
  .premium-rail .rail-offer { color: var(--tan); font-weight: 700; }
  .festive-offer { background: var(--brown); color: var(--cream); padding: 64px 0; }
  .festive-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: start; }
  .festive-eyebrow { display: inline-block; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--tan); margin-bottom: 14px; }
  .festive-offer h2 { font-family: var(--display); font-weight: 400; font-size: clamp(34px, 4.4vw, 54px); line-height: 1.05; margin: 0 0 22px; color: var(--cream); }
  .festive-offer h2 em { color: var(--tan); }
  .festive-numbers { display: flex; align-items: flex-start; gap: 22px; margin-bottom: 14px; }
  .festive-numbers strong + small { margin-top: 6px; }
  .festive-single strong { white-space: nowrap; }
  .festive-numbers div { display: flex; flex-direction: column; }
  .festive-numbers small { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; opacity: .85; }
  .festive-numbers strong { font-family: var(--display); font-size: clamp(54px, 7vw, 88px); line-height: .95; font-weight: 500; }
  .festive-numbers .tan { color: var(--tan); }
  .festive-arrow { font-size: 34px; color: var(--tan); padding-top: 42px; }
  .festive-note { font-size: 14px; opacity: .9; max-width: 520px; margin: 0 0 18px; }
  .festive-steps { margin: 0 0 24px; padding-left: 20px; font-size: 15px; line-height: 1.7; }
  .festive-ctas { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 16px; }
  .festive-offer .btn-primary { background: var(--tan); color: var(--ink); border-color: var(--tan); }
  .festive-offer .btn-ghost { color: var(--cream); border-color: rgba(244,245,240,.6); }
  .festive-wa { color: var(--tan); font-weight: 600; text-decoration: none; font-size: 14px; }
  .festive-why { background: rgba(0,0,0,.14); border: 1px solid rgba(214,180,133,.35); border-radius: 10px; padding: 26px 28px; }
  .festive-why h3 { font-family: var(--display); font-weight: 500; font-size: 20px; margin: 0 0 8px; color: var(--cream); }
  .festive-why p { font-size: 14px; line-height: 1.65; margin: 0 0 18px; opacity: .92; }
  .festive-why p:last-child { margin-bottom: 0; }
  .areas-served { padding: 72px 0; background: var(--cream-2); border-top: 1px solid var(--line); }
  .areas-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 28px; }
  .areas-col { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 18px 20px; }
  .areas-col h3 { font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--brown); margin: 0 0 10px; }
  .areas-col p { font-size: 14px; line-height: 1.7; color: var(--ink-soft); margin: 0; }
  .areas-col a, .areas-foot a { color: var(--terracotta); font-weight: 600; text-decoration: none; }
  .areas-foot { margin-top: 22px; font-size: 14px; color: var(--ink-soft); }
  /* product page festive box (replaces the old yellow note when FESTIVE.active) */
  .pd-studio-offer.is-festive { display: block; background: var(--brown); border: 0; color: var(--cream); padding: 18px 20px; border-radius: 10px; }
  .pd-fest-top { display: flex; justify-content: space-between; align-items: center; gap: 10px; flex-wrap: wrap; }
  .pd-fest-eyebrow { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--tan); font-weight: 700; }
  .pd-fest-pill { font-size: 10.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; background: var(--tan); color: var(--ink); padding: 4px 10px; border-radius: 999px; }
  .pd-fest-head { font-family: var(--display); font-size: 24px; line-height: 1.2; margin: 10px 0 6px; }
  .pd-fest-from { font-size: 14px; line-height: 1.55; opacity: .92; margin: 0 0 14px; }
  .pd-fest-from strong { color: var(--tan); font-size: 16px; }
  .pd-fest-btns { display: flex; gap: 10px; flex-wrap: wrap; }
  .pd-fest-btns a { flex: 1 1 200px; text-align: center; padding: 12px 10px; border-radius: 8px; font-weight: 700; font-size: 14px; text-decoration: none; }
  .pd-fest-btns .wa { background: var(--tan); color: var(--ink); }
  .pd-fest-btns .bk { border: 1.5px solid var(--tan); color: var(--cream); }
  .pd-fest-gst { font-size: 12px; opacity: .8; margin: 10px 0 0; }
  .pd-tag-festive { background: var(--brown) !important; color: var(--tan) !important; }
  .pd-price-row { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 12px; }
  .pd-mrp { font-size: 15px; color: var(--ink-soft); }
  .pd-mrp s { text-decoration-thickness: 1.5px; }
  .pd-save { font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--cream); background: var(--terracotta); padding: 3px 9px; border-radius: 999px; }
  .pd-cfg-label { flex-basis: 100%; font-size: 13px; color: var(--ink-soft); }
  .pd-config-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 4px; }
  .pd-config-title { flex-basis: 100%; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-soft); }
  .pd-config-chip { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; padding: 9px 13px; border: 1px solid var(--line-strong, rgba(102,67,49,.3)); border-radius: 8px; background: #fff; cursor: pointer; font: inherit; color: var(--ink); }
  .pd-config-chip span { font-size: 13px; font-weight: 600; }
  .pd-config-chip small { font-size: 13px; color: var(--brown); font-weight: 700; }
  .pd-config-chip .chip-mrp { font-size: 12px; color: var(--ink-soft); font-weight: 400; }
  .pd-config-chip { min-width: 128px; }
  .pd-config-chip.active { border-color: var(--brown); box-shadow: inset 0 0 0 1px var(--brown); background: var(--cream-2); }
  .pd-config-chip.na { opacity: .45; }
  .pd-config-chips { display: block; }
  .pd-config-group { margin-bottom: 10px; }
  .pd-config-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }
  .pd-config-table { margin: 16px 0 10px; }
  .pd-ct-title { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 6px; }
  .pd-ct-title span { letter-spacing: 0; }
  .pd-config-table table { width: 100%; border-collapse: collapse; font-size: 13.5px; }
  .pd-config-table th { text-align: left; font-weight: 600; font-size: 11.5px; color: var(--ink-soft); border-bottom: 1px solid var(--line); padding: 6px 6px; }
  .pd-config-table td { padding: 8px 6px; border-bottom: 1px solid var(--line); cursor: pointer; }
  .pd-config-table tr:hover td { background: var(--cream-2); }
  .pd-config-table tr.active td { background: var(--cream-2); font-weight: 700; }
  .pd-config-table .ct-mrp { color: var(--ink-soft); white-space: nowrap; }
  .pd-config-table .ct-price { color: var(--brown); font-weight: 700; white-space: nowrap; }
  .pd-config-table .ct-off { color: var(--terracotta); font-weight: 700; }
  .pd-ct-more { margin-top: 8px; background: none; border: 1px solid var(--line); border-radius: 6px; padding: 7px 12px; font: inherit; font-size: 13px; cursor: pointer; color: var(--brown); }
  .pd-ct-note { font-size: 12px; color: var(--ink-soft); margin: 6px 0 0; }
  .product-price .card-mrp { color: var(--ink-soft); font-size: .8em; margin-right: 4px; }
  /* ===== v58 slider ===== */
  .hero-slider { position: relative; overflow: hidden; background: var(--brown); color: var(--cream); margin-top: 134px; }
  .hero-slider + .premium-hero { padding-top: 72px; }
  @media (max-width: 800px) { .hero-slider { margin-top: 94px; } .hero-slider + .premium-hero { padding-top: 48px; } }
  .hs-track { display: flex; transition: transform .6s ease; }
  .hs-slide { position: relative; flex: 0 0 100%; min-height: clamp(420px, 62vh, 620px); display: grid; grid-template-columns: 1fr 1.1fr; }
  .hs-copy { padding: clamp(28px, 5vw, 72px); display: flex; flex-direction: column; justify-content: center; gap: 16px; }
  .hs-eyebrow { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--tan); }
  .hs-title { font-family: var(--display); font-weight: 400; font-size: clamp(32px, 4.6vw, 60px); line-height: 1.05; margin: 0; color: var(--cream); }
  .hs-title em { color: var(--tan); }
  .hs-text { font-size: 16px; line-height: 1.6; max-width: 520px; opacity: .92; margin: 0; }
  .hs-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 6px; }
  .hs-ctas a { padding: 13px 22px; border-radius: 999px; font-weight: 700; font-size: 14px; text-decoration: none; }
  .hs-ctas .p { background: var(--tan); color: var(--ink); } .hs-ctas .g { border: 1.5px solid rgba(244,245,240,.7); color: var(--cream); }
  .hs-media { position: relative; background-size: cover; background-position: center; }
  .hs-badge { position: absolute; top: 22px; right: 22px; background: var(--tan); color: var(--ink); font-weight: 800; font-size: 14px; padding: 8px 14px; border-radius: 999px; }
  .hs-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 999px; border: 0; background: rgba(244,245,240,.85); color: var(--ink); font-size: 26px; line-height: 1; cursor: pointer; z-index: 2; }
  .hs-prev { left: 12px; } .hs-next { right: 12px; }
  .hs-dots { position: absolute; left: 0; right: 0; bottom: 14px; display: flex; justify-content: center; gap: 8px; z-index: 2; }
  .hs-dots button { width: 10px; height: 10px; border-radius: 999px; border: 0; background: rgba(244,245,240,.45); cursor: pointer; padding: 0; }
  .hs-dots button[aria-selected="true"] { background: var(--tan); width: 26px; }
  @media (max-width: 800px) { .hs-slide { grid-template-columns: 1fr; } .hs-media { min-height: 240px; order: -1; } .hs-copy { padding: 22px 20px 48px; } .hs-arrow { display: none; } }
  @media (prefers-reduced-motion: reduce) { .hs-track { transition: none; } }
  /* ===== v59: readable text in the dark "Product specification" section ===== */
  .pd-specs, .pd-specs .pd-promise-tabs { color: #F1EBE2; }
  .pd-specs .section-intro { color: #D9D0C4; }
  .pd-specs .pd-tab-panel, .pd-specs .pd-tab-panel[data-tab-panel="philosophy"], .pd-specs .pd-subtab-panel,
  .pd-specs .pd-tab-panel p, .pd-specs .pd-subtab-panel p, .pd-specs .pd-tab-panel li, .pd-specs .pd-subtab-panel li,
  .pd-specs .pd-tab-panel td, .pd-specs .pd-subtab-panel td, .pd-specs .pd-tab-panel span, .pd-specs .pd-subtab-panel span { color: #E6DED3; }
  .pd-specs .pd-tab-panel strong, .pd-specs .pd-subtab-panel strong, .pd-specs .pd-tab-panel b, .pd-specs .pd-subtab-panel b,
  .pd-specs .pd-tab-panel h3, .pd-specs .pd-tab-panel h4, .pd-specs .pd-subtab-panel h3, .pd-specs .pd-subtab-panel h4 { color: #FFFFFF; }
  .pd-specs .pd-tab-lead, .pd-specs .pd-tab-panel[data-tab-panel="philosophy"] .pd-tab-lead { color: var(--tan); }
  .pd-specs .pd-tab-panel em, .pd-specs .pd-subtab-panel em { color: var(--tan); }
  .pd-specs .pd-tab-panel a, .pd-specs .pd-subtab-panel a { color: var(--tan); }
  .pd-specs .pd-tab-btn, .pd-specs .pd-subtab-btn { color: #CFC5B8; }
  .pd-specs .pd-tab-btn:hover, .pd-specs .pd-subtab-btn:hover { color: #FFFFFF; }
  .pd-specs .pd-tab-btn.active, .pd-specs .pd-subtab-btn.active { color: var(--tan); border-bottom-color: var(--tan); }
  .pd-specs .pd-tabs-nav, .pd-specs .pd-subtabs-nav { border-bottom-color: rgba(214,180,133,.25); }
  /* small labels on light backgrounds: a little darker for legibility */
  .pd-save { background: #9C5B3E; }
  .pd-google-rating-stars { color: #B8860B; }
  /* ===== v60 standard configurations tab ===== */
  .pd-specs .std-lead { font-family: var(--display); font-style: italic; font-size: 18px; color: var(--tan); margin: 0 0 8px; }
  .pd-specs .std-intro { font-size: 14.5px; line-height: 1.7; color: #E6DED3; margin: 0 0 16px; }
  .std-controls { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 14px 22px; margin-bottom: 14px; }
  .std-nav { flex-wrap: wrap; }
  .std-foot { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; margin-top: 14px; }
  .std-foot .std-note { margin: 0; flex: 1 1 260px; }
  .pd-specs .std-select-label { display: flex; flex-direction: column; gap: 6px; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--tan); }
  .std-select { min-width: 240px; padding: 11px 36px 11px 12px; border-radius: 8px; border: 1px solid rgba(214,180,133,.5); background: #2C241F; color: #F7F1E8; font: inherit; font-size: 15px; letter-spacing: 0; text-transform: none; }
  .std-unit { display: inline-flex; border: 1px solid rgba(214,180,133,.5); border-radius: 999px; overflow: hidden; }
  .std-unit button { background: none; border: 0; color: #E6DED3; padding: 8px 14px; font: inherit; font-size: 13px; cursor: pointer; }
  .std-unit button.on { background: var(--tan); color: #211B17; font-weight: 700; }
  .std-table { width: 100%; border-collapse: collapse; font-size: 15px; }
  .pd-specs .std-table th { text-align: left; font-weight: 500; color: #D9D0C4; padding: 10px 8px 10px 0; border-bottom: 1px solid rgba(214,180,133,.2); }
  .pd-specs .std-table td { text-align: right; font-weight: 700; color: #FFFFFF; padding: 10px 0; border-bottom: 1px solid rgba(214,180,133,.2); white-space: nowrap; }
  .pd-specs .std-note { font-size: 12.5px; color: #CFC5B8; margin: 10px 0 0; }
  .pd-specs .std-empty { padding: 16px 18px; border: 1px dashed rgba(214,180,133,.5); border-radius: 8px; color: #E6DED3; font-size: 14.5px; }
  .pd-specs .std-empty a { color: var(--tan); font-weight: 700; }
  @media (max-width: 600px) { .pd-tabs-nav { overflow-x: auto; white-space: nowrap; } }
  /* ===== v63: sleek one-line menu and tabs ===== */
  .nav-inner { gap: clamp(16px, 2vw, 34px); }
  .nav-links { flex-wrap: nowrap; gap: clamp(14px, 1.5vw, 28px); margin: 0; padding: 0; }
  .nav-links li { flex: 0 0 auto; }
  .nav-links a { white-space: nowrap; font-size: 12px; letter-spacing: .06em; line-height: 1.2; }
  .nav-cta { white-space: nowrap; padding: 11px 18px; }
  .pd-promise-tabs .pd-tabs-nav { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; gap: 0; }
  .pd-promise-tabs .pd-tabs-nav::-webkit-scrollbar { display: none; }
  .pd-promise-tabs .pd-tab-btn { flex: 0 0 auto; white-space: nowrap; padding: 12px 13px; font-size: 11.5px; letter-spacing: .045em; }
  .pd-promise-tabs .pd-tab-btn:first-child { padding-left: 0; }
  @media (max-width: 1240px) { .nav-links { gap: 14px; } .nav-links a { font-size: 11px; letter-spacing: .04em; } }
  @media (max-width: 1120px) { .nav-links { display: none; } }

  /* =================== HOME v2 THEME (sleek, arch-led) =================== */
  :root { --cream: #F4F2EA; --cream-2: #ECE8DC; --brown: #56291F; --tan: #CEA570; --caramel: #CEA570; --olive: #5E5440; --sage: #968E6A;
          --terracotta: #9E5A3A; --ink: #2B1F1A; --ink-soft: #54463D; --muted: #74685C; --line: rgba(86,41,31,.13); --line-strong: rgba(86,41,31,.26);
          --display: 'Manrope', 'Helvetica Neue', Arial, sans-serif; --sans: 'Manrope', 'Helvetica Neue', Arial, sans-serif; --serif-it: 'Cormorant Garamond', Georgia, serif; }
  body { font-family: var(--sans); background: var(--cream); color: var(--ink); }
  h1, h2, h3, .section-title, .hs-title, .shop-title { font-family: var(--display); font-weight: 500; letter-spacing: -.02em; }
  h1 em, h2 em, h3 em, .section-title em, .hs-title em, .v2-quote em { font-family: var(--serif-it); font-style: italic; font-weight: 500; letter-spacing: 0; }
  .nav { background: rgba(244,242,234,.94) !important; backdrop-filter: saturate(1.2) blur(10px); border-bottom: 1px solid transparent; }
  .nav-links a { text-transform: none !important; font-size: 14px !important; letter-spacing: 0 !important; color: var(--ink); font-weight: 500; }
  .nav-cta { border-radius: 999px !important; text-transform: none !important; letter-spacing: 0 !important; font-size: 14px !important; background: var(--brown) !important; }
  .btn-primary { background: var(--brown); border-color: var(--brown); border-radius: 999px; }
  .btn-ghost { border-radius: 999px; }
  #page-home > .hero-slider, #page-home > .premium-hero, #page-home > .curate, #page-home > .landing-posts, #page-home > .about-us-strip,
  #page-home > .categories, #page-home > .fabric, #page-home > .homes, #page-home > .journal, #page-home > .pickup { display: none !important; }
  .v2-wrap { max-width: 1280px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 64px); }
  .v2-eyebrow { display: flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-soft); margin: 0 0 16px; }
  .v2-eyebrow::before { content: ''; width: 28px; height: 1px; background: currentColor; opacity: .6; }
  .v2-h2 { font-size: clamp(34px, 4.4vw, 58px); line-height: 1.02; margin: 0; color: var(--brown); }
  .v2-lead { font-size: 17px; line-height: 1.65; color: var(--ink-soft); max-width: 460px; margin: 0; }
  .v2-small { font-size: 13px; color: var(--muted); margin-top: 18px; }
  .v2-link { color: var(--brown); font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--line-strong); }
  .v2-btn { display: inline-flex; align-items: center; gap: 10px; padding: 15px 26px; border-radius: 999px; font-weight: 600; font-size: 15px; text-decoration: none; border: 1px solid transparent; cursor: pointer; font-family: inherit; }
  .v2-btn.p { background: var(--brown); color: #F4F2EA; } .v2-btn.g { border-color: var(--line-strong); color: var(--brown); background: transparent; }
  /* hero */
  .v2-hero { background: var(--cream); padding: 150px 0 64px; }
  .v2-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; min-height: min(760px, calc(100vh - 140px)); }
  .v2-hero-copy h1 { font-size: clamp(42px, 5.4vw, 80px); line-height: .98; margin: 0 0 24px; color: var(--brown); }
  .v2-hero-copy p.v2-eyebrow { font-size: 12px; max-width: none; margin: 0 0 22px; }
  .v2-hero-copy p:not(.v2-eyebrow) { font-size: 18px; line-height: 1.6; color: var(--ink-soft); max-width: 470px; margin: 0 0 30px; }
  .v2-hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; }
  .v2-stats { display: flex; flex-wrap: wrap; gap: 26px; border-top: 1px solid var(--line); margin-top: 34px; padding-top: 22px; font-size: 14px; color: var(--ink-soft); }
  .v2-stats strong { color: var(--ink); font-weight: 600; }
  .v2-hero-visual { position: relative; display: flex; flex-direction: column; align-items: center; }
  .v2-hero-num { position: absolute; left: 0; top: 40px; font-size: clamp(120px, 14vw, 210px); font-weight: 300; line-height: 1; color: transparent; -webkit-text-stroke: 1px rgba(86,41,31,.28); letter-spacing: -.04em; }
  .v2-roof { width: 150px; height: 44px; margin-bottom: 14px; border-top: 7px solid #E5B07A; clip-path: polygon(50% 0, 100% 100%, 0 100%); background: none; position: relative; }
  .v2-roof::before { content: ''; position: absolute; inset: 0; background: #E5B07A; clip-path: polygon(50% 0, 100% 78%, 92% 100%, 50% 22%, 8% 100%, 0 78%); }
  .v2-arch { position: relative; width: min(390px, 80%); aspect-ratio: 390 / 480; border-radius: 999px 999px 0 0; background: linear-gradient(180deg, #D9B37F, #C79A61); display: flex; align-items: flex-end; justify-content: center; transition: background .6s ease; }
  .v2-arch img { position: absolute; bottom: -2%; width: 122%; height: 92%; object-fit: contain; object-position: center bottom; max-width: none; left: 50%; transform: translateX(-50%); filter: drop-shadow(0 24px 22px rgba(43,31,26,.28)); transition: opacity .5s ease, transform .6s ease; }
  .v2-arch img.out { opacity: 0; transform: translateX(-46%); }
  .v2-hero-foot { width: 100%; display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-top: 30px; }
  .v2-hero-cap .v2-eyebrow { margin-bottom: 6px; } .v2-hero-cap .t { font-size: 30px; font-weight: 500; color: var(--brown); letter-spacing: -.02em; } .v2-hero-cap a { display: inline-block; margin-top: 6px; color: var(--ink-soft); font-size: 14px; text-decoration: none; }
  .v2-hero-thumbs { display: flex; gap: 8px; align-items: flex-end; }
  .v2-hero-thumbs button { width: 52px; height: 52px; border: 0; background: none; cursor: pointer; padding: 0 0 6px; border-bottom: 2px solid transparent; opacity: .7; }
  .v2-hero-thumbs button img { width: 100%; height: 100%; object-fit: contain; }
  .v2-hero-thumbs button[aria-selected="true"] { opacity: 1; border-bottom-color: var(--brown); }
  .v2-hero-pause { width: 40px; height: 40px; border-radius: 999px; border: 1px solid var(--line-strong); background: transparent; color: var(--brown); font-size: 11px; cursor: pointer; }
  /* film */
  .v2-film { padding: 90px 0; background: var(--cream); text-align: center; }
  .v2-film .v2-eyebrow { justify-content: center; }
  .v2-film-arch { position: relative; margin: 40px auto 0; width: min(820px, 100%); aspect-ratio: 4 / 3.1; border-radius: 999px 999px 0 0; overflow: hidden; background: #E9E1D2 url('/assets/lp/evara2seater-1600.webp') center/cover; }
  .v2-film-arch video { width: 100%; height: 100%; object-fit: cover; display: block; }
  .v2-film-btn { position: absolute; right: 18px; bottom: 18px; width: 46px; height: 46px; border-radius: 999px; border: 0; background: rgba(244,242,234,.9); color: var(--brown); cursor: pointer; font-size: 14px; }
  .v2-film-cap { display: flex; justify-content: center; align-items: baseline; gap: 18px; flex-wrap: wrap; margin-top: 20px; color: var(--ink-soft); font-size: 15px; }
  .v2-film-cap .v2-eyebrow { margin: 0; } .v2-film-cap .v2-eyebrow::before { display: none; }
  /* collection */
  .v2-coll { background: var(--caramel); padding: 96px 0; }
  .v2-coll .v2-eyebrow, .v2-coll .v2-h2 { color: #3B1C14; }
  .v2-coll-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; margin-bottom: 44px; }
  .v2-pills { display: flex; flex-wrap: wrap; gap: 8px; }
  .v2-pills button { font: inherit; font-size: 14px; padding: 9px 16px; border-radius: 999px; border: 1px solid rgba(59,28,20,.35); background: transparent; color: #3B1C14; cursor: pointer; }
  .v2-pills button[aria-selected="true"] { background: var(--brown); color: #F4F2EA; border-color: var(--brown); }
  .v2-coll-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: start; }
  .v2-feature-arch { width: min(360px, 78%); aspect-ratio: 360/400; margin: 0 auto 30px; border-radius: 999px 999px 0 0; background: #978F6B; position: relative; }
  .v2-feature-arch img { position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 132%; height: 96%; object-fit: contain; object-position: center bottom; max-width: none; filter: drop-shadow(0 20px 18px rgba(43,31,26,.3)); }
  .v2-feature .v2-eyebrow { color: #3B1C14; } .v2-feature h3 { font-size: clamp(34px, 3.8vw, 50px); margin: 0 0 8px; color: #3B1C14; }
  .v2-feature .tag { font-size: 18px; color: #3B1C14; margin: 0 0 18px; }
  .v2-feature .spec { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; border-top: 1px solid rgba(59,28,20,.25); border-bottom: 1px solid rgba(59,28,20,.25); padding: 16px 0; margin: 16px 0; font-size: 14.5px; color: #2B1A13; }
  .v2-feature .spec small { display: block; font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 4px; color: #4A2A1E; }
  .v2-feature .price { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; margin: 6px 0 18px; font-size: 15px; color: #2B1A13; }
  .v2-feature .price s { color: #5A3B2E; } .v2-feature .price strong { font-size: 24px; color: #3B1C14; } .v2-feature .price .off { background: var(--brown); color: #F4F2EA; font-size: 12px; font-weight: 700; padding: 3px 9px; border-radius: 999px; }
  .v2-feature .row { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; } .v2-feature .row .v2-link { color: #3B1C14; border-color: rgba(59,28,20,.4); }
  .v2-arch img, .v2-feature-arch img, .v2-list .th img { pointer-events: none; }
  .v2-coll-head { position: relative; z-index: 2; }
  .v2-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(59,28,20,.25); }
  .v2-list li { border-bottom: 1px solid rgba(59,28,20,.25); }
  .v2-list button { width: 100%; display: grid; grid-template-columns: 64px 1fr auto; gap: 18px; align-items: center; padding: 14px 4px; background: none; border: 0; cursor: pointer; text-align: left; font: inherit; color: #3B1C14; }
  .v2-list .th { width: 54px; height: 58px; border-radius: 999px 999px 0 0; background: #E9E4D5; position: relative; overflow: visible; }
  .v2-list .th img { position: absolute; left: 50%; bottom: 6px; transform: translateX(-50%); width: 64px; }
  .v2-list .n { font-size: 20px; font-weight: 500; letter-spacing: -.01em; } .v2-list .c { display: block; font-size: 13.5px; color: #4A2A1E; } .v2-list .pr { font-size: 14px; color: #2B1A13; }
  .v2-list button[aria-current="true"] .n { text-decoration: underline; text-underline-offset: 4px; }
  .v2-pill-link { display: inline-block; margin-top: 16px; padding: 9px 16px; border: 1px solid rgba(59,28,20,.35); border-radius: 999px; color: #3B1C14; text-decoration: none; font-size: 14px; }
  /* rooms */
  .v2-rooms { padding: 96px 0 80px; background: var(--cream); }
  .v2-rooms-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 34px; }
  .v2-arrows button { width: 44px; height: 44px; border-radius: 999px; border: 1px solid var(--line-strong); background: transparent; color: var(--brown); cursor: pointer; margin-left: 8px; font-size: 16px; }
  .v2-rooms-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(300px, 30%); gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 6px; }
  .v2-rooms-track::-webkit-scrollbar { display: none; }
  .v2-room { scroll-snap-align: start; text-decoration: none; color: var(--ink); }
  .v2-room .img { aspect-ratio: 4/3; overflow: hidden; background: #E9E1D2; } .v2-room img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
  .v2-room:hover img { transform: scale(1.04); }
  .v2-room .meta { display: flex; justify-content: space-between; gap: 10px; padding: 14px 0 4px; border-bottom: 1px solid var(--line); }
  .v2-room .nm { font-size: 20px; font-weight: 500; color: var(--brown); } .v2-room .nm small { font-size: 12px; color: var(--muted); margin-right: 8px; font-weight: 600; }
  .v2-room .tg { font-size: 14px; color: var(--ink-soft); margin: 6px 0 0; } .v2-room .fr { font-size: 14px; color: var(--ink); white-space: nowrap; }
  /* texture */
  .v2-texture { position: relative; min-height: 560px; display: flex; align-items: flex-end; overflow: hidden; background: #3B2A22; }
  .v2-texture img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
  .v2-texture::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(30,20,16,.78), rgba(30,20,16,.2) 60%, rgba(30,20,16,0)); }
  .v2-texture-copy { position: relative; z-index: 1; padding-top: 80px; padding-bottom: 80px; max-width: 1280px; width: 100%; }
  .v2-texture .v2-eyebrow, .v2-texture .v2-h2, .v2-texture p { color: #F6F1E8; } .v2-texture p { max-width: 460px; font-size: 16.5px; line-height: 1.7; margin-top: 18px; }
  /* measure */
  .v2-measure { padding: 96px 0; background: var(--cream); }
  .v2-measure-head { display: flex; justify-content: space-between; gap: 30px; flex-wrap: wrap; align-items: flex-end; margin-bottom: 34px; }
  .v2-tabs { display: flex; gap: 6px; border-bottom: 1px solid var(--line); margin-bottom: 30px; overflow-x: auto; }
  .v2-tabs button { font: inherit; font-size: 15px; padding: 12px 14px; border: 0; background: none; cursor: pointer; color: var(--ink-soft); border-bottom: 2px solid transparent; white-space: nowrap; }
  .v2-tabs button[aria-selected="true"] { color: var(--brown); border-bottom-color: var(--brown); font-weight: 600; }
  .v2-measure-body { display: grid; grid-template-columns: 1.1fr 1fr; gap: 50px; align-items: center; }
  .v2-stage { background: var(--cream-2); border-radius: 999px 999px 0 0; padding: 60px 30px 36px; text-align: center; }
  .v2-stage svg { width: 100%; max-width: 440px; height: auto; } .v2-stage .w { font-size: 42px; font-weight: 500; color: var(--brown); } .v2-stage small { display: block; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-soft); margin-top: 8px; }
  .v2-opts h3 { font-size: 20px; margin: 0 0 14px; color: var(--brown); }
  .v2-choice { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
  .v2-choice button { font: inherit; font-size: 14px; padding: 9px 16px; border-radius: 999px; border: 1px solid var(--line-strong); background: transparent; color: var(--ink); cursor: pointer; }
  .v2-choice button[aria-pressed="true"] { background: var(--brown); color: #F4F2EA; border-color: var(--brown); }
  .v2-opts-in { animation: v2In .5s var(--ease-out) both; }
  .v2-opts p, .v2-opts li { font-size: 15px; line-height: 1.65; color: var(--ink-soft); } .v2-opts ul { padding-left: 18px; margin: 0; }
  /* story */
  .v2-story { background: var(--olive); color: #F2EDE3; padding: 100px 0; }
  .v2-story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
  .v2-story-img { border-radius: 999px 999px 0 0; overflow: hidden; aspect-ratio: 4/5; } .v2-story-img img { width: 100%; height: 100%; object-fit: cover; }
  .v2-story .v2-eyebrow { color: #E5D9C4; } .v2-quote { font-family: var(--serif-it); font-style: italic; font-size: clamp(30px, 3.6vw, 48px); line-height: 1.15; margin: 0 0 24px; color: #FBF7F0; }
  .v2-quote em { color: #E5B07A; } .v2-story p { font-size: 16.5px; line-height: 1.7; color: #EAE3D6; max-width: 520px; } .v2-story .v2-small { color: #D6CCB9; }
  /* existing sections, calmer */
  @media (max-width: 900px) {
    .v2-hero-grid, .v2-coll-grid, .v2-measure-body, .v2-story-grid { grid-template-columns: 1fr; }
    .v2-hero { padding-top: 110px; } .v2-hero-grid { min-height: 0; } .v2-hero-visual { order: -1; } .v2-hero-num { font-size: 110px; top: 30px; }
    .v2-hero-foot { flex-wrap: wrap; } .v2-rooms-track { grid-auto-columns: 82%; }
    .v2-coll, .v2-rooms, .v2-measure, .v2-story, .v2-film { padding: 64px 0; }
  }

  /* =================== v66 MOTION + PREMIUM POLISH =================== */
  :root { --ease-out: cubic-bezier(.16, 1, .3, 1); --ease-io: cubic-bezier(.65, 0, .35, 1); }
  html { scroll-behavior: smooth; }
  body { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
  .v2-h2, .v2-hero-copy h1 { text-wrap: balance; }
  .v2-btn { transition: background-color .3s var(--ease-out), color .3s var(--ease-out), border-color .3s var(--ease-out), transform .3s var(--ease-out), box-shadow .3s var(--ease-out); }
  .v2-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 30px -16px rgba(86,41,31,.55); }
  .v2-btn.p:hover { background: #3E1C15; } .v2-btn.g:hover { border-color: var(--brown); }
  .v2-btn .arr, .v2-btn span[aria-hidden] { display: inline-block; transition: transform .3s var(--ease-out); } .v2-btn:hover .arr, .v2-btn:hover span[aria-hidden] { transform: translateX(4px); }
  .v2-btn.light { background: rgba(250,247,240,.95); color: var(--brown); }
  .v2-link { background: linear-gradient(currentColor, currentColor) 0 100% / 0 1px no-repeat; border-bottom: 0; padding-bottom: 2px; transition: background-size .4s var(--ease-out); }
  .v2-link:hover { background-size: 100% 1px; }
  .nav { transition: background-color .4s var(--ease-out), box-shadow .4s var(--ease-out), padding .4s var(--ease-out); }
  .nav-since { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-soft); padding-left: 14px; margin-left: 14px; border-left: 1px solid var(--line-strong); white-space: nowrap; }
  @media (max-width: 1360px) { .nav-since { display: none; } }
  .page.active { animation: v2Page .6s var(--ease-out) both; }
  @keyframes v2Page { from { opacity: 0; } to { opacity: 1; } }
  /* hero background glow like the sample */
  .v2-hero { background: radial-gradient(120% 90% at 78% 40%, #FAF8F2 0%, var(--cream) 55%, #EEEADF 100%); position: relative; overflow: hidden; }
  .v2-arch { overflow: visible; box-shadow: inset 0 -40px 60px -40px rgba(86,41,31,.25); }
  .v2-arch::after { content: ''; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; background: linear-gradient(105deg, transparent 35%, rgba(255,255,255,.28) 50%, transparent 65%); background-size: 250% 100%; animation: v2Sheen 7s var(--ease-io) infinite; mix-blend-mode: soft-light; }
  @keyframes v2Sheen { 0% { background-position: 120% 0; } 55%, 100% { background-position: -120% 0; } }
  .v2-ground { position: absolute; bottom: -18px; left: 50%; width: 120%; height: 28px; transform: translateX(-50%); background: radial-gradient(closest-side, rgba(43,31,26,.28), transparent); filter: blur(2px); }
  /* reveal system */
  @media (prefers-reduced-motion: no-preference) {
    [data-a] { opacity: 0; transform: translateY(26px); transition: opacity 1s var(--ease-out), transform 1s var(--ease-out), clip-path 1.3s var(--ease-out); transition-delay: calc(var(--i, 0) * 90ms); }
    [data-a="fade"] { transform: none; }
    [data-a="scale"] { transform: scale(.94); }
    .v2-story-grid[data-a] { opacity: 1; }
    .v2-story-grid[data-a] .v2-story-img { clip-path: inset(100% 0 0 0 round 999px 999px 0 0); transition: clip-path 1.4s var(--ease-out); }
    .v2-story-grid[data-a].in .v2-story-img { clip-path: inset(0 0 0 0 round 999px 999px 0 0); }
    .v2-rooms-track[data-a].in .v2-room { animation: v2In .9s var(--ease-out) both; }
    .v2-rooms-track[data-a].in .v2-room:nth-child(2) { animation-delay: .08s; } .v2-rooms-track[data-a].in .v2-room:nth-child(3) { animation-delay: .16s; } .v2-rooms-track[data-a].in .v2-room:nth-child(4) { animation-delay: .24s; }
    [data-a].in { opacity: 1; transform: none; }
    .v2-hero-copy > * { animation: v2In .9s var(--ease-out) both; animation-delay: calc(var(--i, 0) * 90ms + 60ms); }
    @keyframes v2In { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
    .v2-arch img.swap { animation: v2Rise 1s var(--ease-out) both; }
    @keyframes v2Rise { from { opacity: 0; transform: translate(-50%, 34px) scale(.95); } to { opacity: 1; transform: translate(-50%, 0) scale(1); } }
    .v2-arch img.out { opacity: 0; transform: translate(-50%, -14px) scale(1.02); transition: opacity .35s ease, transform .35s ease; }
    .v2-hero-num.swap { animation: v2Num .9s var(--ease-out) both; }
    @keyframes v2Num { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: none; } }
    .v2-roof { animation: v2Roof 1.2s var(--ease-out) .3s both; transform-origin: 50% 100%; }
    @keyframes v2Roof { from { opacity: 0; transform: translateY(14px) scaleX(.6); } to { opacity: 1; transform: none; } }
    .v2-hero-cap.swap > * { animation: v2In .8s var(--ease-out) both; }
    .v2-feature.swap .v2-feature-arch img { animation: v2Rise .9s var(--ease-out) both; }
    .v2-feature.swap > *:not(.v2-feature-arch) { animation: v2In .8s var(--ease-out) both; animation-delay: calc(var(--i, 0) * 60ms); }
    .v2-list li { animation: v2In .7s var(--ease-out) both; animation-delay: calc(var(--i, 0) * 60ms); }
    .v2-film-breathe { animation: v2Breathe 18s ease-in-out infinite alternate; }
    @keyframes v2Breathe { from { transform: scale(1); } to { transform: scale(1.07) translate(-1%, -1%); } }
    .v2-film-light { animation: v2Light 9s var(--ease-io) infinite; }
    @keyframes v2Light { 0%, 100% { opacity: .0; transform: translateX(-30%); } 50% { opacity: .5; transform: translateX(30%); } }
  }
  /* film: pinned, arch opens into the room as you scroll */
  .v2-film { height: 210vh; padding: 0 !important; background: var(--cream); position: relative; }
  .v2-film-pin { position: sticky; top: 0; height: 100vh; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; }
  .v2-film-head { position: absolute; top: 15vh; left: 0; right: 0; text-align: center; z-index: 2; will-change: opacity, transform; }
  .v2-film-head .v2-eyebrow { justify-content: center; }
  .v2-film-frame { --p: 0; position: relative; width: calc(min(560px, 64vw) + (100vw - min(560px, 64vw)) * var(--p)); height: calc(52vh + 48vh * var(--p)); margin-top: calc(22vh * (1 - var(--p))); border-radius: calc(999px * (1 - var(--p))) calc(999px * (1 - var(--p))) 0 0; overflow: hidden; background: #E9E1D2 url('/assets/lp/evara2seater-1600.webp') center/cover; will-change: width, height, border-radius; }
  .v2-film-breathe { position: absolute; inset: 0; } .v2-film-breathe video { width: 100%; height: 100%; object-fit: cover; object-position: 50% 60%; display: block; }
  .v2-film-light { position: absolute; inset: -20%; pointer-events: none; background: radial-gradient(40% 30% at 50% 40%, rgba(255,240,215,.55), transparent 70%); mix-blend-mode: soft-light; }
  .v2-film-cap { position: absolute; left: clamp(20px, 5vw, 72px); bottom: clamp(28px, 7vh, 72px); z-index: 2; display: grid; gap: 10px; justify-items: start; color: #FBF7F0; opacity: 0; transform: translateY(16px); transition: opacity .6s var(--ease-out), transform .6s var(--ease-out); }
  .v2-film-cap.on { opacity: 1; transform: none; } .v2-film-cap strong { font-size: clamp(24px, 3vw, 40px); font-weight: 500; letter-spacing: -.02em; max-width: 520px; line-height: 1.1; }
  .v2-film-cap .v2-eyebrow { color: #F1E6D4; margin: 0; } .v2-film-cap .v2-eyebrow::before { background: #F1E6D4; }
  .v2-film-frame::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(20,14,10,.55), transparent 45%); opacity: var(--p); pointer-events: none; }
  .v2-film-btn { z-index: 3; }
  .v2-film-hint { position: absolute; bottom: 4vh; font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--ink-soft); }
  .v2-film-hint::after { content: ''; display: block; width: 1px; height: 34px; margin: 10px auto 0; background: linear-gradient(var(--ink-soft), transparent); animation: v2Hint 1.8s var(--ease-io) infinite; }
  @keyframes v2Hint { 0% { transform: scaleY(0); transform-origin: top; } 50% { transform: scaleY(1); transform-origin: top; } 51% { transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }
  @media (max-width: 900px) {
    .v2-hero { padding-bottom: 36px; } .v2-hero-grid { gap: 18px; }
    .v2-arch { width: min(250px, 62%); } .v2-roof { width: 96px; height: 28px; margin-bottom: 8px; }
    .v2-hero-num { font-size: 84px; top: 26px; }
    .v2-hero-foot { margin-top: 14px; align-items: center; } .v2-hero-cap .t { font-size: 22px; } .v2-hero-cap .v2-eyebrow { font-size: 11px; }
    .v2-hero-thumbs button { width: 42px; height: 42px; }
    .v2-hero-copy h1 { font-size: 40px; margin-bottom: 14px; } .v2-hero-copy p:not(.v2-eyebrow) { font-size: 16px; margin-bottom: 20px; }
    .v2-stats { gap: 14px; margin-top: 22px; padding-top: 16px; font-size: 13px; }
    .v2-film-frame { height: calc(46vh + 54vh * var(--p)); }
  }
  @media (prefers-reduced-motion: reduce) { .v2-film { height: auto; } .v2-film-pin { position: relative; height: auto; padding: 80px 0; } .v2-film-head { position: static; margin-bottom: 30px; } .v2-film-frame { --p: 0; margin: 0 auto; } .v2-film-cap { opacity: 1; transform: none; } .v2-film-hint { display: none; } }
  /* value strip */
  .v2-value { background: var(--cream-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .v2-value-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
  .v2-value-grid > div { padding: 26px 22px; border-left: 1px solid var(--line); display: grid; gap: 4px; }
  .v2-value-grid > div:first-child { border-left: 0; padding-left: 0; }
  .v2-value strong { font-size: 19px; font-weight: 600; color: var(--brown); letter-spacing: -.01em; } .v2-value span { font-size: 14px; color: var(--ink-soft); }
  @media (max-width: 900px) { .v2-value-grid { grid-template-columns: 1fr 1fr; } .v2-value-grid > div:nth-child(3) { border-left: 0; padding-left: 0; } .v2-value-grid > div { border-top: 1px solid var(--line); } }
  /* collection & cards polish */
  .v2-list button { transition: background-color .3s var(--ease-out), padding .3s var(--ease-out); border-radius: 10px; }
  .v2-list button:hover { background: rgba(255,255,255,.18); padding-left: 12px; }
  .v2-list button:hover .th img { transform: translateX(-50%) scale(1.08); } .v2-list .th img { transition: transform .5s var(--ease-out); }
  .v2-pills button { transition: all .3s var(--ease-out); } .v2-pills button:hover { border-color: var(--brown); }
  .v2-rooms-track { cursor: grab; } .v2-rooms-track.drag { cursor: grabbing; scroll-snap-type: none; } .v2-rooms-track.drag a { pointer-events: none; }
  .v2-room .img { border-radius: 4px; }
  .v2-texture img { transform: scale(1.12); will-change: transform; }
  /* measure: animated sofa */
  .v2-sofa { position: relative; height: 150px; display: flex; align-items: flex-end; justify-content: center; margin: 0 auto 14px; }
  .v2-sofa .arm { width: 22px; height: 86px; border-radius: 10px; background: var(--brown); flex: 0 0 auto; transition: transform .6s var(--ease-out); }
  .v2-sofa .seat { position: relative; height: 100px; width: 88px; margin: 0 2px; transition: width .7s var(--ease-out), margin .7s var(--ease-out), opacity .5s var(--ease-out); overflow: hidden; }
  .v2-sofa .seat.off { width: 0; margin: 0; opacity: 0; }
  .v2-sofa .seat .back { position: absolute; left: 0; right: 0; top: 0; height: 50px; border-radius: 12px; background: #C9B387; }
  .v2-sofa .seat .cush { position: absolute; left: 0; right: 0; bottom: 0; border-radius: 12px; background: #B89D6C; transition: height .7s cubic-bezier(.34, 1.56, .64, 1); }
  .v2-sofa .seat.lounger { width: 70px; } .v2-sofa .seat.lounger .back { display: none; } .v2-sofa .seat.lounger .cush { background: #A98C5C; }
  .v2-sofa .seat.lounger.off { width: 0; }
  .v2-sofa-rule { height: 1px; background: var(--brown); position: relative; margin: 0 auto; transition: width .7s var(--ease-out); }
  .v2-sofa-rule::before, .v2-sofa-rule::after { content: ''; position: absolute; top: -6px; width: 1px; height: 13px; background: var(--brown); } .v2-sofa-rule::before { left: 0; } .v2-sofa-rule::after { right: 0; }
  .v2-stage .w { font-variant-numeric: tabular-nums; }

  /* =================== v67 PRODUCT GALLERY + LIGHTBOX =================== */
  .pd-image-main.has-photo { cursor: zoom-in; position: relative; }
  .pd-zoom-hint { position: absolute; right: 14px; bottom: 14px; z-index: 2; display: inline-flex; align-items: center; gap: 8px; padding: 8px 13px; border-radius: 999px; background: rgba(250,247,240,.92); color: var(--brown); font-size: 12.5px; font-weight: 600; box-shadow: 0 8px 22px -12px rgba(43,31,26,.4); pointer-events: none; }
  .pd-gallery-thumbs { gap: 10px; margin-top: 12px; scrollbar-width: none; } .pd-gallery-thumbs::-webkit-scrollbar { display: none; }
  .pd-thumb { width: 78px !important; height: 78px !important; border-radius: 10px !important; border: 1.5px solid var(--line) !important; background: var(--cream-2) !important; transition: border-color .3s var(--ease-out), transform .3s var(--ease-out); }
  .pd-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease-out); }
  .pd-thumb:hover { transform: translateY(-2px); } .pd-thumb:hover img { transform: scale(1.06); }
  .pd-thumb.active { border-color: var(--brown) !important; }
  .lb { position: fixed; inset: 0; z-index: 10000; background: rgba(23,18,15,.96); display: grid; grid-template-rows: auto 1fr auto auto; color: #F4F2EA; padding: env(safe-area-inset-top, 0px) 0 env(safe-area-inset-bottom, 0px); }
  .lb[hidden] { display: none; }
  .lb.open { animation: lbIn .35s var(--ease-out, ease) both; }
  @keyframes lbIn { from { opacity: 0; } to { opacity: 1; } }
  .lb-top { display: flex; align-items: center; gap: 16px; padding: 14px 20px; }
  .lb-title { font-weight: 600; font-size: 16px; letter-spacing: -.01em; } .lb-count { font-size: 13px; color: #CFC5B8; font-variant-numeric: tabular-nums; }
  .lb-close { margin-left: auto; width: 44px; height: 44px; border-radius: 999px; border: 1px solid rgba(244,242,234,.35); background: transparent; color: #F4F2EA; font-size: 16px; cursor: pointer; }
  .lb-stage { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; margin: 0 72px; touch-action: pan-y; }
  .lb-img { max-width: 100%; max-height: 100%; object-fit: contain; cursor: zoom-in; transition: transform .45s var(--ease-out, ease), opacity .3s ease; user-select: none; -webkit-user-drag: none; }
  .lb-img.fade { opacity: 0; } .lb-stage.zoomed .lb-img { transform: scale(2.2); cursor: zoom-out; }
  .lb-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 52px; height: 52px; border-radius: 999px; border: 1px solid rgba(244,242,234,.3); background: rgba(244,242,234,.08); color: #F4F2EA; font-size: 30px; line-height: 1; cursor: pointer; z-index: 2; transition: background .3s; }
  .lb-nav:hover { background: rgba(244,242,234,.2); } .lb-prev { left: 12px; } .lb-next { right: 12px; }
  .lb-thumbs { display: flex; gap: 8px; justify-content: center; padding: 12px 20px 4px; overflow-x: auto; scrollbar-width: none; }
  .lb-thumbs button { flex: 0 0 auto; width: 60px; height: 60px; border-radius: 8px; overflow: hidden; border: 1.5px solid transparent; padding: 0; background: #2A221D; cursor: pointer; opacity: .55; transition: opacity .3s, border-color .3s; }
  .lb-thumbs button[aria-current="true"] { opacity: 1; border-color: #E5B07A; } .lb-thumbs img { width: 100%; height: 100%; object-fit: cover; }
  .lb-hint { text-align: center; font-size: 12px; color: #A89C8E; margin: 6px 0 12px; }
  @media (max-width: 700px) { .lb-stage { margin: 0 8px; } .lb-nav { display: none; } .lb-hint { display: none; } .pd-thumb { width: 64px !important; height: 64px !important; } }
  /* ===== v58 cart / checkout ===== */
  .nav-cart { position: relative; display: inline-flex; align-items: center; color: inherit; }
  .nav-cart .cart-count { position: absolute; top: -6px; right: -9px; min-width: 18px; height: 18px; border-radius: 999px; background: var(--terracotta); color: #fff; font-size: 11px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; padding: 0 4px; }
  .nav-cart .cart-count:empty { display: none; }
  .pd-buy { display: flex; gap: 10px; flex-wrap: wrap; margin: 14px 0 6px; }
  .pd-buy button { flex: 1 1 160px; padding: 14px 12px; border-radius: 8px; font: inherit; font-weight: 700; font-size: 15px; cursor: pointer; }
  .pd-buy .add { background: var(--brown); color: var(--cream); border: 0; } .pd-buy .now { background: #fff; color: var(--brown); border: 1.5px solid var(--brown); }
  .pd-buy-note { font-size: 12.5px; color: var(--ink-soft); margin: 0 0 6px; }
  .shop-page { padding: 48px 0 72px; } .shop-eyebrow { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--terracotta); }
  .shop-title { font-family: var(--display); font-weight: 400; font-size: clamp(32px, 4vw, 48px); margin: 6px 0 24px; color: var(--brown); }
  .cart-row { display: grid; grid-template-columns: 1fr auto auto; gap: 16px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--line); }
  .cart-row h3 { margin: 0 0 4px; font-size: 17px; } .cart-row .cfg { font-size: 13.5px; color: var(--ink-soft); }
  .cart-row .pr s { color: var(--ink-soft); font-size: 13px; display: block; } .cart-row .pr strong { font-size: 17px; color: var(--brown); }
  .qty { display: inline-flex; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; } .qty button { width: 34px; height: 34px; border: 0; background: #fff; cursor: pointer; font-size: 17px; } .qty span { min-width: 30px; text-align: center; align-self: center; }
  .cart-remove { background: none; border: 0; color: var(--terracotta); font: inherit; font-size: 13px; cursor: pointer; padding: 0; margin-top: 6px; }
  .cart-totals { margin: 22px 0 0 auto; max-width: 420px; } .cart-totals div { display: flex; justify-content: space-between; padding: 6px 0; font-size: 15px; }
  .cart-totals .grand { border-top: 1px solid var(--line); margin-top: 6px; padding-top: 12px; font-size: 19px; font-weight: 800; color: var(--brown); }
  .cart-actions { display: flex; gap: 12px; justify-content: flex-end; flex-wrap: wrap; margin-top: 18px; }
  .cart-empty { padding: 30px; background: var(--cream-2); border-radius: 10px; text-align: center; }
  .checkout-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 36px; align-items: start; }
  .checkout-form fieldset { border: 1px solid var(--line); border-radius: 10px; padding: 18px 20px; margin: 0 0 18px; background: #fff; }
  .checkout-form legend { font-weight: 700; color: var(--brown); padding: 0 6px; }
  .checkout-form label { display: block; font-size: 13.5px; font-weight: 600; color: var(--ink-soft); margin: 10px 0 0; }
  .checkout-form input:not([type=radio]):not([type=checkbox]), .checkout-form textarea { display: block; width: 100%; box-sizing: border-box; margin-top: 5px; padding: 11px 12px; border: 1px solid rgba(102,67,49,.3); border-radius: 8px; font: inherit; font-size: 15px; color: var(--ink); background: #fff; }
  .checkout-form .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; } .checkout-form .row3 { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 12px; }
  .checkout-form .radio, .checkout-form .check { display: flex; gap: 10px; align-items: flex-start; font-weight: 500; color: var(--ink); }
  .pin-note, .pay-note { font-size: 13px; color: var(--brown); margin: 8px 0 0; } .form-error { color: #B3261E; font-size: 14px; min-height: 1em; }
  .checkout-submit { width: 100%; padding: 16px; font-size: 16px; }
  .checkout-summary { background: var(--cream-2); border: 1px solid var(--line); border-radius: 10px; padding: 20px; position: sticky; top: 90px; }
  .checkout-summary h3 { margin: 0 0 10px; color: var(--brown); } .cs-item { display: flex; justify-content: space-between; gap: 12px; font-size: 14px; padding: 8px 0; border-bottom: 1px solid var(--line); }
  .cs-item small { display: block; color: var(--ink-soft); } .cs-line { display: flex; justify-content: space-between; font-size: 14.5px; padding: 5px 0; } .cs-line.grand { font-weight: 800; font-size: 18px; color: var(--brown); border-top: 1px solid var(--line); margin-top: 6px; padding-top: 10px; }
  .order-box { max-width: 680px; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 28px; } .order-ref { font-size: 22px; font-weight: 800; color: var(--brown); }
  @media (max-width: 900px) { .checkout-grid { grid-template-columns: 1fr; } .checkout-summary { position: static; order: -1; } .checkout-form .row3 { grid-template-columns: 1fr 1fr; } }

  .guides-hub { padding: 72px 0; border-top: 1px solid var(--line); }
  .guides-hub .section-intro a, .guide-link { color: var(--terracotta); font-weight: 600; text-decoration: none; }
  .guides-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 26px; }
  .guides-col h3 { font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--brown); margin: 0 0 10px; }
  .guides-col ul { list-style: none; margin: 0; padding: 0; }
  .guides-col li { padding: 7px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
  .guides-col a { color: var(--ink); text-decoration: none; }
  .guides-col a:hover { color: var(--terracotta); }
  .guide-link-wrap { margin: 12px 0; font-size: 14px; }
  @media (max-width: 900px) { .guides-grid { grid-template-columns: 1fr; } }
  @media (max-width: 900px) {
    .festive-grid { grid-template-columns: 1fr; gap: 28px; }
    .areas-grid { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 560px) {
    .areas-grid { grid-template-columns: 1fr; }
    .festive-offer { padding: 44px 0; }
  }
