/* Float Dome / plūduriuojantys – product page polish */

.float-page {
  --float-ink: #173326;
  --float-muted: #607268;
  --float-line: rgba(23, 51, 38, 0.1);
  --float-sand: #f4efe6;
  --float-mist: #f7faf5;
  --float-deep: #061315;
}

.float-page section[id] {
  scroll-margin-top: 88px;
}

.float-page .faq-item a {
  color: #8a5a18;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.float-page .faq-item a:hover,
.float-page .faq-item a:focus-visible {
  color: #6b4010;
}

.float-page .hero {
  min-height: min(92svh, 920px);
}

.float-page .hero-media img {
  object-position: 42% 48%;
}

.float-page .hero-shade {
  background:
    linear-gradient(90deg, rgba(4, 18, 22, 0.82) 0%, rgba(4, 18, 22, 0.48) 38%, rgba(4, 18, 22, 0.16) 68%, rgba(4, 18, 22, 0.22) 100%),
    linear-gradient(0deg, rgba(4, 13, 15, 0.78) 0%, rgba(4, 13, 15, 0.2) 46%, rgba(4, 13, 15, 0.32) 100%);
}

.float-page .hero-content {
  max-width: min(620px, calc(100% - 36px));
  margin-bottom: 220px;
}

.float-page .hero-content .eyebrow {
  letter-spacing: 0.14em;
}

.float-page .hero-content h1 {
  margin: 0 0 8px;
  line-height: 1.02;
}

.float-page .hero-kicker {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 700;
  line-height: 1.25;
}

.float-page .hero-copy {
  max-width: 34em;
}

.float-hero-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 12px;
  margin-top: 16px;
  max-width: min(420px, 100%);
}

.float-hero-tools .glamp-like {
  position: relative;
  top: auto;
  right: auto;
  flex: 0 0 auto;
  align-self: center;
  width: 44px;
  height: 44px;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  box-shadow: none;
}

.float-hero-tools .glamp-like:hover,
.float-hero-tools .glamp-like.is-liked {
  border-color: rgba(240, 200, 106, 0.7);
  background: rgba(240, 200, 106, 0.22);
  color: #f0c86a;
}

.float-hero-tools .glamp-pres-slot {
  flex: 1 1 12rem;
  min-width: 0;
  margin-top: 0;
}

.float-product-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 12px;
  margin: clamp(18px, 2.5vw, 26px) 0 22px;
  max-width: 28rem;
}

.float-product-lead {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: clamp(18px, 3vw, 28px) 0 0;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(7, 18, 13, 0.1);
  background: #08110f;
  box-shadow: 0 24px 60px rgba(7, 18, 13, 0.12);
}

#privalumai .float-product-lead {
  margin-bottom: clamp(18px, 2.5vw, 26px);
}

.float-product-lead img {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center 40%;
}

.float-product-lead figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 36px 18px 14px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: linear-gradient(0deg, rgba(4, 13, 15, 0.72), transparent);
  pointer-events: none;
}

.float-product-actions .glamp-like {
  position: relative;
  top: auto;
  right: auto;
  flex: 0 0 auto;
  align-self: center;
  width: 44px;
  height: 44px;
}

.float-product-actions .glamp-pres-slot {
  flex: 1 1 14rem;
  min-width: 0;
  margin-top: 0;
}

.float-video {
  margin-top: clamp(8px, 2vw, 16px);
}

.float-video__frame {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(7, 18, 13, 0.12);
  background: #061315;
  box-shadow: 0 28px 70px rgba(7, 18, 13, 0.18);
  aspect-ratio: 16 / 9;
}

.float-video__frame video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #061315;
}

.float-video__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  margin-top: 14px;
  color: var(--float-muted);
  font-size: 14px;
}

.float-video__meta strong {
  color: var(--float-ink);
  font-weight: 800;
}

.float-story--after-video {
  margin-top: clamp(28px, 4vw, 44px);
}

.float-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: clamp(22px, 3vw, 32px);
  padding-top: 18px;
  border-top: 1px solid var(--float-line);
}

.float-jump a {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 12px;
  border: 1px solid var(--float-line);
  background: #fff;
  color: var(--float-ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.float-jump a:hover,
.float-jump a:focus-visible {
  border-color: rgba(217, 154, 66, 0.45);
  background: rgba(255, 250, 242, 0.95);
  color: #6b4010;
  transform: translateY(-1px);
}

.float-page .float-hero-actions {
  flex-wrap: wrap;
  gap: 10px;
}

.float-page .float-hero-link {
  border-color: rgba(255, 255, 255, 0.28);
  background: transparent;
  color: #fff;
}

.float-page .float-hero-link:hover,
.float-page .float-hero-link:focus-visible {
  border-color: rgba(240, 200, 106, 0.7);
  background: rgba(240, 200, 106, 0.14);
  color: #f0c86a;
}

.float-gallery-cta {
  margin-top: 28px;
  justify-content: flex-start;
}

.float-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.float-pillar {
  padding: 20px 18px 18px;
  border-radius: 16px;
  border: 1px solid var(--float-line);
  background: #fff;
  box-shadow: 0 12px 30px rgba(12, 31, 22, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.float-pillar:hover {
  transform: translateY(-2px);
  border-color: rgba(217, 154, 66, 0.35);
  box-shadow: 0 18px 40px rgba(12, 31, 22, 0.08);
}

.float-pillar span {
  display: inline-block;
  margin-bottom: 10px;
  color: #8a5a18;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.float-pillar strong {
  display: block;
  margin-bottom: 8px;
  color: var(--float-ink);
  font-size: 17px;
  line-height: 1.25;
}

.float-pillar p {
  margin: 0;
  color: var(--float-muted);
  font-size: 14px;
  line-height: 1.55;
}

.float-eng-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.float-eng-card {
  padding: 18px 18px 16px;
  border-radius: 16px;
  border: 1px solid var(--float-line);
  background: #fff;
  box-shadow: 0 10px 28px rgba(12, 31, 22, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.float-eng-card:hover {
  transform: translateY(-2px);
  border-color: rgba(217, 154, 66, 0.32);
  box-shadow: 0 16px 36px rgba(12, 31, 22, 0.07);
}

.float-eng-card h4 {
  margin: 0 0 8px;
  color: var(--float-ink);
  font-size: 16px;
}

.float-eng-card ul {
  margin: 0;
  padding-left: 18px;
  color: var(--float-muted);
  font-size: 14px;
  line-height: 1.5;
}

.float-eng-card li {
  margin: 5px 0;
}

.float-page .feature-strip {
  backdrop-filter: blur(14px);
  background: rgba(4, 16, 18, 0.88);
}

.float-tone {
  background: var(--float-mist);
}

.float-tone--sand {
  background: var(--float-sand);
}

.float-tone--deep {
  color: #fff;
  background:
    linear-gradient(120deg, rgba(6, 28, 32, 0.94), rgba(8, 42, 38, 0.9)),
    var(--float-deep);
}

.float-tone--deep .sec-head p,
.float-tone--deep .float-story__copy p {
  color: rgba(255, 255, 255, 0.78);
}

.float-tone--deep .sec-head h2,
.float-tone--deep .float-story__copy h3 {
  color: #fff;
}

.float-tone--deep .eyebrow,
.float-tone--deep .section-label {
  color: var(--gold-2, #f1bd6d);
}

.float-tone--deep .float-video__meta {
  color: rgba(255, 255, 255, 0.72);
}

.float-tone--deep .float-video__meta strong {
  color: #fff;
}

.float-tone--deep .float-story__media {
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
}

.float-tone--deep .float-story__copy h3 {
  color: #fff;
}

.float-specs {
  margin-top: clamp(22px, 3vw, 32px);
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid var(--float-line);
  background: linear-gradient(180deg, #fff 0%, var(--float-mist) 100%);
  box-shadow: 0 18px 52px rgba(12, 31, 22, 0.06);
  contain: paint;
}

.float-specs__scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  min-width: 0;
  contain: paint;
}

.float-specs__table {
  width: 100%;
  min-width: 480px;
  border-collapse: collapse;
  font-size: 14px;
}

.float-specs__table th,
.float-specs__table td {
  padding: 13px 18px;
  text-align: left;
  border-bottom: 1px solid rgba(23, 51, 38, 0.08);
  vertical-align: top;
}

.float-specs__table tbody tr:nth-child(even) {
  background: rgba(247, 250, 245, 0.7);
}

.float-specs__table th {
  width: 46%;
  color: var(--float-ink);
  font-weight: 750;
}

.float-specs__table td {
  color: #43564b;
  font-weight: 650;
}

.float-specs__table tr:last-child th,
.float-specs__table tr:last-child td {
  border-bottom: 0;
}

.float-use-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.float-use-card {
  padding: 18px 18px 16px;
  border-radius: 16px;
  border: 1px solid var(--float-line);
  background: #fff;
  box-shadow: 0 12px 30px rgba(12, 31, 22, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.float-use-card:hover {
  transform: translateY(-2px);
  border-color: rgba(217, 154, 66, 0.35);
  box-shadow: 0 18px 40px rgba(12, 31, 22, 0.08);
}

.float-use-card span {
  display: inline-block;
  margin-bottom: 10px;
  color: #8a5a18;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.float-use-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--float-ink);
  font-size: 17px;
  line-height: 1.25;
}

.float-use-card p {
  margin: 0;
  color: var(--float-muted);
  font-size: 14px;
  line-height: 1.5;
}

.float-note {
  margin: 16px 0 0;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(217, 154, 66, 0.28);
  background: rgba(255, 250, 242, 0.92);
  color: var(--float-muted);
  font-size: 14px;
  line-height: 1.55;
}

.float-note--cases {
  margin-top: clamp(22px, 3vw, 30px);
}

.float-cases {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2.5vw, 24px);
  margin-top: 24px;
}

.float-case {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid var(--float-line);
  background: #fff;
  box-shadow: 0 16px 44px rgba(12, 31, 22, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.float-case:hover {
  transform: translateY(-3px);
  border-color: rgba(217, 154, 66, 0.35);
  box-shadow: 0 22px 52px rgba(12, 31, 22, 0.1);
}

.float-case__media {
  display: block;
  overflow: hidden;
  background: #08110f;
}

.float-case__media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.float-case:hover .float-case__media img {
  transform: scale(1.04);
}

.float-case__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  padding: 20px 18px 20px;
}

.float-case__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: 0;
  color: #8a5a18;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.float-case__body h3 {
  margin: 0;
  color: var(--float-ink);
  font-size: clamp(20px, 2.2vw, 26px);
  line-height: 1.2;
}

.float-case__body > p {
  margin: 0;
  color: var(--float-muted);
  font-size: 15px;
  line-height: 1.55;
}

.float-case__facts {
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--float-ink);
  font-size: 14px;
  line-height: 1.45;
}

.float-case__facts li {
  position: relative;
  margin: 0;
  padding: 6px 0 6px 16px;
}

.float-case__facts li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold, #d99a42);
}

.float-case__body .button {
  align-self: flex-start;
  margin-top: auto;
}

.float-case__body .button-secondary {
  color: var(--float-ink);
  border-color: rgba(23, 51, 38, 0.18);
  background: rgba(247, 250, 245, 0.95);
}

.float-case__body .button-secondary:hover,
.float-case__body .button-secondary:focus-visible {
  border-color: rgba(217, 154, 66, 0.45);
  background: rgba(255, 250, 242, 0.98);
  color: #6b4010;
}

.float-systems {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
}

.float-systems li {
  list-style: none;
  margin: 0;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid var(--float-line);
  background: #fff;
  color: var(--float-ink);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  box-shadow: 0 10px 28px rgba(12, 31, 22, 0.04);
}

.float-story {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(22px, 4vw, 42px);
  align-items: center;
  margin-top: clamp(28px, 4vw, 44px);
}

.float-exp-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2.4vw, 28px);
  margin-top: clamp(24px, 3.5vw, 36px);
  align-items: stretch;
}

.float-page .trust-line {
  margin-top: 18px;
  gap: 10px 14px;
}

.float-exp-stack {
  display: grid;
  gap: clamp(36px, 5vw, 64px);
  margin-top: clamp(24px, 3.5vw, 36px);
}

.float-exp {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.float-exp--wide .float-exp__media img {
  aspect-ratio: 16 / 9;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none;
  object-fit: cover;
  object-position: center 45%;
}

.float-exp__media {
  overflow: hidden;
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(7, 18, 13, 0.1);
  background: #08110f;
  box-shadow: 0 24px 60px rgba(7, 18, 13, 0.12);
}

.float-exp__media img {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.float-exp:hover .float-exp__media img {
  transform: scale(1.02);
}

.float-exp__copy {
  padding: 18px 4px 0;
  max-width: 46rem;
}

.float-exp__copy h3 {
  margin: 0 0 10px;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.15;
  color: var(--float-ink);
}

.float-exp__copy p {
  margin: 0 0 10px;
  color: var(--float-muted);
  font-size: 15px;
  line-height: 1.6;
}

.float-exp__copy p:last-child {
  margin-bottom: 0;
}

.float-story.is-flip .float-story__media {
  order: 2;
}

.float-story.is-flip .float-story__copy {
  order: 1;
}

.float-story__media {
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(7, 18, 13, 0.1);
  box-shadow: 0 24px 60px rgba(7, 18, 13, 0.14);
}

.float-story__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.float-story__media:hover img {
  transform: scale(1.035);
}

.float-story__copy h3 {
  margin: 0 0 12px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.15;
  color: var(--float-ink);
}

.float-story__copy p {
  margin: 0 0 12px;
  color: var(--float-muted);
  font-size: 16px;
  line-height: 1.65;
}

.float-story__copy p:last-child {
  margin-bottom: 0;
}

.float-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.float-product-grid figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(7, 18, 13, 0.1);
  background: #08110f;
}

.float-product-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.float-product-grid figure:hover img {
  transform: scale(1.04);
}

.float-product-grid figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px 14px 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: linear-gradient(0deg, rgba(4, 13, 15, 0.78), transparent);
  pointer-events: none;
}

.float-product-grid figure:first-child {
  grid-column: span 2;
  grid-row: span 2;
}

.float-product-grid figure:first-child img {
  aspect-ratio: auto;
  height: 100%;
  min-height: 300px;
}

.float-product-grid figure:first-child figcaption {
  font-size: 15px;
  padding: 40px 18px 16px;
}

.float-quote {
  margin: clamp(28px, 4vw, 40px) 0 0;
  padding: clamp(22px, 3vw, 28px);
  border-radius: 18px;
  border-left: 4px solid var(--gold, #d99a42);
  background: linear-gradient(90deg, rgba(217, 154, 66, 0.12), transparent 72%);
  color: var(--float-ink);
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 750;
  line-height: 1.35;
}

.float-tech-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.float-tech-card {
  padding: 20px 18px 18px;
  border-radius: 16px;
  border: 1px solid var(--float-line);
  background: #fff;
  box-shadow: 0 12px 32px rgba(12, 31, 22, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.float-tech-card:hover {
  transform: translateY(-2px);
  border-color: rgba(217, 154, 66, 0.32);
  box-shadow: 0 16px 36px rgba(12, 31, 22, 0.07);
}

.float-tech-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  color: var(--float-ink);
}

.float-tech-card p {
  margin: 0;
  color: var(--float-muted);
  font-size: 14px;
  line-height: 1.55;
}

.float-subhead {
  margin: 32px 0 0;
  color: #8a5a18;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.float-tech-gallery-lead {
  margin: 10px 0 0;
  max-width: 52rem;
  color: var(--float-muted);
  font-size: 15px;
  line-height: 1.55;
}

.float-tech-gallery {
  margin-top: 16px;
  margin-bottom: 8px;
}

.float-tech-gallery.plan-carousel .portfolio-gallery-viewport {
  background: #fff;
  border: 1px solid var(--float-line);
  border-radius: 16px;
  box-shadow: 0 14px 40px rgba(12, 31, 22, 0.06);
}

.float-tech-gallery.plan-carousel .portfolio-carousel-slide img {
  height: clamp(300px, 52vh, 620px);
  max-height: clamp(300px, 52vh, 620px);
  background: #fff;
}

.float-tech-gallery.plan-carousel .portfolio-carousel-slide figcaption {
  color: var(--float-ink);
  font-weight: 750;
  letter-spacing: 0.02em;
}

html:has(body.float-page) {
  scroll-behavior: smooth;
}

.float-page {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html:has(body.float-page),
  .float-page,
  .float-page * {
    scroll-behavior: auto !important;
  }

  .float-pillar,
  .float-use-card,
  .float-eng-card,
  .float-tech-card,
  .float-case,
  .float-jump a,
  .float-story__media img,
  .float-product-grid img,
  .float-exp__media img {
    transition: none !important;
  }

  .float-pillar:hover,
  .float-use-card:hover,
  .float-eng-card:hover,
  .float-tech-card:hover,
  .float-case:hover,
  .float-jump a:hover {
    transform: none;
  }

  .float-story__media:hover img,
  .float-product-grid figure:hover img,
  .float-case:hover .float-case__media img,
  .float-exp:hover .float-exp__media img {
    transform: none;
  }
}

.float-inline-gallery {
  margin-top: clamp(28px, 4vw, 40px);
  margin-bottom: clamp(8px, 1.5vw, 16px);
}

.float-inline-gallery .portfolio-gallery {
  margin-top: 14px;
}

.float-page .faq-grid {
  gap: 14px;
}

.float-page .faq-item {
  border-radius: 16px;
  border: 1px solid var(--float-line);
  background: #fff;
  box-shadow: 0 10px 28px rgba(12, 31, 22, 0.04);
}

@media (max-width: 1120px) {
  .float-page .hero-content {
    margin-bottom: 280px;
  }

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

@media (max-width: 920px) {
  .float-story,
  .float-tech-split,
  .float-eng-grid,
  .float-cases,
  .float-exp-grid {
    grid-template-columns: 1fr;
  }

  .float-exp--wide .float-exp__media img {
    aspect-ratio: 16 / 9;
    max-height: none;
  }

  .float-product-lead {
    margin-left: 0;
    margin-right: 0;
    border-radius: 14px;
  }

  .float-product-lead img,
  .float-exp__media img,
  .float-exp--wide .float-exp__media img {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    object-fit: cover !important;
  }

  .float-page .hero-media img {
    object-position: 38% center !important;
  }

  .float-story.is-flip .float-story__media,
  .float-story.is-flip .float-story__copy {
    order: initial;
  }

  .float-systems {
    grid-template-columns: 1fr 1fr;
  }

  .float-pillars {
    grid-template-columns: 1fr 1fr;
  }

  .float-product-grid {
    grid-template-columns: 1fr 1fr;
  }

  .float-product-grid figure:first-child {
    grid-column: span 2;
    grid-row: auto;
  }

  .float-product-grid figure:first-child img {
    min-height: 220px;
    aspect-ratio: 16 / 10;
    height: auto;
  }

  .float-page .hero-content {
    margin-bottom: 300px;
  }

  .float-page .hero-media img {
    object-position: 62% center;
  }
}

@media (max-width: 620px) {
  .float-systems,
  .float-use-grid,
  .float-pillars {
    grid-template-columns: 1fr;
  }

  .float-page .hero-content {
    margin-bottom: 340px;
  }

  .float-page .hero-kicker {
    font-size: 17px;
  }

  .float-page .trust-line strong {
    font-size: 13px;
    line-height: 1.35;
  }

  .float-video__frame {
    border-radius: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .float-product-grid img,
  .float-story__media img,
  .float-use-card {
    transition: none;
  }

  .float-product-grid figure:hover img,
  .float-story__media:hover img,
  .float-use-card:hover {
    transform: none;
  }
}
