:root {
  --ink: #1a1a1a;
  --muted: #646464;
  --paper: #ffffff;
  --soft: #f7f7f5;
  --navy: #071624;
  --line: #dededb;
  --copy-size: clamp(1.075rem, 1.025rem + .16vw, 1.16rem);
  --caption-size: .8125rem;
  --page-gutter: clamp(1.25rem, 3vw, 3rem);
  --section-space: clamp(6rem, 8vw, 8.25rem);
  --sans: "Jost", "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; font-weight: 400; line-height: 1.6; letter-spacing: .012em; text-rendering: optimizeLegibility; }
p { font-size: var(--copy-size); }
a { color: inherit; }
img { max-width: 100%; }
[id] { scroll-margin-top: 5.5rem; }
:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 20; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 100px; padding: 0 var(--page-gutter); background: rgba(255,255,255,.975); border-bottom: 1px solid rgba(26,26,26,.1); transition: min-height .3s ease, box-shadow .3s ease; }
.site-header.scrolled { min-height: 72px; box-shadow: 0 .25rem 1.25rem rgba(0,0,0,.035); }
.brand-logo { display: block; width: clamp(17rem, 22vw, 20.5rem); text-decoration: none; transition: width .3s ease; }
.site-header.scrolled .brand-logo { width: clamp(13rem, 17vw, 16rem); }
.brand-logo img { display: block; width: 100%; height: auto; }
.site-header .brand-logo { grid-column: 2; }
.menu-button, .header-inquiry { color: inherit; font: inherit; font-size: .9rem; font-weight: 400; letter-spacing: .035em; }
.menu-button { grid-column: 1; grid-row: 1; justify-self: start; display: inline-flex; align-items: center; gap: .65rem; padding: 0; border: 0; background: transparent; }
.menu-button span { font-size: .9rem; }
.header-inquiry { grid-column: 3; grid-row: 1; justify-self: end; text-decoration: none; }
.site-nav { position: absolute; top: 100%; left: 0; display: none; min-width: 22rem; padding: 1.1rem 2.55rem 2rem; flex-direction: column; align-items: flex-start; background: var(--paper); border-top: 1px solid var(--line); box-shadow: 0 1rem 2rem rgba(0,0,0,.05); }
.site-nav.open { display: flex; }
.site-nav a { width: 100%; padding: .8rem 0; font-size: .9rem; text-decoration: none; }
.site-nav a::after { content: ""; display: block; width: 0; height: 1px; margin-top: 4px; background: currentColor; transition: width .25s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { width: 100%; }

.hero { padding-top: 100px; }
.hero-stage { display: flex; padding: clamp(1rem, 2vw, 2rem) var(--page-gutter) clamp(6rem, 8vw, 8rem); flex-direction: column; align-items: center; background: var(--paper); }
.hero-intro { max-width: 38rem; text-align: center; }
.hero-intro .section-label { margin-bottom: 1.75rem; }
.hero-intro h1 { margin: 0; font-size: clamp(1.9rem, 2.35vw, 2.45rem); line-height: 1.18; letter-spacing: .01em; }
.hero-intro > p:last-child { max-width: 28rem; margin: 1rem auto 0; color: var(--muted); font-size: var(--copy-size); }
.hero-visual { width: min(100%, 520px); margin: 3.75rem auto 0; animation: hero-in 1.1s ease both; }
.hero-video { display: block; width: 100%; height: auto; aspect-ratio: 9 / 16; object-fit: contain; background: #111; }
.hero-visual figcaption { margin-top: .75rem; color: var(--muted); font-size: var(--caption-size); letter-spacing: .045em; }

h1, h2, h3, h4 { font-family: var(--sans); font-style: normal; font-weight: 400; letter-spacing: .008em; }
h1, h2 { line-height: 1.22; }
h1 em, h2 em, h3 em { font-family: inherit; font-style: normal; font-weight: inherit; }
.eyebrow, .section-label { margin: 0 0 1.35rem; color: var(--muted); font-size: .875rem; letter-spacing: .1em; line-height: 1.4; text-transform: uppercase; }

.section { padding: var(--section-space) max(6.25vw, calc((100vw - 88rem) / 2)); }
.intro { background: var(--soft); }
.intro > .section-label, .founder > .section-label { max-width: 88rem; margin-right: auto; margin-left: auto; }
.intro-grid, .founder-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr); gap: 10vw; align-items: start; max-width: 88rem; margin: 0 auto; }
.intro h2, .founder h2, .section-heading h2, .heritage-copy h2 { margin: 0; font-size: clamp(1.75rem, 2.1vw, 2.35rem); line-height: 1.22; }
.intro-copy, .heritage-copy { max-width: 33rem; }
.intro-copy p, .heritage-copy p, .story-copy p, .founder-grid p, .service p { margin: 0 0 1.35rem; color: var(--muted); font-size: var(--copy-size); line-height: 1.68; }
.studio-carousel { width: 75%; max-width: 66rem; margin: 5rem auto 0; }
.studio-carousel-stage { position: relative; overflow: hidden; aspect-ratio: 16 / 9; background: #ececea; }
.studio-carousel-stage img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 0; transition: opacity 1.2s ease; }
.studio-carousel-stage img:first-child { object-position: center 54%; }
.studio-carousel-stage img.bear-triptych { object-fit: contain; object-position: center; background: #f5f4f1; }
.studio-carousel-stage img.destination-photo { object-position: center 58%; }
.studio-carousel-stage img:last-child { object-position: center 46%; }
.studio-carousel-stage img.is-active { opacity: 1; }
.studio-carousel figcaption { display: flex; min-height: 2rem; margin-top: .85rem; justify-content: space-between; gap: 2rem; color: var(--muted); font-size: var(--caption-size); letter-spacing: .045em; }
.studio-carousel figcaption button { padding: 0 0 .1rem; color: inherit; font: inherit; font-size: inherit; letter-spacing: inherit; border: 0; border-bottom: 1px solid currentColor; background: transparent; cursor: pointer; }

.heritage { background: var(--paper); }
.payne-chapter-header { display: grid; grid-template-columns: minmax(12rem, .55fr) minmax(0, 1.45fr); gap: 6vw; max-width: 88rem; margin: 0 auto; padding: 6.75rem 6.25vw 4.5rem; }
.payne-chapter-title { max-width: 48rem; }
.payne-chapter-title h2 { max-width: 18ch; margin: 0; font-size: clamp(2rem, 3vw, 3.25rem); line-height: 1.12; }
.payne-chapter-title p, .payne-story-copy p, .payne-campaign-copy p { margin: 1.75rem 0 0; color: var(--muted); font-size: var(--copy-size); line-height: 1.65; }
.payne-editorial { margin: 0; }
.payne-editorial-opening img { display: block; width: 100%; height: auto; }
.payne-editorial figcaption, .story figcaption, .jade-collection figcaption { margin: .85rem 6.25vw 0; color: var(--muted); font-size: var(--caption-size); letter-spacing: .045em; line-height: 1.45; text-transform: none; }
.payne-story { max-width: 88rem; margin: 0 auto; padding: 6rem 6.25vw; }
.payne-story-copy { display: grid; grid-template-columns: minmax(12rem, .55fr) minmax(0, 1.45fr); gap: 6vw; align-items: start; margin-bottom: 4rem; }
.payne-story-copy .section-label { margin: 0; }
.payne-story-copy h3, .payne-campaign-copy h3 { max-width: 24ch; margin: 0; font-size: clamp(1.7rem, 2.25vw, 2.5rem); line-height: 1.18; }
.payne-story-copy p { grid-column: 2; max-width: 38rem; }
.payne-collection-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .55rem; align-items: start; }
.payne-collection-grid img { display: block; width: 100%; height: auto; border: 0; outline: 0; background: var(--paper); box-shadow: none; }
.payne-closing-copy { display: grid; grid-template-columns: minmax(12rem, .55fr) minmax(0, 1.45fr); gap: 6vw; margin-top: 4.5rem; padding-top: 2.25rem; border-top: 1px solid var(--line); }
.payne-closing-copy .section-label { margin: 0; }
.payne-closing-copy > p:last-child { max-width: 38rem; margin: 0; color: var(--muted); font-size: var(--copy-size); line-height: 1.65; }
.payne-statement { margin: 0; padding: 6.5rem 6.25vw; color: white; background: #050505; text-align: center; }
.payne-statement p { margin: 0; font-size: clamp(2.1rem, 4vw, 4.25rem); font-weight: 300; line-height: 1.08; }
.payne-statement span { display: block; max-width: 42rem; margin: 2rem auto 0; color: #bcbcbc; font-size: var(--copy-size); line-height: 1.6; }
.payne-campaign { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr); gap: 7vw; align-items: center; max-width: 88rem; margin: 0 auto; padding: 6rem 6.25vw 7rem; }
.payne-campaign-grid { display: grid; grid-template-columns: 1fr; gap: .55rem; }
.payne-campaign-grid figure { margin: 0; }
.payne-campaign-grid img { display: block; width: 100%; height: auto; }
.payne-campaign-copy { max-width: 34rem; }
.payne-campaign-copy .section-label { margin-bottom: 1.5rem; }

.work { padding-top: clamp(6rem, 8vw, 8rem); padding-bottom: clamp(6rem, 8vw, 8rem); background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1fr 2fr; gap: 5vw; align-items: start; margin-bottom: 6rem; }
.work > .section-heading { display: block; max-width: 88rem; margin: 0 auto 3.5rem; padding-bottom: 2.5rem; border-bottom: 1px solid var(--line); text-align: center; }
.work > .section-heading .section-label { margin: 0 0 1.6rem; }
.work > .section-heading h2 { max-width: 24ch; margin: 0 auto; text-align: center; font-size: clamp(1.9rem, 2.6vw, 2.8rem); line-height: 1.28; }
.editorial-projects { display: grid; gap: 0; }
.story { position: relative; }
.story { padding-bottom: clamp(6.5rem, 8.5vw, 9rem); }
.story + .story { padding-top: clamp(6.5rem, 8.5vw, 9rem); border-top: 1px solid var(--line); }
.story figure { margin: 0; }
.story img { display: block; width: 100%; height: auto; }
.story-hero img { aspect-ratio: auto; object-fit: contain; }
.story-body, .story-body-reverse { display: block; max-width: 38rem; margin: 0 auto 3.75rem; padding: 0 1.25rem; text-align: center; }
.story-copy { max-width: none; }
.story-copy h3 { margin: 0 0 1.15rem; font-size: clamp(1.75rem, 2.15vw, 2.25rem); line-height: 1.22; }
.story-copy p { margin-bottom: 0; }
.story-detail { max-width: 68rem; margin: 3.5rem auto 0 !important; }
.story-detail img, .story-stregis .story-detail img, .story-detail-portrait img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; background: var(--soft); }
.virgin-collage { max-width: none; }
.virgin-collage-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .4rem; }
.virgin-collage-grid img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; background: white; }
.virgin-collage-grid .virgin-rugby { grid-column: auto; }
.story-four-seasons { display: block; padding: 0; background: var(--paper); }
.story-four-seasons .story-body { max-width: 52rem; margin: 0 auto 3.75rem; padding: 0 1.25rem; text-align: center; }
.story-four-seasons .story-copy { display: block; }
.story-four-seasons .story-title-group { margin-bottom: 1.45rem; }
.story-four-seasons .story-copy h3 { margin: 0; font-size: clamp(2rem, 3vw, 3.25rem); line-height: 1.12; letter-spacing: -.015em; }
.collaboration-mark, .project-title { margin: 0 0 1rem !important; color: var(--ink) !important; font-size: .875rem !important; font-weight: 500; letter-spacing: .14em; line-height: 1.4 !important; text-transform: uppercase; }
.story-four-seasons .story-copy p { max-width: 46rem; margin: 0 auto; }
.story-four-seasons .story-detail { display: none; }
.bear-collection { max-width: 88rem; margin-inline: auto !important; }
.bear-collection img { width: 100%; height: auto; object-fit: contain; background: white; }
.four-seasons-cashmere { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(300px, .65fr); align-items: center; width: 100%; max-width: 88rem; margin: 4.5rem auto 0 !important; transform: none; background: var(--soft); }
.four-seasons-cashmere img { display: block; width: 100%; height: auto; object-fit: contain; }
.four-seasons-cashmere figcaption { display: flex; min-height: 100%; margin: 0; padding: clamp(2.5rem, 5vw, 5rem); flex-direction: column; justify-content: center; text-transform: none; }
.four-seasons-cashmere figcaption span { margin-bottom: 1.5rem; color: var(--muted); font-size: var(--caption-size); letter-spacing: .07em; text-transform: uppercase; }
.four-seasons-cashmere figcaption strong { display: block; font-size: clamp(1.6rem, 2vw, 2.1rem); font-weight: 400; line-height: 1.25; }
.four-seasons-cashmere figcaption p { max-width: 31rem; margin: 1.6rem 0 0; color: var(--muted); font-size: var(--copy-size); line-height: 1.65; }
.story-jade { padding-bottom: 0; }
.jade-location { margin: 0 !important; }
.jade-collection { margin: 3.5rem 0 0; }
.jade-collection-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .4rem; align-items: start; }
.jade-collection-grid img { display: block; width: 100%; height: auto; }
.jade-look-main, .jade-look-tall { grid-column: auto; grid-row: auto; }
.stregis-opening { margin: 0 auto 6rem !important; }
.stregis-silk-feature.hero-opening { grid-template-columns: minmax(0, .88fr) minmax(23rem, 1.12fr); align-items: stretch; width: 100%; max-width: 80rem; margin: 0 auto !important; background: #f5f4f1; }
.stregis-silk-feature.hero-opening img { align-self: start; width: 100%; height: auto; object-fit: contain; object-position: center; background: #efece6; }
.hero-opening figcaption { padding: clamp(3.25rem, 6vw, 6.5rem); }
.hero-opening figcaption h1 { max-width: 17ch; margin: 0; font-size: clamp(2.45rem, 3.35vw, 3.8rem); font-weight: 400; line-height: 1.06; letter-spacing: -.015em; }
.hero-opening figcaption p { max-width: 36rem; margin-top: clamp(2rem, 3vw, 2.75rem); font-size: var(--copy-size); line-height: 1.64; }
.stregis-film-feature { display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(19rem, .72fr); gap: clamp(3rem, 7vw, 7rem); align-items: center; max-width: 88rem; margin: 6.5rem auto; padding: 0 2rem; }
.stregis-film { width: min(100%, 36rem); margin: 0 !important; }
.stregis-film-video { display: block; width: 100%; height: auto; aspect-ratio: 9 / 16; border: 0; outline: 0; object-fit: contain; background: transparent; box-shadow: none; }
.stregis-film figcaption { display: flex; justify-content: space-between; gap: 2rem; margin: .85rem 0 0; }
.stregis-film-copy { max-width: 30rem; }
.stregis-film-copy .project-title { margin-bottom: 2.2rem !important; }
.stregis-film-copy h3 { margin: 0; font-size: clamp(1.9rem, 2.6vw, 2.8rem); font-weight: 400; line-height: 1.18; }
.stregis-film-copy > p:last-child { margin: 1.6rem 0 0; color: var(--muted); font-size: var(--copy-size); line-height: 1.65; }
.stregis-intro { margin-bottom: 3.5rem; }
.stregis-hotel { max-width: 80rem; margin: 0 auto !important; }
.stregis-hotel img, .jade-location img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; }
.stregis-retail { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); max-width: 82rem; margin: 5rem auto 0; padding: 0; gap: 6vw; align-items: center; text-align: left; }
.stregis-retail .story-detail { margin: 0 !important; }
.stregis-retail .story-copy { max-width: 28rem; }
.stregis-retail .story-copy h3 { font-size: clamp(1.6rem, 1.9vw, 2rem); }
.stregis-outerwear { margin-top: 5.5rem; padding: 6rem 5vw; background: var(--paper); border-block: 1px solid var(--line); }
.stregis-outerwear-header { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .75fr); gap: 8vw; align-items: end; max-width: 82rem; margin: 0 auto 4.5rem; }
.stregis-outerwear h4 { max-width: 19ch; margin: 0; font-size: clamp(1.9rem, 2.6vw, 2.8rem); font-weight: 400; line-height: 1.14; }
.stregis-outerwear-header > p { max-width: 37rem; margin: 0; color: var(--muted); font-size: var(--copy-size); line-height: 1.65; }
.stregis-outerwear-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3.5rem .8rem; max-width: 76rem; margin: 0 auto; }
.stregis-outerwear-panel { min-width: 0; margin: 0; }
.stregis-image-stage { display: grid; height: clamp(22rem, 38vw, 35rem); place-items: center; overflow: hidden; background: #f1f1ef; }
.stregis-image-stage img { display: block; width: 100%; height: 100%; }
.stregis-source .stregis-image-stage img { object-fit: cover; }
.stregis-mountain-source .stregis-image-stage img { object-position: 50% 50%; }
.stregis-kitty-source .stregis-image-stage img { object-position: 50% 35%; }
.stregis-puffer-detail .stregis-image-stage { background: #102d55; }
.stregis-kitty-detail .stregis-image-stage { background: #8f1f29; }
.stregis-puffer-detail .stregis-image-stage img, .stregis-kitty-detail .stregis-image-stage img { width: auto; max-width: 78%; object-fit: contain; }
.stregis-garment .stregis-image-stage { background: #f2f3f3; }
.stregis-bomber-full .stregis-image-stage { background: #f3ece9; }
.stregis-garment .stregis-image-stage img { width: auto; max-width: 94%; object-fit: contain; }
.stregis-outerwear-panel figcaption { margin: .9rem 0 0; color: var(--ink); font-size: .9rem; letter-spacing: .018em; }
.stregis-outerwear-panel figcaption span { display: block; margin-bottom: .2rem; color: var(--muted); font-size: var(--caption-size); letter-spacing: .08em; text-transform: uppercase; }
.stregis-outerwear-close { max-width: 39rem; margin: 4.5rem auto 0; color: var(--ink); font-size: clamp(1.35rem, 1.8vw, 1.8rem); line-height: 1.45; text-align: center; }
.virgin-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3rem .75rem; max-width: 82rem; margin: 4rem auto 0; }
.virgin-gallery figure { margin: 0; }
.virgin-gallery img { display: block; width: 100%; height: auto; object-fit: contain; }
.virgin-gallery-wide { grid-column: 1 / -1; }
.virgin-gallery figcaption { margin: .8rem 0 0; color: var(--muted); }
.virgin-rugby-pair { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: .75rem; align-items: end; }
.virgin-rugby-pair figure { min-width: 0; }
.virgin-rugby-pair img { width: 100%; clip-path: inset(1.2%); transform: scale(1.026); transform-origin: center; background: transparent; }
.story-three-waters { background: var(--paper); }
.three-waters-intro { max-width: 42rem; }
.three-waters-intro .collaboration-mark { margin-bottom: 1.2rem !important; }
.three-waters-art-hero { max-width: 68rem; margin: 0 auto !important; background: #f7f7f5; }
.three-waters-art-hero img { width: 100%; height: auto; }
.three-waters-products { display: grid; grid-template-columns: minmax(0, 1fr); gap: .75rem; max-width: 76rem; margin: 4.5rem auto 0; align-items: start; }
.three-waters-products figure, .three-waters-art-pair figure { min-width: 0; margin: 0; }
.three-waters-products img { width: 100%; height: auto; background: #f7f7f5; }
.three-waters-art-pair { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .75rem; max-width: 76rem; margin: 4.5rem auto 0; align-items: start; }
.three-waters-art-pair img { width: 100%; height: auto; background: #f7f7f5; }
.story-three-waters figcaption { margin: .8rem 0 0; color: var(--muted); font-size: var(--caption-size); letter-spacing: .045em; }
.stregis-silk-overview { margin-top: 5.5rem; padding: 5.5rem 5vw; background: var(--soft); }
.stregis-silk-overview h4 { max-width: 34rem; margin: 0 auto; font-size: clamp(1.65rem, 2vw, 2.15rem); font-weight: 400; line-height: 1.25; text-align: center; }
.stregis-silk-overview > .section-label { text-align: center; }
.stregis-silk-intro { max-width: 34rem; margin: 1.25rem auto 3.5rem; color: var(--muted); font-size: var(--copy-size); line-height: 1.65; text-align: center; }
.stregis-silk-grid { display: grid; grid-template-columns: .82fr 1.4fr 1.4fr; gap: 1rem; align-items: start; max-width: 82rem; margin-inline: auto; }
.stregis-silk-grid figure { margin: 0; }
.stregis-silk-grid img { display: block; width: 100%; height: auto; object-fit: contain; background: transparent; }
.stregis-silk-grid figcaption { margin: .9rem 0 0; text-align: center; white-space: nowrap; }
.stregis-silk-feature { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); align-items: center; max-width: 82rem; margin: 4rem auto 0 !important; background: var(--soft); }
.stregis-silk-feature img { display: block; width: 100%; height: auto; object-fit: contain; }
.stregis-silk-feature figcaption { display: flex; min-height: 100%; margin: 0; padding: clamp(2.5rem, 5vw, 5rem); flex-direction: column; justify-content: center; text-transform: none; }
.stregis-silk-feature figcaption span { margin-bottom: 1.5rem; color: var(--muted); font-size: var(--caption-size); letter-spacing: .07em; text-transform: uppercase; }
.stregis-silk-feature figcaption strong { display: block; font-size: clamp(1.6rem, 2vw, 2.1rem); font-weight: 400; line-height: 1.25; }
.stregis-silk-feature figcaption p { max-width: 35rem; margin: 1.6rem 0 0; color: var(--muted); font-size: var(--copy-size); line-height: 1.65; }

.partners { margin-top: 7rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.partners ul { margin: 0; padding: 0; list-style: none; }
.partners li { min-height: 5rem; border-bottom: 1px solid var(--line); }
.partners li a { min-height: 5rem; display: flex; justify-content: space-between; align-items: center; gap: 2rem; text-decoration: none; }
.partners li a span:first-child { font-size: clamp(1.35rem, 2vw, 1.9rem); }
.partners li a span:last-child { color: var(--muted); font-size: var(--caption-size); }

.manifesto { min-height: 46vh; padding: 5.75rem 6.25vw; display: flex; flex-direction: column; justify-content: center; align-items: center; background: var(--navy); color: white; text-align: center; }
.manifesto p { margin: 0; font-size: clamp(1.75rem, 2.6vw, 2.55rem); line-height: 1.3; }
.manifesto p:nth-child(2) { align-self: auto; color: #b9c9d7; }
.manifesto p:nth-child(3) { align-self: auto; }

.approach { position: relative; overflow: hidden; background: var(--paper); }
.approach .section-heading, .approach .services { max-width: 82rem; margin-right: auto; margin-left: auto; }
.split-heading { display: block; margin-bottom: clamp(3.75rem, 7vw, 6.5rem); padding-bottom: clamp(2.5rem, 4vw, 4rem); border-bottom: 1px solid var(--line); }
.approach .split-heading h2 { max-width: 13ch; font-size: clamp(2.9rem, 5.2vw, 5.6rem); line-height: 1.02; letter-spacing: -.025em; text-align: left; }
.services { display: flex; flex-direction: column; }
.service { display: grid; grid-template-columns: minmax(15rem, .78fr) minmax(0, 1.22fr); align-items: start; gap: clamp(3rem, 9vw, 9rem); width: 100%; min-height: 0; padding: clamp(2.75rem, 5vw, 4.75rem) 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; }
.service:first-child { border-top: 1px solid var(--line); }
.service:nth-child(2) { width: 94%; margin-left: 6%; }
.service:nth-child(3) { width: 88%; margin-left: 12%; }
.service:nth-child(4) { width: 82%; margin-left: 18%; }
.service h3 { max-width: 12ch; margin: 0; font-size: clamp(2rem, 3.4vw, 3.8rem); line-height: 1.06; letter-spacing: -.015em; }
.service p, .service:nth-child(2) p, .service:nth-child(3) p { max-width: 38rem; margin: .35rem 0 0; color: var(--muted); line-height: 1.62; }

.founder { background: var(--paper); }
.founder-grid { grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); align-items: center; }
.founder-portrait { margin: 0; }
.founder-portrait img { display: block; width: 100%; height: auto; object-fit: contain; }
.founder-copy { max-width: 40rem; }
.founder-copy h2 { margin: 0 0 2rem; }
.founder-grid .founder-lead { color: var(--ink); font-size: clamp(1.35rem, 2vw, 1.9rem); line-height: 1.35; }
.founder-film { width: 78%; max-width: 72rem; margin: 0 auto clamp(6rem, 8vw, 8rem); }
.founder-film video { display: block; width: 100%; height: auto; aspect-ratio: 910 / 512; border: 0; outline: 0; object-fit: cover; background: transparent; box-shadow: none; }
.founder-film figcaption { display: flex; justify-content: space-between; gap: 2rem; margin-top: .85rem; color: var(--muted); font-size: var(--caption-size); letter-spacing: .045em; line-height: 1.45; }
.founder-film figcaption button, .stregis-film figcaption button { padding: 0 0 .1rem; color: inherit; font: inherit; font-size: inherit; letter-spacing: inherit; border: 0; border-bottom: 1px solid currentColor; background: transparent; cursor: pointer; }

.payne-editorial, .payne-editorial-image-clean, .payne-campaign-grid, .payne-campaign-grid figure, .payne-collection-grid { border: 0; outline: 0; background: var(--paper); box-shadow: none; }
.payne-editorial-image-clean { position: relative; overflow: hidden; }
.payne-editorial-image-clean img, .payne-campaign-grid img { border: 0; outline: 4px solid var(--paper); outline-offset: -4px; background: var(--paper); box-shadow: none; }
.payne-editorial-image-clean::before,
.payne-editorial-image-clean::after { content: ""; position: absolute; z-index: 2; top: 0; bottom: 0; width: 1.8%; background: var(--paper); pointer-events: none; }
.payne-editorial-image-clean::before { left: 38.4%; }
.payne-editorial-image-clean::after { right: 0; }

.inquiries { min-height: 56vh; padding: 7rem 6.25vw; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; color: white; background: var(--navy); }
.inquiries h2 { max-width: 45rem; margin: 0 0 2.25rem; font-size: clamp(1.8rem, 2.5vw, 2.65rem); }
.inquiry-name { margin: 0 0 1.4rem; color: #c9d3dc; font-size: .875rem; letter-spacing: .065em; text-transform: uppercase; }
.inquiry-contact { display: flex; align-items: center; justify-content: center; gap: .85rem 1.6rem; flex-wrap: wrap; }
.inquiry-contact a { padding-bottom: .25rem; border-bottom: 1px solid rgba(255,255,255,.7); font-size: clamp(1.05rem, 1.5vw, 1.3rem); text-decoration: none; }
.inquiry-contact a:hover, .inquiry-contact a:focus-visible { border-bottom-color: white; }

footer { display: grid; grid-template-columns: 1fr auto auto; gap: 3rem; align-items: center; padding: 2.2rem 3rem; color: white; background: #030b12; }
footer p { margin: 0; font-size: var(--caption-size); }
.footer-contact a { color: inherit; text-decoration: none; }
.footer-contact a:hover, .footer-contact a:focus-visible { text-decoration: underline; text-underline-offset: .25rem; }
.footer-logo { width: 14rem; filter: invert(1); opacity: .94; }

@keyframes hero-in { from { opacity: 0; } to { opacity: 1; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .hero-visual { animation: none; } }

@media (max-width: 760px) {
  .studio-carousel { width: 100%; }
  .site-header { min-height: 72px; padding-inline: 1.15rem; }
  .site-header.scrolled { min-height: 64px; }
  .site-header .brand-logo { width: 11.75rem; }
  .site-header.scrolled .brand-logo { width: 10.75rem; }
  .menu-button { font-size: 0; }
  .menu-button span { font-size: 1rem; }
  .header-inquiry { font-size: .76rem; }
  .site-nav { left: 0; right: 0; min-width: 0; padding: .75rem 1.15rem 1.25rem; }
  .site-nav a { padding: .9rem 0; border-bottom: 1px solid var(--line); }
  .hero { padding-top: 72px; }
  .hero-stage { min-height: 0; padding: 0 0 5rem; }
  .stregis-silk-feature.hero-opening { display: grid; grid-template-columns: 1fr; width: 100%; max-width: none; }
  .stregis-silk-feature.hero-opening img { display: block; width: 100%; height: auto; object-fit: contain; }
  .hero-opening figcaption { min-height: 0; padding: 3.25rem 1.25rem 3.75rem; }
  .hero-opening figcaption h1 { font-size: clamp(2.05rem, 9vw, 2.6rem); }
  .founder-film { width: calc(100% - 2.5rem); margin-bottom: 5.5rem; }
  .hero-intro { text-align: center; }
  .hero-intro .section-label { margin-bottom: 1.5rem; }
  .hero-intro h1 { font-size: 1.9rem; }
  .hero-intro > p:last-child { margin-top: 1.4rem; font-size: 1rem; }
  .hero-visual { width: min(100%, 24rem); margin-top: 3rem; }
  .section { padding: 6rem 1.25rem; }
  .intro-grid, .founder-grid, .section-heading { grid-template-columns: 1fr; gap: 2.4rem; }
  .studio-carousel { margin-top: 3.5rem; }
  .studio-carousel-stage { aspect-ratio: 4 / 3; }
  .payne-chapter-header { grid-template-columns: 1fr; gap: 1.5rem; padding: 5.75rem 1.25rem 3.5rem; }
  .payne-story { padding: 5rem 1.25rem; }
  .payne-story-copy { grid-template-columns: 1fr; gap: 1.25rem; margin-bottom: 3rem; }
  .payne-story-copy p { grid-column: 1; margin-top: .5rem; }
  .payne-closing-copy { grid-template-columns: 1fr; gap: 1.25rem; margin-top: 3.5rem; }
  .payne-collection-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .payne-statement { padding: 6rem 1.25rem; }
  .payne-campaign { grid-template-columns: 1fr; gap: 3.5rem; padding: 5rem 1.25rem 5.75rem; }
  .section-heading { margin-bottom: 4.5rem; }
  .work > .section-heading { margin-bottom: 2.5rem; padding-bottom: 2.25rem; text-align: center; }
  .work > .section-heading .section-label { margin-bottom: 1.35rem; }
  .work > .section-heading h2 { margin-inline: auto; line-height: 1.32; text-align: center; }
  .editorial-projects { gap: 7rem; }
  .story-body, .story-body-reverse { margin-bottom: 2.5rem; padding: 0; }
  .story-four-seasons .story-body { margin-bottom: 2.5rem; text-align: center; }
  .story-four-seasons .story-title-group { margin-bottom: 1.15rem; }
  .virgin-collage-grid { grid-template-columns: 1fr; }
  .jade-collection { margin-top: 2.5rem; }
  .four-seasons-cashmere { grid-template-columns: 1fr; width: 100%; margin: 3rem auto 0 !important; transform: none; }
  .four-seasons-cashmere figcaption { min-height: 0; padding: 2.5rem 1.25rem; }
  .jade-collection-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stregis-opening { margin-bottom: 4rem !important; }
  .stregis-film-feature { grid-template-columns: minmax(0, 1.12fr) minmax(16rem, .88fr); gap: 2.5rem; margin: 4.5rem auto; padding: 0; }
  .stregis-retail { grid-template-columns: 1fr; margin-top: 3.5rem; gap: 2.5rem; text-align: center; }
  .stregis-retail .story-detail { width: min(100%, 30rem); margin-inline: auto !important; }
  .stregis-retail .story-copy { margin-inline: auto; }
  .stregis-outerwear { margin-top: 4rem; padding: 4rem 1.25rem; }
  .stregis-outerwear-header { grid-template-columns: 1fr; gap: 1.5rem; margin-bottom: 3rem; text-align: center; }
  .stregis-outerwear h4, .stregis-outerwear-header > p { margin-inline: auto; }
  .stregis-outerwear-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2.5rem .55rem; }
  .stregis-image-stage { height: clamp(15rem, 54vw, 24rem); }
  .stregis-outerwear-close { margin-top: 3.5rem; }
  .virgin-gallery { grid-template-columns: 1fr; gap: 2.5rem; margin-top: 3rem; }
  .virgin-gallery-wide { grid-column: auto; }
  .virgin-rugby-pair { grid-column: auto; grid-template-columns: 1fr; gap: 2.5rem; }
  .three-waters-products, .three-waters-art-pair { grid-template-columns: 1fr; gap: 2.5rem; margin-top: 3rem; }
  .stregis-silk-overview { margin-top: 4rem; padding: 4rem 1.25rem; }
  .stregis-silk-intro { margin-bottom: 2.5rem; }
  .stregis-silk-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .stregis-silk-grid figure:first-child { width: 100%; }
  .stregis-silk-grid img { height: auto; }
  .stregis-silk-grid figcaption { white-space: normal; }
  .stregis-silk-feature { grid-template-columns: 1fr; margin-top: 2.5rem !important; }
  .stregis-silk-feature figcaption { min-height: 0; padding: 2.5rem 1.25rem; }
  .partners { margin-top: 6rem; }
  .partners li a { align-items: flex-start; flex-direction: column; justify-content: center; gap: .3rem; }
  .manifesto { min-height: 55vh; padding: 6rem 1.25rem; }
  .manifesto p { font-size: clamp(1.8rem, 8vw, 2.5rem); }
  .approach .split-heading h2 { font-size: clamp(2.65rem, 12vw, 4rem); }
  .service, .service:nth-child(2), .service:nth-child(3), .service:nth-child(4) { grid-template-columns: 1fr; gap: 1.5rem; width: 100%; margin-left: 0; padding: 2.75rem 0; }
  .service h3 { max-width: 13ch; font-size: clamp(2rem, 9vw, 3rem); }
  .service p { margin-top: 0; }
  .founder-grid { grid-template-columns: 1fr; }
  .inquiries { min-height: 52vh; padding: 6rem 1.25rem; }
  footer { grid-template-columns: 1fr; gap: .9rem; padding: 2.2rem 1.25rem; }
}

@media (max-width: 540px) {
  .stregis-outerwear-gallery { grid-template-columns: 1fr; }
  .stregis-image-stage { height: min(116vw, 31rem); }
  .stregis-film-feature { grid-template-columns: 1fr; text-align: center; }
  .stregis-film { width: min(82vw, 23rem); margin-inline: auto !important; }
  .stregis-film-copy { margin-inline: auto; }
}
