: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; }
}
