/* ============================================================
   JKIM Eye Care — refined navy + gold, drawn from the real logo
   Display: Fraunces (optical) · Body: Hanken Grotesk
   ============================================================ */

:root {
  --navy:   #16345f;
  --navy-2: #0f2547;
  --navy-3: #0a1c37;
  --navy-soft: #26497e;

  --gold:   #c99a4b;
  --gold-2: #ac7e30;
  --gold-soft: #e6cd97;
  --gold-tint: #f4ead2;

  --rose:   #c4386a;

  --paper: #fbf9f4;
  --cream: #f6f1e7;
  --sand:  #efe7d6;
  --mist:  #eef2f6;

  --ink:   #17212f;
  --body:  #3c4552;
  --muted: #6c7684;
  --line:  rgba(22, 52, 95, .12);
  --line-2: rgba(22, 52, 95, .07);

  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans:  "Hanken Grotesk", system-ui, -apple-system, sans-serif;

  --maxw: 1200px;
  --nav-h: 74px;
  --r: 16px;
  --r-sm: 10px;

  --sh-1: 0 1px 2px rgba(15, 37, 71, .05), 0 6px 20px rgba(15, 37, 71, .06);
  --sh-2: 0 10px 30px rgba(15, 37, 71, .10), 0 40px 80px -30px rgba(15, 37, 71, .28);
  --sh-gold: 0 8px 20px -6px rgba(172, 126, 48, .5);
}

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  color: var(--body);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { margin: 0; color: var(--ink); font-family: var(--serif); font-weight: 600; line-height: 1.1; }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(20px, 5vw, 48px); }

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 200;
  background: var(--navy); color: #fff; padding: 12px 18px; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

::selection { background: var(--gold-soft); color: var(--navy-3); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  font-family: var(--sans); font-weight: 700; font-size: .95rem;
  letter-spacing: .01em;
  padding: .78em 1.35em; border-radius: 100px; border: 1.5px solid transparent;
  cursor: pointer; transition: transform .25s cubic-bezier(.2,.7,.3,1), box-shadow .25s, background .25s, color .25s, border-color .25s;
  white-space: nowrap; line-height: 1;
}
.btn .ico { width: 1.05em; height: 1.05em; fill: currentColor; flex: none; }
.btn-lg { font-size: 1.02rem; padding: 1em 1.6em; }

.btn-gold { background: var(--gold); color: #241703; box-shadow: var(--sh-gold); }
.btn-gold:hover { background: var(--gold-soft); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--navy); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--navy); background: rgba(22,52,95,.04); transform: translateY(-2px); }
.btn-outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.4); }
.btn-outline-light:hover { border-color: #fff; background: rgba(255,255,255,.08); transform: translateY(-2px); }
.btn:focus-visible { outline: 3px solid var(--gold-soft); outline-offset: 2px; }

/* ---------- Eyebrow + iris dot ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: .6em;
  font-family: var(--sans); font-weight: 700; font-size: .74rem;
  letter-spacing: .18em; text-transform: uppercase; color: var(--gold-2);
  margin: 0 0 1.1rem;
}
.eyebrow.light { color: var(--gold-soft); }
.eye-dot {
  width: 12px; height: 12px; border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, var(--navy) 0 34%, var(--gold) 36% 60%, transparent 63%);
  box-shadow: 0 0 0 1.5px var(--gold);
  flex: none;
}
.eye-dot.gold { background: radial-gradient(circle at 50% 50%, #fff 0 34%, var(--gold) 36% 60%, transparent 63%); box-shadow: 0 0 0 1.5px var(--gold-soft); }

/* ---------- Section scaffolding ---------- */
.section { padding: clamp(68px, 9vw, 128px) 0; }
.section-head { max-width: 680px; margin: 0 0 clamp(38px, 5vw, 64px); }
.section-title { font-size: clamp(2rem, 3.9vw, 3.1rem); letter-spacing: -.015em; }
.section-sub { margin-top: 1.1rem; font-size: 1.12rem; color: var(--muted); }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: sticky; top: 0; z-index: 100;
  height: var(--nav-h);
  background: rgba(251, 249, 244, .82);
  backdrop-filter: saturate(1.4) blur(14px);
  -webkit-backdrop-filter: saturate(1.4) blur(14px);
  border-bottom: 1px solid var(--line-2);
}
.header-inner { height: var(--nav-h); display: flex; align-items: center; gap: 24px; }
.brand { display: flex; align-items: center; flex: none; }
.brand img { height: 42px; width: auto; }

.nav { margin-left: auto; }
.nav-menu { display: flex; align-items: center; gap: clamp(14px, 2vw, 30px); }
.nav-menu > li > a {
  font-weight: 600; font-size: .95rem; color: var(--navy); letter-spacing: .01em;
  padding: 6px 2px; position: relative; transition: color .2s;
}
.nav-menu > li > a::after {
  content: ""; position: absolute; left: 0; bottom: -2px; width: 100%; height: 2px;
  background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .28s cubic-bezier(.2,.7,.3,1);
}
.nav-menu > li > a:hover { color: var(--gold-2); }
.nav-menu > li > a:hover::after { transform: scaleX(1); }
.nav-kr a { color: var(--gold-2); }

.header-cta { display: flex; align-items: center; gap: 12px; margin-left: 8px; }

.nav-toggle {
  display: none; width: 46px; height: 42px; border: 1px solid var(--line); border-radius: 10px;
  background: transparent; cursor: pointer; padding: 0; position: relative;
}
.nav-toggle span {
  display: block; width: 20px; height: 2px; background: var(--navy); border-radius: 2px;
  margin: 4px auto; transition: transform .3s, opacity .2s;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; overflow: hidden; background: linear-gradient(180deg, var(--cream), var(--paper) 70%); }
.hero-texture {
  position: absolute; inset: 0; pointer-events: none; opacity: .9;
  background:
    radial-gradient(1100px 620px at 82% -8%, rgba(201,154,75,.16), transparent 60%),
    radial-gradient(760px 620px at 8% 108%, rgba(22,52,95,.10), transparent 62%),
    repeating-radial-gradient(circle at 84% 12%, rgba(22,52,95,.05) 0 1px, transparent 1px 34px);
}
.hero-grid {
  position: relative;
  display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(28px, 4vw, 64px);
  align-items: center;
  min-height: calc(100svh - var(--nav-h));
  padding-top: clamp(28px, 5vh, 60px); padding-bottom: clamp(36px, 6vh, 72px);
}
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; min-width: 0; }

.hero-title {
  font-size: clamp(2.15rem, 5vw, 4.3rem);
  line-height: 1.03; letter-spacing: -.02em; color: var(--navy-2);
  margin-bottom: 1.3rem; overflow-wrap: break-word;
}
.hero-title em {
  font-style: italic; font-weight: 600; color: var(--gold-2);
  position: relative; padding: 0 .04em;
}
.hero-title em::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: .06em; height: .09em;
  background: var(--gold); opacity: .5; border-radius: 2px;
}
.hero-lead { font-size: clamp(1.02rem, 1.35vw, 1.2rem); color: var(--body); max-width: 40ch; margin-bottom: 1.9rem; }
.hero-lead strong { color: var(--navy); font-weight: 700; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 1.9rem; }

.hero-proof { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 16px; font-size: .96rem; color: var(--muted); }
.hero-proof strong { color: var(--ink); font-weight: 800; }
.stars { color: var(--gold); letter-spacing: .06em; font-size: 1.05rem; }
.proof-sep { width: 1px; height: 18px; background: var(--line); }
.proof-bi { color: var(--navy); font-weight: 600; }

/* hero media */
.hero-media { position: relative; align-self: center; min-width: 0; }
.hero-photo {
  margin: 0; border-radius: 22px; overflow: hidden;
  border: 1px solid rgba(255,255,255,.7);
  box-shadow: var(--sh-2);
  aspect-ratio: 4 / 4.4;
  transform: rotate(.6deg);
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo::after {
  content: ""; position: absolute; inset: 0; border-radius: 22px;
  box-shadow: inset 0 0 0 6px rgba(251,249,244,.35);
  pointer-events: none;
}
.hero-chip {
  position: absolute; background: rgba(251,249,244,.92); backdrop-filter: blur(6px);
  border: 1px solid var(--line); border-radius: 14px; padding: 12px 16px;
  box-shadow: var(--sh-1); display: flex; flex-direction: column; line-height: 1.2;
}
.hero-chip .chip-k { font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-2); font-weight: 700; }
.hero-chip .chip-v { font-family: var(--serif); font-size: 1.08rem; color: var(--navy-2); font-weight: 600; }
.chip-1 { left: -22px; bottom: 40px; }
.chip-2 { right: -18px; top: 34px; }

/* ============================================================
   BRAND STRIP
   ============================================================ */
.brandstrip { background: var(--navy); color: #fff; border-block: 1px solid rgba(255,255,255,.08); }
.brandstrip-inner {
  display: flex; align-items: center; gap: clamp(16px, 4vw, 48px); flex-wrap: wrap;
  padding: 22px 0; justify-content: center;
}
.brandstrip-label {
  font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-soft); font-weight: 700;
}
.brandstrip-list { display: flex; align-items: center; gap: clamp(18px, 4vw, 46px); flex-wrap: wrap; justify-content: center; }
.brandstrip-list li {
  font-family: var(--serif); font-weight: 500; font-size: clamp(1rem, 1.8vw, 1.35rem);
  letter-spacing: .06em; color: rgba(255,255,255,.86);
}

/* ============================================================
   CARE
   ============================================================ */
.care { background: var(--paper); }
.care-list { display: grid; gap: 0; }
.care-item {
  display: grid; grid-template-columns: 92px 1fr; gap: clamp(18px, 4vw, 54px);
  padding: clamp(30px, 4vw, 46px) 0; border-top: 1px solid var(--line);
  align-items: start;
}
.care-item:last-child { border-bottom: 1px solid var(--line); }
.care-no {
  font-family: var(--serif); font-size: 1.6rem; font-weight: 500; color: var(--gold-2);
  font-variant-numeric: tabular-nums; padding-top: .2em;
}
.care-body h3 { font-size: clamp(1.5rem, 2.6vw, 2.15rem); letter-spacing: -.01em; margin-bottom: .5rem; color: var(--navy-2); }
.care-body p { max-width: 62ch; color: var(--body); }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 1.1rem; }
.tags li {
  font-size: .78rem; font-weight: 600; letter-spacing: .02em; color: var(--navy);
  background: var(--cream); border: 1px solid var(--line); border-radius: 100px; padding: .38em .85em;
}
.care-item:hover .care-no { color: var(--rose); transition: color .3s; }

/* ============================================================
   DOCTOR
   ============================================================ */
.doctor { background: linear-gradient(180deg, var(--cream), var(--sand)); }
.doctor-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(32px, 6vw, 84px); align-items: center; }
.doctor-portrait { position: relative; }
.doctor-portrait figure {
  margin: 0; border-radius: 20px; overflow: hidden; box-shadow: var(--sh-2);
  border: 6px solid #fff; background: var(--mist);
}
.doctor-portrait img { width: 100%; height: auto; }
.portrait-badge {
  position: absolute; right: -14px; bottom: -18px;
  display: flex; align-items: center; gap: 12px;
  background: var(--navy); color: #fff; padding: 14px 18px; border-radius: 14px;
  box-shadow: var(--sh-2);
}
.portrait-badge svg { width: 30px; height: 30px; fill: none; stroke: var(--gold-soft); stroke-width: 1.4; flex: none; }
.portrait-badge strong { display: block; font-family: var(--serif); font-size: 1.08rem; font-weight: 600; }
.portrait-badge span { font-size: .76rem; color: rgba(255,255,255,.72); letter-spacing: .02em; }

.doctor-copy .section-title { color: var(--navy-2); margin-bottom: 1.2rem; }
.doctor-copy > p { max-width: 56ch; }
.doctor-copy > p strong { color: var(--navy); }
.pull {
  margin: 1.9rem 0 1.4rem; padding: .2rem 0 .2rem 1.4rem;
  border-left: 3px solid var(--gold);
  font-family: var(--serif); font-style: italic; font-weight: 500;
  font-size: clamp(1.25rem, 2.2vw, 1.7rem); line-height: 1.3; color: var(--navy-2);
}
.doctor-kicker { margin: 0; font-family: var(--serif); font-style: italic; font-weight: 500; font-size: 1.05rem; color: var(--gold-2); }

/* ============================================================
   STATS
   ============================================================ */
.stats { background: var(--navy-2); color: #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; padding: clamp(44px, 6vw, 74px) 0; }
.stat { text-align: center; padding: 10px clamp(8px, 2vw, 22px); position: relative; }
.stat + .stat::before { content: ""; position: absolute; left: 0; top: 18%; height: 64%; width: 1px; background: rgba(255,255,255,.14); }
.stat-fig {
  display: block; font-family: var(--serif); font-weight: 600;
  font-size: clamp(1.7rem, 3.4vw, 2.7rem); color: #fff; line-height: 1.05; letter-spacing: -.01em;
}
.stat-fig [lang="ko"] { font-family: var(--sans); font-weight: 700; }
.stat-star { color: var(--gold); font-size: .7em; }
.stat-label { display: block; margin-top: .5rem; font-size: .84rem; color: rgba(255,255,255,.66); letter-spacing: .02em; }

/* ============================================================
   GALLERY (masonry from real Google photos)
   ============================================================ */
.gallery { background: var(--paper); }
.masonry { columns: 3 260px; column-gap: 16px; }
.mfig {
  margin: 0 0 16px; break-inside: avoid; border-radius: var(--r); overflow: hidden;
  box-shadow: var(--sh-1); border: 1px solid var(--line-2); background: var(--mist);
  transition: transform .4s cubic-bezier(.2,.7,.3,1), box-shadow .4s;
}
.mfig img { width: 100%; height: auto; transition: transform .6s cubic-bezier(.2,.7,.3,1); }
.mfig:hover { transform: translateY(-4px); box-shadow: var(--sh-2); }
.mfig:hover img { transform: scale(1.04); }

/* ============================================================
   REVIEWS
   ============================================================ */
.reviews { background: linear-gradient(180deg, var(--mist), var(--paper)); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review {
  margin: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  padding: 28px 26px 24px; box-shadow: var(--sh-1); display: flex; flex-direction: column;
}
.rstars { color: var(--gold); letter-spacing: .08em; font-size: 1rem; margin-bottom: 14px; }
.review blockquote { margin: 0 0 20px; font-size: 1.04rem; line-height: 1.55; color: var(--ink); font-weight: 500; }
.review figcaption { margin-top: auto; display: flex; flex-direction: column; padding-top: 14px; border-top: 1px solid var(--line-2); }
.rname { font-family: var(--serif); font-weight: 600; color: var(--navy-2); font-size: 1.02rem; }
.rmeta { font-size: .78rem; color: var(--muted); letter-spacing: .02em; }

/* ============================================================
   VISIT
   ============================================================ */
.visit { background: var(--cream); }
.visit-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(28px, 5vw, 64px); align-items: start; }
.visit-info .section-title { color: var(--navy-2); margin-bottom: 1.8rem; }
.contact-list { display: grid; gap: 4px; margin-bottom: 2rem; }
.contact-list li { display: grid; grid-template-columns: 108px 1fr; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.cl-k { font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-2); font-weight: 700; }
.cl-v { color: var(--ink); font-size: 1.06rem; }
.cl-v a { border-bottom: 1px solid var(--line); transition: border-color .2s, color .2s; }
.cl-v a:hover { color: var(--gold-2); border-color: var(--gold); }
.kr-note .cl-v { color: var(--navy); font-weight: 500; }
.visit-actions { display: flex; flex-wrap: wrap; gap: 14px; }

.hours-card {
  background: var(--navy); color: #fff; border-radius: 20px; padding: clamp(28px, 3.5vw, 40px);
  box-shadow: var(--sh-2); position: sticky; top: calc(var(--nav-h) + 20px);
}
.hours-card h3 { color: #fff; font-size: 1.5rem; margin-bottom: 1.2rem; }
.hours-card h3::after { content: ""; display: block; width: 42px; height: 3px; background: var(--gold); border-radius: 2px; margin-top: 12px; }
.hours > div { display: flex; justify-content: space-between; gap: 12px; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.hours dt { color: rgba(255,255,255,.78); font-weight: 500; }
.hours dd { margin: 0; color: #fff; font-weight: 600; font-variant-numeric: tabular-nums; }
.hours .closed dd { color: rgba(255,255,255,.42); font-weight: 500; }
.hours .byappt dd { color: var(--gold-soft); }
.hours-note { margin-top: 1.2rem; font-size: .86rem; color: rgba(255,255,255,.6); }

/* ============================================================
   FINAL CTA
   ============================================================ */
.finalcta { position: relative; overflow: hidden; background: var(--navy-3); color: #fff; padding: clamp(72px, 10vw, 128px) 0; text-align: center; }
.finalcta-texture {
  position: absolute; inset: 0; pointer-events: none; opacity: .8;
  background:
    radial-gradient(760px 460px at 50% -10%, rgba(201,154,75,.22), transparent 62%),
    repeating-radial-gradient(circle at 50% 118%, rgba(255,255,255,.05) 0 1px, transparent 1px 44px);
}
.finalcta-inner { position: relative; max-width: 720px; margin: 0 auto; }
.finalcta h2 { color: #fff; font-size: clamp(2.4rem, 5vw, 3.9rem); letter-spacing: -.02em; margin-bottom: 1rem; }
.finalcta-sub { font-size: 1.15rem; color: rgba(255,255,255,.76); margin: 0 auto 2.2rem; max-width: 46ch; }
.finalcta-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--navy-2); color: rgba(255,255,255,.7); padding: clamp(48px, 6vw, 72px) 0 32px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px 32px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footmark { font-family: var(--serif); font-size: 1.7rem; font-weight: 600; letter-spacing: .01em; }
.fm-j { color: #fff; } .fm-eye { color: var(--rose); } .fm-care { color: var(--gold-soft); }
.footer-tag { margin-top: 12px; max-width: 32ch; font-size: .95rem; color: rgba(255,255,255,.6); }
.footer-col h4 { color: #fff; font-family: var(--sans); font-weight: 700; font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 14px; }
.footer-col p { font-size: .95rem; line-height: 1.7; margin-bottom: 10px; }
.footer-col a:hover { color: var(--gold-soft); }
.footer-links li { padding: 3px 0; }
.footer-links a { font-size: .95rem; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; padding-top: 24px; font-size: .82rem; color: rgba(255,255,255,.5); }

/* ============================================================
   REVEAL ANIMATION
   ============================================================ */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.2,.7,.3,1), transform .7s cubic-bezier(.2,.7,.3,1); }
.reveal.in { opacity: 1; transform: none; }
.care-item.reveal { transition-delay: .04s; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .btn, .mfig, .mfig img, .nav-menu > li > a::after { transition: none !important; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: 1fr; min-height: 0; align-items: stretch; }
  .hero-copy { padding-top: 8px; }
  .hero-media { margin-top: 8px; max-width: 460px; }
  .chip-1 { left: 8px; } .chip-2 { right: 8px; }
  .doctor-grid { grid-template-columns: 1fr; gap: 54px; }
  .doctor-portrait { max-width: 420px; }
  .visit-grid { grid-template-columns: 1fr; }
  .hours-card { position: static; }
  .review-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 780px) {
  .nav { position: fixed; inset: var(--nav-h) 0 auto 0; margin: 0; }
  .nav-menu {
    display: none; flex-direction: column; align-items: stretch; gap: 0;
    background: var(--paper); border-bottom: 1px solid var(--line);
    box-shadow: var(--sh-2); padding: 8px 0;
  }
  .nav-menu.open { display: flex; }
  .nav-menu > li { border-bottom: 1px solid var(--line-2); }
  .nav-menu > li:last-child { border-bottom: 0; }
  .nav-menu > li > a { display: block; padding: 15px clamp(20px, 5vw, 48px); font-size: 1.05rem; }
  .nav-menu > li > a::after { display: none; }
  .nav-toggle { display: block; }
  .header-cta .btn span { display: none; }
  .header-cta .btn { padding: .7em; width: 44px; height: 42px; }
  .header-cta .btn .ico { width: 1.2em; height: 1.2em; }

  .review-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 20px 8px; }
  .stat:nth-child(3)::before, .stat:nth-child(odd)::before { display: none; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .hero-title { font-size: clamp(1.8rem, 7.2vw, 2.55rem); }
  .hero-lead { font-size: 1.02rem; margin-bottom: 1.5rem; }
  .hero-actions { margin-bottom: 1.5rem; gap: 10px; width: 100%; }
  .hero-actions .btn { width: 100%; }
  .hero-proof { font-size: .9rem; }
  .care-item { grid-template-columns: 1fr; gap: 6px; }
  .care-no { font-size: 1.25rem; }
  .portrait-badge { right: 8px; left: 8px; bottom: -14px; justify-content: center; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .brandstrip-inner { gap: 12px; }
}

@media (max-width: 380px) {
  .hero-title { font-size: 1.72rem; }
}
