:root {
  --ink: #11110f;
  --paper: #f3f1eb;
  --paper-deep: #e7e3da;
  --muted: #77746d;
  --line: rgba(17, 17, 15, .2);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Helvetica Neue", "Nimbus Sans L", Arial, sans-serif;
  --page: min(92vw, 1760px);
  --narrow: min(84vw, 980px);
  --xs: clamp(.75rem, 1vw, 1rem);
  --sm: clamp(1.5rem, 2.5vw, 2.75rem);
  --md: clamp(3rem, 6vw, 7rem);
  --lg: clamp(6rem, 11vw, 13rem);
  --xl: clamp(9rem, 16vw, 19rem);
  --ease: cubic-bezier(.22,.72,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: clamp(14px,.83vw,17px); line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
main { overflow: clip; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
p, h1, h2, h3, figure { margin: 0; }
h1, h2, h3 { font-weight: 400; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: 1rem; padding: .8rem 1rem; background: var(--paper); transform: translateY(-200%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 1px solid currentColor; outline-offset: 5px; }
.eyebrow { text-transform: uppercase; letter-spacing: .19em; font-size: .64rem; line-height: 1.4; }
.lead { font-family: var(--serif); font-size: clamp(1.8rem,3.4vw,4.45rem); letter-spacing: -.035em; line-height: 1.04; }
.title-lg { font-family: var(--serif); font-size: clamp(4rem,9vw,10.5rem); letter-spacing: -.06em; line-height: .86; }
.title-md { font-family: var(--serif); font-size: clamp(2.5rem,5vw,6rem); letter-spacing: -.045em; line-height: .94; }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 3rem; min-width: min(100%,16rem); padding: .9rem 0 .65rem; border-bottom: 1px solid currentColor; text-transform: uppercase; letter-spacing: .17em; font-size: .62rem; }
.text-link::after { content: "↗"; font-size: .85rem; transition: transform .35s var(--ease); }
.text-link:hover::after { transform: translate(3px,-3px); }
.dark-section { color: #efede7; background: var(--ink); }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; height: 78px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 4vw; color: white; transition: transform .5s var(--ease),background .4s,color .4s; }
.site-header.is-scrolled, .site-header.header-dark { color: var(--ink); background: rgba(243,241,235,.94); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.site-header.is-hidden { transform: translateY(-110%); }
.brand { font-size: 1.05rem; letter-spacing: .42em; line-height: 1; }
.brand span { display: block; margin-top: .47rem; font-size: .45rem; letter-spacing: .25em; opacity: .72; }
.desktop-nav { display: flex; gap: clamp(1.5rem,2.8vw,3.5rem); }
.desktop-nav a,.header-enquire { position: relative; text-transform: uppercase; letter-spacing: .18em; font-size: .59rem; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.55rem; border-bottom: 1px solid; transition: right .3s; }
.desktop-nav a:hover::after,.desktop-nav a[aria-current="page"]::after { right: 0; }
.header-enquire { justify-self: end; }
.menu-toggle { display: none; justify-self: end; padding: .5rem 0; border: 0; background: none; text-transform: uppercase; letter-spacing: .17em; font-size: .6rem; }
.mobile-menu { display: none; }

.home-hero,.bespoke-hero,.product-opening { position: relative; min-height: 100svh; color: white; background: #151513; }
.hero-media,.bespoke-hero-image,.product-opening-image,.hero-shade { position: absolute; inset: 0; }
.hero-shade { background: linear-gradient(180deg,rgba(0,0,0,.2),transparent 42%,rgba(0,0,0,.56)); }
.home-hero .hero-media img { object-position: 52% 34%; }
.hero-copy { position: relative; z-index: 1; min-height: 100svh; padding: 17vh 4vw 5vh; display: flex; flex-direction: column; justify-content: flex-end; }
.hero-copy h1 { max-width: 8ch; font-family: var(--serif); font-size: clamp(4.5rem,10.5vw,12.8rem); letter-spacing: -.065em; line-height: .78; }
.hero-copy>.eyebrow { margin-bottom: var(--sm); }
.hero-actions { margin-top: clamp(2.5rem,6vh,5.5rem); padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.45); display: flex; gap: clamp(3rem,8vw,9rem); }

.quiet-statement { width: var(--narrow); margin: auto; padding: var(--xl) 0; text-align: center; }
.quiet-statement .eyebrow { margin-bottom: var(--md); }
.quiet-statement h2 { font-family: var(--serif); font-size: clamp(2rem,3.45vw,4.6rem); letter-spacing: -.035em; line-height: 1.08; }
.section-label { width: var(--page); margin: auto; padding: 1rem 0 var(--md); border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 2rem; }
.section-label.light { border-color: rgba(255,255,255,.3); }
.looks { padding-bottom: var(--xl); }
.looks .product-card { width: var(--page); margin: auto; }
.looks .product-card+.product-card { margin-top: var(--lg); }
.looks .look-1 { width: 72vw; margin-left: 4vw; }
.looks .look-2 { width: 52vw; margin-left: 43vw; }
.looks .look-3 { width: 67vw; margin-left: 14vw; }
.looks .look-1 .product-media { aspect-ratio: 16/10; }
.looks .look-2 .product-media { aspect-ratio: 3/4; }
.looks .look-3 .product-media { aspect-ratio: 4/3; }
.product-media { overflow: hidden; aspect-ratio: 3/4; background: var(--paper-deep); }
.product-media img { transition: transform 1.2s var(--ease); }
.product-card:hover .product-media img { transform: scale(1.018); }
.product-card[hidden] { display: none; }
.product-caption { margin-top: .75rem; padding-top: .85rem; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 2rem; }
.product-index,.product-category { text-transform: uppercase; letter-spacing: .16em; font-size: .57rem; }
.product-index { margin-bottom: .5rem; opacity: .55; }
.product-name { font-family: var(--serif); font-size: clamp(1.45rem,2.2vw,2.75rem); line-height: 1; }

.bespoke-feature { min-height: 100svh; display: grid; grid-template-columns: 58% 42%; }
.bespoke-feature-image { min-height: 100svh; }
.bespoke-feature-image img { object-position: 50% 54%; }
.bespoke-feature-copy { padding: var(--md) 6vw; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.bespoke-feature-copy .title-lg { margin: var(--sm) 0 var(--md); }
.bespoke-feature-copy>p:not(.eyebrow) { max-width: 26rem; }
.bespoke-feature-copy .text-link { margin-top: var(--md); }
.image-interruption { position: relative; width: 100%; height: min(83vw,92svh); }
.image-interruption figcaption,.collection-break figcaption,.about-architecture figcaption { position: absolute; left: 4vw; bottom: 2rem; color: white; text-transform: uppercase; letter-spacing: .18em; font-size: .57rem; }
.wardrobe { width: var(--page); margin: auto; padding: var(--xl) 0; display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; }
.wardrobe-intro .eyebrow { margin-bottom: var(--sm); }
.wardrobe ul { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.wardrobe li { border-bottom: 1px solid var(--line); }
.wardrobe li a { padding: 1.2rem 0; display: flex; justify-content: space-between; align-items: baseline; font-family: var(--serif); font-size: clamp(1.7rem,3vw,3.5rem); }
.wardrobe li span { font-family: var(--sans); text-transform: uppercase; letter-spacing: .15em; font-size: .55rem; opacity: .6; }
.detail-sequence { padding: var(--lg) 0; }
.detail-images { width: var(--page); margin: auto; display: grid; grid-template-columns: .78fr 1.15fr .72fr; gap: clamp(1rem,2.4vw,3rem); align-items: start; }
.detail-images figure:nth-child(1) { margin-top: 9vw; }
.detail-images figure:nth-child(3) { margin-top: 16vw; }
.detail-images figure>img { aspect-ratio: 3/4; }
.detail-images figcaption,.craft-closeup-grid figcaption { margin-top: .8rem; padding-top: .7rem; border-top: 1px solid rgba(255,255,255,.3); text-transform: uppercase; letter-spacing: .16em; font-size: .56rem; }

.closing { min-height: 68svh; padding: var(--lg) 4vw; display: grid; place-items: center; text-align: center; background: var(--paper-deep); }
.closing .title-md { max-width: 14ch; margin: var(--sm) auto var(--md); }

.collection-intro { min-height: 74svh; width: var(--page); margin: auto; padding: clamp(10rem,20vh,16rem) 0 var(--md); display: flex; flex-direction: column; justify-content: flex-end; }
.collection-intro h1 { font-family: var(--serif); font-size: clamp(5rem,12vw,14rem); line-height: .77; letter-spacing: -.07em; margin: var(--sm) 0 var(--md); }
.collection-intro>p:last-child { max-width: 26rem; margin-left: 52%; }
.showroom { padding-bottom: var(--xl); }
.filters { width: var(--page); margin: auto; padding: 1.1rem 0 var(--md); border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: .8rem clamp(1.2rem,2.6vw,3.2rem); }
.filters button { border: 0; padding: .3rem 0; background: none; cursor: pointer; opacity: .42; text-transform: uppercase; letter-spacing: .15em; font-size: .58rem; }
.filters button[aria-pressed="true"] { opacity: 1; border-bottom: 1px solid; }
.collection-grid { width: var(--page); margin: auto; display: grid; grid-template-columns: repeat(12,1fr); gap: clamp(1.5rem,3vw,3.6rem); align-items: start; }
.collection-grid .product-card { grid-column: span 5; margin-bottom: var(--lg); }
.collection-grid .product-card:nth-child(2n) { grid-column: 7/span 6; margin-top: 9vw; }
.collection-grid .product-card:nth-child(4n+3) { grid-column: 2/span 5; }
.collection-grid .product-card:nth-child(4n+4) { grid-column: 8/span 4; margin-top: 4vw; }
.collection-break { position: relative; width: 100%; height: min(76vw,92svh); margin: var(--md) 0 var(--xl); }
.collection-break img { object-position: 50% 35%; }
.collection-note { width: var(--narrow); margin: var(--lg) auto 0; text-align: center; }
.collection-note .lead { margin: var(--sm) 0 var(--md); }

.bespoke-hero-image img { object-position: 50% 38%; }
.bespoke-hero-copy,.product-opening-copy { position: relative; z-index: 1; min-height: 100svh; padding: 16vh 4vw 6vh; display: flex; flex-direction: column; justify-content: flex-end; }
.bespoke-hero-copy h1,.product-opening-copy h1 { font-family: var(--serif); font-size: clamp(5rem,12vw,14rem); line-height: .76; letter-spacing: -.07em; }
.bespoke-hero-copy .eyebrow,.product-opening-copy .eyebrow { margin-bottom: var(--sm); }
.bespoke-experience { width: var(--page); margin: auto; padding: var(--xl) 0; display: grid; grid-template-columns: .7fr 1.3fr; gap: 9vw; }
.bespoke-experience h2 { max-width: 17ch; }
.bespoke-experience div>p { max-width: 37rem; margin: var(--md) 0 0 auto; }
.silhouette-section { width: var(--page); margin: auto; padding-bottom: var(--xl); display: grid; grid-template-columns: 1.35fr .65fr; gap: 7vw; align-items: end; }
.silhouette-image { min-height: min(79vw,90svh); }
.silhouette-copy { padding-bottom: 3vw; }
.silhouette-copy .title-md { margin: var(--sm) 0 var(--md); }
.material-section { min-height: 85svh; padding: var(--lg) 8vw; display: grid; grid-template-columns: 1.3fr .7fr; gap: 10vw; align-items: end; }
.material-section .title-lg { max-width: 9ch; margin-top: var(--sm); }
.material-section>p { max-width: 30rem; padding-bottom: 1rem; }
.personal-details { padding: var(--xl) 0; }
.personal-heading { width: var(--page); margin: auto auto var(--md); display: grid; grid-template-columns: .65fr 1.35fr; }
.personal-heading .lead { max-width: 14ch; }
.bespoke-tabs { width: var(--page); margin: auto; border-top: 1px solid var(--line); display: flex; gap: clamp(1rem,3vw,4rem); overflow-x: auto; scrollbar-width: none; }
.bespoke-tabs button { flex: 0 0 auto; padding: 1rem 0 .85rem; border: 0; border-bottom: 1px solid transparent; background: none; cursor: pointer; text-transform: uppercase; letter-spacing: .16em; font-size: .59rem; opacity: .45; }
.bespoke-tabs button[aria-selected="true"] { opacity: 1; border-color: currentColor; }
.bespoke-panels { width: var(--page); margin: var(--md) auto 0; }
.bespoke-panels article { display: grid; grid-template-columns: 1.15fr .85fr; gap: 8vw; align-items: end; animation: fade-in .6s var(--ease); }
.bespoke-panels article[hidden] { display: none; }
.bespoke-choice-image { aspect-ratio: 4/3; }
.bespoke-choice-copy { padding-bottom: 2rem; }
.bespoke-choice-copy .lead { max-width: 13ch; margin-top: var(--sm); }
@keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }
.craft-closeups { padding: var(--lg) 0; }
.craft-closeup-grid { width: var(--page); margin: auto; display: grid; grid-template-columns: .8fr 1.1fr .7fr; gap: clamp(1rem,2.5vw,3rem); align-items: start; }
.craft-closeup-grid figure:nth-child(2) { margin-top: 11vw; }
.craft-closeup-grid figure:nth-child(3) { margin-top: 4vw; }
.craft-closeup-grid img { aspect-ratio: 3/4; }

.product-opening-image img { object-position: 50% 33%; }
.product-opening-copy h1 { max-width: 11ch; }
.product-intro { width: var(--page); margin: auto; padding: var(--xl) 0; display: grid; grid-template-columns: .55fr 1.45fr; gap: 8vw; }
.product-intro .lead { max-width: 18ch; }
.product-editorial { width: 86vw; margin: 0 0 var(--xl) 14vw; display: grid; grid-template-columns: 1.6fr .4fr; gap: 3vw; align-items: end; }
.product-editorial-image { height: min(72vw,92svh); }
.product-editorial>p { padding-bottom: 1rem; text-transform: uppercase; letter-spacing: .15em; font-size: .57rem; }
.product-editorial>p span { color: var(--muted); }
.product-information { width: var(--page); margin: auto; padding: 0 0 var(--xl); display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; }
.product-facts { margin: 0 0 var(--md); border-top: 1px solid var(--line); }
.product-facts div { padding: 1rem 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 7rem 1fr; }
.product-facts dt { text-transform: uppercase; letter-spacing: .15em; font-size: .57rem; }
.product-facts dd { margin: 0; }
.feature-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); counter-reset: detail; }
.feature-list li { counter-increment: detail; padding: 1rem 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 3rem 1fr; }
.feature-list li::before { content: counter(detail,decimal-leading-zero); opacity: .45; font-size: .6rem; }
.product-details { width: var(--page); margin: auto; padding-bottom: var(--xl); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1rem,3vw,3.5rem); align-items: start; }
.product-details figure { aspect-ratio: 4/5; }
.product-details figure:nth-child(even) { margin-top: 12vw; }
.related { padding-bottom: var(--xl); }
.related-grid { width: var(--page); margin: auto; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem,3vw,3.5rem); }
.related-grid .product-card:nth-child(2) { margin-top: 9vw; }

.about-opening { min-height: 100svh; padding: 14vh 4vw var(--md); display: grid; grid-template-columns: .75fr 1.25fr; gap: 7vw; align-items: center; }
.about-opening-copy h1 { max-width: 7ch; margin-top: var(--sm); font-family: var(--serif); font-size: clamp(4rem,8vw,9.5rem); letter-spacing: -.06em; line-height: .84; }
.about-opening-image { height: 78svh; }
.about-profile { width: var(--page); margin: auto; padding: var(--xl) 0; display: grid; grid-template-columns: .6fr 1.4fr; gap: 9vw; }
.about-profile h2 { max-width: 17ch; }
.about-profile div>p { max-width: 42rem; margin: var(--md) 0 0 auto; }
.about-architecture { position: relative; height: min(78vw,92svh); }
.archive-line { width: var(--page); margin: auto; padding: var(--md) 0 var(--xl); border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 3rem; align-items: start; }
.archive-line>p { max-width: 31rem; }

.contact-opening { width: var(--page); min-height: 75svh; margin: auto; padding: clamp(10rem,20vh,16rem) 0 var(--md); display: grid; grid-template-columns: 1.4fr .6fr; gap: 8vw; align-items: end; }
.contact-opening h1 { margin-top: var(--sm); font-family: var(--serif); font-size: clamp(4.5rem,10vw,12rem); line-height: .78; letter-spacing: -.07em; }
.contact-opening>p { max-width: 26rem; }
.contact-directory { width: var(--page); margin: auto; padding: var(--md) 0 var(--xl); display: grid; grid-template-columns: 1.35fr .65fr; gap: 10vw; }
.contact-directory ul { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.contact-directory li { padding: 1.4rem 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 4rem 1fr; }
.contact-directory li>span { opacity: .45; font-size: .6rem; }
.contact-directory li p { font-family: var(--serif); font-size: clamp(1.4rem,2.2vw,2.5rem); }
.contact-directory li a { display: inline-block; margin-top: .25rem; color: var(--muted); }
.contact-directory aside { padding-top: .3rem; }
.contact-directory aside .text-link { margin: var(--md) 0 var(--sm); }
.local-number { font-family: var(--serif); font-size: 1.5rem; }
.contact-directory aside>p:last-child { color: var(--muted); font-size: .7rem; }
.not-found { min-height: 82svh; width: var(--page); margin: auto; padding: 20vh 0 var(--md); }
.not-found h1 { font-family: var(--serif); font-size: clamp(4rem,10vw,12rem); line-height: .85; letter-spacing: -.06em; margin: var(--sm) 0 var(--md); }
.not-found .text-link { margin-top: var(--md); }

.site-footer { padding: var(--md) 4vw 2rem; color: #eeece6; background: #11110f; }
.footer-inner { width: var(--page); margin: auto; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; padding-bottom: var(--lg); }
.footer-mark { font-family: var(--serif); font-size: clamp(4rem,9vw,10rem); letter-spacing: -.06em; line-height: .75; }
.footer-list { list-style: none; margin: 0; padding: 0; }
.footer-list li+li { margin-top: .65rem; }
.footer-bottom { padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.25); display: flex; justify-content: space-between; gap: 2rem; text-transform: uppercase; letter-spacing: .14em; font-size: .56rem; }

.has-reveal [data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .9s var(--ease),transform .9s var(--ease); }
.has-reveal [data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 800px) {
  :root { --page: 90vw; --narrow: 88vw; --lg: clamp(5rem,24vw,8rem); --xl: clamp(7rem,32vw,11rem); }
  .site-header { height: 70px; padding: 0 5vw; grid-template-columns: 1fr 1fr; }
  .desktop-nav,.header-enquire { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu { display: flex; position: fixed; z-index: 45; inset: 0; padding: 20vh 5vw 8vh; flex-direction: column; gap: .8rem; color: var(--ink); background: var(--paper); transform: translateY(-102%); transition: transform .55s var(--ease); }
  .mobile-menu[data-open="true"] { transform: none; }
  .mobile-menu a { font-family: var(--serif); font-size: clamp(2.8rem,13vw,5rem); line-height: 1; }
  .hero-copy { padding: 15vh 5vw 5vh; }
  .home-hero .hero-media img { object-position: 59% 34%; }
  .hero-copy h1 { font-size: clamp(4.2rem,22vw,7rem); }
  .hero-actions { display: grid; gap: .5rem; }
  .hero-actions .text-link { width: 100%; }
  .quiet-statement { text-align: left; }
  .looks .look-1,.looks .look-2,.looks .look-3 { width: 90vw; margin-left: 5vw; }
  .looks .product-card+.product-card { margin-top: var(--lg); }
  .looks .look-1 .product-media,.looks .look-3 .product-media { aspect-ratio: 3/4; }
  .looks .look-2 { width: 78vw; margin-left: 17vw; }
  .bespoke-feature { grid-template-columns: 1fr; }
  .bespoke-feature-image { min-height: 68svh; }
  .bespoke-feature-copy { min-height: 72svh; padding: var(--md) 5vw; }
  .image-interruption { height: 72svh; }
  .image-interruption img { object-position: 54% 50%; }
  .wardrobe { grid-template-columns: 1fr; }
  .wardrobe-intro { margin-bottom: var(--sm); }
  .wardrobe li a { font-size: 1.7rem; }
  .detail-images { grid-template-columns: 1fr 1fr; }
  .detail-images figure:nth-child(1) { margin-top: 0; }
  .detail-images figure:nth-child(2) { margin-top: 18vw; }
  .detail-images figure:nth-child(3) { width: 78%; margin: var(--md) 0 0 10%; }
  .section-label { display: grid; gap: .8rem; }
  .collection-intro { min-height: 66svh; }
  .collection-intro h1 { font-size: clamp(4.2rem,21vw,7rem); }
  .collection-intro>p:last-child { margin-left: 0; }
  .filters { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
  .collection-grid { display: grid; grid-template-columns: 1fr; }
  .collection-grid .product-card,.collection-grid .product-card:nth-child(n) { grid-column: 1; width: 100%; margin: 0 0 var(--lg); }
  .collection-grid .product-card:nth-child(even) { width: 82%; margin-left: auto; }
  .collection-break { height: 76svh; margin-bottom: var(--xl); }
  .bespoke-hero-image img { object-position: 46% 38%; }
  .bespoke-hero-copy h1,.product-opening-copy h1 { font-size: clamp(4.5rem,22vw,7rem); }
  .bespoke-experience,.personal-heading,.product-intro,.product-information,.about-profile { grid-template-columns: 1fr; }
  .bespoke-experience>div,.personal-heading .lead { margin-top: var(--sm); }
  .bespoke-experience div>p { margin-left: 0; }
  .silhouette-section { width: 100%; grid-template-columns: 1fr; }
  .silhouette-image { min-height: 72svh; }
  .silhouette-copy { width: 90vw; margin: auto; padding: var(--md) 0 var(--xl); }
  .material-section { min-height: 78svh; padding: var(--lg) 5vw; grid-template-columns: 1fr; align-content: space-between; }
  .bespoke-tabs { width: 95vw; margin-left: 5vw; padding-right: 5vw; }
  .bespoke-panels article { grid-template-columns: 1fr; gap: var(--md); }
  .bespoke-choice-image { aspect-ratio: 4/5; }
  .craft-closeup-grid { grid-template-columns: 1fr 1fr; }
  .craft-closeup-grid figure:nth-child(2) { margin-top: 18vw; }
  .craft-closeup-grid figure:nth-child(3) { width: 80%; margin: var(--md) 0 0 10%; }
  .product-opening-image img { object-position: 50% 32%; }
  .product-intro .eyebrow,.product-information>div:first-child { margin-bottom: var(--sm); }
  .product-editorial { width: 100%; margin: 0 0 var(--xl); grid-template-columns: 1fr; }
  .product-editorial-image { height: 74svh; }
  .product-editorial>p { width: 90vw; margin: auto; }
  .product-details { grid-template-columns: 1fr; }
  .product-details figure:nth-child(n) { width: 100%; margin: 0 0 var(--sm); }
  .product-details figure:nth-child(even) { width: 82%; margin-left: auto; }
  .related-grid { grid-template-columns: 1fr; }
  .related-grid .product-card:nth-child(2) { width: 82%; margin: var(--md) 0 0 auto; }
  .about-opening { padding: 14vh 0 0; grid-template-columns: 1fr; }
  .about-opening-copy { width: 90vw; margin: 0 auto var(--md); }
  .about-opening-image { height: 70svh; }
  .about-architecture { height: 72svh; }
  .archive-line { display: grid; }
  .contact-opening { min-height: 70svh; grid-template-columns: 1fr; align-content: end; }
  .contact-opening h1 { font-size: clamp(4rem,20vw,6.5rem); }
  .contact-directory { grid-template-columns: 1fr; }
  .contact-directory aside { margin-top: var(--md); }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-mark { grid-column: 1/-1; margin-bottom: var(--md); }
}

@media (min-width: 801px) and (max-width: 1100px) {
  .desktop-nav { gap: 1.35rem; }
  .product-name { font-size: 1.7rem; }
  .bespoke-feature { grid-template-columns: 55% 45%; }
}

@media (min-width: 1800px) {
  body { font-size: 17px; }
  .site-header { padding-left: 5vw; padding-right: 5vw; }
}

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