html,body{margin:0;padding:0;background:#05060a;color:#fff;font-family:Arial,Helvetica,sans-serif}
a{color:inherit;text-decoration:none}
.section{max-width:1280px;margin:0 auto;padding:72px 20px}
.header{position:sticky;top:0;z-index:999;background:rgba(5,6,10,.86);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.08)}
.header-inner{max-width:1360px;margin:0 auto;padding:14px 18px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.brand-wrap{display:flex;align-items:center;gap:14px}
.brand-fallback{width:42px;height:42px;border-radius:10px;background:linear-gradient(135deg,rgba(85,212,220,.25),rgba(85,212,220,.18));display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.1);color:#55d4dc;font-weight:700}
.brand-title{font-size:18px;font-weight:700;letter-spacing:.04em;max-width:190px;line-height:1.05}
.nav-rows{display:flex;flex-direction:column;gap:10px;align-items:flex-end}
.nav-row{display:flex;flex-wrap:wrap;gap:14px;align-items:center;justify-content:flex-end}
.nav-pill,.call-btn,.cta{display:inline-flex;align-items:center;justify-content:center;padding:12px 22px;border-radius:999px;border:none;cursor:pointer;font-size:15px;font-weight:900;letter-spacing:.05em;color:#000;transition:all .25s ease;min-height:46px}
.nav-pill,.cta{background:linear-gradient(135deg,#a7f7fb,#55d4dc 48%,#178d9c);box-shadow:0 0 15px rgba(85,212,220,1),0 0 40px rgba(85,212,220,.8),0 0 80px rgba(85,212,220,.6)}
.nav-pill:hover,.cta:hover{background:#178d9c;transform:scale(1.1) translateY(-2px);box-shadow:0 0 25px rgba(23,141,156,1),0 0 60px rgba(23,141,156,.9),0 0 120px rgba(23,141,156,.7)}
.call-btn{background:linear-gradient(135deg,#f2d697,#d6b76e);box-shadow:0 0 15px rgba(85,212,220,.9),0 0 40px rgba(85,212,220,.6);animation:goldPulse 2.2s ease-in-out infinite}
.call-btn:hover{background:#178d9c;transform:scale(1.1) translateY(-2px);box-shadow:0 0 25px rgba(23,141,156,1),0 0 60px rgba(23,141,156,.9),0 0 120px rgba(23,141,156,.7)}
@keyframes goldPulse{0%{transform:scale(1);box-shadow:0 0 10px rgba(85,212,220,.6),0 0 25px rgba(85,212,220,.4)}50%{transform:scale(1.05);box-shadow:0 0 25px rgba(85,212,220,1),0 0 60px rgba(85,212,220,.9),0 0 100px rgba(85,212,220,.6)}100%{transform:scale(1);box-shadow:0 0 10px rgba(85,212,220,.6),0 0 25px rgba(85,212,220,.4)}}
.hero{min-height:76vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:92px 20px 72px;background:linear-gradient(to bottom, rgba(5,6,10,.3), rgba(5,6,10,.55) 55%, rgba(5,6,10,.92)),radial-gradient(circle at top center, rgba(85,212,220,.20), transparent 34%),radial-gradient(circle at bottom center, rgba(85,212,220,.16), transparent 42%), #080a11}
.kicker{display:inline-block;margin-bottom:16px;padding:8px 16px;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:rgba(255,255,255,.05);color:#55d4dc;text-transform:uppercase;font-size:12px;font-weight:700;letter-spacing:.08em}
.hero h1{margin:0 0 12px;font-size:clamp(42px,7vw,92px);line-height:1.02;color:#55d4dc;text-shadow:0 0 20px rgba(85,212,220,.5),0 0 60px rgba(85,212,220,.2)}
.power-paragraph{font-size:20px;line-height:1.75;color:#fff;max-width:1040px}
.hero-subtitle{margin:0 0 16px;font-size:clamp(18px,2.6vw,30px);line-height:1.2;color:#55d4dc;text-shadow:0 0 14px rgba(85,212,220,.35)}
.support-card p:last-child{margin-top:18px}
.panel{background:linear-gradient(180deg,#0d1018,#121726);border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:24px;box-shadow:0 16px 42px rgba(0,0,0,.42)}
.grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:18px}
.col-4{grid-column:span 4}.col-5{grid-column:span 5}.col-6{grid-column:span 6}.col-7{grid-column:span 7}
.ai-block{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.ai-card{background:linear-gradient(180deg,#0d1018,#121726);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:22px}
.placeholder{padding:22px;border-radius:18px;border:1px dashed rgba(255,255,255,.18);color:#55d4dc;background:rgba(255,255,255,.03)}
.footer{margin-top:40px;padding:42px 20px 60px;text-align:center;color:#d9dbe3;border-top:1px solid rgba(255,255,255,.08)}
.footer-links{display:flex;gap:14px;flex-wrap:wrap;justify-content:center;margin-top:12px}
@media (max-width:1024px){.header-inner{flex-direction:column;align-items:flex-start}.nav-rows{align-items:flex-start}.ai-block{grid-template-columns:1fr}.col-4,.col-5,.col-6,.col-7{grid-column:span 12}}

.cta-row{display:flex;flex-wrap:wrap;gap:14px;align-items:center;margin-top:22px}
.centered-row{justify-content:center}
.arcade-hub-panel{display:grid;grid-template-columns:1.35fr .8fr;gap:20px;align-items:stretch}
.arcade-hub-copy h2{margin:0 0 12px;font-size:clamp(30px,5vw,54px);line-height:1.05}
.arcade-launch{animation:pinkPulse 1.9s ease-in-out infinite}
@keyframes pinkPulse{0%{transform:scale(1);box-shadow:0 0 15px rgba(85,212,220,.9),0 0 40px rgba(85,212,220,.5)}50%{transform:scale(1.04);box-shadow:0 0 26px rgba(85,212,220,1),0 0 60px rgba(85,212,220,.8)}100%{transform:scale(1);box-shadow:0 0 15px rgba(85,212,220,.9),0 0 40px rgba(85,212,220,.5)}}
.arcade-hub-side h3{margin-top:0;color:#55d4dc}
.vip-notes{padding-left:18px;line-height:1.8;color:#d9dbe3}
.hero-compact{min-height:auto;padding-top:72px;padding-bottom:32px}
.entourage-shell{padding-top:12px}
.arcade-game-panel{max-width:1100px;margin:0 auto 24px;padding:18px;overflow:hidden}
.sitemap-links a{font-size:14px;opacity:.92}
.footer-links{display:flex;flex-wrap:wrap;gap:12px 18px;justify-content:center;margin-top:14px}
@media (max-width:1024px){.arcade-hub-panel{grid-template-columns:1fr}}

/* FINAL MICRO POLISH */
.brand-img{
    height:auto;
    max-height:80px;
}

.header-inner{
    position:relative;
    justify-content:center;
}

.brand-wrap{
    position:absolute;
    left:18px;
    top:50%;
    transform:translateY(-50%);
}

/* center nav */
.nav-rows{
    align-items:center !important;
}

.nav-row{
    justify-content:center !important;
}

/* subtle gloss + emboss */
.nav-pill{
    position:relative;
    box-shadow: inset 0 2px 4px rgba(255,255,255,0.25),
                inset 0 -3px 6px rgba(0,0,0,0.35);
}

.nav-pill::after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:50%;
    border-radius:999px;
    background:linear-gradient(to bottom, rgba(255,255,255,0.25), rgba(255,255,255,0.05));
    pointer-events:none;
}


/* FINAL PRODUCTION LOCK */
.header-inner{
    padding-top:24px;
    padding-bottom:18px;
}
.brand-wrap{
    position:absolute;
    left:18px;
    top:50%;
    transform:translateY(-50%);
    z-index:10;
}
.brand-img{
    height:auto;
    max-height:80px;
    display:block;
}
.nav-rows{
    align-items:center !important;
    margin-top:10px;
    position:relative;
    z-index:1;
}
.nav-row{
    justify-content:center !important;
}
.nav-pill{
    position:relative;
    box-shadow: inset 0 2px 4px rgba(255,255,255,0.25), inset 0 -3px 6px rgba(0,0,0,0.35);
}
.nav-pill::after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:50%;
    border-radius:999px;
    background:linear-gradient(to bottom, rgba(255,255,255,0.25), rgba(255,255,255,0.05));
    pointer-events:none;
}
@media (max-width:1024px){
    .header-inner{padding-top:18px;padding-bottom:14px;}
    .brand-img{max-height:68px;}
    .nav-rows{margin-top:18px;}
}


/* V5-11 WORKING NAV ALIGN */
.header-inner{
    display:grid;
    grid-template-columns:auto 1fr;
    align-items:center;
    gap:18px;
    max-width:1360px;
    margin:0 auto;
    padding:20px 18px 16px;
}

.brand-wrap{
    position:static;
    left:auto;
    top:auto;
    transform:none;
    z-index:2;
    display:flex;
    align-items:center;
    justify-content:flex-start;
}

.brand-logo{
    display:block;
    line-height:0;
}

.brand-img{
    display:block;
    width:auto;
    height:auto;
    max-height:82px;
    max-width:none;
}

.nav-rows{
    width:100%;
    align-items:center !important;
    justify-self:center;
    margin-top:0;
    position:relative;
    z-index:1;
}

.nav-row{
    justify-content:center !important;
}

/* no gloss */
.nav-pill::after{
    display:none !important;
    content:none !important;
}

/* V6.65 consolidated blue rebrand — loaded stylesheet */
:root{
    --limoette-blue-bright:#a7f7fb;
    --limoette-blue:#55d4dc;
    --limoette-blue-deep:#178d9c;
}

.nav-pill,
.limoette-home-action-row .limoette-blue-button{
    color:#031416 !important;
    background:linear-gradient(135deg,var(--limoette-blue-bright),var(--limoette-blue) 48%,var(--limoette-blue-deep)) !important;
    border:1px solid rgba(218,255,255,.9) !important;
    box-shadow:0 0 22px rgba(85,212,220,.48),0 10px 24px rgba(0,0,0,.28) !important;
    text-shadow:none !important;
}

.nav-pill.pulse-call{
    color:#031416 !important;
    background:linear-gradient(135deg,var(--limoette-blue-bright),var(--limoette-blue) 48%,var(--limoette-blue-deep)) !important;
    border:1px solid rgba(218,255,255,.9) !important;
    box-shadow:0 0 22px rgba(85,212,220,.48),0 10px 24px rgba(0,0,0,.28) !important;
    animation:limoetteBluePulse 1.5s infinite !important;
}

.limoette-home-action-row{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
    width:92%;
    max-width:1100px;
    margin:0 auto 10px;
}

.limoette-home-action{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:50px;
    padding:12px 16px;
    border-radius:999px;
    text-decoration:none;
    font-weight:900;
    box-sizing:border-box;
}

.limoette-home-action-row .limoette-insta-button{
    color:#031416 !important;
    background:linear-gradient(135deg,var(--limoette-blue-bright),var(--limoette-blue) 48%,var(--limoette-blue-deep)) !important;
    border:1px solid rgba(218,255,255,.9) !important;
    box-shadow:0 0 22px rgba(85,212,220,.48),0 10px 24px rgba(0,0,0,.28) !important;
    animation:limoetteBluePulse 1.7s infinite !important;
    text-shadow:none !important;
}

@keyframes limoetteBluePulse{
    0%,100%{transform:scale(1);box-shadow:0 0 20px rgba(85,212,220,.48),0 10px 24px rgba(0,0,0,.28)}
    50%{transform:scale(1.025);box-shadow:0 0 38px rgba(85,212,220,.95),0 10px 28px rgba(0,0,0,.34)}
}

@media(max-width:720px){
    .limoette-home-action-row{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:1024px){
    .header-inner{
        grid-template-columns:1fr;
        justify-items:center;
        gap:10px;
        padding:18px 16px 14px;
    }
    .brand-wrap{
        justify-content:center;
    }
    .brand-img{
        max-height:74px;
    }
}


/* V5-13 SMALL PILLS */

/* keep logo full size */
.brand-img{
    height:auto;
    width:auto;
    max-height:90px;
    max-width:none;
}

/* slightly smaller pills */
.nav-pill{
    padding:10px 20px;
    font-size:14px;
    border-radius:999px;
}

/* tighten spacing */
.nav-row{
    gap:12px;
}

/* keep no gloss */
.nav-pill::after{
    display:none !important;
}

/* TRUE FINAL HEADER LOCK */
.header-inner{
    max-width:1360px;
    margin:0 auto;
    padding:18px 18px 14px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:10px;
}

.header-logo-center{
    position:static;
    transform:none;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:0 0 2px 0;
    z-index:2;
}

.brand-logo{
    display:block;
    line-height:0;
}

.brand-img{
    display:block;
    width:auto !important;
    height:auto !important;
    max-width:none !important;
    max-height:none !important;
}

.nav-rows{
    width:100%;
    display:flex;
    flex-direction:column;
    gap:10px;
    align-items:center !important;
    justify-content:center;
    margin-top:0;
}

.nav-row{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    align-items:center;
    justify-content:center !important;
}

/* smaller refined pills */
.nav-pill{
    padding:10px 20px;
    font-size:14px;
    border-radius:999px;
}

/* no gloss */
.nav-pill::after{
    display:none !important;
    content:none !important;
}

@media (max-width:1024px){
    .header-inner{
        padding:16px 14px 12px;
        gap:8px;
    }
}

/* V5-14 PINK TOP LOGO */
.header-inner{
    max-width:1360px;
    margin:0 auto;
    padding:6px 18px 8px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    gap:4px;
}

.header-logo-center{
    position:static;
    transform:none;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:0;
    z-index:2;
}

.brand-logo{
    display:block;
    line-height:0;
}

.brand-img{
    display:block;
    width:auto !important;
    height:auto !important;
    max-width:none !important;
    max-height:none !important;
}

.top-pink-logo{
    width:min(560px, 96vw) !important;
    margin:0 auto;
}

.nav-rows{
    width:100%;
    display:flex;
    flex-direction:column;
    gap:8px;
    align-items:center !important;
    justify-content:center;
    margin-top:-2px;
}

.nav-row{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    align-items:center;
    justify-content:center !important;
}

.nav-pill{
    padding:10px 20px;
    font-size:14px;
    border-radius:999px;
}

.nav-pill::after{
    display:none !important;
    content:none !important;
}

.footer-logo img{
    max-height:72px !important;
    width:auto !important;
    height:auto !important;
}

@media (max-width:1024px){
    .header-inner{
        padding:4px 14px 8px;
        gap:2px;
    }
    .top-pink-logo{
        width:min(520px, 96vw) !important;
    }
}

/* V5-17 CROPPED TOP LOGO */
.header-inner{
    padding:0 18px 8px !important;
    gap:2px !important;
}
.header-logo-center{
    margin:0 !important;
    padding:0 !important;
}
.top-pink-logo{
    width:min(560px, 96vw) !important;
    margin:0 auto !important;
}
.nav-rows{
    margin-top:2px !important;
    gap:6px !important;
}

/* V5-18 LOGO MATCHED PILLS */
.nav-pill{
    background: linear-gradient(
      135deg,
      #55d4dc 0%,
      #55d4dc 25%,
      #55d4dc 50%,
      #55d4dc 75%,
      #178d9c 100%
    ) !important;
    color: #06282b !important;
    box-shadow:
      0 4px 12px rgba(85,212,220,0.25),
      0 0 14px rgba(85,212,220,0.35),
      inset 0 1px 2px rgba(255,255,255,0.25) !important;
    border-radius:999px !important;
    font-weight:600 !important;
}

.call-btn{
    background: linear-gradient(
      135deg,
      #a7f7fb 0%,
      #55d4dc 35%,
      #55d4dc 70%,
      #a7f7fb 100%
    ) !important;
    color:#2a1a00 !important;
    box-shadow:
      0 4px 14px rgba(85,212,220,0.35),
      inset 0 1px 2px rgba(255,255,255,0.40) !important;
}

.nav-pill:hover,
.call-btn:hover{
    transform:none !important;
}

.nav-pill::after{
    display:none !important;
    content:none !important;
}

/* V5-20 SAFE HERO COLORS */
body,
p,
li{
    color:#55d4dc;
}

h1,
h2,
h3{
    color:#55d4dc;
}

h4,
h5,
h6,
.kicker{
    color:#55d4dc;
}

.hero h1{
    color:#55d4dc;
    text-shadow:0 0 16px rgba(85,212,220,.24), 0 0 42px rgba(23,141,156,.14);
}

.hero-subtitle{
    color:#55d4dc;
    max-width:980px;
    margin:0 auto 14px;
    font-size:clamp(18px,2.6vw,30px);
    line-height:1.3;
    text-shadow:0 0 10px rgba(85,212,220,.12);
}

.hero-power,
.power-paragraph{
    color:#7de8ee;
    max-width:1080px;
}

.hero-page{
    min-height:58vh;
}

.hero-home{
    min-height:72vh;
}

.panel p,
.ai-card p,
.ai-card li{
    color:#7de8ee;
}

.section a:not(.nav-pill):not(.cta):not(.call-btn){
    color:#55d4dc;
}

/* V5-21 SAFE HOME LAYER */

/* match CTA buttons to top pill system */
.cta,
.cta-primary{
    background: linear-gradient(
      135deg,
      #55d4dc 0%,
      #55d4dc 25%,
      #55d4dc 50%,
      #55d4dc 75%,
      #178d9c 100%
    ) !important;
    color:#06282b !important;
    box-shadow:
      0 4px 12px rgba(85,212,220,0.25),
      0 0 14px rgba(85,212,220,0.35),
      inset 0 1px 2px rgba(255,255,255,0.25) !important;
    border-radius:999px !important;
    font-weight:700 !important;
}

.cta:hover,
.cta-primary:hover{
    transform:none !important;
    background: linear-gradient(
      135deg,
      #55d4dc 0%,
      #55d4dc 25%,
      #55d4dc 50%,
      #55d4dc 75%,
      #178d9c 100%
    ) !important;
}

/* splash image */
.splash-section{
    padding-top:8px;
    padding-bottom:18px;
}
.splash-panel{
    text-align:center;
    padding:18px 20px 14px;
    background:transparent;
    border:none;
    box-shadow:none;
}
.index-splash-image{
    display:block;
    width:min(760px, 100%);
    margin:0 auto;
    height:auto;
}
.splash-copy{
    max-width:900px;
    margin:10px auto 0;
    color:#55d4dc;
}

/* index layout sections */
.reservation-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
    margin-top:18px;
}
.reservation-grid.compact{
    grid-template-columns:1fr;
}
.reservation-field{
    padding:14px 16px;
    border-radius:18px;
    border:1px solid rgba(85,212,220,.18);
    background:rgba(255,255,255,.03);
    color:#55d4dc;
    min-height:22px;
}
.reservation-cta{
    grid-column:1 / -1;
    justify-self:start;
}

.support-card .nav-pill{
    margin-top:6px;
}

.panel .cta + .cta{
    margin-left:10px;
}

@media (max-width:900px){
    .reservation-grid{
        grid-template-columns:1fr;
    }
    .reservation-cta{
        width:100%;
        justify-content:center;
    }
}

/* V6.69 — remove white container boxes across every Limoette page */
body main section,
body main article,
body main .panel,
body main .card,
body main [class*="-panel"],
body main [class*="-card"],
body main .wp-block-group,
body main .wp-block-column,
body main .wp-block-cover{
    background-color:#09090f !important;
}

body main section:nth-of-type(even){
    background-color:#050509 !important;
}

body main h1,
body main h2,
body main h3,
body main h4,
body main h5,
body main h6{
    color:#55d4dc;
}

/* V6.68 — homepage buttons fit their text like the top navigation */
.limoette-home-action-row{
    display:flex !important;
    flex-wrap:wrap !important;
    justify-content:center !important;
    align-items:center !important;
    gap:12px !important;
    width:92% !important;
    max-width:1100px !important;
    margin-left:auto !important;
    margin-right:auto !important;
}
.limoette-home-action-row .limoette-home-action{
    flex:0 0 auto !important;
    width:auto !important;
    min-width:0 !important;
    padding:14px 24px !important;
    white-space:nowrap !important;
}
@media(max-width:620px){
    .limoette-home-action-row .limoette-home-action{
        white-space:normal !important;
    }
}

/* V5-24 INDEX POLISH */
.splash-section{
    padding-top:8px;
    padding-bottom:10px;
}

.splash-panel{
    border-radius:28px !important;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.06);
    box-shadow:0 18px 42px rgba(0,0,0,.38);
    padding:0 !important;
}

.index-splash-image{
    width:100%;
    display:block;
    border-radius:28px;
}

.hero{
    padding-top:24px !important;
}

.hero-home{
    min-height:auto !important;
    padding-top:26px !important;
}

.hero-home .kicker{
    margin-top:0 !important;
}

.hero-home h1{
    margin-top:0 !important;
}

.panel h2,
.panel h3{
    margin-top:0;
}

.section{
    padding-top:44px;
    padding-bottom:44px;
}

/* V5-26 FULL INDEX */
.section-tight{
    padding-top:28px !important;
    padding-bottom:28px !important;
}

.hero-home{
    padding-top:10px !important;
    margin-top:-16px !important;
}

.reservation-row{
    align-items:stretch;
}

.reservation-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
    margin-top:18px;
}

.reservation-field{
    padding:14px 16px;
    border-radius:18px;
    border:1px solid rgba(85,212,220,.18);
    background:rgba(255,255,255,.03);
    color:#55d4dc;
    min-height:22px;
}

.reservation-cta{
    grid-column:1 / -1;
    justify-self:start;
}

.mini-hero{
    width:100%;
    display:block;
    border-radius:20px;
    margin:0 0 18px 0;
    box-shadow:0 12px 30px rgba(0,0,0,.28);
}

.square-hero{
    aspect-ratio:1 / 1;
    object-fit:cover;
}

.tall-hero{
    max-height:560px;
    object-fit:contain;
    background:rgba(255,255,255,.02);
}

.mini-stack{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
    margin-top:18px;
}

.section-followup{
    margin-top:10px;
}

.panel p{
    line-height:1.8;
}

@media (max-width:900px){
    .reservation-grid{
        grid-template-columns:1fr;
    }
    .reservation-cta{
        width:100%;
        justify-content:center;
    }
    .mini-stack{
        grid-template-columns:1fr;
    }
}


/* V5-30 ARCADE THEME ZIP */
.vip-game-top{
    padding-top:10px !important;
    padding-bottom:20px !important;
}

.vip-game-top .arcade-game-panel{
    padding:14px !important;
    overflow:hidden;
    border-radius:24px;
}

.vip-arcade-copy{
    min-height:auto !important;
    padding-top:12px !important;
    padding-bottom:8px !important;
    background:none !important;
}

.vip-arcade-links{
    padding-top:18px !important;
}

.vip-arcade-links .panel{
    height:100%;
}


/* V5-32 LIVE RESERVATION FORMS */
.reservation-row{
    align-items:stretch;
}
.limoette-live-form{
    margin-top:16px;
}
.reservation-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
}
.reservation-label{
    display:flex;
    flex-direction:column;
    gap:8px;
    color:#55d4dc;
    font-weight:600;
}
.reservation-label.full{
    grid-column:1 / -1;
}
.reservation-input{
    width:100%;
    padding:14px 16px;
    border-radius:18px;
    border:1px solid rgba(85,212,220,.18);
    background:rgba(255,255,255,.04);
    color:#a7f7fb;
    box-sizing:border-box;
}
.reservation-input::placeholder{
    color:rgba(255,242,237,.65);
}
.reservation-textarea{
    resize:vertical;
    min-height:120px;
}
.form-message{
    margin:14px 0 8px;
    padding:14px 16px;
    border-radius:16px;
    font-weight:600;
}
.form-message.success{
    background:rgba(76, 175, 80, 0.14);
    border:1px solid rgba(76, 175, 80, 0.35);
    color:#c8ffd2;
}
.form-message.error{
    background:rgba(85,212,220,0.12);
    border:1px solid rgba(85,212,220,0.35);
    color:#55d4dc;
}
@media (max-width:900px){
    .reservation-grid{
        grid-template-columns:1fr;
    }
    .reservation-label.full{
        grid-column:auto;
    }
    .reservation-cta{
        width:100%;
        justify-content:center;
    }
}
