/* Orbán Dóra – testreszabások a Lovely Wedding sablon fölött */

/* --- Footer social ikonok középre igazítása: a doboz (.social-icon, 120px, mx-auto) középen van, de app.css nem igazítja középre magukat az ikonokat a dobozon belül (a display:flex;justify-content:center szabály tévesen csak a .contact-email .social-icon-ra vonatkozik) --- */
footer .social-icon {
    display: flex;
    justify-content: center;
}

/* app.css egyenlő specificitású, később betöltött szabálya felülírná a text-justify-t; ez erősebb szelektorral biztosítja a sorkizárást */
.big-headline__introduction.text-justify {
    text-align: justify;
}

/* --- app.css .big-headline{padding:100px 0} minden breakpoint-on ugyanakkora; a felső padding kell a fix navigáció alá csúszáshoz, de az alsó mobilon indokolatlanul nagy üres sávot hagy a cím alatt --- */
@media (max-width: 890px) {
    .big-headline {
        padding-bottom: 10px;
    }

    .big-headline__headline {
        margin-bottom: 10px;
    }
}

/* --- Márkaváltás: sötétzöld helyett meleg bézs-arany paletta --- */
.bg-green {
    background-color: #362a1e !important;
}

.bg-2 {
    background-image: linear-gradient(160deg, #3d2f21, #2b2117) !important;
    background-color: #2b2117;
}

p {
    font-size: 18px;
}

.nav-logo--text {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #6b4f34;
    text-decoration: none;
    line-height: 1;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    transition: color 0.2s ease-in-out;
}

.nav-logo--text:hover {
    color: #c1945b;
}

.nav-logo__subtitle {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: lowercase;
    color: #8a6a42;
    margin-top: 6px;
}

.nav-logo--img {
    display: inline-flex;
    align-items: center;
}

.nav-logo--img img {
    height: 60px;
    width: auto;
    display: block;
}

@media (max-width: 890px) {
    .nav-logo--img img {
        height: 42px;
    }
}

.footer-logo--text {
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.hero-photo {
    border-radius: 6px;
}

.service-signoff {
    text-align: center;
    font-style: italic;
    margin-top: 24px;
}

.blog-tags {
    text-align: center;
    color: #8a8a8a;
    font-size: 13px;
    margin-top: 8px;
}

.faq-intro,
.problem-list li {
    line-height: 1.8;
}

.problem-list {
    list-style: none;
    padding: 0;
    max-width: 700px;
    margin: 0 auto;
}

.problem-list li,
.content-text .problem-list li {
    list-style: none;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.services__main-headline {
    font-size: 32px;
    font-weight: 400;
    color: #f3ead9;
    max-width: 640px;
    text-wrap: balance;
    margin: 0 auto 12px;
}

.problem-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 900px;
    margin: 32px auto 8px;
    padding: 0 12px;
}

.problem-card {
    background: linear-gradient(160deg, rgba(247, 241, 228, 0.08), rgba(247, 241, 228, 0.03));
    border: 1px solid rgba(234, 201, 103, 0.22);
    border-radius: 10px;
    padding: 26px 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: left;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
    animation: problem-card-rise 0.6s cubic-bezier(.2,.8,.2,1) both;
}

.problem-card:hover {
    transform: translateY(-4px);
    border-color: rgba(234, 201, 103, 0.55);
    background: linear-gradient(160deg, rgba(247, 241, 228, 0.13), rgba(247, 241, 228, 0.04));
}

.problem-card__badge {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(234, 201, 103, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: rgba(54, 42, 30, 0.4);
}

.problem-card p {
    color: #f3ead9;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    text-align: left;
}

.problem-card:nth-child(1) { animation-delay: .02s; }
.problem-card:nth-child(2) { animation-delay: .09s; }
.problem-card:nth-child(3) { animation-delay: .16s; }
.problem-card:nth-child(4) { animation-delay: .23s; }
.problem-card:nth-child(5) { animation-delay: .30s; }
.problem-card:nth-child(6) { animation-delay: .37s; }

@keyframes problem-card-rise {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
    .problem-card { animation: none; }
}

@media (max-width: 720px) {
    .problem-grid { grid-template-columns: 1fr 1fr; }
    .services__main-headline { font-size: 26px; }
}

.bg-3 {
    background-image: url(../images/section_bg1.png);
    background-size: cover;
    background-position: center;
}

/* --- app.css section.block-content{padding-top:250px} a régi hullámos hero-hoz méretezett; a big-headline (hullám nélküli) fejléc után ez túl nagy űrt hagyna --- */
section.block-content {
    padding-top: 40px;
}

/* --- app.css section.block-contact{padding-top:270px / 380px @768px} ugyanígy a régi hullámos hero-hoz méretezett; 891px felett app.css már 0-ra állítja, csak az az alatti tartományt kell javítani --- */
section.block-contact {
    padding-top: 10px;
}

@media (min-width: 891px) {
    section.block-contact {
        padding-top: 0;
    }
}

/* --- Kapcsolat oldal portréfotója: app.css a .gradient-wave-picture-t a régi, magas hullámos hero fölé pozicionálta abszolút, "varázsszám" top/margin értékekkel; a kompakt fejléc után ez üres sávot hagyott, ill. átfedést okozott a kártyával. 890px alatt normál dokumentumfolyásba tesszük --- */
@media (max-width: 890px) {
    .contact-bg-img {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        max-height: none !important;
        height: 280px !important;
        float: none !important;
        clip-path: none !important;
        -webkit-clip-path: none !important;
    }

    section.block-contact .contact-card-block {
        margin-top: 24px !important;
    }
}

/* --- Kapcsolat oldal portréfotója desktopon (és a col-md-6 már 768px-től két oszlopossá váló tartományban): app.css jobbra igazítja (float:right) az üres bal oszlop mellett; helyette középre igazítva jelenjen meg --- */
@media (min-width: 768px) {
    .gradient-wave-picture-holder {
        justify-content: center;
    }

    .gradient-wave-picture-holder .col-md-6:first-child {
        display: none;
    }

    .gradient-wave-picture-holder .col-md-6:last-child {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .contact-bg-img {
        float: none !important;
        position: relative !important;
        width: 500px !important;
        height: 500px !important;
        max-width: 90vw !important;
        margin: 0 auto !important;
    }
}

/* --- Index és szolgáltatások: szolgáltatás-kártyák közötti térköz mobil nézetben --- */
@media (max-width: 767px) {
    .bg-3 .row > .col-xs-12.col-md-4,
    .picture-card--services-page .row > .col-xs-12.col-md-4 {
        margin-bottom: 24px;
    }

    .bg-3 .row > .col-xs-12.col-md-4:last-child,
    .picture-card--services-page .row > .col-xs-12.col-md-4:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 480px) {
    .problem-grid { grid-template-columns: 1fr; }
}

@media (min-width: 891px) {
    .gradient-wave-headlines__headline h1 {
        max-width: 60%;
    }
}

.picture-cta img {
    filter: grayscale(0.6);
}

/* --- Szolgáltatás-kártyák: egyenletes fehér keret az egész kép körül ---
   A .picture-card magassága h-100 miatt néha nagyobb, mint a kép saját
   (arányból adódó) magassága, ami a fennmaradó helyet a kép ALÁ tolta,
   így a keret alul vastagabbnak tűnt. Flex + object-fit: cover biztosítja,
   hogy a kép mindig pontosan kitöltse a rendelkezésre álló helyet. */
.picture-card {
    display: flex;
    flex-direction: column;
}

.picture-card__img-holder {
    flex: 1 1 auto;
    overflow: hidden;
}

.picture-card__img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blog-post-cover {
    margin-bottom: 8px;
    text-align: center;
}

.blog-post-cover img {
    width: auto;
    max-width: 100%;
    max-height: 480px;
    border-radius: 6px;
}

.hero-tone-warm {
    filter: sepia(0.45) saturate(1.3) brightness(1.05);
}

/* --- Hero: teljes szélességű enteriőr-fotó ráúszó szöveggel (ügyfél mockup) --- */
.hero-photo {
    background-image: url(../images/hero-interior.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 640px;
    display: flex;
    align-items: flex-start;
}

/* --- Hero: hullámos aljú fotó (v1 elrendezés), a felirat a kép felett --- */
.hero-wave {
    position: relative;
    min-height: 640px;
}

.hero-wave__picture {
    background-image: url(../images/hero_bg.jpg);
    background-position: bottom right;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

.hero-wave .hero-photo__overlay {
    position: relative;
    z-index: 1;
}

.hero-photo__overlay {
    width: 100%;
    padding: 110px 0 60px;
}

.hero-photo__text {
    max-width: 500px;
}

@media (min-width: 992px) {
    .hero-photo__text {
        max-width: 660px;
    }
}

.hero-photo__eyebrow {
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #a9803f;
    margin-bottom: 42px;
}

.hero-photo__headline {
    font-size: 46px;
    font-weight: 400;
    line-height: 2;
    color: #2b2117;
    margin-bottom: 26px;
}

.hero-photo__lead {
    font-size: 17px;
    line-height: 1.7;
    color: #4a3c2c;
    max-width: 420px;
    margin-bottom: 0;
}

.who-we-are-section {
    background: #fff;
    padding: 70px 0;
}

.who-we-are__headline {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    line-height: 1.4;
    color: #b68a53;
    text-align: center;
    margin-bottom: 0;
}

.who-we-are__intro-headline {
    margin-bottom: 56px;
}

.who-we-are__lead {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.6;
    color: #2b2117;
    text-align: center;
    margin-bottom: 18px;
}

@media (max-width: 575px) {
    .who-we-are__headline { font-size: 22px; }
    .who-we-are__lead { font-size: 16px; }
}

/* --- Szolgáltatás-aloldalak hero szekciója (nem absolute, nem overlappel) --- */
.service-hero {
    background: linear-gradient(120deg, #ebe4dc 22.5%, #e6cfb2);
    padding: 70px 0 50px;
}

.service-hero__title {
    max-width: 700px;
}

.service-hero__eyebrow {
    color: #b68a53;
    font-family: adobe-garamond-pro, serif;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.service-hero__headline {
    color: #2e4f42;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    line-height: 1.3;
    margin: 0;
}

.service-hero__row {
    margin-top: 50px;
}

.service-hero__image {
    width: 100%;
    height: 420px;
    object-fit: contain;
    border-radius: 8px;
    display: block;
}

@media (max-width: 890px) {
    .service-hero { margin-top: 70px; }
}

@media (max-width: 767px) {
    .service-hero { padding: 50px 0 40px; }
    .service-hero__headline { font-size: 28px; }
    .service-hero__image { height: 280px;  }
    .service-hero__row { margin-top: 20px; }
}

@media (max-width: 890px) {
    .hero-photo { min-height: 520px; margin-top: 70px; }
    .hero-photo__headline { font-size: 36px; }
    .hero-wave { min-height: 520px; margin-top: 70px; }
}

@media (max-width: 575px) {
    .hero-photo { min-height: 480px; }
    .hero-wave { min-height: 410px; }
    .hero-photo__overlay { padding: 40px 0 32px; }
    .hero-photo__headline { font-size: 22px; }
    .hero-photo__lead { font-size: 15px; }
    .who-we-are-section { padding: 40px 0; }
    p { font-size: 16px; }
    .big-headline__introduction--mobile-justify,
    .faq-main--mobile-justify .answer { text-align: justify; }
}
@media (max-width: 400px) {
    .hero-wave { min-height: 380px; }
}
/* --- Hero: névkártya komponens (stílusreferencia: ügyfél mockup) --- */
.hero-name-card {
    border: 1px solid #c9a35c;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(160deg, #f7ecd9, #efe0c4);
    box-shadow: 0 20px 45px rgba(54, 42, 30, 0.18);
    margin-bottom: 32px;
}

.hero-name-card__photo {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    display: block;
}

.hero-name-card__content {
    padding: 22px 20px 28px;
    text-align: center;
}

.hero-name-card__name {
    font-size: 26px;
    color: #3b2c1e;
    margin: 0;
    line-height: 1.2;
}

.team-content__title {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3;
    color: #2b2117;
    margin-bottom: 18px;
}

@media (max-width: 575px) {
    .team-content__title { font-size: 24px; }
}

.hero-name-card__divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 130px;
    margin: 14px auto;
}

.hero-name-card__divider::before,
.hero-name-card__divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #c9a35c;
}

.hero-name-card__divider-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #c9a35c;
    flex-shrink: 0;
}

.hero-name-card__title {
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #8a6a42;
    font-weight: 600;
    margin: 0;
}

@media (min-width: 992px) {
    .block-team .team-photo {
        margin-top: 80px;
    }
}

/* --- Rólam: gradient-wave fejléc nélküli elrendezés --- */
section.block-team--no-wave {
    padding-top: 40px;
}

@media (max-width: 890px) {
    section.block-team--no-wave {
        padding-top: 0;
        margin-top: 20px;
    }
}

.bordered-ul span {
    padding: 0!important;
}