:root {
  --ink: #071227;
  --blue: #075ab8;
  --blue-dark: #04396e;
  --blue-pale: #e8f3ff;
  --cream: #f6f3ee;
  --peach: #f6d2c3;
  --sand: #ede7dc;
  --white: #fff;
  --line: rgba(7, 18, 39, .22);
  --light-line: rgba(255, 255, 255, .36);
  --font-display: Arial, Helvetica, sans-serif;
  --font-mono: Arial, Helvetica, sans-serif;
  --shop-peach: #ffc898;
  --shop-paper: #f1f0ec;
  --shop-orange: #ff6412;
  --content: min(calc(100% - 56px), 1500px);
  --gutter: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font: 400 12px/1.45 var(--font-mono); letter-spacing: .01em; }
body.menu-is-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
img { display: block; width: 100%; }
::selection { color: #fff; background: var(--blue); }

.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 300; top: -60px; left: 16px; padding: 12px 16px; background: #fff; border: 1px solid var(--ink); transition: top .2s ease; }
.skip-link:focus { top: 12px; }
.section-index { margin: 0; font-size: 10px; letter-spacing: .12em; }
.text-link { display: inline-block; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: 10px; letter-spacing: .1em; }
.text-link:hover, .arrow-link:hover { opacity: .65; }
.text-link-light { color: #fff; }
.arrow-link { display: inline-flex; align-items: center; gap: 14px; font-size: 10px; letter-spacing: .1em; }
.arrow-link svg, .rail-button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: square; stroke-linejoin: miter; }
.arrow-link-light { color: #fff; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 15px 24px; border: 1px solid currentColor; font-size: 10px; letter-spacing: .1em; transition: background .2s ease, color .2s ease; }
.button-light { color: #fff; }
.button-light:hover { color: var(--ink); background: #fff; }
.button-blue { color: #fff; background: var(--blue); border-color: var(--blue); }
.button-blue:hover { color: var(--blue); background: transparent; }

/* Lanre-style announcement + navigation */
.announcement { position: relative; z-index: 90; min-height: 30px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 7px 28px; background: #000; color: #fff; font-size: 10px; letter-spacing: .12em; }
.announcement-mobile { display: none; }
@keyframes campaign-rise-track { 0%, 27% { transform: translateY(0); } 35%, 60% { transform: translateY(-13px); } 68%, 93% { transform: translateY(-26px); } 100% { transform: translateY(-39px); } }
.site-header { position: relative; z-index: 80; width: 100%; min-height: 86px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; padding: 0 28px; }
.header-overlay, .header-transparent { position: absolute; z-index: 80; top: 30px; left: 0; right: 0; color: var(--ink); background: transparent; border-bottom: 1px solid rgba(7,18,39,.18); }
.header-solid { position: relative; top: auto; left: auto; right: auto; color: var(--ink); background: #fff; border-bottom: 1px solid rgba(7, 18, 39, .1); }
.wordmark { color: currentColor; font: 600 clamp(25px, 2.5vw, 38px)/1 Arial, Helvetica, sans-serif; letter-spacing: -.08em; white-space: nowrap; }
.desktop-nav { display: flex; align-items: center; gap: clamp(13px, 1.5vw, 24px); }
.desktop-nav > a, .desktop-nav .mega-controller > a { display: inline-block; padding: 8px 0 5px; border-bottom: 1px solid transparent; font-size: 10px; cursor: pointer; letter-spacing: .08em; white-space: nowrap; }
.desktop-nav > a:hover, .desktop-nav > a.active, .desktop-nav .mega-controller.active > a, .desktop-nav .mega-controller:hover > a { border-color: currentColor; }
.mega-controller { position: static; }
.mega-menu { position: absolute; z-index: 75; top: 86px; left: 0; right: 0; display: none; grid-template-columns: minmax(260px, 1fr) 170px 198px 198px; gap: 20px; min-height: 450px; padding: 25px 28px 46px; color: var(--ink); background: #fff; box-shadow: 0 12px 24px rgba(0,0,0,.08); }
.mega-controller:hover .mega-menu, .mega-controller:focus-within .mega-menu { display: grid; }
.mega-controller.is-open .mega-menu { display: grid; }
.mega-links p { margin: 0 0 24px; font-size: 10px; }
.mega-links > div { display: grid; grid-template-columns: 200px 240px; gap: 15px 40px; }
.mega-links a:hover { text-decoration: underline; text-underline-offset: 4px; }
.mega-seasons > div { display: grid; grid-template-columns: 1fr; gap: 15px; }
.mega-promo { position: relative; height: 390px; overflow: hidden; color: #fff; background: var(--blue-pale); }
.mega-promo img { height: 100%; object-fit: cover; }
.mega-promo::after { content: ''; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.5)); }
.mega-promo span { position: absolute; z-index: 2; inset: auto 15px 22px; display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; }
.mega-promo strong { font: 400 22px/1 var(--font-display); }
.mega-promo u { font-size: 10px; text-underline-offset: 4px; }
.header-tools { display: flex; align-items: center; gap: 18px; white-space: nowrap; }
.shipping-label { font-size: 10px; }
.icon-link { position: relative; width: 17px; height: 17px; display: inline-flex; align-items: center; justify-content: center; font: 20px/1 Arial, sans-serif; }
.search-icon { width: 14px; height: 14px; border: 1.5px solid currentColor; border-radius: 50%; }
.search-icon::after { content: ''; position: absolute; right: -5px; bottom: -2px; width: 6px; border-top: 1.5px solid currentColor; transform: rotate(45deg); }
.account-icon { border: 1.5px solid currentColor; border-radius: 50%; }
.account-icon::after { content: ''; position: absolute; bottom: 4px; width: 7px; border-bottom: 1.5px solid currentColor; border-radius: 50%; }
.bag-icon { height: 14px; margin-top: 4px; border: 1.5px solid currentColor; }
.bag-icon::before { content: ''; position: absolute; top: -6px; width: 7px; height: 5px; border: 1.5px solid currentColor; border-bottom: 0; border-radius: 8px 8px 0 0; }
.heart-icon { font-size: 24px; }
.mobile-header-tools { display: none; align-items: center; gap: 14px; }
.menu-toggle { display: none; border: 0; background: none; padding: 4px 0 4px 10px; }
.menu-toggle i { display: block; width: 17px; height: 1px; margin: 4px 0; background: currentColor; }
.mobile-menu { position: fixed; z-index: 110; inset: 0; display: flex; flex-direction: column; visibility: hidden; padding: 0 25px 20px; color: #fff; background: var(--blue); opacity: 0; transform: translateY(-10px); transition: opacity .25s ease, transform .25s ease, visibility .25s; }
.mobile-menu.is-open { visibility: visible; opacity: 1; transform: none; }
.mobile-menu-bar { min-height: 69px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.55); }
.mobile-menu-bar .wordmark { font-size: 22px; }
.menu-close { border: 0; padding: 6px 0; color: #fff; background: none; font-size: 10px; letter-spacing: .1em; }
.menu-close span { margin-left: 3px; font-size: 20px; vertical-align: -2px; }
.mobile-menu nav { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; padding-top: 72px; }
.mobile-menu nav a { font: 400 clamp(38px, 11vw, 68px)/.95 var(--font-display); letter-spacing: -.06em; }
.mobile-menu nav a.active { text-decoration: underline; text-underline-offset: 6px; }
.mobile-menu > p { margin: auto 0 0; text-align: right; font-size: 10px; letter-spacing: .11em; line-height: 1.8; }

/* Homepage hero: a clean, separated editorial opening */
.hero-luxury { position: relative; min-height: min(900px, max(680px, calc(100svh - 30px))); overflow: hidden; color: var(--ink); background: var(--cream); }
.hero-luxury-wash { display: none; }
.hero-luxury-copy { position: absolute; z-index: 4; top: clamp(150px, 17vh, 190px); left: max(28px, calc((100vw - 1440px) / 2)); width: min(58vw, 780px); }
.hero-kicker { margin: 0 0 27px; font-size: 10px; letter-spacing: .13em; }
.hero-luxury-copy h1 { max-width: 12ch; margin: 0 0 38px; font: 400 clamp(66px, 8.8vw, 144px)/.84 var(--font-display); letter-spacing: -.085em; }
.hero-luxury-lede { max-width: 32ch; margin: 0 0 35px; font-size: 13px; line-height: 1.7; }
.hero-luxury-image { position: absolute; z-index: 2; top: 4%; right: 3vw; width: min(53vw, 790px); height: 96%; overflow: hidden; background: transparent; opacity: 1; }
@keyframes hero-slide-in { from { transform: translateX(110%); } to { transform: translateX(0); } }
@keyframes hero-progress-fill { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes hero-slide-arrow-in { from { opacity: 0; transform: translateX(270px); } to { opacity: 1; transform: translateX(0); } }
.hero-luxury-image img { position: absolute; inset: 0; height: 100%; object-fit: contain; object-position: center bottom; mix-blend-mode: normal; filter: none; opacity: 1; transform: translateX(110%); transition: opacity .2s ease; }
.hero-luxury-image img.is-active { opacity: 1; transform: translateX(0); }
.hero-luxury-image img.is-hidden { opacity: 0; transform: translateX(0); }
.hero-luxury-image img.is-entering { animation: hero-slide-in 1s cubic-bezier(.2,.75,.2,1) both; }
.hero-luxury-index { position: absolute; z-index: 4; right: 28px; bottom: 36px; margin: 0; text-align: right; font-size: 9px; letter-spacing: .12em; line-height: 1.8; }
.hero-slide-arrows { position: absolute; z-index: 4; top: 50%; right: 28px; width: clamp(150px, 12vw, 220px); height: 14px; transform: translateY(-50%); }
.hero-slide-arrow { position: absolute; inset: 0; display: block; opacity: 0; pointer-events: none; transform: translateX(270px); }
.hero-slide-arrow.is-active { opacity: 1; transform: translateX(0); }
.hero-slide-arrow.is-hidden { opacity: 0; transform: translateX(0); }
.hero-slide-arrow.is-entering { animation: hero-slide-arrow-in 1.05s cubic-bezier(.2,.75,.2,1) both; }
.hero-slide-arrow-label { position: absolute; right: 0; bottom: 18px; font-size: 8px; letter-spacing: .13em; line-height: 1; white-space: nowrap; }
.hero-slide-progress-track { position: relative; display: block; width: 100%; height: 2px; overflow: visible; background: rgba(7, 18, 39, .18); }
.hero-slide-progress-track i { position: absolute; inset: 0 0 0 8px; display: block; background: var(--ink); transform: scaleX(0); transform-origin: right center; }
.hero-slide-progress-track i.is-running { animation: hero-progress-fill 3s linear both; }
.hero-slide-progress-arrow { position: absolute; top: 50%; left: -1px; width: 14px; height: 14px; fill: none; stroke: var(--ink); stroke-width: 1.4; stroke-linecap: square; stroke-linejoin: miter; transform: translateY(-50%); }
.hero-mobile-arrow { display: none; }
.hero-desktop-arrow { position: absolute; z-index: 4; right: 32px; bottom: 112px; display: block; width: 12px; height: 78px; color: var(--ink); }
.hero-desktop-arrow svg { display: block; width: 12px; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: square; stroke-linejoin: miter; }

/* Shared editorial rhythm */
.home-intro, .page-intro { width: var(--content); display: grid; grid-template-columns: .7fr 1.55fr .75fr; gap: clamp(25px, 6vw, 120px); align-items: end; margin: 0 auto; padding: clamp(105px, 12vw, 185px) 0; }
.home-intro h2, .page-intro h2, .section-heading h2, .home-feature-copy h2, .home-callout h2, .band-callout h2, .house-intro h2, .house-process h2, .journal-close h2, .contact-details h2 { margin: 0; font: 400 clamp(52px, 6.6vw, 104px)/.88 var(--font-display); letter-spacing: -.075em; }
.home-intro > div > p, .page-intro > p:last-child { max-width: 31ch; margin: 0 0 32px; font-size: 13px; line-height: 1.75; }
.home-looks { padding-bottom: clamp(100px, 11vw, 174px); overflow: hidden; }
.section-heading { width: var(--content); display: flex; justify-content: space-between; align-items: end; gap: 30px; margin: 0 auto 65px; }
.section-heading .section-index { margin-bottom: 28px; }
.look-rail { display: flex; gap: 18px; overflow-x: auto; padding: 0 max(28px, calc((100vw - 1440px) / 2)) 18px; scroll-padding-inline: max(28px, calc((100vw - 1440px) / 2)); scroll-snap-type: x mandatory; scrollbar-width: none; cursor: grab; user-select: none; }
.look-rail::-webkit-scrollbar { display: none; }
.look-rail.is-dragging { cursor: grabbing; scroll-snap-type: none; }
.look-card { flex: 0 0 min(29.3vw, 430px); min-width: 0; scroll-snap-align: start; }
.look-image { aspect-ratio: 3 / 4; overflow: hidden; background: var(--blue-pale); }
.look-image img { height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.look-card:hover img { transform: scale(1.025); }
.look-meta { display: grid; grid-template-columns: 36px 1fr auto; align-items: center; min-height: 62px; border-bottom: 1px solid var(--line); }
.look-meta span { font-size: 10px; letter-spacing: .08em; }
.look-meta span:last-child { text-align: right; }
.look-meta h3 { margin: 0; font-size: 10px; font-weight: 400; text-align: center; letter-spacing: .1em; }
.home-products { padding-bottom: clamp(100px, 11vw, 174px); overflow: hidden; }
.product-rail { display: flex; gap: 18px; overflow-x: auto; padding: 0 max(28px, calc((100vw - 1440px) / 2)) 18px; scroll-padding-inline: max(28px, calc((100vw - 1440px) / 2)); scroll-snap-type: x mandatory; scrollbar-width: none; cursor: grab; user-select: none; }
.product-rail::-webkit-scrollbar { display: none; }
.product-rail.is-dragging { cursor: grabbing; scroll-snap-type: none; }
.product-card { display: block; flex: 0 0 min(29.3vw, 430px); min-width: 0; color: inherit; scroll-snap-align: start; }
.product-card-image { position: relative; aspect-ratio: 3 / 4; overflow: hidden; background: var(--blue-pale); }
.product-card-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity .5s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
.product-card-image .product-hover-image { opacity: 0; }
.product-card:hover .product-card-image .product-primary-image, .product-card:focus-visible .product-card-image .product-primary-image { opacity: 0; }
.product-card:hover .product-card-image .product-hover-image, .product-card:focus-visible .product-card-image .product-hover-image { opacity: 1; transform: scale(1.018); }
.product-card-image > span { position: absolute; z-index: 2; top: 14px; left: 14px; color: #fff; font-size: 10px; letter-spacing: .08em; mix-blend-mode: difference; }
.product-card-meta { display: flex; justify-content: space-between; gap: 18px; min-height: 84px; padding: 16px 0 18px; border-bottom: 1px solid var(--line); }
.product-card-meta h3 { margin: 0 0 7px; font-size: 15px; line-height: 1.1; letter-spacing: -.035em; }
.product-card-meta p, .product-card-meta > span { margin: 0; font-size: 9px; letter-spacing: .08em; }
.product-card-meta > span { align-self: end; text-align: right; white-space: nowrap; }
.product-card-meta b { font-size: 14px; font-weight: 400; }
.home-feature { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 820px; color: #fff; background: var(--blue); }
.home-feature-image { position: relative; min-height: 750px; overflow: hidden; background: #fff; }
.home-feature-image > img { height: 100%; object-fit: cover; }
.house-image-rotator { position: relative; width: 100%; height: 100%; min-height: inherit; overflow: hidden; perspective: 1200px; }
.house-image-rotator img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center bottom; opacity: 0; transition: opacity .46s cubic-bezier(.22,.72,.22,1); will-change: opacity; }
.house-image-rotator img.is-active { z-index: 1; opacity: 1; }
.house-image-rotator img.is-hidden { z-index: 0; opacity: 0; }
.home-feature-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(70px, 9vw, 155px) clamp(34px, 7vw, 116px); }
.home-feature-copy h2 { max-width: 7.5ch; margin: 22px 0 40px; }
.home-feature-copy > p:not(.section-index) { max-width: 37ch; margin: 0 0 45px; font-size: 13px; line-height: 1.75; }
.home-callout { display: flex; flex-direction: column; align-items: center; padding: clamp(105px, 12vw, 185px) 28px; text-align: center; }
.home-callout .section-index { margin-bottom: 28px; }
.home-callout h2 { margin-bottom: 45px; }

/* Internal page primitives */
.page-hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 690px; background: var(--cream); }
.page-hero-blue { color: #fff; background: var(--blue); }
.page-hero-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 80px max(28px, calc((100vw - 1440px) / 2)); padding-right: 5vw; }
.page-hero-copy .section-index { margin-bottom: 28px; }
.page-hero-copy h1, .page-title-band h1, .house-hero h1, .contact-hero h1 { margin: 0 0 30px; font: 400 clamp(80px, 11vw, 175px)/.76 var(--font-display); letter-spacing: -.09em; }
.page-hero-copy > p:last-child { max-width: 33ch; margin: 0; font-size: 13px; line-height: 1.75; }
.page-hero-image { min-height: 690px; overflow: hidden; background: #fff; }
.page-hero-image img { height: 100%; object-fit: cover; }
.page-intro { min-height: 370px; }
.page-intro > p:first-child { align-self: start; }
.page-intro h2 { max-width: 9ch; }
.page-title-band { padding: clamp(110px, 13vw, 200px) max(28px, calc((100vw - 1440px) / 2)) 95px; background: var(--cream); }
.page-title-band-peach { color: var(--blue-dark); background: var(--peach); }
.page-title-band .section-index { margin-bottom: 28px; }
.page-title-band h1 { max-width: 10ch; margin-bottom: 35px; }
.page-title-band > p:last-child { max-width: 40ch; margin: 0; line-height: 1.75; }
.catalogue { padding: 0 0 clamp(100px, 12vw, 180px); }
.catalogue-heading { width: var(--content); margin: 0 auto 60px; }
.catalogue-heading .section-index { margin-bottom: 24px; }
.catalogue-heading h2, .archive-section h2 { margin: 0; font: 400 clamp(50px, 6.5vw, 96px)/.88 var(--font-display); letter-spacing: -.075em; }
.catalogue-grid { width: var(--content); display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 0 auto; background: var(--line); }
.catalogue-card { min-width: 0; background: #fff; }
.catalogue-card > div { aspect-ratio: 3 / 4; overflow: hidden; background: var(--blue-pale); }
.catalogue-card img { height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.catalogue-card:hover img { transform: scale(1.02); }
.catalogue-card p { display: flex; justify-content: space-between; min-height: 61px; margin: 0; padding: 16px 18px; border-bottom: 1px solid var(--line); font-size: 10px; letter-spacing: .08em; }
.shop-edit { padding: clamp(100px, 11vw, 170px) 0 clamp(90px, 10vw, 145px); overflow: hidden; }
.shop-edit .section-heading { align-items: end; }
.shop-edit .shop-note { max-width: 28ch; margin: 0; font-size: 11px; line-height: 1.7; }
.shop-page { background: #fff; }
.shop-page-intro { min-height: 420px; display: grid; align-content: center; padding: 65px 28px; color: #000; background: var(--shop-peach); }
.shop-page-intro h1 { margin: 8px 0 18px; font: 400 clamp(80px, 13vw, 190px)/.72 Georgia, "Times New Roman", serif; letter-spacing: -.08em; }
.shop-page-intro > p:last-child { max-width: 50ch; line-height: 1.7; }
.shop-all-toolbar { min-height: 72px; display: flex; align-items: center; padding: 20px 28px 14px; border-bottom: 1px solid rgba(0,0,0,.08); }
.shop-all-toolbar sup { font-size: 8px; }
.shop-grid-section { padding: 0 0 clamp(105px, 12vw, 185px); }
.shop-grid { width: var(--content); display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin: 0 auto; }
.shop-grid .product-card { flex: none; width: 100%; }
.shop-grid .product-image { position: relative; aspect-ratio: 3 / 4.5; overflow: hidden; background: var(--shop-paper); }
.shop-grid .product-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity .5s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
.shop-grid .product-hover-image { opacity: 0; }
.shop-grid .product-card a:hover .product-primary-image, .shop-grid .product-card a:focus-visible .product-primary-image { opacity: 0; }
.shop-grid .product-card a:hover .product-hover-image, .shop-grid .product-card a:focus-visible .product-hover-image { opacity: 1; transform: scale(1.018); }
.shop-grid .product-heart { position: absolute; z-index: 2; top: 10px; right: 12px; color: var(--shop-orange); font: 27px/1 Arial, sans-serif; }
.shop-grid .product-meta { display: flex; justify-content: space-between; gap: 10px; padding: 10px 1px 0; font-size: 9px; text-transform: uppercase; line-height: 1.35; }
.shop-grid .product-price { flex: 0 0 auto; white-space: nowrap; color: var(--shop-orange); }
.product-detail { display: grid; grid-template-columns: 1.12fr .88fr; min-height: 790px; background: var(--cream); }
.product-detail-media { min-height: 790px; overflow: hidden; background: var(--blue-pale); }
.product-gallery-slider { position: relative; height: 100%; min-height: inherit; overflow: hidden; background: var(--shop-paper); }
.product-gallery-rail { display: flex; height: 100%; min-height: inherit; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-x: contain; }
.product-gallery-rail::-webkit-scrollbar { display: none; }
.product-gallery-slide { position: relative; flex: 0 0 50%; min-width: 0; height: 100%; margin: 0; scroll-snap-align: start; background: var(--shop-paper); }
.product-gallery-slide + .product-gallery-slide { border-left: 1px solid rgba(7, 18, 39, .08); }
.product-gallery-slide img { width: 100%; height: 100%; object-fit: cover; }
.gallery-arrow { position: absolute; z-index: 2; top: 50%; display: grid; width: 42px; height: 42px; place-items: center; padding: 0; border: 1px solid rgba(7,18,39,.45); border-radius: 50%; color: var(--ink); background: rgba(246,243,238,.88); font-size: 18px; line-height: 1; transform: translateY(-50%); transition: color .2s ease, background .2s ease; }
.gallery-arrow:hover, .gallery-arrow:focus-visible { color: #fff; background: var(--ink); }
.gallery-arrow-prev { left: 16px; }
.gallery-arrow-next { right: 16px; }
.product-detail-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 90px max(28px, 7vw); }
.product-detail-copy .section-index { margin-bottom: 28px; }
.product-detail-copy h1 { max-width: 9ch; margin: 0 0 34px; font: 600 clamp(58px, 7vw, 108px)/.86 var(--font-display); letter-spacing: -.075em; }
.product-detail-description { max-width: 34ch; margin: 0 0 28px; font-size: 13px; line-height: 1.8; }
.product-detail-price { margin: 0 0 34px; font-size: 10px; letter-spacing: .1em; }
.product-specs { display: grid; gap: 11px; width: 100%; max-width: 360px; margin: 55px 0 0; padding-top: 18px; border-top: 1px solid var(--line); }
.product-specs div { display: grid; grid-template-columns: 28px 1fr; gap: 10px; }
.product-specs dt, .product-specs dd { margin: 0; font-size: 10px; line-height: 1.6; }
.product-specs dd { opacity: .7; }
.related-products { padding: clamp(100px, 12vw, 180px) 0; overflow: hidden; }
.band-callout { display: flex; flex-direction: column; align-items: center; padding: clamp(105px, 12vw, 185px) 28px; text-align: center; }
.band-callout .section-index { margin-bottom: 28px; }
.band-callout h2 { max-width: 9ch; margin-bottom: 45px; }
.band-callout-blue { color: #fff; background: var(--blue); }
.band-callout-sand { background: var(--sand); }

/* Collections + archive */
.collection-seasons { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); }
.season-card { background: #fff; }
.season-card > div { height: min(75vw, 890px); overflow: hidden; background: var(--blue-pale); }
.season-card img { height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.season-card:hover img { transform: scale(1.025); }
.season-card > span { display: flex; justify-content: space-between; padding: 20px 28px 25px; font: 400 clamp(30px, 4vw, 61px)/1 var(--font-display); letter-spacing: -.06em; }
.season-card b { font: 400 25px/1 var(--font-mono); }
.archive-section { padding: clamp(105px, 12vw, 190px) 28px clamp(85px, 10vw, 150px); }
.archive-section > header { width: min(100%, 790px); margin: 0 auto 70px; text-align: center; }
.archive-section > header .section-index { margin-bottom: 28px; }
.archive-section > header h2 { margin-bottom: 26px; }
.archive-section > header > p:last-child { max-width: 42ch; margin: 0 auto; line-height: 1.7; }
.archive-toolbar { display: flex; width: var(--content); justify-content: center; flex-wrap: wrap; gap: 11px 30px; margin: 0 auto 44px; padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.archive-filter { border: 0; border-bottom: 1px solid transparent; padding: 4px 0 6px; background: none; font-size: 10px; letter-spacing: .09em; }
.archive-filter:hover, .archive-filter:focus-visible, .archive-filter.is-active { border-color: currentColor; }
.archive-grid { width: var(--content); display: grid; grid-template-columns: repeat(5, 1fr); margin: 0 auto; border-top: 1px solid var(--line); }
.archive-grid.is-filtered { display: flex; justify-content: center; }
.archive-grid.is-filtered .archive-card { flex: 0 1 390px; border-left: 1px solid var(--line); border-right: 1px solid var(--line); }
.archive-card { min-width: 0; border-right: 1px solid var(--line); }
.archive-card:last-child { border-right: 0; }
.archive-card[hidden] { display: none; }
.archive-card > div { aspect-ratio: 3 / 4.3; overflow: hidden; background: var(--sand); }
.archive-card img { height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.archive-card:hover img { transform: scale(1.025); }
.archive-card p { display: flex; justify-content: space-between; gap: 8px; min-height: 56px; margin: 0; padding: 13px 10px; border-bottom: 1px solid var(--line); font-size: 9px; letter-spacing: .08em; }

/* House */
.house-hero { display: grid; grid-template-columns: 1fr 1.05fr; min-height: 770px; color: #fff; background: var(--blue); }
.house-hero > div:first-child { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 80px max(28px, calc((100vw - 1440px) / 2)); padding-right: 5vw; }
.house-hero .section-index { margin-bottom: 28px; }
.house-hero h1 { max-width: 7ch; }
.house-hero > div:first-child > p:last-child { max-width: 34ch; margin: 0; font-size: 13px; line-height: 1.75; }
.house-hero > div:last-child { min-height: 770px; overflow: hidden; background: #fff; }
.house-hero > div:last-child img { height: 100%; object-fit: cover; }
.house-intro { display: grid; grid-template-columns: .7fr 1.2fr .8fr; gap: 7vw; align-items: start; padding: clamp(105px, 12vw, 185px) max(var(--gutter), calc((100vw - 1500px) / 2)); }
.house-intro h2 { max-width: 9ch; }
.house-intro > p:last-child { max-width: 42ch; margin: 0; font-size: 13px; line-height: 1.8; }
.house-process { padding: clamp(105px, 12vw, 185px) max(var(--gutter), calc((100vw - 1500px) / 2)); background: var(--cream); }
.house-process > header { display: grid; grid-template-columns: .7fr 1.3fr; gap: 5vw; margin-bottom: 70px; }
.house-process h2 { max-width: 7ch; }
.process-list { border-top: 1px solid var(--line); }
.process-list article { display: grid; grid-template-columns: 60px 1fr 1fr; gap: 30px; align-items: center; min-height: 160px; border-bottom: 1px solid var(--line); }
.process-list article > span { font-size: 10px; }
.process-list h3 { margin: 0; font: 400 clamp(32px, 4vw, 60px)/1 var(--font-display); letter-spacing: -.06em; }
.process-list p { max-width: 40ch; margin: 0; font-size: 13px; line-height: 1.7; }

/* Journal */
.journal-hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; color: var(--blue-dark); background: var(--peach); }
.journal-hero > div:first-child { display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; padding: clamp(80px, 10vw, 150px) max(28px, calc((100vw - 1440px) / 2)) 70px; }
.journal-hero .section-index { margin-bottom: 25px; }
.journal-hero h1 { margin: 0; font: 400 clamp(72px, 10vw, 155px)/.72 var(--font-display); letter-spacing: -.09em; }
.journal-hero > div:first-child > p:last-child { max-width: 34ch; margin: 0; font-size: 13px; line-height: 1.7; }
.journal-hero > div:last-child { min-height: 720px; overflow: hidden; background: #fff; }
.journal-hero img { height: 100%; object-fit: cover; }
.journal-grid { width: var(--content); display: grid; grid-template-columns: repeat(2, 1fr); gap: 90px 20px; margin: 0 auto; padding: clamp(105px, 12vw, 185px) 0; }
.journal-card-wide { grid-column: 1 / -1; }
.journal-card > div { aspect-ratio: 4 / 5; overflow: hidden; background: var(--blue-pale); }
.journal-card-wide > div { aspect-ratio: 16 / 8; }
.journal-card img { height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.journal-card:hover img { transform: scale(1.02); }
.journal-card > .section-index { margin: 16px 0 12px; }
.journal-card h2 { max-width: 14ch; margin: 0 0 15px; font: 400 clamp(35px, 4.2vw, 64px)/.92 var(--font-display); letter-spacing: -.065em; }
.journal-card > p:not(.section-index) { max-width: 48ch; margin: 0 0 20px; font-size: 13px; line-height: 1.7; }
.journal-close { display: flex; flex-direction: column; align-items: center; padding: clamp(100px, 12vw, 180px) 28px; color: #fff; background: var(--blue); text-align: center; }
.journal-close h2 { margin: 36px 0 48px; }

/* About */
.about-story { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; background: var(--cream); }
.about-story > div:first-child { min-height: 760px; overflow: hidden; background: var(--blue-pale); }
.about-story img { height: 100%; object-fit: cover; }
.about-story > div:last-child { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 80px max(28px, 7vw); }
.about-story > div:last-child .section-index { margin-bottom: 28px; }
.about-story h2 { max-width: 9ch; margin: 0 0 38px; font: 400 clamp(52px, 6.5vw, 96px)/.88 var(--font-display); letter-spacing: -.075em; }
.about-story > div:last-child > p:not(.section-index) { max-width: 40ch; margin: 0 0 40px; font-size: 13px; line-height: 1.8; }
.values { padding: clamp(105px, 12vw, 185px) max(var(--gutter), calc((100vw - 1500px) / 2)); }
.values > header { display: grid; grid-template-columns: .7fr 1.3fr; gap: 5vw; margin-bottom: 70px; }
.values h2 { max-width: 8ch; margin: 0; font: 400 clamp(52px, 6.5vw, 96px)/.88 var(--font-display); letter-spacing: -.075em; }
.values > div { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.values article { min-height: 320px; display: flex; flex-direction: column; padding: 25px 20px; border-right: 1px solid var(--line); }
.values article:last-child { border-right: 0; }
.values article > span { font-size: 10px; }
.values h3 { margin: auto 0 20px; font: 400 clamp(40px, 5vw, 75px)/1 var(--font-display); letter-spacing: -.07em; }
.values article p { max-width: 28ch; margin: 0; font-size: 13px; line-height: 1.7; }

/* Contact */
.contact-hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 680px; color: #fff; background: var(--blue); }
.contact-hero > div:first-child { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 80px max(28px, calc((100vw - 1440px) / 2)); padding-right: 5vw; }
.contact-hero h1 { max-width: 6ch; }
.contact-hero > div:first-child > p:last-child { max-width: 34ch; margin: 0; font-size: 13px; line-height: 1.75; }
.contact-hero > div:last-child { min-height: 680px; overflow: hidden; background: #fff; }
.contact-hero img { height: 100%; object-fit: cover; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 730px; }
.contact-details { display: flex; flex-direction: column; justify-content: space-between; padding: 80px max(28px, 7vw); color: #fff; background: var(--ink); }
.contact-details .section-index { opacity: .7; }
.contact-details h2 { margin: 50px 0 30px; }
.contact-details > p:not(.section-index) { max-width: 40ch; margin: 0; font-size: 13px; line-height: 1.8; opacity: .8; }
.contact-list { display: grid; gap: 22px; margin-top: 65px; }
.contact-list div { display: grid; gap: 5px; }
.contact-list span { font-size: 9px; opacity: .6; letter-spacing: .1em; }
.contact-list strong { font-weight: 400; font-size: 13px; }
.enquiry-form { display: flex; flex-direction: column; justify-content: center; padding: 80px max(28px, 7vw); }
.enquiry-form .section-index { margin-bottom: 52px; }
.enquiry-form label { margin-bottom: 9px; font-size: 9px; letter-spacing: .1em; }
.enquiry-form input, .enquiry-form textarea { width: 100%; margin-bottom: 28px; padding: 12px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: none; background: transparent; resize: vertical; }
.enquiry-form input:focus, .enquiry-form textarea:focus { border-color: var(--blue); }
.enquiry-form .button { align-self: flex-start; }
.form-status { min-height: 32px; margin: 18px 0 0; font-size: 10px; line-height: 1.6; }

/* Footer */
.site-footer { padding: clamp(90px, 10vw, 150px) 30px 20px; color: #fff; background: var(--ink); overflow: hidden; }
.footer-top { width: var(--content); display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: clamp(50px, 10vw, 170px); align-items: end; margin: 0 auto clamp(90px, 12vw, 168px); }
.footer-top .section-index { margin-bottom: 28px; opacity: .65; }
.footer-top h2 { max-width: 12ch; margin: 0 0 38px; font: 400 clamp(52px, 6.6vw, 104px)/.88 var(--font-display); letter-spacing: -.075em; }
.footer-note { max-width: 43ch; margin: 0; font-size: 10px; line-height: 1.6; opacity: .62; }
.footer-newsletter { position: relative; min-height: 330px; display: flex; flex-direction: column; justify-content: center; overflow: hidden; }
.footer-newsletter::before { content: ''; position: absolute; z-index: 0; top: 50%; right: -5%; width: clamp(270px, 27vw, 430px); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.32); border-radius: 48% 52% 45% 55%; transform: translateY(-50%) rotate(-9deg); }
.footer-newsletter .section-index, .footer-newsletter h3, .footer-newsletter a { position: relative; z-index: 1; }
.footer-newsletter h3 { max-width: 8ch; margin: 12px 0 34px; font: 400 clamp(42px, 4.6vw, 72px)/.9 var(--font-display); letter-spacing: -.075em; }
.footer-newsletter a { display: inline-flex; align-items: center; gap: 14px; width: fit-content; padding-bottom: 7px; border-bottom: 1px solid currentColor; font-size: 10px; letter-spacing: .1em; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); width: var(--content); gap: 28px; margin: 0 auto; padding: 28px 0 clamp(70px, 8vw, 120px); border-top: 1px solid var(--light-line); }
.footer-links div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; font-size: 10px; letter-spacing: .08em; }
.footer-links p { margin: 0 0 12px; opacity: .5; }
.footer-links a:hover { text-decoration: underline; text-underline-offset: 4px; }
.footer-wordmark { margin-left: -.07em; font: 600 clamp(70px, 14.5vw, 220px)/.73 Arial, Helvetica, sans-serif; letter-spacing: -.1em; white-space: nowrap; }
.footer-wordmark-marquee { display: flex; width: 100%; overflow: hidden; }
.footer-wordmark-marquee > span { display: block; flex: 0 0 auto; min-width: max-content; padding-right: 1em; animation: footer-wordmark-marquee 18s linear infinite; will-change: transform; }
.footer-wordmark-marquee > span + span { display: block; }
.footer-base { display: flex; justify-content: space-between; gap: 24px; margin-top: 34px; padding-top: 16px; border-top: 1px solid var(--light-line); font-size: 9px; letter-spacing: .08em; }
.footer-base a:hover { text-decoration: underline; text-underline-offset: 4px; }
h1, h2, h3, .mobile-menu nav a { font-weight: 600; }

@media (max-width: 1100px) {
  :root { --content: min(calc(100% - 40px), 1500px); --gutter: 20px; }
  .desktop-nav, .header-tools { display: none; }
  .site-header { display: flex; justify-content: space-between; min-height: 68px; padding: 0 20px; }
  .mobile-header-tools, .menu-toggle { display: flex; }
  .menu-toggle { flex-direction: column; }
  .hero-luxury { min-height: calc(100svh - 30px); }
  .header-transparent { top: 30px; }
  .hero-luxury-copy { top: 115px; left: 20px; width: 61vw; }
  .hero-luxury-image { right: -4vw; width: 61vw; }
  .product-card { flex-basis: 39vw; }
  .shop-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 800px) {
  :root { --content: min(calc(100% - 32px), 1500px); --gutter: 16px; }
  .announcement { min-height: 25px; padding: 6px 16px; font-size: 8px; }
  .announcement-desktop { display: none; }
  .announcement-mobile { position: relative; display: block; flex: 0 0 100%; width: 100%; height: 13px; overflow: hidden; text-align: center; }
  .announcement-mobile-track { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; white-space: nowrap; animation: campaign-rise-track 9s cubic-bezier(.45, 0, .55, 1) infinite; will-change: transform; }
  .announcement-mobile-track > span { display: flex; width: 100%; height: 13px; align-items: center; justify-content: center; }
  @media (prefers-reduced-motion: reduce) {
    .announcement-mobile-track { animation: none; }
    .announcement-mobile-track > span:not(:first-child) { visibility: hidden; }
  }
  .site-header { min-height: 58px; padding-inline: 16px; }
  .site-header .wordmark { font-size: 22px; }
  .mobile-header-tools { gap: 11px; }
  .mobile-header-tools .icon-link { transform: scale(.9); }
  .hero-luxury { min-height: calc(100svh - 25px); }
  .header-transparent { top: 25px; }
  .hero-luxury-copy { top: 92px; left: 16px; right: 16px; width: auto; }
  .hero-luxury-copy h1 { max-width: 100%; margin-bottom: 27px; font-size: clamp(62px, 16vw, 100px); }
  .hero-luxury-lede { max-width: 28ch; font-size: 12px; }
  .hero-luxury-copy { top: 110px; }
  .hero-luxury-image { top: 10%; right: -21vw; width: 87vw; height: 80%; opacity: 1; }
  .hero-luxury-index { right: 16px; bottom: 7%; font-size: 8px; }
  .hero-slide-arrows { display: none; }
  .hero-desktop-arrow { display: none; }
  .hero-mobile-arrow { position: absolute; z-index: 4; left: 16px; bottom: 7%; display: block; width: 68px; color: var(--ink); }
  .hero-mobile-arrow svg { display: block; width: 68px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: square; stroke-linejoin: miter; }
  .home-intro, .house-intro { grid-template-columns: 1fr; gap: 35px; padding-block: 95px; }
  .home-intro h2, .page-intro h2 { max-width: 10ch; }
  .section-heading { align-items: end; margin-bottom: 46px; }
  .section-heading h2 { font-size: clamp(48px, 12vw, 82px); }
  .look-rail { gap: 12px; padding-inline: 16px; scroll-padding-inline: 16px; }
  .look-card { flex-basis: 75vw; }
  .product-rail { gap: 12px; padding-inline: 16px; scroll-padding-inline: 16px; }
  .product-card { flex-basis: 75vw; }
  .home-feature, .page-hero, .house-hero, .journal-hero, .about-story, .contact-hero, .contact-grid { grid-template-columns: 1fr; }
  .home-feature-image, .page-hero-image, .house-hero > div:last-child, .journal-hero > div:last-child, .about-story > div:first-child, .contact-hero > div:last-child { min-height: 70svh; }
  .home-feature-copy { min-height: 540px; padding: 80px 16px; }
  .home-feature-copy h2 { font-size: clamp(58px, 15vw, 92px); }
  .page-hero-copy, .house-hero > div:first-child, .contact-hero > div:first-child { min-height: 470px; padding: 75px 16px 65px; }
  .page-hero-copy h1, .house-hero h1, .contact-hero h1 { font-size: clamp(72px, 19vw, 120px); }
  .page-hero-image, .house-hero > div:last-child, .contact-hero > div:last-child { min-height: 72svh; }
  .page-intro { display: grid; gap: 35px; padding-block: 90px; }
  .page-intro > p:last-child { grid-column: 1; }
  .page-title-band { padding: 90px 16px 65px; }
  .page-title-band h1 { font-size: clamp(72px, 19vw, 120px); }
  .catalogue { padding-bottom: 95px; }
  .catalogue-heading { margin-bottom: 45px; }
  .catalogue-grid { grid-template-columns: 1fr; }
  .catalogue-card > div { aspect-ratio: 3 / 4.2; }
  .shop-edit { padding-block: 90px 95px; }
  .shop-edit .section-heading { align-items: flex-start; flex-direction: column; gap: 26px; }
  .shop-grid-section { padding-bottom: 95px; }
  .shop-page-intro { display: none; }
  .shop-all-toolbar { min-height: 58px; padding: 16px; }
  .shop-grid-section { padding-bottom: 95px; }
  .shop-grid { width: calc(100% - 16px); grid-template-columns: repeat(2, 1fr); gap: 22px 8px; }
  .shop-grid .product-meta { display: block; }
  .shop-grid .product-meta span { display: block; text-align: left; }
  .product-detail { grid-template-columns: 1fr; }
  .product-detail-media { min-height: 72svh; }
  .product-gallery-slide { flex-basis: 100%; }
  .gallery-arrow { width: 38px; height: 38px; }
  .gallery-arrow-prev { left: 12px; }
  .gallery-arrow-next { right: 12px; }
  .product-detail-copy { min-height: 680px; padding: 75px 16px; }
  .product-detail-copy h1 { font-size: clamp(58px, 15vw, 92px); }
  .related-products { padding-block: 95px; }
  .collection-seasons { grid-template-columns: 1fr; }
  .season-card > div { height: 78svh; min-height: 540px; }
  .season-card > span { padding-inline: 16px; font-size: 14vw; }
  .archive-section { padding-inline: 16px; }
  .archive-section > header { margin-bottom: 50px; }
  .archive-section > header h2 { font-size: clamp(55px, 14vw, 90px); }
  .archive-toolbar { justify-content: flex-start; gap: 14px 22px; }
  .archive-grid { grid-template-columns: repeat(2, 1fr); }
  .archive-card:nth-child(even) { border-right: 0; }
  .archive-card:last-child { grid-column: 1 / -1; width: 50%; }
  .archive-grid.is-filtered .archive-card { width: 100%; }
  .house-intro > p:last-child { grid-column: 1; }
  .house-process { padding-inline: 16px; }
  .house-process > header, .values > header { grid-template-columns: 1fr; gap: 30px; margin-bottom: 50px; }
  .process-list article { grid-template-columns: 38px 1fr; gap: 18px; padding: 24px 0; }
  .process-list p { grid-column: 2; }
  .journal-hero > div:first-child { min-height: 520px; padding: 80px 16px 45px; }
  .journal-hero h1 { font-size: 20vw; }
  .journal-grid { display: block; padding-block: 90px; }
  .journal-card { margin-bottom: 76px; }
  .journal-card-wide > div { aspect-ratio: 4 / 5; }
  .journal-card h2 { font-size: clamp(40px, 11vw, 65px); }
  .about-story > div:last-child { min-height: 560px; padding: 75px 16px; }
  .about-story h2 { font-size: clamp(54px, 14vw, 90px); }
  .values { padding-inline: 16px; }
  .values > div { grid-template-columns: 1fr; }
  .values article { min-height: 230px; border-right: 0; border-bottom: 1px solid var(--line); }
  .values article:last-child { border-bottom: 0; }
  .contact-details, .enquiry-form { min-height: 610px; padding: 70px 16px; }
  .contact-details h2 { font-size: clamp(58px, 15vw, 92px); }
  .enquiry-form { min-height: 680px; }
  .site-footer { padding: 75px 16px 20px; }
  .footer-top { width: 100%; grid-template-columns: 1fr; gap: 55px; }
  .footer-top h2 { font-size: clamp(55px, 14vw, 92px); }
  .footer-newsletter { min-height: 235px; }
  .footer-newsletter::before { right: -7%; width: 260px; }
  .footer-newsletter h3 { font-size: clamp(42px, 13vw, 70px); }
  .footer-links { grid-template-columns: 1fr 1fr; gap: 42px 18px; width: 100%; }
  .footer-links div:last-child { grid-column: 1 / -1; }
  .footer-wordmark { font-size: 22vw; }
  .footer-wordmark-marquee { margin-left: -.07em; }
  .footer-wordmark-marquee > span { flex: 0 0 auto; min-width: max-content; padding-right: 1em; animation: footer-wordmark-marquee 14s linear infinite; }
  .footer-wordmark-marquee > span + span { display: block; }
  .footer-base { flex-wrap: wrap; }
}

@keyframes footer-wordmark-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .hero-slide-arrow { animation: none !important; opacity: 1; transform: translateX(0); }
  .hero-slide-progress-track i { animation: none !important; transform: scaleX(0); }
}
