/* =========================================================
   Guildford Chemist — Editorial Design System
   Light, airy, clinical. Teal/cyan palette + real photography.
   Type: Plus Jakarta Sans (headings) / Inter (body)
   ========================================================= */

:root {
  /* Teal / cyan clinical scale */
  --teal-900: #073845;
  --teal-800: #0a5566;
  --teal-700: #0c6c84;   /* primary action / accessible text */
  --teal-600: #1190b0;
  --teal-500: #2bb3cf;   /* brand highlight */
  --teal-300: #8fd6e6;
  --teal-100: #e0f3f8;
  --teal-50:  #f0f9fb;

  /* Ink / neutrals */
  --ink:     #0f2730;
  --body:    #475a61;
  --muted:   #5b6b72;
  --line:    #e7eded;
  --line-2:  #eef3f4;
  --surface: #ffffff;
  --bg:      #fafcfc;
  --bg-2:    #e8f3f5;

  /* Accent */
  --amber:   #f5a623;   /* rating stars only */

  /* Semantic */
  --primary: var(--teal-700);
  --danger:  #d64545;

  /* Radius / shadow / motion */
  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 24px;
  --r-xl: 32px;
  --r-pill: 999px;
  --shadow-xs: 0 1px 2px rgba(15,39,48,.05);
  --shadow-sm: 0 2px 8px rgba(15,39,48,.06), 0 1px 2px rgba(15,39,48,.04);
  --shadow-md: 0 14px 36px rgba(15,39,48,.10);
  --shadow-lg: 0 30px 70px rgba(15,39,48,.16);
  --ring: 0 0 0 4px rgba(43,179,207,.35);

  --ease: cubic-bezier(.22,.61,.36,1);
  --t: 240ms var(--ease);

  --container: 1200px;
  --header-h: 84px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}

body {
  font-family: "Source Sans 3", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--body);
  background: var(--bg);
  line-height: 1.65;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, svg, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 {
  font-family: "Plus Jakarta Sans", "Source Sans 3", sans-serif;
  color: var(--ink);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.02em;
}

/* ---------- Layout helpers ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 24px; }
.section { padding-block: clamp(60px, 8vw, 112px); }
.section--tight { padding-block: clamp(44px, 6vw, 72px); }
.section--tint {
  background:
    radial-gradient(80% 120% at 0% 0%, rgba(43,179,207,.14), transparent 55%),
    radial-gradient(80% 120% at 100% 100%, rgba(12,108,132,.11), transparent 55%),
    linear-gradient(180deg, #ecf6f7, #e1eff1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.65), inset 0 -1px 0 rgba(12,108,132,.05);
}
.center { text-align: center; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600; font-size: .8rem; letter-spacing: .04em;
  color: var(--teal-700);
  background: var(--teal-100);
  padding: 7px 14px; border-radius: var(--r-pill);
}
.eyebrow .hash { color: var(--teal-500); font-weight: 700; }

.section-head { max-width: 680px; margin-bottom: 48px; }
.section-head.center { margin-inline: auto; }
.section-head h2 { font-size: clamp(1.85rem, 3.6vw, 2.7rem); margin-top: 18px; }
.section-head p { margin-top: 18px; color: var(--muted); font-size: 1.08rem; }

.skip-link {
  position: absolute; left: 12px; top: -60px;
  background: var(--teal-700); color: #fff; padding: 10px 16px; border-radius: var(--r-sm);
  z-index: 200; transition: top var(--t);
}
.skip-link:focus { top: 12px; }

/* ---------- Buttons (pill + circular arrow accent) ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: "Plus Jakarta Sans", sans-serif; font-weight: 600; font-size: 1rem;
  padding: 8px 8px 8px 24px; border-radius: var(--r-pill); border: 1.5px solid transparent;
  cursor: pointer; transition: transform var(--t), box-shadow var(--t), background var(--t), border-color var(--t), color var(--t);
  min-height: 52px; white-space: nowrap;
}
.btn .ico {
  width: 36px; height: 36px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;
  flex: none; transition: transform var(--t), background var(--t);
}
.btn .ico svg { width: 18px; height: 18px; }
.btn--primary { background: var(--teal-700); color: #fff; box-shadow: var(--shadow-sm); }
.btn--primary .ico { background: #fff; color: var(--teal-700); }
.btn--primary:hover { background: var(--teal-800); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn--primary:hover .ico { transform: rotate(45deg); }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark .ico { background: var(--teal-500); color: var(--ink); }
.btn--dark:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn--dark:hover .ico { transform: rotate(45deg); }
.btn--ghost { background: #fff; color: var(--ink); border-color: var(--line); padding: 8px 24px; }
.btn--ghost:hover { border-color: var(--teal-300); background: var(--teal-50); transform: translateY(-2px); }
.btn--white { background: #fff; color: var(--teal-800); }
.btn--white .ico { background: var(--teal-700); color: #fff; }
.btn--white:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn--white:hover .ico { transform: rotate(45deg); }
.btn--light { background: rgba(255,255,255,.16); color: #fff; border-color: rgba(255,255,255,.34); padding: 8px 24px; }
.btn--light:hover { background: rgba(255,255,255,.26); transform: translateY(-2px); }
.btn--block { width: 100%; justify-content: center; }
.btn:focus-visible { outline: none; box-shadow: var(--ring); }

/* text link with arrow */
.tlink { display: inline-flex; align-items: center; gap: 8px; font-family: "Plus Jakarta Sans", sans-serif; font-weight: 600; color: var(--teal-700); }
.tlink svg { width: 17px; height: 17px; transition: transform var(--t); }
.tlink:hover svg { transform: translateX(4px); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(245,248,249,.82);
  backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color var(--t), box-shadow var(--t), background var(--t);
}
.site-header.is-scrolled { border-color: var(--line); background: rgba(255,255,255,.9); box-shadow: var(--shadow-xs); }
.nav { display: flex; align-items: center; justify-content: space-between; height: var(--header-h); gap: 18px; }

.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand .logo { width: 42px; height: 42px; flex: none; }
.brand-name { font-family: "Plus Jakarta Sans", sans-serif; font-weight: 700; color: var(--ink); font-size: 1.18rem; letter-spacing: -.02em; line-height: 1; }
.brand-sub { display: block; font-weight: 500; font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: var(--teal-600); margin-top: 4px; }

.nav-links { display: flex; align-items: center; gap: 2px; list-style: none; padding: 0; }
.nav-links a {
  display: inline-block; padding: 10px 18px; border-radius: var(--r-pill);
  font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500; color: var(--body); font-size: .98rem;
  transition: color var(--t), background var(--t);
}
.nav-links a:hover { color: var(--ink); background: #fff; }
.nav-links a[aria-current="page"] { color: var(--teal-800); background: #fff; font-weight: 600; box-shadow: var(--shadow-xs); }
@media (min-width: 721px) {
  .nav-links {
    gap: 4px; padding: 6px;
    background: rgba(255,255,255,.55);
    border: 1px solid rgba(255,255,255,.9);
    border-radius: var(--r-pill);
    box-shadow: var(--shadow-xs), inset 0 1px 0 rgba(255,255,255,.7);
    -webkit-backdrop-filter: saturate(160%) blur(12px);
    backdrop-filter: saturate(160%) blur(12px);
  }
  .nav-links a:hover { background: rgba(255,255,255,.85); }
}
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-phone { display: inline-flex; align-items: center; gap: 9px; font-family: "Plus Jakarta Sans", sans-serif; font-weight: 600; color: var(--ink); }
.nav-phone svg { width: 18px; height: 18px; color: var(--teal-600); }
.nav-phone:hover { color: var(--teal-700); }

.nav-toggle {
  display: none; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: var(--r-sm);
  background: #fff; cursor: pointer; align-items: center; justify-content: center; color: var(--ink);
}
.nav-toggle:focus-visible { outline: none; box-shadow: var(--ring); }
.nav-toggle svg { width: 24px; height: 24px; }
.nav-toggle .icon-close { display: none; }
.nav-toggle[aria-expanded="true"] .icon-open { display: none; }
.nav-toggle[aria-expanded="true"] .icon-close { display: block; }

/* ---------- HERO (editorial split) ---------- */
.hero { padding-top: clamp(28px, 4vw, 52px); padding-bottom: clamp(40px, 6vw, 72px); }
.hero-inner { display: grid; grid-template-columns: 1fr 1.04fr; gap: 52px; align-items: center; }
.hero h1 { font-size: clamp(2.4rem, 5.2vw, 3.85rem); letter-spacing: -.035em; font-weight: 800; }
.hero h1 .accent { color: var(--teal-600); }
.hero-lead { margin-top: 24px; font-size: 1.15rem; color: var(--body); max-width: 520px; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }

.hero-meta { margin-top: 38px; display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.avatar-stack { display: flex; }
.avatar-stack img { width: 44px; height: 44px; border-radius: 50%; border: 3px solid var(--bg); object-fit: cover; margin-left: -12px; }
.avatar-stack img:first-child { margin-left: 0; }
.hero-meta .meta-text strong { display: block; font-family: "Plus Jakarta Sans", sans-serif; color: var(--ink); font-size: 1rem; }
.hero-meta .meta-text span { font-size: .9rem; color: var(--muted); }
.hero-meta .meta-text .stars { display: inline-flex; gap: 2px; color: var(--amber); vertical-align: middle; }
.hero-meta .stars svg { width: 15px; height: 15px; }

/* Hero visual */
.hero-visual { position: relative; }
.hero-photo { position: relative; border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4/4.2; background: var(--teal-100); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(7,56,69,.34)); }

.hero-tags { position: absolute; left: 20px; bottom: 20px; right: 20px; display: flex; flex-wrap: wrap; gap: 8px; z-index: 2; }
.hero-tags .pill {
  background: rgba(255,255,255,.92); backdrop-filter: blur(6px);
  font-family: "Plus Jakarta Sans", sans-serif; font-weight: 600; font-size: .82rem; color: var(--teal-800);
  padding: 8px 14px; border-radius: var(--r-pill); box-shadow: var(--shadow-xs);
}

.hero-card {
  position: absolute; top: 22px; right: -18px; z-index: 3;
  background: #fff; border-radius: var(--r-md); box-shadow: var(--shadow-md); padding: 16px 18px;
  display: flex; align-items: center; gap: 13px; max-width: 230px;
}
.hero-card .ring { width: 46px; height: 46px; border-radius: 50%; background: var(--teal-100); color: var(--teal-700); display: inline-flex; align-items: center; justify-content: center; flex: none; }
.hero-card .ring svg { width: 24px; height: 24px; }
.hero-card .status-dot { width: 8px; height: 8px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 4px rgba(34,197,94,.2); display: inline-block; margin-right: 6px; vertical-align: middle; }
.hero-card strong { display: block; font-family: "Plus Jakarta Sans", sans-serif; color: var(--ink); font-size: .96rem; }
.hero-card span { font-size: .82rem; color: var(--muted); }

/* ---------- Stat band ---------- */
.statband { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-sm); padding: clamp(26px, 4vw, 40px); display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.statband .stat { text-align: center; position: relative; }
.statband .stat:not(:last-child)::after { content: ""; position: absolute; right: -12px; top: 10%; height: 80%; width: 1px; background: var(--line); }
.stat .figure { font-family: "Plus Jakarta Sans", sans-serif; font-weight: 800; color: var(--ink); font-size: clamp(2rem, 4vw, 2.9rem); line-height: 1; letter-spacing: -.03em; }
.stat .figure .u { color: var(--teal-500); }
.stat .label { margin-top: 12px; color: var(--muted); font-size: .95rem; }

/* ---------- Intro statement ---------- */
.statement { font-family: "Plus Jakarta Sans", sans-serif; font-weight: 600; color: var(--ink); font-size: clamp(1.5rem, 3.2vw, 2.35rem); line-height: 1.32; letter-spacing: -.02em; }
.statement .dim { color: var(--muted); font-weight: 500; }

/* ---------- Cards / grids ---------- */
.grid { display: grid; gap: 26px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }

/* Service card with photo */
.scard { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; transition: transform var(--t), box-shadow var(--t), border-color var(--t); display: flex; flex-direction: column; height: 100%; }
.scard:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: var(--teal-300); }
.scard-media { position: relative; aspect-ratio: 16/10; overflow: hidden; background: var(--teal-100); }
.scard-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.scard:hover .scard-media img { transform: scale(1.05); }
.scard-tag { position: absolute; top: 14px; left: 14px; font-family: "Plus Jakarta Sans", sans-serif; font-weight: 600; font-size: .74rem; letter-spacing: .04em; padding: 6px 12px; border-radius: var(--r-pill); }
.scard-tag.nhs { background: var(--teal-700); color: #fff; }
.scard-tag.priv { background: #fff; color: var(--ink); box-shadow: var(--shadow-xs); }
.scard-body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.scard-body h3 { font-size: 1.22rem; margin-bottom: 8px; }
.scard-body p { color: var(--muted); font-size: .97rem; flex: 1; }
.scard-body .tlink { margin-top: 16px; }

/* Simple icon card */
.icard { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px; height: 100%; box-shadow: var(--shadow-sm); transition: transform var(--t), box-shadow var(--t), border-color var(--t); }
.icard:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--teal-300); }
.icon-badge { width: 56px; height: 56px; border-radius: 16px; display: inline-flex; align-items: center; justify-content: center; background: var(--teal-100); color: var(--teal-700); margin-bottom: 20px; }
.icon-badge svg { width: 28px; height: 28px; }
.icard h3 { font-size: 1.18rem; margin-bottom: 8px; }
.icard p { color: var(--muted); font-size: .96rem; }

/* Service category pills */
.pill-row { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 44px; }
.pill-row .pill { font-family: "Plus Jakarta Sans", sans-serif; font-weight: 600; font-size: .92rem; padding: 10px 20px; border-radius: var(--r-pill); background: #fff; border: 1px solid var(--line); color: var(--body); }
.pill-row .pill.active { background: var(--teal-700); border-color: var(--teal-700); color: #fff; }

/* ---------- Service carousel ---------- */
.carousel-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 32px; }
.carousel-head .section-head { margin-bottom: 0; }
.carousel-nav { display: flex; gap: 10px; }
.carousel-btn { width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line); background: #fff; color: var(--ink); display: inline-flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: var(--shadow-xs); transition: background var(--t), color var(--t), border-color var(--t), opacity var(--t); }
.carousel-btn:hover { background: var(--teal-700); color: #fff; border-color: var(--teal-700); }
.carousel-btn:focus-visible { outline: none; box-shadow: var(--ring); }
.carousel-btn[disabled] { opacity: .35; cursor: default; }
.carousel-btn[disabled]:hover { background: #fff; color: var(--ink); border-color: var(--line); }
.carousel-btn svg { width: 20px; height: 20px; }

.carousel { display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding: 4px 4px 18px; margin: 0 -4px; }
.carousel:focus-visible { outline: none; box-shadow: var(--ring); border-radius: var(--r-lg); }
.carousel::-webkit-scrollbar { height: 8px; }
.carousel::-webkit-scrollbar-thumb { background: var(--teal-200); border-radius: 999px; }
.carousel::-webkit-scrollbar-track { background: transparent; }

.svc-slide { flex: 0 0 318px; scroll-snap-align: start; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-sm); overflow: hidden; display: flex; flex-direction: column; transition: transform var(--t), box-shadow var(--t), border-color var(--t); }
.svc-slide:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: var(--teal-300); }
.svc-slide-media { position: relative; aspect-ratio: 16/11; overflow: hidden; background: var(--teal-100); }
.svc-slide-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.svc-slide:hover .svc-slide-media img { transform: scale(1.06); }
.svc-tag { position: absolute; top: 14px; left: 14px; font-family: "Plus Jakarta Sans", sans-serif; font-weight: 600; font-size: .72rem; letter-spacing: .05em; padding: 6px 12px; border-radius: var(--r-pill); }
.svc-tag.nhs { background: var(--teal-700); color: #fff; }
.svc-tag.priv { background: #fff; color: var(--teal-800); box-shadow: var(--shadow-xs); }
.svc-slide-body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.svc-slide-body h3 { font-size: 1.16rem; margin-bottom: 8px; }
.svc-slide-body p { color: var(--muted); font-size: .95rem; }

@media (max-width: 720px) {
  .carousel-nav { display: none; }
  .svc-slide { flex-basis: 80vw; }
}

/* ---------- Feature split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split--reverse .split-media { order: 2; }
.split-media { position: relative; }
.split-photo { border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--shadow-md); aspect-ratio: 5/4.4; background: var(--teal-100); }
.split-photo img { width: 100%; height: 100%; object-fit: cover; }
.split-badge {
  position: absolute; bottom: -22px; left: -22px; background: #fff; border-radius: var(--r-md);
  box-shadow: var(--shadow-md); padding: 18px 20px; display: flex; align-items: center; gap: 14px; max-width: 240px;
}
.split-badge .figure { font-family: "Plus Jakarta Sans", sans-serif; font-weight: 800; color: var(--teal-700); font-size: 1.9rem; line-height: 1; letter-spacing: -.02em; }
.split-badge .txt { font-size: .86rem; color: var(--muted); }

.feature-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 18px; }
.feature-list li { display: flex; gap: 15px; align-items: flex-start; }
.feature-list .tick { width: 28px; height: 28px; border-radius: 50%; background: var(--teal-100); color: var(--teal-700); display: inline-flex; align-items: center; justify-content: center; flex: none; margin-top: 2px; }
.feature-list .tick svg { width: 15px; height: 15px; }
.feature-list strong { font-family: "Plus Jakarta Sans", sans-serif; color: var(--ink); display: block; font-size: 1.04rem; }
.feature-list span { color: var(--muted); font-size: .96rem; }

/* ---------- Pharmacist profile card ---------- */
.profile { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--shadow-sm); }
.profile-photo { position: relative; aspect-ratio: 1/1.05; background: var(--teal-100); }
.profile-photo img { width: 100%; height: 100%; object-fit: cover; }
.profile-body { padding: 40px 44px 40px 4px; }
.profile-body .role { display: inline-flex; align-items: center; gap: 8px; color: var(--teal-700); font-family: "Plus Jakarta Sans", sans-serif; font-weight: 600; font-size: .9rem; }
.profile-body h3 { font-size: clamp(1.5rem, 2.6vw, 2rem); margin: 12px 0 6px; }
.profile-rate { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: .92rem; margin-bottom: 16px; }
.profile-rate .stars { display: inline-flex; gap: 2px; color: var(--amber); }
.profile-rate .stars svg { width: 16px; height: 16px; }
.profile-body p { color: var(--body); }
.profile-stats { display: flex; gap: 36px; margin-top: 26px; padding-top: 24px; border-top: 1px solid var(--line); }
.profile-stats .figure { font-family: "Plus Jakarta Sans", sans-serif; font-weight: 800; color: var(--ink); font-size: 1.7rem; letter-spacing: -.02em; }
.profile-stats .label { color: var(--muted); font-size: .86rem; }

/* ---------- Testimonials ---------- */
.quote { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 32px; height: 100%; transition: transform var(--t), box-shadow var(--t); }
.quote:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.quote .stars { display: flex; gap: 3px; color: var(--amber); margin-bottom: 16px; }
.quote .stars svg { width: 18px; height: 18px; }
.quote p { color: var(--body); font-size: 1.04rem; }
.quote .author { margin-top: 20px; display: flex; align-items: center; gap: 13px; }
.quote .author img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; }
.quote .author strong { font-family: "Plus Jakarta Sans", sans-serif; color: var(--ink); display: block; font-size: .98rem; }
.quote .author span { color: var(--muted); font-size: .86rem; }

/* ---------- CTA / newsletter band ---------- */
.cta-band { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--teal-800), var(--teal-600)); color: #fff; border-radius: var(--r-xl); padding: clamp(40px, 6vw, 72px); }
.cta-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(50% 90% at 88% 0%, rgba(255,255,255,.14), transparent 60%); pointer-events: none; }
.cta-band .inner { position: relative; max-width: 620px; }
.cta-band.center .inner { margin-inline: auto; text-align: center; }
.cta-band h2 { color: #fff; font-size: clamp(1.8rem, 3.8vw, 2.6rem); }
.cta-band p { color: #d8f0f6; margin-top: 14px; font-size: 1.1rem; }
.cta-band .hero-actions { margin-top: 30px; }
.cta-band.center .hero-actions { justify-content: center; }

.newsletter-form { margin-top: 30px; display: flex; gap: 12px; max-width: 480px; }
.cta-band.center .newsletter-form { margin-inline: auto; }
.newsletter-form input { flex: 1; min-height: 52px; border: 0; border-radius: var(--r-pill); padding: 0 22px; font: inherit; color: var(--ink); background: #fff; }
.newsletter-form input:focus-visible { outline: none; box-shadow: var(--ring); }

/* ---------- Page hero (subpages) ---------- */
.page-hero { background: linear-gradient(180deg, var(--teal-50), var(--bg)); padding-block: clamp(48px, 7vw, 84px); }
.page-hero .container { max-width: 780px; }
.page-hero h1 { font-size: clamp(2.1rem, 4.8vw, 3.2rem); margin-top: 18px; font-weight: 800; letter-spacing: -.03em; }
.page-hero p { margin-top: 18px; font-size: 1.14rem; color: var(--body); }
.breadcrumb { display: flex; gap: 8px; align-items: center; font-size: .9rem; color: var(--muted); }
.breadcrumb a:hover { color: var(--teal-700); }
.breadcrumb svg { width: 15px; height: 15px; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: start; }
.contact-info { display: grid; gap: 18px; }
.contact-row { display: flex; gap: 16px; align-items: flex-start; padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); transition: box-shadow var(--t), transform var(--t); }
.contact-row:hover { box-shadow: var(--shadow-sm); transform: translateY(-2px); }
.contact-row .icon-badge { margin-bottom: 0; width: 50px; height: 50px; }
.contact-row .icon-badge svg { width: 25px; height: 25px; }
.contact-row h3 { font-size: 1.06rem; margin-bottom: 3px; }
.contact-row p, .contact-row a { color: var(--muted); font-size: .98rem; }
.contact-row a:hover { color: var(--teal-700); }

.hours-list { list-style: none; padding: 0; margin: 0; }
.hours-list li { display: flex; justify-content: space-between; gap: 14px; padding: 9px 0; border-bottom: 1px dashed var(--line); font-size: .96rem; }
.hours-list li:last-child { border-bottom: 0; }
.hours-list .day { color: var(--body); font-weight: 500; }
.hours-list .time { color: var(--ink); font-family: "Plus Jakarta Sans", sans-serif; font-weight: 600; font-variant-numeric: tabular-nums; }
.hours-list .closed { color: var(--muted); }
.status-pill { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: var(--r-pill); background: var(--teal-100); color: var(--teal-800); font-weight: 600; font-size: .88rem; font-family: "Plus Jakarta Sans", sans-serif; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 4px rgba(34,197,94,.2); }

.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-xl); padding: clamp(26px, 4vw, 40px); box-shadow: var(--shadow-sm); }
.field { margin-bottom: 20px; }
.field label { display: block; font-family: "Plus Jakarta Sans", sans-serif; font-weight: 600; color: var(--ink); font-size: .94rem; margin-bottom: 8px; }
.field .req { color: var(--danger); }
.field input, .field select, .field textarea {
  width: 100%; font: inherit; color: var(--ink); background: var(--bg);
  border: 1.5px solid var(--line); border-radius: var(--r-sm); padding: 13px 16px; min-height: 52px;
  transition: border-color var(--t), box-shadow var(--t), background var(--t);
}
.field textarea { min-height: 138px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--teal-500); background: #fff; box-shadow: var(--ring); }
.field .hint { font-size: .84rem; color: var(--muted); margin-top: 7px; }
.field .error { font-size: .84rem; color: var(--danger); margin-top: 7px; display: none; }
.field.has-error .error { display: block; }
.field.has-error input, .field.has-error select, .field.has-error textarea { border-color: var(--danger); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-note { font-size: .86rem; color: var(--muted); margin-top: 8px; }
.form-status { display: none; margin-bottom: 20px; padding: 14px 16px; border-radius: var(--r-sm); font-size: .96rem; }
.form-status.show { display: flex; gap: 10px; align-items: center; }
.form-status.success { background: var(--teal-100); color: var(--teal-800); }
.form-status svg { width: 20px; height: 20px; flex: none; }

.map-wrap { border-radius: var(--r-xl); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.map-wrap iframe { width: 100%; height: 440px; border: 0; display: block; }

/* ---------- FAQ accordion ---------- */
.faq-list { display: grid; gap: 14px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); box-shadow: var(--shadow-sm); }
.faq-item summary {
  list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 20px 24px; font-family: "Plus Jakarta Sans", sans-serif; font-weight: 600; color: var(--ink); font-size: 1.04rem;
  border-radius: var(--r-md); transition: color var(--t);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--teal-700); }
.faq-item summary:focus-visible { outline: none; box-shadow: var(--ring); }
.faq-chev { flex: none; width: 30px; height: 30px; border-radius: 50%; background: var(--teal-100); color: var(--teal-700); display: inline-flex; align-items: center; justify-content: center; transition: transform var(--t), background var(--t), color var(--t); }
.faq-chev svg { width: 16px; height: 16px; }
.faq-item[open] .faq-chev { transform: rotate(180deg); background: var(--teal-700); color: #fff; }
.faq-answer { padding: 0 24px 22px; color: var(--muted); font-size: .99rem; }
.faq-answer p { max-width: 68ch; }

/* ---------- Map consent gate ---------- */
.map-consent {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 16px; text-align: center; min-height: 440px; padding: 48px 24px;
  background: radial-gradient(80% 120% at 0% 0%, rgba(43,179,207,.14), transparent 55%), linear-gradient(160deg, #ecf6f7, #e1eff1);
}
.map-consent .pin { width: 42px; height: 42px; color: var(--teal-700); }
.map-consent p { color: var(--body); max-width: 460px; font-size: .98rem; }
.map-consent a { color: var(--teal-700); text-decoration: underline; }

/* ---------- Legal pages ---------- */
.legal { max-width: 760px; }
.legal h2 { font-size: 1.4rem; margin-top: 38px; margin-bottom: 12px; }
.legal h2:first-of-type { margin-top: 0; }
.legal p { color: var(--body); margin-bottom: 14px; }
.legal ul { margin: 0 0 16px 1.15rem; color: var(--body); display: grid; gap: 8px; }
.legal a { color: var(--teal-700); text-decoration: underline; }
.legal .updated { color: var(--muted); font-size: .92rem; margin-bottom: 28px; }

/* ---------- Footer legal link ---------- */
.footer-legal { display: flex; gap: 18px; }
.footer-legal a { color: #8fb3bb; }
.footer-legal a:hover { color: #fff; }

/* ---------- Notice ---------- */
.notice { display: flex; gap: 14px; align-items: flex-start; padding: 20px 22px; background: var(--teal-50); border: 1px solid var(--teal-100); border-radius: var(--r-md); }
.notice svg { width: 22px; height: 22px; color: var(--teal-700); flex: none; margin-top: 2px; }
.notice p { color: var(--teal-800); font-size: .96rem; }
.notice strong { font-family: "Plus Jakarta Sans", sans-serif; }
.notice a { color: var(--teal-700); text-decoration: underline; font-weight: 600; }
.notice a:hover { color: var(--teal-800); }

/* ---------- Footer ---------- */
.site-footer { background: var(--teal-900); color: #c2dbe1; padding-top: 72px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 44px; padding-bottom: 52px; }
.site-footer .brand-name, .site-footer h4 { color: #fff; }
.footer-about p { margin-top: 16px; font-size: .96rem; color: #9fc2ca; max-width: 320px; }
.footer-reg { margin-top: 16px !important; font-size: .8rem !important; line-height: 1.7; color: #87aab2; max-width: 320px; }
.footer-about .brand-sub { color: var(--teal-300); }
.footer-col h4 { font-family: "Plus Jakarta Sans", sans-serif; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 18px; color: var(--teal-300); }
.footer-col ul { list-style: none; padding: 0; display: grid; gap: 11px; }
.footer-col a, .footer-col li { font-size: .96rem; color: #b2cfd6; }
.footer-col a:hover { color: #fff; }
.footer-contact li { display: flex; gap: 11px; align-items: flex-start; }
.footer-contact svg { width: 18px; height: 18px; color: var(--teal-300); flex: none; margin-top: 3px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-block: 26px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; font-size: .88rem; color: #8fb3bb; }
.footer-bottom a:hover { color: #fff; }
.footer-socials { display: flex; gap: 10px; }
.footer-socials a { width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255,255,255,.16); display: inline-flex; align-items: center; justify-content: center; color: #c2dbe1; transition: background var(--t), color var(--t), border-color var(--t); }
.footer-socials a:hover { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.3); }
.footer-socials svg { width: 18px; height: 18px; }

/* ---------- Image-light panels ---------- */
.hero-panel {
  position: relative; overflow: hidden; border-radius: var(--r-xl);
  background: linear-gradient(155deg, var(--teal-50), var(--teal-100));
  border: 1px solid var(--teal-100); box-shadow: var(--shadow-md);
  padding: clamp(18px, 2.2vw, 24px); min-height: 0;
  display: flex; flex-direction: column; justify-content: center; gap: 16px;
}
.hero-panel::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(12,108,132,.10) 1.5px, transparent 1.6px);
  background-size: 22px 22px; opacity: .65;
}
.panel-cross { position: absolute; right: -28px; bottom: -34px; width: 220px; height: 220px; color: var(--teal-300); opacity: .4; pointer-events: none; }
.hero-panel > *:not(.panel-cross), .media-panel > *:not(.panel-cross) { position: relative; z-index: 1; }

.info-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); box-shadow: var(--shadow-sm); padding: 22px; }
.info-card-top { display: flex; align-items: center; gap: 14px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.info-card-top .emblem { width: 50px; height: 50px; flex: none; }
.info-card-top h3 { font-size: 1.12rem; }
.info-card-top p { font-size: .88rem; color: var(--muted); }
.info-card .hours-list { margin-top: 16px; }
.info-card .status-pill { margin-top: 16px; }

.panel-services .lbl { display: block; font-family: "Plus Jakarta Sans", sans-serif; font-weight: 600; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; color: var(--teal-700); margin-bottom: 12px; }
.panel-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.panel-tags .pill { background: #fff; border: 1px solid var(--teal-100); color: var(--teal-800); font-family: "Plus Jakarta Sans", sans-serif; font-weight: 600; font-size: .82rem; padding: 8px 14px; border-radius: var(--r-pill); box-shadow: var(--shadow-xs); }

.media-panel { position: relative; overflow: hidden; border-radius: var(--r-xl); border: 1px solid var(--teal-100); background: linear-gradient(155deg, var(--teal-50), var(--teal-100)); min-height: 400px; display: flex; align-items: center; justify-content: center; padding: clamp(28px, 4vw, 48px); box-shadow: var(--shadow-sm); }
.media-panel--dark { background: linear-gradient(150deg, var(--teal-700), var(--teal-900)); border-color: transparent; }
.media-panel--dark .panel-cross { color: #fff; opacity: .1; }
.panel-stat { text-align: center; }
.panel-stat .emblem { width: 58px; height: 58px; margin: 0 auto 18px; }
.panel-stat .big { font-family: "Plus Jakarta Sans", sans-serif; font-weight: 800; font-size: clamp(3rem, 7vw, 4.4rem); color: var(--teal-700); line-height: 1; letter-spacing: -.03em; }
.media-panel--dark .panel-stat .big { color: #fff; }
.panel-stat .cap { margin-top: 12px; color: var(--muted); font-size: 1.02rem; max-width: 260px; margin-inline: auto; }
.media-panel--dark .panel-stat .cap { color: #d8f0f6; }
.panel-chips { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 20px; }
.panel-chips span { background: rgba(255,255,255,.7); border: 1px solid var(--teal-100); color: var(--teal-800); font-family: "Plus Jakarta Sans", sans-serif; font-weight: 600; font-size: .82rem; padding: 7px 14px; border-radius: var(--r-pill); }

.feature-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-xl); padding: clamp(26px, 3.5vw, 38px); box-shadow: var(--shadow-sm); }
.feature-card h3 { font-size: 1.2rem; margin-bottom: 6px; }
.feature-card > p { color: var(--muted); font-size: .98rem; }
.feature-card .feature-list { margin-top: 22px; }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s var(--ease), transform .65s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { max-width: 520px; }
  .split, .contact-grid, .profile { grid-template-columns: 1fr; gap: 40px; }
  .split--reverse .split-media { order: 0; }
  .profile-body { padding: 8px 32px 36px; }
  .profile-photo { aspect-ratio: 16/10; }
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .statband { grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .statband .stat:nth-child(2)::after { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 720px) {
  .nav-links, .nav-phone { display: none; }
  .nav-cta .btn--primary { display: none; }
  .nav-toggle { display: inline-flex; }
  .site-header.menu-open .nav-links {
    display: flex; position: absolute; top: var(--header-h); left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 4px; background: #fff;
    border-bottom: 1px solid var(--line); box-shadow: var(--shadow-md); padding: 16px 24px 24px;
  }
  .site-header.menu-open .nav-links a { padding: 13px 16px; }
  .site-header.menu-open .nav-links a.nav-phone-mobile { display: flex; align-items: center; gap: 9px; color: var(--teal-700); }
  .grid--3, .grid--2, .grid--4 { grid-template-columns: 1fr; }
  .statband { grid-template-columns: 1fr 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .newsletter-form { flex-direction: column; }
  .hero-card { right: 0; top: 14px; }
  .split-badge { left: 50%; transform: translateX(-50%); }
}
@media (max-width: 460px) {
  .hero-actions .btn, .cta-band .btn { width: 100%; }
  .statband { grid-template-columns: 1fr; }
  .statband .stat::after { display: none !important; }
  .footer-grid { grid-template-columns: 1fr; }
  .profile-stats { gap: 24px; }
}
.nav-links a.nav-phone-mobile { display: none; }
