@media (max-width: 1280px) {
  .mega-inner {
    grid-template-columns: minmax(0, 1fr) 230px;
    gap: 30px;
  }

  .nav-row.is-fixed .mega-lead {
    margin-left: 20px;
    padding-left: 32px;
  }

  .dealer-network {
    grid-template-columns: 1fr;
  }

  .product-strip {
    grid-auto-columns: calc((100% - 24px) / 2);
  }

  .global-nav,
  .nav-row.is-fixed .global-nav {
    grid-template-columns: repeat(5, minmax(104px, 1fr));
    column-gap: 4px;
  }

  .nav-search,
  .nav-row.is-fixed .nav-search {
    width: 180px;
  }

  .side-banners {
    grid-template-columns: 1fr;
  }

  .side-banner.dark,
  .side-banner.accent {
    min-height: 260px;
  }

  .side-banner strong {
    max-width: 360px;
    font-size: 34px;
  }

  .side-banner p {
    max-width: 360px;
    font-size: 17px;
  }

  .side-product {
    right: -40px;
    width: 360px;
    height: 152px;
  }

  .side-docs {
    right: 12px;
    bottom: -34px;
    width: 230px;
    height: 170px;
  }

  .carousel-controls {
    inset: 0;
    min-width: 0;
  }
}

@media (max-width: 1100px) {
  .top-banner,
  .header-tools,
  .nav-search,
  .nav-row.is-fixed .nav-search {
    display: none;
  }

  .global-nav > a,
  .nav-group > a {
    font-size: 16px;
  }

  .nav-logo {
    width: 118px;
    margin-right: 10px;
  }

  .nav-logo img {
    width: 112px;
  }

  .global-nav,
  .nav-row.is-fixed .global-nav {
    grid-template-columns: repeat(5, minmax(82px, 1fr));
  }

  .tablet-header-actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    margin-left: 8px;
    gap: 0;
  }

  .tablet-header-action,
  .tablet-menu-button {
    display: grid;
    width: 40px;
    height: 40px;
    align-items: center;
    place-items: center;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #111;
    cursor: pointer;
    text-decoration: none;
  }

  .tablet-header-language {
    place-content: center;
    gap: 1px;
    transform: translateY(3px);
  }

  .tablet-header-action svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .tablet-header-language span {
    color: #111;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
  }

  .tablet-menu-button {
    align-content: center;
    gap: 5px;
  }

  .tablet-menu-button span {
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 5px;
    background: #111;
  }

  .mega-inner {
    min-height: max(calc(var(--mega-panel-height, 250px) + 72px), 432px);
    padding-bottom: 112px;
  }

  .mega-tablet-tools {
    position: absolute;
    right: 0;
    bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
  }

  .mega-tablet-search {
    width: min(300px, 42vw);
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

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

  .category-promo .promo-card {
    min-height: 306px;
    grid-template-rows: 126px auto;
    border-radius: 24px;
    padding: 20px 22px 26px;
  }

  .category-promo h3 {
    font-size: 25px;
  }

  .category-promo p {
    font-size: 15px;
  }

  .promo-visual {
    height: 120px;
  }

  .promo-illustration.signal-icon {
    width: 188px;
    --promo-offset-y: -96px;
  }

  .promo-illustration.matrix-icon {
    width: 186px;
    --promo-offset-y: -89px;
  }

  .promo-illustration.support-icon {
    width: 128px;
    --promo-offset-y: 0;
  }

  .promo-arrow {
    right: 24px;
    bottom: 28px;
    width: 52px;
    height: 52px;
    font-size: 36px;
  }

  .media-faq {
    grid-template-columns: 1fr;
  }

  .resource-card.side-banner {
    min-height: 360px;
    padding-bottom: 118px;
  }

  .as-flow-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .as-flow-card::before,
  .as-flow-card::after {
    display: none;
  }

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

@media (max-width: 768px) {
  :root {
    --mobile-page-gutter: 18px;
  }

  body.public-page {
    padding-bottom: 0;
  }

  .site-header {
    position: sticky;
    top: 0;
    z-index: 95;
    box-shadow: 0 1px 0 rgba(17, 24, 39, 0.08);
  }

  .promo-strip,
  .head-main,
  .nav-row {
    display: none;
  }

  .tablet-header-actions {
    display: none;
  }

  .mobile-head {
    display: grid;
    height: 74px;
    grid-template-columns: minmax(0, 1fr) 40px 40px 40px;
    align-items: center;
    border-bottom: 1px solid #eee;
    background: #fff;
    column-gap: 0;
    padding: 0 10px 0 12px;
  }

  .menu-button,
  .mobile-language,
  .mobile-search {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .mobile-language {
    place-content: center;
    justify-self: center;
    width: 40px;
    height: 40px;
    color: #111;
    gap: 1px;
    text-decoration: none;
    transform: translateY(3px);
  }

  .mobile-language svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .mobile-language span {
    color: #111;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
  }

  .menu-button {
    align-content: center;
    gap: 5px;
  }

  .menu-button span {
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 5px;
    background: #111;
  }

  .mobile-logo {
    display: flex;
    min-width: 0;
    height: 58px;
    align-items: center;
    justify-self: start;
    gap: 4px;
  }

  .mobile-logo img {
    display: block;
    width: 104px;
    height: 40px;
    filter: brightness(0);
    object-fit: contain;
    object-position: center;
    transform: translateY(-5px);
  }

  .mobile-logo span {
    min-width: 0;
    color: #111;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    white-space: nowrap;
    transform: translateY(2px);
  }

  .mobile-logo span.is-long {
    max-width: none;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    transform: translateY(2px);
  }

  .mobile-search {
    justify-self: end;
  }

  .mobile-search .tabler-icon {
    width: 23px;
    height: 23px;
  }

  .site-main {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .site-main > .sub-hero,
  .content-section {
    width: calc(100vw - (var(--mobile-page-gutter) * 2));
  }

  body[class*="page-company-"] .site-main > .sub-hero,
  body[class*="page-company-"] .content-section {
    width: calc(100vw - var(--mobile-page-gutter));
  }

  .page-home .content-section {
    width: calc(100vw - (var(--mobile-page-gutter) * 2));
  }

  .visual-grid {
    display: block;
  }

  .hero-carousel {
    height: 460px;
    margin-top: 0;
    padding-bottom: 0;
  }

  .hero-slide {
    height: 100%;
    min-height: 0;
    border-radius: 0;
    padding: 0;
  }

  .hero-slide.is-active {
    display: block;
  }

  .hero-slide picture,
  .hero-slide > img,
  .hero-slide picture > img {
    height: 100%;
    max-height: none;
  }

  .carousel-controls {
    display: block;
  }

  .pause-button,
  .carousel-nav-button {
    display: none;
  }

  .carousel-dots {
    bottom: 14px;
    left: 50%;
    display: flex;
    width: min(170px, calc(100% - 64px));
    flex: none;
    justify-content: center;
    gap: 6px;
    transform: translateX(-50%);
  }

  .carousel-dots button {
    flex: 1 1 0;
    width: auto;
    height: 5px;
    background: rgba(210, 214, 222, 0.82);
    box-shadow:
      0 0 0 1px rgba(17, 24, 39, 0.16),
      0 2px 8px rgba(0, 0, 0, 0.18);
  }

  .carousel-dots button.is-active {
    width: auto;
    background: #fff;
    box-shadow:
      0 0 0 1px rgba(17, 24, 39, 0.14),
      0 4px 12px rgba(0, 0, 0, 0.24);
  }

  .side-banners {
    display: grid;
    grid-auto-columns: minmax(284px, 82vw);
    grid-auto-flow: column;
    grid-template-columns: none;
    gap: 12px;
    overflow-x: auto;
    margin-top: 14px;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
  }

  .side-banner {
    min-height: 252px;
    scroll-snap-align: start;
    border-radius: 16px;
    padding: 20px;
  }

  .side-banner.dark,
  .side-banner.accent {
    min-height: 252px;
  }

  .side-pill {
    min-height: 34px;
    padding: 0 14px;
    font-size: 13px;
  }

  .side-pill-icon,
  .side-pill .tabler-icon {
    width: 14px;
    height: 14px;
  }

  .side-banner strong {
    max-width: 210px;
    margin-top: 18px;
    font-size: 25px;
  }

  .side-banner > i {
    width: 34px;
    margin-top: 15px;
  }

  .side-banner p {
    max-width: 210px;
    margin-top: 15px;
    font-size: 14px;
  }

  .resource-card.side-banner {
    min-height: 292px;
    padding-bottom: 102px;
  }

  .resource-card.side-banner strong {
    max-width: 225px;
    font-size: 25px;
  }

  .resource-card.side-banner p {
    max-width: 225px;
    font-size: 14px;
  }

  .side-arrow {
    left: 20px;
    bottom: 26px;
    width: 44px;
    height: 44px;
    font-size: 30px;
  }

  .side-product {
    right: -86px;
    bottom: 6px;
    width: 290px;
    height: 124px;
  }

  .side-docs {
    right: -30px;
    bottom: -42px;
    width: 220px;
    height: 164px;
  }

  .resource-card .side-docs {
    display: none;
  }

  .side-docs::before {
    right: 12px;
    bottom: 14px;
    width: 172px;
    height: 112px;
    border-radius: 24px 24px 14px 14px;
  }

  .doc-folder {
    right: 8px;
    width: 176px;
    height: 88px;
    border-radius: 18px 20px 18px 18px;
  }

  .doc-folder::before {
    top: -18px;
    left: 14px;
    width: 66px;
    height: 28px;
    border-radius: 14px 14px 0 0;
  }

  .doc-folder::after {
    inset: 15px 11px 12px;
    border-radius: 14px;
  }

  .doc-card {
    width: 54px;
    height: 74px;
    border-radius: 11px;
    padding-bottom: 10px;
  }

  .doc-card::before {
    top: 44px;
    left: 11px;
    width: 31px;
    height: 4px;
    box-shadow:
      0 10px 0 #d6dbe8,
      0 20px 0 #d6dbe8;
  }

  .doc-card.pdf {
    left: 30px;
    bottom: 72px;
    transform: rotate(-3deg);
  }

  .doc-card.xls {
    left: 82px;
    bottom: 82px;
    transform: rotate(0deg);
  }

  .doc-card.doc {
    right: 30px;
    bottom: 72px;
    transform: rotate(3deg);
  }

  .doc-card.pdf::after,
  .doc-card.xls::after,
  .doc-card.doc::after {
    top: 21px;
    right: auto;
    bottom: auto;
    left: 10px;
    min-width: 34px;
    height: 18px;
    border-radius: 5px;
    font-size: 9px;
  }

  .mini-banners {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    overflow: visible;
    margin-top: 14px;
  }

  .mini-banner {
    min-height: 82px;
    align-content: center;
    justify-items: center;
    border-radius: 14px;
    padding: 10px 6px;
    text-align: center;
  }

  .mini-banner::before {
    content: attr(data-icon);
    display: grid;
    width: 28px;
    height: 28px;
    margin-bottom: 7px;
    place-items: center;
    border-radius: 10px;
    background:
      linear-gradient(135deg, rgba(0, 157, 154, 0.12), rgba(0, 157, 154, 0.02)),
      var(--brand-soft);
    box-shadow: inset 0 0 0 1px rgba(0, 157, 154, 0.22);
    color: var(--brand-primary);
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
  }

  .mini-banner span {
    font-size: 12px;
    line-height: 1.18;
  }

  .mini-banner strong {
    display: none;
  }

  .quick-consult {
    margin-top: 16px;
  }

  .quick-consult ul {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .quick-consult label,
  .quick-consult li > a {
    width: 100%;
    height: auto;
    min-height: 66px;
    border-radius: 16px;
  }

  .quick-consult label {
    align-content: center;
    gap: 5px;
    padding: 12px 18px;
    font-size: 13px;
  }

  .quick-consult input {
    height: 20px;
    font-size: 13px;
    line-height: 20px;
  }

  .quick-consult li > a {
    min-height: 58px;
    font-size: 18px;
    line-height: 1;
  }

  .quick-consult > div {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-top: 12px;
    font-size: 11px;
  }

  .now-section,
  .section-grid,
  .category-promo,
  .media-faq,
  .content-section {
    margin-top: 54px;
  }

  .home-band {
    margin-top: 0;
    padding: 58px 14px 66px;
  }

  .home-band > .home-section-title,
  .home-band > .headline-block,
  .home-band > .category-promo,
  .home-band > .product-strip,
  .home-band > .media-faq,
  .home-band > .board-preview {
    width: 100%;
  }

  .home-band .category-promo,
  .home-band .product-strip,
  .home-band .media-faq,
  .home-band .section-grid {
    margin-top: 0;
  }

  .home-section-title,
  .home-band .headline-block {
    margin-bottom: 28px;
  }

  .home-section-title h2 {
    font-size: 27px;
  }

  .headline-block h2,
  .section-title span {
    font-size: 27px;
  }

  .product-strip {
    grid-auto-columns: 72vw;
    margin-top: 24px;
    padding-right: 22vw;
    -webkit-mask-image: linear-gradient(
      90deg,
      #000 0%,
      #000 calc(100% - 46px),
      rgba(0, 0, 0, 0.35) 100%
    );
    mask-image: linear-gradient(
      90deg,
      #000 0%,
      #000 calc(100% - 46px),
      rgba(0, 0, 0, 0.35) 100%
    );
  }

  .product-card {
    min-height: 268px;
    border-radius: 16px;
    padding: 9px;
  }

  .product-card-media {
    border-radius: 12px;
  }

  .product-card-body {
    padding: 11px 3px 0;
  }

  .product-card strong {
    font-size: 14px;
  }

  .product-card p {
    margin-top: 7px;
    font-size: 12px;
    line-height: 1.42;
  }

  .product-card small {
    margin-top: 7px;
    font-size: 10px;
  }

  .product-card-link {
    height: 34px;
    padding: 0 3px;
    font-size: 12px;
  }

  .product-card-link i {
    width: 25px;
    height: 25px;
  }

  .product-collection {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 22px;
  }

  .product-collection-side {
    position: static;
    gap: 14px;
    border-bottom: 1px solid #edf0f5;
    padding-bottom: 18px;
  }

  .product-collection-side-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .product-collection-side h1 {
    font-size: 20px;
  }

  .product-mobile-select {
    position: relative;
    display: block;
    flex: 0 0 166px;
  }

  .product-mobile-select.is-open::before,
  .product-mobile-select.is-closing::before {
    position: fixed;
    z-index: 210;
    inset: 0;
    background: rgba(17, 24, 39, 0.48);
    content: "";
    opacity: 1;
    transition: opacity 260ms ease;
    backdrop-filter: blur(4px);
  }

  .product-mobile-select.is-closing::before {
    opacity: 0;
    pointer-events: none;
  }

  .product-mobile-select.is-closing .product-mobile-options {
    pointer-events: none;
  }

  .product-mobile-select > button {
    position: relative;
    display: flex;
    width: 100%;
    height: 42px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #dfe4ec;
    border-radius: 14px;
    background: #fff;
    color: #111114;
    padding: 0 38px 0 15px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    text-align: left;
    box-shadow: 0 8px 18px rgba(31, 42, 68, 0.04);
  }

  .product-mobile-select > button::after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 9px;
    height: 9px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    content: "";
    transform: translateY(-68%) rotate(45deg);
    transition: transform 180ms ease;
  }

  .product-mobile-select > button[aria-expanded="true"] {
    border-color: var(--brand-primary);
    box-shadow: 0 0 0 3px rgba(0, 157, 154, 0.1);
  }

  .product-mobile-select > button[aria-expanded="true"]::after {
    transform: translateY(-18%) rotate(225deg);
  }

  .product-mobile-options {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 211;
    display: grid;
    align-content: start;
    gap: 8px;
    width: auto;
    max-height: 72vh;
    overflow: auto;
    border: 1px solid #dfe4ec;
    border-radius: 24px 24px 0 0;
    background: #fff;
    padding: 20px 16px calc(28px + env(safe-area-inset-bottom));
    opacity: 0;
    box-shadow: 0 -20px 48px rgba(17, 24, 39, 0.22);
    transform: translateY(100%);
    transition:
      transform 320ms cubic-bezier(0.16, 1, 0.3, 1),
      opacity 240ms ease;
    overscroll-behavior: contain;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .product-mobile-options::-webkit-scrollbar {
    display: none;
  }

  .product-mobile-options[hidden] {
    display: none;
  }

  .product-mobile-options::before {
    display: block;
    margin: 0 2px 6px;
    color: #111114;
    content: attr(data-title);
    font-size: 20px;
    font-weight: 900;
  }

  .product-mobile-options button {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: flex-start;
    border: 0;
    border-radius: 14px;
    background: transparent;
    color: #303846;
    padding: 0 14px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 800;
    text-align: left;
  }

  .product-mobile-select.is-open .product-mobile-options {
    opacity: 1;
    transform: translateY(0);
  }

  .product-mobile-select.is-closing .product-mobile-options {
    opacity: 0;
    transform: translateY(100%);
  }

  .product-mobile-option-group {
    display: grid;
    gap: 0;
    margin-top: 4px;
    border-top: 1px solid #edf0f5;
    padding-top: 10px;
  }

  .product-mobile-option-group > summary {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    color: #111114;
    padding: 0 6px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 900;
    list-style: none;
  }

  .product-mobile-option-group > summary::-webkit-details-marker {
    display: none;
  }

  .product-mobile-option-group > summary::after {
    display: inline-flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    color: currentColor;
    content: "+";
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    transform: rotate(0deg);
    transform-origin: center;
    transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .product-mobile-option-group[open] > summary::after {
    transform: rotate(45deg);
  }

  .product-mobile-option-group.is-closing > summary::after {
    transform: rotate(0deg);
  }

  .product-mobile-option-group > div {
    display: grid;
    gap: 2px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition:
      max-height 360ms cubic-bezier(0.16, 1, 0.3, 1),
      opacity 220ms ease,
      visibility 360ms ease;
  }

  .product-mobile-option-group[open] > div {
    max-height: 520px;
    opacity: 1;
    visibility: visible;
  }

  .product-mobile-options .product-mobile-option.is-root {
    border: 1px solid #e4e9f1;
    background: #f8fafc;
  }

  .product-mobile-options .product-mobile-option.is-child {
    min-height: 42px;
    margin-left: 0;
    color: #5d6675;
    padding-left: 14px;
    font-size: 15px;
    font-weight: 800;
  }

  .product-mobile-options .product-mobile-option.is-child::before {
    width: 6px;
    height: 6px;
    margin-right: 10px;
    border-radius: 50%;
    background: #c7d0dd;
    content: "";
  }

  .product-mobile-options button[aria-selected="true"] {
    background: var(--brand-soft);
    color: var(--brand-primary);
  }

  .product-mobile-options button[aria-selected="true"]::after {
    width: 6px;
    height: 11px;
    margin-left: auto;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    content: "";
    transform: rotate(45deg);
  }

  .product-search-panel {
    gap: 8px;
    border-top: 0;
    padding-top: 0;
  }

  .product-search-panel label {
    font-size: 13px;
  }

  .product-search-box {
    height: 44px;
    border-radius: 14px;
  }

  .product-search-box input {
    font-size: 13px;
  }

  .product-collection-head {
    align-items: flex-end;
    flex-direction: column;
    gap: 8px;
  }

  .product-collection-head h2 {
    display: none;
  }

  .product-collection-head strong {
    align-self: flex-end;
    border-radius: 999px;
    padding: 9px 13px;
    font-size: 13px;
  }

  .product-filter {
    display: none;
  }

  .product-detail-shop {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .product-gallery,
  .product-detail-info,
  .product-detail-content {
    position: relative;
  }

  .product-detail-info::before,
  .product-detail-content::before {
    position: absolute;
    top: -18px;
    right: calc(var(--mobile-page-gutter) * -1);
    left: calc(var(--mobile-page-gutter) * -1);
    height: 10px;
    background: #f1f3f6;
    content: "";
  }

  .product-gallery-main,
  .product-gallery-thumbs {
    display: none;
  }

  .product-mobile-gallery {
    display: grid;
    gap: 14px;
  }

  .product-mobile-gallery-viewport {
    overflow: hidden;
    border-radius: 0;
    background: #fff;
    touch-action: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
  }

  .product-mobile-gallery-track {
    display: flex;
    transform: translate3d(0, 0, 0);
    transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
  }

  .product-mobile-gallery-track.is-dragging {
    transition: none;
  }

  .product-mobile-gallery-slide {
    display: grid;
    flex: 0 0 100%;
    min-width: 100%;
    aspect-ratio: 1;
    margin: 0;
    place-items: center;
  }

  .product-mobile-gallery-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
    -webkit-user-drag: none;
  }

  .product-mobile-gallery-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
  }

  .product-mobile-gallery-dots button {
    width: 8px;
    height: 8px;
    border: 1px solid #b8c0cc;
    border-radius: 50%;
    background: #d6dbe3;
    padding: 0;
  }

  .product-mobile-gallery-dots button.is-active {
    border-color: var(--brand-primary);
    background: var(--brand-primary);
  }

  .product-detail-info {
    position: static;
    border: 1px solid #e3e8f1;
    border-top: 0;
    border-radius: 18px;
    background: #fff;
    gap: 16px;
    padding: 18px 14px;
    box-shadow: 0 14px 30px rgba(31, 42, 68, 0.06);
  }

  .product-detail-info .detail-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 6px;
    border-top: 1px solid #e5eaf2;
    padding-top: 20px;
  }

  .product-detail-info .detail-actions .button {
    width: 100%;
  }

  .product-detail-info h1 {
    font-size: 30px;
  }

  .product-detail-info p {
    font-size: 15px;
  }

  .product-detail-meta div {
    grid-template-columns: 80px minmax(0, 1fr);
  }

  .product-rich {
    gap: 14px;
    padding-top: 8px;
  }

  .product-rich h2 {
    font-size: 22px;
  }

  .product-spec-table {
    font-size: 13px;
  }

  .product-spec-table th,
  .product-spec-table td {
    padding: 10px 12px;
  }

  .product-spec-table .product-spec-group {
    width: 76px;
  }

  .product-spec-table .product-spec-label,
  .product-spec-table.has-group-col .product-spec-label {
    width: 96px;
  }

  .product-downloads {
    width: 100%;
  }

  .product-downloads .file-link {
    width: 100%;
  }

  .product-detail-shop + .product-detail-content {
    margin-top: 18px !important;
  }

  .product-detail-content {
    gap: 14px;
    border-radius: 0;
    background: transparent;
    padding: 0;
  }

  .product-detail-content .product-rich {
    border-radius: 0;
    background: transparent;
    padding: 8px 0 0;
  }

  .product-detail-tabs {
    position: sticky;
    top: 72px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-radius: 14px 14px 0 0;
  }

  .product-detail-tabs button {
    min-height: 50px;
    padding: 0 4px;
    font-size: 12px;
  }

  .product-grid,
  .category-promo,
  .section-grid,
  .category-layout,
  .board-layout,
  .two-column,
  .dealer-network,
  .certificate-grid,
  .catalog-grid,
  .admin-body,
  .metric-grid {
    grid-template-columns: 1fr;
  }

  .certificate-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .certificate-card {
    grid-template-rows: auto 92px;
  }

  .certificate-card-visual {
    padding: 10px;
  }

  .certificate-order {
    top: 8px;
    left: 8px;
    min-width: 32px;
    height: 26px;
    font-size: 12px;
  }

  .certificate-card-body {
    gap: 2px;
    padding: 11px 12px;
  }

  .certificate-card h2 {
    font-size: 14px;
    line-height: 1.3;
  }

  .certificate-card time {
    font-size: 12px;
  }

  .product-collection .product-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .catalog-showcase {
    grid-template-columns: 1fr;
  }

  .catalog-showcase-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .catalog-cover {
    min-height: 210px;
  }

  .catalog-showcase-body {
    padding: 24px;
  }

  .as-center-page {
    max-width: none;
  }

  .as-support-panel {
    gap: 20px;
    padding: 22px;
  }

  .as-support-header h2 {
    font-size: 30px;
    white-space: normal;
  }

  .as-flow-board {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .as-flow-card {
    min-height: 0;
    padding: 18px;
  }

  .as-flow-card::before,
  .as-flow-card::after {
    display: none;
  }

  .as-flow-icon {
    width: 64px;
    height: 64px;
    border-radius: 14px;
  }

  .as-flow-number {
    font-size: 25px;
  }

  .as-flow-card strong {
    font-size: 22px;
  }

  .as-flow-icon svg {
    width: 38px;
    height: 38px;
  }

  .as-contact-panel {
    padding: 20px;
  }

  .as-contact-list div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .product-collection .product-card {
    min-height: 0;
    grid-template-columns: 118px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 12px;
    align-items: stretch;
    border-radius: 15px;
    padding: 10px;
  }

  .product-collection .product-card-media {
    width: 118px;
    height: 118px;
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: center;
    border-radius: 12px;
  }

  .product-collection .product-card-body {
    grid-column: 2;
    grid-row: 1;
    padding: 2px 0 0;
  }

  .product-collection .product-card strong {
    font-size: 15px;
    line-height: 1.28;
  }

  .product-collection .product-card p {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 7px;
    font-size: 12px;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .product-collection .product-card small {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 7px;
    font-size: 10px;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .product-collection .product-card-match {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 7px;
    font-size: 10px;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .product-collection .product-card-link {
    height: 32px;
    grid-column: 2;
    grid-row: 2;
    align-self: end;
    border-top: 1px solid #e8edf5;
    padding: 0;
    font-size: 12px;
  }

  .product-collection .product-card-link i {
    width: 24px;
    height: 24px;
  }

  .main-card-bg,
  .media-faq .main-card-bg,
  .board-preview .main-card-bg {
    min-height: 230px;
  }

  .list-row.has-thumb {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
  }

  .list-row-thumb {
    width: 78px;
    border-radius: 8px;
  }

  .company-overview {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 8px;
  }

  .company-overview-copy {
    gap: 18px;
  }

  .company-kicker {
    align-items: flex-start;
    font-size: 13px;
    line-height: 1.45;
  }

  .company-kicker::before {
    flex: 0 0 34px;
    width: 34px;
    margin-top: 9px;
  }

  .company-overview h2 {
    margin-top: 0;
    font-size: 25px;
  }

  html[lang="en"] .company-overview h2 {
    font-size: 23px;
    white-space: normal;
  }

  .company-overview h2::before {
    width: 42px;
    height: 3px;
    margin-bottom: 14px;
  }

  .company-overview-lead {
    font-size: 17px;
    line-height: 1.48;
  }

  .company-overview blockquote {
    margin: 0;
    border-radius: 16px;
    padding: 18px;
    font-size: 16px;
    line-height: 1.58;
  }

  .company-overview-text {
    border-radius: 16px;
    padding: 20px;
    font-size: 14px;
    line-height: 1.75;
  }

  .company-overview-text h3 {
    font-size: 18px;
  }

  .company-info-table {
    margin-top: 0;
    border-radius: 16px;
  }

  .company-info-table div {
    grid-template-columns: 96px minmax(0, 1fr);
    min-height: 40px;
  }

  .company-info-table dt,
  .company-info-table dd {
    padding: 9px 10px;
    font-size: 12px;
  }

  .company-overview-visual {
    position: relative;
    top: auto;
    min-height: 310px;
    border-radius: 18px;
  }

  .company-overview-visual::before {
    top: 26px;
    right: 22px;
    left: 22px;
    height: 112px;
    border-radius: 16px;
  }

  .company-overview-visual div {
    right: 20px;
    bottom: 24px;
    left: 20px;
  }

  .company-overview-visual span {
    font-size: 14px;
  }

  .company-overview-visual strong {
    font-size: 24px;
  }

  .company-history-section {
    gap: 18px;
    padding: 22px 8px;
  }

  .company-history-intro {
    border-radius: 18px;
    padding: 22px 18px;
  }

  .company-history-intro h2 {
    font-size: 25px;
  }

  html[lang="en"] .company-history-intro h2 {
    font-size: 23px;
    white-space: normal;
  }

  .company-history-intro p {
    font-size: 14px;
    line-height: 1.68;
  }

  .company-history-timeline {
    gap: 18px;
  }

  .company-history-timeline::before {
    display: none;
  }

  .history-era {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .history-era-heading {
    position: relative;
    top: auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    padding-top: 0;
  }

  .history-era-heading::after {
    display: none;
  }

  .history-era-heading strong {
    font-size: 34px;
  }

  .history-era-heading span {
    padding-bottom: 4px;
    font-size: 13px;
    text-align: right;
  }

  .history-era ol {
    border-radius: 18px;
    padding: 18px;
  }

  .history-era li {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 12px;
    padding: 11px 0;
  }

  .history-era time,
  .history-era p {
    font-size: 13px;
  }

  .company-philosophy-section {
    gap: 18px;
    padding: 22px 8px;
  }

  .company-philosophy-hero {
    border-radius: 18px;
    padding: 22px 18px;
  }

  .company-philosophy-hero h2 {
    font-size: 27px;
  }

  .company-philosophy-hero h2::after {
    width: 46px;
    height: 3px;
    margin-top: 14px;
  }

  .company-philosophy-hero p {
    font-size: 14px;
    line-height: 1.68;
  }

  .philosophy-diagram {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 14px;
    border-radius: 22px;
    padding: 22px 18px;
  }

  .philosophy-diagram::before,
  .philosophy-diagram::after {
    display: none;
  }

  .philosophy-center {
    position: relative;
    top: auto;
    left: auto;
    width: 132px;
    height: 132px;
    margin: 0 auto 4px;
    border-width: 10px;
    transform: none;
  }

  .philosophy-center small {
    font-size: 14px;
  }

  .philosophy-center strong {
    font-size: 20px;
  }

  .philosophy-item {
    min-height: 0;
    border-radius: 18px;
    padding: 20px;
  }

  .philosophy-item::after {
    display: none;
  }

  .philosophy-item span {
    font-size: 15px;
  }

  .philosophy-item h3 {
    font-size: 20px;
  }

  .philosophy-item p {
    font-size: 13px;
  }

  .company-environment-section {
    gap: 18px;
    padding: 22px 8px;
  }

  .company-environment-copy {
    border-radius: 18px;
    padding: 22px 18px;
  }

  .company-environment-copy h2 {
    font-size: 25px;
  }

  .company-environment-copy p {
    font-size: 14px;
    line-height: 1.68;
  }

  .environment-policy-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .environment-policy-list article {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 13px;
    border-radius: 18px;
    padding: 18px;
  }

  .environment-policy-list article > strong {
    width: 38px;
    height: 38px;
    font-size: 12px;
  }

  .environment-policy-list h3 {
    font-size: 17px;
  }

  .environment-policy-list p {
    font-size: 13px;
  }

  .environment-policy-diagram {
    min-height: 430px;
    border-radius: 20px;
  }

  .environment-policy-diagram::before {
    width: 248px;
    height: 248px;
  }

  .environment-policy-center {
    width: 132px;
    height: 132px;
  }

  .environment-policy-center strong {
    font-size: 19px;
  }

  .environment-policy-center span {
    font-size: 11px;
  }

  .environment-node {
    width: 108px;
    min-height: 72px;
    padding: 12px;
    font-size: 11px;
  }

  .environment-node.node-1 {
    top: 34px;
  }

  .environment-node.node-2 {
    top: 142px;
    right: 14px;
  }

  .environment-node.node-3 {
    right: 48px;
    bottom: 42px;
  }

  .environment-node.node-4 {
    bottom: 42px;
    left: 48px;
  }

  .environment-node.node-5 {
    top: 142px;
    left: 14px;
  }

  .environment-policy-note {
    font-size: 13px;
  }

  .company-location-section {
    margin-bottom: 72px;
    padding: 0;
  }

  .location-map-hero {
    height: 430px;
  }

  .location-detail-wrap {
    width: min(100%, calc(100vw - var(--mobile-page-gutter)));
    margin-top: 62px;
    gap: 18px;
  }

  .location-intro-card {
    display: grid;
    gap: 12px;
    border-radius: 18px;
    padding: 22px 18px;
  }

  .location-intro-card h2 {
    font-size: 25px;
  }

  .location-intro-card p {
    font-size: 14px;
    line-height: 1.68;
  }

  .location-map-buttons {
    bottom: -24px;
    width: min(100%, calc(100vw - 28px));
    gap: 10px;
    justify-content: center;
  }

  .location-map-buttons a {
    min-width: 0;
    flex: 1 1 0;
    height: 52px;
    gap: 9px;
    padding: 0 12px;
    font-size: 15px;
  }

  .location-map-buttons i {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
  }

  .location-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .location-office-card,
  .location-transport-card {
    border-radius: 20px;
  }

  .location-office-card {
    padding: 24px 18px;
  }

  .location-office-card h3 {
    margin: 18px 0 20px;
    font-size: 24px;
  }

  .location-office-card dl div {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 10px;
  }

  .location-office-card dt,
  .location-office-card dd {
    font-size: 13px;
  }

  .location-transport-card {
    gap: 14px;
    padding: 24px 18px;
  }

  .location-transport-card h3 {
    font-size: 21px;
  }

  .location-transport-card div {
    grid-template-columns: 1fr;
    gap: 7px;
    padding-top: 14px;
  }

  .location-transport-card p {
    font-size: 13px;
  }

  .dealer-network {
    gap: 28px;
    padding: 28px 18px;
  }

  .dealer-domestic-network {
    width: min(100%, calc(100vw - (var(--mobile-page-gutter) * 2)));
  }

  .dealer-network-title h2 {
    font-size: 28px;
  }

  .dealer-network-title p {
    font-size: 20px;
  }

  .dealer-card-list {
    gap: 14px;
    margin-top: 24px;
  }

  .dealer-card-list-domestic {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .dealer-card {
    border-radius: 20px;
    padding: 22px 18px;
  }

  .dealer-card h3 {
    font-size: 22px;
  }

  .dealer-card h3 small {
    font-size: 15px;
  }

  .dealer-card dl {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 8px 10px;
    font-size: 13px;
  }

  .dealer-world-network {
    width: min(100%, calc(100vw - (var(--mobile-page-gutter) * 2)));
    gap: 22px;
    padding: 32px 14px 28px;
  }

  .dealer-world-title h2 {
    font-size: 28px;
  }

  .dealer-world-title p {
    font-size: 14px;
  }

  .dealer-map-canvas {
    width: min(100%, 376px);
  }

  .dealer-world-canvas {
    width: 100%;
    aspect-ratio: 1576 / 1102;
  }

  .dealer-map-pin {
    transform: translate(-15px, -72%);
  }

  .dealer-map-pin:focus-visible,
  .dealer-map-pin.is-hovered,
  .dealer-map-pin.is-active {
    transform: translate(-15px, -78%);
  }

  .dealer-map-pin i {
    width: 23px;
    height: 34px;
  }

  .dealer-map-pin strong {
    min-height: 34px;
    padding: 0 12px;
    font-size: 14px;
  }

  .dealer-map-pin span {
    left: 31px;
    font-size: 11px;
  }

  .dealer-map-pin.yeongnam,
  .dealer-map-pin.yeongnam:focus-visible,
  .dealer-map-pin.yeongnam.is-hovered,
  .dealer-map-pin.yeongnam.is-active {
    transform: translate(-18px, -72%);
  }

  .dealer-world-pin,
  .dealer-world-pin.is-hovered,
  .dealer-world-pin.is-active {
    transform: translate(-10px, -70%);
  }

  .dealer-world-pin.shenzhen,
  .dealer-world-pin.shenzhen.is-hovered,
  .dealer-world-pin.shenzhen.is-active {
    transform: translate(calc(-100% + 10px), -70%);
  }

  .dealer-world-pin i {
    width: 18px;
    height: 26px;
  }

  .dealer-world-pin strong {
    min-height: 28px;
    padding: 0 9px;
    font-size: 11px;
  }

  .dealer-world-pin span {
    display: none;
  }

  .dealer-card-list-overseas {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .dealer-overseas-card {
    border-radius: 20px;
    padding: 20px 18px;
  }

  .dealer-overseas-card h3 {
    font-size: 20px;
  }

  .dealer-overseas-card dl {
    grid-template-columns: 78px minmax(0, 1fr);
  }

  .category-promo {
    gap: 12px;
  }

  .category-promo .promo-card {
    min-height: 146px;
    grid-template-columns: 36% 1fr;
    grid-template-rows: auto;
    border-radius: 18px;
    padding: 14px 16px 14px 10px;
  }

  .category-promo h3 {
    font-size: 21px;
    line-height: 1.22;
  }

  .category-promo p {
    margin-top: 7px;
    font-size: 13px;
    line-height: 1.5;
  }

  .promo-visual {
    align-self: center;
    height: 106px;
    border-radius: 14px;
  }

  .promo-illustration.signal-icon {
    width: 138px;
    --promo-offset-y: -71px;
  }

  .promo-illustration.matrix-icon {
    width: 136px;
    --promo-offset-y: -65px;
  }

  .promo-illustration.support-icon {
    width: 104px;
    --promo-offset-y: 0;
  }

  .promo-copy {
    max-width: none;
    padding-right: 0;
    padding-bottom: 0;
  }

  .promo-arrow {
    display: none;
  }

  .sub-hero {
    padding: 20px 0 10px;
  }

  .sub-hero-heading {
    gap: 12px;
  }

  .sub-hero-path {
    display: none;
  }

  .sub-hero h1 {
    font-size: 20px;
    line-height: 1.25;
  }

  .sub-hero p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.55;
  }

  .sub-hero + .content-section:not(.board-list-section) {
    margin-top: 14px;
  }

  .category-nav {
    position: static;
  }

  .board-row {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 18px 0;
  }

  .board-row span,
  .board-row strong,
  .board-row small,
  .board-row p {
    grid-column: auto;
    grid-row: auto;
    justify-self: start;
    text-align: left;
  }

  .board-list-section {
    margin-top: 11px;
  }

  .board-tools {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    margin-bottom: 14px;
  }

  .board-tools-right {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .board-count {
    display: none;
  }

  .board-search {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 8px;
  }

  .board-search-select-wrap {
    width: 100%;
    height: 44px;
  }

  .board-search-select {
    min-width: 0;
    padding: 0 18px 0 0;
    font-size: 13px;
  }

  .board-search-options {
    width: 100%;
    border-radius: 0 0 8px 8px;
  }

  .board-search-options button {
    height: 36px;
    font-size: 13px;
  }

  .board-search-box {
    width: 100%;
    height: 44px;
  }

  .board-search-box input {
    padding: 0 12px;
    font-size: 13px;
  }

  .board-search-box button {
    flex-basis: 46px;
    width: 46px;
  }

  .board-search-box button .tabler-icon {
    width: 23px;
    height: 23px;
  }

  .board-search-reset {
    display: none;
  }

  .admin-history-search.board-search {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .admin-history-date-range {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 10px;
  }

  .admin-history-date-field,
  .admin-history-source,
  .admin-history-search .board-search-box,
  .admin-history-search .board-search-reset {
    width: 100%;
    max-width: 100%;
  }

  .admin-history-search .board-search-reset {
    display: inline-flex;
  }

  .faq-section {
    gap: 16px;
    margin-top: 18px;
  }

  .faq-search {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .faq-search-box {
    width: 100%;
    height: 48px;
    padding-left: 16px;
  }

  .faq-search-box input {
    font-size: 13px;
  }

  .faq-search-box button {
    flex-basis: 50px;
    width: 50px;
  }

  .faq-search-box button .tabler-icon {
    width: 23px;
    height: 23px;
  }

  .faq-search-reset {
    height: 42px;
  }

  .faq-item summary {
    min-height: 64px;
    grid-template-columns: 34px minmax(0, 1fr) 16px;
    gap: 10px;
    padding: 16px;
  }

  .faq-item summary > span,
  .faq-answer > span {
    width: 32px;
    height: 32px;
    font-size: 13px;
  }

  .faq-item summary strong {
    font-size: 16px;
  }

  .faq-answer {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    padding: 16px;
  }

  .faq-answer .board-detail-rich {
    font-size: 13px;
  }

  .board-action-button {
    width: 100%;
    height: 44px;
    min-width: 0;
    font-size: 14px;
  }

  .board-table-head {
    display: none;
  }

  .board-table-row {
    display: grid;
    grid-template-columns: 1fr auto;
    min-height: 0;
    gap: 8px 12px;
    padding: 17px 0;
  }

  .board-table-title {
    grid-column: 1 / -1;
    gap: 5px;
    padding: 0;
  }

  .board-table-title.has-thumb {
    grid-template-columns: 76px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
  }

  .board-table-thumb {
    width: 76px;
    border-radius: 8px;
  }

  .board-table-title strong {
    align-items: flex-start;
    font-size: 16px;
    white-space: normal;
  }

  .board-table-title-text {
    white-space: normal;
  }

  .board-table-title small {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .board-table-date,
  .board-table-views {
    font-size: 13px;
    text-align: left;
  }

  .board-table-date::before,
  .board-table-views::before {
    content: attr(data-label);
    color: #7b8190;
    font-weight: 700;
  }

  .board-table-empty {
    min-height: 150px;
  }

  .board-pagination {
    gap: 7px;
    margin: 24px auto 0;
  }

  .board-pagination a,
  .board-pagination span {
    width: 38px;
    height: 38px;
    font-size: 20px;
  }

  .board-page-status {
    width: 68px !important;
    min-width: 68px;
    font-size: 15px !important;
  }

  .board-detail-breadcrumb {
    display: none;
  }

  .board-detail-path {
    gap: 9px;
    overflow-x: auto;
    font-size: 13px;
    white-space: nowrap;
  }

  .board-detail-path::-webkit-scrollbar {
    display: none;
  }

  .board-detail {
    margin-top: 30px;
    margin-bottom: 76px;
  }

  .board-detail-head {
    padding-bottom: 22px;
  }

  .board-detail-head h1 {
    font-size: 27px;
    line-height: 1.32;
  }

  .board-detail-meta {
    gap: 8px 0;
    margin-top: 18px;
    font-size: 13px;
  }

  .board-detail-meta dd {
    margin: 0 16px 0 8px;
  }

  .board-detail-meta dd:not(:last-child)::after {
    height: 11px;
    margin-left: 16px;
  }

  .board-detail-body {
    min-height: 240px;
    padding: 34px 0 46px;
    font-size: 15px;
    line-height: 1.75;
  }

  /* 모바일에서는 본문 이미지를 전체폭으로 키워 잘 보이게 한다.
     (에디터에서 지정한 인라인 width:% 를 덮어쓰기 위해 !important 사용) */
  .board-detail-rich img {
    width: 100% !important;
  }

  .board-detail-lead {
    font-size: 20px;
  }

  .board-detail-file {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    border-radius: 10px;
    padding: 16px;
  }

  .file-type-icon {
    width: 30px;
    height: 30px;
    border-radius: 9px;
  }

  .file-type-icon .tabler-icon {
    width: 19px;
    height: 19px;
  }

  .board-detail-file > .file-type-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .board-detail-file > .file-type-icon .tabler-icon {
    width: 24px;
    height: 24px;
  }

  .board-detail-neighbors div {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
    min-height: 62px;
    padding: 0;
  }

  .board-detail-neighbors strong,
  .board-detail-neighbors a,
  .board-detail-neighbors span {
    font-size: 14px;
  }

  .board-detail-actions {
    gap: 8px;
    margin-top: 26px;
  }

  .board-detail-actions a {
    min-width: 88px;
    height: 44px;
    font-size: 14px;
  }

  .board-detail-replies {
    gap: 12px;
    margin-top: 34px;
    padding-top: 22px;
  }

  .board-detail-replies h2 {
    font-size: 19px;
  }

  .board-detail-replies .reply {
    border-radius: 12px;
    padding: 17px;
  }

  .board-detail-replies .reply p {
    font-size: 15px;
  }

  .qna-edit-section {
    margin-top: -46px;
  }

  .qna-edit-page,
  .qna-auth-section {
    margin-top: 10px;
  }

  .qna-edit-card {
    max-width: none;
    margin-left: 0;
  }

  .qna-auth-card,
  .qna-edit-page .qna-edit-card {
    max-width: none;
    margin: 0;
  }

  .qna-write-section {
    margin-top: -38px;
  }

  .qna-write-page {
    margin-top: 10px;
  }

  .qna-write-card {
    max-width: none;
    margin-left: 0;
  }

  .form-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .search-form,
  .detail-actions {
    flex-direction: column;
  }

  .meta-list,
  .admin-table > div {
    grid-template-columns: 1fr;
  }

  .video-card > span {
    inset: 56px 0 0;
  }

  .footer-inner {
    width: 100%;
    padding: 44px 18px 104px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 18px;
    padding-bottom: 28px;
  }

  .footer-brand,
  .footer-contact-section {
    grid-column: 1 / -1;
  }

  .footer-logo {
    width: 176px;
    height: 60px;
  }

  .footer-logo img {
    width: 168px;
    height: 58px;
  }

  .footer-brand p {
    max-width: none;
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.65;
  }

  .footer-quick {
    gap: 7px;
    margin-top: 18px;
  }

  .footer-quick a {
    min-height: 32px;
    padding: 0 12px;
    font-size: 11px;
  }

  .site-footer h2 {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .site-footer ul {
    gap: 8px;
  }

  .site-footer li,
  .site-footer a {
    font-size: 13px;
  }

  .footer-contact-section {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 26px;
  }

  .footer-contact {
    display: grid;
    gap: 13px;
  }

  .footer-contact li {
    gap: 12px;
  }

  .footer-contact svg {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }

  .footer-contact span {
    font-size: 13px;
  }

  .footer-bottom {
    min-height: auto;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 24px;
    font-size: 11px;
  }

  .footer-bottom div {
    flex-wrap: wrap;
    gap: 16px;
  }

  .footer-bottom a {
    font-size: 11px;
  }

  .footer-legal-button {
    font-size: 11px;
  }

  .bottom-quick {
    display: none !important;
  }

  .floating-actions {
    --floating-size: 56px;
    --floating-gap: 10px;
    --floating-stack-offset: 24px;
    right: 14px;
    bottom: 38px;
    z-index: 96;
  }

  .floating-actions svg,
  .floating-toggle svg {
    width: 24px;
    height: 24px;
  }

  .floating-actions span {
    right: calc(var(--floating-size) + 10px);
    display: block;
    padding: 7px 10px;
    font-size: 11px;
    opacity: 1;
    transform: translate(0, -50%);
  }

  .scroll-top-action span {
    display: none;
  }

  .quote-modal:not([hidden]) {
    align-items: end;
    padding: 14px;
  }

  .quote-modal-card {
    max-height: calc(100dvh - 28px);
    overflow-y: auto;
    border-radius: 22px;
  }

  .quote-modal-head {
    padding: 30px 24px 26px;
  }

  .quote-modal-head h2 {
    font-size: 30px;
  }

  .quote-modal-head p {
    font-size: 14px;
  }

  .quote-form {
    gap: 18px;
    padding: 24px 20px 26px;
  }

  .quote-form-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .legal-modal:not([hidden]) {
    align-items: end;
    padding: 14px;
  }

  .legal-modal-card {
    max-height: calc(100dvh - 28px);
    border-radius: 22px;
  }

  .legal-modal-head {
    padding: 24px 64px 22px 22px;
  }

  .legal-modal-head h2 {
    font-size: 25px;
  }

  .legal-modal-head button {
    top: 18px;
    right: 18px;
    width: 36px;
    height: 36px;
  }

  .legal-modal-body {
    gap: 18px;
    padding: 22px 20px 28px;
  }

  .legal-lead {
    padding: 16px;
    font-size: 14px;
  }

  .legal-section h3 {
    font-size: 16px;
  }

  .legal-section li {
    font-size: 13px;
  }

  .open-source-intro {
    padding: 20px;
  }

  .open-source-list {
    grid-template-columns: 1fr;
  }

  .open-source-card {
    padding: 20px;
  }

  .open-source-card h2 {
    font-size: 23px;
  }

  .open-source-card dl div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .quote-form input {
    height: 48px;
  }

  .quote-form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .quote-form-actions button {
    width: 100%;
  }
}
