/* PHP direct public template styles. */

.v3-seo-snapshot {
  max-width: var(--max);
  margin: 0 auto;
  padding: 28px 24px 48px;
  color: var(--ink);
}

.v3-product-solution-links,
.v3-solution-product-refs {
  margin-top: 18px;
}

.v3-solution-ref-grid,
.v3-solution-product-ref-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.v3-solution-ref-card a,
.v3-solution-product-ref-card a {
  display: grid;
  gap: 8px;
  height: 100%;
  min-height: 132px;
  padding: 14px;
  border: 1px solid var(--v3-border, #d9e6e7);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(14, 42, 56, 0.06);
}

.v3-solution-ref-card a:hover,
.v3-solution-product-ref-card a:hover {
  border-color: rgba(13, 129, 115, 0.45);
  transform: translateY(-1px);
}

.v3-solution-ref-card span,
.v3-solution-product-ref-card span {
  color: var(--v3-accent, #087b70);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.v3-solution-ref-card strong,
.v3-solution-product-ref-card strong {
  color: var(--v3-ink, #06192d);
  font-size: 18px;
  line-height: 1.22;
}

.v3-solution-ref-card p,
.v3-solution-product-ref-card p {
  margin: 0;
  color: var(--v3-muted, #57708c);
  font-size: 14px;
  line-height: 1.45;
}

.v3-solution-product-ref-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  border-radius: 10px;
  background: #eef5f3;
}

@media (max-width: 900px) {
  .v3-solution-ref-grid,
  .v3-solution-product-ref-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .v3-solution-ref-grid,
  .v3-solution-product-ref-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .v3-solution-ref-card a,
  .v3-solution-product-ref-card a {
    min-height: 0;
    padding: 12px;
  }
}

.v3-seo-snapshot h1,
.v3-seo-snapshot h2,
.v3-seo-snapshot h3,
.v3-seo-snapshot p {
  margin-top: 0;
}

.v3-seo-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: 24px;
  align-items: center;
  margin-bottom: 22px;
  padding: 24px;
  border: 1px solid rgba(9, 33, 54, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 34px rgba(7, 24, 39, 0.08);
}

.v3-seo-kicker {
  margin-bottom: 8px;
  color: #0b7b70;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v3-seo-hero h1 {
  margin-bottom: 10px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.08;
  letter-spacing: 0;
}

.v3-seo-lead {
  max-width: 760px;
  margin-bottom: 0;
  color: #496176;
  font-size: 16px;
  line-height: 1.55;
}

.v3-seo-hero figure {
  margin: 0;
  padding: 16px;
  border-radius: 16px;
  background: #eef4f0;
}

.v3-seo-hero img,
.v3-seo-card img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.v3-seo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.v3-seo-actions a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(11, 123, 112, 0.28);
  border-radius: 999px;
  background: #0b7b70;
  color: #fff;
  font-weight: 800;
}

.v3-seo-actions a + a {
  background: #fff;
  color: #0b7b70;
}

.v3-seo-section {
  margin-top: 18px;
  padding: 20px;
  border: 1px solid rgba(9, 33, 54, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
}

.v3-seo-section h2 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.2;
}

.v3-seo-section p,
.v3-seo-section li {
  color: #496176;
  font-size: 15px;
  line-height: 1.55;
}

.v3-seo-section ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.v3-seo-section li,
.v3-seo-spec-grid > div {
  padding: 12px;
  border: 1px solid rgba(9, 33, 54, 0.1);
  border-radius: 12px;
  background: rgba(247, 251, 253, 0.9);
}

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

.v3-seo-card {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  gap: 8px;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(9, 33, 54, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
}

.v3-seo-card h3 {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.v3-seo-card p {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 0;
  color: #5c7288;
  font-size: 14px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.v3-seo-card img {
  width: 100%;
  height: 150px;
  margin-bottom: 0;
  padding: 10px;
  box-sizing: border-box;
  object-fit: contain;
  border-radius: 10px;
  background: #eef4f0;
}

.v3-seo-spec-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.v3-seo-spec-grid dt {
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.v3-seo-spec-grid dd {
  margin: 0;
  color: #5c7288;
  font-size: 14px;
  line-height: 1.45;
}

.v3-static-spec-section .v3-seo-spec-grid > div:nth-child(n + 9) {
  display: none;
}

.v3-static-spec-section.is-expanded .v3-seo-spec-grid > div {
  display: grid;
}

.v3-static-spec-toggle {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  padding: 0 18px;
  border: 1px solid #b9d9d2;
  border-radius: 999px;
  background: #fff;
  color: var(--teal);
  font: inherit;
  font-weight: 950;
  cursor: pointer;
}

.v3-static-spec-toggle:hover {
  border-color: var(--teal);
  box-shadow: 0 10px 24px rgba(12, 128, 111, 0.12);
}

.v3-static-product-detail {
  --static-card-border: rgba(9, 33, 54, 0.12);
}

.v3-static-product-detail .v3-seo-hero {
  grid-template-columns: minmax(0, 0.95fr) minmax(430px, 0.82fr);
  align-items: start;
  gap: clamp(18px, 2.4vw, 32px);
}

.v3-static-product-detail .v3-seo-hero > * {
  min-width: 0;
}

.v3-static-product-detail .gallery {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  box-sizing: border-box;
  overflow: hidden;
}

.v3-static-product-detail .gallery-main {
  aspect-ratio: 1.42 / 1;
  min-height: 300px;
  border-radius: 18px;
  background: #eef4f0;
}

.v3-static-product-detail .gallery-main img {
  width: 100%;
  height: 100%;
  padding: 14px;
  box-sizing: border-box;
  object-fit: contain;
}

.v3-static-hero-media-note {
  display: grid;
  gap: 5px;
  max-width: min(680px, 100%);
  margin-top: 12px;
  padding: 12px 14px;
  border-top: 1px solid rgba(9, 33, 54, 0.12);
  border-bottom: 1px solid rgba(9, 33, 54, 0.08);
  color: #496176;
  cursor: zoom-in;
}

.v3-static-hero-media-note.v3-static-expandable-text {
  display: grid;
  overflow: visible;
  -webkit-line-clamp: unset;
}

.v3-static-hero-media-note strong {
  color: var(--ink);
  font-size: 16px;
  line-height: 1.3;
}

.v3-static-hero-media-note span {
  display: -webkit-box;
  overflow: hidden;
  color: #5c7288;
  font-size: 14px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.v3-static-gallery-caption {
  display: grid;
  gap: 4px;
  margin-top: 12px;
}

.v3-static-gallery-caption span {
  line-height: 1.5;
}

.v3-static-product-detail .gallery-thumbs button {
  width: calc((100% - 24px) / 4);
  min-height: 78px;
  flex: 0 0 calc((100% - 24px) / 4);
  scroll-snap-align: start;
}

.v3-static-product-detail .gallery-thumbs img {
  width: 100%;
  height: 72px;
  object-fit: contain;
}

.v3-static-conversion-grid {
  margin-top: 14px;
  align-items: stretch;
  gap: 14px;
}

.v3-static-conversion-grid.is-inquiry-only {
  grid-template-columns: minmax(0, 720px);
  justify-content: start;
}

.v3-static-product-video {
  display: grid;
  gap: 14px;
  padding: 18px;
  align-self: stretch;
  align-content: start;
}

.v3-static-product-video-copy h2,
.v3-static-product-inquiry h2 {
  margin-bottom: 6px;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.15;
}

.v3-static-product-video-copy p,
.v3-static-product-inquiry > p {
  margin-bottom: 0;
  color: #496176;
  line-height: 1.55;
}

.v3-static-product-video .detail-video {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 16px;
  background: #061827;
  object-fit: contain;
}

.v3-static-product-inquiry .form-grid {
  margin-top: 12px;
  gap: 10px;
}

.v3-static-product-inquiry {
  align-self: stretch;
  padding: 20px;
  align-content: start;
}

.v3-static-product-inquiry .field {
  gap: 5px;
}

.v3-static-product-inquiry .field input,
.v3-static-product-inquiry .field textarea {
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 12px;
}

.v3-static-product-inquiry .field textarea {
  min-height: 92px;
}

.v3-static-product-inquiry .field-hint {
  font-size: 11px;
  line-height: 1.35;
}

.v3-static-product-inquiry .inquiry-file-control {
  min-height: 44px;
  padding: 0 12px;
}

.v3-static-product-inquiry .consent-check {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.45;
}

.v3-static-home-hero {
  grid-template-columns: minmax(0, 0.84fr) minmax(560px, 1.1fr);
  gap: clamp(20px, 3vw, 42px);
  align-items: start;
}

.v3-static-home-copy {
  min-width: 0;
}

.v3-static-home-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.v3-static-home-metrics div {
  min-width: 0;
  padding: 13px 14px;
  border: 1px solid rgba(9, 33, 54, 0.1);
  border-radius: 14px;
  background: rgba(247, 251, 253, 0.9);
}

.v3-static-home-metrics strong {
  display: block;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.05;
}

.v3-static-home-metrics span {
  display: block;
  margin-top: 4px;
  color: #496176;
  font-size: 13px;
  font-weight: 800;
}

.v3-static-home-feature {
  display: grid;
  min-width: 0;
  gap: 12px;
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(9, 33, 54, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(7, 24, 39, 0.1);
}

.v3-static-home-feature > *,
.v3-static-home-feature .gallery-main,
.v3-static-home-feature .gallery-thumbs {
  box-sizing: border-box;
  min-width: 0;
  width: 100%;
  max-width: 100%;
}

.v3-static-home-feature-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  width: 100%;
  gap: 12px;
}

.v3-static-home-feature-head span {
  min-width: 0;
  color: #0b7b70;
  font-size: 12px;
  font-weight: 950;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v3-static-home-feature-head a,
.v3-static-home-feature-copy a {
  color: var(--ink);
  text-decoration: none;
}

.v3-static-home-feature-head a {
  min-width: 0;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v3-static-home-feature .gallery-main {
  aspect-ratio: 1.42 / 1;
  min-height: 320px;
  border-radius: 18px;
  background: #eef4f0;
}

.v3-static-home-feature .gallery-main img {
  width: 100%;
  height: 100%;
  padding: 12px;
  box-sizing: border-box;
  object-fit: contain;
}

.v3-static-home-feature .gallery-thumbs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  margin-top: 0;
  padding-bottom: 4px;
}

.v3-static-home-feature .gallery-thumbs button {
  width: calc((100% - 24px) / 4);
  min-height: 78px;
  flex: 0 0 calc((100% - 24px) / 4);
  scroll-snap-align: start;
}

.v3-static-home-feature .gallery-thumbs img {
  width: 100%;
  height: 72px;
  object-fit: contain;
}

.v3-static-home-feature-copy h2 {
  margin: 4px 0 6px;
  font-size: clamp(20px, 1.8vw, 26px);
  line-height: 1.14;
}

.v3-static-home-feature-copy p {
  margin: 0;
  color: #496176;
  font-size: 14px;
  line-height: 1.45;
}

.v3-static-home-feature-copy {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(9, 33, 54, 0.12);
}

.v3-static-home-feature-copy .v3-static-home-feature-label {
  margin: 0;
  color: #0b7b70;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v3-static-home-feature-copy [data-static-gallery-description] {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.v3-static-home-products .v3-seo-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.v3-static-home-products .v3-seo-card {
  padding: 12px;
}

.v3-static-home-products .v3-seo-card img {
  height: auto;
  max-height: none;
  aspect-ratio: 1.18 / 1;
  border: 1px solid rgba(9, 33, 54, 0.08);
}

.v3-static-home-video-section {
  max-width: var(--max);
  margin: 18px auto 0;
  padding: 0 24px;
}

.v3-static-home-video-section .home-video-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 390px);
  gap: 16px;
  align-items: stretch;
}

.v3-static-home-video-section .home-video-card {
  min-height: clamp(540px, 44vw, 700px);
}

.v3-static-home-video-section .v3-static-home-inquiry {
  height: 100%;
  min-width: 0;
}

.v3-static-home-video-section .v3-static-home-inquiry h2 {
  font-size: clamp(22px, 2vw, 28px);
}

.v3-static-home-video-section .home-video-player {
  object-fit: contain;
}

@media (max-width: 960px) {
  .v3-seo-hero,
  .v3-seo-section ul,
  .v3-seo-grid,
  .v3-seo-spec-grid {
    grid-template-columns: 1fr;
  }

  .v3-static-spec-section .v3-seo-spec-grid > div:nth-child(n + 5) {
    display: none;
  }

  .v3-static-spec-section.is-expanded .v3-seo-spec-grid > div {
    display: grid;
  }

  .v3-seo-snapshot {
    padding: 18px 14px 36px;
  }

  .v3-seo-hero,
  .v3-seo-section {
    padding: 16px;
    border-radius: 14px;
  }

  .v3-static-product-detail .v3-seo-hero,
  .v3-static-conversion-grid {
    grid-template-columns: 1fr;
  }

  .v3-static-home-hero {
    grid-template-columns: 1fr;
  }

  .v3-static-home-products .v3-seo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v3-static-product-detail .gallery-main {
    aspect-ratio: 1.18 / 1;
  }
}

.v3-static-app {
  min-height: 100vh;
}

.v3-static-page {
  min-height: 100vh;
  background: linear-gradient(180deg, #f4f8f6 0%, #ffffff 34%, #f6faf8 100%);
  color: var(--ink);
}

.v3-static-shell {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.v3-static-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(9, 33, 54, 0.1);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
}

.v3-static-header-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px 18px;
  align-items: center;
  padding: 14px 0;
}

.v3-static-brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  text-decoration: none;
}

.v3-static-logo {
  display: inline-flex;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #0b7b70;
  color: #fff;
  font-weight: 900;
}

.v3-static-brand-kicker {
  display: block;
  margin-bottom: 2px;
  color: #647a8c;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v3-static-brand strong {
  display: block;
  overflow: hidden;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v3-static-nav {
  display: flex;
  grid-column: 1 / -1;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
}

.v3-static-nav::-webkit-scrollbar {
  display: none;
}

.v3-static-nav a {
  display: inline-flex;
  min-height: 36px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #23445f;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.v3-static-nav a.is-active,
.v3-static-nav a:hover {
  border-color: rgba(11, 123, 112, 0.22);
  background: rgba(11, 123, 112, 0.1);
  color: #0b7b70;
}

.v3-static-tools {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.v3-static-phone,
.v3-static-language {
  min-height: 36px;
  border: 1px solid rgba(9, 33, 54, 0.14);
  border-radius: 999px;
  background: #fff;
  color: #23445f;
  font-size: 13px;
  font-weight: 800;
}

.v3-static-phone {
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  text-decoration: none;
  white-space: nowrap;
}

.v3-static-language {
  max-width: 150px;
  padding: 0 10px;
}

.v3-static-content {
  min-height: 58vh;
}

.v3-static-page .v3-seo-snapshot {
  padding-top: 22px;
}

.v3-static-footer {
  margin-top: 34px;
  border-top: 1px solid rgba(9, 33, 54, 0.1);
  background: #092136;
  color: rgba(255, 255, 255, 0.86);
}

.v3-static-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.8fr) minmax(240px, 0.9fr);
  gap: 18px;
  align-items: start;
  padding: 28px 0;
}

.v3-static-footer strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
}

.v3-static-footer p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.55;
}

.v3-static-footer a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.v3-static-footer-links,
.v3-static-footer address {
  display: grid;
  gap: 8px;
  font-style: normal;
}

.v3-static-nowrap {
  white-space: nowrap;
}

.v3-static-email {
  overflow-wrap: anywhere;
}

.v3-static-expandable-text {
  cursor: zoom-in;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.v3-static-expandable-text:focus {
  outline: 2px solid rgba(11, 123, 112, 0.32);
  outline-offset: 3px;
}

.v3-static-text-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(2, 12, 20, 0.55);
}

.v3-static-text-modal.is-open {
  display: flex;
}

.v3-static-text-modal-card {
  width: min(720px, 100%);
  max-height: min(72vh, 620px);
  overflow: auto;
  padding: 22px;
  border-radius: 18px;
  background: #fff;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.65;
  box-shadow: 0 22px 70px rgba(2, 12, 20, 0.28);
}

.v3-static-backtop {
  position: fixed;
  right: max(16px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 40;
  min-width: 48px;
  min-height: 42px;
  border: 1px solid rgba(11, 123, 112, 0.18);
  border-radius: 999px;
  background: #0b7b70;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 16px 36px rgba(7, 24, 39, 0.16);
}

.cookie-banner {
  right: max(18px, calc((100vw - 1180px) / 2 + 18px));
  bottom: 16px;
  left: auto;
  width: min(720px, calc(100vw - 36px));
  padding: 8px 10px 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(7, 24, 39, 0.92);
  box-shadow: 0 18px 46px rgba(3, 14, 24, 0.22);
}

.cookie-banner p {
  font-size: 13px;
  line-height: 1.32;
}

.cookie-actions {
  gap: 8px;
}

.cookie-actions .btn {
  min-height: 34px;
  padding: 0 13px;
  font-size: 12px;
}

.product-card .card-image {
  border: 1px solid #dce9e6;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(239, 247, 244, 0.92)),
    #eef5f2;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.66);
}

.product-card .card-image img {
  width: 100%;
  height: 100%;
  padding: 12px;
  box-sizing: border-box;
  filter: drop-shadow(0 10px 18px rgba(22, 47, 58, 0.13));
}

@media (max-width: 1100px) {
  .v3-static-header-inner {
    grid-template-columns: 1fr auto;
  }

  .v3-static-nav {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .v3-static-shell {
    width: min(100% - 24px, var(--max));
  }

  .v3-static-header-inner {
    gap: 10px;
    padding: 10px 0;
  }

  .v3-static-brand strong {
    max-width: 56vw;
    font-size: 14px;
  }

  .v3-static-brand-kicker,
  .v3-static-phone {
    display: none;
  }

  .v3-static-language {
    max-width: 112px;
    font-size: 12px;
  }

  .v3-static-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    width: 100%;
    overflow: visible;
  }

  .v3-static-nav a {
    width: 100%;
    min-height: 34px;
    min-width: 0;
    padding: 0 8px;
    font-size: 13px;
    line-height: 1.15;
    text-align: center;
    white-space: normal;
  }

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

  .v3-static-home-hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .v3-static-home-feature {
    padding: 12px;
  }

  .v3-static-home-feature .gallery-main,
  .v3-static-home-products .v3-seo-card img {
    aspect-ratio: 1.08 / 1;
  }

  .v3-static-home-feature .gallery-thumbs button {
    width: calc((100% - 24px) / 4);
    flex-basis: calc((100% - 24px) / 4);
  }

  .v3-static-home-products .v3-seo-grid {
    grid-template-columns: 1fr;
  }

  .v3-static-home-video-section {
    padding: 0 12px;
  }

  .v3-static-home-video-section .home-video-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .v3-static-home-video-section .home-video-card {
    min-height: 0;
  }

  .v3-static-footer-grid {
    grid-template-columns: 1fr;
    padding: 24px 0 72px;
  }

  .v3-static-text-modal-card {
    padding: 18px;
    font-size: 15px;
  }

  .cookie-banner {
    right: max(10px, env(safe-area-inset-right, 0px));
    bottom: max(8px, env(safe-area-inset-bottom, 0px));
    left: max(10px, env(safe-area-inset-left, 0px));
    width: auto;
    max-width: none;
    padding: 6px 7px;
    border-radius: 16px;
  }

  .cookie-actions .btn {
    min-height: 31px;
    padding: 0 7px;
    font-size: 11px;
  }
}
