@media (min-width: 1025px) {
  .nav-link { font-size: .8rem; padding: .38rem .42rem; }
  .hero-banner {
    min-height: 675px;
  }
  .hero-banner__bg,
  .hero-banner__bg picture {
    min-height: 100%;
  }
  .hero-banner__bg-img {
    min-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 32% center;
  }
  .hero-banner__grid {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 520px);
    min-height: 675px;
    padding: 3.65rem 0;
    align-items: center;
    box-sizing: border-box;
  }
  .hero-banner__visual {
    align-self: center;
    height: 100%;
    max-height: 520px;
  }
  .hero-banner__visual img {
    display: block;
    width: 100%;
    max-width: 520px;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: top center;
  }
}

@media (min-width: 1360px) {
  .brand--header .brand__name { font-size: .74rem; }
  .brand--header .brand__tagline { font-size: .64rem; }
  .nav-link { font-size: .84rem; padding: .4rem .48rem; }
}

@media (max-width: 1024px) {
  .nav-desktop { display: none; }
  .menu-toggle { display: inline-flex; }
  .header-cta { display: none; }
  .lang-flag.is-active {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85);
  }
  .brand--header .brand__name { font-size: .68rem; letter-spacing: 0.05em; }
  .brand--header .brand__tagline { font-size: .6rem; }
  .brand__icon-img,
  .brand__icon-svg { height: 2.25em; }
  .about-full__grid, .contact-page__grid {
    grid-template-columns: 1fr;
  }
  .page-with-media__grid,
  .eeg-service__grid,
  .service-detail__layout {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "copy"
      "media";
  }
  .service-detail__layout--no-media {
    grid-template-areas: "copy";
  }
  .page-with-media__grid .page-featured-media,
  .eeg-service__grid .page-featured-media {
    order: -1;
  }
  .service-detail__aside .page-featured-media img {
    position: static;
  }
  .service-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .service-hero__actions .btn {
    justify-content: center;
  }
}

@media (max-width: 560px) {
  .brand { gap: 8px; }
  .brand--header .brand__name { font-size: .62rem; letter-spacing: 0.04em; }
  .brand--header .brand__tagline { font-size: .56rem; }
  .brand__icon-img,
  .brand__icon-svg { height: 2.15em; }
  .brand { max-width: 15rem; }
}

@media (max-width: 768px) {
  .hero-banner__bg {
    overflow: hidden;
  }
  .hero-banner__bg picture {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .hero-banner__bg-img {
    width: auto;
    height: 100%;
    max-width: none;
    min-width: 0;
    object-fit: unset;
    object-position: left center;
    flex: 0 0 auto;
    transform: translateX(-30%);
  }
}

@media (max-width: 1024px) {
  .hero-banner {
    min-height: clamp(440px, 72vh, 620px);
  }
  .hero-banner__bg-img {
    object-position: 42% 38%;
  }
  .hero-banner__grid {
    grid-template-columns: 1fr;
    gap: 1.35rem;
    padding: 1.85rem 0 2.1rem;
  }
  /* Mobil: üstte yazı, altta portre (DOM sırası korunur) */
  .hero-banner__copy {
    order: 1;
    text-align: center;
  }
  .hero-banner__visual {
    order: 2;
    justify-content: center;
  }
  .hero-banner__visual img {
    width: min(320px, 88vw);
    max-width: 100%;
    margin: 0 auto;
    aspect-ratio: 1 / 1;
  }
  .hero-banner__intro p {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-banner__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-banner__actions .btn--hero {
    width: 100%;
    justify-content: center;
    font-size: .82rem;
    padding: .65rem .5rem;
  }
  .trust-bar {
    padding-top: 1.35rem;
    padding-bottom: 1.35rem;
  }
  .review-cards {
    width: 100%;
    max-width: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .45rem;
  }
  .review-card {
    min-height: 100px;
    padding: .75rem 1.85rem .75rem .7rem;
    gap: .5rem;
  }
  .review-card__main {
    flex-direction: column;
    align-items: flex-start;
    gap: .45rem;
  }
  .review-card__brand {
    gap: .3rem;
  }
  .review-card__logo {
    width: 30px;
    height: 30px;
  }
  .review-card__name {
    font-size: .68rem;
  }
  .review-card__score {
    align-self: flex-start;
  }
  .review-card__value {
    font-size: 1.35rem;
  }
  .review-card__of {
    font-size: .82rem;
  }
  .review-card__meta {
    flex-wrap: wrap;
    gap: .25rem .4rem;
  }
  .review-card__stars {
    font-size: .65rem;
  }
  .review-card__count {
    font-size: .65rem;
  }
  .review-card__go {
    right: .5rem;
    width: 24px;
    height: 24px;
  }
  .contact-reviews .review-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .review-modal {
    padding: .5rem;
    align-items: flex-end;
  }
  .review-modal__dialog {
    max-height: 92vh;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .review-modal__frame {
    height: min(68vh, 520px);
  }
  .trust-bar__highlights {
    grid-template-columns: 1fr;
    gap: .65rem;
    max-width: 420px;
    margin: 0 auto;
  }
  .trust-bar__item {
    justify-content: flex-start;
    text-align: left;
  }
  .trust-bar__text {
    font-size: .88rem;
    font-weight: var(--fw-semibold);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .trust-bar__reviews .review-cards {
    max-width: none;
  }
  .trust-bar + .section {
    padding-top: 1.35rem;
    padding-bottom: 1.35rem;
  }
  #hizmetler .section__head,
  .home-articles .section__head {
    margin-bottom: 1.25rem;
  }
  #hizmetler .home-treatments__action {
    margin-top: .85rem;
    margin-bottom: 0;
  }
}

@supports not (width: 1cqi) {
  .info-card {
    flex: 0 0 min(240px, 78vw);
  }
}
@media (max-width: 480px) {
  .info-carousel__nav {
    width: 40px;
    height: 40px;
  }
  .info-card {
    flex: 0 0 min(228px, 80vw);
    min-height: 13.75rem;
  }
}

@media (max-width: 767px) {
  .site-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}

@media (max-width: 640px) {
  :root { --header-h: 64px; }
  .hero-banner__actions {
    max-width: none;
    gap: .5rem;
  }
  .home-info-cards { margin-top: 1.5rem; padding-top: 1.5rem; }
  .cta-band.section { padding: 1.35rem 0; }
  .cta-band__inner { gap: .45rem; }
  .cta-band__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .35rem;
  }
  .cta-band__btn--form {
    grid-column: 1 / -1;
  }
  .footer__columns {
    grid-template-columns: minmax(0, 1fr);
  }
  .footer__brand-row {
    padding-bottom: .65rem;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }
  .footer__col .footer__acc--mobile {
    border-top: 1px solid rgba(255, 255, 255, .12);
  }
  .footer__col--brand + .footer__col .footer__acc--mobile {
    border-top: none;
  }
  .footer__acc--mobile .footer-acc__panel {
    padding: 0 0 .5rem;
  }
  .footer__agency-logo {
    height: 1.2rem;
  }
  .footer__legal-inner p {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .2rem;
    text-align: center;
  }
  .footer__legal-sep { display: none; }
  .grid--video-tiles { grid-template-columns: minmax(0, 1fr); }
}
