:root {
  --green: #103b2d;
  --green-deep: #09291f;
  --green-soft: #bfd2c8;
  --ink: #171a18;
  --muted: #68716c;
  --paper: #f3f2ed;
  --white: #fff;
  --line: #d8ddd9;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 16px; z-index: 100; transform: translateY(-150%); padding: 10px 14px; background: white; color: var(--ink); font-weight: 700; }
.skip-link:focus { transform: none; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 10; color: white; }
.header-inner { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-size: 14px; font-weight: 800; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; font-size: 12px; }
.header-link { text-decoration: none; font-size: 14px; font-weight: 750; }
.header-link:hover { color: var(--green-soft); }

.hero { position: relative; overflow: hidden; min-height: 88svh; display: grid; align-items: center; padding: 116px 0 72px; background: var(--ink); color: white; }
.hero::after { content: ""; position: absolute; inset: 0; opacity: .055; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.15) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(#000, transparent 94%); }
.hero-shape { position: absolute; right: -190px; top: -230px; width: 670px; height: 670px; border-radius: 50%; background: var(--green); filter: blur(75px); opacity: .72; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .72fr; gap: clamp(55px, 8vw, 115px); align-items: center; }
.eyebrow { margin: 0 0 22px; color: #abc4b8; font-size: 11px; font-weight: 850; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.dark { color: var(--green); }
.eyebrow.light { color: var(--green-soft); }
h1 { margin: 0; font-size: clamp(64px, 9vw, 116px); line-height: .86; letter-spacing: -.07em; font-weight: 800; }
h1 span { color: var(--green-soft); }
.role { margin: 30px 0 0; font-size: clamp(14px, 1.5vw, 17px); font-weight: 800; letter-spacing: .035em; }
.role i { padding: 0 8px; color: #6f9d88; font-style: normal; }
.intro { max-width: 660px; margin: 26px 0 0; color: #ccd1ce; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.button { display: inline-flex; gap: 10px; align-items: center; min-height: 49px; margin-top: 36px; padding: 0 22px; border-radius: 999px; background: #175b45; color: white; text-decoration: none; font-size: 14px; font-weight: 800; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: #1d7355; }
.portrait-wrap { margin: 0; }
.portrait-frame { position: relative; overflow: hidden; aspect-ratio: 4 / 5; border-radius: 40% 40% 18px 18px; background: #333; box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.portrait-frame::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.13); border-radius: inherit; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }
figcaption { display: grid; gap: 2px; padding: 16px 3px 0; }
figcaption strong { font-size: 14px; }
figcaption span { color: #aab2ae; font-size: 12px; }

.focus { padding: clamp(90px, 11vw, 145px) 0; background: var(--paper); }
.section-head { display: grid; grid-template-columns: .55fr 1fr; gap: 40px; align-items: end; }
h2 { margin: 0; max-width: 760px; font-size: clamp(40px, 5.7vw, 70px); line-height: 1; letter-spacing: -.055em; }
.focus-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 68px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.focus-grid article { min-height: 210px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.34); transition: background .2s, transform .2s; }
.focus-grid article:hover { background: white; transform: translateY(-3px); }
.focus-grid span { color: var(--green); font-size: 11px; font-weight: 850; }
.focus-grid h3 { margin: 48px 0 8px; font-size: 20px; letter-spacing: -.025em; }
.focus-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.statement { padding: clamp(90px, 12vw, 155px) 0; background: var(--green-deep); color: white; }
.statement-inner { max-width: 970px; }
blockquote { margin: 0; font-size: clamp(40px, 6.5vw, 78px); line-height: 1.05; letter-spacing: -.058em; font-weight: 680; }
.statement-inner > p:not(.eyebrow) { margin: 34px 0 0; color: #b7c7bf; font-size: 17px; }
.text-link { display: inline-flex; gap: 10px; margin-top: 34px; color: white; font-size: 14px; font-weight: 800; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 4px; }
.text-link:hover { color: var(--green-soft); }

footer { padding: 28px 0; background: var(--ink); color: #a5ada9; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; font-size: 12px; }

@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .portrait-wrap { max-width: 470px; }
  .section-head { grid-template-columns: 1fr; gap: 6px; }
  .focus-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .shell { width: min(calc(100% - 30px), var(--shell)); }
  .brand > span:last-child { display: none; }
  .hero { padding-top: 108px; }
  h1 { font-size: clamp(56px, 19vw, 82px); }
  .role i { padding: 0 3px; }
  .portrait-wrap { max-width: 100%; }
  .focus-grid { grid-template-columns: 1fr; }
  .focus-grid article { min-height: 170px; }
  .focus-grid h3 { margin-top: 34px; }
  .footer-inner { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
