:root {
  color-scheme: light;
  --bg: #f6f4f2; --fg: #1f1e1d; --muted: #6f6b67; --line: #dad6d2;
  --clay: #f3f0ec; --glow: rgba(255,252,248,.9); --video-bg: #fff;
  --shadow: 0 30px 60px -20px rgba(60,45,30,.28),0 10px 24px -12px rgba(60,45,30,.18);
  --lift: inset 0 1px 0 rgba(255,255,255,.7),inset 0 -1px 0 rgba(60,45,30,.06);
  --font: 'Outfit',sans-serif;
  --ease: cubic-bezier(.22,1,.36,1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; background: var(--bg); color: var(--fg); font: 400 17px/1.55 Outfit,Arial,sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; border: 0; cursor: pointer; }
a,button { -webkit-tap-highlight-color: transparent; }
a:focus-visible,button:focus-visible,summary:focus-visible,[tabindex]:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }
img,video { display: block; max-width: 100%; height: auto; }
.responsive-image { display: contents; }
.responsive-image > source { display: none; }
svg { width: 22px; height: 22px; flex-shrink: 0; }
[hidden] { display: none !important; }
::selection { background: #1a1a1a; color: #fff; }
h1,h2,h3,p,figure { margin: 0; }
h1,h2,h3 { text-wrap: balance; }p { text-wrap: pretty; }
.wrap { width: min(1280px,100% - 80px); margin-inline: auto; }
.section-space { padding-block: 112px; }
h2 { font-size: clamp(38px,4.5vw,64px); font-weight: 500; letter-spacing: -.045em; line-height: 1.08; }
.eyebrow { font-size: 13px; font-weight: 500; letter-spacing: .015em; margin-bottom: 22px; }
.section-index { display: none; }
.section-lede { color: var(--muted); font-size: 18px; line-height: 1.6; max-width: 42ch; }
.skip-link { position: fixed; z-index: 20; background: #111; color: #fff; padding: 12px 18px; left: 20px; top: 10px; transform: translateY(-160%); }.skip-link:focus { transform: none; }

/* The website shares the app's type, neutral palette and rounded surfaces. */
.hero-shell { background: var(--bg); }
.nav { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-weight: 500; letter-spacing: -.05em; font-size: 36px; line-height: 1; min-height: 44px; }.brand img { width: 34px; height: 34px; }
.links { display: flex; align-items: center; gap: 28px; font-size: 14px; }.links a { padding-block: 12px; }.links a:hover { text-decoration: underline; text-underline-offset: 5px; }
.nav-cta { display: flex; align-items: center; gap: 30px; min-height: 44px; font-size: 14px; padding: 12px 21px; border-radius: 999px; background: #e9e6e3; transition: background-color .2s,color .2s; }.nav-cta:hover { background: #dad6d2; }
.hero { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; padding-block: 48px 64px; align-items: center; }
.hero-copy { padding-block: 10px; }
.hero-eyebrow { margin-bottom: 28px; }
h1 { font-size: clamp(72px,8.1vw,116px); line-height: .98; font-weight: 500; letter-spacing: -.055em; }
h1 span { color: #8c8680; }
.hero-positioning { font-size: 22px; font-weight: 500; line-height: 1.4; letter-spacing: -.015em; margin-top: 28px; }
.lede { max-width: 39ch; font-size: 16px; line-height: 1.65; color: var(--muted); margin-top: 18px; }
.cta { display: flex; flex-wrap: wrap; gap: 24px; align-items: center; margin-top: 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 54px; padding: 15px 24px; font-weight: 500; font-size: 15px; border-radius: 999px; transition: transform .18s var(--ease),background-color .18s; }
.btn.primary { background: #262524; color: #f6f4f2; box-shadow: inset 0 1px 0 #ffffff20,0 5px 12px #26252410; }.btn:hover { background: #363636; }.btn:active,.nav-cta:active { transform: scale(.96); }
.text-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: 14px; }.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.hero-note { font-size: 12px; line-height: 1.6; margin-top: 20px; color: var(--muted); }
.hero-stage { position: relative; aspect-ratio: 1; min-width: 0; border-radius: 56px; overflow: hidden; background: #000; box-shadow: 0 24px 50px -26px #322b2440; }
.hero-shell[data-scene="light"] .hero-stage { background: #fff; }
.hero-stage video { height: 100%; width: 100%; object-fit: contain; }
.video-caption { position: absolute; left: 32px; top: 28px; font: 12px/1.5 var(--font); color: #ddd; }
.hero-shell[data-scene="light"] .video-caption { color: #5c5c5c; }
.scene-switch { position: absolute; right: 24px; bottom: 24px; display: flex; border-radius: 999px; background: #f6f4f2; padding: 4px; box-shadow: 0 2px 12px #00000014; }
.scene-switch button { min-height: 36px; min-width: 76px; padding: 8px 12px; display: flex; justify-content: center; align-items: center; gap: 8px; background: none; border-radius: 999px; font: 12px/1 var(--font); transition: background-color .2s,color .2s; }
.scene-switch button[aria-pressed="true"] { background: #171717; color: #fff; }.scene-dot { width: 8px; height: 8px; border-radius: 50%; border: 1px solid #888; }.scene-dot.light { background: #fff; }.scene-dot.dark { background: #222; }
.hero-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); padding-block: 14px 24px; font: 12px/1.5 var(--font); }
.scroll-cue { display: flex; align-items: center; gap: 14px; min-height: 36px; }.scroll-cue > span { font-size: 22px; }.hero-facts { display: flex; gap: 28px; }.hero-facts span + span::before { content: '·'; color: #a29d98; margin-right: 28px; }
.motion-toggle { display: inline-flex; gap: 10px; align-items: center; padding: 8px 0; background: none; min-height: 36px; font: inherit; }.motion-icon { width: 12px; text-align: center; }

.section-heading { display: grid; grid-template-columns: 1.25fr 1fr; gap: 90px; align-items: end; margin-bottom: 46px; }
.section-heading > .section-lede { justify-self: end; }
.alternative .section-lede a { text-decoration: underline; text-underline-offset: 4px; }
.tag-showcase { display: grid; grid-template-columns: 1fr 1fr; border-radius: 36px; overflow: hidden; background: #e9e6e3; box-shadow: inset 0 1px 0 #ffffff80; }
.tag-art { display: grid; place-items: center; position: relative; padding: 40px; border-right: 1px solid #d6d1cc; min-width: 0; }
.tag-art img { width: 88%; max-width: 440px; }.tag-art-label { position: absolute; left: 24px; top: 22px; font: 12px/1.5 var(--font); }
.tag-value { display: flex; flex-direction: column; justify-content: center; padding: 40px; }
.tag-value > .eyebrow { margin-bottom: 0; }
.cost-line { display: flex; justify-content: space-between; align-items: center; gap: 26px; padding-block: 28px; border-bottom: 1px solid #d1ccc7; }
.cost-line h3 { font-size: 21px; font-weight: 500; letter-spacing: -.03em; }.cost-line p { color: var(--muted); font-size: 14px; margin-top: 5px; }
.cost-line > strong { font-size: 82px; font-weight: 500; letter-spacing: -.065em; line-height: 1; }.cost-line > .cost-word { font-size: 64px; letter-spacing: -.065em; white-space: nowrap; font-weight: 500; }
.cost-word a { text-decoration: underline; text-underline-offset: 8px; text-decoration-thickness: 1px; }
.tag-promise { font-size: 16px; max-width: 34ch; margin-top: 26px; }.tag-value .text-link { margin-top: 18px; text-decoration: underline; text-underline-offset: 5px; }
.value-notes { font-size: 13px; color: var(--muted); margin-top: 18px; }
.how-section { padding-top: 0; }
.how-steps { list-style: none; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; margin: 0; padding: 0; }
.how-image { aspect-ratio: 1.25; position: relative; overflow: hidden; background: #000; border-radius: 30px; margin-bottom: 24px; }
.how-image img { width: 100%; height: 100%; object-fit: cover; }.how-image-light { background: #fff; }.how-image-stone { background: #e9e6e3; }.how-image-stone img { object-fit: contain; }
.how-number { position: absolute; top: 18px; left: 18px; background: #f6f4f2; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; box-shadow: 0 2px 8px #0000000c; font: 12px/1 var(--font); }
.how-steps h3 { font-size: 23px; font-weight: 500; line-height: 1.2; letter-spacing: -.04em; margin-bottom: 12px; }.how-steps p { color: var(--muted); font-size: 16px; line-height: 1.6; }
.features { padding-top: 0; }
  /* Bento: the square video in the middle, everything else around it. Every
     media tile keeps the shape of its picture, so rows size themselves. */
  .bento {
    display: grid; gap: 16px; container-type: inline-size;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-areas:
      "icon icon icon la la la la la la sched sched sched"
      "tag tag tag hero hero hero hero hero hero modes modes modes"
      "activity activity activity hero hero hero hero hero hero strict strict strict"
      "privacy privacy privacy action action action action action action widget widget widget";
  }
  .tile { position: relative; margin: 0; min-height: 0; min-width: 0; border-radius: 30px; overflow: hidden; display: flex; flex-direction: column; background: radial-gradient(140% 100% at 20% 0%, var(--glow), transparent 55%), var(--clay); box-shadow: var(--shadow), var(--lift); }
  .t-sq { aspect-ratio: 1; }
  /* Wide tiles fill the row two squares make; the 16:9 render is cropped a little. */
  .t-wide { height: calc((100cqw - 48px) / 4); }
  /* Media fills the whole card; the caption lies over the bottom edge. */
  .t-media video, .t-media img { display: block; flex: 1; min-height: 0; width: 100%; height: 100%; object-fit: cover; }
  .t-media figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 120px 20px 20px; display: flex; flex-direction: column; gap: 2px; font-size: 14px; }
  .t-media figcaption strong { font-weight: 600; font-size: 15px; }
  .on-shade figcaption { color: #FFFFFF; background: linear-gradient(to top, rgba(0,0,0,.92) 0%, rgba(0,0,0,.78) 30%, rgba(0,0,0,.4) 65%, rgba(0,0,0,0) 100%); text-shadow: 0 1px 3px rgba(0,0,0,.6); }
  .on-shade figcaption span { color: rgba(255,255,255,.82); }
  .on-light figcaption { color: #1C1B1A; background: linear-gradient(to top, rgba(255,255,255,.92) 0%, rgba(255,255,255,.7) 50%, rgba(255,255,255,0) 100%); }
  .on-light figcaption span { color: rgba(28,27,26,.62); }
  @media (max-width: 1000px) {
    .bento {
      grid-template-columns: repeat(6, minmax(0, 1fr));
      grid-template-areas:
        "icon icon icon sched sched sched"
        "hero hero hero hero hero hero"
        "la la la la la la"
        "tag tag tag modes modes modes"
        "action action action action action action"
        "activity activity activity strict strict strict"
        "privacy privacy privacy widget widget widget";
    }
    .t-wide { height: calc((100cqw - 16px) / 2); }
  }
  @media (max-width: 600px) {
    .bento {
      grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px;
      grid-template-areas:
        "icon sched"
        "hero hero"
        "la la"
        "tag modes"
        "action action"
        "activity strict"
        "privacy widget";
    }
    .t-wide { height: calc((100cqw - 12px) / 2); }
    .t-media figcaption { padding: 84px 14px 14px; font-size: 12px; }
    .t-media figcaption strong { font-size: 13px; }
  }



/* A suggested first month, kept as one continuous sequence. */
.journey { width: calc(100% - 32px); max-width: 1456px; margin-inline: auto; border-radius: 48px; background: #262524; color: #f1efed; }
.journey > .wrap { width: min(1200px,100% - 80px); }
.journey .section-index,.journey .section-lede { color: #b0b0ac; }
.journey-grid { list-style: none; padding: 0; margin: 0; }
.milestone { display: grid; grid-template-columns: 180px 1fr; gap: 52px; padding-block: 32px; border-bottom: 1px solid #44413e; }
.milestone:last-child { border-bottom: 0; padding-bottom: 0; }
.milestone-top { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 1px; width: 112px; height: 108px; border-radius: 48% 52% 46% 54% / 55% 47% 53% 45%; background: #35322f; }.milestone-top > span { font: 12px/1.4 var(--font); color: #c1bcb7; }.milestone-top strong { font-size: 54px; font-weight: 400; line-height: 1; letter-spacing: -.05em; font-variant-numeric: tabular-nums; }
.milestone-copy { display: grid; grid-template-columns: .85fr 1fr; gap: 52px; align-items: center; }
.milestone-copy h3 { font-size: 29px; font-weight: 500; line-height: 1.1; letter-spacing: -.04em; }.milestone-copy p { color: #bcbcb8; font-size: 16px; line-height: 1.6; }

.app-section { overflow: clip; }
.app-gallery { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.1fr); gap: 100px; align-items: start; margin-top: 42px; }
.screen-picker { min-width: 0; }.screen-picker > p { margin-bottom: 26px; }
.screen-tabs { display: flex; flex-direction: column; gap: 7px; }
.screen-tabs button { display: flex; align-items: center; gap: 24px; min-height: 56px; padding: 14px 16px; text-align: left; font-size: 18px; border-radius: 18px; background: none; color: #626262; transition: color .15s,background-color .15s; }
.screen-tabs button[aria-selected="true"] { background: #262524; color: #f6f4f2; }.screen-tabs button:hover:not([aria-selected="true"]) { background: #e9e6e3; }.tab-number { font: 11px/1 var(--font); }.tab-arrow { margin-left: auto; opacity: 0; }.screen-tabs button[aria-selected="true"] .tab-arrow { opacity: 1; }
.phone-stage { position: relative; display: grid; place-items: start center; min-height: 670px; padding: 36px 28px; background: #e9e6e3; border-radius: 40px; }
.phone { position: relative; background: #171717; border: 1px solid #6b6b6b; padding: 6px; border-radius: 40px; box-shadow: 0 18px 25px -16px rgba(0,0,0,.4); }.phone img { width: 100%; border-radius: 33px; }
.phone::after { content: ''; position: absolute; top: 2.2%; left: 50%; width: 28.5%; height: 3.9%; transform: translateX(-50%); background: #000; border-radius: 999px; }
.screen-panel { width: 252px; }.screen-caption { display: flex; flex-direction: column; gap: 5px; text-align: center; margin: 22px -35px 0; font-size: 13px; }.screen-caption strong { font-weight: 500; }.screen-caption span { color: var(--muted); }
@keyframes screen-in { from { opacity: .4; transform: translateY(6px); } to { opacity: 1; transform: none; } }.screen-panel.is-entering { animation: screen-in .25s var(--ease); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.faq-list { display: flex; flex-direction: column; gap: 10px; }.faq-list details { border-radius: 20px; background: #eeebe8; padding-inline: 24px; }
.faq-list summary { position: relative; padding: 24px 42px 24px 0; cursor: pointer; list-style: none; font-size: 17px; font-weight: 500; line-height: 1.35; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { content: '+'; position: absolute; right: 0; top: 19px; display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: #e3dfdb; font: 22px/1 var(--font); }.faq-list details[open] summary::after { content: '−'; }
.faq-answer { padding-bottom: 24px; font-size: 16px; line-height: 1.6; color: var(--muted); }.faq-answer p + p { margin-top: 15px; }.faq-answer a { color: var(--fg); text-decoration: underline; text-underline-offset: 4px; }

.closing { width: calc(100% - 32px); max-width: 1456px; margin-inline: auto; border-radius: 48px; background: #e9e6e3; }
.closing > .wrap { width: min(1200px,100% - 80px); }
.closing-inner { padding-block: 26px; }.closing-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }.closing-top .eyebrow { margin: 0; }.license-note { font: 11px/1.5 var(--font); }
.closing-content { display: grid; grid-template-columns: 1.4fr 1fr; align-items: center; gap: 60px; padding-block: 48px; }.closing h2 { font-size: clamp(64px,7.5vw,105px); line-height: 1; font-weight: 500; letter-spacing: -.055em; }
.closing-content p { max-width: 45ch; font-size: 18px; line-height: 1.5; margin-top: 26px; }.closing-content .availability { font-size: 12px; font-family: var(--font); line-height: 1.6; max-width: 51ch; color: #5a5a5a; margin-top: 18px; }
.closing-stone { background: #262524; border-radius: 48% 52% 44% 56% / 52% 46% 54% 48%; aspect-ratio: 1; display: grid; place-items: center; }.closing-stone img { width: 88%; }
.open-note { border-top: 1px solid #d1ccc7; padding-top: 22px; display: flex; justify-content: space-between; gap: 40px; align-items: center; }.open-note p { font-size: 13px; color: var(--muted); }.open-note a { flex-shrink: 0; }
footer { padding-block: 38px 26px; }.footer-top { display: flex; align-items: end; justify-content: space-between; gap: 35px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }.footer-top .brand { font-size: clamp(70px,14vw,190px); letter-spacing: -.08em; line-height: .8; }.footer-top .brand img { display: none; }.footer-top p { max-width: 24ch; font-size: 16px; color: var(--muted); }.back-top { min-width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: #e9e6e3; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 18px 24px; padding-top: 22px; color: var(--muted); font-size: 12px; }.footer-bottom nav { display: flex; gap: 24px; }.footer-bottom nav a { padding-block: 12px; }.footer-bottom a:hover { text-decoration: underline; text-underline-offset: 4px; }

@media (max-width: 1100px) {
  .wrap { width: calc(100% - 56px); }.hero { gap: 30px; }h1 { font-size: clamp(64px,8vw,88px); }.hero-positioning { font-size: 20px; }.hero .cta { gap: 16px; }.hero .text-link { font-size: 13px; }
  .links { gap: 20px; }.hero-facts { gap: 15px; }.hero-facts span + span::before { margin-right: 15px; }
  .section-heading { gap: 50px; }.tag-value { padding: 28px; }.cost-line { gap: 20px; }.cost-line > strong { font-size: 75px; }.cost-line > .cost-word { font-size: 52px; }
  .milestone { grid-template-columns: 150px 1fr; gap: 35px; }.milestone-copy { gap: 35px; grid-template-columns: .7fr 1fr; }.milestone-copy h3 { font-size: 26px; }.app-gallery { gap: 65px; }.faq-grid { gap: 65px; }
}
@media (max-width: 800px) {
  .journey,.closing { border-radius: 36px; }.journey > .wrap,.closing > .wrap { width: calc(100% - 48px); }
  .wrap { width: calc(100% - 40px); }.section-space { padding-block: 76px; }.nav { min-height: 80px; gap: 20px; }.brand { font-size: 30px; }.links { gap: 14px; font-size: 12px; }.nav-cta { font-size: 13px; gap: 16px; }
  .hero { grid-template-columns: 1fr; padding-block: 35px; gap: 32px; }.hero-copy { padding: 0; }h1 { font-size: clamp(76px,13vw,110px); }.hero-positioning { max-width: 33ch; font-size: 23px; }.lede { max-width: 48ch; }.hero-stage { width: 100%; max-width: 570px; justify-self: center; }
  .hero-bottom { flex-wrap: wrap; gap: 8px 24px; }.hero-facts { order: 3; width: 100%; justify-content: center; padding-top: 4px; }.motion-toggle { margin-left: auto; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 32px; }.section-heading > .section-lede { justify-self: start; max-width: 50ch; }.tag-showcase { grid-template-columns: 1fr 1fr; }.tag-art { padding: 20px; }.tag-art-label { left: 18px; top: 16px; max-width: 20ch; }.tag-art img { width: 100%; }.tag-value { padding: 25px; }.cost-line { flex-wrap: wrap; gap: 12px; padding-block: 21px; }.cost-line > strong { font-size: 64px; }.cost-line > .cost-word { font-size: 52px; }.cost-line p { font-size: 13px; }
  .how-steps { gap: 20px; }.how-image { aspect-ratio: .9; }.how-steps h3 { font-size: 21px; }.how-steps p { font-size: 15px; }
  .milestone { grid-template-columns: 140px 1fr; gap: 35px; }.milestone-copy { grid-template-columns: 1fr; gap: 15px; }.milestone-top strong { font-size: 54px; }
  .app-gallery { grid-template-columns: minmax(0,1fr); gap: 30px; margin-top: 28px; }.screen-tabs { flex-direction: row; overflow-x: auto; padding: 4px; border-radius: 999px; background: #e9e6e3; }.screen-tabs button { flex: 0 0 auto; min-height: 48px; font-size: 14px; gap: 10px; padding: 12px 16px; border-radius: 999px; }.tab-arrow { display: none; }.phone-stage { min-height: 660px; }
  .faq-grid { grid-template-columns: 1fr; gap: 35px; }.closing-content { gap: 35px; }.closing-content p { font-size: 16px; }.closing .btn { gap: 12px; font-size: 14px; padding-inline: 16px; }.closing h2 { font-size: 62px; }.open-note { flex-wrap: wrap; gap: 12px; }.footer-top p { font-size: 14px; }
}
@media (max-width: 500px) {
  .journey,.closing { width: calc(100% - 20px); border-radius: 30px; }.journey > .wrap,.closing > .wrap { width: calc(100% - 36px); }.faq-list details { padding-inline: 20px; }.faq-list summary { font-size: 16px; }
  .links { display: none; }.nav { min-height: 76px; }.hero { padding-block: 30px; }.hero-eyebrow { margin-bottom: 28px; }h1 { font-size: clamp(58px,17.5vw,88px); }.hero-positioning { font-size: 20px; margin-top: 28px; }.desktop-break { display: none; }.hero .cta { gap: 19px; }.hero .btn { font-size: 14px; gap: 14px; }.hero .text-link { font-size: 12px; }.hero-note { max-width: 35ch; }.hero-stage { margin-top: 2px; border-radius: 34px; }.video-caption { font-size: 11px; left: 22px; top: 20px; }.scene-switch { bottom: 16px; right: 16px; }
  .section-space { padding-block: 64px; }h2 { font-size: 42px; }.eyebrow { font-size: 11px; }.section-lede { font-size: 16px; }.hero-bottom { font-size: 10px; gap: 5px 14px; }.hero-facts { gap: 12px; }.hero-facts span + span::before { margin-right: 12px; }
  .tag-showcase { grid-template-columns: 1fr; }.tag-art { aspect-ratio: 1.2; border-right: 0; border-bottom: 1px solid #d1ccc7; }.tag-art img { width: 78%; }.tag-art-label { max-width: none; font-size: 10px; }.tag-value { padding: 24px; }.cost-line { flex-wrap: nowrap; }.cost-line h3 { font-size: 20px; }.cost-line > .cost-word { font-size: 44px; }.cost-line p { font-size: 12px; }.tag-value .eyebrow { font-size: 11px; }.tag-promise { font-size: 15px; }
  .how-steps { grid-template-columns: 1fr; gap: 34px; }.how-image { aspect-ratio: 1.3; margin-bottom: 20px; }.how-steps h3 { font-size: 25px; }.how-steps p { font-size: 16px; }.features { padding-top: 0; }
  .milestone { grid-template-columns: 1fr; gap: 24px; padding-block: 32px; }.milestone-top { width: 90px; height: 88px; }.milestone-top strong { font-size: 44px; }.milestone-copy h3 { font-size: 27px; }.milestone-copy p { font-size: 16px; }
  .phone-stage { padding: 28px 15px; min-height: 625px; border-radius: 30px; }.screen-panel { width: 230px; }.phone { border-radius: 36px; }.phone img { border-radius: 29px; }.screen-caption { margin-inline: -10px; font-size: 12px; }
  .closing-top { flex-wrap: wrap; gap: 12px; }.closing-content { grid-template-columns: 1fr; padding-block: 35px; }.closing h2 { font-size: 70px; }.closing-stone { width: 100%; max-width: 350px; justify-self: center; }.closing-content p { font-size: 17px; }.closing-content .availability { font-size: 11px; }.closing .btn { font-size: 15px; padding-inline: 20px; gap: 18px; }
  .footer-top { flex-wrap: wrap; gap: 22px; }.footer-top .brand { font-size: 100px; }.footer-top p { order: 3; flex-basis: 100%; max-width: none; }.footer-bottom { font-size: 11px; gap: 10px; }.footer-bottom nav { gap: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }*,*::before,*::after { animation: none !important; transition: none !important; }
}
html[data-motion="paused"] { scroll-behavior: auto; }
html[data-motion="paused"] *,html[data-motion="paused"] *::before,html[data-motion="paused"] *::after { animation: none !important; transition: none !important; }
