:root {
  --j2-black: #050505;
  --j2-ink: #0b0b0b;
  --j2-paper: #eceae3;
  --j2-orange: #ff4b00;
  --j2-white: #f5f3ed;
  --j2-muted: rgba(245, 243, 237, .62);
  --j2-hair: rgba(245, 243, 237, .17);
  --j2-width: 1360px;
  --j2-sans: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { background: var(--j2-black); scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--j2-black); color: var(--j2-white); font-family: var(--j2-sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { max-width: 100%; }
[hidden] { display: none !important; }

.j2-bar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: max(18px, env(safe-area-inset-top)) max(22px, 4vw) 18px;
  pointer-events: none;
}
.j2-bar > * { pointer-events: auto; }
.j2-language { display: flex; align-items: center; gap: 9px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(0,0,0,.58); backdrop-filter: blur(16px); }
.j2-language button { padding: 0; border: 0; background: none; color: rgba(255,255,255,.4); font: 700 10px/1 var(--j2-sans); letter-spacing: .14em; cursor: pointer; }
.j2-language button.is-active { color: #fff; }
.j2-language span { color: rgba(255,255,255,.18); font-size: 10px; }

.j2-hero {
  position: relative;
  min-height: 100svh;
  padding: clamp(130px, 16vw, 230px) max(6vw, calc((100vw - var(--j2-width))/2)) clamp(90px, 10vw, 150px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 20%, rgba(255,75,0,.21), transparent 29%),
    radial-gradient(circle at 12% 86%, rgba(255,75,0,.08), transparent 26%),
    linear-gradient(145deg, #111 0%, #030303 72%);
}
.j2-hero::after { position: absolute; right: -12vw; bottom: -20vw; width: min(72vw, 1080px); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 9vw rgba(255,255,255,.012), 0 0 0 18vw rgba(255,255,255,.007); content: ""; pointer-events: none; }
.j2-hero-emblem { position: absolute; top: 11%; right: 5%; width: min(37vw, 530px); aspect-ratio: 1; background: url('/assets/logo_mark_512.png') center/contain no-repeat; opacity: .05; filter: invert(1); }
.j2-meta { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 20px; padding-top: 18px; border-top: 1px solid var(--j2-hair); color: rgba(255,255,255,.5); font-size: 9px; font-weight: 700; letter-spacing: .24em; }
.j2-hero-copy { position: relative; z-index: 1; max-width: 1220px; margin-top: clamp(72px, 10vw, 150px); }
.j2-kicker, .j2-index { margin: 0 0 28px; color: var(--j2-orange); font-size: 10px; font-weight: 800; letter-spacing: .25em; text-transform: uppercase; }
.j2-hero h1 { margin: 0; max-width: 1180px; font-size: clamp(54px, 9.4vw, 146px); font-weight: 230; letter-spacing: -.072em; line-height: .89; text-wrap: balance; }
.j2-lede { max-width: 760px; margin: clamp(42px, 6vw, 80px) 0 0 auto; padding-left: 30px; border-left: 1px solid rgba(255,75,0,.72); color: rgba(245,243,237,.8); font-family: Georgia, "Times New Roman", serif; font-size: clamp(18px, 2vw, 29px); font-style: italic; line-height: 1.52; }
.j2-down { position: relative; z-index: 1; align-self: flex-end; margin-top: 54px; color: var(--j2-orange); font-size: 30px; text-decoration: none; }

.j2-object { width: min(var(--j2-width), 90vw); margin: 0 auto; padding: clamp(110px, 14vw, 220px) 0; }
.j2-object-head { display: grid; grid-template-columns: minmax(320px, .85fr) minmax(420px, 1.15fr); gap: clamp(50px, 8vw, 130px); align-items: end; }
.j2-object-head h2, .j2-number-copy h2, .j2-chain-head h2 { margin: 0; font-size: clamp(44px, 6.7vw, 102px); font-weight: 260; letter-spacing: -.06em; line-height: .91; }
.j2-object-prose { color: var(--j2-muted); font-family: Georgia, "Times New Roman", serif; font-size: clamp(17px, 1.55vw, 22px); line-height: 1.72; }
.j2-object-prose p { margin: 0 0 24px; }
.j2-object-prose blockquote { margin: 42px 0 0; padding-left: 27px; border-left: 2px solid var(--j2-orange); color: var(--j2-white); font-size: clamp(20px, 2vw, 29px); font-style: italic; line-height: 1.5; }
.j2-product-figure { margin: clamp(70px, 9vw, 130px) 0 0; }
.j2-product-frame { position: relative; padding: clamp(7px, .8vw, 12px); border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.025); box-shadow: 0 50px 150px rgba(0,0,0,.76), 0 0 100px rgba(255,75,0,.055); }
.j2-product-frame::after { position: absolute; inset: clamp(7px, .8vw, 12px); border: 1px solid rgba(255,255,255,.07); content: ""; pointer-events: none; }
.j2-product-frame img { display: block; width: 100%; height: auto; }
.j2-caption { margin: 17px 0 0; color: rgba(255,255,255,.42); font-size: 8px; font-weight: 800; letter-spacing: .18em; line-height: 1.6; text-align: center; text-transform: uppercase; }

.j2-specs { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin-top: clamp(70px, 8vw, 120px); border-top: 1px solid var(--j2-hair); border-left: 1px solid var(--j2-hair); }
.j2-spec { min-height: 210px; padding: clamp(24px, 3vw, 40px); border-right: 1px solid var(--j2-hair); border-bottom: 1px solid var(--j2-hair); }
.j2-spec span { display: block; color: var(--j2-orange); font-size: clamp(28px, 3.8vw, 58px); font-weight: 250; letter-spacing: -.05em; line-height: 1; }
.j2-spec span small { font-size: .3em; font-weight: 520; letter-spacing: .04em; white-space: nowrap; }
.j2-spec p { margin: 28px 0 0; color: rgba(255,255,255,.52); font-size: 9px; font-weight: 700; letter-spacing: .17em; line-height: 1.7; text-transform: uppercase; }

.j2-number { position: relative; padding: clamp(110px, 14vw, 210px) max(5vw, calc((100vw - var(--j2-width))/2)); overflow: hidden; background: var(--j2-paper); color: var(--j2-ink); }
.j2-number::before { position: absolute; top: -23vw; left: -12vw; width: min(52vw, 800px); aspect-ratio: 1; border: 1px solid rgba(0,0,0,.11); border-radius: 50%; box-shadow: 0 0 0 8vw rgba(0,0,0,.018); content: ""; }
.j2-number-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(440px, 1.25fr) minmax(300px, .75fr); gap: clamp(50px, 8vw, 120px); align-items: center; }
.j2-number-figure { margin: 0; }
.j2-number-figure img { display: block; width: 100%; height: auto; border: 1px solid rgba(0,0,0,.2); box-shadow: 0 30px 80px rgba(0,0,0,.18); }
.j2-number-figure .j2-caption { color: rgba(0,0,0,.48); }
.j2-number-copy .j2-index { color: #b83200; }
.j2-number-copy p { margin: 32px 0 0; color: rgba(0,0,0,.64); font-family: Georgia, "Times New Roman", serif; font-size: clamp(17px, 1.45vw, 21px); line-height: 1.72; }
.j2-number-lock { margin-top: 46px; padding: 25px 0 0; border-top: 1px solid rgba(0,0,0,.22); color: #a72f00; font-size: 10px; font-weight: 800; letter-spacing: .21em; line-height: 1.7; text-transform: uppercase; }

.j2-chain { width: min(var(--j2-width), 90vw); margin: 0 auto; padding: clamp(110px, 14vw, 220px) 0; }
.j2-chain-head { display: grid; grid-template-columns: minmax(360px, 1fr) minmax(300px, .7fr); gap: 8vw; align-items: end; }
.j2-chain-intro { margin: 0; padding-left: 28px; border-left: 1px solid rgba(255,75,0,.7); color: var(--j2-muted); font-family: Georgia, "Times New Roman", serif; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.68; }
.j2-timeline { margin-top: clamp(70px, 9vw, 130px); border-top: 1px solid var(--j2-hair); }
.j2-step { display: grid; grid-template-columns: 90px minmax(200px, .68fr) minmax(300px, 1.32fr); gap: clamp(26px, 4vw, 66px); padding: clamp(30px, 4vw, 55px) 0; border-bottom: 1px solid var(--j2-hair); }
.j2-step > span { color: var(--j2-orange); font-size: 11px; font-weight: 800; letter-spacing: .2em; }
.j2-step h3 { margin: 0; font-size: clamp(25px, 3.2vw, 46px); font-weight: 300; letter-spacing: -.04em; line-height: 1; }
.j2-step p { margin: 0; color: var(--j2-muted); font-family: Georgia, "Times New Roman", serif; font-size: clamp(15px, 1.3vw, 19px); line-height: 1.65; }
.j2-note { margin-top: 34px; color: rgba(255,255,255,.42); font-size: 9px; font-weight: 700; letter-spacing: .13em; line-height: 1.7; text-transform: uppercase; }

.j2-programme { padding: clamp(100px, 12vw, 180px) max(5vw, calc((100vw - var(--j2-width))/2)); background: #101010; }
.j2-programme h2 { margin: 0 0 60px; font-size: clamp(42px, 6vw, 90px); font-weight: 250; letter-spacing: -.055em; line-height: .94; }
.j2-tracklist { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--j2-hair); }
.j2-tracklist li { display: grid; grid-template-columns: 100px minmax(220px, .7fr) minmax(300px, 1.3fr); gap: 24px; align-items: baseline; padding: 30px 0; border-bottom: 1px solid var(--j2-hair); }
.j2-tracklist li > span { color: var(--j2-orange); font-size: 11px; font-weight: 800; letter-spacing: .2em; }
.j2-tracklist strong { font-size: clamp(19px, 2.2vw, 32px); font-weight: 540; letter-spacing: .04em; }
.j2-tracklist em { display: inline-flex; flex-wrap: wrap; gap: 6px 12px; align-items: baseline; justify-self: start; max-width: 100%; color: rgba(255,255,255,.58); font-family: Georgia, "Times New Roman", serif; font-size: clamp(16px, 1.45vw, 21px); }
.j2-tracklist time { color: rgba(255,255,255,.92); font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: .72em; font-style: normal; font-weight: 700; letter-spacing: .08em; white-space: nowrap; }

.j2-closing { min-height: 82svh; padding: clamp(100px, 14vw, 210px) max(6vw, calc((100vw - var(--j2-width))/2)); display: grid; grid-template-columns: minmax(220px, .48fr) minmax(400px, 1.52fr); gap: clamp(50px, 9vw, 150px); align-items: center; background: var(--j2-orange); color: #090909; }
.j2-closing-emblem { width: min(100%, 390px); aspect-ratio: 1; background: url('/assets/logo_mark_512.png') center/contain no-repeat; }
.j2-closing p { margin: 0; max-width: 880px; font-size: clamp(44px, 7vw, 110px); font-weight: 260; letter-spacing: -.065em; line-height: .88; }
.j2-closing small { display: block; margin-top: 46px; max-width: 620px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(16px, 1.45vw, 21px); line-height: 1.65; }
.j2-closing a { display: inline-block; margin-top: 38px; font-size: 10px; font-weight: 800; letter-spacing: .18em; text-decoration: none; text-transform: uppercase; }

.j2-footer { min-height: 120px; padding: 38px max(6vw, calc((100vw - var(--j2-width))/2)); display: flex; gap: 30px; justify-content: space-between; align-items: center; color: rgba(255,255,255,.45); font-size: 8px; font-weight: 800; letter-spacing: .17em; }
.j2-footer a { text-decoration: none; }
.j2-footer a:hover { color: var(--j2-orange); }

.j2-reveal { opacity: 0; transform: translateY(34px); transition: opacity .9s ease, transform .9s cubic-bezier(.2,.75,.25,1); }
.j2-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .j2-object-head, .j2-number-grid, .j2-chain-head, .j2-closing { grid-template-columns: 1fr; }
  .j2-specs { grid-template-columns: repeat(2, 1fr); }
  .j2-spec:last-child { grid-column: 1 / -1; }
  .j2-step { grid-template-columns: 60px 1fr; }
  .j2-step p { grid-column: 2; }
  .j2-closing-emblem { width: 210px; }
}

@media (max-width: 660px) {
  .j2-bar { padding-right: 16px; padding-left: 16px; }
  .j2-language { gap: 7px; padding: 9px 11px; }
  .j2-hero { padding-right: 6vw; padding-left: 6vw; }
  .j2-meta { font-size: 8px; letter-spacing: .17em; }
  .j2-hero h1 { font-size: clamp(49px, 16vw, 78px); letter-spacing: -.066em; line-height: .91; }
  .j2-lede { margin-top: 38px; padding-left: 20px; }
  .j2-object { width: 88vw; }
  .j2-object-head { grid-template-columns: 1fr; gap: 42px; }
  .j2-specs { grid-template-columns: 1fr; }
  .j2-spec:last-child { grid-column: auto; }
  .j2-spec { min-height: 145px; }
  .j2-number { padding-right: 6vw; padding-left: 6vw; }
  .j2-number-grid { grid-template-columns: 1fr; }
  .j2-chain { width: 88vw; }
  .j2-chain-head { grid-template-columns: 1fr; gap: 42px; }
  .j2-step { grid-template-columns: 45px 1fr; gap: 18px; }
  .j2-programme { padding-right: 6vw; padding-left: 6vw; }
  .j2-tracklist li { grid-template-columns: 48px 1fr; }
  .j2-tracklist em { grid-column: 2; }
  .j2-closing { min-height: 72svh; padding-right: 6vw; padding-left: 6vw; }
  .j2-closing-emblem { width: 145px; }
  .j2-footer { flex-wrap: wrap; justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .j2-reveal { opacity: 1; transform: none; transition: none; }
}
