:root {
    --coral: #ff4f47;
    --coral-dark: #e93a34;
    --teal: #08aaa9;
    --teal-dark: #087f82;
    --aqua: #35d7d2;
    --gold: #ffbd19;
    --cream: #fff7e9;
    --ink: #382018;
    --muted: #78655d;
    --white: #ffffff;
    --shadow: 0 18px 55px rgba(73, 39, 21, .12);
    --radius-lg: 32px;
    --radius-md: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    min-height: 100vh;
    overflow-x: hidden;
    color: var(--ink);
    background:
        radial-gradient(circle at 10% 25%, rgba(255, 190, 25, .12), transparent 23%),
        radial-gradient(circle at 90% 38%, rgba(8, 170, 169, .14), transparent 27%),
        linear-gradient(180deg, #fffdf9 0%, #fff8eb 67%, #fff4e5 100%);
    font-family: "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body.modal-open { overflow: hidden; }
button, input, textarea { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(1450px, calc(100% - 52px)); margin-inline: auto; }

.ambient { position: fixed; z-index: -2; border-radius: 999px; filter: blur(70px); opacity: .28; pointer-events: none; }
.ambient-one { width: 380px; height: 380px; background: #4de4dc; top: 80px; right: -130px; }
.ambient-two { width: 320px; height: 320px; background: #ffc73f; bottom: -90px; left: -120px; }
.paw { position: fixed; z-index: -1; opacity: .11; font-size: 50px; pointer-events: none; }
.paw-1 { left: 3%; top: 19%; color: var(--gold); transform: rotate(-18deg); }
.paw-2 { right: 2%; top: 67%; color: var(--teal); transform: rotate(13deg); }
.paw-3 { left: 44%; top: 12%; color: var(--coral); }

.site-header {
    position: sticky;
    z-index: 30;
    top: 16px;
    width: min(1450px, calc(100% - 52px));
    margin: 16px auto 0;
    min-height: 94px;
    padding: 10px 28px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 28px;
    border: 1px solid rgba(255,255,255,.85);
    border-radius: 28px;
    background: rgba(255,255,255,.88);
    box-shadow: 0 13px 38px rgba(71, 37, 17, .10);
    backdrop-filter: blur(18px);
    transition: .25s ease;
}
.site-header.scrolled { top: 8px; min-height: 80px; box-shadow: 0 16px 45px rgba(71, 37, 17, .16); }
.brand { display: inline-flex; align-items: center; width: fit-content; gap: 12px; text-decoration: none; }
.brand img { width: 78px; height: 78px; object-fit: contain; filter: drop-shadow(0 5px 6px rgba(55,28,13,.12)); }
.brand-copy { display: flex; align-items: baseline; gap: 9px; white-space: nowrap; }
.brand-copy b { font-family: "Baloo 2", sans-serif; font-size: 35px; line-height: 1; background: linear-gradient(90deg, var(--coral) 0 32%, var(--gold) 32% 60%, var(--teal) 60%); color: transparent; background-clip: text; -webkit-background-clip: text; }
.brand-copy strong { font-size: 20px; }
.main-nav { display: flex; align-items: center; gap: 43px; }
.main-nav a { position: relative; padding: 16px 0; text-decoration: none; font-weight: 800; color: #4a3730; }
.main-nav a::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: 5px; height: 3px; border-radius: 999px; background: var(--coral); transition: .22s ease; }
.main-nav a:hover, .main-nav a.active { color: var(--coral); }
.main-nav a:hover::after, .main-nav a.active::after { left: 0; right: 0; }
.status-pill { justify-self: end; display: inline-flex; align-items: center; gap: 10px; border: 1.5px solid rgba(255,79,71,.55); color: var(--coral); border-radius: 999px; padding: 13px 18px; font-weight: 800; white-space: nowrap; }
.status-pill i { width: 9px; height: 9px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 6px rgba(255,79,71,.12); animation: pulse 1.8s infinite; }

.hero { min-height: 720px; padding: 56px 0 30px; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(480px, .98fr); align-items: center; gap: 36px; }
.hero-copy { position: relative; z-index: 3; padding-left: 25px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 8px; color: var(--teal-dark); background: rgba(8,170,169,.09); border: 1px solid rgba(8,170,169,.15); border-radius: 999px; padding: 8px 14px; font-weight: 900; font-size: 14px; letter-spacing: .04em; text-transform: uppercase; }
.hero h1 { margin: 8px 0 0; font-family: "Baloo 2", sans-serif; font-size: clamp(68px, 6vw, 105px); line-height: .93; letter-spacing: -4px; color: var(--coral); text-shadow: 0 6px 0 rgba(255,79,71,.08); }
.hero h2 { max-width: 780px; margin: 7px 0 23px; font-size: clamp(29px, 2.6vw, 47px); line-height: 1.08; letter-spacing: -1.5px; }
.hero h2 em { color: var(--teal); font-style: normal; }
.launch-ribbon { position: relative; width: min(620px, 100%); min-height: 70px; margin: 8px 0 17px; display: flex; justify-content: center; align-items: center; gap: 11px; color: #3d261a; background: linear-gradient(180deg, #ffd469, #ffbc2b); clip-path: polygon(3% 0,97% 0,92% 50%,97% 100%,3% 100%,8% 50%); filter: drop-shadow(0 9px 8px rgba(150,94,11,.20)); font-size: clamp(24px, 2.1vw, 37px); font-weight: 900; }
.launch-ribbon::after { content: ""; position: absolute; inset: 8px 23px; border: 1.5px dashed rgba(255,255,255,.85); clip-path: inherit; pointer-events: none; }
.launch-ribbon strong { font-weight: 900; }

.countdown { display: flex; align-items: center; gap: 10px; margin: 11px 0 20px; }
.time-card { min-width: 142px; padding: 13px 12px 12px; text-align: center; border: 1px solid rgba(86,52,35,.07); border-radius: 17px; background: rgba(255,255,255,.94); box-shadow: 0 12px 30px rgba(82,47,26,.10); transition: transform .2s ease; }
.time-card:hover { transform: translateY(-4px); }
.time-card strong { display: block; font-family: "Baloo 2", sans-serif; font-size: 57px; line-height: .95; color: var(--coral); }
.time-card:nth-of-type(2) strong { color: var(--teal); }
.time-card:nth-of-type(3) strong { color: var(--gold); }
.time-card span { display: block; margin-top: 5px; font-size: 15px; font-weight: 800; color: #503a31; }
.separator { font-size: 38px; line-height: 1; color: #51352a; transform: translateY(-6px); }
.countdown.is-live::after { content: "¡Ya inauguramos!"; position: absolute; color: var(--coral); font-weight: 900; }
.hero-description { max-width: 760px; margin: 0; font-size: 18px; line-height: 1.55; color: #594640; }
.hero-description strong { color: var(--coral); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 21px; }
.btn { min-width: 218px; border: 0; border-radius: 18px; padding: 14px 23px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; color: #fff; cursor: pointer; box-shadow: 0 13px 24px rgba(70,43,25,.14); transition: .22s ease; }
.btn:hover { transform: translateY(-3px); box-shadow: 0 18px 30px rgba(70,43,25,.20); }
.btn:active { transform: translateY(-1px); }
.btn-coral { background: linear-gradient(135deg, #ff5b53, #f4433d); }
.btn-teal { background: linear-gradient(135deg, #19bdb8, #049597); }
.btn-icon { display: grid; place-items: center; width: 39px; height: 39px; border: 1.5px solid rgba(255,255,255,.7); border-radius: 50%; font-size: 23px; }
.btn span:not(.btn-icon) { display: flex; flex-direction: column; text-align: left; }
.btn b { font-size: 19px; line-height: 1; }
.btn small { margin-top: 5px; opacity: .88; font-size: 12px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 22px; color: #6b554b; font-size: 13px; font-weight: 800; }
.trust-row span::first-letter { color: var(--teal); }

.hero-art { position: relative; min-height: 670px; display: grid; place-items: center; isolation: isolate; }
.art-blob { position: absolute; z-index: -3; width: 93%; aspect-ratio: 1; border-radius: 43% 57% 62% 38% / 46% 42% 58% 54%; background: linear-gradient(145deg, rgba(62,216,211,.24), rgba(243,255,252,.7)); animation: blob 10s ease-in-out infinite; }
.hero-art::before { content: ""; position: absolute; z-index: -2; width: 80%; height: 80%; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.95), transparent 66%); filter: blur(8px); }
.hero-art img { position: relative; z-index: 3; width: min(690px, 95%); filter: drop-shadow(0 26px 18px rgba(76,41,20,.20)); animation: float 5.4s ease-in-out infinite; }
.orbit { position: absolute; z-index: 1; border: 2px dashed rgba(8,170,169,.18); border-radius: 50%; }
.orbit-one { width: 76%; height: 76%; animation: rotate 35s linear infinite; }
.orbit-two { width: 94%; height: 94%; border-color: rgba(255,188,43,.19); animation: rotate 46s linear infinite reverse; }
.orbit::after { content: "🐾"; position: absolute; top: 5%; left: 15%; font-size: 28px; filter: grayscale(1); opacity: .35; }
.floating-note { position: absolute; z-index: 5; padding: 11px 15px; border-radius: 999px; background: rgba(255,255,255,.92); box-shadow: 0 13px 28px rgba(69,42,24,.12); font-weight: 900; font-size: 14px; backdrop-filter: blur(12px); }
.note-one { left: 0; top: 25%; color: var(--teal-dark); animation: float 4.3s ease-in-out infinite .4s; }
.note-two { right: 2%; top: 37%; color: var(--coral); animation: float 4.7s ease-in-out infinite .9s; }
.opening-card { position: absolute; z-index: 6; right: 5%; bottom: 10%; padding: 14px 18px; border-radius: 18px; color: #fff; background: linear-gradient(145deg, var(--coral), #ff7b51); box-shadow: 0 15px 30px rgba(233,58,52,.25); transform: rotate(-4deg); }
.opening-card span { display: block; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.opening-card strong { display: block; margin-top: 2px; font-family: "Baloo 2", sans-serif; font-size: 32px; line-height: 1; }

.category-bar { display: grid; grid-template-columns: repeat(5, 1fr); padding: 19px 24px; border: 1px solid rgba(255,255,255,.9); border-radius: 27px; background: rgba(255,255,255,.91); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.category-bar article { min-width: 0; display: flex; align-items: center; gap: 14px; padding: 8px 18px; border-right: 1px solid rgba(76,45,28,.10); }
.category-bar article:last-child { border-right: 0; }
.category-icon { flex: 0 0 auto; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; font-size: 28px; color: #fff; box-shadow: inset 0 0 0 5px rgba(255,255,255,.52); }
.category-icon.red { background: linear-gradient(145deg, var(--coral), #ff7d5d); }
.category-icon.teal { background: linear-gradient(145deg, var(--teal), #32d3c7); }
.category-icon.gold { background: linear-gradient(145deg, #ffb500, #ffd85c); }
.category-icon.aqua { background: linear-gradient(145deg, #04aabd, #5adfe3); }
.category-icon.pink { background: linear-gradient(145deg, #ff6174, #ff9d92); }
.category-bar h3 { margin: 0 0 3px; font-size: 17px; }
.category-bar p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.35; }

.about { margin-top: 70px; padding: 58px 62px; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 55px; border-radius: var(--radius-lg); background: linear-gradient(125deg, rgba(8,170,169,.10), rgba(255,255,255,.88) 45%, rgba(255,188,25,.12)); border: 1px solid rgba(8,170,169,.13); }
.about h2 { margin: 8px 0 0; font-family: "Baloo 2", sans-serif; font-size: clamp(34px, 4vw, 57px); line-height: 1.02; }
.about p { margin: 0; color: #655048; font-size: 19px; line-height: 1.7; }
.contact-band { margin-top: 35px; padding: 35px 44px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-radius: var(--radius-lg); color: #fff; background: linear-gradient(115deg, #067f85, #08aaa9 55%, #35d7d2); box-shadow: 0 24px 48px rgba(8,127,130,.20); }
.contact-band span { font-weight: 800; opacity: .86; }
.contact-band h2 { max-width: 770px; margin: 3px 0 0; font-family: "Baloo 2", sans-serif; font-size: clamp(28px, 3vw, 43px); line-height: 1.05; }
.contact-band .btn { flex: 0 0 auto; }

.site-footer { min-height: 145px; padding: 34px 0; display: flex; align-items: center; justify-content: space-between; gap: 25px; color: #735f56; }
.footer-brand { display: flex; align-items: center; gap: 10px; }
.footer-brand img { width: 62px; height: 62px; object-fit: contain; }
.footer-brand div { display: flex; flex-direction: column; }
.footer-brand strong { color: var(--ink); }
.footer-brand span { font-size: 13px; }
.site-footer p { text-align: center; font-size: 13px; }
.footer-links { display: flex; gap: 18px; }
.footer-links a { color: var(--teal-dark); font-weight: 800; text-decoration: none; }

.whatsapp-float { position: fixed; z-index: 25; right: 25px; bottom: 25px; width: 58px; height: 58px; display: grid; place-items: center; color: #fff; background: #18bd6b; border: 5px solid #fff; border-radius: 50%; box-shadow: 0 15px 28px rgba(17,123,74,.26); font-size: 28px; text-decoration: none; transition: .2s ease; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.04); }

.modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 22px; visibility: hidden; opacity: 0; transition: .22s ease; }
.modal.is-open { visibility: visible; opacity: 1; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(40,22,15,.55); backdrop-filter: blur(8px); }
.modal-card { position: relative; z-index: 2; width: min(620px, 100%); padding: 38px; border-radius: 28px; background: #fffdf9; box-shadow: 0 35px 90px rgba(31,18,13,.30); transform: translateY(20px) scale(.97); transition: .25s ease; }
.modal.is-open .modal-card { transform: translateY(0) scale(1); }
.modal-close { position: absolute; top: 16px; right: 18px; width: 38px; height: 38px; border: 0; border-radius: 50%; color: #634b41; background: #f6ece5; cursor: pointer; font-size: 25px; }
.modal-badge { display: inline-flex; padding: 7px 12px; border-radius: 999px; color: var(--coral-dark); background: rgba(255,79,71,.09); font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.teal-badge { color: var(--teal-dark); background: rgba(8,170,169,.10); }
.modal-card h2 { margin: 13px 0 4px; font-family: "Baloo 2", sans-serif; font-size: 39px; line-height: 1; }
.modal-card > p { margin: 0 0 22px; color: var(--muted); }
.ajax-form { display: grid; gap: 15px; }
.ajax-form label { display: grid; gap: 7px; color: #4d3931; font-weight: 900; font-size: 14px; }
.ajax-form label small { color: #9b8a82; font-weight: 700; }
.ajax-form input, .ajax-form textarea { width: 100%; border: 1.5px solid #eaded7; border-radius: 14px; outline: none; padding: 13px 14px; color: var(--ink); background: #fff; transition: .18s ease; }
.ajax-form input:focus, .ajax-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(8,170,169,.11); }
.ajax-form textarea { resize: vertical; min-height: 115px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.check { grid-template-columns: auto 1fr !important; align-items: flex-start; gap: 9px !important; font-weight: 700 !important; color: #6d5950 !important; }
.check input { width: 18px; height: 18px; accent-color: var(--coral); }
.submit-btn { min-height: 51px; border: 0; border-radius: 14px; padding: 13px 17px; display: flex; align-items: center; justify-content: space-between; color: #fff; background: linear-gradient(135deg, var(--coral), var(--coral-dark)); cursor: pointer; font-weight: 900; box-shadow: 0 12px 23px rgba(233,58,52,.20); }
.teal-submit { background: linear-gradient(135deg, var(--teal), var(--teal-dark)); box-shadow: 0 12px 23px rgba(8,127,130,.20); }
.submit-btn:disabled { cursor: wait; opacity: .72; }
.form-message { min-height: 0; padding: 0; border-radius: 12px; font-size: 14px; font-weight: 800; }
.form-message.success, .form-message.error { padding: 11px 13px; }
.form-message.success { color: #096d4e; background: #e6f8f0; }
.form-message.error { color: #a62d2b; background: #fff0ef; }

@keyframes pulse { 0%,100% { transform: scale(1); opacity: 1; } 50% { transform: scale(.75); opacity: .6; } }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes blob { 0%,100% { border-radius: 43% 57% 62% 38% / 46% 42% 58% 54%; transform: rotate(0); } 50% { border-radius: 60% 40% 43% 57% / 39% 58% 42% 61%; transform: rotate(3deg); } }
@keyframes rotate { to { transform: rotate(360deg); } }

@media (max-width: 1180px) {
    .site-header { grid-template-columns: 1fr auto; }
    .main-nav { display: none; }
    .hero { grid-template-columns: 1fr .92fr; }
    .hero-copy { padding-left: 0; }
    .time-card { min-width: 116px; }
    .category-bar { grid-template-columns: repeat(3, 1fr); row-gap: 14px; }
    .category-bar article:nth-child(3) { border-right: 0; }
}

@media (max-width: 900px) {
    .shell, .site-header { width: min(100% - 28px, 760px); }
    .site-header { min-height: 77px; padding: 8px 15px; border-radius: 22px; }
    .brand img { width: 61px; height: 61px; }
    .brand-copy b { font-size: 28px; }
    .brand-copy strong { font-size: 16px; }
    .status-pill { padding: 10px 13px; font-size: 12px; }
    .hero { min-height: auto; padding-top: 45px; grid-template-columns: 1fr; gap: 3px; }
    .hero-copy { text-align: center; }
    .eyebrow { justify-content: center; }
    .hero h1 { letter-spacing: -2px; }
    .hero h2, .hero-description { margin-inline: auto; }
    .launch-ribbon { margin-inline: auto; }
    .countdown, .hero-actions, .trust-row { justify-content: center; }
    .hero-art { min-height: 560px; }
    .category-bar { grid-template-columns: 1fr 1fr; }
    .category-bar article, .category-bar article:nth-child(3) { border-right: 0; }
    .about { padding: 42px 31px; grid-template-columns: 1fr; gap: 20px; text-align: center; }
    .contact-band { flex-direction: column; text-align: center; }
    .site-footer { flex-direction: column; }
}

@media (max-width: 620px) {
    .site-header { top: 7px; margin-top: 7px; }
    .brand-copy strong, .status-pill span { display: none; }
    .status-pill { font-size: 0; padding: 10px; }
    .status-pill::after { content: "Pronto"; font-size: 11px; }
    .hero { padding-top: 35px; }
    .hero h1 { font-size: 56px; }
    .hero h2 { font-size: 28px; }
    .launch-ribbon { min-height: 61px; gap: 6px; font-size: 22px; }
    .countdown { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
    .separator { display: none; }
    .time-card { min-width: 0; padding: 10px 4px; border-radius: 13px; }
    .time-card strong { font-size: 36px; }
    .time-card span { font-size: 10px; }
    .hero-actions { display: grid; grid-template-columns: 1fr; }
    .btn { width: 100%; }
    .hero-art { min-height: 440px; }
    .floating-note { font-size: 10px; padding: 8px 10px; }
    .opening-card { bottom: 3%; right: 0; }
    .category-bar { grid-template-columns: 1fr; padding: 14px; }
    .category-bar article { padding: 10px 7px; }
    .about { margin-top: 38px; padding: 35px 22px; }
    .about p { font-size: 16px; }
    .contact-band { padding: 30px 20px; }
    .modal-card { padding: 31px 20px 24px; border-radius: 23px; }
    .modal-card h2 { font-size: 32px; }
    .form-grid { grid-template-columns: 1fr; }
    .whatsapp-float { right: 15px; bottom: 15px; }
}

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