:root{
  --yellow:#ffc700;
  --coral:#f28486;
  --purple:#a087ca;
  --blue:#8792f6;
  --teal:#72b0b3;
  --ink:#242424;
  --muted:#777;
  --line:#deddd7;
  --paper:#f7f6f1;
  --white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,Arial,sans-serif}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.article-header{position:sticky;top:0;z-index:20;height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 max(22px,calc((100vw - 1200px)/2));border-bottom:1px solid rgba(36,36,36,.14);background:rgba(247,246,241,.88);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.article-logo{display:block}.article-logo img{display:block;width:145px;height:auto}
.article-languages{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:800}
.article-languages a{display:grid;place-items:center;min-width:30px;height:30px;border:1px solid transparent;border-radius:7px;color:#a1a09a;text-decoration:none;transition:color .2s,border-color .2s,background .2s}
.article-languages a:hover{color:var(--ink)}.article-languages a.is-active{border-color:var(--ink);background:#fff;color:var(--ink)}.article-languages span{color:#aaa}
.article-page{width:min(980px,100%);margin:auto;padding:68px 22px 96px}
.article-meta{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.08em}
.article-badges{display:flex;flex-wrap:wrap;gap:7px}
.article-badge{padding:8px 11px;border-radius:999px;background:var(--yellow);color:var(--ink);font-weight:800}
.badge--yellow{background:var(--yellow)}.badge--coral{background:var(--coral)}.badge--purple{background:var(--purple)}.badge--blue{background:var(--blue)}.badge--teal{background:var(--teal)}
.article-meta time{flex:0 0 auto;padding-top:7px}
.article-page h1{max-width:930px;margin:24px 0 22px;font-size:clamp(40px,7vw,82px);line-height:.98;letter-spacing:-.055em}
.article-lead{max-width:760px;margin:0 0 40px;color:#555;font-size:clamp(17px,2vw,22px);line-height:1.55}
.article-cover{display:block;width:min(760px,100%);max-height:440px;margin:0 auto 48px;border:1px solid var(--line);border-radius:24px;object-fit:cover}
.article-content{width:min(720px,100%);margin:auto}.article-content p{margin:0 0 24px;font-size:17px;line-height:1.78}
.article-content a{color:var(--ink);font-weight:700;text-decoration-color:var(--yellow);text-decoration-thickness:3px;text-underline-offset:3px}.article-content a:hover{background:var(--yellow)}

.story-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:min(920px,100%);margin:72px auto 0;padding-top:28px;border-top:1px solid var(--line)}
.story-button{position:relative;isolation:isolate;display:flex;align-items:center;gap:15px;min-height:82px;padding:18px 21px;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#fff;color:var(--ink);text-decoration:none;font-size:15px;font-weight:800;line-height:1.25;box-shadow:0 8px 28px rgba(31,31,31,.035);transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s,color .25s,border-color .25s}
.story-button::before{position:absolute;z-index:-1;inset:0;content:"";background:var(--yellow);transform:scaleX(0);transform-origin:left;transition:transform .34s cubic-bezier(.22,1,.36,1)}
.story-button:hover{transform:translateY(-3px);border-color:var(--yellow);box-shadow:0 15px 34px rgba(31,31,31,.1)}
.story-button:hover::before{transform:scaleX(1)}
.story-button>span{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.story-button small{display:block;margin-bottom:5px;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.11em;transition:color .25s}
.story-button--next{grid-column:1/-1;justify-content:space-between;min-height:112px;padding:23px 26px;border-color:var(--yellow);background:var(--yellow);font-size:21px;box-shadow:0 16px 40px rgba(255,199,0,.18)}
.story-button--next::before{background:var(--ink)}
.story-button--next small{color:#67520a;font-size:11px}
.story-button--next:hover{border-color:var(--ink);color:#fff;box-shadow:0 19px 46px rgba(31,31,31,.18)}
.story-button--next:hover small{color:#bbb}
.story-button--media{justify-content:center;background:transparent;box-shadow:none}
.story-button--media svg{width:22px;height:22px;fill:currentColor}
.story-button--previous{justify-content:flex-start}
.story-arrow{display:block;flex:0 0 auto;width:10px;height:10px;border-top:2px solid currentColor;border-right:2px solid currentColor}
.story-arrow--right{transform:rotate(45deg)}.story-arrow--left{transform:rotate(-135deg)}
.story-button--next .story-arrow{display:grid;place-items:center;width:46px;height:46px;border:0;border-radius:50%;background:var(--ink);color:var(--yellow);transform:none;transition:background .25s,color .25s,transform .25s}
.story-button--next .story-arrow::after{content:"";width:10px;height:10px;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:translateX(-2px) rotate(45deg)}
.story-button--next:hover .story-arrow{background:var(--yellow);color:var(--ink);transform:translateX(4px)}
.story-button--previous:hover .story-arrow{animation:arrow-left .65s ease}

.article-footer{display:grid;grid-template-columns:1fr auto;gap:35px 70px;padding:60px max(22px,calc((100vw - 1200px)/2)) 24px;background:var(--ink);color:#fff}
.article-footer__brand img{display:block;width:145px;height:auto}.article-footer__brand p{max-width:530px;margin:24px 0 0;color:#989892;font-size:13px;line-height:1.65}
.article-footer__socials{display:flex;align-items:flex-start;gap:10px}.article-footer__socials a{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#4b4b47;color:#fff;transition:transform .2s,background .2s,color .2s}.article-footer__socials a:hover{transform:translateY(-2px);background:var(--yellow);color:var(--ink)}.article-footer__socials svg{width:19px;height:19px;fill:currentColor}
.article-footer__newsletter{grid-column:1/-1;display:grid;grid-template-columns:1fr 1.3fr;gap:50px;align-items:end;padding:28px 0;border-top:1px solid #494945;border-bottom:1px solid #494945}
.article-footer__newsletter strong{color:var(--yellow);font-size:11px;text-transform:uppercase;letter-spacing:.12em}.article-footer__newsletter p{margin:10px 0 0;color:#8f8f89;font-size:13px;line-height:1.5}
.article-footer__newsletter form{position:relative;display:grid;grid-template-columns:1fr 50px;border-bottom:1px solid #fff}.article-footer__newsletter input{width:100%;padding:13px 0;border:0;outline:0;background:transparent;color:#fff;font:17px Manrope,Arial,sans-serif}.article-footer__newsletter input::placeholder{color:#73736e}.article-footer__newsletter button{display:grid;place-items:center;border:0;background:transparent;color:var(--yellow);cursor:pointer}.article-footer__newsletter button:disabled{opacity:.45}
.newsletter-status{position:absolute;top:100%;left:0;margin:7px 0 0!important;color:#8fd79a!important;font-size:11px!important}.newsletter-status.is-error{color:#ff9c9c!important}
.article-footer__bottom{grid-column:1/-1;display:flex;justify-content:space-between;gap:20px;color:#777772;font-size:10px;text-transform:uppercase;letter-spacing:.07em}.article-footer__bottom a{color:inherit;text-decoration:none}.article-footer__bottom a:hover{color:#fff}
@keyframes arrow-left{50%{transform:translateX(-4px) rotate(-135deg)}}

@media(max-width:720px){
  .article-header{height:70px;padding:0 18px}.article-logo img{width:126px}
  .article-page{padding:42px 18px 72px}.article-meta{flex-direction:column;gap:8px}.article-meta time{padding-top:0}
  .article-page h1{margin-top:19px;font-size:clamp(38px,11vw,58px)}.article-lead{font-size:17px;margin-bottom:30px}.article-cover{max-height:352px;margin-bottom:36px;border-radius:18px}.article-content p{font-size:16px;line-height:1.7}
  .story-nav{grid-template-columns:1fr;margin-top:54px;padding-top:22px}
  .story-button,.story-button--next,.story-button--previous,.story-button--media{grid-column:1;min-height:72px;padding:17px 18px;font-size:15px}
  .story-button--next{min-height:104px;padding:21px 20px;font-size:19px}
  .story-button--next .story-arrow{width:42px;height:42px}
  .story-button--media{order:3}
  .article-footer{grid-template-columns:1fr;padding:48px 18px 22px}.article-footer__socials{grid-row:2}.article-footer__newsletter{grid-column:1;grid-template-columns:1fr;gap:20px}.article-footer__bottom{grid-column:1}.article-footer__brand p{max-width:none}
}
@media(max-width:430px){
  .article-languages{gap:5px}.article-languages a{min-width:28px;height:28px}.article-page h1{font-size:39px}.article-cover{width:calc(100% + 12px);max-width:none;margin-left:-6px}
  .story-button--next{font-size:17px}.story-button--next .story-arrow{width:40px;height:40px}
  .article-footer__bottom{flex-direction:column;gap:8px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.story-button,.story-button::before,.article-footer__socials a,.article-languages a,.story-button--next .story-arrow{transition:none}.story-button--previous:hover .story-arrow{animation:none}}
