:root {
  --ink: #111317;
  --ink-soft: #1b1f24;
  --navy: #0b1426;
  --surface: #14213a;
  --surface-raised: #1a2944;
  --paper: #0e192d;
  --white: #ffffff;
  --orange: #ff4b16;
  --orange-dark: #d93608;
  --muted: #aeb8c8;
  --line: rgba(255, 255, 255, .13);
  --max: 1180px;
  --radius: 18px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #f4f7fb;
  background: var(--paper);
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--paper); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -4rem;
  z-index: 1000;
  background: var(--white);
  color: var(--ink);
  padding: .8rem 1rem;
  border-radius: .5rem;
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  background: rgba(11, 20, 38, .96);
  backdrop-filter: blur(12px);
}
.header-inner {
  width: min(var(--max), calc(100% - 2rem));
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.brand { display: block; width: 164px; flex: 0 0 auto; padding: .15rem .4rem; border-radius: 7px; background: var(--white); }
.brand img { width: 100%; height: 58px; object-fit: contain; }
nav { display: flex; align-items: center; gap: 1.7rem; margin-left: auto; }
nav a { text-decoration: none; font-size: .92rem; font-weight: 750; }
nav a:hover, nav a:focus-visible { color: var(--orange); }
.header-call {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-decoration: none;
  font-weight: 900;
  line-height: 1.1;
  color: var(--white);
}
.header-call span { color: var(--orange); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; margin-bottom: .25rem; }

.hero {
  color: var(--white);
  background:
    linear-gradient(115deg, transparent 0 58%, rgba(255, 75, 22, .15) 58% 64%, transparent 64%),
    var(--ink);
  padding: clamp(4rem, 7vw, 7.5rem) 1rem 5rem;
}
.hero-grid {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}
.eyebrow {
  margin: 0 0 1.1rem;
  color: var(--orange);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  text-transform: uppercase;
  letter-spacing: -.025em;
  line-height: .96;
}
h1 { margin-bottom: 1.5rem; font-size: clamp(3.4rem, 7vw, 6.6rem); }
h1 span { color: var(--orange); }
h2 { margin-bottom: 1.1rem; font-size: clamp(2.5rem, 5vw, 4.4rem); }
.hero-lead { max-width: 630px; color: #d4d7da; font-size: clamp(1.05rem, 1.6vw, 1.22rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin: 2rem 0 2.2rem; }
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  border: 0;
  border-radius: 8px;
  padding: .85rem 1.25rem;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid #71b7ff; outline-offset: 3px; }
.button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; }
.button-primary { color: var(--white); background: var(--orange); }
.button-primary:hover { background: var(--orange-dark); }
.button-secondary { color: var(--white); border: 1px solid #5d636b; background: transparent; }
.button-secondary:hover { border-color: var(--white); }
.button-light { color: var(--ink); background: var(--white); }
.trust-row { display: flex; flex-wrap: wrap; gap: .7rem 1.4rem; color: #b8bdc2; font-size: .9rem; }
.trust-row strong { color: var(--white); }
.nastf-badge { display: flex; align-items: center; gap: 1rem; width: fit-content; max-width: 100%; margin-top: 1.5rem; padding: .65rem .9rem .65rem .65rem; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; background: rgba(255,255,255,.07); }
.nastf-badge img { width: 145px; height: auto; flex: 0 0 auto; border-radius: 5px; background: var(--white); }
.nastf-badge div { display: flex; flex-direction: column; gap: .2rem; }
.nastf-badge strong { color: var(--white); font-size: .86rem; }
.nastf-badge span { color: #aeb8c8; font-size: .75rem; line-height: 1.35; }

.hero-visual { position: relative; padding: 0 0 2.5rem 1.5rem; }
.key-stage {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  overflow: hidden;
  min-height: 480px;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 52% 46%, rgba(255, 75, 22, .3), rgba(255, 75, 22, .05) 38%, transparent 65%),
    linear-gradient(145deg, #1a1e24, #0b0d11);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .42);
}
.key-stage::before,
.key-stage::after { content: ""; position: absolute; inset: auto; z-index: -1; border: 1px solid rgba(255, 255, 255, .08); border-radius: 50%; }
.key-stage::before { width: 380px; height: 380px; }
.key-stage::after { width: 510px; height: 510px; }
.key-glow { position: absolute; width: 260px; height: 260px; border-radius: 50%; background: rgba(255, 75, 22, .28); filter: blur(55px); }
.bouncing-key { position: relative; z-index: 2; width: min(72%, 390px); height: auto; filter: drop-shadow(0 24px 22px rgba(0, 0, 0, .42)); animation: key-bounce 3.1s ease-in-out infinite; }
.key-shadow { position: absolute; z-index: 1; bottom: 52px; width: 160px; height: 25px; border-radius: 50%; background: rgba(0, 0, 0, .55); filter: blur(9px); animation: shadow-pulse 3.1s ease-in-out infinite; }
@keyframes key-bounce {
  0%, 100% { transform: translateY(8px) rotate(-5deg); }
  50% { transform: translateY(-20px) rotate(2deg); }
}
@keyframes shadow-pulse {
  0%, 100% { transform: scaleX(1); opacity: .6; }
  50% { transform: scaleX(.72); opacity: .28; }
}
.availability-card {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 1.5rem;
  bottom: 0;
  padding: 1.2rem 1.3rem;
  border-left: 5px solid var(--orange);
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 16px 38px rgba(0, 0, 0, .25);
}
.availability-card span { display: block; color: var(--orange-dark); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; margin-bottom: .3rem; }
.availability-card strong { font-size: .96rem; }

.quick-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(var(--max), calc(100% - 2rem));
  margin: -1px auto 0;
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}
.quick-strip div { position: relative; min-height: 132px; padding: 2rem 2.2rem 1.7rem 4.8rem; border-right: 1px solid var(--line); }
.quick-strip div:last-child { border-right: 0; }
.quick-strip span { position: absolute; left: 1.7rem; top: 2rem; color: var(--orange); font-size: .78rem; font-weight: 900; }
.quick-strip strong, .quick-strip small { display: block; }
.quick-strip strong { font-size: 1rem; margin-bottom: .45rem; }
.quick-strip small { color: var(--muted); font-size: .84rem; line-height: 1.4; }

.section { width: min(var(--max), calc(100% - 2rem)); margin: 0 auto; padding: clamp(5rem, 9vw, 8rem) 0; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 4rem; align-items: end; margin-bottom: 3rem; }
.section-heading h2 { max-width: 700px; margin-bottom: 0; }
.section-heading > p { max-width: 510px; margin-bottom: .4rem; color: var(--muted); line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.service-card { min-height: 330px; display: flex; flex-direction: column; padding: 2rem; background: var(--surface); }
.service-card.featured { color: var(--white); background: linear-gradient(145deg, #172641, #0b1426); }
.service-number { color: var(--orange); font-size: .78rem; font-weight: 900; }
.service-card h3 { margin: 4.6rem 0 .9rem; font-size: 1.3rem; line-height: 1.2; }
.service-card p { color: var(--muted); line-height: 1.58; }
.service-card.featured p { color: #c7cbd0; }
.service-card a { margin-top: auto; color: var(--orange); font-weight: 850; text-decoration: none; }
.service-card.featured a { color: var(--orange); }

.proof { border-top: 1px solid var(--line); }
.proof-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(3rem, 7vw, 7rem); align-items: end; margin-bottom: 3rem; }
.proof-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; line-height: 1.75; }
.check-list { list-style: none; padding: 0; margin: 2rem 0 0; display: grid; gap: 1rem; }
.check-list li { display: flex; align-items: center; gap: .8rem; font-weight: 750; }
.check-list span { width: 1.7rem; height: 1.7rem; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--white); background: var(--orange); }
.full-photo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.full-photo-grid figure { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: 0 14px 40px rgba(0, 0, 0, .18); }
.full-photo-grid img { width: 100%; height: auto; object-fit: contain; background: #e8eaec; }
.full-photo-grid figcaption { display: flex; flex-direction: column; gap: .25rem; padding: 1.15rem 1.25rem 1.3rem; border-top: 4px solid var(--orange); }
.full-photo-grid figcaption strong { font-size: 1rem; }
.full-photo-grid figcaption span { color: var(--muted); font-size: .88rem; line-height: 1.4; }

.motion-ready .reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.motion-ready .reveal.reveal-visible { opacity: 1; transform: translateY(0); }
.motion-ready .service-card.reveal:nth-child(2) { transition-delay: .08s; }
.motion-ready .service-card.reveal:nth-child(3) { transition-delay: .16s; }
.motion-ready .service-card.reveal:nth-child(4) { transition-delay: .24s; }
.service-card, .full-photo-grid figure { transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover, .full-photo-grid figure:hover { transform: translateY(-6px); box-shadow: 0 20px 45px rgba(0, 0, 0, .28); }

.workshop-band { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 560px; color: var(--white); background: var(--ink); }
.workshop-copy { padding: clamp(4rem, 8vw, 8rem) clamp(2rem, 6vw, 6rem); align-self: center; }
.workshop-copy p:not(.eyebrow) { color: #c7cbd0; line-height: 1.7; }
.workshop-band img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; }

.request-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.request-intro { position: sticky; top: 120px; }
.request-intro > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; }
.direct-call { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.direct-call span { display: block; color: var(--muted); font-size: .9rem; }
.direct-call a { display: inline-block; margin-top: .25rem; color: var(--orange); font-family: "Arial Narrow", Impact, sans-serif; font-size: 2.2rem; font-weight: 900; text-decoration: none; }
.request-form { display: grid; gap: 1.2rem; padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid var(--line); border-top: 6px solid var(--orange); background: var(--surface); box-shadow: 0 20px 60px rgba(0, 0, 0, .22); }
.field-row { display: grid; grid-template-columns: .65fr 1.35fr; gap: 1rem; }
label { display: grid; gap: .5rem; font-size: .9rem; font-weight: 800; }
input, select { width: 100%; min-height: 52px; border: 1px solid #c7cbd0; border-radius: 7px; padding: .8rem .9rem; color: var(--ink); background: #fbfbfc; font-size: 1rem; }
input::placeholder { color: #92979d; }
.form-submit { width: 100%; margin-top: .4rem; }
.form-submit span { font-size: 1.25rem; }
.form-note { margin: -.2rem 0 0; color: var(--muted); font-size: .78rem; line-height: 1.45; text-align: center; }
.form-status { min-height: 1.3rem; margin: 0; color: var(--orange); font-weight: 750; text-align: center; }

.service-area { display: grid; grid-template-columns: 1.1fr 1fr auto; gap: 3rem; align-items: center; padding: clamp(4rem, 7vw, 6.5rem) max(1rem, calc((100vw - var(--max)) / 2)); color: var(--white); background: var(--orange); }
.service-area .eyebrow { color: var(--ink); }
.service-area h2 { margin-bottom: 0; font-size: clamp(2.4rem, 4vw, 4rem); }
.area-list { display: flex; flex-wrap: wrap; gap: .55rem; }
.area-list span { padding: .55rem .75rem; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; font-size: .9rem; font-weight: 750; }

footer { padding: 4.5rem 1rem 6.5rem; color: #c7cbd0; background: #090a0c; }
.footer-grid { width: min(var(--max), 100%); margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 4rem; }
.footer-brand img { width: 180px; height: 118px; object-fit: contain; background: var(--white); border-radius: 4px; }
.footer-brand p { max-width: 320px; margin-top: 1.2rem; line-height: 1.6; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: .65rem; }
.footer-grid strong { color: var(--white); margin-bottom: .5rem; }
.footer-grid a { text-decoration: none; }
.footer-grid a:hover { color: var(--orange); }
.footer-bottom { width: min(var(--max), 100%); margin: 3.5rem auto 0; padding-top: 1.5rem; display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid #272b30; color: #7f858c; font-size: .84rem; }
.mobile-action-bar { display: none; }

@media (max-width: 980px) {
  nav { display: none; }
  .hero-grid, .proof-intro, .request-section { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { max-width: 760px; }
  .quick-strip { width: 100%; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading { grid-template-columns: 1fr; gap: 1rem; }
  .workshop-band { grid-template-columns: 1fr 1fr; }
  .request-intro { position: static; }
  .service-area { grid-template-columns: 1fr 1fr; }
  .service-area .button { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 680px) {
  body { padding-bottom: 68px; }
  .header-inner { min-height: 66px; }
  .brand { width: 135px; }
  .brand img { height: 48px; }
  .header-call { display: none; }
  .hero { padding-top: 3.5rem; }
  h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trust-row { display: grid; gap: .55rem; }
  .hero-visual { padding-left: 0; }
  .key-stage { min-height: 390px; }
  .key-stage::after { width: 420px; height: 420px; }
  .availability-card { right: .8rem; }
  .quick-strip { grid-template-columns: 1fr; }
  .quick-strip div { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-strip div:last-child { border-bottom: 0; }
  .section { width: min(var(--max), calc(100% - 2rem)); padding: 5rem 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 285px; }
  .service-card h3 { margin-top: 3.5rem; }
  .full-photo-grid { grid-template-columns: 1fr; }
  .workshop-band { grid-template-columns: 1fr; }
  .workshop-band img { min-height: 380px; }
  .request-section { gap: 2.5rem; }
  .field-row { grid-template-columns: 1fr; }
  .service-area { grid-template-columns: 1fr; gap: 2rem; }
  .service-area .button { grid-column: auto; width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-bottom { flex-direction: column; }
  .mobile-action-bar {
    position: fixed;
    z-index: 200;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 68px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    padding: .55rem;
    padding-bottom: max(.55rem, env(safe-area-inset-bottom));
    background: var(--ink);
    box-shadow: 0 -10px 30px rgba(0,0,0,.22);
  }
  .mobile-action-bar a { display: grid; place-items: center; border-radius: 7px; color: var(--white); background: var(--orange); font-weight: 900; text-decoration: none; }
  .mobile-action-bar a:last-child { color: var(--ink); background: var(--white); }
}

@media (max-width: 420px) {
  .nastf-badge { align-items: flex-start; flex-direction: column; }
  .nastf-badge img { width: 132px; }
}

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