/* =========================================================
   Cavity Critters Dental Studio — site
   Palette from the badge logo: mustard + maroon on warm cream.
   ========================================================= */
:root {
	--maroon: #6b1e2b;
	--maroon-2: #54151f;
	--maroon-3: #8a2b3b;
	--gold: #e3a928;
	--gold-2: #f2c75c;
	--cream: #fbf6ec;
	--sand: #f4ebdb;
	--sand-2: #efe3ce;
	--ink: #2a1a1c;
	--ink-2: #5a4a4d;
	--line: rgba(42, 26, 28, .12);
	--white: #fff;
	--radius: 22px;
	--radius-sm: 14px;
	--shadow: 0 20px 50px -24px rgba(84, 21, 31, .35);
	--shadow-sm: 0 8px 24px -14px rgba(84, 21, 31, .35);
	--serif: "Fraunces", Georgia, "Times New Roman", serif;
	--sans: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	--wrap: 1200px;
	--nav-h: 76px;
}

/* ---------- Base ---------- */
.cc *, .cc *::before, .cc *::after { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 12px); -webkit-text-size-adjust: 100%; }
body.cc { margin: 0; background: var(--cream); color: var(--ink); font: 400 17px/1.65 var(--sans); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: hidden; }
.cc img { max-width: 100%; height: auto; display: block; }
:where(.cc) a { color: inherit; }
.cc h1, .cc h2, .cc h3, .cc h4 { font-family: var(--serif); font-weight: 600; line-height: 1.08; letter-spacing: -.02em; margin: 0; color: var(--ink); font-variation-settings: "opsz" 120; text-wrap: balance; }
.cc em { font-style: italic; color: var(--maroon); font-weight: 500; }
.cc p { margin: 0 0 1em; }
.cc figure { margin: 0; }
.cc :focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 6px; }
.cc .i { width: 1.25em; height: 1.25em; flex: none; }
.wrap { width: min(var(--wrap), 100% - 40px); margin-inline: auto; }
.skip { position: absolute; left: -999px; top: 8px; z-index: 100; background: var(--maroon); color: #fff; padding: 10px 16px; border-radius: 10px; }
.skip:focus { left: 12px; }
.section { padding: clamp(72px, 10vw, 128px) 0; position: relative; }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; color: var(--maroon); margin-bottom: 18px !important; }
.eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(227, 169, 40, .25); }
.eyebrow--light { color: var(--gold-2); }

.section__head { max-width: 680px; margin-bottom: 56px; }
.section__head h2 { font-size: clamp(34px, 4.6vw, 56px); margin-bottom: 18px; }
.section__head p { color: var(--ink-2); font-size: 18px; }
.section__head--row { max-width: none; display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 24px; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 22px; border-radius: 999px; font: 600 15px/1 var(--sans); text-decoration: none; border: 1.5px solid transparent; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease, border-color .2s ease; white-space: nowrap; }
.btn:hover { transform: translateY(-2px); }
.btn--lg { padding: 17px 28px; font-size: 16px; }
.btn--block { width: 100%; }
.btn--maroon { background: var(--maroon); color: #fff; box-shadow: var(--shadow-sm); }
.btn--maroon:hover { background: var(--maroon-3); }
.btn--gold { background: var(--gold); color: var(--maroon-2); box-shadow: 0 10px 24px -12px rgba(227, 169, 40, .9); }
.btn--gold:hover { background: var(--gold-2); }
.btn--line { border-color: rgba(107, 30, 43, .35); color: var(--maroon); background: transparent; }
.btn--line:hover { border-color: var(--maroon); background: rgba(107, 30, 43, .05); }
.btn--ghost { color: var(--maroon); padding-inline: 12px; }
.link { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--maroon); text-decoration: none; border-bottom: 2px solid var(--gold); padding-bottom: 2px; }
.link .i { transition: transform .2s ease; }
.link:hover .i { transform: translateX(4px); }

/* ---------- Nav ---------- */
.nav { position: sticky; top: 0; z-index: 50; height: var(--nav-h); display: flex; flex-direction: column; justify-content: center; transition: background .3s ease, box-shadow .3s ease; }
.admin-bar .nav { top: 32px; }
.admin-bar .hero { padding-top: calc(var(--nav-h) + 32px + clamp(24px, 5vw, 60px)); }
.nav.is-scrolled { background: rgba(251, 246, 236, .86); backdrop-filter: saturate(1.4) blur(14px); -webkit-backdrop-filter: saturate(1.4) blur(14px); box-shadow: 0 1px 0 var(--line); }
.nav__in { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.logo { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.logo__mark { width: 46px; height: 46px; flex: none; transition: transform .5s cubic-bezier(.2, .8, .2, 1.4); }
.logo:hover .logo__mark { transform: rotate(-12deg) scale(1.05); }
.logo__text { display: flex; flex-direction: column; line-height: 1.05; }
.logo__text strong { font: 600 21px/1 var(--serif); letter-spacing: -.02em; color: var(--maroon); }
.logo__text small { font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--ink-2); margin-top: 4px; }
.nav__links { display: flex; gap: 30px; }
.nav__links a { font-weight: 600; font-size: 15px; text-decoration: none; position: relative; color: var(--ink); }
.nav__links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--gold); transition: right .25s ease; }
.nav__links a:hover::after, .nav__links a.is-current::after { right: 0; }
.nav__cta { display: flex; align-items: center; gap: 8px; }
.nav__burger { display: none; width: 46px; height: 46px; border-radius: 50%; border: 1.5px solid var(--line); background: var(--white); cursor: pointer; position: relative; }
.nav__burger span { position: absolute; left: 13px; right: 13px; height: 2px; background: var(--maroon); border-radius: 2px; transition: transform .25s ease, top .25s ease; }
.nav__burger span:first-child { top: 18px; }
.nav__burger span:last-child { top: 26px; }
.nav__burger[aria-expanded="true"] span:first-child { top: 22px; transform: rotate(45deg); }
.nav__burger[aria-expanded="true"] span:last-child { top: 22px; transform: rotate(-45deg); }
.drawer { position: absolute; top: var(--nav-h); left: 12px; right: 12px; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); padding: 14px; display: flex; flex-direction: column; }
.drawer[hidden] { display: none; }
.drawer a:not(.btn) { padding: 14px 12px; font: 600 20px var(--serif); text-decoration: none; border-bottom: 1px solid var(--line); }
.drawer .btn { margin-top: 12px; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: clamp(24px, 5vw, 60px) 0 clamp(120px, 14vw, 190px); margin-top: calc(var(--nav-h) * -1); padding-top: calc(var(--nav-h) + clamp(24px, 5vw, 60px)); overflow: hidden;
	background:
		radial-gradient(900px 500px at 88% 10%, rgba(227, 169, 40, .22), transparent 60%),
		radial-gradient(700px 500px at 0% 90%, rgba(107, 30, 43, .08), transparent 60%),
		var(--cream);
}
.hero__in { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 5vw, 72px); align-items: center; position: relative; z-index: 2; }
.hero__title { font-size: clamp(52px, 8.4vw, 112px); line-height: .95; letter-spacing: -.035em; margin-bottom: 26px !important; }
.hero__title em { display: inline-block; position: relative; }
.hero__title em::after { content: ""; position: absolute; left: 2%; right: 4%; bottom: .06em; height: .14em; background: var(--gold); opacity: .55; z-index: -1; border-radius: 99px; transform: rotate(-1.2deg); }
.hero__lede { font-size: clamp(18px, 1.6vw, 21px); color: var(--ink-2); max-width: 540px; margin-bottom: 34px !important; }
.hero__lede strong { color: var(--ink); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 44px; }
.hero__facts { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 0; }
.hero__facts li { padding: 0 26px; border-left: 1px solid var(--line); display: flex; flex-direction: column; }
.hero__facts li:first-child { padding-left: 0; border-left: 0; }
.hero__facts strong { font: 600 22px/1.2 var(--serif); color: var(--maroon); }
.hero__facts span { font-size: 14px; color: var(--ink-2); }

.hero__art { position: relative; justify-self: center; width: min(100%, 470px); }
.arch { border-radius: 999px 999px 36px 36px; overflow: hidden; aspect-ratio: 4 / 5.2; box-shadow: var(--shadow); border: 8px solid var(--white); background: var(--sand); }
.arch img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; }
.hero__float { position: absolute; border-radius: var(--radius); overflow: hidden; border: 6px solid var(--white); box-shadow: var(--shadow); }
.hero__float--a { width: 42%; aspect-ratio: 3 / 4; left: -16%; bottom: 8%; transform: rotate(-6deg); animation: floaty 7s ease-in-out infinite; }
.hero__float img { width: 100%; height: 100%; object-fit: cover; }
.hero__card { position: absolute; display: flex; align-items: center; gap: 12px; background: var(--white); border-radius: 18px; padding: 12px 16px 12px 12px; box-shadow: var(--shadow); font-size: 14px; line-height: 1.3; }
.hero__card small { display: block; color: var(--ink-2); font-size: 12px; }
.hero__card--b { right: -10%; top: 14%; animation: floaty 8s ease-in-out -2s infinite; }
.hero__card-icon { width: 40px; height: 40px; border-radius: 12px; background: #e9f4ec; color: #2f7d4f; display: grid; place-items: center; }
.badge { position: absolute; width: 128px; height: 128px; right: -6%; bottom: -4%; filter: drop-shadow(0 12px 20px rgba(84, 21, 31, .25)); }
.badge text { font: 700 10px var(--sans); letter-spacing: .12em; fill: var(--maroon); transform-box: view-box; transform-origin: 50% 50%; animation: spin 22s linear infinite; }
.hills { position: absolute; left: 0; right: 0; bottom: -1px; width: 100%; height: clamp(70px, 10vw, 160px); z-index: 1; }

@keyframes floaty { 0%, 100% { translate: 0 0; } 50% { translate: 0 -12px; } }
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- Marquee ---------- */
.marquee { background: var(--maroon); color: var(--cream); overflow: hidden; padding: 20px 0; position: relative; z-index: 3; }
.marquee__track { display: flex; gap: 28px; width: max-content; animation: marquee 48s linear infinite; font: italic 500 clamp(20px, 2.2vw, 28px)/1 var(--serif); }
.marquee__track i { color: var(--gold); font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Trust ---------- */
.trust { background: var(--sand-2); padding: 44px 0; }
.trust__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; }
.trust__item { display: flex; gap: 14px; align-items: flex-start; }
.trust__item > .i { width: 44px; height: 44px; padding: 10px; border-radius: 14px; background: var(--white); color: var(--maroon); box-shadow: var(--shadow-sm); }
.trust__item strong { display: block; font: 600 18px/1.25 var(--serif); margin-bottom: 4px; }
.trust__item span { font-size: 14.5px; color: var(--ink-2); line-height: 1.5; }

/* ---------- Services ---------- */
.svc { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.svc__card { background: var(--white); border-radius: var(--radius); padding: 30px; border: 1px solid var(--line); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; position: relative; overflow: hidden; }
.svc__card::before { content: ""; position: absolute; inset: auto -40% -60% auto; width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(circle, rgba(227, 169, 40, .18), transparent 70%); transition: transform .5s ease; }
.svc__card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: rgba(227, 169, 40, .6); }
.svc__card:hover::before { transform: scale(1.6); }
.svc__card h3 { font-size: 23px; margin: 18px 0 10px; }
.svc__card p { font-size: 15.5px; color: var(--ink-2); margin: 0; }
.svc__icon { display: inline-grid; place-items: center; width: 54px; height: 54px; border-radius: 16px; background: var(--cream); color: var(--maroon); border: 1px solid rgba(227, 169, 40, .5); }
.svc__icon .i { width: 28px; height: 28px; }
.svc__card--feature { grid-column: span 2; grid-row: span 2; display: grid; grid-template-rows: minmax(200px, 300px) auto; padding: 0; background: var(--maroon); color: var(--cream); border: 0; }
.svc__card--feature .svc__media { overflow: hidden; }
.svc__card--feature .svc__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.svc__card--feature:hover .svc__media img { transform: scale(1.05); }
.svc__card--feature .svc__body { padding: 32px 34px 36px; position: relative; }
.svc__card--feature h3 { color: var(--white); font-size: clamp(30px, 3.2vw, 42px); margin-top: 16px; }
.svc__card--feature p { color: rgba(251, 246, 236, .82); font-size: 17px; max-width: 560px; margin-bottom: 20px; }
.svc__card--feature .svc__icon { position: absolute; right: 30px; top: -30px; width: 64px; height: 64px; background: var(--gold); color: var(--maroon-2); border: 5px solid var(--maroon); border-radius: 20px; }
.svc__card--feature .link { color: var(--gold-2); }
.svc__card--cta { grid-column: span 2; background: var(--ink); color: var(--cream); border: 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 22px; }
.svc__card--cta h3 { color: var(--white); margin-top: 0; }
.svc__card--cta p { color: rgba(251, 246, 236, .75); max-width: 420px; }
.svc__cta-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.btn--light { border-color: rgba(251, 246, 236, .35); color: var(--cream); }
.btn--light:hover { border-color: var(--cream); background: rgba(255, 255, 255, .06); }
.tag { display: inline-block; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; color: var(--maroon-2); background: var(--gold); padding: 6px 12px; border-radius: 999px; }

/* ---------- Doctor ---------- */
.doctor { background: var(--white); }
.doctor__in { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.doctor__art { position: relative; padding: 0 0 60px 0; }
.doctor__main { border-radius: 36px 36px 200px 36px; overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4 / 5; }
.doctor__main img { width: 100%; height: 100%; object-fit: cover; }
.doctor__small { position: absolute; right: -6%; bottom: 0; width: 44%; border-radius: 24px; overflow: hidden; border: 8px solid var(--white); box-shadow: var(--shadow); aspect-ratio: 1; }
.doctor__small img { width: 100%; height: 100%; object-fit: cover; }
.doctor__art::before { content: ""; position: absolute; left: -24px; top: -24px; width: 140px; height: 140px; border-radius: 50%; background: radial-gradient(circle at 30% 30%, var(--gold-2), var(--gold)); z-index: -1; }
.doctor h2 { font-size: clamp(38px, 4.8vw, 60px); margin-bottom: 18px; }
.doctor__copy > p { color: var(--ink-2); font-size: 17.5px; }
.doctor__copy strong { color: var(--ink); }
.creds { list-style: none; margin: 0 0 26px; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.creds li { padding: 8px 14px; border-radius: 999px; background: var(--cream); border: 1px solid rgba(227, 169, 40, .6); color: var(--maroon); font-weight: 700; font-size: 14px; }
.quote { margin: 28px 0 32px; padding: 22px 26px; border-left: 4px solid var(--gold); background: var(--cream); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; font: italic 500 21px/1.45 var(--serif); color: var(--maroon); }

/* ---------- Camps ---------- */
.camps { background: var(--maroon); color: var(--cream); overflow: hidden; }
.camps::before { content: ""; position: absolute; inset: 0; background: radial-gradient(700px 400px at 100% 0%, rgba(227, 169, 40, .22), transparent 60%), radial-gradient(600px 400px at 0% 100%, rgba(0, 0, 0, .25), transparent 60%); pointer-events: none; }
.camps__in { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 80px); align-items: center; position: relative; }
.camps h2 { color: var(--white); font-size: clamp(34px, 4.4vw, 54px); margin-bottom: 20px; }
.camps p { color: rgba(251, 246, 236, .82); font-size: 17.5px; }
.ticks { list-style: none; padding: 0; margin: 0 0 32px; display: grid; gap: 12px; }
.ticks li { padding-left: 34px; position: relative; }
.ticks li::before { content: ""; position: absolute; left: 0; top: 3px; width: 22px; height: 22px; border-radius: 50%; background: var(--gold) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2354151f' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 12 4 4 8-8'/%3E%3C/svg%3E") center / 14px no-repeat; }
.camps__art { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; gap: 16px; }
.camps__art figure { border-radius: var(--radius); overflow: hidden; box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .6); }
.camps__art img { width: 100%; height: 100%; object-fit: cover; }
.camps__art figure:first-child { grid-row: span 2; }
.camps__art figure:nth-child(2) { aspect-ratio: 4 / 3; }
.camps__art figure:nth-child(3) { aspect-ratio: 4 / 3; }

/* ---------- Gallery ---------- */
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { font: 600 14px var(--sans); padding: 10px 18px; border-radius: 999px; border: 1.5px solid var(--line); background: var(--white); color: var(--ink); cursor: pointer; transition: all .2s ease; }
.chip:hover { border-color: var(--gold); }
.chip.is-active { background: var(--maroon); border-color: var(--maroon); color: var(--white); }
.masonry { columns: 4 260px; column-gap: 16px; }
.masonry__item { display: block; margin-bottom: 16px; border-radius: 18px; overflow: hidden; break-inside: avoid; position: relative; cursor: zoom-in; background: var(--sand); }
.masonry__item img { width: 100%; transition: transform .6s ease, filter .3s ease; }
.masonry__item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(84, 21, 31, .45)); opacity: 0; transition: opacity .3s ease; }
.masonry__item:hover img { transform: scale(1.05); }
.masonry__item:hover::after { opacity: 1; }
.masonry__item.is-hidden { display: none; }
.gallery__more { margin-top: 30px; text-align: center; }

/* ---------- FAQ ---------- */
.faq { background: var(--sand); }
.faq__in { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 6vw, 90px); align-items: start; }
.faq .section__head { position: sticky; top: calc(var(--nav-h) + 30px); margin: 0; }
.faq__list { display: grid; gap: 12px; }
.faq__item { background: var(--white); border-radius: 18px; border: 1px solid var(--line); transition: box-shadow .3s ease; }
.faq__item[open] { box-shadow: var(--shadow-sm); }
.faq__item summary { list-style: none; cursor: pointer; padding: 22px 64px 22px 26px; font: 600 19px/1.35 var(--serif); position: relative; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__plus { position: absolute; right: 22px; top: 50%; width: 30px; height: 30px; margin-top: -15px; border-radius: 50%; background: var(--cream); }
.faq__plus::before, .faq__plus::after { content: ""; position: absolute; left: 8px; right: 8px; top: 14px; height: 2px; background: var(--maroon); border-radius: 2px; transition: transform .3s ease; }
.faq__plus::after { transform: rotate(90deg); }
.faq__item[open] .faq__plus { background: var(--gold); }
.faq__item[open] .faq__plus::after { transform: rotate(0); }
.faq__item p { padding: 0 26px 24px; margin: 0; color: var(--ink-2); }

/* ---------- Clinics ---------- */
.clinics__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.clinic { background: var(--white); border-radius: 28px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.clinic__map { aspect-ratio: 16 / 9; background: var(--sand); }
.clinic__map iframe { width: 100%; height: 100%; border: 0; display: block; filter: sepia(.25) saturate(.9); }
.clinic__body { padding: 30px 32px 34px; position: relative; flex: 1; display: flex; flex-direction: column; }
.clinic__icon { position: absolute; top: -30px; right: 30px; width: 60px; height: 60px; border-radius: 18px; background: var(--gold); color: var(--maroon-2); display: grid; place-items: center; border: 5px solid var(--white); }
.clinic__icon .i { width: 26px; height: 26px; }
.clinic h3 { font-size: 34px; margin-bottom: 8px; }
.clinic__addr { color: var(--ink-2); }
.clinic__hours { display: flex; align-items: center; gap: 8px; font-weight: 600; }
.clinic__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: auto; padding-top: 10px; }

/* ---------- Book ---------- */
.book { background: linear-gradient(135deg, var(--maroon-2), var(--maroon) 60%, var(--maroon-3)); color: var(--cream); overflow: hidden; }
.book::after { content: ""; position: absolute; right: -120px; top: -120px; width: 420px; height: 420px; border-radius: 50%; border: 60px solid rgba(227, 169, 40, .12); pointer-events: none; }
.book__in { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 6vw, 80px); align-items: center; position: relative; z-index: 1; }
.book h2 { color: var(--white); font-size: clamp(36px, 4.6vw, 58px); margin-bottom: 18px; }
.book__copy p { color: rgba(251, 246, 236, .82); font-size: 18px; }
.book__contact { list-style: none; padding: 0; margin: 30px 0 0; display: grid; gap: 14px; }
.book__contact li { display: flex; align-items: center; gap: 14px; font-weight: 600; font-size: 18px; }
.book__contact .i { width: 44px; height: 44px; padding: 11px; border-radius: 50%; background: rgba(255, 255, 255, .1); color: var(--gold-2); }
.book__contact a { text-decoration: none; }
.book__contact a:hover { color: var(--gold-2); }
.form { background: var(--cream); color: var(--ink); border-radius: 28px; padding: clamp(24px, 3.4vw, 40px); box-shadow: 0 40px 80px -40px rgba(0, 0, 0, .6); display: grid; gap: 18px; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form label, .form legend { display: flex; flex-direction: column; gap: 8px; font-weight: 700; font-size: 14px; }
.form input, .form select { font: 500 16px var(--sans); color: var(--ink); background: var(--white); border: 1.5px solid rgba(42, 26, 28, .16); border-radius: 14px; padding: 14px 16px; min-height: 52px; width: 100%; transition: border-color .2s ease, box-shadow .2s ease; appearance: none; -webkit-appearance: none; }
.form select { background: var(--white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b1e2b' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") right 14px center / 18px no-repeat; padding-right: 42px; }
.form input:focus, .form select:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 4px rgba(227, 169, 40, .25); }
.form input.is-invalid { border-color: #b3261e; }
.form__clinic { border: 0; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.form__clinic legend { grid-column: 1 / -1; margin-bottom: 8px; padding: 0; }
.seg { position: relative; cursor: pointer; }
.seg input { position: absolute; opacity: 0; pointer-events: none; }
.seg span { display: flex; align-items: center; justify-content: center; min-height: 52px; border-radius: 14px; border: 1.5px solid rgba(42, 26, 28, .16); background: var(--white); font-weight: 700; font-size: 15px; transition: all .2s ease; }
.seg input:checked + span { background: var(--maroon); border-color: var(--maroon); color: var(--white); }
.seg input:focus-visible + span { outline: 3px solid var(--gold); outline-offset: 2px; }
.hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.form__note { margin: 0; font-size: 14px; color: var(--ink-2); text-align: center; }
.form__note.is-error { color: #b3261e; font-weight: 600; }
.form__note.is-ok { color: #2f7d4f; font-weight: 600; }

/* ---------- Footer ---------- */
.foot { background: var(--ink); color: rgba(251, 246, 236, .7); padding: 70px 0 30px; font-size: 15px; }
.foot__in { display: grid; grid-template-columns: 1.4fr 1fr 1fr .8fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.foot h4 { font: 700 13px var(--sans); color: var(--gold-2); text-transform: uppercase; letter-spacing: .14em; margin-bottom: 12px; }
.foot a { text-decoration: none; }
.foot a:hover { color: var(--gold-2); }
.logo--light .logo__text strong { color: var(--cream); }
.logo--light .logo__text small { color: rgba(251, 246, 236, .6); }
.foot__brand p { margin-top: 18px; max-width: 320px; }
.foot__base { padding-top: 24px; font-size: 13px; }

/* ---------- Mobile dock ---------- */
.dock { display: none; }

/* ---------- Lightbox ---------- */
.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(26, 12, 14, .92); display: grid; grid-template-columns: 70px 1fr 70px; align-items: center; padding: 20px; animation: fade .25s ease; }
.lightbox[hidden] { display: none; }
.lightbox figure { margin: 0; display: flex; flex-direction: column; align-items: center; gap: 14px; max-height: 100%; }
.lightbox img { max-height: calc(100vh - 120px); max-width: 100%; width: auto; border-radius: 14px; box-shadow: 0 30px 80px rgba(0, 0, 0, .5); }
.lightbox figcaption { color: var(--cream); font-size: 15px; text-align: center; }
.lightbox button { background: rgba(255, 255, 255, .1); color: var(--white); border: 0; border-radius: 50%; width: 52px; height: 52px; font-size: 32px; line-height: 1; cursor: pointer; transition: background .2s ease; }
.lightbox button:hover { background: var(--gold); color: var(--maroon-2); }
.lightbox__close { position: absolute; top: 18px; right: 18px; }
@keyframes fade { from { opacity: 0; } }

/* ---------- Reveal ---------- */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s cubic-bezier(.2, .7, .2, 1), transform .8s cubic-bezier(.2, .7, .2, 1); }
.js .reveal.is-in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
	.nav__links { display: none; }
	.nav__burger { display: inline-block; }
	.nav__call span { display: none; }
	.trust__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.svc { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.foot__in { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
	.hero__in, .doctor__in, .camps__in, .faq__in, .book__in, .clinics__grid { grid-template-columns: 1fr; }
	.hero__copy { text-align: left; }
	.hero__art { width: min(78%, 420px); margin-top: 10px; }
	.faq .section__head { position: static; }
	.doctor__art { max-width: 520px; }
}
@media (max-width: 782px) {
	.admin-bar .nav { top: 46px; }
	.admin-bar .hero { padding-top: calc(var(--nav-h) + 46px + 24px); }
}
@media (max-width: 640px) {
	:root { --nav-h: 66px; }
	body.cc { font-size: 16px; padding-bottom: 76px; }
	.wrap { width: calc(100% - 32px); }
	.logo__mark { width: 40px; height: 40px; }
	.logo__text strong { font-size: 18px; }
	.nav__cta .btn--gold, .nav__call { display: none; }
	.hero__actions .btn { flex: 1 1 100%; }
	.hero__facts { display: grid; grid-template-columns: repeat(3, auto); justify-content: start; }
	.hero__facts li { padding: 0 12px; }
	.hero__facts strong { font-size: 16px; }
	.hero__facts span { font-size: 12px; }
	.doctor__small { right: 0; }
	.hero__float--a { left: -12%; width: 40%; }
	.hero__art { width: min(82%, 340px); margin-bottom: 8px; }
	.hero__card--b { right: -6%; top: auto; bottom: 18%; font-size: 12px; padding: 8px 12px 8px 8px; }
	.hero__card small { display: none; }
	.hero__card-icon { width: 32px; height: 32px; }
	.badge { width: 88px; height: 88px; left: -8%; right: auto; top: -2%; bottom: auto; }
	.trust__grid, .svc { grid-template-columns: 1fr; }
	.svc__card--feature, .svc__card--cta { grid-column: auto; grid-row: auto; }
	.svc__card { padding: 24px; }
	.camps__art { grid-template-columns: 1fr 1fr; }
	.masonry { columns: 2; column-gap: 10px; }
	.masonry__item { margin-bottom: 10px; border-radius: 12px; }
	.form__row { grid-template-columns: 1fr; }
	.clinic__body { padding: 26px 22px 28px; }
	.foot__in { grid-template-columns: 1fr; }
	.dock { display: grid; grid-template-columns: 1fr 1fr 1.2fr; gap: 8px; position: fixed; left: 10px; right: 10px; bottom: calc(10px + env(safe-area-inset-bottom)); z-index: 60; background: rgba(42, 26, 28, .94); backdrop-filter: blur(10px); border-radius: 20px; padding: 8px; box-shadow: 0 16px 40px -10px rgba(0, 0, 0, .5); }
	.dock a { display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--cream); text-decoration: none; font-weight: 700; font-size: 14px; padding: 12px 6px; border-radius: 14px; }
	.dock__book { background: var(--gold); color: var(--maroon-2) !important; }
	.lightbox { grid-template-columns: 1fr; padding: 60px 10px; }
	.lightbox__nav { position: absolute; bottom: 20px; }
	.lightbox__nav--prev { left: 30%; }
	.lightbox__nav--next { right: 30%; }
}
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.cc *, .cc *::before, .cc *::after { animation: none !important; transition: none !important; }
	.js .reveal { opacity: 1; transform: none; }
}
