:root {
  --orange: #ff4500;
  --ink: #1c1c1c;
  --blue: #436e7e;
  --grey: #b4b4b4;
  --cream: #f3f1ee;
  --white: #fff;
  --line-dark: rgba(28, 28, 28, .18);
  --line-light: rgba(243, 241, 238, .3);
  --max-width: 1680px;
  --gutter: clamp(20px, 3.5vw, 68px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--cream); color: var(--ink); font-family: "Poppins", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img { display: block; width: 100%; max-width: 100%; }

.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; }
.section { width: min(100%, var(--max-width)); margin: 0 auto; padding-right: var(--gutter); padding-left: var(--gutter); }

.scroll-progress { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 3px; pointer-events: none; }
.scroll-progress span { display: block; width: 100%; height: 100%; background: var(--orange); transform: scaleX(0); transform-origin: left; }

.cursor { position: fixed; z-index: 1000; top: 0; left: 0; width: 14px; height: 14px; border-radius: 50%; background: var(--orange); pointer-events: none; mix-blend-mode: difference; opacity: 0; transform: translate(-50%,-50%); transition: width 180ms ease, height 180ms ease, opacity 180ms ease; }
.cursor.is-active { width: 52px; height: 52px; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: 100%; min-height: 86px; padding: 0 var(--gutter); color: var(--white); transition: min-height 250ms ease, color 250ms ease, background 250ms ease; }
.site-header::after { content: ""; position: absolute; right: var(--gutter); bottom: 0; left: var(--gutter); height: 1px; background: rgba(255,255,255,.38); }
.site-header.is-scrolled { min-height: 68px; color: var(--ink); background: rgba(243,241,238,.94); backdrop-filter: blur(18px); }
.site-header.is-scrolled::after { right: 0; left: 0; background: var(--line-dark); }
.brand { width: fit-content; }
.brand img { width: clamp(175px, 15vw, 235px); height: auto; }
.desktop-nav { display: flex; align-items: center; gap: clamp(22px, 2.8vw, 48px); }
.desktop-nav a, .footer-links a { position: relative; font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav a::after, .footer-links a::after { content: ""; position: absolute; right: 0; bottom: -5px; left: 0; height: 2px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform 220ms ease; }
.desktop-nav a:hover::after, .footer-links a:hover::after { transform: scaleX(1); transform-origin: left; }
.member-link { justify-self: end; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-width: 148px; padding: 12px 16px; border: 1px solid currentColor; border-radius: 999px; font-size: .65rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.member-link span { transition: transform 180ms ease; }
.member-link:hover span { transform: translate(3px,-3px); }
.menu-toggle { display: none; justify-self: end; width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--cream); }
.menu-toggle span:not(.sr-only) { display: block; width: 18px; height: 2px; margin: 5px auto; background: var(--ink); transition: transform 200ms ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }

.mobile-menu { position: fixed; z-index: 45; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 7px; padding: 105px var(--gutter) 38px; background: var(--orange); visibility: hidden; opacity: 0; pointer-events: none; transition: opacity 200ms ease, visibility 200ms ease; }
.mobile-menu.is-open { visibility: visible; opacity: 1; pointer-events: auto; }
.mobile-menu p, .mobile-menu small { font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.mobile-menu p { margin: 0 0 18px; }
.mobile-menu small { margin-top: auto; }
.mobile-menu a { font-size: clamp(2.7rem,12vw,5.6rem); font-weight: 900; line-height: .92; letter-spacing: -.07em; text-transform: uppercase; }

.hero { position: relative; min-height: 100svh; overflow: hidden; background: var(--ink); color: var(--white); }
.hero-slides, .hero-slide, .hero-shade { position: absolute; inset: 0; }
.hero-slide { opacity: 0; transform: scale(1.04); transition: opacity 900ms ease, transform 6s ease; }
.hero-slide.is-active { opacity: 1; transform: scale(1); }
.hero-slide img { height: 100%; object-fit: cover; object-position: center; filter: saturate(.82) contrast(1.07); }
.hero-slide:nth-child(1) img { object-position: center 48%; }
.hero-shade { background: linear-gradient(90deg, rgba(28,28,28,.93) 0%, rgba(28,28,28,.62) 48%, rgba(28,28,28,.18) 78%), linear-gradient(0deg, rgba(28,28,28,.78), transparent 54%); }
.hero-content { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; width: min(100%, var(--max-width)); min-height: 100svh; margin: 0 auto; padding: 135px var(--gutter) 185px; }
.hero-kicker, .overline { margin: 0 0 20px; font-size: .64rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero-kicker { display: flex; align-items: center; gap: 12px; }
.hero-kicker span { width: 34px; height: 1px; background: var(--orange); }
.hero-title { max-width: 1220px; margin: 0; font-size: clamp(4rem,8.6vw,10.5rem); font-weight: 900; line-height: .8; letter-spacing: -.085em; text-transform: uppercase; }
.hero-title em { color: var(--orange); font-style: italic; }
.hero-intro { max-width: 670px; margin: 35px 0 0; color: rgba(255,255,255,.86); font-size: clamp(.98rem,1.25vw,1.2rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }

.pill-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 38px; width: fit-content; min-width: 232px; padding: 17px 20px; border: 1px solid transparent; border-radius: 999px; font-size: .67rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; transition: color 200ms ease, background 200ms ease, border-color 200ms ease; }
.pill-button span { font-size: 1rem; transition: transform 180ms ease; }
.pill-button:hover span { transform: translate(3px,-3px); }
.pill-button-orange { background: var(--orange); color: var(--ink); }
.pill-button-orange:hover { background: var(--cream); }
.pill-button-dark { background: var(--ink); color: var(--cream); }
.pill-button-dark:hover { color: var(--ink); background: var(--cream); border-color: var(--ink); }
.pill-button-light { background: var(--cream); color: var(--ink); }
.pill-button-light:hover { background: var(--orange); }
.text-button { display: inline-flex; gap: 35px; padding: 12px 0; border-bottom: 1px solid currentColor; font-size: .68rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }

.instagram-live { position: absolute; z-index: 3; right: var(--gutter); bottom: 40px; left: var(--gutter); display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 22px; min-height: 72px; padding: 12px 18px; border: 1px solid rgba(255,255,255,.42); background: rgba(28,28,28,.55); backdrop-filter: blur(14px); }
.live-pill { display: inline-flex; align-items: center; gap: 8px; width: fit-content; padding: 7px 10px; border-radius: 999px; background: var(--orange); color: var(--ink); font-size: .57rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.live-pill i { width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 0 currentColor; animation: livePulse 1.7s infinite; }
@keyframes livePulse { 70% { box-shadow: 0 0 0 7px transparent; } }
.instagram-handle { font-size: .65rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.instagram-live strong { font-size: .72rem; letter-spacing: .04em; text-transform: uppercase; }
.instagram-live b { font-size: 1.1rem; }
.hero-controls { position: absolute; z-index: 4; right: var(--gutter); bottom: 135px; display: flex; align-items: center; gap: 12px; }
.hero-controls > button, .carousel-buttons button { display: grid; place-items: center; width: 45px; height: 45px; border: 1px solid currentColor; border-radius: 50%; background: transparent; color: inherit; cursor: pointer; transition: color 180ms ease, background 180ms ease; }
.hero-controls > button:hover { background: var(--orange); color: var(--ink); border-color: var(--orange); }
.hero-dots { display: flex; align-items: center; gap: 7px; padding: 0 6px; }
.hero-dots button { width: 25px; height: 3px; padding: 0; border: 0; background: rgba(255,255,255,.35); cursor: pointer; transition: background 180ms ease, width 180ms ease; }
.hero-dots button.is-active { width: 45px; background: var(--orange); }

.fact-rail { display: grid; grid-template-columns: repeat(4,1fr); background: var(--orange); }
.fact-rail > div { display: flex; align-items: center; gap: 18px; min-height: 92px; padding: 18px var(--gutter); border-right: 1px solid rgba(28,28,28,.25); }
.fact-rail > div:last-child { border-right: 0; }
.fact-rail strong { font-size: 1.55rem; font-weight: 900; font-style: italic; letter-spacing: -.06em; text-transform: uppercase; }
.fact-rail span { max-width: 130px; font-size: .58rem; font-weight: 700; line-height: 1.4; letter-spacing: .08em; text-transform: uppercase; }

.about { display: grid; grid-template-columns: .28fr 1.72fr; gap: clamp(45px,8vw,135px); padding-top: clamp(95px,10vw,165px); padding-bottom: clamp(95px,10vw,165px); }
.section-label { display: flex; gap: 22px; padding-top: 6px; font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.section-label span { color: var(--orange); }
.section-label p { margin: 0; }
.about-main .overline { color: var(--orange); }
.display-heading, .section-title { margin: 0; font-weight: 900; line-height: .88; letter-spacing: -.075em; text-transform: uppercase; }
.display-heading { max-width: 1260px; font-size: clamp(3.2rem,6.3vw,7.8rem); }
.section-title { font-size: clamp(3.1rem,5.8vw,7rem); }
.display-heading em, .plus-card h2 em { color: var(--orange); font-style: italic; }
.about-detail { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(35px,7vw,120px); max-width: 960px; margin-top: clamp(45px,6vw,80px); }
.about-detail p, .section-intro, .instagram-copy > p, .plus-card > div > p { margin: 0; font-size: clamp(.93rem,1.15vw,1.12rem); line-height: 1.7; }

.how-it-works { padding: clamp(85px,9vw,135px) 0; background: var(--ink); color: var(--cream); }
.compact-heading, .carousel-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; }
.compact-heading .overline { color: var(--orange); }
.compact-heading .section-intro { max-width: 440px; color: var(--grey); }
.steps { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 55px; }
.step { min-height: 250px; padding: 28px; border-top: 1px solid var(--line-light); border-right: 1px solid var(--line-light); }
.step:last-child { border-right: 0; }
.step > span { color: var(--orange); font-size: .65rem; font-weight: 800; letter-spacing: .1em; }
.step h3 { margin: 65px 0 16px; font-size: clamp(1.8rem,2.7vw,3.2rem); line-height: .92; letter-spacing: -.055em; text-transform: uppercase; }
.step p { max-width: 320px; margin: 0; color: var(--grey); font-size: .78rem; line-height: 1.6; }

.content-section { padding: clamp(90px,9vw,145px) 0; overflow: hidden; }
.runs { background: var(--cream); }
.runs .overline, .partners .overline, .community-series .overline { color: var(--orange); }
.carousel-heading { margin-bottom: 48px; }
.heading-actions { display: flex; align-items: center; justify-content: flex-end; gap: 20px; }
.heading-actions .section-intro { max-width: 360px; }
.live-source { display: flex; align-items: flex-start; gap: 10px; }
.live-source p { margin: 0; font-size: .6rem; line-height: 1.5; letter-spacing: .08em; text-transform: uppercase; }
.pulse { flex: 0 0 auto; width: 8px; height: 8px; margin-top: 3px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 0 rgba(255,69,0,.7); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(255,69,0,0); } }
.outline-button { padding: 12px 15px; border: 1px solid currentColor; border-radius: 999px; font-size: .61rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.carousel-buttons { display: flex; gap: 8px; }
.carousel-buttons button:hover { background: var(--orange); border-color: var(--orange); }

.carousel-shell { overflow: visible; }
.carousel-track { display: flex; gap: 12px; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-x: contain; }
.carousel-track::-webkit-scrollbar { display: none; }
.event-card, .story-card { flex: 0 0 calc((100% - 24px)/3); scroll-snap-align: start; }
.event-card { position: relative; display: flex; flex-direction: column; min-height: 530px; overflow: hidden; padding: 26px; background: var(--ink); color: var(--cream); isolation: isolate; }
.event-image, .event-shade { position: absolute; inset: 0; }
.event-image { z-index: -2; }
.event-image img { height: 100%; object-fit: cover; filter: saturate(.78); transition: transform 650ms cubic-bezier(.2,.8,.2,1), filter 300ms ease; }
.event-card:hover .event-image img { transform: scale(1.045); filter: saturate(1); }
.event-shade { z-index: -1; background: linear-gradient(180deg, rgba(28,28,28,.43), rgba(28,28,28,.2) 42%, rgba(28,28,28,.95)); }
.event-topline, .event-meta { display: flex; align-items: center; justify-content: space-between; gap: 18px; font-size: .59rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.event-topline { padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.48); }
.event-number { color: var(--orange); }
.event-body { margin-top: auto; margin-bottom: 30px; }
.event-date { margin: 0 0 12px; color: var(--orange); font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.event-body h3 { margin: 0 0 15px; font-size: clamp(2rem,3.2vw,3.9rem); line-height: .88; letter-spacing: -.065em; text-transform: uppercase; }
.event-description { max-width: 340px; margin: 0; font-size: .74rem; line-height: 1.55; }
.event-meta { padding-top: 16px; border-top: 1px solid rgba(255,255,255,.48); }
.event-meta b { font-size: 1rem; }

.partners { background: var(--orange); }
.partners .overline { color: var(--ink); }
.community-series { background: var(--cream); }
.story-card { overflow: hidden; border: 1px solid var(--line-dark); background: var(--cream); }
.story-card > img { height: 290px; object-fit: cover; }
.partner-card:first-child { border: 5px solid var(--blue); }
.partner-card:first-child > img { height: 286px; }
.story-card-copy { display: flex; flex-direction: column; min-height: 265px; padding: 24px; }
.story-card-copy > span { color: var(--orange); font-size: .6rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.story-card-copy h3 { margin: 13px 0 11px; font-size: clamp(1.65rem,2.4vw,2.8rem); line-height: .95; letter-spacing: -.05em; text-transform: uppercase; }
.story-card-copy p { margin: 0; font-size: .76rem; line-height: 1.6; }
.story-card-copy a { margin-top: auto; padding-top: 22px; font-size: .62rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.community-card > img { height: 310px; }
.content-empty { flex: 1 0 100%; margin: 0; padding: 34px; border: 1px solid currentColor; font-size: .75rem; font-weight: 700; text-transform: uppercase; }

.instagram-section { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 610px; background: var(--orange); }
.instagram-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(65px,7vw,115px) var(--gutter); }
.live-pill-dark { background: var(--ink); color: var(--cream); }
.instagram-copy h2 { margin: 25px 0 30px; font-size: clamp(3rem,5.3vw,6.4rem); font-weight: 900; line-height: .86; letter-spacing: -.075em; text-transform: uppercase; }
.instagram-copy h2 em { color: var(--cream); font-style: italic; }
.instagram-copy > p { max-width: 510px; }
.instagram-copy .pill-button { margin-top: 35px; }
.instagram-gallery { display: grid; grid-template-columns: 1.1fr .9fr; grid-template-rows: repeat(2,1fr); gap: 8px; padding: 8px 8px 8px 0; }
.instagram-gallery figure { margin: 0; overflow: hidden; }
.instagram-gallery figure:first-child { grid-row: span 2; }
.instagram-gallery img { height: 100%; object-fit: cover; }

.faq { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(45px,8vw,130px); padding-top: clamp(95px,10vw,160px); padding-bottom: clamp(95px,10vw,160px); }
.faq-heading .overline { color: var(--orange); }
.faq-list { border-top: 1px solid var(--ink); }
.faq details { border-bottom: 1px solid var(--line-dark); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 25px 0; cursor: pointer; list-style: none; font-size: clamp(.95rem,1.2vw,1.15rem); font-weight: 700; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--orange); font-size: 1.35rem; transition: transform 180ms ease; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details div { overflow: hidden; }
.faq details p { max-width: 760px; margin: 0; padding: 0 45px 26px 0; color: #555; font-size: .86rem; line-height: 1.7; }

.plus-cta { padding-bottom: clamp(95px,10vw,160px); }
.plus-card { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: clamp(45px,8vw,130px); min-height: 450px; overflow: hidden; padding: clamp(34px,5vw,78px); background: var(--blue); color: var(--cream); }
.plus-card > div { position: relative; z-index: 2; }
.plus-card .overline { color: var(--cream); }
.plus-card h2 { margin: 0; font-size: clamp(3.1rem,5.7vw,7rem); font-weight: 900; line-height: .87; letter-spacing: -.075em; text-transform: uppercase; }
.plus-card h2 em { color: var(--orange); }
.plus-card > div:nth-child(2) { max-width: 490px; }
.plus-card .pill-button { margin-top: 32px; }
.plus-card > img { position: absolute; right: -5%; bottom: -30%; width: min(42vw,620px); opacity: .08; filter: grayscale(1) brightness(3); transform: rotate(-7deg); }

.site-footer { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; padding: clamp(65px,7vw,110px) var(--gutter) 28px; background: var(--ink); color: var(--cream); }
.footer-main { display: flex; flex-direction: column; justify-content: space-between; min-height: 245px; }
.footer-main img { width: min(510px,75vw); }
.footer-main p { margin: 0; font-size: clamp(1.8rem,3vw,3.6rem); font-weight: 800; line-height: .95; letter-spacing: -.05em; text-transform: uppercase; }
.footer-links { display: grid; grid-template-columns: repeat(2,1fr); gap: 30px; }
.footer-links > div { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; }
.footer-links > div > span { margin-bottom: 12px; color: var(--grey); font-size: .58rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.footer-links a { font-size: .73rem; }
.footer-meta { grid-column: 1/-1; display: flex; justify-content: space-between; gap: 22px; margin-top: 45px; padding-top: 20px; border-top: 1px solid var(--line-light); color: var(--grey); font-size: .56rem; letter-spacing: .09em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity 680ms ease, transform 680ms cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .member-link { display: none; }
  .menu-toggle { display: block; }
  .fact-rail { grid-template-columns: repeat(2,1fr); }
  .fact-rail > div:nth-child(2) { border-right: 0; }
  .fact-rail > div:nth-child(-n+2) { border-bottom: 1px solid rgba(28,28,28,.25); }
  .about, .faq { grid-template-columns: 1fr; }
  .compact-heading, .carousel-heading { align-items: flex-start; flex-direction: column; }
  .heading-actions { width: 100%; justify-content: space-between; }
  .event-card, .story-card { flex-basis: calc((100% - 12px)/2); }
  .instagram-section { grid-template-columns: 1fr; }
  .instagram-copy { min-height: 500px; }
  .instagram-gallery { min-height: 560px; padding: 0 8px 8px; }
  .plus-card { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  :root { --gutter: 20px; }
  .site-header { min-height: 72px; }
  .site-header::after { right: 20px; left: 20px; }
  .brand img { width: 172px; }
  .hero-content { justify-content: flex-end; padding-top: 120px; padding-bottom: 225px; }
  .hero-title { font-size: clamp(3.6rem,17vw,6rem); line-height: .83; }
  .hero-intro { margin-top: 25px; font-size: .92rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; margin-top: 28px; }
  .instagram-live { grid-template-columns: auto 1fr auto; right: 20px; bottom: 22px; left: 20px; min-height: 70px; gap: 12px; }
  .instagram-live strong { display: none; }
  .instagram-handle { font-size: .55rem; }
  .hero-controls { right: 20px; bottom: 112px; }
  .hero-controls > button { width: 40px; height: 40px; }
  .fact-rail > div { padding: 16px 20px; }
  .fact-rail strong { font-size: 1.25rem; }
  .about { gap: 42px; padding-top: 85px; padding-bottom: 85px; }
  .about-detail { grid-template-columns: 1fr; gap: 25px; }
  .how-it-works { padding-top: 80px; padding-bottom: 80px; }
  .steps { grid-template-columns: 1fr; margin-top: 45px; }
  .step { min-height: 205px; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .step h3 { margin-top: 45px; }
  .content-section { padding-top: 80px; padding-bottom: 80px; }
  .carousel-heading { margin-bottom: 35px; }
  .heading-actions { align-items: flex-start; flex-wrap: wrap; }
  .live-source { width: 100%; }
  .event-card, .story-card { flex-basis: 88%; }
  .event-card { min-height: 500px; }
  .story-card > img, .partner-card:first-child > img, .community-card > img { height: 250px; }
  .story-card-copy { min-height: 245px; }
  .instagram-copy { min-height: 520px; }
  .instagram-gallery { grid-template-columns: repeat(2,1fr); grid-template-rows: 310px 230px; min-height: auto; }
  .instagram-gallery figure:first-child { grid-column: 1/-1; grid-row: auto; }
  .faq { gap: 48px; padding-top: 85px; padding-bottom: 85px; }
  .faq details p { padding-right: 0; }
  .plus-cta { padding-bottom: 85px; }
  .plus-card { min-height: 590px; align-content: end; }
  .plus-card > div:nth-child(2) { margin-top: 45px; }
  .site-footer { grid-template-columns: 1fr; gap: 60px; }
  .footer-main { min-height: 210px; }
  .footer-meta { align-items: flex-start; flex-direction: column; }
}

@media (pointer: coarse) { .cursor { display: none; } }
@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; }
}
