:root {
  --ivory: #fbf8f3;
  --paper: #fffdf9;
  --ink: #241d2b;
  --muted: #685f6f;
  --purple: #5a2b8a;
  --purple-dark: #2b174f;
  --navy: #111842;
  --pink: #bd347d;
  --green: #1a846f;
  --green-light: #56ae84;
  --lavender: #eee6f5;
  --line: rgba(36, 29, 43, .12);
  --shadow: 0 24px 60px rgba(35, 20, 53, .15);
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --radius: 26px;
  --header-h: 86px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: .98; letter-spacing: -.035em; }
h2 { font-size: clamp(2.4rem, 5vw, 4.5rem); }
:focus-visible { outline: 3px solid #e8b64b; outline-offset: 4px; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: visible;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  background: var(--paper);
  color: var(--purple-dark);
  border-radius: 8px;
  transform: translateY(-150%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.section {
  width: min(100% - 48px, 1240px);
  margin-inline: auto;
  padding-block: clamp(78px, 10vw, 140px);
}
.eyebrow {
  margin-bottom: 16px;
  color: var(--pink);
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 24px;
  border: 1px solid var(--purple);
  border-radius: 999px;
  background: var(--purple);
  color: #fff;
  font-size: .93rem;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: 0 10px 25px rgba(90, 43, 138, .22);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(90, 43, 138, .28); background: #4d217d; }
.button-small { min-height: 42px; padding: 10px 19px; font-size: .84rem; }
.button-outline { color: var(--purple); background: transparent; box-shadow: none; }
.button-outline:hover { color: #fff; background: var(--purple); }
.button-light { border-color: #fff; background: #fff; color: var(--purple-dark); box-shadow: none; }
.button-light:hover { background: var(--ivory); color: var(--purple-dark); }
.button-block { width: 100%; }
.text-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  min-height: 44px;
  color: var(--purple);
  font-weight: 700;
}
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.text-link-dark { color: var(--purple); }

/* Header */
.site-header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: var(--header-h);
  padding: 0 max(28px, calc((100vw - 1360px) / 2));
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  transition: background .25s ease, box-shadow .25s ease, height .25s ease;
}
.site-header.is-scrolled {
  position: fixed;
  height: 72px;
  background: rgba(255, 253, 249, .96);
  box-shadow: 0 10px 35px rgba(37, 23, 50, .1);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; min-width: 220px; align-items: center; }
.brand-logo { display: block; width: auto; object-fit: contain; }
.brand-logo-header { height: 48px; max-width: 238px; }
.site-nav {
  display: flex;
  padding: 6px 7px 6px 22px;
  align-items: center;
  gap: 23px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 999px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 8px 25px rgba(32, 21, 50, .08);
  backdrop-filter: blur(16px);
}
.site-nav > a:not(.button) { position: relative; font-size: .82rem; font-weight: 600; }
.site-nav > a:not(.button)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 2px;
  background: var(--pink);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}
.site-nav > a:hover::after { transform: scaleX(1); }
.menu-toggle { display: none; }

/* Hero */
.hero {
  position: relative;
  min-height: max(760px, 94svh);
  overflow: hidden;
  background: #ded0c6;
}
.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(42, 21, 63, .05), rgba(28, 17, 43, .04) 68%, rgba(28, 17, 43, .22)),
    linear-gradient(135deg, #c9b8ac, #8f776e);
  background-image:
    linear-gradient(90deg, rgba(42, 21, 63, .05), rgba(28, 17, 43, .04) 68%, rgba(28, 17, 43, .22)),
    var(--photo, url("assets/hero-family.webp")),
    linear-gradient(135deg, #c9b8ac, #8f776e);
  background-position: center, center, center;
  background-size: cover;
}
.hero-divider {
  position: absolute;
  z-index: 1;
  inset: 0 auto 0 0;
  width: 58%;
  height: 100%;
  pointer-events: none;
}
.hero-divider-edge { fill: url("#hero-divider-colour"); }
.hero-divider-paper { fill: var(--paper); }
.hero-content {
  position: relative;
  z-index: 3;
  width: min(100% - 48px, 1240px);
  margin-inline: auto;
  padding-top: clamp(155px, 18vh, 200px);
}
.hero-content > * { width: min(545px, 43vw); }
.hero h1 { margin-bottom: 24px; font-size: clamp(3.7rem, 6.1vw, 6.8rem); }
.hero h1 em { color: var(--purple); font-style: normal; }
.hero-intro { color: #5f5763; font-size: clamp(1rem, 1.2vw, 1.15rem); line-height: 1.7; }
.hero-actions { display: flex; margin-top: 28px; align-items: center; gap: 20px; flex-wrap: wrap; }
.trust-list {
  display: flex;
  margin: clamp(32px, 5vh, 54px) 0 0;
  padding: 0;
  list-style: none;
}
.trust-list li { display: grid; grid-template: auto auto / auto 1fr; min-width: 145px; padding-right: 18px; align-items: center; column-gap: 10px; }
.trust-list li + li { padding-left: 18px; border-left: 1px solid var(--line); }
.trust-icon {
  grid-row: 1 / 3;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(90, 43, 138, .25);
  border-radius: 50%;
  color: var(--purple);
  font-size: .7rem;
  font-weight: 700;
}
.trust-list strong { font-size: .8rem; line-height: 1.15; }
.trust-list small { color: var(--muted); font-size: .68rem; line-height: 1.25; }
.eligibility-card {
  position: absolute;
  z-index: 4;
  right: max(34px, calc((100vw - 1240px) / 2));
  bottom: 72px;
  width: min(340px, 27vw);
  padding: 28px;
  border-radius: 28px 28px 28px 4px;
  background: rgba(255, 253, 249, .94);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}
.card-kicker { margin-bottom: 8px; color: var(--pink); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.eligibility-card h2 { margin-bottom: 12px; font-size: 2.2rem; letter-spacing: -.02em; }
.eligibility-card > p:not(.card-kicker) { margin-bottom: 18px; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.choice-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.choice-row button {
  min-height: 44px;
  padding: 9px;
  border: 1px solid rgba(90, 43, 138, .25);
  border-radius: 12px;
  background: #fff;
  color: var(--purple-dark);
  cursor: pointer;
  font-size: .78rem;
  font-weight: 700;
}
.choice-row button:hover { border-color: var(--purple); background: var(--lavender); }
.choice-row button.is-selected { border-color: var(--purple); background: var(--purple); color: #fff; }
.card-link { display: flex; margin-top: 12px; align-items: center; justify-content: space-between; color: var(--purple); font-size: .84rem; font-weight: 700; }
.scroll-cue {
  position: absolute;
  z-index: 4;
  bottom: 22px;
  left: 47.2%;
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border-radius: 50%;
  background: var(--paper);
  box-shadow: 0 8px 25px rgba(35, 20, 53, .15);
  transform: translateX(-50%);
}
.scroll-cue span { font-size: .62rem; font-weight: 700; text-transform: uppercase; }
.scroll-cue b { margin-top: -15px; color: var(--green); font-size: 1rem; }

/* Purpose */
.purpose { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; padding-block: clamp(70px, 7.5vw, 104px); align-items: center; gap: clamp(60px, 11vw, 160px); overflow: hidden; }
.purpose-heading { position: relative; z-index: 2; display: flex; justify-content: center; }
.purpose-statement { display: flex; width: max-content; max-width: 100%; margin: 0; align-items: center; flex-direction: column; color: #211b24; font-family: var(--serif); letter-spacing: -.055em; text-align: center; }
.purpose-line { display: block; white-space: nowrap; }
.purpose-line-top { font-size: clamp(2.45rem, 3.65vw, 4.35rem); line-height: .85; }
.purpose-line-top span { font-size: .72em; }
.purpose-line-top strong { font-size: 1.08em; font-weight: 400; }
.purpose-line-mid { margin-top: .13em; font-size: clamp(2.15rem, 3vw, 3.55rem); line-height: .8; }
.purpose-line-display { font-size: clamp(4.45rem, 7vw, 7.75rem); line-height: .72; }
.purpose-line-shared { margin-top: .07em; font-size: clamp(3.3rem, 4.9vw, 5.55rem); line-height: .82; }
.purpose-copy { position: relative; z-index: 2; width: min(100%, 385px); align-self: center; }
.purpose-copy > p { margin-bottom: 18px; color: #4e4752; font-size: 1rem; line-height: 1.7; }
.line-art { position: absolute; right: -2%; bottom: 9%; width: 43%; height: 170px; opacity: .12; }
.roof { position: absolute; bottom: 0; display: block; width: 170px; height: 130px; border: 2px solid var(--purple); border-top: 0; }
.roof::before { content: ""; position: absolute; top: -57px; left: 10px; width: 110px; height: 110px; border-top: 2px solid var(--purple); border-left: 2px solid var(--purple); transform: rotate(45deg); }
.roof-one { left: 0; }.roof-two { left: 150px; transform: scale(.75); transform-origin: bottom; }.roof-three { left: 270px; transform: scale(.58); transform-origin: bottom; }

/* Shared section headings */
.section-heading { max-width: 720px; margin-bottom: 42px; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(2.6rem, 4vw, 4.5rem); }
.section-heading-row { display: flex; max-width: none; align-items: flex-end; justify-content: space-between; gap: 40px; }
.section-heading-row > p { max-width: 400px; margin-bottom: 4px; color: var(--muted); }

/* Journey */
.journey { padding-top: 48px; }
.journey-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.journey-card {
  position: relative;
  display: flex;
  min-height: 330px;
  padding: 24px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 26px;
  color: #fff;
  transition: transform .25s ease, box-shadow .25s ease;
}
.journey-card::before, .journey-card::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 50%;
}
.journey-card::before { right: -75px; bottom: -80px; width: 230px; height: 230px; }
.journey-card::after { right: -30px; bottom: -35px; width: 140px; height: 140px; }
.journey-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.card-purple { background: linear-gradient(145deg, #7140a0, var(--purple-dark)); }
.card-pink { background: linear-gradient(145deg, #d34d8e, #8b1d65); }
.card-green { background: linear-gradient(145deg, #31a181, #146658); }
.card-ink { background: linear-gradient(145deg, #34305e, #141637); }
.card-number { font-family: var(--serif); font-size: 2.2rem; opacity: .76; }
.journey-card div { position: relative; z-index: 1; max-width: 205px; }
.journey-card div p { margin-bottom: 5px; color: rgba(255,255,255,.76); font-size: .72rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.journey-card h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 1.75rem; font-weight: 400; line-height: 1.05; }
.journey-card small { color: rgba(255,255,255,.78); line-height: 1.45; }
.round-arrow { position: absolute; right: 19px; bottom: 19px; z-index: 1; display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; }

/* Coverage */
.coverage { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); padding-block: clamp(70px, 7vw, 94px); align-items: center; gap: clamp(20px, 3.5vw, 48px); }
.coverage-copy h2 { font-size: clamp(2.7rem, 4.4vw, 4.8rem); }
.coverage-copy > p:not(.eyebrow) { margin-bottom: 28px; color: var(--muted); }
.service-map {
  position: relative;
  aspect-ratio: 2.15 / 1;
  min-height: 0;
  overflow: hidden;
  border-top: 1px solid rgba(36, 29, 43, .08);
  background:
    radial-gradient(circle at 31% 37%, rgba(111, 157, 137, .07), transparent 18%),
    radial-gradient(circle at 69% 63%, rgba(111, 157, 137, .055), transparent 23%),
    linear-gradient(102deg, rgba(255,255,255,.7), rgba(246,247,241,.35)),
    #fbfaf5;
}
.service-map::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(251,248,243,.32), transparent 9%, transparent 91%, rgba(251,248,243,.38));
}
.map-network { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; overflow: hidden; }
.map-streets { fill: none; stroke: #aeb6af; stroke-width: 1.15; opacity: .18; }
.map-routes { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.map-route { stroke-width: 3.2; opacity: .76; filter: drop-shadow(0 1px 1px rgba(61,55,75,.08)); }
.route-blue { stroke: #557eae; }
.route-purple { stroke: #73579d; }
.route-pink { stroke: #c63d7b; }
.route-coral { stroke: #ce846c; }
.route-teal { stroke: #3e9d91; }
.route-sky { stroke: #5e9fbd; }
.map-locations { position: absolute; z-index: 3; inset: 0; margin: 0; padding: 0; list-style: none; }
.map-location {
  position: absolute;
  left: var(--map-x);
  top: var(--map-y);
  display: grid;
  min-width: 70px;
  justify-items: center;
  transform: translate(-50%, -35%);
  color: #514b55;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.1;
  white-space: nowrap;
}
.map-marker {
  position: relative;
  display: block;
  width: 17px;
  height: 17px;
  margin-bottom: 5px;
  border: 2px solid #fff;
  border-radius: 50% 50% 50% 8%;
  background: var(--pink);
  box-shadow: 0 2px 5px rgba(109, 32, 80, .26);
  transform: rotate(-45deg);
}
.map-marker::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}
.map-hub, .map-ashton { position: absolute; z-index: 3; color: #4a454d; white-space: nowrap; }
.map-hub { left: 57%; top: 43%; font-family: var(--serif); font-size: 1rem; }
.map-ashton { left: 76%; top: 52%; font-size: .75rem; font-weight: 500; }
.map-badge { position: absolute; z-index: 4; right: 3%; bottom: -8%; display: flex; width: 150px; height: 150px; padding: 24px; flex-direction: column; justify-content: center; border-radius: 50%; background: var(--green); color: #fff; box-shadow: 0 16px 30px rgba(26,132,111,.24); }
.map-badge strong { font-family: var(--serif); font-size: 1.4rem; font-weight: 400; line-height: 1; }
.map-badge span { margin-top: 8px; font-size: .73rem; line-height: 1.4; opacity: .85; }

/* Pathway */
.pathway { position: relative; overflow: hidden; background: var(--navy); color: #fff; }
.pathway::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 18% 20%, rgba(190,45,120,.4), transparent 30%), radial-gradient(circle at 82% 72%, rgba(47,162,127,.3), transparent 32%); }
.pathway-backdrop { position: absolute; right: 0; bottom: 0; left: 0; height: 38%; opacity: .23; background: linear-gradient(180deg, transparent, rgba(98,56,135,.8)), repeating-linear-gradient(90deg, transparent 0 7%, rgba(255,255,255,.14) 7.2% 8%, transparent 8.2% 14%); clip-path: polygon(0 66%,5% 50%,8% 67%,12% 36%,18% 55%,22% 18%,28% 54%,34% 42%,40% 61%,45% 23%,50% 54%,56% 32%,62% 60%,67% 19%,73% 55%,80% 38%,86% 64%,91% 29%,96% 52%,100% 43%,100% 100%,0 100%); }
.pathway-inner { position: relative; z-index: 2; }
.section-heading-light .eyebrow { color: #e99ac6; }
.pathway-steps { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); margin: 60px 0 0; padding: 0; list-style: none; }
.pathway-steps::before { content: ""; position: absolute; top: 37px; right: 8%; left: 8%; height: 1px; background: linear-gradient(90deg, rgba(255,255,255,.1), rgba(255,255,255,.65), rgba(255,255,255,.1)); }
.pathway-steps li { position: relative; display: flex; padding: 0 14px; flex-direction: column; align-items: center; text-align: center; }
.pathway-steps li > span { position: relative; z-index: 2; display: grid; width: 74px; height: 74px; margin-bottom: 22px; place-items: center; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; background: rgba(17,24,66,.82); font-family: var(--serif); font-size: 1.2rem; }
.pathway-steps small { color: rgba(255,255,255,.5); font-size: .66rem; letter-spacing: .06em; text-transform: uppercase; }
.pathway-steps h3 { margin: 7px 0; font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }
.pathway-steps p { margin: 0; color: rgba(255,255,255,.66); font-size: .78rem; line-height: 1.4; }
.pathway-steps .pathway-welcome > span { border-color: var(--green-light); background: var(--green); box-shadow: 0 0 0 10px rgba(86,174,132,.11); }

/* Matching */
.matching { display: grid; grid-template-columns: .68fr 1.32fr; align-items: center; gap: 70px; }
.matching-copy h2 { font-size: clamp(3rem, 4.8vw, 5.2rem); }
.matching-copy h2 em { color: var(--pink); font-style: normal; }
.matching-copy > p:not(.eyebrow) { color: var(--muted); }
.matching-visual { position: relative; min-height: 560px; }
.matching-photo { position: absolute; inset: 0 7% 0 0; border-radius: 18px 50% 18px 18px; background: linear-gradient(135deg, #b89d8e, #625450); background-image: linear-gradient(180deg, transparent 55%, rgba(31,20,42,.28)), var(--photo, url("assets/home-belonging.webp")), linear-gradient(135deg, #b89d8e, #625450); background-position: center; background-size: cover; }
.matching-visual::before { content: ""; position: absolute; z-index: 2; right: 0; bottom: 0; width: 42%; height: 50%; border: 16px solid var(--ivory); border-radius: 50% 50% 16px 50%; background: linear-gradient(135deg, rgba(189,52,125,.85), rgba(90,43,138,.9)); mix-blend-mode: multiply; }
.arch { position: absolute; z-index: 3; border-radius: 150px 150px 0 0; }
.arch-pink { right: 5%; bottom: 0; width: 24%; height: 39%; border: 2px solid rgba(255,255,255,.7); }
.arch-green { right: 19%; bottom: 0; width: 15%; height: 25%; border: 2px solid rgba(86,174,132,.9); }
.matching-visual blockquote { position: absolute; z-index: 4; right: 2%; bottom: 6%; width: 34%; margin: 0; color: #fff; font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.8rem); line-height: 1.1; }

/* Support */
.support { display: grid; grid-template-columns: .88fr 1.12fr; min-height: 670px; background: var(--navy); color: #fff; }
.support-photo { min-height: 500px; background: linear-gradient(90deg, rgba(17,24,66,.15), var(--navy)), var(--photo, url("assets/adviser-conversation.webp")), linear-gradient(135deg, #a88b7d, #58484a); background-position: center; background-size: cover; }
.support-panel { display: grid; grid-template-columns: auto 1fr; padding: clamp(55px, 8vw, 110px); align-items: center; gap: clamp(40px, 6vw, 90px); background: radial-gradient(circle at 20% 45%, rgba(86,174,132,.2), transparent 24%), radial-gradient(circle at 90% 20%, rgba(189,52,125,.2), transparent 31%); }
.support-clock { position: relative; display: grid; width: clamp(170px, 18vw, 240px); aspect-ratio: 1; place-content: center; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; text-align: center; box-shadow: 0 0 0 18px rgba(255,255,255,.03), 0 0 0 35px rgba(255,255,255,.025); }
.support-clock::before, .support-clock::after { content: ""; position: absolute; inset: 12%; border: 1px dashed rgba(86,174,132,.5); border-radius: 50%; }
.support-clock::after { inset: 24%; border-style: solid; border-color: rgba(189,52,125,.45); }
.support-clock span { position: relative; z-index: 1; font-family: var(--serif); font-size: clamp(3rem, 5vw, 5.2rem); line-height: .8; }
.support-clock small { position: relative; z-index: 1; margin-top: 13px; color: #9fe1c5; text-transform: uppercase; letter-spacing: .14em; }
.support-copy h2 { margin-bottom: 28px; font-size: clamp(2.6rem, 4vw, 4.4rem); }
.support-copy ul { display: grid; margin: 0; padding: 0; gap: 13px; list-style: none; }
.support-copy li { position: relative; padding: 14px 15px 14px 48px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: rgba(255,255,255,.04); }
.support-copy li::before { content: "✓"; position: absolute; top: 13px; left: 15px; display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; background: var(--green); font-size: .72rem; }

/* Types */
.types { width: min(100% - 64px, 1380px); }
.types .section-heading { margin-bottom: 30px; }
.types-carousel { position: relative; }
.types-grid {
  display: flex;
  padding: 6px 2px 18px;
  gap: 14px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.types-grid::-webkit-scrollbar { display: none; }
.type-card {
  --type-card-image: url("assets/home-belonging.webp");
  --type-card-position: center;
  position: relative;
  display: flex;
  flex: 0 0 clamp(235px, 22vw, 305px);
  min-height: 320px;
  padding: 24px;
  align-items: flex-end;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(22,15,34,.03) 20%, rgba(21,14,33,.84) 100%),
    var(--type-card-image) var(--type-card-position) / cover no-repeat;
  color: #fff;
  box-shadow: 0 10px 28px rgba(31,20,42,.1);
  scroll-snap-align: start;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.type-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(90,43,138,.08), transparent 50%);
  pointer-events: none;
}
.type-card:hover, .type-card:focus-within { border-color: rgba(255,255,255,.72); box-shadow: 0 18px 38px rgba(31,20,42,.2); transform: translateY(-4px); }
.type-card-short { --type-card-image: url("assets/adviser-conversation.webp"); --type-card-position: 38% center; }
.type-card-long { --type-card-image: url("assets/home-belonging.webp"); --type-card-position: 58% center; }
.type-card-emergency { --type-card-image: url("assets/hero-family.webp"); --type-card-position: 70% center; }
.type-card-respite { --type-card-image: url("assets/adviser-conversation.webp"); --type-card-position: 72% center; }
.type-card-parent { --type-card-image: url("assets/home-belonging.webp"); --type-card-position: 30% center; }
.type-card-asylum { --type-card-image: url("assets/hero-family.webp"); --type-card-position: 48% center; }
.type-card-teenagers { --type-card-image: url("assets/adviser-conversation.webp"); --type-card-position: 52% center; }
.type-card-siblings { --type-card-image: url("assets/home-belonging.webp"); --type-card-position: 76% center; }
.type-card-content { position: relative; z-index: 1; width: 100%; }
.type-card .type-card-label { margin-bottom: 8px; color: rgba(255,255,255,.7); font-size: .7rem; font-weight: 700; letter-spacing: .1em; line-height: 1.2; text-transform: uppercase; }
.type-card h3 { margin: 0 0 9px; font-family: var(--serif); font-size: 1.8rem; font-weight: 400; line-height: 1.02; }
.type-card-content > p:not(.type-card-label) { min-height: 60px; margin-bottom: 18px; color: rgba(255,255,255,.78); font-size: .86rem; line-height: 1.45; }
.type-card-cta {
  display: inline-flex;
  min-height: 42px;
  padding: 10px 15px;
  align-items: center;
  gap: 13px;
  border: 1px solid rgba(255,255,255,.66);
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: var(--purple-dark);
  font-size: .82rem;
  font-weight: 700;
  line-height: 1;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.type-card-cta span { transition: transform .2s ease; }
.type-card-cta:hover, .type-card-cta:focus-visible { border-color: var(--purple); background: var(--purple); color: #fff; }
.type-card-cta:hover span, .type-card-cta:focus-visible span { transform: translateX(3px); }
.types-carousel-button {
  position: absolute;
  z-index: 5;
  top: 50%;
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(36,29,43,.12);
  border-radius: 50%;
  background: rgba(255,253,249,.96);
  color: var(--purple-dark);
  box-shadow: 0 10px 26px rgba(35,20,53,.16);
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform .2s ease, opacity .2s ease, background .2s ease;
}
.types-carousel-button:hover:not(:disabled) { background: #fff; transform: translateY(-50%) scale(1.05); }
.types-carousel-button:disabled { opacity: .28; cursor: default; }
.types-carousel-button-prev { left: -23px; }
.types-carousel-button-next { right: -23px; }
.types-carousel-button span { font-size: 1.2rem; line-height: 1; }

/* Allowance */
.allowance { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: clamp(60px, 10vw, 140px); }
.allowance-intro h2 { font-size: clamp(3rem, 5vw, 5.3rem); }
.allowance-intro > p:not(.eyebrow) { color: var(--muted); }
.allowance-guide { padding: clamp(28px, 5vw, 54px); border: 1px solid rgba(90,43,138,.16); border-radius: 32px; background: #fff; box-shadow: var(--shadow); }
.form-heading { display: flex; margin-bottom: 27px; align-items: flex-start; justify-content: space-between; gap: 20px; }
.form-heading h3 { margin: 0; font-family: var(--serif); font-size: 2rem; font-weight: 400; line-height: 1.1; }
.form-step { flex: 0 0 auto; padding: 7px 11px; border-radius: 999px; background: var(--lavender); color: var(--purple); font-size: .72rem; font-weight: 700; }
.allowance-guide label { display: block; margin: 17px 0 7px; color: var(--ink); font-size: .78rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.allowance-guide select { width: 100%; height: 52px; padding: 0 16px; border: 1px solid rgba(36,29,43,.17); border-radius: 12px; background: var(--paper); color: var(--ink); }
.guide-result { display: flex; margin: 22px 0 18px; padding: 20px; flex-direction: column; border-radius: 16px; background: linear-gradient(135deg, var(--purple-dark), var(--purple)); color: #fff; }
.guide-result small { color: #d7bce7; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.guide-result strong { margin: 5px 0; font-family: var(--serif); font-size: 1.6rem; font-weight: 400; line-height: 1.15; }
.guide-result span { color: rgba(255,255,255,.72); font-size: .82rem; }

/* Trust / stories */
.stories { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding-top: 15px; }
.trust-panel, .quote-panel { display: flex; min-height: 300px; margin: 0; padding: clamp(30px, 5vw, 55px); align-items: center; border-radius: 28px; }
.trust-panel { gap: 34px; background: #fff; border: 1px solid var(--line); }
.rating-seal { display: grid; flex: 0 0 120px; height: 140px; place-content: center; border: 2px solid var(--purple); border-radius: 14px; color: var(--purple); text-align: center; }
.rating-seal strong { font-family: var(--serif); font-size: 2rem; font-weight: 400; line-height: 1; }
.rating-seal span { margin-top: 8px; font-size: .65rem; text-transform: uppercase; letter-spacing: .08em; }
.trust-panel h2 { margin-bottom: 12px; font-size: 2.4rem; }
.trust-panel p:last-child { margin-bottom: 0; color: var(--muted); font-size: .9rem; }
.quote-panel { position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; background: var(--lavender); }
.quote-panel::before { content: "“"; position: absolute; top: 14px; left: 32px; color: rgba(90,43,138,.18); font-family: var(--serif); font-size: 8rem; line-height: 1; }
.quote-panel blockquote { position: relative; margin: 0 0 18px; font-family: var(--serif); font-size: clamp(1.7rem, 2.8vw, 2.5rem); line-height: 1.12; }
.quote-panel figcaption { color: var(--purple); font-size: .78rem; font-weight: 700; }

/* Enquire */
.enquire { position: relative; display: grid; width: min(100% - 48px, 1240px); min-height: 490px; margin-bottom: 90px; padding: 0; grid-template-columns: .74fr 1.26fr; overflow: hidden; border-radius: 34px; background: var(--purple); color: #fff; }
.enquire-photo { background: linear-gradient(90deg, transparent, var(--purple)), var(--photo, url("assets/adviser-conversation.webp")), linear-gradient(135deg, #a88b7d, #58484a); background-position: 36% center; background-size: cover; opacity: .93; }
.enquire-content { padding: clamp(48px, 8vw, 95px); align-self: center; }
.enquire-content .eyebrow { color: #ffc1df; }
.enquire-content h2 { margin-bottom: 20px; font-size: clamp(3rem, 5vw, 5.1rem); }
.enquire-content > p:not(.eyebrow) { max-width: 590px; color: rgba(255,255,255,.8); font-size: 1.03rem; }
.enquire-actions { display: flex; margin: 28px 0 14px; align-items: center; gap: 21px; }
.enquire-actions .text-link { color: #fff; }
.enquire-content > small { color: rgba(255,255,255,.6); }

/* Footer */
.site-footer { padding: 0 max(28px, calc((100vw - 1240px) / 2)); background: var(--purple-dark); color: #fff; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; padding: 48px 0; align-items: center; gap: 30px; border-bottom: 1px solid rgba(255,255,255,.13); }
.brand-logo-footer { height: 92px; filter: brightness(0) invert(1); }
.footer-top p { margin: 0; color: rgba(255,255,255,.66); font-size: .92rem; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); padding: 50px 0; gap: 50px; }
.footer-links > div { display: flex; flex-direction: column; gap: 8px; }
.footer-links strong { margin-bottom: 8px; color: #e9a0c9; font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-links a { width: max-content; color: rgba(255,255,255,.72); font-size: .88rem; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; padding: 20px 0; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.48); font-size: .72rem; }

/* Motion */
@media (prefers-reduced-motion: no-preference) {
  .journey-card, .types-grid article, .matching-visual, .service-map { animation: reveal linear both; animation-timeline: view(); animation-range: entry 8% cover 26%; }
  @keyframes reveal { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
}

/* Tablet */
@media (max-width: 1120px) {
  :root { --header-h: 76px; }
  .site-header { padding-inline: 24px; }
  .menu-toggle {
    position: relative;
    z-index: 102;
    display: grid;
    width: 48px;
    height: 48px;
    padding: 13px;
    align-content: center;
    gap: 5px;
    border: 0;
    border-radius: 50%;
    background: var(--paper);
    box-shadow: 0 8px 22px rgba(37,23,50,.15);
    cursor: pointer;
  }
  .menu-toggle span:not(.sr-only) { display: block; width: 100%; height: 2px; background: var(--purple-dark); transition: transform .2s ease, opacity .2s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav {
    position: fixed;
    inset: 0 0 0 auto;
    display: flex;
    width: min(410px, 92vw);
    padding: 115px 36px 40px;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    border: 0;
    border-radius: 0;
    background: var(--paper);
    box-shadow: -20px 0 60px rgba(35,20,53,.2);
    transform: translateX(110%);
    transition: transform .25s ease;
  }
  .site-nav.is-open { transform: translateX(0); }
  .site-nav > a:not(.button) { padding: 14px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
  .site-nav .button { margin-top: 20px; }
  .hero-divider { width: 66%; }
  .scroll-cue { left: 53%; }
  .hero-content > * { width: min(530px, 53vw); }
  .eligibility-card { width: 315px; right: 24px; }
  .journey-grid { grid-template-columns: 1fr 1fr; }
  .journey-card { min-height: 285px; }
  .pathway-steps { grid-template-columns: repeat(3, 1fr); row-gap: 52px; }
  .pathway-steps::before { display: none; }
  .support { grid-template-columns: .7fr 1.3fr; }
  .support-panel { grid-template-columns: 1fr; }
  .support-clock { width: 170px; }
  .type-card { flex-basis: clamp(235px, 36vw, 300px); }
}

/* Mobile */
@media (max-width: 760px) {
  .section { width: min(100% - 32px, 620px); padding-block: 76px; }
  .site-header { height: 70px; padding-inline: 16px; background: rgba(255,253,249,.9); backdrop-filter: blur(12px); }
  .brand { min-width: 0; }
  .brand-logo-header { width: 178px; height: auto; }
  .hero { min-height: auto; padding-top: 70px; background: var(--paper); }
  .hero-media { position: relative; height: 54svh; min-height: 390px; background-position: 62% center; }
  .hero-divider { display: none; }
  .hero-content { width: min(100% - 32px, 620px); padding: 44px 0 28px; }
  .hero-content > * { width: 100%; }
  .hero h1 { font-size: clamp(3.45rem, 15vw, 5.2rem); }
  .hero-intro { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { justify-content: center; }
  .trust-list { display: grid; grid-template-columns: repeat(3, 1fr); }
  .trust-list li { min-width: 0; padding: 0 10px; grid-template: auto auto auto / 1fr; text-align: center; }
  .trust-list li + li { padding-left: 10px; }
  .trust-icon { grid-row: auto; margin: 0 auto 8px; }
  .eligibility-card { position: relative; right: auto; bottom: auto; width: min(100% - 32px, 620px); margin: 18px auto 45px; padding: 25px; border: 1px solid var(--line); box-shadow: 0 16px 35px rgba(35,20,53,.1); }
  .scroll-cue { display: none; }
  .purpose { display: block; }
  .purpose-statement { width: 100%; }
  .purpose-line-top { font-size: clamp(2.45rem, 11vw, 4.2rem); }
  .purpose-line-mid { font-size: clamp(2.15rem, 9.5vw, 3.55rem); }
  .purpose-line-display { font-size: clamp(4.25rem, 19vw, 7rem); }
  .purpose-line-shared { font-size: clamp(3.15rem, 14vw, 5.3rem); }
  .purpose-copy { width: min(100%, 480px); margin: 52px auto 0; text-align: center; }
  .purpose-copy .text-link { justify-content: center; }
  .line-art { right: -35%; bottom: 3%; width: 110%; }
  .section-heading-row { display: block; }
  .section-heading-row > p { margin-top: 20px; }
  .journey { padding-top: 20px; }
  .journey-grid { grid-template-columns: 1fr; }
  .journey-card { min-height: 250px; }
  .coverage { grid-template-columns: 1fr; gap: 40px; }
  .service-map { width: 100%; aspect-ratio: 1.85 / 1; }
  .map-location { min-width: 55px; font-size: .66rem; }
  .map-marker { width: 15px; height: 15px; margin-bottom: 3px; }
  .map-hub { font-size: .84rem; }
  .map-ashton { font-size: .62rem; }
  .map-badge { right: 4%; bottom: -7%; width: 120px; height: 120px; padding: 18px; }
  .map-badge strong { font-size: 1.15rem; }.map-badge span { font-size: .63rem; }
  .pathway-inner { width: min(100% - 32px, 620px); }
  .pathway-steps { display: block; margin-top: 36px; }
  .pathway-steps li { min-height: 130px; padding: 0 0 28px 94px; align-items: flex-start; text-align: left; }
  .pathway-steps li:not(:last-child)::after { content: ""; position: absolute; top: 72px; bottom: 4px; left: 36px; width: 1px; background: rgba(255,255,255,.25); }
  .pathway-steps li > span { position: absolute; top: 0; left: 0; width: 72px; height: 72px; }
  .pathway-steps h3 { font-size: 1.5rem; }
  .pathway-steps p { font-size: .88rem; }
  .matching { grid-template-columns: 1fr; gap: 40px; }
  .matching-visual { min-height: 480px; }
  .matching-photo { right: 0; }
  .matching-visual blockquote { right: 5%; bottom: 5%; width: 38%; font-size: 1.2rem; }
  .support { grid-template-columns: 1fr; }
  .support-photo { min-height: 440px; background-image: linear-gradient(180deg, transparent 65%, var(--navy)), var(--photo, url("assets/adviser-conversation.webp")), linear-gradient(135deg,#a88b7d,#58484a); }
  .support-panel { padding: 64px 24px 76px; }
  .support-clock { width: 180px; margin: 0 auto; }
  .support-copy h2 { font-size: 3rem; }
  .types { width: 100%; padding-left: 16px; }
  .types .section-heading { width: calc(100% - 32px); }
  .types-grid { padding-right: 16px; gap: 12px; }
  .type-card { flex-basis: min(80vw, 320px); min-height: 310px; }
  .types-carousel-button { width: 42px; height: 42px; }
  .types-carousel-button-prev { left: 3px; }
  .types-carousel-button-next { right: 11px; }
  .allowance { grid-template-columns: 1fr; gap: 42px; }
  .allowance-guide { padding: 25px; border-radius: 24px; }
  .stories { grid-template-columns: 1fr; }
  .trust-panel { align-items: flex-start; flex-direction: column; }
  .rating-seal { flex-basis: auto; width: 105px; height: 115px; }
  .enquire { width: calc(100% - 32px); grid-template-columns: 1fr; }
  .enquire-photo { min-height: 300px; background-image: linear-gradient(180deg, transparent 60%, var(--purple)), var(--photo, url("assets/adviser-conversation.webp")), linear-gradient(135deg,#a88b7d,#58484a); }
  .enquire-content { padding: 45px 27px; }
  .enquire-actions { align-items: stretch; flex-direction: column; }
  .enquire-actions .text-link { justify-content: center; }
  .site-footer { padding-inline: 24px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-links { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 420px) {
  .hero h1 { font-size: 3.35rem; }
  .choice-row { grid-template-columns: 1fr; }
  .purpose-line-top { font-size: 2.55rem; }
  .purpose-line-mid { font-size: 2.15rem; }
  .purpose-line-display { font-size: 4.35rem; }
  .purpose-line-shared { font-size: 3.15rem; }
  .service-map { width: calc(100% + 16px); margin-inline: -8px; }
  .map-location { min-width: 48px; font-size: .58rem; }
  .map-marker { width: 13px; height: 13px; border-width: 1.5px; }
  .map-hub { left: 55%; font-size: .74rem; }
  .map-ashton { left: 73%; font-size: .54rem; }
  .matching-visual { min-height: 415px; }
  .matching-visual blockquote { width: 47%; font-size: 1.05rem; }
  .footer-links { grid-template-columns: 1fr; }
}

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

/* Rich site navigation */
.site-nav-rich { gap: 18px; }
.nav-group { position: relative; }
.nav-label-row { display: flex; align-items: center; gap: 3px; }
.nav-main {
  position: relative;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  color: var(--ink);
  font-size: .79rem;
  font-weight: 600;
  white-space: nowrap;
}
.nav-main::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 2px;
  background: var(--pink);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}
.nav-group:hover .nav-main::after,
.nav-group:focus-within .nav-main::after,
.nav-group.is-current .nav-main::after { transform: scaleX(1); }
.nav-expand {
  display: none;
  width: 26px;
  height: 30px;
  padding: 0;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--purple);
  cursor: pointer;
}
.nav-expand span { display: block; transition: transform .2s ease; }
.nav-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  display: grid;
  width: 278px;
  padding: 12px;
  gap: 2px;
  border: 1px solid rgba(36,29,43,.1);
  border-radius: 18px;
  background: rgba(255,253,249,.98);
  box-shadow: 0 20px 48px rgba(35,20,53,.18);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, -8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.nav-dropdown::before {
  content: "";
  position: absolute;
  top: -15px;
  right: 0;
  left: 0;
  height: 16px;
}
.nav-group:hover .nav-dropdown,
.nav-group:focus-within .nav-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
.nav-group:nth-last-of-type(1) .nav-dropdown { right: 0; left: auto; transform: translateY(-8px); }
.nav-group:nth-last-of-type(1):hover .nav-dropdown,
.nav-group:nth-last-of-type(1):focus-within .nav-dropdown { transform: translateY(0); }
.nav-dropdown a {
  display: flex;
  min-height: 39px;
  padding: 9px 11px;
  align-items: center;
  border-radius: 10px;
  color: #51475a;
  font-size: .8rem;
  line-height: 1.3;
}
.nav-dropdown a:hover,
.nav-dropdown a[aria-current="page"] { background: var(--lavender); color: var(--purple-dark); }

/* Guides carousel */
.resources { padding-top: 35px; }
.resource-carousel { position: relative; }
.resource-track {
  display: flex;
  padding: 6px 2px 18px;
  gap: 16px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.resource-track::-webkit-scrollbar { display: none; }
.resource-card {
  position: relative;
  display: flex;
  flex: 0 0 clamp(280px, 31vw, 382px);
  min-height: 292px;
  padding: 30px;
  flex-direction: column;
  overflow: hidden;
  border-radius: 24px;
  color: #fff;
  scroll-snap-align: start;
  transition: transform .22s ease, box-shadow .22s ease;
}
.resource-card::after {
  content: "";
  position: absolute;
  right: -65px;
  bottom: -95px;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
  box-shadow: 0 0 0 30px rgba(255,255,255,.025), 0 0 0 62px rgba(255,255,255,.025);
}
.resource-card:hover,
.resource-card:focus-visible { box-shadow: var(--shadow); transform: translateY(-5px); }
.resource-card > * { position: relative; z-index: 1; }
.resource-card > span { color: rgba(255,255,255,.65); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.resource-card h3 { max-width: 290px; margin: 28px 0 12px; font-family: var(--serif); font-size: 2rem; font-weight: 400; line-height: 1.02; }
.resource-card p { max-width: 300px; color: rgba(255,255,255,.74); font-size: .88rem; line-height: 1.5; }
.resource-card b { margin-top: auto; font-size: .82rem; }
.resource-card-purple { background: linear-gradient(145deg, #7542a5, #2d174f); }
.resource-card-pink { background: linear-gradient(145deg, #d04c8d, #8b1d65); }
.resource-card-green { background: linear-gradient(145deg, #2f9d7e, #125a50); }
.resource-card-navy { background: linear-gradient(145deg, #34305e, #111842); }
.resource-card-light { border: 1px solid rgba(90,43,138,.14); background: #fff; color: var(--ink); }
.resource-card-light > span { color: var(--pink); }
.resource-card-light p { color: var(--muted); }
.resource-card-light::after { border-color: rgba(90,43,138,.13); box-shadow: 0 0 0 30px rgba(90,43,138,.025), 0 0 0 62px rgba(90,43,138,.025); }
.resource-carousel-button {
  position: absolute;
  z-index: 5;
  top: 50%;
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255,253,249,.98);
  color: var(--purple-dark);
  box-shadow: 0 10px 26px rgba(35,20,53,.16);
  cursor: pointer;
  transform: translateY(-50%);
}
.resource-carousel-button:disabled { opacity: .28; cursor: default; }
.resource-carousel-prev { left: -23px; }
.resource-carousel-next { right: -23px; }

/* Inner pages */
.inner-page { background: var(--ivory); }
.inner-page .site-header { background: rgba(255,253,249,.95); border-bottom: 1px solid rgba(36,29,43,.08); backdrop-filter: blur(14px); }
.inner-page .site-header.is-scrolled { border-bottom: 0; }
.inner-hero {
  position: relative;
  display: grid;
  min-height: 745px;
  padding: 150px max(28px, calc((100vw - 1240px) / 2)) 105px;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: clamp(55px, 8vw, 118px);
  overflow: hidden;
  background:
    radial-gradient(circle at 9% 82%, rgba(86,174,132,.12), transparent 23%),
    radial-gradient(circle at 48% 8%, rgba(189,52,125,.08), transparent 28%),
    var(--paper);
}
.inner-hero::before {
  content: "";
  position: absolute;
  bottom: -210px;
  left: -120px;
  width: 560px;
  height: 400px;
  border: 1px solid rgba(90,43,138,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(90,43,138,.025), 0 0 0 88px rgba(26,132,111,.025);
  transform: rotate(-14deg);
}
.inner-hero-copy { position: relative; z-index: 2; }
.breadcrumbs { display: flex; margin-bottom: 32px; align-items: center; gap: 10px; color: #7a707f; font-size: .76rem; font-weight: 600; }
.breadcrumbs a { color: var(--purple); }
.inner-hero-copy h1 { max-width: 720px; margin-bottom: 25px; font-size: clamp(4.1rem, 6.4vw, 7.25rem); }
.inner-hero-copy > p:not(.eyebrow) { max-width: 650px; margin-bottom: 0; color: var(--muted); font-size: 1.1rem; line-height: 1.75; }
.inner-hero-actions { display: flex; margin-top: 32px; align-items: center; gap: 20px; flex-wrap: wrap; }
.inner-hero-visual { position: relative; min-height: 520px; }
.inner-hero-photo {
  position: absolute;
  inset: 0;
  border-radius: 46% 18px 46% 18px;
  background:
    linear-gradient(180deg, transparent 62%, rgba(24,15,36,.2)),
    var(--inner-image) center / cover no-repeat,
    linear-gradient(135deg, #b89d8e, #625450);
  box-shadow: 0 28px 70px rgba(35,20,53,.18);
}
.inner-hero-visual::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -22px;
  right: -25px;
  width: 55%;
  height: 66%;
  border: 2px solid rgba(189,52,125,.5);
  border-left: 0;
  border-radius: 0 48% 48% 0;
}
.inner-hero-visual::after {
  content: "";
  position: absolute;
  right: -22px;
  bottom: -28px;
  width: 52%;
  height: 55%;
  border: 2px solid rgba(26,132,111,.46);
  border-radius: 50%;
}
.inner-hero-note {
  position: absolute;
  z-index: 4;
  right: -25px;
  bottom: 42px;
  display: flex;
  width: 205px;
  min-height: 142px;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  border-radius: 50% 50% 10px 50%;
  background: var(--green);
  color: #fff;
  box-shadow: 0 20px 40px rgba(26,132,111,.25);
}
.inner-hero-note span { color: rgba(255,255,255,.7); font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.inner-hero-note strong { margin-top: 7px; font-family: var(--serif); font-size: 1.35rem; font-weight: 400; line-height: 1.05; }
.inner-hero-abstract { display: grid; place-items: center; background: linear-gradient(145deg, var(--purple-dark), #48236e); border-radius: 46% 18px 46% 18px; overflow: hidden; }
.inner-hero-abstract span { position: absolute; display: block; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.inner-hero-abstract span:nth-child(1) { width: 68%; aspect-ratio: 1; }
.inner-hero-abstract span:nth-child(2) { width: 48%; aspect-ratio: 1; border-color: rgba(86,174,132,.55); }
.inner-hero-abstract span:nth-child(3) { width: 28%; aspect-ratio: 1; border-color: rgba(232,154,198,.65); }
.inner-highlights {
  position: relative;
  z-index: 5;
  display: grid;
  width: min(100% - 48px, 1120px);
  margin: -48px auto 0;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(35,20,53,.12);
}
.inner-highlights div { display: flex; min-height: 112px; padding: 24px 30px; flex-direction: column; justify-content: center; }
.inner-highlights div + div { border-left: 1px solid var(--line); }
.inner-highlights strong { color: var(--purple); font-family: var(--serif); font-size: 1.6rem; font-weight: 400; line-height: 1.05; }
.inner-highlights span { margin-top: 6px; color: var(--muted); font-size: .78rem; line-height: 1.35; }
.inner-section { width: min(100% - 48px, 1240px); margin-inline: auto; padding-block: clamp(78px, 9vw, 118px); }
.inner-section + .inner-section { border-top: 1px solid var(--line); }
.section-intro h2,
.compact-heading h2 { margin: 0; font-size: clamp(2.7rem, 4.5vw, 4.9rem); }
.compact-heading { max-width: 840px; }
.content-split { display: grid; grid-template-columns: .85fr 1fr .7fr; align-items: start; gap: clamp(38px, 6vw, 78px); }
.content-split-wide { grid-template-columns: .78fr 1.22fr; }
.rich-text { color: #4e4652; font-size: 1.03rem; line-height: 1.8; }
.rich-text p { margin-bottom: 1.35em; }
.rich-text p:last-of-type { margin-bottom: 0; }
.inline-links { display: flex; margin-top: 26px; gap: 22px; flex-wrap: wrap; }
.check-panel { padding: 28px; border-radius: 22px 22px 22px 4px; background: var(--navy); color: #fff; box-shadow: 0 18px 45px rgba(17,24,66,.16); }
.check-panel > span { display: block; margin-bottom: 18px; color: #eaa0c9; font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.check-panel ul { display: grid; margin: 0; padding: 0; gap: 0; list-style: none; }
.check-panel li { position: relative; padding: 11px 0 11px 27px; border-top: 1px solid rgba(255,255,255,.11); color: rgba(255,255,255,.78); font-size: .84rem; line-height: 1.42; }
.check-panel li::before { content: "✓"; position: absolute; left: 0; color: #79d6ae; font-weight: 700; }
.cards-section { padding-bottom: clamp(85px, 10vw, 130px); }
.cards-section .compact-heading { max-width: none; margin-bottom: 42px; }
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.info-grid-two { grid-template-columns: repeat(2, 1fr); }
.info-card {
  position: relative;
  min-height: 270px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(90,43,138,.12);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(35,20,53,.055);
  scroll-margin-top: 100px;
}
.info-card::after { content: ""; position: absolute; right: -55px; bottom: -80px; width: 180px; height: 180px; border: 1px solid rgba(90,43,138,.09); border-radius: 50%; box-shadow: 0 0 0 30px rgba(26,132,111,.025); }
.info-card > * { position: relative; z-index: 1; }
.info-card > span:first-child { color: var(--pink); font-family: var(--serif); font-size: 1.35rem; }
.info-card h3 { margin: 32px 0 11px; font-family: var(--serif); font-size: 1.75rem; font-weight: 400; line-height: 1.08; }
.info-card p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.6; }
.info-card > a { display: inline-flex; margin-top: 20px; color: var(--purple); font-size: .8rem; font-weight: 700; }
.steps-section { display: grid; grid-template-columns: .64fr 1.36fr; align-items: start; gap: clamp(50px, 8vw, 110px); }
.process-list { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(2, 1fr); gap: 14px; list-style: none; }
.process-list li { display: grid; min-height: 205px; padding: 27px; grid-template-columns: auto 1fr; align-content: start; gap: 18px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.process-list li > span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; background: var(--lavender); color: var(--purple); font-family: var(--serif); }
.process-list h3 { margin: 5px 0 9px; font-family: var(--serif); font-size: 1.45rem; font-weight: 400; line-height: 1.08; }
.process-list p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.55; }
.faq-section { display: grid; grid-template-columns: .65fr 1.35fr; align-items: start; gap: clamp(50px, 8vw, 110px); }
.faq-list { display: grid; gap: 10px; }
.faq-list details { border: 1px solid var(--line); border-radius: 16px; background: #fff; overflow: hidden; }
.faq-list summary { display: flex; min-height: 68px; padding: 18px 21px; align-items: center; justify-content: space-between; gap: 20px; color: var(--ink); cursor: pointer; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { flex: 0 0 auto; color: var(--purple); font-family: var(--serif); font-size: 1.8rem; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: 0; padding: 0 21px 23px; color: var(--muted); line-height: 1.7; }
.statement-band {
  position: relative;
  width: min(100% - 48px, 1120px);
  padding: clamp(55px, 8vw, 90px);
  overflow: hidden;
  border: 0 !important;
  border-radius: 30px;
  background: linear-gradient(145deg, var(--purple-dark), var(--purple));
  color: #fff;
  text-align: center;
}
.statement-band::before { content: "“"; position: absolute; top: -40px; left: 35px; color: rgba(255,255,255,.08); font-family: var(--serif); font-size: 15rem; line-height: 1; }
.statement-band p { position: relative; max-width: 900px; margin: 0 auto 24px; font-family: var(--serif); font-size: clamp(2.2rem, 4.5vw, 4.5rem); line-height: 1.08; }
.statement-band span { color: #e9a0c9; font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.notice-band { display: flex; padding: clamp(42px, 6vw, 68px); align-items: center; justify-content: space-between; gap: 50px; border: 1px solid rgba(90,43,138,.14) !important; border-radius: 24px; background: var(--lavender); }
.notice-band h2 { margin-bottom: 13px; font-size: clamp(2.2rem, 3.6vw, 3.7rem); }
.notice-band > div:first-child { max-width: 760px; }
.notice-band > div:first-child > p:last-child { margin: 0; color: var(--muted); }
.notice-band .inline-links { flex: 0 0 auto; flex-direction: column; margin: 0; gap: 4px; }
.calculator-section { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: clamp(55px, 10vw, 135px); }
.calculator-copy h2 { font-size: clamp(3rem, 5vw, 5.1rem); }
.calculator-copy > p:not(.eyebrow) { color: var(--muted); }
.calculator-copy ul { display: grid; margin: 30px 0 0; padding: 0; gap: 10px; list-style: none; }
.calculator-copy li { position: relative; padding-left: 30px; color: #514858; font-size: .9rem; }
.calculator-copy li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 700; }
.calculator-card { padding: clamp(30px, 5vw, 54px); border: 1px solid rgba(90,43,138,.16); border-radius: 30px; background: #fff; box-shadow: var(--shadow); }
.calculator-card > label,
.enquiry-form > label:not(.consent-row),
.form-grid label { display: flex; margin: 15px 0 7px; flex-direction: column; gap: 7px; color: var(--ink); font-size: .76rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.calculator-card select,
.enquiry-form input,
.enquiry-form select,
.enquiry-form textarea { width: 100%; min-height: 52px; padding: 12px 15px; border: 1px solid rgba(36,29,43,.17); border-radius: 11px; background: var(--paper); color: var(--ink); font: inherit; font-size: 1rem; letter-spacing: 0; text-transform: none; }
.enquiry-form textarea { min-height: 130px; resize: vertical; }
.calculator-result { display: grid; margin: 26px 0 19px; padding: 27px; place-items: center; border-radius: 20px; background: linear-gradient(145deg, var(--navy), var(--purple-dark)); color: #fff; text-align: center; }
.calculator-result > span { color: #e9a0c9; font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.calculator-result strong { margin-top: 8px; font-family: var(--serif); font-size: clamp(3.2rem, 6vw, 5.2rem); font-weight: 400; line-height: .95; }
.calculator-result small { color: rgba(255,255,255,.58); text-transform: uppercase; letter-spacing: .08em; }
.calculator-result p { max-width: 390px; margin: 18px 0 0; color: rgba(255,255,255,.72); font-size: .78rem; line-height: 1.5; }
.contact-section { display: grid; grid-template-columns: .62fr 1.38fr; align-items: start; gap: 18px; }
.contact-card { position: sticky; top: 100px; padding: 36px; border-radius: 26px; background: var(--navy); color: #fff; box-shadow: 0 18px 45px rgba(17,24,66,.16); }
.contact-card h2 { margin-bottom: 22px; font-size: 3rem; }
.contact-card .contact-number { display: block; margin-bottom: 12px; color: #9fe1c5; font-family: var(--serif); font-size: clamp(2rem, 3.2vw, 3.2rem); line-height: 1; }
.contact-card > p:not(.eyebrow) { color: rgba(255,255,255,.75); overflow-wrap: anywhere; }
.contact-card > small { display: block; margin-top: 30px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.55); line-height: 1.55; }
.enquiry-form { padding: clamp(28px, 5vw, 52px); border: 1px solid var(--line); border-radius: 26px; background: #fff; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 14px; }
.consent-row { display: flex; margin: 24px 0; align-items: flex-start; gap: 10px; color: var(--muted); font-size: .82rem; line-height: 1.45; }
.consent-row input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--purple); }
.form-status { margin: 13px 0 0; color: var(--green); font-size: .84rem; font-weight: 700; }
.legal-layout { display: grid; grid-template-columns: .35fr 1.65fr; align-items: start; gap: clamp(55px, 9vw, 125px); }
.legal-layout > aside { position: sticky; top: 100px; display: flex; padding: 26px; flex-direction: column; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.legal-layout > aside span { color: var(--pink); font-size: .69rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.legal-layout > aside strong { margin: 6px 0 18px; font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.legal-layout > aside a { color: var(--purple); font-size: .82rem; font-weight: 700; }
.legal-copy section { padding: 0 0 44px; }
.legal-copy section + section { padding-top: 44px; border-top: 1px solid var(--line); }
.legal-copy h2 { margin-bottom: 17px; font-size: clamp(2.1rem, 3.3vw, 3.4rem); }
.legal-copy p { color: var(--muted); font-size: 1rem; line-height: 1.8; }
.related-section { padding-top: 75px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.related-grid a { position: relative; display: flex; min-height: 235px; padding: 27px; flex-direction: column; border: 1px solid var(--line); border-radius: 20px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.related-grid a:hover { box-shadow: 0 16px 38px rgba(35,20,53,.1); transform: translateY(-4px); }
.related-grid span { color: var(--pink); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.related-grid h3 { margin: 32px 0 10px; font-family: var(--serif); font-size: 1.75rem; font-weight: 400; line-height: 1.05; }
.related-grid p { max-width: 310px; margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.5; }
.related-grid b { position: absolute; right: 24px; bottom: 20px; color: var(--purple); }
.page-cta { display: flex; width: min(100% - 48px, 1240px); min-height: 350px; margin: 0 auto 90px; padding: clamp(45px, 7vw, 78px); align-items: center; justify-content: space-between; gap: 60px; border-radius: 32px; background: radial-gradient(circle at 88% 20%, rgba(86,174,132,.25), transparent 24%), radial-gradient(circle at 15% 85%, rgba(189,52,125,.28), transparent 29%), var(--navy); color: #fff; }
.page-cta > div:first-child { max-width: 780px; }
.page-cta h2 { margin-bottom: 17px; font-size: clamp(3rem, 5vw, 5rem); }
.page-cta p:not(.eyebrow) { margin: 0; color: rgba(255,255,255,.7); }
.page-cta > div:last-child { display: flex; flex: 0 0 auto; flex-direction: column; align-items: center; gap: 12px; }
.page-cta > div:last-child > a:last-child { color: rgba(255,255,255,.76); font-size: .84rem; font-weight: 700; }
.footer-links-wide { grid-template-columns: repeat(4, 1fr); }
.footer-contact-line { display: flex; padding: 23px 0; gap: 30px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.73); font-size: .85rem; font-weight: 600; }
.not-found { display: flex; min-height: 78vh; width: min(100% - 48px, 940px); margin: 0 auto; padding: 165px 0 90px; align-items: flex-start; justify-content: center; flex-direction: column; }
.not-found h1 { max-width: 870px; margin-bottom: 24px; font-size: clamp(4rem, 8vw, 8rem); }
.not-found > p:not(.eyebrow) { color: var(--muted); font-size: 1.1rem; }
.not-found > div { display: flex; margin-top: 24px; align-items: center; gap: 22px; flex-wrap: wrap; }

@media (max-width: 1120px) {
  .site-nav-rich { gap: 5px; }
  .site-nav-rich .nav-group { border-bottom: 1px solid var(--line); }
  .site-nav-rich .nav-label-row { justify-content: space-between; }
  .site-nav-rich .nav-main { min-height: 58px; flex: 1; padding: 10px 0; font-family: var(--serif); font-size: 1.42rem; font-weight: 400; }
  .site-nav-rich .nav-main::after { display: none; }
  .site-nav-rich .nav-expand { display: grid; }
  .site-nav-rich .nav-expand[aria-expanded="true"] span { transform: rotate(180deg); }
  .site-nav-rich .nav-dropdown,
  .site-nav-rich .nav-group:nth-last-of-type(1) .nav-dropdown {
    position: static;
    width: 100%;
    max-height: 0;
    padding: 0 0 0 13px;
    gap: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    transform: none;
    transition: max-height .25s ease, padding .25s ease;
  }
  .site-nav-rich .nav-dropdown::before { display: none; }
  .site-nav-rich .nav-group:hover .nav-dropdown,
  .site-nav-rich .nav-group:focus-within .nav-dropdown { transform: none; }
  .site-nav-rich .nav-group.is-open .nav-dropdown { max-height: 510px; padding-bottom: 12px; pointer-events: auto; }
  .site-nav-rich .nav-dropdown a { min-height: 38px; padding: 7px 10px; font-size: .82rem; }
  .inner-hero { grid-template-columns: 1fr 1fr; gap: 42px; }
  .inner-hero-visual { min-height: 450px; }
  .inner-hero-note { right: -10px; }
  .content-split { grid-template-columns: .8fr 1.2fr; }
  .content-split .check-panel { grid-column: 2; }
  .steps-section,
  .faq-section { grid-template-columns: .55fr 1.45fr; gap: 45px; }
  .info-grid { grid-template-columns: repeat(2, 1fr); }
  .page-cta { align-items: flex-start; flex-direction: column; }
  .page-cta > div:last-child { align-items: flex-start; }
}

@media (max-width: 820px) {
  .inner-hero { min-height: auto; padding-top: 125px; grid-template-columns: 1fr; }
  .inner-hero-copy h1 { font-size: clamp(4rem, 11vw, 6.2rem); }
  .inner-hero-visual { min-height: 520px; }
  .inner-highlights { margin-top: -28px; }
  .content-split,
  .content-split-wide,
  .steps-section,
  .faq-section,
  .calculator-section,
  .contact-section,
  .legal-layout { grid-template-columns: 1fr; }
  .content-split .check-panel { grid-column: auto; }
  .steps-section .compact-heading,
  .faq-section .compact-heading { max-width: 650px; }
  .contact-card,
  .legal-layout > aside { position: static; }
  .footer-links-wide { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .resources { width: 100%; padding-left: 16px; }
  .resources .section-heading { width: calc(100% - 32px); }
  .resource-track { padding-right: 16px; }
  .resource-card { flex-basis: min(84vw, 340px); min-height: 280px; }
  .resource-carousel-button { width: 42px; height: 42px; }
  .resource-carousel-prev { left: 3px; }
  .resource-carousel-next { right: 11px; }
  .inner-page .site-header { height: 70px; }
  .inner-hero { padding: 118px 16px 78px; }
  .breadcrumbs { margin-bottom: 25px; }
  .inner-hero-copy h1 { font-size: clamp(3.75rem, 16vw, 5.4rem); }
  .inner-hero-copy > p:not(.eyebrow) { font-size: 1rem; }
  .inner-hero-actions { align-items: stretch; flex-direction: column; }
  .inner-hero-actions .button { width: 100%; }
  .inner-hero-actions .text-link { justify-content: center; }
  .inner-hero-visual { min-height: 410px; }
  .inner-hero-note { right: -2px; bottom: 22px; width: 170px; min-height: 122px; padding: 20px; }
  .inner-highlights { width: calc(100% - 32px); margin-top: -20px; grid-template-columns: 1fr; }
  .inner-highlights div { min-height: 94px; padding: 19px 22px; }
  .inner-highlights div + div { border-top: 1px solid var(--line); border-left: 0; }
  .inner-section { width: calc(100% - 32px); padding-block: 72px; }
  .section-intro h2,
  .compact-heading h2 { font-size: 2.85rem; }
  .content-split { gap: 30px; }
  .check-panel { padding: 25px; }
  .compact-heading.section-heading-row { display: block; }
  .compact-heading.section-heading-row > p { margin-top: 18px; }
  .info-grid,
  .info-grid-two,
  .process-list,
  .related-grid { grid-template-columns: 1fr; }
  .info-card { min-height: 240px; }
  .process-list li { min-height: 170px; }
  .statement-band { width: calc(100% - 32px); padding: 54px 25px; }
  .statement-band p { font-size: 2.45rem; }
  .notice-band { width: calc(100% - 32px); padding: 35px 25px; align-items: flex-start; flex-direction: column; gap: 28px; }
  .notice-band .inline-links { width: 100%; }
  .calculator-card,
  .enquiry-form { padding: 25px; border-radius: 22px; }
  .form-grid { grid-template-columns: 1fr; }
  .contact-card { padding: 29px; }
  .legal-layout { gap: 35px; }
  .related-grid a { min-height: 215px; }
  .page-cta { width: calc(100% - 32px); margin-bottom: 60px; padding: 45px 26px; gap: 35px; }
  .page-cta h2 { font-size: 3.2rem; }
  .footer-contact-line { align-items: flex-start; flex-direction: column; gap: 8px; }
}

@media (max-width: 440px) {
  .inner-hero-visual { min-height: 345px; }
  .inner-hero-note { width: 150px; min-height: 108px; }
  .inner-hero-note strong { font-size: 1.12rem; }
  .inner-hero-copy h1 { font-size: 3.55rem; }
  .process-list li { grid-template-columns: 1fr; }
  .footer-links-wide { grid-template-columns: 1fr; }
}

/* ==========================================================================
   CMS additions (CodeIgniter build): forms, blog, 404
   ========================================================================== */
.hp-field { position: absolute !important; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-alert { margin: 10px 0 18px; padding: 14px 18px; border-radius: 14px; font-size: .9rem; line-height: 1.5; }
.form-alert ul { margin: 6px 0 0; padding-left: 18px; }
.form-alert li { margin: 2px 0; }
.form-alert-error { border: 1px solid rgba(189, 52, 125, .35); background: #fdecf3; color: #7a1f4c; }
.field-error { display: block; margin-top: 4px; color: #b3215f; font-size: .74rem; font-weight: 600; letter-spacing: 0; text-transform: none; }
.form-success { display: grid; align-content: center; gap: 14px; }
.form-success h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 400; line-height: 1.1; }
.form-success p { margin: 0; color: var(--muted); line-height: 1.6; }
.form-success .button { justify-self: start; }

.blog-toolbar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 34px; }
.category-pill { display: inline-flex; align-items: center; gap: 8px; min-height: 40px; padding: 8px 16px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--ink); font-size: .84rem; font-weight: 600; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.category-pill span { color: var(--muted); font-weight: 500; }
.category-pill.is-active, .category-pill:hover { border-color: var(--purple); background: var(--purple); color: #fff; }
.category-pill.is-active span, .category-pill:hover span { color: rgba(255, 255, 255, .75); }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.post-card { display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 22px; background: #fff; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.post-card-media { display: block; aspect-ratio: 16 / 10; background: var(--lavender) center / cover no-repeat; }
.post-card-body { display: flex; flex: 1; flex-direction: column; gap: 10px; padding: 24px; }
.post-card-body h3 { margin: 0; font-family: var(--serif); font-size: 1.5rem; font-weight: 400; line-height: 1.12; }
.post-card-body h3 a:hover { color: var(--purple); }
.post-card-body p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.post-card-body .text-link { margin-top: auto; }
.post-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 14px; color: var(--muted); font-size: .8rem; }
.post-meta strong { color: var(--pink); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.inner-hero-copy .post-meta { margin-top: 18px; }
.pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 40px; }
.pagination a, .pagination span { display: inline-grid; min-width: 44px; height: 44px; padding: 0 14px; place-items: center; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-weight: 600; }
.pagination a:hover { border-color: var(--purple); color: var(--purple); }
.pagination .is-current { border-color: var(--purple); background: var(--purple); color: #fff; }
.pagination .is-disabled { opacity: .45; }
.post-layout { display: grid; grid-template-columns: minmax(0, 760px); justify-content: center; }
.post-body { font-size: 1.05rem; line-height: 1.75; }
.post-body h2 { margin: 44px 0 16px; font-size: clamp(1.8rem, 3vw, 2.5rem); }
.post-body h3 { margin: 32px 0 12px; font-family: var(--serif); font-size: 1.5rem; font-weight: 400; line-height: 1.15; }
.post-body p, .post-body ul, .post-body ol { margin: 0 0 20px; }
.post-body li { margin-bottom: 8px; }
.post-body a { color: var(--purple); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.post-body img { border-radius: 18px; }
.post-body blockquote { margin: 28px 0; padding: 4px 0 4px 24px; border-left: 4px solid var(--pink); color: var(--purple-dark); font-family: var(--serif); font-size: 1.4rem; line-height: 1.3; }
.post-footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--line); }


@media (max-width: 960px) {
  .post-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .post-grid { grid-template-columns: 1fr; }
  .post-footer { flex-direction: column; align-items: flex-start; }
}
