:root {
  --ae-background: #050508;
  --ae-surface: #101018;
  --ae-text: #f5f2eb;
  --ae-muted: #9c99a8;
  --ae-accent: #7657ff;
  --ae-accent-two: #35b9ff;
  --ae-signal: #ff3d5a;
  --ae-paper: #ece8df;
  --ae-font-body: Arial, Helvetica, sans-serif;
  --ae-font-heading: Arial, Helvetica, sans-serif;
  --ae-line: color-mix(in srgb, var(--ae-text) 15%, transparent);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; scrollbar-gutter: stable; }
body { margin: 0; overflow-x: clip; overflow-y: visible; background: var(--ae-background); color: var(--ae-text); font-family: var(--ae-font-body); -webkit-font-smoothing: antialiased; }
h1,h2,h3 { font-family: var(--ae-font-heading); }
a { color: inherit; }
img, audio, video { max-width: 100%; }
.ae-video { width:min(920px,100%); margin-top:32px; border-radius:18px; background:#000; }
section[id] { scroll-margin-top: 106px; }
a:focus-visible { outline: 2px solid var(--ae-accent-two); outline-offset: 4px; }
.loading { min-height: 100vh; display: grid; place-items: center; color: var(--ae-muted); letter-spacing: .2em; text-transform: uppercase; font-size: 11px; }
.ae-shell { min-height:100vh; padding-top:90px; overflow-x:clip; background:var(--ae-background); }
.ae-kicker { color: color-mix(in srgb, var(--ae-accent) 70%, white); font: 800 10px/1.4 "Courier New", monospace; letter-spacing: .22em; text-transform: uppercase; }
.ae-kicker.dark, .dark { color: #111116; }

.ae-header { width:min(1240px,calc(100% - 48px)); height:90px; margin:0; display:grid; grid-template-columns:120px 1fr 250px; align-items:center; border-bottom:1px solid var(--ae-line); position:fixed; top:0; left:50%; z-index:50; transform:translateX(-50%); background:color-mix(in srgb,var(--ae-background) 92%,transparent); backdrop-filter:blur(20px); }
.ae-brand { width: fit-content; color: var(--ae-text); text-decoration: none; font-size: 35px; font-weight: 900; letter-spacing: -.14em; }
.ae-nav-links { min-width:0; display:flex; justify-content:center; gap:clamp(12px,2vw,30px); overflow-x:auto; scrollbar-width:none; }
.ae-nav-links::-webkit-scrollbar { display:none; }
.ae-nav-link { min-height: 44px; padding: 0 2px; display: inline-flex; align-items: center; color: var(--ae-muted); text-decoration: none; font-size: 9px; font-weight: 800; letter-spacing: .17em; white-space: nowrap; transition: color .2s ease; }
.ae-nav-link:hover, .ae-nav-link:focus-visible { color: var(--ae-text); }
.ae-issue { justify-self: end; color: var(--ae-muted); font: 10px "Courier New", monospace; letter-spacing: .12em; }

.ae-hero { width: min(1240px, calc(100% - 48px)); min-height: 830px; margin: 0 auto; padding: 58px 0 80px; display: flex; flex-direction: column; position: relative; }
.ae-hero::before { content: "04"; position: absolute; top: 30px; right: -22px; color: transparent; -webkit-text-stroke: 1px color-mix(in srgb, var(--ae-text) 12%, transparent); font: 900 clamp(240px, 31vw, 470px)/.8 Arial, sans-serif; letter-spacing: -.12em; pointer-events: none; }
.ae-hero-meta { display: flex; justify-content: space-between; gap: 20px; position: relative; z-index: 1; }
.ae-edition { color: var(--ae-muted); font: 9px "Courier New", monospace; letter-spacing: .15em; }
.ae-title { max-width: 1080px; margin: 82px 0 48px; font-size: clamp(72px, 10.2vw, 154px); line-height: .79; letter-spacing: -.075em; text-transform: uppercase; position: relative; z-index: 1; }
.ae-hero-bottom { margin-top: auto; display: grid; grid-template-columns: minmax(280px, 520px) 1fr; align-items: end; gap: 80px; position: relative; z-index: 1; }
.ae-lead { margin: 0; color: var(--ae-muted); font-size: clamp(16px, 1.6vw, 21px); line-height: 1.55; }
.ae-button { width: fit-content; min-height: 48px; margin-top: 30px; padding: 10px 12px 10px 20px; display: inline-flex; align-items: center; gap: 24px; border: 1px solid color-mix(in srgb, var(--ae-text) 20%, transparent); border-radius: 999px; background: var(--ae-text); color: var(--ae-background); text-decoration: none; font-size: 10px; font-weight: 900; letter-spacing: .13em; transition: transform .25s ease, background .25s ease; }
.ae-button:hover { transform: translateY(-3px); background: var(--ae-accent-two); }
.ae-button-arrow { width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; background: color-mix(in srgb, var(--ae-background) 12%, transparent); }
.ae-orbit { width: 270px; margin: 0 0 -45px auto; position: relative; }
.ae-orbit::before { content: ""; position: absolute; inset: -22px; border: 1px solid color-mix(in srgb, var(--ae-accent) 45%, transparent); border-radius: 50%; }
.ae-orbit-image { width: 100%; display: block; border-radius: 50%; aspect-ratio: 1; object-fit: cover; filter: saturate(.8) contrast(1.1); }

.ae-ticker { overflow: hidden; border-block: 1px solid var(--ae-line); background: var(--ae-signal); color: white; }
.ae-ticker-track { width: max-content; display: flex; align-items: center; gap: 27px; padding: 13px 0; animation: ticker 28s linear infinite; }
.ae-ticker-item { font: 900 10px Arial, sans-serif; letter-spacing: .16em; }
.ae-ticker-dot { font-style: normal; font-size: 7px; }
@keyframes ticker { to { transform: translateX(-50%); } }

.ae-current { background: var(--ae-paper); color: #111116; padding: 118px max(24px, calc((100% - 1240px)/2)) 135px; }
.ae-section-head { display: grid; grid-template-columns: 1fr 2fr; gap: 50px; align-items: start; padding-bottom: 58px; border-bottom: 1px solid rgba(17,17,22,.28); }
.ae-section-title { max-width: 760px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(54px, 7vw, 100px); font-weight: 400; line-height: .88; letter-spacing: -.055em; }
.ae-editorial-grid { margin-top: 42px; display: grid; grid-template-columns: 1.35fr .8fr .8fr; gap: 20px; align-items: start; }
.ae-story { display: flex; flex-direction: column; }
.ae-story-media { display: block; position: relative; overflow: hidden; background: #ccc6bc; }
.ae-story-image { width: 100%; aspect-ratio: 4/3; display: block; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.ae-story-1 .ae-story-image { aspect-ratio: 4/4.8; }
.ae-story-media:hover .ae-story-image { transform: scale(1.035); }
.ae-story-number { position: absolute; top: 14px; right: 15px; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: rgba(5,5,8,.88); color: white; font: 10px "Courier New", monospace; }
.ae-story-category { margin-top: 22px; color: var(--ae-signal); font: 900 9px Arial, sans-serif; letter-spacing: .18em; }
.ae-story-title { margin: 12px 0 12px; font-size: clamp(24px, 3vw, 46px); line-height: .9; letter-spacing: -.045em; }
.ae-story-2 .ae-story-title, .ae-story-3 .ae-story-title { font-size: clamp(22px, 2.2vw, 32px); }
.ae-story-text { margin: 0; color: #57545b; font-size: 14px; line-height: 1.6; }
.ae-story-link { width: fit-content; margin-top: 22px; padding-bottom: 5px; border-bottom: 1px solid #111116; color: #111116; text-decoration: none; font-size: 9px; font-weight: 900; letter-spacing: .14em; }

.ae-manifest { width: min(1240px, calc(100% - 48px)); min-height: 930px; margin: 0 auto; padding: 130px 0; display: flex; flex-direction: column; justify-content: center; position: relative; }
.ae-manifest::after { content: "ΛΞ"; position: absolute; right: -35px; bottom: 20px; color: transparent; -webkit-text-stroke: 1px color-mix(in srgb, var(--ae-text) 9%, transparent); font-size: 330px; font-weight: 900; letter-spacing: -.14em; pointer-events: none; }
.ae-manifest-title { max-width: 1180px; margin: 45px 0 65px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(62px, 8.7vw, 130px); font-weight: 400; line-height: .88; letter-spacing: -.065em; position: relative; z-index: 1; }
.ae-manifest-bottom { width: min(650px, 100%); margin-left: auto; position: relative; z-index: 1; }
.ae-manifest-text { color: var(--ae-muted); font-size: 18px; line-height: 1.7; }
.ae-button-outline { background: transparent; color: var(--ae-text); }

.ae-projects { padding: 118px max(24px, calc((100% - 1240px)/2)) 125px; border-top: 1px solid var(--ae-line); background: linear-gradient(145deg, #0d0d15, #050508); }
.ae-project-head { display: grid; grid-template-columns: 1fr 2fr; gap: 50px; margin-bottom: 70px; }
.ae-project-title { max-width: 800px; margin: 0; font-size: clamp(54px, 7vw, 96px); line-height: .9; letter-spacing: -.06em; }
.ae-project-list { border-top: 1px solid var(--ae-line); }
.ae-project-row { min-height: 150px; display: grid; grid-template-columns: 80px minmax(220px, .8fr) 1.2fr 50px; align-items: center; gap: 25px; border-bottom: 1px solid var(--ae-line); color: inherit; text-decoration: none; transition: background .25s ease, padding .25s ease; }
.ae-project-row:hover { padding-inline: 18px; background: color-mix(in srgb, var(--ae-accent) 10%, transparent); }
.ae-project-number { color: var(--ae-muted); font: 10px "Courier New", monospace; }
.ae-project-name { margin: 0; font-size: clamp(25px, 3vw, 44px); letter-spacing: -.04em; }
.ae-project-copy { max-width: 520px; margin: 0; color: var(--ae-muted); font-size: 14px; line-height: 1.6; }
.ae-project-arrow { justify-self: end; font-size: 24px; }

.ae-language { width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: 130px 0; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; border-top: 1px solid var(--ae-line); }
.ae-language-title { margin: 28px 0 28px; font-size: clamp(62px, 7vw, 108px); line-height: .82; letter-spacing: -.07em; }
.ae-language-text { max-width: 560px; margin: 0; color: var(--ae-muted); font-size: 17px; line-height: 1.7; }
.ae-terminal { overflow: hidden; border: 1px solid color-mix(in srgb, var(--ae-text) 18%, transparent); border-radius: 20px; background: #0b0b12; box-shadow: 0 35px 100px color-mix(in srgb, var(--ae-accent) 16%, transparent); }
.ae-terminal-head { min-height: 56px; padding: 0 20px; display: flex; align-items: center; gap: 7px; border-bottom: 1px solid var(--ae-line); }
.ae-terminal-dot { width: 7px; height: 7px; border-radius: 50%; background: #3f3d49; }
.ae-terminal-file { margin-left: auto; color: var(--ae-muted); font: 10px "Courier New", monospace; letter-spacing: .1em; }
.ae-terminal-code { padding: 32px 0; }
.ae-code-row { min-height: 52px; padding: 0 28px; display: grid; grid-template-columns: 42px 1fr; align-items: center; }
.ae-code-row:hover { background: color-mix(in srgb, var(--ae-accent) 9%, transparent); }
.ae-code-number { color: #565361; font: 10px "Courier New", monospace; }
.ae-code-line { color: #c9bcff; font: 14px/1.5 "Courier New", monospace; white-space: pre-wrap; }

.ae-music { padding: 125px max(24px, calc((100% - 1240px)/2)) 135px; background: var(--ae-accent-two); color: #08101b; text-align: center; }
.ae-music-title { margin: 28px auto 20px; font-size: clamp(84px, 15vw, 210px); line-height: .73; letter-spacing: -.085em; }
.ae-music-text { max-width: 650px; margin: 42px auto 30px; font-size: 17px; line-height: 1.6; }
.ae-sound-ready { width: fit-content; margin: 0 auto; padding: 14px 18px; border: 1px solid rgba(8,16,27,.4); border-radius: 999px; font: 900 10px "Courier New", monospace; letter-spacing: .13em; }
.ae-audio { width: min(680px, 100%); margin-top: 25px; }

.ae-footer { min-height: 480px; padding: 90px max(24px, calc((100% - 1240px)/2)) 42px; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr auto; align-items: end; border-top: 1px solid var(--ae-line); }
.ae-footer-logo { grid-column: 1/-1; align-self: start; font-size: clamp(180px, 31vw, 470px); font-weight: 900; line-height: .65; letter-spacing: -.14em; background: linear-gradient(120deg, var(--ae-text), var(--ae-accent), var(--ae-accent-two)); background-clip: text; color: transparent; }
.ae-footer-motto, .ae-footer-copy { margin: 0; color: var(--ae-muted); font: 9px "Courier New", monospace; letter-spacing: .14em; }
.ae-footer-copy { justify-self: end; }
.ae-footer-legal { grid-column:1/-1; display:flex; flex-wrap:wrap; gap:18px; padding-top:26px; }
.ae-footer-legal a,.ae-cookie-settings { color:var(--ae-muted); background:none; border:0; padding:0; cursor:pointer; text-decoration:none; font:800 8px "Courier New",monospace; letter-spacing:.12em; }
.ae-footer-legal a:hover,.ae-cookie-settings:hover { color:var(--ae-text); }
.ae-consent { position:fixed; z-index:100; left:50%; bottom:max(20px,env(safe-area-inset-bottom)); width:min(760px,calc(100% - 32px)); transform:translateX(-50%); padding:24px; border:1px solid color-mix(in srgb,var(--ae-text) 20%,transparent); border-radius:20px; background:rgba(11,11,18,.96); box-shadow:0 30px 100px rgba(0,0,0,.6); backdrop-filter:blur(24px); }
.ae-consent[hidden] { display:none; }
.ae-consent-label { color:#b7a9ff; font:800 8px "Courier New",monospace; letter-spacing:.18em; }
.ae-consent h2 { margin:12px 0 8px; font-size:clamp(28px,5vw,44px); letter-spacing:-.045em; }
.ae-consent p { max-width:650px; margin:0; color:var(--ae-muted); font-size:13px; line-height:1.65; }
.ae-consent-actions { display:flex; flex-wrap:wrap; gap:10px; margin-top:20px; }
.ae-consent-actions button,.ae-consent-actions a { min-height:44px; padding:0 18px; display:inline-flex; align-items:center; justify-content:center; border:1px solid var(--ae-line); border-radius:999px; background:transparent; color:var(--ae-text); cursor:pointer; text-decoration:none; font-size:8px; font-weight:900; letter-spacing:.12em; }
.ae-consent-actions button:hover,.ae-consent-actions a:hover { border-color:var(--ae-accent-two); background:color-mix(in srgb,var(--ae-accent) 12%,transparent); }
.ae-error { width: min(680px, calc(100% - 40px)); margin: 15vh auto; padding: 30px; border: 1px solid var(--ae-signal); background: #190a10; color: #ff9bad; }
.ae-legal-page { width:min(960px,calc(100% - 48px)); margin:0 auto; padding:100px 0 140px; }
.ae-legal-title { margin:24px 0 40px; font:400 clamp(64px,10vw,130px)/.86 Georgia,"Times New Roman",serif; letter-spacing:-.065em; }
.ae-legal-warning { margin-bottom:60px; padding:20px; border:1px solid color-mix(in srgb,var(--ae-signal) 45%,transparent); border-radius:14px; background:color-mix(in srgb,var(--ae-signal) 8%,transparent); color:#ffc0ca; line-height:1.65; }
.ae-legal-page h2 { margin:50px 0 14px; padding-top:30px; border-top:1px solid var(--ae-line); font-size:clamp(25px,4vw,42px); letter-spacing:-.035em; }
.ae-legal-page p { color:var(--ae-muted); font-size:16px; line-height:1.8; white-space:pre-line; }
.ae-legal-footer { min-height:300px; }

@media (max-width: 1024px) {
  section[id] { scroll-margin-top: 134px; }
  .ae-shell { padding-top:118px; }
  .ae-header { width:100%; height:auto; min-height:118px; padding:12px 20px 6px; grid-template-columns:1fr auto; grid-template-rows:50px 50px; }
  .ae-brand { grid-column: 1; grid-row: 1; }
  .ae-issue { grid-column: 2; grid-row: 1; }
  .ae-nav-links { grid-column: 1/-1; grid-row: 2; width: 100%; justify-content: flex-start; gap: 20px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .ae-nav-links::-webkit-scrollbar { display: none; }
  .ae-nav-link { flex: 0 0 auto; }
  .ae-hero { min-height: 760px; padding-top: 46px; }
  .ae-title { margin: 72px 0 54px; font-size: clamp(66px, 11vw, 112px); }
  .ae-hero-bottom { grid-template-columns: minmax(0, 1fr) 210px; gap: 52px; }
  .ae-orbit { width: 190px; margin-bottom: -20px; }
  .ae-current, .ae-projects, .ae-music { padding-inline: 28px; }
  .ae-editorial-grid { grid-template-columns: 1fr 1fr; gap: 34px 20px; }
  .ae-story-1 { grid-column: 1/-1; }
  .ae-story-1 .ae-story-image { aspect-ratio: 16/8.5; }
  .ae-project-row { grid-template-columns: 50px minmax(0, 1fr) 45px; padding-block: 28px; }
  .ae-project-copy { grid-column: 2; }
  .ae-project-arrow { grid-column: 3; grid-row: 1/3; }
  .ae-language { grid-template-columns: 1fr; gap: 58px; }
  .ae-terminal { width: 100%; }
}

@media (max-width: 700px) {
  .ae-shell { padding-top:112px; }
  .ae-hero, .ae-manifest, .ae-language { width: calc(100% - 32px); }
  .ae-header { width:100%; min-height:112px; padding-inline:16px; grid-template-rows:48px 48px; }
  .ae-brand { font-size: 31px; }
  .ae-issue { max-width: 170px; font-size: 7px; line-height: 1.4; text-align: right; }
  .ae-nav-links { gap: 8px; }
  .ae-nav-link { padding-inline: 8px; font-size: 8px; }
  .ae-hero { min-height: auto; padding: 38px 0 62px; }
  .ae-hero::before { top: 90px; right: -8px; font-size: clamp(170px, 62vw, 250px); }
  .ae-hero-meta { align-items: flex-start; }
  .ae-edition { display: none; }
  .ae-title { max-width: 100%; margin: 78px 0 44px; font-size: clamp(44px, 14.5vw, 72px); line-height: .84; letter-spacing: -.065em; overflow-wrap: break-word; }
  .ae-hero-bottom { grid-template-columns: 1fr; gap: 46px; }
  .ae-lead { font-size: 16px; }
  .ae-button { max-width: 100%; justify-content: space-between; }
  .ae-orbit { width: min(220px, 68vw); margin: 0 auto; }
  .ae-ticker-track { animation-duration: 34s; }
  .ae-current { padding: 78px 16px 88px; }
  .ae-section-head, .ae-project-head { grid-template-columns: 1fr; gap: 24px; padding-bottom: 38px; }
  .ae-section-title { font-size: clamp(44px, 14vw, 68px); }
  .ae-editorial-grid { grid-template-columns: 1fr; gap: 52px; }
  .ae-story-1 { grid-column: auto; }
  .ae-story-1 .ae-story-image, .ae-story-image { aspect-ratio: 4/3; }
  .ae-story-title, .ae-story-2 .ae-story-title, .ae-story-3 .ae-story-title { font-size: clamp(28px, 9vw, 40px); }
  .ae-story-link { min-height: 44px; display: inline-flex; align-items: center; }
  .ae-manifest { min-height: auto; padding: 92px 0; }
  .ae-manifest::after { right: -18px; bottom: 10px; font-size: 180px; }
  .ae-manifest-title { margin: 36px 0 48px; font-size: clamp(48px, 14.5vw, 68px); }
  .ae-manifest-text { font-size: 16px; }
  .ae-projects { padding: 82px 16px 92px; }
  .ae-project-head { margin-bottom: 42px; }
  .ae-project-title { font-size: clamp(44px, 13vw, 64px); }
  .ae-project-row { min-height: 0; grid-template-columns: 34px minmax(0, 1fr) 28px; column-gap: 10px; padding: 24px 0; }
  .ae-project-name { font-size: clamp(25px, 8vw, 36px); overflow-wrap: anywhere; }
  .ae-project-copy { font-size: 13px; }
  .ae-project-arrow { font-size: 19px; }
  .ae-language { padding: 88px 0; gap: 46px; }
  .ae-language-title { margin-block: 24px; font-size: clamp(48px, 14vw, 68px); }
  .ae-language-text { font-size: 16px; }
  .ae-terminal { border-radius: 14px; }
  .ae-terminal-head { min-height: 50px; padding-inline: 14px; }
  .ae-terminal-code { padding-block: 18px; }
  .ae-code-row { min-height: 58px; padding: 8px 14px; grid-template-columns: 28px minmax(0, 1fr); align-items: start; }
  .ae-code-line { min-width: 0; font-size: 11px; overflow-wrap: anywhere; }
  .ae-music { padding: 88px 16px 96px; }
  .ae-music-title { margin-top: 24px; font-size: clamp(68px, 23vw, 104px); overflow-wrap: anywhere; }
  .ae-music-text { margin-top: 34px; font-size: 16px; }
  .ae-sound-ready { max-width: 100%; line-height: 1.45; }
  .ae-footer { min-height: 320px; padding: 68px 16px 34px; grid-template-columns: 1fr; grid-template-rows: auto auto auto; gap: 18px; }
  .ae-footer-logo { font-size: clamp(150px, 55vw, 240px); }
  .ae-footer-copy { justify-self: start; }
  .ae-consent { padding:20px; }
  .ae-consent-actions { display:grid; }
}

@media (max-width: 390px) {
  .ae-title { font-size: clamp(41px, 13.8vw, 54px); }
  .ae-issue { max-width: 130px; }
  .ae-project-copy { line-height: 1.5; }
  .ae-footer-motto, .ae-footer-copy { letter-spacing: .09em; }
}

@media (hover: none) {
  .ae-story-media:hover .ae-story-image { transform: none; }
  .ae-project-row:hover { padding-inline: 0; }
}

@media (prefers-reduced-motion: no-preference) {
  .ae-editorial-motion .ae-title { animation: title-in .9s cubic-bezier(.2,.8,.2,1) both; }
  .ae-editorial-motion .ae-hero-meta, .ae-editorial-motion .ae-hero-bottom { animation: fade-in .7s .25s ease-out both; }
  .ae-editorial-motion .ae-orbit { animation: float 6s ease-in-out infinite; }
  @keyframes title-in { from { opacity: 0; transform: translateY(35px); } }
  @keyframes fade-in { from { opacity: 0; } }
  @keyframes float { 50% { transform: translateY(-12px) rotate(2deg); } }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ae-ticker-track { animation: none; }
  .ae-button, .ae-story-image, .ae-project-row { transition: none; }
}
