:root {
    --green: #0f9b4c;
    --orange: #ff7a1a;
    --bg: #f6f7fb;
    --text: #11213d;
    --muted: #5a677c;
    --line: #e3e6ee;
    --card: #ffffff;
    --shadow: 0 24px 60px rgba(17, 29, 57, 0.12);
    font-family: 'Inter', system-ui, -apple-system, blinkmacsystemfont, 'Segoe UI', sans-serif;
}

*,
*::before,
*::after { box-sizing: border-box; }

/* Erişilebilirlik: klavye odak halkası */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 2px solid var(--green);
    outline-offset: 2px;
}

/* Ana içeriğe atlama linki (ekran okuyucu / klavye) */
.skip-link {
    position: absolute;
    top: -100px;
    left: 12px;
    z-index: 100;
    padding: 12px 20px;
    background: var(--green);
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    transition: top 0.2s ease;
}
.skip-link:focus {
    top: 12px;
    outline: 2px solid #fff;
    outline-offset: 2px;
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }

.container {
    width: min(1200px, 92vw);
    margin: 0 auto;
}

.pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: clamp(5px, 0.8vw, 6px) clamp(10px, 1.3vw, 12px);
    border-radius: 999px;
    background: rgba(15,155,76,0.12);
    color: var(--green);
    font-weight: 600;
    font-size: clamp(12px, 1.05vw, 13px);
    letter-spacing: 0.4px;
}

h1, h2, h3 { margin: 0; color: var(--text); }
p { margin: 0; color: var(--muted); }

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: clamp(10px, 1.25vw, 12px) clamp(14px, 1.8vw, 18px);
    border-radius: clamp(12px, 1.2vw, 14px);
    border: 1px solid transparent;
    background: linear-gradient(135deg, var(--green), #13b15a);
    color: #fff;
    font-weight: 600;
    font-size: clamp(13px, 1.15vw, 15px);
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.2s ease;
    box-shadow: 0 12px 30px rgba(15, 155, 76, 0.25);
}
.btn:hover { transform: translateY(-2px); }
.btn--ghost {
    background: transparent;
    color: var(--text);
    border-color: var(--line);
    box-shadow: none;
}
.btn--orange {
    background: linear-gradient(135deg, var(--orange), #ff9a42);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 14px 34px rgba(255,122,26,0.25);
}

/* (Hero CTA removed) */

/* Topbar */
.topbar {
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(12px) saturate(1.12);
    -webkit-backdrop-filter: blur(12px) saturate(1.12);
    background: rgba(255,255,255,0.78);
    border-bottom: 1px solid rgba(227,230,238,0.7);
    transition: box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}
.topbar::after{
    content:"";
    position:absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background: linear-gradient(90deg, rgba(15,155,76,0.0), rgba(15,155,76,0.85), rgba(255,122,26,0.85), rgba(255,122,26,0.0));
    pointer-events:none;
}
.topbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: clamp(10px, 1.6vw, 14px) 0;
}
.topbar.is-scrolled {
    background: rgba(255,255,255,0.92);
    border-bottom-color: rgba(210,216,230,0.75);
    box-shadow: 0 18px 52px rgba(17,29,57,0.10);
}
.brand__logo { height: clamp(38px, 4.2vw, 48px); filter: drop-shadow(0 10px 24px rgba(17,29,57,0.10)); }

/* ========== HEADER YEŞİL + SLIDER GEÇİŞİ – GERİ ALMAK İÇİN BU BLOĞU TAMAMEN SİL (başlangıç) ========== */
.topbar { background: #2e8b57; border-bottom: none; box-shadow: 0 4px 20px rgba(0,0,0,0.08); }
.topbar::after { display: none; }
.topbar.is-scrolled { background: #2e8b57; box-shadow: 0 8px 28px rgba(0,0,0,0.12); }
.topbar .nav__links a, .topbar .nav__dropbtn { color: #fff; }
.topbar .nav__links a:hover, .topbar .nav__dropbtn:hover { background: rgba(255,255,255,0.12); color: #fff; }
.topbar .nav__caret { opacity: 0.9; }
.topbar .nav__links a:focus-visible { outline-color: rgba(255,255,255,0.6); }
.topbar .nav__toggle span { background: #fff; }
/* Header ile slider arasında yumuşak geçiş + boşluk */
.hero-slider { background: #2e8b57; margin-top: 18px; }
.slide__overlay {
    background: linear-gradient(180deg,
        rgba(46,139,87,0.28) 0%,
        rgba(46,139,87,0.06) 18%,
        rgba(17,33,61,0.72) 50%,
        rgba(17,33,61,0.4) 100%);
}
.topbar .nav__dropdown-panel a { color: var(--text) !important; }
.topbar .nav__dropdown-panel a:hover { color: var(--text); background: rgba(17,29,57,0.06); }
/* Header menü: ip gibi tek hizada */
.topbar .nav__links {
    display: flex;
    align-items: stretch;
    gap: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}
.topbar .nav__links > li {
    display: flex;
    align-items: center;
}
.topbar .nav__links a,
.topbar .nav__dropbtn {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    white-space: nowrap;
    transition: background 160ms ease;
}
.topbar .nav__dropbtn { gap: 4px; }
.topbar .nav__links a:hover,
.topbar .nav__dropbtn:hover { transform: none; }
/* ========== HEADER YEŞİL + SLIDER GEÇİŞİ – GERİ ALMAK İÇİN BU BLOĞU TAMAMEN SİL (son) ========== */
.nav {
    display: flex;
    align-items: center;
    gap: 18px;
    position: relative;
}
.nav__toggle { display: none; }
.nav__panel {
    display: flex;
    align-items: center;
    gap: 18px;
}
.nav__links {
    list-style: none;
    display: flex;
    gap: 16px;
    padding: 0;
    margin: 0;
}
.nav__links a {
    padding: clamp(6px, 1.0vw, 8px) clamp(8px, 1.3vw, 10px);
    border-radius: 10px;
    font-weight: 600;
    font-size: clamp(13px, 1.05vw, 15px);
    color: var(--text);
    position: relative;
    transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}
.nav__links a:hover{
    background: rgba(17,29,57,0.05);
    transform: translateY(-1px);
}
.nav__links a:focus-visible{
    outline: 2px solid rgba(15,155,76,0.40);
    outline-offset: 2px;
}
.nav__cta { padding-inline: 16px; }

/* Kurumsal dropdown */
.nav__dropdown { position: relative; }
.nav__dropbtn{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: clamp(6px, 1.0vw, 8px) clamp(8px, 1.3vw, 10px);
    border-radius: 10px;
    font-weight: 600;
    font-size: clamp(13px, 1.05vw, 15px);
    color: var(--text);
    background: transparent;
    border: 0;
    cursor: pointer;
    position: relative;
    transition: background 160ms ease, transform 160ms ease;
}
.nav__dropbtn:hover{ background: rgba(17,29,57,0.05); transform: translateY(-1px); }
.nav__caret{ opacity:.75; font-size:.9em; }

.nav__dropdown-panel{
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 180px;
    max-width: calc(100vw - 24px);
    max-height: min(70vh, 520px);
    overflow: auto;
    background: rgba(255,255,255,0.98);
    border: 1px solid rgba(210,216,230,0.75);
    border-radius: 14px;
    box-shadow: var(--shadow);
    padding: 6px;
    display: grid;
    /* animated open */
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px) scale(0.98);
    filter: blur(2px);
    pointer-events: none;
    transition: opacity 180ms cubic-bezier(.2,.8,.2,1),
                transform 180ms cubic-bezier(.2,.8,.2,1),
                filter 180ms cubic-bezier(.2,.8,.2,1),
                visibility 0ms linear 180ms;
    z-index: 50;
}

/* If dropdown is the last item, align panel to the right to prevent off-screen overflow */
.nav__links > li:last-child .nav__dropdown-panel{
    left: auto;
    right: 0;
}
.nav__dropdown.is-open .nav__dropdown-panel{
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    filter: blur(0);
    pointer-events: auto;
    transition: opacity 180ms cubic-bezier(.2,.8,.2,1),
                transform 180ms cubic-bezier(.2,.8,.2,1),
                filter 180ms cubic-bezier(.2,.8,.2,1),
                visibility 0ms linear 0ms;
}
.nav__dropdown-panel a{
    padding: 8px 10px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    color: var(--text);
}
.nav__dropdown-panel a:hover{
    background: rgba(17,29,57,0.06);
}

@media (hover:hover) and (pointer:fine){
    /* Hover bridge so moving from button to panel doesn't "drop" hover */
    .nav__dropdown::before{
        content:"";
        position:absolute;
        left: 0;
        right: 0;
        top: 100%;
        height: 12px;
    }

    .nav__dropdown:hover .nav__dropdown-panel{
        opacity: 1;
        visibility: visible;
        transform: translateY(0) scale(1);
        filter: blur(0);
        pointer-events: auto;
        transition: opacity 180ms cubic-bezier(.2,.8,.2,1),
                    transform 180ms cubic-bezier(.2,.8,.2,1),
                    filter 180ms cubic-bezier(.2,.8,.2,1),
                    visibility 0ms linear 0ms;
    }
}

/* Sections */
.section { padding: clamp(44px, 6vw, 72px) 0; }
.section__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 28px;
}
.section__header--tight { margin-bottom: 14px; }
.section__actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Hero slider */
.hero-slider { position: relative; overflow: hidden; background: #0f172a; margin-top: 18px; }
.slider { position: relative; }
.slider__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    transition: transform 0.5s ease;
}
.slide {
    position: relative;
    min-height: clamp(320px, 52vh, 460px);
    display: grid;
}
.slide img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slide__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(17,33,61,0.82), rgba(17,33,61,0.35));
}
.slide__content {
    position: relative;
    z-index: 2;
    width: min(560px, 90vw);
    padding: clamp(56px, 8.5vw, 96px) 0 clamp(44px, 6.5vw, 64px);
    margin-left: clamp(12px, 3vw, 36px);
    color: #fff;
    display: grid;
    gap: clamp(10px, 1.6vw, 12px);
}
.slide__content h1 { color: #fff; font-size: clamp(28px, 4.2vw, 46px); }
.slide__slogan {
    font-weight: 800;
    letter-spacing: 0.6px;
    color: rgba(255,255,255,0.95);
    text-shadow: 0 10px 28px rgba(0,0,0,0.35);
    font-size: clamp(13px, 1.4vw, 16px);
}
.slide__content p { color: rgba(255,255,255,0.85); font-size: clamp(14px, 1.5vw, 17px); }
.slide__cta { display: flex; gap: 12px; }

.slider__controls {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}
.slider__arrow {
    pointer-events: auto;
    margin: 0 clamp(8px, 1.6vw, 14px);
    width: clamp(48px, 4.2vw, 52px);
    height: clamp(48px, 4.2vw, 52px);
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 10px 30px rgba(0,0,0,0.18);
    font-size: clamp(16px, 2vw, 18px);
    cursor: pointer;
    transition: transform 0.15s ease;
}
.slider__arrow:hover { transform: translateY(-2px); }
.slider__dots {
    position: absolute;
    left: 50%;
    bottom: clamp(12px, 2.2vw, 22px);
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    pointer-events: auto;
}
.slider__dots button {
    width: clamp(18px, 2.6vw, 28px);
    height: clamp(5px, 0.8vw, 6px);
    border-radius: 999px;
    border: none;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
}
.slider__dots button.is-active { background: #fff; width: 34px; }
.slider__progress {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 4px;
    background: rgba(255,255,255,0.25);
}
.slider__progress span {
    display: block;
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, var(--orange), var(--green));
    transition: width 0.1s linear;
}

/* Carousel base */
.carousel {
    position: relative;
    overflow: hidden;
}
.carousel__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 180px;
    gap: 12px;
    scroll-snap-type: x mandatory;
    overflow-x: auto;
    padding: 8px 16px 12px;
    scrollbar-width: none;
    scroll-padding: 16px;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y;
}
.carousel__track::-webkit-scrollbar { display: none; }

/* Haftanın indirimleri: 1080x1350 banner — masaüstünde 3 görünür, geri kalanı sağa kaydırılır; mobil dokunulmadı */
.section--deals-banners .section__header {
    margin-bottom: 1.5rem;
}
/* Masaüstü: yatay kaydırma, 3 banner görünür */
@media (min-width: 901px) {
    .deals-banners {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: min(340px, 30vw);
        gap: 1.25rem;
        max-width: min(1280px, 94vw);
        margin: 0 auto;
        padding: 0 1rem;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-padding: 1rem;
        scrollbar-width: none; /* scrollbar yerine ok butonları */
    }
    .deals-banners::-webkit-scrollbar { display: none; }
    .deals-banners__item {
        scroll-snap-align: start;
    }
}
.deals-banners__controls {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 14px;
}
.deals-banners__btn {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: rgba(255,255,255,0.92);
    color: var(--text);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 14px 34px rgba(17,29,57,0.12);
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.2s ease, opacity 0.2s ease;
}
.deals-banners__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 44px rgba(17,29,57,0.16);
    background: #fff;
}
.deals-banners__btn:active { transform: translateY(0); }
.deals-banners__btn:focus-visible {
    outline: 3px solid rgba(15,155,76,0.35);
    outline-offset: 3px;
}
.deals-banners__btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    transform: none;
    box-shadow: 0 10px 24px rgba(17,29,57,0.10);
}
.deals-banners__item {
    aspect-ratio: 1080 / 1350;
    border-radius: 16px;
    overflow: hidden;
    background: var(--card);
    box-shadow: 0 12px 32px rgba(17, 29, 57, 0.1);
    border: 1px solid var(--line);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.deals-banners__item:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 48px rgba(17, 29, 57, 0.14);
}
.deals-banners__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
@media (max-width: 900px) {
    .deals-banners {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        max-width: min(1280px, 94vw);
        margin: 0 auto;
        padding: 0 1rem;
        overflow: visible;
    }
    .deals-banners__controls { display: none; } /* mobil/tablet: mevcut tasarım kalsın */
}
@media (max-width: 500px) {
    .deals-banners {
        grid-template-columns: 1fr;
        gap: 0.875rem;
        max-width: min(400px, 92vw);
        margin-left: auto;
        margin-right: auto;
    }
}

/* Kampanya carousel kenar boşluğu (reyonlar vb. için) */
.section--campaigns .carousel {
    max-width: min(1240px, 94vw);
    margin: 0 auto;
    padding: 0 28px;
}

/* Reyonlar: kampanya ile aynı genişlik/kenar boşluğu */
.section--reyonlar .carousel {
    max-width: min(1240px, 94vw);
    margin: 0 auto;
    padding: 0 28px;
}

/* Kampanya + Reyon track padding: dış wrapper padding'ini kullan */
.section--campaigns .carousel__track {
    padding-left: 0;
    padding-right: 0;
}
/* Reyonlar için son card'ın tam görünmesi için sağ padding ekle */
.section--reyonlar .carousel__track {
    padding-left: 0;
    padding-right: 28px; /* Son card'ın tam görünmesi için */
}
.carousel__arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid var(--line);
    background: #fff;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(17,29,57,0.1);
}

@media (max-width: 900px) {
    .section--campaigns .carousel,
    .section--reyonlar .carousel,
    .section--branches .carousel {
        padding: 0 16px;
    }
    /* Mobilde reyonlar track'e sağ padding ekle */
    .section--reyonlar .carousel__track {
        padding-right: 16px;
    }
}

/* Product cards */
.product-card {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #dfe6f0;
    box-shadow: 0 10px 20px rgba(17,29,57,0.08);
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    padding: 8px 8px 10px;
    gap: 6px;
    min-height: 180px;
}
.product-card__media {
    position: relative;
    height: 100px;
    overflow: hidden;
    border-radius: 8px;
}
.product-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-card__badge {
    position: absolute;
    top: 6px;
    left: 6px;
    background: #0f9b4c;
    color: #fff;
    padding: 4px 6px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 10px;
    box-shadow: 0 8px 20px rgba(15,155,76,0.25);
}
.product-card__body {
    display: grid;
    gap: 6px;
    flex: 1;
}
.product-card h3 {
    font-size: 13px;
    font-weight: 600;
    color: #0e3a71;
    min-height: 32px;
    line-height: 1.3;
}
.product-card__prices {
    display: flex;
    align-items: baseline;
    gap: 8px;
}
.product-card__old {
    color: #7a8596;
    font-size: 12px;
    text-decoration: line-through;
}
.product-card__price {
    font-weight: 800;
    color: var(--green);
    font-size: 16px;
}

/* Reyon cards */
.section--reyonlar {
    background: linear-gradient(180deg, rgba(15,155,76,0.06), rgba(255,122,26,0.04));
}
.carousel--reyon .carousel__track {
    grid-auto-columns: 320px;
    gap: 14px;
}
.reyon-tile {
    height: 170px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(227,230,238,0.95);
    box-shadow: 0 14px 32px rgba(17,29,57,0.10);
    scroll-snap-align: start;
    display: grid;
    grid-template-columns: 1fr 150px;
    overflow: hidden;
    position: relative;
    isolation: isolate;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.reyon-tile--link{
    color: inherit;
    text-decoration: none;
}
.reyon-tile--link:focus-visible{
    outline: 3px solid rgba(15,155,76,0.35);
    outline-offset: 3px;
}
.reyon-tile::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(120px 120px at 20% 20%, rgba(15,155,76,0.18), transparent 55%),
        radial-gradient(140px 140px at 65% 80%, rgba(255,122,26,0.14), transparent 60%);
    z-index: 0;
}
.reyon-tile::after {
    content: "";
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 8px;
    background: var(--green);
    z-index: 1;
}
.reyon-tile__content {
    position: relative;
    z-index: 2;
    padding: 18px 16px 16px 18px;
    display: grid;
    gap: 10px;
    align-content: center;
}
.reyon-tile__badge {
    width: fit-content;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(15,155,76,0.12);
    color: var(--green);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.2px;
}
.reyon-tile h3 {
    font-size: 22px;
    line-height: 1.15;
    letter-spacing: -0.2px;
    color: var(--text);
}
.reyon-tile__icon {
    width: fit-content;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(17,29,57,0.06);
    color: rgba(17,29,57,0.85);
    font-weight: 800;
}
.reyon-tile__media {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    padding: 14px 14px 14px 0;
}
.reyon-tile__media img {
    width: 120px;
    height: 120px;
    border-radius: 999px;
    object-fit: cover;
    border: 6px solid #fff;
    box-shadow: 0 16px 36px rgba(17,29,57,0.16);
    transform: translateX(8px);
    transition: transform 0.22s ease;
}
.reyon-tile:hover {
    box-shadow: 0 20px 45px rgba(17,29,57,0.14);
}
.reyon-tile:hover .reyon-tile__media img {
    transform: translateX(2px) scale(1.03);
}

/* Gallery preview */
.section--gallery-preview { background: #fff; }
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
/* Ana sayfa galeri preview için özel kural - Desktop */
.section--gallery-preview .gallery-grid {
    grid-template-columns: repeat(4, 1fr);
}
/* Mobil için - en üstte tanımla */
@media (max-width: 768px) {
    .section--gallery-preview .gallery-grid,
    .section--gallery-preview .container .gallery-grid,
    .section--gallery-preview > .container > .gallery-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
        display: grid !important;
    }
}
.gallery-card {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: 0 18px 40px rgba(17,29,57,0.1);
    position: relative;
    display: block;
}
.gallery-card img { width: 100%; height: 220px; object-fit: cover; transition: transform 0.35s ease; will-change: transform; }
.section--gallery-preview .gallery-card img { height: 200px; }
.gallery-grid--page .gallery-card img { height: 260px; }

.gallery-card--shine::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.22), transparent);
    transform: translateX(-120%);
    transition: transform 0.6s ease;
}
.gallery-card__glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(300px 180px at 20% 20%, rgba(15,155,76,0.16), transparent 60%),
                radial-gradient(300px 180px at 80% 70%, rgba(255,122,26,0.14), transparent 60%);
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
}
.gallery-card:hover .gallery-card__glow { opacity: 1; }
.gallery-card--shine:hover::after { transform: translateX(120%); }

/* Gallery page (premium) */
.section--gallery-page{ background:#fff; }
.gallery-toolbar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap: 12px;
    margin-bottom: 14px;
}
.gallery-filters{
    display:flex;
    gap: 10px;
    flex-wrap: wrap;
}
.filter-chip{
    border: 1px solid var(--line);
    background: #fff;
    color: var(--text);
    border-radius: 999px;
    padding: 10px 12px;
    font-weight: 800;
    font-size: 13px;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease;
}
.filter-chip:hover{ transform: translateY(-1px); box-shadow: 0 14px 30px rgba(17,29,57,0.10); }
.filter-chip.is-active{
    border-color: rgba(15,155,76,0.35);
    background: rgba(15,155,76,0.10);
    color: var(--green);
}
/* Gallery page (uniform grid) */
.gallery-grid--uniform{
    display:grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}
.gallery-grid--uniform .gallery-card{
    aspect-ratio: 4/3;
    overflow:hidden;
    transform: translateZ(0);
}
.gallery-grid--uniform .gallery-card img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.gallery-card.is-hidden{
    display:none;
}

.gallery-detail{
    display:grid;
    gap: 14px;
}
.gallery-detail__nav{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap: 12px;
    flex-wrap: wrap;
}
.gallery-detail__pager{
    display:flex;
    gap: 10px;
    flex-wrap: wrap;
}
.gallery-detail__figure{
    margin:0;
    border-radius: 22px;
    overflow:hidden;
    border: 1px solid var(--line);
    background:#fff;
    box-shadow: 0 24px 60px rgba(17,29,57,0.12);
}
.gallery-detail__figure img{
    width:100%;
    height: min(74vh, 780px);
    object-fit: cover;
}

@media (max-width: 1024px){
    .gallery-grid--uniform{ grid-template-columns: repeat(3, minmax(0,1fr)); }
}
@media (max-width: 768px){
    .gallery-toolbar{ flex-direction: column; align-items:flex-start; }
    .gallery-grid--uniform{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 480px){
    .gallery-grid--uniform{ grid-template-columns: 1fr; }
}

/* Gallery image modal (boxed, not fullscreen image) */
.img-modal{
    position: fixed;
    inset: 0;
    z-index: 120;
    display: grid;
    place-items: center;
    padding: 22px;
}
.img-modal[hidden]{ display: none; }
.img-modal__backdrop{
    position:absolute;
    inset:0;
    background: rgba(15,23,42,0.55);
    backdrop-filter: blur(6px);
}
.img-modal__panel{
    position: relative;
    width: min(980px, 92vw);
    max-height: min(74vh, 760px);
    border-radius: 22px;
    overflow: hidden;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(255,255,255,0.65);
    box-shadow: 0 30px 90px rgba(0,0,0,0.35);
    display: grid;
    place-items: center;
    animation: imgModalIn 180ms cubic-bezier(.2,.8,.2,1);
}
.img-modal__img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: rgba(0,0,0,0.06);
}
.img-modal__close{
    position:absolute;
    top: 12px;
    right: 12px;
    width: 44px;
    height: 44px;
    border-radius: 16px;
    border: 1px solid rgba(17,29,57,0.12);
    background: rgba(255,255,255,0.85);
    color: rgba(17,29,57,0.92);
    font-size: 24px;
    cursor: pointer;
}
.img-modal__close:hover{ transform: translateY(-1px); }

@keyframes imgModalIn{
    from{ opacity: 0; transform: translateY(8px) scale(.98); }
    to{ opacity: 1; transform: translateY(0) scale(1); }
}

/* Lightbox (advanced) */
.lightbox[data-gallery-lightbox] {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: grid;
    place-items: center;
}
.lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.78);
}
.lightbox__panel {
    position: relative;
    width: min(1000px, 92vw);
    height: min(72vh, 680px);
    border-radius: 18px;
    overflow: hidden;
    background: rgba(15,23,42,0.92);
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow: 0 30px 90px rgba(0,0,0,0.45);
    display: grid;
    place-items: center;
}
.lightbox__img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.lightbox__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.18);
    background: rgba(255,255,255,0.10);
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}
.lightbox__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.18);
    background: rgba(255,255,255,0.10);
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
.lightbox__nav--prev { left: 14px; }
.lightbox__nav--next { right: 14px; }
.lightbox__counter {
    position: absolute;
    left: 14px;
    bottom: 14px;
    padding: 8px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.16);
    color: rgba(255,255,255,0.9);
    font-weight: 700;
    font-size: 12px;
}

/* Branches (redesign) */
.section--branches .carousel {
    max-width: min(1240px, 94vw);
    margin: 0 auto;
    padding: 0 28px;
}
.section--branches .carousel__track {
    padding-left: 0;
    padding-right: 0;
}
.carousel--branches .carousel__track {
    grid-auto-columns: 420px;
    gap: 16px;
}
.branch-hero {
    position: relative;
    height: clamp(260px, 32vw, 340px);
    border-radius: 22px;
    overflow: hidden;
    scroll-snap-align: start;
    border: 1px solid rgba(255,255,255,0.18);
    box-shadow: 0 22px 60px rgba(17,29,57,0.16);
    background: #0f172a;
    isolation: isolate;
    transform: translateZ(0);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.branch-hero__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: transform 0.35s ease;
    filter: saturate(1.05) contrast(1.05);
}
.branch-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(800px 400px at 20% 20%, rgba(15,155,76,0.28), transparent 55%),
        radial-gradient(700px 380px at 70% 75%, rgba(255,122,26,0.22), transparent 60%),
        linear-gradient(120deg, rgba(17,33,61,0.90), rgba(17,33,61,0.35));
    z-index: 1;
}
.branch-hero__content {
    position: absolute;
    inset: auto 0 0 0;
    padding: clamp(14px, 2.1vw, 22px) clamp(14px, 2.0vw, 20px) clamp(12px, 1.8vw, 18px);
    z-index: 2;
    display: grid;
    gap: clamp(8px, 1.4vw, 10px);
}
.branch-hero__top {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,0.82);
    font-weight: 600;
    font-size: clamp(12px, 1.2vw, 13px);
}
.branch-hero__pill {
    padding: clamp(5px, 0.9vw, 6px) clamp(8px, 1.2vw, 10px);
    border-radius: 999px;
    background: rgba(255,255,255,0.14);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.16);
}
.branch-hero__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255,255,255,0.65);
}
.branch-hero__meta { opacity: 0.9; }
.branch-hero h3 {
    color: #fff;
    font-size: clamp(18px, 2.6vw, 26px);
    line-height: 1.12;
    letter-spacing: -0.3px;
    text-shadow: 0 12px 30px rgba(0,0,0,0.28);
}
.branch-hero p {
    color: rgba(255,255,255,0.84);
    max-width: 36ch;
    font-size: clamp(13px, 1.35vw, 15px);
}
.branch-hero__actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 4px;
}
.branch-hero__btn {
    padding: clamp(9px, 1.1vw, 10px) clamp(12px, 1.5vw, 14px);
    border-radius: 14px;
}
.branch-hero__btn.btn--ghost {
    color: #fff;
    border-color: rgba(255,255,255,0.30);
    background: rgba(255,255,255,0.08);
}
.branch-hero__btn.btn--ghost:hover {
    background: rgba(255,255,255,0.14);
}
.branch-hero__btn--primary {
    background: linear-gradient(135deg, var(--orange), #ff9a42);
    box-shadow: 0 14px 34px rgba(255,122,26,0.25);
}
.branch-hero:hover {
    box-shadow: 0 28px 70px rgba(17,29,57,0.18);
}
.branch-hero:hover .branch-hero__bg {
    transform: scale(1.07);
}

/* Brand strip */
.section--brand-strip {
    padding: 36px 0;
    position: relative;
    overflow: hidden;
    background: #fff;
}
.brand-marquee {
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}
.brand-marquee__track {
    display: flex;
    width: fit-content;
    animation: marquee 30s linear infinite;
    padding: 20px 0;
}
.brand-marquee__track:hover { animation-play-state: paused; }
.brand-card {
    flex-shrink: 0;
    width: 190px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    margin: 0 12px;
    box-shadow: 0 12px 30px rgba(17,29,57,0.08);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.brand-card img {
    max-width: 128px;
    max-height: 64px;
    object-fit: contain;
    filter: none;
    transition: transform 0.15s ease;
}
.brand-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(17,29,57,0.12);
}
.brand-card:hover img { transform: scale(1.03); }

/* Footer */
.footer {
    margin-top: 0;
    position: relative;
    overflow: hidden;
    background: #0f172a;
    color: #e6ecf5;
    padding: clamp(24px, 3.8vw, 36px) 0 0;
}
.footer__bg {
    position: absolute;
    inset: 0;
    background-image: url('https://images.unsplash.com/photo-1542838132-92c53300491e?auto=format&fit=crop&w=1800&q=80');
    background-size: cover;
    background-position: center;
    filter: grayscale(1) brightness(0.45) blur(2px);
    transform: scale(1.06);
}
.footer__overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(900px 450px at 12% 20%, rgba(15,155,76,0.30), transparent 60%),
        radial-gradient(900px 450px at 85% 75%, rgba(255,122,26,0.22), transparent 60%),
        linear-gradient(120deg, rgba(15,23,42,0.92), rgba(15,23,42,0.74));
}
.footer__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(10px, 1.6vw, 16px);
    align-items: start;
}
.footer__brand {
    display: grid;
    gap: 12px;
}
.footer__logo img {
    height: clamp(34px, 4.2vw, 44px);
    width: auto;
    filter: drop-shadow(0 10px 30px rgba(0,0,0,0.3));
}
.footer__tagline {
    color: rgba(230,236,245,0.86);
    max-width: 40ch;
    font-size: clamp(12px, 1.25vw, 14px);
}
.footer__social {
    display: flex;
    gap: 10px;
    margin-top: 6px;
    flex-wrap: wrap;
}
.footer__social-btn {
    width: clamp(40px, 3.6vw, 44px);
    height: clamp(40px, 3.6vw, 44px);
    border-radius: clamp(10px, 1.4vw, 12px);
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,0.16);
    background: rgba(255,255,255,0.08);
    color: #fff;
    font-weight: 800;
    font-size: clamp(12px, 1.2vw, 14px);
    transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    text-decoration: none;
}
.footer__social-btn svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}
.footer__social-btn:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,0.18);
    border-color: rgba(255,255,255,0.28);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.footer__col {
    display: grid;
    gap: 6px;
    align-content: start;
}
.footer__col h4 {
    margin: 0 0 2px;
    color: #fff;
    font-size: clamp(12px, 1.25vw, 14px);
    letter-spacing: 0.3px;
    text-transform: uppercase;
}
.footer__col a {
    color: rgba(230,236,245,0.86);
    font-weight: 600;
    font-size: clamp(12px, 1.15vw, 14px);
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    width: fit-content;
}
.footer__col a:hover { color: #fff; }
.footer__muted { color: rgba(159,179,208,0.92); font-size: clamp(11px, 1.05vw, 13px); }

.footer__newsletter {
    margin-top: 8px;
    display: grid;
    gap: 8px;
}
.footer__newsletter-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
}
.footer__newsletter input {
    border-radius: clamp(12px, 1.4vw, 14px);
    border: 1px solid rgba(255,255,255,0.16);
    background: rgba(255,255,255,0.08);
    padding: clamp(10px, 1.3vw, 12px) clamp(10px, 1.3vw, 12px);
    color: #fff;
    outline: none;
    font-size: clamp(12px, 1.1vw, 14px);
}
.footer__newsletter input::placeholder { color: rgba(230,236,245,0.62); }
.footer__newsletter input:focus {
    border-color: rgba(15,155,76,0.55);
    box-shadow: 0 0 0 4px rgba(15,155,76,0.18);
}
.footer__newsletter-btn {
    padding: clamp(10px, 1.3vw, 12px) clamp(12px, 1.5vw, 14px);
    border-radius: clamp(12px, 1.4vw, 14px);
    background: linear-gradient(135deg, var(--green), #13b15a);
}

.footer__bottom {
    position: relative;
    z-index: 2;
    margin-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.10);
    padding: 18px 0;
}
.footer__bottom-inner {
    display: flex;
    justify-content: space-between;
    gap: 12px 20px;
    color: rgba(159,179,208,0.92);
    flex-wrap: wrap;
    font-size: clamp(12px, 1.05vw, 14px);
}
.footer__bottom-inner .footer__muted + .footer__muted {
    margin-left: 10px;
}

/* Contact */
.section--contact {
    background: #fff;
}
.section--contact-page {
    background:
        radial-gradient(900px 420px at 15% 15%, rgba(15,155,76,0.14), transparent 60%),
        radial-gradient(900px 420px at 85% 70%, rgba(255,122,26,0.12), transparent 60%),
        #fff;
}

/* Catalog pages (Reyon detail like Manav) */
.section--catalog{ background: #fff; }
.catalog-grid{
    display:grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(12px, 2vw, 16px);
}
.catalog-card{
    border-radius: 18px;
    border: 1px solid var(--line);
    background: #fff;
}
.catalog-meta{
    margin-top: 10px;
    display:flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
}
.catalog-unit{
    display:inline-flex;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(227,230,238,0.95);
    background: rgba(17,29,57,0.04);
    color: rgba(17,29,57,0.82);
    font-weight: 800;
    font-size: 12px;
}

@media (max-width: 1024px){
    .catalog-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 768px){
    .catalog-grid{ 
        grid-template-columns: repeat(2, minmax(0, 1fr)); 
        gap: 12px;
    }
    .product-card {
        padding: 8px 8px 10px;
        min-height: 160px;
    }
    .product-card__media {
        height: 90px;
    }
    .product-card h3 {
        font-size: 12px;
        min-height: 30px;
    }
    .product-card__price {
        font-size: 14px;
    }
}
@media (max-width: 480px){
    .catalog-grid{ 
        grid-template-columns: repeat(2, minmax(0, 1fr)); 
        gap: 10px;
    }
    .product-card {
        padding: 6px 6px 8px;
        min-height: 180px;
        gap: 5px;
    }
    .product-card__media {
        height: 100px;
    }
    .product-card h3 {
        font-size: 11px;
        min-height: 28px;
    }
    .product-card__price {
        font-size: 13px;
    }
    .catalog-unit {
        font-size: 10px;
        padding: 4px 8px;
    }
}

/* Branch detail page (Sanayi) */
.section--branch{ background:#fff; }
.section--branch-lead{
    background:
        radial-gradient(900px 420px at 15% 20%, rgba(15,155,76,0.08), transparent 55%),
        radial-gradient(900px 420px at 85% 70%, rgba(255,122,26,0.06), transparent 60%),
        #fff;
    padding-top: clamp(22px, 3vw, 36px);
    padding-bottom: clamp(14px, 2vw, 22px);
}
.branch-lead{
    border-radius: 22px;
    border: 1px solid var(--line);
    background: rgba(255,255,255,0.90);
    box-shadow: 0 20px 50px rgba(17,29,57,0.10);
    padding: clamp(14px, 2.2vw, 18px);
}
.branch-lead--full{
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    width: 100%;
    padding: 0;
}
.branch-lead__inner{
    padding: clamp(14px, 2.2vw, 18px);
}
.branch-lead h2{
    margin: 0;
    font-size: clamp(18px, 2.2vw, 24px);
    letter-spacing: -0.3px;
    color: var(--text);
}
.branch-lead p{
    margin: 10px 0 0;
    color: rgba(90,103,124,0.95);
    font-size: clamp(13px, 1.3vw, 15px);
}
/* Şube detay: kapak alanı dikey büyük */
.branch-page-hero.page-hero--cover {
    min-height: clamp(380px, 58vh, 520px);
    padding: clamp(52px, 8vw, 88px) 0;
}
.branch-page-hero__actions{ margin-top: 14px; display:flex; gap: 10px; flex-wrap: wrap; }
.branch-page{
    display:grid;
    gap: clamp(14px, 2vw, 18px);
}
.branch-page__intro{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(12px, 2vw, 18px);
}
.branch-card{
    border: 1px solid var(--line);
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff, #fbfcff);
    box-shadow: 0 20px 50px rgba(17,29,57,0.10);
    padding: clamp(14px, 2.2vw, 18px);
    min-width: 0;
}
.branch-card--tall{
    min-height: clamp(300px, 42vh, 420px);
}
.branch-card--accent{
    border-color: rgba(15,155,76,0.22);
    background:
        radial-gradient(260px 140px at 20% 20%, rgba(15,155,76,0.10), transparent 60%),
        linear-gradient(180deg, #ffffff, #fbfcff);
}
.branch-card h2{ font-size: clamp(18px, 2.0vw, 22px); letter-spacing: -0.2px; margin: 0; }
.branch-kv{ margin-top: 12px; display:grid; gap: 10px; }
.branch-kv__item{ display:grid; gap: 4px; }
.branch-kv__k{ font-weight: 900; font-size: 12px; letter-spacing: .4px; text-transform: uppercase; color: rgba(90,103,124,0.88); }
.branch-kv__v{ font-weight: 800; color: var(--text); }
.branch-kv__v{ overflow-wrap: anywhere; }
.branch-link{ color: var(--text); text-decoration: underline; text-decoration-color: rgba(15,155,76,0.35); }
.branch-link:hover{ text-decoration-color: rgba(15,155,76,0.65); }

.branch-features{ margin-top: 12px; display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.branch-feature{
    border: 1px solid rgba(227,230,238,0.95);
    border-radius: 18px;
    background:#fff;
    padding: 14px;
    box-shadow: 0 14px 30px rgba(17,29,57,0.06);
}
.branch-feature h3{ margin: 0 0 6px; font-size: 16px; letter-spacing: -0.2px; }
.branch-feature p{ margin: 0; color: rgba(90,103,124,0.95); }

.branch-gallery{
    display:grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}
.branch-gallery__card{
    border-radius: 18px;
    overflow:hidden;
    border: 1px solid var(--line);
    box-shadow: 0 18px 40px rgba(17,29,57,0.10);
}
.branch-gallery__card img{ width:100%; height: 220px; object-fit: cover; transition: transform .35s ease; }
.branch-gallery__card:hover img{ transform: scale(1.04); }

.section--branch-contact{
    background:
        radial-gradient(900px 420px at 15% 15%, rgba(15,155,76,0.10), transparent 60%),
        radial-gradient(900px 420px at 85% 70%, rgba(255,122,26,0.08), transparent 60%),
        #fff;
}
.branch-contact{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(20px, 3vw, 32px);
    align-items: stretch;
}
.branch-contact__left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.branch-contact__right {
    position: sticky;
    top: 20px;
    display: flex;
    flex-direction: column;
}
.branch-map{
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(227,230,238,0.95);
    box-shadow: 0 22px 60px rgba(17,29,57,0.10);
    background: #0f172a;
    height: 100%;
    min-height: clamp(400px, 50vh, 520px);
    flex: 1;
    isolation: isolate;
}
.branch-map__iframe{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    border:0;
}
.branch-map__glass{
    position:absolute;
    inset: auto 20px 20px 20px;
    padding: 20px 20px 18px;
    border-radius: 18px;
    backdrop-filter: blur(12px) saturate(1.1);
    -webkit-backdrop-filter: blur(12px) saturate(1.1);
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(255,255,255,0.70);
    box-shadow: 0 20px 60px rgba(0,0,0,0.20);
    z-index: 2;
    display:grid;
    gap: 12px;
}
.branch-map__glass h3{ 
    margin: 0; 
    font-size: 18px;
    font-weight: 700;
    color: var(--text);
}
.branch-map__glass p{ 
    margin: 0; 
    color: rgba(90,103,124,0.95);
    font-size: 14px;
    line-height: 1.5;
}
.branch-map__actions{ 
    display:flex; 
    gap: 10px; 
    flex-wrap: wrap; 
    margin-top: 4px;
}

@media (max-width: 1024px){
    .branch-gallery{ grid-template-columns: repeat(2, minmax(0,1fr)); }
    .branch-contact{ 
        grid-template-columns: 1fr; 
        gap: 24px; 
    }
    .branch-contact__right {
        position: static;
    }
    .branch-map{ 
        min-height: clamp(360px, 45vh, 480px); 
    }
    .branch-map__glass{ 
        inset: auto 16px 16px 16px; 
        padding: 18px 18px 16px; 
    }
}
@media (max-width: 768px){
    .branch-contact{ 
        gap: 20px; 
    }
    .branch-contact__left {
        gap: 16px;
    }
    .branch-card{ 
        padding: 18px; 
    }
    .branch-card--tall{ 
        min-height: auto; 
    }
    .branch-map{ 
        min-height: clamp(320px, 50vh, 400px); 
        border-radius: 18px;
    }
    .branch-map__glass{ 
        inset: auto 12px 12px 12px; 
        padding: 16px 16px 14px; 
        border-radius: 16px;
    }
    .branch-map__glass h3 {
        font-size: 16px;
    }
    .branch-map__glass p {
        font-size: 13px;
    }
    .branch-map__actions{ 
        flex-direction: column;
    }
    .branch-map__actions .btn{ 
        width: 100%; 
        justify-content: center; 
    }
}

/* Corporate pages */
.page-hero--corp{
    background:
        radial-gradient(900px 420px at 10% 10%, rgba(15,155,76,0.14), transparent 60%),
        radial-gradient(900px 420px at 90% 70%, rgba(255,122,26,0.12), transparent 60%),
        #fff;
}
.page-hero--cover{
    position: relative;
    overflow: hidden;
    background: #0f172a;
    padding: clamp(42px, 6vw, 72px) 0;
    min-height: clamp(240px, 42vh, 360px);
    display: grid;
    align-items: end;
}
.page-hero--cover .container{ position: relative; z-index: 2; }
.page-hero--cover h1{ color:#fff; letter-spacing: -0.5px; font-size: clamp(30px, 4.6vw, 48px); }
.page-hero--cover p{ color: rgba(255,255,255,0.86); font-size: clamp(14px, 1.6vw, 17px); margin-top: 10px; max-width: 62ch; }
.page-hero--cover .pill{ background: rgba(255,255,255,0.18); color:#fff; }
.page-hero__media{
    position:absolute;
    inset:0;
    z-index:0;
}
.page-hero__media img{
    width:100%;
    height:100%;
    object-fit: cover;
    filter: saturate(1.05) contrast(1.05);
    transform: scale(1.03);
}
.page-hero__overlay{
    position:absolute;
    inset:0;
    background:
        radial-gradient(900px 420px at 15% 20%, rgba(15,155,76,0.28), transparent 55%),
        radial-gradient(900px 420px at 90% 70%, rgba(255,122,26,0.22), transparent 60%),
        linear-gradient(120deg, rgba(15,23,42,0.92), rgba(15,23,42,0.50));
}
.section--corp{ background: #fff; }
.corp-grid{
    display:grid;
    /* keep side-by-side; scale with viewport instead of stacking */
    grid-template-columns: minmax(0, 1fr) minmax(0, clamp(240px, 28vw, 360px));
    gap: clamp(12px, 2vw, 18px);
}
.corp-two{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(12px, 2vw, 18px);
}
.corp-card{
    border: 1px solid var(--line);
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff, #fbfcff);
    box-shadow: 0 20px 50px rgba(17,29,57,0.10);
    padding: clamp(14px, 2.2vw, 18px);
    min-width: 0;
}
.corp-card h2{
    font-size: clamp(18px, 2.0vw, 22px);
    letter-spacing: -0.2px;
}
.corp-card h3{
    font-size: clamp(15px, 1.6vw, 18px);
    letter-spacing: -0.2px;
}
.corp-card p{
    margin-top: 10px;
    color: rgba(90,103,124,0.95);
}
.corp-card--accent{
    border-color: rgba(15,155,76,0.22);
    background:
        radial-gradient(260px 140px at 20% 20%, rgba(15,155,76,0.10), transparent 60%),
        linear-gradient(180deg, #ffffff, #fbfcff);
}
.corp-card--accent2{
    border-color: rgba(255,122,26,0.22);
    background:
        radial-gradient(260px 140px at 20% 20%, rgba(255,122,26,0.10), transparent 60%),
        linear-gradient(180deg, #ffffff, #fbfcff);
}
.corp-card--stats{
    display:grid;
    gap: 12px;
    align-content: start;
}
.stat{
    border: 1px solid rgba(227,230,238,0.95);
    border-radius: 18px;
    background:#fff;
    padding: 14px;
    box-shadow: 0 14px 30px rgba(17,29,57,0.06);
}
.stat__num{
    font-weight: 900;
    color: var(--text);
    font-size: clamp(18px, 2.0vw, 22px);
}
.stat__label{ color: rgba(90,103,124,0.9); font-weight: 700; font-size: 12px; letter-spacing: .2px; text-transform: uppercase; }
.corp-badges{ display:flex; flex-wrap:wrap; gap: 8px; margin-top: 12px; }
.corp-badge{
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(227,230,238,0.95);
    background: rgba(17,29,57,0.04);
    font-weight: 800;
    font-size: 12px;
    color: rgba(17,29,57,0.85);
}
.corp-cards{
    display:grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: clamp(12px, 2vw, 16px);
}
.corp-mini{
    border: 1px solid var(--line);
    border-radius: 18px;
    background:#fff;
    padding: 14px;
    box-shadow: 0 14px 30px rgba(17,29,57,0.06);
}
.corp-mini h3{ margin-bottom: 6px; }
.corp-mini p{ color: rgba(90,103,124,0.95); }
.corp-list{
    margin: 12px 0 0;
    padding-left: 18px;
    color: rgba(90,103,124,0.95);
    display:grid;
    gap: 6px;
}
.corp-steps{
    display:grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(12px, 2vw, 16px);
}
.corp-step{
    border: 1px solid var(--line);
    border-radius: 18px;
    background:#fff;
    padding: 14px;
    box-shadow: 0 14px 30px rgba(17,29,57,0.06);
    display:flex;
    gap: 12px;
    min-width: 0;
}
.corp-step__no{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display:grid;
    place-items:center;
    font-weight: 900;
    color: #fff;
    /* more corporate + trustful tone */
    background: linear-gradient(135deg, #0f9b4c, #0b7d3e);
    box-shadow: 0 14px 30px rgba(15,155,76,0.22);
    flex: 0 0 auto;
}
.corp-step h3{ margin: 0 0 6px; }
.corp-cta{
    border-radius: 24px;
    border: 1px solid var(--line);
    background:
        radial-gradient(900px 420px at 10% 10%, rgba(15,155,76,0.14), transparent 60%),
        radial-gradient(900px 420px at 90% 70%, rgba(255,122,26,0.12), transparent 60%),
        #fff;
    box-shadow: 0 24px 60px rgba(17,29,57,0.12);
    padding: clamp(16px, 2.4vw, 22px);
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap: 16px;
}
.corp-cta__actions{ display:flex; gap: 10px; flex-wrap: wrap; }

@media (max-width: 1024px){
    .corp-cards{ grid-template-columns: repeat(2, minmax(0,1fr)); }
    .corp-cta{ flex-direction: column; align-items:flex-start; }
}
@media (max-width: 560px){
    .corp-two{ grid-template-columns: 1fr; }
    .corp-cards{ grid-template-columns: 1fr; }
    .corp-step{ flex-direction: column; }
    .corp-step__no{ width: 40px; height: 40px; border-radius: 14px; }
    .corp-cta__actions{ width: 100%; }
    .corp-cta__actions .btn{ width: 100%; justify-content: center; }
    .corp-grid{
        /* still side-by-side on very small screens, just tighter */
        grid-template-columns: minmax(0, 1fr) minmax(0, 220px);
        gap: 10px;
    }
}
.contact-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 18px;
    align-items: stretch;
}
.contact-panel {
    border: 1px solid var(--line);
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff, #fbfcff);
    box-shadow: 0 20px 50px rgba(17,29,57,0.10);
    padding: clamp(14px, 2.0vw, 18px);
    overflow: hidden;
    height: 100%;
}
.contact-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 14px;
}
.contact-card {
    border-radius: 16px;
    border: 1px solid rgba(227,230,238,0.9);
    background: #fff;
    padding: clamp(12px, 1.6vw, 14px) clamp(12px, 1.6vw, 14px) clamp(10px, 1.3vw, 12px);
    display: grid;
    gap: 6px;
    box-shadow: 0 14px 30px rgba(17,29,57,0.06);
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
    cursor: pointer;
}
.contact-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 44px rgba(17,29,57,0.10);
    border-color: rgba(15,155,76,0.35);
}
.contact-card.is-copied {
    border-color: rgba(15,155,76,0.65);
    box-shadow: 0 18px 44px rgba(15,155,76,0.14);
}
.contact-card__kicker { color: var(--muted); font-weight: 600; font-size: clamp(11px, 1.1vw, 12px); }
.contact-card__value { color: var(--text); font-weight: 800; font-size: clamp(14px, 1.65vw, 16px); }
.contact-card__hint { color: rgba(90,103,124,0.9); font-size: clamp(11px, 1.05vw, 12px); }
.contact-card--static { cursor: default; }
.contact-card--static:hover { transform: none; border-color: rgba(227,230,238,0.9); }

.contact-form {
    margin-top: 8px;
    display: grid;
    gap: 12px;
}
.field {
    position: relative;
    display: grid;
}
.field input,
.field textarea {
    border-radius: 16px;
    border: 1px solid rgba(227,230,238,0.95);
    background: #fff;
    padding: clamp(14px, 1.9vw, 16px) clamp(12px, 1.7vw, 14px) clamp(12px, 1.6vw, 14px);
    font: inherit;
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.field textarea { resize: vertical; min-height: 120px; }
.field label {
    position: absolute;
    left: 14px;
    top: 14px;
    color: rgba(90,103,124,0.92);
    font-weight: 600;
    font-size: 13px;
    pointer-events: none;
    transition: transform 0.15s ease, color 0.15s ease, top 0.15s ease, font-size 0.15s ease;
    background: transparent;
}
.field input:focus,
.field textarea:focus {
    border-color: rgba(15,155,76,0.55);
    box-shadow: 0 0 0 4px rgba(15,155,76,0.14);
}
.field input:not(:placeholder-shown) + label,
.field input:focus + label,
.field textarea:not(:placeholder-shown) + label,
.field textarea:focus + label {
    top: 8px;
    font-size: 11px;
    color: rgba(15,155,76,0.9);
}
.field--row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.contact-form__actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.contact-form__btn { padding: 12px 16px; border-radius: 14px; }
.contact-form__note { font-size: 12px; color: rgba(90,103,124,0.92); }

@media (max-width: 900px) {
    .branch-hero p { max-width: 42ch; }
}

@media (max-width: 520px) {
    .branch-hero p { display: none; }
    .branch-hero__actions { gap: 8px; }
}

.contact-map {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    min-height: clamp(320px, 46vw, 420px);
    border: 1px solid rgba(227,230,238,0.95);
    box-shadow: 0 22px 60px rgba(17,29,57,0.10);
    background: #0f172a;
    isolation: isolate;
    height: 100%;
}
.contact-map__bg {
    position: absolute;
    inset: 0;
    background-image: url('https://images.unsplash.com/photo-1526778548025-fa2f459cd5c1?auto=format&fit=crop&w=1400&q=80');
    background-size: cover;
    background-position: center;
    filter: saturate(1.05) contrast(1.05);
    transform: scale(1.05);
}
.contact-map__glass {
    position: absolute;
    inset: auto clamp(12px, 2vw, 16px) clamp(12px, 2vw, 16px) clamp(12px, 2vw, 16px);
    padding: clamp(12px, 2vw, 16px) clamp(12px, 2vw, 16px) clamp(10px, 1.7vw, 14px);
    border-radius: 18px;
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,0.86);
    border: 1px solid rgba(255,255,255,0.60);
    box-shadow: 0 18px 50px rgba(0,0,0,0.25);
    z-index: 2;
    display: grid;
    gap: 10px;
}
.contact-map__glass h3 { margin: 0; }
.contact-map__glass p { margin: 0; }
.contact-map__actions { display: flex; gap: 10px; flex-wrap: wrap; }
.contact-map__btn { width: fit-content; }

.field.is-invalid input,
.field.is-invalid textarea {
    border-color: rgba(220, 38, 38, 0.55);
    box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.12);
}

/* Animations */
@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Responsive */
@media (min-width: 769px) {
    .gallery-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .section--gallery-preview .gallery-grid {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}
@media (max-width: 1024px) {
    /* avoid global carousel overrides; tune per section for better mobile layout */
    .section--campaigns .carousel__track { grid-auto-columns: min(220px, 64vw); }
    .carousel--reyon .carousel__track { grid-auto-columns: min(300px, 80vw); }
    .carousel--branches .carousel__track { grid-auto-columns: min(420px, 86vw); }

    .footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    /* Contact: küçük ekranda da yan yana kalsın */
    .contact-grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 14px;
    }
    .contact-cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .footer {
        padding: 20px 0 0;
    }
    .footer__grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .footer__bottom-inner {
        justify-content: flex-start;
        gap: 8px;
    }
    /* ----- Mobil menü: baştan düzenli tasarım ----- */
    .nav__toggle {
        display: inline-flex;
        flex-direction: column;
        gap: 5px;
        background: rgba(255,255,255,0.1);
        backdrop-filter: blur(8px);
        border: 1px solid rgba(255,255,255,0.2);
        border-radius: 10px;
        padding: 10px 8px;
        cursor: pointer;
        transition: all 0.25s ease;
        z-index: 100;
        position: relative;
    }
    .nav__toggle:hover {
        background: rgba(255,255,255,0.15);
        transform: scale(1.05);
    }
    .nav__toggle span {
        display: block;
        width: 22px;
        height: 2.5px;
        background: var(--text);
        border-radius: 2px;
        transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }
    .nav__toggle[aria-expanded="true"] span:nth-child(1) {
        transform: rotate(45deg) translate(6px, 6px);
    }
    .nav__toggle[aria-expanded="true"] span:nth-child(2) {
        opacity: 0;
        transform: translateX(-10px);
    }
    .nav__toggle[aria-expanded="true"] span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }

    .nav__panel {
        display: none;
        position: fixed;
        inset: 0;
        width: 100%;
        height: 100vh;
        background: rgba(16, 52, 32, 0.98);
        backdrop-filter: blur(20px) saturate(1.2);
        -webkit-backdrop-filter: blur(20px) saturate(1.2);
        padding: 80px 20px 30px;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        z-index: 99;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        animation: navPanelIn 0.25s ease-out;
    }
    @keyframes navPanelIn {
        from { opacity: 0; }
        to { opacity: 1; }
    }
    .nav__panel.is-open {
        display: flex;
    }

    .nav__panel .nav__links {
        flex-direction: column;
        gap: 6px;
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
        box-sizing: border-box;
    }
    .nav__panel .nav__links > li {
        width: 100%;
        box-sizing: border-box;
    }
    /* Dropdown olan maddeler: buton + panel dikey alta, asla yan yana değil */
    .nav__panel .nav__links > li.nav__dropdown {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    /* Tüm ana başlıklar aynı: link ve dropdown butonu birebir aynı stil */
    .nav__panel .nav__links > li > a,
    .nav__panel .nav__dropbtn {
        width: 100%;
        min-height: 50px;
        box-sizing: border-box;
        padding: 0 20px;
        border-radius: 10px;
        font-weight: 600;
        font-size: 16px;
        line-height: 1.25;
        color: #f0fdf4;
        background: rgba(255,255,255,0.12);
        border: 1px solid rgba(255,255,255,0.2);
        transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: left;
        margin: 0;
        appearance: none;
        cursor: pointer;
        font-family: inherit;
    }
    .nav__panel .nav__links > li > a:hover,
    .nav__panel .nav__dropbtn:hover {
        background: rgba(255,255,255,0.22);
        border-color: rgba(255,255,255,0.35);
        color: #fff;
    }
    /* Açık dropdown butonu da diğerleriyle aynı görünsün (ekstra vurgu yok) */
    .nav__panel .nav__dropdown.is-open .nav__dropbtn {
        background: rgba(255,255,255,0.12);
        border-color: rgba(255,255,255,0.2);
    }
    .nav__panel .nav__caret {
        font-size: 12px;
        color: #f0fdf4;
        opacity: 0.95;
        transition: transform 0.2s ease;
        flex-shrink: 0;
        margin-left: 8px;
    }
    .nav__panel .nav__dropdown.is-open .nav__caret {
        transform: rotate(180deg);
    }

    /* Açılır panel: mutlaka butonun hemen altında, yanında değil */
    .nav__panel .nav__dropdown {
        position: relative;
    }
    .nav__panel .nav__dropdown-panel {
        position: static !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        transform: none !important;
        filter: none !important;
        float: none !important;
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        margin: 0 !important;
        margin-top: 4px !important;
        margin-left: 12px !important;
        max-height: 0;
        overflow: hidden;
        background: transparent;
        border: none;
        border-left: 2px solid rgba(255, 255, 255, 0.2);
        border-radius: 0;
        padding: 0 0 0 10px;
        box-sizing: border-box;
        transition: max-height 0.2s ease-out;
        z-index: 1;
        pointer-events: auto;
        visibility: visible;
        order: 2;
    }
    .nav__panel .nav__dropdown.is-open .nav__dropdown-panel {
        max-height: 380px;
        padding: 6px 0 4px 10px;
        display: flex !important;
        flex-direction: column;
        gap: 4px;
    }
    /* Alt kategoriler: küçük, hiyerarşik, şık */
    .nav__panel .nav__dropdown-panel a {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 0 14px;
        min-height: 40px;
        line-height: 40px;
        border-radius: 8px;
        font-weight: 500;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.92) !important;
        background: rgba(255, 255, 255, 0.06);
        border: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0;
        transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
        text-decoration: none;
    }
    .nav__panel .nav__dropdown-panel a:last-child {
        margin-bottom: 0;
    }
    .nav__panel .nav__dropdown-panel a:hover {
        background: rgba(255, 255, 255, 0.12);
        border-color: rgba(255, 255, 255, 0.18);
        color: #fff !important;
    }
}
    .section__header { flex-direction: column; align-items: flex-start; }

    .section--campaigns .carousel__track { grid-auto-columns: min(165px, 65vw); }
    .carousel--reyon .carousel__track { grid-auto-columns: min(320px, 85vw); }
    .carousel--branches .carousel__track { grid-auto-columns: min(420px, 92vw); }

    .slide { min-height: 380px; }
    .slide__content { padding: 72px 0 52px; margin-left: 4vw; }
    .gallery-card img { height: 180px; }
    /* footer stays 4 columns (no layout change) */
    .contact-cards { grid-template-columns: 1fr; }
    /* Galeri mobil - yukarıdaki media query'den override edilmesin diye tekrar yazıyoruz */
    .section--gallery-preview .gallery-grid,
    .section--gallery-preview .container .gallery-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }

@media (max-width: 480px) {
    .container { width: min(1200px, 90vw); }
    .slide__content h1 { font-size: 30px; }
    .slide__content p { font-size: 15px; }
    .slider__dots { bottom: 14px; }
    .brand-card { width: 160px; height: 88px; margin: 0 10px; }
    /* 480px altında reyonlar track'e sağ padding ekle */
    .section--reyonlar .carousel__track {
        padding-right: 16px;
    }
    .section--gallery-preview .container .gallery-grid { 
        grid-template-columns: repeat(2, 1fr) !important; 
        gap: 10px;
        display: grid !important;
    }
    /* footer stays same layout; sizing is fluid via clamp() */
}

/* Çok küçük ekranlarda bile iletişim formu + harita yan yana kalsın */
@media (max-width: 560px) {
    .contact-grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 10px;
    }
    .contact-panel { padding: 12px; }
    .contact-map { min-height: 300px; }
    .contact-map__glass {
        inset: auto 10px 10px 10px;
        padding: 12px;
    }
}

@media (max-width: 520px) {
    .slider__arrow { display: none; }
}

/* WhatsApp Float Button */
.whatsapp-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    z-index: 1000;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: whatsapp-shake 3s ease-in-out infinite;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.5);
}

.whatsapp-float svg {
    color: #fff;
    width: 28px;
    height: 28px;
}

@keyframes whatsapp-shake {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translateY(-5px) rotate(-5deg);
    }
    20%, 40%, 60%, 80% {
        transform: translateY(-5px) rotate(5deg);
    }
}

@media (max-width: 768px) {
    .whatsapp-float {
        width: 56px;
        height: 56px;
        bottom: 20px;
        right: 20px;
    }
    .whatsapp-float svg {
        width: 24px;
        height: 24px;
    }
}

/* Zuccaciye specific design restore */
.section--zuccaciye-products {
    background:
        radial-gradient(900px 420px at 12% 8%, rgba(15,155,76,0.10), transparent 58%),
        radial-gradient(900px 420px at 92% 100%, rgba(255,122,26,0.09), transparent 62%),
        #f7f9fc;
}
.section--zuccaciye-products .catalog-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: min(300px, 28vw);
    gap: 1.1rem;
    max-width: min(1280px, 94vw);
    margin: 0 auto;
    padding: 0 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}
.section--zuccaciye-products .deals-banners__item {
    aspect-ratio: 1080 / 1080;
}
.section--zuccaciye-products .catalog-grid::-webkit-scrollbar {
    display: none;
}
.product-card--zuccaciye {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    border: 1px solid rgba(173,194,224,0.55);
    border-radius: 20px;
    background:
        radial-gradient(280px 160px at -10% -10%, rgba(91,227,173,0.22), transparent 65%),
        radial-gradient(260px 180px at 110% 110%, rgba(126,149,255,0.22), transparent 62%),
        linear-gradient(155deg, #ffffff 0%, #f4f8ff 50%, #f1f8f6 100%);
    box-shadow: 0 18px 38px rgba(17,29,57,0.10);
    padding: 0;
    aspect-ratio: 1080 / 1350;
    min-height: 0;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    scroll-snap-align: start;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.product-card--zuccaciye::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(143,176,255,0.35), rgba(125,228,177,0.45));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    pointer-events: none;
    z-index: 1;
}
.product-card--zuccaciye:hover {
    transform: translateY(-5px);
    border-color: rgba(116,191,153,0.9);
    box-shadow: 0 28px 50px rgba(17,29,57,0.16);
}
.product-card--zuccaciye .product-card__media {
    height: 100%;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}
.product-card--zuccaciye .product-card__media img {
    transition: transform .35s ease;
}
.product-card--zuccaciye:hover .product-card__media img {
    transform: scale(1.06);
}
.product-card--zuccaciye .product-card__shine {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(120deg, transparent 10%, rgba(255,255,255,0.36) 45%, transparent 70%);
    transform: translateX(-130%);
    transition: transform .7s ease;
}
.product-card--zuccaciye:hover .product-card__shine {
    transform: translateX(120%);
}
.product-card--zuccaciye .product-card__badge {
    top: 6px;
    left: 6px;
    border-radius: 8px;
    padding: 4px 8px;
    font-size: 10px;
    letter-spacing: .3px;
    text-transform: uppercase;
    backdrop-filter: blur(4px);
    background: linear-gradient(135deg, rgba(17,165,81,0.94), rgba(15,143,71,0.88));
    box-shadow: 0 10px 20px rgba(15,155,76,0.32);
}
.product-card--zuccaciye h3 {
    margin-top: 0;
    font-size: 13px;
    min-height: 30px;
    line-height: 1.28;
    letter-spacing: .1px;
    color: #15355f;
}
.product-card--zuccaciye .product-card__body {
    padding: 10px 10px 12px;
    background: rgba(255,255,255,0.94);
    border-top: 1px solid rgba(208,220,240,0.9);
}
.product-card--zuccaciye .product-card__prices {
    display: flex;
    align-items: baseline;
    gap: 7px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}
.product-card--zuccaciye .product-card__old {
    font-size: 11px;
    color: #8b96a7;
    font-weight: 600;
    text-decoration-thickness: 1px;
}
.product-card--zuccaciye .product-card__price {
    font-size: 19px;
    line-height: 1;
    color: #0f9b4c;
    font-weight: 800;
    display: inline;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.section--zuccaciye-gallery .gallery-card img {
    height: 300px;
}

.footer--zuccaciye .footer__bg {
    background-image:
        radial-gradient(900px 450px at 18% 20%, rgba(25,153,117,0.42), transparent 62%),
        radial-gradient(860px 420px at 84% 72%, rgba(72,86,211,0.34), transparent 60%),
        linear-gradient(125deg, #0a2f46 0%, #0c2237 48%, #12213f 100%);
    filter: none;
    transform: none;
}
.footer--zuccaciye .footer__overlay {
    background:
        radial-gradient(700px 360px at 8% 12%, rgba(92,221,171,0.18), transparent 60%),
        radial-gradient(700px 360px at 92% 90%, rgba(114,139,255,0.18), transparent 60%),
        linear-gradient(135deg, rgba(9,24,42,0.86), rgba(11,28,48,0.72));
}

/* Zuccaciye contact: keep left/right boxes equal */
.section--zuccaciye-contact .branch-contact__right {
    position: static;
}
.section--zuccaciye-contact .branch-contact__left,
.section--zuccaciye-contact .branch-contact__right {
    height: 100%;
}
.section--zuccaciye-contact .branch-card--tall,
.section--zuccaciye-contact .branch-map {
    min-height: clamp(420px, 54vh, 560px);
}

@media (max-width: 900px) {
    .section--zuccaciye-products .catalog-grid {
        grid-auto-flow: row;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        max-width: min(1280px, 94vw);
        margin: 0 auto;
        padding: 0 1rem;
        overflow: visible;
        scroll-snap-type: none;
    }
}
@media (max-width: 500px) {
    .section--zuccaciye-products .catalog-grid {
        grid-template-columns: 1fr;
        gap: 0.875rem;
        max-width: min(400px, 92vw);
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 768px) {
    .product-card--zuccaciye {
        border-radius: 16px;
    }
    .product-card--zuccaciye .product-card__media {
        border-radius: 11px;
    }
    .product-card--zuccaciye .product-card__prices {
        gap: 6px;
    }
    .product-card--zuccaciye .product-card__price {
        font-size: 16px;
    }
    .section--gallery-preview .gallery-card img {
        height: 170px;
    }
    .section--zuccaciye-contact .branch-card--tall,
    .section--zuccaciye-contact .branch-map {
        min-height: clamp(340px, 52vh, 430px);
    }
    .section--zuccaciye-gallery .gallery-card img {
        height: 230px;
    }
}
