:root {
  --ink: #17342d;
  --ink-deep: #10251f;
  --paper: #f5f0e7;
  --paper-light: #fffdf8;
  --accent: #e7a96f;
  --accent-dark: #c98148;
  --sage: #a8b9a7;
  --line: rgba(23, 52, 45, 0.16);
  --muted: #64726d;
  --white: #fff;
  --error: #b43b35;
  --success: #1c6a4f;
  --shadow: 0 24px 70px rgba(20, 44, 37, 0.13);
  --radius-lg: 32px;
  --radius-md: 20px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper-light);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

button, input, select, textarea { font: inherit; }
a { color: inherit; }
svg { display: block; }

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--ink-deep);
  border-radius: 10px;
  transform: translateY(-150%);
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  color: var(--white);
  transition: background-color .25s ease, box-shadow .25s ease;
}

.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 10px 35px rgba(14, 37, 31, .08);
  backdrop-filter: blur(12px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}

.brand-symbol {
  display: grid;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  padding: 8px 6px;
  place-items: center;
  background: var(--paper-light);
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(3, 17, 13, .12);
}

.brand-symbol img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  max-width: 230px;
  gap: 1px;
  line-height: 1.05;
}

.brand-copy strong {
  font-size: 15px;
  font-weight: 780;
  letter-spacing: .08em;
}

.brand-copy small {
  color: rgba(255,255,255,.58);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .055em;
  line-height: 1.2;
  text-transform: uppercase;
}

.site-header.is-scrolled .brand-symbol { box-shadow: none; }
.site-header.is-scrolled .brand-copy small { color: var(--muted); }

.hero-signature {
  display: flex;
  align-items: center;
  margin: 0 0 24px;
  gap: 14px;
  line-height: 1.25;
}

.hero-signature strong {
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
  white-space: nowrap;
}

.hero-signature span {
  max-width: 290px;
  padding-left: 14px;
  color: rgba(255,255,255,.68);
  border-left: 1px solid rgba(255,255,255,.22);
  font-size: 12px;
  font-weight: 620;
  letter-spacing: .04em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.site-nav a {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.site-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .2s ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-cta {
  padding: 11px 18px;
  color: var(--ink);
  background: var(--accent);
  border-radius: 999px;
}

.menu-button { display: none; }

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 82% 18%, rgba(231, 169, 111, .15), transparent 26%),
    linear-gradient(135deg, #18372f 0%, #10251f 70%);
}

.hero::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  top: 70px;
  right: -170px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  align-items: center;
  min-height: 760px;
  padding-top: 118px;
  padding-bottom: 70px;
  gap: clamp(50px, 7vw, 100px);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  color: rgba(255,255,255,.68);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .15em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow span {
  width: 31px;
  height: 1px;
  background: var(--accent);
}

.eyebrow.dark { color: var(--muted); }

.hero h1 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(48px, 5.6vw, 76px);
  font-weight: 560;
  letter-spacing: -.055em;
  line-height: 1.02;
}

.hero h1 em {
  display: block;
  color: var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.hero-lead {
  max-width: 650px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.74);
  font-size: 18px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  margin-top: 34px;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 13px 23px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(231, 169, 111, .55);
  outline-offset: 3px;
}

.button-accent {
  gap: 12px;
  color: var(--ink-deep);
  background: var(--accent);
  box-shadow: 0 12px 30px rgba(231,169,111,.18);
}

.button-accent:hover { background: #f0b781; }

.button-light {
  min-width: 54px;
  padding-inline: 18px;
  gap: 9px;
  color: var(--white);
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.18);
}

.button-light:hover { background: rgba(255,255,255,.15); }
.button-light svg { width: 19px; height: 19px; fill: currentColor; }

.hero-notes {
  display: flex;
  flex-wrap: wrap;
  margin: 34px 0 0;
  padding: 0;
  gap: 14px 28px;
  color: rgba(255,255,255,.66);
  font-size: 13px;
  list-style: none;
}

.hero-notes li::before {
  content: "✓";
  margin-right: 8px;
  color: var(--accent);
  font-weight: 800;
}

.hero-visual {
  position: relative;
  max-width: 480px;
  justify-self: end;
}

.building-card {
  position: relative;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 190px 190px var(--radius-lg) var(--radius-lg);
  box-shadow: 0 36px 90px rgba(0,0,0,.28);
}

.building-sky {
  position: relative;
  width: min(39vw, 455px);
  min-width: 360px;
  aspect-ratio: .85;
  overflow: hidden;
  background:
    linear-gradient(180deg, #cbd9d0 0%, #e8d4b9 65%, #c28f61 100%);
}

.sun {
  position: absolute;
  top: 16%;
  left: 17%;
  width: 70px;
  aspect-ratio: 1;
  background: rgba(255, 242, 214, .65);
  border-radius: 50%;
  box-shadow: 0 0 60px rgba(255, 239, 204, .75);
}

.building {
  position: absolute;
  bottom: 0;
  background: linear-gradient(135deg, #405a53, #19372f);
  box-shadow: inset -16px 0 35px rgba(0,0,0,.2);
}

.building::before {
  content: "";
  position: absolute;
  inset: 10% 13%;
  opacity: .7;
  background-image: radial-gradient(circle, rgba(237,205,157,.85) 0 2px, transparent 3px);
  background-size: 28px 30px;
}

.building-back {
  right: -4%;
  width: 54%;
  height: 72%;
  clip-path: polygon(18% 0, 100% 10%, 100% 100%, 0 100%);
}

.building-front {
  left: 9%;
  width: 57%;
  height: 58%;
  background: linear-gradient(145deg, #8f755d, #44382f);
  clip-path: polygon(0 12%, 89% 0, 100% 100%, 0 100%);
}

.building-lines {
  position: absolute;
  right: 19%;
  bottom: 0;
  width: 1px;
  height: 70%;
  background: rgba(255,255,255,.18);
  box-shadow: -35px 0 rgba(255,255,255,.12), -70px 0 rgba(255,255,255,.12), -105px 0 rgba(255,255,255,.12);
  transform: skew(-3deg);
}

.visual-caption {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 22px 26px;
  gap: 20px;
  color: var(--ink);
}

.visual-caption p,
.visual-caption strong { margin: 0; }
.visual-caption p { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.visual-caption strong { max-width: 170px; font-size: 16px; line-height: 1.35; text-align: right; }

.floating-note {
  position: absolute;
  display: flex;
  align-items: center;
  min-width: 168px;
  padding: 14px 17px;
  gap: 12px;
  color: var(--ink);
  background: rgba(255,253,248,.94);
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 16px;
  box-shadow: 0 14px 38px rgba(0,0,0,.15);
  backdrop-filter: blur(8px);
}

.floating-note span {
  display: grid;
  place-items: center;
  width: 34px;
  aspect-ratio: 1;
  color: var(--ink);
  background: var(--accent);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
}

.floating-note p { margin: 0; font-size: 12px; font-weight: 750; line-height: 1.35; }
.floating-note-top { top: 20%; left: -56px; }
.floating-note-bottom { right: -42px; bottom: 15%; }

.trust-metrics {
  position: relative;
  z-index: 3;
  padding: 0 0 34px;
  color: var(--ink);
  background: var(--paper);
}

.trust-metrics-grid {
  display: grid;
  grid-template-columns: .72fr .95fr 1.65fr;
  margin-top: -54px;
  overflow: hidden;
  background: var(--paper-light);
  border: 1px solid rgba(23,52,45,.12);
  border-radius: 24px;
  box-shadow: 0 20px 54px rgba(13,36,29,.12);
}

.trust-metric {
  min-width: 0;
  padding: 29px 32px;
  border-right: 1px solid var(--line);
}

.trust-metric:last-child { border-right: 0; }

.trust-metric > strong {
  display: block;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 5.5vw, 78px);
  font-weight: 400;
  letter-spacing: -.06em;
  line-height: .95;
}

.trust-metric > strong span {
  color: var(--accent-dark);
  font-size: .58em;
  vertical-align: top;
}

.trust-metric > p {
  max-width: 250px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.4;
}

.trust-metric-copy {
  display: flex;
  align-items: center;
  gap: 28px;
  background: rgba(231,169,111,.12);
}

.trust-metric-copy .metric-kicker {
  flex: 0 0 auto;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.trust-metric-copy > p {
  max-width: none;
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 560;
}

.section { padding: 116px 0; }

.section-heading {
  display: grid;
  grid-template-columns: 1fr .8fr;
  align-items: end;
  margin-bottom: 48px;
  gap: 30px 70px;
}

.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -10px; }
.section-heading h2,
.approach h2,
.contact-strip h2,
.consultation h2 {
  margin: 0;
  font-size: clamp(38px, 4.4vw, 58px);
  font-weight: 560;
  letter-spacing: -.045em;
  line-height: 1.06;
}

.section-heading > p:last-child {
  max-width: 480px;
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 17px;
}

.services { background: var(--paper); }

.service-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.service-card {
  position: relative;
  display: flex;
  grid-column: span 2;
  flex-direction: column;
  min-height: 340px;
  padding: 28px;
  overflow: hidden;
  background: rgba(255,255,255,.62);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
}

.service-card:nth-child(4) { grid-column: 2 / span 2; }
.service-card:hover {
  z-index: 1;
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(25,58,49,.11);
}

.service-card-featured {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

.service-number {
  position: absolute;
  top: 24px;
  right: 25px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
}

.service-card-featured .service-number { color: rgba(255,255,255,.5); }

.service-icon {
  display: grid;
  place-items: center;
  width: 58px;
  aspect-ratio: 1;
  margin-bottom: auto;
  color: var(--ink);
  background: var(--accent);
  border-radius: 50%;
}

.service-icon svg { width: 28px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 28px 0 10px; font-size: 22px; font-weight: 650; letter-spacing: -.02em; line-height: 1.2; }
.service-card p { margin: 0 0 24px; color: var(--muted); font-size: 14px; }
.service-card-featured p { color: rgba(255,255,255,.65); }
.service-card a { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 17px; border-top: 1px solid var(--line); font-size: 13px; font-weight: 750; text-decoration: none; }
.service-card-featured a { border-color: rgba(255,255,255,.16); }
.service-card a span { font-size: 18px; transition: transform .2s ease; }
.service-card a:hover span { transform: translate(3px, -3px); }

.approach {
  color: var(--white);
  background: var(--ink-deep);
}

.approach-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(60px, 9vw, 130px);
}

.approach-intro { position: sticky; top: 130px; align-self: start; }
.approach-intro > p:not(.eyebrow) { max-width: 450px; margin: 28px 0; color: rgba(255,255,255,.65); font-size: 17px; }
.text-link { display: inline-flex; align-items: center; gap: 14px; color: var(--accent); font-weight: 700; text-decoration: none; }
.text-link span { font-size: 24px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }

.benefit-list { margin: 0; padding: 0; list-style: none; }
.benefit-list li { display: grid; grid-template-columns: 55px 1fr; padding: 35px 0; gap: 20px; border-top: 1px solid rgba(255,255,255,.13); }
.benefit-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.13); }
.benefit-list > li > span { color: var(--accent); font-family: Georgia, serif; font-size: 18px; }
.benefit-list h3 { margin: 0 0 9px; font-size: 23px; font-weight: 600; letter-spacing: -.02em; }
.benefit-list p { max-width: 560px; margin: 0; color: rgba(255,255,255,.58); }

.programs {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 8%, rgba(231,169,111,.17), transparent 24%),
    var(--paper);
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.program-card {
  position: relative;
  min-height: 350px;
  padding: clamp(26px, 3vw, 38px);
  overflow: hidden;
  background: rgba(255,255,255,.68);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.program-card-accent {
  color: var(--white);
  background:
    radial-gradient(circle at 82% 12%, rgba(231,169,111,.25), transparent 30%),
    var(--ink);
  border-color: var(--ink);
}

.program-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 42px;
  color: var(--ink);
  background: var(--accent);
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
}

.program-card h3 {
  max-width: 460px;
  margin: 0 0 12px;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 610;
  letter-spacing: -.035em;
  line-height: 1.08;
}

.program-card > p {
  max-width: 540px;
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 14px;
}

.program-card-accent > p { color: rgba(255,255,255,.65); }

.program-card ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 8px;
  list-style: none;
}

.program-card li {
  padding: 8px 11px;
  color: var(--ink);
  background: rgba(231,169,111,.22);
  border: 1px solid rgba(201,129,72,.16);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 680;
  line-height: 1.25;
}

.program-card-accent li {
  color: rgba(255,255,255,.84);
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.12);
}

.program-note {
  max-width: 900px;
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.founder { background: var(--paper-light); }
.founder-grid {
  display: grid;
  grid-template-columns: 1fr .82fr;
  align-items: center;
  gap: clamp(42px, 7vw, 94px);
}
.founder-copy > p:not(.eyebrow) {
  max-width: 680px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 17px;
}
.founder-points {
  display: grid;
  max-width: 720px;
  margin: 30px 0;
  padding: 0;
  gap: 12px;
  list-style: none;
}
.founder-points li {
  position: relative;
  padding-left: 30px;
  color: var(--ink);
  font-weight: 580;
}
.founder-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent-dark);
  font-weight: 900;
}
.text-link-dark { color: var(--ink); }
.founder-card {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4vw, 42px);
  color: var(--white);
  background:
    radial-gradient(circle at 80% 12%, rgba(231,169,111,.22), transparent 32%),
    linear-gradient(150deg, var(--ink) 0%, var(--ink-deep) 100%);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
.founder-card::before {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -100px;
  width: 260px;
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
}
.founder-badge {
  position: relative;
  display: grid;
  max-width: 260px;
  margin-bottom: 32px;
  gap: 2px;
}
.founder-badge span {
  color: rgba(255,255,255,.52);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.founder-badge strong {
  color: var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(68px, 9vw, 118px);
  font-weight: 400;
  letter-spacing: -.06em;
  line-height: .86;
}
.founder-badge small {
  max-width: 200px;
  color: rgba(255,255,255,.66);
  font-size: 13px;
  line-height: 1.35;
  text-transform: uppercase;
}
.founder-metrics {
  position: relative;
  display: grid;
  gap: 12px;
}
.founder-metrics p {
  margin: 0;
  padding: 16px 0;
  border-top: 1px solid rgba(255,255,255,.12);
}
.founder-metrics strong {
  display: block;
  margin-bottom: 3px;
  font-size: 18px;
}
.founder-metrics span {
  display: block;
  color: rgba(255,255,255,.58);
  font-size: 13px;
  line-height: 1.45;
}

.developers {
  color: var(--white);
  background:
    radial-gradient(circle at 92% 15%, rgba(231,169,111,.18), transparent 25%),
    var(--ink-deep);
}

.developers-heading {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: end;
  margin-bottom: 42px;
  gap: 40px 80px;
}

.developers-heading h2 {
  max-width: 720px;
  margin: 16px 0 0;
  font-size: clamp(38px, 4.4vw, 58px);
  font-weight: 560;
  letter-spacing: -.045em;
  line-height: 1.06;
}

.developers-heading > p {
  max-width: 460px;
  margin: 0 0 4px;
  color: rgba(255,255,255,.62);
  font-size: 16px;
}

.developer-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.14);
  border-left: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius-md);
}

.developer-list span {
  display: grid;
  min-height: 94px;
  padding: 18px;
  place-items: center;
  color: rgba(255,255,255,.76);
  background: rgba(255,255,255,.035);
  border-right: 1px solid rgba(255,255,255,.14);
  border-bottom: 1px solid rgba(255,255,255,.14);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 2vw, 27px);
  letter-spacing: -.02em;
  text-align: center;
  transition: color .2s ease, background-color .2s ease;
}

.developer-list span:hover {
  color: var(--ink-deep);
  background: var(--accent);
}

.developer-note {
  max-width: 860px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.42);
  font-size: 11px;
}

.proof { background: var(--paper); }
.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.proof-card {
  min-height: 286px;
  padding: 28px;
  background: rgba(255,255,255,.66);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}
.proof-card span {
  display: inline-flex;
  margin-bottom: 28px;
  padding: 7px 12px;
  color: var(--ink);
  background: rgba(231,169,111,.28);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 780;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.proof-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 650;
  letter-spacing: -.025em;
  line-height: 1.18;
}
.proof-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.case-strip {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  align-items: center;
  margin-top: 16px;
  padding: clamp(24px, 4vw, 36px);
  gap: 28px;
  color: var(--white);
  background: var(--ink);
  border-radius: var(--radius-md);
}
.case-strip .eyebrow { margin-bottom: 14px; }
.case-strip h3 {
  margin: 0;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 560;
  letter-spacing: -.04em;
  line-height: 1.08;
}
.case-strip > p {
  margin: 0;
  color: rgba(255,255,255,.66);
}

.contact-strip { padding: 95px 0; background: var(--accent); }
.contact-strip-inner { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 70px; }
.contact-strip .eyebrow { margin-bottom: 16px; color: rgba(23,52,45,.65); }
.contact-strip .eyebrow span { background: var(--ink); }
.contact-strip h2 { font-size: clamp(36px, 4vw, 52px); }
.contact-strip-inner > div > p:last-child { max-width: 440px; margin: 18px 0 0; color: rgba(23,52,45,.72); }
.contact-links { display: grid; gap: 12px; }
.contact-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; min-height: 94px; padding: 17px 22px; gap: 17px; background: rgba(255,253,248,.7); border: 1px solid rgba(23,52,45,.14); border-radius: 18px; text-decoration: none; transition: background-color .2s ease, transform .2s ease; }
.contact-card:hover { background: var(--paper-light); transform: translateX(4px); }
.contact-icon { display: grid; place-items: center; width: 48px; aspect-ratio: 1; color: var(--white); background: var(--ink); border-radius: 50%; }
.contact-icon svg { width: 22px; height: 22px; fill: currentColor; }
.contact-card.phone .contact-icon svg { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.contact-card small { display: block; color: var(--muted); font-size: 12px; }
.contact-card strong { display: block; font-size: 18px; }
.contact-card b { font-size: 21px; font-weight: 400; }

.consultation {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.consultation::after {
  content: "";
  position: absolute;
  right: -200px;
  bottom: -300px;
  width: 620px;
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 50%;
}

.consultation-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .75fr 1.25fr; align-items: start; gap: clamp(50px, 8vw, 105px); }
.consultation-copy { position: sticky; top: 130px; }
.consultation-copy > p:not(.eyebrow) { max-width: 430px; margin: 26px 0; color: rgba(255,255,255,.66); font-size: 17px; }
.privacy-note { display: flex; max-width: 390px; align-items: flex-start; padding-top: 26px; gap: 13px; color: rgba(255,255,255,.52); border-top: 1px solid rgba(255,255,255,.13); font-size: 13px; }
.privacy-note svg { flex: 0 0 auto; width: 20px; fill: none; stroke: var(--accent); stroke-width: 1.6; }

.form-card { min-width: 0; padding: clamp(24px, 4vw, 46px); color: var(--ink); background: var(--paper-light); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.form-row { display: grid; min-width: 0; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 18px; }
.field { min-width: 0; margin-bottom: 20px; }
.field label { display: flex; justify-content: space-between; margin-bottom: 7px; font-size: 13px; font-weight: 750; }
.field label span { color: var(--accent-dark); }
.field label small { color: var(--muted); font-size: 11px; font-weight: 500; }
.field input, .field select, .field textarea {
  display: block;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(23,52,45,.22);
  border-radius: 12px;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.field input, .field select { height: 52px; padding: 0 15px; }
.field textarea { min-height: 108px; padding: 13px 15px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #95a09c; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--accent-dark); box-shadow: 0 0 0 4px rgba(231,169,111,.15); outline: 0; }
.field input[aria-invalid="true"], .field select[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: var(--error); }
.field-error { display: block; min-height: 18px; padding-top: 3px; color: var(--error); font-size: 11px; line-height: 1.4; }

.consent { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); cursor: pointer; font-size: 12px; line-height: 1.45; }
.consent input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 1px; accent-color: var(--ink); }
.consent a { color: var(--ink); }
.consent-error { min-height: 20px; }
.form-legal-note { margin: 0 0 8px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.form-legal-note a { color: var(--ink); font-weight: 650; }

.button-submit { position: relative; width: 100%; margin-top: 10px; color: var(--ink-deep); background: var(--accent); overflow: hidden; }
.button-submit:hover { background: #efb47e; box-shadow: 0 10px 30px rgba(201,129,72,.2); }
.button-submit:disabled { cursor: wait; opacity: .75; transform: none; }
.button-arrow { position: absolute; right: 24px; font-size: 22px; }
.spinner { display: none; width: 20px; height: 20px; border: 2px solid rgba(16,37,31,.25); border-top-color: var(--ink-deep); border-radius: 50%; animation: spin .7s linear infinite; }
.button-submit.is-loading [data-submit-text], .button-submit.is-loading .button-arrow { display: none; }
.button-submit.is-loading .spinner { display: block; }
@keyframes spin { to { transform: rotate(360deg); } }

.form-status { display: none; margin-top: 17px; padding: 14px 16px; border-radius: 12px; font-size: 13px; line-height: 1.5; }
.form-status.is-visible { display: block; }
.form-status.is-success { color: var(--success); background: rgba(28,106,79,.1); border: 1px solid rgba(28,106,79,.2); }
.form-status.is-error { color: var(--error); background: rgba(180,59,53,.08); border: 1px solid rgba(180,59,53,.18); }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-footer { padding: 46px 0 34px; color: rgba(255,255,255,.63); background: #0b1c17; font-size: 12px; }
.footer-inner { display: grid; grid-template-columns: 1fr; align-items: start; gap: 24px; }
.footer-brand { color: var(--white); }
.footer-brand .brand-symbol { width: 44px; height: 44px; padding: 7px 5px; box-shadow: none; }
.footer-brand .brand-copy small { color: rgba(255,255,255,.48); }
.footer-summary {
  max-width: 650px;
  margin: 0;
  color: rgba(255,255,255,.62);
  font-size: 14px;
}
.footer-details {
  display: grid;
  grid-template-columns: 1fr 1fr 1.15fr;
  gap: 16px;
  padding: 24px 0;
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.footer-details > div {
  display: grid;
  align-content: start;
  gap: 7px;
}
.footer-details span {
  color: rgba(255,255,255,.42);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.footer-details p,
.footer-details address {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-style: normal;
  line-height: 1.45;
}
.footer-details a,
.footer-links a { text-decoration: none; }
.footer-details a { color: var(--accent); }
.footer-links { display: flex; flex-wrap: wrap; gap: 14px 22px; }
.footer-links a:hover { color: var(--white); }
.copyright { margin: 0; color: rgba(255,255,255,.42); }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

.legal-page { background: var(--paper); }
.legal-main { width: min(calc(100% - 32px), 900px); margin-inline: auto; padding: 56px 0; }
.legal-card { padding: clamp(28px, 6vw, 72px); background: var(--paper-light); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.legal-back { display: inline-block; margin-bottom: 40px; color: var(--muted); font-size: 14px; font-weight: 700; text-decoration: none; }
.legal-back:hover { color: var(--ink); }
.legal-card h1 { max-width: 750px; margin: 0; font-size: clamp(38px, 6vw, 60px); font-weight: 560; letter-spacing: -.045em; line-height: 1.06; }
.legal-updated { margin: 16px 0 48px; color: var(--muted); font-size: 13px; }
.legal-card h2 { margin: 34px 0 9px; font-size: 20px; letter-spacing: -.015em; }
.legal-card p, .legal-card li { color: var(--muted); }
.legal-card ul, .legal-card ol { padding-left: 22px; }
.legal-card li + li { margin-top: 7px; }
.legal-card .legal-callout { padding: 18px 20px; color: var(--ink); background: rgba(231,169,111,.14); border-left: 3px solid var(--accent-dark); border-radius: 8px 14px 14px 8px; }
.legal-details { width: 100%; margin: 20px 0 28px; border-collapse: collapse; }
.legal-details th, .legal-details td { padding: 12px 10px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.legal-details th { width: 31%; color: var(--ink); font-size: 13px; }
.legal-details td { color: var(--muted); font-size: 14px; }
.legal-card a:not(.legal-back) { color: var(--ink); font-weight: 650; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; padding-top: 150px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { justify-self: center; margin-top: 10px; }
  .building-sky { width: min(72vw, 500px); }
  .hero { min-height: auto; }
  .section-heading { grid-template-columns: 1fr; }
  .service-card { grid-column: span 3; }
  .service-card:nth-child(4) { grid-column: span 3; }
  .service-card:last-child { grid-column: 2 / span 4; }
  .approach-grid, .founder-grid, .consultation-grid { grid-template-columns: 1fr; }
  .approach-intro, .consultation-copy { position: static; }
  .trust-metrics-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-metric-copy { grid-column: 1 / -1; }
  .trust-metric:nth-child(2) { border-right: 0; }
  .trust-metric-copy { border-top: 1px solid var(--line); }
  .program-grid { grid-template-columns: 1fr; }
  .program-card { min-height: auto; }
  .developers-heading { grid-template-columns: 1fr; gap: 20px; }
  .developer-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .proof-grid { grid-template-columns: 1fr; }
  .case-strip { grid-template-columns: 1fr; }
  .contact-strip-inner { grid-template-columns: 1fr; gap: 38px; }
  .footer-details { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 74px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { min-height: 70px; }
  .brand { gap: 9px; }
  .brand-symbol { width: 43px; height: 43px; padding: 7px 5px; border-radius: 12px; }
  .brand-copy strong { font-size: 13px; }
  .brand-copy { max-width: 184px; }
  .brand-copy small { font-size: 8px; letter-spacing: .035em; }
  .site-header.is-menu-open { color: var(--ink); background: var(--paper-light); }
  .site-header.is-menu-open .brand-copy small { color: var(--muted); }
  .menu-button { display: grid; width: 44px; height: 44px; padding: 11px; place-content: center; gap: 5px; color: inherit; background: transparent; border: 0; border-radius: 50%; cursor: pointer; }
  .menu-button span:not(.visually-hidden) { display: block; width: 21px; height: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
  .site-header.is-menu-open .menu-button span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .site-header.is-menu-open .menu-button span:nth-child(3) { opacity: 0; }
  .site-header.is-menu-open .menu-button span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 70px 0 auto; display: grid; padding: 24px 20px 32px; gap: 4px; color: var(--ink); background: var(--paper-light); box-shadow: 0 20px 35px rgba(14,37,31,.12); transform: translateY(-130%); opacity: 0; visibility: hidden; transition: transform .25s ease, opacity .25s ease, visibility .25s ease; }
  .site-header.is-menu-open .site-nav { transform: translateY(0); opacity: 1; visibility: visible; }
  .site-nav a { padding: 12px 8px; font-size: 16px; }
  .site-nav .nav-cta { margin-top: 10px; padding: 14px 18px; text-align: center; }
  .hero-grid { padding-top: 125px; padding-bottom: 80px; gap: 58px; }
  .hero h1 { font-size: clamp(42px, 13.2vw, 60px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-actions .button-accent { grid-column: 1 / -1; }
  .button-light { padding-inline: 13px; }
  .hero-notes { display: grid; gap: 7px; }
  .hero-visual { width: calc(100% - 20px); }
  .building-sky { width: 100%; min-width: 0; }
  .floating-note { min-width: 143px; padding: 11px; }
  .floating-note-top { left: -8px; }
  .floating-note-bottom { right: -8px; }
  .visual-caption { align-items: start; flex-direction: column; gap: 6px; }
  .visual-caption strong { text-align: left; }
  .section { padding: 82px 0; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2, .approach h2, .founder h2, .developers-heading h2, .contact-strip h2, .consultation h2 { font-size: 39px; }
  .section-heading > p:last-child { font-size: 15px; }
  .trust-metrics { padding-bottom: 16px; }
  .trust-metrics-grid { grid-template-columns: 1fr 1fr; margin-top: -26px; border-radius: 18px; }
  .trust-metric { padding: 22px 20px; }
  .trust-metric > strong { font-size: 48px; }
  .trust-metric-copy { align-items: flex-start; flex-direction: column; padding: 24px 20px; gap: 9px; }
  .trust-metric-copy > p { font-size: 13px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(4), .service-card:last-child { grid-column: auto; min-height: 310px; }
  .approach-grid { gap: 44px; }
  .benefit-list li { grid-template-columns: 42px 1fr; padding: 27px 0; gap: 12px; }
  .benefit-list h3 { font-size: 20px; }
  .founder-card { border-radius: 22px; }
  .program-card { padding: 26px 22px; }
  .program-number { margin-bottom: 30px; }
  .developer-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .developer-list span { min-height: 78px; padding: 14px 8px; }
  .proof-card { min-height: auto; }
  .contact-strip { padding: 76px 0; }
  .contact-card { padding: 14px; }
  .contact-icon { width: 43px; }
  .contact-card strong { font-size: 16px; }
  .consultation-grid { gap: 38px; }
  .form-card { border-radius: 22px; }
  .form-row { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .footer-details { grid-template-columns: 1fr; }
  .footer-links { align-items: flex-start; flex-direction: column; justify-content: initial; gap: 8px; }
}

@media (max-width: 420px) {
  .header-inner { gap: 12px; }
  .hero-signature { align-items: flex-start; flex-direction: column; gap: 7px; }
  .hero-signature span { padding-left: 0; border-left: 0; }
  .hero-actions { gap: 8px; }
  .button { padding-inline: 17px; font-size: 14px; }
  .icon-only-mobile span { display: inline; }
  .floating-note { min-width: 126px; }
  .floating-note p { font-size: 10px; }
  .service-card { padding: 24px; }
  .trust-metric { padding: 20px 14px; }
  .trust-metric > strong { font-size: 41px; }
  .trust-metric > p { font-size: 11px; }
  .developer-list span { font-size: 17px; }
}

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