/* ============================================================
   Pharmacie Hind — Accueil (structure inspirée "Medizet")
   Composants spécifiques à la home. Réutilise les tokens de styles.css.
   ============================================================ */

:root {
  --star-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0c.6 4.8 2.2 6.4 7 7-4.8.6-6.4 2.2-7 7-.6-4.8-2.2-6.4-7-7 4.8-.6 6.4-2.2 7-7z' fill='black'/%3E%3C/svg%3E");
}

/* ---------- Top utility bar (moved to styles.css; kept here harmless) ---------- */

/* ---------- Hero with photo background ---------- */
.hero-m { position: relative; color: #fff; overflow: hidden; }
.hero-m__bg { position: absolute; inset: 0; z-index: 0; }
.hero-m__bg .ph { width: 100%; height: 100%; border-radius: 0; border: 0; }
.hero-m__scrim { position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(100deg, rgba(15,36,27,.94) 0%, rgba(15,36,27,.82) 40%, rgba(15,36,27,.42) 74%, rgba(15,36,27,.18) 100%); }
.hero-m__in { position: relative; z-index: 1; padding-block: clamp(56px, 9vw, 130px) clamp(120px, 13vw, 180px); }
.hero-m__copy { max-width: 660px; }
.badge-pill { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-head); font-weight: 600; font-size: .82rem; letter-spacing: .04em; text-transform: uppercase; color: #fff; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22); padding: 8px 16px; border-radius: var(--radius-pill); backdrop-filter: blur(4px); }
.badge-pill .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--primary-300); }
.hero-m h1 { color: #fff; font-size: clamp(2.6rem, 6vw, 4.6rem); line-height: 1.04; margin-top: 22px; }
.hero-m h1 .accent { color: var(--primary-300); }
.hero-m__lead { color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 1.5vw, 1.22rem); margin-top: 22px; max-width: 52ch; }
.hero-m__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-m .btn--ghost { color: #fff; border-color: rgba(255,255,255,.5); }
.hero-m .btn--ghost:hover { background: rgba(255,255,255,.12); }

/* ---------- Hero stat band (overlaps hero) ---------- */
.hero-band { position: relative; z-index: 2; margin-top: clamp(-90px, -9vw, -70px); }
.hero-band__card { background: var(--primary); color: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);
  display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: clamp(20px, 3vw, 44px); padding: clamp(22px, 3vw, 34px) clamp(24px, 4vw, 44px); position: relative; overflow: hidden; }
.hero-band__lead { display: flex; align-items: center; gap: 16px; position: relative; }
.hero-band__lead .ph { width: 84px; height: 64px; border-radius: 14px; min-height: 0; border-color: rgba(255,255,255,.4); background-color: rgba(255,255,255,.12); flex: none; }
.hero-band__lead .ph .ph__label { display: none; }
.hero-band__ic { width: 64px; height: 64px; border-radius: 14px; min-height: 0; border: 1px solid rgba(255,255,255,.4); background-color: rgba(255,255,255,.12); flex: none; display: grid; place-items: center; color: #fff; }
.hero-band__ic svg { width: 30px; height: 30px; }
.hero-band__lead b { font-family: var(--font-head); font-size: 1.05rem; line-height: 1.25; display: block; }
.hero-band__lead span { font-size: .85rem; opacity: .8; }
.hero-band__stat { position: relative; text-align: center; }
.hero-band__stat b { font-family: var(--font-head); font-size: clamp(1.8rem, 3vw, 2.6rem); display: block; line-height: 1; }
.hero-band__stat span { font-size: .85rem; opacity: .85; }
.hero-band__sep { width: 1px; align-self: stretch; background: rgba(255,255,255,.2); }
@media (max-width: 820px) {
  .hero-band__card { grid-template-columns: 1fr 1fr; gap: 22px; }
  .hero-band__lead { grid-column: 1 / -1; }
  .hero-band__sep { display: none; }
}

/* ---------- Feature cards (Conseils / Commandes / Localisation) ---------- */
.feat3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.4vw, 26px); }
@media (max-width: 820px) { .feat3 { grid-template-columns: 1fr; } }
.feat-card { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-sm); position: relative; transition: transform .2s, box-shadow .2s, border-color .2s; overflow: hidden; }
.feat-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--primary-100); }
.feat-card__top { display: flex; align-items: flex-start; justify-content: space-between; }
.feat-card__ic { width: 58px; height: 58px; border-radius: 16px; background: var(--primary-50); color: var(--primary-700); display: grid; place-items: center; }
.feat-card__ic svg { width: 28px; height: 28px; }
.feat-card__arrow { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; color: var(--primary-700); transition: .2s; }
.feat-card:hover .feat-card__arrow { background: var(--primary); border-color: var(--primary); color: #fff; transform: rotate(-45deg); }
.feat-card__arrow svg { width: 18px; height: 18px; }
.feat-card h3 { font-size: 1.22rem; margin-top: 22px; }
.feat-card p { color: var(--ink-soft); font-size: .96rem; margin-top: 8px; }
.feat-card__big { font-family: var(--font-head); font-weight: 700; color: var(--primary-700); font-size: 1.3rem; margin-top: 14px; display: block; }

/* ---------- About collage + experience badge ---------- */
.collage { position: relative; }
.collage .ph--portrait { width: 78%; }
.collage__inset { position: absolute; bottom: -28px; right: 0; width: 52%; border: 6px solid #fff; border-radius: var(--radius); box-shadow: var(--shadow-lg); overflow: hidden; }
.collage__inset .ph { border-radius: 0; border: 0; min-height: 0; aspect-ratio: 4/3; }

/* Encart stylisé (sans photo réelle) */
.collage__inset-card {
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, #1a5c38 0%, #2E8B57 60%, #3aab6e 100%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 18px 20px 16px;
  position: relative;
  overflow: hidden;
}
/* Motif de points discret en fond */
.collage__inset-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 18px 18px;
}
/* Croix pharmaceutique décorative */
.collage__inset-card::after {
  content: "";
  position: absolute;
  top: -20px; right: -20px;
  width: 110px; height: 110px;
  background:
    linear-gradient(rgba(255,255,255,.08) 0%, rgba(255,255,255,.08) 100%) center/30px 100% no-repeat,
    linear-gradient(rgba(255,255,255,.08) 0%, rgba(255,255,255,.08) 100%) center/100% 30px no-repeat;
  border-radius: 4px;
  transform: rotate(10deg);
}
.collage__inset-card__icon {
  width: 36px; height: 36px;
  background: rgba(255,255,255,.18);
  border-radius: 10px;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
  position: relative;
  flex: none;
}
.collage__inset-card__icon svg { width: 20px; height: 20px; color: #fff; }
.collage__inset-card__num {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  color: #fff;
  line-height: 1;
  position: relative;
}
.collage__inset-card__label {
  font-size: .75rem;
  color: rgba(255,255,255,.8);
  margin-top: 4px;
  letter-spacing: .02em;
  text-transform: uppercase;
  position: relative;
}

.exp-badge {
  position: absolute; top: 24px; right: 16px;
  display: flex; align-items: center; gap: 14px;
  background: #fff; color: var(--ink);
  border-radius: var(--radius-lg);
  padding: 14px 24px 14px 14px;
  box-shadow: var(--shadow-lg);
  z-index: 2;
}
.exp-badge__ic { width: 46px; height: 46px; border-radius: 13px; background: var(--primary); color: #fff; display: grid; place-items: center; flex: none; }
.exp-badge__ic svg { width: 24px; height: 24px; }
.exp-badge__txt { display: flex; flex-direction: column; line-height: 1.15; white-space: nowrap; }
.exp-badge__txt b { font-family: var(--font-head); font-weight: 700; font-size: clamp(1.5rem, 2.4vw, 1.9rem); color: var(--ink); }
.exp-badge__txt span { font-size: .7rem; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); }
@media (max-width: 860px) { .collage { max-width: 460px; margin-inline: auto; } }

.call-row { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; margin-top: 30px; padding-top: 26px; border-top: 1px solid var(--line); }
.call-chip { display: flex; align-items: center; gap: 14px; }
.call-chip__ic { width: 50px; height: 50px; border-radius: 50%; background: var(--primary-50); color: var(--primary-700); display: grid; place-items: center; flex: none; }
.call-chip__ic svg { width: 22px; height: 22px; }
.call-chip small { color: var(--muted); font-size: .82rem; display: block; }
.call-chip b { font-family: var(--font-head); font-size: 1.12rem; }
.rating-chip { display: flex; flex-direction: column; gap: 4px; }
.rating-chip b { font-family: var(--font-head); font-size: 1.5rem; color: var(--primary-700); }
.rating-chip .stars { display: flex; gap: 2px; color: #f5a524; }
.rating-chip .stars svg { width: 15px; height: 15px; }
.rating-chip span { font-size: .8rem; color: var(--muted); }

/* ---------- Services dark band ---------- */
.svc-dark { background: var(--bg-deep); color: #fff; position: relative; overflow: hidden; }
.svc-dark::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 70% at 100% 0%, rgba(46,139,87,.22), transparent 60%); pointer-events: none; }
.svc-dark .eyebrow { color: var(--primary-300); }
.svc-dark h2 { color: #fff; }
.svc-dark .section-head p { color: rgba(255,255,255,.75); }
.svc-img-card { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); aspect-ratio: 4/4.6; }
.svc-img-card .ph { border-radius: 0; border: 0; aspect-ratio: 4/4.6; min-height: 0; }
.svc-img-card__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(15,36,27,.92) 4%, rgba(15,36,27,.35) 46%, transparent 75%); display: flex; flex-direction: column; justify-content: flex-end; padding: 26px; }
.svc-img-card .tag { background: var(--primary); color: #fff; }
.svc-img-card h3 { color: #fff; font-size: 1.3rem; margin-top: 12px; }
.svc-img-card p { color: rgba(255,255,255,.78); font-size: .92rem; margin-top: 8px; }
.svc-img-card__arrow { position: absolute; top: 20px; right: 20px; width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,.16); backdrop-filter: blur(4px); display: grid; place-items: center; color: #fff; transition: .2s; }
.svc-img-card:hover .svc-img-card__arrow { background: var(--primary); transform: rotate(-45deg); }
.svc-img-card__arrow svg { width: 18px; height: 18px; }

/* ---------- Marquee specialties ---------- */
.marquee { background: var(--primary); color: #fff; overflow: hidden; padding-block: 20px; }
.marquee__track { display: flex; gap: 0; white-space: nowrap; width: max-content; animation: marquee 26s linear infinite; }
.marquee__track span { font-family: var(--font-head); font-weight: 700; font-size: clamp(1.2rem, 2.2vw, 1.7rem); letter-spacing: .02em; padding-inline: 30px; display: inline-flex; align-items: center; gap: 60px; }
.marquee__track span::after { content: ""; width: 22px; height: 22px; flex: none; background: #fff;
  -webkit-mask: var(--star-mask) center/contain no-repeat; mask: var(--star-mask) center/contain no-repeat; }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee__track { animation: none; } }

/* ---------- Why choose us info card ---------- */
.why-card { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: clamp(26px, 3vw, 38px); }
.why-card__head { display: flex; align-items: center; gap: 16px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.why-card__head .num { font-family: var(--font-head); font-weight: 700; font-size: clamp(2rem, 3.5vw, 2.8rem); color: var(--primary-700); }
.why-card__head span { color: var(--ink-soft); font-size: .96rem; }
.why-card__list { list-style: none; padding: 0; margin-top: 8px; }
.why-card__list li { display: flex; gap: 14px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--line-soft); }
.why-card__list li:last-child { border-bottom: 0; }
.why-card__list .ic { width: 46px; height: 46px; border-radius: 13px; background: var(--primary-50); color: var(--primary-700); display: grid; place-items: center; flex: none; }
.why-card__list .ic svg { width: 22px; height: 22px; }
.why-card__list b { font-family: var(--font-head); font-size: 1rem; display: block; }
.why-card__list small { color: var(--muted); font-size: .85rem; }

/* ---------- Testimonials dark ---------- */
.tst-dark { background: var(--bg-deep); color: #fff; position: relative; overflow: hidden; }
.tst-dark::before { content: ""; position: absolute; inset: 0; background: radial-gradient(50% 60% at 0% 100%, rgba(46,139,87,.2), transparent 60%); pointer-events: none; }
.tst-dark .eyebrow { color: var(--primary-300); }
.tst-dark h2 { color: #fff; }
.tst-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); padding: 30px; position: relative; height: 100%; display: flex; flex-direction: column; gap: 16px; }
.tst-card .stars { display: flex; gap: 3px; color: #f5a524; }
.tst-card .stars svg { width: 17px; height: 17px; }
.tst-card blockquote { color: rgba(255,255,255,.88); font-size: 1.02rem; line-height: 1.6; }
.tst-card__who { display: flex; align-items: center; gap: 13px; margin-top: auto; padding-top: 8px; }
.tst-card__who .avatar { background: var(--primary); color: #fff; }
.tst-card__who b { font-family: var(--font-head); color: #fff; display: block; font-size: .98rem; }
.tst-card__who span { color: rgba(255,255,255,.6); font-size: .82rem; }
.tst-card__quote { position: absolute; top: 22px; right: 26px; font-family: var(--font-head); font-size: 4rem; line-height: 1; color: rgba(255,255,255,.12); }

/* ---------- Need appointment banner ---------- */
.appt-banner { background: linear-gradient(115deg, var(--primary-700), var(--primary)); border-radius: var(--radius-lg); color: #fff; position: relative; overflow: hidden; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(20px, 3vw, 40px); padding: clamp(28px, 3vw, 20px) clamp(28px, 4vw, 56px); }
.appt-banner__media { position: relative; align-self: end; }
.appt-banner__media .ph { width: 180px; height: 180px; border-radius: 50%; border-color: rgba(255,255,255,.4); background-color: rgba(255,255,255,.12); min-height: 0; }
.appt-banner__copy { position: relative; }
.appt-banner__copy h2 { color: #fff; font-size: clamp(1.6rem, 3vw, 2.4rem); }
.appt-banner__copy p { color: rgba(255,255,255,.85); margin-top: 8px; max-width: 44ch; }
.appt-banner__btn { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: #fff; color: var(--primary-700); border-radius: var(--radius-pill); padding: 18px 32px; font-family: var(--font-head); font-weight: 600; font-size: 1rem; box-shadow: var(--shadow-lg); transition: transform .2s, box-shadow .2s; flex: none; white-space: nowrap; }
.appt-banner__btn:hover { transform: translateY(-3px); }
.appt-banner__btn svg { width: 22px; height: 22px; flex: none; }
@media (max-width: 820px) { .appt-banner { grid-template-columns: 1fr; text-align: center; justify-items: center; } .appt-banner__media { display: none; } }

/* ---------- Team ---------- */
.team-card { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s; }
.team-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.team-card__media { position: relative; aspect-ratio: 4/4.4; overflow: hidden; }
.team-card__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.team-card__media .ph { border-radius: 0; border: 0; aspect-ratio: 4/4.4; min-height: 0; }
.team-card__social { position: absolute; right: 16px; bottom: 16px; display: flex; flex-direction: column; gap: 8px; opacity: 0; transform: translateY(8px); transition: .25s; }
.team-card:hover .team-card__social { opacity: 1; transform: none; }
.team-card__social a { width: 38px; height: 38px; border-radius: 50%; background: #fff; color: var(--primary-700); display: grid; place-items: center; box-shadow: var(--shadow-sm); }
.team-card__social svg { width: 16px; height: 16px; }
.team-card__body { padding: 22px 24px 26px; text-align: center; }
.team-card__body b { font-family: var(--font-head); font-size: 1.14rem; display: block; }
.team-card__body span { color: var(--primary-700); font-size: .9rem; font-family: var(--font-head); font-weight: 500; }
.team-card__bio { font-size: .85rem; color: var(--muted); margin-top: 10px; line-height: 1.55; }

/* ---------- Appointment form section ---------- */
.appt-sec { position: relative; }
.appt-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.appt-form-grid__media .ph { border-radius: 0; border: 0; height: 100%; min-height: 420px; }
.appt-form-grid__form { background: var(--bg-deep); color: #fff; padding: clamp(30px, 4vw, 52px); }
.appt-form-grid__form .eyebrow { color: var(--primary-300); }
.appt-form-grid__form h2 { color: #fff; margin-top: 12px; font-size: clamp(1.6rem, 2.6vw, 2.2rem); }
.appt-form-grid__form p { color: rgba(255,255,255,.7); margin-top: 10px; }
.appt-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 26px; }
.appt-fields .full { grid-column: 1 / -1; }
.appt-fields input, .appt-fields textarea { width: 100%; font: inherit; font-size: .98rem; color: #fff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius-sm); padding: 13px 16px; }
.appt-fields input::placeholder, .appt-fields textarea::placeholder { color: rgba(255,255,255,.5); }
.appt-fields input:focus, .appt-fields textarea:focus { outline: none; border-color: var(--primary-300); background: rgba(255,255,255,.12); }
.appt-fields textarea { min-height: 110px; resize: vertical; }
@media (max-width: 820px) { .appt-form-grid { grid-template-columns: 1fr; } .appt-form-grid__media { display: none; } .appt-fields { grid-template-columns: 1fr; } }

/* ---------- Brand ticker ---------- */
.brand-ticker { overflow: hidden; padding-block: 24px; background: var(--bg); }
.brand-ticker__label { text-align: center; font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); margin-bottom: 18px; }
.brand-ticker__track { display: flex; gap: 0; white-space: nowrap; width: max-content; animation: marquee 34s linear infinite; }
.brand-ticker__item { font-family: var(--font-head); font-weight: 700; font-size: clamp(1rem, 1.6vw, 1.3rem); color: var(--muted); padding-inline: 32px; display: inline-flex; align-items: center; gap: 10px; opacity: .65; transition: opacity .2s; }
.brand-ticker__item::before { content: "✦"; font-size: .6em; color: var(--primary-300); flex: none; }
.brand-ticker:hover .brand-ticker__track { animation-play-state: paused; }
.brand-ticker__item:hover { opacity: 1; color: var(--primary-700); }

/* ---------- Wide CTA with icon ---------- */
.cta-wide { background: linear-gradient(115deg, var(--primary-700), var(--primary)); border-radius: var(--radius-lg); color: #fff; position: relative; overflow: hidden; display: flex; align-items: center; gap: 24px; padding: clamp(28px, 3.5vw, 44px) clamp(28px, 4vw, 56px); flex-wrap: wrap; }
.cta-wide__ic { width: 64px; height: 64px; border-radius: 50%; background: rgba(255,255,255,.16); display: grid; place-items: center; flex: none; position: relative; }
.cta-wide__ic svg { width: 30px; height: 30px; }
.cta-wide h2 { color: #fff; font-size: clamp(1.3rem, 2.4vw, 2rem); position: relative; flex: 1; min-width: 280px; }
.cta-wide .btn { position: relative; }

/* ============================================================
   Home — Responsive Mobile (≤ 480px)
   ============================================================ */
@media (max-width: 480px) {
  /* Hero */
  .hero-m h1 { font-size: clamp(2rem, 8.5vw, 3rem); }
  .hero-m__lead { font-size: .98rem; }
  .hero-m__cta { flex-direction: column; }
  .hero-m__cta .btn { width: 100%; justify-content: center; }
  .hero-m__in { padding-block: clamp(44px, 10vw, 80px) clamp(100px, 14vw, 150px); }

  /* Hero stat band */
  .hero-band__card { padding: 16px 18px; gap: 14px; }
  .hero-band__stat b { font-size: clamp(1.5rem, 6.5vw, 2rem); }
  .hero-band__lead b { font-size: .96rem; }

  /* Feature cards */
  .feat-card { padding: 22px 18px; }
  .feat-card h3 { font-size: 1.1rem; }

  /* About collage */
  .collage { max-width: 100%; }
  .collage .ph--portrait { width: 90%; }
  .collage__inset { right: -4px; width: 54%; bottom: -20px; }
  .exp-badge { top: 12px; right: 12px; gap: 10px; padding: 10px 18px 10px 10px; }
  .exp-badge__ic { width: 38px; height: 38px; border-radius: 11px; }
  .exp-badge__ic svg { width: 20px; height: 20px; }
  .exp-badge__txt b { font-size: clamp(1.2rem, 5vw, 1.5rem); }
  .exp-badge__txt span { font-size: .62rem; }

  /* Call row */
  .call-row { gap: 18px; }
  .call-chip b { font-size: 1rem; }
  .rating-chip b { font-size: 1.3rem; }

  /* Appointment banner */
  .appt-banner { padding: 22px 18px; gap: 14px; }
  .appt-banner__copy h2 { font-size: clamp(1.2rem, 5.5vw, 1.6rem); }
  .appt-banner__copy p { font-size: .88rem; }
  .appt-banner__btn { padding: 14px 22px; font-size: .88rem; }

  /* Testimonial cards */
  .tst-card { padding: 20px; }
  .tst-card blockquote { font-size: .94rem; }

  /* Appointment form */
  .appt-form-grid__form { padding: 24px 18px; }
  .appt-fields { grid-template-columns: 1fr; gap: 12px; }

  /* CTA wide */
  .cta-wide { gap: 14px; padding: 24px 18px; }
  .cta-wide h2 { font-size: clamp(1.1rem, 5.5vw, 1.5rem); min-width: 0; width: 100%; }
  .cta-wide .btn { width: 100%; justify-content: center; }
  .cta-wide__ic { width: 52px; height: 52px; }

  /* Why card */
  .why-card { padding: 20px; }
  .why-card__head .num { font-size: clamp(1.6rem, 6vw, 2.2rem); }
  .why-card__list .ic { width: 38px; height: 38px; }

  /* Marquee font */
  .marquee__track span { font-size: clamp(1rem, 4vw, 1.3rem); padding-inline: 20px; gap: 40px; }
}

/* ============================================================
   Home — Responsive Very small (≤ 360px)
   ============================================================ */
@media (max-width: 360px) {
  .hero-m h1 { font-size: clamp(1.8rem, 9vw, 2.4rem); }
  .appt-banner__btn { padding: 12px 18px; font-size: .82rem; }
  .hero-band__lead { flex-direction: column; align-items: flex-start; gap: 10px; }
  .hero-band__lead .ph { width: 100%; height: 48px; }
  .hero-band__ic { width: 48px; height: 48px; }
  .hero-band__ic svg { width: 24px; height: 24px; }
}
