:root {
  --night: #080d21;
  --indigo: #101a3a;
  --cobalt: #3357ff;
  --amber: #ffb21c;
  --bone: #f0ecdf;
  --paper: #f7f4ec;
  --ink: #10121a;
  --smoke: #696c76;
  --line-dark: rgba(16, 18, 26, 0.18);
  --line-light: rgba(240, 236, 223, 0.28);
  --max: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(var(--max), calc(100% - 56px)); margin-inline: auto; }

.site-header {
  position: relative;
  z-index: 20;
  color: var(--ink);
  background: var(--paper);
  border-bottom: 1px solid var(--line-dark);
}
.home .site-header {
  position: absolute;
  inset: 0 0 auto;
  color: var(--bone);
  background: transparent;
  border-color: var(--line-light);
}
.nav { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: baseline; gap: 9px; text-decoration: none; }
.brand-name {
  font-family: Baskerville, "Times New Roman", serif;
  font-size: 1.72rem;
  font-style: italic;
  font-weight: 600;
  letter-spacing: -0.045em;
}
.brand-name::after { content: "/"; margin-left: 8px; color: var(--amber); font-family: Arial, sans-serif; font-style: normal; font-weight: 900; }
.brand-studio { font-size: 0.68rem; font-weight: 800; letter-spacing: 0.22em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a { text-decoration: none; font-size: 0.76rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--amber); }

.home-hero {
  min-height: 94vh;
  position: relative;
  display: flex;
  align-items: flex-end;
  color: var(--bone);
  background: var(--night) url("/assets/mheni-lightning-hero.png") center/cover no-repeat;
  isolation: isolate;
}
.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(4, 8, 24, 0.82) 0%, rgba(4, 8, 24, 0.34) 54%, rgba(4, 8, 24, 0.08) 100%), linear-gradient(0deg, rgba(4, 8, 24, 0.65), transparent 52%);
}
.hero-grid { width: 100%; display: grid; grid-template-columns: 1.25fr 0.35fr; gap: 80px; align-items: end; padding-top: 180px; padding-bottom: clamp(64px, 9vw, 120px); }
.kicker { margin: 0 0 24px; font-size: 0.74rem; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; }
.kicker::before { content: ""; display: inline-block; width: 48px; height: 2px; margin: 0 14px 4px 0; background: var(--amber); }
.home-hero h1 {
  max-width: 920px;
  margin: 0;
  font-family: Baskerville, "Times New Roman", serif;
  font-size: clamp(4.5rem, 10vw, 9.6rem);
  font-weight: 400;
  line-height: 0.82;
  letter-spacing: -0.07em;
}
.home-hero h1 em { color: var(--amber); font-weight: 400; }
.hero-note { align-self: end; margin: 0 0 10px; padding-top: 18px; border-top: 1px solid var(--line-light); color: rgba(240, 236, 223, 0.8); font-size: 0.92rem; }

.section { padding: clamp(88px, 12vw, 170px) 0; border-top: 1px solid var(--line-dark); }
.section-dark { color: var(--bone); background: var(--night); border-color: var(--line-light); }
.section-label { display: flex; align-items: center; gap: 18px; margin: 0 0 50px; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; }
.section-label span { color: var(--amber); }
.section-label::after { content: ""; flex: 1; height: 1px; background: currentColor; opacity: 0.22; }

.manifesto { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr); gap: clamp(50px, 9vw, 130px); align-items: center; }
.manifesto-image { position: relative; margin: 0; }
.manifesto-image img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.image-caption { display: flex; justify-content: space-between; gap: 20px; margin: 14px 0 0; color: var(--smoke); font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; }
.manifesto-copy h2,
.portfolio-title,
.page-hero h1 {
  font-family: Baskerville, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.055em;
}
.manifesto-copy h2 { max-width: 660px; margin: 0 0 32px; font-size: clamp(3.2rem, 6.5vw, 6.5rem); line-height: 0.93; }
.manifesto-copy p { max-width: 620px; color: #4f525d; font-size: clamp(1.05rem, 1.6vw, 1.28rem); }
.manifesto-copy .origin { margin-top: 44px; padding-top: 18px; border-top: 1px solid var(--line-dark); color: var(--ink); font-size: 0.88rem; font-weight: 700; }

.portfolio-title { margin: 0 0 70px; font-size: clamp(4.2rem, 9vw, 9rem); line-height: 0.82; }
.release { display: grid; grid-template-columns: 0.72fr 1.28fr; min-height: 720px; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.release-copy { padding: clamp(44px, 7vw, 90px) clamp(28px, 6vw, 80px) clamp(44px, 7vw, 90px) 0; display: flex; flex-direction: column; justify-content: space-between; }
.release-index { color: var(--amber); font-size: 0.75rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.release-name { margin: 24px 0 20px; font-family: Baskerville, "Times New Roman", serif; font-size: clamp(4rem, 8vw, 8rem); font-weight: 400; line-height: 0.78; letter-spacing: -0.07em; }
.release-name strong { color: #adffde; font-weight: 400; }
.release-copy p { max-width: 450px; color: rgba(240, 236, 223, 0.72); font-size: 1.05rem; }
.text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 24px; color: var(--bone); text-decoration: none; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.text-link::after { content: "↗"; color: var(--amber); font-size: 1.1rem; }
.release-art {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  display: grid;
  place-items: end center;
  background: linear-gradient(135deg, #14233b, #05091a 68%);
}
.release-art::before { content: ""; position: absolute; inset: 0; background: url("/assets/daily60-orbit-bg.png") center/cover; opacity: 0.33; }
.release-art::after { content: "60"; position: absolute; top: 42px; right: 54px; color: rgba(173, 255, 222, 0.14); font-family: Baskerville, serif; font-size: clamp(9rem, 18vw, 18rem); line-height: 1; }
.release-art img { position: relative; z-index: 2; width: min(380px, 72%); max-height: 650px; object-fit: cover; object-position: top; border: 8px solid #111729; border-bottom: 0; border-radius: 42px 42px 0 0; box-shadow: 0 40px 100px rgba(0,0,0,0.62); }

.studio-statement { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 80px; align-items: end; }
.studio-statement blockquote { margin: 0; max-width: 900px; font-family: Baskerville, "Times New Roman", serif; font-size: clamp(3rem, 6vw, 6.4rem); line-height: 0.95; letter-spacing: -0.055em; }
.studio-statement blockquote em { color: var(--cobalt); font-style: normal; }
.studio-statement p { margin: 0; color: var(--smoke); }

.page-hero { padding: clamp(90px, 12vw, 150px) 0 70px; }
.page-hero h1 { max-width: 1020px; margin: 0 0 28px; font-size: clamp(4rem, 9vw, 8rem); line-height: 0.84; }
.page-hero .lede { max-width: 760px; color: var(--smoke); font-size: 1.18rem; }
.page-hero .kicker { color: var(--ink); }

.daily-masthead { position: relative; min-height: 680px; overflow: hidden; display: grid; grid-template-columns: 0.82fr 1.18fr; color: white; background: #05091a; }
.daily-masthead-copy { padding: clamp(56px, 8vw, 112px); display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2; }
.daily-masthead-copy h1 { margin: 20px 0 28px; font-family: Arial, Helvetica, sans-serif; font-size: clamp(4.2rem, 9vw, 9rem); font-weight: 900; line-height: 0.8; letter-spacing: -0.085em; }
.daily-masthead-copy h1 span { color: #adffde; }
.daily-masthead-copy p { max-width: 500px; color: #c5cad8; font-size: 1.08rem; }
.daily-masthead-art { min-height: 680px; position: relative; display: grid; place-items: end center; background: linear-gradient(135deg, rgba(15,32,55,.36), rgba(1,4,16,.8)), url("/assets/daily60-orbit-bg.png") center/cover; }
.daily-masthead-art img { width: min(380px, 74%); max-height: 630px; object-fit: cover; object-position: top; border: 8px solid #171d31; border-bottom: 0; border-radius: 42px 42px 0 0; box-shadow: 0 35px 90px rgba(0,0,0,.62); }
.status-line { display: flex; align-items: center; gap: 10px; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.status-line::before { content: ""; width: 8px; height: 8px; background: #adffde; border-radius: 50%; box-shadow: 0 0 18px #adffde; }

.actions { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 34px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 2px 5px; border: 0; border-bottom: 2px solid currentColor; color: inherit; background: transparent; text-decoration: none; font-size: 0.76rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.button.primary { color: var(--amber); }
.button.secondary { color: inherit; opacity: 0.75; }

.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 90px; padding-bottom: 120px; }
.prose { max-width: 800px; }
.prose h2 { margin: 58px 0 14px; font-family: Baskerville, "Times New Roman", serif; font-size: clamp(2rem, 3.8vw, 3.2rem); font-weight: 400; letter-spacing: -0.04em; }
.prose h2:first-child { margin-top: 0; }
.prose p, .prose li { color: #4f525d; }
.prose a { color: #173fe0; }
.prose ul { padding-left: 22px; }
.meta-card { align-self: start; position: sticky; top: 34px; padding: 25px 0; border-top: 4px solid var(--amber); border-bottom: 1px solid var(--line-dark); }
.meta-card strong { display: block; margin-top: 18px; font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; }
.meta-card strong:first-child { margin-top: 0; }
.meta-card p { margin: 4px 0 0; color: var(--smoke); font-size: 0.92rem; }
.support-card { max-width: 870px; padding: 0 0 54px; border-bottom: 1px solid var(--line-dark); }
.support-card h2 { margin: 0 0 22px; font-family: Baskerville, serif; font-size: clamp(3rem, 6vw, 6rem); font-weight: 400; line-height: .95; letter-spacing: -.055em; }
.support-card p { color: var(--smoke); }

.site-footer { color: var(--bone); background: var(--night); padding: 64px 0; }
.footer-row { display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: end; }
.footer-note { max-width: 540px; margin: 0; font-family: Baskerville, serif; font-size: 1.35rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 24px; }
.footer-links a { color: rgba(240,236,223,.72); text-decoration: none; font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--amber); }

@media (max-width: 850px) {
  .shell { width: min(var(--max), calc(100% - 30px)); }
  .nav { min-height: 72px; }
  .brand-name { font-size: 1.45rem; }
  .nav-links a:not(:last-child) { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .hero-note { max-width: 360px; }
  .manifesto { grid-template-columns: 1fr; }
  .manifesto-image { max-width: 560px; }
  .release { grid-template-columns: 1fr; }
  .release-copy { min-height: 520px; padding-left: 0; }
  .release-art { min-height: 600px; }
  .studio-statement { grid-template-columns: 1fr; gap: 40px; }
  .daily-masthead { grid-template-columns: 1fr; }
  .daily-masthead-copy { min-height: 570px; }
  .daily-masthead-art { min-height: 600px; }
  .content-grid { grid-template-columns: 1fr; gap: 44px; }
  .meta-card { position: static; order: -1; }
  .footer-row { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .home-hero { min-height: 820px; background-position: 62% center; }
  .home-hero::after { background: linear-gradient(0deg, rgba(4,8,24,.94), rgba(4,8,24,.22) 80%); }
  .home-hero h1 { font-size: clamp(4.2rem, 23vw, 6rem); }
  .hero-grid { padding-top: 140px; padding-bottom: 54px; }
  .manifesto-copy h2 { font-size: 3.35rem; }
  .portfolio-title { font-size: 4.6rem; }
  .release-art, .daily-masthead-art { min-height: 510px; }
  .release-art img, .daily-masthead-art img { width: 82%; max-height: 480px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
