:root {
  --purple-950: #301337;
  --purple-900: #42184b;
  --purple-800: #552061;
  --purple-700: #6d2e7d;
  --purple-600: #824092;
  --purple-100: #eee4f1;
  --purple-50: #f7f2f8;
  --coral: #d9684e;
  --coral-dark: #b4513c;
  --coral-soft: #f5d8d0;
  --ink: #211d24;
  --ink-soft: #5f5862;
  --cream: #faf7f2;
  --paper: #fffdf9;
  --white: #fff;
  --line: #e8e0e8;
  --green: #4c725f;
  --shadow-sm: 0 12px 30px rgba(48, 19, 55, .08);
  --shadow-lg: 0 34px 80px rgba(48, 19, 55, .17);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 38px;
  --container: 1180px;
  --header-height: 82px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Aptos, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: var(--white); background: var(--purple-700); }

.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.visually-hidden { position: absolute !important; 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; top: 12px; left: 12px; padding: 10px 16px; color: var(--white); background: var(--ink); border-radius: 8px; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { margin-bottom: 25px; font-size: clamp(3rem, 5.25vw, 5.8rem); font-weight: 740; }
h2 { margin-bottom: 24px; font-size: clamp(2.25rem, 4vw, 4.25rem); font-weight: 720; }
h3 { margin-bottom: 14px; font-size: 1.35rem; }
p { color: var(--ink-soft); }

.section { padding: 112px 0; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; color: var(--purple-700); font-size: .76rem; font-weight: 800; letter-spacing: .16em; line-height: 1.2; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 2px; background: currentColor; }
.eyebrow--light { color: #e6c8ec; }
.section-heading { max-width: 720px; margin-bottom: 58px; }
.section-heading > p:last-child { max-width: 610px; margin-bottom: 0; font-size: 1.08rem; }
.section-heading--split { display: grid; grid-template-columns: 1.04fr .72fr; gap: 90px; max-width: none; align-items: end; }
.section-heading--split h2 { margin-bottom: 0; }
.section-heading--split > div:last-child p { margin-bottom: 14px; font-size: 1.04rem; }
.section-heading--split > div:last-child p:last-child { margin-bottom: 2px; }

.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 28px; padding: 14px 24px; border: 0; border-radius: 100px; color: var(--white); background: var(--purple-700); box-shadow: 0 8px 20px rgba(109, 46, 125, .19); font-weight: 750; line-height: 1; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { background: var(--purple-800); box-shadow: 0 12px 26px rgba(85, 32, 97, .25); transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(217, 104, 78, .55); outline-offset: 3px; }
.button--small { min-height: 44px; padding: 11px 20px; font-size: .9rem; }
.button--coral { color: var(--purple-950); background: #f09b82; box-shadow: none; }
.button--coral:hover { background: #ffc0ae; }
.text-link { display: inline-flex; align-items: center; gap: 14px; color: var(--ink); font-weight: 750; text-decoration: none; }
.text-link span { color: var(--coral); font-size: 1.2rem; transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, 3px); }
.text-link--light { color: var(--white); }

.alert-bar { position: relative; z-index: 110; color: var(--white); background: var(--purple-950); font-size: .83rem; }
.alert-bar__inner { display: flex; min-height: 39px; align-items: center; justify-content: center; gap: 16px; }
.alert-bar__label { padding-right: 16px; border-right: 1px solid rgba(255,255,255,.25); color: #ffc1b0; font-weight: 800; letter-spacing: .03em; }
.alert-bar a { color: var(--white); font-weight: 750; text-decoration: none; }
.alert-bar a:hover { text-decoration: underline; }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(85, 32, 97, .08); background: rgba(255, 253, 249, .92); backdrop-filter: blur(16px); }
.site-header.is-scrolled { box-shadow: 0 6px 22px rgba(48, 19, 55, .07); }
.header-inner { display: flex; min-height: var(--header-height); align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: block; flex: 0 0 auto; }
.brand img { width: 300px; height: auto; }
.site-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 30px); }
.site-nav > a:not(.button) { position: relative; color: #494149; font-size: .9rem; font-weight: 680; text-decoration: none; }
.site-nav > a:not(.button)::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; background: var(--coral); content: ""; transform: scaleX(0); transition: transform .2s ease; transform-origin: right; }
.site-nav > a:not(.button):hover::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 0; border-radius: 50%; background: var(--purple-50); cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 4px auto; background: var(--purple-900); transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: calc(100svh - 121px); overflow: hidden; padding: 68px 0 72px; background: linear-gradient(125deg, #fbf7f1 0%, #fffdf9 48%, #f1e6f3 100%); }
.hero__texture { position: absolute; inset: 0; opacity: .34; background-image: radial-gradient(circle at 15% 20%, rgba(109,46,125,.14) 0 1px, transparent 1.5px); background-size: 20px 20px; mask-image: linear-gradient(90deg,#000,transparent 45%); }
.hero::before { position: absolute; top: -210px; right: -140px; width: 610px; height: 610px; border: 1px solid rgba(109,46,125,.1); border-radius: 50%; content: ""; }
.hero::after { position: absolute; bottom: -360px; left: -250px; width: 590px; height: 590px; border: 100px solid rgba(217,104,78,.04); border-radius: 50%; content: ""; }
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 62px; }
.hero__content { padding: 32px 0; }
.hero h1 { max-width: 660px; font-size: clamp(3rem, 4.5vw, 4.75rem); }
.hero h1 > span { display: block; }
.hero h1 em { display: block; color: var(--purple-700); font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; }
.hero__lead { max-width: 610px; margin-bottom: 32px; font-size: clamp(1.08rem, 1.4vw, 1.23rem); line-height: 1.7; }
.hero__actions { display: flex; align-items: center; gap: 28px; }
.hero__trust { display: flex; margin-top: 56px; padding-top: 25px; border-top: 1px solid var(--line); }
.hero__trust > div { padding: 0 24px; border-left: 1px solid var(--line); }
.hero__trust > div:first-child { padding-left: 0; border-left: 0; }
.hero__trust strong, .hero__trust span { display: block; }
.hero__trust strong { margin-bottom: 2px; color: var(--purple-800); font-size: 1.2rem; }
.hero__trust span { color: var(--ink-soft); font-size: .75rem; }
.hero__visual { position: relative; min-width: 0; padding: 0 0 40px 24px; }
.hero__visual::before { position: absolute; z-index: -1; top: -24px; right: -28px; width: 75%; height: 75%; border-radius: 52% 48% 36% 64% / 42% 44% 56% 58%; background: var(--purple-100); content: ""; }
.hero__visual picture { display: block; overflow: hidden; border-radius: 48% 48% 24px 24px / 36% 36% 24px 24px; box-shadow: var(--shadow-lg); }
.hero__visual img { width: 100%; min-height: 610px; object-fit: cover; object-position: 62% center; }
.hero__note { position: absolute; right: -24px; bottom: 0; display: flex; width: min(365px, 74%); align-items: center; gap: 16px; padding: 18px 22px; border: 1px solid rgba(109,46,125,.11); border-radius: 18px; background: rgba(255,253,249,.96); box-shadow: var(--shadow-sm); }
.hero__note svg { flex: 0 0 34px; fill: none; stroke: var(--coral); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.hero__note p { margin: 0; font-size: .85rem; line-height: 1.45; }
.hero__note strong { display: block; color: var(--ink); }

.fast { position: relative; padding: 82px 0 72px; color: var(--white); background: var(--purple-800); overflow: hidden; }
.fast::before { position: absolute; top: -190px; right: -150px; width: 520px; height: 520px; border: 90px solid rgba(255,255,255,.035); border-radius: 50%; content: ""; }
.fast .container { position: relative; z-index: 1; }
.fast__intro { display: grid; grid-template-columns: .65fr 1.1fr 1fr; align-items: end; gap: 54px; margin-bottom: 44px; }
.fast__intro .eyebrow { align-self: start; margin-top: 11px; }
.fast__intro h2 { margin-bottom: 0; color: var(--white); font-size: clamp(2.25rem, 3.4vw, 4rem); }
.fast__intro > p:last-child { margin-bottom: 4px; color: #d9c9dc; }
.fast__steps { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius-md); }
.fast-step { display: flex; min-height: 145px; gap: 16px; padding: 27px 22px; border-left: 1px solid rgba(255,255,255,.18); }
.fast-step:first-child { border-left: 0; }
.fast-step > strong { color: #f19a80; font-family: Georgia, serif; font-size: 3.3rem; font-weight: 400; line-height: .9; }
.fast-step span { display: block; margin-bottom: 8px; font-size: 1rem; font-weight: 800; }
.fast-step p { margin: 0; color: #d7c8da; font-size: .84rem; line-height: 1.45; }
.fast__source { display: inline-block; margin-top: 21px; color: #d9c9dc; font-size: .78rem; text-decoration: none; }
.fast__source:hover { color: var(--white); text-decoration: underline; }

.about { background: var(--paper); }
.vision-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 22px; }
.statement-card { position: relative; min-height: 350px; overflow: hidden; padding: 50px; border-radius: var(--radius-lg); }
.statement-card__number { position: absolute; top: 30px; right: 34px; color: rgba(255,255,255,.55); font-family: Georgia, serif; font-size: 1.15rem; }
.statement-card .card-label { margin-bottom: 58px; font-size: .75rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.statement-card h3 { max-width: 760px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.65rem, 2.45vw, 2.75rem); font-weight: 400; line-height: 1.28; }
.statement-card--vision { color: var(--white); background: var(--purple-700); }
.statement-card--vision p { color: #e6d6e9; }
.statement-card--mission { color: var(--ink); background: var(--coral-soft); }
.statement-card--mission p { color: var(--coral-dark); }
.statement-card--mission .statement-card__number { color: rgba(180,81,60,.45); }
.registration-note { display: flex; align-items: center; gap: 16px; margin-top: 26px; padding: 21px 26px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white); }
.registration-note__icon { display: grid; width: 45px; height: 45px; flex: 0 0 45px; place-items: center; border-radius: 50%; color: var(--purple-700); background: var(--purple-50); }
.registration-note svg { width: 24px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.registration-note p { margin: 0; }
.registration-note strong, .registration-note span { display: block; }
.registration-note strong { color: var(--ink); }
.registration-note span { font-size: .87rem; }

.programs { background: var(--cream); }
.program-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.program-card { min-height: 330px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.program-card:hover { border-color: rgba(109,46,125,.3); box-shadow: var(--shadow-sm); transform: translateY(-5px); }
.program-card--featured { color: var(--white); border-color: var(--purple-700); background: var(--purple-700); }
.program-card--featured p { color: #e4d5e7; }
.program-card--featured a { color: var(--white); }
.program-card__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 54px; color: var(--purple-700); }
.program-card--featured .program-card__top { color: #f3b09e; }
.program-card__top > span { font-family: Georgia, serif; font-size: 1.1rem; }
.program-card svg { width: 38px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.program-card h3 { font-size: clamp(1.5rem, 2vw, 2rem); }
.program-card p { max-width: 500px; margin-bottom: 26px; }
.program-card a { color: var(--purple-700); font-size: .86rem; font-weight: 800; text-decoration: none; }
.program-card a:hover { text-decoration: underline; }

.journey { overflow: hidden; background: var(--paper); }
.journey__grid { display: grid; grid-template-columns: .85fr 1fr; align-items: start; gap: 105px; }
.journey__content { position: sticky; top: 132px; }
.journey__content p:not(.eyebrow) { max-width: 500px; margin-bottom: 28px; font-size: 1.05rem; }
.journey__steps { position: relative; margin: 0; padding: 0; list-style: none; }
.journey__steps::before { position: absolute; top: 34px; bottom: 34px; left: 27px; width: 1px; background: var(--line); content: ""; }
.journey__steps li { position: relative; display: grid; grid-template-columns: 56px 1fr; gap: 27px; min-height: 145px; }
.journey__steps li > span { position: relative; z-index: 1; display: grid; width: 56px; height: 56px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--purple-700); background: var(--paper); font-family: Georgia, serif; }
.journey__steps h3 { margin: 7px 0 8px; font-size: 1.32rem; }
.journey__steps p { max-width: 430px; margin: 0; }

.calendar { color: var(--white); background: var(--purple-950); }
.calendar__header { display: grid; grid-template-columns: 1.1fr .7fr; align-items: end; gap: 90px; margin-bottom: 54px; }
.calendar__header h2 { max-width: 670px; margin-bottom: 0; color: var(--white); }
.calendar__header > p { margin-bottom: 5px; color: #cfbecf; }
.event-list { border-top: 1px solid rgba(255,255,255,.16); }
.event { display: grid; grid-template-columns: 88px 1fr 40px; align-items: center; gap: 30px; min-height: 125px; border-bottom: 1px solid rgba(255,255,255,.16); transition: padding .2s ease, background .2s ease; }
.event:hover { padding-inline: 16px; background: rgba(255,255,255,.035); }
.event time { display: flex; align-items: baseline; gap: 8px; }
.event time span { color: #d2bdd6; font-size: .77rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.event time strong { font-family: Georgia, serif; font-size: 2rem; font-weight: 400; }
.event div p { margin: 0 0 5px; color: #b8a5ba; font-size: .72rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.event h3 { margin: 0; color: var(--white); font-size: clamp(1.2rem, 1.8vw, 1.55rem); }
.event__arrow { color: #c8b5ca; font-size: 1.4rem; }
.event--accent time strong, .event--accent .event__arrow { color: #f19a80; }
.calendar__note { margin: 28px 0 0; color: #bbaabd; font-size: .88rem; }
.calendar__note strong { color: var(--white); }

.handkerchief { position: relative; overflow: hidden; color: var(--white); background: var(--purple-700); }
.handkerchief::before { position: absolute; right: -120px; bottom: -270px; width: 600px; height: 600px; border: 100px solid rgba(255,255,255,.04); border-radius: 50%; content: ""; }
.handkerchief__grid { position: relative; z-index: 1; display: grid; grid-template-columns: .65fr 1fr; align-items: center; gap: 100px; min-height: 620px; padding-block: 90px; }
.handkerchief__content h2 { color: var(--white); }
.handkerchief__content > p:not(.eyebrow) { max-width: 690px; margin-bottom: 32px; color: #eaddec; font-size: 1.08rem; }
.handkerchief__actions { display: flex; align-items: center; gap: 28px; }
.handkerchief__mark { position: relative; display: grid; min-height: 390px; place-items: center; }
.cloth { position: relative; width: min(290px, 78vw); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.2); border-radius: 30% 4% 28% 5%; background: linear-gradient(145deg,#824092,#4b1b56); box-shadow: 25px 28px 55px rgba(36,11,41,.35); transform: rotate(45deg); }
.cloth::before, .cloth::after { position: absolute; content: ""; }
.cloth::before { inset: 16px; border: 1px dashed rgba(255,255,255,.3); border-radius: inherit; }
.cloth::after { top: -1px; right: -1px; width: 40%; height: 40%; border-radius: 0 10px 0 100%; background: rgba(255,255,255,.09); }
.cloth span { position: absolute; top: 48%; left: 19%; width: 62%; height: 4px; border-radius: 10px; background: var(--white); transform: rotate(-45deg); }
.cloth span::before { position: absolute; top: -17px; left: 28%; width: 36px; height: 36px; border-top: 4px solid var(--white); border-right: 4px solid var(--white); content: ""; transform: rotate(43deg) skew(-12deg); }
.handkerchief__mark p { position: absolute; right: -14px; bottom: 3px; margin: 0; color: #dbc5df; font-family: Georgia, serif; font-size: 1.05rem; line-height: 1.2; transform: rotate(-3deg); }
.handkerchief__mark p strong { color: var(--white); font-size: 1.45rem; font-weight: 400; }

.involved { background: var(--cream); }
.involved-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.involved-card { position: relative; min-height: 280px; padding: 35px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.involved-card:hover { box-shadow: var(--shadow-sm); transform: translateY(-5px); }
.involved-card__icon { display: grid; width: 44px; height: 44px; margin-bottom: 38px; place-items: center; border-radius: 50%; color: var(--purple-700); background: var(--purple-100); font-family: Georgia, serif; font-size: .84rem; }
.involved-card h3 { font-size: 1.45rem; }
.involved-card p { max-width: 430px; margin-bottom: 22px; }
.involved-card__link { color: var(--purple-700); font-size: .84rem; font-weight: 800; }
.involved-card--purple { color: var(--white); border-color: var(--purple-800); background: var(--purple-800); }
.involved-card--purple p { color: #d9c9dc; }
.involved-card--purple .involved-card__icon { color: var(--purple-900); background: #f0a28b; }
.involved-card--purple .involved-card__link { color: #f5b09c; }

.contact { background: var(--paper); }
.contact__grid { display: grid; grid-template-columns: .75fr 1fr; align-items: start; gap: 90px; }
.contact__content { padding-top: 30px; }
.contact__content > p:not(.eyebrow) { max-width: 510px; margin-bottom: 38px; font-size: 1.04rem; }
.contact-list { display: grid; gap: 12px; }
.contact-list > a, .contact-list > div { display: flex; align-items: center; gap: 16px; color: var(--ink); text-decoration: none; }
.contact-list svg { width: 22px; flex: 0 0 22px; fill: none; stroke: var(--purple-700); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.65; }
.contact-list small, .contact-list span { display: block; }
.contact-list small { color: var(--ink-soft); font-size: .72rem; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.contact-list a:hover span { color: var(--purple-700); }
.contact-form { padding: 42px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--cream); box-shadow: var(--shadow-sm); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: block; margin-bottom: 19px; color: #3b343d; font-size: .83rem; font-weight: 750; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 8px; padding: 14px 15px; border: 1px solid #d9cedb; border-radius: 11px; color: var(--ink); background: var(--white); font-size: .93rem; font-weight: 450; outline: none; transition: border .2s, box-shadow .2s; }
.contact-form input, .contact-form select { min-height: 50px; }
.contact-form textarea { min-height: 135px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--purple-600); box-shadow: 0 0 0 4px rgba(109,46,125,.09); }
.checkbox { display: flex !important; align-items: flex-start; gap: 10px; color: var(--ink-soft) !important; font-size: .76rem !important; font-weight: 500 !important; }
.checkbox input { width: 17px; min-height: 17px; margin: 2px 0 0; accent-color: var(--purple-700); }
.honeypot { position: absolute !important; left: -9999px !important; }
.contact-form .button { width: 100%; justify-content: space-between; }
.contact-form .button[disabled] { cursor: wait; opacity: .7; transform: none; }
.form-status { min-height: 22px; margin: 13px 0 0; font-size: .82rem; }
.form-status.is-success { color: var(--green); }
.form-status.is-error { color: #a33b32; }

.site-footer { padding: 72px 0 22px; color: var(--white); background: #241028; }
.footer__main { display: grid; grid-template-columns: 1fr .82fr; gap: 100px; padding-bottom: 56px; }
.footer__brand img { width: min(355px, 100%); margin-bottom: 25px; }
.footer__brand p { max-width: 430px; color: #bdaec0; }
.footer__links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; }
.footer__links h2 { margin-bottom: 18px; color: #e8d8ea; font-size: .75rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.footer__links a { display: block; margin: 9px 0; color: #bdaec0; font-size: .88rem; text-decoration: none; }
.footer__links a:hover { color: var(--white); }
.footer__bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.11); }
.footer__bottom p { margin: 0; color: #998a9b; font-size: .72rem; }

.values { margin-top: 32px; padding: 28px 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.values .eyebrow { margin-bottom: 18px; }
.values__list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin: 0; padding: 0; list-style: none; }
.values__list li { padding: 16px 18px; border-left: 2px solid var(--coral); background: var(--purple-50); border-radius: 0 12px 12px 0; }
.values__list strong { display: block; margin-bottom: 4px; color: var(--purple-800); font-size: 1rem; }
.values__list span { display: block; color: var(--ink-soft); font-size: .82rem; line-height: 1.5; }

.officials { background: var(--cream); }
.officials-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.official-card { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); transition: transform .25s ease, box-shadow .25s ease; }
.official-card:hover { box-shadow: var(--shadow-sm); transform: translateY(-4px); }
.official-card__photo { overflow: hidden; margin-bottom: 18px; border-radius: 16px; aspect-ratio: 1; background: var(--purple-50); }
.official-card__photo img { width: 100%; height: 100%; object-fit: cover; }
.official-card .card-label { margin-bottom: 6px; color: var(--purple-700); font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.official-card h3 { margin-bottom: 4px; font-size: 1.2rem; }
.official-card__role { margin-bottom: 12px; color: var(--coral-dark); font-size: .82rem; font-weight: 700; }
.official-card p:last-child { font-size: .86rem; line-height: 1.55; }
.official-card--placeholder { border-style: dashed; background: transparent; }
.official-card--placeholder .official-card__photo { background: repeating-linear-gradient(135deg, var(--purple-50) 0 12px, var(--paper) 12px 24px); }

.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gallery-grid figure { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--purple-50); aspect-ratio: 4 / 5; }
.gallery-grid figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery-grid figure:hover img { transform: scale(1.03); }
.gallery-grid figure.is-empty { display: grid; place-items: center; color: var(--ink-soft); font-size: .82rem; text-align: center; padding: 20px; background: repeating-linear-gradient(135deg, var(--purple-50) 0 12px, var(--paper) 12px 24px); }

.support-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 40px; }
.support-list article { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); }
.support-list article h3 { color: var(--purple-800); font-size: 1.2rem; }
.support-list article p { font-size: .9rem; }
.support-list article strong { color: var(--ink); }

.story { display: grid; grid-template-columns: .8fr 1fr; gap: 32px; align-items: start; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--purple-50); margin-top: 26px; }
.story blockquote { margin: 0; color: var(--ink); font-family: Georgia, serif; font-size: 1.35rem; line-height: 1.4; }
.story blockquote::before { content: "\201C"; font-size: 3rem; color: var(--coral); line-height: 0; vertical-align: -.4em; margin-right: 6px; }
.story cite { display: block; margin-top: 14px; color: var(--purple-800); font-size: .84rem; font-weight: 800; font-style: normal; letter-spacing: .04em; }
.story__body p:last-child { margin-bottom: 0; }

.themes-list { display: grid; gap: 18px; margin-top: 30px; padding: 0; list-style: none; }
.themes-list li { display: grid; grid-template-columns: 44px 1fr; gap: 20px; padding: 22px 24px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); }
.themes-list li strong { display: block; margin-bottom: 6px; color: var(--purple-800); font-size: 1.05rem; }
.themes-list li p { margin: 0; font-size: .92rem; }
.themes-list .themes-list__icon { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; color: var(--purple-700); background: var(--purple-100); font-family: Georgia, serif; }

body.motion-ready .reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
body.motion-ready .reveal--delay { transition-delay: .12s; }
body.motion-ready .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1040px) {
  .brand img { width: 245px; }
  .site-nav { gap: 16px; }
  .site-nav > a:not(.button) { font-size: .82rem; }
  .hero__grid { gap: 35px; }
  .hero__visual img { min-height: 540px; }
  .hero__trust > div { padding-inline: 14px; }
  .fast__intro { grid-template-columns: 1fr 1.4fr; }
  .fast__intro .eyebrow { grid-column: 1 / -1; margin-bottom: -30px; }
  .fast__steps { grid-template-columns: 1fr 1fr; }
  .fast-step:nth-child(3) { border-top: 1px solid rgba(255,255,255,.18); border-left: 0; }
  .fast-step:nth-child(4) { border-top: 1px solid rgba(255,255,255,.18); }
  .journey__grid, .contact__grid { gap: 60px; }
  .officials-grid { grid-template-columns: repeat(2, 1fr); }
  .values__list { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .support-list { grid-template-columns: 1fr; }
  .story { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  :root { --header-height: 72px; }
  .section { padding: 86px 0; }
  .alert-bar__inner > span:not(.alert-bar__label) { display: none; }
  .alert-bar__inner { justify-content: space-between; }
  .brand img { width: 230px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav { position: fixed; z-index: -1; top: 72px; right: 0; left: 0; display: grid; align-content: start; gap: 0; height: calc(100svh - 72px); padding: 35px 24px; background: var(--paper); opacity: 0; pointer-events: none; transform: translateY(-15px); transition: opacity .2s ease, transform .2s ease; }
  .site-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .site-nav > a:not(.button) { padding: 18px 5px; border-bottom: 1px solid var(--line); font-size: 1.15rem; }
  .site-nav .button { margin-top: 24px; }
  .hero { min-height: auto; padding: 60px 0 70px; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__content { padding: 0; }
  .hero h1 { max-width: 720px; }
  .hero__lead { max-width: 680px; }
  .hero__visual { max-width: 700px; padding-top: 14px; }
  .hero__visual img { min-height: 460px; }
  .hero__note { right: 0; }
  .section-heading--split, .journey__grid, .contact__grid, .calendar__header, .handkerchief__grid { grid-template-columns: 1fr; gap: 45px; }
  .section-heading--split { align-items: start; }
  .journey__content { position: static; }
  .handkerchief__grid { min-height: auto; }
  .handkerchief__mark { order: 2; min-height: 360px; }
  .contact__content { padding-top: 0; }
  .footer__main { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 72px 0; }
  h1 { font-size: clamp(2.75rem, 13vw, 4.3rem); }
  h2 { font-size: clamp(2.05rem, 10vw, 3.2rem); }
  .eyebrow { font-size: .68rem; }
  .alert-bar__inner { min-height: 37px; }
  .alert-bar__label { padding-right: 10px; font-size: .7rem; }
  .alert-bar a { font-size: .73rem; }
  .brand img { width: 205px; }
  .hero { padding-top: 45px; }
  .hero h1 { font-size: clamp(2.75rem, 12.4vw, 3.25rem); }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero__trust { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 44px; }
  .hero__trust > div { padding-inline: 9px; }
  .hero__trust strong { font-size: .96rem; }
  .hero__trust span { font-size: .66rem; line-height: 1.35; }
  .hero__visual { padding: 4px 0 38px; }
  .hero__visual::before { right: -12px; }
  .hero__visual picture { border-radius: 80px 80px 20px 20px; }
  .hero__visual img { min-height: 420px; object-position: 64% center; }
  .hero__note { width: 86%; padding: 15px 17px; }
  .fast { padding: 70px 0 62px; }
  .fast__intro { display: block; margin-bottom: 34px; }
  .fast__intro .eyebrow { margin-bottom: 22px; }
  .fast__intro h2 { margin-bottom: 18px; }
  .fast__steps { grid-template-columns: 1fr; }
  .fast-step { min-height: 120px; border-top: 1px solid rgba(255,255,255,.18); border-left: 0; }
  .fast-step:first-child { border-top: 0; }
  .vision-grid, .program-grid, .involved-grid, .officials-grid, .gallery-grid { grid-template-columns: 1fr; }
  .values__list { grid-template-columns: 1fr; }
  .story { padding: 24px; }
  .themes-list li { grid-template-columns: 1fr; gap: 10px; }
  .statement-card { min-height: 330px; padding: 34px 28px; }
  .statement-card .card-label { margin-bottom: 50px; }
  .registration-note { align-items: flex-start; padding: 18px; }
  .program-card { min-height: 300px; padding: 28px; }
  .program-card__top { margin-bottom: 40px; }
  .event { grid-template-columns: 72px 1fr 22px; gap: 14px; min-height: 112px; }
  .event time { display: block; }
  .event time span, .event time strong { display: block; }
  .event time strong { font-size: 1.65rem; }
  .event:hover { padding-inline: 5px; }
  .handkerchief__grid { padding-block: 72px; }
  .handkerchief__actions { align-items: flex-start; flex-direction: column; }
  .handkerchief__mark { min-height: 320px; }
  .cloth { width: 225px; }
  .handkerchief__mark p { right: 0; }
  .involved-card { min-height: 260px; padding: 28px; }
  .contact-form { padding: 28px 20px; border-radius: var(--radius-md); }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-list > a, .contact-list > div { align-items: flex-start; }
  .contact-list span { overflow-wrap: anywhere; }
  .footer__links { gap: 25px; }
  .footer__bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
}

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

@media print {
  .alert-bar, .site-header, .menu-toggle { position: static; }
  .skip-link { display: none; }
  body.motion-ready .reveal { opacity: 1 !important; transform: none !important; }
  .button { box-shadow: none; }
  .section { break-inside: auto; }
  .program-card, .statement-card, .event, .involved-card { break-inside: avoid; }
}
