:root {
  --ink: #111519;
  --soft-ink: #4f4b46;
  --muted: #8f867c;
  --line: rgba(17, 21, 25, 0.14);
  --paper: #f7f2ec;
  --stone: #eee8df;
  --sand: #ded2c6;
  --clay: #b19680;
  --white: #fffaf5;
  --shadow: 0 24px 70px rgba(36, 28, 22, 0.16);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 50;
  opacity: 0.045;
  background-image: radial-gradient(rgba(17, 21, 25, 0.45) 0.5px, transparent 0.5px);
  background-size: 3px 3px;
}

.cursor-glow {
  pointer-events: none;
  position: fixed;
  width: 26rem;
  height: 26rem;
  left: var(--cursor-x, 50vw);
  top: var(--cursor-y, 50vh);
  z-index: 1;
  opacity: 0.18;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(177, 150, 128, 0.42), transparent 68%);
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  width: calc(var(--scroll-progress, 0) * 100%);
  height: 2px;
  background: var(--ink);
  transform-origin: left;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 250px 1fr auto;
  align-items: center;
  gap: 2rem;
  padding: 1.15rem clamp(1rem, 4vw, 3rem);
  background: rgba(247, 242, 236, 0.72);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(22px);
  transition: padding 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

.site-header.is-scrolled {
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  background: rgba(247, 242, 236, 0.9);
  border-color: var(--line);
}

.brand-lockup {
  display: inline-grid;
  gap: 0.35rem;
  width: max-content;
  color: var(--ink);
}

.cadou-word {
  display: grid;
  grid-template-columns: 34px 32px 35px 35px 34px;
  align-items: end;
  gap: 0.52rem;
  height: 42px;
}

.mark-c,
.solo-c {
  position: relative;
  display: block;
  width: 33px;
  height: 33px;
  border: 7px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
}

.mark-a {
  position: relative;
  display: block;
  width: 32px;
  height: 34px;
  clip-path: polygon(50% 0, 100% 100%, 78% 100%, 50% 38%, 22% 100%, 0 100%);
  background: currentColor;
}

.mark-d,
.mark-o,
.mark-u {
  display: block;
  width: 35px;
  height: 35px;
  background: currentColor;
}

.mark-d {
  border-radius: 0 18px 18px 0;
}

.mark-o {
  border-radius: 50%;
}

.mark-u {
  border-radius: 0 0 17px 17px;
}

.brand-sub {
  display: block;
  font-size: 0.47rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(1.2rem, 3vw, 3rem);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nav a,
.text-link {
  position: relative;
}

.nav a::after,
.text-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.45rem;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.35s ease;
}

.nav a:hover::after,
.text-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  padding: 0.85rem 1.45rem;
  border: 1px solid var(--ink);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: transform 0.35s ease, background 0.35s ease, color 0.35s ease, border-color 0.35s ease;
}

.header-cta:hover,
.button:hover {
  transform: translateY(-3px);
}

.button-dark {
  color: var(--white);
  background: var(--ink);
}

.button-light {
  background: rgba(255, 250, 245, 0.66);
  border-color: rgba(255, 250, 245, 0.76);
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: 8rem clamp(1.2rem, 5vw, 4rem) 4rem;
  overflow: hidden;
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  animation: heroDrift 18s ease-in-out infinite alternate;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(247, 242, 236, 0.96) 0%, rgba(247, 242, 236, 0.78) 34%, rgba(247, 242, 236, 0.18) 74%),
    linear-gradient(0deg, rgba(17, 21, 25, 0.16), rgba(17, 21, 25, 0));
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 670px;
  min-width: 0;
}

.hero .reveal {
  opacity: 1;
  transform: translateY(0);
  animation: introRise 0.9s cubic-bezier(0.2, 0.65, 0.2, 1) both;
}

.eyebrow {
  margin: 0 0 1.4rem;
  color: var(--soft-ink);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  line-height: 1.04;
  font-weight: 500;
  text-transform: uppercase;
  max-width: 100%;
  overflow-wrap: normal;
  word-break: normal;
}

h1 {
  max-width: 620px;
  margin-bottom: 1.45rem;
  font-size: clamp(3.4rem, 9vw, 8.6rem);
  letter-spacing: 0;
}

h2 {
  margin-bottom: 1.5rem;
  font-size: clamp(2rem, 4.7vw, 5.5rem);
  letter-spacing: 0;
}

h3 {
  font-size: 0.94rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-copy {
  max-width: 440px;
  margin-bottom: 2rem;
  color: var(--soft-ink);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero-card {
  position: absolute;
  right: clamp(1.2rem, 4vw, 4rem);
  bottom: clamp(5rem, 10vw, 8rem);
  z-index: 3;
  display: grid;
  justify-items: center;
  width: 162px;
  padding: 1.4rem;
  background: rgba(247, 242, 236, 0.72);
  border: 1px solid rgba(255, 250, 245, 0.45);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.hero-card .solo-c {
  width: 76px;
  height: 76px;
  border-width: 13px;
  margin-bottom: 0.8rem;
}

.hero-card span,
.hero-card small {
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-card small {
  color: var(--muted);
  font-size: 0.58rem;
}

.scroll-cue {
  position: absolute;
  right: clamp(1.2rem, 4vw, 4rem);
  bottom: 2rem;
  z-index: 3;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.split-section,
.band,
.projects,
.statement,
.footer {
  position: relative;
  z-index: 2;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1fr);
  gap: clamp(2rem, 5vw, 5.5rem);
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(5rem, 10vw, 9rem) clamp(1.2rem, 4vw, 2rem);
}

.section-copy p {
  color: var(--soft-ink);
}

.image-panel {
  height: clamp(460px, 48vw, 620px);
  overflow: hidden;
  background: var(--stone);
}

.image-panel img,
.contact-art img,
.project-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.2, 0.65, 0.2, 1);
}

.hero-media::after,
.image-panel::after,
.contact-art::after,
.project-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-media::after {
  background: linear-gradient(90deg, rgba(255, 250, 245, 0.03), rgba(17, 21, 25, 0.08));
}

.image-panel,
.contact-art,
.project-card {
  position: relative;
}

.image-panel::after,
.contact-art::after,
.project-card::before {
  z-index: 1;
  background-image: linear-gradient(rgba(255,255,255,0.04), rgba(0,0,0,0.04));
  mix-blend-mode: soft-light;
}

.image-panel:hover img,
.project-card:hover img,
.contact-art:hover img {
  transform: scale(1.055);
}

.stats {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.stats div {
  padding: 2rem;
  border-right: 1px solid var(--line);
}

.stats div:last-child {
  border-right: 0;
}

.stats strong {
  display: block;
  font-size: clamp(2rem, 4vw, 4rem);
  font-family: Georgia, serif;
  font-weight: 400;
}

.stats span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0;
  text-transform: uppercase;
}

.band {
  padding: clamp(5rem, 10vw, 8rem) clamp(1.2rem, 4vw, 2rem);
  background: var(--stone);
}

.section-heading {
  max-width: var(--max);
  margin: 0 auto 3rem;
}

.section-heading h2 {
  max-width: 780px;
}

.row-heading {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: end;
}

.service-grid,
.process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  max-width: var(--max);
  margin: 0 auto;
  border-left: 1px solid var(--line);
}

.service-card,
.process-step {
  min-height: 260px;
  padding: 2rem 1.4rem;
  border-right: 1px solid var(--line);
  transition: background 0.35s ease, transform 0.35s ease;
}

.service-card:hover,
.process-step:hover {
  background: rgba(255, 250, 245, 0.52);
  transform: translateY(-8px);
}

.service-card span,
.process-step strong {
  display: block;
  margin-bottom: 2.2rem;
  color: var(--clay);
  font-family: Georgia, serif;
  font-size: 2.2rem;
  font-weight: 400;
}

.service-card p,
.process-step p {
  color: var(--soft-ink);
  font-size: 0.92rem;
}

.projects {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(5rem, 10vw, 9rem) clamp(1.2rem, 4vw, 2rem);
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}

.project-card {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  background: var(--stone);
  isolation: isolate;
}

.project-card.large {
  grid-row: span 2;
  min-height: 780px;
}

.project-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(17, 21, 25, 0.62), rgba(17, 21, 25, 0.02) 65%);
}

.project-card div {
  position: absolute;
  left: 1.4rem;
  right: 1.4rem;
  bottom: 1.4rem;
  z-index: 2;
  color: var(--white);
}

.project-card h3 {
  margin-bottom: 0.35rem;
}

.project-card span {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.process-grid {
  grid-template-columns: repeat(4, 1fr);
}

.statement {
  overflow: hidden;
  padding: 2rem 0;
  color: rgba(17, 21, 25, 0.82);
  background: var(--ink);
}

.statement-track {
  display: flex;
  width: max-content;
  animation: marquee 22s linear infinite;
}

.statement span {
  padding: 0 2.5rem;
  color: var(--stone);
  font-size: clamp(2.4rem, 7vw, 7rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.contact {
  grid-template-columns: 0.9fr 0.8fr 0.9fr;
}

.contact-art {
  height: 100%;
  min-height: 560px;
  overflow: hidden;
  background: var(--stone);
}

.contact-list {
  display: grid;
  gap: 0.55rem;
  margin: 2rem 0;
  color: var(--soft-ink);
}

.socials {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.socials a,
.social-icon {
  border: 1px solid var(--line);
  padding: 0.7rem 1rem;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: background 0.35s ease, color 0.35s ease, transform 0.35s ease;
}

.socials a:hover,
.social-icon:hover {
  color: var(--white);
  background: var(--ink);
  transform: translateY(-3px);
}

.social-icon {
  display: inline-grid;
  min-width: 3.2rem;
  min-height: 3rem;
  place-items: center;
  cursor: default;
}

.contact-form {
  display: grid;
  gap: 1rem;
  padding: clamp(1.2rem, 3vw, 2.2rem);
  background: var(--stone);
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 0.4rem;
}

.contact-form span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(17, 21, 25, 0.12);
  background: rgba(255, 250, 245, 0.62);
  color: var(--ink);
  padding: 0.95rem 1rem;
  border-radius: 0;
  outline: none;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--ink);
  background: var(--white);
}

.footer {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 0.9fr;
  gap: 2rem;
  padding: 4rem clamp(1.2rem, 4vw, 4rem) 2rem;
  border-top: 1px solid var(--line);
}

.footer-brand .cadou-word {
  grid-template-columns: 31px 30px 32px 32px 31px;
  height: 38px;
  gap: 0.48rem;
}

.footer-brand .mark-c,
.footer-brand .solo-c {
  width: 31px;
  height: 31px;
  border-width: 6px;
}

.footer-brand .mark-a {
  width: 30px;
  height: 32px;
}

.footer-brand .mark-d,
.footer-brand .mark-o,
.footer-brand .mark-u {
  width: 32px;
  height: 32px;
}

.footer p,
.footer small,
.footer a,
.footer span {
  color: var(--soft-ink);
  font-size: 0.82rem;
}

.footer nav,
.footer-contact {
  display: grid;
  align-content: start;
  gap: 0.55rem;
}

.footer small {
  grid-column: 1 / -1;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

.footer-credit {
  display: inline-flex;
  gap: 0.25rem;
  margin-left: 0.75rem;
}

.footer-credit a {
  font-weight: 760;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.page-main {
  position: relative;
  z-index: 2;
  padding-top: 6rem;
}

.page-hero,
.project-index-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(5rem, 8vw, 8rem) clamp(1.2rem, 4vw, 2rem);
}

.page-hero-copy,
.project-index-hero {
  max-width: 860px;
  min-width: 0;
}

.page-main h1 {
  font-size: clamp(3rem, 5.7vw, 5.8rem);
  max-width: 100%;
}

.page-hero-copy p,
.project-index-hero p,
.editorial-text p {
  color: var(--soft-ink);
}

.page-hero-media,
.project-list-card,
.detail-hero,
.detail-gallery img {
  position: relative;
  overflow: hidden;
  background: var(--stone);
}

.page-hero-media {
  height: clamp(440px, 48vw, 620px);
}

.page-hero-media img,
.project-list-card img,
.detail-hero img,
.detail-gallery img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.editorial-section {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 7rem) clamp(1.2rem, 4vw, 2rem);
  border-top: 1px solid var(--line);
}

.editorial-text {
  display: grid;
  gap: 1.2rem;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
}

.page-stats {
  max-width: var(--max);
  margin: 0 auto clamp(4rem, 8vw, 7rem);
}

.light-band {
  background: var(--paper);
}

.project-index-hero {
  display: block;
}

.project-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 clamp(1.2rem, 4vw, 2rem) clamp(5rem, 8vw, 8rem);
}

.project-list-card {
  min-height: 520px;
  isolation: isolate;
  color: var(--white);
}

.project-list-card.featured {
  grid-column: 1 / -1;
  min-height: 680px;
}

.project-list-card::after,
.detail-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(17, 21, 25, 0.7), rgba(17, 21, 25, 0.04) 68%);
}

.project-list-card div {
  position: absolute;
  left: clamp(1.2rem, 3vw, 2.4rem);
  right: clamp(1.2rem, 3vw, 2.4rem);
  bottom: clamp(1.2rem, 3vw, 2.4rem);
  z-index: 2;
}

.project-list-card h2 {
  margin-bottom: 0.8rem;
  color: var(--white);
}

.project-list-card span,
.project-next a {
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.project-detail {
  position: relative;
  z-index: 2;
}

.detail-hero {
  min-height: 100svh;
  display: grid;
  align-items: end;
  padding: 9rem clamp(1.2rem, 5vw, 4rem) 4rem;
  color: var(--white);
}

.detail-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  min-width: 0;
}

.detail-hero-copy h1 {
  color: var(--white);
  font-size: clamp(3.6rem, 8vw, 7.6rem);
  max-width: 1000px;
}

.detail-hero-copy p {
  max-width: 560px;
}

.project-meta {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: var(--max);
  margin: 0 auto;
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.project-meta div {
  padding: 1.6rem;
  border-right: 1px solid var(--line);
}

.project-meta span,
.detail-notes span,
.contact-strip span {
  display: block;
  margin-bottom: 0.65rem;
  color: var(--clay);
  font-family: Georgia, serif;
  font-size: 1.8rem;
}

.project-meta strong {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0;
  line-height: 1.45;
  text-transform: uppercase;
}

.detail-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 clamp(1.2rem, 4vw, 2rem) clamp(5rem, 8vw, 8rem);
}

.detail-gallery img {
  position: relative;
  min-height: 520px;
}

.detail-notes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
}

.detail-notes article,
.contact-strip article {
  padding: clamp(1.4rem, 3vw, 2.4rem);
  border-left: 1px solid var(--line);
}

.project-next {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 5rem) clamp(1.2rem, 4vw, 2rem);
}

.project-next a {
  border: 1px solid var(--line);
  padding: 1rem 1.2rem;
}

.contact-hero {
  grid-template-columns: 0.85fr minmax(320px, 0.85fr);
}

.prominent-contact a,
.prominent-contact span {
  font-size: 1.05rem;
}

.contact-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: var(--max);
  margin: 0 auto clamp(5rem, 8vw, 8rem);
  padding: 0 clamp(1.2rem, 4vw, 2rem);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.45s ease, transform 0.55s cubic-bezier(0.2, 0.65, 0.2, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 { transition-delay: 0.04s; }
.delay-2 { transition-delay: 0.08s; }
.delay-3 { transition-delay: 0.12s; }
.delay-4 { transition-delay: 0.16s; }

@keyframes heroDrift {
  from { transform: scale(1.04) translate3d(0, 0, 0); }
  to { transform: scale(1.1) translate3d(-1.5%, 1%, 0); }
}

@keyframes introRise {
  from {
    opacity: 0;
    transform: translateY(32px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.experience-ribbon,
.principle-grid,
.project-feature-widgets,
.contact-image-band,
.case-layer,
.case-strip {
  width: min(100% - 3rem, 1480px);
  margin: 0 auto 7rem;
}

.experience-ribbon {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.8fr;
  gap: 1rem;
  align-items: stretch;
}

.ribbon-panel {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background: var(--sand);
  isolation: isolate;
}

.ribbon-panel img,
.principle-card.image-card img,
.project-feature-widgets img,
.contact-image img,
.case-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.ribbon-panel:hover img,
.principle-card.image-card:hover img,
.project-feature-widgets .image-widget:hover img,
.contact-image:hover img,
.case-image:hover img {
  transform: scale(1.055);
}

.ribbon-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 14, 15, 0.02), rgba(10, 14, 15, 0.56));
  z-index: 1;
}

.ribbon-panel span {
  position: absolute;
  left: 1.3rem;
  right: 1.3rem;
  bottom: 1.3rem;
  z-index: 2;
  color: #fffaf5;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.ribbon-panel.tall-panel {
  min-height: 460px;
}

.principle-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.05fr;
  gap: 1rem;
}

.principle-card {
  min-height: 340px;
  padding: clamp(1.5rem, 4vw, 3rem);
  background: rgba(255, 250, 245, 0.58);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}

.principle-card h3 {
  font-size: clamp(1.5rem, 2.7vw, 2.9rem);
  margin: 0 0 1rem;
}

.principle-card p {
  max-width: 36rem;
}

.principle-card.dark-card {
  background: var(--ink);
  color: #fffaf5;
}

.principle-card.dark-card p,
.case-panel.dark p,
.case-panel.dark .case-points span {
  color: rgba(255, 250, 245, 0.74);
}

.principle-card.image-card {
  min-height: 430px;
}

.signature-cta {
  width: min(100% - 3rem, 1480px);
  margin: 0 auto 7rem;
  padding: clamp(2rem, 5vw, 4.5rem);
  min-height: 420px;
  background: radial-gradient(circle at 82% 35%, rgba(188, 169, 143, 0.36), transparent 30%), var(--sand);
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 2rem;
  align-items: center;
  overflow: hidden;
}

.signature-mark {
  justify-self: center;
  width: clamp(8rem, 22vw, 20rem);
  height: clamp(8rem, 22vw, 20rem);
  border: clamp(1.1rem, 2.6vw, 2.3rem) solid rgba(18, 24, 26, 0.12);
  border-right-color: transparent;
  border-radius: 50%;
  animation: slowSpin 18s linear infinite;
}

@keyframes slowSpin {
  to { transform: rotate(360deg); }
}

.project-filterbar {
  width: min(100% - 3rem, 1480px);
  margin: -3rem auto 5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: center;
}

.project-filterbar span {
  padding: 0.9rem 1.15rem;
  border: 1px solid var(--line);
  background: rgba(255, 250, 245, 0.7);
  font-size: 0.76rem;
  text-transform: uppercase;
}

.project-feature-widgets {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 1.35fr;
  gap: 1rem;
}

.mini-metric,
.image-widget,
.contact-note {
  background: rgba(255, 250, 245, 0.58);
  border: 1px solid var(--line);
}

.mini-metric {
  min-height: 260px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mini-metric strong {
  display: block;
  font-family: var(--display);
  font-size: clamp(3.4rem, 7vw, 7rem);
  font-weight: 300;
  line-height: 0.85;
  color: var(--stone);
}

.mini-metric span {
  text-transform: uppercase;
  font-size: 0.76rem;
}

.image-widget {
  position: relative;
  min-height: 360px;
  overflow: hidden;
}

.image-widget::after,
.contact-image::after,
.case-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(10, 14, 15, 0.48));
}

.image-widget span {
  position: absolute;
  left: 1.4rem;
  bottom: 1.4rem;
  z-index: 2;
  color: #fffaf5;
  text-transform: uppercase;
  font-size: 0.76rem;
}

.contact-image-band {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  gap: 1rem;
  align-items: stretch;
}

.contact-image {
  min-height: 430px;
  position: relative;
  overflow: hidden;
}

.contact-note {
  padding: clamp(1.5rem, 4vw, 3rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-note h2 {
  font-size: clamp(2rem, 4vw, 4.8rem);
  margin: 0 0 1rem;
}

.case-layer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
  background: rgba(255, 250, 245, 0.5);
  border: 1px solid var(--line);
}

.case-layer.reverse .case-image {
  order: 2;
}

.case-image {
  position: relative;
  overflow: hidden;
  min-height: 560px;
}

.case-image.tall {
  min-height: 640px;
}

.case-panel {
  padding: clamp(2rem, 5vw, 5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}

.case-panel.dark {
  background: var(--ink);
  color: #fffaf5;
}

.case-panel h2 {
  font-size: clamp(2.2rem, 4.8vw, 5.8rem);
  line-height: 0.96;
  margin: 0;
}

.case-points {
  display: grid;
  gap: 0.75rem;
}

.case-points span {
  padding: 1rem 0;
  border-top: 1px solid currentColor;
  color: var(--muted);
}

.case-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.case-strip article {
  min-height: 210px;
  padding: clamp(1.2rem, 3vw, 2.4rem);
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.case-strip article:last-child {
  border-right: 0;
}

.case-strip strong {
  font-family: var(--display);
  font-size: clamp(1.6rem, 2.8vw, 3rem);
  font-weight: 300;
}

.case-strip span {
  color: var(--muted);
  max-width: 22rem;
}

.home-hero {
  min-height: 78svh;
}

.home-hero .scroll-cue {
  display: none;
}

.home-gateway,
.home-feature,
.home-cta,
.studio-masthead,
.about-editorial,
.studio-disciplines,
.about-material-story,
.about-cta,
.contact-masthead,
.contact-layout,
.contact-scope {
  width: min(100% - 3rem, 1480px);
  margin: 0 auto;
}

.home-gateway {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.home-gateway a {
  min-height: 220px;
  padding: clamp(1.4rem, 3vw, 2.4rem);
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-gateway a:last-child {
  border-right: 0;
}

.home-gateway span,
.studio-disciplines span,
.contact-scope span {
  color: var(--clay);
  font-family: var(--display);
  font-size: 1.8rem;
}

.home-gateway strong {
  max-width: 25rem;
  font-size: clamp(1.2rem, 2vw, 2rem);
  line-height: 1.05;
}

.home-feature {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(2rem, 5vw, 5rem);
  padding: clamp(5rem, 8vw, 8rem) 0;
  align-items: end;
}

.home-feature-copy h2,
.home-cta h2,
.studio-masthead h1,
.about-editorial-copy h2,
.material-copy h2,
.about-cta h2,
.contact-masthead h1 {
  font-size: clamp(2rem, 3.6vw, 4rem);
  line-height: 1;
}

.form-intro h2 {
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1;
}

.home-feature-grid,
.material-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.home-project,
.material-images img {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: var(--stone);
}

.home-project img,
.material-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-project img {
  position: absolute;
  inset: 0;
  transition: transform 1s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.home-project::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(10, 14, 15, 0.62));
}

.home-project:hover img {
  transform: scale(1.055);
}

.home-project span {
  position: absolute;
  left: 1.3rem;
  bottom: 1.3rem;
  z-index: 2;
  color: #fffaf5;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.home-cta,
.about-cta {
  margin-bottom: 7rem;
  padding: clamp(2rem, 5vw, 4rem);
  background: var(--sand);
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: end;
}

.home-cta h2,
.about-cta h2 {
  max-width: 850px;
  margin-bottom: 0;
}

.studio-masthead,
.contact-masthead {
  padding: clamp(4rem, 8vw, 7rem) 0 clamp(2rem, 4vw, 4rem);
}

.studio-masthead {
  display: grid;
  grid-template-columns: 0.34fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.studio-masthead h1 {
  max-width: 980px;
  font-size: clamp(2.4rem, 4.2vw, 4.7rem);
}

.studio-masthead p:last-child,
.contact-masthead > p {
  max-width: 560px;
  color: var(--soft-ink);
  font-size: 1.08rem;
}

.studio-masthead p:last-child {
  grid-column: 2;
}

.about-editorial {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  margin-bottom: 6rem;
}

.about-editorial-image,
.contact-sidebar {
  position: relative;
  overflow: hidden;
}

.about-editorial-image {
  min-height: 620px;
}

.about-editorial-image img,
.contact-sidebar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-editorial-copy p {
  color: var(--soft-ink);
}

.studio-disciplines {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-bottom: 6rem;
}

.studio-disciplines article,
.contact-scope article {
  min-height: 240px;
  padding: clamp(1.4rem, 3vw, 2.4rem);
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.studio-disciplines article:last-child,
.contact-scope article:last-child {
  border-right: 0;
}

.studio-disciplines strong {
  display: block;
  font-family: var(--display);
  font-size: clamp(1.4rem, 2vw, 2.2rem);
  font-weight: 300;
}

.studio-disciplines p,
.contact-scope p {
  color: var(--muted);
}

.about-material-story {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(2rem, 5vw, 5rem);
  margin-bottom: 6rem;
  align-items: start;
}

.material-images img {
  min-height: 420px;
}

.contact-masthead {
  display: grid;
  grid-template-columns: 0.85fr 0.7fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: end;
}

.contact-masthead h1 {
  max-width: 720px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(420px, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
  margin-bottom: 5rem;
}

.contact-sidebar {
  display: grid;
  gap: 1.5rem;
}

.contact-sidebar img {
  height: 420px;
}

.contact-form-large {
  padding: clamp(1.6rem, 4vw, 3rem);
  box-shadow: none;
  border: 1px solid var(--line);
}

.form-intro h2 {
  max-width: 560px;
  margin-bottom: 1rem;
}

.contact-scope {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-bottom: 7rem;
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: 210px auto auto;
  }

  .header-cta {
    display: none;
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .project-grid,
  .project-list,
  .editorial-section,
  .detail-gallery,
  .contact-strip,
  .contact,
  .split-section,
  .experience-ribbon,
  .principle-grid,
  .project-feature-widgets,
  .contact-image-band,
  .case-layer,
  .home-gateway,
  .home-feature,
  .studio-masthead,
  .about-editorial,
  .studio-disciplines,
  .about-material-story,
  .contact-masthead,
  .contact-layout,
  .contact-scope {
    grid-template-columns: 1fr;
  }

  .case-layer.reverse .case-image {
    order: 0;
  }

  .page-hero,
  .contact-hero {
    grid-template-columns: 1fr;
  }

  .project-list-card.featured,
  .project-list-card {
    min-height: 460px;
  }

  .project-meta,
  .detail-notes {
    grid-template-columns: repeat(2, 1fr);
  }

  .project-card.large,
  .project-card {
    min-height: 430px;
  }

  .contact-art {
    min-height: 380px;
  }

  .case-image,
  .case-image.tall,
  .contact-image,
  .ribbon-panel,
  .ribbon-panel.tall-panel {
    min-height: 420px;
  }

  .image-panel {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .footer {
    grid-template-columns: 1fr 1fr;
  }

  .signature-cta {
    grid-template-columns: 1fr;
  }

  .home-cta,
  .about-cta {
    grid-template-columns: 1fr;
  }

  .home-gateway a,
  .studio-disciplines article,
  .contact-scope article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .home-gateway a:last-child,
  .studio-disciplines article:last-child,
  .contact-scope article:last-child {
    border-bottom: 0;
  }

  .case-strip {
    grid-template-columns: 1fr;
  }

  .case-strip article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .case-strip article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 780px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .cadou-word {
    grid-template-columns: 27px 25px 28px 28px 27px;
    gap: 0.36rem;
    height: 32px;
  }

  .mark-c,
  .solo-c {
    width: 27px;
    height: 27px;
    border-width: 5px;
  }

  .mark-a {
    width: 25px;
    height: 27px;
  }

  .mark-d,
  .mark-o,
  .mark-u {
    width: 28px;
    height: 28px;
  }

  .brand-sub {
    font-size: 0.38rem;
    letter-spacing: 0;
  }

  .menu-toggle {
    display: grid;
    gap: 0.42rem;
    width: 3rem;
    height: 3rem;
    place-content: center;
    border: 1px solid var(--line);
    background: rgba(255, 250, 245, 0.55);
  }

  .menu-toggle span {
    width: 1.2rem;
    height: 1px;
    background: var(--ink);
    transition: transform 0.3s ease;
  }

  .menu-toggle.is-open span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-toggle.is-open span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .nav {
    position: fixed;
    top: 74px;
    left: 1rem;
    right: 1rem;
    display: grid;
    gap: 0;
    background: rgba(247, 242, 236, 0.96);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .nav.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .nav a {
    padding: 1.1rem;
    border-bottom: 1px solid var(--line);
  }

  .nav a:last-child {
    border-bottom: 0;
  }

  .hero {
    align-items: end;
    min-height: 92svh;
  }

  .hero-shade {
    background:
      linear-gradient(0deg, rgba(247, 242, 236, 0.98) 0%, rgba(247, 242, 236, 0.78) 50%, rgba(247, 242, 236, 0.18) 100%);
  }

  .hero-card {
    display: none;
  }

  h1 {
    font-size: clamp(3rem, 16vw, 5.4rem);
  }

  .stats,
  .process-grid,
  .service-grid,
  .project-grid,
  .project-meta,
  .detail-notes {
    grid-template-columns: 1fr;
  }

  .stats div,
  .service-card,
  .process-step {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .row-heading {
    align-items: start;
    flex-direction: column;
  }

  .footer {
    grid-template-columns: 1fr;
  }

  .page-main {
    padding-top: 4.4rem;
  }

  .page-hero,
  .project-index-hero {
    padding-top: 4rem;
  }

  .page-main h1,
  .project-detail h1 {
    font-size: clamp(2.3rem, 10vw, 3.7rem);
  }

  .page-hero-media {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .project-list-card.featured,
  .project-list-card {
    min-height: 390px;
  }

  .detail-hero {
    min-height: 86svh;
    padding-top: 7rem;
  }

  .detail-gallery img {
    min-height: 320px;
  }

  .project-next {
    flex-direction: column;
  }

  .contact-strip {
    margin-bottom: 4rem;
  }

  .experience-ribbon,
  .principle-grid,
  .signature-cta,
  .project-feature-widgets,
  .contact-image-band,
  .case-layer,
  .case-strip,
  .home-gateway,
  .home-feature,
  .home-cta,
  .studio-masthead,
  .about-editorial,
  .studio-disciplines,
  .about-material-story,
  .about-cta,
  .contact-masthead,
  .contact-layout,
  .contact-scope {
    width: min(100% - 2rem, 1480px);
    margin-bottom: 4rem;
  }

  .home-hero {
    min-height: 74svh;
  }

  .home-feature {
    padding: 4rem 0 0;
  }

  .home-feature-grid,
  .material-images {
    grid-template-columns: 1fr;
  }

  .home-project,
  .material-images img,
  .about-editorial-image,
  .contact-sidebar img {
    min-height: 320px;
  }

  .home-gateway a,
  .studio-disciplines article,
  .contact-scope article {
    min-height: 180px;
  }

  .studio-masthead,
  .contact-masthead {
    padding-top: 3rem;
  }

  .studio-masthead h1,
  .contact-masthead h1,
  .home-feature-copy h2,
  .home-cta h2,
  .about-editorial-copy h2,
  .material-copy h2,
  .about-cta h2 {
    font-size: clamp(2rem, 10vw, 3.5rem);
  }

  .form-intro h2 {
    font-size: clamp(1.8rem, 8vw, 2.65rem);
  }

  .contact-layout {
    gap: 1.5rem;
  }

  .contact-form-large {
    padding: 1.2rem;
  }

  .project-filterbar {
    width: min(100% - 2rem, 1480px);
    margin: -1.5rem auto 3rem;
    justify-content: flex-start;
  }

  .project-filterbar span {
    padding: 0.75rem 0.9rem;
  }

  .principle-card,
  .mini-metric,
  .case-strip article {
    min-height: 220px;
  }

  .case-panel {
    padding: 1.5rem;
  }

  .case-panel h2 {
    font-size: clamp(2rem, 11vw, 3.7rem);
  }

  .contact-image,
  .case-image,
  .case-image.tall,
  .ribbon-panel,
  .ribbon-panel.tall-panel,
  .image-widget {
    min-height: 320px;
  }

  .signature-mark {
    justify-self: start;
  }
}

/* V4 Projects and Contact: image-led, denser, less empty. */
.projects-rich,
.contact-rich {
  width: min(100% - clamp(2rem, 5vw, 5rem), 1460px);
}

.projects-immersive {
  position: relative;
  min-height: clamp(560px, 68svh, 760px);
  margin: clamp(1rem, 2vw, 2rem) 0 clamp(2rem, 4vw, 4rem);
  overflow: hidden;
  display: grid;
  align-items: end;
  padding: clamp(1.5rem, 4vw, 4rem);
  background: var(--ink);
  color: var(--soft);
}

.projects-immersive > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
  transform: scale(1.02);
}

.projects-immersive::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(17, 22, 25, 0.72), rgba(17, 22, 25, 0.32) 45%, rgba(17, 22, 25, 0.08)),
    linear-gradient(0deg, rgba(17, 22, 25, 0.55), rgba(17, 22, 25, 0.04) 55%);
}

.projects-immersive-copy,
.projects-immersive-meta {
  position: relative;
  z-index: 1;
}

.projects-immersive-copy {
  max-width: 820px;
}

.projects-immersive .eyebrow,
.projects-immersive h1,
.projects-immersive p {
  color: var(--soft);
}

.projects-immersive h1 {
  font-size: clamp(3rem, 5vw, 6.2rem);
  line-height: 0.98;
}

.projects-immersive p:not(.eyebrow) {
  max-width: 540px;
  color: rgba(251, 248, 244, 0.82);
}

.projects-immersive-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: clamp(2rem, 4vw, 4rem);
}

.projects-immersive-meta span {
  border: 1px solid rgba(251, 248, 244, 0.36);
  background: rgba(251, 248, 244, 0.12);
  backdrop-filter: blur(14px);
  color: var(--soft);
  padding: 0.85rem 1rem;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.projects-lead {
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.58fr);
}

.project-editorial-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 0 clamp(2rem, 5vw, 4.5rem);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.project-editorial-band div {
  min-height: 170px;
  padding: clamp(1.2rem, 2.5vw, 2.4rem);
  border-right: 1px solid var(--line);
  display: grid;
  align-content: space-between;
  gap: 1rem;
}

.project-editorial-band div:last-child {
  border-right: 0;
}

.project-editorial-band span {
  font-size: clamp(2.3rem, 4vw, 4.6rem);
  line-height: 1;
  font-weight: 430;
}

.project-editorial-band p {
  max-width: 340px;
}

.contact-atelier {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: stretch;
  margin: clamp(1rem, 2vw, 2rem) 0 clamp(2rem, 5vw, 5rem);
}

.contact-atelier-copy {
  min-height: clamp(560px, 68svh, 720px);
  padding: clamp(1.8rem, 4vw, 4rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(180deg, rgba(251, 248, 244, 0.36), rgba(232, 222, 211, 0.92)),
    url("assets/about-courtyard.jpg?v=20260711c") center / cover;
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}

.contact-atelier-copy::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(245, 240, 234, 0.95), rgba(245, 240, 234, 0.74) 54%, rgba(245, 240, 234, 0.25));
}

.contact-atelier-copy > * {
  position: relative;
  z-index: 1;
}

.contact-atelier-copy h1 {
  max-width: 700px;
  font-size: clamp(2.7rem, 4.7vw, 5.6rem);
  line-height: 1;
}

.contact-atelier-copy p:not(.eyebrow) {
  max-width: 560px;
  margin-top: 1.2rem;
}

.contact-direct {
  display: grid;
  gap: 0.55rem;
  margin-top: 2rem;
}

.contact-direct a,
.contact-direct span {
  color: var(--ink);
  text-decoration: none;
  font-size: clamp(0.96rem, 1vw, 1.06rem);
}

.contact-hero-form {
  align-content: center;
  padding: clamp(1.4rem, 3vw, 3rem);
  background: rgba(251, 248, 244, 0.92);
  box-shadow: 0 24px 70px rgba(17, 22, 25, 0.1);
}

.contact-hero-form textarea {
  min-height: 160px;
}

.contact-image-strip {
  display: grid;
  grid-template-columns: 0.74fr 1fr;
  gap: 1px;
  background: var(--line);
  margin: 0 0 clamp(2rem, 5vw, 5rem);
}

.contact-image-strip img {
  min-height: clamp(280px, 30vw, 460px);
  object-fit: cover;
}

.contact-secondary {
  grid-template-columns: minmax(300px, 0.48fr) minmax(0, 1fr);
}

.contact-process {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.contact-process article {
  min-height: 300px;
  padding: clamp(1.4rem, 2.8vw, 3rem);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(251, 248, 244, 0.7);
}

.contact-process span {
  display: block;
  margin-bottom: 5rem;
  color: var(--muted);
  font-family: Georgia, serif;
  font-size: 2rem;
}

@media (max-width: 1100px) {
  .contact-atelier,
  .projects-lead,
  .contact-secondary {
    grid-template-columns: 1fr;
  }

  .contact-atelier-copy {
    min-height: 520px;
  }
}

@media (max-width: 780px) {
  .projects-rich,
  .contact-rich {
    width: min(100% - 1.5rem, 1460px);
  }

  .projects-immersive {
    min-height: 620px;
    padding: 1.25rem;
  }

  .projects-immersive h1,
  .contact-atelier-copy h1 {
    font-size: clamp(2.35rem, 10vw, 3.5rem);
  }

  .project-editorial-band,
  .contact-image-strip,
  .contact-process {
    grid-template-columns: 1fr;
  }

  .project-editorial-band div,
  .contact-process article {
    border-right: 0;
    min-height: 150px;
  }

  .contact-atelier-copy {
    min-height: 560px;
    padding: 1.25rem;
  }

  .contact-hero-form {
    padding: 1.25rem;
  }
}

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

/* Premium architecture reset: quiet typography, image-first pages, restrained rhythm. */
.site-header {
  min-height: 74px;
  padding: 1rem clamp(1rem, 3vw, 3rem);
  background: rgba(244, 239, 233, 0.88);
  border-bottom: 1px solid rgba(20, 22, 23, 0.08);
}

.site-header.is-scrolled {
  background: rgba(244, 239, 233, 0.96);
}

.nav {
  gap: clamp(1rem, 3vw, 2.6rem);
}

.nav a,
.header-cta,
.button,
.text-link {
  font-size: 0.72rem;
  font-weight: 760;
}

.header-cta,
.button {
  min-height: 48px;
  padding: 0.95rem 1.25rem;
}

h1 {
  font-size: clamp(3rem, 5.8vw, 5.9rem);
  line-height: 0.98;
}

h2 {
  font-size: clamp(2rem, 4vw, 4.4rem);
}

p {
  font-size: clamp(0.98rem, 1.1vw, 1.08rem);
  line-height: 1.65;
}

.eyebrow {
  margin-bottom: 1.2rem;
  font-size: 0.72rem;
}

.hero.home-hero {
  min-height: 78svh;
  align-items: end;
  padding: 7rem clamp(1rem, 4vw, 4rem) 4rem;
}

.hero-media img {
  transform: none;
  animation: heroDrift 24s ease-in-out infinite alternate;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(244, 239, 233, 0.9) 0%, rgba(244, 239, 233, 0.58) 34%, rgba(244, 239, 233, 0.08) 70%),
    linear-gradient(0deg, rgba(10, 14, 15, 0.16), rgba(10, 14, 15, 0));
}

.hero-content {
  max-width: 760px;
}

.hero-content h1 {
  font-size: clamp(3rem, 6.1vw, 6.2rem);
  max-width: 760px;
}

.hero-copy {
  max-width: 520px;
}

.hero-card,
.scroll-cue,
.cursor-glow,
.statement,
.project-feature-widgets {
  display: none;
}

.home-gateway {
  border-top: 0;
  margin-top: 0;
}

.home-gateway a {
  min-height: 190px;
  background: rgba(255, 250, 245, 0.26);
}

.home-gateway span,
.studio-disciplines span,
.contact-scope span {
  font-size: 1.15rem;
}

.home-gateway strong {
  font-size: clamp(1.05rem, 1.55vw, 1.5rem);
  line-height: 1.2;
  font-weight: 540;
}

.home-feature {
  padding: clamp(4rem, 7vw, 7rem) 0;
  align-items: start;
}

.home-feature-copy h2,
.home-cta h2,
.studio-masthead h1,
.about-editorial-copy h2,
.material-copy h2,
.about-cta h2,
.contact-masthead h1 {
  font-size: clamp(2rem, 3.5vw, 4rem);
  line-height: 1.06;
}

.home-project {
  min-height: 460px;
}

.home-cta,
.about-cta {
  background: rgba(232, 222, 211, 0.55);
  margin-bottom: clamp(4rem, 7vw, 7rem);
}

.page-main {
  padding-top: 74px;
}

.studio-masthead,
.contact-masthead,
.project-index-hero {
  padding: clamp(4rem, 7vw, 6.5rem) 0 clamp(2rem, 4vw, 3.5rem);
}

.studio-masthead h1 {
  font-size: clamp(2.1rem, 4vw, 4.3rem);
}

.studio-masthead p:last-child {
  align-self: end;
}

.about-editorial,
.about-material-story,
.contact-layout {
  gap: clamp(2rem, 4vw, 4rem);
}

.about-editorial-image {
  min-height: 560px;
}

.studio-disciplines article,
.contact-scope article {
  min-height: 210px;
}

.studio-disciplines strong,
.contact-scope h3,
.case-strip strong {
  font-size: clamp(1.15rem, 1.8vw, 1.8rem);
  line-height: 1.2;
}

.project-index-hero {
  display: grid;
  grid-template-columns: 0.35fr minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
}

.project-index-hero h1 {
  font-size: clamp(2.4rem, 5vw, 5.3rem);
}

.project-index-hero > p:last-child {
  max-width: 620px;
  align-self: end;
}

.project-filterbar {
  margin-top: 0;
  margin-bottom: clamp(2rem, 4vw, 4rem);
  justify-content: flex-start;
}

.project-filterbar span {
  background: transparent;
}

.project-list {
  gap: 1px;
  background: var(--line);
}

.project-list-card,
.project-list-card.featured {
  min-height: clamp(420px, 55vw, 620px);
  background: var(--white);
}

.project-list-card div {
  padding: clamp(1.2rem, 3vw, 2.4rem);
}

.project-list-card h2 {
  font-size: clamp(2rem, 4vw, 4.2rem);
}

.detail-hero {
  min-height: 84svh;
  padding-bottom: clamp(2rem, 5vw, 5rem);
}

.detail-hero-copy h1 {
  font-size: clamp(3rem, 7vw, 7rem);
}

.project-meta,
.editorial-section,
.case-layer,
.detail-gallery,
.case-strip,
.detail-notes,
.project-next {
  width: min(100% - 3rem, 1480px);
}

.project-meta {
  margin-top: clamp(2.5rem, 5vw, 5rem);
}

.editorial-section {
  padding-top: clamp(3rem, 6vw, 6rem);
  padding-bottom: clamp(3rem, 6vw, 6rem);
}

.case-layer {
  min-height: 0;
}

.case-image,
.case-image.tall {
  min-height: 520px;
}

.case-panel h2 {
  font-size: clamp(2rem, 4vw, 4.2rem);
}

.detail-notes.band {
  background: transparent;
}

.contact-masthead {
  grid-template-columns: 0.8fr 0.75fr;
}

.contact-masthead h1 {
  max-width: 640px;
}

.contact-form-large {
  background: rgba(232, 222, 211, 0.42);
}

.form-intro h2 {
  font-size: clamp(1.7rem, 2.7vw, 2.8rem);
}

.contact-sidebar img {
  height: 390px;
}

.footer {
  background: rgba(232, 222, 211, 0.32);
}

@media (max-width: 1040px) {
  .project-index-hero,
  .contact-masthead,
  .contact-layout,
  .studio-masthead,
  .about-editorial,
  .about-material-story,
  .home-feature {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .site-header {
    min-height: 78px;
  }

  .hero.home-hero {
    min-height: 76svh;
    padding-top: 6rem;
    padding-bottom: 2.5rem;
  }

  .hero-content h1,
  .page-main h1,
  .project-index-hero h1,
  .contact-masthead h1,
  .studio-masthead h1 {
    font-size: clamp(2.45rem, 11vw, 3.7rem);
    line-height: 1.02;
  }

  .hero-copy {
    max-width: 20rem;
  }

  .home-gateway a {
    min-height: 150px;
  }

  .home-project,
  .project-list-card,
  .project-list-card.featured,
  .about-editorial-image,
  .case-image,
  .case-image.tall {
    min-height: 340px;
  }

  .studio-masthead p:last-child {
    grid-column: auto;
  }

  .project-meta,
  .editorial-section,
  .case-layer,
  .detail-gallery,
  .case-strip,
  .detail-notes,
  .project-next {
    width: min(100% - 2rem, 1480px);
  }

  .detail-hero {
    min-height: 78svh;
    padding-bottom: 2.2rem;
  }

  .detail-hero-copy h1 {
    font-size: clamp(2.45rem, 11vw, 4rem);
  }

  .contact-sidebar img {
    height: auto;
    aspect-ratio: 4 / 3;
  }
}

/* CADOU premium four-page system, cache version 20260711e. */
.premium-v2 {
  --ink: #111619;
  --muted: #6f6860;
  --paper: #f5f0ea;
  --sand: #e8ded3;
  --soft: #fbf8f4;
  --line: rgba(17, 22, 25, 0.13);
  --shadow: 0 30px 80px rgba(17, 22, 25, 0.12);
  background: var(--paper);
  color: var(--ink);
  overflow-x: hidden;
}

.premium-v2 .site-header {
  width: min(100% - 2rem, 1560px);
  left: 50%;
  transform: translateX(-50%);
  top: 14px;
  min-height: 70px;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(17, 22, 25, 0.1);
  background: rgba(245, 240, 234, 0.88);
  backdrop-filter: blur(20px);
  box-shadow: 0 16px 45px rgba(17, 22, 25, 0.08);
}

.premium-v2 .brand-lockup {
  background: transparent;
  border: 0;
  padding: 0;
  min-width: 150px;
}

.premium-v2 .brand-sub {
  color: var(--muted);
}

.premium-v2 .nav {
  gap: clamp(1rem, 2.6vw, 2.45rem);
}

.premium-v2 .nav a {
  position: relative;
  color: var(--ink);
  opacity: 0.72;
}

.premium-v2 .nav a[aria-current="page"],
.premium-v2 .nav a:hover {
  opacity: 1;
}

.premium-v2 .nav a[aria-current="page"]::after,
.premium-v2 .nav a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.6rem;
  height: 1px;
  background: currentColor;
}

.premium-v2 .header-cta,
.premium-v2 .button {
  border-radius: 0;
  letter-spacing: 0.18em;
  transition: transform 220ms ease, background 220ms ease, color 220ms ease, border-color 220ms ease;
}

.premium-v2 .button:hover,
.premium-v2 .header-cta:hover,
.premium-v2 .v2-project-card:hover,
.premium-v2 .home-project:hover {
  transform: translateY(-4px);
}

.premium-v2 .page-shell {
  width: min(100% - clamp(2rem, 5vw, 6rem), 1520px);
  margin: 0 auto;
  padding-top: 96px;
}

.premium-v2 h1,
.premium-v2 h2,
.premium-v2 h3,
.premium-v2 p {
  max-width: none;
}

.premium-v2 h1 {
  font-size: clamp(2.75rem, 4.9vw, 5.75rem);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 520;
}

.premium-v2 h2 {
  font-size: clamp(2rem, 4vw, 4.8rem);
  line-height: 1.03;
  letter-spacing: 0;
  font-weight: 520;
}

.premium-v2 h3 {
  font-size: clamp(1.15rem, 1.55vw, 1.55rem);
  line-height: 1.15;
  letter-spacing: 0;
}

.premium-v2 p {
  color: var(--muted);
  font-size: clamp(1rem, 1.1vw, 1.1rem);
  line-height: 1.68;
}

.premium-v2 .eyebrow {
  color: var(--ink);
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  margin-bottom: 1.2rem;
}

.premium-v2 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.premium-v2 .v2-hero {
  min-height: auto;
  padding: clamp(2.8rem, 5.4vw, 5.4rem) 0 clamp(2.5rem, 5vw, 5rem);
}

.premium-v2 .v2-hero-split,
.premium-v2 .v2-projects-hero,
.premium-v2 .v2-contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.52fr);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: end;
}

.premium-v2 .v2-hero-copy h1,
.premium-v2 .v2-projects-hero h1,
.premium-v2 .v2-contact-hero h1 {
  max-width: 920px;
  font-size: clamp(2.7rem, 4.8vw, 5.5rem);
  line-height: 1.02;
}

.premium-v2 .v2-hero-note {
  border-left: 1px solid var(--line);
  padding-left: clamp(1.4rem, 3vw, 2.4rem);
}

.premium-v2 .v2-hero-note span {
  display: block;
  margin-top: 2rem;
  color: var(--ink);
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.premium-v2 .v2-editorial-grid,
.premium-v2 .v2-contact-layout,
.premium-v2 .v2-feature-project,
.premium-v2 .v2-material-story {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.72fr);
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: stretch;
  margin: 0 0 clamp(4rem, 8vw, 8rem);
}

.premium-v2 .v2-image-panel,
.premium-v2 .v2-feature-image,
.premium-v2 .v2-contact-hero figure {
  position: relative;
  overflow: hidden;
  min-height: clamp(460px, 50vw, 720px);
  background: var(--sand);
}

.premium-v2 .v2-contact-hero figure {
  min-height: clamp(300px, 32vw, 460px);
}

.premium-v2 .v2-contact-hero figure img {
  position: absolute;
  inset: 0;
  height: 100% !important;
  width: 100% !important;
  min-height: 100%;
  object-fit: cover;
}

.premium-v2 .v2-image-panel::after,
.premium-v2 .v2-feature-image::after,
.premium-v2 .v2-contact-hero figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 22, 25, 0), rgba(17, 22, 25, 0.16));
  pointer-events: none;
}

.premium-v2 .v2-text-panel,
.premium-v2 .v2-feature-copy,
.premium-v2 .v2-contact-info,
.premium-v2 .v2-contact-form {
  background: rgba(251, 248, 244, 0.76);
  border: 1px solid var(--line);
  padding: clamp(1.5rem, 3.8vw, 4rem);
}

.premium-v2 .v2-text-panel,
.premium-v2 .v2-feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.premium-v2 .v2-text-panel p + p {
  margin-top: 1.2rem;
}

.premium-v2 .v2-stat-band,
.premium-v2 .v2-project-strip,
.premium-v2 .v2-contact-scope {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 0 clamp(4rem, 8vw, 8rem);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.premium-v2 .v2-stat-band article,
.premium-v2 .v2-project-strip div,
.premium-v2 .v2-contact-scope article {
  min-height: 180px;
  padding: clamp(1.2rem, 2.4vw, 2.3rem);
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.premium-v2 .v2-stat-band article:last-child,
.premium-v2 .v2-project-strip div:last-child,
.premium-v2 .v2-contact-scope article:last-child {
  border-right: 0;
}

.premium-v2 .v2-stat-band strong,
.premium-v2 .v2-project-strip strong {
  font-size: clamp(2.4rem, 4.2vw, 4.6rem);
  font-weight: 430;
  line-height: 1;
}

.premium-v2 .v2-stat-band span,
.premium-v2 .v2-project-strip span,
.premium-v2 .v2-contact-scope span {
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.premium-v2 .v2-services-board {
  margin: 0 0 clamp(4rem, 8vw, 8rem);
}

.premium-v2 .v2-section-head {
  display: grid;
  grid-template-columns: 0.42fr 1fr;
  gap: clamp(2rem, 5vw, 6rem);
  align-items: start;
  margin-bottom: clamp(2rem, 4vw, 4rem);
}

.premium-v2 .v2-section-head h2 {
  max-width: 760px;
}

.premium-v2 .v2-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.premium-v2 .v2-service-grid article {
  min-height: 320px;
  padding: clamp(1.2rem, 2.4vw, 2.5rem);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(251, 248, 244, 0.42);
  transition: transform 240ms ease, background 240ms ease;
}

.premium-v2 .v2-service-grid article:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.55);
}

.premium-v2 .v2-service-grid span {
  display: block;
  margin-bottom: 5rem;
  color: var(--muted);
  font-family: Georgia, serif;
  font-size: 2rem;
}

.premium-v2 .v2-material-story {
  grid-template-columns: 0.62fr 1fr;
}

.premium-v2 .v2-material-copy {
  align-self: center;
}

.premium-v2 .v2-material-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
}

.premium-v2 .v2-material-images img {
  min-height: clamp(340px, 34vw, 520px);
}

.premium-v2 .v2-filterbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-self: end;
}

.premium-v2 .v2-filterbar span {
  border: 1px solid var(--line);
  background: rgba(251, 248, 244, 0.68);
  padding: 0.85rem 1rem;
  color: var(--ink);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.premium-v2 .v2-feature-project {
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.62fr);
}

.premium-v2 .v2-feature-copy h2,
.premium-v2 .v2-project-card h2 {
  margin-bottom: 1rem;
}

.premium-v2 .v2-project-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1rem, 2vw, 1.5rem);
  margin: 0 0 clamp(4rem, 8vw, 8rem);
}

.premium-v2 .v2-project-card {
  display: grid;
  min-height: 640px;
  grid-template-rows: minmax(360px, 1fr) auto;
  color: inherit;
  background: var(--soft);
  border: 1px solid var(--line);
  text-decoration: none;
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.premium-v2 .v2-project-card:hover {
  box-shadow: var(--shadow);
}

.premium-v2 .v2-project-card div {
  padding: clamp(1.2rem, 2.5vw, 2.4rem);
}

.premium-v2 .v2-project-card span {
  display: block;
  margin-bottom: 0.9rem;
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.premium-v2 .v2-project-strip {
  grid-template-columns: repeat(3, 1fr);
}

.premium-v2 .v2-contact-layout {
  grid-template-columns: minmax(320px, 0.48fr) minmax(0, 1fr);
  align-items: start;
}

.premium-v2 .v2-contact-info {
  position: sticky;
  top: 112px;
}

.premium-v2 .v2-contact-list {
  display: grid;
  gap: 0.8rem;
  margin: 2.2rem 0;
}

.premium-v2 .v2-contact-list a,
.premium-v2 .v2-contact-list span,
.premium-v2 .footer-contact a,
.premium-v2 .footer-contact span {
  color: var(--ink);
  text-decoration: none;
}

.premium-v2 .v2-contact-form {
  width: 100%;
  display: grid;
  gap: 1.2rem;
}

.premium-v2 .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}

.premium-v2 .v2-contact-form label {
  display: grid;
  gap: 0.55rem;
}

.premium-v2 .v2-contact-form label span {
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.premium-v2 input,
.premium-v2 select,
.premium-v2 textarea {
  width: 100%;
  min-height: 58px;
  border: 1px solid rgba(17, 22, 25, 0.22);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.64);
  color: var(--ink);
  font: inherit;
  padding: 0.95rem 1rem;
  outline: 0;
}

.premium-v2 textarea {
  min-height: 190px;
  resize: vertical;
}

.premium-v2 input:focus,
.premium-v2 select:focus,
.premium-v2 textarea:focus {
  border-color: var(--ink);
  box-shadow: 0 0 0 3px rgba(17, 22, 25, 0.08);
}

.premium-v2 .socials {
  display: flex;
  gap: 0.7rem;
}

.premium-v2 .social-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  font-weight: 700;
  background: rgba(255, 255, 255, 0.4);
}

.premium-v2 .v2-contact-scope {
  grid-template-columns: repeat(3, 1fr);
}

.premium-v2 .v2-contact-scope h3 {
  margin: 2rem 0 0.8rem;
}

.premium-v2 .v2-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: end;
  margin: 0 0 clamp(4rem, 8vw, 8rem);
  padding: clamp(2rem, 5vw, 5rem);
  background: linear-gradient(135deg, rgba(232, 222, 211, 0.92), rgba(251, 248, 244, 0.72));
  border: 1px solid var(--line);
}

.premium-v2 .v2-cta h2 {
  max-width: 980px;
}

.premium-v2 .footer {
  width: min(100% - clamp(2rem, 5vw, 6rem), 1520px);
  margin: 0 auto;
  background: transparent;
  border-top: 1px solid var(--line);
}

.premium-v2 .hero.home-hero {
  min-height: 82svh;
  padding-top: 8rem;
}

.premium-v2 .home-feature,
.premium-v2 .home-gateway,
.premium-v2 .home-cta {
  width: min(100% - clamp(2rem, 5vw, 6rem), 1520px);
}

@media (max-width: 1100px) {
  .premium-v2 .v2-hero-split,
  .premium-v2 .v2-projects-hero,
  .premium-v2 .v2-contact-hero,
  .premium-v2 .v2-editorial-grid,
  .premium-v2 .v2-contact-layout,
  .premium-v2 .v2-feature-project,
  .premium-v2 .v2-material-story,
  .premium-v2 .v2-section-head {
    grid-template-columns: 1fr;
  }

  .premium-v2 .v2-contact-info {
    position: static;
  }

  .premium-v2 .v2-service-grid,
  .premium-v2 .v2-project-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 780px) {
  .premium-v2 .site-header {
    width: calc(100% - 1rem);
    top: 8px;
    min-height: 66px;
  }

  .premium-v2 .page-shell {
    width: min(100% - 1.5rem, 1520px);
    padding-top: 92px;
  }

  .premium-v2 h1,
  .premium-v2 .hero-content h1,
  .premium-v2 .page-main h1 {
    font-size: clamp(2.35rem, 11vw, 3.7rem);
    line-height: 1.02;
  }

  .premium-v2 h2 {
    font-size: clamp(1.85rem, 8vw, 2.8rem);
  }

  .premium-v2 .v2-hero {
    padding-top: 2.8rem;
  }

  .premium-v2 .v2-image-panel,
  .premium-v2 .v2-feature-image,
  .premium-v2 .v2-contact-hero figure {
    min-height: 330px;
  }

  .premium-v2 .v2-stat-band,
  .premium-v2 .v2-project-strip,
  .premium-v2 .v2-contact-scope,
  .premium-v2 .v2-service-grid,
  .premium-v2 .v2-project-grid,
  .premium-v2 .v2-material-images,
  .premium-v2 .form-row,
  .premium-v2 .v2-cta {
    grid-template-columns: 1fr;
  }

  .premium-v2 .v2-stat-band article,
  .premium-v2 .v2-project-strip div,
  .premium-v2 .v2-contact-scope article {
    min-height: 150px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .premium-v2 .v2-stat-band article:last-child,
  .premium-v2 .v2-project-strip div:last-child,
  .premium-v2 .v2-contact-scope article:last-child {
    border-bottom: 0;
  }

  .premium-v2 .v2-service-grid article {
    min-height: 240px;
  }

  .premium-v2 .v2-service-grid span {
    margin-bottom: 3rem;
  }

  .premium-v2 .v2-project-card {
    min-height: 0;
    grid-template-rows: 330px auto;
  }

  .premium-v2 .v2-text-panel,
  .premium-v2 .v2-feature-copy,
  .premium-v2 .v2-contact-info,
  .premium-v2 .v2-contact-form,
  .premium-v2 .v2-cta {
    padding: 1.3rem;
  }

  .premium-v2 .footer {
    width: min(100% - 1.5rem, 1520px);
  }
}

/* V3 inner pages: calmer scale, richer first fold, no raw giant section flow. */
.subpage-v3 .page-shell {
  width: min(100% - clamp(2rem, 5vw, 5rem), 1360px);
  padding-top: 104px;
}

.subpage-v3 h1,
.subpage-v3 .v2-hero-copy h1,
.subpage-v3 .v2-projects-hero h1,
.subpage-v3 .v2-contact-hero h1 {
  max-width: 760px;
  font-size: clamp(2.6rem, 4vw, 4.7rem);
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: none;
}

.subpage-v3 h2 {
  font-size: clamp(1.9rem, 3vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: none;
}

.subpage-v3 .sub-hero {
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.72fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: end;
  padding: clamp(2rem, 4vw, 4rem) 0 clamp(2.4rem, 4vw, 4rem);
}

.subpage-v3 .sub-hero-copy {
  display: grid;
  align-content: end;
}

.subpage-v3 .sub-hero-copy p:not(.eyebrow) {
  max-width: 620px;
  margin-top: 1.2rem;
  font-size: clamp(1.02rem, 1.2vw, 1.16rem);
}

.subpage-v3 .sub-hero-image,
.subpage-v3 .v2-contact-hero figure {
  position: relative;
  overflow: hidden;
  min-height: clamp(360px, 38vw, 560px);
  background: var(--sand);
  box-shadow: 0 24px 70px rgba(17, 22, 25, 0.12);
}

.subpage-v3 .sub-hero-image img,
.subpage-v3 .v2-contact-hero figure img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.subpage-v3 .v3-overview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 0 clamp(3rem, 6vw, 5.5rem);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.subpage-v3 .v3-overview article {
  min-height: 138px;
  padding: clamp(1.1rem, 2vw, 1.8rem);
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.subpage-v3 .v3-overview article:last-child {
  border-right: 0;
}

.subpage-v3 .v3-overview strong {
  font-size: clamp(1.6rem, 2.6vw, 2.8rem);
  font-weight: 460;
}

.subpage-v3 .v3-overview span {
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.subpage-v3 .v3-editorial {
  grid-template-columns: minmax(320px, 0.7fr) minmax(0, 1fr);
  margin-bottom: clamp(3rem, 6vw, 5.5rem);
}

.subpage-v3 .v3-editorial .v2-text-panel {
  min-height: clamp(420px, 38vw, 560px);
}

.subpage-v3 .v3-editorial .v2-image-panel,
.subpage-v3 .v2-feature-image {
  min-height: clamp(420px, 42vw, 620px);
}

.subpage-v3 .v2-services-board,
.subpage-v3 .v2-material-story,
.subpage-v3 .v2-contact-layout,
.subpage-v3 .v2-project-grid,
.subpage-v3 .v2-project-strip,
.subpage-v3 .v2-contact-scope {
  margin-bottom: clamp(3rem, 6vw, 5.5rem);
}

.subpage-v3 .v2-section-head {
  grid-template-columns: 0.28fr 1fr;
  margin-bottom: 1.6rem;
}

.subpage-v3 .v2-service-grid article {
  min-height: 250px;
}

.subpage-v3 .v2-service-grid span {
  margin-bottom: 3rem;
}

.subpage-v3 .v3-material-story {
  grid-template-columns: minmax(320px, 0.48fr) minmax(0, 1fr);
}

.subpage-v3 .v2-material-images img {
  min-height: clamp(300px, 28vw, 430px);
}

.subpage-v3 .projects-hero-v3 {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.46fr);
}

.subpage-v3 .v2-filterbar {
  align-self: center;
}

.subpage-v3 .v3-feature-project {
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.62fr);
  margin-bottom: clamp(2rem, 4vw, 3.6rem);
}

.subpage-v3 .v2-feature-copy,
.subpage-v3 .v2-text-panel,
.subpage-v3 .v2-contact-info,
.subpage-v3 .v2-contact-form {
  background: rgba(251, 248, 244, 0.86);
}

.subpage-v3 .v2-project-card {
  min-height: 540px;
  grid-template-rows: minmax(310px, 1fr) auto;
}

.subpage-v3 .v2-project-card h2 {
  font-size: clamp(1.7rem, 2.6vw, 2.8rem);
}

.subpage-v3 .v2-contact-hero {
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.5fr);
}

.subpage-v3 .v2-contact-layout {
  grid-template-columns: minmax(300px, 0.42fr) minmax(0, 1fr);
}

.subpage-v3 .v2-contact-info h2 {
  font-size: clamp(1.8rem, 3vw, 3.1rem);
}

.subpage-v3 .v2-cta {
  grid-template-columns: minmax(0, 1fr) auto;
  padding: clamp(1.6rem, 4vw, 3.6rem);
}

@media (max-width: 1100px) {
  .subpage-v3 .sub-hero,
  .subpage-v3 .v3-editorial,
  .subpage-v3 .v3-material-story,
  .subpage-v3 .projects-hero-v3,
  .subpage-v3 .v3-feature-project,
  .subpage-v3 .v2-contact-hero,
  .subpage-v3 .v2-contact-layout,
  .subpage-v3 .v2-section-head {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .subpage-v3 .page-shell {
    width: min(100% - 1.5rem, 1360px);
    padding-top: 94px;
  }

  .subpage-v3 h1,
  .subpage-v3 .v2-contact-hero h1,
  .subpage-v3 .v2-projects-hero h1 {
    font-size: clamp(2.05rem, 9vw, 3rem);
    line-height: 1.08;
  }

  .subpage-v3 .sub-hero {
    gap: 1.4rem;
    padding-top: 2rem;
  }

  .subpage-v3 .sub-hero-image,
  .subpage-v3 .v2-contact-hero figure,
  .subpage-v3 .v3-editorial .v2-text-panel,
  .subpage-v3 .v3-editorial .v2-image-panel,
  .subpage-v3 .v2-feature-image {
    min-height: 300px;
  }

  .subpage-v3 .v3-overview,
  .subpage-v3 .v2-project-strip,
  .subpage-v3 .v2-contact-scope {
    grid-template-columns: 1fr;
  }

  .subpage-v3 .v3-overview article {
    min-height: 118px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .subpage-v3 .v3-overview article:last-child {
    border-bottom: 0;
  }

  .subpage-v3 .v2-project-card {
    grid-template-rows: 290px auto;
  }
}
