/*
|--------------------------------------------------------------------------
| Alibeyköy Adıyaman Çiğ Köfte
| Alibeyköy'de Buradayız Bölümü
|--------------------------------------------------------------------------
*/

.home-location {
    --location-green: #063d2d;
    --location-green-dark: #03291f;
    --location-green-deep: #021f18;
    --location-green-soft: #eaf3ee;
    --location-gold: #d8a928;
    --location-gold-light: #f3d574;
    --location-text: #10251e;
    --location-muted: #64736d;
    --location-white: #ffffff;
    --location-border: rgba(6, 61, 45, 0.13);

    position: relative;
    z-index: 1;
    padding: 72px 24px 108px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 7% 12%,
            rgba(216, 169, 40, 0.13),
            transparent 27%
        ),
        radial-gradient(
            circle at 94% 88%,
            rgba(6, 61, 45, 0.13),
            transparent 31%
        ),
        linear-gradient(180deg, #f7faf8 0%, #ffffff 55%, #f4f8f6 100%);
    color: var(--location-text);
    isolation: isolate;
}

.home-location::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -2;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(6, 61, 45, 0.13),
        rgba(216, 169, 40, 0.42),
        rgba(6, 61, 45, 0.13),
        transparent
    );
    content: "";
}

.home-location::after {
    position: absolute;
    right: -170px;
    bottom: -210px;
    z-index: -2;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(216, 169, 40, 0.14);
    border-radius: 50%;
    content: "";
}

.home-location__inner {
    width: min(100%, 1380px);
    margin: 0 auto;
}

/*
|--------------------------------------------------------------------------
| Bölüm başlığı
|--------------------------------------------------------------------------
*/

.home-location__header {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(330px, 0.62fr);
    gap: clamp(46px, 7vw, 110px);
    align-items: end;
    margin-bottom: 70px;
}

.home-location__heading {
    min-width: 0;
}

.home-location__eyebrow {
    display: inline-flex;
    gap: 11px;
    align-items: center;
    margin: 0 0 19px;
    color: var(--location-green);
    font-family: "Inter", Arial, sans-serif;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.home-location__eyebrow span {
    display: inline-grid;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid rgba(216, 169, 40, 0.4);
    border-radius: 50%;
    background: rgba(216, 169, 40, 0.13);
    color: #9d7000;
    font-size: 18px;
}

.home-location__title {
    max-width: 840px;
    margin: 0;
    color: var(--location-green-dark);
    font-family: "Bricolage Grotesque", "Inter", sans-serif;
    font-size: clamp(46px, 5.25vw, 78px);
    font-weight: 750;
    line-height: 0.96;
    letter-spacing: -0.057em;
}

.home-location__title span {
    display: block;
    margin-top: 8px;
    color: var(--location-green);
}

.home-location__lead {
    position: relative;
    max-width: 520px;
    margin: 0 0 5px;
    padding: 6px 0 6px 28px;
    color: var(--location-muted);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.74;
}

.home-location__lead::before {
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 0;
    width: 3px;
    border-radius: 99px;
    background: linear-gradient(
        to bottom,
        var(--location-gold),
        var(--location-green)
    );
    content: "";
}

/*
|--------------------------------------------------------------------------
| Ana sahne
|--------------------------------------------------------------------------
*/

.home-location__stage {
    display: grid;
    grid-template-columns: minmax(0, 1.07fr) minmax(430px, 0.93fr);
    min-height: 660px;
    overflow: hidden;
    border: 1px solid var(--location-border);
    border-radius: 38px 10px 38px 10px;
    background: var(--location-white);
    box-shadow:
        0 30px 80px rgba(3, 41, 31, 0.12),
        0 6px 22px rgba(3, 41, 31, 0.06);
}

/*
|--------------------------------------------------------------------------
| Mağaza fotoğrafı
|--------------------------------------------------------------------------
*/

.home-location__store {
    position: relative;
    min-width: 0;
    min-height: 660px;
    overflow: hidden;
    background: var(--location-green-dark);
}

.home-location__figure {
    position: absolute;
    inset: 0;
    margin: 0;
}

.home-location__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 900ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.home-location__store:hover .home-location__image {
    transform: scale(1.035);
}

.home-location__image-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(2, 31, 24, 0.06) 18%, rgba(2, 31, 24, 0.8) 100%),
        linear-gradient(90deg, rgba(2, 31, 24, 0.18), transparent 48%);
}

.home-location__store-caption {
    position: absolute;
    right: 34px;
    bottom: 32px;
    left: 34px;
    display: flex;
    gap: 13px;
    align-items: center;
    width: fit-content;
    max-width: calc(100% - 68px);
    padding: 15px 18px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 18px 5px 18px 5px;
    background: rgba(2, 31, 24, 0.78);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}

.home-location__live-dot {
    position: relative;
    flex: 0 0 12px;
    width: 12px;
    height: 12px;
    border: 3px solid rgba(255, 255, 255, 0.55);
    border-radius: 50%;
    background: #50d890;
    box-shadow: 0 0 0 5px rgba(80, 216, 144, 0.14);
}

.home-location__live-dot::after {
    position: absolute;
    inset: -7px;
    border: 1px solid rgba(80, 216, 144, 0.65);
    border-radius: 50%;
    content: "";
    animation: locationPulse 2s ease-out infinite;
}

.home-location__store-caption small,
.home-location__store-caption strong {
    display: block;
}

.home-location__store-caption small {
    margin-bottom: 3px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-location__store-caption strong {
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
}

.home-location__night-note {
    position: absolute;
    top: 28px;
    right: 28px;
    display: grid;
    min-width: 112px;
    padding: 15px 17px 14px;
    border: 1px solid rgba(243, 213, 116, 0.5);
    border-radius: 19px 6px 19px 6px;
    background: rgba(2, 31, 24, 0.84);
    color: var(--location-white);
    text-align: center;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.home-location__night-note span {
    color: var(--location-gold-light);
    font-family: "Bricolage Grotesque", "Inter", sans-serif;
    font-size: 29px;
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: -0.045em;
}

.home-location__night-note small {
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 9px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/*
|--------------------------------------------------------------------------
| Rota ve iletişim kartı
|--------------------------------------------------------------------------
*/

.home-location__route {
    position: relative;
    display: flex;
    min-width: 0;
    overflow: hidden;
    background: var(--location-green-dark);
    color: var(--location-white);
}

.home-location__route-art {
    position: absolute;
    inset: 0;
    overflow: hidden;
    opacity: 0.95;
    pointer-events: none;
}

.home-location__route-art::before,
.home-location__route-art::after {
    position: absolute;
    border: 1px solid rgba(243, 213, 116, 0.12);
    border-radius: 50%;
    content: "";
}

.home-location__route-art::before {
    top: -135px;
    right: -90px;
    width: 355px;
    height: 355px;
}

.home-location__route-art::after {
    right: 70px;
    bottom: -210px;
    width: 430px;
    height: 430px;
}

.home-location__road {
    position: absolute;
    display: block;
    height: 2px;
    border-radius: 99px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(216, 169, 40, 0.44),
        transparent
    );
    transform-origin: center;
}

.home-location__road--one {
    top: 115px;
    left: -45px;
    width: 390px;
    transform: rotate(-17deg);
}

.home-location__road--two {
    top: 210px;
    right: -95px;
    width: 510px;
    transform: rotate(38deg);
}

.home-location__road--three {
    right: -25px;
    bottom: 130px;
    width: 380px;
    transform: rotate(-21deg);
}

.home-location__route-pin {
    position: absolute;
    top: 67px;
    right: 58px;
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border: 1px solid rgba(243, 213, 116, 0.42);
    border-radius: 50%;
    background: rgba(216, 169, 40, 0.14);
    color: var(--location-gold-light);
    font-size: 27px;
    box-shadow: 0 0 0 12px rgba(216, 169, 40, 0.05);
}

.home-location__route-label {
    position: absolute;
    top: 130px;
    right: 36px;
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 7px;
    background: rgba(2, 31, 24, 0.7);
    color: rgba(255, 255, 255, 0.6);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.home-location__route-content {
    position: relative;
    z-index: 1;
    align-self: end;
    width: 100%;
    padding: clamp(185px, 18vw, 230px) clamp(34px, 4.2vw, 62px) 50px;
}

.home-location__route-kicker {
    margin: 0 0 14px;
    color: var(--location-gold-light);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.home-location__route h3 {
    max-width: 510px;
    margin: 0 0 27px;
    font-family: "Bricolage Grotesque", "Inter", sans-serif;
    font-size: clamp(35px, 3.2vw, 49px);
    font-weight: 750;
    line-height: 0.99;
    letter-spacing: -0.047em;
}

.home-location__route h3 span {
    display: block;
    margin-top: 6px;
    color: var(--location-gold-light);
}

.home-location__address {
    display: grid;
    grid-template-columns: 43px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    margin: 0 0 25px;
    padding: 17px 18px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 17px 5px 17px 5px;
    background: rgba(255, 255, 255, 0.06);
    font-style: normal;
}

.home-location__address > span {
    display: grid;
    width: 43px;
    height: 43px;
    place-items: center;
    border-radius: 12px 4px 12px 4px;
    background: var(--location-gold);
    color: var(--location-green-dark);
    font-size: 20px;
}

.home-location__address strong {
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.55;
}

.home-location__facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0 0 25px;
}

.home-location__facts > div {
    min-width: 0;
    padding: 13px 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.home-location__facts dt {
    display: flex;
    gap: 7px;
    align-items: center;
    margin: 0 0 7px;
    color: rgba(255, 255, 255, 0.53);
    font-size: 9px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.home-location__facts dt i {
    color: var(--location-gold-light);
    font-size: 13px;
}

.home-location__facts dd {
    margin: 0;
    color: var(--location-white);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
}

.home-location__facts a {
    color: inherit;
    text-decoration: none;
}

.home-location__actions {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(132px, 0.8fr);
    gap: 11px;
}

.home-location__action {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 13px 17px;
    border: 1px solid transparent;
    border-radius: 16px 5px 16px 5px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    transition:
        border-color 250ms ease,
        background-color 250ms ease,
        color 250ms ease,
        transform 250ms ease;
}

.home-location__action > span {
    display: inline-flex;
    gap: 9px;
    align-items: center;
}

.home-location__action--primary {
    justify-content: space-between;
    background: var(--location-gold);
    color: var(--location-green-dark);
}

.home-location__action--primary:hover {
    background: var(--location-gold-light);
    transform: translateY(-3px);
}

.home-location__action--secondary {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.07);
    color: var(--location-white);
}

.home-location__action--secondary:hover {
    border-color: rgba(243, 213, 116, 0.55);
    background: rgba(216, 169, 40, 0.11);
    color: var(--location-gold-light);
    transform: translateY(-3px);
}

.home-location__whatsapp {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    padding: 10px 12px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    text-decoration: none;
    transition: color 250ms ease;
}

.home-location__whatsapp i:first-child {
    color: #50d890;
    font-size: 17px;
}

.home-location__whatsapp i:last-child {
    color: var(--location-gold-light);
    transition: transform 250ms ease;
}

.home-location__whatsapp:hover {
    color: var(--location-white);
}

.home-location__whatsapp:hover i:last-child {
    transform: translateX(4px);
}

/*
|--------------------------------------------------------------------------
| Giriş animasyonu
|--------------------------------------------------------------------------
*/

[data-location-reveal] {
    opacity: 0;
    transform: translateY(28px);
    transition:
        opacity 750ms ease,
        transform 750ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

[data-location-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

.home-location__stage [data-location-reveal]:last-child {
    transition-delay: 120ms;
}

@keyframes locationPulse {
    0% {
        opacity: 0.75;
        transform: scale(0.7);
    }

    75%,
    100% {
        opacity: 0;
        transform: scale(1.45);
    }
}

/*
|--------------------------------------------------------------------------
| Tablet
|--------------------------------------------------------------------------
*/

@media (max-width: 1100px) {
    .home-location {
        padding: 62px 24px 88px;
    }

    .home-location__header {
        grid-template-columns: minmax(0, 1fr) minmax(290px, 0.64fr);
        gap: 44px;
        margin-bottom: 54px;
    }

    .home-location__title {
        font-size: clamp(43px, 5.8vw, 64px);
    }

    .home-location__stage {
        grid-template-columns: minmax(0, 1fr) minmax(390px, 0.94fr);
        min-height: 610px;
    }

    .home-location__store {
        min-height: 610px;
    }

    .home-location__route-content {
        padding: 175px 32px 38px;
    }

    .home-location__route h3 {
        font-size: 38px;
    }
}

@media (max-width: 860px) {
    .home-location {
        padding: 50px 20px 76px;
    }

    .home-location__header {
        grid-template-columns: 1fr;
        gap: 26px;
        margin-bottom: 44px;
    }

    .home-location__lead {
        max-width: 610px;
    }

    .home-location__stage {
        grid-template-columns: 1fr;
        min-height: 0;
        border-radius: 30px 8px 30px 8px;
    }

    .home-location__store {
        min-height: 440px;
    }

    .home-location__route {
        min-height: 0;
    }

    .home-location__route-content {
        padding: 132px 42px 38px;
    }

    .home-location__route-pin {
        top: 52px;
        right: 54px;
    }

    .home-location__route-label {
        top: 115px;
        right: 32px;
    }
}

/*
|--------------------------------------------------------------------------
| Mobil
|--------------------------------------------------------------------------
*/

@media (max-width: 620px) {
    .home-location {
        padding: 34px 15px 62px;
    }

    .home-location__header {
        gap: 21px;
        margin-bottom: 34px;
    }

    .home-location__eyebrow {
        margin-bottom: 15px;
        font-size: 10px;
        letter-spacing: 0.1em;
    }

    .home-location__eyebrow span {
        flex-basis: 33px;
        width: 33px;
        height: 33px;
        font-size: 16px;
    }

    .home-location__title {
        font-size: clamp(38px, 11.6vw, 51px);
        line-height: 0.98;
        letter-spacing: -0.052em;
    }

    .home-location__title span {
        margin-top: 6px;
    }

    .home-location__lead {
        padding: 4px 0 4px 19px;
        font-size: 14px;
        line-height: 1.65;
    }

    .home-location__lead::before {
        top: 4px;
        bottom: 4px;
        width: 2px;
    }

    .home-location__stage {
        border-radius: 24px 7px 24px 7px;
        box-shadow:
            0 20px 55px rgba(3, 41, 31, 0.12),
            0 4px 14px rgba(3, 41, 31, 0.06);
    }

    .home-location__store {
        min-height: clamp(320px, 88vw, 350px);
    }

    .home-location__image {
        object-position: center center;
    }

    .home-location__store-caption {
        right: 17px;
        bottom: 17px;
        left: 17px;
        max-width: calc(100% - 34px);
        padding: 12px 14px;
        border-radius: 15px 4px 15px 4px;
    }

    .home-location__store-caption small {
        font-size: 9px;
    }

    .home-location__store-caption strong {
        font-size: 13px;
    }

    .home-location__night-note {
        top: 15px;
        right: 15px;
        min-width: 94px;
        padding: 12px 13px 11px;
        border-radius: 16px 5px 16px 5px;
    }

    .home-location__night-note span {
        font-size: 24px;
    }

    .home-location__night-note small {
        font-size: 8px;
    }

    .home-location__route {
        min-height: 0;
    }

    .home-location__route-art {
        display: none;
    }

    .home-location__route-content {
        padding: 30px 19px 25px;
    }

    .home-location__route-kicker {
        margin-bottom: 11px;
        font-size: 9px;
    }

    .home-location__route h3 {
        margin-bottom: 22px;
        font-size: clamp(31px, 9.3vw, 39px);
    }

    .home-location__address {
        grid-template-columns: 39px minmax(0, 1fr);
        gap: 11px;
        margin-bottom: 19px;
        padding: 13px;
    }

    .home-location__address > span {
        width: 39px;
        height: 39px;
        font-size: 18px;
    }

    .home-location__address strong {
        font-size: 11px;
        line-height: 1.5;
    }

    .home-location__facts {
        gap: 5px;
        margin-bottom: 20px;
    }

    .home-location__facts > div {
        padding: 11px 8px;
    }

    .home-location__facts dt {
        font-size: 8px;
    }

    .home-location__facts dd {
        font-size: 11px;
    }

    .home-location__actions {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .home-location__action {
        min-height: 52px;
        padding: 12px 15px;
        font-size: 12px;
    }

    .home-location__whatsapp {
        margin-top: 9px;
        padding: 10px 5px;
        font-size: 10px;
    }
}

@media (max-width: 380px) {
    .home-location {
        padding-right: 12px;
        padding-left: 12px;
    }

    .home-location__title {
        font-size: 36px;
    }

    .home-location__store {
        min-height: 310px;
    }

    .home-location__facts {
        grid-template-columns: 1fr;
    }

    .home-location__facts > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-location *,
    .home-location *::before,
    .home-location *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    [data-location-reveal] {
        opacity: 1;
        transform: none;
    }
}