/**
 * responsive.css
 * Tüm sayfa ve bileşen @media sorguları tek dosyada toplanmıştır.
 * Breakpoints: 1024px / 768px / 480px (desktop-first)
 * Sıralama: global → covers → newsletter-cta → anasayfa → about →
 *           dynotis → dynotis-detail → knowledge-hub → knowledge-hub-detail →
 *           contact → faq → get-quote → test-service → tailor-made →
 *           privacy-policy → distribution-inquiries → distributor-list → list
 */

/* ============================================================
   GLOBAL — CSS custom properties & cover-title & layout
   ============================================================ */

/* Root variables — tablet */
@media (max-width: 1024px) {
  :root {
    --layout-kicker-col: 170px;
    --layout-kicker-gap: 24px;
  }
}

/* Cover title (generic .cover-title / .cover-title-breadcrumb) */
@media (max-width: 1024px) {
  .cover-title,
  .cover-title-breadcrumb {
    padding-bottom: 32px;
  }

  .cover-title {
    height: 240px;
  }

  .cover-title-breadcrumb {
    height: 280px;
  }

  .cover-title h1,
  .cover-title-breadcrumb h1 {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -3.6px;
  }
}

@media (max-width: 768px) {
  .cover-title,
  .cover-title-breadcrumb {
    height: auto;
    min-height: 0;
    padding-bottom: 24px;
  }

  .cover-title h1,
  .cover-title-breadcrumb h1 {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -2.88px;
  }

  .breadcrumb__item {
    font-size: 14px;
  }
}

@media (max-width: 0px) {
  .cover-title {
    height: 180px;
  }

  .cover-title-breadcrumb {
    height: 220px;
  }

  .cover-title,
  .cover-title-breadcrumb {
    padding-bottom: 20px;
  }

  .cover-title h1,
  .cover-title-breadcrumb h1 {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -2.16px;
  }

  .breadcrumb__item {
    font-size: 12px;
  }
}

/* Global header, footer, newsletter, menu-overlay */
@media (max-width: 1024px) {
  .container {
    padding: 0 40px;
  }

  .header__logo {
    margin-left: 24px;
    padding-right: 20px;
  }

  .header__logo img {
    height: 52px;
  }

  .nav__item:nth-child(1),
  .nav__item:nth-child(2),
  .nav__item:nth-child(3) {
    display: none;
  }

  .nav__link {
    padding: 0 24px;
  }

  .nav__link--cta {
    padding: 14px 32px;
  }

  /* Menu overlay: 2 kolon */
  .menu-overlay__bar {
    padding: 0 40px;
    min-height: 90px;
  }

  .menu-overlay__logo img {
    height: 52px;
  }

  .menu-overlay__inner {
    grid-template-columns: 1fr 1fr;
    min-height: calc(100vh - 90px);
  }

  .menu-overlay__nav {
    padding: 32px 0 32px 40px;
  }

  .menu-overlay__nav-link {
    font-size: 36px;
    letter-spacing: -1.2px;
  }

  .menu-overlay__subnav {
    padding: 32px 0 32px 32px;
  }

  .menu-overlay__sub-link {
    font-size: 28px;
  }

  .menu-overlay__content {
    padding: 32px 40px;
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  body {
    padding-bottom: calc(var(--page-gutter) + 60px);
  }

  .container {
    padding: 0;
  }

  .cover-title .container,
  .cover-title-breadcrumb .container {
    padding: 0 30px;
  }

  .header__inner {
    height: 72px;
    justify-content: space-between;
  }

  .header__logo {
    margin-left: 16px;
    padding: 0 20px 0 0;
  }

  .nav__link {
    padding: 0 16px;
    font-size: 12px;
  }

  .nav__link--menu {
    padding: 0 20px;
  }

  .nav__link--cta {
    display: none;
  }

  .header__nav {
    flex: 0 0 auto;
  }

  .nav__list {
    justify-content: flex-end;
  }

  .nav__item:not(:has(.nav__link--menu)) {
    display: none;
  }

  .mobile-sticky-quote {
    display: flex;
  }

  /* Ortak newsletter */
  .newsletter {
    padding: 60px 0;
  }

  .newsletter .container {
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: start;
  }

  .newsletter__form form {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .newsletter__title {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -1.8px;
  }

  .newsletter__form,
  .newsletter__consent {
    max-width: none;
    margin-left: 0;
  }

  .newsletter__btn {
    width: 100%;
  }

  .newsletter__consent {
    padding-left: 0;
    align-items: flex-start;
  }

  /* Menu overlay: tek kolon */
  .menu-overlay__bar {
    padding: 0 0 0 24px;
    min-height: 72px;
  }

  .menu-overlay__logo img {
    height: 36px;
  }

  .menu-overlay__actions {
    margin-left: auto;
    align-self: stretch;
  }

  .menu-overlay__cta {
    display: none;
  }

  .menu-overlay__close {
    justify-content: flex-end;
    width: 176px;
    min-width: 176px;
    padding: 0 24px;
    min-height: 100%;
  }

  .menu-overlay__inner {
    grid-template-columns: 1fr;
    min-height: calc(100vh - 72px);
  }

  .menu-overlay__col {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .menu-overlay__nav {
    padding: 24px 24px;
  }

  .menu-overlay__nav-link {
    font-size: 28px;
    letter-spacing: -0.8px;
  }

  .menu-overlay__nav-link:hover {
    padding-left: 28px;
  }

  .menu-overlay__subnav {
    padding: 24px;
  }

  .menu-overlay__sub-link {
    font-size: 22px;
  }

  .menu-overlay__content {
    padding: 24px;
    gap: 24px;
  }

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  /* Footer */
  .footer__band--social {
    padding: 32px 0;
  }

  .footer__social-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }

  .footer__logo img {
    height: 48px;
  }

  .footer__social {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }

  .footer__social-text {
    font-size: 12px;
  }

  .footer__social-icons {
    gap: 20px;
  }

  .social-icon {
    width: 28px;
    height: 28px;
  }

  .footer__band--links {
    padding: 48px 0;
  }

  .footer__columns {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  .footer__band--slogan {
    padding: 48px 0;
  }

  .footer__slogan-wrapper {
    flex-direction: column;
    gap: 2rem;
  }

  .footer__slogan-left h2,
  .footer__slogan-right h2 {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -3.6px;
    text-align: left;
  }

  .footer__bottom-wrapper {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .footer__policies {
    flex-direction: column;
    gap: 12px;
  }

  /* Yatay taşmaları önle */
  .marquee,
  [class*="__marquee"] {
    overflow: hidden;
  }

  /* Tüm görsel tam genişlik, taşmasın */
  img {
    max-width: 100%;
  }

  /* Section padding azalt */
  section {
    overflow-x: hidden;
  }

  .body-logomark {
    width: 120vw;
    opacity: 0.6;
  }
}

@media (max-width: 0px) {
  /* Ortak newsletter */
  .newsletter {
    padding: 40px 0;
  }

  .newsletter .container {
    gap: 32px;
  }

  .newsletter__title {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -1.4px;
  }

  .newsletter__form form {
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
  }

  .newsletter__form input {
    min-width: 0;
  }

  .newsletter__btn {
    width: 100%;
    padding: 14px 32px;
  }

  h1 {
    font-size: 1.75rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  /* Footer */
  .footer__logo img {
    height: 40px;
  }

  .footer__columns {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer__column-title {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .footer__link-list {
    gap: 12px;
  }

  .footer__link-list a {
    font-size: 16px;
  }

  .footer__slogan-left h2,
  .footer__slogan-right h2 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -2.4px;
  }

  .footer__band--social {
    padding: 24px 0;
  }

  .footer__band--links {
    padding: 40px 0;
  }

  .footer__band--slogan {
    padding: 40px 0;
  }

  .footer__social-text {
    font-size: 11px;
  }

  .social-icon {
    width: 24px;
    height: 24px;
  }

  .footer__social-icons {
    gap: 16px;
  }

  /* Header */
  .nav__link--cta {
    min-width: auto;
    padding: 0 18px;
    gap: 10px;
  }

  .nav__cta-text {
    display: none;
  }

  .nav__link--menu {
    padding: 0 14px;
  }

  .header__logo {
    margin-left: 12px;
    padding-right: 12px;
  }

  .header__logo img {
    height: 40px;
  }

  /* Menu overlay */
  .menu-overlay__bar {
    padding: 0 16px;
  }

  .menu-overlay__nav-link {
    font-size: 24px;
    letter-spacing: -0.5px;
    padding: 10px 0;
  }

  .menu-overlay__sub-link {
    font-size: 18px;
  }

  .menu-overlay__nav {
    padding: 20px 16px;
  }

  .menu-overlay__subnav {
    padding: 20px 16px;
  }

  .menu-overlay__content {
    padding: 20px 16px;
    gap: 16px;
  }

  .body-logomark {
    width: 150vw;
  }
}

/* ============================================================
   COVERS — privacy-cover-frame + page-specific cover heights
   ============================================================ */

@media (max-width: 1024px) {
  .tailor-made .cover-title,
  .test-service .cover-title,
  .faq .cover-title,
  .knowledge-hub .cover-title,
  .dynotis .cover-title,
  .software .cover-title,
  .calibration-warranty .cover-title,
  .distributor-list .cover-title,
  .distribution-inquiries .cover-title {
    height: 280px;
    padding-bottom: 40px;
  }

  .knowledge-hub-detail .cover-title {
    height: 60vh;
    min-height: 420px;
    padding-bottom: 0;
  }

  .tailor-made .privacy-cover-frame h1,
  .test-service .privacy-cover-frame h1,
  .faq .privacy-cover-frame h1,
  .knowledge-hub .privacy-cover-frame h1,
  .dynotis .privacy-cover-frame h1,
  .software .privacy-cover-frame h1,
  .calibration-warranty .privacy-cover-frame h1,
  .distributor-list .privacy-cover-frame h1,
  .distribution-inquiries .privacy-cover-frame h1 {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -3px;
  }
}

@media (max-width: 768px) {
  .tailor-made .cover-title,
  .test-service .cover-title,
  .faq .cover-title,
  .knowledge-hub .cover-title,
  .dynotis .cover-title,
  .software .cover-title,
  .calibration-warranty .cover-title,
  .distributor-list .cover-title,
  .distribution-inquiries .cover-title,
  .knowledge-hub-detail .cover-title {
    height: auto;
    min-height: 0;
    padding-bottom: 20px;
  }

  .tailor-made .privacy-cover-frame,
  .test-service .privacy-cover-frame,
  .faq .privacy-cover-frame,
  .knowledge-hub .privacy-cover-frame,
  .dynotis .privacy-cover-frame,
  .knowledge-hub-detail .privacy-cover-frame,
  .contact .privacy-cover-frame,
  .about .privacy-cover-frame,
  .software .privacy-cover-frame,
  .calibration-warranty .privacy-cover-frame,
  .distributor-list .privacy-cover-frame,
  .distribution-inquiries .privacy-cover-frame {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin: 72px 0 0;
    align-items: flex-start;
    padding: 20px 0;
  }

  .tailor-made .privacy-cover-frame__content,
  .test-service .privacy-cover-frame__content,
  .faq .privacy-cover-frame__content,
  .knowledge-hub .privacy-cover-frame__content,
  .dynotis .privacy-cover-frame__content,
  .knowledge-hub-detail .privacy-cover-frame__content,
  .software .privacy-cover-frame__content,
  .calibration-warranty .privacy-cover-frame__content,
  .distributor-list .privacy-cover-frame__content,
  .distribution-inquiries .privacy-cover-frame__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: auto;
    min-height: 0;
    padding: 20px 0 8px;
  }

  .tailor-made .privacy-cover-frame h1,
  .test-service .privacy-cover-frame h1,
  .faq .privacy-cover-frame h1,
  .knowledge-hub .privacy-cover-frame h1,
  .dynotis .privacy-cover-frame h1,
  .software .privacy-cover-frame h1,
  .calibration-warranty .privacy-cover-frame h1,
  .distributor-list .privacy-cover-frame h1,
  .distribution-inquiries .privacy-cover-frame h1 {
    font-size: 42px;
    line-height: 42px;
    letter-spacing: -2.1px;
  }

  .about .cover-title {
    height: auto;
    min-height: 420px;
  }
}

@media (max-width: 0px) {
  .tailor-made .cover-title,
  .test-service .cover-title,
  .faq .cover-title,
  .knowledge-hub .cover-title,
  .dynotis .cover-title,
  .software .cover-title,
  .calibration-warranty .cover-title,
  .distributor-list .cover-title,
  .distribution-inquiries .cover-title,
  .knowledge-hub-detail .cover-title {
    height: auto;
    min-height: 0;
    padding-bottom: 24px;
  }

  .about .cover-title {
    height: 70vh;
    min-height: 380px;
  }

  .tailor-made .cover-title,
  .test-service .cover-title {
    min-height: 260px;
    padding-bottom: 16px;
  }

  .tailor-made .privacy-cover-frame,
  .test-service .privacy-cover-frame {
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 20px;
    left: 0;
    margin: 0;
    align-items: stretch;
  }

  .tailor-made .privacy-cover-frame__content,
  .test-service .privacy-cover-frame__content {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 140px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .tailor-made .privacy-cover-frame,
  .test-service .privacy-cover-frame,
  .faq .privacy-cover-frame,
  .knowledge-hub .privacy-cover-frame,
  .dynotis .privacy-cover-frame,
  .knowledge-hub-detail .privacy-cover-frame,
  .contact .privacy-cover-frame,
  .about .privacy-cover-frame,
  .software .privacy-cover-frame,
  .calibration-warranty .privacy-cover-frame,
  .distributor-list .privacy-cover-frame,
  .distribution-inquiries .privacy-cover-frame {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin: 84px 20px 0;
    align-items: flex-start;
  }

  .tailor-made .privacy-cover-frame__content,
  .test-service .privacy-cover-frame__content,
  .faq .privacy-cover-frame__content,
  .knowledge-hub .privacy-cover-frame__content,
  .dynotis .privacy-cover-frame__content,
  .knowledge-hub-detail .privacy-cover-frame__content,
  .software .privacy-cover-frame__content,
  .calibration-warranty .privacy-cover-frame__content,
  .distributor-list .privacy-cover-frame__content,
  .distribution-inquiries .privacy-cover-frame__content {
    height: auto;
    min-height: 0;
    padding-bottom: 4px;
  }

  .tailor-made .privacy-cover-frame h1,
  .test-service .privacy-cover-frame h1,
  .faq .privacy-cover-frame h1,
  .knowledge-hub .privacy-cover-frame h1,
  .dynotis .privacy-cover-frame h1,
  .software .privacy-cover-frame h1,
  .calibration-warranty .privacy-cover-frame h1,
  .distributor-list .privacy-cover-frame h1,
  .distribution-inquiries .privacy-cover-frame h1 {
    font-size: 34px;
    line-height: 34px;
    letter-spacing: -1.7px;
  }

  .tailor-made .privacy-cover-frame h1,
  .test-service .privacy-cover-frame h1 {
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .tailor-made .privacy-cover-frame,
  .test-service .privacy-cover-frame {
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 20px;
    left: 0;
    margin: 0;
    align-items: stretch;
  }

  .tailor-made .privacy-cover-frame__content,
  .test-service .privacy-cover-frame__content {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 140px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

/* ============================================================
   NEWSLETTER CTA
   ============================================================ */

@media (max-width: 1024px) {
  .newsletter-cta__title {
    font-size: 40px;
    line-height: 48px;
  }

  .newsletter-cta__wrapper {
    grid-template-columns: var(--layout-kicker-col) minmax(220px, 1fr);
    column-gap: var(--layout-kicker-gap);
    row-gap: 24px;
  }

  .newsletter-cta__content-col {
    max-width: 100%;
  }

  .newsletter-cta__right {
    grid-column: 2;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .newsletter-cta {
    padding: 60px 0;
  }

  .newsletter-cta__wrapper {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  .newsletter-cta__right {
    grid-column: 1;
    padding-top: 0;
  }

  .newsletter-cta__kicker-col {
    padding-top: 0;
  }

  .newsletter-cta__title {
    font-size: 36px;
    line-height: 44px;
  }

  .newsletter-cta__form-group {
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
  }

  .newsletter-cta__form-group::before,
  .newsletter-cta__bullet {
    display: none;
  }

  .newsletter-cta__input {
    width: 100%;
    padding-left: 24px;
  }

  .newsletter-cta__btn {
    width: 100%;
    padding: 0 24px;
    font-size: 12px;
  }

  .newsletter-cta__desc {
    font-size: 12px;
  }

  .newsletter-cta__consent {
    font-size: 11px;
    padding-left: 0;
    align-items: flex-start;
  }
}

@media (max-width: 0px) {
  body {
    overflow-x: hidden;
  }

  .newsletter-cta {
    padding: 40px 0;
  }

  .newsletter-cta__title {
    font-size: 28px;
    line-height: 36px;
  }

  .newsletter-cta__form-group {
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
  }

  .newsletter-cta__form-group::before {
    display: none;
  }

  .newsletter-cta__bullet {
    display: none;
  }

  .newsletter-cta__input {
    width: 100%;
    padding-left: 24px;
  }

  .newsletter-cta__btn {
    width: 100%;
    padding: 0 24px;
    font-size: 12px;
  }

  .newsletter-cta__desc {
    font-size: 12px;
  }

  .newsletter-cta__consent {
    font-size: 11px;
    padding-left: 0;
    align-items: flex-start;
  }
}

/* ============================================================
   ANASAYFA (HOME)
   ============================================================ */

@media (max-width: 1024px) {
  .home-hero {
    min-height: 800px;
  }

  .home-hero__container {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .home-hero__center {
    order: 2;
  }

  .home-hero__center img {
    max-height: 340px;
  }

  .home-hero__right {
    order: 3;
    justify-content: flex-start;
  }

  .home-hero__title {
    font-size: 80px;
    letter-spacing: -4.8px;
  }

  .home-about__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    gap: 20px;
  }

  .home-about__label {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .home-about__content {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .home-about__photo-right {
    grid-column: 2;
    grid-row: 3;
  }

  .home-about__photo-left {
    grid-column: 1;
    grid-row: 3;
  }

  .home-about__info {
    grid-column: 1 / -1;
    grid-row: 4;
  }

  .home-about__quote {
    font-size: 36px;
  }

  .home-ecosystem__container {
    flex-direction: column;
    gap: 48px;
  }

  .home-ecosystem__marquee span {
    font-size: 48px;
  }

  .home-ecosystem__line {
    margin-bottom: 48px;
  }

  .home-ecosystem__right {
    padding: 48px 60px 48px 24px;
  }

  .home-ecosystem__vertical {
    font-size: 60px;
    right: 20px;
  }

  .home-why__heading {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 40px;
  }

  .home-why__title {
    font-size: 48px;
  }

  .home-why__cards {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 60px;
  }

  .home-why__marquee {
    margin-bottom: 40px;
  }

  .home-why__marquee-row span {
    font-size: 80px;
    line-height: 60px;
    letter-spacing: -4.8px;
    padding-right: 60px;
  }

  .home-why__showcase-top {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .home-why__showcase-bottom {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .home-why__showcase-stat--orange {
    grid-column: 1 / -1;
  }

  .home-spotlight__container {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .home-spotlight__marquee span {
    font-size: 48px;
  }

  .home-spotlight__marquee-inline {
    bottom: 40px;
  }

  .home-spotlight__marquee-inline span {
    font-size: 40px;
  }

  .home-spotlight__title {
    font-size: 40px;
  }

  .home-spotlight__product {
    min-height: 280px;
  }

  .home-spotlight__right {
    min-height: 280px;
  }

  .home-spotlight__right img {
    min-height: 280px;
  }

  .home-news__header {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .home-news__header-right {
    max-width: 100%;
  }

  .home-news__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .home-hero {
    min-height: 700px;
  }

  .home-hero__container {
    padding-top: 90px;
    padding-bottom: 48px;
    gap: 32px;
  }

  .home-hero__title {
    font-size: 60px;
    letter-spacing: -3.6px;
    margin-bottom: 24px;
  }

  .home-hero__desc {
    font-size: 14px;
  }

  .home-hero__center img {
    max-height: 280px;
  }

  .home-about {
    padding: 0 30px 48px;
  }

  .home-about__line {
    margin-bottom: 48px;
  }

  .home-about__quote {
    font-size: 28px;
  }

  .home-about__text {
    font-size: 14px;
  }

  .home-ecosystem__vertical {
    font-size: 48px;
    right: 0;
  }

  .home-ecosystem__num--right,
  .home-ecosystem__label--right {
    right: 0;
  }

  .home-why {
    padding: 80px 0 100px;
  }

  .home-why__title {
    font-size: 40px;
    margin-bottom: 32px;
  }

  .home-why__marquee {
    margin-bottom: 32px;
  }

  .home-why__marquee-row span {
    font-size: 60px;
    line-height: 48px;
    letter-spacing: -3.6px;
    padding-right: 40px;
  }

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

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

  .home-why__showcase-stat-value {
    font-size: 72px;
  }

  .home-why__showcase-stat-label {
    font-size: 22px;
  }

  .home-spotlight {
    padding: 80px 0 100px;
  }

  .home-spotlight__container {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .home-spotlight__title {
    font-size: 40px;
  }

  .home-spotlight__left,
  .home-spotlight__center,
  .home-spotlight__right {
    width: 100%;
  }

  .home-spotlight__center {
    order: -1;
  }

  .home-spotlight__product {
    min-height: 40vh;
    height: 40vh;
    padding: 24px;
  }

  .home-spotlight__product img {
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .home-news {
    margin-left: -20px;
    width: calc(100% + 40px);
    padding: 20px;
  }

  .home-news__title {
    font-size: 40px;
  }

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

  .home-news__card-title {
    font-size: 24px;
  }

  /* Home hero — frame */
  .home-hero__frame {
    grid-template-columns: 1fr;
    grid-template-rows: 50vh 50vh 30vh;
  }

  .home-hero__frame-col {
    display: block;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
  }

  .home-hero__cols {
    top: 90px;
    grid-template-columns: 1fr;
    grid-template-rows: 50vh 50vh 30vh;
  }

  .home-hero__col--left {
    min-height: 50vh;
  }

  .home-hero__col--center {
    min-height: 50vh;
  }

  .home-hero__col--right {
    min-height: 30vh;
  }

  .home-hero__left {
    left: 24px;
    right: 24px;
    bottom: 24px;
  }

  .home-hero__title {
    font-size: 56px;
    letter-spacing: -3.36px;
  }

  .home-hero__title-switcher {
    height: 116px;
    margin-bottom: 24px;
  }

  .home-hero__desc {
    font-size: 13px;
    max-width: 100%;
    margin-bottom: 20px;
  }

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

  .home-hero__center {
    inset: 0;
  }

  .home-hero__pervane {
    height: 100%;
    max-height: 100%;
  }

  .home-hero__right {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 24px;
  }
}

@media (max-width: 0px) {
  .home-hero {
    min-height: 600px;
  }

  .home-hero__container {
    padding-top: 80px;
    padding-bottom: 40px;
    gap: 24px;
  }

  .home-hero__title {
    font-size: 40px;
    letter-spacing: -2.4px;
    margin-bottom: 20px;
  }

  .home-hero__desc {
    font-size: 12px;
  }

  .home-hero__cta {
    height: 56px;
    padding: 0 32px;
    font-size: 12px;
  }

  .home-hero__center img {
    max-height: 220px;
  }

  .home-about {
    padding: 0 30px 48px;
  }

  .home-about__line {
    margin-bottom: 32px;
  }

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

  .home-about__photo-right {
    grid-column: 1;
    grid-row: auto;
  }

  .home-about__photo-left {
    grid-column: 1;
    grid-row: auto;
  }

  .home-about__info {
    grid-column: 1;
  }

  .home-about__quote {
    font-size: 24px;
  }

  .home-about__text {
    margin-bottom: 24px;
  }

  .home-ecosystem__line {
    margin-bottom: 32px;
  }

  .home-ecosystem__marquee span {
    font-size: 36px;
  }

  .home-ecosystem__right {
    padding: 32px 40px 32px 20px;
  }

  .home-ecosystem__vertical {
    font-size: 36px;
    letter-spacing: -2.4px;
    right: 10px;
  }

  .home-ecosystem__product--left img,
  .home-ecosystem__product--right img {
    max-width: 240px;
  }

  .home-why {
    padding: 60px 0 80px;
  }

  .home-why__title {
    font-size: 32px;
    margin-bottom: 24px;
  }

  .home-why__cards {
    margin-bottom: 40px;
  }

  .home-why__card-title {
    font-size: 28px;
  }

  .home-why__marquee {
    margin-bottom: 24px;
  }

  .home-why__marquee-row span {
    font-size: 48px;
    line-height: 40px;
    letter-spacing: -2.88px;
    padding-right: 32px;
  }

  .home-why__showcase-stat {
    padding: 32px 24px;
  }

  .home-why__showcase-stat-value {
    font-size: 56px;
  }

  .home-why__showcase-stat-label {
    font-size: 20px;
  }

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

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

  .home-spotlight {
    padding: 60px 0 80px;
  }

  .home-spotlight__title {
    font-size: 32px;
  }

  .home-spotlight__marquee span {
    font-size: 36px;
  }

  .home-spotlight__marquee-inline {
    bottom: 24px;
  }

  .home-spotlight__marquee-inline span {
    font-size: 28px;
  }

  .home-spotlight__product {
    padding: 20px;
  }

  .home-spotlight__right {
    min-height: 240px;
  }

  .home-spotlight__right img {
    min-height: 240px;
  }

  .home-news__btn {
    height: 50px;
    padding: 0 24px;
    font-size: 12px;
  }

  .home-news__card-title {
    font-size: 22px;
  }

  /* Home hero — frame */
  .home-hero__left {
    left: 16px;
    right: 16px;
    bottom: 36px;
  }

  .home-hero__title-switcher {
    height: 84px;
    margin-bottom: 20px;
  }

  /* Home news / ecosystem cover */
  .home-news {
    margin-left: -20px;
    width: calc(100% + 40px);
    padding: 30px;
  }

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

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

  .home-news__card {
    padding: 24px;
  }

  .home-news__title {
    font-size: 32px;
    line-height: 38px;
  }

  .home-news__card-image {
    height: 180px;
  }

  .home-ecosystem-cover a,
  .home-ecosystem-cover img {
    display: block;
    width: 100%;
  }

  /* Home why */
  .home-why__showcase-top {
    grid-template-columns: 1fr;
  }

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

  .home-why__marquee-row span {
    font-size: 48px;
    line-height: 40px;
    letter-spacing: -2.88px;
    padding-right: 32px;
  }
}

/* ============================================================
   ABOUT
   ============================================================ */

@media (max-width: 1024px) {
  .about-cover__title {
    font-size: 80px;
    line-height: 64px;
    letter-spacing: -4.8px;
  }

  .about-cover__columns {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .about-photo__img {
    height: 500px;
  }

  .about-keywords__item {
    font-size: 16px;
  }

  .about-mission__statement {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -1.8px;
  }

  .about-story__wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .about-story__text {
    max-width: 100%;
  }

  .about-story__text p {
    font-size: 20px;
    line-height: 36px;
  }

  .about-team__title {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -1.8px;
  }

  .about-team__wrapper {
    flex-direction: column;
    gap: 0;
  }

  .about-team__left {
    flex: 1;
    padding: 40px 0;
  }

  .about-team__right {
    border-left: none;
    border-top: 1px solid var(--border-dark-soft);
  }

  .team-member__avatar {
    width: 80px;
    height: 80px;
  }

  .team-member__name {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .about-cover__title {
    font-size: 60px;
    line-height: 50px;
    letter-spacing: -3.6px;
  }

  .about-photo__img {
    height: 400px;
  }

  .about-keywords {
    padding: 30px 0;
  }

  .about-keywords__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }

  .about-keywords__item {
    font-size: 14px;
  }

  .about-mission {
    padding: 60px 0 40px;
  }

  .about-mission__statement {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -1.2px;
  }

  .about-story {
    padding: 40px 0 60px;
  }

  .about-story__text p {
    font-size: 18px;
    line-height: 32px;
  }

  .about-team {
    padding: 60px 0;
  }

  .about-team__title {
    font-size: 40px;
    line-height: 50px;
  }

  .team-member__header {
    padding: 16px 20px;
  }

  .team-member__avatar {
    width: 70px;
    height: 70px;
  }

  .team-member__name {
    font-size: 18px;
  }

  .team-member__title {
    font-size: 12px;
  }
}

@media (max-width: 0px) {
  .about-cover__title {
    font-size: 40px;
    line-height: 36px;
    letter-spacing: -2.4px;
  }

  .about-cover__text {
    font-size: 13px;
    line-height: 24px;
  }

  .about-photo__img {
    height: 300px;
  }

  .about-keywords {
    padding: 24px 0;
  }

  .about-keywords__list {
    flex-direction: column;
    gap: 16px;
  }

  .about-mission {
    padding: 40px 0 30px;
  }

  .about-mission__statement {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -0.8px;
  }

  .about-story {
    padding: 30px 0 40px;
  }

  .about-story__text p {
    font-size: 16px;
    line-height: 28px;
  }

  .about-story__image {
    min-height: 200px;
  }

  .about-story__image img {
    min-height: 200px;
  }

  .about-team {
    padding: 40px 0;
  }

  .about-team__title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1px;
    margin-bottom: 24px;
  }

  .about-team__photo {
    margin-bottom: 16px;
  }

  .about-team__photo img {
    min-height: 200px;
  }

  .about-team__manifesto {
    font-size: 13px;
    line-height: 24px;
  }

  .team-member__header {
    padding: 16px;
    gap: 12px;
  }

  .team-member__avatar {
    width: 60px;
    height: 60px;
  }

  .team-member__name {
    font-size: 16px;
  }

  .team-member__title {
    display: none;
  }

  .profile-detail__panel {
    max-width: 100vw;
    width: 100%;
  }

  .profile-detail__top {
    padding: 60px 24px 0;
    flex-direction: column;
    gap: 24px;
  }

  .profile-detail__image-wrap {
    width: 100%;
    height: 280px;
  }

  .profile-detail__bottom {
    padding: 24px;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .profile-detail__name {
    font-size: 28px;
  }

  /* About cover responsive.css override */
  .about-cover__title {
    font-size: 42px;
    line-height: 40px;
    letter-spacing: -2.52px;
  }

  .about .cover-title {
    height: 100vh;
    min-height: 760px;
  }

  .about .privacy-cover-frame {
    position: absolute;
    top: 30px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    margin: 0;
    align-items: center;
  }

  .about .privacy-cover-frame__content {
    display: grid;
    grid-template-rows: minmax(210px, 1fr) auto;
    height: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .about-cover__title {
    flex: none;
    align-self: center;
    margin: 0;
    padding-top: 20px;
  }
}

/* ============================================================
   DYNOTIS
   ============================================================ */

@media (max-width: 1024px) {
  .dyn-cover__content {
    gap: 40px;
  }

  .dynotis .privacy-cover-frame h1.dyn-cover__title {
    font-size: 62px;
    letter-spacing: -3px;
  }

  .dyn-cover__subtitle {
    font-size: 12px;
    max-width: 250px;
  }

  .dyn-cover__aside {
    width: min(100%, 420px);
    padding-top: 10px;
  }

  .dyn-cover__feature-title {
    font-size: 20px;
  }

  .dyn-products__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dyn-statement__title {
    font-size: 38px;
  }

  .dyn-addon__layout {
    grid-template-columns: 220px 1fr;
  }

  .dyn-addon__content {
    padding-left: 40px;
  }
}

@media (max-width: 768px) {
  .dynotis .cover-title {
    height: auto;
    min-height: 0;
    padding-bottom: 28px;
  }

  .dynotis .privacy-cover-frame {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin: 84px 20px 0;
    align-items: flex-start;
  }

  .dynotis .privacy-cover-frame__content {
    height: auto;
    min-height: 0;
    padding-bottom: 8px;
  }

  .dyn-cover__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .dynotis .privacy-cover-frame h1.dyn-cover__title {
    font-size: 48px;
    letter-spacing: -2.4px;
  }

  .dyn-cover__subtitle {
    max-width: 100%;
  }

  .dyn-cover__aside {
    width: 100%;
    padding-top: 0;
  }

  .dyn-cover__feature-title {
    font-size: 18px;
    margin-bottom: 14px;
  }

  .dyn-cover__feature-list li {
    font-size: 12px;
    padding-left: 16px;
  }

  .dyn-cover__tabs {
    gap: 16px;
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .dyn-card {
    min-height: 420px;
  }

  .dyn-statement {
    padding: 80px 0;
  }

  .dyn-statement__title {
    font-size: 32px;
  }

  .dyn-addon__layout {
    grid-template-columns: 1fr;
  }

  .dyn-addon__sidebar {
    flex-direction: row;
    flex-wrap: wrap;
    border-right: none;
    border-bottom: 1px solid rgba(31, 31, 31, 0.12);
    padding-right: 0;
  }

  .dyn-addon__content {
    padding-left: 0;
    padding-top: 32px;
  }

  .dyn-addon__panel-body {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .dyn-addon__panel-image img {
    max-width: 320px;
  }

  .dyn-statement__wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (max-width: 0px) {
  .dynotis .cover-title {
    height: auto;
    min-height: 0;
    padding-bottom: 24px;
  }

  .dynotis .privacy-cover-frame {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin: 84px 20px 0;
    align-items: flex-start;
  }

  .dynotis .privacy-cover-frame__content {
    height: auto;
    min-height: 0;
    padding-bottom: 4px;
  }

  .dynotis .privacy-cover-frame h1.dyn-cover__title {
    font-size: 38px;
    letter-spacing: -1.8px;
  }

  .dyn-cover__subtitle {
    font-size: 11px;
  }

  .dyn-cover__feature-title {
    font-size: 16px;
  }

  .dyn-cover__feature-list {
    gap: 10px;
  }

  .dyn-cover__feature-list li {
    font-size: 11px;
  }

  .dyn-filters__tab {
    font-size: 11px;
  }

  .dyn-products__grid {
    grid-template-columns: 1fr;
  }

  .dyn-card {
    min-height: 380px;
    padding: 24px 20px;
    border-radius: 12px;
  }

  .dyn-card__image {
    padding: 16px;
  }

  .dyn-card__image img {
    max-height: 240px;
  }

  .dyn-card__watermark {
    font-size: 60px;
  }

  .dyn-statement {
    padding: 60px 0;
  }

  .dyn-statement__title {
    font-size: 26px;
  }

  .dyn-addon {
    padding: 0 0 60px;
  }

  .dyn-addon__tab {
    font-size: 11px;
  }

  .dyn-addon__panel-title {
    font-size: 28px;
  }

  .dyn-addon__panel-text p {
    font-size: 14px;
  }
}

/* ============================================================
   DYNOTIS DETAIL
   ============================================================ */

@media (max-width: 1024px) {
  .dynotis-detail .dd-cover {
    height: auto;
    min-height: 700px;
  }

  .dd-cover__grid {
    grid-template-columns: 1fr;
  }

  .dd-cover__right {
    display: none;
  }

  .dd-cover__left {
    padding: 40px 50px 60px;
  }

  .dd-cover__title {
    font-size: 80px;
    line-height: 70px;
    letter-spacing: -4px;
  }

  .dd-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .dd-sidebar {
    position: static;
    order: -1;
  }

  .dd-sidebar__nav {
    flex-direction: row;
    gap: 0;
    overflow-x: auto;
    border-left: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 0;
  }

  .dd-sidebar__link {
    border-left: none;
    border-bottom: 2px solid transparent;
    margin-left: 0;
    margin-bottom: -1px;
    padding: 12px 16px;
    white-space: nowrap;
    font-size: 14px;
  }

  .dd-sidebar__link.active {
    border-left-color: transparent;
    border-bottom-color: #FFFFFF;
  }

  .dd-info {
    position: static;
    order: 1;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }

  .dd-models__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dd-models__title {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -1.92px;
  }
}

@media (max-width: 768px) {
  .dynotis-detail .privacy-cover-frame {
    top: 84px;
  }

  .dynotis-detail .dd-cover {
    min-height: 550px;
  }

  .dd-cover__left {
    padding: 30px 30px 40px;
  }

  .dd-cover__title {
    font-size: 60px;
    line-height: 56px;
    letter-spacing: -3px;
  }

  .dd-cover__desc {
    font-size: 14px;
    line-height: 26px;
  }

  .dd-cover__cta {
    height: 56px;
    padding: 0 32px;
  }

  .dd-section__statement {
    font-size: 28px;
  }

  .dd-feature__title {
    font-size: 22px;
  }

  .dd-feature__text {
    font-size: 16px;
    line-height: 26px;
  }

  .dd-feature__image img {
    height: 280px;
  }

  .dd-specs__table td {
    font-size: 12px;
    padding: 14px 12px;
  }

  .dd-specs__group-label {
    width: 120px;
  }

  .dd-specs__label {
    width: 160px;
  }

  .dd-box__grid {
    grid-template-columns: 1fr;
  }

  .dd-models__grid {
    grid-template-columns: 1fr;
  }

  .dd-models__title {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -1.44px;
  }

  .dd-model-card {
    min-height: 500px;
  }
}

@media (max-width: 0px) {
  .dynotis-detail .privacy-cover-frame {
    top: 84px;
  }

  .dynotis-detail .dd-cover {
    min-height: 450px;
  }

  .dd-cover__left {
    padding: 20px 20px 30px;
  }

  .dd-cover__title {
    font-size: 44px;
    line-height: 42px;
    letter-spacing: -2px;
  }

  .dd-cover__desc {
    font-size: 13px;
    line-height: 24px;
  }

  .dd-section__statement {
    font-size: 24px;
  }

  .dd-feature__title {
    font-size: 20px;
  }

  .dd-feature__text {
    font-size: 15px;
    line-height: 24px;
  }

  .dd-feature__image img {
    height: 220px;
  }

  .dd-specs__heading {
    font-size: 20px;
  }

  .dd-specs__table {
    display: block;
    overflow-x: auto;
  }

  .dd-box__name {
    font-size: 20px;
  }

  .dd-models__title {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -1.12px;
  }

  .dd-model-card {
    min-height: 400px;
  }

  .dd-model-card__watermark {
    font-size: 60px;
  }

  /* khd-cover override */
  .khd-cover {
    gap: 16px;
  }

  .khd-cover__title {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -1.4px;
  }

  .khd-cover__back svg {
    width: 36px;
    height: 36px;
  }

  .khd-sidebar {
    grid-template-columns: 1fr;
  }

  .khd-related__grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   KNOWLEDGE HUB
   ============================================================ */

@media (max-width: 1024px) {
  .kh-cover__content {
    gap: 40px;
  }

  .knowledge-hub .privacy-cover-frame h1.kh-cover__title {
    font-size: 62px;
    letter-spacing: -3px;
  }

  .kh-cover__subtitle {
    font-size: 12px;
    max-width: 250px;
  }

  .kh-featured__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .kh-card--featured-article {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }

  .kh-card--featured-article .kh-card__image {
    flex: 0 0 auto;
  }

  .kh-card--grid {
    padding: 30px 40px;
  }

  .kh-card--grid .kh-card__image {
    margin-bottom: 40px;
  }

  .kh-card--grid .kh-card__title {
    font-size: 28px;
    margin-bottom: 50px;
    letter-spacing: -0.56px;
  }

  .kh-card--grid .kh-card__excerpt {
    font-size: 12px;
    line-height: 28px;
  }

  .kh-grid__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .kh-cover__content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
    padding: 22px 18px;
  }

  .knowledge-hub .privacy-cover-frame h1.kh-cover__title {
    font-size: 48px;
    letter-spacing: -2.4px;
  }

  .kh-cover__subtitle {
    max-width: 100%;
  }

  .kh-cover__tabs {
    gap: 16px;
    overflow-x: auto;
    flex-wrap: nowrap;
    min-height: 48px;
    padding: 0 18px;
  }

  .kh-filters__tab {
    white-space: nowrap;
    font-size: 12px;
  }

  .kh-card--featured-article .kh-card__content,
  .kh-card--featured-video .kh-card__content {
    padding: 24px;
  }

  .kh-card--featured-article .kh-card__title,
  .kh-card--featured-video .kh-card__title {
    font-size: 22px;
  }

  .kh-pagination__pages {
    gap: 4px;
  }

  .kh-pagination__page,
  .kh-pagination__prev,
  .kh-pagination__next {
    width: 36px;
    height: 36px;
    font-size: 13px;
  }
}

@media (max-width: 0px) {
  .knowledge-hub .privacy-cover-frame h1.kh-cover__title {
    font-size: 38px;
    letter-spacing: -1.8px;
  }

  .kh-cover__subtitle {
    font-size: 11px;
  }

  .kh-grid {
    padding: 40px 0;
  }

  .kh-grid__list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .kh-card--grid {
    padding: 24px 28px;
  }

  .kh-card--grid .kh-card__image {
    margin-bottom: 30px;
  }

  .kh-card--grid .kh-card__title {
    font-size: 22px;
    margin-bottom: 36px;
    letter-spacing: -0.44px;
  }

  .kh-card--grid .kh-card__excerpt {
    font-size: 11px;
    line-height: 26px;
  }

  .kh-card--featured-article .kh-card__title,
  .kh-card--featured-video .kh-card__title {
    font-size: 18px;
  }

  .kh-pagination {
    padding: 30px 0 40px;
  }

  .kh-pagination__wrapper {
    gap: 8px;
  }

  .kh-pagination__page,
  .kh-pagination__prev,
  .kh-pagination__next {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }

  .kh-pagination__page:not(.active):not(:first-child):not(:last-child) {
    display: none;
  }

  .kh-pagination__page:nth-child(1),
  .kh-pagination__page:nth-child(2),
  .kh-pagination__page.active,
  .kh-pagination__page:last-child {
    display: flex;
  }
}

/* ============================================================
   KNOWLEDGE HUB DETAIL
   ============================================================ */

@media (max-width: 1024px) {
  .khd-cover {
    grid-template-columns: 260px 1fr;
    gap: 32px;
  }

  .khd-cover__title {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -2.4px;
  }

  .khd-layout {
    grid-template-columns: 260px 1fr;
    gap: 32px;
  }

  .khd-content p {
    font-size: 15px;
    line-height: 30px;
  }

  .khd-related__title {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -1.92px;
  }

  .khd-related__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .khd-content__play {
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 768px) {
  .khd-cover {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .khd-cover__back svg {
    width: 40px;
    height: 40px;
  }

  .khd-cover__title {
    font-size: 36px;
    line-height: 46px;
    letter-spacing: -1.8px;
  }

  .khd-cover__meta {
    gap: 16px;
  }

  .page-knowledge-hub-detail {
    padding: 40px 0;
  }

  .khd-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .khd-sidebar {
    position: static;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: start;
  }

  .khd-sidebar__newsletter {
    margin-bottom: 0;
  }

  .khd-content p {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.12px;
  }

  .khd-content__play {
    width: 72px;
    height: 72px;
  }

  .khd-related {
    padding: 60px 0 80px;
  }

  .khd-related__title {
    font-size: 36px;
    line-height: 46px;
    letter-spacing: -1.44px;
    margin-bottom: 32px;
  }

  .khd-related__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 0px) {
  .khd-cover__title {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -1.4px;
  }

  .khd-cover__back-text {
    font-size: 12px;
  }

  .khd-cover__category,
  .khd-cover__date {
    font-size: 12px;
  }

  .khd-cover__back svg {
    width: 36px;
    height: 36px;
  }

  .page-knowledge-hub-detail {
    padding: 32px 0;
  }

  .khd-sidebar {
    grid-template-columns: 1fr;
  }

  .khd-content p {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0;
  }

  .khd-content__play {
    width: 56px;
    height: 56px;
  }

  .khd-content__play svg {
    width: 16px;
    height: 18px;
  }

  .khd-related__title {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -1.12px;
    margin-bottom: 24px;
  }

  .kh-card--video-card .kh-card__play-small {
    width: 50px;
    height: 50px;
  }
}

/* ============================================================
   CONTACT
   ============================================================ */

@media (max-width: 1024px) {
  .contact .cover-title {
    height: 550px;
  }

  .contact-cover__title {
    font-size: 80px;
    line-height: 60px;
    letter-spacing: -4.8px;
  }

  .contact-cover__info {
    grid-template-columns: var(--layout-kicker-col) 1fr;
  }

  .contact-office__content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .contact-office__name {
    font-size: 28px;
    line-height: normal;
    letter-spacing: -0.56px;
    margin-bottom: 28px;
  }

  .contact-form-section__title {
    font-size: 44px;
    line-height: 56px;
    letter-spacing: -1.76px;
  }

  .contact-form__btn {
    min-width: 400px;
  }
}

@media (max-width: 768px) {
  .about-cover__info,
  .contact-cover__info,
  .contact-form-section__header,
  .di-content__header,
  .dl-content__header,
  .faq-content__header,
  .tm-form__header,
  .tm-form__step,
  .tm-form__external,
  .ts-packs__header {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .contact .cover-title {
    height: 480px;
  }

  .contact-cover__title {
    font-size: 60px;
    line-height: 48px;
    letter-spacing: -3.6px;
  }

  .contact-cover__info {
    align-items: flex-start;
  }

  .contact-offices {
    padding: 60px 0;
  }

  .contact-office {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 40px 0;
  }

  .contact-office__row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .contact-form-section {
    padding: 60px 0;
  }

  .contact-form-section__header {
    margin-bottom: 40px;
  }

  .contact-form-section__body {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .contact-form-section__body-kicker {
    display: none;
  }

  .contact-form-section__title {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -1.44px;
  }

  .contact-form__field input {
    font-size: 20px;
    padding: 28px 0;
  }

  .contact-form__btn {
    min-width: 100%;
  }
}

@media (max-width: 0px) {
  .contact .cover-title {
    height: 420px;
  }

  .contact-cover__title {
    font-size: 42px;
    line-height: 36px;
    letter-spacing: -2.5px;
  }

  .contact-cover__desc {
    font-size: 13px;
    line-height: 24px;
  }

  .contact-offices {
    padding: 40px 0;
  }

  .contact-office {
    padding: 30px 0;
  }

  .contact-office__name {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .contact-office__details p {
    font-size: 14px;
    line-height: 26px;
  }

  .contact-form-section {
    padding: 40px 0;
  }

  .contact-form-section__kicker {
    padding-top: 0;
  }

  .contact-form-section__title {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -1.12px;
  }

  .contact-form__field input {
    font-size: 16px;
    padding: 20px 0;
  }

  .contact-form__btn {
    height: 56px;
    font-size: 12px;
    padding: 0 24px;
  }
}

/* ============================================================
   FAQ
   ============================================================ */

@media (max-width: 1024px) {
  .faq-content__header {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }

  .faq-content__title {
    font-size: 48px;
  }

  .faq-content__main {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .faq-sidebar {
    position: static;
    border-right: none;
    border-bottom: 1px solid var(--border-dark-soft);
    min-height: 0;
    padding: 24px 0;
  }

  .cta-dark__title {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .faq-sidebar__text {
    margin-bottom: 20px;
  }

  .faq-content__title {
    font-size: 38px;
    letter-spacing: -0.8px;
  }

  .faq-content {
    padding: 60px 0;
  }

  .faq-item__question {
    font-size: 18px;
    padding: 20px 22px;
  }

  .faq-list__group-title {
    padding: 0 22px;
  }

  .faq-item__answer p {
    padding: 0 22px 22px;
    font-size: 15px;
    line-height: 1.6;
  }

  .faq-item__icon {
    font-size: 45px;
  }

  .cta-dark {
    padding: 44px 0 48px;
  }

  .cta-dark__title {
    font-size: 48px;
  }
}

@media (max-width: 0px) {
  .faq-content__title {
    font-size: 32px;
  }

  .faq-item__question {
    font-size: 16px;
    padding: 18px 16px;
  }

  .faq-list__group-title {
    margin: 26px 0 12px;
    padding: 0 16px;
    font-size: 12px;
  }

  .faq-item__answer p {
    padding: 0 16px 18px;
    font-size: 14px;
  }

  .faq-item__icon {
    font-size: 36px;
    margin-left: 14px;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .newsletter-form__submit {
    margin-left: 0;
    margin-top: 8px;
  }

  .cta-dark__title {
    font-size: 38px;
  }

  .cta-dark__button {
    padding: 14px 26px;
  }
}

/* ============================================================
   GET QUOTE
   ============================================================ */

@media (max-width: 1024px) {
  .get-quote-hero {
    padding: 60px 0 50px;
  }

  .get-quote-hero__title {
    font-size: 80px;
    letter-spacing: -4.8px;
    margin-bottom: 32px;
  }

  .get-quote-hero__info {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .get-quote-form-section {
    padding: 60px 0;
  }

  .get-quote-form-section__title {
    font-size: 26px;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .get-quote-hero {
    padding: 50px 0 40px;
  }

  .get-quote-hero__title {
    font-size: 60px;
    letter-spacing: -3.6px;
    margin-bottom: 24px;
  }

  .get-quote-hero__info {
    gap: 24px;
  }

  .get-quote-form-section {
    padding: 48px 0;
  }

  .get-quote-form-section__title {
    font-size: 24px;
    margin-bottom: 32px;
  }

  .get-quote-form {
    gap: 24px;
  }

  .get-quote-form__field input,
  .get-quote-form__field textarea {
    font-size: 13px;
    padding: 14px 0;
  }
}

@media (max-width: 0px) {
  .get-quote-hero {
    padding: 40px 0 30px;
    margin-left: calc(var(--page-gutter) * -1);
    width: calc(100% + (var(--page-gutter) * 2));
  }

  .get-quote-hero__title {
    font-size: 40px;
    letter-spacing: -2.4px;
    margin-bottom: 20px;
  }

  .get-quote-hero__desc {
    font-size: 11px;
    line-height: 1.6;
  }

  .get-quote-form-section {
    padding: 40px 0;
  }

  .get-quote-form-section__title {
    font-size: 20px;
    margin-bottom: 24px;
  }

  .get-quote-form {
    gap: 20px;
  }

  .get-quote-form__submit {
    margin-top: 16px;
  }

  .get-quote-form__btn {
    width: 100%;
    padding: 14px 32px;
  }
}

/* ============================================================
   TEST SERVICE
   ============================================================ */

@media (max-width: 1024px) {
  .ts-statement {
    padding: 60px 0 40px;
  }

  .ts-statement__text {
    font-size: 40px;
    line-height: 48px;
  }

  .ts-content__upper {
    width: 100%;
  }

  .ts-content__text p,
  .ts-content__text ul li,
  .ts-content__text ol li {
    font-size: 16px;
  }

  .ts-packs {
    padding: 60px 0;
  }

  .ts-packs__title {
    font-size: 42px;
  }

  .ts-packs__table {
    grid-template-columns: 1fr;
  }

  .ts-packs__column {
    border-right: none;
    border-bottom: 1px solid var(--border-dark-soft);
    min-height: 0;
  }

  .ts-packs__column:last-child {
    border-bottom: none;
  }

  .ts-packs__header {
    grid-template-columns: var(--layout-kicker-col) minmax(0, 1fr);
    column-gap: var(--layout-kicker-gap);
    padding: 22px 24px 24px;
  }
}

@media (max-width: 768px) {
  .ts-hero-photo img {
    height: 350px;
  }

  .ts-statement {
    padding: 40px 0 30px;
  }

  .ts-statement__text {
    font-size: 32px;
    line-height: 40px;
  }

  .ts-content {
    padding: 40px 0 60px;
  }

  .ts-content__upper {
    width: 100%;
    margin-bottom: 40px;
  }

  .ts-packs {
    padding: 50px 0;
  }

  .ts-packs__title {
    font-size: 28px;
    line-height: 1.1;
    white-space: normal;
  }

  .ts-packs__column {
    padding: 28px 22px;
  }

  .ts-packs__plan-name {
    font-size: 28px;
  }

  .ts-packs__features li {
    font-size: 15px;
  }

  .ts-packs__header {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }
}

@media (max-width: 0px) {
  .ts-hero-photo img {
    height: 240px;
  }

  .ts-statement {
    padding: 30px 0 20px;
  }

  .ts-statement__text {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.5px;
  }

  .ts-content {
    padding: 30px 0 40px;
  }

  .ts-content__upper {
    gap: 30px;
    margin-bottom: 32px;
  }

  .ts-content__text {
    gap: 16px;
  }

  .ts-content__text p,
  .ts-content__text ul li,
  .ts-content__text ol li {
    font-size: 14px;
  }

  .ts-content__note {
    padding: 12px;
  }

  .ts-packs {
    padding: 40px 0;
  }

  .ts-packs__header {
    gap: 12px;
    padding: 20px 16px;
  }

  .ts-packs__title {
    font-size: 24px;
    white-space: normal;
  }

  .ts-packs__column {
    padding: 22px 16px;
  }

  .ts-packs__plan-name {
    font-size: 24px;
  }

  .ts-packs__features {
    gap: 12px;
  }

  .ts-packs__features li {
    font-size: 14px;
    padding-left: 18px;
  }
}

/* ============================================================
   TAILOR MADE
   ============================================================ */

@media (max-width: 1024px) {
  .tm-form .container {
    padding: 48px 32px 56px;
  }

  .tm-statement {
    padding: 60px 0 40px;
  }

  .tm-statement__text {
    font-size: 40px;
    line-height: 48px;
  }

  .tm-content__upper {
    width: 100%;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 32px;
  }

  .tm-content__text p {
    font-size: 16px;
  }

  .tm-form__form {
    padding: 0;
  }

  .tm-form__step {
    grid-template-columns: var(--layout-kicker-col) minmax(0, 1fr);
    column-gap: var(--layout-kicker-gap);
  }

  .tm-form__title {
    font-size: 40px;
    line-height: 48px;
  }

  .tm-form__header {
    grid-template-columns: var(--layout-kicker-col) minmax(0, 1fr);
    column-gap: var(--layout-kicker-gap);
  }
}

@media (max-width: 768px) {
  .tm-form .container {
    padding: 36px 24px 44px;
  }

  .tm-hero-photo img {
    height: 350px;
  }

  .tm-statement {
    padding: 40px 0 30px;
  }

  .tm-statement__text {
    font-size: 32px;
    line-height: 40px;
  }

  .tm-content {
    padding: 40px 0 60px;
  }

  .tm-content__upper {
    width: 100%;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .tm-content__text {
    padding-top: 0;
  }

  .tm-content__visuals {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .tm-form {
    padding: 60px 0 80px;
  }

  .tm-form__header {
    margin-bottom: 40px;
    grid-template-columns: 1fr;
    row-gap: 12px;
  }

  .tm-form__header-kicker {
    padding-top: 0;
  }

  .tm-form__title {
    font-size: 36px;
    line-height: 44px;
  }

  .tm-form__form {
    padding: 0;
  }

  .tm-form__step {
    grid-template-columns: 1fr;
  }

  .tm-form__section-label {
    grid-column: 1;
    grid-row: auto;
    margin-bottom: 12px;
    gap: 6px;
  }

  .tm-form__actions {
    gap: 16px;
  }

  .tm-form__progress {
    width: 100%;
    min-width: 0;
  }

  .tm-form__progress-bar {
    flex: 1;
  }
}

@media (max-width: 0px) {
  .tm-form .container {
    padding: 28px 16px 34px;
  }

  .tm-hero-photo img {
    height: 250px;
  }

  .tm-statement {
    padding: 30px 0 20px;
  }

  .tm-statement__text {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.5px;
  }

  .tm-content {
    padding: 30px 0 40px;
  }

  .tm-content__upper {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }

  .tm-content__text p {
    font-size: 15px;
  }

  .tm-content__visuals {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .tm-form {
    padding: 40px 0 60px;
  }

  .tm-form__title {
    font-size: 28px;
    line-height: 36px;
  }

  .tm-form__desc {
    font-size: 14px;
  }

  .tm-form__form {
    padding: 0;
  }

  .tm-form__section-label {
    margin-bottom: 12px;
  }

  .tm-form__field {
    margin-bottom: 30px;
  }

  .tm-form__field label {
    font-size: 14px;
  }

  .tm-form__field input,
  .tm-form__field textarea {
    font-size: 14px;
    padding: 12px 0;
  }

  .tm-form__next-btn {
    padding: 12px 24px;
    font-size: 12px;
  }

  .tm-form__progress {
    font-size: 11px;
  }

  .tm-form__progress-bar {
    width: 100px;
  }
}

/* ============================================================
   PRIVACY POLICY (+ distance-sales, refund, cookie-policy)
   ============================================================ */

@media (max-width: 1024px) {
  .privacy-cover-frame {
    top: 112px;
  }

  .privacy-policy .cover-title,
  .distance-sales-contract .cover-title,
  .refund-and-returns .cover-title,
  .cookie-policy .cover-title {
    height: 280px;
    padding-bottom: 40px;
  }

  .privacy-policy .cover-title h1,
  .distance-sales-contract .cover-title h1,
  .refund-and-returns .cover-title h1,
  .cookie-policy .cover-title h1 {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -3px;
  }

  .page-privacy-policy,
  .page-distance-sales-contract,
  .page-refund-and-returns,
  .page-cookie-policy {
    padding: 60px 0 60px;
  }

  .privacy-layout {
    grid-template-columns: 200px minmax(0, 1fr);
    column-gap: 40px;
  }

  .privacy-content {
    padding: 0;
  }

  .privacy-section__title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .privacy-section__subtitle {
    font-size: 18px;
    line-height: 26px;
  }

  .privacy-section__text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 14px;
  }
}

@media (max-width: 768px) {
  .privacy-policy .cover-title,
  .distance-sales-contract .cover-title,
  .refund-and-returns .cover-title,
  .cookie-policy .cover-title {
    height: auto;
    min-height: 0;
    padding-bottom: 20px;
  }

  .privacy-cover-frame {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin: 72px 0 0;
    align-items: flex-start;
    padding: 20px 0;
  }

  .privacy-cover-frame__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 0;
    height: auto;
    padding-top: 20px;
    padding-bottom: 8px;
  }

  .privacy-policy .cover-title h1,
  .distance-sales-contract .cover-title h1,
  .refund-and-returns .cover-title h1,
  .cookie-policy .cover-title h1 {
    font-size: 42px;
    line-height: 42px;
    letter-spacing: -2.1px;
    margin: 0;
    text-align: left;
  }

  .page-privacy-policy,
  .page-distance-sales-contract,
  .page-refund-and-returns,
  .page-cookie-policy {
    padding: 40px 0 60px;
  }

  .privacy-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .privacy-sidebar {
    position: static;
    top: auto;
    padding: 0;
  }

  .privacy-nav__list {
    gap: 12px;
  }

  .privacy-nav__link {
    font-size: 11px;
    line-height: 16px;
  }

  .privacy-content {
    padding: 0;
  }

  .privacy-section {
    margin-bottom: 28px;
  }

  .privacy-section__title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 12px;
  }

  .privacy-section__subtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .privacy-section__text {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 12px;
  }
}

@media (max-width: 0px) {
  .privacy-policy .cover-title,
  .distance-sales-contract .cover-title,
  .refund-and-returns .cover-title,
  .cookie-policy .cover-title {
    min-height: 260px;
    padding-bottom: 16px;
  }

  .privacy-cover-frame {
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 20px;
    left: 0;
    margin: 0;
    align-items: stretch;
  }

  .privacy-cover-frame__content {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 140px;
    height: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .privacy-policy .cover-title h1,
  .distance-sales-contract .cover-title h1,
  .refund-and-returns .cover-title h1,
  .cookie-policy .cover-title h1 {
    font-size: 34px;
    line-height: 34px;
    letter-spacing: -1.7px;
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .page-privacy-policy,
  .page-distance-sales-contract,
  .page-refund-and-returns,
  .page-cookie-policy {
    padding: 32px 0 48px;
  }

  .privacy-content {
    padding: 0;
  }

  .privacy-sidebar {
    padding: 0;
  }

  .privacy-section {
    margin-bottom: 24px;
  }

  .privacy-section__title {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 12px;
  }

  .privacy-section__subtitle {
    font-size: 15px;
    line-height: 22px;
  }

  .privacy-section__text {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 12px;
  }
}

/* ============================================================
   DISTRIBUTION INQUIRIES
   ============================================================ */

@media (max-width: 768px) {
  .di-content__header {
    align-items: flex-start;
  }

  .di-content__body {
    margin-left: 0;
  }

  .di-content__title {
    font-size: 28px;
  }
}

@media (max-width: 0px) {
  .di-content__title {
    font-size: 24px;
  }

  .di-content__subtitle {
    font-size: 18px;
  }
}

/* ============================================================
   DISTRIBUTOR LIST
   ============================================================ */

@media (max-width: 768px) {
  .dl-content__header {
    align-items: flex-start;
  }

  .dl-table-wrap,
  .dl-content__cta {
    margin-left: 0;
  }

  .dl-content__title {
    font-size: 28px;
  }
}

@media (max-width: 0px) {
  .dl-content__title {
    font-size: 24px;
  }
}

/* ============================================================
   LIST
   ============================================================ */

@media (max-width: 768px) {
  .page-list__main {
    padding: 40px 0 60px;
  }

  .page-list__grid {
    grid-template-columns: 1fr;
  }
}
