/* =========================================================
   Sarvodaya Residence for the Seniors — Stylesheet
   Serene Healing palette — Sage, Ivory, Clay
   Designed for accessibility (WCAG 2.1) + warmth.
   ========================================================= */

:root {
  /* Palette */
  --sage-900: #1F3A2E;
  --sage-800: #2F4F3F;
  --sage-700: #4A6E5B;
  --sage-600: #5B8A6F;
  --sage-500: #7CA982;
  --sage-400: #94B49F;
  --sage-200: #CFE0D3;
  --sage-100: #E4EFE5;
  --sage-50:  #F0F6F1;

  --ivory-50:  #FEFCF6;
  --ivory-100: #FBF7EE;
  --ivory-200: #F4ECD8;
  --ivory-300: #EADFC4;

  --clay-700: #A55B3F;
  --clay-500: #C97B5E;
  --clay-300: #E7A992;
  --clay-100: #FBE6DC;

  --gold: #E5B96A;
  --sky: #B8D4E0;

  --white: #FFFFFF;
  --ink:   #1F3A2E;
  --muted: #6B7E72;

  /* Type */
  --font-display: 'Lora', 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --font-body:    'Nunito', system-ui, -apple-system, "Segoe UI", sans-serif;

  /* Senior-friendly sizes */
  --fs-base: 17px;
  --fs-sm:   15px;
  --fs-xs:   13px;
  --fs-lg:   20px;
  --fs-xl:   23px;
  --fs-h3:   28px;
  --fs-h2:   40px;
  --fs-h1:   58px;

  --radius-sm:  12px;
  --radius:     20px;
  --radius-lg:  28px;
  --radius-xl:  36px;
  --radius-pill: 999px;

  --shadow-soft: 0 6px 24px rgba(31, 58, 46, 0.06);
  --shadow-card: 0 18px 50px rgba(31, 58, 46, 0.10);
  --shadow-warm: 0 14px 40px rgba(201, 123, 94, 0.18);

  --maxw: 1200px;
  --transition: 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* A+ / A- toggle styles retained but unused after removal of HTML controls */
.fs-toggle { display: none; }

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--fs-base);
  line-height: 1.75;
  color: var(--ink);
  background: var(--ivory-100);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a {
  color: var(--sage-700);
  text-decoration: underline;
  text-decoration-color: var(--sage-200);
  text-underline-offset: 4px;
  transition: color var(--transition);
}
a:hover { color: var(--clay-700); text-decoration-color: var(--clay-300); }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--sage-900);
  font-weight: 600;
  line-height: 1.18;
  margin: 0 0 0.5em;
  letter-spacing: -0.005em;
}
h1 { font-size: var(--fs-h1); font-weight: 600; }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); }
h4 { font-size: var(--fs-xl); font-weight: 700; }
p { margin: 0 0 1em; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 32px; }

/* ---------- Accessibility ---------- */
.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--sage-800); color: #fff; padding: 14px 22px;
  z-index: 9999; font-weight: 700; font-size: var(--fs-base);
  border-radius: 0 0 12px 12px;
}
.skip-link:focus { left: 12px; top: 12px; outline: 3px solid var(--gold); }
:focus-visible {
  outline: 3px solid var(--clay-500);
  outline-offset: 3px;
  border-radius: 8px;
}

/* ---------- Top gov strip ---------- */
.gov-strip {
  background: var(--sage-900);
  color: var(--ivory-200);
  font-size: var(--fs-sm);
  border-bottom: 3px solid var(--gold);
}
.gov-strip-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 32px; gap: 18px; flex-wrap: wrap;
}
.gov-strip i { color: var(--gold); margin-right: 6px; }
.gov-strip-right { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.gov-strip-right a { color: inherit; text-decoration: none; }

/* A+ / A- font toggle in the gov strip */
.fs-toggle {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.10);
  border-radius: var(--radius-pill);
  padding: 3px;
}
.fs-toggle button {
  background: transparent;
  border: 0;
  color: var(--ivory-200);
  font-family: var(--font-body); font-weight: 700;
  padding: 6px 12px;
  border-radius: var(--radius-pill);
  cursor: pointer;
  font-size: 14px;
  transition: all var(--transition);
  min-width: 36px;
}
.fs-toggle button:hover { background: rgba(255,255,255,0.18); color: #fff; }
.fs-toggle button.active { background: var(--gold); color: var(--sage-900); }
.fs-toggle .lbl { font-size: 12px; letter-spacing: 0.10em; text-transform: uppercase; padding: 0 8px; color: rgba(255,255,255,0.7); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(254, 252, 246, 0.92);
  backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid var(--ivory-300);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 32px; gap: 24px;
}
.brand { display: flex; align-items: center; gap: 16px; text-decoration: none; }
.brand:hover { text-decoration: none; }
.brand-mark {
  width: 60px; height: 60px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--sage-200);
  display: grid; place-items: center;
  font-family: var(--font-display); color: var(--sage-800);
  font-size: 28px; font-weight: 600;
  box-shadow: var(--shadow-soft);
  position: relative;
}
.brand-mark::before {
  content: ""; position: absolute; inset: -6px;
  border: 2px dashed var(--gold);
  border-radius: 50%;
  opacity: 0.7;
}
.brand-text strong {
  display: block;
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 600;
  color: var(--sage-900);
  line-height: 1.15;
}
.brand-text small {
  display: block;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--muted);
  letter-spacing: 0.06em; text-transform: uppercase;
  margin-top: 4px;
}

.site-nav { display: flex; align-items: center; gap: 6px; }
.site-nav a {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 17px;
  color: var(--sage-900);
  text-decoration: none;
  padding: 12px 18px;
  border-radius: var(--radius-pill);
  white-space: nowrap;
  display: inline-flex; align-items: center; gap: 8px;
  transition: all var(--transition);
}
.site-nav a i { color: var(--clay-500); font-size: 14px; }
.site-nav a:hover { background: var(--sage-100); color: var(--sage-900); }
.site-nav a.active {
  background: var(--sage-100);
  color: var(--sage-900);
  box-shadow: inset 0 0 0 2px var(--sage-200);
}
.site-nav a.nav-cta {
  background: var(--clay-500); color: #fff;
  padding: 14px 22px;
  box-shadow: var(--shadow-warm);
}
.site-nav a.nav-cta i { color: #fff; }
.site-nav a.nav-cta:hover { background: var(--clay-700); color: #fff; }

.nav-toggle {
  display: none;
  background: var(--sage-100);
  border: 2px solid var(--sage-200);
  width: 52px; height: 52px;
  border-radius: 50%;
  color: var(--sage-800);
  cursor: pointer;
  font-size: 22px;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 18px 30px;
  border-radius: var(--radius-pill);
  font-family: var(--font-body); font-weight: 800;
  font-size: var(--fs-base);
  cursor: pointer;
  border: 2px solid transparent;
  transition: all var(--transition);
  text-decoration: none;
  min-height: 60px; line-height: 1;
  letter-spacing: 0.01em;
}
.btn-sage {
  background: var(--sage-700); color: #fff;
  box-shadow: 0 10px 24px rgba(74, 110, 91, 0.30);
}
.btn-sage:hover {
  background: var(--sage-800); color: #fff;
  transform: translateY(-3px);
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(47, 79, 63, 0.35);
}
.btn-clay {
  background: var(--clay-500); color: #fff;
  box-shadow: var(--shadow-warm);
}
.btn-clay:hover {
  background: var(--clay-700); color: #fff;
  transform: translateY(-3px);
  text-decoration: none;
}
.btn-ghost {
  background: var(--white); color: var(--sage-800);
  border-color: var(--sage-300, var(--sage-200));
  box-shadow: var(--shadow-soft);
}
.btn-ghost:hover { background: var(--sage-100); color: var(--sage-900); text-decoration: none; border-color: var(--sage-400); }
.btn-outline-light {
  background: transparent; color: #fff; border-color: rgba(255,255,255,0.65);
}
.btn-outline-light:hover { background: rgba(255,255,255,0.16); color: #fff; text-decoration: none; }

/* ---------- Eyebrow / chip ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-body); font-weight: 800;
  font-size: 14px; letter-spacing: 0.20em; text-transform: uppercase;
  color: var(--sage-700);
  background: var(--sage-100);
  padding: 10px 20px;
  border-radius: var(--radius-pill);
  margin-bottom: 22px;
}
.eyebrow i { color: var(--clay-500); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background:
    radial-gradient(circle at 88% 12%, rgba(124, 169, 130, 0.22), transparent 50%),
    radial-gradient(circle at 5% 95%, rgba(201, 123, 94, 0.18), transparent 50%),
    var(--ivory-100);
  padding: 90px 0 60px;
  overflow: hidden;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 60px;
  align-items: center;
}
.hero h1 {
  color: var(--sage-900);
  font-size: clamp(40px, 5.5vw, var(--fs-h1));
}
.hero h1 .underline {
  position: relative; display: inline-block;
}
.hero h1 .underline::after {
  content: ""; position: absolute;
  left: 0; right: 0; bottom: -2px; height: 14px;
  background: var(--gold);
  opacity: 0.38;
  border-radius: 8px;
  z-index: -1;
}
.hero .lede {
  font-size: var(--fs-xl);
  color: var(--ink);
  max-width: 560px;
  line-height: 1.6;
  margin-top: 22px;
}
.hero-actions {
  display: flex; gap: 14px; flex-wrap: wrap;
  margin: 36px 0 30px;
}
.hero-badges {
  display: flex; gap: 18px; flex-wrap: wrap;
  align-items: center;
}
.hero-badges .badge-pill {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--white);
  border: 1px solid var(--ivory-300);
  padding: 12px 18px;
  border-radius: var(--radius-pill);
  font-weight: 700; color: var(--sage-800);
  font-size: 15px;
  box-shadow: var(--shadow-soft);
}
.hero-badges .badge-pill i { color: var(--clay-500); }

.hero-visual {
  position: relative;
}
.hero-photo {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  background: var(--sage-100);
  border: 8px solid var(--white);
}
.hero-photo img {
  width: 100%; height: 540px; object-fit: cover;
  display: block;
}
.hero-deco-leaf {
  position: absolute; right: -22px; top: -22px;
  width: 130px; height: 130px;
  background: var(--sage-200);
  border-radius: 50%;
  z-index: -1;
}
.hero-deco-warm {
  position: absolute; left: -30px; bottom: 30px;
  width: 90px; height: 90px;
  background: var(--clay-300);
  border-radius: 50%;
  z-index: -1;
}
.hero-info-card {
  position: absolute; left: -30px; bottom: 36px;
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 18px 22px;
  display: flex; align-items: center; gap: 14px;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--ivory-300);
  max-width: 320px;
}
.hero-info-card .ico {
  width: 56px; height: 56px; flex: 0 0 auto;
  border-radius: 50%;
  background: var(--sage-100); color: var(--sage-700);
  display: grid; place-items: center; font-size: 26px;
}
.hero-info-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: 22px; color: var(--sage-900); font-weight: 600;
}
.hero-info-card small {
  font-size: 14px; color: var(--muted);
}

/* ---------- Wave divider ---------- */
.wave {
  display: block; width: 100%; height: 72px;
}

/* ---------- Sections ---------- */
.section { padding: 110px 0; position: relative; }
.section-ivory { background: var(--ivory-50); }
.section-sage  { background: var(--sage-100); }
.section-dark  { background: var(--sage-900); color: var(--ivory-100); }
.section-dark h1, .section-dark h2, .section-dark h3 { color: #fff; }
.section-dark p { color: var(--ivory-200); }
.section-dark .eyebrow { background: rgba(255,255,255,0.10); color: #fff; }
.section-dark .eyebrow i { color: var(--gold); }

.section-head { max-width: 760px; margin-bottom: 60px; }
.section-head.center { margin: 0 auto 60px; text-align: center; }
.section-head h2 { margin-bottom: 18px; }
.section-head p {
  font-size: var(--fs-xl); color: var(--muted); margin: 0;
  line-height: 1.6;
}

/* ---------- Pillars / Service Cards ---------- */
.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.pillar {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 38px 32px;
  border: 1px solid var(--ivory-300);
  box-shadow: var(--shadow-soft);
  transition: transform var(--transition), box-shadow var(--transition);
  position: relative;
}
.pillar:hover { transform: translateY(-6px); box-shadow: var(--shadow-card); }
.pillar .icon-circle {
  width: 80px; height: 80px;
  border-radius: 50%;
  background: var(--sage-100); color: var(--sage-700);
  display: grid; place-items: center;
  font-size: 34px;
  margin-bottom: 22px;
}
.pillar.warm .icon-circle { background: var(--clay-100); color: var(--clay-700); }
.pillar h3 { font-size: 26px; margin-bottom: 10px; }
.pillar p { color: var(--muted); font-size: var(--fs-base); margin: 0; }

/* ---------- Editorial 2-col ---------- */
.editorial-2 {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px; align-items: center;
}
.editorial-2.reverse { grid-template-columns: 1.1fr 1fr; }
.editorial-img {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  height: 520px;
  border: 8px solid var(--white);
  box-shadow: var(--shadow-card);
}
.editorial-img img { width: 100%; height: 100%; object-fit: cover; }
.editorial-text h2 { margin-bottom: 22px; }
.editorial-text p { font-size: var(--fs-lg); line-height: 1.75; color: var(--ink); }

/* ---------- Stat strip ---------- */
.stats {
  background: var(--ivory-50);
  border-top: 1px solid var(--ivory-300);
  border-bottom: 1px solid var(--ivory-300);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.stat {
  padding: 50px 30px;
  text-align: center;
  border-right: 1px solid var(--ivory-300);
}
.stat:last-child { border-right: 0; }
.stat .num {
  display: block;
  font-family: var(--font-display);
  font-size: 56px; font-weight: 600;
  color: var(--sage-800);
  line-height: 1;
}
.stat .lbl {
  display: block; margin-top: 10px;
  font-size: 14px; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--muted); font-weight: 700;
}
.stat .ico {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--clay-100); color: var(--clay-700);
  display: grid; place-items: center;
  font-size: 24px;
  margin: 0 auto 14px;
}

/* ---------- Quote band ---------- */
.quote {
  background: var(--sage-900);
  color: #fff;
  padding: 110px 0;
  position: relative;
  overflow: hidden;
}
.quote::before {
  content: ""; position: absolute;
  right: -100px; top: -100px;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: var(--gold); opacity: 0.10;
}
.quote::after {
  content: ""; position: absolute;
  left: -80px; bottom: -80px;
  width: 240px; height: 240px;
  border-radius: 50%;
  background: var(--clay-500); opacity: 0.10;
}
.quote blockquote {
  margin: 0 auto; max-width: 880px;
  text-align: center; position: relative;
}
.quote blockquote i.fa-quote-left {
  font-size: 40px; color: var(--gold);
  margin-bottom: 24px; display: inline-block;
}
.quote p {
  font-family: var(--font-display);
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.45;
  font-weight: 500;
  font-style: italic;
  color: #fff;
}
.quote cite {
  display: block; margin-top: 26px;
  font-style: normal;
  font-family: var(--font-body);
  font-size: 14px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--sage-200);
}

/* ---------- CTA ---------- */
.cta-band {
  position: relative;
  padding: 90px 0;
  background: linear-gradient(135deg, var(--sage-700), var(--sage-900));
  color: #fff;
  overflow: hidden;
}
.cta-band::before {
  content: ""; position: absolute;
  right: -100px; top: -100px;
  width: 360px; height: 360px;
  background: var(--gold);
  border-radius: 50%;
  opacity: 0.18;
}
.cta-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; flex-wrap: wrap; position: relative;
}
.cta-band h2 { color: #fff; font-size: clamp(28px, 3.4vw, 42px); margin: 0 0 10px; max-width: 700px; }
.cta-band p { color: rgba(255,255,255,0.92); font-size: var(--fs-lg); margin: 0; max-width: 600px; }
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--sage-900);
  color: var(--ivory-200);
  padding-top: 80px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.2fr 1.2fr;
  gap: 50px;
  padding-bottom: 56px;
}
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand .brand-mark { background: transparent; border-color: var(--sage-200); color: #fff; }
.footer-brand .brand-mark::before { border-color: var(--gold); }
.footer-brand .brand-text strong { color: #fff; }
.footer-brand .brand-text small { color: var(--gold); }
.footer-blurb { color: var(--ivory-200); margin-top: 22px; max-width: 380px; font-size: var(--fs-base); }
.site-footer h4 {
  color: #fff; font-family: var(--font-display);
  font-size: 22px; margin: 0 0 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--gold);
  display: inline-block;
}
.footer-links, .footer-contact { list-style: none; padding: 0; margin: 0; }
.footer-links li, .footer-contact li {
  padding: 8px 0; font-size: var(--fs-base);
  display: flex; align-items: flex-start; gap: 10px;
  color: var(--ivory-200);
}
.footer-links a, .footer-contact a {
  color: var(--ivory-200); text-decoration: none;
}
.footer-links a:hover, .footer-contact a:hover { color: var(--gold); }
.footer-contact i { color: var(--gold); margin-top: 6px; min-width: 18px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 22px 0;
}
.footer-bottom-inner {
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  color: var(--sage-200); font-size: 14px;
}
.footer-bottom-inner a { color: var(--sage-200); text-decoration: none; }
.footer-bottom-inner a:hover { color: var(--gold); }

/* ---------- Page hero (inner) ---------- */
.page-hero {
  position: relative;
  padding: 90px 0 110px;
  background:
    radial-gradient(circle at 92% 18%, rgba(124, 169, 130, 0.22), transparent 50%),
    radial-gradient(circle at 6% 90%, rgba(201, 123, 94, 0.16), transparent 50%),
    var(--ivory-100);
  overflow: hidden;
}
.page-hero-inner { position: relative; max-width: 860px; }
.page-hero h1 { font-size: clamp(40px, 5vw, 58px); margin-bottom: 18px; }
.page-hero p { font-size: var(--fs-xl); color: var(--muted); max-width: 700px; margin: 0; }
.breadcrumb {
  display: flex; gap: 8px; align-items: center;
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 22px;
  letter-spacing: 0.10em; text-transform: uppercase;
  font-weight: 700;
}
.breadcrumb a { color: var(--sage-700); text-decoration: none; }
.breadcrumb i { font-size: 10px; }

/* ---------- About sections (beneficiaries / staff / kitchen) ---------- */
.about-block {
  background: var(--white);
  border-radius: var(--radius-xl);
  border: 1px solid var(--ivory-300);
  padding: 56px;
  box-shadow: var(--shadow-soft);
  margin-bottom: 40px;
}
.about-block .head {
  display: flex; align-items: flex-start; gap: 24px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.about-block .head .ico {
  width: 84px; height: 84px;
  border-radius: 50%;
  background: var(--sage-100); color: var(--sage-700);
  display: grid; place-items: center;
  font-size: 36px; flex: 0 0 auto;
}
.about-block .head h2 { margin: 0 0 6px; font-size: 38px; }
.about-block .head p.intro {
  margin: 0; color: var(--muted);
  font-size: var(--fs-base);
  font-family: var(--font-body); letter-spacing: 0.06em; text-transform: uppercase;
  font-weight: 700;
}
.about-block .description {
  font-size: var(--fs-lg);
  color: var(--ink);
  line-height: 1.8;
  margin-bottom: 28px;
  max-width: 760px;
}
.about-block .actions {
  display: flex; gap: 14px; flex-wrap: wrap;
}
.about-block.warm .head .ico { background: var(--clay-100); color: var(--clay-700); }

/* Kitchen photos grid */
.kitchen-gallery {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 18px;
  margin-top: 30px;
}
.kitchen-gallery .photo {
  border-radius: var(--radius);
  overflow: hidden;
  border: 4px solid var(--white);
  box-shadow: var(--shadow-soft);
  background: var(--ivory-200);
}
.kitchen-gallery .photo img {
  width: 100%; height: 100%; object-fit: cover;
  display: block;
  transition: transform var(--transition);
}
.kitchen-gallery .photo:hover img { transform: scale(1.04); }
.kitchen-gallery .photo.big { grid-row: span 2; }
.kitchen-gallery .photo img.tall { height: 480px; }
.kitchen-gallery .photo img.short { height: 231px; }

/* ---------- Mission/Vision cards ---------- */
.mv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.mv-card {
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: 50px 44px;
  border: 1px solid var(--ivory-300);
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
}
.mv-card::before {
  content: ""; position: absolute;
  right: -60px; top: -60px;
  width: 180px; height: 180px;
  border-radius: 50%;
  background: var(--sage-100);
  z-index: 0;
}
.mv-card.warm::before { background: var(--clay-100); }
.mv-card > * { position: relative; z-index: 1; }
.mv-card .big-ico {
  width: 84px; height: 84px;
  border-radius: 50%;
  background: var(--white);
  color: var(--sage-700);
  display: grid; place-items: center;
  font-size: 36px;
  box-shadow: var(--shadow-soft);
  margin-bottom: 22px;
}
.mv-card.warm .big-ico { color: var(--clay-700); }
.mv-card h2 { font-size: 38px; margin-bottom: 16px; }
.mv-card p  { font-size: var(--fs-lg); color: var(--ink); margin: 0; line-height: 1.7; }
.mv-card .key-list {
  list-style: none; padding: 0; margin: 22px 0 0;
}
.mv-card .key-list li {
  display: flex; gap: 12px; padding: 12px 0;
  border-top: 1px solid var(--ivory-300);
  font-size: var(--fs-base); color: var(--ink);
  font-weight: 600;
}
.mv-card .key-list li i { color: var(--sage-700); margin-top: 6px; }
.mv-card.warm .key-list li i { color: var(--clay-700); }

/* Values strip */
.values {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 50px;
}
.value-card {
  text-align: center;
  padding: 30px 22px;
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid var(--ivory-300);
}
.value-card .ico {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: var(--sage-100); color: var(--sage-700);
  display: grid; place-items: center;
  font-size: 26px;
  margin: 0 auto 14px;
}
.value-card h4 { font-family: var(--font-display); font-size: 22px; margin-bottom: 6px; }
.value-card p { color: var(--muted); font-size: 16px; margin: 0; }

/* ---------- Services page grid ---------- */
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.service-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 38px 32px;
  border: 1px solid var(--ivory-300);
  box-shadow: var(--shadow-soft);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
  position: relative;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-card);
  border-color: var(--sage-200);
}
.service-card .num {
  position: absolute; top: 22px; right: 28px;
  font-family: var(--font-display);
  font-size: 28px; color: var(--ivory-300);
}
.service-card .icon-circle {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: var(--sage-100); color: var(--sage-700);
  display: grid; place-items: center;
  font-size: 30px;
  margin-bottom: 22px;
}
.service-card.warm .icon-circle { background: var(--clay-100); color: var(--clay-700); }
.service-card h3 { font-size: 24px; margin-bottom: 10px; }
.service-card p { color: var(--muted); font-size: var(--fs-base); margin: 0; }

/* ---------- Contact ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
}
.contact-info {
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: 44px 40px;
  border: 1px solid var(--ivory-300);
  box-shadow: var(--shadow-soft);
}
.contact-info h3 { margin-top: 0; }
.contact-info .sub {
  color: var(--muted); margin: 0 0 28px; font-size: var(--fs-base);
}
.contact-list { list-style: none; padding: 0; margin: 0; }
.contact-list li {
  display: flex; align-items: flex-start; gap: 16px;
  padding: 18px 0;
  border-bottom: 1px dashed var(--ivory-300);
}
.contact-list li:last-child { border-bottom: 0; }
.contact-list .ico {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: var(--sage-100); color: var(--sage-700);
  display: grid; place-items: center;
  font-size: 20px;
  flex: 0 0 auto;
}
.contact-list strong {
  display: block; color: var(--sage-900);
  font-family: var(--font-display); font-size: 20px;
  margin-bottom: 4px;
}
.contact-list a { color: var(--ink); text-decoration: none; }
.contact-list a:hover { color: var(--clay-700); }

.alt-branch {
  margin-top: 26px;
  background: var(--sage-900);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 28px 32px;
}
.alt-branch .eyebrow { background: rgba(255,255,255,0.10); color: #fff; }
.alt-branch h4 { color: #fff; margin: 0 0 6px; }
.alt-branch p { color: var(--ivory-200); margin: 0; }
.alt-branch a { color: var(--gold); }

form.inquiry-form {
  background: var(--white);
  border: 1px solid var(--ivory-300);
  border-radius: var(--radius-xl);
  padding: 44px 40px;
  box-shadow: var(--shadow-soft);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { margin-bottom: 22px; display: flex; flex-direction: column; }
.form-field label {
  font-family: var(--font-body); font-weight: 800;
  color: var(--sage-900); font-size: var(--fs-base);
  margin-bottom: 8px;
}
.form-field label span.req { color: var(--clay-700); }
.form-field input, .form-field select, .form-field textarea {
  font-family: var(--font-body);
  font-size: var(--fs-base);
  padding: 16px 18px;
  border: 2px solid var(--ivory-300);
  border-radius: 14px;
  color: var(--ink);
  background: var(--ivory-50);
  min-height: 58px;
  transition: border-color var(--transition), box-shadow var(--transition);
}
.form-field textarea { min-height: 150px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: none;
  border-color: var(--sage-600);
  box-shadow: 0 0 0 4px rgba(91, 138, 111, 0.16);
}
.form-help { font-size: 15px; color: var(--muted); margin: -6px 0 14px; }
.form-status {
  margin-top: 16px; padding: 16px 18px;
  border-radius: 14px; font-size: var(--fs-base);
  display: none;
}
.form-status.show { display: block; }
.form-status.success { background: var(--sage-100); color: var(--sage-900); border: 1px solid var(--sage-200); }
.form-status.error   { background: var(--clay-100); color: var(--clay-700); border: 1px solid var(--clay-300); }

.map-embed iframe {
  width: 100%; height: 340px; border: 0;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  display: block;
  margin-top: 24px;
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  :root { --fs-h1: 48px; --fs-h2: 34px; --fs-h3: 26px; }
  .hero-inner { grid-template-columns: 1fr; gap: 50px; }
  .hero-photo img { height: 420px; }
  .pillar-grid { grid-template-columns: 1fr 1fr; }
  .editorial-2, .editorial-2.reverse { grid-template-columns: 1fr; gap: 40px; }
  .editorial-img { height: 380px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat { border-right: 0; border-bottom: 1px solid var(--ivory-300); padding: 36px 20px; }
  .stat:nth-child(odd) { border-right: 1px solid var(--ivory-300); }
  .mv-grid { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .values { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .kitchen-gallery { grid-template-columns: 1fr 1fr; }
  .kitchen-gallery .photo.big { grid-row: auto; grid-column: span 2; }
  .kitchen-gallery .photo img.tall { height: 320px; }
  .kitchen-gallery .photo img.short { height: 220px; }
  .about-block { padding: 42px 32px; }
}
@media (max-width: 720px) {
  :root { --fs-base: 18px; --fs-lg: 20px; --fs-xl: 22px; --fs-h1: 36px; --fs-h2: 28px; --fs-h3: 22px; }
  .container { padding: 0 20px; }
  .section { padding: 70px 0; }
  .hero { padding: 60px 0 40px; }
  .header-inner { padding: 14px 20px; gap: 12px; }
  .gov-strip-inner { padding: 10px 20px; font-size: 14px; }
  .nav-toggle { display: inline-grid; place-items: center; }
  .site-nav {
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--ivory-50);
    border-top: 3px solid var(--clay-500);
    flex-direction: column; align-items: stretch;
    padding: 14px;
    box-shadow: var(--shadow-card);
    transform: translateY(-10px); opacity: 0; pointer-events: none;
    transition: all var(--transition);
  }
  .site-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .site-nav a { padding: 14px 18px; font-size: 18px; border-radius: 12px; }
  .hero-photo img { height: 320px; }
  .hero-info-card { left: 16px; bottom: 16px; max-width: calc(100% - 32px); }
  .pillar-grid, .service-grid, .values { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 30px; }
  .form-row { grid-template-columns: 1fr; }
  .cta-inner { flex-direction: column; align-items: flex-start; }
  .kitchen-gallery { grid-template-columns: 1fr; gap: 14px; }
  .kitchen-gallery .photo.big { grid-column: span 1; }
  .kitchen-gallery .photo img.tall,
  .kitchen-gallery .photo img.short { height: 230px; }
  .about-block { padding: 32px 24px; }
  .about-block .head .ico { width: 70px; height: 70px; font-size: 30px; }
}

/* ---------- Dropdown sub-menu (About) ---------- */
.site-nav .has-sub {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.site-nav .has-sub > a .caret {
  font-size: 11px; margin-left: 2px; transition: transform var(--transition);
}
.site-nav .submenu {
  position: absolute; top: 100%; left: 50%;
  transform: translateX(-50%) translateY(8px);
  min-width: 240px;
  background: var(--white);
  border: 1px solid var(--ivory-300);
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  padding: 10px;
  list-style: none; margin: 0;
  opacity: 0; pointer-events: none; visibility: hidden;
  transition: all var(--transition);
  z-index: 80;
}
.site-nav .submenu::before {
  content: ""; position: absolute;
  top: -7px; left: 50%; transform: translateX(-50%) rotate(45deg);
  width: 14px; height: 14px;
  background: var(--white);
  border-left: 1px solid var(--ivory-300);
  border-top: 1px solid var(--ivory-300);
}
.site-nav .has-sub:hover .submenu,
.site-nav .has-sub:focus-within .submenu {
  opacity: 1; pointer-events: auto; visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.site-nav .has-sub:hover > a .caret { transform: rotate(180deg); }
.site-nav .submenu li { display: block; }
.site-nav .submenu a {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 16px; white-space: nowrap;
  color: var(--sage-900);
  font-weight: 700;
}
.site-nav .submenu a i { color: var(--clay-500); font-size: 14px; }
.site-nav .submenu a:hover { background: var(--sage-100); color: var(--sage-900); }
.site-nav .submenu a.active { background: var(--sage-100); }

/* ---------- About-link cards (overview page) ---------- */
.about-link-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 28px; margin-top: 40px;
}
.about-link {
  display: block;
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--ivory-300);
  padding: 36px 30px;
  text-decoration: none;
  box-shadow: var(--shadow-soft);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
  color: var(--ink);
}
.about-link:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-card);
  text-decoration: none;
  border-color: var(--sage-200);
}
.about-link .ico {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: var(--sage-100); color: var(--sage-700);
  display: grid; place-items: center;
  font-size: 26px;
  margin-bottom: 18px;
}
.about-link.warm .ico { background: var(--clay-100); color: var(--clay-700); }
.about-link h3 { font-size: 24px; margin-bottom: 8px; }
.about-link p { color: var(--muted); margin: 0 0 18px; font-size: 16px; }
.about-link .more {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--sage-700); font-weight: 800; font-size: 15px;
  letter-spacing: 0.05em; text-transform: uppercase;
}
.about-link.warm .more { color: var(--clay-700); }

/* ---------- CCTV procedure page ---------- */
.cctv-creds {
  background: var(--sage-900);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 36px 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 40px 0;
  position: relative;
  overflow: hidden;
}
.cctv-creds::before {
  content: ""; position: absolute;
  right: -80px; top: -80px;
  width: 240px; height: 240px;
  border-radius: 50%;
  background: var(--gold); opacity: 0.10;
}
.cctv-creds .cred { position: relative; z-index: 1; }
.cctv-creds .lbl {
  font-size: 13px; letter-spacing: 0.20em; text-transform: uppercase;
  color: var(--gold); font-weight: 800;
}
.cctv-creds .val {
  display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
  margin-top: 8px;
  font-family: 'Courier New', monospace;
  font-size: 18px; font-weight: 700; color: #fff;
  word-break: break-word;
}
.cctv-creds .copy-btn {
  background: rgba(255,255,255,0.10);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.20);
  border-radius: var(--radius-pill);
  padding: 6px 14px;
  font-size: 13px;
  cursor: pointer;
  font-family: var(--font-body); font-weight: 700;
  white-space: nowrap;
  transition: all var(--transition);
}
.cctv-creds .copy-btn:hover { background: var(--gold); color: var(--sage-900); border-color: transparent; }
.cctv-creds .copy-btn.copied { background: var(--clay-500); color: #fff; }

.cctv-download {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
  margin: 30px 0;
}
.cctv-download .opt {
  background: var(--white);
  border: 1px solid var(--ivory-300);
  border-radius: var(--radius-lg);
  padding: 28px 30px;
  display: flex; align-items: center; gap: 20px;
}
.cctv-download .opt .ico {
  width: 60px; height: 60px; flex: 0 0 auto;
  border-radius: 16px;
  background: var(--sage-100); color: var(--sage-700);
  display: grid; place-items: center; font-size: 28px;
}
.cctv-download .opt.alt .ico { background: var(--clay-100); color: var(--clay-700); }
.cctv-download .opt h4 { margin: 0 0 4px; font-size: 19px; font-family: var(--font-display); }
.cctv-download .opt p  { margin: 0 0 10px; font-size: 14px; color: var(--muted); }
.cctv-download .opt a  { font-weight: 800; font-size: 14px; }

.steps {
  counter-reset: step;
  margin: 30px 0;
}
.step {
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--ivory-300);
  padding: 30px 32px;
  margin-bottom: 18px;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 26px;
  position: relative;
  box-shadow: var(--shadow-soft);
  align-items: start;
}
.step::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  font-family: var(--font-display);
  font-size: 38px; font-weight: 600;
  color: var(--sage-700);
  line-height: 1; letter-spacing: -0.02em;
  grid-row: 1; grid-column: 1;
}
.step > div {
  grid-row: 1; grid-column: 2;
}
.step h3 {
  margin: 0 0 8px;
  font-size: 22px;
}
.step p { margin: 0 0 8px; color: var(--ink); font-size: var(--fs-base); }
.step ul { margin: 8px 0 0; padding-left: 20px; }
.step ul li { font-size: var(--fs-base); margin-bottom: 4px; color: var(--ink); }
.step .note {
  margin-top: 12px;
  padding: 12px 16px;
  background: var(--clay-100);
  border-left: 4px solid var(--clay-500);
  border-radius: 8px;
  color: var(--clay-700);
  font-weight: 700;
  font-size: 15px;
}
.step code {
  background: var(--sage-100); color: var(--sage-900);
  padding: 2px 8px; border-radius: 6px;
  font-family: 'Courier New', monospace; font-size: 0.92em;
  font-weight: 700;
}

.warning-box {
  background: var(--clay-100);
  border: 1px solid var(--clay-300);
  border-left: 6px solid var(--clay-700);
  border-radius: var(--radius);
  padding: 22px 26px;
  margin: 30px 0;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  align-items: flex-start;
}
.warning-box .ico { color: var(--clay-700); font-size: 28px; }
.warning-box h4 { margin: 0 0 4px; color: var(--clay-700); font-size: 18px; }
.warning-box p  { margin: 0; color: var(--ink); font-size: 15px; }

@media (max-width: 1024px) {
  .about-link-grid { grid-template-columns: 1fr 1fr; }
  .cctv-creds { grid-template-columns: 1fr; gap: 22px; }
  .cctv-download { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .about-link-grid { grid-template-columns: 1fr; }
  .step { grid-template-columns: 1fr; gap: 12px; padding: 24px 22px; }
  .step::before { font-size: 30px; }
  /* mobile: convert dropdown to inline list */
  .site-nav .has-sub {
    display: block;
    width: 100%;
  }
  .site-nav .has-sub > a {
    width: 100%; justify-content: flex-start;
  }
  .site-nav .has-sub .submenu {
    position: static; transform: none; opacity: 1; pointer-events: auto; visibility: visible;
    box-shadow: none; border: 0; background: transparent;
    padding: 4px 0 4px 18px;
    min-width: 0;
    display: none;
  }
  .site-nav .has-sub .submenu::before { display: none; }
  .site-nav .has-sub.open .submenu { display: block; }
  .site-nav .has-sub > a .caret { transition: transform var(--transition); }
  .site-nav .has-sub.open > a .caret { transform: rotate(180deg); }
}
