: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: sticky; z-index: 30; top: var(--header-height); display: flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 76px; margin-bottom: 34px; background: rgba(247,247,244,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(10px); }
.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-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 { opacity: 0; transform: translateY(18px); transition: opacity 600ms ease, transform 600ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@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 { top: var(--header-height); 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); }
}

/* 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; }
}
