:root {
  --ink: #1c1124;
  --muted: #6f6475;
  --paper: #f7f1e9;
  --paper-deep: #eadfd1;
  --white: #fffdf9;
  --plum: #35154a;
  --plum-dark: #17091f;
  --purple: #6d2a91;
  --violet: #9f57c5;
  --pink: #e761a7;
  --pink-soft: #f5c2dc;
  --line: rgba(39, 17, 50, .16);
  --shadow: 0 24px 70px rgba(24, 9, 31, .14);
  --curve: 38px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", Arial, sans-serif; line-height: 1.65; }
body::selection { background: var(--pink); color: var(--white); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.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; z-index: 300; top: 12px; left: 12px; padding: 10px 16px; background: var(--white); color: var(--plum-dark); transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
.content { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.narrow { width: min(840px, calc(100% - 48px)); }
.section { position: relative; padding: 108px 0; scroll-margin-top: 78px; }
.section:nth-of-type(n+2)::before { position: absolute; top: 24px; left: 50%; width: 110px; height: 5px; border-radius: 50%; background: linear-gradient(90deg, transparent, var(--pink), transparent); content: ""; transform: translateX(-50%) rotate(-2deg); }
.soft-section { border-radius: 0 88px 0 88px; background: var(--white); }
.lavender-section { border-radius: 88px 0 88px 0; background: var(--plum); color: var(--white); }
.links-section { border-radius: 0 88px 0 88px; background: #e9ded1; }
.house-section { border-radius: 88px 0 88px 0; background: var(--white); }
.contact-section { border-radius: 88px 0 0 0; background: #e7d3e9; }
.terms-section { border-radius: 0 88px 0 88px; background: #efe5da; }
h1, h2, h3, blockquote { margin-top: 0; font-family: "Noto Serif Display", Georgia, serif; line-height: 1.05; }
h2 { max-width: 820px; margin-bottom: 28px; color: var(--plum-dark); font-size: clamp(2.5rem, 6vw, 4.9rem); letter-spacing: -.055em; }
h3 { color: var(--plum-dark); font-size: 1.5rem; }
p { margin: 0 0 17px; }
.lead { color: #514654; font-size: clamp(1.05rem, 2vw, 1.25rem); line-height: 1.75; }
.script { font-family: "Dancing Script", cursive; }
.overline { display: inline-flex; margin-bottom: 14px; align-items: center; gap: 10px; color: var(--purple); font-size: .74rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.overline::before { width: 30px; height: 2px; background: currentColor; content: ""; }
.overline.light { color: var(--pink-soft); }
.site-header { position: fixed; z-index: 100; top: 0; right: 0; left: 0; border-bottom: 1px solid rgba(255,255,255,.16); background: rgba(17, 7, 23, .82); color: var(--white); backdrop-filter: blur(16px); }
.nav-shell { display: flex; width: min(1260px, calc(100% - 40px)); min-height: 72px; margin-inline: auto; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; text-decoration: none; }
.brand-mark { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; color: var(--pink-soft); font-size: .66rem; letter-spacing: .08em; }
.main-nav { display: flex; align-items: center; gap: 2px; }
.main-nav a { padding: 9px 12px; border: 1px solid transparent; color: #f1eaf4; font-size: .78rem; font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: .07em; transition: .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { border-color: rgba(255,255,255,.35); color: var(--white); }
.main-nav .nav-emphasis { margin-left: 7px; background: var(--pink); color: var(--plum-dark); }
.menu-button { display: none; }
.hero { position: relative; min-height: 860px; overflow: hidden; background: linear-gradient(90deg, rgba(13, 5, 19, .88) 0%, rgba(24, 8, 33, .62) 50%, rgba(28, 9, 38, .18) 100%), linear-gradient(0deg, rgba(16, 6, 22, .66), transparent 55%), url("hero-paulista.png") center 45% / cover no-repeat; color: var(--white); }
.hero::before { position: absolute; inset: 0; opacity: .18; background-image: repeating-linear-gradient(90deg, transparent 0, transparent calc(25% - 1px), rgba(255,255,255,.25) 25%); content: ""; }
.hero::after { position: absolute; z-index: 1; right: -6%; bottom: -102px; left: -6%; height: 190px; border-radius: 50% 50% 0 0 / 100% 100% 0 0; background: var(--paper); content: ""; }
.hero-grid { position: relative; z-index: 2; display: grid; min-height: 860px; padding-top: 130px; padding-bottom: 82px; grid-template-columns: minmax(0, 1fr) 320px; align-items: end; gap: 80px; }
.hero-copy { max-width: 800px; }
.hero-kicker { margin-bottom: 22px; color: var(--pink-soft); font-size: .78rem; font-weight: 800; letter-spacing: .22em; }
.hero-title { position: relative; display: block; width: min(690px, 100%); min-height: 190px; margin: 12px 0 4px; color: var(--white); white-space: nowrap; text-shadow: 0 15px 45px rgba(0,0,0,.35); }
.hero-title-life { display: block; font-family: "Noto Serif Display", Georgia, serif; font-size: clamp(4rem, 8vw, 6.7rem); font-weight: 600; line-height: .82; letter-spacing: .01em; }
.hero-title-script { display: block; margin-top: -5px; font-family: "Italianno", "Dancing Script", cursive; font-size: clamp(6.3rem, 12vw, 9.3rem); font-weight: 400; line-height: .72; letter-spacing: -.02em; }
.hero-title-flourish { position: absolute; right: 0; bottom: 24px; display: flex; width: 240px; align-items: center; color: var(--pink-soft); }
.hero-title-flourish i { display: block; width: 185px; border-top: 1.5px solid currentColor; border-radius: 50%; transform: rotate(-7deg); }
.hero-title-flourish b { margin-left: -4px; font-family: Georgia, serif; font-size: 3.1rem; font-weight: 400; line-height: 1; transform: rotate(8deg); }
.hero-subtitle { max-width: 690px; color: #fff9fc; font-size: clamp(1.2rem, 2.5vw, 1.75rem); }
.event-line { display: flex; margin: 30px 0; padding-left: 18px; border-left: 4px solid var(--pink); flex-direction: column; color: #fff; }
.event-line strong { font-size: 1.06rem; }
.event-line span { color: #ded3e3; }
.countdown-label { margin-bottom: 9px; color: #dbcce1; font-size: .7rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.countdown { display: flex; flex-wrap: wrap; gap: 8px; }
.countdown > div { display: grid; min-width: 82px; padding: 11px 12px; border-top: 1px solid rgba(255,255,255,.55); border-bottom: 1px solid rgba(255,255,255,.22); background: rgba(17, 7, 23, .35); place-items: center; backdrop-filter: blur(8px); }
.countdown strong { font-family: "Noto Serif Display", serif; font-size: 1.9rem; line-height: 1; }
.countdown span { margin-top: 4px; color: #d8cbdc; font-size: .7rem; text-transform: uppercase; }
.event-finished { color: var(--pink-soft); font-weight: 800; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-quote { margin-top: 28px; color: var(--pink-soft); font-family: "Noto Serif Display", serif; font-size: 1.25rem; font-style: italic; }
.hero-manifesto { margin-bottom: 70px; padding: 30px; border: 1px solid rgba(255,255,255,.4); border-radius: 52% 48% 18% 82% / 25% 44% 56% 75%; background: rgba(24,8,33,.42); backdrop-filter: blur(8px); }
.hero-manifesto > span { color: var(--pink-soft); font-size: .72rem; font-weight: 800; letter-spacing: .15em; }
.hero-manifesto p { margin: 18px 0 26px; font-family: "Noto Serif Display", serif; font-size: 2rem; line-height: 1.15; }
.hero-manifesto a { font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.hero-photo-credit { position: absolute; z-index: 2; right: 20px; top: 45%; color: rgba(255,255,255,.76); font-size: .62rem; font-weight: 700; letter-spacing: .2em; writing-mode: vertical-rl; }
.button { display: inline-flex; min-height: 50px; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; align-items: center; justify-content: center; gap: 8px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s, color .2s, box-shadow .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--plum); color: var(--white); box-shadow: 0 12px 28px rgba(52,21,74,.18); }
.button-primary:hover { background: var(--purple); }
.button-light { background: var(--white); color: var(--plum-dark); }
.button-ghost { border-color: rgba(255,255,255,.55); color: var(--white); }
.full-button { width: 100%; }
.map-button { margin-top: 24px; }
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; gap: 48px; }
.split > article:first-child { padding-top: 42px; }
.feature-card { padding: 38px; border: 1px solid var(--line); border-radius: 42px 10px 42px 10px; background: var(--white); box-shadow: var(--shadow); }
.purple-card { border-radius: 10px 48px 10px 48px; background: var(--plum-dark); color: var(--white); box-shadow: var(--shadow); }
.purple-card h2, .purple-card h3 { color: var(--white); }
.purple-card p { color: #e7dce9; }
.purple-card blockquote { margin: 28px 0 0; color: var(--pink-soft); font-size: 1.6rem; }
.purple-card .overline { color: var(--pink-soft); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.date-badge { margin-bottom: 28px; padding: 12px 20px; border: 1px solid var(--plum-dark); border-radius: 999px; color: var(--plum-dark); font-weight: 800; letter-spacing: .12em; }
.event-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 48px; align-items: start; }
.poster-frame { position: relative; overflow: hidden; padding: 15px; border-radius: 42px 12px 42px 12px; background: var(--paper-deep); box-shadow: var(--shadow); transform: rotate(-1deg); }
.poster-frame::after { position: absolute; inset: 9px; border: 1px solid rgba(255,255,255,.6); content: ""; pointer-events: none; }
.poster-frame img { width: 100%; }
.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.info-card { min-height: 220px; padding: 30px; border: 1px solid var(--line); border-radius: 34px 8px 34px 8px; background: var(--white); box-shadow: 0 14px 36px rgba(24,9,31,.08); }
.info-card:nth-child(even) { border-radius: 8px 34px 8px 34px; }
.info-card > span { display: inline-grid; width: 42px; height: 42px; margin-bottom: 28px; place-items: center; border-radius: 50%; background: var(--paper-deep); }
.info-card h3 { margin-bottom: 10px; }
.info-card p { color: var(--muted); }
.accent-card { background: var(--pink-soft); }
.form-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 64px; align-items: start; }
.lavender-section h2, .lavender-section h3 { color: var(--white); }
.lavender-section .lead { color: #e7dce9; }
.lavender-section .overline { color: var(--pink-soft); }
.notice { margin-top: 30px; padding: 24px; border-left: 4px solid var(--pink); border-radius: 8px 28px 28px 8px; background: rgba(255,255,255,.08); }
.notice strong { color: var(--pink-soft); }
.notice p { margin: 8px 0 0; color: #ded2e2; }
.form-card { display: grid; padding: 38px; border: 1px solid rgba(47,18,65,.14); border-radius: 46px 12px 46px 12px; background: var(--white); color: var(--ink); box-shadow: var(--shadow); gap: 17px; }
.two-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-card label { display: grid; gap: 7px; color: var(--plum-dark); font-size: .88rem; font-weight: 800; }
.form-card label small { color: var(--muted); font-weight: 500; }
input, textarea { width: 100%; border: 1px solid #c8b8c9; border-radius: 15px; background: #fffcf8; color: var(--ink); }
input { min-height: 52px; padding: 0 14px; }
textarea { padding: 14px; resize: vertical; }
input:focus, textarea:focus { outline: 3px solid rgba(231,97,167,.25); border-color: var(--pink); }
[aria-invalid="true"] { border-color: #a11e43; }
.check-row { display: grid !important; grid-template-columns: auto 1fr; align-items: start; gap: 10px !important; font-weight: 500 !important; }
.check-row input { width: 19px; min-height: 19px; margin-top: 3px; accent-color: var(--purple); }
.check-row a { color: var(--purple); font-weight: 800; }
.honey { position: absolute !important; left: -10000px; }
.form-status { min-height: 24px; margin: 0; font-size: .88rem; font-weight: 800; }
.form-status.error { color: #9b1b3d; }
.form-status.success { color: #19724c; }
.raffle-card { display: grid; overflow: hidden; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: 54px 12px 54px 12px; background: var(--plum-dark); box-shadow: var(--shadow); color: var(--white); }
.raffle-image { min-height: 510px; background: #d8c5e5; }
.raffle-image img { width: 100%; height: 100%; object-fit: cover; }
.raffle-copy { display: flex; padding: 50px; flex-direction: column; justify-content: center; }
.raffle-copy h3 { color: var(--white); font-size: clamp(2rem, 4vw, 3.2rem); }
.raffle-copy .button { align-self: start; margin-top: 18px; background: var(--pink); color: var(--plum-dark); }
.pill { display: inline-flex; align-self: start; margin-bottom: 22px; padding: 6px 10px; border: 1px solid rgba(255,255,255,.4); font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.merchandise-layout { display: grid; grid-template-columns: 1.18fr .82fr; gap: 58px; align-items: center; }
.shirt-gallery { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; }
.shirt-frame { overflow: hidden; margin: 0; border: 1px solid var(--line); border-radius: 30px 8px 30px 8px; background: var(--paper); box-shadow: 0 12px 30px rgba(24,9,31,.07); }
.shirt-frame:nth-child(even) { border-radius: 8px 30px 8px 30px; }
.shirt-featured { grid-column: span 2; grid-row: span 2; }
.shirt-frame img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.shirt-frame figcaption { padding: 8px 12px; border-top: 1px solid var(--line); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.check-list { padding: 0; list-style: none; }
.check-list li { padding: 10px 0; border-bottom: 1px solid var(--line); }
.check-list li::before { margin-right: 10px; color: var(--pink); content: "✦"; }
.disclaimer { color: var(--muted); font-size: .84rem; }
.tabs { display: flex; margin: 32px 0 0; gap: 8px; }
.tabs button { padding: 13px 22px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--muted); font-weight: 800; cursor: pointer; }
.tabs button[aria-selected="true"] { background: var(--plum-dark); color: var(--white); }
.tab-panel { min-height: 180px; margin-top: 12px; padding: 36px; border: 1px solid var(--line); border-radius: 10px 38px 38px 38px; background: var(--white); box-shadow: 0 12px 32px rgba(24,9,31,.06); }
.guidance-grid { display: grid; margin-top: 22px; grid-template-columns: 1fr 1fr; gap: 22px; }
.guidance-grid article { position: relative; padding: 30px; border: 1px solid var(--line); border-radius: 34px 8px 34px 8px; background: rgba(255,255,255,.34); }
.guidance-grid article:nth-child(even) { border-radius: 8px 34px 8px 34px; }
.guidance-grid a { color: var(--purple); font-weight: 800; }
.card-number { position: absolute; right: 18px; top: 15px; color: var(--pink); font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.link-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.link-grid a { display: flex; min-height: 190px; padding: 26px; border: 1px solid var(--line); border-radius: 34px 8px 34px 8px; background: rgba(255,255,255,.58); box-shadow: 0 10px 28px rgba(24,9,31,.06); flex-direction: column; text-decoration: none; transition: .2s; }
.link-grid a:nth-child(even) { border-radius: 8px 34px 8px 34px; }
.link-grid a:hover, .link-grid a:focus-visible { background: var(--plum-dark); color: var(--white); }
.link-grid span { color: var(--pink); font-size: 1.5rem; }
.link-grid strong { margin-top: auto; font-family: "Noto Serif Display", serif; font-size: 1.2rem; }
.link-grid small { color: var(--muted); }
.link-grid a:hover small { color: #d8cbdc; }
.instagram-section { border-radius: 88px 0 88px 0; background: var(--pink); color: var(--plum-dark); text-align: center; }
.instagram-section::before { display: none; }
.instagram-cta h2 { margin-inline: auto; color: var(--plum-dark); }
.instagram-cta p { max-width: 640px; margin-inline: auto; }
.instagram-cta .overline { color: var(--plum-dark); }
.instagram-cta .button { margin-top: 15px; background: var(--plum-dark); color: var(--white); }
.casa-roxa-heading { display: grid; margin-bottom: 55px; grid-template-columns: 190px 1fr; gap: 38px; align-items: center; }
.casa-roxa-logo { width: 190px; aspect-ratio: 1; border: 1px solid var(--line); border-radius: 46% 54% 38% 62%; box-shadow: var(--shadow); object-fit: cover; }
.casa-roxa-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: start; }
.section-intro { font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.house-card { margin-top: 14px; padding: 30px; border-left: 5px solid var(--purple); border-radius: 8px 34px 34px 8px; background: var(--paper); }
.house-card + .house-card { border-left-color: var(--pink); }
.casa-roxa-quote { margin: 32px 0; padding: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--plum); font-size: 1.8rem; }
.casa-roxa-poster { overflow: hidden; margin: 0; padding: 14px; border-radius: 44px 12px 44px 12px; background: var(--plum-dark); color: var(--white); box-shadow: var(--shadow); }
.casa-roxa-poster figcaption { padding: 12px 4px 0; font-size: .78rem; }
.risk-notice { margin-top: 42px; padding: 28px 30px; border: 1px solid #9a244a; border-radius: 12px 38px 38px 38px; background: #fff1f2; color: #6f1734; }
.risk-notice p { margin: 7px 0 0; }
.support-section { background: var(--plum-dark); color: var(--white); }
.support-section::before { display: none; }
.support-content > .script { color: var(--pink); font-size: 2.4rem; }
.support-content h2 { color: var(--white); font-size: clamp(2.3rem, 5vw, 4rem); }
.support-grid { display: grid; margin-top: 45px; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.support-channel { min-height: 260px; padding: 30px; border: 1px solid rgba(255,255,255,.16); border-radius: 36px 8px 36px 8px; background: rgba(255,255,255,.05); }
.support-channel:nth-child(even) { border-radius: 8px 36px 8px 36px; }
.support-channel strong { color: var(--pink-soft); font-family: "Noto Serif Display", serif; font-size: 1.55rem; }
.support-channel p { color: #d8ccdc; }
.support-channel a { color: var(--white); font-weight: 800; }
details { margin-bottom: 12px; border: 1px solid var(--line); border-radius: 24px 8px 24px 8px; background: rgba(255,255,255,.5); }
details:last-of-type { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 22px 54px 22px 24px; color: var(--plum-dark); font-family: "Noto Serif Display", serif; font-size: 1.22rem; font-weight: 700; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { position: absolute; right: 4px; content: "+"; color: var(--pink); font-family: "DM Sans", sans-serif; font-size: 1.5rem; }
details[open] summary::after { content: "−"; }
details p { padding: 0 45px 20px 24px; color: var(--muted); }
.three-cards { display: grid; grid-template-columns: .75fr 1.5fr .75fr; gap: 18px; }
.three-cards .feature-card { box-shadow: none; }
.supporter-list { display: flex; flex-wrap: wrap; gap: 8px; }
.supporter-list a { padding: 7px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--purple); font-size: .78rem; font-weight: 800; text-decoration: none; }
.supporter-list a:hover { background: var(--plum); color: var(--white); }
.privacy-card { padding: 38px; border: 1px solid var(--line); border-radius: 44px 12px 44px 12px; background: var(--white); box-shadow: var(--shadow); }
.privacy-card h3 { margin: 26px 0 8px; }
.privacy-card h3:first-child { margin-top: 0; }
.privacy-card p { color: var(--muted); }
.contact-destination { padding: 18px; border-left: 4px solid var(--purple); border-radius: 8px 26px 26px 8px; background: rgba(255,255,255,.55); color: #5b465d; font-size: .92rem; }
.contact-card { display: grid; margin-top: 30px; padding: 26px; border: 1px solid var(--line); border-radius: 34px 8px 34px 8px; background: var(--white); gap: 5px; }
.contact-card span { margin-top: 9px; color: var(--muted); font-size: .8rem; }
.contact-card a { color: var(--purple); font-family: "Noto Serif Display", serif; font-size: 1.22rem; font-weight: 800; }
.site-footer { padding: 58px 0; background: #110718; color: #d9cedd; }
.footer-grid { display: grid; grid-template-columns: 130px .7fr 1.3fr; gap: 34px; align-items: start; }
.footer-grid img { width: 110px; border: 1px solid rgba(255,255,255,.2); border-radius: 42% 58% 45% 55%; }
.footer-grid strong { color: var(--white); font-family: "Noto Serif Display", serif; font-size: 1.5rem; }
.footer-grid p { font-size: .84rem; }
.footer-grid a { display: inline-block; margin: 5px 14px 0 0; color: var(--pink-soft); font-weight: 800; }
.back-top { position: fixed; z-index: 90; right: 20px; bottom: 20px; display: grid; width: 46px; height: 46px; place-items: center; border-radius: 50%; background: var(--pink); color: var(--plum-dark); font-weight: 900; text-decoration: none; box-shadow: var(--shadow); }
@media (max-width: 1040px) {
  .main-nav a { padding-inline: 8px; font-size: .7rem; }
  .hero-grid { grid-template-columns: 1fr 270px; gap: 42px; }
  .link-grid { grid-template-columns: repeat(3, 1fr); }
  .three-cards { grid-template-columns: 1fr 1fr; }
  .three-cards article:nth-child(2) { grid-row: span 2; }
}
@media (max-width: 820px) {
  .content, .narrow { width: min(100% - 34px, 680px); }
  .section { padding: 80px 0; }
  .menu-button { display: grid; width: 46px; height: 42px; padding: 10px; border: 1px solid rgba(255,255,255,.35); background: transparent; place-content: center; gap: 5px; }
  .menu-button span:not(.sr-only) { display: block; width: 22px; height: 2px; background: var(--white); }
  .main-nav { position: absolute; top: 72px; right: 0; left: 0; display: none; padding: 15px 18px 20px; background: rgba(17,7,23,.98); flex-direction: column; align-items: stretch; }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px; border-bottom: 1px solid rgba(255,255,255,.12); font-size: .78rem; }
  .main-nav .nav-emphasis { margin-left: 0; }
  .hero { min-height: 920px; background-position: 57% center; }
  .hero-grid { min-height: 920px; grid-template-columns: 1fr; align-content: end; gap: 30px; }
  .hero-manifesto { display: none; }
  .hero-title { min-height: 175px; }
  .hero-title-flourish { right: 3%; width: 210px; }
  .hero-title-flourish i { width: 158px; }
  .split, .event-layout, .form-layout, .raffle-card, .merchandise-layout, .casa-roxa-layout { grid-template-columns: 1fr; }
  .event-layout { gap: 30px; }
  .raffle-image { min-height: auto; }
  .raffle-copy { padding: 36px; }
  .support-grid { grid-template-columns: 1fr; }
  .casa-roxa-heading { grid-template-columns: 125px 1fr; }
  .casa-roxa-logo { width: 125px; }
  .footer-grid { grid-template-columns: 100px 1fr; }
  .footer-grid > :last-child { grid-column: 1 / -1; }
}
@media (max-width: 580px) {
  .content, .narrow { width: min(100% - 28px, 520px); }
  .section { padding: 68px 0; }
  h2 { font-size: clamp(2.35rem, 13vw, 3.5rem); }
  .hero { min-height: 830px; background-position: 61% center; }
  .hero-grid { min-height: 830px; padding-top: 105px; padding-bottom: 58px; }
  .hero-title { min-height: 145px; }
  .hero-title-life { font-size: clamp(3.5rem, 17vw, 4.8rem); }
  .hero-title-script { margin-top: -2px; font-size: clamp(5.2rem, 25vw, 7rem); }
  .hero-title-flourish { right: 0; bottom: 20px; width: 145px; }
  .hero-title-flourish i { width: 105px; }
  .hero-title-flourish b { font-size: 2.4rem; }
  .hero-subtitle { font-size: 1.1rem; }
  .countdown > div { min-width: 64px; padding: 9px 8px; }
  .countdown strong { font-size: 1.55rem; }
  .hero-actions .button { width: 100%; }
  .hero-photo-credit { display: none; }
  .feature-card, .form-card, .privacy-card { padding: 26px 21px; }
  .info-grid, .two-columns, .guidance-grid { grid-template-columns: 1fr; }
  .info-card { min-height: auto; }
  .shirt-gallery { grid-template-columns: 1fr 1fr; }
  .shirt-featured { grid-column: 1 / -1; grid-row: auto; }
  .tabs { flex-direction: column; border: 0; }
  .tabs button { text-align: left; }
  .link-grid { grid-template-columns: 1fr 1fr; }
  .link-grid a { min-height: 155px; }
  .casa-roxa-heading { grid-template-columns: 1fr; }
  .casa-roxa-logo { width: 110px; }
  .three-cards { grid-template-columns: 1fr; }
  .three-cards article:nth-child(2) { grid-row: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :last-child { grid-column: auto; }
  .back-top { right: 12px; bottom: 12px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }
