/* Iran Veterinary Hospital — bespoke RTL design system */
@font-face {
    font-family: "Abar";
    src: url("../fonts/AbarFaNum-VF.woff2") format("woff2-variations"), url("../fonts/AbarFaNum-VF.woff") format("woff-variations");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

:root {
    --ink: #101827;
    --ink-soft: #4c5c72;
    --forest-950: #02040a;
    --forest-900: #050b17;
    --forest-800: #08162c;
    --forest-700: #0758a6;
    --forest-600: #0878d1;
    --mint: #4ca8ff;
    --mint-soft: #deefff;
    --cream: #f1f5fa;
    --paper: #fbfcff;
    --gold: #0878d1;
    --gold-light: #84c6ff;
    --aqua: #21b9d6;
    --violet: #7567df;
    --peach: #f3a872;
    --ice: #eaf6ff;
    --rose: #cd5364;
    --line: #d9e3ee;
    --line-dark: rgba(255, 255, 255, .13);
    --white: #fff;
    --success: #20745d;
    --warning: #9a6a24;
    --danger: #a54848;
    --shadow-sm: 0 8px 28px rgba(5, 25, 55, .07);
    --shadow-md: 0 24px 65px rgba(4, 27, 60, .13);
    --shadow-lg: 0 35px 100px rgba(0, 6, 20, .3);
    --radius-sm: 14px;
    --radius: 22px;
    --radius-lg: 34px;
    --container: 1240px;
    --font: "Abar", "Vazirmatn", "IRANSansX", "Segoe UI", Tahoma, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font); font-size: 16px; line-height: 1.85; font-variation-settings: "wght" 430; font-feature-settings: "ss01" 1; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, select { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.35; letter-spacing: -.035em; }
h1 { font-size: clamp(2.6rem, 5.7vw, 5.4rem); }
h2 { font-size: clamp(2rem, 3.8vw, 3.55rem); }
h3 { font-size: 1.25rem; }
::selection { background: var(--gold-light); color: var(--forest-950); }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.narrow { max-width: 860px; }
.section { padding: 110px 0; }
.section--tight { padding-top: 58px; }
.icon { width: 22px; height: 22px; flex: 0 0 auto; }
.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-link { position: fixed; z-index: 10000; top: 12px; right: -9999px; padding: 10px 18px; border-radius: 10px; background: var(--white); color: var(--forest-900); box-shadow: var(--shadow-sm); }
.skip-link:focus { right: 12px; }
.honeypot { position: absolute !important; right: -9999px !important; opacity: 0 !important; }
.muted { color: var(--ink-soft); }

.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 16px; color: var(--forest-600); font-size: .78rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--gold); }
.eyebrow--light { color: var(--gold-light); }
.eyebrow--light::before { background: var(--gold-light); }
.button { min-height: 48px; padding: 11px 21px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 13px; font-weight: 800; line-height: 1.4; transition: .25s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid rgba(76, 168, 255, .48); outline-offset: 3px; }
.button--primary { background: linear-gradient(135deg, #0a86e7, #0758a6); color: var(--white); box-shadow: 0 12px 28px rgba(8, 120, 209, .27); }
.button--primary:hover { background: linear-gradient(135deg, #2b9cf2, #0871c6); box-shadow: 0 16px 34px rgba(8, 120, 209, .34); }
.button--outline { border-color: #b9c9c3; background: transparent; color: var(--forest-800); }
.button--outline:hover { border-color: var(--forest-700); background: var(--white); }
.button--ghost { border-color: rgba(255, 255, 255, .26); color: var(--white); background: rgba(255, 255, 255, .04); }
.button--ghost:hover { background: rgba(255, 255, 255, .1); }
.button--cream { background: var(--cream); color: var(--forest-900); }
.button--ghost-light { border-color: rgba(255,255,255,.35); color: var(--white); }
.button--large { min-height: 56px; padding: 14px 25px; border-radius: 15px; }
.button--block { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--forest-700); font-weight: 800; }
.text-link .icon { width: 18px; transition: transform .2s ease; }
.text-link:hover .icon { transform: translateX(-4px); }

/* Top navigation */
.topbar { position: relative; z-index: 60; background: #0758a6; color: #e9f5ff; font-size: .78rem; }
.topbar__inner { min-height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar p, .topbar a { display: flex; align-items: center; gap: 7px; margin: 0; }
.topbar .icon { width: 15px; height: 15px; color: #fff; }
.topbar__inner > div { display: flex; gap: 23px; }
.site-header { position: sticky; z-index: 50; top: 0; background: linear-gradient(100deg, rgba(2,4,10,.97), rgba(5,14,31,.95)); border-bottom: 1px solid rgba(58, 156, 255, .22); box-shadow: 0 18px 45px rgba(0,5,18,.2); backdrop-filter: blur(22px); }
.header-inner { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand__mark { position: relative; width: 47px; height: 47px; display: grid; place-items: center; border: 1px solid rgba(201, 162, 103, .55); border-radius: 50% 50% 42% 42%; color: var(--gold); background: var(--forest-900); box-shadow: inset 0 0 0 4px rgba(255,255,255,.04); }
.brand__mark .icon { width: 24px; }
.brand__mark i { position: absolute; width: 8px; height: 8px; left: -2px; bottom: 4px; border-radius: 50%; background: var(--gold); border: 2px solid var(--paper); }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1.35; }
.brand strong { font-size: 1rem; color: var(--forest-900); }
.brand small { margin-top: 3px; color: #72817e; font-size: .55rem; letter-spacing: .12em; direction: ltr; }
.brand__symbol { width: 62px; height: 62px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(132,198,255,.25); border-radius: 20px; background: radial-gradient(circle at 35% 28%, rgba(37,151,244,.22), rgba(255,255,255,.025) 66%); box-shadow: inset 0 0 28px rgba(40,153,247,.09), 0 12px 35px rgba(0,0,0,.2); }
.brand__symbol img { width: 58px; height: 58px; }
.brand__wordmark { display: flex; flex-direction: column; min-width: 0; line-height: 1.22; }
.brand--site .brand__wordmark strong { color: #f6fbff; font-size: .94rem; font-weight: 820; white-space: nowrap; }
.brand--site .brand__wordmark small { margin-top: 6px; color: #76baf3; font-size: .47rem; font-weight: 650; letter-spacing: .13em; white-space: nowrap; }
.brand--site { align-self: stretch; padding: 5px 0; }
.brand__official-logo { object-fit: contain; filter: drop-shadow(0 10px 24px rgba(0, 95, 220, .2)); }
.brand__official-logo--header { width: 158px; height: 89px; }
.brand__official-logo--footer { width: 290px; height: auto; max-width: 100%; }
.main-nav { display: flex; align-items: center; gap: 19px; font-size: .82rem; font-weight: 700; }
.main-nav > a, .nav-dropdown > a { position: relative; padding: 28px 0; color: #dcecff; white-space: nowrap; }
.main-nav > a:not(.button)::after, .nav-dropdown > a::after { content: ""; position: absolute; right: 0; left: 100%; bottom: 19px; height: 2px; background: var(--gold); transition: left .25s ease; }
.main-nav > a:hover::after, .main-nav > a.active::after, .nav-dropdown:hover > a::after { left: 0; }
.main-nav .button { padding: 11px 17px; color: #fff; }
.nav-result { display: inline-flex; align-items: center; gap: 6px; color: var(--gold-light) !important; }
.nav-result .icon { width: 17px; }
.nav-dropdown { position: relative; }
.nav-dropdown > a { display: flex; align-items: center; gap: 5px; }
.dropdown-menu { position: absolute; top: calc(100% - 8px); right: -22px; width: 470px; padding: 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 5px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-md); opacity: 0; visibility: hidden; transform: translateY(12px); transition: .2s ease; }
.nav-dropdown:hover .dropdown-menu, .nav-dropdown:focus-within .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown-menu a { padding: 11px 12px; display: flex; align-items: center; gap: 10px; border-radius: 11px; color: var(--ink-soft); }
.dropdown-menu a:hover { background: var(--cream); color: var(--forest-800); }
.dropdown-menu .icon { width: 19px; color: var(--forest-600); }
.dropdown-menu--text { width: 370px; grid-template-columns: 1fr; }
.dropdown-menu--text a { align-items: flex-start; }
.dropdown-menu--text a span { display: flex; flex-direction: column; }
.dropdown-menu--text strong { font-size: .84rem; }
.dropdown-menu--text small { color: #758582; font-weight: 500; }
.dropdown-menu--services { width: 780px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
.dropdown-menu--services a { align-items: flex-start; min-width: 0; padding: 12px; }
.dropdown-menu--services a > span { min-width: 0; display: flex; flex-direction: column; line-height: 1.5; }
.dropdown-menu--services strong { color: #15355d; font-size: .73rem; }
.dropdown-menu--services small { color: #71859a; font-size: .55rem; font-weight: 500; }
.nav-toggle { display: none; width: 45px; height: 45px; border: 1px solid rgba(132,198,255,.22); border-radius: 12px; background: rgba(255,255,255,.06); color: #fff; }
.nav-toggle .close-icon { display: none; }

/* Hero */
.hero { position: relative; overflow: hidden; color: var(--white); background: radial-gradient(circle at 12% 8%, rgba(7,88,166,.18), transparent 34%), radial-gradient(circle at 88% 58%, rgba(8,120,209,.13), transparent 28%), var(--forest-900); }
.hero__glow { position: absolute; width: 740px; height: 740px; right: -300px; top: -320px; border-radius: 50%; background: radial-gradient(circle, rgba(8,120,209,.34), transparent 67%); pointer-events: none; }
.hero__arch { position: absolute; opacity: .22; border: 1px solid var(--gold); border-bottom: 0; border-radius: 300px 300px 0 0; }
.hero__arch--one { width: 340px; height: 500px; right: 4%; bottom: -300px; }
.hero__arch--two { width: 290px; height: 410px; right: 6%; bottom: -285px; }
.hero__grid { min-height: 710px; padding: 76px 0 110px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; }
.hero__content { position: relative; z-index: 2; }
.hero__badge { width: fit-content; margin-bottom: 24px; padding: 7px 12px; display: flex; align-items: center; gap: 8px; color: var(--gold-light); border: 1px solid rgba(132,198,255,.3); border-radius: 99px; background: rgba(8,120,209,.08); font-size: .75rem; font-weight: 700; }
.hero__badge span { width: 7px; height: 7px; border-radius: 50%; background: #2f9df2; box-shadow: 0 0 0 5px rgba(76,168,255,.13); }
.hero__badge sup { color: var(--gold-light); }
.hero h1 { max-width: 750px; margin-bottom: 25px; font-weight: 900; }
.hero h1 em { color: var(--gold-light); background: linear-gradient(90deg, #72c4ff, #d9efff); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-family: inherit; font-style: normal; font-weight: 720; }
.hero__content > p { max-width: 660px; margin-bottom: 32px; color: #c9daec; font-size: 1.05rem; line-height: 2.05; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__trust { margin-top: 34px; display: flex; align-items: center; gap: 15px; }
.avatar-stack { display: flex; direction: ltr; }
.avatar-stack span { width: 42px; height: 42px; margin-right: -10px; display: grid; place-items: center; border-radius: 50%; border: 2px solid var(--forest-900); background: #b8dcff; color: var(--forest-900); font-size: .55rem; font-weight: 800; }
.avatar-stack span:nth-child(2) { background: #d9eaff; }
.avatar-stack span:nth-child(3) { background: #8dbff2; }
.hero__trust p { margin: 0; display: flex; flex-direction: column; line-height: 1.5; }
.hero__trust strong { font-size: .8rem; }
.hero__trust small { color: #9eb8b4; font-size: .7rem; }
.hero__visual { position: relative; z-index: 2; align-self: stretch; display: flex; align-items: center; }
.hero-photo-wrap { position: relative; width: 100%; max-width: 530px; height: 610px; margin-right: auto; }
.hero-photo-wrap::before { content: ""; position: absolute; inset: -15px 30px 20px -15px; border: 1px solid rgba(76,168,255,.42); border-radius: 260px 260px 28px 28px; box-shadow: 0 0 80px rgba(8,120,209,.12); }
.hero-photo-wrap > img { width: 100%; height: 100%; object-fit: cover; object-position: center; border-radius: 260px 260px 28px 28px; box-shadow: var(--shadow-lg); }
.hero-card { position: absolute; z-index: 3; padding: 13px 15px; display: flex; align-items: center; gap: 11px; border-radius: 15px; background: rgba(255,253,249,.94); color: var(--forest-900); box-shadow: var(--shadow-md); backdrop-filter: blur(12px); }
.hero-card .icon { color: var(--gold); }
.hero-card div { display: flex; flex-direction: column; line-height: 1.45; }
.hero-card small { color: #71807d; font-size: .62rem; }
.hero-card strong { font-size: .86rem; }
.hero-card span { color: #5e716e; font-size: .68rem; }
.hero-card--location { right: -40px; bottom: 75px; }
.hero-card--care { left: -48px; top: 110px; }
.hero-seal { position: absolute; z-index: 3; left: 12px; bottom: -28px; width: 88px; height: 88px; display: grid; place-content: center; text-align: center; border-radius: 50%; border: 1px solid rgba(201,162,103,.6); background: var(--forest-950); box-shadow: 0 0 0 7px rgba(255,255,255,.08); }
.hero-seal span { color: var(--gold-light); font-weight: 900; letter-spacing: .15em; }
.hero-seal small { color: #9bb0ac; font-size: .48rem; letter-spacing: .18em; }
.hero__stats { position: relative; z-index: 3; margin-top: -62px; padding: 9px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(132,198,255,.2); border-radius: 22px 22px 0 0; background: rgba(2,10,24,.88); box-shadow: 0 -20px 60px rgba(0,5,18,.2); backdrop-filter: blur(20px); }
.hero__stats > a { min-width: 0; padding: 17px 18px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 12px; border-left: 1px solid var(--line-dark); border-radius: 14px; transition: background .2s ease, transform .2s ease; }
.hero__stats > a:last-child { border-left: 0; }
.hero__stats > a:hover { background: rgba(8,120,209,.15); transform: translateY(-2px); }
.hero-stat-icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(132,198,255,.18); border-radius: 13px; color: #8dceff; background: rgba(8,120,209,.12); }
.hero-stat-icon .icon { width: 20px; }
.hero__stats > a > span:nth-child(2) { min-width: 0; display: flex; flex-direction: column; line-height: 1.45; }
.hero__stats strong { overflow: hidden; color: #f3f9ff; font-size: .82rem; text-overflow: ellipsis; white-space: nowrap; }
.hero__stats small { overflow: hidden; color: #88a5c1; font-size: .6rem; text-overflow: ellipsis; white-space: nowrap; }
.hero-stat-arrow { width: 16px; color: #4ca8ff; transition: transform .2s ease; }
.hero__stats > a:hover .hero-stat-arrow { transform: translateX(-3px); }

/* Home sections */
.section--pullup { position: relative; z-index: 6; margin-top: -1px; background: var(--paper); }
.quick-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(84,139,196,.24); border-radius: 0 0 26px 26px; background: linear-gradient(110deg, rgba(255,255,255,.98), rgba(243,249,255,.96)); box-shadow: 0 25px 70px rgba(8,45,88,.11); overflow: hidden; }
.quick-grid > a { min-height: 145px; padding: 28px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 15px; border-left: 1px solid var(--line); transition: background .2s ease; }
.quick-grid > a:last-child { border: 0; }
.quick-grid > a:hover { background: linear-gradient(135deg, rgba(221,240,255,.68), rgba(244,239,255,.68)); }
.quick-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 15px; }
.quick-icon--gold { color: #0758a6; background: #dcebff; }
.quick-icon--mint { color: var(--forest-700); background: var(--mint-soft); }
.quick-icon--rose { color: #9d3347; background: #f8dfe4; }
.quick-grid small { color: #7a8986; font-size: .65rem; }
.quick-grid h2 { margin: 1px 0 2px; font-size: 1.06rem; }
.quick-grid p { margin: 0; color: #667a77; font-size: .72rem; }
.quick-arrow { width: 18px; color: var(--forest-600); }
.section-heading { position: relative; margin-bottom: 50px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 80px; }
.section-heading h2 { margin: 0; }
.section-heading > div:last-child > p, .section-heading > p { color: var(--ink-soft); }
.section-heading--center { max-width: 940px; margin-inline: auto; grid-template-columns: 1fr 1fr; }
.services-preview, .clinical-story, .founders-section, .diagnostics-band, .shop-preview, .articles-preview, .faq-section, .location-section { position: relative; overflow: hidden; isolation: isolate; }
.services-preview > .container, .clinical-story > .container, .founders-section > .container, .diagnostics-band > .container, .shop-preview > .container, .articles-preview > .container, .faq-section > .container, .location-section > .container { position: relative; z-index: 2; }
.services-preview { background: linear-gradient(135deg, #fbfdff 0%, #eef7ff 50%, #f5f1ff 100%); }
.services-preview::before { content: ""; position: absolute; z-index: 0; width: min(920px, 72vw); aspect-ratio: 1672 / 941; left: -12%; bottom: -8%; background: url("../images/brand-logo.png") center / contain no-repeat; opacity: .026; transform: rotate(-7deg); pointer-events: none; }
.services-preview::after { content: ""; position: absolute; z-index: 0; width: 460px; height: 460px; right: -190px; top: -180px; border-radius: 50%; background: radial-gradient(circle, rgba(33,185,214,.16), rgba(117,103,223,.06) 48%, transparent 70%); pointer-events: none; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.services-grid--all { grid-template-columns: repeat(4, 1fr); }
.service-card { position: relative; min-height: 315px; padding: 29px; display: flex; flex-direction: column; border: 1px solid rgba(96,144,191,.2); border-radius: var(--radius); background: rgba(255,255,255,.82); box-shadow: 0 12px 35px rgba(9,46,88,.045); backdrop-filter: blur(10px); transition: .3s ease; }
.service-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; border-radius: 3px 0 0 3px; background: linear-gradient(var(--aqua), var(--forest-600)); opacity: .45; }
.service-card:nth-child(3n+2)::before { background: linear-gradient(var(--violet), #4ca8ff); }
.service-card:nth-child(3n+3)::before { background: linear-gradient(var(--peach), #e97886); }
.service-card:hover { transform: translateY(-7px); border-color: rgba(76,168,255,.48); background: rgba(255,255,255,.95); box-shadow: 0 28px 70px rgba(8,56,108,.13); }
.service-card__icon { width: 53px; height: 53px; margin-bottom: 35px; display: grid; place-items: center; border-radius: 16px 16px 8px 16px; color: var(--gold); background: var(--forest-900); }
.service-card > span { color: var(--forest-600); font-size: .65rem; font-weight: 800; }
.service-card h3 { margin: 4px 0 11px; color: var(--forest-900); }
.service-card p { color: #617572; font-size: .84rem; line-height: 1.85; }
.service-card a { margin-top: auto; display: inline-flex; align-items: center; gap: 7px; color: var(--forest-700); font-size: .78rem; font-weight: 800; }
.service-card a .icon { width: 17px; }
.clinical-story { background: radial-gradient(circle at 8% 18%, rgba(33,185,214,.13), transparent 26%), radial-gradient(circle at 91% 78%, rgba(117,103,223,.14), transparent 29%), linear-gradient(145deg, #edf8ff, #f4f3ff 54%, #fff); }
.clinical-story::before { content: ""; position: absolute; z-index: 0; inset: 7% auto auto 5%; width: 210px; height: 210px; border: 1px solid rgba(8,120,209,.13); border-radius: 44% 56% 60% 40%; box-shadow: 45px 55px 0 rgba(117,103,223,.035), -30px 110px 0 rgba(33,185,214,.035); transform: rotate(22deg); pointer-events: none; }
.clinical-story__grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 90px; }
.story-visual { position: relative; }
.story-photo { position: relative; width: 92%; height: 650px; border: 1px solid rgba(89,160,225,.22); border-radius: 240px 240px 24px 24px; overflow: hidden; box-shadow: 0 32px 80px rgba(33,72,118,.17); }
.story-photo img { width: 100%; height: 100%; object-fit: cover; }
.story-quote { position: absolute; left: -18px; bottom: 44px; width: 260px; padding: 22px; border: 1px solid rgba(132,198,255,.22); border-radius: 17px; color: var(--white); background: linear-gradient(145deg, rgba(5,20,45,.97), rgba(27,40,91,.95)); box-shadow: var(--shadow-md); backdrop-filter: blur(15px); }
.story-quote span { color: var(--gold); font-size: 2rem; line-height: 1; }
.story-quote p { margin: 0; font-size: .86rem; }
.story-content > p { margin-bottom: 35px; color: var(--ink-soft); font-size: 1rem; }
.story-steps { margin-bottom: 34px; }
.story-steps > div { position: relative; padding: 19px 58px 19px 0; border-top: 1px solid #d5dcd5; }
.story-steps > div:last-child { border-bottom: 1px solid #d5dcd5; }
.story-steps span { position: absolute; right: 0; top: 20px; color: var(--gold); font-size: .68rem; font-weight: 900; }
.story-steps h3 { margin-bottom: 4px; font-size: 1rem; }
.story-steps p { margin: 0; color: #657673; font-size: .78rem; }
.founders-section { background: linear-gradient(180deg, #fff 0%, #f5f9ff 100%); }
.founders-section::before { content: ""; position: absolute; z-index: 0; inset: 0; background-image: linear-gradient(rgba(7,88,166,.028) 1px, transparent 1px), linear-gradient(90deg, rgba(7,88,166,.028) 1px, transparent 1px); background-size: 42px 42px; -webkit-mask-image: linear-gradient(to bottom, transparent, #000 35%, transparent); mask-image: linear-gradient(to bottom, transparent, #000 35%, transparent); pointer-events: none; }
.founders-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.founder-card { display: grid; grid-template-columns: 47% 53%; min-height: 460px; border: 1px solid rgba(91,143,195,.22); border-radius: var(--radius-lg); overflow: hidden; background: rgba(255,255,255,.9); box-shadow: 0 18px 55px rgba(7,49,94,.075); }
.founder-card:nth-child(2) { background: linear-gradient(145deg, rgba(255,255,255,.95), rgba(241,238,255,.92)); }
.founder-photo { position: relative; min-height: 460px; overflow: hidden; background: var(--forest-900); }
.founder-photo::after { content: ""; position: absolute; inset: auto 0 0; height: 30%; background: linear-gradient(transparent, rgba(6,28,29,.45)); }
.founder-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.founder-card > div:last-child { padding: 35px; display: flex; flex-direction: column; justify-content: flex-end; }
.founder-card small { color: var(--forest-600); font-size: .67rem; font-weight: 800; }
.founder-card h3 { margin: 5px 0 15px; font-size: 1.65rem; }
.founder-card p { color: var(--ink-soft); font-size: .82rem; }
.claim-note, .portrait-note { max-width: 920px; margin: 28px auto 0; color: #7a8885; font-size: .68rem; text-align: center; }
.diagnostics-band { padding: 110px 0; color: var(--white); background: radial-gradient(circle at 12% 8%, rgba(33,185,214,.17), transparent 30%), radial-gradient(circle at 85% 95%, rgba(117,103,223,.24), transparent 34%), linear-gradient(125deg, #06142d, #0a2c56 52%, #211443); overflow: hidden; }
.diagnostics-band::before { content: ""; position: absolute; z-index: 0; width: min(1050px, 76vw); aspect-ratio: 1672 / 941; left: -15%; top: 5%; background: url("../images/brand-logo.png") center / contain no-repeat; opacity: .048; transform: rotate(-8deg); pointer-events: none; }
.diagnostics-band::after { content: ""; position: absolute; z-index: 0; width: 420px; height: 420px; right: -250px; top: -190px; border: 1px solid rgba(132,198,255,.16); border-radius: 50%; box-shadow: 0 0 0 55px rgba(132,198,255,.025), 0 0 0 110px rgba(117,103,223,.02); pointer-events: none; }
.diagnostics-band__grid { display: grid; grid-template-columns: 1fr .78fr; align-items: center; gap: 100px; }
.diagnostics-band h2 { margin-bottom: 22px; }
.diagnostics-band p { color: #bed1cd; }
.secure-points { margin: 26px 0; display: flex; flex-direction: column; gap: 9px; }
.secure-points span { display: flex; align-items: center; gap: 10px; color: #d5e2df; font-size: .8rem; }
.secure-points .icon { color: var(--gold-light); }
.result-mockup { position: relative; max-width: 450px; margin: auto; border: 1px solid rgba(255,255,255,.18); border-radius: 23px; background: var(--white); color: var(--ink); box-shadow: 0 40px 100px rgba(0,0,0,.28); transform: rotate(-2deg); }
.result-mockup::before { content: ""; position: absolute; inset: -40px -80px; z-index: -1; border-radius: 50%; background: radial-gradient(circle, rgba(76,168,255,.22), rgba(117,103,223,.08) 42%, transparent 68%); }
.mockup-top { height: 45px; padding: 0 16px; display: flex; align-items: center; gap: 6px; border-bottom: 1px solid var(--line); }
.mockup-top > span { width: 7px; height: 7px; border-radius: 50%; background: #d7e1dc; }
.mockup-top small { margin-right: auto; color: #84918f; font-size: .58rem; }
.mockup-body { padding: 42px; text-align: center; }
.mockup-success { width: 62px; height: 62px; margin: 0 auto 14px; display: grid; place-items: center; border-radius: 50%; color: var(--success); background: var(--mint-soft); }
.mockup-success .icon { width: 30px; }
.mockup-body > small { color: var(--success); font-size: .68rem; }
.mockup-body h3 { margin: 6px 0 28px; font-size: 1.15rem; }
.mockup-lines { display: grid; gap: 9px; text-align: right; }
.mockup-lines span { height: 8px; border-radius: 99px; background: #edf1ee; }
.mockup-lines span:nth-child(2) { width: 75%; }
.mockup-lines span:nth-child(3) { width: 88%; }
.mockup-button { margin-top: 30px; padding: 10px; border-radius: 10px; color: var(--white); background: var(--forest-700); font-size: .72rem; font-weight: 800; }
.shop-preview { background: radial-gradient(circle at 90% 15%, rgba(243,168,114,.16), transparent 26%), linear-gradient(125deg, #fff8f2 0%, #fff 44%, #eef8ff 100%); }
.shop-preview::before { content: ""; position: absolute; z-index: 0; width: 520px; height: 520px; left: -260px; bottom: -310px; border-radius: 50%; background: repeating-radial-gradient(circle, rgba(8,120,209,.09) 0 1px, transparent 2px 15px); opacity: .6; pointer-events: none; }
.shop-preview__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: center; }
.shop-copy p { color: var(--ink-soft); }
.shop-categories { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.shop-mini-card { min-height: 210px; padding: 25px; border: 1px solid rgba(100,145,186,.2); border-radius: var(--radius); background: rgba(255,255,255,.87); box-shadow: 0 12px 36px rgba(23,62,104,.055); backdrop-filter: blur(10px); }
.shop-mini-card:nth-child(2) { background: linear-gradient(145deg, rgba(245,241,255,.94), rgba(255,255,255,.9)); }
.shop-mini-card:nth-child(3) { background: linear-gradient(145deg, rgba(255,242,231,.94), rgba(255,255,255,.9)); }
.shop-mini-card .icon { margin-bottom: 26px; color: var(--gold); }
.shop-mini-card h3 { margin-bottom: 8px; font-size: 1rem; }
.shop-mini-card p { margin: 0; color: #627572; font-size: .76rem; }
.articles-preview { background: linear-gradient(145deg, #edf7ff 0%, #f5f0ff 48%, #fff 100%); }
.articles-preview::before { content: ""; position: absolute; z-index: 0; inset: auto 0 0; height: 55%; background: linear-gradient(115deg, transparent 20%, rgba(33,185,214,.045) 20% 21%, transparent 21% 46%, rgba(117,103,223,.045) 46% 47%, transparent 47%); pointer-events: none; }
.articles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.article-card { height: 100%; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: .25s ease; }
.article-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.article-card__visual { position: relative; height: 190px; padding: 22px; overflow: hidden; color: var(--gold-light); background: linear-gradient(145deg, #06152f, #0a4f8d); }
.article-card:nth-child(3n+2) .article-card__visual { background: linear-gradient(145deg, #17173f, #5546a5); }
.article-card:nth-child(3n+3) .article-card__visual { background: linear-gradient(145deg, #073b52, #1594aa); }
.article-card__visual::before, .article-card__visual::after { content: ""; position: absolute; border: 1px solid rgba(234,212,173,.32); border-radius: 50% 50% 0 0; }
.article-card__visual::before { width: 180px; height: 245px; left: -20px; bottom: -160px; }
.article-card__visual::after { width: 120px; height: 175px; left: 10px; bottom: -116px; }
.article-card__visual span { position: relative; z-index: 2; padding: 5px 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 99px; font-size: .62rem; }
.article-card__visual i { position: absolute; border-radius: 50%; background: rgba(201,162,103,.3); }
.article-card__visual i:nth-of-type(1) { width: 9px; height: 9px; right: 20%; top: 36%; }
.article-card__visual i:nth-of-type(2) { width: 5px; height: 5px; right: 31%; top: 52%; }
.article-card__visual i:nth-of-type(3) { width: 12px; height: 12px; right: 42%; top: 67%; }
.article-card__body { padding: 27px; }
.article-meta { display: flex; gap: 7px; color: #899693; font-size: .62rem; }
.article-card h3 { min-height: 59px; margin: 10px 0; font-size: 1.12rem; }
.article-card p { min-height: 78px; color: #637572; font-size: .76rem; }
.article-card a { display: flex; align-items: center; gap: 7px; color: var(--forest-700); font-size: .74rem; font-weight: 800; }
.article-card a .icon { width: 16px; }
.faq-section { background: radial-gradient(circle at 78% 45%, rgba(33,185,214,.1), transparent 30%), linear-gradient(180deg, #fff, #f1f8ff); }
.faq-section::before { content: ""; position: absolute; z-index: 0; width: min(760px, 65vw); aspect-ratio: 1672 / 941; left: -16%; top: 13%; background: url("../images/brand-logo.png") center / contain no-repeat; opacity: .022; transform: rotate(8deg); pointer-events: none; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq-grid > div:first-child { position: sticky; top: 130px; align-self: start; }
.faq-grid > div:first-child > p { color: var(--ink-soft); }
.accordion { border-top: 1px solid var(--line); }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-item button { width: 100%; padding: 24px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 0; color: var(--ink); background: none; text-align: right; font-weight: 800; }
.accordion-item button i { position: relative; width: 24px; height: 24px; border-radius: 50%; background: var(--cream); }
.accordion-item button i::before, .accordion-item button i::after { content: ""; position: absolute; width: 10px; height: 1px; left: 7px; top: 12px; background: var(--forest-700); }
.accordion-item button i::after { transform: rotate(90deg); transition: transform .2s ease; }
.accordion-item.open button i::after { transform: rotate(0); }
.accordion-panel { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.accordion-panel p { margin: -8px 0 24px; padding-left: 38px; color: var(--ink-soft); font-size: .86rem; }
.accordion-item.open .accordion-panel { max-height: 220px; }
.location-section { padding: 20px 0 110px; background: linear-gradient(180deg, #f1f8ff, #fbfcff); }
.location-card { display: grid; grid-template-columns: 1.1fr .9fr; overflow: hidden; border: 1px solid rgba(83,141,198,.2); border-radius: var(--radius-lg); background: linear-gradient(145deg, #f4f8fd, #eef1ff); box-shadow: 0 26px 75px rgba(7,49,94,.12); }
.location-map { position: relative; min-height: 480px; overflow: hidden; background: #dce9f7; isolation: isolate; }
.location-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: saturate(.82) contrast(1.04); }
.location-map::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; border: 1px solid rgba(8,120,209,.15); box-shadow: inset -35px 0 60px rgba(5,11,23,.08); }
.map-status { position: absolute; z-index: 2; right: 24px; bottom: 24px; padding: 11px 15px; display: flex; align-items: center; gap: 8px; border: 1px solid rgba(132,198,255,.32); border-radius: 14px; color: #fff; background: rgba(5,11,23,.9); box-shadow: 0 18px 40px rgba(0,5,18,.27); backdrop-filter: blur(12px); font-size: .75rem; font-weight: 800; }
.map-status .icon { width: 18px; color: var(--gold-light); }
.location-copy { padding: 58px; align-self: center; }
.location-copy > p { color: var(--ink-soft); font-size: 1rem; }
.location-details { margin: 28px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.location-details > span { padding: 15px; display: grid; grid-template-columns: auto 1fr; gap: 1px 10px; border: 1px solid #d4ddd5; border-radius: 14px; background: rgba(255,255,255,.5); }
.location-details .icon { grid-row: 1 / 3; color: var(--gold); }
.location-details small { color: #798985; font-size: .62rem; }
.location-details strong { font-size: .75rem; }

/* Inner pages */
.page-hero { position: relative; overflow: hidden; color: var(--white); background: var(--forest-900); }
.page-hero__pattern { position: absolute; inset: 0; opacity: .25; background-image: radial-gradient(circle at 20% 30%, var(--gold) 0 1px, transparent 2px), radial-gradient(circle at 80% 70%, var(--mint) 0 1px, transparent 2px); background-size: 50px 50px, 70px 70px; }
.page-hero__inner { position: relative; min-height: 390px; padding: 70px 0; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 80px; }
.page-hero h1 { max-width: 900px; margin-bottom: 16px; font-size: clamp(2.4rem, 4.8vw, 4.5rem); }
.page-hero p { max-width: 750px; margin: 0; color: #c0d3cf; font-size: .95rem; }
.page-hero__seal { width: 150px; height: 180px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(201,162,103,.45); border-radius: 90px 90px 18px 18px; background: rgba(255,255,255,.04); }
.page-hero__seal .icon { width: 36px; height: 36px; margin-bottom: 12px; color: var(--gold); }
.page-hero__seal span { color: var(--gold-light); font-weight: 900; letter-spacing: .14em; }
.page-hero__seal small { color: #91aaa5; font-size: .55rem; letter-spacing: .18em; }
.breadcrumbs { min-height: 60px; display: flex; align-items: center; gap: 10px; color: #7d8c89; font-size: .7rem; border-bottom: 1px solid var(--line); }
.breadcrumbs a:hover { color: var(--forest-700); }
.content-notice { margin-top: 35px; padding: 26px 30px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; border-radius: var(--radius); color: var(--white); background: var(--forest-800); }
.content-notice > .icon { width: 34px; height: 34px; color: var(--gold-light); }
.content-notice h2 { margin-bottom: 3px; font-size: 1.25rem; }
.content-notice p { margin: 0; color: #bdd0cc; font-size: .78rem; }
.services-hub { position: relative; overflow: hidden; background: linear-gradient(140deg, #fbfdff, #edf7ff 55%, #f5f0ff); }
.services-hub::before { content: ""; position: absolute; width: min(920px, 75vw); aspect-ratio: 1672 / 941; left: -14%; bottom: -25%; background: url("../images/brand-logo.png") center / contain no-repeat; opacity: .025; transform: rotate(-8deg); pointer-events: none; }
.services-hub > .container { position: relative; z-index: 1; }
.local-search-section { position: relative; overflow: hidden; color: #eef7ff; background: radial-gradient(circle at 8% 20%, rgba(46,183,229,.25), transparent 28%), radial-gradient(circle at 88% 76%, rgba(131,91,210,.26), transparent 30%), linear-gradient(125deg, #04162f, #073b70 56%, #29326d); }
.local-search-section::before { content: ""; position: absolute; width: 580px; aspect-ratio: 1672 / 941; right: -8%; top: -20%; background: url("../images/brand-logo.png") center / contain no-repeat; opacity: .045; pointer-events: none; }
.local-search-section .container { position: relative; z-index: 1; }
.local-search-section .section-heading p { color: #b7cce3; }
.local-search-section .eyebrow { color: #77c9ff; }
.local-search-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; }
.local-search-grid article { padding: 25px; border: 1px solid rgba(128,197,255,.17); border-radius: var(--radius); background: rgba(255,255,255,.055); box-shadow: inset 0 1px rgba(255,255,255,.06); backdrop-filter: blur(12px); }
.local-search-grid h3 { margin: 0 0 15px; color: #fff; font-size: 1rem; }
.local-search-grid nav { display: grid; gap: 8px; }
.local-search-grid a { padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.09); color: #bcd9f4; font-size: .7rem; }
.local-search-grid a:last-child { border-bottom: 0; }
.local-search-grid a:hover { color: #fff; transform: translateX(-3px); }
.service-detail { position: relative; overflow: hidden; background: linear-gradient(145deg, var(--paper), #eef7ff 62%, #f4efff); }
.service-detail::before { content: ""; position: absolute; width: 760px; aspect-ratio: 1672 / 941; left: -20%; top: 6%; background: url("../images/brand-logo.png") center / contain no-repeat; opacity: .023; transform: rotate(-8deg); pointer-events: none; }
.service-detail__grid { display: grid; grid-template-columns: 1.35fr .65fr; align-items: start; gap: 40px; }
.service-detail__grid > * { position: relative; z-index: 1; }
.prose-card { padding: 46px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); }
.prose-card > p { color: var(--ink-soft); font-size: 1rem; }
.prose-card h3 { margin: 35px 0 18px; }
.service-lead { margin-bottom: 25px; padding-right: 18px; border-right: 3px solid #138bd2; line-height: 2.05; }
.keyword-cloud { margin: 0 0 38px; display: flex; flex-wrap: wrap; gap: 8px; }
.keyword-cloud span { padding: 7px 11px; border: 1px solid #cfe3f5; border-radius: 99px; color: #155a91; background: #f2f9ff; font-size: .63rem; font-weight: 750; }
.service-copy-section { padding: 27px 0; display: grid; grid-template-columns: 42px 1fr; gap: 17px; border-top: 1px solid var(--line); }
.service-copy-section > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: linear-gradient(135deg, #0878d1, #5756b9); font-size: .65rem; font-weight: 850; box-shadow: 0 10px 24px rgba(8,120,209,.18); }
.service-copy-section h2 { margin: 0 0 8px; font-size: 1.38rem; }
.service-copy-section p { margin: 0; color: var(--ink-soft); font-size: .83rem; line-height: 2; }
.feature-heading { margin-top: 34px; font-size: 1.45rem; }
.feature-list { padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; list-style: none; }
.feature-list li { padding: 12px 15px; display: flex; align-items: center; gap: 9px; border-radius: 12px; background: var(--cream); font-size: .8rem; }
.feature-list .icon { color: var(--success); }
.medical-disclaimer { margin-top: 30px; padding: 20px 22px; border-right: 3px solid var(--gold); border-radius: 10px; background: #fbf5e9; }
.medical-disclaimer strong { font-size: .8rem; }
.medical-disclaimer p { margin: 3px 0 0; color: #6d6f65; font-size: .75rem; }
.medical-disclaimer--wide { max-width: 900px; margin: 45px auto 0; }
.booking-panel { position: sticky; top: 120px; padding: 34px; border-radius: var(--radius); color: var(--white); background: var(--forest-800); box-shadow: var(--shadow-md); }
.booking-panel__icon { width: 54px; height: 54px; margin-bottom: 23px; display: grid; place-items: center; border-radius: 16px; color: var(--forest-900); background: var(--gold-light); }
.booking-panel > small { color: var(--gold-light); font-size: .67rem; font-weight: 800; }
.booking-panel h2 { margin: 6px 0 15px; font-size: 1.55rem; }
.booking-panel p { color: #bfd1cd; font-size: .8rem; }
.booking-panel .button + .button { margin-top: 10px; color: var(--white); border-color: rgba(255,255,255,.3); }
.booking-location { margin-top: 22px; padding-top: 19px; display: flex; align-items: flex-start; gap: 10px; border-top: 1px solid rgba(255,255,255,.12); }
.booking-location .icon { width: 18px; flex: 0 0 auto; color: #7dc9ff; }
.booking-location span { display: grid; }
.booking-location small { color: #8faac7; font-size: .58rem; }
.booking-location strong { color: #eaf6ff; font-size: .69rem; }
.service-faq { margin-top: 42px; padding: 31px !important; border: 1px solid #d2e5f7 !important; border-radius: var(--radius); background: linear-gradient(145deg, #f7fbff, #f5f1ff); }
.service-faq h2 { max-width: 100%; margin: 4px 0 20px; font-size: 1.45rem; }
.service-faq details { padding: 14px 0; border-top: 1px solid #d8e5f0; }
.service-faq details:first-of-type { border-top: 0; }
.service-faq summary { position: relative; padding-left: 28px; color: #153d68; cursor: pointer; font-size: .78rem; font-weight: 800; list-style: none; }
.service-faq summary::-webkit-details-marker { display: none; }
.service-faq summary::after { content: "+"; position: absolute; left: 0; top: -2px; color: #0878d1; font-size: 1.25rem; }
.service-faq details[open] summary::after { content: "−"; }
.service-faq details p { margin: 9px 0 0; color: var(--ink-soft); font-size: .74rem; line-height: 1.95; }
.related-section { padding-top: 0; background: var(--paper); }
.equipment-page { background: var(--paper); }
.equipment-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; }
.equipment-card { min-height: 260px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.equipment-card > span { width: 50px; height: 50px; margin-bottom: 35px; display: grid; place-items: center; border-radius: 14px; color: var(--gold-light); background: var(--forest-800); }
.equipment-card h3 { margin-bottom: 9px; font-size: 1rem; }
.equipment-card p { margin: 0; color: var(--ink-soft); font-size: .74rem; }
.distinction-section { background: var(--cream); }
.distinction-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 18px; }
.distinction-card { position: relative; min-height: 470px; padding: 34px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid #d7dfd8; border-radius: var(--radius); background: var(--white); }
.distinction-card--hero { color: var(--white); background: var(--forest-800); }
.distinction-card > span { position: absolute; left: 22px; top: 10px; color: rgba(15,64,64,.07); font-size: 7rem; font-weight: 900; line-height: 1; }
.distinction-card--hero > span { color: rgba(255,255,255,.06); }
.distinction-card__icon { position: relative; width: 55px; height: 55px; margin-bottom: auto; display: grid; place-items: center; border-radius: 16px; color: var(--gold); background: var(--cream); }
.distinction-card--hero .distinction-card__icon { background: rgba(255,255,255,.1); }
.distinction-card small { margin-top: 35px; color: var(--forest-600); font-size: .65rem; font-weight: 800; }
.distinction-card--hero small { color: var(--gold-light); }
.distinction-card h2 { margin: 7px 0 15px; font-size: 1.6rem; }
.distinction-card p { color: var(--ink-soft); font-size: .8rem; }
.distinction-card--hero p { color: #bed1cd; }
.distinction-card a { margin-top: auto; display: flex; align-items: center; gap: 7px; color: var(--forest-700); font-size: .74rem; font-weight: 800; }
.distinction-card--hero a { color: var(--gold-light); }
.distinction-card a .icon { width: 16px; }
.principles { background: var(--paper); }
.principles-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.principles-grid article { padding: 27px; border-top: 2px solid var(--gold); background: var(--cream); }
.principles-grid .icon { margin-bottom: 28px; color: var(--forest-600); }
.principles-grid h3 { margin-bottom: 8px; }
.principles-grid p { margin: 0; color: var(--ink-soft); font-size: .76rem; }
.about-story { background: var(--paper); }
.about-story__grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 90px; align-items: center; }
.about-story__grid > div:first-child > p { color: var(--ink-soft); font-size: .96rem; }
.about-numbers { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.about-numbers div { min-height: 180px; padding: 25px; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); }
.about-numbers strong { color: var(--forest-700); font-size: 2.2rem; }
.about-numbers span { color: #60736f; font-size: .76rem; }
.founders-profile { background: var(--cream); }
.profile-grid { display: grid; gap: 28px; }
.profile-card { min-height: 650px; display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; border-radius: var(--radius-lg); background: var(--white); }
.profile-card--reverse .profile-image { order: 2; }
.profile-image { min-height: 650px; background: var(--forest-900); }
.profile-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.profile-copy { padding: 70px; align-self: center; }
.profile-copy > small { color: var(--forest-600); font-size: .7rem; font-weight: 800; }
.profile-copy h2 { margin: 7px 0 20px; }
.profile-copy p { color: var(--ink-soft); }
.profile-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.profile-tags span { padding: 7px 12px; border-radius: 99px; color: var(--forest-700); background: var(--mint-soft); font-size: .68rem; font-weight: 700; }
.values-band { padding: 65px 0; color: var(--white); background: var(--forest-800); }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.values-grid article { padding: 15px 32px; border-left: 1px solid var(--line-dark); }
.values-grid article:last-child { border: 0; }
.values-grid span { color: var(--gold); font-size: .65rem; }
.values-grid h3 { margin: 15px 0 7px; }
.values-grid p { margin: 0; color: #adc3bf; font-size: .75rem; }
.shop-page { background: var(--paper); }
.shop-intro { margin-bottom: 50px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; }
.shop-intro h2 { margin: 0; }
.shop-intro > p { color: var(--ink-soft); }
.shop-page-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.shop-category { min-height: 380px; padding: 29px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); }
.shop-category:nth-child(even) { background: var(--white); }
.shop-category > div { width: 58px; height: 58px; margin-bottom: auto; display: grid; place-items: center; border-radius: 18px; color: var(--gold); background: var(--forest-800); }
.shop-category small { margin-top: 40px; color: var(--forest-600); font-size: .58rem; letter-spacing: .1em; }
.shop-category h3 { margin: 4px 0 11px; }
.shop-category p { color: var(--ink-soft); font-size: .76rem; }
.shop-category a { margin-top: auto; display: flex; align-items: center; gap: 6px; color: var(--forest-700); font-size: .72rem; font-weight: 800; }
.shop-category a .icon { width: 16px; }
.petshop-seo-copy { margin-top: 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.petshop-seo-copy article { position: relative; min-height: 260px; padding: 30px; overflow: hidden; border: 1px solid #cfe1f1; border-radius: var(--radius); background: linear-gradient(145deg, #f7fbff, #f1efff); }
.petshop-seo-copy article > span { position: absolute; left: 18px; top: 4px; color: rgba(8,120,209,.09); font-size: 5rem; font-weight: 900; line-height: 1; }
.petshop-seo-copy h2 { position: relative; margin: 50px 0 10px; font-size: 1.15rem; }
.petshop-seo-copy p { position: relative; margin: 0; color: var(--ink-soft); font-size: .76rem; }
.shop-guide { margin-top: 30px; padding: 38px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 27px; border-radius: var(--radius); color: var(--white); background: var(--forest-800); }
.shop-guide > div:first-child { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: var(--forest-900); background: var(--gold-light); }
.shop-guide h2 { margin-bottom: 8px; font-size: 1.5rem; }
.shop-guide p { margin: 0; color: #bcd0cb; font-size: .78rem; }

/* Forms, results and contact */
.form-section, .results-section, .contact-page { background: var(--cream); }
.form-layout { display: grid; grid-template-columns: 1.25fr .55fr; gap: 30px; align-items: start; }
.form-card, .result-lookup-card { padding: 44px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-sm); }
.form-heading { margin-bottom: 30px; }
.form-heading h2 { margin-bottom: 7px; font-size: 1.9rem; }
.form-heading p { margin: 0; color: var(--ink-soft); font-size: .8rem; }
.styled-form { display: grid; gap: 21px; }
.styled-form fieldset { margin: 0; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); }
.styled-form legend { padding: 0 9px; color: var(--forest-700); font-size: .75rem; font-weight: 800; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.styled-form label { display: grid; gap: 7px; color: #344c49; font-size: .75rem; font-weight: 700; }
.styled-form label span small { color: #899693; font-weight: 500; }
.form-span-2 { grid-column: 1 / -1; }
.styled-form input:not([type="checkbox"]), .styled-form textarea, .styled-form select, .appointment-actions input, .appointment-actions textarea, .appointment-actions select { width: 100%; padding: 12px 14px; border: 1px solid #cdd9d4; border-radius: 11px; background: #fffefb; color: var(--ink); outline: 0; transition: .2s ease; }
.styled-form input:focus, .styled-form textarea:focus, .styled-form select:focus, .appointment-actions input:focus, .appointment-actions textarea:focus, .appointment-actions select:focus { border-color: var(--forest-600); box-shadow: 0 0 0 4px rgba(27,105,104,.1); }
.styled-form textarea { resize: vertical; }
.consent { display: flex !important; grid-template-columns: auto 1fr; align-items: flex-start; gap: 10px !important; color: #5f716e !important; font-size: .72rem !important; }
.consent input { margin-top: 6px; accent-color: var(--forest-600); }
.form-errors { margin-bottom: 25px; padding: 16px 20px; border-right: 3px solid var(--danger); border-radius: 10px; color: #7d3434; background: #faeaea; font-size: .76rem; }
.form-errors ul { margin: 5px 0 0; padding-right: 20px; }
.form-aside { display: grid; gap: 18px; }
.aside-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.aside-card--dark { color: var(--white); background: var(--forest-800); }
.aside-card--dark > span { width: 50px; height: 50px; margin-bottom: 22px; display: grid; place-items: center; border-radius: 15px; color: var(--forest-900); background: var(--gold-light); }
.aside-card small { color: var(--gold-light); font-size: .65rem; }
.aside-card h2 { margin: 6px 0 12px; font-size: 1.5rem; }
.aside-card p { color: #bdd0cc; font-size: .76rem; }
.aside-card--dark > a { display: flex; align-items: center; justify-content: space-between; color: var(--gold-light); font-weight: 900; direction: ltr; }
.aside-card h3 { font-size: 1.05rem; }
.aside-card ol { margin: 0; padding: 0; display: grid; gap: 16px; list-style: none; }
.aside-card li { display: grid; grid-template-columns: 30px 1fr; gap: 9px; align-items: center; color: var(--ink-soft); font-size: .72rem; }
.aside-card li span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: var(--forest-700); background: var(--mint-soft); font-weight: 900; }
.success-state { padding: 40px 15px; text-align: center; }
.success-state > span { width: 78px; height: 78px; margin: 0 auto 20px; display: grid; place-items: center; border-radius: 50%; color: var(--success); background: var(--mint-soft); }
.success-state > span .icon { width: 38px; height: 38px; }
.success-state > small { color: var(--success); }
.success-state h2 { margin: 4px 0 12px; }
.success-state > strong { width: fit-content; margin: 16px auto; padding: 10px 20px; display: block; border: 1px dashed var(--gold); border-radius: 10px; color: var(--forest-700); font-size: 1.2rem; }
.results-layout { display: grid; grid-template-columns: 1.05fr .65fr; gap: 30px; align-items: start; }
.result-form { gap: 17px; }
.privacy-hint { margin: 24px 0 0; display: flex; align-items: flex-start; gap: 8px; color: #768683; font-size: .67rem; }
.privacy-hint .icon { width: 16px; color: var(--forest-600); }
.results-help { padding: 38px; border-radius: var(--radius-lg); background: var(--white); border: 1px solid var(--line); }
.results-help__visual { position: relative; height: 160px; margin: -10px -10px 25px; display: grid; place-items: center; overflow: hidden; border-radius: var(--radius); color: var(--gold-light); background: var(--forest-800); }
.results-help__visual .icon { width: 62px; height: 62px; }
.results-help__visual span { position: absolute; width: 100px; height: 140px; border: 1px solid rgba(201,162,103,.32); border-radius: 60px 60px 0 0; }
.results-help__visual span:nth-child(2) { width: 150px; height: 200px; }
.results-help h2 { font-size: 1.45rem; }
.results-help p { color: var(--ink-soft); font-size: .78rem; }
.result-types { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 6px; }
.result-types span { padding: 5px 9px; border-radius: 99px; color: var(--forest-700); background: var(--mint-soft); font-size: .58rem; }
.result-found { text-align: center; }
.result-found__check { width: 76px; height: 76px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 50%; color: var(--success); background: var(--mint-soft); }
.result-found__check .icon { width: 36px; height: 36px; }
.result-found > small { color: var(--success); }
.result-found h2 { margin: 4px 0 26px; }
.result-info { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.result-info div { padding: 15px; display: flex; flex-direction: column; border-left: 1px solid var(--line); }
.result-info div:last-child { border: 0; }
.result-info span { color: #81908d; font-size: .6rem; }
.result-info strong { font-size: .76rem; }
.result-summary { margin: 22px 0; padding: 18px; text-align: right; border-radius: 12px; background: var(--cream); }
.result-summary strong { font-size: .72rem; }
.result-summary p { margin: 4px 0 0; color: var(--ink-soft); font-size: .74rem; }
.result-again { margin-top: 18px; }
.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 50px; align-items: start; }
.contact-info { padding: 25px 0; }
.contact-list { margin: 35px 0; display: grid; gap: 18px; }
.contact-list > div { padding-bottom: 18px; display: grid; grid-template-columns: 45px 1fr; gap: 13px; border-bottom: 1px solid #d4ddd5; }
.contact-list > div > .icon { width: 45px; height: 45px; padding: 12px; border-radius: 13px; color: var(--gold); background: var(--forest-800); }
.contact-list span { display: flex; flex-direction: column; }
.contact-list small { color: #7a8a86; font-size: .63rem; }
.contact-list strong, .contact-list a { font-size: .84rem; font-weight: 800; }
.form-card--contact { padding: 42px; }
.privacy-copy h2 { margin-top: 35px; font-size: 1.5rem; }
.privacy-copy h2:first-child { margin-top: 0; }

/* Articles */
.articles-page { background: #f4f6f2; }
.article-filter { margin-bottom: 30px; display: flex; flex-wrap: wrap; gap: 8px; }
.article-filter button { padding: 8px 14px; border: 1px solid var(--line); border-radius: 99px; color: var(--ink-soft); background: var(--white); font-size: .68rem; }
.article-filter button.active { border-color: var(--forest-700); color: var(--white); background: var(--forest-700); }
.articles-grid--page { grid-template-columns: repeat(3,1fr); }
.articles-grid--page > div[hidden] { display: none; }
.article-detail__header { padding: 80px 0 70px; color: var(--white); background: var(--forest-900); }
.article-header__inner { display: grid; grid-template-columns: 1fr 300px; align-items: center; gap: 80px; }
.article-detail h1 { max-width: 850px; margin-bottom: 20px; font-size: clamp(2.3rem, 4.8vw, 4.6rem); }
.article-detail__header p { max-width: 720px; color: #bdd0cc; }
.article-detail__meta { display: flex; gap: 9px; color: #91aaa5; font-size: .68rem; }
.article-cover { position: relative; height: 300px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(201,162,103,.4); border-radius: 160px 160px 20px 20px; color: var(--gold-light); background: rgba(255,255,255,.03); }
.article-cover > span .icon { width: 60px; height: 60px; }
.article-cover i { position: absolute; width: 180px; height: 250px; bottom: -190px; border: 1px solid rgba(201,162,103,.4); border-radius: 100px 100px 0 0; }
.article-cover i:last-child { width: 120px; bottom: -160px; }
.article-body-layout { padding-top: 80px; padding-bottom: 110px; display: grid; grid-template-columns: 1fr 360px; gap: 55px; align-items: start; }
.article-prose { max-width: 780px; }
.article-prose .lead { font-size: 1.2rem; line-height: 2.05; color: #304946; }
.article-prose section { position: relative; margin-top: 50px; padding-top: 30px; border-top: 1px solid var(--line); }
.section-number { position: absolute; left: 0; top: 22px; color: #d7dfdb; font-size: 2.6rem; font-weight: 900; }
.article-prose h2 { max-width: 80%; font-size: 1.7rem; }
.article-prose section p { color: var(--ink-soft); }
.article-prose .article-faq { margin-top: 55px; }
.article-prose .article-faq h2 { max-width: 100%; }
.article-sidebar { display: grid; gap: 18px; }
.article-sidebar .booking-panel { position: static; }
.toc-card { padding: 28px; display: grid; gap: 14px; border: 1px solid var(--line); border-radius: var(--radius); }
.toc-card strong { margin-bottom: 4px; }
.toc-card a { padding-bottom: 12px; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: .72rem; }
.toc-card a:last-child { border: 0; }

/* Footer */
.prefooter { position: relative; padding: 70px 0; overflow: hidden; color: var(--white); background: radial-gradient(circle at 12% 50%, rgba(33,185,214,.25), transparent 27%), linear-gradient(115deg, #0758a6, #2d4998 58%, #554096); }
.prefooter::before { content: ""; position: absolute; width: 520px; aspect-ratio: 1672 / 941; left: 4%; top: -95px; background: url("../images/brand-logo.png") center / contain no-repeat; opacity: .06; transform: rotate(-7deg); pointer-events: none; }
.prefooter__inner { position: relative; z-index: 1; }
.prefooter__inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 60px; }
.prefooter h2 { max-width: 760px; margin-bottom: 8px; font-size: 2.25rem; }
.prefooter p { margin: 0; color: #c7d8d4; font-size: .82rem; }
.prefooter__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.site-footer { padding-top: 76px; color: #cad9d6; background: var(--forest-950); }
.footer-grid { padding-bottom: 60px; display: grid; grid-template-columns: 1.4fr .75fr .8fr 1.05fr; gap: 60px; }
.brand--footer strong { color: var(--white); }
.brand--footer small { color: #849c97; }
.brand--footer { align-items: center; }
.brand--footer .brand__symbol { width: 78px; height: 78px; border-radius: 23px; }
.brand--footer .brand__symbol img { width: 72px; height: 72px; }
.brand--footer .brand__wordmark strong { font-size: 1.12rem; }
.brand--footer .brand__wordmark small { margin-top: 7px; color: #71b5ee; font-size: .52rem; letter-spacing: .14em; }
.brand--footer .brand__official-logo { width: 290px; }
.footer-brand > p { max-width: 330px; margin: 24px 0; color: #8ea4a0; font-size: .76rem; }
.instagram-link { display: inline-flex; align-items: center; gap: 8px; color: var(--gold-light); font-size: .78rem; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid h3 { margin-bottom: 14px; color: var(--white); font-size: .85rem; }
.footer-grid > div:not(:first-child) > a { color: #91aaa5; font-size: .72rem; }
.footer-grid > div:not(:first-child) > a:hover { color: var(--gold-light); }
.footer-contact { display: flex !important; flex-direction: row !important; align-items: flex-start; gap: 8px !important; color: #a8bbb7 !important; }
.footer-contact .icon { width: 17px; margin-top: 3px; color: var(--gold); }
.footer-note { color: #68827d; font-size: .65rem; }
.footer-bottom { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.09); color: #6f8984; font-size: .64rem; }
.footer-bottom p { margin: 0; }
.footer-bottom > div { display: flex; gap: 20px; }
.floating-appointment { position: fixed; z-index: 45; bottom: 22px; left: 22px; padding: 11px 16px; display: none; align-items: center; gap: 8px; border-radius: 99px; color: var(--forest-950); background: var(--gold); box-shadow: var(--shadow-md); font-size: .75rem; font-weight: 900; }
.not-found { min-height: 600px; padding: 100px 0; display: grid; place-items: center; text-align: center; background: var(--cream); }
.not-found span { color: rgba(20,80,81,.15); font-size: 8rem; font-weight: 900; line-height: 1; }
.not-found h1 { margin: -20px 0 12px; font-size: 2.6rem; }
.not-found p { color: var(--ink-soft); }
.not-found div div { display: flex; justify-content: center; gap: 10px; }

/* Admin */
.admin-body { background: #f1f4f1; }
.admin-header { position: sticky; z-index: 50; top: 0; background: var(--white); border-bottom: 1px solid var(--line); }
.admin-header__inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand--compact .brand__mark { width: 40px; height: 40px; }
.brand--compact strong { font-size: .87rem; }
.admin-nav { display: flex; align-items: center; gap: 23px; color: var(--ink-soft); font-size: .73rem; font-weight: 700; }
.admin-nav a:hover { color: var(--forest-700); }
.admin-nav form { margin: 0; }
.link-button { padding: 6px 10px; display: inline-flex; align-items: center; gap: 6px; border: 0; color: var(--danger); background: none; }
.link-button .icon { width: 17px; }
.admin-auth { min-height: calc(100vh - 140px); padding: 70px 24px; display: grid; place-items: center; }
.auth-card { width: min(460px, 100%); padding: 42px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-md); text-align: center; }
.auth-card--wide { width: min(680px, 100%); }
.auth-icon { width: 68px; height: 68px; margin: 0 auto 20px; display: grid; place-items: center; border-radius: 20px; color: var(--gold); background: var(--forest-900); }
.auth-icon .icon { width: 32px; height: 32px; }
.auth-card > small { color: var(--forest-600); }
.auth-card h1 { margin: 4px 0 10px; font-size: 2rem; }
.auth-card > p { color: var(--ink-soft); font-size: .78rem; }
.auth-card form { margin-top: 27px; text-align: right; }
.auth-back { margin-top: 22px; display: inline-block; color: var(--forest-600); font-size: .72rem; }
.setup-warning { margin: 18px 0; padding: 14px; border-radius: 10px; color: #73511e; background: #f7ead5; text-align: right; font-size: .72rem; }
.setup-warning p { margin: 3px 0 0; }
.admin-footer { padding: 22px 0; color: #7d8c89; text-align: center; font-size: .65rem; }
.admin-footer p { margin: 0; }
.admin-page { padding: 50px 0 90px; }
.admin-title { margin-bottom: 30px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.admin-title span { color: var(--forest-600); font-size: .7rem; }
.admin-title h1 { margin: 3px 0 0; font-size: 2.35rem; }
.stat-grid { margin-bottom: 25px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.stat-grid > a { min-height: 150px; padding: 22px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); }
.stat-grid > a > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: var(--gold); background: var(--forest-800); }
.stat-grid small { align-self: end; color: var(--ink-soft); }
.stat-grid strong { grid-row: 2; grid-column: 2; align-self: end; color: var(--forest-700); font-size: 2.5rem; line-height: 1; }
.dashboard-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 20px; align-items: start; }
.admin-panel { padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); }
.panel-heading { min-height: 40px; margin-bottom: 18px; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.panel-heading h2 { margin: 0; font-size: 1.15rem; }
.panel-heading a, .panel-heading span { color: var(--forest-600); font-size: .68rem; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: .7rem; }
th { padding: 10px 12px; color: #71817e; background: var(--cream); text-align: right; font-weight: 600; white-space: nowrap; }
td { padding: 13px 12px; border-bottom: 1px solid #edf0ed; white-space: nowrap; }
td strong, td small { display: block; }
td small { color: #7e8e8b; }
.status { width: fit-content; padding: 4px 9px; display: inline-flex; border-radius: 99px; font-size: .58rem; font-weight: 800; white-space: nowrap; }
.status--success { color: #145941; background: #dff1e9; }
.status--warning { color: #75501b; background: #f8e9cf; }
.status--danger { color: #7c3434; background: #f6dede; }
.status--neutral { color: #526562; background: #e9eeeb; }
.result-list { display: grid; gap: 9px; }
.result-list > div { padding: 11px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; border-radius: 12px; background: #f5f7f4; }
.result-type-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; color: var(--forest-700); background: var(--mint-soft); }
.result-type-icon .icon { width: 19px; }
.result-list p { margin: 0; display: flex; flex-direction: column; line-height: 1.5; font-size: .66rem; }
.result-list small { color: #83918f; }
.empty-state { min-height: 180px; display: grid; place-items: center; align-content: center; gap: 10px; color: #82918e; text-align: center; }
.empty-state .icon { width: 35px; height: 35px; color: #a8bab5; }
.empty-state h2 { font-size: 1.2rem; }
.admin-filters { margin-bottom: 20px; display: flex; gap: 7px; flex-wrap: wrap; }
.admin-filters a { padding: 7px 13px; border: 1px solid var(--line); border-radius: 99px; background: var(--white); color: var(--ink-soft); font-size: .65rem; }
.admin-filters a.active { color: var(--white); border-color: var(--forest-700); background: var(--forest-700); }
.appointment-admin-list { display: grid; gap: 15px; }
.appointment-admin-card { padding: 24px; display: grid; grid-template-columns: 1fr 330px; gap: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); }
.appointment-main { display: grid; grid-template-columns: 100px 1fr; gap: 20px; }
.appointment-date { min-height: 125px; padding: 13px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 15px; color: var(--white); background: var(--forest-800); }
.appointment-date strong { color: var(--gold-light); font-size: 2rem; line-height: 1; }
.appointment-date span, .appointment-date small { color: #b8cbc7; font-size: .62rem; }
.appointment-main h2 { margin: 7px 0 2px; font-size: 1.25rem; }
.appointment-main h2 small { color: var(--forest-600); font-size: .72rem; }
.appointment-main p { color: var(--ink-soft); font-size: .72rem; }
.appointment-contact { display: flex; flex-wrap: wrap; gap: 10px 17px; color: #5f7470; font-size: .64rem; }
.appointment-contact a { display: flex; align-items: center; gap: 5px; color: var(--forest-700); }
.appointment-contact .icon { width: 15px; }
.appointment-main blockquote { margin: 15px 0 0; padding: 10px 13px; border-right: 2px solid var(--gold); color: #657572; background: var(--cream); font-size: .68rem; }
.appointment-actions { padding-right: 24px; display: grid; gap: 10px; border-right: 1px solid var(--line); }
.appointment-actions label { display: grid; gap: 4px; color: #6c7c79; font-size: .65rem; }
.appointment-actions textarea, .appointment-actions select { padding: 8px 10px; font-size: .68rem; }
.appointment-actions .button { min-height: 40px; padding: 8px 13px; font-size: .68rem; }
.admin-two-col { display: grid; grid-template-columns: .85fr 1.15fr; gap: 20px; align-items: start; }
.result-create { position: sticky; top: 95px; }
.file-input input { padding: 14px !important; background: var(--cream) !important; }
.admin-results-list { display: grid; gap: 10px; }
.admin-results-list article { padding: 13px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border: 1px solid #e2e8e4; border-radius: 13px; }
.result-row-main { display: flex; align-items: center; gap: 11px; }
.result-row-main h3 { margin: 0; font-size: .82rem; }
.result-row-main h3 small { color: #6b7e7a; font-size: .63rem; font-weight: 500; }
.result-row-main p { margin: 2px 0; color: #7c8a88; font-size: .61rem; }
.result-row-main strong { color: var(--forest-700); font-size: .66rem; }
.result-row-actions { display: flex; align-items: center; gap: 7px; }
.result-row-actions form { margin: 0; }
.icon-button { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 9px; color: var(--forest-700); }
.icon-button .icon { width: 16px; }
.small-button { padding: 6px 10px; border: 1px solid var(--line); border-radius: 8px; color: var(--forest-700); background: var(--white); font-size: .6rem; }
.messages-grid { display: grid; gap: 13px; }
.message-card { padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.message-card--unread { border-right: 4px solid var(--gold); }
.message-card__head { display: flex; justify-content: space-between; gap: 20px; }
.message-card h2 { margin: 8px 0 3px; font-size: 1.08rem; }
.message-card p, .message-card__head > small { color: #748481; font-size: .65rem; }
.message-card blockquote { margin: 18px 0; padding: 16px; border-radius: 12px; color: var(--ink-soft); background: var(--cream); font-size: .75rem; }
.toast-stack { position: fixed; z-index: 1000; top: 95px; left: 24px; width: min(390px, calc(100% - 48px)); display: grid; gap: 10px; }
.toast { padding: 14px 16px; display: flex; align-items: flex-start; gap: 9px; border: 1px solid var(--line); border-radius: 13px; background: var(--white); box-shadow: var(--shadow-md); font-size: .74rem; animation: toast-in .35s ease both; }
.toast .icon { color: var(--forest-600); }
.toast--error .icon { color: var(--danger); }
.toast--success { border-right: 3px solid var(--success); }
.toast--error { border-right: 3px solid var(--danger); }
.toast--warning { border-right: 3px solid var(--warning); }
@keyframes toast-in { from { opacity: 0; transform: translateY(-10px); } }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
    .main-nav { gap: 14px; font-size: .76rem; }
    .nav-dropdown--advantages { display: none; }
    .services-grid--all { grid-template-columns: repeat(3, 1fr); }
    .equipment-grid { grid-template-columns: repeat(3,1fr); }
    .hero__grid { gap: 35px; }
    .hero-photo-wrap { height: 570px; }
    .hero-card--location { right: -15px; }
    .hero-card--care { left: -18px; }
}

@media (max-width: 980px) {
    .container { width: min(100% - 32px, var(--container)); }
    .section { padding: 80px 0; }
    .topbar__inner > div a:last-child { display: none; }
    .nav-toggle { display: grid; place-items: center; }
    .main-nav { position: fixed; inset: 100px 0 0; padding: 25px 20px 90px; display: flex; flex-direction: column; align-items: stretch; gap: 0; overflow-y: auto; background: var(--forest-950); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .2s ease; }
    .nav-open .main-nav { opacity: 1; visibility: visible; transform: none; }
    .nav-open .nav-toggle .menu-icon { display: none; }
    .nav-open .nav-toggle .close-icon { display: block; }
    .main-nav > a, .nav-dropdown > a { padding: 14px 4px; border-bottom: 1px solid rgba(255,255,255,.12); }
    .main-nav > a::after, .nav-dropdown > a::after { display: none; }
    .nav-dropdown--advantages { display: block; }
    .dropdown-menu { position: static; width: 100%; max-height: 0; padding: 0; grid-template-columns: 1fr 1fr; overflow: hidden; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; background: transparent; transition: max-height .3s ease; }
    .nav-dropdown:focus-within .dropdown-menu { max-height: 500px; padding: 8px 0; }
    .nav-dropdown:focus-within .dropdown-menu--services { max-height: 900px; }
    .dropdown-menu a { color: #dcecff; background: var(--forest-800); }
    .dropdown-menu a:hover { color: #fff; background: #0a2342; }
    .dropdown-menu--text small { color: #8faac7; }
    .main-nav .nav-cta { margin-top: 18px; }
    .hero__grid { grid-template-columns: 1fr; padding-top: 65px; }
    .hero__content { text-align: center; }
    .hero__badge { margin-inline: auto; }
    .hero__content > p { margin-inline: auto; }
    .hero__actions, .hero__trust { justify-content: center; }
    .hero__visual { min-height: 600px; }
    .hero-photo-wrap { margin-inline: auto; }
    .hero__stats { grid-template-columns: 1fr 1fr; }
    .hero__stats > a:nth-child(2) { border-left: 0; }
    .hero__stats > a:nth-child(-n+2) { border-bottom: 1px solid var(--line-dark); }
    .quick-grid { grid-template-columns: 1fr; }
    .quick-grid > a { border-left: 0; border-bottom: 1px solid var(--line); }
    .services-grid, .services-grid--all { grid-template-columns: 1fr 1fr; }
    .local-search-grid { grid-template-columns: 1fr 1fr; }
    .equipment-grid { grid-template-columns: 1fr 1fr; }
    .clinical-story__grid, .shop-preview__grid, .about-story__grid { grid-template-columns: 1fr; gap: 55px; }
    .story-photo { width: 80%; }
    .founder-card { grid-template-columns: 1fr; }
    .founder-photo { height: 580px; }
    .diagnostics-band__grid { grid-template-columns: 1fr 1fr; gap: 45px; }
    .faq-grid { grid-template-columns: 1fr; gap: 45px; }
    .faq-grid > div:first-child { position: static; }
    .location-card { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .page-hero__inner { gap: 35px; }
    .distinction-grid { grid-template-columns: 1fr 1fr; }
    .distinction-card--hero { grid-column: 1 / -1; }
    .principles-grid, .values-grid, .shop-page-grid { grid-template-columns: 1fr 1fr; }
    .petshop-seo-copy { grid-template-columns: 1fr; }
    .profile-card { min-height: 560px; }
    .profile-image { min-height: 560px; }
    .profile-copy { padding: 45px; }
    .form-layout, .results-layout, .contact-grid { grid-template-columns: 1fr; }
    .form-aside { grid-template-columns: 1fr 1fr; }
    .articles-grid--page { grid-template-columns: 1fr 1fr; }
    .article-header__inner { grid-template-columns: 1fr 220px; gap: 40px; }
    .article-body-layout { grid-template-columns: 1fr; }
    .article-sidebar { grid-template-columns: 1fr 1fr; }
    .stat-grid { grid-template-columns: 1fr 1fr; }
    .dashboard-grid, .admin-two-col { grid-template-columns: 1fr; }
    .result-create { position: static; }
    .appointment-admin-card { grid-template-columns: 1fr; }
    .appointment-actions { padding: 20px 0 0; border-right: 0; border-top: 1px solid var(--line); }
}

@media (max-width: 680px) {
    body { font-size: 15px; }
    .container { width: min(100% - 24px, var(--container)); }
    .section { padding: 65px 0; }
    .topbar__inner { justify-content: center; }
    .topbar p { display: none; }
    .header-inner { min-height: 80px; }
    .brand__mark { width: 41px; height: 41px; }
    .brand strong { font-size: .78rem; }
    .brand small { font-size: .43rem; }
    .brand__symbol { width: 50px; height: 50px; border-radius: 16px; }
    .brand__symbol img { width: 47px; height: 47px; }
    .brand--site .brand__wordmark strong { font-size: .76rem; }
    .brand--site .brand__wordmark small { font-size: .39rem; }
    .brand__official-logo--header { width: 124px; height: 70px; }
    .main-nav { top: 80px; }
    .dropdown-menu { grid-template-columns: 1fr; }
    .hero__grid { min-height: 0; padding: 56px 0 85px; }
    .hero h1 { font-size: 2.55rem; }
    .hero__content > p { font-size: .9rem; }
    .hero__actions { display: grid; }
    .hero__actions .button { width: 100%; }
    .hero__visual { min-height: 500px; }
    .hero-photo-wrap { height: 500px; max-width: 380px; }
    .hero-card--care { left: 0; top: 55px; }
    .hero-card--location { right: 0; bottom: 50px; }
    .hero-seal { width: 72px; height: 72px; left: 15px; }
    .hero__stats { margin-top: -45px; padding: 7px; }
    .hero__stats > a { padding: 13px 11px; grid-template-columns: auto 1fr; gap: 8px; }
    .hero-stat-icon { width: 36px; height: 36px; border-radius: 11px; }
    .hero__stats strong { font-size: .68rem; }
    .hero__stats small { font-size: .53rem; }
    .hero-stat-arrow { display: none; }
    .quick-grid > a { min-height: 125px; padding: 21px; }
    .section-heading, .section-heading--center { grid-template-columns: 1fr; gap: 17px; }
    .services-grid, .services-grid--all, .articles-grid, .shop-categories { grid-template-columns: 1fr; }
    .local-search-grid { grid-template-columns: 1fr; }
    .equipment-grid { grid-template-columns: 1fr; }
    .service-card { min-height: 280px; }
    .clinical-story__grid { gap: 45px; }
    .story-photo { width: 100%; height: 520px; }
    .story-quote { left: 12px; bottom: 22px; }
    .founders-grid { grid-template-columns: 1fr; }
    .founder-photo { height: 520px; min-height: 520px; }
    .founder-card > div:last-child { padding: 26px; }
    .diagnostics-band__grid { grid-template-columns: 1fr; }
    .result-mockup { margin-top: 35px; }
    .location-copy { padding: 34px 25px; }
    .location-map { min-height: 350px; }
    .location-details { grid-template-columns: 1fr; }
    .page-hero__inner { min-height: 360px; grid-template-columns: 1fr; }
    .page-hero__seal { display: none; }
    .content-notice { grid-template-columns: auto 1fr; }
    .content-notice .button { grid-column: 1 / -1; }
    .service-detail__grid { grid-template-columns: 1fr; }
    .prose-card { padding: 27px; }
    .service-copy-section { grid-template-columns: 36px 1fr; gap: 12px; }
    .service-copy-section > span { width: 34px; height: 34px; }
    .service-copy-section h2 { font-size: 1.12rem; }
    .service-faq { padding: 22px !important; }
    .feature-list { grid-template-columns: 1fr; }
    .booking-panel { position: static; }
    .distinction-grid, .principles-grid, .values-grid, .shop-page-grid, .about-numbers { grid-template-columns: 1fr; }
    .distinction-card--hero { grid-column: auto; }
    .profile-card, .profile-card--reverse { grid-template-columns: 1fr; min-height: 0; }
    .profile-card--reverse .profile-image { order: 0; }
    .profile-image { min-height: 520px; }
    .profile-copy { padding: 31px 26px; }
    .values-grid article { border-left: 0; border-bottom: 1px solid var(--line-dark); }
    .shop-intro { grid-template-columns: 1fr; gap: 18px; }
    .shop-guide { grid-template-columns: auto 1fr; }
    .shop-guide .button { grid-column: 1 / -1; }
    .form-card, .result-lookup-card { padding: 27px 20px; }
    .styled-form fieldset { padding: 20px 15px; }
    .form-grid { grid-template-columns: 1fr; }
    .form-span-2 { grid-column: auto; }
    .form-aside { grid-template-columns: 1fr; }
    .result-info { grid-template-columns: 1fr; }
    .result-info div { border-left: 0; border-bottom: 1px solid var(--line); }
    .articles-grid--page { grid-template-columns: 1fr; }
    .article-header__inner { grid-template-columns: 1fr; }
    .article-cover { display: none; }
    .article-detail__meta { flex-wrap: wrap; }
    .article-body-layout { padding-top: 55px; }
    .article-sidebar { grid-template-columns: 1fr; }
    .prefooter__inner { grid-template-columns: 1fr; gap: 25px; }
    .prefooter__actions { display: grid; }
    .footer-grid { grid-template-columns: 1fr; gap: 40px; }
    .footer-bottom { padding: 18px 0; flex-direction: column; justify-content: center; text-align: center; }
    .floating-appointment { display: flex; }
    .admin-header__inner { min-height: 64px; }
    .admin-nav { position: fixed; bottom: 0; right: 0; left: 0; z-index: 80; padding: 9px 10px; justify-content: space-around; gap: 3px; border-top: 1px solid var(--line); background: var(--white); box-shadow: 0 -10px 30px rgba(6,28,29,.08); }
    .admin-nav a { font-size: .55rem; }
    .admin-nav a:nth-of-type(5) { display: none; }
    .link-button { font-size: .55rem; }
    .link-button .icon { display: none; }
    .admin-page { padding: 35px 0 100px; }
    .admin-title { align-items: stretch; flex-direction: column; }
    .stat-grid { grid-template-columns: 1fr 1fr; }
    .stat-grid > a { min-height: 125px; padding: 16px; }
    .appointment-main { grid-template-columns: 1fr; }
    .appointment-date { min-height: 95px; }
    .admin-results-list article { align-items: flex-start; flex-direction: column; }
    .result-row-actions { width: 100%; flex-wrap: wrap; }
    .auth-card { padding: 32px 22px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}
