:root {
  --paper: #f4f1ea;
  --paper-2: #f8f6f1;
  --mist: #e8ece9;
  --ink: #111313;
  --ink-2: #1d201f;
  --muted: #676c68;
  --line: rgba(17, 19, 19, .12);
  --gold: #c59a32;
  --olive: #8e8d4c;
  --teal: #4f8d8a;
  --cream: #efe2bf;
  --radius-xl: 42px;
  --radius-lg: 28px;
  --shadow-soft: 0 26px 80px rgba(23, 28, 26, .11);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
::selection { background: rgba(79,141,138,.25); }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  transform: translateY(-200%);
  background: white;
  padding: 10px 14px;
  border-radius: 999px;
}
.skip-link:focus { transform: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(17,19,19,.08);
  background: rgba(244, 241, 234, .82);
  backdrop-filter: saturate(145%) blur(22px);
  -webkit-backdrop-filter: saturate(145%) blur(22px);
}
.nav-wrap {
  width: min(calc(100% - 36px), var(--max));
  height: 58px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 230px 1fr auto;
  align-items: center;
  gap: 28px;
}
.brand { width: 196px; overflow: hidden; }
.brand img { width: 196px; mix-blend-mode: multiply; }
.site-nav { display: flex; justify-content: center; gap: 26px; }
.site-nav a, .nav-cta {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .01em;
}
.site-nav a { color: #3c403e; transition: color .2s ease; }
.site-nav a:hover { color: var(--ink); }
.nav-cta {
  background: var(--ink);
  color: white;
  padding: 8px 15px;
  border-radius: 999px;
}
.nav-toggle { display: none; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100svh - 58px);
  padding: clamp(80px, 10vw, 150px) 24px 76px;
  background:
    radial-gradient(circle at 50% 34%, rgba(255,255,255,.92) 0%, rgba(255,255,255,.46) 26%, rgba(244,241,234,0) 58%),
    var(--paper);
}
.hero-orbit {
  position: absolute;
  width: 900px;
  height: 900px;
  left: 50%;
  top: 68%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(17,19,19,.04);
  box-shadow: 0 0 0 90px rgba(255,255,255,.12), 0 0 0 180px rgba(255,255,255,.08);
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}
.superline, .eyebrow {
  margin: 0 0 18px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .16em;
  color: var(--teal);
}
.eyebrow.light { color: #75aaa7; }
.hero h1 {
  margin: 0;
  font-size: clamp(56px, 8.4vw, 116px);
  line-height: .93;
  letter-spacing: -.065em;
  font-weight: 700;
}
.hero h1 span { color: #6b706c; }
.hero-copy {
  max-width: 760px;
  margin: 34px auto 0;
  color: #565b57;
  font-size: clamp(19px, 2vw, 26px);
  line-height: 1.45;
  letter-spacing: -.018em;
}
.hero-actions {
  margin-top: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.pill {
  display: inline-flex;
  min-height: 48px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 650;
  transition: transform .2s ease, background .2s ease;
}
.pill:hover { transform: translateY(-1px); }
.pill-dark { background: var(--ink); color: white; }
.pill-dark:hover { background: #2a2d2c; }
.pill-light { background: #f6f3ea; color: #161817; }
.text-action { color: var(--teal); font-weight: 650; font-size: 14px; }
.text-action span { display: inline-block; transition: transform .2s ease; }
.text-action:hover span { transform: translate(2px, -2px); }

.hero-stage {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 16px));
  margin: 84px auto 0;
}
.tower-card {
  border: 1px solid rgba(17,19,19,.09);
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: rgba(255,255,255,.56);
  box-shadow: var(--shadow-soft), inset 0 1px rgba(255,255,255,.7);
}
.tower-topbar,
.tower-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tower-topbar {
  padding: 20px 26px;
  border-bottom: 1px solid var(--line);
  color: #646a66;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
}
.tower-illustration {
  width: 100%;
  aspect-ratio: 1.95 / 1;
  padding: 3.5% 7% 0;
  color: #315f5d;
}
.tower-footer {
  padding: 24px 28px 28px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 18px;
}
.tower-footer div { min-width: 0; }
.tower-footer small { display:block; margin-bottom: 7px; color:#8a8e8b; font-size:10px; letter-spacing:.12em; font-weight:700; }
.tower-footer strong { font-size: 15px; letter-spacing: -.01em; }

.section-black { background: var(--ink); color: #f4f1ea; }
.section-paper { background: var(--paper-2); }
.section-mist { background: var(--mist); }

.statement { padding: clamp(110px, 15vw, 220px) 24px; }
.statement-inner { max-width: 1130px; margin: 0 auto; text-align: center; }
.statement h2 {
  max-width: 1040px;
  margin: 0 auto;
  font-size: clamp(46px, 6.2vw, 88px);
  line-height: 1.02;
  letter-spacing: -.055em;
  font-weight: 650;
}
.statement h2 span { color: #8f9490; }
.statement p:last-child {
  max-width: 760px;
  margin: 34px auto 0;
  color: #b9bdb9;
  font-size: 20px;
  line-height: 1.55;
  letter-spacing: -.015em;
}

.lens-section { padding: clamp(95px, 12vw, 170px) 24px; }
.section-intro { max-width: 900px; margin: 0 auto 58px; }
.section-intro.center { text-align: center; }
.section-intro h2 {
  margin: 0;
  font-size: clamp(42px, 5.6vw, 72px);
  line-height: 1.04;
  letter-spacing: -.052em;
  font-weight: 650;
}
.section-intro > p:last-child {
  margin: 20px auto 0;
  max-width: 680px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}
.lens-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.lens-card {
  position: relative;
  min-height: 510px;
  padding: 28px;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(17,19,19,.08);
  background: #fff;
  box-shadow: 0 22px 54px rgba(20,25,23,.06);
}
.lens-card:nth-child(2) { background: #f1eee5; }
.lens-card:nth-child(3) { background: #dfe9e6; }
.lens-index { position: absolute; top: 28px; right: 28px; color:#8b8f8c; font-size:12px; font-weight:700; }
.lens-symbol {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  margin: 100px 0 54px;
  border-radius: 24px;
  background: rgba(79,141,138,.09);
  color: var(--teal);
}
.lens-symbol svg { width: 44px; fill:none; stroke:currentColor; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; }
.lens-card h3 { margin:0; font-size:34px; letter-spacing:-.04em; }
.lens-card p { margin: 14px 0 0; color:#5d625f; font-size:16px; line-height:1.6; }

.underwriting {
  padding: clamp(100px, 12vw, 170px) 24px;
  display: grid;
  grid-template-columns: minmax(0,.8fr) minmax(620px,1.2fr);
  align-items: center;
  gap: clamp(50px, 7vw, 100px);
}
.underwriting-copy { max-width: 540px; justify-self: end; }
.underwriting-copy h2 {
  margin: 0;
  font-size: clamp(52px, 6vw, 82px);
  line-height: .98;
  letter-spacing: -.055em;
}
.underwriting-copy > p:not(.eyebrow) { color:#5f6461; font-size:19px; line-height:1.55; }
.underwriting-copy .text-action { display:inline-block; margin-top:18px; }
.model-shell {
  max-width: 860px;
  width: 100%;
  overflow: hidden;
  border-radius: 34px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(17,19,19,.08);
  box-shadow: var(--shadow-soft);
}
.model-header {
  min-height: 94px;
  padding: 24px 28px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-bottom:1px solid var(--line);
}
.model-header div { display:flex; flex-direction:column; gap:5px; }
.model-header span { font-size:12px; font-weight:750; letter-spacing:.09em; }
.model-header small { color:#8c918d; font-size:10px; font-weight:700; letter-spacing:.14em; }
.status-dot { padding: 8px 12px; border-radius:999px; background:rgba(79,141,138,.11); color:#387a77; }
.model-grid { padding: 12px 28px 20px; }
.model-row { display:grid; grid-template-columns: 1.35fr 1fr 1fr .9fr; gap:14px; align-items:center; min-height:70px; border-bottom:1px solid rgba(17,19,19,.07); }
.model-row:last-child { border-bottom: 0; }
.model-row span { font-size:14px; font-weight:600; }
.model-row strong { font-size:14px; font-weight:600; }
.model-row em { justify-self:start; padding:7px 10px; border-radius:999px; background:#f3eee2; color:#8a6a17; font-size:11px; font-style:normal; font-weight:700; letter-spacing:.04em; }
.model-row-head { min-height:46px; color:#8b908d; }
.model-row-head span { font-size:10px; text-transform:uppercase; letter-spacing:.1em; }
.model-footer { padding: 24px 28px 28px; border-top:1px solid var(--line); display:grid; grid-template-columns:90px 1fr; gap:20px; }
.model-footer span { color:var(--teal); font-size:11px; font-weight:750; letter-spacing:.1em; }
.model-footer p { margin:0; font-size:22px; letter-spacing:-.025em; }

.operator-section { padding: clamp(105px, 12vw, 175px) 24px; }
.operator-grid { max-width:var(--max); margin:0 auto; display:grid; grid-template-columns: .9fr 1.1fr; gap:90px; }
.operator-lead h2 { margin:0; font-size:clamp(48px,6vw,80px); line-height:1; letter-spacing:-.055em; font-weight:650; }
.operator-lead h2 span { color:#8f9490; }
.operator-steps { border-top:1px solid rgba(255,255,255,.16); }
.operator-steps article { display:grid; grid-template-columns:58px 1fr; gap:18px; padding:28px 0; border-bottom:1px solid rgba(255,255,255,.16); }
.operator-steps article > span { color:#6ea19e; font-size:12px; font-weight:700; }
.operator-steps h3 { margin:0; font-size:24px; letter-spacing:-.025em; }
.operator-steps p { margin:9px 0 0; color:#aeb2af; line-height:1.55; }

.case-study {
  padding: clamp(100px, 12vw, 170px) 24px;
  display:grid;
  grid-template-columns: minmax(0, .9fr) minmax(500px, .8fr);
  gap: clamp(60px, 8vw, 120px);
  align-items:center;
}
.case-copy { max-width:640px; justify-self:end; }
.case-copy h2 { margin:0; font-size:clamp(58px,7vw,96px); line-height:.95; letter-spacing:-.06em; }
.case-copy h2 span { color:#707571; }
.case-copy > p:not(.eyebrow) { max-width:580px; color:#616663; font-size:19px; line-height:1.55; }
.case-stats { margin-top:42px; display:grid; grid-template-columns: repeat(3,1fr); gap:14px; }
.case-stats div { padding:22px 16px; border-top:1px solid var(--line); }
.case-stats span { display:block; font-size:44px; line-height:1; font-weight:650; letter-spacing:-.04em; }
.case-stats small { display:block; margin-top:8px; color:#777c78; font-size:9px; line-height:1.4; letter-spacing:.1em; font-weight:700; }
.case-visual { width:min(100%, 560px); justify-self:start; overflow:hidden; border-radius:34px; background:#111; box-shadow:var(--shadow-soft); }
.case-visual img { width:100%; aspect-ratio:.79; object-fit:cover; object-position:top; }
.case-visual-caption { min-height:76px; padding:18px 20px; display:flex; justify-content:space-between; align-items:center; gap:20px; background:#111; color:#f2eee4; }
.case-visual-caption span { font-size:10px; font-weight:700; letter-spacing:.1em; color:#7ca8a6; }
.case-visual-caption a { font-size:12px; font-weight:650; }

.field-notes { padding: clamp(100px, 12vw, 160px) 24px; overflow:hidden; }
.notes-rail { max-width:var(--max); margin:0 auto; display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.note-card { overflow:hidden; border-radius:32px; background:#fff; box-shadow:0 22px 54px rgba(20,25,23,.07); transition:transform .28s ease, box-shadow .28s ease; }
.note-card:hover { transform:translateY(-5px); box-shadow:0 28px 70px rgba(20,25,23,.11); }
.note-image { overflow:hidden; aspect-ratio: .78; background:#101312; }
.note-image img { width:100%; height:100%; object-fit:cover; object-position:top; transition:transform .5s ease; }
.note-card:hover .note-image img { transform:scale(1.015); }
.note-copy { padding:24px 24px 27px; }
.note-copy span { color:var(--teal); font-size:10px; font-weight:750; letter-spacing:.11em; }
.note-copy h3 { margin:10px 0 0; font-size:25px; line-height:1.08; letter-spacing:-.035em; }
.note-copy p { margin:10px 0 0; color:#686d69; line-height:1.5; }

.about { padding: clamp(100px, 13vw, 180px) 24px; }
.about-card { max-width:1120px; margin:0 auto; display:grid; grid-template-columns:380px 1fr; gap:70px; align-items:center; }
.portrait-wrap { overflow:hidden; border-radius:32px; background:#d9dedb; box-shadow:var(--shadow-soft); }
.portrait-wrap img { width:100%; aspect-ratio:1; object-fit:cover; }
.about-copy h2 { margin:0; font-size:clamp(48px,5.4vw,72px); line-height:1.02; letter-spacing:-.055em; }
.about-copy h2 span { color:#737874; }
.about-copy > p:not(.eyebrow) { color:#5d625f; font-size:18px; line-height:1.6; max-width:680px; }
.about-tags { margin-top:30px; display:flex; gap:8px; flex-wrap:wrap; }
.about-tags span { border:1px solid rgba(17,19,19,.1); background:#fff; border-radius:999px; padding:9px 12px; color:#555a57; font-size:10px; font-weight:750; letter-spacing:.08em; }

.contact { padding: clamp(100px, 13vw, 180px) 24px; }
.contact-inner { max-width:980px; margin:0 auto; text-align:center; }
.contact-logo { width:310px; margin:0 auto 74px; }
.contact h2 { margin:0 auto; max-width:860px; font-size:clamp(52px,6.4vw,90px); line-height:.98; letter-spacing:-.06em; font-weight:650; }
.contact-actions { margin-top:36px; display:flex; justify-content:center; align-items:center; gap:24px; flex-wrap:wrap; }
.light-link { color:#79aaa7; }

.site-footer { background:#0d0f0e; color:#9ca19d; border-top:1px solid rgba(255,255,255,.1); }
.footer-inner { max-width:var(--max); min-height:82px; margin:0 auto; padding:0 24px; display:flex; align-items:center; justify-content:space-between; gap:24px; font-size:11px; }
.footer-inner div { display:flex; gap:20px; }
.footer-inner a:hover { color:#f3eee3; }

.reveal { opacity:0; transform:translateY(24px); transition:opacity .75s cubic-bezier(.22,1,.36,1), transform .75s cubic-bezier(.22,1,.36,1); }
.reveal.is-visible { opacity:1; transform:none; }

@media (max-width: 1050px) {
  .nav-wrap { grid-template-columns: 190px 1fr auto; }
  .brand, .brand img { width:176px; }
  .site-nav { gap:18px; }
  .underwriting { grid-template-columns:1fr; }
  .underwriting-copy { justify-self:center; max-width:760px; text-align:center; }
  .model-shell { justify-self:center; }
  .operator-grid { grid-template-columns:1fr; gap:55px; }
  .case-study { grid-template-columns:1fr; }
  .case-copy, .case-visual { justify-self:center; }
  .case-copy { text-align:center; }
  .case-copy > p:not(.eyebrow) { margin-left:auto; margin-right:auto; }
  .about-card { grid-template-columns:300px 1fr; gap:48px; }
}

@media (max-width: 820px) {
  .site-header { backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
  .nav-wrap { grid-template-columns:1fr auto; height:56px; }
  .brand, .brand img { width:172px; }
  .nav-cta { display:none; }
  .nav-toggle { display:block; background:none; border:0; color:#333735; font-size:12px; font-weight:650; }
  .site-nav {
    position:absolute;
    top:56px;
    left:0;
    right:0;
    display:none;
    flex-direction:column;
    gap:0;
    padding:10px 20px 20px;
    background:rgba(244,241,234,.96);
    border-bottom:1px solid var(--line);
  }
  .site-nav.open { display:flex; }
  .site-nav a { padding:13px 4px; border-bottom:1px solid rgba(17,19,19,.07); }
  .hero { padding-top:88px; }
  .hero-stage { margin-top:58px; }
  .tower-footer { grid-template-columns:repeat(2,1fr); }
  .lens-grid, .notes-rail { grid-template-columns:1fr; }
  .lens-card { min-height:400px; }
  .lens-symbol { margin-top:60px; }
  .model-row { grid-template-columns:1.2fr .8fr .8fr; }
  .model-row > *:last-child { display:none; }
  .model-row-head span:last-child { display:none; }
  .case-stats { grid-template-columns:1fr 1fr 1fr; }
  .about-card { grid-template-columns:1fr; max-width:680px; }
  .portrait-wrap { width:min(100%,380px); }
}

@media (max-width: 560px) {
  .hero { padding-left:18px; padding-right:18px; }
  .hero h1 { font-size:clamp(52px,17vw,76px); }
  .hero-copy { font-size:19px; }
  .hero-actions { flex-direction:column; gap:16px; }
  .tower-card { border-radius:26px; }
  .tower-topbar { padding:16px 18px; }
  .tower-footer { padding:20px; }
  .tower-footer strong { font-size:14px; }
  .statement, .lens-section, .underwriting, .operator-section, .case-study, .field-notes, .about, .contact { padding-left:18px; padding-right:18px; }
  .statement h2, .section-intro h2, .underwriting-copy h2, .operator-lead h2, .case-copy h2, .about-copy h2, .contact h2 { letter-spacing:-.045em; }
  .lens-card { border-radius:26px; padding:24px; }
  .model-shell { border-radius:26px; }
  .model-header { padding:20px; }
  .model-grid { padding-left:20px; padding-right:20px; }
  .model-row { grid-template-columns:1.15fr .85fr .85fr; gap:8px; }
  .model-footer { grid-template-columns:1fr; padding:20px; }
  .operator-steps article { grid-template-columns:42px 1fr; }
  .case-stats { grid-template-columns:1fr; }
  .case-stats div { display:flex; align-items:baseline; gap:14px; }
  .case-visual { border-radius:26px; }
  .note-card { border-radius:26px; }
  .contact-logo { width:250px; margin-bottom:54px; }
  .footer-inner { min-height:110px; flex-direction:column; align-items:flex-start; justify-content:center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation:none !important; transition:none !important; }
  .reveal { opacity:1; transform:none; }
}
