:root {
  --ink: #10110f;
  --ink-2: #191b18;
  --paper: #eee9df;
  --paper-2: #d8d0c2;
  --line: rgba(238, 233, 223, .18);
  --rust: #9d4f36;
  --gold: #c5a469;
  --lime: #d8df83;
  --serif: "Instrument Serif", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 15px/1.55 var(--sans); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 100; background: #fff; padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }

.topline {
  height: 32px; padding: 0 3vw; background: var(--lime); display: flex; align-items: center;
  justify-content: space-between; font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
}
.site-nav {
  position: absolute; z-index: 20; top: 32px; left: 0; width: 100%; min-height: 84px; padding: 0 3vw;
  color: #fff; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, .26);
}
.wordmark { display: inline-flex; flex-direction: column; width: max-content; line-height: .78; }
.wordmark span { font: 2rem var(--serif); letter-spacing: -.03em; }
.wordmark small { font-size: .52rem; letter-spacing: .37em; margin: .5rem 0 0 .2rem; }
.site-nav nav { display: flex; gap: 1.55rem; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.site-nav nav a { transition: opacity .2s; }
.site-nav nav a:hover { opacity: .68; }
.nav-cta { justify-self: end; padding: .72rem 1.1rem; border: 1px solid rgba(255, 255, 255, .65); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }

.hero { min-height: 820px; height: calc(100vh - 32px); position: relative; overflow: hidden; background: #080908; color: #fff; }
.hero-gallery { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; transform: scale(1.01); }
.hero-panel { margin: 0; min-width: 0; overflow: hidden; }
.hero-panel img { width: 100%; height: 100%; object-fit: cover; }
.hero-riviera img, .hero-nocturne img { object-position: 50% 48%; }
.hero-legacy img { object-position: 50% 50%; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5, 6, 5, .82) 0, rgba(5, 6, 5, .28) 55%, rgba(5, 6, 5, .18)), linear-gradient(0deg, rgba(5, 6, 5, .78), transparent 48%); }
.hero-content { position: absolute; z-index: 2; left: 3vw; top: 50%; width: min(880px, 73vw); transform: translateY(-47%); }
.eyebrow { margin: 0; font-size: .65rem; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow.light { color: var(--lime); }
.hero h1 { margin: 1rem 0 1.35rem; font: clamp(4.6rem, 8.3vw, 9.6rem)/.78 var(--serif); letter-spacing: -.048em; font-weight: 400; }
.hero h1 em { font-weight: 400; color: var(--lime); }
.hero-lede { max-width: 690px; color: rgba(255, 255, 255, .8); font-size: clamp(1rem, 1.25vw, 1.2rem); }
.hero-actions { display: flex; gap: .7rem; margin-top: 2rem; }
.button { min-height: 47px; display: inline-flex; align-items: center; justify-content: center; padding: .8rem 1.25rem; border: 1px solid transparent; font-size: .7rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--lime); color: var(--ink); }
.button-ghost { color: #fff; border-color: rgba(255, 255, 255, .55); }
.button-dark { background: var(--ink); color: var(--paper); }
.hero-proof { position: absolute; z-index: 3; bottom: 0; right: 0; display: grid; grid-template-columns: repeat(3, minmax(130px, 1fr)); border-top: 1px solid rgba(255,255,255,.24); border-left: 1px solid rgba(255,255,255,.24); backdrop-filter: blur(12px); }
.hero-proof div { padding: 1.15rem 1.5rem; border-right: 1px solid rgba(255,255,255,.18); }
.hero-proof strong { display: block; font: 2rem/1 var(--serif); }
.hero-proof span { font-size: .56rem; letter-spacing: .09em; text-transform: uppercase; color: rgba(255,255,255,.65); }

.value-strip { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--ink); color: var(--paper); }
.value-strip > div { min-height: 130px; padding: 1.5rem 2vw; display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: start; border-right: 1px solid var(--line); }
.value-strip > div > span { color: var(--lime); font-size: .65rem; }
.value-strip p { margin: 0; color: rgba(238,233,223,.67); font-size: .78rem; }
.value-strip strong { display: block; margin-bottom: .35rem; color: var(--paper); font-size: .78rem; }

.section { padding: 8rem 3vw; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(260px, .55fr); gap: 8vw; align-items: end; margin-bottom: 4rem; }
.section-heading h2, .faq-section h2 { margin: .8rem 0 0; font: clamp(3.7rem, 7vw, 8rem)/.85 var(--serif); letter-spacing: -.045em; font-weight: 400; }
.section-heading h2 em, .faq-section h2 em { color: var(--rust); font-weight: 400; }
.section-heading > p { max-width: 36rem; color: rgba(16, 17, 15, .65); }
.catalog-section { background: var(--paper); }
.catalog-grid { display: grid; gap: 7rem; }
.catalog-card { display: grid; grid-template-columns: minmax(0, 1.42fr) minmax(280px, .58fr); gap: 5vw; align-items: center; }
.catalog-card:nth-child(even) { grid-template-columns: minmax(280px, .58fr) minmax(0, 1.42fr); }
.catalog-card:nth-child(even) .catalog-art { grid-column: 2; }
.catalog-card:nth-child(even) .catalog-copy { grid-column: 1; grid-row: 1; }
.catalog-art { position: relative; min-height: 630px; display: grid; grid-template-columns: 1.65fr .52fr; gap: .75rem; overflow: hidden; }
.catalog-main { width: 100%; height: 630px; object-fit: cover; }
.mini-stack { display: grid; grid-template-rows: 1fr 1fr; gap: .75rem; }
.mini-stack img { width: 100%; height: 100%; min-height: 0; object-fit: cover; }
.catalog-number { position: absolute; left: 1rem; top: 1rem; width: 2.5rem; height: 2.5rem; display: grid; place-items: center; border-radius: 50%; background: rgba(16,17,15,.82); color: #fff; font-size: .65rem; backdrop-filter: blur(8px); }
.catalog-copy h3 { margin: 1rem 0; font: clamp(3rem, 5vw, 6rem)/.88 var(--serif); letter-spacing: -.04em; font-weight: 400; }
.catalog-copy > p:not(.eyebrow) { max-width: 30rem; color: rgba(16,17,15,.68); }
.catalog-meta { margin: 2rem 0; display: flex; flex-direction: column; border-top: 1px solid rgba(16,17,15,.18); }
.catalog-meta span { padding: .75rem 0; border-bottom: 1px solid rgba(16,17,15,.18); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.text-button { display: inline-flex; padding-bottom: .35rem; border-bottom: 1px solid; font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }

/* Complete design archive */
.design-archive { padding: 8rem 3vw 7rem; background: #0d0e0c; color: var(--paper); overflow: hidden; }
.archive-heading { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .55fr); gap: 8vw; align-items: end; margin-bottom: 3.5rem; }
.archive-heading h2 { font: clamp(3.5rem, 7vw, 8.5rem)/.84 var(--serif); letter-spacing: -.045em; margin: .8rem 0 0; font-weight: 400; }
.archive-heading h2 em { font-weight: 400; color: var(--lime); }
.archive-intro { max-width: 34rem; color: rgba(238,233,223,.72); font-size: 1rem; }
.archive-intro p { margin: 0 0 1.2rem; }
.archive-format { padding-top: 1.15rem; border-top: 1px solid var(--line); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.archive-format strong { color: var(--lime); }
.archive-toolbar { position: sticky; top: 0; z-index: 8; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1rem 0; margin-bottom: 2.3rem; background: rgba(13,14,12,.92); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.archive-filters { display: flex; gap: .45rem; overflow-x: auto; scrollbar-width: none; }
.archive-filters::-webkit-scrollbar { display: none; }
.archive-filter { flex: none; border: 1px solid rgba(238,233,223,.24); border-radius: 100px; background: transparent; color: var(--paper); padding: .68rem 1rem; cursor: pointer; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; transition: background .2s, color .2s, border-color .2s; }
.archive-filter span { margin-left: .4rem; opacity: .52; }
.archive-filter:hover, .archive-filter.active { background: var(--lime); border-color: var(--lime); color: var(--ink); }
.archive-toolbar > p { margin: 0; flex: none; font-size: .68rem; color: rgba(238,233,223,.58); letter-spacing: .08em; text-transform: uppercase; }
.design-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: clamp(.45rem, 1vw, 1rem); align-items: start; }
.design-tile { position: relative; display: block; width: 100%; padding: 0; border: 0; background: #1a1b18; color: #fff; overflow: hidden; cursor: zoom-in; aspect-ratio: 9/16; text-align: left; }
.design-tile:nth-child(9n+2), .design-tile:nth-child(9n+5) { margin-top: 4.5rem; }
.design-tile:nth-child(9n+7) { margin-top: 2rem; }
.design-tile[hidden] { display: none; }
.design-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1), filter .4s; }
.design-shade { position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 52%, rgba(4,5,4,.82)); opacity: .75; transition: opacity .3s; }
.design-caption { position: absolute; left: 1rem; right: 1rem; bottom: 1rem; display: flex; flex-direction: column; transform: translateY(.25rem); transition: transform .3s; }
.design-caption small { font-size: .55rem; letter-spacing: .12em; text-transform: uppercase; color: var(--lime); margin-bottom: .18rem; }
.design-caption strong { font: 1.05rem/1.05 var(--serif); font-weight: 400; }
.design-open { position: absolute; top: .8rem; right: .8rem; border: 1px solid rgba(255,255,255,.55); border-radius: 100px; padding: .36rem .52rem; font-size: .55rem; letter-spacing: .08em; text-transform: uppercase; opacity: 0; transform: translateY(-.3rem); transition: opacity .25s, transform .25s; }
.design-tile:hover img, .design-tile:focus-visible img { transform: scale(1.045); filter: saturate(1.08); }
.design-tile:hover .design-shade, .design-tile:focus-visible .design-shade { opacity: 1; }
.design-tile:hover .design-caption, .design-tile:focus-visible .design-caption, .design-tile:hover .design-open, .design-tile:focus-visible .design-open { transform: none; opacity: 1; }
.design-tile:focus-visible { outline: 2px solid var(--lime); outline-offset: 4px; }
.gallery-noscript { padding: 2rem; border: 1px solid var(--line); }
.design-viewer { width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; padding: 0; border: 0; background: rgba(7,8,7,.96); color: var(--paper); }
.design-viewer::backdrop { background: rgba(7,8,7,.88); backdrop-filter: blur(12px); }
.design-viewer[open] { animation: viewer-in .25s ease-out; }
.viewer-stage { position: relative; min-height: 100%; display: grid; grid-template-columns: minmax(48px,.15fr) minmax(280px,clamp(310px,34vw,520px)) minmax(48px,.15fr) minmax(280px,.72fr); align-items: center; gap: 2vw; padding: 4rem 4vw; }
.viewer-art { margin: 0; height: min(82vh, 820px); aspect-ratio: 9/16; justify-self: center; overflow: hidden; background: #1b1d19; box-shadow: 0 2rem 6rem rgba(0,0,0,.45); }
.viewer-art img { width: 100%; height: 100%; object-fit: cover; }
.viewer-copy { max-width: 34rem; }
.viewer-copy h3 { font: clamp(3.4rem,6vw,7.5rem)/.86 var(--serif); letter-spacing: -.045em; margin: .6rem 0 1.4rem; font-weight: 400; }
.viewer-copy > p:not(.eyebrow) { color: rgba(238,233,223,.65); margin: 0 0 2rem; }
.viewer-copy .button { display: inline-flex; }
.viewer-copy > span { display: block; margin-top: 1.5rem; font-size: .65rem; letter-spacing: .15em; color: rgba(238,233,223,.5); }
.viewer-close { position: absolute; z-index: 2; top: 1.4rem; right: 2rem; border: 0; background: transparent; color: #fff; padding: .5rem; cursor: pointer; text-transform: uppercase; font-size: .65rem; letter-spacing: .12em; }
.viewer-arrow { border: 1px solid rgba(238,233,223,.25); border-radius: 50%; width: 3rem; height: 3rem; background: transparent; color: #fff; font-size: 1.15rem; cursor: pointer; transition: background .2s, color .2s; }
.viewer-arrow:hover, .viewer-arrow:focus-visible { background: var(--lime); color: var(--ink); }
.viewer-prev { justify-self: end; }
.viewer-next { justify-self: start; }
@keyframes viewer-in { from { opacity: 0; transform: scale(.99); } to { opacity: 1; transform: none; } }

.studio-story { min-height: 780px; display: grid; grid-template-columns: 1.15fr .85fr; background: var(--ink); color: var(--paper); }
.studio-story-art { position: relative; min-height: 780px; overflow: hidden; }
.studio-story-art img { position: absolute; width: 58%; height: 71%; object-fit: cover; box-shadow: 0 2rem 5rem rgba(0,0,0,.35); }
.before-photo { left: 7%; top: 8%; z-index: 1; }
.after-photo { right: 5%; bottom: 7%; z-index: 2; }
.before-label, .after-label { position: absolute; z-index: 3; padding: .5rem .7rem; background: var(--paper); color: var(--ink); font-size: .58rem; font-weight: 600; letter-spacing: .13em; }
.before-label { left: 7%; top: 8%; }
.after-label { right: 5%; bottom: 7%; background: var(--lime); }
.studio-story-copy { padding: 7rem 5vw 6rem; align-self: center; }
.studio-story-copy h2 { margin: 1rem 0 1.6rem; font: clamp(3.7rem, 6vw, 7rem)/.84 var(--serif); letter-spacing: -.045em; font-weight: 400; }
.studio-story-copy h2 em { color: var(--lime); font-weight: 400; }
.studio-story-copy > p:not(.eyebrow):not(.fineprint) { color: rgba(238,233,223,.72); max-width: 38rem; }
.credit-equation { margin: 2rem 0; padding: 1.25rem 0; display: flex; align-items: center; gap: 1.2rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.credit-equation strong { font: 2rem var(--serif); color: var(--lime); }
.credit-equation > span { opacity: .35; }
.credit-equation b, .credit-equation small { display: block; }
.credit-equation small { color: rgba(238,233,223,.5); font-size: .65rem; text-transform: uppercase; letter-spacing: .1em; }
.clean-list { list-style: none; padding: 0; margin: 0 0 1.5rem; }
.clean-list li { padding: .72rem 0; border-bottom: 1px solid var(--line); color: rgba(238,233,223,.64); }
.clean-list span { display: inline-block; width: 7rem; color: var(--paper); font-weight: 600; }
.fineprint { font-size: .7rem; color: rgba(238,233,223,.48); }

.offers-section { background: #dcd4c7; }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; align-items: stretch; }
.offer-card { position: relative; min-height: 480px; padding: 2.2rem; display: flex; flex-direction: column; background: var(--paper); border: 1px solid rgba(16,17,15,.12); }
.offer-card.featured { background: var(--rust); color: #fff; transform: translateY(-1rem); }
.offer-index { margin: 0; font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; opacity: .62; }
.offer-card h3 { margin: 2.4rem 0 .2rem; font: 3.4rem/.9 var(--serif); font-weight: 400; }
.offer-price { margin: 0; font: 2rem var(--serif); }
.offer-card ul { list-style: none; padding: 1.6rem 0; margin: auto 0 1.4rem; border-top: 1px solid currentColor; border-bottom: 1px solid currentColor; opacity: .82; }
.offer-card li { padding: .35rem 0; font-size: .82rem; }
.offer-tag { position: absolute; top: 1rem; right: 1rem; padding: .4rem .55rem; background: var(--lime); color: var(--ink); font-size: .55rem; font-weight: 600; letter-spacing: .1em; }

.credits-section { background: #080908; color: var(--paper); }
.section-heading.inverted > p { color: rgba(238,233,223,.65); }
.section-heading.inverted h2 em { color: var(--lime); }
.credit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(238,233,223,.2); border: 1px solid rgba(238,233,223,.2); }
.credit-card { position: relative; min-height: 360px; padding: 2rem; display: flex; flex-direction: column; background: var(--ink-2); }
.credit-card.popular { background: #282b25; }
.credit-card div p { margin: 0; color: var(--lime); font-size: .6rem; letter-spacing: .13em; }
.credit-card div strong { display: block; font: 7rem/.9 var(--serif); font-weight: 400; }
.credit-card div span { font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.credit-card > p { margin-top: auto; color: rgba(238,233,223,.6); }
.credit-card > b { font: 1.8rem var(--serif); }
.credit-card > a { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--line); font-size: .68rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.credit-note { margin: 1.5rem 0 0; color: rgba(238,233,223,.48); font-size: .68rem; }

.faq-section { display: grid; grid-template-columns: minmax(300px, .75fr) minmax(0, 1.25fr); gap: 8vw; background: var(--paper); }
.faq-list details { border-top: 1px solid rgba(16,17,15,.2); }
.faq-list details:last-child { border-bottom: 1px solid rgba(16,17,15,.2); }
.faq-list summary { padding: 1.3rem 2rem 1.3rem 0; cursor: pointer; font-weight: 600; list-style: none; position: relative; }
.faq-list summary::after { content: "+"; position: absolute; right: 0; font: 1.5rem var(--serif); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 50rem; margin: 0 0 1.4rem; color: rgba(16,17,15,.65); }

.site-footer { padding: 4rem 3vw 2rem; display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 3rem; background: var(--ink); color: var(--paper); }
.footer-mark span { font-size: 3rem; }
.site-footer > div > p:first-child:not(:last-child) { font-size: .6rem; letter-spacing: .13em; color: var(--lime); }
.site-footer > div { display: flex; flex-direction: column; align-items: flex-start; gap: .45rem; }
.site-footer a:not(.wordmark) { color: rgba(238,233,223,.67); font-size: .78rem; }
.site-footer small { grid-column: 1/-1; margin-top: 2rem; padding-top: 1rem; border-top: 1px solid var(--line); color: rgba(238,233,223,.4); }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].revealed { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .site-nav nav { gap: 1rem; }
  .catalog-art { min-height: 530px; }
  .catalog-main { height: 530px; }
  .design-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .design-tile:nth-child(n) { margin-top: 0; }
  .design-tile:nth-child(7n+2), .design-tile:nth-child(7n+6) { margin-top: 3rem; }
  .viewer-stage { grid-template-columns: 48px minmax(260px,42vw) 48px minmax(240px,1fr); padding-inline: 2vw; }
  .viewer-copy h3 { font-size: clamp(3rem,6vw,5rem); }
}

@media (max-width: 820px) {
  .topline span:last-child, .site-nav nav, .nav-cta { display: none; }
  .site-nav { grid-template-columns: 1fr; min-height: 72px; }
  .hero { min-height: 760px; height: 92vh; }
  .hero-gallery { grid-template-columns: 1fr; }
  .hero-panel { position: absolute; inset: 0; }
  .hero-riviera { clip-path: inset(0 34% 0 0); z-index: 3; }
  .hero-nocturne { clip-path: inset(0 0 0 33%); z-index: 2; }
  .hero-legacy { display: none; }
  .hero-content { width: auto; left: 1rem; right: 1rem; top: 47%; }
  .hero h1 { font-size: clamp(4rem, 19vw, 7rem); }
  .hero-lede { max-width: 36rem; }
  .hero-proof { left: 0; right: 0; grid-template-columns: repeat(3, 1fr); }
  .hero-proof div { padding: .8rem; }
  .hero-proof strong { font-size: 1.5rem; }
  .value-strip { grid-template-columns: 1fr 1fr; }
  .section, .design-archive { padding: 5.5rem 1rem; }
  .section-heading, .archive-heading { grid-template-columns: 1fr; gap: 2rem; }
  .catalog-card, .catalog-card:nth-child(even) { grid-template-columns: 1fr; gap: 2rem; }
  .catalog-card:nth-child(even) .catalog-art, .catalog-card:nth-child(even) .catalog-copy { grid-column: 1; grid-row: auto; }
  .catalog-art { min-height: 520px; }
  .catalog-main { height: 520px; }
  .studio-story { grid-template-columns: 1fr; }
  .studio-story-art { min-height: 660px; }
  .studio-story-copy { padding: 5rem 1rem; }
  .offer-grid, .credit-grid { grid-template-columns: 1fr; }
  .offer-card.featured { transform: none; }
  .faq-section { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  .design-archive { padding: 5.5rem 1rem 4.5rem; }
  .archive-heading { margin-bottom: 2.4rem; }
  .archive-heading h2 { font-size: clamp(3.4rem, 18vw, 5.6rem); }
  .archive-intro { font-size: .92rem; }
  .archive-toolbar { align-items: flex-start; flex-direction: column; gap: .75rem; margin-inline: -1rem; padding: 1rem; top: 0; }
  .archive-filters { width: 100%; padding-bottom: .15rem; }
  .archive-toolbar > p { padding-left: .2rem; }
  .design-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .55rem; }
  .design-tile:nth-child(n) { margin-top: 0; }
  .design-tile:nth-child(4n+2) { margin-top: 2.5rem; }
  .design-caption { left: .72rem; right: .72rem; bottom: .7rem; }
  .design-caption strong { font-size: .95rem; }
  .design-open { display: none; }
  .viewer-stage { min-height: 100%; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto auto; gap: 1rem; padding: 4rem 1rem 1.2rem; }
  .viewer-art { grid-column: 1/-1; grid-row: 1; height: min(56vh, 520px); }
  .viewer-copy { grid-column: 1/-1; grid-row: 2; }
  .viewer-copy h3 { font-size: clamp(2.8rem, 14vw, 4.6rem); margin-bottom: .8rem; }
  .viewer-copy > p:not(.eyebrow) { font-size: .82rem; margin-bottom: 1rem; }
  .viewer-copy .button { width: 100%; justify-content: center; }
  .viewer-copy > span { margin-top: .8rem; }
  .viewer-arrow { grid-row: 3; width: 100%; height: 2.7rem; border-radius: 0; }
  .viewer-prev { grid-column: 1; justify-self: stretch; }
  .viewer-next { grid-column: 2; justify-self: stretch; }
  .viewer-close { right: .8rem; top: .7rem; }
}

@media (max-width: 520px) {
  .topline { padding-inline: 1rem; }
  .hero { min-height: 700px; }
  .hero h1 { font-size: clamp(3.6rem, 18vw, 5.5rem); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-proof span { font-size: .48rem; }
  .value-strip { grid-template-columns: 1fr; }
  .value-strip > div { min-height: 100px; }
  .section-heading h2, .faq-section h2 { font-size: clamp(3.3rem, 17vw, 5rem); }
  .catalog-grid { gap: 5rem; }
  .catalog-art { min-height: 420px; grid-template-columns: 1.6fr .58fr; }
  .catalog-main { height: 420px; }
  .catalog-copy h3 { font-size: 3.4rem; }
  .studio-story-art { min-height: 520px; }
  .studio-story-art img { height: 68%; }
  .studio-story-copy h2 { font-size: 3.7rem; }
  .offer-card { min-height: 430px; padding: 1.5rem; }
  .credit-card { min-height: 330px; }
  .site-footer { grid-template-columns: 1fr; }
}

.weekly-pack-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.15rem; align-items: start; }
.weekly-pack-card { min-width: 0; }
.pack-cover-link { display: block; overflow: hidden; background: #151613; }
.pack-cover { display: block; width: 100%; height: auto; aspect-ratio: 3 / 4; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.pack-cover-link:hover .pack-cover { transform: scale(1.025); }
.weekly-pack-card .catalog-copy { padding-top: 1.35rem; }
.weekly-pack-card .catalog-copy h3 { font-size: clamp(2.2rem, 3.1vw, 3.8rem); line-height: .92; }
.weekly-pack-card .catalog-copy > p:not(.eyebrow) { min-height: 3.8em; }
@media (max-width: 1180px) { .weekly-pack-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4rem 1.2rem; } }
@media (max-width: 600px) { .weekly-pack-grid { grid-template-columns: 1fr; gap: 4.5rem; } .weekly-pack-card .catalog-copy > p:not(.eyebrow) { min-height: 0; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  .design-tile img, .design-caption, .design-open { transition: none; }
  .design-viewer[open] { animation: none; }
  .pack-cover { transition: none; }
}
