:root{
  --black:#080808;
  --black-2:#0e0e0f;
  --paper:#f1efe8;
  --text:#f6f4ee;
  --muted:#c4c2bc;
  --yellow:#f6bb17;
  --pink:#f5299a;
  --line:rgba(255,255,255,.12);
  --max:1440px;
  --header:70px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--black)}
body{margin:0;background:var(--black);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{display:block;width:100%;height:100%;object-fit:cover}
figure,p,h1,h2,h3{margin:0}
button{font:inherit}
.site-header{height:var(--header);position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:0 18px;background:rgba(7,7,7,.92);border-bottom:1px solid rgba(255,255,255,.08)}
.brand{font-size:29px;font-weight:950;letter-spacing:.08em;line-height:1;transform:scaleX(1.08);transform-origin:left center}
.header-tools{display:flex;align-items:center;gap:10px}

.globe{font-size:18px;color:#fff}


.buy-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 26px;background:var(--yellow);color:#090909;border-radius:8px;font-weight:900;letter-spacing:.02em;box-shadow:0 8px 25px rgba(246,187,23,.18);transition:transform .2s ease,filter .2s ease}
.buy-button:hover{transform:translateY(-1px);filter:brightness(1.05)}
.buy-button--header{min-height:42px;padding:0 18px;font-size:13px}
.hero{position:relative;min-height:calc(78svh - var(--header));max-height:860px;overflow:hidden;background:#0b0b0b}
.hero-media{position:absolute;inset:0}
.hero-media img{object-position:58% center;filter:saturate(.96) contrast(1.05)}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,4,4,.98) 0%,rgba(4,4,4,.90) 26%,rgba(4,4,4,.48) 52%,rgba(4,4,4,.05) 78%),linear-gradient(0deg,rgba(0,0,0,.4),transparent 32%)}
.hero-copy{position:relative;z-index:2;width:min(94%,var(--max));margin:0 auto;padding:clamp(78px,10vw,150px) 0 62px}
.kicker{color:var(--yellow);font-size:clamp(11px,1.4vw,15px);font-weight:800;letter-spacing:.16em;margin-bottom:20px}
.hero h1,.edition-label,.desktop-note h2{font-family:"Arial Narrow","Helvetica Neue",Arial,sans-serif;font-stretch:condensed}
.hero h1{max-width:620px;font-size:clamp(62px,10.2vw,142px);font-weight:900;letter-spacing:-.045em;line-height:.83;white-space:normal}
.accent-line,.edition-rule{display:block;width:42px;height:3px;margin:27px 0 23px;background:var(--yellow)}
.hero-sub{font-size:clamp(19px,2.2vw,31px);line-height:1.22;color:#f2f0ea;font-weight:420;letter-spacing:-.02em}
.down-link{display:flex;width:48px;height:48px;border:1px solid rgba(255,255,255,.25);border-radius:50%;align-items:center;justify-content:center;margin-top:34px;font-size:21px;transition:background .2s ease}
.down-link:hover{background:rgba(255,255,255,.08)}
.edition{max-width:var(--max);margin:0 auto;display:grid;background:var(--black);border-top:1px solid var(--line)}
.edition-copy{padding:58px 24px 42px;background:radial-gradient(circle at 0 50%,rgba(245,41,154,.06),transparent 48%),#0b0a0c;display:flex;flex-direction:column;justify-content:center}
.edition-label{font-size:clamp(46px,8vw,96px);font-weight:900;letter-spacing:-.045em;line-height:.92}
.edition-label strong{color:var(--pink)}
.edition-rule{background:var(--pink);margin:25px 0 24px}
.edition-desc{font-size:clamp(20px,2.5vw,34px);line-height:1.28;color:#f1edf0;letter-spacing:-.018em}
.edition-link{width:max-content;display:flex;align-items:center;gap:34px;margin-top:33px;padding:16px 20px;border:2px solid currentColor;border-radius:14px;font-size:13px;font-weight:900;letter-spacing:.02em;transition:background .2s ease,color .2s ease,transform .2s ease}
.edition-link:hover{transform:translateY(-2px)}
.edition-link--v4{color:var(--pink)}
.edition-link--v4:hover{background:var(--pink);color:#090909}
.v4-collage,.v5-collage{display:grid;gap:2px;background:#171717;min-width:0}
.v4-collage{grid-template-columns:1.7fr 1fr;grid-template-rows:1fr 1fr}
.shot{overflow:hidden;min-height:0;background:#151515}
.shot img{transition:transform .8s cubic-bezier(.2,.8,.2,1)}
.shot:hover img{transform:scale(1.025)}
.shot--v4-main{grid-row:1/3;min-height:540px}
.shot--v4-a,.shot--v4-b{min-height:269px}
.edition--v5{border-top:10px solid #0a0a0a}
.v5-collage{grid-template-columns:1fr 1fr;grid-template-rows:1.1fr .9fr}
.shot--v5-wide{grid-column:1/3;min-height:330px}
.shot--v5-a,.shot--v5-b{min-height:330px}
.edition-copy--v5{background:radial-gradient(circle at 100% 50%,rgba(246,187,23,.06),transparent 48%),#0b0b0b}
.edition-copy--v5 .edition-label strong{color:var(--yellow)}
.edition-copy--v5 .edition-rule{background:var(--yellow)}
.edition-link--v5{color:var(--yellow)}
.edition-link--v5:hover{background:var(--yellow);color:#090909}
.desktop-note{max-width:var(--max);margin:0 auto;background:var(--paper);color:#111;display:grid;gap:24px;padding:36px 24px;border-left:7px solid var(--yellow)}
.desktop-icon{display:flex;align-items:center}
.monitor{position:relative;width:62px;height:40px;border:2px solid #cf9805;display:block}
.monitor:before{content:"";position:absolute;width:2px;height:16px;background:#cf9805;left:50%;top:100%;transform:translateX(-50%)}
.monitor:after{content:"";position:absolute;width:38px;height:2px;background:#cf9805;left:50%;top:calc(100% + 16px);transform:translateX(-50%)}
.desktop-kicker{font-size:11px;letter-spacing:.16em;color:#8f5e00;font-weight:900;margin-bottom:6px}
.desktop-note h2{font-size:clamp(34px,4.5vw,58px);font-weight:900;letter-spacing:-.035em;line-height:.94}
.desktop-copy{padding-top:8px;color:#2a2927;line-height:1.55;font-size:15px}
.classic-link{display:inline-block;margin-top:15px;font-size:12px;font-weight:900;letter-spacing:.05em;border-bottom:1px solid #111;padding-bottom:3px}

.final-info{max-width:var(--max);margin:0 auto;display:grid;background:#0b0b0b;border-top:1px solid var(--line)}
.final-info__item{padding:46px 24px 48px;border-bottom:1px solid var(--line)}
.final-info__item--included{background:linear-gradient(135deg,rgba(246,187,23,.055),transparent 48%),#0b0b0b}
.final-info__kicker{font-size:10px;color:var(--yellow);font-weight:900;letter-spacing:.16em;margin-bottom:13px}
.final-info h2{font-family:"Arial Narrow","Helvetica Neue",Arial,sans-serif;font-size:clamp(34px,4.5vw,58px);font-weight:900;letter-spacing:-.035em;line-height:.96;margin-bottom:16px}
.final-info__item p:last-child{max-width:650px;color:#c9c7c1;font-size:15px;line-height:1.62}
.final-info__lead{max-width:650px;color:#c9c7c1;font-size:15px;line-height:1.62;margin-bottom:18px}
.included-list{list-style:none;padding:0;margin:0;display:grid;gap:13px;max-width:720px}
.included-list li{position:relative;padding-left:22px;color:#eeeae0;font-size:14px;line-height:1.58}
.included-list li:before{content:"";position:absolute;left:0;top:.67em;width:8px;height:2px;background:var(--yellow)}
.included-note{max-width:720px!important;margin-top:20px!important;padding-top:16px;border-top:1px solid var(--line);color:#8f8d88!important;font-size:12px!important;line-height:1.55!important}

.footer{max-width:var(--max);margin:0 auto;padding:48px 24px 30px;display:grid;gap:36px;background:#090909;border-top:1px solid var(--line)}
.brand--footer{font-size:36px;margin-bottom:13px}
.footer-brand p{color:#8f8f8f;line-height:1.5;font-size:14px}
.footer-nav{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.footer-nav h3{font-size:10px;color:var(--yellow);letter-spacing:.13em;margin-bottom:13px}
.footer-nav a{display:block;color:#dbdbdb;font-size:14px;margin:8px 0}
.footer-buy{display:flex;flex-direction:column;align-items:flex-start;gap:10px}
.footer-buy small{color:#7a7a7a}
.copyright{grid-column:1/-1;color:#858585;text-align:center;font-size:12px;padding-top:8px}
.reveal{opacity:1;transform:none}
@media(min-width:820px){
  :root{--header:76px}
  .site-header{padding:0 46px}
  .brand{font-size:36px}
  
  
  .buy-button--header{min-height:44px;padding:0 30px;font-size:14px}
  .hero{min-height:760px}
  .hero-copy{width:min(calc(100% - 80px),var(--max));padding-left:22px}
  .edition--v4{grid-template-columns:32% 68%}
  .edition--v5{grid-template-columns:63% 37%}
  .edition-copy{padding:74px 48px}
  .shot--v4-main{min-height:620px}
  .shot--v4-a,.shot--v4-b{min-height:309px}
  .shot--v5-wide{min-height:320px}
  .shot--v5-a,.shot--v5-b{min-height:320px}
  .desktop-note{grid-template-columns:110px 1.1fr 1fr;align-items:center;padding:46px 68px;gap:38px}
  .desktop-copy{border-left:1px solid #bdb9ad;padding:5px 0 5px 42px}
  .final-info{grid-template-columns:1fr 1fr}
  .final-info__item{padding:58px 52px 62px;border-bottom:0}
  .final-info__item + .final-info__item{border-left:1px solid var(--line)}
  .footer{grid-template-columns:1.1fr 1.7fr .9fr;align-items:start;padding:58px 52px 30px}
  .footer-buy{align-items:stretch}
}
@media(max-width:819px){
  .footer-buy{align-items:center}
  .site-header{padding-left:16px;padding-right:12px}
  .brand{font-size:27px}
  .buy-button--header{padding:0 14px;min-height:40px;font-size:11px}
  
  
  .hero{min-height:700px}
  .hero-media{inset:0 -37% 0 -4%}
  .hero-media img{object-position:60% center}
  .hero-shade{background:linear-gradient(90deg,rgba(4,4,4,.98) 0%,rgba(4,4,4,.88) 46%,rgba(4,4,4,.30) 72%,rgba(4,4,4,.08) 100%),linear-gradient(0deg,rgba(0,0,0,.55),transparent 40%)}
  .hero-copy{padding:95px 22px 55px}
  .hero h1{max-width:330px}
  .edition{grid-template-columns:1fr}
  .edition-copy{min-height:390px}
  .v4-collage{grid-template-columns:1.35fr .85fr;grid-template-rows:1fr 1fr}
  .shot--v4-main{min-height:480px}
  .shot--v4-a,.shot--v4-b{min-height:239px}
  .edition--v5 .v5-collage{order:2}
  .edition--v5 .edition-copy{order:1}
  .v5-collage{grid-template-columns:1fr 1fr;grid-template-rows:250px 260px}
  .shot--v5-wide{min-height:250px}
  .shot--v5-a,.shot--v5-b{min-height:260px}
  .desktop-note{padding-bottom:46px}
}
@media(max-width:520px){
  .hero h1{font-size:64px}
  .hero-sub{font-size:20px}
  .edition-copy{min-height:345px;padding:50px 24px 40px}
  .edition-label{font-size:58px}
  .v4-collage{grid-template-columns:1fr 1fr;grid-template-rows:360px 190px}
  .shot--v4-main{grid-column:1/3;grid-row:1;min-height:360px}
  .shot--v4-a,.shot--v4-b{min-height:190px}
  .v5-collage{grid-template-rows:230px 210px}
  .shot--v5-wide{min-height:230px}
  .shot--v5-a,.shot--v5-b{min-height:210px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.shot img,.buy-button,.edition-link{transition:none}}

/* RTL localisation */
html[dir="rtl"] .hero-copy,
html[dir="rtl"] .edition-copy,
html[dir="rtl"] .desktop-heading,
html[dir="rtl"] .desktop-copy,
html[dir="rtl"] .final-info__item,
html[dir="rtl"] .footer { text-align:right; }
html[dir="rtl"] .included-list li { padding-left:0; padding-right:22px; }
html[dir="rtl"] .included-list li:before { left:auto; right:0; }
html[dir="rtl"] .desktop-note { border-left:0; border-right:7px solid var(--yellow); }
@media (min-width:900px) {
  html[dir="rtl"] .desktop-copy { border-left:0; border-right:1px solid #bdb9ad; padding:5px 42px 5px 0; }
  html[dir="rtl"] .final-info__item + .final-info__item { border-left:0; border-right:1px solid var(--line); }
}


/* HTML-only language menu: no JavaScript */
.language-menu{position:relative}
.language-menu summary{
  list-style:none;display:flex;align-items:center;gap:7px;height:42px;padding:0 11px;
  border:1px solid rgba(255,255,255,.1);border-radius:999px;background:#111;color:#fff;
  font-size:12px;font-weight:800;cursor:pointer;user-select:none
}
.language-menu summary::-webkit-details-marker{display:none}
.language-menu[open] summary{border-color:rgba(255,255,255,.22)}
.language-list{
  position:absolute;right:0;top:calc(100% + 10px);z-index:80;width:310px;
  max-width:calc(100vw - 24px);max-height:520px;overflow-y:auto;overflow-x:hidden;
  padding:8px;background:#101011;border:1px solid rgba(255,255,255,.12);
  border-radius:14px;box-shadow:0 18px 50px rgba(0,0,0,.55);
  -webkit-overflow-scrolling:touch
}
.language-list a{
  min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:14px;
  padding:8px 12px;border-radius:9px;color:#e8e6e0;font-size:14px;line-height:1.25
}
.language-list a:hover,.language-list a:focus,.language-list a[aria-current="page"]{
  background:rgba(255,255,255,.07);color:#fff
}
.language-list b{font-size:11px;color:var(--yellow);letter-spacing:.06em;flex:0 0 auto}

@media(min-width:820px){
  .language-menu summary{border-color:transparent;background:transparent}
}

@media(max-width:819px){
  .language-menu summary{height:40px;padding:0 10px}
  .language-menu[open]::before{
    content:"";position:fixed;z-index:78;left:0;right:0;top:0;bottom:0;
    background:rgba(0,0,0,.66);pointer-events:none
  }
  .language-list{
    position:fixed;z-index:79;
    left:12px;right:12px;top:76px;bottom:auto;
    width:auto;max-width:none;height:calc(100vh - 88px);max-height:calc(100vh - 88px);
    padding:10px;
    border-radius:16px;
    overscroll-behavior:contain
  }
  .language-list a{
    min-height:48px;padding:10px 14px;font-size:15px
  }
}

html[dir="rtl"] .language-list{right:auto;left:0}
@media(max-width:819px){
  html[dir="rtl"] .language-list{left:12px;right:12px}
}


/* Legal links and server-rendered consent: HTML/CSS only */
.footer-legal{
  grid-column:1/-1;display:flex;flex-wrap:wrap;justify-content:center;gap:8px 18px;
  padding-top:18px;border-top:1px solid var(--line);font-size:12px;color:#aaa8a2
}
.footer-legal a{color:#aaa8a2;text-decoration:none}
.footer-legal a:hover,.footer-legal a:focus{text-decoration:underline;color:#fff}
.footer-payment-note{display:block;max-width:270px;text-align:center;line-height:1.4}
.cookie-panel{
  position:fixed;z-index:120;left:16px;right:16px;bottom:16px;margin:auto;max-width:760px;
  max-height:calc(100vh - 32px);overflow-y:auto;-webkit-overflow-scrolling:touch;
  padding:20px;background:#111;border:1px solid rgba(255,255,255,.16);border-radius:16px;
  box-shadow:0 18px 60px rgba(0,0,0,.68);color:#f4f1e9
}
.cookie-panel__head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}
.cookie-panel h2{font-size:20px;line-height:1.15;margin:0 0 8px}
.cookie-panel p{margin:0;color:#c8c5bd;font-size:13px;line-height:1.5}
.cookie-panel__close{flex:0 0 auto;color:#aaa8a2;font-size:12px;text-decoration:underline}
.cookie-panel__choices{display:grid;gap:8px;margin:16px 0}
.cookie-choice{
  display:grid;grid-template-columns:22px 1fr;gap:10px;align-items:start;padding:11px;
  border:1px solid rgba(255,255,255,.09);border-radius:10px;background:#0c0c0d
}
.cookie-choice input{width:18px;height:18px;margin:2px 0 0;accent-color:#f5d328}
.cookie-choice strong{display:block;font-size:13px;margin-bottom:3px}
.cookie-choice small{display:block;color:#aaa8a2;font-size:11px;line-height:1.42}
.cookie-panel__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.cookie-panel__actions button{
  min-height:42px;padding:9px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.18);
  background:#1a1a1b;color:#fff;font-weight:800;cursor:pointer
}
.cookie-panel__actions button[value="accept"]{background:var(--yellow);border-color:var(--yellow);color:#090909}
.cookie-panel__actions button:hover,.cookie-panel__actions button:focus{filter:brightness(1.08)}
.cookie-panel__policy{display:inline-block;margin-top:12px;color:#ddd9d0;font-size:12px;text-decoration:underline}
@media(max-width:600px){
  .cookie-panel{left:10px;right:10px;bottom:10px;max-height:calc(100vh - 20px);padding:16px;border-radius:14px}
  .cookie-panel__actions{display:grid;grid-template-columns:1fr}
  .cookie-panel__actions button{width:100%}
  .footer-legal{gap:8px 14px}
}


/* Secondary support CTA: plain HTML link to Messenger; no SDK/JS. */
.footer-messenger{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  margin-top:.15rem;
  font-size:.78rem;
  line-height:1.35;
  font-weight:600;
  letter-spacing:.01em;
  text-decoration:none;
  opacity:.72;
  transition:opacity .18s ease;
}
.footer-messenger:hover,
.footer-messenger:focus-visible{
  opacity:1;
  text-decoration:underline;
  text-underline-offset:.2em;
}
@media(max-width:819px){
  .footer-messenger{
    text-align:center;
    white-space:normal;
  }
}
