.news{background:#fff8fc;overflow:hidden}
.news .section-heading{gap:24px;align-items:end}
.news .section-heading h2{max-width:650px}
.news-heading-link{display:inline-flex;align-items:center;gap:10px;font-size:1rem;color:var(--plum);white-space:nowrap;padding:13px 0;border-bottom:1px solid #b38aa8}
.news-heading-link .icon{width:22px;height:22px}
.news-showcase{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);align-items:center;gap:42px;padding:38px;border-radius:24px;background:#321c35;color:#fff;box-shadow:0 22px 50px #42234612}
.news-featured{min-width:0;scroll-margin-top:120px}
.news-player{position:relative;width:100%;max-width:350px;margin:auto;aspect-ratio:9/16;overflow:hidden;border-radius:18px;background:#120e15;box-shadow:0 16px 35px #0b061a4d;border:1px solid #ffffff24}
.news-player video{display:block;width:100%;height:100%;object-fit:contain;background:#120e15}
.news-play{position:absolute;inset:0 0 64px;width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:13px;border:0;background:linear-gradient(180deg,transparent 35%,#160e252b);color:#fff;font-size:1rem;font-weight:600;text-shadow:0 1px 8px #000;cursor:pointer}
.news-play[hidden],.news-video-error[hidden]{display:none}
.news-play-circle{display:grid;place-items:center;width:76px;height:76px;border-radius:50%;background:#fff;color:var(--plum);box-shadow:0 6px 30px #210e3838;transition:transform .2s}
.news-play-circle svg{width:27px;height:27px;margin-left:4px;fill:currentColor}
.news-play:hover .news-play-circle{transform:scale(1.07)}
.news-play:focus-visible{outline:3px solid #f4b4d6;outline-offset:-5px}
.news-player-note{text-align:center;font-size:.875rem;line-height:1.6;color:#e2cfe0;margin:13px 0 0}
.news-content{min-width:0}
.news-current{margin-bottom:26px}
.news-kicker{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:.875rem;letter-spacing:.1em;color:#f0a7d0;margin:0 0 13px}
.news-kicker .icon{width:18px;height:18px}
.news-current h3{font:clamp(1.8rem,3.1vw,2.75rem)/1.14 var(--serif);letter-spacing:-.025em;color:#fff;margin:0 0 13px}
.news-current>p{font-size:1rem;line-height:1.65;color:#e5d6e2;max-width:490px;margin:0 0 16px}
.news-current-meta{display:flex;align-items:center;flex-wrap:wrap;gap:12px;color:#e5d6e2;font-size:.875rem}
.news-duration{display:inline-flex;align-items:center;gap:7px;padding:6px 10px;border:1px solid #ffffff30;border-radius:30px;font-variant-numeric:tabular-nums}
.news-current-meta .icon{width:16px;height:16px}
.news-current-meta a{margin-left:auto;color:#ffd7ea;text-decoration:underline;text-underline-offset:4px;font-size:.875rem}
.news-list-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 14px;font-size:1rem;font-weight:500;color:#fff}
.news-list-title span{font-size:.875rem;font-weight:400;color:#d7c3d3}
.news-latest{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.news-choice{position:relative;display:flex;align-items:center;gap:12px;min-width:0;padding:8px;border:1px solid #ffffff24;border-radius:12px;background:#ffffff08;color:#fff;text-align:left;cursor:pointer;transition:background .2s,border-color .2s}
.news-choice:hover{background:#ffffff13;border-color:#dda3c8}
.news-choice[aria-pressed=true]{border-color:#f5b5d9;background:#68405f;box-shadow:0 0 0 1px #f5b5d9}
.news-choice:focus-visible{outline:3px solid #f5b5d9;outline-offset:3px}
.news-choice-image{position:relative;display:block;flex:0 0 70px;aspect-ratio:9/16;overflow:hidden;border-radius:7px;background:#160f1b}
.news-choice-image img{display:block;width:100%;height:100%;object-fit:cover}
.news-choice-play{position:absolute;right:5px;bottom:5px;display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#fff;color:var(--plum)}
.news-choice-play svg{fill:currentColor;width:10px;height:10px;margin-left:2px}
.news-choice-copy{display:block;min-width:0;flex:1}
.news-choice-copy strong{display:block;font-size:1rem;line-height:1.4;font-weight:500;overflow-wrap:anywhere}
.news-choice-copy small{display:block;margin-top:9px;font-size:.8125rem;line-height:1.5;color:#dcc7d6;font-variant-numeric:tabular-nums}
.news-choice-state{display:none;font-size:.75rem;line-height:1.4;color:#fff;margin-top:7px}
.news-choice[aria-pressed=true] .news-choice-state{display:block}
.news-video-error{font-size:1rem;line-height:1.5;padding:12px 14px;background:#f9dfed;border-radius:8px;color:#422346;margin:16px 0 0}
.news-video-error a{text-decoration:underline;text-underline-offset:3px}
.news-video-status{font-size:.875rem;color:#ffe1ee;line-height:1.5}
.news-video-status:empty{display:none}
.news-archive{margin-top:35px}
.news-archive-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:16px}
.news-archive-heading h3{font:1.65rem/1.2 var(--serif);color:var(--plum);margin:0}
.news-archive-heading p{font-size:.875rem;color:var(--muted);margin:0}
.news-archive-list{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:15px;padding:3px 3px 12px}
.news-archive-list .news-choice{display:block;padding:0;overflow:hidden;border-color:#e6d6e1;background:#fff;color:var(--plum);border-radius:12px}
.news-archive-list .news-choice:hover{border-color:#a76290;background:#fff8fc}
.news-archive-list .news-choice[aria-pressed=true]{background:#f6e6f1;border-color:var(--plum);box-shadow:0 0 0 1px var(--plum)}
.news-archive-list .news-choice-image{width:100%;aspect-ratio:4/3;border-radius:0;background:#efe2eb}
.news-archive-list .news-choice-image img{object-position:center 35%}
.news-archive-list .news-choice-play{width:32px;height:32px;right:10px;bottom:10px}
.news-archive-list .news-choice-play svg{width:13px;height:13px}
.news-archive-list .news-choice-copy{padding:14px}
.news-archive-list .news-choice-copy strong{font-size:1rem}
.news-archive-list .news-choice-copy small{color:#70506a}
.news-archive-list .news-choice-state{color:var(--plum)}
.news-extras{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:25px}
.news-tiktok,.news-size-card{display:flex;align-items:center;gap:24px;min-width:0;padding:25px;border-radius:16px}
.news-tiktok{background:#efe0ed;color:var(--plum)}
.news-tiktok>.icon{width:43px;height:43px;flex-shrink:0}
.news-tiktok h3,.news-size-card h3{font:1.6rem/1.2 var(--serif);margin:0 0 9px;color:var(--plum)}
.news-tiktok p{font-size:.875rem;line-height:1.6;margin:0 0 12px;overflow-wrap:anywhere}
.news-tiktok .text-link{font-size:1rem}
.news-size-card{border:1px solid #e7d7e2;background:#fff;transition:border-color .2s}
.news-size-card:hover{border-color:#aa739c}
.news-size-card>img{width:80px;height:120px;object-fit:contain;flex-shrink:0;border-radius:6px;background:#f9eff5}
.news-size-card p{font-size:1rem;line-height:1.5;color:#755f70;margin:0 0 10px}
.news-size-card span{display:inline-flex;align-items:center;gap:7px;font-size:.875rem;color:var(--plum)}
.news-size-card .icon{width:18px;height:18px}
@media(max-width:1050px){.news-showcase{gap:26px;padding:26px;grid-template-columns:minmax(0,.76fr) minmax(0,1.24fr)}.news-choice{gap:9px}.news-choice-image{flex-basis:58px}.news-choice-copy strong{font-size:.875rem}.news-current h3{font-size:2rem}.news-current-meta a{margin-left:0}.news-tiktok,.news-size-card{padding:20px;gap:18px}}
@media(max-width:760px){.news .section-heading{align-items:start}.news-heading-link{font-size:.875rem}.news-showcase{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:20px;padding:22px}.news-current h3{font-size:1.75rem}.news-latest{gap:8px}.news-latest .news-choice{display:block;padding:7px}.news-latest .news-choice-image{width:100%;aspect-ratio:4/3}.news-latest .news-choice-image img{object-position:center 35%}.news-latest .news-choice-copy{padding:8px 2px 2px}.news-choice-copy small{margin-top:5px}.news-archive-list{display:flex;overflow-x:auto;scroll-snap-type:x proximity;overscroll-behavior-x:contain;gap:14px;padding-bottom:14px}.news-archive-list .news-choice{flex:0 0 185px;scroll-snap-align:start}.news-extras{grid-template-columns:1fr}.news-tiktok,.news-size-card{padding:22px;gap:24px}.news-size-card>img{width:68px;height:102px}}
@media(max-width:560px){.news .section-heading{display:block}.news-heading-link{margin-top:18px}.news-showcase{display:flex;flex-direction:column;gap:25px;padding:20px 16px;border-radius:18px}.news-featured{width:100%}.news-player{max-width:285px}.news-content{width:100%}.news-current{margin-bottom:23px}.news-current h3{font-size:1.9rem}.news-current>p{font-size:1rem}.news-latest{gap:12px}.news-latest .news-choice{padding:8px}.news-latest .news-choice-image{aspect-ratio:4/5}.news-latest .news-choice-copy{padding:9px 2px 3px}.news-latest .news-choice-copy strong{font-size:.9375rem}.news-archive-heading{align-items:start}.news-archive-heading h3{font-size:1.5rem}.news-archive-heading p{max-width:100px;text-align:right}.news-archive-list .news-choice{flex-basis:170px}.news-tiktok h3,.news-size-card h3{font-size:1.4rem}.news-tiktok,.news-size-card{padding:20px;gap:16px}.news-tiktok>.icon{width:32px;height:32px}.news-size-card>img{width:62px;height:93px}}
@media(prefers-reduced-motion:reduce){.news-play-circle,.news-choice,.news-size-card{transition:none}}
