:root {
  --background: #f6f7f4;
  --foreground: #17201b;
  --ink: #17201b;
  --muted: #5f6d65;
  --line: #d8ddda;
  --panel: #ffffff;
  --field: #f2f5f1;
  --accent: #d45c2e;
  --accent-dark: #8c351d;
  --green: #173f34;
  --green-soft: #e8efea;
  --steel: #476676;
  --shadow: 0 18px 52px rgba(23, 32, 27, 0.12);
}

@theme inline {
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --font-sans: var(--font-geist-sans);
  --font-mono: var(--font-geist-mono);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  line-height: 1.45;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  align-items: center;
  background: rgba(255, 253, 247, 0.9);
  border-bottom: 1px solid rgba(23, 32, 27, 0.12);
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr auto 1fr;
  left: 0;
  padding: 12px clamp(18px, 4vw, 64px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  min-width: 210px;
}

.brand-mark {
  align-items: center;
  background: linear-gradient(135deg, var(--green), #2d6f57);
  color: #fffdf7;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  border-radius: 8px;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.1;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
  margin-top: 3px;
}

.nav {
  align-items: center;
  display: flex;
  background: rgba(232, 239, 234, 0.8);
  border: 1px solid rgba(23, 32, 27, 0.08);
  border-radius: 8px;
  gap: 2px;
  padding: 4px;
}

.nav a,
.header-cta,
.primary-btn,
.secondary-btn {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  height: 42px;
  justify-content: center;
  padding: 0 16px;
  white-space: nowrap;
}

.nav a {
  border-radius: 8px;
  color: #314039;
  height: 36px;
}

.nav a:hover {
  background: rgba(36, 87, 70, 0.08);
}

.header-cta {
  background: linear-gradient(135deg, var(--accent), #b94725);
  border-radius: 8px;
  color: white;
  justify-self: end;
}

.hero {
  --hero-image: none;
  align-items: center;
  background-image: linear-gradient(90deg, rgba(15, 24, 20, 0.9), rgba(15, 24, 20, 0.58) 48%, rgba(15, 24, 20, 0.12)), url('./public/assets/container-camp-exterior.webp');
  background-position: center;
  background-size: cover;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 410px);
  min-height: min(820px, calc(100svh - 65px));
  padding: clamp(76px, 11vh, 132px) clamp(18px, 5vw, 78px) clamp(42px, 7vh, 76px);
  position: relative;
}

.hero-overlay {
  background:
    radial-gradient(circle at 18% 28%, rgba(212, 92, 46, 0.18), transparent 34%),
    linear-gradient(0deg, rgba(15, 24, 20, 0.74), transparent 48%);
  inset: 0;
  position: absolute;
}

.hero-content,
.quote-card {
  position: relative;
  z-index: 1;
}

.hero-content {
  color: #fffdf7;
  max-width: 840px;
}

.eyebrow {
  color: var(--accent);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #ffb193;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: 82px;
  font-weight: 850;
  line-height: 0.98;
  margin-bottom: 24px;
  max-width: 950px;
}

.hero-copy {
  color: rgba(255, 253, 247, 0.9);
  font-size: 22px;
  line-height: 1.45;
  max-width: 760px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.primary-btn {
  background: linear-gradient(135deg, var(--accent), #b94725);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(212, 92, 46, 0.25);
  color: white;
  min-width: 196px;
}

.secondary-btn {
  background: rgba(255, 253, 247, 0.08);
  border-radius: 8px;
  border-color: rgba(255, 255, 255, 0.44);
  color: white;
  min-width: 150px;
}

.quote-card {
  background: rgba(255, 253, 247, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 8px;
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.26);
  padding: 26px;
}

.quote-card h2 {
  font-size: 28px;
  line-height: 1.05;
  margin-bottom: 12px;
}

.quote-card p,
.section-head p,
.copy-panel p,
.contact-copy p {
  color: var(--muted);
  line-height: 1.65;
}

.mini-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
  margin-top: 22px;
}

.mini-grid span {
  background: var(--green-soft);
  border-radius: 6px;
  color: #2d3b34;
  font-size: 13px;
  font-weight: 750;
  padding: 10px;
}

.signal-band {
  background: #112d25;
  color: #fffdf7;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(6, 1fr);
}

.signal-band a {
  background: rgba(255, 255, 255, 0.06);
  display: grid;
  gap: 7px;
  min-height: 58px;
  padding: 18px 16px;
  transition: background 160ms ease, transform 160ms ease;
}

.signal-band a:hover,
.signal-band a:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  outline: none;
}

.signal-band strong {
  color: #fffdf7;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.15;
}

.signal-band small {
  color: rgba(255, 253, 247, 0.68);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
}

.section,
.split-section,
.contact-section {
  padding: clamp(58px, 8vw, 112px) clamp(18px, 5vw, 78px);
}

.section-head {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(260px, 0.75fr) minmax(320px, 1fr);
  margin: 0 auto 36px;
  max-width: 1180px;
}

.section-head h2,
.copy-panel h2,
.contact-copy h2,
.markets h2 {
  font-size: 52px;
  font-weight: 820;
  line-height: 1;
  margin-bottom: 0;
}

.section-head.compact {
  display: block;
  max-width: 850px;
  text-align: center;
}

.section-head.compact h2 {
  margin-bottom: 16px;
}

.solution-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1180px;
}

.solution-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 44px rgba(23, 32, 27, 0.07);
  overflow: hidden;
}

.solution-card img {
  aspect-ratio: 1.28;
  height: auto;
  object-fit: cover;
  width: 100%;
  filter: saturate(0.92) contrast(1.04);
}

.solution-card div {
  padding: 22px;
}

.solution-card h3,
.product-card h3,
.process-card h3 {
  font-size: 22px;
  line-height: 1.15;
  margin-bottom: 10px;
}

.solution-card p,
.product-card p,
.process-card p {
  color: var(--muted);
  line-height: 1.55;
}

.product-section {
  background: #eef1ed;
}

.product-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1180px;
}

.product-card {
  background: var(--panel);
  border: 1px solid #cfd7d1;
  border-radius: 8px;
  box-shadow: 0 14px 40px rgba(23, 32, 27, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 260px;
  padding: 24px;
}

.product-icon {
  align-items: center;
  background: linear-gradient(135deg, #dfe8e2, #f3f0e8);
  border-radius: 8px;
  color: var(--green);
  display: flex;
  font-size: 13px;
  font-weight: 850;
  height: 44px;
  justify-content: center;
  margin-bottom: 22px;
  width: 44px;
}

.product-card strong {
  color: var(--accent-dark);
  display: inline-flex;
  font-weight: 800;
  margin-top: 10px;
}

.product-card {
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.product-card:hover,
.product-card:focus-visible {
  border-color: var(--accent);
  box-shadow: 0 18px 45px rgba(23, 32, 27, 0.12);
  outline: none;
  transform: translateY(-2px);
}

.configuration-section {
  background: linear-gradient(180deg, #f6f7f4, #eef1ed);
}

.config-choice-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1180px;
}

.config-choice-card {
  background: var(--panel);
  border: 1px solid #cfd7d1;
  border-radius: 8px;
  box-shadow: 0 14px 38px rgba(23, 32, 27, 0.07);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.config-choice-card:hover,
.config-choice-card:focus-visible {
  border-color: var(--accent);
  box-shadow: 0 20px 48px rgba(23, 32, 27, 0.13);
  outline: none;
  transform: translateY(-3px);
}

.config-choice-card img {
  aspect-ratio: 1.48;
  object-fit: cover;
  width: 100%;
}

.config-choice-card div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.config-choice-card span {
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 850;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.config-choice-card h3 {
  font-size: 23px;
  line-height: 1.12;
  margin-bottom: 10px;
}

.config-choice-card p {
  color: var(--muted);
  line-height: 1.55;
  margin-bottom: 16px;
}

.config-choice-card ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
}

.config-choice-card li {
  color: #354740;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  padding-left: 18px;
  position: relative;
}

.config-choice-card li::before {
  background: var(--accent);
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 7px;
}

.config-choice-card strong {
  align-items: center;
  background: #173f34;
  border-radius: 8px;
  color: #fffdf7;
  display: inline-flex;
  font-size: 14px;
  font-weight: 850;
  justify-content: center;
  margin-top: auto;
  min-height: 44px;
  padding: 10px 14px;
  text-align: center;
}

.spaces-section {
  background: #fffdf7;
}

.space-showcase {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1180px;
}

.space-card {
  background: #18221e;
  color: #fffdf7;
  min-height: 420px;
  overflow: hidden;
  position: relative;
}

.space-card.large {
  grid-column: span 2;
  grid-row: span 2;
}

.space-card img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  filter: saturate(0.9) contrast(1.06);
}

.space-card::after {
  background: linear-gradient(0deg, rgba(16, 23, 19, 0.9), rgba(16, 23, 19, 0.16));
  content: '';
  inset: 0;
  position: absolute;
}

.space-content {
  bottom: 0;
  left: 0;
  padding: 24px;
  position: absolute;
  right: 0;
  z-index: 1;
}

.space-content span {
  color: #ffb193;
  display: block;
  font-size: 12px;
  font-weight: 850;
  margin-bottom: 9px;
  text-transform: uppercase;
}

.space-content h3 {
  font-size: 24px;
  line-height: 1.08;
  margin-bottom: 10px;
}

.space-content p,
.space-content li {
  color: rgba(255, 253, 247, 0.78);
  line-height: 1.5;
}

.space-content ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding-left: 18px;
}

.detail-section {
  background: #eef1ed;
}

.product-detail {
  align-items: stretch;
  background: var(--panel);
  border: 1px solid #cfd7d1;
  border-radius: 8px;
  box-shadow: 0 16px 48px rgba(23, 32, 27, 0.08);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 16px auto 0;
  max-width: 1180px;
  min-height: 430px;
  scroll-margin-top: 96px;
}

.product-detail.reverse .detail-media {
  order: 2;
}

.detail-media {
  align-items: center;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  min-height: 430px;
  padding: clamp(22px, 4vw, 46px);
  position: relative;
}

.detail-media::before {
  background: rgba(18, 30, 25, 0.42);
  content: '';
  inset: 0;
  position: absolute;
}

.room-dorm {
  background-image: url('./public/assets/worker-accommodation-interior.webp');
}

.room-office {
  background-image: url('./public/assets/site-office-interior.webp');
}

.room-sanitary {
  background-image: url('./public/assets/toilet-shower-interior.webp');
}

.room-kitchen {
  background-image: url('./public/assets/kitchen-dining-interior.webp');
}

.room-expandable {
  background-image: url('./public/assets/container-cafe-kiosk.webp');
}

.room-flatpack {
  background-image: url('./public/assets/container-camp-exterior.webp');
}

.room-plan {
  background: rgba(255, 253, 247, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.62);
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 0.7fr 1fr;
  max-width: 430px;
  min-height: 220px;
  padding: 12px;
  position: relative;
  width: min(100%, 430px);
  z-index: 1;
}

.room-plan span {
  align-items: center;
  background: #dfe5e0;
  border: 1px solid #bcc8c0;
  color: #22332b;
  display: flex;
  font-size: 12px;
  font-weight: 850;
  justify-content: center;
  min-height: 58px;
  padding: 8px;
  text-align: center;
}

.office-plan,
.kitchen-plan {
  grid-template-columns: 1.2fr 1fr 1fr;
}

.sanitary-plan {
  grid-template-columns: repeat(3, 1fr);
}

.expandable-plan {
  grid-template-columns: 1fr 1.4fr 0.8fr;
}

.flatpack-plan {
  grid-template-columns: repeat(2, 1fr);
}

.detail-copy {
  padding: clamp(28px, 5vw, 64px);
}

.detail-copy h3 {
  font-size: 42px;
  line-height: 1.05;
  margin-bottom: 16px;
}

.detail-copy p {
  color: var(--muted);
  line-height: 1.65;
}

.spec-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
  margin: 24px 0;
}

.spec-grid span {
  background: #e8ece7;
  border: 1px solid #ccd7d0;
  color: #2c3d35;
  font-size: 13px;
  font-weight: 800;
  padding: 11px;
}

.detail-cta {
  background: var(--accent);
  border: 1px solid var(--accent);
  border-radius: 8px;
  color: white;
  display: inline-flex;
  font-weight: 850;
  justify-content: center;
  min-height: 46px;
  padding: 13px 18px;
  text-align: center;
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.secondary-detail {
  background: #fffdf7;
  color: var(--accent-dark);
}

.split-section {
  align-items: stretch;
  display: grid;
  gap: 0;
  grid-template-columns: 1.05fr 0.95fr;
}

.visual-panel img {
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  width: 100%;
  filter: saturate(0.9) contrast(1.04);
}

.copy-panel {
  background: #202c27;
  color: #fffdf7;
  padding: clamp(34px, 6vw, 76px);
}

.copy-panel p {
  color: rgba(255, 253, 247, 0.74);
}

.check-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

.check-list li {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 13px;
}

.process-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1180px;
}

.process-card {
  border-left: 3px solid var(--accent);
  background: var(--panel);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(23, 32, 27, 0.06);
  padding: 22px;
}

.process-card span {
  color: var(--steel);
  display: block;
  font-weight: 850;
  margin-bottom: 28px;
}

.markets {
  align-items: start;
  background: #fffdf7;
  display: grid;
  gap: 32px;
  grid-template-columns: 0.8fr 1.2fr;
}

.market-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.market-list span {
  background: #e8ece7;
  border: 1px solid #cfd8d0;
  color: #2c3d35;
  font-weight: 750;
  padding: 12px 14px;
}

.contact-section {
  background: #17201b;
  color: #fffdf7;
  display: grid;
  gap: 42px;
  grid-template-columns: 0.8fr 1.2fr;
}

.contact-copy p {
  color: rgba(255, 253, 247, 0.72);
}

.source-note {
  border-left: 3px solid var(--accent);
  color: rgba(255, 253, 247, 0.64);
  font-size: 13px;
  line-height: 1.5;
  margin-top: 28px;
  padding-left: 14px;
}

.contact-methods {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 24px;
}

.contact-method,
.contact-empty {
  background: rgba(255, 253, 247, 0.08);
  border: 1px solid rgba(255, 253, 247, 0.18);
  border-radius: 8px;
  color: #fffdf7;
  display: grid;
  gap: 3px;
  min-height: 72px;
  padding: 12px;
}

.contact-method strong {
  color: #ffb193;
  font-size: 13px;
  text-transform: uppercase;
}

.contact-method span {
  overflow-wrap: anywhere;
}

.contact-method small,
.contact-empty {
  color: rgba(255, 253, 247, 0.62);
  line-height: 1.35;
}

.floating-contact {
  bottom: 18px;
  display: grid;
  gap: 8px;
  justify-items: end;
  position: fixed;
  right: 18px;
  z-index: 30;
}

.floating-contact a,
.floating-contact button {
  background: #173f34;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  color: #fffdf7;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  min-height: 42px;
  padding: 11px 13px;
}

.floating-contact-toggle {
  background: var(--accent);
  min-width: 92px;
}

.floating-contact-panel {
  display: none;
  gap: 8px;
  grid-template-columns: 1fr;
  min-width: 190px;
}

.floating-contact.is-open .floating-contact-panel {
  display: grid;
}

.floating-contact-panel a,
.floating-contact-panel button {
  width: 100%;
}

.floating-contact-panel a:first-child {
  background: #173f34;
}

.quote-form {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}

.quote-form label {
  display: grid;
  gap: 7px;
}

.quote-form span {
  color: rgba(255, 253, 247, 0.72);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  background: rgba(255, 253, 247, 0.08);
  border: 1px solid rgba(255, 253, 247, 0.22);
  color: #fffdf7;
  font: inherit;
  min-height: 48px;
  padding: 12px;
  width: 100%;
}

.quote-form select option {
  color: var(--ink);
}

.quote-form textarea {
  min-height: 130px;
  resize: vertical;
}

.quote-form input::placeholder,
.quote-form textarea::placeholder {
  color: rgba(255, 253, 247, 0.45);
}

.quote-form .wide,
.quote-form .form-consent,
.quote-form button {
  grid-column: 1 / -1;
}

.form-consent {
  color: rgba(255, 253, 247, 0.62);
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

.form-consent a {
  color: #ffb193;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.quote-form button {
  background: var(--accent);
  border-radius: 8px;
  border: 0;
  color: white;
  cursor: pointer;
  font: inherit;
  font-weight: 850;
  min-height: 52px;
}

footer {
  align-items: center;
  background: #101713;
  color: rgba(255, 253, 247, 0.74);
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: space-between;
  padding: 24px clamp(18px, 5vw, 78px);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-links a {
  color: rgba(255, 253, 247, 0.78);
}

.footer-links a:hover {
  color: #fffdf7;
}

footer strong {
  color: #fffdf7;
}

.legal-page {
  background: #fffdf7;
}

.legal-hero {
  background: #17201b;
  color: #fffdf7;
  padding: 72px clamp(18px, 5vw, 78px) 48px;
}

.legal-hero h1 {
  font-size: 56px;
  margin-bottom: 12px;
}

.legal-hero p:not(.eyebrow) {
  color: rgba(255, 253, 247, 0.72);
}

.legal-content {
  margin: 0 auto;
  max-width: 900px;
  padding: 54px 18px 84px;
}

.legal-content h2 {
  color: var(--green);
  font-size: 26px;
  line-height: 1.15;
  margin: 30px 0 10px;
}

.legal-content p {
  color: var(--muted);
  line-height: 1.75;
}

.visually-hidden {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

@media (max-width: 900px) {
  .site-header {
    align-items: start;
    grid-template-columns: 1fr;
    position: relative;
  }

  .nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    order: 3;
    width: 100%;
  }

  .header-cta {
    position: absolute;
    right: 18px;
    top: 13px;
  }

  .hero,
  .section-head,
  .split-section,
  .markets,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 56px;
  }

  h1 {
    font-size: 56px;
  }

  .section-head h2,
  .copy-panel h2,
  .contact-copy h2,
  .markets h2 {
    font-size: 40px;
  }

  .detail-copy h3 {
    font-size: 34px;
  }

  .solution-grid,
  .product-grid,
  .config-choice-grid,
  .space-showcase {
    grid-template-columns: 1fr;
  }

  .space-card.large {
    grid-column: span 1;
    grid-row: span 1;
  }

  .product-detail {
    grid-template-columns: 1fr;
  }

  .product-detail.reverse .detail-media {
    order: 0;
  }

  .process-grid {
    grid-template-columns: 1fr 1fr;
  }

  .signal-band {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 560px) {
  body {
    padding-bottom: 68px;
  }

  .brand {
    min-width: 0;
  }

  .brand small {
    display: block;
    font-size: 11px;
  }

  .header-cta {
    height: 38px;
    padding: 0 12px;
  }

  .nav {
    border-radius: 8px;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 6px;
  }

  .nav a {
    flex: 0 0 auto;
    height: 34px;
    padding: 0 11px;
  }

  h1 {
    font-size: 40px;
  }

  .hero-copy {
    font-size: 16px;
  }

  .quote-card {
    padding: 20px;
  }

  .hero-actions,
  .mini-grid,
  .quote-form,
  .spec-grid {
    grid-template-columns: 1fr;
  }

  .primary-btn,
  .secondary-btn,
  .detail-actions,
  .detail-cta {
    width: 100%;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .signal-band {
    background: #0f2a23;
    gap: 8px;
    grid-template-columns: 1fr 1fr;
    padding: 10px;
  }

  .signal-band a {
    background: rgba(255, 253, 247, 0.08);
    border: 1px solid rgba(255, 253, 247, 0.1);
    border-radius: 8px;
    min-height: 98px;
    padding: 13px 12px;
  }

  .signal-band strong {
    font-size: 13px;
  }

  .signal-band small {
    display: -webkit-box;
    font-size: 11px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .contact-methods {
    grid-template-columns: 1fr;
  }

  .floating-contact {
    bottom: 10px;
    left: auto;
    right: 10px;
  }

  .floating-contact-toggle {
    min-width: 84px;
    padding: 10px 8px;
  }

  .floating-contact-panel {
    min-width: min(260px, calc(100vw - 20px));
  }

  .solution-card img,
  .visual-panel img,
  .detail-media {
    min-height: 280px;
  }

  .section-head {
    gap: 14px;
  }

  .product-card,
  .config-choice-card div,
  .solution-card div,
  .space-content,
  .detail-copy {
    padding: 20px;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .footer-links a {
    background: rgba(255, 253, 247, 0.06);
    border: 1px solid rgba(255, 253, 247, 0.1);
    border-radius: 8px;
    min-height: 40px;
    padding: 10px;
  }
}
