*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;color:#17313b;background:#fbfaf7}a{text-decoration:none;color:inherit}.nav{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);display:flex;justify-content:space-between;align-items:center;padding:18px 6vw;box-shadow:0 1px 12px rgba(0,0,0,.06)}.brand{font-weight:800;letter-spacing:.02em}nav{display:flex;gap:22px;align-items:center}.btn,button{background:#0d6b7a;color:white;padding:14px 22px;border-radius:999px;border:0;font-weight:700;display:inline-block}.small{padding:10px 16px}.hero{min-height:76vh;background-size:cover;background-position:center;display:flex;align-items:center;padding:7vw}.hero-content{max-width:760px;color:white}.eyebrow{letter-spacing:.16em;text-transform:uppercase;font-weight:800;color:#0d6b7a;font-size:.78rem}.hero .eyebrow{color:#a6eff7}.hero h1{font-size:clamp(2.5rem,6vw,5.8rem);line-height:.95;margin:10px 0 20px}.hero p{font-size:1.25rem;line-height:1.55}.quick{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#e8e0d6;margin:0}.quick div{background:white;padding:28px 6vw}.quick strong{display:block;font-size:1.3rem}.quick span{color:#61727a}.section,.split,.compare,.booking{padding:75px 7vw}.split{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:center}.split.reverse{grid-template-columns:.9fr 1.1fr}.split img{width:100%;height:520px;object-fit:cover;border-radius:28px;box-shadow:0 22px 60px rgba(0,0,0,.13)}h2{font-size:clamp(2rem,4vw,3.4rem);line-height:1.05;margin:10px 0 20px}.split p,.compare p,.booking p{font-size:1.1rem;line-height:1.7;color:#52646b}ul{line-height:2;font-size:1.05rem}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.gallery img{width:100%;height:270px;object-fit:cover;border-radius:18px}.rates table{width:100%;border-collapse:collapse;background:white;border-radius:18px;overflow:hidden;box-shadow:0 14px 50px rgba(0,0,0,.08)}th,td{text-align:left;padding:18px;border-bottom:1px solid #eee}th{background:#17313b;color:white}.compare{display:grid;grid-template-columns:1fr 420px;gap:40px;background:#eaf6f7}.card{background:white;border-radius:28px;padding:30px;box-shadow:0 18px 50px rgba(0,0,0,.12)}.card div{display:flex;justify-content:space-between;border-bottom:1px solid #eee;padding:16px 0}.card b{font-size:1.5rem}.save b{color:#0d6b7a}.booking{text-align:center;background:#17313b;color:white}.booking p{color:#d9e8eb}.booking form{max-width:760px;margin:25px auto 0;display:grid;gap:12px}.booking input,.booking textarea{width:100%;padding:16px;border-radius:14px;border:0}.booking textarea{min-height:110px}footer{text-align:center;padding:30px;background:#0f242c;color:#d9e8eb}@media(max-width:850px){nav a:not(.btn){display:none}.quick,.split,.split.reverse,.compare{grid-template-columns:1fr}.gallery{grid-template-columns:1fr}.hero{min-height:70vh}.split img{height:360px}}.rate-note{font-size:1.05rem;line-height:1.7;color:#52646b;max-width:900px;margin-bottom:24px}.savings-banner{padding:70px 7vw;background:linear-gradient(135deg,#0d6b7a,#17313b);color:white;display:grid;grid-template-columns:.9fr 1.1fr;gap:35px;align-items:center}.savings-banner .eyebrow{color:#a6eff7}.savings-banner h2{color:white}.savings-banner p{font-size:1.15rem;line-height:1.7;color:#eaf6f7}.savings-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.savings-grid div{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.25);border-radius:22px;padding:22px;text-align:center}.savings-grid span{display:block;font-size:.9rem;letter-spacing:.08em;text-transform:uppercase;color:#d9f7fa}.savings-grid b{display:block;font-size:1.45rem;margin-top:8px}.fees table{width:100%;border-collapse:collapse;background:white;border-radius:18px;overflow:hidden;box-shadow:0 14px 50px rgba(0,0,0,.08)}@media(max-width:850px){.savings-banner{grid-template-columns:1fr}.savings-grid{grid-template-columns:1fr 1fr}.savings-grid div:last-child{grid-column:1/-1}}

/* Hero photo scroll with manual controls */
.hero-carousel{position:relative;overflow:hidden;background:none;isolation:isolate}
.hero-slides{position:absolute;inset:0;z-index:-2}
.hero-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.03);transition:opacity .9s ease,transform 5s ease}
.hero-slide.active{opacity:1;transform:scale(1.08)}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,30,45,.76),rgba(5,30,45,.18));z-index:-1}
.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:48px;height:48px;border-radius:999px;background:rgba(255,255,255,.82);color:#17313b;border:1px solid rgba(255,255,255,.55);font-size:26px;line-height:1;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 30px rgba(0,0,0,.18);cursor:pointer;padding:0}
.hero-arrow:hover{background:white}
.hero-prev{left:26px}.hero-next{right:26px}
.hero-dots{position:absolute;left:50%;bottom:28px;transform:translateX(-50%);z-index:3;display:flex;gap:10px;align-items:center}
.hero-dot{width:11px;height:11px;border-radius:999px;border:1px solid white;background:rgba(255,255,255,.45);padding:0;cursor:pointer}
.hero-dot.active{background:white;width:30px}

.hero-specs{font-weight:800;font-size:1.15rem;letter-spacing:.04em;color:#ffffff;margin:0 0 10px}.highlight-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.highlight-grid div,.sleep-grid div,.faq-list div{background:white;border-radius:22px;padding:24px;box-shadow:0 12px 35px rgba(0,0,0,.07)}.highlight-grid b{display:block;font-size:1.08rem;margin-bottom:10px}.highlight-grid span{color:#52646b;line-height:1.55}.sleep-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.sleep-grid h3,.levels h3,.faq-list h3{margin-top:0;color:#17313b}.sleep-grid p,.faq-list p{color:#52646b;line-height:1.65}.max-note{font-size:1.15rem;margin-top:22px}.three-level{background:#ffffff}.levels{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:24px}.levels div{background:#fbfaf7;border:1px solid #efe7dc;border-radius:24px;padding:24px;min-height:255px;box-shadow:0 10px 30px rgba(0,0,0,.05)}.polished-levels ul{padding-left:18px;margin-bottom:0}.polished-levels li{line-height:1.75}.level-number{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;background:#0d6b7a;color:white;font-weight:800;margin-bottom:14px}.faq-list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(max-width:850px){.highlight-grid,.sleep-grid,.faq-list,.levels{grid-template-columns:1fr}}

@media(max-width:850px){.hero-arrow{width:40px;height:40px;font-size:22px}.hero-prev{left:12px}.hero-next{right:12px}.hero-dots{bottom:18px}}

/* Compact conversion sections */
.why-love{padding-top:55px;padding-bottom:55px;background:#f3fbfb}.why-love h2,.availability h2,.map-section h2{max-width:850px}.love-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:24px}.love-grid div{background:white;border:1px solid #e7eeee;border-radius:18px;padding:18px;box-shadow:0 10px 28px rgba(0,0,0,.05);font-size:1rem}.love-grid b{margin-left:6px;color:#17313b}.availability{background:#fff}.calendar-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:24px}.calendar-grid div{background:#f4fbf5;border:1px solid #cfe8d4;border-radius:18px;padding:18px;text-align:center}.calendar-grid b{display:block;font-size:1.05rem;color:#17313b}.calendar-grid span{display:inline-block;margin-top:8px;color:#217245;font-weight:800;font-size:.9rem;text-transform:uppercase;letter-spacing:.06em}.map-section{background:#fbfaf7}.map-wrap{display:grid;grid-template-columns:1.3fr .7fr;gap:18px;align-items:stretch}.map-wrap iframe{width:100%;min-height:420px;border:0;border-radius:24px;box-shadow:0 16px 45px rgba(0,0,0,.1)}.map-points{display:grid;gap:12px}.map-points div{background:white;border-radius:20px;padding:20px;box-shadow:0 10px 28px rgba(0,0,0,.06)}.map-points b{display:block;margin-bottom:6px}.map-points span{color:#52646b}@media(max-width:850px){.love-grid,.calendar-grid,.map-wrap{grid-template-columns:1fr}.map-wrap iframe{min-height:320px}}

.booking-email{font-weight:700;margin:14px 0}.booking-email a{color:inherit}.form-note{font-size:.9rem;opacity:.75;margin-top:10px}
