:root {
  --blue: #1877f2;
  --blue-dark: #0d47a1;
  --blue-soft: #e7f0ff;
  --ink: #1c1e21;
  --muted: #6b7280;
  --line: #d7e5fb;
  --paper: #ffffff;
  --wash: #f4f8ff;
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--paper);
}

body.locked {
  overflow: hidden;
}

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

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 76px;
  padding: 0 36px;
  background: rgba(255, 255, 255, .92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-logo {
  width: 132px;
  height: 46px;
  object-fit: contain;
}

.brand-logo img {
  object-fit: contain;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #fff;
  background: var(--blue);
  border-radius: 50%;
  font-size: 24px;
  line-height: 1;
}

.contact-anchor-nav {
  position: sticky;
  top: 76px;
  z-index: 24;
  display: flex;
  gap: clamp(24px, 5vw, 72px);
  padding: 26px 36px;
  overflow-x: auto;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.contact-anchor-nav a {
  flex: 0 0 auto;
  font-weight: 800;
  font-size: clamp(16px, 1.25vw, 20px);
}

.contact-hero {
  min-height: 560px;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: clamp(36px, 6vw, 96px);
  align-items: end;
  padding: clamp(80px, 10vw, 150px) 36px 72px;
}

.contact-hero h1 {
  margin: 0;
  max-width: 720px;
  font-size: clamp(40px, 5vw, 76px);
  line-height: .94;
  letter-spacing: -.04em;
}

.contact-hero p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 1.8vw, 26px);
  font-weight: 800;
  line-height: 1.18;
}

.contact-section {
  padding: clamp(76px, 9vw, 132px) 36px;
  border-top: 1px solid var(--line);
}

.contact-section-title {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: clamp(36px, 6vw, 96px);
  align-items: end;
  margin-bottom: clamp(34px, 5vw, 70px);
}

.contact-section-title h2 {
  margin: 0;
  max-width: 660px;
  font-size: clamp(28px, 3.35vw, 48px);
  line-height: .94;
  letter-spacing: -.035em;
}

.contact-section-title p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(22px, 2.3vw, 40px);
  font-weight: 800;
  line-height: 1.12;
}

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

.general-contact-card {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.general-contact-card h3,
.person-card h4,
.showroom-card h3 {
  margin: 0 0 16px;
  font-size: clamp(26px, 2.5vw, 40px);
  line-height: .98;
  letter-spacing: -.03em;
}

.general-contact-card p,
.person-card p,
.showroom-card p,
.contact-form-note {
  color: var(--muted);
}

.general-contact-card a,
.person-card a,
.showroom-card a {
  color: var(--blue);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.region-block {
  margin-top: clamp(60px, 8vw, 112px);
}

.region-block h3 {
  margin: 0 0 28px;
  font-size: clamp(34px, 4.5vw, 72px);
  line-height: .92;
  letter-spacing: -.04em;
}

.people-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.person-card {
  min-height: 560px;
  display: flex;
  flex-direction: column;
  background: var(--paper);
}

.person-photo {
  height: 320px;
  background: var(--blue-soft);
  overflow: hidden;
}

.person-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.person-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.person-info hr {
  width: 100%;
  margin: auto 0 22px;
  border: 0;
  border-top: 1px solid var(--line);
}

.person-info span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-weight: 800;
}

.showroom-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.showroom-card {
  border: 1px solid var(--line);
  background: var(--paper);
}

.showroom-image {
  height: 360px;
  overflow: hidden;
  background: var(--blue-soft);
}

.showroom-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showroom-copy {
  padding: 28px;
}

.map-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 22px 0;
}

.contact-form-layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(36px, 6vw, 96px);
  align-items: start;
}

.contact-form-layout h2 {
  margin: 0 0 24px;
  font-size: clamp(28px, 3.35vw, 48px);
  line-height: .94;
  letter-spacing: -.035em;
}

.contact-form {
  display: grid;
  gap: 18px;
}

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

.field {
  display: grid;
  gap: 9px;
}

.field label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 58px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 0;
  outline: 0;
  background: #fff;
}

.field textarea {
  min-height: 180px;
  padding-top: 16px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px var(--blue-soft);
}

.checkbox-line {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
  color: var(--muted);
  font-size: 14px;
}

.checkbox-line input {
  width: 18px;
  height: 18px;
  accent-color: var(--blue);
}

.desktop-nav {
  justify-self: center;
  display: flex;
  gap: 6px;
}

.nav-item,
.text-button,
.language,
.quote-button,
.product-card button,
.mega-tab {
  border: 0;
  color: var(--ink);
  background: transparent;
}

.nav-item {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  border-radius: var(--radius);
}

.nav-item:hover,
.nav-item.active {
  color: var(--blue);
  background: var(--blue-soft);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.text-button,
.language {
  min-height: 40px;
  padding: 0 10px;
}

.quote-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  color: #fff;
  background: var(--blue);
  border-radius: 999px;
}

.quote-button strong {
  display: grid;
  place-items: center;
  min-width: 22px;
  height: 22px;
  color: var(--blue);
  background: #fff;
  border-radius: 999px;
}

.mobile-toggle {
  display: none;
}

.icon-button {
  width: 42px;
  height: 42px;
  border: 0;
  background: var(--blue-soft);
  border-radius: var(--radius);
}

.icon-button span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--blue-dark);
}

.mega-shell {
  position: absolute;
  top: 76px;
  left: 0;
  right: 0;
  display: none;
  min-height: 360px;
  padding: 28px 36px 36px;
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 30px 70px rgba(13, 71, 161, .16);
}

.mega-shell.open {
  display: block;
}

.mega-panel {
  display: none;
  max-width: 1180px;
  margin: 0 auto;
}

.mega-panel.active {
  display: block;
}

.mega-tabs {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 24px;
}

.mega-tabs a,
.mega-tab {
  padding: 10px 14px;
  color: var(--muted);
  border-radius: var(--radius);
}

.mega-tab.active,
.mega-tabs a:hover {
  color: var(--blue);
  background: var(--blue-soft);
}

.mega-content {
  display: none;
  grid-template-columns: 1fr 430px;
  gap: 40px;
  align-items: stretch;
}

.mega-content.active {
  display: grid;
}

.mega-content div,
.split-panel > div {
  display: grid;
  align-content: start;
  gap: 12px;
}

.mega-content a,
.split-panel a,
.simple-grid a {
  padding: 10px 0;
  color: var(--ink);
}

.mega-content a:hover,
.split-panel a:hover,
.simple-grid a:hover {
  color: var(--blue);
}

.mega-content img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: var(--radius);
  background: var(--wash);
}

.simple-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.simple-grid.active {
  display: grid;
}

.simple-grid a {
  min-height: 180px;
  padding: 24px;
  background: var(--wash);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.simple-grid span {
  display: block;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 750;
}

.simple-grid small {
  color: var(--muted);
}

.split-panel.active {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.hero {
  position: relative;
  min-height: clamp(650px, calc(86vh - 76px), 820px);
  display: grid;
  grid-template-columns: minmax(320px, 520px) 1fr;
  align-items: center;
  gap: 30px;
  padding: 56px 36px 70px;
  overflow: hidden;
  background: linear-gradient(130deg, #ffffff 0%, #eef5ff 100%);
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 560px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

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

h1 {
  margin-bottom: 24px;
  font-size: clamp(40px, 5vw, 76px);
  line-height: .96;
  letter-spacing: 0;
}

h2 {
  font-size: clamp(28px, 3.35vw, 48px);
  line-height: 1;
  letter-spacing: 0;
}

.hero p:not(.eyebrow) {
  max-width: 480px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 22px;
  line-height: 1.35;
}

.hero-image {
  width: min(900px, 64vw);
  justify-self: end;
  border-radius: var(--radius);
  box-shadow: 0 36px 90px rgba(13, 71, 161, .18);
}

.primary,
.secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid var(--blue);
  border-radius: 999px;
  font-weight: 750;
}

.primary {
  color: #fff;
  background: var(--blue);
}

.secondary {
  color: var(--blue);
  background: #fff;
}

.small {
  width: fit-content;
  min-height: 42px;
}

.wide {
  width: 100%;
}

.finder,
.products,
.feature-band,
.story-band,
.pod-hero,
.logos {
  padding: 80px 36px;
}

.finder {
  display: grid;
  grid-template-columns: minmax(260px, 380px) 1fr;
  gap: 48px;
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.criteria {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.criteria div {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 24px;
  background: var(--wash);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.criteria h3 {
  margin-bottom: 10px;
}

.criteria a {
  color: var(--muted);
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 26px;
}

.section-head a {
  color: var(--blue);
  font-weight: 750;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.product-card {
  overflow: hidden;
  background: var(--wash);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.product-card img {
  width: 100%;
  aspect-ratio: 1.2;
  object-fit: cover;
  transition: transform .35s ease;
}

.product-image-link {
  display: block;
}

.product-card:hover img {
  transform: scale(1.04);
}

.product-card div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 18px;
}

.product-card h3 {
  margin: 0;
  font-size: 22px;
}

.product-card button {
  min-height: 36px;
  padding: 0 12px;
  color: var(--blue);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  white-space: nowrap;
}

.feature-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  color: #fff;
  background: var(--blue);
}

.feature-band .eyebrow {
  color: #dceaff;
}

.feature-band p {
  max-width: 520px;
  color: #eaf2ff;
  font-size: 19px;
  line-height: 1.45;
}

.feature-band img {
  border-radius: var(--radius);
}

.story-band {
  min-height: 420px;
  display: grid;
  align-items: end;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(13, 71, 161, .9), rgba(24, 119, 242, .35)),
    url("../images/1737698369647.jpeg") center/cover;
}

.story-band div {
  max-width: 760px;
}

.story-band a {
  font-weight: 750;
  text-decoration: underline;
}

.pod-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.pod-hero img {
  width: 100%;
  background: var(--wash);
  border-radius: var(--radius);
}

.pod-hero p {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.45;
}

.logos {
  display: grid;
  grid-template-columns: minmax(260px, 360px) 1fr;
  gap: 44px;
  align-items: center;
  background: var(--wash);
}

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

.logo-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.logo-row span {
  display: grid;
  place-items: center;
  min-height: 88px;
  color: var(--blue-dark);
  font-weight: 850;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.client-logo-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.client-logo-card {
  display: grid;
  place-items: center;
  min-height: 132px;
  padding: 24px 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.client-logo-card img {
  display: block;
  width: auto;
  max-width: 88%;
  max-height: 70px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.86;
  transition: filter 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

.client-logo-card:hover {
  border-color: rgba(24, 119, 242, 0.28);
  box-shadow: 0 18px 44px rgba(24, 119, 242, 0.12);
  transform: translateY(-2px);
}

.client-logo-card:hover img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.02);
}

.site-footer {
  padding: 70px 36px 40px;
  color: #fff;
  background: #111827;
}

.newsletter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 46px;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.newsletter h2 {
  margin-bottom: 10px;
}

.newsletter p {
  color: #cbd5e1;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  padding-top: 44px;
}

.footer-grid div {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-grid h3 {
  margin-bottom: 8px;
}

.footer-grid a,
.footer-grid p {
  color: #cbd5e1;
}

.search-overlay,
.quote-drawer,
.mobile-menu {
  position: fixed;
  z-index: 50;
  background: #fff;
  transition: transform .3s ease, opacity .3s ease;
}

.search-overlay {
  inset: 0;
  display: grid;
  place-items: center;
  padding: 36px;
  opacity: 0;
  pointer-events: none;
}

.search-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.search-overlay label {
  width: min(900px, 100%);
}

.search-overlay span {
  display: block;
  margin-bottom: 18px;
  color: var(--blue);
  font-size: 18px;
  font-weight: 800;
}

.search-overlay input {
  width: 100%;
  height: 88px;
  border: 0;
  border-bottom: 2px solid var(--blue);
  outline: 0;
  font-size: clamp(28px, 5vw, 58px);
}

.quote-drawer,
.mobile-menu {
  top: 0;
  right: 0;
  width: min(460px, 92vw);
  height: 100vh;
  padding: 28px;
  overflow: auto;
  transform: translateX(104%);
  box-shadow: -24px 0 70px rgba(13, 71, 161, .2);
}

.quote-drawer.open,
.mobile-menu.open {
  transform: translateX(0);
}

.close-button {
  min-height: 38px;
  margin-bottom: 30px;
  padding: 0 14px;
  color: var(--blue);
  background: var(--blue-soft);
  border: 0;
  border-radius: 999px;
}

.quote-empty {
  margin: 28px 0;
  padding: 28px;
  background: var(--wash);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.quote-empty p {
  color: var(--muted);
}

.quote-items {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 24px 0;
  list-style: none;
}

.quote-items li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px;
  background: var(--wash);
  border-radius: var(--radius);
}

.mobile-menu details,
.mobile-menu > a {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.mobile-menu summary {
  font-weight: 750;
  cursor: pointer;
}

.mobile-menu a {
  display: block;
  padding: 10px 0 10px 14px;
  color: var(--muted);
}

.scrim {
  position: fixed;
  inset: 0;
  z-index: 45;
  display: none;
  background: rgba(10, 22, 45, .38);
}

.scrim.open {
  display: block;
}

.product-page {
  background: #fff;
}

.product-detail-hero {
  display: grid;
  grid-template-columns: minmax(320px, 520px) 1fr;
  gap: 48px;
  align-items: center;
  min-height: 620px;
  padding: 64px 36px;
  background: linear-gradient(130deg, #ffffff 0%, #eef5ff 100%);
  border-bottom: 1px solid var(--line);
}

.product-detail-hero h1 {
  margin-bottom: 22px;
}

.product-detail-hero p:not(.eyebrow) {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.45;
}

.product-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.product-visual {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  background: var(--wash);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 30px 80px rgba(13, 71, 161, .16);
}

.product-detail-section {
  padding: 72px 36px;
}

.detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.detail-card {
  padding: 28px;
  background: var(--wash);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.detail-card p {
  color: var(--muted);
  line-height: 1.5;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.spec-table th,
.spec-table td {
  padding: 18px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}

.spec-table th {
  width: 34%;
  color: var(--blue);
  background: var(--wash);
}

.related-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.related-products a {
  min-height: 132px;
  padding: 22px;
  background: var(--wash);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.related-products strong {
  display: block;
  margin-bottom: 8px;
  font-size: 22px;
}

.related-products span {
  color: var(--muted);
}

.jetson-page {
  background: #fff;
}

.jetson-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  min-height: 78px;
  padding: 0 34px;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.product-main-header {
  z-index: 50;
}

.product-subnav {
  top: 76px;
  z-index: 45;
  min-height: 66px;
  border-top: 0;
}

.product-subnav-title {
  color: var(--muted);
  font-weight: 900;
}

.jetson-brand img {
  width: 126px;
  height: 44px;
  object-fit: contain;
}

.jetson-nav {
  justify-self: center;
  display: flex;
  gap: clamp(24px, 4vw, 62px);
  font-weight: 850;
}

.jetson-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  font-weight: 800;
}

.jetson-actions button {
  font: inherit;
  border: 0;
  background: transparent;
}

.jetson-offer {
  min-height: 44px;
  padding: 0 18px;
  color: #fff;
  background: var(--blue);
  border: 0;
  border-radius: 999px;
}

.jetson-hero {
  position: relative;
  min-height: calc(100vh - 142px);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #0f172a;
}

.jetson-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .72;
}

.jetson-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 1160px;
  padding: 0 36px clamp(70px, 8vw, 132px);
  color: #fff;
}

.jetson-hero-copy p {
  margin: 0 0 18px;
  font-size: clamp(22px, 2vw, 34px);
  font-weight: 850;
}

.jetson-hero-copy h1 {
  max-width: 1040px;
  margin: 0;
  font-size: clamp(40px, 5vw, 76px);
  line-height: .92;
  letter-spacing: -.045em;
}

.jetson-section {
  padding: clamp(76px, 9vw, 132px) 36px;
  border-bottom: 1px solid var(--line);
}

.jetson-section-head {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: clamp(32px, 5vw, 86px);
  align-items: end;
  margin-bottom: clamp(34px, 5vw, 70px);
}

.jetson-section-head h2,
.config-panel h2,
.tech-hero h2,
.jetson-cta h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 58px);
  line-height: .92;
  letter-spacing: -.04em;
}

.collection-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(360px, 42vw);
  gap: 1px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  background: var(--line);
  border: 1px solid var(--line);
}

.pod-card {
  min-height: 760px;
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
  background: #fff;
}

.pod-card > div:first-child {
  padding: 30px;
}

.pod-card span {
  display: block;
  margin-bottom: 14px;
  color: var(--blue);
  font-size: 18px;
  font-weight: 900;
}

.pod-card h3 {
  margin: 0 0 14px;
  font-size: clamp(34px, 3vw, 56px);
  line-height: .95;
}

.pod-card p,
.pod-card li {
  color: var(--muted);
  line-height: 1.45;
}

.pod-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0 30px 28px 50px;
}

.pod-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 30px;
  margin-top: auto;
  border-top: 1px solid var(--line);
}

.pod-price strong {
  font-size: 22px;
}

.pod-price button,
.jetson-controls button,
.feature-card button,
.tech-grid button {
  color: var(--blue);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.pod-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.jetson-controls {
  display: flex;
  justify-content: flex-end;
  gap: 22px;
  margin-top: 24px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.feature-card {
  min-height: 430px;
  padding: 22px;
  background: #fff;
}

.feature-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  margin-bottom: 24px;
}

.feature-card h3 {
  margin: 0 0 8px;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1;
}

.feature-card p {
  color: var(--muted);
}

.feature-card > div {
  max-height: 0;
  overflow: hidden;
  color: var(--muted);
  line-height: 1.45;
  transition: max-height .3s ease, margin .3s ease;
}

.feature-card.open > div {
  max-height: 160px;
  margin-top: 16px;
}

.jetson-config {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  min-height: 100vh;
  border-bottom: 1px solid var(--line);
}

.config-stage {
  position: sticky;
  top: 142px;
  height: calc(100vh - 142px);
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--wash);
}

.config-stage img {
  width: min(82%, 820px);
  height: min(70vh, 680px);
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: 0 34px 90px rgba(13,71,161,.16);
  transition: transform .15s linear, opacity .25s ease;
}

.config-stage span {
  position: absolute;
  left: 34px;
  bottom: 30px;
  color: var(--muted);
  font-weight: 900;
}

.config-panel {
  padding: clamp(60px, 7vw, 110px) 36px;
}

.config-panel p {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.45;
}

.config-panel h3 {
  margin: 34px 0 14px;
  font-size: 18px;
}

.option-row,
.color-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.option-row button,
.color-options button {
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font-weight: 850;
}

.option-row button.active,
.color-options button.active {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.color-options button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.color-options span,
.fabric-grid button {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--swatch);
  border: 1px solid var(--line);
}

.fabric-grid {
  display: grid;
  grid-template-columns: repeat(8, 36px);
  gap: 12px;
}

.fabric-grid button {
  width: 36px;
  height: 36px;
}

.config-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 44px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.config-price strong {
  font-size: 26px;
}

.testimonial-section {
  background: var(--blue);
  color: #fff;
}

.testimonial-slider {
  min-height: 280px;
  display: grid;
}

.testimonial-slider blockquote {
  grid-area: 1 / 1;
  margin: 0;
  max-width: 1100px;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .3s ease, transform .3s ease;
  font-size: clamp(32px, 4.5vw, 72px);
  font-weight: 850;
  line-height: 1;
  letter-spacing: -.045em;
}

.testimonial-slider blockquote.active {
  opacity: 1;
  transform: translateY(0);
}

.testimonial-slider cite {
  display: block;
  margin-top: 22px;
  font-size: 18px;
  font-style: normal;
  letter-spacing: 0;
}

.testimonial-section .jetson-controls button {
  color: #fff;
}

.realization-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.realization-grid img {
  width: 100%;
  height: clamp(240px, 28vw, 420px);
  object-fit: cover;
}

.tech-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: end;
  margin-bottom: 36px;
}

.tech-hero img {
  width: 100%;
  height: clamp(360px, 42vw, 620px);
  object-fit: cover;
}

.tech-hero p:not(.eyebrow) {
  color: var(--muted);
  font-size: clamp(20px, 2.3vw, 34px);
  font-weight: 800;
}

.tech-grid,
.spec-card-grid,
.sustain-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.tech-grid article,
.spec-card-grid article,
.sustain-grid article {
  padding: 28px;
  background: #fff;
}

.tech-grid h3,
.spec-card-grid h3,
.sustain-grid h3 {
  margin: 0 0 14px;
  font-size: clamp(28px, 2.8vw, 46px);
  line-height: .96;
}

.tech-grid p,
.spec-card-grid p,
.sustain-grid p {
  color: var(--muted);
  line-height: 1.45;
}

.tech-grid article p {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease, margin .3s ease;
}

.tech-grid article.open p {
  max-height: 120px;
  margin-top: 16px;
}

.spec-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.spec-card-grid img,
.sustain-grid img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  margin-bottom: 24px;
}

.jetson-cta {
  position: relative;
  min-height: 620px;
  display: grid;
  align-content: end;
  justify-items: start;
  gap: 22px;
  padding: 90px 36px;
  overflow: hidden;
  color: #fff;
  background: #111827;
}

.jetson-cta img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .45;
}

.jetson-cta h2,
.jetson-cta .primary {
  position: relative;
  z-index: 1;
}

.about-page {
  background: #fff;
}

.about-subnav {
  position: sticky;
  top: 76px;
  z-index: 44;
  display: flex;
  justify-content: center;
  gap: clamp(28px, 5vw, 80px);
  min-height: 66px;
  padding: 0 36px;
  align-items: center;
  overflow-x: auto;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.about-subnav a {
  flex: 0 0 auto;
  font-weight: 900;
}

.about-hero {
  min-height: calc(100vh - 142px);
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: clamp(36px, 7vw, 110px);
  align-items: end;
  padding: clamp(80px, 10vw, 150px) 36px clamp(64px, 8vw, 110px);
  border-bottom: 1px solid var(--line);
}

.about-hero h1 {
  margin: 0;
  font-size: clamp(40px, 5vw, 76px);
  line-height: .94;
  letter-spacing: -.04em;
}

.about-hero p {
  max-width: 900px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 1.8vw, 26px);
  font-weight: 850;
  line-height: 1.18;
  letter-spacing: 0;
}

.about-image-band {
  height: clamp(420px, 62vw, 860px);
  overflow: hidden;
}

.about-image-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-intro {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(36px, 7vw, 110px);
  align-items: end;
  padding: clamp(76px, 9vw, 132px) 36px;
  border-bottom: 1px solid var(--line);
}

.about-intro h2,
.about-clients h2,
.about-cta h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 58px);
  line-height: .92;
  letter-spacing: -.04em;
}

.about-intro > p,
.about-story-grid p,
.about-clients p,
.award-grid p {
  color: var(--muted);
  font-size: clamp(18px, 2vw, 30px);
  line-height: 1.28;
}

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

.about-numbers article {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
  border-right: 1px solid var(--line);
}

.about-numbers strong {
  font-size: clamp(38px, 5vw, 72px);
  line-height: .92;
  letter-spacing: -.04em;
}

.about-numbers span {
  margin-top: 16px;
  color: var(--muted);
  font-weight: 850;
}

.about-story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.about-story-grid article {
  min-height: 760px;
  display: flex;
  flex-direction: column;
  background: #fff;
}

.about-story-grid article div {
  padding: 34px;
}

.about-story-grid h3,
.award-grid h3 {
  margin: 0 0 18px;
  font-size: clamp(34px, 4vw, 66px);
  line-height: .9;
  letter-spacing: -.045em;
}

.about-story-grid img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  margin-top: auto;
}

.about-clients {
  padding: clamp(76px, 9vw, 132px) 36px;
  background: var(--wash);
  border-bottom: 1px solid var(--line);
}

.about-clients h2 {
  max-width: 1120px;
  margin-bottom: 44px;
}

.about-clients .logo-row {
  margin-top: 34px;
}

.about-awards {
  border-bottom: 1px solid var(--line);
}

.about-awards .about-intro {
  border-bottom: 0;
}

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

.award-grid article {
  min-height: 500px;
  padding: 28px;
  background: #fff;
}

.award-grid img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  margin-bottom: 24px;
}

.about-cta {
  position: relative;
  min-height: 720px;
  display: grid;
  align-content: end;
  justify-items: start;
  gap: 24px;
  padding: 90px 36px;
  overflow: hidden;
  color: #fff;
  background: #111827;
}

.about-cta img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .46;
}

.about-cta h2,
.about-cta a {
  position: relative;
  z-index: 1;
  max-width: 1100px;
}

.project-hero {
  min-height: calc(100vh - 142px);
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: clamp(36px, 7vw, 110px);
  align-items: end;
  padding: clamp(80px, 10vw, 150px) 36px clamp(64px, 8vw, 110px);
  border-bottom: 1px solid var(--line);
}

.project-hero h1 {
  margin: 0;
  font-size: clamp(40px, 5vw, 76px);
  line-height: .94;
  letter-spacing: -.04em;
}

.project-hero p:not(.eyebrow) {
  max-width: 880px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 1.8vw, 26px);
  font-weight: 850;
  line-height: 1.18;
  letter-spacing: 0;
}

.project-featured {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.project-feature-card {
  min-height: 720px;
  display: grid;
  grid-template-rows: 1fr auto;
  background: #fff;
}

.project-feature-card img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}

.project-feature-card div {
  padding: 34px;
}

.project-feature-card h2 {
  margin: 0 0 24px;
  font-size: clamp(30px, 3.6vw, 52px);
  line-height: .96;
  letter-spacing: -.03em;
}

.project-section {
  padding: clamp(76px, 9vw, 132px) 36px;
  border-bottom: 1px solid var(--line);
}

.project-masonry {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 260px;
  gap: 18px;
}

.project-masonry figure {
  position: relative;
  min-height: 260px;
  margin: 0;
  overflow: hidden;
  background: var(--wash);
}

.project-masonry figure.large {
  grid-row: span 2;
  grid-column: span 2;
}

.project-masonry figure.wide {
  grid-column: span 2;
}

.project-masonry img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

.project-masonry figure:hover img {
  transform: scale(1.045);
}

.project-masonry figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px;
  color: #fff;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.72));
}

.project-masonry strong {
  display: block;
  font-size: 24px;
  line-height: 1;
}

.project-masonry span {
  display: block;
  margin-top: 8px;
  color: rgba(255,255,255,.78);
}

.blue-project-band {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 44px;
  align-items: end;
  color: #fff;
  background: var(--blue);
}

.blue-project-band h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 58px);
  line-height: .92;
  letter-spacing: -.04em;
}

.blue-project-band .eyebrow {
  color: rgba(255,255,255,.78);
}

.project-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255,255,255,.25);
}

.project-steps article {
  min-height: 260px;
  padding: 26px;
  background: rgba(255,255,255,.1);
}

.project-steps span {
  display: block;
  margin-bottom: 30px;
  color: rgba(255,255,255,.72);
  font-weight: 900;
}

.project-steps h3 {
  margin: 0 0 12px;
  font-size: clamp(28px, 3vw, 46px);
  line-height: .96;
}

.project-steps p {
  color: rgba(255,255,255,.78);
}

.project-type-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.project-type-grid a {
  min-height: 560px;
  display: flex;
  flex-direction: column;
  background: #fff;
}

.project-type-grid img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.project-type-grid h3 {
  margin: 24px 24px 12px;
  font-size: clamp(30px, 3vw, 50px);
  line-height: .92;
  letter-spacing: -.045em;
}

.project-type-grid p {
  margin: 0 24px 28px;
  color: var(--muted);
  line-height: 1.45;
}

.modular-subnav {
  gap: clamp(28px, 5vw, 72px);
}

.realisations-hero {
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(360px, 1.2fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  padding: clamp(44px, 5.5vw, 76px) 36px clamp(34px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
}

.realisations-hero h1,
.case-hero h1 {
  margin: 0;
  font-size: clamp(40px, 5vw, 76px);
  line-height: 0.94;
  letter-spacing: -0.04em;
}

.realisations-hero p,
.case-hero > p {
  max-width: 820px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 850;
  line-height: 1.18;
  letter-spacing: 0;
}

.case-index {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.case-tile {
  position: relative;
  min-height: clamp(300px, 26vw, 380px);
  display: grid;
  align-content: end;
  overflow: hidden;
  padding: 28px;
  color: #fff;
  background: #111827;
}

.case-tile-large {
  grid-column: auto;
  min-height: clamp(300px, 26vw, 380px);
}

.case-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
  transition: transform 0.65s ease, opacity 0.35s ease;
}

.case-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.02) 28%, rgba(0,0,0,0.68) 100%);
}

.case-tile span,
.case-tile h2 {
  position: relative;
  z-index: 1;
}

.case-tile span {
  margin-bottom: 10px;
  font-weight: 900;
  opacity: 0.86;
}

.case-tile h2 {
  margin: 0;
  font-size: clamp(30px, 3.8vw, 58px);
  line-height: 0.96;
  letter-spacing: -0.02em;
}

.case-tile:hover img {
  opacity: 0.88;
  transform: scale(1.055);
}

.realisations-book {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(360px, 1.05fr);
  gap: clamp(36px, 7vw, 110px);
  align-items: center;
  padding: clamp(78px, 10vw, 150px) 36px;
  background: var(--wash);
  border-bottom: 1px solid var(--line);
}

.realisations-book h2 {
  max-width: 1080px;
  margin: 0 0 34px;
  font-size: clamp(32px, 4vw, 58px);
  line-height: 0.92;
  letter-spacing: -0.04em;
}

.realisations-book img {
  width: 100%;
  min-height: 420px;
  object-fit: cover;
  background: #fff;
  border: 1px solid var(--line);
}

.case-hero {
  min-height: calc(82vh - 142px);
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(360px, 1.2fr);
  gap: clamp(38px, 8vw, 130px);
  align-items: end;
  padding: clamp(82px, 10vw, 150px) 36px clamp(54px, 7vw, 104px);
  border-bottom: 1px solid var(--line);
}

.case-meta {
  padding: 0 36px;
  border-bottom: 1px solid var(--line);
}

.case-meta dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
}

.case-meta div {
  min-height: 150px;
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 24px 28px;
  border-right: 1px solid var(--line);
}

.case-meta div:last-child {
  border-right: 0;
}

.case-meta dt {
  color: var(--muted);
  font-weight: 850;
}

.case-meta dd {
  margin: 0;
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 900;
  line-height: 1;
}

.case-full-image {
  margin: 0;
  height: clamp(520px, 74vw, 980px);
  overflow: hidden;
}

.case-full-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-offset-image {
  margin: 0 36px;
  height: clamp(460px, 62vw, 860px);
}

.case-copy {
  max-width: 1180px;
  padding: clamp(78px, 10vw, 150px) 36px;
}

.case-copy p {
  margin: 0 0 32px;
  font-size: clamp(22px, 2.8vw, 42px);
  font-weight: 850;
  line-height: 1.06;
  letter-spacing: -0.025em;
}

.case-copy p:last-child {
  margin-bottom: 0;
  color: var(--muted);
}

.case-image-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.case-image-pair img {
  width: 100%;
  height: clamp(420px, 52vw, 720px);
  object-fit: cover;
}

.case-image-pair-tall img {
  height: clamp(520px, 66vw, 900px);
}

.case-story-block {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(360px, 1.15fr);
  gap: clamp(36px, 7vw, 110px);
  padding: clamp(78px, 10vw, 150px) 36px;
  border-bottom: 1px solid var(--line);
}

.case-story-block h2 {
  position: sticky;
  top: 170px;
  margin: 0;
  font-size: clamp(32px, 4vw, 58px);
  line-height: 0.92;
  letter-spacing: -0.04em;
}

.case-story-block p {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: clamp(20px, 2.5vw, 36px);
  line-height: 1.24;
  font-weight: 760;
}

.case-story-block p:last-child {
  margin-bottom: 0;
}

.case-quote {
  padding: clamp(82px, 10vw, 150px) 36px;
  color: #fff;
  background: var(--blue);
}

.case-quote blockquote {
  max-width: 1320px;
  margin: 0;
  font-size: clamp(32px, 4vw, 58px);
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: -0.04em;
}

.case-quote cite {
  display: block;
  margin-top: 28px;
  font-size: 18px;
  font-style: normal;
  font-weight: 850;
}

.case-next a {
  position: relative;
  min-height: 640px;
  display: grid;
  align-content: end;
  gap: 16px;
  padding: 52px 36px;
  overflow: hidden;
  color: #fff;
  background: #111827;
}

.case-next img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.45;
  transition: transform 0.65s ease, opacity 0.35s ease;
}

.case-next span,
.case-next strong {
  position: relative;
  z-index: 1;
}

.case-next span {
  font-weight: 900;
}

.case-next strong {
  max-width: 1100px;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 0.92;
  letter-spacing: -0.045em;
}

.case-next a:hover img {
  opacity: 0.58;
  transform: scale(1.04);
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
    padding: 0 18px;
  }

  .desktop-nav,
  .header-actions .text-button,
  .header-actions .language,
  .mega-shell {
    display: none;
  }

  .mobile-toggle {
    display: block;
  }

  .header-actions {
    display: none;
  }

  .hero,
  .product-detail-hero,
  .finder,
  .feature-band,
  .pod-hero,
  .logos,
  .contact-hero,
  .contact-section-title,
  .contact-form-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding: 38px 18px 48px;
  }

  .hero-image {
    width: 100%;
  }

  .finder,
  .products,
  .feature-band,
  .story-band,
  .pod-hero,
  .logos,
  .contact-section {
    padding: 56px 18px;
  }

  .criteria,
  .product-grid,
  .detail-grid,
  .related-products,
  .footer-grid,
  .logo-row,
  .general-contact-grid,
  .people-grid,
  .showroom-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-hero {
    min-height: auto;
    padding: 72px 18px 56px;
  }

  .contact-anchor-nav {
    top: 76px;
    padding: 20px 18px;
  }

  .jetson-header {
    grid-template-columns: auto auto;
    padding: 0 18px;
  }

  .product-subnav {
    top: 76px;
    grid-template-columns: 1fr;
    gap: 0;
    overflow-x: auto;
  }

  .product-subnav .jetson-nav {
    display: flex;
    justify-self: start;
    gap: 24px;
    padding: 0 0 16px;
    white-space: nowrap;
  }

  .product-subnav-title,
  .product-subnav .jetson-actions {
    display: none;
  }

  .jetson-header:not(.product-subnav) .jetson-nav,
  .jetson-actions > a,
  .jetson-actions > button:not(.mobile-toggle) {
    display: none;
  }

  .jetson-hero {
    min-height: 720px;
  }

  .jetson-hero-copy {
    padding: 0 18px 54px;
  }

  .jetson-section {
    padding: 64px 18px;
  }

  .jetson-section-head,
  .jetson-config,
  .tech-hero,
  .about-hero,
  .about-intro,
  .project-hero,
  .blue-project-band,
  .realisations-hero,
  .realisations-book,
  .case-hero,
  .case-story-block {
    grid-template-columns: 1fr;
  }

  .config-stage {
    position: relative;
    top: auto;
    height: 560px;
  }

  .feature-grid,
  .realization-grid,
  .tech-grid,
  .sustain-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .spec-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-subnav {
    justify-content: flex-start;
    padding: 0 18px;
  }

  .about-hero,
  .about-intro,
  .about-clients,
  .about-cta,
  .project-hero,
  .project-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .about-story-grid,
  .award-grid,
  .project-featured,
  .project-type-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-masonry {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-meta {
    padding: 0;
  }

  .case-meta dl,
  .case-index,
  .case-image-pair {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-meta div:nth-child(2n) {
    border-right: 0;
  }

  .case-story-block h2 {
    position: static;
  }

  .newsletter {
    display: block;
  }
}

@media (max-width: 640px) {
  h1 {
    font-size: 46px;
  }

  .criteria,
  .product-grid,
  .detail-grid,
  .related-products,
  .footer-grid,
  .logo-row,
  .general-contact-grid,
  .people-grid,
  .showroom-grid,
  .form-row,
  .feature-grid,
  .realization-grid,
  .tech-grid,
  .spec-card-grid,
  .sustain-grid,
  .about-numbers,
  .about-story-grid,
  .award-grid,
  .project-featured,
  .project-masonry,
  .project-steps,
  .project-type-grid,
  .case-index,
  .case-meta dl,
  .case-image-pair {
    grid-template-columns: 1fr;
  }

  .realisations-hero,
  .realisations-book,
  .case-hero,
  .case-copy,
  .case-story-block,
  .case-quote {
    padding-left: 18px;
    padding-right: 18px;
  }

  .case-tile,
  .case-tile-large {
    min-height: 520px;
    padding: 24px 18px;
  }

  .case-meta div {
    min-height: 118px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .case-offset-image {
    margin: 0;
  }

  .project-masonry figure.large,
  .project-masonry figure.wide {
    grid-column: auto;
    grid-row: auto;
  }

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

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

  .collection-rail {
    grid-auto-columns: minmax(280px, 88vw);
  }

  .pod-card {
    min-height: 680px;
  }

  .fabric-grid {
    grid-template-columns: repeat(4, 36px);
  }

  .config-price {
    align-items: flex-start;
    flex-direction: column;
  }

  .section-head,
  .product-card div {
    align-items: start;
    flex-direction: column;
  }
}
