/*
Theme Name: Choy Jugendkirche
Theme URI: https://www.churchofyouth.de
Author: Choy Jugendkirche
Description: Schnelles, responsives Choy-Theme mit Google-Kalender, Sonntagsvorschau, Event-Logos und mobil pflegbaren Highlights.
Version: 1.9.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: choy
*/

@font-face {
  font-family: "Smothy Clean";
  src: url("assets/fonts/smothy-clean.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "DM Sans Variable";
  src: url("assets/fonts/dm-sans-latin.woff2") format("woff2-variations");
  font-display: swap;
  font-style: normal;
  font-weight: 100 1000;
}

:root {
  --blue: #003a8e;
  --blue-dark: #00245d;
  --violet: #711ead;
  --yellow: #ffe786;
  --mint: #25dab9;
  --pink: #ee4c8a;
  --ink: #171526;
  --cream: #fffaf0;
  --white: #ffffff;
  --font-display: "Smothy Clean", "DM Sans Variable", sans-serif;
  --font-body: "DM Sans Variable", "DM Sans", system-ui, sans-serif;
  --shadow: 0 24px 60px rgba(20, 13, 55, 0.15);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--choy-browser-color, var(--cream));
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.55;
  overflow-x: hidden;
}
body::before { content: ""; position: fixed; z-index: 49; inset: 0 0 auto; height: env(safe-area-inset-top, 0px); background: var(--choy-browser-color, var(--violet)); pointer-events: none; }
body.menu-open { overflow: hidden; }
main { background: var(--cream); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 0.1em; text-underline-offset: 0.2em; }
button, input, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 0.98; }

.shell { width: min(1160px, calc(100% - 2rem)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 0.5rem; left: 0.5rem; padding: 0.75rem 1rem; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin-bottom: 0.8rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.display { font-family: var(--font-display); font-weight: 400; letter-spacing: 0.01em; }
.section { padding-block: clamp(4rem, 9vw, 8rem); }
.section-title { max-width: 850px; margin-bottom: 2.5rem; font-family: var(--font-display); font-size: clamp(3rem, 7vw, 6.5rem); font-weight: 400; }
.lede { max-width: 720px; font-size: clamp(1.15rem, 2.3vw, 1.5rem); }

.site-header { position: absolute; z-index: 50; inset: 0 0 auto; padding: calc(0.9rem + env(safe-area-inset-top, 0px)) 0 0.9rem; background: transparent; }
.nav-shell { width: min(1220px, calc(100% - 1.2rem)); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { flex: 0 0 auto; display: block; }
.brand img { width: 165px; height: auto; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: clamp(0.7rem, 2vw, 1.8rem); font-weight: 750; }
.main-nav__list { display: flex; align-items: center; gap: clamp(0.7rem, 2vw, 1.8rem); margin: 0; padding: 0; list-style: none; }
.main-nav a { color: white; text-decoration: none; text-shadow: 0 1px 14px rgba(0,0,0,0.22); }
.main-nav a:not(.nav-cta):hover { color: var(--yellow); }
.mobile-home-link { display: none; }
.nav-cta { padding: 0.7rem 1.1rem; color: var(--ink) !important; background: var(--yellow); border-radius: 999px; transform: rotate(-1deg); text-shadow: none !important; }
.menu-button { display: none; width: 48px; height: 48px; border: 0; border-radius: 50%; background: var(--yellow); cursor: pointer; }
.menu-button span { display: block; width: 22px; height: 3px; margin: 4px auto; border-radius: 99px; background: var(--ink); }

.button { display: inline-flex; align-items: center; gap: 0.65rem; padding: 0.9rem 1.25rem; border: 2px solid var(--ink); border-radius: 999px; background: var(--yellow); color: var(--ink); font-weight: 800; text-decoration: none; box-shadow: 4px 4px 0 var(--ink); transition: transform 180ms ease, box-shadow 180ms ease; }
.button:hover { transform: translate(3px, 3px) rotate(-1deg); box-shadow: 1px 1px 0 var(--ink); }
.button--light { background: var(--white); }
.button--mint { background: var(--mint); }

.hero { position: relative; min-height: min(780px, 100svh); display: grid; align-items: center; padding: clamp(8rem, 13vw, 10rem) 0 7rem; background: var(--blue); color: white; isolation: isolate; overflow: hidden; }
.hero::before { content: ""; position: absolute; z-index: -1; inset: auto -8% -32% 42%; height: 85%; border-radius: 53% 47% 0 0; background: var(--violet); transform: rotate(-8deg); }
.hero::after { content: ""; position: absolute; z-index: -1; width: 330px; aspect-ratio: 1; top: 105px; right: -175px; border-radius: 50%; background: var(--yellow); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr); align-items: center; gap: clamp(2rem, 6vw, 6rem); }
.hero h1 { max-width: 760px; margin-bottom: 1.6rem; font-family: var(--font-display); font-size: clamp(4.6rem, 10vw, 9.6rem); font-weight: 400; }
.hero h1.hero-title--long { max-width: 680px; font-size: clamp(3.8rem, 8vw, 7.5rem); }
.hero-details { margin-bottom: 2rem; }
.hero-details .lede { margin: 0; }
.hero-details .lede + .lede { margin-top: 0.45rem; }
.hero-logo-cloud { position: relative; justify-self: center; width: min(100%, 490px); aspect-ratio: 1; animation: float 6s ease-in-out infinite; }
.hero-logo-cloud::before { content: ""; position: absolute; inset: -8%; border: 3px solid var(--mint); border-radius: 47% 53% 38% 62%; transform: rotate(8deg); }
.hero-logo-cloud img { position: relative; width: 100%; height: 100%; object-fit: cover; border-radius: 43% 57% 51% 49% / 58% 42% 58% 42%; box-shadow: var(--shadow); }
.hero-logo-cloud--multiple { width: min(100%, 570px); aspect-ratio: 1.25; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: 0.8rem; }
.hero-logo-cloud--multiple img { height: auto; aspect-ratio: 1; object-fit: contain; }
.hero-logo-cloud--multiple img:first-child { transform: rotate(-4deg); }
.hero-logo-cloud--multiple img:nth-child(2) { transform: rotate(4deg); }
.hero-sticker { position: absolute; z-index: 2; right: -4%; bottom: 6%; width: 120px; aspect-ratio: 1; display: grid; place-items: center; padding: 1rem; background: var(--mint); color: var(--ink); border-radius: 50%; font-family: var(--font-display); font-size: 1.55rem; line-height: 0.9; text-align: center; transform: rotate(8deg); }
.doodle { position: absolute; font-family: var(--font-display); color: var(--yellow); font-size: 4rem; animation: twinkle 3s ease-in-out infinite; }
.doodle--a { top: 16%; left: 47%; }.doodle--b { right: 3%; bottom: 13%; animation-delay: -1.3s; }

.highlight { padding-block: clamp(4rem, 8vw, 7rem); background: var(--cream); color: white; }
.highlight-card { display: grid; grid-template-columns: 1fr 1fr; min-height: 540px; border-radius: 48px; overflow: hidden; background: var(--blue-dark); box-shadow: var(--shadow); }
.highlight-media { min-height: 420px; background: var(--yellow); }
.highlight-media img { width: 100%; height: 100%; object-fit: cover; }
.highlight-copy { display: grid; align-content: center; padding: clamp(2rem, 6vw, 5rem); }
.highlight-copy h1 { margin-bottom: 1rem; font-family: var(--font-display); font-size: clamp(4rem, 8vw, 7rem); font-weight: 400; }
.highlight-date { color: var(--yellow); font-weight: 850; }

.sunday-feature { position: relative; margin-top: -3.5rem; display: grid; grid-template-columns: 0.9fr 1.1fr; overflow: hidden; border-radius: 46px; background: var(--violet); color: white; box-shadow: var(--shadow); }
.sunday-copy { display: grid; align-content: center; padding: clamp(2rem, 5vw, 4.5rem); }
.sunday-copy h2 { margin-bottom: 1rem; font-family: var(--font-display); font-size: clamp(4rem, 8vw, 7.5rem); font-weight: 400; }
.sunday-date { font-size: 1.2rem; font-weight: 850; color: var(--yellow); }
.sunday-more { padding: 0.75rem 1rem; border-radius: 18px; background: rgba(255,255,255,0.12); }
.sunday-copy .button { justify-self: start; margin-top: 1rem; }
.sunday-logo-stage { position: relative; min-height: 520px; display: grid; place-items: center; overflow: hidden; background: var(--event-color); clip-path: ellipse(78% 82% at 66% 46%); }
.sunday-logo-stage img { width: min(82%, 480px); border-radius: 42% 58% 45% 55%; transform: rotate(3deg); box-shadow: 0 22px 45px rgba(0,0,0,0.25); }
.spark { position: absolute; z-index: 3; color: var(--yellow); font-size: 4rem; animation: twinkle 2.8s ease-in-out infinite; }.spark--one { top: 8%; left: 14%; }.spark--two { right: 8%; bottom: 6%; animation-delay: -1.2s; }

.events-section { padding-block: clamp(5rem, 10vw, 9rem); }
.events-heading { display: flex; justify-content: space-between; align-items: end; gap: 1rem; margin-bottom: 2.4rem; }
.events-heading h2 { margin: 0; font-family: var(--font-display); font-size: clamp(3.5rem, 7vw, 6.5rem); font-weight: 400; }
.events-list { display: grid; gap: 1rem; }
.events-more { margin-top: 2.2rem; }
.event-card { position: relative; min-height: 210px; display: grid; grid-template-columns: 190px minmax(0, 1fr); align-items: center; gap: clamp(1rem, 3vw, 2rem); padding: 1rem 1.5rem 1rem 1rem; overflow: hidden; border: 2px solid var(--ink); border-radius: 32px; background: var(--event-color); color: var(--event-text); box-shadow: 7px 7px 0 var(--ink); transition: transform 220ms ease, box-shadow 220ms ease; }
.event-card:nth-child(even) { transform: rotate(0.35deg); }.event-card:nth-child(odd) { transform: rotate(-0.25deg); }
.event-card:hover { transform: translateY(-5px) rotate(0deg); box-shadow: 11px 13px 0 var(--ink); }
.event-logo-wrap { align-self: stretch; min-height: 178px; display: grid; place-items: center; overflow: hidden; border-radius: 27px; }
.event-logo-wrap img { width: 100%; height: 100%; padding: 0.35rem; object-fit: contain; }
.event-when { display: inline-flex; flex-wrap: wrap; gap: 0.25rem 0.5rem; margin-bottom: 0.7rem; padding: 0.4rem 0.75rem; border: 2px solid var(--ink); border-radius: 999px; background: white; color: var(--ink); font-weight: 900; text-transform: capitalize; }
.event-card h3 { margin-bottom: 0.5rem; font-family: var(--font-display); font-size: clamp(2.2rem, 4vw, 3.8rem); font-weight: 400; }
.event-location { margin: 0 0 0.55rem; font-weight: 800; }
.event-description { max-width: 760px; margin: 0; }

.programs { padding-block: clamp(5rem, 10vw, 9rem); background: var(--blue); color: white; }
.program-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.program-card { position: relative; overflow: hidden; min-height: 270px; display: grid; grid-template-columns: minmax(180px, 42%) 1fr; align-items: center; border: 2px solid var(--ink); border-radius: 34px; background: var(--program-color); color: var(--program-text); box-shadow: 7px 7px 0 var(--ink); transform: rotate(var(--tilt, 0deg)); }
.program-card:nth-child(3n+1) { --tilt: -0.6deg; }.program-card:nth-child(3n+2) { --tilt: 0.7deg; }
.program-card img { width: 100%; height: 100%; padding: 0.7rem; object-fit: contain; }
.program-card-copy { padding: 1.5rem 1.5rem 1.5rem 0.5rem; }
.program-card h3 { margin-bottom: 0.4rem; font-family: var(--font-display); font-size: 2.5rem; font-weight: 400; }
.program-card p { margin: 0; }

.about-teaser { position: relative; padding-block: clamp(5rem, 12vw, 10rem); background: var(--yellow); overflow: hidden; }
.about-teaser::after { content: "✦"; position: absolute; right: 4%; bottom: -7rem; color: var(--mint); font-size: 20rem; transform: rotate(18deg); }
.about-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(2rem, 7vw, 7rem); align-items: center; }
.about-grid h2 { margin-bottom: 1rem; font-family: var(--font-display); font-size: clamp(4rem, 9vw, 8rem); font-weight: 400; }
.about-photo { position: relative; height: min(650px, 70vw); overflow: hidden; border: 4px solid var(--ink); border-radius: 43% 57% 51% 49% / 58% 42% 58% 42%; box-shadow: 14px 15px 0 var(--violet); transform: rotate(1.5deg); }
.about-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }

.connect { padding-block: clamp(5rem, 9vw, 8rem); background: var(--mint); }
.connect .section-title { margin-bottom: 1.25rem; }
.connect-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
.connect-card { padding: clamp(2rem, 5vw, 4rem); border: 2px solid var(--ink); border-radius: 38px; background: white; box-shadow: 8px 8px 0 var(--ink); }
.connect-card__heading { display: flex; flex-direction: column; align-items: flex-start; gap: 0.75rem; }
.connect-card__heading svg { flex: 0 0 auto; width: 48px; height: 48px; fill: var(--ink); }
.connect-card h3 { margin-bottom: 0.35rem; font-family: var(--font-display); font-size: clamp(3rem, 6vw, 5rem); font-weight: 400; }

.page-hero { position: relative; isolation: isolate; padding: clamp(8rem, 15vw, 12rem) 0 clamp(5rem, 10vw, 9rem); background: var(--violet); color: white; overflow: hidden; }
.page-hero .shell { position: relative; z-index: 2; }
.page-hero::before { content: "✦"; position: absolute; z-index: 1; top: 24%; right: 9%; color: var(--yellow); font-size: clamp(3.5rem, 8vw, 7rem); line-height: 1; animation: twinkle 3.4s ease-in-out infinite; }
.page-hero::after { content: ""; position: absolute; z-index: 0; right: 22%; bottom: -95px; width: 230px; aspect-ratio: 1; border: 4px solid var(--mint); border-radius: 42% 58% 55% 45% / 61% 38% 62% 39%; animation: hero-drift 7s ease-in-out infinite; }
.page-hero--blue::before { color: var(--yellow); }.page-hero--yellow::before { color: var(--violet); }.page-hero--yellow::after { border-color: var(--blue); }
.page-hero--blue { background: var(--blue); }.page-hero--yellow { background: var(--yellow); color: var(--ink); }
.page-hero h1 { max-width: 980px; margin: 0; font-family: var(--font-display); font-size: clamp(5rem, 13vw, 11rem); font-weight: 400; }
.page-intro { margin-bottom: 3rem; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 0.35fr); gap: clamp(2rem, 7vw, 7rem); }
.prose { max-width: 780px; font-size: 1.1rem; }.prose h2 { margin-top: 3rem; font-family: var(--font-display); font-size: clamp(3rem, 7vw, 5.5rem); font-weight: 400; }.prose h3 { margin-top: 2rem; font-size: 1.5rem; line-height: 1.2; }
.prose img { height: auto; border-radius: 30px; }
.prose > *:last-child { margin-bottom: 0; }
.alignwide { width: min(1000px, 100%); max-width: 1000px; }
.alignfull { width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw); }
.highlight-detail { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.highlight-detail__image img { width: 100%; height: auto; border-radius: 42px; box-shadow: var(--shadow); }
.highlight-detail__date { color: var(--violet); font-size: 1.25rem; font-weight: 850; }
.post-list { display: grid; gap: 1.5rem; }
.post-card { padding: clamp(1.5rem, 4vw, 3rem); border: 2px solid var(--ink); border-radius: 32px; background: white; box-shadow: 7px 7px 0 var(--violet); }
.post-card h2 { font-family: var(--font-display); font-size: clamp(2.6rem, 5vw, 4.5rem); font-weight: 400; }
.post-card h2 a { text-decoration: none; }
.info-card { align-self: start; position: sticky; top: 100px; padding: 2rem; border-radius: 30px; background: var(--yellow); box-shadow: 7px 7px 0 var(--ink); }
.team-section { background: var(--yellow); }
.team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; margin-top: 2rem; }
.team-card { display: grid; grid-template-columns: 180px 1fr; align-items: center; gap: 1.2rem; padding: 1.2rem; border: 2px solid var(--ink); border-radius: 32px; background: white; box-shadow: 7px 7px 0 var(--violet); }
.team-avatar { aspect-ratio: 1; overflow: hidden; border: 3px solid var(--ink); border-radius: 48% 52% 43% 57% / 58% 42% 58% 42%; background: var(--mint); transform: rotate(-1.5deg); }
.team-card:nth-child(even) .team-avatar { border-radius: 57% 43% 54% 46% / 42% 57% 43% 58%; transform: rotate(1.5deg); }
.team-avatar img { width: 100%; height: 100%; object-fit: cover; }
.team-role { margin-bottom: 0.35rem; color: var(--violet); font-weight: 850; }
.team-card h3 { margin: 0 0 0.55rem; font-family: var(--font-display); font-size: 2.2rem; font-weight: 400; }
.timeline { position: relative; display: grid; gap: 0; max-width: 960px; margin-inline: auto; }
.timeline-line { position: absolute; z-index: 0; top: 0; bottom: 0; left: 50%; width: 220px; height: 100%; overflow: visible; transform: translateX(-50%); }
.timeline-line path { fill: none; stroke: var(--mint); stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.timeline-item { position: relative; z-index: 1; width: 44%; display: flex; flex-direction: column; padding: 0 0 3.5rem; background: transparent; }
.timeline-item:nth-of-type(odd) { justify-self: start; align-items: flex-end; padding-right: 1rem; text-align: right; }
.timeline-item:nth-of-type(even) { justify-self: end; align-items: flex-start; padding-left: 1rem; text-align: left; }
.timeline-marker { z-index: 2; width: fit-content; margin-bottom: 0.9rem; padding: 0.6rem 0.9rem; border: 2px solid var(--ink); border-radius: 999px; background: var(--yellow); text-align: center; font-weight: 900; box-shadow: 4px 4px 0 var(--ink); }
.timeline-item:nth-of-type(odd) .timeline-marker { margin-right: -35px; }.timeline-item:nth-of-type(even) .timeline-marker { margin-left: -35px; }
.timeline-item h2 { margin-bottom: 0.5rem; font-family: var(--font-display); font-size: clamp(2.3rem, 5vw, 4rem); font-weight: 400; }
.timeline-item p { margin: 0; font-size: 1.08rem; }
.donation-card { align-self: start; position: sticky; top: 2rem; padding: 2rem; border: 2px solid var(--ink); border-radius: 34px; background: var(--mint); box-shadow: 8px 8px 0 var(--ink); }
.donation-card h2 { font-family: var(--font-display); font-size: 4rem; font-weight: 400; }.donation-card dt { margin-top: 1rem; font-weight: 850; }.donation-card dd { margin: 0; overflow-wrap: anywhere; }
.donations-copy .prose h2 { margin: 3.7rem 0 0.65rem; }
.donations-copy .prose h2:first-child { margin-top: 0; }
.check-list { padding-left: 1.3rem; }.check-list li { margin-bottom: 0.6rem; }
.donation-number { display: inline-block; margin: 1rem 0; padding: 1rem 1.4rem; border-radius: 20px; background: var(--blue); color: white; font-size: clamp(1rem, 3vw, 1.35rem); font-weight: 850; letter-spacing: 0.06em; }
.donation-lead { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr); gap: clamp(2rem, 7vw, 6rem); align-items: start; }
.donation-lead .prose h2, .donation-contact-work .prose h2 { margin-top: 0; }
.twingle-section { padding-block: clamp(4rem, 8vw, 7rem); background: var(--mint); }
.twingle-heading { max-width: 820px; margin-bottom: 1.5rem; }
.twingle-card { min-height: 260px; padding: clamp(1rem, 4vw, 2.5rem); overflow: hidden; border: 2px solid var(--ink); border-radius: 38px; background: white; box-shadow: 9px 10px 0 var(--ink); }
.donation-contact-work { background: var(--yellow); }
.donation-contact-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr); gap: clamp(2rem, 7vw, 6rem); align-items: center; }
.donation-contact-work .check-list { font-size: 1.08rem; }
.pascal-quote { margin: 0; padding: clamp(1.5rem, 4vw, 3rem); border: 2px solid var(--ink); border-radius: 38px; background: var(--blue); color: white; box-shadow: 9px 10px 0 var(--violet); }
.pascal-quote-avatar { width: 150px; aspect-ratio: 1; margin: 0 auto 1.5rem; overflow: hidden; border: 3px solid white; border-radius: 48% 52% 49% 51% / 52% 48% 53% 47%; transform: rotate(-1.5deg); }
.pascal-quote-avatar img { width: 100%; height: 100%; object-fit: cover; }
.pascal-quote blockquote { margin: 0; font-size: clamp(1.05rem, 2.2vw, 1.3rem); line-height: 1.55; }
.pascal-quote figcaption { display: grid; margin-top: 1.5rem; }
.pascal-quote figcaption strong { font-size: 1.15rem; }
.pascal-quote figcaption span { color: var(--yellow); }
.privacy-copy { max-width: 900px; }
.privacy-copy h3, .privacy-copy h4 { margin: 2.7rem 0 0.65rem; font-family: var(--font-body); line-height: 1.2; }
.privacy-copy h3 { font-size: clamp(1.55rem, 3.5vw, 2.2rem); }
.privacy-copy h4 { font-size: clamp(1.25rem, 3vw, 1.65rem); }
.privacy-copy ul { padding-left: 1.4rem; }

.newsletter-section { background: var(--cream); }
.newsletter-shell { max-width: 820px; }
.newsletter-card { padding: clamp(1.5rem, 5vw, 4rem); border: 2px solid var(--ink); border-radius: 38px; background: white; box-shadow: 10px 11px 0 var(--violet); }
.newsletter-card h2 { margin-bottom: 0.5rem; font-family: var(--font-display); font-size: clamp(3.3rem, 8vw, 6rem); font-weight: 400; }
.newsletter-intro { margin-bottom: 2rem; font-size: 1.15rem; }
.indicates-required { margin-bottom: 1rem; text-align: right; font-size: 0.86rem; font-weight: 750; }
.asterisk { color: #c1254e; font-weight: 900; }
.mc-field-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.mc-field-group { margin-bottom: 1.15rem; }
.mc-field-group label { display: block; margin-bottom: 0.4rem; font-weight: 850; }
.mc-field-group input { width: 100%; min-height: 52px; padding: 0.75rem 0.9rem; border: 2px solid var(--ink); border-radius: 14px; background: var(--cream); color: var(--ink); }
.mc-field-group input:focus { outline: 4px solid rgba(37, 218, 185, 0.35); outline-offset: 1px; }
.newsletter-honeypot { position: absolute; left: -5000px; }
.newsletter-submit-row { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; margin-top: 1.4rem; }
#mc-embedded-subscribe { cursor: pointer; }
.mailchimp-credit { flex: 0 0 auto; }
.mailchimp-credit img { width: 190px; height: auto; }
.newsletter-archive { margin-top: clamp(5rem, 9vw, 8rem); }
.newsletter-archive .section-title { margin-bottom: 1.5rem; }
.newsletter-archive-list { display: grid; gap: 0.9rem; }
.newsletter-archive-item { display: grid; grid-template-columns: minmax(120px, 0.35fr) minmax(0, 1fr) auto; align-items: center; gap: 1rem; padding: 1.25rem 1.4rem; border: 2px solid var(--ink); border-radius: 22px; background: white; color: var(--ink); text-decoration: none; box-shadow: 5px 5px 0 var(--ink); transition: transform 180ms ease, box-shadow 180ms ease; }
.newsletter-archive-item:hover { transform: translate(3px, 3px) rotate(-0.25deg); box-shadow: 2px 2px 0 var(--ink); }
.newsletter-archive-date { color: var(--violet); font-size: 0.88rem; font-weight: 900; letter-spacing: 0.06em; text-transform: uppercase; }
.newsletter-archive-item strong { font-size: clamp(1.1rem, 2.5vw, 1.4rem); }
.newsletter-archive-arrow { font-size: 1.6rem; font-weight: 900; }

.site-footer { position: relative; padding: clamp(5rem, 9vw, 8rem) 0 4rem; background: var(--blue-dark); color: white; overflow: hidden; }
.footer-orb { position: absolute; border-radius: 50%; pointer-events: none; }.footer-orb--one { width: 310px; aspect-ratio: 1; top: -190px; right: -80px; background: var(--violet); }.footer-orb--two { width: 180px; aspect-ratio: 1; bottom: -120px; left: -70px; background: var(--mint); opacity: 0.75; }
.footer-top { position: relative; display: grid; grid-template-columns: 220px minmax(0, 780px); align-items: center; gap: clamp(2rem, 7vw, 7rem); padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,0.25); }
.footer-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(2rem, 7vw, 7rem); padding-top: 3rem; }
.footer-logo { width: 210px; height: auto; object-fit: contain; }.footer-description { margin: 0; font-size: 1.05rem; line-height: 1.7; }.footer-description a { display: inline; }.site-footer h2 { margin-bottom: 0.9rem; font-family: var(--font-display); font-size: 2.25rem; font-weight: 400; }.site-footer a { display: block; width: fit-content; margin-bottom: 0.45rem; }
.site-footer .footer-description a { display: inline; width: auto; margin: 0; }
.footer-menu { margin: 0; padding: 0; list-style: none; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.js [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity 600ms ease, transform 600ms cubic-bezier(.2,.8,.2,1); }
.js [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
@keyframes float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-14px) rotate(1deg); } }
@keyframes twinkle { 0%,100% { transform: scale(0.85) rotate(0deg); opacity: 0.75; } 50% { transform: scale(1.18) rotate(14deg); opacity: 1; } }
@keyframes hero-drift { 0%,100% { transform: translate3d(0,0,0) rotate(-5deg); } 50% { transform: translate3d(18px,-16px,0) rotate(7deg); } }

@media (max-width: 850px) {
  .menu-button { position: relative; z-index: 102; display: block; }
  .menu-button span { transition: transform 180ms ease, opacity 180ms ease; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; z-index: 100; inset: 0; display: none; min-height: 100svh; padding: 7rem 2rem 3rem; background: var(--blue-dark); border: 0; box-shadow: none; }
  .main-nav__list { display: grid; gap: 0.85rem; width: 100%; }
  .main-nav .mobile-home-link { display: block; width: fit-content; margin-bottom: 0.65rem; }
  .main-nav[data-open] { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }.main-nav a { padding: 0.2rem 0; font-family: var(--font-display); font-size: clamp(2.8rem, 11vw, 5rem); line-height: 1; text-shadow: none; }
  .main-nav .nav-cta { width: fit-content; margin-top: 0.85rem; padding: 0.2rem 0; border-radius: 0; background: transparent; color: var(--yellow) !important; font-family: var(--font-display); font-size: clamp(2.8rem, 11vw, 5rem); line-height: 1; transform: none; }
  .hero-grid, .sunday-feature, .highlight-card, .about-grid, .content-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 9rem; }.hero::after { display: none; }.hero-logo-cloud { width: min(78vw, 430px); }.hero-sticker { width: 96px; font-size: 1.25rem; }
  .sunday-feature { margin-top: -2rem; }.sunday-logo-stage { min-height: 390px; order: -1; clip-path: ellipse(82% 76% at 55% 38%); }
  .program-grid { grid-template-columns: repeat(2, 1fr); }
  .info-card, .donation-card { position: static; }.footer-top { grid-template-columns: 170px 1fr; }.footer-grid { grid-template-columns: repeat(3, 1fr); }.highlight-detail { grid-template-columns: 1fr; }
}

@media (min-width: 851px) {
  .choy-light-header .main-nav a:not(.nav-cta) { color: var(--ink); text-shadow: none; }
  .choy-light-header .main-nav a:not(.nav-cta):hover { color: var(--violet); }
}

.choy-light-header .brand img { filter: brightness(0) saturate(100%); }
.choy-light-header .menu-button { border: 2px solid var(--ink); background: white; }

@media (max-width: 600px) {
	.hero { min-height: 0; padding-top: 8.5rem; padding-bottom: 3.5rem; }
	.hero-grid { display: flex; flex-direction: column; align-items: stretch; gap: 1.4rem; }
	.hero-copy { display: contents; }
	.hero .eyebrow { order: 1; margin: 0; }
	.hero h1 { display: none; }
	.hero-logo-cloud { order: 2; width: min(76vw, 330px); margin-inline: auto; }
	.hero-logo-cloud--multiple { width: min(92vw, 430px); }
	.hero-details { order: 3; margin: 0; text-align: left; }
	.hero .button { order: 4; justify-self: start; align-self: flex-start; }
	.hero::before { inset: auto -45% -10% 12%; width: 135%; height: auto; aspect-ratio: 1.15; border-radius: 50%; transform: rotate(-8deg); }
  .doodle { display: block; z-index: 2; font-size: 2.7rem; }.doodle--a { top: 145px; left: 5%; }.doodle--b { right: 7%; bottom: 4%; }
  .events-heading { display: block; }
  .brand img { width: 112px; height: auto; }
  .event-card { display: block; min-height: 0; padding: 0.7rem; border-radius: 24px; }
  .event-logo-wrap { width: min(72%, 245px); height: auto; min-height: 0; aspect-ratio: 1; margin-inline: auto; border-radius: 22px; }.event-logo-wrap img { padding: 0.2rem; object-fit: contain; }
  .event-card-copy { display: grid; grid-template-columns: minmax(105px, 0.7fr) minmax(0, 1.3fr); gap: 1rem; align-items: start; padding: 1rem 0.35rem 0.45rem; }
  .event-schedule, .event-details { min-width: 0; }.event-card h3 { font-size: 2.15rem; }.event-when { display: grid; gap: 0; margin: 0; padding: 0 0 0.65rem; overflow: hidden; border: 2px solid var(--ink); border-radius: 14px; background: white; color: var(--ink); font-size: 1rem; line-height: 1.1; text-align: center; box-shadow: 4px 4px 0 rgba(0,0,0,0.28); }.event-weekday { padding: 0.48rem 0.4rem; border-bottom: 2px solid var(--ink); background: white; color: var(--ink); font-size: 0.78rem; font-weight: 950; letter-spacing: 0.06em; text-transform: uppercase; }.event-day { padding-top: 0.55rem; font-family: var(--font-display); font-size: 3.2rem; font-weight: 400; line-height: 0.9; }.event-month { padding: 0.2rem 0.35rem 0.65rem; font-size: 0.9rem; font-weight: 900; text-transform: uppercase; }.event-time { padding: 0.65rem 0.3rem 0; border-top: 2px solid var(--ink); font-size: 1.05rem; font-weight: 900; }.event-location, .event-description { font-size: 0.88rem; overflow-wrap: anywhere; }
  .program-grid, .connect-grid, .team-grid, .footer-grid { grid-template-columns: 1fr; }.program-card { grid-template-columns: 135px 1fr; min-height: 230px; }
  .program-card h3 { font-size: 2.1rem; }.team-card { grid-template-columns: 1fr; width: 100%; max-width: 100%; }.team-avatar { width: min(100%, 290px); aspect-ratio: 1; justify-self: center; border-radius: 46% 54% 48% 52% / 53% 47% 55% 45%; }.team-card:nth-child(even) .team-avatar { border-radius: 53% 47% 55% 45% / 46% 54% 48% 52%; }.team-card h3 { font-size: 2rem; }
  .timeline-line { left: -10px; width: 60px; transform: none; }.timeline-item, .timeline-item:nth-of-type(odd), .timeline-item:nth-of-type(even) { width: 100%; display: grid; grid-template-columns: 1fr; gap: 1rem; justify-self: stretch; align-items: start; padding: 0 0 3rem 3.5rem; text-align: left; }.timeline-item:nth-of-type(odd) .timeline-marker, .timeline-item:nth-of-type(even) .timeline-marker { margin: 0; }
  .footer-top, .footer-grid { grid-template-columns: 1fr; }.footer-logo { width: 180px; }
  .choy-light-header .page-hero .shell, .choy-light-header .donations-copy { width: calc(100% - 2.75rem); }.donations-copy, .donations-copy .content-grid, .donations-copy .prose, .donation-card { min-width: 0; max-width: 100%; }.donation-card, .donation-card * { overflow-wrap: anywhere; word-break: break-word; }
  .highlight-card { border-radius: 30px; }.highlight-media { min-height: 320px; }
  .mc-field-row { grid-template-columns: 1fr; gap: 0; }
  .newsletter-submit-row { align-items: flex-start; flex-direction: column; }
  .newsletter-card { border-radius: 26px; box-shadow: 7px 8px 0 var(--violet); }
  .newsletter-archive-item { grid-template-columns: 1fr auto; gap: 0.3rem 0.8rem; }
  .newsletter-archive-date { grid-column: 1 / -1; }
  .newsletter-archive-arrow { grid-column: 2; grid-row: 2; }
  .legal-hero h1 { font-size: clamp(4rem, 18vw, 6.5rem); }
  .legal-copy h2 { overflow-wrap: anywhere; font-family: var(--font-body); font-size: clamp(1.55rem, 7vw, 2.25rem); line-height: 1.15; }
  .donation-lead, .donation-contact-grid { grid-template-columns: 1fr; }
  .twingle-card { padding: 0.65rem; border-radius: 26px; }
  .pascal-quote { border-radius: 28px; }
}

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