:root {
  --ink: #071842;
  --blue: #0b2a68;
  --electric: #2e66ff;
  --coral: #ff6b4a;
  --paper: #f5f1e7;
  --white: #fffdf8;
  --line: rgba(7, 24, 66, 0.16);
  --pad: clamp(1.25rem, 4vw, 4.5rem);
  --sans: "DM Sans", Arial, sans-serif;
  --display: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
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; left: 1rem; top: -5rem; z-index: 1000; background: var(--white); padding: .75rem 1rem; font-weight: 700; }
.skip-link:focus { top: 1rem; }

.site-header { height: 92px; padding: 0 var(--pad); position: absolute; inset: 0 0 auto; z-index: 50; display: flex; align-items: center; justify-content: space-between; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.18); }
.site-header.is-scrolled { position: fixed; height: 76px; color: var(--ink); background: rgba(245,241,231,.94); backdrop-filter: blur(14px); border-bottom-color: var(--line); animation: slideDown .25s ease both; }
@keyframes slideDown { from { transform: translateY(-100%); } }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; line-height: 1; }
.brand-mark { width: 42px; height: 42px; fill: none; stroke: currentColor; stroke-width: 2.4; }
.brand-copy { display: grid; gap: .32rem; }
.brand-copy strong { font: 800 .94rem/1 var(--display); letter-spacing: -.02em; }
.brand-copy span { font-size: .65rem; letter-spacing: .2em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(1.3rem, 2.8vw, 3rem); }
.site-nav a { text-decoration: none; font-weight: 600; font-size: .88rem; }
.site-nav a:not(.nav-cta):after { content: ""; display: block; height: 1px; width: 0; background: currentColor; transition: width .2s; }
.site-nav a:hover:after { width: 100%; }
.nav-cta { border: 1px solid currentColor; padding: .78rem 1.2rem; border-radius: 2rem; }
.menu-toggle { display: none; border: 0; background: none; color: inherit; width: 44px; height: 44px; padding: 11px 7px; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; background: currentColor; margin: 5px 0; transition: .2s; }

.hero { min-height: 760px; height: 100svh; position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0,1fr) minmax(240px, 360px); align-items: center; gap: 4rem; padding: 130px var(--pad) 80px; background: var(--ink); color: var(--white); isolation: isolate; }
.hero:after { content: ""; position: absolute; width: 44vw; aspect-ratio: 1; left: 41%; top: 58%; border-radius: 50%; background: var(--electric); filter: blur(1px); opacity: .16; transform: translate(-50%,-50%); z-index: -2; }
.hero-grid { position: absolute; inset: 0; opacity: .12; z-index: -1; background-image: linear-gradient(rgba(255,255,255,.2) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.2) 1px,transparent 1px); background-size: 88px 88px; mask-image: linear-gradient(to right, black, transparent 75%); }
.hero-orbit { position: absolute; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; z-index: -1; }
.hero-orbit-one { width: 720px; height: 720px; right: -290px; top: 130px; }
.hero-orbit-two { width: 520px; height: 520px; right: -190px; top: 230px; }
.hero-content { max-width: 880px; }
.eyebrow, .kicker { margin: 0 0 1.4rem; font-weight: 700; font-size: .7rem; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: .8rem; color: #cdd8f2; }
.eyebrow span { width: 36px; height: 2px; background: var(--coral); }
.hero h1, h2 { margin: 0; font-family: var(--display); letter-spacing: -.055em; line-height: .98; }
.hero h1 { font-size: clamp(3.7rem, 7.5vw, 7.8rem); max-width: 1000px; }
.hero h1 em { color: #a9beff; font-style: normal; }
.hero-lead { max-width: 650px; color: #cdd4e6; font-size: clamp(1rem, 1.4vw, 1.2rem); line-height: 1.7; margin: 2rem 0; }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 2rem; min-height: 54px; padding: .9rem 1.5rem; border-radius: 999px; font-weight: 700; font-size: .88rem; text-decoration: none; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--coral); }
.button-ghost { border: 1px solid rgba(255,255,255,.45); color: var(--white); }
.next-service { justify-self: end; width: min(100%, 310px); padding: 2rem; border: 1px solid rgba(255,255,255,.25); background: rgba(10,27,68,.66); backdrop-filter: blur(8px); }
.next-service > p { margin: 0 0 1.8rem; color: #aebbd7; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; }
.service-time { display: flex; align-items: flex-start; gap: .4rem; }
.service-time strong { font: 700 clamp(3.2rem, 5vw, 5.2rem)/.85 var(--display); letter-spacing: -.08em; }
.service-time span { font-size: .7rem; font-weight: 700; }
.time-rule { height: 1px; background: rgba(255,255,255,.25); margin: 1.5rem 0; }
.next-service > a { display: flex; justify-content: space-between; margin-top: 2rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.25); font-size: .82rem; text-decoration: none; }
.hero-note { position: absolute; right: var(--pad); bottom: 1.6rem; display: flex; gap: .7rem; font-size: .62rem; letter-spacing: .22em; text-transform: uppercase; }
.hero-note span:last-child { color: #a9beff; }

.section { position: relative; padding: clamp(6rem, 11vw, 10rem) var(--pad); }
.section-number { position: absolute; top: 2rem; left: var(--pad); color: #8290aa; font-size: .7rem; letter-spacing: .2em; }
.welcome { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(300px,.75fr); gap: clamp(3rem,8vw,10rem); }
.welcome-heading { align-self: start; }
.kicker { color: var(--electric); }
.kicker-light { color: #a9beff; }
.welcome h2, .events h2, .contact h2 { font-size: clamp(3rem, 6vw, 6.5rem); }
.welcome-copy { padding-top: 3rem; }
.welcome-copy p { margin: 0 0 1.5rem; font-size: clamp(1rem,1.5vw,1.22rem); }
.text-link { display: inline-flex; gap: 3rem; align-items: center; border-bottom: 1px solid var(--ink); padding: .6rem 0; font-weight: 700; text-decoration: none; }

.services { color: var(--white); background: var(--blue); }
.services-intro { display: grid; grid-template-columns: 1fr .6fr; align-items: end; gap: 4rem; margin-bottom: 5rem; }
.services h2 { font-size: clamp(3.2rem,7vw,7rem); }
.services-intro > p { color: #c6d0e6; max-width: 420px; font-size: 1.1rem; }
.schedule { border-top: 1px solid rgba(255,255,255,.2); }
.schedule-row { min-height: 170px; display: grid; grid-template-columns: .65fr 1.35fr auto; gap: 2rem; align-items: center; border-bottom: 1px solid rgba(255,255,255,.2); }
.day { text-transform: uppercase; font-size: .76rem; font-weight: 700; letter-spacing: .14em; }
.day span { color: #7f91ba; margin-right: 1.5rem; }
.meeting h3 { margin: 0 0 .3rem; font: 700 clamp(1.5rem,2.5vw,2.3rem)/1.1 var(--display); letter-spacing: -.035em; }
.meeting p { color: #aebbd7; margin: 0; }
.schedule time { font: 700 clamp(2.3rem,5vw,5rem)/1 var(--display); letter-spacing: -.07em; color: #a9beff; }
.schedule time small { font: 700 .65rem var(--sans); letter-spacing: 0; }
.round-link { width: 64px; height: 64px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font-size: 1.3rem; text-decoration: none; transition: .2s; }
.round-link:hover { color: var(--ink); background: var(--coral); border-color: var(--coral); }

.events { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem,7vw,8rem); align-items: center; overflow: hidden; }
.events-card > p:not(.kicker) { max-width: 550px; font-size: 1.08rem; margin: 1.7rem 0; }
.button-ink { background: var(--ink); color: var(--white); }
.events-art { position: relative; background: #87a8ff; overflow: hidden; min-height: 500px; display: grid; align-items: end; }
.events-art svg { width: 100%; height: auto; }
.events-art > p { position: absolute; top: 1.8rem; left: 2rem; margin: 0; color: var(--ink); font: 700 clamp(1.5rem,3vw,3rem)/1 var(--display); letter-spacing: -.04em; }
.events-art > p em { display: block; font-style: normal; color: var(--white); }

.giving-strip { background: var(--coral); color: var(--ink); padding: 4rem var(--pad); display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: end; }
.giving-strip .kicker { color: var(--ink); opacity: .62; }
.giving-strip h2 { font-size: clamp(2rem,4.2vw,4.2rem); max-width: 900px; }
.button-light { background: var(--white); white-space: nowrap; }

.contact { min-height: 760px; display: grid; grid-template-columns: 1fr .85fr; gap: 5rem; align-items: center; }
.contact-heading > p:last-child { max-width: 440px; font-size: 1.08rem; margin-top: 2rem; }
.contact-details { border-top: 1px solid var(--line); }
.contact-item { display: grid; grid-template-columns: 90px 1fr; gap: .4rem 1.5rem; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.contact-item > span { grid-row: 1 / 4; color: #66718a; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; }
.contact-item address { font-style: normal; font-weight: 600; font-size: 1.05rem; }
.contact-item a { width: fit-content; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.contact-main { font: 700 clamp(1.7rem,3vw,2.6rem)/1.2 var(--display); text-decoration: none !important; letter-spacing: -.04em; }
.contact-circle { position: absolute; left: 47%; bottom: 3.5rem; width: 160px; height: 160px; padding: 1.5rem; color: var(--white); background: var(--electric); border-radius: 50%; display: flex; flex-direction: column; justify-content: space-between; text-decoration: none; font: 700 1.2rem/1.1 var(--display); transform: rotate(-7deg); transition: .25s; }
.contact-circle:hover { transform: rotate(0) scale(1.04); }
.contact-circle b { align-self: end; font-size: 1.5rem; }

.site-footer { padding: 2.5rem var(--pad); background: var(--ink); color: var(--white); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; }
.site-footer > p { margin: 0; }
.site-footer > p:nth-child(2) { color: #a9beff; font-weight: 700; }
.copyright { justify-self: end; color: #9ca7c0; font-size: .72rem; }
.brand-footer .brand-mark { width: 36px; }

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

@media (max-width: 900px) {
  .site-header { height: 76px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 76px; left: 0; right: 0; display: none; padding: 1.25rem var(--pad) 2rem; align-items: stretch; flex-direction: column; gap: .4rem; color: var(--ink); background: var(--paper); box-shadow: 0 18px 30px rgba(7,24,66,.12); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: .7rem 0; font-size: 1rem; }
  .nav-cta { text-align: center; margin-top: .5rem; }
  .hero { height: auto; min-height: 800px; grid-template-columns: 1fr; gap: 3rem; padding-top: 150px; }
  .next-service { justify-self: start; }
  .hero-note { display: none; }
  .welcome, .events, .contact { grid-template-columns: 1fr; }
  .welcome-copy { padding-top: 0; }
  .services-intro { grid-template-columns: 1fr; gap: 1rem; }
  .schedule-row { grid-template-columns: .6fr 1fr auto; }
  .events-art { min-height: auto; }
  .giving-strip { grid-template-columns: 1fr; }
  .giving-strip .button { justify-self: start; }
  .contact-circle { position: static; margin-top: -2rem; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer > p:nth-child(2) { justify-self: end; }
  .copyright { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 620px) {
  .brand-copy strong { font-size: .82rem; }
  .brand-copy span { font-size: .57rem; }
  .hero { min-height: 760px; padding-top: 125px; gap: 2rem; }
  .hero h1 { font-size: clamp(3.1rem,15vw,5rem); }
  .hero-lead { margin: 1.5rem 0; }
  .next-service { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem; width: 100%; padding: 1.3rem; }
  .next-service > p { grid-column: 1 / -1; margin: 0; }
  .service-time strong { font-size: 3rem; }
  .time-rule { width: 1px; height: 50px; margin: 0; }
  .next-service > a { grid-column: 1 / -1; margin: 0; }
  .section { padding-top: 5.5rem; padding-bottom: 5.5rem; }
  .welcome h2, .events h2, .contact h2 { font-size: clamp(2.8rem,14vw,4.5rem); }
  .schedule-row { grid-template-columns: 1fr auto; padding: 1.5rem 0; gap: 1rem; }
  .day { grid-column: 1 / -1; }
  .meeting p { font-size: .88rem; }
  .schedule time { font-size: 2.4rem; }
  .round-link { width: 52px; height: 52px; }
  .events-art > p { top: 1rem; left: 1rem; }
  .contact { gap: 3rem; min-height: 0; }
  .contact-item { grid-template-columns: 1fr; }
  .contact-item > span { grid-row: auto; margin-bottom: .7rem; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer > p:nth-child(2), .copyright { justify-self: start; grid-column: auto; }
}

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