:root {
  --bg: #f4ede3;
  --bg-soft: #efe3d1;
  --surface: rgba(255, 250, 244, 0.8);
  --surface-strong: rgba(255, 248, 239, 0.93);
  --ink: #201815;
  --muted: #685b53;
  --line: rgba(32, 24, 21, 0.12);
  --accent: #b46042;
  --accent-soft: #e1c1a2;
  --accent-olive: #707962;
  --accent-charcoal: #3e342f;
  --shadow: 0 26px 70px rgba(54, 37, 24, 0.12);
  --radius-lg: 34px;
  --radius-md: 24px;
  --radius-sm: 18px;
  --max-width: 1240px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(228, 196, 162, 0.52), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(112, 121, 98, 0.2), transparent 24%),
    linear-gradient(180deg, #faf3eb 0%, var(--bg) 34%, #eddfcd 100%);
}

body.page-artist {
  background:
    radial-gradient(circle at 12% 12%, rgba(180, 96, 66, 0.24), transparent 22%),
    radial-gradient(circle at 88% 20%, rgba(32, 24, 21, 0.1), transparent 24%),
    linear-gradient(180deg, #f7efe7 0%, #efe3d8 40%, #ead8cb 100%);
}

body.page-inner-eye {
  background:
    radial-gradient(circle at 16% 10%, rgba(112, 121, 98, 0.26), transparent 22%),
    radial-gradient(circle at 84% 18%, rgba(225, 193, 162, 0.34), transparent 26%),
    linear-gradient(180deg, #f6f1e8 0%, #ece3d6 42%, #e2d8c9 100%);
}

body.page-pattern {
  background:
    radial-gradient(circle at 14% 12%, rgba(180, 96, 66, 0.2), transparent 22%),
    radial-gradient(circle at 86% 18%, rgba(225, 193, 162, 0.28), transparent 24%),
    linear-gradient(180deg, #faf2ea 0%, #efe2d4 42%, #e7d4c3 100%);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.page-shell {
  width: min(calc(100% - 32px), var(--max-width));
  margin: 0 auto;
  padding: 24px 0 56px;
}

.site-header {
  position: sticky;
  top: 16px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 22px;
  margin-bottom: 28px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(250, 244, 235, 0.78);
  backdrop-filter: blur(18px);
  box-shadow: 0 16px 36px rgba(60, 42, 27, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(32, 24, 21, 0.16);
  border-radius: 50%;
  font-size: 0.9rem;
  background:
    linear-gradient(145deg, rgba(180, 96, 66, 0.2), rgba(225, 193, 162, 0.34));
}

.brand-text {
  font-size: 0.86rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 0.94rem;
  color: var(--muted);
}

.site-nav a {
  position: relative;
  transition: color 160ms ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  background: currentColor;
  opacity: 0;
  transform: scaleX(0.75);
  transition: opacity 160ms ease, transform 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  color: var(--ink);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  color: var(--ink);
}

.section {
  padding: 34px 0;
}

.hero,
.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 28px;
  align-items: stretch;
}

.hero-copy,
.hero-stage,
.panel,
.path-card,
.support-card,
.contact-card,
.placeholder-card,
.timeline-card,
.detail-card,
.signal-band,
.cta-strip {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.hero-copy,
.page-hero-copy {
  padding: 42px;
}

.hero-stage,
.page-hero-visual {
  padding: 24px;
}

.eyebrow,
.panel-label,
.stage-label,
.path-index,
.meta-label,
.breadcrumb {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.breadcrumb a {
  color: var(--muted);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 0.96;
}

h1 {
  font-size: clamp(3.8rem, 8vw, 7.2rem);
  max-width: 8ch;
}

h2 {
  font-size: clamp(2.2rem, 5vw, 4rem);
  max-width: 13ch;
}

h3 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.lead,
.section-note,
.panel p,
.path-card p,
.support-card p,
.contact-card p,
.timeline-card p,
.detail-card p,
.placeholder-card p,
.signal-band-text,
.meta-list,
.contact-list,
.cta-strip p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.78;
}

.lead {
  max-width: 42rem;
  margin: 22px 0 0;
  font-size: 1.12rem;
}

.hero-actions,
.page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--ink);
  color: #f8f0e6;
}

.button-secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.56);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 700;
}

.text-link::after {
  content: "→";
  transform: translateX(0);
  transition: transform 160ms ease;
}

.text-link:hover::after,
.text-link:focus-visible::after {
  transform: translateX(4px);
}

.hero-list,
.path-list,
.meta-list,
.contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-list {
  display: grid;
  gap: 14px;
  margin-top: 32px;
}

.hero-list li,
.path-list li,
.meta-list li,
.contact-list li {
  position: relative;
  padding-left: 22px;
  color: var(--muted);
  line-height: 1.66;
}

.hero-list li::before,
.path-list li::before,
.meta-list li::before,
.contact-list li::before {
  content: "";
  position: absolute;
  top: 0.72rem;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-soft));
}

.stage-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 0;
}

.stage-frame {
  position: relative;
  min-height: 500px;
  margin: 0;
  border-radius: calc(var(--radius-lg) - 10px);
  border: 1px solid rgba(32, 24, 21, 0.08);
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(112, 121, 98, 0.18), rgba(255, 255, 255, 0.16)),
    linear-gradient(180deg, #efe3d1 0%, #dcc0a8 100%);
}

.stage-card .stage-label,
.stage-card .stage-caption {
  padding-left: 24px;
  padding-right: 24px;
}

.stage-card .stage-label {
  padding-top: 24px;
}

.stage-card .stage-caption {
  padding-bottom: 24px;
}

.stage-frame-map::before,
.stage-frame-map::after {
  content: "";
  position: absolute;
  inset: 0;
}

.stage-frame-map::before {
  background:
    linear-gradient(90deg, transparent 20%, rgba(255, 255, 255, 0.15) 20%, rgba(255, 255, 255, 0.15) 22%, transparent 22%),
    linear-gradient(180deg, transparent 45%, rgba(255, 255, 255, 0.16) 45%, rgba(255, 255, 255, 0.16) 47%, transparent 47%);
  opacity: 0.9;
}

.stage-node {
  position: absolute;
  display: grid;
  place-items: center;
  padding: 16px 22px;
  border-radius: 999px;
  color: #fdf7ef;
  font-weight: 700;
  box-shadow: 0 22px 40px rgba(46, 32, 22, 0.16);
}

.stage-node-home {
  top: 74px;
  left: 60px;
  background: linear-gradient(135deg, var(--ink), #3f3129);
}

.stage-node-artist {
  top: 168px;
  left: 126px;
  background: linear-gradient(135deg, #b06849, #774835);
}

.stage-node-eye {
  top: 270px;
  right: 50px;
  background: linear-gradient(135deg, #738062, #4e5c43);
}

.stage-node-pattern {
  bottom: 58px;
  left: 168px;
  background: linear-gradient(135deg, #c08a69, #8d563f);
}

.section-heading {
  margin-bottom: 24px;
}

.section-note {
  max-width: 48rem;
  margin: 14px 0 0;
}

.story-grid,
.contact-layout,
.detail-grid,
.placeholder-grid,
.support-grid,
.path-grid,
.timeline {
  display: grid;
  gap: 24px;
}

.story-grid,
.contact-layout,
.detail-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.panel,
.contact-card,
.placeholder-card,
.timeline-card,
.detail-card,
.support-card,
.path-card,
.cta-strip {
  padding: 28px;
}

.panel-story p + p,
.detail-card p + p {
  margin-top: 16px;
}

.support-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 24px;
}

.support-grid-compact .support-card {
  min-height: 100%;
}

.path-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.path-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: var(--surface-strong);
}

.path-card-artist {
  background:
    linear-gradient(180deg, rgba(180, 96, 66, 0.11), rgba(255, 248, 239, 0.94)),
    var(--surface-strong);
}

.path-card-eye {
  background:
    linear-gradient(180deg, rgba(112, 121, 98, 0.12), rgba(255, 248, 239, 0.94)),
    var(--surface-strong);
}

.path-card-pattern {
  background:
    linear-gradient(180deg, rgba(225, 193, 162, 0.2), rgba(255, 248, 239, 0.94)),
    var(--surface-strong);
}

.path-card h3 {
  font-size: 2.15rem;
}

.path-list {
  display: grid;
  gap: 12px;
}

.signal-band {
  padding: 34px 36px;
  background:
    linear-gradient(135deg, rgba(180, 96, 66, 0.12), rgba(255, 255, 255, 0.5)),
    rgba(255, 250, 244, 0.82);
}

.signal-band-label {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.signal-band-text {
  margin: 0;
  max-width: 56rem;
  font-size: 1.22rem;
}

.page-hero-copy {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.page-hero-title {
  max-width: 10ch;
}

.page-hero-visual {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 249, 240, 0.86), rgba(244, 233, 218, 0.9));
  box-shadow: var(--shadow);
}

.visual-panel {
  position: relative;
  min-height: 460px;
  border-radius: calc(var(--radius-lg) - 10px);
  border: 1px solid rgba(32, 24, 21, 0.08);
  overflow: hidden;
}

.visual-panel-artist {
  background:
    radial-gradient(circle at 28% 22%, rgba(255, 245, 236, 0.54), transparent 18%),
    linear-gradient(180deg, #d7ab8e 0%, #915e47 62%, #47322a 100%);
}

.visual-panel-eye {
  background:
    radial-gradient(circle at 48% 28%, rgba(255, 250, 244, 0.9), transparent 18%),
    radial-gradient(circle at 48% 28%, rgba(75, 82, 63, 0.35), transparent 26%),
    linear-gradient(180deg, #b5bd9d 0%, #69735d 62%, #373f31 100%);
}

.visual-panel-pattern {
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 247, 236, 0.72), transparent 16%),
    linear-gradient(180deg, #ebc6a5 0%, #c78963 52%, #6c4233 100%);
}

.visual-chip {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 250, 244, 0.76);
  color: var(--ink);
  font-weight: 700;
  box-shadow: 0 14px 30px rgba(31, 22, 18, 0.16);
}

.visual-chip-artist-a {
  top: 34px;
  left: 34px;
}

.visual-chip-artist-b {
  right: 34px;
  bottom: 34px;
}

.visual-chip-eye-a {
  top: 34px;
  right: 34px;
}

.visual-chip-eye-b {
  left: 34px;
  bottom: 34px;
}

.visual-chip-pattern-a {
  top: 34px;
  left: 34px;
}

.visual-chip-pattern-b {
  right: 34px;
  bottom: 34px;
}

.eye-core,
.pattern-map {
  position: absolute;
  inset: 0;
}

.eye-core::before,
.eye-core::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.eye-core::before {
  top: 104px;
  left: 50%;
  width: 220px;
  height: 220px;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at center, rgba(255, 247, 238, 0.95) 0%, rgba(255, 247, 238, 0.85) 18%, rgba(77, 93, 74, 0.9) 42%, rgba(46, 54, 41, 0.96) 72%, rgba(25, 28, 24, 0.95) 100%);
  box-shadow: 0 26px 46px rgba(30, 35, 28, 0.26);
}

.eye-core::after {
  right: 86px;
  bottom: 70px;
  width: 150px;
  height: 150px;
  background:
    radial-gradient(circle at 28% 28%, rgba(252, 245, 232, 0.9), transparent 20%),
    linear-gradient(180deg, #7e8a6d 0%, #505b45 100%);
  border: 10px solid rgba(255, 249, 241, 0.72);
}

.pattern-map::before,
.pattern-map::after {
  content: "";
  position: absolute;
  inset: 0;
}

.pattern-map::before {
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 248, 236, 0.26), transparent 22%),
    linear-gradient(90deg, transparent 14%, rgba(255, 249, 241, 0.2) 14%, rgba(255, 249, 241, 0.2) 15%, transparent 15%, transparent 49%, rgba(255, 249, 241, 0.2) 49%, rgba(255, 249, 241, 0.2) 50%, transparent 50%, transparent 84%, rgba(255, 249, 241, 0.2) 84%, rgba(255, 249, 241, 0.2) 85%, transparent 85%),
    linear-gradient(180deg, transparent 16%, rgba(255, 249, 241, 0.2) 16%, rgba(255, 249, 241, 0.2) 17%, transparent 17%, transparent 49%, rgba(255, 249, 241, 0.2) 49%, rgba(255, 249, 241, 0.2) 50%, transparent 50%, transparent 82%, rgba(255, 249, 241, 0.2) 82%, rgba(255, 249, 241, 0.2) 83%, transparent 83%);
}

.pattern-map::after {
  inset: 74px;
  border-radius: 32px;
  border: 1px solid rgba(255, 249, 241, 0.28);
}

.placeholder-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.placeholder-card {
  min-height: 240px;
  background: var(--surface-strong);
}

.placeholder-art {
  min-height: 180px;
  margin-bottom: 18px;
  border-radius: 22px;
}

.placeholder-art-terracotta {
  background:
    radial-gradient(circle at 22% 24%, rgba(255, 245, 236, 0.5), transparent 20%),
    linear-gradient(180deg, #d8af94 0%, #9b6248 72%, #55342b 100%);
}

.placeholder-art-olive {
  background:
    radial-gradient(circle at 72% 24%, rgba(255, 248, 236, 0.5), transparent 20%),
    linear-gradient(180deg, #c1c8aa 0%, #7a8467 64%, #49523f 100%);
}

.placeholder-art-charcoal {
  background:
    radial-gradient(circle at 48% 24%, rgba(255, 245, 236, 0.34), transparent 20%),
    linear-gradient(180deg, #9b8c80 0%, #54463f 66%, #261f1c 100%);
}

.placeholder-art-pattern {
  background:
    radial-gradient(circle at 28% 28%, rgba(255, 247, 236, 0.7), transparent 16%),
    linear-gradient(180deg, #edc8aa 0%, #bf815b 62%, #714434 100%);
}

.placeholder-art-eye {
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 248, 239, 0.86), transparent 14%),
    linear-gradient(180deg, #aeb69b 0%, #68735e 62%, #343c30 100%);
}

.timeline {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.timeline-card {
  background: var(--surface-strong);
}

.timeline-step {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(32, 24, 21, 0.06);
  color: var(--ink);
  font-weight: 700;
}

.contact-card-accent,
.cta-strip {
  background:
    linear-gradient(165deg, rgba(180, 96, 66, 0.15), rgba(255, 255, 255, 0.78)),
    var(--surface-strong);
}

.cta-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 30px 4px 0;
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.92rem;
}

@media (max-width: 1080px) {
  .hero,
  .page-hero,
  .path-grid,
  .support-grid,
  .placeholder-grid,
  .timeline,
  .story-grid,
  .contact-layout,
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .stage-frame,
  .visual-panel {
    min-height: 380px;
  }

  .cta-strip {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 820px) {
  .page-shell {
    width: min(calc(100% - 24px), var(--max-width));
    padding-top: 16px;
  }

  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
    border-radius: 28px;
  }

  .nav-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .site-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding-top: 8px;
  }

  .site-nav.is-open {
    display: flex;
  }

  .hero-copy,
  .page-hero-copy,
  .hero-stage,
  .page-hero-visual,
  .panel,
  .path-card,
  .support-card,
  .contact-card,
  .placeholder-card,
  .timeline-card,
  .detail-card,
  .signal-band,
  .cta-strip {
    padding: 24px;
  }

  .site-footer {
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: 3.4rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  .button {
    width: 100%;
  }

  .stage-frame,
  .visual-panel {
    min-height: 300px;
  }

  .stage-node {
    min-height: 48px;
    padding: 0 16px;
    font-size: 0.84rem;
  }

  .stage-node-home {
    top: 34px;
    left: 24px;
  }

  .stage-node-artist {
    top: 108px;
    left: 62px;
  }

  .stage-node-eye {
    top: 176px;
    right: 22px;
  }

  .stage-node-pattern {
    bottom: 28px;
    left: 82px;
  }

  .eye-core::before {
    top: 72px;
    width: 160px;
    height: 160px;
  }

  .eye-core::after {
    right: 36px;
    bottom: 36px;
    width: 106px;
    height: 106px;
  }
}
