:root {
  --bg: #f6f4f1;
  --surface: #ffffff;
  --surface-2: #eeeae5;
  --surface-3: #e7e1db;
  --text: #17181a;
  --muted: #5d6269;
  --subtle: #7e838a;
  --dark: #08090b;
  --dark-2: #101216;
  --dark-3: #171a20;
  --dark-text: #f7f7f4;
  --dark-muted: #b9bbc0;
  --orange: #f36a21;
  --orange-2: #ff8d49;
  --line: rgba(243, 106, 33, 0.30);
  --border: rgba(19, 21, 24, 0.12);
  --dark-border: rgba(255,255,255,0.11);
  --max: 1180px;
  --radius: 22px;
  --shadow: 0 24px 80px rgba(32,25,19,0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }

.skip-link { position: fixed; left: 12px; top: -60px; z-index: 9999; padding: 10px 14px; background: var(--orange); color: #111; border-radius: 10px; font-weight: 700; }
.skip-link:focus { top: 12px; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 96px 0; position: relative; }
.section.compact { padding: 68px 0; }
.section.alt { background: var(--dark); color: var(--dark-text); }
.section.soft { background: #eeeae5; }
.section.alt p { color: var(--dark-muted); }
.section.alt .lead { color: #dedfe1; }
.section.alt .kicker { color: #fff; }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--orange); text-transform: uppercase; letter-spacing: .16em; font-weight: 700; font-size: .78rem; margin-bottom: 16px; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--orange); box-shadow: 0 0 18px rgba(243,106,33,.55); }
h1, h2, h3, h4 { margin: 0 0 18px; line-height: 1.12; letter-spacing: -.025em; }
h1 { font-size: clamp(2.8rem, 6vw, 6.2rem); max-width: 1000px; }
h2 { font-size: clamp(2rem, 4.2vw, 4rem); max-width: 900px; }
h3 { font-size: clamp(1.25rem, 2.2vw, 1.65rem); }
p { margin: 0 0 18px; color: var(--muted); }
.lead { font-size: clamp(1.08rem, 1.8vw, 1.35rem); max-width: 780px; color: #41464d; }
.kicker { font-size: clamp(1.2rem, 2vw, 1.6rem); color: #232527; font-weight: 700; }
.accent { color: var(--orange); }
.center { text-align: center; }
.center .lead, .center h2 { margin-left: auto; margin-right: auto; }

.site-header { position: sticky; top: 0; z-index: 100; backdrop-filter: blur(18px); background: rgba(255,255,255,.91); border-bottom: 1px solid var(--border); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; min-width: 230px; }
.brand-mark { width: 40px; height: 40px; border: 2px solid var(--orange); border-radius: 12px; display: grid; place-items: center; color: var(--orange); font-size: 1.15rem; font-weight: 800; box-shadow: 0 0 22px rgba(243,106,33,.13); }
.brand-copy { line-height: 1; }
.brand-copy strong { display: block; letter-spacing: .12em; font-size: 1rem; color: #151719; }
.brand-copy span { display: block; color: var(--orange); letter-spacing: .08em; font-size: .68rem; margin-top: 5px; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { text-decoration: none; color: #383c42; font-size: .9rem; font-weight: 700; letter-spacing: .05em; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--orange); }
.nav-cta { padding: 11px 16px; border: 1px solid var(--line); border-radius: 999px; }

.hero { min-height: 760px; display: flex; align-items: center; position: relative; isolation: isolate; overflow: hidden; background: var(--dark); color: var(--dark-text); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: var(--hero-image); background-size: cover; background-position: center; z-index: -3; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,6,8,.97) 0%, rgba(5,6,8,.85) 38%, rgba(5,6,8,.40) 72%, rgba(5,6,8,.62) 100%), linear-gradient(0deg, #08090b 0%, rgba(8,9,11,.05) 30%); z-index: -2; }
.hero-content { padding: 110px 0 120px; width: min(820px, 100%); }
.hero .subtitle { font-size: clamp(1.15rem, 2vw, 1.55rem); color: #f3f3f0; font-weight: 700; margin: 12px 0 18px; }
.hero .support { max-width: 720px; font-size: clamp(1rem, 1.4vw, 1.16rem); color: #d0d1d4; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.hero-tags span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.13); background: rgba(8,9,11,.64); border-radius: 999px; color: #dedfe2; font-size: .82rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 0 20px; border-radius: 999px; text-decoration: none; font-weight: 700; border: 1px solid transparent; cursor: pointer; }
.btn-primary { background: var(--orange); color: #15100c; }
.btn-primary:hover { background: #ff7a31; }
.btn-secondary { border-color: rgba(255,255,255,.26); color: #fff; background: rgba(0,0,0,.18); }
.btn-secondary:hover { border-color: var(--orange); color: var(--orange-2); }
.section:not(.alt) .btn-secondary { border-color: rgba(23,24,26,.22); color: var(--text); background: transparent; }
.section:not(.alt) .btn-secondary:hover { color: var(--orange); border-color: var(--orange); }

.continuity-line { height: 2px; margin: 0; background: linear-gradient(90deg, transparent, var(--orange), var(--orange-2), transparent); box-shadow: 0 0 18px rgba(243,106,33,.45); opacity: .9; }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr); gap: 64px; align-items: center; }
.split.reverse .visual { order: -1; }
.visual { position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); box-shadow: var(--shadow); background: #fff; }
.section.alt .visual { border-color: var(--dark-border); background: var(--dark-2); box-shadow: 0 24px 80px rgba(0,0,0,.35); }
.visual img { width: 100%; height: 100%; object-fit: cover; }
.visual.wide img { aspect-ratio: 16/10; }
.visual::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(255,255,255,.04); }
.grid { display: grid; gap: 20px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.grid-5 { grid-template-columns: repeat(5, minmax(0,1fr)); }
.grid-6 { grid-template-columns: repeat(6, minmax(0,1fr)); }
.card { padding: 26px; border: 1px solid var(--border); border-radius: 18px; background: rgba(255,255,255,.84); min-height: 100%; box-shadow: 0 10px 35px rgba(42,34,27,.045); }
.section.alt .card { border-color: var(--dark-border); background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025)); box-shadow: none; }
.card:hover { border-color: rgba(243,106,33,.40); transform: translateY(-2px); transition: .25s ease; }
.card p:last-child { margin-bottom: 0; }
.card-code { color: var(--orange); font-size: .86rem; letter-spacing: .14em; font-weight: 800; margin-bottom: 12px; }
.card h3 { font-size: 1.2rem; }
.outcome { padding: 24px 18px; border: 1px solid var(--border); border-radius: 16px; background: #fff; text-align: center; box-shadow: 0 10px 30px rgba(42,34,27,.045); }
.outcome .icon { width: 42px; height: 42px; margin: 0 auto 14px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; color: var(--orange); font-weight: 800; }
.outcome strong { display: block; }
.inline-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.inline-list span { border: 1px solid var(--border); background: rgba(255,255,255,.8); padding: 9px 12px; border-radius: 999px; color: #41464c; font-size: .86rem; }
.section.alt .inline-list span { border-color: var(--dark-border); background: var(--dark-2); color: #dfe0e2; }
.statement-band { padding: 42px; border: 1px solid rgba(243,106,33,.28); border-radius: var(--radius); background: radial-gradient(circle at 15% 30%, rgba(243,106,33,.13), transparent 35%), linear-gradient(140deg, #16100d 0%, #0d0f13 55%, #0b0c0f 100%); color: #fff; box-shadow: var(--shadow); }
.statement-band p { color: var(--dark-muted); }
.statement-band .lead { color: #dcdde0; }
.statement-band .kicker { color: #fff; }
.statement-band strong { color: var(--orange-2); }
.foundation-card .principle { color: var(--orange); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; }
.team-card { padding: 24px; }
.team-card .role { color: var(--orange); font-weight: 700; margin-bottom: 12px; }
.team-initials { width: 58px; height: 58px; border-radius: 16px; display: grid; place-items: center; background: rgba(243,106,33,.09); border: 1px solid var(--line); color: var(--orange); font-weight: 800; margin-bottom: 18px; }
.step { position: relative; padding-left: 62px; }
.step-number { position: absolute; left: 0; top: 0; width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--line); color: var(--orange); font-weight: 800; }
.contact-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 42px; align-items: start; }
.contact-panel { padding: 30px; border-radius: 20px; border: 1px solid var(--border); background: #fff; box-shadow: 0 15px 45px rgba(42,34,27,.06); }
.contact-panel a { color: #c94f0b; }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1/-1; }
label { font-size: .86rem; font-weight: 700; color: #2c3035; }
input, select, textarea { width: 100%; border: 1px solid rgba(20,22,25,.18); border-radius: 12px; background: #fbfaf8; color: #18191b; padding: 13px 14px; outline: none; }
textarea { min-height: 150px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(243,106,33,.11); }
.checkbox { display: flex; gap: 10px; align-items: flex-start; }
.checkbox input { width: auto; margin-top: 5px; }
.checkbox label { font-weight: 400; color: var(--muted); }
.page-hero { min-height: 520px; display: flex; align-items: center; position: relative; isolation: isolate; overflow: hidden; background: var(--dark); color: #fff; }
.page-hero::before { content:""; position:absolute; inset:0; background: var(--page-image) center/cover no-repeat; z-index:-3; }
.page-hero::after { content:""; position:absolute; inset:0; background: linear-gradient(90deg, rgba(6,7,9,.96) 0%, rgba(6,7,9,.80) 58%, rgba(6,7,9,.50) 100%), linear-gradient(0deg, #08090b 0%, transparent 45%); z-index:-2; }
.page-hero-content { padding: 100px 0 92px; max-width: 840px; }
.page-hero p { color: #d5d6d8; }
.page-hero .lead { color: #dedfe1; }
.site-footer { border-top: 1px solid var(--dark-border); padding: 48px 0 28px; background: #060709; color: #fff; }
.site-footer p { color: var(--dark-muted); }
.site-footer .kicker { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 30px; }
.footer-brand { max-width: 680px; }
.footer-nav { display: flex; justify-content: flex-end; align-items: flex-start; gap: 18px; flex-wrap: wrap; }
.footer-nav a { color: #c7c8cc; text-decoration: none; font-size: .88rem; }
.footer-bottom { margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--dark-border); display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; color: #888d94; font-size: .8rem; }

@media (max-width: 1050px) {
  .grid-5 { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .grid-6 { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .split { grid-template-columns: 1fr; gap: 34px; }
  .split.reverse .visual { order: 0; }
  .contact-layout { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 72px 0; }
  .nav { min-height: 68px; }
  .brand { min-width: auto; }
  .brand-copy span { display: none; }
  .nav-links { gap: 12px; overflow-x: auto; padding-bottom: 2px; }
  .nav-links a { white-space: nowrap; font-size: .78rem; }
  .nav-cta { display: none; }
  .hero { min-height: 680px; }
  .hero-content { padding: 90px 0; }
  .hero::after { background: linear-gradient(90deg, rgba(5,6,8,.96), rgba(5,6,8,.74)), linear-gradient(0deg, #08090b, transparent 42%); }
  .grid-2, .grid-3, .grid-5, .grid-6 { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .statement-band { padding: 28px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-nav { justify-content: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}
