@layer reset,tokens,base,components,pages,responsive,accessibility;@layer reset{*,*:before,*:after{box-sizing:border-box}html{margin:0;padding:0}body,h1,h2,h3,p,figure,blockquote{margin:0}img,svg{display:block;max-width:100%}button,input,textarea,select{font:inherit}}@layer tokens{:root{--ink: #152239;--ink-soft: #435069;--paper: #fffaf0;--paper-strong: #fffdf8;--white: #ffffff;--warm: #f4ecdd;--deep: #0c3268;--sermon-blue: #032e66;--blue: #164b92;--green: #096b54;--orange: #a94e00;--orange-bright: #d76e14;--gold: #f3aa62;--line: #d9d1c2;--shadow: 0 12px 30px rgba(21, 34, 57, .1);--header-height: 76px;--gutter: 24px;--content-width: min(75vw, 1200px);--section-y: clamp(70px, 6.5vw, 108px);--rail-width: clamp(280px, 24vw, 370px);--rail-gap: clamp(48px, 6vw, 96px);--font-title: "Jura", system-ui, sans-serif;--font-body: "Quicksand", system-ui, sans-serif}}@layer base{@font-face{font-family:Jura;src:url(fonts/Jura-Variable.woff2) format("woff2");font-style:normal;font-weight:300 700;font-display:swap}@font-face{font-family:Quicksand;src:url(fonts/Quicksand-Variable.woff2) format("woff2");font-style:normal;font-weight:300 700;font-display:swap}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 24px)}body{min-width:320px;background:var(--paper);color:var(--ink);font-family:var(--font-body);font-size:clamp(1rem,.3vw + .94rem,1.125rem);font-weight:470;line-height:1.62;text-rendering:optimizeLegibility}h1,h2,h3{font-family:var(--font-title);font-weight:650;line-height:1.04;letter-spacing:-.035em;text-wrap:balance}h1{font-size:clamp(3.1rem,5.2vw,5.6rem)}h2{font-size:clamp(2.25rem,3.5vw,3.65rem)}h3{font-size:clamp(1.3rem,1.4vw,1.65rem)}p+p{margin-top:1.15em}a{color:var(--deep);text-decoration-thickness:.08em;text-underline-offset:.18em}a:hover{color:var(--orange)}strong{font-weight:720}[id]{scroll-margin-top:calc(var(--header-height) + 24px)}}@layer components{.site-container{width:var(--content-width);max-width:1200px;margin-inline:auto;padding-inline:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;z-index:1000;top:12px;left:12px;transform:translateY(-160%);background:var(--white);color:var(--deep);border:2px solid var(--blue);border-radius:4px;padding:.65rem 1rem;font-weight:700}.skip-link:focus{transform:translateY(0)}.site-header{position:sticky;top:0;z-index:100;height:var(--header-height);background:#fffdf8f7;border-bottom:1px solid rgba(217,209,194,.78);box-shadow:0 2px 14px #1522390f;backdrop-filter:blur(12px)}.site-header__inner{position:relative;height:100%;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{color:var(--ink);font-size:1.08rem;font-weight:760;letter-spacing:.035em;text-decoration:none;white-space:nowrap}.brand span{color:var(--orange)}.site-nav{display:flex;align-items:center;gap:clamp(18px,2vw,32px)}.site-nav a{min-height:44px;display:inline-flex;align-items:center;color:var(--ink);font-size:.94rem;font-weight:690;text-decoration:none}.site-nav a:hover,.site-nav a[aria-current=page]{color:var(--orange)}.site-nav a[aria-current=page]{text-decoration:underline;text-underline-offset:6px}.menu-toggle{display:none;min-width:44px;min-height:44px;align-items:center;gap:9px;border:1px solid var(--line);border-radius:4px;background:var(--paper-strong);color:var(--ink);padding:.55rem .75rem;cursor:pointer}.menu-toggle__text{font-weight:680;font-size:.9rem}.menu-toggle__icon{width:20px;display:grid;gap:4px}.menu-toggle__icon span{height:2px;background:currentColor;border-radius:999px;transition:transform .18s ease,opacity .18s ease}.menu-toggle[aria-expanded=true] .menu-toggle__icon span:nth-child(1){transform:translateY(6px) rotate(45deg)}.menu-toggle[aria-expanded=true] .menu-toggle__icon span:nth-child(2){opacity:0}.menu-toggle[aria-expanded=true] .menu-toggle__icon span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.eyebrow{margin-bottom:14px;color:var(--green);font-size:.76rem;font-weight:760;letter-spacing:.16em;line-height:1.25;text-transform:uppercase}.lead{font-size:clamp(1.08rem,.55vw + .98rem,1.28rem);line-height:1.58}.hero-signature{color:var(--blue);font-family:var(--font-title);font-weight:700;letter-spacing:.08em}.button-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;border:2px solid var(--blue);border-radius:4px;padding:.72rem 1.05rem;font-size:.94rem;font-weight:760;line-height:1.2;text-decoration:none}.button--primary{background:var(--blue);color:var(--white)}.button--primary:hover{background:var(--white);color:var(--blue)}.button--secondary{background:#fffaf0d1;color:var(--deep)}.button--secondary:hover{background:var(--blue);color:var(--white)}.button--green{background:var(--green);border-color:var(--green);color:var(--white)}.button--green:hover{background:var(--white);color:var(--green)}.page-hero{--hero-image: none;position:relative;isolation:isolate;min-height:calc(100svh - var(--header-height));display:flex;align-items:center;overflow:hidden;background-color:var(--paper);background-image:var(--hero-image);background-position:right center;background-size:cover;background-repeat:no-repeat}.page-hero--home{--hero-image: image-set(url(david-mcdougal-hero.webp) type("image/webp"), url(david-mcdougal-hero.png) type("image/png"))}.page-hero--about{--hero-image: image-set(url(aboutme-hero.webp) type("image/webp"), url(aboutme-hero.png) type("image/png"))}.page-hero--contact{--hero-image: image-set(url(contact-hero.webp) type("image/webp"), url(contact-hero.png) type("image/png"))}.page-hero--blog{--hero-image: image-set(url(blog-hero.webp) type("image/webp"), url(blog-hero.png) type("image/png"))}.page-hero:before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:linear-gradient(90deg,#fffaf0fe,#fffaf0f5 27%,#fffaf0d1 43%,#fffaf066 56%,#fffaf000 70%)}.page-hero__inner{min-height:inherit;display:flex;align-items:center;padding-inline:0}.page-hero__copy{width:min(50%,690px);margin-left:0;padding-block:3rem}.page-hero__copy h1{margin-bottom:26px;font-size:clamp(3rem,5vw,5.1rem);line-height:.98}.page-hero__copy .lead{max-width:590px}.blog-filter{max-width:280px;margin-top:24px}.blog-filter-status{margin-top:10px;color:var(--ink-soft);font-size:.95rem}.post-tag{color:var(--green);font-family:var(--font-title);font-weight:700;letter-spacing:.02em}.post-meta{margin-top:.35rem;color:var(--ink-soft);font-size:.95rem;font-weight:690}.rail-layout{display:grid;grid-template-columns:minmax(0,var(--rail-width)) minmax(0,1fr);gap:var(--rail-gap);align-items:start}.section-rail{position:sticky;top:calc(var(--header-height) + 30px);align-self:start}.section-rail h2{max-width:11ch}.section-content{min-width:0}.prose,.about-section .section-content{width:100%;max-width:none}.about-section .prose p{max-width:none}.section-intro{width:100%;max-width:none;margin-bottom:30px}.section-action{margin-top:24px}.topic-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}.topic-card{min-height:100%;display:flex;flex-direction:column;border:1px solid var(--line);background:var(--paper-strong);padding:clamp(22px,2.4vw,32px);box-shadow:0 5px #1522390a}.topic-card__icon{width:34px;height:34px;display:flex;align-items:center;color:var(--orange);margin-bottom:14px}.topic-card__icon svg{width:32px;height:32px;fill:var(--orange)}.topic-card__icon .gameTableIcon{fill:none;stroke:var(--orange);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.topic-card__icon--cross{font-family:Georgia,serif;font-size:2.35rem;line-height:1}.topic-card h3{margin-bottom:10px}.topic-card p{font-size:.96rem;line-height:1.56}.topic-card .text-link{margin-top:auto;padding-top:18px;font-size:.9rem;font-weight:760}.verse-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:stretch}.verse-card{height:100%;border:1px solid rgba(217,209,194,.92);border-left-width:5px;background:var(--paper-strong);padding:clamp(22px,2.5vw,32px);box-shadow:0 5px #1522390a}.verse-card--orange{border-left-color:var(--orange-bright)}.verse-card--blue{border-left-color:var(--blue)}.verse-card--green{border-left-color:var(--green)}.verse-card--wide{grid-column:1 / -1}.verse-card cite{display:block;margin-bottom:12px;color:var(--deep);font-family:var(--font-title);font-size:1.18rem;font-style:normal;font-weight:700}.verse-card p{font-size:.98rem;line-height:1.58}.cat-grid{width:100%;max-width:none;display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:18px}.cat-grid figure{display:grid;justify-items:center;align-content:start;text-align:center}.cat-grid img{width:min(100%,210px);height:auto;aspect-ratio:auto;object-fit:contain;background:var(--warm);border:1px solid var(--line)}.cat-grid figcaption{margin-top:10px;font-weight:720}.prose p{max-width:none}.prose a,.info-grid a{font-weight:680}.info-grid{display:grid;gap:18px}.info-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.info-grid--favorites{grid-template-columns:repeat(3,minmax(0,1fr))}.info-grid article{min-height:100%;background:#fffdf8c2;border:1px solid rgba(217,209,194,.88);padding:24px}.info-grid h3{margin-bottom:10px}.info-grid p{font-size:.96rem;line-height:1.55}.affiliation-list{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(24px,3vw,48px)}.affiliation-link{min-width:0;display:grid;grid-template-rows:92px auto;align-content:start;gap:18px;min-height:100%;color:var(--ink);text-decoration:none;padding:8px 0 20px}.affiliation-link+.affiliation-link{border-top:0}.affiliation-link img{width:min(210px,100%);height:84px;max-height:84px;object-fit:contain;object-position:left center}.affiliation-link img.affiliation-link__radford{width:205px}.affiliation-link strong{display:block;font-family:var(--font-title);font-size:1.35rem}.affiliation-link small{display:block;margin-top:6px;color:var(--ink-soft);font-size:.94rem;line-height:1.5}.affiliation-link:hover strong{color:var(--orange)}.sermons{position:relative;overflow:hidden;min-height:760px;padding:86px clamp(330px,30vw,500px) 86px var(--gutter);background:var(--sermon-blue);color:var(--white)}.sermonsContent{position:relative;z-index:2}.sermons .eyebrow{color:var(--gold)}.sermons h2{margin:0 0 30px;color:var(--white);font-size:clamp(2.3rem,4vw,3.5rem)}.sermonGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:stretch}.sermons article{display:flex;flex-direction:column;min-height:100%;color:var(--ink);border-top:5px solid var(--orange-bright);background:var(--paper-strong);padding:28px}.sermons article:nth-child(2){border-color:var(--green)}.sermons article .eyebrow{color:var(--green)}.sermons h3{margin:6px 0 14px;font-size:2rem}.textLinks{display:flex;flex-wrap:wrap;gap:14px;margin:auto 0 0;padding-top:22px}.textLinks a{display:inline-flex;align-items:center;gap:7px;color:var(--deep);font-size:.9rem;font-weight:760}.resourceIcon{flex:none;width:19px;height:19px}.youtubeIcon{fill:#c92520}.docsIcon{fill:#2f68b8}.sermons .actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:31px}.sermons .primary,.sermons .secondary{min-height:46px;display:inline-flex;align-items:center;justify-content:center;border:2px solid var(--paper-strong);border-radius:4px;padding:.72rem 1.05rem;font-size:.94rem;font-weight:760;line-height:1.2;text-decoration:none}.sermons .primary{background:var(--paper-strong);color:var(--deep)}.sermons .primary:hover,.sermons .secondary{background:transparent;color:var(--white)}.sermons .secondary:hover{background:var(--paper-strong);color:var(--deep)}.preacherImage{position:absolute;z-index:1;right:-22px;bottom:0;display:block;width:clamp(330px,31vw,500px);height:auto;max-height:92%;object-fit:contain;object-position:right bottom;pointer-events:none}.site-footer{background:var(--sermon-blue);color:var(--white)}.site-footer__inner{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding-block:12px}.site-footer__identity{display:flex;align-items:baseline;gap:12px;min-width:0}.brand--footer{color:var(--white)}.brand--footer span{color:var(--gold)}.site-footer__identity p{font-size:.9rem;color:#dce7f5;white-space:nowrap}.footer-separator{color:var(--gold)}.footer-socials{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:18px}.footer-socials a{min-height:44px;display:inline-flex;align-items:center;color:var(--white);font-size:.88rem;font-weight:680;text-decoration:none}.footer-socials a:hover{color:var(--gold);text-decoration:underline}}@layer pages{.home-section,.about-section{padding-block:var(--section-y)}.home-section--paper,.about-band--paper{background:var(--white)}.home-section--warm,.about-band--warm{background:var(--warm)}.about-band{position:relative}.about-section+.about-section{padding-top:0}.about-closing{padding-bottom:calc(var(--section-y) + 10px)}.blog-post{border-top:1px solid var(--line)}.blog-post .section-rail h2{max-width:12ch}.blog-post[hidden]{display:none!important}.utility-page{min-height:calc(100svh - var(--header-height) - 70px);background:var(--paper)}.utility-content--lead h1{max-width:14ch;margin-bottom:22px}.utility-content--lead>p{max-width:680px}.contact-section{background:var(--white)}.contact-section__intro{margin-top:24px;color:var(--ink-soft)}.contact-form{width:100%}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.form-field{min-width:0}.form-field--full{grid-column:1 / -1}.form-field label{display:inline-block;margin-bottom:8px;color:var(--ink);font-weight:720}.field-optional{margin-left:6px;color:var(--ink-soft);font-size:.82rem;font-weight:560}.form-field input,.form-field select,.form-field textarea{width:100%;min-height:48px;border:1px solid #a9a293;border-radius:4px;background:var(--paper-strong);color:var(--ink);padding:.78rem .9rem}.form-field textarea{min-height:180px;resize:vertical;line-height:1.55}.form-field input:hover,.form-field select:hover,.form-field textarea:hover{border-color:var(--blue)}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #164b9229}.form-actions{display:flex;flex-wrap:wrap;align-items:center;gap:18px;margin-top:28px}.form-actions .button{cursor:pointer}.form-actions .button:disabled{cursor:wait;opacity:.68}.required-note{color:var(--ink-soft);font-size:.9rem}.form-status{min-height:1.7em;margin-top:20px;font-weight:680}.form-status[data-state=success]{color:var(--green)}.form-status[data-state=error]{color:#8f1d1d}.form-disclaimer{margin-top:24px;border-left:4px solid var(--orange);background:var(--warm);padding:18px 20px}.form-disclaimer p{font-size:.9rem;line-height:1.55}.form-honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.utility-content{padding-block:clamp(58px,7vw,90px);max-width:950px}.utility-content--lead{max-width:none}}@layer responsive{@media(max-width:1000px){:root{--content-width: calc(100% - 48px) }}@media(max-width:1180px){:root{--rail-width: 270px;--rail-gap: 50px}.page-hero{background-position:68% center}.page-hero__copy{width:min(54%,660px)}.page-hero:before{background:linear-gradient(90deg,#fffaf0fe,#fffaf0fa 34%,#fffaf0de 50%,#fffaf075 64%,#fffaf000 82%)}.topic-grid{grid-template-columns:repeat(3,minmax(220px,1fr));overflow-x:auto;padding-bottom:6px;scroll-snap-type:x proximity}.topic-card{scroll-snap-align:start}.info-grid--favorites{grid-template-columns:repeat(2,minmax(0,1fr))}.sermons{padding-right:320px}.sermonGrid{grid-template-columns:1fr}.preacherImage{width:350px;right:-38px;opacity:.95}.affiliation-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){:root{--header-height: 70px}.site-header.is-menu-ready .menu-toggle{display:inline-flex}.site-header.is-menu-ready .site-nav{display:none;position:absolute;top:calc(100% + 8px);right:var(--gutter);width:min(320px,calc(100vw - 2 * var(--gutter)));flex-direction:column;align-items:stretch;gap:2px;background:var(--paper-strong);border:1px solid var(--line);box-shadow:var(--shadow);padding:8px}.site-header.is-menu-ready .site-nav.is-open{display:flex}.site-nav a{padding:.75rem .9rem}.site-nav a:hover{background:var(--warm)}.page-hero{min-height:720px;align-items:flex-start;background-position:63% center}.page-hero:before{background:linear-gradient(90deg,#fffaf0fe,#fffaf0fa 44%,#fffaf0db 62%,#fffaf06b 78%,#fffaf000)}.page-hero__inner{align-items:flex-start}.page-hero__copy{width:min(68%,620px);padding-top:78px}.rail-layout{grid-template-columns:1fr;gap:30px}.section-rail{position:static}.section-rail h2{max-width:17ch}.topic-grid{grid-template-columns:repeat(3,minmax(260px,1fr))}.cat-grid{grid-template-columns:repeat(4,minmax(105px,1fr));overflow-x:auto}.sermons{min-height:auto;padding-right:24px;padding-left:24px;padding-bottom:0}.preacherImage{position:relative;width:min(430px,88vw);max-height:none;margin:35px -24px 0 auto;right:auto;bottom:auto}.affiliation-list{grid-template-columns:repeat(3,minmax(0,1fr))}.affiliation-link{grid-template-rows:84px auto}}@media(max-width:680px){:root{--gutter: 16px;--content-width: calc(100% - 32px) ;--section-y: 58px}h1{font-size:clamp(2.75rem,13vw,4.1rem)}h2{font-size:clamp(2rem,9vw,3rem)}.menu-toggle__text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.page-hero{min-height:690px;background-position:61% center}.page-hero:before{background:linear-gradient(180deg,#fffaf0fc,#fffaf0f5 42%,#fffaf0c2 64%,#fffaf03d,#fffaf000),linear-gradient(90deg,#fffaf0c7,#fffaf057 70%,#fffaf000)}.page-hero__copy{width:100%;margin-left:0;padding:52px 0 0}.page-hero__copy h1{font-size:clamp(2.8rem,13vw,4rem)}.page-hero__copy .lead{max-width:34rem}.button-row{align-items:stretch}.button{width:100%}.topic-grid{grid-template-columns:1fr;overflow:visible}.verse-grid,.info-grid--two,.info-grid--favorites{grid-template-columns:1fr}.verse-card--wide{grid-column:auto}.cat-grid{grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible}.affiliation-list{grid-template-columns:1fr;gap:24px}.affiliation-link{grid-template-rows:auto;gap:10px}.affiliation-link img,.affiliation-link img.affiliation-link__radford{width:min(220px,80%)}.form-grid{grid-template-columns:1fr;gap:20px}.form-field--full{grid-column:auto}.form-actions{align-items:stretch}.form-actions .button{width:100%}.site-footer__inner,.site-footer__identity{flex-wrap:wrap}.site-footer__inner{justify-content:center;padding-block:18px}.site-footer__identity{width:100%;justify-content:center}.site-footer__identity p{white-space:normal}.footer-socials{justify-content:center}}}@layer accessibility{:where(a,button,input,textarea,select):focus-visible{outline:3px solid var(--orange);outline-offset:3px}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto;transition-duration:.001ms;animation-duration:.001ms;animation-iteration-count:1}}@media(forced-colors:active){.button,.menu-toggle,.topic-card,.verse-card,.info-grid article{border:2px solid ButtonText}.topic-card__icon svg{fill:CanvasText}.topic-card__icon .gameTableIcon{stroke:CanvasText}}}
