/* ========================================================================== 
   MAMI & ŠEPTEJ TATÍNKOVI — responzivní úpravy
   Soubor: assets/css/responsive.css
   Verze: 1.0.0

   Breakpointy:
   • 1280 px  menší notebooky
   • 1120 px  tablet na šířku / kompaktní notebook
   • 960 px   tablet
   • 760 px   velký mobil / tablet na výšku
   • 560 px   běžný mobil
   • 390 px   velmi úzký mobil
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Menší notebooky a široké tablety
   -------------------------------------------------------------------------- */

@media (max-width: 1280px) {
    :root {
        --container: 1120px;
        --gutter: clamp(22px, 3.5vw, 42px);
        --section-space: clamp(78px, 8vw, 124px);
    }

    .desktop-nav__list {
        gap: clamp(15px, 1.8vw, 26px);
    }

    .desktop-nav a {
        font-size: 0.86rem;
    }

    .hero__content {
        width: min(735px, 70%);
    }

    .hero__title {
        max-width: 720px;
    }

    .recipient-tile {
        min-height: 360px;
        padding: 30px;
    }

    .recipient-tile__icon {
        margin: 30px 0 36px;
    }

    .product-feature {
        min-height: 625px;
    }

    .product-feature__media {
        min-height: 610px;
    }

    .product-feature__content {
        padding: clamp(40px, 5vw, 70px);
    }

    .story__content {
        padding: clamp(54px, 7vw, 100px);
    }

    .site-footer__top {
        grid-template-columns: minmax(250px, 1.25fr) repeat(3, minmax(140px, 0.72fr));
        gap: 42px;
    }
}

/* --------------------------------------------------------------------------
   2. Kompaktní notebook / tablet na šířku
   -------------------------------------------------------------------------- */

@media (max-width: 1120px) {
    :root {
        --header-height: 76px;
        --container: 980px;
    }

    .site-header__inner {
        gap: 20px;
    }

    .site-logo img {
        width: 54px;
        height: 54px;
        max-height: none;
    }
    .site-logo--home {
        margin-left: -54px;
        gap: 16px;
    }

    .site-logo .site-logo__wordmark {
        width: auto;
        height: 46px;
        max-width: none;
    }

    .desktop-nav__list {
        gap: 15px;
    }

    .desktop-nav a {
        font-size: 0.8rem;
    }

    .cart-trigger {
        padding-inline: 13px;
    }

    .cart-trigger__label {
        display: none;
    }

    .hero {
        min-height: min(820px, calc(100svh - 38px));
    }

    .hero__content {
        width: min(700px, 78%);
    }

    .hero__scroll {
        right: 18px;
    }

    .section-heading {
        grid-template-columns: minmax(0, 1.35fr) minmax(230px, 0.65fr);
        gap: 48px;
    }

    .recipient-selector__grid {
        gap: 18px;
    }

    .recipient-tile {
        min-height: 340px;
        padding: 27px;
    }

    .recipient-tile__icon {
        width: 62px;
        height: 62px;
        margin: 26px 0 32px;
        font-size: 1.95rem;
    }

    .product-feature {
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
        min-height: 590px;
    }

    .product-feature__media {
        min-height: 590px;
    }

    .product-feature__content {
        padding: 44px;
    }

    .product-feature__purchase {
        align-items: flex-start;
        flex-direction: column;
        gap: 22px;
    }

    .product-feature__buttons {
        width: 100%;
    }

    .product-feature__buttons .button {
        flex: 1 1 210px;
    }

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

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

    .process-step {
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .process-step:nth-child(1),
    .process-step:nth-child(2) {
        border-top: 0;
    }

    .process-step:nth-child(odd) {
        border-left: 0;
    }

    .story {
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    }

    .story__media {
        min-height: 670px;
    }

    .testimonials__placeholder {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .faq__layout,
    .contact__layout {
        gap: 58px;
    }

    .site-footer__top {
        grid-template-columns: minmax(260px, 1.2fr) repeat(2, minmax(160px, 0.8fr));
    }

    .site-footer__column:last-child {
        grid-column: 2 / -1;
    }

    .cart-drawer__panel {
        width: min(470px, 92vw);
    }
}

/* --------------------------------------------------------------------------
   3. Tablet a menší notebook
   -------------------------------------------------------------------------- */

@media (max-width: 960px) {
    :root {
        --header-height: 72px;
        --section-space: clamp(70px, 10vw, 108px);
        --gutter: clamp(20px, 4.5vw, 38px);
    }


    .desktop-nav {
        display: none;
    }

    .mobile-menu-button {
        display: inline-grid;
    }

    .site-header__actions {
        margin-left: auto;
    }

    .cart-trigger__label {
        display: inline;
    }

    .hero {
        min-height: 790px;
    }

    .hero__media img {
        object-position: 58% 50%;
    }

    .hero__overlay {
        background:
            linear-gradient(90deg, rgba(29, 23, 21, 0.82) 0%, rgba(29, 23, 21, 0.58) 55%, rgba(29, 23, 21, 0.25) 100%),
            linear-gradient(180deg, rgba(20, 16, 15, 0.1), rgba(20, 16, 15, 0.34));
    }

    .hero__content {
        width: min(680px, 82%);
    }

    .hero__scroll {
        display: none;
    }

    .intro__inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .intro__copy {
        max-width: 760px;
        padding-top: 0;
    }

    .section-heading {
        display: block;
    }

    .section-heading > p,
    .section-heading__aside {
        max-width: 720px;
        margin-top: 25px;
    }

    .recipient-selector__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .recipient-tile--family {
        grid-column: 1 / -1;
        min-height: 270px;
    }

    .recipient-tile--family::before {
        right: -5%;
        bottom: -85%;
        width: 430px;
        height: 430px;
    }

    .recipient-tile--family .recipient-tile__icon {
        margin-block: 22px 24px;
    }

    .product-feature,
    .product-feature--dad {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .product-feature--dad .product-feature__media,
    .product-feature--dad .product-feature__content {
        order: initial;
    }

    .product-feature__media {
        min-height: clamp(460px, 66vw, 650px);
    }

    .product-feature__content {
        padding: clamp(42px, 7vw, 72px);
    }

    .product-feature__purchase {
        align-items: flex-end;
        flex-direction: row;
    }

    .product-feature__buttons {
        width: auto;
    }

    .benefits__grid {
        gap: 18px;
    }

    .process__heading {
        max-width: 720px;
    }

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

    .story__media {
        min-height: clamp(480px, 72vw, 700px);
    }

    .story__content {
        padding: var(--section-space) var(--gutter);
    }

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

    .testimonials__placeholder-media {
        min-height: clamp(380px, 62vw, 560px);
    }

    .testimonials__placeholder-copy {
        min-height: 390px;
    }

    .quote-mark {
        top: 6px;
        right: 30px;
        font-size: 9rem;
    }

    .faq__layout,
    .contact__layout {
        grid-template-columns: 1fr;
        gap: 52px;
    }

    .faq__heading {
        position: static;
    }

    .faq__heading p,
    .contact__copy > p {
        max-width: 720px;
    }

    .contact__copy {
        padding-top: 0;
    }

    .contact-form {
        max-width: 760px;
    }

    .site-footer__top {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-footer__brand {
        grid-column: 1 / -1;
    }

    .site-footer__column:last-child {
        grid-column: auto;
    }

    .cookie-banner {
        right: 20px;
        bottom: 20px;
        left: 20px;
        width: auto;
    }
}

/* --------------------------------------------------------------------------
   4. Tablet na výšku a velké mobily
   -------------------------------------------------------------------------- */

@media (max-width: 760px) {
    :root {
        --header-height: 68px;
        --section-space: clamp(62px, 12vw, 90px);
        --radius-lg: 26px;
        --radius-xl: 32px;
    }

    body {
        font-size: 15.5px;
    }

    h1 {
        font-size: clamp(2.75rem, 12vw, 4.75rem);
    }

    h2 {
        font-size: clamp(2.12rem, 9vw, 3.65rem);
    }

    h3 {
        font-size: clamp(1.45rem, 6.8vw, 2.35rem);
    }

    .announcement__inner {
        min-height: 40px;
        padding-block: 7px;
    }

    .announcement__text {
        max-width: 92%;
        font-size: 0.8rem;
        line-height: 1.35;
        letter-spacing: 0.01em;
    }

    .site-header__inner {
        gap: 12px;
    }

    .site-logo img {
        width: 54px;
        height: 54px;
        max-height: none;
    }
    .site-logo--home {
        margin-left: -18px;
        gap: 14px;
    }

    .site-logo .site-logo__wordmark {
        width: auto;
        height: 42px;
        max-width: none;
    }

    .site-header__actions {
        gap: 8px;
    }

    .icon-button {
        width: 43px;
        height: 43px;
    }

    .cart-trigger {
        min-height: 44px;
        padding: 8px 10px 8px 13px;
    }

    .cart-trigger__label {
        display: none;
    }

    .cart-trigger__count {
        min-width: 23px;
        height: 23px;
    }

    .hero {
        min-height: max(710px, calc(100svh - 42px));
        align-items: end;
    }

    .hero__media img {
        object-position: 50% 50%;
    }

    .hero__overlay {
        background:
            linear-gradient(180deg, rgba(22, 18, 17, 0.18) 0%, rgba(22, 18, 17, 0.52) 44%, rgba(22, 18, 17, 0.88) 100%);
    }

    .hero__inner {
        align-items: flex-end;
        padding-top: 110px;
        padding-bottom: 66px;
    }

    .hero__content {
        width: 100%;
        max-width: 620px;
    }

    .hero__title {
        max-width: 620px;
        margin-bottom: 22px;
    }

    .hero__lead {
        max-width: 580px;
        margin-bottom: 30px;
        font-size: 1rem;
    }

    .hero__actions {
        gap: 10px;
        margin-bottom: 28px;
    }

    .hero__actions .button {
        flex: 1 1 210px;
    }

    .hero__benefits {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px 18px;
        font-size: 0.82rem;
    }

    .intro__inner {
        gap: 24px;
    }

    .intro__copy p {
        font-size: 1rem;
    }

    .section-heading {
        margin-bottom: 46px;
    }

    .section-heading--center {
        text-align: left;
    }

    .section-heading--center .eyebrow {
        justify-content: flex-start;
    }

    .section-heading--center > p:last-child {
        margin-inline: 0;
    }

    .recipient-selector__grid {
        grid-template-columns: 1fr;
    }

    .recipient-tile,
    .recipient-tile--family {
        grid-column: auto;
        min-height: 285px;
        padding: 28px;
    }

    .recipient-tile::before,
    .recipient-tile--family::before {
        right: -18%;
        bottom: -60%;
        width: 300px;
        height: 300px;
    }

    .recipient-tile__icon,
    .recipient-tile--family .recipient-tile__icon {
        width: 58px;
        height: 58px;
        margin: 24px 0 28px;
        font-size: 1.75rem;
    }

    .product-feature {
        border-radius: var(--radius-lg);
    }

    .product-feature + .product-feature {
        margin-top: 50px;
    }

    .product-feature__media {
        min-height: clamp(390px, 82vw, 560px);
    }

    .product-feature__badge {
        top: 18px;
        left: 18px;
        padding: 8px 12px;
        font-size: 0.66rem;
    }

    .product-feature__zoom {
        right: 18px;
        bottom: 18px;
        width: 50px;
        height: 50px;
    }

    [data-product-section="tati-box"] .product-feature__zoom {
        left: 18px;
        right: auto;
    }

    .product-feature__content {
        padding: 34px 28px 38px;
    }

    .product-feature__content h3 {
        font-size: clamp(2.4rem, 11vw, 3.7rem);
    }

    .product-feature__motto {
        margin-bottom: 22px;
        font-size: 1.12rem;
    }

    .feature-list {
        margin-bottom: 30px;
    }

    .product-feature__purchase {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .product-feature__buttons {
        width: 100%;
    }

    .product-feature__buttons .button {
        width: 100%;
    }

    .product-feature__note {
        align-items: flex-start;
    }

    .benefits__grid,
    .process__steps {
        grid-template-columns: 1fr;
    }

    .benefit-card {
        min-height: 0;
    }

    .process-step,
    .process-step:nth-child(1),
    .process-step:nth-child(2),
    .process-step:nth-child(odd) {
        min-height: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        border-left: 0;
    }

    .process-step:first-child {
        border-top: 0;
    }

    .story__media {
        min-height: clamp(390px, 92vw, 570px);
    }

    .story__content {
        padding: 66px var(--gutter);
    }

    .testimonials__placeholder {
        border-radius: var(--radius-lg);
    }

    .testimonials__placeholder-media {
        min-height: clamp(330px, 85vw, 500px);
    }

    .testimonials__placeholder-copy {
        min-height: 350px;
        padding: 40px 28px;
    }

    .quote-mark {
        top: 5px;
        right: 20px;
        font-size: 7rem;
    }

    .cta-band {
        min-height: 540px;
    }

    .cta-band__overlay {
        background: linear-gradient(180deg, rgba(31, 25, 23, 0.56), rgba(31, 25, 23, 0.82));
    }

    .cta-band__inner {
        padding-block: 88px;
    }

    .cta-band p {
        font-size: 1rem;
    }

    .faq__layout,
    .contact__layout {
        gap: 38px;
    }

    .faq-item h3 button {
        min-height: 78px;
        gap: 18px;
        padding: 20px 18px 20px 14px;
        font-size: 1rem;
    }

    .faq-item h3 button span {
        width: 32px;
        height: 32px;
    }

    .faq-item__answer {
        padding: 0 48px 0 14px;
    }

    .contact-list {
        margin-top: 32px;
    }

    .contact-list > div {
        grid-template-columns: 95px minmax(0, 1fr);
    }

    .contact-form {
        padding: 30px 24px;
        border-radius: var(--radius-md);
    }

    .form-row--two {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .site-footer {
        padding-top: 66px;
    }

    .site-footer__top {
        grid-template-columns: 1fr 1fr;
        gap: 38px 28px;
        padding-bottom: 48px;
    }

    .site-footer__brand {
        grid-column: 1 / -1;
    }

    .site-footer__brand p {
        max-width: 520px;
    }

    .site-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .mobile-menu__panel {
        width: min(390px, 92vw);
    }

    .cart-drawer__panel {
        width: min(470px, 100vw);
        border-radius: 0;
    }

    .cart-drawer__header,
    .cart-drawer__items,
    .cart-drawer__options,
    .cart-drawer__recommendations,
    .cart-drawer__footer {
        padding-inline: 24px;
    }

    .lightbox__dialog {
        width: calc(100vw - 28px);
        max-height: calc(100svh - 28px);
    }

    .cookie-banner__actions {
        flex-wrap: wrap;
    }

    .cookie-banner__actions .button {
        flex: 1 1 140px;
    }

    .back-to-top {
        right: 18px;
        bottom: 18px;
        width: 46px;
        height: 46px;
    }
    .bundle-offer-banner {
        grid-template-columns: minmax(0, 1fr) minmax(220px, 34%);
    }

    .bundle-offer-banner__visual {
        grid-column: 2;
        grid-row: 1;
    }

    .bundle-offer-banner__button {
        grid-column: 1 / -1;
        width: 100%;
    }


}

/* --------------------------------------------------------------------------
   5. Běžné mobilní telefony
   -------------------------------------------------------------------------- */

@media (max-width: 560px) {

    .site-logo--home {
        margin-left: -8px;
        gap: 10px;
    }

    .site-logo .site-logo__wordmark {
        width: auto;
        height: 36px;
        max-width: none;
    }

    .bundle-offer-banner {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .bundle-offer-banner__visual {
        grid-column: 1;
        grid-row: auto;
        width: calc(100% + 2 * clamp(20px, 2.6vw, 28px));
        min-height: 190px;
        margin-inline: calc(clamp(20px, 2.6vw, 28px) * -1);
        margin-block: 0;
        -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 14%, #000 86%, transparent 100%);
        mask-image: linear-gradient(90deg, transparent 0%, #000 14%, #000 86%, transparent 100%);
    }

    .bundle-offer-banner__price {
        min-width: 0;
        text-align: left;
    }

    .cart-bundle-card--upsell {
        grid-template-columns: 68px minmax(0, 1fr);
    }

    .cart-bundle-card__image {
        width: 68px;
        height: 68px;
    }

    :root {
        --gutter: 18px;
        --section-space: 66px;
        --radius-md: 18px;
        --radius-lg: 24px;
        --radius-xl: 28px;
    }

    .eyebrow {
        gap: 8px;
        margin-bottom: 15px;
        font-size: 0.7rem;
        letter-spacing: 0.14em;
    }

    .eyebrow::before {
        width: 25px;
    }

    .button {
        min-height: 51px;
        padding: 13px 22px;
        font-size: 0.87rem;
    }

    .button--full {
        width: 100%;
    }

    .announcement__inner {
        justify-content: center;
        text-align: center;
    }

    .site-logo img {
        width: 54px;
        height: 54px;
        max-height: none;
    }

    .site-header__actions {
        gap: 6px;
    }

    .icon-button {
        width: 41px;
        height: 41px;
    }

    .cart-trigger {
        min-width: 45px;
        justify-content: center;
        padding: 7px 8px;
    }

    .hero {
        min-height: max(680px, calc(100svh - 42px));
    }

    .hero__media img {
        object-position: 50% 50%;
    }

    .hero__inner {
        padding-top: 92px;
        padding-bottom: 48px;
    }

    .hero__lead {
        margin-bottom: 25px;
        line-height: 1.55;
    }

    .hero__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .hero__actions .button {
        width: 100%;
    }

    .hero__benefits {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .section-heading {
        margin-bottom: 38px;
    }

    .recipient-tile,
    .recipient-tile--family {
        min-height: 270px;
        padding: 25px;
    }

    .recipient-tile__badge {
        top: 18px;
        right: 18px;
    }

    .product-feature__media {
        min-height: clamp(330px, 92vw, 480px);
    }

    .product-feature__content {
        padding: 30px 22px 34px;
    }

    .product-feature__description p {
        margin-bottom: 1.1em;
    }

    .feature-list {
        gap: 11px;
    }

    .feature-list li {
        gap: 10px;
        font-size: 0.92rem;
    }

    .product-price {
        align-items: flex-start;
    }

    .product-price__label {
        margin-bottom: 3px;
    }

    .benefit-card {
        padding: 28px 24px;
    }

    .process-step {
        padding: 30px 22px;
    }

    .story__content,
    .testimonials__placeholder-copy {
        padding-inline: 22px;
    }

    .testimonials__placeholder-copy {
        min-height: 320px;
    }

    .cta-band {
        min-height: 500px;
    }

    .cta-band__inner {
        padding-block: 72px;
    }

    .faq-item h3 button {
        font-size: 0.95rem;
    }

    .faq-item__answer {
        padding: 0 12px 0 12px;
    }

    .contact-list > div {
        grid-template-columns: 1fr;
        gap: 5px;
    }

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

    .form-field {
        margin-bottom: 18px;
    }

    .site-footer__top {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .site-footer__brand,
    .site-footer__column:last-child {
        grid-column: auto;
    }

    .site-footer__column {
        gap: 10px;
    }

    .mobile-menu__panel {
        width: 100%;
        max-width: none;
    }

    .mobile-menu__header {
        padding-inline: 20px;
    }

    .mobile-menu__list,
    .mobile-menu__footer {
        padding-inline: 20px;
    }

    .cart-drawer__header,
    .cart-drawer__items,
    .cart-drawer__options,
    .cart-drawer__recommendations,
    .cart-drawer__footer {
        padding-inline: 18px;
    }

    .cart-drawer__header {
        padding-top: 18px;
        padding-bottom: 16px;
    }

    .cart-drawer__footer {
        padding-bottom: max(18px, env(safe-area-inset-bottom));
    }

    .cart-summary__total {
        font-size: 1.15rem;
    }

    .cookie-banner {
        right: 12px;
        bottom: max(12px, env(safe-area-inset-bottom));
        left: 12px;
        padding: 18px;
        border-radius: 18px;
    }

    .cookie-banner__actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .cookie-banner__actions .button:last-child {
        grid-column: 1 / -1;
    }

    .back-to-top {
        right: 14px;
        bottom: 14px;
    }
}

/* --------------------------------------------------------------------------
   6. Velmi úzké displeje
   -------------------------------------------------------------------------- */

@media (max-width: 390px) {
    :root {
        --gutter: 15px;
    }

    body {
        min-width: 300px;
    }

    .site-logo img {
        width: 54px;
        height: 54px;
        max-height: none;
    }

    .site-logo--home {
        margin-left: 0;
        gap: 8px;
    }

    .site-logo .site-logo__wordmark {
        width: auto;
        height: 30px;
        max-width: none;
    }

    .site-header__inner {
        gap: 8px;
    }

    .icon-button,
    .cart-trigger {
        width: 39px;
        min-width: 39px;
        height: 39px;
        min-height: 39px;
    }

    .cart-trigger__count {
        position: absolute;
        top: -5px;
        right: -5px;
        min-width: 20px;
        height: 20px;
        border: 2px solid var(--color-canvas);
        font-size: 0.64rem;
    }

    .hero__inner {
        padding-top: 82px;
    }

    .hero__title {
        font-size: clamp(2.45rem, 13.2vw, 3.4rem);
    }

    .hero__lead {
        font-size: 0.94rem;
    }

    .recipient-tile,
    .recipient-tile--family {
        padding: 22px;
    }

    .product-feature__content {
        padding-inline: 19px;
    }

    .product-feature__badge {
        max-width: calc(100% - 90px);
        white-space: normal;
    }

    .product-feature__zoom {
        width: 46px;
        height: 46px;
    }

    .benefit-card,
    .process-step {
        padding-inline: 20px;
    }

    .contact-form {
        padding-inline: 17px;
    }

    .cookie-banner__actions {
        grid-template-columns: 1fr;
    }

    .cookie-banner__actions .button:last-child {
        grid-column: auto;
    }
}

/* --------------------------------------------------------------------------
   7. Nízké displeje a mobil naležato
   -------------------------------------------------------------------------- */

@media (max-height: 650px) and (orientation: landscape) {
    .hero {
        min-height: 620px;
    }

    .hero__inner {
        padding-top: 72px;
        padding-bottom: 44px;
    }

    .hero__benefits {
        display: none;
    }

    .mobile-menu__panel,
    .cart-drawer__panel {
        overflow-y: auto;
    }

    .mobile-menu__header,
    .cart-drawer__header {
        position: sticky;
        top: 0;
        z-index: 2;
        background: inherit;
    }

    .cookie-banner {
        max-height: calc(100svh - 24px);
        overflow-y: auto;
    }
}

/* --------------------------------------------------------------------------
   8. Zařízení bez přesného kurzoru
   -------------------------------------------------------------------------- */

@media (hover: none), (pointer: coarse) {
    .recipient-tile:hover,
    .benefit-card:hover,
    .product-feature:hover,
    .button:hover,
    .icon-button:hover,
    .cart-trigger:hover,
    .back-to-top:hover {
        transform: none;
    }

    .product-feature:hover .product-feature__media img,
    .recipient-tile:hover::before {
        transform: none;
    }

    .desktop-nav a,
    .button,
    .icon-button,
    .cart-trigger,
    .recipient-tile__link,
    .product-feature__zoom,
    .faq-item h3 button {
        min-height: 44px;
    }
}

/* --------------------------------------------------------------------------
   9. Širší monitory
   -------------------------------------------------------------------------- */

@media (min-width: 1600px) {
    :root {
        --container: 1320px;
    }

    .hero__content {
        width: min(820px, 68%);
    }

    .product-feature {
        min-height: 720px;
    }

    .product-feature__media {
        min-height: 710px;
    }

    .story__media {
        min-height: 820px;
    }
}

/* --------------------------------------------------------------------------
   10. Podpora výřezů displeje (notch / safe area)
   -------------------------------------------------------------------------- */

@supports (padding: max(0px)) {
    .site-header__inner,
    .announcement__inner,
    .hero__inner,
    .mobile-menu__header,
    .mobile-menu__list,
    .mobile-menu__footer,
    .cart-drawer__header,
    .cart-drawer__items,
    .cart-drawer__options,
    .cart-drawer__recommendations,
    .cart-drawer__footer {
        padding-left: max(var(--gutter), env(safe-area-inset-left));
        padding-right: max(var(--gutter), env(safe-area-inset-right));
    }

    .site-header__inner,
    .announcement__inner,
    .hero__inner {
        width: min(
            calc(100% - max(2 * var(--gutter), env(safe-area-inset-left) + env(safe-area-inset-right))),
            var(--container)
        );
    }
}


/* --------------------------------------------------------------------------
   9. Kompaktnější rozestupy a nadpisy
   -------------------------------------------------------------------------- */

@media (max-width: 1280px) {
    :root {
        --section-space: clamp(70px, 7vw, 112px);
    }

    .hero {
        min-height: min(760px, calc(100svh - 30px));
    }

    .hero__inner {
        padding-block: clamp(66px, 8vw, 108px);
    }
}

@media (max-width: 1120px) {
    .hero {
        min-height: min(740px, calc(100svh - 30px));
    }

    .product-feature {
        min-height: 560px;
    }

    .product-feature__media {
        min-height: 560px;
    }
}

@media (max-width: 960px) {
    :root {
        --section-space: clamp(62px, 9vw, 96px);
    }
}

@media (max-width: 760px) {
    :root {
        --section-space: clamp(54px, 10vw, 82px);
    }

    h1 {
        font-size: clamp(2.45rem, 11vw, 4.1rem);
    }

    h2 {
        font-size: clamp(1.9rem, 8vw, 3.15rem);
    }

    h3 {
        font-size: clamp(1.34rem, 5.8vw, 2rem);
    }

    .hero__inner {
        padding-block: 62px 84px;
    }

    .hero__lead {
        font-size: 1rem;
    }

    .recipient-tile {
        min-height: 320px;
        padding: 24px;
    }

    .benefit-card {
        min-height: unset;
        padding: 24px 20px;
    }

    .story__content {
        padding: 30px 24px;
    }

    .cta-band {
        padding-block: 74px;
    }
}

@media (max-width: 560px) {
    :root {
        --section-space: 50px;
    }

    .hero {
        min-height: auto;
    }

    .hero__inner {
        padding-block: 56px 76px;
    }

    .hero__title {
        margin-bottom: 18px;
    }

    .hero__actions {
        margin-bottom: 22px;
    }

    .cart-drawer__header,
    .cart-drawer__items,
    .cart-drawer__summary,
    .cart-drawer__upsell,
    .cart-drawer__footer {
        padding-left: 18px;
        padding-right: 18px;
    }
}


/* Maminka: zrcadlové rozložení nákupních akcí směrem k fotografii. */
@media (min-width: 1121px) {
    .product-feature--mom .product-feature__purchase {
        flex-direction: row-reverse;
    }

    .product-feature--mom .product-feature__buttons {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .product-feature--mom .text-link--back {
        white-space: nowrap;
    }

    .product-feature--mom .product-feature__buttons .button--mom {
        flex-shrink: 0;
        white-space: nowrap;
    }

    .product-feature--mom .text-link--back:hover span {
        transform: translateX(-4px);
    }
}

/* Detail produktu: spodní doporučení druhého boxu zůstává vycentrované i na mobilu. */
.section-heading--center.next-product-heading {
    text-align: center;
}

.section-heading--center.next-product-heading .eyebrow {
    justify-content: center;
}

.section-heading--center.next-product-heading .next-product-copy {
    margin-inline: auto;
}

/* Detail produktu: vzdušnější rozestupy ve spodním doporučení druhého boxu. */
.section-heading--center.next-product-heading .eyebrow {
    margin: 0 0 14px;
}

.section-heading--center.next-product-heading h2 {
    margin: 0 0 20px;
}

.section-heading--center.next-product-heading .next-product-copy {
    margin: 0 auto 24px;
}

/* v71 – detail produktu: kompaktnější dlaždice obsahu balíčku.
   Změna je záměrně omezená jen na sekci #obsah-boxu na produktových stránkách. */
.page--product #obsah-boxu .recipient-selector__grid {
    gap: clamp(14px, 1.8vw, 20px);
}

.page--product #obsah-boxu .recipient-tile {
    min-height: 275px;
    padding: 22px 24px;
}

.page--product #obsah-boxu .recipient-tile::after {
    right: 18px;
    width: 132px;
    height: 132px;
    opacity: 0.24;
}

.page--product #obsah-boxu .recipient-tile__icon {
    width: 48px;
    height: 48px;
    margin: 16px 0 18px;
    font-size: 1.5rem;
}

.page--product #obsah-boxu .recipient-tile h3 {
    margin-bottom: 8px;
}

.page--product #obsah-boxu .recipient-tile p {
    margin-bottom: 14px;
}

@media (max-width: 760px) {
    .page--product #obsah-boxu .recipient-selector__grid {
        gap: 14px;
    }

    .page--product #obsah-boxu .recipient-tile {
        min-height: 245px;
        padding: 20px 21px;
    }

    .page--product #obsah-boxu .recipient-tile__icon {
        width: 44px;
        height: 44px;
        margin: 14px 0 16px;
        font-size: 1.35rem;
    }

    .page--product #obsah-boxu .recipient-tile::after {
        right: 14px;
        width: 112px;
        height: 112px;
    }
}



/* v72 – detail produktu: všechny dlaždice obsahu na jedné obrazovce na desktopu.
   3 sloupce × 2 řady, výrazně nižší karty a kompaktnější záhlaví sekce. */
.page--product #obsah-boxu {
    padding-block: clamp(42px, 4.5vw, 64px);
}

.page--product #obsah-boxu .section-heading {
    margin-bottom: clamp(22px, 2.6vw, 34px);
}

.page--product #obsah-boxu .section-heading .eyebrow {
    margin-bottom: 12px;
}

.page--product #obsah-boxu .section-heading > p:last-child {
    margin-top: 12px;
}

.page--product #obsah-boxu .recipient-selector__grid {
    gap: clamp(10px, 1.25vw, 15px);
}

.page--product #obsah-boxu .recipient-tile {
    min-height: 190px;
    padding: 14px 16px;
    border-radius: 20px;
}

.page--product #obsah-boxu .recipient-tile::after {
    right: 10px;
    width: 88px;
    height: 88px;
    opacity: 0.18;
}

.page--product #obsah-boxu .recipient-tile__number {
    font-size: 0.64rem;
    letter-spacing: 0.14em;
}

.page--product #obsah-boxu .recipient-tile__icon {
    width: 34px;
    height: 34px;
    margin: 8px 0 9px;
    font-size: 1.02rem;
}

.page--product #obsah-boxu .recipient-tile h3 {
    margin-bottom: 5px;
    font-size: clamp(1rem, 1.25vw, 1.18rem);
    line-height: 1.15;
}

.page--product #obsah-boxu .recipient-tile p {
    max-width: 92%;
    margin-bottom: 8px;
    font-size: 0.86rem;
    line-height: 1.35;
}

.page--product #obsah-boxu .recipient-tile__link {
    gap: 5px;
    font-size: 0.76rem;
}

@media (min-width: 900px) {
    .page--product #obsah-boxu .recipient-selector__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 899px) {
    .page--product #obsah-boxu .recipient-tile {
        min-height: 185px;
        padding: 14px 15px;
    }
}

@media (max-width: 760px) {
    .page--product #obsah-boxu {
        padding-block: 38px;
    }

    .page--product #obsah-boxu .section-heading {
        margin-bottom: 22px;
    }

    .page--product #obsah-boxu .recipient-selector__grid {
        gap: 10px;
    }

    .page--product #obsah-boxu .recipient-tile {
        min-height: 170px;
        padding: 13px 14px;
    }

    .page--product #obsah-boxu .recipient-tile__icon {
        width: 32px;
        height: 32px;
        margin: 7px 0 8px;
        font-size: 0.96rem;
    }

    .page--product #obsah-boxu .recipient-tile::after {
        right: 8px;
        width: 74px;
        height: 74px;
    }

    .page--product #obsah-boxu .recipient-tile h3 {
        font-size: 1rem;
    }

    .page--product #obsah-boxu .recipient-tile p {
        font-size: 0.83rem;
    }
}


@media (max-width: 640px) {
    .product-info__item summary {
        align-items: flex-start;
        flex-wrap: wrap;
        padding: 16px 17px;
    }

    .product-info__item summary small {
        order: 3;
        width: calc(100% - 48px);
        margin: -8px 0 0;
        text-align: left;
    }

    .product-info__item summary::after {
        margin-left: auto;
    }

    .product-info__body {
        padding: 0 17px 18px;
    }

    .product-info__notice {
        text-align: left;
    }
}
