/* Internal pages extend the homepage system: same surfaces, rhythm and brand vocabulary. */
:root { --internal-width: min(calc(100% - 80px), var(--max)); }

body { background: radial-gradient(circle at 76% 8%, rgba(96,143,113,.24), transparent 29%), linear-gradient(145deg,var(--pine-950),var(--pine-900) 46%,#0b3428); }
main { position: relative; z-index: 1; }
.internal-page-header .language-option { text-decoration: none; }
.internal-page-header .language-option.is-active { color: var(--pine-950); background: var(--cream); box-shadow: 0 4px 12px rgba(0,18,12,.18); }
.internal-page-footer { position: relative; z-index: 2; }

.arrow-link { display: inline-flex; width: fit-content; padding: 0 0 6px; align-items: center; border-bottom: 1px solid currentColor; gap: 16px; font-size: 12px; font-weight: 700; }
.arrow-link span { transition: transform .25s ease; }
.arrow-link:hover span { transform: translate(3px,-3px); }

/* Shared hero */
.page-hero {
  position: relative; display: grid; width: var(--internal-width); min-height: 770px; margin: 120px auto 54px; padding: clamp(58px,7vw,105px);
  overflow: hidden; align-content: end; border: 1px solid rgba(205,221,201,.12); border-radius: 36px;
  background: linear-gradient(145deg,rgba(13,60,46,.98),rgba(5,35,27,.98)); box-shadow: 0 30px 90px rgba(0,18,13,.25);
}
.page-hero::before { position: absolute; right: -170px; bottom: -210px; width: 680px; height: 560px; border: 1px solid rgba(205,221,201,.13); border-radius: 48% 52% 44% 56%; content: ""; transform: rotate(-14deg); }
.page-hero::after { position: absolute; right: 20px; bottom: -120px; width: 410px; height: 340px; border: 1px solid rgba(205,221,201,.1); border-radius: 52% 46% 55% 43%; content: ""; transform: rotate(19deg); }
.page-hero > * { position: relative; z-index: 2; }
.page-hero .hero-index { display: flex; margin-bottom: clamp(65px,9vw,135px); align-items: center; color: var(--pine-300); justify-content: space-between; font-size: 11px; letter-spacing: .1em; }
.page-hero h1 { max-width: 1250px; margin: 0; font-size: clamp(64px,8.5vw,132px); font-weight: 700; letter-spacing: -.075em; line-height: .84; }
.page-hero h1 em { display: block; color: var(--clay); font-style: normal; font-weight: 400; }
.page-hero-bottom { display: grid; margin-top: 62px; align-items: end; grid-template-columns: minmax(0,1.4fr) minmax(230px,.6fr); gap: 55px; }
.page-hero-bottom p { max-width: 790px; margin: 0; color: var(--pine-200); font-size: clamp(19px,1.65vw,25px); letter-spacing: -.02em; }
.page-hero-bottom small { color: var(--pine-300); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

/* Work index */
.case-list { width: var(--internal-width); margin: 0 auto 54px; padding: clamp(34px,5vw,78px); border-radius: 36px; background: var(--night); }
.case-card {
  --card-copy: var(--ink); display: grid; min-height: 610px; margin: 0 0 18px; padding: 0; overflow: hidden; border: 1px solid rgba(205,221,201,.12);
  border-radius: 28px; color: var(--card-copy); background: var(--sand-soft); grid-template-columns: minmax(0,1.18fr) minmax(340px,.82fr); box-shadow: 0 24px 65px rgba(0,15,10,.18); transition: transform .35s ease,box-shadow .35s ease;
}
.case-card:last-child { margin-bottom: 0; }
.case-card:nth-child(even) { --card-copy: var(--cream); background: linear-gradient(145deg,var(--pine-800),var(--pine-950)); grid-template-columns: minmax(340px,.82fr) minmax(0,1.18fr); }
.case-card:nth-child(even) .case-card-visual { order: 2; }
.case-card:hover { transform: translateY(-5px); box-shadow: 0 32px 80px rgba(0,15,10,.28); }
.case-card-visual { position: relative; display: block; min-height: 610px; overflow: hidden; border-radius: 0; background: var(--pine-950); isolation: isolate; }
.case-card-visual::after { position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg,rgba(2,20,15,.05),rgba(2,20,15,.15) 50%,rgba(2,20,15,.62)); content: ""; }
.case-card-visual > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.04); transition: transform .7s ease; }
.case-card:hover .case-card-visual > img { transform: scale(1.035); }
.case-card-number { position: absolute; z-index: 3; top: 27px; left: 28px; color: var(--cream); font-size: 9px; font-weight: 700; letter-spacing: .15em; }
.case-card-logo { position: absolute; z-index: 3; right: 25px; bottom: 25px; display: grid; width: 156px; height: 92px; padding: 10px; place-items: center; border-radius: 16px; background: var(--sand-soft); box-shadow: 0 15px 38px rgba(0,15,10,.2); }
.case-card-logo img { width: 136px; height: 72px; object-fit: contain; }
.case-card-copy { display: flex; padding: clamp(36px,5vw,70px); flex-direction: column; justify-content: center; }
.case-card-copy > div { display: flex; align-items: center; color: #617168; justify-content: space-between; gap: 16px; }
.case-card:nth-child(even) .case-card-copy > div,.case-card:nth-child(even) .case-card-copy p { color: var(--pine-200); }
.case-card-copy > div > span:last-child { font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.case-card-copy h2 { margin: 28px 0 24px; font-size: clamp(43px,4.7vw,72px); font-weight: 500; letter-spacing: -.065em; line-height: .91; }
.case-card-copy p { max-width: 520px; margin: 0 0 42px; color: #52635b; font-size: clamp(15px,1.25vw,19px); }

/* Services index */
.services-intro { display: grid; width: var(--internal-width); margin: 0 auto 54px; padding: clamp(50px,7vw,105px); border-radius: 36px; color: var(--ink); background: linear-gradient(145deg,var(--sand-soft),var(--sand)); grid-template-columns: .48fr 1.52fr; gap: 80px; }
.services-intro .eyebrow { color: var(--clay-dark); }
.services-intro h2 { max-width: 970px; margin: 0; font-size: clamp(52px,6.3vw,96px); font-weight: 500; letter-spacing: -.068em; line-height: .93; }
.services-intro p { max-width: 680px; margin: 32px 0 0; color: #53655c; font-size: 18px; }
.service-list { width: var(--internal-width); margin: 0 auto 54px; padding: clamp(35px,5vw,76px); border-radius: 36px; background: var(--night); }
.service-row { display: grid; margin-bottom: 12px; padding: clamp(28px,3.5vw,52px); align-items: center; border: 1px solid rgba(205,221,201,.14); border-radius: 24px; background: linear-gradient(145deg,rgba(239,246,231,.09),rgba(160,196,164,.035)); box-shadow: inset 0 1px 0 rgba(255,255,255,.07); grid-template-columns: 70px minmax(260px,.8fr) minmax(240px,.55fr) 54px; gap: 30px; transition: border-color .25s ease,background .25s ease,transform .25s ease; }
.service-row:last-child { margin-bottom: 0; }
.service-row:hover { border-color: rgba(255,72,0,.5); background: linear-gradient(145deg,rgba(255,72,0,.15),rgba(239,246,231,.06)); transform: translateX(5px); }
.service-row > span { color: var(--clay); font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.service-row h2 { margin: 0; font-size: clamp(34px,4.2vw,64px); font-weight: 500; letter-spacing: -.058em; line-height: .95; }
.service-row p { margin: 0; color: var(--pine-200); font-size: 14px; }
.service-arrow { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(205,221,201,.2); border-radius: 50%; font-style: normal; transition: color .25s ease,background .25s ease,transform .25s ease; }
.service-row:hover .service-arrow { color: var(--ink); background: var(--clay); transform: rotate(45deg); }

/* Case detail */
.case-hero,.service-hero { position: relative; display: grid; width: var(--internal-width); min-height: 700px; margin: 120px auto 18px; padding: clamp(55px,7vw,100px); overflow: hidden; border-radius: 36px; background: linear-gradient(150deg,var(--pine-800),var(--pine-950)); box-shadow: 0 30px 90px rgba(0,18,13,.22); }
.case-hero::after,.service-hero::after { position: absolute; right: -130px; bottom: -190px; width: 600px; height: 490px; border: 1px solid rgba(205,221,201,.13); border-radius: 47% 53% 43% 57%; content: ""; transform: rotate(-16deg); }
.case-hero > *,.service-hero > * { position: relative; z-index: 2; }
.case-hero-meta { display: flex; align-items: flex-start; color: var(--pine-300); justify-content: space-between; gap: 30px; }
.case-hero-meta div { display: flex; align-items: center; gap: 28px; }
.case-hero h1 { align-self: center; max-width: 1360px; margin: 80px 0 40px; font-size: clamp(62px,9vw,142px); font-weight: 700; letter-spacing: -.078em; line-height: .82; }
.case-hero-thesis { display: grid; align-self: end; grid-template-columns: 1fr 1fr; gap: 70px; }
.case-hero-thesis p { grid-column: 2; margin: 0; color: var(--pine-200); font-size: clamp(22px,2.35vw,36px); letter-spacing: -.035em; line-height: 1.12; }
.case-cover { position: relative; width: var(--internal-width); margin: 0 auto 54px; aspect-ratio: 16/8.8; overflow: hidden; border: 1px solid rgba(205,221,201,.12); border-radius: 36px; background: var(--pine-950); }
.case-cover::after { position: absolute; inset: 0; background: linear-gradient(120deg,rgba(3,27,21,.18),transparent 55%,rgba(255,72,0,.18)); content: ""; }
.case-cover > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.04); }
.case-cover-logo { position: absolute; z-index: 2; bottom: clamp(24px,4vw,58px); left: clamp(24px,4vw,58px); display: grid; width: clamp(150px,16vw,245px); aspect-ratio: 1.45; padding: 22px; place-items: center; border: 1px solid rgba(205,221,201,.16); border-radius: 22px; background: rgba(5,35,27,.88); backdrop-filter: blur(18px); }
.case-cover-logo img { width: 100%; height: 100%; object-fit: contain; filter: brightness(0) invert(1); }
.case-overview { display: grid; width: var(--internal-width); margin: 0 auto 54px; padding: clamp(50px,7vw,105px); border-radius: 36px; color: var(--ink); background: linear-gradient(145deg,var(--sand-soft),var(--sand)); grid-template-columns: minmax(260px,.52fr) minmax(0,1.48fr); gap: clamp(65px,10vw,160px); }
.case-facts { display: grid; align-content: start; }
.case-fact { padding: 20px 0; border-top: 1px solid rgba(23,38,31,.14); }
.case-fact span { display: block; margin-bottom: 8px; color: var(--clay-dark); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.case-fact p { margin: 0; color: #53655c; font-size: 13px; }
.case-narrative .eyebrow { color: var(--clay-dark); }
.case-narrative h2 { margin: 34px 0 38px; font-size: clamp(48px,6vw,92px); font-weight: 500; letter-spacing: -.068em; line-height: .93; }
.case-narrative > p { max-width: 880px; margin: 0; color: #52635b; font-size: clamp(18px,1.55vw,24px); line-height: 1.55; }
.narrative-grid { display: grid; width: var(--internal-width); margin: 0 auto 54px; padding: clamp(32px,4vw,62px); border-radius: 36px; background: var(--night); grid-template-columns: 1fr 1fr; gap: 14px; }
.narrative-block { display: flex; min-height: 590px; padding: clamp(36px,5vw,70px); border: 1px solid rgba(205,221,201,.14); border-radius: 26px; background: linear-gradient(145deg,rgba(13,60,46,.88),rgba(5,35,27,.96)); flex-direction: column; }
.narrative-block:nth-child(2) { background: linear-gradient(145deg,rgba(255,72,0,.13),rgba(5,35,27,.96) 72%); }
.narrative-block > span { color: var(--clay); }
.narrative-block h2 { max-width: 610px; margin: 68px 0 30px; font-size: clamp(40px,4.6vw,70px); font-weight: 500; letter-spacing: -.06em; line-height: .94; }
.narrative-block p { max-width: 650px; margin: auto 0 0; color: var(--pine-200); font-size: clamp(15px,1.25vw,19px); line-height: 1.55; }
.art-grid { display: grid; width: var(--internal-width); margin: 0 auto 54px; padding: clamp(28px,4vw,58px); border-radius: 36px; background: linear-gradient(145deg,var(--sand-soft),var(--sand)); grid-template-columns: 1.45fr .75fr; gap: 14px; }
.art-placeholder { position: relative; display: flex; min-height: 520px; padding: 28px; overflow: hidden; border-radius: 26px; color: var(--cream); background: linear-gradient(145deg,var(--pine-800),var(--pine-950)); flex-direction: column; justify-content: space-between; }
.art-placeholder-square { aspect-ratio: 1; min-height: 0; color: var(--ink); background: var(--clay); }
.art-placeholder > span,.art-placeholder > small { position: relative; z-index: 2; font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.art-placeholder > div { position: absolute; inset: 50%; display: grid; place-items: center; }
.art-placeholder i { position: absolute; display: block; width: min(39vw,520px); aspect-ratio: 1; border: 1px solid currentColor; border-radius: 48% 52% 44% 56%; opacity: .2; transform: translate(-50%,-50%) rotate(-12deg); }
.art-placeholder i:nth-child(2) { width: min(27vw,360px); transform: translate(-50%,-50%) rotate(14deg); }
.art-placeholder i:nth-child(3) { width: min(14vw,190px); background: currentColor; opacity: .07; transform: translate(-50%,-50%) rotate(-22deg); }
.results-section { width: var(--internal-width); margin: 0 auto 54px; overflow: hidden; border-radius: 36px; color: var(--ink); background: linear-gradient(145deg,var(--sand-soft),var(--sand)); }
.results-shell { padding: clamp(55px,7vw,105px); }
.results-heading { display: grid; grid-template-columns: .45fr 1.55fr; gap: 70px; }
.results-heading .eyebrow { color: var(--clay-dark); }
.results-heading h2 { max-width: 980px; margin: 0; font-size: clamp(50px,6.8vw,104px); font-weight: 500; letter-spacing: -.07em; line-height: .91; }
.results-heading p { max-width: 690px; margin: 32px 0 0; color: #52635b; font-size: 18px; }
.metrics-grid { display: grid; margin-top: 90px; border-top: 1px solid rgba(23,38,31,.15); border-bottom: 1px solid rgba(23,38,31,.15); grid-template-columns: repeat(3,1fr); }
.metric { display: flex; min-width: 0; min-height: 290px; padding: 34px 26px; align-items: center; border-right: 1px solid rgba(23,38,31,.15); flex-direction: column; justify-content: center; gap: 32px; text-align: center; }
.metric:last-child { border-right: 0; }
.metric strong { display: flex; width: 100%; min-height: 1em; align-items: center; justify-content: center; color: var(--clay-dark); font-size: clamp(44px,4.2vw,74px); font-variant-numeric: tabular-nums; font-weight: 500; letter-spacing: -.065em; line-height: .9; white-space: nowrap; }
.metric span { display: flex; min-height: 2.8em; max-width: 280px; align-items: flex-start; justify-content: center; color: #52635b; font-size: 10px; font-weight: 700; letter-spacing: .08em; line-height: 1.4; text-transform: uppercase; }
.next-case { width: var(--internal-width); margin: 0 auto 54px; padding: clamp(45px,6vw,85px); border-radius: 36px; background: linear-gradient(145deg,var(--pine-800),var(--pine-950)); }
.next-case a { display: grid; align-items: end; grid-template-columns: 1fr auto; gap: 30px; }
.next-case .eyebrow { color: var(--clay); }
.next-case strong { display: block; margin-top: 28px; font-size: clamp(54px,8vw,120px); font-weight: 500; letter-spacing: -.07em; line-height: .85; }
.next-case i { display: grid; width: 76px; height: 76px; place-items: center; border: 1px solid rgba(205,221,201,.2); border-radius: 50%; font-style: normal; font-size: 28px; }

/* Service detail */
.service-hero { grid-template-rows: auto 1fr auto; }
.service-hero-top { display: flex; color: var(--pine-300); justify-content: space-between; gap: 30px; }
.service-hero h1 { align-self: center; max-width: 1340px; margin: 72px 0; font-size: clamp(64px,9vw,138px); font-weight: 700; letter-spacing: -.078em; line-height: .82; }
.service-hero-bottom { display: grid; align-self: end; grid-template-columns: 1fr 1fr; gap: 70px; }
.service-hero-bottom p { grid-column: 2; margin: 0; color: var(--pine-200); font-size: clamp(22px,2.35vw,36px); letter-spacing: -.035em; line-height: 1.12; }
.service-problem { width: var(--internal-width); margin: 0 auto 54px; border-radius: 36px; color: var(--ink); background: linear-gradient(145deg,var(--sand-soft),var(--sand)); }
.service-problem-shell { display: grid; padding: clamp(55px,7vw,105px); grid-template-columns: .47fr 1.53fr; gap: clamp(65px,10vw,160px); }
.service-problem .eyebrow { color: var(--clay-dark); }
.service-problem h2 { margin: 0 0 42px; font-size: clamp(48px,6.2vw,94px); font-weight: 500; letter-spacing: -.068em; line-height: .92; }
.service-problem p { max-width: 850px; margin: 0; color: #52635b; font-size: clamp(18px,1.55vw,24px); line-height: 1.52; }
.service-problem .outcome { margin-top: 48px; padding-top: 32px; border-top: 1px solid rgba(23,38,31,.15); color: var(--ink); font-weight: 700; }
.service-system { width: var(--internal-width); margin: 0 auto 54px; padding: clamp(50px,7vw,98px); border-radius: 36px; background: var(--night); }
.service-system-header { display: grid; grid-template-columns: .45fr 1.55fr; gap: 70px; }
.service-system-header .eyebrow { color: var(--clay); }
.service-system h2 { max-width: 1020px; margin: 0; font-size: clamp(50px,6.7vw,102px); font-weight: 500; letter-spacing: -.07em; line-height: .91; }
.include-grid { display: grid; margin-top: 80px; border: 1px solid rgba(205,221,201,.14); border-radius: 24px; overflow: hidden; grid-template-columns: repeat(5,1fr); }
.include-item { display: flex; min-height: 220px; padding: 24px; border-right: 1px solid rgba(205,221,201,.14); background: rgba(239,246,231,.045); flex-direction: column; justify-content: space-between; }
.include-item:last-child { border-right: 0; }
.include-item span { color: var(--clay); font-size: 10px; }
.include-item strong { font-size: 17px; line-height: 1.25; }
.phase-grid { display: grid; margin-top: 14px; grid-template-columns: repeat(3,1fr); gap: 14px; }
.phase-item { min-height: 340px; padding: 34px; border: 1px solid rgba(205,221,201,.14); border-radius: 24px; background: linear-gradient(145deg,rgba(13,60,46,.88),rgba(5,35,27,.96)); }
.phase-item:nth-child(2) { background: linear-gradient(145deg,rgba(255,72,0,.16),rgba(5,35,27,.96)); }
.phase-item span { color: var(--clay); font-size: 10px; letter-spacing: .14em; }
.phase-item h3 { margin: 82px 0 22px; font-size: clamp(31px,3vw,46px); font-weight: 500; letter-spacing: -.05em; line-height: .95; }
.phase-item p { margin: 0; color: var(--pine-200); font-size: 14px; }
.related-case { width: var(--internal-width); margin: 0 auto 54px; border-radius: 36px; color: var(--ink); background: linear-gradient(145deg,var(--sand-soft),var(--sand)); }
.related-case-shell { padding: clamp(34px,5vw,74px); }
.related-case-shell > a { display: grid; align-items: center; grid-template-columns: 1.15fr .85fr; gap: clamp(50px,7vw,100px); }
.related-case img { width: 100%; aspect-ratio: 16/10; border-radius: 26px; object-fit: cover; filter: saturate(.78) contrast(1.03); }
.related-case .eyebrow { color: var(--clay-dark); }
.related-case h2 { margin: 28px 0; font-size: clamp(48px,6vw,88px); font-weight: 500; letter-spacing: -.068em; line-height: .91; }
.related-case p { max-width: 520px; color: #52635b; font-size: 17px; }

@media (max-width: 1050px) {
  .case-card,.case-card:nth-child(even) { min-height: 0; grid-template-columns: 1fr; }
  .case-card:nth-child(even) .case-card-visual { order: 0; }
  .case-card-visual { min-height: 520px; }
  .case-card-copy { min-height: 430px; }
  .service-row { grid-template-columns: 55px 1fr 48px; }
  .service-row p { display: none; }
  .include-grid { grid-template-columns: repeat(2,1fr); }
  .include-item { border-bottom: 1px solid rgba(205,221,201,.14); }
  .include-item:nth-child(even) { border-right: 0; }
  .include-item:last-child { grid-column: 1/-1; }
}

@media (max-width: 900px) {
  :root { --internal-width: calc(100% - 44px); }
  .page-hero,.case-hero,.service-hero,.case-cover,.case-overview,.narrative-grid,.art-grid,.results-section,.next-case,.services-intro,.service-list,.service-problem,.service-system,.related-case { border-radius: 28px; }
  .page-hero { min-height: 690px; margin-top: 112px; padding: 60px 34px; }
  .page-hero-bottom,.services-intro,.case-overview,.service-problem-shell { grid-template-columns: 1fr; gap: 38px; }
  .case-hero-thesis,.service-hero-bottom { grid-template-columns: 1fr; }
  .case-hero-thesis p,.service-hero-bottom p { grid-column: 1; }
  .case-hero,.service-hero { min-height: 650px; margin-top: 112px; padding: 60px 34px; }
  .narrative-grid,.art-grid { grid-template-columns: 1fr; }
  .art-placeholder-square { aspect-ratio: 16/10; }
  .results-heading,.service-system-header { grid-template-columns: 1fr; gap: 34px; }
  .metrics-grid { grid-template-columns: 1fr; }
  .metric { min-height: 190px; border-right: 0; border-bottom: 1px solid rgba(23,38,31,.15); gap: 20px; }
  .metric:last-child { border-bottom: 0; }
  .phase-grid { grid-template-columns: 1fr; }
  .related-case-shell > a { grid-template-columns: 1fr; }
  .internal-page-footer { width: calc(100% - 44px); }
}

@media (max-width: 650px) {
  :root { --internal-width: calc(100% - 28px); }
  .internal-page-header { width: calc(100% - 28px); }
  .internal-page-header .site-nav .language-switcher { margin-top: 8px; }
  .page-hero,.case-hero,.service-hero { margin-top: 100px; border-radius: 24px; }
  .page-hero { min-height: 640px; padding: 44px 22px; }
  .page-hero .hero-index { margin-bottom: 70px; }
  .page-hero h1 { font-size: clamp(53px,18vw,82px); }
  .page-hero-bottom { margin-top: 42px; }
  .case-list,.service-list { padding: 14px; border-radius: 24px; }
  .case-card { border-radius: 22px; }
  .case-card-visual { min-height: 390px; }
  .case-card-copy { min-height: 390px; padding: 35px 24px; }
  .case-card-copy h2 { font-size: 42px; }
  .service-row { padding: 27px 20px; border-radius: 20px; grid-template-columns: 32px 1fr 40px; gap: 8px; }
  .service-row h2 { font-size: 31px; }
  .service-arrow { width: 38px; height: 38px; }
  .services-intro,.case-overview,.service-problem-shell,.results-shell,.service-system { padding: 60px 24px; }
  .case-hero,.service-hero { min-height: 610px; padding: 42px 22px; }
  .case-hero-meta { font-size: 11px; }
  .case-hero h1,.service-hero h1 { margin: 65px 0 44px; font-size: clamp(55px,18vw,88px); }
  .case-cover { aspect-ratio: 4/5; border-radius: 24px; }
  .case-cover-logo { width: 140px; padding: 15px; border-radius: 16px; }
  .narrative-grid,.art-grid { padding: 14px; border-radius: 24px; }
  .narrative-block { min-height: 500px; padding: 35px 24px; border-radius: 20px; }
  .art-placeholder { min-height: 390px; border-radius: 20px; }
  .next-case { padding: 52px 24px; }
  .next-case i { width: 52px; height: 52px; }
  .include-grid { grid-template-columns: 1fr; }
  .include-item,.include-item:nth-child(even) { min-height: 170px; border-right: 0; }
  .include-item:last-child { grid-column: auto; }
  .related-case-shell { padding: 14px; }
  .related-case-shell > a { gap: 34px; }
  .related-case-shell > a > div { padding: 0 12px 30px; }
  .internal-page-footer { width: calc(100% - 28px); }
}

@media (prefers-reduced-motion: reduce) {
  .case-card,.case-card-visual > img,.service-row,.service-arrow,.arrow-link span { transition: none; }
}

/* Institutional authority: Studio and Contact */
.institutional-hero,
.editorial-surface,
.dark-surface,
.institutional-cta { width: var(--internal-width); margin-right: auto; margin-left: auto; border-radius: 36px; }

.institutional-hero {
  position: relative; display: grid; min-height: 820px; margin-top: 120px; margin-bottom: 54px; padding: clamp(58px,7vw,105px);
  overflow: hidden; align-content: end; border: 1px solid rgba(205,221,201,.13); background: linear-gradient(145deg,rgba(13,60,46,.98),rgba(5,35,27,.98));
  box-shadow: 0 30px 90px rgba(0,18,13,.25); isolation: isolate;
}
.institutional-hero > * { position: relative; z-index: 2; }
.institutional-hero-top { position: absolute; z-index: 3; top: clamp(42px,5vw,72px); right: clamp(42px,6vw,84px); left: clamp(42px,6vw,84px); display: flex; color: var(--pine-300); justify-content: space-between; gap: 28px; font-size: 10px; letter-spacing: .11em; }
.institutional-hero h1 { max-width: 1240px; margin: 0; font-size: clamp(66px,8.2vw,128px); font-weight: 700; letter-spacing: -.078em; line-height: .84; text-wrap: balance; }
.institutional-hero > p { max-width: 850px; margin: clamp(42px,5vw,70px) 0 0 auto; color: var(--pine-200); font-size: clamp(20px,1.9vw,29px); letter-spacing: -.03em; line-height: 1.3; }
.institutional-orbits { position: absolute; z-index: 0; top: 50%; right: -130px; width: min(58vw,820px); aspect-ratio: 1.12; transform: translateY(-42%) rotate(-8deg); }
.institutional-orbits i { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(205,221,201,.12); border-radius: 48% 52% 44% 56%; transform: translate(-50%,-50%); }
.institutional-orbits i:nth-child(1) { width: 100%; height: 86%; }
.institutional-orbits i:nth-child(2) { width: 74%; height: 65%; transform: translate(-50%,-50%) rotate(17deg); }
.institutional-orbits i:nth-child(3) { width: 48%; height: 43%; transform: translate(-50%,-50%) rotate(-21deg); }
.institutional-orbits i:nth-child(4) { width: 21%; height: 19%; background: rgba(205,221,201,.055); transform: translate(-50%,-50%) rotate(12deg); }

.editorial-surface { margin-bottom: 54px; padding: clamp(58px,7vw,105px); color: var(--ink); background: linear-gradient(145deg,var(--sand-soft),var(--sand)); box-shadow: 0 24px 70px rgba(0,18,13,.16); }
.dark-surface { margin-bottom: 54px; padding: clamp(58px,7vw,105px); overflow: hidden; border: 1px solid rgba(205,221,201,.13); background: var(--night); }
.editorial-surface .eyebrow { color: var(--clay-dark); }
.dark-surface .eyebrow { color: var(--clay); }
.institutional-heading { display: grid; grid-template-columns: minmax(170px,.42fr) minmax(0,1.58fr); gap: clamp(48px,7vw,105px); }
.institutional-heading h2 { max-width: 990px; margin: 0; font-size: clamp(50px,6.6vw,100px); font-weight: 500; letter-spacing: -.07em; line-height: .91; text-wrap: balance; }
.institutional-heading > h2 { grid-column: 2; }
.institutional-heading p { max-width: 760px; margin: 30px 0 0; color: #52635b; font-size: clamp(17px,1.45vw,22px); line-height: 1.5; }
.dark-surface .institutional-heading p { color: var(--pine-200); }

.studio-point { display: grid; grid-template-columns: minmax(170px,.42fr) minmax(0,1.58fr); gap: clamp(48px,7vw,105px); }
.studio-point-copy h2 { max-width: 980px; margin: 0; font-size: clamp(50px,6.4vw,98px); font-weight: 500; letter-spacing: -.07em; line-height: .92; }
.studio-point-copy p { max-width: 820px; margin: 32px 0 0; color: #52635b; font-size: clamp(17px,1.4vw,21px); line-height: 1.58; }
.studio-point blockquote { grid-column: 2; max-width: 930px; margin: 70px 0 0; padding: 36px 0 0; border-top: 1px solid rgba(23,38,31,.17); color: var(--clay-dark); font-size: clamp(28px,3.2vw,48px); font-weight: 500; letter-spacing: -.05em; line-height: 1.06; }

.studio-model-grid { display: grid; margin-top: 78px; border: 1px solid rgba(205,221,201,.14); border-radius: 26px; overflow: hidden; grid-template-columns: repeat(3,1fr); }
.studio-model-grid article { display: flex; min-height: 360px; padding: 32px; border-right: 1px solid rgba(205,221,201,.14); background: rgba(239,246,231,.04); flex-direction: column; }
.studio-model-grid article:last-child { border-right: 0; }
.studio-model-grid article > span,.collaboration-list article > span,.contact-next-grid article > span { color: var(--clay); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.studio-model-grid h3 { margin: auto 0 24px; font-size: clamp(30px,3vw,46px); font-weight: 500; letter-spacing: -.055em; line-height: .96; }
.studio-model-grid p { margin: 0; color: var(--pine-200); font-size: 14px; line-height: 1.5; }
.studio-facts { display: grid; margin: 18px 0 0; grid-template-columns: repeat(4,1fr); }
.studio-facts div { padding: 25px 20px; border-right: 1px solid rgba(205,221,201,.13); }
.studio-facts div:last-child { border-right: 0; }
.studio-facts dt { color: var(--pine-300); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.studio-facts dd { margin: 11px 0 0; font-size: 15px; }

.principle-grid { display: grid; margin-top: 78px; grid-template-columns: repeat(3,1fr); }
.principle-grid article { display: flex; min-height: 360px; padding: 34px; border-top: 1px solid rgba(23,38,31,.15); border-right: 1px solid rgba(23,38,31,.15); flex-direction: column; }
.principle-grid article:last-child { border-right: 0; }
.principle-grid article > span { color: var(--clay-dark); font-size: 11px; font-weight: 700; }
.principle-grid h3 { max-width: 330px; margin: auto 0 24px; font-size: clamp(30px,3.1vw,47px); font-weight: 500; letter-spacing: -.055em; line-height: .98; }
.principle-grid p { max-width: 360px; margin: 0; color: #52635b; font-size: 14px; line-height: 1.52; }

.collaboration-list { margin-top: 82px; border-top: 1px solid rgba(205,221,201,.14); }
.collaboration-list article { display: grid; min-height: 150px; padding: 28px 0; align-items: center; border-bottom: 1px solid rgba(205,221,201,.14); grid-template-columns: 100px minmax(220px,.65fr) minmax(0,1fr); gap: 28px; }
.collaboration-list h3 { margin: 0; font-size: clamp(25px,2.6vw,39px); font-weight: 500; letter-spacing: -.05em; }
.collaboration-list p { max-width: 620px; margin: 0; color: var(--pine-200); font-size: 15px; line-height: 1.5; }

.studio-standard { display: grid; grid-template-columns: minmax(170px,.42fr) minmax(0,1.58fr); gap: clamp(48px,7vw,105px); }
.studio-standard h2 { max-width: 930px; margin: 0; font-size: clamp(50px,6.2vw,94px); font-weight: 500; letter-spacing: -.07em; line-height: .91; }
.studio-standard ul { max-width: 880px; margin: 60px 0 0; padding: 0; list-style: none; }
.studio-standard li { position: relative; padding: 20px 0 20px 36px; border-top: 1px solid rgba(23,38,31,.15); color: #46584f; font-size: 16px; }
.studio-standard li::before { position: absolute; top: 24px; left: 0; color: var(--clay-dark); content: "↗"; }

.institutional-cta { position: relative; margin-bottom: 54px; padding: clamp(70px,9vw,130px); overflow: hidden; border: 1px solid rgba(205,221,201,.14); background: linear-gradient(145deg,var(--pine-800),var(--pine-950)); }
.institutional-cta::after { position: absolute; right: -180px; bottom: -220px; width: 610px; height: 500px; border: 1px solid rgba(205,221,201,.12); border-radius: 48% 52% 44% 56%; content: ""; transform: rotate(-16deg); }
.institutional-cta > * { position: relative; z-index: 2; }
.institutional-cta .eyebrow { color: var(--clay); }
.institutional-cta h2 { max-width: 1030px; margin: 42px 0 0; font-size: clamp(55px,7.6vw,116px); font-weight: 500; letter-spacing: -.075em; line-height: .88; }
.institutional-cta p { max-width: 680px; margin: 38px 0 0; color: var(--pine-200); font-size: 18px; }
.institutional-cta > div { display: flex; margin-top: 48px; align-items: center; gap: 28px; flex-wrap: wrap; }

.contact-hero { min-height: 900px; }
.contact-hero h1 { max-width: 1120px; }
.contact-signal { position: absolute; z-index: 0; top: 12%; right: -5%; width: min(52vw,700px); height: 70%; }
.contact-signal i { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(205,221,201,.12); border-radius: 50%; transform: translate(-50%,-50%); }
.contact-signal i:nth-child(1) { width: 100%; aspect-ratio: 1; }
.contact-signal i:nth-child(2) { width: 66%; aspect-ratio: 1; }
.contact-signal i:nth-child(3) { width: 30%; aspect-ratio: 1; background: rgba(255,72,0,.1); }
.direct-contact-panel { display: grid; margin-top: 58px; padding-top: 26px; align-items: center; border-top: 1px solid rgba(205,221,201,.16); grid-template-columns: 1fr auto auto; gap: 38px; }
.direct-contact-panel div { display: flex; flex-direction: column; gap: 7px; }
.direct-contact-panel span { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.direct-contact-panel small { color: var(--pine-300); }
.direct-contact-panel a { padding-bottom: 6px; border-bottom: 1px solid rgba(205,221,201,.35); font-size: 12px; font-weight: 700; }

.fit-list { margin-top: 78px; border-top: 1px solid rgba(23,38,31,.15); }
.fit-list > div { display: grid; min-height: 105px; padding: 22px 0; align-items: center; border-bottom: 1px solid rgba(23,38,31,.15); grid-template-columns: 55px 1fr auto; gap: 28px; }
.fit-list > div > span { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(23,38,31,.18); border-radius: 50%; color: var(--pine-800); }
.fit-list .is-not-fit > span { color: #8d5e4a; }
.fit-list p { margin: 0; font-size: clamp(18px,1.7vw,25px); letter-spacing: -.025em; }
.fit-list small { color: #64746c; font-size: 9px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }

.contact-form-section { display: grid; scroll-margin-top: 110px; grid-template-columns: .72fr 1.28fr; gap: clamp(60px,8vw,120px); }
.contact-form-intro h2 { margin: 52px 0 0; font-size: clamp(48px,5.5vw,84px); font-weight: 500; letter-spacing: -.068em; line-height: .92; }
.contact-form-intro > p { margin: 30px 0 0; color: var(--pine-200); font-size: 16px; line-height: 1.55; }
.contact-form-intro aside { margin-top: 70px; padding: 28px; border: 1px solid rgba(205,221,201,.14); border-radius: 20px; background: rgba(239,246,231,.045); }
.contact-form-intro aside strong { font-size: 16px; }
.contact-form-intro aside p { margin: 12px 0 20px; color: var(--pine-200); font-size: 13px; }
.contact-form-intro aside a { border-bottom: 1px solid rgba(205,221,201,.3); font-size: 12px; }
.contact-form { min-width: 0; padding: clamp(30px,4vw,55px); border-radius: 28px; color: var(--ink); background: var(--sand-soft); }
.contact-field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px 26px; }
.contact-field-grid label { display: flex; min-width: 0; flex-direction: column; }
.contact-field-grid label > span { color: #53655c; font-size: 9px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.contact-field-grid input,.contact-field-grid select,.contact-field-grid textarea { width: 100%; min-height: 50px; margin-top: 8px; padding: 13px 0; border: 0; border-bottom: 1px solid rgba(23,38,31,.22); border-radius: 0; outline: 0; color: var(--ink); background: transparent; font: 15px/1.45 Helvetica,Arial,sans-serif; }
.contact-field-grid select { padding-right: 26px; }
.contact-field-grid textarea { min-height: 145px; resize: vertical; }
.contact-field-grid input:focus,.contact-field-grid select:focus,.contact-field-grid textarea:focus { border-color: var(--clay-dark); }
.contact-field-grid input:user-invalid,.contact-field-grid select:user-invalid,.contact-field-grid textarea:user-invalid { border-color: #a14331; }
.contact-field-wide { grid-column: 1/-1; }
.contact-consent { display: grid; margin-top: 34px; align-items: start; color: #59675f; cursor: pointer; font-size: 11px; line-height: 1.45; grid-template-columns: 20px 1fr; gap: 12px; }
.contact-consent input { width: 18px; height: 18px; accent-color: var(--clay-dark); }
.contact-consent a { text-decoration: underline; }
.contact-submit-row { display: flex; margin-top: 40px; align-items: center; justify-content: space-between; gap: 24px; }
.contact-submit-row small { color: #77837d; font-size: 10px; }
.contact-submit { color: var(--cream); background: var(--clay-dark); }
.contact-form-status { min-height: 20px; margin: 18px 0 0; color: #53655c; font-size: 12px; text-align: right; }

.contact-next-grid { display: grid; margin-top: 78px; grid-template-columns: repeat(3,1fr); }
.contact-next-grid article { display: flex; min-height: 330px; padding: 34px; border-top: 1px solid rgba(23,38,31,.15); border-right: 1px solid rgba(23,38,31,.15); flex-direction: column; }
.contact-next-grid article:last-child { border-right: 0; }
.contact-next-grid article > span { color: var(--clay-dark); }
.contact-next-grid h3 { margin: auto 0 22px; font-size: clamp(32px,3.2vw,48px); font-weight: 500; letter-spacing: -.055em; }
.contact-next-grid p { margin: 0; color: #52635b; font-size: 14px; line-height: 1.52; }

@media (max-width: 1050px) {
  .institutional-heading,.studio-point,.studio-standard,.contact-form-section { grid-template-columns: 1fr; gap: 38px; }
  .institutional-heading > h2,.studio-point blockquote { grid-column: auto; }
  .studio-model-grid,.principle-grid,.contact-next-grid { grid-template-columns: 1fr; }
  .studio-model-grid article,.principle-grid article,.contact-next-grid article { min-height: 260px; border-right: 0; border-bottom: 1px solid rgba(205,221,201,.14); }
  .principle-grid article,.contact-next-grid article { border-color: rgba(23,38,31,.15); }
  .studio-model-grid article:last-child,.principle-grid article:last-child,.contact-next-grid article:last-child { border-bottom: 0; }
  .contact-form-intro aside { max-width: 560px; margin-top: 40px; }
}

@media (max-width: 900px) {
  .institutional-hero,.editorial-surface,.dark-surface,.institutional-cta { border-radius: 28px; }
  .institutional-hero { min-height: 720px; margin-top: 112px; padding: 60px 34px; }
  .institutional-hero-top { top: 38px; right: 34px; left: 34px; }
  .institutional-hero h1 { font-size: clamp(58px,13vw,92px); }
  .institutional-hero > p { margin-left: 0; }
  .studio-facts { grid-template-columns: 1fr 1fr; }
  .studio-facts div:nth-child(2) { border-right: 0; }
  .studio-facts div:nth-child(-n+2) { border-bottom: 1px solid rgba(205,221,201,.13); }
  .collaboration-list article { grid-template-columns: 55px 1fr; }
  .collaboration-list p { grid-column: 2; }
  .direct-contact-panel { align-items: flex-start; grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 650px) {
  .institutional-hero,.editorial-surface,.dark-surface,.institutional-cta { width: calc(100% - 28px); border-radius: 24px; }
  .institutional-hero { min-height: 680px; margin-top: 100px; padding: 44px 22px; }
  .institutional-hero-top { top: 28px; right: 22px; left: 22px; align-items: flex-start; flex-direction: column; gap: 8px; }
  .institutional-hero h1 { font-size: clamp(50px,16vw,76px); }
  .institutional-hero > p { font-size: 18px; }
  .editorial-surface,.dark-surface { padding: 58px 24px; }
  .institutional-heading h2,.studio-point-copy h2,.studio-standard h2 { font-size: clamp(45px,12vw,66px); }
  .studio-point blockquote { margin-top: 38px; font-size: 28px; }
  .studio-model-grid,.principle-grid,.contact-next-grid { margin-top: 52px; }
  .studio-model-grid article,.principle-grid article,.contact-next-grid article { min-height: 235px; padding: 26px 22px; }
  .studio-facts { grid-template-columns: 1fr; }
  .studio-facts div,.studio-facts div:nth-child(2) { border-right: 0; border-bottom: 1px solid rgba(205,221,201,.13); }
  .studio-facts div:last-child { border-bottom: 0; }
  .collaboration-list { margin-top: 55px; }
  .collaboration-list article { padding: 25px 0; grid-template-columns: 34px 1fr; gap: 16px; }
  .studio-standard ul { margin-top: 42px; }
  .institutional-cta { padding: 70px 24px; }
  .institutional-cta h2 { font-size: clamp(48px,13vw,68px); }
  .institutional-cta > div { align-items: flex-start; flex-direction: column; }
  .contact-hero { min-height: 790px; }
  .fit-list { margin-top: 48px; }
  .fit-list > div { grid-template-columns: 40px 1fr; gap: 12px; }
  .fit-list small { grid-column: 2; }
  .contact-form { padding: 30px 20px; border-radius: 20px; }
  .contact-field-grid { grid-template-columns: 1fr; }
  .contact-field-wide { grid-column: auto; }
  .contact-submit-row { align-items: stretch; flex-direction: column; }
  .contact-submit { width: 100%; }
  .contact-form-status { text-align: left; }
}
