/* ============================================
   Font
   ============================================ */

@font-face {
    font-family: 'Monolineboho';
    src: url('/wp-content/themes/honnomushi/fonts/Monolineboho.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* ============================================
   Page
   ============================================ */

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.home-page {
    position: relative;
    max-width: 100%;
    overflow-x: clip;
    background: var(--pink-light, #FCEEF4);
}

@supports not (overflow: clip) {
    .home-page {
        overflow-x: hidden;
    }
}

.home-page section,
.home-page .home-hero,
.home-page .home-new-arrivals,
.home-page .home-quick-picks,
.home-page .home-shelves,
.home-page .home-newsletter,
.home-page .home-journal {
    max-width: 100%;
}

/* ============================================
   Shared typography
   ============================================ */

.home-section-header {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-bottom: 48px;
}

.home-section-title {
    position: relative;
    z-index: 2;
    margin: 0 0 8px;
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--navy);
}

.home-section-subtitle {
    position: relative;
    z-index: 2;
    margin: 0;
    font-family: var(--font-body);
    font-size: 1rem;
    font-style: italic;
    color: var(--navy);
    opacity: 0.65;
}

/* ============================================
   Shared buttons
   ============================================ */

.btn--coral {
    display: inline-block;
    padding: 14px 32px;
    border-radius: 0;
    background: var(--red);
    color: var(--white);
    font-family: var(--font-body);
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.2s;
}

.btn--coral:hover {
    background: var(--navy);
}

.btn--ghost {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    border: none;
    background: none;
    color: var(--coral);
    font-family: var(--font-body);
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    opacity: 0.85;
    transition: opacity 0.2s;
}

.btn--ghost:hover {
    opacity: 1;
}

/* ============================================
   Hero
   ============================================ */

.home-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 640px;
    overflow: visible;
    background: transparent;
}

.home-hero .home-hero__deco {
    position: absolute;
    bottom: -150px;
    left: 0;
    z-index: 3 !important;
    width: 500px;
    height: 180px;
    overflow: visible;
    pointer-events: none;
}

.home-hero .home-hero__circle--1,
.home-hero .home-hero__circle--2 {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 1);
}

.home-hero .home-hero__circle--1 {
    top: -110px;
    left: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 500px;
    height: 500px;
}

.home-hero .home-hero__circle--2 {
    top: -80px;
    left: 300px;
    width: 300px;
    height: 300px;
}

.home-hero__content {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 40px 160px;
}

.home-hero__text {
    position: relative;
    z-index: 10;
    max-width: 520px;
}

.home-hero__title {
    position: relative;
    z-index: 10;
    margin: 0 0 16px;
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--navy);
}

.home-hero__subtitle {
    position: relative;
    z-index: 10;
    margin: 0 0 24px;
    font-family: var(--font-body);
    font-size: 1rem;
    font-style: italic;
    color: var(--navy);
    opacity: 0.65;
}

.home-hero__desc {
    margin: 0 0 40px;
    font-family: var(--font-body);
    font-size: 1.05rem;
    line-height: 1.6;
    color: var(--navy);
    opacity: 0.8;
}

.home-hero__buttons {
    position: relative;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
}

.home-hero__buttons .btn--coral {
    border: 1px solid var(--red) !important;
    background: var(--red) !important;
    color: var(--white) !important;
}

.home-hero__buttons .btn--coral:hover {
    border-color: var(--navy) !important;
    background: var(--navy) !important;
    color: var(--white) !important;
}

.home-hero__cat {
    position: absolute;
    top: 100px;
    left: 40px;
    z-index: 2;
    width: auto;
    height: 250px;
    transform: scaleX(-1) rotate(135deg);
    transform-origin: center bottom;
}

.home-hero__books {
    position: absolute;
    top: 50%;
    right: -2%;
    z-index: 3;
    width: 650px;
    height: 580px;
    transform: translateY(-40%);
}

.home-hero__book {
    position: absolute;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: -16px 20px 50px rgba(0, 0, 0, 0.28) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home-hero__book:hover {
    z-index: 10 !important;
    transform: rotate(45deg) scale(1.06) !important;
    box-shadow: -16px 24px 50px rgba(0, 0, 0, 0.28);
}

.home-hero__book img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-hero__book--1 {
    top: 40px;
    left: -80px;
    z-index: 1;
    width: 190px;
    height: 280px;
    transform: rotate(45deg);
}

.home-hero__book--2 {
    top: 185px;
    left: 65px;
    z-index: 2;
    width: 190px;
    height: 280px;
    transform: rotate(45deg);
}

.home-hero__book--3 {
    top: 330px;
    left: 210px;
    z-index: 3;
    width: 190px;
    height: 280px;
    transform: rotate(45deg);
}

.home-hero__book--4 {
    top: -70px;
    left: 235px;
    z-index: 1;
    width: 190px;
    height: 280px;
    transform: rotate(45deg);
}

.home-hero__book--5 {
    top: 75px;
    left: 380px;
    z-index: 2;
    width: 190px;
    height: 280px;
    transform: rotate(45deg);
}

.home-hero__book--6 {
    top: 220px;
    left: 525px;
    z-index: 3;
    width: 190px;
    height: 280px;
    transform: rotate(45deg);
}

/* ============================================
   New arrivals
   ============================================ */

.home-new-arrivals {
    position: relative;
    z-index: auto !important;
    overflow: visible;
    isolation: auto !important;
    background: transparent !important;
}

.home-new-arrivals::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: var(--white);
    pointer-events: none;
}

.home-new-arrivals__header,
.home-new-arrivals__grid,
.home-new-arrivals__footer {
    position: relative;
    z-index: 8 !important;
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
}

.home-new-arrivals__header {
    text-align: center;
    margin-bottom: 40px;
}

.home-new-arrivals__title {
    margin: 0 0 8px;
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--navy);
    padding-top: 100px;
}

.home-new-arrivals__subtitle {
    margin: 0;
    font-family: var(--font-body);
    font-size: 1rem;
    font-style: italic;
    color: var(--navy);
    opacity: 0.65;
}

.home-new-arrivals__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 24px;
}

.home-new-arrivals__footer {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 48px;
    margin-bottom: 100px;
}

.home-new-arrivals__footer::before,
.home-new-arrivals__footer::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--accent);
}

.home-new-arrivals__footer .btn--coral {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 36px;
    border: 1.5px solid var(--coral);
    border-radius: 100px;
    background: transparent;
    box-shadow: none;
    color: var(--coral);
    font-family: var(--font-body);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: all 0.2s;
}

.home-new-arrivals__footer .btn--coral::after {
    content: '\2228';
}

.home-new-arrivals__footer .btn--coral:hover {
    background: var(--coral);
    color: var(--white);
}

/* ============================================
   Product cards
   ============================================ */

.home-product-card {
    position: relative;
    z-index: 8 !important;
    display: flex;
    flex-direction: column;
    border: none;
    background: transparent;
    box-shadow: none;
}

.home-product-card__img-wrap {
    position: relative;
    display: block;
    height: 380px;
    overflow: hidden;
    margin-bottom: 12px;
}

.home-product-card__img-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.home-product-card__img-wrap:hover img {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

.home-product-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.home-product-card__breadcrumb {
    margin-bottom: 2px;
    font-family: var(--font-body);
    font-size: 0.7rem;
    line-height: 1.2;
    color: var(--navy);
}

.home-product-card__title {
    margin: 0 0 4px;
    font-family: var(--font-display);
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--navy);
}

.home-product-card__title a {
    color: inherit;
    text-decoration: none;
}

.home-product-card__author {
    margin: 0 0 6px;
    font-family: var(--font-body);
    font-size: 0.78rem;
    font-style: italic;
    line-height: 1.4;
    color: var(--navy);
}

.home-product-card__price {
    display: block;
    margin-top: auto;
    margin-bottom: 10px;
    font-family: var(--font-display);
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--navy);
}

.home-product-card__footer {
    display: flex;
    justify-content: center;
}

.home-product-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 28px;
    background: var(--coral);
    color: var(--white);
    font-family: var(--font-body);
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s;
}

.home-product-card__btn:hover {
    background: var(--navy);
}

.home-product-card__btn:hover,
.home-product-card__btn:focus,
.home-product-card__btn:focus-visible,
.home-product-card__btn--preorder:hover,
.home-product-card__btn--preorder:focus,
.home-product-card__btn--notify:hover,
.home-product-card__btn--notify:focus {
    color: var(--white) !important;
}

.home-product-card__btn--notify {
    border: 1px solid var(--navy);
    background: transparent;
    color: var(--navy);
}

.home-product-card__btn--notify:hover {
    border-color: var(--navy) !important;
    background: var(--navy) !important;
    color: var(--white) !important;
}

.home-product-card__btn--preorder {
    background: var(--navy);
}

.home-product-card.has-just-released .home-product-card__img-wrap {
    overflow: visible;
}

.home-product-card.has-just-released .home-product-card__img-wrap::before {
    content: 'Just Released';
    position: absolute;
    top: 20px;
    right: -30px;
    z-index: 5;
    padding: 6px 28px 6px 12px;
    background: var(--coral);
    clip-path: polygon(0% 0%, 100% 0%, 85% 50%, 100% 100%, 0% 100%);
    color: var(--white);
    font-family: var(--font-body);
    font-size: 0.65rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
}

/* ============================================
   Quick picks
   ============================================ */

.home-quick-picks {
    position: relative;
    z-index: 3;
    width: 100%;
    margin-top: -120px;
    padding: 0 0 40px;
    overflow: visible;
    background: transparent;
}

.home-quick-picks::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: var(--white);
    box-shadow: 0 8px 40px rgba(2, 15, 89, 0.06);
}

.home-quick-picks__deco {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 0;
    width: 100%;
    max-width: 1400px;
    overflow: visible;
    transform: translateX(-50%);
    pointer-events: none;
}

.home-quick-picks__flowers {
    position: absolute;
    top: -90px;
    left: 40px;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.home-quick-picks__flowers img {
    display: block;
    width: auto;
    height: 90px;
}

.home-quick-picks__flowers img:nth-child(1) {
    height: 80px;
}

.home-quick-picks__flowers img:nth-child(2) {
    height: 70px;
}

.home-quick-picks__flowers img:nth-child(3) {
    height: 88px;
}

.home-quick-picks__flowers img:nth-child(5) {
    height: 100px;
}

.home-quick-picks__flowers img:nth-child(6) {
    height: 75px;
}

.home-quick-picks__flowers img:nth-child(7) {
    height: 65px;
}

.home-quick-picks__cat {
    display: block;
    width: auto !important;
    height: 110px !important;
}

.home-quick-picks__inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: stretch;
    gap: 0;
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 40px 0;
}

.home-quick-picks__intro {
    display: flex;
    flex: 0 0 320px;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    padding-right: 40px;
    border-right: 1px solid var(--accent);
}

.home-quick-picks__title {
    position: relative;
    z-index: 2;
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 3vw, 3rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--navy);
}

.home-quick-picks__all,
.home-shelf-card__link,
.home-journal__section-link,
.home-journal-card__link {
    display: inline-flex;
    align-items: center;
    color: var(--coral);
    font-family: var(--font-body);
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.home-quick-picks__all {
    gap: 10px;
    font-size: 0.9rem;
}

.home-quick-picks__all span,
.home-shelf-card__link span,
.home-journal__section-link span,
.home-journal-card__link span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-image: url('/wp-content/themes/honnomushi/img/icons/icon-arrow-right.svg');
    background-repeat: no-repeat;
    background-position: center;
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(317deg) brightness(95%) contrast(90%);
    transition: transform 0.2s ease;
}

.home-quick-picks__all span {
    width: 28px;
    height: 28px;
    background-size: 20px;
}

.home-quick-picks__all:hover span,
.home-shelf-card__link:hover span,
.home-journal__section-link:hover span,
.home-journal-card__link:hover span {
    transform: translateX(4px);
}

.home-quick-picks__nav-wrap {
    display: flex;
    flex: 1;
    align-items: center;
    padding-left: 40px;
}

.home-quick-picks__nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 12px;
}

.home-quick-picks__nav::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    height: 1px;
    background: var(--accent);
}

.home-quick-picks__pill {
    position: relative;
    padding-bottom: 12px;
    color: var(--navy);
    font-family: var(--font-body);
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition: color 0.2s;
}

.home-quick-picks__pill::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 50%;
    z-index: 1;
    width: 34px;
    height: 38px;
    background: rgba(247, 192, 215, 0.5);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 76%, 0 100%);
    opacity: 0;
    transform: translateX(-50%);
    transition: opacity 0.2s;
}

.home-quick-picks__pill:hover {
    color: var(--coral);
    font-weight: 700;
}

.home-quick-picks__pill:hover::after {
    opacity: 1;
}

/* ============================================
   Thematic intro
   ============================================ */

.home-thematic-intro {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 80px 40px 60px;
    background: var(--pink-light, #FCEEF4);
    text-align: center;
}

.home-thematic-intro__text {
    max-width: 700px;
    margin: 0 auto;
    color: var(--navy);
    font-family: 'Monolineboho', cursive;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    line-height: 1.5;
}

/* ============================================
   Thematic shelves
   ============================================ */

.home-shelves {
    width: 100%;
    padding: 0 0 80px;
    overflow: hidden;
    background: var(--pink-light, #FCEEF4);
}

.home-shelves__header {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto 48px;
    padding: 0 40px;
    text-align: center;
}

.home-shelves__title {
    margin: 0 0 8px;
    color: var(--navy);
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.home-shelves__subtitle {
    margin: 0;
    color: var(--navy);
    font-family: var(--font-body);
    font-size: 1.25rem;
    font-style: italic;
    opacity: 0.65;
}

.home-shelves__swiper {
    width: min(1200px, calc(100vw - 80px)) !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 0 56px !important;
    overflow: hidden !important;
    box-sizing: border-box;
}

.home-shelves__swiper .swiper-wrapper {
    align-items: stretch;
}

.home-shelves__swiper .swiper-slide {
    height: auto;
}

.home-shelf-card {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    padding: 0;
    background: var(--white);
    box-shadow: 0 18px 45px rgba(2, 15, 89, 0.08);
}

.home-shelf-card::before {
    display: none;
}

.home-shelf-card__content {
    position: absolute;
    top: 26px;
    left: 50%;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 78%;
    height: 235px;
    padding: 28px 32px 24px;
    border-left: 4px solid rgba(241, 91, 87, 0.75);
    background: rgba(255, 255, 255, 0.9);
    transform: translateX(-50%);
}

.home-shelf-card__title {
    margin: 0;
    color: var(--navy);
    font-family: var(--font-display);
    font-size: clamp(1.2rem, 1.7vw, 1.55rem);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.home-shelf-card__tags {
    margin: 0;
    color: var(--navy);
    font-family: var(--font-body);
    font-size: 0.76rem;
    opacity: 0.55;
}

.home-shelf-card__desc {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: var(--navy);
    font-family: var(--font-body);
    font-size: 0.9rem;
    line-height: 1.45;
    opacity: 0.8;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home-shelf-card__link {
    gap: 8px;
    margin-top: auto;
    padding-top: 12px;
    font-size: 0.82rem;
}

.home-shelf-card__link span {
    width: 24px;
    height: 24px;
    background-size: 16px;
}

.home-shelf-card__link:hover {
    opacity: 0.75;
}

.home-shelf-card__image {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 62%;
    background-position: center;
    background-size: cover;
}

.home-shelves__controls {
    position: relative;
    z-index: 5;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
}

.home-shelves__prev,
.home-shelves__next {
    position: static !important;
    display: flex !important;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 36px !important;
    height: 36px !important;
    margin: 0 !important;
    border: 1.5px solid var(--coral) !important;
    border-radius: 50% !important;
    background: transparent !important;
    color: var(--coral) !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.home-shelves__prev::after,
.home-shelves__next::after {
    color: var(--coral) !important;
    font-size: 0.75rem !important;
}

.home-shelves__dots {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    gap: 6px !important;
    width: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.home-shelves__dots .swiper-pagination-bullet {
    display: block !important;
    width: 8px !important;
    height: 8px !important;
    margin: 0 !important;
    border-radius: 100px !important;
    background: var(--coral) !important;
    opacity: 0.3 !important;
    transition: all 0.3s ease !important;
}

.home-shelves__dots .swiper-pagination-bullet-active {
    width: 28px !important;
    background: var(--coral) !important;
    opacity: 1 !important;
}

/* ============================================
   Newsletter
   ============================================ */

.home-newsletter {
    position: relative;
    width: 100%;
    min-height: 420px;
    overflow: hidden;
    background-color: #1a1f5e;
    overflow: visible !important;
}

.home-newsletter::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background-image: url('/wp-content/themes/honnomushi/img/newsletter-bg.png');
    background-position: center;
    background-size: 1900px auto;
    opacity: 0.28;
    pointer-events: none;
}

.home-newsletter__inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    max-width: 1400px;
    min-height: 420px;
    margin: 0 auto;
    padding: 0 60px;
    overflow: visible !important;
}

.home-newsletter__inner::after {
    content: '';
    position: absolute;
    top: 56px;
    right: calc((100vw - 1400px) / -2);
    bottom: 56px;
    left: 320px;
    z-index: -1;
    border-radius: 180px 0 0 180px;
    background: var(--white);
}

.home-newsletter__left {
    position: relative;
    z-index: 3;
    display: flex;
    flex: 1;
    justify-content: flex-end;
    padding-right: 40px;
}

.home-newsletter__badge {
    display: flex;
    align-items: center;
    gap: 28px;
    max-width: 620px;
}

.home-newsletter__badge img {
    flex-shrink: 0;
    width: auto;
    height: 112px;
}

.home-newsletter__title {
    margin: 0 0 10px;
    color: var(--navy);
    font-family: var(--font-display);
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.08;
    text-transform: uppercase;
}

.home-newsletter__subtitle {
    margin: 0;
    color: var(--coral);
    font-family: var(--font-body);
    font-size: 0.86rem;
    font-style: italic;
    line-height: 1.45;
}

.home-newsletter__right {
    position: relative;
    z-index: 3;
    flex: 0 0 360px;
    margin-left: 70px;
    padding-top: 26px;
}

.home-newsletter__right .wpcf7-form {
    width: 100%;
    margin-top: 20px;
}

.home-newsletter__right .wpcf7-form p {
    margin: 0 0 14px !important;
    padding: 0 !important;
}

.home-newsletter__right label {
    display: block;
    margin-bottom: 5px !important;
    color: var(--navy);
    font-family: var(--font-body);
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.2;
}

.home-newsletter__right input[type="text"],
.home-newsletter__right input[type="email"] {
    width: 100%;
    height: 40px;
    padding: 0 18px;
    border: none;
    border-radius: 100px;
    outline: none;
    background: #FCEEF4;
    box-sizing: border-box;
    color: var(--navy);
    font-family: var(--font-body);
    font-size: 0.8rem;
}

.home-newsletter__right input::placeholder {
    color: rgba(2, 15, 89, 0.42);
    font-style: italic;
}

.home-newsletter__right .wpcf7-checkbox .wpcf7-list-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 2px 0 0 !important;
}

.home-newsletter__right .wpcf7-checkbox input[type="checkbox"] {
    position: relative;
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    margin: 0;
    border: none;
    border-radius: 50%;
    background-color: #FCEEF4;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.home-newsletter__right .wpcf7-checkbox input[type="checkbox"]:checked {
    background-color: var(--coral);
}

.home-newsletter__right .wpcf7-checkbox input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--white);
    transform: translate(-50%, -50%);
}

.home-newsletter__right .wpcf7-checkbox .wpcf7-list-item-label {
    color: var(--coral);
    font-family: var(--font-body);
    font-size: 0.75rem;
}

.home-newsletter__right input[type="submit"] {
    width: 100%;
    height: 44px;
    margin-top: 8px !important;
    border: none;
    border-radius: 100px;
    background: var(--coral);
    color: var(--white);
    font-family: var(--font-body);
    font-size: 0.86rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.home-newsletter__right input[type="submit"]:hover {
    background: var(--navy);
}
/* A form konténer legyen pozíció-horgony az üzenethez */
.home-newsletter__right {
    position: relative;
}

/* CF7 válasz-üzenet (siker/hiba) — lebeg a form alatt, NEM tolja a tartalmat */
.home-newsletter__right .wpcf7-response-output {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    margin: 12px 0 0 !important;
    padding: 12px 16px !important;
    border: none !important;
    border-left: 4px solid var(--coral) !important;
    border-radius: 0 !important;
    background: var(--pink-light) !important;
    font-family: var(--font-body);
    font-size: 0.82rem;
    color: var(--navy);
    line-height: 1.4;
    box-shadow: 0 8px 24px rgba(2, 15, 89, 0.12);
    z-index: 5;
}

/* Siker: zöld bal él + mentazöld */
.home-newsletter__right .wpcf7 form.sent .wpcf7-response-output {
    border-left-color: #3DAE6B !important;
    background: var(--mint) !important;
}
/* ============================================
   Journal
   ============================================ */

.home-journal {
    width: 100%;
    padding: 140px 40px 90px;
    background: var(--pink-light, #FCEEF4);
}

.home-journal__inner-box {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 64px 80px;
    overflow: visible;
    background: var(--white);
}

.home-journal__inner-box::before,
.home-journal__inner-box::after {
    content: '';
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    background: rgba(255, 255, 255, 1);
    pointer-events: none;
}

.home-journal__inner-box::before {
    top: -78px;
    left: 50%;
    width: 280px;
    height: 280px;
    transform: translateX(-85%);
}

.home-journal__inner-box::after {
    top: -46px;
    left: 47%;
    width: 185px;
    height: 185px;
    transform: translateX(22%);
}

.home-journal__header {
    position: relative;
    z-index: 2;
    margin-bottom: 72px;
    text-align: center;
}

.home-journal__deco {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 12px;
    margin-bottom: 18px;
    transform: translateY(6px);
}

.home-journal__deco img {
    display: block;
    width: auto;
}

.home-journal__deco img:nth-child(1) {
    height: 62px;
}

.home-journal__deco img:nth-child(2) {
    height: 70px;
}

.home-journal__deco img:nth-child(3) {
    height: 76px;
}

.home-journal__deco img:nth-child(5) {
    height: 82px;
}

.home-journal__deco img:nth-child(6) {
    height: 70px;
}

.home-journal__deco img:nth-child(7) {
    height: 60px;
}

.home-journal__cat {
    height: 96px !important;
}

.home-journal__title {
    margin: 0 0 10px;
    color: var(--navy);
    font-family: var(--font-display);
    font-size: clamp(2rem, 3vw, 2.9rem);
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.home-journal__subtitle {
    margin: 0;
    color: var(--navy);
    font-family: var(--font-body);
    font-size: clamp(1rem, 2vw, 1.25rem);
    font-style: italic;
    font-weight: 600;
    line-height: 1.45;
    opacity: 0.68;
}

.home-journal__section {
    position: relative;
    z-index: 2;
    margin-bottom: 76px;
}

.home-journal__section:last-child {
    margin-bottom: 0;
}

.home-journal__section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.home-journal__section-title {
    margin: 0 0 6px;
    color: var(--navy);
    font-family: var(--font-display);
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-journal__section-desc {
    margin: 0;
    color: var(--navy);
    font-family: var(--font-body);
    font-size: 0.9rem;
    opacity: 0.65;
}

.home-journal__section-link {
    gap: 8px;
    font-size: 0.82rem;
    white-space: nowrap;
}

.home-journal__grid {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 36px 32px;
}

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

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

.home-journal-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: var(--white);
    box-shadow: 0 12px 32px rgba(2, 15, 89, 0.07);
}

.home-journal-card__img-wrap {
    display: block;
    height: 250px;
    overflow: hidden;
}

.home-journal-card--note .home-journal-card__img-wrap {
    height: 270px;
}

.home-journal-card__img-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.home-journal-card__img-wrap:hover img {
    transform: scale(1.04);
}

.home-journal-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 22px 24px 24px;
}

.home-journal-card__title {
    margin: 0;
    color: var(--navy);
    font-family: var(--font-display);
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0.035em;
    text-transform: uppercase;
}

.home-journal-card__title a {
    color: inherit;
    text-decoration: none;
}

.home-journal-card__text {
    display: flex;
    flex: 1;
    flex-direction: column;
    margin-top: 18px;
    padding-left: 22px;
    border-left: 6px solid rgba(247, 192, 215, 0.75);
}

.home-journal-card__lead {
    margin: 0 0 10px;
    color: var(--navy);
    font-family: var(--font-body);
    font-size: 0.92rem;
    font-style: italic;
    line-height: 1.45;
    opacity: 0.9;
}

.home-journal-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px;
    color: var(--navy);
    font-family: var(--font-body);
    font-size: 0.8rem;
    opacity: 0.62;
}

.home-journal-card__meta span + span::before {
    content: '\2022';
    margin-right: 10px;
    color: var(--accent);
}

.home-journal-card__excerpt {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: var(--navy);
    font-family: var(--font-body);
    font-size: 0.84rem;
    line-height: 1.5;
    opacity: 0.74;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.home-journal-card__link {
    gap: 7px;
    margin-top: auto;
    padding-top: 18px;
    font-size: 0.78rem;
}

.home-journal__section-link span,
.home-journal-card__link span {
    width: 22px;
    height: 22px;
    background-size: 15px;
}

.home-journal__section-link:hover,
.home-journal-card__link:hover {
    opacity: 0.75;
}

/* ============================================
   Gutenberg content
   ============================================ */

.home-content {
    position: relative;
    z-index: 5;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px 80px;
    background: transparent;
}

/* ============================================
/* ============================================
   Responsive
   ============================================ */

@media (min-width: 901px) {
    .home-new-arrivals {
        padding-bottom: 260px;
    }
}

@media (min-width: 1101px) and (max-width: 1280px) {
    .home-hero {
        min-height: 620px;
    }

    .home-hero__content {
        padding: 70px 28px 145px;
    }

    .home-hero__text {
        max-width: 470px;
    }

    .home-hero__title {
        font-size: clamp(2.55rem, 4.4vw, 3.2rem);
    }

    .home-hero__desc {
        max-width: 450px;
        font-size: 0.98rem;
    }

    .home-hero__books {
        right: -95px;
        top: 50%;
        width: 650px;
        height: 580px;
        transform: translateY(-43%) scale(0.86);
        transform-origin: center right;
    }
}

@media (min-width: 901px) and (max-width: 1280px) {
    .home-new-arrivals__header {
        padding-top: 56px;
    }

    .home-newsletter {
        min-height: 390px;
    }

    .home-newsletter__inner {
        display: grid;
        grid-template-columns: minmax(360px, 1fr) minmax(320px, 380px);
        align-items: center;
        gap: clamp(32px, 5vw, 72px);
        max-width: 1120px;
        min-height: 390px;
        padding: 56px 42px;
    }

    .home-newsletter__inner::after {
        top: 50px;
        right: 32px;
        bottom: 50px;
        left: clamp(170px, 21vw, 260px);
        border-radius: 180px 0 0 180px;
    }

    .home-newsletter__left {
        width: 100%;
        justify-content: flex-end;
        padding-right: 0;
    }

    .home-newsletter__badge {
        max-width: 520px;
        gap: 22px;
        transform: translateX(44px);
    }

    .home-newsletter__badge img {
        height: 96px;
    }

    .home-newsletter__title {
        font-size: clamp(1.45rem, 2.4vw, 1.8rem);
        line-height: 1.08;
    }

    .home-newsletter__subtitle {
        font-size: 0.82rem;
    }

    .home-newsletter__right {
        width: 100%;
        max-width: 340px;
        margin-left: 0;
        padding-top: 0;
        justify-self: center;
        align-self: center;
        transform: translateY(28px);
    }

    .home-newsletter__right .wpcf7-form {
        margin-top: 0;
    }

    .home-newsletter__right label {
        margin-bottom: 4px !important;
        font-size: 0.7rem;
    }

    .home-newsletter__right input[type="text"],
    .home-newsletter__right input[type="email"] {
        height: 36px;
        padding: 0 16px;
        font-size: 0.76rem;
    }

    .home-newsletter__right .wpcf7-form p {
        margin-bottom: 12px !important;
    }

    .home-newsletter__right .wpcf7-checkbox .wpcf7-list-item-label {
        font-size: 0.7rem;
    }

    .home-newsletter__right input[type="submit"] {
        height: 40px;
        margin-top: 6px !important;
        font-size: 0.8rem;
    }
}

@media (max-width: 1100px) {
    .home-hero__content {
        flex-direction: column;
        align-items: flex-start;
        padding: 60px 24px 100px;
    }

    .home-hero__books {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        max-width: 650px;
        height: 450px;
        margin-top: 40px;
        transform: none;
    }

    .home-new-arrivals {
        padding: 60px 0 160px;
    }

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

    .home-quick-picks__inner {
        padding: 40px 24px 0;
    }

    .home-quick-picks__flowers {
        left: 24px;
    }

    .home-shelves__swiper {
        padding: 0 24px 56px !important;
    }

    .home-shelf-card {
        min-height: 450px;
    }

    .home-newsletter__inner {
        flex-direction: column;
        justify-content: center;
        gap: 36px;
        padding: 70px 40px;
    }

    .home-newsletter__inner::after {
        top: 40px;
        right: 40px;
        bottom: 40px;
        left: 40px;
        border-radius: 80px;
    }

    .home-newsletter__left {
        width: 100%;
    }

    .home-newsletter__right {
        flex: none;
        width: 100%;
        max-width: 420px;
        margin-left: 0;
        padding-top: 0;
    }

    .home-journal {
        padding: 80px 24px;
    }

    .home-journal__inner-box {
        padding: 72px 40px;
    }
}

@media (min-width: 901px) and (max-width: 1100px) {
    .home-hero {
        position: relative !important;
        z-index: 1 !important;
        min-height: 560px !important;
        overflow: visible !important;
    }

    .home-hero__content {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 28px !important;
        max-width: 1120px !important;
        padding: 56px 56px 120px !important;
    }

    .home-hero__text {
        flex: 0 0 43% !important;
        max-width: 410px !important;
    }

    .home-hero__title {
        margin-bottom: 14px !important;
        font-size: clamp(2.1rem, 4vw, 2.7rem) !important;
        line-height: 1.08 !important;
        letter-spacing: 0.04em !important;
    }

    .home-hero__subtitle {
        margin-bottom: 20px !important;
        font-size: 0.9rem !important;
    }

    .home-hero__desc {
        max-width: 390px !important;
        margin-bottom: 30px !important;
        font-size: 0.92rem !important;
        line-height: 1.55 !important;
    }

    .home-hero__buttons .btn--coral {
        padding: 13px 28px !important;
        font-size: 0.78rem !important;
    }

    .home-hero__books {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        z-index: 3 !important;
        flex: 0 0 57% !important;
        width: 650px !important;
        max-width: none !important;
        height: 500px !important;
        margin: 0 !important;
        transform: translateX(-18px) translateY(6px) scale(0.72) !important;
        transform-origin: center right !important;
    }

    .home-hero__book {
        width: 190px !important;
        height: 280px !important;
        aspect-ratio: 190 / 280 !important;
    }

    .home-hero__book--1 {
        top: 40px !important;
        left: -80px !important;
        transform: rotate(45deg) !important;
    }

    .home-hero__book--2 {
        top: 185px !important;
        left: 65px !important;
        transform: rotate(45deg) !important;
    }

    .home-hero__book--3 {
        top: 330px !important;
        left: 210px !important;
        transform: rotate(45deg) !important;
    }

    .home-hero__book--4 {
        top: -70px !important;
        left: 235px !important;
        transform: rotate(45deg) !important;
    }

    .home-hero__book--5 {
        top: 75px !important;
        left: 380px !important;
        transform: rotate(45deg) !important;
    }

    .home-hero__book--6 {
        top: 220px !important;
        left: 525px !important;
        transform: rotate(45deg) !important;
    }

    .home-hero__cat {
        display: block !important;
        position: absolute !important;
        top: 180px !important;
        left: 80px !important;
        z-index: 2 !important;
        width: auto !important;
        height: 200px !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: scaleX(-1) rotate(135deg) !important;
        pointer-events: none !important;
    }

    .home-hero .home-hero__deco {
        display: block !important;
        z-index: 4 !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .home-new-arrivals {
        position: relative !important;
        z-index: 2 !important;
        overflow: visible !important;
        background: transparent !important;
    }

    .home-new-arrivals::before {
        content: '';
        position: absolute;
        inset: 0;
        z-index: 1 !important;
        background: var(--white);
        pointer-events: none;
    }

    .home-new-arrivals__header,
    .home-new-arrivals__grid,
    .home-new-arrivals__footer,
    .home-product-card {
        position: relative !important;
        z-index: 8 !important;
    }
}

@media (min-width: 769px) and (max-width: 900px) {
    .home-hero {
        position: relative !important;
        z-index: 3 !important;
        min-height: auto !important;
        overflow: visible !important;
    }

    .home-hero__content {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 64px 32px 0 !important;
    }

    .home-hero__text {
        position: relative !important;
        z-index: 10 !important;
        max-width: 560px !important;
    }

    .home-hero__title {
        font-size: clamp(2.45rem, 6.4vw, 3.2rem) !important;
        line-height: 1.08 !important;
    }

    .home-hero__desc {
        max-width: 560px !important;
        margin-bottom: 30px !important;
        font-size: 0.96rem !important;
        line-height: 1.55 !important;
    }

    .home-hero .home-hero__deco {
        display: none !important;
    }

    .home-hero__books {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        left: 50% !important;
        z-index: 6 !important;
        width: 650px !important;
        max-width: none !important;
        height: 500px !important;
        margin: 46px 0 -170px !important;
        transform: translateX(-50%) translateY(58px) scale(0.88) !important;
        transform-origin: top center !important;
    }

    .home-hero__book {
        width: 190px !important;
        height: 280px !important;
        aspect-ratio: 190 / 280 !important;
    }

    .home-hero__book--1 {
        top: 40px !important;
        left: -80px !important;
        transform: rotate(45deg) !important;
    }

    .home-hero__book--2 {
        top: 185px !important;
        left: 65px !important;
        transform: rotate(45deg) !important;
    }

    .home-hero__book--3 {
        top: 330px !important;
        left: 210px !important;
        transform: rotate(45deg) !important;
    }

    .home-hero__book--4 {
        top: -70px !important;
        left: 235px !important;
        transform: rotate(45deg) !important;
    }

    .home-hero__book--5 {
        top: 75px !important;
        left: 380px !important;
        transform: rotate(45deg) !important;
    }

    .home-hero__book--6 {
        top: 220px !important;
        left: 525px !important;
        transform: rotate(45deg) !important;
    }

    .home-hero__cat {
        display: block !important;
        position: absolute !important;
        top: 180px !important;
        left: 80px !important;
        z-index: 2 !important;
        width: auto !important;
        height: 175px !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: scaleX(-1) rotate(135deg) !important;
        pointer-events: none !important;
    }

    .home-new-arrivals {
        position: relative !important;
        z-index: 2 !important;
        padding-top: 290px !important;
    }

    .home-new-arrivals__header {
        padding-top: 44px !important;
    }

    .home-new-arrivals__grid,
    .home-new-arrivals__header {
        position: relative !important;
        z-index: 8 !important;
    }

    .home-newsletter {
        min-height: 720px !important;
        padding: 56px 0 0 !important;
        overflow: hidden !important;
    }

    .home-newsletter__inner {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 30px !important;
        max-width: 100% !important;
        min-height: 664px !important;
        padding: 116px 52px 58px !important;
        isolation: isolate;
    }

    .home-newsletter__inner::after {
        top: 68px !important;
        right: auto !important;
        bottom: 0 !important;
        left: 50% !important;
        z-index: -1 !important;
        width: min(520px, calc(100% - 64px)) !important;
        height: auto !important;
        border-radius: 280px 280px 0 0 !important;
        background: var(--white) !important;
        transform: translateX(-50%) !important;
    }

    .home-newsletter__left,
    .home-newsletter__right {
        transform: translateY(24px) !important;
    }

    .home-newsletter__left {
        width: 100% !important;
        justify-content: center !important;
        padding-right: 0 !important;
    }

    .home-newsletter__badge {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 20px !important;
        max-width: 420px !important;
        text-align: left !important;
        transform: none !important;
    }

    .home-newsletter__badge img {
        flex-shrink: 0 !important;
        height: 92px !important;
    }

    .home-newsletter__title {
        margin-bottom: 8px !important;
        font-size: 1.65rem !important;
        line-height: 1.08 !important;
    }

    .home-newsletter__subtitle {
        font-size: 0.78rem !important;
        line-height: 1.45 !important;
    }

    .home-newsletter__right {
        align-self: center !important;
        width: 100% !important;
        max-width: 360px !important;
        margin-left: 0 !important;
        padding-top: 0 !important;
        justify-self: auto !important;
    }

    .home-newsletter__right .wpcf7-form {
        margin-top: 0 !important;
    }

    .home-newsletter__right label {
        margin-bottom: 5px !important;
        font-size: 0.72rem !important;
    }

    .home-newsletter__right input[type="text"],
    .home-newsletter__right input[type="email"] {
        height: 38px !important;
        font-size: 0.76rem !important;
    }

    .home-newsletter__right .wpcf7-form p {
        margin-bottom: 13px !important;
    }

    .home-newsletter__right .wpcf7-checkbox .wpcf7-list-item-label {
        font-size: 0.7rem !important;
    }

    .home-newsletter__right input[type="submit"] {
        height: 42px !important;
        margin-top: 8px !important;
        font-size: 0.8rem !important;
    }
}

/* iPad mini portrait (601-768) — hero igazítás */
@media (min-width: 601px) and (max-width: 768px) and (orientation: portrait) {
    .home-hero {
        position: relative !important;
        z-index: 3 !important;
        min-height: auto !important;
        overflow: visible !important;
    }

    .home-hero__content {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 58px 30px 0 !important;
    }

    .home-hero__text {
        position: relative !important;
        z-index: 10 !important;
        max-width: 560px !important;
    }

    .home-hero__title {
        font-size: clamp(2.35rem, 6vw, 3rem) !important;
        line-height: 1.08 !important;
    }

    .home-hero__desc {
        max-width: 540px !important;
        margin-bottom: 28px !important;
        font-size: 0.95rem !important;
        line-height: 1.55 !important;
    }

    .home-hero .home-hero__deco {
        display: none !important;
    }

    .home-hero__books {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        left: 50% !important;
        z-index: 6 !important;
        width: 650px !important;
        max-width: none !important;
        height: 500px !important;
        margin: 34px 0 -142px !important;
        transform: translateX(-50%) translateY(44px) scale(0.78) !important;
        transform-origin: top center !important;
    }

    .home-hero__book {
        width: 190px !important;
        height: 280px !important;
        aspect-ratio: 190 / 280 !important;
    }

    .home-hero__book--1 {
        top: 40px !important;
        left: -80px !important;
        transform: rotate(45deg) !important;
    }

    .home-hero__book--2 {
        top: 185px !important;
        left: 65px !important;
        transform: rotate(45deg) !important;
    }

    .home-hero__book--3 {
        top: 330px !important;
        left: 210px !important;
        transform: rotate(45deg) !important;
    }

    .home-hero__book--4 {
        top: -70px !important;
        left: 235px !important;
        transform: rotate(45deg) !important;
    }

    .home-hero__book--5 {
        top: 75px !important;
        left: 380px !important;
        transform: rotate(45deg) !important;
    }

    .home-hero__book--6 {
        top: 220px !important;
        left: 525px !important;
        transform: rotate(45deg) !important;
    }

    .home-hero__cat {
        display: block !important;
        position: absolute !important;
        top: 170px !important;
        left: 72px !important;
        z-index: 2 !important;
        width: auto !important;
        height: 155px !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: scaleX(-1) rotate(135deg) !important;
        pointer-events: none !important;
    }

    .home-new-arrivals {
        position: relative !important;
        z-index: 2 !important;
        padding-top: 230px !important;
        padding-bottom: 150px !important;
    }

    .home-new-arrivals__header {
        padding-top: 36px !important;
        margin-bottom: 36px !important;
    }

    .home-new-arrivals__header,
    .home-new-arrivals__grid,
    .home-new-arrivals__footer,
    .home-product-card {
        position: relative !important;
        z-index: 8 !important;
    }

    .home-product-card__img-wrap {
        height: 330px !important;
    }

    .home-quick-picks {
        margin-top: -90px !important;
    }

    .home-quick-picks__inner {
        padding: 42px 30px 0 !important;
    }

    .home-shelves__swiper {
        width: min(680px, calc(100vw - 48px)) !important;
        padding: 0 0 48px !important;
    }

    .home-shelf-card {
        min-height: 500px !important;
    }

    .home-newsletter {
        min-height: 700px !important;
        padding: 52px 0 0 !important;
        overflow: hidden !important;
    }

    .home-newsletter__inner {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 28px !important;
        min-height: 648px !important;
        padding: 104px 42px 56px !important;
        isolation: isolate;
    }

    .home-newsletter__inner::after {
        top: 62px !important;
        right: auto !important;
        bottom: 0 !important;
        left: 50% !important;
        z-index: -1 !important;
        width: min(500px, calc(100% - 52px)) !important;
        border-radius: 260px 260px 0 0 !important;
        background: var(--white) !important;
        transform: translateX(-50%) !important;
    }

    .home-newsletter__left,
    .home-newsletter__right {
        transform: translateY(20px) !important;
    }

    .home-newsletter__badge {
        max-width: 400px !important;
        gap: 18px !important;
        transform: none !important;
    }

    .home-newsletter__badge img {
        height: 88px !important;
    }

    .home-newsletter__right {
        width: 100% !important;
        max-width: 350px !important;
        margin-left: 0 !important;
        padding-top: 0 !important;
    }
}

@media (max-width: 900px) {
    .home-shelves__swiper {
        width: min(720px, calc(100vw - 48px)) !important;
    }

    .home-quick-picks__inner {
        flex-direction: column;
        gap: 24px;
    }

    .home-quick-picks__intro {
        flex: none;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding-right: 0;
        padding-bottom: 24px;
        border-right: none;
        border-bottom: 1px solid var(--accent);
    }

    .home-quick-picks__nav-wrap {
        padding-left: 0;
    }

    .home-quick-picks__nav {
        justify-content: flex-start;
        gap: 24px;
        flex-wrap: wrap;
    }

    .home-journal {
        padding-top: 180px !important;
    }

    .home-journal__inner-box {
        margin-top: 0 !important;
    }

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

    .home-journal__section-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-journal__section:first-of-type .home-journal__grid > *:nth-child(n+3),
    .home-journal__section--interviews .home-journal__grid > *:nth-child(n+3) {
        display: none !important;
    }
}

@media (min-width: 601px) and (max-width: 900px) {
    .home-hero__cat {
        display: block !important;
        position: absolute !important;
        top: 250px !important;
        left: 85px !important;
        z-index: 2 !important;
        width: auto !important;
        height: 145px !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: scaleX(-1) rotate(135deg) !important;
        pointer-events: none !important;
    }
}

@media (max-width: 768px) {
    .home-new-arrivals__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-quick-picks {
        margin-top: -80px;
    }

    .home-quick-picks__flowers img {
        height: 72px;
    }

    .home-quick-picks__cat {
        height: 88px !important;
    }

    .home-shelves {
        padding: 64px 0 90px;
    }

    .home-shelves__header {
        margin-bottom: 36px;
        padding: 0 24px;
    }

    .home-shelves__swiper {
        padding: 0 22px 48px !important;
    }

    .home-shelf-card {
        min-height: 520px;
    }

    .home-shelf-card__content {
        width: 86%;
        padding: 24px 24px 22px;
    }

    .home-thematic-intro {
        padding: 64px 24px 0;
    }
}

/* ── Mobil: max 600px ── */
@media (max-width: 600px) {
    .home-hero {
        min-height: auto;
    }

    .home-hero__content {
        padding: 46px 22px 0 !important;
    }

    .home-hero__title {
        font-size: clamp(2rem, 10vw, 2.45rem) !important;
        line-height: 1.08 !important;
    }

    .home-hero__subtitle {
        margin-bottom: 18px !important;
    }

    .home-hero__desc {
        margin-bottom: 26px !important;
        font-size: 0.95rem !important;
        line-height: 1.55 !important;
    }

    .home-hero__cat {
        display: none;
    }

    .home-hero__books {
        position: relative !important;
        left: 50% !important;
        width: 360px !important;
        max-width: none !important;
        height: 340px !important;
        margin: 28px 0 -70px !important;
        transform: translateX(-44%) !important;
        transform-origin: top center !important;
    }

    .home-hero__book {
        width: 100px !important;
        height: 148px !important;
        transform: rotate(45deg) !important;
    }

    .home-hero__book--1 {
        top: 24px !important;
        left: 6px !important;
    }

    .home-hero__book--2 {
        top: 100px !important;
        left: 82px !important;
    }

    .home-hero__book--3 {
        top: 176px !important;
        left: 158px !important;
    }

    .home-hero__book--4 {
        top: -10px !important;
        left: 238px !important;
    }

    .home-hero__book--5 {
        top: 66px !important;
        left: 314px !important;
    }

    .home-hero__book--6 {
        top: 142px !important;
        left: 390px !important;
    }

    .home-new-arrivals {
        padding-top: 112px !important;
    }

    .home-new-arrivals__header,
    .home-new-arrivals__grid,
    .home-new-arrivals__footer {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .home-product-card__title {
        font-size: 0.76rem !important;
        line-height: 1.25 !important;
    }

    .home-product-card__author,
    .home-product-card__price {
        font-size: 0.74rem !important;
    }

    .home-product-card__btn {
        width: 100%;
        padding: 9px 12px !important;
        font-size: 0.74rem !important;
    }

    .home-content {
        padding: 0 20px 60px;
    }

    .home-quick-picks {
        margin-top: -54px !important;
    }

    .home-quick-picks__flowers {
        right: 0;
        left: 0;
        justify-content: center;
        top: -70px;
    }

    .home-quick-picks__title {
        font-size: 2rem;
        text-align: center;
    }

    .home-quick-picks__intro {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .home-quick-picks__nav {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px 18px !important;
    }

    .home-quick-picks__pill {
        white-space: normal !important;
        text-align: center;
    }

    .home-shelf-card__image {
        height: 200px;
    }

    .home-newsletter {
        min-height: auto !important;
        padding: 44px 0 0 !important;
    }

    .home-newsletter__inner {
        gap: 24px !important;
        padding: 76px 28px 54px !important;
        isolation: isolate;
    }

    .home-newsletter__inner::after {
        top: 36px !important;
        right: 18px !important;
        bottom: 0 !important;
        left: 18px !important;
        border-radius: 180px 180px 0 0 !important;
    }

    .home-newsletter__badge {
        flex-direction: column;
        gap: 18px;
        text-align: center;
    }

    .home-newsletter__badge,
    .home-newsletter__badge-text {
        text-align: center !important;
    }

    .home-newsletter__title,
    .home-newsletter__subtitle {
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }


    .home-newsletter__badge img {
        height: 86px;
    }

    .home-newsletter__right {
        max-width: 340px !important;
    }

    .home-journal {
        padding: 70px 20px;
    }

    .home-journal__inner-box {
        padding: 60px 22px;
    }

    .home-journal__inner-box::before,
    .home-journal__inner-box::after {
        display: none !important;
    }

    .home-journal__grid--3,
    .home-journal__grid--2 {
        grid-template-columns: 1fr;
    }

    .home-journal__deco {
        gap: 8px;
    }

    .home-journal__deco img {
        height: 64px !important;
    }

    .home-journal__cat {
        height: 88px !important;
    }

    .home-journal-card__img-wrap,
    .home-journal-card--note .home-journal-card__img-wrap {
        height: 220px;
    }
}

/* ── Mobil: max 480px (a hero könyvek itt vannak finomhangolva) ── */
@media (max-width: 480px) {
    .home-hero__books {
        width: 480px !important;
        height: 480px !important;
        margin: 50px 0 -80px !important;
        transform: translateX(-54%) !important;
    }

    .home-hero__book {
        width: 140px !important;
        height: 207px !important;
    }

    .home-hero__book--1 {
        top: 10px !important;
        left: -50px !important;
    }

    .home-hero__book--2 {
        top: 120px !important;
        left: 60px !important;
    }

    .home-hero__book--3 {
        top: 230px !important;
        left: 170px !important;
    }

    .home-hero__book--4 {
        top: -30px !important;
        left: 230px !important;
    }

    .home-hero__book--5 {
        top: 80px !important;
        left: 340px !important;
    }

    .home-hero__book--6 {
        top: 190px !important;
        left: 450px !important;
    }

    .home-new-arrivals__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 12px;
    }

    .home-new-arrivals {
        padding-top: 98px !important;
    }

    .home-new-arrivals__footer {
        gap: 12px !important;
        margin-top: 38px !important;
        margin-bottom: 78px !important;
    }

    .home-new-arrivals__footer .btn--coral {
        padding: 12px 24px !important;
        font-size: 0.76rem !important;
    }

    .home-product-card__img-wrap {
        height: auto;
        aspect-ratio: 2 / 3;
    }

    .home-product-card__img-wrap img {
        height: auto;
        object-fit: contain;
    }

    .home-quick-picks {
        margin-top: -50px;
    }

    .home-quick-picks__inner {
        padding: 40px 20px 0;
    }

    .home-quick-picks__flowers {
        gap: 8px;
        top: -60px;
    }

    .home-quick-picks__flowers img {
        height: 54px;
    }

    .home-quick-picks__cat {
        height: 100px !important;
    }

    .home-quick-picks__title {
        font-size: 1.8rem;
    }

    .home-quick-picks__nav {
        gap: 12px;
    }

    .home-quick-picks__pill {
        font-size: 0.72rem;
    }

    .home-quick-picks__pill::after {
        display: none;
    }

    .home-thematic-intro {
        padding: 60px 20px 40px;
    }

    .home-shelves__swiper {
        padding: 0 16px 40px !important;
    }

    .home-shelf-card {
        min-height: 500px;
    }

    .home-shelf-card__content {
        width: 90%;
        padding: 22px 20px 20px;
    }

    .home-shelf-card__desc {
        -webkit-line-clamp: 3;
    }

    .home-newsletter__badge img {
        height: 78px !important;
    }

    .home-newsletter__title {
        font-size: 1.42rem !important;
    }

    .home-newsletter__subtitle {
        font-size: 0.76rem !important;
    }

    .home-newsletter__left {
        justify-content: center !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 380px) {
    .home-hero__books {
        transform: translateX(-50%) scale(0.86) !important;
    }

    .home-new-arrivals__grid {
        gap: 22px 10px !important;
    }

    .home-product-card__img-wrap {
        height: 200px !important;
    }
}