:root {
    --ink: #351c29;
    --muted: #76636d;
    --paper: #fff7f8;
    --surface: #fffdfd;
    --line: rgba(53, 28, 41, .12);
    --wine: #a84c6d;
    --wine-dark: #71314b;
    --gold: #d9a36c;
    --sage: #b8b5a6;
    --shadow: 0 24px 60px rgba(37, 25, 31, .12);
    --radius: 26px;
    --font-serif: "Playfair Display", Georgia, serif;
    --font-sans: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-sans); -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; padding: 12px 16px; background: #fff; border-radius: 10px; }
.skip-link:focus { top: 16px; }

.announcement { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 6px 16px; color: #f8ecdf; background: var(--ink); font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.announcement-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(247, 243, 238, .9); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: .25s ease; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 26px rgba(23,19,26,.05); }
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand-mark { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 13px 13px 13px 4px; color: #fff; background: var(--wine); font-family: var(--font-serif); font-size: 15px; font-weight: 700; letter-spacing: -.03em; box-shadow: 0 8px 20px rgba(168,76,109,.24); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy b { font-family: var(--font-serif); font-size: 20px; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.desktop-nav a { position: relative; color: #4b444d; font-size: 14px; font-weight: 600; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--wine); transition: .2s; }
.desktop-nav a:hover::after { right: 0; }
.nav-enquire { min-height: 45px; padding: 0 19px; border: 0; border-radius: 15px; color: #fff; background: var(--ink); font-weight: 700; }
.nav-enquire:hover { background: var(--wine); }

.hero { position: relative; overflow: hidden; padding: 56px 0 84px; }
.hero::before { content: ""; position: absolute; width: 500px; height: 500px; right: -240px; top: -220px; border-radius: 50%; background: rgba(198,150,85,.15); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; gap: 72px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--wine); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 24px; height: 1px; background: currentColor; }
.hero h1 { max-width: 650px; margin: 16px 0 22px; font-family: var(--font-serif); font-size: clamp(47px, 6.2vw, 82px); line-height: .99; letter-spacing: -.045em; }
.hero h1 em { color: var(--wine); font-weight: 600; }
.hero-lead { max-width: 570px; margin: 0 0 30px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 22px; border: 1px solid transparent; border-radius: 15px; font-weight: 750; transition: transform .2s, background .2s, border-color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-dark { color: #fff; background: var(--ink); }
.btn-dark:hover { background: var(--wine); }
.btn-light { background: rgba(255,255,255,.55); border-color: var(--line); }
.btn-light:hover { border-color: var(--wine); }
.btn-whatsapp { color: #fff; background: #157f50; }
.btn-whatsapp:hover { background: #0e6d42; }
.btn-full { width: 100%; }
.wa-icon { width: 19px; height: 19px; display: grid; place-items: center; border: 2px solid currentColor; border-radius: 50%; font-size: 7px; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 30px; color: var(--muted); font-size: 13px; }
.hero-notes span { display: inline-flex; align-items: center; gap: 7px; }
.hero-notes i { width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; color: var(--wine); background: rgba(168,76,109,.1); font-size: 11px; font-style: normal; }
.hero-visual { position: relative; width: min(100%, 480px); margin-left: auto; }
.hero-card { overflow: hidden; aspect-ratio: 9 / 12; border-radius: 170px 170px 28px 28px; box-shadow: var(--shadow); background: #dfd0c5; }
.hero-card img { width: 100%; height: 100%; object-fit: cover; }
.hero-float { position: absolute; left: -44px; bottom: 42px; width: 172px; padding: 17px; border: 1px solid rgba(255,255,255,.6); border-radius: 20px; background: rgba(255,253,249,.9); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.hero-float strong { display: block; font-family: var(--font-serif); font-size: 26px; }
.hero-float span { color: var(--muted); font-size: 12px; line-height: 1.5; }

.trust-strip { border-block: 1px solid var(--line); background: rgba(255,253,249,.55); }
.trust-grid { min-height: 94px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-item { padding: 8px 24px; border-right: 1px solid var(--line); text-align: center; }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; font-family: var(--font-serif); font-size: 24px; }
.trust-item span { color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.categories-section { padding: 92px 0 40px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.section-heading h2 { margin: 8px 0 0; font-family: var(--font-serif); font-size: clamp(34px, 4vw, 48px); letter-spacing: -.035em; }
.section-heading p { max-width: 470px; margin: 0; color: var(--muted); line-height: 1.65; }
.category-scroll { display: flex; gap: 10px; overflow-x: auto; padding: 3px 2px 12px; scrollbar-width: none; scroll-snap-type: x proximity; }
.category-scroll::-webkit-scrollbar { display: none; }
.category-pill { flex: 0 0 auto; min-height: 46px; display: inline-flex; align-items: center; padding: 0 18px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.45); color: #514a53; font-size: 14px; font-weight: 700; scroll-snap-align: start; }
.category-pill:hover, .category-pill.active { color: #fff; border-color: var(--wine); background: var(--wine); }

.collection { padding: 42px 0 104px; }
.collection-tools { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.collection-title h2 { margin: 0 0 5px; font-family: var(--font-serif); font-size: clamp(32px, 4vw, 46px); }
.collection-count { color: var(--muted); font-size: 14px; }
.search-box { width: min(390px, 100%); position: relative; }
.search-box input { width: 100%; height: 50px; padding: 0 48px 0 17px; border: 1px solid var(--line); outline: 0; border-radius: 15px; background: var(--surface); }
.search-box input:focus { border-color: var(--wine); box-shadow: 0 0 0 4px rgba(168,76,109,.08); }
.search-box button { position: absolute; right: 5px; top: 5px; width: 40px; height: 40px; border: 0; border-radius: 11px; color: #fff; background: var(--ink); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.product-card { overflow: hidden; min-width: 0; border: 1px solid rgba(23,19,26,.09); border-radius: var(--radius); background: var(--surface); box-shadow: 0 12px 35px rgba(37,25,31,.06); transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.product-media { position: relative; overflow: hidden; aspect-ratio: 9 / 16; background: #e9e1d9; }
.slider-track { height: 100%; display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; }
.slider-track::-webkit-scrollbar { display: none; }
.slide { min-width: 100%; height: 100%; scroll-snap-align: start; }
.slide img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.product-card:hover .slide img { transform: scale(1.025); }
.badge-row { position: absolute; z-index: 2; left: 14px; top: 14px; right: 14px; display: flex; justify-content: space-between; pointer-events: none; }
.badge { padding: 7px 10px; border-radius: 999px; background: rgba(255,253,249,.92); box-shadow: 0 5px 18px rgba(23,19,26,.08); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; backdrop-filter: blur(8px); }
.badge-featured { color: #fff; background: rgba(168,76,109,.92); }
.slider-btn { position: absolute; z-index: 4; top: 50%; width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: var(--ink); background: rgba(255,253,249,.86); box-shadow: 0 5px 16px rgba(23,19,26,.12); opacity: 0; transform: translateY(-50%); transition: opacity .2s, background .2s; backdrop-filter: blur(10px); }
.product-media:hover .slider-btn, .slider-btn:focus-visible { opacity: 1; }
.slider-prev { left: 12px; }
.slider-next { right: 12px; }
.slider-btn:hover { background: #fff; }
.slider-dots { position: absolute; z-index: 3; left: 50%; bottom: 13px; display: flex; gap: 6px; padding: 6px 8px; border-radius: 999px; background: rgba(23,19,26,.26); transform: translateX(-50%); backdrop-filter: blur(6px); }
.slider-dot { width: 6px; height: 6px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.55); }
.slider-dot.active { width: 17px; border-radius: 10px; background: #fff; }
.product-content { padding: 19px; }
.product-meta { display: flex; justify-content: space-between; gap: 10px; margin-bottom: 8px; color: var(--wine); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-content h3 { margin: 0 0 8px; font-family: var(--font-serif); font-size: 24px; line-height: 1.2; }
.product-content h3 a:hover { color: var(--wine); }
.product-description { display: -webkit-box; min-height: 43px; margin: 0 0 15px; overflow: hidden; color: var(--muted); font-size: 13px; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.price-row { display: flex; align-items: baseline; gap: 9px; margin-bottom: 17px; }
.price { font-size: 20px; font-weight: 800; }
.price-from { color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.old-price { color: #9f979e; font-size: 13px; text-decoration: line-through; }
.product-actions { display: grid; grid-template-columns: 1fr 1.25fr; gap: 9px; }
.product-actions .btn { min-height: 44px; padding: 0 11px; border-radius: 13px; font-size: 13px; }
.empty-state { grid-column: 1 / -1; padding: 70px 20px; border: 1px dashed var(--line); border-radius: var(--radius); text-align: center; }
.empty-state h3 { margin: 0 0 8px; font-family: var(--font-serif); font-size: 30px; }
.empty-state p { color: var(--muted); }

.experience { padding: 90px 0; color: #f7efe8; background: var(--ink); }
.experience-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.experience h2 { margin: 10px 0 18px; font-family: var(--font-serif); font-size: clamp(38px, 5vw, 58px); line-height: 1.05; }
.experience p { color: #c8bec7; line-height: 1.75; }
.experience .eyebrow { color: #e0b071; }
.experience-list { display: grid; gap: 14px; }
.experience-item { display: grid; grid-template-columns: 48px 1fr; gap: 15px; padding: 20px; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; background: rgba(255,255,255,.04); }
.experience-number { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; color: var(--ink); background: var(--gold); font-family: var(--font-serif); font-size: 20px; font-weight: 700; }
.experience-item h3 { margin: 1px 0 5px; font-size: 16px; }
.experience-item p { margin: 0; font-size: 13px; line-height: 1.55; }

.site-footer { padding: 70px 0 22px; color: #ded5dc; background: #100d12; }
.brand-light .brand-copy b { color: #fff; }
.brand-light .brand-copy small { color: #a79da5; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 80px; padding-bottom: 50px; }
.footer-intro { max-width: 380px; color: #a79da5; line-height: 1.7; }
.footer-grid h3 { margin: 0 0 17px; color: #fff; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 11px; color: #a79da5; font-size: 14px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); color: #827981; font-size: 12px; }

.modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 18px; visibility: hidden; opacity: 0; transition: .22s; }
.modal.open { visibility: visible; opacity: 1; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(15,12,16,.7); backdrop-filter: blur(7px); }
.modal-sheet { position: relative; width: min(680px, 100%); max-height: calc(100dvh - 36px); overflow-y: auto; padding: 38px; border-radius: 28px; background: var(--surface); box-shadow: 0 30px 90px rgba(0,0,0,.35); transform: translateY(24px) scale(.98); transition: .22s; }
.modal.open .modal-sheet { transform: translateY(0) scale(1); }
.modal-close { position: absolute; right: 17px; top: 15px; width: 40px; height: 40px; border: 0; border-radius: 50%; background: #f0ebe6; font-size: 25px; line-height: 1; }
.modal-sheet h2 { margin: 9px 0 8px; font-family: var(--font-serif); font-size: 36px; }
.modal-sheet > p { margin: 0 0 23px; color: var(--muted); line-height: 1.6; }
.enquiry-form { display: grid; gap: 15px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.enquiry-form label { display: grid; gap: 7px; }
.enquiry-form label > span { color: #504850; font-size: 12px; font-weight: 750; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea { width: 100%; border: 1px solid var(--line); outline: 0; border-radius: 13px; background: #fff; }
.enquiry-form input, .enquiry-form select { height: 48px; padding: 0 14px; }
.enquiry-form textarea { resize: vertical; padding: 13px 14px; }
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { border-color: var(--wine); box-shadow: 0 0 0 4px rgba(168,76,109,.07); }
.enquiry-form input[readonly] { color: var(--wine); background: #fff0f3; }
.form-status { min-height: 18px; color: var(--muted); font-size: 12px; text-align: center; }
.form-status.error { color: #a21e31; }
.booking-note { display:block; margin-top:-6px; color:var(--muted); font-size:10px; line-height:1.45; text-align:center; }
[hidden] { display:none !important; }
.toast { position: fixed; z-index: 120; left: 50%; bottom: 26px; max-width: calc(100% - 30px); padding: 13px 18px; border-radius: 12px; color: #fff; background: var(--ink); box-shadow: var(--shadow); visibility: hidden; opacity: 0; transform: translate(-50%, 15px); transition: .22s; }
.toast.show { visibility: visible; opacity: 1; transform: translate(-50%, 0); }

/* Product detail */
.breadcrumb { display: flex; gap: 8px; padding: 24px 0; color: var(--muted); font-size: 12px; }
.breadcrumb a:hover { color: var(--wine); }
.detail-section { padding: 8px 0 96px; }
.detail-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 70px; align-items: start; }
.detail-gallery { position: sticky; top: 105px; }
.detail-gallery .product-media { max-height: 76vh; border-radius: 30px; box-shadow: var(--shadow); }
.detail-gallery .slider-btn { opacity: 1; }
.detail-info { padding-top: 15px; }
.detail-info h1 { margin: 10px 0 15px; font-family: var(--font-serif); font-size: clamp(42px, 5vw, 66px); line-height: 1.04; letter-spacing: -.04em; }
.detail-price { display: flex; align-items: baseline; gap: 10px; margin-bottom: 22px; }
.detail-price .price { font-size: 29px; }
.detail-copy { color: var(--muted); font-size: 16px; line-height: 1.8; }
.detail-chips { margin: 27px 0; display: grid; gap: 18px; }
.chip-group h3 { margin: 0 0 9px; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { padding: 8px 12px; border: 1px solid var(--line); border-radius: 10px; background: #fff; font-size: 12px; font-weight: 650; }
.feature-panel { margin: 26px 0; padding: 22px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.46); }
.feature-panel h2 { margin: 0 0 14px; font-family: var(--font-serif); font-size: 25px; }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0; padding: 0; list-style: none; }
.feature-list li { position: relative; padding-left: 22px; color: #514951; font-size: 13px; line-height: 1.5; }
.feature-list li::before { content: "✓"; position: absolute; left: 0; color: var(--wine); font-weight: 900; }
.detail-cta { display: grid; grid-template-columns: 1.15fr .85fr; gap: 10px; }
.detail-cta .btn { min-height: 56px; }
.micro-copy { margin: 12px 0 0; color: var(--muted); font-size: 12px; text-align: center; }
.related { padding: 80px 0 100px; border-top: 1px solid var(--line); }

@media (max-width: 980px) {
    .hero-grid { gap: 38px; }
    .hero h1 { font-size: clamp(44px, 7.3vw, 68px); }
    .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .experience-grid, .detail-grid { gap: 42px; }
}

@media (max-width: 760px) {
    .container { width: min(100% - 28px, 600px); }
    .announcement { font-size: 9px; }
    .nav-wrap { height: 68px; }
    .desktop-nav { display: none; }
    .brand-copy b { font-size: 18px; }
    .brand-mark { width: 39px; height: 39px; }
    .nav-enquire { min-height: 41px; padding: 0 14px; font-size: 12px; }
    .hero { padding: 38px 0 62px; }
    .hero-grid { grid-template-columns: 1fr; gap: 42px; }
    .hero h1 { margin-top: 12px; font-size: clamp(43px, 13.7vw, 65px); }
    .hero-lead { font-size: 15px; line-height: 1.65; }
    .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
    .hero-actions .btn { padding: 0 12px; font-size: 13px; }
    .hero-notes { gap: 14px; margin-top: 23px; }
    .hero-visual { width: 88%; margin: 0 auto; }
    .hero-float { left: -24px; bottom: 25px; }
    .trust-grid { grid-template-columns: 1fr 1fr; padding: 13px 0; }
    .trust-item { min-height: 65px; display: grid; place-content: center; border-bottom: 1px solid var(--line); }
    .trust-item:nth-child(2) { border-right: 0; }
    .trust-item:nth-child(3), .trust-item:nth-child(4) { border-bottom: 0; }
    .trust-item strong { font-size: 20px; }
    .trust-item span { font-size: 9px; }
    .categories-section { padding-top: 64px; }
    .section-heading { display: block; }
    .section-heading p { margin-top: 12px; }
    .category-scroll { margin-right: -14px; }
    .collection { padding: 26px 0 72px; }
    .collection-tools { display: grid; }
    .search-box { width: 100%; }
    .product-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
    .product-card { border-radius: 19px; }
    .product-content { padding: 13px; }
    .product-content h3 { font-size: 18px; }
    .product-description { display: none; }
    .product-meta { font-size: 8px; }
    .price-row { margin-bottom: 13px; }
    .price { font-size: 16px; }
    .old-price { font-size: 10px; }
    .product-actions { grid-template-columns: 1fr; }
    .product-actions .btn { min-height: 40px; font-size: 12px; }
    .slider-btn { display: none; }
    .slider-dots { bottom: 9px; }
    .badge { padding: 5px 7px; font-size: 8px; }
    .badge-row { left: 9px; right: 9px; top: 9px; }
    .experience { padding: 68px 0; }
    .experience-grid { grid-template-columns: 1fr; gap: 34px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 20px; }
    .footer-grid > div:first-child { grid-column: 1 / -1; }
    .modal { place-items: end center; padding: 0; }
    .modal-sheet { width: 100%; max-height: 92dvh; padding: 29px 18px calc(22px + env(safe-area-inset-bottom)); border-radius: 26px 26px 0 0; transform: translateY(100%); }
    .modal.open .modal-sheet { transform: translateY(0); }
    .modal-sheet h2 { font-size: 31px; }
    .form-row { grid-template-columns: 1fr; }
    .detail-section { padding-bottom: 70px; }
    .detail-grid { grid-template-columns: 1fr; gap: 34px; }
    .detail-gallery { position: static; }
    .detail-gallery .product-media { max-height: none; border-radius: 23px; }
    .detail-info h1 { font-size: 42px; }
    .feature-list { grid-template-columns: 1fr; }
    .detail-cta { position: sticky; z-index: 10; bottom: 8px; padding: 8px; border: 1px solid var(--line); border-radius: 18px; background: rgba(247,243,238,.9); backdrop-filter: blur(10px); }
}

@media (max-width: 390px) {
    .container { width: calc(100% - 22px); }
    .brand-copy small { display: none; }
    .nav-enquire { padding-inline: 11px; }
    .product-grid { gap: 9px; }
    .product-content { padding: 11px; }
    .product-content h3 { font-size: 16px; }
    .product-actions .btn { min-height: 38px; }
    .detail-cta { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Customer reviews */
.public-alert { width:min(760px,calc(100% - 32px)); display:flex; align-items:flex-start; gap:11px; margin:18px auto 0; padding:14px 17px; border:1px solid #b9ddc8; border-radius:15px; color:#155b3c; background:#f0fbf4; box-shadow:0 10px 28px rgba(35,77,52,.08); }
.public-alert > span { width:23px; height:23px; display:grid; place-items:center; flex:0 0 auto; border-radius:50%; color:#fff; background:#267c52; font-size:12px; font-weight:900; }
.public-alert p { margin:2px 0 0; font-size:13px; line-height:1.5; }
.public-alert.error { color:#8c2132; border-color:#efc7cf; background:#fff1f3; }
.public-alert.error > span { background:#ad3046; }
.rating-stars { --rating-width:0%; position:relative; display:inline-block; color:#d9cfd3; font-size:14px; line-height:1; letter-spacing:2px; white-space:nowrap; }
.rating-stars::before,.rating-stars::after { content:"★★★★★"; }
.rating-stars::after { overflow:hidden; position:absolute; left:0; top:0; width:var(--rating-width); color:var(--gold); }
.rating-stars-large { font-size:22px; letter-spacing:4px; }
.card-rating { display:flex; align-items:center; gap:5px; width:max-content; margin:0 0 8px; color:var(--muted); font-size:11px; }
.card-rating strong { color:var(--ink); font-size:12px; }
.card-rating:hover strong { color:var(--wine); }
.detail-rating { width:max-content; display:flex; align-items:center; gap:8px; margin:-3px 0 20px; padding:9px 12px; border:1px solid var(--line); border-radius:999px; background:rgba(255,255,255,.55); font-size:12px; }
.detail-rating strong { font-size:13px; }
.detail-rating > span:not(.rating-stars):last-of-type { color:var(--muted); }
.detail-rating i { margin-left:2px; color:var(--wine); font-style:normal; }
.detail-rating:hover { border-color:rgba(168,76,109,.36); background:#fff; }
.detail-rating.is-new { color:var(--wine); }
.rating-new-mark { width:22px; height:22px; display:grid; place-items:center; border-radius:50%; color:#fff; background:var(--wine); font-size:11px; }
.reviews-section { padding:96px 0; border-top:1px solid var(--line); background:linear-gradient(180deg,#fffdfd 0%,#fff6f7 100%); scroll-margin-top:76px; }
.reviews-heading { display:flex; align-items:end; justify-content:space-between; gap:24px; margin-bottom:34px; }
.reviews-heading h2 { max-width:680px; margin:8px 0 0; font-family:var(--font-serif); font-size:clamp(36px,4.5vw,54px); line-height:1.08; letter-spacing:-.035em; }
.reviews-layout { display:grid; grid-template-columns:330px minmax(0,1fr); gap:24px; align-items:start; }
.review-summary-card { padding:27px; border:1px solid rgba(168,76,109,.18); border-radius:25px; background:linear-gradient(155deg,#fff 0%,#fff4f7 100%); box-shadow:0 18px 45px rgba(53,28,41,.07); }
.review-summary-kicker { color:var(--wine); font-size:10px; font-weight:800; letter-spacing:.14em; text-transform:uppercase; }
.review-average { display:flex; align-items:baseline; gap:7px; margin:15px 0 8px; }
.review-average strong { font-family:var(--font-serif); font-size:68px; line-height:.9; letter-spacing:-.06em; }
.review-average span { color:var(--muted); font-size:15px; font-weight:700; }
.review-average-empty strong { color:#b9abb1; }
.review-summary-card > p { margin:13px 0 23px; color:var(--muted); font-size:12px; line-height:1.6; }
.rating-breakdown { display:grid; gap:9px; padding-top:20px; border-top:1px solid var(--line); }
.rating-bar-row { display:grid; grid-template-columns:31px 1fr 20px; gap:9px; align-items:center; color:var(--muted); font-size:10px; }
.rating-bar-row > span { display:flex; align-items:center; gap:3px; font-weight:700; }
.rating-bar-row > span i { color:var(--gold); font-style:normal; }
.rating-bar { overflow:hidden; height:6px; border-radius:999px; background:#eadfe3; }
.rating-bar i { display:block; width:var(--bar); height:100%; border-radius:inherit; background:linear-gradient(90deg,var(--gold),#e9bd80); }
.rating-bar-row small { text-align:right; }
.review-trust-note { display:grid; grid-template-columns:25px 1fr; gap:9px; align-items:start; margin-top:23px; padding:13px; border-radius:13px; color:#365d4c; background:#eef8f2; }
.review-trust-note > span { width:25px; height:25px; display:grid; place-items:center; border-radius:50%; color:#fff; background:#3d7a5d; font-size:11px; }
.review-trust-note p { margin:2px 0 0; font-size:10px; line-height:1.5; }
.review-feed { min-width:0; }
.review-feed-head { display:flex; align-items:center; min-height:69px; margin-bottom:12px; padding:0 5px; }
.review-feed-head span { color:var(--wine); font-size:9px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.review-feed-head h3 { margin:4px 0 0; font-family:var(--font-serif); font-size:25px; }
.review-list { display:grid; gap:13px; }
.review-card { padding:24px; border:1px solid var(--line); border-radius:22px; background:#fff; box-shadow:0 10px 32px rgba(53,28,41,.045); }
.review-card-top { display:flex; justify-content:space-between; gap:16px; align-items:center; }
.review-author { display:flex; align-items:center; gap:11px; }
.review-avatar,.story-author > span { width:43px; height:43px; display:grid; place-items:center; flex:0 0 auto; border-radius:14px 14px 14px 5px; color:#fff; background:linear-gradient(145deg,var(--wine),var(--wine-dark)); font-family:var(--font-serif); font-size:14px; font-weight:700; }
.review-author > div { display:grid; gap:3px; }
.review-author strong { font-size:13px; }
.review-author div span { color:var(--muted); font-size:10px; }
.review-choice { padding:6px 9px; border-radius:999px; color:#76501f; background:#fff1dc; font-size:8px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.review-card-rating { display:flex; align-items:center; justify-content:space-between; gap:12px; margin:18px 0 11px; }
.review-published { display:flex; align-items:center; gap:5px; color:#47705d; font-size:9px; font-weight:700; }
.review-published i { width:16px; height:16px; display:grid; place-items:center; border-radius:50%; color:#fff; background:#4c8166; font-size:8px; font-style:normal; }
.review-card h4 { margin:0 0 8px; font-family:var(--font-serif); font-size:22px; }
.review-copy { margin:0; color:#584d53; font-size:13px; line-height:1.75; }
.review-visit { display:block; margin-top:12px; color:#95878e; font-size:9px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; }
.review-reply { margin-top:19px; padding:16px; border-left:3px solid var(--wine); border-radius:4px 14px 14px 4px; background:#faf3f5; }
.review-reply span { color:var(--wine); font-size:9px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.review-reply p { margin:6px 0 0; color:#675a61; font-size:11px; line-height:1.65; }
.review-empty { min-height:380px; display:flex; flex-direction:column; align-items:center; justify-content:center; padding:42px; border:1px dashed rgba(168,76,109,.28); border-radius:24px; background:rgba(255,255,255,.5); text-align:center; }
.review-empty > span { color:var(--gold); font-size:20px; letter-spacing:5px; }
.review-empty h3 { margin:17px 0 7px; font-family:var(--font-serif); font-size:27px; }
.review-empty p { max-width:430px; margin:0; color:var(--muted); font-size:13px; line-height:1.65; }
.review-empty a { margin-top:17px; color:var(--wine); font-size:12px; font-weight:800; }
.review-form-card { display:grid; grid-template-columns:.82fr 1.18fr; gap:55px; margin-top:30px; padding:42px; border-radius:28px; color:#f9f2f6; background:linear-gradient(145deg,#251821,#4b2638); box-shadow:0 25px 65px rgba(53,28,41,.18); scroll-margin-top:92px; }
.review-form-intro .eyebrow { color:#e6b77c; }
.review-form-intro h2 { margin:13px 0 15px; font-family:var(--font-serif); font-size:clamp(34px,4vw,49px); line-height:1.08; }
.review-form-intro > p { margin:0; color:#c9bbc3; font-size:13px; line-height:1.75; }
.review-form-intro ul { display:grid; gap:12px; margin:28px 0 0; padding:0; list-style:none; }
.review-form-intro li { display:flex; align-items:center; gap:10px; color:#d7cad1; font-size:11px; }
.review-form-intro li span { width:30px; height:30px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.14); border-radius:9px; color:#e4b77d; font-family:var(--font-serif); }
.review-form { display:grid; gap:15px; }
.review-form > label,.review-form-row label { display:grid; gap:7px; }
.review-form label > span,.rating-fieldset legend { color:#eee3e9; font-size:11px; font-weight:750; }
.review-form label > span small { margin-left:5px; color:#9f8e97; font-size:9px; font-weight:500; }
.review-form input[type="text"],.review-form input[type="date"],.review-form textarea { width:100%; border:1px solid rgba(255,255,255,.13); outline:0; border-radius:13px; color:#2c1b25; background:#fff; }
.review-form input[type="text"],.review-form input[type="date"] { height:47px; padding:0 13px; }
.review-form textarea { resize:vertical; padding:13px; line-height:1.55; }
.review-form input:focus,.review-form textarea:focus { border-color:#e1a8ba; box-shadow:0 0 0 4px rgba(225,168,186,.12); }
.review-form-row { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.rating-fieldset { margin:0; padding:0; border:0; }
.rating-fieldset legend { margin-bottom:8px; }
.star-picker { display:grid; grid-template-columns:repeat(5,1fr); gap:7px; }
.star-picker label { cursor:pointer; }
.star-picker input { position:absolute; width:1px; height:1px; overflow:hidden; opacity:0; }
.star-picker label > span { min-height:43px; display:flex; align-items:center; justify-content:center; gap:5px; border:1px solid rgba(255,255,255,.14); border-radius:11px; color:#ac9ca4; background:rgba(255,255,255,.055); font-size:11px; font-weight:800; transition:.18s; }
.star-picker label > span b { color:#8f7f87; font-size:15px; }
.star-picker label:hover > span,.star-picker label.selected > span,.star-picker input:checked + span { color:#2c1b25; border-color:#e3b776; background:#f2c984; }
.star-picker label:hover > span b,.star-picker label.selected > span b,.star-picker input:checked + span b { color:#6b4618; }
.star-picker input:focus-visible + span { outline:3px solid rgba(239,195,209,.45); outline-offset:2px; }
.rating-choice { display:block; min-height:15px; margin-top:7px; color:#b9a9b2; font-size:9px; }
.character-count { color:#a998a1; font-size:9px; text-align:right; }
.review-consent { grid-template-columns:18px 1fr; align-items:start; gap:9px !important; cursor:pointer; }
.review-consent input { width:17px; height:17px; margin:1px 0 0; accent-color:var(--gold); }
.review-consent span { color:#c6b8c0 !important; font-size:10px !important; font-weight:500 !important; line-height:1.5; }
.review-form .btn-dark { color:#2f2028; background:#f1c680; }
.review-form .btn-dark:hover { background:#ffda98; }
.review-form-note { margin:-5px 0 0; color:#9f8f97; font-size:9px; line-height:1.5; text-align:center; }
.review-honeypot { position:fixed !important; left:-10000px !important; width:1px !important; height:1px !important; overflow:hidden !important; }
.client-stories { padding:90px 0; border-top:1px solid var(--line); background:#fffdfd; }
.story-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.story-card { min-width:0; padding:25px; border:1px solid var(--line); border-radius:22px; background:linear-gradient(155deg,#fff,#fff7f9); box-shadow:0 12px 34px rgba(53,28,41,.05); }
.story-rating { display:flex; align-items:center; justify-content:space-between; gap:10px; }
.story-rating > span:last-child:not(.rating-stars) { padding:5px 8px; border-radius:999px; color:#76501f; background:#fff0d8; font-size:7px; font-weight:800; text-transform:uppercase; }
.story-card h3 { margin:18px 0 8px; font-family:var(--font-serif); font-size:21px; }
.story-card > p { display:-webkit-box; min-height:88px; overflow:hidden; margin:12px 0 20px; color:#5b4e55; font-size:13px; line-height:1.72; -webkit-box-orient:vertical; -webkit-line-clamp:4; }
.story-author { display:flex; align-items:center; gap:10px; padding-top:16px; border-top:1px solid var(--line); }
.story-author > span { width:38px; height:38px; border-radius:12px 12px 12px 4px; font-size:12px; }
.story-author div { min-width:0; display:grid; gap:2px; }
.story-author strong { font-size:11px; }
.story-author a { overflow:hidden; color:var(--wine); font-size:9px; font-weight:700; white-space:nowrap; text-overflow:ellipsis; }

@media (max-width:980px) {
    .reviews-layout { grid-template-columns:290px minmax(0,1fr); }
    .review-form-card { gap:32px; padding:34px; }
    .story-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .story-card:last-child:nth-child(odd) { grid-column:1/-1; }
}
@media (max-width:760px) {
    .reviews-section { padding:70px 0; }
    .reviews-heading { display:grid; align-items:start; }
    .reviews-heading .btn { width:max-content; }
    .reviews-layout { grid-template-columns:1fr; }
    .review-summary-card { padding:23px; }
    .review-feed-head { min-height:0; margin:13px 0; }
    .review-form-card { grid-template-columns:1fr; gap:34px; padding:28px 20px; border-radius:23px; }
    .review-form-row { grid-template-columns:1fr; }
    .story-grid { grid-template-columns:1fr; }
    .story-card:last-child:nth-child(odd) { grid-column:auto; }
    .client-stories { padding:70px 0; }
}
@media (max-width:390px) {
    .review-card { padding:19px; }
    .review-card-top { align-items:flex-start; }
    .review-choice { max-width:90px; text-align:center; }
    .review-card-rating { align-items:flex-start; flex-direction:column; }
    .star-picker { gap:4px; }
    .star-picker label > span { min-height:40px; gap:2px; font-size:9px; }
    .star-picker label > span b { font-size:13px; }
}

