:root {
  --plum-950: #1e0a1b;
  --plum-900: #2b0c26;
  --plum-800: #3d1236;
  --plum-700: #5a1750;
  --magenta: #c21592;
  --coral: #ff5b5f;
  --rose: #ff8d8f;
  --gold: #eabf75;
  --cream: #fff8ed;
  --paper: #fffdf9;
  --ink: #291e28;
  --muted: #746a72;
  --line: rgba(43, 12, 38, .14);
  --shadow: 0 24px 70px rgba(42, 12, 37, .18);
  --sans: "DM Sans", Arial, sans-serif;
  --serif: "Playfair Display", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.7; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.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: 200; left: 1rem; top: -4rem; padding: .75rem 1rem; color: white; background: var(--plum-900); border-radius: .5rem; transition: top .2s; }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; transition: background .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(255, 253, 249, .93); box-shadow: 0 8px 32px rgba(43, 12, 38, .08); backdrop-filter: blur(16px); }
.header-shell, .section-shell, .hero-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.header-shell { height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .72rem; text-decoration: none; line-height: 1; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; color: white; background: var(--plum-800); border-radius: 50% 50% 50% 16%; font-family: var(--serif); font-size: .85rem; font-weight: 700; letter-spacing: .04em; box-shadow: inset 0 0 0 1px rgba(255,255,255,.24); }
.brand strong { display: block; font-family: var(--serif); font-size: 1rem; letter-spacing: -.02em; }
.brand small { display: block; margin-top: .28rem; color: var(--magenta); font-size: .64rem; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 1.75rem; }
.site-nav a { position: relative; color: #473b45; font-size: .86rem; font-weight: 600; text-decoration: none; }
.site-nav a:not(.nav-cta)::after { position: absolute; content: ""; left: 0; right: 100%; bottom: -.35rem; height: 2px; background: var(--coral); transition: right .2s; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.site-nav .nav-cta { padding: .72rem 1.1rem; color: white; background: var(--plum-800); border-radius: 999px; box-shadow: 0 8px 22px rgba(61, 18, 54, .2); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--plum-800); transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: 100vh; padding: 145px 0 80px; display: flex; align-items: center; overflow: hidden; background: linear-gradient(120deg, #fffaf3 0%, #fffdf9 55%, #f9eaf3 100%); }
.hero::before { position: absolute; content: ""; inset: auto auto -200px -160px; width: 510px; height: 510px; border: 1px solid rgba(194, 21, 146, .13); border-radius: 50%; box-shadow: 0 0 0 80px rgba(194,21,146,.025), 0 0 0 160px rgba(194,21,146,.018); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(3px); opacity: .8; }
.hero-glow-one { width: 320px; height: 320px; right: 5%; top: 12%; background: radial-gradient(circle, rgba(255,91,95,.22), transparent 68%); }
.hero-glow-two { width: 260px; height: 260px; left: 42%; bottom: 4%; background: radial-gradient(circle, rgba(234,191,117,.19), transparent 68%); }
.hero-shell { position: relative; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(390px, .78fr); align-items: center; gap: clamp(3rem, 7vw, 7rem); }
.eyebrow { margin: 0 0 1rem; color: var(--magenta); font-size: .74rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow-light { color: #f7bdde; }
.hero h1, .section h2 { margin: 0; font-family: var(--serif); font-weight: 600; letter-spacing: -.045em; line-height: 1.05; }
.hero h1 { max-width: 720px; font-size: clamp(3.2rem, 6.3vw, 6.65rem); }
.hero h1 em { display: block; color: var(--magenta); font-weight: 600; }
.hero-lead { max-width: 650px; margin: 1.6rem 0 0; color: #5d515a; font-size: clamp(1.05rem, 1.5vw, 1.25rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .45rem; min-height: 52px; padding: .85rem 1.35rem; border-radius: 999px; font-size: .88rem; font-weight: 700; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(120deg, var(--plum-800), var(--plum-700)); box-shadow: 0 15px 32px rgba(61,18,54,.22); }
.button-primary:hover { box-shadow: 0 18px 38px rgba(61,18,54,.3); }
.button-quiet { padding-inline: .7rem; color: var(--plum-800); }
.hero-proof { display: flex; align-items: center; gap: .75rem; margin-top: 2.2rem; color: #84777f; font-size: .73rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero-proof i { width: 4px; height: 4px; background: var(--coral); border-radius: 50%; }
.hero-visual { position: relative; justify-self: end; width: min(100%, 470px); }
.portrait-frame { position: relative; aspect-ratio: .83; overflow: hidden; border-radius: 52% 52% 18% 18% / 38% 38% 15% 15%; background: #d9d5d7; box-shadow: var(--shadow); }
.portrait-frame::after { position: absolute; content: ""; inset: 0; background: linear-gradient(to top, rgba(43,12,38,.24), transparent 35%); }
.portrait-frame img { width: 165%; height: 100%; max-width: none; object-fit: cover; object-position: 5% 48%; }
.script-card { position: absolute; left: -50px; bottom: 48px; min-width: 180px; padding: 1rem 1.3rem; color: white; background: rgba(61,18,54,.93); border: 1px solid rgba(255,255,255,.18); border-radius: 18px; box-shadow: 0 16px 34px rgba(43,12,38,.24); backdrop-filter: blur(9px); transform: rotate(-4deg); }
.script-card span { display: block; color: #f6c9e5; font-family: var(--serif); font-size: 1.15rem; font-style: italic; }
.script-card strong { display: block; font-family: var(--serif); font-size: 1.45rem; letter-spacing: -.02em; }
.verse-pill { position: absolute; right: -30px; top: 58px; padding: .75rem 1rem; color: var(--plum-800); background: rgba(255,253,249,.92); border-radius: 999px; box-shadow: 0 12px 30px rgba(61,18,54,.13); font-size: .8rem; font-weight: 700; }
.verse-pill span { color: var(--coral); font-family: var(--serif); font-size: 1.4rem; vertical-align: -.25rem; }
.scroll-cue { position: absolute; left: 50%; bottom: 25px; display: flex; gap: .6rem; align-items: center; color: #8b7d86; font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; transform: translateX(-50%); }

.section { padding: clamp(5.5rem, 9vw, 9rem) 0; }
.section h2 { font-size: clamp(2.65rem, 5vw, 5.1rem); }
.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: minmax(330px, .82fr) minmax(0, 1fr); align-items: center; gap: clamp(3rem, 8vw, 8rem); }
.about-art { position: relative; }
.about-image { position: relative; aspect-ratio: 1; overflow: hidden; border-radius: 48% 48% 9% 9%; background: var(--plum-900); box-shadow: var(--shadow); }
.about-image img { width: 100%; height: 100%; object-fit: cover; }
.about-badge { position: absolute; right: -32px; bottom: -28px; width: 132px; height: 132px; display: grid; place-content: center; text-align: center; color: var(--plum-900); background: var(--gold); border: 8px solid var(--paper); border-radius: 50%; transform: rotate(7deg); }
.about-badge strong { display: block; font-family: var(--serif); font-size: 1.05rem; }
.about-badge span { font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.about-copy .lead { margin: 1.8rem 0 1rem; color: #3f333c; font-size: 1.13rem; line-height: 1.8; }
.about-copy > p:not(.eyebrow):not(.lead) { color: var(--muted); }
blockquote { margin: 2rem 0; padding: 1.3rem 0 1.3rem 1.6rem; color: var(--plum-700); border-left: 3px solid var(--coral); font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.65rem); font-style: italic; line-height: 1.45; }
.text-link { display: inline-flex; gap: .45rem; align-items: center; color: var(--plum-800); font-weight: 700; text-underline-offset: .28rem; }

.mission { position: relative; overflow: hidden; color: white; background: var(--plum-900); }
.mission::after { position: absolute; content: ""; right: -180px; top: -220px; width: 620px; height: 620px; background: radial-gradient(circle, rgba(194,21,146,.26), transparent 67%); }
.mission-cross { position: absolute; right: 10%; top: 10%; width: 70px; height: 220px; opacity: .08; background: white; border-radius: 4px; transform: rotate(9deg); }
.mission-cross::after { position: absolute; content: ""; width: 180px; height: 58px; left: -55px; top: 52px; background: white; border-radius: 4px; }
.mission-shell { position: relative; z-index: 1; }
.mission-statement { max-width: 980px; margin: 0; font-family: var(--serif); font-size: clamp(2.55rem, 5.3vw, 5.7rem); letter-spacing: -.035em; line-height: 1.08; }
.mission-values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 4.5rem; background: rgba(255,255,255,.16); }
.mission-values > div { padding: 1.6rem 1.35rem; background: var(--plum-900); }
.mission-values span { display: block; color: var(--coral); font-size: .7rem; font-weight: 700; }
.mission-values strong { display: block; margin-top: .45rem; font-family: var(--serif); font-size: 1.5rem; }
.mission-values p { margin: .55rem 0 0; color: #cbbbc7; font-size: .88rem; line-height: 1.6; }

.section-heading { display: grid; grid-template-columns: 1.15fr .7fr; align-items: end; gap: 4rem; margin-bottom: 3.5rem; }
.section-heading > p { margin: 0 0 .4rem; color: var(--muted); font-size: 1rem; }
.section-heading.compact { margin-bottom: 2.2rem; }
.outreach { background: #fffaf4; }
.outreach-grid { display: grid; grid-template-columns: 1.06fr .94fr .94fr; gap: 1rem; }
.outreach-card { min-height: 420px; padding: 1.5rem; display: flex; flex-direction: column; justify-content: space-between; border-radius: 26px; box-shadow: 0 15px 45px rgba(43,12,38,.08); }
.card-number { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: .7rem; font-weight: 700; opacity: .75; }
.card-kicker { margin: 0 0 .5rem; font-size: .7rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; opacity: .75; }
.outreach-card h3 { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 3.4vw, 3.4rem); letter-spacing: -.04em; line-height: 1.05; }
.outreach-card p:last-child { margin: 1rem 0 0; line-height: 1.65; opacity: .78; }
.card-plum { color: white; background: var(--plum-800); }
.card-coral { color: #3a1116; background: var(--coral); }
.card-cream { color: var(--plum-900); background: #f6ddad; }

.christmas { overflow: hidden; background: linear-gradient(135deg, #fde8d5, #fff7e9 58%, #f8d6e9); }
.christmas-shell { display: grid; grid-template-columns: .95fr 1fr; align-items: center; gap: 5rem; }
.christmas-copy > p:not(.eyebrow):not(.small-note) { max-width: 590px; margin-top: 1.5rem; color: #62535d; font-size: 1.05rem; }
.small-note { color: #8b7885; font-size: .8rem; }
.christmas-art { position: relative; min-height: 420px; padding: 2.4rem; display: flex; flex-direction: column; justify-content: center; overflow: hidden; color: white; background: var(--plum-800); border-radius: 52% 48% 18% 18% / 38% 38% 14% 14%; box-shadow: var(--shadow); }
.christmas-art::before { position: absolute; content: ""; width: 260px; height: 260px; right: -70px; top: -70px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.035), 0 0 0 90px rgba(255,255,255,.025); }
.christmas-art span { position: relative; font-family: var(--serif); font-size: clamp(3.4rem, 7vw, 6.6rem); font-style: italic; line-height: .9; }
.christmas-art strong { position: relative; color: var(--gold); font-family: var(--serif); font-size: clamp(3rem, 6.2vw, 6rem); letter-spacing: -.05em; line-height: .95; }
.christmas-art p { position: relative; max-width: 370px; margin: 2rem 0 0; color: #e3d5df; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.teaching { background: var(--paper); }
.topic-list { border-top: 1px solid var(--line); }
.topic-list article { display: grid; grid-template-columns: 70px 1fr .9fr; align-items: center; gap: 1.5rem; padding: 1.7rem .5rem; border-bottom: 1px solid var(--line); transition: padding .2s, background .2s; }
.topic-list article:hover { padding-inline: 1.2rem; background: #fff7fa; }
.topic-list span { color: var(--coral); font-size: .72rem; font-weight: 700; }
.topic-list h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.55rem, 2.6vw, 2.55rem); letter-spacing: -.03em; }
.topic-list p { margin: 0; color: var(--muted); }

.media { color: white; background: linear-gradient(120deg, var(--plum-950), var(--plum-800)); }
.media-shell { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 5rem; }
.media-copy p:not(.eyebrow) { max-width: 600px; color: #d3c4cf; }
.coming-soon { display: inline-block; margin-top: 1rem; padding: .65rem 1rem; color: #f7d6ea; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.media-card { position: relative; display: grid; grid-template-columns: 165px 1fr; overflow: hidden; min-height: 230px; color: var(--ink); background: var(--cream); border-radius: 22px; box-shadow: 0 24px 70px rgba(0,0,0,.25); transform: rotate(2deg); }
.media-card img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.media-card div { padding: 1.3rem; display: flex; flex-direction: column; justify-content: center; }
.media-card span, .media-card small { color: var(--muted); font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.media-card strong { margin: .5rem 0; font-family: var(--serif); font-size: 1.55rem; line-height: 1.18; }

.connect { background: var(--coral); }
.connect-shell { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: 4rem; }
.connect .eyebrow { color: #561721; }
.connect h2 { max-width: 690px; color: #3b1018; }
.connect-copy > p { max-width: 650px; color: #5e2630; }
.connect-panel { margin-top: 2rem; padding: 1.7rem; color: white; background: var(--plum-900); border-radius: 22px; box-shadow: 0 22px 50px rgba(70,15,25,.22); }
.connect-panel > p { margin: 0; font-family: var(--serif); font-size: 1.5rem; }
.connect-panel ul { margin: 1rem 0 1.5rem; padding-left: 1.2rem; color: #d8cad5; }
.status-pill { display: inline-flex; align-items: center; gap: .55rem; font-size: .73rem; font-weight: 700; }
.status-pill i { width: 8px; height: 8px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 5px rgba(234,191,117,.13); }
.contact-form { padding: 2rem; color: var(--ink); background: rgba(255,255,255,.96); border: 1px solid rgba(79,22,35,.1); border-radius: 24px; box-shadow: 0 25px 60px rgba(70,15,25,.2); }
.contact-form label { display: grid; gap: .5rem; margin-bottom: 1.15rem; color: var(--plum-900); font-size: .78rem; font-weight: 700; }
.contact-form label span { color: #9e1b4f; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: .85rem 1rem; color: var(--ink); background: white; border: 1px solid #d9c8d3; border-radius: 12px; font: inherit; font-weight: 500; outline: none; transition: border-color .2s, box-shadow .2s; }
.contact-form textarea { resize: vertical; min-height: 140px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--magenta); box-shadow: 0 0 0 4px rgba(184,23,102,.11); }
.contact-form .button { width: 100%; border: 0; cursor: pointer; }
.form-note { margin: .8rem 0 0; color: var(--muted); font-size: .72rem; text-align: center; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { display: none; margin-bottom: 1rem; padding: .9rem 1rem; border-radius: 12px; font-size: .83rem; font-weight: 700; }
.form-status.visible { display: block; }
.form-status.success { color: #174f32; background: #e5f5eb; border: 1px solid #b9dfc8; }
.form-status.error { color: #761f2d; background: #fff0f1; border: 1px solid #edc1c7; }

.site-footer { padding: 2.4rem 0; color: #d7c8d3; background: var(--plum-950); }
.footer-shell { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 2rem; }
.brand-light .brand-mark { background: var(--coral); }
.brand-light strong { color: white; }
.site-footer p { margin: 0; font-size: .78rem; }
.copyright { color: #9d8998; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .site-nav { position: fixed; inset: 0; padding: 120px 28px 40px; display: flex; flex-direction: column; align-items: flex-start; gap: 1.4rem; color: white; background: rgba(43,12,38,.97); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .2s, transform .2s, visibility .2s; }
  .site-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .site-nav a { color: white; font-family: var(--serif); font-size: 2rem; }
  .site-nav .nav-cta { margin-top: 1rem; font-family: var(--sans); font-size: 1rem; background: var(--coral); }
  .menu-toggle.open span:not(.sr-only) { background: white; }
  .menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.open span:nth-child(2) { opacity: 0; }
  .menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: auto; padding-top: 135px; }
  .hero-shell { grid-template-columns: 1fr; }
  .hero-copy { max-width: 800px; }
  .hero-visual { justify-self: center; width: min(78vw, 480px); margin-top: 1rem; }
  .scroll-cue { display: none; }
  .about-grid, .christmas-shell, .media-shell, .connect-shell { grid-template-columns: 1fr; }
  .about-art { width: min(75vw, 540px); margin: 0 auto; }
  .mission-values { grid-template-columns: repeat(2, 1fr); }
  .section-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .outreach-grid { grid-template-columns: 1fr 1fr; }
  .outreach-card:first-child { grid-column: 1 / -1; }
  .christmas-art { width: min(620px, 100%); margin: 0 auto; }
  .media-card { width: min(610px, 100%); }
  .footer-shell { grid-template-columns: 1fr; text-align: center; justify-items: center; }
}

@media (max-width: 680px) {
  .header-shell, .section-shell, .hero-shell { width: min(100% - 28px, 1180px); }
  .header-shell { height: 78px; }
  .brand strong { font-size: .9rem; }
  .brand-mark { width: 40px; height: 40px; }
  .hero { padding: 115px 0 65px; }
  .hero h1 { font-size: clamp(2.8rem, 13vw, 4.5rem); }
  .hero-lead { font-size: 1rem; }
  .hero-proof { flex-wrap: wrap; }
  .hero-visual { width: min(88vw, 420px); }
  .script-card { left: -8px; bottom: 24px; min-width: 152px; padding: .8rem 1rem; }
  .verse-pill { right: -8px; top: 25px; }
  .section { padding: 5.2rem 0; }
  .section h2 { font-size: clamp(2.5rem, 12vw, 4.1rem); }
  .about-art { width: min(84vw, 470px); }
  .about-badge { right: -10px; width: 112px; height: 112px; }
  .mission-values, .outreach-grid { grid-template-columns: 1fr; }
  .outreach-card:first-child { grid-column: auto; }
  .outreach-card { min-height: 340px; }
  .topic-list article { grid-template-columns: 44px 1fr; gap: .75rem; }
  .topic-list article p { grid-column: 2; }
  .christmas-art { min-height: 350px; }
  .media-card { grid-template-columns: 115px 1fr; min-height: 190px; }
  .connect-panel { padding: 1.4rem; }
  .contact-form { padding: 1.4rem; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
}

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