@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500&family=Bodoni+Moda:opsz,wght@6..96,400;6..96,500&display=swap");
:root {
  --background: #e8ddc8;
  --foreground: #17130f;
  --card: #efe6d4;
  --card-foreground: #17130f;
  --popover: #efe6d4;
  --popover-foreground: #17130f;
  --primary: #1b1712;
  --primary-foreground: #f3ead8;
  --secondary: #c8b28a;
  --secondary-foreground: #17130f;
  --muted: #d9ccb5;
  --muted-foreground: #655b4d;
  --accent: #a86f23;
  --accent-foreground: #fff8e8;
  --destructive: #9d2b23;
  --border: #80725d66;
  --input: #6a5b4559;
  --ring: #b57c2e;
  --radius: 0.125rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}
a { color: inherit; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: 0.58; }
::selection { background: #b78333; color: #17130f; }

.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.72rem 1.1rem;
  border: 1px solid currentColor;
  border-radius: 2px;
  color: inherit;
  background: transparent;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}
.button-small { min-height: 38px; padding: 0.55rem 0.8rem; }
.icon { width: 1em; height: 1em; flex: 0 0 auto; }

.site-shell { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
.eyebrow {
  margin: 0;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  line-height: 1.3;
  text-transform: uppercase;
}
.eyebrow.dark { color: #76654e; }
h1, h2, blockquote {
  font-family: "Bodoni Moda", Didot, Georgia, serif;
  font-weight: 400;
  text-wrap: balance;
}
h2 { margin: 0.65rem 0 1rem; font-size: clamp(2.6rem, 5vw, 5.4rem); line-height: 0.98; letter-spacing: -0.045em; }
p { text-wrap: pretty; }

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  isolation: isolate;
  color: #f4ead8;
  background: #17130f;
}
.hero-art,
.film-section,
.future-art {
  background-image: url("assets/holding-ground-hero.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.ground-panel
 {
  background-image: url("assets/what-the-ground-keeps.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.bees-panel
 {
  background-image: url("assets/what-the-bees-know.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-art { position: absolute; inset: 0; z-index: -3; background-position: center; }
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(13, 11, 8, 0.96) 0%, rgba(13, 11, 8, 0.81) 28%, rgba(13, 11, 8, 0.22) 57%, rgba(13, 11, 8, 0.08) 100%),
    linear-gradient(0deg, rgba(13, 11, 8, 0.92) 0%, transparent 42%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.24;
  background-image: repeating-linear-gradient(90deg, transparent 0 89px, rgba(255,255,255,0.08) 90px 91px);
  mix-blend-mode: overlay;
}
.site-nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  padding-block: 1.5rem;
  border-bottom: 1px solid rgba(244, 234, 216, 0.35);
}
.wordmark { text-decoration: none; }
.wordmark strong {
  display: block;
  font-family: "Bodoni Moda", Didot, Georgia, serif;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}
.wordmark span {
  display: block;
  margin-top: 0.35rem;
  color: rgba(244, 234, 216, 0.72);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.nav-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 0.75rem 1.7rem; }
.nav-links a {
  text-decoration: none;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: color 180ms ease;
}
.nav-links a:hover { color: #d39a43; }
.hero-copy { align-self: center; max-width: 1180px; padding-block: 5rem 4rem; }
.hero-copy h1 {
  margin: 1.15rem 0 1.3rem;
  max-width: 780px;
  font-size: clamp(4.4rem, 10.5vw, 9.8rem);
  line-height: 0.77;
  letter-spacing: -0.075em;
}
.hero-copy h1 span { display: block; }
.hero-intro { max-width: 610px; color: rgba(244, 234, 216, 0.84); font-size: clamp(1.04rem, 1.7vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 2rem; }
.light-button { background: #efe3cd !important; color: #17130f !important; border-color: #efe3cd !important; }
.light-button:hover { background: #d3a252 !important; border-color: #d3a252 !important; }
.ghost-button { color: #f4ead8 !important; border-color: rgba(244,234,216,0.55) !important; background: rgba(23,19,15,0.28) !important; }
.ghost-button:hover { background: rgba(244,234,216,0.12) !important; }
.hero-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  padding-block: 1.25rem 1.6rem;
  border-top: 1px solid rgba(244,234,216,0.35);
}
.hero-facts strong { display: block; font-family: "Bodoni Moda", Didot, Georgia, serif; font-size: 1.25rem; font-weight: 400; }
.hero-facts span { color: rgba(244,234,216,0.63); font-size: 0.76rem; }

.threshold { position: relative; padding-block: clamp(5rem, 9vw, 8.5rem); }
.threshold::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 32px;
  background: #17130f;
  clip-path: polygon(0 0, 7% 50%, 14% 14%, 23% 74%, 34% 22%, 44% 84%, 58% 28%, 72% 72%, 84% 18%, 94% 57%, 100% 0);
}
.threshold-inner blockquote { max-width: 1000px; margin: 0.8rem 0 1.8rem; font-size: clamp(3rem, 7vw, 7rem); line-height: 0.93; letter-spacing: -0.06em; }
.threshold-inner > p:last-child { max-width: 760px; color: #4f4639; font-size: 1.08rem; }

.diptych { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-block: 1px solid #17130f; }
.album-panel { position: relative; min-height: 640px; display: flex; align-items: flex-end; overflow: hidden; color: #f4ead8; }
.album-panel + .album-panel { border-left: 1px solid #17130f; }
.bees-panel { background-position: 78% 45%; }
.ground-panel { background-position: 35% 90%; background-size: 132%; }
.album-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(13,11,8,0.94) 0%, rgba(13,11,8,0.25) 72%, transparent); }
.album-copy { position: relative; z-index: 1; max-width: 620px; padding: clamp(2rem, 5vw, 4.5rem); }
.album-copy h2 { font-size: clamp(3rem, 6vw, 6.6rem); }
.album-copy > p:last-child { max-width: 500px; color: rgba(244,234,216,0.75); }

.music-section { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: clamp(3rem, 7vw, 7rem); padding-block: clamp(5.5rem, 10vw, 10rem); }
.section-heading h2 { max-width: 520px; }
.prose-columns { columns: 2 280px; column-gap: 2.5rem; color: #4f4639; }
.prose-columns p { break-inside: avoid; margin-top: 0; }

.listen-section { padding-block: clamp(5.5rem, 9vw, 8rem); color: #f4ead8; background: #17130f; }
.listen-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 3rem; margin-bottom: 2.4rem; }
.listen-heading > p { max-width: 520px; color: rgba(244,234,216,0.65); }
.track-list { border-bottom: 1px solid rgba(244,234,216,0.23); }
.track-row { display: grid; grid-template-columns: 2rem minmax(0, 1fr) auto; gap: 1.1rem; align-items: center; min-height: 82px; border-top: 1px solid rgba(244,234,216,0.23); }
.track-row strong { font-family: "Bodoni Moda", Didot, Georgia, serif; font-size: clamp(1.4rem, 2.4vw, 2.2rem); font-weight: 400; }
.track-number { color: #b98031; font-family: "Barlow Condensed", "Arial Narrow", sans-serif; }
.track-media { justify-self: end; }
.track-media > span { display: inline-flex; align-items: center; gap: 0.45rem; color: rgba(244,234,216,0.5); font-size: 0.78rem; }
.track-media svg { width: 0.95rem; }
.track-media audio { display: block; width: min(340px, 36vw); height: 40px; }
.track-media a { white-space: nowrap; }

.agency-section { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; padding-block: clamp(6rem, 11vw, 11rem); }
.agency-section blockquote { margin: 1rem 0 0; font-size: clamp(2.7rem, 5.3vw, 5.7rem); line-height: 0.98; letter-spacing: -0.055em; }
.agency-copy > p { color: #4f4639; }
.theme-list { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-top: 1.6rem; }
.theme-list span { padding: 0.45rem 0.8rem; border: 1px solid #8b7a60; font-family: "Barlow Condensed", "Arial Narrow", sans-serif; font-size: 0.74rem; letter-spacing: 0.12em; text-transform: uppercase; }

.film-section { position: relative; min-height: 650px; display: grid; place-items: center; overflow: hidden; color: #f4ead8; background-position: 18% 48%; }
.film-section.has-video { min-height: auto; padding: clamp(2rem, 5vw, 5rem); background: #17130f; }
.intro-video { display: block; width: min(1120px, 100%); aspect-ratio: 16 / 9; border: 0; background: #080705; }
.film-shade { position: absolute; inset: 0; background: radial-gradient(circle at center, rgba(13,11,8,0.16) 0 12%, rgba(13,11,8,0.88) 78%); }
.film-copy { position: relative; z-index: 1; max-width: 690px; padding: 3rem 2rem; text-align: center; }
.film-copy h2 { margin-block: 0.9rem 1.2rem; }
.film-copy > p:not(.eyebrow) { color: rgba(244,234,216,0.75); }
.film-play { width: 4.5rem !important; height: 4.5rem !important; margin-bottom: 1.4rem; border-radius: 50% !important; color: #f4ead8 !important; border-color: rgba(244,234,216,0.6) !important; background: rgba(13,11,8,0.42) !important; }
.coming-note { display: inline-block; margin-top: 1rem; color: #d3a252; font-family: "Barlow Condensed", "Arial Narrow", sans-serif; font-size: 0.75rem; letter-spacing: 0.16em; text-transform: uppercase; }

.people-section { padding-block: clamp(5.5rem, 10vw, 9rem); }
.people-intro { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: clamp(3rem, 7vw, 7rem); align-items: end; margin-bottom: 2.4rem; }
.people-intro > p { max-width: 680px; color: #4f4639; }
.people-list { border-bottom: 1px solid #8f7f67; }
.person-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 2rem; align-items: baseline; padding-block: 1.3rem; border-top: 1px solid #8f7f67; }
.person-row strong { font-family: "Bodoni Moda", Didot, Georgia, serif; font-size: clamp(1.6rem, 3vw, 2.8rem); font-weight: 400; }
.person-row span { color: #665b4b; text-align: right; }

.future-section { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); min-height: 630px; border-top: 1px solid #17130f; }
.future-copy { padding: clamp(3.5rem, 8vw, 8rem) clamp(2rem, 7vw, 7rem); }
.future-copy p { max-width: 620px; color: #4f4639; }
.future-art { min-height: 480px; background-position: 67% 83%; background-size: 150%; }

.contact-section { padding-top: clamp(5.5rem, 9vw, 8rem); color: #f4ead8; background: #17130f; }
.contact-grid { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: clamp(3rem, 7vw, 7rem); }
.contact-grid > div > p:last-child { max-width: 480px; color: rgba(244,234,216,0.66); }
.contact-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.contact-form label { display: grid; gap: 0.45rem; font-family: "Barlow Condensed", "Arial Narrow", sans-serif; font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; }
.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 0.72rem 0.8rem;
  border: 1px solid rgba(244,234,216,0.28);
  border-radius: 2px;
  color: #f4ead8;
  background: rgba(244,234,216,0.06);
  outline: 0;
}
.contact-form input:focus-visible, .contact-form textarea:focus-visible { border-color: #d3a252; box-shadow: 0 0 0 2px rgba(211,162,82,0.25); }
.full-field { grid-column: 1 / -1; }
.form-submit { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-top: 0.45rem; }
.form-submit > span { color: rgba(244,234,216,0.48); font-family: Arial, Helvetica, sans-serif; font-size: 0.75rem; letter-spacing: 0; text-transform: none; }
.site-footer { display: grid; grid-template-columns: 1fr 1fr auto; gap: 2rem; align-items: center; margin-top: 6rem; padding-block: 1.6rem 2rem; border-top: 1px solid rgba(244,234,216,0.25); color: rgba(244,234,216,0.55); font-size: 0.75rem; }
.site-footer a { display: inline-flex; align-items: center; gap: 0.4rem; color: #f4ead8; text-decoration: none; }
.site-footer svg { width: 0.9rem; }

@media (prefers-reduced-motion: no-preference) {
  .hero-art { animation: settle 16s ease-out both; }
  @keyframes settle { from { transform: scale(1.035); } to { transform: scale(1); } }
}

@media (max-width: 860px) {
  .site-shell { width: min(100% - 40px, 1180px); }
  .nav-links { display: none; }
  .hero-art { background-position: 62% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(13,11,8,0.92), rgba(13,11,8,0.57) 66%, rgba(13,11,8,0.12)); }
  .hero-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .diptych, .music-section, .agency-section, .people-intro, .future-section, .contact-grid { grid-template-columns: 1fr; }
  .album-panel + .album-panel { border-left: 0; border-top: 1px solid #17130f; }
  .music-section, .agency-section { gap: 2.5rem; }
  .listen-heading { display: block; }
  .listen-heading > p { margin-top: 1.5rem; }
  .future-copy { padding-inline: 20px; }
  .future-art { min-height: 520px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer a { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .hero { min-height: 760px; }
  .hero-copy { padding-block: 4rem 3rem; }
  .hero-copy h1 { font-size: clamp(4.1rem, 22vw, 6.5rem); }
  .hero-intro { max-width: 88%; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions a { width: 100%; }
  .hero-facts { gap: 1rem; }
  .album-panel { min-height: 520px; }
  .ground-panel { background-size: cover; }
  .prose-columns { columns: 1; }
  .track-row { grid-template-columns: 1.7rem minmax(0, 1fr); padding-block: 1rem; }
  .track-media { grid-column: 2; justify-self: stretch; }
  .track-media audio { width: 100%; }
  .person-row { grid-template-columns: 1fr; gap: 0.25rem; }
  .person-row span { text-align: left; }
  .contact-form { grid-template-columns: 1fr; }
  .full-field { grid-column: auto; }
  .site-footer { grid-template-columns: 1fr; gap: 0.5rem; }
  .site-footer a { grid-column: auto; margin-top: 0.8rem; }
}
