/* ==========================================================================
   GS Kids & Family Clinic — shared stylesheet
   Palette is taken from the clinic logo: navy, leaf green, pink, sky, orange.
   ========================================================================== */

:root {
  --navy: #0f3d8a;
  --navy-dark: #0a2c66;
  --blue: #1a4b9c;
  --sky: #29a3e0;
  --green: #62b22e;
  --green-dark: #4d9022;
  --pink: #e6197b;
  --orange: #f7941d;
  --purple: #6b3fa0;
  --teal: #12a58c;
  --yellow: #ffc72c;

  --ink: #1b2432;
  --muted: #59657a;
  --line: #e4eaf3;
  --bg: #ffffff;
  --tint: #f4f8fd;
  --tint-warm: #fff7ec;

  --radius: 16px;
  --radius-lg: 26px;
  --shadow: 0 2px 4px rgba(15, 61, 138, .04), 0 12px 28px rgba(15, 61, 138, .07);
  --shadow-hover: 0 6px 12px rgba(15, 61, 138, .08), 0 20px 44px rgba(15, 61, 138, .12);
  --head-font: 'Baloo 2', 'Trebuchet MS', sans-serif;
  --body-font: 'Nunito Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

body.lang-ta {
  --head-font: 'Baloo 2', 'Noto Sans Tamil', sans-serif;
  --body-font: 'Noto Sans Tamil', 'Nunito Sans', sans-serif;
}
body.lang-hi {
  --head-font: 'Baloo 2', 'Noto Sans Devanagari', sans-serif;
  --body-font: 'Noto Sans Devanagari', 'Nunito Sans', sans-serif;
}

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

html { scroll-behavior: smooth; scroll-padding-top: 96px; }

body {
  margin: 0;
  font-family: var(--body-font);
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 { font-family: var(--head-font); line-height: 1.22; color: var(--navy); margin: 0 0 .5em; }
h1 { font-size: clamp(2rem, 4.6vw, 3.1rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); }
h3 { font-size: 1.18rem; }
p { margin: 0 0 1em; }
a { color: var(--blue); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--pink); }
img, svg, iframe { max-width: 100%; }
address { font-style: normal; }

.wrap { width: min(1160px, 92%); margin-inline: auto; }
.wrap--narrow { width: min(800px, 92%); }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip {
  position: absolute; left: -999px; top: 0; z-index: 100;
  background: var(--navy); color: #fff; padding: .7rem 1.2rem; border-radius: 0 0 12px 0;
}
.skip:focus { left: 0; color: #fff; }

:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid var(--sky);
  outline-offset: 2px;
  border-radius: 6px;
}

.ico { width: 26px; height: 26px; flex: none; }
.ico--sm { width: 17px; height: 17px; }

/* ------------------------------------------------------------------ header */

.topbar {
  background: var(--navy);
  color: #dce7f7;
  font-size: .86rem;
}
.topbar__in { display: flex; flex-wrap: wrap; gap: .4rem 1.2rem; align-items: center; justify-content: space-between; padding: .45rem 0; }
.topbar__note, .topbar__tel { display: inline-flex; align-items: center; gap: .45rem; }
.topbar__right { display: flex; align-items: center; gap: 1rem; }
.topbar__tel { color: #fff; font-weight: 700; text-decoration: none; }
.topbar__tel:hover { color: var(--yellow); }
.langs { display: flex; gap: .3rem; }
.lang {
  color: #cfe0f6; text-decoration: none; padding: .1rem .55rem; border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .28); line-height: 1.5;
}
.lang:hover { background: rgba(255, 255, 255, .14); color: #fff; }
.lang.is-active { background: var(--yellow); border-color: var(--yellow); color: #3a2b00; font-weight: 700; }

.site-head {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.site-head__in { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .6rem 0; }

.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; }
.brand img { width: auto; height: 58px; }
.brand__txt { display: flex; flex-direction: column; line-height: 1.2; }
.brand__txt strong { font-family: var(--head-font); font-size: 1.12rem; color: var(--navy); }
.brand__txt small { font-size: .76rem; color: var(--green-dark); font-weight: 600; }

/* Tamil and Devanagari run longer than English — trim the header to fit. */
body.lang-ta .brand__txt strong, body.lang-hi .brand__txt strong { font-size: .98rem; }
body.lang-ta .brand__txt small, body.lang-hi .brand__txt small { font-size: .7rem; }
body.lang-ta .nav ul, body.lang-hi .nav ul { gap: 1.05rem; font-size: .95rem; }
body.lang-ta .topbar, body.lang-hi .topbar { font-size: .82rem; }

.burger { display: none; background: none; border: 0; padding: .5rem; cursor: pointer; }
.burger span { display: block; width: 26px; height: 3px; margin: 5px 0; background: var(--navy); border-radius: 3px; transition: .25s; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.nav { display: flex; align-items: center; gap: 1.4rem; }
.nav ul { display: flex; gap: 1.35rem; list-style: none; margin: 0; padding: 0; }
.nav a { color: var(--ink); text-decoration: none; font-weight: 600; padding: .3rem 0; position: relative; white-space: nowrap; }
.nav a::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -2px; height: 3px;
  border-radius: 3px; background: var(--pink); transform: scaleX(0); transition: transform .2s;
}
.nav a:hover::after, .nav a.is-active::after { transform: scaleX(1); }
.nav a.is-active { color: var(--navy); }

/* ------------------------------------------------------------------ buttons */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: var(--head-font); font-weight: 700; font-size: 1rem;
  padding: .72rem 1.5rem; border-radius: 999px; border: 2px solid transparent;
  text-decoration: none; cursor: pointer; white-space: nowrap; flex: none;
  transition: transform .18s, box-shadow .18s, background .18s;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--pink); color: #fff; box-shadow: 0 8px 20px rgba(230, 25, 123, .28); }
.btn--primary:hover { background: #c9126a; color: #fff; }
.btn--outline { border-color: var(--navy); color: var(--navy); background: #fff; }
.btn--outline:hover { background: var(--navy); color: #fff; }
.btn--white { background: #fff; color: var(--navy); }
.btn--white:hover { color: var(--pink); }
.btn--ghost { border-color: rgba(255, 255, 255, .7); color: #fff; }
.btn--ghost:hover { background: rgba(255, 255, 255, .16); color: #fff; }
.btn--sm { padding: .5rem 1.1rem; font-size: .92rem; }

/* --------------------------------------------------------------------- hero */

.hero { background: linear-gradient(170deg, #f2f8ff 0%, #ffffff 62%); overflow: hidden; }
.hero__in { display: grid; grid-template-columns: 1.15fr .85fr; gap: 2.5rem; align-items: center; padding: 3.2rem 0 3.6rem; }
.hero h1 { margin-bottom: .6rem; }
.hero__tag { display: block; color: var(--green-dark); }
.hero__lead { font-size: 1.08rem; color: var(--muted); max-width: 56ch; }
.hero__btns { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1.5rem 0 1.3rem; }
.hero__facts { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; font-size: .95rem; color: var(--muted); }
.hero__facts li { display: inline-flex; align-items: center; gap: .45rem; }
.hero__facts svg { color: var(--pink); }

.pill {
  display: inline-flex; align-items: center; gap: .45rem;
  background: #fff; border: 2px solid var(--green); color: var(--green-dark);
  font-weight: 700; font-size: .88rem; padding: .35rem 1rem; border-radius: 999px; margin: 0 0 1rem;
}
.pill--open svg { color: var(--yellow); fill: var(--yellow); }

.hero__art { position: relative; display: grid; place-items: center; }
/* Award photograph, framed as a card on the tinted hero background. */
.hero__photo {
  position: relative; z-index: 1; margin: 0; width: min(100%, 560px);
  background: #fff; border-radius: 22px; padding: 12px;
  box-shadow: 0 12px 34px rgba(15, 61, 138, .14);
}
.hero__photo img { display: block; width: 100%; height: auto; border-radius: 14px; }
.hero__photo figcaption {
  display: flex; align-items: flex-start; gap: .45rem;
  font-size: .88rem; line-height: 1.5; color: var(--muted); padding: .7rem .4rem .2rem;
}
.hero__photo figcaption svg { color: var(--orange); fill: var(--orange); margin-top: .2rem; }
.blob { position: absolute; border-radius: 50%; filter: blur(2px); }
.blob--1 { width: 300px; height: 300px; background: rgba(41, 163, 224, .13); top: -10px; left: 0; }
.blob--2 { width: 220px; height: 220px; background: rgba(98, 178, 46, .16); bottom: 0; right: 10px; }

/* -------------------------------------------------------------- info strip */

.strip { margin-top: -1.4rem; position: relative; z-index: 2; }
.strip__in {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  background: var(--line); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow);
}
.strip__item {
  display: flex; align-items: center; gap: .9rem; padding: 1.1rem 1.3rem;
  background: #fff; text-decoration: none; color: var(--ink); transition: background .2s;
}
.strip__item:hover { background: var(--tint); color: var(--ink); }
.strip__item svg { color: var(--pink); }
.strip__item span { display: flex; flex-direction: column; font-size: .95rem; color: var(--muted); }
.strip__item strong { font-family: var(--head-font); color: var(--navy); font-size: 1rem; }

/* ---------------------------------------------------------------- sections */

.sec { padding: 3.6rem 0; }
.sec--tint { background: var(--tint); }
.sec__cta { text-align: center; margin-top: 2rem; }

.shead { margin-bottom: 2rem; }
.shead--center { text-align: center; max-width: 62ch; margin-inline: auto; }
.shead h2 { position: relative; padding-bottom: .6rem; }
.shead h2::after {
  content: ''; position: absolute; bottom: 0; left: 0; width: 64px; height: 4px;
  background: var(--green); border-radius: 4px;
}
.shead--center h2::after { left: 50%; transform: translateX(-50%); }
.shead p { color: var(--muted); margin: 0; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 2.6rem; align-items: start; }

.grid { display: grid; gap: 1.4rem; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }

/* ------------------------------------------------------------------- cards */

.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.6rem; box-shadow: var(--shadow); transition: transform .2s, box-shadow .2s;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.card h3, .card h2 { font-size: 1.15rem; margin-bottom: .4rem; }
.card p { color: var(--muted); margin-bottom: .6rem; }
.card__icon {
  display: inline-grid; place-items: center; width: 54px; height: 54px;
  border-radius: 16px; margin-bottom: 1rem; color: #fff;
}
.card__icon--green { background: var(--green); }
.card__icon--pink { background: var(--pink); }
.card__icon--blue { background: var(--sky); }
.card__icon--purple { background: var(--purple); }
.card__icon--orange { background: var(--orange); }
.card__icon--teal { background: var(--teal); }
.card__link { font-weight: 700; font-size: .93rem; text-decoration: none; }
.card__link::after { content: ' \2192'; }
.card--info ul.plain { list-style: none; margin: 0 0 .6rem; padding: 0; color: var(--muted); }
.card--info .small { font-size: .87rem; color: var(--muted); }
.card--info address { color: var(--muted); margin-bottom: .7rem; }

/* ------------------------------------------------------------------- chips */

.chips { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: .7rem; padding: 0; margin: 0; }
.chips li {
  display: inline-flex; align-items: center; gap: .5rem;
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: .6rem 1.3rem; font-weight: 600; box-shadow: var(--shadow);
}
.chips li:nth-child(6n+1) svg { color: var(--pink); }
.chips li:nth-child(6n+2) svg { color: var(--navy); }
.chips li:nth-child(6n+3) svg { color: var(--green); }
.chips li:nth-child(6n+4) svg { color: var(--orange); }
.chips li:nth-child(6n+5) svg { color: var(--sky); }
.chips li:nth-child(6n+6) svg { color: var(--purple); }

/* ----------------------------------------------------------------- doctors */

.doc {
  display: grid; grid-template-columns: 120px 1fr; gap: 1.4rem;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 1.8rem; box-shadow: var(--shadow);
}
.doc--compact { grid-template-columns: 92px 1fr; padding: 1.4rem; align-items: center; }
.doc__avatar {
  width: 120px; height: 120px; border-radius: 50%;
  background: linear-gradient(140deg, var(--navy), var(--sky));
  display: grid; place-items: center; color: #fff;
  font-family: var(--head-font); font-size: 2.4rem; font-weight: 800;
}
.doc--compact .doc__avatar { width: 92px; height: 92px; font-size: 1.9rem; }
.doc:nth-child(2) .doc__avatar { background: linear-gradient(140deg, var(--green-dark), var(--green)); }
.doc__body h3 { margin-bottom: .15rem; font-size: 1.35rem; }
.doc__quals { font-weight: 700; color: var(--sky); margin: 0 0 .1rem; font-size: .95rem; }
.doc__role { color: var(--muted); margin: 0 0 .5rem; }
.doc__badge {
  display: inline-flex; align-items: center; gap: .4rem; margin: 0 0 .8rem;
  background: var(--tint-warm); color: #8a5a00; border: 1px solid #ffe0ac;
  padding: .2rem .8rem; border-radius: 999px; font-size: .85rem; font-weight: 700;
}
.doc__badge svg { color: var(--orange); fill: var(--orange); }
.doc__list { display: grid; gap: 1.6rem; }

/* ------------------------------------------------------------- tick lists */

.ticks { list-style: none; margin: .4rem 0 0; padding: 0; display: grid; gap: .5rem; }
.ticks--2 { grid-template-columns: repeat(2, 1fr); gap: .5rem 1.6rem; }
.ticks li { position: relative; padding-left: 1.8rem; color: var(--muted); }
.ticks li::before {
  content: ''; position: absolute; left: 0; top: .55em;
  width: 9px; height: 9px; border-radius: 50%; background: var(--green);
  box-shadow: 0 0 0 4px rgba(98, 178, 46, .16);
}

/* ------------------------------------------------------------------- steps */

.steps { list-style: none; counter-reset: s; margin: 0; padding: 0; display: grid; gap: 1.1rem; }
.steps li { display: grid; grid-template-columns: 44px 1fr; gap: 1rem; align-items: start; }
.steps h3 { margin-bottom: .2rem; font-size: 1.08rem; }
.steps p { color: var(--muted); margin: 0; }
.step__n {
  display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%;
  background: var(--navy); color: #fff; font-family: var(--head-font); font-weight: 700;
}

/* ------------------------------------------------------- panels and stats */

.panel {
  background: #fff; border: 1px solid var(--line); border-left: 6px solid var(--green);
  border-radius: var(--radius); padding: 1.8rem; box-shadow: var(--shadow);
}
.panel h3 { margin-top: 0; }
.panel h3 + p { color: var(--muted); }
.panel h3 ~ h3 { margin-top: 1.4rem; }
.panel--soft { background: var(--tint-warm); border-left-color: var(--orange); }
.panel__big { font-family: var(--head-font); font-size: 1.9rem; color: var(--pink); margin: 0 0 .4rem; }

.stats { list-style: none; display: flex; flex-wrap: wrap; gap: 2rem; margin: 1.6rem 0 0; padding: 0; }
.stats strong { display: block; font-family: var(--head-font); font-size: 2rem; color: var(--green-dark); line-height: 1; }
.stats span { font-size: .9rem; color: var(--muted); }

/* ---------------------------------------------------------- page hero/jump */

.phero {
  position: relative; background: linear-gradient(150deg, var(--navy) 0%, #12559f 55%, var(--sky) 130%);
  color: #fff; padding: 3.2rem 0 4rem; text-align: center;
}
.phero h1 { color: #fff; margin-bottom: .4rem; }
.phero__eyebrow { text-transform: uppercase; letter-spacing: .14em; font-size: .8rem; font-weight: 700; color: var(--yellow); margin: 0 0 .5rem; }
.phero__sub { max-width: 62ch; margin: 0 auto; color: #dce8f8; }
.phero__wave { position: absolute; left: 0; right: 0; bottom: -1px; height: 40px; background: #fff; border-radius: 50% 50% 0 0 / 100% 100% 0 0; }

.jump { border-bottom: 1px solid var(--line); background: #fff; position: sticky; top: 82px; z-index: 20; }
.jump__in { display: flex; flex-wrap: wrap; gap: .5rem; padding: .7rem 0; }
.jump a {
  white-space: nowrap; text-decoration: none; font-size: .9rem; font-weight: 600;
  color: var(--muted); border: 1px solid var(--line); border-radius: 999px; padding: .35rem 1rem;
}
.jump a:hover { background: var(--navy); border-color: var(--navy); color: #fff; }

/* ------------------------------------------------------------ service list */

.svc__list { display: grid; gap: 2rem; }
.svc { border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.9rem; box-shadow: var(--shadow); scroll-margin-top: 140px; }
.svc__head { display: grid; grid-template-columns: auto 1fr; gap: 1.2rem; align-items: start; margin-bottom: 1rem; }
.svc__head h2 { font-size: 1.5rem; margin-bottom: .3rem; }
.svc__head p { color: var(--muted); margin: 0; }
.svc .card__icon { margin-bottom: 0; }

/* ------------------------------------------------------------------ tables */

.tablewrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.tbl { width: 100%; border-collapse: collapse; min-width: 520px; }
.tbl th, .tbl td { padding: .85rem 1.1rem; text-align: left; border-bottom: 1px solid var(--line); }
.tbl thead th { background: var(--navy); color: #fff; font-family: var(--head-font); }
.tbl tbody th { font-weight: 700; color: var(--navy); white-space: nowrap; }
.tbl tbody tr:nth-child(even) { background: #fafcff; }
.tbl td { color: var(--muted); }
.note {
  display: flex; align-items: center; gap: .6rem; margin: 1.2rem 0 0;
  background: #fff; border: 1px dashed var(--green); border-radius: var(--radius);
  padding: .9rem 1.2rem; color: var(--muted); font-size: .95rem;
}
.note svg { color: var(--green); }

/* -------------------------------------------------------------------- band */

.band { background: linear-gradient(120deg, var(--navy) 0%, var(--blue) 60%, var(--pink) 190%); color: #fff; padding: 2.6rem 0; }
.band__in { display: flex; flex-wrap: wrap; gap: 1.5rem; align-items: center; justify-content: space-between; }
.band h2 { color: #fff; margin-bottom: .3rem; }
.band p { color: #dbe6f8; margin: 0; max-width: 58ch; }
.band__btns { display: flex; flex-wrap: wrap; gap: .8rem; }

.motto {
  text-align: center; font-family: var(--head-font); font-size: clamp(1.2rem, 2.6vw, 1.7rem);
  color: var(--green-dark); background: var(--tint-warm); margin: 0; padding: 1.4rem 1rem;
}

/* --------------------------------------------------------------- map, form */

.map { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); line-height: 0; }
.map iframe { width: 100%; height: 340px; border: 0; }
.map__addr { margin: 1rem 0 .8rem; color: var(--muted); }
.mt { margin-top: 1.8rem; }

.form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 1.2rem; }
.field { display: flex; flex-direction: column; gap: .35rem; }
.field--full { grid-column: 1 / -1; }
.field label { font-weight: 700; font-size: .92rem; color: var(--navy); }
.field input, .field select, .field textarea {
  font: inherit; font-size: .98rem; color: var(--ink);
  padding: .7rem .9rem; border: 1px solid var(--line); border-radius: 12px; background: #fff;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--sky); outline-offset: 0; }
.form__actions { flex-direction: row; flex-wrap: wrap; gap: .8rem; }
.form__note { grid-column: 1 / -1; font-size: .85rem; color: var(--muted); margin: 0; }

/* --------------------------------------------------------------------- faq */

.faq { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; margin-bottom: .8rem; box-shadow: var(--shadow); }
.faq summary {
  cursor: pointer; list-style: none; padding: 1.05rem 3rem 1.05rem 1.3rem;
  font-family: var(--head-font); font-weight: 700; color: var(--navy); position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+'; position: absolute; right: 1.2rem; top: 50%; transform: translateY(-50%);
  font-size: 1.5rem; color: var(--pink); line-height: 1;
}
.faq[open] summary::after { content: '\2013'; }
.faq p { padding: 0 1.3rem 1.1rem; margin: 0; color: var(--muted); }

/* ------------------------------------------------------------------ footer */

.site-foot { background: var(--navy-dark); color: #c6d5ec; padding: 3rem 0 1.4rem; margin-top: 0; }
.site-foot h3 { color: #fff; font-size: 1.05rem; margin-bottom: .8rem; }
.site-foot a { color: #c6d5ec; text-decoration: none; }
.site-foot a:hover { color: var(--yellow); }
.foot__grid { display: grid; grid-template-columns: 1.6fr 1fr 1.2fr 1.4fr; gap: 2rem; }
.brand--foot { margin-bottom: .9rem; }
.brand--foot img { height: 52px; background: #fff; border-radius: 12px; padding: 4px; }
.brand--foot .brand__txt strong { color: #fff; }
.brand--foot .brand__txt small { color: var(--yellow); }
.foot__col p { font-size: .93rem; }
.foot__links { list-style: none; margin: 0; padding: 0; display: grid; gap: .45rem; font-size: .93rem; }
.foot__links--plain { color: #c6d5ec; }
.foot__langs { font-size: .88rem; }
.foot__base {
  border-top: 1px solid rgba(255, 255, 255, .14); margin-top: 2rem; padding-top: 1.2rem;
  display: grid; gap: .4rem; font-size: .83rem; color: #9db2d3;
}
.foot__base p { margin: 0; }
.foot__disclaimer { max-width: 90ch; }

.fab {
  position: fixed; right: 18px; bottom: 18px; z-index: 60;
  width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center;
  background: #25d366; color: #fff; box-shadow: 0 10px 24px rgba(0, 0, 0, .22);
  transition: transform .2s;
}
.fab:hover { transform: scale(1.07); color: #fff; }
.fab svg { width: 30px; height: 30px; }

/* ------------------------------------------------------------- responsive */

@media (max-width: 980px) {
  .hero__in { grid-template-columns: 1fr; padding-bottom: 3rem; }
  .hero__art { order: -1; }
  .hero__photo { width: min(100%, 520px); }
  .blob--1 { width: 210px; height: 210px; }
  .blob--2 { width: 150px; height: 150px; }
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .grid--3 { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; gap: 2rem; }
  .foot__grid { grid-template-columns: repeat(2, 1fr); }
  .strip__in { grid-template-columns: 1fr; }
  .jump { position: static; }
}

@media (max-width: 1024px) {
  .burger { display: block; }
  .nav {
    position: absolute; left: 0; right: 0; top: 100%;
    flex-direction: column; align-items: stretch; gap: 0;
    background: #fff; border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow); padding: .5rem 4% 1.2rem;
    display: none;
  }
  .nav.is-open { display: flex; }
  .nav ul { flex-direction: column; gap: 0; }
  .nav li { border-bottom: 1px solid var(--line); }
  .nav a { display: block; padding: .85rem .2rem; }
  .nav a::after { display: none; }
  .nav__cta { margin-top: 1rem; align-self: flex-start; }
  .site-head__in { position: relative; }
}

@media (max-width: 700px) {
  body { font-size: 16px; }
  .sec { padding: 2.6rem 0; }
  .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; }
  .ticks--2 { grid-template-columns: 1fr; }
  .doc, .doc--compact { grid-template-columns: 1fr; text-align: center; }
  .doc__avatar, .doc--compact .doc__avatar { margin-inline: auto; }
  .doc .ticks li { text-align: left; }
  .form { grid-template-columns: 1fr; }
  .foot__grid { grid-template-columns: 1fr; }
  .topbar__note { display: none; }
  .topbar__in { justify-content: center; }
  .band__in { flex-direction: column; align-items: flex-start; }
  .svc__head { grid-template-columns: 1fr; }
  .brand img { height: 48px; }
  .brand__txt strong { font-size: 1rem; }
}

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

@media print {
  .topbar, .burger, .nav, .fab, .band, .jump, .map { display: none !important; }
  body { font-size: 12pt; }
  .site-head { position: static; }
}
