:root {
  --navy: #071d3a;
  --midnight: #0d2e57;
  --ink: #111c2d;
  --steel: #6f7a86;
  --silver: #aeb8c2;
  --light: #d8dee5;
  --paper: #f7f9fb;
  --white: #ffffff;
  --line: rgba(7, 29, 58, 0.13);
  --line-strong: rgba(7, 29, 58, 0.22);
  --shadow-soft: 0 18px 42px rgba(7, 29, 58, 0.08);
  --shadow-lift: 0 28px 70px rgba(7, 29, 58, 0.16);
  --max: 1180px;
  --radius: 8px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --measure: 72ch;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(7, 29, 58, 0.035) 1px, transparent 1px) 0 0 / 88px 88px,
    linear-gradient(180deg, rgba(7, 29, 58, 0.028) 1px, transparent 1px) 0 0 / 88px 88px,
    var(--paper);
  color: var(--ink);
  line-height: 1.62;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(7, 29, 58, 0.08), transparent 34%),
    linear-gradient(295deg, rgba(174, 184, 194, 0.16), transparent 42%);
}

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

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

p {
  margin: 0;
  max-width: var(--measure);
  color: #3e4a5c;
}

p + p {
  margin-top: 1rem;
}

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

h1 {
  max-width: 920px;
  font-size: clamp(2.45rem, 5.8vw, 5.25rem);
  font-weight: 900;
}

h2 {
  max-width: 860px;
  font-size: clamp(1.85rem, 3.4vw, 3.35rem);
  font-weight: 900;
}

h3 {
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
  font-weight: 900;
  line-height: 1.18;
}

:focus-visible {
  outline: 3px solid rgba(13, 46, 87, 0.35);
  outline-offset: 4px;
}

.skip-link {
  left: 1rem;
  padding: 0.7rem 1rem;
  position: absolute;
  top: -4rem;
  z-index: 20;
  background: var(--white);
  border: 1px solid var(--line);
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  min-height: 96px;
  padding: 0 5vw;
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(18px);
  box-shadow: 0 8px 30px rgba(7, 29, 58, 0.05);
}

.brand {
  align-items: center;
  display: inline-flex;
  transition: transform 320ms var(--ease);
}

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

.brand img {
  height: auto;
  width: clamp(150px, 12vw, 190px);
}

.site-nav {
  align-items: center;
  display: flex;
  gap: 0.35rem;
  color: #22334d;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.site-nav a {
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.62rem 0.82rem;
  transition: background 220ms var(--ease), border-color 220ms var(--ease), color 220ms var(--ease), transform 220ms var(--ease);
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  background: rgba(7, 29, 58, 0.06);
  border-color: rgba(7, 29, 58, 0.14);
  color: var(--navy);
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--navy);
  padding: 0.68rem 0.9rem;
  font: inherit;
  font-weight: 900;
}

.hero {
  min-height: calc(100vh - 96px);
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--navy);
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 8vh 0 auto 5vw;
  width: min(440px, 44vw);
  height: 1px;
  z-index: 1;
  background: linear-gradient(90deg, var(--silver), transparent);
  opacity: 0.72;
}

.hero::after {
  content: "";
  position: absolute;
  left: calc(5vw + 24px);
  bottom: 8vh;
  width: min(560px, 68vw);
  height: 92px;
  z-index: 1;
  opacity: 0.42;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0 1px, transparent 1px) 0 0 / 56px 100%,
    linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0 1px, transparent 1px) 0 0 / 100% 30px;
  mask-image: linear-gradient(90deg, #000, transparent);
}

.hero picture,
.hero picture::after {
  position: absolute;
  inset: 0;
}

.hero picture::after {
  content: "";
  background:
    linear-gradient(90deg, rgba(7, 29, 58, 0.98) 0%, rgba(7, 29, 58, 0.82) 43%, rgba(7, 29, 58, 0.18) 100%),
    linear-gradient(180deg, rgba(7, 29, 58, 0.14), rgba(7, 29, 58, 0.56));
}

.hero img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: scale(1.035);
  animation: hero-drift 18s var(--ease) infinite alternate;
}

.hero-content {
  max-width: var(--max);
  padding: clamp(5rem, 10vh, 8.5rem) 5vw clamp(6.5rem, 12vh, 10rem);
  position: relative;
  z-index: 2;
  width: 100%;
}

.hero h1,
.hero p,
.hero .eyebrow {
  color: var(--white);
}

.hero h1 {
  margin-top: 1rem;
  max-width: 850px;
  text-wrap: balance;
}

.hero p:not(.eyebrow) {
  margin-top: 1.45rem;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.05rem, 2vw, 1.32rem);
}

.eyebrow {
  align-items: center;
  color: var(--midnight);
  display: inline-flex;
  gap: 0.72rem;
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 42px;
  background: currentColor;
  opacity: 0.72;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.button {
  align-items: center;
  border: 1px solid var(--navy);
  border-radius: 999px;
  display: inline-flex;
  font-weight: 950;
  justify-content: center;
  min-height: 52px;
  padding: 0.9rem 1.25rem;
  transition: background 240ms var(--ease), border-color 240ms var(--ease), box-shadow 240ms var(--ease), color 240ms var(--ease), transform 240ms var(--ease);
}

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

.button.primary {
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 18px 36px rgba(7, 29, 58, 0.18);
}

.button.primary:hover {
  background: var(--midnight);
  border-color: var(--midnight);
  box-shadow: 0 24px 48px rgba(7, 29, 58, 0.24);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.9);
  color: var(--navy);
}

.button.secondary:hover {
  background: var(--white);
}

.section,
.page-hero,
.cta,
.site-footer {
  margin: 0 auto;
  max-width: var(--max);
  padding: clamp(4.25rem, 6.5vw, 6.5rem) 5vw;
}

.page-hero {
  position: relative;
  padding-top: clamp(5rem, 7.5vw, 7.5rem);
  padding-bottom: clamp(2.6rem, 4.2vw, 4.2rem);
}

.page-hero::after {
  content: "";
  display: block;
  margin-top: 2.4rem;
  width: min(680px, 100%);
  height: 1px;
  background: linear-gradient(90deg, var(--navy), transparent);
  opacity: 0.24;
}

.page-hero h1 {
  margin-top: 0.95rem;
  max-width: 880px;
  text-wrap: balance;
}

.page-hero p:not(.eyebrow) {
  margin-top: 1.15rem;
  max-width: 820px;
  font-size: clamp(1.04rem, 1.6vw, 1.18rem);
}

main > .page-hero + .section {
  padding-top: clamp(2.2rem, 3.5vw, 3.75rem);
}

main > .section:not(.statement):not(.locations-band) {
  border-top: 1px solid rgba(7, 29, 58, 0.07);
}

main > .section:not(.statement):not(.locations-band):nth-of-type(odd) {
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 0 0 100vmax rgba(255, 255, 255, 0.64);
  clip-path: inset(0 -100vmax);
}

main > .section:not(.statement):not(.locations-band):nth-of-type(even) {
  background: rgba(235, 239, 244, 0.5);
  box-shadow: 0 0 0 100vmax rgba(235, 239, 244, 0.5);
  clip-path: inset(0 -100vmax);
}

.statement {
  position: relative;
  background: var(--white);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  align-items: center;
  display: grid;
  gap: clamp(1.5rem, 4vw, 4rem);
  grid-template-columns: minmax(0, 1fr) minmax(180px, 360px);
  max-width: none;
  overflow: hidden;
}

.statement::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: min(36vw, 560px);
  background: linear-gradient(90deg, transparent, rgba(216, 222, 229, 0.42));
}

.statement-copy,
.statement-mark {
  position: relative;
}

.statement p {
  color: var(--navy);
  font-size: clamp(1.25rem, 3vw, 2.08rem);
  font-weight: 900;
  line-height: 1.22;
  margin: 0;
  text-wrap: balance;
}

.statement-mark {
  justify-self: end;
}

.statement-mark img {
  display: block;
  height: auto;
  mix-blend-mode: multiply;
  opacity: 0.9;
  width: min(28vw, 360px);
}

.split,
.two-col {
  display: grid;
  gap: clamp(2rem, 5vw, 4.5rem);
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
}

.split h2,
.two-col h2 {
  margin-top: 1rem;
  margin-bottom: 1.25rem;
}

.section-head {
  align-items: end;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.section-head h2 {
  max-width: 840px;
  text-wrap: balance;
}

.link-grid,
.value-grid,
.color-grid,
.content-plan,
.blog-grid,
.spec-list {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
}

.link-card,
.blog-card,
.value-grid article,
.color-grid article,
.content-plan article,
.contact-panel form,
.contact-panel > div {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.link-card,
.blog-card,
.value-grid article,
.content-plan article,
.contact-panel form,
.contact-panel > div,
.brand-visual {
  transition: border-color 260ms var(--ease), box-shadow 260ms var(--ease), transform 260ms var(--ease), background 260ms var(--ease);
}

.link-card {
  min-height: 215px;
  padding: 1.55rem;
  position: relative;
  overflow: hidden;
}

.blog-card {
  color: inherit;
  min-height: 260px;
  padding: 1.5rem;
}

.blog-card span {
  color: var(--steel);
  display: block;
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.blog-card h3 {
  margin-bottom: 0.9rem;
}

.blog-card p {
  margin-bottom: 1.2rem;
}

.text-link {
  color: var(--midnight);
  font-weight: 950;
}

.text-link:hover {
  text-decoration: underline;
}

.blog-article {
  max-width: var(--max);
}

.article-body {
  display: grid;
  gap: 1.1rem;
  margin: 0 auto;
  max-width: 820px;
}

.article-body p {
  font-size: 1.08rem;
  max-width: none;
}

.link-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--navy), var(--silver));
  transform: scaleY(0.28);
  transform-origin: top;
  transition: transform 280ms var(--ease);
}

.link-card span {
  color: var(--navy);
  display: block;
  font-size: 1.18rem;
  font-weight: 950;
  line-height: 1.15;
  margin-bottom: 0.85rem;
}

.link-card p {
  font-size: 0.97rem;
}

.link-card:hover,
.blog-card:hover,
.clickable-card:hover,
.value-grid article:hover,
.content-plan article:hover,
.brand-visual:hover {
  border-color: rgba(7, 29, 58, 0.28);
  box-shadow: var(--shadow-lift);
  transform: translateY(-4px);
}

.link-card,
.blog-card,
.clickable-card {
  cursor: pointer;
}

.clickable-card:focus-visible {
  outline: 3px solid rgba(13, 46, 87, 0.35);
  outline-offset: 4px;
}

.link-card:hover::before {
  transform: scaleY(1);
}

.proof-list {
  align-content: start;
  display: grid;
  gap: 0.85rem;
}

.proof-list span,
.mood-board span,
.spec-list span {
  background: var(--navy);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  color: var(--white);
  display: block;
  font-weight: 950;
  padding: 1rem 1.15rem;
  position: relative;
  overflow: hidden;
}

.proof-list span::after,
.mood-board span::after,
.spec-list span::after {
  content: "";
  position: absolute;
  inset: auto 1rem 0 1rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.28);
}

.product-detail {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 5vw, 4.5rem);
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
}

.product-media {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.product-media img {
  aspect-ratio: 4 / 3;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.product-copy h2 {
  margin-top: 1rem;
  margin-bottom: 1.2rem;
}

.spec-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.6rem;
}

.spec-list span {
  background: var(--white);
  border-color: var(--line);
  color: var(--navy);
  box-shadow: 0 10px 26px rgba(7, 29, 58, 0.05);
}

.spec-list span::after {
  background: rgba(7, 29, 58, 0.16);
}

.locations-band {
  position: relative;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px) 0 0 / 74px 74px,
    linear-gradient(180deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px) 0 0 / 74px 74px,
    var(--navy);
  color: var(--white);
  max-width: none;
  overflow: hidden;
}

.locations-band::after {
  content: "";
  position: absolute;
  right: 5vw;
  top: 4rem;
  width: min(420px, 46vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--silver));
  opacity: 0.7;
}

.locations-band > * {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--max);
  position: relative;
}

.locations-band h2,
.locations-band p,
.locations-band .eyebrow {
  color: var(--white);
}

.locations-band p {
  color: rgba(255, 255, 255, 0.78);
}

.locations-band .link-grid {
  margin-top: 2.5rem;
}

.locations-band .link-card {
  background: rgba(255, 255, 255, 0.96);
}

.locations-band .link-card span {
  color: var(--navy);
}

.locations-band .link-card p {
  color: #3e4a5c;
}

.metrics {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}

.metrics div {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1.4rem, 3vw, 2rem);
  position: relative;
  overflow: hidden;
}

.metrics div::before {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  background: var(--navy);
  margin-bottom: 1.1rem;
}

.metrics strong {
  color: var(--navy);
  display: block;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.95;
}

.metrics span {
  color: var(--steel);
  display: block;
  font-weight: 900;
  margin-top: 0.75rem;
}

.faq-list {
  display: grid;
  gap: 0.9rem;
}

.faq-item {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  transition: border-color 220ms var(--ease), box-shadow 220ms var(--ease), transform 220ms var(--ease);
}

.faq-item[data-open="true"] {
  border-color: rgba(7, 29, 58, 0.26);
  box-shadow: var(--shadow-lift);
}

.faq-item h3 {
  font-size: 1rem;
}

.faq-trigger {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--navy);
  cursor: pointer;
  display: flex;
  font: inherit;
  font-weight: 950;
  gap: 0.85rem;
  justify-content: flex-start;
  min-height: 64px;
  padding: 1rem 1.25rem;
  text-align: left;
  width: 100%;
}

.faq-trigger::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0.36rem solid transparent;
  border-bottom: 0.36rem solid transparent;
  border-left: 0.5rem solid var(--navy);
  flex: 0 0 auto;
  transform: translateY(1px);
  transition: transform 260ms var(--ease);
}

.faq-trigger[aria-expanded="true"]::before {
  transform: rotate(90deg) translateX(1px);
}

.faq-panel {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 340ms var(--ease), opacity 220ms var(--ease);
}

.faq-item[data-open="true"] .faq-panel {
  grid-template-rows: 1fr;
  opacity: 1;
}

.faq-panel > div {
  overflow: hidden;
}

.faq-panel p {
  padding: 0 1.25rem 1.25rem 2.6rem;
}

.cta {
  background:
    linear-gradient(90deg, rgba(7, 29, 58, 0.92), rgba(13, 46, 87, 0.95)),
    var(--navy);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lift);
  color: var(--white);
  margin-bottom: 5rem;
  overflow: hidden;
  position: relative;
}

.cta::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 42%;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.14) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(180deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px) 0 0 / 42px 42px;
  opacity: 0.38;
  mask-image: linear-gradient(90deg, transparent, #000);
}

.cta h2,
.cta p {
  color: var(--white);
  position: relative;
  z-index: 1;
}

.cta p {
  margin-top: 1rem;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78);
}

.cta .button {
  margin-top: 1.65rem;
  position: relative;
  z-index: 1;
}

.cta .button.primary {
  background: var(--white);
  border-color: var(--white);
  color: var(--navy);
}

.value-grid article,
.content-plan article {
  padding: 1.35rem;
}

.value-grid h3,
.content-plan h3 {
  margin-bottom: 0.75rem;
}

.content-plan span {
  color: var(--steel);
  display: block;
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  margin-bottom: 0.7rem;
  text-transform: uppercase;
}

.color-grid article {
  overflow: hidden;
}

.color-grid article > span {
  display: block;
  height: 96px;
}

.color-grid h3,
.color-grid p {
  padding-left: 1rem;
  padding-right: 1rem;
}

.color-grid h3 {
  padding-top: 1rem;
}

.color-grid p:last-child {
  padding-bottom: 1rem;
}

.lead {
  color: var(--navy);
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  font-weight: 900;
  line-height: 1.34;
  max-width: 900px;
}

.mood-board {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.brand-visual {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  margin: 0;
  overflow: hidden;
}

.brand-visual img {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  width: 100%;
}

.brand-visual figcaption {
  border-top: 1px solid var(--line);
  color: #394657;
  font-size: 0.95rem;
  padding: 1rem 1.2rem;
}

.business-notes {
  margin-top: 1rem;
}

.tagline-list {
  columns: 2;
  color: #394657;
  line-height: 1.9;
  margin-top: 0;
}

.contact-panel {
  display: grid;
  gap: 1rem;
  grid-template-columns: 0.8fr 1.2fr;
}

.contact-panel > div,
.contact-panel form {
  padding: 1.5rem;
}

label {
  color: var(--navy);
  display: grid;
  font-weight: 950;
  gap: 0.45rem;
  margin-bottom: 1rem;
}

input,
textarea {
  background: #fbfcfd;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  font: inherit;
  min-height: 48px;
  padding: 0.85rem;
  transition: background 220ms var(--ease), border-color 220ms var(--ease), box-shadow 220ms var(--ease);
  width: 100%;
}

input:focus,
textarea:focus {
  background: var(--white);
  border-color: var(--midnight);
  box-shadow: 0 0 0 4px rgba(13, 46, 87, 0.08);
  outline: none;
}

textarea {
  resize: vertical;
}

.site-footer {
  background: var(--white);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  max-width: none;
  opacity: 1 !important;
  overflow: hidden;
  position: relative;
  transform: none !important;
  transition: none !important;
}

.site-footer > * {
  max-width: 460px;
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

.site-footer img {
  height: auto;
  margin-bottom: 1.35rem;
  width: clamp(230px, 20vw, 340px);
}

.site-footer > :not(.footer-mark) {
  position: relative;
  z-index: 1;
}

.footer-mark {
  bottom: clamp(1.25rem, 3vw, 2.5rem);
  max-width: none;
  opacity: 1 !important;
  pointer-events: none;
  position: absolute;
  right: clamp(1.25rem, 5vw, 5rem);
  transform: none !important;
  transition: none !important;
  z-index: 0;
}

.footer-mark img {
  display: block;
  height: auto;
  margin: 0;
  mix-blend-mode: multiply;
  opacity: 0.08;
  width: clamp(180px, 18vw, 340px);
}

.site-footer h2 {
  font-size: 1rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.is-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 760ms var(--ease), transform 760ms var(--ease);
}

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

.site-footer.is-reveal,
.site-footer .is-reveal {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

.page-hero.hero-scroll-fade > .eyebrow,
.page-hero.hero-scroll-fade > h1,
.page-hero.hero-scroll-fade > p:not(.eyebrow),
.page-hero.hero-scroll-fade > .actions {
  opacity: var(--hero-text-opacity, 1);
  transform: translateY(var(--hero-text-shift, 0));
  transition: opacity 160ms linear, transform 160ms linear;
  will-change: opacity, transform;
}

@keyframes hero-drift {
  from {
    transform: scale(1.035) translateX(0);
  }
  to {
    transform: scale(1.07) translateX(1.4%);
  }
}

@media (max-width: 920px) {
  .site-header {
    min-height: 78px;
  }

  .brand img {
    width: 138px;
  }

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

  .site-nav {
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 44px rgba(7, 29, 58, 0.1);
    display: none;
    gap: 0.2rem;
    left: 0;
    padding: 0.9rem 5vw 1.2rem;
    position: absolute;
    right: 0;
    top: 78px;
  }

  .site-nav[data-open="true"] {
    display: grid;
  }

  .site-nav a {
    border-radius: 6px;
    padding: 0.75rem 0.8rem;
  }

  .hero {
    min-height: 650px;
  }

  .hero-content {
    padding: 4.5rem 5vw 6rem;
  }

  .hero picture::after {
    background: linear-gradient(180deg, rgba(7, 29, 58, 0.96), rgba(7, 29, 58, 0.68));
  }

  .hero::before,
  .hero::after {
    opacity: 0.34;
  }

  .split,
  .two-col,
  .product-detail,
  .contact-panel,
  .statement,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .statement-mark {
    justify-self: start;
  }

  .statement-mark img {
    width: min(58vw, 260px);
  }

  .footer-mark {
    bottom: 1rem;
    right: 1rem;
  }

  .footer-mark img {
    opacity: 0.055;
    width: min(45vw, 220px);
  }

  .section-head {
    align-items: start;
    display: grid;
    gap: 0.8rem;
  }

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

  .tagline-list {
    columns: 1;
  }

  .spec-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  body {
    background-size: 64px 64px;
  }

  .section,
  .page-hero,
  .cta,
  .site-footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .button {
    min-height: 50px;
  }

  .link-grid,
  .value-grid,
  .color-grid,
  .content-plan {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .is-reveal {
    opacity: 1;
    transform: none;
  }
}
