:root {
  --green-900: #063f2b;
  --green-700: #087a4c;
  --green-500: #36b84f;
  --red-600: #c91e2d;
  --blue-600: #1688c7;
  --yellow-500: #f7b63d;
  --ink: #111111;
  --muted: #5f665f;
  --line: #d9dfda;
  --paper: #ffffff;
  --soft: #f5f7f2;
  --soft-blue: #eef8fb;
  --shadow: 0 18px 55px rgba(7, 27, 18, 0.14);
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--soft);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.5;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  align-items: center;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
  box-shadow: none;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(135px, 1fr) auto minmax(135px, 1fr);
  left: 0;
  min-height: 78px;
  padding: 8px 28px;
  position: fixed;
  right: 0;
  top: 0;
  transition: box-shadow 180ms ease, min-height 180ms ease, transform 220ms ease;
  z-index: 20;
}

@media (min-width: 1600px) {
  .site-header {
    padding-inline: calc((100vw - 1044px) / 2);
  }
}

.site-header.is-scrolled {
  box-shadow: 0 10px 28px rgba(7, 27, 18, 0.08);
  min-height: 66px;
}

.site-header.is-hidden {
  transform: translateY(-100%);
}

.brand {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  justify-self: start;
}

.brand-logo {
  height: auto;
  object-fit: contain;
  object-position: left center;
  width: 198px;
}

.brand-logo-stacked {
  height: 62px;
  transition: height 180ms ease;
  width: auto;
}

.site-header.is-scrolled .brand-logo-stacked {
  height: 52px;
}

.nav-links,
.footer-links {
  align-items: center;
  display: flex;
  gap: 22px;
}

.nav-links {
  justify-self: center;
}

.site-header > .button {
  justify-self: end;
}

.nav-links a,
.footer-links a {
  color: var(--green-900);
  font-size: 0.95rem;
  font-weight: 750;
}

.nav-links a:hover,
.footer-links a:hover {
  color: var(--red-600);
}

.button {
  align-items: center;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 850;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  transition: transform 150ms ease, box-shadow 150ms ease, background-color 150ms ease, color 150ms ease;
  white-space: nowrap;
}

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

.button-primary {
  background: var(--red-600);
  box-shadow: 0 12px 26px rgba(201, 30, 45, 0.26);
  color: #ffffff;
}

.button-primary:hover {
  background: #a91725;
}

.button-secondary {
  background: #ffffff;
  border: 1px solid var(--line);
  color: var(--green-900);
}

.button-secondary:hover {
  border-color: var(--green-500);
  color: var(--green-700);
}

.button-large {
  min-height: 54px;
  padding-inline: 28px;
}

.hero {
  align-items: center;
  background: #f8fbf7;
  display: flex;
  flex-direction: column;
  gap: 34px;
  isolation: isolate;
  overflow: hidden;
  padding: 128px 24px 76px;
  position: relative;
}

.hero::before {
  background:
    linear-gradient(115deg, rgba(6, 63, 43, 0.1), transparent 24%, rgba(247, 182, 61, 0.18) 42%, transparent 58%, rgba(201, 30, 45, 0.1) 78%, transparent),
    linear-gradient(245deg, transparent 8%, rgba(22, 136, 199, 0.14) 32%, transparent 54%, rgba(54, 184, 79, 0.12) 82%),
    linear-gradient(180deg, #ffffff 0%, #f3faf3 48%, #ffffff 100%);
  animation: hero-color-flow 18s ease-in-out infinite alternate;
  background-position: 0% 45%, 100% 50%, center;
  background-size: 220% 220%, 180% 180%, 100% 100%;
  content: "";
  inset: 0;
  opacity: 0.96;
  pointer-events: none;
  position: absolute;
}

@keyframes hero-color-flow {
  from {
    background-position: 0% 45%, 100% 50%, center;
  }

  to {
    background-position: 100% 55%, 0% 45%, center;
  }
}

.hero-copy {
  margin: 0 auto;
  max-width: min(1600px, calc(100vw - 48px));
  position: relative;
  text-align: center;
  z-index: 1;
}

.eyebrow {
  color: var(--green-700);
  font-size: 0.86rem;
  font-weight: 900;
  margin: 0 0 10px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  color: var(--green-900);
  font-size: 5.7rem;
  line-height: 0.92;
  margin-bottom: 18px;
}

.hero h1 {
  color: var(--green-900);
}

h2 {
  color: var(--green-900);
  font-size: 3.25rem;
  line-height: 1.02;
  margin-bottom: 14px;
}

h3 {
  color: var(--green-900);
  font-size: 1.25rem;
  line-height: 1.15;
  margin-bottom: 10px;
}

.hero-lede {
  color: #253029;
  font-size: 1.24rem;
  margin: 0 auto 28px;
  max-width: 650px;
}

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

.video-reel {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  margin-inline: auto;
  max-width: 1260px;
  position: relative;
  width: min(100%, 1260px);
  z-index: 1;
}

.video-stage {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: center;
  min-height: 410px;
  overflow: hidden;
  padding: 20px 0;
}

.video-shell {
  background: transparent;
  border: 0;
  border-radius: 8px;
  flex: 0 0 clamp(160px, 15vw, 220px);
  opacity: 0.86;
  padding: 0;
  transition: flex-basis 220ms ease, opacity 220ms ease, transform 220ms ease;
}

.video-shell.is-hidden {
  display: none;
}

.video-shell.is-active {
  flex-basis: clamp(220px, 20vw, 300px);
  opacity: 1;
  transform: translateY(0);
}

.video-shell:not(.is-active):hover {
  opacity: 1;
  transform: translateY(-4px);
}

.video-card {
  aspect-ratio: 9 / 13;
  background: var(--green-900);
  border: 3px solid #ffffff;
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: block;
  height: clamp(286px, 24vw, 360px);
  object-fit: cover;
  overflow: hidden;
  width: 100%;
}

.video-shell.is-active .video-card {
  height: clamp(360px, 32vw, 470px);
}

.video-nav {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(7, 27, 18, 0.08);
  color: var(--green-900);
  display: inline-flex;
  font-size: 1.3rem;
  font-weight: 900;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.video-nav:hover {
  background: var(--red-600);
  border-color: var(--red-600);
  color: #ffffff;
}

.video-picker {
  align-items: center;
  display: flex;
  gap: 8px;
  grid-column: 1 / -1;
  justify-content: center;
}

.video-picker button {
  background: rgba(6, 63, 43, 0.22);
  border: 0;
  border-radius: 999px;
  height: 9px;
  padding: 0;
  width: 9px;
}

.video-picker button.is-active {
  background: var(--red-600);
  width: 24px;
}

@media (prefers-reduced-motion: reduce) {
  .hero::before {
    animation: none;
  }

  .video-shell,
  .video-card {
    transition: none;
  }
}

.section {
  padding: 84px 24px;
}

.section-white {
  background: #ffffff;
}

.section-heading {
  margin: 0 auto 34px;
  max-width: 760px;
  text-align: center;
}

.simple-title {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  font-size: 6.2rem;
  gap: 0.16em;
  justify-content: center;
  line-height: 0.9;
  margin-bottom: 22px;
  white-space: nowrap;
}

.simple-title span {
  display: inline-block;
}

.simple-title span:nth-child(1) {
  color: var(--green-900);
}

.simple-title span:nth-child(2) {
  color: var(--red-600);
}

.simple-title span:nth-child(3) {
  color: var(--blue-600);
}

.section-heading p,
.pricing-intro p,
.dashboard-copy p,
.step-card p,
.bundle-sub,
.faq-list p,
.site-footer p {
  color: var(--muted);
}

.steps-grid,
.bundle-grid {
  display: grid;
  gap: 18px;
  margin: 0 auto;
  max-width: 1120px;
}

.steps-grid {
  grid-template-columns: repeat(3, 1fr);
}

.step-card,
.bundle-card,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
}

.step-card {
  background: var(--soft);
  min-height: 240px;
  padding: 28px;
}

.step-image {
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  margin-bottom: 22px;
  object-fit: cover;
  width: 100%;
}

.step-number {
  align-items: center;
  background: var(--green-900);
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 0.85rem;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  margin-bottom: 26px;
  width: 52px;
}

.price-band {
  background: #ffffff;
  color: var(--ink);
  display: grid;
  gap: 28px;
  justify-items: center;
  padding-inline: max(24px, calc((100% - 1120px) / 2));
  text-align: center;
}

.price-band .eyebrow,
.price-band h2 {
  color: var(--green-900);
}

.pricing-intro p {
  color: var(--muted);
  font-size: 1.08rem;
  margin-inline: auto;
  max-width: 460px;
}

.box-size-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 920px;
  width: 100%;
}

.box-size-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 45px rgba(7, 27, 18, 0.1);
  display: grid;
  gap: 20px;
  padding: 24px;
  text-align: left;
}

.box-size-card-large {
  border-color: rgba(201, 30, 45, 0.34);
}

.box-size-image {
  aspect-ratio: 4 / 3;
  background: var(--soft);
  border-radius: 8px;
  object-fit: contain;
  width: 100%;
}

.box-size-copy {
  display: grid;
  gap: 6px;
}

.box-size-label {
  color: var(--red-600);
  font-size: 0.82rem;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
}

.box-size-copy h3 {
  font-size: 2rem;
  margin: 0;
}

.box-size-copy p:last-child {
  color: var(--muted);
  font-weight: 800;
  margin: 0;
}

.perk-row {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}

.perk {
  align-items: center;
  background: transparent;
  display: flex;
  gap: 12px;
  justify-content: center;
  min-height: 76px;
  padding: 18px;
}

.perk-icon {
  background: var(--yellow-500);
  border: 3px solid var(--green-500);
  border-radius: 999px;
  display: inline-block;
  flex: 0 0 auto;
  height: 20px;
  width: 20px;
}

.bundle-grid {
  align-items: stretch;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1240px;
}

.bundle-plan-groups {
  display: grid;
  gap: 56px;
}

.bundle-plan-group {
  display: grid;
  gap: 22px;
}

.bundle-plan-heading {
  margin: 0 auto;
  max-width: 720px;
  text-align: center;
}

.bundle-plan-heading h3 {
  font-size: 2rem;
  margin-bottom: 8px;
}

.bundle-plan-heading p:last-child {
  color: var(--muted);
  margin-bottom: 0;
}

.bundle-card {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 22px;
  justify-content: space-between;
  min-height: 390px;
  padding: 28px;
  position: relative;
}

.bundle-image {
  background: #ffffff;
  border-radius: 8px;
  height: 230px;
  object-fit: contain;
  width: 100%;
}

.bundle-image-placeholder {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(6, 63, 43, 0.08), rgba(22, 136, 199, 0.08)),
    #f8faf7;
  border: 1px dashed rgba(6, 63, 43, 0.28);
  display: flex;
  justify-content: center;
}


.bundle-card-featured {
  border: 2px solid var(--red-600);
  box-shadow: var(--shadow);
}

.badge {
  align-self: flex-start;
  background: var(--red-600);
  border-radius: 999px;
  color: #ffffff;
  font-size: 0.74rem;
  font-weight: 900;
  padding: 6px 12px;
  position: absolute;
  right: 22px;
  top: 22px;
  text-transform: uppercase;
  z-index: 2;
}

.badge-value {
  background: var(--green-700);
}

.bundle-price {
  display: grid;
  gap: 2px;
}

.bundle-price strong {
  color: var(--green-900);
  font-size: 3.6rem;
  line-height: 1;
}

.bundle-price span:last-child {
  color: var(--muted);
  font-weight: 800;
}

.struck {
  color: #8e968f;
  font-weight: 800;
  text-decoration: line-through;
}

.fit-section {
  background: var(--soft-blue);
  overflow: hidden;
}

.fit-gallery-label {
  margin: 0 auto 20px;
  max-width: 760px;
  text-align: center;
}

.fit-gallery-label h3 {
  font-size: 1.6rem;
  margin-bottom: 0;
}

.fit-gallery-label-large {
  margin-top: 54px;
}

.fit-marquee {
  margin-inline: -24px;
  overflow: hidden;
  position: relative;
  scrollbar-width: none;
}

.fit-marquee::-webkit-scrollbar {
  display: none;
}

.fit-track {
  animation: fit-scroll 48s linear infinite;
  backface-visibility: hidden;
  display: flex;
  gap: 18px;
  transform: translate3d(0, 0, 0);
  width: max-content;
  will-change: transform;
}

.fit-item {
  background: #ffffff;
  border: 3px solid #ffffff;
  border-radius: 8px;
  box-shadow: var(--shadow);
  flex: 0 0 292px;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.fit-item img {
  aspect-ratio: 1 / 1.12;
  height: 326px;
  object-fit: cover;
  width: 100%;
}

.fit-marquee-large .fit-item img {
  background: #ffffff;
  object-fit: contain;
  padding: 10px;
}

.fit-item figcaption {
  align-items: center;
  background: rgba(6, 63, 43, 0.9);
  bottom: 12px;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 900;
  left: 12px;
  max-width: calc(100% - 24px);
  min-height: 36px;
  padding: 8px 14px;
  position: absolute;
}

@keyframes fit-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(-50% - 9px), 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .fit-marquee {
    overflow: hidden;
  }

  .fit-track {
    animation-duration: 80s;
  }
}

.dashboard-section {
  align-items: center;
  background: var(--soft);
  padding-inline: max(24px, calc((100% - 1120px) / 2));
  text-align: center;
}

.dashboard-copy {
  margin: 0 auto;
  max-width: 860px;
}

.workflow-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 28px 0;
}

.workflow-list span {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--green-900);
  font-weight: 850;
  padding: 10px 16px;
}

.coming-soon-panel {
  margin: 0 auto;
  max-width: 680px;
}

.coming-soon-panel h3 {
  font-size: 2.2rem;
  margin-bottom: 12px;
}

.coming-soon-panel p:last-child {
  color: var(--muted);
  margin: 0 auto;
  max-width: 560px;
}

.app-preview {
  margin: 62px auto 0;
  max-width: 1120px;
}

.app-preview img {
  margin-top: 42px;
  width: 100%;
}

.order-page {
  background: #ffffff;
  padding: 138px max(24px, calc((100% - 1120px) / 2)) 72px;
}

.order-layout {
  align-items: start;
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
}

.order-media-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.order-media-grid figure {
  background: transparent;
  margin: 0;
}

.order-media-grid img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.order-media-main {
  grid-column: 1 / -1;
  min-height: 520px;
}

.order-media-main img {
  padding: 0;
}

.order-panel {
  padding-top: 8px;
}

.order-panel h1 {
  color: var(--ink);
  font-size: 2.35rem;
  line-height: 1.06;
  margin-bottom: 14px;
}

.order-lede {
  color: var(--muted);
  font-size: 1.16rem;
  margin-bottom: 24px;
}

.box-size-tabs {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 14px;
  padding: 6px;
}

.box-size-tabs button {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--muted);
  display: grid;
  gap: 2px;
  min-height: 86px;
  padding: 13px;
  text-align: left;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.box-size-tabs button span {
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.box-size-tabs button strong {
  color: var(--ink);
  font-size: 1.05rem;
}

.box-size-tabs button small {
  font-size: 0.78rem;
  font-weight: 750;
}

.box-size-tabs button.is-active {
  background: #ffffff;
  border-color: rgba(201, 30, 45, 0.28);
  box-shadow: 0 10px 24px rgba(7, 27, 18, 0.08);
  color: var(--red-600);
}

.selected-box-note {
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 750;
  margin-bottom: 34px;
}

.tier-selector {
  margin-bottom: 30px;
}

.tier-rail {
  background: #dde2dd;
  border-radius: 999px;
  height: 8px;
  margin: 0 6px 14px;
  position: relative;
}

.tier-fill {
  background: var(--green-500);
  border-radius: inherit;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: width 180ms ease;
  width: var(--tier-fill, 0%);
}

.tier-check {
  align-items: center;
  background: #dde2dd;
  border: 2px solid #ffffff;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(7, 27, 18, 0.1);
  color: #ffffff;
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 900;
  height: 23px;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 180ms ease, box-shadow 180ms ease;
  width: 23px;
}

.tier-check[data-tier-check="1"] {
  left: 0%;
}

.tier-check[data-tier-check="3"] {
  left: 33.33%;
}

.tier-check[data-tier-check="6"] {
  left: 66.66%;
}

.tier-check[data-tier-check="12"] {
  left: 100%;
}

.tier-check.is-reached {
  background: var(--green-500);
  box-shadow: 0 5px 14px rgba(54, 184, 79, 0.28);
}

.tier-options {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
}

.tier-options button {
  background: transparent;
  border: 0;
  color: var(--muted);
  display: grid;
  gap: 2px;
  padding: 0;
  text-align: left;
}

.tier-options button strong {
  color: var(--ink);
  font-size: 0.85rem;
  font-weight: 800;
}

.tier-options button span {
  font-size: 0.82rem;
}

.tier-options button.is-active strong,
.tier-options button.is-active span {
  color: var(--green-700);
}

.order-price {
  display: grid;
  gap: 4px;
  margin-bottom: 28px;
}

.order-price > span,
.order-price small {
  color: var(--muted);
}

.order-price strong {
  color: var(--ink);
  font-size: 2rem;
  line-height: 1.1;
}

.order-price strong span:last-child {
  font-size: 1.2rem;
}

.order-actions {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: 170px minmax(0, 1fr);
  margin-bottom: 34px;
}

.quantity-stepper {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  min-height: 58px;
  overflow: hidden;
}

.quantity-stepper button {
  background: transparent;
  border: 0;
  color: var(--green-900);
  font-size: 1.4rem;
  height: 100%;
}

.quantity-stepper input {
  border: 0;
  color: var(--ink);
  font-size: 1.1rem;
  outline: 0;
  text-align: center;
  width: 100%;
}

.quantity-stepper input::-webkit-outer-spin-button,
.quantity-stepper input::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

.order-perks {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

.order-perks li {
  align-items: center;
  color: var(--ink);
  display: flex;
  font-weight: 750;
  gap: 12px;
}

.order-perks li::before {
  content: none;
}

.perk-status {
  align-items: center;
  background: var(--red-600);
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.92rem;
  font-weight: 900;
  height: 24px;
  justify-content: center;
  line-height: 1;
  transform: rotate(0deg) scale(1);
  transition: background-color 220ms ease, transform 220ms ease;
  width: 24px;
}

.perk-status::before {
  content: "\00d7";
}

.order-perks li.is-included .perk-status {
  background: var(--green-500);
  transform: rotate(360deg) scale(1.06);
}

.order-perks li.is-included .perk-status::before {
  content: "\2713";
}

.bulk-perk-note {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 750;
  margin: 0 0 6px;
}

.facility-note {
  color: var(--green-700);
  font-size: 0.95rem;
  font-weight: 850;
  margin: 0 0 24px;
}

.quote-estimator {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 18px;
  margin-bottom: 42px;
  padding: 22px;
}

.quote-estimator h2 {
  color: var(--green-900);
  font-size: 1.45rem;
  line-height: 1.12;
  margin-bottom: 10px;
}

.quote-estimator p {
  color: var(--muted);
  margin-bottom: 0;
}

.quote-form {
  display: grid;
  gap: 10px;
}

.quote-form label {
  color: var(--green-900);
  font-weight: 900;
}

.quote-row {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.quote-row input {
  border: 1px solid var(--line);
  border-radius: 999px;
  min-height: 50px;
  outline: none;
  padding: 0 18px;
  width: 100%;
}

.quote-row input:focus {
  border-color: var(--green-500);
  box-shadow: 0 0 0 4px rgba(54, 184, 79, 0.16);
}

.quote-result {
  color: var(--green-900);
  font-size: 0.96rem;
  font-weight: 850;
  min-height: 24px;
}

.quote-result.is-error {
  color: var(--red-600);
}

.order-details {
  display: grid;
}

.order-details details {
  border-top: 1px solid var(--line);
}

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

.order-details summary {
  color: var(--ink);
  cursor: pointer;
  font-size: 1.08rem;
  font-weight: 800;
  list-style: none;
  padding: 20px 32px 20px 0;
  position: relative;
}

.order-details summary::-webkit-details-marker {
  display: none;
}

.order-details summary::after {
  content: "+";
  font-size: 1.8rem;
  font-weight: 300;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.order-details details[open] summary::after {
  content: "-";
}

.order-details p {
  color: var(--muted);
  margin: 0;
  padding: 0 0 18px;
}

.faq-list {
  display: grid;
  gap: 12px;
  margin: 0 auto;
  max-width: 850px;
}

.faq-list details {
  background: var(--soft);
  padding: 0;
}

.faq-list summary {
  color: var(--green-900);
  cursor: pointer;
  font-weight: 900;
  list-style: none;
  padding: 22px 24px;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list details[open] summary {
  color: var(--red-600);
}

.faq-list p {
  margin: 0;
  padding: 0 24px 24px;
}

.site-footer {
  align-items: center;
  background: var(--green-900);
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 42px max(24px, calc((100% - 1120px) / 2));
}

.footer-logo {
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 14px;
  object-fit: contain;
  padding: 8px 10px;
  width: 132px;
}

.site-footer p {
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 0;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.88);
}

.modal-backdrop {
  align-items: center;
  background: rgba(6, 16, 10, 0.68);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 50;
}

.modal-backdrop[hidden] {
  display: none;
}

.capacity-modal {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.26);
  max-width: 590px;
  padding: 34px;
  position: relative;
  width: min(100%, 590px);
}

.capacity-modal h2 {
  font-size: 2.25rem;
}

.capacity-modal p {
  color: var(--muted);
}

.modal-close {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 999px;
  height: 38px;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 38px;
}

.modal-close::before,
.modal-close::after {
  background: var(--green-900);
  content: "";
  height: 2px;
  left: 10px;
  position: absolute;
  top: 17px;
  width: 16px;
}

.modal-close::before {
  transform: rotate(45deg);
}

.modal-close::after {
  transform: rotate(-45deg);
}

.waitlist-form {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.waitlist-form label {
  color: var(--green-900);
  font-weight: 900;
}

.email-row {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.email-row input {
  border: 1px solid var(--line);
  border-radius: 999px;
  min-height: 50px;
  outline: none;
  padding: 0 18px;
  width: 100%;
}

.email-row input:focus {
  border-color: var(--green-500);
  box-shadow: 0 0 0 4px rgba(54, 184, 79, 0.16);
}

.form-message {
  font-size: 0.94rem;
  min-height: 24px;
}

.form-message.is-success {
  color: var(--green-700);
  font-weight: 850;
}

.form-message.is-error {
  color: var(--red-600);
  font-weight: 850;
}

body.modal-open {
  overflow: hidden;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    padding-inline: 24px;
  }

  .nav-links {
    display: none;
  }

  h1 {
    font-size: 4.6rem;
  }

  h2 {
    font-size: 2.6rem;
  }

  .simple-title {
    font-size: 4.3rem;
  }

  .steps-grid,
  .bundle-grid,
  .perk-row {
    grid-template-columns: 1fr;
  }

  .box-size-grid {
    grid-template-columns: 1fr;
  }

  .order-page {
    padding-top: 112px;
  }

  .order-layout {
    gap: 38px;
    grid-template-columns: 1fr;
  }

  .order-media-main {
    min-height: 420px;
  }

  .app-preview {
    margin-top: 40px;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 66px;
    padding-inline: 12px;
  }

  .brand-logo {
    width: 150px;
  }

  .brand-logo-stacked {
    height: 52px;
    width: auto;
  }


  .site-header .button {
    min-height: 40px;
    padding-inline: 15px;
  }

  .hero {
    padding-top: 108px;
  }

  h1 {
    font-size: 3.3rem;
  }

  h2,
  .capacity-modal h2 {
    font-size: 2rem;
  }

  .simple-title {
    font-size: 2.05rem;
  }

  .hero-lede {
    font-size: 1.08rem;
  }

  .button-large {
    width: 100%;
  }

  .fit-item {
    flex-basis: 238px;
  }

  .fit-item img {
    height: 266px;
  }

  .video-reel {
    gap: 10px;
  }

  .video-stage {
    min-height: 330px;
  }

  .video-shell {
    flex-basis: 128px;
  }

  .video-shell.is-outer {
    display: none;
  }

  .video-shell.is-active {
    flex-basis: 185px;
  }

  .video-card {
    height: 250px;
  }

  .video-shell.is-active .video-card {
    height: 315px;
  }

  .video-nav {
    height: 38px;
    width: 38px;
  }

  .section {
    padding: 62px 18px;
  }

  .order-page {
    padding: 96px 18px 56px;
  }

  .order-media-grid {
    grid-template-columns: 1fr;
  }

  .order-media-main {
    min-height: 330px;
  }

  .order-panel h1 {
    font-size: 2rem;
  }

  .order-lede {
    margin-bottom: 36px;
  }

  .tier-options {
    gap: 8px;
  }

  .tier-options button strong,
  .tier-options button span {
    font-size: 0.72rem;
  }

  .order-actions {
    grid-template-columns: 1fr;
  }

  .price-band,
  .dashboard-section,
  .site-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .box-size-copy h3 {
    font-size: 1.7rem;
  }

  .bundle-card,
  .step-card,
  .capacity-modal {
    padding: 24px;
  }

  .email-row {
    grid-template-columns: 1fr;
  }

  .quote-row {
    grid-template-columns: 1fr;
  }

  .email-row .button {
    width: 100%;
  }

  .quote-row .button {
    width: 100%;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .footer-links {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}
