/* =============================================================
   The Orjin - Premium tema (Market Bosphorus tarzi)
   Renk: Beyaz + Lacivert   |   Font: Poppins
   ============================================================= */

:root {
    --brand: #272362;
    --navy-900: #1e1b4d;
    --navy-800: #272362;
    --navy-700: #32306f;
    --navy-600: #3d3a82;
    --navy-500: #4a4694;
    --accent: #272362;
    --btn: #272362;
    --accent-hover: #1e1b4d;
    --accent-light: #b5b2dc;
    --light: #f4f3f9;
    --light-2: #ebeaf3;
    --warm: #FAF7F2;
    --white: #ffffff;
    --text: #23232e;
    --muted: #6b6b7a;
    --line: #e4e2ef;
    --radius: 6px;
    --shadow: 0 30px 70px rgba(39, 35, 98, .14);
    --shadow-sm: 0 14px 34px rgba(39, 35, 98, .08);
    --font: 'Poppins', system-ui, -apple-system, sans-serif;
    --header-h: 92px;
    --maxw: 1400px;
    --ease: cubic-bezier(.22,.61,.36,1);
    --heading-size: 60px;
    --heading-weight: 400;
    --heading-color: #000000;
    --footer-bg: #272362;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
html { overflow-x: hidden; }
body { font-family: var(--font); color: var(--text); background: var(--white); line-height: 1.75; font-size: 16px; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: color .25s; }
ul { list-style: none; }

.container { width: min(var(--maxw), 90%); margin: 0 auto; }
.container--narrow { width: min(1040px, 90%); margin: 0 auto; }

h1, h2, h3, h4 { font-family: var(--font); line-height: 1.15; color: var(--heading-color); letter-spacing: -.015em; }
h1, h2 { font-size: var(--heading-size); font-weight: var(--heading-weight); }
h3 { font-size: 1.35rem; font-weight: var(--heading-weight); }
h4 { font-size: 1.1rem; font-weight: var(--heading-weight); }

/* Ortak bolum yapisi */
.section { padding: 100px 0; }
.section--tight { padding: 80px 0; }
.section--light { background: var(--light); }
.section--below-header { padding-top: calc(var(--header-h) + 48px); }
.section--warm { background: var(--warm); }
.section--white { background: var(--white); }
.section--reviews { background: #171310; color: #cdccde; }
.section--reviews h2,
.section--reviews .g-heading { color: #fff; }
.section--reviews .section-head p,
.section--reviews .g-rating__txt { color: #a9a7c4; }
.section--navy { background: var(--navy-800); color: #cdccde; }
.section--navy h1,.section--navy h2, .section--navy h3, .section--navy h4 { color: #fff; }

.eyebrow { font-size: .72rem; letter-spacing: .38em; text-transform: uppercase; color: var(--accent); font-weight: 600; display: inline-block; margin-bottom: 14px; position: relative; }
.section--navy .eyebrow { color: var(--accent-light); }
.section-head { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.section-head:has(+ .gallery-tabs),
.section-head:has(+ .tabs) { margin-bottom: 20px; }
.section-head h1,
.section-head h2 { font-size: var(--heading-size); font-weight: var(--heading-weight); }
.section-head p { color: var(--muted); margin-top: 14px; font-weight: 300; font-size: 1.05rem; }
.section--navy .section-head p { color: #a9a7c4; }

/* ---------- Buttons ---------- */
.btn {
    display: inline-flex; align-items: center; gap: 10px; justify-content: center;
    padding: 16px 40px; font-family: var(--font); font-weight: 500; letter-spacing: .12em;
    font-size: .76rem; text-transform: uppercase; cursor: pointer; border: 1px solid transparent;
    transition: all .35s var(--ease); border-radius: var(--radius);
}
.btn--sm { padding: 12px 28px; font-size: .72rem; }
.btn--gold { background: var(--btn); color: #fff; border-color: var(--btn); }
.btn--gold:hover { background: transparent; color: var(--btn); border-color: var(--btn); }
.btn--outline { background: transparent; border-color: var(--btn); color: var(--btn); }
.btn--outline:hover { background: var(--btn); color: #fff; }
.btn--light { background: transparent; border-color: rgba(255,255,255,.55); color: #fff; }
.btn--light:hover { background: #fff; color: var(--navy-800); border-color: #fff; }
.hero .btn--gold { background: #fff; color: var(--navy-800); border-color: #fff; }
.hero .btn--gold:hover { background: transparent; color: #fff; border-color: #fff; }

/* ---------- Header (minimal, hero uzerinde transparan) ---------- */
.header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; transition: background .4s var(--ease), box-shadow .4s var(--ease); background: rgba(255,255,255,.98); box-shadow: 0 2px 24px rgba(12,10,31,.07); }
.header__inner { display: flex; align-items: center; justify-content: space-between; min-height: var(--header-h); gap: 24px; }
.brand { display: inline-flex; align-items: center; z-index: 2; }
.brand__img { height: 66px; width: auto; transition: filter .4s; }
.brand__text { font-size: 1.7rem; font-weight: 700; color: var(--navy-800); }
.brand__text em { color: var(--accent); font-style: normal; }

.nav { display: flex; align-items: center; gap: 30px; }
.nav > a, .nav__item > a { font-size: .78rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: var(--navy-800); position: relative; padding: 8px 0; display: inline-flex; align-items: center; gap: 6px; }
.nav > a::after, .nav__item > a::after { content: ''; position: absolute; left: 0; bottom: 0; height: 1.5px; width: 0; background: currentColor; transition: width .3s; }
.nav > a:hover, .nav__item:hover > a { color: var(--accent); }
.nav > a.is-active::after, .nav__item > a.is-active::after { width: 100%; }
.nav > a.is-active, .nav__item > a.is-active { color: var(--accent); }
.caret { width: 5px; height: 5px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); margin-bottom: 3px; }

.nav__item { position: relative; }
.nav__sub { position: absolute; top: calc(100% + 14px); left: 50%; transform: translateX(-50%); background: #fff; box-shadow: var(--shadow); padding: 12px 0; min-width: 220px; opacity: 0; visibility: hidden; transition: opacity .2s, visibility .2s; border-top: 2px solid var(--accent); }
.nav__item:hover .nav__sub { opacity: 1; visibility: visible; }
.nav__sub a { display: block; padding: 11px 24px; font-size: .8rem; letter-spacing: .04em; color: var(--text); text-transform: none; transition: color .2s; }
.nav__sub a:hover { color: var(--accent); }

/* Mega menu (Hizmetlerimiz) */
.nav__item--mega { position: static; }
.mega { position: fixed; left: 0; right: 0; top: var(--header-h); background: #fff; box-shadow: var(--shadow); border-top: 1px solid var(--line); opacity: 0; visibility: hidden; transition: opacity .2s, visibility .2s; z-index: 99; }
.nav__item--mega:hover .mega { opacity: 1; visibility: visible; }
.mega__inner { display: grid; grid-template-columns: 1.25fr 1fr; gap: 46px; padding: 42px 0; align-items: stretch; }
.mega__eyebrow { display: block; font-size: .72rem; letter-spacing: .3em; text-transform: uppercase; color: var(--accent); font-weight: 600; margin-bottom: 18px; }
.mega__list ul { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 24px; }
.mega__list li a { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 12px 16px; border-radius: var(--radius); color: var(--navy-800); font-size: .92rem; font-weight: 500; text-transform: none; letter-spacing: 0; transition: color .2s; }
.mega__list li a::after { display: none; }
.mega__list li a:hover, .mega__list li a.active { color: var(--accent); }
.mega__link-text { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 8px; flex: 1; min-width: 0; }
.mega__link-text:has(.mega__tag) { flex-direction: column; align-items: flex-start; gap: 4px; }
.mega__title { line-height: 1.35; }
.mega__arrow { display: none; }
.mega__media { position: relative; min-height: 320px; border-radius: var(--radius); overflow: hidden; background: var(--navy-700); }
.mega__fig { position: absolute; inset: 0; margin: 0; opacity: 0; transition: opacity .55s var(--ease); }
.mega__fig.active { opacity: 1; }
.mega__fig img { width: 100%; height: 100%; object-fit: cover; }
.mega__fig figcaption { position: absolute; inset: auto 0 0 0; padding: 26px; background: linear-gradient(transparent, rgba(0,0,0,.88)); color: #fff; }
.mega__fig figcaption strong { display: block; font-size: 1.15rem; font-weight: 500; margin-bottom: 5px; }
.mega__fig figcaption span { font-size: .85rem; opacity: .85; font-weight: 300; }

.header__actions { display: flex; align-items: center; gap: 18px; }
.h-loc { display: inline-flex; align-items: center; gap: 6px; font-size: .74rem; letter-spacing: .06em; color: var(--navy-800); text-transform: uppercase; font-weight: 500; min-height: 28px; }
.h-loc:hover { color: var(--accent); }
.h-loc svg { flex-shrink: 0; display: block; }
.h-loc span { max-width: 150px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lang-dd,
.loc-dd { position: relative; display: flex; align-items: center; }
.lang-dd__toggle,
.loc-dd__toggle { display: inline-flex; align-items: center; justify-content: center; gap: 6px; background: none; border: none; cursor: pointer; font-family: var(--font); font-size: .74rem; font-weight: 500; letter-spacing: .06em; line-height: 1; text-transform: uppercase; color: var(--navy-800); padding: 0 2px; min-height: 28px; box-sizing: border-box; }
.lang-dd__toggle .caret,
.loc-dd .caret { transition: transform .25s var(--ease); }
.lang-dd.open .lang-dd__toggle .caret,
.loc-dd.open .caret { transform: rotate(-135deg); margin-bottom: -3px; }
.lang-dd__menu { position: absolute; top: 100%; right: 0; margin-top: 10px; background: #fff; box-shadow: var(--shadow); border-top: 2px solid var(--accent); min-width: 150px; padding: 8px 0; opacity: 0; visibility: hidden; transform: translateY(10px); transition: all .28s var(--ease); z-index: 10; }
.lang-dd.open .lang-dd__menu { opacity: 1; visibility: visible; transform: translateY(0); }
.lang-dd__menu a { display: block; padding: 10px 20px; font-size: .82rem; color: var(--text); }
.lang-dd__menu a:hover { background: var(--light); color: var(--accent); }
.lang-dd__menu a.active { color: var(--accent); font-weight: 600; }

/* Konum (sube) acilir menu */
.loc-dd__menu { position: absolute; top: 100%; right: 0; margin-top: 12px; background: #fff; box-shadow: var(--shadow); border-top: 2px solid var(--accent); min-width: 270px; padding: 8px 0; opacity: 0; visibility: hidden; transform: translateY(10px); transition: all .28s var(--ease); z-index: 10; }
.loc-dd.open .loc-dd__menu { opacity: 1; visibility: visible; transform: translateY(0); }
.loc-dd__menu a { display: block; padding: 12px 20px; }
.loc-dd__menu a strong { display: block; color: var(--navy-800); font-size: .88rem; font-weight: 600; letter-spacing: 0; text-transform: none; }
.loc-dd__menu a span { display: block; color: var(--muted); font-size: .78rem; font-weight: 300; margin-top: 3px; text-transform: none; letter-spacing: 0; }
.loc-dd__menu a:hover { background: var(--light); }
.loc-dd__menu a:hover strong { color: var(--accent); }

.nav-toggle { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 6px; padding: 6px; z-index: 106; }
.nav-toggle span { width: 26px; height: 2px; background: var(--navy-800); transition: .3s; }

/* Overlay (hero uzerinde) */
.header--overlay { background: transparent; box-shadow: none; }
.header--overlay .nav > a, .header--overlay .nav__item > a, .header--overlay .h-loc, .header--overlay .brand__text { color: #fff; }
.header--overlay .lang-dd__toggle, .header--overlay .loc-dd__toggle { color: #fff; }
.header--overlay .brand__img { filter: brightness(0) invert(1); }
.header--overlay .nav-toggle span { background: #fff; }
.header--overlay.scrolled { background: rgba(255,255,255,.98); box-shadow: 0 2px 24px rgba(12,10,31,.09); }
.header--overlay.scrolled .nav > a, .header--overlay.scrolled .nav__item > a, .header--overlay.scrolled .h-loc, .header--overlay.scrolled .brand__text { color: var(--navy-800); }
.header--overlay.scrolled .lang-dd__toggle, .header--overlay.scrolled .loc-dd__toggle { color: var(--navy-800); }
.header--overlay.scrolled .brand__img { filter: none; }
.header--overlay.scrolled .nav-toggle span { background: var(--navy-800); }
/* Hero uzerinde rezervasyon butonu beyaz; scroll'da tekrar lacivert */
.header--overlay:not(.scrolled) .header__actions .btn--gold { background: #fff; border-color: #fff; color: var(--navy-800); }
.header--overlay:not(.scrolled) .header__actions .btn--gold:hover { background: transparent; color: #fff; border-color: #fff; }

/* Sabit header. Ic sayfalar .page-hero ile header'i temizler (ust padding'i buna gore). */
.site-main { display: block; }

/* ---------- Hero / Fullscreen slider ---------- */
.hero { position: relative; height: 100vh; min-height: 640px; overflow: hidden; display: flex; align-items: center; background: var(--navy-800); }
.hero__slides { position: absolute; inset: 0; z-index: 0; }
.hero__slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity 1.6s var(--ease); transform: scale(1.08); }
.hero__slide.is-active { opacity: 1; transform: scale(1); transition: opacity 1.6s var(--ease), transform 8s linear; }
.hero__slide--video { background: transparent; overflow: hidden; transform: none; }
.hero__slide--video.is-active { transform: none; transition: opacity 1.6s var(--ease); }
.hero__slide--video::after { content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: var(--hero-overlay-color, #000000); opacity: var(--hero-overlay-opacity, .45); }
.hero__video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    object-position: center center;
    z-index: 0;
}
.hero__embed { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; pointer-events: none; z-index: 0; }
.hero .container { position: relative; z-index: 2; }
.hero__content { color: #fff; max-width: 760px; }
.hero__content--center { max-width: 820px; margin: 22vh auto 0; text-align: center; }
.hero__content--center .hero__title { letter-spacing: .01em; }
.hero__content--center .hero__actions { justify-content: center; }
.hero__eyebrow { font-size: .76rem; letter-spacing: .42em; text-transform: uppercase; color: #fff; opacity: .85; margin-bottom: 26px; font-weight: 400; }
.hero__title { font-size: var(--heading-size); font-weight: var(--heading-weight); color: #fff; line-height: 1.05; margin-bottom: 28px; letter-spacing: -.02em; }
.hero__subtitle { font-size: 1.1rem; color: #e6e5f2; margin-bottom: 42px; max-width: 580px; font-weight: 300; }
.hero__actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero__dots { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); z-index: 3; display: flex; gap: 12px; }
.hero__dots button { width: 34px; height: 3px; border-radius: 0; border: none; background: rgba(255,255,255,.35); cursor: pointer; padding: 0; transition: .3s; }
.hero__dots button.active { background: #fff; }
.hero__scroll { position: absolute; right: 40px; bottom: 40px; z-index: 3; color: #fff; writing-mode: vertical-rl; font-size: .68rem; letter-spacing: .3em; text-transform: uppercase; opacity: .8; display: flex; align-items: center; gap: 12px; }
.hero__scroll::after { content: ''; width: 1px; height: 50px; background: rgba(255,255,255,.6); animation: scrollLine 2s infinite; }
@keyframes scrollLine { 0%{transform:scaleY(0);transform-origin:top} 50%{transform:scaleY(1);transform-origin:top} 51%{transform-origin:bottom} 100%{transform:scaleY(0);transform-origin:bottom} }

/* ---------- Intro (about) split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-items: stretch; }
.split--reverse .split__media { order: 2; }
.split--square { align-items: center; gap: clamp(32px, 4vw, 56px); width: 100%; min-width: 0; }
.split--square > .split__media,
.split--square > .split__body { min-width: 0; }
.split--square .split__media { min-height: auto; background: var(--white); display: flex; align-items: center; justify-content: center; padding: 0; }
.split--square .split__media picture,
.about-slider { position: relative; width: 100%; max-width: 100%; aspect-ratio: 3 / 2; display: block; overflow: hidden; border-radius: var(--radius); }
.about-slider__slides { position: absolute; inset: 0; }
.about-slider__slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 0; transition: opacity 1s var(--ease); border-radius: var(--radius); }
.about-slider__slide.is-active { opacity: 1; }
.split--square .split__media img { position: relative; inset: auto; width: 100%; height: 100%; max-width: 100%; object-fit: cover; object-position: center; border-radius: var(--radius); }
.split--square .split__body { padding: 0; }
.split__media { position: relative; overflow: hidden; min-height: 480px; background: var(--navy-700); }
.split__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.split__media picture { position: absolute; inset: 0; display: block; width: 100%; height: 100%; }
.split__body { padding: clamp(32px, 4.5vw, 72px); display: flex; flex-direction: column; justify-content: center; }
.split__body .btn { align-self: flex-start; }
.split__body .btn--gold:hover { background: var(--btn); color: #fff; border-color: var(--btn); }
.split__body h2 { font-size: var(--heading-size); font-weight: var(--heading-weight); margin-bottom: 22px; }
.split__body p { color: var(--muted); margin-bottom: 18px; font-weight: 300; }
.section--navy .split__body p { color: #a9a7c4; }
.split__list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 10px 0 34px; }
.split__list li { display: flex; gap: 10px; align-items: center; font-weight: 400; font-size: .95rem; }
.split__list li::before { content: ''; width: 7px; height: 7px; background: var(--accent); transform: rotate(45deg); flex-shrink: 0; }
.section--navy .split__list li::before { background: var(--accent-light); }
.est-badge { position: absolute; left: 30px; bottom: 30px; background: #fff; color: var(--navy-800); padding: 16px 24px; z-index: 2; }
.est-badge strong { font-size: 1.9rem; display: block; line-height: 1; font-weight: 700; }
.est-badge span { font-size: .74rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }

/* ---------- Menu kategorileri (otomatik kayan serit) ---------- */
.menu-marquee { padding: 56px 0; background: var(--white); }
.menu-marquee__viewport { width: 100%; overflow: hidden; padding: 8px 0; box-sizing: border-box; direction: ltr; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.menu-marquee__track { display: flex; align-items: center; gap: 64px; width: max-content; direction: ltr; animation: menuMarquee 45s linear infinite; }
.menu-marquee__track:has(.menu-cat:hover) { animation-play-state: paused; }
@keyframes menuMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.menu-cat { display: flex; flex-direction: column; align-items: center; gap: 14px; min-width: 92px; text-align: center; color: var(--navy-800); }
.menu-cat__ic { width: 76px; height: 76px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: var(--light); color: var(--accent); transition: background .3s var(--ease), color .3s var(--ease), transform .3s var(--ease); }
.menu-cat__ic svg { width: 34px; height: 34px; }
.menu-cat:hover .menu-cat__ic { background: var(--navy-800); color: #fff; transform: translateY(-5px); }
.menu-cat__label { font-size: .82rem; font-weight: 500; letter-spacing: .01em; white-space: nowrap; }
@media (prefers-reduced-motion: reduce) { .menu-marquee__track { animation: none; } }

/* ---------- Services (carousel) ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.svc-carousel { position: relative; direction: ltr; }
.svc-viewport { overflow: hidden; cursor: grab; touch-action: pan-y; -webkit-user-select: none; user-select: none; direction: ltr; }
.svc-viewport.is-dragging { cursor: grabbing; }
.svc-viewport.is-dragging .svc-tile { pointer-events: none; }
.svc-track { display: flex; gap: 18px; will-change: transform; transition: transform .7s var(--ease); direction: ltr; }
.svc-track > .svc-tile { flex: 0 0 calc((100% - 54px) / 4); }
.svc-nav { position: absolute; top: 50%; transform: translateY(-50%); z-index: 4; width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line); background: #fff; color: var(--navy-800); font-size: 1.5rem; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-sm); transition: background .25s, color .25s; }
.svc-nav:hover { background: var(--navy-800); color: #fff; border-color: var(--navy-800); }
.svc-nav--prev { left: -18px; }
.svc-nav--next { right: -18px; }
.svc-tile { position: relative; overflow: hidden; min-height: 360px; display: flex; align-items: flex-end; border-radius: var(--radius); background: #0a0a0a; }
.svc-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); z-index: 0; }
.svc-tile::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.92) 0%, rgba(0,0,0,.38) 55%, rgba(0,0,0,.12) 100%); z-index: 1; transition: background .4s; }
.svc-tile:hover img { transform: scale(1.09); }
.svc-tile__body { position: relative; z-index: 2; padding: 28px; color: #fff; width: 100%; }
.svc-tile__body h3 { color: #fff; font-size: 1.25rem; margin-bottom: 8px; font-weight: 500; }
.svc-tile__body p { color: rgba(255,255,255,.82); font-size: .86rem; font-weight: 300; max-height: 0; opacity: 0; overflow: hidden; transition: all .45s var(--ease); }
.svc-tile:hover .svc-tile__body p { max-height: 120px; opacity: 1; margin-top: 4px; }

/* Tek subeye ozel hizmet rozeti (or. Kids Club - sadece Marina) */
.svc-branch-tag { position: absolute; top: 14px; left: 14px; z-index: 3; padding: 5px 12px; border-radius: 999px; background: rgba(255,255,255,.94); color: var(--navy-800); font-size: .6rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; box-shadow: var(--shadow-sm); white-space: nowrap; }
.svc-branch-tag--inline { position: static; display: inline-block; margin: 0 0 8px 0; background: var(--navy-800); color: #fff; box-shadow: none; vertical-align: baseline; }
.mega__tag { display: inline-flex; align-items: center; flex-shrink: 0; padding: 2px 8px; border-radius: 999px; background: var(--accent-light); color: var(--navy-900); font-size: .56rem; font-style: normal; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; line-height: 1.4; }

/* ---------- Showcase (full-bleed deneyim bloklari) ---------- */
.showcase { position: relative; min-height: 90vh; display: flex; align-items: center; justify-content: center; background-size: cover; background-position: center; background-attachment: fixed; }
.showcase::after { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,.68); z-index: 0; }
.showcase .container { display: flex; justify-content: center; width: 100%; }
.showcase--right { justify-content: flex-end; }
.showcase--right::after { background: linear-gradient(270deg, rgba(0,0,0,.82), rgba(0,0,0,.35)); }
.showcase__inner { position: relative; z-index: 1; max-width: 640px; color: #fff; padding: 60px 0; text-align: center; margin: 0 auto; }
.showcase__inner .eyebrow { color: #fff; opacity: .8; }
.showcase__inner h2 { color: #fff; font-size: var(--heading-size); font-weight: var(--heading-weight); margin-bottom: 20px; }
.showcase__inner p { color: #e0dff0; font-weight: 300; margin-bottom: 30px; }

/* ---------- Stats ---------- */
.stats { background: var(--navy-900); padding: 72px 0; }
.stats__grid { display: flex; justify-content: space-between; align-items: center; width: 100%; gap: 48px; text-align: left; }
.stat { padding: 6px 0; display: flex; align-items: center; gap: 16px; flex: 0 1 auto; }
.stat__ic { flex-shrink: 0; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; color: var(--accent-light); border: 1px solid rgba(185,182,224,.28); border-radius: var(--radius); }
.stat__ic svg { width: 26px; height: 26px; }
.stat__info { min-width: 0; }
.stat .num { font-size: 2.7rem; color: #fff; line-height: 1; font-weight: 600; }
.stat .lbl { color: var(--accent-light); letter-spacing: .12em; text-transform: uppercase; font-size: .72rem; margin-top: 8px; }

/* ---------- Reviews / Google ---------- */
.g-heading { display: inline-flex; align-items: center; gap: 12px; font-size: var(--heading-size); font-weight: var(--heading-weight); color: var(--heading-color); }
.g-heading__logo { flex-shrink: 0; }
.g-rating { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 14px; flex-wrap: wrap; }
.reviews-cta { display: flex; flex-direction: column; align-items: center; gap: 18px; margin-top: 46px; text-align: center; }
.reviews-cta .g-rating { margin-top: 0; }
.g-stars { color: #fbbc04; letter-spacing: 2px; font-size: 1.1rem; }
.g-rating__txt { color: var(--muted); font-size: .9rem; font-weight: 300; }
.reviews__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.reviews-carousel { position: relative; direction: ltr; }
.reviews-viewport { overflow: hidden; direction: ltr; }
.reviews-track { display: flex; gap: 24px; align-items: stretch; will-change: transform; transition: transform .7s var(--ease); direction: ltr; }
.reviews-track > .review-card { flex: 0 0 calc((100% - 48px) / 3); min-width: 0; }
.review-card { background: #fff; padding: 40px 34px; border: 1px solid var(--line); position: relative; transition: transform .35s var(--ease); border-radius: var(--radius); display: flex; flex-direction: column; }
.review-card:hover { transform: translateY(-4px); }
.review-card__stars { color: var(--accent); margin-bottom: 16px; letter-spacing: 3px; font-size: .9rem; }
.review-card--google .review-card__stars { color: #fbbc04; }
.review-card--google .g-mark { position: absolute; top: 26px; right: 26px; opacity: .9; }
.review-card--google { padding-top: 34px; }
.review-card p { color: var(--text); margin-bottom: 24px; font-weight: 300; font-style: italic; flex: 1; }
.review-card__author { display: flex; align-items: center; gap: 14px; margin-top: auto; }
.review-card__avatar { width: 48px; height: 48px; border-radius: 50%; background: var(--navy-700); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; font-weight: 600; }
.review-card__name { font-weight: 600; color: var(--navy-800); }
.review-card__role { font-size: .8rem; color: var(--muted); }

/* ---------- Blog ---------- */
.blog__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.blog__grid--3 { grid-template-columns: repeat(3, 1fr); gap: 30px; }
.blog-card { background: #fff; overflow: hidden; border: 1px solid var(--line); transition: transform .35s var(--ease), box-shadow .35s; display: flex; flex-direction: column; border-radius: var(--radius); }
.blog-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-sm); }
.blog-card__media { height: 200px; overflow: hidden; background: var(--navy-700); position: relative; display: block; }
.blog-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.blog-card:hover .blog-card__media img { transform: scale(1.07); }
.blog-card__media .ph { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: var(--accent-light); font-size: 1.3rem; font-weight: 600; }
.blog-card__body { padding: 24px 22px; flex: 1; display: flex; flex-direction: column; }
.blog-card h3 a { color: inherit; }
.blog-card__meta { font-size: .72rem; color: var(--muted); letter-spacing: .1em; text-transform: uppercase; margin-bottom: 12px; }
.blog-card h3 { font-size: 1.2rem; margin-bottom: 12px; line-height: 1.4; font-weight: 500; }
.blog-card p { color: var(--muted); font-size: .9rem; margin-bottom: 18px; flex: 1; font-weight: 300; }
.more { color: var(--accent); font-weight: 600; font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; align-self: flex-start; }
.more:hover { color: var(--navy-900); }

/* Blog detay */
.blog-detail__title { max-width: none; }
.blog-detail__article { max-width: none; margin: 0; width: 100%; }
.blog-detail__hero { width: 100%; max-width: 860px; max-height: 480px; object-fit: cover; border-radius: var(--radius); margin-bottom: 28px; display: block; }
.blog-detail__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; font-size: .78rem; color: var(--muted); letter-spacing: .08em; text-transform: uppercase; margin-bottom: 26px; }
.blog-detail__content { max-width: none; margin: 0; margin-inline: 0; text-align: left; width: 100%; }
.blog-detail__content img { width: 100%; max-width: 100%; height: auto; display: block; }
.blog-detail__cta { margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--line); color: var(--muted); }
.blog-detail__cta a { color: var(--accent); font-weight: 500; }
.blog-detail__cta a:hover { color: var(--navy-900); }

/* Blog carousel (manuel kaydirma) */
.blog-carousel { position: relative; width: 100%; max-width: 100vw; margin-top: 8px; }
.blog-carousel__viewport { overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; -webkit-overflow-scrolling: touch; padding: 6px clamp(20px, 5vw, 72px) 14px; }
.blog-carousel__viewport::-webkit-scrollbar { display: none; }
.blog-carousel__track { display: flex; gap: 24px; width: max-content; }
.blog-carousel__track > .blog-card { flex: 0 0 clamp(280px, 24vw, 340px); width: clamp(280px, 24vw, 340px); scroll-snap-align: start; }
.blog-carousel .svc-nav--prev { left: clamp(12px, 3vw, 40px); }
.blog-carousel .svc-nav--next { right: clamp(12px, 3vw, 40px); }
.svc-nav:disabled { opacity: .35; cursor: not-allowed; pointer-events: none; }
.svc-nav[hidden] { display: none !important; }

/* ---------- Lokasyonlar (ana sayfa) ---------- */
.loc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.loc-card { background: #FFFFFF; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .35s var(--ease), box-shadow .35s; }
.loc-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-sm); }
.loc-card__media { position: relative; height: 300px; overflow: hidden; background: var(--navy-700); }
.loc-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.loc-card:hover .loc-card__media img { transform: scale(1.06); }
.loc-card__badge { position: absolute; left: 20px; bottom: 20px; background: rgba(8,7,21,.85); color: #fff; padding: 8px 18px; border-radius: var(--radius); font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 500; }
.loc-card__body { padding: 28px 30px 30px; background: #FFFFFF; }
.loc-card__addr { color: var(--text); font-weight: 400; margin-bottom: 8px; }
.loc-card__meta { color: var(--muted); font-size: .88rem; font-weight: 300; margin-bottom: 20px; }
.loc-card__meta a { color: var(--accent); }
.loc-card__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.loc-card__actions .btn--gold:hover { background: #fff; color: var(--btn); border-color: var(--btn); }

/* ---------- Instagram akisi ---------- */
.ig-section { background: var(--warm); color: var(--text); padding: 72px 0 46px; overflow: hidden; }
.ig-tabs { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 34px; }
.ig-tab { padding: 10px 26px; border-radius: 999px; border: 1px solid rgba(39,35,98,.28); background: transparent; color: var(--navy-800); cursor: pointer; font-family: var(--font); font-size: .72rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; transition: background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease); }
.ig-tab:hover { border-color: var(--navy-800); }
.ig-tab.active { background: var(--navy-800); border-color: var(--navy-800); color: #fff; }
.ig-panel { display: none; }
.ig-panel.active { display: block; }
.ig-profile { display: flex; align-items: center; gap: 16px; margin-bottom: 30px; }
.ig-profile__icon { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; background: none; line-height: 0; }
.ig-profile__icon img { width: 35px; height: 35px; filter: brightness(0) saturate(100%) invert(14%) sepia(42%) saturate(3200%) hue-rotate(228deg) brightness(92%) contrast(92%); }
.ig-profile__id { display: flex; flex-direction: column; justify-content: center; }
.ig-profile__handle { display: block; color: var(--navy-800); font-size: 1.05rem; font-weight: 600; letter-spacing: .02em; line-height: 1.25; }
.ig-profile__handle:hover { color: var(--accent-hover); }
.ig-profile__sub { display: block; color: var(--muted); font-size: .8rem; font-weight: 300; line-height: 1.25; margin-top: 3px; }
.ig-scroller { display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: none; width: min(var(--maxw), 90%); margin: 0 auto; }
.ig-scroller::-webkit-scrollbar { display: none; }
.ig-card { position: relative; flex: 0 0 auto; width: calc((100% - 40px) / 5); aspect-ratio: 9 / 15; border-radius: 12px; overflow: hidden; background: #1b1815; scroll-snap-align: start; }
.ig-card img, .ig-card video { width: 100%; height: 100%; object-fit: cover; transition: transform .55s var(--ease); }
.ig-card:hover img { transform: scale(1.06); }
.ig-card::after { content: ""; position: absolute; inset: 55% 0 0 0; background: linear-gradient(transparent, rgba(0,0,0,.82)); pointer-events: none; }
.ig-card__badge { position: absolute; top: 12px; left: 12px; z-index: 2; padding: 5px 12px; border-radius: 999px; background: rgba(10,9,7,.72); color: #fff; font-size: .6rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.ig-card__type { position: absolute; top: 12px; right: 12px; z-index: 2; color: #fff; opacity: .92; filter: drop-shadow(0 2px 6px rgba(0,0,0,.6)); }
.ig-card__cap { position: absolute; left: 14px; right: 14px; bottom: 13px; z-index: 2; color: #e9e5da; font-size: .78rem; font-weight: 300; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.ig-foot { text-align: center; margin-top: 34px; }
.ig-foot a { color: var(--muted); font-size: .72rem; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; }
.ig-foot a:hover { color: var(--navy-800); }
@media (max-width: 1200px) {
    .ig-card { width: calc((100% - 30px) / 4); }
}
@media (max-width: 860px) {
    .ig-section { padding: 56px 0 36px; }
    .ig-card { width: min(62vw, 260px); }
}
@media (max-width: 860px) { .loc-grid { grid-template-columns: 1fr; } }

/* ---------- Page hero (ic sayfalar) ---------- */
.page-hero { position: relative; min-height: 300px; height: 300px; display: flex; align-items: center; justify-content: center; padding: var(--header-h) 0 0; box-sizing: border-box; text-align: center; background: var(--navy-800); background-size: cover; background-position: center; background-repeat: no-repeat; color: #fff; overflow: hidden; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { color: #fff; font-size: var(--heading-size); font-weight: var(--heading-weight); }
.page-hero--photo h1,
.page-hero--photo .breadcrumb,
.page-hero--photo .breadcrumb a { text-shadow: 0 2px 18px rgba(0, 0, 0, .75); }
.page-hero--blog { background: var(--light); color: var(--text); text-align: left; justify-content: flex-start; align-items: flex-end; padding-bottom: 44px; }
.page-hero--blog h1 { color: var(--navy-800); max-width: none; margin: 0; line-height: 1.15; }
.page-hero--blog .breadcrumb { color: var(--muted); }
.page-hero--blog .breadcrumb a { color: var(--navy-600); }
.page-hero--blog .breadcrumb a:hover { color: var(--accent); }
.page-hero--blog .breadcrumb span { color: var(--accent); }
.breadcrumb { margin-top: 16px; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: #b7b5d0; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb span { color: var(--accent-light); }

/* ---------- Hizmet detay ---------- */
/* Reels grid — masaustu 3'lu, mobil yatay kaydirma */
.svc-reels { padding: 72px 0 80px; background: var(--warm); overflow: hidden; }
.svc-reels__head { text-align: center; max-width: 620px; margin: 0 auto 44px; }
.svc-reels__eyebrow { display: inline-block; font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--navy-600); margin-bottom: 12px; }
.svc-reels__head h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 400; margin-bottom: 12px; }
.svc-reels__head p { color: var(--muted); font-weight: 300; font-size: .98rem; line-height: 1.65; }
.svc-reels__track-wrap { width: min(var(--maxw), 90%); margin: 0 auto; }
.svc-reels__track { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; width: 100%; }
.svc-reel { position: relative; aspect-ratio: 9 / 16; border-radius: 18px; overflow: hidden; background: var(--navy-800); box-shadow: 0 24px 50px rgba(39, 35, 98, .18); }
.svc-reel video { width: 100%; height: 100%; object-fit: cover; display: block; }
.svc-reel::after { content: ''; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(8,7,21,.55)); pointer-events: none; }
.svc-reel__badge { position: absolute; top: 14px; left: 14px; z-index: 2; padding: 5px 12px; border-radius: 999px; background: rgba(10,9,7,.72); color: #fff; font-size: .58rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.svc-reel__mute { position: absolute; bottom: 14px; right: 14px; z-index: 3; width: 38px; height: 38px; border: 0; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--navy-800); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .25s, transform .25s; }
.svc-reel__mute:hover { background: #fff; transform: scale(1.06); }
.svc-reel__icon--on { display: none; }
.svc-reel.is-unmuted .svc-reel__icon--muted { display: none; }
.svc-reel.is-unmuted .svc-reel__icon--on { display: block; }

.svc-detail { padding: 48px 0 88px; }
.svc-detail--top { padding: calc(var(--header-h) + 40px) 0 0; }
.svc-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; margin-bottom: 64px; }
.svc-intro--solo { grid-template-columns: 1fr; max-width: 760px; margin-left: auto; margin-right: auto; text-align: center; }
.svc-intro--solo .svc-intro__actions { justify-content: center; }
.svc-intro__media { width: 100%; border-radius: 12px; overflow: hidden; box-shadow: var(--shadow-sm); }
.svc-intro__media img,
.svc-intro__video { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; background: #0a0a0a; }
.svc-intro__eyebrow { display: inline-block; font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--navy-600); margin-bottom: 14px; }
.svc-intro__body h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 400; margin-bottom: 18px; }
.svc-intro__lead { color: #45454f; font-weight: 300; font-size: 1.06rem; line-height: 1.75; margin-bottom: 28px; }
.svc-intro__actions { display: flex; gap: 14px; flex-wrap: wrap; }

.svc-showcase-carousel { width: 100vw; margin-left: calc(50% - 50vw); margin-top: 48px; overflow: hidden; --showcase-duration: 36s; direction: ltr; }
.svc-showcase-carousel__viewport { overflow: hidden; direction: ltr; }
.svc-showcase-carousel__track { display: flex; gap: 20px; width: max-content; padding: 0 clamp(20px, 5vw, 72px); animation: svcShowcaseMarquee var(--showcase-duration) linear infinite; will-change: transform; direction: ltr; }
.svc-showcase-carousel:hover .svc-showcase-carousel__track { animation-play-state: paused; }
@keyframes svcShowcaseMarquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.svc-showcase-carousel__item { flex: 0 0 clamp(280px, 32vw, 400px); margin: 0; border-radius: 12px; overflow: visible; box-shadow: none; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.svc-showcase-carousel__item img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .6s var(--ease); border-radius: 12px; box-shadow: var(--shadow-sm); }
.svc-showcase-carousel__item:hover img { transform: scale(1.04); }
.svc-showcase-carousel__caption { width: 100%; margin: 0; padding: 0 8px; text-align: center; font-size: .95rem; font-weight: 500; color: var(--text); line-height: 1.45; }
@media (prefers-reduced-motion: reduce) {
    .svc-showcase-carousel__track { animation: none; flex-wrap: nowrap; overflow-x: auto; scroll-snap-type: x mandatory; }
    .svc-showcase-carousel__item { scroll-snap-align: start; }
}

.svc-highlights { margin-bottom: 56px; }
.svc-highlights__head h3 { font-size: 1.5rem; font-weight: 400; margin-bottom: 24px; }
.svc-highlights__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; list-style: none; margin: 0; padding: 0; align-items: stretch; }
.svc-highlights__grid li { display: flex; align-items: center; min-height: 88px; height: 100%; padding: 18px 20px; background: var(--light); border: 1px solid var(--line); border-radius: var(--radius); font-size: .9rem; font-weight: 400; color: var(--text); line-height: 1.45; transition: border-color .25s, box-shadow .25s; }
.svc-highlights__grid li:hover { border-color: var(--accent-light); box-shadow: var(--shadow-sm); }

.svc-prose { margin-bottom: 56px; }
.svc-prose .content--wide { max-width: 920px; margin: 0; }
.svc-prose .content p:first-child { font-size: 1.1rem; }

.svc-cta { border-radius: 14px; overflow: hidden; background: linear-gradient(135deg, var(--navy-800) 0%, var(--navy-700) 100%); color: #fff; }
.svc-cta__inner { padding: 52px 56px; text-align: center; }
.svc-cta__inner h3 { color: #fff; font-size: clamp(1.5rem, 2.5vw, 2rem); font-weight: 400; margin-bottom: 10px; }
.svc-cta__inner p { color: rgba(255,255,255,.82); font-weight: 300; max-width: 520px; margin: 0 auto 26px; }
.svc-cta__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.svc-cta .btn--outline.btn--light { border-color: rgba(255,255,255,.45); color: #fff; }
.svc-cta .btn--outline.btn--light:hover { background: rgba(255,255,255,.12); border-color: #fff; }

.svc-detail__more { padding-top: 56px; padding-bottom: 72px; }
.svc-detail__more .svc-carousel { margin-top: 8px; }
.svc-grid--3 { grid-template-columns: repeat(3, 1fr); }

/* ---------- Content typography ---------- */
.content { max-width: 860px; margin: 0 auto; }
.content h2 { font-size: 1.9rem; margin: 32px 0 16px; font-weight: 400; color: var(--heading-color); }
.content h3 { font-size: 1.35rem; margin: 26px 0 12px; color: var(--heading-color); font-weight: 500; }
.content p { color: #45454f; margin-bottom: 18px; font-weight: 300; }
.content ul { margin: 0 0 18px 20px; list-style: none; color: #45454f; font-weight: 300; }
.content ul li { position: relative; padding-left: 22px; margin-bottom: 8px; }
.content ul li::before { content: ''; position: absolute; left: 0; top: 11px; width: 7px; height: 7px; background: var(--accent); transform: rotate(45deg); }
.content img { border-radius: var(--radius); }
.blog-detail .blog-detail__content,
.blog-detail .content { max-width: none; width: 100%; margin: 0; margin-inline: 0; text-align: left; }

/* ---------- FAQ ---------- */
.faq { max-width: 860px; margin: 0 auto; }
.faq-item { background: #fff; margin-bottom: 14px; border: 1px solid var(--line); overflow: hidden; border-radius: var(--radius); }
.faq-q { padding: 24px 28px; font-size: 1.08rem; font-weight: 500; color: var(--navy-800); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-q .ic { color: var(--accent); font-size: 1.5rem; transition: transform .3s; flex-shrink: 0; }
.faq-item.open .faq-q .ic { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-a p { padding: 0 28px 24px; color: var(--muted); font-weight: 300; }

/* ---------- Gallery ---------- */
.tabs { display: flex; justify-content: center; gap: 12px; margin-bottom: 36px; flex-wrap: wrap; }
.tab { padding: 12px 30px; border: 1px solid var(--line); background: #fff; cursor: pointer; font-weight: 500; font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; color: var(--navy-800); border-radius: var(--radius); }
.tab.active { background: var(--navy-800); color: #fff; border-color: var(--navy-800); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.gallery-item { overflow: hidden; aspect-ratio: 3/4; background: var(--navy-700); position: relative; cursor: pointer; border-radius: var(--radius); border: none; padding: 0; font: inherit; text-align: left; width: 100%; display: block; }
.gallery-panel { display: none; }
.gallery-panel.active { display: block; }
.gallery-empty { grid-column: 1 / -1; text-align: center; color: var(--muted); padding: 40px 0; }
.gallery-carousel { position: relative; direction: ltr; }
.gallery-carousel__viewport { overflow: hidden; direction: ltr; touch-action: pan-y; -webkit-user-select: none; user-select: none; }
.gallery-carousel__track { display: flex; gap: 18px; will-change: transform; transition: transform .7s var(--ease); align-items: stretch; direction: ltr; }
.gallery-carousel__track > .gallery-carousel__item { flex: 0 0 calc((100% - 54px) / 4); min-width: 0; }
.gallery-carousel__item { display: block; aspect-ratio: 3/4; overflow: hidden; border-radius: var(--radius); background: var(--navy-700); position: relative; border: none; padding: 0; cursor: pointer; font: inherit; text-align: left; width: 100%; }
.gallery-carousel__item picture,
.gallery-item picture { display: block; width: 100%; height: 100%; }
.gallery-carousel__item img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .6s var(--ease); }
.gallery-carousel__item:hover img { transform: scale(1.06); }
.gallery-carousel__cap { position: absolute; inset: auto 0 0 0; padding: 14px 16px; background: linear-gradient(transparent, rgba(12,10,31,.88)); color: #fff; font-size: .9rem; font-weight: 500; }
.home-gallery__foot { text-align: center; margin-top: 40px; }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 200; display: none; align-items: center; justify-content: center; padding: 24px; }
.lightbox.is-open { display: flex; }
.lightbox__backdrop { position: absolute; inset: 0; background: rgba(8,7,21,.9); }
.lightbox__close { position: absolute; top: 20px; right: 20px; z-index: 2; width: 44px; height: 44px; border: none; border-radius: var(--radius); background: rgba(255,255,255,.12); color: #fff; font-size: 1.75rem; line-height: 1; cursor: pointer; transition: background .2s; }
.lightbox__close:hover { background: rgba(255,255,255,.22); }
.lightbox__frame { position: relative; z-index: 1; max-width: min(1100px, 92vw); max-height: 88vh; margin: 0; }
.lightbox__frame img { max-width: 100%; max-height: 88vh; width: auto; height: auto; border-radius: var(--radius); display: block; margin: 0 auto; box-shadow: var(--shadow); }
.lightbox__caption { margin-top: 12px; text-align: center; color: #fff; font-size: .95rem; font-weight: 400; }
.lightbox__caption:empty { display: none; }
body.lightbox-open { overflow: hidden; }
.gallery-item picture { display: block; width: 100%; height: 100%; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .6s var(--ease); }
.gallery-item:hover img { transform: scale(1.09); }
.gallery-item .cap { position: absolute; inset: auto 0 0 0; padding: 16px; background: linear-gradient(transparent, rgba(12,10,31,.88)); color: #fff; font-size: 1rem; font-weight: 500; }
.gallery-item .ph { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: var(--accent-light); font-weight: 600; }
.video-wrap { aspect-ratio: 16/9; }

/* ---------- Forms ---------- */
.form-card { background: #fff; box-shadow: var(--shadow-sm); padding: 48px; border: 1px solid var(--line); border-radius: var(--radius); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.form-group { display: flex; flex-direction: column; gap: 8px; }
.form-group.full { grid-column: 1 / -1; }
.form-group label { font-size: .74rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; color: var(--navy-800); }
.form-group input, .form-group select, .form-group textarea { padding: 15px 18px; border: 1px solid var(--line); font-family: var(--font); font-size: .95rem; background: #fafbfe; transition: border-color .25s, background .25s; color: var(--text); border-radius: var(--radius); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--accent); background: #fff; }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-hint { margin: 0; font-size: .78rem; color: var(--muted); line-height: 1.5; }
.form-file { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; padding: 15px 18px; border: 1px solid var(--line); border-radius: var(--radius); background: #fafbfe; transition: border-color .25s, background .25s; min-height: 120px; }
.form-file:focus-within { border-color: var(--accent); background: #fff; }
.form-file__input { position: absolute; width: .1px; height: .1px; opacity: 0; overflow: hidden; z-index: -1; }
.form-file__btn { display: inline-flex; align-items: center; justify-content: center; padding: 10px 18px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; color: var(--navy-800); font-size: .82rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; cursor: pointer; transition: border-color .25s, color .25s, background .25s; flex-shrink: 0; }
.form-file__btn:hover { border-color: var(--accent); color: var(--accent); }
.form-file__name { flex: 1; min-width: 0; font-family: var(--font); font-size: .95rem; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* Rezervasyon — sube secici (ozel dropdown) */
.branch-pick { position: relative; }
.branch-pick__native { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.branch-pick__trigger { width: 100%; padding: 15px 18px; border: 1px solid var(--line); border-radius: var(--radius); background: #fafbfe; font-family: var(--font); font-size: .95rem; color: var(--text); text-align: left; cursor: pointer; transition: border-color .25s, background .25s; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.branch-pick__trigger:hover { border-color: var(--accent); }
.branch-pick.is-open .branch-pick__trigger,
.branch-pick__trigger:focus-visible { outline: none; border-color: var(--accent); background: #fff; }
.branch-pick__value.is-placeholder { color: var(--muted); }
.branch-pick__caret { flex-shrink: 0; color: var(--navy-600); transition: transform .25s var(--ease); }
.branch-pick.is-open .branch-pick__caret { transform: rotate(180deg); }
.branch-pick__menu { position: absolute; top: calc(100% + 6px); left: 0; right: 0; z-index: 30; margin: 0; padding: 6px; list-style: none; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); max-height: 220px; overflow-y: auto; }
.branch-pick__option { width: 100%; padding: 12px 14px; border: 0; border-radius: calc(var(--radius) - 2px); background: transparent; font-family: var(--font); font-size: .95rem; font-weight: 400; color: var(--text); text-align: left; cursor: pointer; transition: background .2s var(--ease), color .2s var(--ease); }
.branch-pick__option:hover { background: var(--light); color: var(--navy-800); }
.branch-pick__option.is-selected { background: var(--light-2); color: var(--navy-800); font-weight: 500; }
.branch-pick__option:focus-visible { outline: 2px solid var(--accent); outline-offset: -2px; }
.branch-pick.is-invalid .branch-pick__trigger { border-color: #c0392b; box-shadow: 0 0 0 3px rgba(192, 57, 43, .12); }

/* ---------- Rezervasyon tarih/saat secici ---------- */
.res-dt { position: relative; }
.res-dt.is-invalid .res-dt__field { border-color: #c0392b; box-shadow: 0 0 0 3px rgba(192, 57, 43, .12); }
.res-dt__field { width: 100%; padding: 15px 18px; border: 1px solid var(--line); border-radius: var(--radius); background: #fafbfe; font-family: var(--font); font-size: .95rem; color: var(--text); text-align: left; cursor: pointer; transition: border-color .25s, background .25s; display: flex; align-items: center; }
.res-dt__field:hover { border-color: var(--accent); }
.res-dt.is-open .res-dt__field { border-color: var(--accent); background: #fff; }
.res-dt__field-text.is-placeholder { color: var(--muted); }
.res-dt__popover { position: absolute; top: calc(100% + 8px); left: 0; z-index: 60; width: min(320px, calc(100vw - 48px)); background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); padding: 14px; }
.res-dt__popover[hidden] { display: none; }
.res-dt__calendar { padding: 0 0 12px; border-bottom: 1px solid var(--line); margin-bottom: 12px; }
.res-dt__cal-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 12px; }
.res-dt__month { font-size: .9rem; font-weight: 600; color: var(--navy-800); text-transform: capitalize; }
.res-dt__nav { width: 30px; height: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; color: var(--navy-800); font-size: 1.1rem; line-height: 1; cursor: pointer; transition: border-color .25s, color .25s; }
.res-dt__nav:hover:not(:disabled) { border-color: var(--accent); color: var(--accent); }
.res-dt__nav:disabled { opacity: .35; cursor: not-allowed; }
.res-dt__weekdays, .res-dt__days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 3px; }
.res-dt__weekdays { margin-bottom: 4px; }
.res-dt__weekday { text-align: center; font-size: .62rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); padding: 2px 0; }
.res-dt__day { aspect-ratio: 1; border: none; border-radius: var(--radius); background: transparent; font-family: var(--font); font-size: .8rem; color: var(--text); cursor: pointer; transition: background .2s, color .2s; }
.res-dt__day:hover:not(:disabled) { background: var(--light); }
.res-dt__day.is-today { box-shadow: inset 0 0 0 1px var(--accent-light); }
.res-dt__day.is-selected { background: var(--accent); color: #fff; }
.res-dt__day:disabled { color: #c5c5d2; cursor: not-allowed; }
.res-dt__day--empty { visibility: hidden; pointer-events: none; }
.res-dt__times-section { display: flex; flex-direction: column; gap: 8px; }
.res-dt__times-label { font-size: .68rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; color: var(--navy-800); margin: 0; }
.res-dt__time-input { width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: var(--radius); background: #fafbfe; font-family: var(--font); font-size: .95rem; color: var(--text); }
.res-dt__time-input:focus { outline: none; border-color: var(--accent); background: #fff; }
.res-dt__time-input:disabled { opacity: .55; cursor: not-allowed; }
.res-dt__apply { width: 100%; }
.res-dt__time-error { font-size: .78rem; color: #c0392b; margin: 0; }
.res-dt__time-error:empty { display: none; }
.res-dt__placeholder { font-size: .82rem; color: var(--muted); margin: 0; }
.res-dt__hours-note { margin: 0; font-size: .72rem; color: var(--muted); line-height: 1.4; }

/* ---------- Alerts ---------- */
.alert { padding: 15px 20px; margin-bottom: 22px; font-size: .92rem; border-radius: var(--radius); }
.alert--success { background: #e7f6ec; color: #1c6b3a; border: 1px solid #b7e2c5; }
.alert--error { background: #fdeaea; color: #a12222; border: 1px solid #f2c1c1; }

/* ---------- Contact ---------- */
.section--contact > .container { padding-top: 80px; padding-bottom: 80px; }
.contact__grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 50px; align-items: start; }
.info-list li { display: flex; gap: 16px; align-items: flex-start; padding: 20px 0; border-bottom: 1px solid var(--line); }
.info-list .ic { width: 48px; height: 48px; border-radius: 50%; background: var(--navy-800); color: #fff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.info-list .ic svg { width: 22px; height: 22px; }
.info-list .lbl { font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); }
.info-list .val { font-weight: 500; color: var(--navy-800); }
.map-embed { overflow: hidden; box-shadow: var(--shadow-sm); height: 100%; min-height: 360px; border-radius: var(--radius); }
.map-embed iframe { width: 100%; height: 100%; border: 0; display: block; }

/* Sube kartlari (iletisim) */
.branches-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.branch-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: box-shadow .35s var(--ease); }
.branch-card:hover { box-shadow: var(--shadow-sm); }
.branch-card .map-embed { border-radius: 0; height: 260px; min-height: 260px; box-shadow: none; }
.branch-card__body { padding: 32px; }
.branch-card__body h3 { font-size: 1.45rem; margin-bottom: 10px; font-weight: 500; }
.branch-card__body .info-list li { padding: 12px 0; }
.branch-card__actions { display: flex; gap: 12px; margin-top: 20px; flex-wrap: wrap; }
@media (max-width: 860px) { .branches-grid { grid-template-columns: 1fr; } }

/* ---------- Newsletter ---------- */
.newsletter { background: var(--warm); }
.newsletter__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 70px 0; flex-wrap: wrap; }
.newsletter__text h3 { color: var(--heading-color); font-size: 1.9rem; font-weight: 300; }
.newsletter__text p { color: #6b5d4d; font-weight: 300; }
.newsletter__form { display: flex; gap: 12px; flex: 1; min-width: 300px; max-width: 480px; }
.newsletter__form input { flex: 1; padding: 16px 20px; border: 1px solid rgba(8,7,21,.18); background: rgba(255,255,255,.7); color: var(--navy-900); border-radius: var(--radius); font-family: var(--font); }
.newsletter__form input::placeholder { color: #9c8f7e; }
.newsletter .btn--gold { background: var(--btn); border-color: var(--btn); color: #fff; }
.newsletter .btn--gold:hover { background: transparent; color: var(--btn); }

/* ---------- Footer ---------- */
.footer { background: var(--footer-bg); color: #c8c6de; padding-top: 80px; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1.2fr; gap: 50px; padding-bottom: 55px; }
.footer__col { min-width: 0; }
.brand--footer { margin-bottom: 22px; display: inline-block; }
.brand--footer .brand__img { height: 56px; filter: brightness(0) invert(1); }
.footer__col p { font-size: .92rem; margin-bottom: 18px; font-weight: 300; }
.footer__socials { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.footer__social-btn { width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; border-radius: var(--radius); background: rgba(255,255,255,.1); transition: filter .25s var(--ease), transform .25s var(--ease), background .25s var(--ease); }
.footer__social-btn:hover { filter: brightness(1.12); transform: translateY(-2px); background: rgba(255,255,255,.18); }
.footer__social-btn img { display: block; filter: brightness(0) invert(1); }
.footer__col h4 { color: #fff; font-size: .82rem; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 24px; font-weight: 600; }
.footer__col ul li { margin-bottom: 12px; }
.footer__col ul a { font-weight: 300; }
.footer__col ul a:hover { color: #fff; }
.footer__contact li { font-size: .92rem; font-weight: 300; margin-bottom: 12px; }
.footer__branch { display: flex; flex-direction: column; gap: 3px; padding-bottom: 14px; margin-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.07); }
.footer__branch strong { color: #fff; font-weight: 500; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.07); padding: 24px 0; font-size: .82rem; color: #6b6890; }
.footer__bottom-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer__copy { margin: 0; color: #fff; }
.footer__credit { display: flex; align-items: center; flex-shrink: 0; opacity: .85; transition: opacity .25s var(--ease); }
.footer__credit:hover { opacity: 1; }
.footer__credit img { display: block; height: 22px; width: auto; }

/* ---------- Sosyal sticky (kenarda dikey, hover ile acilir) ---------- */
.social-sticky { position: fixed; right: 0; top: 50%; transform: translateY(-50%); z-index: 95; display: flex; flex-direction: column; align-items: flex-end; gap: 0; overflow: hidden; border-radius: var(--radius) 0 0 var(--radius); box-shadow: -4px 8px 22px rgba(12,10,31,.22); }
.social-sticky__btn { position: relative; width: 48px; min-width: 48px; height: 48px; display: flex; align-items: center; justify-content: flex-start; gap: 10px; padding: 0 12px; overflow: hidden; white-space: nowrap; border-radius: 0; box-shadow: none; transition: width .35s var(--ease), filter .25s var(--ease); flex-shrink: 0; }
.social-sticky__btn + .social-sticky__btn { border-top: 1px solid rgba(255,255,255,.18); }
.social-sticky__btn--wa + .social-sticky__btn--ig { border-top-color: rgba(214, 199, 168, .28); }
.social-sticky__btn--ig + .social-sticky__btn--ig { border-top-color: rgba(214, 199, 168, .22); }
.social-sticky__btn.is-expanded { width: max-content; max-width: min(240px, calc(100vw - 32px)); }
.social-sticky__btn:hover { filter: brightness(1.08); }
.social-sticky__btn img { display: block; flex-shrink: 0; }
.social-sticky__label { font-family: var(--font); font-size: .72rem; font-weight: 600; letter-spacing: .03em; opacity: 0; max-width: 0; overflow: hidden; transition: opacity .25s var(--ease), max-width .35s var(--ease); }
.social-sticky__btn.is-expanded .social-sticky__label { opacity: 1; max-width: 180px; }
.social-sticky__btn--wa { background: #25d366; }
.social-sticky__btn--wa .social-sticky__label { color: #fff; }
.social-sticky__btn--ig.social-sticky__btn--light { background: #D6C7A8; }
.social-sticky__btn--ig.social-sticky__btn--light img { filter: brightness(0) saturate(100%) invert(14%) sepia(32%) saturate(720%) hue-rotate(355deg) brightness(0.42); }
.social-sticky__btn--ig.social-sticky__btn--light .social-sticky__label { color: #3d2e1f; }
.social-sticky__btn--ig.social-sticky__btn--dark { background: #2c1f14; }
.social-sticky__btn--ig.social-sticky__btn--dark img { filter: brightness(0) saturate(100%) invert(88%) sepia(14%) saturate(420%) hue-rotate(355deg) brightness(1.08); }
.social-sticky__btn--ig.social-sticky__btn--dark .social-sticky__label { color: #E8DCC8; }
@media (max-width: 560px) {
    .social-sticky { top: auto; bottom: 16px; transform: none; flex-direction: row; align-items: flex-end; right: 16px; border-radius: var(--radius); }
    .social-sticky__btn + .social-sticky__btn { border-top: none; border-left: 1px solid rgba(255,255,255,.18); }
    .social-sticky__btn--wa + .social-sticky__btn--ig { border-left-color: rgba(214, 199, 168, .28); }
    .social-sticky__btn--ig + .social-sticky__btn--ig { border-left-color: rgba(214, 199, 168, .22); }
}

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(38px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1200px) {
    .gallery-carousel__track > .gallery-carousel__item { flex: 0 0 calc((100% - 36px) / 3); }
    .gallery-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 1024px) {
    :root { --heading-size: 42px; }
    .svc-grid, .svc-grid--3 { grid-template-columns: repeat(2, 1fr); }
    .svc-track > .svc-tile { flex: 0 0 calc((100% - 18px) / 2); }
    .svc-intro { grid-template-columns: 1fr; gap: 36px; }
    .svc-intro__media { width: 100%; margin: 0; }
    .svc-highlights__grid { grid-template-columns: repeat(2, 1fr); }
    .split { grid-template-columns: 1fr; }
    .split--reverse .split__media { order: 0; }
    .split--square .split__media,
    .split--square .split__body { padding: 0; }
    .split__media { min-height: 320px; }
    .showcase { background-attachment: scroll; min-height: 70vh; }
    .section { padding: 90px 0; }
}
@media (max-width: 860px) {
    :root { --heading-size: 32px; --header-h: 72px; }
    .footer { padding-top: 56px; }
    .footer__grid { grid-template-columns: 1fr; gap: 40px; padding-bottom: 40px; }
    .footer__bottom-inner { flex-direction: column; text-align: center; gap: 12px; }
    .header__inner { gap: 14px; }
    .brand { flex-shrink: 0; }
    .brand__img { height: 44px; }
    .header__actions { gap: 12px; }
    .section-head { margin-bottom: 34px; }
    .section-head p { font-size: 1rem; }
    .page-hero { min-height: 240px; height: auto; padding-bottom: 36px; }
    .g-heading { gap: 10px; }
    .nav { position: fixed; inset: 0 0 0 auto; width: 320px; max-width: 86%; background: var(--navy-800); flex-direction: column; align-items: flex-start; padding: 100px 34px 34px; gap: 6px; transform: translateX(100%); transition: transform .4s var(--ease); z-index: 105; overflow-y: auto; }
    .nav.open { transform: none; }
    .nav > a, .nav__item { width: 100%; }
    .nav > a, .nav__item > a { color: #fff !important; padding: 14px 0; width: 100%; justify-content: space-between; }
    .nav > a::after, .nav__item > a::after { display: none; }
    .nav__item.has-sub > a,
    .nav__item--mega > a { cursor: pointer; }
    .nav__sub,
    .mega { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none; background: transparent; top: auto; display: none; padding: 0 0 0 16px; min-width: 0; }
    .nav__item.is-open > .nav__sub,
    .nav__item.is-open > .mega { display: block; padding-bottom: 8px; }
    .nav__sub a { color: #c7c5de; padding: 10px 0; }
    .nav__sub a:hover { color: #fff; }
    .mega__inner { display: block; padding: 0; gap: 0; }
    .mega__eyebrow, .mega__media, .mega__arrow { display: none; }
    .mega__list ul { grid-template-columns: 1fr; gap: 0; }
    .mega__list li a { color: #c7c5de; padding: 10px 0; }
    .mega__list li a:hover, .mega__list li a.active { color: #fff; }
    .nav__item.has-sub > a .caret,
    .nav__item--mega > a .caret { display: inline-block; transition: transform .25s; }
    .nav__item.is-open > a .caret { transform: rotate(-135deg); margin-bottom: -3px; }
    .nav-toggle { display: flex; }
    .h-loc span { display: none; }
    .reviews__grid, .blog__grid, .gallery-grid, .svc-grid { grid-template-columns: repeat(2, 1fr); }
    .stats__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 36px; justify-content: initial; }
    .reviews-track > .review-card { flex: 0 0 calc((100% - 24px) / 2); }
    .gallery-carousel__track > .gallery-carousel__item { flex: 0 0 calc((100% - 18px) / 2); }
    .contact__grid, .form-grid { grid-template-columns: 1fr; }
    .hero__scroll { display: none; }
    .svc-reels__track-wrap { width: 100%; padding: 0 5%; }
    .svc-reels__track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 16px; max-width: none; padding-bottom: 10px; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
    .svc-reels__track::-webkit-scrollbar { display: none; }
    .svc-reel { flex: 0 0 min(72vw, 280px); scroll-snap-align: center; }
}
@media (max-width: 560px) {
    :root { --heading-size: 26px; --header-h: 62px; }
    .brand__img { height: 36px; }
    .header__actions { gap: 10px; }
    .header__actions .btn--gold { padding: 9px 16px; font-size: .66rem; }
    h3 { font-size: 1.15rem; }
    .section-head { margin-bottom: 28px; }
    .section-head p { font-size: .92rem; margin-top: 10px; }
    .page-hero { min-height: 200px; padding-bottom: 28px; }
    .hero__title { margin-bottom: 18px; line-height: 1.12; }
    .hero__eyebrow { margin-bottom: 10px; }
    .content h2 { font-size: 1.28rem; margin: 24px 0 12px; }
    .content h3 { font-size: 1.1rem; }
    .newsletter__text h3 { font-size: 1.25rem; }
    .branch-card__body h3 { font-size: 1.2rem; }
    .showcase__inner h2 { margin-bottom: 14px; }
    .split__body h2 { margin-bottom: 16px; }
    .svc-grid, .svc-grid--3, .reviews__grid, .blog__grid, .gallery-grid, .split__list { grid-template-columns: 1fr; }
    .svc-highlights__grid { grid-template-columns: 1fr; }
    .svc-cta__inner { padding: 40px 28px; }
    .svc-reels { padding: 56px 0 64px; }
    .stats__grid { grid-template-columns: 1fr; gap: 28px; }
    .svc-track > .svc-tile { flex: 0 0 100%; }
    .reviews-track > .review-card { flex: 0 0 100%; }
    .blog-carousel__track > .blog-card { flex: 0 0 min(78vw, 300px); width: min(78vw, 300px); }
    .gallery-carousel__track > .gallery-carousel__item { flex: 0 0 100%; }
    .svc-nav { display: none; }
    .form-card { padding: 28px 20px; }
    .newsletter__inner { flex-direction: column; align-items: stretch; text-align: center; }
    .newsletter__form { max-width: none; }
    .header__actions .h-loc { display: none; }
    /* Mobilde de otomatik kayar; daha kompakt aralik */
    .menu-marquee__track { gap: 40px; }
    .menu-cat__ic { width: 66px; height: 66px; }
    .menu-cat__ic svg { width: 30px; height: 30px; }
}

/* =============================================================
   Arapca (RTL) destegi
   ============================================================= */
html[lang="ar"] body,
html[lang="ar"] h1, html[lang="ar"] h2, html[lang="ar"] h3, html[lang="ar"] h4,
html[lang="ar"] .btn, html[lang="ar"] input, html[lang="ar"] textarea, html[lang="ar"] select, html[lang="ar"] button {
    font-family: 'Cairo', 'Poppins', system-ui, -apple-system, sans-serif;
}
/* Arapcada harf araligi okunabilirligi bozar */
html[lang="ar"] h1, html[lang="ar"] h2, html[lang="ar"] h3, html[lang="ar"] h4,
html[lang="ar"] .btn, html[lang="ar"] .hero__eyebrow, html[lang="ar"] .section-head span,
html[lang="ar"] .lang-dd__toggle, html[lang="ar"] .loc-dd__toggle {
    letter-spacing: 0;
}
/* Acilir menuleri sag yerine sol kenara hizala */
[dir="rtl"] .nav__sub { text-align: right; left: auto; right: 0; }
[dir="rtl"] .mega__inner { direction: rtl; }
[dir="rtl"] .mega__list li a { flex-direction: row-reverse; text-align: right; }
[dir="rtl"] .mega__link-text:has(.mega__tag) { align-items: flex-end; }
[dir="rtl"] .mega__arrow { transform: scaleX(-1); opacity: 1; }
[dir="rtl"] .mega__list li a:hover .mega__arrow,
[dir="rtl"] .mega__list li a.active .mega__arrow { transform: scaleX(-1); }
[dir="rtl"] .mega__fig figcaption { text-align: right; }
[dir="rtl"] .split { direction: rtl; }
[dir="rtl"] .split__body { text-align: right; }
[dir="rtl"] .split__list { padding-inline-start: 0; padding-inline-end: 1.1em; }
[dir="rtl"] .section-head { text-align: center; }
[dir="rtl"] .hero__content { text-align: center; }
[dir="rtl"] .page-hero .breadcrumb,
[dir="rtl"] .breadcrumb { direction: rtl; text-align: inherit; }
[dir="rtl"] .page-hero--blog { text-align: right; }
[dir="rtl"] .gallery-carousel .svc-nav--prev { left: -18px; right: auto; }
[dir="rtl"] .gallery-carousel .svc-nav--next { right: -18px; left: auto; }
[dir="rtl"] .review-card--google .g-mark { right: auto; left: 26px; }
[dir="rtl"] .review-card { direction: rtl; text-align: right; }
[dir="rtl"] .review-card p { text-align: right; }
[dir="rtl"] .review-card__author { flex-direction: row-reverse; text-align: right; }
[dir="rtl"] .loc-card__body,
[dir="rtl"] .branch-card__body,
[dir="rtl"] .footer__col { text-align: right; }
[dir="rtl"] .footer__contact li { text-align: right; }
[dir="rtl"] .info-list li { flex-direction: row-reverse; text-align: right; }
[dir="rtl"] .info-list .lbl,
[dir="rtl"] .info-list .val { text-align: right; }
[dir="rtl"] .loc-card__actions,
[dir="rtl"] .branch-card__actions,
[dir="rtl"] .hero__actions { flex-direction: row-reverse; }
[dir="rtl"] .svc-intro { direction: rtl; }
[dir="rtl"] .svc-intro__body { text-align: right; }
[dir="rtl"] .svc-intro__actions { flex-direction: row; justify-content: flex-start; }
[dir="rtl"] .hero__content--center .hero__actions { justify-content: center; }
[dir="rtl"] .content ul { margin: 0 20px 18px 0; }
[dir="rtl"] .content ul li { padding-left: 0; padding-right: 22px; }
[dir="rtl"] .content ul li::before { left: auto; right: 0; }
[dir="rtl"] .svc-showcase-carousel__caption { direction: rtl; unicode-bidi: plaintext; }
[dir="rtl"] .social-sticky { right: auto; left: 0; border-radius: 0 var(--radius) var(--radius) 0; box-shadow: 4px 8px 22px rgba(12,10,31,.22); }
[dir="rtl"] .lightbox__close { right: auto; left: 20px; }
[dir="rtl"] .svc-reel__mute { right: auto; left: 14px; }
[dir="rtl"] .svc-reel__badge { left: auto; right: 14px; }
[dir="rtl"] .svc-branch-tag { left: auto; right: 14px; }
[dir="rtl"] .svc-branch-tag--inline { left: auto; right: auto; }
[dir="rtl"] .ig-card__badge { left: auto; right: 14px; }
[dir="rtl"] .ig-profile { flex-direction: row-reverse; text-align: right; }
[dir="rtl"] .menu-cat { direction: rtl; unicode-bidi: plaintext; }
[dir="rtl"] .stats__item { text-align: center; }
[dir="rtl"] .content,
[dir="rtl"] .content--wide,
[dir="rtl"] .svc-prose .content { text-align: right; }
[dir="rtl"] .blog-detail__content { text-align: right; }
[dir="rtl"] .svc-highlights__grid { text-align: right; }
[dir="rtl"] .faq-item summary { text-align: right; }
[dir="rtl"] .form-group label { text-align: right; display: block; }
[dir="rtl"] .branch-pick__trigger,
[dir="rtl"] .branch-pick__option { text-align: right; }
[dir="rtl"] .form-card,
[dir="rtl"] .alert { text-align: right; }
[dir="rtl"] .blog-card__body,
[dir="rtl"] .svc-tile__body { text-align: right; }
[dir="rtl"] .more { display: inline-flex; flex-direction: row-reverse; align-items: center; gap: 6px; }
[dir="rtl"] .nav { text-align: right; }
[dir="rtl"] .header__inner { direction: rtl; }
[dir="rtl"] .nav__item.has-sub > a,
[dir="rtl"] .nav__item--mega > a { flex-direction: row-reverse; }
[dir="rtl"] .caret { transform: rotate(-135deg); margin-bottom: -3px; }
[dir="rtl"] .lang-dd.open .lang-dd__toggle .caret,
[dir="rtl"] .loc-dd.open .caret { transform: rotate(45deg); margin-bottom: 3px; }
@media (max-width: 980px) {
    [dir="rtl"] .nav { text-align: right; padding-right: 24px; padding-left: 24px; }
    [dir="rtl"] .mega__inner { padding: 0 16px 8px 0; }
    [dir="rtl"] .social-sticky { left: 16px; right: auto; }
}
