.home-page {
  margin-top: 0;
  padding-bottom: 0;
}

.site-main {
  margin-top: 0;
  padding-top: 0;
}

/* Trade process */
.home-process { padding: clamp(76px, 9vw, 132px) 24px; background: #f7f7f7; }
.home-process__inner { display: grid; grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr); gap: clamp(54px, 9vw, 140px); width: min(100%, 1280px); margin: 0 auto; }
.home-process__intro { position: sticky; top: 118px; align-self: start; display: grid; gap: 24px; max-width: 500px; }
.home-process__eyebrow { display: inline-block; justify-self: start; margin: 0 0 18px; padding: 8px 13px; border-radius: 7px; background: #202020; color: #fff; font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.home-process__intro h2 { margin: 0; color: #202020; font-size: 30px !important; font-weight: 700 !important; line-height: 38px !important; letter-spacing: 0 !important; }
.home-process__intro > p:not(.home-process__eyebrow) { margin: 0; color: #626262; font-size: 1rem; line-height: 1.7; }
.home-process__button { display: inline-flex; align-items: center; justify-self: start; gap: 14px; padding: 14px 20px; border-radius: 7px; color: #fff; background: #202020; font-size: .86rem; font-weight: 800; transition: transform 220ms ease, background-color 220ms ease; }
.home-process__button:hover, .home-process__button:focus-visible { color: #fff; background: #000; transform: translateY(-2px); }
.home-process__button span { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.16); }
.home-process__steps { display: grid; gap: 22px; }
.home-process__step { position: relative; display: grid; grid-template-columns: 68px minmax(0, 1fr); align-items: center; min-height: 150px; }
.home-process__step::before { position: absolute; top: 50%; left: 0; width: 68px; border-top: 1px solid #d9d9d9; content: ""; }
.home-process__step:not(:last-child)::after { position: absolute; top: calc(50% + 24px); bottom: calc(-50% - 22px); left: 23px; border-left: 1px solid #d9d9d9; content: ""; }
.home-process__number { position: relative; z-index: 1; display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; color: #fff; background: #202020; font-size: 1.05rem; font-weight: 800; }
.home-process__card { padding: 30px 36px; border: 1px solid #dfe3ea; border-radius: 12px; background: #fff; transition: border-color 240ms ease, box-shadow 240ms ease, transform 240ms ease; }
.home-process__step:hover .home-process__card { border-color: #8a8a8a; box-shadow: 0 14px 34px rgba(0,0,0,.08); transform: translateX(5px); }
.home-process__card h3 { margin: 0 0 14px; color: #202020; font-size: clamp(1.12rem, 1.6vw, 1.42rem); line-height: 1.2; }
.home-process__card p { margin: 0; color: #626262; font-size: .95rem; line-height: 1.65; }
@media (max-width: 900px) { .home-process { padding-inline: 22px; }.home-process__inner { grid-template-columns: 1fr; gap: 42px; }.home-process__intro { position: static; }.home-process__step { grid-template-columns: 54px minmax(0, 1fr); }.home-process__step::before { width: 54px; }.home-process__card { padding: 24px; } }

/* Four-panel services strip. */
.home-trade-services { padding: 0; background: #fff; }
.home-trade-services__grid { display: flex; width: 100%; height: 620px; margin: 0; overflow: hidden; }
.home-trade-services__panel { position: relative; flex: 1 1 0; min-width: 0; overflow: hidden; isolation: isolate; transition: flex-grow 820ms cubic-bezier(.4,0,.2,1); }
.home-trade-services__panel + .home-trade-services__panel { border-left: 1px solid rgba(255,255,255,.9); }
.home-trade-services__panel:hover, .home-trade-services__panel:focus-within { flex-grow: 2.5; }
.home-trade-services__image { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); transition: transform 820ms cubic-bezier(.4,0,.2,1), filter 620ms cubic-bezier(.4,0,.2,1); }
.home-trade-services__panel:hover .home-trade-services__image, .home-trade-services__panel:focus-within .home-trade-services__image { filter: grayscale(0); transform: scale(1.04); }
.home-trade-services__panel::after { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; background: linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.46) 52%, rgba(0,0,0,.14) 100%); transition: background 620ms cubic-bezier(.4,0,.2,1); }
.home-trade-services__panel:hover::after, .home-trade-services__panel:focus-within::after { background: linear-gradient(90deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,.32) 58%, rgba(0,0,0,.08) 100%); }
.home-trade-services__content { position: relative; z-index: 1; display: flex; align-items: flex-end; height: 100%; padding: 34px 30px; color: #fff; }
.home-trade-services__number { position: absolute; top: 28px; left: 30px; color: #fff; font-size: .82rem; font-weight: 700; letter-spacing: .1em; }
.home-trade-services__copy { width: min(360px, 100%); transform: translateY(88px); transition: transform 620ms cubic-bezier(.4,0,.2,1); }
.home-trade-services__panel:hover .home-trade-services__copy, .home-trade-services__panel:focus-within .home-trade-services__copy { transform: translateY(0); }
.home-trade-services__copy h3 { margin: 0; color: #fff; font-size: clamp(1.2rem, 1.6vw, 1.7rem); line-height: 1.15; }
.home-trade-services__copy p, .home-trade-services__list, .home-trade-services__button { opacity: 0; transition: opacity 420ms cubic-bezier(.4,0,.2,1) 170ms; }
.home-trade-services__panel:hover .home-trade-services__copy p, .home-trade-services__panel:hover .home-trade-services__list, .home-trade-services__panel:hover .home-trade-services__button, .home-trade-services__panel:focus-within .home-trade-services__copy p, .home-trade-services__panel:focus-within .home-trade-services__list, .home-trade-services__panel:focus-within .home-trade-services__button { opacity: 1; }
.home-trade-services__copy p { margin: 16px 0 0; color: rgba(255,255,255,.88); font-size: .94rem; line-height: 1.62; }
.home-trade-services__list { display: grid; gap: 7px; margin: 18px 0 0; padding: 0; list-style: none; color: #fff; font-size: .85rem; }
.home-trade-services__list li::before { content: "—"; margin-right: 8px; }
.home-trade-services__button { display: inline-flex; gap: 10px; margin-top: 22px; color: #fff; font-size: .9rem; font-weight: 700; }
.home-trade-services__button:hover, .home-trade-services__button:focus-visible { color: #fff; }
@media (max-width: 900px) { .home-trade-services { padding: 0; }.home-trade-services__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); height: auto; }.home-trade-services__panel { min-height: 360px; }.home-trade-services__panel, .home-trade-services__panel:hover { flex: auto; }.home-trade-services__panel:nth-child(odd) { border-left: 0; }.home-trade-services__copy { transform: translateY(0); }.home-trade-services__copy p, .home-trade-services__list, .home-trade-services__button { opacity: 1; } }
@media (max-width: 560px) { .home-trade-services__grid { grid-template-columns: 1fr; }.home-trade-services__panel { min-height: 390px; } }

/* FAQ and contact map. */
.home-faq {
  padding: clamp(68px, 7vw, 96px) 24px;
  background: #eeeeee;
}

.home-faq__inner {
  display: grid;
  grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr);
  align-items: stretch;
  gap: 32px;
  width: min(100%, 1200px);
  margin: 0 auto;
}

.home-faq__intro {
  display: grid;
  align-content: start;
  gap: 18px;
  height: 100%;
  padding: 8px 8px 8px 0;
}

.home-faq__eyebrow {
  justify-self: start;
  margin: 0;
  padding: 0;
  color: #606060;
  background: transparent;
  font-size: .64rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.home-faq__intro h2 {
  max-width: 13ch;
  margin: 0;
  color: #171717;
  font-size: clamp(1.75rem, 2.15vw, 2.2rem);
  line-height: 1.08;
  letter-spacing: -.045em;
}

.home-faq .home-serif-accent {
  color: inherit;
  font-family: inherit;
  font-style: normal;
}

.home-faq__intro > p {
  max-width: 40ch;
  margin: 0;
  color: #666666;
  font-size: .94rem;
  line-height: 1.7;
}

.home-faq__contact {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  column-gap: 15px;
  row-gap: 7px;
  margin-top: 8px;
  padding: 20px;
  border: 0;
  border-radius: 14px;
  color: #ffffff;
  background: #1b1b1b;
}

.home-faq__contact-icon {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid #555555;
  border-radius: 50%;
  color: #111111;
  background: #ffffff;
  font-size: 1.15rem;
  font-weight: 800;
}

.home-faq__contact h3 {
  margin: 0;
  color: #ffffff;
  font-size: .94rem;
  line-height: 1.4;
}

.home-faq__contact a {
  overflow: hidden;
  color: #bdbdbd;
  font-size: .78rem;
  text-decoration: underline;
  text-overflow: ellipsis;
  text-underline-offset: 3px;
  white-space: nowrap;
}

.home-faq__contact a:hover,
.home-faq__contact a:focus-visible {
  color: #ffffff;
}

.home-faq__accordion {
  height: 100%;
  padding: 8px 28px;
  border: 1px solid #dddddd;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .05);
}

.home-faq__item {
  border-bottom: 1px solid #d7d7d7;
}

.home-faq__item:last-child {
  border-bottom: 0;
}

.home-faq__question {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 15px;
  width: 100%;
  padding: 22px 0;
  border: 0;
  color: #1b1b1b;
  background: transparent;
  font: inherit;
  font-size: clamp(.96rem, 1.25vw, 1.08rem);
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.home-faq__question-icon {
  display: grid;
  width: 38px;
  height: 38px;
  border: 1px solid #d3d3d3;
  border-radius: 50%;
  place-items: center;
  color: #202020;
  background: #f1f1f1;
  font-size: .78rem;
}

.home-faq__question-text {
  min-width: 0;
}

.home-faq__question b {
  position: relative;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-left: 0;
}

.home-faq__question b::before,
.home-faq__question b::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 18px;
  height: 1.5px;
  background: currentColor;
  transition: transform 240ms ease;
}

.home-faq__question b::after { transform: rotate(90deg); }
.home-faq__item.is-open .home-faq__question b::after { transform: rotate(0); }
.home-faq__answer { padding: 0 38px 22px 0; }
.home-faq__answer[hidden] { display: none; }
.home-faq__answer p { margin: 0; color: #626262; font-size: .92rem; line-height: 1.7; }
.home-contact-map { padding: clamp(72px, 8vw, 110px) 24px; background: #fff; }.home-contact-map__inner { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 390px); align-items: stretch; width: min(100%, 1280px); min-height: 590px; margin: 0 auto; background: #f2f2f2; }.home-contact-map__map { position: relative; min-height: 590px; overflow: hidden; background: #e9e9e9; }.home-contact-map__map > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; opacity: .86; }.home-contact-map__word { position: absolute; top: 38px; left: 42px; z-index: 1; color: #1a1a1a; font-size: clamp(2rem, 4vw, 4.4rem); font-weight: 800; letter-spacing: -.06em; }.home-contact-map__tabs { position: absolute; top: 132px; left: 42px; z-index: 2; display: flex; flex-wrap: wrap; gap: 8px; max-width: 390px; }.home-contact-map__tabs button { padding: 7px 10px; border: 1px solid #bdbdbd; border-radius: 999px; color: #222; background: rgba(255,255,255,.82); font: inherit; font-size: .75rem; cursor: pointer; }.home-contact-map__tabs button:hover, .home-contact-map__tabs button:focus-visible { color: #fff; background: #222; }.home-contact-map__pin { position: absolute; z-index: 2; width: 13px; height: 13px; padding: 0; border: 3px solid #fff; border-radius: 50%; background: #222; box-shadow: 0 0 0 5px rgba(34,34,34,.16); cursor: pointer; }.home-contact-map__pin--one { top: 55%; left: 59%; }.home-contact-map__pin--two { top: 39%; left: 46%; }.home-contact-map__pin--three { top: 54%; left: 65%; }.home-contact-map__pin--four { top: 43%; left: 21%; }.home-contact-map__pin--five { top: 35%; left: 70%; }.home-contact-map__pin--six { top: 48%; left: 79%; }.home-contact-map__location { position: absolute; bottom: 34px; left: 42px; z-index: 2; display: grid; gap: 7px; padding: 16px 18px; color: #fff; background: #1a1a1a; }.home-contact-map__location strong { font-size: 1rem; }.home-contact-map__location span { font-size: .82rem; line-height: 1.55; }
.home-contact-map__card { padding: 42px 34px; background: #1b1b1b; color: #fff; }.home-contact-map__switcher { display: flex; gap: 18px; margin-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.25); }.home-contact-map__switcher button { padding: 0 0 13px; border: 0; border-bottom: 2px solid transparent; color: rgba(255,255,255,.58); background: transparent; font: inherit; font-size: .78rem; font-weight: 700; cursor: pointer; }.home-contact-map__switcher button.is-active { border-color: #fff; color: #fff; }.home-contact-map__card h2 { margin: 0 0 18px; color: #fff; font-size: clamp(1.6rem, 2.2vw, 2.15rem); }.home-contact-map__card p { margin: 0 0 28px; color: rgba(255,255,255,.72); line-height: 1.7; }.home-contact-map__card > div:not(.home-contact-map__switcher) > a { display: flex; gap: 10px; margin-top: 12px; color: #fff; }.home-contact-map__form { display: grid; gap: 12px; }.home-contact-map__form input, .home-contact-map__form select { width: 100%; min-height: 48px; padding: 0 13px; border: 1px solid rgba(255,255,255,.32); color: #fff; background: transparent; font: inherit; }.home-contact-map__form select option { color: #111; }.home-contact-map__quantity { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }.home-contact-map__form button[type=submit] { min-height: 50px; margin-top: 8px; border: 0; color: #1a1a1a; background: #fff; font: inherit; font-weight: 800; cursor: pointer; }
@media (max-width: 800px) { .home-faq { padding-inline: 20px; }.home-faq__inner, .home-contact-map__inner { grid-template-columns: 1fr; }.home-faq__inner { gap: 28px; }.home-faq__intro { padding: 0; }.home-faq__accordion { padding: 20px; }.home-contact-map { padding-inline: 0; }.home-contact-map__map { min-height: 470px; }.home-contact-map__card { padding: 34px 24px; }.home-contact-map__word, .home-contact-map__tabs, .home-contact-map__location { left: 24px; } }

.home-hero {
  position: relative;
  display: flex;
  align-items: center;
  overflow: clip;
  isolation: isolate;
  min-height: clamp(700px, 86vh, 940px);
  margin-bottom: 20px;
  background: #0f0f0f;
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: clamp(18px, 2vw, 28px);
  z-index: 2;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.02),
    0 0 0 1px rgba(255, 255, 255, 0.015);
}

.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(10, 10, 10, 0.82) 0%, rgba(10, 10, 10, 0.58) 48%, rgba(10, 10, 10, 0.3) 100%),
    radial-gradient(circle at right center, rgba(227, 30, 37, 0.2) 0%, transparent 42%);
}

.home-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.home-hero__slides { position: absolute; inset: 0; z-index: 0; }
.home-hero__slide { opacity: 0; visibility: hidden; transition: opacity .7s ease, visibility .7s ease; }
.home-hero__slide.is-active { opacity: 1; visibility: visible; }
.home-hero__content.home-hero__slide-copy,
.home-hero__content.home-hero__slide-copy[hidden],
.home-hero__content.home-hero__slide-copy:not(.is-active) { display: none !important; }
.home-hero__content.home-hero__slide-copy.is-active:not([hidden]) { display: grid !important; animation: homeHeroCopyIn .55s ease both; }
.home-hero__image,
.home-hero__video { display: block; width: 100%; height: 100%; object-fit: cover; }
.home-hero__dots { position: absolute; left: 50%; bottom: clamp(88px, 9vw, 118px); z-index: 5; display: flex; gap: 9px; transform: translateX(-50%); }
.home-hero__dot { width: 8px; height: 8px; padding: 0; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; background: transparent; cursor: pointer; transition: width .2s ease, background .2s ease; }
.home-hero__dot.is-active { width: 24px; border-radius: 10px; background: #fff; }
@keyframes homeHeroCopyIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }

.home-hero__button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  margin-top: 10px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 999px;
  color: #111111;
  background: #ffffff;
  font-size: .86rem;
  font-weight: 750;
  text-decoration: none;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.home-hero__button:hover,
.home-hero__button:focus-visible {
  color: #ffffff;
  background: #171717;
  transform: translateY(-2px);
}

.home-hero__content-shell.container {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  width: min(100% - (var(--container-padding) * 2), 1400px);
  min-height: inherit;
  margin-inline: auto;
}

.home-hero__layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  justify-items: center;
  width: 100%;
}

.home-hero__footer-bar {
  position: absolute;
  right: 0;
  bottom: clamp(22px, 3vw, 34px);
  left: 0;
  z-index: 4;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  pointer-events: none;
}

.home-hero__badge {
  pointer-events: auto;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-height: 0;
  padding: 0;
  text-decoration: none;
}

.home-hero__badge::before {
  content: none;
}

.home-hero__badge--left {
  max-width: min(100%, 430px);
}

.home-hero__badge--right {
  justify-content: flex-end;
  min-width: 0;
}

.home-hero__badge-media {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 96px;
}

.home-hero__badge-media img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 62px;
  height: auto;
  object-fit: contain;
}

.home-hero__badge-copy {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 28ch;
}

.home-hero__badge-title {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.home-hero__badge-text,
.home-hero__badge-value {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #ffffff;
  font-size: 0.92rem;
  line-height: 1.5;
}

.home-hero__badge-line {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  min-width: 52px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(237, 28, 36, 0.88));
}

.home-hero__badge-socials {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-hero__badge-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff;
  text-decoration: none;
  transition:
    transform var(--transition-fast),
    color var(--transition-fast),
    opacity var(--transition-fast);
}

.home-hero__badge-social-link:hover,
.home-hero__badge-social-link:focus-visible {
  color: var(--color-primary);
  transform: translateY(-2px);
}

.home-hero__badge-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-hero__badge-social-icon svg {
  display: block;
  width: 20px;
  height: 20px;
}

.home-hero__content {
  display: grid;
  gap: 14px;
  width: min(100%, 760px);
  padding-block: 0;
  justify-items: center;
  text-align: center;
}

.home-hero__title,
.home-hero__slogan {
  margin: 0;
  color: rgb(255, 255, 255);
}

.home-hero__title {
  font-family: Poppins, system-ui, -apple-system, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  line-height: 56px;
  letter-spacing: -0.02em;
  white-space: normal;
  text-wrap: balance;
}

.home-hero__title-mark--primary {
  color: var(--color-primary);
}

.home-hero__title-mark--secondary {
  color: var(--color-secondary);
}

.home-hero__slogan {
  max-width: 46ch;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 31px;
  color: rgba(255, 255, 255, 0.84);
}

.home-hero__video,
.home-hero__video-placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

.home-hero__video {
  object-fit: cover;
}

.home-hero__video-placeholder {
  display: grid;
  place-items: center;
  padding: 24px;
  border: 1px dashed rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.82);
  background:
    linear-gradient(145deg, rgba(166, 75, 42, 0.12), rgba(0, 0, 0, 0.62));
}

.home-page__inner {
  display: grid;
  gap: 20px;
}

.home-about {
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 5vw, 72px) clamp(26px, 3.2vw, 40px) clamp(72px, 6.4vw, 96px);
  border-radius: 30px;
  background: #ffffff;
}

.home-about__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(420px, 580px);
  gap: 0;
  align-items: center;
}

.home-about__content {
  display: grid;
  gap: 22px;
  min-width: 0;
  width: min(100%, 62ch);
  max-width: 100%;
}

.home-about__eyebrow,
.home-showcase__eyebrow {
  margin: 0;
  color: #000000;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-about__title {
  margin: 0;
  max-width: 100%;
  color: #121317;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.home-about__text {
  margin: 0;
  max-width: 100%;
  color: #6f7278;
  font-size: 0.98rem;
  line-height: 1.85;
}

.home-about__stat {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 12px;
}

.home-about__stat-value {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  margin: 0;
  color: #101114;
  font-size: clamp(2.9rem, 4.8vw, 4.2rem);
  font-weight: 800;
  line-height: 0.86;
  letter-spacing: -0.06em;
}

.home-about__stat-value::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.08em;
  left: 0;
  z-index: -1;
  height: 0.28em;
  background: rgba(237, 28, 36, 0.14);
  background: color-mix(in srgb, var(--color-primary) 14%, white);
}

.home-about__stat-label {
  padding-bottom: 0.32em;
  color: #26282e;
  font-family: Georgia, serif;
  font-size: clamp(1.15rem, 1.7vw, 1.6rem);
  font-style: italic;
  line-height: 1.1;
}

.home-about__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 24px;
}

.home-about__button {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-height: 54px;
  padding: 0 30px;
  border-radius: 999px;
  color: #ffffff;
  background: #111111;
  font-size: 1rem;
  font-weight: 700;
  transition:
    transform var(--transition-fast),
    box-shadow var(--transition-fast),
    background-color var(--transition-fast);
}

.home-about__button:hover,
.home-about__button:focus-visible {
  color: #ffffff;
  background: #17181c;
  box-shadow: 0 16px 32px rgba(17, 17, 17, 0.18);
  transform: translateY(-2px);
}

.home-about__button-arrow {
  font-size: 1.3rem;
  line-height: 1;
}

.home-about__phone {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #111111;
}

.home-about__phone-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  color: #ffffff;
  background: #000000;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.22);
}

.home-about__phone-icon svg {
  display: block;
  width: 24px;
  height: 24px;
}

.home-about__phone-copy {
  display: grid;
  gap: 3px;
}

.home-about__phone-label {
  color: #000000;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.home-about__phone-number {
  color: #111111;
  font-size: clamp(1.1rem, 1.6vw, 1.5rem);
  font-weight: 700;
  line-height: 1;
}

.home-about__visuals {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
}

.home-about__visual-parent {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(4, minmax(0, 1fr));
  gap: 18px;
  min-height: 430px;
}

.home-about__media {
  overflow: hidden;
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(226, 231, 237, 0.92), rgba(208, 216, 225, 0.86));
  box-shadow: 0 22px 46px rgba(24, 34, 49, 0.12);
}

.home-about__media--primary {
  grid-area: 1 / 1 / 5 / 2;
}

.home-about__media--secondary {
  grid-area: 1 / 2 / 3 / 3;
}

.home-about__media--tertiary {
  grid-area: 3 / 2 / 5 / 3;
}

.home-about__image,
.home-about__image-placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

.home-about__image {
  object-fit: cover;
}

.home-about__image-placeholder {
  display: grid;
  place-items: center;
  padding: 24px;
  color: #7e858f;
  font-size: 0.95rem;
  font-weight: 600;
  text-align: center;
}

.home-certificates {
  position: relative;
  overflow: visible;
  isolation: isolate;
  padding: clamp(24px, 3vw, 38px);
  border-radius: 0;
  background: transparent;
}

.home-certificates::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 50%;
  z-index: -2;
  width: 100vw;
  transform: translateX(-50%);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(249, 249, 249, 0.98) 100%);
  pointer-events: none;
}

.home-certificates::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -80px;
  right: -60px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(237, 28, 36, 0.08) 0%, rgba(237, 28, 36, 0) 72%);
  pointer-events: none;
}

.home-certificates__header {
  display: grid;
  gap: 14px;
  margin-bottom: 26px;
  justify-items: stretch;
}

.home-certificates__eyebrow {
  margin: 0;
  justify-self: center;
  color: var(--color-primary);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-certificates__title {
  margin: 0;
  width: 100%;
  max-width: none;
  color: #16181d;
  font-size: clamp(1.72rem, 2.6vw, 2.45rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.03em;
  text-align: center;
}

.home-certificates__text {
  margin: 0;
  width: 100%;
  max-width: none;
  color: #727780;
  font-size: 1rem;
  line-height: 1.85;
  text-align: center;
}

.home-certificates__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 306px));
  justify-content: space-between;
  gap: clamp(16px, 1.8vw, 22px);
}

.home-certificates__card {
  width: 100%;
  max-width: 306px;
  justify-self: center;
  min-width: 0;
  transition: transform var(--transition-fast);
}

.home-certificates__trigger {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  text-align: inherit;
  cursor: zoom-in;
}

.home-certificates__trigger--static {
  cursor: default;
}

.home-certificates__trigger:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 4px;
  border-radius: 24px;
}

.home-certificates__poster {
  position: relative;
  aspect-ratio: 306 / 429;
  overflow: hidden;
  border-radius: 18px;
  background: transparent;
  box-shadow: 0 14px 30px rgba(15, 19, 27, 0.08);
  transition:
    transform var(--transition-fast),
    box-shadow var(--transition-fast);
}

.home-certificates__poster.has-media {
  background: transparent;
}

.home-certificates__card:hover .home-certificates__poster,
.home-certificates__trigger:focus-visible .home-certificates__poster {
  box-shadow:
    0 24px 46px rgba(15, 19, 27, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

.home-certificates__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: transparent;
}

.home-certificates__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: transparent;
}

.home-certificates__placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 24px;
  color: #7b8088;
  font-size: 0.95rem;
  font-weight: 600;
  text-align: center;
}

.home-certificate-viewer {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
}

.home-certificate-viewer[hidden] {
  display: none;
}

.home-certificate-viewer__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(8, 11, 18, 0.72);
  backdrop-filter: blur(6px);
  cursor: pointer;
}

.home-certificate-viewer__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  width: min(calc(100vw - 40px), 1180px);
  height: min(calc(100vh - 40px), 920px);
  padding: 16px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.home-certificate-viewer__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 12px;
}

.home-certificate-viewer__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-certificate-viewer__control,
.home-certificate-viewer__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 14px;
  color: #111111;
  background: #ffffff;
  cursor: pointer;
  transition:
    transform var(--transition-fast),
    border-color var(--transition-fast),
    background-color var(--transition-fast);
}

.home-certificate-viewer__control:hover,
.home-certificate-viewer__control:focus-visible,
.home-certificate-viewer__close:hover,
.home-certificate-viewer__close:focus-visible {
  border-color: rgba(237, 28, 36, 0.24);
  background: rgba(237, 28, 36, 0.06);
  transform: translateY(-1px);
}

.home-certificate-viewer__control--value {
  min-width: 82px;
  font-weight: 700;
}

.home-certificate-viewer__close {
  padding-inline: 14px;
  font-size: 1.8rem;
  line-height: 1;
}

.home-certificate-viewer__stage {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(180deg, #f9f9fa 0%, #f0f1f3 100%);
  cursor: grab;
  touch-action: none;
}

.home-certificate-viewer__stage.is-dragging {
  cursor: grabbing;
}

.home-certificate-viewer__image {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: min(100%, 860px);
  max-height: min(100%, 1000px);
  width: auto;
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
  transform: translate3d(-50%, -50%, 0) scale(1);
  transform-origin: center;
  will-change: transform;
}

/* Mobil mockup alanı — masaüstünde gizli */
.home-reference-feature__mobile-mockup {
  display: none;
}

.home-reference-feature {
  position: relative;
  display: grid;
  grid-template-columns: minmax(210px, 0.72fr) minmax(0, 1.58fr);
  align-items: center;
  gap: clamp(24px, 4vw, 54px);
  min-height: 430px;
  padding: clamp(34px, 4.8vw, 58px) clamp(26px, 3.2vw, 40px);
  overflow: visible;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.home-reference-feature__media,
.home-reference-feature__content {
  position: relative;
  z-index: 1;
}

.home-reference-feature__media {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 470px;
}

.home-reference-globe {
  position: relative;
  display: grid;
  align-items: end;
  width: min(100%, 500px);
  min-height: 470px;
  overflow: hidden;
  padding: 34px;
  border-radius: 26px;
  color: #fff;
  background: #1b1b1b;
}

.home-reference-globe::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 74% 36%, rgba(255,255,255,.11), transparent 37%);
}

.home-reference-globe__copy {
  position: relative;
  z-index: 2;
  width: min(100%, 255px);
}

.home-reference-globe__copy h3 { margin: 0; color: #fff; font-size: clamp(1.5rem, 2.25vw, 2.15rem); line-height: 1.08; letter-spacing: -.04em; }
.home-reference-globe__copy p { margin: 17px 0 0; color: rgba(255,255,255,.72); font-size: .9rem; line-height: 1.65; }
.home-reference-globe__copy a { display: inline-flex; gap: 9px; margin-top: 20px; color: #fff; font-size: .88rem; font-weight: 700; }
.home-reference-globe__sphere { position: absolute; z-index: 1; top: 50%; right: -25%; width: 115%; aspect-ratio: 1; transform: translateY(-50%); pointer-events: none; }
.home-reference-globe__sphere .pxl-globe, .home-reference-globe__sphere canvas { display: block; width: 100% !important; height: 100% !important; }

.home-reference-feature__device {
  position: relative;
  width: min(100%, 320px);
}

.home-reference-feature__device + .home-reference-feature__phone {
  display: none;
}

.home-reference-feature__phone {
  position: relative;
  display: grid;
  justify-items: center;
  width: min(100%, 250px);
  height: 450px;
  padding: 24px 18px 18px;
  overflow: hidden;
  border: 8px solid #181d23;
  border-radius: 28px;
  box-shadow: 0 24px 46px rgba(15, 23, 32, 0.24);
}

.home-reference-feature__phone--enhanced {
  width: min(100%, 320px);
  height: auto;
  aspect-ratio: 320 / 640;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-reference-feature__phone--enhanced:not(.home-reference-feature__phone--mockup) {
  padding: 18px 14px 16px;
  overflow: hidden;
  border: 10px solid #15191d;
  border-radius: 40px;
  background:
    radial-gradient(circle at top, rgba(232, 236, 243, 0.28), transparent 28%),
    linear-gradient(180deg, #12161b 0%, #0d1014 100%);
  box-shadow: 0 24px 46px rgba(15, 23, 32, 0.24);
}

.home-reference-feature__phone--mockup {
  display: block;
}

.home-reference-feature__mockup {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 32px 44px rgba(15, 23, 32, 0.2));
}

.home-reference-feature__screen {
  position: absolute;
  inset: 6.8% 11.5% 7.4%;
  overflow: hidden;
  border-radius: 2rem;
  background:
    linear-gradient(180deg, rgba(9, 12, 16, 0.1) 0%, rgba(9, 12, 16, 0.72) 100%),
    linear-gradient(180deg, #f4f6f9 0%, #d9e1ea 100%);
}

.home-reference-feature__phone--enhanced:not(.home-reference-feature__phone--mockup) .home-reference-feature__screen {
  inset: 26px 14px 14px;
  border-radius: 28px;
}

.home-reference-feature__phone--mockup .home-reference-feature__screen {
  background: transparent;
}

.home-reference-feature__screen::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, transparent 24%);
  pointer-events: none;
  z-index: 2;
}

.home-reference-feature__phone--mockup .home-reference-feature__screen::before {
  display: none;
}

.home-reference-feature__screen-stack,
.home-reference-feature__screen-static {
  position: relative;
  width: 100%;
  height: 100%;
}

.home-reference-feature__screen-static .home-reference-feature__image {
  width: 100%;
  height: 100%;
}

.home-reference-feature__screen-item {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  opacity: 0;
  transform: translate3d(0, 10px, 0) scale(0.96);
  transition:
    opacity 0.55s ease,
    transform 0.55s ease;
  pointer-events: none;
}

.home-reference-feature__screen-item.is-active {
  opacity: 1;
  transform: translate3d(0, -2px, 0) scale(1);
}

.home-reference-feature__screen-item > .home-reference-feature__screen-thumb,
.home-reference-feature__screen-item > .home-reference-feature__screen-placeholder {
  box-sizing: border-box;
  width: 148px;
  height: 148px;
  border-radius: 36px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.18),
    0 10px 20px rgba(8, 11, 15, 0.12);
  backdrop-filter: blur(8px);
}

.home-reference-feature__screen-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at top, rgba(213, 32, 39, 0.16), transparent 48%),
    linear-gradient(180deg, #15191d 0%, #27313b 100%);
}

.home-reference-feature__screen-placeholder span {
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.home-reference-feature__screen-thumb {
  display: block;
  object-fit: cover;
  padding: 20px;
  background: rgba(255, 255, 255, 0.16);
}

.home-reference-feature__phone-mark {
  position: absolute;
  top: 4.6%;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  min-height: 28px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(8, 11, 15, 0.78);
  backdrop-filter: blur(10px);
  transform: translateX(-50%);
  z-index: 3;
}

.home-reference-feature__phone-mark .home-reference-feature__phone-logo-image {
  width: auto;
  max-width: 100%;
  max-height: 18px;
}

.home-reference-feature__phone-mark .home-reference-feature__phone-brand {
  color: #ffffff;
  font-size: 0.6rem;
  letter-spacing: 0.16em;
}

.home-reference-feature__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-reference-feature__phone-speaker {
  width: 46px;
  height: 5px;
  margin-bottom: 14px;
  border-radius: 999px;
  border: 1px solid rgba(17, 25, 35, 0.18);
}

.home-reference-feature__phone-screen {
  display: grid;
  align-content: end;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 18px;
  overflow: hidden;
}

.home-reference-feature__phone-brand {
  color: #000000;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-align: center;
}

.home-reference-feature__phone-logo {
  position: absolute;
  inset: 50% auto auto 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(78%, 168px);
  min-height: 82px;
  padding: 16px;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.home-reference-feature__phone-logo-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 78px;
  object-fit: contain;
}

.home-reference-feature__phone-line,
.home-reference-feature__phone-line--short {
  display: block;
  width: 100%;
  height: 7px;
  border-radius: 999px;
  border: 1px solid rgba(27, 56, 143, 0.22);
}

.home-reference-feature__phone-line--short {
  width: 58%;
}

.home-reference-feature__content {
  display: grid;
  gap: 20px;
}

.home-reference-feature__eyebrow {
  margin: 0;
  color: #111111;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-reference-feature__title {
  max-width: 620px;
  margin: 0;
  color: #15191d;
  font-size: clamp(1.38rem, 2.35vw, 2.15rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.home-reference-feature__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 24px;
}

.home-reference-feature__item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  min-width: 0;
}

.home-reference-feature__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  border: 1px solid rgba(17, 17, 17, 0.28);
  color: #111111;
  box-shadow: none;
}

.home-reference-feature__item-copy {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.home-reference-feature__item-title {
  margin: 0;
  color: #15191d;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.home-reference-feature__item-text {
  margin: 0;
  color: #6b7480;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.68;
}

.home-factory-gallery {
  display: grid;
  gap: clamp(12px, 1.4vw, 16px);
  padding: clamp(14px, 2vw, 26px) clamp(26px, 3.2vw, 40px);
}

.home-factory-gallery__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: none;
}

.home-factory-gallery__eyebrow {
  margin: 0;
  color: #4b4b4b;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-factory-gallery__archive-button,
.home-blog__archive-button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #606060 0%, #2d2d2d 100%);
  box-shadow: 0 10px 22px rgba(0,0,0,.16);
  font-size: .86rem;
  font-weight: 700;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.home-factory-gallery__archive-button:hover,
.home-factory-gallery__archive-button:focus-visible,
.home-blog__archive-button:hover,
.home-blog__archive-button:focus-visible { color: #fff; background: linear-gradient(135deg, #707070 0%, #383838 100%); box-shadow: 0 14px 26px rgba(0,0,0,.22); transform: translateY(-2px); }

.home-factory-gallery__title {
  margin: 0;
  color: #15191d;
  font-size: clamp(1.42rem, 2.2vw, 2rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.home-factory-gallery__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(10px, 1.2vw, 16px);
  align-items: stretch;
}

.home-factory-gallery__item {
  position: relative;
  height: 200px;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #f4f7fb;
  border-radius: 0;
  cursor: zoom-in;
}

.home-factory-gallery__item:focus-visible {
  outline: 2px solid var(--color-primary, #202020);
  outline-offset: -2px;
}

/* Factory Gallery Lightbox */
.factory-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.25s ease,
    visibility 0s linear 0.25s;
}

.factory-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.factory-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  cursor: zoom-out;
}

.factory-lightbox__close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.factory-lightbox__close:hover { background: rgba(255, 255, 255, 0.25); }

.factory-lightbox__zoom-controls {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}

.factory-lightbox__zoom-button {
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.factory-lightbox__zoom-button:hover,
.factory-lightbox__zoom-button:focus-visible {
  background: rgba(255, 255, 255, 0.24);
  transform: translateY(-1px);
}

.factory-lightbox__zoom-value {
  min-width: 52px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
}

.factory-lightbox__prev,
.factory-lightbox__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.factory-lightbox__prev { left: 20px; }
.factory-lightbox__next { right: 20px; }
.factory-lightbox__prev:hover,
.factory-lightbox__next:hover { background: rgba(255, 255, 255, 0.25); }

.factory-lightbox__prev:disabled,
.factory-lightbox__next:disabled { opacity: 0.3; cursor: default; }

.factory-lightbox__media {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.factory-lightbox__media.is-pan-enabled {
  cursor: grab;
  touch-action: none;
}

.factory-lightbox__media.is-panning {
  cursor: grabbing;
}

.factory-lightbox__media img {
  max-width: 90vw;
  max-height: 88vh;
  object-fit: contain;
  border-radius: 6px;
  display: block;
}

.factory-lightbox__media img.is-zoomable {
  transition: transform 0.2s ease;
  transform-origin: center center;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

.factory-lightbox__media.is-panning img.is-zoomable {
  transition: none;
}

.factory-lightbox__counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
}

@media (max-width: 767px) {
  .factory-lightbox__zoom-controls {
    top: 16px;
    left: 16px;
    gap: 6px;
    padding: 6px 8px;
  }

  .factory-lightbox__zoom-button {
    width: 32px;
    height: 32px;
  }

  .factory-lightbox__zoom-value {
    min-width: 44px;
    font-size: 0.82rem;
  }
}

.home-factory-gallery__item--wide-left {
  grid-column: 1 / 4;
  height: 250px;
}

.home-factory-gallery__item--wide-right {
  grid-column: 4 / 7;
  height: 250px;
}

.home-factory-gallery__item--small:nth-of-type(3) {
  grid-column: 1 / 3;
}

.home-factory-gallery__item--small:nth-of-type(4) {
  grid-column: 3 / 5;
}

.home-factory-gallery__item--small:nth-of-type(5) {
  grid-column: 5 / 7;
}

.home-factory-gallery__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.02);
  transition: transform 0.45s ease;
}

.home-factory-gallery__item:hover .home-factory-gallery__image,
.home-factory-gallery__item:focus-within .home-factory-gallery__image {
  transform: scale(1.035);
}

.home-factory-gallery__item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(12, 20, 32, 0.64);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.home-factory-gallery__item:hover::before,
.home-factory-gallery__item:focus-within::before {
  opacity: 1;
}

.home-factory-gallery__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  padding: 24px;
  color: #ffffff;
  font-size: clamp(0.9rem, 1.35vw, 1.12rem);
  font-weight: 800;
  text-align: center;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

.home-factory-gallery__item:hover .home-factory-gallery__overlay,
.home-factory-gallery__item:focus-within .home-factory-gallery__overlay {
  opacity: 1;
  transform: translateY(0);
}

.home-showcase {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 3vw, 38px);
  border-radius: 28px;
  background: #ffffff;
}

.home-showcase__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(400px, 500px);
  gap: clamp(28px, 3.2vw, 46px);
  align-items: center;
}

.home-showcase__content {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.home-showcase__title {
  margin: 0;
  max-width: 16ch;
  color: #22252b;
  font-size: clamp(1.8rem, 2.6vw, 2.55rem);
  line-height: 1.08;
}

.home-showcase__text {
  margin: 0;
  max-width: 58ch;
  color: #73777f;
  font-size: 1.05rem;
  line-height: 1.9;
}

.home-showcase__logos {
  position: relative;
  overflow: hidden;
  margin-top: 8px;
  padding-block: 10px 4px;
  mask-image: linear-gradient(90deg, transparent 0, #000 9%, #000 91%, transparent 100%);
}

.home-showcase__logos-track {
  --showcase-logo-gap: clamp(48px, 5vw, 80px);
  display: flex;
  align-items: center;
  gap: var(--showcase-logo-gap);
  width: max-content;
  animation: home-showcase-marquee 24s linear infinite;
}

.home-showcase__logo-item {
  flex: 0 0 auto;
}

.home-showcase__logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-showcase__logo-image {
  display: block;
  width: auto;
  max-width: 264px;
  max-height: 122px;
  object-fit: contain;
  object-position: center;
  filter: grayscale(1) contrast(1.04);
  opacity: 0.92;
  transform: scale(1.2);
  transform-origin: center;
}

.home-showcase__logo {
  flex: 0 0 auto;
  color: #15171b;
  font-size: clamp(1.55rem, 2.6vw, 2.12rem);
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.home-showcase__logo--boxed {
  display: inline-grid;
  place-items: center;
  width: 116px;
  height: 116px;
  border: 4px solid #111111;
  font-size: 1.14rem;
  line-height: 0.9;
  letter-spacing: 0;
  text-align: center;
}

.home-showcase__media {
  display: flex;
  justify-content: flex-end;
}

.home-showcase__media-card {
  width: min(100%, 500px);
  padding: 10px;
}

.home-showcase__media-frame {
  position: relative;
  overflow: hidden;
  contain: paint;
  isolation: isolate;
  min-height: 310px;
  aspect-ratio: 4 / 3;
  border-radius: 0;
  background:
    linear-gradient(0deg, rgba(8, 11, 18, 0.3), rgba(8, 11, 18, 0.3)),
    linear-gradient(135deg, rgba(225, 229, 235, 0.96), rgba(202, 209, 218, 0.86));
}

.home-showcase__media-image,
.home-showcase__media-video {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-showcase__media-video {
  cursor: pointer;
}

.home-showcase__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #2c8fff;
  box-shadow: 0 18px 34px rgba(44, 143, 255, 0.34);
  cursor: pointer;
  transform: translate(-50%, -58%);
  transition: opacity 0.22s ease, transform 0.22s ease, background-color 0.22s ease;
}

.home-showcase__play:hover,
.home-showcase__play:focus-visible {
  background: var(--color-primary);
  transform: translate(-50%, -58%) scale(1.05);
}

.home-showcase__play:focus-visible {
  outline: 3px solid rgba(27, 56, 143, 0.28);
  outline-offset: 4px;
}

.home-showcase__media-frame.is-playing .home-showcase__play {
  opacity: 0;
}

.home-showcase__media-frame.is-playing:hover .home-showcase__play,
.home-showcase__media-frame.is-playing:focus-within .home-showcase__play {
  opacity: 1;
}

.home-showcase__play-triangle {
  display: block;
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 16px solid #ffffff;
}

.home-showcase__media-frame.is-playing .home-showcase__play-triangle {
  width: 16px;
  height: 22px;
  margin-left: 0;
  border-top: 0;
  border-bottom: 0;
  border-left: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
}

.home-showcase__controls {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.22s ease, transform 0.22s ease;
  pointer-events: none;
}

.home-showcase__media-frame.is-playing .home-showcase__controls,
.home-showcase__media-frame:hover .home-showcase__controls,
.home-showcase__media-frame:focus-within .home-showcase__controls {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.home-showcase__media-frame.is-playing .home-showcase__controls,
.home-showcase__media-frame.is-playing .home-showcase__control {
  transform: none;
}

.home-showcase__control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(8, 11, 18, 0.78);
  box-shadow: 0 14px 26px rgba(8, 11, 18, 0.24);
  cursor: pointer;
  transition: background-color 0.22s ease, transform 0.22s ease;
}

.home-showcase__control:hover,
.home-showcase__control:focus-visible {
  background: var(--color-primary);
  transform: translateY(-2px);
}

.home-showcase__control:focus-visible {
  outline: 3px solid rgba(27, 56, 143, 0.28);
  outline-offset: 4px;
}

.home-showcase__control-icon,
.home-showcase__sound-icon {
  display: block;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-showcase__volume {
  position: relative;
}

.home-showcase__volume-panel {
  position: absolute;
  right: 50%;
  bottom: calc(100% + 10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  min-width: 46px;
  padding: 10px 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  color: #ffffff;
  background: rgba(8, 11, 18, 0.92);
  box-shadow: 0 16px 34px rgba(8, 11, 18, 0.32);
  opacity: 0;
  visibility: hidden;
  transform: translate(50%, 8px);
  transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
  pointer-events: none;
}

.home-showcase__volume:hover .home-showcase__volume-panel,
.home-showcase__volume:focus-within .home-showcase__volume-panel,
.home-showcase__volume.is-open .home-showcase__volume-panel {
  opacity: 1;
  visibility: visible;
  transform: translate(50%, 0);
  pointer-events: auto;
}

.home-showcase__volume-value {
  min-width: 32px;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.home-showcase__volume-range {
  width: 18px;
  height: 104px;
  margin: 0;
  accent-color: #2c8fff;
  cursor: pointer;
  direction: rtl;
  writing-mode: vertical-lr;
}

.home-showcase__sound-icon--on {
  display: none;
}

.home-showcase__sound[aria-pressed="true"] .home-showcase__sound-icon--muted {
  display: none;
}

.home-showcase__sound[aria-pressed="true"] .home-showcase__sound-icon--on {
  display: block;
}

.home-showcase-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 48px);
}

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

.home-showcase-lightbox__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(4, 7, 14, 0.92);
  cursor: zoom-out;
}

.home-showcase-lightbox__dialog {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  border-radius: 16px;
  background: #05070b;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.56);
}

.home-showcase-lightbox__video {
  display: block;
  width: 100%;
  max-height: calc(100vh - 96px);
  aspect-ratio: 16 / 9;
  border-radius: inherit;
  background: #000000;
  object-fit: contain;
}

.home-showcase-lightbox__close {
  position: absolute;
  top: -14px;
  right: -14px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #ffffff;
  background: #111722;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.34);
  cursor: pointer;
}

.home-showcase-lightbox__close:hover,
.home-showcase-lightbox__close:focus-visible {
  background: var(--color-primary);
}

.home-showcase-lightbox__close:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.35);
  outline-offset: 3px;
}

.home-showcase-lightbox__close svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

body.home-showcase-lightbox-open {
  overflow: hidden;
}

.home-blog {
  padding: clamp(28px, 3.2vw, 46px) 0 clamp(34px, 3.8vw, 54px);
  background: #f5f6f8;
}

.home-blog__inner {
  display: grid;
  gap: 22px;
  width: min(100%, 1220px);
  box-sizing: border-box;
  margin-inline: auto;
  padding-right: 0;
  padding-left: 0;
}

.home-blog__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  text-align: left;
}

.home-blog__title {
  margin: 0;
  color: #15191d;
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.home-blog__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: none;
  margin-inline: auto;
  width: 100%;
}

.home-blog__controls {
  display: none;
}

.home-blog__control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 8px;
  color: #15191d;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 32, 0.08);
  cursor: pointer;
  transition:
    border-color var(--transition-fast),
    color var(--transition-fast),
    transform var(--transition-fast);
}

.home-blog__control:hover,
.home-blog__control:focus-visible {
  border-color: rgba(0, 0, 0, 0.34);
  color: #161616;
  transform: translateY(-1px);
}

.home-blog__control span {
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.home-blog__control--prev span {
  transform: rotate(-135deg);
}

.home-blog__control--next span {
  transform: rotate(45deg);
}

.home-blog__card {
  min-width: 0;
}

.home-blog__card-link {
  display: grid;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  color: inherit;
  text-decoration: none;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(15, 23, 32, 0.07);
  transition:
    transform var(--transition-fast),
    box-shadow var(--transition-fast);
}

.home-blog__card-link:hover,
.home-blog__card-link:focus-visible {
  color: inherit;
  box-shadow: 0 20px 38px rgba(15, 23, 32, 0.1);
  transform: translateY(-2px);
}

.home-blog__media {
  position: relative;
  min-height: 220px;
  background: linear-gradient(135deg, #dfe4ea, #cfd7df);
}

.home-blog__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-blog__placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #6c7580;
  font-size: 0.88rem;
  font-weight: 600;
}

.home-blog__date-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: grid;
  overflow: hidden;
  width: 46px;
  border-radius: 6px;
  box-shadow: 0 10px 20px rgba(15, 23, 32, 0.12);
}

.home-blog__date-day {
  display: grid;
  place-items: center;
  min-height: 32px;
  color: #161616;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1;
  background: #ffffff;
}

.home-blog__date-month {
  display: grid;
  place-items: center;
  min-height: 22px;
  color: #ffffff;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: #161616;
}

.home-blog__content {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 18px 18px 20px;
}

.home-blog__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 6px;
  color: #ffffff;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: #14171c;
}

.home-blog__card-title {
  margin: 0;
  color: #15191d;
  font-size: 1.16rem;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -0.025em;
}

.home-blog__excerpt {
  margin: 0;
  color: #69727c;
  font-size: 0.88rem;
  line-height: 1.65;
}

.home-blog__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: #161616;
  font-size: 0.82rem;
  font-weight: 700;
}

.home-blog__cta::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.home-blog__empty {
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: 34px 28px;
  border: 1px dashed rgba(17, 17, 17, 0.12);
  border-radius: 0;
  color: #67707a;
  text-align: center;
}

.home-blog__empty p {
  margin: 0;
}

.home-blog__archive-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border-radius: 0;
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  background: #161616;
}

.home-blog__archive-link:hover,
.home-blog__archive-link:focus-visible {
  color: #ffffff;
  background: #353535;
}

.home-services {
  --services-card-width: 290px;
  --services-card-height: 410px;
  --services-card-gap: 19px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  min-height: 760px;
  margin: 0;
  padding: clamp(22px, 2.5vw, 34px);
  padding-inline: clamp(22px, 2.4vw, 38px);
  border-radius: 0;
  color: #ffffff;
  background: linear-gradient(135deg, #5a5a5a 0%, #121212 55%, #000000 100%);
  isolation: isolate;
}

.home-services__waves {
  position: absolute;
  top: 0;
  bottom: 0;
  left: clamp(14px, 1.8vw, 28px);
  z-index: 1;
  width: min(1120px, 72vw);
  height: 100%;
  pointer-events: none;
  opacity: 1;
}

.home-services__waves::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.18);
  -webkit-mask: url("../../icons/shapes/waves-2.svg") left center / contain no-repeat;
  mask: url("../../icons/shapes/waves-2.svg") left center / contain no-repeat;
}

.home-services__inner {
  flex: 0 1 var(--container-width);
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--container-width);
  margin-inline: auto;
  padding-inline: clamp(10px, 3.2vw, 1px);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}

.home-services__header {
  display: grid;
  gap: 10px;
  width: 100%;
  max-width: 980px;
  margin-bottom: 14px;
}

.home-services__header .home-services__controls {
  display: none;
  justify-items: start;
  text-align: left;
  align-self: flex-start;
}

.home-services__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  width: fit-content;
  margin: 0;
  padding: 0 15px;
  border-radius: 999px;
  color: #000000;
  background-color: #ffffff;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-services__title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.8rem, 2.35vw, 2.5rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.home-services__text {
  margin: 0;
  max-width: 112ch;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.94rem;
  line-height: 1.7;
}

.home-services__slider {
  overflow: hidden;
  width: calc((var(--services-card-width) * 5) + (var(--services-card-gap) * 4));
  max-width: calc(100vw - 80px);
  align-self: flex-start;
}

.home-services__track {
  display: flex;
  align-items: stretch;
  gap: var(--services-card-gap);
  width: max-content;
  transition: transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.home-services__track.is-static {
  transition: none;
}

.home-services__card {
  flex: 0 0 var(--services-card-width);
  max-width: var(--services-card-width);
  height: var(--services-card-height);
  min-width: 0;
  opacity: 1;
  transition: opacity 320ms ease;
}

.home-services__card.is-peek {
  opacity: 0.42;
}

.home-services__card-link {
  position: relative;
  display: block;
  height: 100%;
  border-radius: 12px;
  color: inherit;
  overflow: hidden;
  text-decoration: none;
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(7, 13, 16, 0.16);
  transition:
    transform var(--transition-fast),
    box-shadow var(--transition-fast);
}

.home-services__card-link:hover,
.home-services__card-link:focus-visible {
  color: inherit;
  transform: translateY(-3px);
  box-shadow: 0 22px 36px rgba(5, 11, 14, 0.22);
}

.home-services__card-media {
  position: relative;
  overflow: hidden;
  height: 100%;
  background:
    linear-gradient(135deg, rgba(229, 233, 236, 0.94), rgba(197, 204, 210, 0.88));
}

.home-services__card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 19, 24, 0) 0%, rgba(12, 19, 24, 0.34) 100%);
  pointer-events: none;
}

.home-services__card-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.home-services__card-link:hover .home-services__card-image,
.home-services__card-link:focus-visible .home-services__card-image {
  transform: scale(1.04);
}

.home-services__card-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 18px;
  color: #687179;
  font-size: 0.88rem;
  font-weight: 600;
  text-align: center;
}

.home-services__card-body {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 10px;
  overflow: hidden;
  height: 124px;
  padding: 16px 18px 18px;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  border-radius: 0 0 12px 12px;
  transition:
    height 320ms ease,
    padding 320ms ease,
    transform 320ms ease,
    background-color 320ms ease;
}

.home-services__card-title {
  margin: 0;
  color: #23262c;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  display: -webkit-box;
  overflow: hidden;
  min-height: calc(1.12em * 2);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-services__card-text {
  margin: 0;
  overflow: hidden;
  color: #798089;
  font-size: 0.9rem;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition:
    -webkit-line-clamp 320ms ease,
    opacity 220ms ease;
}

.home-services__card-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: auto;
  color: #23262c;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(8px);
  transition:
    max-height 240ms ease,
    opacity 240ms ease,
    transform 320ms ease,
    visibility 0s linear 240ms,
    color var(--transition-fast);
}

.home-services__card-cta::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.home-services__card-link:hover .home-services__card-body,
.home-services__card-link:focus-visible .home-services__card-body {
  height: 208px;
}

.home-services__card-link:hover .home-services__card-text,
.home-services__card-link:focus-visible .home-services__card-text {
  -webkit-line-clamp: 5;
}

.home-services__card-link:hover .home-services__card-cta,
.home-services__card-link:focus-visible .home-services__card-cta {
  visibility: visible;
  max-height: 28px;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}

.home-services__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 18px;
  width: 100%;
}

.home-services__controls {
  display: flex;
  align-items: center;
  gap: 12px;
}

.home-services__control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #ffffff;
  background: transparent;
  cursor: pointer;
  transition:
    transform var(--transition-fast),
    border-color var(--transition-fast),
    background-color var(--transition-fast),
    opacity var(--transition-fast);
}

.home-services__control:hover,
.home-services__control:focus-visible {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-1px);
}

.home-services__control:disabled {
  opacity: 0.4;
  cursor: default;
}

.home-services__control-arrow {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.home-services__control-arrow--prev {
  transform: rotate(-135deg);
  margin-left: 4px;
}

.home-services__control-arrow--next {
  transform: rotate(45deg);
  margin-right: 4px;
}

.home-services__note {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  flex: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.96rem;
  line-height: 1.6;
  text-align: left;
}

.home-services__note-icon {
  position: relative;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  transform-origin: center;
  will-change: transform, box-shadow, background-color;
  animation: home-services-note-pulse 2.8s ease-in-out infinite;
}

.home-services__note-icon::before,
.home-services__note-icon::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.home-services__note-icon::before {
  width: 10px;
  height: 10px;
  border: 2px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
  transform-origin: center;
  animation: home-services-note-ring 2.8s ease-in-out infinite;
}

.home-services__note-icon::after {
  width: 4px;
  height: 4px;
  background: #ffffff;
  transform-origin: center;
  animation: home-services-note-dot 2.8s ease-in-out infinite;
}

.home-services-mobile {
  display: none;
}

.home-services-mobile__inner {
  display: grid;
  gap: 16px;
}

.home-services-mobile__header {
  display: grid;
  gap: 8px;
}

.home-services-mobile__header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-services-mobile__controls {
  display: flex;
  gap: 6px;
  flex-shrink: 0;
}

.home-services-mobile__control {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s, border-color 0.2s;
}

.home-services-mobile__control:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.5);
}

.home-services-mobile__control:disabled {
  opacity: 0.3;
  cursor: default;
}

.home-services-mobile__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  width: fit-content;
  margin: 0;
  padding: 0 12px;
  color: #202020;
  background: #ffffff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-services-mobile__title {
  margin: 0;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.home-services-mobile__rail {
  overflow-x: auto;
  margin-inline: -2px;
  padding-inline: 2px;
  scrollbar-width: none;
}

.home-services-mobile__rail::-webkit-scrollbar {
  display: none;
}

.home-services-mobile__track {
  display: flex;
  gap: 12px;
  width: max-content;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.home-services-mobile__card {
  flex: 0 0 min(78vw, 280px);
  width: min(78vw, 280px);
}

.home-services-mobile__card-link {
  position: relative;
  display: block;
  min-height: 260px;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(5, 11, 14, 0.16);
}

.home-services-mobile__card-media,
.home-services-mobile__card-image,
.home-services-mobile__card-placeholder {
  width: 100%;
  height: 100%;
}

.home-services-mobile__card-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(229, 233, 236, 0.94), rgba(197, 204, 210, 0.88));
}

.home-services-mobile__card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 19, 24, 0.04) 0%, rgba(12, 19, 24, 0.72) 100%);
}

.home-services-mobile__card-image {
  display: block;
  object-fit: cover;
}

.home-services-mobile__card-placeholder {
  display: grid;
  place-items: center;
  padding: 18px;
  color: #687179;
  font-size: 0.84rem;
  font-weight: 600;
  text-align: center;
}

.home-services-mobile__card-body {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 14px;
}

.home-services-mobile__card-title {
  margin: 0;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.home-gallery {
  display: grid;
  gap: 30px;
  padding: clamp(56px, 6vw, 86px) clamp(26px, 3.2vw, 40px) clamp(48px, 5vw, 72px);
}

.home-gallery__header {
  display: grid;
  gap: 14px;
  justify-items: center;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.home-gallery__eyebrow {
  margin: 0;
  color: var(--color-primary);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-gallery__title {
  margin: 0;
  color: #15191d;
  font-size: clamp(1.68rem, 2.55vw, 2.28rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.home-gallery__divider {
  width: 48px;
  height: 3px;
  border-radius: 999px;
  background: var(--color-primary);
}

.home-gallery__text {
  margin: 0;
  max-width: 62ch;
  color: #979797;
  font-size: 1rem;
  line-height: 1.8;
}

.home-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: min(100%, 1120px);
  margin-inline: auto;
}

.home-gallery--certificates .home-gallery__grid {
  grid-template-columns: none;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 54px) / 4);
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  cursor: grab;
  touch-action: pan-y;
  padding-bottom: 8px;
}

.home-gallery--certificates .home-gallery__grid::-webkit-scrollbar {
  display: none;
}

.home-gallery--certificates .home-gallery__grid.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.home-gallery--certificates .home-gallery__item {
  min-width: 0;
  scroll-snap-align: start;
}

.home-gallery__item {
  min-width: 0;
}

.home-gallery__item:focus-visible {
  outline: 2px solid var(--color-primary, #202020);
  outline-offset: 2px;
  border-radius: 4px;
}

.home-gallery__card {
  display: grid;
  gap: 10px;
}

.home-gallery__link {
  display: grid;
  gap: 10px;
  color: inherit;
  text-decoration: none;
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-gallery__link:hover,
.home-gallery__link:focus-visible {
  color: inherit;
  transform: translateY(-4px);
}

.home-gallery__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.7 / 1;
  border-radius: 18px;
  background: #f1f1f1;
  box-shadow: 0 16px 28px rgba(10, 16, 20, 0.08);
}

.home-gallery--certificates .home-gallery__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 15, 20, 0.02) 0%, rgba(11, 15, 20, 0.28) 100%);
  opacity: 0;
  transition: opacity 240ms ease;
}

.home-gallery--certificates .home-gallery__grid.is-dragging,
.home-gallery--certificates .home-gallery__grid.is-dragging * {
  user-select: none;
}

.home-gallery__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-gallery__link:hover .home-gallery__image,
.home-gallery__link:focus-visible .home-gallery__image {
  transform: scale(1.04);
}

.home-gallery--certificates .home-gallery__image {
  object-position: top center;
  pointer-events: none;
}

.home-gallery--certificates .home-gallery__media:hover::after,
.home-gallery--certificates .home-gallery__media:focus-within::after {
  opacity: 1;
}

.home-gallery--certificates .home-gallery__card:hover .home-gallery__image,
.home-gallery--certificates .home-gallery__card:focus-within .home-gallery__image {
  transform: scale(1.04);
}

.home-gallery__placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  color: #737b86;
  font-size: 0.95rem;
  font-weight: 700;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(237, 28, 36, 0.08), rgba(237, 28, 36, 0.02)),
    linear-gradient(180deg, #f7f8fa 0%, #eef1f4 100%);
}

.home-gallery__file-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  background: rgba(21, 25, 29, 0.82);
  backdrop-filter: blur(8px);
}

.home-gallery__file-badge--link {
  text-decoration: none;
  transition: transform 240ms ease, background-color 240ms ease;
}

.home-gallery__file-badge--link:hover,
.home-gallery__file-badge--link:focus-visible {
  color: #ffffff;
  background: rgba(237, 28, 36, 0.92);
  transform: translateY(-1px);
}

.home-gallery__zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(11, 15, 20, 0.74);
  box-shadow: 0 14px 28px rgba(11, 15, 20, 0.18);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.92);
  transition: opacity 240ms ease, transform 240ms ease, background-color 240ms ease;
}

.home-gallery__zoom:hover,
.home-gallery__zoom:focus-visible {
  background: rgba(237, 28, 36, 0.94);
}

.home-gallery__zoom svg {
  width: 18px;
  height: 18px;
}

.home-gallery--certificates .home-gallery__media:hover .home-gallery__zoom,
.home-gallery--certificates .home-gallery__media:focus-within .home-gallery__zoom {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

@media (hover: none) {
  .home-gallery--certificates .home-gallery__media::after,
  .home-gallery--certificates .home-gallery__zoom {
    opacity: 1;
  }

  .home-gallery--certificates .home-gallery__zoom {
    transform: translate(-50%, -50%) scale(1);
  }
}

.home-gallery__caption {
  margin: 8px 0 0;
  color: #242424;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.home-gallery__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.home-gallery__bullet {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(36, 36, 36, 0.18);
  transition: transform 220ms ease, background-color 220ms ease, opacity 220ms ease;
}

.home-gallery__bullet.is-active {
  background: rgba(237, 28, 36, 0.92);
  transform: scale(1.2);
}

.home-gallery__bullet:hover,
.home-gallery__bullet:focus-visible {
  background: rgba(237, 28, 36, 0.7);
}

.home-gallery__footer {
  display: flex;
  justify-content: center;
}

.home-gallery__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 34px;
  border-radius: 10px;
  border: 0;
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  background: var(--color-primary);
  box-shadow: 0 16px 30px rgba(237, 28, 36, 0.24);
  transition:
    transform var(--transition-fast),
    background-color var(--transition-fast),
    box-shadow var(--transition-fast);
}

.home-gallery__button:hover,
.home-gallery__button:focus-visible {
  color: #ffffff;
  background: #d91921;
  box-shadow: 0 18px 32px rgba(217, 25, 33, 0.28);
  transform: translateY(-1px);
}

.home-contact-band {
  position: relative;
  width: 100%;
  min-height: 150px;
  margin-inline: 0;
  overflow: hidden;
  border-radius: 0;
  padding-block: 30px;
  color: #ffffff;
  background: #202020;
}

.home-contact-band::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  z-index: 0;
  width: min(46vw, 720px);
  background: #252a31;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}

.home-contact-band__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(20px, 4vw, 56px);
  min-height: 90px;
  padding-inline: clamp(26px, 3.2vw, 40px);
}

.home-contact-band__content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 4px;
  max-width: 760px;
  min-width: 0;
}

.home-contact-band__eyebrow {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-contact-band__title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.05rem, 1.7vw, 1.55rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.home-contact-band__text {
  max-width: 64ch;
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  line-height: 1.55;
}

.home-contact-band__action {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.home-contact-band__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 156px;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 800;
  text-decoration: none;
  background: var(--color-primary);
  box-shadow: 0 18px 36px rgba(237, 28, 36, 0.26);
  transition:
    transform var(--transition-fast),
    background-color var(--transition-fast);
}

.home-contact-band__button:hover,
.home-contact-band__button:focus-visible {
  color: #ffffff;
  background: #d91921;
  transform: translateY(-1px);
}

.home-social-follow {
  display: grid;
  gap: 24px;
  padding: clamp(26px, 3vw, 38px);
  border-radius: 28px;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfbfc 100%);
  box-shadow: 0 20px 40px rgba(15, 23, 32, 0.06);
}

.home-social-follow__header {
  display: grid;
  gap: 10px;
  justify-items: center;
  text-align: center;
}

.home-social-follow__eyebrow {
  margin: 0;
  color: var(--color-primary);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-social-follow__title {
  margin: 0;
  color: #1f242b;
  font-size: clamp(1.8rem, 2.6vw, 2.45rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.home-social-follow__text {
  margin: 0;
  max-width: 62ch;
  color: #6f7680;
  font-size: 1rem;
  line-height: 1.8;
}

.home-social-follow__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.home-social-follow__card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  min-height: 108px;
  padding: 22px 24px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 22px;
  color: inherit;
  text-decoration: none;
  background: #ffffff;
  transition:
    transform var(--transition-fast),
    border-color var(--transition-fast),
    box-shadow var(--transition-fast),
    background-color var(--transition-fast);
}

.home-social-follow__card:hover,
.home-social-follow__card:focus-visible {
  color: inherit;
  border-color: rgba(237, 28, 36, 0.14);
  background: #fffdfd;
  box-shadow: 0 18px 36px rgba(15, 23, 32, 0.08);
  transform: translateY(-2px);
}

.home-social-follow__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  color: #1f242b;
  background: rgba(17, 17, 17, 0.04);
}

.home-social-follow__icon svg {
  display: block;
  width: 24px;
  height: 24px;
}

.home-social-follow__copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.home-social-follow__label {
  color: #1f242b;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2;
}

.home-social-follow__meta {
  color: #77808a;
  font-size: 0.93rem;
  line-height: 1.5;
}

.home-social-follow__arrow {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #1f242b;
  border-right: 2px solid #1f242b;
  transform: rotate(45deg);
  transition: transform var(--transition-fast);
}

.home-social-follow__card:hover .home-social-follow__arrow,
.home-social-follow__card:focus-visible .home-social-follow__arrow {
  transform: translateX(2px) rotate(45deg);
}

.home-social-follow__empty {
  padding: 28px 24px;
  border: 1px dashed rgba(17, 17, 17, 0.14);
  border-radius: 22px;
  color: #6f7680;
  font-size: 0.98rem;
  line-height: 1.8;
  text-align: center;
  background: rgba(255, 255, 255, 0.82);
}

.home-placeholder {
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px dashed var(--color-border);
  border-radius: var(--radius-md);
  background: #ffffff;
}

.home-placeholder__header {
  display: grid;
  gap: 8px;
}

.home-placeholder__eyebrow {
  margin: 0;
  color: var(--color-accent);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-placeholder__title {
  margin: 0;
  font-size: clamp(1.35rem, 2.5vw, 1.95rem);
  line-height: 1.1;
}

.placeholder-grid--hero,
.placeholder-grid--two,
.placeholder-grid--three,
.placeholder-grid--four {
  display: grid;
  gap: 16px;
}

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

.placeholder-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.placeholder-grid--four .placeholder-box {
  min-height: 160px;
}

.home-hero__title,
.home-about__title,
.home-services__title,
.home-gallery__title,
.home-reference-feature__title,
.home-factory-gallery__title,
.home-showcase__title,
.home-blog__title,
.home-certificates__title,
.home-social-follow__title {
  font-family: var(--font-family-base);
  font-size: 41px;
  font-weight: 700;
  line-height: 1.12;
}

@keyframes home-showcase-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - (var(--showcase-logo-gap) / 2)));
  }
}

@keyframes home-services-note-pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0.08);
  }

  42% {
    transform: scale(1.08);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.08);
    background-color: rgba(255, 255, 255, 0.12);
  }

  64% {
    transform: scale(0.98);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.04);
    background-color: rgba(255, 255, 255, 0.09);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0.08);
  }
}

@keyframes home-services-note-ring {
  0% {
    opacity: 0.36;
    transform: translate(-50%, -50%) scale(1);
  }

  42% {
    opacity: 0.68;
    transform: translate(-50%, -50%) scale(0.74);
  }

  64% {
    opacity: 0.46;
    transform: translate(-50%, -50%) scale(1.12);
  }

  100% {
    opacity: 0.36;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes home-services-note-dot {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }

  42% {
    transform: translate(-50%, -50%) scale(1.42);
  }

  64% {
    transform: translate(-50%, -50%) scale(0.88);
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes home-about-blob-drift {
  0% {
    transform: translate3d(0, 0, 0) scale(1.06) rotate(0deg);
  }

  20% {
    transform: translate3d(-34px, 18px, 0) scale(1.13) rotate(4deg);
  }

  40% {
    transform: translate3d(-12px, 34px, 0) scale(1.19) rotate(1.5deg);
  }

  60% {
    transform: translate3d(28px, 22px, 0) scale(1.16) rotate(-3.4deg);
  }

  80% {
    transform: translate3d(18px, -10px, 0) scale(1.11) rotate(-5deg);
  }

  100% {
    transform: translate3d(0, 0, 0) scale(1.06) rotate(0deg);
  }
}

@keyframes home-about-blob-spin {
  0% {
    transform: rotate(-4deg) scale(0.98);
  }

  50% {
    transform: rotate(8deg) scale(1.04);
  }

  100% {
    transform: rotate(-7deg) scale(1.01);
  }
}

@keyframes home-about-card-float-back {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }

  25% {
    transform: translate3d(0, -18px, 0) rotate(-1.2deg) scale(1.012);
  }

  55% {
    transform: translate3d(-6px, 10px, 0) rotate(1.1deg) scale(1.02);
  }

  100% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
}

@keyframes home-about-card-float-front {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }

  22% {
    transform: translate3d(0, -16px, 0) rotate(1.6deg) scale(1.012);
  }

  58% {
    transform: translate3d(8px, 14px, 0) rotate(-1.8deg) scale(1.022);
  }

  82% {
    transform: translate3d(-4px, -8px, 0) rotate(0.8deg) scale(1.01);
  }

  100% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
}

@media (max-width: 768px) {
  .home-about__title,
  .home-services__title,
  .home-gallery__title,
  .home-reference-feature__title,
  .home-factory-gallery__title,
  .home-showcase__title,
  .home-certificates__title,
  .home-contact-band__title,
  .home-blog__title {
    font-size: 29px !important;
    line-height: 33px !important;
    font-weight: 700 !important;
    font-family: 'Poppins', sans-serif !important;
  }

  .home-hero {
    min-height: 620px;
  }

  .home-hero::before {
    inset: 16px;
  }

  .home-hero__layout {
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    text-align: center;
  }

  .home-hero__content {
    gap: 12px;
    width: min(100%, 520px);
    padding-block: 0;
    justify-items: center;
  }

  .home-hero__title {
    font-size: 38px;
    line-height: 44px;
  }

  .home-hero__slogan {
    margin-inline: auto;
    font-size: 18px;
    line-height: 26px;
  }

  /* orijinal medya alanı gizlenir */
  .home-reference-feature__media {
    display: none;
  }

  /* Mobil landscape mockup */
  .home-reference-feature__mobile-mockup {
    display: block;
    width: 100%;
    overflow: hidden;
  }

  .home-reference-feature__mobile-mockup-inner {
    position: relative;
    width: 100%;
    aspect-ratio: 640 / 320;
  }

  .home-reference-feature__mobile-mockup-inner .home-reference-feature__mockup {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 200%;
    width: auto;
    transform: translate(-50%, -50%) rotate(90deg);
    transform-origin: center center;
    filter: drop-shadow(0 8px 16px rgba(15, 23, 32, 0.15));
  }

  .home-reference-feature__mobile-mockup-inner .home-reference-feature__screen {
    position: absolute;
    top: 8%;
    left: 20.5%;
    right: 20.5%;
    bottom: 8%;
    overflow: hidden;
    border-radius: 1rem;
    background: #fff;
  }

  .home-reference-feature__mobile-mockup-inner .home-reference-feature__screen::before {
    display: none;
  }

  .home-hero__footer-bar {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin-top: 0;
    padding-bottom: 0;
  }

  .home-hero__badge,
  .home-hero__badge--right {
    width: auto;
    min-width: 0;
    max-width: none;
    flex: 1;
  }

  .home-hero__badge {
    align-items: flex-start;
    gap: 8px;
    min-height: 0;
  }

  .home-hero__badge--left {
    flex-direction: column;
  }

  .home-hero__badge-media {
    width: 44px;
    height: 44px;
  }

  .home-hero__badge-media img {
    max-height: 44px;
  }

  .home-hero__badge-copy {
    max-width: none;
  }

  .home-hero__badge--right {
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 6px;
  }

  .home-hero__badge-title {
    font-size: 0.65rem;
  }

  .home-hero__badge-socials {
    gap: 8px;
  }

  .home-hero__badge-line {
    display: none;
  }

  .home-hero__content-shell.container {
    padding-inline: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-block: 40px 100px;
    gap: 0;
    position: relative;
  }

  .home-hero__content {
    width: 100%;
  }

  .home-hero__title {
    font-size: clamp(22px, 7vw, 34px);
    line-height: 1.2;
    word-break: break-word;
  }

  .home-hero__slogan {
    max-width: 100%;
    font-size: clamp(14px, 4vw, 17px);
    line-height: 1.55;
  }

  .home-about {
    padding: 52px 22px 64px;
  }

  .home-about__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .home-about__title,
  .home-about__text {
    max-width: none;
  }

  .home-about__visuals {
    max-width: none;
  }

  .home-certificates__header {
    margin-bottom: 22px;
  }

  .home-certificates__title,
  .home-certificates__text {
    max-width: none;
  }

  .home-certificates__grid {
    grid-template-columns: repeat(2, minmax(0, 306px));
    justify-content: center;
  }

  .home-about__visual-parent {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto auto;
    min-height: 0;
  }

  .home-about__media--primary {
    grid-column: 1 / -1;
    grid-row: 1;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .home-about__media--secondary {
    grid-column: 1;
    grid-row: 2;
    min-height: 0;
    aspect-ratio: 1 / 1;
  }

  .home-about__media--tertiary {
    grid-column: 2;
    grid-row: 2;
    min-height: 0;
    aspect-ratio: 1 / 1;
  }

  .home-showcase {
    padding: clamp(18px, 4vw, 24px) clamp(14px, 3vw, 20px);
    overflow: hidden;
  }

  .home-showcase__media-frame {
    min-height: clamp(180px, 40vw, 280px);
  }

  .home-showcase__logos-track {
    --showcase-logo-gap: clamp(24px, 5vw, 48px);
  }

  .home-reference-feature {
    grid-template-columns: 1fr;
    padding: clamp(18px, 4vw, 32px) clamp(14px, 3vw, 22px);
    gap: clamp(16px, 3vw, 22px);
    overflow: hidden;
  }

  .home-reference-feature__media {
    min-height: 0;
  }

  .home-reference-feature__device,
  .home-reference-feature__phone--enhanced {
    width: min(100%, 250px);
  }

  .home-reference-feature__phone {
    width: min(100%, 210px);
    height: 360px;
  }

  .home-reference-feature__grid {
    grid-template-columns: 1fr;
  }

  .home-factory-gallery {
    padding: clamp(14px, 3vw, 18px) clamp(14px, 3vw, 22px);
    overflow: hidden;
  }

  .home-factory-gallery__grid {
    grid-template-columns: 1fr;
    gap: clamp(10px, 2vw, 16px);
  }

  .home-factory-gallery__item,
  .home-factory-gallery__item--wide-left,
  .home-factory-gallery__item--wide-right,
  .home-factory-gallery__item--small:nth-of-type(3),
  .home-factory-gallery__item--small:nth-of-type(4),
  .home-factory-gallery__item--small:nth-of-type(5) {
    grid-column: 1 / -1;
    height: clamp(120px, 25vw, 155px);
    min-height: 0;
  }

  .home-factory-gallery__title {
    white-space: normal;
  }

  .home-showcase__grid {
    grid-template-columns: 1fr;
  }

  .home-showcase__title,
  .home-showcase__text {
    max-width: none;
  }

  .home-showcase__logos-track {
    --showcase-logo-gap: 34px;
  }

  .home-showcase__logo {
    font-size: 1.22rem;
  }

  .home-showcase__logo--boxed {
    width: 88px;
    height: 88px;
    font-size: 0.92rem;
  }

  .home-showcase__media {
    justify-content: stretch;
  }

  .home-showcase__media-card {
    width: 100%;
  }

  .home-showcase__media-frame {
    min-height: 240px;
  }

  .home-services {
    --services-card-gap: 18px;
    width: min(calc(100vw - 40px), 1680px);
    margin-right: 0;
    margin-left: auto;
    padding: 24px 22px;
  }

  .home-services__slider {
    width: 100%;
    clip-path: none;
  }

  .home-services__inner {
    padding-inline: clamp(10px, 3.2vw, 1px);
  }

  .home-services__card {
    flex-basis: calc((100% - var(--services-card-gap)) / 2);
    max-width: calc((100% - var(--services-card-gap)) / 2);
    height: 390px;
  }

  .home-services__footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-services__note {
    justify-content: flex-start;
    text-align: left;
  }

  .home-gallery__header {
    max-width: none;
    justify-items: center;
    text-align: center;
  }

  .home-gallery__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding-inline: 0;
    overflow-x: visible;
  }

  .home-gallery--certificates .home-gallery__grid {
    grid-template-columns: none;
    grid-auto-columns: calc((100% - 16px) / 2);
    overflow-x: auto;
  }

  .home-gallery__item {
    min-width: min(78vw, 340px);
    scroll-snap-align: start;
  }

  .home-gallery--certificates .home-gallery__item {
    min-width: 0;
  }

  .home-contact-band__inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .home-contact-band__content {
    justify-items: center;
    text-align: center;
  }

  .home-contact-band__action {
    justify-items: center;
    justify-content: center;
  }

  .home-social-follow__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-placeholder {
    padding: 20px;
  }

  .placeholder-grid--hero,
  .placeholder-grid--two,
  .placeholder-grid--three,
  .placeholder-grid--four {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 540px) {
  .home-hero__badge-socials {
    gap: 10px;
  }

  .home-hero__badge-social-link {
    width: 34px;
    height: 34px;
  }

  .home-about {
    padding: 42px 18px 54px;
  }

  .home-certificates {
    padding: 22px 18px;
  }

  .home-certificates__title {
    font-size: 1.68rem;
  }

  .home-certificates__text {
    font-size: 0.95rem;
    line-height: 1.75;
  }

  .home-certificates__grid {
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .home-certificates__card {
    max-width: 306px;
  }

  .home-certificate-viewer__dialog {
    width: min(calc(100vw - 24px), 1180px);
    height: min(calc(100vh - 24px), 920px);
    padding: 12px;
    border-radius: 20px;
  }

  .home-certificate-viewer__toolbar {
    flex-wrap: wrap;
    padding-bottom: 10px;
  }

  .home-certificate-viewer__actions {
    gap: 8px;
  }

  .home-certificate-viewer__control,
  .home-certificate-viewer__close {
    min-width: 40px;
    height: 40px;
  }

  .home-about__title {
    font-size: 1.82rem;
  }

  .home-about__text {
    font-size: 0.95rem;
    line-height: 1.75;
  }

  .home-about__stat {
    gap: 8px;
  }

  .home-about__stat-value {
    font-size: 2.9rem;
  }

  .home-about__stat-label {
    font-size: 1.1rem;
  }

  .home-about__actions {
    gap: 14px;
  }

  .home-about__button {
    width: 100%;
    justify-content: center;
  }

  .home-about__phone {
    width: 100%;
  }

  .home-about__phone-number {
    font-size: 1.35rem;
  }

  .home-about__media {
    border-radius: 0;
  }

  .home-reference-feature {
    gap: 16px;
    min-height: 0;
    padding: 18px 14px;
  }

  .home-reference-feature__media {
    min-height: 0;
  }

  .home-reference-feature__device,
  .home-reference-feature__phone--enhanced {
    width: min(100%, 204px);
  }

  .home-reference-feature__phone {
    width: 172px;
    height: 292px;
    border-width: 7px;
    border-radius: 24px;
  }

  .home-reference-feature__phone--enhanced:not(.home-reference-feature__phone--mockup) {
    padding: 14px 10px 12px;
    border-width: 8px;
    border-radius: 30px;
  }

  .home-reference-feature__phone--enhanced:not(.home-reference-feature__phone--mockup) .home-reference-feature__screen {
    inset: 20px 10px 10px;
    border-radius: 22px;
  }

  .home-reference-feature__screen-item {
    padding: 10px;
  }

  .home-reference-feature__screen-item > .home-reference-feature__screen-thumb,
  .home-reference-feature__screen-item > .home-reference-feature__screen-placeholder {
    width: 112px;
    height: 112px;
    border-radius: 28px;
  }

  .home-reference-feature__screen-placeholder,
  .home-reference-feature__screen-thumb {
    padding: 14px;
    border-radius: 26px;
  }

  .home-reference-feature__screen-placeholder span {
    font-size: 0.88rem;
  }

  .home-reference-feature__phone-mark {
    min-width: 86px;
    min-height: 24px;
    padding: 5px 10px;
  }

  .home-reference-feature__phone-logo {
    width: min(80%, 128px);
    min-height: 64px;
    padding: 12px;
  }

  .home-reference-feature__phone-logo-image {
    max-height: 58px;
  }

  .home-reference-feature__title {
    font-size: 1.32rem;
  }

  .home-reference-feature__item {
    gap: 12px;
  }

  .home-reference-feature__icon {
    width: 42px;
    height: 42px;
    font-size: 0.7rem;
  }

  .home-reference-feature__item-text {
    font-size: 0.8rem;
  }

  .home-showcase__logos {
    mask-image: none;
  }

  .home-showcase__play {
    width: 58px;
    height: 58px;
  }

  .home-showcase__play-triangle {
    border-top-width: 9px;
    border-bottom-width: 9px;
    border-left-width: 13px;
  }

  .home-showcase__controls {
    right: 12px;
    bottom: 12px;
    gap: 7px;
  }

  .home-showcase__control {
    width: 38px;
    height: 38px;
  }

  .home-showcase__volume-range {
    height: 88px;
  }

  .home-showcase-lightbox {
    padding: 14px;
  }

  .home-showcase-lightbox__video {
    max-height: calc(100vh - 40px);
  }

  .home-showcase-lightbox__close {
    top: 8px;
    right: 8px;
    width: 38px;
    height: 38px;
  }

  .home-services {
    --services-card-gap: 14px;
    width: min(calc(100vw - 16px), 1680px);
    margin-right: 0;
    margin-left: auto;
    min-height: 0;
    padding: 18px 14px 16px;
  }

  .home-services__waves {
    left: 8px;
    width: min(620px, 82vw);
    opacity: 0.34;
  }

  .home-services__title {
    font-size: 1.34rem;
    line-height: 1.08;
  }

  .home-services__text,
  .home-services__note {
    font-size: 0.84rem;
    line-height: 1.55;
  }

  .home-services__slider {
    width: 100%;
    clip-path: none;
  }

  .home-services__inner {
    padding-inline: 0;
  }

  .home-services__card-title {
    font-size: 1.02rem;
    min-height: auto;
    color: #ffffff;
    -webkit-line-clamp: 2;
  }

  .home-services__card {
    flex-basis: 100%;
    max-width: 100%;
    height: 280px;
  }

  .home-services__card-link {
    border-radius: 8px;
    box-shadow: 0 10px 22px rgba(5, 11, 14, 0.18);
  }

  .home-services__card-media {
    height: 100%;
  }

  .home-services__card-media::after {
    background: linear-gradient(180deg, rgba(12, 19, 24, 0.02) 0%, rgba(12, 19, 24, 0.62) 100%);
  }

  .home-services__card-body {
    height: auto;
    min-height: 76px;
    padding: 12px 14px;
    gap: 0;
    align-content: end;
    grid-template-rows: auto;
    background: linear-gradient(180deg, rgba(13, 20, 27, 0) 0%, rgba(13, 20, 27, 0.88) 100%);
    backdrop-filter: none;
    border-radius: 0;
  }

  .home-services__footer {
    display: none;
  }

  .home-services__header {
    position: relative;
    gap: 8px;
    margin-bottom: 12px;
    padding-right: 96px;
  }

  .home-services__header .home-services__controls {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    gap: 8px;
  }

  .home-services__header .home-services__control {
    width: 38px;
    height: 38px;
  }

  .home-services__eyebrow {
    min-height: 26px;
    padding-inline: 12px;
    font-size: 0.68rem;
  }

  .home-services__card-text,
  .home-services__card-cta,
  .home-services__note {
    display: none;
  }

  .home-services {
    display: none;
  }

  .home-services-mobile {
    display: block;
    margin: 0 0 0 auto;
    width: min(calc(100vw - 16px), 1680px);
    padding: 18px 14px 16px;
    color: #ffffff;
    background: #202020;
    border-radius: 18px 0 0 18px;
  }

  .home-gallery {
    gap: 22px;
    padding: 42px 18px 48px;
  }

  .home-gallery__title {
    font-size: 1.48rem;
  }

  .home-gallery__text {
    font-size: 0.95rem;
  }

  .home-gallery__grid {
    gap: 14px;
    margin-inline: -18px;
    padding-inline: 18px;
  }

  .home-gallery--certificates .home-gallery__grid {
    grid-auto-columns: min(78vw, 340px);
  }

  .home-gallery__item {
    flex-basis: calc(100vw - 68px);
    min-width: calc(100vw - 68px);
  }

  .home-gallery--certificates .home-gallery__item {
    flex-basis: auto;
    min-width: 0;
  }

  .home-gallery__caption {
    font-size: 0.96rem;
  }

  .home-gallery__media {
    border-radius: 16px;
  }

  .home-gallery__button {
    width: 100%;
  }

  .home-contact-band {
    min-height: 150px;
    padding-block: 24px;
    background: #202020;
  }

  .home-contact-band::before {
    display: none;
  }

  .home-contact-band__inner {
    padding-inline: 18px;
  }

  .home-contact-band__button {
    width: auto;
    min-width: 156px;
    margin-inline: auto;
  }

  .home-social-follow {
    gap: 20px;
    padding: 24px 20px;
  }

  .home-social-follow__title {
    font-size: 1.72rem;
  }

  .home-social-follow__text {
    font-size: 0.95rem;
  }

  .home-social-follow__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .home-social-follow__card {
    min-height: 96px;
    padding: 18px;
    gap: 14px;
  }

  .home-social-follow__icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }

  .home-showcase__logo-image {
    max-width: 184px;
    max-height: 88px;
    transform: scale(1.16);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-services__note-icon,
  .home-services__note-icon::before,
  .home-services__note-icon::after,
  .home-about__shape,
  .home-about__shape svg,
  .home-about__image-card--back,
  .home-about__image-card--front {
    animation: none;
  }
}

@media (max-width: 1024px) {
  .home-services {
    display: none;
  }

  .home-services-mobile {
    display: block;
    margin: 0 0 0 auto;
    width: min(calc(100vw - 40px), 1680px);
    padding: 22px;
    color: #ffffff;
    background: #202020;
    border-radius: 22px 0 0 22px;
  }

  .home-services-mobile__card {
    flex: 0 0 min(42vw, 320px);
    width: min(42vw, 320px);
  }

  .home-services-mobile__card-link {
    min-height: 280px;
  }

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

  .home-blog__card-title {
    font-size: 1.1rem;
  }
}

@media (max-width: 640px) {
  .home-blog__inner {
    gap: 18px;
    padding-inline: 18px;
  }

  .home-blog__title {
    font-size: 1.48rem;
  }

  .home-blog__grid {
    display: flex;
    gap: 14px;
    max-width: none;
    width: auto;
    margin-inline: -18px;
    padding-inline: 18px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .home-blog__grid::-webkit-scrollbar {
    display: none;
  }

  .home-blog__controls {
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  .home-blog__card {
    flex: 0 0 calc(100vw - 36px);
    min-width: calc(100vw - 36px);
    scroll-snap-align: start;
  }

  .home-blog__media {
    min-height: 180px;
  }

  .home-blog__content {
    gap: 10px;
    padding: 16px;
  }

  .home-blog__card-title {
    font-size: 1.08rem;
  }

  .home-blog__excerpt {
    font-size: 0.86rem;
    line-height: 1.62;
  }
}
