/*
Theme Name: Imprint Immigration
Theme URI: https://imprintimmigration.com
Author: ClientEnginePro
Description: Premium, high-trust custom theme for Imprint Immigration Services Inc. — RCIC-IRB regulated immigration consultancy, Edmonton. Trust & Authority design system.
Version: 2.0.0
License: Proprietary
Text Domain: imprint
*/

/* =====================================================================
   DESIGN TOKENS
   Navy authority + warm ivory canvas + Imprint red accent.
   ===================================================================== */
:root {
  /* Ink / navy */
  --ink:        #0F1B2D;
  --ink-2:      #16273D;
  --ink-3:      #20344E;
  /* Canvas */
  --ivory:      #FAF7F1;
  --sand:       #F1EADC;
  --white:      #FFFFFF;
  /* Brand */
  --red:        #C8102E;
  --red-dark:   #A10D25;
  --red-soft:   rgba(200,16,46,0.08);
  --gold:       #B08D57;
  /* Text */
  --text:       #1A2433;
  --text-muted: #5C6675;
  --text-faint: #8A93A1;
  --on-dark:    rgba(255,255,255,0.80);
  --on-dark-faint: rgba(255,255,255,0.55);
  /* Lines */
  --border:     #E7DFD0;
  --border-2:   #DDD3C0;
  --border-dark: rgba(255,255,255,0.14);
  /* Shadows (soft, premium) */
  --sh-sm: 0 1px 2px rgba(15,27,45,0.05), 0 1px 3px rgba(15,27,45,0.06);
  --sh-md: 0 4px 12px rgba(15,27,45,0.07), 0 2px 4px rgba(15,27,45,0.05);
  --sh-lg: 0 18px 48px rgba(15,27,45,0.13), 0 6px 16px rgba(15,27,45,0.08);
  --sh-xl: 0 30px 70px rgba(15,27,45,0.20);
  /* Type */
  --font-display: 'EB Garamond', Georgia, 'Times New Roman', serif;
  --font-body: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  /* Metrics */
  --maxw: 1200px;
  --maxw-narrow: 820px;
  --radius: 14px;
  --radius-lg: 22px;
  --radius-sm: 9px;
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --dur: 240ms;
  /* z-index scale */
  --z-nav: 100;
  --z-drawer: 200;
  --z-overlay: 150;
  --z-sticky: 90;

  /* ---- Backward-compat aliases (legacy inner-page inline styles) ---- */
  --clr-navy: var(--ink);
  --clr-red: var(--red);
  --clr-white: var(--white);
  --clr-bg: var(--white);
  --clr-border: var(--border);
  --clr-text: var(--text);
  --clr-text-muted: var(--text-muted);
  --clr-slate: var(--text-muted);
  --clr-slate-light: var(--text-faint);
  --transition-standard: all var(--dur) var(--ease);
  --shadow-lg: var(--sh-lg);
}

/* =====================================================================
   RESET / BASE
   ===================================================================== */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  color: var(--text);
  background: var(--ivory);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img, picture, svg, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul, ol { list-style: none; padding: 0; }
strong { font-weight: 700; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.01em;
  color: var(--ink);
}
h1 { font-size: clamp(2.4rem, 5.2vw, 4rem); }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.85rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.5rem); }
p { color: var(--text); }

::selection { background: var(--red); color: #fff; }

/* Accessibility: focus + skip link */
:focus-visible { outline: 3px solid var(--red); outline-offset: 2px; border-radius: 3px; }
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--ink); color: #fff; padding: 0.75rem 1.25rem; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

/* =====================================================================
   LAYOUT
   ===================================================================== */
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: clamp(1.15rem, 4vw, 2.5rem); }
.container--narrow { max-width: var(--maxw-narrow); }
.section { padding-block: clamp(3.5rem, 7vw, 6.5rem); }
.section--sm { padding-block: clamp(2.5rem, 5vw, 4rem); }
.section--ink { background: var(--ink); color: var(--on-dark); }
.section--ink h2, .section--ink h3 { color: #fff; }
.section--sand { background: var(--sand); }
.text-center { text-align: center; }

.grid { display: grid; gap: 1.5rem; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }

/* Section heading block */
.section-header { max-width: 720px; margin-bottom: clamp(2rem, 4vw, 3.25rem); }
.section-header.text-center { margin-inline: auto; }
.section-eyebrow, .eyebrow {
  display: inline-flex; align-items: center; gap: 0.55rem;
  font-family: var(--font-body); font-weight: 700;
  font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--red); margin-bottom: 1rem;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--red); display: inline-block; }
.section-header p { color: var(--text-muted); font-size: 1.08rem; margin-top: 0.9rem; }
.section--ink .section-header p { color: var(--on-dark); }

/* =====================================================================
   BUTTONS
   ===================================================================== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem;
  font-family: var(--font-body); font-weight: 700; font-size: 0.97rem;
  letter-spacing: 0.01em; line-height: 1;
  padding: 1rem 1.6rem; border-radius: 10px;
  transition: background var(--dur) var(--ease), color var(--dur) var(--ease),
              transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color var(--dur);
  cursor: pointer; text-align: center; min-height: 48px;
}
.btn svg { flex-shrink: 0; }
.btn--primary { background: var(--red); color: #fff; box-shadow: 0 6px 18px rgba(200,16,46,0.28); }
.btn--primary:hover { background: var(--red-dark); transform: translateY(-2px); box-shadow: 0 10px 26px rgba(200,16,46,0.34); }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: var(--ink-3); transform: translateY(-2px); }
.btn--outline { background: transparent; color: var(--ink); border: 1.5px solid var(--border-2); }
.btn--outline:hover { border-color: var(--ink); background: var(--ink); color: #fff; transform: translateY(-2px); }
.btn--ghost-light { background: rgba(255,255,255,0.08); color: #fff; border: 1.5px solid rgba(255,255,255,0.25); }
.btn--ghost-light:hover { background: rgba(255,255,255,0.16); border-color: rgba(255,255,255,0.5); }
.btn--lg { padding: 1.15rem 2rem; font-size: 1.03rem; min-height: 54px; }
.btn--sm { padding: 0.6rem 1.1rem; font-size: 0.85rem; min-height: 40px; }
.btn--block { width: 100%; }
.btn-group { display: flex; flex-wrap: wrap; gap: 1rem; }

/* =====================================================================
   HEADER / NAV
   ===================================================================== */
.site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: var(--z-nav);
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem; padding: 0.85rem clamp(1.15rem, 4vw, 2.5rem);
  background: rgba(250,247,241,0.0);
  transition: background var(--dur) var(--ease), box-shadow var(--dur) var(--ease), padding var(--dur);
}
.site-nav.is-scrolled {
  background: rgba(250,247,241,0.94);
  backdrop-filter: saturate(140%) blur(12px);
  -webkit-backdrop-filter: saturate(140%) blur(12px);
  box-shadow: 0 1px 0 var(--border), var(--sh-sm);
  padding-block: 0.6rem;
}
.nav-logo { display: flex; align-items: center; flex-shrink: 0; }
.nav-logo img { height: 42px; width: auto; transition: height var(--dur); }
.is-scrolled .nav-logo img { height: 38px; }

.nav-menu { display: flex; align-items: center; gap: 0.35rem; }
.nav-item { position: relative; }
.nav-link {
  display: inline-flex; align-items: center; gap: 0.35rem;
  font-weight: 600; font-size: 0.95rem; color: var(--ink);
  padding: 0.6rem 0.85rem; border-radius: 8px;
  transition: color var(--dur), background var(--dur);
}
.site-nav.is-dark .nav-link { color: rgba(255,255,255,0.86); }
.nav-link:hover { color: var(--red); }
.site-nav.is-dark .nav-link:hover { color: #fff; background: rgba(255,255,255,0.08); }
.nav-link.current-menu-item { color: var(--red); }
.nav-link[aria-haspopup]::after {
  content: ""; width: 7px; height: 7px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px); opacity: 0.6; transition: transform var(--dur);
}
.nav-item:hover .nav-link[aria-haspopup]::after { transform: rotate(225deg) translateY(2px); }

/* Dropdown */
.nav-dropdown {
  position: absolute; top: calc(100% + 8px); left: 50%; transform: translateX(-50%) translateY(8px);
  min-width: 280px; background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius); box-shadow: var(--sh-lg); padding: 0.5rem;
  opacity: 0; visibility: hidden; transition: opacity var(--dur), transform var(--dur), visibility var(--dur);
}
.nav-item:hover .nav-dropdown, .nav-item:focus-within .nav-dropdown {
  opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0);
}
.nav-dropdown li a {
  display: block; padding: 0.7rem 0.9rem; border-radius: 8px; font-size: 0.92rem;
  font-weight: 600; color: var(--ink); transition: background var(--dur), color var(--dur);
}
.nav-dropdown li a:hover { background: var(--red-soft); color: var(--red); }

.nav-cta {
  display: inline-flex; align-items: center; gap: 0.5rem; margin-left: 0.5rem;
  background: var(--red); color: #fff !important; font-weight: 700; font-size: 0.92rem;
  padding: 0.7rem 1.25rem; border-radius: 9px; box-shadow: 0 4px 14px rgba(200,16,46,0.28);
  transition: background var(--dur), transform var(--dur), box-shadow var(--dur);
}
.nav-cta:hover { background: var(--red-dark); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(200,16,46,0.34); }

/* Hamburger */
.nav-toggle { display: none; width: 46px; height: 46px; border-radius: 10px; position: relative; flex-shrink: 0; }
.nav-toggle span { position: absolute; left: 11px; right: 11px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform var(--dur), opacity var(--dur), background var(--dur); }
.site-nav.is-dark .nav-toggle span { background: #fff; }
.nav-toggle span:nth-child(1) { top: 16px; }
.nav-toggle span:nth-child(2) { top: 22px; }
.nav-toggle span:nth-child(3) { top: 28px; }
.nav-toggle.is-open span { background: var(--ink); }
.nav-toggle.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Mobile drawer */
.nav-drawer {
  position: fixed; top: 0; right: 0; bottom: 0; width: min(86vw, 360px); z-index: var(--z-drawer);
  background: var(--white); box-shadow: var(--sh-xl); padding: 5.5rem 1.5rem 2rem;
  display: flex; flex-direction: column; gap: 0.15rem; overflow-y: auto;
  transform: translateX(100%); transition: transform 0.34s var(--ease);
}
.nav-drawer.is-open { transform: translateX(0); }
.nav-drawer a {
  padding: 0.85rem 1rem; border-radius: 9px; font-weight: 600; font-size: 1rem; color: var(--ink);
  transition: background var(--dur), color var(--dur);
}
.nav-drawer a:hover { background: var(--red-soft); color: var(--red); }
.nav-drawer strong { display: block; padding: 0.75rem 1rem 0.35rem; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--text-faint); }
.nav-overlay {
  position: fixed; inset: 0; z-index: var(--z-overlay); background: rgba(15,27,45,0.45);
  opacity: 0; visibility: hidden; transition: opacity var(--dur), visibility var(--dur);
  backdrop-filter: blur(2px);
}
.nav-overlay.is-open { opacity: 1; visibility: visible; }

/* Scroll progress */
.scroll-progress { position: fixed; top: 0; left: 0; height: 3px; width: 0; background: var(--red); z-index: 300; transition: width 0.1s linear; }

/* =====================================================================
   HERO
   ===================================================================== */
.hero {
  position: relative; background: var(--ink); color: #fff; overflow: hidden;
  padding-top: clamp(7rem, 12vh, 9rem); padding-bottom: clamp(3.5rem, 7vw, 5.5rem);
  min-height: 90vh; display: flex; align-items: center;
}
.hero::before {
  content: ""; position: absolute; top: -10%; right: -8%; width: 620px; height: 620px;
  background: radial-gradient(circle at center, rgba(200,16,46,0.16), transparent 62%);
  pointer-events: none;
}
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04), transparent 22%),
    radial-gradient(1100px 500px at 78% 18%, rgba(176,141,87,0.10), transparent 70%);
}
.hero__grid {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center;
  width: 100%;
}
.hero__eyebrow {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-weight: 700; font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: #fff; background: rgba(200,16,46,0.9); padding: 0.45rem 0.95rem; border-radius: 99px;
  margin-bottom: 1.5rem;
}
.hero__title { color: #fff; font-size: clamp(2.5rem, 5.4vw, 4.05rem); line-height: 1.06; }
.hero__title em { font-style: italic; color: var(--red); }
.hero__sub {
  color: var(--on-dark); font-size: clamp(1.05rem, 1.5vw, 1.22rem); line-height: 1.65;
  max-width: 38ch; margin-top: 1.5rem;
}
.hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.1rem; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 1.8rem; margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid var(--border-dark); }
.hero__trust-item .label { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--on-dark-faint); }
.hero__trust-item .value { font-family: var(--font-display); font-size: 1.15rem; font-weight: 600; color: #fff; margin-top: 0.15rem; }

/* Hero credential card */
.hero__card {
  position: relative; background: linear-gradient(165deg, rgba(255,255,255,0.07), rgba(255,255,255,0.03));
  border: 1px solid var(--border-dark); border-radius: var(--radius-lg);
  padding: 2.2rem; box-shadow: var(--sh-xl); backdrop-filter: blur(4px);
}
.hero__card-seal {
  width: 60px; height: 60px; border-radius: 50%; background: var(--red);
  display: flex; align-items: center; justify-content: center; color: #fff; margin-bottom: 1.25rem;
  box-shadow: 0 8px 20px rgba(200,16,46,0.4);
}
.hero__card h3 { color: #fff; font-size: 1.3rem; margin-bottom: 0.3rem; }
.hero__card .role { color: var(--on-dark-faint); font-size: 0.9rem; margin-bottom: 1.5rem; }
.hero__card-rows { display: flex; flex-direction: column; gap: 0.7rem; }
.hero__card-row { display: flex; justify-content: space-between; align-items: center; gap: 1rem; font-size: 0.88rem; padding-bottom: 0.7rem; border-bottom: 1px solid rgba(255,255,255,0.08); }
.hero__card-row:last-child { border-bottom: none; padding-bottom: 0; }
.hero__card-row .k { color: var(--on-dark-faint); }
.hero__card-row .v { color: #fff; font-weight: 700; text-align: right; }
.hero__card-verify { display: inline-flex; align-items: center; gap: 0.4rem; margin-top: 1.5rem; font-size: 0.82rem; color: var(--on-dark); font-weight: 600; }
.hero__card-verify:hover { color: #fff; }
.hero__card-verify svg { transition: transform var(--dur); }
.hero__card-verify:hover svg { transform: translate(2px,-2px); }

/* =====================================================================
   TRUST BAND
   ===================================================================== */
.trust-band { background: var(--white); border-block: 1px solid var(--border); }
.trust-band__inner { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.25rem; padding-block: 2.2rem; }
.trust-item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 0.6rem; padding-inline: 0.5rem; }
.trust-item + .trust-item { border-left: 1px solid var(--border); }
.trust-item__icon { color: var(--red); }
.trust-item__label { font-size: 0.92rem; font-weight: 700; color: var(--ink); line-height: 1.3; }
.trust-item__sub { font-size: 0.78rem; color: var(--text-muted); }

/* =====================================================================
   SERVICE CARDS
   ===================================================================== */
.service-card {
  position: relative; background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 1.9rem; overflow: hidden;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color var(--dur);
  display: flex; flex-direction: column;
}
.service-card::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform var(--dur) var(--ease); }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--sh-lg); border-color: var(--border-2); }
.service-card:hover::before { transform: scaleX(1); }
.service-card__icon-wrap { width: 54px; height: 54px; border-radius: 13px; background: var(--red-soft); display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem; transition: background var(--dur), color var(--dur); }
.service-card__icon { color: var(--red); display: flex; }
.service-card:hover .service-card__icon-wrap { background: var(--red); }
.service-card:hover .service-card__icon { color: #fff; }
.service-card__title { font-size: 1.22rem; margin-bottom: 0.6rem; color: var(--ink); }
.service-card__desc { font-size: 0.95rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 1.25rem; flex-grow: 1; }
.service-card__link { display: inline-flex; align-items: center; gap: 0.45rem; font-weight: 700; font-size: 0.9rem; color: var(--red); margin-top: auto; }
.service-card__link svg { transition: transform var(--dur); }
.service-card:hover .service-card__link svg { transform: translateX(4px); }

/* =====================================================================
   MEET SHIRANI (split)
   ===================================================================== */
.meet { background: var(--ink); color: var(--on-dark); overflow: hidden; }
.meet__grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.meet__panel {
  background: linear-gradient(165deg, var(--ink-2), var(--ink-3)); border: 1px solid var(--border-dark);
  border-radius: var(--radius-lg); padding: 2.5rem; box-shadow: var(--sh-xl);
}
.meet__avatar { width: 90px; height: 90px; border-radius: 50%; background: var(--red); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 2.3rem; font-weight: 700; color: #fff; margin-bottom: 1.5rem; }
.meet__panel h3 { color: #fff; font-size: 1.5rem; margin-bottom: 0.25rem; }
.meet__panel .role { color: var(--on-dark-faint); font-size: 0.92rem; margin-bottom: 1.75rem; }
.meet__creds { display: flex; flex-direction: column; gap: 0.8rem; }
.meet__cred { display: flex; align-items: flex-start; gap: 0.7rem; font-size: 0.92rem; color: var(--on-dark); }
.meet__cred svg { color: var(--red); flex-shrink: 0; margin-top: 2px; }
.meet h2 { color: #fff; }
.meet__body p { color: var(--on-dark); margin-bottom: 1.15rem; font-size: 1.05rem; }
.meet__quote { font-family: var(--font-display); font-style: italic; font-size: 1.3rem; color: #fff; border-left: 3px solid var(--red); padding-left: 1.25rem; margin: 1.75rem 0; line-height: 1.45; }

/* =====================================================================
   PROCESS TIMELINE
   ===================================================================== */
.process__steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.25rem; }
.process-step { position: relative; padding-top: 2.5rem; }
.process-step::before { content: ""; position: absolute; top: 19px; left: 0; right: 0; height: 2px; background: var(--border-2); }
.process-step:last-child::before { right: 50%; }
.process-step:first-child::before { left: 50%; }
.process-step__num {
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 40px; height: 40px; border-radius: 50%; background: var(--ivory); border: 2px solid var(--border-2);
  display: flex; align-items: center; justify-content: center; font-family: var(--font-display);
  font-weight: 700; color: var(--text-muted); z-index: 2; transition: background var(--dur), color var(--dur), border-color var(--dur);
}
.process-step.is-active .process-step__num, .process-step:hover .process-step__num { background: var(--red); border-color: var(--red); color: #fff; }
.process-step__title { font-size: 1.05rem; margin-bottom: 0.4rem; text-align: center; color: var(--ink); }
.process-step__desc { font-size: 0.88rem; color: var(--text-muted); text-align: center; line-height: 1.55; }

/* =====================================================================
   BOOKING CTA / GENERIC CTA
   ===================================================================== */
.cta-section { background: var(--ink); color: #fff; text-align: center; padding-block: clamp(3.5rem, 7vw, 5.5rem); position: relative; overflow: hidden; }
.cta-section::before { content: ""; position: absolute; top: -30%; left: 50%; transform: translateX(-50%); width: 700px; height: 500px; background: radial-gradient(circle, rgba(200,16,46,0.18), transparent 65%); pointer-events: none; }
.cta-section .container { position: relative; z-index: 2; }
.cta-section h2 { color: #fff; margin-bottom: 1rem; }
.cta-section p { color: var(--on-dark); font-size: 1.1rem; max-width: 620px; margin: 0 auto 2rem; }
.cta-section .btn-group { justify-content: center; }

.booking-cta__grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 3rem; align-items: center; text-align: left; }
.booking-cta__fees { background: rgba(255,255,255,0.06); border: 1px solid var(--border-dark); border-radius: var(--radius); padding: 1.75rem; }
.fee-row { display: flex; justify-content: space-between; align-items: center; padding: 0.7rem 0; border-bottom: 1px solid rgba(255,255,255,0.1); font-size: 0.95rem; color: var(--on-dark); }
.fee-row:last-child { border-bottom: none; }
.fee-row .total { font-weight: 700; color: #fff; font-size: 1.15rem; }
.fee-row .total-amt { font-weight: 700; color: var(--red); font-size: 1.2rem; }

/* =====================================================================
   LOCAL / NAP
   ===================================================================== */
.local { background: var(--sand); }
.local__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,5vw,4rem); align-items: center; }
.nap-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 2.25rem; box-shadow: var(--sh-md); }
.nap-row { display: flex; gap: 1rem; align-items: flex-start; padding: 1rem 0; border-bottom: 1px solid var(--border); }
.nap-row:last-child { border-bottom: none; }
.nap-row__icon { width: 44px; height: 44px; border-radius: 11px; background: var(--red-soft); color: var(--red); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.nap-row__label { font-size: 0.74rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-faint); }
.nap-row__value { font-size: 1.02rem; font-weight: 700; color: var(--ink); }

/* =====================================================================
   PAGE HERO (inner pages)
   ===================================================================== */
.page-hero { background: var(--ink); color: #fff; padding-top: clamp(7rem, 11vh, 9rem); padding-bottom: clamp(2.5rem, 5vw, 4rem); position: relative; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; top: -20%; right: -5%; width: 460px; height: 460px; background: radial-gradient(circle, rgba(200,16,46,0.14), transparent 65%); pointer-events: none; }
.page-hero .container { position: relative; z-index: 2; }
.page-hero__eyebrow { display: inline-flex; align-items: center; gap: 0.5rem; font-weight: 700; font-size: 0.76rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--red); margin-bottom: 1rem; }
.page-hero__title { color: #fff; margin-bottom: 1rem; }
.page-hero__sub { color: var(--on-dark); font-size: 1.12rem; max-width: 60ch; line-height: 1.6; }
.breadcrumb { display: flex; align-items: center; gap: 0.5rem; font-size: 0.85rem; color: var(--on-dark-faint); margin-bottom: 1.5rem; flex-wrap: wrap; }
.breadcrumb a { color: var(--on-dark); }
.breadcrumb a:hover { color: #fff; }
.breadcrumb svg { opacity: 0.5; }
.breadcrumb [aria-current] { color: #fff; }

/* Inner page content typography */
.page-body { padding-block: clamp(3rem,6vw,5rem); }
.page-body h2 { margin: 2.5rem 0 1rem; }
.page-body h3 { margin: 2rem 0 0.75rem; }
.page-body p { margin-bottom: 1.15rem; color: var(--text); }
.page-body ul.bullets { list-style: disc; padding-left: 1.4rem; margin-bottom: 1.15rem; }
.page-body ul.bullets li { margin-bottom: 0.5rem; }
.page-body a.inline { color: var(--red); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }

/* =====================================================================
   FAQ
   ===================================================================== */
.faq-item { border-bottom: 1px solid var(--border); }
.faq-question { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; padding: 1.4rem 0; font-family: var(--font-display); font-weight: 600; font-size: 1.12rem; color: var(--ink); cursor: pointer; transition: color var(--dur); }
.faq-question:hover { color: var(--red); }
.faq-icon { flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%; background: var(--red-soft); color: var(--red); display: flex; align-items: center; justify-content: center; transition: transform var(--dur), background var(--dur), color var(--dur); }
.faq-item.is-open .faq-icon { background: var(--red); color: #fff; transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s var(--ease); }
.faq-item.is-open .faq-answer { max-height: 560px; }
.faq-answer p { padding-bottom: 1.4rem; color: var(--text-muted); line-height: 1.7; margin: 0; }

/* =====================================================================
   TESTIMONIALS
   ===================================================================== */
.testimonial-slider { overflow: hidden; }
.testimonial-track { display: flex; gap: 1.5rem; }
.testimonial-card { flex: 0 0 calc(33.333% - 1rem); background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.9rem; box-shadow: var(--sh-sm); }
.testimonial-card__stars { color: var(--gold); display: flex; gap: 2px; margin-bottom: 1rem; }
.testimonial-card__text { font-size: 0.98rem; color: var(--text); line-height: 1.65; margin-bottom: 1.25rem; }
.testimonial-card__name { font-weight: 700; color: var(--ink); }
.testimonial-card__role { font-size: 0.82rem; color: var(--text-faint); }
.testimonial-dots { display: flex; justify-content: center; gap: 0.5rem; margin-top: 2rem; }
.testimonial-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--border-2); transition: background var(--dur), width var(--dur); }
.testimonial-dot.is-active { background: var(--red); width: 26px; border-radius: 5px; }

/* =====================================================================
   BLOG
   ===================================================================== */
.blog-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: transform var(--dur) var(--ease), box-shadow var(--dur); display: flex; flex-direction: column; }
.blog-card:hover { transform: translateY(-5px); box-shadow: var(--sh-lg); }
.blog-card__img { aspect-ratio: 16/10; overflow: hidden; background: var(--ink); }
.blog-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease); }
.blog-card:hover .blog-card__img img { transform: scale(1.05); }
.blog-card__body { padding: 1.5rem; display: flex; flex-direction: column; flex-grow: 1; }
.blog-card__meta { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.75rem; font-size: 0.78rem; }
.blog-card__cat { color: var(--red); font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; }
.blog-card__meta time { color: var(--text-faint); }
.blog-card__title { font-size: 1.15rem; line-height: 1.3; margin-bottom: 1rem; }
.blog-card__title a { color: var(--ink); transition: color var(--dur); }
.blog-card__title a:hover { color: var(--red); }
.blog-card__read-more { display: inline-flex; align-items: center; gap: 0.4rem; font-weight: 700; font-size: 0.85rem; color: var(--red); margin-top: auto; }
.blog-card__read-more svg { transition: transform var(--dur); }
.blog-card:hover .blog-card__read-more svg { transform: translateX(4px); }
.cat-filter.is-active { background: var(--ink) !important; color: #fff !important; border-color: var(--ink) !important; }

/* Pagination */
.pagination ul { display: flex; gap: 0.4rem; justify-content: center; }
.pagination a, .pagination span { display: flex; align-items: center; justify-content: center; min-width: 42px; height: 42px; border-radius: 9px; border: 1px solid var(--border); font-weight: 600; color: var(--ink); }
.pagination .current { background: var(--red); color: #fff; border-color: var(--red); }

/* =====================================================================
   FOOTER
   ===================================================================== */
.site-footer { background: var(--ink); color: var(--on-dark); padding-top: clamp(3rem,6vw,4.5rem); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 2.5rem; padding-bottom: 3rem; border-bottom: 1px solid var(--border-dark); }
.footer-brand img { height: 40px; margin-bottom: 1.25rem; }
.footer-brand p { color: var(--on-dark-faint); font-size: 0.9rem; line-height: 1.6; margin-bottom: 1.5rem; max-width: 34ch; }
.footer-social { display: flex; gap: 0.6rem; }
.footer-social a { width: 40px; height: 40px; border-radius: 9px; border: 1px solid var(--border-dark); display: flex; align-items: center; justify-content: center; color: var(--on-dark); transition: background var(--dur), border-color var(--dur), color var(--dur), transform var(--dur); }
.footer-social a:hover { background: var(--red); border-color: var(--red); color: #fff; transform: translateY(-2px); }
.footer-col h4 { color: #fff; font-family: var(--font-body); font-size: 0.82rem; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 1.25rem; font-weight: 700; }
.footer-col ul li { margin-bottom: 0.7rem; }
.footer-col ul li a { color: var(--on-dark-faint); font-size: 0.92rem; transition: color var(--dur), padding-left var(--dur); }
.footer-col ul li a:hover { color: #fff; padding-left: 4px; }
.footer-contact-row { display: flex; gap: 0.7rem; align-items: flex-start; margin-bottom: 1rem; font-size: 0.9rem; color: var(--on-dark); }
.footer-contact-row svg { color: var(--red); flex-shrink: 0; margin-top: 3px; }
.footer-contact-row a { color: var(--on-dark); }
.footer-contact-row a:hover { color: #fff; }
.footer-compliance { padding-block: 1.75rem; border-bottom: 1px solid var(--border-dark); }
.footer-compliance p { color: var(--on-dark-faint); font-size: 0.8rem; line-height: 1.6; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; padding-block: 1.75rem; }
.footer-bottom p { color: var(--on-dark-faint); font-size: 0.82rem; }
.footer-bottom nav { display: flex; gap: 1.5rem; }
.footer-bottom nav a { color: var(--on-dark-faint); font-size: 0.82rem; transition: color var(--dur); }
.footer-bottom nav a:hover { color: #fff; }

/* Compliance boilerplate block (inline use) */
.compliance-boilerplate { font-size: 0.82rem; color: var(--text-faint); line-height: 1.6; font-style: italic; }
.section--ink .compliance-boilerplate, .cta-section .compliance-boilerplate { color: var(--on-dark-faint); }

/* Sticky booking bar */
.sticky-bar { position: fixed; bottom: 0; left: 0; right: 0; z-index: var(--z-sticky); background: var(--ink); color: #fff; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.85rem clamp(1.15rem,4vw,2.5rem); box-shadow: 0 -6px 24px rgba(15,27,45,0.25); transform: translateY(100%); transition: transform 0.34s var(--ease); }
.sticky-bar.is-visible { transform: translateY(0); }
.sticky-bar__text { display: flex; align-items: center; gap: 0.75rem; font-size: 0.92rem; color: var(--on-dark); }
.sticky-bar__text strong { color: #fff; }
.sticky-bar svg { color: var(--red); flex-shrink: 0; }

/* =====================================================================
   REVEAL SYSTEM — visible by default, animate only when JS confirms.
   ===================================================================== */
.reveal-on [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity 0.6s var(--ease), transform 0.6s var(--ease); }
.reveal-on [data-reveal].is-revealed { opacity: 1; transform: none; }
.reveal-on [data-stagger] > * { opacity: 0; transform: translateY(22px); transition: opacity 0.55s var(--ease), transform 0.55s var(--ease); }
.reveal-on [data-stagger].is-revealed > * { opacity: 1; transform: none; }
.reveal-on [data-stagger].is-revealed > *:nth-child(2) { transition-delay: 0.07s; }
.reveal-on [data-stagger].is-revealed > *:nth-child(3) { transition-delay: 0.14s; }
.reveal-on [data-stagger].is-revealed > *:nth-child(4) { transition-delay: 0.21s; }
.reveal-on [data-stagger].is-revealed > *:nth-child(5) { transition-delay: 0.28s; }
.reveal-on [data-stagger].is-revealed > *:nth-child(6) { transition-delay: 0.35s; }
.reveal-on [data-stagger].is-revealed > *:nth-child(7) { transition-delay: 0.42s; }

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width: 1024px) {
  .hero__grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero__card { max-width: 460px; }
  .meet__grid { grid-template-columns: 1fr; }
  .booking-cta__grid { grid-template-columns: 1fr; gap: 2rem; }
  .local__grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .process__steps { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
  .process-step::before { display: none; }
  .process-step { padding-top: 0; padding-left: 3.25rem; }
  .process-step__num { left: 0; transform: none; }
  .process-step__title, .process-step__desc { text-align: left; }
}

@media (max-width: 860px) {
  .nav-menu { display: none; }
  .nav-toggle { display: block; }
  .trust-band__inner { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
  .trust-item { align-items: flex-start; text-align: left; }
  .trust-item + .trust-item { border-left: none; }
  .grid--3, .grid--4 { grid-template-columns: 1fr 1fr; }
  .testimonial-card { flex: 0 0 calc(50% - 0.75rem); }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; }
  .trust-band__inner { grid-template-columns: 1fr; gap: 1.1rem; }
  .process__steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .testimonial-card { flex: 0 0 100%; }
  .hero { min-height: auto; }
  .hero__actions .btn { width: 100%; }
  .sticky-bar__text span.full { display: none; }
  .btn-group { width: 100%; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
  .reveal-on [data-reveal], .reveal-on [data-stagger] > * { opacity: 1 !important; transform: none !important; }
}
