@media (max-width: 1180px) {
  .topbar-inner {
    width: calc(100% - 40px);
    gap: 18px;
    overflow-x: auto;
  }

  .main-nav {
    min-height: 92px;
    padding: 0 22px;
    gap: 18px;
  }

  .brand {
    flex: 1 1 auto;
  }

  .brand img {
    width: 230px;
  }

  .nav-links {
    gap: 17px;
    font-size: 12px;
  }

  .nav-links a {
    padding: 38px 0 33px;
  }

  .nav-cta {
    padding: 15px 18px;
    font-size: 13px;
  }

  .lang-switch {
    margin-left: auto;
  }

  .hero {
    background-position: center -130px;
  }

  .hero-copy {
    width: calc(100% - 46px);
  }

  .service-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .detail-hero {
    grid-template-columns: 1fr;
    background: var(--navy);
  }

  .detail-hero-copy {
    width: calc(100% - 46px);
    margin: 0 auto;
    padding-bottom: 42px;
  }

  .detail-hero-image {
    min-height: 360px;
  }

  .proof-strip,
  .feature-cards,
  .process-grid,
  .reference-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .split-section,
  .image-band {
    grid-template-columns: 1fr;
  }

  .about-hero,
  .about-founder-section {
    grid-template-columns: 1fr;
  }

  .about-photo-stack figure:nth-child(2) {
    transform: none;
  }

  .about-photo-stack img {
    height: 420px;
  }

  .legal-shell {
    grid-template-columns: 1fr;
  }

  .legal-toc {
    position: static;
  }
}

@media (max-width: 820px) {
  .topbar-inner {
    min-height: auto;
    padding: 10px 0;
    flex-wrap: wrap;
    justify-content: center;
    white-space: normal;
    text-align: center;
  }

  .socials {
    display: none;
  }

  .main-nav {
    align-items: center;
    flex-wrap: wrap;
    padding: 14px 18px;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .nav-links {
    order: 3;
    width: 100%;
    display: none;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    border-top: 1px solid #e8edf5;
  }

  .main-nav.is-open .nav-links {
    display: grid;
  }

  .nav-links a {
    padding: 14px 0;
  }

  .nav-links a.active::after {
    bottom: 8px;
  }

  .nav-cta {
    display: none;
  }

  .lang-switch {
    order: 2;
    margin-left: auto;
  }

  .hero {
    min-height: 620px;
    align-items: flex-end;
    padding: 56px 0 30px;
    background-size: auto 760px;
    background-position: center top;
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero-actions {
    flex-direction: column;
    max-width: 320px;
  }

  .trust-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .floating-contact {
    top: auto;
    right: 12px;
    bottom: 72px;
    gap: 8px;
  }

  .floating-contact a {
    min-width: 48px;
    width: 48px;
    height: 48px;
    padding: 0;
    border-radius: 50%;
    font-size: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .floating-contact a::before {
    font-size: 22px;
    line-height: 1;
  }

  .floating-contact .whatsapp::before {
    content: "☎";
  }

  .floating-contact .call::before {
    content: "☏";
  }

  .floating-contact .mail::before {
    content: "✉";
  }

  .services {
    padding: 30px 18px 10px;
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .detail-section,
  .image-band,
  .detail-cta,
  .proof-strip {
    width: calc(100% - 36px);
  }

  .detail-section {
    padding-top: 58px;
  }

  .proof-strip {
    margin-top: 22px;
  }

  .image-band {
    margin-top: 58px;
    padding: 18px;
  }

  .image-band img {
    height: 280px;
  }

  .detail-cta {
    margin-top: 58px;
    padding: 34px 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-inner {
    width: calc(100% - 36px);
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    padding: 42px 0 34px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    width: calc(100% - 36px);
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-hero {
    padding: 54px 18px;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .contact-hero-panel {
    max-width: 520px;
  }

  .contact-cards {
    width: calc(100% - 36px);
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-cards article:nth-child(2) {
    border-right: 0;
  }

  .contact-cards article:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .contact-layout {
    width: calc(100% - 36px);
    grid-template-columns: 1fr;
    margin-top: 58px;
  }

  .about-hero {
    padding: 54px 18px;
    gap: 32px;
  }

  .about-photo-stack,
  .about-founder-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-photo-stack img,
  .about-founder-grid img {
    height: 340px;
  }

  .about-founder-section {
    width: calc(100% - 36px);
    margin-top: 58px;
  }

  .references-section,
  .legal-shell {
    width: calc(100% - 36px);
  }

  .legal-hero {
    padding: 58px 18px 66px;
  }

  .quote-shell {
    width: calc(100% - 36px);
    padding-top: 42px;
  }

  .quote-line {
    margin-bottom: 36px;
  }

  .quote-form input,
  .quote-form select,
  .quote-form textarea {
    font-size: 18px;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .form-grid label + label span {
    display: none;
  }
}

@media (max-width: 560px) {
  .brand img {
    width: 205px;
  }

  .lang-switch {
    gap: 2px;
    padding: 3px;
  }

  .lang-option {
    min-width: 38px;
    height: 31px;
    font-size: 11px;
  }

  .nav-links {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 650px;
    background-position: 58% top;
  }

  .hero-copy {
    width: calc(100% - 32px);
  }

  .hero h1 {
    font-size: 34px;
  }

  .claim {
    font-size: 21px;
  }

  .intro {
    font-size: 15px;
  }

  .btn {
    width: 100%;
    min-width: 0;
  }

  .trust-row {
    grid-template-columns: 1fr;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .detail-hero h1 {
    font-size: 36px;
  }

  .detail-hero p,
  .copy-block p,
  .image-band p,
  .detail-cta p {
    font-size: 16px;
  }

  .proof-strip,
  .feature-cards,
  .process-grid,
  .reference-grid {
    grid-template-columns: 1fr;
  }

  .proof-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .proof-strip div:last-child {
    border-bottom: 0;
  }

  .quote-shell h1 {
    text-align: left;
  }

  .quote-form span {
    font-size: 16px;
  }

  .back-top {
    width: 42px;
    height: 42px;
    right: 16px;
    bottom: 16px;
  }

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

  .footer-logo {
    width: min(245px, 100%);
  }

  .footer-column .footer-action {
    width: 100%;
    text-align: center;
  }

  .contact-hero h1 {
    font-size: 36px;
  }

  .contact-hero-panel img {
    width: min(220px, 100%);
  }

  .contact-cards {
    grid-template-columns: 1fr;
  }

  .contact-cards article,
  .contact-cards article:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .contact-cards article:last-child {
    border-bottom: 0;
  }

  .about-hero h1 {
    font-size: 35px;
  }

  .about-photo-stack,
  .about-founder-grid {
    grid-template-columns: 1fr;
  }

  .about-photo-stack img,
  .about-founder-grid img {
    height: 380px;
  }

  .reference-grid img {
    height: 300px;
  }

  .legal-hero h1 {
    font-size: 36px;
  }

  .legal-content article {
    padding: 24px 20px;
  }

  .contact-form {
    padding: 26px 20px;
  }

  .contact-map {
    height: 300px;
  }
}
