/* ============================================================================
   MANDIRACIDEDE — Anasayfa v3 (Mockup birebir)
   ----------------------------------------------------------------------------
   pages/home.php tarafından render edilen .hv3-* class'ları için tek CSS dosyası.
   Önceki section CSS'leri (.fp, .cs, .as, .ssb vb.) artık home sayfasında render
   edilmiyor — bu yüzden çakışma yok.
   ============================================================================ */

body.home-v3 {
    /* PALETTE — krem + toprak yeşili + bal */
    --cream:      #FAF6EE;
    --cream-2:    #F2EBDC;
    --milk:       #FFFEFA;
    --earth:      #3D5A3D;
    --earth-2:    #2C4530;
    --earth-soft: #8DA982;
    --honey:      #D4A845;
    --honey-2:    #B88A2E;
    --butter:     #F0D78F;
    --terra:      #C66B3D;
    --ink:        #1F1A14;
    --ink-soft:   #4A4239;
    --line:       rgba(31,26,20,.10);

    --shadow-sm: 0 2px 12px rgba(31,26,20,.05);
    --shadow-md: 0 8px 32px rgba(31,26,20,.08);
    --shadow-lg: 0 24px 64px rgba(31,26,20,.12);

    --r-sm: 14px;
    --r-md: 22px;
    --r-lg: 32px;

    --serif: 'Fraunces', 'Playfair Display', Georgia, serif;
    --sans:  'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

    background: var(--cream);
    color: var(--ink);
    font-family: var(--sans);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

/* 🛡️ Page-wide horizontal scroll engelleyici — herhangi bir absolute/orbit element
 * viewport'u taşırırsa scrollbar oluşmasın (mobil için kritik). */
html, body { overflow-x: hidden; max-width: 100vw; }

/* ───────────────────────────── HERO V3 ───────────────────────────── */
.hv3-hero {
    position: relative;
    min-height: 78vh;
    background: var(--cream);
    overflow: hidden;
    padding: 0px 0 60px;
    /* 🛡️ Mobil: hero'nun kendisi de viewport ile sınırlı kalsın */
    max-width: 100vw;
    /* 🎨 Alışılmışın dışında — bal ışıltısı radial gradient (sağ üstte) */
    background-image:
        radial-gradient(ellipse 70% 50% at 85% 15%, rgba(212,168,69,0.18) 0%, transparent 60%),
        radial-gradient(ellipse 50% 40% at 10% 80%, rgba(141,169,130,0.12) 0%, transparent 55%);
}

/* Hero altı dalgalı kesim — düz çizgi yerine doğal mandıra hissi */
.hv3-hero::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 60px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 60' preserveAspectRatio='none'><path d='M0,30 C150,55 300,5 450,25 C600,45 750,10 900,30 C1050,50 1150,25 1200,30 L1200,60 L0,60 Z' fill='%23FFFEFA'/></svg>");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    pointer-events: none;
    z-index: 2;
}

/* Yağlı kağıt grain dokusu — çok hafif, butik mandıra hissi */
.hv3-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        repeating-radial-gradient(circle at 30% 20%, rgba(0,0,0,0.012) 0, rgba(0,0,0,0.012) 1px, transparent 2px, transparent 4px),
        repeating-radial-gradient(circle at 70% 60%, rgba(212,168,69,0.018) 0, rgba(212,168,69,0.018) 1px, transparent 2px, transparent 5px);
    pointer-events: none;
    mix-blend-mode: multiply;
    z-index: 0;
}

/* ─── Header'daki delivery method picker + arama tetik gizlensin (sadece anasayfada) ─── */
body.home-v3 .m-dm,
body.home-v3 .m-search-trigger {
    display: none !important;
}

/* ─── Dekoratif uçuşan emoji'ler (arka plan, ürün ve yapraklar) ─── */
.hv3-hero-decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
    /* 🛡️ Child orbit elementleri (right: -50px gibi) scrollWidth'i şişirmesin */
    max-width: 100%;
    contain: layout paint;
}
.hv3-decor {
    position: absolute;
    font-size: 32px;
    line-height: 1;
    opacity: .18;
    user-select: none;
    will-change: transform;
    filter: saturate(.85);
}
/* 14 pozisyon — sayfa boyunca dağıt */
.hv3-decor--1  { top: 8%;  left: 6%;  font-size: 38px; animation: hv3-decor-a 14s ease-in-out infinite; }
.hv3-decor--2  { top: 18%; left: 28%; font-size: 28px; animation: hv3-decor-b 16s ease-in-out infinite -2s; }
.hv3-decor--3  { top: 4%;  left: 52%; font-size: 34px; animation: hv3-decor-c 18s ease-in-out infinite -4s; }
.hv3-decor--4  { top: 22%; left: 78%; font-size: 30px; animation: hv3-decor-d 15s ease-in-out infinite -1s; opacity: .22; }
.hv3-decor--5  { top: 38%; left: 4%;  font-size: 42px; animation: hv3-decor-a 17s ease-in-out infinite -3s; opacity: .14; }
.hv3-decor--6  { top: 48%; left: 36%; font-size: 26px; animation: hv3-decor-b 13s ease-in-out infinite -5s; }
.hv3-decor--7  { top: 62%; left: 64%; font-size: 34px; animation: hv3-decor-c 19s ease-in-out infinite -2s; opacity: .15; }
.hv3-decor--8  { top: 76%; left: 14%; font-size: 30px; animation: hv3-decor-d 14s ease-in-out infinite -4s; }
.hv3-decor--9  { top: 86%; left: 42%; font-size: 38px; animation: hv3-decor-a 16s ease-in-out infinite -6s; opacity: .12; }
.hv3-decor--10 { top: 80%; left: 70%; font-size: 28px; animation: hv3-decor-b 15s ease-in-out infinite -3s; }
.hv3-decor--11 { top: 12%; left: 88%; font-size: 26px; animation: hv3-decor-c 17s ease-in-out infinite -1s; opacity: .20; }
.hv3-decor--12 { top: 56%; left: 92%; font-size: 32px; animation: hv3-decor-d 13s ease-in-out infinite -2s; opacity: .14; }
.hv3-decor--13 { top: 32%; left: 60%; font-size: 24px; animation: hv3-decor-a 11s ease-in-out infinite -5s; }
.hv3-decor--14 { top: 70%; left: 88%; font-size: 36px; animation: hv3-decor-b 18s ease-in-out infinite -3s; opacity: .12; }

@keyframes hv3-decor-a {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    33%      { transform: translate(-14px, -18px) rotate(-8deg); }
    66%      { transform: translate(8px, -10px) rotate(6deg); }
}
@keyframes hv3-decor-b {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    50%      { transform: translate(-12px, 20px) rotate(10deg); }
}
@keyframes hv3-decor-c {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    33%      { transform: translate(16px, -14px) rotate(8deg); }
    66%      { transform: translate(-8px, 8px) rotate(-6deg); }
}
@keyframes hv3-decor-d {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    50%      { transform: translate(20px, -16px) rotate(-10deg); }
}
.hv3-hero-bg {
    position: absolute;
    inset: 0;
    opacity: .055;
    pointer-events: none;
    /* 🎨 Çoklu sembol tile — 6 farklı mandıra ögesi, 240x240 alan
       Peynir üçgeni · Bal damlası · Zeytin · Yaprak · Başak · Süt damlası
       Pattern tekrarlasa bile göz hep farklı emoji görür */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240' viewBox='0 0 240 240'%3E%3Cg fill='%233D5A3D' fill-rule='evenodd'%3E%3C!--%20Peynir%20%C3%BC%C3%A7geni%20(sol%20%C3%BCst)%20--%3E%3Cpath d='M30 22 L75 22 L52 60 Z'/%3E%3Ccircle cx='45' cy='35' r='2'/%3E%3Ccircle cx='58' cy='42' r='1.6'/%3E%3Ccircle cx='52' cy='50' r='1.4'/%3E%3C!--%20Bal%20kavanozu%20(sa%C4%9F%20%C3%BCst)%20--%3E%3Cpath d='M165 18 L195 18 L195 26 L192 26 L192 54 Q192 60 186 60 L174 60 Q168 60 168 54 L168 26 L165 26 Z'/%3E%3Cpath d='M173 30 Q180 36 187 30 Q187 44 180 50 Q173 44 173 30' fill='%23D4A845'/%3E%3C!--%20Zeytin%20+%20yaprak%20(orta%20sol)%20--%3E%3Cellipse cx='50' cy='115' rx='10' ry='13' transform='rotate(-15 50 115)'/%3E%3Cpath d='M48 100 Q58 92 65 98 Q60 108 48 102 Z' fill='%238DA982'/%3E%3C!--%20Yaprak%20(orta)%20--%3E%3Cpath d='M115 115 Q105 95 130 90 Q140 105 130 125 Q120 130 115 115 Z'/%3E%3Cpath d='M122 96 L122 124' stroke='%233D5A3D' stroke-width='1' fill='none'/%3E%3C!--%20Bu%C4%9Fday%20ba%C5%9Fa%C4%9F%C4%B1%20(sa%C4%9F%20orta)%20--%3E%3Cpath d='M188 90 L188 140' stroke='%233D5A3D' stroke-width='1.8' fill='none'/%3E%3Cellipse cx='184' cy='98' rx='3' ry='5' transform='rotate(-25 184 98)'/%3E%3Cellipse cx='192' cy='102' rx='3' ry='5' transform='rotate(25 192 102)'/%3E%3Cellipse cx='184' cy='110' rx='3' ry='5' transform='rotate(-25 184 110)'/%3E%3Cellipse cx='192' cy='114' rx='3' ry='5' transform='rotate(25 192 114)'/%3E%3Cellipse cx='184' cy='122' rx='3' ry='5' transform='rotate(-25 184 122)'/%3E%3Cellipse cx='192' cy='126' rx='3' ry='5' transform='rotate(25 192 126)'/%3E%3C!--%20S%C3%BCt%20damlas%C4%B1%20(sol%20alt)%20--%3E%3Cpath d='M55 175 Q42 195 55 210 Q68 195 55 175 Z'/%3E%3C!--%20Tereya%C4%9F%C4%B1%20bloku%20(orta%20alt)%20--%3E%3Crect x='105' y='180' width='32' height='22' rx='2' fill='%23D4A845' opacity='0.85'/%3E%3Cline x1='105' y1='188' x2='137' y2='188' stroke='%233D5A3D' stroke-width='0.6'/%3E%3C!--%20%C3%9Cz%C3%BCm%20salk%C4%B1m%C4%B1%20(sa%C4%9F%20alt)%20--%3E%3Ccircle cx='180' cy='178' r='5'/%3E%3Ccircle cx='190' cy='178' r='5'/%3E%3Ccircle cx='185' cy='187' r='5'/%3E%3Ccircle cx='178' cy='194' r='5'/%3E%3Ccircle cx='192' cy='194' r='5'/%3E%3Cpath d='M185 168 Q185 172 188 174' stroke='%233D5A3D' stroke-width='1' fill='none'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 280px 280px;
    animation: hv3-bg-drift 80s linear infinite;
}
@keyframes hv3-bg-drift {
    from { background-position: 0 0; }
    to   { background-position: 280px 280px; }
}

.hv3-hero-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 60px;
    align-items: center;
    position: relative;
    /* 🛡️ Mobil: alt elementler kazara ekranı taşırsa kes */
    min-width: 0;
}
.hv3-hero-content {
    position: relative;
    z-index: 2;
    /* 🛡️ Grid item shrink — long text'ler veya wide button'lar wrap olsun */
    min-width: 0;
    max-width: 100%;
}

/* Brand row */
.hv3-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: var(--ink-soft);
    font-size: 14px;
    flex-wrap: wrap;
}
.hv3-brand-name {
    font-family: var(--serif);
    font-size: 18px;
    font-weight: 700;
    color: var(--earth);
    letter-spacing: -.01em;
}
.hv3-brand-sep { opacity: .35; }
.hv3-brand-tagline { font-style: italic; color: var(--ink-soft); font-weight: 500; }

/* Eyebrow pill */
.hv3-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(61,90,61,.08);
    color: var(--earth);
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 24px;
    /* 🛡️ Mobil: container'ı taşma — ama SVG + text TEK SATIRDA, inline kalsın */
    max-width: 100%;
    line-height: 1.35;
    box-sizing: border-box;
}
/* SVG yana zorla yapışsın — flex-shrink:0 ile boyutunu koru, text yanına gelsin */
.hv3-eyebrow svg { flex-shrink: 0; }
.hv3-eyebrow svg { width: 16px; height: 16px; animation: hv3-leaf-tilt 3s ease-in-out infinite; }
@keyframes hv3-leaf-tilt {
    0%, 100% { transform: rotate(0); }
    50%      { transform: rotate(8deg); }
}

.hv3-title {
    font-family: var(--serif);
    font-size: clamp(2.6rem, 5.5vw, 5rem);
    line-height: 1.04;
    font-weight: 600;
    letter-spacing: -.02em;
    color: var(--ink);
    margin: 0 0 24px;
}
.hv3-title em {
    font-style: italic;
    color: var(--earth);
    font-weight: 400;
    display: inline-block;
    position: relative;
    animation: hv3-em-pulse 4s ease-in-out infinite;
}
/* 🎨 El yazısı altçizgi — bal sarısı dalgalı SVG */
.hv3-title em::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.18em;
    height: 0.32em;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 12' preserveAspectRatio='none'><path d='M2,8 Q40,1 80,7 T160,6 T198,8' fill='none' stroke='%23D4A845' stroke-width='2.5' stroke-linecap='round' opacity='0.85'/></svg>");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    pointer-events: none;
}

@keyframes hv3-em-pulse {
    0%, 100% { text-shadow: 0 0 0 transparent; }
    50%      { text-shadow: 0 4px 24px rgba(212,168,69,.35); }
}

.hv3-sub {
    font-size: 18px;
    color: var(--ink-soft);
    max-width: 520px;
    margin: 0 0 14px;
    line-height: 1.65;
    /* 🛡️ Mobil: uzun kelime kırılsın, parent overflow yok */
    word-wrap: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
}

.hv3-search {
    display: flex; gap: 6px;
    background: var(--milk); padding: 6px;
    border-radius: 999px; box-shadow: var(--shadow-md);
    max-width: 520px; margin: 0 0 20px;
    border: 1px solid var(--line);
    /* 🛡️ Mobil: hero-content width %100 dolduracaksa input shrink olabilsin */
    box-sizing: border-box;
    width: 100%;
}
.hv3-search input {
    flex: 1; border: 0; padding: 14px 22px; font-size: 15px;
    background: transparent; font-family: inherit; outline: none; color: var(--ink); min-width: 0;
}
.hv3-search input::placeholder { color: var(--ink-soft); opacity: .6; }
.hv3-search button {
    border: 0; background: var(--earth); color: var(--milk);
    padding: 14px 26px; border-radius: 999px;
    font-weight: 700; font-size: 14px; cursor: pointer;
    display: inline-flex; align-items: center; gap: 8px; font-family: inherit;
    transition: background .2s ease;
}
.hv3-search button:hover { background: var(--earth-2); }

.hv3-chips { display: flex; gap: 8px; flex-wrap: wrap; }
.hv3-chip {
    background: var(--milk); border: 1px solid var(--line);
    padding: 9px 16px; border-radius: 999px;
    font-size: 13px; font-weight: 500;
    color: var(--ink); text-decoration: none;
    transition: all .2s ease;
    display: inline-flex; align-items: center; gap: 6px;
}
.hv3-chip:hover { border-color: var(--earth); color: var(--earth); transform: translateY(-1px); }

/* Hero giriş animasyonu */
.hv3-brand, .hv3-eyebrow, .hv3-title, .hv3-sub, .hv3-search, .hv3-chips {
    animation: hv3-rise .9s ease-out backwards;
}
.hv3-brand   { animation-delay: 0s; }
.hv3-eyebrow { animation-delay: .10s; }
.hv3-title   { animation-delay: .20s; }
.hv3-sub     { animation-delay: .35s; }
.hv3-search  { animation-delay: .50s; }
.hv3-chips   { animation-delay: .65s; }
@keyframes hv3-rise {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ─── Hero stage — uçuşan ürün kartları ─── */
.hv3-hero-stage { position: relative; height: 780px; z-index: 2; }
.hv3-hero-content { z-index: 3; position: relative; }

/* hv3-chip button reset (artık <button>) */
.hv3-chip {
    appearance: none;
    border: 1px solid var(--line);
    cursor: pointer;
    font-family: inherit;
    line-height: 1.2;
}

/* Arama input "flash" — chip'e tıklayınca kısa parıltı */
.hv3-search input.is-flash {
    background: rgba(212, 168, 69, .15) !important;
    transition: background .3s ease;
}
/* DIŞ SARMALAYICI — yörünge sadece bunda */
.hv3-hero-orbit {
    position: absolute;
    z-index: 1;
}
.hv3-hero-orbit:hover { z-index: 10; }

/* İÇ KART — link + içerik. Yörüngeden ayrı transform → hover yumuşak */
.hv3-hero-card {
    display: block;
    width: 100%;
    background: var(--milk);
    border-radius: 22px;
    box-shadow: var(--shadow-lg);
    overflow: hidden;
    text-decoration: none;
    color: var(--ink);
    transform: scale(1);
    transition: transform .65s cubic-bezier(.22,.61,.36,1),
                box-shadow .65s cubic-bezier(.22,.61,.36,1),
                filter .65s ease;
    will-change: transform;
}
.hv3-hero-card:hover {
    /* Orbit dış sarmalayıcıda olduğu için transform burada çakışmıyor — pat yok */
    transform: scale(1.05) translateY(-6px);
    box-shadow: 0 28px 64px rgba(31,26,20,.16);
    filter: brightness(1.03);
}
.hv3-hero-card-img {
    aspect-ratio: 1/1;
    background: linear-gradient(135deg, var(--cream-2), var(--butter));
    display: flex; align-items: center; justify-content: center;
    overflow: hidden;
}
.hv3-hero-card-img img { width: 100%; height: 100%; object-fit: cover; }
.hv3-hero-card-img > span { font-size: 60px; line-height: 1; }
.hv3-hero-card-body { padding: 12px 14px 14px; }
.hv3-hero-card-cat {
    font-size: 10px; color: var(--honey-2); font-weight: 700;
    letter-spacing: .1em; text-transform: uppercase; margin-bottom: 4px;
}
.hv3-hero-card-name {
    font-family: var(--serif); font-size: 15px; font-weight: 600;
    line-height: 1.2; margin-bottom: 4px;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.hv3-hero-card-price {
    font-family: var(--serif); font-size: 17px; font-weight: 700;
    color: var(--earth);
}
.hv3-hero-card-price small {
    font-size: 11px; color: var(--ink-soft); font-weight: 500;
    margin-left: 3px; font-family: var(--sans);
}

/* 6 slot — pozisyon + yörünge DIŞ sarmalayıcıda (.hv3-hero-orbit--sN)
   Genişlik İÇ kartta (.hv3-hero-card--sN) */
.hv3-hero-orbit--s1 { top: 4%;    left: 55%;   width: 225px; animation: hv3-orbit-1 22s ease-in-out infinite; }
.hv3-hero-orbit--s6 { top: 0%;    left: 16%;   width: 200px; animation: hv3-orbit-6 21s ease-in-out infinite -13s; }
.hv3-hero-orbit--s5 { top: 38%;   right: 12%;  width: 190px; animation: hv3-orbit-5 26s ease-in-out infinite -9s; }
.hv3-hero-orbit--s3 { top: 40%;   left: 8%;    width: 185px; animation: hv3-orbit-3 23s ease-in-out infinite -10s; }
.hv3-hero-orbit--s4 { bottom: 9%; right: -14%;  width: 218px; animation: hv3-orbit-4 20s ease-in-out infinite -7s; }
.hv3-hero-orbit--s2 { bottom: -1%; left: 26%;  width: 210px; animation: hv3-orbit-2 24s ease-in-out infinite -5s; }
/* Hover'da yörünge durmasın, dön — iç kart hover'ı kendi başına yapar */

/* ─── Gezegen yörüngeleri — sakin elips hareketleri (max ~24px) ─── */
/* Orbit 1 — yatay elips, CW (sağ üst) — sola+aşağı yörünge */
@keyframes hv3-orbit-1 {
    0%   { transform: translate(0, 0)         rotate(-1deg); }
    12.5%{ transform: translate(-10px, 8px)   rotate(0deg); }
    25%  { transform: translate(-18px, 16px)  rotate(1deg); }
    37.5%{ transform: translate(-10px, 22px)  rotate(0deg); }
    50%  { transform: translate(0, 24px)      rotate(-1deg); }
    62.5%{ transform: translate(10px, 22px)   rotate(-2deg); }
    75%  { transform: translate(18px, 16px)   rotate(-1deg); }
    87.5%{ transform: translate(10px, 8px)    rotate(0deg); }
    100% { transform: translate(0, 0)         rotate(-1deg); }
}
/* Orbit 2 — dik elips, CCW (sol alt) — sağa+yukarı yörünge */
@keyframes hv3-orbit-2 {
    0%   { transform: translate(0, 0)         rotate(2deg); }
    12.5%{ transform: translate(8px, -12px)   rotate(3deg); }
    25%  { transform: translate(14px, -22px)  rotate(2deg); }
    37.5%{ transform: translate(8px, -28px)   rotate(1deg); }
    50%  { transform: translate(0, -30px)     rotate(2deg); }
    62.5%{ transform: translate(-8px, -28px)  rotate(3deg); }
    75%  { transform: translate(-14px, -22px) rotate(4deg); }
    87.5%{ transform: translate(-8px, -12px)  rotate(3deg); }
    100% { transform: translate(0, 0)         rotate(2deg); }
}
/* Orbit 3 — orta sol — yatay elips */
@keyframes hv3-orbit-3 {
    0%   { transform: translate(0, 0)         rotate(0deg); }
    12.5%{ transform: translate(14px, -8px)   rotate(1deg); }
    25%  { transform: translate(22px, 0)      rotate(0deg); }
    37.5%{ transform: translate(14px, 8px)    rotate(-1deg); }
    50%  { transform: translate(0, 12px)      rotate(0deg); }
    62.5%{ transform: translate(-6px, 8px)    rotate(2deg); }
    75%  { transform: translate(-10px, 0)     rotate(1deg); }
    87.5%{ transform: translate(-6px, -8px)   rotate(0deg); }
    100% { transform: translate(0, 0)         rotate(0deg); }
}
/* Orbit 4 — sağ alt — küçük elips */
@keyframes hv3-orbit-4 {
    0%   { transform: translate(0, 0)         rotate(-2deg); }
    12.5%{ transform: translate(-8px, -10px)  rotate(-3deg); }
    25%  { transform: translate(-16px, -18px) rotate(-4deg); }
    37.5%{ transform: translate(-8px, -24px)  rotate(-3deg); }
    50%  { transform: translate(0, -26px)     rotate(-2deg); }
    62.5%{ transform: translate(8px, -24px)   rotate(-1deg); }
    75%  { transform: translate(16px, -18px)  rotate(0deg); }
    87.5%{ transform: translate(8px, -10px)   rotate(-1deg); }
    100% { transform: translate(0, 0)         rotate(-2deg); }
}
/* Orbit 5 — orta sağ — yatay elips */
@keyframes hv3-orbit-5 {
    0%   { transform: translate(0, 0)         rotate(1deg); }
    12.5%{ transform: translate(-12px, 8px)   rotate(2deg); }
    25%  { transform: translate(-22px, 0)     rotate(3deg); }
    37.5%{ transform: translate(-12px, -8px)  rotate(2deg); }
    50%  { transform: translate(0, -12px)     rotate(1deg); }
    62.5%{ transform: translate(8px, -8px)    rotate(0deg); }
    75%  { transform: translate(12px, 0)      rotate(-1deg); }
    87.5%{ transform: translate(8px, 8px)     rotate(0deg); }
    100% { transform: translate(0, 0)         rotate(1deg); }
}
/* Orbit 6 — sol üst — dik elips */
@keyframes hv3-orbit-6 {
    0%   { transform: translate(0, 0)         rotate(-1deg); }
    12.5%{ transform: translate(-8px, 10px)   rotate(-2deg); }
    25%  { transform: translate(-14px, 18px)  rotate(-1deg); }
    37.5%{ transform: translate(-8px, 24px)   rotate(0deg); }
    50%  { transform: translate(0, 26px)      rotate(-1deg); }
    62.5%{ transform: translate(8px, 24px)    rotate(-2deg); }
    75%  { transform: translate(14px, 18px)   rotate(-3deg); }
    87.5%{ transform: translate(8px, 10px)    rotate(-2deg); }
    100% { transform: translate(0, 0)         rotate(-1deg); }
}

/* Yapraklar */
.hv3-leaf {
    position: absolute; color: var(--earth-soft); opacity: .65;
    animation: hv3-leaf-float 8s ease-in-out infinite;
    pointer-events: none;
}
.hv3-leaf svg { width: 28px; height: 28px; }
.hv3-leaf--1 { top: 50px;    left: 50px;    animation-delay: -2s; }
.hv3-leaf--2 { bottom: 80px; left: 220px;   animation-delay: -5s; color: var(--earth); }
.hv3-leaf--3 { top: 240px;   right: 30px;   animation-delay: -3s; opacity: .5; }
@keyframes hv3-leaf-float {
    0%,100% { transform: translateY(0) rotate(0deg); }
    33%     { transform: translateY(-18px) rotate(15deg); }
    66%     { transform: translateY(-8px)  rotate(-10deg); }
}

/* Bal ışıltıları */
.hv3-spark {
    position: absolute; width: 6px; height: 6px;
    border-radius: 50%; background: var(--honey); opacity: 0;
}
.hv3-spark--1 { top: 110px;    right: 90px;    animation: hv3-sparkle 3s ease-in-out infinite; }
.hv3-spark--2 { top: 320px;    left: 30px;     animation: hv3-sparkle 3s ease-in-out infinite 1s; }
.hv3-spark--3 { bottom: 140px; right: 200px;   animation: hv3-sparkle 3s ease-in-out infinite 2s; }
@keyframes hv3-sparkle {
    0%,100% { transform: scale(0) translateY(0); opacity: 0; }
    40%     { transform: scale(1) translateY(-22px); opacity: .85; }
    60%     { transform: scale(1.2) translateY(-34px); opacity: .5; }
}

/* ───────────────────────────── SERVICE STRIP ───────────────────────────── */
.hv3-service {
    background: var(--earth);
    color: var(--milk);
    padding: 13px 0;
    font-size: 13px;
    font-weight: 500;
}
.hv3-service-inner {
    max-width: 1280px; margin: 0 auto;
    padding: 0 32px;
    display: flex; gap: 22px; flex-wrap: wrap;
    align-items: center; justify-content: center;
}
.hv3-service-sep { opacity: .4; }
.hv3-service-dot {
    display: inline-block; width: 8px; height: 8px;
    border-radius: 50%; margin-right: 8px;
    animation: hv3-pulse 2s infinite;
}
.hv3-service-dot.is-open { background: var(--butter); box-shadow: 0 0 0 4px rgba(240,215,143,.25); }
.hv3-service-dot.is-closed { background: var(--terra); box-shadow: 0 0 0 4px rgba(198,107,61,.25); }
@keyframes hv3-pulse {
    0%,100% { opacity: 1; }
    50%     { opacity: .55; }
}

/* ───────────────────────────── CATEGORY STRIP (sticky + 2-row + arrows) ───────────────────────────── */
.hv3-cats {
    position: sticky;
    top: var(--header-h, 64px);
    z-index: 100;
    background: rgba(250,246,238,.96);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--line);
    padding: 10px 0;
    box-shadow: 0 4px 12px rgba(44, 69, 48, 0.04);
    transition: box-shadow 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 100%;
}
.hv3-cats.is-stuck {
    box-shadow: 0 4px 14px rgba(44, 69, 48, 0.10);
}

/* 2-satırlı scroll container + horizontal scroll fallback */
.hv3-cats-inner {
    flex: 1 1 auto;
    max-width: 1280px;
    margin: 0 auto;
    padding: 4px 32px;
    display: flex;
    flex-wrap: wrap;            /* 🆕 2+ satıra inebilir */
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    align-items: center;
    scroll-behavior: smooth;
    max-height: 96px;            /* 🆕 max 2 satır gözükür */
    overflow-y: hidden;
}
.hv3-cats-inner::-webkit-scrollbar { display: none; }

/* Mobil: tek satır + horizontal scroll (arrow nav ile) */
@media (max-width: 720px) {
    .hv3-cats-inner {
        flex-wrap: nowrap;
        max-height: none;
    }
}

.hv3-cat {
    flex: 0 0 auto;
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--milk);
    border: 1px solid var(--line);
    color: var(--ink);
    padding: 9px 16px;
    border-radius: 999px;
    font-size: 13px; font-weight: 600;
    text-decoration: none; white-space: nowrap;
    transition: all .2s ease;
}
.hv3-cat:hover { border-color: var(--earth); color: var(--earth); transform: translateY(-2px); }
.hv3-cat.is-active { background: var(--earth); color: var(--milk); border-color: var(--earth); }

/* 🆕 Arrow navigation buttons */
.hv3-cats-arrow {
    flex: 0 0 auto;
    width: 38px; height: 38px;
    border-radius: 50%;
    background: var(--milk, #fff);
    color: var(--earth, #b45309);
    border: 1.5px solid var(--line, #fde68a);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(44, 69, 48, 0.08);
    margin: 0 6px;
    flex-shrink: 0;
}
.hv3-cats-arrow:hover {
    background: var(--earth, #d97706);
    color: var(--milk, #fff);
    border-color: var(--earth, #d97706);
    transform: scale(1.08);
}
.hv3-cats-arrow.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.85);
}
/* Mobil: arrow butonları GİZLE — touch swipe ile zaten kaydırılıyor */
@media (max-width: 720px) {
    .hv3-cats-arrow { display: none !important; }
}
/* Tek satıra sığarsa arrow'ları gizle (JS .has-overflow class'ı ile) */
.hv3-cats:not(.has-overflow) .hv3-cats-arrow {
    display: none;
}

/* ───────────────────────────── SECTION HEAD GLOBAL ─────────────────────────────
   Global section vertical rhythm — sıkı dikey ritim */
.hv3-section { padding: clamp(36px, 5.5vw, 52px) 0; }
.hv3-section-inner { max-width: 1280px; margin: 0 auto; padding: 0 32px; }
.hv3-section-head {
    display: flex; justify-content: space-between;
    align-items: flex-end; margin-bottom: 24px; gap: 20px;
}
.hv3-section-eyebrow {
    font-size: 12px; font-weight: 700;
    letter-spacing: .14em; text-transform: uppercase;
    color: var(--honey-2); margin-bottom: 8px;
}
.hv3-section-title {
    font-family: var(--serif);
    font-size: clamp(2rem, 3.5vw, 2.8rem);
    line-height: 1.1; font-weight: 600;
    letter-spacing: -.015em;
    color: var(--ink); margin: 0;
}
.hv3-section-title em { color: var(--earth); font-style: italic; font-weight: 400; }
.hv3-section-link {
    display: inline-flex; align-items: center; gap: 8px;
    color: var(--earth); font-weight: 600; font-size: 14px;
    padding: 10px 18px; border-radius: 999px;
    border: 1px solid rgba(61,90,61,.18); background: var(--milk);
    text-decoration: none; transition: all .2s ease;
    flex-shrink: 0;
}
.hv3-section-link:hover { background: var(--earth); color: var(--milk); gap: 12px; }

/* ───────────────────────────── PRODUCT GRID ───────────────────────────── */
.hv3-prod-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.hv3-prod-card {
    background: var(--milk);
    border-radius: var(--r-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--line);
    transition: all .3s ease;
}
.hv3-prod-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: var(--earth-soft);
}
.hv3-prod-card-link { text-decoration: none; color: inherit; display: block; }
.hv3-prod-img {
    aspect-ratio: 1/1;
    background: linear-gradient(135deg, var(--cream-2), var(--butter));
    position: relative;
    display: flex; align-items: center; justify-content: center;
    overflow: hidden;
}
.hv3-prod-img img { width: 100%; height: 100%; object-fit: cover; }
.hv3-prod-img-fallback { font-size: 80px; }
.hv3-prod-badge {
    position: absolute; top: 12px; left: 12px;
    background: var(--earth); color: var(--milk);
    padding: 5px 11px; border-radius: 999px;
    font-size: 11px; font-weight: 700; letter-spacing: .05em;
}
.hv3-prod-body { padding: 18px; }
.hv3-prod-cat {
    font-size: 11px; color: var(--honey-2); font-weight: 700;
    letter-spacing: .1em; text-transform: uppercase; margin-bottom: 6px;
}
.hv3-prod-name {
    font-family: var(--serif); font-size: 18px;
    font-weight: 600; line-height: 1.25;
    margin: 0 0 14px;
    color: var(--ink);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.hv3-prod-foot {
    display: flex; justify-content: space-between;
    align-items: center; gap: 8px;
}
.hv3-prod-price {
    font-size: 22px; font-weight: 700;
    color: var(--ink); font-family: var(--serif);
}
.hv3-prod-price small {
    font-size: 12px; color: var(--ink-soft);
    font-weight: 500; margin-left: 4px; font-family: var(--sans);
}
.hv3-prod-add {
    width: 44px; height: 44px;
    background: var(--earth); color: var(--milk);
    border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 24px; font-weight: 500;
    transition: all .2s ease;
}
.hv3-prod-card:hover .hv3-prod-add {
    background: var(--honey); transform: rotate(90deg);
}

/* ───────────────────────────── KUPON ───────────────────────────── */
.hv3-kupon {
    background: linear-gradient(135deg, var(--honey), var(--terra));
    color: var(--milk);
    padding: 32px;
    border-radius: var(--r-lg);
    display: flex; justify-content: space-between; align-items: center;
    gap: 24px;
    margin: 0px auto;
    max-width: calc(1280px - 64px);
    position: relative; overflow: hidden;
    box-shadow: var(--shadow-md);
}
.hv3-kupon::before {
    content: ''; position: absolute; right: -40px; top: -40px;
    width: 200px; height: 200px;
    background: radial-gradient(circle, rgba(255,254,250,.2), transparent 60%);
    border-radius: 50%; pointer-events: none;
}
.hv3-kupon-title {
    font-family: var(--serif);
    font-size: clamp(1.5rem, 2.5vw, 1.9rem);
    font-weight: 600;
    margin-bottom: 6px;
    position: relative;
}
.hv3-kupon-sub {
    font-size: 14px; opacity: .92;
    position: relative;
}
.hv3-kupon-code {
    background: rgba(255,254,250,.2);
    padding: 14px 24px;
    border-radius: 12px;
    font-family: monospace;
    font-size: 16px; font-weight: 700;
    border: 2px dashed rgba(255,254,250,.55);
    position: relative; flex-shrink: 0;
}

/* ───────────────────────────── İMZA ÜRÜN ───────────────────────────── */
.hv3-imza {
    background: linear-gradient(180deg, var(--cream) 0%, var(--milk) 100%);
    margin: 0;
    padding: clamp(40px, 6vw, 50px) 0;
}
.hv3-imza-inner {
    max-width: 1280px; margin: 0 auto;
    padding: 0 32px;
    display: grid; grid-template-columns: 1.1fr 1fr;
    gap: 60px; align-items: center;
}
.hv3-imza-visual {
    aspect-ratio: 4/5;
    border-radius: var(--r-lg);
    background: linear-gradient(135deg, var(--earth) 0%, var(--earth-soft) 100%);
    position: relative; overflow: hidden;
    box-shadow: var(--shadow-lg);
    display: flex; align-items: flex-end; padding: 32px;
}
.hv3-imza-visual::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(circle at 70% 20%, rgba(212,168,69,.3), transparent 60%);
    pointer-events: none;
}
.hv3-imza-img {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    z-index: 0;
    mix-blend-mode: normal;
}
.hv3-imza-tag {
    position: relative; z-index: 2;
    background: rgba(31,26,20,.85);
    backdrop-filter: blur(8px);
    color: var(--milk);
    padding: 10px 18px; border-radius: 999px;
    font-size: 12px; font-weight: 700;
    display: inline-flex; align-items: center; gap: 6px;
    letter-spacing: .05em;
}
.hv3-imza-title {
    font-family: var(--serif);
    font-size: clamp(2.4rem, 4vw, 3.6rem);
    line-height: 1.05; font-weight: 600;
    margin: 12px 0 20px;
    letter-spacing: -.02em;
    color: var(--ink);
}
.hv3-imza-desc {
    color: var(--ink-soft);
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.7;
}
.hv3-imza-meta {
    display: flex; gap: 24px;
    margin: 28px 0;
    padding: 24px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.hv3-imza-meta-item { flex: 1; }
.hv3-imza-meta-label {
    font-size: 11px; color: var(--ink-soft);
    font-weight: 600; letter-spacing: .1em;
    text-transform: uppercase; margin-bottom: 4px;
}
.hv3-imza-meta-value {
    font-family: var(--serif);
    font-size: 18px; font-weight: 600;
    color: var(--earth);
}
.hv3-imza-cta { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.hv3-btn-primary {
    background: var(--earth);
    color: var(--milk);
    padding: 15px 28px;
    border: 0; border-radius: 999px;
    font-weight: 700; font-size: 14px;
    text-decoration: none;
    display: inline-flex; align-items: center; gap: 8px;
    transition: all .2s ease;
    font-family: inherit;
}
.hv3-btn-primary:hover { background: var(--earth-2); transform: translateY(-2px); }
.hv3-btn-ghost {
    background: transparent; color: var(--ink);
    padding: 14px 20px; border: 1px solid var(--line);
    border-radius: 999px; font-weight: 600; font-size: 14px;
    text-decoration: none;
    display: inline-flex; align-items: center; gap: 8px;
    font-family: inherit;
}
.hv3-btn-ghost:hover { border-color: var(--earth); }

/* ───────────────────────────── ABOUT ───────────────────────────── */
.hv3-about {
    padding: clamp(40px, 6vw, 56px) 0;
    background: linear-gradient(180deg, var(--milk) 0%, var(--cream) 100%);
}
.hv3-about-head {
    text-align: center;
    margin-bottom: 32px;
    padding: 0 32px;
}
.hv3-about-title {
    max-width: 720px;
    margin: 0 auto 16px;
}
.hv3-about-sub {
    color: var(--ink-soft);
    max-width: 580px; margin: 0 auto;
    font-size: 17px;
}
.hv3-about-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 24px; max-width: 1280px;
    margin: 0 auto; padding: 0 32px;
}
.hv3-about-card {
    background: var(--milk);
    padding: 36px 28px;
    border-radius: var(--r-md);
    border: 1px solid var(--line);
    transition: all .3s ease;
}
.hv3-about-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: var(--earth-soft);
}
.hv3-about-icon {
    width: 60px; height: 60px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--cream-2), var(--butter));
    display: flex; align-items: center; justify-content: center;
    font-size: 30px; margin-bottom: 20px;
}
.hv3-about-card-title {
    font-family: var(--serif);
    font-size: 22px; font-weight: 600;
    margin: 0 0 10px; color: var(--ink);
}
.hv3-about-card p {
    color: var(--ink-soft);
    font-size: 14px; line-height: 1.65;
    margin: 0;
}

.hv3-trust {
    margin: 28px 32px 0;
    padding: 20px 32px;
    background: var(--milk);
    max-width: calc(1280px - 64px);
    margin-left: auto; margin-right: auto;
    border-radius: var(--r-md);
    display: flex; justify-content: space-around;
    gap: 16px; flex-wrap: wrap;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--line);
}
.hv3-trust-pill {
    display: inline-flex; align-items: center;
    gap: 10px; font-size: 13px; font-weight: 600;
    color: var(--ink-soft);
}
.hv3-trust-ico {
    width: 36px; height: 36px;
    background: var(--cream);
    border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 16px;
}

/* ───────────────────────────── CAMPAIGNS ───────────────────────────── */
.hv3-camps {
    padding: clamp(36px, 5.5vw, 52px) 0;
    background: var(--cream);
}
.hv3-camp-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 16px;
    max-width: 1280px; margin: 0 auto;
    padding: 0 32px; height: 540px;
}
.hv3-camp-card {
    border-radius: var(--r-md);
    overflow: hidden;
    position: relative;
    padding: 32px;
    display: flex; flex-direction: column;
    justify-content: flex-end;
    color: var(--milk);
    cursor: pointer;
    transition: transform .3s ease;
}
.hv3-camp-card:hover { transform: scale(1.015); }
.hv3-camp-card--big { grid-row: 1 / 3; background: linear-gradient(135deg, var(--earth), var(--earth-2)); }
.hv3-camp-card--std { background: linear-gradient(135deg, var(--terra), #8E4824); }
.hv3-camp-card--honey { background: linear-gradient(135deg, var(--honey), var(--honey-2)); color: var(--ink); }
.hv3-camp-card--wide { grid-column: 2 / 4; background: linear-gradient(135deg, var(--earth-soft), var(--earth)); }
.hv3-camp-card::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(circle at 80% 20%, rgba(255,254,250,.18), transparent 70%);
    pointer-events: none;
}
.hv3-camp-tag {
    position: relative;
    background: rgba(255,254,250,.22);
    backdrop-filter: blur(6px);
    padding: 6px 12px; border-radius: 999px;
    font-size: 11px; font-weight: 700;
    align-self: flex-start;
    margin-bottom: auto;
    letter-spacing: .05em;
}
.hv3-camp-card--honey .hv3-camp-tag { background: rgba(31,26,20,.18); }
.hv3-camp-content { position: relative; }
.hv3-camp-content h3 {
    font-family: var(--serif);
    font-size: 28px; font-weight: 600;
    line-height: 1.1; margin: 0 0 8px;
    letter-spacing: -.01em;
}
.hv3-camp-content p { font-size: 13px; opacity: .92; margin: 0; }
.hv3-camp-card--big .hv3-camp-content h3 { font-size: 40px; }

/* 🖼️ Kampanya görsel desteği */
.hv3-camp-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hv3-camp-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s ease;
}
.hv3-camp-card:hover .hv3-camp-media img { transform: scale(1.04); }
.hv3-camp-emoji {
    font-size: clamp(80px, 14vw, 160px);
    line-height: 1;
    opacity: 0.18;
    filter: drop-shadow(0 4px 12px rgba(0,0,0,0.15));
    transition: transform .5s ease, opacity .3s ease;
    transform-origin: center center;
}
.hv3-camp-card:hover .hv3-camp-emoji {
    transform: scale(1.08) rotate(-3deg);
    opacity: 0.28;
}
.hv3-camp-card--big .hv3-camp-emoji { font-size: clamp(140px, 22vw, 280px); }
.hv3-camp-card--wide .hv3-camp-emoji { font-size: clamp(100px, 16vw, 200px); }
.hv3-camp-card--honey .hv3-camp-emoji { opacity: 0.22; }

/* Görsel üstüne içeriğin okunması için karartma */
.hv3-camp-media-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.10) 0%,
        rgba(0,0,0,0.30) 60%,
        rgba(0,0,0,0.65) 100%
    );
    pointer-events: none;
}
/* Honey kart açık zemin — daha hafif overlay */
.hv3-camp-card--honey .hv3-camp-media-shade {
    background: linear-gradient(
        to bottom,
        rgba(255,250,240,0.15) 0%,
        rgba(31,26,20,0.10) 60%,
        rgba(31,26,20,0.40) 100%
    );
}
/* Görsel varsa içerik z-index üstte */
.hv3-camp-card--hasimg .hv3-camp-tag,
.hv3-camp-card--hasimg .hv3-camp-content { z-index: 2; }
.hv3-camp-card--hasimg .hv3-camp-content h3 { text-shadow: 0 2px 8px rgba(0,0,0,0.4); }
.hv3-camp-card--hasimg .hv3-camp-content p { text-shadow: 0 1px 4px rgba(0,0,0,0.5); }

/* Emoji-only kart (resim yok) — gradient zeminde daha az shade */
.hv3-camp-card--noimg .hv3-camp-media-shade { display: none; }
.hv3-camp-card--noimg .hv3-camp-tag,
.hv3-camp-card--noimg .hv3-camp-content { z-index: 2; }

/* ───────────────────────────── TESTIMONIALS ───────────────────────────── */
.hv3-tests {
    padding: clamp(36px, 5.5vw, 52px) 0;
    background: var(--milk);
}
.hv3-test-grid {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1280px; margin: 0 auto; padding: 0 32px;
}
.hv3-test-card {
    background: var(--cream);
    padding: 28px 24px;
    border-radius: var(--r-md);
    position: relative;
}
.hv3-test-quote {
    font-family: var(--serif);
    font-size: 64px; line-height: 1;
    color: var(--honey); opacity: .55;
    position: absolute; top: 8px; right: 18px;
}
.hv3-test-text {
    font-size: 14px; line-height: 1.6;
    color: var(--ink-soft);
    margin: 0 0 18px;
    position: relative;
}
.hv3-test-meta { display: flex; gap: 10px; align-items: center; }
.hv3-test-avatar {
    width: 38px; height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--earth), var(--honey));
    color: var(--milk);
    display: flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: 14px;
}
.hv3-test-name { font-size: 13px; font-weight: 700; color: var(--ink); }
.hv3-test-loc { font-size: 11px; color: var(--ink-soft); }
.hv3-test-stars { color: var(--honey); font-size: 12px; margin-top: 2px; }

/* ───────────────────────────── STEPS ───────────────────────────── */
.hv3-steps {
    padding: clamp(36px, 5.5vw, 52px) 0;
    background: var(--cream);
}
.hv3-steps-head { text-align: center; margin-bottom: 50px; padding: 0 32px; }
.hv3-steps-grid {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1100px; margin: 0 auto;
    padding: 0 32px;
}
.hv3-step-card {
    background: var(--milk);
    padding: 36px 24px;
    border-radius: var(--r-md);
    text-align: center;
    border: 1px solid var(--line);
    position: relative;
}
.hv3-step-num {
    position: absolute; top: -18px;
    left: 50%; transform: translateX(-50%);
    width: 42px; height: 42px;
    background: var(--earth);
    color: var(--milk);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-family: var(--serif);
    font-weight: 700; font-size: 18px;
}
.hv3-step-ico { font-size: 38px; margin: 14px 0; }
.hv3-step-card h4 {
    font-family: var(--serif);
    font-size: 18px; font-weight: 600;
    margin: 0 0 6px;
}
.hv3-step-card p {
    font-size: 13px; color: var(--ink-soft);
    line-height: 1.5; margin: 0;
}

/* ───────────────────────────── BDA ───────────────────────────── */
.hv3-bda {
    padding: clamp(36px, 5.5vw, 52px) 0;
    background: var(--milk);
}
.hv3-bda-grid {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 24px;
    max-width: 1280px; margin: 0 auto;
    padding: 0 32px;
}
.hv3-bda-card { padding: 36px; border-radius: var(--r-md); position: relative; }
.hv3-bda-card--local {
    background: linear-gradient(135deg, var(--cream-2), var(--butter));
    border: 1px solid var(--honey);
}
.hv3-bda-card--intl {
    background: linear-gradient(135deg, #E3EBD8, #C5D5BC);
    border: 1px solid var(--earth-soft);
}
.hv3-bda-card h3 {
    font-family: var(--serif);
    font-size: 26px; font-weight: 600;
    margin: 0 0 8px;
    letter-spacing: -.01em;
    color: var(--ink);
}
.hv3-bda-card p {
    color: var(--ink-soft);
    font-size: 14px; margin: 0 0 20px;
}
.hv3-bda-list { display: flex; flex-wrap: wrap; gap: 6px; }
.hv3-bda-pill {
    background: var(--milk);
    padding: 5px 11px;
    border-radius: 999px;
    font-size: 12px; font-weight: 600;
    border: 1px solid var(--line);
    color: var(--ink);
}

/* ───────────────────────────── CONTACT ───────────────────────────── */
.hv3-contact {
    padding: clamp(36px, 5.5vw, 48px) 0;
    background: var(--cream);
}
.hv3-contact-grid {
    display: grid; grid-template-columns: 1fr 1.4fr;
    gap: 32px;
    max-width: 1280px; margin: 0 auto;
    padding: 0 32px;
}
.hv3-contact-card {
    background: var(--milk);
    padding: 36px;
    border-radius: var(--r-md);
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--line);
}
.hv3-contact-card h3 {
    font-family: var(--serif);
    font-size: 24px; font-weight: 600;
    margin: 0 0 20px;
    letter-spacing: -.01em;
}
.hv3-contact-row {
    display: flex; gap: 14px; align-items: flex-start;
    margin-bottom: 18px; padding-bottom: 18px;
    border-bottom: 1px solid var(--line);
}
.hv3-contact-row:last-child {
    border: 0; padding-bottom: 0; margin-bottom: 0;
}
.hv3-contact-ico {
    width: 42px; height: 42px;
    background: var(--cream);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}
.hv3-contact-label {
    font-size: 11px; color: var(--ink-soft);
    text-transform: uppercase;
    letter-spacing: .1em; font-weight: 600;
    margin-bottom: 2px;
}
.hv3-contact-val { font-weight: 600; font-size: 15px; }
.hv3-coverage {
    background: linear-gradient(135deg, var(--earth-soft), var(--earth));
    border-radius: var(--r-md);
    min-height: 400px;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    padding: 40px;
    text-align: center;
    color: var(--milk);
}
.hv3-coverage-ico { font-size: 64px; opacity: .95; }
.hv3-coverage h4 {
    font-family: var(--serif);
    font-size: 28px; font-weight: 600;
    max-width: 320px;
    margin: 16px 0 12px;
    letter-spacing: -.01em;
    line-height: 1.15;
}
.hv3-coverage p { font-size: 14px; opacity: .85; max-width: 320px; margin: 0; }

/* ───────────────────────────── MOBILE STICKY BOTTOM BAR ───────────────────────────── */
.hv3-mobile-bar {
    display: none;
    position: fixed; bottom: 0; left: 0; right: 0;
    z-index: 60;
    background: rgba(250,246,238,.96);
    backdrop-filter: blur(12px);
    border-top: 1px solid var(--line);
    padding: 10px 14px;
    padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px));
    gap: 8px;
    box-shadow: 0 -8px 24px rgba(31,26,20,.06);
}
.hv3-mobile-bar-search {
    flex: 1; min-height: 48px;
    border-radius: 999px;
    background: var(--milk);
    border: 1px solid var(--line);
    display: flex; align-items: center;
    padding: 0 18px; gap: 10px;
    font-size: 14px; color: var(--ink-soft);
    text-decoration: none; font-weight: 500;
}
.hv3-mobile-bar-search svg { width: 18px; height: 18px; flex-shrink: 0; }
.hv3-mobile-bar-cart {
    width: 56px; height: 48px;
    border-radius: 16px;
    background: var(--earth);
    color: var(--milk);
    display: flex; align-items: center; justify-content: center;
    position: relative;
    text-decoration: none;
    transition: background .2s ease;
    flex-shrink: 0;
}
.hv3-mobile-bar-cart:hover { background: var(--earth-2); }
.hv3-mobile-bar-cart svg { width: 22px; height: 22px; }
.hv3-mobile-bar-cart-badge {
    position: absolute; top: 4px; right: 6px;
    min-width: 18px; height: 18px;
    background: var(--terra); color: var(--milk);
    border-radius: 999px;
    font-size: 10px; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    padding: 0 4px;
    box-shadow: 0 0 0 2px var(--earth);
}
.hv3-mobile-bar-cart-badge.is-empty { display: none; }

/* ───────────────────────────── REDUCED MOTION ───────────────────────────── */
@media (prefers-reduced-motion: reduce) {
    body.home-v3 *, body.home-v3 *::before, body.home-v3 *::after {
        animation: none !important;
        transition: none !important;
    }
}

/* ═══════════════════════════════ MOBILE ═══════════════════════════════ */
/* ───────────── MOBİL (≤640px) — Hero hero-content elementleri için sıkı kontrol ───────────── */
@media (max-width: 640px) {
    /* 🎯 Section'lar arası boşlukları azalt — mobile'da kompakt görünüm */
    .hv3-section,
    .hv3-camps,
    .hv3-tests,
    .hv3-steps,
    .hv3-bda,
    .hv3-contact {
        padding: 28px 0 !important;
    }
    .hv3-section-head { margin-bottom: 18px; }
    .hv3-steps-head { margin-bottom: 24px; }
    .hv3-imza { padding: 28px 0; }
    .hv3-kupon { margin: 20px 16px; padding: 18px; }
    .hv3-hero { padding: 20px 0 28px; }
    .hv3-hero-stage { display: none; }  /* mobil: ürün kartları orbiti gizle — yer kaplıyor */

    .hv3-hero-inner { padding: 0 16px; }
    .hv3-hero-content { padding: 0; }

    /* Eyebrow pill: daha kompakt + uzun çeviri text-wrap */
    .hv3-eyebrow {
        padding: 6px 12px;
        font-size: 12px;
        gap: 6px;
        margin-bottom: 18px;
    }
    .hv3-eyebrow svg { width: 14px; height: 14px; }

    /* Title biraz daha küçük */
    .hv3-title { font-size: clamp(2rem, 8vw, 2.8rem); margin-bottom: 18px; }

    /* Sub text: padding ile rahat okuma */
    .hv3-sub { font-size: 15px; line-height: 1.55; margin-bottom: 16px; }

    /* Search: kompakt input + button — viewport'a sığsın */
    .hv3-search { padding: 5px; gap: 4px; max-width: 100%; }
    .hv3-search input { padding: 11px 14px; font-size: 14px; }
    .hv3-search button {
        padding: 11px 16px;
        font-size: 13px;
        gap: 4px;
        flex-shrink: 0;
    }
    .hv3-search button svg { width: 16px; height: 16px; flex-shrink: 0; }

    /* Brand row: daha kompakt */
    .hv3-brand { font-size: 13px; gap: 8px; margin-bottom: 14px; }
    .hv3-brand-name { font-size: 16px; }

    /* Chips: smaller padding for narrow screens */
    .hv3-chips { gap: 6px; }
    .hv3-chip { padding: 7px 12px; font-size: 12px; }
}

@media (max-width: 980px) {
    .hv3-hero-inner { grid-template-columns: 1fr; gap: 32px; padding: 0 20px; }
    .hv3-hero { padding: 28px 0 40px; min-height: auto; }
    .hv3-hero-stage { height: 420px; }
    .hv3-hero-orbit { width: 130px !important; }
    .hv3-hero-card { border-radius: 16px; }
    .hv3-hero-orbit--s1 { top: 0;       right: 0; left:auto;}
    .hv3-hero-orbit--s2 { bottom: 0;    left: 0;  }
    .hv3-hero-orbit--s3 { top: 38%;     left: 22%;  width: 115px !important; }
    .hv3-hero-orbit--s4 { bottom: 30px; right: 45px; left:auto; width: 115px !important; }
    .hv3-hero-orbit--s5 { top: 30%;     right: 0;   left:auto; width: 120px !important; }
    .hv3-hero-orbit--s6 { top: 0;       left: 0;    width: 115px !important; }
    .hv3-decor { font-size: 22px !important; opacity: .13 !important; }
    .hv3-hero-card-img > span { font-size: 44px; }
    .hv3-hero-card-body { padding: 10px 12px 12px; }
    .hv3-hero-card-name { font-size: 13px; }
    .hv3-hero-card-price { font-size: 14px; }
    .hv3-hero-card-cat { font-size: 9px; }
    .hv3-leaf svg { width: 20px; height: 20px; }
    .hv3-leaf--1 { top: 20px; left: 20px; }
    .hv3-leaf--2 { bottom: 40px; left: 160px; }

    .hv3-title { font-size: clamp(2.4rem, 9vw, 3.6rem); }
    .hv3-sub { font-size: 16px; }

    .hv3-service-inner { gap: 12px; padding: 0 16px; font-size: 12px; }
    .hv3-cats-inner { padding: 0 16px; gap: 6px; }
    .hv3-cat { padding: 8px 14px; font-size: 12px; }

    .hv3-section, .hv3-camps, .hv3-tests, .hv3-steps, .hv3-bda { padding: 56px 0; }
    .hv3-section-inner, .hv3-about-grid, .hv3-camp-grid, .hv3-test-grid, .hv3-steps-grid, .hv3-bda-grid, .hv3-contact-grid {
        padding: 0 20px;
    }
    .hv3-section-head { margin-bottom: 24px; gap: 14px; }
    .hv3-section-title { font-size: 1.7rem; }

    .hv3-prod-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .hv3-prod-name { font-size: 15px; }
    .hv3-prod-price { font-size: 18px; }

    .hv3-kupon {
        margin: 32px 20px; padding: 24px;
        flex-direction: column;
        align-items: flex-start; text-align: left;
        gap: 16px;
    }
    .hv3-kupon-title { font-size: 22px; }

    .hv3-imza { margin: 0; padding: 48px 0; }
    .hv3-imza-inner { grid-template-columns: 1fr; gap: 32px; padding: 0 20px; }
    .hv3-imza-visual { aspect-ratio: 1/1; max-width: 360px; margin: 0 auto; }
    .hv3-imza-title { font-size: 1.9rem; }
    .hv3-imza-meta { gap: 14px; margin: 20px 0; padding: 18px 0; }
    .hv3-imza-meta-value { font-size: 15px; }

    .hv3-about { padding: 64px 0; }
    .hv3-about-head { margin-bottom: 36px; }
    .hv3-about-grid { grid-template-columns: 1fr; gap: 14px; }

    /* 📱 Mobile: icon SOLDA, title sağında — p alttaki tam genişlik */
    .hv3-about-card {
        padding: 18px 18px;
        display: grid;
        grid-template-columns: 48px 1fr;
        column-gap: 14px;
        row-gap: 10px;
        align-items: center;
    }
    .hv3-about-icon {
        width: 48px; height: 48px;
        border-radius: 14px;
        font-size: 24px;
        margin-bottom: 0;        /* eski margin'i sıfırla */
        grid-column: 1;
        grid-row: 1;
    }
    .hv3-about-card-title {
        font-size: 17px;
        margin: 0;
        grid-column: 2;
        grid-row: 1;
        line-height: 1.25;
    }
    .hv3-about-card p {
        grid-column: 1 / -1;     /* tam genişlik */
        grid-row: 2;
        margin: 0;
    }

    .hv3-trust {
        flex-direction: column; align-items: flex-start;
        padding: 16px; gap: 12px;
        margin: 32px 20px 0;
    }
    .hv3-trust-pill { font-size: 12px; }

    .hv3-camp-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto; height: auto;
        gap: 12px;
    }
    .hv3-camp-card--big { grid-row: auto; padding: 28px; }
    .hv3-camp-card { padding: 28px; min-height: 160px; }
    .hv3-camp-card--wide { grid-column: auto; }
    .hv3-camp-content h3, .hv3-camp-card--big .hv3-camp-content h3 { font-size: 22px; }

    .hv3-test-grid { grid-template-columns: 1fr; gap: 12px; }

    .hv3-steps-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
    .hv3-step-card { padding: 24px 16px; }
    .hv3-step-num { width: 34px; height: 34px; font-size: 14px; top: -14px; }
    .hv3-step-card h4 { font-size: 15px; }
    .hv3-step-card p { font-size: 12px; }

    .hv3-bda-grid { grid-template-columns: 1fr; }
    .hv3-bda-card { padding: 24px; }
    .hv3-bda-card h3 { font-size: 20px; }

    .hv3-contact-grid { grid-template-columns: 1fr; }
    .hv3-contact-card { padding: 24px; }
    .hv3-coverage { min-height: 240px; padding: 32px 20px; }
    .hv3-coverage h4 { font-size: 22px; }

}

/* Mobile bar HTML'den kaldırıldı — CSS de no-op */
.hv3-mobile-bar { display: none !important; }
