/* ============================================================
   ADA WEB DIVISION 2.0 — HOMEPAGE
   Evidence-led commercial architecture built from the 2026
   competitor review and ADA's new offer logic.
   ============================================================ */

:root {
  --web-accent: #8bbcff;
  --web-accent-strong: #5f9fff;
  --web-accent-soft: rgba(95, 159, 255, 0.16);
  --surface-1: #050505;
  --surface-2: #0a0a0a;
  --surface-3: #101010;
  --line-soft: rgba(255,255,255,0.11);
  --content-max: 1180px;
}

body {
  background:
    radial-gradient(circle at 78% 8%, rgba(95,159,255,0.12), transparent 24rem),
    radial-gradient(circle at 10% 28%, rgba(255,255,255,0.05), transparent 24rem),
    var(--surface-1);
}

main { position: relative; z-index: 1; }

.home-shell { max-width: var(--content-max); margin: 0 auto; padding-inline: var(--space-3); }
.home-section { padding: 92px 0; }
.home-section.compact { padding: 56px 0; }
.home-section-header { max-width: 760px; margin-bottom: 36px; }
.home-section-header.centered { margin-inline: auto; text-align: center; }
.home-section-header .eyebrow { display: block; margin-bottom: 12px; }
.home-section-header p { margin-top: 16px; }

.web-accent { color: var(--web-accent); }
.web-kicker {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 8px 12px; border: 1px solid var(--line-soft);
  border-radius: var(--radius-pill); color: var(--color-white-80);
  font-size: var(--text-xs); letter-spacing: .08em; text-transform: uppercase;
  background: rgba(255,255,255,.03);
}
.web-kicker-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--web-accent); box-shadow: 0 0 18px var(--web-accent); }

/* HERO */
.home-hero { min-height: 100vh; padding: 118px 0 60px; display: flex; align-items: center; }
.hero-v2-grid { display: grid; grid-template-columns: 1fr; gap: 34px; align-items: center; }
.hero-v2-copy { max-width: 700px; }
.hero-v2-copy .web-kicker { margin-bottom: 24px; }
.hero-v2-title { font-size: clamp(3rem, 9vw, 6.7rem); line-height: .96; letter-spacing: -.065em; max-width: 850px; }
.hero-v2-title .hero-soft { color: var(--color-white-60); }
.hero-v2-lede { max-width: 670px; margin-top: 24px; font-size: clamp(1rem, 2vw, 1.25rem); color: var(--color-white-80); line-height: 1.55; }
.hero-v2-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-primary {
  background: var(--color-white); color: #050505; padding: 13px 20px;
  border-radius: var(--radius-pill); font-size: var(--text-sm); font-weight: 600;
  display: inline-flex; align-items: center; gap: 10px;
}
.hero-secondary {
  padding: 13px 20px; border: 1px solid var(--line-soft); border-radius: var(--radius-pill);
  font-size: var(--text-sm); color: var(--color-white-90); background: rgba(255,255,255,.035);
}
.hero-proofline { display: flex; flex-wrap: wrap; gap: 9px 18px; margin-top: 25px; color: var(--color-white-50); font-size: var(--text-xs); }
.hero-proofline span { display: inline-flex; align-items: center; gap: 7px; }
.hero-proofline span::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--web-accent); }

.hero-v2-visual { position: relative; min-height: 520px; }
.hero-photo-card { position: absolute; inset: 0; border-radius: 32px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); background: #111; box-shadow: 0 40px 100px rgba(0,0,0,.5); }
.hero-photo-card img { width: 100%; height: 100%; object-fit: cover; object-position: center 23%; filter: saturate(.85) contrast(1.03); }
.hero-photo-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.12) 48%, rgba(0,0,0,.72)); }
.hero-overlay-card { position: absolute; z-index: 3; background: rgba(8,8,8,.70); border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-radius: 18px; padding: 15px; box-shadow: 0 18px 42px rgba(0,0,0,.24); }
.hero-overlay-card.top { top: 22px; right: 22px; max-width: 220px; }
.hero-overlay-card.bottom { left: 22px; right: 22px; bottom: 22px; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.hero-overlay-card strong { display: block; font-size: .85rem; margin-bottom: 4px; }
.hero-overlay-card p, .hero-overlay-card span { font-size: .72rem; color: var(--color-white-60); line-height: 1.45; }
.hero-status { display: flex; gap: 8px; align-items: center; color: var(--color-white-80); font-size: .75rem; }
.hero-status::before { content: ''; width: 7px; height: 7px; background: var(--web-accent); border-radius: 50%; box-shadow: 0 0 12px rgba(95,159,255,.7); }

/* TRUST / PRINCIPLES */
.principle-strip { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line-soft); border-radius: 22px; overflow: hidden; background: rgba(255,255,255,.025); }
.principle { padding: 20px; min-height: 110px; border-bottom: 1px solid var(--line-soft); }
.principle:nth-child(odd) { border-right: 1px solid var(--line-soft); }
.principle:nth-last-child(-n+2) { border-bottom: 0; }
.principle strong { display: block; font-size: .95rem; margin-bottom: 7px; }
.principle span { color: var(--color-white-50); font-size: .78rem; line-height: 1.5; }

/* PROBLEMS */
.problem-grid, .path-grid, .audience-grid, .standard-grid, .access-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.problem-card, .path-card, .standard-card, .access-card {
  position: relative; border: 1px solid var(--line-soft); border-radius: 22px; background: rgba(255,255,255,.025); overflow: hidden;
}
.problem-card { padding: 24px; }
.problem-number { font-size: .72rem; color: var(--web-accent); letter-spacing: .12em; margin-bottom: 24px; }
.problem-card h3 { font-size: 1.18rem; margin-bottom: 10px; }
.problem-card p { color: var(--color-white-60); font-size: .85rem; line-height: 1.6; }

/* PATHS */
.path-card { padding: 25px; min-height: 235px; display: flex; flex-direction: column; }
.path-card:hover { border-color: rgba(139,188,255,.4); background: rgba(139,188,255,.045); }
.path-label { font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: var(--web-accent); }
.path-card h3 { margin: auto 0 10px; font-size: 1.38rem; }
.path-card p { color: var(--color-white-60); font-size: .82rem; line-height: 1.55; }
.path-arrow { margin-top: 18px; font-size: .8rem; color: var(--color-white-80); }

/* GUIDED CHECK */
.check-shell { display: grid; grid-template-columns: 1fr; border: 1px solid var(--line-soft); border-radius: 28px; overflow: hidden; background: linear-gradient(135deg, rgba(139,188,255,.065), rgba(255,255,255,.018)); }
.check-intro { padding: 30px; border-bottom: 1px solid var(--line-soft); }
.check-intro h2 { font-size: clamp(2rem, 5vw, 3.5rem); line-height: 1.02; letter-spacing: -.045em; margin: 15px 0; }
.check-intro p { color: var(--color-white-60); line-height: 1.65; font-size: .88rem; max-width: 560px; }
.check-note { margin-top: 20px; padding: 12px 14px; border-radius: 14px; background: rgba(255,255,255,.04); color: var(--color-white-50); font-size: .72rem; line-height: 1.5; }
.check-panel { padding: 30px; }
.check-form { display: grid; gap: 17px; }
.form-field label { display: block; font-size: .75rem; color: var(--color-white-70); margin-bottom: 8px; }
.form-field input, .form-field select {
  width: 100%; border: 1px solid var(--line-soft); color: var(--color-white); background: rgba(0,0,0,.42); border-radius: 13px; padding: 13px 14px; font: inherit; font-size: .85rem;
}
.form-field select option { background: #111; }
.check-submit { width: 100%; padding: 14px 18px; border-radius: 13px; background: var(--color-white); color: #050505; font-weight: 600; }
.check-result { display: none; margin-top: 20px; padding: 20px; border: 1px solid rgba(139,188,255,.25); border-radius: 17px; background: rgba(139,188,255,.07); }
.check-result.visible { display: block; }
.check-result .result-label { color: var(--web-accent); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.check-result h3 { font-size: 1.3rem; margin: 8px 0; }
.check-result p { font-size: .82rem; color: var(--color-white-70); line-height: 1.6; }
.check-result ul { margin: 14px 0 0; padding-left: 18px; color: var(--color-white-60); font-size: .78rem; line-height: 1.7; }

/* AUDIENCES */
.audience-card { position: relative; min-height: 390px; border-radius: 24px; overflow: hidden; border: 1px solid var(--line-soft); background: #101010; }
.audience-card img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; filter: saturate(.8) brightness(.72); transition: transform .6s var(--ease-standard); }
.audience-card:hover img { transform: scale(1.035); }
.audience-card::after { content:''; position:absolute; inset:0; background: linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.2) 35%,rgba(0,0,0,.88)); }
.audience-copy { position:absolute; z-index:2; left:22px; right:22px; bottom:22px; }
.audience-copy .eyebrow { color: var(--web-accent); margin-bottom: 8px; }
.audience-copy h3 { font-size: 1.45rem; margin-bottom: 8px; }
.audience-copy p { font-size: .8rem; color: var(--color-white-70); line-height: 1.5; }

/* CASE INTELLIGENCE */
.case-shell { border: 1px solid var(--line-soft); border-radius: 28px; background: rgba(255,255,255,.022); padding: 30px; }
.case-grid { display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 28px; }
.case-stage { border-top: 1px solid var(--line-soft); padding-top: 16px; }
.case-stage span { color: var(--web-accent); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.case-stage h3 { margin: 8px 0; font-size: 1.05rem; }
.case-stage p { color: var(--color-white-55, rgba(255,255,255,.55)); font-size: .8rem; line-height: 1.6; }
.case-empty { margin-top: 24px; padding: 14px 16px; border-radius: 14px; background: rgba(255,255,255,.035); color: var(--color-white-50); font-size: .75rem; line-height: 1.55; }

/* STANDARD */
.standard-card { padding: 22px; min-height: 170px; }
.standard-card .standard-index { font-size: .68rem; color: var(--web-accent); letter-spacing: .1em; }
.standard-card h3 { margin: 20px 0 8px; font-size: 1rem; }
.standard-card p { color: var(--color-white-55, rgba(255,255,255,.55)); font-size: .77rem; line-height: 1.55; }

/* ACCESS */
.access-card { padding: 26px; }
.access-card.featured { background: linear-gradient(145deg, rgba(139,188,255,.11), rgba(255,255,255,.025)); border-color: rgba(139,188,255,.3); }
.access-card .access-tag { color: var(--web-accent); font-size: .67rem; text-transform: uppercase; letter-spacing: .1em; }
.access-card h3 { font-size: 1.55rem; margin: 16px 0 10px; }
.access-card > p { color: var(--color-white-60); font-size: .82rem; line-height: 1.55; }
.access-list { margin: 20px 0 0; padding: 0; list-style: none; display: grid; gap: 9px; }
.access-list li { color: var(--color-white-70); font-size: .78rem; display: flex; gap: 9px; }
.access-list li::before { content: '•'; color: var(--web-accent); }
.access-cta { display: inline-flex; margin-top: 22px; font-size: .78rem; color: var(--color-white-90); }

/* OWNERSHIP */
.ownership-shell { display: grid; grid-template-columns: 1fr; gap: 18px; align-items: center; border: 1px solid var(--line-soft); border-radius: 28px; padding: 30px; background: linear-gradient(145deg, rgba(255,255,255,.03), rgba(139,188,255,.055)); }
.ownership-copy h2 { font-size: clamp(2rem, 5vw, 3.5rem); letter-spacing: -.045em; line-height: 1.04; margin: 12px 0 16px; }
.ownership-copy p { color: var(--color-white-60); line-height: 1.65; font-size: .86rem; }
.asset-record { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.asset-record div { padding: 15px; border: 1px solid var(--line-soft); border-radius: 14px; background: rgba(0,0,0,.24); }
.asset-record strong { display:block; font-size: .8rem; margin-bottom: 4px; }
.asset-record span { font-size: .68rem; color: var(--color-white-50); }

/* LOCAL STORY */
.local-shell { position: relative; border-radius: 28px; overflow: hidden; border: 1px solid var(--line-soft); min-height: 480px; background: #0b0b0b; }
.local-shell::before { content:''; position:absolute; inset:0; background: radial-gradient(circle at 80% 20%, rgba(139,188,255,.18), transparent 22rem), linear-gradient(135deg,#0c0c0c,#050505); }
.local-copy { position: relative; z-index: 2; max-width: 760px; padding: 40px 30px; }
.local-copy h2 { font-size: clamp(2.4rem, 7vw, 5rem); line-height: .98; letter-spacing: -.055em; margin: 16px 0 18px; }
.local-copy p { color: var(--color-white-60); font-size: .9rem; line-height: 1.65; max-width: 620px; }
.local-points { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.local-points span { padding: 9px 12px; border: 1px solid var(--line-soft); border-radius: var(--radius-pill); font-size: .72rem; color: var(--color-white-70); }

/* FINAL CTA */
.home-final { padding: 90px 0 110px; text-align: center; }
.home-final h2 { max-width: 880px; margin: 0 auto; font-size: clamp(2.4rem, 7vw, 5.5rem); line-height: .98; letter-spacing: -.055em; }
.home-final p { max-width: 600px; margin: 20px auto 26px; color: var(--color-white-60); line-height: 1.6; }
.home-final-actions { display:flex; flex-wrap:wrap; gap:12px; justify-content:center; }

@media (min-width: 680px) {
  .problem-grid { grid-template-columns: repeat(2,1fr); }
  .path-grid { grid-template-columns: repeat(2,1fr); }
  .standard-grid { grid-template-columns: repeat(2,1fr); }
  .access-grid { grid-template-columns: repeat(2,1fr); }
  .audience-grid { grid-template-columns: repeat(2,1fr); }
  .case-grid { grid-template-columns: repeat(3,1fr); }
}

@media (min-width: 1024px) {
  .home-shell { padding-inline: 24px; }
  .hero-v2-grid { grid-template-columns: 1.12fr .88fr; gap: 54px; }
  .hero-v2-visual { min-height: 650px; }
  .principle-strip { grid-template-columns: repeat(4,1fr); }
  .principle { border-bottom: 0; border-right: 1px solid var(--line-soft); }
  .principle:last-child { border-right: 0; }
  .problem-grid { grid-template-columns: repeat(4,1fr); }
  .path-grid { grid-template-columns: repeat(5,1fr); }
  .check-shell { grid-template-columns: 1fr 1fr; }
  .check-intro { padding: 46px; border-bottom: 0; border-right: 1px solid var(--line-soft); }
  .check-panel { padding: 46px; }
  .audience-grid { grid-template-columns: repeat(4,1fr); }
  .standard-grid { grid-template-columns: repeat(4,1fr); }
  .access-grid { grid-template-columns: repeat(3,1fr); }
  .ownership-shell { grid-template-columns: 1.08fr .92fr; padding: 46px; }
  .local-copy { padding: 62px; }
}

@media (max-width: 560px) {
  .hero-v2-visual { min-height: 500px; }
  .hero-overlay-card.bottom { grid-template-columns: 1fr; left: 14px; right: 14px; bottom: 14px; }
  .hero-overlay-card.top { top: 14px; right: 14px; }
  .principle-strip { grid-template-columns: 1fr; }
  .principle, .principle:nth-child(odd), .principle:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid var(--line-soft); }
  .principle:last-child { border-bottom: 0; }
  .asset-record { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .audience-card img { transition: none; }
}

/* ============================================================
   VISUAL RHYTHM — ADA WEB 2.1
   The first preview leaned too heavily on pure black. These
   section tones preserve the premium dark identity while adding
   brighter editorial surfaces and stronger visual pacing.
   ============================================================ */
:root {
  --surface-1: #080c12;
  --surface-2: #0d131c;
  --surface-3: #131b26;
  --ink-1: #0b1220;
  --ink-2: #3f4b5e;
  --paper: #f5f7fb;
  --paper-blue: #edf4ff;
  --paper-line: #d9e2ef;
}

body {
  background:
    radial-gradient(circle at 78% 7%, rgba(95,159,255,.18), transparent 26rem),
    radial-gradient(circle at 12% 31%, rgba(126,167,255,.08), transparent 24rem),
    #080c12;
}

.home-hero {
  position: relative;
  background:
    radial-gradient(circle at 82% 25%, rgba(96,159,255,.16), transparent 28rem),
    linear-gradient(180deg, #06090e 0%, #0a0f17 100%);
}
.home-hero::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(139,188,255,.28), transparent);
}
.hero-v2-title .hero-soft { color: #91bfff; }

.home-band { position: relative; isolation: isolate; }
.home-band::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

.home-band-glass::before {
  background: linear-gradient(180deg, #0b121d 0%, #101a29 100%);
}

.home-band-dark::before {
  background:
    radial-gradient(circle at 82% 16%, rgba(84,147,255,.13), transparent 22rem),
    linear-gradient(180deg, #101722 0%, #0b1119 100%);
}

.home-band-blue::before {
  background:
    radial-gradient(circle at 18% 15%, rgba(110,170,255,.20), transparent 26rem),
    linear-gradient(135deg, #0c1a2c 0%, #102a47 58%, #0d1724 100%);
}

.home-band-sky::before {
  background: linear-gradient(180deg, #dcecff 0%, #eef5ff 100%);
}

.home-band-light,
.home-band-blue-soft,
.home-band-soft { color: var(--ink-1); }
.home-band-light::before { background: var(--paper); }
.home-band-blue-soft::before {
  background:
    radial-gradient(circle at 15% 25%, rgba(79,145,255,.14), transparent 22rem),
    linear-gradient(180deg, #eaf2ff 0%, #f7faff 100%);
}
.home-band-soft::before {
  background:
    radial-gradient(circle at 85% 18%, rgba(65,137,255,.14), transparent 24rem),
    linear-gradient(180deg, #eef5ff 0%, #f8fbff 100%);
}

.home-band-light .eyebrow,
.home-band-blue-soft .eyebrow,
.home-band-soft .eyebrow,
.home-band-sky .eyebrow { color: #4876b6; }
.home-band-light .home-section-header p,
.home-band-blue-soft .home-section-header p,
.home-band-soft .home-section-header p,
.home-band-sky .home-section-header p,
.home-band-light .body-text-lg,
.home-band-blue-soft .body-text-lg,
.home-band-soft .body-text-lg,
.home-band-sky .body-text-lg { color: #4a596d; }
.home-band-light h1,.home-band-light h2,.home-band-light h3,
.home-band-blue-soft h1,.home-band-blue-soft h2,.home-band-blue-soft h3,
.home-band-soft h1,.home-band-soft h2,.home-band-soft h3,
.home-band-sky h1,.home-band-sky h2,.home-band-sky h3 { color: var(--ink-1); }

.home-band-light .problem-card,
.home-band-light .access-card,
.home-band-blue-soft .standard-card {
  background: rgba(255,255,255,.86);
  border-color: var(--paper-line);
  box-shadow: 0 18px 45px rgba(21,45,79,.06);
}
.home-band-light .problem-card p,
.home-band-light .access-card > p,
.home-band-light .access-list li,
.home-band-blue-soft .standard-card p { color: #536176; }
.home-band-light .problem-card:hover,
.home-band-light .access-card:hover,
.home-band-blue-soft .standard-card:hover {
  border-color: rgba(83,139,222,.48);
  box-shadow: 0 24px 58px rgba(49,93,158,.10);
}
.home-band-light .access-card.featured {
  background: linear-gradient(145deg, #e9f2ff, #ffffff);
  border-color: #a9c9f5;
}
.home-band-light .access-cta { color: #173b70; }

.home-band-light .case-shell {
  background: #ffffff;
  border-color: var(--paper-line);
  box-shadow: 0 22px 60px rgba(26,52,88,.07);
}
.home-band-light .case-stage { border-color: #e1e7f0; }
.home-band-light .case-stage p { color: #556276; }
.home-band-light .case-empty {
  background: #eef3f8;
  color: #566477;
  border: 1px solid #e0e7ef;
}

.home-band-soft .check-shell {
  background: rgba(255,255,255,.88);
  border-color: #cbd9ec;
  box-shadow: 0 24px 70px rgba(30,69,123,.10);
}
.home-band-soft .check-intro { border-color: #d9e2ef; }
.home-band-soft .check-intro p,
.home-band-soft .check-note,
.home-band-soft .form-field label { color: #4d5d72; }
.home-band-soft .check-note {
  background: #edf3fa;
  border: 1px solid #dce6f2;
}
.home-band-soft .form-field input,
.home-band-soft .form-field select {
  background: #ffffff;
  border-color: #cfdbea;
  color: #101827;
}
.home-band-soft .form-field select option { background: #fff; color: #101827; }
.home-band-soft .check-submit { background: #10223a; color: #fff; }
.home-band-soft .check-result {
  background: #e7f1ff;
  border-color: #afcdf6;
}
.home-band-soft .check-result p,
.home-band-soft .check-result ul { color: #40536c; }

.home-band-blue .path-card {
  background: rgba(255,255,255,.065);
  border-color: rgba(255,255,255,.14);
  box-shadow: 0 18px 40px rgba(0,0,0,.12);
}
.home-band-blue .path-card:hover {
  background: rgba(139,188,255,.12);
  border-color: rgba(164,205,255,.48);
}

.home-band-glass .principle-strip {
  background: rgba(255,255,255,.045);
  border-color: rgba(163,197,242,.18);
}

.home-band-dark .ownership-shell {
  background:
    radial-gradient(circle at 88% 12%, rgba(104,165,255,.16), transparent 18rem),
    linear-gradient(145deg, rgba(255,255,255,.055), rgba(67,126,214,.08));
  border-color: rgba(151,193,248,.18);
}

.home-band-sky .local-shell {
  min-height: 500px;
  background:
    radial-gradient(circle at 82% 20%, rgba(64,132,232,.28), transparent 24rem),
    linear-gradient(135deg, #16345b 0%, #224f82 50%, #0d213a 100%);
  border-color: rgba(15,47,89,.18);
  box-shadow: 0 28px 70px rgba(35,78,134,.16);
}
.home-band-sky .local-shell::before {
  background:
    linear-gradient(90deg, rgba(8,26,49,.72), rgba(8,26,49,.20) 72%, rgba(8,26,49,.06));
}
.home-band-sky .local-copy h2,
.home-band-sky .local-copy p { color: #fff; }
.home-band-sky .local-copy p { color: rgba(255,255,255,.76); }
.home-band-sky .local-points span {
  color: rgba(255,255,255,.88);
  border-color: rgba(255,255,255,.24);
  background: rgba(255,255,255,.06);
}

.home-final.home-band-light { padding-top: 96px; }
.home-final.home-band-light p { color: #536176; }
.home-final.home-band-light .hero-primary { background: #0c1b2e; color: #fff; }
.home-final.home-band-light .hero-secondary {
  border-color: #bfcddd;
  background: #fff;
  color: #14243a;
}
.home-final.home-band-light .web-accent { color: #3e79c9; }

@media (max-width: 680px) {
  .home-section { padding: 72px 0; }
  .home-band-light::before,
  .home-band-soft::before,
  .home-band-blue-soft::before,
  .home-band-sky::before { border-radius: 0; }
}

/* ============================================================
   ADA WEB MOTION LAYER
   Branded hero loop + on-demand division trailer.
   ============================================================ */
.hero-watch {
  appearance: none;
  border: 1px solid rgba(139,188,255,.28);
  background: rgba(95,159,255,.09);
  color: var(--color-white-90);
  padding: 12px 14px;
  border-radius: var(--radius-pill);
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font: inherit;
  font-size: var(--text-sm);
  cursor: pointer;
}
.hero-watch:hover { border-color: rgba(139,188,255,.56); background: rgba(95,159,255,.14); }
.hero-watch-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: var(--web-accent);
  color: #08111d;
  font-size: .62rem;
  padding-left: 1px;
  box-shadow: 0 0 24px rgba(95,159,255,.28);
}
.hero-watch-duration { color: var(--color-white-50); font-size: .68rem; letter-spacing: .04em; }

.hero-video-card video,
.hero-video-card noscript img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(.82) contrast(1.04) brightness(.82);
}
.hero-video-card::after {
  background:
    linear-gradient(180deg, rgba(4,9,15,.10), rgba(4,9,15,.08) 42%, rgba(4,9,15,.76)),
    linear-gradient(90deg, rgba(5,10,16,.08), transparent 42%);
}
.hero-video-badge {
  position: absolute;
  z-index: 4;
  top: 20px;
  left: 20px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius-pill);
  background: rgba(5,10,16,.56);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: rgba(255,255,255,.82);
  font-size: .66rem;
  letter-spacing: .03em;
}
.hero-video-badge span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--web-accent);
  box-shadow: 0 0 12px rgba(95,159,255,.8);
}

.trailer-dialog {
  width: min(1040px, calc(100vw - 28px));
  max-height: calc(100vh - 28px);
  padding: 0;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px;
  background: rgba(7,12,19,.96);
  color: #fff;
  box-shadow: 0 42px 120px rgba(0,0,0,.62);
  overflow: hidden;
}
.trailer-dialog::backdrop {
  background: rgba(2,6,11,.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.trailer-dialog-shell { padding: 18px; }
.trailer-dialog-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 8px 4px 16px;
}
.trailer-dialog-head h2 {
  margin-top: 7px;
  max-width: 700px;
  font-size: clamp(1.35rem, 3vw, 2.35rem);
  line-height: 1.03;
  letter-spacing: -.035em;
}
.trailer-close {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  color: #fff;
  font-size: 1.45rem;
  cursor: pointer;
}
.trailer-close:hover { background: rgba(255,255,255,.12); }
.trailer-frame {
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.12);
  background: #020305;
  aspect-ratio: 16 / 9;
}
.trailer-frame video { width: 100%; height: 100%; display: block; object-fit: contain; background: #000; }
.trailer-caption {
  margin: 14px 4px 2px;
  color: var(--color-white-60);
  font-size: .78rem;
  line-height: 1.55;
}

@media (max-width: 680px) {
  .hero-watch { width: 100%; justify-content: center; }
  .hero-video-badge { top: 14px; left: 14px; }
  .trailer-dialog-shell { padding: 12px; }
  .trailer-dialog-head { gap: 12px; }
  .trailer-caption { font-size: .72rem; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-video-badge { display: none; }
}

.home-media-grid{display:grid;grid-template-columns:1.2fr .8fr 1fr;grid-template-rows:220px 220px;gap:.8rem;margin-top:2rem}.home-media-grid img{width:100%;height:100%;object-fit:cover;border-radius:22px;border:1px solid rgba(15,23,42,.08);box-shadow:0 16px 45px rgba(15,23,42,.07)}.home-media-grid img:nth-child(1){grid-row:span 2}.home-media-grid img:nth-child(4){grid-column:span 2}.home-media-action{margin-top:1.3rem;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.home-media-action>span{font-size:.84rem;color:#64748b;font-weight:600}
@media(max-width:760px){.home-media-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:.65rem;padding-bottom:.25rem}.home-media-grid img,.home-media-grid img:nth-child(1),.home-media-grid img:nth-child(4){flex:0 0 78%;height:240px;grid-row:auto;grid-column:auto;scroll-snap-align:start}.home-media-grid::-webkit-scrollbar{display:none}}

/* homepage typography + preview polish */
.home-section-header .h2,.home-section-header .h1,.standard-card h3,.work-info h3,.work-info p,.work-meta,.work-link{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.home-section-header .h2{font-weight:500;letter-spacing:-.045em;line-height:1.08}
#featured-work .home-section-header .h2{font-size:clamp(2.35rem,4.4vw,4rem)}
.work-frame-wrap{position:relative;overflow:hidden;background:#eaf1f8;height:205px}
.work-frame{display:block;width:1440px;height:900px;border:0;transform:scale(.265);transform-origin:top left;pointer-events:none}
@media(max-width:759px){.work-frame{transform:scale(.23)}}
