:root {
  --bg: #f3f6f4;
  --bg-deep: #16211d;
  --surface: rgba(245, 249, 246, 0.78);
  --surface-strong: rgba(252, 254, 253, 0.95);
  --ink: #18201d;
  --muted: #55645d;
  --line: rgba(24, 45, 37, 0.1);
  --accent: #2e6b5a;
  --accent-dark: #1f4c41;
  --gold: #c7a86a;
  --shadow: 0 30px 80px rgba(17, 35, 29, 0.12);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Source Sans 3", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(199, 168, 106, 0.18), transparent 30%),
    radial-gradient(circle at 82% 8%, rgba(46, 107, 90, 0.14), transparent 28%),
    linear-gradient(180deg, #f7faf8 0%, #edf3ef 100%);
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), transparent 70%);
}

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

.site-header {
  position: sticky;
  top: 16px;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 12px 20px;
  background: rgba(248, 252, 249, 0.76);
  border: 1px solid rgba(31, 76, 65, 0.1);
  border-radius: 999px;
  backdrop-filter: blur(18px);
  box-shadow: 0 16px 40px rgba(25, 49, 41, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: inherit;
  text-decoration: none;
  flex: 0 0 auto;
}

.brand-icon-frame {
  position: relative;
  width: 68px;
  height: 68px;
  overflow: hidden;
  border-radius: 20px;
  background: #050506;
  box-shadow:
    inset 0 0 0 1px rgba(199, 168, 106, 0.18),
    0 10px 24px rgba(10, 15, 13, 0.18);
}

.brand-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 190px;
  max-width: none;
  height: auto;
  transform: translate(-49%, -40%);
}

.brand-wordmark {
  display: grid;
  gap: 2px;
}

.brand-wordmark strong {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.05;
}

.brand-wordmark span {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.15;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.site-nav a {
  color: var(--ink);
  text-decoration: none;
  font-size: 0.95rem;
}

.site-nav a[aria-current="page"] {
  color: var(--accent-dark);
  font-weight: 800;
}

main {
  display: grid;
  gap: 28px;
  padding-top: 28px;
}

.release-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 18px;
  padding: 16px 22px;
  background:
    linear-gradient(135deg, rgba(31, 76, 65, 0.96), rgba(46, 107, 90, 0.9)),
    var(--bg-deep);
  color: #f7f3e7;
  border: 1px solid rgba(199, 168, 106, 0.28);
  border-radius: 20px;
  box-shadow: 0 18px 34px rgba(17, 35, 29, 0.16);
}

.release-banner-secondary {
  margin-top: 14px;
  background:
    linear-gradient(135deg, rgba(26, 29, 51, 0.96), rgba(54, 40, 79, 0.92)),
    #1a1d33;
  border-color: rgba(199, 168, 106, 0.24);
}

.release-banner p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.release-banner strong {
  color: #fff7df;
}

.release-banner-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 248, 230, 0.12);
  border: 1px solid rgba(255, 241, 204, 0.28);
  color: #fff7df;
  text-decoration: none;
  font-weight: 700;
  white-space: nowrap;
}

.release-banner-link:hover,
.release-banner-link:focus-visible {
  background: rgba(255, 248, 230, 0.18);
}

section,
.story-card,
.spotify-card,
.service-card,
.work-card {
  position: relative;
}

.hero,
.page-hero,
.story-grid,
.work-section,
.services-section,
.quote-section,
.contact-section {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.hero {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  padding: 42px;
  overflow: hidden;
}

.page-hero {
  padding: 38px 42px;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -80px -120px auto;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46, 107, 90, 0.18), transparent 65%);
}

.eyebrow,
.section-tag,
.card-label {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.76rem;
  color: var(--accent-dark);
}

.hero h1,
.page-hero h1,
.section-heading h2,
.story-card h2,
.contact-copy h2 {
  margin: 0;
  font-family: "Fraunces", serif;
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.hero h1 {
  font-size: clamp(2.9rem, 6vw, 4.9rem);
  max-width: 11ch;
}

.page-hero h1 {
  font-size: clamp(2.5rem, 5vw, 4.1rem);
  max-width: 15ch;
  margin: 0;
}

.page-intro {
  max-width: 58rem;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 0;
  font-size: 1.15rem;
}

.credibility-note {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 18px 0 0;
  padding: 12px 16px;
  border: 1px solid rgba(31, 76, 65, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--accent-dark);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.4;
}

.credibility-note::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--accent));
  box-shadow: 0 0 12px rgba(199, 168, 106, 0.4);
}

.hero-text,
.story-card p,
.section-heading p,
.work-card p,
.service-card p,
.spotify-card p,
.contact-copy p,
.agent-line,
.form-note,
label {
  color: var(--muted);
  line-height: 1.65;
  font-size: 1.06rem;
}

.agent-line {
  margin-top: 18px;
}

.agent-line a {
  color: var(--accent-dark);
  font-weight: 700;
  text-decoration: none;
}

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

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
  cursor: pointer;
}

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

.button-primary {
  color: #fff8f0;
  background: linear-gradient(135deg, var(--accent), #4b8e7b);
  box-shadow: 0 14px 28px rgba(46, 107, 90, 0.2);
}

.button-secondary {
  color: var(--ink);
  background: transparent;
  border-color: rgba(24, 45, 37, 0.16);
}

.hero-panel {
  display: flex;
  align-items: stretch;
}

.panel-glow {
  position: absolute;
  inset: 8% auto auto 55%;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(250, 244, 228, 0.92), rgba(199, 168, 106, 0.14) 60%, transparent 72%);
  filter: blur(10px);
}

.hero-card {
  position: relative;
  z-index: 1;
  align-self: center;
  width: 100%;
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(22, 33, 29, 0.96), rgba(18, 28, 24, 0.92)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent);
  color: #f8ecdc;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 60px rgba(20, 12, 5, 0.28);
}

.hero-card .card-label {
  color: var(--gold);
  margin-top: 0;
}

.stat-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-row strong {
  max-width: 14ch;
  text-align: right;
}

.story-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
  padding: 18px;
}

.story-card {
  padding: 28px;
  background: var(--surface-strong);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.story-card-large h2 {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  max-width: 14ch;
}

.accent-card {
  background:
    linear-gradient(180deg, rgba(46, 107, 90, 0.08), rgba(199, 168, 106, 0.12)),
    var(--surface-strong);
}

.feature-list {
  display: grid;
  gap: 18px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.feature-list li {
  padding: 18px 18px 18px 54px;
  background: rgba(255, 255, 255, 0.72);
  border-radius: var(--radius-sm);
  position: relative;
  line-height: 1.5;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fffaf0, #c7a86a 65%, #7b6641);
  box-shadow: 0 0 16px rgba(199, 168, 106, 0.4);
}

.feature-list a,
.text-link {
  color: var(--accent-dark);
  font-weight: 700;
  text-decoration: none;
}

.text-link {
  display: inline-block;
  margin-top: 10px;
}

.work-section,
.services-section,
.quote-section,
.contact-section {
  padding: 32px;
}

.release-highlight {
  background:
    radial-gradient(circle at right top, rgba(199, 168, 106, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(247, 251, 248, 0.86));
}

.release-layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.release-sidecard {
  padding: 22px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(31, 76, 65, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(246, 250, 247, 0.88));
  box-shadow: 0 18px 36px rgba(17, 35, 29, 0.08);
}

.release-sidecard h3 {
  margin: 0 0 12px;
  font-size: 1.45rem;
  font-family: "Fraunces", serif;
  line-height: 1.1;
}

.release-sidecard p {
  margin: 0 0 14px;
}

.release-list {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.7;
}

.section-heading {
  display: grid;
  gap: 8px;
  margin-bottom: 22px;
}

.color-of-silence-heading {
  grid-template-columns: minmax(0, 700px) 250px;
  align-items: start;
  justify-content: start;
  gap: 20px;
}

.color-of-silence-heading h2 {
  max-width: 10ch;
}

.color-of-silence-cover-wrap {
  display: flex;
  justify-content: flex-start;
}

.color-of-silence-cover {
  display: block;
  width: min(100%, 250px);
  border-radius: 22px;
  border: 1px solid rgba(24, 45, 37, 0.12);
  box-shadow: 0 24px 48px rgba(15, 22, 19, 0.16);
}

.section-heading h2,
.contact-copy h2 {
  font-size: clamp(2.2rem, 4vw, 3.3rem);
  max-width: 13ch;
}

.work-grid,
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.work-card,
.service-card {
  padding: 24px;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.work-card h3,
.service-card h3,
.spotify-card h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1.4rem;
  font-family: "Fraunces", serif;
  font-weight: 600;
  line-height: 1.15;
}

.spotify-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 18px;
  padding: 26px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(46, 107, 90, 0.14);
  background:
    radial-gradient(circle at left center, rgba(199, 168, 106, 0.16), transparent 25%),
    rgba(250, 253, 251, 0.96);
}

.service-number {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--accent);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.quote-section {
  background:
    linear-gradient(135deg, rgba(22, 33, 29, 0.96), rgba(34, 60, 52, 0.92)),
    var(--bg-deep);
  color: #fff6ea;
  text-align: center;
}

.quote-section blockquote {
  margin: 0;
  font-family: "Fraunces", serif;
  font-size: clamp(1.9rem, 3.8vw, 3.1rem);
  line-height: 1.18;
}

.contact-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.honeypot {
  position: absolute;
  left: -9999px;
}

label {
  display: grid;
  gap: 8px;
  font-size: 0.95rem;
}

input,
textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(31, 76, 65, 0.14);
  border-radius: 14px;
  background: rgba(251, 254, 252, 0.9);
  color: var(--ink);
  font: inherit;
}

textarea {
  resize: vertical;
  min-height: 140px;
}

input:focus,
textarea:focus {
  outline: 2px solid rgba(46, 107, 90, 0.22);
  border-color: rgba(46, 107, 90, 0.36);
}

.form-note {
  margin: 0;
  font-size: 0.9rem;
}

.form-status {
  margin: 0;
  padding: 14px 16px;
  border-radius: 14px;
  font-weight: 600;
}

.form-status-hero {
  margin-top: 18px;
  max-width: 52rem;
}

.form-status-success {
  color: #184c38;
  background: rgba(76, 149, 116, 0.12);
  border: 1px solid rgba(76, 149, 116, 0.22);
}

.form-status-error {
  color: #7a2f2f;
  background: rgba(190, 85, 85, 0.1);
  border: 1px solid rgba(190, 85, 85, 0.2);
}

@media (max-width: 960px) {
  .hero,
  .story-grid,
  .contact-section,
  .work-grid,
  .services-grid {
    grid-template-columns: 1fr;
  }

  .release-layout {
    grid-template-columns: 1fr;
  }

  .color-of-silence-heading {
    grid-template-columns: 1fr;
  }

  .color-of-silence-cover-wrap {
    justify-content: flex-start;
  }

  .hero {
    padding: 28px;
  }

  .spotify-card {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(calc(100% - 20px), var(--max));
    padding-top: 14px;
  }

  .site-header {
    border-radius: 26px;
    padding: 16px;
    align-items: flex-start;
    flex-direction: column;
  }

  .brand-logo {
    width: 175px;
  }

  .brand-icon-frame {
    width: 62px;
    height: 62px;
    border-radius: 18px;
  }

  .brand-wordmark strong {
    font-size: 0.98rem;
  }

  .brand-wordmark span {
    font-size: 0.84rem;
  }

  .site-nav {
    gap: 14px;
  }

  .release-banner {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero,
  .page-hero,
  .work-section,
  .services-section,
  .quote-section,
  .contact-section {
    padding: 22px;
  }

  .story-grid {
    padding: 14px;
  }

  .hero h1 {
    max-width: 100%;
  }

  .page-intro,
  .hero-text,
  .story-card p,
  .section-heading p,
  .work-card p,
  .service-card p,
  .spotify-card p,
  .contact-copy p,
  .agent-line,
  .form-note,
  label {
    font-size: 1rem;
  }
}
