:root {
  --bg: #07191b;
  --bg-soft: #102724;
  --panel: rgba(255, 246, 230, 0.08);
  --panel-strong: rgba(255, 246, 230, 0.13);
  --ink: #fff7e8;
  --muted: #dcc8aa;
  --gold: #d6a85f;
  --red: #aa2423;
  --green: #6f7a42;
  --line: rgba(255, 246, 230, 0.18);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
  font-family: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(7, 25, 27, 0.96), rgba(6, 22, 25, 1) 42%, rgba(20, 35, 30, 1));
  line-height: 1.65;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(115deg, rgba(170, 36, 35, 0.12), transparent 34%),
    linear-gradient(250deg, rgba(214, 168, 95, 0.12), transparent 42%),
    repeating-linear-gradient(90deg, transparent 0 42px, rgba(255, 255, 255, 0.015) 42px 43px);
  pointer-events: none;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 68px;
  padding: 0.75rem clamp(1rem, 4vw, 3.5rem);
  background: rgba(4, 18, 20, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.top-nav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.2rem;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.top-nav a {
  border-radius: 999px;
  padding: 0.55rem 0.72rem;
  color: var(--muted);
  text-decoration: none;
}

.top-nav a:hover,
.top-nav a:focus-visible {
  color: var(--ink);
  background: rgba(255, 246, 230, 0.1);
  outline: none;
}

.hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: calc(100vh - 68px);
  overflow: hidden;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center 42%;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(3, 13, 15, 0.9), rgba(3, 13, 15, 0.4) 48%, rgba(3, 13, 15, 0.18)),
    linear-gradient(0deg, var(--bg) 0%, transparent 42%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 790px;
  padding: clamp(7rem, 12vw, 12rem) clamp(1rem, 7vw, 6rem) clamp(4rem, 7vw, 7rem);
}

.eyebrow {
  margin: 0 0 0.85rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(4.5rem, 14vw, 10.5rem);
}

h2 {
  font-size: clamp(2.25rem, 5.8vw, 5rem);
  text-wrap: balance;
}

.hero-content p:last-child,
.section-copy p,
.origin-flow p,
.text-panel p {
  color: var(--muted);
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
}

.hero-content p:last-child {
  max-width: 660px;
  margin: 1.15rem 0 0;
}

.section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(1.5rem, 5vw, 5rem);
  align-items: center;
  padding: clamp(3.5rem, 7vw, 7rem) clamp(1rem, 7vw, 6rem);
}

.section.reverse {
  grid-template-columns: minmax(320px, 1.08fr) minmax(0, 0.92fr);
  background: rgba(255, 246, 230, 0.035);
  border-block: 1px solid var(--line);
}

.section-copy {
  max-width: 700px;
}

.section-copy p {
  margin: 1.1rem 0 0;
}

.portrait-frame,
.wide-frame,
.image-cluster,
.detail-grid figure,
.text-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.portrait-frame,
.wide-frame {
  margin: 0;
}

.portrait-frame img,
.wide-frame img,
.image-cluster img,
.detail-grid img {
  display: block;
  width: 100%;
}

.portrait-frame img {
  aspect-ratio: 4 / 5;
  height: auto;
  object-fit: cover;
}

.wide-frame img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center top;
}

.image-cluster {
  position: relative;
  padding: 0.75rem;
  min-height: 0;
}

.wide-detail {
  border-radius: 6px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.small-detail {
  position: absolute;
  right: 1.1rem;
  bottom: 1.1rem;
  width: min(30%, 190px);
  max-width: 190px;
  border: 1px solid rgba(255, 246, 230, 0.32);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.35);
  z-index: 1;
  object-fit: cover;
}

.member-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0 clamp(1rem, 7vw, 6rem);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
  overflow: hidden;
}

.member-band article {
  min-height: 154px;
  padding: 1.25rem;
  background: rgba(255, 246, 230, 0.065);
}

.member-band span,
.detail-grid figcaption {
  display: block;
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.member-band strong {
  display: block;
  max-width: 14ch;
  margin-top: 0.55rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.6vw, 2.4rem);
  line-height: 1.1;
}

.image-cluster {
  position: relative;
  padding: 0.75rem;
}

.wide-detail {
  border-radius: 6px;
}

.small-detail {
  position: absolute;
  right: 1.1rem;
  bottom: 1.1rem;
  width: min(30%, 190px);
  border: 1px solid rgba(255, 246, 230, 0.32);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.35);
}

.detail-section {
  padding: clamp(3.5rem, 7vw, 7rem) clamp(1rem, 7vw, 6rem);
}

.section-heading {
  max-width: 840px;
  margin-bottom: 1.5rem;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(280px, 0.9fr);
  gap: 1rem;
}

.detail-grid figure {
  margin: 0;
}

.detail-grid img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.detail-grid figcaption {
  padding: 1rem;
  background: rgba(4, 18, 20, 0.58);
}

.text-panel {
  display: flex;
  align-items: end;
  min-height: 100%;
  padding: clamp(1.25rem, 2.5vw, 2rem);
  background:
    linear-gradient(145deg, rgba(170, 36, 35, 0.18), rgba(111, 122, 66, 0.16)),
    var(--panel-strong);
}

.text-panel p {
  margin: 0;
}

.origin-flow {
  padding: clamp(4rem, 8vw, 8rem) clamp(1rem, 13vw, 13rem);
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 246, 230, 0.05), rgba(255, 246, 230, 0.015));
  border-top: 1px solid var(--line);
}

.origin-flow p {
  max-width: 850px;
  margin: 1.2rem auto 0;
}

.story-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 2rem;
  border: 1px solid rgba(214, 168, 95, 0.55);
  border-radius: 999px;
  padding: 0.75rem 1.1rem;
  color: var(--ink);
  background: rgba(214, 168, 95, 0.18);
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 1080px) {
  .detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.6rem;
  }

  .top-nav {
    justify-content: flex-start;
  }

  .hero {
    min-height: 86vh;
  }

  .section,
  .section.reverse,
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .member-band {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 0;
  }

  .top-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    font-size: 0.74rem;
  }

  .top-nav a {
    padding: 0.5rem 0.38rem;
    text-align: center;
  }

  .hero-image {
    object-position: 58% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(3, 13, 15, 0.74), rgba(3, 13, 15, 0.28)),
      linear-gradient(0deg, var(--bg) 0%, transparent 58%);
  }

  .hero-content {
    padding-top: 8rem;
  }

  .member-band article {
    min-height: 118px;
  }

  .small-detail {
    width: 34%;
  }
}
