/* Abuhamdan Law Firm — shared styles. Brand: navy #1F3864, gold #C6A15B. */
:root {
  --navy: #1F3864;
  --navy-deep: #122240;
  --navy-ink: #0d1930;
  --gold: #C6A15B;
  --gold-bright: #E3B872;
  --paper: #F7F5F0;
  --white: #ffffff;
  --text: #232c3d;
  --muted: #5a6478;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); color: var(--text); background: var(--white); line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: var(--navy); }

/* ---------- Top bar ---------- */
.topbar {
  position: sticky; top: 0; z-index: 50;
  background: var(--navy-deep);
  border-bottom: 2px solid var(--gold);
  padding: 0.55rem 1rem;
}
.topbar-inner {
  max-width: 1080px; margin: 0 auto;
  display: flex; align-items: center; gap: 0.75rem; flex-wrap: wrap;
}
.brand { display: flex; align-items: center; gap: 0.6rem; text-decoration: none; }
.brand img { width: 44px; height: 44px; border-radius: 50%; }
.brand-name { font-family: var(--serif); color: var(--white); font-size: 1.12rem; letter-spacing: 0.06em; line-height: 1.2; }
.brand-name small { display: block; color: var(--gold); font-family: var(--sans); font-size: 0.62rem; letter-spacing: 0.32em; text-transform: uppercase; }
.topbar nav { display: flex; gap: 0.15rem; flex-wrap: wrap; margin-inline-start: auto; }
.topbar nav a {
  color: #cdd6e6; text-decoration: none; font-size: 0.86rem;
  padding: 0.45rem 0.6rem; border-radius: 6px; white-space: nowrap;
}
.topbar nav a:hover { color: var(--white); background: rgba(255,255,255,0.07); }
.topbar nav a.active { color: var(--gold-bright); }
.call-btn {
  background: var(--gold); color: var(--navy-ink); text-decoration: none;
  font-weight: 700; font-size: 0.95rem; padding: 0.5rem 1rem; border-radius: 8px;
  white-space: nowrap; box-shadow: 0 1px 6px rgba(0,0,0,0.35);
}
.call-btn:hover { background: var(--gold-bright); }

/* ---------- Hero ---------- */
.hero {
  background: linear-gradient(160deg, var(--navy-ink) 0%, var(--navy) 70%, #2a4a80 100%);
  color: var(--white); padding: 4rem 1.25rem 4.5rem; text-align: center;
}
.hero .badge-img { width: 110px; height: 110px; margin: 0 auto 1.4rem; border-radius: 50%; box-shadow: 0 4px 24px rgba(0,0,0,0.45); }
.hero h1 { font-family: var(--serif); font-size: clamp(1.8rem, 4.5vw, 2.9rem); line-height: 1.2; max-width: 800px; margin: 0 auto 1rem; }
.hero p.lead { font-size: clamp(1rem, 2.2vw, 1.2rem); color: #dbe2ef; max-width: 640px; margin: 0 auto 1.8rem; }
.hero .gold-rule { width: 90px; height: 3px; background: var(--gold); margin: 1.4rem auto; border: 0; }
.hero-cta { display: inline-block; background: var(--gold); color: var(--navy-ink); font-size: 1.25rem; font-weight: 800; text-decoration: none; padding: 0.9rem 2rem; border-radius: 10px; box-shadow: 0 3px 14px rgba(0,0,0,0.4); }
.hero-cta:hover { background: var(--gold-bright); }
.hero .sub-cta { margin-top: 0.9rem; font-size: 0.95rem; color: #b9c4d8; }
.stars-badge { display: inline-flex; align-items: center; gap: 0.5rem; margin-top: 1.6rem; background: rgba(255,255,255,0.08); border: 1px solid rgba(198,161,91,0.5); padding: 0.5rem 1rem; border-radius: 999px; font-size: 0.95rem; color: #f0e9dc; }
.stars { color: var(--gold-bright); letter-spacing: 0.1em; }

/* ---------- Sections ---------- */
section { padding: 3.2rem 1.25rem; }
.section-inner { max-width: 1080px; margin: 0 auto; }
.section-alt { background: var(--paper); }
h2.section-title { font-family: var(--serif); color: var(--navy); font-size: clamp(1.5rem, 3vw, 2.1rem); text-align: center; margin-bottom: 0.4rem; }
.section-kicker { text-align: center; color: var(--gold); text-transform: uppercase; letter-spacing: 0.28em; font-size: 0.72rem; font-weight: 700; margin-bottom: 0.6rem; }
.section-sub { text-align: center; color: var(--muted); max-width: 620px; margin: 0 auto 2.4rem; }

/* Practice cards */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.3rem; }
.card {
  background: var(--white); border: 1px solid #e4e0d6; border-top: 4px solid var(--gold);
  border-radius: 12px; padding: 1.7rem 1.5rem; box-shadow: 0 2px 10px rgba(20,32,60,0.06);
  display: flex; flex-direction: column;
}
.card h3 { font-family: var(--serif); color: var(--navy); font-size: 1.28rem; margin-bottom: 0.6rem; }
.card p { color: var(--text); font-size: 0.96rem; flex: 1; }
.card a.more { margin-top: 1.1rem; color: var(--navy); font-weight: 700; text-decoration: none; font-size: 0.92rem; }
.card a.more:hover { color: var(--gold); }

/* Review quotes */
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.2rem; }
.review {
  background: var(--white); border: 1px solid #e4e0d6; border-radius: 12px;
  padding: 1.4rem 1.4rem 1.2rem; box-shadow: 0 2px 10px rgba(20,32,60,0.05);
}
.review .stars { color: #d9a72e; font-size: 0.95rem; }
.review blockquote { font-size: 0.97rem; margin: 0.6rem 0 0.8rem; color: var(--text); }
.review cite { font-style: normal; font-weight: 700; color: var(--navy); font-size: 0.9rem; }
.reviews-disclaimer { text-align: center; color: var(--muted); font-size: 0.8rem; margin-top: 1.6rem; }
.reviews-link { text-align: center; margin-top: 0.8rem; font-size: 0.92rem; }

/* Attorney teaser / bio */
.bio-flex { display: flex; gap: 2.2rem; align-items: flex-start; flex-wrap: wrap; }
.bio-flex .photo { flex: 0 0 260px; max-width: 300px; }
.bio-flex .photo img { border-radius: 12px; border: 3px solid var(--gold); }
.bio-flex .bio-text { flex: 1 1 340px; }
.bio-text h2, .bio-text h3 { font-family: var(--serif); color: var(--navy); }
.bio-text h2 { font-size: 1.9rem; margin-bottom: 0.2rem; }
.bio-text .title-line { color: var(--gold); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; font-size: 0.78rem; margin-bottom: 1rem; }
.bio-text p { margin-bottom: 1rem; }
.credentials { list-style: none; margin: 1.2rem 0; }
.credentials li { padding: 0.5rem 0 0.5rem 1.6rem; position: relative; border-bottom: 1px solid #eee7d8; font-size: 0.96rem; }
.credentials li::before { content: "⚖"; position: absolute; left: 0; color: var(--gold); }
[dir="rtl"] .credentials li { padding: 0.5rem 1.6rem 0.5rem 0; }
[dir="rtl"] .credentials li::before { left: auto; right: 0; }

/* Content pages */
.page-hero { background: linear-gradient(160deg, var(--navy-ink), var(--navy)); color: var(--white); text-align: center; padding: 2.8rem 1.25rem; }
.page-hero h1 { font-family: var(--serif); font-size: clamp(1.6rem, 3.5vw, 2.4rem); }
.page-hero p { color: #dbe2ef; max-width: 640px; margin: 0.6rem auto 0; }
.prose { max-width: 780px; margin: 0 auto; }
.prose h2 { font-family: var(--serif); color: var(--navy); font-size: 1.45rem; margin: 2rem 0 0.7rem; }
.prose h3 { color: var(--navy); font-size: 1.1rem; margin: 1.4rem 0 0.5rem; }
.prose p, .prose li { margin-bottom: 0.9rem; font-size: 1rem; }
.prose ul, .prose ol { padding-inline-start: 1.4rem; }
.callout {
  background: var(--paper); border-inline-start: 4px solid var(--gold);
  padding: 1.1rem 1.3rem; border-radius: 8px; margin: 1.6rem 0;
}
.callout strong { color: var(--navy); }

/* CTA band */
.cta-band { background: var(--navy); color: var(--white); text-align: center; padding: 3rem 1.25rem; }
.cta-band h2 { font-family: var(--serif); font-size: clamp(1.4rem, 3vw, 2rem); margin-bottom: 0.5rem; }
.cta-band p { color: #ccd6e6; margin-bottom: 1.4rem; }

/* Languages strip */
.lang-strip { background: var(--paper); text-align: center; padding: 1.5rem 1.25rem; border-top: 1px solid #e8e2d4; border-bottom: 1px solid #e8e2d4; }
.lang-strip p { font-size: 1.02rem; color: var(--navy); font-weight: 600; }
.lang-strip .ar { font-size: 1.15rem; }

/* ---------- Footer ---------- */
footer { background: var(--navy-ink); color: #aab6cc; padding: 2.6rem 1.25rem 2rem; font-size: 0.88rem; }
.footer-inner { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.8rem; }
footer h4 { color: var(--gold); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.2em; margin-bottom: 0.7rem; }
footer a { color: #cdd6e6; text-decoration: none; }
footer a:hover { color: var(--white); text-decoration: underline; }
footer ul { list-style: none; }
footer li { margin-bottom: 0.4rem; }
.footer-legal { max-width: 1080px; margin: 2rem auto 0; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,0.12); font-size: 0.76rem; color: #7d8aa3; line-height: 1.7; }
.footer-legal p { margin-bottom: 0.5rem; }

/* ---------- Arabic / RTL ---------- */
[dir="rtl"] body, [dir="rtl"] { font-family: 'Geeza Pro', 'Segoe UI', Tahoma, 'Noto Naskh Arabic', var(--sans); }
[dir="rtl"] h1, [dir="rtl"] h2, [dir="rtl"] h3, [dir="rtl"] .brand-name { font-family: 'Geeza Pro', 'Amiri', 'Noto Naskh Arabic', serif; }
[dir="rtl"] { line-height: 1.85; }
.lang-switch {
  color: var(--gold-bright); text-decoration: none; font-size: 0.9rem; font-weight: 700;
  padding: 0.45rem 0.7rem; border: 1px solid rgba(198,161,91,0.55); border-radius: 8px; white-space: nowrap;
}
.lang-switch:hover { background: rgba(198,161,91,0.15); }
.phone-ltr { direction: ltr; unicode-bidi: embed; }

@media (max-width: 640px) {
  .topbar nav { display: none; } /* nav collapses on phones; pages reachable from footer + home cards */
  .topbar-inner { justify-content: space-between; }
  .bio-flex .photo { flex-basis: 100%; max-width: 240px; margin: 0 auto; }
}

/* ---------- Motion & polish ---------- */
.topbar { transition: box-shadow 0.25s ease; }
.topbar.scrolled { box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35); }

.hero {
  background:
    radial-gradient(640px 320px at 50% -40px, rgba(198,161,91,0.22), transparent 70%),
    linear-gradient(160deg, var(--navy-ink) 0%, var(--navy) 70%, #2a4a80 100%);
}
.page-hero {
  background:
    radial-gradient(520px 240px at 50% -40px, rgba(198,161,91,0.16), transparent 70%),
    linear-gradient(160deg, var(--navy-ink), var(--navy));
}

.card, .review { transition: transform 0.25s ease, box-shadow 0.25s ease; }
.card:hover { transform: translateY(-5px); box-shadow: 0 12px 28px rgba(20, 32, 60, 0.13); }
.review:hover { transform: translateY(-3px); box-shadow: 0 8px 22px rgba(20, 32, 60, 0.1); }

.hero-cta, .call-btn, .intake-form button {
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.hero-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(0, 0, 0, 0.45); }
.call-btn:hover { transform: translateY(-1px); }
.card a.more, .topbar nav a, footer a, .lang-switch { transition: color 0.15s ease, background 0.15s ease; }

@media (prefers-reduced-motion: no-preference) {
  /* Hero entrance on page load (CSS-only, ends fully visible) */
  .hero > * {
    animation: rise-in 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) both;
  }
  .hero > *:nth-child(2) { animation-delay: 0.08s; }
  .hero > *:nth-child(3) { animation-delay: 0.16s; }
  .hero > *:nth-child(4) { animation-delay: 0.24s; }
  .hero > *:nth-child(5) { animation-delay: 0.3s; }
  .hero > *:nth-child(6) { animation-delay: 0.36s; }
  .hero > *:nth-child(7) { animation-delay: 0.42s; }
  .page-hero > * { animation: rise-in 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) both; }
  .page-hero > *:nth-child(2) { animation-delay: 0.1s; }
  .page-hero > *:nth-child(3) { animation-delay: 0.18s; }

  /* Scroll reveal — .reveal is only ever added by js/site.js */
  .reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  .reveal.is-visible { opacity: 1; transform: none; }
}

@keyframes rise-in {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}

/* ---------- 3D logo & cinematic touches ---------- */
.badge-wrap {
  width: 110px; height: 110px; margin: 0 auto 1.4rem;
  position: relative; border-radius: 50%; overflow: hidden;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.45));
}
.hero .badge-img { width: 110px; height: 110px; margin: 0; box-shadow: none; }
.badge-wrap::after {
  /* periodic shine sweeping across the badge */
  content: ""; position: absolute; inset: 0; border-radius: 50%;
  background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,0.55) 50%, transparent 70%);
  transform: translateX(-120%);
  pointer-events: none;
}
.brand img { transition: transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1); }
.brand:hover img { transform: perspective(400px) rotateY(360deg); }

@media (prefers-reduced-motion: no-preference) {
  /* wrapper rises in with the rest of the hero, then floats — float's
     translateY takes over from rise-in's identity end-state seamlessly;
     the badge itself does the 3D coin flip inside the wrapper */
  .hero .badge-wrap {
    animation:
      rise-in 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) both,
      badge-float 6s ease-in-out 1.8s infinite;
  }
  .hero .badge-img { animation: badge-flip 1.2s cubic-bezier(0.22, 0.61, 0.36, 1) both; }
  .badge-wrap::after { animation: badge-shine 5.5s ease-in-out 2s infinite; }
  .hero .gold-rule, .page-hero .gold-rule {
    background: linear-gradient(90deg, var(--gold) 25%, var(--gold-bright) 50%, var(--gold) 75%);
    background-size: 200% 100%;
    animation: gold-shimmer 3.5s linear infinite;
  }
  /* glow lives on a pseudo-element and pulses via opacity — animating
     box-shadow directly forced a repaint of the button every frame */
  .hero-cta { position: relative; }
  .hero-cta::after {
    content: ""; position: absolute; inset: 0; border-radius: 10px;
    box-shadow: 0 0 28px rgba(227, 184, 114, 0.55);
    opacity: 0; pointer-events: none; will-change: opacity;
    animation: cta-glow 3.2s ease-in-out 2.4s infinite;
  }
  .hero, .page-hero { will-change: opacity, transform; }
  .card { will-change: transform; }
}

/* ---------- Word-by-word headline reveal ---------- */
.split-words .w {
  display: inline-block; opacity: 0; transform: translateY(0.55em);
  filter: blur(6px); will-change: transform, filter;
  transition:
    opacity 0.6s ease var(--wd, 0s),
    transform 0.6s ease var(--wd, 0s),
    filter 0.6s ease var(--wd, 0s);
}
.split-words.words-in .w { opacity: 1; transform: none; filter: blur(0); }
/* a split hero title drops its whole-element entrance — the words carry it */
.hero h1.split-words { animation: none; opacity: 1; }

/* ---------- Glass nav once scrolled ---------- */
.topbar { transition: background 0.35s ease, box-shadow 0.35s ease; }
.topbar.scrolled {
  background: rgba(13, 25, 48, 0.78);
  -webkit-backdrop-filter: blur(14px) saturate(1.5);
  backdrop-filter: blur(14px) saturate(1.5);
}

/* ---------- Trust marquee (homepage strip) ---------- */
.trust-marquee { overflow: hidden; padding-left: 0; padding-right: 0; }
.trust-marquee .marquee-track { display: inline-flex; white-space: nowrap; }
.trust-marquee .marquee-group {
  display: inline-flex; align-items: center; gap: 2.4rem;
  padding-inline-end: 2.4rem;
  font-size: 1.02rem; color: var(--navy); font-weight: 600;
}
.trust-marquee .dot { color: var(--gold); }
@media (prefers-reduced-motion: no-preference) {
  .trust-marquee .marquee-track {
    animation: marquee-scroll 32s linear infinite;
    will-change: transform;
  }
  .trust-marquee:hover .marquee-track { animation-play-state: paused; }
}
@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ---------- Content panels slide over the hero ---------- */
.hero + section, .hero + .lang-strip, .page-hero + section {
  position: relative; z-index: 2;
  border-radius: 22px 22px 0 0;
  margin-top: -22px;
  background: var(--white);
}
.hero + .section-alt, .page-hero + .section-alt { background: var(--paper); }

/* ---------- Cinematic intro (homepages, once per session) ---------- */
/* Hidden unless the inline head script opts in — so no-JS visitors and
   reduced-motion users never see it, and it can never trap the page. */
.intro-overlay { display: none; }
html.intro-pending .intro-overlay {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  position: fixed; inset: 0; z-index: 200; overflow: hidden;
  background: radial-gradient(1400px 900px at 50% 40%, #2a4a80 0%, var(--navy) 45%, var(--navy-ink) 100%);
  animation: intro-out 0.8s ease 2.2s forwards;
}
html.intro-done .intro-overlay { display: none; }
/* golden bloom of light that swells behind the badge as the coin lands */
html.intro-pending .intro-overlay::before {
  content: ""; position: absolute; width: 110vmin; height: 110vmin;
  left: 50%; top: 40%; transform: translate(-50%, -50%);
  background: radial-gradient(circle,
    rgba(227, 184, 114, 0.32) 0%, rgba(198, 161, 91, 0.14) 30%, transparent 62%);
  will-change: transform, opacity;
  animation: intro-bloom 1.8s ease 0.6s both;
}
.intro-badge {
  /* no filter/shadow here: re-rasterizing a drop-shadow every frame of the
     spin is what made the intro stutter — the bloom supplies the depth */
  width: clamp(200px, 52vw, 360px); height: auto; border-radius: 50%;
  position: relative; will-change: transform;
  animation: intro-spin 1.4s cubic-bezier(0.16, 0.84, 0.3, 1) both;
}
.intro-name {
  font-family: var(--serif); color: var(--white); position: relative;
  font-size: clamp(1.6rem, 6vw, 3rem); letter-spacing: 0.1em;
  margin-top: 1.8rem; text-shadow: 0 2px 18px rgba(0, 0, 0, 0.5);
  animation: intro-name-in 0.7s ease 0.9s both;
}
.intro-rule {
  width: 130px; height: 3px; background: var(--gold); border: 0; margin-top: 1.1rem;
  position: relative; transform-origin: center;
  animation: intro-rule-in 0.6s ease 1.2s both;
}
/* hold the hero's own entrance until the intro lifts */
html.intro-pending:not(.intro-done) .hero > *,
html.intro-pending:not(.intro-done) .hero .badge-img { animation-play-state: paused; }

@keyframes intro-spin {
  from { opacity: 0; transform: perspective(1200px) rotateY(-900deg) scale(0.1); }
  70% { opacity: 1; transform: perspective(1200px) rotateY(-40deg) scale(1.08); }
  88% { transform: perspective(1200px) rotateY(12deg) scale(0.99); }
  to { opacity: 1; transform: perspective(1200px) rotateY(0) scale(1); }
}
@keyframes intro-bloom {
  from { opacity: 0; transform: translate(-50%, -50%) scale(0.4); }
  to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}
@keyframes intro-name-in {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}
@keyframes intro-rule-in {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}
@keyframes intro-out {
  to { opacity: 0; transform: scale(1.08); visibility: hidden; }
}

@keyframes badge-flip {
  from { opacity: 0; transform: perspective(700px) rotateY(-140deg) scale(0.7); }
  55% { opacity: 1; transform: perspective(700px) rotateY(22deg) scale(1.04); }
  80% { transform: perspective(700px) rotateY(-8deg) scale(1); }
  to { opacity: 1; transform: none; }
}
@keyframes badge-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}
@keyframes badge-shine {
  0%, 55% { transform: translateX(-120%); }
  75%, 100% { transform: translateX(120%); }
}
@keyframes gold-shimmer {
  from { background-position: 200% 0; }
  to { background-position: -200% 0; }
}
@keyframes cta-glow {
  0%, 100% { opacity: 0; }
  50% { opacity: 1; }
}

/* ---------- Intake form ---------- */
.intake-form { margin: 1.5rem 0 0.5rem; }
.intake-form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.intake-form label { display: block; font-weight: 700; color: var(--navy);
  margin: 0 0 0.35rem; font-size: 0.95rem; }
.intake-form .req { color: #b3261e; }
.intake-form input, .intake-form textarea {
  width: 100%; padding: 0.7rem 0.8rem; border: 1px solid #c9cdd6; border-radius: 8px;
  font: inherit; font-size: 1rem; background: #fff; color: #16181d; margin-bottom: 1rem;
}
.intake-form input:focus, .intake-form textarea:focus {
  outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(198,161,91,0.25);
}
.intake-form textarea { min-height: 130px; resize: vertical; }
.intake-form .hp { position: absolute; left: -9999px; width: 1px; height: 1px;
  overflow: hidden; }
.intake-form button {
  background: var(--gold); color: var(--navy); font-weight: 800; font-size: 1.05rem;
  border: 0; border-radius: 10px; padding: 0.85rem 1.6rem; cursor: pointer; width: 100%;
}
.intake-form button:hover { filter: brightness(1.06); }
.intake-form button[disabled] { opacity: 0.6; cursor: default; }
.form-note { font-size: 0.86rem; color: #5a5f6a; margin-top: 0.9rem; }
.form-msg { margin-top: 1rem; padding: 0.9rem 1rem; border-radius: 8px; display: none; }
.form-msg.ok { display: block; background: #e8f5e9; border: 1px solid #2e7d32; color: #1b5e20; }
.form-msg.err { display: block; background: #fdecea; border: 1px solid #b3261e; color: #8c1d18; }
[dir="rtl"] .intake-form label { text-align: right; }
@media (max-width: 640px) { .intake-form .row { grid-template-columns: 1fr; } }
