/*
Theme Name: NodetLab Web Design
Theme URI: https://nodetlab.com/
Author: NodetLab
Description: Premium WordPress theme for NodetLab embedded systems, software, hardware, testing, consulting, CAN/CAN FD products, and engineering services.
Version: 2.4.2
Requires at least: 6.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nodetlab-apple
*/

:root {
  --bg: #ffffff;
  --panel: #f5f5f7;
  --panel-strong: #eceef1;
  --mint-panel: linear-gradient(135deg, #e4fbf8 0%, #edf8ff 100%);
  --mint-panel-flat: #e9f8f8;
  --ink: #050505;
  --soft-ink: #1d1d1f;
  --muted: #6e6e73;
  --line: #d7d7dc;
  --cyan: #49e6df;
  --cyan-dark: #009a94;
  --blue: #0071e3;
  --red: #d81f26;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.admin-bar .site-header {
  top: 32px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none !important;
}

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

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(73, 230, 223, 0.55);
  outline-offset: 4px;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251, 251, 253, 0.82);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  backdrop-filter: saturate(180%) blur(20px);
}

.header-inner {
  width: min(1120px, calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.site-logo-image,
.site-logo .custom-logo {
  width: 236px;
  max-width: 236px;
  height: auto;
}

.site-logo-mark,
.site-logo-text {
  display: none;
}

.site-nav ul {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav a {
  color: rgba(0, 0, 0, 0.72);
  font-size: 0.88rem;
  font-weight: 600;
}

.site-nav a:hover {
  color: var(--ink);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 700;
}

.menu-toggle {
  display: none;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

.menu-toggle-lines,
.menu-toggle-lines::before,
.menu-toggle-lines::after {
  width: 18px;
  height: 1.5px;
  display: block;
  background: currentColor;
  content: "";
}

.menu-toggle-lines {
  position: relative;
}

.menu-toggle-lines::before,
.menu-toggle-lines::after {
  position: absolute;
  left: 0;
}

.menu-toggle-lines::before {
  top: -6px;
}

.menu-toggle-lines::after {
  top: 6px;
}

.page-shell {
  background: var(--bg);
}

.hero-panel {
  position: relative;
  min-height: calc(100svh - 64px);
  overflow: hidden;
  display: grid;
  align-items: center;
  color: var(--ink);
  background: #f7f9fb;
}

.hero-panel::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.7) 34%, rgba(255, 255, 255, 0.12) 68%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.32) 0%, rgba(255, 255, 255, 0) 44%);
}

.hero-media,
.hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  margin: 0;
}

.hero-media img {
  object-fit: cover;
  object-position: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 136px 0 74px;
  transform: translateY(132px);
}

.hero-copy h1,
.hero-copy h2,
.page-hero-copy h1,
.section-heading h2,
.statement h2,
.split-copy h2,
.canary-copy h2,
.contact-cta h2 {
  margin: 0;
  color: inherit;
  font-size: 4.9rem;
  line-height: 0.98;
  font-weight: 700;
  letter-spacing: 0;
}

.hero-copy p:not(.eyebrow),
.page-hero-copy p:not(.eyebrow) {
  max-width: 740px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.45rem;
  line-height: 1.28;
}

.hero-copy h1 {
  max-width: 760px;
  font-size: 4.2rem;
  line-height: 1;
}

.hero-copy p:not(.eyebrow) {
  max-width: 560px;
  font-size: 1.18rem;
}

.hero-panel .hero-copy p:not(.eyebrow) {
  max-width: 640px;
  color: #314044;
  font-weight: 600;
}

.hero-panel .link-actions a {
  color: var(--blue);
}

.hero-proof {
  max-width: 820px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin-top: 28px;
  border: 1px solid rgba(5, 5, 5, 0.12);
  background: rgba(5, 5, 5, 0.12);
}

.hero-proof span {
  min-height: 54px;
  display: flex;
  align-items: center;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--soft-ink);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.2;
  backdrop-filter: blur(12px);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--cyan);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-heading .eyebrow,
.split-copy .eyebrow,
.statement .eyebrow,
.service-row .eyebrow,
.light-eyebrow {
  color: var(--cyan-dark);
}

.link-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 26px;
}

.link-actions a {
  color: var(--blue);
  font-size: 1.16rem;
  font-weight: 600;
}

.dark-section .link-actions a {
  color: #73d8ff;
}

.link-actions a::after {
  content: " >";
}

.statement {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 112px 0 92px;
  text-align: center;
}

.statement h2 {
  max-width: 980px;
  margin: 0 auto;
  color: var(--soft-ink);
  font-size: 4.2rem;
}

.statement p {
  max-width: 780px;
  margin: 22px auto 0;
  color: var(--muted);
  font-size: 1.28rem;
}

.idea-path {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 56px;
  border: 1px solid var(--line);
  background: var(--line);
  text-align: left;
}

.idea-step {
  background: #fff;
}

.idea-step figure {
  aspect-ratio: 16 / 10;
  margin: 0;
  overflow: hidden;
  background: var(--panel);
}

.idea-step img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.idea-step div {
  padding: 24px;
}

.idea-step h3 {
  margin: 0;
  color: var(--soft-ink);
  font-size: 1.35rem;
  line-height: 1.12;
}

.idea-step p {
  max-width: none;
  margin: 10px 0 0;
  font-size: 1rem;
}

.section-heading {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto 46px;
  text-align: center;
}

.section-heading h2 {
  color: var(--soft-ink);
  font-size: 4rem;
}

.section-heading p {
  max-width: 760px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 1.18rem;
}

.media-band {
  padding: 12px;
  background: var(--bg);
}

.media-band.dark-section {
  background: var(--mint-panel);
  color: var(--ink);
}

.media-panel {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--mint-panel-flat);
  color: var(--ink);
}

.media-panel::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(0deg, rgba(233, 248, 248, 0.94), rgba(233, 248, 248, 0.18) 58%);
}

.media-panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.media-panel-copy {
  position: relative;
  z-index: 2;
  width: min(840px, calc(100% - 40px));
  padding: 0 0 56px;
  margin: 0 auto;
  text-align: center;
}

.media-panel-copy h2 {
  margin: 0;
  font-size: 3.8rem;
  line-height: 1;
  letter-spacing: 0;
}

.media-panel-copy p {
  max-width: 640px;
  margin: 16px auto 0;
  color: var(--muted);
  font-size: 1.2rem;
}

.split-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
  align-items: center;
  gap: 72px;
  padding: 110px max(24px, calc((100% - var(--max)) / 2));
  background: var(--panel);
}

.split-feature.reverse {
  grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1fr);
}

.split-feature.reverse .media-frame {
  order: 2;
}

.media-frame {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #ddd;
}

.media-frame img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  object-position: center;
}

.split-copy h2 {
  color: var(--soft-ink);
  font-size: 3.8rem;
}

.split-copy p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.18rem;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  border: 1px solid var(--line);
  background: var(--line);
}

.metric-row span {
  display: grid;
  gap: 5px;
  padding: 22px;
  background: #fff;
  color: var(--muted);
  font-size: 0.94rem;
}

.metric-row strong {
  color: var(--ink);
  font-size: 1.45rem;
  line-height: 1;
}

.services-index {
  padding: 112px 0;
  background: #fff;
}

.service-card-section {
  padding: 112px 0;
  background: #fff;
}

.service-card-grid {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.service-card {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1fr);
  min-height: 420px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.service-card:nth-child(even) {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
}

.service-card:nth-child(even) figure {
  order: 2;
}

.service-card figure {
  margin: 0;
  background: var(--panel);
}

.service-card img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center;
}

.service-card img.service-diagram {
  padding: 14px;
  object-fit: contain;
  background: #fff;
}

.service-card > div {
  display: grid;
  align-content: center;
  padding: 40px;
}

.service-card span {
  color: var(--cyan-dark);
  font-size: 0.82rem;
  font-weight: 800;
}

.service-card h3 {
  margin: 10px 0 0;
  color: var(--soft-ink);
  font-size: 2.35rem;
  line-height: 1.05;
}

.service-card p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.compact-service-list {
  background: var(--panel);
}

.service-rows {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.service-row {
  display: grid;
  grid-template-columns: 150px minmax(220px, 0.72fr) minmax(0, 1fr);
  gap: 36px;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}

.service-row span {
  color: var(--muted);
  font-weight: 700;
}

.service-row h3 {
  margin: 0;
  color: var(--soft-ink);
  font-size: 1.85rem;
  line-height: 1.12;
}

.service-row p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.canary-showcase {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.12fr);
  gap: 46px;
  align-items: center;
  padding: 118px max(24px, calc((100% - var(--max)) / 2));
  border-block: 1px solid rgba(38, 50, 56, 0.08);
  background:
    linear-gradient(135deg, rgba(92, 246, 222, 0.14), rgba(48, 116, 226, 0.08) 46%, rgba(255, 255, 255, 0.96)),
    #f4f8f8;
  color: var(--ink);
}

.canary-copy h2 {
  font-size: 4.2rem;
}

.canary-copy p {
  max-width: 610px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.2rem;
}

.canary-stage {
  display: grid;
  gap: 22px;
  align-items: center;
  justify-items: center;
  margin: 0;
}

.canary-stage img {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
  border: 0;
  border-radius: 0;
  background: transparent;
  filter: drop-shadow(0 20px 28px rgba(26, 38, 48, 0.16));
}

.canary-stage-single img {
  max-width: 820px;
  max-height: 560px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  border: 1px solid var(--line);
  background: var(--line);
}

.feature-item {
  min-height: 270px;
  padding: 28px;
  background: var(--panel);
}

.feature-item h3 {
  margin: 0;
  color: var(--soft-ink);
  font-size: 1.5rem;
  line-height: 1.14;
}

.feature-item p {
  margin: 14px 0 0;
  color: var(--muted);
}

.home-workflow .feature-item {
  min-height: 240px;
  background: #fff;
}

.industry-section {
  padding: 112px 0;
  background: var(--panel);
}

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

.industry-grid .feature-item {
  min-height: 255px;
  background: #fff;
}

.image-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 12px;
  background: #fff;
}

.image-gallery figure {
  position: relative;
  min-height: 420px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--panel);
}

.image-gallery .wide {
  grid-column: span 2;
}

.image-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-gallery figcaption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  max-width: calc(100% - 32px);
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 700;
  backdrop-filter: blur(14px);
}

.logo-section {
  padding: 96px 0;
  background: var(--panel);
}

.logo-strip {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.logo-strip.logo-strip-seven {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.logo-strip img,
.logo-wordmark {
  width: 100%;
  height: 128px;
  padding: 32px;
  background: #fff;
}

.logo-strip img {
  object-fit: contain;
}

.logo-wordmark {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.legal-note {
  width: min(var(--max), calc(100% - 40px));
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 0.78rem;
  text-align: center;
}

.page-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  display: grid;
  align-items: end;
  background: var(--mint-panel-flat);
  color: #fff;
}

.page-hero.light {
  background: var(--panel);
  color: var(--ink);
}

.page-hero.light .page-hero-copy p:not(.eyebrow) {
  color: var(--muted);
}

.page-hero.light::after {
  background: linear-gradient(0deg, rgba(245, 245, 247, 0.94), rgba(245, 245, 247, 0.2) 55%);
}

.page-hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.08) 55%);
}

.page-hero-media,
.page-hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.page-hero-media {
  margin: 0;
}

.page-hero-media img {
  object-fit: cover;
  object-position: center;
}

.page-hero-copy {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 112px 0 70px;
}

.page-hero-copy h1 {
  max-width: 980px;
}

.content-section {
  padding: 104px max(20px, calc((100% - var(--max)) / 2));
  background: #fff;
}

.content-section.panel {
  background: var(--panel);
}

.two-column-copy {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1fr);
  gap: 70px;
  align-items: start;
}

.two-column-copy h2 {
  margin: 0;
  color: var(--soft-ink);
  font-size: 3.65rem;
  line-height: 1;
}

.two-column-copy p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 1.15rem;
}

.spec-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--line);
}

.spec-strip article {
  min-height: 150px;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 24px 18px;
  background: #fff;
  text-align: center;
}

.spec-strip strong {
  display: block;
  color: var(--ink);
  font-size: clamp(1.35rem, 1.6vw, 1.95rem);
  line-height: 1;
}

.spec-strip span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.28;
}

.canary-spec-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(var(--max), calc(100% - 40px));
  margin: 34px auto 0;
  border: 1px solid var(--line);
  background: var(--line);
}

.canary-spec-grid article {
  min-height: 360px;
  padding: 30px;
  background: #fff;
}

.canary-spec-grid h3 {
  margin: 0;
  color: var(--soft-ink);
  font-size: 1.55rem;
  line-height: 1.12;
}

.canary-spec-grid ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0 0 0 18px;
  color: var(--muted);
}

.canary-spec-grid li {
  line-height: 1.42;
}

.canary-spec-note {
  width: min(var(--max), calc(100% - 40px));
  margin: 20px auto 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.5;
}

.order-card {
  display: grid;
  grid-template-columns: minmax(300px, 0.58fr) minmax(0, 1fr);
  gap: 1px;
  width: min(var(--max), calc(100% - 40px));
  margin: 34px auto 0;
  border: 1px solid var(--line);
  background: var(--line);
}

.order-card-copy,
.order-form {
  background: #fff;
}

.order-card-copy {
  padding: 34px;
}

.order-card-copy h3 {
  margin: 0;
  color: var(--soft-ink);
  font-size: 1.7rem;
  line-height: 1.12;
}

.order-card-copy p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.order-card-copy ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0 0 0 18px;
  color: var(--muted);
}

.order-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 34px;
}

.order-form label {
  display: grid;
  gap: 8px;
  color: var(--soft-ink);
  font-size: 0.9rem;
  font-weight: 800;
}

.order-form input,
.order-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 14px;
  background: #f8fafb;
  color: var(--ink);
  font: inherit;
}

.order-form textarea {
  min-height: 118px;
  resize: vertical;
}

.order-form input:focus,
.order-form textarea:focus {
  border-color: var(--blue);
  outline: 3px solid rgba(0, 113, 227, 0.16);
  background: #fff;
}

.order-form .full {
  grid-column: 1 / -1;
}

.order-form .privacy-consent {
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.45;
}

.order-form .privacy-consent input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
  padding: 0;
  accent-color: var(--blue);
}

.order-form .privacy-consent a {
  color: var(--blue);
  font-weight: 800;
}

.form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.order-form button {
  min-height: 48px;
  justify-self: start;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.order-form button:hover {
  background: #0059b8;
}

.form-status {
  width: min(var(--max), calc(100% - 40px));
  margin: 26px auto 0;
  padding: 16px 18px;
  border-radius: 8px;
  font-weight: 800;
}

.form-status.success {
  border: 1px solid rgba(18, 138, 105, 0.22);
  background: #e9f8f3;
  color: #087257;
}

.form-status.error {
  border: 1px solid rgba(195, 50, 50, 0.22);
  background: #fff0f0;
  color: #9f2424;
}

.product-frame {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  overflow: hidden;
  border-radius: 8px;
  background: var(--panel);
}

.product-frame img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  object-position: center;
}

.product-frame.contain img {
  object-fit: contain;
  padding: 24px;
  background: var(--mint-panel-flat);
}

.contact-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.45fr);
  gap: 56px;
  padding: 112px max(20px, calc((100% - var(--max)) / 2));
  background: var(--mint-panel);
  color: var(--ink);
}

.contact-cta h2 {
  max-width: 820px;
  font-size: 4rem;
}

.contact-cta .eyebrow {
  color: var(--cyan-dark);
}

.contact-cta p {
  max-width: 640px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.16rem;
}

.contact-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--muted);
  font-style: normal;
}

.contact-card strong,
.contact-card span {
  display: block;
}

.contact-card strong {
  margin-bottom: 10px;
  color: var(--ink);
}

.contact-cta.home-contact-cta {
  border-top: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(92, 246, 222, 0.12), rgba(48, 116, 226, 0.08) 48%, rgba(255, 255, 255, 0.98)),
    #f7fbfb;
  color: var(--ink);
}

.contact-cta.home-contact-cta h2 {
  color: var(--soft-ink);
}

.contact-cta.home-contact-cta p {
  color: var(--muted);
}

.contact-cta.home-contact-cta .eyebrow {
  color: var(--cyan-dark);
}

.contact-cta.home-contact-cta .link-actions a {
  color: var(--blue);
}

.contact-cta.home-contact-cta .contact-card {
  border-color: var(--line);
  background: #fff;
  color: var(--muted);
}

.contact-cta.home-contact-cta .contact-card strong {
  color: var(--ink);
}

.company-details {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
}

.company-details div {
  display: grid;
  gap: 3px;
}

.company-details dt {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.company-details dd {
  margin: 0;
  color: var(--ink);
  font-size: 0.98rem;
  font-weight: 650;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 12px;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.contact-tile {
  min-height: 320px;
  padding: 32px;
  border-radius: 8px;
  background: var(--panel);
}

.contact-tile.dark {
  background: var(--mint-panel);
  color: var(--ink);
}

.contact-tile h2 {
  margin: 0;
  color: inherit;
  font-size: 2.1rem;
  line-height: 1.08;
}

.contact-tile p {
  margin: 14px 0 0;
  color: var(--muted);
}

.contact-tile.dark p {
  color: var(--muted);
}

.contact-tile a {
  display: inline-flex;
  margin-top: 20px;
  color: var(--blue);
  font-weight: 700;
}

.contact-tile.dark a {
  color: var(--blue);
}

.contact-tile a::after {
  content: " >";
}

.default-content {
  width: min(900px, calc(100% - 40px));
  margin: 0 auto;
  padding: 96px 0;
}

.default-content h1 {
  margin: 0 0 20px;
  color: var(--soft-ink);
  font-size: 3.6rem;
  line-height: 1;
}

.entry-content {
  color: var(--muted);
}

.site-footer {
  background: var(--panel);
  color: var(--muted);
}

.footer-inner {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0;
  display: grid;
  gap: 18px;
  border-top: 1px solid var(--line);
}

.footer-brand {
  margin: 0;
  font-size: 0.78rem;
}

.footer-brand strong {
  display: block;
  color: var(--ink);
}

.footer-brand span {
  display: block;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.78rem;
}

.footer-links a:hover,
.footer-link-button:hover {
  color: var(--ink);
}

.footer-link-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.footer-note {
  max-width: 760px;
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.45;
}

.footer-copyright {
  margin: 0;
  color: var(--soft-ink);
  font-size: 0.78rem;
  font-weight: 700;
}

.legal-hero {
  padding: 118px max(20px, calc((100% - var(--max)) / 2)) 82px;
  background: var(--mint-panel);
  color: var(--ink);
}

.legal-hero-copy {
  max-width: 900px;
}

.legal-hero h1 {
  margin: 0;
  font-size: 4.2rem;
  line-height: 1;
}

.legal-hero p:not(.eyebrow) {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.18rem;
}

.legal-hero span {
  display: inline-flex;
  margin-top: 22px;
  color: var(--muted);
  font-size: 0.88rem;
}

.legal-content {
  width: min(940px, calc(100% - 40px));
  margin: 0 auto;
  padding: 84px 0 104px;
}

.legal-block {
  padding: 30px 0;
  border-top: 1px solid var(--line);
}

.legal-block:last-child {
  border-bottom: 1px solid var(--line);
}

.legal-block h2 {
  margin: 0;
  color: var(--soft-ink);
  font-size: 1.8rem;
  line-height: 1.12;
}

.legal-block p {
  margin: 14px 0 0;
  color: var(--muted);
}

.legal-block ul {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0 0 0 20px;
  color: var(--muted);
}

.legal-block li {
  line-height: 1.5;
}

.legal-block a {
  color: var(--blue);
  font-weight: 700;
}

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

.legal-table {
  margin-top: 18px;
  border: 1px solid var(--line);
  background: var(--line);
}

.legal-table > div {
  display: grid;
  grid-template-columns: minmax(180px, 0.78fr) minmax(0, 1.22fr);
  gap: 1px;
  border-bottom: 1px solid var(--line);
}

.legal-table > div:last-child {
  border-bottom: 0;
}

.legal-table strong,
.legal-table span {
  padding: 16px;
  background: #fff;
}

.legal-table strong {
  color: var(--ink);
}

.legal-table span {
  color: var(--muted);
}

.cookie-table > div {
  grid-template-columns: minmax(120px, 0.55fr) minmax(0, 1.25fr) minmax(140px, 0.72fr);
}

.button-light,
.button-blue {
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
}

.button-light {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--soft-ink);
}

.button-blue {
  border: 1px solid var(--blue);
  background: var(--blue);
  color: #fff;
}

.cookie-consent {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 9998;
  width: min(1080px, calc(100% - 36px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--soft-ink);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(20px);
}

.cookie-consent-copy strong {
  display: block;
  color: var(--ink);
  font-size: 1rem;
}

.cookie-consent-copy p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.cookie-consent-copy a {
  display: inline-flex;
  margin-top: 6px;
  color: var(--blue);
  font-size: 0.86rem;
  font-weight: 700;
}

.cookie-consent-actions,
.cookie-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(0, 0, 0, 0.54);
}

.cookie-modal-panel {
  position: relative;
  width: min(680px, 100%);
  max-height: min(760px, calc(100svh - 36px));
  overflow: auto;
  padding: 30px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.cookie-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--soft-ink);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.cookie-modal-panel h2 {
  margin: 0;
  color: var(--soft-ink);
  font-size: 2.1rem;
  line-height: 1.05;
}

.cookie-modal-panel p:not(.eyebrow) {
  margin: 14px 0 20px;
  color: var(--muted);
}

.cookie-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
}

.cookie-option strong,
.cookie-option span span {
  display: block;
}

.cookie-option strong {
  color: var(--soft-ink);
}

.cookie-option span,
.cookie-option div span {
  color: var(--muted);
  font-size: 0.92rem;
}

.cookie-option input {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  accent-color: var(--blue);
}

.cookie-option.is-required > span {
  color: var(--cyan-dark);
  font-weight: 700;
}

.cookie-modal-actions {
  margin-top: 22px;
}

@media (max-width: 1100px) {
  .hero-copy h1,
  .hero-copy h2,
  .page-hero-copy h1,
  .legal-hero h1,
  .section-heading h2,
  .statement h2,
  .split-copy h2,
  .canary-copy h2,
  .contact-cta h2 {
    font-size: 3.65rem;
  }

  .split-feature,
  .split-feature.reverse,
  .service-card,
  .service-card:nth-child(even),
  .canary-showcase,
  .two-column-copy,
  .contact-cta,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .order-card {
    grid-template-columns: 1fr;
  }

  .split-feature.reverse .media-frame,
  .service-card:nth-child(even) figure {
    order: 0;
  }

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

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

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

  .image-gallery .wide {
    grid-column: span 2;
  }
}

@media (max-width: 760px) {
  body.admin-bar .site-header {
    top: 46px;
  }

  .header-inner {
    min-height: 68px;
  }

  .site-logo-image,
  .site-logo .custom-logo {
    width: 184px;
    max-width: 184px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: fixed;
    inset: 60px 0 auto;
    display: none;
    padding: 16px;
    border-bottom: 1px solid var(--line);
    background: rgba(251, 251, 253, 0.98);
  }

  .site-nav.is-open {
    display: block;
  }

  .site-nav ul {
    display: grid;
    gap: 14px;
  }

  .site-nav a {
    font-size: 1rem;
  }

  .header-cta {
    display: none;
  }

  .hero-panel,
  .page-hero {
    min-height: 690px;
  }

  .hero-panel::after {
    background:
      linear-gradient(0deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.58) 48%, rgba(255, 255, 255, 0.18) 100%);
  }

  .hero-copy,
  .page-hero-copy {
    width: min(100% - 28px, var(--max));
    padding-bottom: 48px;
  }

  .hero-copy {
    transform: none;
  }

  .hero-copy h1,
  .hero-copy h2,
  .page-hero-copy h1,
  .legal-hero h1,
  .section-heading h2,
  .statement h2,
  .split-copy h2,
  .canary-copy h2,
  .contact-cta h2 {
    font-size: 2.65rem;
    line-height: 1.02;
  }

  .hero-copy p:not(.eyebrow),
  .page-hero-copy p:not(.eyebrow),
  .legal-hero p:not(.eyebrow),
  .statement p,
  .section-heading p,
  .split-copy p,
  .canary-copy p,
  .contact-cta p {
    font-size: 1.04rem;
  }

  .statement,
  .services-index,
  .service-card-section,
  .content-section,
  .legal-content,
  .industry-section,
  .logo-section,
  .contact-cta {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .legal-hero {
    padding-top: 82px;
    padding-bottom: 58px;
  }

  .split-feature {
    gap: 30px;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .media-panel {
    min-height: 560px;
  }

  .media-panel-copy h2 {
    font-size: 2.5rem;
  }

  .media-frame img,
  .product-frame img {
    height: 360px;
  }

  .service-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .service-card {
    min-height: 0;
  }

  .service-card img {
    min-height: 290px;
  }

  .service-card > div {
    padding: 26px;
  }

  .service-card h3 {
    font-size: 1.85rem;
  }

  .feature-grid,
  .canary-spec-grid,
  .idea-path,
  .industry-grid,
  .image-gallery,
  .spec-strip,
  .logo-strip,
  .logo-strip.logo-strip-seven,
  .metric-row {
    grid-template-columns: 1fr;
  }

  .order-form {
    grid-template-columns: 1fr;
  }

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

  .legal-table > div,
  .cookie-table > div {
    grid-template-columns: 1fr;
  }

  .cookie-consent {
    grid-template-columns: 1fr;
  }

  .cookie-consent-actions,
  .cookie-modal-actions {
    justify-content: stretch;
  }

  .cookie-consent-actions button,
  .cookie-modal-actions button {
    flex: 1 1 150px;
  }

  .cookie-modal-panel {
    padding: 24px;
  }

  .image-gallery .wide {
    grid-column: auto;
  }

  .image-gallery figure {
    min-height: 330px;
  }

  .logo-strip img,
  .logo-wordmark {
    height: 102px;
    padding: 26px;
  }

  .canary-showcase {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .canary-stage img {
    height: auto;
    max-height: none;
    padding: 0;
  }
}

.centered-actions {
  justify-content: center;
}

.page-hero-copy > span {
  display: inline-flex;
  margin-top: 22px;
  color: currentColor;
  opacity: 0.72;
  font-size: 0.88rem;
}

.canary-hero .page-hero-media img {
  object-fit: cover;
  object-position: center;
}

.canary-hero {
  align-items: center;
  color: var(--ink);
}

.canary-hero::after {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(255, 255, 255, 0.72) 34%,
    rgba(255, 255, 255, 0.2) 54%,
    rgba(255, 255, 255, 0) 72%
  );
}

.canary-hero .page-hero-copy h1 {
  max-width: 900px;
  color: var(--ink);
  font-size: 6.2rem;
  line-height: 0.92;
}

.canary-hero .page-hero-copy p:not(.eyebrow) {
  max-width: 620px;
  color: #354044;
  font-weight: 600;
}

@media (max-width: 1100px) {
  .canary-hero .page-hero-copy h1 {
    font-size: 4.8rem;
  }
}

@media (max-width: 760px) {
  .canary-hero .page-hero-copy h1 {
    font-size: 4rem;
  }
}

@media (max-width: 520px) {
  .canary-hero .page-hero-copy h1 {
    font-size: 3.2rem;
  }
}

.product-frame-software img {
  object-fit: contain;
  padding: 18px;
  background: #eef3f3;
}

.canary-gallery-section {
  padding-right: 20px;
  padding-left: 20px;
  background: var(--panel);
}

.canary-plugin-note {
  width: min(var(--max), calc(100% - 40px));
  margin: 34px auto 0;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7fbfc;
}

.canary-plugin-note h3 {
  max-width: 860px;
  margin: 0;
  color: var(--soft-ink);
  font-size: 2rem;
  line-height: 1.08;
}

.canary-plugin-note p:not(.eyebrow) {
  max-width: 920px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.55;
}

.canary-carousel {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.canary-carousel-stage {
  position: relative;
  min-height: clamp(490px, 52vw, 780px);
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7f8f9;
  aspect-ratio: 16 / 9;
}

.canary-carousel-stage img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 48px);
  height: calc(100% - 48px);
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 0;
  object-fit: contain;
  object-position: center center;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: opacity 220ms ease;
}

.canary-carousel-stage img.is-active {
  opacity: 1;
  pointer-events: auto;
  cursor: zoom-in;
}

.canary-photo-carousel .canary-carousel-stage {
  overflow: hidden;
  background: #eef3f3;
}

.canary-photo-carousel .canary-carousel-stage img {
  object-position: center center;
}

.canary-carousel-stage figcaption {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 2;
  max-width: calc(100% - 36px);
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 700;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12);
}

.canary-carousel-controls {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 3;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  margin: 0;
  pointer-events: none;
}

.canary-carousel-controls button {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  width: 48px;
  min-width: 48px;
  min-height: 48px;
  padding: 0;
  font-size: 2rem;
  line-height: 1;
  pointer-events: auto;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(14px);
}

.canary-carousel-controls button:hover {
  border-color: rgba(0, 113, 227, 0.42);
  box-shadow: 0 16px 42px rgba(0, 113, 227, 0.12);
}

.canary-carousel-controls span {
  justify-self: center;
  min-width: 76px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--muted);
  font-size: 0.92rem;
  text-align: center;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(14px);
}

.image-gallery img {
  cursor: zoom-in;
}

.has-lightbox {
  overflow: hidden;
}

.image-lightbox[hidden] {
  display: none;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 18px;
  padding: 22px;
  background: rgba(4, 8, 14, 0.94);
  color: #fff;
}

.image-lightbox figure {
  display: flex;
  min-width: 0;
  min-height: 0;
  margin: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.image-lightbox img {
  max-width: min(100%, 1700px);
  max-height: calc(100vh - 170px);
  border-radius: 8px;
  background: #fff;
  object-fit: contain;
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.35);
}

.image-lightbox figcaption {
  max-width: min(100%, 980px);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  font-weight: 700;
  text-align: center;
}

.image-lightbox-close,
.image-lightbox-controls button {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.image-lightbox-close {
  justify-self: end;
  width: 44px;
  height: 44px;
  font-size: 1.5rem;
  line-height: 1;
}

.image-lightbox-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.image-lightbox-controls button {
  min-width: 118px;
  min-height: 44px;
  padding: 0 18px;
}

.image-lightbox-controls button:hover,
.image-lightbox-close:hover {
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.18);
}

.image-lightbox-controls span {
  min-width: 72px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.92rem;
  text-align: center;
}

.download-grid {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.download-card {
  min-height: 270px;
  padding: 30px;
  background: #fff;
}

.download-card > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(0, 113, 227, 0.24);
  border-radius: 999px;
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 800;
}

.download-card h3 {
  margin: 20px 0 0;
  color: var(--soft-ink);
  font-size: 1.65rem;
  line-height: 1.08;
}

.download-card p {
  margin: 14px 0 0;
  color: var(--muted);
}

.download-card .download-version {
  color: var(--soft-ink);
  font-size: 0.92rem;
  font-weight: 800;
}

.download-card a {
  display: inline-flex;
  align-items: center;
  margin-top: 24px;
  color: var(--blue);
  font-weight: 800;
}

.download-card a::after {
  content: " >";
}

body.preview-spa .preview-page {
  display: none;
}

body.preview-spa .preview-page.is-active {
  display: block;
}

body.preview-spa .site-nav a.is-active {
  color: var(--blue);
}

body.preview-spa .preview-page > .hero-panel,
body.preview-spa .preview-page > .page-hero {
  margin-top: 0;
}

@media (max-width: 1100px) {
  .download-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .canary-carousel {
    width: 100%;
  }

  .canary-carousel-stage {
    min-height: 300px;
    aspect-ratio: 4 / 3;
  }

  .canary-carousel-stage img {
    width: calc(100% - 24px);
    height: calc(100% - 24px);
  }

  .canary-carousel-controls {
    left: 12px;
    right: 12px;
    bottom: 12px;
    gap: 8px;
  }

  .canary-carousel-controls button {
    width: 42px;
    min-width: 42px;
    min-height: 40px;
    padding: 0;
    font-size: 1.7rem;
  }

  .download-grid {
    width: min(100% - 28px, var(--max));
  }

  .download-card {
    min-height: 0;
    padding: 26px;
  }

  .image-lightbox {
    gap: 12px;
    padding: 12px;
  }

  .image-lightbox img {
    max-height: calc(100vh - 154px);
  }

  .image-lightbox-controls {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 10px;
  }

  .image-lightbox-controls button {
    min-width: 0;
    padding: 0 12px;
  }

  .product-frame-software img {
    height: 360px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
