  :root {
    --blue:   #3B82A0;
    --sage:   #B8765F;
    --amber:  #C8922A;
    --navy:   #2C4A2E;
    --cream:  #F7F4EF;
    --cream2: #EFE9E0;
    --text:   #2D2A26;
    --muted:  #7A7068;
  }

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

  html { scroll-behavior: smooth; }

  body {
    font-family: 'DM Sans', sans-serif;
    background: var(--cream);
    color: var(--text);
    overflow-x: hidden;

    -webkit-font-smoothing: antialiased;
  }

  /* ── NAV ── */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    background: rgba(247,244,239,0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(0,0,0,0.07);
    padding: 0 28px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .nav-logo {
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
  }

  .nav-logo img {
    width: 104px;
    height: 58px;
    border-radius: 12px;
    display: block;
    object-fit: contain;
    background: #fffaf2;
    border: 1px solid rgba(44,74,46,0.12);
    box-shadow: 0 6px 18px rgba(30,45,61,.16);
  }

  .nav-brand {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
  }

  .nav-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    font-size: 19px;
    color: var(--navy);
    letter-spacing: -.02em;
  }

  .nav-tagline {
    font-size: 11px;
    color: var(--muted);
    font-weight: 600;
    margin-top: 2px;
  }

  /* ── NAV LINKS ── */
  .nav-links {
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .nav-link {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: var(--muted);
    text-decoration: none;
    padding: 7px 12px;
    border-radius: 100px;
    transition: color 0.2s, background 0.2s;
  }
  .nav-link:hover { color: var(--navy); background: rgba(44,74,46,0.07); }
  .nav-link-active { color: var(--navy); background: rgba(44,74,46,0.09); }

  /* ── HERO ── */
  .hero {
    min-height: 100vh;
    padding: 120px 40px 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
  }

  .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--sage);
    color: white;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 11px;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 100px;
    margin-bottom: 24px;
  }

  .hero-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    font-size: clamp(38px, 5vw, 58px);
    line-height: 1.05;
    letter-spacing: -.02em;
    color: var(--navy);
    margin-bottom: 20px;
  }
  .hero-title .accent { color: var(--blue); }

  .hero-sub {
    font-size: 18px;
    font-weight: 400;
    color: var(--muted);
    line-height: 1.65;
    max-width: 440px;
    margin-bottom: 36px;
  }

  .hero-actions {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
  }

.hero-trust {
  font-size: 14px;
  color: var(--muted);
  margin-top: -12px;
  margin-bottom: 28px;
  font-weight: 500;
}

  .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--navy);
    color: white;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 15px;
    padding: 14px 28px;
    border-radius: 100px;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
    box-shadow: 0 4px 16px rgba(30,45,61,.25);
  }
  .btn-primary:hover { background: var(--blue); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(59,130,160,.35); }

  .btn-secondary {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: var(--muted);
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 0.2s, border-color 0.2s;
    padding-bottom: 2px;
  }
  .btn-secondary:hover { color: var(--blue); border-color: var(--blue); }

  /* Hero phone stack */
  .hero-right {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 580px;
  }

  .phone-frame {
    width: 220px;
    background: var(--navy);
    border-radius: 36px;
    padding: 10px;
    box-shadow: 0 24px 60px rgba(30,45,61,.3);
    position: absolute;
    overflow: hidden;
  }
  .phone-frame img {
    width: 100%;
    border-radius: 28px;
    display: block;
  }

  .phone-1 {
    bottom: 0; left: 50%; transform: translateX(-50%);
    width: 200px;
    z-index: 3;
  }
  .phone-2 {
    bottom: 40px; left: 12%;
    width: 175px;
    z-index: 2;
    transform: rotate(-8deg);
    opacity: 0.88;
  }
  .phone-3 {
    bottom: 40px; right: 8%;
    width: 175px;
    z-index: 2;
    transform: rotate(7deg);
    opacity: 0.88;
  }

  /* ── FEATURES ── */
  .features {
    background: var(--navy);
    padding: 90px 40px;
  }

  .features-inner {
    max-width: 1100px;
    margin: 0 auto;
  }

  .section-eyebrow {
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 11px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--sage);
    margin-bottom: 14px;
  }

  .section-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.1;
    letter-spacing: -.02em;
    color: var(--navy);
    margin-bottom: 56px;
    max-width: 520px;
  }

  /* Features section: title sits on dark bg, needs white */
  .features .section-title { color: white; }

  .features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .feature-card {
    background: var(--cream);
    border: 1px solid rgba(44,74,46,0.15);
    border-radius: 20px;
    padding: 32px 28px;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  }
  .feature-card:hover { background: var(--cream2); transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.12); }

  .feature-icon {
    width: 52px; height: 52px;
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 24px;
    margin-bottom: 20px;
  }

  .feature-card h3 {
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 20px;
    color: var(--navy);
    margin-bottom: 10px;
  }

  .feature-card p {
    font-size: 14px;
    color: var(--text);
    line-height: 1.7;
  }

  /* ── SCREENSHOTS ── */
  .screenshots {
    padding: 100px 40px;
    max-width: 1100px;
    margin: 0 auto;
  }

  .screenshots-header { margin-bottom: 56px; }

  .screenshots-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: end;
  }

  .screenshot-item {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .screenshot-item:nth-child(2) { transform: translateY(-24px); }
  .screenshot-item:nth-child(4) { transform: translateY(-16px); }

  .screenshot-frame {
    background: var(--navy);
    border-radius: 28px;
    padding: 8px;
    box-shadow: 0 16px 40px rgba(30,45,61,.18);
    overflow: hidden;
transition: transform 0.25s ease, box-shadow 0.25s ease;
  }
  .screenshot-frame img {
    width: 100%;
    border-radius: 22px;
    display: block;
  }

.screenshot-frame:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(30,45,61,.22);
}

  .screenshot-label {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: var(--muted);
    text-align: center;
  }

  /* ── ABOUT ── */
  .about {
    background: white;
    padding: 100px 40px;
  }

  .about-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
  }

  .about-visual {
    position: relative;
  }

  .about-card {
    background: var(--cream);
    border-radius: 24px;
    padding: 36px;
    border-left: 5px solid var(--sage);
  }

  .about-card-quote {
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 22px;
    color: var(--navy);
    line-height: 1.4;
    margin-bottom: 20px;
  }

  .about-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 28px;
  }

  .stat {
    background: white;
    border-radius: 14px;
    padding: 18px 20px;
    text-align: center;
  }
  .stat-num {
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    font-size: 32px;
    color: var(--blue);
    line-height: 1;
  }
  .stat-label {
    font-size: 12px;
    color: var(--muted);
    margin-top: 4px;
    font-weight: 500;
  }

  .about-text .section-eyebrow { color: var(--sage); }

  .about-text p {
    font-size: 16px;
    color: var(--muted);
    line-height: 1.75;
    margin-bottom: 16px;
  }

  /* ── DOWNLOAD CTA ── */
  .download {
    background: var(--blue);
    padding: 90px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  .download::before {
    content: '';
    position: absolute;
    top: -80px; right: -80px;
    width: 320px; height: 320px;
    background: rgba(255,255,255,0.07);
    border-radius: 50%;
  }
  .download::after {
    content: '';
    position: absolute;
    bottom: -60px; left: -60px;
    width: 240px; height: 240px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
  }

  .download-inner { position: relative; z-index: 1; max-width: 600px; margin: 0 auto; }

  .download h2 {
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    font-size: clamp(28px, 4vw, 44px);
    color: white;
    letter-spacing: -.02em;
    margin-bottom: 16px;
  }

  .download p {
    font-size: 17px;
    color: rgba(255,255,255,0.8);
    margin-bottom: 36px;
    line-height: 1.6;
  }

  /* ── FOOTER ── */
  footer {
    background: var(--navy);
    padding: 48px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
  }

  .footer-logo { display: flex; align-items: center; gap: 12px; }

  .footer-sign {
    background: rgba(255,255,255,0.1);
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 4px;
    padding: 4px 10px;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .footer-sign .bolt { width: 3px; height: 3px; background: rgba(255,255,255,0.6); border-radius: 50%; }
  .footer-sign-text {
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    font-size: 12px;
    letter-spacing: .1em;
    color: white;
    text-transform: uppercase;
  }
  .footer-apps {
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    font-size: 16px;
    color: var(--amber);
  }

  footer p {
    font-size: 13px;
    color: rgba(255,255,255,0.4);
  }

.founder-note {
  margin-top: 24px;
  font-size: 14px;
  color: var(--muted);
  font-style: italic;
}

  /* ── STUDIO HERO ── */
  .studio-hero {
    padding: 130px 40px 100px;
    display: flex;
    align-items: center;
    background: var(--cream);
  }

  .studio-hero-inner {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 80px;
    align-items: center;
  }

  .studio-hero-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    font-size: clamp(40px, 5.5vw, 64px);
    line-height: 1.03;
    letter-spacing: -.03em;
    color: var(--navy);
    margin-bottom: 28px;
  }
  .studio-hero-title .accent { color: var(--blue); }

  .studio-hero-body {
    font-size: 17px;
    color: var(--muted);
    line-height: 1.75;
    max-width: 520px;
    margin-bottom: 18px;
  }

  .studio-pillars {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 36px;
  }

  .studio-actions {
    margin-top: 34px;
  }

  .pillar {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: white;
    border: 1.5px solid var(--cream2);
    border-radius: 100px;
    padding: 8px 16px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: var(--navy);
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  }

  .pillar-icon { font-size: 15px; }

  .studio-hero-mark {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
  }

  .home-app-showcase {
    position: relative;
    width: min(420px, 38vw);
    min-height: 520px;
    justify-content: center;
    isolation: isolate;
  }

  .home-app-showcase::before {
    content: '';
    position: absolute;
    inset: 42px 26px 34px;
    background:
      linear-gradient(rgba(44,74,46,0.08) 1px, transparent 1px),
      linear-gradient(90deg, rgba(44,74,46,0.08) 1px, transparent 1px),
      var(--cream2);
    background-size: 34px 34px;
    border: 1.5px solid rgba(44,74,46,0.12);
    border-radius: 28px;
    transform: rotate(-3deg);
    z-index: -2;
  }

  .home-app-showcase::after {
    content: '';
    position: absolute;
    right: 12px;
    bottom: 54px;
    width: 172px;
    height: 88px;
    background: rgba(200,146,42,0.16);
    border: 1.5px solid rgba(200,146,42,0.22);
    clip-path: polygon(0 18%, 78% 0, 100% 46%, 74% 100%, 12% 86%);
    transform: rotate(7deg);
    z-index: -1;
  }

  .showcase-phone {
    width: 218px;
    background: var(--navy);
    border-radius: 36px;
    padding: 10px;
    box-shadow: 0 26px 70px rgba(30,45,61,.28);
    overflow: hidden;
  }

  .showcase-phone img {
    width: 100%;
    display: block;
    border-radius: 28px;
  }

  .learning-cues {
    position: absolute;
    inset: 0;
    pointer-events: none;
  }

  .learning-cue {
    position: absolute;
    width: 158px;
    background: white;
    border: 1.5px solid var(--cream2);
    border-radius: 14px;
    padding: 12px 14px;
    box-shadow: 0 12px 28px rgba(44,74,46,.13);
  }

  .learning-cue span {
    display: block;
    font-family: 'Nunito', sans-serif;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--sage);
    margin-bottom: 4px;
  }

  .learning-cue strong {
    display: block;
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    line-height: 1.18;
    color: var(--navy);
  }

  .cue-capitals { top: 54px; left: 0; }
  .cue-facts { top: 132px; right: -2px; }
  .cue-compare { bottom: 86px; left: -8px; }
  .cue-map { bottom: 34px; right: 18px; }

  /* ── OUR APPS ── */
  .our-apps {
    padding: 100px 40px;
    background: var(--cream);
  }

  .our-apps-inner {
    max-width: 1100px;
    margin: 0 auto;
  }

  .our-apps-header {
    margin-bottom: 56px;
  }

  .our-apps-sub {
    font-size: 17px;
    color: var(--muted);
    line-height: 1.65;
    max-width: 500px;
    margin-top: 6px;
  }

  /* App card */
  .app-card {
    background: var(--cream);
    border-radius: 28px;
    padding: 48px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 48px;
    align-items: center;
    border: 1.5px solid var(--cream2);
    position: relative;
    overflow: hidden;
  }

  .app-card::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 240px; height: 240px;
    background: radial-gradient(circle, rgba(59,130,160,0.08) 0%, transparent 70%);
    pointer-events: none;
  }

  .app-card-left {
    display: flex;
    gap: 28px;
    align-items: flex-start;
  }

  .app-card-icon {
    width: 96px;
    height: 64px;
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;
    background: white;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  }

  .app-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .app-card-badge {
    display: inline-block;
    background: rgba(59,130,160,0.15);
    color: var(--blue);
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 10px;
    letter-spacing: .14em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 100px;
    margin-bottom: 10px;
  }

  .app-card-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    font-size: 24px;
    color: var(--navy);
    letter-spacing: -.02em;
    margin-bottom: 6px;
    line-height: 1.15;
  }

  .app-card-tagline {
    font-size: 15px;
    font-weight: 500;
    color: var(--blue);
    margin-bottom: 14px;
  }

  .app-card-desc {
    font-size: 15px;
    color: var(--muted);
    line-height: 1.7;
    margin-bottom: 20px;
    max-width: 420px;
  }

  .app-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px;
  }

  .tag {
    background: white;
    border: 1.5px solid var(--cream2);
    border-radius: 100px;
    font-size: 12px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    color: var(--text);
    padding: 5px 12px;
  }

  .app-card-actions {
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
  }
  /* Phone mockup inside app card */
  .app-card-right {
    flex-shrink: 0;
  }

  .app-card-phones {
    position: relative;
    width: 200px;
    height: 320px;
  }

  .app-phone {
    width: 145px;
    background: var(--navy);
    border-radius: 28px;
    padding: 8px;
    box-shadow: 0 20px 48px rgba(30,45,61,.25);
    position: absolute;
    overflow: hidden;
  }

  .app-phone img {
    width: 100%;
    border-radius: 22px;
    display: block;
  }

  .app-phone-front {
    bottom: 0; right: 0;
    z-index: 2;
  }

  .app-phone-back {
    top: 0; left: 0;
    z-index: 1;
    transform: rotate(-6deg);
    opacity: 0.8;
  }

  /* Coming soon */
  .coming-soon-card {
    margin-top: 20px;
    background: var(--navy);
    border-radius: 20px;
    padding: 28px 32px;
    display: flex;
    gap: 20px;
    align-items: center;
  }

  .coming-soon-icon {
    font-size: 28px;
    color: var(--amber);
    flex-shrink: 0;
    line-height: 1;
  }

  .coming-soon-card h3 {
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 18px;
    color: white;
    margin-bottom: 6px;
  }

  .coming-soon-card p {
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    line-height: 1.65;
    max-width: 560px;
  }

  /* ── APP SUPPORT ── */
  .app-support {
    background: var(--cream);
    padding: 80px 40px;
    border-top: 1px solid var(--cream2);
  }

  .app-support-inner {
    max-width: 560px;
    margin: 0 auto;
  }

  .app-support-body {
    font-size: 16px;
    color: var(--muted);
    line-height: 1.7;
    margin-bottom: 24px;
  }

  .app-support-email {
    display: inline-block;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 17px;
    color: var(--blue);
    text-decoration: none;
    border-bottom: 2px solid rgba(59,130,160,0.3);
    padding-bottom: 2px;
    transition: color 0.2s, border-color 0.2s;
    margin-bottom: 20px;
  }
  .app-support-email:hover { color: var(--navy); border-color: var(--navy); }

  .app-support-privacy {
    font-size: 13px;
    color: var(--muted);
    margin-top: 20px;
  }

  .app-support-privacy a {
    color: var(--muted);
    text-decoration: underline;
    transition: color 0.2s;
  }
  .app-support-privacy a:hover { color: var(--navy); }

  /* ── FOOTER LINKS ── */
  .footer-links {
    display: flex;
    gap: 24px;
  }
  .footer-links a {
    font-size: 13px;
    color: rgba(255,255,255,0.45);
    text-decoration: none;
    transition: color 0.2s;
  }
  .footer-links a:hover { color: rgba(255,255,255,0.85); }

  /* ── SIMPLE PAGE (support / privacy) ── */
  .simple-page {
    min-height: 100vh;
    padding: 120px 40px 80px;
  }

  .simple-page-inner {
    max-width: 680px;
    margin: 0 auto;
  }

  .simple-page-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    font-size: clamp(36px, 5vw, 52px);
    color: var(--navy);
    letter-spacing: -.02em;
    line-height: 1.05;
    margin-bottom: 20px;
  }

  .simple-page-meta {
    font-size: 13px;
    color: var(--muted);
    margin-bottom: 20px;
    margin-top: -8px;
  }

  .simple-page-lead {
    font-size: 18px;
    color: var(--muted);
    line-height: 1.7;
    margin-bottom: 40px;
  }

  hr.simple-divider {
    border: none;
    border-top: 1px solid var(--cream2);
    margin: 40px 0;
  }

  .simple-section-heading {
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 20px;
    color: var(--navy);
    margin-top: 36px;
    margin-bottom: 10px;
  }

  .simple-page-inner > p {
    font-size: 16px;
    color: var(--muted);
    line-height: 1.75;
    margin-bottom: 16px;
  }

  .simple-back {
    margin-top: 56px;
  }

  /* ── PRIVACY HIGHLIGHT ── */
  .privacy-highlight {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: var(--cream2);
    border-left: 4px solid var(--blue);
    border-radius: 12px;
    padding: 20px 24px;
    margin-bottom: 8px;
  }

  .privacy-highlight-icon {
    font-size: 22px;
    line-height: 1;
    flex-shrink: 0;
    margin-top: 2px;
  }

  .privacy-highlight p {
    font-size: 15px;
    color: var(--text);
    line-height: 1.65;
    margin: 0;
  }


  /* ── APP STORE BADGE ── */
  .app-store-link {
    display: inline-flex;
    align-items: center;
    line-height: 0;
    text-decoration: none;
    transition: opacity 0.2s, transform 0.15s;
  }

  .app-store-link:hover {
    opacity: 0.9;
    transform: translateY(-2px);
  }

  .app-store-link-centered {
    justify-content: center;
  }

  .app-store-badge {
    height: 40px;
    width: auto;
    display: block;
  }

  .download .app-store-badge {
    height: 40px;
  }

  /* ── STUDIO SUMMARY CARD ── */
  .studio-summary-card {
    background: white;
    border: 1.5px solid var(--cream2);
    border-radius: 24px;
    padding: 32px;
    max-width: 300px;
    box-shadow: 0 8px 32px rgba(44,74,46,.12);
  }

  .studio-summary-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 1.15;
    color: var(--navy);
    margin-bottom: 12px;
  }

  .studio-summary-card p {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.7;
  }

  .studio-summary-meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 20px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    color: var(--blue);
  }

  .home-feature-card {
    background: white;
    border: 1.5px solid var(--cream2);
    border-radius: 24px;
    padding: 32px;
    max-width: 340px;
    box-shadow: 0 8px 32px rgba(44,74,46,.12);
  }

  .home-feature-card h2 {
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    font-size: 30px;
    line-height: 1.1;
    color: var(--navy);
    margin-bottom: 12px;
  }

  .home-feature-card p {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.7;
  }

  .home-feature-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 24px;
  }

  .about-app-callout {
    background: var(--cream2);
    border-radius: 20px;
    padding: 28px;
    margin-top: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }

  .about-app-callout h2 {
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    font-size: 28px;
    line-height: 1.1;
    color: var(--navy);
    margin-bottom: 10px;
  }

  .about-app-callout p {
    color: var(--muted);
    line-height: 1.7;
  }

  /* ── ACCESSIBILITY ── */
  @media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
      scroll-behavior: auto !important;
    }
  }

  /* Visible focus states for keyboard navigation */
  a:focus-visible,
  button:focus-visible {
    outline: 3px solid var(--blue);
    outline-offset: 3px;
  }

  /* ── RESPONSIVE ── */
  @media (max-width: 768px) {
    .hero { grid-template-columns: 1fr; padding: 104px 24px 48px; gap: 28px; }
    .hero-right { height: 380px; }
    .phone-1 { width: 160px; }
    .phone-2 { width: 140px; }
    .phone-3 { width: 140px; }
    .features-grid { grid-template-columns: 1fr; }
    .screenshots-grid { grid-template-columns: repeat(2, 1fr); }
    .screenshot-item:nth-child(2),
    .screenshot-item:nth-child(4) { transform: none; }
    .section-title { margin-bottom: 40px; }
    .about-inner { grid-template-columns: 1fr; gap: 40px; }
    nav { padding: 0 14px; height: 70px; gap: 10px; }
    .nav-logo { gap: 10px; min-width: 0; }
    .nav-logo img { width: 72px; height: 44px; border-radius: 9px; }
    .nav-brand { min-width: 0; }
    .nav-title { font-size: 14px; white-space: nowrap; }
    .nav-tagline { display: none; }
    .nav-links { display: flex; flex-shrink: 0; }
    .nav-link { font-size: 12px; padding: 6px 8px; white-space: nowrap; }
    .studio-hero { padding: 110px 24px 60px; }
    .studio-hero-inner { grid-template-columns: 1fr; }
    .studio-hero-mark { align-items: flex-start; }
    .studio-summary-card,
    .home-feature-card { max-width: none; width: 100%; }
    .home-app-showcase { width: 100%; min-height: 500px; }
    .home-app-showcase::before { inset: 38px 0 28px; }
    .showcase-phone { width: min(220px, 62vw); }
    .learning-cue { width: min(158px, 42vw); padding: 10px 12px; }
    .cue-capitals { top: 22px; left: 0; }
    .cue-facts { top: 96px; right: 0; }
    .cue-compare { bottom: 90px; left: 0; }
    .cue-map { bottom: 30px; right: 0; }
    .studio-pillars { gap: 8px; }
    .our-apps { padding: 60px 24px; }
    .app-card { grid-template-columns: 1fr; padding: 24px; gap: 0; }
    .app-card-right { display: none; }
    .app-card-left { flex-direction: column; gap: 16px; }
    .app-support { padding: 60px 24px; }
    .simple-page { padding: 100px 24px 60px; }
    .about-app-callout { align-items: flex-start; flex-direction: column; }
    .footer-links { gap: 16px; }
    .app-store-badge,
    .download .app-store-badge { height: 40px; }
  }

  @media (max-width: 420px) {
    nav { padding: 0 12px; gap: 8px; }
    .nav-logo img { width: 58px; height: 38px; }
    .nav-brand { display: none; }
    .nav-title { font-size: 12px; }
    .nav-links { gap: 2px; }
    .nav-link { font-size: 11px; padding: 6px 6px; }
  }
