:root {
  --launch-display: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --launch-body: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, sans-serif;
  --launch-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --launch-ink: #1d211e;
  --launch-paper: #f2e8dc;
  --launch-coral: #ba4e31;
  --launch-dark: #14201c;
  --launch-line: rgba(29, 33, 30, .2);
}

html { scroll-behavior: smooth; }
body.integrated-home { color: var(--launch-ink); font-family: var(--launch-body); background: var(--launch-paper); }
body.integrated-home h1,
body.integrated-home h2,
body.integrated-home h3 { font-family: var(--launch-display); font-weight: 500; letter-spacing: -.052em; text-wrap: balance; }
body.integrated-home p,
body.integrated-home li,
body.integrated-home dd { font-size: clamp(1.05rem, .97rem + .25vw, 1.22rem); line-height: 1.55; }
body.integrated-home a:focus-visible,
body.integrated-home button:focus-visible,
body.integrated-home summary:focus-visible { outline: 3px solid #ff7956; outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

.site-header { min-height: 5rem; background: color-mix(in srgb, var(--launch-paper) 86%, transparent); border-bottom-color: rgba(29,33,30,.13); }
.site-header__inner { min-height: 5rem; }
.site-brand { gap: .65rem; font-family: var(--launch-body); letter-spacing: -.045em; }
.site-brand strong { font-size: 1.35rem; }
.home-nav { gap: clamp(.8rem, 2.1vw, 2.1rem); }
.home-nav a { padding-block: .7rem; color: var(--launch-ink); font-size: .76rem; font-weight: 700; letter-spacing: .065em; text-transform: uppercase; }
.home-nav .nav-download { padding-inline: 1rem; color: #fffaf3; background: var(--launch-ink); border-radius: 999px; }
.menu-toggle,.mobile-menu { display: none; }

.section-label { color: var(--launch-coral); font-family: var(--launch-body); font-size: .74rem !important; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
.button { min-height: 3.15rem; padding: .85rem 1.2rem; border-radius: 999px; font-family: var(--launch-body); font-size: .84rem; font-weight: 750; letter-spacing: .025em; }
.button-accent { color: #fffaf3; background: var(--launch-coral); border-color: var(--launch-coral); }
.button-outline { color: var(--launch-ink); background: rgba(248,243,232,.24); border-color: rgba(29,33,30,.42); }
.button-arrow::after { content: " ↘"; }

.hero-view { min-height: max(46rem, 100dvh); }
.hero-view::before { position: absolute; z-index: 2; inset: 0; background: linear-gradient(90deg, rgba(242,232,220,.96) 0%, rgba(242,232,220,.78) 31%, rgba(242,232,220,.08) 62%, transparent 78%); content: ""; pointer-events: none; }
.hero-layout { min-height: calc(100dvh - 5rem); padding-top: clamp(8.7rem, 17vh, 12rem); }
.hero-copy { z-index: 4; width: min(42rem, 52vw); margin-left: 0; }
.hero-copy .section-label { margin-bottom: 1.2rem; }
.hero-copy h1 { max-width: 9.5ch; margin: 0; font-size: clamp(4.8rem, 7.3vw, 8rem); line-height: .84; letter-spacing: -.075em; }
.hero-copy h1 em { color: var(--launch-coral); font-style: italic; font-weight: 400; }
.hero-deck { max-width: 30rem; margin-top: 1.6rem; color: #434942; }
.hero-actions { display: flex; gap: .75rem; margin-top: 1.65rem; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 0; margin-top: 1.6rem; padding: 0; list-style: none; }
.hero-trust li { color: #4e544e; font-size: .78rem; font-weight: 650; letter-spacing: .03em; }
.hero-trust li + li::before { margin-inline: .75rem; color: var(--launch-coral); content: "•"; }
.hero-product-note { position: absolute; z-index: 4; right: clamp(2rem, 5vw, 6rem); bottom: clamp(3rem, 9vh, 7rem); width: min(18rem, 24vw); color: #eff4ed; }
.hero-product-note > div { display: flex; gap: .75rem; align-items: center; margin-bottom: .8rem; font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero-product-note > div img { border-radius: .75rem; box-shadow: 0 .8rem 2rem rgba(0,0,0,.22); }
.hero-product-note p { display: flex; justify-content: space-between; align-items: center; margin: 0; padding-top: .85rem; border-top: 1px solid rgba(255,255,255,.45); font-size: .82rem; }
.hero-product-note kbd { padding: .35rem .5rem; color: #21342f; background: rgba(248,243,232,.92); border-radius: .4rem; font-family: var(--launch-mono); }
.hero-product-note strong { font-size: .78rem; }

.product-view { min-height: 100dvh; color: #3a281e; }
.product-view::before { background-image: url("./nokie-terracotta-desk-v2.jpg"); }
.product-layout { position: relative; z-index: 3; display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(2rem, 5vw, 6rem); align-items: center; min-height: 100dvh; padding-top: 7rem; padding-bottom: 6rem; }
.product-card-stage { position: absolute; inset: 0; pointer-events: none; }
.product-copy { position: relative; z-index: 5; align-self: end; max-width: 30rem; margin-bottom: 3rem; color: #3a281e; }
.product-copy h2 { max-width: 7ch; margin: .6rem 0 1rem; font-size: clamp(4rem, 6vw, 6.8rem); line-height: .88; }
.product-copy p:last-child { max-width: 28rem; color: #664c3d; }
.launch-demo { position: relative; z-index: 6; display: block !important; grid-column: 2; width: min(44rem, 100%); margin-top: 10vh; color: #ece8de; background: rgba(31,34,31,.94); border: 1px solid rgba(255,255,255,.16); box-shadow: 0 3rem 7rem rgba(70,34,20,.24); backdrop-filter: blur(20px); }
.launch-demo .dictation-body { min-height: 20rem; }
.launch-demo .editor-pane { min-height: 16rem; }

.interruption-caption { top: 48%; left: max(var(--nokie-gutter), calc((100vw - 1320px)/2)); max-width: 33rem; transform: translateY(-35%); }
.interruption-caption::before { position: absolute; z-index: -1; inset: -5rem -7rem -5rem -4rem; background: radial-gradient(ellipse at left, rgba(0,38,45,.77), rgba(0,38,45,.43) 48%, transparent 72%); content: ""; }
.interruption-caption h2 { max-width: 8.8ch; font-family: var(--launch-display); font-size: clamp(4.4rem, 7vw, 7.8rem); font-weight: 500; line-height: .86; letter-spacing: -.065em; }
.interruption-caption > p:not(.section-label) { max-width: 30rem; color: rgba(255,255,255,.86); }
.platform-line { position: absolute; z-index: 4; right: max(var(--nokie-gutter), calc((100vw - 1320px)/2)); bottom: 2.2rem; left: max(var(--nokie-gutter), calc((100vw - 1320px)/2)); display: flex; justify-content: flex-end; gap: 2rem; padding-top: 1rem; color: rgba(255,255,255,.88); border-top: 1px solid rgba(255,255,255,.35); }
.platform-line span { font-size: .74rem; font-weight: 650; letter-spacing: .06em; text-transform: uppercase; }
.platform-line b { margin-right: .5rem; color: #c7e0ab; }

.privacy-view { min-height: 100dvh; background: var(--launch-dark); }
.privacy-view::before { opacity: .38; }
.privacy-layout { grid-template-columns: 1.05fr .95fr; min-height: 100dvh; padding-top: 9rem; padding-bottom: 6rem; }
.privacy-layout h2 { max-width: 7.5ch; font-size: clamp(4.6rem, 7.2vw, 8rem); line-height: .85; }
.privacy-copy { max-width: 36rem; }
.privacy-copy > p { color: rgba(248,243,232,.78); }
.privacy-list div { padding: 1.3rem 0; }
.privacy-list dt { font-family: var(--launch-body); font-size: .82rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.privacy-list dd { color: rgba(248,243,232,.7); font-size: .95rem; }
.text-link { display: inline-block; margin-top: 1.5rem; color: #f5a68d; font-size: .8rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; text-decoration-thickness: 1px; text-underline-offset: .35rem; }

.work-view,.pricing-view { position: relative; overflow: hidden; }
.work-view::after,.pricing-view::after { position: absolute; z-index: 0; inset: 0; background: linear-gradient(90deg, rgba(242,232,220,.96), rgba(242,232,220,.74) 52%, rgba(242,232,220,.12)); content: ""; pointer-events: none; }
.last-slide-landscape { z-index: -1; }
.work-layout { position: relative; z-index: 2; grid-template-columns: .8fr 1.2fr; min-height: 100dvh; padding-top: 8rem; padding-bottom: 6rem; }
.work-heading h2 { max-width: 7ch; font-size: clamp(4.2rem, 6vw, 6.8rem); line-height: .88; }
.work-heading > p:last-child { max-width: 23rem; color: #55584f; }
.work-selector { align-self: end; }
.work-selector button { font-family: var(--launch-body); font-size: .77rem; letter-spacing: .06em; text-transform: uppercase; }
.work-stage { align-self: start; margin-top: 1.25rem; background: rgba(248,243,232,.78); border-color: rgba(29,33,30,.18); border-radius: 1.15rem; box-shadow: 0 2.5rem 6rem rgba(48,51,42,.16); backdrop-filter: blur(18px); }
.work-spoken,.work-result { font-size: clamp(1.15rem, 1rem + .6vw, 1.6rem) !important; }

.pricing-view { min-height: auto; color: var(--launch-ink); background: #d7cbb9; }
html.screen-navigation .pricing-view.is-active { overflow-x: hidden !important; overflow-y: auto !important; overscroll-behavior: contain; }
.pricing-view::after { background: linear-gradient(90deg, rgba(242,232,220,.96), rgba(242,232,220,.86) 60%, rgba(242,232,220,.3)); }
.pricing-layout { position: relative; z-index: 2; min-height: 100dvh; padding-top: 8rem; padding-bottom: 6rem; }
.launch-plans { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 7vw, 8rem); align-items: center; }
.pricing-copy h2 { max-width: 8.5ch; font-size: clamp(4.2rem, 6.2vw, 7rem); line-height: .86; }
.pricing-copy h2 em { color: var(--launch-coral); font-style: italic; font-weight: 400; }
.pricing-copy > p:last-child { max-width: 30rem; color: #50564f; }
.plan-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow: hidden; color: var(--launch-ink); background: rgba(29,33,30,.22); border: 1px solid rgba(29,33,30,.22); border-radius: 1.2rem; box-shadow: 0 2.5rem 7rem rgba(38,41,32,.18); }
.plan-card { display: flex; flex-direction: column; min-height: 32rem; padding: clamp(1.5rem, 2.5vw, 2.4rem); background: rgba(248,243,232,.91); backdrop-filter: blur(18px); }
.plan-card-premium { color: #f8f3e8; background: rgba(25,31,27,.93); }
.plan-card .proof-label { color: var(--launch-coral); font-size: .72rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.plan-card h3 { min-height: 6.2rem; margin: .7rem 0 1.2rem; font-size: clamp(2rem, 2.7vw, 3rem); line-height: .98; }
.plan-card ul { display: grid; gap: .75rem; margin: 0 0 2rem; padding: 0; list-style: none; }
.plan-card li { padding-bottom: .7rem; border-bottom: 1px solid rgba(29,33,30,.15); font-size: .9rem; }
.plan-card-premium li { border-color: rgba(248,243,232,.16); }
.plan-card .button { align-self: flex-start; margin-top: auto; }
.plan-card-premium .button-outline { color: #f8f3e8; border-color: rgba(248,243,232,.45); }
.faq-strip { position: relative; z-index: 3; color: #f5efe6; background: #1b241f; }
.faq-strip .site-shell { display: grid; grid-template-columns: .8fr 1fr 1fr 1fr; gap: 1px; padding-top: 4rem; padding-bottom: 4rem; }
.faq-strip h3 { margin: 0; padding-right: 2rem; font-size: 2.2rem; line-height: 1; }
.faq-strip details { padding: 0 1.4rem; border-left: 1px solid rgba(255,255,255,.2); }
.faq-strip summary { cursor: pointer; font-size: .9rem; font-weight: 700; line-height: 1.4; }
.faq-strip details p { color: rgba(255,255,255,.67); font-size: .85rem; }

.launch-footer { color: #f4eee5; background: #111713; }
.footer-intro { display: flex; justify-content: space-between; align-items: center; padding-top: 4.5rem; padding-bottom: 3.5rem; border-bottom: 1px solid rgba(255,255,255,.16); }
.footer-intro .site-brand { color: #f4eee5; }
.footer-intro p { margin: 0; color: rgba(255,255,255,.62); font-family: var(--launch-display); font-style: italic; }
.launch-footer .footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; padding-top: 3rem; padding-bottom: 4rem; }
.launch-footer nav { display: grid; align-content: start; gap: .8rem; }
.launch-footer nav strong { margin-bottom: .25rem; color: #f5a68d; font-size: .68rem; letter-spacing: .15em; text-transform: uppercase; }
.launch-footer nav a { width: fit-content; color: rgba(255,255,255,.72); font-size: .83rem; text-decoration: none; }
.launch-footer nav a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 1.2rem; padding-bottom: 2rem; color: rgba(255,255,255,.43); border-top: 1px solid rgba(255,255,255,.12); font-size: .72rem; }

@media (max-width: 1000px) {
  .hero-product-note { display: none; }
  .hero-copy { width: min(42rem, 65vw); }
  .product-layout,.privacy-layout,.work-layout,.launch-plans { grid-template-columns: 1fr; }
  .product-copy { align-self: end; max-width: 38rem; margin-bottom: 0; }
  .launch-demo { grid-column: 1; width: 100%; margin: 0; }
  .privacy-layout { align-content: center; gap: 2.5rem; }
  .privacy-layout h2 { max-width: 9ch; }
  .work-layout { align-content: center; }
  .faq-strip .site-shell { grid-template-columns: 1fr; gap: 1.5rem; }
  .faq-strip details { padding: 1rem 0 0; border-top: 1px solid rgba(255,255,255,.2); border-left: 0; }
}

@media (max-width: 760px) {
  .site-header { min-height: 4.4rem; }
  .site-header__inner { min-height: 4.4rem; }
  .home-nav { display: none; }
  .menu-toggle { display: grid; gap: 4px; width: 2.8rem; height: 2.8rem; place-content: center; color: var(--launch-ink); background: transparent; border: 0; }
  .menu-toggle > span:not(.sr-only) { display: block; width: 1.25rem; height: 1px; background: currentColor; }
  .mobile-menu { position: fixed; z-index: 89; top: 4.4rem; right: 0; left: 0; display: grid; max-height: 0; overflow: hidden; background: rgba(242,232,220,.97); opacity: 0; transition: max-height .35s ease, opacity .25s ease; }
  .mobile-menu.is-open { max-height: 26rem; padding: .7rem var(--nokie-gutter) 1.2rem; opacity: 1; border-bottom: 1px solid rgba(29,33,30,.16); }
  .mobile-menu a { padding: .8rem 0; color: var(--launch-ink); border-bottom: 1px solid rgba(29,33,30,.11); font-size: .86rem; font-weight: 700; text-decoration: none; }
  .hero-view { margin-bottom: 65dvh; }
  .hero-view::before { background: linear-gradient(180deg, rgba(242,232,220,.95) 0%, rgba(242,232,220,.82) 51%, rgba(242,232,220,.05) 82%); }
  .hero-field img { object-position: 68% center; }
  .hero-layout { align-items: start; min-height: 100dvh; padding-top: 7.5rem; }
  .hero-copy { width: 100%; margin: 0; }
  .hero-copy h1 { max-width: 8.6ch; font-size: clamp(4.1rem, 20vw, 6rem); }
  .hero-deck { max-width: 24rem; margin-top: 1.2rem; }
  .hero-actions { flex-wrap: wrap; }
  .hero-trust { max-width: 19rem; }
  .hero-trust li { margin-bottom: .3rem; }
  .product-view { margin-bottom: 100dvh; }
  .product-layout { align-content: center; min-height: 100dvh; padding-top: 6rem; padding-bottom: 4rem; }
  .product-copy h2 { font-size: clamp(3.7rem, 16vw, 5.4rem); }
  .launch-demo { display: none !important; }
  .interruption-caption { top: auto; right: var(--nokie-gutter); bottom: 7rem; left: var(--nokie-gutter); transform: none; }
  .interruption-caption::before { inset: -4rem -2rem -3rem; background: radial-gradient(ellipse at bottom left, rgba(0,38,45,.82), rgba(0,38,45,.35) 60%, transparent 76%); }
  .interruption-caption h2 { font-size: clamp(3.8rem, 17vw, 5.8rem); }
  .platform-line { right: var(--nokie-gutter); bottom: 1.3rem; left: var(--nokie-gutter); justify-content: space-between; gap: .5rem; }
  .platform-line span { display: grid; gap: .15rem; font-size: .6rem; }
  .platform-line b { margin: 0; }
  .privacy-layout,.work-layout,.launch-plans { min-height: auto; padding-top: 7rem; padding-bottom: 5rem; }
  .privacy-layout h2,.work-heading h2,.pricing-copy h2 { font-size: clamp(3.8rem, 16vw, 5.5rem); }
  .work-view { min-height: auto; }
  .work-selector { display: grid; grid-template-columns: repeat(3, 1fr); }
  .work-stage { min-height: 28rem; }
  .plan-pair { grid-template-columns: 1fr; }
  .plan-card { min-height: 27rem; }
  .faq-strip .site-shell { padding-top: 3rem; padding-bottom: 3rem; }
  .footer-intro { align-items: flex-start; flex-direction: column; gap: 1.5rem; }
  .launch-footer .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem 2rem; }
}

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