﻿:root {
  color-scheme: light;
  --navy: #101d35; --navy-light: #1a2c49; --ink: #18243a; --muted: #667083;
  --orange: #ff8a45; --orange-dark: #a64312; --paper: #fafaf8; --line: #e1e4e9;
  --soft: #f0f2f5; --radius: 20px;
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--ink); background: var(--paper); font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 105px; }
body { margin: 0; line-height: 1.65; }
body.modal-open { overflow: hidden; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button:not(:disabled) { cursor: pointer; }
button:disabled { cursor: not-allowed; }
:focus-visible { outline: 3px solid #b94d15; outline-offset: 5px; }
.site-header :focus-visible, .hero :focus-visible, .site-footer :focus-visible, .instagram-section :focus-visible { outline-color: var(--orange); }
::selection { background: var(--orange); color: var(--navy); }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { line-height: 1.12; }
h1, h2 { letter-spacing: -.045em; }
h2 { font-size: clamp(2rem, 4vw, 3.1rem); font-weight: 650; }
h3 { font-size: 1.35rem; letter-spacing: -.025em; font-weight: 650; }
img { display: block; max-width: 100%; }
svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; flex-shrink: 0; }
.container { width: min(1160px, calc(100% - 80px)); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; transform: translateY(-180%); padding: 12px 20px; background: white; z-index: 100; }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 30; color: white; border-bottom: 1px solid #ffffff26; transition: background .25s, box-shadow .25s; }
.site-header.is-scrolled, .site-header.menu-open { background: var(--navy); box-shadow: 0 4px 20px #08122216; }
.header-inner { min-height: 90px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; width: fit-content; }
.brand-name { display: block; font-size: .71rem; line-height: 1.4; font-weight: 650; letter-spacing: .06em; }
.brand-image { width: 70px; height: 70px; flex-shrink: 0; object-fit: contain; border-radius: 8px; }
.main-nav { display: flex; align-items: center; gap: 32px; }
.main-nav a { position: relative; display: block; min-height: 44px; padding-block: 12px; font-size: .85rem; font-weight: 600; }
.main-nav a::after { content: ""; position: absolute; bottom: 6px; height: 2px; left: 0; width: 0; background: var(--orange); transition: width .2s; }
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { width: 100%; }
.social-links { display: flex; align-items: center; gap: 6px; }
.header-socials { justify-self: end; }
.social-links a { display: grid; place-items: center; width: 42px; height: 44px; border-radius: 50%; transition: color .2s, background .2s; }
.social-links a:hover { background: #ffffff15; color: var(--orange); }
.menu-toggle { display: none; border: 1px solid #ffffff50; background: transparent; color: white; border-radius: 10px; width: 46px; height: 46px; padding: 12px; }
.menu-toggle span { display: block; height: 2px; background: currentColor; margin-block: 4px; transition: transform .2s; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
.mobile-socials { display: none; }
.no-script-nav { display: flex; justify-content: center; gap: 24px; padding: 22px; color: white; background: var(--navy); }
.no-script-nav a { padding: 10px; }
.hero { position: relative; color: white; background: var(--navy); overflow: hidden; }
.hero::before { content: ""; pointer-events: none; position: absolute; width: 700px; height: 700px; top: -210px; right: -200px; border-radius: 50%; border: 1px solid #ffffff08; box-shadow: 0 0 0 100px #ffffff03, 0 0 0 200px #ffffff02; }
.home-hero { padding-block: 142px 0; }
.hero-content { position: relative; display: grid; grid-template-columns: minmax(0, 1fr); gap: 40px; padding-bottom: 40px; }
.hero-intro { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr); align-items: center; gap: 60px; }
.hero-intro .hero-copy { margin-top: 0; }
.eyebrow { font-size: .7rem; letter-spacing: .17em; text-transform: uppercase; font-weight: 700; color: var(--orange-dark); margin-bottom: 18px; }
.hero .eyebrow, .instagram-section .eyebrow, .site-footer .eyebrow { color: var(--orange); }
.eyebrow-line { display: inline-block; vertical-align: middle; width: 27px; height: 2px; margin-right: 10px; background: currentColor; }
.home-hero h1 { font-size: clamp(2.8rem, 4.5vw, 4.1rem); line-height: 1.08; font-weight: 650; }
.home-hero h1 em { font-family: Georgia, "Times New Roman", serif; color: var(--orange); font-weight: 400; }
.hero-copy { max-width: 420px; font-size: 1rem; line-height: 1.8; color: #c2ccdc; margin-block: 25px 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 25px; min-height: 50px; border: 1px solid transparent; padding: 13px 24px; border-radius: 8px; background: var(--orange); color: var(--navy); font-size: .81rem; font-weight: 750; line-height: 1.5; transition: transform .2s, background .2s, box-shadow .2s; }
.button:not(:disabled):hover { background: #ffa36d; transform: translateY(-2px); box-shadow: 0 6px 16px #00000012; }
.button-arrow { font-size: 1.2rem; font-weight: 400; }
.button-dark { background: var(--navy); color: white; }
.button-dark:not(:disabled):hover { background: var(--navy-light); }
.button-outline { color: white; border-color: #ffffff45; background: transparent; }
.button-outline:not(:disabled):hover { background: #ffffff12; }
.button:disabled { color: #616976; background: #e8ebef; border-color: #d7dce3; }
.placeholder-icon { width: 38px; height: 38px; opacity: .65; margin-bottom: 18px; }
.placeholder-label { font-size: .8rem; text-align: center; }
.placeholder-detail { margin-top: 6px; font-size: .69rem; text-align: center; opacity: .65; }
.placeholder-badge { position: absolute; top: 20px; left: 20px; border: 1px dashed currentColor; border-radius: 4px; padding: 4px 9px; font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; opacity: .65; }
.hero-banner { grid-column: 1 / -1; width: 100%; height: auto; object-fit: contain; border-radius: var(--radius); }
.hero-video-shell { position: relative; grid-column: 1 / -1; }
.hero-video { display: block; width: 100%; aspect-ratio: 16 / 9; max-height: 650px; object-fit: cover; border-radius: var(--radius); background: #071125; box-shadow: 0 20px 55px #0208154a; }
.video-loading { pointer-events: none; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; gap: 12px; border-radius: var(--radius); background: linear-gradient(135deg, #071125, #142746); color: #c6d1e1; font-size: .78rem; letter-spacing: .06em; transition: opacity .25s, visibility .25s; }
.video-loading span { width: 20px; height: 20px; border: 2px solid #ffffff35; border-top-color: var(--orange); border-radius: 50%; animation: video-loading-spin .8s linear infinite; }
.hero-video-shell.is-ready .video-loading { opacity: 0; visibility: hidden; }
.hero-video-shell.has-error .video-loading span { display: none; }
.video-direct-links { position: absolute; left: 50%; bottom: 18px; z-index: 3; display: flex; gap: 20px; transform: translateX(-50%); color: white; text-decoration: underline; }
.video-sound-toggle { position: absolute; top: 16px; right: 16px; display: inline-flex; align-items: center; gap: 9px; min-height: 44px; padding: 10px 16px; border: 1px solid #ffffff45; border-radius: 999px; background: #071125d9; color: white; font-size: .78rem; font-weight: 700; box-shadow: 0 8px 24px #00000040; transition: background .2s, transform .2s; }
.video-sound-toggle:hover { background: #182946; transform: translateY(-1px); }
.video-sound-toggle[aria-pressed="true"] { background: var(--orange); color: var(--navy); border-color: var(--orange); }
.video-sound-toggle:disabled { opacity: 0; visibility: hidden; }
.video-slider-nav { position: absolute; left: 16px; bottom: 52px; z-index: 2; display: flex; align-items: center; gap: 8px; padding: 6px; border: 1px solid #ffffff35; border-radius: 999px; background: #071125dc; color: white; box-shadow: 0 8px 24px #00000040; }
.video-slider-button { display: grid; place-items: center; width: 42px; height: 42px; padding: 0; border: 0; border-radius: 50%; background: transparent; color: white; font-size: 1.1rem; transition: background .2s, color .2s; }
.video-slider-button:hover { background: #ffffff18; color: var(--orange); }
.video-slider-status { display: grid; min-width: 106px; text-align: center; line-height: 1.2; }
.video-slider-status strong { font-size: .7rem; letter-spacing: .08em; }
.video-slider-status span { color: #b9c6d8; font-size: .63rem; margin-top: 3px; }
@keyframes video-loading-spin { to { transform: rotate(1turn); } }
.hero-strip { position: relative; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-block: 23px; border-top: 1px solid #ffffff20; color: #a9b8cd; font-size: .69rem; letter-spacing: .12em; text-transform: uppercase; }
.hero-strip strong { color: white; font-weight: 550; }
.hero-strip span:last-child { display: flex; align-items: center; gap: 10px; }
.orange-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--orange); display: inline-block; }
.section { padding-block: 90px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 36px; }
.section-heading > p { max-width: 320px; color: var(--muted); font-size: .91rem; }
.section-heading .eyebrow { margin-bottom: 12px; }
.encounter-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.encounter-card { border: 1px solid var(--line); border-radius: var(--radius); background: white; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.encounter-card:hover { transform: translateY(-5px); box-shadow: 0 18px 36px #101d350d; }
.card-media { position: relative; aspect-ratio: 1.9; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 36px; background: #e8edf2; color: #38536f; }
.card-media-women { background: #f1e9e4; color: #7d5a48; }
.card-media .event-word { font-size: clamp(2rem, 4vw, 3.7rem); letter-spacing: -.055em; font-weight: 750; }
.card-media-women .event-word { font-family: Georgia, serif; font-weight: 400; letter-spacing: .015em; font-style: italic; }
.card-media .placeholder-detail { margin-top: 12px; opacity: 1; font-size: .66rem; }
.card-image { width: 100%; height: 300px; object-fit: contain; background: #eef2f5; }
.card-image-women { object-fit: contain; background: #f5f0eb; }
.card-body { padding: 30px 32px 34px; }
.card-body .eyebrow { font-size: .63rem; margin-bottom: 12px; }
.card-body h3 { font-size: 1.75rem; }
.card-body > p:not(.eyebrow) { color: var(--muted); margin-block: 16px 23px; font-size: .91rem; max-width: 400px; }
.card-body .button { font-size: .68rem; letter-spacing: .07em; min-height: 46px; }
.instagram-section { background: var(--navy); color: white; padding: 65px; border-radius: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 55px; align-items: center; margin-bottom: 90px; }
.instagram-section h2 { max-width: 400px; }
.instagram-copy { color: #bfcadc; max-width: 400px; font-size: .95rem; margin-block: 20px 26px; }
.community-links { display: flex; flex-wrap: wrap; gap: 12px; }
.community-links .button { gap: 14px; }
.button-whatsapp { background: #25d366; color: #07190e; }
.button-whatsapp:not(:disabled):hover { background: #4be07c; }
.instagram-embed { display: grid; place-items: center; min-width: 0; }
.instagram-embed .instagram-media { box-sizing: border-box; width: 100% !important; min-width: 0 !important; max-width: 540px !important; margin: 0 !important; border-radius: 14px !important; overflow: hidden; }
.instagram-embed .instagram-media > a { display: grid; place-items: center; min-height: 300px; padding: 32px; border: 1px solid #ffffff25; border-radius: 14px; background: #ffffff08; color: white; text-align: center; line-height: 1.6; }
.instagram-embed iframe { max-width: 100% !important; }
.instagram-placeholder { min-height: 300px; border: 1px solid #ffffff25; border-radius: 14px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; padding: 28px; background: #ffffff04; text-align: center; }
.instagram-placeholder svg { height: 48px; width: 48px; color: var(--orange); }
.instagram-placeholder p { font-size: .86rem; color: #bfcadc; }
.instagram-placeholder .placeholder-detail { font-size: .72rem; }
.event-hero { padding-block: 151px 61px; }
.event-hero-inner { position: relative; }
.breadcrumb { display: inline-flex; align-items: center; gap: 12px; color: #c1cbdc; font-size: .76rem; min-height: 44px; margin-bottom: 32px; }
.breadcrumb:hover { color: var(--orange); }
.event-hero h1 { font-size: clamp(1.15rem, 2.2vw, 1.65rem); font-weight: 450; letter-spacing: -.015em; margin-bottom: 14px; }
.event-title { font-size: clamp(4.5rem, 12vw, 10rem); font-weight: 800; line-height: 1; letter-spacing: -.07em; }
.event-title::after { content: "."; color: var(--orange); }
.event-media-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: 28px; margin-block: 8px 24px; }
.event-title-logo { display: block; width: 100%; max-height: 340px; object-fit: contain; object-position: center; margin: 0; border-radius: 14px; }
.event-title-logo-men { aspect-ratio: 1488 / 719; }
.event-title-logo-women { aspect-ratio: 1252 / 848; }
.event-feature-video { display: block; width: 100%; aspect-ratio: 16 / 9; max-height: 340px; border: 1px solid #ffffff22; border-radius: 14px; background: #071125; object-fit: contain; box-shadow: 0 16px 38px #02081542; }
.event-hero .hero-copy { max-width: 540px; }
.event-hero .hero-strip { margin-top: 48px; }
.event-women .event-title { font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-style: italic; letter-spacing: -.045em; color: #f2e5dc; }
.event-women .event-hero { background: linear-gradient(115deg, #101d35 45%, #312c3d); }
.groups-hero { padding-block: 145px 0; background: linear-gradient(130deg, #101d35 48%, #183554); }
.groups-hero-inner { position: relative; }
.groups-hero .breadcrumb { margin-bottom: 18px; }
.groups-hero-copy { max-width: 760px; margin-bottom: 42px; }
.groups-hero-copy h1 { font-size: clamp(3.2rem, 7vw, 6.6rem); font-weight: 680; }
.groups-hero-copy h1 em { font-family: Georgia, 'Times New Roman', serif; color: var(--orange); font-weight: 400; }
.groups-hero-copy > p:not(.eyebrow) { max-width: 650px; margin-block: 22px 28px; color: #c4cfdf; font-size: 1.04rem; line-height: 1.8; }
.groups-banner { position: relative; width: 100%; aspect-ratio: 16 / 7; min-height: 340px; overflow: hidden; border: 1px solid #ffffff1f; border-radius: var(--radius); background: #081326; box-shadow: 0 24px 60px #02081559; }
.groups-banner-slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; animation: groups-banner-fade 18s infinite; }
.groups-banner-slide:nth-child(2) { animation-delay: 6s; }
.groups-banner-slide:nth-child(3) { animation-delay: 12s; }
.groups-banner-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #071225b8 0%, transparent 60%, #0712251c), linear-gradient(0deg, #071225a8, transparent 55%); }
.groups-banner-label { position: absolute; left: clamp(24px, 5vw, 58px); bottom: clamp(24px, 5vw, 52px); display: grid; gap: 3px; }
.groups-banner-label span { color: var(--orange); font-size: .66rem; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.groups-banner-label strong { color: white; font-size: clamp(1.25rem, 3vw, 2.15rem); line-height: 1.2; }
.groups-banner-progress { position: absolute; right: 26px; bottom: 27px; display: flex; gap: 8px; }
.groups-banner-progress span { width: 30px; height: 3px; border-radius: 99px; background: #ffffff59; }
.groups-banner-progress span:first-child { background: var(--orange); }
@keyframes groups-banner-fade {
  0%, 28% { opacity: 1; transform: scale(1); }
  33%, 95% { opacity: 0; transform: scale(1.04); }
  100% { opacity: 1; transform: scale(1); }
}
.groups-hero .hero-strip { margin-top: 38px; }
.groups-section { padding-bottom: 100px; }
.groups-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.group-card { position: relative; min-height: 330px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: white; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.group-card::after { content: ''; position: absolute; right: -44px; bottom: -60px; width: 155px; height: 155px; border: 1px solid #ff8a4524; border-radius: 50%; box-shadow: 0 0 0 28px #ff8a4509; transition: transform .35s ease; }
.group-card:hover { transform: translateY(-7px); border-color: #ffc6a3; box-shadow: 0 20px 46px #101d3512; }
.group-card:hover::after { transform: scale(1.12); }
.group-card-top { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 34px; }
.group-number { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 12px; background: #fff0e6; color: var(--orange-dark); font-size: .72rem; font-weight: 800; }
.group-day { padding: 7px 13px; border: 1px solid #d9dee6; border-radius: 999px; color: #4d5b6f; font-size: .68rem; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.group-card h3 { padding-bottom: 22px; border-bottom: 1px solid var(--line); font-size: 1.65rem; }
.group-details { display: grid; gap: 18px; margin: 22px 0 0; }
.group-details > div { display: grid; grid-template-columns: 104px minmax(0, 1fr); gap: 16px; }
.group-details dt { display: flex; align-items: flex-start; gap: 8px; color: var(--muted); font-size: .72rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.group-details dt svg { width: 17px; height: 17px; margin-top: 1px; color: var(--orange-dark); }
.group-details dd { margin: 0; color: var(--ink); font-size: .9rem; line-height: 1.55; }
.pending-time { color: var(--muted); font-style: italic; }
.groups-invitation { display: flex; justify-content: space-between; align-items: center; gap: 40px; margin-top: 65px; padding: 46px 50px; border-radius: 22px; background: var(--navy); color: white; }
.groups-invitation h2 { max-width: 650px; font-size: clamp(2rem, 4vw, 3.2rem); }
.groups-invitation p:last-child { max-width: 600px; margin-top: 16px; color: #bfcadc; }
.groups-invitation .button { flex-shrink: 0; }
.purpose-section { padding-top: 0; }
.purpose-intro { max-width: 740px; margin-bottom: 38px; }
.purpose-intro > p:last-child { margin-top: 22px; color: var(--muted); font-size: 1.04rem; line-height: 1.85; }
.benefits-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.benefit { padding: 28px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.benefit-number { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 23px; border-radius: 12px; background: #fff0e6; color: var(--orange-dark); font-size: .75rem; font-weight: 750; }
.benefit h3 { font-size: 1.15rem; }
.benefit p { font-size: .88rem; margin-top: 12px; color: var(--muted); }
.gallery-section { padding-block: 70px; background: var(--soft); }
.carousel { position: relative; }
.carousel-viewport { overflow: hidden; border-radius: var(--radius); background: #e1e6ee; }
.carousel-track { display: flex; transition: transform .5s ease; }
.carousel-slide { flex: 0 0 100%; min-width: 0; margin: 0; }
.gallery-placeholder { position: relative; min-height: 400px; padding: 35px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #51657e; background: #e1e6ee; }
.event-women .gallery-placeholder { background: #eae3e0; color: #795c51; }
.gallery-placeholder .placeholder-icon { width: 52px; height: 52px; }
.gallery-placeholder .placeholder-label { font-size: 1rem; }
.gallery-open { display: block; padding: 0; border: 0; background: #d9e0e9; width: 100%; }
.event-women .gallery-open { background: #e5ddda; }
.gallery-open img { width: 100%; height: clamp(500px, 55vw, 650px); object-fit: contain; }
.gallery-open:focus-visible { outline-offset: -6px; }
.carousel-toolbar { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; padding-top: 24px; }
.carousel-status { display: flex; align-items: center; gap: 16px; color: var(--muted); font-size: .75rem; }
.carousel-controls { display: flex; align-items: center; gap: 10px; }
.carousel-control { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid #c4cbd5; border-radius: 50%; background: transparent; color: var(--navy); font-size: 1.15rem; }
.carousel-control:hover { background: white; }
.carousel-dots { display: flex; flex-wrap: wrap; justify-content: center; }
.carousel-dot { width: 28px; height: 44px; padding: 0; border: 0; background: transparent; display: grid; place-items: center; }
.carousel-dot::after { content: ""; width: 7px; height: 7px; background: #a5aebb; border-radius: 50%; transition: background .2s, transform .2s; }
.carousel-dot[aria-current="true"]::after { background: var(--navy); transform: scale(1.3); }
.carousel-play { min-height: 44px; border: 0; background: transparent; font-size: .75rem; color: var(--ink); text-decoration: underline; text-underline-offset: 4px; padding: 8px; }
.registration-section { padding-bottom: 65px; }
.step-heading { display: flex; align-items: flex-start; gap: 24px; margin-bottom: 32px; }
.step-number { display: grid; place-items: center; flex-shrink: 0; width: 54px; height: 54px; border-radius: 14px; background: #fff0e6; font-size: .9rem; font-weight: 700; color: var(--orange-dark); }
.step-heading .eyebrow { margin-bottom: 10px; }
.step-heading p:last-child:not(.eyebrow) { margin-top: 18px; color: var(--muted); }
.form-shell { width: 100%; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: white; }
.form-placeholder { min-height: 330px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; text-align: center; padding: 35px; }
.form-placeholder svg { width: 36px; height: 36px; color: var(--muted); margin-bottom: 3px; }
.form-placeholder h3 { font-size: 1.25rem; }
.form-placeholder p { max-width: 350px; color: var(--muted); font-size: .91rem; }
.form-placeholder .availability { font-size: .7rem; margin-top: 12px; border: 1px solid var(--line); padding: 5px 13px; border-radius: 20px; }
.form-embed { display: block; width: 100%; min-height: 900px; border: 0; background: white; }
.form-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 14px 22px; padding: 20px; border-top: 1px solid var(--line); background: #f7f9fc; }
.form-actions p { color: var(--muted); font-size: .86rem; }
.form-actions .button { min-height: 44px; padding-block: 10px; }
.payment-section { padding-bottom: 90px; }
.payment-panel { border-top: 1px solid var(--line); padding-top: 44px; }
.payment-box { display: flex; justify-content: space-between; align-items: center; gap: 28px; background: #eef2f8; border: 1px solid #dce3ee; padding: 32px; border-radius: 16px; }
.payment-box h3 { font-size: 1.1rem; margin-bottom: 7px; }
.payment-box p { font-size: .82rem; color: var(--muted); }
.btn-paypal { min-width: 195px; }
.paypal-word { font-style: italic; font-weight: 800; }
.sibling-link { padding-block: 30px; background: #f0f2f5; }
.sibling-link .container { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.sibling-link p { color: var(--muted); font-size: .88rem; }
.sibling-link a { display: inline-flex; align-items: center; gap: 20px; font-weight: 650; min-height: 44px; }
.sibling-link a:hover { color: var(--orange-dark); }
.site-footer { color: white; background: var(--navy); padding-block: 52px 24px; }
.site-footer .social-links { flex-wrap: wrap; }
.footer-main { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 35px; padding-bottom: 38px; }
.footer-name { font-size: .87rem; letter-spacing: .075em; font-weight: 750; }
.footer-copy { color: #aebcd0; font-size: .85rem; max-width: 270px; margin-top: 13px; }
.footer-heading { color: #aebcd0; font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 14px; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 8px 22px; }
.footer-nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: .83rem; }
.footer-nav a:hover { color: var(--orange); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-top: 24px; border-top: 1px solid #ffffff20; color: #aebcd0; font-size: .71rem; }
.footer-bottom a { min-height: 44px; display: inline-flex; align-items: center; }
.footer-credits { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.made-with-love { color: #d4dce8; }
.footer-heart { display: inline-block; margin-left: 3px; color: var(--orange); font-size: 1rem; animation: heart-beat 1.8s ease-in-out infinite; }
@keyframes heart-beat { 0%, 45%, 100% { transform: scale(1); } 15% { transform: scale(1.18); } 28% { transform: scale(.96); } }
.lightbox { width: min(1000px, calc(100% - 32px)); max-height: calc(100dvh - 32px); padding: 20px; border: 0; border-radius: 16px; background: var(--paper); color: var(--ink); }
.lightbox::backdrop { background: #081222eb; }
.lightbox-toolbar, .lightbox-controls { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.lightbox button { min-height: 44px; padding: 8px 14px; border: 1px solid #bfc8d5; border-radius: 8px; color: var(--ink); background: transparent; }
.lightbox-media img { max-height: 65dvh; width: 100%; object-fit: contain; margin-block: 16px; }
.lightbox-caption { text-align: center; margin-block: 16px; font-size: .88rem; }
.toast { position: fixed; bottom: 24px; left: 50%; transform: translate(-50%, 20px); width: max-content; max-width: calc(100% - 32px); padding: 16px 24px; background: var(--navy); color: white; border: 1px solid #ffffff30; border-radius: 12px; box-shadow: 0 8px 35px #00000020; font-size: .88rem; opacity: 0; pointer-events: none; z-index: 60; transition: opacity .2s, transform .2s; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
@media (prefers-reduced-motion: no-preference) {
  .reveal.is-pending { opacity: 0; transform: translateY(18px); }
  .reveal { transition: opacity .6s ease, transform .6s ease; }
  .groups-grid .group-card:nth-child(2n) { transition-delay: .08s; }
}
@media (max-width: 1000px) {
  .container { width: calc(100% - 56px); }
  .hero-content { gap: 35px; }
  .hero-intro { gap: 32px; }
  .instagram-section { padding: 44px; gap: 35px; }
  .header-inner { gap: 18px; }
  .main-nav { gap: 24px; }
  .card-body { padding: 26px; }
}
@media (max-width: 768px) {
  html { scroll-padding-top: 90px; }
  .container { width: calc(100% - 40px); }
  .site-header { background: #101d35ef; }
  .site-header.menu-open { max-height: 100dvh; overflow-y: auto; overscroll-behavior: contain; }
  .header-inner { min-height: 78px; grid-template-columns: 1fr auto; gap: 0 16px; }
  .brand-image { width: 58px; height: 58px; }
  .brand-name { font-size: .64rem; }
  .header-socials { display: none; }
  .menu-toggle:not([hidden]) { display: block; }
  .main-nav { grid-column: 1 / -1; width: 100%; flex-direction: column; gap: 0; align-items: stretch; padding-block: 10px 20px; }
  .main-nav > a { padding: 14px 6px; }
  .main-nav > a::after { bottom: 9px; width: 0; max-width: 65px; }
  .main-nav[data-mobile-menu]:not(.is-open) { display: none; }
  .mobile-socials { display: flex; margin-top: 14px; padding-top: 12px; border-top: 1px solid #ffffff26; }
  .home-hero { padding-top: 129px; }
  .hero-content { grid-template-columns: 1fr; gap: 35px; padding-bottom: 35px; }
  .hero-intro { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .home-hero h1 { font-size: clamp(2.8rem, 9vw, 4.3rem); }
  .hero-copy { font-size: .96rem; }
  .video-sound-toggle { top: 10px; right: 10px; z-index: 3; width: 42px; min-height: 42px; padding: 0; justify-content: center; }
  .video-sound-toggle span { display: none; }
  .video-slider-nav { position: static; width: fit-content; margin: 10px auto 0; }
  .video-slider-button { width: 38px; height: 38px; }
  .video-slider-status { min-width: 78px; }
  .video-loading { bottom: 58px; }
  .hero-strip { font-size: .6rem; flex-wrap: wrap; gap: 10px; padding-block: 20px; }
  .hero-strip span:last-child { display: none; }
  .section { padding-block: 56px; }
  .section-heading { flex-direction: column; align-items: flex-start; gap: 18px; margin-bottom: 28px; }
  .section-heading > p { max-width: 100%; }
  .encounter-grid, .benefits-grid { grid-template-columns: 1fr; gap: 22px; }
  .card-media { aspect-ratio: 1.8; }
  .card-image { height: 250px; }
  .card-media .event-word { font-size: clamp(2.8rem, 10vw, 4.8rem); }
  .card-body h3 { font-size: 1.55rem; }
  .instagram-section { grid-template-columns: 1fr; padding: 30px 26px; gap: 30px; margin-bottom: 56px; border-radius: 18px; }
  .instagram-placeholder { min-height: 245px; }
  .community-links .button { flex: 1 1 210px; }
  .event-hero { padding-block: 105px 30px; }
  .breadcrumb { margin-bottom: 27px; }
  .event-title { font-size: clamp(3.4rem, 13.1vw, 6.5rem); }
  .event-media-grid { grid-template-columns: 1fr; gap: 18px; margin-block: 8px 20px; }
  .event-title-logo { max-height: 260px; }
  .event-feature-video { max-height: none; }
  .event-hero .hero-strip { margin-top: 34px; }
  .groups-hero { padding-block: 108px 0; }
  .groups-hero .breadcrumb { margin-bottom: 14px; }
  .groups-hero-copy { margin-bottom: 30px; }
  .groups-hero-copy h1 { font-size: clamp(3rem, 15vw, 5.3rem); }
  .groups-hero-copy > p:not(.eyebrow) { font-size: .96rem; }
  .groups-banner { aspect-ratio: 4 / 3; min-height: 0; border-radius: 16px; }
  .groups-banner-progress { right: 20px; bottom: 20px; }
  .groups-banner-label { left: 22px; bottom: 48px; }
  .groups-grid { grid-template-columns: 1fr; }
  .group-card { min-height: 0; padding: 25px; }
  .group-card-top { margin-bottom: 26px; }
  .group-card h3 { font-size: 1.45rem; }
  .group-details > div { grid-template-columns: 92px minmax(0, 1fr); gap: 10px; }
  .groups-invitation { flex-direction: column; align-items: flex-start; margin-top: 48px; padding: 34px 28px; gap: 27px; }
  .groups-invitation .button { width: 100%; }
  .purpose-section { padding-top: 0; }
  .purpose-intro > p:last-child { font-size: .97rem; }
  .benefit { padding: 26px; }
  .benefit-number { margin-bottom: 18px; }
  .gallery-section { padding-block: 50px; }
  .gallery-placeholder { min-height: 280px; padding: 25px; }
  .gallery-open img { height: clamp(380px, 120vw, 520px); }
  .carousel-toolbar { gap: 12px; }
  .carousel-status { gap: 8px; }
  .carousel-controls { gap: 5px; }
  .carousel-dot { width: 23px; }
  .carousel-control { width: 44px; height: 44px; }
  .step-heading { gap: 16px; }
  .step-number { width: 42px; height: 42px; border-radius: 10px; font-size: .8rem; }
  .step-heading h2 { font-size: clamp(1.55rem, 6vw, 2.3rem); }
  .step-heading .eyebrow { font-size: .62rem; }
  .form-placeholder { padding: 26px; min-height: 300px; }
  .form-embed { min-height: 760px; }
  .form-actions { align-items: stretch; flex-direction: column; text-align: center; }
  .form-actions .button { width: 100%; }
  .registration-section { padding-bottom: 38px; }
  .payment-section { padding-bottom: 56px; }
  .payment-box { flex-direction: column; align-items: flex-start; padding: 26px; gap: 22px; }
  .btn-paypal { width: 100%; }
  .sibling-link .container { flex-direction: column; align-items: flex-start; gap: 6px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-main > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 8px; }
  .footer-credits { flex-direction: column; gap: 6px; }
}
@media (max-width: 360px) {
  .container { width: calc(100% - 32px); }
  .carousel-toolbar { justify-content: center; }
  .carousel-status { width: 100%; justify-content: center; }
  .footer-main { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .groups-banner-slide { opacity: 0; }
  .groups-banner-slide:first-child { opacity: 1; }
}
