/* ═══════════════════════════════════════════════════════════════════════════
   Sumangal Forgings — COMPREHENSIVE RESPONSIVE CSS
   Breakpoints:
     320px–479px   → Extra Small Mobile  (xs)
     480px–575px   → Mobile              (sm)
     576px–767px   → Large Mobile        (md)
     768px–991px   → Tablet              (tb)
     992px–1199px  → Small Laptop        (sl)
     1200px–1399px → Laptop              (lt)
     1400px–1599px → Desktop             (dt)
     1600px–1919px → Large Desktop       (ld)
     1920px+       → Full HD / 2K / 4K   (fhd)
═══════════════════════════════════════════════════════════════════════════ */

/* ─────────────────────────────────────────────────────────────
   GLOBAL BASE — Prevent horizontal scroll everywhere
───────────────────────────────────────────────────────────── */
html, body {
  overflow-x: hidden;
  max-width: 100%;
}

*, *::before, *::after {
  box-sizing: border-box;
}

img, video, embed, object {
  max-width: 100%;
  height: auto;
}

/* ─────────────────────────────────────────────────────────────
   CORPORATE VIDEO SECTION — Responsive Fix
───────────────────────────────────────────────────────────── */
/* Ensure the poster image card always has driven height via aspect-ratio */
#rightPosterBlock {
  min-height: 280px;
}
#rightPosterBlock .group[style*="aspect-ratio"] {
  width: 100%;
}
#videoContainer {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
#archCorpVideo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
  display: block;
}

/* XS Mobile — 320-479px */
@media (max-width: 479px) {
  #rightPosterBlock { padding: 12px !important; min-height: 200px; }
  #leftSlantedBlock { padding: 36px 16px !important; }
  #leftSlantedBlock h2 { font-size: 2.4rem !important; line-height: 1.1 !important; }
}

/* Mobile — 480-767px */
@media (min-width: 480px) and (max-width: 767px) {
  #rightPosterBlock { padding: 16px !important; }
  #leftSlantedBlock { padding: 44px 20px !important; }
  #leftSlantedBlock h2 { font-size: 2.8rem !important; }
}

/* Tablet — 768-991px */
@media (min-width: 768px) and (max-width: 991px) {
  #rightPosterBlock { min-height: 380px; padding: 24px !important; }
}

/* Small Laptop+ — restore desktop */
@media (min-width: 992px) {
  #rightPosterBlock { min-height: 0; }
}


/* ─────────────────────────────────────────────────────────────
   COUNTER / STATS COMPONENTS
───────────────────────────────────────────────────────────── */
.counter-area { padding: 40px 0; background: var(--bg-surface); margin: 0; }
.counter-item, .state-item { display: flex; gap: 20px; background: var(--bg-card); padding: 25px 30px; color: var(--text-primary); justify-content: center; align-items: center; border: 1px solid var(--border-subtle); border-radius: 6px; }
.count-content span, .count-content .count { font-size: 42px; display: inline-block; }
.sub-per { font-size: 42px; font-weight: 800; line-height: 1; }
.counter-item .icon { font-size: 44px; color: var(--brand-blue); }
.count-content p { margin: 0; font-weight: 600; font-size: 13px; color: var(--text-muted); text-transform: uppercase; }
.count-content { border-left: 1px solid var(--border-subtle); padding-left: 1rem; color: var(--text-primary); }

.product { padding: 5rem 0; background: var(--bg-main); }
.awards-block { margin-bottom: 0; }

.product-card { border: 1px solid var(--border-subtle); text-align: center; background: var(--bg-card); transition: var(--transition); margin: 0 auto; border-radius: 6px; }
.product-card:hover { transform: translateY(-5px); border-color: var(--brand-blue-border); box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
.product-card img { max-width: 100%; object-fit: contain; padding: 20px; background: var(--bg-surface); }
.product-name { background: var(--bg-card); color: var(--text-primary); font-weight: 700; padding: 18px; font-size: 14px; text-transform: uppercase; display: block; border-top: 1px solid var(--border-subtle); }

/* ─────────────────────────────────────────────────────────────
   PREMIUM HERO (INNER PAGES) — Base Styles
───────────────────────────────────────────────────────────── */
.premium-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  padding: 5rem 1.5rem 3.5rem;
}

.premium-hero-content {
  position: relative;
  z-index: 20;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1rem;
}


/* ═══════════════════════════════════════════════════════════════════════════
   1920px+  FULL HD / 2K / 4K
═══════════════════════════════════════════════════════════════════════════ */
@media (min-width: 1920px) {
  .container { max-width: 1800px !important; padding: 0 6rem !important; }
  .arch-title { font-size: 110px; }
  .arch-section-title { font-size: 72px; }
  .premium-hero-title { font-size: 5.5rem; }
  .nordic-hero-title { font-size: 5.5rem; }
  .arch-stat-item { padding: 50px 40px; }
  .arch-stat-item h4 { font-size: 44px; }
  .arch-cap-item { padding: 80px 60px; min-height: 380px; }
  .milestone-timeline { max-width: 1000px; }
  .cta-banner h2 { font-size: 3.5rem; }
  body { font-size: 17px; }
  .title { font-size: 46px; }
  .footer-area { padding: 100px 0 60px; }
  .footer-inner { gap: 60px; }
}


/* ═══════════════════════════════════════════════════════════════════════════
   1600px–1919px  LARGE DESKTOP
═══════════════════════════════════════════════════════════════════════════ */
@media (min-width: 1600px) and (max-width: 1919px) {
  .container { max-width: 1560px !important; padding: 0 5.5rem !important; }
  .arch-title { font-size: 100px; }
  .arch-section-title { font-size: 64px; }
  .premium-hero-title { font-size: 4.8rem; }
  .nordic-hero-title { font-size: 5rem; }
  .arch-cap-item { padding: 70px 50px; min-height: 340px; }
  .arch-stat-item { padding: 45px 35px; }
  .arch-stat-item h4 { font-size: 40px; }
  .footer-inner { gap: 50px; }
}


/* ═══════════════════════════════════════════════════════════════════════════
   1400px–1599px  DESKTOP
═══════════════════════════════════════════════════════════════════════════ */
@media (min-width: 1400px) and (max-width: 1599px) {
  .container { max-width: 1380px !important; padding: 0 5rem !important; }
  .arch-title { font-size: 90px; }
  .arch-section-title { font-size: 56px; }
  .premium-hero-title { font-size: 4rem; }
  .nordic-hero-title { font-size: 4.5rem; }
}


/* ═══════════════════════════════════════════════════════════════════════════
   1200px–1399px  LAPTOP
═══════════════════════════════════════════════════════════════════════════ */
@media (min-width: 1200px) and (max-width: 1399px) {
  .container { max-width: 100% !important; padding: 0 4rem !important; }
  .arch-title { font-size: 80px; }
  .arch-section-title { font-size: 50px; }
  .premium-hero-title { font-size: 3.6rem; }
  .nordic-hero-title { font-size: 4rem; }
  .arch-stat-item { padding: 35px 22px; }
  .arch-stat-item h4 { font-size: 32px; }
  .arch-cap-item { padding: 50px 30px; min-height: 280px; }
  .footer-inner { grid-template-columns: 2fr 1.2fr 1.2fr 1.6fr; }
}


/* ═══════════════════════════════════════════════════════════════════════════
   992px–1199px  SMALL LAPTOP
═══════════════════════════════════════════════════════════════════════════ */
@media (min-width: 992px) and (max-width: 1199px) {
  .container { max-width: 100% !important; padding: 0 3rem !important; }

  /* NAVIGATION */
  .menu-toggle, .navbar-toggle, .res-title { display: block; }
  .navbar-menu { display: none; }
  .logo { width: 32%; }
  .navbar-menu {
    width: 100%; position: absolute; top: 0; left: 0;
    padding-top: 5rem; background: rgba(4, 5, 7, 0.98);
    z-index: 99; height: 100vh; backdrop-filter: blur(20px); overflow-y: auto;
  }
  .menu > li > a { padding: 15px 24px; border-bottom: 1px solid var(--border-subtle); color: var(--text-primary); display: block; }

  /* HERO */
  .arch-title { font-size: 70px; }
  .arch-stats-ribbon { position: relative; margin-top: -80px; }
  .arch-stat-item { padding: 30px 20px; }
  .arch-stat-item h4 { font-size: 28px; }
  .architectural-hero { min-height: auto; }
  .arch-hero-slider, .arch-hero-slider .owl-stage-outer, .arch-hero-slider .owl-stage, .arch-hero-slider .owl-item, .arch-hero-slider .item { height: auto; min-height: 80vh; }
  .arch-section { padding: 90px 0; }
  .arch-section-title { font-size: 46px; }
  .premium-hero { padding: 4rem 1rem 3rem; }
  .premium-hero-title { font-size: 3rem; }
  .nordic-hero-title { font-size: 3rem; }
  .nordic-hero-stats-ribbon { grid-template-columns: repeat(2, 1fr); }
  .video-inner { flex-direction: column; }
  .vodeo-sec, .vodeo-content { width: 100%; }

  /* CAPABILITY */
  .arch-cap-item { padding: 40px 24px; min-height: 240px; }
  .arch-cap-item:nth-child(4n) { border-right: 1px solid rgba(255,255,255,0.05); }
  .arch-cap-item:nth-child(even) { border-right: none; }
  .arch-cap-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,0.05); }

  /* FOOTER */
  .footer-inner { grid-template-columns: 1fr 1fr; row-gap: 30px; }
  .footer-widget.pd-bottom { grid-column: 1 / -1; }
  .milestone-timeline { padding-left: 0; }
  .count-content span, .count-content .count, .sub-per { font-size: 34px; }
  .counter-item .icon { font-size: 36px; }
  .counter-item { padding: 22px 20px; }
}


/* ═══════════════════════════════════════════════════════════════════════════
   768px–991px  TABLET
═══════════════════════════════════════════════════════════════════════════ */
@media (min-width: 768px) and (max-width: 991px) {
  .container { max-width: 100% !important; padding: 0 2.5rem !important; }

  .menu-toggle, .navbar-toggle { display: block; }
  .navbar-menu { display: none; }
  .logo { max-width: 180px !important; }
  .navbar-menu {
    width: 100%; position: fixed; top: 0; left: 0;
    padding-top: 5rem; background: rgba(4, 5, 7, 0.99);
    z-index: 999; height: 100vh; backdrop-filter: blur(20px); overflow-y: auto;
  }
  .menu > li > a { padding: 15px 24px; border-bottom: 1px solid var(--border-subtle); color: var(--text-primary); display: block; font-size: 14px; }

  .architectural-hero { min-height: auto; }
  .arch-hero-slider, .arch-hero-slider .owl-stage-outer, .arch-hero-slider .owl-stage, .arch-hero-slider .owl-item, .arch-hero-slider .item, .arch-hero-slide { height: auto; min-height: 70vh; }
  .arch-hero-slide .container { padding-top: 130px; }
  .arch-title { font-size: 52px; }
  .arch-desc { font-size: 16px; }
  .arch-stats-ribbon { position: relative; }
  .arch-stat-item { padding: 24px 18px; }
  .arch-stat-item h4 { font-size: 26px; }

  .premium-hero { padding: 3.5rem 1.5rem 2.5rem; min-height: 220px; }
  .premium-hero-title { font-size: 2.6rem; letter-spacing: -1px; }
  .premium-hero-subtitle { font-size: 10px; }

  .nordic-hero { padding: 80px 0 100px; min-height: auto; }
  .nordic-hero-title { font-size: 2.5rem; }
  .nordic-hero-stats-ribbon { grid-template-columns: repeat(2, 1fr); gap: 20px; }

  .video-inner { flex-direction: column; gap: 2.5rem; }
  .vodeo-sec, .vodeo-content { width: 100%; }
  .experience-badge { bottom: 16px; left: 16px; padding: 14px 18px; }
  .exp-number { font-size: 32px; }

  .arch-about-section .arch-image-wrap { margin-bottom: 50px; padding: 20px 0 0 20px; }
  .arch-exp-badge { right: -15px; bottom: -15px; padding: 25px; }
  .arch-exp-badge .num { font-size: 44px; }
  .arch-text-content .lead-text { font-size: 20px; }

  .arch-section { padding: 80px 0; }
  .arch-section-title { font-size: 38px; }
  .arch-section-header { margin-bottom: 40px; }

  .arch-cap-item { padding: 40px 30px; min-height: 220px; border-right: none !important; }
  .arch-cap-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,0.05) !important; }
  .arch-cap-item .bg-num { font-size: 80px; }

  .counter-area { padding: 40px 0; }
  .count-content span, .count-content .count, .sub-per { font-size: 32px; }
  .counter-item .icon { font-size: 32px; }
  .counter-item { padding: 20px; gap: 16px; }

  .milestone-timeline { max-width: 100%; padding-left: 10px; }
  .milestone-timeline::before { left: 55px; }
  .milestone-card { padding: 20px 24px; }
  .milestone-card:hover { transform: translateX(4px); }

  .cta-banner { padding: 70px 0; }
  .cta-banner h2 { font-size: 2.2rem; }
  .cta-banner p { font-size: 15px; }

  .footer-inner { grid-template-columns: 1fr 1fr; row-gap: 30px; }
  .footer-widget.pd-bottom { grid-column: 1 / -1; }
  .footer-area { padding: 60px 0 30px; }

  .product-nav-tabs { gap: 8px; }
  .product-tab-btn { padding: 10px 18px; font-size: 12px; }
  .product-card-img { height: 200px; }

  .arch-hero-slider .owl-dots { left: 20px; bottom: 30px; }
  .arch-video-section .video-container { height: 50vh; }
  .arch-video-section .play-btn { width: 70px; height: 70px; font-size: 18px; }

  section.py-32 { padding-top: 5rem !important; padding-bottom: 5rem !important; }
  section.py-24 { padding-top: 4rem !important; padding-bottom: 4rem !important; }
}


/* ═══════════════════════════════════════════════════════════════════════════
   576px–767px  LARGE MOBILE
═══════════════════════════════════════════════════════════════════════════ */
@media (min-width: 576px) and (max-width: 767px) {
  .container { max-width: 100% !important; padding: 0 1.5rem !important; }

  .menu-toggle, .navbar-toggle { display: block; }
  .navbar-menu { display: none; }
  .logo { max-width: 160px !important; }
  .navbar-menu {
    position: fixed; width: 100%; top: 0; left: 0;
    padding-top: 5rem; background: rgba(4, 5, 7, 0.99);
    z-index: 999; height: 100vh; backdrop-filter: blur(20px); overflow-y: auto;
  }
  .menu > li > a { padding: 14px 20px; border-bottom: 1px solid var(--border-subtle); color: var(--text-primary); display: block; font-size: 13px; }

  .arch-title { font-size: 42px; letter-spacing: -1px; }
  .arch-desc { font-size: 15px; max-width: 100%; }
  .arch-tag { font-size: 11px; }
  .architectural-hero { min-height: auto; }
  .arch-hero-slider, .arch-hero-slider .owl-stage-outer, .arch-hero-slider .owl-stage, .arch-hero-slider .owl-item, .arch-hero-slider .item, .arch-hero-slide { height: auto; min-height: 65vh; }
  .arch-hero-slide .container { padding-top: 120px; }
  .arch-stats-ribbon { position: relative; }
  .arch-stats-grid { flex-direction: column; }
  .arch-stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.05); text-align: center; padding: 20px 16px; }
  .arch-stat-item:last-child { border-bottom: none; }
  .arch-stat-item h4 { font-size: 26px; }

  .premium-hero { padding: 3.5rem 1.5rem 2.5rem; min-height: 200px; }
  .premium-hero-title { font-size: 2.4rem; letter-spacing: -1px; }

  .nordic-hero { padding: 80px 0 60px; min-height: auto; }
  .nordic-hero-title { font-size: 2.2rem; }
  .nordic-hero-desc { font-size: 15px; }
  .nordic-hero-stats-ribbon { grid-template-columns: repeat(2, 1fr); padding: 16px 20px; gap: 16px; }
  .nordic-stat-box h4 { font-size: 22px; }

  .video-main { padding: 4rem 0; }
  .video-inner { flex-direction: column; gap: 2rem; }
  .vodeo-sec, .vodeo-content { width: 100%; }
  .experience-badge { padding: 12px 16px; }
  .exp-number { font-size: 28px; }

  .arch-image-wrap { padding: 20px 0 0 20px; margin-bottom: 40px; }
  .arch-exp-badge { right: -10px; bottom: -10px; padding: 20px; }
  .arch-exp-badge .num { font-size: 36px; }
  .arch-text-content .lead-text { font-size: 18px; }
  .arch-list li { font-size: 14px; }

  .arch-section { padding: 60px 0; }
  .arch-section-title { font-size: 32px; }
  .arch-section-header { margin-bottom: 30px; }

  .arch-cap-item { padding: 35px 24px; min-height: auto; border-right: none !important; border-bottom: 1px solid rgba(255,255,255,0.05) !important; }
  .arch-cap-item .bg-num { font-size: 60px; }
  .arch-cap-item h4 { font-size: 18px; }
  .arch-cap-item p { font-size: 13px; }

  .counter-area { padding: 35px 0; }
  .count-content span, .count-content .count, .sub-per { font-size: 28px; }
  .counter-item .icon { font-size: 28px; }
  .counter-item { padding: 18px; gap: 14px; }

  .milestone-timeline { padding-left: 0; max-width: 100%; }
  .milestone-timeline::before { left: 48px; }
  .milestone-badge { width: 65px; font-size: 12px; }
  .milestone-card { padding: 18px 20px; }
  .milestone-card:hover { transform: none; }

  .cta-banner { padding: 60px 0; }
  .cta-banner h2 { font-size: 1.9rem; }
  .cta-banner p { font-size: 14px; }

  .footer-inner { grid-template-columns: 1fr; gap: 30px; }
  .footer-area { padding: 50px 0 30px; }

  .product-nav-tabs { gap: 6px; justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 8px; }
  .product-tab-btn { padding: 8px 14px; font-size: 12px; white-space: nowrap; }
  .product-card-img { height: 180px; }
  .product-card-body { padding: 18px; }
  .product-card-body h3 { font-size: 16px; }

  .corporate-video-section { padding: 4rem 0; }
  .arch-hero-slider .owl-dots { left: 15px; bottom: 25px; }
  .arch-video-section .video-container { height: 45vh; }
  .arch-video-section .play-btn { width: 60px; height: 60px; font-size: 16px; }

  .breadcrumb-bar { padding: 0.9rem 0 !important; }
  .title { font-size: 28px; }
  .section-desc { font-size: 14px; }

  .btn-nordic-primary, .btn-blue, .btn-nordic-outline, .btn-outline-light, .btn-arch-primary, .btn-arch-outline { padding: 12px 24px; font-size: 13px; }

  #fixed-social a { width: 38px; height: 38px; font-size: 14px; }
}


/* ═══════════════════════════════════════════════════════════════════════════
   480px–575px  MOBILE
═══════════════════════════════════════════════════════════════════════════ */
@media (min-width: 480px) and (max-width: 575px) {
  .container { max-width: 100% !important; padding: 0 1.25rem !important; }

  .menu-toggle, .navbar-toggle { display: block; }
  .navbar-menu { display: none; }
  .logo { max-width: 150px !important; }
  .navbar-menu {
    position: fixed; width: 100%; top: 0; left: 0;
    padding-top: 5rem; background: rgba(4, 5, 7, 0.99);
    z-index: 999; height: 100vh; backdrop-filter: blur(20px); overflow-y: auto;
  }
  .menu > li > a { padding: 14px 20px; border-bottom: 1px solid var(--border-subtle); color: var(--text-primary); display: block; font-size: 13px; }

  .arch-title { font-size: 36px; letter-spacing: -1px; }
  .arch-desc { font-size: 14px; max-width: 100%; }
  .arch-hero-slide { min-height: 60vh; }
  .arch-hero-slide .container { padding-top: 110px; }
  .arch-stats-grid { flex-direction: column; }
  .arch-stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.05); text-align: center; padding: 18px 14px; }
  .arch-stat-item h4 { font-size: 24px; }

  .premium-hero { padding: 3rem 1.25rem 2rem; min-height: 180px; }
  .premium-hero-title { font-size: 2rem; letter-spacing: -0.8px; }
  .premium-hero-subtitle { font-size: 9px; gap: 8px; }
  .premium-hero-subtitle::before, .premium-hero-subtitle::after { width: 15px; }

  .nordic-hero { padding: 70px 0 50px; }
  .nordic-hero-title { font-size: 1.9rem; }
  .nordic-hero-desc { font-size: 14px; margin-bottom: 24px; }
  .nordic-hero-stats-ribbon { grid-template-columns: repeat(2, 1fr); padding: 14px 16px; gap: 12px; }
  .nordic-stat-box h4 { font-size: 20px; }
  .nordic-stat-box p { font-size: 10px; }

  .video-main { padding: 3.5rem 0; }
  .video-inner { flex-direction: column; gap: 1.5rem; }
  .vodeo-sec, .vodeo-content { width: 100%; }
  .experience-badge { padding: 10px 14px; gap: 10px; }
  .exp-number { font-size: 26px; }
  .exp-text { font-size: 11px; }

  .arch-image-wrap { padding: 15px 0 0 15px; margin-bottom: 35px; }
  .arch-exp-badge { right: -8px; bottom: -8px; padding: 16px; gap: 10px; }
  .arch-exp-badge .num { font-size: 32px; }
  .arch-text-content .lead-text { font-size: 17px; }
  .arch-list li { font-size: 13px; padding: 12px 0; }

  .arch-section { padding: 50px 0; }
  .arch-section-title { font-size: 28px; }
  .arch-section-header { margin-bottom: 25px; }

  .arch-cap-item { padding: 30px 20px; min-height: auto; border-right: none !important; border-bottom: 1px solid rgba(255,255,255,0.05) !important; }
  .arch-cap-item .bg-num { font-size: 50px; top: 10px; left: 15px; }
  .arch-cap-item h4 { font-size: 17px; margin-bottom: 10px; }
  .arch-cap-item p { font-size: 13px; }

  .counter-area { padding: 30px 0; }
  .count-content span, .count-content .count, .sub-per { font-size: 26px; }
  .counter-item .icon { font-size: 26px; }
  .counter-item { padding: 16px 12px; gap: 12px; }
  .count-content p { font-size: 11px; }

  .milestone-timeline { padding-left: 0; }
  .milestone-timeline::before { left: 40px; }
  .milestone-badge { width: 58px; height: 36px; font-size: 11px; }
  .milestone-item { gap: 16px; }
  .milestone-card { padding: 16px 18px; }
  .milestone-header h3 { font-size: 15px; }
  .milestone-card p { font-size: 13px; }
  .milestone-card:hover { transform: none; }

  .cta-banner { padding: 50px 0; }
  .cta-banner h2 { font-size: 1.7rem; }
  .cta-banner p { font-size: 14px; }

  .footer-inner { grid-template-columns: 1fr; gap: 28px; }
  .footer-area { padding: 45px 0 25px; }
  .footer-social-links { gap: 8px; }

  .product-nav-tabs { flex-wrap: nowrap; overflow-x: auto; justify-content: flex-start; padding-bottom: 10px; gap: 6px; }
  .product-tab-btn { padding: 8px 12px; font-size: 11px; white-space: nowrap; flex-shrink: 0; }
  .product-card-img { height: 170px; }
  .product-card-body { padding: 16px; }
  .product-card-body h3 { font-size: 15px; }
  .title { font-size: 26px; }

  .btn-nordic-primary, .btn-blue, .btn-nordic-outline, .btn-outline-light { padding: 12px 22px; font-size: 13px; gap: 8px; }

  .arch-video-section .video-container { height: 40vh; }
  .arch-video-section .play-btn { width: 56px; height: 56px; font-size: 14px; }
  .breadcrumb-bar .breadcrumb-item { font-size: 9px !important; }

  #fixed-social { display: none !important; }
}


/* ═══════════════════════════════════════════════════════════════════════════
   320px–479px  EXTRA SMALL MOBILE
═══════════════════════════════════════════════════════════════════════════ */
@media (max-width: 479px) {
  .container { max-width: 100% !important; padding: 0 1rem !important; }

  .menu-toggle, .navbar-toggle { display: block; }
  .navbar-menu { display: none; }
  .logo { max-width: 130px !important; }
  .navbar-menu {
    position: fixed; width: 100%; top: 0; left: 0;
    padding-top: 4.5rem; background: rgba(4, 5, 7, 0.99);
    z-index: 999; height: 100vh; backdrop-filter: blur(20px); overflow-y: auto;
  }
  .menu > li > a { padding: 13px 18px; border-bottom: 1px solid var(--border-subtle); color: var(--text-primary); display: block; font-size: 12px; letter-spacing: 0.05em; }

  .top-bar { display: none !important; }

  .arch-title { font-size: 28px; letter-spacing: -0.5px; line-height: 1.1; }
  .arch-desc { font-size: 13px; max-width: 100%; }
  .arch-tag { font-size: 10px; padding-left: 10px; }
  .arch-hero-slide { min-height: 55vh; }
  .arch-hero-slide .container { padding-top: 100px; padding-bottom: 40px; }
  .arch-stats-grid { flex-direction: column; }
  .arch-stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.05); text-align: center; padding: 16px 12px; }
  .arch-stat-item h4 { font-size: 20px; }
  .arch-stat-item p { font-size: 11px; }
  .arch-stats-ribbon { position: relative; }

  .premium-hero { padding: 2.5rem 1rem 2rem; min-height: 160px; }
  .premium-hero-title { font-size: 1.7rem; letter-spacing: -0.5px; line-height: 1.15; }
  .premium-hero-subtitle { font-size: 8px; gap: 6px; letter-spacing: 0.18em; }
  .premium-hero-subtitle::before, .premium-hero-subtitle::after { width: 12px; }
  .premium-hero-desc { font-size: 13px; }

  .nordic-hero { padding: 60px 0 40px; min-height: auto; }
  .nordic-hero-title { font-size: 1.7rem; line-height: 1.15; }
  .nordic-hero-desc { font-size: 13px; margin-bottom: 20px; }
  .nordic-hero-stats-ribbon { grid-template-columns: repeat(2, 1fr); padding: 12px 14px; gap: 10px; margin-top: 24px; }
  .nordic-stat-box h4 { font-size: 18px; }
  .nordic-stat-box p { font-size: 9px; }

  .video-main { padding: 3rem 0; }
  .video-inner { flex-direction: column; gap: 1.5rem; }
  .vodeo-sec, .vodeo-content { width: 100%; }
  .experience-badge { padding: 10px 12px; gap: 8px; bottom: 12px; left: 12px; }
  .exp-number { font-size: 22px; }
  .exp-text { font-size: 10px; }

  .arch-image-wrap { padding: 10px 0 0 10px; margin-bottom: 30px; }
  .arch-exp-badge { right: -6px; bottom: -6px; padding: 12px; gap: 8px; }
  .arch-exp-badge .num { font-size: 28px; }
  .arch-exp-badge .txt { font-size: 10px; }
  .arch-text-content .lead-text { font-size: 15px; line-height: 1.5; }
  .arch-list li { font-size: 12px; padding: 10px 0; }
  .arch-list li::before { width: 5px; height: 5px; margin-right: 10px; }

  .arch-section { padding: 40px 0; }
  .arch-section-title { font-size: 24px; letter-spacing: -0.5px; }
  .arch-section-header { margin-bottom: 22px; }
  .arch-section-subtitle { font-size: 10px; letter-spacing: 2px; }
  .arch-section-num { font-size: 12px; }

  .arch-cap-item { padding: 25px 16px; min-height: auto; border-right: none !important; border-bottom: 1px solid rgba(255,255,255,0.05) !important; }
  .arch-cap-item .bg-num { font-size: 40px; top: 8px; left: 12px; }
  .arch-cap-item h4 { font-size: 16px; margin-bottom: 8px; }
  .arch-cap-item p { font-size: 12px; }

  .product-tabs-section { padding: 3rem 0; }
  .product-nav-tabs { flex-wrap: nowrap; overflow-x: auto; justify-content: flex-start; padding-bottom: 12px; gap: 6px; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .product-nav-tabs::-webkit-scrollbar { display: none; }
  .product-tab-btn { padding: 7px 12px; font-size: 10px; white-space: nowrap; flex-shrink: 0; }
  .product-card-img { height: 160px; }
  .product-card-body { padding: 14px; }
  .product-card-body h3 { font-size: 14px; }
  .product-card-body p { font-size: 12px; }
  .product-card-action { padding-top: 14px; }

  .counter-area { padding: 25px 0; }
  .count-content span, .count-content .count, .sub-per { font-size: 24px; }
  .counter-item .icon { font-size: 24px; }
  .counter-item { padding: 14px 10px; gap: 10px; }
  .count-content { padding-left: 12px; }
  .count-content p { font-size: 10px; }

  .milestone-timeline { padding-left: 0; }
  .milestone-timeline::before { left: 32px; }
  .milestone-badge { width: 50px; height: 32px; font-size: 10px; }
  .milestone-item { gap: 12px; margin-bottom: 20px; }
  .milestone-card { padding: 14px 15px; border-radius: 6px; }
  .milestone-header { gap: 8px; margin-bottom: 6px; }
  .milestone-header i { font-size: 14px; }
  .milestone-header h3 { font-size: 14px; }
  .milestone-card p { font-size: 12px; }
  .milestone-card:hover { transform: none; }

  .cta-banner { padding: 40px 0; }
  .cta-banner h2 { font-size: 1.5rem; margin-bottom: 12px; }
  .cta-banner p { font-size: 13px; }

  .btn-nordic-primary, .btn-blue { padding: 11px 20px; font-size: 12px; gap: 7px; }
  .btn-nordic-outline, .btn-outline-light { padding: 10px 18px; font-size: 12px; gap: 7px; }
  .btn-arch-primary, .btn-arch-outline { padding: 13px 22px; font-size: 12px; }

  .form-control { font-size: 14px !important; }
  input, textarea, select { font-size: 16px !important; }

  .footer-inner { grid-template-columns: 1fr; gap: 24px; }
  .footer-area { padding: 40px 0 20px; }
  .footer-widget .f-title { font-size: 13px; margin-bottom: 18px; }
  .footer-widget .footer-links li { margin-bottom: 8px; }
  .footer-widget .footer-links li a { font-size: 12px; }
  .footer-social-links li a { width: 36px; height: 36px; }
  .copyright { font-size: 12px; }

  .breadcrumb-bar { padding: 0.8rem 0 !important; }
  .breadcrumb-bar .breadcrumb-item { font-size: 8px !important; letter-spacing: 0.1em !important; }

  .title { font-size: 22px; }
  .nordic-tag { font-size: 11px; }
  .section-desc { font-size: 13px; }

  .capability-section { padding: 3rem 0; }
  .capability-card { padding: 24px 20px; }
  .capability-num { font-size: 30px; }
  .capability-card h3 { font-size: 16px; }

  .corporate-video-section { padding: 3rem 0; }
  .arch-video-section .video-container { height: 35vh; }
  .arch-video-section .play-btn { width: 48px; height: 48px; font-size: 13px; }

  .arch-hero-slider .owl-dots { left: 10px; bottom: 20px; }
  .arch-hero-slider .owl-dot span { width: 6px; height: 6px; }

  #fixed-social { display: none !important; }
  .modal-content { margin: 10px !important; border-radius: 6px !important; }
}


/* ═══════════════════════════════════════════════════════════════════════════
   SHARED MOBILE RULES (< 768px)
═══════════════════════════════════════════════════════════════════════════ */
@media (max-width: 767px) {
  body { font-size: 14px; }
  html, body { overflow-x: hidden; }

  .navbar-toggle { display: flex !important; }
  .navbar-menu.active { display: block !important; }

  .arch-about-section .arch-image-wrap { margin-bottom: 30px; }
  .arch-cap-item:nth-child(even) { border-right: none !important; }
  .arch-cap-item:nth-child(odd) { border-right: none !important; }

  .arch-stats-grid { flex-direction: column; }
  .arch-stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.05); text-align: center; }
  .arch-stat-item:last-child { border-bottom: none; }

  section.py-32 { padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; }
  section.py-24 { padding-top: 3rem !important; padding-bottom: 3rem !important; }

  .milestone-card:hover { transform: none; }
  .arch-hero-slider .owl-dots { left: 15px; bottom: 30px; }

  .footer-inner { grid-template-columns: 1fr; }

  input[type="text"], input[type="email"], input[type="tel"], textarea, select { font-size: 16px !important; }

  .product-card-img { height: 180px; }
  iframe { min-height: 300px !important; }
  .modal-dialog { margin: 12px; }

  .cta-banner { padding: 50px 0; text-align: center; }
  .cta-banner .d-flex { flex-direction: column; gap: 12px; align-items: center; }

  .owl-nav { display: none !important; }
  .owl-dots { margin-top: 16px !important; }
  .owl-dot span { width: 8px !important; height: 8px !important; }

  table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; white-space: nowrap; }

  [data-aos] { transition-duration: 600ms !important; }
  .premium-hero-bg { animation: none !important; scale: 1 !important; }

  .arch-product-card .img-wrapper { margin-bottom: 16px; }
  .arch-product-card h3 { font-size: 18px; }
  .arch-product-card p { font-size: 13px; }

  .milestone-section { padding: 50px 0; }
  .news-card-img { height: 180px; }
  .news-card-body { padding: 16px; }
  .news-card-title { font-size: 16px; }
}


/* ═══════════════════════════════════════════════════════════════════════════
   TOUCH TARGETS — MINIMUM 44px (< 992px)
═══════════════════════════════════════════════════════════════════════════ */
@media (max-width: 991px) {
  .btn-nordic-primary, .btn-blue, .btn-nordic-outline, .btn-outline-light,
  .btn-arch-primary, .btn-arch-outline, button[type="submit"],
  .menu > li > a, .product-tab-btn {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .product-card:hover, .product-card-3col:hover, .capability-card:hover,
  .milestone-card:hover, .counter-item:hover { transform: none; }
  .product-card-3col:hover, .capability-card:hover { box-shadow: 0 8px 20px rgba(0,0,0,0.5); }
}


/* ═══════════════════════════════════════════════════════════════════════════
   LANDSCAPE MOBILE
═══════════════════════════════════════════════════════════════════════════ */
@media (max-width: 767px) and (orientation: landscape) {
  .arch-hero-slide, .arch-hero-slider .item { min-height: 100vw; }
  .premium-hero { min-height: 120px; padding: 2rem 1rem; }
  .premium-hero-title { font-size: 1.5rem; }
  .arch-title { font-size: 32px; }
  .navbar-menu { padding-top: 3.5rem; overflow-y: auto; }
  .menu > li > a { padding: 10px 18px; }
}


/* ═══════════════════════════════════════════════════════════════════════════
   NAVBAR MOBILE MENU STRUCTURE
═══════════════════════════════════════════════════════════════════════════ */
@media (max-width: 1199px) {
  #siteHeader { position: sticky; top: 0; z-index: 9999; }
  .navbar-toggle { position: relative; z-index: 10000; }
  body.menu-open { overflow: hidden; }
  .navbar-menu .menu { flex-direction: column; width: 100%; padding: 0 !important; gap: 0 !important; }
  .navbar-menu .menu > li { width: 100%; border-bottom: 1px solid rgba(255,255,255,0.05); }
  .navbar-menu .menu > li:last-child { border-bottom: none; padding: 16px 20px; }
  .navbar-menu .menu > li > a { display: block; padding: 14px 24px; width: 100%; font-size: 12px; }
  .navbar-menu .menu > li:last-child > a { display: inline-flex; width: auto; margin: 0 auto; }
}


/* ═══════════════════════════════════════════════════════════════════════════
   LARGE DISPLAY SCALES (1600px+)
═══════════════════════════════════════════════════════════════════════════ */
@media (min-width: 1600px) {
  body { font-size: 16px; }
  .arch-section { padding: 140px 0; }
  .arch-section-header { margin-bottom: 70px; }
  .product-card-img { height: 280px; }
  .product-card-img img { max-height: 220px; }
  .counter-area { padding: 80px 0; }
  .count-content span, .count-content .count, .sub-per { font-size: 52px; }
  .counter-item .icon { font-size: 52px; }
  .milestone-timeline { max-width: 1000px; }
  .cta-banner { padding: 120px 0; }
  .cta-banner h2 { font-size: 3.2rem; }
}


/* ═══════════════════════════════════════════════════════════════════════════
   FOOTER RESPONSIVE
═══════════════════════════════════════════════════════════════════════════ */
@media (max-width: 991px) {
  footer.relative { padding-top: 60px !important; padding-bottom: 40px !important; }
}
@media (max-width: 575px) {
  footer.relative { padding-top: 40px !important; padding-bottom: 30px !important; }
}


/* ═══════════════════════════════════════════════════════════════════════════
   UTILITY
═══════════════════════════════════════════════════════════════════════════ */
.overflow-x-hidden { overflow-x: hidden !important; }

.ratio { position: relative; width: 100%; }
.ratio iframe, .ratio video { position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; }

.row { --bs-gutter-x: 1.5rem; }
@media (max-width: 575px) { .row { --bs-gutter-x: 1rem; } }


/* ═══════════════════════════════════════════════════════════════════════════
   PREFERS REDUCED MOTION
═══════════════════════════════════════════════════════════════════════════ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .premium-hero-bg { animation: none !important; }
  [data-aos] { opacity: 1 !important; transform: none !important; }
}


/* ═══════════════════════════════════════════════════════════════════════════
   PRINT
═══════════════════════════════════════════════════════════════════════════ */
@media print {
  .header, .footer-area, #fixed-social, .cta-banner, .top-bar { display: none !important; }
  body { background: #fff !important; color: #000 !important; }
  a { color: #000 !important; }
  .premium-hero { min-height: 80px !important; padding: 20px !important; }
  .premium-hero-title { color: #000 !important; font-size: 2rem !important; }
}
