:root{
  --ink:#171b18;
  --ink-2:#242925;
  --forest:#253c30;
  --olive:#68705a;
  --paper:#f3f0e9;
  --paper-2:#e9e4da;
  --white:#fff;
  --yellow:#f1c94c;
  --yellow-2:#ffdc67;
  --text:#232824;
  --muted:#73776f;
  --line:rgba(23,27,24,.13);
  --shadow:0 28px 90px rgba(24,32,27,.15);
  --radius-xl:38px;
  --radius-lg:28px;
  --radius-md:20px;
  --font-body:"Manrope",Arial,sans-serif;
  --font-display:"Playfair Display",Georgia,serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--text);font-family:var(--font-body);font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
a{color:inherit}
img{display:block;max-width:100%}
button,input,select,textarea{font:inherit}
button{color:inherit}
.site-container{width:min(1120px,calc(100% - 40px));margin-inline:auto}
.skip-link{position:fixed;left:16px;top:-100px;z-index:99999;background:#fff;color:#111;padding:10px 16px;border-radius:10px;text-decoration:none;box-shadow:var(--shadow)}
.skip-link:focus{top:16px}

.site-header{position:sticky;top:0;z-index:1000;background:rgba(243,240,233,.88);backdrop-filter:blur(18px);border-bottom:1px solid transparent;transition:.25s ease}
.site-header.is-scrolled{border-color:var(--line);box-shadow:0 12px 35px rgba(24,32,27,.07)}
.header-inner{height:74px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;min-width:max-content}
.brand img{width:56px;height:40px;object-fit:contain}
.brand span{display:flex;flex-direction:column;line-height:1.1}
.brand strong{font-family:var(--font-display);font-size:18px;color:var(--ink)}
.brand small{font-size:9px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);margin-top:5px}
.main-menu{display:flex;align-items:center;gap:24px}
.main-menu a{font-size:12px;font-weight:700;text-decoration:none;color:#4c514d;transition:.2s ease}
.main-menu a:not(.menu-cta):hover{color:var(--ink)}
.main-menu .menu-cta{background:var(--ink);color:#fff;padding:11px 17px;border-radius:999px}
.main-menu .menu-cta:hover{background:var(--forest);transform:translateY(-1px)}
.menu-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);background:#fff;border-radius:50%;padding:11px;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}
.menu-toggle span{width:20px;height:2px;background:var(--ink);border-radius:5px;transition:.2s ease}
.menu-toggle.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.menu-toggle.active span:nth-child(2){opacity:0}
.menu-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.hero-wrap{padding:14px 0 74px}
.hero-card{height:min(580px,calc(100vh - 104px));min-height:520px;position:relative;overflow:hidden;border-radius:34px;background:#222;box-shadow:var(--shadow);isolation:isolate}
.hero-photo{position:absolute;inset:0;background:url('../../images/foto2.jpg') center 44%/cover no-repeat;transform:scale(1.02)}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(13,18,15,.88) 0%,rgba(13,18,15,.67) 42%,rgba(13,18,15,.17) 75%,rgba(13,18,15,.08) 100%),linear-gradient(0deg,rgba(13,18,15,.78) 0%,transparent 55%)}
.hero-badge{position:absolute;top:24px;right:24px;z-index:2;display:flex;align-items:center;gap:8px;padding:9px 13px;border-radius:999px;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.23);backdrop-filter:blur(12px);font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff}
.badge-dot{width:7px;height:7px;background:var(--yellow);border-radius:50%;box-shadow:0 0 0 5px rgba(241,201,76,.15)}
.hero-content{position:absolute;left:50px;bottom:116px;z-index:2;max-width:680px;color:#fff}
.kicker{margin:0 0 13px;font-size:10px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--olive)}
.kicker-light{color:#dedccd}
.hero-content h1,.intro-copy h2,.amenities-heading h2,.section-title-row h2,.gallery-heading h2,.instagram-copy h2,.location-heading h2{font-family:var(--font-display);font-weight:600;letter-spacing:-.035em;line-height:1.02;margin:0}
.hero-content h1{font-size:clamp(46px,5.4vw,74px);max-width:700px}
.hero-content h1 em{font-weight:600;color:var(--yellow-2)}
.hero-lead{font-size:15px;line-height:1.6;color:rgba(255,255,255,.78);max-width:560px;margin:19px 0 24px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:999px;border:1px solid transparent;text-decoration:none;font-size:12px;font-weight:800;transition:.2s ease}
.button:hover{transform:translateY(-2px)}
.button-primary{background:var(--yellow);color:#171b18;box-shadow:0 16px 35px rgba(0,0,0,.18)}
.button-primary:hover{background:var(--yellow-2)}
.button-glass{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.3);color:#fff;backdrop-filter:blur(8px)}
.button-glass:hover{background:rgba(255,255,255,.18)}
.button-dark{background:var(--ink);color:#fff}
.button-yellow{background:var(--yellow);color:var(--ink)}
.button-outline{border-color:rgba(255,255,255,.35);color:#fff}
.button-outline:hover{background:rgba(255,255,255,.09)}
.hero-info{position:absolute;z-index:2;left:50px;right:50px;bottom:28px;display:flex;gap:36px;padding-top:18px;border-top:1px solid rgba(255,255,255,.22);color:#fff}
.hero-info div{display:flex;flex-direction:column}
.hero-info strong{font-family:var(--font-display);font-size:19px;line-height:1.05}
.hero-info span{font-size:8px;text-transform:uppercase;letter-spacing:.14em;color:rgba(255,255,255,.65);margin-top:5px}
.quick-booking{width:calc(100% - 80px);position:relative;z-index:4;margin:-25px auto 0;background:#fff;border-radius:19px;padding:16px 20px;box-shadow:0 22px 52px rgba(24,32,27,.14);display:flex;align-items:center;justify-content:space-between;gap:22px}
.quick-booking-copy{display:flex;align-items:center;gap:15px}
.quick-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:var(--paper-2);color:var(--ink);flex:0 0 auto}
.quick-icon svg{width:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.quick-booking-copy div{display:flex;flex-direction:column}
.quick-booking-copy strong{font-size:13px}
.quick-booking-copy span{font-size:11px;color:var(--muted);margin-top:2px}
.quick-booking>a{display:flex;align-items:center;gap:10px;text-decoration:none;font-size:12px;font-weight:800;white-space:nowrap}
.quick-booking>a span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--ink);color:#fff}

.intro-section{padding:62px 0 100px}
.intro-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:64px;align-items:center}
.intro-copy{max-width:470px}
.intro-copy h2,.section-title-row h2,.gallery-heading h2,.location-heading h2,.instagram-copy h2{font-size:clamp(36px,4vw,54px);color:var(--ink)}
.intro-copy>p:not(.kicker){font-size:14px;color:var(--muted);margin:21px 0 20px}
.text-link{display:inline-flex;align-items:center;gap:9px;font-size:12px;font-weight:800;text-decoration:none;border-bottom:1px solid var(--ink);padding-bottom:4px}
.text-link span{transition:.2s ease}.text-link:hover span{transform:translateX(4px)}
.story-grid{height:500px;display:grid;grid-template-columns:1.25fr .75fr;grid-template-rows:1fr 1fr;gap:12px}
.story-card{position:relative;overflow:hidden;margin:0;border-radius:var(--radius-lg);background:#ddd}
.story-card img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.story-card:hover img{transform:scale(1.035)}
.story-card::after{content:"";position:absolute;inset:40% 0 0;background:linear-gradient(transparent,rgba(9,14,11,.76))}
.story-card-main{grid-row:1/-1}
.story-card figcaption{position:absolute;z-index:2;left:22px;right:22px;bottom:19px;color:#fff;font-size:12px;font-weight:700}
.story-card-main figcaption{display:flex;flex-direction:column}
.story-card-main figcaption strong{font-family:var(--font-display);font-size:22px;line-height:1.1}
.story-card-main figcaption span{font-size:11px;font-weight:500;color:rgba(255,255,255,.75);margin-top:7px}

.amenities-section{padding:0 0 100px}
.amenities-shell{background:var(--ink);color:#fff;border-radius:34px;padding:52px}
.amenities-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:36px;padding-bottom:34px;border-bottom:1px solid rgba(255,255,255,.13)}
.amenities-heading h2{font-size:clamp(36px,4vw,54px);max-width:610px}
.amenities-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:6px}
.amenities-grid article{padding:27px 23px 23px;border-right:1px solid rgba(255,255,255,.11);border-bottom:1px solid rgba(255,255,255,.11);min-height:175px}
.amenities-grid article:nth-child(3n){border-right:0}
.amenities-grid article:nth-child(n+4){border-bottom:0}
.amenity-icon{font-family:var(--font-display);font-size:14px;color:var(--yellow);font-style:italic}
.amenities-grid h3{font-family:var(--font-display);font-size:21px;font-weight:600;margin:21px 0 7px}
.amenities-grid p{font-size:11px;line-height:1.6;color:rgba(255,255,255,.58);margin:0;max-width:240px}

.moments-section{padding:0 0 105px}
.section-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:44px;margin-bottom:34px}
.section-title-row>p{max-width:400px;font-size:12px;color:var(--muted);margin:0 0 5px}
.moments-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.moment-card{background:#fff;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 12px 35px rgba(24,32,27,.06)}
.moment-card img{width:100%;height:280px;object-fit:cover;transition:transform .6s ease}
.moment-card:hover img{transform:scale(1.035)}
.moment-card>div{padding:22px 23px 25px}
.moment-card span{font-size:10px;font-weight:800;letter-spacing:.14em;color:var(--olive)}
.moment-card h3{font-family:var(--font-display);font-size:23px;font-weight:600;line-height:1.1;margin:10px 0 7px}
.moment-card p{font-size:11px;color:var(--muted);margin:0}
.moment-card-dark{background:var(--forest);color:#fff;transform:translateY(20px)}
.moment-card-dark p{color:rgba(255,255,255,.63)}
.moment-card-dark span{color:var(--yellow)}

.gallery-section{padding:88px 0 96px;background:var(--forest);color:#fff}
.gallery-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:44px;margin-bottom:34px}
.gallery-heading h2{color:#fff;max-width:700px}
.gallery-heading>p{max-width:340px;color:rgba(255,255,255,.58);font-size:11px;margin:0 0 5px}
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:165px;gap:10px}
.gallery-item{position:relative;overflow:hidden;border:0;padding:0;border-radius:18px;background:#333;cursor:zoom-in;min-height:0}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease,filter .35s ease}
.gallery-item::after{content:"";position:absolute;inset:48% 0 0;background:linear-gradient(transparent,rgba(8,13,10,.72));opacity:.85}
.gallery-item span{position:absolute;z-index:2;left:17px;bottom:14px;color:#fff;font-size:11px;font-weight:800;letter-spacing:.04em}
.gallery-item:hover img{transform:scale(1.05);filter:brightness(.9)}
.gallery-a{grid-column:span 2;grid-row:span 2}
.gallery-b{grid-row:span 2}
.gallery-d{grid-row:span 2}
.gallery-f{grid-column:span 2}
.gallery-h{grid-column:span 2}

.testimonial-section{padding:92px 0}
.testimonial-card{display:grid;grid-template-columns:120px 1fr;gap:36px;align-items:start;max-width:900px}
.testimonial-symbol{font-family:var(--font-display);font-size:138px;line-height:.68;color:var(--yellow)}
.testimonial-card blockquote{font-family:var(--font-display);font-size:clamp(29px,3.5vw,44px);line-height:1.15;letter-spacing:-.025em;margin:0 0 24px;color:var(--ink)}

.instagram-section{padding:0 0 96px}
.instagram-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:66px;align-items:center}
.instagram-copy{max-width:410px}
.instagram-copy h2{line-height:1.04;letter-spacing:-.035em;margin:0}
.instagram-copy>p:not(.kicker){font-size:13px;color:var(--muted);margin:20px 0 20px}
.instagram-embed-shell{min-width:0;min-height:480px;display:grid;place-items:center;padding:22px;background:#fff;border-radius:30px;box-shadow:0 16px 50px rgba(24,32,27,.08);overflow:hidden}
.instagram-embed-shell .instagram-media,.instagram-embed-shell .instagram-media-rendered,.instagram-embed-shell iframe{min-width:0!important;width:100%!important;max-width:510px!important;margin:0!important}
.instagram-embed-shell blockquote{border:0;margin:0;background:#fff}

.location-section{background:#fff;padding:72px 0 0;overflow:hidden}
.location-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:60px;padding-bottom:34px}
.location-heading h2{line-height:1.04;letter-spacing:-.035em;margin:0}
.location-details{display:flex;align-items:flex-end;justify-content:flex-end;gap:28px}
.location-details p{font-size:12px;color:var(--muted);margin:0;min-width:240px}
.location-details p strong{color:var(--ink)}
.location-map{width:100%;height:380px;background:var(--paper-2);border-top:1px solid var(--line)}
.location-map iframe{display:block;width:100%;height:100%;border:0;filter:saturate(.82) contrast(.96)}

.site-footer{padding:52px 0 24px;background:#111512;color:#fff}
.footer-main{display:grid;grid-template-columns:1.6fr .7fr .9fr;gap:55px;padding-bottom:40px}
.footer-brand img{width:70px;height:48px;object-fit:contain;margin-bottom:14px}
.footer-brand p{max-width:310px;color:rgba(255,255,255,.52);font-size:13px}
.footer-column{display:flex;flex-direction:column;gap:10px}
.footer-column strong{font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:var(--yellow);margin-bottom:8px}
.footer-column a,.footer-column span{font-size:13px;color:rgba(255,255,255,.65);text-decoration:none}
.footer-column a:hover{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:22px;display:flex;justify-content:space-between;gap:25px;font-size:11px;color:rgba(255,255,255,.42)}
.footer-bottom a{text-decoration:none}

.floating-whatsapp{position:fixed;z-index:990;right:20px;bottom:20px;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;box-shadow:0 15px 35px rgba(0,0,0,.22);transition:.2s ease}
.floating-whatsapp:hover{transform:translateY(-3px) scale(1.03)}
.floating-whatsapp svg{width:29px;fill:currentColor}

.lightbox{width:100vw;height:100vh;max-width:none;max-height:none;margin:0;padding:0;border:0;background:rgba(8,11,9,.95);color:#fff}
.lightbox::backdrop{background:rgba(8,11,9,.95)}
.lightbox-stage{width:100%;height:100%;display:grid;place-items:center;position:relative;padding:34px 90px}
.lightbox-figure{margin:0;max-width:min(1050px,80vw);max-height:88vh;display:flex;flex-direction:column;align-items:center;gap:12px}
.lightbox-figure img{max-width:100%;max-height:79vh;object-fit:contain;border-radius:14px;box-shadow:0 25px 80px rgba(0,0,0,.5);transition:opacity .16s ease,transform .16s ease}
.lightbox-figure img.is-changing{opacity:.25;transform:scale(.985)}
.lightbox-figure figcaption{width:100%;display:flex;justify-content:space-between;gap:20px;font-size:12px;color:rgba(255,255,255,.72)}
.lightbox-counter{color:rgba(255,255,255,.48)}
.lightbox-close,.lightbox-nav{position:absolute;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.08);color:#fff;backdrop-filter:blur(8px);cursor:pointer;display:grid;place-items:center;transition:.2s ease}
.lightbox-close:hover,.lightbox-nav:hover{background:#fff;color:#111}
.lightbox-close{right:27px;top:24px;width:46px;height:46px;border-radius:50%;font-size:28px;line-height:1}
.lightbox-nav{top:50%;transform:translateY(-50%);width:54px;height:70px;border-radius:18px;font-size:48px;font-family:Arial,sans-serif;font-weight:200;line-height:1}
.lightbox-prev{left:24px}.lightbox-next{right:24px}

.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}
.reveal.is-visible{opacity:1;transform:none}

@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}*{animation:none!important;transition:none!important}}

@media (max-width:980px){
  .site-container{width:min(100% - 30px,760px)}
  .menu-toggle{display:flex}
  .main-menu{position:fixed;left:16px;right:16px;top:76px;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 25px 70px rgba(24,32,27,.22);padding:15px;display:flex;align-items:stretch;flex-direction:column;gap:2px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:.2s ease}
  .main-menu.open{opacity:1;visibility:visible;transform:none}
  .main-menu a{padding:12px;border-radius:11px}.main-menu a:not(.menu-cta):hover{background:var(--paper)}.main-menu .menu-cta{text-align:center;margin-top:5px}
  .hero-card{height:610px}.hero-content{left:38px;right:38px}.hero-info{left:38px;right:38px}.quick-booking{width:calc(100% - 38px)}
  .intro-grid{grid-template-columns:1fr;gap:44px}.intro-copy{max-width:680px}.story-grid{height:540px}
  .amenities-shell{padding:44px 32px}.amenities-heading{align-items:flex-start;flex-direction:column}.amenities-grid{grid-template-columns:repeat(2,1fr)}.amenities-grid article:nth-child(3n){border-right:1px solid rgba(255,255,255,.11)}.amenities-grid article:nth-child(2n){border-right:0}.amenities-grid article:nth-child(n+4){border-bottom:1px solid rgba(255,255,255,.11)}.amenities-grid article:nth-child(n+5){border-bottom:0}
  .section-title-row,.gallery-heading{align-items:flex-start;flex-direction:column;gap:18px}.section-title-row>p,.gallery-heading>p{max-width:620px}
  .moments-grid{grid-template-columns:1fr 1fr}.moment-card:last-child{grid-column:1/-1}.moment-card-dark{transform:none}
  .gallery-grid{grid-template-columns:repeat(3,1fr)}.gallery-a{grid-column:span 2}.gallery-h{grid-column:span 1}
  .testimonial-card{grid-template-columns:95px 1fr}
  .instagram-grid{grid-template-columns:1fr;gap:36px}.instagram-copy{max-width:680px}.instagram-embed-shell{min-height:460px}
  .location-heading{align-items:flex-start;flex-direction:column;gap:24px}.location-details{width:100%;justify-content:space-between}
  .footer-main{grid-template-columns:1.3fr .7fr .9fr;gap:35px}
}

@media (max-width:680px){
  .site-container{width:calc(100% - 24px)}
  .header-inner{height:70px}.brand img{width:54px;height:38px}.brand strong{font-size:18px}.brand small{font-size:8px}.main-menu{top:68px}
  .hero-wrap{padding-top:8px;padding-bottom:62px}.hero-card{min-height:580px;height:calc(100svh - 82px);max-height:650px;border-radius:26px}.hero-photo{background-position:54% center}.hero-overlay{background:linear-gradient(0deg,rgba(10,14,11,.92) 0%,rgba(10,14,11,.62) 55%,rgba(10,14,11,.18) 100%)}
  .hero-badge{top:16px;right:16px;font-size:8px;padding:8px 10px}.hero-content{left:20px;right:20px;bottom:132px}.hero-content h1{font-size:clamp(39px,11.5vw,53px)}.hero-lead{font-size:13px;margin:16px 0 20px}.hero-actions{display:grid;grid-template-columns:1fr}.button{width:100%}.hero-info{left:22px;right:22px;bottom:25px;gap:12px;justify-content:space-between}.hero-info strong{font-size:17px}.hero-info span{font-size:8px}
  .quick-booking{width:calc(100% - 22px);margin-top:-22px;padding:16px;border-radius:18px;align-items:flex-start;flex-direction:column}.quick-booking>a{width:100%;justify-content:space-between}.quick-icon{width:43px;height:43px}.quick-booking-copy span{font-size:10px}
  .intro-section{padding:52px 0 72px}.intro-copy h2,.section-title-row h2,.gallery-heading h2,.location-heading h2,.instagram-copy h2{font-size:34px}.story-grid{height:500px;grid-template-columns:1fr 1fr;grid-template-rows:1.3fr .7fr}.story-card-main{grid-column:1/-1;grid-row:1}.story-card-small{grid-row:2}.story-card{border-radius:21px}.story-card-main figcaption strong{font-size:21px}
  .amenities-section{padding-bottom:72px}.amenities-shell{padding:31px 18px;border-radius:26px}.amenities-heading h2{font-size:34px}.amenities-grid{grid-template-columns:1fr}.amenities-grid article{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.11)!important;min-height:auto;padding:26px 5px}.amenities-grid article:last-child{border-bottom:0!important}.amenities-grid h3{font-size:23px;margin:16px 0 7px}
  .moments-section{padding-bottom:76px}.section-title-row{margin-bottom:28px}.moments-grid{grid-template-columns:1fr}.moment-card:last-child{grid-column:auto}.moment-card img{height:240px}.moment-card>div{padding:23px}.moment-card h3{font-size:22px}
  .gallery-section{padding:66px 0 70px}.gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:145px;gap:8px}.gallery-a{grid-column:span 2}.gallery-b,.gallery-d{grid-row:span 1}.gallery-f,.gallery-h{grid-column:span 2}.gallery-item{border-radius:13px}.gallery-item span{left:12px;bottom:10px;font-size:9px}
  .testimonial-section{padding:68px 0}.testimonial-card{grid-template-columns:1fr;gap:15px}.testimonial-symbol{font-size:100px;height:55px}.testimonial-card blockquote{font-size:31px}
  .instagram-section{padding-bottom:68px}.instagram-grid{gap:28px}.instagram-embed-shell{min-height:390px;padding:12px;border-radius:22px}
  .location-section{padding-top:54px}.location-heading{gap:20px;padding-bottom:26px}.location-details{align-items:flex-start;flex-direction:column;gap:18px}.location-details p{font-size:11px}.location-details .button{width:auto}.location-map{height:320px}
  .site-footer{padding-top:52px}.footer-main{grid-template-columns:1fr;gap:34px}.footer-bottom{align-items:flex-start;flex-direction:column;gap:8px}.floating-whatsapp{right:14px;bottom:88px;width:52px;height:52px}
  .lightbox-stage{padding:80px 16px 70px}.lightbox-figure{max-width:100%;max-height:100%}.lightbox-figure img{max-height:72vh;border-radius:10px}.lightbox-close{right:14px;top:14px}.lightbox-nav{width:46px;height:58px;border-radius:15px;font-size:38px;top:auto;bottom:18px;transform:none}.lightbox-prev{left:calc(50% - 55px)}.lightbox-next{right:calc(50% - 55px)}
}
