:root {
  --ink: #2b170f;
  --paper: #f3e3bf;
  --cream: #fff6df;
  --red: #b8392f;
  --mustard: #d9952d;
  --blue: #3e7380;
  --green: #68764b;
  --pink: #bd6b70;
  --line: rgba(43, 23, 15, 0.22);
  --shadow: 7px 7px 0 var(--ink);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  overflow-x: hidden;
  background-image:
    linear-gradient(90deg, transparent 0 7.2%, rgba(184, 57, 47, .08) 7.2% 7.35%, transparent 7.35%),
    repeating-linear-gradient(0deg, transparent 0 31px, rgba(62, 115, 128, .055) 31px 32px);
}

.grain {
  position: fixed;
  inset: 0;
  opacity: .07;
  pointer-events: none;
  z-index: 20;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

a { color: inherit; }
.site-header {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px clamp(22px, 5vw, 76px);
  border-bottom: 2px solid var(--ink);
  background: rgba(243, 227, 191, .92);
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(9px);
}

.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 700; }
.brand img { width: 46px; height: 46px; border-radius: 10px; border: 2px solid var(--ink); }
nav { display: flex; align-items: center; gap: 28px; }
nav a { text-decoration: none; font-size: .95rem; font-weight: 600; }
.nav-download { padding: 10px 16px; background: var(--red); color: white; border: 2px solid var(--ink); box-shadow: 3px 3px 0 var(--ink); }

.hero {
  min-height: calc(100vh - 78px);
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  align-items: center;
  padding: clamp(60px, 8vw, 120px) clamp(22px, 7vw, 112px);
  gap: 60px;
}

.eyebrow { text-transform: uppercase; letter-spacing: .16em; font-weight: 700; font-size: .74rem; }
h1, h2, blockquote { font-family: "Rozha One", Georgia, serif; font-weight: 400; }
h1 { font-size: clamp(4rem, 7.1vw, 7.4rem); line-height: .84; letter-spacing: -.025em; margin: 22px 0 28px; max-width: 760px; }
h1 em { display: block; color: var(--red); font-style: normal; }
.hero-text { font-size: clamp(1.05rem, 1.6vw, 1.35rem); line-height: 1.6; max-width: 610px; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin: 34px 0; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 14px 22px; border: 2px solid var(--ink); text-decoration: none; font-weight: 700; box-shadow: var(--shadow); transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translate(3px, 3px); box-shadow: 4px 4px 0 var(--ink); }
.button-primary { background: var(--ink); color: white; }
.button small { display: block; font-size: .58rem; letter-spacing: .12em; }
.play-mark { color: var(--mustard); font-size: 1.25rem; }
.text-link { font-weight: 700; text-underline-offset: 5px; }
.trust-list { display: flex; gap: 24px; list-style: none; padding: 0; margin: 28px 0 0; font-size: .9rem; font-weight: 600; }
.trust-list li::before { content: "✓"; margin-right: 7px; color: var(--red); font-weight: 800; }

.hero-visual { min-height: 650px; position: relative; display: grid; place-items: center; }
.sunburst { position: absolute; width: min(39vw, 570px); aspect-ratio: 1; border-radius: 50%; background: repeating-conic-gradient(var(--mustard) 0 9deg, transparent 9deg 18deg); opacity: .58; }
.phone {
  width: min(68%, 360px);
  position: relative;
  z-index: 2;
  transform: rotate(2.5deg);
  background: #17100d;
  padding: 28px 10px 30px;
  border: 3px solid var(--ink);
  border-radius: 42px;
  box-shadow: 13px 16px 0 var(--red), 24px 30px 0 rgba(43, 23, 15, .17);
}
.phone::before, .phone::after { content: ""; position: absolute; left: -7px; width: 4px; background: var(--ink); border-radius: 4px 0 0 4px; }
.phone::before { top: 105px; height: 52px; }
.phone::after { top: 172px; height: 34px; }
.phone img, .feature-image img { display: block; width: 100%; border-radius: 24px; }
.phone-speaker { position: absolute; z-index: 3; width: 52px; height: 5px; border-radius: 20px; background: #4c413c; top: 11px; left: 50%; transform: translateX(-50%); }
.phone-home { position: absolute; z-index: 3; width: 70px; height: 5px; border-radius: 20px; background: #4c413c; bottom: 12px; left: 50%; transform: translateX(-50%); }
.scribble { position: absolute; z-index: 3; font-family: "Special Elite", cursive; color: var(--red); transform: rotate(-8deg); }
.scribble-one { top: 9%; left: 1%; font-size: 1.4rem; }
.scribble-two { right: 0; bottom: 10%; font-size: 1.2rem; transform: rotate(9deg); }
.wood-label { position: absolute; z-index: 3; right: 1%; top: 14%; background: var(--ink); color: var(--cream); padding: 12px 16px; text-transform: uppercase; letter-spacing: .12em; font-family: "Special Elite", cursive; font-size: .78rem; transform: rotate(7deg); box-shadow: 4px 4px 0 var(--mustard); }
.wood-label span { color: var(--mustard); font-size: .62rem; }

.ticker { overflow: hidden; border-block: 2px solid var(--ink); background: var(--red); color: white; transform: rotate(-1deg); }
.ticker div { white-space: nowrap; padding: 15px 0; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; text-align: center; }
.ticker span, .ticker i { margin: 0 18px; }
.ticker i { color: var(--mustard); font-style: normal; }

.school-strip {
  width: min(1120px, calc(100% - 44px));
  margin: 88px auto 0;
  background: var(--cream);
  border: 2px solid var(--ink);
  display: grid;
  grid-template-columns: repeat(3, 1fr) 1.1fr;
  box-shadow: var(--shadow);
  transform: rotate(-.6deg);
}
.school-strip > div { padding: 18px 22px; border-right: 1px dashed rgba(43, 23, 15, .45); display: flex; flex-direction: column; }
.school-strip > div:last-child { border-right: 0; }
.school-strip small { font-family: "Special Elite", cursive; color: var(--red); letter-spacing: .08em; }
.school-strip strong { font-size: 1rem; letter-spacing: .08em; margin-top: 4px; }
.school-stamp { flex-direction: row !important; justify-content: center; align-items: center; gap: 8px; color: var(--red); transform: rotate(2deg); }
.school-stamp span { font-family: "Special Elite", cursive; }

.section { padding: clamp(90px, 11vw, 150px) clamp(22px, 7vw, 112px); }
.section-heading { max-width: 760px; margin-bottom: 54px; }
h2 { font-size: clamp(3rem, 5.2vw, 5.6rem); line-height: .95; letter-spacing: -.015em; margin: 16px 0 22px; }
.section-heading > p:last-child, .feature-copy > p { font-size: 1.1rem; line-height: 1.7; max-width: 620px; }
.sound-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.sounds { background: rgba(243, 227, 191, .74); }
.sound-card { min-height: 290px; border: 2px solid var(--ink); padding: 25px; box-shadow: var(--shadow); position: relative; display: flex; flex-direction: column; justify-content: flex-end; transition: transform .2s; overflow: hidden; }
.sound-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: repeating-linear-gradient(0deg, transparent 0 27px, rgba(43, 23, 15, .065) 27px 28px); }
.sound-card:hover { transform: translateY(-5px) rotate(-1deg); }
.sound-number { position: absolute; z-index: 1; top: 20px; left: 22px; font-family: "Special Elite", cursive; font-weight: 700; opacity: .65; }
.sound-icon { position: absolute; z-index: 1; right: 22px; top: 20px; width: 52px; height: 52px; padding: 10px; border: 2px solid currentColor; border-radius: 50%; }
.sound-card h3 { position: relative; z-index: 1; font-family: "Rozha One", serif; font-weight: 400; font-size: 2rem; line-height: 1; margin: 0 0 8px; }
.sound-card p { position: relative; z-index: 1; margin: 0 0 20px; }
.sound-preview { position: relative; z-index: 2; width: fit-content; display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px; background: var(--cream); color: var(--ink); border: 2px solid var(--ink); box-shadow: 3px 3px 0 var(--ink); font: 700 .75rem "DM Sans", sans-serif; cursor: pointer; }
.sound-preview:hover { transform: translate(1px, 1px); box-shadow: 2px 2px 0 var(--ink); }
.sound-preview[aria-pressed="true"] { background: var(--ink); color: var(--cream); }
.sound-preview[aria-pressed="true"] span { animation: soundPulse .7s infinite alternate; }
.sound-note { margin: 30px 0 0; font: .78rem "Special Elite", cursive; opacity: .72; }
@keyframes soundPulse { from { transform: scale(.8); } to { transform: scale(1.15); } }
.coral { background: #d96e54; }.mustard { background: #e3ad4d; }.blue { background: #77a5ac; }
.cream { background: #f8edcf; }.green { background: #9cab75; }.pink { background: #d99598; }

.feature-split { background: var(--ink); color: var(--cream); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 120px); align-items: center; }
.feature-image { background: var(--mustard); padding: 24px; transform: rotate(-3deg); border: 2px solid var(--cream); box-shadow: 12px 12px 0 var(--red); }
.feature-list { margin-top: 42px; border-top: 1px solid rgba(255,255,255,.3); }
.feature-list div { padding: 18px 0; display: flex; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.3); }
.feature-list strong { color: var(--mustard); }

.story { text-align: center; position: relative; max-width: 1100px; margin: auto; }
.story blockquote { font-size: clamp(2.5rem, 4.8vw, 5rem); line-height: 1.04; margin: 28px auto; }
.story > p:last-child { max-width: 680px; margin: auto; line-height: 1.7; font-size: 1.08rem; }
.story-stamp { position: absolute; right: 2%; top: 12%; width: 110px; height: 110px; border-radius: 50%; display: grid; place-items: center; border: 2px dashed var(--red); color: var(--red); text-transform: uppercase; font-size: .75rem; font-weight: 800; transform: rotate(12deg); }

.faq {
  background: var(--cream);
  border-block: 2px solid var(--ink);
}
.faq .section-heading { margin-inline: auto; text-align: center; }
.faq-list { width: min(900px, 100%); margin: 0 auto; }
.faq details { border-top: 2px solid var(--ink); }
.faq details:last-child { border-bottom: 2px solid var(--ink); }
.faq summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 22px 4px;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.08rem;
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 2px solid var(--ink);
  background: var(--mustard);
  box-shadow: 2px 2px 0 var(--ink);
  font: 700 1.2rem/1 "DM Sans", sans-serif;
}
.faq details[open] summary::after { content: "−"; background: var(--red); color: white; }
.faq details p { max-width: 760px; margin: -4px 52px 22px 4px; line-height: 1.7; }
.faq details a { font-weight: 700; text-underline-offset: 4px; }

.final-cta { margin: 0 clamp(22px, 5vw, 76px) 70px; background: var(--red); color: white; border: 2px solid var(--ink); padding: clamp(34px, 5vw, 70px); display: grid; grid-template-columns: auto 1fr auto; gap: 40px; align-items: center; box-shadow: var(--shadow); }
.final-cta img { width: clamp(90px, 10vw, 150px); border-radius: 24px; border: 3px solid var(--ink); }
.final-cta h2 { margin: 10px 0 0; font-size: clamp(2rem, 4vw, 4.5rem); }
.button-light { background: var(--cream); color: var(--ink); white-space: nowrap; }

footer { display: flex; justify-content: space-between; align-items: center; padding: 28px clamp(22px, 5vw, 76px); border-top: 2px solid var(--ink); gap: 24px; }
.footer-brand img { width: 38px; height: 38px; }
footer > div { display: flex; gap: 20px; }
footer a { text-underline-offset: 4px; }
.mobile-sticky-cta { display: none; }

.legal-page {
  width: min(920px, calc(100% - 44px));
  margin: 0 auto;
  padding: clamp(72px, 10vw, 120px) 0;
}
.legal-header {
  padding-bottom: 36px;
  border-bottom: 2px solid var(--ink);
}
.legal-header h1 {
  margin: 8px 0 18px;
  font-family: "Rozha One", serif;
  font-size: clamp(3rem, 8vw, 5.7rem);
  line-height: .95;
  color: var(--red);
}
.legal-header > p:not(.eyebrow) {
  max-width: 720px;
  font-size: 1.13rem;
  line-height: 1.7;
}
.legal-date {
  margin: 20px 0 0;
  font-family: "Special Elite", serif;
  font-size: .9rem !important;
}
.legal-content {
  max-width: 760px;
  padding-top: 28px;
}
.legal-content h2 {
  margin: 42px 0 10px;
  font-family: "Rozha One", serif;
  font-size: clamp(1.9rem, 5vw, 2.55rem);
  line-height: 1.05;
}
.legal-content p {
  margin: 0 0 18px;
  font-size: 1.04rem;
  line-height: 1.76;
}
.legal-content a {
  color: var(--red);
  font-weight: 700;
  text-underline-offset: 4px;
}

.blog-hero {
  padding: clamp(70px, 10vw, 130px) clamp(22px, 7vw, 112px);
  border-bottom: 2px solid var(--ink);
  text-align: center;
}
.blog-hero h1 {
  max-width: 980px;
  margin-inline: auto;
  font-size: clamp(3.6rem, 7vw, 7rem);
}
.blog-hero p:last-child {
  max-width: 650px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.7;
}
.post-list { width: min(1000px, 100%); margin: 0 auto; }
.post-card {
  display: grid;
  grid-template-columns: 150px 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 28px;
  background: var(--cream);
  border: 2px solid var(--ink);
  box-shadow: var(--shadow);
  text-decoration: none;
}
.post-card time, .article-meta {
  font: .78rem "Special Elite", cursive;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--red);
}
.post-card h2 { font-size: clamp(2rem, 4vw, 3.6rem); margin: 6px 0 10px; }
.post-card p { margin: 0; line-height: 1.6; }
.post-card-mark {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 2px solid var(--ink);
  background: var(--mustard);
  box-shadow: 3px 3px 0 var(--ink);
  font-size: 1.4rem;
}
.article-header {
  padding: clamp(70px, 9vw, 120px) clamp(22px, 7vw, 112px) 60px;
  border-bottom: 2px solid var(--ink);
}
.article-header-inner { width: min(980px, 100%); margin: 0 auto; }
.article-header h1 { font-size: clamp(3.5rem, 7.4vw, 7rem); max-width: 960px; }
.article-deck { max-width: 760px; font-size: clamp(1.1rem, 2vw, 1.35rem); line-height: 1.65; }
.article-layout {
  width: min(1120px, calc(100% - 44px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 760px) 260px;
  gap: clamp(44px, 8vw, 100px);
  align-items: start;
  padding-block: clamp(64px, 9vw, 110px);
}
.article-body { font-family: Georgia, "Times New Roman", serif; font-size: 1.13rem; line-height: 1.82; }
.article-body > p:first-child::first-letter {
  float: left;
  margin: .08em .12em 0 0;
  color: var(--red);
  font: 5.2rem/.72 "Rozha One", Georgia, serif;
}
.article-body h2 { margin: 64px 0 18px; font-size: clamp(2.5rem, 4vw, 4rem); }
.article-body a { font-weight: 700; text-underline-offset: 4px; }
.article-callout {
  margin: 54px 0;
  padding: 28px;
  background: var(--mustard);
  border: 2px solid var(--ink);
  box-shadow: var(--shadow);
  font-family: "DM Sans", sans-serif;
}
.article-callout p { margin-top: 0; }
.article-aside {
  position: sticky;
  top: 110px;
  padding: 22px;
  background: var(--cream);
  border: 2px solid var(--ink);
  box-shadow: 5px 5px 0 var(--red);
}
.article-aside img { width: 72px; border-radius: 14px; border: 2px solid var(--ink); }
.article-aside h2 { font-size: 2rem; margin: 18px 0 10px; }
.article-aside p { line-height: 1.55; font-size: .92rem; }
.article-aside .button { width: 100%; padding-inline: 12px; box-shadow: 4px 4px 0 var(--ink); }
.article-back { display: inline-block; margin-bottom: 28px; font-weight: 700; text-underline-offset: 4px; }

@media (max-width: 900px) {
  nav > a:not(.nav-download) { display: none; }
  .hero, .feature-split { grid-template-columns: 1fr; }
  .hero { padding-top: 64px; gap: 24px; }
  .hero-visual { min-height: 500px; }
  .sunburst { width: min(84vw, 550px); }
  .sound-grid { grid-template-columns: repeat(2, 1fr); }
  .school-strip { grid-template-columns: repeat(2, 1fr); }
  .school-strip > div:nth-child(2) { border-right: 0; }
  .school-strip > div { border-bottom: 1px dashed rgba(43, 23, 15, .45); }
  .school-strip > div:nth-child(3), .school-strip > div:nth-child(4) { border-bottom: 0; }
  .final-cta { grid-template-columns: auto 1fr; }
  .final-cta .button { grid-column: 1 / -1; }
  .post-card { grid-template-columns: 110px 1fr auto; }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { position: static; width: min(440px, 100%); }
}

@media (max-width: 580px) {
  body { padding-bottom: calc(82px + env(safe-area-inset-bottom)); }
  .site-header { min-height: 68px; }
  .brand span { font-size: .9rem; }
  .brand img { width: 39px; height: 39px; }
  .nav-download { padding: 9px 12px; font-size: .82rem; }
  .hero { min-height: auto; padding: 46px 22px 36px; }
  h1 { font-size: clamp(3.6rem, 17vw, 4.6rem); line-height: .84; margin: 18px 0 20px; }
  .hero-text { font-size: 1rem; line-height: 1.5; }
  .hero-actions { margin: 24px 0 18px; gap: 18px; }
  .trust-list { gap: 12px; margin-top: 18px; font-size: .78rem; }
  .hero-visual { min-height: 380px; }
  .phone { width: 68%; max-width: 248px; padding: 22px 8px 24px; border-radius: 32px; box-shadow: 9px 11px 0 var(--red), 16px 20px 0 rgba(43, 23, 15, .17); }
  .phone img { border-radius: 18px; }
  .phone::before { top: 78px; height: 40px; }
  .phone::after { top: 126px; height: 28px; }
  .phone-speaker { top: 8px; }
  .phone-home { bottom: 9px; width: 48px; }
  .wood-label { right: 0; top: 8%; font-size: .63rem; padding: 9px 10px; }
  .scribble-one { top: 4%; left: -2%; font-size: .95rem; }
  .scribble-two { bottom: 5%; font-size: .9rem; }
  .ticker div { text-align: left; padding-left: 10px; font-size: .8rem; }
  .school-strip { margin-top: 62px; grid-template-columns: 1fr 1fr; width: calc(100% - 32px); }
  .school-strip > div { padding: 14px 13px; }
  .school-strip strong { font-size: .8rem; }
  .sound-grid { grid-template-columns: 1fr; }
  .sound-card { min-height: 250px; }
  .sound-icon { width: 46px; height: 46px; }
  .story-stamp { position: static; margin: 0 auto 28px; }
  .faq summary { font-size: .98rem; }
  .faq details p { margin-right: 4px; }
  .final-cta { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .blog-hero, .article-header { padding-inline: 22px; }
  .post-card { grid-template-columns: 1fr; padding: 22px; }
  .post-card-mark { width: 46px; height: 46px; }
  .article-layout { width: calc(100% - 36px); }
  .article-body { font-size: 1.04rem; line-height: 1.74; }
  .article-body h2 { margin-top: 52px; }
  footer { flex-direction: column; text-align: center; }
  .mobile-sticky-cta {
    position: fixed;
    z-index: 19;
    left: 10px;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: 42px 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 9px 9px 9px 10px;
    background: var(--ink);
    color: white;
    border: 2px solid var(--cream);
    box-shadow: 4px 4px 0 var(--red);
  }
  .mobile-sticky-cta img {
    width: 42px;
    height: 42px;
    border-radius: 8px;
  }
  .mobile-sticky-cta div { display: flex; flex-direction: column; min-width: 0; }
  .mobile-sticky-cta strong { font-size: .82rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .mobile-sticky-cta span { color: var(--paper); font-size: .68rem; opacity: .8; }
  .mobile-sticky-cta a {
    background: var(--red);
    color: white;
    border: 1px solid var(--cream);
    padding: 10px 12px;
    text-decoration: none;
    font-weight: 700;
    font-size: .78rem;
  }
}

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