:root{--bg:#07101f;--panel:#101b2e;--text:#f8fafc;--muted:#b8c4d5;--pink:#ff4bb8;--cyan:#22d3ee;--gold:#ffd166;--line:rgba(255,255,255,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 15% 0%,rgba(34,211,238,.1),transparent 28%),linear-gradient(180deg,#07101f,#0b1220 58%,#07101f);color:var(--text);font-family:Inter,Arial,sans-serif;line-height:1.65}a{color:inherit;text-decoration:none}.mag-nav{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px clamp(16px,4vw,48px);background:rgba(7,15,28,.94);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20;backdrop-filter:blur(14px)}.brand-logo img{height:54px;width:220px;max-width:44vw;object-fit:contain}.mag-menu{display:flex;gap:15px;flex-wrap:wrap}.mag-menu a{font-weight:850;color:#dbe4f0;font-size:14px}.mag-menu a:hover,.mag-menu .active{color:var(--pink)}.hero-city{--city-image:url("assets/destinations/phuket-v22.jpg");position:relative;isolation:isolate;overflow:hidden;min-height:500px;display:flex;align-items:center;padding:82px clamp(18px,6vw,92px);background:linear-gradient(90deg,rgba(5,10,18,.94),rgba(5,10,18,.68),rgba(5,10,18,.25)),var(--city-image) center/cover no-repeat;border-bottom:1px solid var(--line)}.hero-inner{position:relative;z-index:2;max-width:820px}.kicker,.badge{display:inline-flex;width:max-content;color:#ffd1ef;background:rgba(255,75,184,.12);border:1px solid rgba(255,75,184,.26);border-radius:999px;padding:7px 10px;font-size:12px;font-weight:950;letter-spacing:.11em;text-transform:uppercase}.hero-city h1{font-size:clamp(48px,8vw,92px);line-height:.91;letter-spacing:-.06em;margin:17px 0}.hero-city p{max-width:780px;margin:0;color:#e5edf7;font-size:clamp(18px,2vw,22px)}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:999px;font-weight:950}.btn.primary{background:linear-gradient(90deg,#ff4bb8,#7c3aed,#22d3ee);box-shadow:0 18px 45px rgba(255,75,184,.19)}.btn.secondary{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18)}.thailand-guide-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-3}.thailand-guide-video-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,10,18,.95),rgba(5,10,18,.68),rgba(5,10,18,.28));z-index:-2}.wrap{max-width:1240px;margin:0 auto;padding:62px 24px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:22px;margin-bottom:25px}.section-head h2{font-size:clamp(31px,4vw,52px);line-height:.98;letter-spacing:-.045em;margin:10px 0 0}.lead{max-width:790px;color:var(--muted);font-size:17px;margin:0}.guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.guide-card{padding:22px;background:linear-gradient(180deg,rgba(20,36,58,.98),rgba(8,17,31,.98));border:1px solid var(--line);border-radius:22px}.guide-card h3{font-size:22px;line-height:1.06;margin:0 0 8px}.guide-card p,.guide-card li{color:var(--muted);margin:0}.guide-card ul{margin:8px 0 0;padding-left:18px}.hotel-list{display:grid;gap:28px}.hotel-profile{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(350px,.95fr);overflow:hidden;background:linear-gradient(145deg,rgba(16,27,46,.98),rgba(7,16,31,.99));border:1px solid rgba(255,209,102,.2);border-radius:28px;box-shadow:0 24px 65px rgba(0,0,0,.3)}.hotel-media{background:#07101f}.hotel-main{width:100%;height:330px;display:block;object-fit:cover}.hotel-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:8px}.hotel-gallery img{width:100%;height:112px;display:block;object-fit:cover;border-radius:12px}.hotel-copy{padding:30px}.hotel-copy h3{font-family:Georgia,serif;font-size:clamp(34px,4vw,54px);line-height:.95;letter-spacing:-.04em;margin:12px 0}.hotel-copy p{color:#d8e2ef}.hotel-facts{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;margin:18px 0;background:rgba(255,255,255,.1);border-radius:16px;overflow:hidden}.hotel-facts div{padding:13px;background:rgba(7,16,31,.72)}.hotel-facts span{display:block;color:var(--gold);font-size:11px;font-weight:950;letter-spacing:.1em;text-transform:uppercase}.hotel-facts strong{display:block;margin-top:4px}.hotel-why{padding:15px 17px;border:1px solid rgba(255,209,102,.18);background:rgba(255,209,102,.05);border-radius:16px}.hotel-why b{color:var(--gold);font-size:12px;letter-spacing:.1em;text-transform:uppercase}.hotel-why ul{margin:7px 0 0;padding-left:18px}.hotel-cta{margin-top:16px;background:linear-gradient(135deg,#e5b95d,#a87824);color:#111827}.activity-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.activity-card{padding:22px;border-radius:22px;background:linear-gradient(180deg,rgba(20,36,58,.98),rgba(8,17,31,.98));border:1px solid var(--line)}.activity-card h3{margin:10px 0 8px;font-size:22px}.activity-card p{color:var(--muted)}.activity-card a{color:#ff8bd7;font-weight:950}.footer{padding:30px;text-align:center;color:var(--muted);border-top:1px solid var(--line);font-size:14px}@media(max-width:900px){.mag-nav{align-items:flex-start;flex-direction:column}.guide-grid,.activity-grid{grid-template-columns:1fr 1fr}.hotel-profile{grid-template-columns:1fr}.section-head{display:block}.lead{margin-top:12px}.wrap{padding:48px 16px}}@media(max-width:620px){.guide-grid,.activity-grid{grid-template-columns:1fr}.hero-city{min-height:420px;padding:58px 18px}.hero-city h1{font-size:50px}.hotel-main{height:250px}.hotel-gallery img{height:82px}.hotel-copy{padding:20px}.hotel-facts{grid-template-columns:1fr}.btn{width:100%}.mag-menu a{font-size:13px}}
/* Premium hotel cards */
.hotel-profile{grid-template-columns:minmax(0,1.1fr) minmax(380px,.9fr);border-radius:30px;border-color:rgba(255,209,102,.26);box-shadow:0 28px 90px rgba(0,0,0,.36);background:linear-gradient(135deg,rgba(14,25,43,.98),rgba(7,16,31,.99))}
.hotel-main{height:420px}.hotel-gallery{gap:10px;padding:10px;background:rgba(7,16,31,.78)}.hotel-gallery img{height:126px;border-radius:16px}.hotel-copy{padding:clamp(26px,3.5vw,48px)}.hotel-copy h3{font-size:clamp(34px,4vw,62px)}.hotel-copy p{font-size:17px;line-height:1.75}.hotel-facts{border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.08);border-radius:20px}.hotel-facts div{padding:16px}.hotel-spec-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:16px 0}.hotel-spec-grid div{border:1px solid rgba(255,255,255,.11);background:rgba(255,255,255,.055);border-radius:16px;padding:12px 13px}.hotel-spec-grid span{display:block;color:var(--gold);font-size:11px;font-weight:950;letter-spacing:.1em;text-transform:uppercase}.hotel-spec-grid strong{display:block;margin-top:4px;color:#fff;font-size:15px;line-height:1.25}.hotel-fit-tags{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0}.hotel-fit-tags span{border:1px solid rgba(255,209,102,.28);background:rgba(255,209,102,.08);border-radius:999px;padding:8px 10px;color:#ffe7a6;font-size:12px;font-weight:950}.hotel-why{margin-top:16px}.hotel-cta{min-height:48px;border-radius:999px;padding:0 22px;font-weight:950;letter-spacing:.02em}
@media(max-width:900px){.hotel-profile{grid-template-columns:1fr}.hotel-main{height:330px}.hotel-spec-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.hotel-main{height:260px}.hotel-gallery{grid-template-columns:repeat(3,1fr)}.hotel-spec-grid{grid-template-columns:1fr}.hotel-copy h3{font-size:32px}}

/* Unified premium hotel cards */
.premium-hotel-list,.lux-hotel-list,.samui-lux-hotel-list{display:grid!important;gap:34px!important;margin-top:30px!important}
.premium-hotel-card,.premium-hotel{display:grid!important;grid-template-columns:minmax(330px,1.05fr) minmax(360px,.95fr)!important;overflow:hidden!important;border:1px solid rgba(255,209,102,.3)!important;border-radius:30px!important;background:linear-gradient(135deg,rgba(14,25,43,.98),rgba(7,16,31,.99))!important;box-shadow:0 30px 90px rgba(0,0,0,.38)!important}
.premium-hotel-card.reverse,.premium-hotel-card.premium-reverse{grid-template-columns:minmax(360px,.95fr) minmax(330px,1.05fr)!important}
.premium-hotel-card.reverse .hotel-media,.premium-hotel-card.premium-reverse .hotel-media{order:2!important}
.premium-hotel-card.reverse .hotel-panel,.premium-hotel-card.reverse .hotel-copy,.premium-hotel-card.reverse .hotel-body,.premium-hotel-card.reverse .lux-hotel-copy,.premium-hotel-card.reverse .samui-lux-copy,.premium-hotel-card.premium-reverse .hotel-panel,.premium-hotel-card.premium-reverse .hotel-copy,.premium-hotel-card.premium-reverse .hotel-body,.premium-hotel-card.premium-reverse .lux-hotel-copy,.premium-hotel-card.premium-reverse .samui-lux-copy{order:1!important}
.premium-hotel-card .hotel-media,.premium-hotel-card .lux-hotel-media,.premium-hotel-card .samui-lux-media,.premium-hotel .hotel-media{position:relative!important;min-height:100%!important;overflow:hidden!important;background:#06101e!important}
.premium-hotel-card .hotel-main,.premium-hotel-card .main-img,.premium-hotel-card .lux-main-img,.premium-hotel-card .samui-main-img,.premium-hotel-card>img,.premium-hotel .hotel-hero-img{width:100%!important;height:430px!important;min-height:0!important;max-height:none!important;object-fit:cover!important;display:block!important}
.premium-hotel-card .hotel-gallery,.premium-hotel-card .lux-hotel-gallery,.premium-hotel-card .samui-gallery,.premium-hotel-card .thumb-row,.premium-hotel .hotel-gallery{display:grid!important;grid-template-columns:repeat(3,1fr)!important;grid-template-rows:none!important;gap:10px!important;padding:10px!important;background:rgba(7,16,31,.78)!important}
.premium-hotel-card .hotel-gallery img,.premium-hotel-card .lux-hotel-gallery img,.premium-hotel-card .samui-gallery img,.premium-hotel-card .thumb-row img,.premium-hotel .hotel-gallery img{width:100%!important;height:118px!important;min-height:0!important;max-height:none!important;object-fit:cover!important;border-radius:14px!important}
.premium-hotel-card .hotel-copy,.premium-hotel-card .hotel-body,.premium-hotel-card .lux-hotel-copy,.premium-hotel-card .samui-lux-copy,.premium-hotel-card .hotel-panel,.premium-hotel .hotel-info{padding:clamp(26px,3.6vw,52px)!important;display:flex!important;flex-direction:column!important;justify-content:center!important}
.premium-hotel-card h3,.premium-hotel h3{font-family:Georgia,serif!important;font-size:clamp(34px,4.5vw,66px)!important;line-height:.95!important;letter-spacing:-.05em!important;margin:12px 0 16px!important;color:#fff!important}
.premium-hotel-card p,.premium-hotel p{color:#d8e2ef!important;line-height:1.75!important}
.premium-hotel-card .hotel-facts,.premium-hotel-card .lux-facts,.premium-hotel-card .samui-facts,.premium-hotel-card .meta-grid,.premium-hotel-card .hotel-spec-grid,.premium-hotel .hotel-meta{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:1px!important;margin:18px 0!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:20px!important;overflow:hidden!important;background:rgba(255,255,255,.08)!important}
.premium-hotel-card .hotel-facts div,.premium-hotel-card .lux-facts div,.premium-hotel-card .samui-facts div,.premium-hotel-card .meta-grid div,.premium-hotel-card .hotel-spec-grid div,.premium-hotel .hotel-meta div{min-height:0!important;padding:14px 15px!important;background:rgba(7,16,31,.66)!important;border:0!important}
.premium-hotel-card .hotel-facts span,.premium-hotel-card .lux-facts span,.premium-hotel-card .samui-facts span,.premium-hotel-card .meta-grid span,.premium-hotel-card .hotel-spec-grid span,.premium-hotel .hotel-meta span{display:block!important;color:#ffd166!important;font-size:11px!important;font-weight:950!important;letter-spacing:.1em!important;text-transform:uppercase!important;margin-bottom:5px!important}
.premium-hotel-card .hotel-facts strong,.premium-hotel-card .lux-facts strong,.premium-hotel-card .samui-facts strong,.premium-hotel-card .meta-grid strong,.premium-hotel-card .hotel-spec-grid strong,.premium-hotel .hotel-meta strong{display:block!important;color:#fff!important;font-size:15px!important;line-height:1.3!important}
.premium-hotel-card .hotel-why,.premium-hotel-card .lux-why,.premium-hotel-card .samui-reasons,.premium-hotel .why{border:1px solid rgba(255,209,102,.18)!important;background:rgba(255,209,102,.055)!important;border-radius:18px!important;padding:18px 20px!important;margin:16px 0!important}
.premium-hotel-card .hotel-cta,.premium-hotel-card .lux-cta,.premium-hotel-card .samui-cta,.premium-hotel-card .btn,.premium-hotel-card .cta,.premium-hotel .gold-cta{align-self:flex-start!important;border-radius:999px!important;background:linear-gradient(135deg,#e5b95d,#a87824)!important;color:#111827!important;border:0!important;min-height:48px!important;padding:0 22px!important;font-weight:950!important;text-decoration:none!important}
@media(max-width:980px){.premium-hotel-card,.premium-hotel,.premium-hotel-card.reverse,.premium-hotel-card.premium-reverse{grid-template-columns:1fr!important}.premium-hotel-card.reverse .hotel-media,.premium-hotel-card.premium-reverse .hotel-media,.premium-hotel-card.reverse .hotel-panel,.premium-hotel-card.reverse .hotel-copy,.premium-hotel-card.reverse .hotel-body,.premium-hotel-card.reverse .lux-hotel-copy,.premium-hotel-card.reverse .samui-lux-copy,.premium-hotel-card.premium-reverse .hotel-panel,.premium-hotel-card.premium-reverse .hotel-copy,.premium-hotel-card.premium-reverse .hotel-body,.premium-hotel-card.premium-reverse .lux-hotel-copy,.premium-hotel-card.premium-reverse .samui-lux-copy{order:initial!important}.premium-hotel-card .hotel-main,.premium-hotel-card .main-img,.premium-hotel-card .lux-main-img,.premium-hotel-card .samui-main-img,.premium-hotel-card>img,.premium-hotel .hotel-hero-img{height:330px!important}.premium-hotel-card .hotel-facts,.premium-hotel-card .lux-facts,.premium-hotel-card .samui-facts,.premium-hotel-card .meta-grid,.premium-hotel-card .hotel-spec-grid,.premium-hotel .hotel-meta{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:620px){.premium-hotel-card .hotel-main,.premium-hotel-card .main-img,.premium-hotel-card .lux-main-img,.premium-hotel-card .samui-main-img,.premium-hotel-card>img,.premium-hotel .hotel-hero-img{height:260px!important}.premium-hotel-card .hotel-gallery,.premium-hotel-card .lux-hotel-gallery,.premium-hotel-card .samui-gallery,.premium-hotel-card .thumb-row,.premium-hotel .hotel-gallery{display:none!important}.premium-hotel-card .hotel-facts,.premium-hotel-card .lux-facts,.premium-hotel-card .samui-facts,.premium-hotel-card .meta-grid,.premium-hotel-card .hotel-spec-grid,.premium-hotel .hotel-meta{grid-template-columns:1fr!important}.premium-hotel-card h3,.premium-hotel h3{font-size:32px!important}}

/* Gallery hotel cards need a three-part layout: main image, thumbnails and copy. */
.premium-hotel-card.premium-hotel-feature{grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr)!important;grid-template-areas:"media copy" "gallery copy"!important;align-items:stretch!important}
.premium-hotel-card.premium-hotel-feature .lux-hotel-media,.premium-hotel-card.premium-hotel-feature .samui-lux-media,.premium-hotel-card.premium-hotel-feature .hotel-media{grid-area:media!important;order:initial!important;min-height:0!important}
.premium-hotel-card.premium-hotel-feature .lux-hotel-gallery,.premium-hotel-card.premium-hotel-feature .samui-gallery,.premium-hotel-card.premium-hotel-feature .hotel-gallery,.premium-hotel-card.premium-hotel-feature .thumb-row{grid-area:gallery!important;order:initial!important}
.premium-hotel-card.premium-hotel-feature .lux-hotel-copy,.premium-hotel-card.premium-hotel-feature .samui-lux-copy,.premium-hotel-card.premium-hotel-feature .hotel-copy,.premium-hotel-card.premium-hotel-feature .hotel-panel,.premium-hotel-card.premium-hotel-feature .hotel-body{grid-area:copy!important;order:initial!important}
.premium-hotel-card.premium-hotel-feature .lux-main-img,.premium-hotel-card.premium-hotel-feature .samui-main-img,.premium-hotel-card.premium-hotel-feature .main-img,.premium-hotel-card.premium-hotel-feature .hotel-main{height:430px!important;min-height:0!important;max-height:none!important;aspect-ratio:auto!important}
@media(max-width:980px){.premium-hotel-card.premium-hotel-feature{grid-template-columns:1fr!important;grid-template-areas:"media" "gallery" "copy"!important}.premium-hotel-card.premium-hotel-feature .lux-main-img,.premium-hotel-card.premium-hotel-feature .samui-main-img,.premium-hotel-card.premium-hotel-feature .main-img,.premium-hotel-card.premium-hotel-feature .hotel-main{height:330px!important}}
@media(max-width:620px){.premium-hotel-card.premium-hotel-feature{grid-template-areas:"media" "copy"!important}.premium-hotel-card.premium-hotel-feature .lux-main-img,.premium-hotel-card.premium-hotel-feature .samui-main-img,.premium-hotel-card.premium-hotel-feature .main-img,.premium-hotel-card.premium-hotel-feature .hotel-main{height:260px!important}}

/* Approved hotel-card design: image left, hotel facts right. */
.premium-hotel-card{grid-template-columns:minmax(360px,.95fr) minmax(420px,1.05fr)!important;gap:0!important;padding:26px!important;border-radius:22px!important;border:1px solid rgba(255,209,102,.28)!important;background:radial-gradient(circle at 20% 0%,rgba(34,211,238,.08),transparent 34%),linear-gradient(145deg,#07182f,#06101f 70%)!important;box-shadow:0 26px 80px rgba(0,0,0,.42)!important}
.premium-hotel-card.premium-hotel-feature{grid-template-columns:minmax(360px,.95fr) minmax(420px,1.05fr)!important;grid-template-areas:"media copy"!important;align-items:stretch!important}
.premium-hotel-card .lux-hotel-gallery,.premium-hotel-card .samui-gallery,.premium-hotel-card .hotel-gallery,.premium-hotel-card .thumb-row{display:none!important}
.premium-hotel-card .lux-hotel-media,.premium-hotel-card .samui-lux-media,.premium-hotel-card .hotel-media{grid-area:media!important;border-radius:18px!important;overflow:hidden!important;background:#07101f!important;order:initial!important}
.premium-hotel-card .lux-main-img,.premium-hotel-card .samui-main-img,.premium-hotel-card .main-img,.premium-hotel-card .hotel-main,.premium-hotel-card .hotel-hero-img,.premium-hotel-card>img{width:100%!important;height:100%!important;min-height:520px!important;max-height:none!important;object-fit:cover!important;border-radius:18px!important}
.premium-hotel-card .lux-rating,.premium-hotel-card .score-badge{top:22px!important;left:22px!important;padding:10px 18px!important;border-radius:999px!important;background:rgba(3,13,29,.9)!important;border:1px solid rgba(255,255,255,.14)!important;box-shadow:0 14px 34px rgba(0,0,0,.38)!important}
.premium-hotel-card .lux-rating strong,.premium-hotel-card .score-badge strong{font-size:25px!important;color:#ffd166!important;letter-spacing:.1em!important}
.premium-hotel-card .lux-rating span,.premium-hotel-card .score-badge span{display:none!important}
.premium-hotel-card .lux-hotel-copy,.premium-hotel-card .samui-lux-copy,.premium-hotel-card .hotel-copy,.premium-hotel-card .hotel-panel,.premium-hotel-card .hotel-body,.premium-hotel-card .hotel-info{grid-area:copy!important;padding:24px 0 24px clamp(28px,4vw,56px)!important;justify-content:center!important;order:initial!important}
.premium-hotel-card h3{font-family:Georgia,serif!important;font-size:clamp(38px,4.6vw,64px)!important;font-weight:500!important;line-height:1!important;letter-spacing:-.035em!important;margin:8px 0 10px!important;color:#fff!important;text-wrap:balance!important}
.premium-hotel-card h3::after{content:"★★★★★";display:block;margin-top:14px;color:#ffd166;font-family:Inter,Arial,sans-serif;font-size:24px;letter-spacing:.12em}
.premium-hotel-card .badge,.premium-hotel-card .hotel-kicker{background:transparent!important;border:0!important;color:#ffd166!important;padding:0!important;font-size:15px!important;letter-spacing:.02em!important;text-transform:none!important}
.premium-hotel-card .lux-intro,.premium-hotel-card p{font-size:18px!important;color:#e6edf7!important;line-height:1.65!important;max-width:760px!important}
.premium-hotel-card .lux-facts,.premium-hotel-card .samui-facts,.premium-hotel-card .hotel-facts,.premium-hotel-card .meta-grid,.premium-hotel-card .hotel-meta{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:0!important;margin:22px 0!important;border:0!important;border-top:1px solid rgba(255,255,255,.16)!important;border-bottom:1px solid rgba(255,255,255,.16)!important;border-radius:0!important;background:transparent!important;overflow:visible!important}
.premium-hotel-card .lux-facts div,.premium-hotel-card .samui-facts div,.premium-hotel-card .hotel-facts div,.premium-hotel-card .meta-grid div,.premium-hotel-card .hotel-meta div{background:rgba(10,34,62,.44)!important;border-right:1px solid rgba(255,255,255,.11)!important;border-radius:0!important;min-height:104px!important;padding:18px 16px!important;text-align:center!important}
.premium-hotel-card .lux-facts div:last-child,.premium-hotel-card .samui-facts div:last-child,.premium-hotel-card .hotel-facts div:last-child,.premium-hotel-card .meta-grid div:last-child,.premium-hotel-card .hotel-meta div:last-child{border-right:0!important}
.premium-hotel-card .lux-facts span,.premium-hotel-card .samui-facts span,.premium-hotel-card .hotel-facts span,.premium-hotel-card .meta-grid span,.premium-hotel-card .hotel-meta span{color:#d9e7f7!important;font-size:14px!important;letter-spacing:0!important;text-transform:none!important;font-weight:500!important}
.premium-hotel-card .lux-facts strong,.premium-hotel-card .samui-facts strong,.premium-hotel-card .hotel-facts strong,.premium-hotel-card .meta-grid strong,.premium-hotel-card .hotel-meta strong{margin-top:8px!important;color:#fff!important;font-family:Georgia,serif!important;font-size:34px!important;font-weight:500!important;line-height:1!important}
.premium-hotel-card .lux-facts div:nth-child(1),.premium-hotel-card .samui-facts div:nth-child(1),.premium-hotel-card .hotel-facts div:nth-child(1),.premium-hotel-card .meta-grid div:nth-child(1),.premium-hotel-card .hotel-meta div:nth-child(1){grid-column:1/-1!important;min-height:0!important;padding:0 0 10px!important;text-align:left!important;background:transparent!important;border:0!important}
.premium-hotel-card .lux-facts div:nth-child(1) span,.premium-hotel-card .samui-facts div:nth-child(1) span,.premium-hotel-card .hotel-facts div:nth-child(1) span,.premium-hotel-card .meta-grid div:nth-child(1) span,.premium-hotel-card .hotel-meta div:nth-child(1) span{display:inline!important;color:#ffd166!important;font-size:18px!important;font-weight:800!important}
.premium-hotel-card .lux-facts div:nth-child(1) strong,.premium-hotel-card .samui-facts div:nth-child(1) strong,.premium-hotel-card .hotel-facts div:nth-child(1) strong,.premium-hotel-card .meta-grid div:nth-child(1) strong,.premium-hotel-card .hotel-meta div:nth-child(1) strong{display:inline!important;margin-left:6px!important;color:#ffd166!important;font-family:Inter,Arial,sans-serif!important;font-size:18px!important;font-weight:500!important}
.premium-hotel-card .lux-facts div:nth-child(2),.premium-hotel-card .samui-facts div:nth-child(2),.premium-hotel-card .hotel-facts div:nth-child(2),.premium-hotel-card .meta-grid div:nth-child(2),.premium-hotel-card .hotel-meta div:nth-child(2){grid-column:1/-1!important;min-height:0!important;padding:14px 0 20px!important;text-align:left!important;background:transparent!important;border-right:0!important;border-bottom:1px solid rgba(255,255,255,.16)!important}
.premium-hotel-card .lux-facts div:nth-child(2) span,.premium-hotel-card .samui-facts div:nth-child(2) span,.premium-hotel-card .hotel-facts div:nth-child(2) span,.premium-hotel-card .meta-grid div:nth-child(2) span,.premium-hotel-card .hotel-meta div:nth-child(2) span{display:block!important;color:#fff!important;font-size:16px!important;font-weight:800!important}
.premium-hotel-card .lux-facts div:nth-child(2) strong,.premium-hotel-card .samui-facts div:nth-child(2) strong,.premium-hotel-card .hotel-facts div:nth-child(2) strong,.premium-hotel-card .meta-grid div:nth-child(2) strong,.premium-hotel-card .hotel-meta div:nth-child(2) strong{font-family:Inter,Arial,sans-serif!important;font-size:17px!important;font-weight:400!important;color:#e7edf6!important}
.premium-hotel-card .lux-facts div:nth-child(3),.premium-hotel-card .lux-facts div:nth-child(4),.premium-hotel-card .samui-facts div:nth-child(3),.premium-hotel-card .samui-facts div:nth-child(4),.premium-hotel-card .hotel-facts div:nth-child(3),.premium-hotel-card .hotel-facts div:nth-child(4),.premium-hotel-card .meta-grid div:nth-child(3),.premium-hotel-card .meta-grid div:nth-child(4),.premium-hotel-card .hotel-meta div:nth-child(3),.premium-hotel-card .hotel-meta div:nth-child(4){display:none!important}
.premium-hotel-card .lux-facts div:nth-child(6),.premium-hotel-card .samui-facts div:nth-child(6),.premium-hotel-card .hotel-meta div:nth-child(6){order:3!important}
.premium-hotel-card .lux-facts div:nth-child(7),.premium-hotel-card .samui-facts div:nth-child(7),.premium-hotel-card .hotel-meta div:nth-child(7){order:4!important}
.premium-hotel-card .lux-facts div:nth-child(5),.premium-hotel-card .samui-facts div:nth-child(5),.premium-hotel-card .hotel-meta div:nth-child(5){order:5!important}
.premium-hotel-card .lux-facts div:nth-child(8),.premium-hotel-card .samui-facts div:nth-child(8),.premium-hotel-card .hotel-meta div:nth-child(8){order:6!important}
.premium-hotel-card .hotel-spec-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:0!important;margin:18px 0!important;border-top:1px solid rgba(255,255,255,.16)!important;border-bottom:1px solid rgba(255,255,255,.16)!important}
.premium-hotel-card .hotel-spec-grid div{border:0!important;border-right:1px solid rgba(255,255,255,.11)!important;border-radius:0!important;background:rgba(10,34,62,.44)!important;text-align:center!important;padding:18px 14px!important}
.premium-hotel-card .hotel-spec-grid div:last-child{border-right:0!important}
.premium-hotel-card .hotel-spec-grid span{color:#d9e7f7!important;font-size:14px!important;letter-spacing:0!important;text-transform:none!important;font-weight:500!important}
.premium-hotel-card .hotel-spec-grid strong{margin-top:8px!important;color:#fff!important;font-family:Georgia,serif!important;font-size:34px!important;font-weight:500!important;line-height:1!important}
.premium-hotel-card .lux-why,.premium-hotel-card .samui-reasons,.premium-hotel-card .hotel-why,.premium-hotel-card .why{border:0!important;background:transparent!important;border-top:1px solid rgba(255,255,255,.16)!important;border-radius:0!important;margin:20px 0 16px!important;padding:22px 0 0!important}
.premium-hotel-card .lux-why h4,.premium-hotel-card .hotel-why b,.premium-hotel-card .why h4{color:#fff!important;font-size:18px!important;letter-spacing:0!important;text-transform:none!important}
.premium-hotel-card .lux-why ul,.premium-hotel-card .samui-reasons ul,.premium-hotel-card .hotel-why ul,.premium-hotel-card .why ul{display:flex!important;flex-wrap:wrap!important;gap:10px!important;margin:16px 0 0!important;padding:0!important;list-style:none!important}
.premium-hotel-card .lux-why li,.premium-hotel-card .samui-reasons li,.premium-hotel-card .hotel-why li,.premium-hotel-card .why li,.premium-hotel-card .hotel-fit-tags span{border:1px solid rgba(255,209,102,.35)!important;border-radius:999px!important;padding:8px 14px!important;color:#ffd166!important;background:rgba(255,209,102,.055)!important;font-size:14px!important;font-weight:500!important}
.premium-hotel-card .lux-cta,.premium-hotel-card .samui-cta,.premium-hotel-card .hotel-cta,.premium-hotel-card .cta,.premium-hotel-card .gold-cta{width:100%!important;min-height:64px!important;margin-top:18px!important;border-radius:16px!important;background:linear-gradient(180deg,#ffd978,#d99a2b)!important;color:#130c02!important;font-size:21px!important;font-weight:900!important;text-align:center!important;box-shadow:0 18px 42px rgba(217,154,43,.22)!important}
@media(max-width:980px){.premium-hotel-card,.premium-hotel-card.premium-hotel-feature{grid-template-columns:1fr!important;grid-template-areas:"media" "copy"!important;padding:18px!important}.premium-hotel-card .lux-hotel-copy,.premium-hotel-card .samui-lux-copy,.premium-hotel-card .hotel-copy,.premium-hotel-card .hotel-panel,.premium-hotel-card .hotel-body,.premium-hotel-card .hotel-info{padding:24px 4px 4px!important}.premium-hotel-card .lux-main-img,.premium-hotel-card .samui-main-img,.premium-hotel-card .main-img,.premium-hotel-card .hotel-main,.premium-hotel-card .hotel-hero-img,.premium-hotel-card>img{height:360px!important;min-height:360px!important}.premium-hotel-card .lux-facts,.premium-hotel-card .samui-facts,.premium-hotel-card .hotel-facts,.premium-hotel-card .meta-grid,.premium-hotel-card .hotel-meta,.premium-hotel-card .hotel-spec-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:620px){.premium-hotel-card h3{font-size:34px!important}.premium-hotel-card .lux-main-img,.premium-hotel-card .samui-main-img,.premium-hotel-card .main-img,.premium-hotel-card .hotel-main,.premium-hotel-card .hotel-hero-img,.premium-hotel-card>img{height:270px!important;min-height:270px!important}.premium-hotel-card .lux-facts,.premium-hotel-card .samui-facts,.premium-hotel-card .hotel-facts,.premium-hotel-card .meta-grid,.premium-hotel-card .hotel-meta,.premium-hotel-card .hotel-spec-grid{grid-template-columns:1fr!important}.premium-hotel-card .lux-facts div,.premium-hotel-card .samui-facts div,.premium-hotel-card .hotel-facts div,.premium-hotel-card .meta-grid div,.premium-hotel-card .hotel-meta div,.premium-hotel-card .hotel-spec-grid div{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.1)!important}}

/* Final placement guard for approved hotel cards */
.premium-hotel-card{grid-template-areas:"media copy"!important}
.premium-hotel-card>img{grid-area:media!important}
.premium-hotel-card>.hotel-body,.premium-hotel-card>.hotel-copy,.premium-hotel-card>.lux-hotel-copy,.premium-hotel-card>.samui-lux-copy,.premium-hotel-card>.hotel-panel,.premium-hotel-card>.hotel-info{grid-area:copy!important}
@media(max-width:980px){.premium-hotel-card{grid-template-areas:"media" "copy"!important}}

/* Exact mockup hotel cards */
.mockup-hotel-card{display:grid;grid-template-columns:minmax(360px,.95fr) minmax(420px,1.05fr);gap:0;max-width:1440px;margin:0 auto 34px;padding:26px;border:1px solid rgba(255,209,102,.28);border-radius:22px;background:radial-gradient(circle at 18% 0%,rgba(34,211,238,.08),transparent 34%),linear-gradient(145deg,#07182f,#06101f 72%);box-shadow:0 28px 90px rgba(0,0,0,.45);overflow:hidden;color:#fff}.mockup-hotel-media{position:relative;min-height:520px;border-radius:18px;overflow:hidden;background:#06101e}.mockup-hotel-media img{width:100%;height:100%;min-height:520px;display:block;object-fit:cover}.mockup-photo-stars{position:absolute;top:22px;left:22px;padding:10px 18px;border-radius:999px;background:rgba(3,13,29,.9);border:1px solid rgba(255,255,255,.14);box-shadow:0 14px 34px rgba(0,0,0,.38);color:#ffd166;font-size:25px;letter-spacing:.1em;line-height:1}.mockup-hotel-content{padding:24px 0 24px clamp(30px,4vw,58px);display:flex;flex-direction:column;justify-content:center}.mockup-hotel-content h3{font-family:Georgia,serif;font-size:clamp(38px,4.6vw,64px);font-weight:500;line-height:1;letter-spacing:-.035em;margin:0 0 12px;color:#fff;text-wrap:balance}.mockup-stars{color:#ffd166;font-size:25px;letter-spacing:.12em;margin-bottom:10px}.mockup-best{margin:0 0 26px;color:#ffd166!important;font-size:19px!important;line-height:1.5!important}.mockup-location{display:grid;grid-template-columns:56px 1fr;gap:14px;align-items:center;padding:0 0 26px;border-bottom:1px solid rgba(255,255,255,.16)}.mockup-location:before{content:"⌖";width:52px;height:52px;border:1px solid #ffd166;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ffd166;font-size:32px}.mockup-location span{display:block;color:#fff;font-size:18px;font-weight:800}.mockup-location strong{display:block;margin-top:4px;color:#e7edf6;font-size:18px;font-weight:400}.mockup-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:22px 0;border-bottom:1px solid rgba(255,255,255,.16)}.mockup-facts div{min-height:106px;padding:18px 14px;text-align:center;background:rgba(10,34,62,.44);border-right:1px solid rgba(255,255,255,.11)}.mockup-facts div:last-child{border-right:0}.mockup-facts span{display:block;color:#d9e7f7;font-size:14px;font-weight:500}.mockup-facts strong{display:block;margin-top:10px;color:#fff;font-family:Georgia,serif;font-size:36px;font-weight:500;line-height:1}.mockup-why{display:grid;grid-template-columns:56px 1fr;gap:14px;align-items:start;padding-top:4px}.mockup-why:before{content:"✪";width:52px;height:52px;border:1px solid #ffd166;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ffd166;font-size:26px}.mockup-why span{display:block;color:#fff;font-size:19px;font-weight:500;margin-bottom:5px}.mockup-why p{margin:0;color:#e7edf6!important;font-size:18px!important;line-height:1.55!important}.mockup-tags{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0 10px}.mockup-tags span{border:1px solid rgba(255,209,102,.36);border-radius:999px;padding:8px 14px;color:#ffd166;background:rgba(255,209,102,.055);font-size:15px}.mockup-cta{display:flex;align-items:center;justify-content:center;width:100%;min-height:64px;margin-top:14px;border-radius:16px;background:linear-gradient(180deg,#ffd978,#d99a2b);color:#130c02!important;text-decoration:none!important;font-size:22px;font-weight:900;box-shadow:0 18px 42px rgba(217,154,43,.22)}.mockup-cta:hover{filter:brightness(1.05)}@media(max-width:980px){.mockup-hotel-card{grid-template-columns:1fr;padding:18px}.mockup-hotel-media,.mockup-hotel-media img{min-height:360px}.mockup-hotel-content{padding:26px 4px 4px}.mockup-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.mockup-facts div:nth-child(2){border-right:0}.mockup-facts div{border-bottom:1px solid rgba(255,255,255,.11)}}@media(max-width:620px){.mockup-hotel-content h3{font-size:34px}.mockup-hotel-media,.mockup-hotel-media img{min-height:270px}.mockup-photo-stars,.mockup-stars{font-size:20px}.mockup-location,.mockup-why{grid-template-columns:1fr}.mockup-location:before,.mockup-why:before{display:none}.mockup-facts{grid-template-columns:1fr}.mockup-facts div{border-right:0}.mockup-cta{font-size:20px}}

/* Fit fix for mockup hotel cards - keeps cards inside the viewport */
.mockup-hotel-card{width:min(100%,1380px)!important;max-width:calc(100vw - 48px)!important;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)!important;padding:20px!important;margin:0 auto 28px!important;border-radius:20px!important;overflow:hidden!important}.mockup-hotel-media{min-height:0!important;height:clamp(360px,39vw,500px)!important}.mockup-hotel-media img{min-height:0!important;height:100%!important}.mockup-hotel-content{min-width:0!important;padding:18px 0 18px clamp(22px,3vw,42px)!important}.mockup-hotel-content h3{font-size:clamp(32px,3.1vw,52px)!important;line-height:1.03!important;margin-bottom:8px!important;max-width:100%!important;overflow-wrap:normal!important;word-break:normal!important}.mockup-stars{font-size:clamp(19px,1.8vw,24px)!important;margin-bottom:8px!important}.mockup-best{font-size:clamp(16px,1.35vw,19px)!important;margin-bottom:18px!important}.mockup-location{grid-template-columns:44px minmax(0,1fr)!important;gap:12px!important;padding-bottom:18px!important}.mockup-location:before{width:42px!important;height:42px!important;font-size:25px!important}.mockup-location span{font-size:16px!important}.mockup-location strong{font-size:16px!important;line-height:1.35!important;overflow-wrap:normal!important;word-break:normal!important}.mockup-facts{margin:18px 0!important;grid-template-columns:repeat(4,minmax(0,1fr))!important}.mockup-facts div{min-width:0!important;min-height:86px!important;padding:14px 8px!important}.mockup-facts span{font-size:clamp(12px,1vw,14px)!important;white-space:normal!important}.mockup-facts strong{font-size:clamp(24px,2.1vw,32px)!important;line-height:1.05!important;overflow-wrap:anywhere!important;word-break:normal!important}.mockup-why{grid-template-columns:44px minmax(0,1fr)!important;gap:12px!important}.mockup-why:before{width:42px!important;height:42px!important;font-size:22px!important}.mockup-why span{font-size:17px!important}.mockup-why p{font-size:16px!important;line-height:1.45!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.mockup-tags{gap:8px!important;margin:16px 0 8px!important}.mockup-tags span{font-size:13px!important;padding:7px 11px!important}.mockup-cta{min-height:56px!important;font-size:19px!important;border-radius:14px!important}.mockup-photo-stars{font-size:20px!important;padding:9px 15px!important}@media(max-width:1100px){.mockup-hotel-card{grid-template-columns:1fr!important;max-width:calc(100vw - 28px)!important}.mockup-hotel-media{height:360px!important}.mockup-hotel-content{padding:22px 4px 4px!important}.mockup-facts{grid-template-columns:repeat(2,minmax(0,1fr))!important}.mockup-facts div:nth-child(2){border-right:0!important}}@media(max-width:620px){.mockup-hotel-card{padding:14px!important;max-width:calc(100vw - 20px)!important}.mockup-hotel-media{height:260px!important}.mockup-hotel-content h3{font-size:30px!important}.mockup-location,.mockup-why{grid-template-columns:1fr!important}.mockup-location:before,.mockup-why:before{display:none!important}.mockup-facts{grid-template-columns:1fr!important}.mockup-facts div{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.1)!important}.mockup-facts strong{font-size:28px!important}.mockup-tags span{font-size:12px!important}}

/* Compact equal hotel cards - one column everywhere */
.mockup-hotel-list,.grid:has(.mockup-hotel-card),.hotel-grid:has(.mockup-hotel-card),.lux-hotel-list:has(.mockup-hotel-card){display:flex!important;flex-direction:column!important;gap:22px!important;grid-template-columns:1fr!important;align-items:stretch!important}.mockup-hotel-card{display:grid!important;grid-template-columns:280px minmax(0,1fr)!important;width:100%!important;max-width:980px!important;min-height:0!important;margin:0 auto 22px!important;padding:14px!important;border-radius:18px!important;border:1px solid rgba(255,209,102,.25)!important;background:linear-gradient(145deg,#07182f,#06101f 72%)!important;box-shadow:0 18px 50px rgba(0,0,0,.32)!important;overflow:hidden!important}.mockup-hotel-media{height:240px!important;min-height:240px!important;border-radius:14px!important}.mockup-hotel-media img{height:240px!important;min-height:240px!important;width:100%!important;object-fit:cover!important}.mockup-photo-stars{top:12px!important;left:12px!important;font-size:15px!important;letter-spacing:.08em!important;padding:7px 11px!important;border-radius:999px!important}.mockup-hotel-content{min-width:0!important;padding:4px 4px 4px 22px!important;display:flex!important;flex-direction:column!important;justify-content:center!important}.mockup-hotel-content h3{font-size:clamp(24px,2.15vw,34px)!important;line-height:1.05!important;margin:0 0 6px!important;letter-spacing:-.025em!important;white-space:normal!important;overflow-wrap:normal!important}.mockup-stars{font-size:17px!important;letter-spacing:.08em!important;margin-bottom:6px!important}.mockup-best{font-size:14px!important;line-height:1.35!important;margin:0 0 10px!important;color:#ffd166!important}.mockup-location{grid-template-columns:28px minmax(0,1fr)!important;gap:9px!important;padding:0 0 10px!important;border-bottom:1px solid rgba(255,255,255,.12)!important}.mockup-location:before{width:26px!important;height:26px!important;font-size:16px!important}.mockup-location span{font-size:13px!important}.mockup-location strong{font-size:13px!important;line-height:1.25!important;white-space:normal!important}.mockup-facts{grid-template-columns:repeat(4,minmax(0,1fr))!important;margin:10px 0!important;border-bottom:1px solid rgba(255,255,255,.12)!important}.mockup-facts div{min-height:58px!important;padding:9px 5px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}.mockup-facts span{font-size:11px!important;line-height:1.15!important;white-space:normal!important}.mockup-facts strong{font-family:Inter,Arial,sans-serif!important;font-size:17px!important;font-weight:850!important;line-height:1.05!important;margin-top:4px!important;max-width:100%!important;overflow-wrap:anywhere!important}.mockup-why{grid-template-columns:28px minmax(0,1fr)!important;gap:9px!important;padding-top:0!important}.mockup-why:before{width:26px!important;height:26px!important;font-size:14px!important}.mockup-why span{font-size:13px!important;font-weight:850!important;margin-bottom:2px!important}.mockup-why p{font-size:13px!important;line-height:1.35!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;margin:0!important}.mockup-tags{gap:6px!important;margin:10px 0 0!important}.mockup-tags span{font-size:11px!important;padding:5px 8px!important}.mockup-cta{min-height:42px!important;margin-top:10px!important;border-radius:12px!important;font-size:15px!important}.wrap:has(.mockup-hotel-card){max-width:1100px!important}.wrap:has(.mockup-hotel-card) .section-head{max-width:980px!important;margin-left:auto!important;margin-right:auto!important}@media(max-width:760px){.mockup-hotel-card{grid-template-columns:1fr!important;max-width:520px!important;padding:12px!important}.mockup-hotel-media,.mockup-hotel-media img{height:220px!important;min-height:220px!important}.mockup-hotel-content{padding:16px 2px 2px!important}.mockup-hotel-content h3{font-size:28px!important}.mockup-location,.mockup-why{grid-template-columns:1fr!important}.mockup-location:before,.mockup-why:before{display:none!important}.mockup-facts{grid-template-columns:repeat(2,minmax(0,1fr))!important}.mockup-facts div:nth-child(2){border-right:0!important}.mockup-facts div{border-bottom:1px solid rgba(255,255,255,.1)!important}.mockup-cta{min-height:46px!important}}@media(max-width:420px){.mockup-hotel-card{max-width:calc(100vw - 24px)!important}.mockup-hotel-media,.mockup-hotel-media img{height:190px!important;min-height:190px!important}.mockup-facts{grid-template-columns:1fr!important}.mockup-facts div{border-right:0!important}.mockup-tags{display:none!important}}

/* Hotel card text column fix - keep text out of icon column */
.mockup-location span,.mockup-location strong,.mockup-why span,.mockup-why p{grid-column:2!important;min-width:0!important;overflow-wrap:normal!important;word-break:normal!important}.mockup-why p{display:block!important;-webkit-line-clamp:unset!important;-webkit-box-orient:initial!important;overflow:visible!important;white-space:normal!important;max-width:100%!important}.mockup-location strong{display:block!important;overflow:visible!important}@media(max-width:760px){.mockup-location span,.mockup-location strong,.mockup-why span,.mockup-why p{grid-column:1!important}}
.experience-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.experience-card{overflow:hidden;background:linear-gradient(180deg,rgba(20,38,61,.98),rgba(8,18,33,.98));border:1px solid var(--line);border-radius:22px;box-shadow:0 18px 45px rgba(0,0,0,.22)}.experience-card img{display:block;width:100%;height:178px;object-fit:cover}.experience-body{padding:19px}.experience-body h3{font-size:21px;line-height:1.06;margin:10px 0 8px}.experience-body p{color:var(--muted);margin:0 0 15px;line-height:1.55}.experience-body a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 14px;border-radius:999px;background:linear-gradient(90deg,#ff4bb8,#7c3aed,#22d3ee);color:white;font-weight:950}@media(max-width:900px){.experience-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.experience-grid{grid-template-columns:1fr}.experience-card img{height:172px}}
/* Shared Thailand magazine sections */
.magazine-read{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:22px;align-items:stretch}.magazine-story,.magazine-facts{background:linear-gradient(180deg,rgba(20,38,61,.98),rgba(8,18,33,.98));border:1px solid var(--line);border-radius:26px;padding:26px;box-shadow:0 18px 50px rgba(0,0,0,.22)}.magazine-story h2,.magazine-facts h2{font-size:clamp(30px,4vw,50px);line-height:.98;letter-spacing:-.045em;margin:10px 0 16px}.magazine-story p,.magazine-facts p,.magazine-facts li{color:var(--muted);line-height:1.75}.magazine-facts ul{margin:8px 0 0;padding-left:20px}.magazine-note{margin-top:18px;padding:16px 18px;border-radius:18px;background:rgba(255,209,102,.07);border:1px solid rgba(255,209,102,.20);color:#ffe8a8}.beach-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.beach-card{background:linear-gradient(180deg,rgba(20,38,61,.98),rgba(8,18,33,.98));border:1px solid var(--line);border-radius:22px;padding:22px}.beach-card h3{font-size:22px;line-height:1.05;margin:0 0 8px}.beach-card p{color:var(--muted);margin:0;line-height:1.65}@media(max-width:900px){.magazine-read{grid-template-columns:1fr}.beach-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.beach-grid{grid-template-columns:1fr}}
.quick-links{display:flex;gap:10px;flex-wrap:wrap}.quick-links a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 14px;border-radius:999px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);color:#e8f2ff;font-weight:900}.quick-links a:hover{color:#ffd1ef;border-color:rgba(255,75,184,.35)}
