* { box-sizing: border-box; margin: 0; padding: 0; }
  body { font-family: 'Manrope', sans-serif; color: #0a1f4d; background: #fff; -webkit-font-smoothing: antialiased; }
  img { max-width: 100%; display: block; }
  a { text-decoration: none; color: inherit; }

  /* ============== TOP PROMO BAR ============== */
  .promo {
    background: #0a1f4d;
    color: white;
    text-align: center;
    padding: 10px 16px;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 500;
  }
  .promo strong { color: #5C9CE0; margin-right: 8px; }

  /* ============== NAV ============== */
  .nav {
    background: white;
    border-bottom: 1px solid rgba(10,31,77,0.08);
    padding: 18px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 50;
  }
  .nav-logo img {
    height: 44px;
    width: auto;
    display: block;
    max-width: 280px;
  }
  .nav-links {
    display: flex;
    gap: 32px;
    align-items: center;
  }
  .nav-links a {
    font-size: 14px;
    font-weight: 500;
    color: #0a1f4d;
    transition: color 200ms;
  }
  .nav-links a:hover { color: #1F4FBF; }
  .nav-cta {
    padding: 10px 22px;
    background: #1F4FBF;
    color: white !important;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
  }
  .nav-cta:hover { background: #143A93; }

  /* ============== HERO ============== */
  .hero {
    position: relative;
    min-height: 640px;
    background:
      linear-gradient(135deg, rgba(10,31,77,0.78) 0%, rgba(10,31,77,0.4) 60%, rgba(10,31,77,0.78) 100%),
      url('https://images.unsplash.com/photo-1492707892479-7bc8d5a4ee93?w=1800&q=80') center/cover;
    color: white;
    display: flex;
    align-items: center;
    padding: 80px 40px;
  }
  .hero-content { max-width: 920px; margin: 0 auto; width: 100%; }
  .hero-eyebrow {
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #5C9CE0;
    margin-bottom: 28px;
    font-weight: 500;
  }
  .hero-h1 {
    font-family: 'Cabinet Grotesk', sans-serif;
    font-weight: 900;
    font-size: 84px;
    line-height: 0.96;
    letter-spacing: -2.5px;
    margin-bottom: 28px;
    max-width: 14ch;
  }
  .hero-h1 em {
    color: #5C9CE0;
    font-style: normal;
  }
  .hero-sub {
    font-size: 19px;
    line-height: 1.55;
    color: rgba(255,255,255,0.78);
    max-width: 50ch;
    margin-bottom: 40px;
    font-weight: 400;
  }
  .hero-ctas { display: flex; gap: 14px; }
  .btn-primary, .btn-ghost {
    padding: 16px 28px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 200ms;
  }
  .btn-primary { background: white; color: #0a1f4d; border: 1px solid white; }
  .btn-primary:hover { background: #5C9CE0; border-color: #5C9CE0; color: white; }
  .btn-ghost { background: transparent; color: white; border: 1px solid rgba(255,255,255,0.4); }
  .btn-ghost:hover { background: rgba(255,255,255,0.1); border-color: white; }

  /* ============== STATS STRIP ============== */
  .stats {
    background: #0a1f4d;
    color: white;
    padding: 56px 40px;
    border-top: 1px solid rgba(255,255,255,0.06);
  }
  .stats-grid {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
  }
  .stat { border-left: 1px solid rgba(255,255,255,0.12); padding-left: 24px; }
  .stat:first-child { border-left: 0; padding-left: 0; }
  .stat-num {
    font-family: 'Cabinet Grotesk', sans-serif;
    font-weight: 900;
    font-size: 56px;
    letter-spacing: -2px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .stat-num em { color: #5C9CE0; font-style: normal; }
  .stat-label {
    font-size: 13px;
    color: rgba(255,255,255,0.65);
    line-height: 1.5;
    max-width: 26ch;
  }

  /* ============== POSITIONING SECTION ============== */
  .positioning {
    background: #f7f5f0;
    padding: 120px 40px;
  }
  .positioning-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
  .positioning-eyebrow {
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #1F4FBF;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .positioning-h2 {
    font-family: 'Cabinet Grotesk', sans-serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 1.05;
    letter-spacing: -1.5px;
    color: #0a1f4d;
  }
  .positioning-text { font-size: 17px; line-height: 1.65; color: rgba(10,31,77,0.72); }
  .positioning-text p { margin-bottom: 16px; }

  /* ============== BRAND PORTFOLIO ============== */
  .portfolio {
    padding: 120px 40px;
    background: white;
  }
  .portfolio-header { max-width: 1280px; margin: 0 auto 60px; }
  .portfolio-eyebrow {
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #1F4FBF;
    font-weight: 600;
    margin-bottom: 16px;
  }
  .portfolio-h2 {
    font-family: 'Cabinet Grotesk', sans-serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 1.05;
    letter-spacing: -1.5px;
    color: #0a1f4d;
    margin-bottom: 18px;
    max-width: 18ch;
  }
  .portfolio-sub { font-size: 17px; color: rgba(10,31,77,0.65); max-width: 56ch; }
  .portfolio-grid {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .brand-card {
    aspect-ratio: 4/5;
    background: #f4f5f7;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: transform 300ms;
  }
  .brand-card:hover { transform: translateY(-4px); }
  .brand-card-img {
    width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 600ms;
  }
  .brand-card:hover .brand-card-img { transform: scale(1.04); }
  .brand-card-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
    background: linear-gradient(to top, rgba(10,31,77,0.85) 0%, rgba(10,31,77,0) 100%);
    color: white;
  }
  .brand-card-name {
    font-family: 'Cabinet Grotesk', sans-serif;
    font-weight: 900;
    font-size: 24px;
    letter-spacing: -0.5px;
    margin-bottom: 4px;
  }
  .brand-card-cat {
    font-size: 12px;
    color: rgba(255,255,255,0.75);
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  /* ============== SERVICES ============== */
  .services {
    padding: 120px 40px;
    background: #f7f5f0;
  }
  .services-header { max-width: 1280px; margin: 0 auto 60px; }
  .services-h2 {
    font-family: 'Cabinet Grotesk', sans-serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 1.05;
    letter-spacing: -1.5px;
    color: #0a1f4d;
    margin-bottom: 18px;
    max-width: 18ch;
  }
  .services-sub { font-size: 17px; color: rgba(10,31,77,0.65); max-width: 56ch; }
  .services-grid {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
  .service-card {
    background: white;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(10,31,77,0.06);
    transition: all 200ms;
  }
  .service-card:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(10,31,77,0.10); }
  .service-img {
    aspect-ratio: 16/9;
    background-size: cover;
    background-position: center;
  }
  .service-body { padding: 28px; }
  .service-num {
    font-family: 'Cabinet Grotesk', sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #5C9CE0;
    letter-spacing: 2px;
    margin-bottom: 12px;
  }
  .service-name {
    font-family: 'Cabinet Grotesk', sans-serif;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
  }
  .service-desc { font-size: 14px; line-height: 1.6; color: rgba(10,31,77,0.65); }

  /* ============== HOW WE WORK ============== */
  .how {
    padding: 120px 40px;
    background: white;
  }
  .how-header { max-width: 1280px; margin: 0 auto 60px; text-align: center; }
  .how-h2 {
    font-family: 'Cabinet Grotesk', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.08;
    letter-spacing: -1.5px;
    color: #0a1f4d;
    margin-bottom: 18px;
  }
  .how-grid {
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
  }
  .how-item { text-align: left; }
  .how-icon {
    width: 56px;
    height: 56px;
    background: rgba(31,79,191,0.08);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
  }
  .how-icon svg { width: 28px; height: 28px; stroke: #1F4FBF; fill: none; stroke-width: 1.6; }
  .how-h3 {
    font-family: 'Cabinet Grotesk', sans-serif;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 12px;
    letter-spacing: -0.3px;
  }
  .how-p { font-size: 15px; line-height: 1.6; color: rgba(10,31,77,0.65); }

  /* ============== CTA ============== */
  .cta {
    background:
      linear-gradient(135deg, rgba(10,31,77,0.92) 0%, rgba(20,58,147,0.92) 100%),
      url('https://images.unsplash.com/photo-1556909114-f6e7ad7d3136?w=1800&q=80') center/cover;
    color: white;
    padding: 120px 40px;
    text-align: center;
  }
  .cta-h2 {
    font-family: 'Cabinet Grotesk', sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 1.05;
    letter-spacing: -1.8px;
    margin-bottom: 20px;
    max-width: 18ch;
    margin-left: auto;
    margin-right: auto;
  }
  .cta-sub {
    font-size: 18px;
    color: rgba(255,255,255,0.78);
    max-width: 50ch;
    margin: 0 auto 36px;
  }

  /* ============== FOOTER ============== */
  .footer {
    background: #0a1f4d;
    color: white;
    padding: 80px 40px 36px;
  }
  .footer-top {
    max-width: 1280px;
    margin: 0 auto 48px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(255,255,255,0.10);
  }
  .footer-brand-name {
    font-family: 'Cabinet Grotesk', sans-serif;
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 14px;
    letter-spacing: -0.5px;
  }
  .footer-tag {
    font-size: 14px;
    color: rgba(255,255,255,0.65);
    line-height: 1.6;
    max-width: 32ch;
  }
  .footer-col-title {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    margin-bottom: 16px;
    font-weight: 600;
  }
  .footer-col a {
    display: block;
    padding: 5px 0;
    font-size: 14px;
    color: rgba(255,255,255,0.78);
    transition: color 200ms;
  }
  .footer-col a:hover { color: #5C9CE0; }
  .footer-bottom {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: rgba(255,255,255,0.5);
  }

  /* ============== MOBILE HAMBURGER BUTTON ============== */
  .menu-button {
    display: none;
    width: 44px; height: 44px;
    background: transparent;
    border: 1px solid rgba(10,31,77,0.18);
    border-radius: 6px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    color: #0a1f4d;
  }
  .menu-button svg { width: 20px; height: 20px; }

  /* ============== TABLET (≤ 1024px) ============== */
  @media (max-width: 1024px) {
    .nav { padding: 14px 24px; }
    .hero { padding: 60px 24px; min-height: 540px; }
    .hero-h1 { font-size: 56px; letter-spacing: -1.5px; }
    .stats { padding: 44px 24px; }
    .stats-grid { gap: 20px; }
    .stat-num { font-size: 40px; }
    .positioning { padding: 80px 24px; }
    .positioning-inner { gap: 40px; }
    .positioning-h2 { font-size: 40px; }
    .portfolio { padding: 80px 24px; }
    .portfolio-grid { grid-template-columns: repeat(3, 1fr); }
    .portfolio-h2 { font-size: 40px; }
    .services { padding: 80px 24px; }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .services-h2 { font-size: 40px; }
    .how { padding: 80px 24px; }
    .how-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 32px !important; }
    .how-h2 { font-size: 40px; }
    .cta { padding: 80px 24px; }
    .cta-h2 { font-size: 42px; }
    .footer { padding: 60px 24px 28px; }
    .footer-top { grid-template-columns: 1.4fr 1fr 1fr; gap: 32px; }
  }

  /* ============== MOBILE (≤ 767px) ============== */
  @media (max-width: 767px) {
    .promo { font-size: 11px; padding: 10px 14px; line-height: 1.4; }
    .nav { padding: 12px 18px; position: relative; }
    .nav-logo img { height: 36px; max-width: 220px; }
    .nav-links {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: white;
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      padding: 8px 18px 18px;
      border-top: 1px solid rgba(10,31,77,0.08);
      box-shadow: 0 12px 28px rgba(10,31,77,0.10);
      transform: translateY(-12px);
      opacity: 0;
      pointer-events: none;
      transition: all 220ms ease;
      z-index: 49;
    }
    .nav-links.open {
      transform: translateY(0);
      opacity: 1;
      pointer-events: auto;
    }
    .nav-links a {
      padding: 14px 0;
      border-bottom: 1px solid rgba(10,31,77,0.08);
      text-align: left;
      font-size: 15px;
    }
    .nav-links a.nav-cta {
      background: #1F4FBF;
      color: white !important;
      margin-top: 12px;
      padding: 14px 16px;
      border-radius: 6px;
      border-bottom: none;
      text-align: center;
    }
    .menu-button { display: inline-flex; }

    .hero { padding: 56px 18px 64px; min-height: 0; }
    .hero-eyebrow { font-size: 11px; letter-spacing: 3px; margin-bottom: 18px; }
    .hero-h1 { font-size: 38px; line-height: 1.05; letter-spacing: -1.2px; margin-bottom: 18px; max-width: none; }
    .hero-sub { font-size: 16px; line-height: 1.55; margin-bottom: 28px; }
    .hero-ctas { flex-direction: column; gap: 10px; align-items: stretch; }
    .btn-primary, .btn-ghost { justify-content: center; padding: 14px 22px; font-size: 14px; }

    .stats { padding: 36px 18px; }
    .stats-grid { grid-template-columns: 1fr 1fr; gap: 28px 20px; }
    .stat { border-left: 0; padding-left: 0; }
    .stat-num { font-size: 36px; }
    .stat-label { font-size: 12px; }

    .positioning { padding: 64px 18px; }
    .positioning-inner { grid-template-columns: 1fr; gap: 24px; }
    .positioning-h2 { font-size: 32px; }
    .positioning-text { font-size: 15px; }

    .portfolio { padding: 64px 18px; }
    .portfolio-h2 { font-size: 32px; }
    .portfolio-sub { font-size: 15px; }
    .portfolio-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .brand-card-name { font-size: 18px; }
    .brand-card-cat { font-size: 10px; }

    .services { padding: 64px 18px; }
    .services-h2 { font-size: 32px; }
    .services-sub { font-size: 15px; }
    .services-grid { grid-template-columns: 1fr; gap: 20px; }
    .service-name { font-size: 20px; }
    .service-body { padding: 22px; }

    .how { padding: 64px 18px; }
    .how-h2 { font-size: 32px; }
    .how-grid { grid-template-columns: 1fr !important; gap: 28px !important; }
    .how-h3 { font-size: 19px; }
    .how-p { font-size: 14px; }

    .cta { padding: 64px 18px; }
    .cta-h2 { font-size: 32px; letter-spacing: -1px; }
    .cta-sub { font-size: 15px; margin-bottom: 24px; }

    .footer { padding: 48px 18px 24px; }
    .footer-top { grid-template-columns: 1fr; gap: 28px; padding-bottom: 32px; margin-bottom: 24px; }
    .footer-brand-name { font-size: 18px; }
    .footer-bottom { flex-direction: column; align-items: flex-start; gap: 8px; font-size: 11px; }
  }
/* ==================================================================
   INNER PAGES — services / about / contact
   ================================================================== */

/* Inner hero — text-only, no full-bleed photo */
.hero-inner {
  background:
    radial-gradient(ellipse 800px 400px at 80% 0%, rgba(95, 161, 221, 0.10), transparent 60%),
    radial-gradient(ellipse 600px 300px at 0% 100%, rgba(31, 79, 191, 0.06), transparent 65%),
    #f7f5f0;
  padding: 100px 40px 80px;
  text-align: left;
}
.hero-inner-content { max-width: 1280px; margin: 0 auto; }
.hero-inner-eyebrow {
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #1F4FBF;
  margin-bottom: 24px;
  font-weight: 500;
}
.hero-inner-h1 {
  font-family: 'Cabinet Grotesk', sans-serif;
  font-weight: 900;
  font-size: 72px;
  line-height: 1.0;
  letter-spacing: -2px;
  color: #0a1f4d;
  margin-bottom: 24px;
  max-width: 18ch;
}
.hero-inner-h1 em { color: #1F4FBF; font-style: normal; }
.hero-inner-sub {
  font-size: 18px;
  line-height: 1.55;
  color: rgba(10,31,77,0.65);
  max-width: 60ch;
}

/* Service detail block — alternating 2-col image + text */
.service-detail {
  padding: 100px 40px;
  background: white;
}
.service-detail.alt { background: #f7f5f0; }
.service-detail-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.service-detail.reverse .service-detail-inner > :first-child { order: 2; }
.service-detail-img {
  aspect-ratio: 5/4;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(10,31,77,0.10);
}
.service-detail-num {
  font-family: 'Cabinet Grotesk', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 3px;
  color: #5C9CE0;
  margin-bottom: 16px;
}
.service-detail-h2 {
  font-family: 'Cabinet Grotesk', sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.05;
  letter-spacing: -1.2px;
  color: #0a1f4d;
  margin-bottom: 20px;
  max-width: 14ch;
}
.service-detail-text p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(10,31,77,0.7);
  margin-bottom: 14px;
}
.service-detail-text p:last-child { margin-bottom: 0; }

/* Contact form */
.contact-section {
  padding: 100px 40px;
  background: white;
}
.contact-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 64px;
  align-items: start;
}
.contact-form-wrap {
  background: #f7f5f0;
  border-radius: 8px;
  padding: 40px;
}
.contact-form-h3 {
  font-family: 'Cabinet Grotesk', sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.5px;
  margin-bottom: 24px;
  color: #0a1f4d;
}
.contact-form { display: grid; gap: 18px; }
.contact-form label {
  display: block;
  margin-bottom: 6px;
  color: #0a1f4d;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.contact-form .input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(10,31,77,0.18);
  border-radius: 6px;
  background: white;
  color: #0a1f4d;
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  transition: all 200ms;
}
.contact-form .input:hover { border-color: rgba(10,31,77,0.35); }
.contact-form .input:focus {
  outline: none;
  border-color: #1F4FBF;
  box-shadow: 0 0 0 3px rgba(31,79,191,0.12);
}
.contact-form textarea.input { min-height: 130px; resize: vertical; line-height: 1.5; }
.contact-form button {
  margin-top: 8px;
  width: 100%;
  padding: 16px 24px;
  background: #0a1f4d;
  color: white;
  border: 1px solid #0a1f4d;
  border-radius: 6px;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
  transition: all 200ms;
}
.contact-form button:hover { background: #1F4FBF; border-color: #1F4FBF; }
.contact-info-block { padding: 0; }
.contact-info-item { margin-bottom: 32px; }
.contact-info-item:last-child { margin-bottom: 0; }
.contact-info-label {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(10,31,77,0.55);
  font-weight: 600;
  margin-bottom: 8px;
}
.contact-info-value {
  font-size: 17px;
  color: #0a1f4d;
  line-height: 1.5;
}
.contact-info-value a { color: #1F4FBF; }
.contact-info-value.placeholder {
  color: rgba(10,31,77,0.4);
  font-style: italic;
}

/* Story section (about page) */
.story {
  background: white;
  padding: 100px 40px;
}
.story-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
}
.story-h2 {
  font-family: 'Cabinet Grotesk', sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.05;
  letter-spacing: -1.2px;
  color: #0a1f4d;
}
.story-text p {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(10,31,77,0.72);
  margin-bottom: 20px;
}
.story-text p:last-child { margin-bottom: 0; }

/* Inner page responsive */
@media (max-width: 1024px) {
  .hero-inner { padding: 80px 24px 60px; }
  .hero-inner-h1 { font-size: 56px; letter-spacing: -1.5px; }
  .service-detail { padding: 72px 24px; }
  .service-detail-inner { gap: 48px; }
  .service-detail-h2 { font-size: 36px; }
  .contact-section { padding: 72px 24px; }
  .contact-grid { gap: 40px; }
  .story { padding: 72px 24px; }
  .story-inner { gap: 40px; }
  .story-h2 { font-size: 36px; }
}
@media (max-width: 767px) {
  .hero-inner { padding: 56px 18px 48px; }
  .hero-inner-h1 { font-size: 38px; letter-spacing: -1.2px; line-height: 1.05; }
  .hero-inner-sub { font-size: 15px; }
  .service-detail { padding: 56px 18px; }
  .service-detail-inner { grid-template-columns: 1fr; gap: 32px; }
  .service-detail.reverse .service-detail-inner > :first-child { order: unset; }
  .service-detail-h2 { font-size: 30px; }
  .service-detail-text p { font-size: 15px; }
  .contact-section { padding: 56px 18px; }
  .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .contact-form-wrap { padding: 28px; }
  .story { padding: 56px 18px; }
  .story-inner { grid-template-columns: 1fr; gap: 24px; }
  .story-h2 { font-size: 30px; }
  .story-text p { font-size: 15px; }
}
