/* ============ RESET & BASE ============ */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #F5F0E8;
  color: #3D322C;
  font-family: 'Nunito', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  line-height: 1.6;
}
::selection { background: #DD9E8F; color: #2C241F; }
img { max-width: 100%; }
a { color: inherit; }
button { font: inherit; }

.wrap { max-width: 1240px; margin: 0 auto; padding: 0 32px; }

/* ============ KEYFRAMES ============ */
@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes drawLine { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes floatY { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes blobA { 0%, 100% { transform: translate(0, 0) rotate(-2.5deg); } 50% { transform: translate(14px, -22px) rotate(2.5deg); } }
@keyframes blobB { 0%, 100% { transform: translate(0, 0) rotate(3deg); } 50% { transform: translate(-16px, -16px) rotate(-3deg); } }
@keyframes blobC { 0%, 100% { transform: translate(0, 0) rotate(-2deg); } 50% { transform: translate(12px, 18px) rotate(4deg); } }
@keyframes blobD { 0%, 100% { transform: translate(0, 0) rotate(4deg); } 50% { transform: translate(-10px, -14px) rotate(-4deg); } }
@keyframes spinSlow { to { transform: rotate(360deg); } }
@keyframes sway { 0%, 100% { transform: rotate(-2.5deg); } 50% { transform: rotate(2.5deg); } }
@keyframes mBreathe { 0%, 100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-3px) scale(1.02); } }
@keyframes mSway { 0%, 100% { transform: rotate(-3.5deg); } 50% { transform: rotate(4.5deg); } }
@keyframes mOrbit { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes mRipple { 0% { transform: scale(.35); opacity: 0; } 25% { opacity: .8; } 100% { transform: scale(1.25); opacity: 0; } }
@keyframes mPulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.06); } }
@keyframes mRise { 0%, 100% { transform: translateY(3px) rotate(-2deg); } 50% { transform: translateY(-7px) rotate(1.5deg); } }
@keyframes mTwinkle { 0%, 100% { transform: scale(.6); opacity: .25; } 50% { transform: scale(1.05); opacity: 1; } }
@keyframes mDrift { 0%, 100% { transform: translateX(0); opacity: .55; } 50% { transform: translateX(-3px); opacity: .9; } }

@media (max-width: 640px) {
  .featured-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 36px 28px !important; }
  .featured-grid > img:last-child { grid-column: 1 / -1; justify-self: center; }
}

/* ============ TYPOGRAPHY HELPERS ============ */
.eyebrow { font-size: 12px; letter-spacing: .04em; color: #B15A3E; font-weight: 600; }
.h2 { font-family: 'Lexend', sans-serif; font-weight: 400; font-size: clamp(28px, 3.4vw, 42px); line-height: 1.12; letter-spacing: -.02em; color: #2C241F; margin: 16px 0 0; }
.h1-page { font-family: 'Lexend', sans-serif; font-weight: 400; font-size: clamp(34px, 4.6vw, 60px); line-height: 1.06; letter-spacing: -.02em; color: #2C241F; margin: 18px 0 0; }
.source-note { font-size: 13px; color: #9A8D82; margin-top: 18px; line-height: 1.6; }

/* ============ BUTTONS ============ */
.btn-primary {
  font-family: 'Nunito', sans-serif; font-size: 15px; font-weight: 500; color: #F5F0E8;
  background: #B15A3E; border: none; border-radius: 999px; padding: 14px 26px;
  cursor: pointer; transition: background .2s; display: inline-block; text-decoration: none;
}
.btn-primary:hover { background: #9a4c34; }
.btn-ghost {
  font-family: 'Nunito', sans-serif; font-size: 15px; font-weight: 500; color: #3D322C;
  background: #FBF8F2; border: 1px solid #C6B9A6; border-radius: 999px; padding: 14px 26px;
  cursor: pointer; transition: all .2s; display: inline-block; text-decoration: none;
}
.btn-ghost:hover { border-color: #3D322C; background: #EFE7D9; }

/* ============ HEADER / NAV ============ */
header.site-header {
  position: sticky; top: 0; z-index: 50; transition: all .25s;
  background: rgba(245, 240, 232, 0); backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
}
header.site-header.scrolled { background: rgba(245, 240, 232, .9); border-bottom-color: #E1D6C5; }
.header-inner {
  max-width: 1240px; margin: 0 auto; padding: 0 32px; height: 72px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.logo-link { display: flex; align-items: center; gap: 11px; cursor: pointer; text-decoration: none; }
.logo-link img { height: 34px; width: auto; display: block; }
nav.navlinks { display: flex; align-items: center; gap: 4px; }
nav.navlinks a {
  font-size: 14.5px; cursor: pointer; text-decoration: none; padding: 8px 12px; border-radius: 8px;
  transition: all .15s; color: #6F6259; font-weight: 400; white-space: nowrap;
}
nav.navlinks a.active { color: #2C241F; font-weight: 600; background: #E6DAC8; }
.header-cta { display: flex; align-items: center; gap: 12px; }
.nav-toggle { display: none; }

@media (max-width: 980px) {
  nav.navlinks { position: fixed; inset: 72px 0 0 0; background: #F5F0E8; flex-direction: column; align-items: stretch;
    padding: 12px 20px; gap: 2px; overflow-y: auto; transform: translateY(-8px); opacity: 0; pointer-events: none;
    transition: opacity .18s, transform .18s; }
  nav.navlinks.open { opacity: 1; transform: translateY(0); pointer-events: auto; }
  nav.navlinks a { padding: 14px 12px; font-size: 16px; }
  .nav-toggle { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px;
    border: 1px solid #DED3C2; background: #FBF8F2; border-radius: 10px; cursor: pointer; }
  .header-cta .btn-primary { padding: 11px 16px; font-size: 13.5px; }
}

/* ============ FOOTER ============ */
footer.site-footer { background: #E6DAC8; color: #54463d; border-top: 1px solid #D8CAB5; }
.footer-inner { max-width: 1240px; margin: 0 auto; padding: 72px 32px 40px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.foot-head { display: block; font-size: 12px; letter-spacing: .04em; color: #C98573; font-weight: 600; margin-bottom: 16px; }
.foot-link { display: block; font-size: 15px; color: #54463d; text-decoration: none; cursor: pointer; padding: 5px 0; transition: color .15s; }
.foot-link:hover { color: #2C241F; }
.foot-blurb { font-size: 16px; line-height: 1.5; color: #6F6259; max-width: 280px; margin: 18px 0 0; }
.compliance-row { margin-top: 48px; padding-top: 26px; border-top: 1px solid #D8CAB5; display: flex; flex-wrap: wrap; gap: 10px; }
.compliance-badge { font-size: 11.5px; letter-spacing: .05em; color: #6F6259; border: 1px solid #CDBEA8; border-radius: 6px; padding: 5px 11px; }
.footer-copy { margin: 28px 0 0; font-size: 13px; color: #8a7c6e; }

@media (max-width: 800px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

/* ============ HERO ============ */
.hero { position: relative; overflow: hidden; background: #FAF7F1; }
.hero-shapes { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.hero-blob { position: absolute; }
.hero-blob svg { width: 100%; height: 100%; overflow: visible; }
.hero-blob.a { top: -150px; left: -130px; width: 430px; height: 450px; opacity: .45; animation: blobA 15s ease-in-out infinite; }
.hero-blob.b { top: 20px; right: -100px; width: 330px; height: 390px; opacity: .44; animation: blobB 18s ease-in-out infinite reverse; }
.hero-blob.c { bottom: -130px; left: 45%; width: 300px; height: 320px; opacity: .41; animation: blobC 20s ease-in-out infinite; }
.hero-blob.d { bottom: 56px; left: 7%; width: 175px; height: 190px; opacity: .36; animation: blobD 13s ease-in-out infinite reverse; }
.hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; padding: 120px 32px 104px; text-align: center; }
.hero-content h1 { font-family: 'Lexend', sans-serif; font-weight: 400; font-size: clamp(40px, 5.6vw, 72px); line-height: 1.05; letter-spacing: -.02em; color: #2C241F; margin: 22px 0 0; }
.hero-content p.sub { font-size: 20px; line-height: 1.55; color: #6F6259; max-width: 600px; margin: 26px auto 0; }
.hero-cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; justify-content: center; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 44px; justify-content: center; }
.hero-badges span { font-size: 12px; letter-spacing: .06em; color: #6F6259; background: #EFE7D9; border: 1px solid #DED3C2; border-radius: 999px; padding: 6px 13px; }

/* page hero (non-home) */
.page-hero { background: #EFE7D9; border-bottom: 1px solid #E1D6C5; position: relative; overflow: hidden; }
.page-hero-inner { max-width: 1240px; margin: 0 auto; padding: 64px 32px 60px; position: relative; }
.page-hero-kicker { display: flex; align-items: baseline; gap: 14px; color: #B15A3E; font-size: 12px; letter-spacing: .04em; font-weight: 600; }
.page-hero-kicker .dot { color: #c1a998; }
.page-hero-inner p.lede { font-size: 19px; color: #6F6259; margin: 22px 0 0; line-height: 1.55; }

/* ============ FEATURED IN ============ */
.featured-section { background: #FFFFFF; border-top: 1px solid #E1D6C5; }
.featured-inner { max-width: 1240px; margin: 0 auto; padding: 52px 32px; }
.featured-label { text-align: center; font-size: 12px; letter-spacing: .14em; text-transform: lowercase; color: #5F7161; font-weight: 600; margin: 0 0 34px; }
.featured-grid { display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; justify-items: center; gap: 44px 32px; }
.featured-grid img { width: 100%; height: auto; opacity: .72; filter: grayscale(1); }

/* ============ SECTION SHELLS ============ */
.section { max-width: 1240px; margin: 0 auto; padding: 88px 32px; }
.section-alt { background: #EFE7D9; border-top: 1px solid #E1D6C5; border-bottom: 1px solid #E1D6C5; }
.section-tight { padding-top: 80px; padding-bottom: 0; }

/* ============ PRESSURES ============ */
.pressures-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 48px; }
.pressure-card { background: #FBF8F2; border: 1px solid #E1D6C5; border-radius: 18px; padding: 32px 30px; display: flex; flex-direction: column; gap: 14px; }
.pressure-icon { width: 46px; height: 46px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; }
.pressure-label { font-size: 12px; letter-spacing: .04em; color: #6F6259; font-weight: 600; }
.pressure-stat { font-family: 'Lexend', sans-serif; font-size: 52px; font-weight: 400; color: #2C241F; line-height: 1; }
.pressure-body { font-size: 15.5px; color: #6F6259; line-height: 1.5; }

/* ============ NHS PRICED IN ============ */
.priced-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.priced-grid .h2 { margin-top: 22px; }
.priced-copy { font-size: 17.5px; line-height: 1.65; color: #54463d; }
.priced-copy p { margin: 0 0 18px; }
.priced-copy p:last-of-type { margin-bottom: 0; }

/* ============ PATHWAY TIMELINE ============ */
.pathway-teaser-head { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 24px; margin-top: 16px; }
.pathway-teaser-head h2 { font-family: 'Lexend', sans-serif; font-weight: 400; font-size: clamp(30px, 3.6vw, 44px); line-height: 1.1; letter-spacing: -.02em; color: #2C241F; max-width: 680px; margin: 0; }
.pathway-teaser-head .btn-primary { white-space: nowrap; flex-shrink: 0; padding: 12px 22px; }

.timeline { margin-top: 56px; position: relative; }
.timeline-line { position: absolute; left: 11px; right: 11px; top: 11px; height: 2px; background: repeating-linear-gradient(to right, #CBBBA6 0, #CBBBA6 8px, transparent 8px, transparent 14px); z-index: 0; }
.timeline-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; align-items: start; }
.timeline-item { display: flex; flex-direction: column; align-items: flex-start; }
.timeline-node.dot { position: relative; z-index: 1; width: 22px; height: 22px; border-radius: 50%; box-shadow: 0 0 0 6px #F5F0E8; border: 3px solid; }
.timeline-card.page { border-radius: 16px; padding: 22px 20px; border: 1px solid #E1D6C5; background: #fff; margin-top: 22px; width: 100%; }
.timeline-card.page.gap { border-color: #E3B9A7; background: #F7E7DF; }
.timeline-s { font-size: 12px; letter-spacing: .04em; font-weight: 600; }
.timeline-title { display: block; font-family: 'Lexend', sans-serif; font-size: 21px; color: #2C241F; margin-top: 10px; line-height: 1.15; }
.timeline-note { display: block; font-size: 14.5px; color: #6F6259; margin-top: 8px; line-height: 1.45; }
.timeline-gap-tag { display: inline-block; margin-top: 16px; font-size: 11px; letter-spacing: .02em; font-weight: 700; color: #fff; background: #B15A3E; border-radius: 6px; padding: 6px 10px; }

@media (max-width: 900px) {
  .timeline-grid, .pressures-grid, .priced-grid { grid-template-columns: 1fr 1fr; }
  .timeline-line { display: none; }
}
@media (max-width: 600px) {
  .timeline-grid, .pressures-grid, .priced-grid { grid-template-columns: 1fr; }
}

/* ============ QUOTES ============ */
.quotes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 40px; }
.quote-card { margin: 0; border: 1px solid #E1D6C5; border-radius: 18px; padding: 34px 30px; display: flex; flex-direction: column; justify-content: space-between; min-height: 220px; }
.quote-card blockquote { margin: 0; font-family: 'Nunito', sans-serif; font-size: 22px; line-height: 1.4; color: #2C241F; font-style: italic; }
.quote-card figcaption { margin-top: 22px; font-size: 12px; letter-spacing: .04em; color: #6F6259; font-weight: 600; }
@media (max-width: 900px) { .quotes-grid { grid-template-columns: 1fr; } }

/* ============ CTA BANNERS ============ */
.cta-banner { background: linear-gradient(120deg, #EFE7D9, #E6DAC8); border: 1px solid #E1D6C5; border-radius: 24px; padding: 64px 56px; text-align: center; }
.cta-banner h2 { font-family: 'Lexend', sans-serif; font-weight: 400; font-size: clamp(28px, 3.4vw, 40px); line-height: 1.12; letter-spacing: -.02em; color: #2C241F; margin: 0 auto; max-width: 640px; }
.cta-banner p { font-size: 18px; color: #6F6259; max-width: 560px; margin: 20px auto 0; }
.cta-banner-buttons { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 34px; }

.cta-split { background: linear-gradient(120deg, #EFE7D9, #E6DAC8); border: 1px solid #E1D6C5; border-radius: 24px; padding: 56px; display: flex; flex-wrap: wrap; gap: 24px; align-items: center; justify-content: space-between; }
.cta-split .copy { max-width: 560px; }
.cta-split h2 { font-family: 'Lexend', sans-serif; font-weight: 400; font-size: clamp(26px, 3vw, 36px); line-height: 1.12; letter-spacing: -.02em; color: #2C241F; margin: 0; }
.cta-split p { font-size: 17px; color: #6F6259; margin: 14px 0 0; }

.cta-split.green { background: #5F7161; color: #EFE7D9; text-align: center; display: block; border-radius: 24px; padding: 52px; }
.cta-split.green h2 { color: #F5F0E8; margin: 0 auto; max-width: 640px; }
.cta-split.green p { color: #dfe8db; margin: 14px auto 28px; max-width: 520px; }

@media (max-width: 640px) {
  .cta-banner, .cta-split { padding: 40px 28px; }
}

/* ============ PATHWAY PAGE: GAP TABLE ============ */
.gap-table { margin-top: 36px; border: 1px solid #E1D6C5; border-radius: 18px; overflow: hidden; background: #FBF8F2; }
.gap-table-head, .gap-table-row { display: grid; grid-template-columns: 1fr 1.4fr 1.4fr; }
.gap-table-head { background: #EAE0D1; border-bottom: 1px solid #E1D6C5; }
.gap-table-head span { padding: 16px 22px; font-size: 12px; letter-spacing: .04em; font-weight: 600; color: #6F6259; }
.gap-table-head span.wait { color: #B15A3E; }
.gap-table-head span.after { color: #4E7C8C; }
.gap-table-row { border-top: 1px solid #EAE0D1; }
.gap-table-row .stage { padding: 22px; font-weight: 600; color: #2C241F; font-size: 16px; }
.gap-table-row .wait, .gap-table-row .after { padding: 22px; color: #54463d; font-size: 15.5px; line-height: 1.5; border-left: 1px solid #EAE0D1; }
@media (max-width: 700px) {
  .gap-table-head, .gap-table-row { grid-template-columns: 1fr; }
  .gap-table-row .wait, .gap-table-row .after { border-left: none; border-top: 1px solid #EAE0D1; }
}

/* ============ OUTCOMES ============ */
.outcomes-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 40px; }
.outcome-card { display: flex; gap: 18px; align-items: flex-start; background: #FBF8F2; border: 1px solid #E1D6C5; border-radius: 14px; padding: 22px 24px; }
.outcome-n { font-family: 'Lexend', sans-serif; font-size: 26px; color: #C98573; line-height: 1; flex-shrink: 0; }
.outcome-text { font-size: 16.5px; color: #3D322C; line-height: 1.45; }
@media (max-width: 700px) { .outcomes-grid { grid-template-columns: 1fr; } }

/* ============ TIERS ============ */
.tiers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 40px; }
.tier-card { border-radius: 16px; padding: 28px 26px; border: 1px solid #E1D6C5; background: #fff; }
.tier-card.active { border-color: #B7C4B0; background: #EAEFE6; }
.tier-tag { font-size: 12px; letter-spacing: .04em; font-weight: 700; }
.tier-title { display: block; font-family: 'Lexend', sans-serif; font-size: 24px; color: #2C241F; margin-top: 12px; }
.tier-body { display: block; font-size: 15.5px; color: #6F6259; margin-top: 12px; line-height: 1.5; }
@media (max-width: 900px) { .tiers-grid { grid-template-columns: 1fr; } }

/* ============ MENTORS ============ */
.mentors-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-top: 44px; }
.mentor-card { border: 1px solid #E1D6C5; border-radius: 16px; padding: 24px 20px; background: #FBF7F0; }
.mentor-illus { height: 116px; display: flex; align-items: center; justify-content: center; }
.mentor-illus svg { width: auto; height: 116px; overflow: visible; }
.mentor-name { display: block; font-family: 'Lexend', sans-serif; font-size: 22px; color: #2C241F; margin-top: 18px; }
.mentor-body { display: block; font-size: 14px; color: #6F6259; margin-top: 8px; line-height: 1.45; }
@media (max-width: 900px) { .mentors-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .mentors-grid { grid-template-columns: 1fr; } }

/* ============ SCREENING ============ */
.screening-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: start; }
.screening-quote { margin: 32px 0 0; border-left: 3px solid #C98573; padding: 6px 0 6px 22px; }
.screening-quote blockquote { margin: 0; font-family: 'Nunito', sans-serif; font-style: italic; font-size: 21px; line-height: 1.4; color: #2C241F; }
.screening-quote figcaption { margin-top: 14px; font-size: 12px; letter-spacing: .04em; color: #6F6259; font-weight: 600; }
.screening-list { display: flex; flex-direction: column; gap: 14px; }
.screening-item { background: #FBF8F2; border: 1px solid #E1D6C5; border-radius: 16px; padding: 26px 28px; }
.screening-item h3 { display: block; font-size: 18px; font-weight: 600; color: #2C241F; margin: 0; }
.screening-item p { display: block; font-size: 15.5px; color: #6F6259; margin-top: 8px; line-height: 1.5; }
@media (max-width: 900px) { .screening-grid { grid-template-columns: 1fr; } }

/* ============ EVIDENCE PAGE ============ */
.proof-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 22px; margin-top: 40px; }
.proof-card { border-radius: 20px; padding: 34px 32px; min-height: 220px; display: flex; flex-direction: column; justify-content: space-between; }
.proof-card.dark { background: #5F7161; color: #EFE7D9; }
.proof-card.dark .proof-title { font-family: 'Lexend', sans-serif; font-size: 40px; color: #EFD18C; line-height: 1; }
.proof-card.dark p { font-size: 16px; color: #dfe8db; margin: 14px 0 0; line-height: 1.5; }
.proof-card.dark a { font-size: 15px; color: #EFD18C; font-weight: 500; cursor: pointer; margin-top: 22px; text-decoration: none; display: inline-block; }
.proof-card.light { background: #EAEFE6; border: 1px solid #B7C4B0; justify-content: center; }
.proof-stat { font-family: 'Lexend', sans-serif; font-size: 56px; color: #5F7161; line-height: 1; }
.proof-card.light p { font-size: 15px; color: #54463d; margin: 14px 0 0; line-height: 1.5; }
@media (max-width: 900px) { .proof-grid { grid-template-columns: 1fr; } }

.layers-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 44px; border: 1px solid #E1D6C5; border-radius: 18px; overflow: hidden; background: #FBF8F2; }
.layer-card { padding: 32px 26px; border-right: 1px solid #E1D6C5; position: relative; }
.layer-card:last-child { border-right: none; }
.layer-n { font-size: 12px; letter-spacing: .04em; font-weight: 700; color: #C98573; }
.layer-h { display: block; font-family: 'Lexend', sans-serif; font-size: 22px; color: #2C241F; margin-top: 12px; line-height: 1.2; }
.layer-b { display: block; font-size: 14.5px; color: #6F6259; margin-top: 12px; line-height: 1.5; }
@media (max-width: 900px) { .layers-grid { grid-template-columns: repeat(2, 1fr); } .layer-card:nth-child(2) { border-right: none; } }
@media (max-width: 550px) { .layers-grid { grid-template-columns: 1fr; } .layer-card { border-right: none; border-bottom: 1px solid #E1D6C5; } .layer-card:last-child { border-bottom: none; } }

.econ-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 40px; }
.econ-card { background: #FBF8F2; border: 1px solid #E1D6C5; border-radius: 18px; padding: 32px 30px; }
.econ-stat { font-family: 'Lexend', sans-serif; font-size: 52px; color: #2C241F; line-height: 1; }
.econ-unit { display: block; font-size: 12px; letter-spacing: .04em; color: #B15A3E; font-weight: 600; margin-top: 8px; }
.econ-body { display: block; font-size: 15px; color: #6F6259; margin-top: 14px; line-height: 1.5; }
.econ-note { margin-top: 24px; background: #EAEFE6; border: 1px solid #B7C4B0; border-radius: 16px; padding: 26px 30px; font-size: 16px; color: #3f4a3f; line-height: 1.6; }
@media (max-width: 900px) { .econ-grid { grid-template-columns: 1fr; } }

.instruments-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 40px; }
.instrument-card { background: #FBF8F2; border: 1px solid #E1D6C5; border-radius: 14px; padding: 24px 26px; }
.instrument-k { font-family: 'Nunito', sans-serif; font-size: 20px; font-weight: 700; color: #2C241F; letter-spacing: -.01em; }
.instrument-b { display: block; font-size: 14.5px; color: #6F6259; margin-top: 8px; line-height: 1.45; }
.stress-callout { margin-top: 24px; display: flex; gap: 20px; align-items: flex-start; background: #F7E7DF; border: 1px solid #E3B9A7; border-radius: 16px; padding: 28px 30px; }
.stress-icon { font-family: 'Lexend', sans-serif; font-size: 44px; color: #B15A3E; line-height: 1; flex-shrink: 0; }
.stress-title { display: block; font-size: 19px; font-weight: 600; color: #2C241F; }
.stress-body { display: block; font-size: 14.5px; color: #6F6259; margin-top: 8px; line-height: 1.5; }
@media (max-width: 700px) { .instruments-grid { grid-template-columns: 1fr; } }

.doNotClaim-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; align-items: start; }
.doNotClaim-copy { font-size: 20px; line-height: 1.55; color: #3D322C; }
.doNotClaim-copy p { margin: 0 0 18px; }
.doNotClaim-copy p.italic { margin: 0; font-family: 'Nunito', sans-serif; font-style: italic; color: #5F7161; }
@media (max-width: 700px) { .doNotClaim-grid { grid-template-columns: 1fr; } }

/* ============ TRUST PAGE ============ */
.trust-section { max-width: 920px; margin: 0 auto; padding: 64px 32px 40px; }
.trust-hint { font-size: 12px; letter-spacing: .04em; color: #6F6259; font-weight: 600; margin: 0 0 20px; }
.trust-accordion { border: 1px solid #E6DAC8; border-radius: 20px; overflow: hidden; background: #FBF8F2; }
.trust-row {
  width: 100%; text-align: left; border: none; border-bottom: 1px solid #E6DAC8; padding: 26px 30px;
  cursor: pointer; display: flex; align-items: center; gap: 20px; background: #F5F0E8;
}
.trust-row.open { background: #fff; }
.trust-dot { width: 12px; height: 12px; border-radius: 50%; flex-shrink: 0; }
.trust-row-text { flex: 1; }
.trust-title { display: block; font-family: 'Lexend', sans-serif; font-size: 22px; color: #2C241F; line-height: 1.2; }
.trust-summary { display: block; font-size: 15px; color: #6F6259; margin-top: 4px; }
.trust-sign { font-size: 26px; color: #B15A3E; font-weight: 300; width: 24px; text-align: center; flex-shrink: 0; }
.trust-panel { background: #FBF8F2; border-bottom: 1px solid #E6DAC8; padding: 8px 30px 30px 62px; }
.trust-panel ul { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 12px; }
.trust-panel li { display: flex; gap: 12px; align-items: flex-start; font-size: 16px; color: #3D322C; line-height: 1.5; }
.trust-panel li .bullet { color: #C98573; flex-shrink: 0; margin-top: 2px; }
.trust-cta-section { max-width: 920px; margin: 0 auto; padding: 24px 32px 96px; }

/* ============ PARTNERS PAGE ============ */
.partners-layout { display: grid; grid-template-columns: 320px 1fr; gap: 40px; align-items: start; }
.buyer-list { display: flex; flex-direction: column; gap: 6px; position: sticky; top: 96px; }
.buyer-row {
  width: 100%; text-align: left; cursor: pointer; border: none; border-radius: 12px; padding: 16px 18px;
  display: flex; align-items: center; gap: 14px; transition: all .18s; background: transparent; color: #54463d;
  font-family: 'Nunito', sans-serif; font-size: 16px; font-weight: 400;
}
.buyer-row.active { background: #B15A3E; color: #F5F0E8; font-weight: 600; }
.buyer-dot { width: 11px; height: 11px; border-radius: 50%; flex-shrink: 0; }
.buyer-panel { background: #FBF8F2; border: 1px solid #E1D6C5; border-radius: 22px; padding: 48px 46px; animation: fadeUp .35s ease; }
.buyer-panel-bar { display: inline-block; width: 44px; height: 6px; border-radius: 999px; }
.buyer-panel-name { display: block; font-size: 12px; letter-spacing: .04em; font-weight: 600; color: #6F6259; margin-top: 20px; }
.buyer-panel h2 { font-family: 'Lexend', sans-serif; font-weight: 400; font-size: clamp(26px, 3.2vw, 38px); line-height: 1.14; letter-spacing: -.02em; color: #2C241F; margin: 14px 0 0; max-width: 640px; }
.buyer-bullets { margin: 34px 0 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 18px; }
.buyer-bullets li { display: flex; gap: 16px; align-items: flex-start; font-size: 17px; color: #3D322C; line-height: 1.5; }
.buyer-bullets li .chevron { flex-shrink: 0; font-size: 20px; line-height: 1.3; }
.buyer-panel-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.buyer-source { font-size: 13px; color: #9A8D82; margin: 28px 0 0; }
@media (max-width: 860px) {
  .partners-layout { grid-template-columns: 1fr; }
  .buyer-list { position: static; flex-direction: row; flex-wrap: wrap; }
  .buyer-panel { padding: 34px 28px; }
}
.partners-quote { margin: 0; text-align: center; max-width: 760px; margin: 0 auto; }
.partners-quote blockquote { margin: 0; font-family: 'Nunito', sans-serif; font-style: italic; font-size: clamp(24px, 3vw, 34px); line-height: 1.35; color: #2C241F; }
.partners-quote figcaption { margin-top: 18px; font-size: 12px; letter-spacing: .04em; color: #6F6259; font-weight: 600; }

/* ============ ABOUT PAGE ============ */
.about-hero-shape { position: absolute; top: -60px; right: -40px; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle at 40% 40%, #EFD18C, #C98573); opacity: .35; pointer-events: none; }
.story-grid { display: grid; grid-template-columns: 200px 1fr; gap: 56px; align-items: start; }
.story-label { font-size: 20px; font-family: 'Lexend', sans-serif; font-weight: 700; color: #B15A3E; }
.story-photo { margin: 24px 0 0; }
.story-photo img { width: 221px; aspect-ratio: 1/1; object-fit: cover; object-position: center 20%; border-radius: 16px; display: block; border: 1px solid #E1D6C5; height: 206px; }
.story-photo figcaption { margin-top: 14px; font-size: 14px; color: #6F6259; }
.story-photo figcaption strong { color: #2C241F; font-weight: 600; font-family: 'Lexend', sans-serif; }
.story-copy { font-size: 26px; line-height: 1.5; color: #3D322C; }
.story-copy p { margin: 0 0 22px; }
.story-copy p:last-child { margin-bottom: 0; }
.story-copy .accent-italic { font-family: 'Nunito', sans-serif; font-style: italic; color: #5F7161; }
@media (max-width: 700px) { .story-grid { grid-template-columns: 1fr; } }

.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 44px; }
.team-card { background: #FBF8F2; border: 1px solid #E1D6C5; border-radius: 18px; padding: 28px 26px; }
.team-avatar { width: 52px; height: 52px; border-radius: 50%; color: #F5F0E8; display: flex; align-items: center; justify-content: center; font-family: 'Lexend', sans-serif; font-size: 24px; }
.team-name { display: block; font-family: 'Lexend', sans-serif; font-size: 21px; color: #2C241F; margin-top: 18px; line-height: 1.2; }
.team-role { display: block; font-size: 11.5px; letter-spacing: .04em; color: #B15A3E; font-weight: 600; margin-top: 8px; }
.team-bio { display: block; font-size: 14.5px; color: #6F6259; margin-top: 12px; line-height: 1.5; }
@media (max-width: 900px) { .team-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .team-grid { grid-template-columns: 1fr; } }

.mission-gov-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.mission-card { background: #5F7161; border-radius: 22px; padding: 48px 44px; color: #EFE7D9; }
.mission-card .tag { font-size: 12px; letter-spacing: .04em; color: #EFD18C; font-weight: 600; }
.mission-card h2 { font-family: 'Lexend', sans-serif; font-weight: 400; font-size: clamp(24px, 2.6vw, 32px); line-height: 1.18; color: #F5F0E8; margin: 16px 0 0; }
.mission-list { margin: 28px 0 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 14px; }
.mission-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 16px; color: #e2eadc; line-height: 1.5; }
.mission-list li .dot { color: #EFD18C; flex-shrink: 0; }
.gov-card { background: #FBF8F2; border: 1px solid #E1D6C5; border-radius: 22px; padding: 48px 44px; }
.gov-card h2 { font-family: 'Lexend', sans-serif; font-weight: 400; font-size: clamp(24px, 2.6vw, 32px); line-height: 1.18; color: #2C241F; margin: 16px 0 0; }
.gov-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.gov-badges span { font-size: 14px; color: #54463d; background: #EFE7D9; border: 1px solid #E1D6C5; border-radius: 999px; padding: 8px 15px; }
.gov-card p { font-size: 16px; color: #6F6259; margin: 24px 0 0; line-height: 1.55; }
@media (max-width: 800px) { .mission-gov-grid { grid-template-columns: 1fr; } }

/* ============ REDEEM PAGE ============ */
.redeem-section { max-width: 620px; margin: 0 auto; padding: 88px 32px 100px; min-height: 60vh; }
.redeem-top { text-align: center; }
.redeem-top img { height: 40px; width: auto; display: inline-block; }
.redeem-kicker { display: flex; align-items: baseline; gap: 10px; justify-content: center; color: #B15A3E; font-size: 12px; letter-spacing: .04em; font-weight: 600; margin-top: 24px; }
.redeem-top h1 { font-family: 'Lexend', sans-serif; font-weight: 400; font-size: clamp(30px, 4vw, 46px); line-height: 1.08; letter-spacing: -.02em; color: #2C241F; margin: 12px 0 0; }
.redeem-top p { font-size: 17.5px; color: #6F6259; margin: 16px 0 0; line-height: 1.55; }
.redeem-form { background: #FBF8F2; border: 1px solid #E1D6C5; border-radius: 22px; padding: 38px 36px; margin-top: 40px; }
.redeem-form label { display: block; font-size: 13px; letter-spacing: .06em; color: #6F6259; font-weight: 600; }
.redeem-form input {
  font-family: 'Nunito', sans-serif; font-size: 18px; letter-spacing: .04em; color: #2C241F; background: #F9F5EE;
  border: 1px solid #DED3C2; border-radius: 12px; padding: 16px 18px; width: 100%; margin-top: 12px; outline: none;
}
.redeem-form input:focus { border-color: #C98573; }
.redeem-error { color: #B15A3E; font-size: 14.5px; margin: 12px 0 0; }
.redeem-form .btn-primary { width: 100%; margin-top: 20px; }
.redeem-success { background: #EAEFE6; border: 1px solid #B7C4B0; border-radius: 22px; padding: 44px 40px; margin-top: 40px; text-align: center; animation: fadeUp .35s ease; }
.redeem-check { width: 60px; height: 60px; border-radius: 50%; background: #5F7161; color: #F5F0E8; display: flex; align-items: center; justify-content: center; font-size: 28px; margin: 0 auto 20px; }
.redeem-success h2 { font-family: 'Lexend', sans-serif; font-weight: 400; font-size: 28px; color: #2C241F; margin: 0; }
.redeem-success p { color: #54463d; font-size: 16px; margin: 12px auto 24px; max-width: 400px; }
.redeem-success .btn-ghost { border-color: #8ba07f; color: #3d4a3d; }
.redeem-success .btn-ghost:hover { background: #e2eadc; }
.hidden { display: none !important; }

/* ============ SIMPLE LEGAL PAGES ============ */
.legal-section { max-width: 760px; margin: 0 auto; padding: 80px 32px 100px; min-height: 60vh; }
.legal-kicker { display: flex; align-items: baseline; gap: 10px; color: #B15A3E; font-size: 12px; letter-spacing: .04em; font-weight: 600; }
.legal-section h1 { font-family: 'Lexend', sans-serif; font-weight: 400; font-size: clamp(32px, 4vw, 50px); line-height: 1.06; letter-spacing: -.02em; color: #2C241F; margin: 14px 0 0; }
.legal-section > p.intro { font-size: 18px; color: #6F6259; margin: 22px 0 0; line-height: 1.6; }
.legal-list { margin: 24px 0 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 14px; }
.legal-list li { display: flex; gap: 14px; align-items: flex-start; font-size: 17px; color: #3D322C; line-height: 1.55; }
.legal-list li .bullet { color: #C98573; flex-shrink: 0; margin-top: 2px; }
.legal-placeholder { margin-top: 32px; background: #EFE7D9; border: 1px solid #E1D6C5; border-radius: 14px; padding: 20px 24px; font-size: 15px; color: #6F6259; line-height: 1.55; }

/* ============ BOOKING MODAL ============ */
.modal-overlay {
  position: fixed; inset: 0; background: rgba(74, 60, 50, .42); backdrop-filter: blur(3px); z-index: 100;
  display: flex; align-items: center; justify-content: center; padding: 24px; animation: fadeIn .25s ease;
}
.modal-overlay.hidden { display: none; }
.modal-card {
  background: #FBF8F2; border-radius: 22px; max-width: 520px; width: 100%; padding: 40px; position: relative;
  box-shadow: 0 30px 80px rgba(28, 20, 16, .4); animation: fadeUp .35s ease;
}
.modal-close {
  position: absolute; top: 18px; right: 18px; width: 34px; height: 34px; border-radius: 50%;
  border: 1px solid #EBE1D2; background: #F4EEE4; color: #A89A8A; font-size: 18px; cursor: pointer; line-height: 1;
}
.modal-card h3 { font-family: 'Lexend', sans-serif; font-weight: 400; font-size: 30px; color: #2C241F; margin: 14px 0 6px; line-height: 1.1; }
.modal-book > p { color: #6F6259; font-size: 15.5px; margin: 0 0 24px; }
.modal-form { display: flex; flex-direction: column; gap: 14px; }
.input-style {
  font-family: 'Nunito', sans-serif; font-size: 15px; color: #2C241F; background: #fff; border: 1px solid #DED3C2;
  border-radius: 11px; padding: 13px 15px; width: 100%; outline: none;
}
.select-wrap { position: relative; display: flex; }
.select-wrap select { appearance: none; -webkit-appearance: none; padding-right: 44px; cursor: pointer; }
.select-wrap .chev { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); pointer-events: none; display: flex; }
.modal-form .btn-primary { width: 100%; margin-top: 4px; }
.modal-sent { text-align: center; padding: 20px 0; }
.modal-sent .check { width: 56px; height: 56px; border-radius: 50%; background: #5F7161; color: #F5F0E8; display: flex; align-items: center; justify-content: center; font-size: 26px; margin: 0 auto 20px; }
.modal-sent h3 { margin: 0; }
.modal-sent p { color: #6F6259; margin: 12px 0 24px; }
@media (max-width: 560px) { .modal-card { padding: 30px 24px; } }
