:root { --hot-bg:#f4efe8; --hot-panel:#ffffff; --hot-text:#1a2433; --hot-muted:color-mix(in srgb, #1a2433 62%, white); --hot-line:color-mix(in srgb, #1a2433 14%, transparent); --hot-accent:#b59764; --hot-accent2:#38506b; --hot-shadow:0 24px 70px color-mix(in srgb, #38506b 18%, transparent); --hot-radius:26px; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body.hot-body { margin:0; font-family:'Manrope', system-ui, sans-serif; background:var(--hot-bg); color:var(--hot-text); line-height:1.65; }
img { max-width:100%; display:block; border-radius:calc(var(--hot-radius) - 6px); }
a { color:inherit; text-decoration:none; }
button, input, select, textarea { font:inherit; }
.hot-skip { position:absolute; left:-999px; top:0; }
.hot-skip:focus { left:1rem; top:1rem; background:var(--hot-panel); padding:.8rem 1rem; border-radius:14px; z-index:100; }
.hot-shell { width:min(1180px, calc(100% - 2rem)); margin-inline:auto; }
.hot-mast { position:sticky; top:0; z-index:20; backdrop-filter:blur(16px); background:color-mix(in srgb, var(--hot-bg) 86%, transparent); border-bottom:1px solid var(--hot-line); }
.hot-mastbar { min-height:76px; display:flex; align-items:center; justify-content:space-between; gap:1rem; }
.hot-brand { display:flex; align-items:center; gap:.85rem; }
.hot-brandtext, .hot-footbrand { font-family:'Cormorant Garamond', serif; letter-spacing:.04em; font-size:clamp(1rem, 1vw + .8rem, 1.3rem); }
.hot-brandmark { width:44px; height:44px; }
.hot-navtray { display:flex; align-items:center; gap:.9rem; }
.hot-navlink { padding:.55rem .8rem; border-radius:999px; color:var(--hot-muted); }
.hot-navlink--current, .hot-navlink:hover { color:var(--hot-text); background:color-mix(in srgb, var(--hot-accent) 12%, var(--hot-panel)); }
.hot-navtoggle { display:none; background:none; border:1px solid var(--hot-line); color:var(--hot-text); padding:.7rem .9rem; border-radius:999px; }
.hot-btn { display:inline-flex; align-items:center; justify-content:center; gap:.45rem; padding:.95rem 1.2rem; border:none; border-radius:999px; background:linear-gradient(135deg, var(--hot-accent), var(--hot-accent2)); color:white; font-weight:700; box-shadow:var(--hot-shadow); cursor:pointer; }
.hot-btn--small { padding:.7rem 1rem; font-size:.92rem; }
.hot-btn--ghost { background:transparent; color:var(--hot-text); border:1px solid var(--hot-line); box-shadow:none; }
.hot-btn:hover, .hot-navtoggle:hover { transform:translateY(-1px); }
.hot-hero { padding:clamp(3.4rem, 7vw, 6rem) 0 2rem; }
.hot-heroarea { display:grid; grid-template-columns:1.12fr .88fr; gap:1.4rem; align-items:center; }
.hot-eyebrow { text-transform:uppercase; letter-spacing:.18em; font-size:.8rem; font-weight:700; color:var(--hot-accent); }
.hot-headline { font-family:'Cormorant Garamond', serif; font-size:clamp(2.5rem, 5vw, 5rem); line-height:1.02; margin:.7rem 0 1rem; }
.hot-intro { font-size:1.04rem; color:var(--hot-muted); max-width:62ch; }
.hot-cta { display:flex; flex-wrap:wrap; gap:.85rem; margin-top:1.35rem; }
.hot-metrics, .hot-tags { display:flex; flex-wrap:wrap; gap:.75rem; margin-top:1.2rem; }
.hot-metric, .hot-tag { padding:.72rem .95rem; border-radius:18px; background:var(--hot-panel); border:1px solid var(--hot-line); }
.hot-heroart, .hot-panel, .hot-card, .hot-quote, .hot-faqitem, .hot-bookingbox, .hot-modalbox { background:var(--hot-panel); border:1px solid var(--hot-line); border-radius:var(--hot-radius); box-shadow:var(--hot-shadow); }
.hot-heroart { overflow:hidden; position:relative; min-height:100%; }
.hot-heroart img { width:100%; height:100%; min-height:420px; object-fit:cover; }
.hot-section { padding:clamp(2.8rem, 6vw, 5.4rem) 0; }
.hot-section--soft { background:color-mix(in srgb, var(--hot-panel) 52%, transparent); }
.hot-headingblock { max-width:720px; margin-bottom:1.6rem; }
.hot-headingblock h2, .hot-headingblock h1, .hot-subhero h1 { font-family:'Cormorant Garamond', serif; font-size:clamp(2rem, 3.7vw, 3.2rem); line-height:1.08; margin:0 0 .75rem; }
.hot-headingblock p, .hot-subhero p { color:var(--hot-muted); margin:0; }
.hot-grid2, .hot-grid3, .hot-grid4 { display:grid; gap:1rem; }
.hot-grid2 { grid-template-columns:repeat(2, minmax(0, 1fr)); }
.hot-grid3 { grid-template-columns:repeat(3, minmax(0, 1fr)); }
.hot-grid4 { grid-template-columns:repeat(4, minmax(0, 1fr)); }
.hot-card { padding:1.15rem; overflow:hidden; }
.hot-card h3, .hot-card h4, .hot-quote strong, .hot-kicker { margin:.9rem 0 .45rem; font-size:1.02rem; }
.hot-copy, .hot-smallcopy { color:var(--hot-muted); }
.hot-smallcopy { font-size:.93rem; }
.hot-split { display:grid; grid-template-columns:1fr 1fr; gap:1rem; align-items:start; }
.hot-price { color:var(--hot-accent); font-weight:800; letter-spacing:.03em; }
.hot-list { display:grid; gap:.7rem; padding:0; margin:1rem 0 0; list-style:none; }
.hot-list li { display:flex; gap:.7rem; align-items:flex-start; }
.hot-list li::before { content:'•'; color:var(--hot-accent); font-weight:900; }
.hot-gallery { display:grid; grid-template-columns:1.1fr .9fr .9fr; gap:1rem; }
.hot-gallery img { width:100%; height:100%; min-height:220px; object-fit:cover; }
.hot-quote { padding:1.2rem; }
.hot-quote span { color:var(--hot-accent); font-size:1.1rem; }
.hot-bookingbox { padding:1.2rem; }
.hot-form { display:grid; gap:.9rem; }
.hot-formrow { display:grid; grid-template-columns:repeat(2, minmax(0, 1fr)); gap:.8rem; }
.hot-field { display:grid; gap:.38rem; }
.hot-field label { font-weight:700; font-size:.95rem; }
.hot-field input, .hot-field select, .hot-field textarea { width:100%; padding:.95rem 1rem; border-radius:16px; border:1px solid var(--hot-line); background:color-mix(in srgb, var(--hot-panel) 84%, transparent); color:var(--hot-text); }
.hot-field textarea { min-height:140px; resize:vertical; }
.hot-notice { min-height:1.3rem; color:var(--hot-accent); font-weight:700; }
.hot-contactinfo { display:grid; gap:.8rem; }
.hot-contactpill { padding:1rem; border-radius:18px; border:1px solid var(--hot-line); background:var(--hot-panel); }
.hot-faqitem button { all:unset; display:flex; width:100%; justify-content:space-between; gap:1rem; cursor:pointer; padding:1rem 1.1rem; font-weight:700; }
.hot-faqanswer { padding:0 1.1rem 1rem; color:var(--hot-muted); }
.hot-faqanswer[hidden] { display:none; }
.hot-filters { display:grid; grid-template-columns:repeat(6, minmax(0,1fr)); gap:.8rem; margin:1rem 0 1.4rem; }
.hot-subhero { padding:3rem 0 1rem; }
.hot-subhero .hot-panel { padding:1.2rem; }
.hot-modalbackdrop { position:fixed; inset:0; background:rgba(10,10,20,.62); display:none; align-items:center; justify-content:center; padding:1rem; z-index:40; }
.hot-modalbackdrop.is-open { display:flex; }
.hot-modalbox { width:min(880px, 100%); max-height:92vh; overflow:auto; padding:1.2rem; }
.hot-modalclose { margin-left:auto; display:block; border:1px solid var(--hot-line); background:none; color:var(--hot-text); padding:.6rem .9rem; border-radius:999px; }
.hot-compareshell { position:relative; overflow:hidden; border-radius:var(--hot-radius); min-height:360px; }
.hot-before, .hot-after { position:absolute; inset:0; }
.hot-before img, .hot-after img { width:100%; height:100%; object-fit:cover; border-radius:0; }
.hot-after { width:50%; overflow:hidden; border-right:2px solid white; }
.hot-comparerange { width:100%; margin-top:1rem; accent-color:var(--hot-accent); }
.hot-footer { padding:2rem 0 3rem; border-top:1px solid var(--hot-line); }
.hot-footgrid { display:grid; grid-template-columns:1.5fr 1fr 1fr; gap:1rem; }
.hot-foottitle { font-weight:800; margin-bottom:.4rem; }
.hot-foottext, .hot-footnote { color:var(--hot-muted); }
.hot-footnote { padding-top:1rem; font-size:.92rem; }
.hot-whatsapp { position:fixed; right:1rem; bottom:1rem; z-index:30; background:#25D366; color:#062b14; font-weight:800; padding:.95rem 1rem; border-radius:999px; box-shadow:0 15px 35px rgba(37,211,102,.25); }
.hot-reveal { opacity:0; transform:translateY(18px); transition:opacity .6s ease, transform .6s ease; }
.hot-reveal.is-visible { opacity:1; transform:none; }
.hot-accentband { background:linear-gradient(135deg, color-mix(in srgb, var(--hot-accent) 18%, var(--hot-panel)), color-mix(in srgb, var(--hot-accent2) 16%, var(--hot-panel))); }
.hot-heroart::after { content:''; position:absolute; inset:auto 0 0 0; height:45%; background:linear-gradient(180deg, transparent, rgba(0,0,0,.35)); }
.hot-heroartnote { position:absolute; left:1rem; bottom:1rem; color:white; z-index:1; max-width:240px; padding:1rem; border-radius:18px; background:rgba(10,10,20,.45); backdrop-filter:blur(10px); }
.hot-table { width:100%; border-collapse:collapse; }
.hot-table th, .hot-table td { text-align:left; padding:.9rem .7rem; border-bottom:1px solid var(--hot-line); }
.hot-table th { font-size:.92rem; letter-spacing:.04em; text-transform:uppercase; color:var(--hot-muted); }
:focus-visible { outline:3px solid color-mix(in srgb, var(--hot-accent) 72%, white); outline-offset:2px; }
@media (max-width: 980px) { .hot-heroarea, .hot-grid3, .hot-grid4, .hot-split, .hot-footgrid, .hot-gallery, .hot-filters { grid-template-columns:1fr 1fr; } .hot-grid2, .hot-formrow { grid-template-columns:1fr; } .hot-heroart img { min-height:320px; } }
@media (max-width: 760px) { .hot-navtoggle { display:inline-flex; } .hot-navtray { position:absolute; top:76px; left:1rem; right:1rem; flex-direction:column; align-items:stretch; padding:1rem; background:var(--hot-panel); border:1px solid var(--hot-line); border-radius:24px; display:none; } .hot-navtray.is-open { display:flex; } .hot-heroarea, .hot-grid3, .hot-grid4, .hot-split, .hot-footgrid, .hot-gallery, .hot-filters { grid-template-columns:1fr; } .hot-headline { font-size:clamp(2.35rem, 11vw, 4rem); } .hot-whatsapp { bottom:.85rem; right:.85rem; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior:auto; } .hot-reveal { opacity:1; transform:none; transition:none; } * { animation:none !important; transition:none !important; } }

.hot-notice:empty{display:none}
.hot-notice--success{display:inline-block;background:color-mix(in srgb, var(--hot-accent) 16%, white);border:1px solid color-mix(in srgb, var(--hot-accent) 45%, white);padding:.7rem 1rem;border-radius:12px;margin-top:.4rem}
