/*
Theme Name: GUDE Canada
Theme URI: https://gudecanada.com/
Author: DP Webdesign
Description: A fast, accessible pre-launch theme for GUDE Canada.
Version: 1.0.0
Text Domain: gude-canada
Requires at least: 6.7
Requires PHP: 8.1
*/

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --red: #d52b1e;
  --red-dark: #af2016;
  --red-soft: #fff0ee;
  --green: #34745a;
  --green-dark: #245641;
  --green-soft: #edf7f1;
  --ink: #19231f;
  --ink-soft: #48534e;
  --muted: #6d7772;
  --line: #dfe5e1;
  --cloud: #f5f7f6;
  --warm: #faf7f2;
  --white: #fff;
  --shadow-sm: 0 10px 32px rgba(25, 35, 31, 0.07);
  --shadow-lg: 0 28px 80px rgba(25, 35, 31, 0.14);
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 36px;
  --container: 1240px;
  --header: 82px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 20px); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
p { margin: 0 0 1.2rem; }
h1, h2, h3, h4 { margin: 0; color: var(--ink); line-height: 1.08; letter-spacing: -0.045em; }
h1 { font-size: clamp(3rem, 8.5vw, 6.35rem); font-weight: 760; }
h2 { font-size: clamp(2.35rem, 5vw, 4.6rem); font-weight: 740; }
h3 { font-size: 1.2rem; font-weight: 720; letter-spacing: -0.025em; }
h1 em, h2 em { color: var(--red); font-style: normal; }
::selection { color: var(--white); background: var(--red); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 96px 0; }
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; z-index: 9999; top: 12px; left: 12px; transform: translateY(-160%);
  padding: 10px 18px; color: var(--white); background: var(--ink); border-radius: 9px;
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid rgba(213, 43, 30, .55); outline-offset: 4px; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

.eyebrow {
  display: flex; align-items: center; gap: 10px; margin: 0 0 20px;
  color: var(--green); font-size: .72rem; font-weight: 800; letter-spacing: .17em; line-height: 1.3; text-transform: uppercase;
}
.eyebrow > span { width: 26px; height: 2px; background: currentColor; border-radius: 4px; }
.eyebrow-light { color: #fff; }
.eyebrow-center { justify-content: center; }
.section-copy .lead, .section-heading > p, .center-heading > p, .faq-intro > p {
  color: var(--ink-soft); font-size: clamp(1.02rem, 1.5vw, 1.18rem); line-height: 1.75;
}

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 14px;
  min-height: 54px; padding: 14px 24px; border: 2px solid var(--red); border-radius: 999px;
  color: var(--white); background: var(--red); box-shadow: 0 10px 24px rgba(213, 43, 30, .2);
  font-size: .92rem; font-weight: 800; line-height: 1.2; cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
}
.button:hover { transform: translateY(-2px); background: var(--red-dark); border-color: var(--red-dark); box-shadow: 0 15px 30px rgba(213, 43, 30, .26); }
.button span { font-size: 1.25rem; line-height: .8; transition: transform .25s ease; }
.button:hover span { transform: translateX(3px); }
.button-small { min-height: 44px; padding: 11px 19px; font-size: .8rem; }
.button-ghost { color: var(--white); background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.72); box-shadow: none; backdrop-filter: blur(8px); }
.button-ghost:hover { color: var(--ink); background: var(--white); border-color: var(--white); box-shadow: none; }
.button-white { color: var(--red); background: var(--white); border-color: var(--white); box-shadow: 0 14px 34px rgba(56, 9, 4, .18); }
.button-white:hover { color: var(--red-dark); background: #fff7f6; border-color: #fff7f6; }
.button-block { width: 100%; }
.button-group { display: flex; flex-wrap: wrap; gap: 12px; }

.site-header {
  position: fixed; z-index: 1000; top: 0; right: 0; left: 0;
  height: var(--header); color: var(--white); border-bottom: 1px solid transparent;
  transition: height .25s ease, color .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled { height: 70px; color: var(--ink); background: rgba(255,255,255,.95); border-color: rgba(25,35,31,.08); box-shadow: 0 8px 30px rgba(25,35,31,.07); backdrop-filter: blur(18px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.brand-mark { display: grid; width: 42px; height: 42px; place-items: center; color: var(--white); background: var(--red); border-radius: 13px; box-shadow: 0 7px 18px rgba(213,43,30,.22); }
.brand-mark svg { width: 25px; height: 25px; fill: currentColor; }
.brand-copy { display: flex; flex-direction: column; line-height: .92; letter-spacing: -.035em; }
.brand-copy strong { font-size: 1.3rem; font-weight: 800; }
.brand-copy small { margin-top: 5px; font-size: .62rem; font-weight: 700; letter-spacing: .21em; text-transform: uppercase; }
.primary-navigation { display: none; }
.nav-toggle {
  position: relative; z-index: 3; display: grid; width: 46px; height: 46px; padding: 12px;
  gap: 4px; border: 1px solid rgba(255,255,255,.35); border-radius: 13px; color: inherit; background: rgba(255,255,255,.08); cursor: pointer;
}
.site-header.is-scrolled .nav-toggle { border-color: var(--line); background: var(--white); }
.nav-toggle span:not(.screen-reader-text) { display: block; width: 100%; height: 2px; margin: auto; background: currentColor; border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.primary-navigation.is-open {
  position: fixed; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px;
  padding: 90px 28px 40px; color: var(--ink); background: rgba(255,255,255,.985);
}
.primary-navigation.is-open > a:not(.button) { padding: 8px 15px; font-size: clamp(1.35rem, 5vw, 2rem); font-weight: 700; }
.primary-navigation.is-open .button { margin-top: 18px; }

.hero { position: relative; display: flex; min-height: 780px; overflow: hidden; align-items: center; color: var(--white); background: #18231e; isolation: isolate; }
.hero-media, .hero-media::after { position: absolute; inset: 0; }
.hero-media { z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 60% center; }
.hero-media::after {
  content: ""; background: linear-gradient(90deg, rgba(12,24,19,.93) 0%, rgba(12,24,19,.78) 42%, rgba(12,24,19,.26) 72%, rgba(12,24,19,.14) 100%), linear-gradient(0deg, rgba(12,24,19,.42), transparent 45%);
}
.hero-inner { position: relative; z-index: 1; padding-top: calc(var(--header) + 54px); padding-bottom: 78px; }
.hero-content { max-width: 780px; }
.hero h1 { max-width: 750px; color: var(--white); text-wrap: balance; }
.hero h1 em { display: inline-block; color: #ff7a6f; }
.hero-lead { margin: 28px 0 34px; color: rgba(255,255,255,.86); font-size: clamp(1.08rem, 2vw, 1.36rem); line-height: 1.65; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 38px; color: rgba(255,255,255,.84); font-size: .78rem; font-weight: 700; letter-spacing: .015em; }
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero-trust i { display: grid; width: 20px; height: 20px; place-items: center; color: #d6f5df; background: rgba(66,145,105,.45); border: 1px solid rgba(214,245,223,.32); border-radius: 50%; font-size: .65rem; font-style: normal; }
.scroll-cue { position: absolute; right: 0; bottom: 28px; left: 0; display: grid; width: 28px; height: 45px; margin: auto; place-items: start center; border: 1px solid rgba(255,255,255,.5); border-radius: 20px; }
.scroll-cue span { width: 4px; height: 8px; margin-top: 8px; background: var(--white); border-radius: 3px; animation: scrollCue 1.9s infinite; }
@keyframes scrollCue { 0% { transform: translateY(0); opacity: 1; } 70% { transform: translateY(17px); opacity: 0; } 100% { opacity: 0; } }

.about-section { position: relative; overflow: hidden; background: var(--white); }
.about-section::before { content: ""; position: absolute; top: 50%; left: -180px; width: 360px; height: 360px; background: radial-gradient(circle, rgba(213,43,30,.08), transparent 69%); transform: translateY(-50%); }
.split-grid { display: grid; gap: 56px; align-items: center; }
.section-copy h2 { margin-bottom: 30px; }
.section-copy > p:not(.eyebrow) { color: var(--ink-soft); font-size: 1.02rem; }
.origin-note { display: flex; max-width: 370px; margin-top: 32px; padding: 18px 20px; gap: 15px; align-items: center; background: var(--red-soft); border: 1px solid #ffdad5; border-radius: var(--radius-sm); }
.origin-note > span { font-size: 1.55rem; }
.origin-note p { margin: 0; color: var(--ink-soft); font-size: .88rem; line-height: 1.5; }
.origin-note strong { color: var(--ink); }
.community-visual { position: relative; min-height: 450px; overflow: hidden; background: linear-gradient(135deg, #f8f5ef, #eef6f1); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.community-visual::before { content: ""; position: absolute; inset: 12%; background: radial-gradient(circle, rgba(213,43,30,.08), transparent 65%); }
.visual-orbit { position: absolute; top: 50%; left: 50%; border: 1px dashed rgba(52,116,90,.28); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit-one { width: 270px; height: 270px; }
.orbit-two { width: 410px; height: 410px; }
.neighbour-card { position: absolute; display: flex; min-width: 156px; padding: 12px 14px; gap: 10px; align-items: center; background: rgba(255,255,255,.92); border: 1px solid rgba(255,255,255,.9); border-radius: 17px; box-shadow: var(--shadow-sm); backdrop-filter: blur(10px); }
.neighbour-card > span, .quote-person > span { display: grid; flex: 0 0 auto; width: 43px; height: 43px; place-items: center; color: var(--white); background: var(--green); border-radius: 50%; font-size: .72rem; font-weight: 800; }
.neighbour-card p, .quote-person p { margin: 0; line-height: 1.35; }
.neighbour-card strong, .quote-person strong { display: block; font-size: .82rem; }
.neighbour-card small, .quote-person small { color: var(--muted); font-size: .64rem; }
.neighbour-one { top: 16%; left: 8%; }
.neighbour-two { right: 7%; bottom: 14%; }
.neighbour-two > span { background: var(--red); }
.neighbour-three { right: 7%; top: 18%; }
.neighbour-three > span { background: #c28f44; }
.visual-heart { position: absolute; top: 50%; left: 50%; display: grid; width: 128px; height: 128px; place-items: center; color: var(--red); background: var(--white); border: 1px solid #ffe0dc; border-radius: 36px; box-shadow: 0 22px 46px rgba(213,43,30,.18); transform: translate(-50%,-50%) rotate(-4deg); }
.visual-heart svg { width: 43px; height: 43px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.visual-heart small { margin-top: -25px; color: var(--ink); font-size: .66rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

.services-section { background: var(--cloud); }
.section-heading { display: grid; margin-bottom: 48px; gap: 24px; }
.section-heading h2 { max-width: 780px; }
.section-heading > p { max-width: 520px; align-self: end; }
.services-grid { display: grid; gap: 14px; }
.service-card { position: relative; min-height: 238px; overflow: hidden; padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.service-card::after { content: ""; position: absolute; right: -50px; bottom: -50px; width: 120px; height: 120px; background: var(--red-soft); border-radius: 50%; opacity: 0; transition: opacity .3s ease, transform .3s ease; }
.service-card:hover { z-index: 1; transform: translateY(-6px); border-color: #f2b9b3; box-shadow: var(--shadow-lg); }
.service-card:hover::after { opacity: 1; transform: scale(1.25); }
.service-icon { display: grid; width: 52px; height: 52px; margin-bottom: 28px; place-items: center; color: var(--red); background: var(--red-soft); border-radius: 16px; transition: color .3s ease, background .3s ease; }
.service-card:hover .service-icon { color: var(--white); background: var(--red); }
.service-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin-bottom: 10px; }
.service-card p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.65; }
.card-arrow { position: absolute; top: 28px; right: 28px; color: var(--line); font-size: 1.2rem; transition: color .3s ease, transform .3s ease; }
.service-card:hover .card-arrow { color: var(--red); transform: translate(2px,-2px); }

.center-heading { max-width: 780px; margin: 0 auto 54px; text-align: center; }
.center-heading > p:not(.eyebrow) { max-width: 650px; margin: 24px auto 0; }
.process-timeline { position: relative; display: grid; margin: 0; padding: 0; gap: 30px; list-style: none; counter-reset: steps; }
.process-timeline::before { content: ""; position: absolute; top: 55px; bottom: 55px; left: 32px; border-left: 2px dashed #d5ddd8; }
.process-timeline li { position: relative; display: grid; min-height: 105px; padding-left: 92px; align-content: center; }
.step-number { position: absolute; top: 1px; left: 0; color: #b7c1bc; font-size: .68rem; font-weight: 800; letter-spacing: .12em; }
.step-icon { position: absolute; z-index: 1; top: 25px; left: 5px; display: grid; width: 56px; height: 56px; place-items: center; color: var(--green); background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-sm); }
.step-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.process-timeline h3 { margin-bottom: 7px; }
.process-timeline p { margin: 0; color: var(--muted); font-size: .9rem; }
.prelaunch-note { display: flex; max-width: 790px; margin: 42px auto 0; padding: 14px 18px; gap: 12px; align-items: flex-start; color: var(--ink-soft); background: var(--green-soft); border: 1px solid #cce5d7; border-radius: 14px; font-size: .78rem; line-height: 1.55; }
.prelaunch-note span { display: grid; flex: 0 0 auto; width: 20px; height: 20px; place-items: center; color: var(--white); background: var(--green); border-radius: 50%; font-family: Georgia, serif; font-size: .7rem; font-weight: 700; }

.become-section { position: relative; overflow: hidden; padding: 94px 0; color: var(--white); background: var(--red); isolation: isolate; }
.become-section::after { content: ""; position: absolute; z-index: -1; top: -180px; right: -90px; width: 520px; height: 520px; border: 90px solid rgba(255,255,255,.06); border-radius: 50%; }
.become-pattern { position: absolute; z-index: -1; inset: 0; opacity: .1; background-image: radial-gradient(#fff 1px, transparent 1px); background-size: 22px 22px; }
.become-grid { display: grid; gap: 48px; }
.become-copy h2 { margin-bottom: 27px; color: var(--white); }
.become-copy h2 em { color: #ffc6c1; }
.become-copy > p:not(.eyebrow) { max-width: 650px; margin-bottom: 32px; color: rgba(255,255,255,.84); font-size: 1.07rem; }
.become-points { display: grid; gap: 12px; }
.become-points > div { display: flex; padding: 18px; gap: 14px; align-items: flex-start; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.15); border-radius: 18px; backdrop-filter: blur(8px); }
.become-points > div > span { display: grid; flex: 0 0 auto; width: 27px; height: 27px; place-items: center; color: var(--red); background: var(--white); border-radius: 50%; font-size: .72rem; font-weight: 900; }
.become-points p { margin: 0; line-height: 1.45; }
.become-points strong { display: block; color: var(--white); font-size: .91rem; }
.become-points small { color: rgba(255,255,255,.7); font-size: .75rem; }

.why-section { background: var(--white); }
.why-grid { display: grid; gap: 15px; }
.why-card { padding: 30px 26px; text-align: center; background: var(--warm); border: 1px solid #ece7df; border-radius: var(--radius); transition: transform .3s ease, background .3s ease, box-shadow .3s ease; }
.why-card:hover { transform: translateY(-5px); background: var(--white); box-shadow: var(--shadow-lg); }
.why-card svg { width: 36px; height: 36px; margin: 0 auto 22px; fill: none; stroke: var(--red); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.why-card h3 { margin-bottom: 10px; }
.why-card p { margin: 0; color: var(--muted); font-size: .86rem; }

.testimonials-section { background: var(--cloud); }
.testimonial-grid { display: grid; gap: 16px; }
.testimonial-card { display: flex; min-height: 340px; padding: 30px; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.testimonial-card.featured { color: var(--white); background: var(--green-dark); border-color: var(--green-dark); }
.stars { color: #dfa329; font-size: .85rem; letter-spacing: .17em; }
.testimonial-card blockquote { margin: 26px 0 32px; color: var(--ink); font-size: 1.05rem; font-weight: 620; line-height: 1.72; }
.testimonial-card.featured blockquote { color: var(--white); }
.quote-person { display: flex; margin-top: auto; gap: 12px; align-items: center; }
.testimonial-card.featured .quote-person > span { color: var(--green-dark); background: var(--white); }
.testimonial-card.featured .quote-person small { color: rgba(255,255,255,.62); }

.waitlist-section { position: relative; overflow: hidden; padding: 105px 0; color: var(--white); background: #18251f; }
.waitlist-section::before { content: ""; position: absolute; top: -140px; left: -120px; width: 420px; height: 420px; background: rgba(213,43,30,.18); filter: blur(90px); border-radius: 50%; }
.waitlist-section::after { content: ""; position: absolute; right: -140px; bottom: -190px; width: 470px; height: 470px; background: rgba(52,116,90,.28); filter: blur(95px); border-radius: 50%; }
.waitlist-grid { position: relative; z-index: 1; display: grid; gap: 52px; align-items: center; }
.waitlist-copy h2 { color: var(--white); }
.waitlist-copy h2 em { color: #ff8379; }
.waitlist-copy > p:not(.eyebrow) { margin: 27px 0; color: rgba(255,255,255,.75); font-size: 1.05rem; }
.waitlist-copy ul { display: grid; margin: 0; padding: 0; gap: 12px; list-style: none; }
.waitlist-copy li { display: flex; gap: 10px; color: rgba(255,255,255,.78); font-size: .9rem; }
.waitlist-copy li span { color: #9ee1ba; font-weight: 900; }
.waitlist-card { padding: 28px; color: var(--ink); background: var(--white); border-radius: var(--radius-lg); box-shadow: 0 34px 90px rgba(0,0,0,.28); }
.waitlist-form { display: grid; gap: 9px; }
.waitlist-form label:not(.check-label) { margin-top: 7px; font-size: .75rem; font-weight: 800; }
.waitlist-form input[type="text"], .waitlist-form input[type="email"], .waitlist-form select {
  width: 100%; min-height: 52px; padding: 12px 15px; color: var(--ink); background: #fafcfb; border: 1px solid #d7ded9; border-radius: 12px; outline: 0;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.waitlist-form input:focus, .waitlist-form select:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(52,116,90,.12); }
.check-label { display: flex; margin: 13px 0 8px; gap: 10px; align-items: flex-start; color: var(--ink-soft); font-size: .72rem; line-height: 1.5; }
.check-label input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--green); }
.form-privacy { margin: 8px 0 0; color: var(--muted); font-size: .68rem; text-align: center; }
.form-privacy a { color: var(--green); text-decoration: underline; text-underline-offset: 2px; }
.honeypot { position: absolute !important; left: -9999px !important; }
.form-success { display: flex; margin-bottom: 18px; padding: 15px; gap: 12px; color: var(--green-dark); background: var(--green-soft); border: 1px solid #c9e3d4; border-radius: 14px; }
.form-success > span { display: grid; flex: 0 0 auto; width: 28px; height: 28px; place-items: center; color: var(--white); background: var(--green); border-radius: 50%; font-size: .75rem; }
.form-success p { margin: 2px 0 0; color: var(--ink-soft); font-size: .76rem; }
.form-error { margin-bottom: 18px; padding: 15px; color: #7f1d17; background: var(--red-soft); border: 1px solid #f2c4bf; border-radius: 14px; }
.form-error p { margin: 3px 0 0; color: var(--ink-soft); font-size: .76rem; }

.faq-section { background: var(--white); }
.faq-grid { display: grid; gap: 45px; }
.faq-intro h2 { margin-bottom: 25px; }
.faq-intro > a { display: inline-flex; margin-top: 16px; color: var(--red); font-size: .84rem; font-weight: 800; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 21px 52px 21px 0; font-weight: 760; line-height: 1.4; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; top: 50%; right: 10px; width: 16px; height: 2px; background: var(--red); transition: transform .25s ease; }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { max-width: 700px; margin: -4px 46px 22px 0; color: var(--muted); font-size: .88rem; }

.final-cta { padding: 44px 0; background: var(--red); }
.final-cta-inner { display: grid; gap: 24px; align-items: center; color: var(--white); text-align: center; }
.final-mark { display: grid; width: 58px; height: 58px; margin-inline: auto; place-items: center; color: var(--red); background: var(--white); border-radius: 18px; font-size: 1.7rem; font-weight: 800; transform: rotate(-5deg); }
.final-cta p { margin: 0 0 3px; color: #ffd1cd; font-size: .7rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.final-cta h2 { color: var(--white); font-size: clamp(1.6rem, 3.5vw, 2.5rem); }

.site-footer { padding: 78px 0 0; color: rgba(255,255,255,.7); background: #111a16; }
.footer-grid { display: grid; gap: 45px; }
.brand-light { color: var(--white); }
.footer-brand > p { max-width: 330px; margin-top: 22px; font-size: .85rem; }
.footer-email { color: var(--white); font-size: .8rem; font-weight: 700; }
.footer-links { display: grid; align-content: start; gap: 10px; }
.footer-links h2, .footer-newsletter h2 { margin-bottom: 8px; color: var(--white); font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; }
.footer-links a, .footer-links span { font-size: .79rem; transition: color .2s ease; }
.footer-links a:hover { color: var(--white); }
.footer-links small { margin-left: 4px; color: #8ca096; font-size: .58rem; text-transform: uppercase; }
.footer-newsletter p { font-size: .8rem; }
.newsletter-form { display: flex; max-width: 350px; padding: 5px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13); border-radius: 999px; }
.newsletter-form input[type="email"] { min-width: 0; padding: 8px 12px; flex: 1; color: var(--white); background: transparent; border: 0; outline: 0; font-size: .78rem; }
.newsletter-form input::placeholder { color: rgba(255,255,255,.42); }
.newsletter-form button { display: grid; flex: 0 0 auto; width: 40px; height: 40px; place-items: center; color: var(--white); background: var(--red); border: 0; border-radius: 50%; cursor: pointer; }
.newsletter-form input[type="hidden"] { display: none; }
.footer-bottom { display: flex; margin-top: 58px; padding: 22px 0; gap: 20px; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); font-size: .67rem; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 15px; }
.footer-bottom a:hover { color: var(--white); }

.content-page { min-height: 75vh; padding: calc(var(--header) + 85px) 0 100px; background: var(--cloud); }
.content-narrow { max-width: 840px; }
.content-page article { padding: clamp(28px, 6vw, 64px); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.content-page h1 { margin-bottom: 35px; font-size: clamp(2.6rem, 6vw, 4.6rem); }
.entry-content { color: var(--ink-soft); }
.entry-content h2 { margin: 2em 0 .7em; font-size: 1.75rem; }
.entry-content h3 { margin: 1.8em 0 .6em; }
.entry-content a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }
.entry-content ul { padding-left: 1.2rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.22,.61,.36,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.services-grid .reveal:nth-child(2), .why-grid .reveal:nth-child(2), .testimonial-grid .reveal:nth-child(2) { transition-delay: .07s; }
.services-grid .reveal:nth-child(3), .why-grid .reveal:nth-child(3), .testimonial-grid .reveal:nth-child(3) { transition-delay: .14s; }
.services-grid .reveal:nth-child(4), .why-grid .reveal:nth-child(4) { transition-delay: .21s; }

@media (min-width: 620px) {
  .container { width: min(calc(100% - 64px), var(--container)); }
  .section { padding: 120px 0; }
  .services-grid, .why-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .testimonial-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .testimonial-card:last-child { grid-column: 1 / -1; }
  .waitlist-card { padding: 38px; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (min-width: 840px) {
  .split-grid { grid-template-columns: .95fr 1.05fr; gap: 80px; }
  .section-heading { grid-template-columns: 1.15fr .85fr; align-items: end; }
  .process-timeline { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
  .process-timeline::before { top: 54px; right: 10%; bottom: auto; left: 10%; border-top: 2px dashed #d5ddd8; border-left: 0; }
  .process-timeline li { min-height: 230px; padding: 0 12px; align-content: start; text-align: center; }
  .step-number { top: 0; left: 12px; }
  .step-icon { position: relative; top: auto; left: auto; width: 68px; height: 68px; margin: 22px auto 28px; }
  .become-grid { grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: center; }
  .waitlist-grid { grid-template-columns: 1.05fr .95fr; gap: 90px; }
  .faq-grid { grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
  .faq-intro { position: sticky; top: 110px; }
  .final-cta-inner { grid-template-columns: auto 1fr auto; text-align: left; }
  .final-mark { margin: 0; }
  .footer-grid { grid-template-columns: 1.3fr .65fr .7fr 1.25fr; gap: 50px; }
}

@media (min-width: 960px) {
  :root { --header: 92px; }
  .nav-toggle { display: none; }
  .primary-navigation { display: flex; gap: clamp(12px, 1.7vw, 27px); align-items: center; }
  .primary-navigation > a:not(.button) { position: relative; padding: 9px 0; font-size: .74rem; font-weight: 730; }
  .primary-navigation > a:not(.button)::after { content: ""; position: absolute; right: 0; bottom: 3px; left: 0; height: 2px; background: var(--red); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
  .primary-navigation > a:not(.button):hover::after { transform: scaleX(1); transform-origin: left; }
  .site-header:not(.is-scrolled) .primary-navigation > a:not(.button)::after { background: var(--white); }
  .hero { min-height: min(900px,100vh); }
  .hero-media img { object-position: center; }
  .hero-media::after { background: linear-gradient(90deg, rgba(12,24,19,.9) 0%, rgba(12,24,19,.72) 37%, rgba(12,24,19,.18) 67%, rgba(12,24,19,.08) 100%), linear-gradient(0deg, rgba(12,24,19,.38), transparent 42%); }
  .hero-content { max-width: 720px; }
  .services-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .why-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .testimonial-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .testimonial-card:last-child { grid-column: auto; }
}

@media (max-width: 480px) {
  .hero { min-height: 760px; }
  .hero-media img { object-position: 69% center; }
  .hero-media::after { background: linear-gradient(90deg, rgba(12,24,19,.92), rgba(12,24,19,.58)), linear-gradient(0deg, rgba(12,24,19,.62), transparent 60%); }
  .button-group { align-items: stretch; flex-direction: column; }
  .button-group .button { width: 100%; }
  .community-visual { min-height: 390px; }
  .orbit-two { width: 330px; height: 330px; }
  .neighbour-card { min-width: 135px; padding: 9px; }
  .neighbour-card > span { width: 35px; height: 35px; }
  .neighbour-one { top: 10%; left: 4%; }
  .neighbour-three { top: 18%; right: 3%; }
  .neighbour-two { right: 5%; bottom: 8%; }
  .visual-heart { width: 110px; height: 110px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
