/* =====================================================
   Brandon Bee — Bold Modern Producer Site
   ===================================================== */

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

:root {
  color-scheme: dark;

  /* Core palette — hive: ink & honey */
  --bg: #0e0c08;
  --bg-elev: #15120c;
  --panel: #1d1810;
  --panel-2: #251f15;
  --line: rgba(242, 232, 207, 0.08);
  --line-strong: rgba(242, 232, 207, 0.18);

  /* Type */
  --text: #f2e8cf;             /* beeswax cream */
  --text-muted: rgba(242, 232, 207, 0.62);
  --text-soft: rgba(242, 232, 207, 0.40);
  --ink: #0e0c08;

  /* Accents — honey */
  --accent: #e0b13a;           /* honey gold */
  --accent-glow: #f3cc5a;      /* lifted honey */
  --accent-warm: #b8861c;      /* deep honey */
  --accent-deep: #6b4a0e;      /* comb shadow */
  --accent-cream: #f2e8cf;     /* beeswax */

  /* Hex clip */
  --hex: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0% 50%);

  /* System */
  --display: "Instrument Serif", "Times New Roman", serif;
  --body: "Manrope", "Inter", "Segoe UI", sans-serif;
  --mono: "Azeret Mono", "JetBrains Mono", ui-monospace, monospace;

  --maxw: 1320px;
  --gutter: clamp(20px, 4vw, 64px);
  --radius: 22px;
  --radius-sm: 14px;
  --radius-lg: 32px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: var(--bg);
}

body {
  margin: 0;
  min-width: 320px;
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
  overflow-x: hidden;
  position: relative;
}

/* Background ambience — warm neon spill */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(900px 600px at 90% -10%, rgba(224, 177, 58, 0.09), transparent 60%),
    radial-gradient(800px 700px at -5% 60%, rgba(184, 134, 28, 0.06), transparent 55%);
}

/* Honeycomb lattice — subtle structural texture */
.honeycomb-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.09;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='56' height='64' viewBox='0 0 56 64'><g fill='none' stroke='%23e0b13a' stroke-width='1'><polygon points='28,2 54,17 54,47 28,62 2,47 2,17'/><polygon points='0,-14 26,1 26,31 0,46 -26,31 -26,1'/><polygon points='56,-14 82,1 82,31 56,46 30,31 30,1'/><polygon points='0,50 26,65 26,95 0,110 -26,95 -26,65'/><polygon points='56,50 82,65 82,95 56,110 30,95 30,65'/></g></svg>");
  background-size: 56px 64px;
  mask-image: radial-gradient(ellipse at center top, black 10%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at center top, black 10%, transparent 80%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.25;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.93 0 0 0 0 0.78 0 0 0 0 0.52 0 0 0 0.55 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  mask-image: radial-gradient(circle at 50% 30%, black 30%, transparent 85%);
}

::selection {
  background: var(--accent);
  color: var(--ink);
}

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

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

button,
input,
textarea,
select {
  font: inherit;
  color: inherit;
}

em {
  font-family: var(--display);
  font-style: italic;
  font-weight: 400;
  color: var(--accent);
}

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 30;
  opacity: 0.035;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

/* Mono labels */
.mono-label,
.section-num,
.section-tag,
.hero-meta,
.sleeve-label,
.record-year,
.record-format,
.project-kicker,
.service-num,
.service-rate,
.credits-tag,
.credits-note,
.form-slug,
.form-no,
.plate-mono,
.field-num,
.portrait-label,
.hero-caption-label,
.hero-caption-text {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Layout wrappers */
.nav,
.hero,
.section,
.footer {
  position: relative;
  z-index: 2;
}

.nav-inner,
.section,
.footer,
.hero {
  width: min(100%, var(--maxw));
  margin: 0 auto;
}

/* =======================================
   NAV
   ======================================= */
.nav {
  position: fixed;
  inset: 0 0 auto;
  padding: 18px 0;
  z-index: 40;
  transition: padding 220ms var(--ease), background-color 220ms var(--ease), backdrop-filter 220ms var(--ease), border-color 220ms var(--ease);
}

.nav::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: transparent;
  transition: background-color 220ms var(--ease);
}

.nav.nav-scrolled {
  padding: 12px 0;
  background: rgba(7, 7, 10, 0.72);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}

.nav.nav-scrolled::after {
  background: var(--line);
}

.nav-inner {
  padding: 0 var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  line-height: 1;
  font-family: var(--body);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.wordmark-glyph {
  font-size: 1.4rem;
}

.wordmark-dot {
  display: none;
}

.wordmark-bee {
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(72%) sepia(69%) saturate(425%) hue-rotate(2deg) brightness(92%) contrast(95%);
}

.wordmark-full {
  margin-left: 4px;
  color: var(--text);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  font-family: var(--display);
  font-style: italic;
  font-weight: 400;
}

.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.6vw, 22px);
  margin: 0;
  padding: 0;
}

.nav-links a {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  color: var(--text-muted);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 2px;
  transition: color 180ms var(--ease);
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 1px;
  background: var(--accent);
  opacity: 0;
  transform: scaleX(0.3);
  transform-origin: left;
  transition: transform 220ms var(--ease), opacity 220ms var(--ease);
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--text);
}

.nav-links a:hover::after,
.nav-links a.active::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav-num {
  color: var(--accent);
  font-size: 10px;
}

.nav-cta {
  min-height: 40px;
  padding: 9px 18px !important;
  border-radius: 999px;
  background: var(--accent) !important;
  color: var(--ink) !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  transition: transform 180ms var(--ease), background-color 180ms var(--ease);
}

.nav-cta::after {
  display: none;
}

.nav-cta:hover {
  transform: translateY(-1px);
  background: var(--accent-glow) !important;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  cursor: pointer;
}

.nav-toggle span {
  width: 18px;
  height: 1.5px;
  background: currentColor;
  transition: transform 200ms var(--ease), opacity 200ms var(--ease);
}

.nav-toggle.active span:nth-child(1) {
  transform: translateY(3.5px) rotate(45deg);
}

.nav-toggle.active span:nth-child(2) {
  transform: translateY(-3px) rotate(-45deg);
}

/* =======================================
   HERO
   ======================================= */
.hero {
  width: min(calc(100vw - clamp(16px, 2.4vw, 28px)), 1680px);
  min-height: calc(100svh - 120px);
  margin-top: 96px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  align-items: end;
  background: var(--bg-elev);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  isolation: isolate;
}

/* ticker strip at the top */
.hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 40px;
  background: var(--accent);
  z-index: 2;
}

.marquee {
  position: absolute;
  inset: 0 0 auto;
  height: 40px;
  z-index: 3;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  white-space: nowrap;
  animation: marquee 38s linear infinite;
  color: var(--ink);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding-left: 22px;
}

.marquee-track span {
  display: inline-flex;
  align-items: center;
}

.marquee-hex {
  width: 10px;
  height: 10px;
  background: var(--ink);
  clip-path: var(--hex);
}

@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Faux bee watermark over hero image */
.hero-watermark {
  position: absolute;
  right: clamp(-40px, -2vw, -20px);
  top: clamp(60px, 10vh, 120px);
  z-index: 3;
  width: clamp(240px, 28vw, 420px);
  height: auto;
  opacity: 0.1;
  filter: brightness(0) saturate(100%) invert(72%) sepia(69%) saturate(425%) hue-rotate(2deg) brightness(92%) contrast(95%);
  transform: rotate(-8deg);
  pointer-events: none;
}

.hero-visual {
  grid-area: 1 / 1;
  position: relative;
  min-height: clamp(640px, 92svh, 980px);
  margin: 0;
  background: #0b0b0e;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  filter: grayscale(0.15) contrast(1.05) brightness(0.92);
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 7, 10, 0.25) 0%, rgba(7, 7, 10, 0.25) 40%, rgba(7, 7, 10, 0.85) 78%, rgba(7, 7, 10, 0.98) 100%),
    linear-gradient(90deg, rgba(7, 7, 10, 0.55) 0%, rgba(7, 7, 10, 0.15) 50%, rgba(7, 7, 10, 0.55) 100%);
}

.hero-caption {
  position: absolute;
  right: clamp(24px, 3vw, 40px);
  top: clamp(66px, 8vh, 96px);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  width: min(100% - 48px, 300px);
  padding: 14px 16px;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  background: rgba(7, 7, 10, 0.55);
  backdrop-filter: blur(12px);
  color: var(--text-muted);
  text-align: right;
}

.hero-caption-label {
  color: var(--accent);
}

/* Hero copy overlay */
.hero-copy {
  grid-area: 1 / 1;
  position: relative;
  z-index: 3;
  align-self: stretch;
  width: 100%;
  display: grid;
  align-content: end;
  gap: 28px;
  padding: clamp(28px, 4vw, 56px);
  padding-top: 64px;
}

.hero .hero-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  color: var(--text-muted);
}

.hero .hero-meta .dot {
  width: 8px;
  height: 8px;
  background: var(--accent);
  clip-path: var(--hex);
  font-size: 0;
  display: inline-block;
}

.hero-meta-top {
  position: absolute;
  top: 56px;
  left: clamp(28px, 4vw, 56px);
  right: clamp(28px, 4vw, 56px);
  z-index: 5;
  color: var(--text-muted) !important;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-meta-top .dot {
  background: var(--accent) !important;
}

.hero-panel {
  display: grid;
  gap: clamp(24px, 3vw, 36px);
  max-width: 1100px;
}

.hero-title-wrap {
  display: grid;
  gap: clamp(18px, 2.4vw, 28px);
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  color: var(--accent);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-kicker .rule {
  width: clamp(32px, 6vw, 72px);
  height: 1px;
  background: var(--accent);
  opacity: 0.6;
}

.hero-title {
  margin: 0;
  color: var(--text);
  font-family: var(--body);
  font-weight: 800;
  line-height: 0.82;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.ht-line {
  display: block;
}

.ht-brandon {
  font-size: clamp(3.8rem, 12vw, 10rem);
  color: var(--accent-cream);
  font-weight: 300;
  font-family: var(--display);
  font-style: italic;
  letter-spacing: -0.025em;
  text-transform: none;
  line-height: 0.95;
}

.ht-brandon em {
  color: var(--accent-cream);
  font-style: italic;
}

.ht-bee {
  margin-top: -0.04em;
  font-size: clamp(5.2rem, 18vw, 15rem);
  letter-spacing: -0.06em;
  color: var(--text);
}

.hero-sub {
  max-width: 36rem;
  margin: 0;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--text-muted);
  font-size: clamp(1rem, 1.3vw, 1.1rem);
  line-height: 1.7;
}

.hero-lower {
  display: grid;
  gap: 22px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-meta-bottom {
  max-width: 40rem;
  color: var(--text-soft) !important;
}

/* =======================================
   BUTTONS
   ======================================= */
.btn-ink,
.btn-ghost {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 26px;
  border-radius: 999px;
  font-family: var(--body);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: transform 180ms var(--ease), border-color 180ms var(--ease), background-color 180ms var(--ease), box-shadow 180ms var(--ease), color 180ms var(--ease);
  cursor: pointer;
  border: none;
}

.btn-ink {
  background: var(--text);
  color: var(--ink);
}

.btn-ink:hover {
  transform: translateY(-1px);
  background: #fff;
}

.btn-ghost {
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.02);
  color: var(--text);
}

.btn-ghost:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--accent);
  color: var(--text);
}

.btn-arrow,
.playicon {
  font-size: 0.95em;
  transition: transform 220ms var(--ease);
}

.btn-ink:hover .btn-arrow,
.btn-ghost:hover .btn-arrow {
  transform: translateX(3px);
}

.btn-full {
  width: 100%;
}

.btn-ink-lg {
  min-height: 58px;
  padding-inline: 34px;
  font-size: 0.98rem;
}

.btn-success {
  background: #b8e6a0 !important;
  color: var(--ink) !important;
}

/* =======================================
   SECTIONS
   ======================================= */
.section {
  position: relative;
  padding: clamp(90px, 10vw, 150px) var(--gutter) 0;
}

/* Ghost numerals breathing behind sections */
.section[data-ghost]::before {
  content: attr(data-ghost);
  position: absolute;
  top: clamp(40px, 6vw, 80px);
  right: clamp(-20px, 0vw, 8px);
  font-family: var(--display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(12rem, 26vw, 28rem);
  line-height: 0.8;
  color: transparent;
  -webkit-text-stroke: 1px rgba(224, 177, 58, 0.14);
  text-stroke: 1px rgba(224, 177, 58, 0.14);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.section > * {
  position: relative;
  z-index: 1;
}

.section::after {
  content: "";
  display: block;
  margin-top: clamp(72px, 8vw, 110px);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-strong), transparent);
}

.section-head {
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: 16px;
  margin-bottom: clamp(36px, 4vw, 56px);
}

.section-num {
  color: var(--accent);
}

.section-tag {
  color: var(--text);
}

.section-line {
  height: 1px;
  background: linear-gradient(90deg, var(--line-strong), transparent 60%, var(--line-strong));
}

.section-head::after {
  content: "";
  width: 14px;
  height: 14px;
  background: var(--accent);
  clip-path: var(--hex);
  opacity: 0.9;
}

/* =======================================
   BIO
   ======================================= */
.bio-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(36px, 5vw, 88px);
}

.bio-aside {
  position: sticky;
  top: 110px;
  align-self: start;
  display: grid;
  gap: 28px;
}

.bio-portrait {
  position: relative;
  border-radius: var(--radius);
  overflow: visible;
  background: var(--panel);
  border: 1px solid var(--line);
  transform: rotate(-1.2deg);
  transform-origin: center;
}

.bio-portrait::before,
.bio-portrait::after {
  content: none;
}

.portrait-frame {
  border-radius: var(--radius);
  overflow: hidden;
}

.portrait-frame {
  position: relative;
  aspect-ratio: 4 / 5;
  background: #0b0b0e;
}

.portrait-frame::before {
  display: none;
}

.portrait-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(7, 7, 10, 0.92) 100%);
}

.bio-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 26%;
  filter: grayscale(0.2) contrast(1.05);
}

.portrait-copy {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  display: grid;
  gap: 14px;
  max-width: 20rem;
}

.portrait-label {
  color: var(--accent);
}

.portrait-statement {
  margin: 0;
  color: var(--text);
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.bio-facts {
  display: grid;
  gap: 0;
  margin: 0;
}

.bio-facts div {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.bio-facts div:first-child {
  border-top: 1px solid var(--line);
}

.bio-facts dt,
.project-stats dt {
  color: var(--text-soft);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.bio-facts dd,
.project-stats dd {
  margin: 0;
  color: var(--text);
  font-size: 0.95rem;
}

.bio-prose {
  max-width: 58rem;
  position: relative;
}

.bio-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  margin-bottom: 22px;
  background: var(--panel);
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--text);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transform: rotate(-2.5deg);
  transform-origin: left center;
  line-height: 1;
}

.bio-chip-text {
  line-height: 1;
}

.bio-chip-year {
  color: var(--accent);
  font-family: var(--display);
  font-style: italic;
  font-weight: 400;
  font-size: 1.05rem;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1;
  position: relative;
  top: 1px;
}

.bio-chip-bee {
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(72%) sepia(69%) saturate(425%) hue-rotate(2deg) brightness(92%) contrast(95%);
}

.bio-title,
.studio-headline h2,
.catalog-headline h2,
.contact-intro h2 {
  margin: 0;
  font-family: var(--body);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  color: var(--text);
}

.bio-title em,
.studio-headline h2 em,
.catalog-headline h2 em,
.contact-intro h2 em,
.project-body h3 em,
.studio-cta-text p em {
  color: var(--accent);
  font-family: var(--display);
  font-weight: 400;
  text-transform: none;
  letter-spacing: -0.015em;
  padding-right: 0.04em;
}

.bio-title {
  font-size: clamp(2.8rem, 6.6vw, 5.4rem);
}

.bio-prose p,
.studio-headline p,
.catalog-headline p,
.contact-intro p,
.project-body p,
.service p {
  color: var(--text-muted);
  font-size: clamp(1rem, 1.3vw, 1.08rem);
  line-height: 1.72;
}

.bio-prose p {
  max-width: 44rem;
  margin: 24px 0 0;
}

.drop {
  margin-top: 32px !important;
}

.dropcap {
  float: left;
  margin: 0.12em 0.14em 0 0;
  font-family: var(--display);
  font-size: 4.2rem;
  line-height: 0.72;
  color: var(--accent);
}

.pull {
  position: relative;
  max-width: 36rem;
  margin: 44px 0;
  padding: 28px 0 0 0;
  border-top: 1px solid var(--line-strong);
  color: var(--text);
  font-family: var(--display);
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.quote-mark {
  display: block;
  color: var(--accent);
  font-size: 3.4rem;
  line-height: 0.6;
  margin-bottom: 10px;
}

.pull cite {
  display: block;
  margin-top: 18px;
  color: var(--text-soft);
  font-family: var(--mono);
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* =======================================
   STUDIO / SERVICES
   ======================================= */
.studio-headline,
.catalog-headline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.58fr);
  gap: clamp(24px, 4vw, 80px);
  align-items: end;
}

.studio-headline h2,
.catalog-headline h2,
.contact-intro h2 {
  font-size: clamp(2.8rem, 7vw, 5.8rem);
}

.studio-headline h2 span,
.studio-headline h2 em {
  display: block;
}

.studio-headline p,
.catalog-headline p,
.contact-intro p {
  margin: 0;
  max-width: 30rem;
}

.amp {
  color: var(--accent);
}

.services {
  list-style: none;
  margin: clamp(40px, 5vw, 56px) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: auto;
  gap: 28px;
  position: relative;
}

.service {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding: 34px clamp(24px, 3vw, 36px) 36px;
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: transform 320ms var(--ease), border-color 320ms var(--ease), background-color 320ms var(--ease);
  position: relative;
  overflow: hidden;
}

/* Stagger — break the symmetry */
.service:nth-child(1) {
  grid-column: 1 / span 7;
  margin-top: 20px;
}
.service:nth-child(2) {
  grid-column: 8 / span 5;
  margin-top: 80px;
}
.service:nth-child(3) {
  grid-column: 2 / span 5;
  margin-top: -40px;
}
.service:nth-child(4) {
  grid-column: 7 / span 6;
  margin-top: 10px;
}

.service::after {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  width: 120px;
  height: 138px;
  background: var(--accent);
  clip-path: var(--hex);
  opacity: 0.08;
  transition: opacity 320ms var(--ease), transform 420ms var(--ease);
}

.service:hover {
  transform: translateY(-4px);
  border-color: var(--line-strong);
}

.service:hover::after {
  opacity: 0.18;
  transform: rotate(25deg);
}

.service-index {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  color: var(--text-soft);
}

.service-num {
  color: var(--accent);
}

.service-rate {
  color: var(--text-muted);
}

.service h3 {
  margin: 4px 0 0;
  font-family: var(--body);
  font-weight: 800;
  font-size: clamp(1.8rem, 2.6vw, 2.5rem);
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--text);
}

.service p {
  margin: 0;
  max-width: 44rem;
}

.service-tags {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 0;
  padding: 0;
}

.service-tags li {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--text-muted);
  font-family: var(--mono);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* =======================================
   CREDITS / TRACKLIST
   ======================================= */
.credits {
  margin-top: clamp(56px, 7vw, 84px);
  padding-top: 28px;
  border-top: 1px solid var(--line-strong);
}

.credits-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.credits-tag {
  color: var(--accent);
}

.credits-note {
  color: var(--text-soft);
}

.tracklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 40px;
}

.tracklist li {
  display: grid;
  grid-template-columns: 32px auto 1fr auto auto;
  align-items: center;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  transition: padding 180ms var(--ease);
}

.tracklist li:hover {
  padding-left: 10px;
}

.tracklist li:hover .tl-artist {
  color: var(--accent);
}

.tl-num {
  color: var(--text-soft);
  font-family: var(--mono);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.tl-artist {
  font-family: var(--body);
  font-weight: 700;
  color: var(--text);
  transition: color 180ms var(--ease);
}

.tl-role {
  color: var(--text-muted);
  font-size: 0.9rem;
}

.tl-note {
  color: var(--text-soft);
  font-family: var(--mono);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tl-dots {
  height: 1px;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.14) 33%, transparent 0);
  background-size: 6px 1px;
}

/* Studio CTA — Nashville marquee plate */
.studio-cta {
  margin-top: clamp(48px, 6vw, 72px);
  padding: clamp(34px, 5vw, 52px);
  border-radius: var(--radius);
  background: var(--panel);
  color: var(--text);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line-strong);
}

.studio-cta::before {
  content: none;
}

.studio-cta::after {
  content: none;
}

.studio-cta-text {
  position: relative;
}

.studio-cta-text .mono-label {
  color: var(--accent);
}

.studio-cta-text p {
  margin: 10px 0 0;
  color: var(--text);
  font-family: var(--body);
  font-weight: 800;
  font-size: clamp(1.8rem, 3.2vw, 2.8rem);
  line-height: 1;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.studio-cta-text p em {
  color: var(--accent);
  font-family: var(--display);
  font-weight: 400;
  text-transform: none;
  letter-spacing: -0.02em;
}

/* =======================================
   CATALOG / RECORDS
   ======================================= */
.catalog-headline {
  align-items: start;
}

.records {
  list-style: none;
  margin: clamp(40px, 5vw, 60px) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 40px) clamp(24px, 3vw, 44px);
  align-items: start;
}

.records .record:nth-child(6n+1) { transform: translateY(0); }
.records .record:nth-child(6n+2) { transform: translateY(48px); }
.records .record:nth-child(6n+3) { transform: translateY(-16px); }
.records .record:nth-child(6n+4) { transform: translateY(32px); }
.records .record:nth-child(6n+5) { transform: translateY(-8px); }
.records .record:nth-child(6n+6) { transform: translateY(56px); }

.record {
  display: grid;
}

.record-link {
  display: grid;
  gap: 18px;
}

.record-sleeve {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--panel);
  transition: transform 320ms var(--ease), border-color 320ms var(--ease);
}

.record-link:hover .record-sleeve {
  transform: translateY(-4px) scale(1.01);
  border-color: var(--accent);
}

.record-sleeve::before {
  display: none;
}

.record-sleeve::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.5));
  opacity: 0;
  transition: opacity 320ms var(--ease);
  pointer-events: none;
}

.record-link:hover .record-sleeve::after {
  opacity: 1;
}

.record-art {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms var(--ease);
}

.record-link:hover .record-art {
  transform: scale(1.04);
}

.sleeve-label {
  position: absolute;
  inset: auto 16px 16px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  color: var(--text);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 320ms var(--ease), transform 320ms var(--ease);
}

.record-link:hover .sleeve-label {
  opacity: 1;
  transform: translateY(0);
}

.sleeve-cat {
  color: var(--accent);
}

.record-meta {
  display: grid;
  gap: 6px;
}

.record-link:hover .record-meta h3 {
  color: var(--accent);
}

.record-link:focus-visible {
  outline: none;
}

.record-link:focus-visible .record-sleeve {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(217, 119, 87, 0.28);
}

.record-year {
  color: var(--accent);
}

.record-meta h3 {
  margin: 0;
  font-family: var(--body);
  font-size: clamp(1.2rem, 1.8vw, 1.5rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--text);
  transition: color 220ms var(--ease);
}

.record-format {
  color: var(--text-soft);
}

.platforms {
  margin-top: 48px;
  padding-top: 24px;
  display: grid;
  gap: 12px;
  border-top: 1px solid var(--line);
}

.platform-row,
.contact-socials,
.footer-nav,
.plate-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
}

.platform-row,
.contact-socials,
.footer-nav {
  color: var(--text-muted);
  font-family: var(--body);
  font-weight: 600;
  font-size: 0.95rem;
}

.platform-row > span,
.contact-socials > span,
.footer-nav > span {
  color: var(--text-soft);
}

.platform-row a,
.contact-socials a,
.footer-nav a {
  position: relative;
  transition: color 180ms var(--ease);
}

.platform-row a:hover,
.contact-socials a:hover,
.footer-nav a:hover {
  color: var(--accent);
}

.footer-mobile-credit {
  display: none;
}

.platform-row a::after,
.contact-socials a::after,
.footer-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 1px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms var(--ease);
}

.platform-row a:hover::after,
.contact-socials a:hover::after,
.footer-nav a:hover::after {
  transform: scaleX(1);
}

/* =======================================
   PROJECTS
   ======================================= */
.projects {
  overflow: hidden;
}

.project {
  position: relative;
  display: grid;
  grid-template-columns: 68px minmax(260px, 0.82fr) minmax(0, 1fr);
  gap: 24px 40px;
  align-items: start;
  padding: clamp(44px, 5vw, 72px) 0;
  margin-top: 0;
  border-top: 1px solid var(--line);
}

/* Alternating asymmetric project layouts */
.project:nth-of-type(even) {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.78fr) 68px;
  padding-left: clamp(0px, 4vw, 80px);
}

.project:nth-of-type(even) .project-mark {
  order: 3;
  justify-content: flex-end;
}

.project:nth-of-type(even) .project-media {
  order: 2;
  transform: translateY(30px);
}

.project:nth-of-type(even) .project-body {
  order: 1;
  padding-right: clamp(0px, 3vw, 40px);
}

.project:nth-of-type(odd) .project-media {
  transform: translateY(-10px);
}

.project:nth-of-type(3) .project-body {
  padding-top: 30px;
}

.project-link {
  position: absolute;
  inset: 0;
  z-index: 2;
  font-size: 0;
}

.project-link:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: -6px;
  border-radius: var(--radius);
}

.project:hover .project-body h3 {
  color: var(--accent);
}

.project-body h3 {
  transition: color 220ms var(--ease);
}

.project:last-of-type {
  border-bottom: 1px solid var(--line);
}

.project-mark {
  display: flex;
  justify-content: flex-start;
  align-self: start;
}

.mark-glyph {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  color: var(--accent);
}

.project:nth-of-type(1) .mark-glyph::before {
  content: "01";
}

.project:nth-of-type(2) .mark-glyph::before {
  content: "02";
}

.project:nth-of-type(3) .mark-glyph::before {
  content: "03";
}

.mark-glyph {
  position: relative;
  width: 56px;
  height: 64px;
  display: grid;
  place-items: center;
  color: var(--accent);
}

.mark-glyph::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--accent);
  clip-path: var(--hex);
  opacity: 0.12;
}

.mark-glyph::before {
  position: relative;
  z-index: 1;
  font-family: var(--mono);
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
}

.project-media {
  position: relative;
  margin: 0;
  min-height: 280px;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--panel);
  border: 1px solid var(--line);
  transition: transform 420ms var(--ease), border-color 420ms var(--ease);
}

.project:hover .project-media {
  border-color: var(--line-strong);
}

.project-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(7, 7, 10, 0.4));
  pointer-events: none;
}

.project-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.25) contrast(1.05);
  transition: transform 700ms var(--ease), filter 420ms var(--ease);
}

.project:hover .project-media img {
  transform: scale(1.03);
  filter: grayscale(0) contrast(1.08);
}

.project-eq .project-media {
  display: grid;
  place-items: center;
  padding: 40px;
  background: linear-gradient(180deg, var(--panel), var(--bg-elev));
}

.project-eq .project-media::after {
  display: none;
}

.project-eq .project-media img {
  position: relative;
  z-index: 1;
  width: min(100%, 240px);
  height: auto;
  object-fit: contain;
  filter: none;
}

.project-ministry .project-media img {
  object-position: center 12%;
}

.project-body {
  display: grid;
  gap: 14px;
}

.project-kicker {
  color: var(--accent);
}

.project-body h3 {
  margin: 0;
  font-family: var(--body);
  font-weight: 800;
  font-size: clamp(2rem, 3.6vw, 3.2rem);
  line-height: 0.95;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  color: var(--text);
}

.project-body h3 em {
  color: var(--accent);
  text-transform: none;
  letter-spacing: -0.02em;
}

.project-body p {
  margin: 0;
  max-width: 44rem;
}

.chart {
  color: var(--accent);
  font-weight: 700;
}

.project-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 12px;
}

.project-stats div {
  padding-top: 14px;
  border-top: 1px solid var(--line-strong);
}

.project-stats dt {
  margin-bottom: 6px;
}

/* =======================================
   CONTACT
   ======================================= */
.contact {
  padding-bottom: clamp(90px, 10vw, 130px);
}

.contact::after {
  display: none;
}

.contact-grid {
  align-items: start;
  padding: clamp(32px, 5vw, 56px);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(600px 400px at 100% 0%, rgba(217, 119, 87, 0.08), transparent 60%),
    linear-gradient(180deg, var(--panel), var(--bg-elev));
  border: 1px solid var(--line);
}

.contact-intro {
  padding-right: clamp(0px, 2vw, 22px);
}

.contact-intro h2 {
  color: var(--text);
  font-size: clamp(2.4rem, 4.4vw, 4rem);
}

.contact-intro h2 em {
  color: var(--accent);
  text-transform: none;
  letter-spacing: -0.02em;
}

.contact-intro p {
  color: var(--text-muted);
}

.contact-socials {
  margin-top: 32px;
  color: var(--text);
}

.contact-socials a {
  color: var(--text);
}

.session-form {
  padding: clamp(26px, 3vw, 34px);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.015);
}

.form-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 22px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.form-slug {
  color: var(--accent);
}

.form-no {
  color: var(--text-soft);
}

.field {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.field label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.field-num {
  color: var(--accent);
  font-size: 10px;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 54px;
  padding: 14px 18px;
  border-radius: 14px;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  font-family: var(--body);
  font-size: 0.98rem;
  transition: border-color 180ms var(--ease), background-color 180ms var(--ease), box-shadow 180ms var(--ease);
}

.field textarea {
  min-height: 150px;
  resize: vertical;
}

.field select option {
  background: #1a1a1a;
  color: #f2e8cf;
}

.field input::placeholder,
.field textarea::placeholder {
  color: var(--text-soft);
}

.field input:hover,
.field select:hover,
.field textarea:hover {
  border-color: rgba(217, 119, 87, 0.42);
  background: rgba(235, 230, 217, 0.04);
}

.field input:focus-visible,
.field select:focus-visible,
.field textarea:focus-visible,
.btn-ink:focus-visible,
.btn-ghost:focus-visible,
.nav-links a:focus-visible,
.nav-toggle:focus-visible,
.contact-socials a:focus-visible,
.platform-row a:focus-visible,
.footer-nav a:focus-visible {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(217, 119, 87, 0.28);
}

/* =======================================
   FOOTER
   ======================================= */
.footer {
  padding: 0 var(--gutter) 48px;
}

.footer-plate {
  display: grid;
  gap: 14px;
  padding: 32px 0 0;
  border-top: 1px solid var(--line-strong);
}

.plate-logo {
  font-family: var(--body);
  font-weight: 800;
  font-size: 1.4rem;
  letter-spacing: -0.03em;
  color: var(--text);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.plate-logo::after {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--accent);
  clip-path: var(--hex);
  opacity: 0.9;
}

.plate-bar {
  width: 40px;
  height: 1px;
  background: var(--accent);
}

.plate-mono {
  color: var(--text-muted);
}

.plate-small {
  color: var(--text-soft);
  font-size: 0.82rem;
}

.plate-credit {
  margin-left: auto;
}

.plate-credit a {
  color: var(--text-muted);
  border-bottom: 1px solid transparent;
  transition: color 180ms var(--ease), border-color 180ms var(--ease);
}

.plate-credit a:hover {
  color: var(--accent);
  border-bottom-color: var(--accent);
}


.footer-nav {
  padding-top: 22px;
  color: var(--text-muted);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
}

.footer-nav a {
  transition: color 180ms var(--ease);
}

.footer-nav a:hover {
  color: var(--accent);
}

/* =======================================
   REVEAL ANIMATIONS
   ======================================= */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms var(--ease), transform 700ms var(--ease);
}

.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

/* =======================================
   RESPONSIVE
   ======================================= */
@media (max-width: 1100px) {
  .hero {
    min-height: auto;
  }

  .hero-watermark,
  .hero-kicker,
  .hero-sub,
  .hero-meta-top,
  .hero-meta-bottom span:first-child,
  .hero-meta-bottom .dot {
    display: none;
  }

  .service:nth-child(1),
  .service:nth-child(2),
  .service:nth-child(3),
  .service:nth-child(4) {
    grid-column: 1 / -1;
    margin-top: 0;
  }

  .studio-headline,
  .catalog-headline,
  .bio-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-sub {
    max-width: 48rem;
  }

  .hero-visual {
    min-height: 720px;
  }

  .bio-aside {
    position: relative;
    top: auto;
  }

  .services {
    grid-template-columns: 1fr;
  }

  .service {
    gap: 14px;
    padding: 26px 18px;
  }

  .service-index {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .service h3,
  .service p,
  .service-rate {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .service-tags {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .service-tags li {
    width: 100%;
    justify-content: center;
    text-align: center;
    white-space: normal;
  }

  .tracklist {
    grid-template-columns: 1fr;
  }

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

  .project {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .project-body {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .nav-toggle {
    display: inline-flex;
  }

  .wordmark-full {
    display: none;
  }

  .nav-links {
    position: fixed;
    inset: 74px 12px auto;
    display: grid;
    gap: 6px;
    padding: 18px;
    border-radius: 20px;
    border: 1px solid var(--line-strong);
    background: rgba(13, 13, 18, 0.96);
    backdrop-filter: blur(18px);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms var(--ease), transform 220ms var(--ease);
  }

  .nav-links.active {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-links li {
    width: 100%;
  }

  .nav-links a {
    width: 100%;
    justify-content: space-between;
    padding: 12px 0;
  }

  .hero {
    min-height: auto;
    margin-top: 86px;
  }

  .hero-copy {
    align-content: end;
    gap: 18px;
    padding: 24px;
    padding-top: 52px;
  }

  .project:nth-of-type(even) {
    padding-left: 0;
  }

  .project:nth-of-type(even) .project-media,
  .project:nth-of-type(odd) .project-media {
    transform: none;
  }

  .project:nth-of-type(even) .project-body,
  .project:nth-of-type(3) .project-body {
    padding-right: 0;
    padding-top: 0;
  }

  .hero-lower,
  .studio-cta,
  .project {
    grid-template-columns: 1fr;
  }

  .project-stats {
    grid-template-columns: 1fr;
  }

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

  .contact-grid {
    gap: 32px;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 15.5px;
  }

  .hero {
    width: min(calc(100vw - 12px), 1560px);
    margin-top: 78px;
    border-radius: 24px;
    min-height: calc(100svh - 96px);
    display: block;
    position: relative;
  }

  .hero::before {
    height: 36px;
  }

  .section-head {
    grid-template-columns: auto 1fr;
    gap: 10px 14px;
  }

  .section-head::after,
  .section-line {
    display: none;
  }

  .hero-copy {
    position: relative;
    z-index: 3;
    align-content: end;
    gap: 18px;
    min-height: 560px;
    min-height: calc(100svh - 96px);
    padding: 52px 18px 20px;
  }

  .hero-panel {
    gap: 18px;
  }

  .hero-visual {
    position: absolute;
    inset: 0;
    min-height: 0;
    height: 100%;
  }

  .hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-position: 72% center;
    transform: scale(1.38);
    transform-origin: center;
  }

  .hero-title-wrap {
    gap: 12px;
  }

  .hero-title {
    max-width: 11rem;
  }

  .ht-brandon {
    font-size: clamp(3.2rem, 14vw, 4.4rem);
    line-height: 0.92;
  }

  .ht-bee {
    font-size: clamp(4.3rem, 18vw, 6rem);
    line-height: 0.88;
  }

  .hero-lower {
    gap: 14px;
    padding-top: 18px;
    border-top: none;
  }

  .hero-meta-bottom {
    max-width: 15rem;
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .hero-caption {
    display: none;
  }

  .hero-cta-row {
    gap: 10px;
    width: 100%;
  }

  .btn-ink,
  .btn-ghost {
    width: 100%;
  }

  .btn-ink-lg {
    min-height: 54px;
  }

  .bio-title,
  .studio-headline h2,
  .catalog-headline h2,
  .contact-intro h2 {
    font-size: clamp(2.4rem, 12vw, 4.2rem);
  }

  .credits {
    display: none;
  }

  .project:nth-of-type(even) .project-mark,
  .project:nth-of-type(even) .project-media,
  .project:nth-of-type(even) .project-body {
    order: 0;
  }

  .project-eq .project-media {
    min-height: 240px;
    padding: 28px;
  }

  .project-eq .project-media img {
    width: min(100%, 200px);
  }

  .portrait-frame {
    min-height: 290px;
  }

  .studio-cta,
  .contact-grid,
  .session-form {
    padding: 18px;
  }

  .contact-intro,
  .session-form {
    min-width: 0;
  }

  .contact-intro h2 {
    font-size: clamp(2.1rem, 11vw, 3.4rem);
  }

  .contact-intro p,
  .field label {
    overflow-wrap: anywhere;
  }

  .bio-facts div,
  .tracklist li {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .tl-dots {
    display: none;
  }

  .records {
    grid-template-columns: 1fr;
  }

  .records .record {
    transform: none;
  }

  .form-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .studio-cta {
    gap: 18px;
  }

  .plate-credit {
    display: none;
  }

  .footer-mobile-credit {
    display: block;
    padding-top: 18px;
    text-align: center;
    color: var(--text-soft);
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .footer-mobile-credit a {
    color: var(--text-muted);
    border-bottom: 1px solid transparent;
  }

  .footer-mobile-credit a:hover {
    color: var(--accent);
    border-bottom-color: var(--accent);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
