:root {
  --ink: #15120f;
  --paper: #fff8e8;
  --cream: #f7eccf;
  --red: #ff4b35;
  --blue: #20bde5;
  --yellow: #ffd52e;
  --green: #5bd178;
  --pink: #ff64b4;
  --purple: #8768ed;
  --white: #fffefa;
  --line: 3px solid var(--ink);
  --shadow: 8px 8px 0 var(--ink);
  --radius: 24px;
  --display: "Arial Black", "Trebuchet MS", Arial, sans-serif;
  --body: "Trebuchet MS", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 17px; line-height: 1.6; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .12; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E"); mix-blend-mode: multiply; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); line-height: .94; letter-spacing: -.055em; }
h1 { font-size: clamp(4rem, 10vw, 9.5rem); }
h2 { font-size: clamp(2.7rem, 6vw, 5.8rem); }
h3 { font-size: 1.7rem; }
.section-shell { width: min(1240px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; clip: rect(0,0,0,0); overflow: hidden; white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 999; padding: 12px 18px; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 20px; font-family: var(--display); font-size: .78rem; letter-spacing: .12em; line-height: 1.2; text-transform: uppercase; }
.eyebrow span { color: var(--red); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 57px; padding: 12px 27px; border: var(--line); border-radius: 999px; background: var(--red); box-shadow: 5px 5px 0 var(--ink); color: var(--white); font-family: var(--display); font-size: .94rem; letter-spacing: .02em; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translate(3px, 3px); box-shadow: 2px 2px 0 var(--ink); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 4px solid var(--blue); outline-offset: 4px; }
.button-small { min-height: 44px; padding: 8px 19px; background: var(--yellow); color: var(--ink); }
.button-dark { background: var(--ink); color: var(--white); box-shadow: 5px 5px 0 var(--white); }
.button-ghost { background: transparent; color: var(--ink); }
.text-link { font-family: var(--display); text-decoration-thickness: 2px; text-underline-offset: 5px; }
.text-link span { display: inline-block; margin-left: 5px; }
.announcement { min-height: 36px; display: flex; align-items: center; justify-content: center; gap: 25px; padding: 5px 20px; border-bottom: 2px solid var(--ink); background: var(--ink); color: var(--white); font-family: var(--display); font-size: .7rem; letter-spacing: .07em; text-transform: uppercase; }
.announcement a { color: var(--yellow); }
.announcement strong { color: var(--green); }
.announcement .announcement-feature { color: var(--blue); text-decoration-thickness: 2px; text-underline-offset: 3px; }
.site-header { position: relative; z-index: 30; width: min(1370px, 100%); min-height: 86px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; margin: auto; padding: 15px 28px; background: var(--paper); border-bottom: var(--line); }
.wordmark { position: relative; display: inline-flex; align-items: baseline; color: var(--ink); font-family: var(--display); font-size: 1.65rem; letter-spacing: -.08em; line-height: 1; text-decoration: none; transform: rotate(-2deg); }
.wordmark span { padding: 4px 6px; margin-right: 4px; background: var(--red); color: white; font-size: .75rem; letter-spacing: .02em; }
.wordmark i { position: absolute; top: -13px; right: -17px; color: var(--blue); font-size: .75rem; font-style: normal; }
.site-header nav { display: flex; align-items: center; justify-content: center; gap: clamp(15px, 2.5vw, 36px); }
.site-header nav a { position: relative; font-family: var(--display); font-size: .79rem; letter-spacing: .025em; text-decoration: none; }
.site-header nav a::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 100%; height: 3px; background: var(--red); transform: scaleX(0) rotate(-2deg); transition: transform .18s ease; }
.site-header nav a:hover::after, .site-header nav a[aria-current="page"]::after { transform: scaleX(1) rotate(-2deg); }
.site-header nav .rc-nav-link { display: inline-flex; align-items: center; gap: 6px; }
.site-header nav .rc-nav-link b { padding: 3px 5px; border: 1px solid var(--ink); border-radius: 4px; background: var(--green); font-size: .48rem; letter-spacing: .08em; transform: rotate(-5deg); }
.menu-toggle { display: none; width: 47px; height: 44px; padding: 9px; border: var(--line); border-radius: 12px; background: var(--yellow); }
.menu-toggle span:not(.sr-only) { display: block; height: 3px; margin: 4px 0; background: var(--ink); }

/* Home */
.hero { min-height: 750px; display: grid; grid-template-columns: 1fr .92fr; align-items: center; gap: clamp(30px, 6vw, 90px); padding-block: 70px 90px; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { margin-bottom: 25px; }
.hero h1 em { position: relative; z-index: 0; color: var(--red); font-style: normal; }
.hero h1 em::after { content: ""; position: absolute; z-index: -1; right: -20px; bottom: 5px; left: -12px; height: 20%; background: var(--yellow); transform: rotate(-1deg); }
.hero-lede { max-width: 640px; margin-bottom: 30px; font-size: 1.12rem; font-weight: 700; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.rate-ticket { width: fit-content; display: flex; align-items: center; gap: 15px; margin-top: 35px; padding: 9px 18px; border: 2px dashed var(--ink); border-radius: 16px; background: var(--yellow); transform: rotate(-1.5deg); }
.rate-ticket strong { font-family: var(--display); font-size: 2rem; line-height: 1; }
.rate-ticket span { font-size: .75rem; font-weight: 800; line-height: 1.25; text-transform: uppercase; }
.hero-visual { position: relative; padding: 42px 22px 35px 35px; }
.hero-photo { position: relative; z-index: 2; margin: 0; transform: rotate(2.5deg); }
.hero-photo::before { content: ""; position: absolute; z-index: -1; inset: -16px; border: var(--line); border-radius: 43% 57% 50% 48% / 43% 42% 58% 57%; background: var(--blue); transform: rotate(-6deg); }
.hero-photo img { width: 100%; aspect-ratio: 1 / .9; object-fit: cover; border: var(--line); border-radius: 48% 52% 45% 55% / 51% 40% 60% 49%; filter: saturate(1.08) contrast(1.03); }
.hero-photo figcaption { position: absolute; right: -14px; bottom: -19px; padding: 8px 15px; border: 2px solid var(--ink); background: var(--white); font-family: var(--display); font-size: .69rem; transform: rotate(-4deg); }
.hero-sticker { position: absolute; z-index: 4; top: 8px; right: -15px; width: 116px; height: 116px; display: grid; align-content: center; border: var(--line); border-radius: 50%; background: var(--yellow); box-shadow: 5px 5px 0 var(--ink); font-family: var(--display); font-size: 1.7rem; line-height: .9; text-align: center; transform: rotate(10deg); }
.hero-sticker small { font-size: .65rem; letter-spacing: .2em; }
.shape { position: absolute; z-index: 3; pointer-events: none; }
.shape-star { left: -35px; bottom: -10px; color: var(--pink); font-size: 7rem; line-height: 1; -webkit-text-stroke: 3px var(--ink); transform: rotate(-15deg); }
.shape-dot { top: 24px; left: 12px; width: 60px; height: 60px; border: var(--line); border-radius: 50%; background: var(--green); }
.ticker { display: flex; overflow: hidden; border-block: var(--line); background: var(--ink); color: white; font-family: var(--display); font-size: 1.25rem; line-height: 1; white-space: nowrap; }
.ticker div { flex-shrink: 0; padding: 16px 0; animation: ticker 28s linear infinite; }
.ticker i { padding-inline: 12px; color: var(--yellow); font-style: normal; }
@keyframes ticker { to { transform: translateX(-100%); } }
.bag, .showreel, .promise, .causes { padding-block: 130px; }
.section-heading { max-width: 760px; margin-bottom: 55px; }
.section-heading h2 { margin-bottom: 22px; }
.section-heading h2 span, .promise-copy h2 span, .page-hero h1 span { color: var(--red); }
.section-heading > p:last-child { max-width: 600px; font-size: 1.08rem; }
.trick-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.trick-card { position: relative; min-height: 345px; padding: 24px; border: var(--line); border-radius: 26px; box-shadow: var(--shadow); overflow: hidden; transition: transform .2s ease; }
.trick-card:hover { transform: translateY(-7px) rotate(-1deg); }
.trick-card b { font-family: var(--display); font-size: .72rem; }
.trick-card > span { display: block; margin: 36px 0 45px; font-size: 4rem; line-height: 1; filter: drop-shadow(3px 3px 0 rgba(0,0,0,.2)); }
.trick-card h3 { margin-bottom: 14px; }
.trick-card p { margin: 0; font-size: .92rem; font-weight: 700; line-height: 1.45; }
.trick-red { background: var(--red); color: white; }
.trick-blue { background: var(--blue); }
.trick-yellow { background: var(--yellow); }
.trick-green { background: var(--green); }
.showreel { border-top: var(--line); }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.2fr .6fr; align-items: end; gap: 60px; }
.split-heading h2 { margin: 0; }
.video-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.video-card { position: relative; grid-column: span 2; min-width: 0; padding: 0 0 19px; border: var(--line); border-radius: 20px; background: var(--white); box-shadow: 6px 6px 0 var(--ink); text-align: left; overflow: hidden; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease; }
.video-card:nth-child(4), .video-card:nth-child(5) { grid-column: span 3; }
.video-card:hover { transform: translate(2px, -4px) rotate(.5deg); box-shadow: 8px 10px 0 var(--ink); }
.video-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-bottom: var(--line); filter: saturate(1.15); }
.video-card strong, .video-card small { display: block; padding-inline: 18px; }
.video-card strong { margin-top: 17px; font-family: var(--display); font-size: 1.05rem; line-height: 1.2; }
.video-card small { margin-top: 3px; color: #625a4e; }
.play { position: absolute; top: 20px; left: 20px; width: 54px; height: 54px; display: grid; place-items: center; padding-left: 4px; border: var(--line); border-radius: 50%; background: var(--yellow); box-shadow: 3px 3px 0 var(--ink); }
.photo-ribbon { display: grid; grid-template-columns: repeat(3, 1fr); border-block: var(--line); background: var(--ink); gap: 4px; }
.photo-ribbon img { width: 100%; height: clamp(230px, 32vw, 480px); object-fit: cover; filter: saturate(1.05); }
.photo-ribbon img:nth-child(2) { transform: translateY(-10px) rotate(1deg); border: var(--line); }
.promise { display: grid; grid-template-columns: 1.08fr .92fr; gap: 80px; align-items: center; }
.promise-poster { position: relative; }
.promise-poster::before { content: ""; position: absolute; z-index: -1; inset: -25px; border: var(--line); border-radius: var(--radius); background: var(--yellow); transform: rotate(4deg); }
.promise-poster img { border: var(--line); border-radius: 16px; box-shadow: var(--shadow); transform: rotate(-2deg); }
.promise-copy h2 { font-size: clamp(2.7rem, 5vw, 5rem); }
.big-quote { margin: 30px 0; padding-left: 20px; border-left: 7px solid var(--blue); font-size: 1.35rem; font-weight: 800; line-height: 1.45; }
.price-lockup { display: flex; align-items: center; gap: 18px; margin-bottom: 32px; }
.price-lockup > strong { font-family: var(--display); font-size: 4rem; line-height: 1; color: var(--red); }
.price-lockup span { line-height: 1.2; }
.testimonials { padding-block: 20px 135px; }
.testimonial-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 45px; margin-bottom: 20px; }
.testimonial-heading h2 { margin: 0; }
.testimonial-heading h2 span { color: var(--red); }
.yelp-rating { min-width: 255px; display: grid; padding: 20px 23px; border: var(--line); border-radius: 19px; background: var(--white); box-shadow: 6px 6px 0 var(--ink); text-decoration: none; transform: rotate(2deg); }
.yelp-rating > span { color: var(--red); font-size: 1.5rem; letter-spacing: .06em; line-height: 1; }
.yelp-rating > span i { display: inline-block; width: .55em; color: var(--red); font-style: normal; overflow: hidden; vertical-align: bottom; }
.yelp-rating strong { margin-top: 10px; font-family: var(--display); font-size: 1.15rem; }
.yelp-rating small { color: #655d52; }
.review-note { margin: 0 0 35px; font-size: .76rem; color: #655d52; }
.testimonial-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.testimonial-card { position: relative; min-height: 285px; display: flex; flex-direction: column; padding: 34px; border: var(--line); border-radius: 25px; box-shadow: 7px 7px 0 var(--ink); overflow: hidden; }
.testimonial-card:nth-child(1) { background: var(--yellow); transform: rotate(-1deg); }
.testimonial-card:nth-child(2) { background: var(--blue); transform: translateY(18px) rotate(1deg); }
.testimonial-card:nth-child(3) { background: var(--pink); transform: rotate(1deg); }
.testimonial-card:nth-child(4) { background: var(--green); transform: translateY(18px) rotate(-1deg); }
.testimonial-card .quote-mark { position: absolute; top: -25px; right: 17px; color: rgba(21,18,15,.14); font-family: Georgia, serif; font-size: 10rem; line-height: 1; }
.testimonial-card > p { position: relative; z-index: 1; max-width: 550px; margin-bottom: 35px; font-family: var(--display); font-size: clamp(1.25rem, 2.2vw, 2rem); line-height: 1.18; letter-spacing: -.035em; }
.testimonial-card footer { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-top: auto; padding-top: 18px; border-top: 2px solid var(--ink); }
.testimonial-card footer strong { font-family: var(--display); }
.testimonial-card footer span { font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.reviews-link { width: fit-content; display: block; margin: 45px 0 0 auto; font-family: var(--display); text-decoration-thickness: 2px; text-underline-offset: 5px; }
.reviews-link span { color: var(--red); }
.community-callout { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; margin-bottom: 120px; padding: 60px; border: var(--line); border-radius: 35px; background: var(--green); box-shadow: var(--shadow); }
.community-callout h2 { margin-bottom: 15px; font-size: clamp(2.5rem, 5vw, 4.7rem); }
.community-callout p:last-child { max-width: 720px; margin: 0; }
.final-cta { padding-block: 100px 130px; text-align: center; }
.final-cta > p { font-family: var(--display); letter-spacing: .18em; }
.final-cta h2 em { color: var(--red); font-style: normal; }
.final-cta div { display: flex; justify-content: center; gap: 22px; flex-wrap: wrap; }

/* Inner pages */
.page-hero { min-height: 650px; display: grid; grid-template-columns: 1fr .55fr; align-items: center; gap: 90px; padding-block: 90px; }
.page-hero h1 { margin-bottom: 22px; }
.page-lede { max-width: 650px; font-size: clamp(1.15rem, 2vw, 1.45rem); font-weight: 700; line-height: 1.45; }
.portrait-frame { position: relative; width: min(390px, 100%); justify-self: center; margin: 0; padding: 22px; border: var(--line); background: var(--blue); box-shadow: 13px 13px 0 var(--ink); transform: rotate(3deg); }
.portrait-frame img { width: 100%; aspect-ratio: .72 / 1; object-fit: cover; border: var(--line); background: white; }
.portrait-frame figcaption { padding: 14px 2px 0; font-family: var(--display); text-align: center; }
.portrait-tall { background: var(--yellow); transform: rotate(-3deg); }
.story { display: grid; grid-template-columns: .35fr 1fr; gap: 70px; padding-block: 120px; border-top: var(--line); }
.story-label { font-family: var(--display); font-size: clamp(2rem, 5vw, 4rem); line-height: .9; color: var(--red); transform: rotate(-5deg); }
.story-copy p { margin-bottom: 45px; font-family: var(--display); font-size: clamp(1.7rem, 3.3vw, 3.5rem); line-height: 1.08; letter-spacing: -.045em; }
.story-copy p:nth-child(even) { color: var(--purple); }
.three-paths { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 120px; border: var(--line); border-radius: var(--radius); overflow: hidden; }
.three-paths a { min-height: 310px; display: flex; flex-direction: column; padding: 28px; text-decoration: none; transition: flex .2s ease, background .2s ease; }
.three-paths a + a { border-left: var(--line); }
.three-paths a:nth-child(1) { background: var(--green); }
.three-paths a:nth-child(2) { background: var(--blue); }
.three-paths a:nth-child(3) { background: var(--yellow); }
.three-paths span { font-family: var(--display); font-size: .75rem; }
.three-paths h2 { margin: auto 0 35px; font-size: clamp(2rem, 3.5vw, 3.4rem); }
.three-paths b { font-size: .85rem; text-transform: uppercase; }
.cause-list { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; padding: 0; border-top: var(--line); list-style: none; }
.cause-list li { min-height: 83px; display: flex; align-items: center; padding: 18px 22px; border-bottom: var(--line); font-family: var(--display); font-size: clamp(.9rem, 1.5vw, 1.2rem); line-height: 1.25; }
.cause-list li:nth-child(odd) { border-right: var(--line); }
.cause-list li:nth-child(4n+1), .cause-list li:nth-child(4n+4) { background: var(--yellow); }
.cause-list a { width: 100%; display: flex; justify-content: space-between; gap: 15px; text-decoration: none; }
.kindness-note { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 35px; margin-bottom: 130px; padding: 45px; border: var(--line); border-radius: var(--radius); background: var(--red); color: white; box-shadow: var(--shadow); }
.kindness-note > span { font-size: 4rem; }
.kindness-note h2 { margin-bottom: 10px; font-size: 2.6rem; }
.kindness-note p { margin: 0; }
.stilt-page { background: #fff6df; }
.stilt-hero { min-height: 790px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 65px; padding-block: 65px 90px; }
.stilt-hero-copy { position: relative; z-index: 2; }
.stilt-hero h1 { margin-bottom: 28px; font-size: clamp(5rem, 9.5vw, 9rem); }
.stilt-hero h1 span { display: inline-block; color: var(--red); text-shadow: 7px 7px 0 var(--yellow); transform: rotate(-2deg); }
.stilt-event-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; }
.stilt-event-tags span { padding: 7px 12px; border: 2px solid var(--ink); border-radius: 999px; background: var(--white); font-family: var(--display); font-size: .64rem; text-transform: uppercase; }
.stilt-event-tags span:nth-child(2) { background: var(--blue); }
.stilt-event-tags span:nth-child(3) { background: var(--green); }
.stilt-event-tags span:nth-child(4) { background: var(--yellow); }
.stilt-hero-photo { position: relative; margin: 0; padding: 20px; }
.stilt-hero-photo::before { content: ""; position: absolute; z-index: -1; inset: 0; border: var(--line); border-radius: 48% 52% 46% 54% / 44% 38% 62% 56%; background: var(--blue); box-shadow: 13px 13px 0 var(--ink); transform: rotate(3deg); }
.stilt-hero-photo img { width: 100%; max-height: 670px; object-fit: contain; border: var(--line); border-radius: 48% 52% 45% 55% / 43% 38% 62% 57%; background: white; }
.stilt-hero-photo figcaption { position: absolute; right: 30px; bottom: 4px; padding: 8px 14px; border: 2px solid var(--ink); background: var(--yellow); font-family: var(--display); font-size: .72rem; transform: rotate(-3deg); }
.stilt-arrow { position: absolute; z-index: 3; top: 4px; right: -16px; padding: 17px 20px; border: var(--line); border-radius: 50%; background: var(--pink); box-shadow: 5px 5px 0 var(--ink); font-family: var(--display); font-size: .88rem; line-height: 1.05; text-align: center; transform: rotate(8deg); }
.stilt-marquee { display: flex; overflow: hidden; border-block: var(--line); background: var(--blue); font-family: var(--display); font-size: 1.18rem; line-height: 1; white-space: nowrap; }
.stilt-marquee div { flex-shrink: 0; padding: 17px 0; animation: ticker 25s linear infinite; }
.stilt-marquee i { padding-inline: 13px; color: var(--yellow); font-style: normal; }
.stilt-intro { padding-block: 125px; border-bottom: var(--line); background: var(--ink); color: white; }
.stilt-intro .section-shell { display: grid; grid-template-columns: 1fr .68fr; gap: 75px; align-items: end; }
.stilt-intro .eyebrow { grid-column: 1 / -1; color: var(--yellow); }
.stilt-intro h2 { margin: 0; font-size: clamp(3.2rem, 6vw, 6.2rem); }
.stilt-intro h2 span { color: var(--blue); }
.stilt-intro p:last-child { margin: 0 0 8px; color: #d8d0c4; font-size: 1.12rem; }
.stilt-reasons { padding-block: 125px; }
.stilt-reason-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.stilt-reason-grid article { min-height: 365px; display: flex; flex-direction: column; padding: 27px; border: var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.stilt-reason-grid article:nth-child(1) { background: var(--yellow); transform: rotate(-1deg); }
.stilt-reason-grid article:nth-child(2) { background: var(--pink); transform: translateY(22px); }
.stilt-reason-grid article:nth-child(3) { background: var(--green); transform: rotate(1deg); }
.stilt-reason-grid b { font-family: var(--display); font-size: .72rem; }
.stilt-reason-grid article > span { margin: 42px 0 34px; font-size: 4rem; line-height: 1; }
.stilt-reason-grid h3 { margin-bottom: 15px; font-size: 2rem; }
.stilt-reason-grid p { margin: auto 0 0; font-weight: 700; line-height: 1.45; }
.stilt-gallery { padding-block: 120px 135px; border-top: var(--line); }
.stilt-photo-grid { display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: 500px 650px; gap: 18px; }
.stilt-gallery-image { margin: 0; padding: 0; border: var(--line); border-radius: 22px; background: var(--ink); box-shadow: 6px 6px 0 var(--ink); overflow: hidden; cursor: zoom-in; }
.stilt-gallery-image:first-child { grid-column: 1 / -1; }
.stilt-gallery-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.stilt-gallery-image:first-child img { object-position: center 42%; }
.stilt-gallery-image:hover img { transform: scale(1.035); }
.stilt-planning { display: grid; grid-template-columns: .85fr 1fr; gap: 80px; margin-bottom: 120px; padding: 55px; border: var(--line); border-radius: 34px; background: var(--yellow); box-shadow: var(--shadow); }
.stilt-planning h2 { margin-bottom: 25px; font-size: clamp(2.8rem, 5vw, 5rem); }
.stilt-planning h2 span { color: var(--red); }
.stilt-planning ul { margin: 0; padding: 0; border-top: var(--line); list-style: none; }
.stilt-planning li { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 15px 0; border-bottom: var(--line); }
.stilt-planning li > b { font-family: var(--display); color: var(--red); }
.stilt-planning li span, .stilt-planning li strong { display: block; }
.stilt-planning li strong { font-family: var(--display); font-size: .84rem; text-transform: uppercase; }
.page-hero-wide { grid-template-columns: 1fr .8fr; }
.cirque-title-image { width: 100%; padding: 35px; border: var(--line); border-radius: var(--radius); background: var(--yellow); box-shadow: var(--shadow); transform: rotate(3deg); }
.troupe-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; padding-bottom: 130px; }
.troupe-card { position: relative; min-height: 520px; display: grid; grid-template-rows: 1fr auto; border: var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); color: var(--ink); text-decoration: none; overflow: hidden; }
.troupe-card > img { width: 100%; height: 340px; object-fit: cover; border-bottom: var(--line); }
.troupe-card:nth-child(2) > img { object-position: center 25%; }
.troupe-card > div { padding: 28px; }
.troupe-card p { margin-bottom: 8px; font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.troupe-card h2 { margin-bottom: 20px; font-size: clamp(2rem, 4vw, 3.3rem); }
.troupe-card span { font-weight: 900; }
.faq-hero { min-height: 560px; display: grid; grid-template-columns: 1fr .4fr; align-items: center; gap: 70px; padding-block: 70px; }
.faq-hero h1 { margin-bottom: 20px; }
.faq-hero h1 span { color: var(--red); }
.faq-hero img { max-height: 400px; justify-self: center; border: var(--line); border-radius: 50%; background: var(--blue); box-shadow: 11px 11px 0 var(--ink); object-fit: cover; }
.faq-list { padding-bottom: 110px; }
.faq-list details { border-top: var(--line); }
.faq-list details:last-child { border-bottom: var(--line); }
.faq-list summary { display: grid; grid-template-columns: 55px 1fr auto; align-items: center; gap: 25px; padding: 31px 12px; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-family: var(--display); font-size: .78rem; color: var(--red); }
.faq-list summary h2 { margin: 0; font-family: var(--body); font-size: clamp(1.15rem, 2.4vw, 1.65rem); letter-spacing: -.025em; line-height: 1.2; }
.faq-list summary i { width: 43px; height: 43px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 50%; background: var(--yellow); font-family: var(--display); font-style: normal; font-size: 1.5rem; transition: transform .2s ease; }
.faq-list details[open] summary i { transform: rotate(45deg); background: var(--red); color: white; }
.faq-list details > div { padding: 0 80px 34px; }
.faq-list details p { max-width: 850px; margin: 0; font-size: 1.08rem; }
.question-cta { margin-bottom: 120px; padding: 55px; border: var(--line); border-radius: var(--radius); background: var(--blue); box-shadow: var(--shadow); text-align: center; }
.question-cta p { margin-bottom: 5px; font-family: var(--display); font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }
.question-cta h2 { margin-bottom: 30px; font-size: clamp(2.7rem, 5vw, 4.8rem); }
.contact-layout { min-height: 760px; display: grid; grid-template-columns: .85fr 1fr; gap: 80px; padding-block: 85px 120px; }
.contact-intro { position: relative; }
.contact-intro h1 { margin-bottom: 20px; }
.contact-intro h1 span { color: var(--red); }
.direct-contact { margin-top: 40px; }
.direct-contact a { display: block; width: fit-content; margin-bottom: 15px; text-decoration: none; }
.direct-contact small, .direct-contact strong { display: block; }
.direct-contact small { font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.direct-contact strong { font-family: var(--display); font-size: clamp(1.2rem, 2.3vw, 2rem); }
.contact-intro img { position: absolute; right: -40px; bottom: -80px; width: 150px; transform: rotate(10deg); }
.contact-form { align-self: start; padding: 38px; border: var(--line); border-radius: var(--radius); background: var(--yellow); box-shadow: var(--shadow); }
.form-note { font-weight: 800; }
.contact-form label { display: block; margin-top: 20px; font-family: var(--display); font-size: .76rem; letter-spacing: .04em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; display: block; margin-top: 7px; padding: 14px 15px; border: 2px solid var(--ink); border-radius: 10px; background: var(--white); color: var(--ink); font-family: var(--body); font-size: 1rem; text-transform: none; resize: vertical; }
.contact-form .button { margin-top: 28px; }
.calendar-hero { min-height: 560px; display: grid; grid-template-columns: 1fr .6fr; align-items: center; gap: 70px; padding-block: 80px; }
.calendar-hero h1 { margin-bottom: 20px; }
.calendar-hero h1 span { color: var(--red); }
.calendar-doodle { width: 330px; height: 330px; display: grid; place-items: center; justify-self: center; border: var(--line); border-radius: 48% 52% 44% 56%; background: var(--green); box-shadow: 14px 14px 0 var(--ink); font-family: var(--display); text-align: center; transform: rotate(5deg); }
.calendar-doodle span { position: absolute; font-size: 8rem; color: var(--yellow); -webkit-text-stroke: 3px var(--ink); }
.calendar-doodle b { position: relative; z-index: 2; font-size: 3.5rem; line-height: .9; }
.calendar-embed { padding-bottom: 120px; }
.calendar-embed iframe { width: 100%; height: 660px; border: var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.calendar-embed p { margin-top: 20px; text-align: center; }

/* RC Car Fun */
.rc-page { background: #fff6df; }
.rc-hero { min-height: 750px; display: grid; grid-template-columns: .83fr 1.17fr; align-items: center; gap: 65px; padding-block: 75px 95px; }
.rc-hero h1 { margin-bottom: 28px; font-size: clamp(5rem, 10vw, 9rem); }
.rc-hero h1 span { display: inline-block; color: var(--blue); -webkit-text-stroke: 3px var(--ink); text-shadow: 7px 7px 0 var(--yellow); transform: rotate(-4deg); }
.instagram-link { font-family: var(--display); font-size: .9rem; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.rc-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 35px; }
.rc-tags span { padding: 7px 12px; border: 2px solid var(--ink); border-radius: 999px; background: var(--white); font-family: var(--display); font-size: .65rem; text-transform: uppercase; }
.rc-tags span:nth-child(2) { background: var(--yellow); }
.rc-tags span:nth-child(3) { background: var(--green); }
.rc-hero-art { position: relative; padding: 30px; }
.rc-hero-art > img { position: relative; z-index: 2; width: 100%; border: var(--line); border-radius: 34px; box-shadow: 13px 13px 0 var(--ink); transform: rotate(2deg); }
.rc-race-number { position: absolute; z-index: 3; top: -14px; left: -9px; width: 100px; height: 100px; display: grid; place-items: center; border: var(--line); border-radius: 50%; background: var(--yellow); box-shadow: 5px 5px 0 var(--ink); font-family: var(--display); font-size: 2.5rem; transform: rotate(-9deg); }
.rc-speed-sticker { position: absolute; z-index: 4; right: -12px; bottom: -28px; padding: 18px 22px; border: var(--line); background: var(--red); box-shadow: 6px 6px 0 var(--ink); color: white; font-family: var(--display); font-size: 1.3rem; line-height: .9; text-align: center; transform: rotate(-7deg); }
.rc-manifesto { padding-block: 120px; border-block: var(--line); background: var(--ink); color: white; }
.rc-manifesto .section-shell { display: grid; grid-template-columns: .7fr 1fr; gap: 50px 90px; }
.rc-manifesto .eyebrow { grid-column: 1 / -1; margin-bottom: 0; color: var(--yellow); }
.rc-manifesto h2 { margin: 0; font-size: clamp(3rem, 6vw, 6rem); }
.rc-manifesto h2 span { color: var(--blue); }
.rc-manifesto .section-shell > p:last-child { align-self: end; margin: 0 0 8px; color: #d8d0c4; font-size: 1.15rem; }
.rc-activities { padding-block: 125px; }
.rc-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.rc-card { min-height: 400px; display: flex; flex-direction: column; padding: 28px; border: var(--line); border-radius: 25px; box-shadow: var(--shadow); }
.rc-card > b { font-family: var(--display); font-size: .7rem; letter-spacing: .1em; }
.rc-card > div { margin: 48px 0 35px; font-size: 5rem; line-height: 1; }
.rc-card h3 { margin-bottom: 16px; font-size: clamp(1.7rem, 2.4vw, 2.4rem); }
.rc-card p { margin: auto 0 0; font-weight: 700; line-height: 1.45; }
.rc-card-yellow { background: var(--yellow); }
.rc-card-blue { background: var(--blue); transform: translateY(28px); }
.rc-card-red { background: var(--red); color: white; }
.rc-track { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; padding-block: 110px 140px; }
.rc-track-copy h2 { margin-bottom: 25px; }
.rc-track-copy h2 span { color: var(--red); }
.rc-track-copy > p { max-width: 600px; }
.rc-track-copy ul { margin: 35px 0 0; padding: 0; border-top: var(--line); list-style: none; }
.rc-track-copy li { display: grid; grid-template-columns: .45fr 1fr; gap: 15px; padding: 16px 0; border-bottom: var(--line); }
.rc-track-copy li b { font-family: var(--display); font-size: .82rem; text-transform: uppercase; }
.rc-track-map { position: relative; min-height: 570px; border: var(--line); border-radius: 40px; background: var(--yellow); box-shadow: 14px 14px 0 var(--ink); overflow: hidden; }
.rc-track-map::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(45deg, var(--ink) 25%, transparent 25%), linear-gradient(-45deg, var(--ink) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, var(--ink) 75%), linear-gradient(-45deg, transparent 75%, var(--ink) 75%); background-position: 0 0, 0 18px, 18px -18px, -18px 0; background-size: 36px 36px; }
.track-line { position: absolute; inset: 75px 90px; border: 47px solid var(--ink); border-radius: 48% 52% 44% 56%; transform: rotate(-8deg); }
.track-line::after { content: ""; position: absolute; inset: -30px; border: 3px dashed var(--white); border-radius: inherit; }
.track-point { position: absolute; z-index: 2; padding: 6px 10px; border: 2px solid var(--ink); background: var(--white); font-family: var(--display); font-size: .65rem; transform: rotate(-5deg); }
.track-a { left: 15%; bottom: 13%; }
.track-b { top: 14%; left: 43%; background: var(--blue); }
.track-c { right: 10%; bottom: 25%; background: var(--red); color: white; }
.mini-car { position: absolute; z-index: 3; top: 42%; left: 15%; color: var(--red); font-size: 4rem; -webkit-text-stroke: 3px var(--ink); transform: rotate(22deg); animation: rc-bounce 1.2s ease-in-out infinite alternate; }
@keyframes rc-bounce { to { transform: translate(4px, -9px) rotate(22deg); } }
.rc-community { display: grid; grid-template-columns: .68fr 1fr; gap: 80px; padding-block: 125px; border-top: var(--line); }
.rc-community-title { position: sticky; top: 40px; align-self: start; }
.rc-community-title h2 span { color: var(--red); }
.rc-event-list { border-top: var(--line); }
.rc-event-list article { padding: 35px 5px; border-bottom: var(--line); }
.rc-event-list b { color: var(--red); font-family: var(--display); font-size: .69rem; letter-spacing: .11em; }
.rc-event-list h3 { margin: 13px 0 10px; font-size: clamp(1.7rem, 3vw, 2.7rem); }
.rc-event-list p { max-width: 650px; margin: 0; }
.rc-contact { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 55px; margin-bottom: 125px; padding: 55px; border: var(--line); border-radius: 34px; background: var(--green); box-shadow: var(--shadow); }
.rc-contact h2 { margin: 0; font-size: clamp(2.7rem, 5vw, 5rem); }
.rc-contact-links { display: grid; gap: 15px; justify-items: stretch; }

/* Footer + modals */
.site-footer { position: relative; padding: 95px max(20px, calc((100% - 1240px) / 2)) 25px; border-top: var(--line); background: var(--ink); color: white; overflow: hidden; }
.footer-burst { position: absolute; top: -18px; right: 5%; padding: 10px 25px; border: var(--line); background: var(--yellow); color: var(--ink); font-family: var(--display); font-size: 2.5rem; transform: rotate(7deg); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .8fr; gap: 90px; padding-bottom: 70px; }
.footer-wordmark { margin-bottom: 25px; color: white; font-size: 2.3rem; }
.footer-grid p { max-width: 410px; color: #cfc8bb; }
.footer-grid h2 { margin-bottom: 18px; color: var(--yellow); font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) a { display: block; width: fit-content; margin-bottom: 8px; color: white; text-underline-offset: 4px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid #504b44; color: #aaa298; font-size: .78rem; }
.video-modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 50px; background: rgba(21,18,15,.9); }
.video-modal[hidden] { display: none; }
.video-frame { width: min(1000px, 90vw); aspect-ratio: 16 / 9; border: 4px solid white; background: black; box-shadow: 14px 14px 0 var(--yellow); }
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.video-frame img { width: 100%; height: 100%; object-fit: contain; }
.modal-close { position: fixed; top: 20px; right: 25px; width: 52px; height: 52px; display: grid; place-items: center; border: var(--line); border-radius: 50%; background: var(--red); color: white; font-size: 2rem; line-height: 1; cursor: pointer; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .site-header { grid-template-columns: auto auto; justify-content: space-between; }
  .menu-toggle { display: block; justify-self: end; }
  .header-cta { display: none; }
  .site-header nav { position: absolute; top: 100%; right: 18px; left: 18px; display: none; align-items: stretch; padding: 15px; border: var(--line); border-radius: 0 0 18px 18px; background: var(--yellow); box-shadow: 7px 7px 0 var(--ink); }
  .site-header nav.is-open { display: grid; }
  .site-header nav a { padding: 11px 10px; border-bottom: 1px solid rgba(0,0,0,.2); font-size: 1rem; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-block: 65px; }
  .hero-visual { width: min(660px, 100%); margin: auto; }
  .trick-grid { grid-template-columns: repeat(2, 1fr); }
  .video-grid { grid-template-columns: repeat(2, 1fr); }
  .video-card, .video-card:nth-child(4), .video-card:nth-child(5) { grid-column: span 1; }
  .video-card:last-child { grid-column: span 2; }
  .promise { grid-template-columns: 1fr; }
  .testimonial-heading { grid-template-columns: 1fr; }
  .yelp-rating { width: fit-content; }
  .community-callout { grid-template-columns: 1fr; }
  .page-hero, .stilt-hero, .faq-hero, .contact-layout, .calendar-hero { grid-template-columns: 1fr; }
  .page-hero { gap: 35px; }
  .portrait-frame { width: min(420px, 80%); }
  .three-paths { grid-template-columns: 1fr; }
  .three-paths a { min-height: 230px; }
  .three-paths a + a { border-left: 0; border-top: var(--line); }
  .stilt-hero-photo { width: min(700px, 100%); margin-inline: auto; }
  .stilt-intro .section-shell { grid-template-columns: 1fr; gap: 30px; }
  .stilt-reason-grid { grid-template-columns: 1fr; }
  .stilt-reason-grid article:nth-child(n) { min-height: 285px; transform: none; }
  .stilt-planning { grid-template-columns: 1fr; }
  .contact-intro img { right: 20px; bottom: -40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .rc-hero, .rc-track { grid-template-columns: 1fr; }
  .rc-hero-art { width: min(760px, 100%); margin: auto; }
  .rc-manifesto .section-shell { grid-template-columns: 1fr; gap: 30px; }
  .rc-card-grid { grid-template-columns: 1fr; }
  .rc-card { min-height: 300px; }
  .rc-card-blue { transform: none; }
  .rc-community { grid-template-columns: 1fr; gap: 35px; }
  .rc-community-title { position: static; }
  .rc-contact { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .section-shell { width: min(100% - 28px, 1240px); }
  .announcement { gap: 9px; font-size: .58rem; letter-spacing: .01em; }
  .announcement span { display: none; }
  .announcement strong { display: none; }
  .site-header { min-height: 72px; padding: 12px 17px; }
  .wordmark { font-size: 1.35rem; }
  .hero { gap: 35px; padding-block: 48px 68px; }
  .hero h1 { font-size: clamp(3.7rem, 20vw, 6rem); }
  .hero-lede { font-size: 1rem; }
  .hero-visual { padding-inline: 12px; }
  .hero-sticker { right: -4px; width: 88px; height: 88px; font-size: 1.25rem; }
  .shape-star { left: -5px; font-size: 5rem; }
  .rate-ticket { width: 100%; }
  .ticker { font-size: .95rem; }
  .bag, .showreel, .promise, .causes { padding-block: 85px; }
  .trick-grid { grid-template-columns: 1fr; }
  .trick-card { min-height: 280px; }
  .trick-card > span { margin-block: 25px; }
  .split-heading { grid-template-columns: 1fr; gap: 10px; }
  .video-grid { grid-template-columns: 1fr; }
  .video-card, .video-card:nth-child(n) { grid-column: span 1; }
  .photo-ribbon { grid-template-columns: 1fr; }
  .photo-ribbon img { height: 330px; }
  .photo-ribbon img:nth-child(2) { transform: none; }
  .promise { gap: 55px; }
  .price-lockup { align-items: flex-start; }
  .price-lockup > strong { font-size: 3rem; }
  .testimonials { padding-block: 10px 95px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-card:nth-child(n) { min-height: 255px; transform: none; }
  .testimonial-card { padding: 28px 22px; }
  .testimonial-card footer { align-items: start; flex-direction: column; gap: 2px; }
  .yelp-rating { width: 100%; min-width: 0; }
  .reviews-link { margin-left: 0; }
  .community-callout { margin-bottom: 80px; padding: 34px 24px; }
  .final-cta { padding-block: 75px 90px; }
  .page-hero { min-height: auto; padding-block: 65px 80px; }
  .page-hero h1 { font-size: clamp(4rem, 21vw, 7rem); }
  .portrait-frame { width: 85%; }
  .story { grid-template-columns: 1fr; gap: 35px; padding-block: 85px; }
  .story-label span br { display: none; }
  .three-paths { margin-bottom: 90px; }
  .cause-list { grid-template-columns: 1fr; }
  .cause-list li:nth-child(odd) { border-right: 0; }
  .cause-list li:nth-child(4n+1), .cause-list li:nth-child(4n+4) { background: transparent; }
  .cause-list li:nth-child(odd) { background: var(--yellow); }
  .kindness-note { grid-template-columns: 1fr; margin-bottom: 90px; padding: 30px 24px; }
  .stilt-hero { min-height: auto; gap: 45px; padding-block: 55px 80px; }
  .stilt-hero h1 { font-size: clamp(4.2rem, 23vw, 7rem); }
  .stilt-hero-photo { padding: 9px; }
  .stilt-arrow { right: -3px; padding: 12px 14px; font-size: .7rem; }
  .stilt-marquee { font-size: .95rem; }
  .stilt-intro { padding-block: 85px; }
  .stilt-reasons { padding-block: 85px; }
  .stilt-reason-grid article > span { margin-block: 28px; }
  .stilt-gallery { padding-block: 85px 100px; }
  .stilt-photo-grid { grid-template-columns: 1fr; grid-template-rows: 300px 470px 470px; }
  .stilt-gallery-image:first-child { grid-column: auto; }
  .stilt-planning { margin-bottom: 90px; padding: 32px 22px; }
  .troupe-grid { grid-template-columns: 1fr; padding-bottom: 90px; }
  .troupe-card { min-height: 450px; }
  .faq-hero { min-height: auto; padding-block: 60px; }
  .faq-hero img { max-height: 320px; }
  .faq-list summary { grid-template-columns: 30px 1fr auto; gap: 12px; padding-inline: 2px; }
  .faq-list details > div { padding: 0 10px 30px 42px; }
  .question-cta { margin-bottom: 90px; padding: 40px 20px; }
  .contact-layout { gap: 65px; padding-block: 60px 90px; }
  .contact-intro img { display: none; }
  .contact-form { padding: 27px 19px; }
  .calendar-hero { min-height: auto; padding-block: 60px 80px; }
  .calendar-hero h1 { font-size: clamp(4rem, 20vw, 6rem); }
  .calendar-doodle { width: 240px; height: 240px; }
  .calendar-doodle b { font-size: 2.7rem; }
  .calendar-embed iframe { height: 540px; }
  .rc-hero { min-height: auto; gap: 45px; padding-block: 55px 80px; }
  .rc-hero h1 { font-size: clamp(4.5rem, 24vw, 7rem); }
  .rc-hero-art { padding: 15px 5px; }
  .rc-race-number { top: -22px; left: -2px; width: 72px; height: 72px; font-size: 1.8rem; }
  .rc-speed-sticker { right: -3px; bottom: -24px; padding: 13px 15px; font-size: .95rem; }
  .rc-manifesto { padding-block: 85px; }
  .rc-activities { padding-block: 85px; }
  .rc-card > div { margin-block: 30px; }
  .rc-track { gap: 45px; padding-block: 80px 100px; }
  .rc-track-copy li { grid-template-columns: 1fr; gap: 2px; }
  .rc-track-map { min-height: 390px; }
  .track-line { inset: 60px 48px; border-width: 34px; }
  .mini-car { font-size: 3rem; }
  .rc-community { padding-block: 85px; }
  .rc-contact { margin-bottom: 90px; padding: 32px 22px; }
  .rc-contact .button { font-size: .72rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .video-modal { padding: 16px; }
  .video-frame { width: 100%; }
}

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