@font-face {
  font-family: Editorial;
  src: url("assets/editorial.ttf") format("truetype");
  font-display: swap;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: #f4f5f1;
  color: #242b25;
  font-family:
    -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
a,
button,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #4a6652;
  outline-offset: 6px;
}
::selection {
  background: #c7d4c6;
}
.skip {
  position: fixed;
  top: -60px;
  left: 20px;
  padding: 12px;
  background: white;
  z-index: 100;
}
.skip:focus {
  top: 15px;
}
.header {
  height: 98px;
  max-width: 1440px;
  margin: auto;
  padding: 0 6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  z-index: 10;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 33px;
  font-weight: 650;
  letter-spacing: -1.8px;
}
.brand-wave {
  display: flex;
  align-items: center;
  gap: 3px;
  height: 30px;
}
.brand-wave i {
  width: 3px;
  background: currentColor;
  border-radius: 4px;
  height: 12px;
}
.brand-wave i:nth-child(2),
.brand-wave i:nth-child(4) {
  height: 23px;
}
.brand-wave i:nth-child(3) {
  height: 33px;
}
.header nav {
  display: flex;
  gap: 34px;
  font-size: 14px;
  color: #576256;
}
.header nav a:hover {
  color: #242b25;
}
.nav-download {
  font-size: 14px;
  padding: 13px 21px;
  border: 1px solid #c8cec4;
  border-radius: 30px;
  display: flex;
  gap: 24px;
  align-items: center;
  transition: background 0.2s;
}
.nav-download:hover {
  background: #e1e6dc;
}
.hero {
  max-width: 1440px;
  margin: auto;
  padding: 75px 6% 0;
  min-height: calc(100svh - 98px);
  position: relative;
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  align-items: center;
  overflow: hidden;
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding-bottom: 70px;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 550;
  margin: 0 0 29px;
  color: #65715f;
}
.hero h1 {
  font-family: Editorial, Baskerville, "Times New Roman", serif;
  font-size: clamp(64px, 6.8vw, 103px);
  font-weight: 400;
  letter-spacing: -5px;
  line-height: 1.02;
  margin: 0 0 27px;
}
.hero h1 em {
  font-weight: 400;
  color: #6c7f68;
  white-space: nowrap;
}
.hero-description {
  font-size: 16px;
  color: #677062;
  line-height: 1.8;
  margin-bottom: 28px;
}
.store-button {
  background: #252e27;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 24px 11px 18px;
  border-radius: 12px;
  box-shadow: 0 5px 12px #27302412;
  transition:
    transform 0.25s,
    background 0.25s;
}
.store-button:hover {
  background: #45604c;
  transform: translateY(-3px);
}
.store-button svg {
  width: 27px;
  height: 31px;
  fill: currentColor;
}
.store-button span {
  display: flex;
  flex-direction: column;
}
.store-button small {
  font-size: 10px;
  letter-spacing: 0.1px;
  line-height: 1.2;
}
.store-button strong {
  font-size: 22px;
  letter-spacing: -0.6px;
  line-height: 1.15;
  font-weight: 500;
}
.download-note {
  font-size: 12px;
  color: #6f786a;
  margin: 14px 0 0;
}
.hero-art {
  position: relative;
  height: 550px;
  perspective: 1000px;
  isolation: isolate;
}
.halo {
  position: absolute;
  inset: -60px -140px -10px -140px;
  background: radial-gradient(ellipse at 60% 40%, #dce4d7a8, transparent 63%);
  z-index: -1;
}
.sculpture {
  --rotate: 0deg;
  position: absolute;
  left: 8%;
  top: 30px;
  width: 90%;
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transform-style: preserve-3d;
  transform: rotate(-18deg) rotateY(calc(-23deg + var(--rotate))) rotateX(12deg);
  will-change: transform;
}
.sculpture i {
  display: block;
  width: 51px;
  flex-shrink: 0;
  height: 90px;
  border-radius: 60px;
  padding: 8px;
  background: linear-gradient(
    107deg,
    #f6f9f1 1%,
    #899086 8%,
    #e8ede5 17%,
    #fff 25%,
    #717970 32%,
    #a1a89e 55%,
    #f2f7ee 72%,
    #596256 93%,
    #c0c7bb 100%
  );
  box-shadow:
    inset 2px 0 3px #fff,
    inset -2px -2px 3px #272c25,
    6px 5px 0 #656e61,
    9px 7px 0 #a6aea0,
    11px 10px 12px #27322024;
  position: relative;
  transform: translateZ(0);
}
.sculpture i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(115deg, #e9ede3, #e5eadd);
  border-radius: 45px;
  box-shadow:
    inset 4px 3px 1px #434f3d,
    inset -3px -2px 2px #fff,
    1px 0 2px #fff;
}
.sculpture i:nth-child(2),
.sculpture i:nth-child(6) {
  height: 150px;
}
.sculpture i:nth-child(3),
.sculpture i:nth-child(5) {
  height: 240px;
}
.sculpture i:nth-child(4) {
  height: 315px;
}
.sculpture-shadow {
  position: absolute;
  left: 10%;
  right: 0;
  height: 25px;
  top: 390px;
  background: #53654b22;
  filter: blur(18px);
  border-radius: 50%;
  transform: rotate(-8deg);
}
.voice-card {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 390px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px;
  border-radius: 19px;
  background: #ffffffa8;
  backdrop-filter: blur(24px);
  border: 1px solid #fff;
  box-shadow: 0 16px 50px #34492e12;
  transform: rotate(-4deg);
  animation: float 7s ease-in-out infinite;
}
.voice-icon {
  font-size: 27px;
  color: #65805d;
}
.card-label {
  font-size: 10px;
  color: #717d6d;
}
.voice-card p {
  font-family: Editorial, Georgia, serif;
  font-size: 21px;
  margin: 7px 0 0;
}
.card-check {
  margin-left: auto;
  border-radius: 50%;
  background: #dfe8d9;
  font-size: 12px;
  padding: 6px;
  color: #496443;
}
.art-caption {
  position: absolute;
  bottom: 17px;
  right: 18px;
  font-size: 10px;
  letter-spacing: 2px;
  color: #7d8776;
}
.tiny-wave {
  margin-right: 8px;
}
.hero-bottom {
  grid-column: 1/-1;
  border-top: 1px solid #dce1d6;
  display: flex;
  justify-content: space-between;
  padding: 24px 0 27px;
  font-size: 11px;
  color: #737d6b;
  align-self: end;
}
.hero-bottom a {
  font-size: 12px;
}
.hero-bottom a span {
  margin-left: 35px;
  font-size: 20px;
}
.hero-bottom > span {
  letter-spacing: 1.5px;
}
footer {
  padding: 40px 6%;
  display: flex;
  align-items: center;
  gap: 28px;
  border-top: 1px solid #d6ddd2;
  font-size: 12px;
  color: #6c7867;
}
footer .brand {
  font-size: 29px;
  color: #263027;
}
footer p {
  margin-right: auto;
}
@keyframes float {
  50% {
    transform: translateY(-10px) rotate(-2deg);
  }
}
@media (min-width: 1500px) {
  .hero {
    min-height: 780px;
  }
}
@media (max-width: 900px) {
  .header {
    padding: 0 5%;
    height: 80px;
  }
  .header nav {
    gap: 18px;
  }
  .hero {
    padding: 55px 5% 0;
    grid-template-columns: 1fr 1fr;
  }
  .hero h1 {
    font-size: 68px;
    letter-spacing: -3.5px;
  }
  .hero-art {
    transform: scale(0.8);
    transform-origin: center left;
    min-width: 400px;
  }
  .eyebrow {
    font-size: 10px;
    letter-spacing: 1.2px;
  }
  .hero-description {
    font-size: 15px;
  }
  .hero-copy {
    padding-bottom: 35px;
  }
}
@media (max-width: 650px) {
  .header {
    height: 78px;
  }
  .brand {
    font-size: 30px;
  }
  .header nav {
    display: none;
  }
  .nav-download {
    padding: 10px 16px;
    gap: 18px;
  }
  .hero {
    padding: 38px 6% 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    min-height: 0;
  }
  .hero-copy {
    padding-bottom: 0;
  }
  .hero h1 {
    font-size: clamp(56px, 12.8vw, 80px);
    letter-spacing: -3px;
    line-height: 1.03;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 1.5px;
    margin-bottom: 24px;
  }
  .hero-description {
    font-size: 15px;
    margin-top: 22px;
  }
  .hero-description br {
    display: none;
  }
  .hero-art {
    width: 100%;
    min-width: 0;
    height: 405px;
    transform: none;
    margin-top: 25px;
  }
  .sculpture {
    top: 0;
    left: 7%;
    width: 88%;
    height: 265px;
    gap: 9px;
  }
  .sculpture i {
    width: 35px;
    height: 63px;
    padding: 6px;
  }
  .sculpture i:nth-child(2),
  .sculpture i:nth-child(6) {
    height: 110px;
  }
  .sculpture i:nth-child(3),
  .sculpture i:nth-child(5) {
    height: 175px;
  }
  .sculpture i:nth-child(4) {
    height: 235px;
  }
  .voice-card {
    bottom: 49px;
    left: 4%;
    width: 92%;
    padding: 15px;
    text-align: left;
  }
  .voice-card p {
    font-size: 19px;
  }
  .sculpture-shadow {
    top: 270px;
  }
  .art-caption {
    bottom: 8px;
    font-size: 9px;
    right: 12%;
  }
  .hero-bottom {
    width: 100%;
    padding: 20px 0;
  }
  .hero-bottom > span {
    display: none;
  }
  .hero-bottom a {
    width: 100%;
  }
  footer {
    flex-wrap: wrap;
    padding: 30px 6%;
    gap: 20px;
  }
  footer p {
    width: 65%;
    margin: 0;
  }
  footer > span {
    margin-left: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .sculpture {
    will-change: auto;
  }
}
h2,
h3 {
  font-family: Editorial, Baskerville, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -2.8px;
  line-height: 1.02;
  margin: 0;
}
h2 {
  font-size: clamp(56px, 6vw, 84px);
}
h2 em,
h3 em {
  font-weight: 400;
  color: #788973;
}
h3 {
  font-size: 60px;
}
.section-heading {
  text-align: center;
  padding: 110px 24px 50px;
}
.section-heading h2 {
  font-size: clamp(60px, 6.8vw, 96px);
}
.section-heading > p:last-child {
  font-size: 16px;
  line-height: 1.8;
  color: #a9b3a4;
  margin-top: 26px;
}
.experience {
  background: #17201a;
  color: #f0f3ea;
  border-radius: 28px 28px 0 0;
  overflow: clip;
}
.experience .eyebrow {
  color: #a0ad99;
}
.experience h2 em {
  color: #aebba6;
}
.story-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1100px;
  margin: auto;
  padding: 0 55px;
  position: relative;
  align-items: start;
  gap: 80px;
}
.chapter {
  min-height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 0;
}
.chapter h3 {
  font-size: 64px;
  margin: 24px 0;
}
.chapter p {
  font-size: 16px;
  line-height: 1.85;
  color: #a9b5a5;
  max-width: 345px;
  margin: 0 0 26px;
}
.step-number {
  font-size: 11px;
  letter-spacing: 2px;
  color: #aabca1;
}
.chapter-detail {
  font-size: 12px;
  line-height: 1.7;
  color: #bdc7b4;
  border-top: 1px solid #ffffff19;
  padding-top: 20px;
  width: 100%;
}
.chapter-detail > span {
  font-size: 21px;
  margin-right: 10px;
}
.text-link {
  font-size: 14px;
  display: inline-flex;
  gap: 24px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #9fae9870;
}
.text-link:hover {
  color: #82967a;
}
.device-sticky {
  position: sticky;
  top: 40px;
  padding: 24px 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.device-stage {
  position: relative;
  perspective: 1200px;
}
.device-glow {
  position: absolute;
  inset: 12% -40% 0;
  background: radial-gradient(ellipse, #6b806733, transparent 65%);
  pointer-events: none;
}
.phone {
  width: 292px;
  height: 619px;
  background: linear-gradient(
    110deg,
    #c5ccc2,
    #545e54 8%,
    #1e241f 30%,
    #4f5b4f 75%,
    #c4cdbf
  );
  border-radius: 49px;
  padding: 7px;
  position: relative;
  transform: rotateY(-13deg) rotateZ(3deg);
  box-shadow:
    12px 18px 0 #0c110e,
    25px 35px 70px #0007,
    inset 0 0 1px 1px #e2e9dc;
  will-change: transform;
}
.phone-screen {
  height: 100%;
  border: 5px solid #080d0a;
  border-radius: 42px;
  overflow: hidden;
  background: #fbfbf7;
  color: #273227;
  position: relative;
}
.status-bar {
  height: 45px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 23px;
  font-size: 10px;
  font-weight: 600;
}
.island {
  position: absolute;
  width: 85px;
  height: 22px;
  border-radius: 25px;
  background: #080d0a;
  left: 50%;
  top: 7px;
  transform: translateX(-50%);
}
.note-top {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #798260;
  padding: 13px 15px;
  border-bottom: 1px solid #e8ebe3;
}
.note-content {
  padding: 24px 21px 0;
}
.note-date {
  font-size: 7px;
  letter-spacing: 1.2px;
  color: #8c9683;
}
.note-content h4 {
  font-family: Editorial, Georgia, serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.02;
  letter-spacing: -1px;
  margin: 17px 0 15px;
}
.note-content p {
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
  color: #53624c;
  min-height: 111px;
  transition: opacity 0.4s;
}
.cursor {
  display: inline-block;
  background: #788b64;
  height: 16px;
  width: 1px;
  animation: blink 1s step-end infinite;
}
.keyboard-window {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 233px;
  overflow: hidden;
}
.keyboard-window img {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
}
.phone-button {
  position: absolute;
  left: -3px;
  top: 135px;
  background: #7f8c7b;
  height: 45px;
  width: 3px;
  border-radius: 3px;
}
.device-caption {
  margin-top: 35px;
  text-align: center;
  color: #bdcbb4;
  font-size: 11px;
  position: relative;
}
.live-indicator {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #adc99a;
  margin-right: 6px;
}
.demo-controls {
  display: flex;
  gap: 4px;
  background: #ffffff08;
  border: 1px solid #ffffff17;
  padding: 4px;
  border-radius: 24px;
  margin-top: 22px;
  position: relative;
}
.demo-controls button {
  border: none;
  background: none;
  color: #a6b49e;
  font-size: 10px;
  padding: 8px 12px;
  border-radius: 20px;
  cursor: pointer;
  transition: background 0.2s;
}
.demo-controls button[aria-pressed="true"] {
  background: #d4dfcb;
  color: #243121;
}
.demo-disclaimer {
  font-size: 9px;
  letter-spacing: 0.2px;
  color: #88977f;
  margin-top: 14px;
}
.privacy {
  max-width: 1250px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
  gap: 70px;
  padding: 135px 6%;
}
.privacy-copy > p:not(.eyebrow) {
  font-size: 16px;
  line-height: 1.9;
  color: #6a7663;
  max-width: 470px;
  margin: 28px 0;
}
.privacy-art {
  height: 390px;
  position: relative;
  display: grid;
  place-items: center;
  perspective: 1000px;
}
.privacy-orb {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: relative;
  background: radial-gradient(
    circle at 33% 22%,
    #fcfff5 1%,
    #c5d1bb 18%,
    #839578 46%,
    #354e30 80%,
    #758565
  );
  box-shadow:
    inset 4px 7px 11px #fffffff0,
    inset -9px -12px 18px #243c2570,
    0 40px 40px -20px #4b66335c;
  animation: orb-float 8s ease-in-out infinite;
}
.privacy-orb svg {
  width: 65px;
  height: 90px;
  fill: none;
  stroke: #e1eadacc;
  stroke-width: 3;
  filter: drop-shadow(0 1px 1px #172b12);
}
.orb-orbit {
  position: absolute;
  width: 350px;
  height: 350px;
  border: 1px solid #c8d2c0;
  border-radius: 50%;
  transform: rotateX(64deg) rotateY(-15deg) rotateZ(35deg);
}
.orbit-two {
  width: 370px;
  height: 370px;
  transform: rotateX(45deg) rotateY(60deg);
}
.orb-label {
  position: absolute;
  bottom: 0;
  font-size: 9px;
  letter-spacing: 2px;
  color: #738367;
}
.privacy-facts {
  display: flex;
  gap: 40px;
  border-top: 1px solid #d5ddcf;
  border-bottom: 1px solid #d5ddcf;
  padding: 22px 0;
  margin: 26px 0 16px;
}
.privacy-facts div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.privacy-facts strong {
  font-size: 14px;
  font-weight: 500;
}
.privacy-facts span {
  font-size: 11px;
  color: #75816b;
}
.everyday {
  max-width: 1250px;
  margin: auto;
  padding: 30px 6% 110px;
}
.everyday-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 45px;
}
.everyday-heading > p {
  font-size: 15px;
  line-height: 1.8;
  color: #75806c;
  max-width: 340px;
}
.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.feature-card {
  border-radius: 20px;
  min-height: 590px;
  overflow: hidden;
  position: relative;
  border: 1px solid #e1e5dc;
  background: #e9ede4;
  padding: 38px;
}
.feature-copy {
  position: relative;
  z-index: 1;
}
.feature-label {
  font-size: 10px;
  letter-spacing: 1.7px;
  color: #718368;
}
.feature-copy h3 {
  font-size: 47px;
  margin: 18px 0;
}
.feature-copy p {
  font-size: 14px;
  color: #6b7862;
  line-height: 1.8;
}
.feature-image {
  height: 350px;
  width: 270px;
  border: 6px solid #c3cbbd;
  border-bottom: 0;
  border-radius: 34px 34px 0 0;
  position: absolute;
  top: 280px;
  left: 50%;
  transform: translateX(-50%) rotate(-9deg);
  overflow: hidden;
  box-shadow: 20px 10px 35px #7e90712b;
}
.feature-image img {
  width: 100%;
  height: auto;
  display: block;
}
.feature-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 19px 38px;
  font-size: 9px;
  letter-spacing: 1.5px;
  z-index: 2;
  background: #e7ece3;
  border-top: 1px solid #d7dfd0;
}
.shortcut-feature {
  background: #202b23;
  color: #f1f4ea;
  border-color: #202b23;
}
.shortcut-feature h3 {
  color: #f1f4ea;
}
.shortcut-feature .feature-label,
.shortcut-feature p {
  color: #b1bfa8;
}
.shortcut-feature .feature-caption {
  background: #202b23;
  border-color: #ffffff17;
  color: #b9c7af;
}
.shortcut-visual {
  position: relative;
  padding: 26px 0 65px;
}
.shortcut-small,
.shortcut-result {
  position: relative;
  border: 1px solid #fff2;
  background: linear-gradient(125deg, #75857044, #ffffff04);
  box-shadow: 0 15px 30px #0001;
  border-radius: 15px;
  padding: 20px 25px;
  transform: rotate(-5deg);
  backdrop-filter: blur(10px);
}
.shortcut-small {
  width: 80%;
}
.shortcut-small > span:first-child,
.shortcut-result > span:first-child {
  font-size: 8px;
  letter-spacing: 1.2px;
  color: #a9baa0;
}
.shortcut-small p,
.shortcut-result p {
  font-family: Editorial, Georgia, serif;
  font-size: 25px;
  letter-spacing: -0.4px;
  line-height: 1.2;
  margin: 10px 0 0;
  color: #e0e9d8;
}
.shortcut-mic {
  position: absolute;
  right: 24px;
  top: 29px;
  font-size: 25px;
}
.shortcut-connector {
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #9dac91;
}
.shortcut-result {
  transform: rotate(4deg);
  margin-left: 10%;
  background: #d3dfc8;
  color: #2d3e24;
}
.shortcut-result p,
.shortcut-result > span:first-child {
  color: #435b34;
}
.result-check {
  position: absolute;
  right: 15px;
  top: 16px;
  font-size: 12px;
}
.home-showcase {
  max-width: 1100px;
  margin: 0 auto 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 95px;
  align-items: center;
  padding: 35px 60px 0;
  height: 560px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #d3dbcc;
}
.home-showcase:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(transparent, #f4f5f1);
  pointer-events: none;
}
.home-phone {
  width: 280px;
  padding: 7px;
  border-radius: 42px;
  border: 1px solid #abb6a3;
  background: linear-gradient(120deg, #e9eee3, #7d8872, #d3dcc9);
  transform: rotate(-7deg);
  margin: auto;
  box-shadow: 15px 15px 35px #5e6f4e20;
}
.home-phone img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 34px;
}
.home-copy {
  align-self: center;
  padding-bottom: 80px;
}
.home-copy h2 {
  font-size: 66px;
}
.home-copy > p:not(.eyebrow) {
  font-size: 15px;
  line-height: 1.9;
  color: #6a7961;
  margin: 26px 0;
}
.estimate-note {
  display: block;
  color: #7e8876;
  font-size: 10px;
  line-height: 1.6;
  margin-top: 25px;
}
.questions {
  max-width: 1250px;
  margin: auto;
  padding: 0 6% 115px;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 80px;
}
.questions .text-link {
  margin-top: 25px;
}
.faq-list details {
  border-bottom: 1px solid #d7ded1;
}
.faq-list details:first-child {
  border-top: 1px solid #d7ded1;
}
.faq-list summary {
  list-style: none;
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  font-size: 15px;
  cursor: pointer;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary span {
  font-size: 22px;
  font-weight: 300;
  color: #76886a;
  transition: transform 0.3s;
}
.faq-list details[open] summary span {
  transform: rotate(45deg);
}
.faq-list details p {
  font-size: 14px;
  line-height: 1.9;
  color: #6c7c62;
  padding: 0 25px 20px 0;
  margin: 0;
}
.closing {
  background: #e6ebdf;
  text-align: center;
  padding: 85px 20px 90px;
  position: relative;
  overflow: hidden;
}
.closing-icon {
  border-radius: 18px;
  box-shadow: 0 10px 20px #53674422;
  margin-bottom: 34px;
}
.closing .eyebrow {
  font-size: 10px;
}
.closing h2 {
  font-size: clamp(56px, 7vw, 100px);
  position: relative;
}
.closing > p:not(.eyebrow):not(.download-note) {
  font-size: 16px;
  color: #708066;
  margin: 24px 0 29px;
}
.closing .download-note {
  margin-top: 17px;
}
.motion-toggle {
  border: 0;
  border-bottom: 1px solid #b6c1af;
  background: none;
  color: inherit;
  font-size: 11px;
  padding: 4px 0;
  cursor: pointer;
  white-space: nowrap;
}
.motion-paused *,
.motion-paused *:before,
.motion-paused *:after {
  animation: none !important;
  transition: none !important;
}
.motion-paused .phone,
.motion-paused .sculpture {
  will-change: auto;
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}
@keyframes orb-float {
  50% {
    transform: translateY(-12px) rotate(-4deg);
  }
}
@media (min-width: 1100px) and (min-height: 850px) {
  .device-sticky {
    top: 100px;
  }
  .chapter {
    min-height: 750px;
  }
}
@media (max-width: 1000px) {
  .story-layout {
    gap: 30px;
    padding: 0 7%;
  }
  .phone {
    width: 260px;
    height: 553px;
    border-radius: 45px;
  }
  .phone-screen {
    border-radius: 37px;
  }
  .keyboard-window {
    height: 208px;
  }
  .note-content {
    padding-top: 14px;
  }
  .note-content h4 {
    font-size: 29px;
    margin-top: 12px;
  }
  .note-content p {
    font-size: 12px;
  }
  .note-date {
    font-size: 6px;
  }
  .device-sticky {
    top: 25px;
  }
  .privacy {
    gap: 35px;
    padding: 100px 6%;
  }
  .privacy-art {
    transform: scale(0.85);
  }
  .privacy-facts {
    gap: 22px;
  }
  .home-showcase {
    gap: 45px;
    padding: 25px 6% 0;
  }
  .home-copy h2 {
    font-size: 58px;
  }
  .questions {
    gap: 40px;
  }
  .feature-card {
    padding: 30px;
    min-height: 565px;
  }
  .feature-copy h3 {
    font-size: 43px;
  }
  .shortcut-small,
  .shortcut-result {
    padding: 18px;
  }
  .shortcut-small p,
  .shortcut-result p {
    font-size: 21px;
  }
  .feature-copy p {
    font-size: 13px;
  }
  .home-phone {
    width: 250px;
  }
}
@media (max-width: 650px) {
  h2 {
    font-size: 57px;
    letter-spacing: -2px;
  }
  .section-heading {
    padding: 65px 6% 12px;
  }
  .section-heading h2 {
    font-size: 63px;
    letter-spacing: -2.5px;
  }
  .section-heading > p:last-child {
    font-size: 14px;
    max-width: 300px;
    margin: 22px auto;
  }
  .section-heading > p:last-child br {
    display: none;
  }
  .experience {
    border-radius: 22px 22px 0 0;
  }
  .experience .eyebrow {
    font-size: 8px;
    letter-spacing: 1px;
  }
  .story-layout {
    display: flex;
    flex-direction: column;
    padding: 0 7% 45px;
    gap: 0;
  }
  .story-chapters {
    display: contents;
  }
  .chapter {
    min-height: 0;
    padding: 45px 0;
    width: 100%;
  }
  .chapter h3 {
    font-size: 50px;
    margin: 19px 0;
  }
  .chapter h3 br {
    display: none;
  }
  .chapter p {
    font-size: 15px;
    max-width: none;
    line-height: 1.8;
    margin-bottom: 16px;
  }
  .chapter-detail {
    font-size: 11px;
    padding-top: 15px;
  }
  .chapter[data-step="0"] {
    order: 0;
  }
  .chapter[data-step="1"] {
    order: 2;
    border-top: 1px solid #ffffff1a;
  }
  .chapter[data-step="2"] {
    order: 3;
    border-top: 1px solid #ffffff1a;
  }
  .device-sticky {
    position: relative;
    top: auto;
    order: 1;
    align-self: center;
    padding: 10px 0 32px;
    width: 100%;
  }
  .phone {
    width: 270px;
    height: 575px;
    border-radius: 47px;
  }
  .phone-screen {
    border-radius: 40px;
  }
  .keyboard-window {
    height: 216px;
  }
  .note-content p {
    font-size: 12px;
  }
  .note-content h4 {
    font-size: 30px;
  }
  .device-caption {
    margin-top: 25px;
  }
  .demo-controls button {
    font-size: 11px;
  }
  .demo-disclaimer {
    font-size: 10px;
  }
  .privacy {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
    padding: 70px 7% 50px;
  }
  .privacy-copy h2 {
    font-size: 60px;
  }
  .privacy-copy > p:not(.eyebrow) {
    font-size: 15px;
  }
  .privacy-art {
    height: 305px;
    width: 100%;
    transform: scale(0.85);
    margin-top: -10px;
  }
  .privacy-facts {
    justify-content: space-between;
    gap: 14px;
  }
  .privacy-facts span {
    font-size: 11px;
  }
  .everyday {
    padding: 30px 6% 60px;
  }
  .everyday-heading {
    display: block;
    margin-bottom: 28px;
  }
  .everyday-heading > p {
    font-size: 14px;
    margin-top: 22px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .feature-card {
    min-height: 540px;
    padding: 30px;
  }
  .feature-copy h3 {
    font-size: 46px;
  }
  .feature-copy p {
    font-size: 14px;
  }
  .feature-image {
    top: 270px;
    width: 245px;
  }
  .shortcut-feature {
    min-height: 555px;
  }
  .shortcut-visual {
    padding-top: 18px;
    max-width: 340px;
    margin: auto;
  }
  .shortcut-small p,
  .shortcut-result p {
    font-size: 26px;
  }
  .shortcut-small,
  .shortcut-result {
    padding: 20px;
  }
  .home-showcase {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
    padding: 20px 7% 0;
    gap: 40px;
    margin-bottom: 70px;
  }
  .home-copy {
    padding-bottom: 0;
    align-self: stretch;
  }
  .home-copy h2 {
    font-size: 59px;
  }
  .home-phone {
    width: 245px;
    height: 370px;
    overflow: hidden;
    border-radius: 36px 36px 0 0;
    flex-shrink: 0;
  }
  .home-phone img {
    border-radius: 29px 29px 0 0;
  }
  .estimate-note {
    margin-top: 18px;
  }
  .questions {
    display: block;
    padding: 0 7% 70px;
  }
  .questions h2 br {
    display: none;
  }
  .questions .text-link {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .faq-list summary {
    font-size: 14px;
    line-height: 1.5;
    padding: 21px 0;
  }
  .faq-list details p {
    font-size: 14px;
  }
  .closing {
    padding: 60px 6% 65px;
  }
  .closing h2 {
    font-size: 57px;
    letter-spacing: -2.4px;
  }
  .closing .eyebrow {
    font-size: 8px;
    letter-spacing: 1.3px;
  }
  .closing-icon {
    width: 60px;
    height: 60px;
    border-radius: 15px;
  }
  .closing > p:not(.eyebrow):not(.download-note) {
    font-size: 15px;
  }
  .home-showcase:after {
    height: 35px;
  }
  .motion-toggle {
    font-size: 12px;
  }
  footer > span {
    font-size: 10px;
  }
  footer .brand {
    font-size: 25px;
  }
  footer p {
    font-size: 11px;
    width: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .phone {
    will-change: auto;
  }
}
.store-button {
  padding: 0;
  border-radius: 12px;
  background: transparent;
  box-shadow: none;
}
.store-button:hover {
  background: transparent;
}
.store-button img {
  display: block;
  width: 180px;
  height: 60px;
}
.library-preview {
  position: relative;
  width: 280px;
  margin: 28px auto 0;
  background: #f5f7f1;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 23px;
  box-shadow: 12px 15px 35px #5e704426;
  transform: rotate(-7deg);
}
.library-preview-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.library-preview-top strong {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.6px;
}
.library-preview-top > span {
  font-size: 8px;
  color: #78876d;
}
.saved-clip {
  background: #fff9;
  border: 1px solid #e4e9df;
  padding: 20px 14px;
  border-radius: 12px;
  margin-top: 18px;
}
.saved-clip > span:first-child {
  font-size: 8px;
  letter-spacing: 1px;
  color: #76876b;
}
.saved-clip p {
  font-family: Editorial, Georgia, serif;
  font-size: 23px;
  line-height: 1.3;
  letter-spacing: -0.4px;
  margin: 16px 0;
  color: #384931;
}
.clip-bottom {
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  color: #8a957f;
}
.demo-controls button {
  font-size: 12px;
}
.device-caption {
  font-size: 12px;
}
.demo-disclaimer {
  font-size: 11px;
}
.motion-toggle {
  font-size: 12px;
}
.motion-paused .cursor {
  opacity: 1;
}
.motion-paused .sculpture {
  will-change: auto;
}
.note-content.demo-enter {
  animation: demo-enter 0.5s ease both;
}
@keyframes demo-enter {
  from {
    opacity: 0.3;
    transform: translateY(7px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1000px) {
  .library-preview {
    width: 260px;
    margin-left: 0;
    padding: 20px;
  }
}
@media (max-width: 650px) {
  .library-preview {
    margin: 25px auto 0;
    width: 270px;
    max-width: 100%;
  }
  .feature-card.library-feature {
    min-height: 590px;
  }
  .demo-controls button {
    font-size: 12px;
  }
  .device-caption {
    font-size: 11px;
  }
}
body {
  overflow-x: clip;
}
.header {
  position: sticky;
  top: 0;
  background: #f4f5f1e8;
  backdrop-filter: blur(18px);
  z-index: 20;
  border-bottom: 1px solid #d7ded130;
}
.privacy {
  overflow: clip;
}
.card-label {
  font-size: 12px;
}
.download-note {
  font-size: 12px;
}
.art-caption,
.hero-bottom > span {
  font-size: 11px;
}
.feature-label,
.feature-caption,
.step-number {
  font-size: 11px;
}
.privacy-facts span {
  font-size: 12px;
}
.estimate-note {
  font-size: 12px;
}
.demo-controls button {
  min-height: 34px;
}
.motion-toggle {
  min-height: 36px;
}
.sculpture i {
  animation: wave-breathe 6s ease-in-out infinite;
  animation-delay: calc(var(--bar, 0) * -0.6s);
}
.sculpture i:nth-child(2) {
  --bar: 1;
}
.sculpture i:nth-child(3) {
  --bar: 2;
}
.sculpture i:nth-child(4) {
  --bar: 3;
}
.sculpture i:nth-child(5) {
  --bar: 4;
}
.sculpture i:nth-child(6) {
  --bar: 5;
}
.sculpture i:nth-child(7) {
  --bar: 6;
}
@keyframes wave-breathe {
  50% {
    transform: scaleY(0.92) translateZ(4px);
  }
}
@media (max-width: 650px) {
  .card-label {
    font-size: 10px;
  }
  .art-caption {
    font-size: 10px;
  }
  .feature-caption {
    font-size: 10px;
  }
  .header {
    height: 72px;
  }
  .library-preview {
    margin-top: 25px;
  }
  .closing h2 {
    font-size: 55px;
  }
  .chapter h3 br {
    display: block;
  }
  .questions h2 br {
    display: block;
  }
}
.nav-download {
  white-space: nowrap;
}
.motion-paused {
  scroll-behavior: auto;
}
@media (max-width: 360px) {
  .header {
    gap: 12px;
  }
  .header .brand {
    font-size: 27px;
    gap: 8px;
  }
  .nav-download {
    font-size: 12px;
    padding: 10px 13px;
    gap: 10px;
  }
  .hero h1 {
    font-size: 54px;
  }
  .hero-art {
    height: 390px;
  }
  .sculpture {
    gap: 7px;
  }
  .sculpture i {
    width: 31px;
  }
  .voice-card {
    padding: 12px;
    gap: 9px;
  }
  .voice-card p {
    font-size: 17px;
  }
  .card-label {
    font-size: 9px;
  }
  .privacy-facts {
    flex-direction: column;
    gap: 20px;
  }
  .demo-controls button {
    font-size: 11px;
    padding: 8px 9px;
  }
  .feature-card {
    padding: 25px;
  }
  .library-preview {
    width: 245px;
  }
  .saved-clip p {
    font-size: 21px;
  }
}
@media (min-width: 651px) and (max-width: 900px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .hero-copy {
    min-width: 0;
  }
  .hero-bottom > span {
    font-size: 10px;
    letter-spacing: 1px;
  }
}
