*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(84px + 20px); overflow-x: clip; }
body {
    margin: 0;
    min-width: 320px;
    background: #f6f1e6;
    color: #252925;
    font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.7;
    overflow-x: hidden;
}
body.menu-open,
body.modal-open,
body.age-locked { overflow: hidden; }
body.age-locked > :not(.age-gate) { pointer-events: none; user-select: none; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid #b69555; outline-offset: 4px; }
::selection { background: #b85f42; color: #fff; }

.skip-link {
    position: fixed;
    z-index: 5000;
    top: 12px;
    left: 12px;
    padding: 12px 18px;
    transform: translateY(-160%);
    border-radius: 999px;
    background: #28483d;
    color: #fff;
    transition: transform 220ms ease;
}
.skip-link:focus { transform: translateY(0); }

.container { width: min(calc(100% - 40px), 1240px); margin-inline: auto; }
.section { position: relative; padding: clamp(76px, 9vw, 132px) 0; }
.section--alt { background: #ebe4d5; }
.section--surface { background: #fffdf8; }
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 15px;
    color: #b85f42;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}
.section-kicker::before { content: ""; width: 32px; height: 1px; background: currentColor; }
.section-title {
    max-width: 780px;
    margin: 0;
    color: #28483d;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: clamp(1.95rem, 3.6vw, 3.35rem);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -0.025em;
}
.section-lead { max-width: 720px; margin: 24px 0 0; color: #6c716b; font-size: clamp(1rem, 1.5vw, 1.17rem); }
.section-header { margin-bottom: clamp(38px, 5vw, 70px); }
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 13px;
    border: 1px solid rgba(255,255,255,.45);
    border-radius: 999px;
    background: rgba(255,253,248,.16);
    color: #fff;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.btn {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 20px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-weight: 800;
    line-height: 1.1;
    text-decoration: none;
    transition: transform 220ms ease, background-color 220ms ease, color 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: #b85f42; color: #fff; box-shadow: 0 12px 24px rgba(184,95,66,.25); }
.btn--primary:hover { background: #a95035; }
.btn--green { background: #28483d; color: #fff; box-shadow: 0 12px 24px rgba(40,72,61,.22); }
.btn--green:hover { background: #1f3a31; }
.btn--outline { border-color: #28483d; background: transparent; color: #28483d; }
.btn--outline:hover { background: #28483d; color: #fff; }
.btn--light { border-color: rgba(255,255,255,.65); background: rgba(255,255,255,.13); color: #fff; backdrop-filter: blur(8px); }
.btn--light:hover { background: #fff; color: #28483d; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: #28483d; font-weight: 800; }
.text-link:hover { color: #b85f42; }
.tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 11px;
    border: 1px solid rgba(40, 72, 61, 0.18);
    border-radius: 999px;
    background: rgba(255,255,255,.55);
    color: #28483d;
    font-size: .76rem;
    font-weight: 800;
}
.notice {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 18px 20px;
    border: 1px solid rgba(184,95,66,.2);
    border-radius: 12px;
    background: rgba(184,95,66,.07);
    color: #6b3d2f;
    font-size: .92rem;
}
.notice i { margin-top: 4px; color: #b85f42; }


.site-header {
    position: sticky;
    z-index: 1200;
    top: 0;
    height: 84px;
    border-bottom: 1px solid rgba(40, 72, 61, 0.18);
    background: rgba(246,241,230,.91);
    backdrop-filter: blur(16px);
}
.header-inner { display: grid; height: 100%; grid-template-columns: minmax(190px, 1fr) auto minmax(150px, 1fr); align-items: center; gap: 20px; }
.site-logo { display: inline-flex; width: clamp(190px, 17vw, 250px); align-items: center; text-decoration: none; }
.site-logo img { width: 100%; height: auto; }
.primary-nav ul { display: flex; align-items: center; gap: clamp(13px, 1.35vw, 24px); margin: 0; padding: 0; list-style: none; }
.primary-nav a { position: relative; color: #28483d; font-size: clamp(.72rem, .82vw, .9rem); font-weight: 750; text-decoration: none; white-space: nowrap; }
.primary-nav a::after { position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; transform: scaleX(0); background: #b85f42; content: ""; transition: transform 220ms ease; }
.primary-nav a:hover::after,
.primary-nav a.is-active::after { transform: scaleX(1); }
.header-actions { display: flex; justify-content: flex-end; }
.menu-toggle { display: none; width: 48px; height: 48px; align-items: center; justify-content: center; border: 1px solid rgba(40, 72, 61, 0.18); border-radius: 50%; background: #fffdf8; color: #28483d; }
.mobile-overlay { position: fixed; z-index: 1100; inset: 84px 0 0; visibility: hidden; background: rgba(23,33,29,.47); opacity: 0; transition: opacity 220ms ease, visibility 220ms ease; }
.mobile-overlay.is-visible { visibility: visible; opacity: 1; }


.hero { position: relative; min-height: calc(100svh - 84px); display: grid; align-items: end; isolation: isolate; overflow: hidden; background: #28483d; }
.hero__media { position: absolute; z-index: -3; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero::before { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(31,57,49,.94) 0%, rgba(35,63,54,.76) 43%, rgba(246,241,230,.17) 78%, rgba(246,241,230,.36) 100%); content: ""; }
.hero::after { position: absolute; z-index: -1; inset: auto 0 0; height: 35%; background: linear-gradient(transparent, rgba(27,46,40,.47)); content: ""; }
.hero__content { max-width: 780px; padding: clamp(80px, 12vh, 145px) 0 clamp(70px, 11vh, 118px); color: #fff; }
.hero h1 { margin: 22px 0 22px; font-family: "DM Serif Display", Georgia, serif; font-size: clamp(2.65rem, 5.5vw, 4.8rem); font-weight: 400; line-height: .88; letter-spacing: -.038em; }
.hero__text { max-width: 670px; margin: 0; color: rgba(255,255,255,.86); font-size: clamp(1.05rem, 1.9vw, 1.34rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 33px; }
.hero__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 20px; margin-top: 34px; color: rgba(255,255,255,.8); font-size: .86rem; }
.age-badge { display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; background: rgba(255,255,255,.12); color: #fff; font-weight: 800; }
.scroll-indicator { position: absolute; right: max(28px, calc((100vw - 1240px)/2)); bottom: 35px; display: flex; align-items: center; gap: 10px; color: #fff; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-indicator::after { width: 1px; height: 45px; background: rgba(255,255,255,.65); content: ""; }
.pampas-decoration { position: absolute; z-index: -1; right: -35px; bottom: -35px; width: min(420px, 33vw); height: 410px; opacity: .42; }
.pampas-decoration span { position: absolute; bottom: 0; left: 50%; width: 3px; transform-origin: bottom; border-radius: 99px; background: rgba(244,232,202,.78); }
.pampas-decoration span::before { position: absolute; top: 0; left: -8px; width: 18px; height: 65px; border-radius: 50%; background: rgba(215,189,145,.8); content: ""; }
.pampas-decoration span:nth-child(1) { height: 250px; transform: rotate(-22deg); }
.pampas-decoration span:nth-child(2) { height: 320px; transform: rotate(-13deg); }
.pampas-decoration span:nth-child(3) { height: 285px; transform: rotate(-4deg); }
.pampas-decoration span:nth-child(4) { height: 360px; transform: rotate(8deg); }
.pampas-decoration span:nth-child(5) { height: 270px; transform: rotate(19deg); }


.intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(36px, 7vw, 100px); align-items: center; }
.editorial-image { position: relative; min-height: 580px; }
.editorial-image__main { width: 83%; height: 520px; margin-left: auto; overflow: hidden; border-radius: 34px; box-shadow: 0 22px 60px rgba(50, 58, 48, 0.12); }
.editorial-image__main img { width: 100%; height: 100%; object-fit: cover; }
.editorial-image__accent { position: absolute; bottom: 0; left: 0; width: 46%; padding: 28px; border: 1px solid rgba(40, 72, 61, 0.18); border-radius: 22px; background: #fffdf8; box-shadow: 0 14px 38px rgba(50, 58, 48, 0.1); }
.editorial-image__accent strong { display: block; margin-bottom: 8px; color: #28483d; font-family: "DM Serif Display", Georgia, serif; font-size: 1.65rem; font-weight: 400; line-height: 1.05; }
.feature-list { display: grid; gap: 16px; margin-top: 34px; }
.feature-row { display: grid; grid-template-columns: 52px 1fr; gap: 16px; padding: 20px; border: 1px solid rgba(40, 72, 61, 0.18); border-radius: 22px; background: rgba(255,253,248,.6); }
.feature-row__icon { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 17px; background: rgba(111,137,117,.14); color: #28483d; font-size: 1.2rem; }
.feature-row h3 { margin: 0 0 4px; color: #28483d; font-size: 1rem; }
.feature-row p { margin: 0; color: #6c716b; font-size: .92rem; }


.region-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.region-card { position: relative; min-height: 290px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 25px; border: 1px solid rgba(255,255,255,.35); border-radius: 22px; background: #28483d; color: #fff; box-shadow: 0 14px 38px rgba(50, 58, 48, 0.1); isolation: isolate; }
.region-card:nth-child(2) { background: #b85f42; }
.region-card:nth-child(3) { background: #657f6c; }
.region-card:nth-child(4) { background: #6d858f; }
.region-card:nth-child(5) { background: #9d784f; }
.region-card::before { position: absolute; z-index: -1; top: -68px; right: -54px; width: 180px; height: 180px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; content: ""; }
.region-card::after { position: absolute; z-index: -1; right: 24px; bottom: 58px; width: 95px; height: 95px; transform: rotate(26deg); border: 1px solid rgba(255,255,255,.13); content: ""; }
.region-card__icon { font-size: 1.5rem; }
.region-card h3 { margin: 28px 0 8px; font-family: "DM Serif Display", Georgia, serif; font-size: 1.55rem; font-weight: 400; line-height: 1.05; }
.region-card p { margin: 0; color: rgba(255,255,255,.78); font-size: .88rem; }
.region-card__foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 30px; }
.region-card__foot span { font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.region-filter { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: rgba(255,255,255,.1); color: #fff; transition: background 220ms ease, color 220ms ease; }
.region-filter:hover { background: #fff; color: #28483d; }


.map-shell { padding: clamp(18px, 3vw, 34px); border: 1px solid rgba(40, 72, 61, 0.18); border-radius: 34px; background: #fffdf8; box-shadow: 0 22px 60px rgba(50, 58, 48, 0.12); }
.map-toolbar { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.map-toolbar__filters { display: flex; flex-wrap: wrap; gap: 9px; }
.filter-btn { min-height: 42px; padding: 9px 15px; border: 1px solid rgba(40, 72, 61, 0.18); border-radius: 999px; background: transparent; color: #28483d; font-size: .84rem; font-weight: 800; }
.filter-btn:hover, .filter-btn.is-active { border-color: #28483d; background: #28483d; color: #fff; }
.map-label { display: inline-flex; align-items: center; gap: 8px; color: #6c716b; font-size: .82rem; }
#venue-map { min-height: 500px; border-radius: 22px; background: #dfe5dc; }
.leaflet-container { font-family: "Manrope", sans-serif; }
.custom-map-marker { display: grid; width: 36px !important; height: 36px !important; margin: -18px 0 0 -18px !important; place-items: center; border: 3px solid #fff; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: #b85f42; box-shadow: 0 5px 14px rgba(40,72,61,.28); color: #fff; }
.custom-map-marker i { transform: rotate(45deg); font-size: .85rem; }
.map-popup h3 { margin: 0 0 5px; color: #28483d; font-family: "DM Serif Display", Georgia, serif; font-size: 1.25rem; font-weight: 400; }
.map-popup p { margin: 4px 0; font-size: .82rem; line-height: 1.45; }
.map-popup a { color: #b85f42; font-weight: 800; }
.map-fallback { display: none; margin-top: 18px; }
.map-fallback.is-visible { display: block; }
.map-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 20px 0 0; padding: 0; list-style: none; }
.map-list li { padding: 18px; border: 1px solid rgba(40, 72, 61, 0.18); border-radius: 12px; background: rgba(246,241,230,.6); }
.map-list strong { display: block; color: #28483d; }
.map-list address { margin-top: 6px; color: #6c716b; font-size: .86rem; font-style: normal; }


.location-list { display: grid; gap: 28px; }
.location-card { display: grid; grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); overflow: hidden; border: 1px solid rgba(40, 72, 61, 0.18); border-radius: 34px; background: #fffdf8; box-shadow: 0 14px 38px rgba(50, 58, 48, 0.1); }
.location-card:nth-child(even) { grid-template-columns: minmax(0,1.08fr) minmax(0,.92fr); }
.location-card:nth-child(even) .location-card__media { order: 2; }
.location-card__media { min-height: 450px; overflow: hidden; }
.location-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms ease; }
.location-card:hover .location-card__media img { transform: scale(1.035); }
.location-card__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(28px, 5vw, 70px); }
.location-card__content h3 { margin: 14px 0 9px; color: #28483d; font-family: "DM Serif Display", Georgia, serif; font-size: clamp(1.75rem, 2.8vw, 2.7rem); font-weight: 400; line-height: 1; }
.location-card__address { display: flex; gap: 9px; margin: 0 0 18px; color: #6c716b; font-size: .9rem; }
.location-card__description { margin: 0; }
.amenity-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0; }
.location-card__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 7px; }
.location-card__fineprint { margin: 18px 0 0; color: #6c716b; font-size: .78rem; }
.location-card.is-hidden { display: none; }
.location-empty { display: none; padding: 38px; border: 1px dashed rgba(40, 72, 61, 0.18); border-radius: 22px; text-align: center; }
.location-empty.is-visible { display: block; }


.reel-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.reel-card { overflow: hidden; border: 1px solid rgba(40, 72, 61, 0.18); border-radius: 22px; background: #fffdf8; box-shadow: 0 14px 38px rgba(50, 58, 48, 0.1); }
.reel-card__media { aspect-ratio: 4/3; overflow: hidden; }
.reel-card__media img { width: 100%; height: 100%; object-fit: cover; }
.reel-card__body { padding: 26px; }
.reel-card__icon { display: grid; width: 50px; height: 50px; margin-top: -52px; margin-bottom: 18px; place-items: center; border: 5px solid #fffdf8; border-radius: 50%; background: #b85f42; color: #fff; }
.reel-card h3 { margin: 0 0 10px; color: #28483d; font-family: "DM Serif Display", Georgia, serif; font-size: 1.62rem; font-weight: 400; line-height: 1.05; }
.reel-card p { color: #6c716b; font-size: .92rem; }
.check-list { display: grid; gap: 7px; margin: 18px 0 25px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 22px; font-size: .87rem; }
.check-list li::before { position: absolute; left: 0; color: #6f8975; content: "✓"; font-weight: 900; }


.amenities-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.amenity-card { min-height: 170px; padding: 25px; border: 1px solid rgba(40, 72, 61, 0.18); border-radius: 22px; background: rgba(255,253,248,.7); transition: transform 220ms ease, background 220ms ease, box-shadow 220ms ease; }
.amenity-card:hover { transform: translateY(-4px); background: #fffdf8; box-shadow: 0 14px 38px rgba(50, 58, 48, 0.1); }
.amenity-card i { color: #b85f42; font-size: 1.5rem; }
.amenity-card h3 { margin: 24px 0 7px; color: #28483d; font-size: 1rem; }
.amenity-card p { margin: 0; color: #6c716b; font-size: .84rem; }


.benefits-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(34px, 6vw, 84px); align-items: center; }
.benefits-image { position: relative; }
.benefits-image img { width: 100%; min-height: 600px; object-fit: cover; border-radius: 34px; box-shadow: 0 22px 60px rgba(50, 58, 48, 0.12); }
.benefits-image__stamp { position: absolute; right: -22px; bottom: 30px; width: 128px; height: 128px; display: grid; place-items: center; border-radius: 50%; background: #b85f42; color: #fff; font-family: "DM Serif Display", Georgia, serif; font-size: 1.15rem; line-height: 1.1; text-align: center; transform: rotate(7deg); box-shadow: 0 14px 38px rgba(50, 58, 48, 0.1); }
.level-grid { display: grid; gap: 14px; margin-top: 32px; }
.level-card { display: grid; grid-template-columns: 58px 1fr auto; gap: 17px; align-items: center; padding: 20px; border: 1px solid rgba(40, 72, 61, 0.18); border-radius: 22px; background: rgba(255,253,248,.65); }
.level-card__icon { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 18px; background: #28483d; color: #fff; font-size: 1.2rem; }
.level-card:nth-child(2) .level-card__icon { background: #b85f42; }
.level-card:nth-child(3) .level-card__icon { background: #819eaa; }
.level-card h3 { margin: 0 0 3px; color: #28483d; font-family: "DM Serif Display", Georgia, serif; font-size: 1.45rem; font-weight: 400; }
.level-card p { margin: 0; color: #6c716b; font-size: .83rem; }
.level-card small { display: block; margin-top: 5px; color: #b85f42; }


.events-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 68px); align-items: start; }
.events-visual { position: sticky; top: calc(84px + 25px); }
.events-visual img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 34px; box-shadow: 0 22px 60px rgba(50, 58, 48, 0.12); }
.event-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.event-card { min-height: 230px; display: flex; flex-direction: column; padding: 24px; border: 1px solid rgba(40, 72, 61, 0.18); border-radius: 22px; background: #fffdf8; }
.event-card__number { color: #b85f42; font-family: "DM Serif Display", Georgia, serif; font-size: 2.6rem; line-height: 1; }
.event-card h3 { margin: 18px 0 8px; color: #28483d; font-family: "DM Serif Display", Georgia, serif; font-size: 1.45rem; font-weight: 400; line-height: 1.05; }
.event-card p { margin: 0; color: #6c716b; font-size: .84rem; }
.event-card__terms { margin-top: auto; padding-top: 18px; color: #b85f42; font-size: .68rem; font-weight: 800; line-height: 1.5; text-transform: uppercase; letter-spacing: .05em; }


.planner-card { position: relative; padding: clamp(30px, 6vw, 75px); overflow: hidden; border: 1px solid rgba(40, 72, 61, 0.18); border-radius: 34px; background: #fffdf8; box-shadow: 0 22px 60px rgba(50, 58, 48, 0.12); }
.planner-card::before { position: absolute; top: -140px; right: -120px; width: 420px; height: 420px; border: 1px solid rgba(184,95,66,.18); border-radius: 50%; content: ""; }
.planner-grid { position: relative; display: grid; grid-template-columns: 1.4fr .6fr; gap: clamp(30px, 6vw, 82px); }
.steps { display: grid; gap: 11px; margin-top: 34px; }
.step { display: grid; grid-template-columns: 52px 1fr; gap: 15px; align-items: center; padding: 15px 0; border-bottom: 1px solid rgba(40, 72, 61, 0.18); }
.step__number { display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid #b85f42; border-radius: 50%; color: #b85f42; font-family: "DM Serif Display", Georgia, serif; font-size: 1.3rem; }
.step h3 { margin: 0; color: #28483d; font-size: 1rem; }
.step p { margin: 2px 0 0; color: #6c716b; font-size: .83rem; }
.checklist-card { padding: 26px; border: 1px dashed #6f8975; border-radius: 22px; background: rgba(235,228,213,.55); }
.checklist-card h3 { margin: 0 0 20px; color: #28483d; font-family: "DM Serif Display", Georgia, serif; font-size: 1.7rem; font-weight: 400; }
.print-check { display: flex; gap: 10px; align-items: flex-start; padding: 11px 0; border-bottom: 1px solid rgba(40, 72, 61, 0.18); }
.print-check span { width: 20px; height: 20px; flex: 0 0 20px; border: 2px solid #6f8975; border-radius: 4px; }
.print-check p { margin: 0; font-size: .88rem; }


.responsible-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px, 7vw, 95px); align-items: center; }
.responsible-image { position: relative; }
.responsible-image img { width: 100%; min-height: 650px; object-fit: cover; border-radius: 34px; box-shadow: 0 22px 60px rgba(50, 58, 48, 0.12); }
.responsible-image__badge { position: absolute; top: 30px; left: 30px; padding: 12px 16px; border-radius: 999px; background: #fffdf8; color: #28483d; font-weight: 900; box-shadow: 0 14px 38px rgba(50, 58, 48, 0.1); }
.responsible-list { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 18px; margin: 30px 0; padding: 0; list-style: none; }
.responsible-list li { position: relative; padding-left: 23px; color: #6c716b; font-size: .9rem; }
.responsible-list li::before { position: absolute; left: 0; color: #b85f42; content: "•"; font-size: 1.4rem; line-height: 1; }
.self-check { margin-top: 30px; padding: 26px; border: 1px solid rgba(40, 72, 61, 0.18); border-radius: 22px; background: rgba(111,137,117,.1); }
.self-check h3 { margin: 0 0 14px; color: #28483d; font-family: "DM Serif Display", Georgia, serif; font-size: 1.45rem; font-weight: 400; }
.self-check ul { display: grid; gap: 5px; margin: 0; padding-left: 18px; color: #6c716b; font-size: .84rem; }


.faq-layout { display: grid; grid-template-columns: .6fr 1.4fr; gap: clamp(35px, 7vw, 95px); align-items: start; }
.faq-aside { position: sticky; top: calc(84px + 30px); }
.faq-aside p { color: #6c716b; }
.accordion { border-top: 1px solid rgba(40, 72, 61, 0.18); }
.accordion-item { border-bottom: 1px solid rgba(40, 72, 61, 0.18); }
.accordion-button { width: 100%; display: grid; grid-template-columns: 1fr 34px; gap: 18px; align-items: center; padding: 23px 0; border: 0; background: transparent; color: #28483d; text-align: left; font-weight: 850; }
.accordion-button span:last-child { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(40, 72, 61, 0.18); border-radius: 50%; transition: transform 220ms ease, background 220ms ease, color 220ms ease; }
.accordion-button[aria-expanded="true"] span:last-child { transform: rotate(45deg); background: #28483d; color: #fff; }
.accordion-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 280ms ease; }
.accordion-panel > div { overflow: hidden; }
.accordion-panel p { margin: 0; padding: 0 58px 24px 0; color: #6c716b; }
.accordion-button[aria-expanded="true"] + .accordion-panel { grid-template-rows: 1fr; }


.contact-shell { display: grid; grid-template-columns: .75fr 1.25fr; overflow: hidden; border: 1px solid rgba(40, 72, 61, 0.18); border-radius: 34px; background: #fffdf8; box-shadow: 0 22px 60px rgba(50, 58, 48, 0.12); }
.contact-info { position: relative; padding: clamp(30px, 5vw, 64px); overflow: hidden; background: #28483d; color: #fff; }
.contact-info::after { position: absolute; right: -85px; bottom: -85px; width: 260px; height: 260px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; content: ""; }
.contact-info h2 { margin: 0 0 18px; font-family: "DM Serif Display", Georgia, serif; font-size: clamp(1.9rem,2.8vw,2.8rem); font-weight: 400; line-height: .98; }
.contact-info > p { color: rgba(255,255,255,.74); }
.contact-detail { display: flex; gap: 13px; align-items: center; margin-top: 22px; }
.contact-detail i { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }
.contact-detail a { font-weight: 800; }
.contact-form-wrap { padding: clamp(30px, 5vw, 64px); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { display: grid; gap: 7px; }
.form-field--full { grid-column: 1 / -1; }
.form-field label { color: #28483d; font-size: .83rem; font-weight: 850; }
.form-field input,
.form-field select,
.form-field textarea { width: 100%; min-height: 50px; padding: 13px 15px; border: 1px solid rgba(40, 72, 61, 0.18); border-radius: 12px; background: #fffefa; color: #252925; transition: border-color 220ms ease, box-shadow 220ms ease; }
.form-field textarea { min-height: 145px; resize: vertical; }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus { outline: none; border-color: #6f8975; box-shadow: 0 0 0 4px rgba(111,137,117,.13); }
.form-field [aria-invalid="true"] { border-color: #a53f2a; }
.form-error { min-height: 20px; color: #9b3e2b; font-size: .76rem; }
.checkbox-field { display: flex; gap: 11px; align-items: flex-start; }
.checkbox-field input { width: 20px; height: 20px; flex: 0 0 20px; margin-top: 3px; accent-color: #28483d; }
.checkbox-field label { color: #6c716b; font-size: .82rem; }
.form-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 22px; }
.form-status { min-height: 24px; color: #28483d; font-size: .85rem; font-weight: 800; }


.site-footer { padding: 72px 0 26px; background: #203a31; color: rgba(255,255,255,.8); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr .9fr; gap: clamp(28px, 5vw, 72px); }
.footer-brand img { width: 245px; max-width: 100%; filter: brightness(0) invert(1); opacity: .94; }
.footer-brand p { max-width: 390px; margin: 24px 0 0; color: rgba(255,255,255,.66); font-size: .9rem; }
.footer-column h2 { margin: 0 0 18px; color: #fff; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-links { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.footer-links a, .footer-contact a { color: rgba(255,255,255,.7); font-size: .88rem; text-decoration: none; }
.footer-links a:hover, .footer-contact a:hover { color: #fff; }
.footer-contact { display: grid; gap: 12px; }
.social-links { display: flex; gap: 9px; margin-top: 20px; }
.social-links a, .social-links span { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: #fff; text-decoration: none; }
.social-links a:hover { background: rgba(255,255,255,.12); }
.footer-disclaimer { margin: 48px 0 0; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.67); font-size: .82rem; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; align-items: center; padding-top: 24px; color: rgba(255,255,255,.55); font-size: .78rem; }
.cookie-settings-link { padding: 0; border: 0; background: none; color: #fff; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.footer-age { display: inline-flex; align-items: center; gap: 7px; color: #fff; font-weight: 900; }


.age-gate,
.modal { position: fixed; z-index: 4000; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(24,36,31,.72); backdrop-filter: blur(12px); }
.age-gate[hidden], .modal[hidden] { display: none; }
.dialog-card { width: min(100%, 610px); max-height: calc(100svh - 40px); overflow-y: auto; padding: clamp(28px, 5vw, 52px); border: 1px solid rgba(255,255,255,.45); border-radius: 34px; background: #fffdf8; box-shadow: 0 30px 90px rgba(18,28,24,.34); }
.dialog-mark { display: grid; width: 72px; height: 72px; margin-bottom: 25px; place-items: center; border-radius: 50%; background: #b85f42; color: #fff; font-family: "DM Serif Display", Georgia, serif; font-size: 1.55rem; }
.dialog-card h2 { margin: 0; color: #28483d; font-family: "DM Serif Display", Georgia, serif; font-size: clamp(1.9rem, 4.5vw, 3rem); font-weight: 400; line-height: .98; }
.dialog-question { margin: 18px 0 8px; color: #28483d; font-size: 1.15rem; font-weight: 850; }
.dialog-card p { color: #6c716b; }
.dialog-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.dialog-links { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 24px; font-size: .82rem; }
.dialog-links a { color: #28483d; font-weight: 800; }
.modal-header { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; }
.modal-close { display: grid; width: 44px; height: 44px; flex: 0 0 44px; place-items: center; border: 1px solid rgba(40, 72, 61, 0.18); border-radius: 50%; background: transparent; color: #28483d; }
.cookie-banner { position: fixed; z-index: 3000; right: 18px; bottom: 18px; width: min(calc(100% - 36px), 520px); padding: 24px; border: 1px solid rgba(40, 72, 61, 0.18); border-radius: 22px; background: #fffdf8; box-shadow: 0 24px 70px rgba(24,36,31,.25); }
.cookie-banner[hidden] { display: none; }
.cookie-banner h2 { margin: 0 0 8px; color: #28483d; font-family: "DM Serif Display", Georgia, serif; font-size: 1.55rem; font-weight: 400; }
.cookie-banner p { margin: 0; color: #6c716b; font-size: .85rem; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.cookie-actions .btn { min-height: 42px; padding: 10px 15px; font-size: .8rem; }
.preference-list { display: grid; gap: 11px; margin: 25px 0; }
.preference-row { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; padding: 15px; border: 1px solid rgba(40, 72, 61, 0.18); border-radius: 12px; }
.preference-row h3 { margin: 0 0 3px; color: #28483d; font-size: .92rem; }
.preference-row p { margin: 0; font-size: .76rem; }
.switch { position: relative; width: 48px; height: 28px; }
.switch input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.switch span { position: absolute; inset: 0; border-radius: 999px; background: #c9cec8; transition: background 220ms ease; }
.switch span::after { position: absolute; top: 4px; left: 4px; width: 20px; height: 20px; border-radius: 50%; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,.2); content: ""; transition: transform 220ms ease; }
.switch input:checked + span { background: #28483d; }
.switch input:checked + span::after { transform: translateX(20px); }
.switch input:disabled + span { opacity: .65; }
.storage-note { padding: 13px; border-radius: 12px; background: #ebe4d5; color: #6c716b; font-size: .78rem; }

.back-to-top { position: fixed; z-index: 1050; right: 22px; bottom: 22px; width: 48px; height: 48px; display: grid; place-items: center; transform: translateY(20px); visibility: hidden; border: 0; border-radius: 50%; background: #b85f42; color: #fff; box-shadow: 0 14px 38px rgba(50, 58, 48, 0.1); opacity: 0; transition: all 220ms ease; }
.back-to-top.is-visible { transform: translateY(0); visibility: visible; opacity: 1; }
.cookie-banner:not([hidden]) ~ .back-to-top { bottom: 230px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 650ms ease, transform 650ms ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

@media (max-width: 1180px) {
    .header-inner { grid-template-columns: 1fr auto; }
    .primary-nav { position: absolute; z-index: 1201; top: 100%; right: 0; bottom: auto; width: min(380px, 88vw); height: calc(100vh - 84px); overflow-y: auto; padding: 28px; transform: translateX(105%); border-left: 1px solid rgba(40, 72, 61, 0.18); background: #fffdf8; box-shadow: -22px 0 55px rgba(24,36,31,.16); transition: transform 300ms ease; }
    .primary-nav.is-open { transform: translateX(0); }
    .primary-nav ul { align-items: stretch; flex-direction: column; gap: 4px; }
    .primary-nav a { display: block; padding: 12px 9px; border-bottom: 1px solid rgba(40, 72, 61, 0.18); font-size: 1rem; }
    .primary-nav a::after { display: none; }
    .header-actions .btn { display: none; }
    .menu-toggle { display: inline-flex; }
    .region-grid { grid-template-columns: repeat(3, 1fr); }
    .region-card:nth-child(4), .region-card:nth-child(5) { grid-column: span 1; }
}

@media (max-width: 960px) {
    html { scroll-padding-top: 94px; }
    .site-header { height: 74px; }
    .mobile-overlay { inset: 74px 0 0; }
    .primary-nav { height: calc(100vh - 74px); }
    .hero { min-height: calc(100svh - 74px); }
    .container { width: min(calc(100% - 30px), 1240px); }
    .intro-grid, .benefits-layout, .responsible-layout, .events-layout, .contact-shell, .faq-layout { grid-template-columns: 1fr; }
    .editorial-image { min-height: 520px; }
    .benefits-image img, .responsible-image img { min-height: 470px; }
    .events-visual { position: static; }
    .events-visual img { aspect-ratio: 16/9; }
    .faq-aside { position: static; }
    .location-card, .location-card:nth-child(even) { grid-template-columns: 1fr; }
    .location-card:nth-child(even) .location-card__media { order: 0; }
    .location-card__media { min-height: 380px; }
    .reel-grid { grid-template-columns: 1fr 1fr; }
    .reel-card:last-child { grid-column: 1 / -1; }
    .amenities-grid { grid-template-columns: repeat(2,1fr); }
    .planner-grid { grid-template-columns: 1fr; }
    .map-list { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
    .section { padding: 70px 0; }
    .site-logo { width: 195px; }
    .hero { min-height: calc(100svh - 74px); }
    .hero::before { background: linear-gradient(90deg, rgba(31,57,49,.94), rgba(31,57,49,.72)); }
    .hero__actions .btn { width: 100%; }
    .scroll-indicator { display: none; }
    .pampas-decoration { width: 52vw; opacity: .26; }
    .editorial-image { min-height: 440px; }
    .editorial-image__main { width: 92%; height: 390px; }
    .editorial-image__accent { width: 70%; padding: 20px; }
    .region-grid, .reel-grid, .event-grid { grid-template-columns: 1fr; }
    .reel-card:last-child { grid-column: auto; }
    .region-card { min-height: 240px; }
    .location-card__media { min-height: 270px; }
    .location-card__actions .btn { width: 100%; }
    #venue-map { min-height: 420px; }
    .level-card { grid-template-columns: 50px 1fr; }
    .level-card .btn { grid-column: 1 / -1; }
    .benefits-image__stamp { right: 12px; width: 105px; height: 105px; }
    .responsible-list { grid-template-columns: 1fr; }
    .form-grid { grid-template-columns: 1fr; }
    .form-field--full { grid-column: auto; }
    .contact-info, .contact-form-wrap { padding: 30px 23px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
    .dialog-actions .btn, .cookie-actions .btn { width: 100%; }
    .dialog-card { padding: 30px 22px; border-radius: 24px; }
    .cookie-banner { right: 10px; bottom: 10px; width: calc(100% - 20px); padding: 20px; }
    .back-to-top { right: 14px; bottom: 14px; }
}

@media (max-width: 460px) {
    .container { width: min(calc(100% - 24px), 1240px); }
    .site-logo { width: 172px; }
    .menu-toggle { width: 44px; height: 44px; }
    .hero h1 { font-size: clamp(2.4rem, 11.5vw, 3.25rem); }
    .hero__meta { align-items: flex-start; flex-direction: column; }
    .amenities-grid, .footer-grid { grid-template-columns: 1fr; }
    .editorial-image__main { width: 100%; height: 330px; }
    .editorial-image__accent { position: relative; width: 91%; margin: -55px 0 0 auto; }
    .editorial-image { min-height: unset; }
    .map-shell { padding: 12px; border-radius: 20px; }
    #venue-map { min-height: 370px; }
    .location-card__content { padding: 25px 20px 28px; }
    .planner-card { padding: 26px 20px; }
    .step { grid-template-columns: 44px 1fr; }
    .step__number { width: 44px; height: 44px; }
    .accordion-button { grid-template-columns: 1fr 32px; font-size: .9rem; }
    .accordion-panel p { padding-right: 0; }
}

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

@media print {
    .site-header, .site-footer, .age-gate, .cookie-banner, .modal, .back-to-top, .hero, .section:not(.planner-section) { display: none !important; }
    body { background: #fff; }
    .planner-section { padding: 0; }
    .planner-card { border: 0; box-shadow: none; }
}
