:root {
  --ink: #171917;
  --paper: #ffffff;
  --white: #ffffff;
  --green: #173e35;
  --green-deep: #102e28;
  --brass: #a57a3d;
  --line: #d9dad5;
  --muted: #696c66;
  --serif: Georgia, "Noto Serif SC", "Songti SC", serif;
  --sans: Inter, "Noto Sans SC", "Microsoft YaHei", sans-serif;
  --header-height: 84px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 15px; line-height: 1.65; letter-spacing: 0; }
body.is-locked { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button { color: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 2px solid var(--brass); outline-offset: 3px; }

.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; padding: 10px 14px; color: var(--ink); background: var(--white); }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.is-hidden { display: none !important; }
.section-shell { width: min(100% - 64px, 1360px); margin-inline: auto; }
.eyebrow { margin: 0 0 16px; color: var(--brass); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .18em; }
.media-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,7,6,.62), rgba(5,7,6,.02) 66%); }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 11px 24px; border: 1px solid transparent; border-radius: 0; font-size: 13px; cursor: pointer; transition: color 180ms ease, background 180ms ease, border-color 180ms ease; }
.button svg, .text-link svg { width: 17px; height: 17px; }
.button-light { color: var(--ink); background: var(--white); }
.button-light:hover { color: var(--white); background: transparent; border-color: rgba(255,255,255,.8); }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover { background: var(--green); }
.button-outline-light { color: var(--white); border-color: rgba(255,255,255,.62); }
.button-outline-light:hover { color: var(--green); background: var(--white); border-color: var(--white); }
.text-link { width: fit-content; display: inline-flex; align-items: center; gap: 9px; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 600; }
.text-link svg { transition: transform 180ms ease; }
.text-link:hover svg { transform: translateX(4px); }

.announcement { min-height: 30px; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 5px 20px; color: var(--white); background: var(--green); font-size: 10px; letter-spacing: .11em; }
.site-header { z-index: 50; height: var(--header-height); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 40px; transition: color 200ms ease, background 200ms ease, border-color 200ms ease, box-shadow 200ms ease; }
.site-header.is-overlay { position: absolute; top: 30px; left: 0; right: 0; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.32); }
.site-header.is-overlay.is-scrolled { position: fixed; top: 0; color: var(--ink); background: rgba(255,255,255,.97); border-color: var(--line); box-shadow: 0 3px 18px rgba(16,25,20,.06); backdrop-filter: blur(12px); }
.site-header.is-solid { position: sticky; top: 0; color: var(--ink); background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.desktop-nav { display: flex; align-items: center; gap: 30px; font-size: 12px; }
.desktop-nav a, .footer-links a { position: relative; width: fit-content; }
.desktop-nav a::after, .footer-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -3px; height: 1px; background: currentColor; transition: right 180ms ease; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after, .footer-links a:hover::after { right: 0; }
.wordmark { display: inline-flex; align-items: center; gap: 8px; font-family: var(--serif); font-size: 18px; line-height: 1; letter-spacing: .16em; white-space: nowrap; }
.wordmark-mark { width: 7px; aspect-ratio: 1; border: 1px solid currentColor; transform: rotate(45deg); }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 4px; }
.icon-button { position: relative; width: 40px; height: 40px; display: inline-grid; place-items: center; padding: 0; border: 0; border-radius: 50%; color: inherit; background: transparent; cursor: pointer; }
.icon-button:hover { background: rgba(127,127,127,.13); }
.icon-button svg { width: 19px; height: 19px; stroke-width: 1.6; }
.mobile-menu-button { display: none; }
.action-count { position: absolute; right: 1px; top: 1px; min-width: 16px; height: 16px; display: grid; place-items: center; padding: 0 4px; border-radius: 999px; color: var(--white); background: var(--brass); font-size: 9px; line-height: 1; }

.home-hero { position: relative; height: calc(82svh - 30px); min-height: 650px; display: flex; align-items: flex-end; overflow: hidden; color: var(--white); background: #161616; }
.home-hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 54%; animation: hero-in 1.2s cubic-bezier(.22,.8,.28,1) both; }
.home-hero .media-shade { background: linear-gradient(90deg, rgba(4,7,6,.64), rgba(4,7,6,.08) 62%), linear-gradient(0deg, rgba(5,7,6,.46), transparent 46%); }
.home-hero-copy { position: relative; z-index: 2; width: min(760px, calc(100% - 80px)); margin: 0 0 8vh max(40px, calc((100vw - 1360px) / 2)); }
.home-hero-copy .eyebrow, .campaign-copy .eyebrow, .image-story .eyebrow, .brand-hero .eyebrow { color: rgba(255,255,255,.78); }
.home-hero h1 { margin: 0; font-family: var(--serif); font-size: 96px; font-weight: 400; line-height: .94; }
.home-hero-copy > p:not(.eyebrow) { margin: 22px 0 28px; font-family: var(--serif); font-size: 21px; }

.home-intro { padding-block: 112px; }
.home-intro h2, .section-heading h2, .campaign-copy h2, .image-story h2, .brand-statement h2, .story-copy h2, .contact-band h2, .service-faq h2 { margin: 0; font-family: var(--serif); font-size: 52px; font-weight: 400; line-height: 1.18; }
.home-intro-foot { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 60px; margin: 48px 0 0 42%; }
.home-intro-foot p { margin: 0; color: var(--muted); }

.home-categories { display: grid; grid-template-columns: 1.18fr .82fr; min-height: 920px; }
.category-feature-stack { display: grid; grid-template-rows: 1fr 1fr; }
.category-feature { position: relative; min-height: 440px; overflow: hidden; color: var(--white); }
.category-feature img { height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(.2,.7,.2,1); }
.category-feature-large img { object-position: 58% center; }
.category-feature:hover img { transform: scale(1.025); }
.category-feature-copy { position: absolute; z-index: 2; inset: auto 32px 30px; display: grid; align-items: end; }
.category-feature-copy small { font-size: 9px; letter-spacing: .18em; }
.category-feature-copy strong { font-family: var(--serif); font-size: 34px; font-weight: 400; }
.category-feature-copy > span { display: flex; align-items: center; gap: 8px; margin-top: 14px; font-size: 12px; }
.category-feature-copy svg { width: 15px; }

.home-products, .related { padding-block: 112px 126px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 34px; }
.section-heading .eyebrow { margin-bottom: 8px; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 32px 14px; }
.product-media { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: #e9eae6; }
.product-image-link { display: block; width: 100%; height: 100%; }
.product-image-link img { height: 100%; object-fit: cover; transition: transform 500ms cubic-bezier(.2,.7,.2,1); }
.product-card:hover .product-image-link img { transform: scale(1.025); }
.product-badge { position: absolute; left: 14px; top: 14px; padding: 5px 8px; color: var(--white); background: var(--green); font-size: 8px; letter-spacing: .14em; }
.save-button { position: absolute; right: 8px; top: 8px; color: var(--ink); background: rgba(255,255,255,.88); }
.save-button:hover { background: var(--white); }
.save-button.is-saved, .purchase-save.is-saved { color: #912f36; }
.save-button.is-saved svg, .purchase-save.is-saved svg { fill: currentColor; }
.quick-add { position: absolute; left: 0; right: 0; bottom: 0; min-height: 44px; border: 0; color: var(--white); background: rgba(23,62,53,.96); transform: translateY(100%); transition: transform 180ms ease; cursor: pointer; }
.product-card:hover .quick-add, .quick-add:focus-visible { transform: translateY(0); }
.product-info { display: flex; justify-content: space-between; gap: 15px; padding-top: 14px; }
.product-info h3 { margin: 0 0 3px; font-family: var(--serif); font-size: 17px; font-weight: 400; }
.product-info p { margin: 0; color: var(--muted); font-size: 10px; }
.product-info strong { font-size: 12px; font-weight: 500; white-space: nowrap; }

.campaign-split { display: grid; grid-template-columns: 1.08fr .92fr; height: 760px; color: var(--white); background: var(--green); }
.campaign-image { overflow: hidden; }
.campaign-image img { height: 100%; object-fit: cover; }
.campaign-copy { align-self: center; max-width: 660px; padding: 70px 9%; }
.campaign-copy h2 { margin-bottom: 30px; }
.campaign-copy > p:not(.eyebrow) { margin: 0 0 34px; color: rgba(255,255,255,.72); }
.image-story { position: relative; height: 78svh; min-height: 650px; display: flex; align-items: flex-end; color: var(--white); overflow: hidden; }
.image-story > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 40%; }
.image-story > div { position: relative; z-index: 2; max-width: 760px; padding: 0 48px 8vh max(40px, calc((100vw - 1360px) / 2)); }
.image-story h2 { margin-bottom: 28px; }

.service-strip { display: grid; grid-template-columns: repeat(3,1fr); padding-block: 68px; }
.service-item { min-height: 82px; display: flex; align-items: center; justify-content: center; gap: 18px; padding: 12px 5vw; border-right: 1px solid var(--line); }
.service-item:last-child { border-right: 0; }
.service-item > svg { width: 25px; height: 25px; color: var(--brass); stroke-width: 1.4; }
.service-item h3 { margin: 0 0 1px; font-family: var(--serif); font-size: 16px; font-weight: 400; }
.service-item p { margin: 0; color: var(--muted); font-size: 10px; white-space: nowrap; }

.page-intro { padding-block: 80px 76px; border-bottom: 1px solid var(--line); }
.page-intro .breadcrumbs { margin-bottom: 70px; }
.page-intro h1, .brand-hero h1, .appointment-content h1 { margin: 0; font-family: var(--serif); font-size: 64px; font-weight: 400; line-height: 1.1; }
.page-intro > p:last-child { max-width: 600px; margin: 20px 0 0; color: var(--muted); }
.page-intro-centered { padding-block: 110px; text-align: center; border-bottom: 0; }
.page-intro-centered > p:last-child { margin-inline: auto; }
.breadcrumbs { min-height: 24px; display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 10px; }
.breadcrumbs svg { width: 13px; }

.catalog { padding-bottom: 126px; }
.catalog-toolbar { position: static; display: flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 76px; margin-bottom: 34px; background: #f7f7f4; border-bottom: 1px solid var(--line); }
.catalog-filters { display: flex; align-items: center; gap: 4px; }
.catalog-filters button { min-width: 64px; min-height: 38px; padding: 8px 14px; border: 0; background: transparent; font-size: 12px; cursor: pointer; }
.catalog-filters button.is-active { color: var(--white); background: var(--green); }
.catalog-meta { display: flex; align-items: center; gap: 14px; color: var(--muted); font-size: 10px; }
.catalog-meta label { color: var(--ink); }
.catalog-meta select { min-height: 38px; padding: 6px 32px 6px 10px; border: 1px solid var(--line); border-radius: 0; color: var(--ink); background: var(--white); }
.catalog-grid { row-gap: 58px; }
.catalog-editorial { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 700px; color: var(--white); background: var(--green-deep); }
.catalog-editorial > img { height: 700px; object-fit: cover; }
.catalog-editorial > div { align-self: center; padding: 70px 10%; }
.catalog-editorial h2 { margin: 0 0 30px; font-family: var(--serif); font-size: 52px; font-weight: 400; line-height: 1.18; }

.product-page { padding-block: 26px 80px; }
.product-page > .breadcrumbs { margin-bottom: 24px; }
.product-layout { display: grid; grid-template-columns: minmax(0,1.72fr) minmax(390px,.78fr); gap: 28px; align-items: start; }
.product-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.product-gallery figure { aspect-ratio: 4 / 5; margin: 0; overflow: hidden; background: #e9eae6; }
.product-gallery img { height: 100%; object-fit: cover; }
.product-purchase { position: sticky; top: calc(var(--header-height) + 24px); min-height: 600px; padding: 58px 52px; background: var(--white); }
.product-purchase-inner h1 { margin: 0 0 8px; font-family: var(--serif); font-size: 40px; font-weight: 400; line-height: 1.2; }
.product-price { display: block; margin-bottom: 28px; font-size: 15px; font-weight: 500; }
.product-lead { margin: 0 0 34px; color: var(--muted); }
.product-option { display: flex; justify-content: space-between; gap: 18px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 12px; }
.product-option strong { font-weight: 500; }
.product-swatches { display: flex; gap: 10px; padding-block: 18px 22px; }
.swatch { width: 26px; aspect-ratio: 1; padding: 0; border: 4px solid var(--white); border-radius: 50%; box-shadow: 0 0 0 1px var(--line); cursor: pointer; }
.swatch.is-selected { box-shadow: 0 0 0 2px var(--ink); }
.swatch-gold { background: #c8a060; }
.swatch-rose { background: #c99687; }
.swatch-silver { background: #d3d5d4; }
.size-field { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 18px; margin-bottom: 22px; font-size: 12px; }
.size-field select { min-height: 44px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 0; background: var(--white); }
.purchase-actions { display: grid; grid-template-columns: 1fr 48px; gap: 8px; }
.purchase-actions .button { width: 100%; }
.purchase-save { width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 0; }
.product-accordions { margin-top: 28px; border-top: 1px solid var(--line); }
.product-accordions details { border-bottom: 1px solid var(--line); }
.product-accordions summary { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-size: 12px; list-style: none; }
.product-accordions summary::-webkit-details-marker { display: none; }
.product-accordions summary svg { width: 16px; transition: transform 180ms ease; }
.product-accordions details[open] summary svg { transform: rotate(45deg); }
.product-accordions details p, .product-accordions details ul { margin: 0; padding: 0 0 22px; color: var(--muted); font-size: 11px; }
.product-accordions details ul { padding-left: 18px; }
.consult-link { display: flex; align-items: center; gap: 10px; margin-top: 24px; font-size: 12px; }
.consult-link svg { width: 16px; color: var(--brass); }

.brand-hero { position: relative; height: 72svh; min-height: 620px; display: flex; align-items: flex-end; color: var(--white); overflow: hidden; }
.brand-hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 54%; }
.brand-hero-copy { position: relative; z-index: 2; max-width: 760px; padding: 0 48px 8vh max(40px, calc((100vw - 1360px) / 2)); }
.brand-hero-copy > p:last-child { max-width: 520px; margin: 20px 0 0; font-family: var(--serif); font-size: 20px; }
.brand-statement { max-width: 980px; padding-block: 130px; text-align: center; }
.brand-statement p:last-child { max-width: 680px; margin: 40px auto 0; color: var(--muted); }
.story-row { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 740px; }
.story-row-reverse { grid-template-columns: .92fr 1.08fr; }
.story-row-reverse .story-media { order: 2; }
.story-media { height: 740px; overflow: hidden; }
.story-media img { height: 100%; object-fit: cover; }
.story-copy { align-self: center; max-width: 650px; padding: 70px 11%; }
.story-copy > span { color: var(--line); font-family: var(--serif); font-size: 52px; }
.story-copy h2 { font-size: 42px; }
.story-copy > p:last-child { margin-top: 26px; color: var(--muted); }
.brand-quote { padding: 130px 30px; color: var(--white); background: var(--green-deep); text-align: center; }
.brand-quote blockquote { margin: 0; font-family: var(--serif); font-size: 46px; line-height: 1.35; }
.brand-quote cite { display: block; margin-top: 28px; color: rgba(255,255,255,.55); font-size: 10px; font-style: normal; letter-spacing: .14em; }

.service-directory { padding-bottom: 120px; }
.service-row { min-height: 210px; display: grid; grid-template-columns: 50px 52px minmax(0,1fr) 44px; align-items: center; gap: 34px; border-top: 1px solid var(--line); }
.service-row:last-child { border-bottom: 1px solid var(--line); }
.service-row > span { color: var(--muted); font-size: 10px; }
.service-row > svg { width: 30px; color: var(--brass); stroke-width: 1.3; }
.service-row h2 { margin: 0 0 10px; font-family: var(--serif); font-size: 28px; font-weight: 400; }
.service-row p { max-width: 760px; margin: 0; color: var(--muted); }
.service-row .icon-button { border: 1px solid var(--line); }
.contact-band { padding-block: 90px; color: var(--white); background: var(--green); }
.contact-band > div { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.contact-band h2 { font-size: 42px; }
.contact-band p:last-child { margin: 12px 0 0; color: rgba(255,255,255,.68); }
.service-faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 12%; padding-block: 110px 130px; }
.service-faq h2 { font-size: 42px; }
.service-faq .product-accordions { margin-top: 0; }

.appointment-page { min-height: calc(100svh - 102px); display: grid; grid-template-columns: 1fr 1fr; }
.appointment-media { position: sticky; top: var(--header-height); height: calc(100svh - var(--header-height)); overflow: hidden; }
.appointment-media img { height: 100%; object-fit: cover; }
.appointment-content { display: grid; align-items: center; padding: 80px 11%; background: var(--white); }
.appointment-inner { max-width: 620px; }
.appointment-inner > p:not(.eyebrow) { color: var(--muted); }
.appointment-form { display: grid; gap: 20px; margin-top: 38px; }
.appointment-form label { display: grid; gap: 7px; font-size: 11px; }
.appointment-form input, .appointment-form select, .appointment-form textarea { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 0; color: var(--ink); background: var(--white); resize: vertical; }
.appointment-form textarea { min-height: 100px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.appointment-form .consent { display: grid; grid-template-columns: 18px 1fr; align-items: start; gap: 9px; color: var(--muted); }
.consent input { width: 16px; min-height: 16px; margin: 2px 0 0; }
.appointment-form .button { width: 100%; }
.appointment-confirmation { padding-block: 40px; text-align: center; }
.appointment-confirmation > svg { width: 40px; height: 40px; color: var(--green); stroke-width: 1.4; }
.appointment-confirmation h2 { margin: 20px 0 10px; font-family: var(--serif); font-size: 34px; font-weight: 400; }
.appointment-confirmation p { color: var(--muted); }

.wishlist { min-height: 450px; padding-block: 48px 120px; }
.wishlist-empty { min-height: 420px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.wishlist-empty > svg { width: 36px; height: 36px; stroke-width: 1.2; }
.wishlist-empty h2 { margin: 20px 0 4px; font-family: var(--serif); font-size: 28px; font-weight: 400; }
.wishlist-empty p { margin: 0 0 24px; color: var(--muted); }

.site-footer { color: #d9d9d4; background: #121411; }
.footer-main { display: grid; grid-template-columns: 2.2fr repeat(3,1fr); gap: 50px; padding-block: 78px 60px; }
.wordmark-footer { color: var(--white); }
.footer-brand p { color: #777c75; font-family: var(--serif); }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-links h2 { margin: 0 0 10px; color: #777c75; font-size: 9px; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; }
.footer-links a { font-size: 11px; }
.footer-bottom { display: flex; justify-content: space-between; padding-block: 20px; border-top: 1px solid #2d302c; color: #777c75; font-size: 9px; }

.scrim { position: fixed; inset: 0; z-index: 80; background: rgba(11,15,13,.56); backdrop-filter: blur(3px); }
.side-panel { position: fixed; z-index: 90; top: 0; right: 0; width: min(460px, 100%); height: 100dvh; display: flex; flex-direction: column; background: var(--white); transform: translateX(101%); visibility: hidden; transition: transform 280ms cubic-bezier(.2,.7,.2,1), visibility 280ms; }
.side-panel.is-open { transform: translateX(0); visibility: visible; }
.panel-header { height: 72px; display: flex; align-items: center; justify-content: space-between; padding: 0 24px; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 22px; }
.menu-panel nav { display: flex; flex-direction: column; padding: 18px 24px; overflow: auto; }
.menu-utilities { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 18px 24px 6px; }
.menu-utilities button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 14px; border: 1px solid var(--line); color: var(--ink); background: var(--white); cursor: pointer; }
.menu-utilities button svg { width: 18px; height: 18px; }
.menu-panel nav a { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 22px; }
.menu-panel nav svg { width: 18px; }
.bag-content { flex: 1; overflow: auto; }
.bag-empty { min-height: 70vh; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; padding: 30px; text-align: center; }
.bag-empty > svg { width: 35px; height: 35px; stroke-width: 1.2; }
.bag-empty h2 { margin: 0; font-family: var(--serif); font-size: 22px; font-weight: 400; }
.bag-items { padding: 6px 24px; }
.bag-item { display: grid; grid-template-columns: 88px 1fr auto; gap: 15px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.bag-item img { width: 88px; height: 108px; object-fit: cover; }
.bag-item h3 { margin: 4px 0; font-family: var(--serif); font-size: 15px; font-weight: 400; }
.bag-item p { margin: 0; color: var(--muted); font-size: 10px; }
.bag-item strong { align-self: start; font-size: 11px; }
.remove-item { margin-top: 18px; padding: 0; border: 0; border-bottom: 1px solid currentColor; color: var(--muted); background: transparent; font-size: 10px; cursor: pointer; }
.bag-summary { padding: 20px 24px 24px; border-top: 1px solid var(--line); background: var(--white); }
.bag-summary > div { display: flex; justify-content: space-between; margin-bottom: 16px; }
.bag-summary .button { width: 100%; }

.search-overlay { position: fixed; z-index: 100; inset: 0; display: none; color: var(--ink); background: rgba(247,247,244,.99); }
.search-overlay.is-open { display: block; }
.search-bar { height: 110px; display: grid; grid-template-columns: 30px 1fr 44px; gap: 16px; align-items: center; border-bottom: 1px solid var(--line); }
.search-bar > svg { width: 21px; }
.search-bar input { width: 100%; border: 0; outline: 0; background: transparent; font-family: var(--serif); font-size: 32px; }
.search-results { padding-top: 40px; }
.search-results > p { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.search-suggestions { display: flex; flex-wrap: wrap; gap: 10px; }
.search-suggestions button { padding: 10px 16px; border: 1px solid var(--line); background: transparent; cursor: pointer; }
.search-hit-list { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-top: 30px; }
.search-hit img { aspect-ratio: 4 / 3; object-fit: cover; }
.search-hit span { display: block; padding-top: 8px; font-family: var(--serif); }
.search-hit small { color: var(--muted); }
.toast { position: fixed; z-index: 110; left: 50%; bottom: 24px; max-width: calc(100% - 32px); padding: 11px 18px; color: var(--white); background: var(--ink); font-size: 11px; opacity: 0; transform: translate(-50%,20px); pointer-events: none; transition: opacity 180ms ease, transform 180ms ease; }
.toast.is-visible { opacity: 1; transform: translate(-50%,0); }

.reveal,
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes hero-in { from { opacity: .55; transform: scale(1.035); } to { opacity: 1; transform: scale(1); } }

@media (max-width: 1050px) {
  .section-shell { width: min(100% - 40px, 1360px); }
  .site-header { padding-inline: 20px; }
  .desktop-nav { gap: 18px; }
  .home-hero h1 { font-size: 80px; }
  .home-intro-foot { margin-left: 28%; }
  .home-categories { min-height: 760px; }
  .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 38px 12px; }
  .quick-add { transform: translateY(0); }
  .campaign-split { height: 660px; }
  .product-layout { grid-template-columns: 1.45fr minmax(350px,.8fr); }
  .product-gallery { grid-template-columns: 1fr; }
  .product-purchase { padding: 44px 34px; }
  .footer-main { grid-template-columns: 1.8fr repeat(3,1fr); gap: 28px; }
}

@media (max-width: 720px) {
  :root { --header-height: 62px; }
  .section-shell { width: min(100% - 28px, 1360px); }
  .announcement { min-height: 28px; gap: 7px; font-size: 8px; letter-spacing: .07em; }
  .site-header { height: var(--header-height); padding-inline: 8px; }
  .site-header.is-overlay { top: 28px; }
  .mobile-menu-button { display: inline-grid; justify-self: start; }
  .desktop-nav, .desktop-icon { display: none; }
  .wordmark { gap: 6px; font-size: 14px; letter-spacing: .1em; }
  .wordmark-mark { width: 6px; }
  .header-actions { gap: 0; }
  .home-hero { height: calc(76svh - 28px); min-height: 570px; }
  .home-hero > img { object-position: 58% center; }
  .home-hero .media-shade { background: linear-gradient(0deg, rgba(5,7,6,.7), rgba(5,7,6,.02) 72%); }
  .home-hero-copy { width: calc(100% - 36px); margin: 0 18px 48px; }
  .home-hero h1 { font-size: 54px; }
  .home-hero-copy > p:not(.eyebrow) { margin-block: 16px 22px; font-size: 17px; }
  .home-intro { padding-block: 76px; }
  .home-intro h2, .section-heading h2, .campaign-copy h2, .image-story h2, .brand-statement h2, .contact-band h2, .service-faq h2 { font-size: 36px; }
  .home-intro-foot { grid-template-columns: 1fr; gap: 26px; margin: 34px 0 0; }
  .home-categories { grid-template-columns: 1fr; min-height: 0; }
  .category-feature-large { height: 520px; }
  .category-feature-stack { grid-template-columns: 1fr 1fr; grid-template-rows: 340px; }
  .category-feature { min-height: 0; }
  .category-feature-copy { inset: auto 14px 14px; }
  .category-feature-copy strong { font-size: 24px; }
  .category-feature-copy > span { display: none; }
  .home-products, .related { padding-block: 76px 86px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 20px; margin-bottom: 24px; }
  .product-grid { gap: 30px 8px; }
  .product-media { aspect-ratio: 3 / 4; }
  .product-badge { left: 8px; top: 8px; }
  .save-button { right: 4px; top: 4px; }
  .quick-add { min-height: 40px; font-size: 10px; }
  .product-info { flex-direction: column; gap: 6px; padding-top: 10px; }
  .product-info h3 { font-size: 14px; }
  .product-info p { font-size: 9px; }
  .campaign-split { grid-template-columns: 1fr; height: auto; }
  .campaign-image { height: 520px; }
  .campaign-copy { padding: 64px 22px 74px; }
  .image-story { height: 76svh; min-height: 600px; }
  .image-story > div { padding: 0 20px 54px; }
  .service-strip { grid-template-columns: 1fr; padding-block: 28px; }
  .service-item { justify-content: flex-start; min-height: 96px; padding: 12px 24px; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-item:last-child { border-bottom: 0; }
  .page-intro { padding-block: 58px; }
  .page-intro .breadcrumbs { margin-bottom: 48px; }
  .page-intro h1, .brand-hero h1, .appointment-content h1 { font-size: 44px; }
  .page-intro-centered { padding-block: 76px; }
  .catalog-toolbar { align-items: stretch; flex-direction: column; gap: 8px; padding-block: 12px; margin-bottom: 24px; }
  .catalog-filters { width: 100%; overflow-x: auto; }
  .catalog-filters button { flex: 1; min-width: 58px; }
  .catalog-meta { justify-content: space-between; }
  .catalog-grid { row-gap: 36px; }
  .catalog-editorial { grid-template-columns: 1fr; }
  .catalog-editorial > img { height: 520px; }
  .catalog-editorial > div { padding: 58px 22px 68px; }
  .catalog-editorial h2 { font-size: 36px; }
  .product-page { width: 100%; padding-top: 16px; }
  .product-page > .breadcrumbs { width: calc(100% - 28px); margin-inline: auto; }
  .product-layout { grid-template-columns: 1fr; gap: 0; }
  .product-gallery { grid-template-columns: 1fr 1fr; gap: 3px; overflow: hidden; }
  .product-gallery figure { aspect-ratio: 3 / 4; }
  .product-purchase { position: static; min-height: 0; padding: 42px 20px; }
  .product-purchase-inner h1 { font-size: 32px; }
  .related { width: min(100% - 28px,1360px); }
  .brand-hero { height: 68svh; min-height: 580px; }
  .brand-hero-copy { padding: 0 20px 54px; }
  .brand-hero-copy > p:last-child { font-size: 17px; }
  .brand-statement { padding-block: 86px; }
  .story-row, .story-row-reverse { grid-template-columns: 1fr; min-height: 0; }
  .story-row-reverse .story-media { order: 0; }
  .story-media { height: 520px; }
  .story-copy { padding: 60px 22px 72px; }
  .story-copy h2 { font-size: 34px; }
  .brand-quote { padding: 82px 22px; }
  .brand-quote blockquote { font-size: 30px; }
  .service-directory { padding-bottom: 78px; }
  .service-row { min-height: 0; grid-template-columns: 32px 40px 1fr; gap: 16px; padding-block: 30px; }
  .service-row .icon-button { display: none; }
  .service-row > svg { width: 24px; }
  .service-row h2 { font-size: 23px; }
  .service-row p { grid-column: 1 / -1; }
  .contact-band { padding-block: 68px; }
  .contact-band > div { align-items: flex-start; flex-direction: column; gap: 30px; }
  .service-faq { grid-template-columns: 1fr; gap: 34px; padding-block: 78px 90px; }
  .appointment-page { grid-template-columns: 1fr; }
  .appointment-media { position: static; height: 48svh; min-height: 390px; }
  .appointment-content { padding: 60px 20px 76px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 42px 20px; padding-block: 58px 45px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-main .footer-links:last-child { grid-column: 1 / -1; }
  .search-bar { height: 84px; }
  .search-bar input { font-size: 22px; }
  .search-hit-list { grid-template-columns: repeat(2,1fr); }
}

/* PÊCHE TAO studio-archive home. The layout borrows Floria's image-led rhythm,
   while the content, palette, product structure, and interaction remain original. */
@font-face {
  font-family: "Peche Display";
  src: url("assets/fonts/manrope-latin-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  unicode-range: U+0000-024F, U+1E00-1EFF;
}

@font-face {
  font-family: "Peche Display";
  src: url("assets/fonts/noto-sans-cjk-sc-storefront.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+2E80-2EFF, U+3000-303F, U+3400-4DBF, U+4E00-9FFF, U+FF00-FFEF;
}

body[data-page="home"] {
  --flora-ink: #070908;
  --flora-paper: #f7f8f6;
  --flora-silver: #c7ccc8;
  --flora-muted: #656b67;
  --flora-peach: #d5a37d;
  color: var(--flora-ink);
  background: var(--flora-paper);
  overflow-x: clip;
}

body[data-page="home"] h1,
body[data-page="home"] h2,
body[data-page="home"] h3,
body[data-page="home"] .wordmark,
body[data-page="home"] .flora-archive-label strong {
  font-family: "Peche Display", "Microsoft YaHei", sans-serif;
}

.site-header.is-atelier {
  position: fixed;
  top: 20px;
  left: clamp(18px, 5vw, 72px);
  right: clamp(18px, 5vw, 72px);
  z-index: 80;
  width: auto;
  height: 64px;
  grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
  padding: 0 22px;
  color: #fff;
  background: rgba(7, 9, 8, .16);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .12);
  backdrop-filter: blur(14px) saturate(120%);
  -webkit-backdrop-filter: blur(14px) saturate(120%);
}

.header-scroll-sentinel {
  position: absolute;
  top: 44px;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.site-header.is-atelier.is-scrolled {
  color: var(--flora-ink);
  background: rgba(247, 248, 246, .92);
  border-color: rgba(7, 9, 8, .08);
  box-shadow: 0 18px 50px rgba(11, 15, 12, .12);
}

.site-header.is-atelier .wordmark {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  color: inherit;
  font-size: 22px;
  font-weight: 750;
  letter-spacing: 0 !important;
}

.site-header.is-atelier .header-tools {
  position: absolute;
  right: 220px;
  display: flex;
  align-items: center;
}
.site-header.is-atelier .atelier-menu-button { display: none; }
.site-header.is-atelier #search-open,
.site-header.is-solid #search-open { min-width: 40px; width: 40px; height: 40px; justify-content: center; padding: 0; }
.site-header.is-atelier #search-open span,
.site-header.is-solid #search-open span { display: none; }
.site-header.is-atelier .header-actions { grid-column: 3; grid-row: 1; }
.site-header.is-atelier .header-contact { font-size: 12px; }
.site-header.is-atelier .icon-button { width: 40px; height: 40px; }
.site-header.is-atelier .header-store-button,
.site-header.is-atelier .header-wishlist-button { display: none; }
.site-header.is-atelier .action-count { color: var(--flora-ink); background: var(--flora-peach); }
.site-header.is-atelier.is-scrolled .action-count { color: #fff; background: var(--flora-ink); }
.site-header.is-atelier .atelier-nav {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.2vw, 34px);
  font-size: 12px;
  white-space: nowrap;
}

.site-header.is-atelier .atelier-nav a,
.flora-text-link,
.flora-arrow-link {
  position: relative;
}

.site-header.is-atelier .atelier-nav a::after,
.flora-text-link::after,
.flora-arrow-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -4px;
  height: 1px;
  background: currentColor;
  transition: right 240ms cubic-bezier(.2, .75, .2, 1);
}

.site-header.is-atelier .atelier-nav a:hover::after,
.site-header.is-atelier .atelier-nav a[aria-current="page"]::after,
.flora-text-link:hover::after,
.flora-arrow-link:hover::after { right: 0; }

.flora-hero {
  position: relative;
  min-height: 92dvh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
  background: var(--flora-ink);
}

.flora-hero-media,
.flora-hero-media img,
.flora-hero-shade { position: absolute; inset: 0; }
.flora-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  animation: flora-hero-settle 1.35s cubic-bezier(.2, .78, .2, 1) both;
}
.flora-hero-shade {
  background:
    linear-gradient(90deg, rgba(3, 4, 3, .88) 0%, rgba(3, 4, 3, .68) 30%, rgba(3, 4, 3, .08) 68%),
    linear-gradient(0deg, rgba(3, 4, 3, .72) 0%, transparent 44%);
}
.flora-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 110px;
  background: linear-gradient(to bottom, transparent, var(--flora-paper));
  pointer-events: none;
}

.flora-hero-copy {
  position: relative;
  z-index: 2;
  width: min(640px, calc(100% - 96px));
  margin: 0 0 clamp(110px, 14vh, 150px) clamp(48px, 7vw, 104px);
}

@media (prefers-reduced-motion: no-preference) {
  .flora-hero-copy {
    animation: flora-copy-arrive 900ms cubic-bezier(.16, 1, .3, 1) 120ms both;
  }
}
.flora-hero-copy h1 {
  max-width: 600px;
  margin: 0;
  font-size: clamp(58px, 6.7vw, 96px);
  font-weight: 650;
  line-height: .95;
  letter-spacing: -.03em;
}
.flora-hero-copy h1 strong,
.flora-hero-copy h1 em { display: block; font: inherit; }
.flora-hero-copy h1 em { color: rgba(255, 255, 255, .68); font-style: italic; font-weight: 340; line-height: 1.1; padding-bottom: 4px; }
.flora-hero-copy > p { max-width: 430px; margin: 28px 0 34px; color: rgba(255, 255, 255, .72); font-size: 15px; line-height: 1.8; }
.flora-actions { display: flex; align-items: center; gap: 30px; }
.flora-button {
  min-width: 148px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 650;
  transition: color 220ms ease, background 220ms ease, border-color 220ms ease, transform 160ms ease;
}
.flora-button:active { transform: translateY(1px); }
.flora-button-light { color: var(--flora-ink); background: #fff; }
.flora-button-light:hover { color: #fff; background: transparent; border-color: rgba(255, 255, 255, .72); }
.flora-button-dark { color: #fff; background: var(--flora-ink); }
.flora-button-dark:hover { color: var(--flora-ink); background: transparent; border-color: var(--flora-ink); }
.flora-text-link { width: fit-content; padding-bottom: 4px; font-size: 13px; font-weight: 650; }
.flora-curated,
.flora-archive { padding: clamp(110px, 12vw, 176px) clamp(22px, 5vw, 72px); }
.flora-section-intro {
  width: min(100%, 1240px);
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
  align-items: end;
  gap: 64px;
  margin: 0 auto clamp(70px, 8vw, 112px);
}
.flora-section-intro h2,
.flora-process-copy h2,
.flora-manifesto-copy h2,
.flora-appointment-copy h2 {
  margin: 0;
  font-size: clamp(52px, 6.4vw, 92px);
  font-weight: 620;
  line-height: .98;
  letter-spacing: -.035em;
}
.flora-section-intro > div,
.flora-section-intro > p { max-width: 430px; margin: 0; }
.flora-section-intro p { margin: 0 0 24px; color: var(--flora-muted); line-height: 1.8; }
.flora-arrow-link { width: fit-content; display: inline-flex; align-items: center; gap: 9px; padding-bottom: 4px; font-size: 13px; font-weight: 650; }
.flora-arrow-link svg { width: 16px; height: 16px; transition: transform 220ms ease; }
.flora-arrow-link:hover svg { transform: translate(3px, -3px); }

.flora-product-grid {
  width: min(100%, 1380px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0 auto;
  align-items: start;
}
.flora-product-grid .product-card:nth-child(2) { margin-top: 88px; }
.flora-product-grid .product-card:nth-child(4) { margin-top: 52px; }
.flora-product-grid .product-media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 6px;
  background: #eaedea;
}
.flora-product-grid .product-media img { transition: transform 700ms cubic-bezier(.2, .75, .2, 1); }
.flora-product-grid .product-card:hover .product-media img { transform: scale(1.025); }
.flora-product-grid .product-info { align-items: start; padding: 14px 2px 0; }
.flora-product-grid .product-info h3 { font-family: "Peche Display", "Microsoft YaHei", sans-serif; font-size: 15px; font-weight: 620; }
.flora-product-grid .product-info p { color: var(--flora-muted); font-size: 11px; }
.flora-product-grid .product-info strong { padding-top: 2px; font-size: 11px; }
.flora-product-grid .quick-add {
  color: #fff;
  background: rgba(7, 9, 8, .94);
  border-radius: 0;
  backdrop-filter: blur(8px);
}
.flora-product-grid .product-badge { color: var(--flora-ink); background: var(--flora-peach); }

.flora-process {
  position: relative;
  min-height: 880px;
  display: grid;
  grid-template-columns: minmax(360px, .88fr) minmax(520px, 1.12fr);
  overflow: hidden;
  color: #f4f5f3;
  background: #070908;
}
.flora-process-media { position: relative; min-height: 720px; overflow: hidden; }
.flora-process-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 55%, #070908 100%), linear-gradient(0deg, #070908 0%, transparent 35%); }
.flora-process-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.82) brightness(.75); }
.flora-process-copy { align-self: center; padding: 100px clamp(48px, 8vw, 130px); }
.flora-process-copy h2 { max-width: 680px; font-size: clamp(56px, 6vw, 88px); }
.flora-process-lead { max-width: 520px; margin: 32px 0 48px; color: #aeb4b0; line-height: 1.85; }
.flora-process-list { max-width: 640px; margin: 0 0 44px; padding: 0; list-style: none; counter-reset: process; }
.flora-process-list li {
  counter-increment: process;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 22px;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, .14);
}
.flora-process-list li::before {
  content: counter(process, decimal-leading-zero);
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  color: #aeb4b0;
  font-family: "Peche Display", sans-serif;
  font-size: 10px;
}
.flora-process-list h3 { margin: 0 0 5px; font-size: 20px; font-weight: 600; }
.flora-process-list p { margin: 0; color: #929994; font-size: 13px; line-height: 1.75; }

.flora-archive { background: var(--flora-paper); }
.flora-archive-intro { grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr); }
.flora-archive-grid {
  width: min(100%, 1380px);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 22px;
  margin: 0 auto;
  align-items: start;
}
.flora-archive-card { grid-column: span 5; display: block; }
.flora-archive-card-tall { grid-column: 1 / span 5; grid-row: 1 / span 2; }
.flora-archive-card:nth-child(2) { grid-column: 7 / span 5; margin-top: 110px; }
.flora-archive-card-wide { grid-column: 6 / span 7; margin-top: 22px; }
.flora-archive-card-dark { grid-column: 2 / span 5; margin-top: 72px; }
.flora-archive-media { display: block; overflow: hidden; border-radius: 6px; background: #e7eae7; }
.flora-archive-card-tall .flora-archive-media { aspect-ratio: 4 / 5.5; }
.flora-archive-card:nth-child(2) .flora-archive-media { aspect-ratio: 4 / 5; }
.flora-archive-card-wide .flora-archive-media { aspect-ratio: 16 / 9; }
.flora-archive-card-dark .flora-archive-media { aspect-ratio: 4 / 3; background: #090b0a; }
.flora-archive-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 850ms cubic-bezier(.2, .75, .2, 1); }
.flora-archive-card-dark img { object-position: center 47%; }
.flora-archive-card:hover img { transform: scale(1.025); }
.flora-archive-label { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; padding-top: 16px; }
.flora-archive-label strong { font-size: 19px; font-weight: 640; }
.flora-archive-label small { color: var(--flora-muted); font-size: 11px; }

.flora-manifesto {
  position: relative;
  min-height: 880px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  color: #fff;
  background: #050706;
}
.flora-manifesto-media { position: relative; min-height: 740px; }
.flora-manifesto-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 52%, #050706 100%); }
.flora-manifesto-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7) brightness(.55); }
.flora-manifesto-copy { align-self: center; padding: 100px clamp(50px, 8vw, 130px); }
.flora-manifesto-copy h2 { font-size: clamp(62px, 7vw, 96px); }
.flora-manifesto-copy p { max-width: 470px; margin: 32px 0 40px; color: #aab0ac; line-height: 1.9; }

.flora-appointment {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  background: #edf0ed;
}
.flora-appointment-copy { align-self: center; padding: 90px clamp(38px, 7vw, 112px); }
.flora-appointment-copy h2 { font-size: clamp(48px, 5.5vw, 82px); }
.flora-appointment-copy p { max-width: 430px; margin: 30px 0 38px; color: var(--flora-muted); line-height: 1.85; }
.flora-appointment-media { min-height: 620px; overflow: hidden; }
.flora-appointment-media img { width: 100%; height: 100%; object-fit: cover; }

.flora-service-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #d2d6d2;
  background: var(--flora-paper);
}
.flora-service-bar > a { min-height: 150px; display: flex; align-items: center; justify-content: center; gap: 18px; padding: 28px; }
.flora-service-bar > a + a { border-left: 1px solid #d2d6d2; }
.flora-service-bar svg { width: 24px; height: 24px; stroke-width: 1.35; }
.flora-service-bar span { display: grid; gap: 2px; }
.flora-service-bar strong { font-size: 13px; }
.flora-service-bar small { color: var(--flora-muted); font-size: 11px; }

body[data-page="home"] .site-footer { color: #dfe3df; background: #090b0a; border-color: rgba(255, 255, 255, .12); }
body[data-page="home"] .footer-brand p,
body[data-page="home"] .footer-help,
body[data-page="home"] .footer-links a,
body[data-page="home"] .footer-bottom { color: #8f9791; }
body[data-page="home"] .footer-links h2 { color: #f3f5f3; }
body[data-page="home"] .brand-mark-footer { filter: saturate(.75) brightness(1.12); }

@keyframes flora-hero-settle {
  from { transform: scale(1.045); filter: brightness(.72); }
  to { transform: scale(1); filter: brightness(1); }
}
@keyframes flora-copy-arrive {
  from { opacity: .2; transform: translateY(22px); clip-path: inset(0 0 18% 0); }
  to { opacity: 1; transform: translateY(0); clip-path: inset(0); }
}
@media (max-width: 1100px) {
  .site-header.is-atelier { grid-template-columns: minmax(150px, 1fr) auto minmax(150px, 1fr); }
  .site-header.is-atelier .atelier-nav { gap: 18px; }
  .site-header.is-atelier .atelier-nav a:nth-child(3),
  .site-header.is-atelier .atelier-nav a:nth-child(4) { display: none; }
  .flora-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 50px 16px; }
  .flora-product-grid .product-card:nth-child(2) { margin-top: 72px; }
  .flora-product-grid .product-card:nth-child(4) { margin-top: 22px; }
  .flora-process { grid-template-columns: minmax(320px, .75fr) minmax(460px, 1.25fr); }
  .flora-process-copy { padding-inline: 54px; }
}

@media (max-width: 760px) {
  .site-header.is-atelier {
    top: 10px;
    left: 10px;
    right: 10px;
    height: 58px;
    grid-template-columns: 84px minmax(0, 1fr) 84px;
    padding: 0 8px;
    background: rgba(7, 9, 8, .36);
  }
  .site-header.is-atelier .header-tools { position: static; grid-column: 1; grid-row: 1; display: flex; align-items: center; }
  .site-header.is-atelier .atelier-menu-button { display: inline-flex; }
  .site-header.is-atelier .header-text-button span { display: none; }
  .site-header.is-atelier .header-text-button { min-width: 38px; width: 38px; height: 38px; justify-content: center; padding: 0; }
  .site-header.is-atelier .wordmark { grid-column: 2; justify-self: center; font-size: 18px; }
  .site-header.is-atelier .header-actions { grid-column: 3; justify-self: end; }
  .site-header.is-atelier .header-contact,
  .site-header.is-atelier .header-account-button,
  .site-header.is-atelier .header-wishlist-button { display: none; }
  .site-header.is-atelier .atelier-nav { display: none; }
  .site-header.is-atelier .icon-button { width: 38px; height: 38px; }

  .flora-hero { min-height: 88dvh; }
  .flora-hero-media { height: 54%; bottom: auto; }
  .flora-hero-media img { object-fit: contain; object-position: center 22%; }
  .flora-hero-shade { background: linear-gradient(0deg, #070908 0%, rgba(7, 9, 8, .18) 58%, rgba(7, 9, 8, .28) 100%); }
  .flora-hero::after { height: 60px; }
  .flora-hero-copy { width: calc(100% - 36px); margin: 0 18px 72px; }
  .flora-hero-copy h1 { max-width: 340px; font-size: clamp(46px, 14vw, 60px); line-height: .98; }
  .flora-hero-copy > p { max-width: 330px; margin: 20px 0 26px; font-size: 13px; line-height: 1.75; }
  .flora-actions { gap: 20px; }
  .flora-button { min-width: 132px; min-height: 48px; padding-inline: 18px; }
  .flora-curated,
  .flora-archive { padding: 92px 18px; }
  .flora-section-intro { grid-template-columns: 1fr; gap: 28px; margin-bottom: 54px; }
  .flora-section-intro h2,
  .flora-process-copy h2,
  .flora-manifesto-copy h2,
  .flora-appointment-copy h2 { font-size: clamp(44px, 13vw, 58px); line-height: 1; }
  .flora-section-intro > div,
  .flora-section-intro > p { max-width: 340px; margin-left: 16%; }
  .flora-section-intro p { line-height: 1.75; }

  .flora-product-grid { display: flex; gap: 12px; width: calc(100% + 36px); margin-left: -18px; padding: 0 18px 18px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .flora-product-grid::-webkit-scrollbar { display: none; }
  .flora-product-grid .product-card,
  .flora-product-grid .product-card:nth-child(2),
  .flora-product-grid .product-card:nth-child(4) { flex: 0 0 76vw; margin-top: 0; scroll-snap-align: start; }
  .flora-product-grid .product-media { aspect-ratio: 4 / 5; }

  .flora-process { min-height: 0; display: block; }
  .flora-process-media { min-height: 0; height: auto; aspect-ratio: 4 / 5; }
  .flora-process-media::after { background: linear-gradient(0deg, #070908 0%, transparent 40%); }
  .flora-process-copy { padding: 62px 18px 82px; }
  .flora-process-copy h2 { max-width: 350px; }
  .flora-process-lead { margin: 24px 0 36px; }
  .flora-process-list li { grid-template-columns: 46px 1fr; gap: 16px; padding: 20px 0; }
  .flora-process-list li::before { width: 38px; height: 38px; }

  .flora-archive-intro > p { margin-left: 16%; }
  .flora-archive-grid { display: grid; grid-template-columns: 1fr; gap: 54px; }
  .flora-archive-card,
  .flora-archive-card-tall,
  .flora-archive-card:nth-child(2),
  .flora-archive-card-wide,
  .flora-archive-card-dark { grid-column: 1; grid-row: auto; margin-top: 0; }
  .flora-archive-card:nth-child(even) { width: 84%; margin-left: auto; }
  .flora-archive-card-tall .flora-archive-media,
  .flora-archive-card:nth-child(2) .flora-archive-media { aspect-ratio: 4 / 5; }
  .flora-archive-card-wide .flora-archive-media,
  .flora-archive-card-dark .flora-archive-media { aspect-ratio: 4 / 3; }

  .flora-manifesto { min-height: 780px; display: block; }
  .flora-manifesto-media { position: absolute; inset: 0; min-height: 0; }
  .flora-manifesto-media::after { background: linear-gradient(0deg, #050706 10%, rgba(5, 7, 6, .22) 76%, rgba(5, 7, 6, .46) 100%); }
  .flora-manifesto-copy { position: relative; z-index: 1; min-height: 780px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 70px 18px 78px; }
  .flora-manifesto-copy p { margin: 24px 0 34px; color: rgba(255, 255, 255, .75); }

  .flora-appointment { display: flex; flex-direction: column; min-height: 0; }
  .flora-appointment-media { order: -1; min-height: 0; aspect-ratio: 4 / 5; }
  .flora-appointment-copy { padding: 60px 18px 72px; }
  .flora-appointment-copy p { margin: 24px 0 32px; }

  .flora-service-bar { grid-template-columns: 1fr; }
  .flora-service-bar > a { min-height: 110px; justify-content: flex-start; padding-inline: 26px; }
  .flora-service-bar > a + a { border-left: 0; border-top: 1px solid #d2d6d2; }
}

@media (max-width: 380px) {
  .site-header.is-atelier { grid-template-columns: 74px minmax(0, 1fr) 74px; }
  .site-header.is-atelier .wordmark { font-size: 16px; }
  .flora-actions { gap: 14px; }
  .flora-button { min-width: 124px; }
}

@media (prefers-reduced-motion: reduce) {
  .flora-hero-media img { animation: none; }
  .flora-product-grid .product-media img,
  .flora-archive-media img { transition: none; }
}

/* Editorial storefront inspired by the pacing of international luxury houses. */
* { letter-spacing: 0 !important; }
.section-shell { width: min(100% - 64px, 1440px); }
.site-header { height: var(--header-height); padding: 0 32px; border-bottom: 1px solid transparent; }
.site-header.is-overlay { position: absolute; top: 0; left: 0; right: 0; color: var(--white); }
.site-header.is-overlay.is-scrolled { position: fixed; top: 0; color: var(--ink); background: rgba(255,255,255,.98); border-color: #dededb; box-shadow: none; }
.site-header.is-solid { color: var(--ink); background: rgba(255,255,255,.98); border-color: #dededb; }
.header-tools, .header-actions { min-width: 0; display: flex; align-items: center; gap: 22px; }
.header-actions { justify-content: flex-end; gap: 10px; }
.header-text-button { min-width: 58px; min-height: 44px; display: inline-flex; align-items: center; gap: 9px; padding: 0; border: 0; color: inherit; background: transparent; font-size: 12px; cursor: pointer; }
.header-text-button svg { width: 18px; height: 18px; stroke-width: 1.6; }
.header-contact { padding: 10px 8px; font-size: 12px; }
.wordmark { display: inline-block; font-family: var(--sans); font-size: 26px; font-weight: 700; line-height: 1; white-space: nowrap; }
.site-header .icon-button { width: 40px; height: 40px; }
.site-header .action-count { color: var(--ink); background: var(--white); border: 1px solid currentColor; }
.site-header.is-scrolled .action-count, .site-header.is-solid .action-count { color: var(--white); background: var(--ink); }

.lv-hero { position: relative; height: 88svh; min-height: 560px; max-height: 920px; display: flex; align-items: flex-end; justify-content: center; overflow: hidden; color: var(--white); background: #111; }
.lv-hero > img, .lv-campaign-media > img, .lv-campaign-banner > img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.lv-hero > img { object-position: center 52%; animation: hero-in 1.2s cubic-bezier(.22,.8,.28,1) both; }
.lv-hero .media-shade { background: linear-gradient(0deg, rgba(4,5,4,.58), rgba(4,5,4,.02) 48%); }
.lv-hero-copy, .lv-campaign-copy { position: relative; z-index: 2; width: min(760px, calc(100% - 40px)); padding-bottom: 54px; text-align: center; }
.lv-hero-copy p, .lv-campaign-copy p { margin: 0 0 8px; font-size: 12px; }
.lv-hero-copy h1, .lv-campaign-copy h2 { margin: 0 0 16px; font-family: var(--sans); font-size: 32px; font-weight: 600; line-height: 1.2; }
.lv-underlined-link { display: inline-block; padding: 5px 0 2px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 600; }
.lv-dark-link { color: var(--ink); }

.lv-category-section { padding: 88px 0 104px; background: #f5f5f3; }
.lv-centered-heading { max-width: 760px; margin: 0 auto 42px; padding: 0 24px; text-align: center; }
.lv-centered-heading h2 { margin: 0; font-family: var(--sans); font-size: 27px; font-weight: 600; line-height: 1.25; }
.lv-centered-heading p { margin: 12px auto 0; color: #5d5f5b; font-size: 13px; }
.lv-category-rail { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; width: min(100% - 64px, 1440px); margin: 0 auto; }
.lv-category-card { min-width: 0; text-align: center; }
.lv-category-card img { aspect-ratio: 4 / 5; object-fit: cover; background: #e8e8e5; transition: transform 500ms cubic-bezier(.2,.7,.2,1); }
.lv-category-card:first-child img { object-position: 58% center; }
.lv-category-card:hover img { transform: scale(1.012); }
.lv-category-card span { display: block; padding-top: 16px; font-size: 13px; font-weight: 600; }

.lv-campaign-media, .lv-campaign-banner { position: relative; height: 78svh; min-height: 620px; max-height: 880px; display: flex; align-items: flex-end; justify-content: center; overflow: hidden; color: var(--white); background: #183f36; }
.lv-campaign-media > img { object-position: center 54%; }
.lv-campaign-media .media-shade, .lv-campaign-banner .media-shade { background: linear-gradient(0deg, rgba(5,8,7,.64), rgba(5,8,7,.01) 52%); }
.lv-campaign-copy { padding-bottom: 52px; }
.lv-product-section { padding: 84px 0 100px; text-align: center; background: var(--white); }
.lv-product-section .lv-centered-heading { margin-bottom: 34px; }
.lv-product-section .lv-centered-heading p { margin: 0 0 8px; }
.lv-product-section .product-grid { width: min(100% - 64px, 1440px); margin: 0 auto 42px; text-align: left; }
.lv-product-section .product-info h3 { font-family: var(--sans); font-size: 14px; }
.lv-product-section .product-info p { margin-top: 4px; }
.lv-product-section .product-media { background: #f3f3f1; }
.lv-campaign-banner { height: 72svh; min-height: 580px; background: #4a171b; }
.lv-campaign-banner > img { object-position: center 48%; }

.lv-maison { padding: 96px 0 112px; background: var(--white); }
.lv-story-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; width: min(100% - 64px, 1440px); margin: 0 auto; }
.lv-story-card { text-align: center; }
.lv-story-card img { aspect-ratio: 4 / 5; object-fit: cover; background: #ededeb; }
.lv-story-card:first-child img { object-position: 57% center; }
.lv-story-card h3 { margin: 22px 0 4px; font-size: 17px; font-weight: 600; }
.lv-story-card .lv-underlined-link { font-size: 11px; }
.lv-service-bar { display: grid; grid-template-columns: repeat(3, 1fr); min-height: 150px; padding: 0 3vw; border-top: 1px solid #dededb; background: #f5f5f3; }
.lv-service-bar > a { display: flex; align-items: center; justify-content: center; gap: 18px; padding: 28px 5vw; border-right: 1px solid #dededb; }
.lv-service-bar > a:last-child { border-right: 0; }
.lv-service-bar svg { width: 24px; height: 24px; stroke-width: 1.4; }
.lv-service-bar span { display: grid; }
.lv-service-bar strong { font-size: 13px; font-weight: 600; }
.lv-service-bar small { color: #666864; font-size: 10px; }

.site-footer { color: var(--ink); background: #f5f5f3; border-top: 1px solid #dededb; }
.footer-main { grid-template-columns: 2fr repeat(3, 1fr); gap: 56px; padding-block: 70px 58px; }
.wordmark-footer { color: var(--ink); font-size: 22px; }
.footer-brand p { margin: 16px 0 0; color: #5f615d; font-family: var(--sans); font-size: 11px; }
.footer-brand .footer-help { max-width: 300px; margin-top: 34px; line-height: 1.7; }
.footer-links h2 { margin-bottom: 16px; color: #555753; font-size: 11px; font-weight: 600; text-transform: none; }
.footer-links a { font-size: 11px; }
.footer-bottom { justify-content: flex-start; gap: 32px; padding-block: 22px; border-color: #d5d5d2; color: #656763; font-size: 9px; }
.footer-bottom span:last-child { margin-left: auto; }

@media (max-width: 900px) {
  .section-shell { width: min(100% - 40px, 1440px); }
  .site-header { padding-inline: 20px; }
  .header-contact { display: none; }
  .lv-category-rail { display: flex; width: 100%; gap: 10px; padding: 0 20px 10px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .lv-category-rail::-webkit-scrollbar, .lv-story-grid::-webkit-scrollbar, .lv-product-section .product-grid::-webkit-scrollbar { display: none; }
  .lv-category-card { flex: 0 0 42vw; scroll-snap-align: start; }
  .lv-product-section .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); width: min(100% - 40px, 1440px); }
  .lv-story-grid { width: min(100% - 40px, 1440px); }
  .footer-main { grid-template-columns: 1.7fr repeat(3, 1fr); gap: 28px; }
}

@media (max-width: 720px) {
  :root { --header-height: 64px; }
  .section-shell { width: min(100% - 28px, 1440px); }
  .site-header { height: var(--header-height); padding-inline: 10px; }
  .header-tools, .header-actions { gap: 0; }
  .header-text-button { min-width: 42px; width: 42px; min-height: 42px; justify-content: center; }
  .header-text-button span { display: none; }
  .wordmark { font-size: 18px; }
  .site-header .icon-button { width: 42px; height: 42px; }
  .site-header .action-count { right: 0; top: 0; }
  .lv-hero { height: 78svh; min-height: 0; max-height: none; }
  .lv-hero > img { object-position: 57% center; }
  .lv-hero-copy { padding-bottom: 34px; }
  .lv-hero-copy p, .lv-campaign-copy p { font-size: 10px; }
  .lv-hero-copy h1, .lv-campaign-copy h2 { margin-bottom: 12px; font-size: 27px; }
  .lv-category-section { padding: 64px 0 72px; }
  .lv-centered-heading { margin-bottom: 30px; padding-inline: 18px; }
  .lv-centered-heading h2 { font-size: 23px; }
  .lv-centered-heading p { font-size: 12px; }
  .lv-category-rail { padding-inline: 14px; }
  .lv-category-card { flex-basis: 72vw; }
  .lv-category-card span { padding-top: 12px; }
  .lv-campaign-media, .lv-campaign-banner { height: 74svh; min-height: 500px; }
  .lv-campaign-media > img { object-position: 50% 56%; }
  .lv-campaign-copy { padding-bottom: 38px; }
  .lv-product-section { padding: 64px 0 72px; }
  .lv-product-section .product-grid { display: flex; width: 100%; gap: 8px; padding: 0 14px 12px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .lv-product-section .product-card { flex: 0 0 72vw; scroll-snap-align: start; }
  .lv-product-section .product-media { aspect-ratio: 4 / 5; }
  .lv-campaign-banner > img { object-position: 64% center; }
  .lv-maison { padding: 70px 0 82px; }
  .lv-story-grid { display: flex; width: 100%; gap: 10px; padding: 0 14px 12px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .lv-story-card { flex: 0 0 82vw; scroll-snap-align: start; }
  .lv-story-card h3 { margin-top: 16px; }
  .lv-service-bar { grid-template-columns: 1fr; min-height: 0; padding: 14px; }
  .lv-service-bar > a { justify-content: flex-start; min-height: 92px; padding: 20px 12px; border-right: 0; border-bottom: 1px solid #dededb; }
  .lv-service-bar > a:last-child { border-bottom: 0; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 42px 22px; padding-block: 54px 44px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-main .footer-links:last-child { grid-column: auto; }
  .footer-bottom { flex-wrap: wrap; gap: 8px 18px; }
  .footer-bottom span:last-child { width: 100%; margin-left: 0; }
}

/* Mobile storefront: stable touch targets and page layouts sized for narrow screens. */
@media (max-width: 720px) {
  html, body { max-width: 100%; overflow-x: clip; }
  .section-shell { width: calc(100% - 32px); }

  .site-header {
    grid-template-columns: 84px minmax(0, 1fr) 84px;
    padding-inline: 8px;
  }
  .header-tools, .header-actions { width: 84px; }
  .header-tools { justify-self: start; }
  .header-actions { justify-self: end; }
  .wordmark { justify-self: center; font-size: 17px; }
  .header-text-button, .site-header .icon-button { min-width: 42px; width: 42px; min-height: 42px; height: 42px; }

  .lv-hero { display: block; height: auto; min-height: 0; padding-top: var(--header-height); }
  .lv-hero > img {
    position: relative;
    inset: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
    animation: none;
  }
  .lv-hero .media-shade { display: none; }
  .lv-hero-copy { width: 100%; padding: 24px 16px 30px; background: #111; }
  .lv-hero-copy h1, .lv-campaign-copy h2 { font-size: 28px; line-height: 1.25; }

  .lv-category-section { padding: 54px 0 62px; }
  .lv-centered-heading { width: 100%; margin-bottom: 26px; padding-inline: 20px; }
  .lv-centered-heading h2 { font-size: 24px; }
  .lv-category-rail {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 8px;
    width: 100%;
    padding: 0 16px;
    overflow: visible;
  }
  .lv-category-card { min-width: 0; }
  .lv-category-card img { aspect-ratio: 4 / 5; }

  .lv-campaign-media, .lv-campaign-banner { height: 72svh; min-height: 520px; }
  .lv-campaign-copy { width: calc(100% - 32px); padding-bottom: 34px; }
  .lv-product-section { padding: 56px 0 66px; }
  .lv-product-section .product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 8px;
    width: calc(100% - 32px);
    margin: 0 auto 36px;
    padding: 0;
    overflow: visible;
  }
  .lv-product-section .product-card { min-width: 0; }
  .lv-product-section .product-media { aspect-ratio: 4 / 5; }

  .lv-maison { padding: 60px 0 72px; }
  .lv-story-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 42px;
    width: 100%;
    padding: 0 16px;
    overflow: visible;
  }
  .lv-story-card { min-width: 0; }
  .lv-story-card img { aspect-ratio: 4 / 5; }
  .lv-service-bar { padding: 8px 16px; }
  .lv-service-bar > a { min-height: 84px; padding-inline: 4px; }

  .page-intro { padding-block: 38px 46px; }
  .page-intro .breadcrumbs { margin-bottom: 30px; }
  .page-intro h1, .brand-hero h1, .appointment-content h1 { font-size: 38px; }
  .page-intro-centered { padding-block: 56px; }

  .catalog-toolbar { gap: 10px; padding-block: 10px; }
  .catalog-filters button { min-height: 44px; padding-inline: 10px; }
  .catalog-meta select { min-height: 44px; }
  .catalog-grid { gap: 32px 8px; }
  .product-info { gap: 5px; }
  .product-info h3 { font-size: 14px; line-height: 1.35; }
  .product-info strong { font-size: 12px; }
  .catalog-editorial > img { height: 66svh; min-height: 420px; }
  .catalog-editorial > div { padding: 48px 20px 58px; }

  .product-page.section-shell { width: 100%; padding-top: 12px; }
  .product-page > .breadcrumbs { width: calc(100% - 32px); margin-bottom: 16px; }
  .product-gallery {
    display: flex;
    gap: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .product-gallery::-webkit-scrollbar { display: none; }
  .product-gallery figure { flex: 0 0 100%; aspect-ratio: 4 / 5; scroll-snap-align: start; }
  .product-purchase { padding: 38px 20px 52px; }
  .product-purchase-inner h1 { font-size: 32px; }
  .swatch { width: 44px; border-width: 7px; }
  .purchase-actions { grid-template-columns: minmax(0, 1fr) 48px; }
  .related.section-shell { width: calc(100% - 32px); }

  .brand-hero { height: 66svh; min-height: 520px; }
  .brand-hero-copy { padding: 0 20px 42px; }
  .brand-statement { padding-block: 72px; }
  .story-media { height: 440px; }
  .story-copy { padding: 48px 20px 58px; }
  .story-copy h2 { font-size: 31px; }
  .brand-quote { padding: 68px 20px; }
  .brand-quote blockquote { font-size: 27px; }

  .service-row { grid-template-columns: 30px 36px minmax(0, 1fr); gap: 12px; padding-block: 26px; }
  .contact-band { padding-block: 56px; }
  .service-faq { padding-block: 64px 76px; }

  .appointment-media { height: 50svh; min-height: 320px; max-height: 460px; }
  .appointment-content { padding: 46px 16px 64px; }
  .appointment-form { gap: 18px; margin-top: 30px; }
  .appointment-form input, .appointment-form select { min-height: 48px; }
  .appointment-form textarea { min-height: 116px; }

  .footer-main { gap: 36px 20px; padding-block: 48px 40px; }
  .footer-brand .footer-help { margin-top: 24px; }
  .side-panel { width: min(100% - 16px, 430px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

.cms-media-replacement { display: block; width: 100%; height: 100%; object-fit: cover; }
.lv-hero > .cms-media-replacement,
.lv-campaign-media > .cms-media-replacement,
.lv-campaign-banner > .cms-media-replacement,
.home-hero > .cms-media-replacement,
.image-story > .cms-media-replacement,
.brand-hero > .cms-media-replacement { position: absolute; inset: 0; height: 100%; object-fit: cover; }

@media (max-width: 720px) {
  .lv-hero > .cms-media-replacement { position: relative; inset: auto; height: auto; object-fit: contain; }
}

/* PÊCHE TAO brand mark. */
.brand-mark { display: block; width: 100%; height: 100%; object-fit: contain; }
.wordmark-footer { width: 82px; height: 76px; display: block; }

@media (max-width: 720px) {
  .wordmark-footer { width: 74px; height: 68px; }
}

/* PÊCHE TAO page handoff animation. */
html.site-transitioning,
body.site-transitioning { overflow: hidden; }
.peche-page-transition {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: grid;
  place-items: center;
  visibility: hidden;
  opacity: 0;
  color: #171817;
  background: #fff;
  pointer-events: none;
  transition: opacity 280ms ease, visibility 0s linear 280ms;
}
.peche-page-transition.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 120ms ease, visibility 0s;
}
.peche-page-transition.is-leaving { opacity: 0; }
.peche-page-transition .ptr-scene { position: relative; width: min(1000px, calc(100vw - 48px)); aspect-ratio: 1000 / 260; }
.peche-page-transition .ptr-stage,
.peche-page-transition .ptr-sparks { position: absolute; inset: 0; display: block; width: 100%; height: 100%; }
.peche-page-transition .ptr-sparks { pointer-events: none; }
.peche-page-transition .ptr-word { fill: currentColor; transform-box: fill-box; }
.peche-page-transition text {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 116px;
  font-weight: 500;
  letter-spacing: 0;
  text-rendering: geometricPrecision;
}
.peche-page-transition .ptr-peche { transform-origin: center; }
.peche-page-transition .ptr-tao { transform-origin: left center; }

@media (max-width: 720px) {
  .peche-page-transition .ptr-scene { width: min(560px, calc(100vw - 32px)); }
}

@media (orientation: landscape) and (max-height: 500px) {
  .peche-page-transition .ptr-scene { width: min(760px, calc(100vw - 48px)); }
}

@media (prefers-reduced-motion: reduce) {
  .peche-page-transition { display: none; }
}

/* Product detail: commerce-first layout with complete, uncropped product media. */
body[data-page="product"] main { background: var(--white); }
.product-page { width: min(100% - 64px, 1280px); padding-block: 22px 82px; }
.product-page > .breadcrumbs { margin-bottom: 22px; }
.product-layout { display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(410px, .84fr); gap: clamp(38px, 5vw, 72px); align-items: start; }
.product-gallery-shell { min-width: 0; display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 12px; align-items: start; }
.product-thumbnails { display: grid; align-content: start; gap: 10px; }
.product-thumb { position: relative; width: 76px; aspect-ratio: 1; padding: 0; overflow: hidden; border: 1px solid transparent; background: #f2f2ef; cursor: pointer; }
.product-thumb::after { content: ""; position: absolute; inset: 0; border: 2px solid transparent; pointer-events: none; }
.product-thumb:hover::after, .product-thumb.is-selected::after { border-color: var(--green); }
.product-thumb img, .product-thumb video { width: 100%; height: 100%; object-fit: cover; }
.product-main-stage { position: relative; min-width: 0; }
.product-main-media { position: relative; aspect-ratio: 1; margin: 0; overflow: hidden; background: #f2f2ef; }
.product-main-media > img, .product-main-media > video, .product-main-media > .cms-media-replacement { width: 100%; height: 100%; object-fit: contain; }
.product-main-badge { position: absolute; left: 16px; top: 16px; padding: 6px 10px; color: var(--white); background: var(--green); font-size: 9px; letter-spacing: .12em; }
.product-image-count { position: absolute; right: 14px; bottom: 14px; min-width: 52px; padding: 6px 9px; color: var(--white); background: rgba(17, 21, 18, .68); font-size: 10px; text-align: center; }
.product-zoom-lens { position: absolute; z-index: 5; display: none; border: 1px solid rgba(23, 62, 53, .68); background: rgba(255, 255, 255, .38); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .3); pointer-events: none; }
.product-zoom-preview { position: absolute; z-index: 50; left: calc(100% + clamp(38px, 5vw, 72px)); top: 0; width: 100%; aspect-ratio: 1; display: none; overflow: hidden; border: 1px solid var(--line); background: var(--white); box-shadow: 0 14px 38px rgba(17, 25, 20, .18); pointer-events: none; }
.product-zoom-preview img { position: absolute; max-width: none; object-fit: fill; }
.product-main-stage.is-zooming .product-zoom-lens { display: block; }
.product-main-stage.is-zooming .product-zoom-preview { display: block; }
.product-gallery-shell.is-zoom-active { position: relative; z-index: 45; }
.product-purchase { position: sticky; top: calc(var(--header-height) + 24px); min-height: 0; padding: 4px 0 0; background: transparent; }
.product-heading-row { display: grid; grid-template-columns: minmax(0, 1fr) 46px; gap: 20px; align-items: start; }
.product-purchase-inner h1 { margin: 0; font-family: var(--serif); font-size: 34px; font-weight: 400; line-height: 1.2; }
.product-code { margin: 7px 0 0; color: var(--muted); font-size: 9px; }
.product-heading-row .purchase-save { width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; }
.product-price-panel { min-height: 62px; display: grid; grid-template-columns: 54px auto 1fr; align-items: center; gap: 12px; margin-top: 16px; padding: 10px 18px; background: #f4f4f1; }
.product-price-panel > span { color: var(--muted); font-size: 11px; }
.product-price-panel .product-price { margin: 0; color: var(--green); font-family: var(--serif); font-size: 26px; font-weight: 500; line-height: 1; }
.product-price-panel small { align-self: end; padding-bottom: 5px; color: var(--muted); font-size: 9px; }
.product-lead { margin: 14px 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.product-promises { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 10px 0; border-block: 1px solid var(--line); }
.product-promises span { min-width: 0; display: flex; align-items: center; justify-content: center; gap: 7px; border-right: 1px solid var(--line); font-size: 10px; white-space: nowrap; }
.product-promises span:last-child { border-right: 0; }
.product-promises svg { width: 15px; height: 15px; color: var(--brass); stroke-width: 1.6; }
.product-choice-list { margin-top: 8px; }
.product-choice-row { min-height: 52px; display: grid; grid-template-columns: 66px minmax(0, 1fr); align-items: center; gap: 14px; padding-block: 6px; border-bottom: 1px solid var(--line); font-size: 11px; }
.product-choice-label { color: var(--muted); }
.product-choice-row > strong { font-weight: 500; }
.product-color-options { display: flex; flex-wrap: wrap; gap: 7px; }
.product-color-choice { min-height: 38px; display: inline-flex; align-items: center; gap: 7px; padding: 6px 10px; border: 1px solid var(--line); background: var(--white); font-size: 10px; cursor: pointer; }
.product-color-choice:hover, .product-color-choice.is-selected { border-color: var(--green); box-shadow: inset 0 0 0 1px var(--green); }
.color-dot { width: 14px; aspect-ratio: 1; flex: 0 0 auto; border: 2px solid var(--white); border-radius: 50%; box-shadow: 0 0 0 1px var(--line); }
.color-dot-gold { background: #c8a060; }
.color-dot-rose { background: #c99687; }
.color-dot-silver { background: #d3d5d4; }
.product-choice-row select { width: min(100%, 230px); min-height: 40px; padding: 7px 34px 7px 10px; border: 1px solid var(--line); border-radius: 0; color: var(--ink); background: var(--white); }
.product-delivery { display: grid; gap: 2px; }
.product-delivery strong { font-size: 11px; font-weight: 500; }
.product-delivery small { color: var(--muted); font-size: 9px; }
.quantity-stepper { width: 116px; height: 38px; display: grid; grid-template-columns: 38px 40px 38px; border: 1px solid var(--line); }
.quantity-stepper button { width: 38px; height: 36px; display: grid; place-items: center; padding: 0; border: 0; background: var(--white); cursor: pointer; }
.quantity-stepper button:hover { background: #f2f2ef; }
.quantity-stepper svg { width: 14px; height: 14px; }
.quantity-stepper output { display: grid; place-items: center; border-inline: 1px solid var(--line); font-size: 11px; }
.purchase-actions { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 9px; margin-top: 16px; }
.purchase-actions .button { width: 100%; min-height: 52px; }
.product-buy-now { color: var(--green); border-color: var(--green); background: var(--white); }
.product-buy-now:hover { color: var(--white); background: var(--green); }
.consult-link { min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 9px; margin-top: 10px; border-bottom: 1px solid var(--line); font-size: 11px; }
.consult-link:hover { color: var(--green); }
.consult-link svg { width: 15px; color: var(--brass); }
.mobile-purchase-bar { display: none; }

.product-detail-section { width: min(100% - 64px, 1280px); padding-bottom: 22px; border-top: 1px solid var(--line); }
.product-detail-tabs { display: grid; grid-template-columns: repeat(3, 1fr); width: min(100%, 620px); margin-inline: auto; }
.product-detail-tab { position: relative; min-height: 64px; padding: 10px 18px; border: 0; color: var(--muted); background: transparent; font-size: 12px; cursor: pointer; }
.product-detail-tab::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: -1px; height: 2px; background: var(--green); transition: left 180ms ease, right 180ms ease; }
.product-detail-tab:hover, .product-detail-tab.is-selected { color: var(--ink); }
.product-detail-tab.is-selected::after { left: 18px; right: 18px; }
.product-detail-panel { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: clamp(42px, 8vw, 110px); padding-block: 62px 44px; border-top: 1px solid var(--line); }
.product-detail-intro .eyebrow { margin-bottom: 10px; }
.product-detail-intro h2 { margin: 0; font-family: var(--serif); font-size: 34px; font-weight: 400; line-height: 1.25; }
.product-detail-intro > p:last-child { margin: 18px 0 0; color: var(--muted); font-size: 12px; }
.product-detail-visuals { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.product-detail-visuals figure { margin: 0; background: #f2f2ef; }
.product-detail-visuals img, .product-detail-visuals video, .product-detail-visuals .cms-media-replacement { width: 100%; aspect-ratio: 4 / 5; object-fit: contain; }
.product-detail-visuals figcaption { padding: 12px 2px 0; color: var(--muted); font-size: 9px; }
.product-spec-table { margin: 0; border-top: 1px solid var(--line); }
.product-spec-table > div { min-height: 52px; display: grid; grid-template-columns: 130px minmax(0, 1fr); align-items: center; gap: 22px; border-bottom: 1px solid var(--line); }
.product-spec-table dt { color: var(--muted); font-size: 10px; }
.product-spec-table dd { margin: 0; font-size: 11px; }
.product-service-list { border-top: 1px solid var(--line); }
.product-service-list > div { min-height: 112px; display: grid; grid-template-columns: 38px minmax(0, 1fr); align-items: center; gap: 22px; border-bottom: 1px solid var(--line); }
.product-service-list > div > svg { width: 23px; color: var(--brass); stroke-width: 1.5; }
.product-service-list h3 { margin: 0 0 5px; font-family: var(--serif); font-size: 18px; font-weight: 400; }
.product-service-list p { margin: 0; color: var(--muted); font-size: 11px; }

@media (max-width: 1050px) {
  .product-layout { grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr); gap: 34px; }
  .product-gallery-shell { grid-template-columns: 64px minmax(0, 1fr); gap: 9px; }
  .product-zoom-preview { left: calc(100% + 34px); }
  .product-thumb { width: 64px; }
  .product-purchase-inner h1 { font-size: 31px; }
  .product-price-panel { margin-top: 18px; }
  .product-choice-row { grid-template-columns: 58px minmax(0, 1fr); }
}

@media (max-width: 900px) {
  .product-page, .product-detail-section { width: min(100% - 40px, 760px); }
  .product-layout { grid-template-columns: 1fr; gap: 38px; }
  .product-purchase { position: static; }
  .product-detail-panel { grid-template-columns: 1fr; gap: 30px; }
  .product-zoom-lens, .product-zoom-preview { display: none !important; }
}

@media (max-width: 720px) {
  body[data-page="product"] { padding-bottom: calc(66px + env(safe-area-inset-bottom)); }
  .product-page.section-shell { width: 100%; padding: 12px 0 34px; }
  .product-page > .breadcrumbs { width: calc(100% - 32px); margin: 0 auto 14px; }
  .product-layout { gap: 0; }
  .product-gallery-shell { display: flex; flex-direction: column; gap: 10px; }
  .product-main-stage { order: 1; }
  .product-main-media { aspect-ratio: 4 / 5; }
  .product-thumbnails { order: 2; display: flex; gap: 8px; padding-inline: 16px; overflow-x: auto; scrollbar-width: none; }
  .product-thumbnails::-webkit-scrollbar { display: none; }
  .product-thumb { width: 62px; flex: 0 0 62px; }
  .product-main-badge { left: 14px; top: 14px; }
  .product-image-count { right: 12px; bottom: 12px; }
  .product-purchase { padding: 28px 16px 10px; }
  .product-heading-row { grid-template-columns: minmax(0, 1fr) 44px; gap: 12px; }
  .product-purchase-inner h1 { font-size: 28px; }
  .product-heading-row .purchase-save { width: 44px; height: 44px; }
  .product-price-panel { min-height: 66px; grid-template-columns: 42px auto 1fr; margin-top: 20px; padding: 12px 14px; }
  .product-price-panel .product-price { font-size: 25px; }
  .product-lead { margin-block: 18px; font-size: 12px; }
  .product-promises { padding-block: 12px; }
  .product-promises span { gap: 5px; font-size: 9px; }
  .product-promises svg { width: 14px; }
  .product-choice-row { min-height: 62px; grid-template-columns: 52px minmax(0, 1fr); gap: 10px; }
  .product-color-options { gap: 5px; }
  .product-color-choice { min-height: 40px; padding-inline: 8px; }
  .product-choice-row select { min-height: 44px; }
  .quantity-stepper { height: 42px; grid-template-columns: 42px 42px 42px; width: 128px; }
  .quantity-stepper button { width: 42px; height: 40px; }
  .product-purchase .purchase-actions { display: none; }
  .consult-link { margin-top: 18px; }
  .mobile-purchase-bar { position: fixed; z-index: 45; left: 0; right: 0; bottom: 0; min-height: calc(66px + env(safe-area-inset-bottom)); display: grid; grid-template-columns: 48px 48px minmax(0, .9fr) minmax(0, 1.1fr); align-items: start; gap: 6px; padding: 8px 8px calc(8px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: rgba(255, 255, 255, .98); box-shadow: 0 -4px 18px rgba(16, 25, 20, .08); }
  .mobile-purchase-tool { min-width: 0; height: 50px; display: grid; place-items: center; align-content: center; gap: 1px; padding: 0; border: 0; background: transparent; font-size: 8px; }
  .mobile-purchase-tool svg { width: 18px; height: 18px; }
  .mobile-purchase-bar .button { min-width: 0; min-height: 50px; padding: 8px 5px; font-size: 11px; }
  .product-detail-section.section-shell { width: 100%; padding: 0 16px 8px; }
  .product-detail-tabs { position: static; width: calc(100% + 32px); margin-left: -16px; background: var(--white); border-bottom: 1px solid var(--line); }
  .product-detail-tab { min-width: 0; min-height: 54px; padding-inline: 4px; font-size: 11px; }
  .product-detail-tab.is-selected::after { left: 12px; right: 12px; }
  .product-detail-panel { grid-template-columns: 1fr; gap: 28px; padding-block: 38px 32px; border-top: 0; }
  .product-detail-intro h2 { font-size: 28px; }
  .product-detail-visuals { grid-template-columns: 1fr; gap: 28px; }
  .product-detail-visuals img, .product-detail-visuals video, .product-detail-visuals .cms-media-replacement { aspect-ratio: 4 / 5; }
  .product-spec-table > div { grid-template-columns: 88px minmax(0, 1fr); gap: 14px; }
  .product-service-list > div { min-height: 104px; gap: 16px; }
  .related.section-shell { width: calc(100% - 32px); padding-top: 64px; }
}

/* Tiffany-inspired storefront direction: pale blue announcements, centered wordmark,
   editorial hero split, and a quiet product-led rhythm. */
:root { --tiffany-blue: #81cfc8; --tiffany-ink: #111615; --tiffany-paper: #f5f7f5; }
body[data-page="home"] { color: var(--tiffany-ink); background: var(--white); }
.tiffany-announcement {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 6px 48px;
  color: #12322f;
  background: var(--tiffany-blue);
  font-size: 11px;
  line-height: 1.3;
}
.tiffany-announcement a { padding-bottom: 1px; border-bottom: 1px solid currentColor; font-weight: 600; }
.tiffany-announcement button {
  position: absolute;
  right: 20px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}
.tiffany-announcement button svg { width: 16px; height: 16px; stroke-width: 1.5; }
.site-header.is-tiffany {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 132px;
  grid-template-rows: 84px 48px;
  grid-template-columns: 1fr auto 1fr;
  padding: 0 32px;
  color: var(--tiffany-ink);
  background: rgba(255,255,255,.98);
  border-bottom: 1px solid #dedfdb;
  box-shadow: none;
  backdrop-filter: blur(12px);
}
.site-header.is-tiffany .wordmark {
  font-family: var(--serif);
  font-size: clamp(42px, 5.2vw, 76px);
  font-weight: 400;
  letter-spacing: .12em !important;
  line-height: .9;
}
.site-header.is-tiffany .header-tools,
.site-header.is-tiffany .header-actions { align-self: center; }
.site-header.is-tiffany .header-text-button { font-size: 11px; text-transform: uppercase; }
.site-header.is-tiffany .header-contact { font-size: 11px; }
.site-header.is-tiffany .tiffany-nav {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 2.7vw, 42px);
  border-top: 1px solid #eeeeeb;
  font-size: 11px;
  text-transform: uppercase;
}
.site-header.is-tiffany .tiffany-nav a { position: relative; padding: 15px 0 13px; }
.site-header.is-tiffany .tiffany-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 8px;
  height: 1px;
  background: currentColor;
  transition: right 180ms ease;
}
.site-header.is-tiffany .tiffany-nav a:hover::after,
.site-header.is-tiffany .tiffany-nav a[aria-current="page"]::after { right: 0; }
.site-header.is-solid .tiffany-nav { display: none; }

body[data-page="home"] .lv-hero {
  height: min(760px, calc(100svh - 168px));
  min-height: 600px;
  max-height: none;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(330px, .72fr);
  align-items: stretch;
  justify-content: stretch;
  color: var(--tiffany-ink);
  background: var(--tiffany-paper);
}
body[data-page="home"] .lv-hero > img {
  position: relative;
  inset: auto;
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
}
body[data-page="home"] .lv-hero .media-shade {
  inset: 0 32% 0 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(5,8,7,.14), transparent 70%);
}
body[data-page="home"] .lv-hero-copy {
  grid-column: 2;
  grid-row: 1;
  z-index: 2;
  width: auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 64px clamp(30px, 5vw, 84px);
  color: var(--tiffany-ink);
  background: var(--tiffany-paper);
  text-align: left;
}
body[data-page="home"] .lv-hero-copy p { margin: 0 0 16px; color: #5d6d6a; font-size: 11px; letter-spacing: .12em !important; text-transform: uppercase; }
body[data-page="home"] .lv-hero-copy h1 { margin: 0 0 24px; font-family: var(--serif); font-size: clamp(38px, 4.3vw, 64px); font-weight: 400; line-height: 1.06; }
body[data-page="home"] .lv-hero-copy .lv-underlined-link { font-size: 11px; letter-spacing: .12em !important; text-transform: uppercase; }
body[data-page="home"] .lv-category-section { background: #f4f7f5; }
body[data-page="home"] .lv-centered-heading h2,
body[data-page="home"] .lv-campaign-copy h2,
body[data-page="home"] .lv-story-card h3 { font-family: var(--serif); font-weight: 400; }
body[data-page="home"] .lv-category-card img { aspect-ratio: 1 / 1.16; }
body[data-page="home"] .lv-category-card span { font-family: var(--serif); font-size: 16px; font-weight: 400; }
body[data-page="home"] .lv-campaign-media { background: #dae8e5; }
body[data-page="home"] .lv-campaign-copy { text-align: center; }
body[data-page="home"] .lv-product-section { background: #fff; }
body[data-page="home"] .lv-product-section .lv-centered-heading h2 { font-size: 31px; }
body[data-page="home"] .lv-product-section .product-media { background: #f2f5f3; }
body[data-page="home"] .lv-campaign-banner { background: #a9d4cf; }
body[data-page="home"] .lv-maison { background: #f4f7f5; }
body[data-page="home"] .lv-service-bar { background: #fff; }

@media (max-width: 900px) {
  .site-header.is-tiffany { padding-inline: 20px; }
  body[data-page="home"] .lv-hero { grid-template-columns: minmax(0, 1.2fr) minmax(270px, .8fr); }
  body[data-page="home"] .lv-hero-copy { padding-inline: 34px; }
}

@media (max-width: 720px) {
  .tiffany-announcement { min-height: 32px; gap: 8px; padding: 6px 42px 6px 12px; font-size: 10px; }
  .tiffany-announcement button { right: 8px; }
  .site-header.is-tiffany {
    height: var(--header-height);
    grid-template-rows: var(--header-height);
    grid-template-columns: 84px minmax(0, 1fr) 84px;
    padding-inline: 8px;
  }
  .site-header.is-tiffany .wordmark { font-size: 22px; letter-spacing: .08em !important; }
  .site-header.is-tiffany .tiffany-nav { display: none; }
  .site-header.is-tiffany .header-tools,
  .site-header.is-tiffany .header-actions { width: 84px; }
  .site-header.is-tiffany .header-contact { display: none; }
  body[data-page="home"] .lv-hero {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 0;
    padding-top: 0;
  }
  body[data-page="home"] .lv-hero > img {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center;
  }
  body[data-page="home"] .lv-hero .media-shade { display: none; }
  body[data-page="home"] .lv-hero-copy {
    width: 100%;
    min-height: 230px;
    align-items: center;
    padding: 34px 20px 42px;
    text-align: center;
  }
  body[data-page="home"] .lv-hero-copy h1 { max-width: 320px; font-size: 34px; }
  body[data-page="home"] .lv-category-section { padding-top: 62px; }
  body[data-page="home"] .lv-product-section .lv-centered-heading h2 { font-size: 27px; }
}

/* Homepage rhythm follows the reference house: image-led collections, centered copy,
   product carousels, and category discovery bands. */
.site-header.is-tiffany .header-store-button { display: inline-grid; }
.site-header.is-tiffany .header-store-button svg,
.site-header.is-tiffany .header-account-button svg { width: 19px; height: 19px; stroke-width: 1.5; }
.site-header.is-tiffany .header-wishlist-button { display: none; }
.site-header.is-solid .header-store-button { display: none; }
.site-header.is-tiffany .tiffany-menu-button { display: none; }

.tiffany-icons-section,
.tiffany-popular-section,
.tiffany-category-section,
.tiffany-experience { padding: 96px 0 112px; background: #fff; }
.tiffany-section-heading { max-width: 720px; margin: 0 auto 48px; padding-inline: 20px; text-align: center; }
.tiffany-section-heading p { margin: 0 0 15px; color: #69716e; font-size: 10px; letter-spacing: .17em !important; text-transform: uppercase; }
.tiffany-section-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(32px, 3.5vw, 48px); font-weight: 400; line-height: 1.15; }
.tiffany-icons-stage { width: 100%; }
.tiffany-icons-media { width: min(100% - 240px, 940px); aspect-ratio: 1.7 / 1; margin: 0 auto; overflow: hidden; background: #eaf2f0; }
.tiffany-icons-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 46%; transition: transform 700ms cubic-bezier(.2,.7,.2,1); }
.tiffany-icons-media:hover img { transform: scale(1.015); }
.tiffany-icons-copy { max-width: 560px; margin: 0 auto; padding: 42px 20px 60px; text-align: center; }
.tiffany-icons-copy > p,
.tiffany-editorial-copy > p { margin: 0 0 12px; color: #69716e; font-size: 10px; letter-spacing: .17em !important; text-transform: uppercase; }
.tiffany-icons-copy h2,
.tiffany-editorial-copy h2 { margin: 0 0 16px; font-family: var(--serif); font-size: 34px; font-weight: 400; line-height: 1.15; }
.tiffany-icons-copy blockquote,
.tiffany-editorial-copy blockquote { max-width: 430px; margin: 0 auto 26px; color: #535b58; font-size: 12px; line-height: 1.8; }
.tiffany-series-nav { display: grid; grid-template-columns: repeat(4, 1fr); width: min(100% - 64px, 1120px); margin: 0 auto; border-top: 1px solid #dedfdb; border-bottom: 1px solid #dedfdb; }
.tiffany-series-nav a { display: grid; gap: 3px; padding: 20px 14px 18px; text-align: center; }
.tiffany-series-nav a + a { border-left: 1px solid #dedfdb; }
.tiffany-series-nav span { font-family: var(--serif); font-size: 16px; }
.tiffany-series-nav small { color: #68706d; font-size: 10px; }
.tiffany-series-nav a:hover { background: #f4f7f5; }

.tiffany-popular-section { padding-top: 104px; text-align: center; background: #fff; }
.tiffany-popular-section .tiffany-section-heading { margin-bottom: 38px; }
.tiffany-popular-section .product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; width: min(100% - 64px, 1440px); margin: 0 auto 42px; text-align: left; }
.tiffany-popular-section .product-media { aspect-ratio: 1 / 1.18; background: #f2f5f3; }
.tiffany-popular-section .product-info { padding: 12px 2px 0; }
.tiffany-popular-section .product-info h3 { font-family: var(--serif); font-size: 16px; }
.tiffany-popular-section .product-info strong { font-size: 11px; }
.tiffany-popular-section > .lv-underlined-link { font-size: 11px; letter-spacing: .12em !important; text-transform: uppercase; }

.tiffany-editorial-section { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); min-height: 660px; background: #eef5f2; }
.tiffany-editorial-copy { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 76px clamp(28px, 7vw, 110px); text-align: center; }
.tiffany-editorial-copy blockquote { margin-bottom: 28px; }
.tiffany-editorial-media { min-height: 540px; overflow: hidden; }
.tiffany-editorial-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 800ms cubic-bezier(.2,.7,.2,1); }
.tiffany-editorial-media:hover img { transform: scale(1.02); }

.tiffany-category-section { background: #fff; }
.tiffany-category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; width: min(100% - 64px, 1440px); margin: 0 auto; }
.tiffany-category-grid a { text-align: center; }
.tiffany-category-grid img { aspect-ratio: 1 / 1.18; object-fit: cover; background: #f2f5f3; transition: transform 600ms cubic-bezier(.2,.7,.2,1); }
.tiffany-category-grid a:hover img { transform: scale(1.015); }
.tiffany-category-grid span { display: block; padding-top: 16px; font-family: var(--serif); font-size: 16px; }

.tiffany-experience { padding-top: 104px; background: #f4f7f5; }
.tiffany-experience-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; width: min(100% - 64px, 1240px); margin: 0 auto; text-align: center; }
.tiffany-experience-grid img { aspect-ratio: 1 / 1.14; object-fit: cover; background: #e5eeeb; }
.tiffany-experience-grid h3 { margin: 20px 0 6px; font-family: var(--serif); font-size: 20px; font-weight: 400; }
.tiffany-experience-grid .lv-underlined-link { font-size: 10px; letter-spacing: .12em !important; text-transform: uppercase; }

@media (max-width: 900px) {
  .site-header.is-tiffany .header-store-button { display: none; }
  .site-header.is-tiffany .tiffany-menu-button { display: inline-flex; }
  .tiffany-icons-media { width: min(100% - 80px, 940px); }
  .tiffany-popular-section .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); width: min(100% - 40px, 1440px); }
  .tiffany-category-grid { width: min(100% - 40px, 1440px); }
  .tiffany-experience-grid { width: min(100% - 40px, 1240px); }
}

@media (max-width: 720px) {
  .site-header.is-tiffany .header-account-button,
  .site-header.is-tiffany .header-wishlist-button { display: none; }
  .site-header.is-tiffany .header-tools { width: 84px; }
  .tiffany-icons-section,
  .tiffany-popular-section,
  .tiffany-category-section,
  .tiffany-experience { padding: 66px 0 76px; }
  .tiffany-section-heading { margin-bottom: 30px; }
  .tiffany-section-heading h2 { font-size: 31px; }
  .tiffany-icons-media { width: calc(100% - 32px); aspect-ratio: 1 / 1.08; }
  .tiffany-icons-media img { object-position: center; }
  .tiffany-icons-copy { padding: 30px 20px 42px; }
  .tiffany-icons-copy h2,
  .tiffany-editorial-copy h2 { font-size: 29px; }
  .tiffany-series-nav { display: flex; width: 100%; overflow-x: auto; scrollbar-width: none; }
  .tiffany-series-nav::-webkit-scrollbar { display: none; }
  .tiffany-series-nav a { flex: 0 0 35vw; padding-inline: 8px; }
  .tiffany-popular-section .product-grid { display: flex; width: 100%; gap: 8px; padding: 0 16px 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .tiffany-popular-section .product-grid::-webkit-scrollbar { display: none; }
  .tiffany-popular-section .product-card { flex: 0 0 72vw; scroll-snap-align: start; }
  .tiffany-popular-section .product-media { aspect-ratio: 1 / 1.18; }
  .tiffany-editorial-section { grid-template-columns: 1fr; }
  .tiffany-editorial-media { order: -1; min-height: 0; aspect-ratio: 1 / .86; }
  .tiffany-editorial-copy { min-height: 330px; padding: 42px 22px 54px; }
  .tiffany-category-grid { display: flex; width: 100%; gap: 8px; padding: 0 16px 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .tiffany-category-grid::-webkit-scrollbar { display: none; }
  .tiffany-category-grid a { flex: 0 0 72vw; scroll-snap-align: start; }
  .tiffany-category-grid img { aspect-ratio: 1 / 1.18; }
  .tiffany-experience-grid { grid-template-columns: 1fr; width: calc(100% - 32px); gap: 44px; }
  .tiffany-experience-grid img { aspect-ratio: 1 / 1.08; }
}

.product-unavailable {
  min-height: 52vh;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 18px;
  padding: 64px 20px;
  text-align: center;
}
.product-unavailable svg { width: 34px; height: 34px; stroke-width: 1.25; }
.product-unavailable h1 { margin: 0; font-size: 32px; font-weight: 500; }
.product-unavailable p { max-width: 460px; margin: 0; color: var(--muted); }
.product-unavailable .button { margin-top: 10px; }

/* Full storefront visual replacement: Floria-informed studio archive system. */
:root {
  --studio-ink: #070908;
  --studio-paper: #f7f8f6;
  --studio-mist: #ecefec;
  --studio-line: #d2d6d2;
  --studio-muted: #656b67;
  --studio-peach: #d5a37d;
  --studio-display: "Peche Display", "Microsoft YaHei", sans-serif;
}

body:not([data-page="home"]) {
  color: var(--studio-ink);
  background: var(--studio-paper);
  font-family: var(--studio-display);
  overflow-x: clip;
}

body:not([data-page="home"]) main { min-height: 64dvh; }
body:not([data-page="home"]) h1,
body:not([data-page="home"]) h2,
body:not([data-page="home"]) h3,
body:not([data-page="home"]) .wordmark,
body:not([data-page="home"]) .product-info h3 { font-family: var(--studio-display); }
body:not([data-page="home"]) .eyebrow { display: none; }
body:not([data-page="home"]) .section-shell { width: min(100% - 10vw, 1380px); }
body:not([data-page="home"]) .button { border-radius: 999px; font-weight: 650; }
body:not([data-page="home"]) .button-dark { color: #fff; background: var(--studio-ink); }
body:not([data-page="home"]) .button-dark:hover { color: var(--studio-ink); background: transparent; border-color: var(--studio-ink); }
body:not([data-page="home"]) .button-light { color: var(--studio-ink); background: #fff; }
body:not([data-page="home"]) .text-link { font-family: var(--studio-display); }

.site-header.is-solid {
  position: sticky;
  top: 12px;
  z-index: 80;
  width: auto;
  height: 64px;
  grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
  margin: 12px clamp(18px, 5vw, 72px) 0;
  padding: 0 22px;
  color: var(--studio-ink);
  background: rgba(247, 248, 246, .94);
  border: 1px solid rgba(7, 9, 8, .08);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(11, 15, 12, .10);
  backdrop-filter: blur(16px) saturate(120%);
  -webkit-backdrop-filter: blur(16px) saturate(120%);
}
.site-header.is-solid .wordmark {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  font-size: 22px;
  font-weight: 750;
  letter-spacing: 0 !important;
}
.site-header.is-solid .header-tools { position: absolute; right: 250px; display: flex; align-items: center; }
.site-header.is-solid .atelier-menu-button { display: none; }
.site-header.is-solid .header-actions { grid-column: 3; grid-row: 1; }
.site-header.is-solid .header-store-button { display: none; }
.site-header.is-solid .header-contact { font-size: 12px; }
.site-header.is-solid .icon-button { width: 40px; height: 40px; }
.site-header.is-solid .action-count { color: var(--studio-ink); background: var(--studio-peach); }
.site-header.is-solid .atelier-nav {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.2vw, 34px);
  font-size: 12px;
  white-space: nowrap;
}
.site-header.is-solid .atelier-nav a { position: relative; }
.site-header.is-solid .atelier-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -4px;
  height: 1px;
  background: currentColor;
  transition: right 240ms cubic-bezier(.2, .75, .2, 1);
}
.site-header.is-solid .atelier-nav a:hover::after,
.site-header.is-solid .atelier-nav a[aria-current="page"]::after { right: 0; }

body:not([data-page="home"]) .page-intro {
  display: block;
  padding: clamp(92px, 10vw, 150px) 0 clamp(76px, 9vw, 132px);
  text-align: left;
}
body:not([data-page="home"]) .page-intro .breadcrumbs { margin-bottom: 42px; color: var(--studio-muted); font-size: 11px; }
body:not([data-page="home"]) .page-intro h1 {
  margin: 0;
  font-size: clamp(62px, 8vw, 112px);
  font-weight: 640;
  line-height: .95;
  letter-spacing: -.035em;
}
body:not([data-page="home"]) .page-intro > p:last-child {
  max-width: 480px;
  margin: 34px 0 0 52%;
  color: var(--studio-muted);
  font-size: 15px;
  line-height: 1.85;
}

body[data-page="shop"] .catalog { padding-bottom: clamp(100px, 12vw, 170px); }
body[data-page="shop"] .catalog-toolbar {
  min-height: 74px;
  margin-bottom: 54px;
  padding: 0;
  border-top: 1px solid var(--studio-line);
  border-bottom: 1px solid var(--studio-line);
}
body[data-page="shop"] .catalog-filters { gap: 28px; }
body[data-page="shop"] .catalog-filters button {
  position: relative;
  min-height: 72px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--studio-muted);
  background: transparent;
  font-size: 13px;
}
body[data-page="shop"] .catalog-filters button::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -1px; height: 2px; background: var(--studio-ink); transition: right 220ms ease; }
body[data-page="shop"] .catalog-filters button.is-active { color: var(--studio-ink); }
body[data-page="shop"] .catalog-filters button.is-active::after { right: 0; }
body[data-page="shop"] .catalog-meta { gap: 14px; color: var(--studio-muted); font-size: 11px; }
body[data-page="shop"] .catalog-meta select { min-height: 42px; padding: 0 34px 0 12px; border: 1px solid var(--studio-line); border-radius: 999px; background-color: transparent; }
body[data-page="shop"] .catalog-grid,
body[data-page="wishlist"] #wishlist-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 62px 18px;
}
body[data-page="shop"] .product-media,
body[data-page="wishlist"] .product-media,
body[data-page="product"] .related .product-media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 6px;
  background: var(--studio-mist);
}
body:not([data-page="home"]) .product-media img { transition: transform 700ms cubic-bezier(.2, .75, .2, 1); }
body:not([data-page="home"]) .product-card:hover .product-media img { transform: scale(1.025); }
body:not([data-page="home"]) .product-info { align-items: start; padding: 14px 2px 0; }
body:not([data-page="home"]) .product-info h3 { font-size: 15px; font-weight: 640; }
body:not([data-page="home"]) .product-info p { color: var(--studio-muted); font-size: 11px; }
body:not([data-page="home"]) .product-info strong { padding-top: 2px; font-size: 11px; }
body:not([data-page="home"]) .product-badge { color: var(--studio-ink); background: var(--studio-peach); }
body:not([data-page="home"]) .save-button.is-saved { color: var(--studio-peach); }
body:not([data-page="home"]) .quick-add {
  color: #fff;
  background: rgba(7, 9, 8, .94);
  border-radius: 0;
  backdrop-filter: blur(8px);
}
body[data-page="shop"] .catalog-editorial {
  min-height: 760px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  color: #fff;
  background: var(--studio-ink);
}
body[data-page="shop"] .catalog-editorial > img { width: 100%; height: 100%; min-height: 700px; object-fit: cover; filter: saturate(.8) brightness(.64); }
body[data-page="shop"] .catalog-editorial > div { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(54px, 8vw, 130px); background: transparent; }
body[data-page="shop"] .catalog-editorial h2 { margin: 0 0 40px; font-size: clamp(52px, 6vw, 88px); font-weight: 620; line-height: 1; letter-spacing: -.035em; }

body[data-page="product"] .product-page { padding-top: 48px; }
body[data-page="product"] .product-page > .breadcrumbs { margin: 0 0 34px; color: var(--studio-muted); font-size: 11px; }
body[data-page="product"] .product-layout { grid-template-columns: minmax(0, 1.34fr) minmax(430px, .66fr); gap: 0; align-items: start; }
body[data-page="product"] .product-gallery-shell { grid-template-columns: 92px minmax(0, 1fr); gap: 14px; }
body[data-page="product"] .product-thumbnails { gap: 10px; }
body[data-page="product"] .product-thumb { overflow: hidden; border: 1px solid transparent; border-radius: 6px; background: var(--studio-mist); }
body[data-page="product"] .product-thumb.is-selected { border-color: var(--studio-ink); }
body[data-page="product"] .product-main-stage { position: relative; min-width: 0; }
body[data-page="product"] .product-main-media { aspect-ratio: 1 / 1.04; overflow: hidden; border-radius: 6px; background: var(--studio-mist); }
body[data-page="product"] .product-main-media > img,
body[data-page="product"] .product-main-media > video { width: 100%; height: 100%; object-fit: contain; }
body[data-page="product"] .product-main-badge { color: var(--studio-ink); background: var(--studio-peach); }
body[data-page="product"] .product-purchase { min-width: 0; border-left: 1px solid var(--studio-line); background: transparent; }
body[data-page="product"] .product-purchase-inner { position: sticky; top: 100px; padding: 8px clamp(34px, 4.5vw, 68px) 54px; }
body[data-page="product"] .product-heading-row h1 { margin-top: 8px; font-size: clamp(34px, 3.2vw, 52px); font-weight: 640; line-height: 1.1; letter-spacing: -.025em; }
body[data-page="product"] .product-code { color: var(--studio-muted); font-size: 10px; }
body[data-page="product"] .product-price-panel { margin: 30px 0 0; padding: 20px 0; border-top: 1px solid var(--studio-line); border-bottom: 1px solid var(--studio-line); background: transparent; }
body[data-page="product"] .product-price-panel .product-price { color: var(--studio-ink); font-family: var(--studio-display); font-size: 24px; }
body[data-page="product"] .product-lead { margin: 28px 0; color: var(--studio-muted); line-height: 1.85; }
body[data-page="product"] .product-promises { padding: 18px 0; border-top: 1px solid var(--studio-line); border-bottom: 1px solid var(--studio-line); background: transparent; }
body[data-page="product"] .product-choice-row { padding: 20px 0; border-color: var(--studio-line); }
body[data-page="product"] .product-color-choice,
body[data-page="product"] .quantity-stepper { border-color: var(--studio-line); border-radius: 999px; background: transparent; }
body[data-page="product"] .product-color-choice.is-selected { border-color: var(--studio-ink); box-shadow: none; }
body[data-page="product"] .purchase-actions { gap: 10px; }
body[data-page="product"] .purchase-actions .button { min-height: 54px; }
body[data-page="product"] .product-buy-now { color: var(--studio-ink); border-color: var(--studio-ink); background: transparent; }
body[data-page="product"] .consult-link { border-radius: 999px; }
body[data-page="product"] .product-detail-section { margin-top: 120px; }
body[data-page="product"] .product-detail-tabs { position: sticky; top: 92px; z-index: 20; min-height: 66px; background: rgba(247, 248, 246, .96); border-color: var(--studio-line); backdrop-filter: blur(12px); }
body[data-page="product"] .product-detail-tab { position: relative; padding: 22px 26px; color: var(--studio-muted); }
body[data-page="product"] .product-detail-tab.is-selected { color: var(--studio-ink); background: transparent; }
body[data-page="product"] .product-detail-panel { padding: 86px 0 120px; }
body[data-page="product"] .product-detail-intro { max-width: 720px; margin: 0 auto 72px; text-align: center; }
body[data-page="product"] .product-detail-intro h2 { font-size: clamp(46px, 5vw, 76px); font-weight: 620; letter-spacing: -.03em; }
body[data-page="product"] .product-detail-intro > p:last-child { color: var(--studio-muted); line-height: 1.85; }
body[data-page="product"] .product-detail-visuals { gap: 18px; }
body[data-page="product"] .product-detail-visuals img { border-radius: 6px; }
body[data-page="product"] .related { padding: 110px 0 130px; border-top: 1px solid var(--studio-line); }
body[data-page="product"] .related .section-heading h2 { font-size: clamp(44px, 5vw, 72px); font-weight: 620; letter-spacing: -.03em; }
body[data-page="product"] .related .product-grid { gap: 18px; }
body[data-page="product"] .service-strip { margin-bottom: 100px; border-color: var(--studio-line); background: var(--studio-mist); }

body[data-page="maison"] .brand-hero {
  min-height: 88dvh;
  margin-top: -76px;
  color: #fff;
  background: var(--studio-ink);
}
body[data-page="maison"] .brand-hero > img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; filter: saturate(.78) brightness(.72); }
body[data-page="maison"] .brand-hero .media-shade { background: linear-gradient(90deg, rgba(4, 6, 5, .88) 0%, rgba(4, 6, 5, .58) 35%, transparent 72%), linear-gradient(0deg, rgba(4, 6, 5, .64), transparent 45%); }
body[data-page="maison"] .brand-hero-copy { width: min(610px, calc(100% - 10vw)); margin: 0 0 10vh 5vw; }
body[data-page="maison"] .brand-hero-copy h1 { margin: 0; font-size: clamp(58px, 7.5vw, 104px); font-weight: 640; line-height: .95; letter-spacing: -.035em; }
body[data-page="maison"] .brand-hero-copy > p:last-child { max-width: 440px; margin: 28px 0 0; color: rgba(255, 255, 255, .74); font-family: var(--studio-display); font-size: 15px; line-height: 1.85; }
body[data-page="maison"] .brand-statement { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 72px; padding: clamp(110px, 14vw, 190px) 0; }
body[data-page="maison"] .brand-statement h2 { font-size: clamp(56px, 7vw, 96px); font-weight: 620; line-height: 1; letter-spacing: -.035em; }
body[data-page="maison"] .brand-statement > p:last-child { margin: 0; color: var(--studio-muted); line-height: 1.9; }
body[data-page="maison"] .story-row { min-height: 760px; grid-template-columns: 1fr 1fr; background: #fff; }
body[data-page="maison"] .story-row-reverse { color: #fff; background: var(--studio-ink); }
body[data-page="maison"] .story-media { min-height: 700px; }
body[data-page="maison"] .story-media img { width: 100%; height: 100%; object-fit: cover; }
body[data-page="maison"] .story-row-reverse .story-media { order: 2; }
body[data-page="maison"] .story-copy { align-self: center; padding: clamp(60px, 8vw, 130px); }
body[data-page="maison"] .story-copy > span { display: none; }
body[data-page="maison"] .story-copy h2 { margin: 0 0 28px; font-size: clamp(46px, 5.2vw, 76px); font-weight: 620; line-height: 1.05; letter-spacing: -.03em; }
body[data-page="maison"] .story-copy > p:last-child { max-width: 500px; margin: 0; color: var(--studio-muted); line-height: 1.9; }
body[data-page="maison"] .story-row-reverse .story-copy > p:last-child { color: #a9b0ab; }
body[data-page="maison"] .brand-quote { padding: clamp(110px, 14vw, 190px) 5vw; color: #fff; background: #0b0d0c; }
body[data-page="maison"] .brand-quote blockquote { max-width: 1050px; margin: 0 auto; font-family: var(--studio-display); font-size: clamp(44px, 6vw, 84px); font-weight: 360; line-height: 1.2; letter-spacing: -.03em; }
body[data-page="maison"] .brand-quote cite { color: var(--studio-peach); }
body[data-page="maison"] .image-story { min-height: 86dvh; }
body[data-page="maison"] .image-story > img { height: 100%; object-fit: cover; filter: brightness(.68); }
body[data-page="maison"] .image-story > div { max-width: 700px; left: 5vw; bottom: 10vh; }
body[data-page="maison"] .image-story h2 { font-size: clamp(50px, 6vw, 88px); font-weight: 620; line-height: 1; letter-spacing: -.035em; }

body[data-page="services"] .page-intro-centered { text-align: left; }
body[data-page="services"] .service-directory { width: min(100% - 10vw, 1380px); margin-bottom: 120px; padding: 42px clamp(24px, 5vw, 72px); color: #fff; background: var(--studio-ink); }
body[data-page="services"] .service-row { grid-template-columns: 50px 1fr auto; gap: 26px; padding: 38px 0; border-color: rgba(255, 255, 255, .16); }
body[data-page="services"] .service-row > span { display: none; }
body[data-page="services"] .service-row > svg { width: 28px; height: 28px; color: var(--studio-peach); stroke-width: 1.35; }
body[data-page="services"] .service-row h2 { margin: 0 0 8px; font-size: clamp(28px, 3vw, 42px); font-weight: 600; }
body[data-page="services"] .service-row p { max-width: 780px; color: #9ca49e; line-height: 1.85; }
body[data-page="services"] .service-row .icon-button { color: #fff; border: 1px solid rgba(255, 255, 255, .2); }
body[data-page="services"] .contact-band { padding: clamp(90px, 11vw, 150px) 0; color: var(--studio-ink); background: var(--studio-peach); }
body[data-page="services"] .contact-band .section-shell { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 60px; }
body[data-page="services"] .contact-band h2 { margin: 0; font-size: clamp(48px, 6vw, 82px); font-weight: 620; letter-spacing: -.035em; }
body[data-page="services"] .contact-band p { max-width: 520px; margin: 22px 0 0; color: rgba(7, 9, 8, .72); }
body[data-page="services"] .service-faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 10vw; padding: clamp(100px, 12vw, 170px) 0; }
body[data-page="services"] .service-faq h2 { margin: 0; font-size: clamp(48px, 6vw, 82px); font-weight: 620; letter-spacing: -.035em; }
body[data-page="services"] .product-accordions details { border-color: var(--studio-line); }
body[data-page="services"] .product-accordions summary { padding: 24px 0; font-size: 16px; }

body[data-page="appointment"] .appointment-page { min-height: calc(100dvh - 88px); grid-template-columns: 1.05fr .95fr; margin-top: -76px; padding-top: 76px; background: var(--studio-paper); }
body[data-page="appointment"] .appointment-media { min-height: calc(100dvh - 76px); }
body[data-page="appointment"] .appointment-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); }
body[data-page="appointment"] .appointment-content { align-items: flex-start; padding: clamp(64px, 8vw, 112px) clamp(32px, 6vw, 92px); }
body[data-page="appointment"] .appointment-inner { width: min(100%, 620px); }
body[data-page="appointment"] .appointment-content h1 { margin: 0; font-size: clamp(48px, 5vw, 76px); font-weight: 620; line-height: 1; letter-spacing: -.035em; }
body[data-page="appointment"] .appointment-inner > p { max-width: 500px; color: var(--studio-muted); line-height: 1.85; }
body[data-page="appointment"] .appointment-form { margin-top: 42px; gap: 22px; }
body[data-page="appointment"] .appointment-form label > span { color: var(--studio-muted); font-size: 11px; }
body[data-page="appointment"] .appointment-form input,
body[data-page="appointment"] .appointment-form select,
body[data-page="appointment"] .appointment-form textarea { border-color: var(--studio-line); border-radius: 6px; background: #fff; }
body[data-page="appointment"] .appointment-form input:focus,
body[data-page="appointment"] .appointment-form select:focus,
body[data-page="appointment"] .appointment-form textarea:focus { border-color: var(--studio-ink); box-shadow: none; }

body[data-page="wishlist"] .wishlist { min-height: 430px; padding-bottom: 140px; }
body[data-page="wishlist"] .wishlist-empty { min-height: 430px; border: 1px solid var(--studio-line); border-radius: 6px; background: var(--studio-mist); }
body[data-page="wishlist"] .wishlist-empty svg { color: var(--studio-peach); }

body:not([data-page="home"]) .site-footer { color: #dfe3df; background: #090b0a; border-color: rgba(255, 255, 255, .12); }
body:not([data-page="home"]) .footer-brand p,
body:not([data-page="home"]) .footer-help,
body:not([data-page="home"]) .footer-links a,
body:not([data-page="home"]) .footer-bottom { color: #8f9791; }
body:not([data-page="home"]) .footer-links h2 { color: #f3f5f3; }

@media (max-width: 1100px) {
  .site-header.is-solid { grid-template-columns: minmax(150px, 1fr) auto minmax(150px, 1fr); }
  .site-header.is-solid .atelier-nav { gap: 18px; }
  .site-header.is-solid .atelier-nav a:nth-child(3),
  .site-header.is-solid .atelier-nav a:nth-child(4) { display: none; }
  .site-header.is-solid .header-tools { right: 225px; }
  body[data-page="product"] .product-layout { grid-template-columns: minmax(0, 1.1fr) minmax(390px, .9fr); }
  body[data-page="product"] .product-gallery-shell { grid-template-columns: 72px minmax(0, 1fr); }
}

@media (max-width: 760px) {
  body:not([data-page="home"]) .section-shell { width: calc(100% - 36px); }
  .site-header.is-solid {
    top: 10px;
    height: 58px;
    grid-template-columns: 84px minmax(0, 1fr) 84px;
    margin: 10px 10px 0;
    padding: 0 8px;
  }
  .site-header.is-solid .header-tools { position: static; grid-column: 1; grid-row: 1; display: flex; align-items: center; }
  .site-header.is-solid .atelier-menu-button { display: inline-flex; }
  .site-header.is-solid .header-text-button { min-width: 38px; width: 38px; height: 38px; justify-content: center; padding: 0; }
  .site-header.is-solid .header-text-button span { display: none; }
  .site-header.is-solid .wordmark { grid-column: 2; justify-self: center; font-size: 18px; }
  .site-header.is-solid .header-actions { grid-column: 3; justify-self: end; }
  .site-header.is-solid .header-contact,
  .site-header.is-solid .header-account-button,
  .site-header.is-solid .header-wishlist-button { display: none; }
  .site-header.is-solid .atelier-nav { display: none; }
  .site-header.is-solid .icon-button { width: 38px; height: 38px; }

  body:not([data-page="home"]) .page-intro { padding: 72px 0 68px; }
  body:not([data-page="home"]) .page-intro .breadcrumbs { margin-bottom: 26px; }
  body:not([data-page="home"]) .page-intro h1 { font-size: clamp(54px, 18vw, 72px); }
  body:not([data-page="home"]) .page-intro > p:last-child { margin: 24px 0 0 14%; font-size: 13px; }

  body[data-page="shop"] .catalog-toolbar { align-items: flex-start; gap: 14px; min-height: 0; padding: 14px 0; }
  body[data-page="shop"] .catalog-filters { width: 100%; gap: 22px; overflow-x: auto; scrollbar-width: none; }
  body[data-page="shop"] .catalog-filters button { flex: 0 0 auto; min-height: 42px; }
  body[data-page="shop"] .catalog-meta { width: 100%; justify-content: space-between; }
  body[data-page="shop"] .catalog-grid,
  body[data-page="wishlist"] #wishlist-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px 8px; }
  body[data-page="wishlist"] #wishlist-grid { grid-template-columns: 1fr; gap: 44px; }
  body[data-page="shop"] .catalog-grid .product-media,
  body[data-page="wishlist"] .product-media { aspect-ratio: 4 / 5; }
  body[data-page="shop"] .catalog-editorial { grid-template-columns: 1fr; min-height: 0; }
  body[data-page="shop"] .catalog-editorial > img { min-height: 0; aspect-ratio: 4 / 5; }
  body[data-page="shop"] .catalog-editorial > div { min-height: 390px; padding: 54px 18px 64px; }

  body[data-page="product"] .product-page { width: 100%; padding-top: 30px; }
  body[data-page="product"] .product-page > .breadcrumbs { width: calc(100% - 36px); margin-inline: auto; }
  body[data-page="product"] .product-layout { grid-template-columns: 1fr; }
  body[data-page="product"] .product-gallery-shell { display: block; }
  body[data-page="product"] .product-thumbnails { width: calc(100% - 36px); display: flex; margin: 10px auto 0; }
  body[data-page="product"] .product-thumb { flex: 0 0 76px; aspect-ratio: 1; }
  body[data-page="product"] .product-main-media { aspect-ratio: 1 / 1.08; border-radius: 0; }
  body[data-page="product"] .product-purchase { border-left: 0; }
  body[data-page="product"] .product-purchase-inner { position: static; padding: 42px 18px 28px; }
  body[data-page="product"] .product-detail-section { width: 100%; margin-top: 72px; }
  body[data-page="product"] .product-detail-tabs { top: 78px; overflow-x: auto; }
  body[data-page="product"] .product-detail-tab { flex: 0 0 auto; padding: 19px 22px; }
  body[data-page="product"] .product-detail-panel { padding: 62px 18px 90px; }
  body[data-page="product"] .product-detail-intro { margin-bottom: 46px; text-align: left; }
  body[data-page="product"] .product-detail-visuals { grid-template-columns: 1fr; }
  body[data-page="product"] .related { width: calc(100% - 36px); padding: 80px 0; }
  body[data-page="product"] .related .product-grid { display: flex; width: calc(100% + 18px); gap: 8px; padding-bottom: 14px; overflow-x: auto; scroll-snap-type: x mandatory; }
  body[data-page="product"] .related .product-card { flex: 0 0 74vw; scroll-snap-align: start; }
  body[data-page="product"] .service-strip { width: calc(100% - 36px); margin-bottom: 92px; }

  body[data-page="maison"] .brand-hero { min-height: 84dvh; margin-top: -78px; }
  body[data-page="maison"] .brand-hero > img { object-position: 56% center; }
  body[data-page="maison"] .brand-hero-copy { width: calc(100% - 36px); margin: 0 18px 64px; }
  body[data-page="maison"] .brand-hero-copy h1 { font-size: clamp(52px, 16vw, 70px); }
  body[data-page="maison"] .brand-statement { grid-template-columns: 1fr; gap: 34px; padding: 90px 0; }
  body[data-page="maison"] .brand-statement > p:last-child { margin-left: 14%; }
  body[data-page="maison"] .story-row { min-height: 0; grid-template-columns: 1fr; }
  body[data-page="maison"] .story-row-reverse .story-media { order: 0; }
  body[data-page="maison"] .story-media { min-height: 0; aspect-ratio: 4 / 5; }
  body[data-page="maison"] .story-copy { padding: 58px 18px 72px; }
  body[data-page="maison"] .brand-quote { padding: 96px 18px; }
  body[data-page="maison"] .image-story { min-height: 78dvh; }
  body[data-page="maison"] .image-story > div { left: 18px; right: 18px; bottom: 70px; }

  body[data-page="services"] .service-directory { width: calc(100% - 20px); margin-bottom: 82px; padding: 20px 18px; }
  body[data-page="services"] .service-row { grid-template-columns: 36px 1fr; gap: 16px; padding: 30px 0; }
  body[data-page="services"] .service-row .icon-button { grid-column: 2; width: 42px; height: 42px; }
  body[data-page="services"] .contact-band { padding: 72px 0 80px; }
  body[data-page="services"] .contact-band .section-shell { grid-template-columns: 1fr; align-items: start; }
  body[data-page="services"] .service-faq { grid-template-columns: 1fr; gap: 42px; padding: 86px 0; }

  body[data-page="appointment"] .appointment-page { display: flex; flex-direction: column; min-height: 0; margin-top: -78px; padding-top: 78px; }
  body[data-page="appointment"] .appointment-media { min-height: 0; aspect-ratio: 4 / 5; }
  body[data-page="appointment"] .appointment-content { padding: 60px 18px 82px; }
  body[data-page="appointment"] .form-row { grid-template-columns: 1fr; }

  body[data-page="wishlist"] .wishlist { padding-bottom: 92px; }
  body[data-page="wishlist"] .wishlist-empty { padding: 48px 18px; }
}

@media (max-width: 380px) {
  .site-header.is-solid { grid-template-columns: 74px minmax(0, 1fr) 74px; }
  .site-header.is-solid .wordmark { font-size: 16px; }
  body[data-page="shop"] .catalog-grid,
  body[data-page="wishlist"] #wishlist-grid { grid-template-columns: 1fr; gap: 44px; }
}
