:root {
  --bg: #faf7f2;
  --bg-alt: #f1ece3;
  --bg-deep: #223845;
  --ink: #1b1d22;
  --ink-soft: #4c4f57;
  --muted: #8a8d96;
  --line: #e3ddd1;
  --accent: #b8804a;
  --accent-dark: #935f31;
  --teal: #2d5d6e;
  --teal-dark: #1e4452;
  --sage: #6a8466;
  --coral: #d97856;
  --cream: #fff8ea;
  --radius: 14px;
  --shadow-sm: 0 1px 2px rgba(0,0,0,.04), 0 2px 8px rgba(0,0,0,.04);
  --shadow-md: 0 8px 24px rgba(20,20,30,.08);
  --container: 1120px;
  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-serif: "Fraunces", "Georgia", serif;
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

h1, h2, h3 {
  font-family: var(--font-serif);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0 0 0.5em;
  color: var(--ink);
  font-variation-settings: "opsz" 24, "SOFT" 0, "WONK" 0;
}

h1 { font-size: clamp(2.25rem, 5vw, 3.75rem); font-weight: 500; }
h2 { font-size: clamp(1.75rem, 3.2vw, 2.5rem); font-weight: 500; }
h3 { font-size: 1.2rem; font-weight: 600; letter-spacing: 0; }

p { margin: 0 0 1em; color: var(--ink-soft); }
p:last-child { margin-bottom: 0; }

a { color: var(--accent-dark); text-decoration: none; transition: color .15s ease; }
a:hover { color: var(--ink); }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 1.25rem;
}

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

.skip-link {
  position: absolute; top: -40px; left: 1rem;
  background: var(--ink); color: #fff; padding: 0.5rem 1rem;
  border-radius: 0 0 8px 8px; z-index: 100;
}
.skip-link:focus { top: 0; color: #fff; }

.eyebrow {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-dark);
  margin: 0 0 0.75rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 247, 242, 0.85);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease;
}
.site-header.is-scrolled { border-bottom-color: var(--line); }

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 2rem;
}

.logo img { height: 40px; width: auto; }

.site-nav { display: flex; align-items: center; }

.nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 2rem;
}

.nav-menu a {
  color: var(--ink);
  font-weight: 500;
  font-size: 0.95rem;
  padding: 0.5rem 0;
  position: relative;
}
.nav-menu a:hover { color: var(--accent-dark); }
.nav-menu a::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}
.nav-menu a:hover::after { transform: scaleX(1); }

.nav-toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 0.5rem;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.nav-toggle-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--ink);
  transition: transform .2s ease, opacity .2s ease;
}
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.btn {
  display: inline-block;
  padding: 0.85rem 1.6rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background .15s ease, color .15s ease, border-color .15s ease, transform .1s ease;
  text-align: center;
}
.btn-primary {
  background: var(--ink);
  color: #fff;
}
.btn-primary:hover { background: var(--accent-dark); color: #fff; }
.btn-primary:active { transform: translateY(1px); }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--line);
}
.btn-ghost:hover {
  border-color: var(--ink);
  color: var(--ink);
}

.hero {
  padding: clamp(4rem, 10vw, 7rem) 0 clamp(3rem, 6vw, 5rem);
  background:
    radial-gradient(1400px 700px at -10% -20%, rgba(184,128,74,0.22), transparent 55%),
    radial-gradient(1000px 600px at 115% 10%, rgba(45,93,110,0.20), transparent 55%),
    radial-gradient(800px 500px at 50% 120%, rgba(217,120,86,0.10), transparent 60%),
    var(--cream);
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(rgba(27,29,34,0.035) 1px, transparent 1px);
  background-size: 18px 18px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse at center, black 40%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 40%, transparent 75%);
}
.hero-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  gap: clamp(2rem, 5vw, 4rem);
  position: relative;
  z-index: 1;
}
.hero-copy { max-width: 620px; }
.hero-visual {
  position: relative;
  aspect-ratio: 1 / 1;
  max-width: 420px;
  width: 100%;
  justify-self: center;
}
.hero-visual-disc {
  position: absolute;
  inset: 6%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 30%, var(--coral), var(--accent) 45%, var(--teal) 100%);
  filter: blur(2px);
  opacity: 0.85;
  transform: rotate(-6deg);
  box-shadow: 0 30px 60px rgba(45,93,110,0.25), inset 0 0 40px rgba(255,255,255,0.2);
}
.hero-visual-disc::after {
  content: "";
  position: absolute;
  inset: 18%;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, rgba(255,255,255,0.6), transparent 60%);
  mix-blend-mode: overlay;
}
.hero-mic {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 1;
  filter: drop-shadow(0 12px 24px rgba(0,0,0,0.25));
}
.hero-title { margin-bottom: 0.35em; }
.hero-sub {
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  color: var(--ink-soft);
  margin-bottom: 2rem;
  max-width: 600px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.demo-play-button {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.65rem 1.3rem 0.65rem 0.65rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.demo-play-button:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
  border-color: var(--accent);
}
.demo-play-button .play-icon {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.demo-play-button .play-icon::before {
  content: "";
  width: 0; height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #fff;
  margin-left: 3px;
}
.demo-play-button.is-playing .play-icon::before {
  content: "";
  width: 10px; height: 12px;
  border: 0;
  margin-left: 0;
  background:
    linear-gradient(#fff, #fff) left/3px 12px no-repeat,
    linear-gradient(#fff, #fff) right/3px 12px no-repeat;
}

section { padding: clamp(3rem, 7vw, 6rem) 0; }

.about { background: var(--bg); position: relative; }
.about::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent) 20%, var(--teal) 50%, var(--coral) 80%, transparent);
  opacity: 0.5;
}
.about-inner { max-width: 760px; }
.about p { font-size: 1.05rem; }
.about .lede {
  font-family: var(--font-serif);
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
  line-height: 1.4;
  color: var(--ink);
  font-weight: 400;
  font-style: italic;
  margin-bottom: 1.5rem;
}

.section-heading {
  margin-bottom: 2.5rem;
  max-width: 760px;
}
.section-heading h2 { margin-bottom: 0; }

.services {
  background:
    radial-gradient(900px 500px at 100% 0%, rgba(45,93,110,0.06), transparent 55%),
    var(--bg-alt);
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
@media (max-width: 900px) {
  .service-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .service-grid { grid-template-columns: 1fr; }
}
.service-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 1.75rem;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}
.service-card::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 4px;
  background: var(--card-accent, var(--accent));
}
.service-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.service-card:nth-child(1) { --card-accent: var(--accent); }
.service-card:nth-child(2) { --card-accent: var(--teal); }
.service-card:nth-child(3) { --card-accent: var(--sage); }
.service-card:nth-child(4) { --card-accent: var(--coral); }

.service-card h3 {
  margin-bottom: 1rem;
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--card-accent, var(--ink));
}
.service-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.service-card li {
  padding: 0.35rem 0 0.35rem 1.25rem;
  position: relative;
  color: var(--ink-soft);
  font-size: 0.95rem;
}
.service-card li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.95em;
  width: 6px; height: 1px;
  background: var(--card-accent, var(--accent));
}

.demos {
  background:
    radial-gradient(800px 500px at 15% 0%, rgba(184,128,74,0.18), transparent 55%),
    radial-gradient(900px 600px at 90% 100%, rgba(217,120,86,0.14), transparent 55%),
    var(--bg-deep);
  color: #f3ead8;
}
.demos .section-heading h2 { color: var(--cream); }
.demos .eyebrow { color: #e6b07a; }
.demo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.5rem;
}
.demo-card {
  margin: 0;
  background: rgba(255, 248, 234, 0.97);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  padding: 1.5rem;
  box-shadow: 0 12px 32px rgba(0,0,0,0.2);
}
.demo-card figcaption { margin-bottom: 1rem; }
.demo-card h3 { margin-bottom: 0.1rem; color: var(--ink); }
.demo-card figcaption p {
  font-size: 0.9rem;
  color: var(--muted);
  margin: 0;
}
.demo-card audio {
  width: 100%;
  height: 44px;
  border-radius: 6px;
}

.videos {
  background:
    radial-gradient(800px 500px at 100% 0%, rgba(106,132,102,0.10), transparent 55%),
    var(--bg-alt);
}
.videos .eyebrow { color: var(--teal); }
.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}
.video-card {
  margin: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.video-card video {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  object-fit: cover;
}
.video-card figcaption {
  padding: 1rem 1.25rem;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 1.05rem;
  color: var(--ink);
}

.contact {
  background:
    radial-gradient(700px 500px at 0% 100%, rgba(217,120,86,0.10), transparent 55%),
    radial-gradient(700px 500px at 100% 0%, rgba(184,128,74,0.08), transparent 55%),
    var(--bg);
}
.contact .eyebrow { color: var(--coral); }
.contact-inner { max-width: 680px; }
.contact-lede {
  font-size: 1.05rem;
  margin-bottom: 1.25rem;
}
.contact-email {
  margin-bottom: 2rem;
  font-family: var(--font-serif);
  font-size: 1.2rem;
}
.contact-email a {
  color: var(--ink);
  border-bottom: 1px solid var(--accent);
}
.contact-email a:hover { color: var(--accent-dark); }

.contact-form { display: grid; gap: 1.15rem; }
.field { display: grid; gap: 0.4rem; }
.field label {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--ink);
}
.field label .optional {
  font-weight: 400;
  color: var(--muted);
  font-size: 0.85rem;
}
.field input, .field textarea {
  width: 100%;
  padding: 0.8rem 0.95rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  font: inherit;
  color: var(--ink);
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field input:focus, .field textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(184,128,74,0.15);
}
.field textarea { resize: vertical; min-height: 120px; }
.honeypot { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }

.form-status {
  margin: 0;
  min-height: 1.4em;
  font-size: 0.95rem;
}
.form-status.success { color: #1f6b3f; }
.form-status.error { color: #a22f2f; }

.site-footer {
  background: var(--ink);
  color: rgba(255,255,255,0.75);
  padding: 2.5rem 0;
}
.footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
.social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1.5rem;
}
.social a {
  color: rgba(255,255,255,0.85);
  font-weight: 500;
  font-size: 0.92rem;
}
.social a:hover { color: #fff; }
.colophon {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.55);
  margin: 0;
}

.sticky-player {
  position: fixed;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%) translateY(120%);
  width: min(640px, calc(100% - 2rem));
  background: var(--ink);
  color: #fff;
  border-radius: 999px;
  padding: 0.6rem 0.75rem;
  box-shadow: 0 12px 36px rgba(0,0,0,0.25);
  z-index: 60;
  transition: transform .3s ease;
  pointer-events: none;
}
.sticky-player.is-visible {
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
.sticky-player-inner {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}
.sticky-play {
  flex-shrink: 0;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--accent);
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.sticky-play .play-icon {
  width: 14px; height: 14px;
  position: relative;
  display: inline-block;
}
.sticky-play .play-icon::before {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-40%, -50%);
  width: 0; height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #fff;
}
.sticky-play.is-playing .play-icon::before {
  content: "";
  transform: translate(-50%, -50%);
  width: 9px; height: 11px;
  border: 0;
  background:
    linear-gradient(#fff, #fff) left/3px 11px no-repeat,
    linear-gradient(#fff, #fff) right/3px 11px no-repeat;
}
.sticky-meta { flex: 1; min-width: 0; }
.sticky-title {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sticky-progress {
  position: relative;
  width: 100%;
  height: 3px;
  background: rgba(255,255,255,0.2);
  border-radius: 2px;
  margin: 6px 0 4px;
  overflow: hidden;
}
.sticky-progress-bar {
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 0;
  background: var(--accent);
}
.sticky-time {
  margin: 0;
  font-size: 0.72rem;
  color: rgba(255,255,255,0.6);
  font-variant-numeric: tabular-nums;
}
.sticky-close {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  color: #fff;
  border: 0;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  flex-shrink: 0;
}
.sticky-close:hover { background: rgba(255,255,255,0.18); }

@media (max-width: 880px) {
  .hero-inner {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .hero-visual {
    max-width: 320px;
    order: -1;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 720px) {
  .nav-toggle { display: inline-flex; }
  .nav-menu {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: var(--bg);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    gap: 0;
    padding: 0.5rem 1.25rem 1rem;
    display: none;
  }
  .nav-menu.is-open { display: flex; }
  .nav-menu li { width: 100%; }
  .nav-menu a { display: block; padding: 0.75rem 0; }
  .nav-menu a::after { display: none; }
  .footer-inner { flex-direction: column; text-align: center; }
  .sticky-player { bottom: 0.5rem; padding: 0.5rem 0.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
