:root {
  --bg: #0e0f11;
  --bg-soft: #17191d;
  --surface: #f4f4f2;
  --surface-2: #ffffff;
  --ink: #101113;
  --muted: #6d7077;
  --line: rgba(16,17,19,.12);
  --orange: #f75d00;
  --orange-dark: #d84f00;
  --white: #fff;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(0,0,0,.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--surface);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 1000; background: #fff; padding: 12px 16px; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: rgba(14,15,17,.82);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
}
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 14px; color: #fff; text-decoration: none; font-weight: 750; letter-spacing: -.02em; }
.brand img { width: 115px; height: 45px; object-fit: contain; }
.brand-text { font-size: .98rem; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { color: rgba(255,255,255,.78); text-decoration: none; font-size: .93rem; font-weight: 650; transition: .2s ease; }
.main-nav a:hover { color: #fff; }
.main-nav .nav-cta { color: #fff; background: var(--orange); padding: 11px 15px; border-radius: 999px; }
.main-nav .nav-cta:hover { background: #ff6d19; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.nav-toggle span { display: block; height: 2px; margin: 6px 0; background: #fff; border-radius: 2px; }

.hero { min-height: 760px; height: 92vh; max-height: 980px; position: relative; display: flex; align-items: center; overflow: hidden; background: #111; }
.hero-media { position: absolute; inset: 0; background: url('assets/images/hero.jpg') center 46%/cover no-repeat; transform: scale(1.02); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,10,12,.88) 0%, rgba(9,10,12,.74) 41%, rgba(9,10,12,.24) 70%, rgba(9,10,12,.30) 100%), linear-gradient(0deg, rgba(9,10,12,.64), transparent 45%); }
.hero-content { position: relative; z-index: 2; color: #fff; padding-top: 92px; }
.eyebrow { margin: 0 0 18px; font-size: .77rem; letter-spacing: .18em; font-weight: 800; color: #ff8b4a; }
.eyebrow.dark { color: var(--orange); }
.hero h1 { margin: 0; max-width: 820px; font-size: clamp(4rem, 8.5vw, 7.7rem); line-height: .88; letter-spacing: -.065em; font-weight: 850; }
.hero h1 span { color: var(--orange); }
.hero-copy { max-width: 670px; margin: 28px 0 0; color: rgba(255,255,255,.78); font-size: clamp(1.05rem, 1.6vw, 1.28rem); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 20px; border-radius: 999px; text-decoration: none; font-weight: 750; }
.btn-primary { background: var(--orange); color: #fff; }
.btn-primary:hover { background: #ff6d19; }
.btn-ghost { color: #fff; border: 1px solid rgba(255,255,255,.30); background: rgba(255,255,255,.06); }
.btn-ghost:hover { background: rgba(255,255,255,.12); }
.trust-row { display: flex; gap: 26px; flex-wrap: wrap; margin-top: 64px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.17); color: rgba(255,255,255,.68); font-size: .85rem; }
.trust-row span::before { content: "•"; color: var(--orange); margin-right: 9px; }

.section { padding: 118px 0; }
.intro { background: var(--surface); }
.section-head { max-width: 760px; margin-bottom: 56px; }
.section-head h2, .support-band h2, .contact-section h2 { margin: 0; font-size: clamp(2.6rem, 5vw, 4.7rem); line-height: .96; letter-spacing: -.055em; }
.section-head > p:last-child { margin: 22px 0 0; max-width: 680px; font-size: 1.08rem; color: var(--muted); }
.section-head.split { max-width: none; display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: end; }
.section-head.split > p { margin: 0 0 5px; max-width: 520px; color: var(--muted); font-size: 1.06rem; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { min-height: 315px; position: relative; padding: 30px; background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--radius); display: flex; flex-direction: column; transition: transform .22s ease, box-shadow .22s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card.featured { background: var(--orange); color: #fff; border-color: transparent; }
.icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: #f0f0ed; font-size: 1.35rem; font-weight: 900; }
.featured .icon { background: rgba(255,255,255,.16); }
.service-card h3 { margin: 58px 0 10px; font-size: 1.42rem; letter-spacing: -.025em; }
.service-card p { margin: 0; color: var(--muted); font-size: .97rem; }
.featured p { color: rgba(255,255,255,.82); }
.card-tag { margin-top: auto; padding-top: 28px; font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 800; opacity: .66; }

.support-band { background: var(--bg); color: #fff; }
.support-layout { display: grid; grid-template-columns: 1fr .9fr; gap: 80px; align-items: center; }
.support-layout > div:first-child > p:last-child { margin: 24px 0 0; max-width: 630px; color: rgba(255,255,255,.66); font-size: 1.06rem; }
.support-actions { display: grid; gap: 12px; }
.support-button { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 26px; background: #1b1d21; border: 1px solid rgba(255,255,255,.09); border-radius: 16px; text-decoration: none; transition: .2s ease; }
.support-button:hover { transform: translateX(5px); background: #22252a; border-color: rgba(247,93,0,.55); }
.support-button strong { font-size: 1.18rem; }
.support-button span { color: #ff8b4a; font-size: .9rem; }

.team-section { background: #ececea; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.person-card { min-height: 390px; padding: 30px; background: #fff; border-radius: var(--radius); border: 1px solid var(--line); }
.person-index { font-size: .8rem; color: var(--orange); font-weight: 850; letter-spacing: .12em; }
.person-card h3 { margin: 86px 0 4px; font-size: 1.65rem; letter-spacing: -.035em; }
.role { margin: 0 0 24px; color: var(--orange); font-weight: 750; }
.person-card > p:last-child { color: var(--muted); margin: 0; }

.contact-section { background: var(--orange); color: #fff; }
.contact-section .eyebrow { color: rgba(255,255,255,.72); }
.contact-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; }
.contact-main > p:not(.eyebrow) { max-width: 630px; color: rgba(255,255,255,.80); font-size: 1.07rem; margin: 24px 0; }
.contact-links { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; margin-top: 42px; }
.contact-links a { font-size: clamp(1.5rem, 3vw, 2.25rem); font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.contact-facts { padding: 30px; border-radius: var(--radius); background: rgba(0,0,0,.13); border: 1px solid rgba(255,255,255,.18); }
.contact-facts > div { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.contact-facts > div:first-child { padding-top: 0; }
.contact-facts > div:last-child { border: 0; padding-bottom: 0; }
.contact-facts span { font-size: .72rem; letter-spacing: .14em; font-weight: 850; color: rgba(255,255,255,.64); }
.contact-facts p { margin: 8px 0 0; }

.site-footer { background: var(--bg); color: rgba(255,255,255,.66); padding: 50px 0; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; }
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-brand p { margin: 0; font-size: .9rem; }
.footer-links { display: flex; gap: 18px; }
.footer-links a { color: #fff; text-decoration: none; font-size: .9rem; }
.copyright { grid-column: 1 / -1; margin: 8px 0 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); font-size: .83rem; }

.legal-page { background: #f3f3f1; color: var(--ink); }
.legal-page .site-header { position: sticky; }
.legal-wrap { width: min(940px, calc(100% - 40px)); margin: 0 auto; padding: 70px 0 110px; }
.legal-wrap h1 { font-size: clamp(2.8rem, 6vw, 5rem); line-height: .95; letter-spacing: -.05em; margin: 0 0 42px; }
.legal-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(26px, 5vw, 56px); }
.legal-card h2 { margin-top: 2.2em; font-size: 1.45rem; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card h3 { margin-top: 1.7em; font-size: 1.12rem; }
.legal-card p, .legal-card li { color: #4f5258; }
.legal-card a { color: var(--orange-dark); }
.legal-back { display: inline-flex; margin-bottom: 28px; text-decoration: none; font-weight: 750; }

@media (max-width: 920px) {
  .brand-text { display: none; }
  .nav-toggle { display: block; }
  .main-nav { position: absolute; left: 20px; right: 20px; top: 68px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; background: rgba(20,21,24,.98); border: 1px solid rgba(255,255,255,.09); border-radius: 16px; box-shadow: 0 30px 60px rgba(0,0,0,.35); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 10px; }
  .main-nav .nav-cta { margin-top: 6px; text-align: center; }
  .service-grid, .team-grid { grid-template-columns: repeat(2, 1fr); }
  .support-layout, .contact-layout, .section-head.split { grid-template-columns: 1fr; gap: 44px; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 28px, 1180px); }
  .nav-wrap { height: 70px; }
  .brand img { width: 104px; height: auto; }
  .hero { min-height: 720px; height: auto; padding: 120px 0 70px; }
  .hero-content { padding-top: 0; }
  .hero h1 { font-size: clamp(3.35rem, 17vw, 5.5rem); }
  .hero-copy { margin-top: 24px; }
  .trust-row { margin-top: 48px; gap: 12px 20px; }
  .section { padding: 82px 0; }
  .service-grid, .team-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 280px; }
  .section-head { margin-bottom: 38px; }
  .person-card { min-height: 330px; }
  .person-card h3 { margin-top: 60px; }
  .footer-grid { grid-template-columns: 1fr; align-items: start; }
  .footer-brand { align-items: flex-start; flex-direction: column; }
}
