html { scroll-padding-top: 82px; }
body { font-family: Inter, "Segoe UI", Arial, system-ui, sans-serif; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  height: 76px;
}

.header-inner { min-height: 76px; }
.desktop-nav { gap: 22px; }
.desktop-nav a { white-space: nowrap; }
.language-switch { white-space: nowrap; }

.hero h1 {
  max-width: 650px;
  font-size: clamp(44px, 4.25vw, 66px);
}

.hero-description { max-width: 650px; }
.process-strip { gap: 11px; }
.process-strip span { line-height: 1.35; text-align: center; }

.service-static {
  width: 100%;
  min-height: 108px;
  display: grid;
  grid-template-columns: 60px 42px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 20px 28px 18px 18px;
}

.service-static .service-icon {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--blue);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
}

.english-services .service-copy strong { line-height: 1.35; }
.english-services .service-detail { grid-template-rows: 1fr; }
.english-services .service-detail p {
  padding: 0 28px 24px 132px;
  opacity: 1;
}

.application-copy h3 { line-height: 1.35; }
.direction-list span { padding-inline: 14px; text-align: center; line-height: 1.45; }
.delivery-steps h3 { min-height: 46px; line-height: 1.4; }

.news-section .news-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.news-section .news-card {
  grid-template-columns: 1fr;
  align-content: start;
  padding: 0 0 24px;
}

.news-section .news-image { min-height: 210px; }
.news-section .news-copy { padding-top: 17px; }
.news-section .news-card h3 { font-size: 18px; }

.news-placeholder {
  inset: 0 !important;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--navy) !important;
  font-size: 18px !important;
  letter-spacing: .04em !important;
}

.news-placeholder + span { z-index: 1; }
.contact-inner .button { text-decoration: none; }

@media (max-width: 1080px) {
  .desktop-nav { gap: 14px; }
  .desktop-nav a { font-size: 12px; }
  .header-cta { display: none; }
  .hero h1 { font-size: clamp(43px, 5vw, 56px); }
  .news-section .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 72px; }
  .site-header { height: 68px; }
  .header-inner { min-height: 68px; }
  .desktop-nav,
  .header-cta { display: none; }
  .language-switch { margin-left: auto; }
  .mobile-menu { margin-left: 0; display: block; }
  .mobile-menu-panel { inset: 69px 0 auto; }
  .news-section .news-grid { grid-template-columns: 1fr; gap: 0; }
}

@media (max-width: 560px) {
  .brand { font-size: 22px; }
  .brand-mark { width: 32px; height: 32px; }
  .language-switch { min-width: 48px; font-size: 11px; }
  .mobile-menu-label { display: none; }
  .hero-copy {
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
    min-width: 0;
  }
  .hero h1 { font-size: clamp(36px, 10.5vw, 47px); }
  .hero-actions { width: 100%; min-width: 0; }
  .process-strip {
    width: 100%;
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: flex-start;
    gap: 12px 16px;
    overflow: visible;
  }
  .process-strip span {
    justify-content: flex-start;
    white-space: normal;
    text-align: left;
  }
  .service-static {
    min-height: 98px;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 10px;
    padding: 17px 8px;
  }
  .service-static .service-icon { display: none; }
  .english-services .service-detail p {
    padding: 0 15px 22px 52px;
    font-size: 12px;
  }
  .delivery-steps h3 { min-height: 0; }
  .news-section .news-card { grid-template-columns: 112px 1fr; gap: 14px; padding: 18px 0; }
  .news-section .news-image { min-height: 104px; }
  .news-section .news-copy { padding-top: 0; }
  .news-section .news-card h3 { font-size: 15px; }
}
