:root{--sand:#f4ead8;--cream:#fffaf1;--ink:#171817;--muted:#62625c;--yellow:#ffcf2e;--line:#d7ccba;--radius:14px;--pad:clamp(22px,6vw,92px)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--sand);color:var(--ink);font-family:'DM Sans',sans-serif}img{display:block;width:100%;object-fit:cover}a{color:inherit;text-decoration:none}button{font:inherit}.header{height:82px;padding:0 var(--pad);display:flex;align-items:center;gap:26px;background:rgba(255,250,241,.96);position:sticky;top:0;z-index:30;border-bottom:1px solid rgba(23,24,23,.1);backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:11px;margin-right:auto;font-family:'Playfair Display',serif;font-size:19px;line-height:.95}.brand img{width:48px;height:48px;object-fit:cover;border-radius:8px}.brand span{display:flex;flex-direction:column}.nav{display:flex;align-items:center;gap:22px;font-size:13px}.nav a{position:relative}.nav a:after{content:'';position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--yellow);transition:.25s}.nav a:hover:after{right:0}.header-actions,.contact-actions{display:flex;align-items:center;gap:8px}.button{min-height:44px;padding:0 17px;border:1px solid transparent;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:13px;font-weight:600;transition:transform .2s,background .2s}.button:hover{transform:translateY(-2px)}.button-dark{background:var(--ink);color:#fff}.button-yellow{background:var(--yellow);color:var(--ink)}.button-light{background:rgba(255,255,255,.92);border-color:white}.button-booking{background:var(--cream);border-color:var(--ink);color:var(--ink)}.hero .button-booking,.contact .button-booking{background:transparent;border-color:rgba(255,255,255,.8);color:#fff}.menu-button{display:none;border:0;background:transparent}.hero{height:min(680px,calc(100vh - 82px));min-height:560px;position:relative;overflow:hidden;color:white}.hero-images,.hero-images img,.hero-shade{position:absolute;inset:0}.hero-images img{height:100%;opacity:0;transform:scale(1.04);transition:opacity 1s,transform 6s}.hero-images img.active{opacity:1;transform:scale(1)}.hero-shade{background:linear-gradient(90deg,rgba(0,0,0,.67) 0%,rgba(0,0,0,.28) 48%,rgba(0,0,0,.02) 78%)}.hero-content{position:absolute;z-index:2;left:var(--pad);top:50%;transform:translateY(-50%);max-width:900px}.hero h1,.section h2,.contact h2{font-family:'Playfair Display',serif;font-weight:500;margin:0}.hero h1{font-size:clamp(50px,6vw,90px);line-height:.96;letter-spacing:-.04em}.hero p{font-size:clamp(16px,1.4vw,20px);margin:26px 0 30px}.hero-actions{display:flex;gap:10px;flex-wrap:wrap}.hero-arrow{position:absolute;z-index:3;top:50%;width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.6);background:rgba(20,20,20,.35);color:white;display:grid;place-items:center;cursor:pointer}.hero-arrow.prev{left:24px}.hero-arrow.next{right:24px}.dots{position:absolute;z-index:3;bottom:28px;left:50%;transform:translateX(-50%);display:flex;gap:9px}.dots button{width:9px;height:9px;border-radius:50%;padding:0;border:1px solid white;background:transparent}.dots button.active{background:white}.section{padding:100px var(--pad)}.section-index{font-size:12px;letter-spacing:.15em;color:#8f806a;display:block;margin-bottom:17px}.welcome{display:grid;grid-template-columns:minmax(270px,.75fr) 1.5fr;gap:7vw;background:var(--cream)}.welcome-copy{align-self:center}.welcome h2,.section-heading h2,.amenities h2,.nearby h2{font-size:clamp(39px,4.2vw,64px);line-height:1.02;letter-spacing:-.035em}.welcome-copy p,.nearby-intro p{color:var(--muted);line-height:1.7;font-size:15px;max-width:430px;margin:26px 0}.text-link{display:inline-flex;align-items:center;gap:8px;border-bottom:1px solid var(--ink);padding-bottom:5px;font-size:13px;font-weight:600}.welcome-photos{display:grid;grid-template-columns:1.6fr .9fr;grid-template-rows:1fr 1fr;gap:12px;height:470px}.welcome-photos img{height:100%;border-radius:var(--radius)}.photo-main{grid-row:1/3}.gallery-section{border-top:1px solid var(--line)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px}.section-heading p{max-width:330px;color:var(--muted);line-height:1.5}.tabs{display:flex;gap:6px;margin:42px 0 23px;border-bottom:1px solid var(--line)}.tabs button{border:0;background:transparent;padding:12px 16px;cursor:pointer;color:var(--muted);border-bottom:2px solid transparent}.tabs button.active{color:var(--ink);border-color:var(--yellow)}.photo-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:12px}.photo-grid figure,.places figure{margin:0;position:relative;overflow:hidden;border-radius:var(--radius)}.photo-grid img{height:300px;transition:transform .5s}.photo-grid figure:hover img,.places figure:hover img{transform:scale(1.04)}.photo-grid figcaption{position:absolute;left:16px;bottom:14px;background:rgba(255,250,241,.9);padding:7px 11px;border-radius:5px;font-size:12px}.amenities{background:var(--ink);color:white;display:grid;grid-template-columns:280px 1fr;gap:65px;align-items:center}.amenities h2{font-size:41px}.amenities-list{display:grid;grid-template-columns:repeat(3,1fr);gap:45px 25px}.amenity{display:flex;align-items:center;gap:16px;font-size:13px;color:#e7e0d6}.amenity svg{color:var(--yellow);width:30px;height:30px;stroke-width:1.4}.nearby{display:grid;grid-template-columns:280px 1fr;gap:55px;background:var(--cream)}.nearby h2{font-size:47px}.places{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.places figure{height:390px}.places img{height:100%;transition:transform .5s}.places figcaption{position:absolute;inset:auto 12px 12px;display:flex;align-items:center;gap:7px;background:var(--cream);padding:11px;border-radius:7px;font-size:12px}.contact{background:var(--ink);color:white;margin:0 var(--pad) 65px;border-radius:var(--radius);padding:55px 6vw;display:flex;align-items:center;justify-content:space-between;gap:30px}.contact h2{font-size:clamp(38px,4vw,60px);line-height:1}.contact p{color:#aaa;margin:15px 0 0}footer{padding:0 var(--pad) 45px;display:flex;align-items:center;justify-content:space-between;gap:30px}.footer-brand{display:flex;align-items:center;gap:12px}.footer-brand img{width:55px;height:55px;border-radius:8px}.footer-brand div{display:flex;flex-direction:column}.footer-brand strong{font-family:'Playfair Display',serif;font-size:20px}.footer-brand span,footer p{font-size:11px;color:var(--muted)}.footer-contact{display:flex;gap:25px;font-size:13px}.footer-contact a{display:flex;align-items:center;gap:7px}.floating-whatsapp{display:none;position:fixed;right:20px;bottom:20px;z-index:20;width:54px;height:54px;background:var(--yellow);border-radius:50%;place-items:center;box-shadow:0 7px 22px rgba(0,0,0,.25)}
.icon{width:1.15em;height:1.15em;display:inline-block;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.image-fallback{object-fit:cover;background:#f6ead6}
.tabs{scrollbar-width:none}
.tabs::-webkit-scrollbar{display:none}
@media(max-width:1180px){.header{gap:18px}.nav{gap:15px}.header-actions .button{font-size:0;width:44px;padding:0}.header-actions .button svg{width:18px}}
@media(max-width:1000px){.nav{position:absolute;top:82px;left:0;right:0;background:var(--cream);padding:25px var(--pad);flex-direction:column;align-items:flex-start;transform:translateY(-140%);transition:.3s;z-index:-1}.nav.open{transform:translateY(0)}.menu-button{display:block}.header-actions{display:none}.welcome{grid-template-columns:1fr}.photo-grid{grid-template-columns:repeat(2,1fr)}.amenities,.nearby{grid-template-columns:1fr}.places figure{height:330px}.floating-whatsapp{display:grid}}
@media(max-width:680px){.header{height:70px}.brand img{width:42px;height:42px}.brand span{font-size:16px}.nav{top:70px}.hero{height:720px;min-height:0}.hero-content{top:auto;bottom:88px;transform:none;right:24px}.hero h1{font-size:48px}.hero p{font-size:15px;max-width:320px}.hero-actions{align-items:stretch;flex-direction:column;width:min(100%,290px)}.hero-actions .button{width:100%}.hero-arrow{top:auto;bottom:24px;width:40px;height:40px}.hero-arrow.prev{left:24px}.hero-arrow.next{right:24px}.dots{bottom:38px}.section{padding:72px 22px}.welcome-photos{height:440px;grid-template-columns:1fr 1fr;grid-template-rows:1.35fr .75fr}.photo-main{grid-column:1/3;grid-row:auto}.section-heading{display:block}.section-heading p{margin-top:16px}.tabs{overflow-x:auto}.tabs button{white-space:nowrap}.photo-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px}.photo-grid figure{min-width:82vw;scroll-snap-align:start}.photo-grid img{height:320px}.amenities{gap:35px}.amenities-list{grid-template-columns:1fr 1fr;gap:34px 15px}.amenity{align-items:flex-start;flex-direction:column;gap:10px}.nearby{gap:35px}.places{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.places figure{min-width:78vw;scroll-snap-align:start}.contact{margin:0 12px 50px;padding:44px 25px;display:block}.contact-actions{display:grid;margin-top:28px}.contact .button{width:100%}footer{padding:0 22px 35px;align-items:flex-start;flex-direction:column}.footer-contact{flex-direction:column;gap:12px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* Identidade visual Brisas do Oceano */
:root{--sand:#f6ead6;--cream:#fff8ec;--ink:#191919;--yellow:#ffcc32;--line:#d8cbb7}
.brand img{width:54px;height:54px;border-radius:0;mix-blend-mode:multiply}
.footer-brand img{width:62px;height:62px;border-radius:0;mix-blend-mode:multiply}
.header{background:rgba(255,248,236,.97)}
.button{border-radius:6px;letter-spacing:.005em}
.button-yellow{background:var(--yellow);color:var(--ink);border-color:var(--yellow)}
.button-yellow:hover{background:#f3bc18;border-color:#f3bc18}
.button-dark{background:var(--ink);color:#fff;border-color:var(--ink)}
.button-dark:hover{background:#323232;border-color:#323232}
.button-booking{background:var(--cream);border-color:var(--ink);color:var(--ink)}
.button-booking:hover{background:#f0e0c6}
.hero .button-booking,.contact .button-booking{background:var(--cream);border-color:var(--cream);color:var(--ink)}
.hero .button-booking:hover,.contact .button-booking:hover{background:#f0e0c6;border-color:#f0e0c6}
.hero .button-light{background:transparent;color:#fff;border-color:rgba(255,255,255,.8)}
.hero .button-light:hover{background:rgba(255,255,255,.14)}
.button:focus-visible,.nav a:focus-visible,.tabs button:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}
@media(max-width:680px){.brand img{width:47px;height:47px}}

/* Logo completa transparente */
.brand img{width:140px;height:72px;object-fit:contain;border-radius:0;mix-blend-mode:normal}
.brand span{display:none}
.footer-brand img{width:145px;height:120px;object-fit:contain;border-radius:0;mix-blend-mode:normal}
.footer-brand strong{display:none}
@media(max-width:680px){.brand img{width:108px;height:62px}.footer-brand img{width:125px;height:105px}}

/* Galeria ampliada, avaliações e localização */
.showcase{background:var(--sand);padding-top:80px;padding-bottom:80px;border-top:1px solid var(--line)}
.showcase-heading{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:27px}
.showcase-heading h2{font-size:clamp(31px,3vw,46px)}
.showcase-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(190px,1fr);gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:12px;scrollbar-color:var(--yellow) transparent}
.showcase-rail figure{margin:0;scroll-snap-align:start;min-width:0}
.showcase-rail img{height:245px;border-radius:10px;transition:transform .45s}
.showcase-rail figure:hover img{transform:scale(1.025)}
.showcase-rail figcaption{display:flex;align-items:center;min-height:42px;font-size:13px;border-bottom:1px solid var(--line)}
.reviews{display:grid;grid-template-columns:minmax(270px,.75fr) 1.5fr;gap:5vw;background:var(--cream);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.reviews-summary h2{font-size:clamp(39px,4.2vw,62px)}
.reviews-summary>p{color:var(--muted);line-height:1.6;max-width:470px;margin:22px 0 27px}
.rating{display:flex;align-items:center;gap:22px;margin:22px 0 28px}
.rating>strong{font:500 clamp(58px,6vw,90px)/.9 'Playfair Display',serif}
.rating>div{display:grid;gap:5px}.rating span{color:#efb900;font-size:25px;letter-spacing:3px}.rating small{color:var(--muted)}
.rating-prompt{display:flex;align-items:center;gap:12px;margin:24px 0;color:var(--muted)}.rating-prompt svg{fill:var(--yellow);color:var(--yellow)}
.reviews-list{display:grid;grid-template-columns:repeat(3,1fr);gap:0;align-self:center}
.reviews-list article{min-height:280px;padding:12px 30px;border-left:1px solid var(--line);display:flex;flex-direction:column}
.reviews-list article>svg{width:31px;height:31px;fill:var(--yellow);color:var(--yellow);margin-bottom:18px}
.reviews-list article>p{font:500 17px/1.65 'Playfair Display',serif;margin:0 0 30px}
.reviews-list article footer{margin-top:auto;padding:0;display:flex;flex-direction:column;align-items:flex-start;gap:3px}
.reviews-list article footer strong{font-size:13px}.reviews-list article footer span{font-size:11px;color:var(--muted)}
.reviews-invite{align-self:center;max-width:560px;padding:60px;border-left:1px solid var(--line)}
.reviews-invite>div{width:58px;height:58px;border-radius:50%;background:var(--yellow);display:grid;place-items:center}.reviews-invite h3{font:500 30px/1.2 'Playfair Display',serif;margin:24px 0 12px}.reviews-invite p{color:var(--muted)}
.location{display:grid;grid-template-columns:minmax(250px,.62fr) 1.5fr;gap:5vw;align-items:center;background:var(--sand)}
.location-copy h2{font-size:clamp(39px,4vw,60px)}.location-copy>p{color:var(--muted);line-height:1.65;margin:20px 0}.location-copy .address{display:flex;align-items:flex-start;gap:9px;color:var(--ink);font-weight:600}.location-copy .address svg{width:19px;flex:0 0 auto;margin-top:3px}
.location-visual{display:grid;grid-template-columns:1.08fr .92fr;gap:12px;height:420px}.location-visual>img,.map-art{height:100%;border-radius:12px}
.map-art{position:relative;overflow:hidden;background-color:#efe5d2;background-image:linear-gradient(rgba(25,25,25,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(25,25,25,.06) 1px,transparent 1px);background-size:42px 42px}
.road{position:absolute;height:8px;background:var(--cream);border:1px solid #cfc0a7;width:140%;left:-20%;transform:rotate(-17deg)}.road.one{top:29%}.road.two{top:61%;transform:rotate(27deg)}.road.three{top:79%;transform:rotate(-5deg)}
.map-pin{position:absolute;left:52%;top:48%;width:60px;height:60px;border-radius:50% 50% 50% 10%;transform:translate(-50%,-50%) rotate(-45deg);background:var(--yellow);display:grid;place-items:center;box-shadow:0 8px 20px rgba(25,25,25,.18)}.map-pin svg{transform:rotate(45deg);width:27px;height:27px}
@media(max-width:1000px){.reviews,.location{grid-template-columns:1fr}.reviews-list{margin-top:5px}.location-visual{height:380px}.showcase-rail{grid-auto-columns:minmax(220px,32vw)}}
@media(max-width:680px){.showcase-heading{align-items:flex-start;flex-direction:column}.showcase-rail{grid-auto-columns:72vw}.showcase-rail img{height:270px}.reviews-list{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.reviews-list article{min-width:82vw;scroll-snap-align:start;border-left:0;border-right:1px solid var(--line);padding:15px 25px 15px 0}.reviews-invite{padding:40px 0;border-left:0;border-top:1px solid var(--line)}.location-visual{grid-template-columns:1fr;height:auto}.map-art,.location-visual>img{height:290px}.location-copy .button{width:100%}}

/* Mobile profissional */
@media(max-width:760px){
  :root{--pad:20px}
  html,body{width:100%;max-width:100%;overflow-x:hidden}
  .header{height:70px;width:100vw;max-width:100%;padding:0 16px;gap:10px;overflow:visible}
  .brand{min-width:0;margin-right:0}
  .brand img{width:118px!important;height:62px!important;object-position:left center}
  .menu-button{position:fixed;right:14px;top:13px;z-index:120;transform:none;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:rgba(255,248,236,.92);border:1px solid rgba(25,25,25,.14);color:var(--ink);flex:0 0 auto;box-shadow:0 6px 18px rgba(25,25,25,.12)}
  .menu-button::before{content:'☰';font-size:24px;line-height:1;color:var(--ink)}
  .menu-button .icon{display:none}
  .menu-button svg{width:22px;height:22px}
  .nav{position:fixed;top:70px;left:0;right:0;z-index:29;padding:14px;gap:6px;background:rgba(255,248,236,.98);border-bottom:1px solid var(--line);box-shadow:0 18px 40px rgba(25,25,25,.12);transform:translateY(calc(-100% - 70px))}
  .nav.open{transform:translateY(0)}
  .nav a{width:100%;padding:14px 12px;border-radius:9px;font-size:15px;font-weight:600}
  .nav a:hover{background:#fff}
  .nav a:after{display:none}

  .hero{height:calc(100svh - 70px);min-height:640px;max-height:790px;padding:0}
  .hero::after{display:none}
  .hero-images img{object-position:center top}
  .hero-shade{background:linear-gradient(180deg,rgba(0,0,0,.03) 0%,rgba(0,0,0,.14) 34%,rgba(0,0,0,.58) 62%,rgba(0,0,0,.88) 100%)}
  .hero-content{left:18px;right:18px;bottom:94px;width:auto;max-width:none}
  .hero h1{max-width:340px;font-size:clamp(36px,11vw,46px);line-height:1;letter-spacing:-.035em;text-wrap:balance;text-shadow:0 2px 18px rgba(0,0,0,.22)}
  .hero p{max-width:330px;margin:16px 0 20px;font-size:15px;line-height:1.45;text-wrap:pretty}
  .hero-actions{width:100%;gap:9px}
  .hero-actions .button{width:100%;min-height:49px;font-size:14px;border-radius:10px}
  .hero-actions .button-light{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.42)}
  .hero-arrow{bottom:24px;background:rgba(0,0,0,.35);backdrop-filter:blur(8px)}
  .hero-arrow.prev{left:20px}
  .hero-arrow.next{right:20px}
  .dots{bottom:39px}

  .section{padding:58px 20px}
  .section-index{margin-bottom:12px}
  .welcome h2,.section-heading h2,.amenities h2,.nearby h2,.reviews-summary h2,.location-copy h2{font-size:clamp(31px,10vw,42px);line-height:1.05}
  .welcome-copy p,.nearby-intro p,.location-copy>p,.reviews-summary>p{font-size:15px;line-height:1.65;margin:18px 0 22px}
  .welcome-photos{height:auto;gap:9px}
  .welcome-photos img{min-height:160px}
  .photo-main{height:260px!important}

  .tabs{margin:28px -20px 18px;padding:0 20px;gap:8px}
  .tabs button{padding:12px 14px;border:1px solid var(--line);border-radius:999px;background:rgba(255,248,236,.75)}
  .tabs button.active{background:var(--yellow);border-color:var(--yellow)}
  .gallery-section{overflow:hidden}
  .photo-grid{display:grid;margin:0;grid-template-columns:1fr;gap:18px;padding:0 0 8px;overflow:visible;scroll-snap-type:none}
  .photo-grid figure{min-width:0;width:100%;border-radius:16px;background:#fff8ec;border:1px solid var(--line);box-shadow:0 12px 30px rgba(25,25,25,.08);overflow:hidden;scroll-snap-align:none}
  .photo-grid img{height:255px;border-radius:0}
  .photo-grid figcaption{position:static;display:block;background:#fff8ec;padding:13px 15px;border-radius:0;font-size:13px;font-weight:700;color:var(--ink)}

  .amenities{padding-top:58px;padding-bottom:58px}
  .amenities-list{grid-template-columns:1fr;gap:14px}
  .amenity{min-height:72px;flex-direction:row;align-items:center;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:15px;font-size:14px}
  .amenity svg{width:26px;height:26px;flex:0 0 auto}

  .places{margin:0 -20px;padding:0 20px 12px;gap:12px}
  .places figure{min-width:82vw;height:310px}
  .showcase{padding-top:58px;padding-bottom:58px}
  .showcase-heading{gap:12px;margin-bottom:20px}
  .showcase-heading h2{font-size:clamp(29px,9vw,39px);line-height:1.08}
  .showcase-rail{margin:0 -20px;padding:0 20px 13px;grid-auto-columns:78vw;gap:12px}
  .showcase-rail img{height:255px}

  .reviews{gap:25px}
  .rating{gap:14px;margin:15px 0 22px}
  .rating>strong{font-size:58px}
  .rating span{font-size:20px}
  .reviews-summary .button{width:100%;min-height:50px}
  .reviews-list{margin:0 -20px;padding:0 20px 12px;gap:12px}
  .reviews-list article{min-width:84vw;min-height:245px;padding:24px;background:#fff;border:1px solid var(--line);border-radius:14px}
  .reviews-invite{padding:30px 22px;background:#fff;border:1px solid var(--line);border-radius:14px}

  .location{gap:28px}
  .location-copy .address{line-height:1.45}
  .location-copy .button{min-height:50px}
  .location-visual{gap:10px}
  .map-art,.location-visual>img{height:250px}

  .contact{margin:0 12px 42px;padding:38px 20px;border-radius:16px}
  .contact h2{font-size:clamp(30px,10vw,42px)}
  .contact p{line-height:1.55}
  .contact-actions{gap:10px}
  .contact .button{min-height:50px;font-size:14px}
  footer{gap:20px}
  .footer-brand img{width:112px!important;height:86px!important}
  .footer-contact{width:100%}
  .footer-contact a{min-height:44px}
  .floating-whatsapp{right:16px;bottom:16px;width:54px;height:54px}
}

@media(max-width:380px){
  .brand img{width:108px!important;height:58px!important}
  .hero-content{left:16px;right:16px}
  .hero h1{font-size:35px}
  .section{padding-left:16px;padding-right:16px}
  .tabs,.places,.showcase-rail,.reviews-list{margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px}
}

/* Temas sazonais leves */
.seasonal-layer{position:absolute;inset:0;z-index:1;pointer-events:none;overflow:hidden}
.seasonal-badge{position:absolute;z-index:4;right:var(--pad);top:28px;padding:10px 15px;border:1px solid rgba(255,255,255,.5);border-radius:999px;background:rgba(18,18,18,.4);color:#fff;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;backdrop-filter:blur(10px);box-shadow:0 8px 30px rgba(0,0,0,.14)}
body[data-season="carnival"]{--yellow:#ffd12d}
body[data-season="carnival"] .hero-shade{background:linear-gradient(90deg,rgba(49,9,62,.7),rgba(0,125,148,.25) 57%,rgba(0,0,0,.08))}
.confetti{display:flex;justify-content:space-around;align-items:flex-start;padding:0 2%}
.confetti i{display:block;width:8px;height:18px;border-radius:2px;background:#ffd12d;opacity:0;animation:confetti-fall 5.4s linear infinite;animation-delay:calc(var(--i) * -.24s);transform:translateY(-30px) rotate(0)}
.confetti i:nth-child(4n+1){background:#ff4f9a}.confetti i:nth-child(4n+2){background:#38d5d0}.confetti i:nth-child(4n+3){background:#8ee45b}.confetti i:nth-child(even){width:11px;height:11px;border-radius:50%}
@keyframes confetti-fall{0%{opacity:0;transform:translateY(-30px) rotate(0)}10%{opacity:.9}100%{opacity:.12;transform:translateY(700px) rotate(720deg)}}
body[data-season="newyear"]{--yellow:#f4cc67}
body[data-season="newyear"] .hero-shade{background:linear-gradient(90deg,rgba(4,7,22,.8),rgba(12,19,48,.38) 58%,rgba(0,0,0,.15))}
.fireworks{display:flex;justify-content:space-around;align-items:flex-start;padding:45px 5% 0 38%}
.fireworks i{position:relative;width:6px;height:6px;margin-top:calc(var(--i) * 38px);border-radius:50%;background:#fff6bc;box-shadow:0 -42px #ffd76a,30px -30px #fff,42px 0 #ffcd4a,30px 30px #fff,-30px 30px #7dd8ff,-42px 0 #ffd76a,-30px -30px #fff;opacity:0;animation:firework-burst 3.2s ease-out infinite;animation-delay:calc(var(--i) * .55s)}
@keyframes firework-burst{0%,20%{opacity:0;transform:scale(.1)}35%{opacity:1}70%,100%{opacity:0;transform:scale(1.25)}}
body[data-season="summer"]{--yellow:#ffd34e;--sand:#eef8f7;--cream:#fffdf5;--line:#c7dedc}
body[data-season="summer"] .hero-shade{background:linear-gradient(90deg,rgba(0,49,69,.68),rgba(0,134,159,.18) 60%,rgba(0,0,0,.04))}
.summer-glow i{position:absolute;right:7%;top:8%;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,#fff8b2 0,#ffd35a 45%,rgba(255,211,90,0) 72%);opacity:.75;animation:summer-pulse 5s ease-in-out infinite}
.summer-glow span{position:absolute;left:-10%;right:-10%;bottom:-30px;height:110px;background:repeating-radial-gradient(ellipse at 50% 130%,transparent 0 28px,rgba(113,226,235,.24) 30px 34px,transparent 36px 57px)}
@keyframes summer-pulse{50%{transform:scale(1.08);opacity:.9}}
body[data-season="junefestival"]{--yellow:#f2b544;--sand:#f8ead4;--cream:#fff7e8}
body[data-season="junefestival"] .hero-shade{background:linear-gradient(90deg,rgba(66,25,13,.72),rgba(144,61,24,.2) 62%,rgba(0,0,0,.08))}
.festival-flags{height:100px;display:flex;justify-content:center;gap:12px;padding:18px 5%;border-top:2px solid rgba(255,255,255,.7);transform:rotate(-1deg)}
.festival-flags i{width:0;height:0;border-left:13px solid transparent;border-right:13px solid transparent;border-top:25px solid #ffd447;filter:drop-shadow(0 3px 3px rgba(0,0,0,.18));animation:flag-sway 2.3s ease-in-out infinite alternate;animation-delay:calc(var(--i) * -.12s)}
.festival-flags i:nth-child(4n+1){border-top-color:#ec554f}.festival-flags i:nth-child(4n+2){border-top-color:#48b8b0}.festival-flags i:nth-child(4n+3){border-top-color:#fff2cf}
@keyframes flag-sway{to{transform:rotateY(28deg) translateY(2px)}}
@media(max-width:760px){.seasonal-badge{left:18px;right:auto;top:18px;max-width:calc(100% - 96px);font-size:10px;padding:8px 11px}.fireworks{padding-left:12%;padding-right:4%}.summer-glow i{width:130px;height:130px;right:-10px;top:6%}.festival-flags{padding-left:0;padding-right:0;gap:5px}.festival-flags i{border-left-width:10px;border-right-width:10px;border-top-width:20px}}
@media(prefers-reduced-motion:reduce){.confetti i,.fireworks i,.summer-glow i,.festival-flags i{animation:none!important}.confetti{display:none}}

/* Identidade sazonal aplicada ao site inteiro */
body[data-season="newyear"]{--season-page:#080d1d;--season-header:#fffaf0;--season-light:#fffaf0;--season-soft:#eee5d2;--season-deep:#080d1d;--season-ink:#12182a;--season-muted:#665f55;--season-accent:#f4cc67;--season-accent-2:#78c7e8;--season-line:rgba(121,91,26,.28);--season-glow:rgba(244,204,103,.22)}
body[data-season="carnival"]{--season-page:#351044;--season-header:#fff9ef;--season-light:#fff9ef;--season-soft:#f8e7f2;--season-deep:#351044;--season-ink:#351044;--season-muted:#725d72;--season-accent:#ffd12d;--season-accent-2:#ff4f9a;--season-line:rgba(118,29,130,.22);--season-glow:rgba(255,79,154,.2)}
body[data-season="summer"]{--season-page:#073e53;--season-header:#fffdf5;--season-light:#fffdf5;--season-soft:#e7f6f5;--season-deep:#073e53;--season-ink:#073e53;--season-muted:#527075;--season-accent:#ffd34e;--season-accent-2:#41c6d9;--season-line:rgba(7,99,117,.2);--season-glow:rgba(65,198,217,.2)}
body[data-season="junefestival"]{--season-page:#472014;--season-header:#fff7e8;--season-light:#fff7e8;--season-soft:#f7e1bf;--season-deep:#472014;--season-ink:#472014;--season-muted:#775d4b;--season-accent:#f2b544;--season-accent-2:#d95445;--season-line:rgba(121,62,28,.24);--season-glow:rgba(242,181,68,.2)}
body[data-season]:not([data-season="normal"]){background:var(--season-page);--yellow:var(--season-accent);--line:var(--season-line)}
body[data-season]:not([data-season="normal"]) .header{background:color-mix(in srgb,var(--season-header) 96%,transparent);border-bottom-color:var(--season-line);box-shadow:0 8px 30px rgba(8,13,29,.08)}
body[data-season]:not([data-season="normal"]) .nav a:after{background:linear-gradient(90deg,var(--season-accent),var(--season-accent-2))}
body[data-season]:not([data-season="normal"]) .button-yellow{background:var(--season-accent);border-color:var(--season-accent);color:var(--season-ink)}
body[data-season]:not([data-season="normal"]) .button-yellow:hover{background:color-mix(in srgb,var(--season-accent) 82%,#fff);border-color:transparent}
body[data-season]:not([data-season="normal"]) .button-booking{border-color:var(--season-ink);color:var(--season-ink);background:var(--season-header)}
body[data-season]:not([data-season="normal"]) .section{position:relative;border-color:var(--season-line)}
body[data-season]:not([data-season="normal"]) .section:not(.hero)::before{content:'';position:absolute;left:var(--pad);right:var(--pad);top:0;height:1px;background:linear-gradient(90deg,transparent,var(--season-accent),var(--season-accent-2),transparent);opacity:.62}
body[data-season]:not([data-season="normal"]) .welcome,
body[data-season]:not([data-season="normal"]) .nearby,
body[data-season]:not([data-season="normal"]) .reviews{background-color:var(--season-light);color:var(--season-ink)}
body[data-season]:not([data-season="normal"]) .gallery-section,
body[data-season]:not([data-season="normal"]) .showcase,
body[data-season]:not([data-season="normal"]) .location{background-color:var(--season-soft);color:var(--season-ink)}
body[data-season]:not([data-season="normal"]) .welcome-copy p,
body[data-season]:not([data-season="normal"]) .nearby-intro p,
body[data-season]:not([data-season="normal"]) .section-heading p,
body[data-season]:not([data-season="normal"]) .reviews-summary>p,
body[data-season]:not([data-season="normal"]) .location-copy>p{color:var(--season-muted)}
body[data-season]:not([data-season="normal"]) .section-index{width:max-content;padding:6px 9px;border:1px solid var(--season-line);border-radius:999px;background:color-mix(in srgb,var(--season-accent) 18%,transparent);color:var(--season-ink);font-weight:700}
body[data-season]:not([data-season="normal"]) .text-link{border-color:var(--season-accent-2)}
body[data-season]:not([data-season="normal"]) .welcome-photos img,
body[data-season]:not([data-season="normal"]) .photo-grid figure,
body[data-season]:not([data-season="normal"]) .places figure,
body[data-season]:not([data-season="normal"]) .showcase-rail img,
body[data-season]:not([data-season="normal"]) .location-visual>img{border:1px solid color-mix(in srgb,var(--season-accent) 55%,transparent);box-shadow:0 16px 40px rgba(8,13,29,.13)}
body[data-season]:not([data-season="normal"]) .tabs{border-color:var(--season-line)}
body[data-season]:not([data-season="normal"]) .tabs button{color:var(--season-muted)}
body[data-season]:not([data-season="normal"]) .tabs button.active{color:var(--season-ink);border-color:var(--season-accent);background:color-mix(in srgb,var(--season-accent) 18%,transparent)}
body[data-season]:not([data-season="normal"]) .photo-grid figcaption,
body[data-season]:not([data-season="normal"]) .places figcaption{background:color-mix(in srgb,var(--season-header) 92%,transparent);color:var(--season-ink);border:1px solid var(--season-line)}
body[data-season]:not([data-season="normal"]) .amenities{background:radial-gradient(circle at 86% 12%,var(--season-glow),transparent 27%),linear-gradient(135deg,var(--season-deep),color-mix(in srgb,var(--season-deep) 74%,var(--season-accent-2)));color:#fff}
body[data-season]:not([data-season="normal"]) .amenity{color:#fff}
body[data-season]:not([data-season="normal"]) .amenity svg{color:var(--season-accent)}
body[data-season]:not([data-season="normal"]) .showcase-rail figcaption{border-color:var(--season-line);color:var(--season-ink)}
body[data-season]:not([data-season="normal"]) .rating span,
body[data-season]:not([data-season="normal"]) .rating-prompt svg,
body[data-season]:not([data-season="normal"]) .reviews-list article>svg{color:var(--season-accent);fill:var(--season-accent)}
body[data-season]:not([data-season="normal"]) .reviews-list article{border-color:var(--season-line)}
body[data-season]:not([data-season="normal"]) .reviews-invite>div{background:linear-gradient(135deg,var(--season-accent),var(--season-accent-2));color:var(--season-ink)}
body[data-season]:not([data-season="normal"]) .map-art{background-color:color-mix(in srgb,var(--season-soft) 78%,var(--season-accent));border:1px solid var(--season-line);box-shadow:0 16px 40px rgba(8,13,29,.11)}
body[data-season]:not([data-season="normal"]) .map-pin{background:linear-gradient(135deg,var(--season-accent),var(--season-accent-2))}
body[data-season]:not([data-season="normal"]) .contact{background:radial-gradient(circle at 82% 22%,var(--season-glow),transparent 29%),linear-gradient(125deg,var(--season-deep),color-mix(in srgb,var(--season-deep) 80%,var(--season-accent-2)));border:1px solid color-mix(in srgb,var(--season-accent) 40%,transparent);box-shadow:0 25px 60px rgba(0,0,0,.2)}
body[data-season]:not([data-season="normal"]) .contact .button-booking{background:var(--season-header);border-color:var(--season-header);color:var(--season-ink)}
body[data-season]:not([data-season="normal"]) #root>footer{padding-top:42px;background:var(--season-deep);color:#fff;border-top:1px solid color-mix(in srgb,var(--season-accent) 42%,transparent)}
body[data-season]:not([data-season="normal"]) #root>footer p,
body[data-season]:not([data-season="normal"]) #root>footer .footer-brand span{color:rgba(255,255,255,.66)}
body[data-season]:not([data-season="normal"]) .floating-whatsapp{background:linear-gradient(135deg,var(--season-accent),var(--season-accent-2));color:var(--season-ink)}
body[data-season="newyear"] .gallery-section,
body[data-season="newyear"] .location{background-image:radial-gradient(circle at 12% 15%,rgba(244,204,103,.18) 0 2px,transparent 3px),radial-gradient(circle at 82% 72%,rgba(120,199,232,.14) 0 2px,transparent 3px);background-size:86px 86px,112px 112px}
body[data-season="carnival"] .gallery-section,
body[data-season="carnival"] .location{background-image:radial-gradient(circle at 15% 20%,rgba(255,79,154,.16) 0 8px,transparent 9px),radial-gradient(circle at 75% 70%,rgba(56,213,208,.16) 0 6px,transparent 7px);background-size:110px 110px,90px 90px}
body[data-season="summer"] .gallery-section,
body[data-season="summer"] .location{background-image:repeating-radial-gradient(ellipse at 50% 120%,transparent 0 38px,rgba(65,198,217,.1) 40px 43px,transparent 45px 78px)}
body[data-season="junefestival"] .gallery-section,
body[data-season="junefestival"] .location{background-image:linear-gradient(45deg,rgba(217,84,69,.045) 25%,transparent 25%,transparent 75%,rgba(242,181,68,.06) 75%);background-size:38px 38px}
@media(max-width:1000px){body[data-season]:not([data-season="normal"]) .nav{background:var(--season-header);color:var(--season-ink)}}
@media(max-width:760px){body[data-season]:not([data-season="normal"]) .section:not(.hero)::before{left:20px;right:20px}body[data-season]:not([data-season="normal"]) .amenity{background:color-mix(in srgb,var(--season-accent) 10%,rgba(255,255,255,.06));border-color:color-mix(in srgb,var(--season-accent) 22%,transparent)}body[data-season]:not([data-season="normal"]) #root>footer{padding-top:32px}}

/* Topo sazonal com contraste forte */
body[data-season]:not([data-season="normal"]) .header{background:linear-gradient(110deg,var(--season-deep),color-mix(in srgb,var(--season-deep) 72%,var(--season-accent-2)));color:#fff;border-bottom:2px solid var(--season-accent);box-shadow:0 10px 32px rgba(0,0,0,.24)}
body[data-season]:not([data-season="normal"]) .header::after{content:'';position:absolute;left:0;right:0;bottom:-2px;height:2px;background:linear-gradient(90deg,transparent,var(--season-accent),#fff4bf,var(--season-accent-2),transparent);background-size:180% 100%;animation:season-header-shimmer 4s linear infinite}
@keyframes season-header-shimmer{to{background-position:180% 0}}
body[data-season]:not([data-season="normal"]) .brand{align-self:center;padding:3px 10px;border:1px solid color-mix(in srgb,var(--season-accent) 55%,transparent);border-radius:10px;background:var(--season-header);box-shadow:0 7px 22px rgba(0,0,0,.17)}
body[data-season]:not([data-season="normal"]) .brand img{width:122px;height:64px}
body[data-season]:not([data-season="normal"]) .nav a{color:#fff;font-weight:600;text-shadow:0 1px 12px rgba(0,0,0,.3)}
body[data-season]:not([data-season="normal"]) .header .button-dark{background:var(--season-accent);border-color:var(--season-accent);color:var(--season-ink)}
body[data-season]:not([data-season="normal"]) .header .button-dark:hover{background:#fff4bf;border-color:#fff4bf}
body[data-season]:not([data-season="normal"]) .header .button-booking{background:transparent;border-color:color-mix(in srgb,var(--season-accent) 78%,#fff);color:#fff}
body[data-season]:not([data-season="normal"]) .header .button-booking:hover{background:rgba(255,255,255,.12)}
body[data-season]:not([data-season="normal"]) .hero{border-bottom:5px solid var(--season-accent);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--season-accent) 48%,transparent),0 18px 55px rgba(0,0,0,.2)}
body[data-season]:not([data-season="normal"]) .hero::before{content:'';position:absolute;inset:0;z-index:1;pointer-events:none;background:radial-gradient(circle at 82% 18%,var(--season-glow),transparent 25%),linear-gradient(180deg,transparent 70%,color-mix(in srgb,var(--season-deep) 38%,transparent));box-shadow:inset 0 0 85px color-mix(in srgb,var(--season-deep) 30%,transparent)}
body[data-season]:not([data-season="normal"]) .hero h1{text-shadow:0 3px 26px rgba(0,0,0,.45)}
body[data-season]:not([data-season="normal"]) .hero p{text-shadow:0 2px 15px rgba(0,0,0,.5)}
body[data-season]:not([data-season="normal"]) .seasonal-badge{left:var(--pad);right:auto;top:30px;padding:12px 18px;background:linear-gradient(135deg,var(--season-accent),color-mix(in srgb,var(--season-accent) 72%,#fff));border-color:#fff3bf;color:var(--season-ink);font-size:13px;letter-spacing:.11em;box-shadow:0 10px 35px rgba(0,0,0,.28)}
body[data-season]:not([data-season="normal"]) .hero-arrow{border:1px solid var(--season-accent);background:color-mix(in srgb,var(--season-deep) 74%,transparent);color:var(--season-accent);box-shadow:0 7px 24px rgba(0,0,0,.28);backdrop-filter:blur(9px)}
body[data-season]:not([data-season="normal"]) .hero-arrow:hover{background:var(--season-accent);color:var(--season-ink)}
body[data-season]:not([data-season="normal"]) .dots button{width:11px;height:11px;border-color:var(--season-accent);box-shadow:0 2px 10px rgba(0,0,0,.4)}
body[data-season]:not([data-season="normal"]) .dots button.active{background:var(--season-accent);transform:scale(1.2)}
body[data-season]:not([data-season="normal"]) .hero .button-yellow{box-shadow:0 9px 26px color-mix(in srgb,var(--season-accent) 35%,transparent)}
body[data-season]:not([data-season="normal"]) .hero .button-booking{background:rgba(8,13,29,.55);border-color:var(--season-accent);color:#fff;backdrop-filter:blur(8px)}
body[data-season]:not([data-season="normal"]) .hero .button-light{border-color:rgba(255,255,255,.78);background:rgba(255,255,255,.1);backdrop-filter:blur(8px)}
body[data-season="newyear"] .fireworks{padding:65px 3% 0 34%;filter:drop-shadow(0 0 8px rgba(255,222,122,.75));mix-blend-mode:screen}
body[data-season="newyear"] .fireworks i{width:8px;height:8px;box-shadow:0 -68px #ffd76a,48px -48px #fff,68px 0 #ffcd4a,48px 48px #fff,0 68px #78c7e8,-48px 48px #fff,-68px 0 #ffd76a,-48px -48px #fff;animation-duration:2.8s}
body[data-season="newyear"] .seasonal-badge::before{content:'✦';margin-right:8px}
@media(max-width:1000px){body[data-season]:not([data-season="normal"]) .nav{background:linear-gradient(145deg,var(--season-deep),color-mix(in srgb,var(--season-deep) 78%,var(--season-accent-2)));border-bottom-color:var(--season-accent)}body[data-season]:not([data-season="normal"]) .menu-button{background:var(--season-accent);color:var(--season-ink);border-color:var(--season-accent)}}
@media(max-width:760px){body[data-season]:not([data-season="normal"]) .header{height:70px;padding-left:10px}body[data-season]:not([data-season="normal"]) .brand{padding:2px 7px}body[data-season]:not([data-season="normal"]) .brand img{width:102px!important;height:54px!important}body[data-season]:not([data-season="normal"]) .seasonal-badge{left:18px;top:18px;font-size:10px;padding:9px 12px}body[data-season="newyear"] .fireworks{padding:72px 0 0 5%}body[data-season="newyear"] .fireworks i{transform-origin:center;box-shadow:0 -46px #ffd76a,33px -33px #fff,46px 0 #ffcd4a,33px 33px #fff,0 46px #78c7e8,-33px 33px #fff,-46px 0 #ffd76a,-33px -33px #fff}}
@media(prefers-reduced-motion:reduce){body[data-season]:not([data-season="normal"]) .header::after{animation:none}}

/* Efeitos sazonais por toda a página */
body[data-season]:not([data-season="normal"]) .brand,
body[data-season]:not([data-season="normal"]) #root>footer .footer-brand{background:#fffaf0;border:1px solid color-mix(in srgb,var(--season-accent) 65%,#fff);border-radius:11px;box-shadow:0 8px 25px rgba(0,0,0,.18)}
body[data-season]:not([data-season="normal"]) .brand img,
body[data-season]:not([data-season="normal"]) #root>footer .footer-brand img{filter:none!important;mix-blend-mode:normal!important;opacity:1!important}
body[data-season]:not([data-season="normal"]) #root>footer .footer-brand{padding:4px 10px}
body[data-season]:not([data-season="normal"]) #root>footer .footer-brand span{color:var(--season-ink)}
.page-seasonal-effects{position:fixed;inset:82px 0 0;z-index:8;pointer-events:none;overflow:hidden;contain:strict}
.page-seasonal-effects i{position:absolute;left:var(--x);top:var(--y);width:var(--size);height:var(--size);display:block;opacity:.7;animation-delay:var(--delay)!important;will-change:transform,opacity}
.page-effect-newyear i::before{content:'✦';position:absolute;color:var(--season-accent);font-size:calc(var(--size) * 1.9);line-height:1;text-shadow:0 0 8px rgba(255,223,127,.85)}
.page-effect-newyear i:nth-child(3n)::before{color:#fff}.page-effect-newyear i:nth-child(4n)::before{color:var(--season-accent-2)}
.page-effect-newyear i{animation:page-star-twinkle 3.6s ease-in-out infinite}
@keyframes page-star-twinkle{0%,100%{opacity:.12;transform:scale(.45) rotate(0)}45%{opacity:.92;transform:scale(1.15) rotate(35deg)}}
.page-effect-carnival i{height:calc(var(--size) * 1.8);border-radius:2px;background:#ffd12d;animation:page-confetti-fall 7s linear infinite}
.page-effect-carnival i:nth-child(3n){background:#ff4f9a}.page-effect-carnival i:nth-child(3n+1){background:#38d5d0}.page-effect-carnival i:nth-child(even){border-radius:50%;height:var(--size)}
@keyframes page-confetti-fall{0%{opacity:0;transform:translateY(-110vh) rotate(0)}12%{opacity:.86}100%{opacity:.12;transform:translateY(110vh) rotate(760deg)}}
.page-effect-summer i{border:1px solid rgba(255,255,255,.8);border-radius:50%;background:rgba(65,198,217,.18);box-shadow:0 0 12px rgba(65,198,217,.25);animation:page-bubble-float 7.5s ease-in-out infinite}
@keyframes page-bubble-float{0%,100%{opacity:.18;transform:translateY(24px) scale(.75)}50%{opacity:.72;transform:translateY(-60px) scale(1.15)}}
.page-effect-junefestival i{background:var(--season-accent);clip-path:polygon(50% 0,100% 45%,50% 100%,0 45%);animation:page-paper-sway 4.2s ease-in-out infinite}
.page-effect-junefestival i:nth-child(3n){background:var(--season-accent-2)}.page-effect-junefestival i:nth-child(3n+1){background:#48b8b0}
@keyframes page-paper-sway{0%,100%{opacity:.25;transform:translateY(-8px) rotate(-15deg)}50%{opacity:.78;transform:translateY(18px) rotate(22deg)}}
.section-seasonal-effect{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}
.section>.section-seasonal-effect~*{position:relative;z-index:1}
.section-seasonal-effect i{position:absolute;left:var(--x);top:var(--y);width:var(--size);height:var(--size);display:block;opacity:.24}
.section-effect-newyear i::before{content:'✦';color:var(--season-accent);font-size:calc(var(--size) * 2.5);text-shadow:0 0 12px var(--season-glow)}
.section-effect-newyear i:nth-child(even)::before{color:var(--season-accent-2)}
.section-effect-carnival i{border-radius:50%;background:var(--season-accent-2);box-shadow:18px 14px 0 var(--season-accent),-15px 25px 0 #38d5d0}
.section-effect-summer i{border:2px solid var(--season-accent-2);border-radius:50%;box-shadow:0 0 18px var(--season-glow)}
.section-effect-junefestival i{background:var(--season-accent);clip-path:polygon(50% 0,100% 45%,50% 100%,0 45%)}
body[data-season="newyear"] .showcase::after,
body[data-season="newyear"] .reviews::after,
body[data-season="newyear"] .location::after{content:'';position:absolute;z-index:0;right:4vw;top:38px;width:110px;height:110px;border-radius:50%;opacity:.4;background:radial-gradient(circle,#fff 0 2px,transparent 3px),conic-gradient(from 10deg,transparent,#f4cc67,transparent,#78c7e8,transparent);mask:radial-gradient(circle,transparent 0 28%,#000 29% 31%,transparent 32%);animation:section-firework 4s ease-out infinite}
body[data-season="newyear"] .reviews::after{left:4vw;right:auto;top:auto;bottom:35px;animation-delay:-1.3s}
body[data-season="newyear"] .location::after{top:55%;animation-delay:-2.5s}
@keyframes section-firework{0%,22%{opacity:0;transform:scale(.15)}38%{opacity:.65}75%,100%{opacity:0;transform:scale(1.15)}}
@media(max-width:760px){.page-seasonal-effects{inset:70px 0 0}.page-seasonal-effects i:nth-child(n+15){display:none}body[data-season]:not([data-season="normal"]) #root>footer .footer-brand{padding:3px 8px}body[data-season="newyear"] .showcase::after,body[data-season="newyear"] .reviews::after,body[data-season="newyear"] .location::after{width:72px;height:72px;right:12px}}
@media(prefers-reduced-motion:reduce){.page-seasonal-effects i,body[data-season="newyear"] .showcase::after,body[data-season="newyear"] .reviews::after,body[data-season="newyear"] .location::after{animation:none!important}.page-seasonal-effects i{opacity:.35}}
