:root {
  --cream:#f7f4ee;
  --navy:#16284f;
  --ink-soft:#626b7b;
  --green:#327258;
  --line:#dcded8;
  --serif:Georgia,'Times New Roman',serif;
  --sans:Arial,Helvetica,sans-serif;
  color:var(--navy);
  background:var(--cream);
  font-family:var(--sans);
  font-synthesis:none;
  scroll-behavior:smooth;
  scroll-padding-top:32px
}
* {
  box-sizing:border-box
}
body {
  margin:0
}
a {
  color:inherit;
  text-decoration:none
}
button {
  font:inherit
}
button,a {
  -webkit-tap-highlight-color:transparent
}
button:focus-visible,a:focus-visible,[tabindex]:focus-visible {
  outline:3px solid #ba6b24;
  outline-offset:6px
}
img {
  display:block;
  max-width:100%
}
h1,h2,h3,h4,p {
  margin:0
}
em {
  font-weight:400;
  color:var(--green)
}
.wrap {
  max-width:1248px;
  width:calc(100% - 112px);
  margin-inline:auto
}
.skip-link {
  position:fixed;
  left:20px;
  top:-100px;
  z-index:10;
  background:white;
  padding:14px
}
.skip-link:focus {
  top:20px
}
.site-header {
  height:110px;
  display:flex;
  align-items:center;
  gap:40px;
  border-bottom:1px solid var(--line)
}
.brand {
  display:inline-flex;
  align-items:center;
  gap:10px;
  font:700 32px var(--serif);
  letter-spacing:-1.5px
}
.brand img {
  border-radius:12px
}
.site-header nav {
  margin-left:auto;
  display:flex;
  gap:32px;
  font-size:14px
}
.site-header nav a:hover,.back-top:hover {
  text-decoration:underline;
  text-underline-offset:6px
}
.header-status {
  display:flex;
  align-items:center;
  gap:10px;
  border:1px solid #c9d0c7;
  border-radius:30px;
  padding:12px 17px;
  font-size:13px
}
.header-status>span:last-child {
  margin-left:10px
}
.status-dot {
  display:inline-block;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--green)
}
.hero {
  display:grid;
  grid-template-columns:1fr 1.03fr;
  align-items:center;
  min-height:770px;
  padding-block:60px 70px;
  gap:14px
}
.eyebrow {
  font-size:12px;
  line-height:1.6;
  letter-spacing:1.8px;
  font-weight:600
}
.hero .eyebrow {
  display:flex;
  align-items:center;
  gap:12px
}
.little-sun {
  font-size:27px;
  line-height:1;
  color:#c48930
}
.hero h1 {
  font-family:var(--serif);
  font-size:clamp(70px,7.5vw,108px);
  font-weight:400;
  letter-spacing:-5.5px;
  line-height:.99;
  margin-top:24px
}
.hero h1 em {
  display:inline-block;
  position:relative
}
.hero h1 em:after {
  content:'';
  position:absolute;
  height:10px;
  left:0;
  right:-6px;
  bottom:-10px;
  border-top:2px solid #a8bbae;
  border-radius:50%;
  transform:rotate(-4deg)
}
.hero-description {
  font-size:20px;
  line-height:1.5;
  margin-top:35px;
  letter-spacing:-.3px
}
.hero-detail {
  max-width:365px;
  font-size:15px;
  line-height:1.7;
  color:var(--ink-soft);
  margin-top:13px
}
.button {
  display:inline-flex;
  align-items:center;
  gap:40px;
  border-radius:8px;
  padding:18px 23px;
  font-weight:600;
  font-size:15px;
  transition:background .2s,transform .2s
}
.button:hover {
  transform:translateY(-2px);
  background:#28416d
}
.button-navy {
  color:#fff;
  background:var(--navy);
  margin-top:27px
}
.button span {
  font-size:21px;
  font-weight:400
}
.platform-note {
  display:flex;
  align-items:center;
  gap:7px;
  font-size:12px;
  color:var(--ink-soft);
  margin-top:17px
}
.platform-note svg {
  height:16px;
  width:16px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.3
}
.hero-scene {
  height:650px;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  padding-top:15px
}
.scene-orbit {
  position:absolute;
  width:94%;
  height:490px;
  background:#e5e9df;
  border-radius:47% 53% 46% 54%;
  transform:rotate(-14deg)
}
.wandering-line {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  color:#90a997
}
.phone-preview {
  position:relative;
  width:292px;
  height:556px;
  background:#fcfaf5;
  border:7px solid #fff;
  border-radius:42px;
  box-shadow:0 20px 48px #22322120,0 0 0 1px #d9dbd2;
  transform:rotate(5deg);
  overflow:hidden
}
.phone-top {
  height:33px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding-inline:18px;
  font-size:10px;
  font-weight:700
}
.phone-island {
  width:76px;
  height:20px;
  background:var(--navy);
  border-radius:30px;
  align-self:flex-start
}
.preview-app-header {
  padding:12px 18px 0;
  display:flex;
  align-items:center;
  justify-content:space-between
}
.mini-brand {
  font:700 24px var(--serif);
  letter-spacing:-.8px
}
.round-monogram {
  width:25px;
  height:25px;
  background:#e9ede3;
  border-radius:50%;
  text-align:center;
  padding-top:2px;
  font-size:18px
}
.preview-greeting {
  padding:22px 18px 15px
}
.preview-greeting p {
  font-size:8px;
  letter-spacing:1.2px;
  margin-bottom:8px;
  color:#6d756c
}
.preview-greeting h2 {
  font:400 29px/1.07 var(--serif);
  letter-spacing:-1px
}
.landscape {
  position:relative;
  height:140px;
  margin-inline:13px;
  background:#d9e6e9;
  border-radius:12px;
  overflow:hidden
}
.landscape-sun {
  position:absolute;
  width:33px;
  height:33px;
  right:44px;
  top:15px;
  border-radius:50%;
  background:#f3ca75
}
.landscape-hill {
  position:absolute;
  width:360px;
  height:170px;
  border-radius:50%
}
.hill-back {
  left:-55px;
  top:49px;
  background:#a6bfa3;
  transform:rotate(-16deg)
}
.hill-front {
  left:45px;
  top:84px;
  background:#648a66;
  transform:rotate(-7deg)
}
.landscape-path {
  position:absolute;
  width:84px;
  height:136px;
  border:18px solid #ede2be;
  border-top-color:transparent;
  border-left-color:transparent;
  border-radius:40%;
  left:105px;
  top:70px;
  transform:rotate(34deg)
}
.tree {
  position:absolute;
  height:65px;
  width:4px;
  background:#586d52;
  bottom:31px
}
.tree:before {
  content:'';
  width:32px;
  height:52px;
  position:absolute;
  left:-14px;
  top:-16px;
  border-radius:48% 48% 42% 42%;
  background:#3c6753
}
.tree-one {
  left:44px;
  transform:scale(.8)
}
.tree-two {
  left:70px;
  bottom:24px
}
.tree-three {
  right:40px;
  bottom:1px;
  transform:scale(1.25)
}
.park-bench {
  position:absolute;
  width:24px;
  height:13px;
  left:120px;
  top:100px;
  border-top:5px solid #8d6b48;
  border-bottom:3px solid #8d6b48
}
.landscape-label {
  position:absolute;
  bottom:11px;
  left:12px;
  background:#ffffffec;
  border-radius:4px;
  font-size:9px;
  padding:6px 8px
}
.preview-outing {
  padding:15px 18px 0
}
.preview-tag {
  color:#65806b;
  font-size:7px;
  letter-spacing:1px;
  font-weight:bold
}
.preview-outing h3 {
  font:400 20px/1.15 var(--serif);
  margin-top:8px
}
.preview-outing p {
  font-size:9px;
  line-height:1.5;
  margin-top:7px;
  color:#68726e
}
.preview-pills {
  display:flex;
  gap:6px;
  margin:14px 18px
}
.preview-pills span {
  font-size:8px;
  border:1px solid #d5ddd2;
  padding:5px 7px;
  border-radius:15px
}
.preview-nav {
  display:flex;
  justify-content:space-around;
  border-top:1px solid #e5e4dc;
  margin:0 10px;
  padding-top:10px;
  color:#838b8d;
  font-size:8px
}
.preview-nav span {
  display:flex;
  flex-direction:column;
  gap:2px;
  align-items:center
}
.preview-nav b {
  font-size:16px;
  font-weight:400;
  line-height:1
}
.preview-nav .selected {
  color:var(--green)
}
.floating-note {
  position:absolute;
  z-index:1;
  background:#fff;
  padding:18px 20px;
  border:1px solid #e3e3d9;
  border-radius:12px;
  box-shadow:0 8px 25px #1c34240a;
  font-size:12px;
  line-height:1.6;
  letter-spacing:.1px
}
.floating-note strong {
  font-weight:600
}
.note-top {
  right:-8px;
  top:74px;
  transform:rotate(7deg);
  padding-left:50px
}
.note-icon {
  position:absolute;
  left:19px;
  top:24px;
  font-size:24px;
  color:#bd7a24
}
.note-bottom {
  display:flex;
  align-items:center;
  gap:12px;
  left:-8px;
  bottom:65px;
  transform:rotate(-6deg)
}
.check-circle {
  font-size:14px;
  padding:4px 8px;
  border-radius:50%;
  background:#e7eee1;
  color:var(--green)
}
.scene-caption {
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  text-align:center;
  font-size:10px;
  color:#6d766f;
  letter-spacing:.5px
}
.chapter-strip {
  display:flex;
  align-items:center;
  border-block:1px solid var(--line);
  gap:32px;
  padding-block:25px
}
.chapter-strip>span:first-child {
  font-size:10px;
  letter-spacing:1.4px;
  font-weight:bold
}
.chapter-strip p {
  font:22px var(--serif);
  margin-left:auto
}
.chapter-strip i {
  font-style:normal;
  color:#a0aa98;
  margin:0 17px
}
.strip-spark {
  margin-left:auto;
  font-size:30px;
  color:#668265
}
.product-section {
  padding-block:112px 116px
}
.section-heading {
  position:relative
}
.section-heading h2,.family-section h2,.coming-soon h2 {
  font:400 clamp(38px,4.2vw,58px)/1.1 var(--serif);
  letter-spacing:-2.2px;
  margin-top:18px
}
.section-heading>p:last-child {
  font-size:16px;
  line-height:1.7;
  color:var(--ink-soft);
  position:absolute;
  right:0;
  bottom:7px;
  max-width:380px
}
.product-layout {
  display:grid;
  grid-template-columns:1fr 1.05fr;
  gap:80px;
  align-items:center;
  margin-top:55px
}
.feature-tabs {
  display:flex;
  flex-direction:column
}
.feature-tab {
  display:flex;
  align-items:flex-start;
  gap:19px;
  text-align:left;
  padding:27px 0;
  background:none;
  border:0;
  border-bottom:1px solid var(--line);
  color:var(--navy);
  cursor:pointer
}
.feature-tab:first-child {
  border-top:1px solid var(--line)
}
.feature-number {
  font-size:12px;
  line-height:26px;
  color:#7c8977
}
.feature-tab strong {
  display:block;
  font:23px/1.25 var(--serif);
  letter-spacing:-.5px
}
.feature-tab>span:nth-child(2)>span {
  display:block;
  margin-top:11px;
  font-size:14px;
  line-height:1.7;
  color:var(--ink-soft);
  max-width:310px
}
.tab-arrow {
  margin-left:auto;
  font-size:22px;
  transition:transform .2s;
  color:#899685
}
.feature-tab[aria-selected=true] .tab-arrow {
  color:var(--green);
  transform:translate(3px,-3px)
}
.feature-tab[aria-selected=true] strong {
  color:var(--green)
}
.feature-tab[aria-selected=true] {
  border-bottom-color:var(--green)
}
.feature-stage {
  background:#e8eddf;
  border-radius:16px;
  padding:36px;
  min-height:472px
}
.feature-panel[hidden] {
  display:none
}
.panel-topline {
  display:flex;
  justify-content:space-between;
  align-items:center;
  color:var(--green);
  font-size:23px
}
.panel-label {
  font-size:10px;
  letter-spacing:1.5px;
  font-weight:600
}
.feature-panel>h3 {
  font:400 35px/1.14 var(--serif);
  letter-spacing:-1.2px;
  margin:17px 0 24px
}
.category-row {
  display:flex;
  gap:6px;
  flex-wrap:wrap;
  margin-bottom:20px
}
.category-row span {
  font-size:10px;
  padding:7px 11px;
  border:1px solid #c8d1bf;
  border-radius:20px
}
.category-row span:first-child {
  background:#fff;
  border-color:#fff
}
.discovery-card {
  display:flex;
  gap:15px;
  padding:18px;
  background:#fffffff0;
  border-radius:10px;
  margin-top:10px;
  align-items:center
}
.discovery-icon {
  display:flex;
  width:50px;
  height:58px;
  flex-shrink:0;
  border-radius:7px;
  align-items:center;
  justify-content:center;
  font-size:32px
}
.park-icon {
  background:#e1eadb;
  color:#49805c
}
.book-icon {
  background:#e5e9f1;
  color:#6380a2
}
.discovery-card div>span {
  font-size:8px;
  letter-spacing:.9px;
  color:#6e806f
}
.discovery-card h4 {
  font:18px/1.2 var(--serif);
  margin-top:5px;
  letter-spacing:-.3px
}
.discovery-card p {
  font-size:11px;
  line-height:1.5;
  margin-top:5px;
  color:var(--ink-soft)
}
.panel-footnote {
  margin-top:24px;
  font-size:11px;
  color:#66765e;
  line-height:1.5
}
.plan-preview {
  position:relative;
  padding:0 0 0 27px
}
.plan-line {
  position:absolute;
  height:calc(100% - 38px);
  top:10px;
  left:4px;
  border-left:1px solid #9db48c
}
.plan-preview>div {
  position:relative;
  margin-bottom:24px
}
.plan-dot {
  position:absolute;
  width:9px;
  height:9px;
  background:var(--green);
  border:2px solid #e8eddf;
  outline:1px solid #789872;
  border-radius:50%;
  left:-27px;
  top:5px
}
.plan-preview small {
  font-size:9px;
  color:var(--green);
  letter-spacing:1px
}
.plan-preview h4 {
  font:19px var(--serif);
  margin-top:5px
}
.plan-preview p {
  font-size:12px;
  color:var(--ink-soft);
  margin-top:6px
}
.family-preview {
  text-align:center;
  border:1px solid #d1dbc8;
  border-radius:12px;
  padding:16px
}
.family-preview img {
  width:61px;
  height:61px;
  border-radius:17px;
  margin:0 auto 14px
}
.family-preview h4 {
  font:22px var(--serif)
}
.family-preview p {
  font-size:13px;
  line-height:1.6;
  color:var(--ink-soft);
  margin-top:10px
}
.family-preview>div {
  display:flex;
  justify-content:center;
  gap:7px;
  flex-wrap:wrap;
  margin-top:17px
}
.family-preview>div>span {
  font-size:9px;
  background:#fff;
  padding:7px 10px;
  border-radius:20px
}
.family-section {
  background:#e8ecdf;
  padding:94px 0 75px
}
.family-layout {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:100px
}
.family-copy>p {
  font-size:17px;
  line-height:1.8;
  margin-bottom:17px;
  max-width:450px
}
.family-copy>p+p {
  color:#606e60;
  font-size:15px
}
.handwritten {
  display:block;
  margin-top:24px;
  font:italic 23px var(--serif);
  color:var(--green)
}
.handwritten span {
  display:inline-block;
  font-size:37px;
  transform:rotate(15deg);
  margin-left:9px
}
.principles {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:58px;
  border-top:1px solid #cdd6c5;
  padding-top:44px;
  margin-top:65px
}
.principles>div>span {
  display:block;
  color:var(--green);
  font-size:28px;
  height:40px
}
.principles h3 {
  font:25px var(--serif);
  letter-spacing:-.5px;
  margin-top:9px
}
.principles p {
  font-size:14px;
  line-height:1.8;
  color:#606e60;
  margin-top:12px;
  max-width:270px
}
.coming-soon {
  text-align:center;
  padding-block:95px 100px
}
.coming-soon>img {
  border-radius:24px;
  margin:0 auto 29px;
  width:84px;
  height:84px;
  box-shadow:0 5px 25px #24384a05
}
.coming-soon h2 {
  font-size:58px;
  margin-top:18px
}
.coming-soon>p:not(.eyebrow) {
  font-size:16px;
  line-height:1.7;
  color:var(--ink-soft);
  margin-top:22px
}
.coming-badge {
  display:inline-flex;
  gap:10px;
  align-items:center;
  border:1px solid #d5dcce;
  border-radius:30px;
  padding:12px 18px;
  margin-top:25px;
  font-size:12px;
  color:var(--green)
}
.site-footer {
  display:flex;
  align-items:center;
  gap:30px;
  padding-block:28px;
  border-top:1px solid var(--line)
}
.site-footer .brand {
  font-size:27px
}
.site-footer p {
  font-size:12px;
  color:var(--ink-soft)
}
.site-footer>span {
  margin-left:auto;
  font-size:11px;
  color:var(--ink-soft)
}
.back-top {
  font-size:12px
}
.back-top>span {
  margin-left:12px
}
@media(min-width:1450px) {
  .hero {
    min-height:830px
  }
  .hero-scene {
    height:690px
  }
  .phone-preview {
    width:306px;
    height:576px
  }
  .landscape {
    height:152px
  }
  .preview-greeting {
    padding-top:26px
  }
  .note-top {
    right:0;
    top:90px
  }
  .note-bottom {
    bottom:75px
  }
}
@media(max-width:1100px) {
  .wrap {
    width:calc(100% - 64px)
  }
  .hero {
    min-height:700px
  }
  .hero-scene {
    height:590px
  }
  .hero h1 {
    font-size:86px
  }
  .phone-preview {
    transform:rotate(4deg) scale(.92)
  }
  .note-top {
    right:-7px;
    top:57px;
    font-size:10px;
    padding:13px 13px 13px 39px
  }
  .note-icon {
    left:13px;
    top:18px;
    font-size:19px
  }
  .note-bottom {
    left:-10px;
    bottom:45px;
    font-size:11px;
    padding:13px
  }
  .product-layout {
    gap:42px
  }
  .section-heading>p:last-child {
    max-width:285px
  }
  .section-heading h2 {
    font-size:46px
  }
  .feature-stage {
    padding:25px
  }
  .feature-tab strong {
    font-size:22px
  }
  .family-layout {
    gap:55px
  }
  .chapter-strip {
    gap:10px
  }
  .chapter-strip i {
    margin:0 10px
  }
  .chapter-strip p {
    font-size:20px
  }
  .chapter-strip>span:first-child {
    font-size:9px
  }
}
@media(max-width:800px) {
  .wrap {
    width:calc(100% - 40px)
  }
  .site-header {
    height:88px;
    gap:20px
  }
  .brand {
    font-size:28px
  }
  .brand img {
    width:40px;
    height:40px
  }
  .site-header nav {
    gap:18px;
    font-size:12px
  }
  .header-status {
    font-size:11px;
    padding:11px 13px
  }
  .header-status>span:last-child {
    display:none
  }
  .hero {
    grid-template-columns:1fr 1fr;
    padding-top:43px;
    padding-bottom:50px;
    gap:0
  }
  .hero h1 {
    font-size:72px;
    letter-spacing:-4px
  }
  .hero .eyebrow {
    font-size:9px;
    letter-spacing:1px;
    gap:6px
  }
  .little-sun {
    font-size:23px
  }
  .hero-description {
    font-size:17px
  }
  .hero-detail {
    font-size:13px;
    max-width:280px
  }
  .hero-scene {
    height:545px
  }
  .scene-orbit {
    height:380px
  }
  .phone-preview {
    transform:rotate(4deg) scale(.8);
    flex-shrink:0
  }
  .note-top {
    right:-3px;
    top:48px
  }
  .note-bottom {
    left:-13px;
    bottom:36px
  }
  .scene-caption {
    font-size:8px;
    bottom:0
  }
  .chapter-strip>span:first-child {
    max-width:150px;
    line-height:1.6
  }
  .chapter-strip p {
    font-size:18px
  }
  .chapter-strip i {
    margin:0 7px
  }
  .product-section {
    padding-block:78px
  }
  .section-heading>p:last-child {
    position:static;
    margin-top:24px;
    max-width:none
  }
  .product-layout {
    gap:28px;
    margin-top:40px
  }
  .feature-stage {
    padding:20px;
    min-height:460px
  }
  .feature-panel>h3 {
    font-size:28px
  }
  .feature-tab {
    gap:12px
  }
  .feature-tab strong {
    font-size:20px
  }
  .feature-tab>span:nth-child(2)>span {
    font-size:13px
  }
  .tab-arrow {
    font-size:18px
  }
  .discovery-card {
    gap:10px;
    padding:13px
  }
  .discovery-icon {
    width:32px;
    font-size:25px
  }
  .discovery-card h4 {
    font-size:16px
  }
  .category-row {
    gap:4px
  }
  .category-row span {
    padding:6px 8px;
    font-size:9px
  }
  .family-section {
    padding-block:70px
  }
  .family-layout {
    gap:40px
  }
  .family-section h2 {
    font-size:43px
  }
  .family-copy>p {
    font-size:15px
  }
  .principles {
    gap:30px
  }
  .principles h3 {
    font-size:23px
  }
  .site-footer {
    gap:20px
  }
  .site-footer p {
    display:none
  }
}
@media(max-width:600px) {
  .wrap {
    width:calc(100% - 40px)
  }
  .site-header {
    height:82px
  }
  .site-header nav {
    display:none
  }
  .header-status {
    margin-left:auto
  }
  .hero {
    grid-template-columns:1fr;
    padding-top:45px;
    padding-bottom:34px
  }
  .hero-copy {
    text-align:center
  }
  .hero .eyebrow {
    justify-content:center;
    font-size:10px
  }
  .hero h1 {
    font-size:82px;
    letter-spacing:-4.5px;
    margin-top:24px
  }
  .hero h1 br:nth-of-type(2) {
    display:none
  }
  .hero h1 em {
    margin-left:8px
  }
  .hero-description {
    font-size:19px;
    margin-top:29px
  }
  .hero-detail {
    max-width:325px;
    font-size:14px;
    margin:15px auto 0
  }
  .button {
    margin-top:24px
  }
  .platform-note {
    justify-content:center;
    margin-top:16px;
    font-size:11px
  }
  .hero-scene {
    height:570px;
    margin-top:28px;
    max-width:400px;
    width:100%;
    margin-inline:auto
  }
  .phone-preview {
    transform:rotate(4deg) scale(.89)
  }
  .scene-orbit {
    width:80%;
    height:414px
  }
  .note-top {
    right:0;
    top:53px;
    font-size:10px
  }
  .note-bottom {
    left:-3px;
    bottom:41px;
    font-size:11px
  }
  .scene-caption {
    font-size:9px
  }
  .chapter-strip {
    flex-wrap:wrap;
    justify-content:center;
    gap:16px;
    padding-block:22px
  }
  .chapter-strip>span:first-child {
    max-width:none;
    font-size:9px;
    letter-spacing:1px;
    width:100%;
    text-align:center
  }
  .chapter-strip p {
    font-size:19px;
    margin:0
  }
  .chapter-strip i {
    margin:0 9px
  }
  .strip-spark {
    display:none
  }
  .product-section {
    padding-block:66px
  }
  .eyebrow {
    font-size:10px;
    letter-spacing:1.35px
  }
  .section-heading h2 {
    font-size:41px;
    letter-spacing:-1.7px
  }
  .section-heading>p:last-child {
    font-size:14px;
    margin-top:19px
  }
  .product-layout {
    grid-template-columns:1fr;
    gap:28px;
    margin-top:28px
  }
  .feature-tab {
    padding-block:22px;
    gap:15px
  }
  .feature-tab strong {
    font-size:23px
  }
  .feature-tab>span:nth-child(2)>span {
    font-size:14px;
    max-width:280px;
    margin-top:8px
  }
  .feature-number {
    font-size:11px
  }
  .tab-arrow {
    font-size:21px
  }
  .feature-stage {
    padding:27px;
    min-height:480px
  }
  .feature-panel>h3 {
    font-size:36px
  }
  .category-row span {
    font-size:10px;
    padding:7px 10px
  }
  .discovery-card {
    padding:16px;
    gap:12px
  }
  .discovery-icon {
    width:43px
  }
  .discovery-card h4 {
    font-size:18px
  }
  .discovery-card p {
    font-size:11px
  }
  .family-section {
    padding-block:62px
  }
  .family-layout {
    grid-template-columns:1fr;
    gap:29px
  }
  .family-section h2 {
    font-size:45px
  }
  .family-copy>p {
    font-size:16px
  }
  .family-copy>p+p {
    font-size:14px
  }
  .handwritten {
    font-size:22px
  }
  .principles {
    grid-template-columns:1fr;
    margin-top:37px;
    padding-top:31px;
    gap:29px
  }
  .principles>div {
    display:grid;
    grid-template-columns:37px 1fr;
    column-gap:12px
  }
  .principles>div>span {
    grid-row:1/3
  }
  .principles h3 {
    margin-top:3px
  }
  .principles p {
    grid-column:2;
    margin-top:8px;
    max-width:none
  }
  .coming-soon {
    padding-block:66px
  }
  .coming-soon h2 {
    font-size:43px;
    letter-spacing:-1.8px
  }
  .coming-soon>p:not(.eyebrow) {
    font-size:14px
  }
  .site-footer {
    flex-wrap:wrap;
    gap:15px;
    padding-block:23px
  }
  .site-footer .brand {
    font-size:25px
  }
  .site-footer .brand img {
    width:33px;
    height:33px
  }
  .site-footer>span {
    font-size:10px
  }
  .back-top {
    width:100%;
    text-align:center;
    font-size:11px;
    padding-top:11px
  }
  .desktop-break {
    display:none
  }
}
@media(max-width:360px) {
  .scene-orbit {
    width:70%;
  }
  .wrap {
    width:calc(100% - 32px)
  }
  .hero h1 {
    font-size:70px
  }
  .hero-scene {
    height:535px
  }
  .phone-preview {
    transform:rotate(4deg) scale(.83)
  }
  .note-top {
    right:-5px
  }
  .note-bottom {
    left:-5px;
    bottom:26px
  }
  .chapter-strip p {
    font-size:17px
  }
  .chapter-strip i {
    margin:0 5px
  }
  .feature-stage {
    padding:21px
  }
  .feature-panel>h3 {
    font-size:32px
  }
  .category-row span {
    font-size:9px;
    padding:7px 9px
  }
}
@media(prefers-reduced-motion:reduce) {
  :root {
    scroll-behavior:auto
  }
  *,*:before,*:after {
    transition:none!important;
    animation:none!important
  }
}
