/*
 * BELTO Reference Match Edition
 * Desktop-only density and proportion overrides based on the supplied reference.
 * The original responsive/mobile rules in styles.css remain intact below 1101px.
 */

.reference-match .action-icon {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.reference-match .text-action {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.reference-match .icon-detail {
  opacity: 0.48;
}

@media (min-width: 1101px) {
  .reference-match {
    --header-height: 76px;
    --side-gutter: clamp(28px, 3.25vw, 52px);
    --shadow-card: 0 14px 34px rgba(7, 22, 44, 0.1);
  }

  .reference-match .shell {
    width: min(1540px, calc(100% - (var(--side-gutter) * 2)));
  }

  .reference-match .site-header {
    background: rgba(4, 18, 39, 0.98);
    border-bottom-color: rgba(174, 202, 241, 0.16);
  }

  .reference-match .site-header.is-scrolled {
    background: rgba(4, 18, 39, 0.93);
  }

  .reference-match .header-inner {
    min-height: var(--header-height);
    column-gap: clamp(24px, 2.15vw, 38px);
  }

  .reference-match .brand-name {
    font-size: 25px;
    letter-spacing: -0.04em;
  }

  .reference-match .brand-tagline {
    margin-top: 5px;
    font-size: 5.8px;
    letter-spacing: 0.12em;
  }

  .reference-match .desktop-nav {
    gap: clamp(18px, 1.5vw, 27px);
  }

  .reference-match .desktop-nav a {
    font-size: 12.5px;
    font-weight: 670;
    letter-spacing: -0.015em;
  }

  .reference-match .desktop-nav a::after {
    bottom: 0;
  }

  .reference-match .header-actions {
    gap: 9px;
  }

  .reference-match .icon-button {
    width: 34px;
    height: 40px;
  }

  .reference-match .icon-button svg {
    width: 17px;
  }

  .reference-match .text-action {
    min-height: 40px;
    font-size: 11.5px;
    font-weight: 650;
  }

  .reference-match .header-quote {
    min-width: 88px;
    min-height: 40px;
    padding-inline: 16px;
    font-size: 12px;
  }

  .reference-match .hero {
    min-height: 590px;
    height: 590px;
  }

  .reference-match .hero-media img {
    object-position: 56% 48%;
    animation-duration: 30s;
  }

  .reference-match .hero-overlay {
    background:
      linear-gradient(90deg, rgba(1, 9, 20, 0.97) 0%, rgba(1, 10, 22, 0.9) 27%, rgba(2, 12, 26, 0.42) 51%, rgba(1, 8, 18, 0.09) 100%),
      linear-gradient(180deg, rgba(2, 10, 21, 0.08) 48%, rgba(2, 10, 22, 0.5) 100%);
  }

  .reference-match .hero-grid {
    opacity: 0.08;
  }

  .reference-match .hero-inner {
    min-height: 590px;
    padding-top: calc(var(--header-height) + 22px);
    padding-bottom: 24px;
  }

  .reference-match .hero-copy {
    width: min(640px, 48vw);
    transform: translateY(7px);
  }

  .reference-match .hero-eyebrow {
    margin-bottom: 4px;
    color: #fff;
    font-size: clamp(14px, 1.25vw, 18px);
    font-weight: 620;
    letter-spacing: -0.01em;
  }

  .reference-match .hero-title {
    margin-bottom: 3px;
    font-size: clamp(26px, 2.4vw, 36px);
    font-weight: 520;
    letter-spacing: -0.035em;
    line-height: 1.12;
    white-space: nowrap;
  }

  .reference-match .hero-title br {
    display: none;
  }

  .reference-match .hero-brand {
    margin: 0 0 5px;
    font-size: clamp(76px, 6.55vw, 100px);
    letter-spacing: -0.055em;
    line-height: 0.98;
  }

  .reference-match .hero-description {
    margin-bottom: 18px;
    font-size: clamp(13px, 1.05vw, 16px);
  }

  .reference-match .hero-actions {
    gap: 8px;
  }

  .reference-match .hero-actions .button {
    min-width: 126px;
    min-height: 44px;
    padding-inline: 22px;
    font-size: 12px;
  }

  .reference-match .hero-actions .button-primary {
    color: #fff;
    background: rgba(4, 24, 52, 0.88);
    border-color: rgba(72, 128, 206, 0.48);
    box-shadow: none;
  }

  .reference-match .hero-actions .button-primary:hover {
    background: #1767e8;
    border-color: #1767e8;
  }

  .reference-match .hero-actions .button-ghost {
    color: #07162c;
    background: #fff;
    border-color: #fff;
  }

  .reference-match .hero-actions .button-ghost:hover {
    color: #fff;
    background: #1767e8;
    border-color: #1767e8;
  }

  .reference-match .hero-bottom {
    right: 50%;
    bottom: 16px;
    left: auto;
    justify-content: center;
    transform: translateX(50%);
  }

  .reference-match .hero-indicators {
    gap: 6px;
  }

  .reference-match .hero-indicator {
    width: 10px;
    height: 18px;
    padding: 6px 2px;
  }

  .reference-match .hero-indicator::before {
    top: 6px;
    right: 2px;
    left: 2px;
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, 0.55);
    border-radius: 50%;
  }

  .reference-match .hero-indicator span {
    top: 6px;
    left: 2px;
    width: 6px;
    height: 6px;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 50%;
  }

  .reference-match .hero-indicator.is-active span {
    width: 6px;
    background: #fff;
    border-color: #fff;
    transition: none;
  }

  .reference-match .scroll-cue {
    display: none;
  }

  .reference-match .products.section {
    padding-block: 42px 26px;
  }

  .reference-match .products .section-heading {
    margin-bottom: 23px;
    align-items: flex-end;
  }

  .reference-match .products .section-label {
    display: none;
  }

  .reference-match .products .section-heading h2 {
    margin-bottom: 6px;
    font-size: 25px;
    letter-spacing: -0.04em;
  }

  .reference-match .products .section-heading p:not(.section-label) {
    font-size: 12px;
    line-height: 1.6;
  }

  .reference-match .products .section-more {
    padding-block: 5px;
    font-size: 11px;
  }

  .reference-match .product-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
  }

  .reference-match .product-card {
    border-radius: 2px;
  }

  .reference-match .product-card:hover {
    box-shadow: var(--shadow-card);
    transform: translateY(-4px);
  }

  .reference-match .product-media {
    aspect-ratio: 1.4 / 1;
  }

  .reference-match .badge {
    top: 9px;
    left: 9px;
    padding: 3px 6px;
    font-size: 7px;
  }

  .reference-match .product-body {
    padding: 13px 12px 12px;
  }

  .reference-match .product-category {
    margin-bottom: 5px;
    font-size: 7px;
    letter-spacing: 0.1em;
  }

  .reference-match .product-body h3 {
    min-height: 34px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.2;
  }

  .reference-match .product-spec {
    min-height: 34px;
    margin-bottom: 12px;
    font-size: 10px;
    line-height: 1.55;
  }

  .reference-match .product-actions {
    gap: 5px;
  }

  .reference-match .product-actions button {
    min-height: 32px;
    padding-inline: 5px;
    border-color: #c6ced9;
    border-radius: 1px;
    font-size: 9px;
  }

  .reference-match .capabilities.section-dark {
    padding-block: 0;
    color: #fff;
    background: #fff;
  }

  .reference-match .capability-pattern,
  .reference-match .capabilities .dark-heading {
    display: none;
  }

  .reference-match .capability-grid {
    background: #06172f;
    border: 1px solid #102d54;
  }

  .reference-match .capability-item,
  .reference-match .capability-item:first-child,
  .reference-match .capability-item:last-child {
    display: grid;
    min-height: 158px;
    padding: 24px 22px 21px;
    grid-template-columns: 44px minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    align-content: center;
    column-gap: 15px;
    border-left: 1px solid rgba(139, 178, 231, 0.2);
  }

  .reference-match .capability-item:first-child {
    border-left: 0;
  }

  .reference-match .capability-icon {
    width: 42px;
    height: 42px;
    margin: 2px 0 0;
    grid-column: 1;
    grid-row: 1 / 4;
    align-self: start;
    color: #d9e8ff;
  }

  .reference-match .capability-icon svg {
    stroke-width: 1.45;
  }

  .reference-match .capability-index {
    display: none;
  }

  .reference-match .capability-item h3 {
    margin: 0 0 5px;
    grid-column: 2;
    grid-row: 1;
    font-size: 11.5px;
    letter-spacing: -0.01em;
  }

  .reference-match .capability-item p {
    min-height: auto;
    margin: 0 0 9px;
    grid-column: 2;
    grid-row: 2;
    color: rgba(255, 255, 255, 0.58);
    font-size: 9.5px;
    line-height: 1.5;
  }

  .reference-match .capability-item .text-link {
    grid-column: 2;
    grid-row: 3;
    font-size: 9px;
  }

  .reference-match .company-strip {
    display: none;
  }

  .reference-match .resources.section {
    padding-block: 24px;
  }

  .reference-match .resource-columns {
    gap: 44px;
  }

  .reference-match .resource-panel header {
    min-height: 43px;
    padding-bottom: 9px;
  }

  .reference-match .resource-panel header h3 {
    margin-bottom: 0;
    font-size: 18px;
  }

  .reference-match .resource-panel header p {
    font-size: 7px;
  }

  .reference-match .resource-panel header button {
    padding-block: 3px;
    font-size: 9px;
  }

  .reference-match .resource-panel li button {
    min-height: 35px;
    padding-block: 6px;
    gap: 14px;
  }

  .reference-match .resource-panel li button > span {
    font-size: 9.5px;
  }

  .reference-match .resource-panel time {
    font-size: 8px;
  }

  .reference-match .quick-links.section {
    padding-block: 0 24px;
    background: #fff;
  }

  .reference-match .quick-links .section-heading {
    display: none;
  }

  .reference-match .quick-grid {
    border: 1px solid #d7dde6;
  }

  .reference-match .quick-card {
    min-height: 150px;
    padding: 23px 22px 18px;
  }

  .reference-match .quick-card.is-featured:not(:hover) {
    color: var(--ink);
    background: #fff;
  }

  .reference-match .quick-card.is-featured:not(:hover) .quick-icon {
    color: var(--navy-800);
  }

  .reference-match .quick-card.is-featured:not(:hover) p {
    color: var(--muted);
  }

  .reference-match .quick-card.is-featured:not(:hover) > span:last-child {
    color: var(--blue-600);
  }

  .reference-match .quick-icon {
    position: absolute;
    top: 23px;
    right: 22px;
    width: 42px;
    height: 42px;
    margin: 0;
  }

  .reference-match .quick-icon svg {
    stroke-width: 1.45;
  }

  .reference-match .quick-card h3 {
    max-width: calc(100% - 62px);
    margin-bottom: 6px;
    font-size: 14px;
  }

  .reference-match .quick-card p {
    max-width: calc(100% - 58px);
    margin-bottom: 8px;
    font-size: 9.5px;
    line-height: 1.5;
  }

  .reference-match .quick-card > span:last-child {
    font-size: 9px;
  }

  .reference-match .site-footer {
    padding-top: 34px;
  }

  .reference-match .footer-grid {
    padding-bottom: 30px;
    grid-template-columns: minmax(330px, 1.65fr) repeat(3, minmax(110px, 0.62fr)) minmax(160px, 0.74fr);
    gap: clamp(24px, 2.6vw, 42px);
  }

  .reference-match .footer-brand .brand-name {
    font-size: 30px;
  }

  .reference-match .footer-brand .brand-tagline {
    margin-top: 5px;
    font-size: 6px;
  }

  .reference-match .footer-brand > p {
    display: none;
  }

  .reference-match .footer-brand dl {
    margin-top: 21px;
    gap: 4px;
    font-size: 8.5px;
    line-height: 1.45;
  }

  .reference-match .footer-brand dl > div {
    grid-template-columns: 38px 1fr;
  }

  .reference-match .footer-links h2,
  .reference-match .footer-social h2 {
    margin-bottom: 12px;
    font-size: 9px;
  }

  .reference-match .footer-links a {
    margin-top: 0;
    font-size: 8.5px;
  }

  .reference-match .footer-links {
    gap: 6px;
  }

  .reference-match .footer-social > div {
    margin-bottom: 14px;
    gap: 7px;
  }

  .reference-match .social-button {
    width: 32px;
    height: 32px;
  }

  .reference-match .social-button svg {
    width: 17px;
  }

  .reference-match .kakao-button {
    min-height: 37px;
    padding-inline: 10px;
    gap: 7px;
    font-size: 9px;
  }

  .reference-match .kakao-button span {
    width: 21px;
    height: 21px;
    font-size: 6px;
  }

  .reference-match .footer-bottom {
    min-height: 48px;
    font-size: 8px;
  }

  .reference-match .footer-bottom button {
    font-size: 8px;
  }
}
