:root {
  --ink: #111c29;
  --muted: #596977;
  --brand: #00a7c5;
  --line: #dce3e8;
  --soft: #f2f5f6;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--anchor-offset, 85px);
}
body.imaks-design {
  font-size: 16px;
  line-height: 1.65;
  background: #fff;
  color: #34414e;
}
h1,
h2,
h3 {
  overflow-wrap: break-word;
}
h1,
h2 {
  font-weight: 800 !important;
  letter-spacing: -0.035em !important;
  text-transform: uppercase;
}
h1 {
  font-size: clamp(2.5rem, 4.2vw, 4.3rem) !important;
  line-height: 1.04 !important;
}
h2 {
  font-size: clamp(1.8rem, 2.65vw, 2.85rem) !important;
  line-height: 1.1 !important;
}
h3 {
  line-height: 1.25 !important;
  letter-spacing: -0.018em;
}
.original-section {
  position: relative;
  isolation: isolate;
}
.original-section.section {
  padding: 76px 0;
}
.original-section h2 + p {
  margin-top: 22px;
}
.original-section .text-lg {
  font-size: 1rem;
  line-height: 1.75;
}
.original-section .text-xl:not(h1):not(h2) {
  font-size: 1.125rem;
}
.original-section .leading-9 {
  line-height: 1.8;
}
.original-section .rounded-xl,
.original-section .rounded-2xl,
.original-section .rounded-3xl {
  border-radius: 0;
}
.original-section .shadow-clean,
.original-section .shadow-card {
  box-shadow: none;
}
.original-section .mt-12 {
  margin-top: 32px;
}
.original-section .gap-12 {
  gap: 40px;
}
.original-section .tracking-\[0\.22em\],
.original-section .tracking-\[0\.18em\] {
  letter-spacing: 0.055em !important;
}
.original-section .text-sm {
  font-size: 0.875rem;
}
.original-section article {
  min-width: 0;
}
a,
button {
  touch-action: manipulation;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #00a7c5;
  outline-offset: 5px;
}
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid #0093af;
  outline-offset: 2px;
}
input,
textarea,
select {
  max-width: 100%;
  background: #fff;
}
textarea {
  resize: vertical;
}
button:disabled {
  opacity: 0.45;
  cursor: default;
}
main a.bg-brand,
main button.bg-brand,
header a.bg-brand {
  background: #00a7c5;
  color: #041b24;
  border-color: #00a7c5;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.015em;
  border-radius: 0 !important;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
main a.bg-brand:hover,
main button.bg-brand:hover,
header a.bg-brand:hover {
  background: #38c2da;
  color: #041b24;
}
main a.border.bg-white {
  min-height: 48px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: #101c28 !important;
  border-color: #ffffff24 !important;
  color: #fff;
}
.site-header nav {
  min-height: 84px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.site-header nav > .hidden {
  gap: 21px;
}
.site-header nav > a:not(.brand-logo) {
  flex-shrink: 0;
}
.site-header nav .text-body,
.site-header nav .text-ink,
.site-header nav .text-muted {
  color: #fff;
}
.site-header nav .text-sm {
  font-size: 0.875rem;
}
.site-header .brand-logo {
  font-size: 0;
  line-height: 0;
  flex-shrink: 0;
  margin-right: 15px;
}
.brand-logo img {
  width: 122px;
  height: 56px;
  object-fit: contain;
}
.site-header .desktop-dropdown {
  background: #162735;
  border-color: #ffffff24;
  max-width: calc(100vw - 50px);
  border-radius: 0;
  box-shadow: 0 15px 35px #0005;
}
.site-header .desktop-dropdown .bg-soft {
  background: #ffffff09;
}
.site-header .desktop-dropdown .text-brand {
  color: #5dd3e5;
}
.site-header .desktop-dropdown a:hover {
  background: #ffffff12 !important;
  color: #67dce9 !important;
}
.dropdown-parent:focus-within > .desktop-dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
#menuBtn {
  color: #fff;
  border-color: #ffffff66;
  border-radius: 0;
}
#mobileMenu {
  max-height: calc(100svh - 84px);
  overflow: auto;
  background: #152837 !important;
  color: #fff;
  border-color: #ffffff24;
}
#mobileMenu .bg-soft {
  background: #ffffff09;
}
#mobileMenu a,
#mobileMenu summary,
#mobileMenu p {
  color: #e5edf2;
}
#mobileMenu a:hover {
  background: #ffffff0c;
}
#mobileMenu .text-brand {
  color: #75dcea;
}
.original-visual-placeholder {
  display: none !important;
}
.hero-section {
  background: #152535 !important;
  color: #fff !important;
  overflow: hidden;
}
.hero-section:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #081523ee 0%, #081523c2 43%, #08152320 100%);
  z-index: -1;
  pointer-events: none;
}
.hero-section .section-container {
  padding-block: 68px;
  min-height: 540px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero-section .section-container > div {
  width: 100%;
}
.hero-section .section-container .max-w-4xl {
  max-width: 900px;
}
.hero-section h1 {
  max-width: 900px;
}
.hero-section .text-ink {
  color: #fff;
}
.hero-section .text-body,
.hero-section .text-muted {
  color: #dce6ed;
}
.hero-section p.text-brand {
  color: #81e0ed;
}
.hero-section .bg-white {
  background: #10283e42;
  color: #fff;
  border-color: #8cacba;
}
.hero-section .bg-white:hover {
  background: #ffffff18;
  color: #fff;
}
.hero-section p:not(.uppercase) {
  max-width: 760px;
}
.page-index .hero-section .section-container {
  min-height: calc(100svh - 84px);
  max-height: none;
  padding-block: 68px 85px;
}
.page-index .hero-section h1 {
  max-width: 880px;
}
.page-index .hero-section p.text-xl {
  max-width: 695px;
  font-size: 1.125rem !important;
}
.design-media {
  overflow: hidden;
}
.design-media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
.hero-media,
.background-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.hero-media img {
  object-position: center;
}
.hero-section .hero-media {
  z-index: -3;
}
.has-navigation-media {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 235px;
  padding: 27px !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  border: 0 !important;
  background: #122331 !important;
}
.navigation-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.has-navigation-media:after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(0deg, #071725f5, #07172510);
}
.has-navigation-media > span {
  color: #fff !important;
  max-width: 340px;
}
.has-navigation-media > span:first-of-type {
  font-size: 1.25rem;
  text-transform: uppercase;
  line-height: 1.2;
}
.has-navigation-media .text-muted {
  color: #e3ebef !important;
  font-size: 0.875rem;
  line-height: 1.55;
}
.has-navigation-media:hover img {
  transform: scale(1.03);
}
.navigation-media img {
  transition: transform 0.35s;
}
.quick-navigation > .section-container > .grid {
  display: grid;
  grid-template-columns: 1fr 2.3fr;
  gap: 40px;
}
.quick-navigation > .section-container > .grid > div:last-child {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.quick-navigation h2 {
  font-size: 2.3rem !important;
}
.quick-navigation {
  padding: 65px 0;
}
.page-index #klicove-kapacity {
  padding: 0;
}
.page-index #klicove-kapacity .grid {
  gap: 0;
}
.page-index #klicove-kapacity .grid > div {
  background: #fff;
  padding: 30px 22px;
  border-right: 1px solid var(--line);
}
.page-index #klicove-kapacity .grid > div:first-child {
  padding-left: 0;
}
.page-index #klicove-kapacity .grid > div:last-child {
  border-right: 0;
}
.page-index #klicove-kapacity .text-3xl {
  font-size: 3.1rem;
  line-height: 1.1;
}
.page-index #klicove-kapacity .text-sm {
  font-size: 0.875rem;
  line-height: 1.45;
  margin-top: 13px;
  font-weight: 400;
}
.fit-section {
  background: #172b3b !important;
  color: #fff;
}
.fit-section .text-ink {
  color: #fff;
}
.fit-section .text-muted {
  color: #c8d6e0;
}
.fit-section .text-brand {
  color: #77dce9;
}
.fit-section .bg-soft {
  background: #ffffff06;
}
.fit-section .border-line {
  border-color: #ffffff2b;
}
.fit-section li {
  padding: 12px 0;
}
.fit-section h3 {
  text-transform: uppercase;
}
.page-index #sluzby {
  background: #fff;
}
.page-index #sluzby > .section-container > .section-heading {
  display: grid;
  grid-template-columns: 1fr 3fr;
  max-width: none;
  column-gap: 40px;
}
.page-index #sluzby .section-heading > p:first-child {
  grid-row: 1/3;
  max-width: 180px;
}
.page-index #sluzby .section-heading > h2,
.page-index #sluzby .section-heading > p:last-child {
  grid-column: 2;
  margin-top: 0;
}
.page-index #sluzby .section-heading > p:last-child {
  margin-top: 22px;
}
.technology-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #152a3b !important;
  color: #fff !important;
}
.technology-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.technology-card:after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(0deg, #051522f2, #05152233);
}
.technology-content {
  position: relative;
  z-index: 1;
}
.technology-card h3,
.technology-card p,
.technology-card a {
  color: #fff !important;
}
.technology-card a {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.technology-card p {
  font-size: 0.94rem;
  line-height: 1.65;
}
.technology-controls {
  display: flex;
  gap: 7px;
  margin-top: 14px;
}
.technology-controls button {
  background: #142735;
  color: #fff;
  width: 43px;
  height: 43px;
  border: 1px solid #142735;
  font-size: 1.25rem;
}
.technology-controls button:hover {
  background: #007f98;
}
.technology-rail:not(.is-enhanced) .technology-card {
  min-height: 320px;
}
.technology-rail:not(.is-enhanced) .technology-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.capacity-section {
  background: #152635 !important;
  color: #fff;
  overflow: hidden;
}
.capacity-section:after {
  content: '';
  position: absolute;
  inset: 0;
  background: #101e2bc9;
  z-index: -1;
}
.capacity-section .section-heading .text-ink {
  color: #fff;
}
.capacity-section .section-heading .text-muted {
  color: #d3dce3;
}
.capacity-section .section-heading .text-brand {
  color: #7ee0ed;
}
.capacity-section > .section-container > .grid {
  grid-template-columns: 0.95fr 1.3fr;
  gap: 50px;
}
.capacity-section > .section-container > .grid > div:last-child > div {
  background: #fffffff2;
  padding: 28px !important;
  color: var(--ink);
}
.capacity-section .bg-soft {
  background: #eef3f5;
}
.capacity-section h3 {
  font-size: 1.125rem !important;
  text-transform: uppercase;
}
.capacity-section .section-heading {
  padding-right: 10px;
}
.compact-industries > .section-container > .grid {
  display: block;
}
.compact-industries .section-heading {
  max-width: 950px;
  margin-bottom: 30px;
}
.compact-industries > .section-container > .grid > div:last-child {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.compact-industries article {
  padding: 0 !important;
  background: #fff;
  border: 0;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}
.industry-media {
  height: 145px;
  margin-bottom: 20px;
}
.compact-industries h3 {
  font-size: 1.125rem !important;
  text-transform: uppercase;
}
.compact-industries article p {
  font-size: 0.94rem;
  line-height: 1.65;
  margin-top: 12px;
}
.certificate-section {
  overflow: hidden;
}
.certificate-section:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #061b2cec, #061b2cc9);
  z-index: -1;
}
.certificate-section .background-media {
  filter: saturate(0.7);
}
.certificate-section .ring-1 {
  box-shadow: none;
  border-top: 1px solid #ffffff42;
  background: transparent;
  padding: 22px 0 !important;
}
.certificate-section > .section-container > .grid {
  grid-template-columns: 1fr 1.1fr;
  gap: 65px;
}
.certificate-section .text-xl {
  font-size: 1rem !important;
}
.certificate-section .leading-7 {
  font-size: 0.94rem;
}
.quality-section > .section-container > .grid {
  display: block;
}
.quality-section .section-heading {
  max-width: 960px;
  margin-bottom: 32px;
}
.quality-section > .section-container > .grid > div:last-child {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.quality-section article {
  padding: 0 !important;
  background: #142735 !important;
  color: #fff !important;
  border: 0;
}
.quality-media {
  height: 195px;
}
.quality-section article h3 {
  padding: 24px 25px 0;
  color: #fff;
  font-size: 1.12rem !important;
  text-transform: uppercase;
}
.quality-section article p {
  padding: 0 25px 25px;
  color: #d6e1e8;
  font-size: 0.94rem;
  line-height: 1.65;
}
.reference-photo {
  position: relative !important;
  overflow: hidden;
  height: 190px !important;
  padding: 0 !important;
}
.reference-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.original-placeholder-label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}
.unfilled-photo {
  display: none !important;
}
#referenceSlider {
  scrollbar-width: thin;
  scrollbar-color: #a8bac5 transparent;
  scroll-snap-type: x mandatory;
}
#referenceSlider article {
  flex: 0 0 calc((100% - 48px) / 3);
  min-width: 0;
  scroll-snap-align: start;
  box-shadow: none;
}
#referenceSlider article .p-7 {
  padding: 24px;
}
#referenceSlider h3 {
  font-size: 1.125rem !important;
}
#referenceSlider article p {
  font-size: 0.94rem;
  line-height: 1.65;
}
#refPrev,
#refNext {
  background: var(--ink);
  color: #fff;
  border-radius: 0;
  border: 0;
}
#refPrev:hover,
#refNext:hover {
  background: #0089a3;
}
.context-media {
  height: 170px;
  margin: -28px -28px 24px;
  width: calc(100% + 56px);
}
.has-context-media {
  overflow: hidden;
}
.has-context-media h3 {
  font-size: 1.125rem;
}
.page-index #proces .lg\:grid-cols-8 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.page-index #proces .lg\:grid-cols-8 > div {
  border-top: 2px solid var(--brand);
  background: transparent;
  padding: 20px 15px;
}
.page-index #proces .text-brand {
  font-size: 1.5rem;
}
.original-section form {
  max-width: 100%;
  background: #f2f5f7;
}
.original-section form input,
.original-section form textarea,
.original-section form select {
  border: 1px solid #aebcc7;
  border-radius: 0;
  width: 100%;
  min-height: 48px;
  font-size: 1rem;
  padding: 12px 14px;
}
.original-section form textarea {
  min-height: 150px;
}
.form-status:empty {
  display: none;
}
.form-status {
  grid-column: 1/-1;
  border-left: 3px solid var(--brand);
  padding: 15px 18px;
  background: #fff;
  color: var(--ink);
}
.form-status a {
  text-decoration: underline;
  color: #006b80;
  font-weight: 700;
  display: inline-block;
  margin: 8px 14px 0 0;
}
.spam-trap {
  position: absolute !important;
  left: -10000px !important;
  top: auto;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.original-section details > summary {
  list-style: none;
  cursor: pointer;
  min-height: 48px;
}
.original-section details > summary::-webkit-details-marker {
  display: none;
}
.original-section details[open] .plus {
  transform: rotate(45deg);
}
.original-section details .plus {
  flex-shrink: 0;
}
.original-section .grid > a:not(.has-navigation-media) {
  min-width: 0;
}
.original-section a[href^='mailto:'] {
  overflow-wrap: anywhere;
}
.original-section a[href^='https://drive.google.com'] {
  color: #007a93;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.map-open {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  width: 100%;
  background: #142a3c;
  color: #fff !important;
  font-weight: 700;
}
.page-kontakty .hero-section .section-container {
  min-height: 520px;
}
.page-kontakty .hero-section .bg-white {
  background: #ffffffeb;
  color: #111c29;
}
.page-kontakty .hero-section .bg-white .text-ink {
  color: #111c29;
}
.page-kontakty .hero-section .bg-white .text-brand {
  color: #007b93;
}
.page-kontakty .hero-section h1 {
  max-width: 780px;
}
.page-certifikace-zkousky .hero-section h1 {
  max-width: 850px;
}
footer {
  background: #101d2b !important;
  color: #c8d5df !important;
}
footer .text-ink,
footer .text-body,
footer h3 {
  color: #fff !important;
}
footer .text-muted {
  color: #b1c2ce !important;
}
footer .border-line {
  border-color: #ffffff25;
}
footer a:hover {
  color: #71ddec !important;
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.video-control {
  position: absolute;
  bottom: 22px;
  right: 30px;
  border: 1px solid #ffffff88;
  background: #071725c9;
  color: #fff;
  padding: 10px 17px;
  font-size: 0.875rem;
  z-index: 3;
}
.technology-controls button:focus-visible {
  outline-color: #00a7c5;
}
.section-container {
  min-width: 0;
}
.original-section article p,
.original-section article a {
  overflow-wrap: break-word;
}
@media (min-width: 1024px) {
  .technology-rail.is-enhanced {
    display: flex !important;
    gap: 7px;
    height: 410px;
  }
  .technology-rail.is-enhanced .technology-card {
    flex: 1 1 0;
    padding: 25px 18px !important;
    border: 0;
    transition: none;
    min-width: 0;
    cursor: pointer;
  }
  .technology-rail.is-enhanced .technology-card.is-active {
    flex: 4.5 1 0;
  }
  .technology-rail.is-enhanced .technology-card:not(.is-active) .technology-content > p,
  .technology-rail.is-enhanced .technology-card:not(.is-active) .technology-content > a {
    display: none !important;
  }
  .technology-rail.is-enhanced .technology-card:not(.is-active) h3 {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    max-height: 350px;
    font-size: 1rem !important;
    line-height: 1.1 !important;
    letter-spacing: 0.01em;
    margin: auto;
    color: #fff;
    text-transform: uppercase;
  }
  .technology-rail.is-enhanced .technology-card.is-active .technology-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
  }
  .technology-rail.is-enhanced .technology-card.is-active h3 {
    font-size: 1.4rem !important;
    text-transform: uppercase;
  }
  .technology-rail.is-enhanced .technology-card.is-active p {
    margin-top: 18px;
  }
  .technology-rail.is-enhanced .technology-card.is-active a {
    margin-top: 24px;
    font-size: 0.875rem;
  }
  .technology-card.is-active:after {
    background: linear-gradient(0deg, #051522f5, #05152220);
  }
  .technology-rail.is-enhanced .technology-card:not(.is-active):after {
    background: #0515227a;
  }
}
@media (max-width: 1200px) {
  .site-header nav > .hidden {
    gap: 14px;
  }
  .site-header nav .text-sm {
    font-size: 0.8125rem;
  }
  .brand-logo img {
    width: 100px;
  }
  .site-header .brand-logo {
    margin-right: 4px;
  }
  .site-header nav .bg-brand {
    padding: 12px 16px;
  }
  .original-section .gap-12 {
    gap: 30px;
  }
  .capacity-section > .section-container > .grid {
    gap: 30px;
  }
  .technology-rail.is-enhanced .technology-card.is-active {
    flex: 5 1 0;
  }
  .certificate-section > .section-container > .grid {
    gap: 35px;
  }
  .hero-section h1 {
    max-width: 830px;
  }
}
@media (max-width: 1023px) {
  .site-header nav {
    min-height: 76px;
  }
  .hero-section .section-container {
    min-height: 470px;
    padding-block: 55px;
  }
  .page-index .hero-section .section-container {
    min-height: 670px;
  }
  .hero-section:after {
    background: linear-gradient(90deg, #081523ec, #0815236e);
  }
  .quick-navigation > .section-container > .grid {
    grid-template-columns: 1fr;
  }
  .quick-navigation .section-heading {
    max-width: 650px;
  }
  .technology-rail {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    height: auto;
  }
  .technology-card {
    min-height: 340px;
    padding: 25px !important;
  }
  .technology-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .technology-controls {
    display: none;
  }
  .capacity-section > .section-container > .grid,
  .certificate-section > .section-container > .grid {
    grid-template-columns: 1fr;
  }
  .compact-industries > .section-container > .grid > div:last-child {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .industry-media {
    height: 130px;
  }
  .compact-industries .section-heading {
    max-width: none;
  }
  .page-index #klicove-kapacity .grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .page-index #klicove-kapacity .text-3xl {
    font-size: 2.5rem;
  }
  .page-index #klicove-kapacity .grid > div {
    padding: 24px 12px;
  }
  .page-index #sluzby > .section-container > .section-heading {
    display: block;
    max-width: 760px;
  }
  .page-index #sluzby .section-heading > h2 {
    margin-top: 17px;
  }
  .page-index #sluzby .section-heading > p:first-child {
    max-width: none;
  }
  #referenceSlider article {
    flex-basis: calc((100% - 24px) / 2);
  }
  .original-section.section {
    padding: 60px 0;
  }
  .context-media {
    height: 160px;
  }
  .page-kontakty .hero-section .section-container {
    min-height: 550px;
  }
  .page-kontakty .hero-section .section-container > .grid {
    display: block;
  }
  .page-kontakty .hero-section .section-container > .grid > div:last-child {
    margin-top: 24px;
    max-width: 700px;
  }
}
@media (max-width: 700px) {
  html {
    scroll-padding-top: var(--anchor-offset, 73px);
  }
  h1 {
    font-size: 2.45rem !important;
  }
  h2 {
    font-size: 1.85rem !important;
  }
  h3 {
    font-size: 1.125rem !important;
  }
  .site-header nav {
    min-height: 72px;
  }
  .brand-logo img {
    height: 45px;
    width: 110px;
  }
  .original-section.section {
    padding: 48px 0;
  }
  .hero-section .section-container {
    padding: 48px 20px;
    min-height: 0;
  }
  .page-index .hero-section .section-container {
    min-height: 650px;
    padding-block: 50px 70px;
  }
  .page-index .hero-section h1 {
    font-size: 2.5rem !important;
  }
  .hero-section .mt-8 {
    margin-top: 24px;
  }
  .hero-section .mt-10 {
    margin-top: 28px;
  }
  .hero-section .mb-8 {
    margin-bottom: 23px;
  }
  .hero-section p.text-xl {
    font-size: 1rem !important;
  }
  .hero-section:after {
    background: #081523b8;
  }
  .hero-media img {
    object-position: 63% center;
  }
  .hero-section .flex-col {
    gap: 12px;
  }
  .page-index #klicove-kapacity .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page-index #klicove-kapacity .grid > div {
    padding: 22px 14px !important;
    border-bottom: 1px solid var(--line);
  }
  .page-index #klicove-kapacity .grid > div:last-child {
    grid-column: 1/-1;
  }
  .page-index #klicove-kapacity .text-3xl {
    font-size: 2.5rem;
  }
  .quick-navigation {
    padding: 45px 0;
  }
  .quick-navigation > .section-container > .grid > div:last-child {
    grid-template-columns: 1fr;
  }
  .has-navigation-media {
    min-height: 205px;
  }
  .technology-rail {
    grid-template-columns: 1fr;
  }
  .technology-card {
    min-height: 310px;
  }
  .technology-card h3 {
    font-size: 1.4rem !important;
  }
  .compact-industries > .section-container > .grid > div:last-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 16px;
  }
  .compact-industries article h3 {
    font-size: 1rem !important;
  }
  .industry-media {
    height: 110px;
    margin-bottom: 15px;
  }
  .compact-industries article p {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .quality-section > .section-container > .grid > div:last-child {
    grid-template-columns: 1fr;
  }
  .quality-media {
    height: 180px;
  }
  .original-section .gap-12 {
    gap: 25px;
  }
  .original-section .p-8 {
    padding: 24px;
  }
  .original-section .p-7 {
    padding: 24px;
  }
  .capacity-section > .section-container > .grid > div:last-child > div {
    padding: 24px !important;
  }
  .capacity-section .grid-cols-2 {
    gap: 18px;
  }
  .certificate-section .sm\:grid-cols-2 {
    grid-template-columns: 1fr 1fr;
  }
  .certificate-section .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .certificate-section .text-xl {
    font-size: 0.94rem !important;
  }
  .certificate-section .leading-7 {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .page-index #proces .lg\:grid-cols-8 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #referenceSlider article {
    flex-basis: 86%;
  }
  .context-media {
    height: 160px;
    margin: -24px -24px 20px;
    width: calc(100% + 48px);
  }
  .video-control {
    bottom: 14px;
    right: 20px;
  }
  .original-section .grid > div {
    min-width: 0;
  }
  .original-section summary h3 {
    font-size: 1.15rem !important;
  }
  .page-kontakty .hero-section .section-container {
    min-height: 0;
  }
  .page-kontakty .hero-section .bg-white {
    padding: 20px;
  }
  .hero-section .section-container .max-w-4xl {
    width: 100%;
  }
  .site-header .desktop-dropdown {
    display: none;
  }
  .page-index #rozcestnik h2 {
    font-size: 2rem !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}

/* Shared quick navigation, including links with supporting descriptions. */
.section-navigation .section-container > div {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
}
.section-navigation .section-navigation-links {
  display: grid;
  grid-template-columns: repeat(var(--navigation-columns), minmax(0, 1fr));
  gap: 12px;
}
.section-navigation .section-navigation-links > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 52px;
  padding: 14px 18px;
  border: 1px solid var(--brand);
  background: var(--ink);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.015em;
  line-height: 1.4;
}
.section-navigation .section-navigation-links > a:hover,
.section-navigation .section-navigation-links > a:focus-visible {
  background: var(--brand);
  color: #041b24;
  transform: none;
  box-shadow: none;
}
.section-navigation .section-navigation-links > a > span {
  color: inherit;
}
.section-navigation .section-navigation-links > a > span + span {
  text-transform: none;
  letter-spacing: normal;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 1000px) {
  .section-navigation .section-navigation-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 700px) {
  .section-navigation .section-navigation-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .section-navigation .section-navigation-links > a:last-child:nth-child(odd) {
    grid-column: 1/-1;
  }
}
@media (max-width: 380px) {
  .section-navigation .section-navigation-links {
    grid-template-columns: 1fr;
  }
}

/* Embedded premises map, with a direct link available independently of the embed. */
.original-section .location-map {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  min-width: 0;
  padding: 0;
  overflow: hidden;
}
.location-map iframe {
  display: block;
  flex: 1;
  width: 100%;
  min-height: 380px;
  border: 0;
}
.location-map .location-map-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 18px;
  background: var(--ink);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
}
.location-map .location-map-link:hover,
.location-map .location-map-link:focus-visible {
  background: var(--brand);
  color: #041b24;
}
.location-map .location-map-link:focus-visible {
  outline-offset: -4px;
}
@media (max-width: 700px) {
  .location-map iframe {
    min-height: 320px;
  }
}

/* Complete card photo rows. Text stays in its original order. */
.original-section .illustrated-card {
  overflow: hidden;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.illustrated-card > .section-card-media {
  height: 190px;
  width: 100%;
  flex-shrink: 0;
  margin: 0 0 24px;
}
.illustrated-card > h3,
.illustrated-card > p,
.illustrated-card > a,
.illustrated-card > ul {
  margin-left: 24px;
  margin-right: 24px;
}
.illustrated-card > :last-child {
  margin-bottom: 24px;
}
.illustrated-card > div:not(.design-media):not([hidden]) {
  padding: 0 24px;
}
.illustrated-card h3 {
  font-size: 1.125rem;
  line-height: 1.35 !important;
}
.illustrated-card .section-card-media img {
  object-position: center;
}
/* Solid, restrained feedback with readable labels in all navigation menus. */
.site-header nav > .hidden {
  gap: 4px;
}
.site-header nav > .hidden > a,
.site-header .dropdown-parent > a {
  padding: 10px 9px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  transition:
    background-color 0.15s,
    color 0.15s;
}
.site-header nav a:not(.brand-logo):hover,
.site-header nav a:not(.brand-logo):focus-visible,
.site-header .dropdown-parent:hover > a,
.site-header .dropdown-parent:focus-within > a,
.site-header .desktop-dropdown a:hover,
.site-header .desktop-dropdown a:focus-visible,
#mobileMenu a:hover,
#mobileMenu a:focus-visible,
#mobileMenu summary:hover {
  background: var(--brand) !important;
  color: #000 !important;
}
.site-header nav a:hover span,
.site-header nav a:focus-visible span,
.site-header .dropdown-parent:hover > a span,
.site-header .dropdown-parent:focus-within > a span,
#mobileMenu a:hover span,
#mobileMenu summary:hover span {
  color: #000 !important;
}
.site-header .desktop-dropdown {
  transition: none;
}
.section-navigation .section-navigation-links > a:hover,
.section-navigation .section-navigation-links > a:focus-visible,
.section-navigation .section-navigation-links > a:hover *,
.section-navigation .section-navigation-links > a:focus-visible * {
  color: #000 !important;
}
/* Animate the panels while typesetting text at the final expanded width. */
.technology-rail.is-enhanced .technology-content,
.technology-rail.is-enhanced .technology-content > * {
  transition: none !important;
  animation: none !important;
}
@media (min-width: 1024px) {
  .technology-rail.is-enhanced {
    container-type: inline-size;
  }
  .technology-rail.is-enhanced .technology-card {
    flex: 0 0 calc((100% - 35px) / 10);
  }
  .technology-rail.is-enhanced .technology-card.is-active {
    flex: 0 0 calc((100% - 35px) / 2);
  }
  .technology-rail.is-enhanced .technology-card.is-active .technology-content {
    width: calc((100cqw - 35px) / 2 - 36px);
    max-width: none;
  }
}
@media (min-width: 1024px) and (prefers-reduced-motion: no-preference) {
  .technology-rail.is-enhanced .technology-card {
    transition: flex-basis 0.32s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}
/* Contact cards: fewer columns, clear person and contact actions. */
.page-kontakty #kontakty .section-container > .grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.original-section .contact-directory-card {
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line);
  border-top: 3px solid var(--brand);
  box-shadow: none;
}
.contact-directory-card > h3 {
  font-size: 1.2rem;
  line-height: 1.4 !important;
}
.contact-directory-card > p:first-child {
  color: #007b91;
  letter-spacing: 0.06em !important;
}
.contact-directory-card > p:nth-of-type(2) {
  margin-bottom: 24px;
}
.contact-directory-card > div {
  margin-top: auto;
  padding: 20px;
  background: var(--soft);
  border: 0;
}
.contact-directory-card > div > p:first-child {
  font-size: 1.35rem !important;
  line-height: 1.3;
  color: var(--ink);
}
.contact-person a[href^='tel:'],
.contact-person a[href^='mailto:'] {
  overflow-wrap: anywhere;
  display: block;
  width: fit-content;
  max-width: 100%;
  padding: 5px 0;
  color: #007b91;
}
.contact-person a[href^='tel:']:hover,
.contact-person a[href^='mailto:']:hover {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.career-callout {
  position: relative;
}
.career-link {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.career-link:after {
  content: '';
  position: absolute;
  inset: 0;
}
.career-callout {
  cursor: pointer;
}
.career-link:hover,
.career-link:focus-visible {
  color: inherit;
}
@media (max-width: 1199px) {
  .site-header nav > .hidden {
    display: none !important;
  }
  .site-header #menuBtn {
    display: inline-flex;
  }
  .site-header #mobileMenu:not(.hidden) {
    display: block;
  }
}
@media (max-width: 700px) {
  .page-kontakty #kontakty .section-container > .grid {
    grid-template-columns: 1fr;
  }
  .original-section .contact-directory-card {
    padding: 22px;
  }
  .illustrated-card > .section-card-media {
    height: 190px;
  }
  .illustrated-card > h3,
  .illustrated-card > p,
  .illustrated-card > a,
  .illustrated-card > ul {
    margin-left: 24px;
    margin-right: 24px;
  }
}

.section-card-media {
  position: relative;
}
.illustration-label {
  position: absolute;
  bottom: 10px;
  left: 12px;
  padding: 3px 8px;
  background: #111c29e8;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

/* Full-height primary navigation hover; dropdowns retain their own spacing. */
@media (min-width: 1200px) {
  .site-header nav {
    padding-top: 0;
    padding-bottom: 0;
    align-items: stretch;
  }
  .site-header nav > .brand-logo,
  .site-header nav > a.bg-brand {
    align-self: center;
  }
  .site-header nav > div.hidden {
    align-self: stretch;
    align-items: stretch;
  }
  .site-header nav > div.hidden > .dropdown-parent {
    display: flex;
    align-items: stretch;
  }
  .site-header nav > div.hidden > a,
  .site-header nav > div.hidden > .dropdown-parent > a {
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.career-callout .career-link,
.career-callout .career-link:hover,
.career-callout .career-link:focus-visible {
  color: var(--ink) !important;
  text-decoration: none;
}
.career-callout .career-link:after {
  cursor: pointer;
  z-index: 1;
}
.career-callout:focus-within {
  outline: 3px solid var(--brand);
  outline-offset: 4px;
}
.inquiry-materials .section-container > .grid > div:last-child > div {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Share row heights across adjacent contact cards, including the divider row. */
.original-section article.contact-aligned {
  display: flex;
  flex-direction: column;
}
.original-section article.contact-aligned > p:nth-of-type(2) {
  flex: 1;
}
@supports (grid-template-rows: subgrid) {
  .original-section article.contact-aligned {
    display: grid;
    grid-row: span 4;
    grid-template-rows: subgrid;
    row-gap: 0;
  }
  .original-section article.contact-aligned > div:last-child {
    margin-top: 28px;
    align-self: stretch;
  }
}

/* Document lightbox: native modal focus handling, full-page previews and originals. */
.certificate-viewer {
  width: min(1200px, 96vw);
  max-width: 96vw;
  height: 94dvh;
  max-height: 94dvh;
  margin: auto;
  padding: 0;
  border: 1px solid #52606c;
  background: #172330;
  color: #fff;
  overflow: hidden;
  border-radius: 8px;
}
.certificate-viewer::backdrop {
  background: #07111de6;
}
.certificate-viewer[open] {
  display: flex;
  flex-direction: column;
}
.certificate-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 20px;
  flex-shrink: 0;
  border-bottom: 1px solid #ffffff25;
}
.certificate-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.certificate-viewer button,
.certificate-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 8px 14px;
  color: #fff;
  background: #ffffff12;
  border: 1px solid #ffffff35;
  border-radius: 4px;
  font-size: 0.875rem;
  cursor: pointer;
}
.certificate-viewer button:hover,
.certificate-actions a:hover {
  background: var(--brand);
  color: #000;
}
.certificate-stage {
  flex: 1;
  min-height: 0;
  overflow: auto;
  padding: 16px;
  text-align: center;
  overscroll-behavior: contain;
}
.certificate-stage img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  background: white;
}
.certificate-stage.is-zoomed {
  text-align: left;
}
.certificate-stage.is-zoomed img {
  height: auto;
  width: 1200px;
  max-width: none;
  margin: 0 auto;
}
.certificate-stage img[hidden],
.certificate-error[hidden] {
  display: none;
}
.certificate-pagination {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  flex-shrink: 0;
  border-top: 1px solid #ffffff25;
}
.certificate-pagination span {
  min-width: 110px;
  text-align: center;
}
@media (max-width: 700px) {
  .certificate-toolbar {
    align-items: flex-start;
    flex-direction: column;
    padding: 10px 12px;
    gap: 8px;
  }
  .certificate-actions {
    gap: 6px;
    width: 100%;
  }
  .certificate-actions a,
  .certificate-viewer button {
    padding: 8px 10px;
  }
  .certificate-actions [data-close] {
    margin-left: auto;
  }
  .certificate-stage {
    padding: 8px;
  }
  .certificate-viewer {
    width: 98vw;
    max-width: 98vw;
    height: 96dvh;
    max-height: 96dvh;
  }
}

@media (min-width: 701px) and (max-width: 1023px) {
  html {
    scroll-padding-top: var(--anchor-offset, 77px);
  }
}

/* Homepage reference treatment: broad photo cards and a technical drawing. */
.page-index #rozcestnik {
  padding: 72px 0;
}
.page-index #rozcestnik > .section-container > .grid {
  display: block;
}
.page-index #rozcestnik .section-heading {
  max-width: 580px;
  margin-bottom: 64px;
}
.page-index #rozcestnik h2 {
  font-size: clamp(2rem, 4vw, 3.6rem) !important;
}
.page-index #rozcestnik .section-heading > p:last-child {
  max-width: 330px;
  font-size: 1.15rem;
  line-height: 1.45;
}
.page-index #rozcestnik > .section-container > .grid > div:last-child {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.page-index #rozcestnik .has-navigation-media {
  min-height: 270px;
  padding: 34px 42px !important;
  justify-content: space-between;
  gap: 60px;
}
.page-index #rozcestnik .has-navigation-media:after {
  inset: 0 49% 0 0;
  background: #101f2c70;
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}
.page-index #rozcestnik .has-navigation-media > span {
  width: 48%;
  position: relative;
  z-index: 1;
}
.page-index #rozcestnik .has-navigation-media > span:first-of-type {
  font-size: clamp(1.3rem, 2.1vw, 1.9rem);
  line-height: 1.1;
}
.page-index #rozcestnik .has-navigation-media > span:last-of-type {
  font-size: 1rem;
  line-height: 1.3;
}
.page-index #pro-koho {
  background: #252a30 !important;
  overflow: hidden;
  padding: 88px 0;
}
.page-index #pro-koho:before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(110deg, #292d3090, #1c222b50),
    url('technical-outline.svg') center/cover no-repeat;
  pointer-events: none;
}
.page-index #pro-koho > .section-container > .grid {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 0 40px;
}
.page-index #pro-koho .section-heading {
  display: contents;
}
.page-index #pro-koho .section-heading > p:first-child {
  grid-column: 1;
  grid-row: 1/4;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0 !important;
  padding-top: 7px;
}
.page-index #pro-koho h2 {
  grid-column: 2;
  margin-top: 0;
  font-size: clamp(2rem, 4.1vw, 3.6rem) !important;
}
.page-index #pro-koho .section-heading > p:last-child {
  grid-column: 2;
  max-width: 590px;
  margin-top: 28px;
  font-size: 1.15rem;
  line-height: 1.4;
  color: #f3f4f5;
}
.page-index #pro-koho > .section-container > .grid > div:last-child {
  grid-column: 2;
  margin-top: 10px;
}
.page-index #pro-koho article {
  padding: 0;
  background: transparent;
  border: 0;
}
.page-index #pro-koho article > div {
  counter-reset: fit;
  max-width: 620px;
  margin: 64px 0 0 auto;
  gap: 28px;
}
.page-index #pro-koho article > div > p {
  counter-increment: fit;
  display: flex;
  gap: 16px;
  align-items: center;
  text-transform: uppercase;
  font-size: 1.12rem;
  line-height: 1.25;
  color: #fff;
}
.page-index #pro-koho article > div > p:before {
  content: counter(fit, decimal-leading-zero);
  font-size: 3rem;
  line-height: 1;
  font-weight: 400;
  border-left: 1px solid #abb3bc;
  padding-left: 10px;
  flex-shrink: 0;
}
@media (max-width: 700px) {
  .page-index #rozcestnik {
    padding: 48px 0;
  }
  .page-index #rozcestnik .section-heading {
    margin-bottom: 32px;
  }
  .page-index #rozcestnik > .section-container > .grid > div:last-child {
    grid-template-columns: 1fr;
  }
  .page-index #rozcestnik .has-navigation-media {
    padding: 26px !important;
    min-height: 260px;
    gap: 42px;
  }
  .page-index #rozcestnik .has-navigation-media > span {
    width: 57%;
  }
  .page-index #rozcestnik .has-navigation-media:after {
    right: 36%;
  }
  .page-index #pro-koho {
    padding: 52px 0;
  }
  .page-index #pro-koho > .section-container > .grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .page-index #pro-koho .section-heading > p:first-child {
    grid-column: 1;
    grid-row: auto;
    font-size: 1.1rem;
    margin-bottom: 22px;
  }
  .page-index #pro-koho h2,
  .page-index #pro-koho .section-heading > p:last-child,
  .page-index #pro-koho > .section-container > .grid > div:last-child {
    grid-column: 1;
  }
  .page-index #pro-koho article > div {
    margin-top: 32px;
  }
  .page-index #pro-koho article > div > p {
    font-size: 1rem;
  }
  .page-index #pro-koho:before {
    background-position: 65% center;
  }
}

.page-index #rozcestnik .section-navigation-links > a.has-navigation-media {
  align-items: flex-start;
  text-align: left;
  text-transform: none;
  letter-spacing: normal;
}
.page-index #rozcestnik .has-navigation-media > span:last-of-type {
  font-weight: 400;
  color: #fff !important;
}
.page-index #rozcestnik .has-navigation-media > span:first-of-type {
  color: #fff !important;
}

/* Extra drawing area keeps the section covered throughout the parallax movement. */
.page-index #pro-koho:before {
  inset: -100px 0;
  transform: translate3d(0, var(--drawing-offset, 0px), 0);
}
@media (prefers-reduced-motion: reduce) {
  .page-index #pro-koho:before {
    transform: none;
  }
}

/* Readable body copy; heading sizes remain unchanged. */
body.imaks-design {
  font-size: 18px;
}
.imaks-design :is(p, li, label, input, select, textarea) {
  font-size: 18px;
  line-height: 1.65;
}
.imaks-design :is(p, span, a, div, label, li).text-sm {
  font-size: 16px;
}
.imaks-design :is(p, span, a, div, label, li).text-xs {
  font-size: 14px;
}
.imaks-design .original-section p:not(.uppercase) {
  font-size: 18px !important;
  line-height: 1.65 !important;
}
.imaks-design .original-section p.text-xl:not(.uppercase) {
  font-size: 20px !important;
}
.imaks-design .original-section :is(a, button).bg-brand,
.imaks-design .site-header :is(a, button).bg-brand {
  font-size: 16px;
}
.imaks-design .site-header nav .text-sm {
  font-size: 16px;
}
.imaks-design .section-navigation-links > a {
  font-size: 16px;
}
.page-index #rozcestnik .has-navigation-media > span:last-of-type {
  font-size: 18px;
  line-height: 1.45;
}
.imaks-design footer {
  font-size: 16px;
}
.imaks-design footer p {
  font-size: 16px;
}
.imaks-design .illustration-label {
  font-size: 14px;
}
.imaks-design .video-control,
.imaks-design .certificate-viewer button,
.imaks-design .certificate-actions a {
  font-size: 16px;
}
@media (min-width: 1200px) {
  .imaks-design .site-header nav > .hidden {
    gap: 12px;
  }
  .imaks-design .site-header nav > div.hidden > a,
  .imaks-design .site-header nav > div.hidden > .dropdown-parent > a {
    padding-inline: 6px;
  }
}
@media (max-width: 700px) {
  .imaks-design .original-section :is(input, textarea, select) {
    min-width: 0;
  }
  .page-index #rozcestnik .has-navigation-media {
    min-height: 300px;
  }
}

/* Shared contact form entry point. */
.inquiry-contact-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.inquiry-contact-callout > div {
  min-width: 0;
  max-width: 760px;
}
.inquiry-contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-shrink: 0;
  min-height: 54px;
  padding: 15px 24px;
  background: #00a7c5;
  color: #041b24;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 12px #003d4c14;
  transition:
    background 0.2s,
    box-shadow 0.2s,
    transform 0.2s;
}
.inquiry-contact-button:hover {
  background: #38c2da;
  color: #041b24;
  box-shadow: 0 8px 20px #003d4c26;
  transform: translateY(-2px);
}
.inquiry-contact-button span {
  transition: transform 0.2s;
}
.inquiry-contact-button:hover span {
  transform: translateX(4px);
}
.inquiry-contact-button:focus-visible {
  outline: 3px solid #007d96;
  outline-offset: 5px;
}
@media (max-width: 900px) {
  .inquiry-contact-callout {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 480px) {
  .inquiry-contact-button {
    width: 100%;
    padding-inline: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .inquiry-contact-button,
  .inquiry-contact-button span {
    transition: none;
  }
  .inquiry-contact-button:hover,
  .inquiry-contact-button:hover span {
    transform: none;
  }
}

/* Lighter homepage video, with contrast retained behind the introduction. */
.page-index .hero-section:after {
  background: linear-gradient(90deg, #08152322 0%, #08152322 45%, #08152322 100%);
}
@media (max-width: 700px) {
  .page-index .hero-section:after {
    background: #0815234f;
  }
}
