:root {
  --bg: #0b0f15;
  --surface: #121821;
  --surface-2: #171f2b;
  --text: #dde5f2;
  --muted: #9cadc6;
  --title: #f7fbff;
  --accent: #d0a56a;
  --accent-soft: #2a3444;
  --ok-bg: #193223;
  --ok-text: #cde8d8;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

body {
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(1000px 380px at 0% -10%, #1a2433 0%, transparent 62%),
    radial-gradient(900px 340px at 100% -15%, #2a2118 0%, transparent 58%),
    linear-gradient(180deg, #0a0f16 0%, #0c1118 100%);
  line-height: 1.65;
  overflow-x: hidden;
}

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

a:hover {
  color: var(--title);
}

.container {
  width: min(1160px, calc(100% - 44px));
  margin: 0 auto;
}

img,
svg,
video,
canvas {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

table {
  width: 100%;
  display: block;
  overflow-x: auto;
}

.topbar {
  border-bottom: 1px solid #1b2330;
}

.topbar-row {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topbar-contact,
.topbar-social {
  display: inline-flex;
  gap: 12px;
  flex-wrap: wrap;
}

.topbar a {
  font-size: 0.82rem;
  color: var(--muted);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(8px);
  background: color-mix(in srgb, #0f141d 88%, transparent);
  border-bottom: 1px solid #1d2634;
}

.header-row {
  min-height: 78px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
}

.brand-logo {
  display: block;
  height: 50px;
  width: auto;
  max-width: 100%;
}

.brand-top {
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  color: var(--title);
  font-size: 1.05rem;
  letter-spacing: 0.04em;
}

.brand-sub {
  color: var(--muted);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid #2b3b52;
  background: #121b27;
  padding: 9px 8px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  position: relative;
  z-index: 46;
}

.nav-toggle span {
  width: 20px;
  height: 2px;
  background: #dfe8f6;
  display: block;
  transition: transform 220ms ease, opacity 220ms ease;
}

.site-header.nav-open .nav-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.site-header.nav-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.nav-open .nav-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nav-link {
  color: var(--muted);
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
}

.nav-link.is-active,
.nav-link:hover {
  color: var(--title);
  border-bottom-color: var(--accent);
}

.header-cta {
  background: var(--accent);
  color: #1a130d;
  padding: 9px 13px;
  font-weight: 700;
}

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

.label-mobile {
  display: none;
}

.header-call {
  background: #182231;
  color: #eaf1fc;
  padding: 9px 13px;
  font-weight: 700;
  border: 1px solid #2a3b52;
}

.header-call:hover {
  color: #fff;
  border-color: #3a516f;
}

.page-shell {
  padding: 30px 0 56px;
}

.hero {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}

.hero-main {
  background-size: cover;
  background-position: center;
  padding: 26px;
}

.hero-with-logo {
  position: relative;
  isolation: isolate;
}

.hero-with-logo .hero-grid {
  position: relative;
  z-index: 1;
}

.hero-logo-overlay {
  position: relative;
  z-index: 2;
  width: fit-content;
  margin: 0 0 12px;
  background: linear-gradient(135deg, rgba(8, 12, 18, 0.18) 0%, rgba(8, 12, 18, 0.08) 58%, rgba(8, 12, 18, 0.02) 100%);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 14px;
  padding: 8px 12px;
  pointer-events: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.hero-logo-overlay img {
  display: block;
  height: 42px;
  width: auto;
  max-width: 160px;
}

.hero-logo-overlay span {
  display: block;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  color: #f4f8ff;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.hero-soft {
  background: linear-gradient(140deg, #121a27 0%, #0f1520 100%);
  padding: 20px;
}

.hero-soft h1,
.hero-soft p,
.hero-soft .eyebrow {
  text-shadow: 0 2px 18px rgba(8, 11, 17, 0.65);
}

.hero-about {
  background-size: cover;
  background-position: center;
  padding: 28px;
}

.hero-about h1,
.hero-about p,
.hero-about .eyebrow {
  max-width: 68ch;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 20px;
  align-items: start;
}

.hero h1 {
  margin: 0;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  color: var(--title);
  font-size: clamp(2rem, 4.2vw, 3.15rem);
  line-height: 1.08;
}

.hero p {
  margin: 10px 0 0;
  color: #d0d9e8;
  max-width: 70ch;
}

.eyebrow {
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.74rem;
  color: #c5cedd;
  font-weight: 700;
}

.hero-actions {
  margin-top: 16px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hero-visual {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.hero-visual img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.hero-visual img:first-child {
  grid-column: 1 / -1;
  height: 214px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  font-size: 0.92rem;
  font-weight: 700;
}

.button-primary {
  background: var(--accent);
  color: #20170f;
}

.button-ghost {
  background: rgba(22, 31, 43, 0.8);
  color: #e6edf8;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 24px;
}

.trust-strip article {
  background: var(--surface);
  padding: 14px;
}

.trust-strip strong {
  display: block;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  color: var(--title);
  font-size: 1.05rem;
}

.trust-strip span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.9rem;
}

.section {
  margin: 0 0 30px;
}

.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
}

.section h2 {
  margin: 0 0 12px;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  color: var(--title);
  font-size: 1.3rem;
}

.inline-list {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.inline-list a {
  color: var(--muted);
  padding: 7px 12px;
  border: 1px solid #2a3b52;
  border-radius: 999px;
  background: #111a27;
}

.inline-list a:hover,
.inline-list a.is-active {
  color: var(--title);
  border-color: var(--accent);
  background: #182333;
}

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

.project-list-section .feature-grid {
  min-height: 56vh;
}

.empty-projects-state {
  grid-column: 1 / -1;
  min-height: clamp(320px, 52vh, 620px);
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 8px;
}

.empty-projects-state h2 {
  margin: 0;
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(0, 280px) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.product-layout > * {
  min-width: 0;
}

.product-list-content,
.product-list-grid,
.product-list-card,
.product-list-card .feature-body {
  min-width: 0;
}

.product-sidebar {
  position: sticky;
  top: 96px;
}

.product-sidebar h2 {
  margin: 0 0 10px;
  font-size: 1.05rem;
}

.category-menu {
  display: grid;
  gap: 6px;
}

.category-menu a {
  color: var(--muted);
  padding: 6px 0;
}

.category-menu a.is-active,
.category-menu a:hover {
  color: var(--title);
}

.empty-note {
  color: var(--muted);
  font-size: 0.9rem;
}

.feature-card {
  background: var(--surface);
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

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

.product-list-card {
  background: var(--surface);
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.product-list-card:focus-within,
.product-list-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
}

.product-list-card .product-card-media {
  width: 100%;
  aspect-ratio: 5 / 4;
  background: #ffffff;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.product-list-card .product-list-image {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center;
  display: block;
  background: #ffffff;
}

.product-list-card .meta,
.product-list-card h3,
.product-list-card p {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.feature-body {
  padding: 12px;
}

.feature-body > * {
  position: relative;
  z-index: 1;
}

.card-link-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.feature-card:focus-within,
.feature-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
}

.feature-body h3 {
  margin: 0;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 1.06rem;
  color: var(--title);
}

.feature-body p {
  margin: 6px 0 0;
}

.meta {
  color: var(--muted);
  font-size: 0.88rem;
}

.text-list {
  display: grid;
  gap: 14px;
}

.text-item {
  background: var(--surface);
  padding: 12px;
}

.text-item h3 {
  margin: 0;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 1.05rem;
}

.text-item p {
  margin: 6px 0 0;
}

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

.faq-item {
  background: var(--surface);
  padding: 12px;
}

.faq-item h3 {
  margin: 0;
  font-size: 1rem;
  color: var(--title);
}

.about-brief {
  background: var(--surface-2);
  padding: 16px;
}

.about-copy {
  color: #c5cedd;
}

.detail-wrap {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 18px;
}

.detail-cta-group {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

.detail-cta-group .button {
  width: 100%;
}

.contact-side {
  display: grid;
  gap: 14px;
  align-content: start;
}

.contact-info-list {
  display: grid;
  gap: 12px;
}

.contact-info-list p {
  margin: 0;
  color: var(--muted);
}

.contact-info-list a {
  color: var(--text);
}

.detail-hero {
  min-height: 280px;
  display: grid;
  align-content: end;
}

.detail-gallery-section {
  display: grid;
  gap: 12px;
}

.gallery-slider {
  position: relative;
  background: #0e1622;
  border: 1px solid #223145;
  overflow: hidden;
}

.gallery-track {
  display: flex;
  transition: transform 340ms ease;
}

.gallery-slide {
  flex: 0 0 100%;
  margin: 0;
}

.gallery-slide img {
  width: 100%;
  height: clamp(260px, 44vw, 520px);
  object-fit: contain;
  background: #0d141f;
  display: block;
  cursor: zoom-in;
}

.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: 0;
  background: rgba(5, 10, 16, 0.62);
  color: #fff;
  font-size: 1.35rem;
  cursor: pointer;
  z-index: 2;
}

.gallery-nav.prev {
  left: 10px;
}

.gallery-nav.next {
  right: 10px;
}

.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(86px, 1fr));
  gap: 8px;
}

.gallery-thumb {
  border: 1px solid #28384f;
  padding: 0;
  background: #121c2a;
  cursor: pointer;
}

.gallery-thumb.is-active {
  border-color: var(--accent);
}

.gallery-thumb img {
  width: 100%;
  height: 72px;
  object-fit: cover;
  display: block;
}

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(6, 10, 14, 0.92);
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 30px;
}

.lightbox[hidden] {
  display: none;
}

.lightbox img {
  max-width: min(1200px, 92vw);
  max-height: 84vh;
  object-fit: contain;
}

.lightbox-close,
.lightbox-nav {
  border: 0;
  color: #fff;
  background: rgba(17, 25, 35, 0.75);
  cursor: pointer;
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  font-size: 1.6rem;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  font-size: 1.3rem;
}

.lightbox-nav.prev {
  left: 14px;
}

.lightbox-nav.next {
  right: 14px;
}

.soft-block {
  background: var(--surface);
  padding: 14px;
}

.link-action {
  color: var(--accent);
  font-weight: 700;
}

.grid {
  display: grid;
  gap: 12px;
}

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

.form-grid {
  display: grid;
  gap: 10px;
}

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

.field label {
  color: var(--muted);
  font-size: 0.9rem;
}

.field input,
.field textarea {
  width: 100%;
  background: #131b27;
  color: var(--text);
  border: 0;
  padding: 10px 12px;
  font: inherit;
}

.notice {
  background: var(--ok-bg);
  color: var(--ok-text);
  padding: 8px 10px;
  margin-bottom: 12px;
}

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

.media-tile {
  background: var(--surface);
  padding: 8px;
}

.media-tile img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.media-caption {
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.9rem;
}

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

.plan-tile img {
  height: clamp(260px, 38vw, 520px);
  object-fit: contain;
  background: #0d141f;
}

.rich {
  color: #d5ddea;
}

.rich p {
  margin: 0 0 12px;
}

.about-split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 14px;
}

.about-showcase {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 16px;
}

.about-mosaic {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: 170px 170px;
  gap: 10px;
}

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

.about-mosaic img:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

.about-mosaic img:nth-child(2) {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.about-mosaic img:nth-child(3) {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

.about-story h2 {
  margin: 0 0 12px;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  color: var(--title);
  font-size: 1.3rem;
}

.mission-vision-section h2 {
  margin-bottom: 14px;
}

.mission-vision-flow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.mission-vision-item {
  background: #0f1723;
  padding: 14px;
}

.mission-vision-item h3 {
  margin: 0 0 8px;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  color: var(--title);
  font-size: 1.04rem;
}

.mission-vision-item p {
  margin: 0;
  color: var(--text);
  line-height: 1.75;
}

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

.about-highlights h3 {
  margin: 0;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  color: var(--title);
  font-size: 1.02rem;
}

.about-highlights p {
  margin: 8px 0 0;
}

.about-visuals {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}

.about-visuals img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.about-visuals img:first-child {
  grid-column: 1 / -1;
  height: 240px;
}

.mission-vision-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.map-frame iframe {
  display: block;
  min-height: 340px;
}

.site-footer {
  background: linear-gradient(180deg, #0d141f 0%, #0a1018 100%);
  padding: 28px 0 0;
  border-top: 1px solid #1d2634;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1.2fr;
  gap: 24px;
  align-items: start;
  padding-bottom: 22px;
}

.footer-name {
  color: var(--title);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 1.05rem;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
}

.footer-logo {
  max-height: 54px;
  width: auto;
  display: block;
}

.footer-copy {
  color: var(--muted);
  margin: 10px 0 0;
}

.footer-links-col h3,
.footer-business-col h3 {
  margin: 0 0 10px;
  color: var(--title);
  font-size: 1rem;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
}

.footer-links,
.footer-contact-inline {
  display: grid;
  gap: 7px;
}

.footer-links a,
.footer-contact-inline a,
.footer-contact-inline p,
.footer-hours p {
  color: var(--muted);
  margin: 0;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.footer-social a {
  color: #d6dfef;
  font-size: 0.9rem;
}

.footer-bottom {
  border-top: 1px solid #1d2634;
  padding: 10px 0 14px;
}

.footer-bottom-row p {
  margin: 0;
  color: #8fa1be;
  font-size: 0.86rem;
}

.rich img {
  max-width: 100%;
  height: auto;
}

.rich iframe {
  width: 100%;
}

.rich table {
  border-collapse: collapse;
}


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

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

@media (max-width: 980px) {
  .header-row {
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    padding: 12px 0;
  }

  .brand-logo {
    height: 44px;
  }

  .nav-toggle {
    display: inline-flex;
    justify-self: center;
  }

  .main-nav {
    position: absolute;
    left: 12px;
    right: 12px;
    top: calc(100% + 8px);
    z-index: 35;
    background: #101927;
    border: 1px solid #28384e;
    padding: 10px;
    display: none;
    grid-template-columns: 1fr;
    gap: 2px;
    max-height: min(68vh, 500px);
    overflow-y: auto;
    justify-items: start;
  }

  .site-header {
    position: sticky;
  }

  .site-header.nav-open .main-nav {
    display: grid;
  }

  .main-nav .nav-link {
    width: 100%;
    padding: 9px 6px;
    border-bottom: 1px solid #1f2d40;
  }

  .main-nav .nav-link:last-child {
    border-bottom: 0;
  }

  .header-actions {
    justify-self: end;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .header-call,
  .header-cta {
    padding: 8px 11px;
    font-size: 0.88rem;
  }

  .hero-grid,
  .about-showcase,
  .about-highlights,
  .mission-vision-flow,
  .product-layout,
  .feature-grid,
  .faq-grid,
  .detail-wrap,
  .about-split,
  .mission-vision-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

  .product-sidebar {
    position: static;
    top: auto;
  }

  .detail-hero {
    min-height: 220px;
  }

  .hero-grid {
    gap: 12px;
  }

  .product-sidebar {
    margin-bottom: 4px;
  }

  .product-sidebar h2 {
    margin-bottom: 8px;
  }

  .category-menu {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
    padding-bottom: 6px;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .category-menu a {
    white-space: nowrap;
    flex: 0 0 auto;
    padding: 8px 12px;
    border: 1px solid #2a3b52;
    border-radius: 999px;
    background: #121b28;
  }

  .category-menu a.is-active,
  .category-menu a:hover {
    border-color: var(--accent);
    color: #fff;
    background: #1a2737;
  }

  .gallery-nav {
    width: 38px;
    height: 38px;
    font-size: 1.1rem;
  }

  .product-list-content {
    width: 100%;
    overflow-x: clip;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(1160px, calc(100% - 24px));
  }

  .topbar {
    border-bottom: 0;
  }

  .topbar-row {
    min-height: 30px;
  }

  .topbar-social {
    display: none;
  }

  .topbar-contact {
    gap: 8px;
  }

  .topbar a {
    font-size: 0.76rem;
  }

  .header-row {
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "toggle brand actions";
    align-items: center;
    column-gap: 8px;
  }

  .brand {
    grid-area: brand;
    max-width: 118px;
    justify-self: start;
  }

  .header-actions {
    grid-area: actions;
    justify-self: end;
    gap: 6px;
  }

  .nav-toggle {
    grid-area: toggle;
    justify-self: start;
    margin-top: 0;
    width: 38px;
    height: 38px;
    padding: 8px 7px;
  }

  .brand-logo {
    height: 30px;
  }

  .header-call,
  .header-cta {
    min-width: 0;
    width: auto;
    text-align: center;
    white-space: nowrap;
    padding: 7px 9px;
    font-size: 0.78rem;
    line-height: 1;
  }

  .label-desktop {
    display: none;
  }

  .label-mobile {
    display: inline;
  }

  .page-shell {
    padding: 22px 0 44px;
  }

  .hero,
  .hero-main,
  .hero-soft,
  .hero-about {
    padding: 16px;
  }

  .hero {
    margin-bottom: 16px;
    border-radius: 12px;
  }

  .hero-logo-overlay {
    padding: 6px 10px;
    border-radius: 11px;
    margin-bottom: 10px;
  }

  .hero-logo-overlay img {
    height: 30px;
    max-width: 120px;
  }

  .hero-logo-overlay span {
    font-size: 0.8rem;
  }

  .hero h1 {
    line-height: 1.14;
    font-size: clamp(1.55rem, 7vw, 2.1rem);
  }

  .hero p {
    font-size: 0.95rem;
    margin-top: 8px;
  }

  .eyebrow {
    margin-bottom: 6px;
    font-size: 0.68rem;
  }

  .hero-actions {
    margin-top: 12px;
  }

  .section {
    margin: 0 0 22px;
  }

  .trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .trust-strip article {
    padding: 10px;
  }

  .trust-strip strong {
    font-size: 0.98rem;
  }

  .trust-strip span {
    font-size: 0.82rem;
    line-height: 1.35;
  }

  .section-head {
    flex-wrap: wrap;
    gap: 8px;
  }

  .feature-body {
    padding: 11px;
  }

  .hero-visual {
    display: none;
  }

  .hero-visual img,
  .hero-visual img:first-child,
  .feature-card img,
  .media-tile img,
  .about-visuals img,
  .about-visuals img:first-child {
    height: 200px;
  }

  .product-list-card .product-card-media {
    aspect-ratio: 5 / 4;
  }

  .product-list-card .product-list-image {
    height: 100%;
  }

  .gallery-slide img {
    height: clamp(220px, 62vw, 300px);
  }

  .gallery-thumbs {
    grid-template-columns: repeat(auto-fill, minmax(68px, 1fr));
    gap: 6px;
  }

  .gallery-thumb img {
    height: 56px;
  }

  .detail-wrap {
    gap: 12px;
  }

  .lightbox {
    padding: 16px;
  }

  .lightbox-close,
  .lightbox-nav {
    width: 40px;
    height: 40px;
  }

  .lightbox-nav.prev {
    left: 8px;
  }

  .lightbox-nav.next {
    right: 8px;
  }

  .about-mosaic {
    display: none;
  }

  .about-mosaic img:nth-child(1),
  .about-mosaic img:nth-child(2),
  .about-mosaic img:nth-child(3) {
    grid-column: auto;
    grid-row: auto;
  }

  .about-showcase {
    grid-template-columns: 1fr;
  }

  .grid-2,
  .media-grid {
    grid-template-columns: 1fr;
  }

  .inline-list {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .inline-list a {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .plan-tile img {
    height: clamp(220px, 70vw, 320px);
  }

  .button {
    width: 100%;
  }

  .hero-actions {
    gap: 8px;
  }

  .footer-grid {
    gap: 16px;
    padding-bottom: 18px;
  }

  .footer-bottom {
    padding: 10px 0 12px;
  }
}

@media (max-width: 430px) {
  .container {
    width: min(1160px, calc(100% - 18px));
  }

  .brand-logo {
    height: 26px;
  }

  .brand {
    max-width: 98px;
  }

  .header-call,
  .header-cta {
    padding: 7px 8px;
    font-size: 0.74rem;
  }

  .trust-strip {
    gap: 7px;
  }

  .header-actions .header-cta {
    padding: 8px 10px;
    font-size: 0.82rem;
    min-width: 88px;
  }

  .hero h1 {
    font-size: clamp(1.42rem, 7.6vw, 1.86rem);
  }

  .hero,
  .hero-main,
  .hero-soft,
  .hero-about {
    padding: 14px;
  }

  .hero-logo-overlay {
    padding: 5px 8px;
    margin-bottom: 8px;
  }

  .hero-logo-overlay img {
    height: 24px;
    max-width: 96px;
  }

  .hero p,
  .meta,
  .footer-copy,
  .footer-contact-inline p,
  .footer-contact-inline a {
    font-size: 0.88rem;
  }

  .gallery-slide img {
    height: 210px;
  }

  .gallery-nav {
    width: 34px;
    height: 34px;
  }

  .detail-cta-group {
    gap: 8px;
  }
}
