@font-face {
  font-family: "Instrument Serif";
  src: url("/assets/fonts/instrument-serif-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

/* CMS-owned yacht spotlight and studio story */
.home-yacht-spotlight {
  position: relative;
  min-height: 72svh;
  overflow: hidden;
  color: #fff;
  background: var(--dark);
}
.home-yacht-spotlight > figure,
.home-yacht-spotlight > figure picture,
.home-yacht-spotlight > figure img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.home-yacht-spotlight > figure img {
  object-fit: cover;
  object-position: var(--focus-desktop, 50% 50%);
}
.home-yacht-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: var(--yacht-overlay, .38);
  background: #07100c;
}
.home-yacht-copy {
  position: relative;
  z-index: 2;
  min-height: 72svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 120px;
  padding-bottom: 64px;
}
.home-yacht-copy .kicker { color: rgba(255,255,255,.72); }
.home-yacht-copy h2 {
  max-width: 12ch;
  margin-top: 18px;
  font-size: clamp(54px, 6.7vw, 104px);
  line-height: .92;
}
.home-yacht-copy > p:not(.kicker) {
  max-width: 54ch;
  margin-top: 26px;
  color: rgba(255,255,255,.82);
  font-size: 17px;
}
.home-yacht-copy .text-link { margin-top: 30px; }

.home-studio-story {
  padding-block: 144px;
  background: var(--surface);
}
.home-story-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 32px;
  align-items: center;
}
.home-story-media {
  grid-column: 1 / span 6;
  overflow: hidden;
  background: var(--stone);
}
.home-story-media picture,
.home-story-media img { display: block; width: 100%; height: 100%; }
.home-story-media img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: var(--focus-desktop, 50% 50%);
}
.home-story-copy { grid-column: 8 / -1; }
.home-story-copy .kicker { color: var(--muted); }
.home-story-copy h2 {
  max-width: 12ch;
  margin-top: 24px;
  font-size: clamp(44px, 4.2vw, 68px);
  line-height: 1.02;
}
.home-story-copy > p:not(.kicker) {
  max-width: 54ch;
  margin-top: 28px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}
.home-story-copy > p + p { margin-top: 18px; }
.home-story-signature {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 42px;
  font-size: 12px;
  letter-spacing: .12em;
}
.home-story-signature strong { font-weight: 650; }
.home-story-signature span { color: var(--muted); }

@media (max-width: 900px) {
  .home-studio-story { padding-block: 112px; }
  .home-story-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 24px; }
  .home-story-media { grid-column: 1 / span 3; }
  .home-story-copy { grid-column: 4 / -1; }
  .home-story-copy h2 { font-size: clamp(38px, 5.5vw, 52px); }
}

@media (max-width: 700px) {
  .home-yacht-spotlight { min-height: 0; overflow: visible; }
  .home-yacht-spotlight > figure {
    position: relative;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  .home-yacht-spotlight > figure picture,
  .home-yacht-spotlight > figure img { position: absolute; }
  .home-yacht-spotlight > figure img { object-position: var(--focus-mobile, 50% 50%); }
  .home-yacht-scrim { right: 0; bottom: auto; left: 0; width: 100%; height: auto; aspect-ratio: 16 / 9; opacity: .2; }
  .home-yacht-copy {
    min-height: 0;
    padding-top: 44px;
    padding-bottom: 54px;
    background: var(--dark);
  }
  .home-yacht-copy h2 { margin-top: 14px; font-size: clamp(44px, 13vw, 58px); }
  .home-yacht-copy > p:not(.kicker) { margin-top: 22px; font-size: 15px; }
  .home-yacht-copy .text-link { margin-top: 24px; }
  .home-studio-story { padding-block: 88px; }
  .home-story-grid { display: block; }
  .home-story-media img {
    aspect-ratio: 4 / 5;
    object-position: var(--focus-mobile, 50% 50%);
  }
  .home-story-copy { margin-top: 42px; }
  .home-story-copy h2 { max-width: 13ch; margin-top: 18px; font-size: clamp(38px, 11vw, 48px); }
  .home-story-copy > p:not(.kicker) { margin-top: 24px; font-size: 15px; }
  .home-story-signature { display: grid; gap: 7px; margin-top: 34px; }
}

@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/manrope-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --background: #f2efe8;
  --surface: #f8f6f1;
  --surface-stone: #e7e0d5;
  --foreground: #171816;
  --muted: #6b675f;
  --dark: #111713;
  --dark-muted: #aaa8a1;
  --accent: #805a46;
  --border: rgba(23, 24, 22, .16);
  --light-border: rgba(242, 239, 232, .22);
  --display: "Instrument Serif", "Iowan Old Style", Baskerville, Georgia, serif;
  --body: "Manrope", Inter, ui-sans-serif, system-ui, sans-serif;
  --ease: cubic-bezier(.22, .7, .18, 1);
  --gutter: clamp(20px, 4.2vw, 64px);
  --section: clamp(88px, 11vw, 168px);
  --header: 78px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: clip;
  color: var(--foreground);
  background: var(--background);
  font-family: var(--body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
main { display: block; }
img, video { display: block; width: 100%; }
img { height: auto; }
picture { display: contents; }
figure, blockquote, dl, dd { margin: 0; }
a { color: inherit; }
button, input, select, textarea { color: inherit; font: inherit; }
button { border-radius: 0; }
[hidden] { display: none !important; }
::selection { color: var(--surface); background: var(--accent); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }

.shell { width: min(calc(100% - (2 * var(--gutter))), 1440px); margin-inline: auto; }
.section-pad { padding-block: var(--section); }
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  color: var(--surface);
  background: var(--foreground);
  transform: translateY(-160%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: none; }

.kicker {
  margin: 0;
  color: var(--muted);
  font-size: .75rem;
  font-weight: 650;
  letter-spacing: .13em;
  line-height: 1.35;
  text-transform: uppercase;
}
h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 400; }
h1 { font-size: clamp(3rem, 7vw, 7rem); letter-spacing: -.045em; line-height: .94; }
h2 { font-size: clamp(2.3rem, 4.8vw, 5rem); letter-spacing: -.035em; line-height: 1; }
h3 { font-size: clamp(1.55rem, 2.7vw, 2.75rem); letter-spacing: -.025em; line-height: 1.08; }
p { margin: 0; }
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 20px;
  border: 1px solid currentColor;
  background: transparent;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .25s ease, background .25s ease, transform .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button-dark { color: var(--surface); border-color: var(--dark); background: var(--dark); }
.button-dark:hover { color: var(--dark); background: transparent; }
.button-quiet { color: var(--foreground); border-color: var(--border); }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-block: 8px;
  border-bottom: 1px solid currentColor;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .09em;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
}
.text-link span { transition: transform .25s ease; }
.text-link:hover span { transform: translate(3px, -2px); }
.text-link-light { color: var(--surface); }

/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 200;
  color: var(--foreground);
  background: rgba(242, 239, 232, .98);
  border-bottom: 1px solid var(--border);
  transition: color .3s ease, background .3s ease, border-color .3s ease;
}
.site-header.is-transparent:not(.is-solid) { color: var(--surface); background: transparent; border-color: transparent; }
.header-inner { min-height: var(--header); display: flex; align-items: center; gap: 32px; }
.wordmark {
  flex: 0 0 auto;
  font-size: .78rem;
  font-weight: 750;
  letter-spacing: .2em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}
.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 38px); margin-left: auto; }
.desktop-nav a, .language-link {
  position: relative;
  font-size: .7rem;
  font-weight: 650;
  letter-spacing: .09em;
  text-decoration: none;
  text-transform: uppercase;
}
.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
}
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.language-link { padding-left: 18px; border-left: 1px solid currentColor; }
.header-cta {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 8px 14px;
  border: 1px solid currentColor;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; color: inherit; background: transparent; }
.menu-toggle span { display: block; width: 24px; height: 1px; margin: 6px auto; background: currentColor; transition: transform .3s ease; }
.menu-open .menu-toggle span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-open .menu-toggle span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: 0; z-index: -1; color: var(--surface); background: var(--dark); visibility: hidden; opacity: 0; transition: opacity .3s ease, visibility .3s ease; }
.mobile-menu-inner { min-height: 100svh; display: flex; flex-direction: column; justify-content: space-between; padding-top: calc(var(--header) + 64px); padding-bottom: 32px; }
.mobile-menu nav { display: flex; flex-direction: column; align-items: flex-start; }
.mobile-menu nav > a { padding: 4px 0; font-family: var(--display); font-size: clamp(2.4rem, 11vw, 4.5rem); line-height: 1.05; text-decoration: none; }
.mobile-menu .mobile-start { margin-top: 32px; font-family: var(--body); font-size: .82rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.mobile-menu-meta { display: flex; flex-wrap: wrap; gap: 10px 24px; padding-top: 24px; border-top: 1px solid var(--light-border); color: var(--dark-muted); font-size: .85rem; }
.mobile-menu-meta a { text-decoration: none; }
.menu-open .site-header { color: var(--surface); background: transparent; border-color: transparent; }
.menu-open .mobile-menu { visibility: visible; opacity: 1; }

/* Shared headings */
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; margin-bottom: clamp(52px, 8vw, 104px); }
.section-heading h2 { max-width: 12ch; margin-top: 16px; }
.editorial-copy { max-width: 27ch; font-family: var(--display); font-size: clamp(2rem, 3.8vw, 4.2rem); letter-spacing: -.03em; line-height: 1.15; }

/* Portfolio cards */
.portfolio-card { display: block; color: inherit; text-decoration: none; }
.portfolio-card-media { overflow: hidden; background: var(--surface-stone); }
.portfolio-card-media img { width: 100%; height: 100%; object-fit: cover; object-position: var(--focus-desktop, 50% 50%); transition: transform .7s var(--ease); }
@media (hover: hover) and (pointer: fine) { .portfolio-card:hover .portfolio-card-media img { transform: scale(1.015); } }
.portfolio-card-copy { display: flex; justify-content: space-between; gap: 24px; padding-top: 16px; border-top: 1px solid var(--border); }
.portfolio-card-copy h2, .portfolio-card-copy h3 { max-width: 22ch; font-size: clamp(1.35rem, 2vw, 2.15rem); }
.portfolio-card-copy p { max-width: 22ch; color: var(--muted); font-size: .72rem; letter-spacing: .07em; text-align: right; text-transform: uppercase; }
.portfolio-card-wide { grid-column: 1 / -1; }
.portfolio-card-wide .portfolio-card-media { aspect-ratio: 16 / 9; }
.portfolio-card-tall { grid-column: 7 / -1; }
.portfolio-card-tall .portfolio-card-media { aspect-ratio: 4 / 5; }
.portfolio-card-medium { grid-column: 1 / span 6; margin-top: 80px; }
.portfolio-card-medium .portfolio-card-media { aspect-ratio: 3 / 2; }
.portfolio-card-cinematic { grid-column: 2 / span 10; }
.portfolio-card-cinematic .portfolio-card-media { aspect-ratio: 16 / 8; }
/* Shared manifesto */
.manifesto-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; }
.manifesto-grid .kicker { grid-column: 1 / span 2; color: var(--dark-muted); }
.manifesto-grid blockquote { grid-column: 3 / -1; max-width: 24ch; font-family: var(--display); font-size: clamp(2.5rem, 5.5vw, 6rem); letter-spacing: -.04em; line-height: 1.04; }

/* Services */
.services-page { color: var(--surface); background: var(--dark); }
.services-layout { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(52px, 9vw, 140px); align-items: start; }
.services-sticky { position: sticky; top: calc(var(--header) + 40px); }
.services-sticky .kicker { color: var(--dark-muted); }
.services-sticky h2 { max-width: 10ch; margin: 20px 0 36px; }
.services-list { border-top: 1px solid var(--light-border); }
.service-group { border-bottom: 1px solid var(--light-border); }
.service-group summary { display: grid; grid-template-columns: 48px 1fr 24px; gap: 16px; align-items: center; padding: 22px 0; cursor: pointer; list-style: none; }
.service-group summary::-webkit-details-marker { display: none; }
.service-group summary span { color: var(--dark-muted); font-size: .75rem; }
.service-group summary strong { font-size: .78rem; letter-spacing: .14em; }
.service-group summary i { position: relative; width: 16px; height: 16px; }
.service-group summary i::before, .service-group summary i::after { position: absolute; top: 7px; left: 0; width: 16px; height: 1px; background: currentColor; content: ""; }
.service-group summary i::after { transform: rotate(90deg); transition: transform .25s ease; }
.service-group[open] summary i::after { transform: none; }
.service-group-body { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding: 0 0 34px 64px; }
.service-group-body h3 { font-size: clamp(1.8rem, 3vw, 3.1rem); }
.service-group-body p { color: var(--dark-muted); }
.service-group-body ul { grid-column: 2; margin: 0; padding: 18px 0 0; border-top: 1px solid var(--light-border); list-style: none; }
.service-group-body li { padding: 6px 0; color: var(--dark-muted); }

/* Process */
.process { background: var(--background); }
.process-heading h2 { max-width: 16ch; }
.process-list { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--border); border-left: 1px solid var(--border); list-style: none; }
.process-step { min-height: 210px; display: flex; flex-direction: column; justify-content: space-between; padding: 22px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.process-step span { color: var(--accent); font-family: var(--display); font-size: 1.45rem; }
.process-step p { max-width: 20ch; font-size: 1rem; }
.process-on-stone { background: var(--surface-stone); }

/* Page hero and listing */
.page-hero { padding: clamp(150px, 18vw, 260px) 0 clamp(72px, 9vw, 132px); border-bottom: 1px solid var(--border); }
.page-hero-grid { display: grid; grid-template-columns: 8fr 4fr; gap: 48px; align-items: end; }
.page-hero h1 { max-width: 10ch; margin-top: 24px; }
.page-hero-grid > p { max-width: 34ch; color: var(--muted); font-size: clamp(1rem, 1.4vw, 1.25rem); }
.portfolio-filters { position: sticky; top: var(--header); z-index: 90; padding: 18px 0; background: rgba(242, 239, 232, .98); border-bottom: 1px solid var(--border); }
.filter-desktop { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.filter-group { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: start; }
.filter-group > span { padding-top: 8px; color: var(--muted); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.filter-group > div { display: flex; flex-wrap: wrap; gap: 6px; }
.filter-group button, .filter-summary button { min-height: 36px; padding: 7px 10px; border: 1px solid transparent; color: var(--muted); background: transparent; cursor: pointer; font-size: .67rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.filter-group button[aria-pressed="true"] { color: var(--foreground); border-color: var(--foreground); }
.filter-summary { display: flex; justify-content: space-between; gap: 24px; margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--border); color: var(--muted); font-size: .72rem; }
.filter-summary button { min-height: 0; padding: 0; text-decoration: underline; text-underline-offset: 4px; }
.filter-mobile { display: none; }
.portfolio-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(64px, 9vw, 140px) 24px; }
.portfolio-grid .portfolio-card { grid-column: span 6; }
.portfolio-grid .portfolio-card-wide { grid-column: 1 / -1; }
.portfolio-grid .portfolio-card-standard:nth-child(4n) { margin-top: 72px; }
.portfolio-grid .portfolio-card-media { aspect-ratio: 3 / 2; }
.portfolio-grid .portfolio-card-wide .portfolio-card-media { aspect-ratio: 16 / 8; }
.empty-results { margin-top: 48px; font-family: var(--display); font-size: 2rem; }

/* Work detail */
.work-heading { padding: clamp(140px, 15vw, 220px) 0 clamp(52px, 7vw, 96px); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: clamp(40px, 6vw, 80px); color: var(--muted); font-size: .72rem; }
.breadcrumb a { text-underline-offset: 4px; }
.work-heading-grid { display: grid; grid-template-columns: 8fr 4fr; gap: 48px; align-items: end; }
.work-heading h1 { max-width: 11ch; margin-top: 18px; }
.work-meta { border-top: 1px solid var(--border); }
.work-meta > div { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 13px 0; border-bottom: 1px solid var(--border); font-size: .78rem; }
.work-meta dt { color: var(--muted); }
.work-meta dd { text-align: right; }
.work-cover { background: var(--surface-stone); }
.work-cover img { width: 100%; max-height: calc(100svh - var(--header)); object-fit: cover; object-position: var(--focus-desktop, 50% 50%); }
.work-cover figcaption { display: flex; justify-content: space-between; gap: 24px; padding-block: 14px; color: var(--muted); font-size: .72rem; letter-spacing: .05em; text-transform: uppercase; }
.work-overview-grid { display: grid; grid-template-columns: 3fr 9fr; gap: 32px; }
.work-summary { max-width: 36ch; white-space: pre-line; font-family: var(--display); font-size: clamp(1.8rem, 3.4vw, 3.8rem); letter-spacing: -.025em; line-height: 1.25; }
.work-overview .button { margin-top: 40px; }
.work-film { margin-bottom: clamp(64px, 9vw, 132px); }
.local-video, .youtube-player { position: relative; aspect-ratio: 16 / 9; overflow: hidden; color: var(--surface); background: var(--dark); }
.local-video video { width: 100%; height: 100%; object-fit: cover; }
.local-video > span { position: absolute; top: 14px; left: 14px; padding: 6px 9px; background: rgba(17, 23, 19, .78); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.youtube-player iframe { width: 100%; height: 100%; border: 0; }
.video-facade { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; color: var(--surface); background: var(--dark); cursor: pointer; }
.video-facade img { width: 100%; height: 100%; object-fit: cover; opacity: .82; transition: opacity .25s ease, transform .7s var(--ease); }
.video-facade > span { position: absolute; top: 50%; left: 50%; width: 76px; height: 76px; display: grid; place-items: center; border: 1px solid currentColor; transform: translate(-50%, -50%); }
.video-facade:hover img { opacity: .66; transform: scale(1.015); }
.work-gallery { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(16px, 2vw, 30px); }
.gallery-item { overflow: hidden; background: var(--surface-stone); }
.gallery-item img { width: 100%; height: auto; }
.gallery-item-wide { grid-column: 1 / -1; }
.gallery-item-pair { grid-column: span 6; }
.gallery-item-natural { grid-column: span 6; }
.gallery-item-portrait { grid-column: span 5; }
.gallery-item-portrait:nth-child(even) { grid-column: 8 / span 5; }
.next-work { margin-top: var(--section); border-top: 1px solid var(--border); }
.next-work-grid { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(40px, 8vw, 120px); align-items: end; }
.next-work h2 { max-width: 10ch; margin: 18px 0 36px; }
.next-work figure { overflow: hidden; background: var(--surface-stone); }
.next-work img { aspect-ratio: 3 / 2; object-fit: cover; object-position: var(--focus-desktop, 50% 50%); transition: transform .7s var(--ease); }
.next-work a:hover img { transform: scale(1.015); }

/* Collection page */
.dark-page { color: var(--surface); background: var(--dark); }
.dark-page .site-header { color: var(--surface); background: var(--dark); border-color: var(--light-border); }
.collection-hero { border-color: var(--light-border); }
.collection-hero .kicker { color: var(--dark-muted); }
.collection-hero .page-hero-grid > p { color: var(--dark-muted); }
.collection-listing { background: var(--dark); }
.collection-listing .portfolio-card-copy { border-color: var(--light-border); }
.collection-listing .portfolio-card-copy p { color: var(--dark-muted); }
.collection-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(72px, 10vw, 150px) 24px; }
.collection-grid .portfolio-card { grid-column: span 6; }
.collection-grid .portfolio-card:nth-child(3n+1) { grid-column: 1 / -1; }
.collection-grid .portfolio-card-media { aspect-ratio: 4 / 5; }
.collection-grid .portfolio-card:nth-child(3n+1) .portfolio-card-media { aspect-ratio: 16 / 8; }

/* Studio */
.studio-manifesto { color: var(--surface); background: var(--dark); }
.studio-manifesto .manifesto-grid > div { grid-column: 3 / -1; }
.studio-manifesto blockquote { max-width: 24ch; font-family: var(--display); font-size: clamp(2.4rem, 5vw, 5.6rem); line-height: 1.04; }
.studio-manifesto .manifesto-grid > div > p { max-width: 36ch; margin-top: 48px; color: var(--dark-muted); }
.studio-collage { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 18px; padding-block: var(--section); align-items: end; }
.studio-collage figure { position: relative; overflow: hidden; background: var(--surface-stone); }
.studio-collage img { width: 100%; height: 100%; object-fit: cover; }
.studio-collage-main { grid-column: 1 / span 8; }
.studio-collage-main img { aspect-ratio: 16 / 10; }
.studio-collage-site { grid-column: 9 / -1; margin-bottom: 96px; }
.studio-collage-site img { aspect-ratio: 4 / 5; }
.studio-collage-drawing { grid-column: 5 / span 5; }
.studio-collage-drawing img { aspect-ratio: 3 / 2; object-fit: contain; }
.studio-collage figcaption { position: absolute; right: 12px; bottom: 12px; padding: 5px 8px; color: var(--surface); background: rgba(17, 23, 19, .76); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.studio-numbers { background: var(--surface-stone); }
.studio-numbers dl { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 40px; border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.studio-numbers dl > div { min-height: 220px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.studio-numbers dt { font-family: var(--display); font-size: clamp(3rem, 6vw, 6rem); line-height: 1; }
.studio-numbers dd { color: var(--muted); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }

/* Contact and forms */
.contact-page { background: var(--surface); }
.contact-page-grid { display: grid; grid-template-columns: 4fr 8fr; gap: clamp(52px, 10vw, 150px); align-items: start; }
.contact-page aside { position: sticky; top: calc(var(--header) + 36px); }
.direct-links { margin: 28px 0; border-top: 1px solid var(--border); }
.direct-links a { display: block; padding: 14px 0; border-bottom: 1px solid var(--border); text-decoration: none; }
.direct-links span { display: block; color: var(--muted); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.direct-links strong { display: block; margin-top: 4px; overflow-wrap: anywhere; font-size: .88rem; font-weight: 600; }
.contact-page aside > p:last-child { color: var(--muted); }
.inquiry-form { scroll-margin-top: calc(var(--header) + 28px); }
.contact-form-hold { align-self: start; scroll-margin-top: calc(var(--header) + 28px); padding: clamp(32px, 5vw, 72px); border: 1px solid var(--border); }
.contact-form-hold h2 { max-width: 12ch; margin: 18px 0 24px; }
.contact-form-hold > p:not(.kicker) { max-width: 54ch; color: var(--muted); }
.contact-form-hold .button { margin-top: 32px; }
.form-progress { display: flex; gap: 12px; margin-bottom: 32px; }
.form-progress span { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--border); color: var(--muted); }
.form-progress span.is-active { color: var(--surface); border-color: var(--dark); background: var(--dark); }
.inquiry-form fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.inquiry-form > fieldset > legend { width: 100%; margin-bottom: 34px; padding-bottom: 16px; border-bottom: 1px solid var(--border); font-family: var(--display); font-size: clamp(2rem, 3.8vw, 3.8rem); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 20px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field-wide { grid-column: 1 / -1; }
.field > span, .check-group > legend { color: var(--muted); font-size: .72rem; font-weight: 650; letter-spacing: .07em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 10px 0; border: 0; border-bottom: 1px solid var(--border); outline: 0; background: transparent; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--foreground); }
.field small, .consent small { min-height: 18px; color: #8b2d27; font-size: .75rem; }
.field.has-error input, .field.has-error select, .field.has-error textarea { border-color: #8b2d27; }
.check-group { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; }
.check-group > legend { margin-bottom: 12px; }
.check-option, .consent { display: flex; gap: 10px; align-items: flex-start; }
.check-option input, .consent input { width: 18px; height: 18px; flex: 0 0 auto; margin: 3px 0 0; accent-color: var(--accent); }
.check-option span, .consent span { font-size: .86rem; }
.consent { display: grid; grid-template-columns: auto 1fr; }
.consent small { grid-column: 2; }
.consent a { text-underline-offset: 3px; }
.form-next { margin-top: 34px; }
.form-buttons { display: flex; justify-content: space-between; gap: 16px; margin-top: 34px; }
.form-status { min-height: 26px; margin-top: 24px; color: var(--muted); }

/* Legal and error */
.legal-page { min-height: 70svh; padding-top: clamp(150px, 17vw, 240px); padding-bottom: var(--section); }
.legal-page h1 { max-width: 10ch; margin: 22px 0 clamp(52px, 8vw, 96px); }
.legal-page > div { max-width: 720px; margin-left: auto; }
.legal-page p + p { margin-top: 24px; }
.error-page { min-height: 75svh; display: grid; place-items: center; padding-top: var(--header); text-align: center; }
.error-page h1 { margin: 20px 0; }
.error-page .button { margin-top: 30px; }

/* CTA and footer */
.project-cta { padding: clamp(88px, 11vw, 160px) 0; color: var(--surface); background: var(--dark); border-top: 1px solid var(--light-border); }
.project-cta-grid { display: grid; grid-template-columns: 8fr 4fr; gap: 48px; align-items: end; }
.project-cta .kicker { color: var(--dark-muted); }
.project-cta h2 { max-width: 12ch; margin-top: 20px; }
.project-cta-grid > div:last-child > p { max-width: 34ch; color: var(--dark-muted); }
.project-cta .text-link { margin-top: 28px; }
.site-footer { color: var(--surface); background: var(--dark); border-top: 1px solid var(--light-border); }
.footer-grid { display: grid; grid-template-columns: 5fr repeat(3, 1fr); gap: 48px; padding-block: 52px; }
.footer-brand p { max-width: 38ch; margin-top: 24px; color: var(--dark-muted); font-size: .82rem; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-column a { color: var(--dark-muted); font-size: .78rem; text-decoration: none; }
.footer-column span { color: var(--dark-muted); font-size: .78rem; }
.footer-column a:hover { color: var(--surface); }
.footer-label { margin-bottom: 10px; color: var(--surface); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.footer-base { display: flex; justify-content: space-between; gap: 24px; padding-block: 18px; border-top: 1px solid var(--light-border); color: var(--dark-muted); font-size: .68rem; }

/* Progressive enhancement: content is visible without JS */
.reveal { opacity: 1; transform: none; }
.motion-ready .reveal:not(.is-visible) { opacity: 0; transform: translateY(18px); }
.motion-ready .reveal { transition: opacity .6s var(--ease), transform .6s var(--ease); }
.motion-ready .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  :root { --gutter: clamp(24px, 3.2vw, 40px); }
  .desktop-nav { gap: 18px; }
  .desktop-nav a { font-size: .66rem; }
  .header-cta { display: none; }
  .home-hero-copy { grid-column: 1 / span 6; }
  .home-hero-media { grid-column: 7 / -1; }
  .services-layout { gap: 64px; }
  .filter-desktop { grid-template-columns: 1fr; gap: 12px; }
}

@media (max-width: 860px) {
  :root { --header: 72px; --section: clamp(72px, 12vw, 112px); }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: block; }
  .language-link { margin-left: auto; }
  .portfolio-card-tall { grid-column: 6 / -1; }
  .portfolio-card-medium { grid-column: 1 / span 7; }
  .page-hero-grid, .work-heading-grid, .next-work-grid, .project-cta-grid { grid-template-columns: 1fr; }
  .services-layout, .contact-page-grid { grid-template-columns: 1fr; }
  .services-sticky, .contact-page aside { position: static; }
  .services-sticky h2 { max-width: 14ch; }
  .process-list { grid-template-columns: 1fr 1fr; }
  .page-hero-grid > p { margin-top: 24px; }
  .work-heading-grid { gap: 42px; }
  .work-meta { max-width: 520px; }
  .work-cover img { max-height: 80svh; object-position: var(--focus-mobile, 50% 50%); }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  :root { --gutter: 20px; }
  body { line-height: 1.6; }
  h1 { font-size: clamp(3rem, 14vw, 3.55rem); overflow-wrap: anywhere; }
  h2 { font-size: clamp(2.35rem, 11vw, 3.6rem); }
  .wordmark { font-size: .69rem; letter-spacing: .16em; }
  .header-actions { gap: 8px; }
  .language-link { padding-left: 12px; }
  .section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 48px; }
  .portfolio-grid, .collection-grid { display: block; }
  .portfolio-card, .portfolio-card:nth-child(n), .portfolio-grid .portfolio-card:nth-child(n), .collection-grid .portfolio-card:nth-child(n) { margin: 0 0 64px; }
  .portfolio-card-media, .portfolio-card-wide .portfolio-card-media, .portfolio-card-tall .portfolio-card-media, .portfolio-card-medium .portfolio-card-media, .portfolio-card-cinematic .portfolio-card-media, .portfolio-grid .portfolio-card-media, .portfolio-grid .portfolio-card-wide .portfolio-card-media, .collection-grid .portfolio-card-media, .collection-grid .portfolio-card:nth-child(3n+1) .portfolio-card-media { aspect-ratio: 3 / 2; }
  .portfolio-card-copy { flex-direction: column; gap: 8px; }
  .portfolio-card-copy p { text-align: left; }
  .manifesto-grid { display: block; }
  .manifesto-grid blockquote { margin-top: 36px; font-size: clamp(2.5rem, 12vw, 3.6rem); }
  .service-group-body { grid-template-columns: 1fr; padding-left: 0; }
  .service-group-body ul { grid-column: 1; }
  .process-list { grid-template-columns: 1fr; border-left: 0; }
  .process-step { min-height: 130px; border-left: 1px solid var(--border); }
  .page-hero { padding-top: 130px; }
  .filter-desktop { display: none; }
  .filter-mobile { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .filter-mobile label { color: var(--muted); font-size: .64rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
  .filter-mobile select { width: 100%; min-height: 42px; margin-top: 6px; padding: 6px 26px 6px 8px; border: 1px solid var(--border); background: var(--background); }
  .portfolio-filters { position: static; }
  .work-heading { padding-top: 124px; }
  .work-heading h1 { max-width: none; }
  .work-cover img { width: 100%; height: auto; max-height: none; object-fit: contain; }
  .work-cover figcaption { flex-direction: column; gap: 2px; }
  .work-overview-grid { grid-template-columns: 1fr; gap: 28px; }
  .work-summary { font-size: clamp(1.8rem, 8.8vw, 2.6rem); }
  .work-gallery { display: block; }
  .gallery-item { margin-bottom: 16px; }
  .next-work-grid { gap: 44px; }
  .studio-manifesto .manifesto-grid > div { margin-top: 36px; }
  .studio-collage { display: block; }
  .studio-collage figure { margin: 0 0 18px; }
  .studio-collage-site { width: 72%; margin-left: auto !important; }
  .studio-collage-drawing { width: 82%; }
  .studio-numbers dl { grid-template-columns: 1fr; border-left: 0; }
  .studio-numbers dl > div { min-height: 145px; border-left: 1px solid var(--border); }
  .form-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: 1; }
  .check-group { grid-template-columns: 1fr; }
  .form-buttons { align-items: stretch; flex-direction: column-reverse; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 20px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid .footer-column:last-child { grid-column: 1 / -1; }
  .footer-base { flex-direction: column; gap: 6px; }
}

@media (max-width: 390px) {
  :root { --gutter: 18px; }
  .header-inner { gap: 8px; }
  .wordmark { max-width: 145px; }
  .mobile-menu nav > a { font-size: 2.55rem; }
  .filter-mobile { grid-template-columns: 1fr; }
  .form-progress span { width: 40px; height: 40px; }
}

/* CMS layout density and the renewed homepage services treatment. */
.home-page .home-services-dark {
  color: #f8f6f1;
  background: #162019;
}
.home-page .home-services-dark .kicker,
.home-page .home-services-dark .home-services-manifesto,
.home-page .home-services-dark .home-service p { color: rgba(248, 246, 241, .72); }
.home-page .home-services-dark .home-services-heading h2 { max-width: 14ch; }
.home-page .home-services-dark .home-services-manifesto { max-width: 30ch; }
.home-page .home-services-dark .home-service {
  min-height: 310px;
  padding: 24px 24px 28px;
  border: 1px solid rgba(248, 246, 241, .17);
  transition: border-color .25s ease, transform .25s ease, background-color .25s ease;
}
.home-page .home-services-dark .home-service > span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(248, 246, 241, .28);
  border-radius: 50%;
  color: #d0a98e;
}
.home-page .home-services-dark .home-service h3 {
  max-width: 13ch;
  margin-top: 56px;
  color: #fff;
  font-size: clamp(28px, 2.45vw, 38px);
  line-height: 1.02;
}
.home-page .home-services-dark .home-service p { margin-top: 20px; }
.home-page .home-services-dark .home-process { padding-top: 4px; }
.home-page .home-services-dark .home-process ol,
.home-page .home-services-dark .home-process-step { border-color: rgba(248, 246, 241, .18); }
.home-page .home-services-dark .home-process-step span { color: #d0a98e; }
.home-page .home-services-dark .home-process-step p { color: #f8f6f1; }
@media (hover: hover) and (pointer: fine) {
  .home-page .home-services-dark .home-service:hover {
    border-color: rgba(248, 246, 241, .38);
    background: rgba(248, 246, 241, .035);
    transform: translateY(-4px);
  }
}

.home-manifesto-admin {
  position: relative;
  min-height: min(72svh, 760px);
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--ink);
}
.home-manifesto-admin > .hero-media-surface { position: absolute; inset: 0; }
.home-manifesto-admin > .hero-media-surface::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, var(--manifesto-overlay, .35));
}
.home-manifesto-admin > .shell { position: relative; z-index: 2; }
.home-manifesto-admin h2 { margin: 0 auto; max-width: 18ch; font: 400 clamp(42px, 6vw, 86px)/.98 var(--serif); }

/* Media system refresh: resolved heroes, shared previews and adaptive gallery. */
.site-header .desktop-nav,
.site-header .language-link,
.site-header .header-cta { font-size: 14px; }

.media-preview {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: var(--surface-stone);
}
.media-preview-link,
.media-preview-poster,
.media-preview-poster picture,
.media-preview-poster img,
.media-preview-player,
.media-preview-player video,
.media-preview-player iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.media-preview-link { position: absolute; inset: 0; z-index: 1; color: inherit; }
.media-preview-poster { position: absolute; inset: 0; margin: 0; transition: opacity 300ms ease; }
.media-preview-poster img { object-fit: cover; object-position: var(--focus-desktop, 50% 50%); }
.media-preview-player { position: absolute; inset: 0; z-index: 2; overflow: hidden; pointer-events: none; }
.media-preview-player video { object-fit: cover; }
.media-preview-player iframe { position: absolute; top: 0; left: -10%; width: 120%; max-width: none; border: 0; }
.media-preview.is-playing .media-preview-poster { opacity: 0; }
.media-film-label {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 3;
  padding: 6px 9px;
  color: #fff;
  background: rgba(10, 12, 10, .62);
  font-size: 14px;
  line-height: 1;
  letter-spacing: .04em;
}
.media-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  display: grid;
  width: 54px;
  height: 54px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 50%;
  place-items: center;
  color: #fff;
  background: rgba(12,15,13,.4);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.media-play-button span { margin-left: 3px; }

.portfolio-card { min-width: 0; }
.portfolio-card-copy > a { color: inherit; text-decoration: none; }
.portfolio-card-copy > span { color: var(--muted); font-size: 14px; }
.portfolio-card-media { aspect-ratio: 3 / 2; }
.portfolio-card-wide .portfolio-card-media { aspect-ratio: 16 / 9; }
.collection-listing .portfolio-card-media { aspect-ratio: 3 / 2; }
.collection-listing .portfolio-card:nth-child(3n+1) .portfolio-card-media { aspect-ratio: 16 / 9; }

.hero-media-surface,
.hero-poster,
.hero-poster picture,
.hero-poster img,
.hero-video,
.hero-youtube,
.hero-media-surface > iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.hero-media-surface { z-index: 0; overflow: hidden; background: var(--dark); }
.hero-poster { z-index: 2; transition: opacity 300ms ease; }
.hero-poster img { object-fit: cover; object-position: var(--focus-desktop, 50% 50%); }
.hero-video { z-index: 1; object-fit: cover; object-position: var(--focus-desktop, 50% 50%); border: 0; }
.hero-youtube { z-index: 1; }
.hero-youtube iframe,
.hero-media-surface > iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max(100vw, 177.78vh);
  height: max(56.25vw, 100vh);
  border: 0;
  transform: translate(-50%, -50%);
}
.hero-media-surface.is-playing .hero-poster { opacity: 0; pointer-events: none; }

.home-page .home-hero { position: relative; min-height: 90svh; height: 90svh; color: #fff; background: var(--dark); }
.home-page .home-hero-scrim { position: absolute; inset: 0; z-index: 1; background: rgba(0,0,0,.24); }
.home-page .home-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 90svh;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: calc(var(--header) + 40px);
  padding-bottom: 44px;
}
.home-page .home-hero-copy { width: min(100%, 1180px); text-shadow: 0 2px 18px rgba(0,0,0,.34); }
.home-page .home-hero-copy h1 { max-width: 12.5ch; margin: 0; font-size: clamp(64px, 7.1vw, 112px); line-height: .91; letter-spacing: -.035em; }
.home-page .home-hero-copy h1 span { display: block; white-space: nowrap; }
.home-page .hero-lede { margin-top: 24px; font-size: 17px; }
.home-page .hero-actions { display: flex; flex-wrap: wrap; gap: 22px; align-items: center; margin-top: 24px; }
.home-page .hero-actions button,
.work-hero-controls button {
  min-height: 36px;
  padding: 0 0 2px;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.65);
  color: inherit;
  background: transparent;
  font: inherit;
  font-size: 14px;
  cursor: pointer;
}
.home-page .home-project-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 28px;
  row-gap: 88px;
}
.home-page .home-project { min-width: 0; margin: 0; }
.home-page .home-project-featured { grid-column: 1 / -1; }
.home-page .home-project-standard { grid-column: span 6; }
.home-page .home-project-featured .home-project-media { aspect-ratio: 16 / 9; }
.home-page .home-project-standard .home-project-media { aspect-ratio: 3 / 2; }
.home-page .home-project-featured .media-preview-player iframe { left: 0; width: 100%; }
.home-page .home-project-copy { display: grid; grid-template-columns: minmax(0,1fr) auto auto; gap: 24px; padding-top: 16px; border-top: 1px solid var(--border); }
.home-page .home-project-copy a { color: inherit; text-decoration: none; }
.home-page .home-project-copy h3 { font-size: 28px; }
.home-page .home-project-copy p { color: var(--muted); font-size: 16px; text-align: right; }
.home-page .home-project-year { color: var(--muted); font-size: 14px; }

.home-page .home-manifesto {
  position: relative;
  min-height: 40svh;
  height: 40svh;
  overflow: hidden;
  display: flex;
  align-items: center;
  color: var(--surface);
  background: var(--dark);
}
.home-page .manifesto-media,
.home-page .manifesto-poster,
.home-page .manifesto-poster picture,
.home-page .manifesto-poster img,
.home-page .manifesto-media video { position: absolute; inset: 0; width: 100%; height: 100%; }
.home-page .manifesto-poster { z-index: 1; opacity: .38; transition: opacity 300ms ease; }
.home-page .manifesto-poster img,
.home-page .manifesto-media video { object-fit: cover; object-position: 52% 50%; }
.home-page .manifesto-media video { z-index: 0; opacity: .38; }
.home-page .home-manifesto.is-playing .manifesto-poster { opacity: 0; }
.home-page .home-manifesto .shell { position: relative; z-index: 2; }
.home-page .home-manifesto .shell p { max-width: 24ch; margin: 0 auto; font-family: var(--display); font-size: clamp(42px, 4.8vw, 72px); line-height: .98; text-align: center; text-shadow: 0 2px 18px rgba(0,0,0,.38); }

.home-page .home-collection-product > .media-preview { display: block; padding: 0; border: 0; aspect-ratio: 16 / 9; }
.home-page .home-collection-product > div:not(.media-preview) { display: flex; justify-content: space-between; gap: 24px; padding-top: 18px; border-top: 1px solid var(--light-border); }
.home-page .home-collection-product > div:not(.media-preview) a { color: inherit; text-decoration: none; }
.home-page .home-collection-links a { display: grid; grid-template-columns: 92px minmax(0,1fr) auto; }
.home-page .home-collection-links figure { width: 92px; aspect-ratio: 3 / 2; overflow: hidden; }
.home-page .home-collection-links img { width: 100%; height: 100%; object-fit: cover; object-position: var(--focus-desktop, 50% 50%); }

.work-page .site-header.is-transparent:not(.is-solid) { color: #fff; }
.work-hero { position: relative; min-height: 84svh; height: 84svh; overflow: hidden; color: #fff; background: var(--dark); }
.work-hero-scrim { position: absolute; inset: 0; z-index: 1; background: rgba(0,0,0,.24); }
.work-hero-overlay { position: relative; z-index: 2; height: 100%; min-height: 84svh; display: flex; flex-direction: column; justify-content: space-between; padding-top: calc(var(--header) + 22px); padding-bottom: 34px; text-shadow: 0 2px 16px rgba(0,0,0,.4); }
.work-hero .breadcrumb { color: rgba(255,255,255,.82); }
.work-hero-bottom { display: grid; grid-template-columns: minmax(0, 8fr) minmax(260px, 4fr); gap: 48px; align-items: end; }
.work-hero-bottom h1 { max-width: 12ch; margin-top: 12px; font-size: clamp(54px, 6.5vw, 98px); line-height: .92; }
.work-title-desktop { display: inline; }
.work-title-mobile { display: none; }
.work-hero .kicker { color: rgba(255,255,255,.75); }
.work-hero .work-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 28px; margin: 0; }
.work-hero .work-meta div { padding-top: 10px; border-top: 1px solid rgba(255,255,255,.42); }
.work-hero .work-meta dt { color: rgba(255,255,255,.7); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.work-hero .work-meta dd { margin-top: 5px; font-size: 15px; }
.work-hero-controls { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 22px; }
.work-hero-play { display: none; }

.work-overview { padding-block: clamp(88px, 10vw, 150px); }
.work-overview-grid { grid-template-columns: 3fr 9fr; }
.work-summary { max-width: 30ch; white-space: normal; font-size: clamp(34px, 4.25vw, 64px); line-height: 1.03; }
.work-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.gallery-item { min-width: 0; margin: 0; overflow: hidden; background: var(--surface-stone); }
.gallery-item-wide { grid-column: 1 / -1; }
.gallery-item-pair,
.gallery-item-natural { grid-column: span 1; }
.gallery-item-portrait { grid-column: span 1; width: min(100%, 76%); justify-self: center; }
.gallery-item button { display: block; width: 100%; padding: 0; border: 0; color: inherit; background: transparent; cursor: zoom-in; }
.gallery-item picture,
.gallery-item img { display: block; width: 100%; }
.gallery-item-wide img { aspect-ratio: 16 / 9; object-fit: cover; object-position: var(--focus-desktop, 50% 50%); }
.gallery-item-pair img { aspect-ratio: 3 / 2; object-fit: cover; object-position: var(--focus-desktop, 50% 50%); }
.gallery-item figcaption { padding: 10px 2px 0; color: var(--muted); font-size: 12px; letter-spacing: .04em; }
.gallery-narrative { grid-column: span 1; min-height: 46vw; display: flex; align-items: center; padding: clamp(32px, 6vw, 90px); background: var(--surface-stone); }
.gallery-narrative p { max-width: 32ch; font-family: var(--display); font-size: clamp(28px, 3vw, 46px); line-height: 1.08; }

.media-dialog,
.gallery-dialog { width: min(96vw, 1440px); max-width: none; height: min(92svh, 900px); max-height: none; padding: 0; border: 0; color: #fff; background: #090b0a; }
.media-dialog::backdrop,
.gallery-dialog::backdrop { background: rgba(0,0,0,.82); }
.dialog-close { position: absolute; top: 14px; right: 14px; z-index: 5; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: #fff; background: rgba(0,0,0,.45); font-size: 28px; cursor: pointer; }
.media-dialog-stage,
.media-dialog-player { position: absolute; inset: 0; }
.media-dialog-stage video,
.media-dialog-stage iframe { display: block; width: 100%; height: 100%; border: 0; object-fit: contain; }
.gallery-dialog { display: none; grid-template-columns: 64px minmax(0,1fr) 64px; align-items: center; }
.gallery-dialog[open] { display: grid; }
.gallery-dialog figure { min-width: 0; margin: 0; text-align: center; }
.gallery-dialog-image-host,
.gallery-dialog img { display: block; width: 100%; max-height: calc(92svh - 72px); object-fit: contain; }
.gallery-dialog figcaption { min-height: 32px; padding-top: 10px; color: rgba(255,255,255,.72); font-size: 13px; }
.gallery-dialog-nav { width: 48px; height: 48px; justify-self: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: #fff; background: transparent; cursor: pointer; }

@media (hover: hover) and (pointer: fine) {
  .media-play-button { opacity: 0; transition: opacity 180ms ease; }
  .media-preview:focus-within .media-play-button { opacity: 1; }
}

@media (max-width: 1023px) {
  .home-page .home-hero-copy h1 { font-size: clamp(60px, 7.6vw, 82px); }
  .work-hero-bottom { grid-template-columns: minmax(0, 7fr) minmax(240px, 5fr); gap: 30px; }
}

@media (max-width: 700px) {
  .media-preview-poster img { object-position: var(--focus-mobile, 50% 50%); }
  .media-film-label { right: 10px; bottom: 10px; font-size: 13px; }
  .media-play-button { width: 50px; height: 50px; }
  .home-page .home-hero { min-height: 86svh; height: 86svh; }
  .home-page .home-hero-inner { min-height: 86svh; padding-top: calc(var(--header) + 30px); padding-bottom: 28px; }
  .home-page .home-hero-copy h1 { max-width: none; font-size: clamp(43px, 12.7vw, 54px); line-height: .94; }
  .home-page .home-hero-copy h1 span { white-space: normal; }
  .home-page .hero-lede { margin-top: 18px; font-size: 15px; }
  .home-page .hero-actions { gap: 14px 18px; margin-top: 18px; }
  .home-page .hero-actions button,
  .home-page .hero-actions .text-link { font-size: 13px; }
  .home-page .home-project-grid { display: block; }
  .home-page .home-project { margin-bottom: 64px; }
  .home-page .home-project:last-child { margin-bottom: 0; }
  .home-page .home-project-featured .home-project-media,
  .home-page .home-project-standard .home-project-media { aspect-ratio: 3 / 2; }
  .home-page .home-project-copy { grid-template-columns: 1fr; gap: 7px; }
  .home-page .home-project-copy h3 { font-size: 24px; }
  .home-page .home-project-copy p { font-size: 15px; text-align: left; }
  .home-page .home-manifesto { min-height: 40svh; height: 40svh; }
  .home-page .home-manifesto .shell p { font-size: clamp(34px, 10vw, 46px); }
  .home-page .home-collection-product > div:not(.media-preview) { flex-direction: column; gap: 6px; }
  .home-page .home-collection-links a { grid-template-columns: 76px minmax(0,1fr) auto; }
  .home-page .home-collection-links figure { width: 76px; }
  .work-hero { min-height: 72svh; height: 72svh; }
  .work-hero-overlay { min-height: 72svh; padding-top: calc(var(--header) + 16px); padding-bottom: 24px; }
  .hero-poster img,
  .hero-video { object-position: var(--focus-mobile, 50% 50%); }
  .work-hero-bottom { display: block; }
  .work-hero-bottom h1 { max-width: none; font-size: clamp(40px, 11vw, 56px); }
  .work-hero .work-meta { grid-template-columns: 1fr 1fr; gap: 10px 16px; margin-top: 24px; }
  .work-hero .work-meta dd { font-size: 13px; }
  .work-hero-play { display: inline-block; }
  .work-hero-controls [data-hero-sound],
  .work-hero-controls [data-hero-pause] { display: none; }
  .work-overview-grid { display: block; }
  .work-overview-grid > .kicker { margin-bottom: 24px; }
  .work-summary { font-size: clamp(32px, 9vw, 44px); }
  .work-gallery { display: block; }
  .gallery-item,
  .gallery-item-portrait,
  .gallery-narrative { width: 100%; min-height: 0; margin-bottom: 18px; }
  .gallery-item-wide img,
  .gallery-item-pair img { aspect-ratio: auto; }
  .gallery-narrative { padding: 48px 28px; }
  .gallery-dialog { width: 100vw; height: 100svh; grid-template-columns: 48px minmax(0,1fr) 48px; }
  .gallery-dialog img { max-height: calc(100svh - 88px); }
  .gallery-dialog-nav { width: 40px; height: 40px; }
  .media-dialog { width: 100vw; height: 100svh; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-poster,
  .media-preview-poster,
  .manifesto-poster { transition: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .motion-ready .reveal:not(.is-visible), .reveal { opacity: 1 !important; transform: none !important; }
}

/* Homepage: controlled editorial composition */
.home-page {
  --gutter: 64px;
  --header: 80px;
  background: var(--surface);
}
.home-page .site-header .wordmark { font-size: 20px; letter-spacing: .08em; }
.home-page .desktop-nav a,
.home-page .language-link,
.home-page .header-cta { font-size: 14px; letter-spacing: .025em; text-transform: none; }
.home-page .header-cta { min-height: 44px; padding-inline: 18px; }

.home-page .home-hero {
  position: relative;
  min-height: 88svh;
  overflow: hidden;
  padding: 0;
  color: var(--surface);
  background: var(--dark);
  border: 0;
}
.home-page .home-hero-media,
.home-page .home-hero-scrim { position: absolute; inset: 0; }
.home-page .home-hero-media { min-height: 0; background: var(--dark); }
.home-page .home-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--focus-desktop);
}
.home-page .home-hero-scrim { z-index: 1; background: rgba(10, 12, 10, .28); }
.home-page .home-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 88svh;
  display: flex;
  align-items: flex-end;
  padding-top: calc(var(--header) + 48px);
  padding-bottom: 56px;
}
.home-page .home-hero-copy { width: min(100%, 1240px); padding: 0; }
.home-page .home-hero-copy h1 {
  max-width: 1240px;
  margin: 0;
  color: var(--surface);
  font-size: clamp(64px, 7vw, 112px);
  letter-spacing: -.045em;
  line-height: .92;
}
.home-page .home-hero-copy h1 span { display: block; white-space: nowrap; }
.home-page .hero-lede {
  max-width: 560px;
  margin-top: 28px;
  color: var(--surface);
  font-size: 18px;
  line-height: 1.5;
}
.home-page .hero-actions { display: flex; flex-direction: row; gap: 28px; margin-top: 28px; }
.home-page .hero-actions .text-link { min-height: 44px; font-size: 14px; letter-spacing: .025em; text-transform: none; }
.home-page .home-studio { padding-block: 144px; background: var(--surface); }
.home-page .home-studio-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0 28px;
  align-items: start;
}
.home-page .home-studio-grid > .kicker { grid-column: 1 / span 2; padding-top: 8px; }
.home-page .home-studio-copy { grid-column: 3 / span 6; }
.home-page .home-studio-manifesto {
  max-width: 25ch;
  font-family: var(--display);
  font-size: clamp(34px, 3vw, 48px);
  letter-spacing: -.025em;
  line-height: 1.12;
}
.home-page .home-studio-body {
  max-width: 52ch;
  margin-top: 32px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.52;
}
.home-page .home-studio-media {
  grid-column: 9 / -1;
  overflow: hidden;
  background: var(--surface-stone);
}
.home-page .home-studio-media img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: var(--focus-desktop);
}
.home-page .home-studio-locations {
  grid-column: 3 / -1;
  margin-top: 48px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-size: 15px;
}
.home-page .home-studio-locations span { margin-inline: 10px; color: var(--border); }

.home-page .home-projects { padding: 144px 0 152px; background: var(--background); }
.home-page .home-section-heading {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 28px;
  margin-bottom: 80px;
}
.home-page .home-section-heading .kicker { grid-column: 1 / span 2; padding-top: 10px; }
.home-page .home-section-heading h2 { grid-column: 3 / -1; font-size: clamp(48px, 5vw, 72px); }
.home-page .home-project-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 96px 28px;
}
.home-page .home-project { display: block; color: inherit; text-decoration: none; }
.home-page .home-project-full { grid-column: 1 / -1; }
.home-page .home-project-half { grid-column: span 6; }
.home-page .home-project-eight { grid-column: 1 / span 8; }
.home-page .home-project-six-right { grid-column: 7 / -1; }
.home-page .home-project-media { overflow: hidden; background: var(--surface-stone); }
.home-page .home-project-full .home-project-media { aspect-ratio: 16 / 9; }
.home-page .home-project-half .home-project-media { aspect-ratio: 4 / 5; }
.home-page .home-project-eight .home-project-media { aspect-ratio: 3 / 2; }
.home-page .home-project-six-right .home-project-media { aspect-ratio: 4 / 5; }
.home-page .home-project-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--focus-desktop);
  transition: transform .7s var(--ease);
}
@media (hover: hover) and (pointer: fine) {
  .home-page .home-project:hover .home-project-media img { transform: scale(1.015); }
}
.home-page .home-project-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: baseline;
  padding-top: 18px;
  border-top: 1px solid var(--border);
}
.home-page .home-project-copy h3 { max-width: 28ch; font-size: 26px; line-height: 1.08; }
.home-page .home-project-copy p { color: var(--muted); font-size: 15px; line-height: 1.45; text-align: right; }
.home-page .home-all-projects {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 14px;
  margin-top: 96px;
  border-bottom: 1px solid currentColor;
  font-size: 16px;
  font-weight: 650;
  text-decoration: none;
}

.home-page .home-services { padding-block: 144px; background: var(--surface); }
.home-page .home-services-heading {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}
.home-page .home-services-heading .kicker { grid-column: 1 / span 2; padding-top: 10px; }
.home-page .home-services-heading h2 { grid-column: 3 / -1; font-size: clamp(48px, 5vw, 72px); }
.home-page .home-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin-top: 72px;
}
.home-page .home-service { padding-top: 24px; border-top: 1px solid var(--border); }
.home-page .home-service > span { color: var(--accent); font-size: 14px; }
.home-page .home-service h3 { margin-top: 40px; font-size: 30px; }
.home-page .home-service p { max-width: 34ch; margin-top: 16px; color: var(--muted); font-size: 17px; line-height: 1.55; }
.home-page .home-process { margin-top: 88px; }
.home-page .home-process > .kicker { margin-bottom: 28px; }
.home-page .home-process ol {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--border);
  list-style: none;
}
.home-page .home-process-step { display: flex; gap: 16px; padding-top: 24px; }
.home-page .home-process-step span { color: var(--accent); font-size: 14px; }
.home-page .home-process-step p { font-family: var(--display); font-size: 22px; line-height: 1.1; }

.home-page .home-collection { padding-block: 128px; color: var(--surface); background: var(--dark); }
.home-page .home-collection-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}
.home-page .home-collection-copy { grid-column: 1 / span 5; padding-right: 32px; }
.home-page .home-collection-copy .kicker { color: var(--dark-muted); }
.home-page .home-collection-copy h2 { max-width: 9ch; margin-top: 20px; font-size: clamp(48px, 5vw, 72px); }
.home-page .home-collection-copy > p:not(.kicker) { max-width: 38ch; margin-top: 28px; color: var(--dark-muted); font-size: 17px; }
.home-page .home-collection-copy .text-link { min-height: 44px; margin-top: 36px; font-size: 14px; letter-spacing: .025em; text-transform: none; }
.home-page .home-collection-product { grid-column: 6 / -1; color: inherit; text-decoration: none; }
.home-page .home-collection-product figure { overflow: hidden; background: #1b211d; }
.home-page .home-collection-product img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: var(--focus-desktop);
}
.home-page .home-collection-product > div {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--light-border);
}
.home-page .home-collection-product h3 { font-size: 26px; }
.home-page .home-collection-product p { color: var(--dark-muted); font-size: 14px; text-align: right; }
.home-page .home-collection-links {
  grid-column: 6 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 20px;
}
.home-page .home-collection-links a {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 14px;
  border-top: 1px solid var(--light-border);
  color: var(--dark-muted);
  font-size: 14px;
  text-decoration: none;
}
.home-page .home-collection-links i { color: var(--surface); font-style: normal; }

.home-page .home-close { color: var(--surface); background: var(--dark); }
.home-page .home-close .project-cta { padding-block: 112px; background: transparent; }
.home-page .home-close .project-cta h2 { font-size: clamp(64px, 6vw, 88px); }
.home-page .home-close .project-cta-grid > div:last-child > p { font-size: 17px; }
.home-page .home-close .project-cta .text-link { min-height: 44px; font-size: 14px; letter-spacing: .025em; text-transform: none; }
.home-page .home-close .site-footer { background: transparent; }
.home-page .home-close .footer-grid { padding: 72px 0; }
.home-page .home-close .site-footer .wordmark { font-size: 17px; letter-spacing: .08em; }
.home-page .home-close .footer-brand p { font-size: 14px; line-height: 1.6; }
.home-page .home-close .footer-label { font-size: 13px; letter-spacing: .045em; }
.home-page .home-close .footer-column a,
.home-page .home-close .footer-column span { font-size: 13px; line-height: 1.6; }
.home-page .home-close .footer-grid > .footer-column:nth-child(3) a:nth-of-type(-n+2) { font-size: 16px; }
.home-page .home-close .footer-base { padding: 20px 0 32px; font-size: 13px; }

@media (max-width: 1439px) {
  .home-page { --gutter: 40px; }
  .home-page .home-hero-copy h1 { font-size: clamp(64px, 7vw, 100px); }
}

@media (min-width: 1280px) {
  .home-page .home-hero-copy h1 span { white-space: nowrap; }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .home-page .home-hero-copy { max-width: 1000px; }
  .home-page .home-hero-copy h1 { font-size: clamp(60px, 7vw, 88px); }
  .home-page .home-hero-copy h1 span { white-space: normal; }
}

@media (max-width: 1023px) {
  .home-page { --gutter: 28px; }
  .home-page .home-studio,
  .home-page .home-projects,
  .home-page .home-services { padding-block: 112px; }
  .home-page .home-studio-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .home-page .home-studio-grid > .kicker { grid-column: 1; }
  .home-page .home-studio-copy { grid-column: 2 / span 3; }
  .home-page .home-studio-media { grid-column: 5 / -1; }
  .home-page .home-studio-locations { grid-column: 2 / -1; }
  .home-page .home-project-grid { gap: 80px 24px; }
  .home-page .home-section-heading,
  .home-page .home-services-heading { gap: 24px; }
  .home-page .home-section-heading .kicker,
  .home-page .home-services-heading .kicker { grid-column: 1 / span 2; }
  .home-page .home-section-heading h2,
  .home-page .home-services-heading h2 { grid-column: 3 / -1; }
  .home-page .home-services-grid { gap: 24px; }
  .home-page .home-process ol { gap: 18px; }
  .home-page .home-process-step { flex-direction: column; gap: 8px; }
  .home-page .home-collection-copy { padding-right: 0; }
}

@media (max-width: 767px) {
  .home-page { --gutter: 20px; --header: 72px; }
  .home-page .site-header .wordmark { max-width: none; font-size: 17px; letter-spacing: .06em; }
  .home-page .home-hero { min-height: 88svh; }
  .home-page .home-hero-media img { object-position: var(--focus-mobile); }
  .home-page .home-hero-inner {
    min-height: 88svh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    padding-top: calc(var(--header) + 36px);
    padding-bottom: 34px;
  }
  .home-page .home-hero-copy { width: 100%; }
  .home-page .home-hero-copy h1 {
    max-width: none;
    margin: 0;
    font-size: clamp(44px, 13.2vw, 54px);
    line-height: .94;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }
  .home-page .home-hero-copy h1 span { white-space: normal; }
  .home-page .hero-lede { max-width: 30ch; margin-top: 22px; font-size: 16px; }
  .home-page .hero-actions { flex-direction: row; gap: 20px; margin-top: 20px; }
  .home-page .hero-actions .text-link { font-size: 13px; }
  .home-page .home-studio,
  .home-page .home-projects,
  .home-page .home-services { padding-block: 88px; }
  .home-page .home-studio-grid { display: block; }
  .home-page .home-studio-grid > .kicker { padding-top: 0; }
  .home-page .home-studio-copy { margin-top: 28px; }
  .home-page .home-studio-manifesto { font-size: clamp(34px, 10vw, 42px); }
  .home-page .home-studio-body { margin-top: 24px; font-size: 17px; }
  .home-page .home-studio-media { width: 100%; height: auto; margin-top: 44px; }
  .home-page .home-studio-media img { aspect-ratio: 4 / 5; object-position: var(--focus-mobile); }
  .home-page .home-studio-locations { margin-top: 36px; font-size: 14px; line-height: 1.7; }
  .home-page .home-studio-locations span { margin-inline: 4px; }
  .home-page .home-section-heading,
  .home-page .home-services-heading { display: block; margin-bottom: 48px; }
  .home-page .home-section-heading .kicker,
  .home-page .home-services-heading .kicker { padding-top: 0; }
  .home-page .home-section-heading h2,
  .home-page .home-services-heading h2 { margin-top: 18px; font-size: clamp(44px, 13vw, 56px); }
  .home-page .home-project-grid { display: block; }
  .home-page .home-project { margin: 0 0 64px; }
  .home-page .home-project:last-child { margin-bottom: 0; }
  .home-page .home-project-media img { object-position: var(--focus-mobile); }
  .home-page .home-project-copy { grid-template-columns: 1fr; gap: 8px; padding-top: 16px; }
  .home-page .home-project-copy h3 { font-size: 24px; }
  .home-page .home-project-copy p { font-size: 14px; text-align: left; }
  .home-page .home-all-projects { margin-top: 64px; font-size: 15px; }
  .home-page .home-services-grid { display: block; margin-top: 48px; }
  .home-page .home-service { margin-top: 48px; }
  .home-page .home-service:first-child { margin-top: 0; }
  .home-page .home-service h3 { margin-top: 24px; font-size: 28px; }
  .home-page .home-service p { font-size: 16px; }
  .home-page .home-process { margin-top: 72px; }
  .home-page .home-process ol { display: block; border-top: 0; }
  .home-page .home-process-step { flex-direction: row; gap: 20px; padding: 18px 0; border-top: 1px solid var(--border); }
  .home-page .home-process-step p { font-size: 22px; }
  .home-page .home-collection { padding-block: 88px; }
  .home-page .home-collection-grid { display: block; }
  .home-page .home-collection-copy h2 { max-width: 10ch; font-size: clamp(44px, 13vw, 56px); }
  .home-page .home-collection-copy > p:not(.kicker) { font-size: 16px; }
  .home-page .home-collection-product { display: block; margin-top: 52px; }
  .home-page .home-collection-product img { aspect-ratio: 3 / 2; object-position: var(--focus-mobile); }
  .home-page .home-collection-product > div { flex-direction: column; gap: 6px; padding-top: 16px; }
  .home-page .home-collection-product h3 { font-size: 24px; }
  .home-page .home-collection-product p { font-size: 13px; text-align: left; }
  .home-page .home-collection-links { display: block; margin-top: 24px; }
  .home-page .home-close .project-cta { padding-block: 88px; }
  .home-page .home-close .project-cta h2 { font-size: clamp(48px, 13vw, 60px); }
  .home-page .home-close .project-cta-grid > div:last-child > p { margin-top: 32px; font-size: 16px; }
  .home-page .home-close .footer-grid { padding: 64px 0; }
  .home-page .home-close .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .home-page .home-close .footer-brand,
  .home-page .home-close .footer-grid .footer-column:last-child { grid-column: 1; }
  .home-page .home-close .footer-brand,
  .home-page .home-close .footer-column { min-width: 0; }
  .home-page .home-close .footer-column a { overflow-wrap: anywhere; }
  .home-page .home-close .footer-column a,
  .home-page .home-close .footer-column span { min-height: 28px; font-size: 13px; }
  .home-page .home-close .footer-grid > .footer-column:nth-child(3) a:nth-of-type(-n+2) { font-size: 16px; }
  .home-page .home-close .footer-base { padding-bottom: 28px; }
}

@media (max-width: 390px) {
  .home-page { --gutter: 20px; }
  .home-page .home-hero-copy h1 { font-size: clamp(44px, 13vw, 50px); }
  .home-page .hero-actions { gap: 14px; }
  .home-page .hero-actions .text-link { gap: 7px; font-size: 13px; }
}

/* Final cascade lock for the renewed home composition. */
.home-page .home-hero { min-height: 90svh; height: 90svh; }
.home-page .home-hero-inner { min-height: 90svh; justify-content: space-between; }
.home-page .home-hero-scrim { background: rgba(0,0,0,.24); }
.home-page .home-hero-copy h1 { max-width: 12.5ch; }
.home-page .home-hero-copy h1 .mobile-title-continuation { display: inline; font-style: normal; }
.home-page .home-project-grid { gap: 88px 28px; }
.home-page .home-project-featured { grid-column: 1 / -1; }
.home-page .home-project-standard { grid-column: span 6; }
.home-page .home-project-featured .home-project-media { aspect-ratio: 16 / 9; }
.home-page .home-project-standard .home-project-media { aspect-ratio: 3 / 2; }
.home-page .home-project-copy { grid-template-columns: minmax(0, 1fr) auto auto; }
.home-page .home-project-copy h3 { font-size: 28px; }
.home-page .home-project-copy p { font-size: 16px; }
.home-page .home-collection-product > .media-preview { display: block; padding: 0; border: 0; }
.home-page .home-collection-product > div:not(.media-preview) { display: flex; }
.home-page .home-collection-links { display: grid; }
.home-page .home-collection-links a { display: grid; }

@media (max-width: 700px) {
  .home-page .home-hero { min-height: 86svh; height: 86svh; }
  .home-page .home-hero-inner { min-height: 86svh; }
  .home-page .home-hero-copy h1 { max-width: 100%; font-size: clamp(41px, 11.2vw, 46px); overflow-wrap: normal; }
  .home-page .home-hero-copy h1 > span { max-width: 100%; white-space: normal; }
  .home-page .home-hero-copy h1 .mobile-title-continuation { display: block; }
  .home-page .home-project-grid { display: block; }
  .home-page .home-project { margin-bottom: 64px; }
  .home-page .home-project-featured .home-project-media,
  .home-page .home-project-standard .home-project-media { aspect-ratio: 3 / 2; }
  .home-page .home-project-copy { grid-template-columns: 1fr; }
  .home-page .home-project-copy h3 { font-size: 24px; }
  .home-page .home-project-copy p { font-size: 15px; text-align: left; }
  .home-page .home-collection-product > div:not(.media-preview) { flex-direction: column; }
  .home-page .home-collection-links { display: block; }
  .home-page .home-collection-links a { display: grid; }
  .work-hero-bottom h1 { max-width: calc(100vw - 40px); font-size: clamp(32px, 9.2vw, 38px); overflow-wrap: anywhere; word-break: normal; }
  .work-summary { max-width: 100%; overflow-wrap: anywhere; }
  .work-title-desktop { display: none; }
  .work-title-mobile { display: block; }
  .work-title-mobile i { display: block; font-style: normal; white-space: nowrap; }
}

/* Refined editorial scale: quieter typography, more image-led composition. */
.home-page .home-hero-copy h1 {
  max-width: 15ch;
  font-size: clamp(52px, 5.3vw, 82px);
  line-height: .96;
  letter-spacing: -.035em;
}
.home-page .home-section-heading h2,
.home-page .home-services-heading h2 { font-size: clamp(38px, 4vw, 56px); }
.home-page .home-studio-manifesto { font-size: clamp(29px, 2.5vw, 39px); line-height: 1.16; }
.home-page .home-project-copy h3 { font-size: clamp(22px, 1.8vw, 27px); }
.home-page .home-service h3 { font-size: clamp(23px, 2vw, 28px); }
.home-page .home-collection-copy h2 { font-size: clamp(38px, 4vw, 58px); }
.home-page .home-manifesto .shell p { font-size: clamp(34px, 3.6vw, 54px); line-height: 1.06; }
.portfolio-card-copy h2,
.portfolio-card-copy h3 { font-size: clamp(20px, 1.6vw, 27px); line-height: 1.14; }
.page-hero h1 { font-size: clamp(40px, 4.6vw, 68px); line-height: 1; }
.work-hero-bottom h1 { max-width: 15ch; font-size: clamp(42px, 4.8vw, 72px); line-height: .98; }
.work-overview-grid { grid-template-columns: 4fr 8fr; gap: 40px; }
.work-summary {
  max-width: 42ch;
  font-size: clamp(24px, 2.35vw, 38px);
  line-height: 1.22;
  letter-spacing: -.018em;
}
.gallery-narrative p { font-size: clamp(24px, 2.35vw, 36px); line-height: 1.16; }
.project-cta h2,
.home-page .home-close .project-cta h2 { font-size: clamp(38px, 4.2vw, 60px); line-height: 1.02; }

.services-page-body .site-header.is-transparent:not(.is-solid) { color: #fff; }
.services-visual-hero {
  position: relative;
  min-height: 72svh;
  height: 72svh;
  overflow: hidden;
  color: #fff;
  background: var(--dark);
}
.services-visual-hero > figure,
.services-visual-hero > figure picture,
.services-visual-hero > figure img,
.services-hero-scrim { position: absolute; inset: 0; display: block; width: 100%; height: 100%; }
.services-visual-hero > figure img { object-fit: cover; object-position: var(--focus-desktop, 55% 50%); }
.services-hero-scrim { z-index: 1; background: rgba(0,0,0,.28); }
.services-visual-hero-copy {
  position: relative;
  z-index: 2;
  min-height: 72svh;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 28px;
  align-content: end;
  padding-top: calc(var(--header) + 40px);
  padding-bottom: 48px;
  text-shadow: 0 2px 18px rgba(0,0,0,.36);
}
.services-visual-hero-copy .kicker { grid-column: 1 / span 2; padding-top: 8px; color: rgba(255,255,255,.76); }
.services-visual-hero-copy h1 { grid-column: 3 / span 6; max-width: 13ch; font-size: clamp(44px, 5vw, 72px); line-height: .98; }
.services-visual-hero-copy > p:last-child { grid-column: 10 / -1; align-self: end; max-width: 34ch; color: rgba(255,255,255,.82); font-size: 16px; line-height: 1.55; }
.services-sticky h2 { font-size: clamp(36px, 4vw, 54px); }
.service-group-body h3 { font-size: clamp(25px, 2.25vw, 36px); line-height: 1.12; }

@media (max-width: 1023px) {
  .home-page .home-hero-copy h1 { font-size: clamp(46px, 5.8vw, 64px); }
  .services-visual-hero-copy h1 { grid-column: 3 / span 7; }
  .services-visual-hero-copy > p:last-child { grid-column: 10 / -1; }
}

@media (max-width: 700px) {
  .home-page .home-hero-copy h1 { max-width: 100%; font-size: clamp(34px, 9.7vw, 40px); line-height: 1; }
  .home-page .home-section-heading h2,
  .home-page .home-services-heading h2 { font-size: clamp(34px, 9vw, 42px); }
  .home-page .home-studio-manifesto { font-size: clamp(27px, 7.6vw, 34px); }
  .home-page .home-project-copy h3 { font-size: 22px; }
  .home-page .home-manifesto .shell p { font-size: clamp(29px, 8vw, 36px); }
  .page-hero h1 { font-size: clamp(34px, 9.6vw, 43px); }
  .work-hero-bottom h1 { font-size: clamp(28px, 8vw, 33px); line-height: 1.02; }
  .work-overview-grid { display: block; }
  .work-summary { max-width: 100%; font-size: clamp(22px, 6.2vw, 28px); line-height: 1.28; overflow-wrap: anywhere; }
  .gallery-narrative p { font-size: clamp(22px, 6.2vw, 28px); }
  .project-cta h2,
  .home-page .home-close .project-cta h2 { font-size: clamp(34px, 9vw, 44px); }
  .services-visual-hero { min-height: 66svh; height: 66svh; }
  .services-visual-hero > figure img { object-position: var(--focus-mobile, 50% 48%); }
  .services-visual-hero-copy { min-height: 66svh; display: block; padding-top: calc(var(--header) + 56px); padding-bottom: 28px; }
  .services-visual-hero-copy h1 { max-width: 12ch; margin-top: 14px; font-size: clamp(34px, 9.7vw, 43px); }
  .services-visual-hero-copy > p:last-child { max-width: 32ch; margin-top: 18px; font-size: 14px; }
  .services-page { padding-block: 80px; }
  .services-sticky h2 { font-size: 36px; }
  .service-group-body h3 { font-size: 25px; }
}

/* Premium architecture portfolio — final visual system */
body {
  font-size: 17px;
  line-height: 1.6;
}

h1,
h2,
h3 {
  font-weight: 400;
  letter-spacing: -.025em;
}

.kicker {
  min-height: 1em;
  font-size: 12px;
  letter-spacing: .08em;
}

.wordmark,
.home-page .site-header .wordmark {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: .035em;
  text-transform: none;
}

.desktop-nav a,
.language-link,
.home-page .desktop-nav a,
.home-page .language-link {
  font-size: 14px;
  font-weight: 550;
  letter-spacing: 0;
  text-transform: none;
}

.text-link,
.home-page .hero-actions .text-link,
.home-page .home-collection-copy .text-link {
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
}

/* Image-led projects opening */
.projects-page .site-header.is-transparent:not(.is-solid),
.collection-page .site-header.is-transparent:not(.is-solid),
.services-page-body .site-header.is-transparent:not(.is-solid) {
  color: #fff;
}

.projects-hero {
  position: relative;
  height: 72svh;
  min-height: 620px;
  overflow: hidden;
  color: #fff;
  background: var(--dark);
}

.projects-hero-media,
.projects-hero-media picture,
.projects-hero-media img,
.projects-hero-scrim {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.projects-hero-media img {
  object-fit: cover;
  object-position: var(--focus-desktop, 50% 52%);
}

.projects-hero-scrim {
  z-index: 1;
  background: rgba(9, 11, 9, .28);
}

.projects-hero-copy {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  max-width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding-top: calc(var(--header) + 40px);
  padding-bottom: 46px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .34);
}

.projects-hero-copy .kicker { color: rgba(255, 255, 255, .82); }
.projects-hero-copy h1 {
  max-width: 720px;
  margin-top: 14px;
  font-size: clamp(64px, 5.7vw, 82px);
  line-height: .98;
}

.projects-hero-copy > p:not(.kicker) {
  max-width: 62ch;
  margin-top: 20px;
  color: rgba(255, 255, 255, .9);
  font-size: 17px;
}

.projects-hero-copy > a {
  margin-top: 22px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, .72);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.portfolio-filters {
  position: sticky;
  top: var(--header);
  padding: 0;
  background: rgba(248, 246, 241, .97);
  border-color: var(--border);
  backdrop-filter: blur(12px);
}

.filter-bar {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.filter-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 30px;
}

.filter-categories button {
  position: relative;
  min-height: 42px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
  font-size: 15px;
}

.filter-categories button::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transition: transform .2s ease;
}

.filter-categories button[aria-pressed="true"] { color: var(--foreground); }
.filter-categories button[aria-pressed="true"]::after { transform: scaleX(1); }
.filter-count { flex: 0 0 auto; color: var(--muted); font-size: 14px; }
.filter-count strong { color: var(--foreground); font-weight: 600; }

.portfolio-listing { background: var(--background); }
.portfolio-grid { gap: 96px 32px; }
.portfolio-grid .portfolio-card-standard:nth-child(4n) { margin-top: 0; }
.portfolio-card,
.portfolio-card-media,
.portfolio-card-media img { border-radius: 0; box-shadow: none; }
.portfolio-card-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 20px;
  align-items: baseline;
  padding-top: 16px;
}
.portfolio-card-copy h2,
.portfolio-card-copy h3 { min-width: 0; font-size: clamp(23px, 1.75vw, 27px); }
.portfolio-card-copy p {
  color: var(--muted);
  font-size: 14px;
  letter-spacing: 0;
  text-align: right;
  text-transform: none;
}
.portfolio-card-copy > span { font-size: 14px; }

/* Quiet, light homepage sequence */
.home-page .home-studio { background: var(--surface); }
.home-page .home-studio-manifesto {
  max-width: 13ch;
  font-size: clamp(42px, 4.4vw, 64px);
  line-height: 1;
}
.home-page .home-studio-body { max-width: 68ch; }
.home-page .home-projects { background: var(--background); }
.home-page .home-services { background: var(--surface); }
.home-page .home-services-heading { align-items: start; }
.home-page .home-services-heading .home-services-manifesto {
  grid-column: 9 / -1;
  max-width: 32ch;
  padding-top: 8px;
  color: var(--muted);
  font-family: var(--display);
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1.16;
}

.home-page .home-collection {
  color: var(--foreground);
  background: #eae6de;
}
.home-page .home-collection-copy .kicker,
.home-page .home-collection-copy > p:not(.kicker),
.home-page .home-collection-product p { color: var(--muted); }
.home-page .home-collection-product figure,
.home-page .media-preview { background: #ddd7cc; }
.home-page .home-collection-product > div:not(.media-preview),
.home-page .home-collection-links a { border-color: var(--border); }
.home-page .home-collection-links a {
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 54px;
  padding-block: 14px;
  color: var(--muted);
  font-size: 14px;
}
.home-page .home-collection-links i { color: var(--foreground); }

/* Services remain light and compact below the visual hero. */
.services-page {
  color: var(--foreground);
  background: var(--surface);
}
.services-page-heading {
  display: grid;
  grid-template-columns: 3fr 9fr;
  gap: 32px;
  align-items: start;
}
.services-page-heading > p:last-child {
  max-width: 34ch;
  font-family: var(--display);
  font-size: clamp(32px, 3.2vw, 48px);
  line-height: 1.08;
}
.services-simple-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin-top: clamp(64px, 8vw, 104px);
}
.service-simple {
  padding-top: 22px;
  border-top: 1px solid var(--border);
}
.service-simple > span { color: var(--accent); font-size: 14px; }
.service-simple h2 { margin-top: 38px; font-size: clamp(28px, 2.2vw, 32px); }
.service-simple p { max-width: 36ch; margin-top: 14px; color: var(--muted); font-size: 17px; }
.services-process-inline { margin-top: 78px; }
.services-process-inline ol {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  margin: 22px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid var(--border);
  list-style: none;
}
.services-process-inline li { display: flex; align-items: center; font-family: var(--display); font-size: 21px; }
.services-process-inline li:not(:last-child)::after { margin-inline: 18px; color: var(--muted); content: "—"; }

/* Collection page: image opening, warm stone listing. */
.collection-visual-hero {
  position: relative;
  height: 70svh;
  min-height: 580px;
  overflow: hidden;
  color: #fff;
  background: var(--dark);
}
.collection-visual-hero > figure,
.collection-visual-hero > figure picture,
.collection-visual-hero > figure img,
.collection-hero-scrim {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.collection-visual-hero > figure img { object-fit: cover; object-position: var(--focus-desktop, 50% 55%); }
.collection-hero-scrim { z-index: 1; background: rgba(8, 10, 9, .28); }
.collection-hero-copy {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding-top: calc(var(--header) + 36px);
  padding-bottom: 44px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .34);
}
.collection-hero-copy .kicker { color: rgba(255, 255, 255, .8); }
.collection-hero-copy h1 { max-width: 10ch; margin-top: 14px; font-size: clamp(54px, 5.2vw, 76px); line-height: .98; }
.collection-hero-copy > p:last-child { max-width: 54ch; margin-top: 18px; color: rgba(255, 255, 255, .86); }
.collection-listing { color: var(--foreground); background: #eae6de; }
.collection-listing .portfolio-card-copy { border-color: var(--border); }
.collection-listing .portfolio-card-copy p { color: var(--muted); }

/* Open contact prompt followed by the site's sole dark surface. */
.project-cta,
.home-page .project-cta,
.home-page .home-close .project-cta {
  padding: clamp(88px, 10vw, 144px) 0;
  color: var(--foreground);
  background: var(--surface);
  border-top: 1px solid var(--border);
}
.project-cta .kicker { color: var(--muted); }
.project-cta-grid > div:last-child > p { color: var(--muted); font-size: 17px; }
.project-cta-links { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 28px; }
.project-cta-links a {
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}
.site-footer,
.home-page .site-footer,
.home-page .home-close .site-footer {
  color: var(--surface);
  background: var(--dark);
  border-color: var(--light-border);
}
.footer-grid,
.home-page .home-close .footer-grid {
  grid-template-columns: minmax(0, 5fr) minmax(150px, 2fr) minmax(280px, 5fr);
  gap: 64px;
  padding-block: 64px;
}
.footer-brand { grid-column: auto; }
.site-footer .wordmark { color: var(--surface); font-size: 19px; }
.footer-brand > p { font-size: 14px; line-height: 1.6; }
.footer-brand .footer-regions { margin-top: 28px; color: var(--surface); }
.footer-column a,
.footer-column span,
.footer-label,
.footer-base,
.home-page .home-close .footer-column a,
.home-page .home-close .footer-column span,
.home-page .home-close .footer-label,
.home-page .home-close .footer-base { font-size: 14px; }
.footer-contact > a:first-of-type,
.footer-contact > a:nth-of-type(2) { color: var(--surface); font-size: 16px; }
.footer-social { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 12px; }
.footer-base a { color: inherit; text-decoration: none; }

.direct-links span { font-size: 13px; letter-spacing: .04em; }
.direct-links strong { font-size: 16px; }

/* Detail heroes retain per-project focal points and readable metadata. */
.work-hero-bottom h1 { font-size: clamp(54px, 5.3vw, 78px); line-height: .98; }
.work-hero .work-meta dt { font-size: 13px; letter-spacing: .04em; }
.work-hero .work-meta dd { font-size: 14px; }
.work-overview { background: var(--surface); }
.media-opt-out .home-page .hero-actions [data-hero-sound],
.media-opt-out .home-page .hero-actions [data-hero-pause],
.media-opt-out .work-hero-controls [data-hero-sound],
.media-opt-out .work-hero-controls [data-hero-pause] { display: none; }
.media-opt-out .work-hero-play { display: inline-block; }

@media (max-width: 1023px) {
  .home-page .home-services-heading .home-services-manifesto { grid-column: 3 / -1; margin-top: 24px; }
  .footer-grid,
  .home-page .home-close .footer-grid { gap: 36px; }
}

@media (max-width: 860px) {
  .language-link { display: none; }
  .mobile-menu .mobile-language {
    margin-top: 28px;
    font-family: var(--body);
    font-size: 17px;
    font-weight: 650;
  }
  .services-page-heading { grid-template-columns: 1fr; }
  .footer-grid,
  .home-page .home-close .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  body { font-size: 16px; }
  .wordmark,
  .home-page .site-header .wordmark { max-width: none; font-size: 17px; letter-spacing: .025em; }
  .projects-hero {
    height: 64svh;
    min-height: 520px;
  }
  .projects-hero-media img { object-position: var(--focus-mobile, 56% 50%); }
  .projects-hero-copy { padding-top: calc(var(--header) + 24px); padding-bottom: 28px; }
  .projects-hero-copy h1 { max-width: 11ch; font-size: clamp(42px, 12.3vw, 50px); line-height: .98; }
  .projects-hero-copy > p:not(.kicker) { max-width: 34ch; margin-top: 14px; font-size: 16px; line-height: 1.5; }
  .projects-hero-copy > a { margin-top: 14px; font-size: 13px; }
  .portfolio-filters { position: static; }
  .filter-bar { min-height: 0; align-items: flex-end; padding-block: 16px; }
  .filter-categories { gap: 6px 20px; }
  .filter-categories button { min-height: 36px; font-size: 14px; }
  .filter-count { padding-bottom: 8px; font-size: 13px; }
  .portfolio-grid { display: block; }
  .portfolio-grid .portfolio-card { margin-bottom: 64px; }
  .portfolio-grid .portfolio-card:last-child { margin-bottom: 0; }
  .portfolio-card-copy { grid-template-columns: 1fr; gap: 6px; }
  .portfolio-card-copy h2,
  .portfolio-card-copy h3 { font-size: 23px; }
  .portfolio-card-copy p { font-size: 14px; text-align: left; }
  .home-page .home-hero-copy h1 { font-size: clamp(42px, 11.8vw, 48px); line-height: .98; }
  .home-page .home-studio-manifesto { max-width: 12ch; font-size: clamp(42px, 12vw, 50px); line-height: 1; }
  .home-page .home-services-heading .home-services-manifesto { margin-top: 24px; font-size: 25px; }
  .services-simple-grid { display: block; margin-top: 52px; }
  .service-simple { margin-top: 46px; }
  .service-simple:first-child { margin-top: 0; }
  .service-simple h2 { margin-top: 22px; font-size: 28px; }
  .service-simple p { font-size: 16px; }
  .services-process-inline ol { display: block; }
  .services-process-inline li { padding: 13px 0; border-bottom: 1px solid var(--border); font-size: 21px; }
  .services-process-inline li:not(:last-child)::after { display: none; }
  .collection-visual-hero { height: 64svh; min-height: 520px; }
  .collection-visual-hero > figure img { object-position: var(--focus-mobile, 50% 52%); }
  .collection-hero-copy { padding-bottom: 28px; }
  .collection-hero-copy h1 { max-width: 11ch; font-size: clamp(42px, 12vw, 50px); }
  .collection-hero-copy > p:last-child { max-width: 32ch; font-size: 16px; }
  .work-hero-bottom h1 { max-width: 100%; font-size: clamp(42px, 11vw, 50px); line-height: .98; overflow-wrap: normal; }
  .work-title-mobile i { white-space: normal; }
  .work-hero .work-meta dt { font-size: 13px; }
  .work-hero .work-meta dd { font-size: 14px; }
  .project-cta-grid { gap: 32px; }
  .project-cta-links { gap: 10px 20px; }
  .footer-grid,
  .home-page .home-close .footer-grid { grid-template-columns: 1fr; gap: 38px; padding-block: 56px; }
  .footer-brand,
  .footer-grid .footer-column:last-child { grid-column: 1; }
  .footer-base { gap: 8px; }
}

@media (max-width: 390px) {
  .projects-hero-copy h1,
  .collection-hero-copy h1 { font-size: 42px; }
  .filter-bar { align-items: flex-start; flex-direction: column; gap: 2px; }
  .filter-count { padding-bottom: 0; }
}

/* Final CMS cascade lock: density/theme choices must win over legacy responsive rules. */
.home-page.home-density-compact .home-studio { padding: 88px 0 68px; }
.home-page.home-density-compact .home-studio-body { margin-top: 24px; }
.home-page.home-density-compact .home-studio-locations { margin-top: 30px; padding-top: 16px; }
.home-page.home-density-compact .home-projects { padding: 68px 0 88px; }
.home-page.home-density-compact .home-section-heading { margin-bottom: 52px; }
.home-page.home-density-compact .home-project-grid { gap: 60px 28px; }
.home-page.home-density-compact .home-all-projects { margin-top: 60px; }
.home-page.home-density-compact .home-yacht-spotlight,
.home-page.home-density-compact .home-yacht-copy { min-height: 64svh; }
.home-page.home-density-compact .home-yacht-copy { padding-top: 88px; padding-bottom: 48px; }
.home-page.home-density-compact .home-services { padding: 76px 0 64px; }
.home-page .home-services.home-services-dark {
  color: #f8f6f1;
  background: #162019;
}
.home-page .home-services.home-services-dark .kicker,
.home-page .home-services.home-services-dark .home-services-manifesto,
.home-page .home-services.home-services-dark .home-service p { color: rgba(248, 246, 241, .72); }
.home-page.home-density-compact .home-services-grid { margin-top: 52px; }
.home-page.home-density-compact .home-process { margin-top: 60px; }
.home-page.home-density-compact .home-studio-story { padding: 64px 0 76px; }
.home-page.home-density-compact .home-story-copy h2 { margin-top: 18px; }
.home-page.home-density-compact .home-story-copy > p:not(.kicker) { margin-top: 22px; }
.home-page.home-density-compact .home-story-signature { margin-top: 32px; }
.home-page.home-density-compact .home-collection { padding-block: 80px; }
.home-page.home-density-compact .home-close .project-cta { padding-block: 80px; }

@media (max-width: 1023px) {
  .home-page.home-density-compact .home-studio { padding: 72px 0 56px; }
  .home-page.home-density-compact .home-projects { padding: 56px 0 72px; }
  .home-page.home-density-compact .home-section-heading { margin-bottom: 44px; }
  .home-page.home-density-compact .home-project-grid { gap: 52px 24px; }
  .home-page.home-density-compact .home-services { padding: 68px 0 56px; }
  .home-page.home-density-compact .home-services-grid { margin-top: 44px; }
  .home-page.home-density-compact .home-process { margin-top: 52px; }
  .home-page.home-density-compact .home-studio-story { padding: 56px 0 68px; }
  .home-page.home-density-compact .home-collection { padding-block: 72px; }
}

@media (max-width: 700px) {
  .home-page.home-density-compact .home-studio { padding: 56px 0 44px; }
  .home-page.home-density-compact .home-studio-copy { margin-top: 20px; }
  .home-page.home-density-compact .home-studio-body { margin-top: 20px; }
  .home-page.home-density-compact .home-studio-media { margin-top: 32px; }
  .home-page.home-density-compact .home-studio-locations { margin-top: 26px; }
  .home-page.home-density-compact .home-projects { padding: 44px 0 60px; }
  .home-page.home-density-compact .home-section-heading,
  .home-page.home-density-compact .home-services-heading { margin-bottom: 32px; }
  .home-page.home-density-compact .home-project { margin-bottom: 44px; }
  .home-page.home-density-compact .home-all-projects { margin-top: 42px; }
  .home-page.home-density-compact .home-yacht-copy { padding-top: 34px; padding-bottom: 40px; }
  .home-page.home-density-compact .home-services { padding: 56px 0 48px; }
  .home-page.home-density-compact .home-services-grid { margin-top: 32px; }
  .home-page.home-density-compact .home-services-dark .home-service {
    min-height: 0;
    margin-top: 18px;
    padding: 22px 20px 24px;
  }
  .home-page.home-density-compact .home-services-dark .home-service:first-child { margin-top: 0; }
  .home-page.home-density-compact .home-services-dark .home-service h3 { margin-top: 34px; }
  .home-page.home-density-compact .home-process { margin-top: 44px; }
  .home-page.home-density-compact .home-studio-story { padding: 44px 0 56px; }
  .home-page.home-density-compact .home-story-copy { margin-top: 30px; }
  .home-page.home-density-compact .home-story-copy > p:not(.kicker) { margin-top: 20px; }
  .home-page.home-density-compact .home-story-signature { margin-top: 28px; }
  .home-page.home-density-compact .home-collection { padding-block: 56px; }
  .home-page.home-density-compact .home-collection-product { margin-top: 40px; }
  .home-page.home-density-compact .home-close .project-cta { padding-block: 60px; }
}

/* Compact transition after the approach, plus the CMS-managed home enquiry panel. */
.home-page.home-density-compact .home-studio-no-locations { padding-bottom: 44px; }
.home-page .home-contact-panel {
  padding: 72px 0;
  color: var(--foreground);
  background: #eae6de;
  border-top: 1px solid var(--border);
}
.home-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(520px, 7fr);
  gap: clamp(56px, 7vw, 112px);
  align-items: start;
}
.home-contact-intro { padding-top: 8px; }
.home-contact-intro .kicker { color: var(--muted); }
.home-contact-intro h2 {
  max-width: 10ch;
  margin-top: 18px;
  font-size: clamp(46px, 4.8vw, 72px);
  line-height: .98;
}
.home-contact-intro > p:not(.kicker) {
  max-width: 39ch;
  margin-top: 24px;
  color: var(--muted);
  font-size: 16px;
}
.home-contact-intro .project-cta-links { max-width: 420px; margin-top: 32px; }
.home-contact-form {
  padding: clamp(28px, 3.2vw, 46px);
  border: 1px solid rgba(23, 24, 22, .18);
  background: rgba(248, 246, 241, .74);
}
.home-contact-form > .kicker { margin-bottom: 30px; color: var(--muted); }
.home-contact-form .home-contact-form-legend {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.home-contact-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 24px;
}
.home-contact-form .field > span { color: #5e5a53; }
.home-contact-form .field input,
.home-contact-form .field select,
.home-contact-form .field textarea { border-color: rgba(23, 24, 22, .22); }
.home-contact-form .field textarea { min-height: 92px; }
.home-contact-form .consent { margin-top: 4px; }
.home-contact-form .consent span { color: var(--muted); font-size: 12px; line-height: 1.55; }
.home-contact-submit { min-width: 240px; margin-top: 26px; }
.home-contact-form .form-status { margin-bottom: -14px; font-size: 13px; }

@media (max-width: 1023px) {
  .home-page .home-contact-panel { padding: 64px 0; }
  .home-contact-grid { grid-template-columns: 1fr; gap: 44px; }
  .home-contact-intro h2 { max-width: 12ch; }
  .home-contact-intro > p:not(.kicker) { max-width: 52ch; }
}

@media (max-width: 700px) {
  .home-page.home-density-compact .home-studio-no-locations { padding-bottom: 34px; }
  .home-page .home-contact-panel { padding: 52px 0; }
  .home-contact-grid { gap: 34px; }
  .home-contact-intro h2 { margin-top: 14px; font-size: clamp(38px, 11vw, 48px); }
  .home-contact-intro > p:not(.kicker) { margin-top: 20px; font-size: 15px; }
  .home-contact-intro .project-cta-links { gap: 10px 18px; margin-top: 26px; }
  .home-contact-form { padding: 24px 20px; }
  .home-contact-form > .kicker { margin-bottom: 24px; }
  .home-contact-fields { grid-template-columns: 1fr; gap: 10px; }
  .home-contact-form .field-wide { grid-column: 1; }
  .home-contact-submit { width: 100%; min-width: 0; }
}

/* CMS-owned contact hero. */
.contact-visual-hero {
  position: relative;
  height: 72svh;
  min-height: 620px;
  max-height: 900px;
  overflow: hidden;
  color: #fff;
  background: var(--dark);
}
.contact-visual-hero > figure,
.contact-visual-hero > figure picture,
.contact-visual-hero > figure img,
.contact-hero-scrim { position: absolute; inset: 0; display: block; width: 100%; height: 100%; }
.contact-visual-hero > figure img {
  object-fit: cover;
  object-position: var(--focus-desktop, 50% 50%);
}
.contact-hero-scrim { z-index: 1; background: #07100c; }
.contact-visual-hero-copy {
  position: relative;
  z-index: 2;
  min-height: 100%;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 28px;
  align-content: end;
  padding-top: calc(var(--header) + 44px);
  padding-bottom: 52px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .3);
}
.contact-visual-hero-copy > div { grid-column: 1 / span 8; }
.contact-visual-hero-copy .kicker { color: rgba(255, 255, 255, .76); }
.contact-visual-hero-copy h1 {
  max-width: 11ch;
  margin-top: 16px;
  font-size: clamp(52px, 5.8vw, 88px);
  line-height: .96;
}
.contact-visual-hero-copy > p {
  grid-column: 9 / -1;
  align-self: end;
  max-width: 36ch;
  color: rgba(255, 255, 255, .84);
  font-size: 17px;
  line-height: 1.55;
}

@media (max-width: 1023px) {
  .contact-visual-hero { height: 68svh; min-height: 560px; }
  .contact-visual-hero-copy { gap: 24px; }
  .contact-visual-hero-copy > div { grid-column: 1 / span 7; }
  .contact-visual-hero-copy > p { grid-column: 8 / -1; }
}

@media (max-width: 700px) {
  .contact-visual-hero { height: 64svh; min-height: 520px; }
  .contact-visual-hero > figure img { object-position: var(--focus-mobile, 50% 50%); }
  .contact-visual-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0;
    padding-top: calc(var(--header) + 28px);
    padding-bottom: 30px;
  }
  .contact-visual-hero-copy h1 { margin-top: 12px; font-size: clamp(42px, 12vw, 52px); }
  .contact-visual-hero-copy > p { max-width: 32ch; margin-top: 18px; font-size: 15px; }
}

/* CMS-controlled projects listing */
.projects-hero-compact { height: 58svh; }
.projects-hero-standard { height: 68svh; }
.projects-hero-large { height: 78svh; }
.projects-hero-fullscreen { height: 90svh; }
.projects-hero-media .hero-media-surface { position: absolute; inset: 0; width: 100%; height: 100%; }
.projects-hero-scrim { background: rgba(9, 11, 9, var(--projects-overlay, .46)); }
.projects-hero-leftCenter .projects-hero-copy { justify-content: center; }
.projects-hero-center .projects-hero-copy { align-items: center; justify-content: center; text-align: center; }
.projects-hero-center .projects-hero-copy h1,
.projects-hero-center .projects-hero-copy > p { margin-inline: auto; }
.projects-hero-info { font-size: 13px !important; letter-spacing: .06em; text-transform: uppercase; }
.projects-hero-play { position: relative; top: auto; left: auto; margin-top: 22px; transform: none; font-size: 0; }
.projects-hero-play::before { content: "▶"; font-size: 16px; }

.projects-introduction { background: var(--surface); }
.projects-introduction .shell { display: grid; grid-template-columns: 3fr 5fr 4fr; gap: 32px; align-items: start; }
.projects-introduction h2 { max-width: 15ch; }
.projects-introduction .shell > div { color: var(--muted); }
.projects-introduction .shell > div p + p { margin-top: 18px; }
.projects-introduction-center .shell { display: block; max-width: 900px; text-align: center; }
.projects-introduction-center h2 { margin-inline: auto; }
.projects-introduction-center .shell > div { max-width: 64ch; margin: 26px auto 0; }
.projects-spacing-narrow { padding-block: 56px; }
.projects-spacing-standard { padding-block: 96px; }
.projects-spacing-wide { padding-block: 144px; }

.projects-list-heading { display: grid; grid-template-columns: 3fr 5fr 4fr; gap: 32px; margin-bottom: 72px; }
.projects-list-heading h2 { max-width: 13ch; }
.projects-list-heading > p:last-child { color: var(--muted); }
.filter-categories button span { margin-left: 5px; color: var(--muted); font-size: .78em; }
.portfolio-filters-text .filter-categories button::after { display: none; }
.portfolio-filters-text .filter-categories button[aria-pressed="true"] { font-weight: 650; }

.projects-layout-twoColumn .portfolio-grid,
.projects-layout-largeGrid .portfolio-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.projects-layout-twoColumn .portfolio-grid .portfolio-card,
.projects-layout-largeGrid .portfolio-grid .portfolio-card { grid-column: auto; }
.projects-layout-largeGrid .portfolio-card-media { aspect-ratio: 16 / 9; }
.projects-layout-singleColumn .portfolio-grid { display: block; }
.projects-layout-singleColumn .portfolio-card { margin-bottom: 96px; }
.projects-ratio-16-9 .portfolio-grid .portfolio-card-media { aspect-ratio: 16 / 9; }
.projects-ratio-3-2 .portfolio-grid .portfolio-card-media { aspect-ratio: 3 / 2; }
.projects-ratio-1-1 .portfolio-grid .portfolio-card-media { aspect-ratio: 1; }
.projects-ratio-4-5 .portfolio-grid .portfolio-card-media { aspect-ratio: 4 / 5; }
.projects-ratio-natural .portfolio-grid .portfolio-card-media { aspect-ratio: var(--card-natural-ratio, 1.5); }
.portfolio-card:not(.has-image-zoom) .portfolio-card-media img { transition: none; }
@media (hover: hover) and (pointer: fine) {
  .portfolio-card.has-image-zoom:hover .portfolio-card-media img { transform: scale(1.015); }
}
.portfolio-card-subtitle,
.portfolio-card-summary { grid-column: 1 / -1; max-width: 62ch; text-align: left !important; }
.portfolio-card-subtitle { margin-top: -12px; }
.portfolio-card-link { color: var(--foreground); font-size: 13px; text-decoration: none; }

.projects-pagination { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 72px; }
.projects-pagination button { min-height: 44px; padding: 9px 0; border: 0; border-bottom: 1px solid currentColor; border-radius: 0; background: transparent; cursor: pointer; }
.projects-pagination button:disabled { opacity: .35; cursor: default; }
.projects-pagination [data-load-more] { padding-inline: 4px; }

.projects-footer-cta { padding: clamp(88px, 11vw, 160px) 0; border-top: 1px solid var(--border); }
.projects-footer-cta-light { background: var(--surface); }
.projects-footer-cta-stone { background: var(--surface-stone); }
.projects-footer-cta-dark { color: var(--surface); background: var(--dark); border-color: var(--light-border); }
.projects-footer-cta-dark .kicker,
.projects-footer-cta-dark .project-cta-grid > div:last-child > p { color: var(--dark-muted); }

@media (max-width: 700px) {
  .projects-hero { min-height: 520px; }
  .projects-introduction .shell,
  .projects-list-heading { display: block; }
  .projects-introduction h2,
  .projects-list-heading h2 { margin-top: 18px; }
  .projects-introduction .shell > div,
  .projects-list-heading > p:last-child { margin-top: 24px; }
  .projects-spacing-narrow { padding-block: 44px; }
  .projects-spacing-standard { padding-block: 68px; }
  .projects-spacing-wide { padding-block: 92px; }
  .projects-list-heading { margin-bottom: 48px; }
  .projects-layout-twoColumn .portfolio-grid,
  .projects-layout-largeGrid .portfolio-grid { display: block; }
  .projects-layout-twoColumn .portfolio-card,
  .projects-layout-largeGrid .portfolio-card,
  .projects-layout-singleColumn .portfolio-card { margin-bottom: 64px; }
  .projects-page .portfolio-grid .portfolio-card { grid-column: 1 / -1; }
  .portfolio-card-copy { grid-template-columns: 1fr; }
  .portfolio-card-copy p { text-align: left; }
}
