@media (max-width: 1080px) {
    :root { --header-height: 72px; }
    .site-header { z-index: 500; background: rgba(255,249,246,.98); backdrop-filter: none; -webkit-backdrop-filter: none; }
    .container { width: min(calc(100% - 32px), var(--container)); }
    .info-bar p { max-width: 65%; }
    .menu-toggle { position: relative; z-index: 1002; display: grid; flex: 0 0 46px; place-content: center; gap: 5px; width: 46px; height: 46px; padding: 0; border: 1px solid rgba(122,22,50,.17); border-radius: 13px; background: var(--white); cursor: pointer; touch-action: manipulation; }
    .menu-toggle span { display: block; width: 21px; height: 2px; border-radius: 2px; background: var(--burgundy); transition: transform .2s ease, opacity .2s ease; }
    .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
    .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .main-nav { position: fixed; z-index: 1001; top: var(--header-height); right: 0; width: min(88vw, 390px); height: calc(100vh - var(--header-height)); height: calc(100dvh - var(--header-height)); display: flex; visibility: hidden; flex-direction: column; align-items: stretch; gap: 0; padding: 22px 24px calc(28px + env(safe-area-inset-bottom)); transform: translate3d(105%,0,0); overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; pointer-events: none; color: var(--text); background: var(--ivory); box-shadow: -25px 0 70px rgba(9,38,64,.2); transition: transform .28s ease, visibility 0s linear .28s; -webkit-overflow-scrolling: touch; }
    .main-nav.is-open { visibility: visible; transform: translate3d(0,0,0); pointer-events: auto; transition: transform .28s ease, visibility 0s; }
    .main-nav > a { flex: 0 0 auto; padding: 15px 5px; border-bottom: 1px solid var(--border); font-family: Georgia, serif; font-size: 1.12rem; }
    .main-nav a::after { display: none; }
    .nav-overlay { position: fixed; z-index: 1000; top: var(--header-height); right: 0; bottom: 0; left: 0; display: block; visibility: hidden; opacity: 0; pointer-events: none; background: rgba(9,38,64,.58); transition: opacity .25s ease, visibility 0s linear .25s; }
    .nav-overlay.is-open { visibility: visible; opacity: 1; pointer-events: auto; transition: opacity .25s ease, visibility 0s; }
    .mobile-nav-contacts { display: grid; grid-template-columns: 1fr; gap: 9px; margin-top: auto; padding-top: 24px; }
    .mobile-nav-contacts a { display: flex; align-items: center; gap: 11px; min-width: 0; padding: 13px 14px; border: 0; border-radius: 13px; color: var(--white); background: var(--burgundy); font-family: inherit; }
    .mobile-nav-contacts a:last-child { background: var(--green); }
    .mobile-nav-contacts svg { width: 23px; height: 23px; flex: 0 0 auto; }
    .mobile-nav-contacts span { min-width: 0; }
    .mobile-nav-contacts small, .mobile-nav-contacts strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .mobile-nav-contacts small { font-size: .63rem; opacity: .72; text-transform: uppercase; letter-spacing: .08em; }
    .mobile-nav-contacts strong { font-size: .78rem; }
    .hero { min-height: auto; padding-top: 58px; }
    .hero__grid { grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr); gap: 34px; }
    .hero h1 { font-size: clamp(2.5rem, 5vw, 4.3rem); }
    .hero__contact { grid-template-columns: 1fr; max-width: 420px; }
    .trust-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .trust-grid > div:nth-child(2) { border-right: 1px solid var(--border); }
    .trust-grid > div:nth-child(3) { border-left: 1px solid var(--border); border-top: 1px solid var(--border); }
    .trust-grid > div:nth-child(4) { border-top: 1px solid var(--border); }
    .feature-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .footer-grid { grid-template-columns: 1.4fr repeat(3, .8fr); gap: 28px; }
}

@media (max-width: 820px) {
    .section { padding: 84px 0; }
    .hero { padding: 55px 0 70px; }
    .hero__grid, .two-column, .recovery__grid, .risks__grid, .doctor__grid, .faq__grid, .contact__grid { grid-template-columns: minmax(0,1fr); }
    .hero__content { width: 100%; max-width: 680px; }
    .hero__visual { width: 100%; max-width: 650px; margin: 8px auto 0; }
    .hero__image-wrap { aspect-ratio: 1.22 / 1; border-radius: 30px; }
    .hero__image-wrap img { object-position: 73% center; }
    .hero__note { left: 18px; }
    .two-column { gap: 25px; }
    .method-card { min-height: 390px; }
    .visual-break { min-height: 570px; }
    .visual-break > img { object-position: 66% center; }
    .visual-break__overlay { background: linear-gradient(90deg, rgba(9,38,64,.96), rgba(9,38,64,.72) 70%, rgba(9,38,64,.3)); }
    .recovery__image { max-width: 520px; margin-inline: auto; }
    .recovery__badge { right: 15px; }
    .doctor__image { max-width: 680px; margin-inline: auto; }
    .faq .section-heading { position: static; }
    .privacy-card { grid-template-columns: auto 1fr; }
    .privacy-card .button { grid-column: 2; justify-self: start; }
    .contact-card { max-width: 620px; }
    .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
    .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
    :root { --radius-lg: 25px; --radius-md: 18px; }
    html { scroll-padding-top: 82px; }
    body { min-width: 0; padding-bottom: calc(68px + env(safe-area-inset-bottom)); font-size: 15px; }
    .container { width: calc(100% - 26px); max-width: var(--container); }
    .section { padding: 70px 0; }
    .info-bar { display: none; }
    .header-inner { width: calc(100% - 24px); min-width: 0; gap: 10px; }
    .brand { min-width: 0; max-width: calc(100% - 58px); gap: 8px; overflow: hidden; }
    .brand > span:last-child { min-width: 0; }
    .brand__mark { width: 40px; height: 40px; }
    .brand strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .91rem; }
    .brand small { max-width: 185px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .58rem; }
    .main-nav { width: min(91vw, 390px); padding-inline: 20px; }
    .hero { width: 100%; padding-top: 40px; }
    .hero::before { width: 90vw; height: 90vw; }
    .hero__grid { min-width: 0; max-width: var(--container); }
    .hero__content, .hero__visual { width: 100%; min-width: 0; max-width: 100%; }
    .hero h1 { width: 100%; max-width: 100%; margin-bottom: 18px; font-size: clamp(2.05rem, 10.4vw, 3.15rem); line-height: 1.08; overflow-wrap: anywhere; word-break: normal; hyphens: auto; }
    .hero h1 em { display: inline; }
    .hero__lead { font-size: .96rem; }
    .eyebrow { max-width: 100%; flex-wrap: wrap; line-height: 1.45; }
    .doctor-chip { max-width: 100%; }
    .doctor-chip span:last-child { min-width: 0; }
    .doctor-chip strong, .doctor-chip small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .hero__actions { display: grid; grid-template-columns: 1fr; }
    .hero__actions .button { width: 100%; }
    .hero__contact { display: none; }
    .hero__image-wrap { aspect-ratio: .93 / 1; border-width: 6px; border-radius: 26px; }
    .hero__image-wrap img { object-position: 73% center; }
    .hero__note { right: 12px; bottom: 12px; left: 12px; max-width: none; }
    .trust-grid { grid-template-columns: 1fr; }
    .trust-grid > div, .trust-grid > div:first-child, .trust-grid > div:nth-child(3) { min-height: 82px; border: 0; border-bottom: 1px solid var(--border); }
    .section-heading--center { margin-bottom: 34px; text-align: left; }
    .section-heading--center .eyebrow { justify-content: flex-start; }
    .section-slogan { font-size: 1.08rem; }
    .feature-grid, .method-grid { grid-template-columns: 1fr; }
    .feature-card { min-height: auto; padding: 28px 24px; }
    .method-card { min-height: auto; padding: 32px 25px; }
    .method-card h3 { font-size: 1.8rem; }
    .visual-break { min-height: 620px; align-items: end; }
    .visual-break > img { object-position: 63% top; }
    .visual-break__overlay { background: linear-gradient(0deg, rgba(9,38,64,.98) 0%, rgba(9,38,64,.78) 54%, rgba(9,38,64,.25) 100%); }
    .visual-break__content { padding: 260px 0 60px; }
    .visual-break__content h2 { font-size: 2.25rem; }
    .timeline::before { left: 21px; }
    .timeline li { grid-template-columns: 44px minmax(0,1fr); gap: 16px; padding-right: 0; }
    .timeline li > span { width: 44px; height: 44px; }
    .recovery__grid { gap: 45px; }
    .recovery__image img { max-height: 570px; }
    .recovery__badge { right: 10px; bottom: 12px; left: 10px; max-width: none; text-align: center; }
    .risk-list span { font-size: .75rem; }
    .surgical-warning { margin-top: 35px; }
    .doctor__facts > div { grid-template-columns: 92px 1fr; gap: 12px; }
    .privacy-card { grid-template-columns: 1fr; padding: 28px 23px; }
    .privacy-card .button { grid-column: auto; justify-self: stretch; }
    .accordion summary { padding-block: 20px; font-size: .92rem; }
    .contact { padding: 76px 0; }
    .contact__actions { display: grid; grid-template-columns: 1fr; }
    .contact-button { min-width: 0; }
    .button, .contact-button { max-width: 100%; white-space: normal; }
    .contact-card { padding: 28px 23px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid > div:first-child { grid-column: 1 / -1; }
    .mobile-contact { position: fixed; z-index: 200; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; min-height: 64px; padding-bottom: env(safe-area-inset-bottom); border-top: 1px solid rgba(255,255,255,.18); background: var(--navy); box-shadow: 0 -12px 35px rgba(9,38,64,.18); }
    .mobile-contact a { display: flex; align-items: center; justify-content: center; gap: 9px; color: var(--white); font-size: .83rem; font-weight: 800; }
    .mobile-contact a + a { border-left: 1px solid rgba(255,255,255,.18); background: var(--green); }
    .mobile-contact svg { width: 22px; height: 22px; }
    .cookie-trigger { bottom: calc(76px + env(safe-area-inset-bottom)); }
    .cookie-banner { bottom: calc(74px + env(safe-area-inset-bottom)); grid-template-columns: 1fr; gap: 16px; max-height: calc(100vh - 100px); overflow-y: auto; }
    .cookie-banner__actions { display: grid; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 380px) {
    .brand small { max-width: 145px; }
    .hero h1 { font-size: clamp(1.95rem, 10vw, 2.2rem); }
    .visual-break__content h2 { font-size: 2rem; overflow-wrap: anywhere; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-grid > div:first-child { grid-column: auto; }
}
