:root {
  --ink: #0d2235;
  --ink-soft: #52697d;
  --surface: #f4f5ef;
  --surface-strong: #ffffff;
  --surface-alt: #dff0ea;
  --surface-alt-2: #eef7f4;
  --line: rgba(13, 34, 53, 0.12);
  --brand: #0c6c8c;
  --brand-deep: #083b57;
  --accent: #e46b2e;
  --accent-soft: #ffd8c3;
  --shadow: 0 24px 80px rgba(13, 34, 53, 0.14);
  --shadow-soft: 0 18px 44px rgba(13, 34, 53, 0.08);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: min(1180px, calc(100vw - 2rem));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "IBM Plex Sans", sans-serif;
  line-height: 1.6;
  background:
    radial-gradient(circle at top right, rgba(12, 108, 140, 0.14), transparent 28%),
    radial-gradient(circle at 15% 15%, rgba(228, 107, 46, 0.09), transparent 18%),
    linear-gradient(180deg, #f8faf5 0%, #f0f2ea 100%);
}

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

a,
button,
input,
select,
textarea {
  touch-action: manipulation;
}

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

h1,
h2,
h3,
.brand-copy strong {
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -0.04em;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(18px);
  background: rgba(248, 250, 245, 0.88);
  border-bottom: 1px solid rgba(13, 34, 53, 0.08);
}

.nav-shell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 84px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  color: white;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  background: linear-gradient(135deg, var(--brand-deep), var(--brand));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.brand-copy {
  display: grid;
}

.brand-copy small {
  font-size: 0.82rem;
  color: var(--ink-soft);
}

.brand-copy small + small {
  margin-top: 0.12rem;
  font-size: 0.76rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.site-nav a {
  color: var(--ink-soft);
  font-weight: 600;
}

.site-nav a.active,
.site-nav a:hover {
  color: var(--ink);
}

.nav-toggle {
  display: none;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: var(--surface-strong);
}

.nav-toggle span {
  display: block;
  width: 1.2rem;
  height: 2px;
  margin: 0.32rem auto;
  background: var(--ink);
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: fit-content;
  max-width: 100%;
  min-height: 3.15rem;
  padding: 0 1.3rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), #cf5a1f);
  color: white;
  text-align: center;
  text-decoration: none;
  line-height: 1.05;
  font-weight: 700;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(228, 107, 46, 0.22);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.button::before {
  content: "";
  position: absolute;
  inset: -35% auto -35% -45%;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.58), transparent);
  transform: skewX(-18deg);
  opacity: 0;
  pointer-events: none;
}

.button-conversion::before,
button.button[type="submit"]::before {
  opacity: 1;
  animation: button-glint 5.9s ease-in-out infinite;
}

.button-sm {
  min-height: 2.65rem;
  padding: 0 1rem;
  font-size: 0.95rem;
}

.button-ghost,
.button-ghost-light {
  background: transparent;
  box-shadow: none;
}

.button-ghost {
  color: var(--ink);
  border-color: var(--line);
}

.button-ghost-light {
  color: var(--ink);
  border-color: rgba(13, 34, 53, 0.12);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 28px rgba(13, 34, 53, 0.08);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 18px 42px rgba(228, 107, 46, 0.24);
}

.button-ghost:hover,
.button-ghost:focus-visible,
.button-ghost-light:hover,
.button-ghost-light:focus-visible {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 32px rgba(13, 34, 53, 0.12);
}

.button[aria-busy="true"],
.button[disabled] {
  cursor: progress;
  opacity: 0.88;
  pointer-events: none;
}

.eyebrow {
  margin: 0;
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.lead {
  max-width: 55rem;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.hero,
.page-hero {
  position: relative;
  overflow: clip;
}

.hero::before,
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(140deg, rgba(12, 108, 140, 0.08), transparent 32%),
    radial-gradient(circle at 85% 18%, rgba(228, 107, 46, 0.14), transparent 20%),
    linear-gradient(180deg, rgba(8, 59, 87, 0.05), transparent 58%);
  pointer-events: none;
}

.hero-home-grid,
.page-hero-grid,
.section-split,
.visual-split,
.dashboard-shell,
.cta-grid,
.contact-layout,
.footer-grid,
.proof-strip-grid,
.metric-grid,
.pricing-grid {
  display: grid;
  gap: 2rem;
}

.hero-home-grid {
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  padding: 5.5rem 0 4rem;
}

.page-hero {
  padding: 4.4rem 0 2.3rem;
}

.page-hero-grid {
  grid-template-columns: 1fr 0.9fr;
  align-items: center;
}

.page-hero-photo,
.hero-photo-frame,
.dashboard-frame,
.gallery-card,
.image-card {
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  background: var(--surface-strong);
}

.page-hero-photo img,
.hero-photo-frame img,
.dashboard-frame img,
.gallery-card img,
.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-copy h1,
.page-hero h1,
.thank-you-panel h1 {
  margin: 0.4rem 0 1rem;
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  line-height: 0.95;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.hero-tags span,
.region-panel span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.7rem;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(13, 34, 53, 0.08);
  background: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  box-shadow: var(--shadow-soft);
}

.hero-media {
  position: relative;
  min-height: 32rem;
}

.hero-photo-frame {
  height: 100%;
}

.floating-card {
  position: absolute;
  display: grid;
  gap: 0.35rem;
  max-width: 17rem;
  padding: 1rem 1.1rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(13, 34, 53, 0.08);
  box-shadow: var(--shadow);
}

.floating-card-primary {
  left: -1.4rem;
  bottom: 2rem;
}

.floating-card-secondary {
  right: -1rem;
  top: 1.7rem;
}

.card-kicker {
  margin: 0;
  color: var(--brand);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
}

.floating-card strong,
.pricing-hero-card strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.15rem;
  line-height: 1.1;
  color: var(--ink);
}

.floating-card span,
.pricing-hero-card span,
.proof-strip p,
.insight-row span,
.section-heading p,
.service-card-rich p,
.service-card-rich li,
.benchmark-row span,
.benchmark-note,
.dashboard-copy p,
.use-case-card p,
.faq-list p,
.detail-card-rich p,
.detail-card-rich li,
.detail-aside span,
.metric-card p,
.gallery-card figcaption,
.process-item span,
.pricing-card p,
.table-wrap,
.form-note,
.info-card p {
  color: var(--ink-soft);
}

.proof-strip {
  margin-top: -0.75rem;
}

.proof-strip-grid {
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 1rem;
}

.proof-strip article,
.service-card-rich,
.detail-card-rich,
.metric-card,
.pricing-card,
.pricing-hero-card,
.pricing-snapshot-panel,
.dashboard-copy,
.info-card,
.form-panel,
.gallery-card,
.benchmark-table,
.section-alt .insight-panel,
.insight-panel,
.thank-you-panel {
  border: 1px solid rgba(13, 34, 53, 0.08);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow-soft);
}

.proof-strip article {
  padding: 1.25rem 1.35rem;
  border-radius: var(--radius-lg);
}

.proof-number {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.8rem;
}

.section {
  padding: 5rem 0;
}

.section-alt {
  background:
    linear-gradient(180deg, rgba(12, 108, 140, 0.05), rgba(223, 240, 234, 0.65)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.2));
}

.section-heading {
  max-width: 58rem;
}

.section-intro,
.required-note,
.privacy-note,
.field-help,
.office-note,
.fit-note {
  color: var(--ink-soft);
}

.section-intro {
  margin: 1rem 0 0;
  max-width: 48rem;
}

.required-note,
.privacy-note {
  margin: 0;
}

.required-mark {
  color: var(--accent);
  font-weight: 800;
}

.optional-mark {
  color: var(--ink-soft);
  font-weight: 600;
}

.field-help {
  margin: -0.15rem 0 0;
  font-size: 0.88rem;
  line-height: 1.4;
}

.fit-statement,
.trust-row,
.office-block {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.2rem;
  padding: 1.1rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(13, 34, 53, 0.1);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
}

.fit-statement strong,
.trust-row strong,
.office-block strong {
  display: block;
}

.fit-statement ul,
.trust-row ul,
.office-block ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--ink-soft);
}

.fit-statement li + li,
.trust-row li + li,
.office-block li + li {
  margin-top: 0.35rem;
}

.page-hero .fit-statement,
.page-hero .office-block {
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
}

.page-hero .fit-note,
.page-hero .office-block li {
  color: var(--ink-soft);
}

.fit-story {
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr);
  gap: 1rem;
  align-items: stretch;
  padding: 1.35rem;
}

.fit-story-lead,
.fit-story-area {
  display: grid;
  align-content: center;
  gap: 0.45rem;
}

.fit-story-lead strong,
.fit-story-area strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.05rem;
}

.fit-story-lead {
  padding-right: 0.65rem;
}

.fit-story-lane {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.45rem;
  align-items: stretch;
  padding: 0.45rem;
  border-radius: calc(var(--radius-lg) - 0.45rem);
  background:
    linear-gradient(90deg, rgba(207, 104, 47, 0.16), rgba(18, 74, 107, 0.13)),
    rgba(255, 255, 255, 0.62);
}

.fit-story-lane span {
  display: grid;
  place-items: center;
  min-height: 4.25rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.82rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 1px rgba(13, 34, 53, 0.08);
}

.fit-story-area {
  grid-column: 1 / -1;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(13, 34, 53, 0.1);
}

.page-hero .fit-story {
  grid-template-columns: 1fr;
}

.page-hero .fit-story-lane span {
  min-height: 3.7rem;
}

.section-heading h2,
.insight-panel h2,
.pricing-snapshot-panel h2,
.dashboard-copy h2,
.detail-card-rich h2,
.form-panel h2,
.info-card h2,
.pricing-card h3 {
  margin: 0.4rem 0 0;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1;
}

.section-split {
  grid-template-columns: 0.9fr 1.1fr;
  align-items: start;
}

.section-split-tight {
  grid-template-columns: 1fr 1fr;
}

.insight-panel {
  display: grid;
  gap: 1rem;
  padding: 1.4rem;
  border-radius: var(--radius-xl);
}

.insight-row,
.process-item,
.benchmark-row {
  display: grid;
  gap: 0.4rem;
  padding: 1rem 1rem 1rem 1.15rem;
  border-left: 4px solid var(--accent);
  background: rgba(255, 255, 255, 0.76);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

.insight-row-muted {
  border-left-color: rgba(13, 34, 53, 0.18);
}

.service-grid-rich {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}

.service-card-rich,
.pricing-card {
  padding: 1.5rem;
  border-radius: var(--radius-lg);
}

.service-icon {
  display: inline-grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--brand-deep);
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.service-card-rich h3,
.use-case-card h3,
.metric-card h3 {
  margin: 0 0 0.6rem;
  font-size: 1.3rem;
}

.service-card-rich ul,
.detail-card-rich ul,
.bullet-list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.service-card-rich li,
.detail-card-rich li,
.bullet-list li {
  position: relative;
  padding-left: 1.3rem;
  margin-bottom: 0.55rem;
}

.service-card-rich li::before,
.detail-card-rich li::before,
.bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--accent);
}

.visual-split,
.dashboard-shell,
.contact-layout {
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.visual-photo-stack {
  position: relative;
  min-height: 36rem;
}

.image-card {
  position: absolute;
}

.image-card-large {
  inset: 0 5rem 5rem 0;
}

.image-card-small {
  right: 0;
  bottom: 0;
  width: min(21rem, 50%);
  aspect-ratio: 1 / 1;
}

.pricing-snapshot-panel,
.dashboard-copy,
.form-panel,
.info-card,
.pricing-hero-card {
  padding: 1.6rem;
  border-radius: var(--radius-xl);
}

.form-panel {
  position: relative;
  overflow: hidden;
}

.form-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--brand), var(--accent), var(--brand));
  background-size: 220% 100%;
  animation: form-line-flow 6s ease-in-out infinite;
}

.benchmark-list,
.process-list,
.detail-stack,
.faq-list,
.gallery-grid,
.use-case-grid,
.trust-badge-list,
.quote-scenario-grid,
.privacy-grid {
  display: grid;
  gap: 1rem;
}

.trust-badge-list {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 2rem;
}

.trust-badge,
.quote-scenario-card,
.policy-card {
  position: relative;
  overflow: hidden;
  padding: 1.45rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(13, 34, 53, 0.08);
  box-shadow: var(--shadow-soft);
}

.trust-badge strong,
.quote-scenario-card h3,
.policy-card h2 {
  display: block;
  margin: 0 0 0.6rem;
  font-size: 1.3rem;
}

.quote-scenario-grid,
.privacy-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2rem;
}

.scenario-items {
  margin: 1rem 0 0;
  padding-left: 1.15rem;
  color: var(--ink-soft);
}

.scenario-items li + li {
  margin-top: 0.55rem;
}

.scenario-total {
  display: grid;
  gap: 0.35rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(13, 34, 53, 0.08);
}

.use-case-grid {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 2rem;
}

.use-case-card {
  padding: 1.4rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(13, 34, 53, 0.08);
  box-shadow: var(--shadow-soft);
}

.dashboard-shell {
  gap: 2.4rem;
}

.dashboard-frame {
  padding: 0.8rem;
}

.detail-stack {
  margin-top: 0;
}

.detail-card-rich {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2rem;
  padding: 1.7rem;
  border-radius: var(--radius-xl);
}

.detail-aside {
  display: grid;
  align-content: start;
  gap: 0.4rem;
  padding: 1.1rem;
  border-radius: var(--radius-lg);
  background: rgba(223, 240, 234, 0.62);
}

.detail-proof {
  margin-top: 1rem;
}

.detail-aside .button {
  margin-top: 0.5rem;
  justify-self: start;
}

.detail-aside-note {
  margin: 0.15rem 0 0;
  font-size: 0.95rem;
}

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

.metric-card {
  padding: 1.5rem;
  border-radius: var(--radius-lg);
}

.metric-value {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 2.5rem;
}

.gallery-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2rem;
}

.gallery-card {
  position: relative;
  border-radius: var(--radius-xl);
}

.gallery-card figcaption {
  padding: 0.95rem 1rem 1.1rem;
  font-size: 0.95rem;
}

.gallery-card-dashboard {
  grid-column: span 3;
}

.process-list {
  gap: 1rem;
}

.region-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.faq-list {
  gap: 0.9rem;
}

.faq-list details {
  padding: 1.1rem 1.2rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(13, 34, 53, 0.08);
  box-shadow: var(--shadow-soft);
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.faq-list summary:focus-visible {
  outline: 3px solid var(--brand);
  outline-offset: 3px;
  border-radius: 2px;
}

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

.faq-list p {
  margin-bottom: 0;
}

.pricing-hero-card {
  align-self: center;
}

.table-wrap {
  overflow-x: auto;
  border-radius: var(--radius-xl);
  margin-top: 2rem;
}

.benchmark-table {
  width: 100%;
  min-width: 760px;
  border-spacing: 0;
  overflow: hidden;
  border-radius: var(--radius-xl);
}

.benchmark-table th,
.benchmark-table td {
  padding: 1rem 1.1rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(13, 34, 53, 0.08);
}

.benchmark-table thead th {
  background: rgba(8, 59, 87, 0.96);
  color: white;
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -0.01em;
}

.benchmark-table tbody tr:last-child td {
  border-bottom: 0;
}

.contact-layout {
  align-items: start;
}

.info-panel,
.quote-grid {
  display: grid;
  gap: 1rem;
}

.quote-form {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

#warehouse-contact-form {
  scroll-margin-top: 7rem;
}

.quote-form-compact textarea {
  min-height: 7rem;
}

.form-split {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.form-row {
  display: grid;
  gap: 0.45rem;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(13, 34, 53, 0.16);
  border-radius: var(--radius-sm);
  background: white;
  color: var(--ink);
  font: inherit;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(12, 108, 140, 0.18);
  border-color: var(--brand);
}

[aria-invalid="true"] {
  border-color: #b42318;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.form-support {
  display: grid;
  gap: 0.4rem;
}

.form-error {
  margin: 0;
  color: #b42318;
  font-size: 0.92rem;
}

.form-error-inline {
  margin-top: -0.1rem;
  font-size: 0.85rem;
}

[hidden] {
  display: none !important;
}

.contact-list {
  display: grid;
  gap: 0.35rem;
  margin-top: 0.85rem;
}

.what-next-list {
  margin: 1rem 0 0;
  padding-left: 1.1rem;
  color: var(--ink-soft);
}

.what-next-list li + li {
  margin-top: 0.55rem;
}

.scenario-action {
  display: inline-flex;
  margin-top: 1rem;
}

.text-link {
  color: var(--brand);
  font-weight: 700;
}

.text-link:hover {
  color: var(--brand-deep);
}

.brand:focus-visible,
.site-nav a:focus-visible,
.button:focus-visible,
.nav-toggle:focus-visible,
.text-link:focus-visible,
.footer-grid a:focus-visible,
.address-suggestion:focus-visible {
  outline: 3px solid rgba(255, 230, 0, 0.72);
  outline-offset: 3px;
}

.address-suggestions {
  display: grid;
  gap: 0;
  margin-top: 0.2rem;
  overflow: hidden;
  border: 1px solid rgba(13, 34, 53, 0.12);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 20px 44px rgba(16, 33, 48, 0.1);
}

.address-suggestions[hidden] {
  display: none;
}

.address-suggestion {
  display: grid;
  gap: 0.2rem;
  width: 100%;
  padding: 0.85rem 1rem;
  border: 0;
  border-bottom: 1px solid rgba(13, 34, 53, 0.08);
  background: transparent;
  color: var(--ink);
  text-align: left;
  font: inherit;
  cursor: pointer;
}

.address-suggestion:last-of-type {
  border-bottom: 0;
}

.address-suggestion strong {
  font-size: 0.97rem;
}

.address-suggestion span {
  color: var(--ink-soft);
  font-size: 0.84rem;
  line-height: 1.35;
}

.address-suggestion-distance {
  color: var(--brand);
  font-weight: 700;
}

.address-suggestion.is-active,
.address-suggestion:hover,
.address-suggestion:focus-visible {
  background: rgba(233, 238, 244, 0.92);
  outline: none;
}

.address-suggestions-empty,
.address-suggestions-note {
  margin: 0;
  padding: 0.8rem 1rem;
}

.address-suggestions-empty {
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.address-suggestions-note {
  border-top: 1px solid rgba(13, 34, 53, 0.08);
  color: var(--ink-soft);
  font-size: 0.76rem;
}

.home-stage {
  position: relative;
  min-height: calc(100svh - 84px);
  color: white;
  overflow: clip;
}

.home-stage-media,
.home-stage-wash {
  position: absolute;
  inset: 0;
}

.home-stage-media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.home-stage-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform-origin: center;
  animation: home-stage-drift 20s ease-in-out infinite alternate;
}

.home-stage-wash {
  background:
    linear-gradient(90deg, rgba(7, 45, 63, 0.92) 0%, rgba(7, 45, 63, 0.8) 34%, rgba(7, 45, 63, 0.34) 72%, rgba(7, 45, 63, 0.12) 100%),
    linear-gradient(180deg, rgba(7, 45, 63, 0.22) 0%, rgba(7, 45, 63, 0.1) 100%);
}

.home-stage-shell {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  min-height: calc(100svh - 84px);
  padding: 5rem 0 4rem;
}

.home-stage-copy {
  max-width: 58rem;
  display: grid;
  gap: 0.9rem;
}

.home-stage .eyebrow,
.home-stage .lead,
.home-stage-note {
  color: rgba(255, 255, 255, 0.82);
}

.home-stage-brand {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  letter-spacing: -0.03em;
}

.home-stage h1 {
  max-width: 14ch;
  margin: 0;
  font-size: clamp(3rem, 5.8vw, 5.7rem);
  line-height: 0.96;
}

.home-stage .button-ghost-light {
  color: white;
  border-color: rgba(255, 255, 255, 0.34);
  background: transparent;
  box-shadow: none;
}

.page-hero .button-ghost-light,
.cta-band .button-ghost-light,
.thank-you-panel .button-ghost-light {
  color: white;
  border-color: rgba(255, 255, 255, 0.34);
  background: transparent;
  box-shadow: none;
}

.home-stage-note {
  font-weight: 600;
}

.warehouse-hero-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.72rem;
  max-width: min(58rem, calc(100vw - 2rem));
}

.warehouse-hero-flow article {
  position: relative;
  display: grid;
  gap: 0.4rem;
  min-height: 8.9rem;
  padding: 0.95rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(8px);
}

.warehouse-hero-flow article::after {
  content: "";
  position: absolute;
  right: -2rem;
  bottom: -2.4rem;
  width: 6rem;
  height: 6rem;
  border-radius: 999px;
  background: rgba(231, 108, 46, 0.16);
}

.warehouse-hero-flow span {
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.72rem;
  background: rgba(231, 108, 46, 0.96);
  color: white;
}

.warehouse-hero-flow svg {
  width: 1.28rem;
  height: 1.28rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.warehouse-hero-flow strong {
  position: relative;
  z-index: 1;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.96rem;
  line-height: 1.1;
}

.warehouse-hero-flow small {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.74rem;
  line-height: 1.36;
}

.home-rail {
  padding-top: 2rem;
  padding-bottom: 2.75rem;
}

.home-rail-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.home-rail-grid article {
  position: relative;
  padding-top: 1rem;
  border-top: 1px solid rgba(13, 34, 53, 0.18);
  border-radius: 0 0 22px 22px;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
  animation: card-arrive 680ms ease both;
}

.home-rail-grid article:nth-child(2) {
  animation-delay: 90ms;
}

.home-rail-grid article:nth-child(3) {
  animation-delay: 180ms;
}

.home-rail-grid article:nth-child(4) {
  animation-delay: 270ms;
}

.home-rail-grid article:hover {
  transform: translateY(-4px);
  border-top-color: var(--accent);
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 18px 40px rgba(13, 34, 53, 0.08);
}

.home-rail-grid span {
  display: block;
  margin-bottom: 0.45rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.08rem;
}

.story-visual-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
}

.story-visual-copy {
  display: grid;
  gap: 1.15rem;
}

.story-scenario-grid {
  display: grid;
  gap: 0.85rem;
}

.story-scenario-grid article {
  display: grid;
  gap: 0.3rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(13, 34, 53, 0.1);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 14px 34px rgba(13, 34, 53, 0.06);
}

.story-scenario-grid strong,
.story-path-step h3 {
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -0.03em;
}

.story-scenario-grid span,
.story-path-step p {
  color: var(--ink-soft);
}

.story-path-board {
  position: relative;
  display: grid;
  gap: 1rem;
  padding: clamp(1.2rem, 3vw, 1.9rem);
  border: 1px solid rgba(13, 34, 53, 0.1);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(238, 247, 244, 0.78)),
    radial-gradient(circle at 14% 16%, rgba(228, 107, 46, 0.18), transparent 28%),
    radial-gradient(circle at 88% 86%, rgba(12, 108, 140, 0.16), transparent 30%);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.story-path-line {
  position: absolute;
  top: 2.25rem;
  bottom: 2.25rem;
  left: 3.05rem;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--accent), var(--brand));
  opacity: 0.42;
  transform-origin: top;
  animation: story-line-draw 1.1s ease both;
}

.story-path-step {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0 1rem;
  padding: 1rem 1rem 1rem 0.3rem;
  border-radius: var(--radius-md);
  animation: card-arrive 700ms ease both;
}

.story-path-step:nth-of-type(2) {
  animation-delay: 120ms;
}

.story-path-step:nth-of-type(3) {
  animation-delay: 240ms;
}

.story-path-step:nth-of-type(4) {
  animation-delay: 360ms;
}

.story-path-step:nth-of-type(5) {
  animation-delay: 480ms;
}

.story-path-number {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background: var(--brand-deep);
  color: white;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  box-shadow: 0 14px 30px rgba(13, 34, 53, 0.2);
}

.story-path-step h3,
.story-path-step p {
  margin: 0;
}

.story-path-step h3 {
  align-self: end;
  font-size: 1.22rem;
}

.technology-story {
  position: relative;
  overflow: hidden;
  scroll-margin-top: 7rem;
}

.technology-story::before {
  content: "";
  position: absolute;
  inset: 8% auto auto -10%;
  width: 28rem;
  height: 28rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(161, 121, 78, 0.16), rgba(161, 121, 78, 0));
  pointer-events: none;
}

.technology-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.technology-copy {
  max-width: 44rem;
}

.technology-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.technology-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(42, 52, 63, 0.13);
  border-radius: 28px;
  background: rgba(42, 52, 63, 0.13);
  box-shadow: 0 28px 70px rgba(17, 24, 39, 0.08);
}

.technology-panel article {
  min-height: 190px;
  padding: clamp(1.15rem, 3vw, 1.65rem);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(247, 244, 239, 0.9));
}

.technology-panel span {
  display: inline-flex;
  margin-bottom: 1.1rem;
  color: var(--accent);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.technology-panel strong {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--ink);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.32rem);
  line-height: 1.15;
}

.technology-panel p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.65;
}

.technology-proof-list {
  display: grid;
  gap: 0.7rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
  color: var(--ink-soft);
}

.technology-proof-list li {
  position: relative;
  padding-left: 1.55rem;
}

.technology-proof-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 0.72rem;
  height: 0.72rem;
  border: 2px solid rgba(228, 107, 46, 0.7);
  border-radius: 999px;
  background: rgba(228, 107, 46, 0.16);
  box-shadow: 0 0 0 0 rgba(228, 107, 46, 0.24);
  animation: tech-pulse 3.2s ease-out infinite;
}

.technology-panel-rich {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.74fr);
  gap: clamp(0.9rem, 2vw, 1.2rem);
  overflow: hidden;
  padding: clamp(1rem, 3vw, 1.3rem);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 34px;
  background:
    radial-gradient(circle at 12% 10%, rgba(228, 107, 46, 0.22), transparent 15rem),
    radial-gradient(circle at 92% 92%, rgba(12, 108, 140, 0.17), transparent 15rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(244, 245, 239, 0.74));
  box-shadow: 0 34px 90px rgba(13, 34, 53, 0.14);
}

.technology-panel-rich::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.7), transparent) -120% 0 / 55% 100% no-repeat;
  animation: tech-sheen 6.8s ease-in-out infinite;
}

.tech-orbit {
  position: absolute;
  inset: 1.05rem 1.05rem auto auto;
  width: 7.5rem;
  height: 7.5rem;
  border: 1px solid rgba(13, 34, 53, 0.12);
  border-radius: 999px;
  opacity: 0.82;
  animation: tech-orbit 15s linear infinite;
}

.technology-panel-rich .tech-orbit span {
  position: absolute;
  display: block;
  margin: 0;
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 999px;
  background: var(--accent);
}

.technology-panel-rich .tech-orbit span:nth-child(1) {
  left: 50%;
  top: -0.32rem;
}

.technology-panel-rich .tech-orbit span:nth-child(2) {
  right: 0.4rem;
  bottom: 1.1rem;
  background: var(--brand);
}

.technology-panel-rich .tech-orbit span:nth-child(3) {
  left: 0.45rem;
  bottom: 1.05rem;
  background: rgba(13, 34, 53, 0.38);
}

.tech-screen {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
  padding: clamp(1rem, 3vw, 1.25rem);
  overflow: hidden;
  border: 1px solid rgba(13, 34, 53, 0.12);
  border-radius: 26px;
  background:
    linear-gradient(150deg, rgba(8, 59, 87, 0.98), rgba(12, 108, 140, 0.9)),
    var(--brand-deep);
  color: white;
  box-shadow: 0 24px 70px rgba(13, 34, 53, 0.2);
}

.tech-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.86), transparent);
}

.tech-screen-bar {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.technology-panel-rich .tech-screen-bar span,
.technology-panel-rich .tech-flow-list span,
.technology-panel-rich .tech-card-grid span {
  display: inline-flex;
  margin: 0;
  color: inherit;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: normal;
  line-height: inherit;
  text-transform: none;
}

.technology-panel-rich .tech-screen-bar span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.technology-panel-rich .tech-screen-bar strong {
  display: inline-flex;
  margin: 0;
  color: white;
  font-size: 0.95rem;
  letter-spacing: -0.01em;
}

.tech-flow-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tech-flow-list li {
  position: relative;
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr);
  gap: 0.8rem;
  align-items: start;
  padding: 0.78rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  transform: translateY(10px);
  opacity: 0;
  animation: tech-row-rise 620ms ease both;
}

.tech-flow-list li:nth-child(2) {
  animation-delay: 110ms;
}

.tech-flow-list li:nth-child(3) {
  animation-delay: 220ms;
}

.tech-flow-list li:nth-child(4) {
  animation-delay: 330ms;
}

.technology-panel-rich .tech-flow-list strong {
  display: block;
  margin: 0;
  color: var(--accent-soft);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.95rem;
}

.technology-panel-rich .tech-flow-list span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
}

.tech-card-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.82rem;
}

.technology-panel-rich .tech-card-grid article {
  min-height: 0;
  padding: 1rem;
  border: 1px solid rgba(13, 34, 53, 0.11);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(238, 247, 244, 0.86));
  box-shadow: 0 14px 34px rgba(13, 34, 53, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.technology-panel-rich .tech-card-grid article:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(13, 34, 53, 0.13);
}

.technology-panel-rich .tech-card-grid span {
  margin-bottom: 0.7rem;
  color: var(--brand);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.technology-panel-rich .tech-card-grid strong {
  display: block;
  margin: 0 0 0.42rem;
  color: var(--ink);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.02rem, 2vw, 1.22rem);
  line-height: 1.12;
}

.technology-panel-rich .tech-card-grid p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.94rem;
  line-height: 1.58;
}

@keyframes tech-sheen {
  0%,
  42% {
    background-position: -120% 0;
  }

  70%,
  100% {
    background-position: 220% 0;
  }
}

@keyframes tech-orbit {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes tech-row-rise {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes tech-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(228, 107, 46, 0.24);
  }

  50% {
    box-shadow: 0 0 0 0.55rem rgba(228, 107, 46, 0);
  }
}

.home-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: 2rem;
  align-items: center;
}

.home-story-photo {
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.home-story-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.home-story:hover .home-story-photo img {
  transform: scale(1.03);
}

.home-story-copy {
  display: grid;
  gap: 1rem;
}

.home-story-list {
  display: grid;
  gap: 1rem;
}

.home-story-list div {
  padding-top: 1rem;
  border-top: 1px solid rgba(13, 34, 53, 0.12);
}

.home-story-list strong {
  display: block;
  margin-bottom: 0.35rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.08rem;
}

.home-convert .contact-layout {
  align-items: start;
}

.home-stage-copy > * {
  animation: home-stage-rise 420ms ease both;
}

.home-stage-copy > *:nth-child(1) {
  animation-delay: 20ms;
}

.home-stage-copy > *:nth-child(2) {
  animation-delay: 60ms;
}

.home-stage-copy > *:nth-child(3) {
  animation-delay: 100ms;
}

.home-stage-copy > *:nth-child(4) {
  animation-delay: 140ms;
}

.home-stage-copy > *:nth-child(5) {
  animation-delay: 180ms;
}

@keyframes home-stage-rise {
  from {
    opacity: 0.82;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes home-stage-drift {
  0% {
    transform: scale(1.07) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.12) translate3d(-1.25%, -0.85%, 0);
  }
}

@keyframes button-glint {
  0%,
  42% {
    left: -45%;
  }

  58%,
  100% {
    left: 120%;
  }
}

@keyframes card-arrive {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes story-line-draw {
  from {
    transform: scaleY(0);
    opacity: 0;
  }

  to {
    transform: scaleY(1);
    opacity: 0.42;
  }
}

@keyframes form-line-flow {
  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

.cta-band {
  padding: 4rem 0;
  background:
    linear-gradient(135deg, rgba(8, 59, 87, 1), rgba(12, 108, 140, 0.96)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent);
  color: white;
}

.cta-grid {
  grid-template-columns: 1.2fr auto;
  align-items: center;
}

.site-footer {
  padding: 2rem 0 3rem;
}

.footer-grid {
  grid-template-columns: 1.2fr 0.8fr 1fr;
  padding-top: 2rem;
  border-top: 1px solid rgba(13, 34, 53, 0.08);
}

.footer-grid h3 {
  margin: 0 0 0.8rem;
  font-size: 1rem;
}

.footer-label {
  margin: 0 0 0.8rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.footer-grid a,
.footer-grid p {
  display: block;
  margin-bottom: 0.42rem;
  color: var(--ink-soft);
}

.footer-grid .office-note {
  font-weight: 600;
}

.thank-you-body {
  min-height: 100vh;
  display: grid;
  place-items: center;
}

.thank-you-panel {
  width: min(700px, calc(100vw - 2rem));
  padding: 2.6rem;
  border-radius: var(--radius-xl);
}

.thank-you-panel .button-ghost-light {
  color: var(--ink);
  border-color: rgba(13, 34, 53, 0.16);
  background: rgba(255, 255, 255, 0.9);
}

.thank-you-panel .text-link {
  color: white;
  text-decoration: underline;
}

.thank-you-list {
  margin-top: 1.4rem;
}

.thank-you-list strong {
  color: inherit;
}

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay {
  transition-delay: 0s;
}

.reveal-delay-2 {
  transition-delay: 0s;
}

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

  .button,
  .button::before,
  .home-rail-grid article,
  .home-story-photo img {
    transition: none;
  }

  .home-stage-media img,
  .home-stage-copy > *,
  .form-panel::before,
  .home-rail-grid article,
  .story-path-line,
  .story-path-step,
  .technology-proof-list li::before,
  .technology-panel-rich::before,
  .tech-orbit,
  .tech-flow-list li {
    animation: none;
  }

  .reveal,
  .reveal-delay,
  .reveal-delay-2 {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 1100px) {
  .hero-home-grid,
  .page-hero-grid,
  .section-split,
  .visual-split,
  .dashboard-shell,
  .contact-layout,
  .cta-grid,
  .footer-grid,
  .proof-strip-grid,
  .metric-grid,
  .pricing-grid,
  .trust-badge-list,
  .quote-scenario-grid,
  .privacy-grid,
  .use-case-grid,
  .service-grid-rich,
  .detail-card-rich,
  .gallery-grid,
  .home-rail-grid,
  .home-story-grid,
  .story-visual-grid,
  .technology-grid {
    grid-template-columns: 1fr;
  }

  .technology-panel {
    grid-template-columns: 1fr;
  }

  .technology-panel-rich {
    grid-template-columns: 1fr;
  }

  .fit-story,
  .fit-story-lane {
    grid-template-columns: 1fr;
  }

  .fit-story-lead {
    padding-right: 0;
  }

  .gallery-card-dashboard {
    grid-column: auto;
  }

  .visual-photo-stack {
    min-height: 28rem;
  }

  .hero-media {
    min-height: auto;
    display: grid;
    gap: 1rem;
  }

  .hero-photo-frame {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .floating-card-primary,
  .floating-card-secondary {
    position: static;
    margin-top: 1rem;
    max-width: none;
  }
}

@media (max-width: 980px) {
  .site-nav {
    position: absolute;
    top: calc(100% + 0.75rem);
    right: 1rem;
    left: 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(13, 34, 53, 0.08);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .nav-toggle {
    display: inline-block;
  }
}

@media (max-width: 720px) {
  .hero-home-grid {
    padding: 4.3rem 0 3rem;
  }

  .tech-flow-list li {
    grid-template-columns: 1fr;
  }

  .home-stage,
  .home-stage-shell {
    min-height: auto;
  }

  .home-stage-shell {
    align-items: end;
    padding: 6rem 0 3rem;
  }

  .home-stage-media img {
    object-position: center top;
  }

  .home-stage-wash {
    background:
      linear-gradient(180deg, rgba(7, 45, 63, 0.92) 0%, rgba(7, 45, 63, 0.82) 28%, rgba(7, 45, 63, 0.48) 64%, rgba(7, 45, 63, 0.26) 100%),
      linear-gradient(90deg, rgba(7, 45, 63, 0.94) 0%, rgba(7, 45, 63, 0.74) 54%, rgba(7, 45, 63, 0.24) 100%);
  }

  .home-stage-warehouse,
  .home-stage-warehouse .home-stage-shell {
    min-height: calc(100svh - 92px);
  }

  .home-stage-warehouse .home-stage-media {
    filter: saturate(1.04) contrast(1.06);
  }

  .home-stage-warehouse .home-stage-media img {
    animation: none;
    object-position: center center;
  }

  .home-stage-warehouse .home-stage-wash {
    background:
      linear-gradient(180deg, rgba(7, 45, 63, 0) 0%, rgba(7, 45, 63, 0.03) 34%, rgba(7, 45, 63, 0.68) 66%, #072d3f 100%);
  }

  .home-stage-warehouse .home-stage-shell {
    align-items: flex-end;
    padding: 13.6rem 0 1.35rem;
  }

  .home-stage-warehouse .home-stage-copy {
    gap: 0.58rem;
  }

  .home-stage-warehouse .eyebrow,
  .home-stage-warehouse .home-stage-brand {
    text-shadow: 0 2px 12px rgba(7, 45, 63, 0.34);
  }

  .hero-copy h1,
  .page-hero h1,
  .thank-you-panel h1 {
    max-width: 100%;
    overflow-wrap: anywhere;
    font-size: clamp(2.05rem, 9.6vw, 2.75rem);
    letter-spacing: 0;
    line-height: 1.02;
  }

  .home-stage h1 {
    font-size: clamp(2.75rem, 13vw, 4rem);
  }

  .home-stage-warehouse h1 {
    max-width: 13.2ch;
    font-size: clamp(2rem, 8.7vw, 2.48rem);
    line-height: 0.98;
    text-shadow: 0 3px 18px rgba(7, 45, 63, 0.5);
  }

  .home-stage-warehouse .lead {
    max-width: 22rem;
    font-size: 0.96rem;
    line-height: 1.42;
    text-shadow: 0 2px 12px rgba(7, 45, 63, 0.44);
  }

  .home-stage-warehouse .hero-actions {
    gap: 0.55rem;
    margin-top: 0.45rem;
  }

  .home-stage-warehouse .hero-actions .button {
    width: 100%;
  }

  .home-stage-copy {
    gap: 0.85rem;
  }

  .warehouse-hero-flow {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 0.2rem;
  }

  .warehouse-hero-flow article {
    display: inline-flex;
    width: auto;
    align-items: center;
    min-height: 0;
    padding: 0.45rem 0.62rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: #072d3f;
  }

  .warehouse-hero-flow span {
    display: none;
  }

  .warehouse-hero-flow strong {
    font-size: 0.72rem;
    line-height: 1.1;
  }

  .warehouse-hero-flow small {
    display: none;
  }

  .section,
  .cta-band {
    padding: 4rem 0;
  }

  .form-split,
  .region-panel {
    grid-template-columns: 1fr;
  }

  .hero-media {
    min-height: auto;
  }

  .hero-photo-frame img {
    height: 100%;
  }

  .visual-photo-stack {
    min-height: auto;
  }

  .image-card {
    position: static;
  }

  .image-card-large,
  .image-card-small {
    width: 100%;
    aspect-ratio: auto;
    inset: auto;
  }

  .proof-strip-grid,
  .service-grid-rich,
  .use-case-grid,
  .metric-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-hero-card,
  .pricing-snapshot-panel,
  .dashboard-copy,
  .form-panel,
  .info-card,
  .thank-you-panel,
  .service-card-rich,
  .detail-card-rich,
  .proof-strip article {
    padding: 1.3rem;
  }

  .benchmark-table {
    min-width: 640px;
  }
}

/* ── C3: split-grid + checklist-card for service sub-page landing sections ── */
.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
}

.checklist-card {
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(30, 27, 31, 0.08);
  box-shadow: var(--shadow-soft);
}

.checklist-card ul {
  margin: 1rem 0 0;
  padding-left: 1.15rem;
  color: var(--ink-soft);
}

.checklist-card li + li {
  margin-top: 0.55rem;
}

/* ── C4: fit-story-compact collapses to single column in page-hero context ── */
.fit-story-compact {
  grid-template-columns: 1fr;
}

/* ── H2: opaque focus ring for form inputs (WCAG 1.4.11) ── */
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid #1e1b1f;
  outline-offset: 1px;
  border-color: var(--brand);
}

/* ── H3: skip-link visually hidden until focused ── */
.skip-link {
  position: absolute;
  top: -100%;
  left: 1rem;
  z-index: 999;
  padding: 0.6rem 1.2rem;
  border-radius: var(--radius-sm);
  background: var(--ink);
  color: white;
  font-weight: 700;
  text-decoration: none;
  transition: top 0.1s;
}

.skip-link:focus-visible {
  top: 0.5rem;
  outline: 3px solid var(--accent);
  outline-offset: 2px;
}

/* ── @media: stack split-grid on narrow screens ── */
@media (max-width: 720px) {
  .split-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Chat overlap: hide the closed-state peek composer so only the launcher shows ── */
.fdwd-live-chat__closed-composer {
  display: none !important;
}

/* ── Mobile header: on ≤480px hide hours line and tighten header height ── */
@media (max-width: 480px) {
  .brand-copy small + small {
    display: none;
  }

  body.fdwd-brand .nav-shell,
  .nav-shell {
    min-height: 68px;
  }

  body.fdwd-brand .nav-shell {
    min-height: 68px;
  }
}

/* Repass 2026-06-09: with the peek composer hidden, the <=520px chat grid auto-places the
   launcher in the LEFT column. Dock the closed-state chat bottom-right (matches desktop).
   The open panel is unaffected (rule scoped to :not(.is-open)). */
@media (max-width: 520px) {
  .fdwd-live-chat:not(.is-open) {
    left: auto;
    right: max(14px, env(safe-area-inset-right));
    bottom: max(14px, env(safe-area-inset-bottom));
    display: inline-flex;
    width: auto;
  }
}
