:root {
  --navy: #10233f;
  --navy-soft: #193759;
  --orange: #ff8a1f;
  --green: #215c4b;
  --green-soft: #dcebe5;
  --cream: #fcfaf6;
  --paper: #f2f0e9;
  --white: #ffffff;
  --ink: #17211d;
  --muted: #58645e;
  --line: #d9e1dd;
  --shadow: 0 28px 70px rgb(16 35 63 / 16%);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

a {
  color: inherit;
  text-underline-offset: 0.2em;
}

.skip-link {
  position: fixed;
  z-index: 20;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  border-radius: 8px;
  background: var(--white);
  color: var(--navy);
  font-weight: 800;
  transform: translateY(-150%);
}

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

.site-header,
footer,
.hero,
.features,
.policy-shell,
.policy-footer {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 90px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--navy);
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.brand img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
}

nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

nav a,
.back-link {
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration: none;
}

nav a:hover,
nav a:focus-visible,
.back-link:hover,
.back-link:focus-visible {
  color: var(--orange);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  align-items: center;
  min-height: 700px;
  padding: 52px 0 90px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 28px;
  height: 3px;
  background: var(--orange);
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  margin-top: 0;
  color: var(--navy);
  line-height: 1.08;
  letter-spacing: -0.055em;
}

h1 {
  max-width: 740px;
  margin-bottom: 28px;
  font-size: clamp(3.6rem, 7vw, 6.8rem);
  font-weight: 900;
}

h1 em,
h2 em {
  color: var(--orange);
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 500;
}

.hero-lead {
  max-width: 590px;
  margin: 0 0 34px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  gap: 18px;
  padding: 13px 22px;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
}

.button-primary {
  background: var(--navy);
  color: var(--white);
  box-shadow: 8px 8px 0 var(--orange);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--green);
  transform: translate(2px, 2px);
  box-shadow: 5px 5px 0 var(--orange);
}

.store-note {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 750;
}

.android-mark {
  color: var(--green);
  transform: rotate(45deg);
}

.trust-list {
  display: flex;
  gap: 28px;
  margin: 38px 0 0;
  padding: 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  list-style: none;
}

.trust-list li::before {
  margin-right: 7px;
  color: var(--orange);
  content: '✓';
}

.hero-visual {
  position: relative;
  max-width: 100%;
  min-height: 600px;
}

.hero-visual::before {
  position: absolute;
  inset: 6% -9% 7% 6%;
  border-radius: 48% 52% 42% 58%;
  background: var(--green-soft);
  content: '';
  transform: rotate(-6deg);
}

.orbit {
  position: absolute;
  z-index: 1;
  border: 1px solid rgb(33 92 75 / 22%);
  border-radius: 50%;
}

.orbit-one {
  inset: 5% 0 10% 4%;
  transform: rotate(18deg);
}

.orbit-two {
  inset: 15% -12% 18% 15%;
  transform: rotate(-28deg);
}

.phone {
  position: absolute;
  z-index: 2;
  top: 25px;
  left: 21%;
  width: 300px;
  padding: 10px;
  border: 4px solid var(--navy);
  border-radius: 42px;
  background: var(--navy);
  box-shadow: var(--shadow);
  transform: rotate(5deg);
}

.phone-screen {
  display: block;
  width: 100%;
  border-radius: 31px;
  object-fit: cover;
}

.app-topline,
.inventory-total,
.spool-card,
.app-nav {
  display: flex;
  align-items: center;
}

.app-topline {
  justify-content: space-between;
  color: var(--navy);
  font-weight: 900;
}

.avatar {
  display: grid;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: var(--orange);
  color: var(--white);
  font-size: 0.62rem;
  place-items: center;
}

.app-kicker {
  margin: 36px 0 2px;
  color: var(--green);
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.inventory-total {
  align-items: baseline;
  margin-bottom: 23px;
  gap: 7px;
  color: var(--muted);
  font-size: 0.7rem;
}

.inventory-total strong {
  color: var(--navy);
  font-size: 2rem;
}

.inventory-total b {
  margin-left: auto;
  color: var(--green);
  font-size: 0.8rem;
}

.spool-card {
  margin: 10px 0;
  padding: 12px 10px;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--white);
}

.spool-card div {
  display: flex;
  flex: 1;
  flex-direction: column;
  line-height: 1.4;
}

.spool-card strong {
  color: var(--navy);
  font-size: 0.71rem;
}

.spool-card small,
.spool-card b {
  color: var(--muted);
  font-size: 0.6rem;
}

.spool-swatch {
  display: block;
  width: 35px;
  height: 35px;
  border: 9px solid currentcolor;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px var(--white);
}

.orange .spool-swatch {
  color: #ef7920;
}

.blue .spool-swatch {
  color: #315e85;
}

.cream .spool-swatch {
  color: #d9c9a7;
}

.app-nav {
  position: absolute;
  right: 24px;
  bottom: 22px;
  left: 24px;
  justify-content: space-around;
  padding: 11px;
  border-radius: 14px;
  background: var(--navy);
  color: var(--white);
  font-size: 0.8rem;
}

.nfc-chip,
.weight-chip {
  position: absolute;
  z-index: 3;
  display: flex;
  border-radius: 12px;
  box-shadow: 0 14px 34px rgb(16 35 63 / 16%);
  font-size: 0.76rem;
  font-weight: 800;
}

.nfc-chip {
  top: 21%;
  right: -1%;
  align-items: center;
  gap: 8px;
  padding: 12px 15px;
  background: var(--navy);
  color: var(--white);
  transform: rotate(-3deg);
}

.nfc-chip span {
  color: var(--orange);
}

.weight-chip {
  bottom: 13%;
  left: 3%;
  flex-direction: column;
  padding: 11px 16px;
  background: var(--white);
  color: var(--green);
  line-height: 1.25;
  transform: rotate(-5deg);
}

.weight-chip span {
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 650;
}

.statement {
  padding: 100px 24px;
  background: var(--navy);
  color: var(--white);
  text-align: center;
}

.statement p {
  margin: 0 0 16px;
  color: #a9bbca;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.statement h2,
.cta h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 900;
}

.features {
  padding: 120px 0;
}

.section-heading h2 {
  margin-bottom: 55px;
  font-size: clamp(2.7rem, 5vw, 4.7rem);
  font-weight: 900;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 18px;
}

.feature-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
}

.feature-card h3 {
  max-width: 440px;
  margin-bottom: 12px;
  font-size: 1.55rem;
}

.feature-card p {
  max-width: 470px;
  margin: 0;
  color: var(--muted);
}

.feature-large {
  display: grid;
  grid-row: span 2;
  align-content: space-between;
  min-height: 678px;
  background: var(--green-soft);
}

.feature-number {
  position: absolute;
  top: 24px;
  right: 28px;
  color: var(--green);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.nfc-illustration {
  position: relative;
  display: grid;
  width: 240px;
  height: 240px;
  margin: auto;
  border: 2px solid rgb(33 92 75 / 18%);
  border-radius: 50%;
  place-items: center;
}

.nfc-illustration .tag {
  z-index: 2;
  display: grid;
  width: 90px;
  height: 120px;
  border-radius: 13px;
  background: var(--navy);
  box-shadow: 9px 9px 0 var(--orange);
  color: var(--white);
  font-weight: 900;
  place-items: center;
  transform: rotate(-8deg);
}

.nfc-illustration i {
  position: absolute;
  border: 2px solid var(--green);
  border-radius: 50%;
}

.nfc-illustration i:nth-of-type(1) {
  inset: 24px;
}

.nfc-illustration i:nth-of-type(2) {
  inset: 48px;
}

.nfc-illustration i:nth-of-type(3) {
  inset: 72px;
}

.local-icon,
.sync-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 34px 0 48px;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green);
  font-size: 1.4rem;
  font-weight: 900;
  place-items: center;
}

.feature-dark {
  border-color: var(--navy);
  background: var(--navy);
}

.feature-dark h3,
.feature-dark .feature-number {
  color: var(--white);
}

.feature-dark p {
  color: #b7c5d0;
}

.sync-icon {
  background: var(--orange);
  color: var(--navy);
}

.cta {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  align-items: center;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto 24px;
  padding: 58px 7%;
  overflow: hidden;
  border-radius: 24px;
  background: var(--green);
  color: var(--white);
}

.cta img {
  width: min(260px, 100%);
  border: 10px solid var(--white);
  border-radius: 50%;
  box-shadow: 12px 12px 0 var(--orange);
  transform: rotate(-4deg);
}

.cta h2 {
  font-size: clamp(2.8rem, 5vw, 5rem);
}

.cta p:last-child {
  color: #dcebe5;
}

.eyebrow.light {
  color: var(--white);
}

footer {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 28px;
  padding: 44px 0;
  color: var(--muted);
  font-size: 0.82rem;
}

footer p {
  margin: 0;
}

footer div {
  display: flex;
  gap: 20px;
}

footer a:not(.brand) {
  font-weight: 700;
}

.policy-page {
  background: var(--paper);
}

.policy-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(40px, 8vw, 120px);
  padding: 80px 0 120px;
}

.policy-intro {
  position: sticky;
  top: 50px;
  align-self: start;
}

.policy-intro h1 {
  font-size: clamp(3rem, 5vw, 5rem);
  hyphens: auto;
}

.policy-date {
  color: var(--muted);
  font-size: 0.9rem;
}

.privacy-promise {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-top: 42px;
  padding: 20px;
  border-left: 4px solid var(--orange);
  background: var(--white);
  box-shadow: 8px 8px 0 var(--green-soft);
}

.privacy-promise > span {
  display: grid;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  place-items: center;
}

.privacy-promise p {
  display: flex;
  flex-direction: column;
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.privacy-promise strong {
  color: var(--navy);
}

.policy-copy {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
}

.policy-copy section {
  padding: 40px 48px;
  border-bottom: 1px solid var(--line);
}

.policy-copy section:last-child {
  border-bottom: 0;
}

.policy-copy h2 {
  margin-bottom: 18px;
  font-size: 1.55rem;
}

.policy-copy p,
.policy-copy address {
  color: var(--muted);
  font-style: normal;
}

.policy-copy p:last-child {
  margin-bottom: 0;
}

.policy-copy a {
  color: var(--green);
  font-weight: 750;
}

.policy-copy code {
  padding: 0.12em 0.32em;
  border-radius: 4px;
  background: var(--green-soft);
  color: var(--green);
}

.policy-footer {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
}

:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: minmax(0, 1fr);
    padding-top: 60px;
  }

  .hero-visual {
    width: min(560px, 100%);
    margin: 50px auto 0;
  }

  .feature-grid,
  .policy-shell {
    grid-template-columns: 1fr;
  }

  .feature-large {
    min-height: 620px;
  }

  .policy-intro {
    position: static;
  }

  .cta {
    grid-template-columns: 0.55fr 1.45fr;
  }

  footer {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .site-header,
  footer,
  .hero,
  .features,
  .policy-shell,
  .policy-footer {
    width: min(100% - 32px, 1180px);
  }

  .site-header {
    min-height: 74px;
  }

  nav {
    gap: 16px;
  }

  nav a:first-child {
    display: none;
  }

  h1 {
    font-size: clamp(3.15rem, 15vw, 4.6rem);
  }

  .hero h1 em {
    display: block;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .hero h1 em span {
    display: block;
  }

  .hero-lead span {
    display: block;
  }

  .hero-copy {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero {
    display: block;
    width: calc(100% - 32px);
    min-height: 0;
    padding: 48px 0 70px;
  }

  .hero-visual {
    min-height: 510px;
  }

  .phone {
    left: 50%;
    width: 260px;
    transform: translateX(-50%) rotate(3deg);
  }

  .phone-screen {
    min-height: 470px;
  }

  .nfc-chip {
    right: 0;
  }

  .weight-chip {
    bottom: 3%;
    left: 0;
  }

  .trust-list {
    gap: 13px;
    flex-wrap: wrap;
  }

  .statement,
  .features {
    padding-block: 80px;
  }

  .feature-card {
    padding: 28px;
  }

  .feature-large {
    min-height: 560px;
  }

  .nfc-illustration {
    width: 210px;
    height: 210px;
  }

  .cta {
    grid-template-columns: 1fr;
    width: calc(100% - 24px);
    padding: 42px 28px;
  }

  .cta img {
    width: 150px;
    margin-bottom: 42px;
  }

  footer {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .policy-shell {
    padding: 50px 0 80px;
  }

  .policy-copy section {
    padding: 28px 24px;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
