@font-face {
  font-family: Barlow;
  src: url("/assets/barlow-condensed-800.73bc9e1723.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: DM;
  src: url("/assets/dm-sans-400.b0ae3e89a7.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: DM;
  src: url("/assets/dm-sans-700.2a8e7f713e.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
:root {
  --ink: #10110f;
  --paper: #f6f0e5;
  --lime: #c9ff45;
  --muted: #62635b;
  --line: #d3cec3;
  color-scheme: light;
  font-family: DM, Arial, sans-serif;
  font-synthesis: none;
  color: var(--ink);
  background: var(--paper);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}
body {
  margin: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-underline-offset: 5px;
}
a,
button {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible {
  outline: 3px solid #467400;
  outline-offset: 6px;
}
::selection {
  background: var(--lime);
  color: var(--ink);
}
.shell {
  width: min(1280px, calc(100% - 112px));
  margin-inline: auto;
}
.skip-link {
  position: absolute;
  top: -100px;
  left: 20px;
  background: var(--lime);
  padding: 16px;
  z-index: 50;
}
.skip-link:focus {
  top: 12px;
}
.nav {
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 27px;
  letter-spacing: -1px;
  text-decoration: none;
  white-space: nowrap;
  font-family: Barlow, Impact, sans-serif;
}
.brand img {
  width: 40px;
  mix-blend-mode: multiply;
  filter: grayscale(1) contrast(4);
}
.nav-links {
  display: flex;
  gap: 32px;
  font-size: 14px;
}
.nav-links a {
  text-decoration: none;
}
.nav-links a:hover {
  text-decoration: underline;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 56px;
  padding: 16px 25px;
  border-radius: 9px;
  background: var(--ink);
  color: var(--paper);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
  transition:
    transform 0.2s,
    background 0.2s;
  white-space: nowrap;
}
.button span {
  font-size: 21px;
  line-height: 1;
  font-weight: 400;
}
.button:hover {
  transform: translateY(-3px);
  background: #2d3028;
}
.button-small {
  min-height: 44px;
  padding: 10px 20px;
  font-size: 13px;
  gap: 15px;
}
.button-lime {
  background: var(--lime);
  color: var(--ink);
  box-shadow: 0 7px 18px #7e98121c;
}
.button-lime:hover {
  background: #b8ed34;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 700;
  text-decoration-thickness: 1px;
}
.text-link span {
  text-decoration: none;
  font-size: 20px;
  display: inline-block;
}
.eyebrow {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2.6px;
  line-height: 1.6;
  margin: 0 0 16px;
}
h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-family: Barlow, Impact, "Arial Narrow", sans-serif;
  font-weight: 800;
}
h1 {
  font-size: clamp(78px, 8.8vw, 126px);
  line-height: 0.89;
  letter-spacing: -2.9px;
  margin: 0 0 38px;
}
h2 {
  font-size: clamp(48px, 5.3vw, 76px);
  line-height: 1;
  letter-spacing: -1.5px;
  margin-bottom: 32px;
}
.hero {
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  align-items: center;
  min-height: 735px;
  padding-top: 26px;
  padding-bottom: 38px;
  position: relative;
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
  pointer-events: none;
}
.hero-copy a {
  pointer-events: auto;
}
.hero .eyebrow {
  margin-bottom: 24px;
}
.underlined {
  position: relative;
  display: inline-block;
  z-index: 0;
}
.underlined:after {
  content: "";
  position: absolute;
  left: 0;
  right: -12px;
  bottom: -12px;
  height: 10px;
  background: var(--lime);
  border-radius: 70% 50% 55% 60%;
  transform: rotate(-2deg);
  z-index: -1;
}
.lead {
  font-size: 18px;
  line-height: 1.65;
  max-width: 370px;
  color: #464840;
  margin-bottom: 25px;
}
.actions {
  display: flex;
  gap: 23px;
  align-items: center;
  flex-wrap: wrap;
}
.availability {
  font-size: 12px;
  color: var(--muted);
  margin: 20px 0 0;
  display: flex;
  align-items: center;
  gap: 7px;
}
.availability > span {
  width: 6px;
  height: 6px;
  background: #749b32;
  border-radius: 50%;
}
.hero-visual {
  position: relative;
  height: 640px;
  margin: 0 0 0 -62px;
  isolation: isolate;
}
.hero-visual:before {
  content: "";
  position: absolute;
  width: 88%;
  height: 76%;
  top: 12%;
  left: 13%;
  background: radial-gradient(ellipse, #e3decb80, transparent 65%);
  z-index: -2;
}
.table-shadow {
  position: absolute;
  left: 0;
  right: -18px;
  bottom: 30px;
  height: 70px;
  background: radial-gradient(ellipse, #655a3e42, transparent 68%);
  filter: blur(8px);
  transform: rotate(-3deg);
}
.phone {
  position: absolute;
  z-index: 3;
  width: 282px;
  left: 37%;
  top: 5px;
  background: #030403;
  padding: 9px;
  border-radius: 45px;
  border: 2px solid #53564f;
  box-shadow:
    3px 1px 0 #bbbcb6,
    7px 3px 0 #242620,
    11px 5px 0 #4a4d46,
    15px 16px 17px #10110f24,
    0 30px 30px #23241b24;
  transform: rotate(3deg);
}
.phone > img {
  width: 100%;
  border-radius: 35px;
}
.phone:after {
  content: "";
  position: absolute;
  height: 66px;
  right: -9px;
  top: 120px;
  width: 4px;
  background: #2d302c;
  border-radius: 2px;
}
.phone-camera {
  position: absolute;
  top: 19px;
  left: 37%;
  width: 29%;
  height: 16px;
  border-radius: 20px;
  background: #000;
  box-shadow: 1px 1px 1px #15191d;
}
.hero-card {
  position: absolute;
  width: 192px;
  border-radius: 10px;
  box-shadow:
    0 15px 18px #1e231e25,
    2px 2px 1px #171814;
  bottom: 59px;
}
.card-forest {
  left: 0;
  transform: rotate(-13deg);
  z-index: 0;
}
.card-dragon {
  left: 15%;
  bottom: 91px;
  transform: rotate(-9deg);
  z-index: 1;
}
.card-island {
  right: -22px;
  transform: rotate(12deg);
  z-index: 2;
}
.sticky-note {
  position: absolute;
  right: -11px;
  top: 133px;
  padding: 15px 18px 9px;
  background: var(--lime);
  font-family: Barlow, Impact, sans-serif;
  font-size: 25px;
  line-height: 1.05;
  transform: rotate(4deg);
  z-index: 4;
  box-shadow: 2px 7px 9px #7e981215;
}
.sticky-note > span {
  display: block;
  text-align: right;
  font-size: 24px;
  margin-top: 4px;
}
.hero-visual figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 10px;
  color: #717067;
  letter-spacing: 0.2px;
}
.benefits {
  border-block: 1px solid #9e9d93;
}
.benefits ul {
  padding: 18px 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 28px;
  font-size: 16px;
}
.benefits li + li:before {
  content: "•";
  position: absolute;
  left: -15%;
  font-size: 13px;
}
.benefits li {
  position: relative;
}
.workflow {
  padding-block: 68px 62px;
}
.workflow h2 {
  margin-bottom: 32px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.step {
  padding-inline: 30px;
  border-left: 1px solid var(--line);
}
.step:first-child {
  border-left: 0;
  padding-left: 0;
}
.step:last-child {
  padding-right: 0;
}
.step h3 {
  font-size: 31px;
  margin: 0;
  letter-spacing: -0.3px;
}
.step h3 > span {
  color: #888a80;
  display: inline-block;
  margin-right: 15px;
}
.step-art {
  height: 242px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.step h4 {
  font-family: DM, sans-serif;
  font-size: 16px;
  letter-spacing: -0.3px;
  margin-bottom: 9px;
}
.step > p {
  color: var(--muted);
  line-height: 1.65;
  font-size: 14px;
  margin-bottom: 0;
  max-width: 340px;
}
.scan-frame {
  height: 192px;
  width: 143px;
  position: relative;
  padding: 9px;
}
.scan-frame img {
  height: 100%;
  width: auto;
  max-width: 100%;
  margin: auto;
  border-radius: 7px;
  transform: rotate(-5deg);
  box-shadow: 5px 12px 13px #20251626;
}
.scan-frame:before,
.scan-frame:after,
.scan-frame i:before,
.scan-frame i:after {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  border: 3px solid var(--lime);
  border-radius: 5px;
}
.scan-frame:before {
  top: 0;
  left: 0;
  border-right: 0;
  border-bottom: 0;
}
.scan-frame:after {
  right: 0;
  top: 0;
  border-left: 0;
  border-bottom: 0;
}
.scan-frame i:before {
  bottom: 0;
  left: 0;
  border-right: 0;
  border-top: 0;
}
.scan-frame i:after {
  bottom: 0;
  right: 0;
  border-left: 0;
  border-top: 0;
}
.scan-frame b {
  position: absolute;
  top: 48%;
  left: 7px;
  right: 7px;
  height: 2px;
  background: var(--lime);
  box-shadow: 0 0 12px #c9ff45;
}
.scan-tag {
  position: absolute;
  right: 18px;
  bottom: 31px;
  background: var(--ink);
  color: var(--paper);
  padding: 9px 12px;
  border-radius: 4px;
  font-size: 10px;
  box-shadow: 2px 4px 9px #0002;
  transform: rotate(3deg);
}
.scan-tag span {
  color: var(--lime);
  padding-left: 15px;
}
.binder-art {
  padding-top: 4px;
  perspective: 700px;
}
.mini-binder {
  height: 171px;
  width: 100px;
  background: linear-gradient(100deg, #393c36, #171915 20%, #272a24);
  border: 1px solid #51564b;
  border-radius: 3px 7px 7px 3px;
  box-shadow:
    6px 8px 5px #27251c23,
    inset 5px 0 #10120f,
    inset 7px 0 #494d44;
  position: relative;
  padding: 21px 14px 12px;
}
.mini-binder span {
  display: block;
  color: #b9c0aa;
  text-align: center;
  font-family: Barlow;
  font-size: 28px;
}
.mini-binder img {
  height: 83px;
  width: 60px;
  object-fit: cover;
  object-position: top;
  border: 2px solid #55594e;
  border-radius: 4px;
  margin: 15px auto 0;
}
.binder-one {
  transform: rotate(-6deg);
  z-index: 0;
}
.binder-two {
  transform: translateY(4px);
  z-index: 1;
  margin-left: -9px;
}
.binder-three {
  transform: rotate(5deg);
  z-index: 2;
  margin-left: -9px;
}
.value-card {
  background: linear-gradient(130deg, #1e211b, #10120f);
  padding: 22px 23px;
  width: 100%;
  max-width: 300px;
  min-height: 191px;
  border-radius: 12px;
  box-shadow: 0 10px 13px #171b1110;
  color: var(--paper);
}
.value-card > span {
  font-size: 10px;
  color: #b3b6aa;
  letter-spacing: 0.8px;
}
.value-card > strong {
  display: block;
  font-family: Barlow, sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 1.1;
  margin: 5px 0 16px;
}
.price-coverage {
  display: flex;
  gap: 4px;
  margin-bottom: 8px;
}
.price-coverage i {
  width: 33.33%;
  height: 5px;
  background: #3c4034;
  border-radius: 4px;
}
.price-coverage i:first-child {
  background: var(--lime);
}
.value-card > p {
  font-size: 11px;
  color: #d4d6cd;
  margin: 0 0 15px;
}
.value-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 9px;
  color: #a9af9e;
}
.value-bottom span:last-child {
  border: 1px solid #505746;
  border-radius: 3px;
  padding: 3px 5px;
}
.organize-band {
  background: var(--ink);
  color: var(--paper);
  overflow: hidden;
}
.organize-inner {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  gap: 68px;
  min-height: 390px;
  padding-block: 57px;
}
.organize-copy .eyebrow {
  color: var(--lime);
  font-size: 10px;
}
.organize-copy h2 {
  font-size: clamp(44px, 4.5vw, 62px);
  margin-bottom: 23px;
  line-height: 1.04;
}
.organize-copy > p:not(.eyebrow) {
  color: #afb3a5;
  line-height: 1.6;
  font-size: 15px;
  max-width: 420px;
  margin-bottom: 23px;
}
.organize-copy .text-link {
  color: var(--paper);
}
.location-preview {
  padding: 24px 25px 19px;
  border-radius: 13px;
  border: 1px solid #45483f;
  background: linear-gradient(130deg, #20231d, #141610);
  transform: rotate(4deg);
  box-shadow: 12px 20px 30px #0003;
}
.location-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #42463a;
  margin-bottom: 22px;
  gap: 12px;
}
.location-heading > span:first-child {
  font-family: Barlow, sans-serif;
  font-size: 26px;
}
.location-heading > span:last-child {
  color: #aab19d;
  font-size: 10px;
}
.location-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}
.location-cover {
  height: 157px;
  border: 1px solid #4c5146;
  border-radius: 3px 7px 7px 3px;
  box-shadow:
    inset 4px 0 #0d100c,
    inset 6px 0 #42493a,
    4px 6px 8px #0003;
  padding: 15px 11px 10px;
  background: linear-gradient(110deg, #3c4038, #1d211a 35%);
}
.location-cover > span {
  display: block;
  text-align: center;
  font-size: 7px;
  letter-spacing: 1px;
  color: #d6dece;
  margin-bottom: 12px;
}
.location-cover img {
  height: 102px;
  width: 75px;
  object-fit: cover;
  object-position: top;
  border: 2px solid #626656;
  border-radius: 3px;
  margin: auto;
}
.cover-blue {
  background: linear-gradient(110deg, #45505c, #202832 35%);
}
.cover-green {
  background: linear-gradient(110deg, #485240, #20251b 35%);
}
.cover-red {
  background: linear-gradient(110deg, #654b3e, #2f221b 35%);
}
.location > strong {
  display: block;
  font-size: 14px;
  margin-top: 12px;
}
.location > span {
  display: block;
  font-size: 9px;
  color: #a6ae9a;
  margin-top: 5px;
}
.preview-note {
  font-size: 9px;
  text-align: right;
  color: #8f9783;
  margin: 19px 0 0;
}
.trust {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 85px;
  padding-block: 56px;
  border-bottom: 1px solid var(--line);
}
.trust > div {
  padding-left: 45px;
  position: relative;
}
.trust-symbol {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
}
.trust h3 {
  font-family: DM, sans-serif;
  font-size: 17px;
  letter-spacing: -0.4px;
  margin-bottom: 10px;
}
.trust p {
  font-size: 13px;
  line-height: 1.7;
  color: var(--muted);
  margin-bottom: 10px;
}
.trust .text-link {
  font-size: 11px;
}
.access {
  padding-block: 62px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.access .eyebrow {
  font-size: 10px;
}
.access h2 {
  margin-bottom: 19px;
  font-size: clamp(46px, 5vw, 68px);
}
.access p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
  margin-bottom: 0;
}
.access-action {
  text-align: center;
  min-width: 300px;
}
.access-action .button {
  min-width: 250px;
}
.email-link {
  display: block;
  font-size: 13px;
  margin: 16px 0 10px;
}
.access-action > p {
  font-size: 10px;
  line-height: 1.6;
}
.footer {
  border-top: 1px solid #aaa99d;
  padding-block: 25px 27px;
}
.footer-top {
  display: flex;
  align-items: center;
  gap: 50px;
}
.footer .brand {
  font-size: 24px;
}
.footer .brand img {
  width: 32px;
}
.footer-links {
  display: flex;
  gap: 24px;
  font-size: 11px;
  border-left: 1px solid var(--line);
  padding-left: 35px;
}
.footer-links a {
  text-decoration: none;
}
.footer-links a:hover {
  text-decoration: underline;
}
.footer-note {
  margin-left: auto;
  font-size: 11px;
  font-style: italic;
  color: var(--muted);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 28px;
  margin-top: 25px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.6;
}
.footer-bottom > span {
  white-space: nowrap;
}
.footer-bottom p {
  margin: 0;
  max-width: 650px;
  text-align: right;
}
.page-main {
  padding-block: 44px 90px;
}
.page-head {
  padding-block: 30px 36px;
  border-bottom: 1px solid var(--line);
}
.page-head h1 {
  font-size: clamp(65px, 8vw, 112px);
  margin-bottom: 25px;
}
.page-head > p {
  max-width: 690px;
  line-height: 1.7;
  color: var(--muted);
}
.prose {
  max-width: 810px;
}
.prose section {
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}
.prose h2 {
  font-family: DM, sans-serif;
  font-size: 20px;
  letter-spacing: -0.4px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.prose p,
.prose li {
  font-size: 15px;
  color: #4e5147;
  line-height: 1.8;
}
.prose p:last-child {
  margin-bottom: 0;
}
.prose ul {
  padding-left: 20px;
}
.contact-card {
  background: var(--ink);
  color: var(--paper);
  padding: 35px;
  border-radius: 13px;
  margin: 35px 0 15px;
}
.contact-card .eyebrow {
  color: var(--lime);
}
.contact-card h2 {
  font-family: Barlow, sans-serif;
  font-size: 52px;
  line-height: 1;
}
.contact-card p {
  color: #c2c8b6;
  overflow-wrap: anywhere;
}
.contact-card .button {
  margin-top: 14px;
}
@media (min-width: 1450px) {
  .hero {
    min-height: 770px;
  }
  .hero-visual {
    margin-left: -25px;
    height: 675px;
  }
  .phone {
    width: 298px;
  }
  .hero-card {
    width: 208px;
  }
  .sticky-note {
    right: 3px;
  }
}
@media (max-width: 1150px) {
  .shell {
    width: calc(100% - 72px);
  }
  .nav-links {
    gap: 22px;
  }
  .hero {
    min-height: 675px;
    padding-top: 14px;
    grid-template-columns: 1.05fr 1fr;
  }
  .hero-visual {
    height: 570px;
    margin-left: -35px;
  }
  .phone {
    width: 252px;
    left: 30%;
  }
  .hero-card {
    width: 165px;
    bottom: 53px;
  }
  .card-dragon {
    bottom: 80px;
    left: 11%;
  }
  .card-forest {
    left: -5%;
  }
  .card-island {
    right: -20px;
  }
  .sticky-note {
    right: -10px;
    top: 105px;
    font-size: 22px;
    padding: 11px 13px;
  }
  .lead {
    font-size: 16px;
    max-width: 310px;
  }
  .actions {
    gap: 17px;
  }
  .actions .text-link {
    font-size: 11px;
  }
  .hero-copy .button {
    padding-inline: 18px;
    font-size: 13px;
  }
  .benefits li + li:before {
    left: -12%;
  }
  .step {
    padding-inline: 22px;
  }
  .step-art {
    height: 230px;
  }
  .mini-binder {
    width: 85px;
    height: 155px;
    padding-inline: 10px;
  }
  .mini-binder img {
    height: 74px;
    width: 54px;
    margin-top: 10px;
  }
  .value-card {
    padding-inline: 18px;
  }
  .organize-inner {
    gap: 42px;
  }
  .location-preview {
    padding: 20px 18px;
  }
  .location-cover {
    height: 142px;
    padding: 13px 8px 9px;
  }
  .location-cover img {
    height: 87px;
    width: 63px;
  }
  .footer-top {
    gap: 30px;
  }
  .footer-links {
    gap: 18px;
    padding-left: 25px;
  }
  .footer-note {
    max-width: 220px;
  }
  .trust {
    gap: 45px;
  }
}
@media (max-width: 900px) and (min-width: 761px) {
  .hero-visual {
    margin-left: -50px;
  }
  .phone {
    left: 25%;
    width: 229px;
    top: 30px;
  }
  .hero-card {
    width: 145px;
  }
  .sticky-note {
    font-size: 19px;
    right: -12px;
    top: 95px;
  }
  .hero {
    min-height: 640px;
  }
  .hero-visual {
    height: 550px;
  }
  .hero h1 {
    font-size: 82px;
  }
  .hero .eyebrow {
    font-size: 9px;
    letter-spacing: 1.8px;
  }
  .actions {
    gap: 12px;
  }
  .hero-copy .button {
    padding-inline: 13px;
  }
  .nav-links {
    gap: 15px;
    font-size: 12px;
  }
  .nav {
    gap: 15px;
  }
  .button-small {
    padding-inline: 13px;
  }
  .step {
    padding-inline: 16px;
  }
  .mini-binder {
    width: 73px;
  }
  .value-card {
    padding: 18px 14px;
  }
  .organize-inner {
    gap: 24px;
  }
  .location-list {
    gap: 8px;
  }
  .location-heading > span:last-child {
    display: none;
  }
  .trust {
    gap: 30px;
  }
  .access-action {
    min-width: 260px;
  }
}
@media (max-width: 760px) {
  .shell {
    width: calc(100% - 40px);
  }
  .nav {
    height: auto;
    min-height: 80px;
    flex-wrap: wrap;
    gap: 15px;
    padding-block: 16px 13px;
  }
  .brand {
    font-size: 26px;
  }
  .brand img {
    width: 33px;
  }
  .nav .button-small {
    font-size: 12px;
    padding: 10px 14px;
    min-height: 41px;
    gap: 10px;
  }
  .nav-links {
    order: 3;
    justify-content: center;
    width: 100%;
    border-top: 1px solid var(--line);
    padding-top: 14px;
    gap: 32px;
    font-size: 12px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 35px;
    padding-bottom: 24px;
    min-height: auto;
  }
  .hero-copy {
    padding-bottom: 0;
  }
  .hero .eyebrow {
    font-size: 10px;
    letter-spacing: 2px;
    margin-bottom: 21px;
  }
  .hero h1 {
    font-size: clamp(78px, 15vw, 112px);
    line-height: 0.89;
    letter-spacing: -1.8px;
    margin-bottom: 34px;
  }
  .hero h1 br:nth-of-type(2) {
    display: none;
  }
  .hero h1 .underlined {
    margin-left: 0.13em;
  }
  .underlined:after {
    height: 7px;
    bottom: -9px;
    right: -5px;
  }
  .lead {
    font-size: 16px;
    max-width: 360px;
    line-height: 1.6;
    margin-bottom: 22px;
  }
  .hero-copy .button {
    font-size: 13px;
    padding: 14px 18px;
    min-height: 51px;
  }
  .actions .text-link {
    font-size: 12px;
  }
  .actions {
    gap: 18px;
  }
  .availability {
    margin-top: 17px;
    font-size: 11px;
  }
  .hero-visual {
    height: 540px;
    margin: 34px auto 0;
    width: 100%;
    max-width: 480px;
  }
  .phone {
    left: 50%;
    top: 1px;
    width: 236px;
    transform: translateX(-50%) rotate(3deg);
    padding: 7px;
    border-radius: 39px;
  }
  .phone > img {
    border-radius: 31px;
  }
  .phone-camera {
    top: 17px;
    height: 12px;
  }
  .hero-card {
    width: 150px;
    bottom: 40px;
  }
  .card-forest {
    left: 0;
    transform: rotate(-12deg);
  }
  .card-dragon {
    left: 5%;
    bottom: 64px;
    transform: rotate(-14deg);
  }
  .card-island {
    right: 0;
    transform: rotate(13deg);
  }
  .sticky-note {
    right: 0;
    top: 92px;
    font-size: 23px;
    z-index: 4;
  }
  .hero-visual figcaption {
    font-size: 9px;
    bottom: 0;
  }
  .table-shadow {
    bottom: 24px;
    right: 0;
  }
  .benefits ul {
    font-size: 11px;
    gap: 15px;
    padding-block: 16px;
  }
  .benefits li {
    text-align: center;
    max-width: 30%;
  }
  .benefits li + li:before {
    left: -14px;
    top: 25%;
    font-size: 9px;
  }
  .workflow {
    padding-block: 43px 41px;
  }
  .workflow h2 {
    font-size: 49px;
    margin-bottom: 24px;
  }
  .eyebrow {
    font-size: 10px;
    letter-spacing: 2px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .step,
  .step:first-child,
  .step:last-child {
    padding: 0 0 25px;
    border-left: 0;
    border-bottom: 1px solid var(--line);
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 23px;
    align-content: center;
  }
  .step:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .step h3 {
    font-size: 29px;
    grid-column: 1/-1;
    margin-bottom: 9px;
  }
  .step-art {
    grid-column: 1;
    grid-row: 2/4;
    height: 215px;
  }
  .step h4 {
    grid-column: 2;
    align-self: end;
    font-size: 16px;
    line-height: 1.35;
    margin: 0 0 10px;
  }
  .step > p {
    grid-column: 2;
    font-size: 13px;
    line-height: 1.65;
  }
  .scan-frame {
    height: 166px;
    width: 126px;
  }
  .scan-tag {
    right: -2px;
    font-size: 8px;
    bottom: 27px;
    padding: 8px;
  }
  .mini-binder {
    height: 145px;
    width: 74px;
    padding: 14px 8px 10px;
  }
  .mini-binder img {
    height: 73px;
    width: 51px;
    margin-top: 11px;
  }
  .mini-binder > span {
    font-size: 25px;
  }
  .binder-one {
    margin-right: -17px;
  }
  .binder-three {
    margin-left: -17px;
  }
  .value-card {
    padding: 18px 13px;
    min-height: 172px;
  }
  .value-card > strong {
    font-size: 40px;
  }
  .value-card > p {
    font-size: 9px;
  }
  .value-card > span {
    font-size: 8px;
  }
  .value-bottom {
    font-size: 8px;
  }
  .organize-inner {
    grid-template-columns: 1fr;
    padding-block: 43px 36px;
    gap: 33px;
  }
  .organize-copy h2 {
    font-size: 47px;
    line-height: 1.02;
    margin-bottom: 20px;
  }
  .organize-copy > p:not(.eyebrow) {
    max-width: 400px;
    font-size: 14px;
  }
  .location-preview {
    transform: rotate(2deg);
    max-width: 470px;
    margin-inline: auto;
    width: calc(100% - 10px);
    padding: 22px;
  }
  .location-heading > span:first-child {
    font-size: 24px;
  }
  .location-list {
    gap: 12px;
  }
  .location-cover {
    height: 150px;
  }
  .location-cover img {
    height: 96px;
    width: 70px;
  }
  .location > span {
    font-size: 8px;
  }
  .trust {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 36px;
  }
  .trust > div {
    padding-left: 36px;
  }
  .trust h3 {
    font-size: 16px;
  }
  .trust-symbol {
    font-size: 27px;
  }
  .access {
    flex-direction: column;
    align-items: flex-start;
    gap: 29px;
    padding-block: 42px;
  }
  .access h2 {
    font-size: 53px;
  }
  .access .eyebrow {
    font-size: 9px;
  }
  .access p {
    font-size: 13px;
  }
  .access-action {
    min-width: 0;
    text-align: left;
  }
  .access-action .button {
    min-width: 230px;
  }
  .access-action > p {
    font-size: 10px;
  }
  .footer-top {
    flex-wrap: wrap;
    gap: 23px;
  }
  .footer-links {
    margin-left: auto;
    padding-left: 19px;
    gap: 17px;
    font-size: 10px;
  }
  .footer-note {
    margin-left: 0;
    max-width: none;
    font-size: 10px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 9px;
    margin-top: 20px;
  }
  .footer-bottom p {
    text-align: left;
    font-size: 8px;
  }
  .page-main {
    padding-block: 25px 55px;
  }
  .page-head {
    padding-top: 25px;
  }
  .page-head h1 {
    font-size: 72px;
  }
  .page-head > p {
    font-size: 15px;
  }
  .prose h2 {
    font-size: 19px;
  }
  .prose p,
  .prose li {
    font-size: 14px;
  }
  .contact-card {
    padding: 27px;
  }
  .contact-card h2 {
    font-size: 47px;
  }
}
@media (max-width: 380px) {
  .shell {
    width: calc(100% - 32px);
  }
  .brand {
    font-size: 23px;
    gap: 6px;
  }
  .brand img {
    width: 29px;
  }
  .nav .button-small {
    font-size: 11px;
    gap: 8px;
    padding-inline: 11px;
  }
  .hero h1 {
    font-size: 72px;
  }
  .hero .eyebrow {
    font-size: 9px;
    letter-spacing: 1.6px;
  }
  .actions {
    gap: 14px;
  }
  .actions .text-link {
    font-size: 10px;
  }
  .hero-copy .button {
    font-size: 12px;
    padding-inline: 13px;
  }
  .hero-visual {
    height: 498px;
  }
  .phone {
    width: 218px;
  }
  .hero-card {
    width: 128px;
  }
  .sticky-note {
    font-size: 20px;
    right: -3px;
    padding: 11px;
  }
  .step {
    column-gap: 15px;
  }
  .step-art {
    height: 211px;
  }
  .mini-binder {
    width: 63px;
    height: 130px;
    padding-inline: 7px;
  }
  .mini-binder img {
    height: 65px;
    width: 46px;
    margin-top: 8px;
  }
  .value-card {
    padding-inline: 11px;
  }
  .location-preview {
    padding: 17px 14px;
  }
  .location-list {
    gap: 9px;
  }
  .location-cover {
    height: 135px;
  }
  .location-cover img {
    height: 81px;
    width: 59px;
  }
  .location-cover > span {
    font-size: 6px;
    letter-spacing: 0.8px;
  }
  .footer-links {
    gap: 12px;
    padding-left: 12px;
  }
  .footer .brand {
    font-size: 22px;
    gap: 5px;
  }
  .footer .brand img {
    width: 28px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}

/* Keep the editorial headline balanced and selectable on narrow screens. */
.hero-copy {
  pointer-events: auto;
}
@media (min-width: 761px) and (max-width: 1150px) {
  .card-island {
    right: -10px;
  }
  .card-forest {
    left: 0;
  }
}
@media (min-width: 761px) and (max-width: 900px) {
  .lead {
    max-width: 285px;
  }
}
@media (max-width: 760px) {
  .hero h1 {
    font-size: clamp(59px, 16.4vw, 100px);
  }
  .card-island {
    right: 7px;
  }
  .card-forest {
    left: 7px;
  }
}
@media (max-width: 380px) {
  .hero h1 {
    font-size: clamp(52px, 16.4vw, 62px);
  }
}

/* Scroll story: one pinned device, four real screens, native document scrolling. */
:root {
  --site-header-height: 96px;
}
.story-page .site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: #f6f0e5f2;
  backdrop-filter: blur(16px);
  border-bottom: 1px solid #10110f0a;
}
.story-page .nav {
  height: 80px;
}
.product-story {
  position: relative;
  --story-height: calc(100svh - var(--site-header-height));
}
.product-story.is-animated {
  height: calc(var(--story-height) * 5);
}
.story-stage {
  --scene-dark: 0;
  --decoration: 1;
  --card-drift: 0px;
  position: relative;
  height: var(--story-height);
  min-height: 480px;
  overflow: clip;
  isolation: isolate;
  color: var(--ink);
  color: color-mix(
    in srgb,
    var(--ink),
    var(--paper) calc(var(--scene-dark) * 100%)
  );
}
.is-animated .story-stage {
  position: sticky;
  top: var(--site-header-height);
}
.story-backdrop {
  position: absolute;
  inset: 0;
  background: #11130f;
  opacity: var(--scene-dark);
  z-index: -2;
}
.story-aura {
  position: absolute;
  width: 65%;
  height: 100%;
  right: -6%;
  top: -5%;
  background: radial-gradient(ellipse, #8c9b6533 0%, transparent 65%);
  opacity: var(--scene-dark);
  z-index: -1;
}
.story-composition {
  height: calc(100% - 114px);
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.story-panels {
  position: relative;
  height: 100%;
  z-index: 5;
  pointer-events: none;
}
.story-panel {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 15px 0 12px;
  will-change: opacity, transform;
}
.story-panel a {
  pointer-events: auto;
}
.story-panel:not(:first-child) {
  opacity: 0;
  visibility: hidden;
}
.story-panel .eyebrow {
  font-size: 10px;
  margin-bottom: 23px;
  letter-spacing: 2.4px;
}
.story-panel h1 {
  font-size: clamp(68px, 8.1vw, 116px);
  line-height: 0.88;
  margin-bottom: 33px;
  letter-spacing: -2.5px;
}
.story-panel h2 {
  font-size: clamp(55px, 6.65vw, 96px);
  line-height: 0.94;
  margin-bottom: 26px;
  letter-spacing: -1.5px;
}
.story-panel h2 .story-accent {
  color: var(--lime);
}
.story-panel .lead {
  font-size: 16px;
  line-height: 1.65;
  max-width: 350px;
  margin-bottom: 25px;
  color: inherit;
  opacity: 0.76;
}
.story-panel .actions {
  gap: 20px;
}
.story-panel .button {
  font-size: 13px;
  padding: 14px 19px;
  min-height: 49px;
  gap: 16px;
}
.story-panel .text-link {
  font-size: 12px;
}
.story-panel .availability {
  margin-top: 15px;
  font-size: 11px;
}
.story-detail {
  font-size: 12px;
  padding-top: 18px;
  border-top: 1px solid #f6f0e52b;
  color: #b9c1ac;
}
.story-object {
  position: absolute;
  inset: 0 0 0 47%;
  display: grid;
  place-items: center;
  perspective: 1000px;
}
.story-phone {
  grid-area: 1 / 1;
  width: clamp(168px, calc(var(--story-height) * 0.3), 330px);
  position: relative;
  z-index: 3;
  padding: 7px;
  border-radius: 38px;
  background: #080908;
  border: 2px solid #787c72;
  box-shadow:
    2px 0 0 #b8bbb2,
    5px 1px 0 #20231d,
    8px 2px 0 #51564c,
    15px 24px 30px #0003,
    0 35px 55px #0002;
  transform: rotate(-6deg);
  transform-origin: 50% 50%;
  will-change: transform;
}
.story-screen {
  aspect-ratio: 1170 / 2532;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  background: #000;
}
.story-screen img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  will-change: opacity, transform;
}
.story-screen img:not(:first-child) {
  opacity: 0;
}
.story-camera {
  position: absolute;
  top: 15px;
  left: 37%;
  height: 13px;
  width: 29%;
  background: #000;
  border-radius: 15px;
  box-shadow: 1px 1px 1px #131813;
}
.story-phone-button {
  position: absolute;
  width: 4px;
  height: 45px;
  right: -8px;
  top: 26%;
  background: #34392f;
  border-radius: 4px;
}
.story-object-shadow {
  position: absolute;
  bottom: 0;
  left: 2%;
  width: 90%;
  height: 48px;
  border-radius: 50%;
  background: radial-gradient(ellipse, #10110f26, transparent 65%);
  opacity: var(--decoration);
}
.story-floating-cards {
  position: absolute;
  inset: 0;
  opacity: var(--decoration);
  transform: translateY(var(--card-drift));
  will-change: opacity, transform;
}
.story-card {
  position: absolute;
  width: clamp(122px, 13vw, 190px);
  border-radius: 8px;
  box-shadow:
    4px 16px 20px #1217112c,
    1px 1px 1px #171814;
}
.story-forest {
  left: 3%;
  bottom: 12%;
  transform: rotate(-16deg);
}
.story-dragon {
  left: 16%;
  bottom: 18%;
  transform: rotate(-11deg);
}
.story-island {
  right: -3%;
  bottom: 9%;
  transform: rotate(13deg);
}
.story-sticker {
  position: absolute;
  z-index: 4;
  right: 0;
  top: 15%;
  background: var(--lime);
  padding: 13px 16px 9px;
  font:
    800 25px/0.98 Barlow,
    sans-serif;
  color: var(--ink);
  transform: rotate(5deg) translateY(var(--card-drift));
  opacity: var(--decoration);
}
.story-sticker span {
  display: block;
  text-align: right;
  margin-top: 5px;
  font-size: 26px;
}
.story-capture-note {
  position: absolute;
  left: 47%;
  right: 0;
  bottom: -16px;
  text-align: center;
  font-size: 9px;
  margin: 0;
  opacity: 0.55;
}
.story-controls {
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
  z-index: 7;
}
.story-control-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 9px;
  letter-spacing: 0.3px;
  margin-bottom: 16px;
  gap: 15px;
}
.story-control-heading > span:first-child {
  font-weight: 700;
}
.story-scroll-hint {
  opacity: 0.6;
}
.story-scroll-hint > span {
  margin-left: 10px;
}
.story-skip {
  text-decoration: none;
  opacity: 0.7;
}
.story-skip:hover {
  text-decoration: underline;
}
.story-motion {
  font: inherit;
  color: inherit;
  border: 0;
  background: transparent;
  padding: 5px 0;
  cursor: pointer;
  opacity: 0.7;
}
.story-motion:hover {
  text-decoration: underline;
}
.story-motion:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 4px;
}
.story-motion[hidden] {
  display: none;
}
.product-story:not(.is-animated) .story-scroll-hint {
  visibility: hidden;
}
.story-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  padding-top: 15px;
  border-top: 1px solid #85887850;
}
.story-nav a {
  text-decoration: none;
  font-size: 13px;
  opacity: 0.48;
  transition: opacity 0.2s;
}
.story-nav a[aria-current],
.story-nav a:hover {
  opacity: 1;
}
.story-nav a > span {
  display: inline-block;
  font-size: 9px;
  margin-right: 10px;
  opacity: 0.65;
}
.story-nav a[aria-current] > span {
  background: var(--lime);
  color: var(--ink);
  padding: 3px 4px;
  border-radius: 3px;
  opacity: 1;
}
.story-progress {
  position: absolute;
  bottom: -9px;
  height: 2px;
  left: 0;
  width: 100%;
  background: #85887820;
}
.story-progress i {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: left;
  transform: scaleX(0);
  background: var(--lime);
}
.story-fallback {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding-block: 48px;
}
.story-fallback[hidden] {
  display: none;
}
.story-fallback article {
  scroll-margin-top: calc(var(--site-header-height) + 25px);
}
.story-fallback h2 {
  font-size: 30px;
  margin-bottom: 12px;
}
.story-fallback p {
  font-size: 13px;
  line-height: 1.6;
  min-height: 42px;
}
.story-fallback img {
  border-radius: 20px;
  border: 5px solid #252a20;
}
.story-page :target {
  scroll-margin-top: calc(var(--site-header-height) + 25px);
}
.story-stage a:focus-visible {
  outline-color: #769827;
}
@media (max-width: 1050px) and (min-width: 761px) {
  .story-panel h1 {
    font-size: clamp(63px, 8vw, 84px);
  }
  .story-panel h2 {
    font-size: clamp(49px, 6.8vw, 71px);
  }
  .story-panel .lead {
    font-size: 14px;
    max-width: 275px;
  }
  .story-panel .eyebrow {
    font-size: 9px;
    letter-spacing: 1.5px;
  }
  .story-panel .actions {
    gap: 12px;
  }
  .story-panel .button {
    padding-inline: 13px;
    font-size: 12px;
  }
  .story-panel .text-link {
    font-size: 10px;
    gap: 8px;
  }
  .story-object {
    left: 48%;
  }
  .story-phone {
    width: clamp(165px, calc(var(--story-height) * 0.3), 280px);
  }
  .story-sticker {
    font-size: 21px;
    right: -5px;
  }
  .story-card {
    width: 140px;
  }
  .story-forest {
    left: -2%;
  }
  .story-island {
    right: -12px;
  }
}
@media (max-height: 760px) and (min-width: 761px) {
  .story-panel h1 {
    font-size: clamp(62px, 7vw, 89px);
  }
  .story-panel h2 {
    font-size: clamp(50px, 5.8vw, 74px);
  }
  .story-panel .eyebrow {
    margin-bottom: 16px;
  }
  .story-panel .lead {
    font-size: 14px;
    margin-bottom: 19px;
  }
  .story-panel h1,
  .story-panel h2 {
    margin-bottom: 24px;
  }
  .story-panel .availability {
    margin-top: 10px;
  }
}
@media (max-width: 760px) {
  :root {
    --site-header-height: 116px;
  }
  .story-page .nav {
    height: auto;
  }
  .story-page .site-header .nav-links {
    padding-top: 11px;
  }
  .product-story.is-animated {
    height: calc(var(--story-height) * 4.5);
  }
  .story-stage {
    min-height: 460px;
  }
  .story-composition {
    height: 100%;
    display: block;
  }
  .story-panels {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 188px;
  }
  .story-panel {
    padding: 20px 0 0;
    justify-content: flex-start;
  }
  .story-panel .eyebrow {
    font-size: 8px;
    letter-spacing: 1.5px;
    margin-bottom: 9px;
  }
  .story-panel h1 {
    font-size: clamp(42px, 12.4vw, 66px);
    line-height: 0.91;
    margin-bottom: 15px;
    letter-spacing: -1px;
  }
  .story-panel h1 br:nth-of-type(2) {
    display: none;
  }
  .story-panel h1 .underlined {
    margin-left: 0.15em;
  }
  .story-panel h2 {
    font-size: clamp(35px, 10.3vw, 48px);
    line-height: 0.95;
    margin-bottom: 11px;
    letter-spacing: -0.6px;
  }
  .story-panel h2 br:last-of-type {
    display: none;
  }
  .story-panel h2 .story-accent {
    margin-left: 0.14em;
  }
  .story-panel .lead {
    font-size: 12px;
    line-height: 1.55;
    max-width: 360px;
    margin-bottom: 0;
  }
  .story-panel .actions,
  .story-panel .availability,
  .story-panel .story-detail,
  .story-panel > .button {
    display: none;
  }
  .story-object {
    inset: 210px 0 96px;
  }
  .story-phone {
    width: clamp(106px, calc((var(--story-height) - 250px) * 0.34), 215px);
    border-radius: 28px;
    padding: 5px;
    box-shadow:
      1px 0 0 #b8bbb2,
      3px 1px 0 #20231d,
      5px 2px 0 #51564c,
      8px 15px 25px #0003;
  }
  .story-screen {
    border-radius: 20px;
  }
  .story-camera {
    top: 10px;
    height: 9px;
  }
  .story-phone-button {
    height: 34px;
    right: -5px;
    width: 3px;
  }
  .story-card {
    width: clamp(95px, 29vw, 145px);
  }
  .story-forest {
    left: 5%;
    bottom: 8%;
  }
  .story-dragon {
    left: 13%;
    bottom: 14%;
  }
  .story-island {
    right: 3%;
    bottom: 5%;
  }
  .story-sticker {
    top: 9%;
    right: 6%;
    font-size: 19px;
    padding: 9px 11px 6px;
  }
  .story-sticker span {
    font-size: 20px;
    margin-top: 3px;
  }
  .story-capture-note {
    left: 0;
    right: 0;
    bottom: 80px;
    font-size: 7px;
  }
  .story-controls {
    bottom: 19px;
  }
  .story-control-heading {
    font-size: 8px;
    margin-bottom: 11px;
  }
  .story-control-heading > span:first-child {
    display: none;
  }
  .story-nav {
    gap: 6px;
    padding-top: 10px;
  }
  .story-nav a {
    font-size: 10px;
    min-height: 23px;
    display: flex;
    gap: 5px;
    align-items: center;
  }
  .story-nav a > span {
    font-size: 7px;
    margin: 0;
  }
  .story-nav a[aria-current] > span {
    padding: 3px;
  }
  .story-fallback {
    grid-template-columns: 1fr 1fr;
    gap: 30px 18px;
  }
  .story-fallback h2 {
    font-size: 28px;
  }
  .story-fallback p {
    font-size: 12px;
  }
  .story-fallback img {
    border-radius: 14px;
    border-width: 4px;
  }
}
@media (max-width: 760px) and (max-height: 700px) {
  .story-stage {
    min-height: 405px;
  }
  .story-panel {
    padding-top: 12px;
  }
  .story-panel h1 {
    font-size: 39px;
  }
  .story-panel h2 {
    font-size: 32px;
  }
  .story-panel .lead {
    font-size: 11px;
  }
  .story-panel .eyebrow {
    font-size: 7px;
    margin-bottom: 7px;
  }
  .story-object {
    top: 153px;
    bottom: 85px;
  }
  .story-phone {
    width: clamp(88px, calc((var(--story-height) - 224px) * 0.34), 155px);
    border-radius: 23px;
    padding: 4px;
  }
  .story-screen {
    border-radius: 17px;
  }
  .story-sticker {
    font-size: 16px;
  }
  .story-card {
    width: 94px;
  }
  .story-capture-note {
    bottom: 73px;
  }
  .story-controls {
    bottom: 15px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .product-story.is-animated {
    height: auto;
  }
  .is-animated .story-stage {
    position: relative;
    top: auto;
  }
  .story-phone,
  .story-panel,
  .story-screen img {
    will-change: auto;
  }
  .story-scroll-hint {
    visibility: hidden;
  }
}
