:root {
  --editorial-ink: #171715;
  --editorial-soft: #23221f;
  --editorial-ivory: #f5f2eb;
  --editorial-stone: #e7e1d7;
  --editorial-white: #fffefa;
  --editorial-gold: #b99a6b;
  --editorial-gold-light: #d8c19d;
  --editorial-muted: #716d65;
  --editorial-line: rgba(23, 23, 21, .18);
  --editorial-serif: Georgia, "Times New Roman", serif;
  --editorial-pad: clamp(28px, 7vw, 112px);
  --editorial-ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { letter-spacing: 0 !important; }
html { overflow-x: clip; background: var(--editorial-ivory); }
body { overflow-x: clip; color: var(--editorial-ink); background: var(--editorial-ivory); }
h1, h2, h3 { font-family: var(--editorial-serif); font-weight: 400; }
p { text-wrap: pretty; }
img { image-rendering: auto; }
.eyebrow { color: #84683f; font-family: var(--sans, Arial, sans-serif); font-size: 10px; font-weight: 700; text-transform: uppercase; }
:focus-visible { outline: 2px solid var(--editorial-gold); outline-offset: 5px; }

.navbar,
.profile-header {
  border-bottom: 1px solid rgba(255, 255, 255, .22);
}
.navbar .header-nav a,
.profile-header .header-nav a { font-size: 10px; }

.editorial-text-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 32px;
  padding-bottom: 8px;
  border-bottom: 1px solid currentColor;
  color: inherit;
  font-family: var(--sans, Arial, sans-serif);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.editorial-text-link span { transition: transform .25s var(--editorial-ease); }
.editorial-text-link:hover span,
.editorial-text-link:focus-visible span { transform: translateX(4px); }

.editorial-chapter {
  position: relative;
  min-height: 100svh;
  padding: clamp(84px, 10vh, 124px) var(--editorial-pad);
}

.editorial-statement {
  display: grid;
  grid-template-columns: minmax(260px, .7fr) minmax(0, 1.5fr);
  align-items: center;
  gap: clamp(44px, 7vw, 118px);
  background: var(--editorial-ivory);
}
.editorial-statement-copy { max-width: 470px; }
.editorial-statement h2,
.editorial-section-heading h2,
.editorial-profile h2 {
  margin: 20px 0 30px;
  font-size: clamp(48px, 6.4vw, 96px);
  line-height: .98;
}
.editorial-statement-copy > p:last-of-type,
.editorial-profile > div > p:last-of-type,
.editorial-section-heading > p {
  color: var(--editorial-muted);
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.75;
}
.editorial-statement-image { min-width: 0; }
.editorial-statement-image img {
  display: block;
  width: 100%;
  height: min(68svh, 720px);
  border: 1px solid var(--editorial-line);
  object-fit: cover;
}
.editorial-statement-image figcaption,
.editorial-profile figcaption {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 14px;
  border-top: 1px solid var(--editorial-line);
  color: var(--editorial-muted);
  font-size: 10px;
  text-transform: uppercase;
}

.notable-projects {
  min-height: 100svh;
  padding: clamp(70px, 8vh, 100px) 0;
  color: var(--editorial-ink);
  background: var(--editorial-white);
}
.notable-projects-heading {
  margin: 0 var(--editorial-pad) clamp(28px, 4vh, 46px);
}
.notable-projects-heading h2 {
  color: var(--editorial-ink);
  font-family: var(--editorial-serif);
  font-size: clamp(46px, 5.6vw, 82px);
  line-height: 1;
}
.notable-projects-heading > p { color: var(--editorial-muted); }
.gallery-slider { width: calc(100% - (var(--editorial-pad) * 2)); height: min(61svh, 650px); }
.gallery-slides { border-color: var(--editorial-line); background: var(--editorial-stone); }
.gallery-slide { transform: none; transition: opacity .7s ease; }
.gallery-slide.is-active { transform: none; }
.gallery-slide img,
.gallery-slide.is-active img { transform: none; filter: none; transition: none; }
.gallery-slide > a::after { background: rgba(16, 15, 13, .36); }
.gallery-slide-caption h3 { font-family: var(--editorial-serif); }
.gallery-pagination button { background: rgba(23, 23, 21, .16); }
.gallery-pagination button.is-active { background: var(--editorial-gold); }
.gallery-arrows button { color: var(--editorial-ink); }
.gallery-counter { display: none; }

.editorial-services { background: var(--editorial-ivory); }
.editorial-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .55fr);
  align-items: end;
  gap: clamp(36px, 7vw, 110px);
  margin-bottom: clamp(38px, 6vh, 70px);
}
.editorial-section-heading h2 { margin-bottom: 0; }
.editorial-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--editorial-line); }
.editorial-service-grid > a {
  position: relative;
  min-width: 0;
  padding: 18px 18px 0;
  border-right: 1px solid var(--editorial-line);
  color: inherit;
  text-decoration: none;
}
.editorial-service-grid > a:first-child { padding-left: 0; }
.editorial-service-grid > a:last-child { padding-right: 0; border-right: 0; }
.editorial-service-grid > a > span { display: block; margin-bottom: 18px; color: #84683f; font-size: 10px; }
.editorial-service-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.editorial-service-grid a > div { position: relative; padding: 20px 40px 0 0; }
.editorial-service-grid a > div p { color: var(--editorial-muted); font-size: 10px; text-transform: uppercase; }
.editorial-service-grid h3 { margin-top: 8px; font-size: clamp(25px, 2.2vw, 37px); line-height: 1.08; }
.editorial-service-grid b { position: absolute; right: 2px; bottom: 4px; font-size: 20px; font-weight: 400; transition: transform .25s var(--editorial-ease); }
.editorial-service-grid a:hover b,
.editorial-service-grid a:focus-visible b { transform: translateX(5px); }

.editorial-profile {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .65fr);
  align-items: center;
  gap: clamp(44px, 8vw, 130px);
  color: var(--editorial-white);
  background: var(--editorial-soft);
}
.editorial-profile figure { min-width: 0; }
.editorial-profile figure img { width: 100%; height: min(68svh, 700px); object-fit: cover; object-position: center 28%; }
.editorial-profile h2 { color: var(--editorial-white); }
.editorial-profile .eyebrow { color: var(--editorial-gold-light); }
.editorial-profile > div > p:last-of-type { color: rgba(255, 255, 255, .68); }

.cta,
.flow-cta,
.next-project {
  color: var(--editorial-white);
  background: var(--editorial-ink);
}
.cta h2,
.flow-cta h2,
.next-project h2 { font-family: var(--editorial-serif); }
.action-link,
.flow-cta-actions a,
.next-project a {
  border-radius: 3px;
  transform: none;
}
.action-link:hover,
.flow-cta-actions a:hover,
.next-project a:hover { transform: none; }
.associated-companies { background: var(--editorial-stone); }
.associated-company { background: transparent; }

/* Profile pages */
.profile-main,
.associated-companies,
.profile-footer { margin-left: 0; }
.profile-header { left: 0; padding-inline: var(--editorial-pad); }
.page-hero {
  min-height: 100svh;
  padding: clamp(150px, 18vh, 210px) var(--editorial-pad) clamp(66px, 9vh, 100px);
  background-position: center;
}
.page-hero::before { background: rgba(12, 12, 10, .46); }
.page-hero .hero-inner { max-width: 900px; }
.page-hero h1 { max-width: 880px; font-size: clamp(60px, 8vw, 118px); line-height: .92; }
.page-hero h1 em { color: var(--editorial-gold-light); }
.page-hero .hero-lead { max-width: 640px; color: rgba(255, 255, 255, .78); }
.page-hero.about { background-position: center 24%; }
.page-hero.about .hero-inner { max-width: 760px; }

.page-section {
  padding: clamp(80px, 11vh, 140px) var(--editorial-pad);
  color: var(--editorial-ink);
  background: var(--editorial-ivory);
}
.page-section.stone { background: var(--editorial-stone); }
.page-section.dark { color: var(--editorial-white); background: var(--editorial-soft); }
.section-head,
.split,
.production-workflow-layout,
.production-capability-layout {
  gap: clamp(44px, 8vw, 130px);
}
.section-head h2,
.split-copy h2,
.production-workflow-copy h2 { font-size: clamp(42px, 5.5vw, 80px); line-height: 1; }
.split-image,
.workflow-image,
.production-workflow-image { border: 1px solid var(--editorial-line); }
.split-image img,
.workflow-image img,
.production-workflow-image img { filter: none; }

.vision-feature { gap: clamp(32px, 6vw, 90px); }
.vision-copy::before { background: var(--editorial-stone); }
.vision-card,
.value-card,
.service-item,
.production-stage,
.production-output-grid article,
.production-models article {
  border-radius: 0;
  box-shadow: none;
}
.value-grid,
.production-stage-grid,
.production-output-grid { border-top: 1px solid currentColor; }
.value-card,
.production-stage,
.production-output-grid article {
  border: 0;
  border-right: 1px solid currentColor;
  background: transparent;
}
.value-card:last-child,
.production-stage:nth-child(3n),
.production-output-grid article:last-child { border-right: 0; }

.service-work-page,
.service-work-page.is-active { transform: none; }
.service-work-photo img { transform: none !important; filter: none !important; transition: opacity .55s ease !important; }
.service-work-photo { border-radius: 0; }
.service-work-progress { height: 2px; background: rgba(23, 23, 21, .16); }
.service-work-progress span { background: var(--editorial-gold); }
.service-work-arrows button { border: 0; border-radius: 0; background: transparent; }
.service-work-count { display: none; }

.timeline { border-top: 1px solid rgba(255, 255, 255, .25); }
.timeline::before { background: rgba(255, 255, 255, .18); }
.timeline-step { border-bottom: 1px solid rgba(255, 255, 255, .18); }
.timeline-step > span { border: 1px solid var(--editorial-gold-light); border-radius: 0; color: var(--editorial-gold-light); background: transparent; }

.associated-companies,
.profile-footer { padding-inline: var(--editorial-pad); }
.profile-footer { color: var(--editorial-white); background: var(--editorial-ink); }
.profile-contact-toggle { border: 0; border-radius: 3px; }
.profile-contact-toggle > span { border-radius: 0; }
.contact-dock-menu,
.profile-contact-menu { border-radius: 3px; }

/* Project chapters */
.project-detail-body { background: var(--editorial-ivory); }
.project-header { border-bottom: 1px solid rgba(255, 255, 255, .22); }
.project-hero::after { background: rgba(12, 12, 10, .38); }
.project-hero > picture img { animation: none; transform: none; filter: none; }
.project-hero-content { padding-inline: var(--editorial-pad); }
.project-hero-content h1 { font-family: var(--editorial-serif); font-size: clamp(70px, 10vw, 150px); line-height: .84; }
.project-intro {
  min-height: 100svh;
  align-items: center;
  padding: clamp(90px, 14vh, 170px) var(--editorial-pad);
  background: var(--editorial-ivory);
}
.project-intro h2 { font-family: var(--editorial-serif); font-size: clamp(48px, 6vw, 90px); line-height: .98; }
.project-images { padding: 0; }
.image-block,
.image-block.portrait,
.image-block:nth-child(3n),
.image-block.full-space {
  display: grid;
  width: 100%;
  min-height: 100svh;
  align-content: center;
  margin: 0;
  padding: clamp(74px, 10vh, 112px) var(--editorial-pad) 46px;
  opacity: 1;
  transform: none;
  background: var(--editorial-white);
}
.image-block:nth-child(even) { background: var(--editorial-stone); }
.image-block picture { min-height: 0; }
.image-block img {
  display: block;
  width: 100%;
  height: min(76svh, 820px);
  max-height: none;
  border: 1px solid var(--editorial-line);
  object-fit: cover;
  box-shadow: none;
}
.image-caption { padding-top: 14px; border-top: 1px solid var(--editorial-line); color: var(--editorial-muted); }
.next-project { min-height: 100svh; }
.project-footer { color: var(--editorial-white); background: var(--editorial-ink); }

@media (min-width: 961px) and (min-height: 700px) {
  html { scroll-snap-type: y proximity; }
  .page-shell > section,
  .profile-main > section,
  .project-detail-body main > section,
  body > .associated-companies { scroll-snap-align: start; scroll-snap-stop: normal; }
}

@media (max-width: 960px) {
  html { scroll-snap-type: none; }
  .editorial-chapter { min-height: auto; }
  .editorial-statement,
  .editorial-profile { grid-template-columns: 1fr; }
  .editorial-statement-image { order: -1; }
  .editorial-statement-image img,
  .editorial-profile figure img { height: min(60svh, 620px); }
  .editorial-service-grid { grid-template-columns: 1fr; }
  .editorial-service-grid > a,
  .editorial-service-grid > a:first-child,
  .editorial-service-grid > a:last-child { padding: 22px 0 30px; border-right: 0; border-bottom: 1px solid var(--editorial-line); }
  .editorial-section-heading { grid-template-columns: 1fr; gap: 20px; }
  .gallery-slider { width: calc(100% - 48px); }
}

@media (max-width: 780px) {
  .navbar .nav-toggle {
    position: relative;
    z-index: 104;
    display: flex !important;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-left: auto;
    color: var(--editorial-ink);
    background: transparent;
  }
  .navbar .nav-toggle span { width: 22px; height: 1px; border-radius: 0; background: currentColor; box-shadow: none; }
  .navbar.is-nav-open .nav-toggle { color: var(--editorial-white); }
  .navbar .header-nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 103;
    width: min(330px, 86vw);
    height: 100svh;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    padding: 92px 28px 38px;
    color: var(--editorial-white);
    background: var(--editorial-ink);
    opacity: 0;
    transform: none;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .3s ease, visibility 0s linear .3s;
  }
  .navbar.is-nav-open .header-nav {
    opacity: 1;
    transform: none;
    visibility: visible;
    pointer-events: auto;
    transition: opacity .3s ease, visibility 0s;
  }
  .navbar .header-nav a { padding: 18px 0; border-bottom: 1px solid rgba(255, 255, 255, .14); font-size: 12px; transform: none; }
  .navbar .header-nav a.is-active { color: var(--editorial-gold-light); }
  .nav-backdrop { display: block !important; background: rgba(0, 0, 0, .4); }
  .nav-backdrop[hidden] { display: none !important; }
  .editorial-chapter { padding: 72px 20px; }
  .editorial-statement h2,
  .editorial-section-heading h2,
  .editorial-profile h2 { font-size: clamp(42px, 13vw, 58px); }
  .editorial-statement-image img { height: auto; aspect-ratio: 4 / 5; }
  .editorial-profile figure img { height: auto; aspect-ratio: 4 / 5; object-position: center 20%; }
  .notable-projects { min-height: auto; padding: 72px 0; }
  .notable-projects-heading { margin-inline: 20px; }
  .gallery-slider { width: calc(100% - 40px); height: min(72svh, 620px); }
  .gallery-slide > a::after { background: rgba(16, 15, 13, .3); }
  .gallery-slide-caption h3 { font-size: clamp(38px, 12vw, 54px); }
  .page-hero { min-height: 84svh; padding: 124px 20px 54px; }
  .page-hero.about { min-height: 82svh; background-position: center 18%; }
  .page-hero h1 { font-size: clamp(43px, 12vw, 62px); }
  .page-section { min-height: auto; padding: 72px 20px; }
  .profile-header { padding-inline: 20px; }
  .value-card,
  .production-stage,
  .production-output-grid article { border-right: 0; border-bottom: 1px solid currentColor; }
  .project-hero { min-height: 90svh; }
  .project-hero-content { min-height: 90svh; padding: 118px 20px 42px; }
  .project-hero-content h1 { font-size: clamp(54px, 18vw, 80px); }
  .project-intro { min-height: auto; padding: 82px 20px; }
  .image-block,
  .image-block.portrait,
  .image-block:nth-child(3n),
  .image-block.full-space { min-height: auto; padding: 56px 20px 34px; }
  .image-block img,
  .image-block.full-space img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; }
  .next-project { min-height: 76svh; }
}

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