.vtr-page {
  --vtr-ink: #10252c;
  --vtr-muted: #5c6f74;
  --vtr-line: #d8e1df;
  --vtr-paper: #f5f7f4;
  --vtr-white: #ffffff;
  --vtr-dark: #0b1920;
  --vtr-dark-soft: #142a31;
  --vtr-accent: #dc3b2f;
  --vtr-accent-dark: #b9241c;
  --vtr-sage: #c8d8d1;
  --vtr-gold: #d2a94f;
  --vtr-shadow: 0 20px 60px rgba(6, 28, 35, 0.12);
  background: var(--vtr-white);
  color: var(--vtr-ink);
  overflow-wrap: anywhere;
}

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

.vtr-page main {
  overflow: clip;
}

.vtr-page h1,
.vtr-page h2,
.vtr-page h3,
.vtr-page p,
.vtr-page figure,
.vtr-page dl,
.vtr-page ol,
.vtr-page ul {
  margin-top: 0;
}

.vtr-page h1,
.vtr-page h2,
.vtr-page h3 {
  color: inherit;
  letter-spacing: -0.025em;
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: normal;
}

.vtr-page h2 {
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.03;
}

.vtr-page h3 {
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  line-height: 1.18;
}

.vtr-page p,
.vtr-page li,
.vtr-page dd {
  line-height: 1.7;
}

.vtr-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(3.5rem, 7vw, 7.5rem) 0 clamp(3rem, 6vw, 6.5rem);
  background:
    radial-gradient(circle at 72% 5%, rgba(200, 216, 209, 0.17), transparent 28rem),
    linear-gradient(130deg, #07151b 0%, #0d2229 58%, #17323a 100%);
  color: var(--vtr-white);
}

.vtr-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 54px 54px;
  content: "";
  mask-image: linear-gradient(to right, transparent, #000 50%, transparent);
}

.vtr-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(14rem, 0.48fr) minmax(18rem, 0.76fr);
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: center;
}

.vtr-hero-copy {
  min-width: 0;
}

.vtr-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
}

.vtr-breadcrumb a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration-color: rgba(255, 255, 255, 0.25);
  text-underline-offset: 0.24rem;
}

.vtr-hero .st-kicker {
  color: #bad0c7;
}

.vtr-hero h1 {
  max-width: 22ch;
  margin-bottom: 1.45rem;
  font-size: clamp(2.45rem, 4.3vw, 4rem);
  line-height: 1;
}

.vtr-hero-lead {
  max-width: 65ch;
  margin-bottom: 1.8rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
}

.vtr-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.vtr-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  color: var(--vtr-white);
  font-weight: 750;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.vtr-button:hover {
  border-color: rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

.vtr-button.is-primary {
  border-color: var(--vtr-accent);
  background: var(--vtr-accent);
}

.vtr-button.is-primary:hover {
  border-color: var(--vtr-accent-dark);
  background: var(--vtr-accent-dark);
}

.vtr-related-link {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.88rem;
}

.vtr-related-link a {
  color: var(--vtr-white);
  font-weight: 700;
  text-underline-offset: 0.22rem;
}

.vtr-hero-facts {
  display: grid;
  align-self: stretch;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(8px);
}

.vtr-hero-facts div {
  display: grid;
  align-content: center;
  gap: 0.32rem;
  min-height: 6.2rem;
  padding: 1rem 1.15rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.vtr-hero-facts div:last-child {
  border-bottom: 0;
}

.vtr-hero-facts dt {
  color: #a6beb5;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.vtr-hero-facts dd {
  margin: 0;
  color: var(--vtr-white);
  font-size: 1rem;
  font-weight: 760;
  line-height: 1.35;
}

.vtr-figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 1.45rem;
  background: #e8eeeb;
  box-shadow: var(--vtr-shadow);
}

.vtr-figure img {
  width: 100%;
  height: 100%;
  min-height: 18rem;
  object-fit: contain;
  background: #f1f4f1;
}

.vtr-figure figcaption {
  position: absolute;
  right: 0.7rem;
  bottom: 0.7rem;
  left: 0.7rem;
  display: grid;
  gap: 0.25rem;
  padding: 0.85rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 0.9rem;
  background: rgba(7, 25, 31, 0.88);
  color: var(--vtr-white);
  backdrop-filter: blur(8px);
}

.vtr-figure figcaption span {
  color: #b9cec6;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.vtr-figure figcaption strong {
  font-size: 0.85rem;
  line-height: 1.35;
}

.vtr-hero-figure {
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

.vtr-hero-figure img {
  min-height: 0;
}

.vtr-section-nav {
  position: sticky;
  z-index: 20;
  top: 83px;
  overflow: hidden;
  border-bottom: 1px solid var(--vtr-line);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 7px 24px rgba(6, 28, 35, 0.07);
  backdrop-filter: blur(12px);
}

.vtr-section-nav .st-shell {
  display: flex;
  overflow-x: auto;
  gap: 0.2rem;
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
  scrollbar-width: thin;
  scroll-snap-type: x proximity;
}

.vtr-section-nav a {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 44px;
  align-items: center;
  padding: 0.6rem 0.8rem;
  border-radius: 0.65rem;
  color: #385058;
  font-size: 0.78rem;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
  scroll-snap-align: start;
}

.vtr-section-nav a:hover {
  background: var(--vtr-paper);
  color: var(--vtr-accent-dark);
}

.vtr-page [id] {
  scroll-margin-top: 154px;
}

.vtr-split {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(18rem, 0.98fr);
  gap: clamp(2rem, 5vw, 5.5rem);
  align-items: center;
}

.vtr-split.is-reversed {
  grid-template-columns: minmax(18rem, 0.9fr) minmax(0, 1.1fr);
}

.vtr-copy > p:not(.st-kicker) {
  max-width: 68ch;
  color: var(--vtr-muted);
}

.vtr-check-list {
  display: grid;
  gap: 0.75rem;
  padding: 0;
  list-style: none;
}

.vtr-check-list li {
  position: relative;
  padding: 0.9rem 1rem 0.9rem 2.8rem;
  border: 1px solid var(--vtr-line);
  border-radius: 0.9rem;
  background: var(--vtr-white);
  color: var(--vtr-muted);
}

.vtr-check-list li::before {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 50%;
  background: var(--vtr-accent);
  color: var(--vtr-white);
  content: "✓";
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1.05rem;
  text-align: center;
}

.vtr-check-list strong {
  color: var(--vtr-ink);
}

.vtr-note {
  display: grid;
  gap: 0.35rem;
  margin-top: 1.4rem;
  padding: 1.1rem 1.2rem;
  border-left: 4px solid var(--vtr-accent);
  background: #eef3f0;
  color: var(--vtr-muted);
}

.vtr-note strong {
  color: var(--vtr-ink);
}

.vtr-selection .vtr-figure,
.vtr-principle .vtr-figure {
  min-height: clamp(28rem, 50vw, 42rem);
}

.vtr-selection .vtr-figure img,
.vtr-principle .vtr-figure img {
  min-height: clamp(28rem, 50vw, 42rem);
}

.vtr-principle {
  background: var(--vtr-paper);
}

.vtr-definition-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.vtr-definition-grid article {
  padding: 1.25rem;
  border: 1px solid var(--vtr-line);
  border-radius: 1rem;
  background: var(--vtr-white);
}

.vtr-definition-grid span {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--vtr-accent-dark);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vtr-definition-grid strong {
  display: block;
  margin-bottom: 0.55rem;
  font-size: 1.1rem;
}

.vtr-definition-grid p {
  margin-bottom: 0;
  color: var(--vtr-muted);
  font-size: 0.88rem;
}

.vtr-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(18rem, 0.82fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: clamp(2rem, 4vw, 3.6rem);
}

.vtr-section-head h2 {
  margin-bottom: 0;
}

.vtr-section-head > p {
  margin-bottom: 0.3rem;
  color: var(--vtr-muted);
}

.vtr-models {
  background: var(--vtr-dark);
  color: var(--vtr-white);
}

.vtr-models .st-kicker,
.vtr-models .vtr-section-head > p {
  color: #a9c0b8;
}

.vtr-model-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(18rem, 0.82fr);
  gap: 1.5rem;
  align-items: stretch;
}

.vtr-model-grid .vtr-figure {
  min-height: 27rem;
}

.vtr-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1.2rem;
  background: var(--vtr-dark-soft);
  scrollbar-color: #68817a transparent;
}

.vtr-table-wrap table {
  width: 100%;
  min-width: 39rem;
  height: 100%;
  border-collapse: collapse;
}

.vtr-table-wrap th,
.vtr-table-wrap td {
  padding: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  text-align: left;
  vertical-align: middle;
}

.vtr-table-wrap thead th {
  color: #a9c0b8;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vtr-table-wrap tbody th {
  color: var(--vtr-white);
  font-size: 1.4rem;
}

.vtr-table-wrap tbody td {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.vtr-table-wrap tbody tr:last-child th,
.vtr-table-wrap tbody tr:last-child td {
  border-bottom: 0;
}

.vtr-parameters-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(19rem, 0.9fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.vtr-spec-list {
  display: grid;
  margin: 2rem 0 1rem;
  border-top: 1px solid var(--vtr-line);
}

.vtr-spec-list div {
  display: grid;
  grid-template-columns: minmax(12rem, 0.9fr) minmax(12rem, 1.1fr);
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--vtr-line);
}

.vtr-spec-list dt {
  color: var(--vtr-muted);
  font-size: 0.85rem;
}

.vtr-spec-list dd {
  margin: 0;
  font-weight: 760;
  line-height: 1.35;
}

.vtr-source-boundary {
  padding: 0.9rem 1rem;
  border-radius: 0.8rem;
  background: #f0f4f1;
  color: var(--vtr-muted);
  font-size: 0.86rem;
}

.vtr-parameters .vtr-figure {
  aspect-ratio: 1;
}

.vtr-sensing {
  background: #edf3f0;
}

.vtr-sensing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
}

.vtr-info-card {
  overflow: hidden;
  border: 1px solid var(--vtr-line);
  border-radius: 1.25rem;
  background: var(--vtr-white);
  box-shadow: 0 15px 45px rgba(6, 28, 35, 0.07);
}

.vtr-info-card .vtr-figure {
  aspect-ratio: 16 / 10;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.vtr-info-card .vtr-figure img {
  min-height: 0;
}

.vtr-info-card > div {
  padding: 1.4rem;
}

.vtr-info-card > div > span {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--vtr-accent-dark);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vtr-info-card p {
  margin-bottom: 0;
  color: var(--vtr-muted);
}

.vtr-boundary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.vtr-boundary-grid > article {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 1.35rem;
  border: 1px solid var(--vtr-line);
  border-radius: 1.1rem;
  background: var(--vtr-paper);
}

.vtr-boundary-grid > article > span {
  margin-bottom: 0.7rem;
  color: var(--vtr-accent-dark);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vtr-boundary-grid > article > p {
  margin-top: auto;
  margin-bottom: 0;
  color: var(--vtr-muted);
  font-size: 0.86rem;
}

.vtr-boundary-grid ul {
  display: grid;
  gap: 0.45rem;
  padding-left: 1.1rem;
  color: var(--vtr-muted);
}

.vtr-boundary-grid .is-option {
  background: #fff8e8;
}

.vtr-boundary-grid .is-project {
  background: var(--vtr-dark);
  color: var(--vtr-white);
}

.vtr-boundary-grid .is-project > span,
.vtr-boundary-grid .is-project > p,
.vtr-boundary-grid .is-project ul {
  color: #b7cac3;
}

.vtr-boundary-figure {
  overflow: hidden;
  aspect-ratio: 16 / 10;
  margin-bottom: 1rem;
  border-radius: 0.8rem;
  background: var(--vtr-white);
}

.vtr-boundary-figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.vtr-layouts {
  background: var(--vtr-paper);
}

.vtr-layout-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.vtr-layout-card {
  overflow: hidden;
  border: 1px solid var(--vtr-line);
  border-radius: 1.15rem;
  background: var(--vtr-white);
}

.vtr-layout-card figure {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  margin-bottom: 0;
  background: #e8eeeb;
}

.vtr-layout-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.vtr-layout-card > div {
  padding: 1.25rem;
}

.vtr-layout-card > div > span {
  display: inline-grid;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.7rem;
  place-items: center;
  border-radius: 50%;
  background: var(--vtr-ink);
  color: var(--vtr-white);
  font-size: 0.7rem;
  font-weight: 800;
}

.vtr-layout-card p {
  margin-bottom: 0;
  color: var(--vtr-muted);
}

.vtr-data-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.vtr-data-grid li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.8rem;
  min-width: 0;
  padding: 1rem;
  border: 1px solid var(--vtr-line);
  border-radius: 0.95rem;
  background: var(--vtr-white);
}

.vtr-data-grid li > span {
  display: grid;
  width: 2.1rem;
  height: 2.1rem;
  place-items: center;
  border-radius: 50%;
  background: #e9f0ed;
  color: var(--vtr-accent-dark);
  font-size: 0.68rem;
  font-weight: 850;
}

.vtr-data-grid h3 {
  margin-bottom: 0.35rem;
  font-size: 1rem;
}

.vtr-data-grid p {
  margin-bottom: 0;
  color: var(--vtr-muted);
  font-size: 0.82rem;
}

.vtr-data-note {
  display: flex;
  gap: 0.55rem 1rem;
  justify-content: center;
  margin-top: 1.2rem;
  padding: 1rem;
  border-radius: 0.8rem;
  background: var(--vtr-paper);
  color: var(--vtr-muted);
  font-size: 0.88rem;
  text-align: center;
}

.vtr-data-note strong {
  color: var(--vtr-ink);
}

.vtr-faq {
  background: var(--vtr-dark);
  color: var(--vtr-white);
}

.vtr-faq .st-kicker {
  color: #adc3bb;
}

.vtr-faq-grid {
  display: grid;
  grid-template-columns: minmax(16rem, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
}

.vtr-faq-grid > div:first-child > p:last-child {
  color: #a9bdb6;
}

.vtr-faq-list {
  display: grid;
  gap: 0.7rem;
}

.vtr-faq-list details {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.05);
}

.vtr-faq-list summary {
  display: grid;
  min-height: 56px;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.1rem;
  cursor: pointer;
  font-weight: 760;
  line-height: 1.4;
  list-style: none;
}

.vtr-faq-list summary::-webkit-details-marker {
  display: none;
}

.vtr-faq-list summary span {
  display: grid;
  width: 1.8rem;
  height: 1.8rem;
  place-items: center;
  border-radius: 50%;
  background: var(--vtr-accent);
  transition: transform 180ms ease;
}

.vtr-faq-list details[open] summary span {
  transform: rotate(45deg);
}

.vtr-faq-list details p {
  margin: 0;
  padding: 0 1.1rem 1.1rem;
  color: #afc2bb;
}

.vtr-quote {
  background:
    linear-gradient(120deg, rgba(220, 59, 47, 0.07), transparent 38%),
    var(--vtr-paper);
}

.vtr-quote-grid {
  display: grid;
  grid-template-columns: minmax(17rem, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.vtr-quote-copy {
  position: sticky;
  top: 6rem;
}

.vtr-quote-copy > p:not(.st-kicker) {
  color: var(--vtr-muted);
}

.vtr-quote-copy ul {
  display: grid;
  gap: 0.4rem;
  padding-left: 1.1rem;
  color: var(--vtr-muted);
}

.vtr-quote-copy a {
  color: var(--vtr-accent-dark);
  font-weight: 760;
  text-underline-offset: 0.24rem;
}

.vtr-page .hnl-inquiry-form {
  min-width: 0;
  border-radius: 1.25rem;
  box-shadow: var(--vtr-shadow);
}

.vtr-page a:focus-visible,
.vtr-page button:focus-visible,
.vtr-page summary:focus-visible,
.vtr-page input:focus-visible,
.vtr-page textarea:focus-visible,
.vtr-page [tabindex]:focus-visible {
  outline: 3px solid #f4b942;
  outline-offset: 3px;
}

@media (max-width: 1180px) {
  .vtr-hero-grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(18rem, 0.88fr);
  }

  .vtr-hero-facts {
    grid-column: 1 / -1;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .vtr-hero-facts div {
    min-height: 5rem;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 0;
  }

  .vtr-hero-facts div:last-child {
    border-right: 0;
  }

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

@media (max-width: 980px) {
  .vtr-hero-grid,
  .vtr-split,
  .vtr-split.is-reversed,
  .vtr-section-head,
  .vtr-model-grid,
  .vtr-parameters-grid,
  .vtr-faq-grid,
  .vtr-quote-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .vtr-hero-copy {
    order: 1;
  }

  .vtr-hero-figure {
    order: 2;
    max-width: 42rem;
  }

  .vtr-hero-facts {
    order: 3;
  }

  .vtr-section-head {
    gap: 0.8rem;
  }

  .vtr-boundary-grid,
  .vtr-layout-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .vtr-layout-card {
    display: grid;
    grid-template-columns: minmax(14rem, 0.9fr) minmax(0, 1.1fr);
  }

  .vtr-quote-copy {
    position: static;
  }
}

@media (max-width: 720px) {
  .vtr-section-nav {
    top: 68px;
  }

  .vtr-page [id] {
    scroll-margin-top: 136px;
  }

  .vtr-hero {
    padding-top: 2.5rem;
  }

  .vtr-hero h1 {
    font-size: clamp(2.15rem, 11vw, 3.35rem);
  }

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

  .vtr-hero-facts div,
  .vtr-hero-facts div:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .vtr-hero-facts div:nth-child(2n) {
    border-right: 0;
  }

  .vtr-hero-facts div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .vtr-definition-grid,
  .vtr-sensing-grid,
  .vtr-data-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .vtr-selection .vtr-figure,
  .vtr-selection .vtr-figure img,
  .vtr-principle .vtr-figure,
  .vtr-principle .vtr-figure img {
    min-height: 25rem;
  }

  .vtr-spec-list div {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.25rem;
  }

  .vtr-layout-card {
    display: block;
  }

  .vtr-data-note {
    display: grid;
  }
}

@media (max-width: 560px) {
  .vtr-actions {
    display: grid;
  }

  .vtr-button {
    width: 100%;
  }

  .vtr-hero-facts dd {
    font-size: 0.9rem;
  }

  .vtr-figure,
  .vtr-info-card,
  .vtr-layout-card,
  .vtr-boundary-grid > article,
  .vtr-page .hnl-inquiry-form {
    border-radius: 0.9rem;
  }

  .vtr-figure figcaption {
    right: 0.45rem;
    bottom: 0.45rem;
    left: 0.45rem;
  }

  .vtr-table-wrap th,
  .vtr-table-wrap td {
    padding: 1rem;
  }
}

@media (max-height: 520px) and (orientation: landscape) {
  .vtr-section-nav {
    position: relative;
    top: auto;
  }

  .vtr-page [id] {
    scroll-margin-top: 82px;
  }

  .vtr-hero {
    padding-top: 2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vtr-page *,
  .vtr-page *::before,
  .vtr-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
