
:root {
  --ink: #183f4b;
  --ink-deep: #10333e;
  --water: #4e8792;
  --foam: #f7f4ed;
  --paper: #fdfbf6;
  --gold: #c69b53;
  --line: rgba(24, 63, 75, 0.17);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink-deep); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
.desktop-break { display: inline; }

.site-header { position: absolute; z-index: 10; top: 0; left: 0; width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 28px clamp(24px, 5vw, 78px); color: white; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; font-family: Georgia, "Times New Roman", serif; font-size: 20px; letter-spacing: .04em; }
.wordmark-mark { color: #ead3a8; font-size: 17px; }
nav { display: flex; align-items: center; gap: 34px; font-size: 13px; letter-spacing: .08em; }
nav a { padding: 10px 0; border-bottom: 1px solid transparent; }
nav a:hover, nav a:focus-visible { border-color: currentColor; }
.nav-cta { border: 1px solid rgba(255,255,255,.55) !important; border-radius: 999px; padding: 11px 18px !important; }
.nav-cta:hover { background: white; color: var(--ink); }

body.menu-open { overflow: hidden; }
.floating-tab { position: fixed; z-index: 900; top: 50%; right: 0; display: inline-flex; flex-direction: column; justify-content: center; align-items: center; gap: 7px; width: 58px; min-height: 0; padding: 12px 7px 10px 3px; border: 0; border-radius: 14px 0 0 14px; background: #d4ad69; color: var(--ink-deep); box-shadow: 0 8px 28px rgba(8,38,46,.22); text-align: center; text-transform: uppercase; cursor: pointer; transform: translateY(-50%); transition: width .2s ease, background .2s ease; }
.floating-tab:hover, .floating-tab:focus-visible { width: 61px; background: #e3c389; }
.tab-copy { display: block; width: 48px; transform: translateX(-1px); }
.tab-copy b { display: block; width: 100%; white-space: nowrap; font-family: Arial, sans-serif; font-weight: 800; line-height: 1.08; }
.tab-behind { font-size: 12px; letter-spacing: .055em; }
.tab-the { margin-top: 3px; font-size: 22px; letter-spacing: .105em; }
.tab-story { margin-top: 2px; font-size: 14px; letter-spacing: .045em; }
.floating-tab i { display: block; color: #795525; font: 700 27px/.75 Georgia, serif; letter-spacing: -3px; animation: tab-nudge 1.9s ease-in-out infinite; }
@keyframes tab-nudge { 0%,58%,100% { transform: translateX(2px); opacity: .72; } 72% { transform: translateX(-5px); opacity: 1; } 84% { transform: translateX(-1px); opacity: .88; } }
.menu-overlay { position: fixed; z-index: 1000; inset: 0; visibility: hidden; background: rgba(6,31,38,0); transition: visibility .35s, background .35s ease; }
.menu-overlay.is-open { visibility: visible; background: rgba(6,31,38,.64); }
.story-menu { position: absolute; top: 50%; right: 0; width: min(515px, calc(100vw - 18px)); max-height: calc(100dvh - 20px); overflow: hidden; display: flex; flex-direction: column; padding: 23px 27px 27px; border: 1px solid rgba(195,151,77,.25); border-right: 0; border-radius: 18px 0 0 18px; background: #f8f5ee; color: var(--ink-deep); box-shadow: -20px 0 70px rgba(5,28,34,.25); transform: translate(102%,-50%); transition: transform .38s cubic-bezier(.22,.82,.25,1); }
.menu-overlay.is-open .story-menu { transform: translate(0,-50%); }
.menu-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.menu-wordmark { display: inline-flex; align-items: center; gap: 10px; font: 24px Georgia, serif; }
.menu-wordmark span { color: var(--gold); font-size: 18px; }
.menu-close { padding: 10px 0 10px 15px; border: 0; background: transparent; color: #647579; font: 700 11px Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.menu-close b { margin-left: 7px; color: var(--ink); font: 300 23px/0 Arial, sans-serif; vertical-align: -2px; }
.menu-intro { padding: 27px 4px 19px; }
.menu-intro .menu-kicker { color: #9b6f2f; }
.menu-intro h2 { max-width: 630px; margin: 0 0 10px; color: var(--ink-deep); font-size: 36px; line-height: 1.08; letter-spacing: -.03em; }
.menu-intro > p:last-child { max-width: 600px; margin: 0; color: #5d7074; font-size: 15px; line-height: 1.6; }
.story-links { display: block; padding: 5px 0 12px; }
.story-links a { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 13px; padding: 12px 4px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; box-shadow: none; transition: color .2s ease, transform .2s ease; }
.story-links a:hover, .story-links a:focus-visible { border-color: var(--line); box-shadow: none; transform: translateX(-3px); }
.story-links a > span { display: block; width: auto; height: auto; border: 0; border-radius: 0; color: #9b6f2f; font: 14px Georgia, serif; }
.story-links a div { display: flex; flex-direction: column; gap: 3px; }
.story-links strong { color: var(--ink-deep); font: 400 27px/1.04 Georgia, serif; }
.story-links small { color: #5d6f73; font: 12px/1.35 Arial, sans-serif; letter-spacing: .015em; }
.story-links a > b { color: var(--gold); font: 400 21px Georgia, serif; transition: transform .2s ease; }
.story-links a:hover > b, .story-links a:focus-visible > b { transform: translateX(5px); }
.menu-invitation { padding: 20px 21px 22px; border-radius: 10px; background: var(--ink); color: white; }
.menu-kicker { margin: 0 0 9px; color: #f0d7a8; font-size: 11px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.menu-invitation h2 { margin: 0 0 14px; font-size: 24px; line-height: 1.16; letter-spacing: -.025em; }
.menu-actions { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.menu-actions a { display: flex; justify-content: space-between; align-items: center; min-height: 44px; padding: 11px 14px; font-size: 11px; font-weight: 700; line-height: 1.3; letter-spacing: .065em; text-transform: uppercase; }
.menu-mission { background: #dce7d5; color: #173f35; }
.menu-center { background: #d9edf4; color: #174c63; }
.menu-join { background: #efc24d; color: #102d38; }
.menu-org { background: #174f66; color: white; border: 1px solid rgba(255,255,255,.24); }
.menu-actions a:hover, .menu-actions a:focus-visible { filter: brightness(1.07); }

/* Final vertical rhythm: preserve breathing room without long transition bands. */
.section { padding-top: clamp(66px,7vw,102px); padding-bottom: clamp(66px,7vw,102px); }
.lived-grid > div:first-child::before { height: 390px; margin: 42px 0 0; }
.lived-grid > div:first-child .kicker { margin-top: 38px; }
.lived-section { padding-top: clamp(68px,7vw,96px); padding-bottom: clamp(42px,4vw,62px); }
.reframe-section { padding-top: clamp(62px,6vw,88px); padding-bottom: clamp(54px,5.5vw,78px); }
.reframe-heading { margin-bottom: 48px; }
.calling-section { padding-top: clamp(52px,5vw,74px); padding-bottom: clamp(60px,6vw,86px); }
.calling-intro { margin-bottom: 48px; }
.formation-note { margin-top: 26px; }
.story-section { padding-top: clamp(72px,7vw,98px); padding-bottom: clamp(72px,7vw,98px); }
.quote-section { min-height: 460px; padding: clamp(72px,7vw,96px) 24px; }
.author-section { padding-top: clamp(70px,7vw,98px); padding-bottom: clamp(70px,7vw,98px); }
.journey-heading { margin-bottom: clamp(45px,5vw,68px); }
.turning-section { min-height: 555px; }
.turning-content { padding-top: clamp(76px,8vw,98px); padding-bottom: clamp(76px,8vw,98px); }
.after-section { padding-top: clamp(68px,6.5vw,92px); padding-bottom: clamp(68px,6.5vw,92px); }
.resolve-section { padding-top: clamp(70px,7vw,102px); padding-bottom: clamp(70px,7vw,102px); }
.contact-section { padding-top: clamp(68px,7vw,98px); padding-bottom: clamp(68px,7vw,98px); }
.updates-section { padding-top: clamp(68px,7vw,105px); padding-bottom: clamp(68px,7vw,105px); }

.hero { min-height: 100svh; position: relative; display: flex; align-items: center; overflow: hidden; background: #477d88; color: white; }
.hero-image { position: absolute; inset: 0; background-image: url('/starfish-float-hero.webp'); background-size: cover; background-position: center; transform: scale(1.015); }
.hero-wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,46,57,.78) 0%, rgba(10,46,57,.52) 38%, rgba(10,46,57,.08) 73%), linear-gradient(0deg, rgba(9,41,50,.35), transparent 45%); }
.hero-content { position: relative; z-index: 2; width: min(700px, 88vw); margin-left: clamp(24px, 10vw, 160px); padding: 130px 0 90px; }
.eyebrow, .kicker { text-transform: uppercase; font-size: 12px; font-weight: 700; letter-spacing: .22em; }
.eyebrow { color: #f4dfb8; margin-bottom: 24px; }
h1, h2, h3, blockquote { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 { font-size: clamp(76px, 11vw, 160px); line-height: .78; letter-spacing: -.055em; margin: 0; text-shadow: 0 3px 25px rgba(0,0,0,.12); }
.hero-line { max-width: 560px; margin: 38px 0 34px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(21px, 2.1vw, 31px); line-height: 1.45; }
.button { display: inline-block; padding: 14px 23px; border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: .2s ease; }
.button-light { background: var(--foam); color: var(--ink); }
.button-light:hover, .button-light:focus-visible { background: white; transform: translateY(-2px); }
.scroll-cue { position: absolute; z-index: 3; right: clamp(25px, 5vw, 80px); bottom: 34px; display: flex; gap: 13px; align-items: center; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; }

.section { position: relative; padding: clamp(78px, 8.5vw, 125px) clamp(24px, 10vw, 160px); }
.section-number { position: absolute; left: clamp(24px, 5vw, 78px); top: clamp(92px, 11vw, 162px); color: var(--gold); font-family: Georgia, serif; font-size: 15px; }
.story-grid, .author-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr); gap: clamp(50px, 9vw, 145px); max-width: 1180px; margin: auto; }
.kicker { color: var(--gold); margin: 0 0 22px; }
h2 { font-size: clamp(43px, 5.2vw, 76px); line-height: 1.08; letter-spacing: -.035em; margin: 0; }
.body-copy { padding-top: 38px; font-size: 18px; line-height: 1.85; color: #3f5458; }
.body-copy p { margin: 0 0 24px; }
.body-copy .lead { font-family: Georgia, serif; font-size: 24px; line-height: 1.6; color: var(--ink); }

.quote-section { position: relative; overflow: hidden; min-height: 540px; display: grid; place-items: center; padding: 100px 24px; background: var(--ink); color: white; }
blockquote { position: relative; z-index: 2; max-width: 980px; margin: 0; text-align: center; font-size: clamp(36px, 5vw, 68px); line-height: 1.32; }
.ripples span { position: absolute; left: 50%; top: 50%; width: 700px; height: 230px; border: 1px solid rgba(196,222,224,.16); border-radius: 50%; transform: translate(-50%,-50%); }
.ripples span:nth-child(2) { width: 980px; height: 370px; }
.ripples span:nth-child(3) { width: 1300px; height: 510px; }
.story-banner { margin: 0; background: #0b3540; overflow: hidden; }
.story-banner img { display: block; width: 100%; height: auto; }

.author-section { background: var(--foam); }
.author-heading h2 { font-size: clamp(40px, 4.6vw, 65px); }
.journey-heading { max-width: 1060px; margin: 0 auto clamp(60px, 8vw, 105px); }
.journey-heading h2 { max-width: 920px; }
.journey-grid { display: grid; grid-template-columns: 120px minmax(0, 760px); gap: clamp(35px, 7vw, 95px); max-width: 1040px; margin: auto; }
.journey-rail { align-self: stretch; display: flex; flex-direction: column; align-items: center; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.journey-rail > span { width: 100%; line-height: 1.5; text-align: center; }
.journey-rail i { display: block; flex: 1 1 150px; width: 1px; min-height: 150px; margin: 14px 0; background: linear-gradient(var(--gold), rgba(195,151,77,.15)); }
.career-highlight { display: grid; grid-template-columns: 25px 1fr; gap: 14px; align-items: start; margin: 34px 0!important; padding: 21px 24px; border-left: 2px solid var(--gold); background: #f2eadb; color: var(--ink-deep)!important; font: 23px/1.48 Georgia,serif; }
.career-highlight .highlight-icon { color: var(--gold); font: 16px/1.7 Georgia,serif; }
.career-highlight .highlight-copy { min-width: 0; }
.keep-together { white-space: nowrap; }
.career-highlight-blue { border-color: var(--water); background: #e3eceb; }
.career-highlight-blue .highlight-icon { color: var(--water); }
.career-service-note { display: grid; grid-template-columns: 25px 1fr; gap: 14px; align-items: start; margin: 31px 0 32px; padding: 19px 23px 20px; border-top: 1px solid rgba(195,151,77,.34); border-bottom: 1px solid rgba(195,151,77,.25); background: linear-gradient(135deg,rgba(242,234,219,.72),rgba(242,234,219,.3)); color: #3f5458; font-size: 17px; line-height: 1.72; }
.career-service-note .service-note-icon { color: var(--gold); font: 18px/1.45 Georgia,serif; }
.career-service-note strong { display: block; margin: 0 0 5px; color: var(--ink-deep); font: 700 12px/1.4 Arial,sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.career-scope-strip { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin: 32px 0 35px; border-top: 1px solid rgba(195,151,77,.38); border-bottom: 1px solid rgba(195,151,77,.3); background: linear-gradient(90deg,rgba(242,234,219,.72),rgba(227,236,235,.68)); }
.career-scope-strip span { display: flex; align-items: center; justify-content: center; min-height: 74px; padding: 15px 12px; color: var(--ink-deep); font: 700 11px/1.45 Arial,sans-serif; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.career-scope-strip span + span { border-left: 1px solid rgba(21,61,68,.12); }
.career-proof-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin: 36px 0 39px; }
.career-proof-grid-four { grid-template-columns: repeat(2,minmax(0,1fr)); }
.career-proof-grid article { min-height: 210px; display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; padding: 22px 19px 21px; border-top: 3px solid var(--gold); background: rgba(255,255,255,.72); box-shadow: 0 12px 28px rgba(21,61,68,.07); }
.career-proof-grid article:nth-child(2) { border-top-color: var(--water); }
.career-proof-grid article:nth-child(3) { border-top-color: #78906d; }
.career-proof-grid article:nth-child(4) { border-top-color: #8a6a78; }
.career-proof-grid span { color: #a97832; font: 700 10px/1 Arial,sans-serif; letter-spacing: .16em; }
.career-proof-grid h3 { min-height: 55px; margin: 32px 0 12px; color: var(--ink-deep); font: 24px/1.14 Georgia,serif; }
.career-proof-grid p { margin: 0; color: #536669; font-size: 14px; line-height: 1.62; }
.career-venture-story { margin: 43px -35px 41px; padding: 38px 35px 40px; border-top: 1px solid rgba(26,77,89,.16); border-bottom: 1px solid rgba(26,77,89,.16); background: linear-gradient(145deg,rgba(224,237,236,.88),rgba(244,240,229,.78)); }
.career-section-label { margin: 0 0 11px!important; color: #9a6c2d!important; font-size: 10px!important; font-weight: 800; line-height: 1.3!important; letter-spacing: .17em; text-transform: uppercase; }
.career-venture-story > h3 { max-width: 650px; margin: 0 0 27px; color: var(--ink-deep); font-size: clamp(34px,4vw,48px); line-height: 1.08; letter-spacing: -.025em; }
.career-accuracy-note { margin: 32px 0 34px; padding: 24px 27px; border-left: 4px solid var(--water); background: #0f3540; color: white; }
.career-accuracy-note strong { display: block; margin-bottom: 9px; color: #efd6a4; font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.career-accuracy-note p { margin: 0; color: rgba(255,255,255,.84); font-size: 15px; line-height: 1.7; }
.venture-path { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin: 35px 0 37px; border-top: 1px solid rgba(20,71,81,.18); border-left: 1px solid rgba(20,71,81,.18); }
.venture-path article { min-height: 151px; display: flex; flex-direction: column; padding: 17px 15px 18px; border-right: 1px solid rgba(20,71,81,.18); border-bottom: 1px solid rgba(20,71,81,.18); background: rgba(255,255,255,.58); }
.venture-path span { color: #a97832; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.venture-path strong { margin: 24px 0 8px; color: var(--ink-deep); font: 25px/1.05 Georgia,serif; }
.venture-path small { margin-top: auto; color: #607376; font-size: 11px; line-height: 1.42; }
.career-idea-panel { display: grid; grid-template-columns: .72fr 1.28fr; gap: 34px; margin: 40px 0 42px; padding: 32px 33px 30px; border-top: 4px solid var(--gold); background: #f2eadb; }
.career-idea-panel > div:first-child > span { color: #986b2e; font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.career-idea-panel h3 { margin: 18px 0 0; color: var(--ink-deep); font: 34px/1.1 Georgia,serif; }
.career-idea-panel p { margin: 0 0 17px; color: #4b6063; font-size: 15.5px; line-height: 1.7; }
.career-idea-panel p:last-child { margin-bottom: 0; }
.turning-section { min-height: 670px; position: relative; display: flex; align-items: center; overflow: hidden; color: white; }
.turning-image { position: absolute; inset: 0; background: url('starfish-float-hero.webp') center 62%/cover no-repeat; transform: scale(1.04); filter: saturate(.78); }
.turning-wash { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(8,40,49,.94),rgba(8,40,49,.72) 55%,rgba(8,40,49,.32)); }
.turning-content { position: relative; z-index: 1; width: auto; max-width: 940px; min-width: 0; margin-left: clamp(24px,10vw,160px); margin-right: 24px; padding: 110px 0; }
.turning-content h2 { max-width: 900px; overflow-wrap: break-word; }
.turning-content > p:last-child { margin: 42px 0 0; color: #f1d9ab; font: italic clamp(23px,2.6vw,35px)/1.4 Georgia,serif; }
.after-grid, .lived-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(320px,1fr); gap: clamp(50px,9vw,145px); max-width: 1180px; margin: auto; }
.emphasis { margin: 35px 0!important; padding-left: 23px; border-left: 2px solid var(--gold); color: var(--ink-deep); font: 29px/1.48 Georgia,serif; }
.lived-section { background: #e7ece8; }
.lived-grid h2 { font-size: clamp(43px,4.8vw,68px); }
.lived-grid > div:first-child { align-self: start; position: static; }
.lived-grid > div:first-child::before { content: "THE MOJAVE DESERT\A\A Stillness.\A Presence.\A Restoration."; display: flex; align-items: flex-end; height: 470px; margin: 54px 0 48px; padding: 0 29px 28px; color: white; white-space: pre; text-shadow: 0 2px 18px rgba(34,23,15,.3); font: 29px/1.16 Georgia,serif; background: radial-gradient(circle at 72% 20%,rgba(244,211,145,.86) 0 9%,rgba(244,211,145,.12) 9.5% 15%,transparent 15.5%),linear-gradient(154deg,transparent 0 58%,rgba(88,79,59,.52) 58.5% 68%,transparent 68.5%),linear-gradient(206deg,transparent 0 55%,rgba(87,68,48,.83) 55.5% 72%,transparent 72.5%),linear-gradient(180deg,#3e6f79 0%,#809994 48%,#d5b77e 48.5%,#a66e3c 100%); box-shadow: 0 24px 60px rgba(17,55,63,.13); }
.lived-grid > div:first-child::after { content: none; }
.lived-section, .lived-grid, .lived-grid .body-copy { height: auto; max-height: none; overflow: visible; }
.lived-grid .body-copy { padding-top: 34px; }
.desert-passage { position: relative; isolation: isolate; margin: -8px -28px 34px; padding: 35px 34px 12px; overflow: hidden; border-top: 1px solid rgba(166,113,48,.3); border-bottom: 1px solid rgba(166,113,48,.22); background: linear-gradient(135deg,rgba(244,220,178,.56),rgba(237,226,202,.28)); }
.desert-passage::before { content: ""; position: absolute; z-index: -1; top: -48px; right: -40px; width: 175px; height: 175px; border: 1px solid rgba(198,155,83,.24); border-radius: 50%; box-shadow: 0 0 0 28px rgba(198,155,83,.06),0 0 0 58px rgba(198,155,83,.035); }
.desert-passage::after { content: "MOJAVE DESERT"; display: block; margin: 7px 0 12px; color: #9a6a31; font-size: 9px; font-weight: 700; letter-spacing: .22em; text-align: right; }
.desert-passage p { position: relative; }
.desert-passage .desert-callout { margin: 28px -34px 27px; padding: 24px 34px; background: #a76532; color: #fff; font: 700 25px/1.35 Georgia,serif; letter-spacing: .015em; text-align: center; text-transform: uppercase; }
.story-marker { display: flex; align-items: center; gap: 10px; margin: 34px 0 13px!important; color: #84602f!important; font-size: 10px!important; font-weight: 700; line-height: 1.3!important; letter-spacing: .18em; text-transform: uppercase; }
.story-marker span { color: var(--gold); font: 16px/1 Georgia,serif; }
.lived-closing { margin-top: 35px!important; padding-left: 23px; border-left: 2px solid var(--gold); color: var(--ink)!important; font: italic 24px/1.55 Georgia,serif; }
.lived-section { padding-bottom: clamp(64px,6.5vw,94px); }
.reframe-section { padding: clamp(72px,7.5vw,108px) clamp(24px,7vw,110px); background: #102f38; color: white; }
.reframe-heading { max-width: 900px; margin: 0 auto 67px; text-align: center; }
.reframe-heading > p:last-child { color: rgba(255,255,255,.72); font: italic 21px/1.6 Georgia,serif; }
.reframe-cards { display: grid; grid-template-columns: repeat(3,1fr); max-width: 1180px; margin: auto; border-top: 1px solid rgba(255,255,255,.17); border-left: 1px solid rgba(255,255,255,.17); }
.reframe-cards article { min-height: 305px; padding: 29px 27px; border-right: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); }
.reframe-cards span { color: var(--gold); font: 14px Georgia,serif; }
.reframe-cards h3 { margin: 55px 0 18px; font-size: clamp(32px,3vw,44px); }
.reframe-cards p { color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.75; }
.chapters-section { padding: clamp(90px, 11vw, 155px) clamp(24px, 7vw, 110px); background: #102f38; color: white; }
.chapters-heading { max-width: 880px; margin: 0 auto 65px; text-align: center; }
.chapters-heading h2 { font-size: clamp(40px, 4.7vw, 66px); }
.chapter-cards { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1180px; margin: auto; border-top: 1px solid rgba(255,255,255,.17); border-left: 1px solid rgba(255,255,255,.17); }
.chapter-cards article { min-height: 355px; padding: 36px 28px 40px; border-right: 1px solid rgba(255,255,255,.17); }
.chapter-cards article { border-bottom: 1px solid rgba(255,255,255,.17); }
.chapter-cards span { color: var(--gold); font: 400 14px Georgia, serif; }
.chapter-cards h3 { margin: 66px 0 20px; font-size: clamp(27px, 2.4vw, 38px); line-height: 1.12; }
.chapter-cards p { margin: 0; color: rgba(255,255,255,.68); font-size: 15px; line-height: 1.7; }
.calling-section { background: #eef2ec; }
.calling-intro { max-width: 950px; margin: 0 auto 65px; text-align: center; }
.calling-intro h2 { font-size: clamp(37px, 4.3vw, 59px); }
.calling-copy { max-width: 760px; margin: 28px auto 0; color: #526668; font-size: 18px; line-height: 1.75; }
.mission-cards { display: grid; grid-template-columns: repeat(2, 1fr); max-width: 1120px; margin: auto; gap: 22px; }
.mission-card { min-height: 395px; display: flex; flex-direction: column; padding: clamp(31px, 3.5vw, 49px); border-radius: 4px; color: white; transition: transform .25s ease, box-shadow .25s ease; }
.mission-card:hover, .mission-card:focus-visible { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(25,57,56,.14); }
.mission-blue { background: #265b6b; }
.mission-green { background: #6f8065; }
.mission-gold { background: #8b6b3e; }
.card-label { min-height: 42px; font-size: 12px; line-height: 1.5; letter-spacing: .17em; text-transform: uppercase; color: #f2ddb6; }
.mission-card h3 { font-size: clamp(37px, 4vw, 57px); line-height: 1.08; margin: 33px 0 20px; }
.mission-card p { max-width: 470px; font-size: 17px; line-height: 1.75; color: rgba(255,255,255,.85); }
.card-link { margin-top: auto; padding-top: 28px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.card-link b { margin-left: 7px; font-size: 16px; }
.formation-note { max-width: 750px; margin: 36px auto 0; text-align: center; color: #657577; font: italic 16px/1.7 Georgia,serif; }
.builder-callout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(35px,6vw,80px); max-width: 1120px; margin: 32px auto 0; padding: clamp(31px,4vw,50px); border-top: 5px solid var(--gold); background: #102f38; color: white; box-shadow: 0 22px 55px rgba(14,48,55,.12); }
.builder-callout .kicker { margin-bottom: 15px; }
.builder-callout h3 { margin: 0; font-size: clamp(34px,4vw,51px); line-height: 1.08; }
.builder-callout > div:last-child { align-self: center; }
.builder-callout p { margin: 0 0 17px; color: rgba(255,255,255,.79); font-size: 16px; line-height: 1.72; }
.builder-callout a { display: inline-flex; align-items: center; gap: 10px; margin-top: 9px; padding-bottom: 5px; border-bottom: 1px solid rgba(239,214,164,.6); color: #efd6a4; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.builder-callout a:hover,.builder-callout a:focus-visible { border-color: #efd6a4; }
.float-initiative-strip { display:grid; grid-template-columns:minmax(330px,.92fr) minmax(0,1.08fr); align-items:stretch; gap:0; max-width:1120px; margin:34px auto 0; overflow:hidden; border:1px solid rgba(184,138,73,.48); border-top:4px solid #b88a49; background:#173d47; color:#fff; box-shadow:0 18px 42px rgba(25,57,56,.16); }
.float-initiative-visual,.nonprofit-feature-visual { position:relative; isolation:isolate; display:flex; flex-direction:column; justify-content:flex-end; overflow:hidden; color:#fff; text-decoration:none; background:#092d38 url('starfish-org-shoreline-authoritative-2026.webp') center/cover no-repeat; }
.float-initiative-visual { min-height:330px; padding:32px; }
.float-initiative-visual::before,.nonprofit-feature-visual::before { content:""; position:absolute; z-index:-1; inset:0; background:linear-gradient(180deg,rgba(5,37,46,.06) 22%,rgba(5,37,46,.88) 100%); }
.float-initiative-visual::after,.nonprofit-feature-visual::after { content:""; position:absolute; z-index:-1; width:210px; height:210px; right:-78px; bottom:-86px; border:1px solid rgba(230,200,143,.42); border-radius:50%; box-shadow:0 0 0 25px rgba(230,200,143,.08),0 0 0 52px rgba(230,200,143,.045); }
.org-visual-kicker { color:#e6c88f; font:700 9px/1.3 Arial,sans-serif; letter-spacing:.18em; text-transform:uppercase; }
.float-initiative-visual strong,.nonprofit-feature-visual strong { margin-top:9px; color:#fff; font:400 clamp(27px,3vw,42px)/1 Georgia,"Times New Roman",serif; letter-spacing:-.025em; }
.float-initiative-visual em,.nonprofit-feature-visual em { margin-top:13px; color:#f0d69f; font:italic 17px/1.35 Georgia,"Times New Roman",serif; }
.float-initiative-content { display:flex; flex-direction:column; justify-content:center; padding:clamp(32px,4vw,52px); }
.float-initiative-content>span { display:block; margin-bottom:15px; color:#e6c88f; font-size:10px; font-weight:700; letter-spacing:.17em; text-transform:uppercase; }
.float-initiative-strip h3 { margin:0; font:400 clamp(29px,3.2vw,43px)/1.06 Georgia,"Times New Roman",serif; letter-spacing:-.025em; }
.float-initiative-copy { margin:18px 0 0; color:rgba(255,255,255,.76); font-size:14px; line-height:1.65; }
.float-initiative-themes { display:flex; flex-wrap:wrap; gap:8px; margin-top:23px; }
.float-initiative-themes span { padding:7px 11px; border:1px solid rgba(230,200,143,.38); color:#e6c88f; font-size:9px; font-weight:800; letter-spacing:.14em; text-transform:uppercase; }
.float-initiative-link { width:fit-content; margin-top:23px; padding-bottom:5px; border-bottom:1px solid rgba(230,200,143,.58); color:#fff; font-size:10px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.float-initiative-link:hover,.float-initiative-link:focus-visible { color:#e6c88f; border-color:#e6c88f; }
.resolve-section { padding: clamp(82px,9vw,132px) 24px; background: #8b6a3d; color: white; text-align: center; }
.resolve-section .kicker { color: #f2d9a9; }
.resolve-section h2 { font-size: clamp(51px,7vw,96px); }
.resolve-section > p:last-child { max-width: 900px; margin: 35px auto 0; color: #f8e7c5; font: italic clamp(21px,2.3vw,31px)/1.45 Georgia,serif; }

.contact-section { position: relative; overflow: hidden; padding: clamp(78px, 9vw, 125px) 24px; background: var(--ink); color: white; text-align: center; }
.contact-section::before, .contact-section::after { content: ""; position: absolute; left: 50%; border: 1px solid rgba(196,222,224,.12); border-radius: 50%; transform: translateX(-50%); pointer-events: none; }
.contact-section::before { width: 900px; height: 290px; top: -165px; }
.contact-section::after { width: 1200px; height: 390px; bottom: -275px; }
.contact-inner { position: relative; z-index: 1; max-width: 840px; margin: auto; }
.contact-inner h2 { margin-bottom: 25px; }
.contact-inner > p:not(.kicker):not(.contact-signoff) { max-width: 675px; margin: 0 auto; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.75; }
.contact-address { display: inline-flex; align-items: center; gap: 14px; margin: 37px 0 25px; padding: 17px 25px; border: 1px solid rgba(242,221,182,.48); border-radius: 999px; color: #f4dfb8; font: 400 clamp(17px, 2vw, 22px)/1.2 Georgia, "Times New Roman", serif; transition: .2s ease; }
.contact-reveal { cursor: pointer; background: transparent; }
.contact-address:hover, .contact-address:focus-visible { color: var(--ink); background: #f4dfb8; transform: translateY(-2px); }
.contact-address b { font: 400 16px Arial, sans-serif; }
.contact-signoff { margin: 0; font: italic 16px/1.6 Georgia, "Times New Roman", serif; color: rgba(255,255,255,.58); }

.fur-family-section { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(360px,.92fr); gap: clamp(42px,7vw,100px); align-items: center; padding: clamp(62px,7vw,96px) clamp(24px,10vw,160px); background: #e8eeeb; }
.fur-family-photo { margin: 0; }
.fur-family-photo img { display: block; width: 100%; height: auto; border: 1px solid rgba(17,55,63,.16); box-shadow: 0 26px 65px rgba(12,54,64,.16); }
.fur-family-photo figcaption { margin-top: 14px; color: #7e6136; font-size: 10px; font-weight: 800; letter-spacing: .17em; text-align: center; text-transform: uppercase; }
.fur-family-copy { max-width: 610px; }
.fur-family-copy h2 { margin: 0 0 25px; color: var(--ink-deep); font-size: clamp(43px,5vw,69px); line-height: 1.02; letter-spacing: -.035em; }
.fur-family-copy > p:not(.kicker) { margin: 0 0 18px; color: #455d61; font-size: 17px; line-height: 1.72; }
.fur-family-copy .fur-family-closing { margin-top: 26px; color: #9b6e31; font: italic 22px/1.45 Georgia,"Times New Roman",serif; }

.updates-section { padding: clamp(82px, 9vw, 135px) 24px; background: var(--paper); }
.updates-layout { width: min(1180px, 100%); display: grid; grid-template-columns: minmax(260px, .72fr) minmax(540px, 1.28fr); gap: clamp(48px, 7vw, 100px); align-items: start; margin: auto; }
.updates-inner { max-width: 780px; margin: auto; }
.updates-inner { text-align: center; }
.updates-inner h2 { margin-bottom: 25px; }
.updates-inner > p:not(.kicker):not(.fine-print) { max-width: 650px; margin: 0 auto; color: #4c6266; font-size: 19px; line-height: 1.7; }
.signup-coming { display: inline-block; margin: 40px 0 18px; padding: 17px 25px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; background: white; }
.signup-frame { width: min(620px, 100%); height: 670px; margin: 38px auto 15px; overflow: hidden; }
.signup-frame iframe { display: block; width: 100%; height: 670px; max-width: 540px; margin: auto; border: 0; }
.fine-print { font-size: 12px; color: #718184; }
.privacy-note { margin: 10px auto 0 !important; font-size: 11px !important; color: #7b898b !important; }
.privacy-note a { text-decoration: underline; text-underline-offset: 3px; }
.book-follow-card { width: 100%; max-width: 360px; margin: 110px auto 0; padding: 0; text-align: center; }
.book-follow-card img { display: block; width: 100%; height: auto; margin: 0 auto; border: 1px solid rgba(195,151,77,.28); box-shadow: 0 24px 55px rgba(9,43,51,.22); }
.book-cover-status { margin: 20px 0 0; color: #98713a; font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }

footer { min-height: 130px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding: 32px clamp(24px, 5vw, 78px); background: #102f38; color: rgba(255,255,255,.72); font-size: 12px; }
.footer-mark { color: white; }
footer p { text-align: center; }
.footer-links { display: flex; justify-content: flex-end; gap: 24px; }
.footer-links a:hover { color: white; }
.ecosystem-footer { min-height:0; display:grid; grid-template-columns:minmax(0,.82fr) minmax(0,.62fr) minmax(0,1.35fr); align-items:stretch; column-gap:clamp(28px,3vw,52px); row-gap:30px; padding:48px clamp(24px,5vw,78px) 28px; background:#102f38; color:rgba(255,255,255,.72); }
.ecosystem-footer-intro,.ecosystem-links,.join-social-links,.trevor-connect { min-width:0; }
.ecosystem-footer-intro p { max-width:270px; margin:17px 0 0; text-align:left; color:rgba(255,255,255,.62); font:italic 15px/1.55 Georgia,"Times New Roman",serif; }
.ecosystem-footer-intro p > span { display:block; }
.footer-fur-signoff{width:min(100%,310px);margin:27px 0 0}.footer-fur-signoff img{display:block;width:100%;height:138px;object-fit:cover;object-position:center 42%;border:1px solid rgba(212,173,105,.36)}.footer-fur-signoff figcaption{margin-top:12px;color:rgba(255,255,255,.7);font:italic 12px/1.55 Georgia,"Times New Roman",serif}.footer-fur-signoff figcaption span{display:block;margin-bottom:6px;color:#e8c878;font:800 8px/1.4 Arial,sans-serif;letter-spacing:.12em;text-transform:uppercase}
.ecosystem-links,.join-social-links { display:flex; flex-direction:column; align-items:flex-start; gap:10px; }
.ecosystem-links > span,.join-social-links > span { margin-bottom:4px; color:#d4ad69; font-size:9px; font-weight:800; letter-spacing:.18em; text-transform:uppercase; }
.ecosystem-links a { color:rgba(255,255,255,.84); font-size:12px; line-height:1.45; }
.ecosystem-links a:hover,.ecosystem-links a:focus-visible { color:#fff; }
.join-social-links > div { width:100%; display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:7px; }
.join-social-links a,.linkedin-placeholder { min-height:42px; display:inline-flex; align-items:center; justify-content:center; gap:6px; padding:8px 10px; border:1px solid rgba(255,255,255,.22); color:rgba(255,255,255,.86); font-size:9px; font-weight:800; letter-spacing:.07em; text-align:center; text-transform:uppercase; }
.join-social-links a:hover,.join-social-links a:focus-visible { color:#102f38; background:#f2ddb6; border-color:#f2ddb6; }
.linkedin-placeholder { color:rgba(255,255,255,.42); border-style:dashed; }.linkedin-placeholder small { color:#d4ad69; font-size:6px; letter-spacing:.08em; }
.ecosystem-footer-meta { grid-column:1/-1; display:flex; justify-content:space-between; gap:25px; padding-top:22px; border-top:1px solid rgba(255,255,255,.14); font-size:10px; letter-spacing:.08em; text-transform:uppercase; }
.ecosystem-footer-meta p { margin:0; text-align:left; }.ecosystem-footer-meta > div { display:flex; gap:22px; }.ecosystem-footer-meta a:hover { color:#fff; }

.paths-section{width:100%;max-width:100%;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);overflow:hidden;background:#f1eadc;color:#183f4b;min-height:660px}.paths-visual{min-width:0;margin:0;min-height:100%;overflow:hidden;position:relative}.paths-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 55%,rgba(241,234,220,.42))}.paths-visual img{display:block;width:100%;max-width:100%;height:100%;object-fit:cover;object-position:center}.paths-copy{min-width:0;display:flex;flex-direction:column;justify-content:center;padding:86px clamp(38px,5vw,76px)}.paths-copy h2{max-width:11ch;margin:0 0 28px;font-family:Georgia,serif;font-size:clamp(38px,4.2vw,62px);font-weight:400;line-height:1.05;letter-spacing:-.035em;overflow-wrap:anywhere}.paths-copy>p:not(.kicker){max-width:620px;font-size:16px;line-height:1.72;color:#4e5f61;overflow-wrap:anywhere}.paths-actions{display:flex;flex-wrap:wrap;gap:12px;margin:24px 0 18px}.paths-actions .button{justify-content:center}.paths-linkedin{background:#183f4b;color:#fff}.paths-note{border:1px solid rgba(24,63,75,.38);color:#183f4b}.paths-welcome{border-top:1px solid rgba(24,63,75,.2);padding-top:19px;font-family:Georgia,serif;font-style:italic}
.paths-visual img{object-position:66% center}
@media(max-width:1150px){.paths-section{grid-template-columns:1fr;min-height:0}.paths-visual{min-height:0;aspect-ratio:1731/909}.paths-visual:after{background:linear-gradient(180deg,transparent 68%,rgba(241,234,220,.42))}.paths-visual img{object-fit:contain;background:#123943}.paths-copy{padding:68px clamp(26px,7vw,72px)}.paths-copy h2{max-width:13ch}.paths-copy>p:not(.kicker){max-width:720px}.paths-actions{align-items:stretch}}
@media(max-width:650px){.paths-copy{padding:54px 22px}.paths-actions{flex-direction:column}}

/* Compact page rhythm: preserve breathing room while reducing transition scroll. */
.section { padding-top: clamp(58px,6vw,84px); padding-bottom: clamp(58px,6vw,84px); }
.story-section, .author-section, .after-section { padding-top: clamp(60px,6vw,84px); padding-bottom: clamp(60px,6vw,84px); }
.quote-section { min-height: 420px; padding-top: clamp(60px,6vw,82px); padding-bottom: clamp(60px,6vw,82px); }
.journey-heading { margin-bottom: clamp(40px,4vw,56px); }
.turning-section { min-height: 520px; }
.turning-content { padding-top: clamp(66px,6.5vw,84px); padding-bottom: clamp(66px,6.5vw,84px); }
.lived-section { padding-top: clamp(58px,5.5vw,78px); padding-bottom: clamp(46px,4.5vw,64px); }
.lived-grid > div:first-child::before { height: 370px; margin-top: 32px; margin-bottom: 28px; }
.lived-grid > div:first-child .kicker { margin-top: 26px; }
.reframe-section { padding-top: clamp(56px,5.5vw,76px); padding-bottom: clamp(52px,5vw,70px); }
.reframe-heading { margin-bottom: 40px; }
.calling-section { padding-top: clamp(50px,5vw,68px); padding-bottom: clamp(56px,5.5vw,76px); }
.calling-intro { margin-bottom: 42px; }
.resolve-section { padding-top: clamp(60px,6vw,84px); padding-bottom: clamp(60px,6vw,84px); }
.contact-section { padding-top: clamp(58px,6vw,82px); padding-bottom: clamp(58px,6vw,82px); }
.updates-section { padding-top: clamp(58px,6vw,84px); padding-bottom: clamp(54px,5.5vw,78px); }

.thank-you-page { position: relative; min-height: 100svh; overflow-x: hidden; overflow-y: auto; display: grid; grid-template-rows: auto 1fr auto; background: #0a3540 url('starfish-float-hero.webp') center top / cover fixed no-repeat; color: white; }
.thank-you-image { position: absolute; inset: 0; background: url('starfish-float-hero.webp') center/cover no-repeat; transform: scale(1.02); }
.thank-you-wash { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,34,42,.68) 0%, rgba(7,34,42,.86) 30%, rgba(7,34,42,.94) 100%); }
.thank-you-header { position: relative; z-index: 2; padding: 22px clamp(24px, 5vw, 78px); }
.thank-you-content { position: relative; z-index: 2; align-self: center; width: min(1180px, calc(100% - 48px)); margin: 18px auto 45px; }
.thank-you-tile-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); grid-auto-rows:1fr; align-items:stretch; gap:18px; margin:0 0 24px; }
.thank-you-grid-tile,.path-card { min-width:0; height:520px; }
.thank-you-opening-copy { display:grid; grid-template-rows:auto 1fr auto; align-items:start; padding:clamp(38px,4.3vw,62px) clamp(28px,3.4vw,44px); overflow:hidden; border-top:4px solid #d4ad69; background:linear-gradient(135deg,rgba(6,34,42,.98),rgba(12,57,68,.96)); box-shadow:0 18px 42px rgba(0,0,0,.25); }
.thank-you-float-tile { border-top:4px solid #d4ad69; background:#0b3540 url('starfish-float-hero.webp') 62% center / cover no-repeat; box-shadow:0 18px 42px rgba(0,0,0,.25); }
.thank-you-content .eyebrow { margin: 0 0 13px; }
.thank-you-opening-copy h1 { align-self:center; margin:clamp(24px,3vw,42px) 0; font-size:clamp(39px,3.6vw,52px); }
.thank-you-content h1 { max-width: 690px; font-size: clamp(43px, 4.5vw, 61px); line-height: .98; letter-spacing: -.042em; }
.thank-you-content h1 span { display:block; white-space:nowrap; }
.thank-you-summary { display:block; max-width:660px; margin:0; padding:10px 0 10px 16px; border-left:3px solid #d4ad69; color:rgba(255,255,255,.84); font-size:14px; line-height:1.65; }
.thank-you-summary strong { color:#fff; }
.thank-you-summary > span { display:block; white-space:nowrap; }
.thank-you-lead { display: flex; align-items: center; margin: 0; padding: 20px 23px; border-left: 3px solid #d4ad69; background: rgba(212,173,105,.12); font: 400 clamp(20px, 2vw,27px)/1.35 Georgia, "Times New Roman", serif; color: #f8eedc; }
.inbox-note { max-width: none; display: flex; align-items: flex-start; gap: 15px; margin: 0; padding: 18px 20px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.inbox-check { flex: 0 0 auto; color: #f2ddb6; font-size: 18px; line-height: 1.55; }
.inbox-copy { min-width: 0; }
.inbox-note .inbox-title { margin: 0 0 6px; color: #fff; font-size: 16px; font-weight: 700; line-height: 1.4; }
.inbox-note .inbox-details { margin: 0; color: rgba(255,255,255,.83); font-size: 14px; line-height: 1.55; }
.starfish-feature-card { width:100%; display:grid; overflow:hidden; margin:0 0 22px; border:1px solid rgba(242,221,182,.3); border-top:4px solid #d4ad69; background:#0b3540; box-shadow:0 18px 42px rgba(0,0,0,.2); }
.book-feature-card { grid-template-columns:minmax(245px,.42fr) minmax(0,1fr); }
.nonprofit-feature-card { grid-template-columns:minmax(0,1.25fr) minmax(0,.75fr); }
.book-feature-visual { position:relative; min-height:390px; overflow:hidden; display:grid; place-items:center; padding:24px 12px 20px; background:radial-gradient(circle at 46% 40%,rgba(244,223,184,.16),transparent 42%),linear-gradient(145deg,#315d63,#173f49 70%,#0b303a); perspective:1100px; }
.book-feature-visual::after { content:""; position:absolute; left:14%; right:10%; bottom:22px; height:34px; border-radius:50%; background:rgba(0,0,0,.42); filter:blur(13px); transform:rotate(-2deg); }
.book-mockup { position:relative; z-index:1; width:min(68%,245px); transform-style:preserve-3d; transform:rotateY(-12deg) rotateZ(-1.2deg); filter:drop-shadow(18px 18px 18px rgba(0,0,0,.36)); }
.book-mockup img { position:relative; z-index:2; display:block; width:100%; height:auto; }
.book-spine { position:absolute; z-index:3; top:1%; bottom:1%; left:-10px; width:12px; background:linear-gradient(90deg,#071f28,#244f58 55%,#102f38); transform:rotateY(-12deg); transform-origin:right; }
.book-pages { position:absolute; z-index:1; top:5px; right:-8px; bottom:-7px; width:10px; background:repeating-linear-gradient(90deg,#f7f0df 0 2px,#d9cfb8 2px 3px); transform:skewY(-12deg); }
.nonprofit-feature-visual { min-height:350px; padding:clamp(28px,4vw,48px); }
.starfish-feature-copy { display:flex; flex-direction:column; justify-content:center; padding:clamp(30px,4vw,54px); }
.starfish-feature-label { margin:0 0 13px; color:#f2ddb6; font:700 10px/1.4 Arial,sans-serif; letter-spacing:.2em; text-transform:uppercase; }
.book-feature-byline { display:flex; flex-direction:column; gap:7px; margin:0 0 18px!important; color:#f2ddb6!important; text-transform:uppercase; }
.book-feature-byline span { font:700 9px/1.3 Arial,sans-serif; letter-spacing:.2em; }
.book-feature-byline strong { color:#fff!important; font:400 clamp(20px,2.2vw,28px)/1.1 Georgia,"Times New Roman",serif; letter-spacing:.01em; text-transform:none; }
.starfish-feature-card h2 { margin:0 0 19px; color:#fff; font:400 clamp(34px,4vw,51px)/1.02 Georgia,"Times New Roman",serif; letter-spacing:-.03em; }
.starfish-feature-card p { max-width:670px; margin:0; color:rgba(255,255,255,.78); font-size:14px; line-height:1.62; }
.starfish-feature-card .starfish-feature-lead { margin-bottom:15px; color:#fff; font:400 clamp(18px,2vw,23px)/1.45 Georgia,"Times New Roman",serif; }
.starfish-feature-card strong { color:#fff; }
.starfish-feature-link { width:fit-content; min-height:48px; display:flex; align-items:center; gap:28px; margin-top:24px; padding:13px 18px; border:1px solid rgba(242,221,182,.6); color:#f2ddb6; font-size:11px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; text-decoration:none; transition:background .2s ease,color .2s ease,transform .2s ease; }
.starfish-feature-link:hover, .starfish-feature-link:focus-visible { color:#0b3540; background:#f2ddb6; transform:translateY(-2px); }
.thank-you-closing { max-width: 650px; margin: 0; font: italic 18px/1.65 Georgia, "Times New Roman", serif; color: #f4dfb8; }
.thank-you-closing span { display: block; }
.path-card { display:flex; flex-direction:column; padding:0; overflow:hidden; border-top:4px solid; box-shadow:0 18px 42px rgba(0,0,0,.25); transition:transform .25s ease,box-shadow .25s ease; }
.path-card:hover { transform: translateY(-4px); box-shadow: 0 25px 54px rgba(0,0,0,.32); }
.path-card-visual { width:100%; height:205px; flex:0 0 auto; background-position:center; background-size:cover; transition:transform .4s ease; }
.path-card:hover .path-card-visual { transform: scale(1.025); }
.mission-card-visual { background-color:#173a2c; background-image:url('wellsprings-mission-tile-full-emblem-balanced-2026.webp'); background-position:right center; background-size:cover; background-repeat:no-repeat; }
.center-card-visual { background-image: url('wellspring-center-thank-you-balanced-2026.webp'); background-position: 54% 57%; }
.path-card-body { position: relative; z-index: 1; flex: 1; display: flex; flex-direction: column; padding: 22px 25px 24px; }
.path-card .path-label { margin: 0 0 11px; font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.path-card h2 { min-height:2.16em; margin:0; font:600 clamp(25px,3vw,35px)/1.08 Georgia,"Times New Roman",serif; letter-spacing:-.025em; }
.path-card-body > p:not(.path-label) { margin: 17px 0 23px; font-size: 13px; line-height: 1.62; }
.path-card a { width: 100%; min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: auto; padding: 15px 19px; border: 2px solid transparent; box-shadow: 0 9px 20px rgba(0,0,0,.22); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.path-card a:hover, .path-card a:focus-visible { transform: translateY(-3px); box-shadow: 0 14px 27px rgba(0,0,0,.32); }
.path-arrow { font-size: 20px; line-height: 1; transition: transform .2s ease; }
.path-card a:hover .path-arrow, .path-card a:focus-visible .path-arrow { transform: translate(3px,-3px); }
.mission-path-card { color: white; background: linear-gradient(135deg, rgba(23,58,44,.97), rgba(33,74,56,.97)); border-top-color: #e8c878; }
.mission-path-card .path-label { color: #e8c878; }
.mission-path-card .path-card-body > p:not(.path-label) { color: rgba(255,255,255,.78); }
.mission-path-card a { color: #19372a; background: #e8c878; }
.mission-path-card a:hover, .mission-path-card a:focus-visible { background: #f4d98f; border-color: #fff4ce; }
.center-path-card { color: white; background: linear-gradient(135deg, rgba(6,42,110,.97), rgba(7,61,169,.97)); border-top-color: #df5b08; }
.center-path-card .path-label { color: #f6a56c; }
.center-path-card .path-card-body > p:not(.path-label) { color: rgba(255,255,255,.8); }
.center-path-card a { color: white; background: #df5b08; }
.center-path-card a:hover, .center-path-card a:focus-visible { background: #f16b17; border-color: #ffd2b5; }
.thank-you-endcap { display:grid; grid-template-columns:minmax(0,1fr) auto; align-items:center; gap:34px; margin:2px 0 12px; padding:10px 0 4px; }
.thank-you-actions { display:flex; justify-content:flex-end; align-items:center; flex-wrap:wrap; gap:25px; margin:0; }
.text-link { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.45); font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.text-link:hover, .text-link:focus-visible { border-color: white; }
.thank-you-footer { position:relative; z-index:2; }
.thank-you-footer p { margin: 0; }
.thank-you-footer .join-social-links{height:100%}
.trevor-connect { width:100%; max-width:none; display:grid; grid-template-columns:minmax(0,1fr) auto; align-items:center; column-gap:24px; margin-top:auto; padding:18px 20px; border:1px solid rgba(212,173,105,.42); background:rgba(255,255,255,.035); }
.trevor-connect>span { grid-column:1; display:block; margin-bottom:9px; color:#e8c878; font-size:10px; font-weight:800; letter-spacing:.16em; text-align:center; text-transform:uppercase; }
.trevor-connect p { grid-column:1; max-width:440px; margin-inline:auto!important; color:rgba(255,255,255,.68); text-align:center; font:italic 12px/1.55 Georgia,serif; }
.trevor-connect>div { grid-column:2; grid-row:1/3; display:flex; flex-wrap:nowrap; justify-content:flex-end; gap:8px; margin-top:0; }
.trevor-connect a,.trevor-connect button,.trevor-email-link { min-height:38px; display:inline-flex; align-items:center; justify-content:space-between; gap:14px; padding:9px 12px; border:1px solid rgba(255,255,255,.24); color:#fff; background:transparent; font:800 9px/1 Arial,sans-serif; letter-spacing:.08em; text-transform:uppercase; cursor:pointer; }
.trevor-connect a:hover,.trevor-connect button:hover,.trevor-connect a:focus-visible,.trevor-connect button:focus-visible { color:#0b3540; background:#e8c878; }

.legal-page { min-height: 100svh; background: var(--paper); }
.legal-header { display: flex; justify-content: space-between; align-items: center; padding: 27px clamp(24px, 5vw, 78px); background: var(--ink-deep); color: white; }
.legal-back { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.legal-content { width: min(760px, calc(100% - 48px)); margin: auto; padding: clamp(75px, 9vw, 120px) 0; font-size: 17px; line-height: 1.8; color: #40575c; }
.legal-content h1 { margin: 0; color: var(--ink-deep); font-size: clamp(52px, 7vw, 82px); line-height: 1; }
.legal-content h2 { margin: 48px 0 12px; color: var(--ink); font-size: 30px; letter-spacing: -.02em; }
.legal-content p { margin: 0 0 18px; }
.legal-content a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.legal-updated { margin: 18px 0 42px !important; color: #718184; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.legal-footer { min-height: auto; display: flex; justify-content: space-between; padding: 28px clamp(24px, 5vw, 78px); }
.legal-footer p { margin: 0; text-align: left; }

.journey-continuation { padding: clamp(48px,5vw,72px) clamp(24px,7vw,110px); color:#f7f1e6; background:#0d3039; }
.journey-continuation-intro { max-width:920px; margin:0 auto clamp(34px,4vw,52px); color:#f7f1e6; text-align:center; font:italic clamp(24px,2.5vw,36px)/1.35 Georgia,serif; }
.journey-continuation-path { position:relative; display:grid; grid-template-columns:repeat(4,1fr); gap:18px; max-width:1180px; margin:auto; }
.journey-continuation-path::before { content:""; position:absolute; top:25px; right:8%; left:8%; height:1px; background:linear-gradient(90deg,transparent,var(--gold) 12%,var(--gold) 88%,transparent); }
.journey-continuation-path article { position:relative; padding:0 14px; text-align:center; }
.journey-continuation-path article > span { position:relative; z-index:1; display:grid; place-items:center; width:50px; height:50px; margin:0 auto 20px; border:1px solid var(--gold); border-radius:50%; color:#0d3039; background:var(--gold); font:700 12px/1 Arial,sans-serif; letter-spacing:.12em; }
.journey-continuation-path h3 { margin:0 0 10px; color:white; font:clamp(21px,2vw,28px)/1.08 Georgia,serif; }
.journey-continuation-path p { max-width:220px; margin:auto; color:#c7d2d2; font-size:14px; line-height:1.55; }
.recovery-callout { margin:36px 0; padding:28px 30px 28px 34px; border-left:4px solid var(--gold); color:var(--ink-deep); background:#f4ead8; box-shadow:0 18px 45px rgba(17,55,63,.09); font:italic clamp(25px,2.6vw,35px)/1.35 Georgia,serif; }

@media (max-width: 800px) {
  .desktop-break { display: none; }
  .site-header { flex-direction: column; align-items: flex-start; padding: 22px 20px; }
  .site-header nav { width: 100%; justify-content: space-between; gap: 8px; margin-top: 14px; font-size: 9.5px; letter-spacing: .04em; }
  .site-header nav a { flex: 0 1 auto; padding: 7px 0; white-space: nowrap; }
  .site-header .nav-cta { padding: 7px 9px !important; }
  .wordmark { font-size: 18px; }
  .hero { min-height: 820px; align-items: flex-end; }
  .hero-image { background-position: 62% center; }
  .hero-wash { background: linear-gradient(0deg, rgba(9,41,50,.88) 0%, rgba(9,41,50,.4) 65%, rgba(9,41,50,.22)); }
  .hero-content { margin: 0; padding: 145px 24px 105px; }
  .scroll-cue { display: none; }
  .story-grid, .author-grid, .journey-grid, .after-grid, .lived-grid, .mission-cards, .reframe-cards, .builder-callout { grid-template-columns: 1fr; }
  .builder-callout { gap: 24px; margin-top: 24px; padding: 28px 24px; }
  .float-initiative-strip { grid-template-columns:1fr; }
  .float-initiative-visual { min-height:280px; }
  .journey-rail { display: none; }
  .journey-continuation { padding:42px 23px 46px; }
  .journey-continuation-intro { margin-bottom:30px; font-size:25px; }
  .journey-continuation-path { grid-template-columns:1fr 1fr; gap:30px 12px; }
  .journey-continuation-path::before { display:none; }
  .journey-continuation-path article { padding:0 4px; }
  .journey-continuation-path article > span { margin-bottom:14px; }
  .journey-continuation-path h3 { font-size:21px; }
  .recovery-callout { margin:30px -10px; padding:24px 22px 24px 25px; font-size:25px; }
  .turning-section { min-height: 720px; }
  .turning-content { width: auto; max-width: none; margin-left: 24px; margin-right: 24px; }
  .turning-content h2 { font-size: clamp(39px,11vw,58px); }
  .lived-grid .body-copy { padding-top: 0; }
  .lived-grid > div:first-child { position: static; }
  .lived-grid > div:first-child::before { height: 330px; margin: 38px 0 42px; padding: 0 24px 25px; font-size: 25px; }
  .desert-passage { margin: 0 -10px 30px; padding: 29px 22px 10px; }
  .desert-passage .desert-callout { margin: 24px -22px; padding: 21px 22px; font-size: 20px; line-height: 1.4; }
  .career-highlight { grid-template-columns: 21px 1fr; gap: 10px; margin: 27px 0!important; padding: 18px 17px; font-size: 20px; }
  .career-service-note { grid-template-columns: 20px 1fr; gap: 9px; margin: 26px 0 28px; padding: 17px 15px 18px; font-size: 16px; line-height: 1.68; }
  .career-service-note strong { font-size: 11px; letter-spacing: .12em; }
  .career-scope-strip { grid-template-columns: 1fr 1fr; margin: 27px 0 30px; }
  .career-scope-strip span { min-height: 64px; padding: 12px 9px; font-size: 10px; }
  .career-scope-strip span + span { border-left: 0; }
  .career-scope-strip span:nth-child(even) { border-left: 1px solid rgba(21,61,68,.12); }
  .career-scope-strip span:nth-child(n+3) { border-top: 1px solid rgba(21,61,68,.12); }
  .career-proof-grid { grid-template-columns: 1fr; gap: 9px; margin: 30px 0 32px; }
  .career-proof-grid article { min-height: 0; padding: 19px 18px 20px; }
  .career-proof-grid h3 { min-height: 0; margin-top: 18px; }
  .career-venture-story { margin: 35px -10px 34px; padding: 30px 20px 31px; }
  .career-accuracy-note { padding: 21px 20px; }
  .venture-path { grid-template-columns: 1fr 1fr; }
  .venture-path article { min-height: 135px; }
  .career-idea-panel { grid-template-columns: 1fr; gap: 23px; margin: 33px 0 35px; padding: 27px 23px 25px; }
  .career-idea-panel h3 { font-size: 31px; }
  .signup-frame { width: calc(100% - 8px); height: 925px; }
  .signup-frame iframe { height: 925px; }
  .fur-family-section { grid-template-columns: 1fr; gap: 34px; padding: 54px 24px 58px; }
  .fur-family-copy { max-width: none; }
  .fur-family-copy h2 { font-size: clamp(42px,12vw,59px); }
  .chapter-cards { grid-template-columns: 1fr; border-bottom: 0; }
  .chapter-cards article { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.17); }
  .chapter-cards h3 { margin-top: 35px; }
  .section-number { display: none; }
  .body-copy { padding-top: 0; }
  .mission-card { min-height: 390px; }
  footer { grid-template-columns: 1fr; text-align: center; }
  .footer-mark, .footer-links { justify-content: center; }
  .ecosystem-footer { grid-template-columns:1fr 1fr; }
  .join-social-links { grid-column:1/-1; }
  footer p { order: 3; }
  .thank-you-page { min-height: 100svh; }
  .thank-you-image { background-position: 63% center; }
  .thank-you-wash { background: linear-gradient(0deg, rgba(7,34,42,.97) 0%, rgba(7,34,42,.88) 68%, rgba(7,34,42,.62)); }
  .thank-you-header { padding: 22px 20px; }
  .thank-you-content { width: auto; margin: 18px 18px 40px; }
  .thank-you-content h1 { font-size: clamp(38px, 10.5vw, 52px); }
  .thank-you-content h1 span { white-space:normal; }
  .thank-you-summary { grid-template-columns: 1fr; gap: 10px; margin-top: 16px; }
  .thank-you-summary > span { display:inline; white-space:normal; }
  .thank-you-summary > span + span::before { content:" "; }
  .thank-you-lead { padding: 15px 17px; font-size: 20px; }
  .inbox-note { padding: 15px 17px; }
  .thank-you-tile-grid { grid-template-columns:1fr; }
  .thank-you-grid-tile,.path-card { height:auto; min-height:0; }
  .thank-you-opening-copy { min-height:380px; padding:34px 24px; }
  .thank-you-float-tile { min-height:300px; }
  .path-card-visual { height:clamp(190px,52vw,245px); }
  .path-card h2 { min-height:0; }
  .path-card-body { padding: 25px 23px 24px; }
  .starfish-feature-card, .book-feature-card, .nonprofit-feature-card { grid-template-columns:1fr; }
  .book-feature-visual { min-height:390px; }
  .nonprofit-feature-visual { min-height:250px; }
  .starfish-feature-copy { padding:28px 22px 30px; }
  .thank-you-endcap { grid-template-columns:1fr; gap:18px; margin-bottom:6px; padding-top:4px; }
  .thank-you-actions { justify-content:flex-start; }
  .ecosystem-footer { grid-template-columns:1fr; gap:30px; padding:38px 22px 24px; }
  .footer-fur-signoff{width:100%;max-width:420px}.footer-fur-signoff img{height:170px}
  .trevor-connect { max-width:none; }
  .join-social-links { grid-column:auto; }
  .ecosystem-footer-meta { flex-direction:column; gap:14px; }
  .story-menu { width: calc(100% - 7px); max-height: calc(100dvh - 10px); padding: 18px 17px 20px; border-radius: 16px 0 0 16px; }
  .menu-top { padding-bottom: 13px; }
  .menu-wordmark { font-size: 22px; }
  .story-links { padding: 3px 0 10px; }
  .story-links a { grid-template-columns: 30px 1fr auto; gap: 10px; padding: 11px 3px; }
  .story-links strong { font-size: 25px; }
  .story-links small { font-size: 11.5px; line-height: 1.32; }
  .menu-invitation { padding: 19px 17px 18px; border-radius: 9px; }
  .menu-invitation h2 { margin-bottom: 13px; font-size: 23px; }
  .menu-actions { gap: 7px; }
  .menu-actions a { min-height: 44px; padding: 11px 12px; font-size: 11px; }
  .floating-tab { width: 55px; min-height: 0; padding: 11px 3px 9px; gap: 6px; }
  .floating-tab:hover, .floating-tab:focus-visible { width: 58px; }
  .tab-copy { width: 47px; transform: none; }
  .tab-behind { font-size: 11.5px; }
  .tab-the { font-size: 21px; }
  .tab-story { font-size: 13.5px; }
  .floating-tab i { margin-left: 0; }
  .updates-layout { grid-template-columns: 1fr; gap: 42px; }
  .book-follow-card { width: min(320px,78vw); }
  .story-banner img { min-height: 245px; object-fit: cover; object-position: 57% center; }
  .quote-section { min-height: 365px; padding: 54px 22px; }
  .turning-section { min-height: 520px; }
  .turning-content { padding-top: 60px; padding-bottom: 60px; }
  .story-section, .author-section, .after-section { padding-top: 52px; padding-bottom: 52px; }
  .lived-section { padding-top: 52px; padding-bottom: 44px; }
  .lived-grid > div:first-child::before { margin-top: 26px; margin-bottom: 28px; }
  .reframe-section, .calling-section { padding-top: 50px; padding-bottom: 54px; }
  .reframe-heading, .calling-intro { margin-bottom: 36px; }
  .resolve-section, .contact-section, .updates-section { padding-top: 54px; padding-bottom: 54px; }
}

@media (max-width: 430px) {
  .menu-actions { grid-template-columns: 1fr; }
}

@media (max-height: 620px) {
  .story-menu { padding-top: 13px; padding-bottom: 13px; }
  .menu-top { padding-bottom: 8px; }
  .menu-wordmark { font-size: 19px; }
  .story-links { padding-bottom: 7px; }
  .story-links a { padding-top: 7px; padding-bottom: 7px; }
  .story-links strong { font-size: 21px; }
  .story-links small { font-size: 10.5px; }
  .menu-invitation { padding: 13px 15px 14px; }
  .menu-kicker { margin-bottom: 4px; font-size: 9px; }
  .menu-invitation h2 { margin-bottom: 9px; font-size: 19px; }
  .menu-actions a { min-height: 38px; padding: 8px 10px; font-size: 10px; }
}

/* Concise narrative edition: the detailed long-form material is reserved for the book. */
.journey-continuation,.after-section,.lived-section,.reframe-section,.calling-section,.story-section,.quote-section,.resolve-section{display:none!important}

.sizzle-chapter{position:relative;display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:clamp(48px,8vw,120px);padding-top:clamp(82px,9vw,130px);padding-bottom:clamp(82px,9vw,130px)}
.sizzle-number{position:absolute;top:44px;left:max(7vw,28px);color:rgba(20,61,71,.28);font:800 10px/1 Arial,sans-serif;letter-spacing:.18em}
.sizzle-heading h2,.vision-teaser h2,.book-sizzle h2{margin:0;font:400 clamp(42px,5.5vw,72px)/1.02 Georgia,"Times New Roman",serif;letter-spacing:-.04em}
.sizzle-heading>p:last-child{max-width:660px;margin:28px 0 0;color:#536569;font-size:17px;line-height:1.72}
.sizzle-copy{align-self:center;max-width:680px}.sizzle-copy p{margin:0 0 22px;color:#536569;font-size:17px;line-height:1.72}.sizzle-copy .sizzle-lead,.book-sizzle .sizzle-lead{color:#173f4b;font:400 clamp(24px,2.7vw,36px)/1.35 Georgia,serif}.sizzle-copy .sizzle-emphasis{margin-top:32px;padding:25px 27px;border-left:4px solid #d4ad69;color:#173f4b;background:#f2e8d7;font:italic 21px/1.5 Georgia,serif}

.float-revelation{position:relative;min-height:clamp(560px,56vw,790px);overflow:hidden;color:#fff;background:#0b3540}.float-revelation>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.float-revelation-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,35,43,.9) 0%,rgba(7,35,43,.58) 42%,rgba(7,35,43,.08) 75%)}.float-revelation-copy{position:relative;z-index:1;width:min(650px,82%);padding:clamp(90px,12vw,165px) 0 clamp(85px,10vw,140px) max(7vw,28px)}.float-revelation-copy h2{max-width:620px;margin:0;font:400 clamp(48px,6vw,82px)/1 Georgia,serif;letter-spacing:-.04em}.float-revelation-copy>p:not(.kicker){max-width:530px;margin:28px 0 0;color:rgba(255,255,255,.8);font-size:17px;line-height:1.72}.float-revelation-copy blockquote{max-width:610px;margin:36px 0 0;padding:23px 0 0;border-top:1px solid rgba(255,255,255,.32);color:#f0ce86;font:italic clamp(24px,3vw,38px)/1.35 Georgia,serif}

.sizzle-calling{background:#f2eadc}.sizzle-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-column:1/-1;gap:18px}.sizzle-cards article{min-height:250px;padding:31px 28px;display:flex;flex-direction:column;background:#fffdf8;border-top:4px solid #d4ad69;box-shadow:0 18px 40px rgba(16,51,59,.08)}.sizzle-cards span{color:#a9753d;font-size:10px;font-weight:800;letter-spacing:.17em}.sizzle-cards h3{margin:42px 0 12px;color:#173f4b;font:400 30px/1.08 Georgia,serif}.sizzle-cards p{margin:auto 0 0;color:#5c6b6d;font-size:15px;line-height:1.62}

.vision-teaser{color:#fff;background:#0c3540}.vision-teaser-intro{max-width:940px}.vision-teaser-intro>p:last-child{max-width:720px;margin:28px 0 0;color:rgba(255,255,255,.76);font-size:17px;line-height:1.72}.vision-teaser-links{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:55px}.vision-teaser-links a{min-height:310px;padding:34px 32px;display:flex;flex-direction:column;border:1px solid rgba(240,206,134,.46);background:rgba(255,255,255,.045);transition:transform .2s ease,background .2s ease}.vision-teaser-links a:hover,.vision-teaser-links a:focus-visible{transform:translateY(-4px);background:rgba(255,255,255,.08)}.vision-teaser-links span{color:#e6bd69;font-size:10px;font-weight:800;letter-spacing:.17em;text-transform:uppercase}.vision-teaser-links h3{margin:40px 0 14px;font:400 clamp(30px,3vw,42px)/1.05 Georgia,serif}.vision-teaser-links p{max-width:470px;margin:0;color:rgba(255,255,255,.72);font-size:15px;line-height:1.62}.vision-teaser-links b{margin-top:auto;padding-top:28px;color:#f0ce86;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.vision-teaser-note{margin:35px 0 0;color:#f0ce86;font:italic 22px/1.5 Georgia,serif}

.book-sizzle{display:grid;grid-template-columns:minmax(280px,.7fr) minmax(0,1.3fr);align-items:center;gap:clamp(55px,9vw,135px);background:#f5efe3}.book-sizzle-cover{max-width:390px;justify-self:end;padding:4px;border:1px solid rgba(180,132,58,.72);background:#f8f1e4;box-shadow:0 22px 48px rgba(10,42,51,.2)}.book-sizzle-cover img{display:block;width:100%;height:auto}.book-sizzle-copy{max-width:720px}.book-sizzle-copy>p:not(.kicker){margin:27px 0 0;color:#536569;font-size:17px;line-height:1.72}.book-sizzle-copy blockquote{margin:38px 0 0;padding:24px 0 0;border-top:1px solid rgba(23,63,75,.24);color:#a9753d;font:italic clamp(27px,3.3vw,43px)/1.3 Georgia,serif}

@media(max-width:900px){.sizzle-chapter,.book-sizzle,.sizzle-interruption{grid-template-columns:1fr;gap:42px}.sizzle-interruption .sizzle-heading h2 span{white-space:normal}.sizzle-cards,.vision-teaser-links{grid-template-columns:1fr}.sizzle-cards{grid-column:auto}.sizzle-cards article{min-height:220px}.book-sizzle-cover{width:min(330px,78vw);justify-self:center}.float-revelation{min-height:650px}.float-revelation>img{object-position:58% center}.float-revelation-shade{background:linear-gradient(90deg,rgba(7,35,43,.88),rgba(7,35,43,.38))}}
@media(max-width:560px){.sizzle-number{top:28px}.sizzle-chapter{padding:72px 22px}.float-revelation-copy{width:88%;padding-left:22px}.vision-teaser,.book-sizzle{padding:76px 22px}.vision-teaser-links a{min-height:270px;padding:28px 24px}.sizzle-cards article{padding:27px 24px}}

/* Final alignment and visual integration refinements. */
.sizzle-cards article{display:grid;grid-template-rows:20px 105px 1fr}.sizzle-cards h3{align-self:start;margin:36px 0 0}.sizzle-cards p{align-self:start;margin:18px 0 0}

.sizzle-interruption{grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr);gap:clamp(72px,7vw,112px)}
.sizzle-interruption .sizzle-heading h2{font-size:clamp(38px,2.6vw,49px);line-height:1.06;letter-spacing:-.045em}
.sizzle-interruption .sizzle-heading h2 span{display:block;white-space:nowrap}
.sizzle-interruption .sizzle-copy{min-width:0;padding-left:8px}
.sizzle-calling .sizzle-summary{align-self:center}
.sizzle-calling .sizzle-summary p{margin:0;color:#536569;font-size:17px;line-height:1.72}

.vision-teaser-intro{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(300px,.82fr);align-items:end;gap:clamp(45px,7vw,105px);max-width:none}.vision-teaser-intro>p{max-width:560px;margin:0 0 8px;color:rgba(255,255,255,.76);font-size:17px;line-height:1.72}.vision-teaser-note{max-width:1180px;margin-right:auto;margin-left:auto;text-align:center}.vision-teaser-note span{display:block}
.vision-teaser-links a{min-height:445px;padding:0 32px 32px;overflow:hidden}.vision-teaser-links a::before{content:"";height:225px;flex:0 0 auto;margin:0 -32px 31px;background-position:center;background-size:cover;background-repeat:no-repeat}.vision-teaser-links a:first-child::before{background-image:url('wellsprings-mission-tile-full-emblem-balanced-2026.webp');background-position:right 46%}.vision-teaser-links a:nth-child(2)::before{background-color:#dfeaf3;background-image:url('wellspring-center-tile-authoritative-2026.webp');background-position:center top}.vision-teaser-links h3{margin-top:29px}

.paths-section{position:relative;display:block;min-height:760px;overflow:hidden;background:#0b3540;color:#183f4b}.paths-visual{position:absolute;inset:0;min-height:0}.paths-visual:after{background:linear-gradient(90deg,rgba(9,46,56,.18),rgba(9,46,56,.05) 42%,rgba(9,46,56,.6))}.paths-visual img{width:100%;height:100%;object-fit:cover;object-position:62% center;background:transparent}.paths-copy{position:relative;z-index:1;width:min(680px,48%);min-height:760px;margin-left:auto;padding:90px clamp(38px,5vw,82px);justify-content:center;background:linear-gradient(90deg,rgba(241,234,220,.84),rgba(241,234,220,.97) 22%)}

@media(max-width:1150px){.paths-section{min-height:0}.paths-visual{position:absolute;aspect-ratio:auto}.paths-visual img{object-fit:cover}.paths-copy{width:min(680px,72%);min-height:700px;padding:72px clamp(30px,6vw,68px)}.vision-teaser-intro{grid-template-columns:1fr;align-items:start;gap:32px}.vision-teaser-intro>p{max-width:720px}}
@media(max-width:700px){.paths-copy{width:100%;min-height:0;padding:70px 24px;background:rgba(241,234,220,.9)}.paths-visual:after{background:rgba(9,46,56,.22)}.vision-teaser-links a{min-height:440px;padding:0 24px 26px}.vision-teaser-links a::before{height:180px;margin:0 -24px 26px}}

/* Compact thank-you opening: reveal the destination tiles sooner. */
.thank-you-tile-grid{grid-template-columns:minmax(0,1.25fr) minmax(0,.75fr);grid-auto-rows:auto;align-items:stretch}
.thank-you-opening-copy,.thank-you-float-tile{height:270px}
.thank-you-opening-copy{grid-template-rows:auto 1fr auto;padding:25px clamp(28px,3.4vw,44px)}
.thank-you-opening-copy h1{align-self:center;max-width:none;margin:8px 0;font-size:clamp(38px,3.45vw,50px)}
.thank-you-summary{max-width:none;font-size:13px;line-height:1.48}
.thank-you-summary>span{display:inline;white-space:normal}.thank-you-summary>span+span::before{content:" "}
.thank-you-float-tile{background-position:72% center}

@media(max-width:1100px) and (min-width:701px){.ecosystem-footer{grid-template-columns:minmax(0,.82fr) minmax(0,.62fr);padding-inline:28px}.join-social-links{grid-column:1/-1}.thank-you-tile-grid{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr)}}

@media(max-width:900px){.book-follow-card{margin-top:0}.updates-layout{align-items:center}}
@media(max-width:900px){.sizzle-interruption{grid-template-columns:1fr}.sizzle-interruption .sizzle-heading h2 span{white-space:normal}}
@media(max-width:700px){.thank-you-opening-copy{height:auto;min-height:330px}.thank-you-float-tile{height:280px;min-height:280px;background-position:68% center}}
@media(max-width:700px){.join-social-links>div{grid-template-columns:repeat(2,minmax(0,1fr))}.trevor-connect{display:block}.trevor-connect>div{margin-top:14px;flex-wrap:wrap;justify-content:center}}

/* Balanced thank-you footer: image-led signoff paired with structured pathways. */
.thank-you-footer{grid-template-columns:minmax(300px,.92fr) minmax(520px,1.38fr);column-gap:clamp(42px,5vw,86px);row-gap:34px;align-items:start;padding-top:56px}
.thank-you-footer .ecosystem-footer-intro{grid-column:1;grid-row:1/3}
.thank-you-footer .footer-fur-signoff{width:100%;max-width:430px;margin-top:30px}
.thank-you-footer .footer-fur-signoff img{height:220px;object-position:center 18%}
.thank-you-footer .ecosystem-links{grid-column:2;grid-row:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.thank-you-footer .ecosystem-links>span{grid-column:1/-1;margin-bottom:4px}
.thank-you-footer .ecosystem-links>a{box-sizing:border-box;min-height:74px;padding:16px 18px;display:flex;align-items:center;justify-content:center;text-align:center;border:1px solid rgba(255,255,255,.2);color:rgba(255,255,255,.9);font-size:12px;line-height:1.4;transition:background .18s ease,border-color .18s ease,color .18s ease}
.thank-you-footer .ecosystem-links>a:hover,.thank-you-footer .ecosystem-links>a:focus-visible{border-color:#d4ad69;background:#d4ad69;color:#102f38}
.thank-you-footer .join-social-links{grid-column:2;grid-row:2;padding-top:26px;border-top:1px solid rgba(255,255,255,.14)}
.thank-you-footer .ecosystem-footer-meta{grid-row:3}
@media(max-width:1100px){
  .thank-you-footer{grid-template-columns:minmax(260px,.8fr) minmax(400px,1.2fr);column-gap:36px;padding-inline:28px}
  .thank-you-footer .footer-fur-signoff img{height:195px}
}
@media(max-width:800px){
  .thank-you-footer{grid-template-columns:1fr;gap:30px;padding:42px 22px 24px}
  .thank-you-footer .ecosystem-footer-intro,.thank-you-footer .ecosystem-links,.thank-you-footer .join-social-links,.thank-you-footer .ecosystem-footer-meta{grid-column:1;grid-row:auto}
  .thank-you-footer .footer-fur-signoff{max-width:520px}
  .thank-you-footer .footer-fur-signoff img{height:auto;aspect-ratio:16/9;object-position:center 15%}
}
@media(max-width:520px){.thank-you-footer .ecosystem-links{grid-template-columns:1fr}.thank-you-footer .ecosystem-links>a{min-height:62px}}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
  .floating-tab i { animation: none; opacity: 1; }
}

/* A purpose beyond the page: PSP awareness and research commitment. */
.book-purpose { margin-top: 38px; padding: 28px 30px; border-left: 4px solid #d4ad69; background: #fffaf1; box-shadow: 0 14px 32px rgba(10,42,51,.08); }
.book-purpose .kicker { margin: 0 0 12px; }
.book-purpose h3 { max-width: 610px; margin: 0; color: #173f4b; font: 400 clamp(25px,2.6vw,35px)/1.17 Georgia,"Times New Roman",serif; letter-spacing: -.025em; }
.book-purpose p:not(.kicker) { margin: 17px 0 0; color: #536569; font-size: 15px; line-height: 1.68; }
.book-purpose a { display: inline-flex; align-items: center; gap: 12px; margin-top: 20px; padding-bottom: 6px; border-bottom: 1px solid rgba(169,117,61,.6); color: #9b6f2f; font-size: 12px; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }

/* Final collision-proof narrative and balanced destination artwork. */
.sizzle-interruption{grid-template-columns:minmax(0,.9fr) minmax(380px,1.1fr);gap:clamp(70px,9vw,140px)}
.sizzle-interruption .sizzle-heading{min-width:0}
.sizzle-interruption .sizzle-heading h2{font-size:clamp(34px,2.35vw,45px);max-width:100%}
.sizzle-interruption .sizzle-copy{min-width:0;padding-left:clamp(8px,1vw,18px)}
.vision-teaser-links a:nth-child(2)::before{background-image:url('wellspring-center-tile-authoritative-2026.webp');background-size:cover;background-position:left center;background-repeat:no-repeat}
.center-card-visual{background-image:url('wellspring-center-tile-authoritative-2026.webp');background-size:cover;background-position:left center;background-repeat:no-repeat}

/* Visible full-width StarfishFloat.org invitation beneath the two vision tiles. */
.vision-nonprofit-feature{display:grid;grid-template-columns:minmax(300px,.78fr) minmax(0,1.22fr);max-width:1180px;min-height:260px;margin:22px auto 0;overflow:hidden;border:1px solid rgba(240,206,134,.5);border-top:4px solid #ef7b58;background:#082f3b;color:#fff;box-shadow:0 22px 55px rgba(2,24,31,.28);transition:transform .22s ease,box-shadow .22s ease}
.vision-nonprofit-feature:hover,.vision-nonprofit-feature:focus-visible{transform:translateY(-4px);box-shadow:0 28px 70px rgba(2,24,31,.38)}
.vision-nonprofit-image{position:relative;isolation:isolate;display:flex;flex-direction:column;justify-content:flex-end;padding:28px 30px;background:#0a3541 url('starfish-org-shoreline-authoritative-2026.webp') 58% center/cover no-repeat}
.vision-nonprofit-image:after{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(180deg,rgba(3,28,36,.06),rgba(3,28,36,.9))}
.vision-nonprofit-image span,.vision-nonprofit-copy>span{color:#f1c18f;font-size:9px;font-weight:800;letter-spacing:.17em;text-transform:uppercase}
.vision-nonprofit-image strong{margin-top:9px;font:400 clamp(28px,3.2vw,43px)/1 Georgia,"Times New Roman",serif}
.vision-nonprofit-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(28px,4vw,48px)}
.vision-nonprofit-copy h3{max-width:690px;margin:13px 0 14px;font:400 clamp(28px,3.1vw,43px)/1.06 Georgia,"Times New Roman",serif;letter-spacing:-.025em}
.vision-nonprofit-copy p{max-width:720px;margin:0;color:rgba(255,255,255,.77);font-size:14px;line-height:1.65}
.vision-nonprofit-copy b{margin-top:19px;color:#f0ce86;font-size:10px;letter-spacing:.1em;text-transform:uppercase}
@media(max-width:760px){.vision-nonprofit-feature{grid-template-columns:1fr}.vision-nonprofit-image{min-height:205px}.vision-nonprofit-copy{padding:28px 24px}}
.thank-you-float-tile{background-size:122% auto;background-position:70% center}
@media(max-width:900px){.sizzle-interruption{grid-template-columns:1fr;gap:42px}.sizzle-interruption .sizzle-heading h2{font-size:clamp(38px,8vw,54px)}}

/* v106: shared StarfishFloat.org identity and Book thank-you destination hierarchy. */
.vision-nonprofit-feature,.float-initiative-strip{grid-template-columns:1fr}
.vision-nonprofit-image,.float-initiative-visual,.nonprofit-feature-visual{min-height:0;aspect-ratio:1799/800;padding:0;background-image:url('starfish-org-identity-2026.webp');background-position:center;background-size:cover}
.vision-nonprofit-image::after,.float-initiative-visual::before,.float-initiative-visual::after,.nonprofit-feature-visual::before,.nonprofit-feature-visual::after{content:none}
.nonprofit-feature-card{grid-template-columns:1fr}
.path-card-visual{height:auto;aspect-ratio:9/4}
.mission-card-visual{background-image:url('wellsprings-mission-identity-2026.webp');background-position:center;background-size:cover}
.join-feature-card{grid-template-columns:minmax(300px,.72fr) minmax(0,1fr)}
.join-feature-visual{position:relative;isolation:isolate;min-height:390px;display:flex;flex-direction:column;justify-content:flex-end;padding:clamp(28px,4vw,44px);overflow:hidden;background:#193f47 url('join-wellsprings-identity-2026.webp') center/cover no-repeat;color:#fff}
.join-feature-visual::before{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(180deg,rgba(8,37,44,.08),rgba(8,37,44,.9))}
.join-feature-visual span{color:#f2d07f;font:800 10px/1.4 Arial,sans-serif;letter-spacing:.18em;text-transform:uppercase}
.join-feature-visual strong{max-width:410px;margin-top:12px;font:400 clamp(32px,3.7vw,51px)/1.03 Georgia,"Times New Roman",serif}
@media(max-width:760px){.join-feature-card{grid-template-columns:1fr}.join-feature-visual{min-height:300px}}
.book-purpose a:hover, .book-purpose a:focus-visible { color: #173f4b; border-color: #173f4b; }
@media (max-width: 560px) { .book-purpose { padding: 24px 22px; } }
