:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  font-synthesis: none;
  --ink: #10201a;
  --muted: #5e6e68;
  --faint: #84928d;
  --green: #087f5b;
  --green-deep: #063d2e;
  --green-soft: #e2f2eb;
  --blue: #1c5ca3;
  --blue-soft: #e8eff8;
  --amber: #b86b00;
  --amber-soft: #f8eee0;
  --surface: #ffffff;
  --canvas: #f4f7f5;
  --line: #d9e3de;
  --line-strong: #c7d4ce;
  --shadow: 0 24px 70px rgba(15, 48, 37, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
}

body.fh-site {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--canvas);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

.scroll-progress {
  position: fixed;
  z-index: 220;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  pointer-events: none;
  background: var(--green);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 80ms linear;
}

.fh-site h1,
.fh-site h2,
.fh-site h3,
.fh-site p,
.fh-site a,
.fh-site button,
.fh-site li,
.fh-site dt,
.fh-site dd {
  letter-spacing: 0;
}

.fh-site img,
.fh-site canvas {
  display: block;
  max-width: 100%;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.icon-cloud-off { -webkit-mask-image: url("/assets/icons/cloud-off.svg"); mask-image: url("/assets/icons/cloud-off.svg"); }
.icon-building-2 { -webkit-mask-image: url("/assets/icons/building-2.svg"); mask-image: url("/assets/icons/building-2.svg"); }
.icon-file-check-2 { -webkit-mask-image: url("/assets/icons/file-check-2.svg"); mask-image: url("/assets/icons/file-check-2.svg"); }
.icon-cloud-check { -webkit-mask-image: url("/assets/icons/cloud-check.svg"); mask-image: url("/assets/icons/cloud-check.svg"); }
.icon-thermometer-snowflake { -webkit-mask-image: url("/assets/icons/thermometer-snowflake.svg"); mask-image: url("/assets/icons/thermometer-snowflake.svg"); }
.icon-list-checks { -webkit-mask-image: url("/assets/icons/list-checks.svg"); mask-image: url("/assets/icons/list-checks.svg"); }
.icon-badge-check { -webkit-mask-image: url("/assets/icons/badge-check.svg"); mask-image: url("/assets/icons/badge-check.svg"); }
.icon-layout-dashboard { -webkit-mask-image: url("/assets/icons/layout-dashboard.svg"); mask-image: url("/assets/icons/layout-dashboard.svg"); }
.icon-trash-2 { -webkit-mask-image: url("/assets/icons/trash-2.svg"); mask-image: url("/assets/icons/trash-2.svg"); }
.icon-briefcase-business { -webkit-mask-image: url("/assets/icons/briefcase-business.svg"); mask-image: url("/assets/icons/briefcase-business.svg"); }
.icon-smartphone { -webkit-mask-image: url("/assets/icons/smartphone.svg"); mask-image: url("/assets/icons/smartphone.svg"); }
.icon-share-2 { -webkit-mask-image: url("/assets/icons/share-2.svg"); mask-image: url("/assets/icons/share-2.svg"); }
.icon-landmark { -webkit-mask-image: url("/assets/icons/landmark.svg"); mask-image: url("/assets/icons/landmark.svg"); }
.icon-life-buoy { -webkit-mask-image: url("/assets/icons/life-buoy.svg"); mask-image: url("/assets/icons/life-buoy.svg"); }
.icon-shield-check { -webkit-mask-image: url("/assets/icons/shield-check.svg"); mask-image: url("/assets/icons/shield-check.svg"); }
.icon-arrow-right { -webkit-mask-image: url("/assets/icons/arrow-right.svg"); mask-image: url("/assets/icons/arrow-right.svg"); }
.icon-external-link { -webkit-mask-image: url("/assets/icons/external-link.svg"); mask-image: url("/assets/icons/external-link.svg"); }
.icon-mail { -webkit-mask-image: url("/assets/icons/mail.svg"); mask-image: url("/assets/icons/mail.svg"); }

.fh-site button,
.fh-site a {
  -webkit-tap-highlight-color: transparent;
}

.fh-site a {
  color: inherit;
}

.fh-site a:focus-visible,
.fh-site button:focus-visible,
.fh-site summary:focus-visible {
  outline: 3px solid rgba(28, 92, 163, 0.35);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  border-radius: 6px;
  color: #ffffff;
  background: var(--green-deep);
  font-weight: 750;
  text-decoration: none;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-shell,
.fh-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.section-pad {
  padding-block: 118px;
}

.site-header,
.fh-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(199, 212, 206, 0.78);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  transition: box-shadow 180ms ease, background 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 34px rgba(15, 48, 37, 0.08);
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.site-brand,
.fh-brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  text-decoration: none;
}

.brand-mark {
  width: 46px;
  height: 46px;
  display: block;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 11px;
  box-shadow: 0 7px 20px rgba(6, 61, 46, 0.18);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-words {
  display: grid;
  line-height: 1.02;
}

.brand-words strong {
  font-size: 16px;
  font-weight: 820;
}

.brand-words small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 680;
  text-transform: uppercase;
}

.site-nav,
.fh-nav {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.site-nav a,
.fh-nav a {
  padding: 9px 12px;
  border-radius: 6px;
  color: #40514b;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.site-nav a:hover,
.fh-nav a:hover,
.fh-nav a[aria-current="page"] {
  color: var(--green);
  background: var(--green-soft);
}

.site-nav .nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-left: 10px;
  padding-inline: 17px;
  color: #ffffff;
  background: var(--green-deep);
}

.site-nav .nav-cta .icon {
  font-size: 16px;
}

.site-nav .nav-cta:hover {
  color: #ffffff;
  background: var(--green);
}

.nav-toggle {
  display: none;
  margin-left: auto;
  border: 0;
  color: var(--ink);
  background: transparent;
  font: inherit;
  font-size: 14px;
  font-weight: 760;
}

.menu-lines {
  width: 22px;
  display: grid;
  gap: 5px;
}

.menu-lines i {
  height: 2px;
  display: block;
  border-radius: 2px;
  background: currentColor;
  transition: transform 180ms ease;
}

.hero {
  position: relative;
  min-height: 790px;
  overflow: hidden;
  isolation: isolate;
  background: #eaf4ef;
  border-bottom: 1px solid var(--line);
}

#hero-canvas,
.hero-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

#hero-canvas {
  z-index: 1;
  opacity: 0;
  transition: opacity 400ms ease;
}

.webgl-ready #hero-canvas {
  opacity: 1;
}

.hero-fallback {
  z-index: 0;
  pointer-events: none;
  transition: opacity 300ms ease;
}

.hero-fallback::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(234, 244, 239, 0.5);
}

.hero-fallback img {
  position: absolute;
  top: 50%;
  right: 9%;
  width: min(350px, 38vw);
  border: 10px solid #0b1c16;
  border-radius: 40px;
  box-shadow: var(--shadow);
  transform: translateY(-48%) rotate(5deg);
}

.webgl-ready .hero-fallback {
  opacity: 0;
}

.hero-inner {
  position: relative;
  z-index: 2;
  min-height: 790px;
  display: flex;
  align-items: center;
  padding-block: 84px 110px;
}

.hero-copy {
  width: min(610px, 53%);
  position: relative;
  z-index: 3;
}

.hero-app-line {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.hero-app-line > img {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(6, 61, 46, 0.2);
}

.hero-app-line .eyebrow {
  margin: 0;
}

.eyebrow {
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--green);
  font-size: 12px;
  font-weight: 820;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 26px;
  height: 2px;
  display: inline-block;
  background: currentColor;
}

.eyebrow.light {
  color: #8fddbd;
}

.hero h1 {
  max-width: 650px;
  margin: 0;
  font-size: 68px;
  font-weight: 850;
  line-height: 0.98;
}

.hero-lead {
  max-width: 580px;
  margin: 27px 0 0;
  color: #42544d;
  font-size: 19px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 30px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 19px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 780;
  text-decoration: none;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.button .icon,
.fh-button .icon,
.text-link .icon {
  font-size: 17px;
}

.button:hover {
  transform: translateY(-2px);
}

.fh-site .button-primary {
  color: #ffffff;
  background: var(--green);
  box-shadow: 0 12px 30px rgba(8, 127, 91, 0.2);
}

.fh-site .button-primary:hover {
  background: #066b4d;
}

.fh-site .button-secondary {
  color: var(--green-deep);
  background: rgba(255, 255, 255, 0.82);
  border-color: var(--line-strong);
}

.fh-site .button-secondary:hover {
  border-color: var(--green);
}

.fh-site .button-white {
  color: var(--green-deep);
  background: #ffffff;
}

.hero-proof {
  display: flex;
  gap: 0;
  margin: 42px 0 0;
}

.hero-proof div {
  min-width: 120px;
  padding-right: 26px;
}

.hero-proof div + div {
  padding-left: 26px;
  border-left: 1px solid rgba(16, 32, 26, 0.17);
}

.hero-proof dt {
  font-size: 25px;
  font-weight: 850;
  line-height: 1;
}

.hero-proof dd {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 680;
}

.hero-status {
  position: absolute;
  z-index: 3;
  right: max(24px, calc((100vw - 1180px) / 2));
  bottom: 26px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 11px 14px;
  border: 1px solid rgba(199, 212, 206, 0.85);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(12px);
}

.status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(8, 127, 91, 0.12);
}

.hero-status span:last-child {
  display: grid;
}

.hero-status strong {
  font-size: 12px;
}

.hero-status small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 10px;
}

.proof-strip {
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.proof-grid article {
  min-height: 114px;
  margin: 0;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 16px;
  padding: 18px 24px;
  transition: background 170ms ease;
}

.proof-grid article:hover {
  background: #f7faf8;
}

.proof-grid article + article {
  border-left: 1px solid var(--line);
}

.proof-grid p {
  margin: 0;
}

.proof-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--green);
  background: var(--green-soft);
}

.proof-icon.blue {
  color: var(--blue);
  background: var(--blue-soft);
}

.proof-icon.amber {
  color: var(--amber);
  background: var(--amber-soft);
}

.proof-icon .icon {
  font-size: 21px;
}

.proof-grid strong,
.proof-grid p span {
  display: block;
}

.daily-command {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: #071f18;
  border-bottom: 1px solid #163d30;
}

.command-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(560px, 1.22fr);
  align-items: center;
  gap: 78px;
}

.command-copy h2 {
  max-width: 520px;
  margin: 0;
  color: #ffffff;
  font-size: 50px;
  line-height: 1.06;
}

.command-copy > p:not(.eyebrow) {
  max-width: 530px;
  margin: 24px 0 0;
  color: #b9d0c6;
  font-size: 17px;
  line-height: 1.7;
}

.command-signals {
  margin-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.command-signals > div {
  min-height: 76px;
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.command-signals > div > .icon {
  color: #8fddbd;
  font-size: 21px;
}

.command-signals span {
  display: grid;
}

.command-signals strong {
  color: #ffffff;
  font-size: 14px;
}

.command-signals small {
  margin-top: 3px;
  color: #91ada2;
  font-size: 12px;
}

.command-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 30px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 780;
  text-decoration: none;
}

.command-link:hover {
  color: #9de0c3;
}

.command-stage {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: #edf5f1;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.28);
}

.command-toolbar {
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 18px;
  color: var(--ink);
  background: #ffffff;
  border-bottom: 1px solid var(--line);
}

.toolbar-mark {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 8px;
}

.toolbar-mark img {
  width: 100%;
  height: 100%;
}

.command-toolbar > span:nth-child(2) {
  display: grid;
}

.command-toolbar strong {
  font-size: 13px;
}

.command-toolbar small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 10px;
}

.command-toolbar > b {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 9px;
  border-radius: 6px;
  color: var(--green);
  background: var(--green-soft);
  font-size: 10px;
}

.command-toolbar > b i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(8, 127, 91, 0.12);
}

.command-body {
  min-height: 590px;
  display: grid;
  grid-template-columns: minmax(240px, 0.82fr) minmax(290px, 1fr);
  align-items: center;
  gap: 30px;
  padding: 34px;
}

.command-screen {
  position: relative;
  width: min(260px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 8px solid #0b1b15;
  border-radius: 35px;
  background: #0b1b15;
  box-shadow: 0 24px 60px rgba(15, 48, 37, 0.2);
  transform: perspective(900px) rotateY(5deg) rotateZ(-1deg);
}

.command-screen img {
  width: 100%;
  height: auto;
  border-radius: 26px;
}

.command-screen .phone-speaker {
  top: 8px;
  height: 18px;
}

.command-rail {
  color: var(--ink);
  border-top: 1px solid var(--line-strong);
}

.rail-heading,
.rail-row,
.command-rail footer {
  border-bottom: 1px solid var(--line-strong);
}

.rail-heading {
  min-height: 80px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: center;
}

.rail-heading small {
  grid-column: 1 / -1;
  color: var(--green);
  font-size: 10px;
  font-weight: 820;
}

.rail-heading strong {
  margin-top: 3px;
  font-size: 20px;
}

.rail-heading > span {
  align-self: center;
  padding: 5px 8px;
  border-radius: 6px;
  color: var(--green);
  background: #dcefe7;
  font-size: 10px;
  font-weight: 800;
}

.rail-row {
  min-height: 82px;
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 13px;
}

.rail-row p {
  margin: 0;
  display: grid;
}

.rail-row p strong {
  font-size: 13px;
}

.rail-row p small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 10px;
}

.rail-row > b {
  color: var(--blue);
  font-size: 10px;
}

.command-rail footer {
  min-height: 82px;
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: center;
  gap: 12px;
  color: var(--green);
}

.command-rail footer > .icon {
  font-size: 23px;
}

.command-rail footer span {
  display: grid;
}

.command-rail footer strong {
  color: var(--ink);
  font-size: 12px;
}

.command-rail footer small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
}

.proof-grid strong {
  font-size: 15px;
}

.proof-grid p span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
}

.product-intro {
  background: var(--surface);
}

.section-heading h2 {
  margin: 0;
  font-size: 48px;
  line-height: 1.08;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 480px);
  align-items: end;
  gap: 80px;
}

.split-heading > p,
.centred-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.story-list {
  margin-top: 80px;
}

.story-row {
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(340px, 0.85fr) minmax(0, 1fr);
  align-items: center;
  gap: 110px;
  padding-block: 80px;
  border-top: 1px solid var(--line);
}

.story-row:last-child {
  border-bottom: 1px solid var(--line);
}

.story-row-reverse {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.85fr);
}

.story-row-reverse .phone-shot {
  grid-column: 2;
  grid-row: 1;
}

.story-row-reverse .story-copy {
  grid-column: 1;
  grid-row: 1;
}

.phone-shot,
.tour-phone {
  position: relative;
  width: min(350px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 10px solid #0b1b15;
  border-radius: 42px;
  background: #0b1b15;
  box-shadow: var(--shadow);
  transition: box-shadow 240ms ease, transform 240ms ease;
}

.story-row:hover .phone-shot-left {
  box-shadow: 0 32px 85px rgba(15, 48, 37, 0.16);
  transform: perspective(1100px) rotateY(4deg) rotateZ(-0.5deg) translateY(-5px);
}

.story-row:hover .phone-shot-right {
  box-shadow: 0 32px 85px rgba(15, 48, 37, 0.16);
  transform: perspective(1100px) rotateY(-4deg) rotateZ(0.5deg) translateY(-5px);
}

.phone-shot-left {
  transform: perspective(1100px) rotateY(7deg) rotateZ(-1.5deg);
}

.phone-shot-right {
  transform: perspective(1100px) rotateY(-7deg) rotateZ(1.5deg);
}

.phone-shot img,
.tour-phone img {
  width: 100%;
  height: auto;
  border-radius: 31px;
}

.phone-speaker {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 50%;
  width: 32%;
  height: 22px;
  border-radius: 0 0 14px 14px;
  background: #0b1b15;
  transform: translateX(-50%);
}

.story-copy {
  max-width: 560px;
}

.story-number {
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--green);
  font-size: 12px;
  font-weight: 820;
}

.story-number > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--green);
  background: var(--green-soft);
}

.story-number > span.blue {
  color: var(--blue);
  background: var(--blue-soft);
}

.story-number > span.amber {
  color: var(--amber);
  background: var(--amber-soft);
}

.story-number .icon {
  font-size: 18px;
}

.story-copy h3 {
  margin: 0;
  font-size: 38px;
  line-height: 1.16;
}

.story-copy > p:not(.story-number) {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}

.check-list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.check-list li {
  position: relative;
  padding: 14px 0 14px 29px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  font-weight: 680;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 2px;
  width: 12px;
  height: 7px;
  border-bottom: 2px solid var(--green);
  border-left: 2px solid var(--green);
  transform: rotate(-45deg);
}

.app-tour {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: var(--green-deep);
}

.tour-layout {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
  align-items: center;
  gap: 90px;
}

.tour-copy h2 {
  max-width: 520px;
  margin: 0;
  color: #ffffff;
  font-size: 50px;
  line-height: 1.08;
}

.tour-copy > p:not(.eyebrow) {
  max-width: 530px;
  margin: 21px 0 0;
  color: #c8dcd4;
  font-size: 17px;
  line-height: 1.68;
}

.screen-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 34px;
}

.screen-tabs button {
  min-height: 38px;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  color: #cfe2da;
  background: transparent;
  font: inherit;
  font-size: 12px;
  font-weight: 730;
  cursor: pointer;
}

.screen-tabs .icon {
  font-size: 15px;
}

.screen-tabs button:hover,
.screen-tabs button[aria-selected="true"] {
  color: var(--green-deep);
  background: #aee5cc;
  border-color: #aee5cc;
  box-shadow: 0 9px 22px rgba(0, 0, 0, 0.14);
}

.tour-note {
  max-width: 530px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: 32px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.tour-note > span {
  color: #8fddbd;
  font-size: 13px;
  font-weight: 850;
}

.tour-note div {
  display: grid;
}

.tour-note strong {
  font-size: 14px;
}

.tour-note small {
  margin-top: 5px;
  color: #afc9bf;
  font-size: 12px;
  line-height: 1.55;
}

.tour-stage {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
  padding: 50px;
  border-radius: 8px;
  background: #dfeee8;
}

.tour-stage::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 44px;
  left: 0;
  height: 1px;
  background: rgba(6, 61, 46, 0.16);
}

.tour-phone {
  z-index: 1;
  width: min(300px, 72%);
  transition: opacity 150ms ease, transform 200ms ease;
}

.tour-phone.is-changing {
  opacity: 0.35;
  transform: translateY(8px) scale(0.985);
}

.stage-caption {
  position: absolute;
  right: 22px;
  bottom: 16px;
  color: rgba(6, 61, 46, 0.65);
  font-size: 10px;
  font-weight: 830;
}

.trust-section {
  background: #f6f8f7;
}

.centred-heading {
  max-width: 760px;
  text-align: center;
}

.centred-heading .eyebrow {
  justify-content: center;
}

.centred-heading > p {
  margin-top: 22px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 70px;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.trust-grid article {
  min-height: 270px;
  padding: 38px 34px;
}

.trust-grid article + article {
  border-left: 1px solid var(--line-strong);
}

.trust-index {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--green);
  background: var(--green-soft);
  font-size: 20px;
}

.eyebrow > .eyebrow-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--green-soft);
}

.eyebrow-icon .icon {
  font-size: 18px;
}

.trust-index.blue {
  color: var(--blue);
  background: var(--blue-soft);
}

.trust-index.amber {
  color: var(--amber);
  background: var(--amber-soft);
}

.trust-grid h3 {
  margin: 28px 0 0;
  font-size: 22px;
}

.trust-grid p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.68;
}

.official-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(380px, 1.15fr);
  gap: 80px;
  margin-top: 80px;
  padding: 50px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 18px 55px rgba(15, 48, 37, 0.07);
}

.official-heading h3 {
  margin: 0;
  font-size: 31px;
  line-height: 1.2;
}

.official-heading > p:not(.eyebrow) {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.official-links {
  border-top: 1px solid var(--line);
}

.official-links a {
  display: grid;
  grid-template-columns: 74px 1fr 24px;
  align-items: center;
  gap: 12px;
  min-height: 74px;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}

.official-links a:hover strong,
.official-links a:hover b {
  color: var(--green);
}

.official-links span {
  color: var(--green);
  font-size: 10px;
  font-weight: 850;
}

.official-links strong {
  font-size: 14px;
  transition: color 150ms ease;
}

.official-links b {
  display: grid;
  place-items: center;
  font-size: 19px;
  font-weight: 500;
  transition: color 150ms ease;
}

.official-links b .icon {
  font-size: 18px;
}

.release-section {
  padding-block: 90px;
  color: #ffffff;
  background: var(--green-deep);
  border-top: 5px solid var(--green);
}

.release-inner {
  display: grid;
  grid-template-columns: 1fr minmax(340px, 0.75fr);
  align-items: end;
  gap: 90px;
}

.release-inner h2 {
  margin: 0;
  font-size: 50px;
  line-height: 1.06;
}

.release-app {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 28px;
}

.release-app img {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.release-app span {
  display: grid;
}

.release-app strong {
  color: #ffffff;
  font-size: 15px;
}

.release-app small {
  margin-top: 3px;
  color: #a9c9bc;
  font-size: 11px;
}

.release-actions > p {
  margin: 0 0 24px;
  color: #c5d9d1;
  font-size: 15px;
  line-height: 1.7;
}

.release-actions .button {
  margin-right: 16px;
}

.text-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: #ffffff;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.text-link:hover {
  color: #9de0c3;
}

.site-footer,
.fh-footer {
  background: #ffffff;
}

.footer-top {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.footer-top p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.footer-bottom,
.footer-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
}

.footer-bottom nav,
.footer-inner nav {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.footer-bottom a,
.footer-inner a {
  font-weight: 680;
  text-decoration: none;
}

.footer-bottom a:hover,
.footer-inner a:hover {
  color: var(--green);
}

/* Support and privacy pages */
.document-page {
  padding-top: 76px;
  padding-bottom: 100px;
}

.document-heading {
  max-width: 820px;
  margin-bottom: 46px;
}

.document-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border: 1px solid #c8e0d5;
  border-radius: 8px;
  color: var(--green);
  background: var(--green-soft);
  box-shadow: 0 12px 28px rgba(15, 48, 37, 0.08);
}

.document-icon .icon {
  font-size: 27px;
}

.document-heading h1 {
  margin: 0;
  font-size: 52px;
  line-height: 1.07;
}

.fh-lead {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.updated-date {
  margin: 18px 0 0;
  color: var(--faint);
  font-size: 13px;
  font-weight: 680;
}

.document-layout {
  display: grid;
  grid-template-columns: minmax(0, 780px) minmax(250px, 1fr);
  align-items: start;
  gap: 40px;
}

.support-route-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 0 0 38px;
}

.support-route {
  min-height: 190px;
  position: relative;
  display: grid;
  grid-template-columns: 46px 1fr;
  align-content: start;
  gap: 16px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #ffffff;
  box-shadow: 0 14px 38px rgba(15, 48, 37, 0.06);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.support-route:hover {
  border-color: #aecbbe;
  box-shadow: 0 22px 50px rgba(15, 48, 37, 0.11);
  transform: translateY(-4px);
}

.support-route.featured {
  color: #ffffff;
  background: var(--green-deep);
  border-color: var(--green-deep);
}

.route-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--green);
  background: var(--green-soft);
  font-size: 22px;
}

.featured .route-icon {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
}

.route-icon.blue {
  color: var(--blue);
  background: var(--blue-soft);
}

.route-icon.amber {
  color: var(--amber);
  background: var(--amber-soft);
}

.support-route > span:nth-child(2) {
  display: grid;
}

.support-route small {
  color: var(--green);
  font-size: 10px;
  font-weight: 830;
  text-transform: uppercase;
}

.support-route.featured small {
  color: #9de0c3;
}

.support-route strong {
  margin-top: 5px;
  font-size: 18px;
}

.support-route em {
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  line-height: 1.55;
}

.support-route.featured em {
  color: #c5d9d1;
}

.route-arrow {
  position: absolute;
  right: 18px;
  bottom: 18px;
  color: var(--faint);
  font-size: 18px;
}

.support-route.featured .route-arrow {
  color: #9de0c3;
}

#common-questions {
  scroll-margin-top: 100px;
}

.contact-hero {
  color: #ffffff;
  background: #071f18;
}

.contact-layout {
  min-height: calc(100vh - 78px);
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(520px, 1.18fr);
  align-items: center;
  gap: 86px;
  padding-block: 80px;
}

.contact-intro h1 {
  max-width: 600px;
  margin: 0;
  color: #ffffff;
  font-size: 56px;
  line-height: 1.04;
}

.contact-intro > p:not(.eyebrow) {
  max-width: 550px;
  margin: 24px 0 0;
  color: #b9d0c6;
  font-size: 17px;
  line-height: 1.72;
}

.contact-promises {
  margin-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.contact-promises > div {
  min-height: 78px;
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.contact-promises > div > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #9de0c3;
  background: rgba(255, 255, 255, 0.09);
  font-size: 19px;
}

.contact-promises p {
  margin: 0;
  display: grid;
}

.contact-promises strong {
  font-size: 14px;
}

.contact-promises small {
  margin-top: 2px;
  color: #91ada2;
  font-size: 11px;
}

.contact-form-panel {
  padding: 38px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: var(--ink);
  background: #ffffff;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.3);
}

.form-heading {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.form-heading .document-icon {
  margin: 0;
  flex: 0 0 auto;
}

.form-heading > div {
  display: grid;
}

.form-heading h2 {
  margin: 3px 0 0;
  font-size: 27px;
}

.form-step {
  margin: 0;
  color: var(--green);
  font-size: 10px;
  font-weight: 830;
  text-transform: uppercase;
}

.contact-form,
.contact-form label {
  display: grid;
}

.contact-form {
  gap: 19px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.contact-form label {
  gap: 7px;
  color: #30433c;
  font-size: 12px;
  font-weight: 760;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid var(--line-strong);
  border-radius: 7px;
  color: var(--ink);
  background: #f9fbfa;
  font: inherit;
  font-size: 15px;
  font-weight: 500;
  outline: 0;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.contact-form textarea {
  min-height: 142px;
  resize: vertical;
  line-height: 1.55;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--green);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(8, 127, 91, 0.1);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #99a59f;
}

.optional {
  color: var(--faint);
  font-size: 10px;
  font-weight: 650;
}

.form-notice {
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: center;
  gap: 12px;
  padding: 14px 15px;
  border: 1px solid #cbe0d6;
  border-radius: 7px;
  color: var(--green);
  background: #edf7f2;
}

.form-notice > .icon {
  font-size: 22px;
}

.form-notice p {
  margin: 0;
  display: grid;
}

.form-notice strong {
  color: var(--ink);
  font-size: 11px;
}

.form-notice span {
  margin-top: 2px;
  color: var(--muted);
  font-size: 10px;
}

.form-submit {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.prepared-email-link {
  width: 100%;
  color: var(--green-deep);
  background: var(--green-soft);
  border-color: #b8d8ca;
}

.prepared-email-link:hover {
  color: #ffffff;
  background: var(--green);
}

.prepared-email-link[hidden] {
  display: none;
}

.form-status {
  min-height: 18px;
  margin: -9px 0 0;
  color: var(--green);
  font-size: 11px;
  font-weight: 680;
}

.direct-email {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 11px;
  text-align: center;
}

.direct-email a {
  color: var(--green);
  font-weight: 760;
  text-underline-offset: 3px;
}

.contact-footer {
  border-top: 1px solid var(--line);
}

.document-content {
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 18px 50px rgba(15, 48, 37, 0.06);
}

.document-content section + section {
  margin-top: 36px;
  padding-top: 34px;
  border-top: 1px solid var(--line);
}

.document-content h2,
.support-card h2,
.policy-summary h2 {
  margin: 0 0 13px;
  font-size: 23px;
  line-height: 1.25;
}

.document-content p,
.document-content li {
  color: #455650;
  font-size: 15px;
  line-height: 1.75;
}

.document-content p {
  margin: 10px 0;
}

.document-content ul,
.document-content ol {
  padding-left: 22px;
}

.document-content a,
.policy-summary a {
  color: var(--green);
  font-weight: 700;
  text-underline-offset: 3px;
}

.document-content details {
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.document-content details:last-child {
  border-bottom: 1px solid var(--line);
}

.document-content summary {
  color: var(--ink);
  cursor: pointer;
  font-weight: 760;
}

.document-content details p {
  margin: 11px 0 0;
  padding-right: 18px;
}

.support-card,
.policy-summary {
  position: sticky;
  top: 104px;
  padding: 25px;
  border: 1px solid #cbe0d6;
  border-radius: 8px;
  background: #e9f4ef;
}

.support-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.support-card .button,
.support-card .fh-button {
  width: 100%;
  margin-top: 8px;
}

.support-card small {
  display: block;
  margin-top: 15px;
  color: var(--muted);
}

.support-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 8px;
  color: #ffffff;
  background: var(--green);
  font-size: 22px;
}

.fh-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 17px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 760;
  text-decoration: none;
}

.enhanced-motion .reveal-item {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 550ms ease, transform 650ms cubic-bezier(0.2, 0.72, 0.2, 1);
}

.enhanced-motion .reveal-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fh-button.primary {
  color: #ffffff;
  background: var(--green);
}

.policy-summary dl,
.policy-summary dd {
  margin: 0;
}

.policy-summary dl > div {
  padding: 14px 0;
  border-top: 1px solid #cbe0d6;
}

.policy-summary dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.policy-summary dd {
  margin-top: 4px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 680;
}

@media (max-width: 1000px) {
  .hero h1 {
    font-size: 58px;
  }

  .hero-copy {
    width: 55%;
  }

  .story-row,
  .story-row-reverse {
    gap: 65px;
  }

  .tour-layout {
    gap: 52px;
  }

  .official-panel {
    gap: 50px;
  }

  .command-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .command-copy,
  .contact-intro {
    max-width: 720px;
  }

  .contact-layout {
    gap: 58px;
  }
}

@media (max-width: 820px) {
  .site-shell,
  .fh-shell {
    width: min(100% - 34px, 1180px);
  }

  .header-inner {
    min-height: 70px;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }

  .site-nav {
    position: fixed;
    z-index: 90;
    top: 70px;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    justify-content: stretch;
    grid-template-columns: 1fr;
    padding: 14px 17px 20px;
    border-bottom: 1px solid var(--line);
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(15, 48, 37, 0.12);
  }

  .nav-open .site-nav {
    display: grid;
  }

  .site-nav a {
    width: 100%;
    padding: 13px 12px;
  }

  .site-nav .nav-cta {
    margin: 8px 0 0;
    text-align: center;
  }

  .nav-open .menu-lines i:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .nav-open .menu-lines i:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .hero,
  .hero-inner {
    min-height: 980px;
  }

  .hero-inner {
    align-items: flex-start;
    padding-top: 76px;
    padding-bottom: 480px;
  }

  .hero-copy {
    width: min(620px, 100%);
  }

  .hero h1 {
    font-size: 56px;
  }

  .hero-lead {
    max-width: 620px;
  }

  .hero-status {
    right: 17px;
    bottom: 18px;
    left: 17px;
    justify-content: center;
  }

  .hero-fallback img {
    top: auto;
    right: 50%;
    bottom: 70px;
    width: 265px;
    transform: translateX(50%) rotate(2deg);
  }

  .proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .command-body {
    grid-template-columns: minmax(220px, 0.72fr) minmax(280px, 1fr);
  }

  .proof-grid article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .proof-grid article:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .split-heading {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .story-row,
  .story-row-reverse {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 55px;
    padding-block: 75px;
  }

  .story-row-reverse .phone-shot,
  .story-row-reverse .story-copy {
    grid-column: auto;
    grid-row: auto;
  }

  .story-row-reverse .phone-shot {
    grid-row: 1;
  }

  .story-row-reverse .story-copy {
    grid-row: 2;
  }

  .phone-shot {
    width: min(330px, 82%);
  }

  .story-copy {
    max-width: 680px;
  }

  .tour-layout {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .tour-stage {
    min-height: 610px;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid article {
    min-height: 0;
  }

  .trust-grid article + article {
    border-top: 1px solid var(--line-strong);
    border-left: 0;
  }

  .official-panel,
  .release-inner,
  .document-layout {
    grid-template-columns: 1fr;
  }

  .official-panel,
  .release-inner {
    gap: 45px;
  }

  .support-card,
  .policy-summary {
    position: static;
  }

  .support-route-grid {
    grid-template-columns: 1fr;
  }

  .support-route {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  .section-pad {
    padding-block: 78px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand-words strong {
    font-size: 14px;
  }

  .brand-words small {
    font-size: 9px;
  }

  .hero,
  .hero-inner {
    min-height: 930px;
  }

  .hero-app-line > img {
    width: 52px;
    height: 52px;
  }

  .hero-inner {
    padding-top: 58px;
    padding-bottom: 440px;
  }

  .hero h1 {
    font-size: 44px;
    line-height: 1.01;
  }

  .hero-lead {
    margin-top: 21px;
    font-size: 17px;
    line-height: 1.58;
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .hero-proof {
    justify-content: space-between;
    gap: 10px;
    margin-top: 32px;
  }

  .hero-proof div {
    min-width: 0;
    padding-right: 12px;
  }

  .hero-proof div + div {
    padding-left: 12px;
  }

  .hero-proof dt {
    font-size: 21px;
  }

  .hero-proof dd {
    font-size: 10px;
  }

  .proof-grid article {
    min-height: 104px;
    grid-template-columns: 36px 1fr;
    gap: 11px;
    padding: 15px 13px;
  }

  .proof-icon {
    width: 36px;
    height: 36px;
  }

  .proof-icon .icon {
    font-size: 18px;
  }

  .proof-grid strong {
    font-size: 13px;
  }

  .proof-grid p span {
    font-size: 10px;
  }

  .command-copy h2,
  .contact-intro h1 {
    font-size: 36px;
  }

  .command-copy > p:not(.eyebrow),
  .contact-intro > p:not(.eyebrow) {
    font-size: 16px;
  }

  .command-stage {
    margin-inline: -6px;
  }

  .command-toolbar {
    padding-inline: 13px;
  }

  .command-toolbar > b {
    padding: 6px 7px;
  }

  .command-body {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 28px 20px;
  }

  .command-screen {
    width: min(215px, 74%);
  }

  .command-rail {
    width: 100%;
  }

  .support-route {
    grid-template-columns: 42px 1fr;
    padding: 22px;
  }

  .route-icon {
    width: 42px;
    height: 42px;
  }

  .contact-layout {
    width: min(100% - 28px, 1180px);
    padding-block: 58px;
  }

  .contact-form-panel {
    padding: 25px 20px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .contact-promises small {
    line-height: 1.45;
  }

  .section-heading h2,
  .tour-copy h2,
  .release-inner h2,
  .document-heading h1 {
    font-size: 36px;
  }

  .story-list {
    margin-top: 48px;
  }

  .story-row,
  .story-row-reverse {
    gap: 46px;
    padding-block: 58px;
  }

  .phone-shot {
    width: min(290px, 86%);
    border-width: 8px;
    border-radius: 36px;
  }

  .phone-shot img {
    border-radius: 27px;
  }

  .story-copy h3 {
    font-size: 30px;
  }

  .story-copy > p:not(.story-number) {
    font-size: 16px;
  }

  .screen-tabs {
    flex-wrap: nowrap;
    margin-right: -17px;
    padding-right: 17px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .screen-tabs::-webkit-scrollbar {
    display: none;
  }

  .screen-tabs button {
    flex: 0 0 auto;
  }

  .tour-stage {
    min-height: 520px;
    padding: 34px 18px 46px;
  }

  .tour-phone {
    width: min(245px, 82%);
    border-width: 8px;
    border-radius: 35px;
  }

  .tour-phone img {
    border-radius: 27px;
  }

  .trust-grid {
    margin-top: 48px;
  }

  .trust-grid article {
    padding: 30px 22px;
  }

  .official-panel {
    margin-top: 52px;
    padding: 28px 22px;
  }

  .official-links a {
    grid-template-columns: 64px 1fr 18px;
  }

  .official-heading h3 {
    font-size: 27px;
  }

  .release-section {
    padding-block: 70px;
  }

  .release-actions .button {
    width: 100%;
    margin: 0 0 20px;
  }

  .footer-top,
  .footer-bottom,
  .footer-inner {
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }

  .footer-top {
    min-height: 170px;
  }

  .footer-bottom,
  .footer-inner {
    min-height: 130px;
    gap: 18px;
  }

  .document-page {
    padding-top: 52px;
    padding-bottom: 70px;
  }

  .document-heading {
    margin-bottom: 32px;
  }

  .document-content {
    padding: 24px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
