:root {
  --ink: #000;
  --ink-2: #1a1d1c;
  --paper: #f3f4f4;
  --white: #fff;
  --acid: #a4e5f2;
  --line: rgba(17,19,19,.18);
  --sans: "DM Sans", "Zen Kaku Gothic New", sans-serif;
  --jp: "Zen Kaku Gothic New", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--jp); -webkit-font-smoothing: antialiased; }
body, a { cursor: default; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button { font: inherit; }
.heading-line { display: inline-block; white-space: nowrap; }
::selection { color: var(--ink); background: var(--acid); }
.skip { position: fixed; z-index: 999; left: 12px; top: -50px; padding: 10px 16px; background: var(--acid); transition: .2s; }
.skip:focus { top: 12px; }
.site-header { position: fixed; z-index: 50; top: 0; left: 0; width: 100%; height: 88px; display: grid; grid-template-columns: 260px 1fr 205px; align-items: stretch; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.28); background: linear-gradient(180deg,rgba(0,0,0,.55),transparent); }
.brand { display: flex; align-items: center; gap: 16px; padding: 0 32px; border-right: 1px solid rgba(255,255,255,.28); }
.brand img { width: 118px; filter: brightness(0) invert(1); }
.brand span { font: 600 10px/1.35 var(--sans); letter-spacing: .14em; }
.global-nav { display: flex; justify-content: flex-end; align-items: center; padding: 0 26px; gap: clamp(20px,3vw,48px); font-size: 12px; font-weight: 600; letter-spacing: .07em; }
.global-nav a { position: relative; padding: 34px 0; }
.global-nav a::after { content: ""; position: absolute; bottom: 25px; left: 0; width: 0; height: 2px; background: var(--acid); transition: width .25s; }
.global-nav a:hover::after, .global-nav a:focus-visible::after { width: 100%; }
.header-cta { display: flex; align-items: center; justify-content: space-between; padding: 0 25px; color: var(--ink); background: var(--acid); font-size: 13px; font-weight: 800; }
.header-cta b { font: 400 22px var(--sans); }
.menu-button { display: none; border: 0; background: var(--acid); }

.hero { position: relative; min-height: 100svh; overflow: hidden; color: var(--white); background: #101212; }
.hero-image, .hero-shade, .hero-grid { position: absolute; inset: 0; height: 100%; }
.hero-image { object-fit: cover; object-position: 55% center; animation: hero-in 1.4s cubic-bezier(.2,.7,.2,1) both; }
.hero-shade { background: linear-gradient(90deg,rgba(8,10,9,.92) 0%,rgba(8,10,9,.58) 40%,rgba(8,10,9,.07) 72%), linear-gradient(0deg,rgba(8,10,9,.58),transparent 45%); }
.hero-grid { opacity: .34; background-image: linear-gradient(90deg,transparent calc(25% - 1px),rgba(255,255,255,.18) 25%,transparent calc(25% + 1px)), linear-gradient(90deg,transparent calc(50% - 1px),rgba(255,255,255,.18) 50%,transparent calc(50% + 1px)), linear-gradient(90deg,transparent calc(75% - 1px),rgba(255,255,255,.18) 75%,transparent calc(75% + 1px)); }
.hero-copy { position: relative; z-index: 2; width: min(1220px,calc(100% - 96px)); margin: 0 auto; padding-top: clamp(180px,24vh,270px); }
.eyebrow, .kicker { margin: 0 0 28px; font: 600 11px/1.4 var(--sans); letter-spacing: .2em; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.76); }
.eyebrow span { width: 46px; height: 2px; background: var(--acid); }
.hero h1 { margin: 0; max-width: 900px; font: 900 clamp(54px,7.7vw,116px)/.95 var(--jp); letter-spacing: -.07em; }
.hero h1 em { color: var(--acid); font-style: normal; }
.hero-lead { margin: 32px 0 0; font-size: clamp(14px,1.2vw,17px); line-height: 2; font-weight: 500; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 230px; padding: 19px 22px; font-size: 13px; font-weight: 800; transition: transform .25s, background .25s, color .25s; }
.button:hover, .button:focus-visible { transform: translateY(-3px); }
.button-accent { color: var(--ink); background: var(--acid); }
.button-outline { border: 1px solid var(--ink); }
.button-dark { color: var(--white); background: var(--ink); }
.button-large { min-width: 290px; padding: 24px 28px; }
.text-link { display: inline-flex; gap: 22px; align-items: center; padding: 8px 0; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; }
.text-link.light { color: var(--white); }
.hero-facts { position: absolute; z-index: 2; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(3,150px); color: var(--ink); background: var(--acid); }
.hero-facts div { min-height: 134px; display: flex; flex-direction: column; justify-content: center; padding: 22px; border-left: 1px solid rgba(17,19,19,.25); }
.hero-facts strong { font: 700 36px/1 var(--sans); letter-spacing: -.07em; }
.hero-facts strong span { font-size: 22px; }
.hero-facts small { margin-top: 12px; font: 600 8px/1.4 var(--sans); letter-spacing: .12em; }
.hero-note { position: absolute; z-index: 2; left: 48px; bottom: 27px; margin: 0; font: 500 9px var(--sans); letter-spacing: .15em; color: rgba(255,255,255,.6); }
@keyframes hero-in { from { transform: scale(1.08); opacity: .4; } to { transform: scale(1); opacity: 1; } }

.section-dark { color: var(--white); background: var(--ink); }
.section-index { font: 600 10px var(--sans); letter-spacing: .18em; color: #727775; }
.priority-cost { position: relative; overflow: hidden; padding: 140px max(32px,calc((100vw - 1340px)/2)); background: var(--acid); }
.priority-cost::before { content: "COST"; position: absolute; right: -1vw; top: -.1em; font: 700 clamp(130px,20vw,360px)/1 var(--sans); letter-spacing: -.1em; color: rgba(17,19,19,.045); pointer-events: none; }
.priority-cost > * { position: relative; z-index: 1; }
.priority-cost-head { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(45px,5vw,70px); align-items: stretch; }
.priority-cost-copy { padding: 18px 0; }
.priority-cost .section-index { color: rgba(17,19,19,.55); }
.priority-cost .kicker { margin-top: 70px; color: var(--ink); }
.priority-cost h2 { margin: 0; font-size: clamp(40px,3.5vw,50px); line-height: 1.3; font-weight: 900; letter-spacing: -.055em; }
.priority-cost h2 > span, .priority-cost h2 > em { display: block; white-space: nowrap; }
.priority-cost h2 > span.priority-cost-hot { color: var(--ink); }
.priority-cost h2 em { position: relative; z-index: 0; color: #0d5ca6; font-style: normal; }
.priority-cost h2 em { color: var(--ink); }
.priority-cost h2 em::after { content: ""; position: absolute; z-index: -1; left: -.05em; right: -.05em; bottom: .02em; height: .16em; background: var(--white); }
.priority-cost-image { position: relative; min-height: 500px; margin: 0; overflow: hidden; border-radius: 2px; }
.priority-cost-image { clip-path: polygon(7% 0,100% 0,100% 100%,0 100%); }
.priority-cost-image img { height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.priority-cost-image:hover img { transform: scale(1.03); }
.priority-cost-image figcaption { position: absolute; right: 0; bottom: 0; padding: 12px 16px; color: var(--white); background: var(--ink); font: 600 8px var(--sans); letter-spacing: .13em; }
.priority-cost-lead { display: grid; grid-template-columns: .65fr 1.35fr; gap: 55px; align-items: center; margin-top: 34px; padding: 34px 38px; color: var(--white); background: var(--ink); }
.priority-cost-lead strong { font-size: 20px; line-height: 1.55; }
.priority-cost-lead p { margin: 0; color: #cbd1d4; font-size: 13px; line-height: 2; }
.priority-cost-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 18px; }
.priority-cost-cards article { position: relative; min-height: 290px; padding: 28px; overflow: hidden; border-top: 1px solid rgba(255,255,255,.28); color: var(--white); background: var(--ink); }
.priority-cost-cards article::after { content: attr(data-no); position: absolute; right: -4px; top: 5px; font: 700 90px var(--sans); color: rgba(164,229,242,.08); }
.priority-cost-cards article > span { font: 600 9px var(--sans); letter-spacing: .14em; color: var(--acid); }
.priority-cost-cards article > strong { display: block; margin-top: 25px; font: 700 58px/1 var(--sans); letter-spacing: -.07em; color: var(--acid); }
.priority-cost-cards article > strong small, .priority-cost-cards article > strong span { margin-left: 4px; font-size: .35em; letter-spacing: 0; }
.priority-cost-cards h3 { margin: 16px 0 10px; font-size: clamp(15px,1.9vw,19px); white-space: nowrap; }
.priority-cost-cards p { margin: 0; color: #b8bcba; font-size: 12px; line-height: 1.8; }

.priority-quick { padding: 150px max(32px,calc((100vw - 1340px)/2)); color: var(--white); background: #151817; }
.priority-quick-main { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px,5vw,70px); align-items: center; }
.priority-quick-copy .section-index { color: #707571; }
.priority-quick-copy .kicker { margin-top: 60px; color: var(--acid); }
.priority-quick h2 { margin: 0; font-size: clamp(38px,3.2vw,48px); line-height: 1.25; font-weight: 900; letter-spacing: -.055em; }
.priority-quick h2 > span, .priority-quick h2 > em { display: block; white-space: nowrap; }
.priority-quick h2 em { color: var(--acid); font-style: normal; }
.priority-quick-lead { margin: 35px 0 18px !important; color: var(--acid); font-size: 15px !important; font-weight: 800; }
.priority-quick-copy > p:last-child { margin: 0; color: #b8bcba; font-size: 13px; line-height: 2; }
.priority-quick-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.priority-quick-photos figure { position: relative; height: 520px; margin: 0; overflow: hidden; }
.priority-quick-photos figure:first-child { transform: translateY(-26px); }
.priority-quick-photos figure:last-child { transform: translateY(26px); }
.priority-quick-photos img { height: 100%; object-fit: cover; transition: transform .75s; }
.priority-quick-photos figure:hover img { transform: scale(1.035); }
.priority-quick-photos figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 75px 22px 22px; color: var(--white); background: linear-gradient(0deg,rgba(5,20,34,.88),transparent); font-size: 18px; font-weight: 900; }
.priority-quick-photos figcaption small { display: block; margin-top: 7px; font: 600 8px var(--sans); letter-spacing: .16em; color: #c7d7e4; }
.priority-quick-metrics { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 20px; }
.priority-quick-metrics article { min-height: 230px; padding: 27px; border-top: 1px solid #4c504e; border-bottom: 4px solid var(--acid); background: #202321; }
.priority-quick-metrics strong { display: block; font: 700 clamp(46px,4.5vw,70px)/1 var(--sans); letter-spacing: -.07em; color: var(--acid); }
.priority-quick-metrics strong small { margin-left: 5px; font-size: .35em; }
.priority-quick-metrics span { display: block; margin-top: 18px; color: var(--white); font-size: 13px; font-weight: 900; }
.priority-quick-metrics p { margin: 11px 0 0; font-size: 11px; line-height: 1.7; color: #9da19e; }

.manifesto { position: relative; overflow: hidden; padding: 120px max(48px,calc((100vw - 1340px)/2)); border-top: 1px solid #303332; }
.manifesto::before { content: "BEYOND"; position: absolute; right: -18px; bottom: -3.5vw; font: 700 clamp(120px,18vw,330px)/.8 var(--sans); letter-spacing: -.09em; color: rgba(255,255,255,.018); pointer-events: none; }
.manifesto > * { position: relative; z-index: 1; }
.manifesto > .section-index { margin-bottom: 45px; }
.manifesto-body { display: grid; grid-template-columns: minmax(0,.82fr) minmax(460px,1.18fr); grid-template-rows: auto auto 1fr; column-gap: clamp(55px,7vw,110px); align-items: start; }
.manifesto .kicker { grid-column: 1; margin-bottom: 35px; color: var(--acid); }
.manifesto h2, .section-heading h2, .performance h2, .process h2, .ymethod h2, .message h2, .faq-section h2, .contact h2 { margin: 0; font-weight: 900; letter-spacing: -.065em; }
.manifesto h2 { grid-column: 1; font-size: clamp(48px,4.7vw,76px); line-height: 1.08; }
.manifesto-image { position: relative; grid-column: 2; grid-row: 1/4; align-self: stretch; min-height: 590px; margin: 0; overflow: hidden; background: #292d2c; clip-path: polygon(9% 0,100% 0,100% 100%,0 100%); }
.manifesto-image::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.15); pointer-events: none; }
.manifesto-image img { height: 100%; min-height: 590px; object-fit: cover; filter: saturate(.75) contrast(1.08); transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.manifesto-image:hover img { transform: scale(1.025); }
.manifesto-image figcaption { position: absolute; z-index: 2; top: 18px; right: 18px; display: flex; gap: 18px; padding: 10px 12px; color: var(--white); background: rgba(8,10,9,.72); }
.manifesto-image figcaption span, .manifesto-image figcaption small { font: 600 8px var(--sans); letter-spacing: .14em; }
.manifesto-metrics { position: absolute; z-index: 2; left: 0; bottom: 0; display: grid; grid-template-columns: repeat(2,150px); color: var(--ink); background: var(--acid); }
.manifesto-metrics div { min-height: 118px; display: flex; flex-direction: column; justify-content: center; padding: 20px; border-right: 1px solid rgba(17,19,19,.3); }
.manifesto-metrics strong { font: 700 34px/1 var(--sans); letter-spacing: -.06em; }
.manifesto-metrics span { margin-top: 9px; font: 600 8px var(--sans); letter-spacing: .12em; }
.manifesto-copy { grid-column: 1; max-width: 560px; padding-top: 42px; }
.manifesto-copy p { margin: 0 0 18px; color: #b8bcba; font-size: 14px; line-height: 2; }
.manifesto-copy .text-link { margin-top: 18px; color: var(--acid); }

.works { padding: 140px max(32px,calc((100vw - 1340px)/2)); }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 78px; }
.section-heading h2 { margin-top: 24px; font-size: clamp(54px,7vw,98px); line-height: .98; }
.section-heading h2 em { font-style: normal; color: var(--ink); background: linear-gradient(transparent 66%,var(--acid) 66%); }
.section-heading > p { margin: 0 0 8px; font-size: 14px; line-height: 2; font-weight: 600; }
.work-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 56px 28px; }
.work-card { position: relative; display: block; }
.work-card-wide { grid-column: 1/-1; }
.work-card figure { margin: 0; overflow: hidden; background: #ccc; }
.work-card-wide figure { height: min(63vw,730px); }
.work-card:not(.work-card-wide) figure { height: min(47vw,600px); }
.work-card img { height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .4s; }
.work-card-wide img { object-position: center 42%; }
.work-card:hover img { transform: scale(1.035); filter: contrast(1.05); }
.work-meta { display: grid; grid-template-columns: 150px 1fr auto; align-items: baseline; gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.work-meta span, .work-meta small { font: 600 9px var(--sans); letter-spacing: .13em; color: #747875; }
.work-meta b { font-size: 17px; }
.work-card i { position: absolute; top: 18px; right: 18px; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; font: normal 20px var(--sans); color: var(--ink); background: var(--acid); transform: scale(0); transition: transform .3s; }
.work-card:hover i { transform: scale(1); }
.works-foot { display: flex; justify-content: space-between; align-items: center; margin-top: 70px; }
.works-foot p { font: 500 10px var(--sans); letter-spacing: .12em; }

.section-accent { background: var(--acid); }
.performance { padding: 105px max(48px,calc((100vw - 1220px)/2)) 80px; }
.performance .section-index { color: rgba(17,19,19,.55); }
.performance-intro { display: grid; grid-template-columns: 1fr 2fr; align-items: end; margin: 60px 0 90px; }
.performance-intro > p { font: 700 11px var(--sans); letter-spacing: .19em; }
.performance h2 { font-size: clamp(50px,6.5vw,92px); line-height: 1.03; }
.performance-list { border-top: 1px solid rgba(17,19,19,.5); }
.performance-list article { display: grid; grid-template-columns: 7% 27% 22% 1fr; align-items: center; min-height: 155px; border-bottom: 1px solid rgba(17,19,19,.5); }
.performance-list article > span { font: 600 10px var(--sans); }
.performance-list strong { font: 700 clamp(42px,5vw,72px)/1 var(--sans); letter-spacing: -.08em; }
.performance-list strong small { margin-left: 8px; font-size: .32em; letter-spacing: 0; }
.performance-list h3 { margin: 0; font-size: 20px; }
.performance-list p { max-width: 390px; margin: 0; font-size: 13px; line-height: 1.8; }
.performance-note { margin: 20px 0 0; font-size: 10px; opacity: .65; }

.comparison { padding: 140px max(32px,calc((100vw - 1340px)/2)); background: #e8e7e0; }
.comparison-board { border-top: 1px solid var(--ink); }
.comparison-row { display: grid; grid-template-columns: 1.25fr repeat(4,1fr); min-height: 88px; border-bottom: 1px solid rgba(17,19,19,.25); }
.comparison-row > * { display: flex; align-items: center; padding: 20px 22px; border-right: 1px solid rgba(17,19,19,.18); font-size: 13px; }
.comparison-row > *:last-child { border-right: 0; }
.comparison-row b { font-size: 14px; }
.comparison-row strong { position: relative; color: var(--ink); background: var(--acid); font-size: 15px; }
.comparison-row strong::before { content: ""; position: absolute; left: -1px; top: -1px; bottom: -1px; width: 1px; background: var(--ink); }
.comparison-head { min-height: 55px; }
.comparison-head > * { font: 600 9px var(--sans); letter-spacing: .14em; color: #6b706d; }
.comparison-head strong { color: var(--ink); }
.comparison-foot { display: flex; justify-content: space-between; align-items: flex-end; margin-top: 34px; }
.comparison-foot p { margin: 0; font-size: 13px; line-height: 1.9; font-weight: 600; }

.capabilities { padding: 140px max(32px,calc((100vw - 1340px)/2)); }
.section-heading.inverse h2 { color: var(--white); }
.section-heading.inverse > p { color: #a9adaa; }
.capability-grid { display: grid; grid-template-columns: repeat(3,1fr); grid-auto-rows: 300px; gap: 18px; }
.capability { position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; isolation: isolate; }
.capability::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg,rgba(7,8,8,.9),rgba(7,8,8,0) 65%); }
.capability-hero { grid-column: 1/3; grid-row: 1/3; }
.capability img { position: absolute; z-index: -2; inset: 0; height: 100%; object-fit: cover; transition: transform .7s; }
.capability:hover img { transform: scale(1.04); }
.capability span { font: 600 9px var(--sans); letter-spacing: .18em; color: var(--acid); }
.capability h3 { margin: 8px 0 4px; font-size: 28px; }
.capability p { margin: 0; font-size: 12px; color: #c0c3c1; }
.capability i { position: absolute; right: 26px; bottom: 29px; font: normal 25px var(--sans); }

.audience { padding: 150px max(32px,calc((100vw - 1340px)/2)); background: var(--paper); }
.audience-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; padding-top: 38px; }
.audience-card { display: flex; flex-direction: column; min-height: 720px; color: var(--white); background: var(--ink); transition: transform .35s; }
.audience-card:hover { transform: translateY(-8px); }
.audience-card-featured { margin-top: -38px; }
.audience-card figure { height: 310px; margin: 0; overflow: hidden; }
.audience-card img { height: 100%; object-fit: cover; transition: transform .7s; }
.audience-card:hover img { transform: scale(1.04); }
.audience-card-body { flex: 1; display: flex; flex-direction: column; padding: 28px; }
.audience-card-body > span { font: 600 9px var(--sans); letter-spacing: .16em; color: var(--acid); }
.audience-card-body h3 { margin: 12px 0 14px; font-size: 25px; }
.audience-card-body p { margin: 0; color: #b7bbb8; font-size: 12px; line-height: 1.8; }
.audience-card-body ul { margin: 24px 0 30px; padding: 20px 0 0; list-style: none; border-top: 1px solid #383c3a; }
.audience-card-body li { padding: 6px 0; font-size: 11px; }
.audience-card-body li::before { content: "↳"; margin-right: 10px; color: var(--acid); }
.audience-card-body b { margin-top: auto; padding-top: 18px; border-top: 1px solid #383c3a; color: var(--acid); font-size: 12px; }

.process { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 810px; }
.process-image { position: relative; overflow: hidden; }
.process-image img { height: 100%; object-fit: cover; }
.process-image span { position: absolute; left: 24px; bottom: 24px; padding: 10px 14px; color: var(--white); background: var(--ink); font: 600 9px var(--sans); letter-spacing: .15em; }
.process-copy { padding: 110px clamp(45px,7vw,110px); display: flex; flex-direction: column; justify-content: center; }
.process-copy .kicker { margin-top: 70px; color: #747875; }
.process h2 { font-size: clamp(48px,5vw,72px); line-height: 1.08; }
.process-copy > p:not(.kicker) { margin: 36px 0 30px; font-size: 14px; line-height: 2; }
.process ol { margin: 0 0 42px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process li { display: flex; align-items: center; gap: 25px; padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 700; }
.process li span { font: 600 10px var(--sans); color: #858985; }

.ymethod { min-height: 820px; display: grid; grid-template-columns: 1.08fr .92fr; background: var(--acid); }
.ymethod-visual { position: relative; overflow: hidden; }
.ymethod-visual img { height: 100%; object-fit: cover; }
.ymethod-label { position: absolute; left: 0; bottom: 0; min-width: 270px; padding: 25px 30px; color: var(--white); background: var(--ink); }
.ymethod-label span { display: block; font: 600 9px var(--sans); letter-spacing: .18em; color: var(--acid); }
.ymethod-label b { font: 700 32px var(--sans); letter-spacing: -.04em; }
.ymethod-copy { padding: 105px clamp(45px,7vw,105px); display: flex; flex-direction: column; justify-content: center; }
.ymethod-copy .section-index { color: rgba(17,19,19,.52); }
.ymethod-copy .kicker { margin-top: 55px; }
.ymethod h2 { font-size: clamp(50px,5.5vw,80px); line-height: 1.03; }
.ymethod-copy > p:not(.kicker) { margin: 35px 0; font-size: 14px; line-height: 2; }
.ymethod-facts { display: grid; grid-template-columns: repeat(3,1fr); margin-bottom: 38px; border-block: 1px solid rgba(17,19,19,.35); }
.ymethod-facts div { padding: 18px 15px 18px 0; border-right: 1px solid rgba(17,19,19,.25); }
.ymethod-facts div + div { padding-left: 15px; }
.ymethod-facts div:last-child { border-right: 0; }
.ymethod-facts strong { display: block; font: 700 16px var(--sans); }
.ymethod-facts span { font-size: 10px; font-weight: 700; }

.message { min-height: 850px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; }
.message-portrait { position: relative; background: #242827; }
.message-portrait > img { position: absolute; right: -4%; bottom: 0; width: auto; height: 94%; object-fit: contain; object-position: bottom right; }
.message-stamp { position: absolute; top: 50%; left: 7%; transform: rotate(-90deg) translateX(-50%); transform-origin: left top; font: 700 clamp(50px,7vw,110px)/.8 var(--sans); letter-spacing: -.07em; color: #383c3a; white-space: nowrap; }
.message-stamp b { color: var(--acid); }
.message-copy { padding: 110px clamp(48px,7vw,110px); display: flex; flex-direction: column; justify-content: center; }
.message-copy .kicker { margin-top: 65px; color: var(--acid); }
.message h2 { font-size: clamp(50px,5.5vw,78px); line-height: 1.08; }
.message blockquote { margin: 42px 0 25px; padding-left: 24px; border-left: 2px solid var(--acid); color: #b8bcba; font-size: 14px; line-height: 2.1; }
.signature { margin: 0 0 32px; font-size: 16px; font-weight: 800; }
.signature span { margin-right: 13px; font-size: 10px; color: #949895; }
.message .text-link { align-self: flex-start; }

.proof { padding: 140px max(32px,calc((100vw - 1340px)/2)); }
.proof .section-index { color: rgba(17,19,19,.55); }
.proof-head { display: grid; grid-template-columns: .7fr 1.3fr; column-gap: 7vw; align-items: end; }
.proof-head .section-index, .proof-head .kicker { grid-column: 1; }
.proof-head .kicker { margin: 55px 0 0; }
.proof h2 { grid-column: 2; grid-row: 1/4; margin: 0; font-size: clamp(50px,5vw,76px); line-height: 1.08; font-weight: 900; letter-spacing: -.065em; }
.proof h2 span { display: block; white-space: nowrap; }
.proof-head > p:last-child { grid-column: 1; margin: 28px 0 0; font-size: 13px; line-height: 1.9; }
.proof-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 85px; border-top: 1px solid rgba(17,19,19,.5); }
.proof-grid article { position: relative; min-height: 360px; padding: 26px 24px; overflow: hidden; border-right: 1px solid rgba(17,19,19,.35); }
.proof-grid article:last-child { border-right: 0; }
.proof-grid article > span { font: 600 9px var(--sans); letter-spacing: .14em; }
.proof-grid strong { display: block; margin-top: 45px; font: 700 clamp(45px,4.5vw,68px)/1 var(--sans); letter-spacing: -.07em; }
.proof-grid strong small { margin-left: 4px; font-size: .35em; }
.proof-grid h3 { margin: 24px 0 12px; font-size: 19px; line-height: 1.5; }
.proof-grid p { margin: 0; font-size: 11px; line-height: 1.8; }

.project-flow { padding: 145px max(32px,calc((100vw - 1340px)/2)); }
.project-flow-list { display: grid; grid-template-columns: repeat(4,1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid #454946; border-bottom: 1px solid #454946; }
.project-flow-list li { position: relative; min-height: 340px; padding: 28px 26px; overflow: hidden; border-right: 1px solid #454946; }
.project-flow-list li:last-child { border-right: 0; }
.project-flow-list span { font: 600 9px var(--sans); letter-spacing: .14em; color: var(--acid); }
.project-flow-list strong { display: block; margin-top: 100px; font-size: 18px; }
.project-flow-list p { margin: 15px 0 0; color: #aeb2af; font-size: 11px; line-height: 1.8; }
.project-flow-list i { position: absolute; right: -8px; top: 20px; font: normal 700 105px/.8 var(--sans); letter-spacing: -.08em; color: rgba(255,255,255,.045); }

.faq-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; padding: 140px max(32px,calc((100vw - 1220px)/2)); background: var(--paper); }
.faq-heading .kicker { margin-top: 70px; color: #747875; }
.faq-section h2 { font-size: clamp(48px,5.7vw,78px); line-height: 1.08; }
.faq-heading .text-link { margin-top: 45px; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid rgba(17,19,19,.28); }
.faq-list summary { position: relative; display: grid; grid-template-columns: 44px 1fr 30px; align-items: center; min-height: 92px; list-style: none; font-size: 15px; font-weight: 800; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font: 600 9px var(--sans); color: #7a7e7a; }
.faq-list summary i { font: normal 22px var(--sans); transition: transform .25s; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details p { margin: 0; padding: 0 42px 28px 44px; color: #5e625f; font-size: 13px; line-height: 1.9; }

.contact { position: relative; overflow: hidden; padding: 130px 32px; color: var(--ink); background: var(--acid); }
.contact-en { position: absolute; top: 20px; left: -20px; margin: 0; white-space: nowrap; font: 700 9vw/1 var(--sans); letter-spacing: -.06em; color: rgba(17,19,19,.065); }
.contact-inner { position: relative; width: min(1000px,100%); margin: 0 auto; }
.contact h2 { font-size: clamp(64px,9vw,132px); line-height: .95; }
.contact-inner > p:not(.kicker) { margin: 35px 0; font-size: 15px; line-height: 2; }
.contact-actions { display: flex; align-items: center; gap: 45px; }
.contact-tel { display: flex; flex-direction: column; }
.contact-tel small { font: 600 9px var(--sans); letter-spacing: .15em; }
.contact-tel strong { font: 600 clamp(25px,3vw,40px) var(--sans); letter-spacing: -.04em; }

.site-footer { padding: 70px max(32px,calc((100vw - 1220px)/2)) 28px; color: var(--white); background: #0a0b0b; }
.footer-brand { display: flex; align-items: center; gap: 30px; }
.footer-brand img { width: 145px; filter: brightness(0) invert(1); }
.footer-brand p { font: 500 9px/1.6 var(--sans); letter-spacing: .14em; color: #777b78; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 20px 40px; margin: 60px 0; padding: 32px 0; border-block: 1px solid #292b2a; font-size: 12px; font-weight: 600; }
.footer-nav a:hover { color: var(--acid); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; color: #747774; font: 500 9px var(--sans); letter-spacing: .08em; }

.reveal { opacity: 0; transform: translateY(38px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 960px) {
  .site-header { height: 70px; grid-template-columns: 1fr 70px; background: rgba(10,11,11,.92); }
  .brand { padding: 0 20px; border-right: 0; }
  .brand img { width: 105px; }
  .brand span, .header-cta { display: none; }
  .menu-button { display: grid; place-content: center; gap: 7px; }
  .menu-button span { width: 25px; height: 2px; background: var(--ink); transition: .25s; }
  .global-nav { position: fixed; top: 70px; left: 0; width: 100%; height: calc(100svh - 70px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 0; padding: 40px; color: var(--white); background: var(--ink); transform: translateX(100%); transition: .35s; }
  .site-header:not(.ugn-open):not(.menu-open) .global-nav.unified-global-nav { display: none !important; }
  .global-nav a { width: 100%; padding: 18px 0; border-bottom: 1px solid #333; font-size: 22px; }
  .menu-open .global-nav { transform: none; }
  .menu-open .menu-button span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-open .menu-button span:last-child { transform: translateY(-5px) rotate(-45deg); }
  .hero-copy { width: calc(100% - 48px); padding-top: 25vh; }
  .hero h1 { font-size: clamp(52px,13vw,90px); }
  .hero-facts { grid-template-columns: repeat(3,1fr); width: 100%; }
  .hero-facts div { min-height: 100px; padding: 14px 18px; }
  .hero-facts strong { font-size: 28px; }
  .hero-note { display: none; }
  .priority-cost-head, .priority-quick-main { grid-template-columns: 1fr; }
  .priority-cost-image { min-height: 58vw; }
  .priority-cost-lead { grid-template-columns: 1fr; gap: 18px; }
  .priority-quick-photos figure { height: 55vw; }
  .priority-quick-metrics { grid-template-columns: 1fr 1fr; }
  .manifesto { display: block; padding: 100px 32px; }
  .manifesto > .section-index { margin-bottom: 40px; }
  .manifesto-body { display: block; }
  .manifesto-image { min-height: 56vw; margin-top: 45px; }
  .manifesto-image img { min-height: 56vw; }
  .manifesto-copy { max-width: 640px; margin-top: 38px; padding-top: 0; }
  .work-grid { gap: 40px 16px; }
  .work-meta { grid-template-columns: 1fr; gap: 7px; }
  .work-meta small { display: none; }
  .performance-intro { display: block; }
  .performance-intro > p { margin-bottom: 32px; }
  .performance-list article { grid-template-columns: 8% 36% 1fr; }
  .performance-list article p { display: none; }
  .comparison-row { grid-template-columns: 1.15fr repeat(4,1fr); }
  .comparison-row > * { padding: 16px 12px; font-size: 11px; }
  .capability-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 300px; }
  .capability-hero { grid-column: 1/-1; grid-row: auto; min-height: 520px; }
  .audience-grid { grid-template-columns: 1fr 1fr; }
  .audience-card-featured { margin-top: 0; }
  .proof-head { grid-template-columns: 1fr; }
  .proof h2 { grid-column: 1; grid-row: auto; margin-top: 35px; }
  .proof-head > p:last-child { grid-column: 1; max-width: 600px; }
  .proof-grid, .project-flow-list { grid-template-columns: 1fr 1fr; }
  .proof-grid article:nth-child(2), .project-flow-list li:nth-child(2) { border-right: 0; }
  .proof-grid article { border-bottom: 1px solid rgba(17,19,19,.35); }
  .project-flow-list li { border-bottom: 1px solid #454946; }
  .process { grid-template-columns: 1fr; }
  .process-image { min-height: 65vw; }
  .ymethod { grid-template-columns: 1fr; }
  .ymethod-visual { min-height: 68vw; }
  .faq-section { grid-template-columns: 1fr; }
  .message { grid-template-columns: .85fr 1.15fr; }
  .message-copy { padding: 90px 40px; }
  .message h2 { font-size: clamp(45px,6.4vw,68px); }
}

@media (max-width: 640px) {
  .hero { min-height: 820px; }
  .hero-image { object-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg,rgba(8,10,9,.9),rgba(8,10,9,.3)), linear-gradient(0deg,rgba(8,10,9,.7),transparent 60%); }
  .hero-copy { width: calc(100% - 40px); padding-top: 175px; }
  .eyebrow { font-size: 8px; letter-spacing: .12em; }
  .hero h1 { font-size: clamp(38px,11.4vw,44px); line-height: .96; }
  .hero-lead { font-size: 13px; line-height: 1.8; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .button { min-width: 220px; }
  .hero-facts div { min-height: 92px; padding: 12px; }
  .hero-facts strong { font-size: 24px; }
  .hero-facts small { font-size: 6px; letter-spacing: .06em; }
  .priority-cost, .priority-quick, .manifesto, .works, .performance, .comparison, .capabilities, .audience, .proof, .project-flow, .faq-section { padding: 85px 20px; }
  .priority-cost .kicker, .priority-quick-copy .kicker { margin-top: 42px; }
  .priority-cost h2, .priority-quick h2 { font-size: clamp(24px,6.9vw,29px); }
  .priority-cost-image { min-height: 72vw; margin-top: 10px; }
  .priority-cost-lead { padding: 26px 22px; }
  .priority-cost-cards { display: block; }
  .priority-cost-cards article { min-height: 0; margin-top: 14px; }
  .priority-quick-photos { gap: 8px; margin-top: 15px; }
  .priority-quick-photos figure { height: 72vw; }
  .priority-quick-photos figure:first-child, .priority-quick-photos figure:last-child { transform: none; }
  .priority-quick-photos figcaption { padding: 55px 13px 14px; font-size: 13px; }
  .priority-quick-metrics { gap: 8px; }
  .priority-quick-metrics article { min-height: 180px; padding: 18px; }
  .priority-quick-metrics strong { font-size: 40px; }
  .manifesto h2, .section-heading h2 { font-size: clamp(34px,9.6vw,42px); }
  .manifesto-image { min-height: 76vw; margin-top: 34px; }
  .manifesto-image img { min-height: 76vw; }
  .manifesto-image { clip-path: none; }
  .manifesto-metrics { grid-template-columns: repeat(2,112px); }
  .manifesto-metrics div { min-height: 82px; padding: 12px; }
  .manifesto-metrics strong { font-size: 25px; }
  .manifesto-image figcaption { top: 10px; right: 10px; }
  .section-heading { display: block; margin-bottom: 50px; }
  .section-heading > p { margin-top: 30px; }
  .work-grid { display: block; }
  .work-card { margin-bottom: 42px; }
  .work-card figure, .work-card-wide figure, .work-card:not(.work-card-wide) figure { height: 88vw; }
  .work-card-wide figure { height: 75vw; }
  .work-meta { padding: 15px 0; }
  .work-meta b { font-size: 15px; }
  .works-foot { display: block; margin-top: 25px; }
  .works-foot p { line-height: 1.8; }
  .works-foot .button { margin-top: 20px; }
  .performance-intro { margin: 50px 0 65px; }
  .performance h2 { font-size: clamp(34px,9.6vw,40px); }
  .performance-list article { grid-template-columns: 10% 38% 1fr; min-height: 115px; }
  .performance-list strong { font-size: 34px; }
  .performance-list h3 { font-size: 15px; }
  .comparison-board { overflow-x: auto; }
  .comparison-row { min-width: 680px; }
  .comparison-foot { display: block; }
  .comparison-foot .text-link { margin-top: 24px; }
  .capability-grid { display: block; }
  .capability { min-height: 90vw; margin-bottom: 14px; }
  .audience-grid { display: block; padding-top: 0; }
  .audience-card { min-height: 0; margin-top: 16px; }
  .audience-card figure { height: 72vw; }
  .proof h2 { font-size: clamp(31px,8.8vw,36px); }
  .proof-grid, .project-flow-list { display: block; }
  .proof-grid article, .project-flow-list li { min-height: 280px; border-right: 0; border-bottom: 1px solid rgba(17,19,19,.35); }
  .project-flow-list li { border-bottom-color: #454946; }
  .project-flow-list strong { margin-top: 70px; }
  .process-image { min-height: 86vw; }
  .process-copy { padding: 85px 24px; }
  .process h2 { font-size: clamp(34px,9.6vw,40px); }
  .ymethod-visual { min-height: 105vw; }
  .ymethod-copy { padding: 85px 24px; }
  .ymethod h2 { font-size: clamp(36px,10.2vw,42px); }
  .ymethod-facts strong { font-size: 13px; }
  .message { display: flex; flex-direction: column; min-height: 0; }
  .message-portrait { min-height: 570px; }
  .message-portrait > img { right: -20%; height: 92%; }
  .message-copy { padding: 85px 24px; }
  .message h2 { font-size: clamp(33px,9.2vw,38px); }
  .faq-section { gap: 65px; }
  .faq-section h2 { font-size: clamp(32px,8.8vw,36px); }
  .faq-list summary { font-size: 13px; }
  .contact { padding: 100px 20px; }
  .contact h2 { font-size: clamp(40px,12.4vw,50px); }
  .contact-actions { align-items: flex-start; flex-direction: column; gap: 28px; }
  .button-large { min-width: 100%; }
  .site-footer { padding: 55px 20px 25px; }
  .footer-brand, .footer-bottom { align-items: flex-start; flex-direction: column; gap: 22px; }
  .footer-nav { display: grid; grid-template-columns: 1fr 1fr; margin: 45px 0; gap: 20px; }
}
