:root {
  --ivory: #f4f1ea;
  --paper: #fbfaf7;
  --ink: #191816;
  --muted: #68645d;
  --gold: #b18a47;
  --gold-dark: #8d6b35;
  --line: #d9d2c6;
  --dark: #20201e;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --gutter: clamp(24px, 4.5vw, 76px);
  --section: clamp(76px, 8vw, 128px);
  --max: 1600px;
  --ease: 180ms ease;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--ivory); font-family: var(--sans); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }

.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; color: #fff; background: var(--dark); transform: translateY(-160%); transition: transform var(--ease); }
.skip-link:focus { transform: none; }
.arrow { width: 20px; height: 20px; flex: none; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; transition: transform var(--ease); }
a:hover .arrow, button:hover .arrow { transform: translateX(4px); }

.site-header { position: sticky; z-index: 100; top: 0; min-height: 86px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(26px, 4vw, 72px); padding: 0 var(--gutter); border-bottom: 1px solid rgba(217,210,198,.75); background: rgba(251,250,247,.96); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 14px; white-space: nowrap; }
.brand strong { color: var(--gold); font: 400 42px/1 var(--serif); letter-spacing: -.06em; }
.brand span { font: 500 15px/1 var(--serif); letter-spacing: .05em; text-transform: uppercase; }
.site-nav { display: flex; justify-content: center; gap: clamp(18px, 2.2vw, 38px); }
.site-nav a { position: relative; padding: 32px 0 28px; font-size: 13px; white-space: nowrap; }
.site-nav a::after { position: absolute; right: 100%; bottom: 23px; left: 0; height: 1px; background: var(--gold); content: ""; transition: right var(--ease); }
.site-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 26px; }
.language-picker { position: relative; }
.language-trigger { min-width: 52px; height: 40px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 8px; border: 0; color: var(--ink); background: transparent; font-size: 11px; font-weight: 700; cursor: pointer; }
.language-trigger svg { width: 10px; fill: none; stroke: currentColor; stroke-width: 1.4; transition: transform var(--ease); }
.language-trigger[aria-expanded="true"] svg { transform: rotate(180deg); }
.language-menu { position: absolute; z-index: 120; top: calc(100% + 17px); right: 0; width: 230px; max-height: min(520px, calc(100vh - 110px)); display: grid; padding: 10px; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 18px 42px rgba(0,0,0,.14); opacity: 0; overflow-y: auto; pointer-events: none; transform: translateY(-8px); transition: opacity var(--ease), transform var(--ease); }
.language-menu.is-open { opacity: 1; pointer-events: auto; transform: none; }
.language-menu a { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 8px 10px; border-bottom: 1px solid var(--line); font-size: 13px; }
.language-menu a:last-child { border-bottom: 0; }
.language-menu a:hover, .language-menu a[aria-current="page"] { color: var(--gold-dark); background: #f3eee4; }
.language-menu small { color: var(--muted); font-size: 10px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 14px 22px; border: 1px solid transparent; background: transparent; font-size: 13px; font-weight: 500; line-height: 1; cursor: pointer; transition: color var(--ease), background var(--ease), border-color var(--ease); }
.button-gold { color: #fff; background: var(--gold); border-color: var(--gold); }
.button-gold:hover { background: var(--gold-dark); border-color: var(--gold-dark); }
.button-outline { border-color: #393734; }
.button-outline:hover { color: #fff; background: var(--ink); }
.header-cta { min-height: 46px; padding-inline: 20px; }
.menu-toggle { display: none; }

main { overflow: hidden; }
.hero { min-height: calc(100vh - 86px); max-height: 820px; display: grid; grid-template-columns: 45% 55%; background: var(--paper); border-bottom: 1px solid var(--line); }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 68px clamp(34px, 4.7vw, 80px) 56px var(--gutter); }
.hero h1, .page-hero h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 400; }
.hero h1 { max-width: 720px; font-size: clamp(54px, 5vw, 86px); line-height: .98; letter-spacing: -.052em; text-wrap: balance; }
.hero-copy > p { max-width: 590px; margin: 34px 0 0; color: #3b3935; font-size: clamp(17px, 1.25vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; gap: 26px; margin-top: 38px; }
.forbes-caption { display: grid; gap: 5px; margin-top: 68px; font-size: 13px; }
.forbes-caption a { width: max-content; display: inline-flex; align-items: center; gap: 14px; color: var(--gold-dark); }
.forbes-editorial { display: none; }
.hero-editorial { position: relative; min-width: 0; overflow: hidden; background: #84796d; }
.portrait-crop { position: absolute; inset: 0; overflow: hidden; }
.portrait-crop img { position: absolute; top: -35%; left: -42%; width: 125%; max-width: none; height: auto; }
.forbes-cover { position: absolute; right: clamp(90px, 8vw, 140px); bottom: 30px; width: clamp(152px, 15vw, 248px); margin: 0; padding: 9px; background: #eee8dd; box-shadow: 0 16px 34px rgba(18,17,15,.23); transform: rotate(1.2deg); }
.forbes-cover img { width: 100%; height: auto; }
.forbes-cover figcaption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.section-pad { padding: var(--section) var(--gutter); }
.authority { background: var(--ivory); }
.section-heading { display: grid; grid-template-columns: minmax(280px, .8fr) 1.2fr; gap: clamp(40px, 8vw, 150px); align-items: start; }
.section-heading h2, .section-intro h2, .section-top h2 { max-width: 720px; font-size: clamp(42px, 4.2vw, 68px); line-height: 1.02; letter-spacing: -.035em; text-wrap: balance; }
.section-heading > p, .section-intro > p, .section-top > div > p { max-width: 650px; margin: 6px 0 0; color: var(--muted); font-size: 17px; }
.stat-rail { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 64px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat-rail > div { min-height: 142px; display: flex; flex-direction: column; justify-content: center; padding: 24px clamp(18px, 2.5vw, 40px); border-left: 1px solid var(--line); }
.stat-rail > div:first-child { border-left: 0; padding-left: 0; }
.stat-rail strong { color: var(--gold); font: 400 clamp(36px, 3.3vw, 54px)/1 var(--serif); }
.stat-rail span { margin-top: 12px; color: var(--muted); font-size: 13px; }
.stat-rail .forbes-proof span { margin: 0; color: var(--ink); font: 400 28px/1.1 var(--serif); }
.stat-rail .forbes-proof a { margin-top: 10px; color: var(--gold-dark); font-size: 12px; }
.source-note { margin: 16px 0 0; color: #817b72; font-size: 11px; }

.expertise { display: grid; grid-template-columns: minmax(280px, .72fr) 1.28fr; gap: clamp(60px, 9vw, 160px); background: var(--paper); }
.section-intro { align-self: start; }
.service-list { border-top: 1px solid var(--line); }
.service-list article { min-height: 98px; display: grid; grid-template-columns: 46px 1fr auto; gap: 26px; align-items: center; border-bottom: 1px solid var(--line); }
.service-list article > span { align-self: start; padding-top: 30px; color: var(--gold); font: 400 16px/1 var(--serif); }
.service-list h3 { font-size: 24px; line-height: 1.15; }
.service-list p { margin: 6px 0 0; color: var(--muted); font-size: 13px; }
.service-list .arrow { color: var(--gold); }

.business { background: var(--ivory); }
.business .section-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.business-rail { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 68px; padding-top: 30px; border-top: 1px solid var(--gold); }
.business-rail::before, .business-rail article::before { position: absolute; top: -5px; width: 9px; height: 9px; border-radius: 50%; background: var(--gold); content: ""; }
.business-rail::before { left: 0; }
.business-rail article { position: relative; min-height: 220px; padding: 0 clamp(28px, 4vw, 66px); border-left: 1px solid var(--line); }
.business-rail article:first-child { border-left: 0; padding-left: 0; }
.business-rail article::before { left: -5px; }
.business-rail article:first-child::before { display: none; }
.business-rail h3 { font-size: 32px; }
.business-rail p { max-width: 360px; margin: 20px 0; color: var(--muted); }
.business-rail span { font-size: 12px; font-weight: 600; }

.portfolio { background: var(--paper); }
.section-top { display: flex; justify-content: space-between; gap: 50px; align-items: end; }
.section-top > div > p { margin-top: 18px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--gold-dark); font-size: 13px; white-space: nowrap; }
.case-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 54px; }
.case-card { border-bottom: 1px solid var(--line); }
.case-card-link { height: 100%; display: block; }
.case-card-link:focus-visible { outline-offset: 7px; }
.case-media { position: relative; aspect-ratio: 1.5; overflow: hidden; background: #ddd6ca; }
.case-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms cubic-bezier(.2,.7,.2,1); }
.case-card:hover .case-media img { transform: scale(1.025); }
.case-media span { position: absolute; right: 12px; bottom: 10px; padding: 6px 8px; color: #fff; background: rgba(25,24,22,.76); font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.case-head { min-height: 112px; display: flex; justify-content: space-between; gap: 20px; padding: 22px 0 18px; border-bottom: 1px solid var(--line); }
.case-head h3 { font-size: clamp(24px, 2vw, 33px); line-height: 1.08; }
.case-head p { margin: 8px 0 0; color: var(--muted); font-size: 12px; }
.case-head strong { color: var(--gold); font: 400 18px/1 var(--serif); }
.case-card dl { margin: 0; padding: 18px 0 28px; }
.case-card dl > div { display: grid; grid-template-columns: 86px 1fr; gap: 12px; margin-top: 10px; }
.case-card dt { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.case-card dd { margin: 0; font-size: 12px; }

.approach { display: grid; grid-template-columns: .6fr .45fr 1.45fr; gap: clamp(40px, 6vw, 100px); align-items: center; background: var(--ivory); }
.world-mark svg { width: 100%; max-width: 340px; fill: none; stroke: #bdb6ab; stroke-width: 1; }
.world-mark circle { fill: var(--gold); stroke: none; }
.step-rail { display: grid; grid-template-columns: repeat(4, 1fr); }
.step-rail article { min-height: 230px; padding: 8px 24px; border-left: 1px solid var(--line); }
.step-rail article:first-child { border-left: 0; }
.step-rail span { color: var(--gold); font: 400 16px/1 var(--serif); }
.step-rail h3 { margin-top: 28px; font-size: 28px; }
.step-rail p { color: var(--muted); font-size: 12px; }

.insights { background: var(--paper); }
.insight-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 54px; }
.insight-card { border-bottom: 1px solid var(--line); }
.insight-media { aspect-ratio: 1.7; overflow: hidden; background: #ddd6ca; }
.insight-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.74); transition: transform 500ms ease; }
.insight-card:hover img { transform: scale(1.025); }
.editorial-label { margin: 20px 0 9px !important; color: var(--gold-dark) !important; font-size: 10px !important; letter-spacing: .1em; text-transform: uppercase; }
.insight-card h3 { max-width: 440px; font-size: clamp(24px, 2.1vw, 34px); line-height: 1.1; }
.insight-card p { max-width: 440px; margin: 15px 0; color: var(--muted); font-size: 13px; }
.insight-card .text-link { margin: 4px 0 26px; }

.contact { display: grid; grid-template-columns: .44fr 1fr; background: var(--dark); color: #f7f4ed; }
.contact-intro { padding: var(--section) var(--gutter); border-right: 1px solid #494844; }
.contact-intro h2 { max-width: 500px; font-size: clamp(48px, 4vw, 68px); line-height: 1; letter-spacing: -.035em; }
.contact-intro > p { max-width: 410px; color: #b9b6af; }
.contact-links { display: grid; gap: 10px; margin-top: 60px; font-size: 13px; }
.inquiry-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px 34px; padding: var(--section) var(--gutter); background: var(--ivory); color: var(--ink); }
.inquiry-form label { display: grid; gap: 9px; }
.inquiry-form label > span { color: var(--muted); font-size: 11px; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; padding: 10px 0; border: 0; border-bottom: 1px solid #bfb7aa; border-radius: 0; outline: 0; background: transparent; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: var(--gold); }
.form-wide { grid-column: 1 / -1; }
.consent { grid-template-columns: auto 1fr !important; align-items: start; }
.consent input { width: 17px; height: 17px; margin-top: 2px; accent-color: var(--gold); }
.form-submit { display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.form-status { margin: 0; font-size: 13px; }
.hp-field { position: absolute; left: -10000px; }

.page-hero { min-height: 480px; display: grid; grid-template-columns: .4fr 1fr; gap: 60px; align-content: center; padding: var(--section) var(--gutter); background: var(--paper); border-bottom: 1px solid var(--line); }
.page-hero > p { color: var(--gold-dark); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.page-hero h1 { max-width: 1050px; font-size: clamp(62px, 7vw, 112px); line-height: .94; letter-spacing: -.055em; }
.page-hero > div { grid-column: 2; max-width: 680px; color: var(--muted); font-size: 18px; }
.legal-page { min-height: 70vh; }
.article-page { background: var(--paper); }
.article-hero { min-height: 560px; display: grid; align-content: end; gap: 24px; padding: var(--section) max(var(--gutter), calc((100vw - 1120px) / 2)); border-bottom: 1px solid var(--line); }
.article-hero > p { margin: 0; color: var(--gold-dark); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.article-hero h1 { max-width: 1050px; margin: 0; font: 400 clamp(54px, 7vw, 104px)/.96 var(--serif); letter-spacing: -.045em; }
.article-hero > div { max-width: 720px; color: var(--muted); font-size: 19px; }
.article-body { width: min(760px, calc(100% - 2 * var(--gutter))); margin: 0 auto; padding: var(--section) 0; }
.article-body h2 { margin: 64px 0 22px; font-size: clamp(34px, 4vw, 52px); }
.article-body p, .article-body li { font-size: 18px; line-height: 1.8; }
.article-body blockquote { margin: 54px 0; padding: 8px 0 8px 32px; border-left: 2px solid var(--gold); font: 400 30px/1.35 var(--serif); }
.article-body figure { margin: 54px 0; }

.project-detail { background: var(--paper); }
.project-hero { min-height: calc(100vh - 86px); display: grid; grid-template-columns: 45% 55%; border-bottom: 1px solid var(--line); }
.project-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 76px clamp(34px, 5.5vw, 92px) 62px var(--gutter); }
.project-hero h1 { margin: 0; font: 400 clamp(70px, 7.1vw, 116px)/.88 var(--serif); letter-spacing: -.055em; }
.project-location { margin: 28px 0 0; color: var(--gold-dark); font: 400 clamp(17px, 1.45vw, 23px)/1.35 var(--serif); }
.project-lead { max-width: 520px; margin: 34px 0; color: var(--muted); font-size: clamp(16px, 1.2vw, 20px); }
.project-hero-copy .button { width: max-content; }
.project-hero-media { min-width: 0; margin: 0; overflow: hidden; background: #b4afa3; }
.project-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: right center; }

.project-opportunity { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 170px); }
.project-thesis h2, .project-standouts h2, .project-review h2 { margin: 0; font: 400 clamp(44px, 4.7vw, 74px)/1.03 var(--serif); letter-spacing: -.035em; }
.project-thesis p { max-width: 580px; margin: 30px 0 0; color: var(--muted); font-size: 17px; }
.project-facts { margin: 0; border-top: 1px solid var(--line); }
.project-facts > div { min-height: 92px; display: grid; grid-template-columns: minmax(180px, .9fr) 1.1fr; gap: 30px; align-items: center; border-bottom: 1px solid var(--line); }
.project-facts dt { font: 400 clamp(24px, 2vw, 32px)/1.12 var(--serif); }
.project-facts dd { margin: 0; color: var(--gold-dark); font: 400 17px/1.35 var(--serif); }

.project-standouts { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(56px, 7vw, 112px); align-items: center; border-top: 1px solid var(--line); background: var(--ivory); }
.project-standouts > figure { height: min(660px, 60vw); margin: 0; overflow: hidden; }
.project-standouts > figure img { width: 100%; height: 100%; object-fit: cover; object-position: right center; }
.project-standouts ol, .project-review ol { margin: 42px 0 0; padding: 0; list-style: none; }
.project-standouts li { min-height: 112px; display: grid; grid-template-columns: 64px 1fr; gap: 24px; align-items: center; border-bottom: 1px solid var(--line); }
.project-standouts li > span, .project-review li > span { color: var(--gold); font: 400 28px/1 var(--serif); }
.project-standouts h3, .project-review h3 { font-size: 24px; line-height: 1.15; }
.project-standouts li p, .project-review li p { margin: 7px 0 0; color: var(--muted); font-size: 13px; }

.project-perspective { display: grid; grid-template-columns: 42% 58%; background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.project-perspective figure { height: 760px; margin: 0; overflow: hidden; background: #c7c0b5; }
.project-perspective figure img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; filter: grayscale(1); }
.project-perspective > div { display: flex; flex-direction: column; justify-content: center; padding: var(--section) clamp(50px, 8vw, 130px); }
.project-label { margin: 0; color: var(--gold-dark); font-size: 11px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.project-perspective blockquote { max-width: 750px; margin: 32px 0 36px; font: 400 clamp(32px, 3.3vw, 54px)/1.16 var(--serif); letter-spacing: -.025em; }
.project-perspective blockquote + p { max-width: 560px; margin: 0; padding-top: 28px; border-top: 1px solid var(--line); color: var(--muted); }
.project-perspective strong { margin-top: 34px; color: var(--gold-dark); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }

.project-review { background: var(--ivory); }
.project-review h2 { max-width: 920px; margin-top: 18px; }
.project-review ol { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 48px; }
.project-review li { min-height: 130px; display: grid; grid-template-columns: 64px 1fr; gap: 24px; align-items: center; padding: 20px 40px 20px 0; border-bottom: 1px solid var(--line); }
.project-review li:nth-child(even) { padding-right: 0; padding-left: 40px; border-left: 1px solid var(--line); }
.project-gallery { display: grid; grid-template-columns: repeat(3, 1fr); height: 420px; background: var(--dark); }
.project-gallery figure { min-width: 0; margin: 0; overflow: hidden; border-right: 1px solid var(--paper); }
.project-gallery figure:last-child { border-right: 0; }
.project-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms cubic-bezier(.2,.7,.2,1); }
.project-detail--elt-quarter .project-gallery figure:nth-child(2) img { object-position: left center; }
.project-gallery figure:hover img { transform: scale(1.025); }
.project-source-note { margin: 0; padding: 18px var(--gutter); color: #817b72; background: var(--paper); border-bottom: 1px solid var(--line); font-size: 11px; }

.site-footer { display: grid; grid-template-columns: 1fr 1.3fr .8fr .8fr; gap: 40px; padding: 56px var(--gutter) 28px; color: #d7d3ca; background: var(--dark); border-top: 1px solid #494844; }
.footer-brand strong { color: #fff; }
.site-footer p { max-width: 350px; margin: 0; color: #aaa79f; font-size: 12px; }
.site-footer nav, .site-footer > div { display: grid; gap: 8px; align-content: start; font-size: 12px; }
.site-footer small { grid-column: 1 / -1; margin-top: 36px; padding-top: 20px; color: #7f7c76; border-top: 1px solid #494844; }
.contact-dock { position: fixed; z-index: 110; right: 22px; bottom: 22px; width: 54px; height: 54px; border: 1px solid var(--gold); border-radius: 50%; color: #fff; background: var(--gold); cursor: pointer; box-shadow: 0 8px 24px rgba(92,67,25,.22); transition: opacity var(--ease), transform var(--ease), background var(--ease), border-color var(--ease); }
.contact-dock:hover { border-color: var(--gold-dark); background: var(--gold-dark); }
.contact-dock span { font: 400 18px/1 var(--serif); }
.contact-panel { position: fixed; z-index: 111; right: 22px; bottom: 88px; width: min(330px, calc(100vw - 44px)); display: grid; gap: 16px; padding: 28px; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 18px 42px rgba(0,0,0,.18); opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity var(--ease), transform var(--ease); }
.contact-panel.is-open { opacity: 1; pointer-events: auto; transform: none; }
.contact-panel button { position: absolute; top: 10px; right: 12px; border: 0; background: transparent; font-size: 24px; cursor: pointer; }
.contact-panel strong { padding-right: 20px; font: 400 25px/1.1 var(--serif); }
.contact-panel a { padding-top: 10px; border-top: 1px solid var(--line); font-size: 13px; }

@media (max-width: 1200px) {
  .site-nav { gap: 17px; }
  .site-nav a { font-size: 12px; }
  .header-cta { display: none; }
  .hero { grid-template-columns: 49% 51%; }
  .hero h1 { font-size: clamp(52px, 5.4vw, 72px); }
  .approach { grid-template-columns: .7fr 1.3fr; }
  .world-mark { display: none; }
}

@media (max-height: 800px) and (min-width: 901px) {
  .forbes-cover { bottom: 150px; }
}

@media (max-width: 900px) {
  .site-header { min-height: 74px; grid-template-columns: auto 1fr auto; }
  .brand strong { font-size: 35px; }
  .brand span { display: none; }
  .menu-toggle { width: 40px; height: 40px; display: grid; gap: 7px; place-content: center; justify-self: end; border: 0; background: transparent; }
  .menu-toggle span { width: 24px; height: 1px; background: var(--ink); }
  .site-nav { position: fixed; inset: 74px 0 auto; display: grid; gap: 0; padding: 24px var(--gutter) 34px; border-bottom: 1px solid var(--line); background: var(--paper); opacity: 0; pointer-events: none; transform: translateY(-12px); transition: opacity var(--ease), transform var(--ease); }
  .site-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }
  .site-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); font: 400 25px/1.1 var(--serif); }
  .site-nav a::after { display: none; }
  .header-actions { grid-column: 2; grid-row: 1; justify-self: end; margin-right: 50px; }
  .hero { max-height: none; grid-template-columns: 1fr; }
  .hero-copy { min-height: 650px; padding-top: 70px; }
  .hero-editorial { min-height: 720px; }
  .portrait-crop img { top: -30%; left: -18%; width: 118%; }
  .forbes-cover { width: 190px; }
  .section-heading, .expertise, .business .section-intro { grid-template-columns: 1fr; gap: 36px; }
  .stat-rail { grid-template-columns: repeat(2, 1fr); }
  .stat-rail > div:nth-child(3) { border-left: 0; }
  .business-rail { grid-template-columns: 1fr; border-top-color: var(--line); }
  .business-rail::before, .business-rail article::before { display: none; }
  .business-rail article, .business-rail article:first-child { min-height: 0; padding: 30px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .case-grid, .insight-grid { grid-template-columns: 1fr; gap: 50px; }
  .approach { grid-template-columns: 1fr; }
  .step-rail { margin-top: 20px; }
  .contact { grid-template-columns: 1fr; }
  .contact-intro { border-right: 0; border-bottom: 1px solid #494844; }
  .page-hero { grid-template-columns: 1fr; }
  .page-hero > div { grid-column: 1; }
  .site-footer { grid-template-columns: repeat(2, 1fr); }
  .project-hero { min-height: 0; grid-template-columns: 1fr; }
  .project-hero-copy { min-height: 650px; }
  .project-hero-media { min-height: 620px; }
  .project-opportunity, .project-standouts { grid-template-columns: 1fr; }
  .project-standouts > figure { height: 560px; }
  .project-perspective { grid-template-columns: 1fr; }
  .project-perspective figure { height: 700px; }
  .project-gallery { height: auto; grid-template-columns: 1fr; }
  .project-gallery figure { height: 460px; border-right: 0; border-bottom: 1px solid var(--paper); }
}

@media (max-width: 600px) {
  :root { --gutter: 20px; --section: 72px; }
  .language-menu { position: fixed; top: 74px; right: var(--gutter); left: var(--gutter); width: auto; max-height: calc(100vh - 98px); grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero { min-height: 0; }
  .hero-copy { min-height: 0; justify-content: flex-start; padding: 44px var(--gutter) 28px; }
  .hero h1 { max-width: none; font-size: inherit; line-height: 1; letter-spacing: 0; text-wrap: wrap; }
  .hero-name { display: block; max-width: 350px; font-size: clamp(48px, 13.8vw, 58px); line-height: .9; letter-spacing: -.055em; }
  .hero-separator { display: none; }
  .hero-role { max-width: 335px; display: block; margin-top: 20px; font: 500 clamp(20px, 5.5vw, 23px)/1.22 var(--sans); letter-spacing: -.025em; }
  .hero-copy > p { max-width: 350px; margin-top: 25px; font-size: 15px; line-height: 1.55; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 8px; margin-top: 27px; }
  .hero-actions .button-gold { width: 100%; min-height: 52px; }
  .hero-actions .button-outline { width: max-content; min-height: 44px; justify-content: flex-start; padding: 12px 0 9px; border: 0; border-bottom: 1px solid var(--gold); }
  .hero-actions .button-outline:hover { color: var(--ink); background: transparent; }
  .forbes-caption { gap: 6px; margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--line); }
  .hero-editorial { min-height: 0; overflow: visible; padding: 0 var(--gutter) 56px; background: var(--paper); }
  .portrait-crop { display: none; }
  .forbes-cover { position: relative; right: auto; bottom: auto; width: min(82vw, 330px); margin: 0 auto; padding: 7px; transform: none; box-shadow: 0 18px 40px rgba(18,17,15,.18); }
  .home-page .contact-dock { bottom: max(16px, env(safe-area-inset-bottom)); opacity: 0; pointer-events: none; transform: translateY(12px); }
  .home-page.hero-passed .contact-dock { opacity: 1; pointer-events: auto; transform: none; }
  .section-heading h2, .section-intro h2, .section-top h2 { font-size: 43px; }
  .stat-rail { grid-template-columns: 1fr; }
  .stat-rail > div, .stat-rail > div:first-child { min-height: 112px; padding: 22px 0; border-left: 0; border-top: 1px solid var(--line); }
  .stat-rail > div:first-child { border-top: 0; }
  .service-list article { grid-template-columns: 36px 1fr auto; gap: 12px; }
  .service-list h3 { font-size: 21px; }
  .case-grid, .insight-grid { margin-top: 38px; }
  .case-head { min-height: 0; }
  .approach, .approach .section-intro, .approach .section-intro > * { min-width: 0; }
  .approach .section-intro > p { overflow-wrap: anywhere; }
  .step-rail { min-width: 0; grid-template-columns: 1fr; margin-top: 0; }
  .step-rail article, .step-rail article:first-child { min-width: 0; min-height: 0; padding: 28px 0; border-left: 0; border-top: 1px solid var(--line); }
  .step-rail h3 { margin-top: 18px; font-size: 34px; overflow-wrap: anywhere; }
  .step-rail p { max-width: 330px; margin-bottom: 0; font-size: 14px; }
  .insight-media--portrait { aspect-ratio: 746 / 1020; background: var(--ivory); }
  .insight-media--portrait img { height: auto; object-fit: contain; filter: none; }
  .section-top { align-items: start; flex-direction: column; }
  .home-page .portfolio-claim { max-width: none; font-size: clamp(12px, 3.3vw, 13px); line-height: 1.3; letter-spacing: -.012em; white-space: nowrap; }
  .inquiry-form { grid-template-columns: 1fr; gap: 20px; }
  .form-wide { grid-column: 1; }
  .form-submit { align-items: stretch; flex-direction: column; }
  .page-hero { min-height: 420px; }
  .page-hero h1 { font-size: 58px; }
  .article-hero { min-height: 460px; padding: 72px var(--gutter); }
  .article-hero h1 { font-size: 48px; }
  .article-body p, .article-body li { font-size: 16px; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer small { grid-column: 1; }
  .project-hero-copy { min-height: 0; padding: 54px var(--gutter) 44px; }
  .project-hero h1 { font-size: 64px; }
  .project-location { margin-top: 20px; font-size: 17px; }
  .project-lead { margin: 26px 0; font-size: 15px; }
  .project-hero-copy .button { width: 100%; }
  .project-hero-media { min-height: 460px; }
  .project-opportunity { gap: 46px; }
  .project-thesis h2, .project-standouts h2, .project-review h2 { font-size: 43px; overflow-wrap: anywhere; }
  .project-facts > div { grid-template-columns: 1fr; gap: 6px; padding: 22px 0; }
  .project-facts dt { font-size: 28px; }
  .project-standouts > figure { height: 420px; }
  .project-standouts li { grid-template-columns: 46px 1fr; gap: 10px; padding: 22px 0; }
  .project-standouts li > span, .project-review li > span { font-size: 22px; }
  .project-perspective { display: block; padding: 72px var(--gutter); }
  .project-perspective figure { width: 112px; height: 112px; margin: 0 0 30px; padding: 5px; border: 1px solid var(--gold); border-radius: 50%; background: var(--paper); }
  .project-perspective figure img { border-radius: 50%; filter: none; transform: scale(1.72); transform-origin: 50% 25%; }
  .project-perspective > div { display: block; padding: 0; }
  .project-perspective blockquote { position: relative; margin: 20px 0 28px; padding-left: 20px; border-left: 1px solid var(--gold); font-size: 30px; line-height: 1.2; }
  .project-perspective blockquote + p { padding-top: 22px; font-size: 14px; }
  .project-perspective strong { display: block; margin-top: 26px; }
  .project-review ol { grid-template-columns: 1fr; }
  .project-review li, .project-review li:nth-child(even) { min-height: 0; grid-template-columns: 46px 1fr; gap: 10px; padding: 24px 0; border-left: 0; }
  .project-gallery figure { height: 330px; }
}

html[dir="rtl"] body { text-align: right; }
html[dir="rtl"] .site-header { direction: rtl; }
html[dir="rtl"] .site-nav a::after { right: 0; left: 100%; transition-property: left; }
html[dir="rtl"] .site-nav a:hover::after { left: 0; }
html[dir="rtl"] .language-menu { right: auto; left: 0; }
html[dir="rtl"] .arrow { transform: scaleX(-1); }
html[dir="rtl"] a:hover .arrow, html[dir="rtl"] button:hover .arrow { transform: translateX(-4px) scaleX(-1); }
html[dir="rtl"] .portrait-crop img { right: -42%; left: auto; }
html[dir="rtl"] .forbes-cover { right: auto; left: clamp(90px, 8vw, 140px); }
html[dir="rtl"] .stat-rail > div { border-right: 1px solid var(--line); border-left: 0; }
html[dir="rtl"] .stat-rail > div:first-child { padding-right: 0; border-right: 0; }
html[dir="rtl"] .business-rail::before { right: 0; left: auto; }
html[dir="rtl"] .business-rail article { border-right: 1px solid var(--line); border-left: 0; }
html[dir="rtl"] .business-rail article:first-child { padding-right: 0; border-right: 0; }
html[dir="rtl"] .business-rail article::before { right: -5px; left: auto; }
html[dir="rtl"] .step-rail article { border-right: 1px solid var(--line); border-left: 0; }
html[dir="rtl"] .step-rail article:first-child { border-right: 0; }
html[dir="rtl"] .contact-intro { border-right: 0; border-left: 1px solid #494844; }
html[dir="rtl"] .contact-dock { right: auto; left: 22px; }
html[dir="rtl"] .contact-panel { right: auto; left: 22px; }
html[dir="rtl"] .contact-panel button { right: auto; left: 12px; }
html[dir="rtl"] .contact-panel strong { padding-right: 0; padding-left: 20px; }
html[dir="rtl"] .article-body blockquote { padding-right: 32px; padding-left: 0; border-right: 2px solid var(--gold); border-left: 0; }
html[dir="rtl"] .project-hero-copy { padding-right: var(--gutter); padding-left: clamp(34px, 5.5vw, 92px); }
html[dir="rtl"] .project-review li { padding-right: 0; padding-left: 40px; }
html[dir="rtl"] .project-review li:nth-child(even) { padding-right: 40px; padding-left: 0; border-right: 1px solid var(--line); border-left: 0; }
html[dir="rtl"] .project-gallery figure { border-right: 0; border-left: 1px solid var(--paper); }
html[dir="rtl"] .project-gallery figure:last-child { border-left: 0; }
html[dir="rtl"] .hp-field { right: -10000px; left: auto; }
html[dir="rtl"] input, html[dir="rtl"] textarea, html[dir="rtl"] select { text-align: right; }
html[dir="rtl"] input[type="email"], html[dir="rtl"] input[type="tel"] { direction: ltr; text-align: left; }

html[lang="ar"] { --serif: "Noto Naskh Arabic", "Geeza Pro", Tahoma, serif; --sans: "Noto Sans Arabic", Tahoma, Arial, sans-serif; }
html[lang="he"] { --serif: "Noto Serif Hebrew", "Times New Roman", serif; --sans: "Noto Sans Hebrew", Arial, sans-serif; }
html[lang="ja"] { --serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif; --sans: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif; }
html[lang="zh-Hans"] { --serif: "Songti SC", "Noto Serif SC", serif; --sans: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif; }

@media (max-width: 900px) {
  html[dir="rtl"] .header-actions { margin-right: 0; margin-left: 50px; }
  html[dir="rtl"] .contact-intro { border-left: 0; border-bottom: 1px solid #494844; }
  html[dir="rtl"] .business-rail article, html[dir="rtl"] .business-rail article:first-child { padding-right: 0; border-right: 0; }
}

@media (max-width: 600px) {
  html[dir="rtl"] .language-menu { right: var(--gutter); left: var(--gutter); }
  html[dir="rtl"] .forbes-cover { right: auto; left: auto; }
  html[dir="rtl"] .stat-rail > div, html[dir="rtl"] .stat-rail > div:first-child { padding-right: 0; border-right: 0; }
  html[dir="rtl"] .step-rail article, html[dir="rtl"] .step-rail article:first-child { border-right: 0; }
  html[dir="rtl"] .project-hero-copy { padding-right: var(--gutter); padding-left: var(--gutter); }
  html[dir="rtl"] .project-review li, html[dir="rtl"] .project-review li:nth-child(even) { padding-right: 0; padding-left: 0; border-right: 0; }
  html[dir="rtl"] .project-perspective blockquote { padding-right: 20px; padding-left: 0; border-right: 1px solid var(--gold); border-left: 0; }
}

@media (max-width: 340px) {
  .hero-copy { padding-top: 38px; padding-bottom: 22px; }
  .hero-role { margin-top: 16px; }
  .hero-copy > p { margin-top: 20px; line-height: 1.5; }
  .hero-actions { margin-top: 22px; }
  .forbes-caption { margin-top: 24px; padding-top: 18px; }
}

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