@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700&family=DM+Mono:wght@400;500&family=Inter:wght@400;500;600;700&display=swap");
:root {
  --navy: #0b1830;
  --blue: #17345f;
  --ink: #0a1322;
  --steel: #a9b7c8;
  --mist: #edf1f4;
  --paper: #f8f8f6;
  --white: #fff;
  --copper: #a87a52;
  --line: rgba(10, 19, 34, 0.16);
  --line-light: rgba(255, 255, 255, 0.18);
  --max: 1380px;
  --pad: clamp(20px, 4vw, 64px);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
.skip {
  position: absolute;
  left: -9999px;
}
.skip:focus {
  left: 1rem;
  top: 1rem;
  z-index: 9999;
  background: #fff;
  padding: 0.8rem;
}
.container {
  width: min(calc(100% - 40px), var(--max));
  margin: auto;
}
.mono {
  font-family: "DM Mono", monospace;
}
.eyebrow {
  font-family: "DM Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: clamp(0.90rem, 0.9vw, 1.02rem);
  font-weight: 500;
}
.display {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.035em;
  line-height: 0.94;
  font-weight: 700;
}
.section {
  padding: clamp(86px, 10vw, 150px) 0;
  position: relative;
}
.section-dark {
  background: var(--navy);
  color: #fff;
}
.section-mist {
  background: var(--mist);
}
.section-rule {
  border-top: 1px solid var(--line);
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 15px 20px;
  border: 1px solid transparent;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-family: "DM Mono", monospace;
  font-size: 0.67rem;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  transition:
    background-color 0.28s ease,
    color 0.28s ease,
    border-color 0.28s ease;
  position: relative;
  overflow: hidden;
}
.btn:after {
  content: "↗";
  font-size: 0.95rem;
}
.btn-light {
  background: #fff;
  color: var(--navy);
}
.btn-light:hover {
  background: var(--copper);
  color: #fff;
}
.btn-line {
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
}
.btn-line:hover {
  background: #fff;
  color: var(--navy);
}
.btn-dark {
  background: var(--navy);
  color: #fff;
}
.btn-dark:hover {
  background: var(--copper);
}
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  color: #fff;
  transition: 0.35s;
}
.site-header.scrolled {
  background: rgba(6, 16, 34, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.nav {
  height: 90px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 30px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 13px;
}
.brand img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}
.brand span {
  font-family: "DM Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.17em;
}
.nav-index {
  font-family: "DM Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.6);
}
.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
}
.nav-links a {
  font-family: "DM Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.64rem;
}
.nav-links a:not(.btn) {
  position: relative;
  padding: 9px 0;
}
.nav-links a:not(.btn):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 0;
  height: 1px;
  background: #fff;
  transition: 0.3s;
}
.nav-links a:hover:after,
.nav-links a.active:after {
  width: 100%;
}
.menu-toggle {
  display: none;
  border: 0;
  background: none;
  color: #fff;
  font-size: 1.5rem;
}
.hero-system {
  min-height: 100svh;
  background: var(--navy);
  color: #fff;
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: end;
}
.hero-system:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(4, 13, 29, 0.72) 0%,
      rgba(4, 13, 29, 0.40) 41%,
      rgba(4, 13, 29, 0.00) 76%
    ),
    url("../assets/hero-showroom.webp") center/cover no-repeat;
}
.hero-system:after {
  content: "";
  position: absolute;
  inset: 90px 0 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.075) 1px, transparent 1px);
  background-size:
    calc(100vw / 12) 100%,
    100% 12.5%;
  mask-image: linear-gradient(to right, black 0 64%, transparent 90%);
  pointer-events: none;
}
.hero-shell {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr) 330px;
  align-items: end;
}
.hero-rail {
  height: 100%;
  border-left: 1px solid var(--line-light);
  border-right: 1px solid var(--line-light);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 54px;
}
.hero-rail span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: "DM Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
}
.hero-main {
  padding: 180px 4vw 72px;
}
.hero-main h1 {
   font-size: clamp(3.8rem, 6.8vw, 6rem);
    line-height: 0.92;
  margin: 0.14em 0 0.2em;
  max-width: 950px;
}
.hero-main p {
  max-width: 610px;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  color: #d7e0eb;
}
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 34px;
}
.hero-spec {
  align-self: stretch;
  border-left: 1px solid var(--line-light);
  padding: 150px 30px 54px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: rgba(7, 18, 38, 0.22);
}
.spec-row {
  padding: 21px 0;
  border-top: 1px solid var(--line-light);
}
.spec-row strong {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.2rem;
  text-transform: uppercase;
  line-height: 1;
}
.spec-row span {
  font-family: "DM Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  color: #bac7d5;
}
.hero-mark {
  position: absolute;
  right: -40px;
  top: 15%;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 25vw;
  font-weight: 700;
  line-height: 0.7;
  color: rgba(255, 255, 255, 0.035);
  pointer-events: none;
}
.intro-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  border-top: 1px solid var(--line);
}
.section-label {
  padding: 34px 30px 0 0;
  border-right: 1px solid var(--line);
}
.section-body {
  padding: 0 0 0 clamp(30px, 6vw, 90px);
}
.section-body h2 {
 font-size: clamp(2.9rem, 5.8vw, 6.5rem);
  margin: 0 0 35px;
  max-width: 1000px;
}
.lead {
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  color: #445269;
  max-width: 760px;
}
.story-assembly {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 70px;
  align-items: stretch;
}
.story-copy {
  background: var(--navy);
  color: #fff;
  padding: clamp(32px, 5vw, 72px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 560px;
}
.story-copy h3 {
  font-size: clamp(2.5rem, 4.2vw, 4.8rem);
  margin: 0.15em 0;
}
.story-image {
  position: relative;
  min-height: 560px;
  overflow: hidden;
}
.story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-image:before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  z-index: 1;
}

.performance {
  margin-top: 55px;
  border-top: 1px solid var(--line);
}
.performance-row {
  display: grid;
  grid-template-columns: 84px 1.25fr 1fr 42px;
  align-items: center;
  min-height: 128px;
  border-bottom: 1px solid var(--line);
  transition: 0.35s;
  position: relative;
  overflow: hidden;
}
.performance-row:before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--navy);
  transform: translateX(-101%);
  transition: 0.45s;
}
.performance-row > * {
  position: relative;
  z-index: 1;
}
.performance-row:hover {
  color: #fff;
  padding-left: 18px;
}
.performance-row:hover:before {
  transform: none;
}
.performance-row .num {
  font-family: "DM Mono", monospace;
  font-size: 0.67rem;
  color: var(--copper);
}
.performance-row h3 {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  font-size: clamp(2rem, 4vw, 4.4rem);
  margin: 0;
  line-height: 0.9;
}
.performance-row p {
  margin: 0;
  color: #56657a;
}
.performance-row:hover p {
  color: #dfe6ef;
}
.performance-row .arrow {
  font-size: 1.4rem;
}
.application-stage {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  min-height: 780px;
}
.application-media {
  position: relative;
  background: url("../assets/office-steps.webp") center/cover;
}
.application-media:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 0 58%, var(--navy) 58.15%);
}
.application-copy {
  background: var(--navy);
  color: #fff;
  padding: clamp(58px, 7vw, 110px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.application-copy h2 {
  font-size: clamp(3.7rem, 6vw, 6.8rem);
  margin: 0.2em 0;
}
.application-list {
  margin-top: 32px;
  border-top: 1px solid var(--line-light);
}
.application-list div {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line-light);
  font-family: "DM Mono", monospace;
  text-transform: uppercase;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
}
.application-list span:last-child {
  color: #b7c5d5;
}
/* ==========================================================
   ENGINEERING PROCESS
========================================================== */

.process-system {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 60px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

/* Technical line joining the four stages */
.process-system::before {
  content: "";
  position: absolute;
  top: 132px;
  left: 12.5%;
  right: 12.5%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(10, 19, 34, 0.2) 8%,
    rgba(10, 19, 34, 0.2) 92%,
    transparent 100%
  );
  pointer-events: none;
  z-index: 0;
}

.process-card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  min-height: 360px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition:
    background-color 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.35s ease;
}

/* Branded engineering node on the connection line */
.process-card::before {
  content: "";
  position: absolute;
  top: 124px;
  left: 50%;
  width: 17px;
  height: 17px;
  border: 1px solid rgba(168, 122, 82, 0.72);
  background: var(--paper);
  transform: translateX(-50%) rotate(45deg);
  transition:
    background-color 0.35s ease,
    border-color 0.35s ease,
    transform 0.35s ease;
}

.process-card:hover {
  background: #fff;
  box-shadow: 0 30px 70px rgba(16, 35, 64, 0.12);
  transform: translateY(-8px);
}

.process-card:hover::before {
  background: var(--copper);
  border-color: var(--copper);
  transform: translateX(-50%) rotate(45deg) scale(1.08);
}

.process-card .step-no {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 5.5rem;
  color: #d9dfe5;
  line-height: 1;
}

/* Equal content area keeps Consult, Engineer, Manufacture and Install aligned */
.process-card > div {
  min-height: 155px;
}

.process-card h3 {
  margin: 0 0 10px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.6rem;
  line-height: 0.95;
  text-transform: uppercase;
}

.process-card p {
  max-width: 300px;
  margin: 0;
  color: #5b687b;
  font-size: 0.92rem;
}
.project-index {
  margin-top: 55px;
}
.project-row {
  display: grid;
  grid-template-columns: 90px 1fr 290px;
  min-height: 180px;
  border-top: 1px solid var(--line-light);
  align-items: center;
  position: relative;
  overflow: hidden;
}
.project-row:last-child {
  border-bottom: 1px solid var(--line-light);
}
.project-row .project-thumb {
  position: absolute;
  right: 310px;
  width: 320px;
  height: 160px;
  opacity: 0;
  transform: translateY(25px) rotate(-2deg);
  transition: 0.45s;
  pointer-events: none;
  z-index: 2;
}
.project-row .project-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-row:hover .project-thumb {
  opacity: 1;
  transform: translateY(0) rotate(-2deg);
}
.project-row .pnum {
  font-family: "DM Mono", monospace;
  font-size: 0.67rem;
  color: var(--copper);
}
.project-row h3 {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  font-size: clamp(2.7rem, 5vw, 5.6rem);
  margin: 0;
  line-height: 0.9;
}
.project-row .meta {
  font-family: "DM Mono", monospace;
  font-size: 0.63rem;
  letter-spacing: 0.1em;
  color: #afbdcc;
  text-transform: uppercase;
}
.project-row:hover h3 {
  transform: translateX(12px);
  transition: 0.35s;
}
.cta-system {
  background: var(--navy);
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: clamp(100px, 12vw, 175px) 0;
}

.cta-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 45px;
  position: relative;
}
.cta-inner h2 {
  font-size: clamp(3.5rem, 7vw, 7.5rem);
  margin: 0.15em 0 0;
  max-width: 1000px;
}
.page-hero-system {
  min-height: max(76vh, 680px);
  padding-top: 90px;
  background: var(--navy);
  color: #fff;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.page-hero-system img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.85;
}
.page-hero-system:after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(4,13,29,.72) 0%,
            rgba(4,13,29,.32) 45%,
            rgba(4,13,29,0) 100%
        ),
        linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px);
    background-size:
        auto,
        100% 14.28%;
}
.page-hero-content {
  position: relative;
  z-index: 2;
  padding: 70px 0;
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 35px;
}
.page-index {
  border-right: 1px solid var(--line-light);
  font-family: "DM Mono", monospace;
  font-size: 0.64rem;
  letter-spacing: 0.13em;
}
.page-hero-content h1 {
    font-size: clamp(3.4rem, 6.4vw, 6.2rem);
    margin: 0.12em 0 0.18em;
    max-width: 1100px;
    line-height: 0.92;
}
.page-hero-content p {
  max-width: 680px;
  color: #d7e0eb;
  font-size: 1.1rem;
}
.values-index {
  margin-top: 55px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.value-panel {
  padding: 36px;
  min-height: 300px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.value-panel h3 {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 2.1rem;
  line-height: 0.95;
}
.timeline-system {
  display: grid;
  grid-template-columns: 180px 1fr;
}
.timeline-years {
  border-right: 1px solid var(--line-light);
  padding-right: 30px;
}
.timeline-years strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 7rem;
  line-height: 0.75;
}
.timeline-track {
  padding-left: 55px;
}
.timeline-item {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 35px;
  padding: 35px 0;
  border-top: 1px solid var(--line-light);
}
.timeline-item:last-child {
  border-bottom: 1px solid var(--line-light);
}
.timeline-item h3 {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 2.2rem;
  margin: 0;
}
.timeline-item p {
  margin: 0;
  color: #c3cfdb;
}
.service-system {
  border-top: 1px solid var(--line);
}
.service-module {
  display: grid;
  grid-template-columns: 110px 1fr 1fr;
  gap: 45px;
  padding: 70px 0;
  border-bottom: 1px solid var(--line);
  align-items: center;
}
.service-module:nth-child(even) .service-photo {
  order: 2;
}
.service-module .service-no {
  font-family: "DM Mono", monospace;
  font-size: 0.7rem;
  color: var(--copper);
}
.service-module h2 {
  font-size: clamp(3.3rem, 6vw, 6.7rem);
  margin: 0.15em 0;
}
.service-photo {
  height: 480px;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 84%, 84% 100%, 0 100%);
}
.service-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  transition:
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.7s ease;
}

.service-module .service-content {
  align-self: center;
}

.service-module:hover .service-photo img {
  transform: scale(1.07);
  filter: brightness(1.05);
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}
.tag {
  border: 1px solid var(--line);
  padding: 7px 10px;
  font-family: "DM Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.61rem;
}
.gallery-toolbar {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 36px 0 48px;
}
.filter-btn {
  border: 1px solid var(--line);
  background: transparent;
  padding: 11px 15px;
  font-family: "DM Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.62rem;
  cursor: pointer;
}
.filter-btn.active,
.filter-btn:hover {
  background: var(--navy);
  color: #fff;
}
.gallery-architectural {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}
.gallery-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  min-height: 360px;
}
.gallery-item:nth-child(6n + 1) {
  grid-column: span 7;
  min-height: 620px;
}
.gallery-item:nth-child(6n + 2) {
  grid-column: span 5;
}
.gallery-item:nth-child(6n + 3) {
  grid-column: span 5;
}
.gallery-item:nth-child(6n + 4) {
  grid-column: span 7;
  min-height: 540px;
}
.gallery-item:nth-child(6n + 5) {
  grid-column: span 4;
}
.gallery-item:nth-child(6n + 6) {
  grid-column: span 8;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}
.gallery-item:hover img {
  transform: scale(1.035);
}
.gallery-item figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 22px;
  color: #fff;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  font-family: "DM Mono", monospace;
  font-size: 0.64rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(3, 10, 23, 0.96);
  display: none;
  z-index: 3000;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.lightbox.open {
  display: flex;
}
.lightbox img {
  max-width: 94vw;
  max-height: 88vh;
}
.lightbox-close {
  position: absolute;
  right: 28px;
  top: 20px;
  color: #fff;
  background: none;
  border: 0;
  font-size: 2.4rem;
}
.contact-stage {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  border-top: 1px solid var(--line);
}
.contact-data {
  background: var(--navy);
  color: #fff;
  padding: clamp(38px, 5vw, 72px);
}
.contact-data h2 {
  font-size: clamp(3.8rem, 6vw, 6.5rem);
  margin: 0.15em 0;
}
.contact-line {
  padding: 22px 0;
  border-top: 1px solid var(--line-light);
}
.contact-line strong {
  display: block;
  font-family: "DM Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.62rem;
  color: #aebdce;
}
.contact-form {
  padding: clamp(38px, 6vw, 90px);
}
.contact-form h2 {
  font-size: clamp(3.4rem, 6vw, 6.3rem);
  margin: 0.15em 0 0.5em;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.field.full {
  grid-column: 1/-1;
}
.field label {
  display: block;
  font-family: "DM Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.61rem;
  margin-bottom: 8px;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #aeb9c5;
  background: transparent;
  padding: 14px 0;
  outline: none;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--navy);
}
.field textarea {
  min-height: 150px;
  resize: vertical;
}
.faq details {
  border-top: 1px solid var(--line);
  padding: 22px 0;
}
.faq details:last-child {
  border-bottom: 1px solid var(--line);
}
.faq summary {
  cursor: pointer;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 1.7rem;
}


/* ==========================================================
   META METHOD — CONSTRUCTION TO COMPLETION
========================================================== */

.meta-method-section {
  background: var(--paper);
}

.meta-method-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(58px, 7vw, 100px);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.meta-method-card {
  position: relative;
  min-height: 420px;
  padding: clamp(28px, 3vw, 44px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: transparent;
  transition:
    background-color 0.4s ease,
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.meta-method-card:hover {
  background: #ffffff;
  transform: translateY(-8px);
  box-shadow: 0 28px 60px rgba(11, 24, 48, 0.1);
}

.meta-method-number {
  margin-bottom: clamp(70px, 8vw, 115px);
  color: #d9dfe5;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(4.5rem, 7vw, 7rem);
  font-weight: 600;
  line-height: 0.8;
}

.meta-method-card .eyebrow {
  color: var(--copper);
}

.meta-method-card h3 {
  margin: 18px 0 18px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2rem, 2.8vw, 3.25rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.meta-method-card p {
  margin: 0;
  color: #56657a;
  font-size: 0.98rem;
  line-height: 1.65;
}

.meta-method-summary {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
  gap: clamp(40px, 7vw, 110px);
  align-items: end;
  margin-top: clamp(60px, 8vw, 110px);
  padding: clamp(42px, 6vw, 80px);
  background: var(--navy);
  color: #ffffff;
}

.meta-method-summary h3 {
  max-width: 780px;
  margin: 18px 0 0;
  font-size: clamp(3rem, 5.4vw, 6rem);
}


.meta-method-summary-copy {
  max-width: 650px;
  margin: 24px 0 30px;
  color: #c3cfdb;
  font-size: 1rem;
  line-height: 1.7;
}

.meta-method-download {
  min-width: 260px;
}


.meta-method-facts {
  border-top: 1px solid var(--line-light);
}

.meta-method-facts > div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 22px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid var(--line-light);
}

.meta-method-facts strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.1rem;
  line-height: 1;
}

.meta-method-facts span {
  color: #c3cfdb;
  font-family: "DM Mono", monospace;
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-transform: uppercase;
}

@media (max-width: 1050px) {
  .meta-method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .meta-method-summary {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .meta-method-grid {
    grid-template-columns: 1fr;
  }

  .meta-method-card {
    padding-top: 38px;
  padding-bottom: 42px;
    min-height: auto;
  }

  .meta-method-number {
    margin-bottom: 45px;
  }

  .meta-method-summary {
    padding: 36px 24px;
  }

  .meta-method-facts > div {
    grid-template-columns: 82px 1fr;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@media (max-width: 1050px) {
  .nav-index {
    display: none;
  }
  .hero-shell {
    grid-template-columns: 54px 1fr;
  }
  .hero-spec {
    display: none;
  }
  .hero-main {
    padding-right: 25px;
  }
  .intro-grid {
    grid-template-columns: 1fr;
  }
  .section-label {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding-bottom: 20px;
  }
  .section-body {
    padding: 40px 0 0;
  }
  .story-assembly,
  .application-stage,
  .contact-stage {
    grid-template-columns: 1fr;
  }
  .process-system {
    grid-template-columns: repeat(2, 1fr);
  }
  .process-system::before,
  .process-card::before {
    display: none;
  }
  .project-row {
    grid-template-columns: 60px 1fr 180px;
  }
  .project-row .project-thumb {
    display: none;
  }
  .service-module {
    grid-template-columns: 70px 1fr;
  }
  .service-photo {
    grid-column: 2;
  }
  .service-module:nth-child(even) .service-photo {
    order: initial;
  }
  .values-index {
    grid-template-columns: 1fr 1fr;
  }
  .timeline-system {
    grid-template-columns: 1fr;
  }
  .timeline-years {
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
    padding-bottom: 35px;
  }
  .timeline-track {
    padding-left: 0;
  }
  .cta-inner {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 780px) {
  .nav {
    height: 74px;
    grid-template-columns: 1fr auto;
  }
  .menu-toggle {
    display: block;
    z-index: 3;
  }
  .nav-links {
    position: fixed;
    inset: 0 0 0 18%;
    background: var(--navy);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 55px;
    transform: translateX(100%);
    transition: 0.35s;
  }
  .nav-links.open {
    transform: none;
  }
  .nav-links a {
    font-size: 0.78rem;
  }
  .hero-shell {
    grid-template-columns: 1fr;
  }
  .hero-rail {
    display: none;
  }
  .hero-main {
    padding: 150px 0 58px;
  }
  .hero-main h1 {
    font-size: clamp(3.2rem, 14vw, 5rem);
    line-height: 0.92;
  }
  .hero-system:before {
  background:
    linear-gradient(
      rgba(4, 13, 29, 0.45),
      rgba(4, 13, 29, 0.65)
    ),
    url("../assets/hero-showroom.webp") 62% center/cover;
}
  .performance-row {
    grid-template-columns: 48px 1fr 32px;
    gap: 12px;
    padding: 20px 0;
  }
  .performance-row p {
    grid-column: 2;
  }
  .story-assembly {
    grid-template-columns: 1fr;
  }
  .application-media {
    min-height: 480px;
  }
  .process-system {
    grid-template-columns: 1fr;
  }
  .project-row {
    grid-template-columns: 45px 1fr;
  }
  .project-row .meta {
    display: none;
  }
  .page-hero-system {
    min-height: auto;
    padding-top: 110px;
  }
  .page-hero-content {
    grid-template-columns: 1fr;
    padding: 42px 0 64px;
  }
  .page-hero-content h1 {
    font-size: clamp(3.2rem, 14vw, 5rem);
    line-height: 0.92;
  }
  .page-index {
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
    padding-bottom: 16px;
  }
  .service-module {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .service-module .service-no {
    border-bottom: 1px solid var(--line);
    padding-bottom: 15px;
  }
  .service-photo {
    grid-column: auto;
    height: 390px;
  }
  .gallery-architectural {
    display: block;
  }
  .gallery-item {
    min-height: 420px;
    margin-bottom: 14px;
  }
  .values-index {
    grid-template-columns: 1fr;
  }
  .timeline-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .field.full {
    grid-column: auto;
  }
  .brand span {
    font-size: 0.64rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* =========================================================
   V4 BRAND + CLARITY REFINEMENTS
   ========================================================= */
.brand {
  min-width: 220px;
}
.brand .official-logo {
  width: 220px;
  height: auto;
  max-height: 50px;
  object-fit: contain;
  object-position: left center;
  display: block;
}


/* Official logo used as a quiet structural signature */
.logo-structure-mark {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  opacity: 0.045;
  width: min(34vw, 470px);
  right: -4vw;
  bottom: -7vw;
  filter: grayscale(1) brightness(8);
}
.section > .container,
.cta-system > .container {
  position: relative;
  z-index: 1;
}

/* Intro loading animation built from the supplied logo */
.site-loader {
  position: fixed;
  inset: 0;
  z-index: 5000;
  background: #061224;
  display: grid;
  place-items: center;
  transition:
    opacity 0.7s cubic-bezier(0.2, 0.8, 0.2, 1),
    visibility 0.7s;
}
.site-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.site-loader-inner {
  display: grid;
  justify-items: center;
  gap: 24px;
}
.site-loader-logo {
  width: min(280px, 62vw);
  height: auto;
  opacity: 0;
  transform: translateY(18px) scale(0.96);
  animation: logoReveal 0.9s 0.12s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
.site-loader-line {
  width: min(280px, 62vw);
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
  overflow: hidden;
  position: relative;
}
.site-loader-line:after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: translateX(-101%);
  animation: loaderLine 1.15s 0.18s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.site-loader-label {
  font-family: "DM Mono", monospace;
  color: #aebdce;
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0;
  animation: labelReveal 0.6s 0.55s forwards;
}
@keyframes logoReveal {
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes loaderLine {
  to {
    transform: none;
  }
}
@keyframes labelReveal {
  to {
    opacity: 1;
  }
}

/* Header logo entrance */
.site-header .official-logo {
  animation: headerLogoIn 0.85s 0.55s both cubic-bezier(0.2, 0.8, 0.2, 1);
}
@keyframes headerLogoIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* Fix the Evolution layout so Manufacturing text never collides */
.timeline-system {
  grid-template-columns: minmax(235px, 310px) minmax(0, 1fr) !important;
}
.timeline-track {
  min-width: 0;
}
.timeline-item {
  grid-template-columns: minmax(210px, 270px) minmax(0, 1fr) !important;
  column-gap: 48px !important;
  align-items: center;
}
.timeline-item h3 {
  white-space: normal;
  overflow-wrap: normal;
}
.timeline-item p {
  margin: 0;
  min-width: 0;
}

/* Full, uninterrupted construction image — no diagonal crop */
.application-stage {
  grid-template-columns: 1.05fr 0.95fr;
}
.application-media {
  background-position: center center;
  min-height: 760px;
}
.application-media:after {
  display: none;
}

/* Remove homepage project image hover overlays that covered titles */
.project-row {
  grid-template-columns: 120px minmax(0, 1fr) 290px;
  overflow: visible;
}
.project-row .project-thumb {
  display: none !important;
}
.project-row:hover h3 {
  transform: translateX(8px);
}

/* Preserve the characterful clipped image treatment on service modules */
.service-photo {
  box-shadow: 0 25px 55px rgba(8, 22, 44, 0.12);
}


/* CTA remains bold but now communicates clearly */
.cta-inner h2 {
  max-width: 1120px;
}

@media (max-width: 1050px) {
  .brand {
    min-width: 160px;
  }
  .brand .official-logo {
    width: 160px;
  }
  .timeline-system {
    grid-template-columns: 1fr !important;
  }
  .timeline-item {
    grid-template-columns: minmax(180px, 230px) minmax(0, 1fr) !important;
    column-gap: 30px !important;
  }
  .project-row {
    grid-template-columns: 95px 1fr 220px;
  }
  .application-media {
    min-height: 620px;
  }
}
@media (max-width: 780px) {
  .brand {
    min-width: 145px;
  }
  .brand .official-logo {
    width: 145px;
  }
  .timeline-item {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  .project-row {
    grid-template-columns: 78px 1fr;
  }
  .application-media {
    min-height: 500px;
    background-position: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  .site-loader {
    display: none;
  }
  .site-header .official-logo {
    animation: none;
  }
}

/* V5 navigation refinements */
.nav-links .btn {
  min-width: 184px;
  min-height: 52px;
}
.nav-links .btn:after {
  flex: 0 0 auto;
}
.nav-links .btn:hover {
  transform: none;
}
@media (max-width: 1100px) {
  .brand {
    min-width: 190px;
  }
  .brand .official-logo {
    width: 190px;
  }
  .nav-links {
    gap: 20px;
  }
  .nav-links .btn {
    min-width: 168px;
  }
}

/* V10 homepage correction — preserve the Version 7 composition while keeping
   the structural rail clear of the navigation logo. */
@media (min-width: 781px) {
  .hero-rail {
    position: relative;
    border-left: 0;
    border-right: 0;
  }
  .hero-rail::before,
  .hero-rail::after {
    content: "";
    position: absolute;
    top: 90px;
    bottom: 0;
    width: 1px;
    background: var(--line-light);
    pointer-events: none;
  }
  .hero-rail::before {
    left: 0;
  }
  .hero-rail::after {
    right: 0;
  }
}

/* Build 10.1 — prevent the destination page flashing before transitions */
.site-loader.is-leaving {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: all !important;
}
.site-loader.is-leaving .site-loader-logo {
  animation: none;
  opacity: 1;
  transform: none;
}
.site-loader.is-leaving .site-loader-line:after {
  animation: none;
  transform: none;
}
.site-loader.is-leaving .site-loader-label {
  animation: none;
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .site-loader {
    display: none !important;
  }
}
/* ==========================================================
   CANADIAN HOUSING + MANUFACTURING PROOF PANELS
========================================================== */

.proof-section {
  position: relative;
  overflow: hidden;
  padding: clamp(90px, 10vw, 160px) 0;
}

.proof-heading {
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) minmax(0, 1.8fr);
  align-items: end;
  gap: clamp(40px, 7vw, 120px);
  margin-bottom: clamp(55px, 7vw, 100px);
}

.proof-heading .display {
  max-width: 900px;
  margin: 0;
  color: #ffffff;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.proof-panel {
  position: relative;
  min-height: 620px;
  padding: clamp(34px, 4.5vw, 72px);
  overflow: hidden;
  transition:
    background-color 0.35s ease,
    transform 0.35s ease;
}

.proof-panel:first-child {
  border-right: 1px solid var(--line-light);
}

.proof-panel:hover {
  background: rgba(255, 255, 255, 0.025);
}

.proof-panel-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: clamp(80px, 9vw, 140px);
}

.proof-number {
  font-family: var(--font-mono, monospace);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--gold, #b98552);
}

/* Large official 500 × 500 Meta icon */

.proof-icon {
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  opacity: 0.22;
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}

.proof-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.proof-panel:hover .proof-icon {
  opacity: 0.5;
  transform: rotate(3deg) scale(1.04);
}

.proof-panel-content {
  position: relative;
  z-index: 2;
}

.proof-panel-content .eyebrow {
  margin-bottom: 22px;
  color: var(--gold, #b98552);
}

.proof-panel-content h3 {
  max-width: 620px;
  margin: 0 0 28px;
  color: #ffffff;
  font-size: clamp(2.5rem, 4.2vw, 5rem);
  line-height: 0.94;
}

.proof-panel-content > p {
  max-width: 620px;
  margin-bottom: 42px;
  color: #c2ceda;
  font-size: clamp(1rem, 1.2vw, 1.18rem);
  line-height: 1.75;
}

.proof-list {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid var(--line-light);
}

.proof-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 64px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line-light);
  color: #ffffff;
  font-family: var(--font-mono, monospace);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  line-height: 1.45;
  text-transform: uppercase;
  transition:
    color 0.3s ease,
    padding-left 0.3s ease;
}

.proof-list li:hover {
  padding-left: 6px;
  color: var(--gold, #b98552);
}

/* Small official 500 × 500 Meta icon bullets */

.proof-bullet {
  display: block;
  flex: 0 0 27px;
  width: 27px;
  height: 27px;
  opacity: 0.62;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.proof-bullet img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.proof-list li:hover .proof-bullet {
  opacity: 1;
  transform: scale(1.08);
}

/* Tablet */

@media (max-width: 1024px) {
  .proof-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .proof-panel {
    min-height: auto;
  }
}

/* Mobile */

@media (max-width: 760px) {
  .proof-section {
    padding: 78px 0;
  }

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

  .proof-panel {
    padding: 36px 24px 48px;
  }

  .proof-panel:first-child {
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .proof-panel-top {
    margin-bottom: 65px;
  }

  .proof-icon {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
  }

  .proof-panel-content h3 {
    font-size: clamp(2.45rem, 13vw, 4.25rem);
  }

  .proof-list li {
    align-items: flex-start;
    min-height: 58px;
  }
}

/* ==========================================================
   EVOLUTION SECTION — SCROLL ANIMATION
========================================================== */

/* Initial hidden state */
.timeline-years,
.timeline-item {
  opacity: 0;
  transition:
    opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

/* 50+ block enters from the left */
.timeline-years {
  transform: translateX(-34px);
}

/* Timeline rows enter from the right */
.timeline-item {
  transform: translateX(42px);
}

/* Visible state */
.timeline-system.is-visible .timeline-years,
.timeline-system.is-visible .timeline-item {
  opacity: 1;
  transform: translateX(0);
}

/* Stagger each stage */
.timeline-system.is-visible .timeline-item:nth-child(1) {
  transition-delay: 0.15s;
}

.timeline-system.is-visible .timeline-item:nth-child(2) {
  transition-delay: 0.28s;
}

.timeline-system.is-visible .timeline-item:nth-child(3) {
  transition-delay: 0.41s;
}

.timeline-system.is-visible .timeline-item:nth-child(4) {
  transition-delay: 0.54s;
}

/* Animate the divider line */
.timeline-item {
  position: relative;
}

.timeline-item::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.42);
  transition: width 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.timeline-system.is-visible .timeline-item::before {
  width: 100%;
}

.timeline-system.is-visible .timeline-item:nth-child(1)::before {
  transition-delay: 0.12s;
}

.timeline-system.is-visible .timeline-item:nth-child(2)::before {
  transition-delay: 0.25s;
}

.timeline-system.is-visible .timeline-item:nth-child(3)::before {
  transition-delay: 0.38s;
}

.timeline-system.is-visible .timeline-item:nth-child(4)::before {
  transition-delay: 0.51s;
}

/* Small movement on the stage title */
.timeline-item h3 {
  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

.timeline-item:hover h3 {
  color: var(--copper);
  transform: translateX(6px);
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .timeline-years,
  .timeline-item {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .timeline-item::before {
    width: 100%;
    transition: none;
  }
}

/* ==========================================================
   HOME HERO — STRONGER STAT REVEAL
========================================================== */

.hero-spec .spec-row {
  opacity: 0;
  transform: translateX(55px);
  transition:
    opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-system.is-ready .hero-spec .spec-row {
  opacity: 1;
  transform: translateX(0);
}

.hero-system.is-ready .hero-spec .spec-row:nth-child(1) {
  transition-delay: 0.8s;
}

.hero-system.is-ready .hero-spec .spec-row:nth-child(2) {
  transition-delay: 1.05s;
}

.hero-system.is-ready .hero-spec .spec-row:nth-child(3) {
  transition-delay: 1.3s;
}
/* ==========================================================
   PERFORMANCE INDEX — STRONGER REVEAL
========================================================== */

.performance-row {
  opacity: 0;
  transform: translateY(42px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

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

.performance.is-visible .performance-row:nth-child(1) {
  transition-delay: 0.12s;
}

.performance.is-visible .performance-row:nth-child(2) {
  transition-delay: 0.34s;
}

.performance.is-visible .performance-row:nth-child(3) {
  transition-delay: 0.56s;
}

.performance.is-visible .performance-row:nth-child(4) {
  transition-delay: 0.78s;
}

.performance.is-visible .performance-row:nth-child(5) {
  transition-delay: 1s;
}

/* ==========================================================
   CANADIAN PROOF PANELS — STRONGER SPLIT REVEAL
========================================================== */

.proof-panel {
  opacity: 0;
  transition:
    opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.proof-panel:first-child {
  transform: translateX(-70px);
}

.proof-panel:last-child {
  transform: translateX(70px);
}

.proof-grid.is-visible .proof-panel {
  opacity: 1;
  transform: translateX(0);
}

.proof-grid.is-visible .proof-panel:first-child {
  transition-delay: 0.1s;
}

.proof-grid.is-visible .proof-panel:last-child {
  transition-delay: 0.45s;
}

/* ==========================================================
   HOME HERO — SEQUENCED INTRO
========================================================== */

/* Background settles into place */
.hero-system::before {
  transform: scale(1.055);
  transition: transform 1.8s cubic-bezier(0.22, 1, 0.36, 1);
  transform-origin: center;
}

.hero-system.is-ready::before {
  transform: scale(1);
}

/* Initial hidden states */
.hero-main .eyebrow,
.hero-main h1,
.hero-main > p,
.hero-main .hero-actions {
  opacity: 0;
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-main .eyebrow {
  transform: translateY(16px);
}

.hero-main h1 {
  transform: translateY(44px);
}

.hero-main > p {
  transform: translateY(30px);
}

.hero-main .hero-actions {
  transform: translateY(24px);
}

/* Reveal sequence */
.hero-system.is-ready .hero-main .eyebrow {
  opacity: 1;
  transform: none;
  transition-delay: 0.2s;
}

.hero-system.is-ready .hero-main h1 {
  opacity: 1;
  transform: none;
  transition-delay: 0.42s;
}

.hero-system.is-ready .hero-main > p {
  opacity: 1;
  transform: none;
  transition-delay: 0.78s;
}

.hero-system.is-ready .hero-main .hero-actions {
  opacity: 1;
  transform: none;
  transition-delay: 1.02s;
}

/* Hero stats follow the main content */
.hero-spec .spec-row {
  opacity: 0;
  transform: translateX(52px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-system.is-ready .hero-spec .spec-row {
  opacity: 1;
  transform: none;
}

.hero-system.is-ready .hero-spec .spec-row:nth-child(1) {
  transition-delay: 1.25s;
}

.hero-system.is-ready .hero-spec .spec-row:nth-child(2) {
  transition-delay: 1.48s;
}

.hero-system.is-ready .hero-spec .spec-row:nth-child(3) {
  transition-delay: 1.71s;
}

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

  .hero-main .eyebrow,
  .hero-main h1,
  .hero-main > p,
  .hero-main .hero-actions,
  .hero-spec .spec-row {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ==========================================================
   WHY META — COMPARISON PAGE
========================================================== */

.why-meta-hero img {
  object-position: center 44%;
}

.why-meta-intro {
  padding-bottom: clamp(70px, 8vw, 115px);
}

.comparison-key {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(55px, 7vw, 90px);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.comparison-key-item {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 150px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.comparison-key-number {
  display: grid;
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid currentColor;
  font-family: "DM Mono", monospace;
  font-size: 0.72rem;
}

.comparison-key-item strong {
  display: block;
  margin-top: 8px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.8rem, 3vw, 3.3rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.comparison-key-meta {
  background: var(--navy);
  color: #ffffff;
}

.comparison-key-traditional {
  background: #ffffff;
  color: var(--ink);
}

.comparison-section-heading {
  display: grid;
  grid-template-columns: minmax(170px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(36px, 6vw, 90px);
  align-items: end;
  margin-bottom: clamp(60px, 8vw, 110px);
}

.comparison-section-heading h2 {
  max-width: 950px;
  margin: 0;
  font-size: clamp(3.6rem, 7vw, 7.5rem);
}

.comparison-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.comparison-item {
  border-bottom: 1px solid var(--line);
}

.comparison-title {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  align-items: center;
  min-height: 115px;
  padding: 24px 0;
}

.comparison-title > span {
  color: var(--copper);
  font-family: "DM Mono", monospace;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
}

.comparison-title h3 {
  max-width: 1050px;
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2rem, 3.6vw, 4.2rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.comparison-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.comparison-column {
  min-height: 190px;
  padding: clamp(28px, 4vw, 50px);
}

.comparison-column:first-child {
  border-right: 1px solid var(--line);
}

.comparison-column .eyebrow {
  margin-bottom: 22px;
}

.comparison-column p {
  max-width: 660px;
  margin: 0;
  font-size: clamp(0.95rem, 1.15vw, 1.08rem);
  line-height: 1.75;
}

.meta-column {
  background: var(--navy);
  color: #ffffff;
}

.meta-column .eyebrow {
  color: var(--copper);
}

.meta-column p {
  color: #d4dde8;
}

.traditional-column {
  background: #ffffff;
  color: var(--ink);
}

.traditional-column .eyebrow {
  color: #6b7788;
}

.traditional-column p {
  color: #4f5d70;
}

.comparison-download {
  background: var(--navy);
  color: #ffffff;
  padding: clamp(80px, 9vw, 135px) 0;
}

.comparison-download-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: clamp(45px, 7vw, 110px);
}

.comparison-download h2 {
  max-width: 900px;
  margin: 18px 0 22px;
  font-size: clamp(3.7rem, 7vw, 7.5rem);
}

.comparison-download p {
  max-width: 680px;
  margin: 0;
  color: #c4cfdb;
}


@media (max-width: 1050px) {
  .comparison-section-heading {
    grid-template-columns: 1fr;
  }

  .comparison-download-inner {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 760px) {
  .comparison-key {
    grid-template-columns: 1fr;
  }

  .comparison-title {
    grid-template-columns: 45px minmax(0, 1fr);
    min-height: 100px;
  }

  .comparison-title h3 {
    font-size: clamp(2rem, 9vw, 3.2rem);
  }

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

  .comparison-column {
    min-height: auto;
  }

  .comparison-column:first-child {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  

  .comparison-download .btn {
    width: 100%;
  }
}

/* =========================================================
   WHY META — COMPARISON PDF DOWNLOAD
========================================================= */

.comparison-download {
  padding: 110px 5%;
  background: #f4f6f8;
}

.comparison-download__inner {
  width: min(1200px, 100%);
  margin: 0 auto;
  padding: 52px 56px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 38px;
  background: #061224;
  border: 1px solid rgba(168, 122, 82, 0.4);
  position: relative;
  overflow: hidden;
}

.comparison-download__inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 240px;
  height: 100%;
  opacity: 0.08;
  background-image:
    linear-gradient(rgba(255,255,255,0.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.5) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
}

.comparison-download__icon {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  color: #a87a52;
  border: 1px solid rgba(168, 122, 82, 0.55);
  position: relative;
  z-index: 1;
}

.comparison-download__content {
  position: relative;
  z-index: 1;
}

.comparison-download__eyebrow {
  display: block;
  margin-bottom: 12px;
  color: #a87a52;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.comparison-download__content h2 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(2rem, 3vw, 3.25rem);
  line-height: 1.05;
  font-weight: 500;
}

.comparison-download__content p {
  max-width: 720px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.75;
}

.comparison-download__file {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.comparison-download__action {
  position: relative;
  z-index: 1;
}

.comparison-download__button {
  min-width: 190px;
  padding: 17px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #061224;
  background: #ffffff;
  border: 1px solid #ffffff;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
}

.comparison-download__button:hover {
  color: #ffffff;
  background: #a87a52;
  border-color: #a87a52;
}

.comparison-download__button span {
  font-size: 1.1rem;
  transition: transform 0.25s ease;
}

.comparison-download__button:hover span {
  transform: translateY(3px);
}

@media (max-width: 900px) {
  .comparison-download {
    padding: 80px 24px;
  }

  .comparison-download__inner {
    padding: 42px 34px;
    grid-template-columns: auto 1fr;
  }

  .comparison-download__action {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  .comparison-download__inner {
    padding: 34px 24px;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .comparison-download__icon {
    width: 68px;
    height: 68px;
  }

  .comparison-download__button {
    width: 100%;
  }
}

/* ==========================================================
   ABOUT — PHILOSOPHY FEATURE
========================================================== */

.about-philosophy {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 22px;
  min-height: 620px;
}

.about-philosophy .story-copy,
.about-philosophy .story-image {
  min-height: 620px;
}

.about-philosophy .story-copy {
  padding:
    clamp(48px, 5.5vw, 82px)
    clamp(36px, 4.5vw, 70px);
}

.about-philosophy .story-copy h3 {
  max-width: 650px;
  margin: 0.22em 0 0;
  font-size: clamp(3.3rem, 4.8vw, 5.6rem);
  line-height: 0.92;
  text-wrap: balance;
}

.about-philosophy .story-copy > p {
  max-width: 610px;
  margin: clamp(70px, 9vw, 145px) 0 0;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
}

.about-philosophy .story-image img {
  object-position: center;
  transform: scale(1.015);
  transition: transform 0.8s ease;
}

.about-philosophy:hover .story-image img {
  transform: scale(1.045);
}

.about-philosophy .story-image::before {
  inset: 22px;
  border-color: rgba(255, 255, 255, 0.48);
}

.about-philosophy .story-image::after {
  content: "META / PERSPECTIVE";
  right: 22px;
  bottom: 22px;
  padding: 15px 18px;
  font-size: 0.61rem;
  letter-spacing: 0.15em;
}

/* Tablet */
@media (max-width: 980px) {
  .about-philosophy {
    grid-template-columns: 1fr;
    gap: 16px;
    min-height: auto;
  }

  .about-philosophy .story-copy {
    min-height: 540px;
  }

  .about-philosophy .story-image {
    min-height: 620px;
  }

  .about-philosophy .story-copy > p {
    margin-top: 80px;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .about-philosophy .story-copy {
    min-height: auto;
    padding: 42px 28px;
  }

  .about-philosophy .story-copy h3 {
    font-size: clamp(3rem, 15vw, 4.4rem);
  }

  .about-philosophy .story-copy > p {
    margin-top: 65px;
  }

  .about-philosophy .story-image {
    min-height: 470px;
  }

  .about-philosophy .story-image::before {
    inset: 14px;
  }

  .about-philosophy .story-image::after {
    right: 14px;
    bottom: 14px;
  }
}

/* ==========================================================
   WHY META — PRECISION FEATURE
========================================================== */

.why-meta-precision {
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  min-height: 500px;
}

.why-meta-precision .story-image,
.why-meta-precision .story-copy {
  min-height: 500px;
}

.why-meta-precision .story-image img {
  object-position: center;
}

.why-meta-precision .story-copy {
  padding: clamp(42px, 4.5vw, 68px);
}

.why-meta-precision .story-copy h3 {
  max-width: 560px;
  font-size: clamp(2.75rem, 4vw, 4.75rem);
  line-height: 0.94;
}

.why-meta-precision .story-copy > p {
  max-width: 540px;
  font-size: clamp(1rem, 1.1vw, 1.15rem);
  line-height: 1.65;
}

@media (max-width: 900px) {
  .why-meta-precision {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .why-meta-precision .story-image {
    min-height: 380px;
  }

  .why-meta-precision .story-copy {
    min-height: auto;
  }
}

/* Force homepage proof items to stack vertically */
.home-proof-strip {
  display: block !important;
  grid-template-columns: none !important;
  border-top: 1px solid var(--line);
  border-left: 0 !important;
}

.home-proof-strip > div {
  display: grid !important;
  grid-template-columns: 190px minmax(0, 1fr) !important;
  align-items: center;
  gap: 30px;
  width: 100%;
  min-height: auto !important;
  padding: 22px 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid var(--line);
}

.home-proof-strip strong {
  margin: 0 !important;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2rem !important;
  line-height: 1 !important;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.home-proof-strip span {
  margin: 0;
  font-family: "DM Mono", monospace;
  font-size: 0.6rem !important;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #56657a;
}

@media (max-width: 700px) {
  .home-proof-strip > div {
    grid-template-columns: 1fr !important;
    gap: 8px;
  }
}

/* ==========================================================
   HOMEPAGE HERO SPEC + PROOF TEXT REFINEMENT
========================================================== */

/* Hero right-side specifications */
.hero-spec .spec-row strong {
  font-size: clamp(2rem, 2.3vw, 2.8rem);
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.hero-spec .spec-row span {
  display: block;
  margin-top: 8px;
  font-size: 0.72rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

/* Lower stacked proof section */
.home-proof-strip strong {
  font-size: clamp(1.9rem, 2.2vw, 2.5rem) !important;
  line-height: 1 !important;
}

.home-proof-strip span {
  font-size: 0.68rem !important;
  line-height: 1.65;
  letter-spacing: 0.085em;
}

/* Give longer hero labels enough room */
.hero-spec {
  padding-left: 30px;
  padding-right: 24px;
}

.hero-spec .spec-row {
  min-width: 0;
}

@media (max-width: 1050px) {
  .hero-spec .spec-row strong {
    font-size: 2.2rem;
  }
}

@media (max-width: 700px) {
  .home-proof-strip span {
    font-size: 0.64rem !important;
  }
}

/* ==========================================================
   FINAL BRAND, EYEBROW & FOOTER MASTER
   Consolidated to prevent earlier rules from fighting.
========================================================== */

/* Global section labels / eyebrows */
.eyebrow {
  font-size: clamp(0.76rem, 0.72vw, 0.86rem);
  line-height: 1.5;
  letter-spacing: 0.16em;
}

/* Slightly stronger homepage hero eyebrow */
.hero-main > .eyebrow {
  font-size: clamp(0.82rem, 0.82vw, 0.94rem);
  color: rgba(255, 255, 255, 0.96);
}

/* Header logo */
.site-header .brand {
  min-width: 315px;
}

.site-header .brand .nav-logo {
  display: block;
  width: 310px;
  height: auto;
  max-height: 66px;
  object-fit: contain;
  object-position: left center;
  background: transparent;
}

/* Footer */
.footer {
  padding: 76px 0 30px;
  background: #061224;
  color: #d8e1eb;
}

.footer .container {
  width: min(calc(100% - 64px), 1380px);
  margin-inline: auto;
}

.footer-grid {
  width: min(100%, 1220px);
  margin-inline: auto;
  display: grid;
  grid-template-columns:
    minmax(260px, 330px)
    minmax(120px, 150px)
    minmax(250px, 320px)
    minmax(120px, 150px);
  justify-content: space-between;
  align-items: start;
  gap: clamp(42px, 5vw, 74px);
}

.footer .brand {
  display: block;
  min-width: 0;
  margin: 0 0 18px;
}

.footer .brand .footer-logo,
.footer .brand .official-logo {
  display: block;
  width: 176px;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: left center;
}

.footer-grid > div:first-child > p {
  max-width: 320px;
  margin: 0;
  color: #c3cfdb;
  font-size: 0.96rem;
  line-height: 1.72;
}

.footer h4 {
  margin: 4px 0 22px;
  color: #ffffff;
  font-family: "DM Mono", monospace;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer a {
  display: block;
  width: fit-content;
  margin: 0 0 12px;
  color: #b7c4d2;
  line-height: 1.5;
  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

.footer a:hover {
  color: #ffffff;
  transform: translateX(3px);
}

.footer-grid > div:not(:first-child) p {
  margin: 0;
  color: #b7c4d2;
  line-height: 1.5;
}

.footer-bottom {
  width: min(100%, 1220px);
  margin: 60px auto 0;
  padding-top: 24px;
  border-top: 1px solid var(--line-light);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  color: #c4cfdb;
  font-family: "DM Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.09em;
  line-height: 1.5;
  text-transform: uppercase;
}

.footer-bottom > span:first-child {
  justify-self: start;
}

/* Brand tagline */
.footer-bottom > span:last-child {
  justify-self: end;
  max-width: 470px;
  color: #ffffff;
  font-size: clamp(0.78rem, 0.78vw, 0.92rem);
  font-weight: 500;
  letter-spacing: 0.13em;
  line-height: 1.55;
  text-align: right;
}

.footer-credit {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  color: rgba(216, 225, 235, 0.46);
  font-family: "DM Mono", monospace;
  font-size: 0.54rem;
  letter-spacing: 0.11em;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.footer-credit a {
  display: inline;
  width: auto;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

.footer-credit a:hover {
  color: #ffffff;
  transform: none;
}

@media (max-width: 1100px) {
  .site-header .brand {
    min-width: 245px;
  }

  .site-header .brand .nav-logo {
    width: 240px;
    max-height: 56px;
  }

  .footer-grid,
  .footer-bottom {
    width: min(100%, 880px);
  }

  .footer-grid {
    grid-template-columns: minmax(250px, 1.25fr) 1fr 1fr;
    gap: 46px;
  }

  .footer-grid > div:last-child {
    grid-column: 2;
  }

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

  .footer-bottom > span:last-child {
    max-width: none;
  }

  .footer-credit {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 6px;
  }
}

@media (max-width: 780px) {
  .site-header .brand {
    min-width: 185px;
  }

  .site-header .brand .nav-logo {
    width: 185px;
    max-height: 48px;
  }

  .footer {
    padding: 58px 0 26px;
  }

  .footer .container {
    width: min(calc(100% - 36px), 620px);
  }

  .footer-grid,
  .footer-bottom {
    width: 100%;
  }

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

  .footer-grid > div:last-child {
    grid-column: auto;
  }

  .footer .brand .footer-logo,
  .footer .brand .official-logo {
    width: 150px;
  }

  .footer-grid > div:first-child > p {
    max-width: 100%;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 11px;
    margin-top: 48px;
  }

  .footer-bottom > span:first-child,
  .footer-bottom > span:last-child {
    justify-self: start;
    max-width: 100%;
    text-align: left;
  }

  .footer-bottom > span:last-child {
    font-size: 0.76rem;
  }

  .footer-credit {
    grid-column: 1;
    grid-row: auto;
    margin-top: 4px;
    text-align: left;
    white-space: normal;
  }
}

@media (max-width: 420px) {
  .site-header .brand {
    min-width: 155px;
  }

  .site-header .brand .nav-logo {
    width: 155px;
  }
}

.form-status {
  margin: 0 0 28px;
  padding: 16px 18px;
  border: 1px solid currentColor;
  font-size: 0.9rem;
  line-height: 1.5;
}

.form-status-success {
  color: #174c35;
  background: #edf7f1;
  border-color: #9bc8ae;
}

.form-status-error {
  color: #7b2525;
  background: #fff1f1;
  border-color: #dba4a4;
}

/* =========================================================
   THANK-YOU CONFIRMATION PAGE
========================================================= */

.thank-confirmation {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: #061224;
  color: #fff;
}

.thank-confirmation-bg {
  position: absolute;
  inset: 0;
}

.thank-confirmation-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(6, 18, 36, 0.98) 0%,
      rgba(6, 18, 36, 0.94) 42%,
      rgba(6, 18, 36, 0.74) 72%,
      rgba(6, 18, 36, 0.62) 100%
    );
}

.thank-confirmation-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      180deg,
      rgba(6, 18, 36, 0.2) 0%,
      rgba(6, 18, 36, 0.05) 58%,
      rgba(6, 18, 36, 0.85) 100%
    );
}

.thank-confirmation-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.thank-confirmation-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: clamp(60px, 8vw, 130px);
  align-items: center;
  min-height: 760px;
  padding-top: 120px;
  padding-bottom: 90px;
}

.thank-confirmation-main {
  max-width: 790px;
}

.thank-check {
  width: 62px;
  height: 62px;
  margin-bottom: 38px;
}

.thank-check svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
}

.thank-check circle {
  stroke-width: 1.5;
  opacity: 0.65;
}

.thank-check path {
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.thank-confirmation-main .page-index {
  margin-bottom: 38px;
  color: rgba(255, 255, 255, 0.56);
}

.thank-confirmation-main .eyebrow {
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.68);
}

.thank-confirmation-main h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
font-size: clamp(3.5rem, 5.4vw, 6.3rem);
  line-height: 0.92;
  letter-spacing: -0.035em;
}

.thank-intro {
  max-width: 620px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.77);
  font-size: 1.05rem;
  line-height: 1.75;
}

.thank-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 34px;
}

.thank-next {
  padding: 30px 0 0 36px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.thank-next > .eyebrow {
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.68);
}

.thank-step {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.thank-step > span {
  padding-top: 4px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
}

.thank-step h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.thank-step p {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.9rem;
  line-height: 1.65;
}

.thank-support {
  margin-top: 26px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.thank-support .eyebrow {
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.55);
}

.thank-support a {
  display: block;
  width: fit-content;
  margin-bottom: 8px;
  color: #fff;
  text-decoration: none;
}

.thank-support a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.thank-support p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.82rem;
}

@media (max-width: 980px) {
  .thank-confirmation-inner {
    grid-template-columns: 1fr;
    gap: 65px;
    min-height: auto;
    padding-top: 155px;
    padding-bottom: 85px;
  }

  .thank-confirmation-main {
    max-width: 760px;
  }

  .thank-next {
    max-width: 720px;
    padding: 36px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 0;
  }
}

@media (max-width: 640px) {
  .thank-confirmation-inner {
    gap: 50px;
    padding-top: 135px;
    padding-bottom: 70px;
  }

  .thank-check {
    width: 52px;
    height: 52px;
    margin-bottom: 30px;
  }

  .thank-confirmation-main .page-index {
    margin-bottom: 30px;
  }

  .thank-confirmation-main h1 {
    font-size: clamp(3rem, 15vw, 4.6rem);
  }

  .thank-intro {
    font-size: 0.98rem;
  }

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

  .thank-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .thank-step {
    grid-template-columns: 34px 1fr;
  }
}

.captcha-field {
  margin-top: 10px;
  margin-bottom: 8px;
}

/* =========================================================
   MOBILE STICKY NAV FIX
========================================================= */

@media (max-width: 780px) {
  .site-header.scrolled {
    background: #061224;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .nav-links {
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: 18%;
    width: 82%;
    height: 100vh;
    height: 100dvh;
    min-height: 100vh;
    background: #0b1830;
    overflow-y: auto;
    overscroll-behavior: contain;
    z-index: 2000;
  }

  .menu-toggle {
    position: relative;
    z-index: 2100;
  }

  .nav-links.open {
    transform: translateX(0);
  }
}

/* ==========================================================
   HOME EXPLORE CARDS — CONSISTENT ALIGNMENT
========================================================== */

.home-explore-grid {
  align-items: stretch;
}

.home-explore-card {
  min-height: 620px;
  display: grid;
  grid-template-rows: 92px minmax(0, 1fr) auto;
  gap: 42px;
  align-content: stretch;
}

.home-explore-card > div {
  display: grid;
  grid-template-rows: 28px minmax(190px, auto) auto;
  align-content: start;
}

.home-card-number {
  display: block;
  margin: 0;
  align-self: start;
}

.home-explore-card .eyebrow {
  margin: 0;
  align-self: start;
}

.home-explore-card h3 {
  min-height: 190px;
  margin: 18px 0 0;
  align-self: start;
}

.home-explore-card p {
  margin: 24px 0 0;
  align-self: start;
}

.home-card-link {
  width: 100%;
  margin-top: 0;
  align-self: end;
}

@media (max-width: 1050px) {
  .home-explore-card {
    min-height: 430px;
    grid-template-rows: 82px auto auto;
    gap: 34px;
  }

  .home-explore-card > div {
    grid-template-rows: auto auto auto;
  }

  .home-explore-card h3 {
    min-height: 0;
  }
}

@media (max-width: 700px) {
  .home-explore-card {
    min-height: 390px;
    gap: 28px;
  }

  .home-explore-card h3 {
    margin-top: 14px;
  }

  .home-explore-card p {
    margin-top: 18px;
  }
}

