/* ==========================================================================
   Iofel Medical — site design system
   Single stylesheet. No framework. Loaded on its own.
   ========================================================================== */

:root {
  /* Warm brand palette */
  --ink:        #15375c;   /* deep petrol — headings */
  --ink-soft:   #3f5c7d;   /* muted — subheads */
  --body:       #575f68;   /* warm grey body copy */
  --muted:      #8e857a;   /* warm muted text */

  --blue:       #1467ad;   /* primary action */
  --blue-dark:  #0e5089;
  --teal:       #0f7d94;   /* secondary accent */
  --amber:      #e08a2b;   /* warm highlight */
  --amber-soft: #fdeed6;

  --cream:      #fdf9f2;   /* page ground */
  --sand:       #f6ecdd;   /* warm band */
  --tint:       #fbf0e2;   /* pale warm wash */
  --line:       #e8ddcd;   /* warm hairline */
  --white:      #fff;

  --shadow-sm:  0 1px 2px rgba(80,60,38,.07), 0 2px 8px rgba(80,60,38,.06);
  --shadow-md:  0 2px 4px rgba(80,60,38,.06), 0 12px 32px rgba(80,60,38,.10);
  --radius:     14px;
  --radius-lg:  22px;
  --wrap:       1160px;
  --serif: "Source Serif 4", Georgia, "Times New Roman", serif;
  --sans:  "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  color: var(--body);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--blue-dark); }
h1, h2, h3, h4 { color: var(--ink); margin: 0 0 .5em; line-height: 1.15; font-weight: 600; }
h1, h2 { font-family: var(--serif); letter-spacing: -.015em; }
h1 { font-size: clamp(2.1rem, 1.4rem + 2.6vw, 3.4rem); }
h2 { font-size: clamp(1.7rem, 1.25rem + 1.7vw, 2.5rem); }
h3 { font-size: 1.2rem; letter-spacing: -.005em; }
p  { margin: 0 0 1.1em; }
ul { margin: 0; padding: 0; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 2px; border-radius: 4px; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.skip {
  position: absolute; left: -9999px; top: 0; background: var(--ink); color: #fff;
  padding: 12px 20px; z-index: 999; border-radius: 0 0 8px 0;
}
.skip:focus { left: 0; color: #fff; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  font-family: var(--sans); font-size: 1rem; font-weight: 600; line-height: 1;
  padding: 16px 28px; border-radius: 999px; border: 1.5px solid transparent;
  cursor: pointer; transition: background .18s, color .18s, border-color .18s, transform .18s, box-shadow .18s;
  white-space: nowrap; text-align: center;
}
.btn svg { width: 18px; height: 18px; flex: none; }
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 6px 18px rgba(21,99,158,.22); }
.btn-primary:hover { background: var(--blue-dark); color: #fff; transform: translateY(-1px); box-shadow: 0 10px 24px rgba(21,99,158,.28); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { background: var(--tint); border-color: #e3c49d; color: var(--ink); }
.btn-light { background: #fff; color: var(--ink); box-shadow: var(--shadow-sm); }
.btn-light:hover { background: #fff; color: var(--blue-dark); transform: translateY(-1px); }
.btn-sm { padding: 11px 20px; font-size: .93rem; }
.btn-block { width: 100%; }

/* ==========================================================================
   HEADER
   ========================================================================== */
.utility {
  background: #12314f; color: #d8d0c4; font-size: .85rem;
}
.utility .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 40px; }
.utility a { color: #d8d0c4; }
.utility a:hover { color: #fff; }
.utility-left { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.utility-item { display: inline-flex; align-items: center; gap: 7px; }
.utility-item svg { width: 14px; height: 14px; opacity: .7; flex: none; }
.utility-right { display: flex; align-items: center; gap: 16px; }
.lang-link {
  display: inline-flex; align-items: center; gap: 6px; font-weight: 600;
  padding: 4px 12px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px;
}
.lang-link:hover { background: rgba(255,255,255,.1); }

.site-header {
  position: sticky; top: 0; z-index: 90; background: rgba(253,249,242,.94);
  backdrop-filter: saturate(180%) blur(8px);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap {
  display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 78px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand .mark { flex: none; display: block; }
.brand .mark svg { width: 40px; height: 40px; display: block; }
.brand .m-tile { fill: var(--ink); }
.brand .m-staff { stroke: var(--cream); }
.brand .m-snake { stroke: var(--amber); }
.brand .m-head { fill: var(--amber); }
.wordmark { line-height: 1; display: block; }
.wm-name {
  display: block; font-family: var(--serif); font-weight: 600; font-size: 1.6rem;
  letter-spacing: -.02em; color: var(--ink);
}
.wm-sub {
  display: block; margin-top: 5px; font-size: .6rem; font-weight: 600;
  letter-spacing: .2em; text-transform: uppercase; color: var(--amber);
}
.brand-light .m-tile { fill: #fff; }
.brand-light .m-staff { stroke: var(--ink); }
.brand-light .m-snake { stroke: var(--amber); }
.brand-light .m-head { fill: var(--amber); }
.brand-light .wm-name { color: #fff; }
.brand-light .wm-sub { color: #f5b45c; }

.nav { display: flex; align-items: center; gap: 4px; }
.nav a {
  color: var(--ink); font-size: .96rem; font-weight: 500; padding: 9px 14px;
  border-radius: 8px; white-space: nowrap; transition: background .15s, color .15s;
}
.nav a:hover { background: var(--tint); color: var(--blue-dark); }
.nav a[aria-current="page"] { color: var(--blue); font-weight: 600; }
.nav a[aria-current="page"]::after {
  content: ""; display: block; height: 2px; background: var(--blue);
  border-radius: 2px; margin-top: 5px;
}
.header-cta { display: flex; align-items: center; gap: 10px; }

.nav-toggle {
  display: none; background: none; border: 1px solid var(--line); border-radius: 10px;
  width: 46px; height: 44px; align-items: center; justify-content: center; cursor: pointer; color: var(--ink);
}
.nav-toggle svg { width: 22px; height: 22px; }

/* ==========================================================================
   HERO
   ========================================================================== */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(880px 500px at 88% -12%, #fddcb6 0%, rgba(253,220,182,0) 66%),
    radial-gradient(700px 460px at 4% 108%, #fbe0d5 0%, rgba(251,224,213,0) 62%),
    linear-gradient(180deg, #fefaf3 0%, var(--cream) 100%);
  padding: clamp(48px, 6vw, 84px) 0 clamp(44px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
}
.hero .wrap { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 5vw, 68px); align-items: center; }

.hero-kicker {
  font-size: .84rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  color: var(--amber); margin-bottom: 18px;
}

.hero h1 { margin-bottom: 20px; }
.hero .lede { font-size: 1.2rem; color: var(--ink-soft); max-width: 30em; margin-bottom: 30px; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-bottom: 18px; }
.hero-note { font-size: .93rem; color: #7c7266; margin: 0 0 28px; }

.trust {
  display: grid; grid-template-columns: 1fr 1fr; gap: 11px 26px; list-style: none;
  padding-top: 24px; border-top: 1px solid var(--line); max-width: 34em;
}
.trust li { display: flex; align-items: center; gap: 9px; font-size: .94rem; color: var(--ink-soft); font-weight: 500; }
.trust svg { width: 17px; height: 17px; color: var(--amber); flex: none; }

/* ---------- at-a-glance panel ---------- */
.glance {
  background: linear-gradient(155deg, #1b4272 0%, #12314f 58%, #0e2740 100%); color: #d8d0c4; border-radius: var(--radius-lg);
  padding: clamp(28px, 3vw, 38px);
  box-shadow: 0 4px 10px rgba(80,60,38,.10), 0 24px 60px rgba(80,60,38,.18);
}
.glance-title {
  font-family: var(--sans); font-size: .8rem; font-weight: 700; letter-spacing: .13em;
  text-transform: uppercase; color: #f5b45c; margin-bottom: 22px;
}
.glance-docs { list-style: none; margin: 0 0 26px; }
.glance-docs li + li { margin-top: 6px; }
.glance-docs a {
  display: block; padding: 14px 16px; border-radius: 12px;
  background: rgba(255,255,255,.08); border-left: 3px solid rgba(245,180,92,.55); color: #d8d0c4;
  transition: background .16s, transform .16s;
}
.glance-docs a:hover { background: rgba(255,255,255,.15); border-left-color: #f5b45c; transform: translateX(2px); color: #fff; }
.glance-docs strong {
  display: block; color: #fff; font-family: var(--serif); font-size: 1.14rem;
  font-weight: 600; letter-spacing: -.01em; margin-bottom: 3px;
}
.glance-docs span { font-size: .88rem; color: #b0a394; line-height: 1.45; display: block; }

.glance-facts {
  margin: 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14);
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px 24px;
}
.glance-facts dt {
  font-size: .74rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase;
  color: #a0937f; margin-bottom: 5px;
}
.glance-facts dd { margin: 0; font-size: .93rem; line-height: 1.5; color: #e6dfd4; }
.glance-facts a { color: #eeae63; }
.glance-facts a:hover { color: #fff; text-decoration: underline; }

/* ==========================================================================
   SECTIONS
   ========================================================================== */
.section { padding: clamp(56px, 6.5vw, 92px) 0; }
.section-sand { background: var(--sand); }
.section-cream { background: #fefaf3; }
.section-tint { background: var(--tint); }

.section-head { max-width: 640px; margin: 0 auto clamp(36px, 4vw, 54px); text-align: center; }
.section-head.left { margin-left: 0; text-align: left; }
.section-head p { font-size: 1.08rem; margin-bottom: 0; }
.kicker {
  display: block; font-size: .82rem; font-weight: 700; letter-spacing: .11em;
  text-transform: uppercase; color: var(--amber); margin-bottom: 12px;
}

/* service cards */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; list-style: none; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 34px 32px; display: flex; flex-direction: column;
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.card:hover { transform: translateY(-3px); border-color: #e6c9a4; box-shadow: var(--shadow-md); }
.card-icon {
  width: 52px; height: 52px; border-radius: 14px; background: var(--tint); color: var(--blue);
  display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
}
.card-icon svg { width: 26px; height: 26px; }
.card.teal .card-icon { background: var(--amber-soft); color: var(--teal); }
.card h3 { font-size: 1.32rem; font-family: var(--serif); letter-spacing: -.01em; }
.card p { margin-bottom: 20px; }
.card ul { list-style: none; margin: 0 0 22px; }
.card ul li { position: relative; padding-left: 26px; margin-bottom: 9px; font-size: .96rem; }
.card ul li::before {
  content: ""; position: absolute; left: 0; top: .52em; width: 8px; height: 8px;
  border-radius: 50%; background: var(--blue); opacity: .45;
}
.card .btn { margin-top: auto; align-self: flex-start; }

/* value props */
.values { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; list-style: none; }
.value-icon {
  width: 46px; height: 46px; border-radius: 50%; background: #fff; color: var(--amber);
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px; box-shadow: var(--shadow-sm);
}
.value-icon svg { width: 22px; height: 22px; }
.values h3 { font-size: 1.1rem; margin-bottom: 8px; }
.values p { font-size: .97rem; margin: 0; }

/* ==========================================================================
   CONTACT
   ========================================================================== */
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(28px, 4vw, 52px); align-items: start; }

.contact-panel {
  background: linear-gradient(155deg, #1b4272 0%, #12314f 60%, #0e2740 100%); color: #ded6ca; border-radius: var(--radius-lg);
  padding: clamp(30px, 3.5vw, 42px); position: sticky; top: 100px;
}
.contact-panel h2, .contact-panel h3 { color: #fff; }
.contact-panel > p { color: #b9ac9c; }
.contact-panel .btn-light { width: 100%; margin: 4px 0 8px; }
.contact-list { list-style: none; margin: 26px 0 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); }
.contact-list li { display: flex; gap: 14px; margin-bottom: 20px; font-size: .96rem; line-height: 1.5; }
.contact-list li:last-child { margin-bottom: 0; }
.contact-list svg { width: 19px; height: 19px; color: var(--amber); flex: none; margin-top: 3px; }
.contact-list strong { display: block; color: #fff; font-weight: 600; margin-bottom: 2px; }
.contact-list a { color: #ded6ca; }
.contact-list a:hover { color: #fff; text-decoration: underline; }

.form-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: clamp(28px, 3.5vw, 40px); box-shadow: var(--shadow-md);
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .88rem; font-weight: 600; color: var(--ink); margin-bottom: 7px; }
.field .opt { font-weight: 400; color: var(--muted); }
.field input, .field textarea, .field select {
  font-family: var(--sans); font-size: 1rem; color: var(--ink);
  border: 1.5px solid var(--line); border-radius: 10px; padding: 13px 15px;
  background: #fefcf8; transition: border-color .15s, box-shadow .15s, background .15s; width: 100%;
}
.field textarea { resize: vertical; min-height: 118px; }
.field input::placeholder, .field textarea::placeholder { color: #a89d90; }
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-color: var(--blue); background: #fff; box-shadow: 0 0 0 4px rgba(21,99,158,.13);
}
.form-foot { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 22px; }
.form-foot .fine { font-size: .84rem; color: var(--muted); margin: 0; flex: 1 1 190px; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer { background: linear-gradient(165deg, #163c66 0%, #102b47 70%); color: #b9ac9c; padding: clamp(48px, 5vw, 68px) 0 0; font-size: .95rem; }
.site-footer h4 { color: #fff; font-size: .87rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 18px; font-weight: 700; }
.site-footer a { color: #b9ac9c; }
.site-footer a:hover { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 40px; }
.footer-brand .brand { margin-bottom: 20px; }
.footer-brand p { font-size: .93rem; line-height: 1.65; max-width: 30ch; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 11px; }
.footer-contact { list-style: none; }
.footer-contact li { display: flex; gap: 11px; margin-bottom: 15px; line-height: 1.5; }
.footer-contact svg { width: 17px; height: 17px; color: var(--amber); flex: none; margin-top: 3px; }
.social { display: flex; gap: 10px; margin-top: 20px; }
.social a {
  width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.09);
  display: flex; align-items: center; justify-content: center; transition: background .15s;
}
.social a:hover { background: var(--blue); }
.social svg { width: 17px; height: 17px; }
.areas { font-size: .87rem; line-height: 1.85; color: #c0b3a2; }
.footer-bottom {
  margin-top: clamp(38px, 4vw, 54px); border-top: 1px solid rgba(255,255,255,.12);
  padding: 22px 0; font-size: .87rem; color: #9a8d7d;
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
}
.footer-bottom p { margin: 0; }

/* ---------- sticky mobile call bar ---------- */
.callbar { display: none; }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1040px) {
  .nav { display: none; }
  .nav-toggle { display: flex; }
  .site-header .wrap { min-height: 70px; }
  .hero .wrap { grid-template-columns: 1fr; }
  .glance { max-width: 560px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-panel { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  .brand .mark svg { width: 34px; height: 34px; }
  .wm-name { font-size: 1.32rem; }
  .utility { font-size: .8rem; }
  .utility-left .utility-item.hide-sm { display: none; }
  .header-cta .btn-text { display: none; }
  .header-cta .btn { padding: 12px; border-radius: 50%; }
  .form-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero .lede { font-size: 1.06rem; }
  .glance-facts { grid-template-columns: 1fr; gap: 16px; }
  .trust { grid-template-columns: 1fr; gap: 9px; }
  .btn { width: 100%; }
  .hero-actions .btn, .card .btn, .form-foot .btn { width: 100%; }
  .trust { gap: 10px 16px; }
  .trust li { font-size: .88rem; }
  body { padding-bottom: 68px; }
  .callbar {
    display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 95;
    background: #fff; border-top: 1px solid var(--line); padding: 10px 14px;
    gap: 10px; box-shadow: 0 -4px 20px rgba(80,60,38,.1);
  }
  .callbar .btn { flex: 1; padding: 14px 16px; font-size: .95rem; }
}

@media (max-width: 420px) {
  .docs { gap: 12px; }
  .doc-body { padding: 14px 14px 16px; }
  .doc-body h3 { font-size: .99rem; }
  .doc-cred { font-size: .85rem; }
}

/* ---------- mobile nav drawer ---------- */
.mobile-nav {
  position: fixed; inset: 0; z-index: 100; background: rgba(80,60,38,.45);
  opacity: 0; visibility: hidden; transition: opacity .2s, visibility .2s;
}
.mobile-nav[data-open="true"] { opacity: 1; visibility: visible; }
.mobile-nav-inner {
  position: absolute; top: 0; right: 0; bottom: 0; width: min(340px, 88vw);
  background: #fff; padding: 22px; overflow-y: auto;
  transform: translateX(100%); transition: transform .24s ease;
  display: flex; flex-direction: column;
}
.mobile-nav[data-open="true"] .mobile-nav-inner { transform: none; }
.mobile-nav-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.mobile-nav-head .mark svg { width: 34px; height: 34px; }
.mobile-nav-head .wm-name { font-size: 1.35rem; }
.mobile-nav .close {
  background: none; border: 1px solid var(--line); border-radius: 10px;
  width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; cursor: pointer; color: var(--ink);
}
.mobile-nav .close svg { width: 20px; height: 20px; }
.mobile-nav ul { list-style: none; margin-bottom: 20px; }
.mobile-nav ul a {
  display: block; padding: 14px 12px; font-size: 1.04rem; font-weight: 500; color: var(--ink);
  border-radius: 10px; border-bottom: 1px solid #f3ece1;
}
.mobile-nav ul a:hover { background: var(--tint); }
.mobile-nav .btn { margin-bottom: 10px; }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

/* ==========================================================================
   PHYSICIANS
   ========================================================================== */
.physicians { display: grid; gap: clamp(34px, 4vw, 56px); }
.physician {
  display: grid; grid-template-columns: 230px 1fr; gap: clamp(24px, 3.5vw, 44px);
  align-items: start;
}
.physician-photo {
  border-radius: var(--radius-lg); overflow: hidden; background: var(--tint);
  aspect-ratio: 1 / 1.2; box-shadow: var(--shadow-md);
}
.physician-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.physician-body h3 {
  font-family: var(--serif); font-size: 1.55rem; letter-spacing: -.015em; margin-bottom: 4px;
}
.physician-spec {
  font-size: .84rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase;
  color: var(--teal); margin-bottom: 16px;
}
.physician-body > p { max-width: 56ch; }
.ticks { list-style: none; margin: 0 0 24px; display: grid; gap: 9px; }
.ticks li { position: relative; padding-left: 28px; font-size: .97rem; }
.ticks li::before {
  content: ""; position: absolute; left: 4px; top: .45em; width: 9px; height: 5px;
  border-left: 2px solid var(--teal); border-bottom: 2px solid var(--teal);
  transform: rotate(-45deg);
}

@media (max-width: 700px) {
  .physician { grid-template-columns: 1fr; }
  .physician-photo { max-width: 210px; aspect-ratio: 1 / 1.1; }
}

/* ==========================================================================
   INNER PAGES
   ========================================================================== */
.page-hero {
  position: relative;
  background:
    radial-gradient(760px 380px at 88% -20%, #fddcb6 0%, rgba(253,220,182,0) 66%),
    radial-gradient(560px 340px at 2% 120%, #fbe0d5 0%, rgba(251,224,213,0) 62%),
    linear-gradient(180deg, #fefaf3 0%, var(--cream) 100%);
  padding: clamp(44px, 5vw, 72px) 0 clamp(40px, 4.5vw, 64px);
  border-bottom: 1px solid var(--line);
}
.page-hero .wrap { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(28px, 4vw, 56px); align-items: center; }
.page-hero h1 { margin-bottom: 14px; }
.page-hero .sub {
  font-family: var(--serif); font-size: clamp(1.15rem, .95rem + .6vw, 1.45rem);
  color: var(--ink-soft); font-weight: 600; margin-bottom: 18px; letter-spacing: -.01em;
}
.page-hero .lede { font-size: 1.1rem; color: var(--body); max-width: 40em; margin-bottom: 26px; }
.crumb { font-size: .84rem; color: var(--muted); margin-bottom: 16px; }
.crumb a { color: var(--muted); }
.crumb a:hover { color: var(--blue); }

.hero-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: clamp(24px, 3vw, 32px); box-shadow: var(--shadow-md);
}
.hero-card h2 {
  font-family: var(--sans); font-size: .78rem; font-weight: 700; letter-spacing: .13em;
  text-transform: uppercase; color: var(--amber); margin-bottom: 18px;
}
.hero-card .ticks { margin-bottom: 22px; }
.hero-card .btn { width: 100%; }

/* feature grid */
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; list-style: none; }
.feature {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 26px 28px; transition: transform .2s, box-shadow .2s, border-color .2s;
}
.feature:hover { transform: translateY(-2px); border-color: #e6c9a4; box-shadow: var(--shadow-md); }
.feature h3 { font-size: 1.08rem; font-family: var(--sans); font-weight: 700; margin-bottom: 8px; }
.feature p { font-size: .96rem; margin: 0; }
.feature-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 10px; background: var(--amber-soft);
  color: var(--amber); font-size: .86rem; font-weight: 700; margin-bottom: 15px;
}

/* bios */
.bios { display: grid; gap: clamp(30px, 4vw, 52px); }
.bio { display: grid; grid-template-columns: 230px 1fr; gap: clamp(24px, 3.5vw, 44px); align-items: start; }
.bio-photo { border-radius: var(--radius-lg); overflow: hidden; background: var(--tint); aspect-ratio: 1 / 1.2; box-shadow: var(--shadow-md); }
.bio-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.bio h3 { font-family: var(--serif); font-size: 1.5rem; letter-spacing: -.015em; margin-bottom: 4px; }
.bio-spec { font-size: .82rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--teal); margin-bottom: 16px; }

/* prose block */
.prose { max-width: 62ch; }
.prose h2 { margin-top: 1.4em; }
.prose ul { list-style: none; margin: 0 0 22px; display: grid; gap: 10px; }
.prose ul li { position: relative; padding-left: 28px; }
.prose ul li::before {
  content: ""; position: absolute; left: 4px; top: .45em; width: 9px; height: 5px;
  border-left: 2px solid var(--amber); border-bottom: 2px solid var(--amber); transform: rotate(-45deg);
}

@media (max-width: 900px) {
  .page-hero .wrap { grid-template-columns: 1fr; }
  .hero-card { max-width: 520px; }
}
@media (max-width: 700px) {
  .bio { grid-template-columns: 1fr; }
  .bio-photo { max-width: 210px; aspect-ratio: 1 / 1.1; }
}
