.compact-hero{min-height:400px}.compact-hero .hero-copy{padding:62px 0}.compact-hero h1{font-size:clamp(2rem,4vw,3.25rem)}
.option-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.option-card{padding:26px;background:#fff;border-top:4px solid var(--accent);box-shadow:0 8px 28px rgba(16,49,32,.09)}.option-card h3{margin:0 0 9px;color:var(--green);font:700 1.35rem Georgia,serif}.option-card p{color:var(--muted)}
.featured-hotel{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}.featured-hotel>img{width:100%;height:350px;object-fit:cover}.featured-price{display:flex;align-items:center;gap:18px;margin:20px 0}.featured-price strong{font:700 2rem Georgia,serif;color:var(--green)}
.hotel-stars{color:#d49b24;letter-spacing:.1em}.hotel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.hotel-card{overflow:hidden;background:#fff;box-shadow:0 8px 28px rgba(16,49,32,.09)}.hotel-card img{width:100%;height:230px;object-fit:cover}.hotel-card-body{padding:22px}.hotel-card h3{margin:5px 0 8px;color:var(--green);font:700 1.35rem Georgia,serif}.hotel-card p{color:var(--muted)}.hotel-card-price{display:flex;justify-content:space-between;align-items:end;gap:12px;margin-top:18px}.hotel-card-price strong{color:var(--green);font-size:1.25rem}.hotel-card-price small{display:block}.rate-disclaimer{margin-top:30px;padding:18px;background:var(--cream);border-left:3px solid var(--accent);color:var(--muted)}
.hotel-identity{padding:48px 0;background:var(--cream)}.hotel-identity>.container{display:flex;justify-content:space-between;align-items:end;gap:40px}.hotel-identity h1{margin:0 0 8px;color:var(--green2);font:700 clamp(2rem,4vw,3.2rem)/1.1 Georgia,serif}.hotel-identity p{margin:3px 0;color:var(--muted)}.identity-price{min-width:245px;padding:22px;background:var(--green);color:#fff}.identity-price span,.identity-price small{display:block}.identity-price strong{display:block;color:var(--accent);font:700 2.25rem Georgia,serif}
.hotel-gallery-section{padding:45px 0;background:#101713}.hotel-slider{position:relative;overflow:hidden}.hotel-slides{position:relative;height:400px}.hotel-slide{position:absolute;inset:0;margin:0;opacity:0;transition:opacity .45s}.hotel-slide.active{opacity:1}.hotel-slide img{width:100%;height:100%;object-fit:cover}.hotel-prev,.hotel-next{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border:0;border-radius:50%;background:rgba(7,26,18,.8);color:#fff;font-size:2rem;cursor:pointer}.hotel-prev{left:18px}.hotel-next{right:18px}.hotel-dots{position:absolute;bottom:15px;left:50%;display:flex;gap:8px;transform:translateX(-50%)}.hotel-dots button{width:10px;height:10px;padding:0;border:1px solid #fff;border-radius:50%;background:transparent}.hotel-dots button.active{background:#fff}
.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:55px;align-items:start}.detail-main .content{max-width:none}.amenity-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:22px}.amenity-grid span{padding:13px 15px;background:var(--cream);border-left:3px solid var(--accent)}.room-list{display:grid;gap:18px}.room-list article{display:grid;grid-template-columns:220px 1fr;gap:24px;padding:18px;background:#fff;box-shadow:0 6px 24px rgba(16,49,32,.08)}.room-list img{width:100%;height:165px;object-fit:cover}.room-list h3{margin:4px 0;color:var(--green);font:700 1.4rem Georgia,serif}.hotel-sidebar{position:sticky;top:100px}.side-price,.side-enquiry{padding:25px;box-shadow:var(--shadow)}.side-price{background:var(--green);color:#fff}.side-price h2{margin:4px 0;color:var(--accent);font:700 2.3rem Georgia,serif}.side-price p{margin:0}.side-price ul{margin:18px 0 0;padding-left:20px;color:#dbe6df}.side-enquiry{margin-top:18px;background:var(--cream)}.side-enquiry h2{margin:0 0 15px;color:var(--green2);font:700 1.55rem Georgia,serif}.side-enquiry .enquiry-form{display:grid;gap:10px}.side-enquiry input,.side-enquiry select,.side-enquiry textarea{width:100%;border:1px solid var(--line);background:#fff;padding:11px}
@media(max-width:900px){.option-grid,.hotel-grid{grid-template-columns:1fr 1fr}.detail-layout{grid-template-columns:1fr}.hotel-sidebar{position:static}.amenity-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.compact-hero{min-height:330px}.option-grid,.hotel-grid,.amenity-grid,.featured-hotel{grid-template-columns:1fr}.featured-hotel>img{height:260px}.hotel-identity>.container{align-items:start;flex-direction:column}.identity-price{width:100%}.hotel-slides{height:300px}.room-list article{grid-template-columns:1fr}.room-list img{height:210px}}

/* Jim Corbett destination redesign */
.corbett-page .menu .active{color:var(--green)}.corbett-hero{min-height:510px;padding:65px 0;background:linear-gradient(90deg,rgba(5,31,20,.9),rgba(6,35,23,.45)),url('assets/corbett.jpg') center/cover;color:#fff}.corbett-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:70px;align-items:center}.corbett-hero-copy{max-width:680px}.corbett-hero h1{margin:0 0 18px;font:700 clamp(2.6rem,5vw,4.7rem)/1.03 Georgia,serif}.corbett-hero-copy p{max-width:600px;color:#edf3ef;font-size:1.08rem}.hero-actions{display:flex;align-items:center;gap:22px;margin-top:28px}.hero-phone{font-weight:800}.hero-enquiry{padding:26px;background:#fff;color:var(--ink);border-top:4px solid var(--accent);box-shadow:var(--shadow)}.hero-enquiry h2{margin:0 0 15px;color:var(--green2);font:700 1.65rem Georgia,serif}.hero-enquiry form{display:grid;gap:10px}.hero-enquiry input,.hero-enquiry select{width:100%;height:44px;padding:0 12px;border:1px solid var(--line);background:#fff}.intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.intro-grid h2,.destination-copy h2,.featured-band h2,.center-heading h2{margin:0;color:var(--green2);font:700 clamp(2rem,4vw,2rem)/1.14 Georgia,serif}.intro-grid article p{color:var(--muted)}.intro-image{position:relative}.intro-image>img{width:100%;height:410px;object-fit:cover}.experience-badge{position:absolute;right:-20px;bottom:25px;padding:18px 24px;background:var(--accent);color:var(--green2)}.experience-badge strong,.experience-badge span{display:block}.experience-badge strong{font:700 1.45rem Georgia,serif}.center-heading{text-align:center;max-width:720px;margin:0 auto 38px}.center-heading .kicker{margin-bottom:8px}.center-heading>p{color:var(--muted)}.experience-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.experience-card{display:grid;grid-template-columns:45% 1fr;min-height:235px;background:#fff;box-shadow:0 9px 30px rgba(16,49,32,.09);overflow:hidden}.experience-card img{width:100%;height:100%;object-fit:cover}.experience-card>div{padding:24px}.experience-card>div>span{color:var(--accent);font-size:.75rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.experience-card h3{margin:5px 0 9px;color:var(--green);font:700 1.45rem Georgia,serif}.experience-card p{margin:0 0 14px;color:var(--muted)}.experience-card a{color:var(--green);font-weight:800}.destination-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:60px;align-items:start}.destination-copy p{color:var(--muted)}.destination-copy h3{margin:25px 0 5px;color:var(--green);font:700 1.35rem Georgia,serif}.zone-pills{display:flex;flex-wrap:wrap;gap:9px;margin-top:24px}.zone-pills span{padding:7px 13px;background:var(--cream);border:1px solid var(--line);color:var(--green);font-weight:700}.trip-card{padding:30px;background:var(--green);color:#fff;box-shadow:var(--shadow)}.trip-card>span{color:var(--accent);font-weight:800;text-transform:uppercase;letter-spacing:.12em;font-size:.76rem}.trip-card h2{margin:6px 0 18px;color:#fff;font:700 2rem Georgia,serif}.trip-card ul{padding-left:20px;color:#dbe6df}.trip-card .btn{width:100%;margin-top:10px}.trip-card small{display:block;margin-top:12px;color:#c8d5cd}.featured-band{padding:60px 0;background:var(--cream)}.featured-band-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:55px;align-items:center}.featured-band-grid>img{width:100%;height:390px;object-fit:cover}.featured-band p{color:var(--muted)}.feature-rate{display:flex;align-items:baseline;gap:12px;margin:18px 0}.feature-rate strong{color:var(--green);font:700 2.2rem Georgia,serif}.feature-rate span{color:var(--muted)}.why-corbett{background:var(--green2);color:#fff}.center-heading.light h2{color:#fff}
@media(max-width:900px){.corbett-hero-grid{grid-template-columns:1fr;gap:35px}.hero-enquiry{max-width:600px}.intro-grid,.destination-layout,.featured-band-grid{grid-template-columns:1fr}.experience-grid{grid-template-columns:1fr}.experience-badge{right:15px}.featured-band-grid>img{height:350px}}
@media(max-width:620px){.corbett-hero{min-height:auto;padding:45px 0}.corbett-hero h1{font-size:2.5rem}.hero-actions{align-items:flex-start;flex-direction:column;gap:12px}.intro-image>img,.featured-band-grid>img{height:270px}.experience-card{grid-template-columns:1fr}.experience-card img{height:210px}.experience-badge{position:static}.destination-layout{gap:35px}}

/* Premium hotel gallery with thumbnail rail */
.premium-gallery{padding:42px 0 34px;background:linear-gradient(135deg,#071710,#10271b)}.gallery-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:18px}.gallery-heading h2{margin:0;color:#fff;font:700 clamp(1.7rem,3vw,2.4rem) Georgia,serif}.gallery-counter{display:flex;align-items:baseline;gap:6px;color:#879c90}.gallery-counter strong{color:var(--accent);font:700 2rem Georgia,serif}.premium-gallery .hotel-slider{overflow:hidden;border-radius:8px;box-shadow:0 22px 55px rgba(0,0,0,.35);outline:none}.premium-gallery .hotel-slider:focus-visible{box-shadow:0 0 0 3px var(--accent),0 22px 55px rgba(0,0,0,.35)}.premium-gallery .hotel-slides{height:400px}.premium-gallery .hotel-slide{transform:scale(1.035);transition:opacity .55s ease,transform 1.1s ease}.premium-gallery .hotel-slide.active{transform:scale(1)}.premium-gallery .hotel-slide:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.72))}.premium-gallery figcaption{position:absolute;left:25px;bottom:20px;z-index:2;color:#fff;font-weight:700;letter-spacing:.02em}.gallery-arrows{position:absolute;right:18px;bottom:17px;z-index:4;display:flex;gap:9px}.premium-gallery .hotel-prev,.premium-gallery .hotel-next{position:static;transform:none;width:46px;height:46px;border-radius:4px;background:rgba(255,255,255,.92);color:var(--green2);font-size:1.35rem;transition:background .2s,transform .2s}.premium-gallery .hotel-prev:hover,.premium-gallery .hotel-next:hover{background:var(--accent);transform:translateY(-2px)}.premium-gallery .hotel-dots{position:static;transform:none}.hotel-thumbs{display:grid!important;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:14px}.premium-gallery .hotel-thumbs button{width:100%;height:78px;padding:4px;border:2px solid transparent;border-radius:5px;background:rgba(255,255,255,.08);overflow:hidden;cursor:pointer;opacity:.62;transition:opacity .2s,border-color .2s,transform .2s}.premium-gallery .hotel-thumbs button:hover{opacity:.9;transform:translateY(-2px)}.premium-gallery .hotel-thumbs button.active{border-color:var(--accent);background:transparent;opacity:1}.hotel-thumbs img{width:100%;height:100%;object-fit:cover;border-radius:2px}
@media(max-width:620px){.gallery-heading{align-items:flex-start;gap:10px}.gallery-heading h2{font-size:1.55rem}.premium-gallery .hotel-slides{height:300px}.premium-gallery figcaption{left:15px;right:90px;bottom:15px;font-size:.85rem}.gallery-arrows{right:12px;bottom:12px}.premium-gallery .hotel-prev,.premium-gallery .hotel-next{width:38px;height:38px}.premium-gallery .hotel-thumbs button{height:58px}}

/* Compact hotel title and starting-price strip */
.hotel-identity{padding:22px 0}.hotel-identity>.container{align-items:center}.hotel-identity .kicker{margin-bottom:4px;font-size:.7rem}.hotel-identity h1{margin-bottom:5px;font-size:clamp(1.65rem,3vw,2.2rem)}.hotel-identity p{margin:1px 0;font-size:.88rem;line-height:1.4}.identity-price{min-width:195px;padding:12px 16px}.identity-price span{font-size:.75rem}.identity-price strong{font-size:1.65rem;line-height:1.15}.identity-price small{font-size:.7rem;line-height:1.3}
@media(max-width:620px){.hotel-identity{padding:18px 0}.hotel-identity>.container{gap:14px}.identity-price{width:auto;min-width:185px}.hotel-identity h1{font-size:1.65rem}}

/* Alternate gallery: main image with vertical thumbnail rail */
.premium-gallery>.container{display:grid;grid-template-columns:minmax(0,1fr) 150px;grid-template-areas:"heading heading" "slider thumbs";gap:14px}.premium-gallery .gallery-heading{grid-area:heading}.premium-gallery .hotel-slider{grid-area:slider;border-radius:0 18px 18px 0;border-left:5px solid var(--accent)}.premium-gallery .hotel-thumbs{grid-area:thumbs;grid-template-columns:1fr;margin:0;gap:9px}.premium-gallery .hotel-thumbs button{height:93px;padding:0;border:0;border-radius:8px;opacity:.5;position:relative}.premium-gallery .hotel-thumbs button:after{content:"";position:absolute;inset:0;border:3px solid transparent;border-radius:8px}.premium-gallery .hotel-thumbs button.active:after{border-color:var(--accent)}.premium-gallery .hotel-thumbs button.active{transform:translateX(-5px)}.premium-gallery .gallery-arrows{left:20px;right:auto}.premium-gallery figcaption{left:auto;right:22px;text-align:right}.hotel-details .detail-layout{grid-template-columns:minmax(0,1fr) 285px;gap:42px}.hotel-sidebar .side-price,.hotel-sidebar .side-enquiry{padding:18px}.hotel-sidebar .side-price h2{font-size:1.8rem}.hotel-sidebar .side-price p,.hotel-sidebar .side-price li{font-size:.82rem}.hotel-sidebar .side-enquiry{margin-top:12px}.hotel-sidebar .side-enquiry h2{font-size:1.3rem;margin-bottom:10px}.hotel-sidebar .side-enquiry .enquiry-form{gap:7px}.hotel-sidebar .side-enquiry input,.hotel-sidebar .side-enquiry select,.hotel-sidebar .side-enquiry textarea{padding:8px 9px;font-size:.85rem}.hotel-sidebar .side-enquiry textarea{min-height:65px}.hotel-sidebar .side-enquiry .btn{padding:9px 13px;font-size:.85rem}
@media(max-width:900px){.hotel-details .detail-layout{grid-template-columns:1fr}.hotel-sidebar{max-width:420px}}
@media(max-width:620px){.premium-gallery>.container{grid-template-columns:1fr;grid-template-areas:"heading" "slider" "thumbs"}.premium-gallery .hotel-slider{border-left:0;border-bottom:4px solid var(--accent);border-radius:14px 14px 0 0}.premium-gallery .hotel-thumbs{grid-template-columns:repeat(4,1fr);gap:7px}.premium-gallery .hotel-thumbs button{height:58px}.premium-gallery .hotel-thumbs button.active{transform:translateY(-3px)}.premium-gallery .gallery-arrows{left:12px}.premium-gallery figcaption{left:90px;right:14px}.hotel-sidebar{max-width:none}}

/* Smaller, lighter gallery presentation */
.premium-gallery{padding:24px 0 22px;background:#eef3ef}.premium-gallery>.container{grid-template-columns:minmax(0,1fr) 112px;gap:10px}.premium-gallery .gallery-heading{margin-bottom:5px}.premium-gallery .gallery-heading h2{color:var(--green2);font-size:clamp(1.4rem,2.5vw,1.9rem)}.premium-gallery .gallery-counter{color:#74827a}.premium-gallery .gallery-counter strong{font-size:1.55rem}.premium-gallery .hotel-slider{border-left:2px solid var(--accent);border-radius:0 10px 10px 0;box-shadow:0 8px 24px rgba(16,49,32,.14)}.premium-gallery .hotel-slides{height:320px}.premium-gallery .hotel-thumbs{gap:7px}.premium-gallery .hotel-thumbs button{height:74px;border-radius:5px}.premium-gallery .hotel-thumbs button:after{border-width:2px;border-radius:5px}.premium-gallery .hotel-thumbs button.active{transform:translateX(-3px)}.premium-gallery .hotel-prev,.premium-gallery .hotel-next{width:38px;height:38px;font-size:1.05rem}.premium-gallery figcaption{font-size:.85rem}
@media(max-width:620px){.premium-gallery{padding:18px 0}.premium-gallery>.container{grid-template-columns:1fr}.premium-gallery .hotel-slider{border-left:0;border-bottom:2px solid var(--accent);border-radius:8px 8px 0 0}.premium-gallery .hotel-slides{height:240px}.premium-gallery .hotel-thumbs button{height:48px}.premium-gallery .hotel-thumbs button.active{transform:translateY(-2px)}.premium-gallery .gallery-counter strong{font-size:1.3rem}}

/* Mobile enquiry appears immediately below the gallery */
.mobile-gallery-enquiry{display:none}.enquiry-anchor{display:block;position:relative;top:-90px;visibility:hidden}.mobile-price{padding:16px;background:var(--green);color:#fff}.mobile-price span,.mobile-price small{display:block}.mobile-price strong{display:block;color:var(--accent);font:700 1.8rem Georgia,serif}.mobile-gallery-enquiry .side-enquiry{margin:0;padding:18px;box-shadow:none}.mobile-gallery-enquiry .side-enquiry h2{font-size:1.3rem}.mobile-gallery-enquiry .enquiry-form{display:grid;grid-template-columns:1fr 1fr;gap:8px}.mobile-gallery-enquiry textarea,.mobile-gallery-enquiry .btn{grid-column:1/-1}
@media(max-width:900px){.mobile-gallery-enquiry{display:block;padding:18px 0 6px;background:#fff}.mobile-gallery-enquiry>.container{display:grid;grid-template-columns:220px 1fr;box-shadow:0 8px 26px rgba(16,49,32,.1)}.hotel-details .hotel-sidebar{display:none}.hotel-details{padding-top:42px}}
@media(max-width:620px){.mobile-gallery-enquiry{padding-top:12px}.mobile-gallery-enquiry>.container{grid-template-columns:1fr}.mobile-gallery-enquiry .enquiry-form{grid-template-columns:1fr}.mobile-gallery-enquiry textarea,.mobile-gallery-enquiry .btn{grid-column:auto}.mobile-price{display:flex;align-items:center;justify-content:space-between;gap:10px}.mobile-price strong{font-size:1.55rem}.mobile-price small{max-width:110px;text-align:right}.hotel-details{padding-top:34px}}

/* Compact typography for resort category listings */
.resorts-page .section-head{margin-bottom:25px}.resorts-page .section-head h2{font-size:clamp(1.55rem,3vw,2rem)}.resorts-page .section-head p{font-size:.9rem;line-height:1.5}.resorts-page .hotel-card h3{font-size:1.18rem}.resorts-page .hotel-card p{font-size:.88rem;line-height:1.5}.resorts-page .hotel-card-body{padding:18px}.resorts-page .hotel-card-price strong{font-size:1.08rem}.resorts-page .hotel-card-price small{font-size:.72rem}.resorts-page .hotel-card-price .btn{padding:9px 13px;font-size:.8rem}.resorts-page .rate-disclaimer{font-size:.85rem}
@media(max-width:620px){.resorts-page .section-head h2{font-size:1.5rem}.resorts-page .section-head{margin-bottom:20px}}
.resorts-page .hotel-card>div{padding:18px}.resorts-page .hotel-card>div>strong{display:block;margin:10px 0;font-size:1.08rem;color:var(--green)}.resorts-page .hotel-card>div>strong small{font-size:.72rem}.resorts-page .hotel-card>div>.btn{padding:9px 13px;font-size:.8rem}

.brand-logo{display:block;width:190px;height:auto}.footer .brand-logo{filter:brightness(0) invert(1);opacity:.95}@media(max-width:620px){.brand-logo{width:160px}}
.three-star-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.category-row{grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:900px){.three-star-grid,.category-row{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(260px,78vw);grid-template-columns:none;overflow-x:auto;padding-bottom:12px;scroll-snap-type:x mandatory}.three-star-grid .hotel-card,.category-row .hotel-card{scroll-snap-align:start}}
