:root {
  --ink: #0d0c10;
  --ink-raised: #121116;
  --surface: #18171d;
  --elevated: #201e26;
  --muted: #131217;
  --border: #2d2a34;
  --ivory: #f7f1e8;
  --ivory-deep: #eee6da;
  --paper-line: #d6ccbd;
  --gold: #f6b74b;
  --gold-deep: #d89523;
  --coral: #fd665c;
  --blue: #639ff4;
  --mint: #54c197;
  --violet: #9889df;
  --text-soft: #b7b1bb;
  --text-muted: #817b87;
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --shell: 1220px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--ivory);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

button,
summary {
  font-family: inherit;
}

img {
  max-width: 100%;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}

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

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

.skip-link {
  position: fixed;
  z-index: 1000;
  left: 20px;
  top: 16px;
  padding: 10px 14px;
  background: var(--ivory);
  color: var(--ink);
  border-radius: 8px;
  transform: translateY(-150%);
}

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

.shell {
  width: min(calc(100% - 48px), var(--shell));
  margin-inline: auto;
}

.section-dark {
  background: var(--ink);
}

.section-raised {
  background: var(--ink-raised);
}

.section-ivory {
  background: var(--ivory);
  color: var(--ink);
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: 74px;
  background: var(--ink);
  border-bottom: 1px solid transparent;
  transition: border-color 160ms ease;
}

.site-header.is-scrolled {
  border-bottom-color: var(--border);
}

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 18px;
  font-weight: 750;
  letter-spacing: -0.02em;
}

.brand img {
  display: block;
  border-radius: 10px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  color: var(--text-soft);
  font-size: 14px;
  font-weight: 650;
}

.site-nav a {
  transition: color 140ms ease;
}

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

.site-nav .nav-cta {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  color: var(--ink);
  background: var(--gold);
  border-radius: 9px;
}

.site-nav .nav-cta:hover {
  color: var(--ink);
  background: #ffc45a;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--border);
  background: var(--surface);
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
}

.nav-toggle span:not(.sr-only) {
  width: 18px;
  height: 2px;
  background: var(--ivory);
  border-radius: 2px;
  transition: transform 160ms ease;
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  transform: translateY(4px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-4px) rotate(-45deg);
}

.hero {
  min-height: calc(100vh - 74px);
  min-height: calc(100svh - 74px);
  display: flex;
  align-items: center;
  padding: 74px 0 92px;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(440px, 0.98fr);
  gap: 64px;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 690px;
}

.eyebrow {
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--gold);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.095em;
  text-transform: uppercase;
}

.eyebrow-dark {
  color: #9a6304;
}

.status-dot {
  width: 8px;
  height: 8px;
  background: var(--mint);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(84, 193, 151, 0.12);
}

.hero h1,
.section-heading h2,
.formats-intro h2,
.principles-heading h2,
.faq h2,
.beta-card h2,
.legal-hero h1,
.not-found h1 {
  margin: 0;
  font-weight: 780;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.hero h1 {
  max-width: 750px;
  font-size: clamp(4.2rem, 7.2vw, 7.4rem);
}

.hero h1 span {
  color: var(--gold);
}

.hero-lede {
  max-width: 650px;
  margin: 30px 0 0;
  color: var(--text-soft);
  font-size: clamp(1.08rem, 1.7vw, 1.35rem);
  line-height: 1.55;
  letter-spacing: -0.015em;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 11px;
  font-size: 15px;
  font-weight: 750;
  transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease, transform 140ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--gold);
  color: var(--ink);
}

.button-primary:hover {
  background: #ffc45a;
}

.button-quiet {
  color: var(--ivory);
  border-color: var(--border);
  background: var(--surface);
}

.button-quiet:hover {
  border-color: #4a4652;
  background: var(--elevated);
}

.button-dark {
  background: var(--ink);
  color: var(--ivory);
}

.button-dark:hover {
  background: var(--elevated);
}

.availability {
  margin: 18px 0 0;
  color: var(--text-muted);
  font-size: 12px;
}

.availability strong {
  color: var(--text-soft);
}

.hero-visual {
  position: relative;
  height: 690px;
  isolation: isolate;
}

.phone {
  overflow: hidden;
  background: #08070a;
  border: 1px solid #34313a;
  border-radius: 44px;
}

.phone img {
  width: 100%;
  height: auto;
  display: block;
}

.phone-hero {
  position: absolute;
  z-index: 2;
  width: 356px;
  top: 0;
  right: 28px;
  border-width: 7px;
  border-color: var(--elevated);
  box-shadow: 0 38px 100px rgba(0, 0, 0, 0.42);
}

.halo-line {
  position: absolute;
  z-index: 0;
  border: 1px solid var(--border);
  border-radius: 50%;
}

.halo-line-one {
  width: 510px;
  height: 510px;
  top: 98px;
  left: 4px;
}

.halo-line-two {
  width: 380px;
  height: 380px;
  top: 164px;
  left: 70px;
  border-color: #3d3425;
}

.script-note {
  position: absolute;
  z-index: 4;
  width: 294px;
  left: 0;
  bottom: 32px;
  padding: 24px;
  color: var(--ink);
  background: var(--ivory);
  border-radius: 3px;
  transform: rotate(-3deg);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.note-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--paper-line);
  color: #6b645e;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.note-topline strong {
  color: var(--ink);
  font-size: 24px;
  letter-spacing: -0.05em;
}

.script-note p {
  margin: 21px 0 26px;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -0.035em;
  font-weight: 760;
}

.note-status {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #3c755f;
  font-size: 11px;
  font-weight: 750;
}

.note-status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mint);
}

.studio-chip {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 72px;
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 15px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 10px;
  color: var(--text-soft);
  font-size: 12px;
  font-weight: 700;
}

.record-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 4px rgba(253, 102, 92, 0.12);
}

.studio-line {
  background: var(--gold);
  color: var(--ink);
  border-top: 1px solid #ffd174;
  border-bottom: 1px solid #bd7c11;
}

.studio-line-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.studio-line-inner > span {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.studio-line ol {
  display: flex;
  align-items: center;
  gap: 36px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 700;
}

.studio-line li {
  position: relative;
}

.studio-line li + li::before {
  content: "→";
  position: absolute;
  right: calc(100% + 12px);
  color: #81540b;
}

.workflow,
.product-section,
.formats-section,
.principles,
.faq {
  padding: 132px 0;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 58px;
}

.section-heading h2,
.formats-intro h2,
.principles-heading h2,
.faq h2,
.beta-card h2 {
  font-size: clamp(2.8rem, 5.3vw, 5.35rem);
}

.section-heading > p:last-child,
.formats-intro > p:last-child,
.beta-card > div > p:last-child {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--text-soft);
  font-size: 18px;
  line-height: 1.6;
}

.heading-dark > p:last-child,
.formats-intro > p:last-child {
  color: #5f5953;
}

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--paper-line);
  border: 1px solid var(--paper-line);
}

.workflow-step {
  min-height: 540px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  background: var(--ivory);
}

.workflow-step-featured {
  background: var(--ivory-deep);
}

.step-number {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 60px;
  color: var(--ink);
  background: var(--gold);
  border-radius: 8px;
  font-size: 16px;
  font-weight: 850;
}

.step-label {
  margin: 0 0 10px;
  color: #8b5c0a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.workflow-step h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.workflow-step > div > p:last-child {
  margin: 18px 0 0;
  color: #625b55;
  font-size: 15px;
  line-height: 1.6;
}

.step-art {
  margin-top: auto;
  min-height: 130px;
}

.lane-art {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding-top: 24px;
  border-top: 1px solid var(--paper-line);
}

.lane-art span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  background: #e4dcd1;
  border: 1px solid #d2c7b9;
  border-radius: 6px;
  color: #6f6861;
  font-size: 11px;
  font-weight: 700;
}

.lane-art .lane-main {
  color: var(--ink);
  background: var(--gold);
  border-color: var(--gold-deep);
}

.paper-art {
  padding: 20px;
  background: var(--ivory);
  border: 1px solid var(--paper-line);
}

.paper-art span {
  display: block;
  color: #8a827a;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.paper-art b {
  display: block;
  margin: 10px 0 20px;
  font-size: 16px;
  line-height: 1.2;
}

.paper-art i {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  background: var(--paper-line);
}

.paper-art i:nth-of-type(2) {
  width: 82%;
}

.paper-art i:nth-of-type(3) {
  width: 63%;
}

.camera-art {
  position: relative;
  border: 1px solid var(--paper-line);
  background: var(--ink);
  border-radius: 12px;
}

.camera-art span {
  position: absolute;
  width: 56px;
  height: 42px;
  left: calc(50% - 36px);
  top: 42px;
  background: var(--ivory);
  border-radius: 7px;
}

.camera-art i {
  position: absolute;
  width: 20px;
  height: 28px;
  left: calc(50% + 20px);
  top: 49px;
  background: var(--coral);
  clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);
}

.camera-art strong {
  position: absolute;
  right: 12px;
  top: 10px;
  color: var(--coral);
  font-size: 9px;
  letter-spacing: 0.08em;
}

.product-section {
  overflow: hidden;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.product-panel {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  padding: 46px 46px 0;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
}

.product-panel-wide {
  min-height: 760px;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  padding: 60px 0 0 60px;
}

.product-panel-wide::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 48%;
  top: 0;
  background: var(--border);
}

.product-copy {
  position: relative;
  z-index: 2;
  max-width: 480px;
}

.panel-index {
  display: inline-block;
  margin-bottom: 22px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

.product-panel h3 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: -0.052em;
}

.product-panel:not(.product-panel-wide) h3 {
  font-size: clamp(2rem, 3vw, 3.15rem);
}

.product-panel .product-copy > p {
  margin: 22px 0 0;
  color: var(--text-soft);
  font-size: 16px;
  line-height: 1.6;
}

.check-list {
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 12px 0 12px 28px;
  border-bottom: 1px solid var(--border);
  color: var(--text-soft);
  font-size: 14px;
}

.check-list li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 3px;
  top: 19px;
  border-radius: 50%;
  background: var(--mint);
}

.phone-panel {
  position: absolute;
  width: 345px;
  border-width: 7px;
  border-color: var(--elevated);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.36);
}

.phone-today {
  width: 390px;
  right: 11%;
  top: 56px;
}

.phone-script,
.phone-record {
  width: 330px;
  left: 50%;
  transform: translateX(-50%);
  top: 325px;
}

.product-panel-paper {
  background: #28231e;
  border-color: #433b33;
}

.product-panel-paper::before {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 300px;
  height: 1px;
  background: #544a3e;
}

.product-panel-coral {
  background: #1f1719;
  border-color: #44292c;
}

.product-panel-coral .panel-index {
  color: var(--coral);
}

.formats-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(480px, 1.15fr);
  gap: 96px;
  align-items: start;
}

.formats-intro {
  position: sticky;
  top: 120px;
}

.formats-intro h2 {
  color: var(--ivory);
}

.formats-intro > p:last-child {
  color: var(--text-soft);
}

.formats-list {
  border-top: 1px solid var(--border);
}

.formats-list article {
  min-height: 180px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  border-bottom: 1px solid var(--border);
}

.formats-list article > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  background: var(--elevated);
  border-radius: 9px;
  color: var(--text-muted);
  font-size: 11px;
  font-weight: 800;
}

.formats-list article:nth-child(1) > span {
  color: var(--violet);
}

.formats-list article:nth-child(2) > span {
  color: var(--gold);
}

.formats-list article:nth-child(3) > span {
  color: var(--blue);
}

.formats-list h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.formats-list p {
  margin: 8px 0 0;
  color: var(--text-soft);
  font-size: 14px;
}

.formats-list b {
  color: var(--text-muted);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.principles-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(430px, 0.95fr);
  gap: 100px;
  align-items: start;
}

.principles-heading h2 {
  max-width: 720px;
}

.principles-list {
  border-top: 1px solid var(--paper-line);
}

.principles-list article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  padding: 28px 0;
  border-bottom: 1px solid var(--paper-line);
}

.principles-list article > span {
  padding-top: 5px;
  color: #92713d;
  font-size: 11px;
  font-weight: 800;
}

.principles-list h3 {
  margin: 0;
  font-size: 20px;
  letter-spacing: -0.025em;
}

.principles-list p {
  margin: 8px 0 0;
  color: #625b55;
  font-size: 14px;
  line-height: 1.6;
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 100px;
}

.faq h2 {
  font-size: clamp(2.8rem, 5vw, 5rem);
}

.faq-list {
  border-top: 1px solid var(--border);
}

.faq-list details {
  border-bottom: 1px solid var(--border);
}

.faq-list summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 27px 52px 27px 0;
  color: var(--ivory);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.015em;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  top: 23px;
  display: grid;
  place-items: center;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 7px;
  color: var(--text-soft);
}

.faq-list details[open] summary::after {
  content: "–";
}

.faq-list details p {
  max-width: 660px;
  margin: -4px 0 28px;
  padding-right: 40px;
  color: var(--text-soft);
  line-height: 1.65;
}

.faq-list details a {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.beta-section {
  padding: 24px 0;
  background: var(--gold);
  color: var(--ink);
}

.beta-card {
  min-height: 380px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 70px;
  padding: 54px 0;
}

.beta-card > div {
  max-width: 760px;
}

.beta-card > div > p:last-child {
  color: #5b3b08;
}

.beta-card .button {
  flex: 0 0 auto;
}

.site-footer {
  padding: 78px 0 28px;
  background: var(--ink);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  padding-bottom: 72px;
}

.footer-brand {
  font-size: 20px;
}

.footer-grid > div:first-child > p {
  margin: 18px 0 0;
  color: var(--text-muted);
  font-size: 14px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

.footer-links > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.footer-links span {
  margin-bottom: 6px;
  color: var(--text-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-links a {
  color: var(--text-soft);
  font-size: 14px;
}

.footer-links a:hover {
  color: var(--ivory);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 26px;
  border-top: 1px solid var(--border);
  color: var(--text-muted);
  font-size: 11px;
}

/* Legal pages */
.legal-page {
  background: var(--ivory);
  color: var(--ink);
}

.legal-page .site-header {
  background: var(--ink);
  color: var(--ivory);
}

.legal-main {
  min-height: 70vh;
}

.legal-hero {
  padding: 112px 0 78px;
  background: var(--ink);
  color: var(--ivory);
}

.legal-hero-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: end;
}

.legal-hero h1 {
  max-width: 820px;
  font-size: clamp(3.5rem, 7vw, 7.4rem);
}

.legal-meta {
  min-width: 220px;
  padding: 18px 0 2px;
  border-top: 1px solid var(--border);
  color: var(--text-soft);
  font-size: 13px;
}

.legal-meta span {
  display: block;
  margin-bottom: 5px;
  color: var(--text-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 760px);
  gap: 90px;
  padding: 88px 0 120px;
  align-items: start;
}

.legal-toc {
  position: sticky;
  top: 105px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 18px;
  border-top: 1px solid var(--paper-line);
}

.legal-toc > span {
  margin-bottom: 15px;
  color: #8b8177;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.legal-toc a {
  padding: 7px 0;
  color: #69615a;
  font-size: 13px;
}

.legal-toc a:hover {
  color: var(--ink);
}

.legal-prose {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
}

.legal-prose .legal-summary {
  margin: 0 0 64px;
  padding: 26px 28px;
  background: var(--ivory-deep);
  border-left: 4px solid var(--gold);
  color: #4e4842;
  font-size: 17px;
  line-height: 1.65;
}

.legal-prose section {
  padding: 0 0 48px;
  margin: 0 0 48px;
  border-bottom: 1px solid var(--paper-line);
  scroll-margin-top: 105px;
}

.legal-prose section:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.legal-prose h2 {
  margin: 0 0 20px;
  font-size: 31px;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.legal-prose h3 {
  margin: 30px 0 12px;
  font-size: 18px;
  letter-spacing: -0.02em;
}

.legal-prose p,
.legal-prose li {
  color: #514a44;
  font-size: 15px;
  line-height: 1.75;
}

.legal-prose p {
  margin: 0 0 18px;
}

.legal-prose ul,
.legal-prose ol {
  margin: 18px 0 22px;
  padding-left: 24px;
}

.legal-prose li + li {
  margin-top: 9px;
}

.legal-prose strong {
  color: var(--ink);
}

.legal-prose a {
  color: #78500d;
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-note {
  padding: 18px 20px;
  background: #e7ded1;
  border-radius: 8px;
}

.legal-page .site-footer {
  color: var(--ivory);
}

/* 404 */
.not-found-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: var(--ink);
}

.not-found {
  flex: 1;
  display: grid;
  place-items: center;
  padding: 80px 0 110px;
}

.not-found-inner {
  width: min(100%, 760px);
  text-align: center;
}

.not-found-mark {
  width: 86px;
  height: 86px;
  margin: 0 auto 38px;
  display: grid;
  place-items: center;
  background: var(--gold);
  border-radius: 16px;
  color: var(--ink);
  font-size: 26px;
  font-weight: 850;
}

.not-found h1 {
  font-size: clamp(3.4rem, 8vw, 7.5rem);
}

.not-found p {
  max-width: 570px;
  margin: 26px auto 32px;
  color: var(--text-soft);
  font-size: 18px;
  line-height: 1.6;
}

@media (max-width: 1050px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.84fr);
    gap: 24px;
  }

  .hero h1 {
    font-size: clamp(4rem, 8vw, 6rem);
  }

  .hero-visual {
    transform: scale(0.88);
    transform-origin: right center;
  }

  .product-panel-wide {
    grid-template-columns: 1fr 0.9fr;
  }

  .product-panel-wide::after {
    left: 52%;
  }

  .phone-today {
    right: 4%;
  }

  .formats-layout,
  .principles-grid,
  .faq-layout {
    gap: 60px;
  }
}

@media (max-width: 860px) {
  .shell {
    width: min(calc(100% - 36px), var(--shell));
  }

  .site-header {
    height: 68px;
  }

  .nav-toggle {
    display: flex;
  }

  .site-nav {
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 12px 18px 20px;
    background: var(--ink);
    border-bottom: 1px solid var(--border);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 13px 10px;
    border-bottom: 1px solid var(--border);
  }

  .site-nav .nav-cta {
    justify-content: center;
    margin-top: 12px;
    padding: 0 16px;
    border-bottom: 0;
  }

  .hero {
    min-height: auto;
    padding: 70px 0 78px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 62px;
  }

  .hero-copy {
    max-width: 720px;
  }

  .hero h1 {
    font-size: clamp(4.3rem, 14vw, 7rem);
  }

  .hero-visual {
    width: min(100%, 600px);
    margin-inline: auto;
    transform: none;
  }

  .studio-line-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 0;
    gap: 12px;
  }

  .workflow,
  .product-section,
  .formats-section,
  .principles,
  .faq {
    padding: 98px 0;
  }

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

  .workflow-step {
    min-height: 450px;
  }

  .step-number {
    margin-bottom: 40px;
  }

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

  .product-panel,
  .product-panel-wide {
    min-height: 760px;
    grid-column: auto;
    display: block;
    padding: 42px 36px 0;
  }

  .product-panel-wide::after {
    display: none;
  }

  .phone-today,
  .phone-script,
  .phone-record {
    width: 330px;
    left: 50%;
    right: auto;
    top: 345px;
    transform: translateX(-50%);
  }

  .formats-layout,
  .principles-grid,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .formats-intro {
    position: static;
  }

  .legal-hero-grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .legal-meta {
    min-width: 0;
    width: min(100%, 320px);
  }

  .legal-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .legal-toc {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 20px;
  }

  .legal-toc > span {
    grid-column: 1 / -1;
  }
}

@media (max-width: 590px) {
  html {
    scroll-padding-top: 74px;
  }

  .shell {
    width: min(calc(100% - 28px), var(--shell));
  }

  .brand {
    font-size: 17px;
  }

  .brand img {
    width: 36px;
    height: 36px;
  }

  .hero {
    padding-top: 50px;
  }

  .hero h1 {
    font-size: clamp(3.45rem, 17vw, 5.2rem);
  }

  .hero-lede {
    margin-top: 24px;
    font-size: 17px;
  }

  .button-row,
  .button-row .button {
    width: 100%;
  }

  .button-row .button {
    justify-content: space-between;
  }

  .hero-visual {
    height: 570px;
  }

  .phone-hero {
    width: 300px;
    right: -16px;
  }

  .halo-line-one {
    width: 390px;
    height: 390px;
    top: 92px;
    left: -60px;
  }

  .halo-line-two {
    width: 280px;
    height: 280px;
    left: 0;
    top: 145px;
  }

  .script-note {
    width: 230px;
    left: -8px;
    bottom: 28px;
    padding: 20px;
  }

  .script-note p {
    font-size: 18px;
  }

  .studio-chip {
    right: -4px;
    bottom: 16px;
  }

  .studio-line ol {
    width: 100%;
    gap: 0;
    justify-content: space-between;
    font-size: 12px;
  }

  .studio-line li + li::before {
    display: none;
  }

  .workflow,
  .product-section,
  .formats-section,
  .principles,
  .faq {
    padding: 78px 0;
  }

  .section-heading {
    margin-bottom: 40px;
  }

  .section-heading h2,
  .formats-intro h2,
  .principles-heading h2,
  .faq h2,
  .beta-card h2 {
    font-size: clamp(2.6rem, 12vw, 4rem);
  }

  .section-heading > p:last-child,
  .formats-intro > p:last-child,
  .beta-card > div > p:last-child {
    margin-top: 19px;
    font-size: 16px;
  }

  .workflow-step {
    min-height: 430px;
    padding: 24px;
  }

  .product-panel,
  .product-panel-wide {
    min-height: 680px;
    padding: 30px 24px 0;
  }

  .product-panel h3,
  .product-panel:not(.product-panel-wide) h3 {
    font-size: 2.35rem;
  }

  .check-list {
    display: none;
  }

  .phone-today,
  .phone-script,
  .phone-record {
    width: 278px;
    top: 330px;
  }

  .formats-list article {
    min-height: 150px;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 16px;
  }

  .formats-list article > span {
    width: 38px;
    height: 38px;
  }

  .formats-list h3 {
    font-size: 24px;
  }

  .formats-list b {
    display: none;
  }

  .principles-grid,
  .faq-layout {
    gap: 48px;
  }

  .faq-list summary {
    font-size: 16px;
  }

  .beta-card {
    min-height: 430px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
  }

  .beta-card .button {
    width: 100%;
    justify-content: space-between;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .legal-hero {
    padding: 76px 0 58px;
  }

  .legal-hero h1 {
    font-size: clamp(3.35rem, 16vw, 5rem);
  }

  .legal-layout {
    padding: 64px 0 86px;
  }

  .legal-toc {
    grid-template-columns: 1fr;
  }

  .legal-toc > span {
    grid-column: auto;
  }

  .legal-prose .legal-summary {
    margin-bottom: 48px;
    padding: 22px;
    font-size: 15px;
  }

  .legal-prose h2 {
    font-size: 27px;
  }
}

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

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