@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800;900&family=Caveat:wght@500;600;700&family=DM+Sans:wght@400;500;600;700&family=Libre+Baskerville:wght@400;700&display=swap');

:root{--ink:#080a0b;--ink-2:#111516;--paper:#fbf7ef;--paper-2:#f1eadf;--gold:#f5bf48;--gold-dark:#bb7e16;--rust:#df5d3f;--teal:#146d71;--muted:#6f6a61;--line:#17151224;--serif:'Libre Baskerville',Georgia,serif;--display:'Barlow Condensed',Impact,sans-serif;--hand:'Caveat',cursive;--body:'DM Sans',Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ink);color:var(--paper);font:16px/1.6 var(--body);overflow-x:hidden}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}.wrap{width:min(calc(100% - 64px),1320px);margin:0 auto}.skip{position:fixed;left:16px;top:-80px;z-index:100;padding:12px 16px;background:var(--gold);color:var(--ink);font-weight:800}.skip:focus{top:12px}

.nav{position:sticky;top:0;z-index:50;background:#080a0bed;border-bottom:1px solid #fff2;backdrop-filter:blur(18px)}.nav-in{display:flex;align-items:center;gap:30px;min-height:76px}.brand{display:flex;align-items:center;flex:0 0 auto}.brand img{width:174px;height:48px;object-fit:contain;object-position:left center}.navlinks{display:flex;align-items:center;justify-content:center;gap:clamp(16px,2.5vw,34px);flex:1;font:700 13px/1 var(--display);letter-spacing:.07em;text-transform:uppercase}.navlinks a{position:relative;white-space:nowrap;color:#f7f4ea}.navlinks a:after{content:'';position:absolute;right:100%;bottom:-12px;left:0;height:2px;background:var(--gold);transition:right .2s ease}.navlinks a:hover:after,.navlinks a:focus-visible:after{right:0}.menu-toggle{display:none}
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;padding:11px 20px;border:1px solid var(--gold);border-radius:4px;background:var(--gold);color:#14110a;font:800 14px/1 var(--body);letter-spacing:.02em;text-transform:uppercase;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.button:after{content:'→';font-size:20px;line-height:0}.button:hover{transform:translateY(-3px);box-shadow:0 12px 28px #0006}.button.alt{border-color:#fff9;background:transparent;color:var(--paper)}.button.alt:hover{border-color:var(--gold);color:var(--gold);box-shadow:none}.nav-cta{min-height:42px;padding:10px 17px;font-size:12px}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.play-link{padding-right:22px}.play-icon{display:inline-grid;place-items:center;width:22px;height:22px;border:1px solid currentColor;border-radius:50%;font-size:9px}.eyebrow{margin:0;color:var(--gold);font:800 12px/1.3 var(--display);letter-spacing:.23em;text-transform:uppercase}.eyebrow.dark{color:var(--gold-dark)}
h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--display);font-weight:800;letter-spacing:-.05em;line-height:.9;text-transform:uppercase}h1{margin:20px 0 22px;font-size:clamp(80px,13vw,190px)}h1 span,h1 strong{display:block}h1 span{color:#fff;font-weight:800}h1 strong{color:var(--gold);font-weight:800;text-shadow:0 2px #5a3c08;position:relative}h1 strong:after{content:'';position:absolute;bottom:-10px;left:0;width:80%;height:10px;background:var(--gold);clip-path:polygon(0 38%,25% 20%,52% 36%,76% 0,100% 20%,90% 62%,60% 45%,35% 72%,0 70%);opacity:.9}h2{margin-bottom:26px;font-size:clamp(62px,8.3vw,122px)}h2 em,h3 em{color:var(--gold-dark);font-family:var(--hand);font-weight:600;letter-spacing:0;text-transform:none}h3{font-size:clamp(28px,3.4vw,46px)}p{margin-bottom:18px}.lead{font-size:clamp(18px,1.65vw,23px);line-height:1.45}.dark-lead{color:#3f3d37}.small{font-size:13px}

.hero{position:relative;isolation:isolate;min-height:calc(100vh - 76px);display:flex;align-items:center;overflow:hidden;background:#0a0c0d url('assets/founder/aaron-hero-seated.jpeg') 70% center/auto 100% no-repeat}.hero:before{content:'';position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,#050607 0%,#050607f7 25%,#050607ad 48%,#05060724 75%,#050607b8 100%)}.hero:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(0deg,#080a0b 0%,transparent 24%,transparent 80%,#080a0b 100%)}.hero-inner{position:relative;min-height:calc(100vh - 76px);display:flex;align-items:center}.hero-copy{width:min(62%,740px);padding:80px 0 80px}.hero-tagline{margin:0 0 14px;color:#fff;font:700 clamp(25px,3.5vw,46px)/1.08 var(--serif);text-transform:none}.hero-description{max-width:610px;color:#f7f5ee;font-size:clamp(16px,1.5vw,21px);line-height:1.5}.hero-note{position:absolute;right:2%;top:30%;max-width:260px;color:#fff;font:700 clamp(31px,4vw,60px)/.83 var(--hand);text-align:center;transform:rotate(-7deg);text-shadow:0 3px #0008}.hero-note span{color:#fff}.hero-note em{color:var(--gold);font-style:normal}.note-stroke{width:160px;height:12px;margin:12px auto 0;background:var(--gold);clip-path:polygon(0 43%,20% 15%,42% 52%,67% 0,100% 25%,83% 68%,58% 40%,35% 100%,12% 59%);transform:rotate(-5deg)}.hero-side-words{position:absolute;right:0;bottom:110px;padding-left:18px;border-left:1px solid var(--gold);color:#fff;font:800 12px/1.5 var(--display);letter-spacing:.22em;text-transform:uppercase}.hero-proof{display:flex;align-items:center;gap:18px;margin-top:44px;color:#fff;font:600 12px/1.15 var(--display);letter-spacing:.11em;text-transform:uppercase}.hero-proof b{color:var(--gold);font-weight:700}.hero-proof i{display:block;width:1px;height:28px;background:var(--gold)}

.section{padding:clamp(74px,9vw,140px) 0;border-bottom:1px solid #fff2}.paper{background:var(--paper);color:var(--ink)}.paper-light{background:var(--paper-2);color:var(--ink)}.ink{background:#080a0b}.about-grid{display:grid;grid-template-columns:minmax(300px,.9fr) minmax(540px,1.1fr);gap:clamp(44px,7vw,120px);align-items:center}.about-intro h2{margin:18px 0 26px}.about-intro>p:not(.eyebrow):not(.lead):not(.handwritten):not(.signature){max-width:600px;color:#514f48}.handwritten{margin:30px 0 0;color:#27251f;font:clamp(30px,3.3vw,48px)/.9 var(--hand);transform:rotate(-3deg)}.signature{margin:3px 0 0 90px;color:var(--gold-dark);font:700 13px/1 var(--display);letter-spacing:.15em;text-transform:uppercase}.role-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.role-card{min-height:190px;padding:24px 18px 20px;border:1px solid #15120e22;background:#fffaf3;box-shadow:0 5px 0 #15120e08;transition:transform .2s ease,box-shadow .2s ease}.role-card:hover{transform:translateY(-5px);box-shadow:0 14px 25px #15120e18}.role-icon{display:block;margin-bottom:14px;color:var(--gold-dark);font:800 35px/1 var(--serif)}.role-card h3{margin:0 0 11px;font:700 24px/.95 var(--serif);letter-spacing:-.04em;text-transform:none}.role-card p{margin:0;color:#777065;font:600 11px/1.45 var(--display);letter-spacing:.1em;text-transform:uppercase}

.ministry{position:relative;overflow:hidden}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:70px}.section-heading h2{margin:18px 0 0}.section-heading>p{max-width:540px;margin:0;color:#d6dbd2;font-size:16px;line-height:1.5}.scribble-callout{position:absolute;right:clamp(18px,5vw,90px);top:130px;color:#fff;font:700 clamp(25px,3.8vw,55px)/.85 var(--hand);text-align:right;transform:rotate(-6deg)}.scribble-callout b{color:var(--gold);font-weight:700}.experience-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-top:52px}.experience-card{position:relative;min-height:190px;display:flex;flex-direction:column;justify-content:end;overflow:hidden;padding:17px 15px;border:1px solid #fff5;background-image:linear-gradient(0deg,#050607f6 0%,#05060734 68%),var(--card-image);background-position:center;background-size:cover;transition:transform .25s ease,border-color .25s ease}.experience-card:hover{transform:translateY(-7px);border-color:var(--gold)}.experience-card:before{content:'';position:absolute;inset:0;background:#0001}.experience-card>*{position:relative}.card-kicker{color:var(--gold);font:800 11px/1 var(--display);letter-spacing:.12em;text-transform:uppercase}.experience-card strong{margin-top:7px;color:#fff;font:700 clamp(24px,2.3vw,38px)/.85 var(--serif);letter-spacing:-.06em}.card-arrow{position:absolute;right:13px;bottom:14px;color:var(--gold);font-size:25px}.featured-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}.featured-message{position:relative;display:flex;align-items:center;gap:16px;min-height:108px;overflow:hidden;padding:14px 20px;border:1px solid #fff5;background:#121819;transition:background .2s ease,border-color .2s ease}.featured-message:hover{background:#192526;border-color:var(--gold)}.featured-message img{width:145px;align-self:stretch;object-fit:cover;object-position:48% 35%;margin:-14px 0 -14px -20px}.feature-play{display:grid;place-items:center;flex:0 0 auto;width:42px;height:42px;border:1px solid #fff;border-radius:50%;color:#fff;font-size:13px}.featured-message>span:not(.feature-play):not(.podcast-mark){display:flex;flex-direction:column;min-width:0}.featured-message small{color:var(--gold);font:800 10px/1 var(--display);letter-spacing:.14em;text-transform:uppercase}.featured-message strong{margin:7px 0 2px;color:#fff;font:700 24px/.9 var(--serif)}.featured-message em{color:#aaa89f;font:12px/1 var(--display);letter-spacing:.12em;text-transform:uppercase;font-style:normal}.featured-message>b{margin-left:auto;color:var(--gold);font:700 11px/1 var(--display);letter-spacing:.09em;text-transform:uppercase;white-space:nowrap}.podcast{background:#0e1416}.podcast-mark{display:grid;place-items:center;width:78px;height:78px;border-radius:50%;background:#080a0b;color:var(--gold);font:700 64px/.6 var(--serif)}

.donvielle-grid{display:grid;grid-template-columns:1.1fr 1fr .5fr;gap:28px;align-items:center}.donvielle-photo{overflow:hidden;background:#e4d6c5}.donvielle-photo img{width:100%;height:100%;object-fit:cover;object-position:center}.photo-large{height:310px}.photo-small{height:250px}.donvielle-copy h2{margin:18px 0 20px}.donvielle-copy>p:not(.eyebrow){color:#57534a}.donvielle-values{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:28px}.donvielle-values span{padding-top:10px;border-top:2px solid var(--gold-dark);color:#81796b;font:700 10px/1.15 var(--display);letter-spacing:.1em;text-transform:uppercase}.donvielle-values b{color:#28241e}

.book-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.book-copy h2{margin:18px 0 22px}.dark-button{background:#151713;border-color:#151713;color:#fff}.outline-dark{border-color:#151713;color:#151713}.outline-dark:hover{color:#151713;border-color:var(--gold-dark)}.book-feature{display:flex;align-items:center;gap:34px;padding:38px;background:#fffaf3;border:1px solid #15120e18}.book-feature img{width:190px;box-shadow:14px 16px 0 var(--gold)}.book-feature h3{margin:15px 0;color:#17140e;font-size:54px}.book-feature h3 em{color:var(--gold-dark)}.book-feature p:not(.eyebrow){color:#6e675c}

.final-cta{position:relative;overflow:hidden;padding:clamp(80px,11vw,160px) 0;background:#080a0b url('assets/ref/heart-soul-hero.jpg') center/cover no-repeat}.final-cta:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#07090af4,#07090ab8 60%,#07090ae6)}.final-inner{position:relative}.final-inner h2{max-width:650px;margin:20px 0 25px;color:#fff}.final-inner h2 em{color:var(--gold)}.final-side{position:absolute;right:clamp(24px,8vw,150px);bottom:72px;padding-left:18px;border-left:1px solid var(--gold);color:#fff;font:800 12px/1.5 var(--display);letter-spacing:.22em;text-transform:uppercase}

.footer{padding:48px 0 30px;background:#050607;color:#fff}.footer-top{display:grid;grid-template-columns:1.1fr 1.3fr auto;align-items:center;gap:40px;padding:0 0 28px;border-bottom:1px solid #fff2}.footer-brand{display:flex;align-items:center;gap:18px}.footer-brand img{width:190px;height:54px;object-fit:contain}.footer-brand span{color:var(--gold);font:700 14px/1 var(--hand);transform:rotate(-4deg)}.footer-links{display:flex;justify-content:center;flex-wrap:wrap;gap:16px 24px;font:700 12px/1 var(--display);letter-spacing:.09em;text-transform:uppercase}.footer-links a:hover{color:var(--gold)}.socials{display:flex;gap:14px}.socials a{display:grid;place-items:center;width:30px;height:30px;border:1px solid #fff6;border-radius:50%;font-weight:700}.socials a:hover{color:var(--gold);border-color:var(--gold)}.footer-bottom{display:flex;justify-content:space-between;gap:24px;padding-top:24px;color:#96978f;font-size:12px}.footer-bottom a:hover{color:var(--gold)}

@media(max-width:1100px){.nav-in{gap:18px}.navlinks{gap:16px}.hero-note{right:1%;top:23%}.hero-side-words{display:none}.experience-grid{grid-template-columns:repeat(3,1fr)}.experience-card{min-height:220px}.donvielle-grid{grid-template-columns:1fr 1.2fr}.photo-small{display:none}.footer-top{grid-template-columns:1fr auto}.footer-links{justify-content:flex-start;grid-column:1/-1;grid-row:2}.socials{justify-self:end;grid-column:2;grid-row:1}}
@media(max-width:760px){.wrap{width:min(calc(100% - 36px),1320px)}.nav-in{position:relative;min-height:68px;flex-wrap:wrap}.brand img{width:152px;height:45px}.menu-toggle{display:inline-grid;place-items:center;margin-left:auto;width:42px;height:40px;border:1px solid #fff4;border-radius:4px;background:transparent;color:#fff}.menu-toggle:before{content:'☰';font-size:19px}.nav.open .menu-toggle:before{content:'×';font-size:27px}.navlinks{display:none;order:4;flex-basis:100%;flex-direction:column;align-items:stretch;gap:0;padding:7px 0 10px}.nav.open .navlinks{display:flex}.navlinks a{padding:13px 4px;border-bottom:1px solid #fff2}.navlinks a:after{display:none}.nav-cta{display:none;order:5;width:100%;margin:0 0 10px}.nav.open .nav-cta{display:inline-flex}.hero{min-height:780px;background-position:70% center;background-size:auto 100%;}.hero:before{background:linear-gradient(180deg,#050607e8 0%,#050607a8 34%,#0506075c 55%,#050607e6 100%)}.hero-inner{min-height:780px;align-items:end}.hero-copy{width:100%;padding:130px 0 66px}.hero h1{font-size:clamp(76px,23vw,140px)}.hero-tagline{font-size:26px}.hero-description{max-width:560px;font-size:16px}.hero-note{top:20px;right:22px;max-width:175px;font-size:31px}.hero-proof{gap:10px;margin-top:34px;font-size:10px;letter-spacing:.07em}.hero-proof i{height:23px}.about-grid,.donvielle-grid,.book-grid{grid-template-columns:1fr;gap:44px}.role-grid{grid-template-columns:repeat(2,1fr)}.role-card{min-height:170px}.section-heading{display:block}.section-heading>p{margin-top:25px}.scribble-callout{position:relative;right:auto;top:auto;margin:34px 0 0;text-align:left}.experience-grid{grid-template-columns:repeat(2,1fr);margin-top:30px}.experience-card{min-height:205px}.featured-row{grid-template-columns:1fr}.featured-message{min-height:112px}.donvielle-grid{gap:26px}.photo-large{height:300px}.donvielle-values{gap:8px}.book-grid{gap:25px}.book-feature{padding:25px 20px;gap:24px}.book-feature img{width:130px}.book-feature h3{font-size:46px}.final-side{display:none}.footer-top{grid-template-columns:1fr}.footer-brand{flex-wrap:wrap}.socials{justify-self:start;grid-column:1;grid-row:auto}.footer-links{grid-column:1;grid-row:auto}.footer-bottom{flex-direction:column;gap:8px}}
@media(max-width:430px){h2{font-size:62px}.role-grid{gap:9px}.role-card{padding:18px 13px}.role-card h3{font-size:21px}.role-card p{font-size:10px}.experience-card{min-height:175px;padding:13px 12px}.experience-card strong{font-size:27px}.featured-message{gap:10px;padding-right:12px}.featured-message img{width:100px}.featured-message strong{font-size:20px}.featured-message>b{font-size:9px}.podcast-mark{width:58px;height:58px;font-size:48px}.book-feature{align-items:flex-start}.book-feature img{width:105px}.book-feature h3{font-size:39px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}

/* Navigation, clear next steps, and readable supporting information. */
[id]{scroll-margin-top:110px} [hidden]{display:none!important} .help-list{max-width:900px;margin-top:32px}.help-list details{padding:20px 0;border-bottom:1px solid currentColor}.help-list summary{font-size:1.125rem;font-weight:700;cursor:pointer}.help-list p{max-width:75ch;line-height:1.7}.audit-section p{max-width:75ch}.audit-section .actions{margin-bottom:20px}.site-directory{padding:28px 0;border-top:1px solid #ffffff40;margin-top:32px;display:flex;flex-wrap:wrap;gap:16px 24px}.site-directory a{text-decoration:underline;text-underline-offset:5px;font-size:1rem}.navlinks{font-size:14px}.navlinks a,.navlinks summary{min-height:44px;display:inline-flex;align-items:center}.audit-section textarea{width:100%;min-height:160px;font:inherit;padding:14px}.button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #e4b863;outline-offset:5px}.audit-note{font-size:1rem;line-height:1.65}.draft-copy{width:100%;min-height:200px;padding:16px;font:inherit}.image-removed::after{display:none}.split.image-removed{grid-template-columns:1fr}.split.image-removed>div{max-width:900px}.help-list summary::marker{color:currentColor}@media(max-width:1100px){.nav-in{flex-wrap:wrap}.navlinks{flex-wrap:wrap;gap:8px 18px}}@media(max-width:720px){.nav-in{flex-wrap:wrap}.navlinks{flex-basis:100%}.nav.open .navlinks{max-height:65vh;overflow-y:auto}.site-directory{flex-direction:column}.help-list summary{line-height:1.45}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}*,*::before,*::after{animation:none!important;transition:none!important}}

/* Uploaded signature mark: keep the complete artwork visible and readable. */
.brand img[src*="aaron-young-signature-logo"],.footer-brand img[src*="aaron-young-signature-logo"]{width:210px;height:auto;aspect-ratio:2000 / 795;object-fit:contain;background:#f7f3ea;padding:7px 10px;border-radius:4px}.nav-in{padding-top:8px;padding-bottom:8px}@media(max-width:760px){.brand img[src*="aaron-young-signature-logo"]{width:174px;height:auto}}
