:root{--brand:#e85d04;--brand-light:#f48c06;--brand-dark:#c44900;--brand-glow:rgba(232,93,4,0.35);--brand-soft:#fff7ed;--brand-muted:#ffedd5;--dark:#0c1222;--dark-soft:#151d32;--dark-card:#1a2338;--text:#1e293b;--text-muted:#64748b;--text-light:#94a3b8;--border:#e2e8f0;--border-light:#f1f5f9;--surface:#ffffff;--surface-alt:#f8fafc;--radius-sm:10px;--radius:16px;--radius-lg:24px;--radius-full:9999px;--shadow-sm:0 1px 3px rgba(15,23,42,0.06);--shadow:0 8px 30px rgba(15,23,42,0.08);--shadow-lg:0 20px 50px rgba(15,23,42,0.12);--shadow-brand:0 12px 32px var(--brand-glow);--font:system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif;--display:Georgia,'Times New Roman',serif;--ease:cubic-bezier(0.4,0,0.2,1);--header-h:80px}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--text);line-height:1.65;background:var(--surface);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:1240px;margin:0 auto;padding:0 1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;padding:0.75rem 1.5rem;border-radius:var(--radius-sm);font-weight:600;font-size:0.9rem;border:none;cursor:pointer;transition:color 0.25s var(--ease),background-color 0.25s var(--ease),border-color 0.25s var(--ease),transform 0.25s var(--ease),box-shadow 0.25s var(--ease),opacity 0.25s var(--ease);white-space:nowrap}.btn-primary{background:linear-gradient(135deg,var(--brand-light),var(--brand));color:#fff;box-shadow:var(--shadow-brand)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 16px 40px var(--brand-glow);filter:brightness(1.05)}.btn-outline{background:var(--surface);border:2px solid var(--border);color:var(--text)}.btn-outline:hover{border-color:var(--brand);color:var(--brand);background:var(--brand-soft)}.btn-outline-light{background:rgba(255,255,255,0.08);border:2px solid rgba(255,255,255,0.25);color:#fff;backdrop-filter:blur(8px)}.btn-outline-light:hover{background:rgba(255,255,255,0.15);border-color:rgba(255,255,255,0.4)}.btn-white{background:#fff;color:var(--brand-dark);box-shadow:var(--shadow)}.btn-white:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-lg{padding:1rem 2rem;font-size:1rem;border-radius:var(--radius-sm)}.btn-icon{width:18px;height:18px;flex-shrink:0}.text-center{text-align:center}.text-muted{color:var(--text-muted)}.section-label{display:inline-flex;align-items:center;gap:0.5rem;font-size:0.75rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;color:var(--brand);margin-bottom:0.75rem}.section-label::before{content:'';width:24px;height:2px;background:var(--brand);border-radius:2px}.mt-2{margin-top:0.5rem}.mt-3{margin-top:0.75rem}.mt-4{margin-top:1.5rem}.mb-3{margin-bottom:1rem}.site-header{position:sticky;top:0;z-index:200;background:rgba(255,255,255,0.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(226,232,240,0.8);transition:box-shadow 0.3s var(--ease)}.site-header.scrolled{box-shadow:var(--shadow)}.top-bar{background:var(--dark);color:var(--text-light);font-size:0.78rem;padding:0.55rem 0}.top-bar .container{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.top-bar a{display:inline-flex;align-items:center;gap:0.4rem;transition:color 0.2s}.top-bar a:hover{color:#fff}.top-bar-item{display:inline-flex;align-items:center;gap:0.4rem}.nav-wrap{display:flex;align-items:center;justify-content:space-between;height:var(--header-h);gap:1rem;position:relative}.logo{display:flex;align-items:center;gap:0.875rem;z-index:10}.logo img{width:48px;height:48px;border-radius:14px;box-shadow:var(--shadow-sm)}.logo strong{font-family:var(--display);font-size:1.15rem;font-weight:700;color:var(--dark);display:block;line-height:1.2}.logo small{font-size:0.72rem;color:var(--text-muted);font-weight:500}.main-nav{display:flex;align-items:center;gap:0.25rem}.main-nav a{padding:0.55rem 1rem;border-radius:var(--radius-sm);font-size:0.875rem;font-weight:500;color:var(--text-muted);transition:color 0.2s var(--ease),background-color 0.2s var(--ease),border-color 0.2s var(--ease),transform 0.2s var(--ease),opacity 0.2s var(--ease);position:relative}.main-nav a:hover,.main-nav a.active{color:var(--brand);background:var(--brand-soft)}.nav-actions{display:flex;align-items:center;gap:0.625rem}.menu-toggle{display:none;width:44px;height:44px;border:none;background:var(--surface-alt);border-radius:var(--radius-sm);cursor:pointer;align-items:center;justify-content:center;flex-direction:column;gap:5px}.menu-toggle span{display:block;width:20px;height:2px;background:var(--dark);border-radius:2px;transition:0.3s var(--ease)}.menu-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero{position:relative;background:var(--dark);color:#fff;padding:5rem 0 6rem;overflow:hidden;min-height:90vh;display:flex;align-items:center}.hero-bg{position:absolute;inset:0;pointer-events:none}.hero-bg::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 70% 20%,rgba(232,93,4,0.18),transparent 60%),radial-gradient(ellipse 50% 50% at 10% 80%,rgba(244,140,6,0.08),transparent 50%)}.hero-grid-pattern{position:absolute;inset:0;opacity:0.04;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.hero-inner{position:relative;display:grid;grid-template-columns:1.1fr 0.9fr;gap:4rem;align-items:center}.hero-content{max-width:620px}.badge{display:inline-flex;align-items:center;gap:0.5rem;background:rgba(232,93,4,0.12);border:1px solid rgba(232,93,4,0.25);color:#fdba74;padding:0.45rem 1rem;border-radius:var(--radius-full);font-size:0.8rem;font-weight:600;margin-bottom:1.75rem;animation:fadeUp 0.6s var(--ease)}.badge-dot{width:8px;height:8px;background:#fb923c;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:0.5;transform:scale(0.85)}}.hero h1{font-family:var(--display);font-size:clamp(2.25rem,5vw,3.75rem);font-weight:800;line-height:1.1;margin-bottom:1.25rem;letter-spacing:-0.02em;animation:fadeUp 0.6s 0.1s var(--ease) both}.gradient{background:linear-gradient(135deg,#fdba74,#f97316,#fb923c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-desc{font-size:1.125rem;color:var(--text-light);margin-bottom:2rem;max-width:520px;animation:fadeUp 0.6s 0.2s var(--ease) both}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:3rem;animation:fadeUp 0.6s 0.3s var(--ease) both}.hero-visual{position:relative;animation:fadeUp 0.8s 0.2s var(--ease) both}.hero-card-stack{position:relative;height:420px}.hero-float-card{position:absolute;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1);backdrop-filter:blur(12px);border-radius:var(--radius-lg);padding:1.5rem;transition:transform 0.4s var(--ease)}.hero-float-card:hover{transform:translateY(-4px)}.hero-float-card.main{top:50%;left:50%;transform:translate(-50%,-50%);width:280px;text-align:center;background:linear-gradient(145deg,rgba(232,93,4,0.2),rgba(232,93,4,0.05));border-color:rgba(232,93,4,0.3);padding:2.5rem}.hero-float-card.main .hero-icon{font-size:4rem;margin-bottom:1rem}.hero-float-card.main h3{font-family:var(--display);font-size:1.25rem;margin-bottom:0.5rem}.hero-float-card.main p{font-size:0.85rem;color:var(--text-light)}.hero-float-card.sub1{top:8%;right:0;animation:float 6s ease-in-out infinite}.hero-float-card.sub2{bottom:10%;left:0;animation:float 6s 2s ease-in-out infinite}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;animation:fadeUp 0.6s 0.4s var(--ease) both}.stat-item{background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);border-radius:var(--radius);padding:1.25rem;text-align:center;transition:0.3s var(--ease)}.stat-item:hover{background:rgba(232,93,4,0.1);border-color:rgba(232,93,4,0.2)}.stat-item strong{font-family:var(--display);font-size:1.75rem;font-weight:800;color:#fb923c;display:block;line-height:1;margin-bottom:0.35rem}.stat-item span{font-size:0.75rem;color:var(--text-light)}@keyframes fadeUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.section{padding:5.5rem 0}.bg-light{background:var(--surface-alt)}.bg-dark{background:var(--dark);color:#fff}.section-head{text-align:center;max-width:640px;margin:0 auto 3rem}.section-head h2{font-family:var(--display);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;letter-spacing:-0.02em;color:var(--dark);margin-bottom:0.75rem}.section-head p{color:var(--text-muted);font-size:1.05rem}.page-hero{background:linear-gradient(135deg,var(--dark) 0%,var(--dark-soft) 100%);color:#fff;padding:4rem 0;position:relative;overflow:hidden}.page-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 80% 50%,rgba(232,93,4,0.12),transparent 50%)}.page-hero .container{position:relative}.page-hero h1{font-family:var(--display);font-size:clamp(2rem,4vw,2.75rem);font-weight:800;letter-spacing:-0.02em}.page-hero p{color:var(--text-light);margin-top:0.75rem;font-size:1.05rem}.back-link{color:var(--text-light);font-size:0.875rem;display:inline-flex;align-items:center;gap:0.35rem;margin-bottom:1rem;transition:color 0.2s}.back-link:hover{color:#fb923c}.features{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:-3rem;position:relative;z-index:5}.feature-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2rem 1.5rem;text-align:center;box-shadow:var(--shadow);transition:transform 0.35s var(--ease),box-shadow 0.35s var(--ease),border-color 0.35s var(--ease),opacity 0.35s var(--ease)}.feature-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:var(--brand-muted)}.feature-icon{width:56px;height:56px;margin:0 auto 1.25rem;background:var(--brand-soft);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;transition:0.3s var(--ease)}.feature-card:hover .feature-icon{background:linear-gradient(135deg,var(--brand-light),var(--brand));transform:scale(1.05)}.feature-card h3{font-family:var(--display);font-size:1.05rem;font-weight:700;margin-bottom:0.5rem;color:var(--dark)}.feature-card p{font-size:0.875rem;color:var(--text-muted)}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.grid-3{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,280px),1fr));gap:1.75rem}.split{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.narrow{max-width:760px;margin:0 auto}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:transform 0.35s var(--ease),box-shadow 0.35s var(--ease),border-color 0.35s var(--ease),opacity 0.35s var(--ease);display:block;height:100%}.card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:transparent}.card-img{height:180px;background:linear-gradient(145deg,#f8fafc,#e2e8f0);display:flex;align-items:center;justify-content:center;font-size:3.5rem;position:relative;overflow:hidden}.card-img::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,0.03),transparent)}.card-img.kum{background:linear-gradient(145deg,#fef3c7,#fde68a)}.card-img.cimento{background:linear-gradient(145deg,#e2e8f0,#cbd5e1)}.card-body{padding:1.5rem}.tag{display:inline-block;background:var(--brand-soft);color:var(--brand);font-size:0.68rem;font-weight:700;padding:0.3rem 0.75rem;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:0.04em;margin-bottom:0.75rem}.tag.kum{background:#fef3c7;color:#b45309}.tag.cimento{background:#e2e8f0;color:#334155}.card h3{font-family:var(--display);font-size:1.125rem;font-weight:700;color:var(--dark);margin-bottom:0.5rem;transition:color 0.2s}.card:hover h3{color:var(--brand)}.card p{font-size:0.875rem;color:var(--text-muted);line-height:1.5}.card-foot{display:flex;align-items:center;justify-content:space-between;margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--border-light)}.card-price{font-family:var(--display);font-weight:700;color:var(--brand);font-size:1rem}.card-link{font-size:0.8rem;font-weight:600;color:var(--brand);opacity:0;transform:translateX(-8px);transition:transform 0.3s var(--ease),opacity 0.3s var(--ease)}.card:hover .card-link{opacity:1;transform:translateX(0)}.card-date{font-size:0.78rem;color:var(--text-muted);margin-top:0.75rem}.product-showcase{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.showcase-card{padding:1.75rem;border-radius:var(--radius);color:#fff;position:relative;overflow:hidden;min-height:140px;display:flex;flex-direction:column;justify-content:flex-end;transition:transform 0.3s var(--ease)}.showcase-card:hover{transform:scale(1.02)}.showcase-card::before{content:'';position:absolute;top:1rem;right:1rem;font-size:2.5rem;opacity:0.3}.showcase-card.amber{background:linear-gradient(135deg,#f59e0b,#d97706)}.showcase-card.amber::before{content:'🏗️'}.showcase-card.yellow{background:linear-gradient(135deg,#eab308,#ca8a04)}.showcase-card.yellow::before{content:'🪨'}.showcase-card.slate{background:linear-gradient(135deg,#64748b,#475569)}.showcase-card.slate::before{content:'🧱'}.showcase-card.gray{background:linear-gradient(135deg,#78716c,#57534e)}.showcase-card.gray::before{content:'🏭'}.showcase-card h3{font-family:var(--display);font-size:1.1rem;font-weight:700;position:relative}.showcase-card p{font-size:0.8rem;opacity:0.85;position:relative}.content-block h2{font-family:var(--display);font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800;letter-spacing:-0.02em;margin-bottom:1.25rem;color:var(--dark)}.content-block p{color:var(--text-muted);margin-bottom:1rem;font-size:1rem}.check-list{list-style:none;margin:1.5rem 0}.check-list li{display:flex;align-items:flex-start;gap:0.75rem;padding:0.5rem 0;color:var(--text-muted);font-size:0.95rem}.check-list li::before{content:'✓';flex-shrink:0;width:22px;height:22px;background:var(--brand-soft);color:var(--brand);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:0.7rem;font-weight:700}.faq-list{display:flex;flex-direction:column;gap:0.875rem}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:0.3s var(--ease)}.faq-item[open]{border-color:var(--brand-muted);box-shadow:var(--shadow-sm)}.faq-item summary{padding:1.25rem 1.5rem;font-weight:600;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:1rem;color:var(--dark);transition:color 0.2s}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::after{content:'+';font-size:1.25rem;color:var(--brand);font-weight:400;transition:transform 0.3s;flex-shrink:0}.faq-item[open] summary::after{transform:rotate(45deg)}.faq-item summary:hover{color:var(--brand)}.faq-item p{padding:0 1.5rem 1.25rem;color:var(--text-muted);font-size:0.925rem;line-height:1.7}.cta-section{background:linear-gradient(135deg,var(--brand) 0%,var(--brand-dark) 100%);color:#fff;padding:5rem 0;position:relative;overflow:hidden}.cta-section::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.cta-section .container{position:relative}.cta-section h2{font-family:var(--display);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;margin-bottom:0.75rem}.cta-section p{opacity:0.9;margin-bottom:2rem;font-size:1.05rem}.cta-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cta-box{background:var(--brand-soft);border-radius:var(--radius-lg);padding:2.5rem;text-align:center;margin-top:2rem;border:1px solid var(--brand-muted)}.cta-box h3{font-family:var(--display);color:var(--dark);margin-bottom:0.5rem}.product-visual{height:380px;background:linear-gradient(145deg,#f8fafc,#e2e8f0);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;font-size:6rem;box-shadow:var(--shadow);border:1px solid var(--border)}.product-visual.kum{background:linear-gradient(145deg,#fef3c7,#fde68a)}.product-visual.cimento{background:linear-gradient(145deg,#e2e8f0,#cbd5e1)}.price{font-family:var(--display);font-size:2.25rem;font-weight:800;color:var(--brand);margin:1.25rem 0}.lead{font-size:1.125rem;color:var(--text-muted);line-height:1.7}.contact-info{display:flex;flex-direction:column;gap:1rem}.info-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;transition:0.3s var(--ease)}.info-card:hover{border-color:var(--brand-muted);box-shadow:var(--shadow-sm)}.info-card-icon{width:44px;height:44px;background:var(--brand-soft);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;margin-bottom:0.75rem}.info-card h3{font-family:var(--display);font-size:0.95rem;font-weight:700;margin-bottom:0.35rem;color:var(--dark)}.info-card a{color:var(--brand);font-weight:500}.info-card a:hover{text-decoration:underline}.contact-form{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow)}.contact-form h2{font-family:var(--display);font-size:1.35rem;font-weight:700;margin-bottom:1.5rem;color:var(--dark)}.contact-form label,.form-row label{display:block;font-weight:600;font-size:0.85rem;margin-bottom:0.4rem;color:var(--text)}.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:0.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius-sm);margin-bottom:1rem;font-family:inherit;font-size:0.9rem;transition:border-color 0.2s,box-shadow 0.2s;background:var(--surface-alt)}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-glow);background:#fff}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.prose h1,.prose h2,.prose h3{font-family:var(--display);font-weight:700;color:var(--dark);margin:2rem 0 0.75rem;letter-spacing:-0.01em}.prose h2{font-size:1.5rem}.prose h3{font-size:1.2rem}.prose p{margin-bottom:1rem;color:var(--text-muted);line-height:1.8}.prose ul{margin:1rem 0 1.5rem 1.25rem;color:var(--text-muted)}.prose li{margin-bottom:0.5rem}.prose a{color:var(--brand);font-weight:500}.prose a:hover{text-decoration:underline}.site-footer{background:var(--dark);color:var(--text-light);padding:5rem 0 0}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:3rem;padding-bottom:3rem}.footer-brand-wrap{display:flex;align-items:center;gap:0.875rem;margin-bottom:1rem}.footer-brand-wrap img{width:44px;height:44px;border-radius:12px}.footer-brand{font-family:var(--display);color:#fff;font-size:1.15rem;font-weight:700}.site-footer h4{color:#fff;font-size:0.75rem;text-transform:uppercase;letter-spacing:0.1em;margin-bottom:1.25rem;font-weight:700}.site-footer p{font-size:0.875rem;line-height:1.7;margin-bottom:0.5rem}.site-footer a{display:block;margin-bottom:0.625rem;font-size:0.875rem;transition:color 0.2s,transform 0.2s}.site-footer a:hover{color:#fb923c;transform:translateX(4px)}.footer-bottom{border-top:1px solid rgba(255,255,255,0.08);padding:1.5rem 0;display:flex;justify-content:space-between;flex-wrap:wrap;gap:0.75rem;font-size:0.8rem;color:var(--text-muted)}.whatsapp-btn{position:fixed;bottom:1.75rem;right:1.75rem;width:60px;height:60px;background:#25d366;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 24px rgba(37,211,102,0.45);z-index:150;transition:transform 0.3s var(--ease),box-shadow 0.3s var(--ease),opacity 0.3s var(--ease)}.whatsapp-btn:hover{transform:scale(1.1);box-shadow:0 8px 32px rgba(37,211,102,0.55)}.whatsapp-btn::before{content:'';position:absolute;inset:-4px;border-radius:50%;border:2px solid #25d366;animation:whatsappPulse 2s infinite}@keyframes whatsappPulse{0%{transform:scale(1);opacity:0.6}100%{transform:scale(1.3);opacity:0}}.filters{display:flex;flex-wrap:wrap;gap:0.625rem}.filter{padding:0.55rem 1.25rem;border-radius:var(--radius-full);background:var(--surface);border:1px solid var(--border);font-size:0.875rem;font-weight:500;color:var(--text-muted);transition:color 0.25s var(--ease),background-color 0.25s var(--ease),border-color 0.25s var(--ease),transform 0.25s var(--ease)}.filter:hover,.filter.active{background:var(--brand);border-color:var(--brand);color:#fff;box-shadow:var(--shadow-brand)}.trust-bar{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:1.25rem 0}.trust-items{display:flex;justify-content:center;flex-wrap:wrap;gap:2.5rem}.trust-item{display:flex;align-items:center;gap:0.625rem;font-size:0.875rem;font-weight:600;color:var(--text-muted)}.trust-item span:first-child{font-size:1.25rem}.reveal{opacity:0;transform:translate3d(0,24px,0);transition:opacity 0.7s var(--ease),transform 0.7s var(--ease)}.reveal.visible{opacity:1;transform:translate3d(0,0,0)}@media (max-width:991px){.hero-inner{grid-template-columns:1fr;text-align:center}.hero-desc{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-visual{display:none}}.breadcrumbs{background:var(--surface-alt);border-bottom:1px solid var(--border);padding:0.75rem 0;font-size:0.8125rem}.breadcrumbs ol{display:flex;flex-wrap:wrap;gap:0.35rem;list-style:none;margin:0;padding:0;align-items:center}.breadcrumbs li:not(:last-child)::after{content:'/';margin-left:0.35rem;color:var(--text-muted)}.breadcrumbs a{color:var(--brand);font-weight:500}.breadcrumbs li:last-child{color:var(--text-muted)}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.testimonial-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;margin:0;box-shadow:var(--shadow-sm)}.testimonial-stars{color:#f59e0b;font-size:1rem;margin-bottom:0.75rem}.testimonial-card p{color:var(--text-muted);line-height:1.7;margin-bottom:1rem;font-style:italic}.testimonial-card footer strong{display:block;font-size:0.9375rem}.testimonial-card footer span{font-size:0.8125rem;color:var(--text-muted)}.footer-social{display:flex;gap:0.5rem;margin-top:1rem}.footer-social a{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,0.08);border-radius:8px;font-size:0.7rem;font-weight:700;color:#cbd5e1;transition:0.2s}.footer-social a:hover{background:var(--brand);color:#fff}.footer-legal{display:flex;gap:1rem}.footer-legal a{color:#94a3b8;font-size:0.8125rem}.footer-legal a:hover{color:#fff}.map-embed{margin-top:1rem;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border)}.map-embed iframe{width:100%;height:220px;border:0;display:block}.success-box{text-align:center;padding:3rem 2rem !important}.success-icon{width:64px;height:64px;background:#dcfce7;color:#15803d;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 1rem;font-weight:700}.form-note{font-size:0.8125rem;color:var(--text-muted);margin:0.75rem 0}.form-note a{color:var(--brand)}.alert-error{background:#fef2f2;color:#b91c1c;padding:0.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:0.875rem}.blog-search{display:flex;gap:0.75rem;max-width:480px;margin-top:1.5rem}.blog-search input{flex:1;padding:0.75rem 1rem;border:1px solid rgba(255,255,255,0.2);border-radius:10px;background:rgba(255,255,255,0.1);color:#fff}.blog-search input::placeholder{color:rgba(255,255,255,0.6)}.search-result-info{grid-column:1 / -1;color:var(--text-muted);margin-bottom:0.5rem}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:9998;background:var(--dark);color:#e2e8f0;padding:1rem;box-shadow:0 -4px 24px rgba(0,0,0,0.2)}.cookie-inner{max-width:var(--container);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.cookie-inner p{margin:0;font-size:0.875rem;max-width:720px}.cookie-inner a{color:#fb923c}.cookie-actions{display:flex;gap:0.5rem}.btn-sm{padding:0.5rem 1rem;font-size:0.8125rem}.nav-overlay{display:none}.hero-mesh{position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 20% 40%,var(--brand-glow),transparent 55%),radial-gradient(ellipse 60% 50% at 80% 20%,rgba(99,102,241,0.15),transparent 50%),radial-gradient(ellipse 50% 40% at 60% 80%,rgba(251,146,60,0.12),transparent 45%);animation:meshFloat 12s ease-in-out infinite alternate}@keyframes meshFloat{0%{opacity:0.85;transform:scale(1)}100%{opacity:1;transform:scale(1.05)}}.section-tight-top{padding-top:3rem}.bg-subtle{background:linear-gradient(180deg,var(--surface-alt) 0%,var(--surface) 100%)}.float-accent{color:var(--brand-light);font-size:1.25rem;display:block}.hero-float-card.sub1 p,.hero-float-card.sub2 p{font-size:0.8rem;margin-top:0.5rem;color:#94a3b8}.showcase-icon{font-size:1.5rem;display:block;margin-bottom:0.5rem}.feature-card{position:relative;overflow:hidden;transition:transform 0.35s var(--ease),box-shadow 0.35s var(--ease)}.feature-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--brand-light),var(--brand));transform:scaleX(0);transform-origin:left;transition:transform 0.35s var(--ease)}.feature-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.feature-card:hover::before{transform:scaleX(1)}.section-head h2{font-family:var(--display);font-size:clamp(1.75rem,3vw,2.25rem);letter-spacing:-0.02em}.page-hero .section-label{color:var(--brand-light) !important}.page-hero{background:linear-gradient(135deg,var(--dark) 0%,var(--dark-soft) 50%,#1e293b 100%);position:relative;overflow:hidden}.page-hero::after{content:'';position:absolute;inset:0;background:radial-gradient(circle at 70% 30%,var(--brand-glow),transparent 40%);pointer-events:none}.page-hero .container{position:relative;z-index:1}.product-card,.article-card{transition:transform 0.3s var(--ease),box-shadow 0.3s var(--ease);border:1px solid var(--border-light)}.product-card:hover,.article-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);border-color:var(--brand-muted)}.site-footer{background:linear-gradient(180deg,var(--dark-soft) 0%,var(--dark) 100%);position:relative}.footer-brand-col{max-width:320px}.footer-desc{margin-top:0.75rem;line-height:1.7}.footer-hours{margin-top:0.75rem;color:#94a3b8;font-size:0.875rem}.main-nav a{position:relative;font-weight:500}.main-nav a.active::after{content:'';position:absolute;bottom:-4px;left:0.75rem;right:0.75rem;height:2px;background:var(--brand);border-radius:2px}.testimonial-card{transition:transform 0.3s var(--ease),box-shadow 0.3s var(--ease)}.testimonial-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.faq-item{transition:border-color 0.2s,box-shadow 0.2s}.faq-item[open]{border-color:var(--brand-muted);box-shadow:var(--shadow-sm)}.whatsapp-btn{transition:transform 0.25s var(--ease),box-shadow 0.25s var(--ease)}.whatsapp-btn:hover{transform:scale(1.08);box-shadow:0 8px 28px rgba(37,211,102,0.45)}:root{--studio-ink:#17332d;--studio-ink-soft:#52645f;--studio-forest:#173d36;--studio-forest-deep:#0c2b26;--studio-copper:#88472a;--studio-copper-dark:#9f5534;--studio-sand:#dcc8a5;--studio-cream:#f7f3ea;--studio-paper:#fffdf8;--studio-white:#ffffff;--studio-mist:#edf1ed;--studio-line:rgba(23,51,45,0.13);--studio-line-dark:rgba(255,255,255,0.15);--studio-shadow-sm:0 10px 30px rgba(21,46,40,0.08);--studio-shadow:0 24px 70px rgba(21,46,40,0.13);--studio-radius-sm:10px;--studio-radius:18px;--studio-radius-lg:30px;--studio-display:Georgia,"Times New Roman",serif;--studio-sans:system-ui,-apple-system,"Segoe UI",sans-serif}html{scroll-behavior:smooth}body.theme-studio{margin:0;overflow-x:hidden;background:var(--studio-cream);color:var(--studio-ink);font-family:var(--studio-sans);font-size:16px;line-height:1.68;-webkit-font-smoothing:antialiased}.theme-studio *,.theme-studio *::before,.theme-studio *::after{box-sizing:border-box}.theme-studio img{max-width:100%}.theme-studio a{color:inherit}.theme-studio main{overflow:clip}.theme-studio .container{width:min(1240px,calc(100% - 3rem))}.theme-studio .narrow{width:min(900px,calc(100% - 3rem))}.theme-studio h1,.theme-studio h2,.theme-studio h3,.theme-studio .footer-brand,.theme-studio .hotel-review p{margin-top:0;color:var(--studio-ink);font-family:var(--studio-display);font-weight:500;letter-spacing:-0.035em;text-wrap:balance}.theme-studio h1{font-size:clamp(3.25rem,7vw,6.4rem);line-height:0.93}.theme-studio h2{font-size:clamp(2.4rem,4.8vw,4.6rem);line-height:0.99}.theme-studio h3{font-size:clamp(1.45rem,2vw,2rem);line-height:1.1}.theme-studio h1 em,.theme-studio h2 em{color:var(--studio-copper);font-style:italic;font-weight:500}.theme-studio p{color:var(--studio-ink-soft)}.theme-studio::selection{background:var(--studio-copper);color:#fff}.theme-studio .section{padding:clamp(5.5rem,10vw,9rem) 0}.theme-studio .section-tight{padding:1.2rem 0}.theme-studio .bg-light{background:var(--studio-paper)}.theme-studio .text-muted{color:var(--studio-ink-soft) !important}.theme-studio .btn{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:0.55rem;padding:0.72rem 1.15rem;border:1px solid transparent;border-radius:999px;box-shadow:none;font-family:var(--studio-sans);font-size:0.76rem;font-weight:800;letter-spacing:0.045em;line-height:1;text-decoration:none;text-transform:uppercase;transition:transform 180ms ease,background 180ms ease,border-color 180ms ease,color 180ms ease}.theme-studio .btn:hover{transform:translateY(-2px)}.theme-studio .btn-lg{min-height:54px;padding:0.9rem 1.45rem}.theme-studio .btn-sm{min-height:38px;padding:0.55rem 0.9rem;font-size:0.69rem}.theme-studio .btn-primary{background:var(--studio-copper);color:#fff}.theme-studio .btn-primary:hover{background:var(--studio-copper-dark);color:#fff}.theme-studio .btn-outline{border-color:var(--studio-line);background:transparent;color:var(--studio-ink)}.theme-studio .btn-outline:hover{border-color:var(--studio-forest);background:var(--studio-forest);color:#fff}.theme-studio .btn-white{background:#fff;color:var(--studio-forest)}.theme-studio .btn-outline-light{border-color:rgba(255,255,255,.42);color:#fff}.theme-studio input,.theme-studio select,.theme-studio textarea{width:100%;min-height:50px;border:1px solid var(--studio-line);border-radius:12px;background:var(--studio-paper);color:var(--studio-ink);font:600 0.88rem var(--studio-sans);outline:0;transition:border-color 160ms ease,box-shadow 160ms ease}.theme-studio input:focus,.theme-studio select:focus,.theme-studio textarea:focus{border-color:var(--studio-copper);box-shadow:0 0 0 4px rgba(195,111,69,.12)}.theme-studio .site-header{position:sticky;top:0;z-index:1000;border:0;background:rgba(255,253,248,0.95);color:var(--studio-ink);box-shadow:0 1px 0 var(--studio-line);backdrop-filter:blur(18px)}.theme-studio .top-bar{min-height:32px;padding:0;background:var(--studio-forest-deep);color:rgba(255,255,255,.78)}.theme-studio .top-bar .container{min-height:32px;display:flex;align-items:center;gap:1.5rem}.theme-studio .top-bar-item{gap:.4rem;color:inherit;font-size:.66rem;font-weight:700;letter-spacing:.055em;text-decoration:none;text-transform:uppercase}.theme-studio .top-bar-item:first-child{color:#fff}.theme-studio .nav-wrap{min-height:82px;display:flex;align-items:center;gap:2rem}.theme-studio .logo{display:flex;align-items:center;gap:.8rem;flex-shrink:0;color:var(--studio-ink);text-decoration:none}.theme-studio .logo img{width:45px;height:45px;object-fit:contain}.theme-studio .logo strong{display:block;font-family:var(--studio-display);font-size:1.25rem;font-weight:600;letter-spacing:-.02em;line-height:1}.theme-studio .logo small{display:block;margin-top:.28rem;color:var(--studio-ink-soft);font-size:.57rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.theme-studio .main-nav{margin-left:auto}.theme-studio .main-nav-list{display:flex;align-items:center;margin:0;padding:0;gap:.3rem;list-style:none}.theme-studio .main-nav-item{list-style:none}.theme-studio .main-nav-link{position:relative;padding:.72rem .78rem;border-radius:999px;color:var(--studio-ink-soft);font-size:.72rem;font-weight:800;letter-spacing:.035em;text-decoration:none;text-transform:uppercase;transition:color 160ms ease}.theme-studio .main-nav-link::after{position:absolute;right:.8rem;bottom:.38rem;left:.8rem;height:1px;background:var(--studio-copper);content:"";opacity:0;transform:scaleX(.3);transform-origin:left center;transition:opacity 160ms ease,transform 160ms ease}.theme-studio .main-nav-link:hover,.theme-studio .main-nav-link.active,.theme-studio .main-nav-item.is-active .main-nav-link{color:var(--studio-ink)}.theme-studio .main-nav-link:hover::after,.theme-studio .main-nav-link.active::after,.theme-studio .main-nav-item.is-active .main-nav-link::after{opacity:1;transform:scaleX(1)}.theme-studio .nav-actions{display:flex;align-items:center;gap:.55rem}.theme-studio .nav-actions .btn{min-height:42px;padding:.65rem 1rem;font-size:.66rem}.theme-studio .mobile-nav-cta{display:none}.theme-studio .mobile-nav-cta .btn{width:100%;justify-content:center}.theme-studio .menu-toggle{display:none;width:42px;height:42px;margin-left:auto;border-radius:999px;border:1px solid var(--studio-line);background:var(--studio-paper);color:var(--studio-ink)}.theme-studio .menu-toggle span{display:block;width:18px;height:2px;margin:3px auto;background:currentColor;border-radius:999px;transition:transform 160ms ease,opacity 160ms ease}.theme-studio .menu-toggle.open span:first-child{transform:translateY(5px) rotate(45deg)}.theme-studio .menu-toggle.open span:nth-child(2){opacity:0}.theme-studio .menu-toggle.open span:last-child{transform:translateY(-5px) rotate(-45deg)}.theme-studio .nav-overlay{position:fixed;inset:0;z-index:1001;background:rgba(9,36,31,.5);opacity:0;pointer-events:none;transition:opacity 210ms ease}.theme-studio .nav-overlay.active,.theme-studio .nav-overlay.visible{opacity:1;pointer-events:auto}.theme-studio .hotel-hero{min-height:min(790px,calc(100svh - 114px));isolation:isolate;color:#fff}.theme-studio .hotel-hero::after{position:absolute;right:2.5rem;bottom:2.5rem;z-index:1;width:124px;height:124px;border:1px solid rgba(255,255,255,.32);border-radius:50%;content:"1986";display:grid;place-items:center;color:#fff;font-family:var(--studio-display);font-size:1.5rem;letter-spacing:.04em}.theme-studio .hotel-hero-media{filter:saturate(.86) contrast(1.03);object-position:center 54%;transform:scale(1.01)}.theme-studio .hotel-hero-shade{background:linear-gradient(90deg,rgba(10,39,33,.95) 0%,rgba(10,39,33,.77) 38%,rgba(10,39,33,.15) 73%,rgba(10,39,33,.28) 100%),linear-gradient(0deg,rgba(7,28,24,.55),transparent 45%)}.theme-studio .hotel-hero-inner{min-height:inherit;display:flex;align-items:center;padding-top:5rem;padding-bottom:5rem}.theme-studio .hotel-hero-copy{width:min(760px,70%)}.theme-studio .hotel-eyebrow,.theme-studio .section-label{display:inline-flex;align-items:center;gap:.65rem;margin-bottom:1.2rem;color:rgba(255,255,255,.76);font-size:.66rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.theme-studio .hotel-eyebrow::before,.theme-studio .section-label::before{width:34px;height:1px;background:currentColor;content:""}.theme-studio .hotel-eyebrow.dark,.theme-studio .section-label{color:var(--studio-copper-dark)}.theme-studio .hotel-hero h1{max-width:760px;margin:0 0 1.45rem;color:#fff}.theme-studio .hotel-hero-copy>p{max-width:630px;margin:0 0 2rem;color:rgba(255,255,255,.78);font-size:clamp(1rem,1.4vw,1.16rem);line-height:1.8}.theme-studio .hotel-hero-actions{display:flex;align-items:center;gap:1.25rem}.theme-studio .hotel-text-link{display:inline-flex;align-items:center;gap:.7rem;padding:0 0 .25rem;border:0;border-bottom:1px solid currentColor;border-radius:0;color:#fff;font-size:.69rem;font-weight:800;letter-spacing:.09em;text-decoration:none;text-transform:uppercase}.theme-studio .hotel-text-link.dark{color:var(--studio-forest)}.theme-studio .hotel-hero-proof{display:flex;align-items:stretch;gap:0;margin-top:3.25rem;border-top:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2)}.theme-studio .hotel-hero-proof span{min-width:140px;padding:1.1rem 1.45rem 1.05rem 0;border:0;background:transparent;box-shadow:none}.theme-studio .hotel-hero-proof span + span{padding-left:1.45rem;border-left:1px solid rgba(255,255,255,.18)}.theme-studio .hotel-hero-proof strong{display:block;color:#fff;font-family:var(--studio-display);font-size:1.65rem;font-weight:500;line-height:1}.theme-studio .hotel-hero-proof small{display:block;margin-top:.4rem;color:rgba(255,255,255,.6);font-size:.58rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.theme-studio .hotel-hero-notes{display:none}.theme-studio .hotel-hero-contact{display:flex;align-items:center;gap:1rem;margin-top:1.2rem;color:rgba(255,255,255,.68);font-size:.69rem}.theme-studio .hotel-hero-contact a{color:#fff;text-decoration:none}.theme-studio .contact-quick-shell{position:relative;z-index:3;margin-top:-34px;padding:0;background:transparent;border:0}.theme-studio .contact-quick-bar{display:grid;grid-template-columns:1fr 1fr 1fr auto;align-items:stretch;overflow:hidden;border:1px solid var(--studio-line);border-radius:var(--studio-radius);background:var(--studio-paper);box-shadow:var(--studio-shadow)}.theme-studio .contact-quick-item{min-height:90px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:1rem 1.35rem;border-right:1px solid var(--studio-line);text-decoration:none}.theme-studio .contact-quick-label{color:var(--studio-copper-dark);font-size:.61rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.theme-studio .contact-quick-item strong{margin-top:.25rem;color:var(--studio-ink);font-family:var(--studio-display);font-size:1.18rem;font-weight:600}.theme-studio .contact-quick-cta{align-self:center;margin:0 1.15rem;white-space:nowrap}.theme-studio .hotel-booking-assistant-shell{padding:3.4rem 0 0;background:var(--studio-cream)}.theme-studio .hotel-booking-assistant{display:grid;grid-template-columns:1.25fr repeat(4,1fr) 1.45fr;align-items:end;gap:.75rem;padding:1.15rem;border:1px solid var(--studio-line);border-radius:var(--studio-radius);background:var(--studio-paper);box-shadow:var(--studio-shadow-sm)}.theme-studio .booking-assistant-summary{align-self:center;padding:.35rem .55rem}.theme-studio .booking-assistant-summary span,.theme-studio .hotel-booking-assistant label>span{display:block;margin-bottom:.42rem;color:var(--studio-copper-dark);font-size:.59rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.theme-studio .booking-assistant-summary strong{display:block;font-family:var(--studio-display);font-size:1.15rem;font-weight:600;line-height:1.15}.theme-studio .hotel-booking-assistant input,.theme-studio .hotel-booking-assistant select{height:48px;padding:0 .7rem;background:var(--studio-cream);font-size:.76rem}.theme-studio .booking-assistant-actions{display:flex;gap:.4rem}.theme-studio .booking-assistant-actions .btn{flex:1;min-width:0;padding-inline:.7rem;font-size:.59rem}.theme-studio .booking-assistant-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:1rem;background:var(--studio-line)}.theme-studio .booking-assistant-trust span{display:flex;align-items:baseline;justify-content:center;gap:.55rem;padding:.85rem;background:var(--studio-cream);color:var(--studio-ink-soft);font-size:.72rem}.theme-studio .booking-assistant-trust strong{color:var(--studio-forest);font-family:var(--studio-display);font-size:1.15rem;font-weight:600}.theme-studio .hotel-intro{position:relative;background:var(--studio-cream)}.theme-studio .hotel-intro::before{position:absolute;top:15%;right:-8vw;width:32vw;height:32vw;border:1px solid rgba(195,111,69,.16);border-radius:50%;content:""}.theme-studio .hotel-intro-grid{position:relative;display:grid;grid-template-columns:1.35fr .8fr;gap:4rem 7rem}.theme-studio .hotel-intro-grid h2{margin:0}.theme-studio .hotel-intro-copy{align-self:end}.theme-studio .hotel-intro-copy p{margin:0 0 1.8rem;font-size:1.02rem;line-height:1.9}.theme-studio .hotel-intro-stat{display:flex;align-items:baseline;gap:1rem;padding-top:1.2rem;border-top:1px solid var(--studio-line)}.theme-studio .hotel-intro-stat strong{color:var(--studio-forest);font-family:var(--studio-display);font-size:3.2rem;font-weight:500;line-height:1}.theme-studio .hotel-intro-stat span{color:var(--studio-ink-soft);font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.theme-studio .hotel-rooms-section{background:var(--studio-paper)}.theme-studio .hotel-section-head{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:3.2rem}.theme-studio .hotel-section-head h2{max-width:760px;margin:0}.theme-studio .hotel-section-head.centered{justify-content:center;text-align:center}.theme-studio .hotel-room-grid,.theme-studio .grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.theme-studio .hotel-room-card,.theme-studio .card{overflow:hidden;border:1px solid var(--studio-line);border-radius:var(--studio-radius);background:var(--studio-paper);color:var(--studio-ink);box-shadow:none;text-decoration:none;transition:transform 220ms ease,box-shadow 220ms ease}.theme-studio .hotel-room-card:hover,.theme-studio .card:hover{transform:translateY(-7px);box-shadow:var(--studio-shadow)}.theme-studio .hotel-room-card.featured{transform:translateY(-1rem)}.theme-studio .hotel-room-card.featured:hover{transform:translateY(calc(-1rem - 7px))}.theme-studio .hotel-room-media,.theme-studio .card-img{position:relative;display:block;overflow:hidden;aspect-ratio:4 / 3;background:var(--studio-mist)}.theme-studio .hotel-room-media img,.theme-studio .card-img img{width:100%;height:100%;display:block;object-fit:cover;transition:transform 700ms cubic-bezier(.2,.65,.25,1)}.theme-studio .hotel-room-card:hover img,.theme-studio .card:hover .card-img img{transform:scale(1.045)}.theme-studio .hotel-room-badge{top:1rem;left:1rem;padding:.5rem .7rem;border-radius:999px;background:var(--studio-paper);color:var(--studio-copper-dark);font-size:.56rem;font-weight:800;letter-spacing:.1em}.theme-studio .hotel-room-body,.theme-studio .card-body{padding:1.45rem}.theme-studio .hotel-room-body h3,.theme-studio .card-body h3{margin:.35rem 0 .65rem}.theme-studio .hotel-room-body>p,.theme-studio .card-body>p{min-height:2.9em;margin:0 0 1rem;font-size:.79rem;line-height:1.65}.theme-studio .tag{display:inline-flex;color:var(--studio-copper-dark);font-size:.59rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.theme-studio .hotel-room-meta,.theme-studio .product-card-meta{display:flex;flex-wrap:wrap;gap:.42rem;margin:1rem 0 1.15rem;padding:0;list-style:none}.theme-studio .hotel-room-meta li,.theme-studio .product-card-meta span{padding:.38rem .55rem;border:1px solid var(--studio-line);border-radius:999px;color:var(--studio-ink-soft);font-size:.6rem;font-weight:700}.theme-studio .hotel-room-foot,.theme-studio .card-foot{min-height:42px;display:flex;align-items:end;justify-content:space-between;gap:1rem;padding-top:1rem;border-top:1px solid var(--studio-line)}.theme-studio .hotel-room-foot strong,.theme-studio .card-price{color:var(--studio-forest);font-family:var(--studio-display);font-size:1.25rem;font-weight:600}.theme-studio .hotel-room-foot a,.theme-studio .card-link,.theme-studio .card-read{color:var(--studio-copper-dark);font-size:.65rem;font-weight:800;letter-spacing:.04em;text-decoration:none;text-transform:uppercase}.theme-studio .card-hover-cta{display:none}.theme-studio .hotel-amenities{position:relative;background:var(--studio-forest-deep);color:#fff}.theme-studio .hotel-amenities::after{position:absolute;inset:0;opacity:.12;background:radial-gradient(circle at 15% 25%,var(--studio-copper),transparent 26%),radial-gradient(circle at 85% 85%,var(--studio-sand),transparent 28%);content:"";pointer-events:none}.theme-studio .hotel-amenities .container{position:relative;z-index:1}.theme-studio .hotel-amenities h2{color:#fff}.theme-studio .amenity-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--studio-line-dark);border-radius:var(--studio-radius);overflow:hidden}.theme-studio .amenity-item{min-height:245px;padding:1.6rem;border-right:1px solid var(--studio-line-dark)}.theme-studio .amenity-item:last-child{border-right:0}.theme-studio .amenity-item h3{margin:1.5rem 0 .7rem;color:#fff;font-size:1.55rem}.theme-studio .amenity-item p{color:rgba(255,255,255,.62);font-size:.77rem}.theme-studio .hotel-experience-section{padding:clamp(6rem,11vw,10rem) 0;background:var(--studio-cream)}.theme-studio .hotel-experience-grid{display:grid;grid-template-columns:.9fr 1fr;align-items:center;gap:clamp(3rem,8vw,8rem)}.theme-studio .hotel-experience-visual{position:relative}.theme-studio .hotel-experience-visual::after{position:absolute;inset:2rem -2rem -2rem 2rem;z-index:-1;border:1px solid var(--studio-copper);border-radius:var(--studio-radius-lg);content:""}.theme-studio .hotel-experience-visual img{width:100%;display:block;border-radius:var(--studio-radius-lg);aspect-ratio:4 / 5;object-fit:cover}.theme-studio .hotel-experience-copy h2{margin-bottom:1.5rem}.theme-studio .hotel-experience-copy>p{font-size:1rem;line-height:1.9}.theme-studio .hotel-experience-copy ul{margin:2rem 0;padding:0;list-style:none}.theme-studio .hotel-experience-copy li{padding:.9rem 0;border-bottom:1px solid var(--studio-line);color:var(--studio-ink-soft);font-size:.8rem}.theme-studio .hotel-testimonials{background:var(--studio-paper)}.theme-studio .hotel-testimonials .container{position:relative;max-width:980px;text-align:center}.theme-studio .hotel-quote-mark{height:74px;color:var(--studio-copper);font-family:var(--studio-display);font-size:6rem;line-height:1}.theme-studio .hotel-review{display:none}.theme-studio .hotel-review.active{display:block}.theme-studio .hotel-review p{margin:0 auto 1.5rem;color:var(--studio-ink);font-size:clamp(1.7rem,3.2vw,3rem);line-height:1.18}.theme-studio .hotel-review cite{color:var(--studio-copper-dark);font-size:.65rem;font-style:normal;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.theme-studio .hotel-review-nav{display:flex;align-items:center;justify-content:center;gap:.8rem;margin-top:2rem}.theme-studio .hotel-review-nav button{width:42px;height:42px;border:1px solid var(--studio-line);border-radius:50%;background:transparent;color:var(--studio-ink)}.theme-studio .hotel-review-nav span{color:var(--studio-ink-soft);font-size:.68rem}.theme-studio .hotel-blog-preview{background:var(--studio-cream)}.theme-studio .hotel-blog-thumb{margin:-1.45rem -1.45rem 1.3rem;overflow:hidden;aspect-ratio:16 / 9}.theme-studio .hotel-blog-thumb img{width:100%;height:100%;object-fit:cover}.theme-studio .hotel-faq{background:var(--studio-paper)}.theme-studio .hotel-faq-grid{display:grid;grid-template-columns:.7fr 1fr;gap:clamp(3rem,8vw,7rem)}.theme-studio .faq-item{border:0;border-bottom:1px solid var(--studio-line);border-radius:0;background:transparent;box-shadow:none}.theme-studio .faq-question{padding:1.15rem 0;color:var(--studio-ink);font-family:var(--studio-display);font-size:1.2rem;font-weight:600}.theme-studio .faq-answer{padding:0 0 1.25rem;color:var(--studio-ink-soft);font-size:.82rem}.theme-studio .hotel-final-cta,.theme-studio .cta-section{position:relative;padding:clamp(5rem,10vw,8rem) 0;overflow:hidden;background:var(--studio-forest);color:#fff}.theme-studio .hotel-final-cta::after,.theme-studio .cta-section::after{position:absolute;right:-8rem;bottom:-14rem;width:36rem;height:36rem;border:1px solid rgba(255,255,255,.16);border-radius:50%;content:""}.theme-studio .hotel-final-cta .container,.theme-studio .cta-section .container{position:relative;z-index:1}.theme-studio .hotel-final-cta h2,.theme-studio .cta-section h2{max-width:900px;margin-inline:auto;color:#fff}.theme-studio .hotel-final-cta p,.theme-studio .cta-section p{color:rgba(255,255,255,.67)}.theme-studio .cta-actions{display:flex;justify-content:center;gap:.7rem;margin-top:1.8rem}.theme-studio .page-hero{position:relative;padding:clamp(5.5rem,10vw,9rem) 0;overflow:hidden;background:var(--studio-forest-deep);color:#fff}.theme-studio .page-hero::before{position:absolute;top:-12rem;right:-7rem;width:34rem;height:34rem;border:1px solid rgba(255,255,255,.13);border-radius:50%;content:""}.theme-studio .page-hero::after{position:absolute;right:6rem;bottom:-8rem;width:19rem;height:19rem;border:1px solid rgba(195,111,69,.6);border-radius:50%;content:""}.theme-studio .page-hero .container{position:relative;z-index:1}.theme-studio .page-hero h1{max-width:960px;margin:0 0 1rem;color:#fff;font-size:clamp(3rem,6vw,5.4rem)}.theme-studio .page-hero p{max-width:700px;margin:0;color:rgba(255,255,255,.65);font-size:1rem}.theme-studio .page-hero-compact{padding:4.5rem 0 5rem}.theme-studio .back-link{display:inline-flex;margin-bottom:1.3rem;color:rgba(255,255,255,.65);font-size:.68rem;font-weight:800;letter-spacing:.08em;text-decoration:none;text-transform:uppercase}.theme-studio .page-hero .tag{display:flex;width:fit-content;margin-bottom:.8rem;color:#e5a47e}.theme-studio .filters-wrap{overflow-x:auto}.theme-studio .filters,.theme-studio .blog-cat-filter{display:flex;gap:.55rem}.theme-studio .filter,.theme-studio .blog-cat-chip{flex-shrink:0;padding:.65rem 1rem;border:1px solid var(--studio-line);border-radius:999px;background:var(--studio-paper);color:var(--studio-ink-soft);font-size:.68rem;font-weight:800;text-decoration:none}.theme-studio .filter.active,.theme-studio .blog-cat-chip.active{border-color:var(--studio-forest);background:var(--studio-forest);color:#fff}.theme-studio .blog-search{max-width:650px;display:flex;gap:.6rem;margin-top:2rem}.theme-studio .blog-search input{border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.08);color:#fff}.theme-studio .blog-search input::placeholder{color:rgba(255,255,255,.48)}.theme-studio .article-card .card-img{aspect-ratio:16 / 10}.theme-studio .card-date{color:var(--studio-ink-soft);font-size:.62rem}.theme-studio .pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:3rem}.theme-studio .pagination-info{color:var(--studio-ink-soft);font-size:.72rem}.theme-studio .product-detail-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);align-items:start;gap:2rem}.theme-studio .product-visual{overflow:hidden;border-radius:var(--studio-radius-lg);background:var(--studio-mist)}.theme-studio .product-visual img{width:100%;display:block;aspect-ratio:4 / 3;object-fit:cover}.theme-studio .product-trust-strip{display:grid;grid-template-columns:repeat(3,1fr);margin-top:1rem;overflow:hidden;border:1px solid var(--studio-line);border-radius:var(--studio-radius);background:var(--studio-paper)}.theme-studio .product-trust-item{display:flex;align-items:center;justify-content:center;gap:.45rem;padding:.85rem .6rem;border-right:1px solid var(--studio-line);color:var(--studio-ink-soft);font-size:.68rem;font-weight:700}.theme-studio .product-trust-item:last-child{border-right:0}.theme-studio .product-buy-card{padding:1.7rem;border:1px solid var(--studio-line);border-radius:var(--studio-radius);background:var(--studio-paper);box-shadow:var(--studio-shadow-sm)}.theme-studio .sticky-card{position:sticky;top:135px}.theme-studio .price{margin:0;color:var(--studio-forest);font-family:var(--studio-display);font-size:2.2rem;font-weight:600}.theme-studio .price small{color:var(--studio-ink-soft);font-family:var(--studio-sans);font-size:.7rem}.theme-studio .price-note{margin:.25rem 0 1.4rem;font-size:.7rem}.theme-studio .product-spec-list{margin:0 0 1.4rem;padding:0;list-style:none}.theme-studio .product-spec-list li{display:flex;justify-content:space-between;gap:1rem;padding:.75rem 0;border-bottom:1px solid var(--studio-line);color:var(--studio-ink-soft);font-size:.75rem}.theme-studio .product-spec-list li span:last-child{color:var(--studio-ink);font-weight:700}.theme-studio .product-actions{display:grid;gap:.55rem}.theme-studio .product-desc-block,.theme-studio .product-local-note,.theme-studio .seo-related-block{margin-top:4.5rem}.theme-studio .prose{color:var(--studio-ink-soft);font-size:1rem;line-height:1.92}.theme-studio .prose h2{margin:2.4rem 0 1rem;font-size:2.25rem}.theme-studio .prose h3{margin:2rem 0 .8rem;font-size:1.55rem}.theme-studio .prose a{color:var(--studio-copper-dark)}.theme-studio .prose img,.theme-studio .article-cover{border-radius:var(--studio-radius-lg);overflow:hidden}.theme-studio .article-cover img{width:100%;display:block}.theme-studio .article-meta-bar{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}.theme-studio .meta-chip{padding:.45rem .65rem;border:1px solid var(--studio-line);border-radius:999px;color:var(--studio-ink-soft);font-size:.65rem}.theme-studio .article-contact-strip{display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;margin:1.3rem 0 2.2rem;border:1px solid var(--studio-line);border-radius:var(--studio-radius)}.theme-studio .acs-btn{padding:.85rem;border-right:1px solid var(--studio-line);color:var(--studio-ink);font-size:.7rem;font-weight:800;text-align:center;text-decoration:none}.theme-studio .acs-btn:last-child{border-right:0}.theme-studio .article-share{display:flex;gap:.5rem;margin-top:2.5rem;padding-top:1.3rem;border-top:1px solid var(--studio-line)}.theme-studio .share-btn{min-height:38px;padding:.55rem .9rem;border:1px solid var(--studio-line);border-radius:999px;background:transparent;color:var(--studio-ink);font:800 .65rem var(--studio-sans)}.theme-studio .seo-related-list{margin:0;padding:0;list-style:none}.theme-studio .seo-related-list li{display:flex;flex-direction:column;gap:.18rem;padding:.9rem 1rem;border:1px solid var(--studio-line);border-bottom:0;background:var(--studio-paper)}.theme-studio .seo-related-list li:first-child{border-radius:var(--studio-radius-sm) var(--studio-radius-sm) 0 0}.theme-studio .seo-related-list li:last-child{border-bottom:1px solid var(--studio-line);border-radius:0 0 var(--studio-radius-sm) var(--studio-radius-sm)}.theme-studio .seo-related-list a{font-weight:700;text-decoration:none}.theme-studio .seo-related-list span{color:var(--studio-ink-soft);font-size:.68rem}.theme-studio .cta-box{padding:2rem;border:1px solid var(--studio-line);border-radius:var(--studio-radius);background:var(--studio-paper)}.theme-studio .cta-box-actions{display:flex;flex-wrap:wrap;gap:.55rem}.theme-studio .features{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.theme-studio .feature-card,.theme-studio .info-card,.theme-studio .contact-form{padding:1.5rem;border:1px solid var(--studio-line);border-radius:var(--studio-radius);background:var(--studio-paper);box-shadow:none}.theme-studio .feature-card h3,.theme-studio .info-card h3{margin:.8rem 0 .35rem}.theme-studio .feature-card p,.theme-studio .info-card p,.theme-studio .info-card a{color:var(--studio-ink-soft);font-size:.78rem;text-decoration:none}.theme-studio .contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:1.5rem}.theme-studio .contact-info{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.theme-studio .map-embed{grid-column:1 / -1;overflow:hidden;border:1px solid var(--studio-line);border-radius:var(--studio-radius)}.theme-studio .map-placeholder{padding:2rem;background:var(--studio-mist);text-align:center}.theme-studio .contact-form h2{font-size:2.2rem}.theme-studio .contact-form label{display:block;margin:.8rem 0 .35rem;color:var(--studio-ink);font-size:.68rem;font-weight:800}.theme-studio .contact-form input,.theme-studio .contact-form select,.theme-studio .contact-form textarea{padding:.75rem .85rem}.theme-studio .form-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.theme-studio .site-footer{padding:6rem 0 0;background:#09241f;color:rgba(255,255,255,.65)}.theme-studio .footer-grid{display:grid;grid-template-columns:1.5fr .7fr .7fr 1fr;gap:clamp(2rem,5vw,5rem)}.theme-studio .footer-brand-wrap{display:flex;align-items:center;gap:.8rem}.theme-studio .footer-brand{color:#fff;font-size:1.55rem}.theme-studio .footer-grid h2,.theme-studio .footer-grid h4,.theme-studio .footer-grid h5{margin:0 0 1rem;color:#fff;font-family:var(--studio-sans);font-size:.72rem;letter-spacing:.12em;line-height:1.4;text-transform:uppercase}.theme-studio .footer-grid p,.theme-studio .footer-grid a{display:block;margin:0 0 .65rem;color:rgba(255,255,255,.74);font-size:.76rem;text-decoration:none}.theme-studio .footer-grid a:hover{color:#fff}.theme-studio .footer-area-tags{display:flex;flex-wrap:wrap;gap:.35rem}.theme-studio .footer-area-tags span{padding:.35rem .5rem;border:1px solid rgba(255,255,255,.13);border-radius:999px;font-size:.57rem}.theme-studio .footer-social{display:flex;gap:.5rem;margin-top:1.3rem}.theme-studio .footer-social a{width:36px;height:36px;display:grid;place-items:center;margin:0;border:1px solid rgba(255,255,255,.15);border-radius:50%}.theme-studio .footer-social svg{width:14px;height:14px}.theme-studio .footer-bottom{display:flex;justify-content:space-between;gap:1rem;margin-top:4.5rem;padding-top:1.3rem;padding-bottom:1.3rem;border-top:1px solid rgba(255,255,255,.12);font-size:.65rem}.theme-studio .footer-legal{display:flex;gap:1rem}.theme-studio .whatsapp-btn,.theme-studio .scroll-top{border:0;box-shadow:var(--studio-shadow)}.theme-studio .whatsapp-btn{background:#1f9d65}.theme-studio .scroll-top{background:var(--studio-paper);color:var(--studio-forest)}.theme-studio .sticky-contact-bar{overflow:hidden;border:1px solid var(--studio-line);border-radius:999px;background:var(--studio-paper);box-shadow:var(--studio-shadow)}.theme-studio .sticky-contact-item{color:var(--studio-ink)}.theme-studio .cookie-banner{background:rgba(9,36,31,.94);backdrop-filter:blur(14px)}.theme-studio .cookie-inner{width:min(1120px,calc(100% - 2rem))}.theme-studio .cookie-inner p{color:rgba(255,255,255,.7)}.theme-studio .error-page{min-height:70vh;display:grid;place-items:center;text-align:center}.theme-studio .error-code{margin:0;color:var(--studio-copper);font-family:var(--studio-display);font-size:clamp(7rem,20vw,15rem);line-height:.7;opacity:.13}.theme-studio .error-search,.theme-studio .error-actions{display:flex;justify-content:center;gap:.55rem;margin:1.5rem auto 0}.theme-studio .empty-state{padding:3rem;border:1px dashed var(--studio-line);border-radius:var(--studio-radius);text-align:center}@media (max-width:1080px){.theme-studio .container{width:min(100% - 2rem,1240px)}.theme-studio .nav-actions .btn-outline{display:none}.theme-studio .hotel-booking-assistant{grid-template-columns:1fr 1fr 1fr}.theme-studio .booking-assistant-summary{grid-column:1 / -1}.theme-studio .booking-assistant-actions{align-self:end}.theme-studio .footer-grid{grid-template-columns:1.2fr .8fr .8fr}.theme-studio .footer-grid>:last-child{grid-column:1 / -1}}@media (max-width:820px){.theme-studio .container,.theme-studio .narrow{width:min(100% - 2rem,1240px)}.theme-studio .top-bar .container{justify-content:center}.theme-studio .nav-wrap{min-height:72px}.theme-studio .menu-toggle{position:relative;z-index:1004}.theme-studio .hotel-hero{min-height:720px}.theme-studio .hotel-hero::after{display:none}.theme-studio .hotel-hero-inner{align-items:end;padding-bottom:4.5rem}.theme-studio .hotel-hero-copy{width:100%}.theme-studio .hotel-hero h1{font-size:clamp(3.3rem,12vw,5.5rem)}.theme-studio .hotel-hero-proof span{min-width:0;flex:1;padding-right:.75rem}.theme-studio .hotel-hero-proof span + span{padding-left:.75rem}.theme-studio .contact-quick-bar{grid-template-columns:1fr 1fr}.theme-studio .contact-quick-item{min-height:78px}.theme-studio .contact-quick-item:nth-child(2){border-right:0}.theme-studio .contact-quick-item:nth-child(-n+2){border-bottom:1px solid var(--studio-line)}.theme-studio .contact-quick-cta{margin:.75rem}.theme-studio .hotel-intro-grid,.theme-studio .hotel-experience-grid,.theme-studio .hotel-faq-grid,.theme-studio .product-detail-grid,.theme-studio .contact-grid{grid-template-columns:1fr;gap:3rem}.theme-studio .hotel-room-grid,.theme-studio .grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.theme-studio .hotel-room-card.featured{transform:none}.theme-studio .hotel-room-card.featured:hover{transform:translateY(-7px)}.theme-studio .amenity-grid{grid-template-columns:1fr 1fr}.theme-studio .amenity-item:nth-child(2){border-right:0}.theme-studio .amenity-item:nth-child(-n+2){border-bottom:1px solid var(--studio-line-dark)}.theme-studio .sticky-card{position:static}.theme-studio .footer-grid{grid-template-columns:1fr 1fr}.theme-studio .footer-grid>:first-child,.theme-studio .footer-grid>:last-child{grid-column:1 / -1}}@media (max-width:580px){body.theme-studio{font-size:15px}.theme-studio .section{padding:4.6rem 0}.theme-studio .top-bar{display:none}.theme-studio .nav-wrap{min-height:68px}.theme-studio .logo img{width:39px;height:39px}.theme-studio .logo strong{font-size:1.08rem}.theme-studio .logo small{display:none}.theme-studio .hotel-hero{min-height:calc(100svh - 68px)}.theme-studio .hotel-hero-shade{background:linear-gradient(0deg,rgba(8,34,29,.96) 0%,rgba(8,34,29,.55) 62%,rgba(8,34,29,.25) 100%)}.theme-studio .hotel-hero-inner{padding-top:7rem;padding-bottom:2.5rem}.theme-studio .hotel-hero h1{margin-bottom:1rem;font-size:clamp(3rem,15vw,4.45rem)}.theme-studio .hotel-hero-copy>p{margin-bottom:1.35rem;font-size:.92rem;line-height:1.65}.theme-studio .hotel-hero-actions{align-items:stretch;flex-direction:column;gap:.9rem}.theme-studio .hotel-hero-actions .btn{width:100%}.theme-studio .hotel-text-link{align-self:center}.theme-studio .hotel-hero-proof{margin-top:1.7rem}.theme-studio .hotel-hero-proof strong{font-size:1.25rem}.theme-studio .hotel-hero-proof small{font-size:.5rem}.theme-studio .hotel-hero-contact{display:none}.theme-studio .contact-quick-shell{margin-top:0;padding-top:1rem;background:var(--studio-cream)}.theme-studio .contact-quick-bar{grid-template-columns:1fr;box-shadow:var(--studio-shadow-sm)}.theme-studio .contact-quick-item{min-height:68px;border-right:0;border-bottom:1px solid var(--studio-line)}.theme-studio .contact-quick-item:nth-child(2){border-bottom:1px solid var(--studio-line)}.theme-studio .contact-quick-item:nth-child(3){display:none}.theme-studio .contact-quick-cta{width:calc(100% - 1.5rem);margin:.75rem}.theme-studio .hotel-booking-assistant-shell{padding-top:1.25rem}.theme-studio .hotel-booking-assistant{grid-template-columns:1fr 1fr}.theme-studio .booking-assistant-summary,.theme-studio .booking-assistant-actions{grid-column:1 / -1}.theme-studio .booking-assistant-trust{grid-template-columns:1fr}.theme-studio .hotel-intro-grid{gap:2.3rem}.theme-studio .hotel-room-grid,.theme-studio .grid-3,.theme-studio .features{grid-template-columns:1fr}.theme-studio .hotel-section-head{align-items:flex-start;flex-direction:column;margin-bottom:2rem}.theme-studio .amenity-grid{grid-template-columns:1fr}.theme-studio .amenity-item{min-height:auto;border-right:0;border-bottom:1px solid var(--studio-line-dark)}.theme-studio .amenity-item:last-child{border-bottom:0}.theme-studio .hotel-experience-visual::after{inset:.8rem -.8rem -.8rem .8rem}.theme-studio .page-hero{padding:4rem 0}.theme-studio .page-hero h1{font-size:clamp(2.8rem,14vw,4rem)}.theme-studio .form-row,.theme-studio .contact-info,.theme-studio .article-contact-strip,.theme-studio .product-trust-strip{grid-template-columns:1fr}.theme-studio .acs-btn,.theme-studio .product-trust-item{border-right:0;border-bottom:1px solid var(--studio-line)}.theme-studio .acs-btn:last-child,.theme-studio .product-trust-item:last-child{border-bottom:0}.theme-studio .cta-actions,.theme-studio .cta-box-actions,.theme-studio .blog-search{align-items:stretch;flex-direction:column}.theme-studio .footer-grid{grid-template-columns:1fr}.theme-studio .footer-grid>*{grid-column:auto !important}.theme-studio .footer-bottom{align-items:flex-start;flex-direction:column}.theme-studio .sticky-contact-bar,.theme-studio .whatsapp-btn{display:none !important}body.theme-studio.has-mobile-cta{padding-bottom:calc(72px + env(safe-area-inset-bottom))}}@media (hover:none),(pointer:coarse){.theme-studio .hotel-room-card:hover,.theme-studio .card:hover{transform:none;box-shadow:none}.theme-studio .hotel-room-card:hover img,.theme-studio .card:hover .card-img img{transform:none}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.theme-studio *,.theme-studio *::before,.theme-studio *::after{animation-duration:.01ms !important;transition-duration:.01ms !important}}:root{--v26-ink:#15352f;--v26-ink-soft:#5b6c67;--v26-pine:#0d3d36;--v26-pine-deep:#082c27;--v26-copper:#bd5e37;--v26-copper-hover:#a94f2d;--v26-citrus:#e6a436;--v26-sage:#dfe7dc;--v26-cream:#f5f0e7;--v26-paper:#fffdf9;--v26-white:#fff;--v26-line:rgba(21,53,47,.13);--v26-line-light:rgba(255,255,255,.18);--v26-shadow:0 26px 80px rgba(8,44,39,.13);--v26-shadow-soft:0 12px 36px rgba(8,44,39,.08);--v26-radius-sm:12px;--v26-radius:22px;--v26-radius-lg:34px;--v26-display:Georgia,"Times New Roman",serif;--v26-sans:Manrope,Inter,system-ui,-apple-system,"Segoe UI",sans-serif}body.theme-studio{background:var(--v26-cream);color:var(--v26-ink);font-family:var(--v26-sans)}.theme-studio main{overflow:clip}.theme-studio .container{width:min(1280px,calc(100% - 3rem))}.theme-studio .narrow{width:min(920px,calc(100% - 3rem))}.theme-studio h1,.theme-studio h2,.theme-studio h3,.theme-studio .footer-brand{color:var(--v26-ink);font-family:var(--v26-display);letter-spacing:-.04em}.theme-studio p{color:var(--v26-ink-soft)}.theme-studio::selection{background:var(--v26-copper);color:#fff}.theme-studio .btn{min-height:48px;padding:.78rem 1.2rem;border-radius:999px;font:800 .72rem/1 var(--v26-sans);letter-spacing:.065em;text-transform:uppercase;transition:transform .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.theme-studio .btn:hover{transform:translateY(-2px)}.theme-studio .btn-primary{border-color:var(--v26-copper);background:var(--v26-copper);color:#fff;box-shadow:0 12px 28px rgba(189,94,55,.24)}.theme-studio .btn-primary:hover{border-color:var(--v26-copper-hover);background:var(--v26-copper-hover)}.theme-studio .btn-outline{border-color:var(--v26-line);background:rgba(255,255,255,.4);color:var(--v26-ink)}.theme-studio .btn-outline:hover{border-color:var(--v26-pine);background:var(--v26-pine);color:#fff}.theme-studio .btn-lg{min-height:56px;padding-inline:1.55rem}.theme-studio .site-header{border:0;background:rgba(255,253,249,.94);box-shadow:0 1px 0 var(--v26-line);backdrop-filter:blur(22px) saturate(130%)}.theme-studio .top-bar{min-height:34px;background:var(--v26-pine-deep)}.theme-studio .top-bar .container{min-height:34px;justify-content:flex-start}.theme-studio .top-bar-item{color:rgba(255,255,255,.72);font-size:.64rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.theme-studio .top-bar-item:first-child{color:#fff}.theme-studio .top-bar-item:last-child{margin-left:auto}.theme-studio .nav-wrap{display:flex;min-height:84px;align-items:center;justify-content:space-between;gap:1rem}.theme-studio .logo img{width:48px;height:48px}.theme-studio .logo strong{font-size:1.34rem}.theme-studio .logo small{color:var(--v26-copper);font-size:.56rem;letter-spacing:.15em}.theme-studio .main-nav{margin-left:auto}.theme-studio .main-nav-list{display:flex;align-items:center;margin:0;padding:0;gap:.25rem;list-style:none}.theme-studio .main-nav-item{list-style:none}.theme-studio .main-nav-link{position:relative;display:inline-flex;align-items:center;padding:.72rem .78rem;border-radius:999px;color:var(--v26-ink-soft);font-size:.68rem;font-weight:800;letter-spacing:.06em;text-decoration:none;text-transform:uppercase;transition:color 150ms ease}.theme-studio .main-nav-link::after{position:absolute;right:.8rem;bottom:.33rem;left:.8rem;height:2px;background:var(--v26-copper);transform-origin:left center;transform:scaleX(0);opacity:0;transition:opacity 160ms ease,transform 160ms ease;content:""}.theme-studio .main-nav-link.active,.theme-studio .main-nav-item.is-active .main-nav-link{color:var(--v26-ink)}.theme-studio .main-nav-link.active::after,.theme-studio .main-nav-item.is-active .main-nav-link::after{opacity:1;transform:scaleX(1)}.theme-studio .nav-actions{display:flex;align-items:center;gap:.55rem}.theme-studio .mobile-nav-cta{display:none}.theme-studio .mobile-nav-cta .btn{width:100%;justify-content:center}.theme-studio .menu-toggle{display:none;width:42px;height:42px;margin-left:auto;border-radius:999px;border:1px solid var(--v26-line);background:var(--v26-paper);color:var(--v26-ink)}.theme-studio .menu-toggle span{display:block;width:18px;height:2px;margin:3px auto;background:currentColor;border-radius:999px;transition:transform 160ms ease,opacity 160ms ease}.theme-studio .menu-toggle.open span:first-child{transform:translateY(5px) rotate(45deg)}.theme-studio .menu-toggle.open span:nth-child(2){opacity:0}.theme-studio .menu-toggle.open span:last-child{transform:translateY(-5px) rotate(-45deg)}.theme-studio .nav-overlay{position:fixed;inset:0;z-index:1001;background:rgba(8,34,29,.5);opacity:0;pointer-events:none;transition:opacity 210ms ease}.theme-studio .nav-overlay.active,.theme-studio .nav-overlay.visible{opacity:1;pointer-events:auto}.theme-studio .hide-desktop{display:none !important}.theme-studio .hide-mobile,.theme-studio .hide-mobile-v2{display:inline-flex !important}.theme-studio body.nav-open{overflow:hidden}.theme-studio .hotel-hero{position:relative;display:flex;min-height:min(820px,max(720px,calc(100svh - 118px)));overflow:hidden;isolation:isolate;background:var(--v26-pine-deep)}.theme-studio .hotel-hero-picture{position:absolute;inset:0;display:block;width:100%;height:100%}.theme-studio .hotel-hero-media{position:absolute;inset:0;width:100%;height:100%;transform:scale(1.015);object-fit:cover;object-position:center 48%;animation:v26HeroIn 1.4s cubic-bezier(.2,.75,.25,1) both}@keyframes v26HeroIn{from{opacity:.35;transform:scale(1.06)}to{opacity:1;transform:scale(1.015)}}.theme-studio .hotel-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,34,29,.94) 0%,rgba(5,34,29,.76) 33%,rgba(5,34,29,.28) 61%,rgba(5,34,29,.08) 100%),linear-gradient(0deg,rgba(5,34,29,.38),transparent 48%)}.theme-studio .hotel-hero-inner{position:relative;z-index:1;display:flex;min-height:inherit;align-items:center;padding-block:clamp(4.25rem,7vw,6rem)}.theme-studio .hotel-hero-copy{width:min(760px,66%);max-width:760px}.theme-studio .hotel-eyebrow{display:inline-flex;align-items:center;gap:.7rem;color:rgba(255,255,255,.82);font-size:.66rem;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.theme-studio .hotel-eyebrow::before{width:34px;height:1px;background:var(--v26-citrus);content:""}.theme-studio .hotel-eyebrow.dark{color:var(--v26-copper)}.theme-studio .hotel-hero h1{max-width:780px;margin:1.2rem 0 1.45rem;color:#fff;font-size:clamp(3.15rem,5vw,5.75rem);line-height:.94;text-shadow:0 4px 38px rgba(0,0,0,.16)}.theme-studio .hotel-hero h1 em{color:#efd7bd}.theme-studio .hotel-hero-copy>p{max-width:620px;color:rgba(255,255,255,.78);font-size:clamp(1rem,1.4vw,1.18rem);line-height:1.75}.theme-studio .hotel-hero-actions{margin-top:2rem}.theme-studio .hotel-hero-actions .hotel-text-link{color:#fff}.theme-studio .hotel-hero-proof{width:min(660px,100%);margin-top:2.35rem;border:1px solid var(--v26-line-light);border-radius:var(--v26-radius);background:rgba(8,44,39,.36);box-shadow:0 22px 60px rgba(0,0,0,.12);backdrop-filter:blur(16px)}.theme-studio .hotel-hero-proof>span{min-height:88px;padding:1rem 1.35rem;border-color:var(--v26-line-light)}.theme-studio .hotel-hero-proof strong{color:#fff;font-family:var(--v26-display);font-size:1.55rem}.theme-studio .hotel-hero-proof small{color:rgba(255,255,255,.62);font-size:.59rem;letter-spacing:.1em;text-transform:uppercase}.theme-studio .hotel-hero-notes{margin-top:1.05rem;gap:.9rem}.theme-studio .hotel-hero-notes span{color:rgba(255,255,255,.78);font-size:.68rem}.theme-studio .hotel-hero-notes span::before{color:#92c9a4;content:"✓"}.theme-studio .hotel-hero-contact{display:none}.theme-studio .contact-quick-shell{position:relative;z-index:4;margin-top:-38px;background:transparent}.theme-studio .contact-quick-bar{overflow:hidden;border:1px solid rgba(255,255,255,.75);border-radius:var(--v26-radius);background:var(--v26-paper);box-shadow:var(--v26-shadow)}.theme-studio .contact-quick-item{min-height:80px;padding:1rem 1.25rem;border-color:var(--v26-line)}.theme-studio .contact-quick-label{color:var(--v26-copper);font-size:.58rem;letter-spacing:.12em}.theme-studio .contact-quick-item strong{color:var(--v26-ink);font-size:.9rem}.theme-studio .contact-quick-cta{margin:.65rem}.theme-studio .hotel-booking-assistant-shell{padding:3.8rem 0 1rem;background:var(--v26-cream)}.theme-studio .hotel-booking-assistant{gap:.7rem;padding:.85rem;border:1px solid var(--v26-line);border-radius:var(--v26-radius);background:rgba(255,253,249,.92);box-shadow:var(--v26-shadow-soft)}.theme-studio .booking-assistant-summary{padding-inline:1rem}.theme-studio .booking-assistant-summary>span{color:var(--v26-copper)}.theme-studio .hotel-booking-assistant label{padding:.7rem .85rem;border-color:var(--v26-line);border-radius:14px;background:#fff}.theme-studio .hotel-booking-assistant label>span{color:var(--v26-ink-soft);font-size:.58rem;letter-spacing:.1em}.theme-studio .booking-assistant-trust{justify-content:center;margin-top:1rem;color:var(--v26-ink-soft)}.theme-studio .section{padding:clamp(5rem,9vw,8rem) 0}.theme-studio .hotel-intro{background:var(--v26-cream)}.theme-studio .hotel-intro-grid{align-items:end}.theme-studio .hotel-intro h2{max-width:720px;font-size:clamp(2.8rem,5vw,5rem)}.theme-studio .hotel-intro-copy{max-width:560px}.theme-studio .hotel-intro-stat{min-height:170px;padding:1.6rem;border:1px solid var(--v26-line);border-radius:var(--v26-radius);background:linear-gradient(145deg,var(--v26-paper),#eee7da)}.theme-studio .hotel-intro-stat strong{color:var(--v26-pine);font-family:var(--v26-display);font-size:clamp(2.8rem,5vw,4.6rem)}.theme-studio .hotel-rooms-section{background:var(--v26-paper)}.theme-studio .hotel-section-head{align-items:end;margin-bottom:2.5rem}.theme-studio .hotel-section-head h2{margin-bottom:0;font-size:clamp(2.7rem,4vw,4.35rem)}.theme-studio .hotel-room-grid{gap:1.25rem}.theme-studio .hotel-room-card{overflow:hidden;border:1px solid var(--v26-line);border-radius:var(--v26-radius);background:var(--v26-paper);box-shadow:0 2px 0 rgba(255,255,255,.7) inset;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.theme-studio .hotel-room-card:hover{transform:translateY(-7px);border-color:rgba(189,94,55,.35);box-shadow:var(--v26-shadow)}.theme-studio .hotel-room-media{aspect-ratio:4 / 3;overflow:hidden}.theme-studio .hotel-room-media img,.theme-studio .hotel-blog-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.7,.2,1)}.theme-studio .hotel-room-card:hover img{transform:scale(1.04)}.theme-studio .hotel-room-body{padding:1.55rem}.theme-studio .hotel-room-body>div>span{color:var(--v26-copper)}.theme-studio .hotel-room-body h3{color:var(--v26-ink)}.theme-studio .hotel-room-meta li{border-color:var(--v26-line);background:var(--v26-cream);color:var(--v26-ink-soft)}.theme-studio .hotel-room-foot{border-color:var(--v26-line)}.theme-studio .hotel-room-foot strong{color:var(--v26-copper)}.theme-studio .hotel-amenities{background:var(--v26-pine);color:#fff}.theme-studio .hotel-amenities h2,.theme-studio .hotel-amenities h3{color:#fff}.theme-studio .hotel-amenities h2 em{color:#e8d0b4}.theme-studio .hotel-amenities .hotel-eyebrow{color:#edc19c}.theme-studio .amenity-grid{border-color:var(--v26-line-light)}.theme-studio .amenity-item{min-height:260px;padding:2rem 1.6rem;border-color:var(--v26-line-light)}.theme-studio .amenity-item>span{color:#efc7a5}.theme-studio .amenity-item p{color:rgba(255,255,255,.65)}.theme-studio .hotel-experience-section{background:var(--v26-sage)}.theme-studio .hotel-experience-grid{gap:clamp(2rem,6vw,6rem)}.theme-studio .hotel-experience-visual{overflow:hidden;border-radius:var(--v26-radius-lg);box-shadow:var(--v26-shadow)}.theme-studio .hotel-experience-visual img{width:100%;min-height:560px;object-fit:cover}.theme-studio .hotel-experience-copy h2{font-size:clamp(2.7rem,4.8vw,4.8rem)}.theme-studio .hotel-experience-copy li{border-color:var(--v26-line)}.theme-studio .hotel-testimonials{background:var(--v26-paper)}.theme-studio .hotel-review-slider{border:1px solid var(--v26-line);border-radius:var(--v26-radius-lg);background:var(--v26-cream)}.theme-studio .hotel-review p{color:var(--v26-ink)}.theme-studio .hotel-quote-mark{color:var(--v26-copper)}.theme-studio .hotel-blog-preview{background:var(--v26-cream)}.theme-studio .hotel-blog-thumb{height:210px;margin:-1.55rem -1.55rem 1.3rem;overflow:hidden}.theme-studio .hotel-faq{background:var(--v26-paper)}.theme-studio .faq-item{border:1px solid var(--v26-line);border-radius:16px;background:#fff}.theme-studio .faq-item[open]{border-color:rgba(189,94,55,.42);box-shadow:var(--v26-shadow-soft)}.theme-studio .hotel-final-cta{position:relative;background:var(--v26-pine-deep)}.theme-studio .hotel-final-cta::before{position:absolute;inset:0;background:radial-gradient(circle at 50% 0,rgba(230,164,54,.18),transparent 42%);content:""}.theme-studio .hotel-final-cta .container{position:relative}.theme-studio .page-hero{position:relative;overflow:hidden;padding:clamp(5rem,9vw,8rem) 0;background:radial-gradient(circle at 82% -10%,rgba(230,164,54,.22),transparent 34%),linear-gradient(130deg,var(--v26-pine-deep),var(--v26-pine))}.theme-studio .page-hero::after{position:absolute;right:-8rem;bottom:-12rem;width:34rem;height:34rem;border:1px solid rgba(255,255,255,.11);border-radius:50%;content:""}.theme-studio .page-hero .container{position:relative;z-index:1}.theme-studio .page-hero h1{max-width:980px;color:#fff;font-size:clamp(3rem,6vw,5.8rem);line-height:.98}.theme-studio .page-hero p,.theme-studio .page-hero-meta{max-width:760px;color:rgba(255,255,255,.7)}.theme-studio .page-hero .section-label,.theme-studio .page-hero .back-link{color:#edc19c}.theme-studio .page-hero .tag{border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.1);color:#fff}.theme-studio .page-hero-compact{padding-block:clamp(4rem,7vw,6rem)}.theme-studio .blog-search{max-width:720px;margin-top:2rem;padding:.45rem;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.1);backdrop-filter:blur(14px)}.theme-studio .blog-search input{border:0;background:transparent;color:#fff;box-shadow:none}.theme-studio .blog-search input::placeholder{color:rgba(255,255,255,.53)}.theme-studio .blog-cat-filter{gap:.6rem}.theme-studio .blog-cat-chip{border:1px solid var(--v26-line);border-radius:999px;background:var(--v26-paper)}.theme-studio .blog-cat-chip:hover,.theme-studio .blog-cat-chip.active{border-color:var(--v26-pine);background:var(--v26-pine);color:#fff}.theme-studio .grid-3{gap:1.25rem}.theme-studio .card{overflow:hidden;border:1px solid var(--v26-line);border-radius:var(--v26-radius);background:var(--v26-paper);box-shadow:none;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.theme-studio .card:hover{transform:translateY(-6px);border-color:rgba(189,94,55,.38);box-shadow:var(--v26-shadow)}.theme-studio .card-img{overflow:hidden}.theme-studio .card-img img{transition:transform .55s ease}.theme-studio .card:hover .card-img img{transform:scale(1.045)}.theme-studio .card-body{padding:1.45rem}.theme-studio .card .tag{border:0;background:#efe4d8;color:var(--v26-copper-hover)}.theme-studio .card h3{color:var(--v26-ink)}.theme-studio .card-foot{border-color:var(--v26-line)}.theme-studio .card-read,.theme-studio .card-link,.theme-studio .card-price{color:var(--v26-copper)}.theme-studio .article-cover{overflow:hidden;margin-top:-2rem;border:8px solid var(--v26-paper);border-radius:var(--v26-radius-lg);background:var(--v26-paper);box-shadow:var(--v26-shadow)}.theme-studio .article-cover img{width:100%;aspect-ratio:16 / 9;object-fit:cover}.theme-studio .article-meta-bar{border:1px solid var(--v26-line);border-radius:999px;background:var(--v26-paper)}.theme-studio .meta-chip{color:var(--v26-ink-soft)}.theme-studio .article-contact-strip{overflow:hidden;border:1px solid var(--v26-line);border-radius:18px;background:var(--v26-paper);box-shadow:var(--v26-shadow-soft)}.theme-studio .acs-btn{border-color:var(--v26-line);color:var(--v26-ink)}.theme-studio .acs-btn:hover{background:var(--v26-pine);color:#fff}.theme-studio .article-prose{color:#2d4540;font-size:1.045rem;line-height:1.86}.theme-studio .article-prose h2{margin-top:3.5rem;font-size:clamp(2rem,3.5vw,3.25rem)}.theme-studio .article-prose h3{margin-top:2rem;font-size:1.45rem}.theme-studio .article-prose a{color:var(--v26-copper-hover);text-decoration-color:rgba(189,94,55,.32)}.theme-studio .article-prose blockquote{border-left-color:var(--v26-copper);border-radius:0 var(--v26-radius) var(--v26-radius) 0;background:#eee7db}.theme-studio .article-prose table{overflow:hidden;border:1px solid var(--v26-line);border-radius:16px;background:var(--v26-paper);box-shadow:var(--v26-shadow-soft)}.theme-studio .article-prose th{background:var(--v26-pine);color:#fff}.theme-studio .seo-related-block,.theme-studio .article-cta .cta-box{border:1px solid var(--v26-line);border-radius:var(--v26-radius);background:var(--v26-paper);box-shadow:var(--v26-shadow-soft)}.theme-studio .seo-related-list li{border-color:var(--v26-line)}.theme-studio .product-detail-grid{gap:clamp(2rem,5vw,5rem)}.theme-studio .product-visual{overflow:hidden;border-radius:var(--v26-radius-lg);box-shadow:var(--v26-shadow)}.theme-studio .product-buy-card{border:1px solid var(--v26-line);border-radius:var(--v26-radius);background:var(--v26-paper);box-shadow:var(--v26-shadow-soft)}.theme-studio .product-buy-card .price{color:var(--v26-copper);font-family:var(--v26-display)}.theme-studio .product-spec-list li{border-color:var(--v26-line)}.theme-studio .product-trust-strip{overflow:hidden;border:1px solid var(--v26-line);border-radius:16px;background:var(--v26-paper)}.theme-studio .cta-section{background:var(--v26-pine)}.theme-studio .site-footer{position:relative;background:#072923}.theme-studio .site-footer::before{position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 10% 0,rgba(230,164,54,.11),transparent 32%);content:""}.theme-studio .footer-grid,.theme-studio .footer-bottom{position:relative}.theme-studio .footer-brand{color:#fff}.theme-studio .footer-heading{color:#edc19c;font-family:var(--v26-sans);font-size:.66rem;letter-spacing:.14em;text-transform:uppercase}.theme-studio .site-footer p,.theme-studio .site-footer a{color:rgba(255,255,255,.62)}.theme-studio .site-footer a:hover{color:#fff}.theme-studio .footer-area-tags span{border-color:rgba(255,255,255,.13);background:rgba(255,255,255,.05);color:rgba(255,255,255,.7)}.theme-studio .footer-bottom{border-color:rgba(255,255,255,.12)}@media (prefers-reduced-motion:reduce){.theme-studio *,.theme-studio *::before,.theme-studio *::after{scroll-behavior:auto !important;animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important}}@media (max-width:980px){.theme-studio .top-bar-item:last-child{margin-left:0}.theme-studio .hotel-hero{min-height:760px}.theme-studio .hotel-hero-copy{width:min(760px,78%)}.theme-studio .hotel-hero-shade{background:linear-gradient(90deg,rgba(5,34,29,.94),rgba(5,34,29,.48))}.theme-studio .hotel-booking-assistant{grid-template-columns:repeat(2,minmax(0,1fr))}.theme-studio .booking-assistant-summary,.theme-studio .booking-assistant-actions{grid-column:1 / -1}.theme-studio .hotel-experience-visual img{min-height:430px}}@media (max-width:760px){.theme-studio .container,.theme-studio .narrow{width:min(100% - 1.5rem,1280px)}.theme-studio .top-bar{display:none}.theme-studio .nav-wrap{min-height:68px}.theme-studio .logo img{width:40px;height:40px}.theme-studio .logo small{display:none}.theme-studio .hide-desktop{display:block !important}.theme-studio .hide-mobile,.theme-studio .hide-mobile-v2{display:none !important}.theme-studio .menu-toggle{display:flex}.theme-studio .main-nav{position:fixed;top:0;right:0;bottom:0;z-index:1003;width:min(88vw,380px);height:100dvh;display:flex;align-items:stretch;justify-content:flex-start;flex-direction:column;margin:0;padding:5.6rem 0 1.15rem;background:var(--v26-paper);box-shadow:var(--v26-shadow);border-left:1px solid var(--v26-line);transform:translateX(100%);visibility:hidden;overflow:auto;transition:transform 220ms ease,visibility 0s 220ms}.theme-studio .main-nav.open{transform:translateX(0);visibility:visible;transition:transform 220ms ease}.theme-studio .main-nav-list{flex-direction:column;width:100%;gap:0}.theme-studio .main-nav-item,.theme-studio .main-nav-item.is-active{border-bottom:1px solid var(--v26-line)}.theme-studio .main-nav-item:last-child,.theme-studio .main-nav-item:last-child .mobile-nav-cta,.theme-studio .main-nav .mobile-nav-cta,.theme-studio .main-nav-item.mobile-nav-cta{border-bottom:0}.theme-studio .main-nav-link{width:100%;justify-content:flex-start;border-radius:0;min-height:52px;padding:1rem 1.1rem;font-size:.75rem;text-transform:none}.theme-studio .main-nav-link::after{display:none}.theme-studio .mobile-nav-cta{display:grid;gap:.7rem;padding:.85rem}.theme-studio .hotel-hero{min-height:calc(100svh - 68px)}.theme-studio .hotel-hero-copy{width:100%}.theme-studio .hotel-hero-media{object-position:61% center}.theme-studio .hotel-hero-shade{background:linear-gradient(90deg,rgba(5,34,29,.96),rgba(5,34,29,.7) 66%,rgba(5,34,29,.36))}.theme-studio .hotel-hero-inner{align-items:end;padding-block:5.2rem 3.5rem}.theme-studio .hotel-hero h1{font-size:clamp(2.75rem,13.5vw,4.25rem)}.theme-studio .hotel-hero-actions{align-items:stretch}.theme-studio .hotel-hero-actions .btn{width:100%}.theme-studio .hotel-hero-proof{grid-template-columns:repeat(3,1fr)}.theme-studio .hotel-hero-proof>span{min-height:74px;padding:.75rem .45rem;text-align:center}.theme-studio .hotel-hero-proof strong{font-size:1.14rem}.theme-studio .hotel-hero-proof small{font-size:.49rem}.theme-studio .hotel-hero-notes{flex-wrap:wrap}.theme-studio .contact-quick-shell{margin-top:0;padding:.75rem 0 0;background:var(--v26-cream)}.theme-studio .contact-quick-bar{display:grid;grid-template-columns:1fr 1fr}.theme-studio .contact-quick-item{min-height:70px}.theme-studio .contact-quick-item:nth-child(3){display:none}.theme-studio .contact-quick-cta{grid-column:1 / -1}.theme-studio .hotel-booking-assistant-shell{padding-top:1.5rem}.theme-studio .hotel-booking-assistant{grid-template-columns:1fr 1fr}.theme-studio .hotel-booking-assistant label{min-width:0}.theme-studio .booking-assistant-actions{flex-direction:column}.theme-studio .hotel-intro-stat{min-height:130px}.theme-studio .amenity-item{min-height:auto}.theme-studio .article-cover{margin-top:-1rem;border-width:4px}.theme-studio .article-meta-bar{border-radius:18px}.theme-studio .article-contact-strip{display:grid;grid-template-columns:repeat(3,1fr)}.theme-studio .acs-btn{min-width:0;padding-inline:.45rem;font-size:.68rem}.theme-studio .page-hero{padding-block:4.25rem}.theme-studio .page-hero h1{font-size:clamp(2.6rem,13vw,4rem)}.theme-studio .blog-search{border-radius:18px}}@media (max-width:440px){.theme-studio .hotel-booking-assistant{grid-template-columns:1fr}.theme-studio .booking-assistant-summary,.theme-studio .booking-assistant-actions{grid-column:auto}.theme-studio .hotel-hero-proof small{letter-spacing:.04em}.theme-studio .contact-quick-item{padding-inline:.8rem}.theme-studio .contact-quick-item strong{font-size:.75rem}}