:root {
  color-scheme: light;
  --ink: #271f3d;
  --ink-muted: #665d77;
  --surface: #f5f1fb;
  --surface-raised: rgba(255, 255, 255, 0.82);
  --line: rgba(68, 48, 100, 0.13);
  --violet: #7246bd;
  --violet-deep: #56329c;
  --violet-soft: #e7dcf8;
  --coral: #d85f50;
  --max-width: 72rem;
  --radius-lg: 2rem;
  --radius-md: 1.25rem;
  --shadow: 0 1.25rem 3.5rem rgba(62, 40, 92, 0.11);
  font-family: ui-rounded, "SF Pro Rounded", "SF Pro Display", -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }

html {
  background: var(--surface);
  scroll-behavior: smooth;
}

body {
  position: relative;
  min-width: 20rem;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 3% 9%, rgba(130, 88, 197, 0.12), transparent 24rem),
    radial-gradient(circle at 98% 28%, rgba(160, 132, 210, 0.13), transparent 31rem),
    radial-gradient(circle at 18% 82%, rgba(205, 190, 229, 0.23), transparent 28rem),
    linear-gradient(180deg, #f7f3fc 0%, #f0ebf8 58%, #f7f4fb 100%);
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body::before,
body::after {
  position: fixed;
  z-index: -1;
  width: 24rem;
  height: 24rem;
  border: 1px solid rgba(119, 79, 181, 0.08);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

body::before { top: 13rem; right: -14rem; }
body::after { bottom: 5rem; left: -16rem; }

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: var(--violet-deep);
  text-underline-offset: 0.2em;
  text-decoration-thickness: 0.08em;
}

a:hover { color: #3f1f82; }

a:focus-visible {
  outline: 0.2rem solid #0a7c70;
  outline-offset: 0.25rem;
  border-radius: 0.25rem;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  transform: translateY(-180%);
  padding: 0.7rem 1rem;
  border-radius: 999px;
  color: #fff;
  background: var(--violet-deep);
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease;
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: relative;
  z-index: 20;
  display: flex;
  width: min(calc(100% - 2rem), var(--max-width));
  min-height: 5.5rem;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  gap: 0.72rem;
  color: var(--ink);
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.brand-icon {
  width: 2.625rem;
  height: 2.625rem;
  border: 1px solid rgba(75, 52, 105, 0.12);
  border-radius: 0.84rem;
  box-shadow: 0 0.62rem 1.7rem rgba(70, 45, 100, 0.15);
}

.site-nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 0.2rem;
  list-style: none;
}

.site-nav a {
  display: inline-flex;
  min-height: 2.75rem;
  padding: 0.55rem 0.8rem;
  align-items: center;
  border-radius: 999px;
  color: var(--ink-muted);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.site-nav a:hover {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.62);
}

.site-nav a[aria-current="page"] {
  color: var(--violet-deep);
  background: var(--violet-soft);
}

.site-nav .nav-feedback {
  margin-left: 0.35rem;
  border: 1px solid rgba(85, 49, 153, 0.2);
  color: #fff;
  background: var(--violet-deep);
}

.site-nav .nav-feedback:hover { color: #fff; background: #432181; }

main {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
}

.hero {
  display: grid;
  min-height: min(52rem, calc(100svh - 5.5rem));
  padding: clamp(4.25rem, 8vw, 7.5rem) 0;
  align-items: center;
  grid-template-columns: minmax(0, 1.03fr) minmax(19rem, 0.97fr);
  gap: clamp(2.5rem, 6vw, 6rem);
}

.eyebrow,
.tour-label {
  margin: 0 0 1.2rem;
  color: var(--violet);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.05;
  text-wrap: balance;
}

h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(3.3rem, 7.6vw, 7rem);
}

.hero-copy > p:not(.eyebrow) {
  max-width: 42rem;
  margin: 1.5rem 0 0;
  color: var(--ink-muted);
  font-size: clamp(1.08rem, 2vw, 1.3rem);
  line-height: 1.58;
}

.hero-copy blockquote {
  max-width: 40rem;
  margin: 1.8rem 0 0;
  padding-left: 1.25rem;
  border-left: 0.2rem solid var(--coral);
  color: #50455f;
  font-size: 0.98rem;
}

.hero-copy blockquote p { margin: 0; }

.hero-copy > p:last-child {
  display: flex;
  margin-top: 2rem;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.hero-copy > p:last-child a,
.not-found a {
  display: inline-flex;
  min-height: 3.2rem;
  padding: 0.75rem 1.2rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.62);
  font-size: 0.94rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 0.7rem 1.8rem rgba(67, 40, 99, 0.07);
}

.hero-copy > p:last-child a:first-child,
.not-found a {
  border-color: transparent;
  color: #fff;
  background: var(--violet-deep);
}

.hero-copy > p:last-child a:hover { transform: translateY(-1px); background: #fff; }
.hero-copy > p:last-child a:first-child:hover { background: #432181; }

.hero-device {
  position: relative;
  width: min(100%, 34rem);
  margin: 0 auto;
  isolation: isolate;
}

.hero-device-glow {
  position: absolute;
  z-index: -1;
  inset: 9% -18%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 52% 30%, rgba(151, 118, 202, 0.3), transparent 35%),
    radial-gradient(circle at 65% 68%, rgba(191, 171, 222, 0.28), transparent 40%);
  filter: blur(1.6rem);
}

.hero-device img,
.tour-device img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-device figcaption {
  margin-top: 0.75rem;
  color: var(--ink-muted);
  font-size: 0.8rem;
  text-align: center;
}

.product-tour {
  padding: clamp(4.5rem, 9vw, 8rem) 0;
  border-top: 1px solid var(--line);
}

.content-section h2 {
  margin: 0;
  font-size: clamp(2.35rem, 5vw, 4.5rem);
}

.tour-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.2rem, 3vw, 2rem);
}

.tour-card {
  display: grid;
  min-width: 0;
  overflow: hidden;
  padding: clamp(1.3rem, 3vw, 2.1rem);
  align-items: start;
  grid-template-columns: minmax(0, 0.94fr) minmax(12rem, 1.06fr);
  gap: clamp(1rem, 3vw, 2rem);
  border: 1px solid rgba(70, 47, 102, 0.12);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 100% 0%, rgba(213, 199, 234, 0.35), transparent 18rem),
    var(--surface-raised);
  box-shadow: var(--shadow);
  backdrop-filter: blur(1rem);
}

.tour-device {
  width: 100%;
  max-width: 24rem;
  margin: 0 auto;
  align-self: center;
}

.tour-copy { grid-row: 1; align-self: center; }

.tour-label {
  margin-bottom: 0.7rem;
  color: var(--violet);
  font-size: 0.66rem;
}

.tour-copy h3 { margin: 0; font-size: clamp(1.5rem, 3vw, 2.25rem); }

.tour-copy > p:last-child {
  margin: 1rem 0 0;
  color: var(--ink-muted);
  font-size: 0.95rem;
}

.content-section {
  display: grid;
  padding: clamp(4rem, 8vw, 7rem) 0;
  border-top: 1px solid var(--line);
  grid-template-columns: minmax(14rem, 0.72fr) minmax(0, 1.28fr);
  column-gap: clamp(2.5rem, 8vw, 8rem);
}

.section-body > p:first-child { margin-top: 0.35rem; }

.section-body p,
.section-body li {
  color: var(--ink-muted);
  font-size: 1.05rem;
}

.section-body strong { color: var(--ink); }

.section-body ul,
.section-body ol { margin: 1.75rem 0 0; padding: 0; }

.section-body li { margin: 0.85rem 0 0; }

.content-section--meet-resonant-tide,
.content-section--from-first-listen-to-your-own-version,
.content-section--press-play-follow-your-ear { display: block; }

.content-section--meet-resonant-tide h2,
.content-section--from-first-listen-to-your-own-version h2,
.content-section--press-play-follow-your-ear h2 { max-width: 15ch; }

.content-section--meet-resonant-tide .section-body > p,
.content-section--from-first-listen-to-your-own-version .section-body > p,
.content-section--press-play-follow-your-ear .section-body > p { max-width: 42rem; }

.content-section--from-first-listen-to-your-own-version ul {
  display: grid;
  margin-top: 2.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  list-style: none;
}

.content-section--from-first-listen-to-your-own-version li {
  min-height: 9rem;
  margin: 0;
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 0.9rem 2.4rem rgba(67, 42, 98, 0.06);
}

.content-section--simple-to-start-clear-about-the-rest,
.content-section--listen-with-care {
  margin: 2rem 0;
  padding: clamp(2rem, 5vw, 3.5rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 100% 0%, rgba(117, 77, 181, 0.12), transparent 20rem),
    rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
}

.content-section--faq .section-body h3 {
  margin: 2.25rem 0 0;
  font-size: clamp(1.35rem, 2.5vw, 1.8rem);
}

.content-section--press-play-follow-your-ear { margin-bottom: 7rem; }

.content-section--press-play-follow-your-ear .section-body > p:last-child {
  display: flex;
  margin-top: 2rem;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.content-section--press-play-follow-your-ear .section-body > p:last-child a {
  display: inline-flex;
  min-height: 3.2rem;
  padding: 0.75rem 1.2rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.62);
  font-size: 0.94rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 0.7rem 1.8rem rgba(67, 40, 99, 0.07);
}

.content-section--press-play-follow-your-ear .section-body > p:last-child a:first-child {
  border-color: transparent;
  color: #fff;
  background: var(--violet-deep);
}

.article-shell {
  width: min(100%, 57rem);
  margin: 0 auto;
  padding: clamp(4.5rem, 9vw, 8rem) 0 7rem;
}

.page-intro { padding-bottom: clamp(3.5rem, 7vw, 5.5rem); }
.page-intro h1 { max-width: 14ch; font-size: clamp(3rem, 7vw, 6rem); }

.page-intro > p:not(.eyebrow) {
  max-width: 44rem;
  margin: 1.5rem 0 0;
  color: var(--ink-muted);
  font-size: clamp(1.08rem, 2vw, 1.3rem);
}

.article-section {
  padding: clamp(2.3rem, 5vw, 4rem) 0;
  border-top: 1px solid var(--line);
}

.article-section h2 { margin: 0 0 1.25rem; font-size: clamp(1.85rem, 4vw, 2.8rem); }
.article-section p,
.article-section li { color: var(--ink-muted); }
.article-section p { margin: 1rem 0 0; }
.article-section ul,
.article-section ol { margin: 1.25rem 0 0; padding-left: 1.4rem; }
.article-section li { margin: 0.75rem 0; padding-left: 0.3rem; }
.article-section strong { color: var(--ink); }
.article-section a { font-weight: 700; }

.site-footer {
  border-top: 1px solid var(--line);
  background: rgba(239, 233, 247, 0.74);
}

.footer-inner {
  display: grid;
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
  padding: 2.4rem 0 3rem;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
}

.footer-inner p {
  max-width: 38rem;
  margin: 0;
  color: var(--ink-muted);
  font-size: 0.86rem;
}

.footer-nav { display: flex; flex-wrap: wrap; gap: 1rem; }
.footer-nav a { color: var(--ink-muted); font-size: 0.86rem; font-weight: 700; }

.not-found {
  display: grid;
  min-height: calc(100svh - 11rem);
  padding: 5rem 0;
  place-items: center;
  text-align: center;
}

.not-found-inner { max-width: 42rem; }

.not-found-code {
  margin: 0 0 1rem;
  color: var(--violet);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.not-found h1 { max-width: none; font-size: clamp(3rem, 7vw, 5.75rem); }
.not-found p { color: var(--ink-muted); font-size: 1.15rem; }
.not-found a { margin-top: 1rem; }

@media (max-width: 60rem) {
  .tour-card { grid-template-columns: 1fr; }
  .tour-copy { grid-row: auto; }
  .tour-device { max-width: 21rem; }
}

@media (max-width: 52rem) {
  .site-header {
    padding: 0.8rem 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.35rem;
  }
  .site-nav { width: 100%; overflow-x: auto; scrollbar-width: thin; }
  .site-nav ul { width: max-content; }
  .hero { min-height: auto; padding-top: 4rem; grid-template-columns: 1fr; }
  .hero-device { width: min(100%, 33rem); }
  .hero-device-glow { inset: 9% 0; }
  .content-section { grid-template-columns: 1fr; gap: 1.5rem; }
  .content-section--from-first-listen-to-your-own-version ul { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
}

@media (max-width: 38rem) {
  main,
  .site-header,
  .footer-inner { width: min(calc(100% - 1.25rem), var(--max-width)); }
  h1 { font-size: clamp(3rem, 17vw, 4.5rem); }
  .site-nav a { min-height: 2.5rem; padding-inline: 0.68rem; font-size: 0.82rem; }
  .tour-grid,
  .content-section--from-first-listen-to-your-own-version ul { grid-template-columns: 1fr; }
  .tour-card { padding: 1.2rem; }
  .content-section--from-first-listen-to-your-own-version li { min-height: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (forced-colors: active) {
  .brand-icon,
  .hero-device img,
  .tour-device img,
  .content-section--simple-to-start-clear-about-the-rest,
  .content-section--listen-with-care {
    border: 1px solid CanvasText;
  }
}
