/* Responsive overrides for the Ktas site. */
body { overflow-x: hidden; }
.marquee { display: none !important; }
.hero-copy { padding-top: 0; }

@media (max-width: 980px) {
  .wrap { padding-left: 32px; padding-right: 32px; }
  .hero { grid-template-columns: minmax(0, 1fr) minmax(330px, 42%); padding-bottom: 80px; }
  .hero-copy { margin-right: -90px; padding-top: 0; }
  .hero h1 { font-size: clamp(58px, 8vw, 88px); }
  .hero-photo { height: 500px; }
  .vertical-copy { font-size: 13px; }
  .section-grid { grid-template-columns: minmax(170px, 1fr) 2fr; gap: 32px; }
  .case-gallery { gap: 18px; }
  .g1 { height: 430px; }
  .g2 { height: 250px; }
  .g3, .g4 { height: 180px; }
  .g5 { height: 380px; }
  .g6 { height: 260px; }
  .g7 { height: 440px; }
}

@media (max-width: 600px) {
  .wrap { padding-left: 18px; padding-right: 18px; }
  .site-nav { justify-content: flex-start; padding-top: 18px; font-size: 15px; }
  .site-nav a:not(:last-child) { display: none; }
  .site-nav a:last-child { margin-left: auto; }
  .brand-bar { display: block; padding-bottom: 14px; }
  .brand { display: block; font-size: 21px; }
  .brand small { display: block; margin: 4px 0 0; font-size: 10px; }
  .brand-bar > span { display: block; margin-top: 10px; font-size: 12px; }
  .hero { display: block; padding: 16px 0 64px; }
  .hero-copy { margin: 0; padding-top: 42px; }
  .hero h1 { font-size: clamp(58px, 18vw, 88px); line-height: .96; }
  .hero-kicker { margin-top: 26px; font-size: 12px; letter-spacing: .12em; }
  .scroll { margin-top: 36px; }
  .hero-visual { display: block; margin-top: 42px; }
  .hero-photo { height: calc(100svh - 240px); min-height: 360px; max-height: 500px; }
  .vertical-copy { display: none; }
  .seal { left: -16px; bottom: 24px; width: 76px; height: 76px; font-size: 8px; }
  .section { padding: 68px 0 78px; }
  .section-grid { display: block; }
  .section-grid > div:first-child { margin-bottom: 34px; }
  h2 { font-size: 36px; }
  .about-copy { font-size: 13.5px; line-height: 2.15; letter-spacing: .035em; }
  .about-copy .en { font-size: 13.5px; line-height: 1.7; }
  .services { gap: 13px 16px; margin-top: 26px; padding-top: 17px; font-size: 11.5px; }
  .works { padding-bottom: 78px; }
  .works-head { margin-bottom: 30px; }
  .works-head h2 { font-size: 36px; }
  .works-head .count { font-size: 12px; }
  .work-grid { gap: 46px; }
  .work-top { padding: 9px 1px 11px; }
  .work-top span { font-size: 9px; }
  .work-caption { margin-top: 11px; }
  .work-caption strong { font-size: 19px; }
  .work-caption span { font-size: 13px; }
  .contact { padding: 70px 0 80px; }
  .contact-copy { font-size: 13px; line-height: 2.1; }
  .contact-form { gap: 20px; }
  .contact-form input, .contact-form textarea { font-size: 13px; }
  .submit { padding: 13px 28px; font-size: 13px; }
  .site-footer { padding: 38px 0 30px; }
  .footer-main { margin-bottom: 32px; }
  .footer-logo { font-size: 40px; }
  .footer-links { gap: 8px; margin-top: 22px; font-size: 14px; }
  .footer-bottom { font-size: 12px; line-height: 1.5; }
  .footer-bottom span:last-child { font-size: 10px; }
  .case-page { padding-top: 25px; padding-bottom: 70px; }
  .case-intro { padding: 42px 0 38px; }
  .case-intro h1 { font-size: 42px; line-height: 1.02; margin-bottom: 20px; }
  .case-intro p { font-size: 13px; line-height: 2.1; letter-spacing: .025em; }
  .case-gallery { grid-template-columns: 1fr 1fr; gap: 10px; }
  .gallery-item { height: auto !important; aspect-ratio: 1 / 1; }
  .g1, .g2, .g5, .g6, .g7 { grid-column: auto; }
  .case-works { padding-top: 68px; }
}
