/*
Theme Name: Univara Theme New
Theme URI: https://theunivara.com/
Author: Univara Team
Author URI: https://theunivara.com/
Description: Custom WordPress theme for Univara — admissions consulting. Includes hook-based WooCommerce integration for cart, checkout, and my-account experiences. Built on a warm parchment design system with serif headings and a sans-serif body.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: univara-theme
Tags: education, e-commerce, two-columns, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready, woocommerce, accessibility-ready

This file exists only to satisfy WordPress's theme metadata requirement.
The compiled stylesheet is enqueued from /assets/css/ (tokens.css, theme.css, woo.css) — see inc/enqueue.php.
*/

/* ============================================================
   GOOGLE FONTS IMPORT
   ============================================================ */
@import url("https://fonts.googleapis.com/css2?family=Source+Serif+4:opsz,wght@8..60,400;8..60,500;8..60,600&family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@400;500&display=swap");

.alignleft {
  float: left;
  margin: 0 1.5em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1.5em;
}

.aligncenter {
  display: block;
  margin: 0 auto 1em;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* ============================================================
      CSS CUSTOM PROPERTIES (DESIGN TOKENS)
      ============================================================ */
:root {
  /* ---------- COLOR: brand ---------- */
  --brand-terracotta: #1a5cff;
  /* primary CTA, brand moments */
  --brand-coral: #4d7fff;
  /* lighter accent, links on dark */

  /* ---------- COLOR: surface (light) ---------- */
  --surface-parchment: #ffffff;
  --surface-ivory: #f9fafb;
  --surface-white: #ffffff;
  --surface-sand: #f3f4f6;

  /* ---------- COLOR: surface (dark) ---------- */
  --surface-dark: #30302e;
  --surface-deep: #141413;

  /* ---------- COLOR: text ---------- */
  --text-near-black: #141413;
  --text-charcoal-warm: #4d4c48;
  --text-dark-warm: #3d3d3a;
  --text-olive-gray: #5e5d59;
  --text-stone-gray: #87867f;
  --text-warm-silver: #b0aea5;

  /* ---------- COLOR: borders ---------- */
  --border-cream: #e5e7eb;
  --border-warm: #d1d5db;
  --border-dark: #30302e;

  /* ---------- COLOR: rings ---------- */
  --ring-warm: #d1d5db;
  --ring-subtle: #e5e7eb;
  --ring-deep: #9ca3af;

  /* ---------- COLOR: semantic ---------- */
  --semantic-error: #1a5cff;
  --semantic-focus: #3898ec;

  /* ---------- Semantic aliases ---------- */
  --bg: var(--surface-parchment);
  --bg-elevated: var(--surface-ivory);
  --bg-inverse: var(--surface-deep);
  --fg: var(--text-near-black);
  --fg-muted: var(--text-olive-gray);
  --fg-subtle: var(--text-stone-gray);
  --fg-on-dark: var(--text-warm-silver);
  --border: var(--border-cream);
  --border-strong: var(--border-warm);
  --accent: var(--brand-terracotta);

  /* ---------- TYPE: families ---------- */
  --font-serif: "Source Serif 4", "Anthropic Serif", Georgia, "Times New Roman", serif;
  --font-sans: "Inter", "Anthropic Sans", Arial, system-ui, -apple-system, sans-serif;
  --font-mono: "JetBrains Mono", "Anthropic Mono", ui-monospace, "SF Mono", Menlo, monospace;

  /* ---------- TYPE: scale ---------- */
  --fs-display: 4rem;
  --fs-h1: 3.25rem;
  --fs-h2: 2.3rem;
  --fs-h3: 2rem;
  --fs-h4: 1.6rem;
  --fs-h5: 1.3rem;
  --fs-body-lg: 1.25rem;
  --fs-body: 1.0625rem;
  --fs-body-md: 1rem;
  --fs-body-sm: 0.9375rem;
  --fs-caption: 0.875rem;
  --fs-label: 0.75rem;
  --fs-overline: 0.625rem;
  --fs-micro: 0.6rem;

  /* ---------- TYPE: weights ---------- */
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semi: 600;

  /* ---------- TYPE: line heights ---------- */
  --lh-tight: 1.10;
  --lh-heading: 1.20;
  --lh-snug: 1.30;
  --lh-normal: 1.43;
  --lh-relaxed: 1.60;

  /* ---------- SPACING (8px base) ---------- */
  --space-1: 3px;
  --space-2: 4px;
  --space-3: 6px;
  --space-4: 8px;
  --space-5: 10px;
  --space-6: 12px;
  --space-7: 16px;
  --space-8: 20px;
  --space-9: 24px;
  --space-10: 30px;
  --space-section: 96px;

  /* ---------- RADII ---------- */
  --radius-sharp: 4px;
  --radius-subtle: 6px;
  --radius-comfy: 8px;
  --radius-generous: 12px;
  --radius-rounded: 16px;
  --radius-highly: 24px;
  --radius-max: 32px;

  /* ---------- ELEVATION ---------- */
  --shadow-ring: 0 0 0 1px var(--ring-warm);
  --shadow-ring-deep: 0 0 0 1px var(--ring-deep);
  --shadow-ring-subtle: 0 0 0 1px var(--border-cream);
  --shadow-whisper: 0 4px 24px rgba(0, 0, 0, 0.05);
  --shadow-inset: inset 0 0 0 1px rgba(20, 20, 19, 0.15);

  /* ---------- LAYOUT ---------- */
  --max: 1180px;
  --container-max: 1200px;
  --nav-h: 68px;
}

/* ============================================================
      BASE / RESET
      ============================================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: var(--font-sans);
  color: var(--fg);
  background: var(--bg);
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-size: var(--fs-body-md);
  line-height: var(--lh-relaxed);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  background: #fff;
  color: var(--fg);
  max-width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

/* ============================================================
      TYPOGRAPHY
      ============================================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-serif);
  font-weight: var(--fw-medium);
  color: var(--fg);
  margin: 0 0 0.5em;
  letter-spacing: 0;
}

h1 {
  font-size: var(--fs-display);
  line-height: var(--lh-tight);
}

h2 {
  font-size: var(--fs-h1);
  line-height: var(--lh-heading);
}

h3 {
  font-size: var(--fs-h2);
  line-height: var(--lh-snug);
}

h4 {
  font-size: var(--fs-h3);
  line-height: var(--lh-tight);
}

h5 {
  font-size: var(--fs-h4);
  line-height: var(--lh-heading);
}

h6 {
  font-size: var(--fs-h5);
  line-height: var(--lh-heading);
}

p {
  margin: 0 0 1em;
  color: var(--fg);
  line-height: var(--lh-relaxed);
}

small {
  font-size: var(--fs-caption);
  color: var(--fg-muted);
}

hr {
  border: 0;
  border-top: 1px solid var(--border);
  margin: var(--space-9) 0;
}

a {
  color: var(--fg);
  text-decoration: underline;
  text-decoration-color: var(--border-strong);
  text-underline-offset: 3px;
}

a:hover {
  color: var(--accent);
  text-decoration-color: currentColor;
}

code,
kbd,
pre,
samp {
  font-family: var(--font-mono);
  font-size: var(--fs-body-sm);
  letter-spacing: -0.32px;
}

code {
  background: var(--surface-sand);
  padding: 0.1em 0.35em;
  border-radius: var(--radius-sharp);
  color: var(--text-charcoal-warm);
}

pre {
  background: var(--surface-deep);
  color: var(--fg-on-dark);
  padding: var(--space-7);
  border-radius: var(--radius-generous);
  overflow: auto;
  line-height: var(--lh-relaxed);
}

pre code {
  background: transparent;
  padding: 0;
  color: inherit;
}

::selection {
  background: color-mix(in oklab, var(--brand-terracotta) 30%, transparent);
}

/* ============================================================
      UTILITY CLASSES
      ============================================================ */
.u-serif {
  font-family: var(--font-serif);
  font-weight: var(--fw-medium);
}

.u-sans {
  font-family: var(--font-sans);
}

.u-mono {
  font-family: var(--font-mono);
}

.u-display {
  font-family: var(--font-serif);
  font-weight: var(--fw-medium);
  font-size: var(--fs-display);
  line-height: var(--lh-tight);
}

.u-h1 {
  font-family: var(--font-serif);
  font-weight: var(--fw-medium);
  font-size: var(--fs-h1);
  line-height: var(--lh-heading);
}

.u-h2 {
  font-family: var(--font-serif);
  font-weight: var(--fw-medium);
  font-size: var(--fs-h2);
  line-height: var(--lh-snug);
}

.u-h3 {
  font-family: var(--font-serif);
  font-weight: var(--fw-medium);
  font-size: var(--fs-h3);
  line-height: var(--lh-tight);
}

.u-h4 {
  font-family: var(--font-serif);
  font-weight: var(--fw-medium);
  font-size: var(--fs-h4);
  line-height: var(--lh-heading);
}

.u-h5 {
  font-family: var(--font-serif);
  font-weight: var(--fw-medium);
  font-size: var(--fs-h5);
  line-height: var(--lh-heading);
}

.u-body-lg {
  font-size: var(--fs-body-lg);
  line-height: var(--lh-relaxed);
}

.u-body {
  font-size: var(--fs-body);
  line-height: var(--lh-relaxed);
}

.u-caption {
  font-size: var(--fs-caption);
  line-height: var(--lh-normal);
  color: var(--fg-muted);
}

.u-label {
  font-size: var(--fs-label);
  line-height: var(--lh-heading);
  letter-spacing: 0.12px;
}

.u-overline {
  font-size: var(--fs-overline);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--fg-subtle);
}

.u-muted {
  color: var(--fg-muted);
}

.u-subtle {
  color: var(--fg-subtle);
}

.u-on-dark {
  color: var(--fg-on-dark);
}

.u-bg-parchment {
  background: var(--surface-parchment);
  color: var(--fg);
}

.u-bg-ivory {
  background: var(--surface-ivory);
  color: var(--fg);
}

.u-bg-sand {
  background: var(--surface-sand);
  color: var(--text-charcoal-warm);
}

.u-bg-dark {
  background: var(--surface-deep);
  color: var(--fg-on-dark);
}

/* ============================================================
      ACCESSIBILITY
      ============================================================ */
.skip-link {
  position: absolute;
  left: -9999px;
}

.skip-link:focus {
  left: 16px;
  top: 16px;
  z-index: 999;
  background: #fff;
  padding: 10px 14px;
  border-radius: 8px;
  box-shadow: 0 0 0 2px var(--brand-terracotta);
}

/* ============================================================
      NAV
      ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: color-mix(in oklab, var(--surface-parchment) 95%, transparent);
  backdrop-filter: saturate(160%) blur(8px);
  -webkit-backdrop-filter: saturate(160%) blur(8px);
  border-bottom: 1px solid var(--border);
}

.nav-inner {
  max-width: var(--max);
  margin: 0 auto;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 28px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--fg);
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.01em;
}

.brand-mark {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--brand-terracotta);
  display: grid;
  place-items: center;
  color: #fff;
  font-family: var(--font-serif);
  font-size: 15px;
  box-shadow: 0 0 0 4px color-mix(in oklab, var(--brand-terracotta) 15%, transparent);
}

.brand-wrap .custom-logo {
  max-height: 40px;
  width: auto;
  display: block;
}

.nav-links-wrap {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14.5px;
  color: var(--fg-muted);
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links a {
  color: var(--fg-muted);
  text-decoration: none;
  padding: 6px 0;
  position: relative;
}

.nav-links a:hover {
  color: var(--fg);
}

.nav-links a[aria-current="page"] {
  color: var(--fg);
}

.nav-links a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  border-radius: 2px;
  background: var(--brand-terracotta);
}

.nav-links .dropdown {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  padding-bottom: 12px;
  margin-bottom: -12px;
}

.nav-links .dropdown>.menu {
  position: absolute;
  top: 100%;
  left: -14px;
  background: var(--surface-ivory);
  border: 1px solid var(--border);
  border-radius: var(--radius-generous);
  box-shadow: var(--shadow-whisper);
  padding: 10px;
  min-width: 240px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity .18s ease, transform .18s ease;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.nav-links .dropdown:hover>.menu,
.nav-links .dropdown:focus-within>.menu {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

.nav-links .dropdown .menu a,
.menu a {
  display: block;
  padding: 8px 12px;
  border-radius: var(--radius-comfy);
  font-size: 14px;
  color: var(--fg);
  text-decoration: none;
}

.nav-links .dropdown .menu a:hover,
.menu a:hover {
  background: var(--surface-sand);
  color: var(--fg);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.nav-icon-btn {
  position: relative;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--surface-ivory);
  border: 1px solid var(--border);
  color: var(--fg-muted);
  text-decoration: none;
  transition: all 0.15s ease;
}

.nav-icon-btn:hover {
  color: var(--fg);
  border-color: var(--ring-deep);
}

.nav-icon-btn .badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--brand-terracotta);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  display: grid;
  place-items: center;
  border: 2px solid #fff;
  font-variant-numeric: tabular-nums;
}

/* ============================================================
      MOBILE NAV TOGGLE (hamburger) + BACKDROP
      Hidden on desktop, shown below 960px via the media query.
      ============================================================ */
.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--border);
  background: var(--surface-ivory);
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 60;
  color: var(--fg);
}

.nav-toggle-bar {
  position: absolute;
  left: 50%;
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transform: translateX(-50%);
  transition: transform .25s ease, opacity .15s ease, top .25s ease;
}

.nav-toggle-bar:nth-child(1) { top: 13px; }
.nav-toggle-bar:nth-child(2) { top: 20px; }
.nav-toggle-bar:nth-child(3) { top: 27px; }

body.nav-open .nav-toggle-bar:nth-child(1) {
  top: 20px;
  transform: translateX(-50%) rotate(45deg);
}
body.nav-open .nav-toggle-bar:nth-child(2) { opacity: 0; }
body.nav-open .nav-toggle-bar:nth-child(3) {
  top: 20px;
  transform: translateX(-50%) rotate(-45deg);
}

.nav-backdrop {
  position: fixed;
  inset: var(--nav-h) 0 0 0;
  background: rgba(20, 20, 19, 0.32);
  z-index: 40;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.nav-backdrop[hidden] { display: none; }

/* ============================================================
      BUTTONS
      ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background .15s ease, box-shadow .15s ease, color .15s ease;
  line-height: 1;
  white-space: nowrap;
}

.btn-primary {
  background: var(--brand-terracotta);
  color: #fff;
}

.btn-primary:hover {
  background: #1248d6;
  color: #fff;
}

.btn-secondary {
  background: var(--surface-sand);
  color: var(--text-charcoal-warm);
  border-color: var(--border-strong);
}

.btn-secondary:hover {
  background: var(--ring-warm);
  color: var(--fg);
}

.btn-ghost {
  background: transparent;
  color: var(--fg);
  box-shadow: 0 0 0 1px var(--ring-warm);
}

.btn-ghost:hover {
  background: var(--surface-ivory);
  box-shadow: 0 0 0 1px var(--ring-deep);
}

.btn-dark {
  background: var(--surface-deep);
  color: var(--fg-on-dark);
}

.btn-dark:hover {
  background: #000;
  color: #fff;
}

.btn-block {
  width: 100%;
  padding: 14px 22px;
  font-size: 15px;
}

.btn-lg {
  padding: 14px 22px;
  font-size: 16px;
}

/* ============================================================
      PAGE / LAYOUT SCAFFOLDING
      ============================================================ */
.site-content {
  min-height: 60vh;
}

.site-main {
  max-width: var(--max);
  margin: 0 auto;
  padding: 48px 28px 96px;
}

section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 96px 28px;
}

/* ============================================================
      HERO
      ============================================================ */
.hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: 84px 28px 72px;
  text-align: center;
}

.hero>div {
  max-width: 900px;
  margin: 0 auto;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: var(--fg-muted);
  padding: 6px 12px 6px 8px;
  background: var(--surface-ivory);
  border-radius: 999px;
  box-shadow: 0 0 0 1px var(--border-strong);
  margin-bottom: 20px;
}

.hero-eyebrow .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand-terracotta);
}

.hero h1 {
  font-size: clamp(44px, 5.6vw, 76px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin: 22px 0 20px;
  max-width: 24ch;
  margin-left: auto;
  margin-right: auto;
}

.hero h1 em,
.hero h1 .highlight {
  font-style: italic;
  font-family: var(--font-serif);
  font-weight: 500;
  color: var(--brand-terracotta);
}

.hero-sub,
.hero p {
  font-size: 19px;
  line-height: 1.55;
  color: var(--fg-muted);
  max-width: 72ch;
  margin: 0 auto 30px;
}

.hero-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.hero-meta {
  margin-top: 40px;
  padding-top: 26px;
  border-top: 1px solid var(--border);
  display: flex;
  gap: 36px;
  flex-wrap: nowrap;
  justify-content: center;
}

.hero-meta .m {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex-shrink: 0;
}

.hero-meta .m-num {
  font-family: var(--font-serif);
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  color: var(--fg);
}

.hero-meta .m-lbl {
  font-size: 12.5px;
  color: var(--fg-subtle);
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

/* Hero art */
.hero-art {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: var(--radius-max);
  background: linear-gradient(160deg, #f0f4ff 0%, #e0e8ff 100%);
  box-shadow: var(--shadow-ring), 0 40px 80px -30px rgba(20, 20, 19, .15);
  overflow: hidden;
}

.hero-art svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-art .tag {
  position: absolute;
  background: var(--surface-ivory);
  padding: 10px 14px;
  border-radius: 12px;
  box-shadow: var(--shadow-ring), var(--shadow-whisper);
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-art .tag svg {
  position: static;
  width: 14px;
  height: 14px;
}

.hero-art .tag-1 {
  top: 28px;
  left: 24px;
}

.hero-art .tag-2 {
  bottom: 32px;
  right: 24px;
}

.hero-art .tag-3 {
  top: 45%;
  right: -14px;
  background: var(--surface-deep);
  color: var(--fg-on-dark);
}

.hero-art .tag-3 .tag-dot {
  background: var(--brand-coral);
}

.tag-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand-terracotta);
}

/* ============================================================
      SECTION SCAFFOLDING
      ============================================================ */
.sec-head {
  margin-bottom: 48px;
  max-width: 760px;
}

.sec-eyebrow {
  font-size: 12px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: var(--brand-terracotta);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.sec-eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--brand-terracotta);
}

.sec-title {
  font-size: clamp(28px, 3.2vw, 44px);
  text-align: center;
  line-height: 1.05;
  letter-spacing: -0.015em;
  margin-bottom: 48px;
}

.sec-sub {
  font-size: 18px;
  color: var(--fg-muted);
  max-width: 62ch;
}

/* ============================================================
      LOGO STRIP
      ============================================================ */
.strip {
  max-width: var(--max);
  margin: 0 auto;
  padding: 28px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.strip-inner {
  display: flex;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.strip-lbl {
  font-size: 12px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: var(--fg-subtle);
}

.strip-logos {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  align-items: center;
  color: var(--text-olive-gray);
  font-family: var(--font-serif);
  font-weight: 500;
}

.strip-logos span {
  font-size: 17px;
  opacity: .9;
  white-space: nowrap;
}

/* ============================================================
      SPLIT / WHO-WHY
      ============================================================ */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: stretch;
}

.split-card {
  background: var(--surface-ivory);
  border: 1px solid var(--border);
  border-radius: var(--radius-max);
  padding: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.split-card.dark {
  background: var(--surface-deep);
  color: var(--fg-on-dark);
  border-color: transparent;
}

.split-card.dark h3 {
  color: #fff;
}

.split-card.dark .split-num {
  color: var(--brand-coral);
}

.split-num {
  font-family: var(--font-serif);
  font-size: 14px;
  font-weight: 500;
  color: var(--brand-terracotta);
  letter-spacing: 0.02em;
  margin-bottom: 18px;
  display: inline-block;
}

.split-card h3 {
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin: 0 0 22px;
}

.split-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.split-list li {
  padding-left: 28px;
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  color: inherit;
}

.split-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 14px;
  height: 1px;
  background: currentColor;
  opacity: 0.5;
}

.split-card.dark .split-list li {
  color: var(--fg-on-dark);
}

/* ============================================================
      SERVICES GRID
      ============================================================ */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border-radius: var(--radius-max);
  overflow: hidden;
  box-shadow: var(--shadow-ring);
}

.svc {
  background: var(--surface-ivory);
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  min-height: 180px;
  cursor: pointer;
  transition: background .2s ease;
  position: relative;
}

.svc:hover {
  background: var(--surface-parchment);
}

.svc-num {
  font-family: var(--font-mono);
  font-size: 10.5px;
  color: var(--fg-subtle);
  letter-spacing: 0.05em;
  margin-bottom: 14px;
}

.svc-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--surface-sand);
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  color: var(--text-charcoal-warm);
}

.svc-icon svg {
  width: 18px;
  height: 18px;
  stroke-width: 1.5;
}

.svc h4 {
  font-size: 21px;
  line-height: 1.2;
  margin: 0 0 8px;
}

.svc p {
  font-size: 15px;
  color: var(--fg-muted);
  line-height: 1.55;
  margin: 0;
}

.svc-arrow {
  margin-top: auto;
  padding-top: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  color: var(--brand-terracotta);
  font-weight: 500;
  letter-spacing: 0.01em;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity .2s ease, transform .2s ease;
}

.svc:hover .svc-arrow {
  opacity: 1;
  transform: translateX(0);
}

/* ============================================================
      DARK EDITORIAL BAND
      ============================================================ */
.band-dark {
  background: var(--surface-deep);
  color: var(--fg-on-dark);
  margin: 0;
  padding: 0;
  max-width: none;
}

.band-dark-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 120px 28px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 72px;
  align-items: center;
}

.band-dark h2 {
  color: #fff;
  font-size: clamp(38px, 4.5vw, 60px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
}

.band-dark h2 em {
  color: var(--brand-coral);
  font-style: italic;
  font-weight: 500;
}

.band-dark p {
  color: var(--fg-on-dark);
  font-size: 17px;
  line-height: 1.65;
  opacity: 0.85;
}

.band-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.band-stat {
  padding: 28px 24px;
  border: 1px solid #3a3a37;
  border-radius: var(--radius-rounded);
  background: #1d1d1b;
}

.band-stat-num {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 48px;
  line-height: 1;
  color: #fff;
  letter-spacing: -0.02em;
}

.band-stat-num .unit {
  font-size: 22px;
  color: var(--brand-coral);
  margin-left: 2px;
}

.band-stat-lbl {
  font-size: 13px;
  color: var(--fg-on-dark);
  opacity: 0.75;
  margin-top: 10px;
  line-height: 1.4;
}

/* ============================================================
      STORIES / TESTIMONIALS
      ============================================================ */
.stories-wrapper {
  position: relative;
}

.stories {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 12px;
  user-select: none;
  -webkit-user-select: none;
  scrollbar-width: none;
}

.stories::-webkit-scrollbar {
  display: none;
}

.story-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--border);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 10;
  transition: background .2s ease, box-shadow .2s ease;
}

.story-arrow:hover {
  background: #fff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.story-arrow.prev {
  left: -22px;
}

.story-arrow.next {
  right: -22px;
}

.story-arrow svg {
  width: 20px;
  height: 20px;
}

.story {
  background: var(--surface-ivory);
  border-radius: var(--radius-rounded);
  padding: 24px;
  box-shadow: var(--shadow-ring-subtle);
  display: flex;
  flex-direction: column;
  min-width: 340px;
  max-width: 340px;
  flex-shrink: 0;
  scroll-snap-align: start;
  transition: box-shadow .2s ease;
  cursor: pointer;
  user-select: none;
}

.story:hover {
  box-shadow: var(--shadow-ring);
}

.story-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 14px;
}

.story-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e6dcc7, #1a5cff);
  display: grid;
  place-items: center;
  color: #fff;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 16px;
  flex-shrink: 0;
}

.story-name {
  font-family: var(--font-serif);
  font-size: 16px;
  font-weight: 500;
}

.story-school {
  font-size: 12px;
  color: var(--fg-subtle);
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 2px;
}

.story-school-logo {
  height: 20px;
  width: auto;
  max-width: 90px;
  object-fit: contain;
}

.story-title {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 17px;
  line-height: 1.3;
  margin: 0 0 10px;
}

.story-body {
  font-size: 14px;
  color: var(--fg-muted);
  line-height: 1.55;
  margin: 0 0 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.story-more {
  color: var(--brand-terracotta);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
}

.story-more:hover {
  color: #1248d6;
  text-decoration: underline;
}

/* Story Modal */
.story-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.story-modal.active {
  display: flex;
}

.story-modal-content {
  background: var(--surface-parchment);
  border-radius: var(--radius-rounded);
  max-width: 700px;
  width: 100%;
  max-height: 85vh;
  overflow-y: auto;
  padding: 40px;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  user-select: none;
  -webkit-user-select: none;
}

.story-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--surface-sand);
  border: 1px solid var(--border);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background .2s ease;
}

.story-modal-close:hover {
  background: var(--surface-ivory);
}

.story-modal-head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 24px;
}

.story-modal-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e6dcc7, #1a5cff);
  display: grid;
  place-items: center;
  color: #fff;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 20px;
  flex-shrink: 0;
}

.story-modal-name {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 500;
}

.story-modal-school {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
}

.story-modal-school-logo {
  height: 28px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
}

.story-modal-title {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.25;
  margin: 0 0 20px;
}

.story-modal-body {
  font-size: 15.5px;
  color: var(--fg);
  line-height: 1.7;
  white-space: pre-line;
}

/* Video Testimonials */
.video-testimonials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}

.video-testimonial {
  background: var(--surface-ivory);
  border-radius: var(--radius-rounded);
  overflow: hidden;
  box-shadow: var(--shadow-ring-subtle);
  transition: box-shadow .2s ease;
}

.video-testimonial:hover {
  box-shadow: var(--shadow-ring);
}

.video-testimonial video {
  width: 100%;
  height: auto;
  display: block;
  background: #000;
}

.video-testimonial-info {
  padding: 20px;
}

.video-testimonial-name {
  font-family: var(--font-serif);
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 4px;
}

.video-testimonial-school {
  font-size: 13px;
  color: var(--brand-terracotta);
  font-weight: 500;
}

/* ============================================================
      PRIVACY POLICY MODAL
      ============================================================ */
.privacy-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.privacy-modal.active {
  display: flex;
}

.privacy-modal-content {
  background: var(--surface-parchment);
  border-radius: var(--radius-rounded);
  max-width: 800px;
  width: 100%;
  max-height: 85vh;
  overflow-y: auto;
  padding: 40px;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.privacy-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--surface-sand);
  border: 1px solid var(--border);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background .2s ease;
}

.privacy-modal-close:hover {
  background: var(--surface-ivory);
}

.privacy-modal h1 {
  font-family: var(--font-serif);
  font-size: 32px;
  margin: 0 0 10px;
}

.privacy-modal .last-updated {
  color: var(--fg-subtle);
  font-size: 14px;
  margin-bottom: 30px;
}

.privacy-modal h2 {
  font-family: var(--font-serif);
  font-size: 22px;
  margin: 30px 0 15px;
}

.privacy-modal p,
.privacy-modal li {
  font-size: 15px;
  line-height: 1.7;
  color: var(--fg);
}

.privacy-modal ul {
  margin: 10px 0;
  padding-left: 24px;
}

/* ============================================================
      PROCESS / APPROACH
      ============================================================ */
.process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.step {
  padding: 40px 28px 40px 0;
  border-right: 1px solid var(--border);
  position: relative;
}

.step:last-child {
  border-right: none;
  padding-right: 0;
}

.step:not(:first-child) {
  padding-left: 28px;
}

.step-num {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--brand-terracotta);
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.step h4 {
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 12px;
}

.step p {
  font-size: 14.5px;
  color: var(--fg-muted);
  line-height: 1.55;
  margin: 0;
}

/* ============================================================
      WHATSAPP FLOAT
      ============================================================ */
.whatsapp-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 60px;
  height: 60px;
  background: #25D366;
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
  cursor: pointer;
  z-index: 1000;
  transition: transform .2s ease, box-shadow .2s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
}

.whatsapp-float svg {
  width: 32px;
  height: 32px;
  color: #fff;
}

/* ============================================================
      CONTACT
      ============================================================ */
.contact-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}

.contact-form {
  background: var(--surface-ivory);
  border: 1px solid var(--border);
  border-radius: var(--radius-max);
  padding: 36px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 18px;
}

.form-field label {
  font-size: 12px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: var(--fg-muted);
  font-weight: 500;
}

.form-field input,
.form-field textarea {
  background: var(--surface-parchment);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-comfy);
  padding: 12px 14px;
  font-family: var(--font-sans);
  font-size: 15px;
  color: var(--fg);
  transition: box-shadow .15s ease, border-color .15s ease;
}

.form-field input:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--semantic-focus);
  box-shadow: 0 0 0 3px color-mix(in oklab, var(--semantic-focus) 20%, transparent);
}

.form-field textarea {
  resize: vertical;
  min-height: 110px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-grid .form-field {
  margin-bottom: 0;
}

.form-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13px;
  color: var(--fg-muted);
  line-height: 1.5;
  margin: 20px 0 24px;
}

.form-check input {
  margin-top: 3px;
  accent-color: var(--brand-terracotta);
}

.form-check a {
  color: var(--fg);
}

.contact-info h2 {
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.015em;
  margin-bottom: 18px;
}

.contact-info p {
  font-size: 17px;
  line-height: 1.65;
  color: var(--fg-muted);
  margin-bottom: 36px;
  max-width: 42ch;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px 20px;
  background: var(--surface-ivory);
  border: 1px solid var(--border);
  border-radius: var(--radius-rounded);
}

.contact-ico {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--surface-sand);
  display: grid;
  place-items: center;
  color: var(--text-charcoal-warm);
  flex-shrink: 0;
}

.contact-ico svg {
  width: 18px;
  height: 18px;
  stroke-width: 1.5;
}

.contact-list-lbl {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: var(--fg-subtle);
  margin-bottom: 2px;
}

.contact-list-val {
  font-size: 15.5px;
  color: var(--fg);
}

.contact-list-val a {
  color: var(--fg);
  text-decoration: none;
}

.contact-list-val a:hover {
  color: var(--brand-terracotta);
}

/* ============================================================
      CTA BAND
      ============================================================ */
.cta-band {
  background: var(--surface-deep);
  color: #fff;
  margin: 0;
  padding: 0;
  max-width: none;
}

.cta-band-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 84px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  flex-wrap: wrap;
}

.cta-band h2 {
  color: #fff;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.05;
  letter-spacing: -0.015em;
  margin: 0;
  max-width: 22ch;
}

.cta-band h2 em {
  color: var(--brand-coral);
  font-style: italic;
  font-weight: 500;
}

/* Legacy CTA block (used in editor-built pages) */
.cta {
  text-align: center;
  padding: 64px 28px;
  background: var(--surface-deep);
  color: #fff;
}

.cta h2 {
  color: #fff;
  font-size: clamp(32px, 4vw, 48px);
  margin-bottom: 24px;
}

.cta p {
  color: var(--fg-on-dark);
  font-size: 18px;
  max-width: 52ch;
  margin: 0 auto 32px;
}

/* ============================================================
      CARDS GRID (generic)
      ============================================================ */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

/* ============================================================
      POST CARDS (archive / blog)
      ============================================================ */
.post-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.post-card {
  padding: 0;
  overflow: hidden;
}

.post-card__media {
  display: block;
}

.post-card__media img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.post-card__header {
  padding: 20px 24px 0;
}

.post-card .entry-title {
  font-size: 22px;
  font-family: var(--font-serif);
  font-weight: 600;
  margin: 0 0 6px;
}

.post-card .entry-title a {
  color: var(--fg);
  text-decoration: none;
}

.post-card .entry-title a:hover {
  color: var(--brand-terracotta);
}

.post-card .entry-content {
  padding: 0 24px;
  color: var(--fg-muted);
  font-size: 15px;
}

.post-card__footer {
  padding: 16px 24px 22px;
}

.entry-meta {
  color: var(--fg-subtle);
  font-size: 13px;
  margin: 0 0 8px;
}

/* ============================================================
      PAGINATION
      ============================================================ */
.univara-pagination {
  margin: 36px 0 0;
  display: flex;
  gap: 6px;
  justify-content: center;
  flex-wrap: wrap;
}

.univara-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  text-decoration: none;
  color: var(--fg);
  background: var(--surface-ivory);
  border: 1px solid var(--border);
  font-size: 14px;
}

.univara-pagination .page-numbers.current {
  background: var(--brand-terracotta);
  color: #fff;
  border-color: var(--brand-terracotta);
}

.univara-pagination .page-numbers:hover:not(.current) {
  border-color: var(--ring-deep);
}

/* ============================================================
      SIDEBAR / WIDGETS
      ============================================================ */
.widget-area {
  margin-top: 32px;
}

.widget+.widget {
  margin-top: 18px;
}

.widget-title {
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 12px;
}

.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.widget a {
  color: var(--fg);
  text-decoration: none;
}

.widget a:hover {
  color: var(--brand-terracotta);
}

/* ============================================================
      COMMENTS
      ============================================================ */
.comments-area {
  margin-top: 36px;
}

.comments-title {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 16px;
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.comment-list li {
  padding: 16px 0;
  border-bottom: 1px dashed var(--border);
}

/* ============================================================
      SEARCH FORM
      ============================================================ */
.search-form__field {
  display: flex;
  gap: 8px;
  align-items: center;
}

.search-field {
  width: 100%;
  padding: 11px 14px;
  font-size: 15px;
  font-family: var(--font-sans);
  color: var(--fg);
  background: #fff;
  border: 1px solid var(--border-strong);
  border-radius: 10px;
}

.search-field:focus {
  outline: none;
  border-color: var(--brand-terracotta);
  box-shadow: 0 0 0 3px rgba(26, 92, 255, 0.18);
}

/* ============================================================
      FOOTER
      ============================================================ */
footer,
.site-footer {
  background: var(--surface-parchment);
  border-top: 1px solid var(--border);
  padding: 60px 0 36px;
}

.site-footer__inner,
.foot {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
}

.site-footer__widgets {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  text-align: left;
  margin-bottom: 28px;
}

.site-footer__copy {
  font-size: 14px;
  color: var(--fg-subtle);
  margin: 0;
}

.foot h5 {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: var(--fg-subtle);
  margin: 0 0 18px;
}

.foot ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.foot ul a {
  font-size: 14.5px;
  color: var(--fg-muted);
  text-decoration: none;
}

.foot ul a:hover {
  color: var(--fg);
}

.foot-brand p {
  font-size: 14.5px;
  color: var(--fg-muted);
  line-height: 1.6;
  max-width: 36ch;
  margin: 18px 0 0;
}

.foot-bottom {
  max-width: var(--max);
  margin: 48px auto 0;
  padding: 24px 28px 0;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: var(--fg-subtle);
  flex-wrap: wrap;
  gap: 12px;
}

/* ============================================================
      RESPONSIVE
      ============================================================ */
@media (max-width: 960px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 56px;
    padding-bottom: 48px;
  }

  .hero-art {
    max-width: 440px;
    margin: 0 auto;
    width: 100%;
  }

  .split {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .band-dark-inner {
    grid-template-columns: 1fr;
    padding: 72px 28px;
    gap: 48px;
  }

  .process {
    grid-template-columns: 1fr 1fr;
  }

  .step {
    border-right: none;
    border-bottom: 1px solid var(--border);
    padding: 28px 0 !important;
  }

  .contact-wrap {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .foot,
  .site-footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  /* Hide the desktop CTA cluster — the drawer holds its own copies. */
  .site-header .user-login-div,
  .nav-cta {
    display: none;
  }

  /* Reveal the hamburger. */
  .nav-toggle {
    display: grid;
    place-items: center;
  }

  /* Transform .nav-links into a slide-down drawer.
     Higher-specificity selectors (.site-header .nav-links) intentionally
     beat single-class overrides inlined in service templates. */
  .site-header .nav-links {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    position: fixed;
    top: var(--nav-h);
    left: 0;
    right: 0;
    max-height: calc(100dvh - var(--nav-h));
    overflow-y: auto;
    background: var(--surface-parchment);
    border-bottom: 1px solid var(--border);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
    padding: 8px 20px 24px;
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: transform .25s ease, opacity .2s ease;
    z-index: 55;
  }

  body.nav-open .site-header .nav-links {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  body.nav-open { overflow: hidden; }

  /* Drawer rows. */
  .site-header .nav-links > a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 14px 4px;
    font-size: 16px;
    color: var(--fg);
    border-bottom: 1px solid var(--border);
    text-decoration: none;
  }

  /* Override the inline UniMatch pill so it sits flat in the drawer.
     The link in header.php uses inline styles, so !important is necessary here. */
  .site-header .nav-links > a[href*="unimatch"] {
    background: transparent !important;
    color: var(--fg) !important;
    border-radius: 0 !important;
    padding: 14px 4px !important;
    font-weight: 500 !important;
    justify-content: flex-start !important;
  }

  /* Accordion-style dropdown groups. */
  .site-header .nav-links .dropdown {
    position: static;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: 0;
    cursor: pointer;
    border-bottom: 1px solid var(--border);
  }

  .site-header .nav-links .dropdown > span {
    flex: 1;
    padding: 14px 4px;
    font-size: 16px;
    color: var(--fg);
  }

  .site-header .nav-links .dropdown > i {
    padding: 14px 4px;
    transition: transform .2s ease;
  }

  .site-header .nav-links .dropdown.is-open > i {
    transform: rotate(180deg);
  }

  .site-header .nav-links .dropdown .menu {
    flex-basis: 100%;
    position: static;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0 0 8px 12px;
    min-width: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height .25s ease;
  }

  .site-header .nav-links .dropdown.is-open .menu {
    max-height: 480px;
  }

  .site-header .nav-links .dropdown .menu a {
    padding: 10px 12px;
    font-size: 15px;
  }

  section {
    padding: 72px 28px;
  }
}

@media (max-width: 768px) {
  .cards-grid {
    grid-template-columns: 1fr;
  }

  .post-list {
    grid-template-columns: 1fr;
  }

  .video-testimonials {
    grid-template-columns: 1fr;
  }

  .hero-meta {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

  .whatsapp-float {
    bottom: 20px;
    right: 20px;
    width: 56px;
    height: 56px;
  }

  .whatsapp-float svg {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 560px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .process {
    grid-template-columns: 1fr;
  }

  .foot,
  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .hero-meta {
    gap: 24px;
  }

  .hero-meta .m-num {
    font-size: 24px;
  }

  .cta-band-inner {
    padding: 56px 28px;
  }
}