/* ================================================================
   PURE & SIMPLE CREMATION — style.css
   pureandsimplecremation.uk
   Design: Light & airy, editorial lines, warm natural tones
   Fonts: Cormorant Garamond (headings) + Nunito Sans (body)
   ================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=Nunito+Sans:opsz,wght@6..12,300;6..12,400;6..12,600;6..12,700&display=swap');

/* ── 1. VARIABLES ── */
:root {
  --blue:      #5C8BA5;
  --blue-dk:   #3E6B82;
  --blue-lt:   #EBF3F7;
  --blue-pale: #F0F6FA;
  --blue-mid:  #D0E4EE;
  --bg:      #FAFAF8;
  --warm:    #F3EDE1;
  --stone:   #E8E0D2;
  --dk:      #161210;
  --dk2:     #231F1A;
  --body:    #3A3228;
  --muted:   #78706A;
  --faint:   #AEA69E;
  --line:    #DDD5C6;
  --white:   #FFFEFB;
  --fh: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --fb: 'Nunito Sans', 'Segoe UI', Helvetica, Arial, sans-serif;
  --nav-h: 68px;
  --topbar-h: 36px;
  --shadow: 0 2px 12px rgba(22,18,16,.07);
  --shadow-lg: 0 8px 40px rgba(22,18,16,.12);
  --radius: 3px;
  --transition: .22s ease;
}

/* ── 2. RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--fb);
  font-weight: 400;
  color: var(--body);
  background: var(--bg);
  line-height: 1.7;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--blue-dk); }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: var(--fb); }

/* ── 3. ACCESSIBILITY ── */
.skip-link {
  position: absolute; top: -100px; left: 1rem;
  background: var(--dk); color: var(--white);
  padding: .75rem 1.5rem; z-index: 9999;
  font-size: .875rem; border-radius: var(--radius);
  transition: top var(--transition);
}
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; }

/* ── 4. TYPOGRAPHY ── */
h1, h2, h3, h4, h5 {
  font-family: var(--fh);
  color: var(--dk);
  line-height: 1.15;
  font-weight: 300;
}
h1 { font-size: clamp(2.25rem, 5vw, 4rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.75rem); }
h3 { font-size: clamp(1.5rem, 2.5vw, 2.25rem); }
h4 { font-size: 1.25rem; font-weight: 500; }
p { color: var(--body); line-height: 1.8; margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }
p.lead { font-family: var(--fh); font-size: 1.2rem; font-weight: 300; color: var(--muted); line-height: 1.9; }
strong { font-weight: 700; }

/* Eyebrow label */
.eyebrow {
  display: block;
  font-size: .62rem; font-weight: 700;
  letter-spacing: .26em; text-transform: uppercase;
  color: var(--faint); margin-bottom: .875rem;
}

/* Editorial rule ornament */
.rule {
  display: flex; align-items: center; gap: .75rem;
  margin: 1rem 0 1.5rem;
}
.rule-line { width: 28px; height: 1px; background: var(--blue); flex-shrink: 0; }
.rule-dot  { width: 4px; height: 4px; border-radius: 50%; background: var(--blue); flex-shrink: 0; }

/* ── 5. CONTAINERS ── */
.wrap    { max-width: 1140px; margin: 0 auto; padding: 0 2.5rem; }
.wrap-md { max-width: 900px;  margin: 0 auto; padding: 0 2.5rem; }
.wrap-sm { max-width: 720px;  margin: 0 auto; padding: 0 2.5rem; }

/* ── 6. TOPBAR ── */
.topbar {
  background: linear-gradient(135deg, var(--blue-dk) 0%, var(--blue) 100%);
  text-align: center;
  padding: .5rem 1.5rem;
  font-size: .72rem; letter-spacing: .06em;
  color: rgba(255,255,255,.5);
  height: var(--topbar-h);
  display: flex; align-items: center; justify-content: center;
}
.topbar a { color: #CDEAF7; font-weight: 700; margin-left: .3rem; }
.topbar a:hover { color: #fff; }

/* ── 7. NAVIGATION ── */
.nav {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  padding: 0 2.5rem;
  display: flex; align-items: center; justify-content: space-between;
  height: var(--nav-h);
  position: sticky; top: 0; z-index: 200;
  transition: box-shadow var(--transition);
}
.nav.scrolled { box-shadow: var(--shadow); }

.nav-logo { display: flex; align-items: center; gap: .625rem; text-decoration: none; }
.nav-logo-mark { width: 30px; height: 30px; color: var(--blue); flex-shrink: 0; transition: transform var(--transition); }
.nav-logo:hover .nav-logo-mark { transform: scale(1.06); }
.nav-logo-text { display: flex; flex-direction: column; line-height: 1; gap: 4px; }
.nlt { display: none; }
.nlm { font-family: var(--fh); font-size: .72rem; font-weight: 500; letter-spacing: .32em; text-transform: uppercase; color: var(--dk); }
.nls { font-size: .48rem; font-weight: 300; letter-spacing: .32em; text-transform: uppercase; color: var(--blue); }
.nav-logo-rule { width: 36px; height: 1px; background: var(--blue); }

.nav-links { display: flex; align-items: center; gap: .15rem; }
.nav-links a {
  padding: .45rem .8rem;
  font-size: .78rem; font-weight: 600; letter-spacing: .02em;
  color: var(--muted); border-radius: var(--radius);
  transition: all var(--transition);
}
.nav-links a:hover, .nav-links a.active { color: var(--dk); background: var(--warm); }
.nav-links a.nav-cta {
  margin-left: .5rem;
  background: var(--dk); color: var(--white) !important;
  padding: .5rem 1.1rem !important;
}
.nav-links a.nav-cta:hover { background: #2E2820; }

/* Hamburger */
.hamburger {
  display: none; flex-direction: column; gap: 5px;
  padding: 8px; z-index: 300;
}
.hamburger span {
  display: block; width: 22px; height: 1.5px;
  background: var(--dk); border-radius: 2px;
  transition: all .25s; transform-origin: center;
}
.hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(4.5px, 4.5px); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(4.5px, -4.5px); }

/* Mobile nav drawer */
.nav-drawer {
  position: fixed; top: 0; right: -100%;
  width: min(280px, 85vw); height: 100vh;
  background: var(--white); z-index: 250;
  padding: 5rem 1.75rem 2rem;
  box-shadow: -8px 0 40px rgba(0,0,0,.12);
  transition: right .3s cubic-bezier(.4,0,.2,1);
  display: flex; flex-direction: column; gap: .35rem; overflow-y: auto;
}
.nav-drawer.open { right: 0; }
.nav-drawer a {
  display: block; padding: .875rem 1rem;
  font-size: .95rem; font-weight: 600;
  color: var(--body); border-radius: var(--radius);
  transition: all var(--transition);
}
.nav-drawer a:hover, .nav-drawer a.active { color: var(--blue); background: var(--warm); }
.nav-drawer a.nav-drawer-cta {
  margin-top: .5rem; background: var(--dk);
  color: var(--white) !important; text-align: center;
}
.nav-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,.45); z-index: 240;
  opacity: 0; pointer-events: none;
  transition: opacity .3s;
}
.nav-overlay.open { opacity: 1; pointer-events: all; }

/* ── 8. BUTTONS ── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .4rem;
  font-family: var(--fb); font-size: .74rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  padding: .875rem 1.75rem; border-radius: 2px;
  border: 1px solid transparent;
  cursor: pointer; transition: all .3s cubic-bezier(0.22, 1, 0.36, 1); line-height: 1;
  text-decoration: none; white-space: nowrap; position: relative; overflow: hidden;
}
.btn-dk    { background: var(--dk); color: var(--white); border-color: var(--dk); }
.btn-dk:hover    { background: #2E2820; color: var(--white); transform: translateY(-2px); box-shadow: 0 6px 24px rgba(22,18,16,.18); }
.btn-outline     { background: transparent; color: var(--dk); border-color: var(--line); }
.btn-outline:hover     { border-color: var(--dk); transform: translateY(-2px); box-shadow: 0 4px 16px rgba(22,18,16,.08); }
.btn-blue        { background: var(--blue); color: #fff; border-color: var(--blue); }
.btn-blue:hover        { background: var(--blue-dk); border-color: var(--blue-dk); color: #fff; transform: translateY(-2px); box-shadow: 0 6px 24px rgba(92,139,165,.3); }
.btn-ghost-white { background: transparent; color: #fff; border-color: rgba(255,255,255,.45); }
.btn-ghost-white:hover { background: #fff; color: var(--dk); transform: translateY(-2px); }
.btn-lg { padding: 1.05rem 2.25rem; font-size: .78rem; }
.btn-sm { padding: .65rem 1.25rem; font-size: .68rem; }

.btn-row { display: flex; flex-wrap: wrap; gap: .75rem; }

/* ── 9. HERO — SPLIT ── */
.hero {
  display: grid; grid-template-columns: 42% 58%;
  min-height: calc(100vh - var(--nav-h) - var(--topbar-h));
}
.hero-text {
  background: var(--warm);
  display: flex; flex-direction: column; justify-content: center;
  padding: 5rem 4.5rem;
}
.hero-photo {
  position: relative; overflow: hidden; background: var(--stone);
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-photo::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(22,18,16,.06) 0%, rgba(22,18,16,.2) 100%);
}
.hero-eyebrow {
  font-size: .62rem; font-weight: 700; letter-spacing: .28em; text-transform: uppercase;
  color: var(--faint); margin-bottom: 1.75rem; display: block;
}
.hero h1 {
  font-size: clamp(2.5rem, 4.5vw, 4.25rem);
  font-weight: 300; color: var(--dk); line-height: 1.08; margin-bottom: 1.5rem;
}
.hero h1 em { font-style: italic; color: var(--blue); }
.hero-rule { display: flex; align-items: center; gap: .875rem; margin-bottom: 1.5rem; }
.hero-rule-line { width: 36px; height: 1px; background: var(--blue); }
.hero-rule-dot  { width: 4px; height: 4px; border-radius: 50%; background: var(--blue); }
.hero-tagline {
  font-family: var(--fh); font-size: 1.1rem; font-weight: 400; font-style: italic;
  color: var(--muted); margin-bottom: 2.5rem; line-height: 1.65;
}
.hero-btns { display: flex; flex-direction: column; gap: .625rem; margin-bottom: 2.75rem; }
.hero-btns .btn { justify-content: flex-start; }
.hero-phone-label { font-size: .6rem; letter-spacing: .22em; text-transform: uppercase; color: var(--faint); margin-bottom: .25rem; }
.hero-phone { font-family: var(--fh); font-size: 1.85rem; font-weight: 300; color: var(--dk); letter-spacing: .01em; }

/* ── 10. TRUST BAR ── */
.trust { background: var(--dk2); padding: .875rem 2rem; }
.trust-inner {
  max-width: 1140px; margin: 0 auto;
  display: flex; flex-wrap: wrap; align-items: center;
  justify-content: center; gap: .5rem 2.5rem;
}
.trust-item {
  font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: rgba(255,255,255,.45); display: flex; align-items: center; gap: .6rem;
}
.trust-item::before {
  content: ''; display: block; width: 18px; height: 1px;
  background: var(--blue); opacity: .7;
}

/* ── 11. INTRO SECTION ── */
.intro {
  display: grid; grid-template-columns: 1fr 1.3fr;
  min-height: 580px;
}
.intro-media { position: relative; overflow: hidden; background: var(--stone); }
.intro-media img { width: 100%; height: 100%; object-fit: cover; }
.intro-copy {
  padding: 5.5rem 4.5rem;
  display: flex; flex-direction: column; justify-content: center;
  background: var(--white);
}
.intro-copy h2 { font-size: clamp(1.8rem, 3.5vw, 2.75rem); margin-bottom: 0; }
.intro-copy p  { font-size: .92rem; color: var(--muted); line-height: 1.9; margin-top: .875rem; }

/* ── 12. SERVICE SECTIONS — stacked ── */
.services-wrap { background: var(--bg); }

.services-head {
  text-align: center;
  padding: 5rem 1.5rem 0;
  background: linear-gradient(180deg, var(--blue-pale) 0%, var(--bg) 100%);
}

/* Each service row: image + body side by side */
.svc-row {
  display: grid;
  grid-template-columns: 48% 1fr;
  min-height: 560px;
  border-top: 1px solid var(--line);
  overflow: hidden;
}
/* Reversed: image right */
.svc-row-rev {
  grid-template-columns: 1fr 48%;
}
.svc-row-rev .svc-photo { order: 2; }
.svc-row-rev .svc-body  { order: 1; }

/* Photo */
.svc-photo {
  position: relative; overflow: hidden;
  background: var(--stone);
}
.svc-photo img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform 1.2s cubic-bezier(0.22,1,0.36,1);
}
.svc-row:hover .svc-photo img { transform: scale(1.04); }

/* Body */
.svc-body {
  padding: 5rem 4.5rem;
  display: flex; flex-direction: column; justify-content: center;
  background: var(--white);
}
.svc-row-warm .svc-body { background: var(--warm); }

.svc-num {
  font-size: .6rem; font-weight: 700; letter-spacing: .28em; text-transform: uppercase;
  color: var(--faint); display: block; margin-bottom: 1.25rem;
}
.svc-title {
  font-family: var(--fh); font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 300; color: var(--dk); margin-bottom: .5rem;
}
.svc-price {
  font-family: var(--fh); font-size: clamp(2.5rem, 4vw, 3.75rem);
  font-weight: 300; color: var(--blue); line-height: 1; margin-bottom: 1.5rem;
}
.svc-price span { font-size: .9rem; color: var(--faint); margin-left: .25rem; font-style: italic; }
.svc-desc { font-size: .9rem; color: var(--muted); line-height: 1.85; margin-bottom: 1.75rem; max-width: 440px; }
.svc-tags { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: 2rem; }
.svc-tag {
  font-size: .68rem; font-weight: 600; letter-spacing: .06em;
  background: var(--bg); color: var(--muted);
  padding: .35rem .75rem; border-radius: 1px; border: 1px solid var(--line);
}
.svc-tag-warm { background: var(--white); }

/* ── 13. PULL QUOTE ── */
.pullquote {
  background: linear-gradient(135deg, var(--blue-dk) 0%, #2A4E63 60%, var(--dk) 100%);
  padding: 7rem 2rem;
  text-align: center; position: relative; overflow: hidden;
}
.pullquote::before {
  content: '\201C'; position: absolute;
  top: -1rem; left: 50%; transform: translateX(-50%);
  font-family: var(--fh); font-size: 18rem; font-weight: 300;
  color: rgba(255,255,255,.06); line-height: 1; pointer-events: none;
}
.pullquote blockquote {
  font-family: var(--fh); font-size: clamp(1.6rem, 3.5vw, 2.6rem);
  font-weight: 300; font-style: italic;
  color: rgba(255,255,255,.92); max-width: 760px; margin: 0 auto; line-height: 1.55;
  position: relative;
}
.pullquote cite {
  display: block; font-style: normal; font-size: .7rem;
  font-weight: 700; letter-spacing: .22em; text-transform: uppercase;
  color: rgba(255,255,255,.35); margin-top: 2rem;
}

/* ── 14. REASONS GRID ── */
.reasons { padding: 6.5rem 0; background: linear-gradient(160deg, var(--blue-pale) 0%, var(--blue-lt) 100%); }
.reasons-head { text-align: center; margin-bottom: 4.5rem; }
.reasons-head h2 { font-size: clamp(1.75rem, 3vw, 2.75rem); font-weight: 300; }
.reasons-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0; border: 1px solid rgba(92,139,165,.2);
  border-radius: 4px; overflow: hidden;
}
.reason {
  padding: 2.75rem 2.25rem;
  border-right: 1px solid rgba(92,139,165,.2);
  background: rgba(255,255,255,.6);
  backdrop-filter: blur(4px);
  transition: background var(--transition);
}
.reason:last-child { border-right: none; }
.reason:hover { background: rgba(235,243,247,.85); }
.reason-num {
  font-family: var(--fh); font-size: .82rem; font-weight: 300;
  color: var(--blue); letter-spacing: .08em; display: block; margin-bottom: 1.25rem;
}
.reason-rule { width: 24px; height: 2px; background: var(--blue); opacity: .6; margin-bottom: 1.25rem; border-radius: 1px; }
.reason h4 { font-size: 1.2rem; font-weight: 500; color: var(--dk); margin-bottom: .625rem; }
.reason p  { font-size: .84rem; color: var(--muted); line-height: 1.8; margin: 0; }

/* ── 15. FAQ ACCORDION ── */
.faq-section { padding: 6.5rem 0; background: var(--white); }
.faq-grid    { display: grid; grid-template-columns: 1fr 1.75fr; gap: 5rem; align-items: start; }
.faq-left h2 { font-size: clamp(1.75rem, 3vw, 2.5rem); font-weight: 300; margin-bottom: 1rem; }
.faq-left p  { font-size: .875rem; color: var(--muted); line-height: 1.85; margin-bottom: 2rem; }

.acc-group { margin-bottom: 3rem; }
.acc-group-label {
  font-size: .6rem; font-weight: 700; letter-spacing: .26em; text-transform: uppercase;
  color: var(--faint); display: flex; align-items: center; gap: .875rem; margin-bottom: 0;
}
.acc-group-label::after { content: ''; flex: 1; height: 1px; background: var(--line); }

.acc-item { border-bottom: 1px solid var(--line); }
.acc-btn {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: 1.375rem 0;
  background: none; border: none; cursor: pointer; text-align: left;
  font-family: var(--fh); font-size: 1.1rem; font-weight: 400; color: var(--dk);
  transition: color var(--transition);
}
.acc-btn:hover { color: var(--blue); }
.acc-ico {
  width: 24px; height: 24px; min-width: 24px; border-radius: 50%;
  border: 1px solid var(--line); display: flex; align-items: center; justify-content: center;
  color: var(--faint); font-size: .8rem; font-family: var(--fb);
  transition: all .25s; flex-shrink: 0;
}
.acc-item.open .acc-btn  { color: var(--blue); }
.acc-item.open .acc-ico  { background: var(--blue); border-color: var(--blue); color: #fff; transform: rotate(45deg); }
.acc-panel { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.acc-panel.open { max-height: 600px; }
.acc-inner {
  padding: .25rem 0 1.5rem;
  font-size: .875rem; color: var(--muted); line-height: 1.85;
}
.acc-inner p { margin-bottom: .75rem; }
.acc-inner p:last-child { margin-bottom: 0; }
.acc-inner a { color: var(--blue); }

/* ── 16. CTA STRIP ── */
.cta-strip {
  padding: 7rem 2rem; background: var(--dk);
  text-align: center; position: relative; overflow: hidden;
}
.cta-strip::after {
  content: ''; position: absolute; bottom: -80px; right: -80px;
  width: 300px; height: 300px;
  background: rgba(92,139,165,.06); border-radius: 50%;
}
.cta-orn { display: flex; align-items: center; justify-content: center; gap: 1rem; width: 120px; margin: 0 auto 2rem; }
.cta-orn-l { flex: 1; height: 1px; background: rgba(255,255,255,.12); }
.cta-orn-d { width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,.2); flex-shrink: 0; }
.cta-strip h2 {
  font-family: var(--fh); font-size: clamp(1.85rem, 4vw, 3rem);
  font-weight: 300; color: #fff; margin-bottom: .75rem; position: relative;
}
.cta-strip h2 em { font-style: italic; }
.cta-strip > p { color: rgba(255,255,255,.45); font-size: .875rem; max-width: 440px; margin: 0 auto 1.5rem; line-height: 1.85; }
.cta-phone {
  font-family: var(--fh); font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 300; color: #fff; letter-spacing: .02em;
  display: block; margin-bottom: 2.5rem; position: relative;
  text-decoration: none;
}
.cta-phone:hover { color: rgba(255,255,255,.8); }
.cta-btns { display: flex; flex-wrap: wrap; gap: .75rem; justify-content: center; position: relative; }

/* ── 17. PAGE HERO (inner pages) ── */
.page-hero {
  position: relative; min-height: 48vh;
  display: flex; align-items: flex-end; overflow: hidden; background: var(--dk);
}
.page-hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center; opacity: .22;
}
.page-hero-body {
  position: relative; z-index: 2;
  padding: 4rem 0 3.5rem; width: 100%;
}
.page-hero-body .eyebrow { color: rgba(255,255,255,.3); }
.page-hero-body h1 { color: #fff; margin-bottom: .75rem; }
.page-hero-body p  { color: rgba(255,255,255,.5); font-size: .9rem; max-width: 520px; }
.breadcrumb {
  display: flex; align-items: center; gap: .5rem; margin-top: 1.5rem;
  font-size: .68rem; color: rgba(255,255,255,.28); letter-spacing: .06em;
}
.breadcrumb a { color: rgba(255,255,255,.38); }
.breadcrumb a:hover { color: rgba(255,255,255,.7); }

/* ── 18. PROSE (inner page content) ── */
.prose-section { padding: 5.5rem 0; }
.prose-section h2 { font-size: clamp(1.75rem, 3.5vw, 2.75rem); margin-bottom: 1.5rem; }
.prose-section p  { font-size: .92rem; color: var(--muted); line-height: 1.9; }

/* ── 19. PACKAGE BOX ── */
.pkg { border: 1px solid var(--blue-mid); border-radius: 4px; overflow: hidden; margin-bottom: 3.5rem; }
.pkg-head {
  background: linear-gradient(135deg, var(--blue-dk) 0%, var(--blue) 100%); padding: 2.5rem;
  display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: start;
}
.pkg-head h2 { font-family: var(--fh); font-size: 1.75rem; font-weight: 300; color: #fff; margin-bottom: .4rem; }
.pkg-head p  { color: rgba(255,255,255,.55); font-size: .8rem; margin: 0; }
.pkg-price-from { font-size: .58rem; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.5); display: block; margin-bottom: .2rem; text-align: right; }
.pkg-price-amount { font-family: var(--fh); font-size: 2.75rem; font-weight: 300; color: #fff; line-height: 1; text-align: right; display: block; }
.pkg-price-note { font-size: .72rem; font-style: italic; color: rgba(255,255,255,.5); display: block; text-align: right; margin-top: .2rem; }
.pkg-body { padding: 2.5rem; background: var(--white); }
.pkg-lbl {
  font-size: .6rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase;
  color: var(--faint); display: flex; align-items: center; gap: .875rem; margin-bottom: 1.5rem;
}
.pkg-lbl::after { content: ''; flex: 1; height: 1px; background: var(--line); }
.pkg-grid {
  display: grid; grid-template-columns: repeat(2,1fr);
  border: 1px solid var(--line); border-radius: 3px; overflow: hidden; margin-bottom: 2rem;
}
.pkg-item {
  padding: .875rem 1.1rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
  font-size: .875rem; color: var(--body); display: flex; align-items: center; gap: .625rem;
}
.pkg-item:nth-child(even)        { border-right: none; }
.pkg-item:nth-last-child(-n + 2) { border-bottom: none; }
.pkg-dash { width: 12px; height: 1px; background: var(--blue); flex-shrink: 0; }
.pkg-cta  { text-align: center; }

/* ── 20. ADDONS GRID ── */
.addons-grid {
  display: grid; grid-template-columns: repeat(2,1fr);
  border: 1px solid var(--line); border-radius: 4px; overflow: hidden;
}
.addon {
  padding: 2rem 2rem 2.25rem;
  border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
  background: var(--white); transition: background var(--transition);
}
.addon:nth-child(even)        { border-right: none; }
.addon:nth-child(3), .addon:nth-child(4) { border-bottom: none; }
.addon:hover { background: var(--blue-pale); }
.addon-num   { font-size: .58rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--faint); display: block; margin-bottom: .75rem; }
.addon-price { font-family: var(--fh); font-size: 1.85rem; font-weight: 300; color: var(--blue); margin-bottom: .4rem; }
.addon-title { font-family: var(--fh); font-size: 1.1rem; font-weight: 500; color: var(--dk); margin-bottom: .5rem; }
.addon-desc  { font-size: .82rem; color: var(--muted); line-height: 1.8; margin: 0; }

/* ── 21. COSTS TABLE ── */
.costs-note { /* blue-tinted note */
  background: var(--blue-pale); border-left: 2px solid var(--blue);
  padding: 1rem 1.25rem; font-size: .875rem; color: var(--muted);
  margin-bottom: 1.25rem; border-radius: 0 3px 3px 0;
}
.costs-note a { color: var(--blue); }
.costs-table {
  width: 100%; border-collapse: collapse;
  border: 1px solid var(--blue-mid); border-radius: 4px; overflow: hidden;
}
.costs-table th {
  background: linear-gradient(135deg, var(--blue-dk) 0%, var(--blue) 100%); color: rgba(255,255,255,.85);
  padding: .8rem 1.1rem; text-align: left;
  font-size: .66rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
}
.costs-table td {
  padding: .875rem 1.1rem; border-bottom: 1px solid var(--blue-mid);
  font-size: .875rem; color: var(--body);
}
.costs-table tr:nth-child(even) td { background: var(--blue-pale); }
.costs-table tr:last-child td { border-bottom: none; }
.costs-table .price { font-family: var(--fh); font-size: 1.1rem; font-weight: 300; color: var(--blue-dk); white-space: nowrap; }

/* ── 22. BOOKING FORM ── */
.booking-section { background: var(--blue-pale); padding: 5.5rem 0 6rem; }
.booking-wrap {
  max-width: 1200px; margin: 0 auto; padding: 0 2.5rem;
  display: grid; grid-template-columns: 1fr 320px; gap: 5rem; align-items: start;
}
.booking-intro { grid-column: 1 / -1; max-width: 640px; }
.booking-intro p { font-size: .95rem; color: var(--muted); line-height: 1.85; margin-bottom: .5rem; }
.booking-intro a { color: var(--blue); }

/* Form sections */
.booking-form { grid-column: 1; }
.form-section {
  border: none; padding: 0; margin: 0 0 2.5rem;
}
.form-section-title {
  font-family: var(--fh); font-size: 1.3rem; font-weight: 400;
  color: var(--dk); padding: 0; margin-bottom: 1.5rem;
  padding-bottom: .75rem; border-bottom: 1px solid var(--line);
  width: 100%; display: block;
}
.form-group { margin-bottom: 1.25rem; }
.form-label {
  display: block; font-size: .72rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; color: var(--body); margin-bottom: .5rem;
}
.form-label .opt { font-weight: 400; text-transform: none; letter-spacing: 0; color: var(--faint); font-size: .78rem; }
.req { color: var(--blue); }
.form-input, .form-textarea, .form-select {
  width: 100%; padding: .875rem 1rem;
  font-family: var(--fb); font-size: .95rem; color: var(--body);
  background: var(--white); border: 1.5px solid var(--line);
  border-radius: 2px; transition: all .25s ease; appearance: none;
}
.form-input:focus, .form-textarea:focus, .form-select:focus {
  outline: none; border-color: var(--blue); background: var(--white);
  box-shadow: 0 0 0 3px rgba(92,139,165,.12);
}
.form-input.err, .form-textarea.err, .form-select.err { border-color: #B94040; background: #FDF5F5; }
.form-error { display: block; font-size: .78rem; color: #B94040; margin-top: .3rem; min-height: 1rem; }
.form-textarea { min-height: 130px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23AEA69E' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 1rem center;
  padding-right: 2.5rem; cursor: pointer;
}
.form-honeypot { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }
.form-note { font-size: .78rem; color: var(--faint); margin-top: .5rem; margin-bottom: 0; }
.form-note a { color: var(--blue); }

/* Checkbox */
.form-checkbox-group { padding: 1.25rem; background: var(--warm); border: 1px solid var(--line); border-radius: 2px; margin-bottom: 1.75rem; }
.form-checkbox-label { display: flex; gap: .875rem; align-items: flex-start; cursor: pointer; font-size: .88rem; color: var(--body); line-height: 1.7; }
.form-checkbox { width: 18px; height: 18px; min-width: 18px; margin-top: 2px; accent-color: var(--blue); cursor: pointer; }
.form-checkbox-label a { color: var(--blue); }

/* Submit */
.form-submit .btn { padding: 1.1rem 3rem; font-size: .78rem; }

/* Form success */
.form-success { text-align: center; padding: 3rem 2rem; background: var(--white); border: 1px solid var(--line); border-radius: 4px; margin-bottom: 2rem; }
.form-success-icon {
  width: 60px; height: 60px; background: var(--blue); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem;
}
.form-success h3 { font-family: var(--fh); font-size: 1.75rem; font-weight: 300; margin-bottom: .75rem; }
.form-success p  { color: var(--muted); font-size: .9rem; }

/* Sidebar */
.booking-sidebar { grid-column: 2; position: sticky; top: 6rem; display: flex; flex-direction: column; gap: 1.25rem; }
.emergency-box {
  background: var(--dk); border-radius: 4px; padding: 1.75rem;
  text-align: center;
}
.emergency-label { font-size: .62rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: rgba(255,255,255,.35); display: block; margin-bottom: .5rem; }
.emergency-phone { font-family: var(--fh); font-size: 2.1rem; font-weight: 300; color: #fff; display: block; margin-bottom: .5rem; }
.emergency-note  { font-size: .78rem; color: rgba(255,255,255,.35); margin: 0; }
.info-block { background: var(--white); border: 1px solid var(--line); border-radius: 4px; padding: 1.25rem 1.5rem; display: flex; gap: .875rem; align-items: flex-start; }
.info-block-text {}
.info-block-label { font-size: .6rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--blue); margin-bottom: .3rem; display: block; }
.info-block-value { font-family: var(--fh); font-size: 1.05rem; font-weight: 400; color: var(--dk); display: block; }
.info-block-value:hover { color: var(--blue); }
.info-block-sub { font-size: .78rem; color: var(--faint); margin-top: .2rem; display: block; }
.info-icon { width: 36px; height: 36px; min-width: 36px; background: var(--blue-lt); color: var(--blue); border-radius: 3px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

/* Responsive */
@media (max-width: 900px) {
  .booking-wrap { grid-template-columns: 1fr; gap: 3rem; }
  .booking-sidebar { position: static; grid-column: 1; }
  .booking-intro { grid-column: 1; }
}
@media (max-width: 600px) {
  .booking-wrap { padding: 0 1.25rem; }
  .form-row { grid-template-columns: 1fr; }
  .booking-section { padding: 3.5rem 0 4rem; }
}

/* ── 23. PRIVACY POLICY ── */
.privacy-wrap { max-width: 760px; margin: 0 auto; padding: 5.5rem 2.5rem; }
.privacy-wrap h2 { font-size: 1.5rem; font-weight: 400; margin: 2.5rem 0 .75rem; color: var(--dk); }
.privacy-wrap h3 { font-size: 1.15rem; font-weight: 500; margin: 1.75rem 0 .5rem; }
.privacy-wrap ul, .privacy-wrap ol { list-style: disc; padding-left: 1.5rem; margin-bottom: 1rem; }
.privacy-wrap li { margin-bottom: .4rem; font-size: .925rem; color: var(--muted); }
.privacy-wrap p  { font-size: .925rem; color: var(--muted); }
.privacy-wrap a  { color: var(--blue); }
.last-updated {
  display: inline-block; background: var(--blue-lt); color: var(--blue-dk);
  padding: .35rem .875rem; border-radius: 2px; font-size: .78rem; font-weight: 600; margin-bottom: 2rem;
}

/* ── 24. FOOTER ── */
.footer { background: #100E0A; }
.footer-top { padding: 5rem 0 4rem; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 3rem; }
.footer-brand-name {
  font-family: var(--fh); font-size: 1.1rem; font-weight: 300;
  color: rgba(255,255,255,.8); display: flex; align-items: center; gap: .5rem; margin-bottom: 1rem;
}
.footer-desc  { font-size: .8rem; color: rgba(255,255,255,.3); line-height: 1.85; margin-bottom: 1.5rem; }
.footer-ebox  { border: 1px solid rgba(255,255,255,.07); border-radius: 3px; padding: 1rem 1.1rem; }
.footer-ebox-label  { font-size: .56rem; letter-spacing: .22em; text-transform: uppercase; color: rgba(255,255,255,.25); margin-bottom: .3rem; display: block; }
.footer-ebox-phone  { font-family: var(--fh); font-size: 1.5rem; font-weight: 300; color: rgba(255,255,255,.8); display: block; }
.footer-ebox-phone:hover { color: rgba(255,255,255,1); }
.footer-col-head { font-size: .6rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: rgba(255,255,255,.3); margin-bottom: 1.1rem; }
.footer-links li { margin-bottom: .5rem; }
.footer-links a { font-size: .82rem; color: rgba(255,255,255,.3); transition: color var(--transition); }
.footer-links a:hover { color: rgba(255,255,255,.8); }
.footer-contact-row { display: flex; align-items: flex-start; gap: .625rem; margin-bottom: .75rem; }
.footer-contact-dash { width: 10px; height: 1px; background: rgba(255,255,255,.15); margin-top: .55rem; flex-shrink: 0; }
.footer-contact-row span, .footer-contact-row a { font-size: .8rem; color: rgba(255,255,255,.3); }
.footer-contact-row a:hover { color: rgba(255,255,255,.8); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.05); padding: 1.25rem 0; }
.footer-bottom-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: .75rem; }
.footer-copy  { font-size: .72rem; color: rgba(255,255,255,.18); }
.footer-legal { display: flex; gap: 1.25rem; }
.footer-legal a { font-size: .72rem; color: rgba(255,255,255,.18); transition: color var(--transition); }
.footer-legal a:hover { color: rgba(255,255,255,.65); }

/* ── 25. WHATSAPP ── */
.wa-btn {
  position: fixed; bottom: 1.75rem; right: 1.75rem; z-index: 800;
  width: 52px; height: 52px; background: #25D366; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 18px rgba(37,211,102,.4); text-decoration: none;
  transition: all .2s;
  animation: waPulse 3s infinite;
}
.wa-btn:hover { transform: scale(1.1); animation: none; box-shadow: 0 6px 24px rgba(37,211,102,.55); }
.wa-btn svg { width: 26px; height: 26px; fill: #fff; }
@keyframes waPulse {
  0%  { box-shadow: 0 4px 18px rgba(37,211,102,.4); }
  60% { box-shadow: 0 4px 18px rgba(37,211,102,.4), 0 0 0 12px rgba(37,211,102,.08); }
  100%{ box-shadow: 0 4px 18px rgba(37,211,102,.4); }
}

/* ── 26. COOKIE BANNER ── */
.cookie-banner {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 900;
  background: var(--dk); padding: 1.1rem 0;
  transform: translateY(100%); transition: transform .4s ease;
  box-shadow: 0 -4px 20px rgba(0,0,0,.2);
}
.cookie-banner.show { transform: translateY(0); }
.cookie-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.cookie-text { font-size: .82rem; color: rgba(255,255,255,.7); margin: 0; flex: 1; min-width: 200px; }
.cookie-text a { color: #A0C4D8; text-decoration: underline; }
.cookie-btns { display: flex; gap: .625rem; flex-shrink: 0; }
.cookie-accept {
  padding: .575rem 1.375rem; background: var(--blue); color: #fff;
  border: none; border-radius: 2px; font-family: var(--fb); font-size: .78rem; font-weight: 700;
  cursor: pointer; transition: background var(--transition);
}
.cookie-accept:hover { background: var(--blue-dk); }
.cookie-decline {
  padding: .575rem 1.375rem; background: transparent; color: rgba(255,255,255,.6);
  border: 1px solid rgba(255,255,255,.2); border-radius: 2px;
  font-family: var(--fb); font-size: .78rem; font-weight: 600;
  cursor: pointer; transition: all var(--transition);
}
.cookie-decline:hover { border-color: rgba(255,255,255,.55); color: #fff; }

/* ── 27. SCROLL REVEAL ── */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity .75s cubic-bezier(0.22, 1, 0.36, 1), transform .75s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

/* Delay classes */
.reveal.d1 { transition-delay: .1s; }
.reveal.d2 { transition-delay: .2s; }
.reveal.d3 { transition-delay: .3s; }
.reveal.d4 { transition-delay: .4s; }
.reveal.d5 { transition-delay: .5s; }

/* Directional variants */
.reveal-left  { opacity: 0; transform: translateX(-36px); transition: opacity .8s cubic-bezier(0.22, 1, 0.36, 1), transform .8s cubic-bezier(0.22, 1, 0.36, 1); }
.reveal-left.visible  { opacity: 1; transform: translateX(0); }
.reveal-right { opacity: 0; transform: translateX(36px);  transition: opacity .8s cubic-bezier(0.22, 1, 0.36, 1), transform .8s cubic-bezier(0.22, 1, 0.36, 1); }
.reveal-right.visible { opacity: 1; transform: translateX(0); }
.reveal-scale { opacity: 0; transform: scale(0.96); transition: opacity .7s cubic-bezier(0.22, 1, 0.36, 1), transform .7s cubic-bezier(0.22, 1, 0.36, 1); }
.reveal-scale.visible { opacity: 1; transform: scale(1); }

/* Nav reveal on load */
.nav { animation: navDrop .6s cubic-bezier(0.22, 1, 0.36, 1) both; }
@keyframes navDrop { from { opacity: 0; transform: translateY(-12px); } to { opacity: 1; transform: translateY(0); } }

/* Nav scrolled state — frosted look */
.nav.scrolled {
  background: rgba(250,250,248,.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 var(--blue-mid), 0 4px 24px rgba(22,18,16,.06);
}

/* Hero elements staggered entrance */
.hero-eyebrow  { animation: fadeUp .7s .15s cubic-bezier(0.22,1,0.36,1) both; }
.hero h1       { animation: fadeUp .8s .28s cubic-bezier(0.22,1,0.36,1) both; }
.hero-rule     { animation: fadeUp .7s .42s cubic-bezier(0.22,1,0.36,1) both; }
.hero-tagline  { animation: fadeUp .7s .52s cubic-bezier(0.22,1,0.36,1) both; }
.hero-btns     { animation: fadeUp .7s .62s cubic-bezier(0.22,1,0.36,1) both; }
.hero-phone-label, .hero-phone { animation: fadeUp .6s .72s cubic-bezier(0.22,1,0.36,1) both; }
.hero-photo    { animation: revealPhoto 1.1s .1s cubic-bezier(0.22,1,0.36,1) both; }

/* Trust bar slide in */
.trust { animation: fadeUp .6s .9s cubic-bezier(0.22,1,0.36,1) both; }

/* Pullquote scale-in */
.pullquote blockquote { opacity: 0; transform: scale(0.97) translateY(16px); transition: opacity .9s cubic-bezier(0.22,1,0.36,1), transform .9s cubic-bezier(0.22,1,0.36,1); }
.pullquote blockquote.visible { opacity: 1; transform: scale(1) translateY(0); }

/* Reason cards stagger */
.reason { transition: opacity .7s cubic-bezier(0.22,1,0.36,1), transform .7s cubic-bezier(0.22,1,0.36,1), box-shadow .22s ease; }
.reason:hover { transform: translateY(-4px) !important; box-shadow: 0 8px 32px rgba(22,18,16,.08); }

/* Intro media slide */
.intro-media { opacity: 0; transform: translateX(-28px); transition: opacity .9s cubic-bezier(0.22,1,0.36,1), transform .9s cubic-bezier(0.22,1,0.36,1); }
.intro-media.visible { opacity: 1; transform: translateX(0); }

/* Section line wipe */
.rule-line { transform-origin: left; transform: scaleX(0); transition: transform .7s .2s cubic-bezier(0.22,1,0.36,1); }
.reveal.visible .rule-line, .rule.visible .rule-line { transform: scaleX(1); }

/* ── 28. ANIMATIONS ── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes revealPhoto { from { opacity: 0; transform: scale(1.04); } to { opacity: 1; transform: scale(1); } }

/* ── 29. RESPONSIVE — TABLET ≤ 1024px ── */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .reasons-grid { grid-template-columns: repeat(2,1fr); }
  .reason { border-bottom: 1px solid rgba(92,139,165,.2); }
  .reason:nth-child(2) { border-right: none; }
  .reason:nth-child(3) { border-right: 1px solid rgba(92,139,165,.2); }
  .reason:nth-child(4) { border-right: none; border-bottom: none; }
  .reason:nth-child(3) { border-bottom: none; }
  .faq-grid { grid-template-columns: 1fr 1.4fr; gap: 3rem; }
  .contact-layout { grid-template-columns: 1fr 1.2fr; gap: 3rem; }
  .hero-text { padding: 4rem 3rem; }
}

/* ── 30. RESPONSIVE — MOBILE ≤ 768px ── */
@media (max-width: 768px) {
  :root { --nav-h: 60px; --topbar-h: 36px; }

  .hamburger { display: flex; }
  .nav-links  { display: none; }
  .nav { padding: 0 1.25rem; }

  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-photo { height: 52vw; min-height: 240px; }
  .hero-text  { padding: 3rem 1.5rem 3.5rem; }
  .hero h1 { font-size: clamp(2rem, 7vw, 3rem); }
  .hero-btns { flex-direction: row; flex-wrap: wrap; }
  .hero-btns .btn { flex: 1; min-width: 0; font-size: .68rem; padding: .8rem 1rem; }
  .hero-phone { font-size: 1.5rem; }

  .intro { grid-template-columns: 1fr; }
  .intro-media { height: 60vw; min-height: 220px; }
  .intro-copy  { padding: 2.75rem 1.5rem; }

  .svc-row, .svc-row-rev { grid-template-columns: 1fr; min-height: auto; }
  .svc-photo { height: 56vw; min-height: 240px; }
  .svc-row-rev .svc-photo { order: -1; }
  .svc-row-rev .svc-body  { order: 0; }
  .svc-body { padding: 2.5rem 1.5rem; }
  .svc-price { font-size: 2.5rem; }

  .pullquote { padding: 4.5rem 1.5rem; }

  .reasons { padding: 4rem 0; }
  .reasons-head { margin-bottom: 2.5rem; }
  .reasons-grid { grid-template-columns: repeat(2,1fr); }
  .reason { padding: 1.75rem 1.25rem; }

  .faq-section { padding: 4rem 0; }
  .faq-grid { grid-template-columns: 1fr; gap: 2.5rem; }

  .contact-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form-wrap { padding: 1.75rem; }

  .cta-strip { padding: 4.5rem 1.5rem; }
  .cta-phone { font-size: 2.25rem; }

  .page-hero { min-height: 40vh; }
  .page-hero-body { padding: 3rem 0 2.5rem; }

  .prose-section { padding: 3.5rem 0; }

  .pkg-head { grid-template-columns: 1fr; gap: 1rem; }
  .pkg-price-from, .pkg-price-amount, .pkg-price-note { text-align: left; }
  .pkg-grid { grid-template-columns: 1fr; }
  .pkg-item { border-right: none !important; }
  .pkg-item:nth-last-child(-n + 2) { border-bottom: 1px solid var(--line) !important; }
  .pkg-item:last-child { border-bottom: none !important; }
  .pkg-body, .pkg-head { padding: 1.75rem; }

  .addons-grid { grid-template-columns: 1fr; }
  .addon { border-right: none; }
  .addon:nth-child(3), .addon:nth-child(4) { border-bottom: 1px solid var(--line); }
  .addon:last-child { border-bottom: none; }

  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom-inner { flex-direction: column; text-align: center; }
  .footer-legal { justify-content: center; }
  .footer-top { padding: 3.5rem 0 2.5rem; }

  .trust-inner { gap: .375rem 1.5rem; }
  .trust-item { font-size: .62rem; }

  .wrap, .wrap-md, .wrap-sm { padding: 0 1.25rem; }

  .cookie-inner { flex-direction: column; align-items: flex-start; }
  .cookie-btns  { width: 100%; }
  .cookie-accept, .cookie-decline { flex: 1; text-align: center; }

  .wa-btn { bottom: 1.25rem; right: 1.25rem; width: 48px; height: 48px; }
  .wa-btn svg { width: 24px; height: 24px; }
}

/* ── 31. RESPONSIVE — SMALL ≤ 480px ── */
@media (max-width: 480px) {
  .reasons-grid { grid-template-columns: 1fr; }
  .reason:nth-child(3) { border-right: none; }
  .hero-btns { flex-direction: column; }
  .hero-btns .btn { width: 100%; }
  .pullquote blockquote { font-size: 1.35rem; }
  .svc-body { padding: 2rem 1.25rem; }
  .privacy-wrap { padding: 3rem 1.25rem; }
}

/* ── 32. PRINT ── */
@media print {
  .nav, .topbar, .wa-btn, .cookie-banner, .cta-strip { display: none !important; }
  body { padding-top: 0 !important; }
  .hero { display: block; background: none; min-height: auto; }
  .hero-photo { display: none; }
  .hero-text { padding: 2rem 0; background: none; }
}


