:root {
  --ink: #102c2a;
  --ink-soft: #4e625f;
  --deep: #0c3936;
  --teal: #157d75;
  --aqua: #8ed4ca;
  --sand: #e9c991;
  --cream: #f6f1e8;
  --paper: #fffdf8;
  --white: #ffffff;
  --line: rgba(16, 44, 42, 0.13);
  --shadow: 0 20px 50px rgba(20, 55, 51, 0.12);
  --shadow-hover: 0 28px 60px rgba(20, 55, 51, 0.2);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 12px;
  --sans: "DM Sans", sans-serif;
  --serif: "Fraunces", serif;
  --container: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
body.nav-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 110px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 999; transform: translateY(-150%); padding: 10px 16px; color: var(--white); background: var(--deep); border-radius: 8px; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; padding: 18px 0; transition: padding .35s ease, background .35s ease, box-shadow .35s ease; }
.site-header.scrolled { padding: 10px 0; background: rgba(8, 39, 37, .9); box-shadow: 0 8px 30px rgba(0, 0, 0, .15); backdrop-filter: blur(16px); }
.nav-shell { display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; gap: 10px; align-items: center; color: var(--white); font-weight: 700; font-size: 15px; letter-spacing: .14em; }
.brand-light { margin-left: 3px; font-weight: 400; opacity: .72; }
.brand-mark { display: grid; width: 38px; height: 38px; place-items: center; color: var(--deep); background: var(--sand); border-radius: 50% 50% 44% 56% / 42% 54% 46% 58%; font-family: var(--serif); font-size: 21px; letter-spacing: 0; }
.site-nav { display: flex; gap: 30px; align-items: center; color: rgba(255,255,255,.86); font-size: 14px; font-weight: 500; }
.site-nav > a:not(.nav-cta) { position: relative; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: var(--sand); transform: scaleX(0); transform-origin: right; transition: transform .3s ease; }
.site-nav > a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 11px 18px; color: var(--ink); background: var(--white); border-radius: 999px; }
.nav-cta span { margin-left: 8px; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.nav-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; background: white; transition: .3s ease; }

.hero { position: relative; min-height: 800px; height: 100svh; max-height: 980px; display: flex; align-items: center; isolation: isolate; color: var(--white); background: url("https://images.unsplash.com/photo-1592093397571-36323190f372?auto=format&fit=crop&w=2000&q=88") center 55% / cover no-repeat; }
.hero-overlay { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(5,34,33,.94) 0%, rgba(7,44,41,.76) 38%, rgba(8,39,37,.24) 75%), linear-gradient(0deg, rgba(5,30,29,.48), transparent 55%); }
.hero::after { content: ""; position: absolute; z-index: -1; inset: auto 0 0; height: 220px; background: linear-gradient(transparent, rgba(3,30,28,.6)); }
.hero-content { position: relative; z-index: 2; padding-top: 40px; }
.eyebrow { display: flex; gap: 12px; align-items: center; margin: 0 0 18px; color: var(--teal); font-size: 12px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow > span { width: 32px; height: 1px; background: currentColor; }
.hero-eyebrow { color: var(--sand); }
.hero h1, .section-heading h2, .faq-intro h2, .newsletter h2 { margin: 0; font-family: var(--serif); font-weight: 600; line-height: .98; letter-spacing: -.045em; }
.hero h1 { max-width: 780px; font-size: clamp(4rem, 7.6vw, 7.6rem); }
em { color: var(--sand); font-weight: inherit; }
.hero-copy { max-width: 570px; margin: 28px 0 34px; color: rgba(255,255,255,.8); font-size: clamp(1rem, 1.7vw, 1.23rem); }
.hero-actions { display: flex; gap: 32px; align-items: center; }
.button { display: inline-flex; gap: 22px; align-items: center; justify-content: center; padding: 16px 23px; border-radius: 999px; font-size: 14px; font-weight: 700; transition: transform .3s ease, background .3s ease, box-shadow .3s ease; }
.button-primary { color: var(--ink); background: var(--sand); box-shadow: 0 10px 30px rgba(233,201,145,.22); }
.button-primary:hover { transform: translateY(-3px); background: #f2d9ac; box-shadow: 0 15px 35px rgba(233,201,145,.33); }
.text-link { display: inline-flex; gap: 11px; align-items: center; font-size: 14px; font-weight: 600; }
.play-icon { display: grid; width: 37px; height: 37px; padding-left: 2px; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font-size: 10px; }
.hero-stats { position: absolute; right: 0; bottom: 0; z-index: 3; display: grid; grid-template-columns: repeat(3, 1fr); width: min(650px, 48vw); padding: 28px 48px; border: 1px solid rgba(255,255,255,.18); border-right: 0; border-bottom: 0; border-radius: 28px 0 0 0; }
.glass-panel { background: rgba(11, 52, 49, .66); backdrop-filter: blur(16px); }
.hero-stats div { display: flex; flex-direction: column; padding-left: 28px; border-left: 1px solid rgba(255,255,255,.16); }
.hero-stats div:first-child { padding-left: 0; border: 0; }
.hero-stats strong { font-family: var(--serif); font-size: 29px; }
.hero-stats span { color: rgba(255,255,255,.58); font-size: 11px; }
.scroll-cue { position: absolute; bottom: 38px; left: 34px; z-index: 4; display: flex; gap: 10px; align-items: center; color: rgba(255,255,255,.6); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-cue span { width: 1px; height: 42px; background: linear-gradient(var(--sand) 50%, rgba(255,255,255,.2) 50%); background-size: 100% 200%; animation: scrollLine 2s ease infinite; }
.hero-orbit { position: absolute; z-index: -1; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.orbit-one { width: 540px; height: 540px; right: -260px; top: -170px; }
.orbit-two { width: 680px; height: 680px; right: -340px; top: -240px; }
@keyframes scrollLine { 0% { background-position: 0 100%; } 100% { background-position: 0 -100%; } }

.experiences-section { background: var(--paper); }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 48px; }
.section-heading h2, .faq-intro h2 { font-size: clamp(2.8rem, 5.5vw, 5rem); }
.section-heading h2 em, .faq-intro h2 em { color: var(--teal); }
.section-heading > p { max-width: 470px; margin: 0 0 8px; color: var(--ink-soft); }
.discovery-tools { display: flex; gap: 24px; align-items: center; justify-content: space-between; margin-bottom: 32px; }
.search-box { display: flex; flex: 1; max-width: 420px; gap: 12px; align-items: center; padding: 12px 18px; background: var(--cream); border: 1px solid transparent; border-radius: 999px; transition: border .25s, background .25s; }
.search-box:focus-within { background: var(--white); border-color: var(--teal); }
.search-box svg { width: 19px; fill: none; stroke: var(--ink-soft); stroke-width: 1.7; }
.search-box input { width: 100%; color: var(--ink); background: transparent; border: 0; outline: 0; }
.filter-list { display: flex; gap: 8px; }
.filter-button { padding: 10px 17px; color: var(--ink-soft); background: transparent; border: 1px solid var(--line); border-radius: 999px; transition: .25s ease; }
.filter-button:hover, .filter-button.active { color: white; background: var(--deep); border-color: var(--deep); }
.experience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.experience-card { overflow: hidden; min-width: 0; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: 0 8px 25px rgba(20,55,51,.06); transition: transform .4s cubic-bezier(.2,.8,.2,1), box-shadow .4s; }
.experience-card:hover { transform: translateY(-9px); box-shadow: var(--shadow-hover); }
.experience-card.hidden { display: none; }
.card-image { position: relative; overflow: hidden; aspect-ratio: 1.18 / 1; }
.card-image img { height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.experience-card:hover .card-image img { transform: scale(1.07); }
.category-pill, .rating { position: absolute; top: 14px; padding: 6px 10px; color: white; background: rgba(12,57,54,.72); border: 1px solid rgba(255,255,255,.28); border-radius: 999px; backdrop-filter: blur(8px); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.category-pill { left: 14px; }
.rating { right: 14px; color: var(--ink); background: rgba(255,255,255,.88); }
.card-body { padding: 21px; }
.card-body h3 { margin: 0 0 9px; font-family: var(--serif); font-size: 21px; line-height: 1.2; }
.card-body p { min-height: 67px; margin: 0 0 20px; color: var(--ink-soft); font-size: 13px; line-height: 1.65; }
.card-meta { display: flex; align-items: center; justify-content: space-between; padding-top: 15px; border-top: 1px solid var(--line); font-size: 11px; }
.card-meta > span { color: var(--ink-soft); }
.card-meta a { color: var(--teal); font-weight: 700; }
.card-meta a span { display: inline-block; margin-left: 3px; transition: transform .25s; }
.card-meta a:hover span { transform: translate(2px,-2px); }
.no-results { display: none; padding: 45px; text-align: center; color: var(--ink-soft); background: var(--cream); border-radius: var(--radius-md); }
.no-results.visible { display: block; }

.events-section { position: relative; overflow: hidden; color: white; background: var(--deep); }
.events-pattern { position: absolute; inset: 0; opacity: .08; background-image: radial-gradient(circle at 2px 2px, white 1px, transparent 0); background-size: 38px 38px; mask-image: linear-gradient(to right, black, transparent 80%); }
.events-section .container { position: relative; }
.section-heading.light .eyebrow { color: var(--sand); }
.section-heading.light h2 em { color: var(--sand); }
.section-heading.light > p { color: rgba(255,255,255,.57); }
.events-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.event-card { display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; padding: 24px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-md); background: rgba(255,255,255,.055); transition: background .3s, border-color .3s, transform .3s; }
.event-card:hover { transform: translateX(5px); background: rgba(255,255,255,.1); border-color: rgba(233,201,145,.45); }
.date-badge { display: grid; width: 64px; height: 70px; place-content: center; text-align: center; color: var(--ink); background: var(--sand); border-radius: 16px; line-height: 1; }
.date-badge strong { font-family: var(--serif); font-size: 27px; }
.date-badge span { margin-top: 6px; font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.event-copy { min-width: 0; }
.event-type { color: var(--aqua); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.event-copy h3 { margin: 3px 0 5px; font-family: var(--serif); font-size: 21px; }
.event-copy p { margin: 0 0 9px; color: rgba(255,255,255,.55); font-size: 12px; }
.location { color: rgba(255,255,255,.75); font-size: 11px; }
.event-card > a { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; transition: .3s; }
.event-card:hover > a { color: var(--ink); background: var(--sand); border-color: var(--sand); transform: rotate(45deg); }

.places-section { background: var(--cream); }
.places-grid { display: grid; grid-auto-rows: 290px; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.place-card { position: relative; overflow: hidden; border-radius: var(--radius-md); isolation: isolate; }
.place-large { grid-row: span 2; grid-column: span 2; }
.place-wide { grid-column: span 2; }
.place-card::after { content: ""; position: absolute; z-index: -1; inset: 35% 0 0; background: linear-gradient(transparent, rgba(4,29,27,.88)); }
.place-card img { position: absolute; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.place-card:hover img { transform: scale(1.07); }
.place-card div { position: absolute; right: 24px; bottom: 23px; left: 24px; color: white; }
.place-card div > span { color: var(--sand); font-size: 10px; letter-spacing: .14em; }
.place-card h3 { margin: 2px 0 1px; font-family: var(--serif); font-size: 23px; }
.place-card p { margin: 0; color: rgba(255,255,255,.65); font-size: 12px; }
.place-large h3 { font-size: 32px; }

.tips-section { background: var(--paper); }
.section-heading.centered { display: block; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.centered > p { margin: 15px auto 0; }
.tips-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tip-card { padding: 30px; background: var(--cream); border: 1px solid transparent; border-radius: var(--radius-md); transition: .35s; }
.tip-card:hover { transform: translateY(-6px); background: white; border-color: var(--line); box-shadow: var(--shadow); }
.tip-icon { display: grid; width: 50px; height: 50px; place-items: center; color: var(--deep); background: var(--sand); border-radius: 50%; font-family: var(--serif); font-size: 17px; }
.tip-card:nth-child(even) .tip-icon { background: var(--aqua); }
.tip-card h3 { margin: 20px 0 7px; font-family: var(--serif); font-size: 21px; }
.tip-card p { margin: 0; color: var(--ink-soft); font-size: 13px; }

.faq-section { background: linear-gradient(115deg, #eef0e8 0%, var(--cream) 65%); }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 10vw; }
.faq-intro { align-self: start; position: sticky; top: 120px; }
.faq-intro > p:not(.eyebrow) { max-width: 340px; margin: 25px 0; color: var(--ink-soft); }
.text-link.dark { display: inline-block; padding-bottom: 3px; color: var(--teal); border-bottom: 1px solid var(--teal); }
.faq-item { border-bottom: 1px solid rgba(16,44,42,.18); }
.faq-item button { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 25px 0; color: var(--ink); text-align: left; background: transparent; border: 0; font-family: var(--serif); font-size: 20px; }
.faq-item i { position: relative; flex: 0 0 30px; width: 30px; height: 30px; margin-left: 15px; border: 1px solid var(--line); border-radius: 50%; }
.faq-item i::before, .faq-item i::after { content: ""; position: absolute; top: 50%; left: 50%; width: 10px; height: 1px; background: var(--ink); transform: translate(-50%,-50%); transition: transform .3s; }
.faq-item i::after { transform: translate(-50%,-50%) rotate(90deg); }
.faq-item.open i { background: var(--deep); }
.faq-item.open i::before, .faq-item.open i::after { background: white; }
.faq-item.open i::after { transform: translate(-50%,-50%) rotate(0); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .4s ease; }
.faq-answer p { overflow: hidden; margin: 0; color: var(--ink-soft); }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer p { padding: 0 50px 24px 0; }

.newsletter { position: relative; min-height: 560px; display: flex; align-items: center; color: white; isolation: isolate; }
.newsletter-image { position: absolute; z-index: -2; inset: 0; background: url("https://images.unsplash.com/photo-1536649986370-e623f6c7c1e1?auto=format&fit=crop&w=2000&q=85") center 55% / cover no-repeat; }
.newsletter-overlay { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(5,40,38,.95) 0%, rgba(5,40,38,.75) 45%, rgba(5,40,38,.18) 85%); }
.newsletter-content { padding-top: 75px; padding-bottom: 75px; }
.newsletter h2 { font-size: clamp(3rem, 6vw, 5.7rem); }
.newsletter > .newsletter-content > p:not(.eyebrow):not(.form-status) { max-width: 510px; color: rgba(255,255,255,.68); }
.newsletter-form { display: flex; width: min(520px, 100%); margin-top: 27px; padding: 6px; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.25); border-radius: 999px; backdrop-filter: blur(12px); }
.newsletter-form input { flex: 1; min-width: 0; padding: 11px 17px; color: white; background: transparent; border: 0; outline: 0; }
.newsletter-form input::placeholder { color: rgba(255,255,255,.55); }
.newsletter-form button { padding: 13px 20px; color: var(--ink); background: var(--sand); border: 0; border-radius: 999px; font-size: 12px; font-weight: 700; transition: background .25s, transform .25s; }
.newsletter-form button:hover { transform: scale(1.02); background: #f4d9a9; }
.newsletter-form button span { margin-left: 10px; }
.form-status { min-height: 22px; margin: 10px 0 0; color: var(--sand); font-size: 13px; }

.site-footer { color: rgba(255,255,255,.65); background: #082b29; }
.footer-main { display: grid; grid-template-columns: 1.2fr 1fr .7fr; gap: 70px; padding-top: 70px; padding-bottom: 55px; }
.footer-brand p { max-width: 290px; margin: 23px 0 0; font-size: 13px; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 45px; }
.site-footer h3 { margin: 0 0 17px; color: white; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.footer-links a { display: block; margin: 9px 0; font-size: 13px; transition: color .25s; }
.footer-links a:hover { color: var(--sand); }
.socials div { display: flex; gap: 8px; }
.socials a { display: grid; width: 38px; height: 38px; place-items: center; color: white; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; font-size: 12px; transition: .25s; }
.socials a:hover { color: var(--ink); background: var(--sand); border-color: var(--sand); transform: translateY(-3px); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; padding-bottom: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }

.back-to-top { position: fixed; right: 24px; bottom: 24px; z-index: 90; width: 46px; height: 46px; color: white; background: var(--teal); border: 0; border-radius: 50%; box-shadow: 0 10px 25px rgba(12,57,54,.25); opacity: 0; visibility: hidden; transform: translateY(15px); transition: .3s; }
.back-to-top.visible { opacity: 1; visibility: visible; transform: none; }
.back-to-top:hover { background: var(--deep); transform: translateY(-3px); }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in-view { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .site-nav { gap: 18px; }
  .experience-grid { grid-template-columns: repeat(2, 1fr); }
  .card-image { aspect-ratio: 1.5 / 1; }
  .hero-stats { width: 58vw; }
  .places-grid { grid-template-columns: repeat(2, 1fr); }
  .place-large { grid-row: span 2; }
}

@media (max-width: 820px) {
  .section { padding: 80px 0; }
  .nav-toggle { display: block; flex: 0 0 44px; z-index: 2; }
  .nav-toggle.active span:first-child { transform: translateY(7px) rotate(45deg); }
  .nav-toggle.active span:nth-child(2) { opacity: 0; }
  .nav-toggle.active span:last-child { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; flex-direction: column; align-items: flex-start; justify-content: center; gap: 25px; padding: 90px 10vw; color: white; background: rgba(6,38,36,.97); backdrop-filter: blur(18px); transform: translateX(100%); transition: transform .4s ease; }
  .site-nav.open { transform: none; }
  .site-nav > a { font-family: var(--serif); font-size: 28px; }
  .site-nav .nav-cta { margin-top: 12px; font-family: var(--sans); font-size: 14px; }
  .hero { min-height: 740px; height: 100svh; background-position: 64% center; }
  .hero h1 { font-size: clamp(3.8rem, 14vw, 6rem); }
  .hero-stats { right: 20px; bottom: 20px; left: 20px; width: auto; padding: 20px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; }
  .hero-stats div { padding-left: 15px; }
  .hero-stats strong { font-size: 23px; }
  .hero-stats span { font-size: 9px; }
  .scroll-cue { display: none; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 18px; }
  .discovery-tools { align-items: stretch; flex-direction: column; }
  .search-box { max-width: none; }
  .filter-list { overflow-x: auto; padding-bottom: 5px; }
  .events-grid { grid-template-columns: 1fr; }
  .tips-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-layout { grid-template-columns: 1fr; gap: 35px; }
  .faq-intro { position: static; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 65px 0; }
  .site-header { padding: 12px 0; }
  .brand { font-size: 13px; }
  .brand-mark { width: 34px; height: 34px; }
  .hero { min-height: 720px; align-items: flex-start; padding-top: 150px; }
  .hero h1 { max-width: 100%; font-size: clamp(3.25rem, 16vw, 5.1rem); }
  .hero h1 em { display: block; }
  .hero-copy { margin: 21px 0 27px; font-size: 15px; }
  .hero-actions { gap: 18px; align-items: flex-start; flex-direction: column; }
  .hero-stats { grid-template-columns: repeat(3, 1fr); padding: 16px 14px; }
  .hero-stats div { padding-left: 10px; }
  .hero-stats strong { font-size: 20px; }
  .hero-stats span { line-height: 1.3; }
  .section-heading { margin-bottom: 32px; }
  .section-heading h2, .faq-intro h2 { font-size: 2.65rem; }
  .experience-grid { grid-template-columns: 1fr; }
  .card-image { aspect-ratio: 1.5 / 1; }
  .filter-list { margin-right: -14px; }
  .filter-button { flex: 0 0 auto; }
  .event-card { grid-template-columns: auto 1fr; gap: 15px; padding: 18px; }
  .event-card > a { display: none; }
  .event-copy h3 { font-size: 18px; }
  .event-copy p { display: none; }
  .places-grid { grid-auto-rows: 260px; grid-template-columns: 1fr; }
  .place-card, .place-large, .place-wide { grid-column: auto; grid-row: auto; }
  .place-large h3 { font-size: 24px; }
  .tips-grid { grid-template-columns: 1fr; }
  .tip-card { padding: 24px; }
  .faq-item button { font-size: 17px; }
  .newsletter { min-height: 590px; }
  .newsletter h2 { font-size: 3.25rem; }
  .newsletter-form { align-items: stretch; flex-direction: column; padding: 7px; background: rgba(255,255,255,.1); border-radius: 18px; }
  .newsletter-form input { padding: 14px 12px; }
  .newsletter-form button { padding: 15px; border-radius: 12px; }
  .footer-main { grid-template-columns: 1fr; gap: 38px; padding-top: 55px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { gap: 10px; flex-direction: column; }
  .footer-bottom p { margin: 0; }
}

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