/* =========================================================================
   KURUMSAL 06 — LUXURY BURGUNDY TEMASI
   Bordo + antik altın + krem · Playfair Display + Lato
   data-site="meridian" kapsamında aktif olur (namespace korunur)
   ========================================================================= */

/* ---------- Design Tokens ---------- */
:root {
    /* Wine scale (primary) */
    --wine: #6E1423;
    --wine-deep: #4A0D18;
    --wine-soft: #8B1F33;
    --wine-tint: #F5E6EA;
    --wine-faint: #FBF0F2;

    /* Gold (antique) */
    --gold: #B8953B;
    --gold-light: #D4B966;
    --gold-deep: #8A6E2A;
    --gold-tint: #F5EBC9;

    /* Paper */
    --cream: #F4EDE0;
    --cream-soft: #F9F3E6;
    --ivory: #FBF8F1;
    --parchment: #EDE3CE;

    /* Ink */
    --ink: #1A0F14;
    --charcoal: #3D2F33;
    --slate: #6B5D60;
    --slate-muted: #9A8B8F;

    /* Borders */
    --border: #E5DCC8;
    --border-strong: #C9B995;
    --hairline: rgba(184, 149, 59, .35);
    --hairline-strong: rgba(184, 149, 59, .55);

    /* Surfaces (legacy aliases) */
    --bg: var(--ivory);
    --bg-alt: var(--cream);
    --bg-dim: var(--parchment);
    --surface: #FFFFFF;
    --text: var(--ink);
    --text-muted: var(--slate);
    --white: #FFFFFF;

    /* Accent aliases (contact page inline CSS uses these) */
    --accent: var(--wine);
    --accent-dark: var(--wine-deep);
    --accent-light: var(--wine-soft);
    --accent-tint: var(--wine-tint);
    --accent-faint: var(--wine-faint);

    /* Radius scale (soft) */
    --radius-sm: 6px;
    --radius: 10px;
    --radius-lg: 18px;
    --radius-xl: 28px;
    --radius-pill: 999px;

    /* Shadows (warm wine tint) */
    --shadow-xs: 0 1px 2px rgba(74, 13, 24, .04);
    --shadow-card: 0 6px 28px rgba(74, 13, 24, .06), 0 2px 6px rgba(74, 13, 24, .04);
    --shadow-hover: 0 22px 48px rgba(74, 13, 24, .14), 0 6px 14px rgba(74, 13, 24, .06);
    --shadow-drop: 0 30px 70px -24px rgba(74, 13, 24, .28);
    --shadow-gold: 0 10px 30px -10px rgba(184, 149, 59, .35);

    /* Layout */
    --container: 1240px;
    --container-narrow: 920px;
    --container-tight: 760px;
    --header-h: 96px;
    --topbar-h: 42px;

    /* Motion */
    --ease: cubic-bezier(.2, .6, .2, 1);
    --ease-out: cubic-bezier(.16, 1, .3, 1);
    --ease-soft: cubic-bezier(.4, 0, .2, 1);

    /* Typography */
    --font-display: 'Playfair Display', 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
    --font-body: 'Lato', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* ---------- Reset / Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    background: var(--ivory);
}
body {
    font-family: var(--font-body);
    font-size: 16.5px;
    line-height: 1.75;
    color: var(--charcoal);
    background: var(--ivory);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: clip;
    font-weight: 400;
}
img, svg, video { display: block; max-width: 100%; height: auto; }
a {
    color: var(--wine);
    text-decoration: none;
    transition: color .25s var(--ease);
}
a:hover { color: var(--gold-deep); }
button { font: inherit; background: none; border: none; cursor: pointer; color: inherit; }
ul, ol { list-style: none; }
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-display);
    font-weight: 600;
    line-height: 1.18;
    letter-spacing: -0.012em;
    color: var(--ink);
}
h1 { font-size: clamp(2.2rem, 5vw, 3.75rem); font-weight: 500; }
h2 { font-size: clamp(1.85rem, 3.8vw, 2.85rem); font-weight: 500; }
h3 { font-size: clamp(1.35rem, 2.1vw, 1.65rem); font-weight: 600; letter-spacing: -0.005em; }
h4 { font-size: 1.15rem; font-weight: 700; letter-spacing: 0; }
p { color: var(--charcoal); }
strong, b { color: var(--ink); font-weight: 700; }
em, i { font-style: italic; }
::selection { background: var(--wine); color: var(--ivory); }
::-moz-selection { background: var(--wine); color: var(--ivory); }

/* Scrollbar — brand renkli */
html { scrollbar-color: var(--wine) var(--cream, #f5f1e8); scrollbar-width: thin; }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: var(--cream, #f5f1e8); }
::-webkit-scrollbar-thumb { background: var(--wine); border-radius: 10px; border: 2px solid var(--cream, #f5f1e8); }
::-webkit-scrollbar-thumb:hover { background: var(--gold, #b8953b); }

/* ---------- Utilities ---------- */
.sr-only {
    position: absolute !important;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
.container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 22px;
    width: 100%;
}
@media (min-width: 1024px) {
    .container { padding: 0 56px; }
}
.page-wrap {
    padding: clamp(56px, 9vw, 112px) 0;
    background: var(--ivory);
}

/* ---------- Buttons ---------- */
.btn-primary,
.btn-form-submit,
.cta-btn,
.detay-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 14.5px;
    letter-spacing: 0.02em;
    padding: 15px 32px;
    border-radius: var(--radius-pill);
    cursor: pointer;
    transition: background .3s var(--ease), color .3s var(--ease), transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
    white-space: nowrap;
    border: 1.5px solid transparent;
    text-align: center;
    position: relative;
}
.btn-primary {
    background: var(--wine);
    color: var(--ivory);
    border-color: var(--wine);
    box-shadow: 0 10px 26px -10px rgba(110, 20, 35, .5);
}
.btn-primary:hover {
    background: var(--wine-deep);
    color: var(--gold-light);
    border-color: var(--wine-deep);
    transform: translateY(-2px);
    box-shadow: 0 16px 34px -12px rgba(110, 20, 35, .55);
}
.btn-primary i { transition: transform .3s var(--ease); }
.btn-primary:hover i { transform: translateX(4px); }

/* Ghost */
.hero-btn-ghost,
.btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 14.5px;
    letter-spacing: 0.02em;
    padding: 14px 30px;
    border-radius: var(--radius-pill);
    border: 1.5px solid rgba(255,255,255, .5);
    color: var(--ivory);
    background: transparent;
    cursor: pointer;
    transition: background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease), transform .3s var(--ease);
}
.hero-btn-ghost:hover,
.btn-ghost:hover {
    background: var(--ivory);
    color: var(--wine-deep);
    border-color: var(--ivory);
    transform: translateY(-2px);
}

.btn-form-submit {
    background: var(--wine);
    color: var(--ivory);
    border-color: var(--wine);
}
.btn-form-submit:hover { background: var(--wine-deep); color: var(--gold-light); transform: translateY(-1px); }

.cta-btn {
    background: var(--gold);
    color: var(--wine-deep);
    border-color: var(--gold);
    box-shadow: var(--shadow-gold);
}
.cta-btn:hover {
    background: var(--gold-light);
    color: var(--wine-deep);
    border-color: var(--gold-light);
    transform: translateY(-2px);
}

.detay-cta-btn {
    width: 100%;
    background: var(--wine);
    color: var(--ivory);
    border-color: var(--wine);
}
.detay-cta-btn:hover { background: var(--wine-deep); color: var(--gold-light); }

.btn-eborsa {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 13.5px;
    letter-spacing: 0.04em;
    background: transparent;
    color: var(--wine);
    border: 1.5px solid var(--wine);
    border-radius: var(--radius-pill);
    transition: background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
    white-space: nowrap;
}
.btn-eborsa:hover { background: var(--wine); color: var(--ivory); border-color: var(--wine); }
.btn-eborsa-ico { font-size: 11px; }

/* ---------- Topbar ---------- */
.topbar {
    background: var(--wine-deep);
    color: var(--cream);
    font-size: 13px;
    font-family: var(--font-body);
    letter-spacing: 0.01em;
    border-bottom: 1px solid rgba(184,149,59, .25);
}
.topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: var(--topbar-h);
    gap: 20px;
}
.topbar-left { display: flex; gap: 28px; flex-wrap: wrap; }
.topbar-left a {
    color: var(--cream);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color .2s var(--ease);
}
.topbar-left a i { color: var(--gold-light); font-size: 12px; }
.topbar-left a:hover { color: var(--gold-light); }
.topbar-right { display: flex; align-items: center; gap: 6px; }
.topbar-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: var(--cream);
    transition: background .25s var(--ease), color .25s var(--ease);
}
.topbar-social a:hover { background: var(--gold); color: var(--wine-deep); }

/* ---------- Header / Main Nav ---------- */
.header-wrap {
    position: sticky;
    top: 0;
    z-index: 100;
    background: var(--ivory);
    border-bottom: 1px solid var(--border);
    transition: box-shadow .3s var(--ease);
}
.header-wrap.is-scrolled {
    box-shadow: 0 8px 28px rgba(74,13,24, .08);
    border-bottom-color: transparent;
}
.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    min-height: var(--header-h);
}
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); }
.brand-logo { max-height: 56px; width: auto; }
.brand-text strong {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 22px;
    letter-spacing: -0.01em;
    color: var(--wine);
}

/* Desktop Nav */
.nav-desktop { flex: 1 1 auto; }
.nav-main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.nav-main > li { position: relative; }
.nav-main > li > a,
.nav-main > li > .nav-dd-trigger {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 14px;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 13px;
    color: var(--charcoal);
    border-radius: var(--radius-pill);
    transition: color .25s var(--ease), background .25s var(--ease);
    position: relative;
}
.nav-main > li > a::after {
    content: '';
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 6px;
    height: 1px;
    background: var(--gold);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .3s var(--ease);
}
.nav-main > li > a:hover,
.nav-main > li.is-active > a,
.nav-main > li.active > a { color: var(--wine); }
.nav-main > li > a:hover::after,
.nav-main > li.is-active > a::after,
.nav-main > li.active > a::after { transform: scaleX(1); }
.nav-main > li > .nav-dd-trigger i {
    font-size: 11px;
    transition: transform .25s var(--ease);
    color: var(--gold);
}
.nav-main > li[aria-expanded="true"] > .nav-dd-trigger i { transform: rotate(180deg); }

.nav-dd-panel {
    position: absolute;
    top: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%) translateY(6px);
    min-width: 260px;
    background: var(--ivory);
    border: 1px solid var(--border);
    border-top: 2px solid var(--gold);
    border-radius: var(--radius);
    box-shadow: var(--shadow-drop);
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s var(--ease), transform .25s var(--ease), visibility .25s;
    z-index: 20;
}
.nav-main > li:hover .nav-dd-panel,
.nav-main > li[aria-expanded="true"] .nav-dd-panel {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}
.nav-dd-panel a {
    display: block;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 500;
    color: var(--charcoal);
    border-radius: var(--radius-sm);
    transition: background .2s var(--ease), color .2s var(--ease), padding-left .2s var(--ease);
}
.nav-dd-panel a:hover {
    background: var(--wine-faint);
    color: var(--wine);
    padding-left: 20px;
}

.header-main .btn-eborsa { margin-left: 6px; }

.hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    border-radius: var(--radius-sm);
    border: 1px solid var(--border-strong);
    background: transparent;
    color: var(--wine);
    transition: background .2s var(--ease), border-color .2s var(--ease);
}
.hamburger span {
    display: block;
    width: 20px;
    height: 1.5px;
    background: currentColor;
    border-radius: 2px;
    transition: transform .25s var(--ease), opacity .25s var(--ease);
}
.hamburger:hover { background: var(--wine-faint); border-color: var(--wine); }
.hamburger.is-active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.is-active span:nth-child(2) { opacity: 0; }
.hamburger.is-active span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* ---------- Mobile Nav ---------- */
.mobile-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 340px;
    max-width: 92vw;
    background: var(--wine-deep);
    color: var(--cream);
    z-index: 200;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform .4s var(--ease-out);
    box-shadow: var(--shadow-drop);
}
.mobile-nav.is-open { transform: translateX(0); }
.mobile-nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(26, 15, 20, .55);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    z-index: 150;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s var(--ease), visibility .3s;
}
.mobile-nav-overlay.is-open { opacity: 1; visibility: visible; }
.mob-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid rgba(184,149,59, .25);
}
.mob-header .brand-text strong { color: var(--cream); }
.mob-header img { max-height: 40px; }
.mob-close {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(184,149,59, .12);
    color: var(--cream);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background .2s var(--ease), color .2s var(--ease);
}
.mob-close:hover { background: var(--gold); color: var(--wine-deep); }
.mob-body { flex: 1 1 auto; overflow-y: auto; padding: 14px 0; }
.mob-menu > li { border-bottom: 1px solid rgba(184,149,59, .15); }
.mob-menu > li > a,
.mob-menu > li > .mob-sub-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 24px;
    font-weight: 600;
    font-size: 15px;
    color: var(--cream);
    width: 100%;
    text-align: left;
    transition: background .2s var(--ease), color .2s var(--ease);
}
.mob-menu > li > a:hover,
.mob-menu > li > .mob-sub-trigger:hover { background: rgba(184,149,59, .08); color: var(--gold-light); }
.mob-sub-trigger i { color: var(--gold-light); transition: transform .25s var(--ease); }
.mob-menu > li.is-open > .mob-sub-trigger i { transform: rotate(180deg); }
.mob-submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s var(--ease);
    background: rgba(0,0,0, .15);
}
.mob-menu > li.is-open .mob-submenu { max-height: 600px; }
.mob-submenu li a {
    display: block;
    padding: 10px 36px;
    font-size: 14px;
    color: var(--cream);
    border-left: 2px solid transparent;
    transition: border-color .2s var(--ease), background .2s var(--ease), color .2s var(--ease);
}
.mob-submenu li a:hover {
    border-left-color: var(--gold);
    background: rgba(184,149,59, .06);
    color: var(--gold-light);
}
.mob-footer {
    padding: 20px 24px;
    border-top: 1px solid rgba(184,149,59, .25);
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.mob-contact { display: flex; flex-direction: column; gap: 8px; font-size: 14px; }
.mob-contact a { color: var(--cream); display: inline-flex; align-items: center; gap: 10px; }
.mob-contact a i { color: var(--gold-light); }
.mob-social {
    display: flex;
    gap: 8px;
    padding-top: 6px;
    border-top: 1px solid rgba(184,149,59, .18);
}
.mob-social a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(184,149,59, .12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--cream);
    transition: background .2s var(--ease), color .2s var(--ease);
}
.mob-social a:hover { background: var(--gold); color: var(--wine-deep); }

/* ---------- Hero Slider ---------- */
.hero-section {
    position: relative;
    background: var(--wine-deep);
    overflow: hidden;
}
.hero-swiper, .hero-swiper .swiper-wrapper { height: 100%; }
.hero-swiper .swiper-slide {
    position: relative;
    min-height: clamp(520px, 75vh, 780px);
    display: flex;
    align-items: center;
    overflow: hidden;
}
.hero-swiper .swiper-slide > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    filter: saturate(1.05) brightness(.85);
}
.hero-swiper .swiper-slide::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, rgba(74,13,24,.82) 0%, rgba(74,13,24,.55) 48%, rgba(74,13,24,.25) 100%);
    z-index: 2;
}
.hero-swiper .swiper-slide::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(1200px 600px at 90% 110%, rgba(184,149,59,.18), transparent 60%);
    z-index: 2;
}
.hero-content {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 80px 0;
}
.hero-inner {
    max-width: 720px;
    color: var(--ivory);
}
.hero-eyebrow {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 18px;
    color: var(--gold-light);
    margin-bottom: 20px;
    letter-spacing: 0.01em;
    position: relative;
    padding-left: 58px;
    display: inline-block;
}
.hero-eyebrow::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 1px;
    background: var(--gold);
}
.hero-title {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(2.4rem, 5.6vw, 4.4rem);
    line-height: 1.08;
    letter-spacing: -0.015em;
    color: var(--ivory);
    margin-bottom: 22px;
}
.hero-subtitle {
    font-family: var(--font-body);
    font-weight: 400;
    font-size: clamp(1.05rem, 1.6vw, 1.2rem);
    line-height: 1.7;
    color: rgba(244, 237, 224, .92);
    max-width: 620px;
    margin-bottom: 38px;
}
.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

/* Swiper controls */
.hero-swiper .swiper-button-prev,
.hero-swiper .swiper-button-next {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(251, 248, 241, .12);
    border: 1px solid rgba(251, 248, 241, .3);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    color: var(--ivory);
    transition: background .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease);
    top: 50%;
}
.hero-swiper .swiper-button-prev::after,
.hero-swiper .swiper-button-next::after {
    font-size: 15px;
    font-weight: 700;
}
.hero-swiper .swiper-button-prev:hover,
.hero-swiper .swiper-button-next:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--wine-deep);
}
.hero-swiper .swiper-pagination { bottom: 34px !important; }
.hero-swiper .swiper-pagination-bullet {
    width: 28px;
    height: 2px;
    border-radius: 0;
    background: rgba(251, 248, 241, .4);
    opacity: 1;
    margin: 0 4px !important;
    transition: background .25s var(--ease), width .3s var(--ease);
}
.hero-swiper .swiper-pagination-bullet-active {
    background: var(--gold);
    width: 46px;
}

/* ---------- Testimonials ---------- */
.testimonials-section,
.testimonials-page {
    background: var(--ivory);
    padding: clamp(72px, 10vw, 120px) 0;
    margin-top: clamp(56px, 8vw, 100px);
}
.testimonials-page-head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto clamp(48px, 6vw, 72px);
}
.testimonials-eyebrow {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--gold-deep);
    margin-bottom: 16px;
}
.testimonials-page-head h2 {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 14px;
    letter-spacing: -0.02em;
}
.testimonials-page-head p {
    font-size: 16.5px;
    color: var(--slate);
    line-height: 1.7;
}
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}
.testimonial-card {
    display: flex;
    flex-direction: column;
    background: var(--surface);
    border-radius: var(--radius-lg);
    padding: 32px 28px 28px;
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
    transition: box-shadow .3s var(--ease), transform .3s var(--ease);
}
.testimonial-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,.10);
    transform: translateY(-3px);
}
.testimonial-stars {
    display: flex;
    gap: 4px;
    margin-bottom: 18px;
    color: #f59e0b;
    font-size: 13px;
}
.testimonial-quote {
    font-size: 16px;
    line-height: 1.75;
    color: var(--charcoal);
    font-weight: 400;
    flex: 1;
    margin-bottom: 24px;
}
.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 20px;
    border-top: 1px solid var(--border);
}
.testimonial-avatar,
.testimonial-avatar--initial {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    background: var(--wine-faint);
    color: var(--wine);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 15px;
    flex-shrink: 0;
    border: 2px solid var(--wine-tint);
    letter-spacing: 0;
}
.testimonial-author-text { display: flex; flex-direction: column; gap: 2px; }
.testimonial-name { font-weight: 700; color: var(--ink); font-size: 14.5px; font-style: normal; }
.testimonial-role { color: var(--slate); font-size: 12.5px; font-style: normal; font-weight: 500; }
.testimonials-empty {
    text-align: center;
    padding: 60px 20px;
    color: var(--slate);
}

/* ---------- Clients / Referanslar ---------- */
.block-clients {
    background: var(--cream-soft);
    padding: clamp(56px, 7vw, 88px) 0;
    position: relative;
}
.clients-title-wrap { text-align: center; margin-bottom: clamp(36px, 5vw, 56px); }
.clients-eyebrow {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 16px;
    color: var(--gold-deep);
    margin-bottom: 10px;
}
.clients-title {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(1.8rem, 3.2vw, 2.4rem);
    color: var(--ink);
}
.clients-title .accent { color: var(--wine); font-style: italic; }
.clients-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 4px;
    border: 1px solid var(--hairline);
    background: var(--hairline);
}
.client-item {
    background: var(--ivory);
    padding: 32px 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    transition: background .3s var(--ease);
}
.client-item img {
    max-height: 62px;
    max-width: 160px;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%) opacity(.65);
    transition: filter .3s var(--ease), transform .3s var(--ease);
}
.client-item:hover { background: var(--cream); }
.client-item:hover img { filter: grayscale(0) opacity(1); transform: scale(1.04); }

/* ---------- About ---------- */
.block-about {
    padding: clamp(72px, 10vw, 124px) 0;
    background: var(--ivory);
    position: relative;
}
.about-shell {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: clamp(36px, 6vw, 72px);
    align-items: center;
}
@media (max-width: 900px) {
    .about-shell { grid-template-columns: 1fr; }
}
.about-visual {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-card);
    aspect-ratio: 4/5;
}
.about-visual img { width: 100%; height: 100%; object-fit: cover; }
.about-visual::after {
    content: '';
    position: absolute;
    top: 24px;
    left: 24px;
    right: 24px;
    bottom: 24px;
    border: 1px solid rgba(251, 248, 241, .3);
    pointer-events: none;
    border-radius: calc(var(--radius-lg) - 14px);
}
.about-visual-tag {
    position: absolute;
    left: 28px;
    bottom: 28px;
    background: var(--wine-deep);
    color: var(--gold-light);
    padding: 12px 20px;
    font-family: var(--font-display);
    font-style: italic;
    font-size: 15px;
    border-radius: var(--radius-pill);
    box-shadow: var(--shadow-drop);
    border: 1px solid var(--gold);
}
.about-kicker {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 17px;
    color: var(--gold-deep);
    margin-bottom: 14px;
    position: relative;
    padding-left: 58px;
    display: inline-block;
}
.about-kicker::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 1px;
    background: var(--gold);
}
.about-panel h2 { font-size: clamp(2rem, 3.6vw, 2.8rem); margin-bottom: 22px; }
.about-lead {
    font-family: var(--font-display);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.55;
    color: var(--ink);
    margin-bottom: 22px;
    font-style: italic;
}
.about-body { color: var(--charcoal); font-size: 16px; line-height: 1.8; }
.about-body p + p { margin-top: 14px; }
.about-actions { margin-top: 32px; }

/* About card (sidebar style) */
.about-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 32px 28px;
    box-shadow: var(--shadow-xs);
    position: relative;
    overflow: hidden;
}
.about-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 28px;
    width: 42px;
    height: 2px;
    background: var(--gold);
}
.about-card h3 {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 20px;
    color: var(--ink);
    margin-bottom: 14px;
    letter-spacing: -0.005em;
}
.about-card p { font-size: 15px; line-height: 1.7; color: var(--slate); margin-bottom: 18px; }

/* ---------- Values ---------- */
.block-values {
    background: var(--wine-deep);
    color: var(--cream);
    padding: clamp(72px, 10vw, 120px) 0;
    position: relative;
    overflow: hidden;
}
.block-values::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    height: 1px;
    background: var(--gold);
}
.block-values::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    height: 1px;
    background: var(--gold);
}
.values-head {
    text-align: center;
    margin-bottom: clamp(44px, 6vw, 72px);
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}
.values-eyebrow {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 17px;
    color: var(--gold-light);
    margin-bottom: 14px;
}
.values-head h2 { color: var(--ivory); margin-bottom: 16px; }
.values-head p { color: rgba(244, 237, 224, .85); font-size: 17px; }
.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 0;
    border-left: 1px solid rgba(184, 149, 59, .25);
}
.value-card {
    padding: 36px 30px;
    border-right: 1px solid rgba(184, 149, 59, .25);
    border-top: 1px solid rgba(184, 149, 59, .25);
    border-bottom: 1px solid rgba(184, 149, 59, .25);
    transition: background .3s var(--ease);
    text-align: left;
    position: relative;
}
.value-card:hover { background: rgba(184, 149, 59, .05); }
.value-card > i,
.value-icon {
    color: var(--gold);
    font-size: 32px;
    margin-bottom: 22px;
    display: block;
}
.value-card h3 {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 20px;
    color: var(--ivory);
    margin-bottom: 10px;
}
.value-card p {
    font-size: 14.5px;
    line-height: 1.7;
    color: rgba(244, 237, 224, .8);
}

/* ---------- Services ---------- */
.block-hizmetler {
    padding: clamp(72px, 10vw, 120px) 0;
    background: var(--cream);
    position: relative;
}
.hizmetler-title-wrap { text-align: center; margin-bottom: clamp(44px, 6vw, 72px); }
.hizmetler-title {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(2rem, 4vw, 3rem);
    color: var(--ink);
    letter-spacing: -0.01em;
}
.hizmetler-title .accent { color: var(--wine); font-style: italic; }
.hizmetler-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}
.gs-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 80px;
    padding: 40px 32px;
    background: var(--ivory);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    color: var(--ink);
    min-height: 280px;
    transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease), background .35s var(--ease);
    position: relative;
    overflow: hidden;
}
.gs-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 32px;
    width: 42px;
    height: 2px;
    background: var(--gold);
    transition: width .35s var(--ease), left .35s var(--ease);
}
.gs-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-hover);
    border-color: var(--border-strong);
    background: var(--surface);
}
.gs-card:hover::before { width: 80%; left: 10%; }
.gs-card-title {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 24px;
    color: var(--ink);
    letter-spacing: -0.01em;
    line-height: 1.25;
}
.gs-card-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--wine);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}
.gs-card-cta i { transition: transform .3s var(--ease); }
.gs-card:hover .gs-card-cta i { transform: translateX(5px); }

/* ---------- Gallery ---------- */
.block-gallery {
    padding: clamp(72px, 10vw, 120px) 0;
    background: var(--ivory);
}
.gallery-title-wrap { text-align: center; margin-bottom: clamp(44px, 6vw, 72px); }
.gallery-title {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(2rem, 3.6vw, 2.6rem);
    color: var(--ink);
}
.gallery-title .accent { color: var(--wine); font-style: italic; }
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
}
.g-item {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    aspect-ratio: 4/3;
    cursor: zoom-in;
    box-shadow: var(--shadow-xs);
    transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.g-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s var(--ease);
}
.g-item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(74, 13, 24, .55));
    opacity: 0;
    transition: opacity .35s var(--ease);
}
.g-item::before {
    content: '\f00e';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.8);
    color: var(--gold-light);
    font-size: 28px;
    z-index: 3;
    opacity: 0;
    transition: opacity .35s var(--ease), transform .35s var(--ease);
}
.g-item:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.g-item:hover img { transform: scale(1.07); }
.g-item:hover::after { opacity: 1; }
.g-item:hover::before { opacity: 1; transform: translate(-50%, -50%) scale(1); }

/* ---------- Gallery Lightbox ---------- */
.g-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s var(--ease), visibility .3s;
}
.g-lightbox.is-open { opacity: 1; visibility: visible; }
.g-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(26, 15, 20, .92);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.g-lightbox-panel {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.g-lightbox-panel img {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
    border-radius: var(--radius);
    border: 1px solid rgba(184, 149, 59, .25);
    box-shadow: var(--shadow-drop);
}
.g-lightbox-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--wine-deep);
    color: var(--gold-light);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--gold);
    cursor: pointer;
    transition: background .2s var(--ease), color .2s var(--ease);
    z-index: 3;
}
.g-lightbox-close:hover { background: var(--gold); color: var(--wine-deep); }

/* ---------- CTA Band ---------- */
.block-cta {
    background: linear-gradient(120deg, var(--wine-deep) 0%, var(--wine) 70%, var(--wine-soft) 100%);
    color: var(--cream);
    padding: clamp(72px, 10vw, 120px) 0;
    position: relative;
    overflow: hidden;
}
.block-cta::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle at center, rgba(184, 149, 59, .25), transparent 60%);
}
.block-cta::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -40px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle at center, rgba(184, 149, 59, .16), transparent 60%);
}
.cta-inner {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 780px;
    margin: 0 auto;
}
.cta-eyebrow {
    font-family: var(--font-display);
    font-style: italic;
    color: var(--gold-light);
    font-size: 17px;
    margin-bottom: 14px;
}
.cta-title,
.cta-inner h2 {
    font-family: var(--font-display);
    font-weight: 500;
    color: var(--ivory);
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 18px;
    letter-spacing: -0.01em;
}
.cta-text,
.cta-inner p {
    color: rgba(244, 237, 224, .88);
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 34px;
}
.cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}

/* ---------- Page Hero (iç sayfa) ---------- */
.page-hero {
    background: var(--wine-deep);
    color: var(--cream);
    padding: clamp(80px, 10vw, 140px) 0 clamp(60px, 8vw, 100px);
    position: relative;
    overflow: hidden;
}
.page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(800px 400px at 20% 20%, rgba(184, 149, 59, .15), transparent 65%),
        radial-gradient(600px 400px at 90% 110%, rgba(139, 31, 51, .5), transparent 65%);
    pointer-events: none;
}
.page-hero::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.page-hero-inner {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 780px;
    margin: 0 auto;
}
.page-hero .page-hero-eyebrow,
.page-hero-eyebrow {
    font-family: var(--font-display);
    font-style: italic;
    color: var(--gold-light);
    font-size: 17px;
    margin-bottom: 12px;
    display: block;
}
.page-hero h1,
.page-hero-title {
    color: var(--ivory);
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(2.2rem, 5vw, 3.6rem);
    margin-bottom: 20px;
    letter-spacing: -0.015em;
}
.page-hero p,
.page-hero-lead {
    color: rgba(244, 237, 224, .85);
    font-size: 17px;
    line-height: 1.7;
    max-width: 640px;
    margin: 0 auto;
}

/* Breadcrumb */
.breadcrumb {
    font-family: var(--font-body);
    font-size: 13.5px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(244, 237, 224, .7);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}
.breadcrumb a { color: var(--gold-light); transition: color .2s var(--ease); }
.breadcrumb a:hover { color: var(--ivory); }
.breadcrumb i { font-size: 9px; color: rgba(184, 149, 59, .6); margin: 0 2px; }
.breadcrumb .current,
.breadcrumb [aria-current] { color: var(--ivory); font-weight: 600; }

/* ---------- Detay Layout (single-blog, single-service) ---------- */
.detay-layout {
    display: grid;
    grid-template-columns: 1fr 368px;
    gap: clamp(36px, 5vw, 64px);
}
@media (max-width: 1024px) {
    .detay-layout { grid-template-columns: 1fr; }
}
.detay-body {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    min-width: 0;
}
.detay-cover-img {
    width: 100%;
    height: auto;
    border-radius: var(--radius);
    margin-bottom: 28px;
    border: 1px solid var(--border);
}
.blog-meta {
    display: flex;
    gap: 22px;
    color: var(--slate);
    font-size: 14px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border);
    flex-wrap: wrap;
}
.blog-meta-item { display: inline-flex; align-items: center; gap: 8px; }
.blog-meta-item i { color: var(--gold); }

/* ── Editor / prose içerik alanı ─────────────────────────────────────── */
.detay-prose {
    font-family: var(--font-body);
    color: var(--charcoal);
    font-size: 16.5px;
    line-height: 1.85;
}

/* Başlıklar */
.detay-prose h1,
.detay-prose h2,
.detay-prose h3,
.detay-prose h4,
.detay-prose h5,
.detay-prose h6 {
    font-family: var(--font-display);
    color: var(--ink);
    margin-top: 2em;
    margin-bottom: .6em;
    letter-spacing: -0.01em;
    line-height: 1.3;
}
.detay-prose h1 { font-size: clamp(1.75rem, 3vw, 2.4rem); }
.detay-prose h2 {
    font-size: clamp(1.55rem, 2.6vw, 2rem);
    padding-bottom: .3em;
    border-bottom: 1px solid var(--border);
}
.detay-prose h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); }
.detay-prose h4 { font-size: clamp(1.05rem, 1.6vw, 1.2rem); }
.detay-prose h5 { font-size: 1rem; }
.detay-prose h6 { font-size: .9rem; color: var(--slate); }
.detay-prose :is(h1,h2,h3,h4,h5,h6):first-child { margin-top: 0; }

/* Paragraf & blok */
.detay-prose p { color: var(--charcoal); margin-bottom: 1.1em; }
.detay-prose p:last-child { margin-bottom: 0; }

/* Listeler */
.detay-prose ul,
.detay-prose ol {
    padding-left: 1.5em;
    margin-bottom: 1.1em;
}
.detay-prose ul li,
.detay-prose ol li {
    margin-bottom: .4em;
    color: var(--charcoal);
    padding-left: 6px;
}
.detay-prose ul li { list-style: disc; }
.detay-prose ol li { list-style: decimal; }
.detay-prose ul li::marker { color: var(--gold); }
.detay-prose ol li::marker { color: var(--gold); font-weight: 700; }
/* iç içe listeler */
.detay-prose ul ul,
.detay-prose ol ol,
.detay-prose ul ol,
.detay-prose ol ul {
    margin-top: .35em;
    margin-bottom: .35em;
}
.detay-prose ul ul li { list-style: circle; }
.detay-prose ul ul ul li { list-style: square; }

/* Bağlantılar */
.detay-prose a {
    color: var(--wine);
    text-decoration: underline;
    text-decoration-color: var(--hairline-strong);
    text-underline-offset: 3px;
    transition: color .2s var(--ease);
}
.detay-prose a:hover { color: var(--wine-deep); text-decoration-color: var(--wine); }

/* Alıntı */
.detay-prose blockquote {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 1.15em;
    color: var(--ink);
    border-left: 3px solid var(--gold);
    padding: .6em 1.2em;
    margin: 1.6em 0;
    background: var(--cream-soft);
    border-radius: 0 var(--radius) var(--radius) 0;
}
.detay-prose blockquote p { color: var(--ink); margin-bottom: 0; }

/* Görseller — responsive */
.detay-prose img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    margin: 1.4em 0;
}

/* figure / figcaption */
.detay-prose figure {
    margin: 1.6em 0;
}
.detay-prose figure img { margin: 0; }
.detay-prose figcaption {
    font-size: 13px;
    color: var(--slate);
    text-align: center;
    margin-top: 8px;
    font-style: italic;
}

/* iframe (YouTube, Vimeo, harita vb.) — JS ile .prose-video-wrap'e alınır */
.prose-video-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
    border-radius: var(--radius);
    margin: 1.4em 0;
    background: #000;
}
.prose-video-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
}
/* JS yüklenene kadar veya sarmalanmamış iframe fallback */
.detay-prose > iframe {
    display: block;
    width: 100% !important;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    height: auto !important;
    border: none;
    border-radius: var(--radius);
    margin: 1.4em 0;
}

/* Tablo scroll sarmalayıcı */
.prose-table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 1.4em 0;
    border-radius: var(--radius);
    border: 1px solid var(--border);
}

/* HTML5 video & audio */
.detay-prose video {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: var(--radius);
    margin: 1.4em 0;
}
.detay-prose audio {
    display: block;
    width: 100%;
    margin: 1.2em 0;
}

/* Tablo */
.detay-prose table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}
.detay-prose thead { background: var(--cream-soft); }
.detay-prose th,
.detay-prose td {
    padding: 11px 15px;
    border-bottom: 1px solid var(--border);
    border-right: 1px solid var(--border);
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
}
.detay-prose th:last-child,
.detay-prose td:last-child { border-right: none; }
.detay-prose tr:last-child td { border-bottom: none; }
.detay-prose th {
    color: var(--ink);
    font-weight: 700;
    font-family: var(--font-display);
    font-size: 13px;
    letter-spacing: .03em;
    text-transform: uppercase;
}
.detay-prose tbody tr:hover { background: var(--ivory); }

/* Yatay çizgi */
.detay-prose hr {
    border: none;
    height: 1px;
    background: var(--hairline-strong);
    margin: 2.2em auto;
    max-width: 180px;
}

/* Kod — inline */
.detay-prose code {
    background: var(--cream);
    padding: 2px 7px;
    border-radius: 4px;
    font-family: 'SF Mono', Consolas, monospace;
    font-size: .88em;
    color: var(--wine-deep);
    border: 1px solid var(--border);
    white-space: nowrap;
}

/* Kod bloğu — pre */
.detay-prose pre {
    background: #1e1e2e;
    color: #cdd6f4;
    padding: 20px 22px;
    border-radius: var(--radius);
    overflow-x: auto;
    font-family: 'SF Mono', Consolas, monospace;
    font-size: 14px;
    line-height: 1.7;
    margin: 1.4em 0;
    -webkit-overflow-scrolling: touch;
}
.detay-prose pre code {
    background: none;
    border: none;
    padding: 0;
    color: inherit;
    font-size: inherit;
    white-space: pre;
}

/* İnline metin biçimleri */
.detay-prose strong,
.detay-prose b { color: var(--ink); font-weight: 700; }
.detay-prose em,
.detay-prose i { font-style: italic; }
.detay-prose u { text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 3px; }
.detay-prose s,
.detay-prose del { text-decoration: line-through; color: var(--slate); }
.detay-prose ins { background: #fef9c3; text-decoration: none; padding: 0 2px; border-radius: 2px; }
.detay-prose mark { background: #fef08a; color: var(--ink); padding: 0 3px; border-radius: 2px; }
.detay-prose sub { vertical-align: sub; font-size: .75em; }
.detay-prose sup { vertical-align: super; font-size: .75em; }
.detay-prose kbd {
    display: inline-block;
    background: var(--surface);
    border: 1px solid var(--border);
    border-bottom-width: 2px;
    border-radius: 4px;
    padding: 1px 7px;
    font-family: 'SF Mono', Consolas, monospace;
    font-size: .82em;
    color: var(--ink);
    white-space: nowrap;
}
.detay-prose abbr[title] {
    text-decoration: underline dotted;
    cursor: help;
}

/* Detay-prose içindeki ilk h1/h2'nin üst margin'i sıfırla */
.detay-prose > :first-child { margin-top: 0; }

/* Detay sidebar */
.detay-sidebar { position: relative; display: block; }
.detay-sidebar-inner {
    position: sticky;
    top: calc(var(--header-h, 84px) + 20px);
    display: flex;
    flex-direction: column;
    gap: 22px;
}
@media (max-width: 1024px) {
    .detay-sidebar-inner { position: static; }
}
.detay-cta-card { background: var(--wine-deep); color: var(--cream); border-color: var(--wine-deep); }
.detay-cta-card::before { background: var(--gold); }
.detay-cta-card h3 { color: var(--ivory); }
.detay-cta-card p { color: rgba(244, 237, 224, .85); }
.detay-cta-eyebrow {
    font-family: var(--font-display);
    font-style: italic;
    color: var(--gold-light);
    font-size: 15px;
    margin-bottom: 10px;
}
.detay-cta-card .detay-cta-btn {
    background: var(--gold);
    color: var(--wine-deep);
    border-color: var(--gold);
    margin-top: 8px;
}
.detay-cta-card .detay-cta-btn:hover {
    background: var(--gold-light);
    color: var(--wine-deep);
    border-color: var(--gold-light);
}

.detay-services-card h3 { margin-bottom: 16px; }
.detay-services-list { display: flex; flex-direction: column; gap: 2px; }
.detay-services-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 0;
    border-bottom: 1px dashed var(--border);
    font-size: 14.5px;
    color: var(--charcoal);
    transition: color .2s var(--ease), padding-left .2s var(--ease);
}
.detay-services-list li:last-child { border-bottom: none; }
.detay-services-list li i { color: var(--gold); font-size: 11px; transition: color .2s var(--ease); }
.detay-services-list li a { color: var(--charcoal); flex: 1; transition: color .2s var(--ease); }
.detay-services-list li:hover { padding-left: 6px; }
.detay-services-list li:hover a { color: var(--wine); }
.detay-services-list li.detay-services-list--active a { color: var(--wine); font-weight: 700; }
.detay-services-list li.detay-services-list--active i { color: var(--wine); }

/* ---------- Blog Grid (listing) ---------- */
.blog-grid-section {
    padding: clamp(56px, 8vw, 100px) 0;
    background: var(--ivory);
}
.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 28px;
}
.blog-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
    display: flex;
    flex-direction: column;
}
.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
    border-color: var(--border-strong);
}
.blog-card-image {
    position: relative;
    aspect-ratio: 16/10;
    overflow: hidden;
    background: var(--cream);
}
.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s var(--ease);
}
.blog-card:hover .blog-card-image img { transform: scale(1.05); }
.blog-card-image::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: var(--gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s var(--ease);
}
.blog-card:hover .blog-card-image::after { transform: scaleX(1); }
.blog-card-body {
    padding: 26px 28px 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}
.blog-card-body h3 {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3;
    color: var(--ink);
    letter-spacing: -0.005em;
}
.blog-card-body h3 a { color: var(--ink); transition: color .2s var(--ease); }
.blog-card-body h3 a:hover { color: var(--wine); }
.blog-card-body p { color: var(--slate); font-size: 15px; line-height: 1.65; flex: 1; }
.blog-card-footer {
    padding: 16px 28px 26px;
    border-top: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: 13px;
    color: var(--slate);
}
.blog-card-footer i { color: var(--gold); margin-right: 6px; }
.blog-card-read {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--wine);
    font-weight: 700;
    font-size: 13.5px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}
.blog-card-read i { color: var(--wine); transition: transform .3s var(--ease); }
.blog-card:hover .blog-card-read i { transform: translateX(4px); }

.blog-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: clamp(40px, 5vw, 64px);
    flex-wrap: wrap;
}
.blog-page-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    border-radius: var(--radius-pill);
    border: 1px solid var(--border);
    color: var(--charcoal);
    font-weight: 600;
    font-size: 14px;
    background: var(--surface);
    transition: background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease);
}
.blog-page-btn:hover {
    background: var(--cream-soft);
    border-color: var(--border-strong);
    color: var(--wine);
}
.blog-page-btn--active {
    background: var(--wine);
    color: var(--ivory);
    border-color: var(--wine);
    pointer-events: none;
}
.blog-page-btn--disabled { opacity: .45; pointer-events: none; }

/* ---------- About Page Sections ---------- */
.about-page-intro { background: var(--ivory); }
.about-why-section {
    margin-top: clamp(56px, 8vw, 100px);
    overflow: hidden;
}
.about-why-inner {
    display: grid;
    grid-template-columns: 5fr 7fr;
}
.about-why-panel {
    background: var(--wine-deep);
    padding: clamp(56px, 8vw, 96px) clamp(36px, 5vw, 72px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}
.about-why-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--gold);
    margin: 0;
}
.about-why-panel h2 {
    font-size: clamp(1.8rem, 2.8vw, 2.4rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff;
    margin: 0;
}
.about-why-lead {
    font-size: 15.5px;
    line-height: 1.8;
    color: rgba(255,255,255,.55);
    margin: 0;
}
.about-why-list {
    background: var(--ivory);
    display: flex;
    flex-direction: column;
}
.about-why-row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: clamp(28px, 4vw, 44px) clamp(36px, 5vw, 72px);
    border-bottom: 1px solid var(--hairline);
    transition: background .25s var(--ease);
}
.about-why-row:last-child { border-bottom: none; }
.about-why-row:hover { background: #fff; }
.about-why-icon {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: var(--wine-faint);
    color: var(--wine);
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}
.about-why-content h4 {
    font-size: 17px;
    font-weight: 600;
    color: var(--ink);
    margin-bottom: 6px;
    letter-spacing: -0.01em;
}
.about-why-content p {
    font-size: 14.5px;
    line-height: 1.75;
    color: var(--slate);
    margin: 0;
}
@media (max-width: 800px) {
    .about-why-inner { grid-template-columns: 1fr; }
    .about-why-panel { padding: clamp(44px, 8vw, 64px) clamp(24px, 5vw, 40px); }
    .about-why-row { padding-left: clamp(24px, 5vw, 40px); padding-right: clamp(24px, 5vw, 40px); }
}

/* ---------- Contact Page ---------- */
.contact-main { padding: clamp(56px, 9vw, 110px) 0; background: var(--ivory); }
.contact-layout {
    display: grid;
    grid-template-columns: 1.2fr .9fr;
    gap: clamp(36px, 5vw, 64px);
    align-items: flex-start;
}
@media (max-width: 1024px) {
    .contact-layout { grid-template-columns: 1fr; }
}
.contact-form-header { margin-bottom: 30px; }
.section-label {
    font-family: var(--font-display);
    font-style: italic;
    color: var(--gold-deep);
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 58px;
    display: inline-block;
}
.section-label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 1px;
    background: var(--gold);
}
.contact-form-header h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); margin-bottom: 12px; }
.contact-form-header p { color: var(--slate); font-size: 16px; line-height: 1.7; }

.contact-form {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: clamp(28px, 4vw, 40px);
    box-shadow: var(--shadow-xs);
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.contact-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}
@media (max-width: 640px) {
    .contact-form .form-row { grid-template-columns: 1fr; }
}
.contact-form .form-group { display: flex; flex-direction: column; gap: 8px; }
.contact-form label {
    font-family: var(--font-body);
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--ink);
}
.contact-form label .req { color: var(--wine); margin-left: 2px; }
.contact-form input,
.contact-form textarea,
.contact-form select {
    font-family: var(--font-body);
    font-size: 15px;
    padding: 14px 16px;
    border: 1.5px solid var(--border);
    border-radius: var(--radius);
    background: var(--ivory);
    color: var(--ink);
    transition: border-color .2s var(--ease), background .2s var(--ease), box-shadow .2s var(--ease);
    width: 100%;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: var(--slate-muted); }
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
    outline: none;
    border-color: var(--wine);
    background: var(--surface);
    box-shadow: 0 0 0 3px var(--wine-faint);
}
.contact-form textarea { resize: vertical; min-height: 140px; }
.contact-form .form-privacy { font-size: 13px; color: var(--slate); line-height: 1.6; }
.contact-form .form-privacy a {
    color: var(--wine);
    text-decoration: underline;
    text-underline-offset: 2px;
}
.contact-form .form-submit-row {
    margin-top: 8px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}
.contact-form .form-captcha {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* Custom select */
.custom-select { position: relative; }
.custom-select-trigger {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 14px 16px;
    border: 1.5px solid var(--border);
    border-radius: var(--radius);
    background: var(--ivory);
    color: var(--ink);
    font-size: 15px;
    font-family: var(--font-body);
    cursor: pointer;
    transition: border-color .2s var(--ease), background .2s var(--ease);
}
.custom-select-trigger:hover { border-color: var(--border-strong); }
.custom-select-value[data-placeholder] { color: var(--slate-muted); }
.custom-select-value { color: var(--ink); }
.custom-select.is-open .custom-select-trigger {
    border-color: var(--wine);
    box-shadow: 0 0 0 3px var(--wine-faint);
}
.custom-select-trigger i {
    font-size: 12px;
    color: var(--gold);
    transition: transform .25s var(--ease);
}
.custom-select.is-open .custom-select-trigger i { transform: rotate(180deg); }
.custom-select-dropdown {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: var(--surface);
    border: 1px solid var(--border);
    border-top: 2px solid var(--gold);
    border-radius: var(--radius);
    box-shadow: var(--shadow-drop);
    padding: 6px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity .25s var(--ease), transform .25s var(--ease), visibility .25s;
    z-index: 10;
    max-height: 280px;
    overflow-y: auto;
}
.custom-select.is-open .custom-select-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.custom-select-option {
    display: block;
    padding: 10px 14px;
    border-radius: var(--radius-sm);
    font-size: 14.5px;
    color: var(--charcoal);
    cursor: pointer;
    transition: background .2s var(--ease), color .2s var(--ease);
}

/* Contact side col */
.contact-info-card {
    background: var(--wine-deep);
    color: var(--cream);
    border-radius: var(--radius-lg);
    padding: clamp(28px, 4vw, 40px);
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-card);
}
.contact-info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 40px;
    width: 60px;
    height: 2px;
    background: var(--gold);
}
.contact-info-card::after {
    content: '';
    position: absolute;
    bottom: -80px;
    right: -60px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle at center, rgba(184, 149, 59, .2), transparent 60%);
}
.contact-info-card h3 {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 22px;
    color: var(--ivory);
    margin-bottom: 20px;
}
.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    z-index: 2;
}
.contact-info-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(184, 149, 59, .2);
}
.contact-info-list li:last-child { border-bottom: none; }
.contact-info-list li i {
    color: var(--gold-light);
    font-size: 16px;
    margin-top: 4px;
    flex-shrink: 0;
}
.contact-info-list li a,
.contact-info-list li span {
    color: var(--cream);
    font-size: 15px;
    line-height: 1.5;
    transition: color .2s var(--ease);
}
.contact-info-list li a:hover { color: var(--gold-light); }

.contact-map-wrap {
    margin-top: 24px;
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--border);
    box-shadow: var(--shadow-card);
    aspect-ratio: 4/3;
    background: var(--cream);
}
.contact-map-wrap iframe { width: 100%; height: 100%; border: 0; }

/* Legacy comment form */
.form-control {
    font-family: var(--font-body);
    font-size: 15px;
    padding: 14px 16px;
    border: 1.5px solid var(--border);
    border-radius: var(--radius);
    background: var(--ivory);
    color: var(--ink);
    width: 100%;
    transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.form-control:focus {
    outline: none;
    border-color: var(--wine);
    box-shadow: 0 0 0 3px var(--wine-faint);
}
.form-group { margin-bottom: 14px; }
.btn { display: inline-flex; align-items: center; gap: 8px; }
.btn.btn-primary {
    padding: 14px 28px;
    background: var(--wine);
    color: var(--ivory);
    border-radius: var(--radius-pill);
}
.btn.btn-primary:hover { background: var(--wine-deep); color: var(--gold-light); }
.row { display: flex; flex-wrap: wrap; gap: 14px; }
.col-lg-6 { flex: 1 1 calc(50% - 7px); min-width: 240px; }
.col-lg-12 { flex: 1 1 100%; }
.row .form-group { flex: 1; }

/* Alert */
.alert { padding: 12px 16px; border-radius: var(--radius); font-size: 14.5px; margin-bottom: 14px; }
.alert.success { background: #E8F3E3; color: #2F6B2A; border: 1px solid #C9E0C2; }
.alert.error { background: #FBE8EB; color: var(--wine); border: 1px solid #F0C8CE; }

/* ---------- Legal pages ---------- */
.legal-wrap { padding: clamp(56px, 8vw, 96px) 0; background: var(--ivory); }
.legal-shell {
    max-width: var(--container-tight);
    margin: 0 auto;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: clamp(36px, 5vw, 72px);
    box-shadow: var(--shadow-xs);
}
.legal-shell .detay-prose { font-size: 16px; }

/* ---------- Footer ---------- */
footer {
    background: var(--wine-deep);
    color: var(--cream);
    margin-top: 0;
    position: relative;
    overflow: hidden;
}
footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.footer-main {
    padding: clamp(64px, 9vw, 96px) 0 clamp(44px, 6vw, 64px);
    position: relative;
}
.footer-main::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -80px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle at center, rgba(184, 149, 59, .12), transparent 60%);
    pointer-events: none;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: clamp(28px, 4vw, 56px);
    position: relative;
    z-index: 2;
}
@media (max-width: 900px) {
    .footer-grid { grid-template-columns: 1fr; }
}
.footer-col h4 {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 18px;
    color: var(--ivory);
    margin-bottom: 22px;
    letter-spacing: -0.005em;
    position: relative;
    padding-bottom: 14px;
}
.footer-col h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36px;
    height: 1px;
    background: var(--gold);
}
.footer-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}
.footer-logo { max-height: 56px; width: auto; filter: brightness(0) invert(1); }
.footer-brand-name {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 22px;
    color: var(--ivory);
    letter-spacing: -0.01em;
}
.footer-col p { color: rgba(244, 237, 224, .8); font-size: 14.5px; line-height: 1.75; }
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a {
    color: rgba(244, 237, 224, .82);
    font-size: 14.5px;
    font-weight: 500;
    transition: color .2s var(--ease), padding-left .2s var(--ease);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
}
.footer-col ul li a::before {
    content: '';
    width: 0;
    height: 1px;
    background: var(--gold);
    transition: width .25s var(--ease);
}
.footer-col ul li a:hover { color: var(--gold-light); }
.footer-col ul li a:hover::before { width: 14px; margin-right: 4px; }

.footer-contact ul li {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
}
.footer-contact ul li i {
    color: var(--gold-light);
    font-size: 15px;
    margin-top: 5px;
    flex-shrink: 0;
}
.footer-contact ul li a,
.footer-contact ul li span {
    color: rgba(244, 237, 224, .82);
    font-size: 14.5px;
    line-height: 1.65;
    transition: color .2s var(--ease);
}
.footer-contact ul li a:hover { color: var(--gold-light); }

.footer-strip {
    border-top: 1px solid rgba(184, 149, 59, .2);
    padding: 22px 0;
    background: rgba(0, 0, 0, .2);
    position: relative;
    z-index: 2;
}
.footer-strip-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
}
.footer-copy { color: rgba(244, 237, 224, .7); font-size: 13px; letter-spacing: 0.01em; }
.footer-credit { color: rgba(244, 237, 224, .7); font-size: 13px; }
.footer-credit-link {
    color: var(--gold-light);
    font-weight: 700;
    transition: color .2s var(--ease);
}
.footer-credit-link:hover { color: var(--ivory); }
.footer-legal-links { display: flex; gap: 22px; flex-wrap: wrap; }
.footer-legal-links a {
    font-size: 13px;
    color: rgba(244, 237, 224, .7);
    transition: color .2s var(--ease);
}
.footer-legal-links a:hover { color: var(--gold-light); }

/* ---------- To-top ---------- */
.to-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--wine);
    color: var(--gold-light);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--gold);
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .3s var(--ease), visibility .3s, transform .3s var(--ease), background .2s var(--ease);
    box-shadow: var(--shadow-drop);
}
.to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.to-top:hover { background: var(--wine-deep); }

/* ---------- Legacy Pagination ---------- */
.pagination {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: clamp(36px, 5vw, 56px);
    flex-wrap: wrap;
    list-style: none;
}
.pagination li { list-style: none; }
.pagination li a,
.pagination li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border-radius: var(--radius-pill);
    border: 1px solid var(--border);
    color: var(--charcoal);
    font-weight: 600;
    font-size: 14px;
    background: var(--surface);
    transition: background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease);
}
.pagination li a:hover {
    background: var(--cream-soft);
    color: var(--wine);
    border-color: var(--border-strong);
}
.pagination li.active span,
.pagination li.active a {
    background: var(--wine);
    color: var(--ivory);
    border-color: var(--wine);
}
.pagination li.disabled span { opacity: .45; pointer-events: none; }

/* ---------- 404 ---------- */
.error-404 {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--cream);
    padding: 80px 20px;
}
.error-404 h1 {
    font-size: clamp(4rem, 12vw, 9rem);
    color: var(--wine);
    line-height: 1;
    margin-bottom: 14px;
    letter-spacing: -0.03em;
    font-weight: 400;
}
.error-404 h2 {
    font-size: clamp(1.4rem, 2.8vw, 1.9rem);
    color: var(--ink);
    margin-bottom: 14px;
}
.error-404 p { color: var(--slate); font-size: 16px; max-width: 440px; margin: 0 auto 30px; }

/* ---------- Search Page ---------- */
.search-wrap { padding: clamp(56px, 8vw, 96px) 0; background: var(--ivory); }
.search-head { text-align: center; max-width: 680px; margin: 0 auto 44px; }
.search-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: var(--container-narrow);
    margin: 0 auto;
}
.search-item {
    padding: 20px 24px;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    background: var(--surface);
    transition: border-color .2s var(--ease), background .2s var(--ease), transform .2s var(--ease);
}
.search-item:hover {
    border-color: var(--border-strong);
    background: var(--cream-soft);
    transform: translateX(4px);
}
.search-item a {
    font-family: var(--font-display);
    font-size: 19px;
    color: var(--ink);
    font-weight: 500;
}
.search-item a:hover { color: var(--wine); }
.search-item p {
    color: var(--slate);
    font-size: 14.5px;
    margin-top: 6px;
    line-height: 1.6;
}

/* ---------- TOC (short code) ---------- */
.toc-wrapper {
    background: var(--cream-soft);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 22px 26px;
    margin: 1.6em 0;
}
.toc-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 14px;
}
.toc-title {
    font-family: var(--font-display);
    font-weight: 500;
    color: var(--ink);
    font-size: 18px;
}
.toc-show-hide {
    color: var(--wine);
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    cursor: pointer;
}
.toc-show-hide:hover { color: var(--gold-deep); }

/* ---------- Maintenance ---------- */
.full-height { height: 100vh; }
.flex-center { display: flex; align-items: center; justify-content: center; }
.position-ref { position: relative; }
.content { text-align: center; }
.title {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 36px;
    padding: 20px;
    color: var(--wine);
}

/* ---------- Fly alert / fake_error ---------- */
.fake_error,
.fly-alert {
    font-family: var(--font-body);
    font-size: 13.5px;
    border-radius: var(--radius);
}

/* ---------- Print friendly ---------- */
@media print {
    .topbar, .header-wrap, footer, .to-top, .hero-section, .block-cta { display: none !important; }
    .detay-body { box-shadow: none; border: none; }
}

/* ---------- Motion safety ---------- */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* ---------- Responsive tweaks ---------- */
@media (max-width: 1024px) {
    .nav-desktop { display: none; }
    .hamburger { display: inline-flex; }
    .header-main .btn-eborsa { display: none; }
}
@media (max-width: 640px) {
    .topbar { font-size: 12.5px; }
    .topbar-inner { flex-direction: column; gap: 8px; padding: 8px 0; min-height: auto; }
    .topbar-left { gap: 16px; justify-content: center; }
    .hero-actions { flex-direction: column; align-items: stretch; }
    .btn-primary, .hero-btn-ghost, .cta-btn { justify-content: center; width: 100%; }
    .footer-strip-inner { flex-direction: column; text-align: center; gap: 10px; }
    .footer-legal-links { justify-content: center; }
}

/* =========================================================================
   CORRECTIONS — Real class names used by blade templates
   (overrides earlier speculative rules with the correct selectors)
   ========================================================================= */

/* ---------- Hero overlay positioning (slide is flex; content overlays img) ---------- */
.hero-swiper .swiper-slide { display: flex; align-items: center; }
.hero-content {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    padding: 0;
    pointer-events: none;
}
.hero-content .container {
    padding-top: 40px;
    padding-bottom: 80px;
    width: 100%;
}
.hero-inner {
    max-width: 720px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    pointer-events: auto;
}
.hero-inner > * { margin-bottom: 0; }

/* ---------- Desktop nav: real classes (.nav-top, .nav-dd, .nav-dd-btn) ---------- */
.nav-top {
    display: inline-flex;
    align-items: center;
    padding: 12px 18px;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 14.5px;
    color: var(--charcoal);
    border-radius: var(--radius-pill);
    transition: color .25s var(--ease);
    position: relative;
}
.nav-top::after {
    content: '';
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 6px;
    height: 1px;
    background: var(--gold);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .3s var(--ease);
}
.nav-top:hover,
.nav-top.active { color: var(--wine); }
.nav-top:hover::after,
.nav-top.active::after { transform: scaleX(1); }

.nav-dd { position: relative; }
.nav-dd-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 12px 18px;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 14.5px;
    color: var(--charcoal);
    border-radius: var(--radius-pill);
    cursor: pointer;
    transition: color .25s var(--ease);
    background: transparent;
    border: none;
}
.nav-dd-btn i {
    font-size: 11px;
    color: var(--gold);
    transition: transform .25s var(--ease);
}
.nav-dd:hover .nav-dd-btn,
.nav-dd-btn[aria-expanded="true"] { color: var(--wine); }
.nav-dd-btn[aria-expanded="true"] i { transform: rotate(180deg); }

.nav-dd .nav-dd-panel {
    position: absolute;
    top: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%) translateY(6px);
    min-width: 260px;
    background: var(--ivory);
    border: 1px solid var(--border);
    border-top: 2px solid var(--gold);
    border-radius: var(--radius);
    box-shadow: var(--shadow-drop);
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s var(--ease), transform .25s var(--ease), visibility .25s;
    z-index: 20;
}
.nav-dd:hover .nav-dd-panel,
.nav-dd .nav-dd-btn[aria-expanded="true"] + .nav-dd-panel {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}
.nav-dd .nav-dd-panel a {
    display: block;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 500;
    color: var(--charcoal);
    border-radius: var(--radius-sm);
    transition: background .2s var(--ease), color .2s var(--ease), padding-left .2s var(--ease);
}
.nav-dd .nav-dd-panel a:hover {
    background: var(--wine-faint);
    color: var(--wine);
    padding-left: 20px;
}

/* ---------- Mobile nav: real classes (.mobile-overlay, .mobile-nav.open, ...) ---------- */
.mobile-overlay {
    position: fixed;
    inset: 0;
    background: rgba(26, 15, 20, .6);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    opacity: 0;
    visibility: hidden;
    z-index: 150;
    transition: opacity .3s var(--ease), visibility .3s;
}
.mobile-overlay.show { opacity: 1; visibility: visible; }

.mobile-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(360px, 85vw);
    background: var(--wine-deep);
    color: var(--cream);
    z-index: 160;
    transform: translateX(100%);
    transition: transform .35s var(--ease-out);
    display: flex;
    flex-direction: column;
    padding: 20px;
    overflow-y: auto;
    box-shadow: var(--shadow-drop);
}
.mobile-nav.open { transform: translateX(0); }

.mobile-nav-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(184, 149, 59, .25);
    margin-bottom: 16px;
}
.mobile-nav-logo { max-height: 44px; width: auto; }
.mobile-nav-title {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 20px;
    color: var(--ivory);
    letter-spacing: -0.01em;
}
.mobile-nav-close {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(184, 149, 59, .12);
    color: var(--cream);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    font-size: 18px;
    transition: background .2s var(--ease), color .2s var(--ease);
}
.mobile-nav-close:hover { background: var(--gold); color: var(--wine-deep); }

.mobile-nav-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 18px;
    list-style: none;
    padding: 0;
}
.mobile-nav-list > li > a {
    display: block;
    padding: 14px 16px;
    font-family: var(--font-body);
    font-size: 15.5px;
    font-weight: 600;
    color: var(--cream);
    border-left: 2px solid transparent;
    border-radius: var(--radius-sm);
    transition: background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease);
}
.mobile-nav-list > li > a:hover {
    background: rgba(184, 149, 59, .08);
    color: var(--gold-light);
    border-left-color: var(--gold);
}

.mobile-dd { position: relative; }
.mobile-dd-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 16px;
    font-family: var(--font-body);
    font-size: 15.5px;
    font-weight: 600;
    color: var(--cream);
    text-align: left;
    background: transparent;
    border: none;
    border-left: 2px solid transparent;
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: color .2s var(--ease), background .2s var(--ease), border-color .2s var(--ease);
}
.mobile-dd-toggle i {
    font-size: 12px;
    color: var(--gold-light);
    transition: transform .3s var(--ease);
}
.mobile-dd.open .mobile-dd-toggle {
    color: var(--gold-light);
    background: rgba(184, 149, 59, .08);
    border-left-color: var(--gold);
}
.mobile-dd.open .mobile-dd-toggle i { transform: rotate(180deg); }

.mobile-dd-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s var(--ease);
    padding-left: 12px;
    list-style: none;
}
.mobile-dd.open .mobile-dd-list { max-height: 520px; }
.mobile-dd-list li a {
    display: block;
    padding: 10px 16px;
    font-size: 14px;
    color: rgba(244, 237, 224, .85);
    border-left: 1px solid rgba(184, 149, 59, .2);
    transition: color .2s var(--ease), border-color .2s var(--ease), background .2s var(--ease);
}
.mobile-dd-list li a:hover {
    color: var(--gold-light);
    border-left-color: var(--gold);
    background: rgba(184, 149, 59, .06);
}

.mobile-nav .btn-eborsa {
    width: 100%;
    justify-content: center;
    background: var(--gold);
    color: var(--wine-deep);
    border-color: var(--gold);
    margin-top: auto;
}
.mobile-nav .btn-eborsa:hover {
    background: var(--gold-light);
    color: var(--wine-deep);
    border-color: var(--gold-light);
}

/* ---------- Clients: real marquee strip (animated scroll) ---------- */
.clients-strip {
    padding: clamp(48px, 7vw, 76px) 0;
    background: var(--cream-soft);
    border-top: 1px solid var(--hairline);
    border-bottom: 1px solid var(--hairline);
    overflow: hidden;
    position: relative;
}
.clients-strip .clients-eyebrow {
    text-align: center;
    font-family: var(--font-display);
    font-style: italic;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.02em;
    text-transform: none;
    color: var(--gold-deep);
    margin: 0 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}
.clients-strip .clients-eyebrow::before,
.clients-strip .clients-eyebrow::after {
    content: '';
    flex: 1;
    max-width: 60px;
    height: 1px;
    background: var(--hairline-strong);
}
.clients-track-wrap {
    position: relative;
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
.clients-track {
    display: flex;
    align-items: center;
    gap: 56px;
    animation: clients-scroll 30s linear infinite;
    width: max-content;
}
.clients-strip:hover .clients-track { animation-play-state: paused; }
.client-logo {
    flex-shrink: 0;
    width: 160px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: .55;
    filter: grayscale(1);
    transition: opacity .3s var(--ease), filter .3s var(--ease);
}
.client-logo:hover { opacity: 1; filter: grayscale(0); }
.client-logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}
@keyframes clients-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
@media (max-width: 640px) {
    .clients-track { gap: 32px; }
    .client-logo { width: 120px; height: 60px; }
}

/* ---------- Values: real classes (.values-tiles, .value-tile, .value-tile-icon) ---------- */
.values-tiles {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    border: none;
}
.value-tile {
    background: rgba(251, 248, 241, .04);
    border: 1px solid rgba(184, 149, 59, .22);
    border-radius: var(--radius-lg);
    padding: 36px 30px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    transition: background .3s var(--ease), transform .3s var(--ease), border-color .3s var(--ease);
    overflow: hidden;
}
.value-tile::before {
    content: '';
    position: absolute;
    top: 0;
    left: 30px;
    width: 42px;
    height: 2px;
    background: var(--gold);
    transition: width .35s var(--ease);
}
.value-tile:hover {
    background: rgba(184, 149, 59, .06);
    transform: translateY(-3px);
    border-color: rgba(184, 149, 59, .4);
}
.value-tile:hover::before { width: 72px; }
.value-tile-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(184, 149, 59, .12);
    color: var(--gold-light);
    font-size: 22px;
    border: 1px solid rgba(184, 149, 59, .3);
    flex-shrink: 0;
}
.value-tile h3 {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 20px;
    color: var(--ivory);
    letter-spacing: -0.005em;
}
.value-tile p {
    font-size: 14.5px;
    line-height: 1.7;
    color: rgba(244, 237, 224, .82);
}

/* ---------- CTA band: real structure (.block-cta > .container > .cta-band flex row) ---------- */
.block-cta {
    padding: clamp(48px, 8vw, 96px) 0;
    background: var(--ivory);
    /* neutralize earlier solid bg — real structure has outer padding + inner gradient tile */
}
.block-cta::before,
.block-cta::after { content: none; }
.cta-band {
    background: linear-gradient(120deg, var(--wine-deep) 0%, var(--wine) 70%, var(--wine-soft) 100%);
    color: var(--cream);
    padding: clamp(44px, 6vw, 72px) clamp(30px, 5vw, 64px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-card);
    text-align: left;
}
.cta-band::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.cta-band::after {
    content: '';
    position: absolute;
    right: -80px;
    bottom: -80px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle at center, rgba(184, 149, 59, .22), transparent 60%);
    pointer-events: none;
}
.cta-band > div:first-child { flex: 1 1 380px; min-width: 0; position: relative; z-index: 2; }
.cta-band h2 {
    font-family: var(--font-display);
    font-weight: 500;
    color: var(--ivory);
    font-size: clamp(1.6rem, 3vw, 2.3rem);
    margin-bottom: 10px;
    letter-spacing: -0.01em;
}
.cta-band p {
    color: rgba(244, 237, 224, .86);
    font-size: 16px;
    line-height: 1.6;
    max-width: 580px;
}
.cta-band .cta-actions { flex-shrink: 0; position: relative; z-index: 2; }

.cta-btn--fill {
    background: var(--gold);
    color: var(--wine-deep);
    border-color: var(--gold);
}
.cta-btn--fill:hover {
    background: var(--gold-light);
    color: var(--wine-deep);
    border-color: var(--gold-light);
}
@media (max-width: 720px) {
    .cta-band { text-align: center; justify-content: center; }
    .cta-band > div:first-child { flex: 1 1 100%; }
    .cta-band p { margin-left: auto; margin-right: auto; }
}

/* ---------- Gallery: real structure (.g-item button > .g-item-visual > img + .g-zoom) ---------- */
.g-item {
    position: relative;
    border: none;
    padding: 0;
    background: transparent;
    cursor: zoom-in;
    width: 100%;
    border-radius: var(--radius);
    overflow: hidden;
    display: block;
}
.g-item-visual {
    position: relative;
    display: block;
    border-radius: var(--radius);
    overflow: hidden;
    aspect-ratio: 4/3;
    box-shadow: var(--shadow-xs);
    transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.g-item-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s var(--ease);
    display: block;
}
.g-item-visual::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(74, 13, 24, .55));
    opacity: 0;
    transition: opacity .35s var(--ease);
    pointer-events: none;
}
.g-zoom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.8);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(74, 13, 24, .85);
    color: var(--gold-light);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border: 1px solid var(--gold);
    opacity: 0;
    transition: opacity .35s var(--ease), transform .35s var(--ease);
    z-index: 3;
}
.g-item:hover .g-item-visual { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.g-item:hover .g-item-visual img { transform: scale(1.07); }
.g-item:hover .g-item-visual::after { opacity: 1; }
.g-item:hover .g-zoom { opacity: 1; transform: translate(-50%, -50%) scale(1); }

/* Disable earlier speculative .g-item::before/::after rules */
.g-item::before,
.g-item::after { content: none; }

/* Gallery title accent (blade uses .resim, not .accent) */
.gallery-title .resim {
    color: var(--wine);
    font-style: italic;
}

/* ---------- Stats: real .stat-icon wrapper ---------- */
.stat-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 18px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(110, 20, 35, .06);
    color: var(--wine);
    font-size: 22px;
    border: 1px solid var(--hairline);
}

/* ---------- Feature cards: .fc-icon is a div wrapper ---------- */
div.fc-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(110, 20, 35, .06);
    color: var(--wine);
    font-size: 24px;
    margin-bottom: 22px;
    border: 1px solid var(--hairline);
}

/* ---------- Page hero overlay layer ---------- */
.page-hero { background-size: cover; background-position: center; }
.page-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, rgba(74, 13, 24, .88) 0%, rgba(74, 13, 24, .7) 55%, rgba(110, 20, 35, .55) 100%),
        radial-gradient(600px 400px at 85% 110%, rgba(184, 149, 59, .22), transparent 65%);
    pointer-events: none;
    z-index: 1;
}
.page-hero > .container { position: relative; z-index: 2; }
.page-hero::before { content: none; }

/* ---------- Contact page: real side column structure ---------- */
.contact-side-col { display: flex; flex-direction: column; gap: 22px; }

.side-card {
    background: var(--wine-deep);
    color: var(--cream);
    padding: 30px 28px;
    border-radius: var(--radius-lg);
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-card);
}
.side-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 28px;
    width: 54px;
    height: 2px;
    background: var(--gold);
}
.side-card::after {
    content: '';
    position: absolute;
    bottom: -80px;
    right: -60px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: radial-gradient(circle at center, rgba(184, 149, 59, .18), transparent 65%);
    pointer-events: none;
}
.side-card h4 {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 19px;
    color: var(--ivory);
    margin-bottom: 22px;
    letter-spacing: -0.005em;
    position: relative;
    z-index: 2;
}
.side-contact-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    z-index: 2;
}
.side-contact-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(184, 149, 59, .2);
}
.side-contact-item:last-child { border-bottom: none; padding-bottom: 0; }
.side-contact-item .icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(184, 149, 59, .14);
    color: var(--gold-light);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
    border: 1px solid rgba(184, 149, 59, .3);
}
.side-contact-item .text { display: flex; flex-direction: column; gap: 2px; min-width: 0; flex: 1; }
.side-contact-item .text span {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 13px;
    color: var(--gold-light);
    opacity: .9;
}
.side-contact-item .text a,
.side-contact-item .text p {
    color: var(--cream);
    font-size: 15px;
    line-height: 1.5;
    word-break: break-word;
    transition: color .2s var(--ease);
}
.side-contact-item .text a:hover { color: var(--gold-light); }

.side-hours {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 26px 28px;
    position: relative;
    box-shadow: var(--shadow-xs);
}
.side-hours::before {
    content: '';
    position: absolute;
    top: 0;
    left: 28px;
    width: 54px;
    height: 2px;
    background: var(--gold);
}
.side-hours h4 {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 18px;
    color: var(--ink);
    margin-bottom: 18px;
    letter-spacing: -0.005em;
    display: flex;
    align-items: center;
    gap: 8px;
}
.hours-list { display: flex; flex-direction: column; gap: 2px; }
.hours-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px dashed var(--border);
    font-size: 14.5px;
}
.hours-item:last-child { border-bottom: none; }
.hours-item .day {
    color: var(--ink);
    font-weight: 600;
    font-family: var(--font-body);
}
.hours-item .time {
    color: var(--slate);
    font-variant-numeric: tabular-nums;
    font-family: var(--font-body);
}
.hours-item .time.closed {
    color: var(--wine);
    font-weight: 700;
    font-style: italic;
}

.map-section {
    padding: 0 0 clamp(56px, 8vw, 96px);
    background: var(--ivory);
}
.map-wrapper {
    position: relative;
    aspect-ratio: 21/9;
    overflow: hidden;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border);
    background: var(--cream);
    box-shadow: var(--shadow-card);
}
.map-wrapper iframe,
.map-wrapper > * {
    width: 100% !important;
    height: 100% !important;
    border: 0;
    position: absolute;
    inset: 0;
    filter: grayscale(.15) contrast(1.04) sepia(.08);
}

/* ---------- Legal pages: real classes ---------- */
.legal-content {
    padding: clamp(56px, 8vw, 96px) 0;
    background: var(--ivory);
}
.legal-body {
    max-width: var(--container-tight);
    margin: 0 auto;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: clamp(36px, 5vw, 72px);
    box-shadow: var(--shadow-xs);
    font-family: var(--font-body);
    color: var(--charcoal);
    font-size: 16px;
    line-height: 1.85;
}
.legal-body h1,
.legal-body h2,
.legal-body h3,
.legal-body h4 {
    font-family: var(--font-display);
    color: var(--ink);
    margin-top: 1.6em;
    margin-bottom: .5em;
    letter-spacing: -0.01em;
}
.legal-body h1:first-child,
.legal-body h2:first-child { margin-top: 0; }
.legal-body h2 {
    font-size: clamp(1.4rem, 2.4vw, 1.8rem);
    padding-bottom: .3em;
    border-bottom: 1px solid var(--border);
}
.legal-body p, .legal-body ul, .legal-body ol { margin-bottom: 1em; }
.legal-body ul, .legal-body ol { padding-left: 1.4em; }
.legal-body ul li { list-style: disc; }
.legal-body ol li { list-style: decimal; }
.legal-body ul li::marker,
.legal-body ol li::marker { color: var(--gold); }
.legal-body a {
    color: var(--wine);
    text-decoration: underline;
    text-underline-offset: 3px;
}
.legal-body a:hover { color: var(--wine-deep); }

/* ---------- Laravel bootstrap-style pagination (.page-item, .page-link) ---------- */
.page-item { list-style: none; }
.page-item .page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border-radius: var(--radius-pill);
    border: 1px solid var(--border);
    color: var(--charcoal);
    font-weight: 600;
    font-size: 14px;
    background: var(--surface);
    transition: background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease);
}
.page-item .page-link:hover {
    background: var(--cream-soft);
    color: var(--wine);
    border-color: var(--border-strong);
}
.page-item.active .page-link {
    background: var(--wine);
    color: var(--ivory);
    border-color: var(--wine);
}
.page-item.disabled .page-link { opacity: .45; pointer-events: none; }

/* ---------- Custom select: real classes (.custom-select.open, .custom-select-options ul, .is-placeholder/.is-active) ---------- */
.custom-select-options {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    margin: 0;
    padding: 6px;
    list-style: none;
    background: var(--surface);
    border: 1px solid var(--border);
    border-top: 2px solid var(--gold);
    border-radius: var(--radius);
    box-shadow: var(--shadow-drop);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-8px) scaleY(.96);
    transform-origin: top center;
    pointer-events: none;
    transition: opacity .25s var(--ease), transform .25s var(--ease), max-height .3s var(--ease);
    z-index: 20;
}
.custom-select.open .custom-select-options {
    max-height: 280px;
    overflow-y: auto;
    opacity: 1;
    transform: translateY(0) scaleY(1);
    pointer-events: auto;
}
.custom-select.open .custom-select-trigger {
    border-color: var(--wine);
    box-shadow: 0 0 0 3px var(--wine-faint);
}
.custom-select.open .custom-select-trigger i { transform: rotate(180deg); color: var(--wine); }
.custom-select-option:hover,
.custom-select-option.is-active {
    background: var(--wine-faint);
    color: var(--wine);
}
.custom-select-value.is-placeholder { color: var(--slate-muted); }

/* ---------- Contact form-col neutralization (real class is .contact-form-col) ---------- */
.contact-form-col { display: flex; flex-direction: column; }

/* ---------- Other small utilities used in templates ---------- */
.justify-content-center { justify-content: center; }
.is-grabbing { cursor: grabbing; }
.visible { visibility: visible; }
.show { display: block; }

/* ---------- Neutralize speculative rules that targeted wrong elements ---------- */
.block-clients { display: none; } /* never emitted by templates, but guard anyway */
.clients-grid, .client-item { all: unset; } /* in case legacy content snippets render */

/* ---------- Values header color on wine background ---------- */
.values-head .values-eyebrow { color: var(--gold-light); }

/* ---------- Hero eyebrow display tweak (real layout is flex column inside hero-inner) ---------- */
.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    width: fit-content;
    padding-left: 0;
}
.hero-eyebrow::before {
    position: static;
    transform: none;
    width: 42px;
    height: 1px;
    background: var(--gold);
    flex-shrink: 0;
}

/* ---------- about-kicker / section-label / testimonials-eyebrow alignment guards ---------- */
.about-kicker,
.section-label,
.values-eyebrow,
.testimonials-eyebrow,
.clients-eyebrow,
.cta-eyebrow,
.detay-cta-eyebrow { line-height: 1.4; }

/* ---------- Mobile bp extra ---------- */
@media (max-width: 1024px) {
    .nav-desktop { display: none; }
    .hamburger { display: inline-flex; }
}

/* =========================================================================
   FINAL LAYOUT FIXES — Slider engine + alignment sanity
   ========================================================================= */

/* ---------- Hero Swiper layout (custom JS slider, needs flex wrapper) ---------- */
.hero-swiper {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.hero-swiper .swiper-wrapper {
    display: flex;
    align-items: stretch;
    will-change: transform;
    height: auto;
}
.hero-swiper .swiper-slide {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 7;
    max-height: 78vh;
    min-height: 480px;
    align-items: initial;
}
@media (max-width: 767px) {
    .hero-swiper .swiper-slide {
        aspect-ratio: 4 / 5;
        min-height: 520px;
        max-height: 85vh;
    }
    .hero-swiper .swiper-button-prev,
    .hero-swiper .swiper-button-next { display: none; }
}

/* Arrow buttons: fa chevron glyph (Swiper JS'nin `::after` yerine `::before` kullandığı custom markup) */
.hero-swiper .swiper-button-prev,
.hero-swiper .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    font-size: 0;
}
.hero-swiper .swiper-button-prev { left: 24px; right: auto; }
.hero-swiper .swiper-button-next { right: 24px; left: auto; }
.hero-swiper .swiper-button-prev::before,
.hero-swiper .swiper-button-next::before {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 15px;
    color: inherit;
}
.hero-swiper .swiper-button-prev::before { content: '\f053'; }
.hero-swiper .swiper-button-next::before { content: '\f054'; }
.hero-swiper .swiper-button-prev::after,
.hero-swiper .swiper-button-next::after { content: none; }

/* Pagination layout */
.hero-swiper .swiper-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 5;
    width: auto;
    bottom: 28px !important;
}

/* ---------- Hero content overlay (flat — img, gradients, content stack) ---------- */
.hero-swiper .swiper-slide > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.hero-content {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    padding: 0;
}
.hero-content > .container {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
}
.hero-inner > * { pointer-events: auto; margin: 0; }
.hero-inner {
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: center;
    text-align: center;
}

/* ---------- Stats: icon above, everything centered ---------- */
.stats-grid { align-items: stretch; }
.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    text-align: center;
}
.stat-icon {
    margin: 0 0 18px;
    display: flex;
}
.stat-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    width: 100%;
}
.stat-text .stat-number,
.stat-text .stat-label { margin: 0; }

/* ---------- Values tiles: icon + title + desc vertical stack ---------- */
.value-tile {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
}
.value-tile h3 { margin: 0; }
.value-tile p { margin: 0; }

/* ---------- Services cards: tighten gap, push CTA to bottom ---------- */
.hizmetler-cards { gap: 20px; }
.gs-card {
    gap: 28px;
    min-height: 220px;
    padding: 36px 30px;
    justify-content: space-between;
}
.gs-card-title { margin: 0; }

/* ---------- Gallery grid tighten to match design ---------- */
.gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 14px;
}

/* ---------- About Card (detay-cta / detay-services) consistent inner flow ---------- */
.about-card { display: flex; flex-direction: column; gap: 0; }
.about-card > * { margin-bottom: 0; }
.about-card h3 { margin-bottom: 14px; }
.about-card > p { margin-bottom: 16px; }

/* ---------- Footer ul: gap handles spacing, remove default list spacing ---------- */
.footer-col ul, .footer-contact ul { margin: 0; padding: 0; }
.footer-col ul li { list-style: none; }

/* ---------- Breadcrumb title bias: if noTitle is used, center title still has spacing ---------- */
.page-hero .breadcrumb { margin-top: 0; }
.page-hero-inner h1 { margin-top: 10px; }

/* ---------- About section on wine-deep contrasts (fix if inside dark section) ---------- */
.block-values .value-tile h3 { color: var(--ivory); }
.block-values .value-tile p { color: rgba(244,237,224,.82); }

/* ---------- Hero eyebrow: explicit flex dash + label, no padding-left ---------- */
.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding-left: 0;
    width: auto;
    margin: 0;
}
.hero-eyebrow::before {
    content: '';
    position: static;
    transform: none;
    width: 42px;
    height: 1px;
    background: var(--gold);
    display: inline-block;
    flex-shrink: 0;
}

/* ---------- Header wrap position: keep above hero (z), not over it ---------- */
.header-wrap { z-index: 50; }
.hero-section { position: relative; z-index: 1; }

/* ---------- Block-cta neutralize padding-collapse ---------- */
.block-cta { margin: 0; }

/* ---------- Clients eyebrow inline (not centered element-only, dash flanking) ---------- */
.clients-strip .clients-eyebrow {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

/* ---------- Swiper slide active state (JS toggles this) ---------- */
.swiper-slide-active { z-index: 2; }
.swiper-slide-duplicate { pointer-events: none; }

/* =========================================================================
   SECTION REIMAGINING — Distinct visual identity per section
   Each home section gets a different compositional treatment so the page
   doesn't feel like one uniform template.
   ========================================================================= */

/* ---------- PAGE HERO (iç sayfa) — compact editorial strip ---------- */
.page-hero {
    padding: clamp(44px, 5vw, 72px) 0 clamp(36px, 4vw, 56px);
    min-height: 0;
}
.page-hero h1,
.page-hero-title {
    font-size: clamp(1.65rem, 3.2vw, 2.4rem);
    margin-bottom: 0;
    letter-spacing: -0.01em;
    line-height: 1.2;
}
.page-hero-inner { gap: 10px; display: flex; flex-direction: column; align-items: center; }
.page-hero-inner h1 { margin-top: 6px; }

/* Breadcrumb blade outputs <ul class="links">, not .breadcrumb — style both */
.page-hero .links {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    font-family: var(--font-body);
    font-size: 12.5px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(244, 237, 224, .6);
    line-height: 1;
}
.page-hero .links li {
    display: inline-flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.page-hero .links li::after {
    content: '\f054';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 8px;
    color: var(--gold);
    margin: 0 12px;
    opacity: .7;
}
.page-hero .links li:last-child::after { content: none; }
.page-hero .links li a {
    color: var(--gold-light);
    font-weight: 700;
    transition: color .2s var(--ease);
}
.page-hero .links li a:hover { color: var(--ivory); }
.page-hero .links li:last-child {
    color: var(--ivory);
    font-weight: 700;
}
/* Hide the inner <h1 class="title"> since page-hero already has its own h1 */
.page-hero .breadcrumb > .title,
.page-hero-inner .breadcrumb > .title,
.page-hero-inner h1.title { display: none; }

/* Neutralize the old .breadcrumb styling since blade doesn't use that class */
nav.breadcrumb { display: none; }



/* ---------- VALUES — light cream horizontal list with ordinal numbers ---------- */
.block-values {
    background: var(--ivory);
    color: var(--charcoal);
    padding: clamp(72px, 10vw, 120px) 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}
.block-values::before,
.block-values::after { content: none; }
.values-head {
    text-align: left;
    max-width: 620px;
    margin: 0 0 clamp(40px, 5vw, 64px);
    padding-left: 58px;
    position: relative;
}
.values-head::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 42px;
    height: 1px;
    background: var(--gold);
}
.values-head .values-eyebrow {
    color: var(--gold-deep);
    font-family: var(--font-display);
    font-style: italic;
    font-size: 17px;
    margin-bottom: 14px;
    padding: 0;
}
.values-head h2 {
    color: var(--ink);
    font-size: clamp(2rem, 3.6vw, 2.6rem);
    margin-bottom: 14px;
}
.values-head p {
    color: var(--slate);
    font-size: 17px;
    max-width: 560px;
}

.values-tiles {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    counter-reset: val-counter;
    border-top: 1px solid var(--border);
}
.value-tile {
    counter-increment: val-counter;
    display: grid;
    grid-template-columns: 120px auto 1fr;
    gap: 32px;
    align-items: center;
    padding: 32px 20px;
    border: none;
    border-bottom: 1px solid var(--border);
    background: transparent;
    border-radius: 0;
    position: relative;
    transition: background .25s var(--ease), padding-left .25s var(--ease);
}
.value-tile:hover {
    background: var(--cream-soft);
    padding-left: 32px;
    transform: none;
    border-color: var(--border-strong);
}
.value-tile::before {
    content: counter(val-counter, decimal-leading-zero);
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 400;
    font-size: clamp(2.4rem, 4vw, 3.2rem);
    color: var(--wine);
    line-height: 1;
    letter-spacing: -0.02em;
    align-self: center;
    opacity: .85;
    position: static;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    background: transparent;
    transition: opacity .25s var(--ease), color .25s var(--ease);
}
.value-tile:hover::before { opacity: 1; color: var(--gold-deep); }
.value-tile .value-tile-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--wine-faint);
    color: var(--wine);
    border: 1px solid var(--hairline);
    font-size: 18px;
}
.value-tile h3 {
    color: var(--ink);
    font-size: 21px;
    margin: 0 0 6px;
}
.value-tile p {
    color: var(--slate);
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
    max-width: 620px;
}
/* grid-col 3 wraps h3+p */
.value-tile > h3 + p,
.value-tile > h3 {
    grid-column: 3;
}
.value-tile > h3 { align-self: end; }
.value-tile > p { align-self: start; }

@media (max-width: 720px) {
    .value-tile {
        grid-template-columns: 60px 1fr;
        gap: 16px;
    }
    .value-tile::before { font-size: 2rem; }
    .value-tile .value-tile-icon { display: none; }
    .value-tile > h3,
    .value-tile > h3 + p { grid-column: 2; }
}

/* ---------- SERVICES — editorial row list (no cards, pure typography) ---------- */
.block-hizmetler {
    background: var(--ivory);
    padding: clamp(72px, 10vw, 120px) 0;
    border-top: 1px solid var(--border);
}
.hizmetler-title-wrap {
    text-align: left;
    margin-bottom: clamp(40px, 5vw, 64px);
    padding-left: 58px;
    position: relative;
}
.hizmetler-title-wrap::before {
    content: 'Servislerimiz';
    position: absolute;
    left: 0;
    top: 14px;
    width: 42px;
    height: 1px;
    background: var(--gold);
    color: transparent;
    overflow: hidden;
    font-size: 0;
}
.hizmetler-title {
    font-size: clamp(2rem, 3.8vw, 2.8rem);
    text-align: left;
}
.hizmetler-title::after { content: none; }
.hizmetler-cards {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-top: 1px solid var(--border);
}
.gs-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 28px 24px;
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--border);
    border-radius: 0;
    color: var(--ink);
    transition: background .3s var(--ease), padding-left .3s var(--ease);
    position: relative;
    overflow: hidden;
    box-shadow: none;
    counter-increment: none;
}
.gs-card::before { content: none; }
.gs-card::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background: var(--gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .45s var(--ease);
}
.gs-card:hover {
    background: var(--cream-soft);
    padding-left: 32px;
    transform: none;
    box-shadow: none;
    border-color: var(--border-strong);
}
.gs-card:hover::after { transform: scaleX(1); }

.gs-card-head {
    display: flex;
    align-items: center;
    gap: 14px;
}
.gs-card-icon {
    font-size: 22px;
    color: var(--gold-deep);
    flex-shrink: 0;
    line-height: 1;
    transition: color .25s var(--ease);
}
.gs-card:hover .gs-card-icon { color: var(--wine); }
.gs-card-title {
    font-family: var(--font-display);
    font-weight: 400;
    font-size: clamp(1.4rem, 2.2vw, 1.9rem);
    color: var(--ink);
    letter-spacing: -0.01em;
    line-height: 1.2;
    margin: 0;
    transition: color .25s var(--ease);
}
.gs-card:hover .gs-card-title { color: var(--wine); font-style: italic; }
.gs-card-desc {
    font-size: 14.5px;
    color: var(--slate);
    line-height: 1.6;
    margin: 0;
}
.gs-card-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--gold-deep);
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 12.5px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-top: 4px;
    transition: color .25s var(--ease);
}
.gs-card:hover .gs-card-cta { color: var(--wine); }
.gs-card-cta i { transition: transform .3s var(--ease); }
.gs-card:hover .gs-card-cta i { transform: translateX(6px); }
@media (max-width: 640px) {
    .gs-card { padding: 22px 14px; }
}

/* ---------- GALLERY — asymmetric masonry (first is feature 2×2) ---------- */
.block-gallery {
    background: var(--cream-soft);
    padding: clamp(72px, 10vw, 120px) 0;
    border-top: 1px solid var(--border);
}
.gallery-title-wrap {
    text-align: right;
    margin-bottom: clamp(36px, 5vw, 52px);
    padding-right: 58px;
    position: relative;
}
.gallery-title-wrap::before {
    content: '';
    position: absolute;
    right: 0;
    top: 14px;
    width: 42px;
    height: 1px;
    background: var(--gold);
}
.gallery-title { text-align: right; font-size: clamp(2rem, 3.6vw, 2.6rem); }

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 180px;
    gap: 12px;
}
.gallery-grid .g-item:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2;
}
.gallery-grid .g-item:nth-child(4) {
    grid-column: span 2;
}
.gallery-grid .g-item:nth-child(5) {
    grid-row: span 2;
}
.gallery-grid .g-item:nth-child(8) {
    grid-column: span 2;
}
.gallery-grid .g-item .g-item-visual {
    aspect-ratio: auto;
    height: 100%;
    width: 100%;
}
@media (max-width: 900px) {
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .gallery-grid .g-item:nth-child(4),
    .gallery-grid .g-item:nth-child(8) { grid-column: span 2; }
}
@media (max-width: 560px) {
    .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 220px; }
    .gallery-grid .g-item,
    .gallery-grid .g-item:nth-child(1),
    .gallery-grid .g-item:nth-child(4),
    .gallery-grid .g-item:nth-child(5),
    .gallery-grid .g-item:nth-child(8) { grid-column: span 1; grid-row: span 1; }
}

/* ---------- ABOUT — add ornamental frame + EST badge on image ---------- */
.block-about {
    background: var(--ivory);
    border-top: 1px solid var(--border);
}
.about-shell { align-items: stretch; }
.about-visual {
    box-shadow: var(--shadow-card);
    border: 1px solid var(--border-strong);
}
.about-visual::after {
    top: 16px;
    left: 16px;
    right: 16px;
    bottom: 16px;
    border: 1px solid rgba(184, 149, 59, .55);
    border-radius: 0;
}
.about-visual::before {
    content: 'Est. ' attr(data-est);
    display: none; /* only if we wire it up */
}
.about-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 8px;
    position: relative;
}
.about-kicker {
    position: relative;
    padding-left: 58px;
    color: var(--gold-deep);
    margin-bottom: 14px;
}
.about-panel h2 { position: relative; }
.about-panel h2::before {
    content: '“';
    position: absolute;
    top: -0.45em;
    left: -0.6em;
    font-family: var(--font-display);
    font-style: italic;
    font-size: 3em;
    color: var(--gold);
    opacity: .25;
    line-height: 1;
    font-weight: 400;
    pointer-events: none;
}
.about-lead {
    border-left: 2px solid var(--gold);
    padding-left: 18px;
    font-size: 19px;
    line-height: 1.6;
}

/* ---------- CLIENTS — marquee with diamond separators between logos ---------- */
.clients-track { gap: 0; }
.client-logo {
    position: relative;
    padding: 0 44px;
    width: auto;
    min-width: 180px;
    height: 70px;
}
.client-logo::before {
    content: '';
    position: absolute;
    left: -4px;
    top: 50%;
    width: 6px;
    height: 6px;
    background: var(--gold);
    transform: translateY(-50%) rotate(45deg);
    opacity: .6;
}
.client-logo:first-child::before { content: none; }
.clients-track .client-logo:nth-of-type(1)::before { content: none; }

/* ---------- CTA — editorial framed quote (not horizontal band) ---------- */
.block-cta {
    padding: clamp(72px, 9vw, 112px) 0;
    background: var(--ivory);
    border-top: 1px solid var(--border);
}
.cta-band {
    background: var(--cream-soft);
    color: var(--ink);
    padding: clamp(56px, 7vw, 88px) clamp(36px, 6vw, 80px);
    display: block;
    text-align: center;
    border: 1px solid var(--hairline-strong);
    border-radius: 0;
    box-shadow: none;
    position: relative;
    max-width: 920px;
    margin: 0 auto;
}
.cta-band::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border: 1px solid var(--hairline);
    pointer-events: none;
    height: auto;
    width: auto;
    background: transparent;
}
.cta-band::after { content: none; }
.cta-band > div:first-child {
    margin: 0 auto 26px;
    position: relative;
    z-index: 2;
    padding: 0 8%;
}
.cta-band > div:first-child::before {
    content: '“';
    display: block;
    font-family: var(--font-display);
    font-style: italic;
    font-size: 60px;
    color: var(--gold);
    line-height: 1;
    margin-bottom: 4px;
}
.cta-band h2 {
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 400;
    font-size: clamp(1.8rem, 3.4vw, 2.6rem);
    color: var(--ink);
    margin-bottom: 14px;
    letter-spacing: -0.005em;
    line-height: 1.25;
}
.cta-band p {
    color: var(--slate);
    font-size: 16.5px;
    font-style: normal;
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.7;
}
.cta-band .cta-actions {
    margin-top: 20px;
    position: relative;
    z-index: 2;
    justify-content: center;
    display: flex;
}
.cta-btn--fill {
    background: var(--wine);
    color: var(--ivory);
    border-color: var(--wine);
}
.cta-btn--fill:hover {
    background: var(--wine-deep);
    color: var(--gold-light);
    border-color: var(--wine-deep);
}

/* ---------- HERO — add magazine-style slide counter in corner ---------- */
.hero-swiper {
    counter-reset: slide-counter;
}
.hero-swiper::after {
    content: '';
    position: absolute;
    top: 30%;
    bottom: 30%;
    right: 0;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(184, 149, 59, .4), transparent);
    z-index: 4;
    pointer-events: none;
}

/* ---------- Section rhythm dividers (consistent hairlines between sections) ---------- */
.block-about + .block-values,
.block-values + .block-hizmetler,
.block-hizmetler + .block-gallery,
.block-gallery + .clients-strip,
.clients-strip + .block-cta { border-top-color: var(--border); }

/* ---------- Specificity overrides: values now on LIGHT bg (override dark-bg rules) ---------- */
.block-values .value-tile h3 { color: var(--ink); }
.block-values .value-tile p { color: var(--slate); }
.block-values .values-head .values-eyebrow { color: var(--gold-deep); }
.block-values .values-head h2 { color: var(--ink); }
.block-values .values-head p { color: var(--slate); }

/* ---------- Neutralize earlier .breadcrumb styling that never matched blade's <ul class="links"> ---------- */
.page-hero-inner .links { margin-top: 4px; }
.page-hero::before { content: none; } /* no double gradient */
.page-hero::after { content: none; } /* no bottom gold line at compact height */

/* ---------- Services title wrap: hide stray content node ---------- */
.hizmetler-title-wrap::before { display: none; }
.hizmetler-title-wrap {
    padding-left: 0;
    border-left: 3px solid var(--gold);
    padding: 4px 0 4px 18px;
}
.hizmetler-title .accent { color: var(--wine); font-style: italic; }

/* ---------- Gallery grid: unset aspect-ratio so grid auto-rows controls cell ---------- */
.gallery-grid .g-item {
    aspect-ratio: auto;
    height: auto;
}
.gallery-grid .g-item .g-item-visual {
    height: 100%;
    width: 100%;
    aspect-ratio: auto;
    display: block;
}

/* =========================================================================
   UNIVERSAL CORPORATE — Neutral slate/blue palette, single Inter family,
   decorative italic/serif flourishes removed for broad industry fit.
   ========================================================================= */

/* ---------- Palette override: slate navy primary + muted blue accent ---------- */
:root {
    /* Primary (was wine burgundy) */
    --wine: #1F2937;          /* slate-800 */
    --wine-deep: #111827;     /* slate-900 */
    --wine-soft: #374151;     /* slate-700 */
    --wine-tint: #E5E7EB;     /* slate-200 */
    --wine-faint: #F3F4F6;    /* slate-100 */

    /* Accent (was antique gold) */
    --gold: #2563EB;          /* blue-600 */
    --gold-light: #60A5FA;    /* blue-400 */
    --gold-deep: #1D4ED8;     /* blue-700 */
    --gold-tint: #DBEAFE;     /* blue-100 */

    /* Paper */
    --cream: #F9FAFB;
    --cream-soft: #FAFAFA;
    --ivory: #FFFFFF;
    --parchment: #F3F4F6;

    /* Ink */
    --ink: #0F172A;
    --charcoal: #1F2937;
    --slate: #4B5563;
    --slate-muted: #94A3B8;

    /* Borders */
    --border: #E5E7EB;
    --border-strong: #D1D5DB;
    --hairline: rgba(37, 99, 235, .18);
    --hairline-strong: rgba(37, 99, 235, .35);

    /* Legacy aliases */
    --bg: var(--ivory);
    --bg-alt: var(--cream);
    --bg-dim: var(--parchment);
    --surface: #FFFFFF;
    --text: var(--ink);
    --text-muted: var(--slate);
    --accent: var(--gold);
    --accent-dark: var(--gold-deep);
    --accent-light: var(--gold-light);
    --accent-tint: var(--gold-tint);
    --accent-faint: var(--wine-faint);

    /* Shadows (neutral, not color-tinted) */
    --shadow-xs: 0 1px 2px rgba(15, 23, 42, .04);
    --shadow-card: 0 6px 20px rgba(15, 23, 42, .06), 0 2px 6px rgba(15, 23, 42, .04);
    --shadow-hover: 0 20px 40px rgba(15, 23, 42, .12), 0 4px 12px rgba(15, 23, 42, .05);
    --shadow-drop: 0 24px 60px -20px rgba(15, 23, 42, .25);
    --shadow-gold: 0 8px 24px -8px rgba(37, 99, 235, .30);

    /* Typography — single Inter family for universal corporate fit */
    --font-display: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    --font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;

    /* Tighter radius — 05 shared sharp endüstriyel too, so midway */
    --radius-sm: 4px;
    --radius: 8px;
    --radius-lg: 12px;
    --radius-xl: 16px;
    --radius-pill: 999px;
}

/* ---------- Body: Inter with normal weight ---------- */
body {
    font-family: var(--font-body);
    color: var(--slate);
    background: var(--ivory);
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
}

/* ---------- Headings: Inter with tight letter-spacing & heavy weight ---------- */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-body);
    color: var(--ink);
    letter-spacing: -0.02em;
    font-weight: 700;
    line-height: 1.2;
}
h1 { font-size: clamp(2rem, 4.5vw, 3.25rem); font-weight: 800; letter-spacing: -0.025em; }
h2 { font-size: clamp(1.65rem, 3.3vw, 2.4rem); font-weight: 700; letter-spacing: -0.02em; }
h3 { font-size: clamp(1.15rem, 1.8vw, 1.4rem); font-weight: 700; letter-spacing: -0.01em; }
h4 { font-size: 1rem; font-weight: 700; }

/* ---------- Remove italic & serif flourishes on ALL decorative text ---------- */
.hero-eyebrow,
.hero-title,
.hero-subtitle,
.about-kicker,
.about-lead,
.about-visual-tag,
.testimonials-eyebrow,
.clients-eyebrow,
.values-eyebrow,
.cta-eyebrow,
.detay-cta-eyebrow,
.section-label,
.testimonial-quote,
.testimonial-role,
.stat-item .stat-number,
.stat-label,
.value-tile::before,
.gs-card::before,
.gs-card-title,
.gs-card:hover .gs-card-title,
.hizmetler-title,
.hizmetler-title .accent,
.gallery-title,
.gallery-title .accent,
.gallery-title .resim,
.clients-title,
.clients-title .accent,
.cta-band h2,
.page-hero h1,
.page-hero-title,
.footer-brand-name,
.footer-col h4,
.brand-text strong,
.mobile-nav-title,
.error-404 h1,
.testimonial-avatar,
.testimonial-avatar--initial,
.title,
.detay-cta-eyebrow,
.detay-prose blockquote,
.search-item a,
.toc-title,
.hours-item .time.closed {
    font-family: var(--font-body);
    font-style: normal;
}

/* ---------- Eyebrows: uniform uppercase small-caps style ---------- */
.hero-eyebrow,
.about-kicker,
.testimonials-eyebrow,
.clients-eyebrow,
.values-eyebrow,
.cta-eyebrow,
.detay-cta-eyebrow,
.section-label,
.values-head .values-eyebrow {
    color: var(--gold-deep);
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding-left: 0;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}
.hero-eyebrow::before,
.about-kicker::before,
.section-label::before {
    content: '';
    position: static;
    display: inline-block;
    width: 32px;
    height: 2px;
    background: var(--gold);
    transform: none;
    flex-shrink: 0;
}
.hero-eyebrow { color: var(--gold-light); }
.hero-eyebrow::before { background: var(--gold-light); }

/* ---------- Accent "word" style (kept in h2 titles) ---------- */
.hizmetler-title .accent,
.gallery-title .accent,
.clients-title .accent,
.gallery-title .resim {
    color: var(--gold);
    font-weight: 800;
    font-style: normal;
}

/* ---------- Section titles: normal sans, weight contrast only ---------- */
.hizmetler-title,
.gallery-title,
.clients-title,
.values-head h2,
.testimonials-page-head h2 {
    font-family: var(--font-body);
    font-weight: 700;
    font-style: normal;
    letter-spacing: -0.02em;
}

/* ---------- Buttons: corporate — no uppercase, moderate weight ---------- */
.btn-primary,
.btn-form-submit,
.cta-btn,
.detay-cta-btn,
.btn.btn-primary {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 14.5px;
    letter-spacing: 0.01em;
    text-transform: none;
    padding: 13px 26px;
    border-radius: var(--radius);
}
.btn-primary {
    background: var(--wine);
    color: var(--ivory);
    border-color: var(--wine);
    box-shadow: 0 4px 12px -4px rgba(15, 23, 42, .25);
}
.btn-primary:hover {
    background: var(--gold);
    color: var(--ivory);
    border-color: var(--gold);
    box-shadow: 0 8px 20px -6px rgba(37, 99, 235, .35);
}
.btn-primary:hover i { transform: translateX(3px); }
.btn-primary::after { content: none; }

.cta-btn--fill {
    background: var(--gold);
    color: var(--ivory);
    border-color: var(--gold);
}
.cta-btn--fill:hover {
    background: var(--gold-deep);
    color: var(--ivory);
    border-color: var(--gold-deep);
}

.btn-eborsa {
    border-radius: var(--radius);
    font-weight: 600;
    letter-spacing: 0.01em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    text-align: center;
    line-height: 1;
    padding: 11px 22px;
    position: relative;
    gap: 0;
}
.btn-eborsa-ico {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
}

/* ---------- Hero slider overlay: slate navy gradient (not wine) ---------- */
.hero-swiper .swiper-slide::after {
    background: linear-gradient(110deg, rgba(17, 24, 39, .85) 0%, rgba(17, 24, 39, .55) 48%, rgba(17, 24, 39, .25) 100%);
}
.hero-swiper .swiper-slide::before {
    background: radial-gradient(1200px 600px at 90% 110%, rgba(37, 99, 235, .18), transparent 60%);
}
.hero-title {
    font-family: var(--font-body);
    font-weight: 800;
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    line-height: 1.1;
    letter-spacing: -0.025em;
}
.hero-subtitle { font-weight: 400; }

/* ---------- Page hero: slate gradient, cleaner ---------- */
.page-hero { background: var(--wine-deep); }
.page-hero-overlay {
    background:
        linear-gradient(120deg, rgba(17, 24, 39, .9) 0%, rgba(31, 41, 55, .75) 55%, rgba(37, 99, 235, .35) 100%);
}

/* ---------- Breadcrumb in page hero: keep readable ---------- */
.page-hero .links li a { color: var(--gold-light); }
.page-hero .links li::after { color: var(--gold-light); opacity: .5; }

/* ---------- Stat numbers: bold tabular, not italic serif ---------- */
.stat-item .stat-number {
    font-variant-numeric: tabular-nums;
    font-weight: 800;
    font-size: clamp(2.4rem, 4.5vw, 3.2rem);
    color: var(--gold);
    letter-spacing: -0.02em;
}
.stat-item .stat-number::after { background: var(--border-strong); }

/* ---------- Values list: corporate clean ---------- */
.value-tile::before {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    color: var(--gold);
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.02em;
    font-style: normal;
}
.value-tile .value-tile-icon {
    background: var(--gold-tint);
    color: var(--gold);
    border-color: transparent;
}
.value-tile:hover::before { color: var(--gold-deep); }
.block-values { background: var(--cream); }

/* ---------- Services row list ---------- */
.gs-card::before {
    font-family: var(--font-body);
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    color: var(--gold);
    letter-spacing: 0.04em;
    font-variant-numeric: tabular-nums;
}
.gs-card-title {
    font-family: var(--font-body);
    font-style: normal;
    font-weight: 700;
    font-size: clamp(1.2rem, 2vw, 1.5rem);
    color: var(--ink);
}
.gs-card:hover .gs-card-title { color: var(--gold); font-style: normal; }
.gs-card:hover::before { color: var(--gold-deep); }
.gs-card-cta {
    color: var(--gold);
    font-weight: 600;
    letter-spacing: 0.08em;
}
.gs-card:hover .gs-card-cta { color: var(--gold-deep); }

.hizmetler-title-wrap {
    border-left-color: var(--gold);
}

/* ---------- About ---------- */
.about-visual { border-color: var(--border); }
.about-visual::after { border-color: rgba(37, 99, 235, .4); }
.about-visual-tag {
    background: var(--wine);
    color: var(--ivory);
    border: none;
    font-family: var(--font-body);
    font-style: normal;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 10px 16px;
    border-radius: var(--radius);
}
.about-panel h2::before { content: none; }
.about-lead {
    font-family: var(--font-body);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: var(--ink);
    border-left-color: var(--gold);
}


/* ---------- Clients: marquee + subtle dividers ---------- */
.clients-strip { background: var(--cream-soft); }
.client-logo::before { background: var(--gold); opacity: .4; }
.clients-strip .clients-eyebrow {
    font-family: var(--font-body);
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--slate);
}

/* ---------- CTA: solid slate panel with clean button ---------- */
.cta-band {
    background: var(--wine);
    color: var(--ivory);
    padding: clamp(56px, 7vw, 88px) clamp(36px, 6vw, 72px);
    text-align: center;
    border: none;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-card);
    max-width: 100%;
}
.cta-band::before { content: none; }
.cta-band::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(900px 400px at 90% 120%, rgba(37, 99, 235, .25), transparent 60%);
    pointer-events: none;
    border-radius: var(--radius-lg);
    height: auto;
    width: auto;
    top: 0; left: 0; right: 0; bottom: 0;
    transform: none;
    border: none;
}
.cta-band > div:first-child {
    position: relative;
    z-index: 2;
    padding: 0;
    margin-bottom: 24px;
}
.cta-band > div:first-child::before { content: none; }
.cta-band h2 {
    font-family: var(--font-body);
    font-style: normal;
    font-weight: 700;
    font-size: clamp(1.75rem, 3.2vw, 2.4rem);
    color: var(--ivory);
    letter-spacing: -0.02em;
    margin-bottom: 12px;
}
.cta-band p {
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
    line-height: 1.7;
}
.cta-band .cta-actions { position: relative; z-index: 2; }

/* ---------- Footer: slate dark with blue accent links ---------- */
footer { background: var(--wine-deep); }
.footer-col h4 {
    font-family: var(--font-body);
    font-weight: 700;
    letter-spacing: -0.005em;
    color: var(--ivory);
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.footer-col h4::after { background: var(--gold); }
.footer-brand-name {
    font-family: var(--font-body);
    font-weight: 700;
    letter-spacing: -0.01em;
}
.footer-credit-link { color: var(--gold-light); }
.footer-col ul li a:hover { color: var(--gold-light); }

/* ---------- Header branding ---------- */
.brand-text strong {
    font-family: var(--font-body);
    font-weight: 700;
    color: var(--ink);
    letter-spacing: -0.02em;
}
.mobile-nav-title { font-family: var(--font-body); font-weight: 700; }

/* ---------- Nav top / dropdown accents ---------- */
.nav-top::after,
.nav-main > li > a::after { background: var(--gold); }
.nav-top:hover,
.nav-top.active,
.nav-main > li > a:hover,
.nav-main > li.is-active > a,
.nav-main > li.active > a { color: var(--gold); }
.nav-dd:hover .nav-dd-btn,
.nav-dd-btn[aria-expanded="true"] { color: var(--gold); }
.nav-dd-panel { border-top-color: var(--gold); }
.nav-dd-panel a:hover,
.nav-dd .nav-dd-panel a:hover {
    background: var(--wine-faint);
    color: var(--gold);
}

/* ---------- Contact form focus ring ---------- */
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus,
.form-control:focus,
.custom-select.open .custom-select-trigger {
    border-color: var(--gold);
    box-shadow: 0 0 0 3px var(--wine-faint);
}
.custom-select-option:hover,
.custom-select-option.is-active {
    background: var(--wine-faint);
    color: var(--gold);
}
.contact-form label .req { color: var(--gold); }
.contact-form .form-privacy a { color: var(--gold); }

/* Contact side card ------- */
.side-card { background: var(--wine); }
.side-contact-item .icon {
    background: rgba(37, 99, 235, .2);
    color: var(--gold-light);
    border: 1px solid rgba(37, 99, 235, .35);
}
.side-contact-item .text span {
    font-family: var(--font-body);
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    color: var(--gold-light);
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

/* Hours closed state ------- */
.hours-item .time.closed {
    color: #DC2626;
    font-weight: 700;
    font-style: normal;
}

/* ---------- Detay prose blockquote: clean (not italic serif) ---------- */
.detay-prose blockquote {
    font-family: var(--font-body);
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    border-left-color: var(--gold);
    background: var(--wine-faint);
    border-radius: 0 var(--radius) var(--radius) 0;
    color: var(--ink);
}
.detay-prose blockquote p { color: var(--ink); }
.detay-prose a { color: var(--gold); }
.detay-prose a:hover { color: var(--gold-deep); }
.detay-prose ul li::marker,
.detay-prose ol li::marker { color: var(--gold); }
.detay-prose code { color: var(--gold-deep); background: var(--wine-faint); }

/* ---------- Detay sidebar CTA card ---------- */
.detay-cta-card {
    background: var(--wine);
    border-color: var(--wine);
}
.detay-cta-card::before { background: var(--gold); }
.detay-cta-eyebrow {
    font-family: var(--font-body);
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    color: var(--gold-light);
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.detay-cta-card .detay-cta-btn {
    background: var(--gold);
    color: var(--ivory);
    border-color: var(--gold);
}
.detay-cta-card .detay-cta-btn:hover {
    background: var(--gold-deep);
    color: var(--ivory);
    border-color: var(--gold-deep);
}

/* ---------- Blog cards ---------- */
.blog-card-body h3 a:hover { color: var(--gold); }
.blog-card-read,
.blog-card-read i { color: var(--gold); }
.blog-card-image::after { background: var(--gold); }

/* ---------- Error 404 ---------- */
.error-404 h1 {
    font-family: var(--font-body);
    font-weight: 800;
    font-style: normal;
    color: var(--gold);
    letter-spacing: -0.04em;
}

/* ---------- Search items ---------- */
.search-item a {
    font-family: var(--font-body);
    font-style: normal;
    font-weight: 600;
}
.search-item a:hover { color: var(--gold); }

/* ---------- TOC ---------- */
.toc-title { font-family: var(--font-body); font-weight: 700; font-style: normal; }
.toc-show-hide { color: var(--gold); }
.toc-show-hide:hover { color: var(--gold-deep); }

/* ---------- Values header: remove pseudo rule marker ---------- */
.values-head::before { background: var(--gold); }

/* ---------- Detay services list active item ---------- */
.detay-services-list li.detay-services-list--active a { color: var(--gold); }
.detay-services-list li.detay-services-list--active i { color: var(--gold); }
.detay-services-list li:hover a { color: var(--gold); }
.detay-services-list li i { color: var(--gold); }

/* ---------- Pagination active ---------- */
.pagination li.active span,
.pagination li.active a,
.page-item.active .page-link,
.blog-page-btn--active {
    background: var(--gold);
    color: var(--ivory);
    border-color: var(--gold);
}
.pagination li a:hover,
.page-item .page-link:hover,
.blog-page-btn:hover {
    background: var(--wine-faint);
    color: var(--gold);
    border-color: var(--gold);
}

/* ---------- To-top button ---------- */
.to-top {
    background: var(--gold);
    color: var(--ivory);
    border-color: var(--gold);
}
.to-top:hover { background: var(--gold-deep); }

/* ---------- Gallery title accent tweak ---------- */
.gallery-title,
.clients-title {
    font-family: var(--font-body);
    font-weight: 700;
    font-style: normal;
}

/* ---------- Stat icon wrapper ---------- */
.stat-icon { color: var(--gold); background: var(--gold-tint); border-color: transparent; }

/* ---------- Gallery zoom bubble ---------- */
.g-zoom {
    background: rgba(17, 24, 39, .85);
    color: var(--ivory);
    border: 1px solid var(--gold);
}
.g-lightbox-close {
    background: var(--wine);
    color: var(--ivory);
    border-color: var(--gold);
}
.g-lightbox-close:hover { background: var(--gold); color: var(--ivory); }

/* ---------- Hero buttons ghost variant ---------- */
.hero-btn-ghost:hover,
.btn-ghost:hover {
    background: var(--ivory);
    color: var(--ink);
    border-color: var(--ivory);
}

/* ---------- Nav dropdown hover-bridge (close the gap so :hover doesn't flicker) ---------- */
.nav-dd { position: relative; }
.nav-dd::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 14px;
    background: transparent;
    pointer-events: auto;
    z-index: 19;
}
.nav-main > li.nav-dd::before {
    content: none;
}
/* Panel: snap to 100%, keep visual separation via internal padding + border-top */
.nav-dd .nav-dd-panel {
    top: 100%;
    margin-top: 10px;
}
/* When the hoverable li is active, the bridge keeps :hover truthy — panel stays open
   even while crossing the 10px visual gap */

/* ---------- DROPDOWN — dark mega-panel redesign ---------- */
.nav-dd .nav-dd-panel {
    min-width: 240px;
    background: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: 0 16px 40px rgba(0,0,0,.12), 0 4px 12px rgba(0,0,0,.08);
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    transform: translateX(-50%) translateY(8px);
    transition: opacity .22s ease, transform .22s ease, visibility .22s;
}
.nav-dd:hover .nav-dd-panel,
.nav-dd .nav-dd-btn[aria-expanded="true"] + .nav-dd-panel {
    transform: translateX(-50%) translateY(0);
}
.nav-dd .nav-dd-panel a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 16px;
    font-size: 14px;
    font-weight: 500;
    color: var(--ink);
    border-radius: 6px;
    border-left: 2px solid transparent;
    transition: background .18s ease, color .18s ease, border-color .18s ease, padding-left .18s ease;
}
.nav-dd .nav-dd-panel a::before {
    content: '\f054';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 9px;
    color: var(--gold);
    opacity: 0;
    flex-shrink: 0;
    transition: opacity .18s ease;
}
.nav-dd .nav-dd-panel a:hover {
    background: var(--cream);
    color: var(--gold);
    border-left-color: var(--gold);
    padding-left: 20px;
}
.nav-dd .nav-dd-panel a:hover::before {
    opacity: 1;
}

/* ---------- Hero slider: tek buton, mavi ---------- */
.hero-section .hero-btn-ghost { display: none; }
.hero-section .btn-primary {
    background: var(--gold);
    border-color: var(--gold);
    box-shadow: 0 6px 20px -4px rgba(37, 99, 235, .40);
}
.hero-section .btn-primary:hover {
    background: var(--gold-deep);
    border-color: var(--gold-deep);
}

.about-clients-wrap { margin-top: clamp(56px, 8vw, 100px); }

/* ================================================================
   ABOUT — half-dark editorial split
   ================================================================ */
.block-about {
    padding: 0;
    margin-top: clamp(48px, 7vw, 96px);
    background: #fff;
    border-top: none;
    overflow: hidden;
}
.about-shell {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    min-height: 620px;
    align-items: stretch;
}
@media (max-width: 900px) {
    .about-shell { grid-template-columns: 1fr; min-height: auto; }
}

/* Visual: full-bleed image, no radius, no border, no shadow */
.about-visual {
    border-radius: 0;
    box-shadow: none;
    border: none;
    aspect-ratio: unset;
    min-height: 480px;
}
.about-visual::after { content: none; }
.about-visual img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Panel: dark navy background, white text */
.about-panel {
    background: var(--wine-deep);
    padding: clamp(52px, 7vw, 96px) clamp(36px, 5vw, 72px);
    justify-content: center;
    padding-left: clamp(36px, 5vw, 72px);
}
.about-kicker {
    color: var(--gold-light);
    padding-left: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.about-kicker::before { display: none; }
.about-panel h2 {
    color: #fff;
    font-size: clamp(1.9rem, 3vw, 2.6rem);
    margin-bottom: 20px;
    line-height: 1.2;
}
.about-panel h2::before { content: none; }
.about-lead {
    color: rgba(255,255,255,.75);
    border-left: 2px solid var(--gold);
    padding-left: 18px;
    font-size: 17px;
    line-height: 1.65;
    margin-bottom: 20px;
}
.about-body,
.about-body p {
    color: rgba(255,255,255,.6);
    font-size: 15px;
    line-height: 1.75;
}
.about-actions { margin-top: 32px; }
.about-actions .btn-primary {
    background: var(--gold);
    border-color: var(--gold);
    color: #fff;
}
.about-actions .btn-primary:hover {
    background: var(--gold-deep);
    border-color: var(--gold-deep);
}

/* ===================================================
   404 / Error Sayfasi
   =================================================== */
.error-section {
  padding: 120px 0;
  background: var(--ivory);
  min-height: 70vh;
  display: flex;
  align-items: center;
}

.error-content {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.error-code {
  font-size: clamp(120px, 20vw, 240px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  background: linear-gradient(135deg, var(--wine) 0%, var(--gold) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-bottom: 8px;
}

.error-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 16px;
  line-height: 1.2;
}

.error-desc {
  font-size: 16px;
  color: var(--slate);
  line-height: 1.7;
  margin: 0 auto 36px;
  max-width: 560px;
}

.error-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.error-actions .btn-primary,
.error-actions .error-outline {
  min-width: 200px;
  justify-content: center;
}

.error-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  background: transparent;
  color: var(--ink);
  border: 2px solid var(--border);
  border-radius: var(--radius);
  font-weight: 600;
  text-decoration: none;
  transition: border-color .25s, color .25s;
}

.error-outline:hover {
  border-color: var(--wine);
  color: var(--wine);
}

@media (max-width: 640px) {
  .error-section { padding: 72px 0; min-height: 55vh; }
  .error-title { font-size: 26px; }
  .error-desc { font-size: 15px; }
  .error-actions { flex-direction: column; align-items: stretch; gap: 12px; }
  .error-actions .btn-primary,
  .error-actions .error-outline { width: 100%; min-width: 0; }
}

/* ===================================================
   Sticky Footer (Mobil 5'li)
   =================================================== */
.sticky-footer {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--ivory);
  border-top: 1px solid var(--border);
  z-index: 95;
  padding-bottom: env(safe-area-inset-bottom, 0);
}

.sticky-footer .container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: stretch;
  padding: 8px 6px 10px;
  position: relative;
  overflow: visible;
}

.sticky-footer .sf-item,
.sticky-footer .sf-fab {
  color: var(--ink);
  font-size: 10.5px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  text-align: center;
  padding: 6px 2px;
  text-decoration: none;
  transition: color .25s ease;
  line-height: 1.1;
}

.sticky-footer .sf-item i {
  font-size: 18px;
  color: var(--slate);
  transition: color .25s ease, transform .25s ease;
}

.sticky-footer .sf-item:hover,
.sticky-footer .sf-item:active,
.sticky-footer .sf-fab:hover,
.sticky-footer .sf-fab:active {
  color: var(--wine);
}

.sticky-footer .sf-item:hover i,
.sticky-footer .sf-item:active i {
  color: var(--wine);
  transform: translateY(-2px);
}

.sticky-footer .sf-fab {
  position: relative;
  font-weight: 600;
}

.sticky-footer .sf-fab-circle {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--ivory);
  border: 2px solid var(--wine);
  color: var(--wine);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: transform .3s cubic-bezier(0.16, 1, 0.3, 1), color .25s ease, background .25s ease;
}

.sticky-footer .sf-fab-label {
  margin-top: 32px;
}

.sticky-footer .sf-fab:hover .sf-fab-circle,
.sticky-footer .sf-fab:active .sf-fab-circle {
  transform: translateX(-50%) scale(1.08);
  background: var(--wine);
  color: var(--ivory);
}

.sticky-footer .sf-fab--disabled {
  opacity: .5;
  cursor: not-allowed;
}

@media (max-width: 768px) {
  .sticky-footer { display: block; }
}

/* ===================================================
   Detay Sidebar Form (sticky wrapper zaten tanimli)
   =================================================== */
.detay-sidebar-form-card {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.contact-form.detay-sidebar-form {
  padding: 20px !important;
  gap: 10px !important;
}

.detay-sidebar-form-card::before { content: none !important; }

.detay-sidebar-form-card h3 {
  font-size: 1.15rem;
  margin: 4px 0 14px;
  color: var(--ink);
  line-height: 1.3;
}

.detay-cta-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--wine);
  margin: 0 0 6px;
}

.detay-sidebar-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.detay-sidebar-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 10px;
}

.detay-sidebar-form label {
  font-size: 12px;
  font-weight: 600;
  color: var(--ink);
}

.detay-sidebar-form .req {
  color: var(--wine);
}

.detay-sidebar-form input,
.detay-sidebar-form textarea,
.detay-sidebar-form select {
  width: 100% !important;
  padding: 7px 10px !important;
  border: 1px solid var(--border) !important;
  border-radius: var(--radius) !important;
  background: var(--surface) !important;
  color: var(--ink) !important;
  font-size: 13.5px !important;
  font-family: inherit !important;
  transition: border-color .2s ease, box-shadow .2s ease !important;
}

.detay-sidebar-form textarea {
  min-height: 80px !important;
  resize: vertical !important;
}

.detay-sidebar-form .form-group {
  margin-bottom: 6px !important;
}

.detay-sidebar-form input:focus,
.detay-sidebar-form textarea:focus {
  border-color: var(--wine);
  outline: none;
  box-shadow: 0 0 0 3px var(--hairline);
}

.detay-sidebar-form .form-privacy {
  font-size: 11.5px;
  color: var(--slate);
  margin: 6px 0 4px;
  line-height: 1.5;
}

.detay-sidebar-form .form-privacy a {
  color: var(--wine);
  text-decoration: underline;
}

.detay-sidebar-form .btn-form-submit {
  background: var(--wine);
  color: var(--ivory);
  border: none;
  padding: 12px 20px;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background .25s ease, transform .25s ease;
}

.detay-sidebar-form .btn-form-submit:hover {
  background: var(--wine-deep, var(--ink));
  transform: translateY(-1px);
}

.detay-sidebar-form .form-captcha { margin-top: 8px; }
.detay-sidebar-form .form-submit-row { margin-top: 10px; display: flex; justify-content: flex-end; }

@media (max-width: 900px) {
  .detay-sidebar-form .form-row { grid-template-columns: 1fr; }
}

/* ===== Ürün sayfaları — 06 premium wine/gold varyasyon ===== */
.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 900px) { .products-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .products-grid { grid-template-columns: 1fr; } }

.product-card { background: var(--white); border: 1px solid var(--hairline); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; text-decoration: none; color: inherit; transition: border-color .35s, transform .35s, box-shadow .35s; }
.product-card:hover { border-color: var(--gold); transform: translateY(-4px); box-shadow: 0 16px 36px rgba(110, 20, 35, 0.1); }
.product-card-media { aspect-ratio: 4/3; background: var(--cream); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.product-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.16,1,.3,1); }
.product-card:hover .product-card-media img { transform: scale(1.05); }
.product-card-media-placeholder { font-size: 48px; color: var(--slate); opacity: .4; }
.product-card-body { padding: 22px 24px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.product-card-code { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold); }
.product-card-title { font-size: 18px; font-weight: 700; color: var(--ink); margin: 0; line-height: 1.3; font-family: serif; }
.product-card-desc { font-size: 13.5px; color: var(--slate); line-height: 1.55; margin: 2px 0 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.product-card-footer { margin-top: auto; padding-top: 14px; border-top: 1px solid var(--hairline); display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.product-card-price { font-size: 14px; font-weight: 700; color: var(--wine); }
.product-card-arrow { font-size: 12.5px; font-weight: 600; color: var(--gold); display: inline-flex; align-items: center; gap: 6px; }

/* Detay — premium */
.product-detail-section { padding: 60px 0 90px; background: var(--ivory); }
.product-detail { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 56px; align-items: start; }
@media (max-width: 900px) { .product-detail { grid-template-columns: 1fr; gap: 32px; } }

.product-gallery { display: flex; flex-direction: column; gap: 14px; }
.product-gallery-main { position: relative; aspect-ratio: 1/1; background: var(--cream); border: 1px solid var(--hairline); border-radius: var(--radius); overflow: hidden; display: flex; align-items: center; justify-content: center; }
.product-gallery-main img { width: 100%; height: 100%; object-fit: cover; cursor: zoom-in; }
.product-gallery-placeholder { font-size: 72px; color: var(--slate); opacity: .3; }
.product-gallery-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,.94); border: 1px solid var(--hairline); color: var(--ink); font-size: 14px; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 2; box-shadow: 0 4px 14px rgba(0,0,0,.1); opacity: 0; transition: opacity .25s, background .25s, transform .25s; }
.product-gallery-main:hover .product-gallery-nav { opacity: 1; }
.product-gallery-nav:hover { background: var(--wine); color: var(--ivory); transform: translateY(-50%) scale(1.05); }
.product-gallery-nav-prev { left: 12px; } .product-gallery-nav-next { right: 12px; }
@media (hover: none) { .product-gallery-nav { opacity: 1; } }

.product-gallery-thumbs { display: grid; grid-template-columns: repeat(auto-fill, minmax(80px, 1fr)); gap: 10px; }
.product-gallery-thumb { aspect-ratio: 1/1; background: var(--cream); border: 2px solid var(--hairline); border-radius: calc(var(--radius) * .6); overflow: hidden; cursor: pointer; padding: 0; transition: border-color .25s, transform .25s; }
.product-gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-gallery-thumb:hover { transform: translateY(-2px); }
.product-gallery-thumb.is-active { border-color: var(--wine); }

.product-info { padding-top: 4px; }
.product-info-code { font-size: 12px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: var(--slate); margin-bottom: 12px; }
.product-info-code span { color: var(--gold); font-weight: 700; margin-right: 4px; }
.product-info-title { font-size: 32px; font-weight: 800; color: var(--wine); line-height: 1.2; margin: 0 0 14px; font-family: serif; }
.product-info-lead { font-size: 15px; color: var(--slate); line-height: 1.7; margin: 0 0 22px; }

/* 06 varyasyon: gold çerçeveli fiyat kartı */
.product-info-price { display: flex; align-items: baseline; gap: 14px; padding: 18px 24px; background: var(--white); border: 1px solid var(--hairline); border-left: 3px solid var(--gold); border-radius: var(--radius); margin-bottom: 24px; box-shadow: 0 4px 12px rgba(110, 20, 35, 0.04); }
.product-info-price-label { font-size: 11px; text-transform: uppercase; letter-spacing: 1.5px; color: var(--slate); font-weight: 600; }
.product-info-price-value { font-size: 24px; font-weight: 800; color: var(--wine); font-family: serif; }

/* 06 özellikler — hairline altın nokta + ink/gold */
.product-info-features { list-style: none; padding: 0; margin: 0 0 26px; border-top: 1px solid var(--hairline); }
.product-info-features li { display: flex; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--hairline); font-size: 14px; }
.product-info-features .feature-label { flex: 0 0 42%; font-weight: 600; color: var(--ink); position: relative; padding-left: 18px; }
.product-info-features .feature-label::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 6px; height: 6px; background: var(--gold); border-radius: 50%; }
.product-info-features .feature-value { flex: 1; color: var(--slate); }

.product-info-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.product-info-actions .btn-primary, .product-info-actions .error-outline { min-width: 180px; justify-content: center; }

/* 06 Tabs — gold alt çizgi + serif */
.product-tabs { margin-top: 56px; border-top: 1px solid var(--hairline); }
.product-tabs-head { display: flex; border-bottom: 1px solid var(--hairline); }
.product-tab { background: transparent; border: none; padding: 16px 28px; font-size: 14px; font-weight: 600; color: var(--slate); cursor: pointer; position: relative; transition: color .2s; letter-spacing: .5px; font-family: serif; }
.product-tab::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .3s; }
.product-tab:hover { color: var(--wine); }
.product-tab.is-active { color: var(--wine); }
.product-tab.is-active::after { transform: scaleX(1); }
.product-tab-panel { display: none; padding: 32px 0; color: var(--slate); line-height: 1.8; }
.product-tab-panel.is-active { display: block; }
.product-tab-panel > *:first-child { margin-top: 0; }
.product-tab-panel > *:last-child { margin-bottom: 0; }

/* Lightbox — ink+gold */
.product-lightbox { position: fixed; inset: 0; background: rgba(26, 15, 20, .94); z-index: 10000; display: none; align-items: center; justify-content: center; padding: 60px 72px; opacity: 0; transition: opacity .3s; }
.product-lightbox.is-open { display: flex; opacity: 1; }
.product-lightbox-stage img { max-width: 100%; max-height: calc(100vh - 120px); object-fit: contain; border-radius: var(--radius); box-shadow: 0 24px 64px rgba(0,0,0,.55); animation: prdLbIn .35s cubic-bezier(.16,1,.3,1); }
@keyframes prdLbIn { from { opacity: 0; transform: scale(.94); } to { opacity: 1; transform: scale(1); } }
.product-lightbox-close { position: absolute; top: 20px; right: 20px; width: 46px; height: 46px; border-radius: 50%; background: rgba(184, 149, 59, .15); border: 1px solid rgba(184, 149, 59, .4); color: var(--ivory); font-size: 18px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .25s, transform .25s; }
.product-lightbox-close:hover { background: var(--gold); color: var(--ink); transform: rotate(90deg); }
.product-lightbox-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 52px; height: 52px; border-radius: 50%; background: rgba(184, 149, 59, .1); border: 1px solid rgba(184, 149, 59, .4); color: var(--ivory); font-size: 18px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .25s; }
.product-lightbox-nav:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.product-lightbox-nav-prev { left: 24px; } .product-lightbox-nav-next { right: 24px; }
@media (max-width: 600px) { .product-lightbox { padding: 40px 16px; } .product-lightbox-nav { width: 40px; height: 40px; font-size: 15px; } .product-lightbox-nav-prev { left: 10px; } .product-lightbox-nav-next { right: 10px; } .product-lightbox-close { top: 12px; right: 12px; width: 38px; height: 38px; font-size: 15px; } }
