@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url("assets/fonts/mulish-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url("assets/fonts/mulish-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  color-scheme: dark;
  --font-body: "Avenir Next", Avenir, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-heading: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --bg: #040403;
  --panel: #0a0908;
  --panel-raised: rgba(232, 229, 222, 0.052);
  --text: #f0ece4;
  --muted: #d7d0c5;
  --dim: #9b948b;
  --accent: #c28249;
  --accent-soft: #d8b77f;
  --accent-deep: #815337;
  --pewter: #8d978f;
  --pewter-soft: #bbc1b8;
  --pewter-line: rgba(141, 151, 143, 0.28);
  --heading: #c58a55;
  --line: rgba(232, 229, 222, 0.13);
  --heavy-line: rgba(216, 183, 127, 0.26);
  --wave-motif: url("data:image/svg+xml,%3Csvg width='1600' height='460' viewBox='0 0 1600 460' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M-40 250 C 110 160 215 160 330 248 S 565 337 710 235 S 970 121 1138 214 S 1394 338 1640 172' stroke='%23c88747' stroke-opacity='.24' stroke-width='2'/%3E%3Cpath d='M-40 294 C 125 223 250 221 390 285 S 645 382 812 286 S 1052 178 1218 250 S 1408 310 1640 226' stroke='%23929c94' stroke-opacity='.22' stroke-width='1.45'/%3E%3Cpath d='M-40 206 C 126 276 260 279 410 195 S 640 88 820 169 S 1060 300 1225 215 S 1420 132 1640 272' stroke='%23ead8b5' stroke-opacity='.14' stroke-width='1.25'/%3E%3Cpath d='M-40 342 C 160 316 295 340 470 314 S 732 244 890 310 S 1125 376 1320 294 S 1472 238 1640 260' stroke='%23929c94' stroke-opacity='.08' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
}

* {
  box-sizing: border-box;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

section {
  scroll-margin-top: 20px;
}

.anchor-target {
  scroll-margin-top: 128px;
}

body {
  margin: 0;
  background:
    radial-gradient(ellipse at 14% 0%, rgba(194, 130, 73, 0.035), transparent 36rem),
    radial-gradient(ellipse at 88% 34%, rgba(141, 151, 143, 0.032), transparent 34rem),
    linear-gradient(90deg, rgba(232, 229, 222, 0.014) 1px, transparent 1px) 0 0 / 25vw 100%,
    var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.62;
  font-feature-settings: "kern" 1, "liga" 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 72px;
  padding: 16px clamp(18px, 5vw, 64px);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(194, 130, 73, 0.07), transparent 62%),
    linear-gradient(180deg, rgba(22, 16, 12, 0.98), rgba(10, 8, 6, 0.96));
  border-bottom: 1px solid var(--line);
  box-shadow:
    inset 0 -1px 0 rgba(234, 216, 181, 0.04),
    0 14px 34px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px) saturate(120%);
}

.brand {
  color: var(--text);
  font-size: 1.1rem;
  font-weight: 850;
  text-decoration: none;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 26px;
  width: 26px;
  height: 28px;
  overflow: hidden;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav {
  display: flex;
  gap: clamp(14px, 3vw, 32px);
  color: rgba(247, 239, 225, 0.72);
  font-size: clamp(0.78rem, 0.3vw + 0.72rem, 0.92rem);
  font-weight: 560;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.nav a {
  padding: 8px 0;
  text-decoration: none;
  transition: color 160ms ease;
}

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

.back-to-top {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  align-items: center;
  justify-items: center;
  min-height: 100svh;
  padding: 118px clamp(20px, 6vw, 82px) clamp(122px, 14vh, 170px);
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #030302;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    url("assets/tausta-no-monitor-ai.jpg");
  background-size: min(98vw, 1920px) auto;
  background-repeat: no-repeat;
  background-position: center 52%;
  filter: contrast(1.04) saturate(0.9) brightness(1.04);
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 46%, rgba(18, 15, 12, 0) 0%, rgba(3, 3, 2, 0.04) 52%, rgba(3, 3, 2, 0.32) 100%),
    linear-gradient(90deg, rgba(3, 3, 2, 0.28) 0%, rgba(3, 3, 2, 0.06) 45%, rgba(3, 3, 2, 0.18) 100%),
    linear-gradient(0deg, rgba(3, 3, 2, 0.32) 0%, rgba(3, 3, 2, 0) 52%, rgba(3, 3, 2, 0.18) 100%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(900px, 100%);
  transform: translateY(-13vh);
  display: grid;
  justify-items: center;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--pewter-soft);
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 0;
  font-family: var(--font-heading);
  font-size: clamp(4.7rem, 12.5vw, 10.6rem);
  line-height: 0.88;
  font-weight: 500;
}

.hero-logo {
  display: block;
  width: min(var(--hero-logo-width, 318px), calc(100vw - 48px));
  height: var(--hero-logo-height, 79px);
  max-width: calc(100vw - 48px);
  background: url("assets/mojolab-hero-new.png?v=warm-pewter-7") center / contain no-repeat;
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.48));
}

@media (min-width: 561px) {
  :root {
    --hero-logo-width: 430px;
    --hero-logo-height: 107px;
  }
}

.hero-tagline {
  max-width: min(760px, 86vw);
  margin: 9px 0 0;
  color: rgba(213, 207, 197, 0.72);
  font-family: var(--font-body);
  font-size: clamp(0.74rem, 0.22vw + 0.68rem, 0.84rem);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.018em;
  line-height: 1.3;
  text-align: center;
  text-transform: none;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.78);
}

.hero-service-rail {
  position: absolute;
  z-index: 2;
  left: clamp(20px, 6vw, 82px);
  right: clamp(20px, 6vw, 82px);
  bottom: clamp(24px, 4vh, 48px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 42px);
  border-top: 1px solid rgba(216, 183, 127, 0.42);
  background: transparent;
}

.hero-service-rail span {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 16px 0 0;
  background: transparent;
  color: rgba(240, 236, 228, 0.86);
  font-size: clamp(0.74rem, 0.32vw + 0.64rem, 0.92rem);
  font-weight: 560;
  letter-spacing: 0.08em;
  line-height: 1.18;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-service-rail br {
  display: none;
}

.hero-service-rail span:nth-child(2) {
  justify-content: center;
  text-align: center;
}

.hero-service-rail span:nth-child(3) {
  justify-content: flex-end;
  text-align: right;
}

h2 {
  margin-bottom: 22px;
  color: var(--heading);
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3.05vw, 3.45rem);
  line-height: 1.04;
  font-weight: 500;
  letter-spacing: -0.01em;
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(1.22rem, 1.5vw, 1.68rem);
  color: var(--text);
  font-family: var(--font-heading);
  font-weight: 500;
}

.hero-mobile-cta {
  display: none;
}

.about-intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: clamp(34px, 7vw, 96px);
  align-items: end;
  padding: clamp(72px, 9vw, 120px) clamp(20px, 6vw, 82px);
  border-block: 1px solid var(--line);
  background:
    radial-gradient(ellipse at 15% 14%, rgba(194, 130, 73, 0.055), transparent 42%),
    linear-gradient(90deg, rgba(194, 130, 73, 0.035), transparent 44%),
    linear-gradient(180deg, rgba(13, 10, 8, 0.98), rgba(5, 5, 4, 0.98));
}

.about-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 4, 0.8) 0%, rgba(5, 5, 4, 0.48) 42%, rgba(5, 5, 4, 0.18) 100%),
    linear-gradient(0deg, rgba(5, 5, 4, 0.78) 0%, rgba(5, 5, 4, 0.22) 48%, rgba(5, 5, 4, 0.58) 100%),
    url("assets/concept-acoustic-measurement.webp") right center / min(64vw, 1080px) auto no-repeat;
  opacity: 0.9;
  pointer-events: none;
}

.about-copy,
.about-services {
  position: relative;
  z-index: 1;
}

.about-copy {
  max-width: 980px;
}

.about-copy p:not(.eyebrow) {
  max-width: 820px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 0.48vw + 0.9rem, 1.14rem);
  line-height: 1.68;
}

.about-copy p:not(.eyebrow) + p:not(.eyebrow) {
  margin-top: 18px;
}

.about-copy a {
  color: var(--accent-soft);
  font-weight: 680;
  text-decoration-color: rgba(200, 135, 71, 0.68);
  text-underline-offset: 4px;
}

.about-services {
  display: grid;
  gap: 12px;
  border-left: 1px solid rgba(216, 183, 127, 0.2);
  background: transparent;
}

.about-services article {
  position: relative;
  display: grid;
  gap: 12px;
  padding: clamp(20px, 3vw, 34px) clamp(22px, 3.2vw, 38px);
  border-left: 2px solid rgba(194, 130, 73, 0.42);
  background:
    linear-gradient(90deg, rgba(194, 130, 73, 0.055), rgba(232, 229, 222, 0.012) 58%, transparent),
    rgba(0, 0, 0, 0.08);
}

.about-services article:nth-child(2) {
  border-color: rgba(146, 156, 148, 0.7);
  background:
    linear-gradient(90deg, rgba(146, 156, 148, 0.13), rgba(146, 156, 148, 0.02) 55%, transparent),
    rgba(0, 0, 0, 0.12);
}

.about-services article:nth-child(3) {
  border-color: rgba(234, 216, 181, 0.48);
}

.about-services strong,
.about-services span {
  display: block;
}

.about-services strong {
  color: var(--text);
  font-family: var(--font-heading);
  font-size: clamp(1.12rem, 0.86vw, 1.38rem);
  font-weight: 500;
  line-height: 1.16;
}

.about-services span {
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 400;
  line-height: 1.55;
}

.simple-section,
.prices,
.contact {
  padding: clamp(72px, 9vw, 120px) clamp(20px, 6vw, 82px);
}

.section-heading {
  max-width: 900px;
  margin-bottom: 42px;
}

.section-copy {
  max-width: 760px;
  margin: 0;
  color: rgba(215, 208, 197, 0.9);
  font-size: clamp(0.98rem, 0.56vw + 0.88rem, 1.12rem);
  line-height: 1.5;
}

.subsection-heading {
  max-width: 760px;
  margin-top: clamp(58px, 7vw, 92px);
  margin-bottom: clamp(24px, 3vw, 38px);
}

.subsection-heading h2 {
  margin-bottom: 0;
  font-size: clamp(1.42rem, 1.95vw, 2.2rem);
}

.mastering-section {
  position: relative;
  overflow: hidden;
  padding-bottom: clamp(36px, 5vw, 70px);
  background:
    radial-gradient(ellipse at 76% 18%, rgba(146, 156, 148, 0.07), transparent 34%),
    radial-gradient(ellipse at 22% 62%, rgba(94, 112, 108, 0.055), transparent 44%),
    radial-gradient(ellipse at 58% 44%, rgba(194, 130, 73, 0.034), transparent 42%),
    radial-gradient(ellipse at 18% 10%, rgba(216, 183, 127, 0.022), transparent 36%),
    linear-gradient(180deg, rgba(3, 3, 2, 0.94), rgba(3, 3, 2, 0.985));
}

.mastering-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 18% 28%, rgba(232, 229, 222, 0.02) 0 1px, transparent 1px),
    radial-gradient(circle at 72% 68%, rgba(146, 156, 148, 0.024) 0 1px, transparent 1px),
    linear-gradient(90deg, rgba(234, 216, 181, 0.018) 1px, transparent 1px);
  background-size: 34px 34px, 52px 52px, 20vw 100%;
  opacity: 0.22;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 86%, transparent);
  pointer-events: none;
}

.mastering-section::after {
  content: "";
  position: absolute;
  inset: clamp(78px, 8vw, 120px) 0 auto;
  z-index: 1;
  height: min(520px, 44vw);
  background: var(--wave-motif) center top / max(1320px, 105vw) auto no-repeat;
  opacity: 0.38;
  mix-blend-mode: screen;
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 88%, transparent);
  pointer-events: none;
}

.mastering-section .section-heading,
.mastering-process,
.mastering-callout {
  position: relative;
  z-index: 2;
}

.mastering-top {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: clamp(34px, 6vw, 92px);
  align-items: end;
  margin-bottom: clamp(46px, 6vw, 76px);
}

.mastering-heading p:last-child {
  max-width: 830px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 0.48vw + 0.9rem, 1.12rem);
  line-height: 1.66;
}

.mastering-callout {
  display: grid;
  gap: 14px;
  padding: clamp(24px, 3vw, 38px) clamp(24px, 3.3vw, 44px);
  border-left: 1px solid rgba(194, 130, 73, 0.42);
  background:
    radial-gradient(ellipse at 20% 12%, rgba(194, 130, 73, 0.045), transparent 62%),
    linear-gradient(180deg, rgba(232, 229, 222, 0.044), rgba(232, 229, 222, 0.01)),
    rgba(0, 0, 0, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(234, 216, 181, 0.055),
    inset 0 -1px 0 rgba(146, 156, 148, 0.11);
}

.mastering-callout .eyebrow {
  margin: 0;
}

.mastering-process {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-bottom: clamp(72px, 8vw, 108px);
  padding-block: clamp(8px, 1.4vw, 18px);
  border-top: 1px solid rgba(146, 156, 148, 0.16);
  border-bottom: 1px solid rgba(234, 216, 181, 0.08);
  background: transparent;
}

.mastering-process article {
  position: relative;
  isolation: isolate;
  z-index: 1;
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: clamp(210px, 18vw, 270px);
  padding: clamp(58px, 5.4vw, 82px) clamp(18px, 2.3vw, 34px) clamp(24px, 3vw, 38px) 0;
  border-right: 1px solid rgba(146, 156, 148, 0.11);
  overflow: hidden;
}

.mastering-process article:last-child {
  border-right: 0;
}

.mastering-process span {
  position: absolute;
  top: clamp(10px, 1.3vw, 18px);
  right: clamp(12px, 1.4vw, 22px);
  z-index: 0;
  color: rgba(185, 174, 154, 0.24);
  font-size: clamp(5.8rem, 7.8vw, 10.4rem);
  font-weight: 850;
  line-height: 0.78;
  letter-spacing: -0.04em;
  text-shadow: 0 0 28px rgba(185, 174, 154, 0.055);
  pointer-events: none;
}

.mastering-process h3,
.mastering-process p {
  position: relative;
  z-index: 1;
}

.mastering-process h3,
.mastering-callout h3,
.prepare-faq h3 {
  margin: 0;
  color: var(--text);
  font-size: clamp(1rem, 0.78vw + 0.82rem, 1.24rem);
  font-family: var(--font-heading);
  font-weight: 500;
  line-height: 1.16;
}

.mastering-process p,
.mastering-callout p,
.prepare-faq p {
  margin: 0;
  color: rgba(215, 208, 197, 0.88);
  font-size: 0.96rem;
  line-height: 1.58;
}

.prepare-trigger {
  justify-self: start;
  display: inline-flex;
  margin-top: 6px;
  padding: 0 0 6px;
  border: 0;
  border-bottom: 1px solid rgba(200, 135, 71, 0.7);
  background: transparent;
  color: var(--accent-soft);
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.prepare-trigger:hover {
  color: var(--text);
  border-color: var(--accent-soft);
}

.clients-heading {
  position: relative;
  z-index: 1;
  margin-top: 0;
  max-width: 1280px;
}

.clients-heading p:not(.eyebrow) {
  margin-top: clamp(16px, 1.8vw, 24px);
}

.clients-columns {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: start;
  gap: clamp(28px, 4vw, 52px);
  margin: clamp(30px, 4vw, 48px) clamp(12px, 2vw, 28px) 0;
}

.clients-list-col {
  display: flex;
  flex-direction: column;
}

/* Darkening band behind the whole columns row, so the player's backdrop fade
   carries across under the selected artists to the right edge too. */
.clients-columns::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -10%;
  left: calc(-1 * clamp(12px, 2vw, 28px));
  right: calc(-1 * clamp(12px, 2vw, 28px));
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.33) 0%,
    rgba(0, 0, 0, 0.31) 55%,
    rgba(0, 0, 0, 0.29) 100%
  );
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%),
    linear-gradient(180deg, transparent 0, #000 16%, #000 74%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%),
    linear-gradient(180deg, transparent 0, #000 16%, #000 74%, transparent 100%);
  mask-composite: intersect;
}

@media (min-width: 1000px) {
  .clients-columns {
    grid-template-columns: minmax(360px, 480px) minmax(0, 1.1fr);
    align-items: center;
  }

  .clients-columns .listen-card {
    grid-row: 1;
    grid-column: 1;
  }

  .clients-columns .clients-list-col {
    grid-row: 1;
    grid-column: 2;
    margin-top: clamp(28px, 3.5vw, 56px);
  }

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

  .clients-list-col .client-list-trigger {
    margin-top: clamp(34px, 4vw, 56px);
  }
}

.listen-card {
  display: grid;
  gap: 14px;
  width: min(540px, 100%);
  padding: clamp(20px, 2.6vw, 32px) clamp(20px, 2.8vw, 36px);
  border-left: 1px solid rgba(194, 130, 73, 0.42);
  background:
    radial-gradient(ellipse at 20% 12%, rgba(194, 130, 73, 0.052), transparent 62%),
    linear-gradient(180deg, rgba(232, 229, 222, 0.044), rgba(232, 229, 222, 0.01)),
    rgba(0, 0, 0, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(234, 216, 181, 0.055),
    inset 0 -1px 0 rgba(146, 156, 148, 0.11);
}

.listen-title {
  margin: 0;
  color: var(--heading);
  font-size: clamp(1.42rem, 1.95vw, 2.2rem);
  font-family: var(--font-heading);
  font-weight: 500;
  line-height: 1;
}

.listen-note {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.listen-embed {
  position: relative;
  z-index: 2;
  width: min(450px, 100%);
}

.listen-embed iframe {
  display: block;
  border: 0;
}

.section-heading p,
.contact p {
  color: var(--muted);
}

.about-copy p:not(.eyebrow),
.section-copy,
.mastering-heading p:last-child,
.mastering-callout p:not(.eyebrow),
.mastering-process p,
.prepare-faq p,
.acoustic-section .section-heading p:last-child,
.acoustic-services p,
.acoustic-list p,
.price-list p,
.price-note,
.contact-copy,
.clients-heading p:not(.eyebrow) {
  text-align: left;
  text-align-last: left;
}

.contact-panel {
  border: 1px solid var(--line);
  border-radius: 2px;
  background: var(--panel-raised);
}

.clients-block {
  position: relative;
  overflow: hidden;
}

.client-card {
  position: static;
  overflow: visible;
}

.client-card::before {
  content: "";
  display: block;
  width: 56px;
  height: 2px;
  margin-bottom: 22px;
  background: linear-gradient(90deg, var(--heading), rgba(216, 183, 127, 0.34));
}

.client-card.wide {
  min-height: clamp(520px, 48vw, 680px);
  padding: clamp(30px, 5vw, 64px) 0;
}

.client-backdrop-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  user-select: none;
  -webkit-mask-image: linear-gradient(
    180deg,
    transparent 0%,
    rgba(0, 0, 0, 0.5) 3.5%,
    rgba(0, 0, 0, 0.6) 30%,
    #000 50%,
    #000 88%,
    transparent 100%
  );
  mask-image: linear-gradient(
    180deg,
    transparent 0%,
    rgba(0, 0, 0, 0.5) 3.5%,
    rgba(0, 0, 0, 0.6) 30%,
    #000 50%,
    #000 88%,
    transparent 100%
  );
}

.client-backdrop {
  position: absolute;
  top: -220px;
  left: 0;
  right: 0;
  margin: 0;
  color: rgba(232, 229, 222, 0.12);
  font-size: clamp(0.9rem, 1.28vw, 1.46rem);
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.025em;
  word-spacing: 0.28em;
  transform: translate3d(0, var(--backdrop-shift, 0px), 0);
  will-change: transform;
}

.selected-clients {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 34px) clamp(22px, 3vw, 54px);
  max-width: none;
}

.selected-clients span {
  display: inline-flex;
  align-items: center;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
  color: var(--text);
  font-size: clamp(0.98rem, 1.16vw, 1.38rem);
  font-family: var(--font-heading);
  font-weight: 500;
  line-height: 1.16;
  text-align: left;
  text-shadow:
    0 2px 14px rgba(0, 0, 0, 0.9),
    0 0 26px rgba(0, 0, 0, 0.7);
}

.client-list-trigger {
  position: relative;
  z-index: 2;
  display: inline-flex;
  margin: clamp(20px, 2.6vw, 32px) 0 0;
  padding: 0 0 6px;
  border: 0;
  border-bottom: 1px solid rgba(194, 130, 73, 0.68);
  background: transparent;
  color: var(--accent-soft);
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.client-list-trigger:hover {
  color: var(--text);
  border-color: var(--accent-soft);
}

.client-dialog,
.prepare-dialog {
  width: min(780px, calc(100vw - 32px));
  max-height: min(620px, calc(100dvh - 32px));
  padding: 0;
  border: 1px solid rgba(234, 216, 181, 0.22);
  background:
    linear-gradient(180deg, rgba(231, 219, 196, 0.05), rgba(231, 219, 196, 0.014)),
    #060504;
  color: var(--text);
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.72);
}

.client-dialog::backdrop,
.prepare-dialog::backdrop {
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(8px);
}

.client-dialog-panel,
.prepare-dialog-panel {
  max-height: min(620px, calc(100dvh - 32px));
  overflow: auto;
  padding: clamp(22px, 3vw, 34px);
}

.client-dialog-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 20px;
}

.client-dialog-heading h2 {
  margin-bottom: 0;
  font-size: clamp(1.55rem, 2.35vw, 2.2rem);
}

.client-dialog-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.24);
  color: var(--text);
  cursor: pointer;
  font-size: 1.55rem;
  line-height: 1;
}

.client-dialog-close:hover {
  border-color: var(--accent);
  color: var(--accent-soft);
}

.client-dialog-list {
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.92rem, 0.48vw + 0.82rem, 1.04rem);
  line-height: 1.68;
  word-spacing: 0.08em;
}

.prepare-faq {
  display: grid;
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.prepare-faq article {
  display: grid;
  gap: 10px;
  padding: clamp(18px, 2.4vw, 26px);
  background:
    linear-gradient(180deg, rgba(231, 219, 196, 0.04), rgba(231, 219, 196, 0.012)),
    rgba(0, 0, 0, 0.2);
}

.acoustic-section {
  position: relative;
  scroll-margin-top: 90px;
  padding-top: 0;
  padding-bottom: clamp(48px, 7vw, 86px);
  background:
    linear-gradient(135deg, rgba(146, 156, 148, 0.08), transparent 34%),
    linear-gradient(315deg, rgba(200, 135, 71, 0.025), transparent 42%);
}

.acoustic-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(3, 3, 2, 0.8) 0%, rgba(3, 3, 2, 0.46) 46%, rgba(3, 3, 2, 0.76) 100%),
    linear-gradient(0deg, rgba(3, 3, 2, 0.88) 0%, rgba(3, 3, 2, 0.28) 42%, rgba(3, 3, 2, 0.7) 100%),
    url("assets/concept-audio-lab.webp") center 38% / max(1900px, 125vw) auto no-repeat;
  opacity: 0.72;
  pointer-events: none;
}

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

.acoustic-section .eyebrow {
  color: var(--pewter-soft);
}

.acoustic-section h2 {
  color: var(--heading);
  text-shadow: 0 0 26px rgba(146, 156, 148, 0.12);
}

.acoustic-section .section-heading p:last-child {
  max-width: 760px;
  margin: 0;
  color: rgba(215, 208, 197, 0.88);
  font-size: clamp(0.98rem, 0.56vw + 0.88rem, 1.12rem);
  line-height: 1.5;
}

.acoustic-services {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: 0;
  border: 1px solid rgba(146, 156, 148, 0.24);
  background:
    linear-gradient(90deg, rgba(146, 156, 148, 0.08) 1px, transparent 1px),
    rgba(146, 156, 148, 0.18);
  background-size: 25% 100%, auto;
}

.acoustic-services article {
  position: relative;
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 210px;
  padding: clamp(20px, 2.5vw, 30px);
  background:
    linear-gradient(180deg, rgba(146, 156, 148, 0.045), rgba(251, 244, 229, 0.01)),
    rgba(0, 0, 0, 0.12);
}

.acoustic-services article::before {
  content: "";
  width: 42px;
  height: 2px;
  margin-bottom: 4px;
  background: rgba(146, 156, 148, 0.72);
}

.acoustic-services h3 {
  margin: 0;
  color: var(--text);
  font-size: clamp(0.96rem, 0.58vw + 0.84rem, 1.14rem);
  font-family: var(--font-heading);
  font-weight: 500;
  line-height: 1.2;
}

.acoustic-services p {
  margin: 0;
  color: rgba(215, 208, 197, 0.82);
  font-size: 0.94rem;
  line-height: 1.46;
}

.acoustic-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 42px;
  border-top: 1px solid rgba(146, 156, 148, 0.42);
}

.acoustic-list article {
  display: block;
  position: relative;
  padding: clamp(18px, 2.3vw, 26px) 0 clamp(18px, 2.3vw, 26px) 16px;
  border-bottom: 1px solid var(--line);
}

.acoustic-list article::before {
  content: "";
  position: absolute;
  top: clamp(20px, 2.4vw, 28px);
  bottom: clamp(20px, 2.4vw, 28px);
  left: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--pewter), rgba(200, 135, 71, 0.32));
  opacity: 0.62;
}

.acoustic-list h3 {
  margin: 0 0 8px;
  color: var(--text);
  font-size: clamp(0.98rem, 0.88vw, 1.18rem);
  font-family: var(--font-heading);
  font-weight: 500;
  line-height: 1.16;
}

.acoustic-list h3 span {
  display: block;
  margin-top: 5px;
  color: var(--pewter-soft);
  font-size: 0.82rem;
  font-weight: 760;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.place-label {
  display: block;
  margin-bottom: 4px;
  color: var(--pewter-soft);
  font-size: 0.82rem;
  font-weight: 760;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.acoustic-list article > div,
.acoustic-list article > p {
  min-width: 0;
}

.acoustic-list p {
  margin: 0;
  color: rgba(215, 208, 197, 0.84);
  font-size: 0.94rem;
  line-height: 1.45;
}

.acoustic-list p + p {
  margin-top: 9px;
}

.other-references p {
  max-width: none;
}

.other-references {
  grid-column: 1 / -1;
}

.prices {
  position: relative;
  overflow: hidden;
  padding-top: clamp(64px, 7vw, 96px);
  padding-bottom: clamp(64px, 7vw, 96px);
  border-block: 1px solid var(--line);
  background:
    radial-gradient(ellipse at 84% 12%, rgba(146, 156, 148, 0.09), transparent 40%),
    radial-gradient(ellipse at 12% 70%, rgba(194, 130, 73, 0.052), transparent 44%),
    linear-gradient(180deg, rgba(232, 229, 222, 0.026), transparent 46%),
    var(--panel);
}

.prices::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: clamp(40px, 6vw, 92px);
  z-index: 0;
  height: min(440px, 40vw);
  background: var(--wave-motif) center top / max(1280px, 104vw) auto no-repeat;
  opacity: 0.34;
  mix-blend-mode: screen;
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 88%, transparent);
  pointer-events: none;
}

.prices .section-heading,
.contact > div:first-child {
  max-width: 760px;
}

.prices .section-heading h2,
.contact h2 {
  font-size: clamp(1.75rem, 2.7vw, 3rem);
  line-height: 1.02;
}

.prices::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(234, 216, 181, 0.016) 1px, transparent 1px),
    linear-gradient(0deg, rgba(146, 156, 148, 0.012) 1px, transparent 1px);
  background-size: 25vw 100%, 100% 190px;
  opacity: 0.34;
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 90%, transparent);
  pointer-events: none;
}

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

.price-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  max-width: 1120px;
  margin: 0;
  border-top: 1px solid rgba(194, 130, 73, 0.22);
  border-bottom: 1px solid rgba(232, 229, 222, 0.12);
  background: transparent;
}

.price-list div {
  position: relative;
  display: grid;
  grid-template-columns: minmax(190px, 0.72fr) minmax(190px, 0.64fr) minmax(0, 1.34fr);
  gap: clamp(16px, 3vw, 44px);
  align-items: baseline;
  min-height: 0;
  padding: clamp(15px, 2vw, 22px) 0;
  border: 0;
  border-bottom: 1px solid rgba(232, 229, 222, 0.12);
  background:
    linear-gradient(90deg, rgba(194, 130, 73, 0.028), transparent 36%),
    transparent;
  box-shadow: none;
}

.price-list div:last-child {
  border-bottom: 0;
}

.price-list div::before {
  content: none;
}

.price-list dt {
  color: var(--muted);
  font-size: clamp(0.8rem, 0.36vw + 0.72rem, 0.94rem);
  font-weight: 650;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
}

.price-list dd {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.22rem, 1.25vw, 1.68rem);
  font-family: var(--font-heading);
  font-weight: 500;
  line-height: 1.04;
  text-align: left;
}

.price-list dd span {
  color: var(--muted);
  font-size: 0.46em;
  font-weight: 680;
}

.price-list dd a {
  color: var(--accent-soft);
  text-decoration-color: rgba(200, 135, 71, 0.68);
  text-underline-offset: 5px;
}

.price-list dd a:hover {
  color: var(--text);
}

.price-list p {
  max-width: 420px;
  margin: 0;
  color: rgba(215, 208, 197, 0.86);
  font-size: clamp(0.9rem, 0.4vw + 0.82rem, 1.02rem);
  line-height: 1.42;
}

.price-note {
  max-width: 980px;
  margin: clamp(20px, 2.8vw, 30px) 0 0;
  padding: clamp(14px, 1.9vw, 22px) 0 0;
  border-top: 1px solid rgba(146, 156, 148, 0.18);
  color: rgba(215, 208, 197, 0.88);
  font-size: clamp(0.92rem, 0.42vw + 0.84rem, 1.04rem);
  line-height: 1.5;
}

.contact {
  position: relative;
  overflow: hidden;
  padding-top: clamp(64px, 7vw, 96px);
  padding-bottom: clamp(64px, 7vw, 96px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 500px);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  border-top: 1px solid rgba(146, 156, 148, 0.16);
  background:
    radial-gradient(ellipse at 80% 50%, rgba(146, 156, 148, 0.09), transparent 42%),
    radial-gradient(ellipse at 16% 20%, rgba(194, 130, 73, 0.045), transparent 40%),
    linear-gradient(90deg, rgba(194, 130, 73, 0.034), transparent 42%),
    var(--bg);
}

.contact::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(234, 216, 181, 0.018) 1px, transparent 1px),
    linear-gradient(0deg, rgba(146, 156, 148, 0.014) 1px, transparent 1px);
  background-size: 25vw 100%, 100% 160px;
  opacity: 0.36;
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  pointer-events: none;
}

.contact::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: clamp(28px, 5vw, 72px);
  z-index: 0;
  height: min(360px, 32vw);
  background: var(--wave-motif) center / max(1280px, 104vw) auto no-repeat;
  opacity: 0.32;
  mix-blend-mode: screen;
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 88%, transparent);
  pointer-events: none;
}

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

.contact-form {
  display: grid;
  gap: 16px;
  max-width: 540px;
  margin-top: 28px;
}

.contact-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: rgba(215, 208, 197, 0.78);
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.32);
  color: var(--text);
  font: inherit;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: normal;
  text-transform: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: var(--dim);
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: none;
  border-color: rgba(194, 130, 73, 0.72);
}

.contact-form select {
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, rgba(216, 183, 127, 0.72) 50%) right 15px center / 6px 6px no-repeat,
    linear-gradient(135deg, rgba(216, 183, 127, 0.72) 50%, transparent 50%) right 10px center / 6px 6px no-repeat,
    rgba(0, 0, 0, 0.32);
}

.contact-form textarea {
  resize: vertical;
  min-height: 120px;
}

.contact-form button {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
  padding: 12px 22px 11px;
  border: 1px solid rgba(194, 130, 73, 0.48);
  background:
    linear-gradient(180deg, rgba(194, 130, 73, 0.052), rgba(3, 3, 2, 0.32)),
    rgba(3, 3, 2, 0.38);
  color: rgba(240, 236, 228, 0.9);
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  transition: border-color 160ms ease, color 160ms ease;
}

.contact-form button:hover {
  border-color: var(--accent-soft);
  color: var(--text);
}

.form-status {
  margin: 4px 0 0;
  color: var(--accent-soft);
  font-size: 0.94rem;
  line-height: 1.45;
}

.form-status.is-error {
  color: #d9a08c;
}

.contact-panel {
  position: relative;
  display: grid;
  gap: 16px;
  padding: clamp(28px, 3.6vw, 44px);
  overflow: hidden;
  border-left: 1px solid rgba(194, 130, 73, 0.42);
  border-color: rgba(232, 229, 222, 0.16);
  background:
    radial-gradient(ellipse at 18% 10%, rgba(194, 130, 73, 0.055), transparent 58%),
    linear-gradient(180deg, rgba(232, 229, 222, 0.046), rgba(232, 229, 222, 0.012)),
    rgba(0, 0, 0, 0.24);
}

.contact-panel::after {
  content: "";
  position: absolute;
  right: -36px;
  bottom: -44px;
  width: 190px;
  height: 206px;
  background: url("assets/mojolab-m-letter.png") no-repeat center / contain;
  opacity: 0.07;
  pointer-events: none;
}

.contact-person {
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.8vw, 22px);
}

.contact-photo {
  width: clamp(84px, 7.5vw, 104px);
  height: clamp(84px, 7.5vw, 104px);
  object-fit: cover;
  border-radius: 2px;
  border: 1px solid rgba(234, 216, 181, 0.22);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.35);
  filter: saturate(0.88);
}

.contact-details {
  display: grid;
  gap: 9px;
  min-width: 0;
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
}

.contact-panel .contact-links a {
  font-size: 0.92rem;
  white-space: nowrap;
}

.contact-panel-note {
  margin: 4px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(234, 216, 181, 0.14);
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.contact-panel::before {
  content: "";
  width: 76px;
  height: 2px;
  margin-bottom: 2px;
  background: linear-gradient(90deg, rgba(194, 130, 73, 0.76), rgba(232, 229, 222, 0.24));
}

.contact-panel a {
  color: var(--text);
  font-size: clamp(1rem, 0.55vw + 0.9rem, 1.16rem);
  font-weight: 720;
  text-decoration-color: rgba(200, 135, 71, 0.68);
  text-underline-offset: 5px;
}

.contact-panel a:hover {
  color: var(--accent-soft);
}

.contact-name {
  margin: 0;
  color: var(--accent-soft);
  font-size: clamp(1.12rem, 0.85vw + 0.94rem, 1.42rem);
  font-family: var(--font-heading);
  font-weight: 500;
  line-height: 1.1;
}

.contact-copy {
  max-width: 540px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.98rem, 0.56vw + 0.86rem, 1.12rem);
  line-height: 1.5;
}

.form-privacy-note {
  max-width: 520px;
  margin: -2px 0 0;
  color: rgba(215, 208, 197, 0.72);
  font-size: 0.82rem;
  line-height: 1.45;
}

.form-privacy-note a {
  color: var(--accent-soft);
  text-decoration-color: rgba(194, 130, 73, 0.56);
  text-underline-offset: 4px;
}

.site-footer {
  display: grid;
  gap: 14px;
  padding: clamp(28px, 4vw, 44px) clamp(20px, 6vw, 82px);
  color: var(--dim);
  border-top: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(232, 229, 222, 0.014), rgba(4, 4, 3, 0)),
    var(--bg);
}

.footer-copy {
  color: rgba(215, 208, 197, 0.62);
  font-size: 0.84rem;
}

.footer-details {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 11px;
  color: rgba(215, 208, 197, 0.72);
  font-size: clamp(0.72rem, 0.25vw + 0.66rem, 0.84rem);
  font-weight: 560;
  letter-spacing: 0.055em;
  line-height: 1.35;
  text-transform: uppercase;
}

.footer-details > * + *::before {
  content: "·";
  margin-right: 12px;
  color: rgba(216, 183, 127, 0.48);
}

.site-footer a {
  color: rgba(215, 208, 197, 0.84);
  text-decoration: none;
}

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

.footer-copy {
  margin: 0;
}

.privacy-main {
  min-height: 100svh;
  padding-top: 72px;
  background:
    radial-gradient(ellipse at 16% 18%, rgba(194, 130, 73, 0.04), transparent 34rem),
    var(--bg);
}

.notfound-main {
  min-height: 100svh;
  padding-top: 72px;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(194, 130, 73, 0.05), transparent 32rem),
    var(--bg);
}

.notfound {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 16px;
  min-height: calc(100svh - 72px);
  padding: clamp(70px, 9vw, 118px) clamp(20px, 6vw, 82px);
  text-align: center;
}

.notfound-logo {
  display: block;
  width: min(300px, calc(100vw - 56px));
  height: 75px;
  margin-bottom: 8px;
  background: url("assets/mojolab-hero-new.png?v=warm-pewter-7") center / contain no-repeat;
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.48));
}

.notfound h1 {
  margin: 0;
  color: var(--heading);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
}

.notfound p:not(.eyebrow) {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.58;
}

.home-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 12px 20px 11px;
  border: 1px solid rgba(194, 130, 73, 0.48);
  background:
    linear-gradient(180deg, rgba(194, 130, 73, 0.052), rgba(3, 3, 2, 0.32)),
    rgba(3, 3, 2, 0.38);
  color: rgba(240, 236, 228, 0.9);
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.home-link:hover {
  border-color: var(--accent-soft);
  color: var(--text);
}

.privacy-section {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(70px, 9vw, 118px) clamp(20px, 6vw, 82px);
}

.privacy-section h1 {
  margin: 0 0 18px;
  color: var(--heading);
  font-size: clamp(2.25rem, 4.2vw, 4.6rem);
  line-height: 1;
}

.privacy-intro {
  max-width: 720px;
  margin: 0 0 clamp(34px, 5vw, 56px);
  color: var(--muted);
  font-size: clamp(1rem, 0.48vw + 0.9rem, 1.14rem);
  line-height: 1.66;
}

.privacy-block {
  padding: clamp(22px, 3vw, 34px) 0;
  border-top: 1px solid rgba(232, 229, 222, 0.11);
}

.privacy-block h2 {
  margin-bottom: 12px;
  font-size: clamp(1.28rem, 1.8vw, 1.9rem);
}

.privacy-block p,
.privacy-block li {
  color: rgba(215, 208, 197, 0.88);
  font-size: 0.98rem;
  line-height: 1.65;
}

.privacy-block p {
  margin-bottom: 0;
}

.privacy-block p + p {
  margin-top: 12px;
}

.privacy-block ul {
  margin: 0;
  padding-left: 1.1rem;
}

.privacy-block a {
  color: var(--accent-soft);
  text-decoration-color: rgba(194, 130, 73, 0.56);
  text-underline-offset: 4px;
}

@media (max-width: 840px) {
  .back-to-top {
    position: fixed;
    z-index: 18;
    right: max(10px, env(safe-area-inset-right));
    bottom: max(2px, env(safe-area-inset-bottom));
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(234, 216, 181, 0.2);
    border-radius: 999px;
    background:
      radial-gradient(circle at 50% 0%, rgba(200, 135, 71, 0.2), transparent 58%),
      rgba(8, 6, 4, 0.64);
    box-shadow:
      inset 0 1px 0 rgba(251, 244, 229, 0.08),
      0 10px 24px rgba(0, 0, 0, 0.34);
    color: rgba(234, 216, 181, 0.78);
    font-size: 1rem;
    font-weight: 720;
    line-height: 1;
    text-decoration: none;
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    backdrop-filter: blur(14px) saturate(115%);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .is-scrolled .back-to-top {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-header {
    position: fixed;
    align-items: center;
    justify-content: center;
    gap: 0;
    min-height: 72px;
    height: 72px;
    padding: 14px clamp(14px, 4vw, 24px);
    background:
      radial-gradient(ellipse at 50% 0%, rgba(200, 135, 71, 0.09), transparent 64%),
      linear-gradient(180deg, rgba(29, 19, 12, 0.98), rgba(14, 9, 6, 0.96));
    border-bottom-color: var(--line);
  }

  .brand-mark {
    display: none;
  }

  .nav-home {
    display: none;
  }

  .nav {
    position: static;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(6px, 1.8vw, 12px);
    width: 100%;
    min-width: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    backdrop-filter: none;
    font-size: clamp(0.66rem, 2.55vw, 0.78rem);
    font-weight: 650;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .nav a {
    padding: 8px 0;
    border-bottom: 0;
    white-space: nowrap;
  }

  .hero {
    display: flex;
    flex-direction: column;
    min-height: auto;
    margin-top: 72px;
    padding: 26px 0 34px;
    overflow: visible;
    background:
      radial-gradient(ellipse at 6% 10%, rgba(234, 216, 181, 0.048), rgba(200, 135, 71, 0.024) 24%, transparent 48%),
      radial-gradient(ellipse at 96% 74%, rgba(200, 135, 71, 0.052), transparent 38%),
      radial-gradient(ellipse at 13% 86%, rgba(146, 156, 148, 0.05), transparent 36%),
      radial-gradient(ellipse at 8% 28%, rgba(146, 156, 148, 0.052), transparent 42%),
      radial-gradient(ellipse at 92% 54%, rgba(200, 135, 71, 0.05), transparent 38%),
      radial-gradient(ellipse at 18% 82%, rgba(196, 200, 189, 0.035), transparent 34%);
  }

  .hero-media {
    order: 2;
    position: relative;
    width: 100%;
    height: calc(100vw * 649 / 1200 * 1.08);
    min-height: 0;
    max-height: 360px;
    border-top: 1px solid rgba(200, 135, 71, 0.28);
    border-bottom: 1px solid rgba(200, 135, 71, 0.28);
    background: #030302;
  }

  .hero-media::before {
    inset: 0;
    background:
      url("assets/tausta-no-monitor-ai.jpg");
    background-size: 124% auto;
    background-repeat: no-repeat;
    background-position: center center;
    filter: contrast(1.04) saturate(0.92) brightness(1.04);
  }

  .hero-media::after {
    background:
      radial-gradient(ellipse at 50% 48%, rgba(18, 15, 12, 0) 0%, rgba(3, 3, 2, 0.04) 56%, rgba(3, 3, 2, 0.24) 100%),
      linear-gradient(90deg, rgba(3, 3, 2, 0.18) 0%, rgba(3, 3, 2, 0.04) 48%, rgba(3, 3, 2, 0.14) 100%),
      linear-gradient(0deg, rgba(3, 3, 2, 0.28) 0%, rgba(3, 3, 2, 0) 52%, rgba(3, 3, 2, 0.18) 100%);
  }

  .hero-content {
    order: 1;
    position: relative;
    z-index: 2;
    top: auto;
    left: auto;
    width: min(760px, 100%);
    margin: 0 auto 20px;
    padding: 0 24px;
    transform: none;
  }

  .hero-mobile-cta {
    order: 3;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
    min-height: 42px;
    margin: 18px auto 0;
    padding: 11px 18px 10px;
    border: 1px solid rgba(200, 135, 71, 0.58);
    background: rgba(3, 3, 2, 0.38);
    color: rgba(251, 244, 229, 0.9);
    font-size: 0.76rem;
    font-weight: 650;
    letter-spacing: 0.08em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
  }

  .hero-service-rail {
    order: 4;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(8px, 2.2vw, 12px);
    width: calc(100% - clamp(68px, 17vw, 96px));
    margin: clamp(34px, 6vh, 54px) auto 0;
    padding-bottom: 0;
  }

  .hero-service-rail span {
    min-height: 0;
    padding: 10px 0 0;
    font-size: 0.74rem;
    line-height: 1.18;
    overflow-wrap: normal;
    white-space: normal;
  }

  .hero-service-rail br {
    display: block;
  }

  .hero-service-rail span:first-child {
    justify-content: flex-start;
    text-align: left;
  }

  .hero-service-rail span:nth-child(2) {
    grid-column: auto;
    grid-row: auto;
    justify-content: center;
    text-align: center;
  }

  .hero-service-rail span:nth-child(3) {
    grid-column: auto;
    grid-row: auto;
    justify-content: flex-end;
    text-align: right;
  }

  .about-copy p:not(.eyebrow),
  .section-copy,
  .mastering-heading p:last-child,
  .acoustic-section .section-heading p:last-child,
  .contact-copy,
  .clients-heading p:not(.eyebrow),
  .price-note {
    font-size: 1rem;
    line-height: 1.58;
  }

  .contact-panel-note {
    font-size: 0.86rem;
    line-height: 1.52;
  }

  .about-intro,
  .mastering-top,
  .acoustic-list,
  .acoustic-services,
  .mastering-process,
  .contact {
    grid-template-columns: 1fr;
  }

  .price-list div {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .acoustic-services article {
    min-height: 0;
  }

  .mastering-process article {
    min-height: 0;
    transform: none !important;
  }

  .acoustic-list article {
    display: block;
  }

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

@media (max-width: 560px) {
  .contact-form .form-row {
    grid-template-columns: 1fr;
  }

  .site-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    min-height: 72px;
  }

  .brand {
    display: none;
  }

  h1 {
    font-size: clamp(4rem, 22vw, 6.4rem);
  }

  .hero-tagline {
    margin-top: 6px;
    font-size: 0.8rem;
  }

  h2 {
    font-size: clamp(1.75rem, 8vw, 2.1rem);
  }

  .site-footer {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 20px;
    text-align: left;
  }

  .footer-details {
    justify-content: flex-start;
  }

  .footer-copy {
    padding-top: 16px;
  }

  .client-card.wide {
    min-height: 620px;
  }

  .selected-clients {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: start;
  }

  .price-list div {
    display: grid;
    gap: 14px;
    min-height: 0;
  }

  .price-list dd {
    text-align: left;
  }
}
