/* ============================================================
   Jasmine Tran — jasminetranbiz.com
   Green & white design system · Fraunces + Inter
   ============================================================ */

:root {
  /* Brand greens */
  --green-900: #14402f;
  --green-800: #185c44;
  --green:     #1f6f54;
  --green-600: #2a8466;
  --green-400: #4ea98a;
  --mint:      #eaf2ed;
  --mint-2:    #f3f8f5;

  /* Neutrals */
  --ink:    #1c2722;
  --body:   #46544d;
  --muted:  #6d7a72;
  --line:   #e2e9e4;
  --cream:  #fbfdfb;
  --white:  #ffffff;

  /* Accent */
  --gold:   #c9a24b;

  /* System */
  --radius:    18px;
  --radius-sm: 12px;
  --radius-lg: 28px;
  --shadow-sm: 0 2px 10px rgba(20, 64, 47, .06);
  --shadow:    0 14px 40px rgba(20, 64, 47, .10);
  --shadow-lg: 0 30px 70px rgba(20, 64, 47, .16);
  --container:  1160px;
  --ease: cubic-bezier(.22, 1, .36, 1);

  --ff-display: "Fraunces", Georgia, "Times New Roman", serif;
  --ff-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--ff-body);
  color: var(--body);
  background: var(--cream);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { margin: 0; color: var(--ink); font-family: var(--ff-display); font-weight: 600; line-height: 1.12; letter-spacing: -.01em; }
p { margin: 0 0 1rem; }
button { font-family: inherit; cursor: pointer; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.section { padding: 96px 0; }
.section.tint { background: var(--mint); }
.section-head { max-width: 760px; margin: 0 0 56px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-eyebrow {
  text-transform: uppercase; letter-spacing: .16em; font-size: 12.5px;
  font-weight: 700; color: var(--green-600); margin: 0 0 14px;
}
.section-eyebrow.light { color: var(--green-400); }
.section-title { font-size: clamp(1.7rem, 3.4vw, 2.7rem); }
.section-title + p, .section-head p { margin-top: 16px; color: var(--body); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font-weight: 600; font-size: 16px; letter-spacing: .01em;
  padding: 14px 26px; border-radius: 999px; border: 1.5px solid transparent;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s, color .25s;
  white-space: nowrap;
}
.btn-sm { padding: 9px 18px; font-size: 14.5px; }
.btn-primary { background: var(--green); color: #fff; box-shadow: 0 10px 24px rgba(31,111,84,.28); }
.btn-primary:hover { background: var(--green-800); transform: translateY(-2px); box-shadow: 0 16px 32px rgba(31,111,84,.34); }
.btn-ghost { background: transparent; color: var(--green-800); border-color: var(--green); }
.btn-ghost:hover { background: var(--green); color: #fff; transform: translateY(-2px); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(251,253,251,.82); backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; gap: 24px; min-height: 74px; }
.brand { display: flex; align-items: center; gap: 12px; margin-right: auto; }
.brand-mark {
  width: 44px; height: 44px; flex: none; border-radius: 13px;
  display: grid; place-items: center; font-family: var(--ff-display); font-weight: 700;
  font-size: 18px; color: #fff; letter-spacing: .02em;
  background: linear-gradient(140deg, var(--green-600), var(--green-900));
  box-shadow: var(--shadow-sm);
}
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-name { font-family: var(--ff-display); font-weight: 600; font-size: 19px; color: var(--ink); }
.brand-name.big { font-size: 26px; color: #fff; }
.brand-sub { font-size: 12.5px; color: var(--muted); letter-spacing: .02em; }

.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { font-size: 15.5px; font-weight: 500; color: var(--body); position: relative; padding: 4px 0; }
.main-nav a::after {
  content: ""; position: absolute; left: 0; bottom: -2px; height: 2px; width: 0;
  background: var(--green); transition: width .28s var(--ease);
}
.main-nav a:hover { color: var(--green-800); }
.main-nav a:hover::after { width: 100%; }

.header-actions { display: flex; align-items: center; gap: 14px; }
.lang-toggle {
  display: inline-flex; border: 1.5px solid var(--line); border-radius: 999px;
  padding: 3px; background: var(--white);
}
.lang-toggle button {
  border: 0; background: transparent; color: var(--muted);
  font-size: 13px; font-weight: 700; letter-spacing: .04em;
  padding: 6px 12px; border-radius: 999px; transition: background .2s, color .2s;
}
.lang-toggle button.active { background: var(--green); color: #fff; }

.nav-toggle {
  display: none; width: 44px; height: 44px; border: 1.5px solid var(--line);
  background: var(--white); border-radius: 12px; padding: 0;
  flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .3s var(--ease), opacity .2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(60% 80% at 88% 8%, rgba(78,169,138,.16), transparent 60%),
    linear-gradient(180deg, var(--mint-2), var(--cream) 70%);
  padding: 72px 0 88px;
}
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 56px; align-items: center; }
.eyebrow {
  display: inline-block; text-transform: uppercase; letter-spacing: .14em;
  font-size: 12.5px; font-weight: 700; color: var(--green-600);
  background: rgba(31,111,84,.08); padding: 7px 14px; border-radius: 999px; margin: 0 0 22px;
}
.hero-title { font-size: clamp(2.8rem, 6vw, 4.6rem); font-weight: 600; letter-spacing: -.02em; color: var(--green-900); }
.hero-tagline {
  font-family: var(--ff-display); font-style: italic; font-weight: 500;
  font-size: clamp(1.25rem, 2.6vw, 1.75rem); color: var(--green); margin: 10px 0 22px;
}
.hero-lead { font-size: 18px; color: var(--body); max-width: 560px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0 26px; }
.hero-trust { font-size: 14px; color: var(--muted); padding-top: 22px; border-top: 1px solid var(--line); max-width: 540px; }

.hero-visual { position: relative; display: flex; justify-content: center; }
.hero-photo {
  position: relative; width: min(100%, 460px); aspect-ratio: 1/1;
  border-radius: 50% 50% 46% 46% / 48% 48% 50% 50%;
  overflow: hidden; box-shadow: var(--shadow-lg);
  border: 8px solid #fff;
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo::after {
  content: ""; position: absolute; inset: 0;
  box-shadow: inset 0 0 0 1px rgba(20,64,47,.06); border-radius: inherit;
}
.hero-badge {
  position: absolute; bottom: 14px; left: 0;
  display: flex; align-items: center; gap: 10px;
  background: #fff; padding: 10px 16px 10px 12px; border-radius: 999px;
  box-shadow: var(--shadow); font-size: 13.5px; font-weight: 600; color: var(--ink);
  max-width: 230px;
}
.hero-badge img { width: 34px; height: 34px; border-radius: 9px; object-fit: contain; flex: none; }

/* ---------- Stats ---------- */
.stats { background: var(--green-900); color: #fff; padding: 44px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.stat { text-align: center; padding: 6px 10px; }
.stat + .stat { border-left: 1px solid rgba(255,255,255,.12); }
.stat-num { font-family: var(--ff-display); font-weight: 600; font-size: clamp(2.2rem, 4vw, 3rem); color: #fff; display: block; line-height: 1; }
.stat-num .plus { color: var(--green-400); }
.stat-label { display: block; margin-top: 10px; font-size: 13.5px; color: rgba(255,255,255,.78); line-height: 1.4; }

/* ---------- Trust strip ---------- */
.trust-strip { background: var(--white); padding: 34px 0; border-bottom: 1px solid var(--line); }
.trust-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 18px 36px; }
.trust-line { margin: 0; font-family: var(--ff-display); font-style: italic; font-size: 18px; color: var(--green-800); }
.trust-logos { display: flex; flex-wrap: wrap; gap: 14px 26px; }
.trust-item { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: var(--body); }
.trust-item svg { flex: none; }

/* ---------- About ---------- */
.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 60px; align-items: center; }
.about-visual { position: relative; }
.about-photo { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow); object-fit: cover; aspect-ratio: 4/4.4; }
.about-quote {
  position: absolute; right: -18px; bottom: -26px; max-width: 290px;
  background: var(--green); color: #fff; padding: 22px 24px; border-radius: var(--radius);
  box-shadow: var(--shadow); font-family: var(--ff-display); font-style: italic; font-size: 16.5px; line-height: 1.45;
}
.about-quote p { margin: 0; }
.value-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.value-chips li {
  font-size: 14px; font-weight: 600; color: var(--green-800);
  background: var(--mint); border: 1px solid var(--line); padding: 8px 16px; border-radius: 999px;
}

/* ---------- Story timeline ---------- */
.timeline {
  position: relative; max-width: 820px; margin: 0 auto; padding-left: 34px;
}
.timeline::before {
  content: ""; position: absolute; left: 7px; top: 8px; bottom: 8px; width: 2px;
  background: linear-gradient(var(--green-400), var(--mint));
}
.tl-item { position: relative; padding: 0 0 38px 22px; }
.tl-item:last-child { padding-bottom: 0; }
.tl-item::before {
  content: ""; position: absolute; left: -34px; top: 5px; width: 16px; height: 16px;
  border-radius: 50%; background: #fff; border: 4px solid var(--green); box-shadow: 0 0 0 4px var(--mint);
}
.tl-year { font-size: 12.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--green-600); }
.tl-item h3 { font-size: 1.3rem; margin: 6px 0 8px; }
.tl-item p { margin: 0; color: var(--body); }

/* ---------- Cards grid ---------- */
.cards-grid { display: grid; gap: 24px; }
.cards-grid.three { grid-template-columns: repeat(3, 1fr); }
.cards-grid.five { grid-template-columns: repeat(3, 1fr); }
.card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 28px; box-shadow: var(--shadow-sm);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--green-400); }
.card-ico {
  width: 54px; height: 54px; border-radius: 15px; display: grid; place-items: center;
  background: var(--mint); color: var(--green); margin-bottom: 18px;
}
.card h3 { font-size: 1.22rem; margin-bottom: 9px; }
.card p { margin: 0; font-size: 15.5px; }

/* ---------- Method ---------- */
.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.method-step {
  position: relative; background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 34px 30px; overflow: hidden;
}
.method-step::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 5px; background: var(--green);
}
.method-num { font-family: var(--ff-display); font-size: 2.4rem; font-weight: 600; color: var(--mint); display: block; line-height: 1; margin-bottom: 8px; }
.method-step h3 { font-size: 1.35rem; margin-bottom: 8px; color: var(--green-800); }
.method-step p { margin: 0; }

/* ---------- Who I help ---------- */
.help-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.pain-list { display: grid; gap: 14px; }
.pain-list li {
  position: relative; background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius-sm); padding: 16px 18px 16px 50px; font-size: 15.5px; color: var(--body);
  box-shadow: var(--shadow-sm);
}
.pain-list li::before {
  content: "✓"; position: absolute; left: 16px; top: 50%; transform: translateY(-50%);
  width: 24px; height: 24px; border-radius: 50%; background: var(--green); color: #fff;
  display: grid; place-items: center; font-size: 13px; font-weight: 700;
}

/* ---------- Work / DH ---------- */
.work-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.work-visual img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow); object-fit: cover; aspect-ratio: 16/10; }
.brand-row { display: flex; align-items: center; gap: 20px; margin-top: 22px; flex-wrap: wrap; }
.dh-logo { width: 70px; height: 70px; object-fit: contain; border-radius: 14px; background: #fff; border: 1px solid var(--line); padding: 8px; }

/* ---------- Services ---------- */
.svc-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 26px; box-shadow: var(--shadow-sm); position: relative;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.svc-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.svc-card h3 { font-size: 1.18rem; margin-bottom: 10px; color: var(--green-800); }
.svc-card p { margin: 0; font-size: 15px; }
.svc-card.coming { border-style: dashed; border-color: var(--green-400); background: var(--mint-2); }
.coming-tag {
  display: inline-block; font-size: 11.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: var(--gold); background: rgba(201,162,75,.12); padding: 5px 12px; border-radius: 999px; margin-bottom: 12px;
}

/* ---------- Ecosystem ---------- */
.eco-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.eco-card {
  border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 24px;
  background: var(--white); box-shadow: var(--shadow-sm);
}
.eco-card h3 { font-size: 1.2rem; margin-bottom: 10px; color: var(--green-800); }
.eco-card p { margin: 0; font-size: 15px; }
.eco-card.highlight { background: linear-gradient(160deg, var(--green), var(--green-900)); border-color: transparent; box-shadow: var(--shadow); }
.eco-card.highlight h3, .eco-card.highlight p { color: #fff; }
.eco-card.highlight p { color: rgba(255,255,255,.85); }

/* ---------- Testimonials ---------- */
.quote-card {
  margin: 0; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 26px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 14px;
}
.stars { color: var(--gold); letter-spacing: 3px; font-size: 17px; }
.quote-card blockquote { margin: 0; font-family: var(--ff-display); font-size: 17px; line-height: 1.5; color: var(--ink); font-style: italic; }
.quote-card figcaption { margin-top: auto; }
.q-name { font-size: 13.5px; font-weight: 600; color: var(--muted); }
.testi-note { text-align: center; margin: 28px 0 0; font-size: 13px; color: var(--muted); font-style: italic; }

/* ---------- Newsletter ---------- */
.newsletter {
  background:
    radial-gradient(70% 120% at 10% 10%, rgba(78,169,138,.25), transparent 55%),
    linear-gradient(160deg, var(--green-800), var(--green-900));
  color: #fff; padding: 84px 0;
}
.news-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.news-copy h2 { color: #fff; font-size: clamp(1.6rem, 3vw, 2.3rem); }
.news-copy p { color: rgba(255,255,255,.82); margin-top: 14px; }
.news-book { display: block; margin-top: 26px; width: 100%; max-width: 420px; height: auto; border-radius: var(--radius-lg); border: 5px solid rgba(255,255,255,.9); box-shadow: var(--shadow); }
.news-form { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); padding: 28px; border-radius: var(--radius-lg); backdrop-filter: blur(6px); }
.news-form .field { margin-bottom: 14px; }
.news-form input {
  width: 100%; padding: 15px 18px; border-radius: 12px; border: 1.5px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.95); color: var(--ink); font-size: 16px; font-family: inherit;
}
.news-form input:focus { outline: 2px solid var(--green-400); outline-offset: 1px; }
.news-form .btn { width: 100%; margin-top: 4px; }
.news-success { margin: 14px 0 0; font-weight: 600; color: #d8f3e6; }
.news-fineprint { margin: 14px 0 0; font-size: 13px; color: rgba(255,255,255,.6); text-align: center; }

/* ---------- Footer ---------- */
.site-footer { background: var(--green-900); color: rgba(255,255,255,.78); padding: 70px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 50px; }
.footer-tagline { font-family: var(--ff-display); font-style: italic; color: var(--green-400); margin: 12px 0 6px; font-size: 16px; }
.footer-loc { font-size: 14px; color: rgba(255,255,255,.6); margin: 0; }
.footer-col h4 { color: #fff; font-size: 15px; margin-bottom: 16px; font-family: var(--ff-body); font-weight: 700; letter-spacing: .02em; }
.footer-col a { display: block; font-size: 14.5px; color: rgba(255,255,255,.72); padding: 5px 0; transition: color .2s, padding-left .2s; }
.footer-col a:hover { color: #fff; padding-left: 4px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 22px 0; }
.footer-bottom .container { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: 13.5px; color: rgba(255,255,255,.6); }

/* ---------- Reveal on scroll (only when JS is active) ---------- */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js .reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero-visual { order: -1; }
  .hero-photo { width: min(78%, 360px); }
  .about-grid, .help-grid, .work-grid, .news-inner { grid-template-columns: 1fr; gap: 40px; }
  .about-quote { position: static; max-width: none; margin-top: 18px; }
  .cards-grid.three, .cards-grid.five, .method-grid { grid-template-columns: repeat(2, 1fr); }
  .eco-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 24px 16px; }
  .stat:nth-child(odd) { border-left: 0; }
  .stat:nth-child(n+3) { padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 720px) {
  .section { padding: 66px 0; }
  .header-cta { display: none; }
  .nav-toggle { display: flex; }
  .main-nav {
    position: absolute; top: calc(100% + 1px); left: 0; right: 0;
    flex-direction: column; align-items: flex-start; gap: 0;
    background: var(--white); border-bottom: 1px solid var(--line);
    padding: 8px 24px 18px; box-shadow: var(--shadow);
    max-height: 0; overflow: hidden; opacity: 0; pointer-events: none;
    transition: max-height .35s var(--ease), opacity .25s, padding .25s;
  }
  .main-nav.open { max-height: 360px; opacity: 1; pointer-events: auto; padding-top: 12px; }
  .main-nav a { width: 100%; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 16px; }
  .main-nav a::after { display: none; }
  .cards-grid.three, .cards-grid.five, .method-grid, .eco-grid { grid-template-columns: 1fr; }
  .trust-inner { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom .container { justify-content: flex-start; }
}

@media (max-width: 420px) {
  body { font-size: 16px; }
  .btn { width: 100%; }
  .hero-cta { flex-direction: column; }
}

/* ============================================================
   Credentials · Learn · Press
   ============================================================ */

/* ---------- Credentials ---------- */
.creds-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.cred-col > h3 { font-size: 1.25rem; margin-bottom: 18px; color: var(--green-800); }
.cred-list { display: grid; gap: 14px; }
.cred-list li { position: relative; padding-left: 28px; font-size: 15.5px; color: var(--body); }
.cred-list li::before {
  content: ""; position: absolute; left: 3px; top: 9px; width: 9px; height: 9px;
  border-radius: 50%; background: var(--green-400); box-shadow: 0 0 0 4px var(--mint);
}
.cred-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 32px; }
.cred-badge {
  font-size: 13px; font-weight: 700; letter-spacing: .03em; color: var(--green-800);
  background: var(--mint); border: 1px solid var(--line); padding: 8px 16px; border-radius: 999px;
}

/* ---------- Learn ---------- */
.learn-tag {
  display: inline-block; font-size: 11.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: var(--green-600); background: rgba(31,111,84,.08); padding: 5px 12px; border-radius: 999px; margin-bottom: 12px;
}
.learn-card h3 { font-size: 1.18rem; margin-bottom: 10px; color: var(--green-800); }
.learn-cta {
  margin-top: 36px; border-radius: var(--radius-lg); padding: 32px 36px;
  background: linear-gradient(160deg, var(--green), var(--green-900)); color: #fff; box-shadow: var(--shadow);
  display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
}
.learn-cta p { margin: 0; color: rgba(255,255,255,.9); font-size: 16.5px; max-width: 640px; }
.learn-cta .btn-primary { background: #fff; color: var(--green-800); box-shadow: 0 10px 24px rgba(0,0,0,.18); }
.learn-cta .btn-primary:hover { background: var(--mint); color: var(--green-900); }

/* ---------- Press ---------- */
.press-band {
  display: grid; grid-template-columns: 1.25fr .75fr; gap: 48px; align-items: center;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 44px; box-shadow: var(--shadow-sm);
}
.press-band .section-title { font-size: clamp(1.5rem, 2.8vw, 2.2rem); }
.press-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 4px; }
.press-cover {
  width: 100%; max-width: 320px; margin: 0 auto; border-radius: var(--radius);
  box-shadow: var(--shadow); border: 6px solid #fff;
}
.press-caption { text-align: center; font-size: 13px; color: var(--muted); margin: 14px 0 0; }

@media (max-width: 980px) {
  .press-band { grid-template-columns: 1fr; gap: 30px; padding: 32px; }
  .press-visual { order: -1; }
}
@media (max-width: 720px) {
  .creds-grid { grid-template-columns: 1fr; }
  .learn-cta { flex-direction: column; align-items: flex-start; padding: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  .reveal { opacity: 1 !important; transform: none !important; transition: none; }
}
