:root {
  --black: #171a17;
  --forest: #263d32;
  --green: #7f9b83;
  --mist: #c8d5c7;
  --ivory: #f5f2e9;
  --sand: #d8cdbb;
  --yellow: #d9c276;
  --serif: "Italiana", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--black);
  font-family: var(--sans);
  font-size: 16px;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 3.2vw;
  color: var(--ivory);
  transition: background .35s ease, color .35s ease, padding .35s ease;
}
.site-header.scrolled { background: rgba(245,242,233,.92); color: var(--black); padding-block: 14px; backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: 9px; line-height: 1; }
.brand-mark { display: block; flex: 0 0 auto; width: 25px; height: 37px; background: currentColor; -webkit-mask: url("assets/eden-mark.png") center / contain no-repeat; mask: url("assets/eden-mark.png") center / contain no-repeat; }
.brand-name { font-family: var(--serif); font-size: 2rem; letter-spacing: .06em; margin-left: -5px; }
.brand small { font-size: .57rem; letter-spacing: .24em; }
.primary-nav { display: flex; gap: clamp(24px, 3vw, 52px); font-size: .77rem; text-transform: uppercase; letter-spacing: .14em; }
.primary-nav a { position: relative; padding-block: 8px; }
.primary-nav a::after { content: ""; position: absolute; left: 0; bottom: 2px; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .3s ease; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; border: 0; background: transparent; color: inherit; width: 42px; height: 42px; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; height: 1px; background: currentColor; margin: 7px 0; transition: transform .25s; }

.hero { position: relative; min-height: 100svh; background: var(--black); color: var(--ivory); overflow: hidden; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 52% center; animation: hero-in 1.5s cubic-bezier(.2,.8,.2,1) both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,13,10,.74) 0%, rgba(10,13,10,.30) 48%, rgba(10,13,10,.05) 82%), linear-gradient(0deg, rgba(10,13,10,.35), transparent 38%); }
.hero-copy { position: relative; z-index: 2; min-height: 100svh; display: flex; flex-direction: column; justify-content: center; padding: 150px 6vw 60px; }
.eyebrow { margin: 0 0 28px; font-size: .7rem; letter-spacing: .26em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 28px; height: 1px; margin-right: 12px; vertical-align: middle; background: var(--yellow); }
.hero h1 { margin: 0; max-width: 980px; font-family: var(--serif); font-weight: 400; font-size: clamp(4.2rem, 8.8vw, 9.4rem); line-height: .83; letter-spacing: -.035em; }
em { font-weight: 400; color: var(--green); }
.hero h1 em { color: var(--mist); }
.hero-bottom { display: flex; align-items: flex-end; justify-content: space-between; margin-top: auto; }
.hero-bottom > p { margin: 0; font-size: .9rem; line-height: 1.6; letter-spacing: .04em; }
.circle-link { width: 108px; height: 108px; border: 1px solid rgba(245,242,233,.52); border-radius: 50%; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 10px; font-size: .68rem; text-transform: uppercase; letter-spacing: .13em; transition: background .3s, color .3s, transform .3s; }
.circle-link:hover { background: var(--yellow); color: var(--black); transform: rotate(-7deg); border-color: var(--yellow); }
.circle-link svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.edition { position: absolute; z-index: 2; right: 3.2vw; top: 50%; writing-mode: vertical-rl; font-size: .6rem; letter-spacing: .24em; opacity: .7; }

.section-pad { padding: clamp(90px, 12vw, 180px) 6vw; }
.section-label { display: flex; gap: 18px; font-size: .68rem; letter-spacing: .21em; text-transform: uppercase; }
.section-label span { color: var(--green); }
.section-label.light { color: var(--mist); }
.section-label.light span { color: var(--yellow); }
.intro { display: grid; grid-template-columns: minmax(180px, 1fr) 3fr; gap: 5vw; }
.intro-copy { max-width: 1040px; }
.lead { margin: 0; font-family: var(--serif); font-size: clamp(2.8rem, 5.3vw, 6.2rem); line-height: .98; letter-spacing: -.025em; }
.body-copy { margin: 70px 0 0 auto; max-width: 560px; font-size: 1.05rem; line-height: 1.8; color: #536057; }

.manifesto { display: grid; grid-template-columns: repeat(3, 1fr); min-height: 540px; }
.manifesto-panel { position: relative; padding: 55px 4vw; display: flex; align-items: flex-end; overflow: hidden; }
.manifesto-panel::before { content: ""; position: absolute; width: 300px; height: 300px; border: 1px solid currentColor; border-radius: 50%; top: -210px; right: -140px; opacity: .25; }
.manifesto-panel p { position: relative; margin: 0; font-family: var(--serif); font-size: clamp(1.6rem, 2.4vw, 2.8rem); line-height: 1.12; }
.panel-number { position: absolute; top: 40px; left: 4vw; font-size: .72rem; }
.manifesto-light { background: var(--sand); }
.manifesto-green { background: var(--green); }
.manifesto-dark { background: var(--black); color: var(--ivory); }

.disciplines { background: var(--forest); color: var(--ivory); }
.discipline-list { margin-top: 70px; border-top: 1px solid rgba(245,242,233,.22); }
.discipline-list > div { display: grid; grid-template-columns: 80px 1fr 280px; align-items: center; min-height: 118px; border-bottom: 1px solid rgba(245,242,233,.22); transition: color .3s, padding .3s; }
.discipline-list > div:hover { color: var(--yellow); padding-inline: 18px; }
.discipline-list span { font-size: .66rem; color: var(--green); }
.discipline-list h2 { margin: 0; font-family: var(--serif); font-weight: 400; font-size: clamp(2.2rem, 4vw, 4.7rem); }
.discipline-list i { justify-self: end; font-style: normal; font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; color: var(--mist); }

.vision { position: relative; overflow: hidden; min-height: 850px; }
.vision-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 8vw; margin-top: 100px; position: relative; z-index: 2; }
.vision h2 { margin: 0; font-family: var(--serif); font-size: clamp(3.4rem, 6.7vw, 8rem); font-weight: 400; line-height: .9; letter-spacing: -.035em; }
.vision-grid > div { padding-top: 12px; }
.vision-grid p { margin: 0 0 30px; max-width: 520px; font-size: 1.05rem; line-height: 1.75; }
.orbit-mark { position: absolute; right: -8vw; bottom: -18vw; width: min(48vw, 680px); aspect-ratio: 1; border: 1px solid var(--green); border-radius: 50%; display: grid; place-items: center; opacity: .65; }
.orbit-mark::before, .orbit-mark::after { content: ""; position: absolute; inset: 14%; border: 1px solid var(--green); border-radius: 50%; }
.orbit-mark::after { inset: 29%; background: var(--mist); }
.orbit-mark span { position: relative; z-index: 1; font-family: var(--serif); font-size: clamp(2rem, 5vw, 5rem); }

.journal { background: var(--ivory); border-top: 1px solid rgba(23,26,23,.18); }
.journal-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 50px; }
.journal-head > p { margin: 0; max-width: 390px; font-size: .9rem; line-height: 1.65; color: #536057; }
.journal-title-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin: 72px 0 54px; padding-bottom: 26px; border-bottom: 1px solid var(--black); }
.journal-title-row h2 { margin: 0; font-family: var(--serif); font-weight: 400; font-size: clamp(5rem, 11vw, 10rem); line-height: .7; letter-spacing: -.045em; }
.journal-title-row > span { font-size: .65rem; text-transform: uppercase; letter-spacing: .18em; }
.journal-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; align-items: start; }
.journal-card { min-width: 0; }
.journal-image { position: relative; aspect-ratio: 3 / 4; overflow: hidden; background: var(--sand); }
.journal-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); transition: transform .7s cubic-bezier(.2,.8,.2,1), filter .4s; }
.journal-image video { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.8); transition: transform .7s cubic-bezier(.2,.8,.2,1), filter .4s; }
.journal-card:hover .journal-image img { transform: scale(1.035); filter: saturate(.9); }
.journal-card:hover .journal-image video { transform: scale(1.035); filter: saturate(1); }
.journal-index { position: absolute; top: 14px; right: 14px; color: var(--ivory); font-size: .58rem; letter-spacing: .16em; text-shadow: 0 1px 5px rgba(0,0,0,.4); }
.journal-read { position: absolute; left: 16px; bottom: 16px; padding: 9px 12px; background: rgba(23,26,23,.86); color: var(--ivory); font-size: .58rem; letter-spacing: .14em; text-transform: uppercase; }
.journal-crop-one img { object-position: 73% center; transform: scale(1.16); }
.journal-card:hover .journal-crop-one img { transform: scale(1.2); }
.journal-crop-two img { object-position: 56% center; transform: scale(1.28); }
.journal-card:hover .journal-crop-two img { transform: scale(1.32); }
.journal-type-card { background: var(--forest); color: var(--ivory); padding: 28px; display: flex; flex-direction: column; justify-content: space-between; }
.journal-type-card > span { font-family: var(--serif); font-size: clamp(2.6rem, 4.2vw, 5rem); line-height: .82; letter-spacing: -.04em; }
.journal-type-card em { color: var(--yellow); }
.journal-type-card small { font-size: .58rem; letter-spacing: .2em; }
.journal-meta { display: flex; justify-content: space-between; gap: 14px; margin-top: 18px; font-size: .61rem; line-height: 1.3; text-transform: uppercase; letter-spacing: .14em; color: #657067; }
.journal-meta span { color: var(--forest); }
.journal-card h3 { margin: 14px 0 10px; font-family: var(--serif); font-size: clamp(1.55rem, 2vw, 2.25rem); font-weight: 400; line-height: 1.05; }
.journal-card > p { margin: 0; font-size: .82rem; line-height: 1.65; color: #5b625c; }
.journal-footer { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-top: 90px; padding-top: 24px; border-top: 1px solid rgba(23,26,23,.3); }
.journal-footer p { margin: 0; max-width: 500px; font-family: var(--serif); font-size: clamp(1.7rem, 2.5vw, 2.8rem); line-height: 1.1; }
.journal-footer span { font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; }

.article-page { background: var(--ivory); }
.article-header { color: var(--black); background: rgba(245,242,233,.94); }
.article-main { padding-top: 128px; }
.article-intro { padding: 70px 6vw 90px; }
.article-kicker { display: flex; justify-content: space-between; gap: 30px; margin-bottom: 48px; font-size: .65rem; letter-spacing: .16em; text-transform: uppercase; }
.article-intro h1 { margin: 0; max-width: 1250px; font-family: var(--serif); font-weight: 400; font-size: clamp(4.2rem, 9.5vw, 10rem); line-height: .82; letter-spacing: -.045em; }
.article-intro h1 em { color: var(--green); }
.article-deck { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; margin-top: 70px; align-items: start; }
.article-deck p { margin: 0; max-width: 580px; font-size: 1.1rem; line-height: 1.75; }
.article-deck p:first-child { font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 3.2rem); line-height: 1.12; }
.article-media { padding: 0 6vw; }
.article-film { position: relative; width: 100%; height: min(82vh, 920px); overflow: hidden; background: var(--black); }
.article-film video { width: 100%; height: 100%; object-fit: cover; }
.article-film figcaption { position: absolute; left: 22px; bottom: 20px; margin: 0; padding: 8px 11px; background: rgba(23,26,23,.8); color: var(--ivory); font-size: .58rem; text-transform: uppercase; letter-spacing: .15em; }
.article-film-portrait video { object-fit: contain; }
.article-still { position: relative; }
.article-still img { display: block; width: 100%; height: min(82vh, 920px); object-fit: cover; }
.article-still figcaption { position: absolute; left: calc(6vw + 22px); bottom: 20px; margin: 0; padding: 8px 11px; background: rgba(23,26,23,.8); color: var(--ivory); font-size: .58rem; text-transform: uppercase; letter-spacing: .15em; }
.article-still-portrait { background: var(--black); }
.article-still-portrait img { object-fit: contain; }
.article-copy { display: grid; grid-template-columns: 1fr 2fr; gap: 8vw; padding: 120px 6vw; }
.article-copy aside { font-size: .65rem; line-height: 1.7; letter-spacing: .14em; text-transform: uppercase; color: var(--green); }
.article-copy-body { max-width: 760px; }
.article-copy-body h2 { margin: 0 0 48px; font-family: var(--serif); font-size: clamp(3rem, 5.5vw, 6rem); font-weight: 400; line-height: .95; }
.article-copy-body p { margin: 0 0 28px; font-size: 1.05rem; line-height: 1.85; color: #454c46; }
.article-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; padding: 0 6vw 120px; }
.article-gallery-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.article-gallery figure { margin: 0; }
.article-gallery img { width: 100%; height: min(78vw, 900px); object-fit: cover; }
.article-gallery figcaption { margin-top: 12px; font-size: .6rem; letter-spacing: .14em; text-transform: uppercase; }
.article-next { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; padding: 90px 6vw; background: var(--forest); color: var(--ivory); }
.article-next p { margin: 0 0 12px; font-size: .62rem; text-transform: uppercase; letter-spacing: .16em; color: var(--mist); }
.article-next h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.8rem, 6vw, 6.5rem); font-weight: 400; line-height: .9; }
.article-next a { border-bottom: 1px solid currentColor; padding-bottom: 8px; font-size: .65rem; text-transform: uppercase; letter-spacing: .16em; }

.connect { min-height: 85vh; padding: 12vw 6vw; background: var(--mist); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.connect h2 { margin: 0; font-family: var(--serif); font-weight: 400; font-size: clamp(4rem, 9vw, 10rem); line-height: .84; letter-spacing: -.04em; }
.connect h2 em { color: var(--forest); }
.connect > a { margin-top: 70px; border-bottom: 1px solid; padding-bottom: 8px; text-transform: uppercase; font-size: .7rem; letter-spacing: .18em; }
.connect > a span { margin-left: 16px; }

footer { background: var(--black); color: var(--ivory); display: grid; grid-template-columns: 1fr auto auto; align-items: end; gap: 40px; padding: 65px 6vw; }
.footer-brand { font-family: var(--serif); font-size: clamp(4rem, 12vw, 10rem); line-height: .7; color: var(--ivory); }
footer p { margin: 0; font-size: .65rem; letter-spacing: .13em; line-height: 1.6; text-transform: uppercase; max-width: 250px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
.cursor-glow { position: fixed; z-index: 1; width: 240px; height: 240px; border-radius: 50%; background: rgba(217,194,118,.07); pointer-events: none; transform: translate(-50%,-50%); filter: blur(10px); opacity: 0; transition: opacity .3s; }
@keyframes hero-in { from { opacity: 0; transform: scale(1.06); } to { opacity: 1; transform: scale(1); } }

@media (max-width: 800px) {
  .site-header { padding: 18px 22px; }
  .menu-toggle { display: block; position: relative; z-index: 22; }
  .primary-nav { position: fixed; inset: 0; background: var(--black); color: var(--ivory); flex-direction: column; justify-content: center; align-items: center; font-family: var(--serif); font-size: 2.5rem; text-transform: none; transform: translateY(-100%); transition: transform .45s cubic-bezier(.7,0,.2,1); }
  .primary-nav.open { transform: none; }
  .site-header.menu-open { color: var(--ivory); }
  .menu-open .menu-toggle span:nth-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-4px) rotate(-45deg); }
  .hero-copy { padding: 130px 24px 36px; }
  .hero h1 { font-size: clamp(3.8rem, 18vw, 6rem); }
  .hero-bottom { gap: 20px; }
  .circle-link { width: 88px; height: 88px; flex: 0 0 88px; }
  .edition { display: none; }
  .section-pad { padding: 90px 24px; }
  .intro { grid-template-columns: 1fr; gap: 50px; }
  .lead { font-size: clamp(2.7rem, 12vw, 4.5rem); }
  .body-copy { margin-top: 50px; }
  .manifesto { grid-template-columns: 1fr; }
  .manifesto-panel { min-height: 390px; padding: 42px 26px; }
  .panel-number { left: 26px; }
  .discipline-list > div { grid-template-columns: 42px 1fr; min-height: 96px; }
  .discipline-list i { display: none; }
  .vision { min-height: 760px; }
  .vision-grid { grid-template-columns: 1fr; margin-top: 64px; }
  .orbit-mark { width: 82vw; right: -28vw; bottom: -22vw; }
  .journal-head, .journal-footer { align-items: flex-start; flex-direction: column; }
  .journal-title-row { margin-top: 64px; }
  .journal-title-row h2 { font-size: clamp(4.8rem, 25vw, 7rem); }
  .journal-title-row > span { display: none; }
  .journal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px 12px; }
  .journal-card-featured { grid-column: 1 / -1; }
  .journal-card-featured .journal-image { aspect-ratio: 4 / 3; }
  .journal-card h3 { font-size: 1.6rem; }
  .journal-card > p { font-size: .78rem; }
  .article-main { padding-top: 100px; }
  .article-intro { padding: 60px 24px 80px; }
  .article-kicker, .article-deck, .article-copy, .article-gallery { grid-template-columns: 1fr; }
  .article-deck { gap: 36px; }
  .article-media { padding-inline: 0; }
  .article-film { height: 78vh; }
  .article-still-portrait img { height: auto; max-height: 88vh; }
  .article-copy { padding: 90px 24px; gap: 44px; }
  .article-gallery { padding: 0 24px 90px; }
  .article-gallery img { height: auto; aspect-ratio: 4/5; }
  .article-next { flex-direction: column; align-items: flex-start; padding: 75px 24px; }
  .connect { min-height: 75vh; padding-inline: 24px; }
  footer { grid-template-columns: 1fr; align-items: start; padding: 60px 24px; }
}

@media (max-width: 520px) {
  .journal-grid { grid-template-columns: 1fr; gap: 58px; }
  .journal-card-featured { grid-column: auto; }
  .journal-card-featured .journal-image, .journal-image { aspect-ratio: 4 / 5; }
  .journal-card > p { font-size: .86rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .cursor-glow { display: none; }
}
