@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--red:#fb1731;--orange:#ff854c;--ink:#222326;--muted:#71747c;--line:#e7e6e8;--paper:#fff;--font:'Manrope','Noto Sans Thai',Tahoma,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:#f7f6f4;color:var(--ink);font-family:var(--font);font-size:16px;-webkit-font-smoothing:antialiased}button,a,input{-webkit-tap-highlight-color:transparent}button,input{font:inherit}button,a{touch-action:manipulation}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid #a44719;outline-offset:5px}a{color:inherit;text-decoration:none}[hidden]{display:none!important}.radio-page{max-width:1160px;margin:auto;background:var(--paper);overflow:clip;min-height:100svh}.site-header{height:106px;display:flex;align-items:center;justify-content:space-between;padding:20px 5%;position:relative;z-index:5;background:#fff}.brand img{display:block;width:172px;height:auto;max-height:68px;object-fit:contain}.menu-toggle{border:0;background:transparent;width:48px;height:48px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:6px}.menu-toggle span{height:3px;width:25px;background:#45474c;border-radius:3px}.site-menu{position:absolute;right:5%;top:87px;padding:12px;background:#fff;box-shadow:0 10px 35px #30221818;border:1px solid var(--line);border-radius:16px;min-width:200px}.site-menu a{display:block;padding:13px 18px;border-radius:8px}.site-menu a:hover{background:#fff5f0}.hero{height:510px;position:relative;background:radial-gradient(ellipse at 90% 25%,#f7eee58c,transparent 45%),linear-gradient(125deg,#fff 25%,#fcfaf7 65%,#fff);isolation:isolate}.hero:before{content:'';position:absolute;inset:0;z-index:-1;opacity:.33;background:linear-gradient(113deg,transparent 68%,#e2dcd450 69%,transparent 71%),linear-gradient(12deg,transparent 67%,#dcd4c830 68%,transparent 70%);filter:blur(5px)}.hero-heading{position:relative;z-index:3;padding:20px 6% 0}.live-label{margin:0 0 12px;display:flex;align-items:center;gap:9px;color:#ed1527;font-size:14px;font-weight:800;letter-spacing:.02em}.live-dot{width:12px;height:12px;border-radius:50%;background:var(--red)}.live-divider{height:16px;width:1px;background:#d5d2d4;margin:0 3px}.on-air{font-weight:500;font-size:12px}h1{font-size:clamp(30px,8.4vw,44px);line-height:1.18;letter-spacing:-.05em;margin:0 0 5px;font-weight:800}.programme-time{font-size:19px;color:var(--muted);margin:0}.hero-tagline{position:absolute;left:6%;top:137px;max-width:28%;font-size:16px;line-height:1.6;color:#63656d;z-index:3;margin:0;font-weight:500}.hero-tagline:before{content:'';display:block;width:27px;height:4px;border-radius:3px;margin-bottom:12px;background:linear-gradient(90deg,var(--orange),var(--red))}.hero-message{position:absolute;right:5%;top:165px;width:25%;text-align:center;z-index:3;font-size:14px;line-height:1.6;color:#717178;margin:0;transform:rotate(-7deg)}.hero-message:after{content:'';display:block;width:40px;height:2px;background:var(--orange);margin:9px auto 0;transform:rotate(-7deg)}.portraits{position:absolute;inset:110px 0 0;pointer-events:none;overflow:hidden;mask-image:linear-gradient(#000 0%,#000 86%,transparent 100%)}.portrait{position:absolute;object-fit:contain;object-position:top;height:auto;max-width:none;bottom:-12%;animation:portrait-in 1.1s both;--portrait-width:62%;width:var(--portrait-width)}.portrait-left{left:9%;z-index:1}.portrait-right{right:1%;z-index:2;animation-delay:.15s}.portrait.entering{animation:portrait-in 1.1s both}.portrait-right.entering{animation-delay:.15s}@keyframes portrait-in{from{opacity:0;translate:0 8px}to{opacity:1;translate:0 0}}.player{position:relative;margin:-4px 6% 0;z-index:4}.current-row{display:grid;grid-template-columns:minmax(0,1fr) 72px;gap:16px;align-items:start;padding-top:6px}.track-info{min-width:0}.eyebrow{font-size:15px;color:var(--muted);margin:0 0 10px;padding-left:18px;position:relative}.eyebrow:before,.section-label:before{content:'';position:absolute;left:0;top:5px;width:4px;height:18px;background:linear-gradient(var(--orange),var(--red));border-radius:3px}#song-title{font-size:clamp(25px,7vw,35px);font-weight:800;line-height:1.4;margin:0;letter-spacing:-.025em;overflow-wrap:anywhere;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-height:2.8em}#song-title.expanded{display:block}.artist{font-size:18px;color:#595c64;margin:3px 0 0;overflow-wrap:anywhere;line-height:1.5}.play-area{display:flex;flex-direction:column;gap:8px;align-items:center;font-weight:700;font-size:15px}.play-button{width:70px;height:70px;border-radius:50%;border:0;color:#fff;background:linear-gradient(135deg,#ff492e,#fb1231);display:grid;place-items:center;box-shadow:0 5px 14px #f91c3015;transition:transform .2s}.play-button:hover{transform:scale(1.04)}.play-button svg{width:37px;height:37px;fill:currentColor}.playback-message{font-size:13px;text-align:right;color:var(--muted);margin:8px 0 17px;min-height:20px}.next-row{border-top:1px solid var(--line);display:grid;grid-template-columns:95px minmax(0,1fr);gap:17px;padding:19px 0 12px;align-items:start}.next-label{color:var(--muted);font-size:15px;padding-top:3px}.next-track{border-left:1px solid #dcdce0;padding-left:19px;min-width:0}.next-track p{margin:0;overflow-wrap:anywhere}.next-track p:first-child{font-weight:700;font-size:17px}.next-track p:last-child:not(:first-child){color:var(--muted);font-size:15px;margin-top:4px}.volume-row{display:flex;align-items:center;gap:12px;min-height:66px;padding-bottom:5px;color:var(--muted);font-size:14px}.volume-icon{width:44px;height:44px;flex-shrink:0;border:0;padding:8px;background:transparent;color:#71747b}.volume-icon svg{height:27px;width:27px;fill:currentColor}.sound-waves{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}input[type=range]{--volume:75%;width:100%;min-width:30px;height:32px;margin:0 0 0 8px;appearance:none;background:transparent;cursor:pointer}input[type=range]::-webkit-slider-runnable-track{height:6px;border-radius:9px;background:linear-gradient(to right,#ff6546 0%,var(--red) var(--volume),#d9d9df var(--volume),#d9d9df 100%)}input[type=range]::-webkit-slider-thumb{appearance:none;height:22px;width:22px;border-radius:50%;border:2px solid #fff;background:var(--red);margin-top:-8px;box-shadow:0 1px 6px #0002}input[type=range]::-moz-range-track{height:6px;background:#d9d9df}input[type=range]::-moz-range-progress{height:6px;background:var(--red)}input[type=range]::-moz-range-thumb{width:19px;height:19px;border:2px solid #fff;border-radius:50%;background:var(--red)}.programmes{margin:0 6%;padding:19px 0;border-top:1px solid var(--line)}.section-label{font-size:16px;line-height:1.7;font-weight:500;color:#62656c;position:relative;padding-left:18px;margin:0 0 18px}.section-label span{white-space:nowrap}.programme-list{display:flex;gap:23px;overflow-x:auto;scrollbar-width:thin;padding:0 0 10px}.programme-chip{white-space:nowrap;min-height:44px;display:flex;flex-direction:column;gap:5px;color:#777982;font-size:14px;position:relative;flex-shrink:0;padding-bottom:8px}.programme-chip small{font-size:11px;color:#909097}.programme-chip.active{font-weight:800;color:#25252b}.programme-chip.active:after{content:'';position:absolute;bottom:0;height:3px;left:0;right:0;border-radius:3px;background:var(--red)}footer{display:flex;justify-content:space-between;gap:16px;border-top:1px solid var(--line);margin:12px 6% 0;padding:24px 0 30px;font-size:11px;color:#92929b;letter-spacing:.03em}.text-button{color:#b73630;border:0;background:transparent;text-decoration:underline;padding:8px 0;font-size:13px}.partners{margin:32px 6%}.partners h2{font-size:23px;letter-spacing:-.03em}.partner-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.partner-card{display:block;min-width:0}.partner-card img{width:100%;height:auto;aspect-ratio:1;object-fit:contain;border-radius:12px;display:block;background:#faf9f7}.partner-card p{font-size:14px;color:#71747c;margin:10px 0 0}.partner-card:hover img{box-shadow:0 5px 22px #20151016}.partners-intro{color:var(--muted);font-size:14px;margin:-4px 0 20px}
@media(min-width:720px){.site-header{height:122px;padding:24px 6%}.brand img{width:205px}.listening{display:grid;grid-template-columns:58% 42%;align-items:center}.hero{height:620px}.hero-heading{padding-top:25px;padding-left:10.3%}h1{font-size:46px}.hero-tagline{left:10.3%;top:155px;font-size:17px}.hero-message{right:4%;top:195px;font-size:15px}.portraits{inset:140px 0 0}.portrait{bottom:-11%}.player{margin:0 12% 0 5%;padding:30px 0}.current-row{grid-template-columns:minmax(0,1fr) 76px}#song-title{font-size:31px}.programme-time{font-size:23px}.live-label{font-size:16px}.programmes{padding-top:26px}.programme-list{justify-content:space-between;gap:25px}.programme-chip{font-size:17px}.programme-chip small{font-size:12px}.section-label{font-size:18px}.partners{margin-top:55px}.partner-row{gap:28px}.partner-card img{border-radius:16px}footer{font-size:12px}}
@media(max-width:359px){.site-header{height:88px}.brand img{width:148px}.hero{height:460px}.hero-tagline{font-size:14px;top:132px}.hero-message{font-size:12px;top:172px}.portraits{top:130px}.portrait{bottom:-7%;width:65%}.portrait-left{left:4%}.portrait-right{right:-3%}.current-row{grid-template-columns:minmax(0,1fr) 62px;gap:10px}.play-button{width:62px;height:62px}.volume-row{gap:5px}}
.portraits{top:220px}.hero-tagline{max-width:36%}.hero-message{top:140px}.portrait-left{left:5%}.portrait-right{right:-2%}
@media(min-width:720px){.portraits{top:255px}.hero-message{top:150px}}
@media(max-width:719px){.partner-row{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:16px;margin-right:-6vw;padding-right:6vw;padding-bottom:12px}.partner-card{flex:0 0 82%;scroll-snap-align:start}.hero-message{right:3%;font-size:12px;width:27%}.hero-tagline{font-size:14px;top:137px}}
@media(max-width:359px){.portraits{top:225px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.portrait,.portrait.entering{animation:none!important}.play-button{transition:none}}

/* Owner review, 12 September: quieter portraits, stronger copy, closer header. */
.site-header{height:88px;padding:12px 6% 6px}.brand img{width:145px;max-height:66px}.site-menu{top:76px}
.hero{height:auto;display:grid;grid-template-columns:1fr 1fr;column-gap:20px;padding:10px 6% 0;align-items:start}
.hero-heading{grid-column:1/-1;padding:0}.live-label{margin-bottom:10px}.programme-time{font-size:19px}
.hero-tagline{position:static;max-width:none;font-size:16px;line-height:1.6;margin:18px 0 12px;align-self:start;color:#575960}
.hero-message{position:static;width:auto;max-width:none;font-size:15px;line-height:1.7;transform:rotate(-3deg);margin:18px 0 12px;color:#62616a;overflow-wrap:anywhere}
.portraits{grid-column:1/-1;position:relative;inset:auto;width:100%;max-width:440px;height:270px;margin:8px auto 0;mask-image:linear-gradient(#000 0%,#000 84%,transparent 100%)}
.portrait{mask-image:linear-gradient(#000 0%,#000 85%,transparent 100%)}
.portrait-left{left:9%;right:auto}.portrait-right{right:5%;left:auto}
.player{margin-top:0}.current-row{padding-top:0}#song-title{min-height:0;font-size:clamp(25px,6.5vw,34px);line-height:1.35}.artist{margin-top:7px;font-size:18px}
.playback-message{margin-top:10px}.programme-chip small{font-size:12px}.preview-notice{margin:0;padding:8px 6%;background:#fff3e9;font-size:12px;color:#75422a}
@media(min-width:720px){.site-header{height:98px;padding:15px 6% 8px}.brand img{width:166px;max-height:74px}.hero{padding:12px 5% 0 10.3%;column-gap:24px}.hero-tagline{font-size:17px}.hero-message{font-size:16px}.portraits{height:330px}.listening{align-items:center}.player{padding:20px 0}.programmes{margin-top:12px}}
@media(max-width:359px){.site-header{height:82px}.brand img{width:135px}.hero{column-gap:14px}.hero-tagline{font-size:15px}.hero-message{font-size:14px;line-height:1.65}.portraits{height:245px}.live-label{font-size:13px}.on-air{font-size:12px}.section-label{font-size:15px}.current-row{gap:12px}}
