/**
 * Trend Dürüm — unified responsive layout
 * Loads after legacy responsive.css; overrides conflicting rules.
 */

.reservation-head {
    padding-left: clamp(0px, 4vw, 80px);
    padding-right: clamp(0px, 4vw, 80px);
}

footer.footer-bootom a,
footer.footer-bootom .terms a,
footer.footer-bootom .footer-social a,
footer.footer-bootom .footer-contact a {
    color: #fff !important;
    text-decoration: none;
}

footer.footer-bootom a:hover,
footer.footer-bootom .terms a:hover,
footer.footer-bootom .footer-social a:hover,
footer.footer-bootom .footer-contact a:hover {
    color: #ff702a !important;
}

footer.footer-bootom .footer-credit {
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
}

footer.footer-bootom .footer-credit a {
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* ── Tablet (≤991px) ── */
@media (max-width: 991.98px) {
    .hero-section {
        padding: 120px 0 48px;
    }

    .hero-sec-content h1 {
        font-size: clamp(1.75rem, 5vw, 2.5rem);
        line-height: 1.3;
    }

    .home-hero-section {
        padding: 130px 0 56px;
    }

    .home-hero-section--poster {
        padding: 110px 0 56px;
    }

    .home-hero-content h1 {
        font-size: clamp(2rem, 7vw, 3.25rem);
        line-height: 1.15;
    }

    .home-hero-content h1:before {
        display: none;
    }

    .home-hero-content p {
        font-size: clamp(1rem, 2.5vw, 1.125rem);
    }

    .burger-img,
    .home-hero-poster {
        margin-top: 32px;
        text-align: center;
    }

    .home-hero-poster img {
        max-width: min(100%, 320px);
        max-height: none;
        margin: 0 auto;
    }

    .menu-head h2 {
        font-size: clamp(1.75rem, 5vw, 2.5rem);
    }

    .food-menu-section {
        padding: 48px 0;
    }

    .food-box {
        margin-top: 24px;
    }

    .navbar-collapse .navbar-custom {
        width: 100%;
        margin-left: 0;
        margin-top: 12px;
        border-radius: 16px;
        padding: 12px 16px;
    }

    .navbar-custom li {
        margin: 4px 0;
        text-align: center;
    }

    .navbar-custom li:before {
        display: none;
    }

    .last-menu-bg {
        display: inline-block;
        margin-top: 8px;
    }

    .reservation-head h2 {
        font-size: clamp(1.75rem, 5vw, 2.5rem);
    }

    .reservation-form {
        padding: 48px 0;
    }

    .personal {
        padding: 32px 24px;
    }

    .about_section {
        padding: 48px 0;
    }

    .about-content p {
        max-width: none;
    }

    .about-img {
        width: min(100%, 360px);
        margin: 32px auto 0;
    }

    .service-section {
        padding: 32px 24px;
    }

    .contact-maps iframe {
        height: 320px;
    }
}

/* ── Mobile (≤767px) ── */
@media (max-width: 767.98px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .page-section {
        padding: 16px 0 32px;
    }

    .hero-section {
        padding: 100px 0 36px;
    }

    .hero-sec-content ul li a {
        font-size: 14px;
    }

    .home-hero-section,
    .home-hero-section--poster {
        padding: 96px 0 40px;
    }

    .home-hero-poster img {
        max-width: min(100%, 300px);
        max-height: none;
    }

    .home-hero-content h1 {
        font-size: clamp(1.75rem, 9vw, 2.5rem);
    }

    .home-services {
        padding: 32px 20px;
        border-radius: 16px;
    }

    .home-services-section .image-box {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 16px;
    }

    .home-services-section .box-image {
        flex-shrink: 0;
    }

    .home-services-section .image-text {
        width: auto;
        flex: 1;
        margin-left: 0;
    }

    .home-services-section .image-text h2 {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .home-services-section .image-text p {
        font-size: 14px;
        line-height: 1.5;
    }

    .menu-head {
        padding: 0 8px;
    }

    .menu-head h2 {
        font-size: clamp(1.5rem, 6vw, 2rem);
    }

    .food-menu {
        margin-top: 16px;
        padding: 16px;
    }

    .food-informaion h2 {
        font-size: 18px;
        text-align: center;
    }

    .about_section {
        padding: 32px 0 40px;
    }

    .about-content h3 {
        font-size: clamp(1.2rem, 5vw, 1.5rem);
        margin-bottom: 16px;
        line-height: 1.35;
    }

    .about-content p {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 16px;
    }

    .about-img {
        width: min(100%, 300px);
        margin: 28px auto 0;
        padding: 0 4px;
    }

    .about-img img {
        width: 100%;
        height: auto;
        border-radius: 12px;
        object-fit: contain;
    }

    .service-section .image-box {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 20px;
        padding-bottom: 16px;
        border-bottom: 1px dashed rgba(255, 255, 255, 0.35);
    }

    .service-section .image-box.border-right-dashed {
        border-right: none;
    }

    .service-section .image-box:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .service-section .image-text {
        width: auto;
        flex: 1;
        margin-left: 0;
    }

    .service-section .image-text h2 {
        font-size: 20px;
    }

    .service-section .contact-information p,
    .service-section .contact-information p a {
        font-size: 14px;
        word-break: break-word;
    }

    .reservation-head {
        padding-left: 0;
        padding-right: 0;
    }

    .reservation-head h2 {
        font-size: clamp(1.35rem, 6vw, 1.75rem);
    }

    .reservation-head p {
        font-size: 15px;
        padding-top: 12px;
    }

    .personal {
        padding: 24px 16px;
    }

    .blog-section .blog {
        margin-bottom: 24px;
    }

    .blog-content h2 {
        font-size: 1.25rem;
    }

    footer.footer-bootom .col-md-4 {
        text-align: center !important;
    }

    footer.footer-bootom .footer-contact {
        font-size: 15px;
    }

    footer.footer-bootom .footer-credit {
        font-size: 13px;
    }

    .contact-maps {
        padding-bottom: 32px;
    }

    .contact-maps iframe {
        height: 260px;
        border-radius: 8px;
    }

    .preloader-wrap {
        z-index: 99999;
    }
}

/* ── Desktop (≥992px) ── */
@media (min-width: 992px) {
    .about_section .row.align-items-center {
        gap: 0;
    }

    .about-content {
        padding-right: 32px;
    }

    .about-img {
        width: min(100%, 440px);
    }

    .home-hero-section .row.align-items-center {
        min-height: auto;
    }

    .home-hero-poster img {
        max-width: min(100%, 400px);
        max-height: min(72vh, 540px);
    }

    .food-menu-section .food-box > [class*="col-"] {
        display: flex;
    }

    .food-menu-section .food-menu {
        width: 100%;
    }
}

/* ── Large desktop (≥1200px) ── */
@media (min-width: 1200px) {
    .home-hero-content h1 {
        font-size: clamp(3.5rem, 5vw, 5.625rem);
    }

    .about-content p {
        max-width: 52ch;
    }
}

/* ── Franchise page ── */
.page-franchise .franchise-lead {
    padding-top: 64px;
}

.page-franchise .franchise-lead .reservation-head {
    padding-bottom: 0;
}

.franchise-highlights {
    padding: 0 0 24px;
}

.franchise-highlights__title {
    color: #0a0626;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 700;
    margin-bottom: 28px;
}

.franchise-highlights__grid {
    row-gap: 20px;
}

.franchise-highlight-card {
    background: #fff;
    border: 1px solid rgba(219, 31, 38, 0.12);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(10, 6, 38, 0.06);
    height: 100%;
    padding: 28px 24px;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.franchise-highlight-card:hover {
    box-shadow: 0 12px 32px rgba(10, 6, 38, 0.1);
    transform: translateY(-2px);
}

.franchise-highlight-card__icon {
    align-items: center;
    background: #feeee7;
    border-radius: 50%;
    color: #db1f26;
    display: inline-flex;
    font-size: 28px;
    height: 64px;
    justify-content: center;
    margin-bottom: 16px;
    width: 64px;
}

.franchise-highlight-card h4 {
    color: #0a0626;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.franchise-highlight-card p {
    color: #494442;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
}

.page-franchise .franchise-apply {
    padding-top: 32px;
}

.page-franchise .franchise-apply .form {
    margin-top: 0;
}

.personal .custom-form h4 {
    color: #0a0626;
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 0;
}

.btn-application {
    background: #db1f26;
    border: none;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    min-width: 200px;
    padding: 14px 36px;
    transition: background 0.25s ease, transform 0.2s ease;
}

.btn-application:hover,
.btn-application:focus {
    background: #b8191f;
    color: #fff;
    outline: none;
    transform: translateY(-1px);
}

@media (max-width: 767.98px) {
    .page-franchise .franchise-lead {
        padding-top: 40px;
    }

    .franchise-highlights {
        padding-bottom: 8px;
    }

    .franchise-highlight-card {
        padding: 24px 20px;
    }

    .btn-application {
        width: 100%;
    }
}

/* ── Home hero — motion & hover ── */
.home-hero-section {
    --hero-bg-shift: 0px;
    overflow: hidden;
}

.home-hero-section:before {
    transform: translate3d(0, var(--hero-bg-shift), 0);
    transition: transform 0.15s linear;
}

.home-hero-section [data-hero-reveal] {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
    transition:
        opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-hero-section.is-ready .home-hero-content h1[data-hero-reveal] {
    opacity: 1;
    transform: none;
    transition-delay: 0.08s;
}

.home-hero-section.is-ready .home-hero-content p[data-hero-reveal] {
    opacity: 1;
    transform: none;
    transition-delay: 0.2s;
}

.home-hero-section.is-ready .home-hero-actions[data-hero-reveal] {
    opacity: 1;
    transform: none;
    transition-delay: 0.32s;
}

.home-hero-section.is-ready .home-hero-poster[data-hero-reveal] {
    opacity: 1;
    transform: translate3d(0, var(--hero-scroll-y, 0px), 0);
    transition-delay: 0.18s;
}

.home-hero-content h1:before {
    width: 0;
    transition: width 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.45s;
}

.home-hero-section.is-ready .home-hero-content h1:before {
    width: 130px;
}

.home-hero-content h1 span {
    display: inline-block;
    transition: color 0.3s ease, transform 0.3s ease;
}

.home-hero-content:hover h1 span {
    color: #ff702a;
    transform: translateX(4px);
}

.home-hero-content p span a {
    position: relative;
    text-decoration: none;
}

.home-hero-content p span a:after {
    background: linear-gradient(90deg, #ff702a, #db1f26);
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.35s ease;
    width: 100%;
}

.home-hero-content p span a:hover {
    color: #fff;
}

.home-hero-content p span a:hover:after {
    transform: scaleX(1);
}

.home-hero-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.home-hero-actions .menu-btn {
    display: inline-block;
    margin-top: 0;
}

.hero-cta--ghost {
    border: 2px solid rgba(255, 255, 255, 0.55);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 28px;
    text-decoration: none;
    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        color 0.3s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.hero-cta--ghost:hover,
.hero-cta--ghost:focus {
    background: rgba(255, 255, 255, 0.1);
    border-color: #ff702a;
    color: #ff702a;
    outline: none;
    transform: translateY(-2px);
}

.hero-cta--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(219, 31, 38, 0.35);
}

.home-hero-poster {
    perspective: 1200px;
    position: relative;
    transform: translate3d(0, var(--hero-scroll-y, 0px), 0);
    will-change: transform;
}

.home-hero-poster__glow {
    background: radial-gradient(circle at 50% 55%, rgba(255, 112, 42, 0.45), rgba(219, 31, 38, 0.08) 42%, transparent 70%);
    border-radius: 24px;
    inset: 8% 10%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: opacity 0.45s ease;
    z-index: 0;
}

.home-hero-poster.is-active .home-hero-poster__glow,
.home-hero-poster:hover .home-hero-poster__glow {
    opacity: 1;
}

.home-hero-poster__frame {
    position: relative;
    transform:
        perspective(1200px)
        rotateX(var(--tilt-x, 0deg))
        rotateY(var(--tilt-y, 0deg))
        translate3d(0, calc(var(--tilt-lift, 0px) * -1), 0);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 1;
}

.home-hero-poster__frame img {
    transition:
        box-shadow 0.35s ease,
        filter 0.35s ease;
}

.home-hero-poster.is-active .home-hero-poster__frame img,
.home-hero-poster:hover .home-hero-poster__frame img {
    box-shadow:
        0 24px 56px rgba(0, 0, 0, 0.55),
        0 0 0 1px rgba(255, 112, 42, 0.25);
    filter: saturate(1.05);
}

@media (prefers-reduced-motion: reduce) {
    .home-hero-section [data-hero-reveal],
    .home-hero-section:before,
    .home-hero-poster,
    .home-hero-poster__frame,
    .home-hero-content h1:before,
    .home-hero-content h1 span,
    .hero-cta--ghost,
    .hero-cta--primary {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    .home-hero-content h1:before {
        width: 130px;
    }
}

@media (max-width: 991.98px) {
    .home-hero-actions {
        justify-content: center;
        margin-top: 24px;
    }

    .home-hero-actions .menu-btn,
    .hero-cta--ghost {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}
