/* Serafina Türkiye — site stilleri
   Kaynak: tasarımın tamamı; Tailwind bağımlılığı kaldırıldı, saf CSS. */
:root {
  --navy: #111b4d;
  --navy-deep: #091033;
  --ink: #131a36;
  --cream: #f4f0e8;
  --paper: #fbfaf6;
  --line: rgba(17, 27, 77, 0.2);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }

.site-shell { overflow: clip; background: var(--paper); }
.site-header { position: absolute; inset: 0 0 auto; z-index: 20; height: 110px; padding: 0 clamp(24px, 5vw, 76px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: white; border-bottom: 1px solid rgba(255,255,255,.26); }
.brand { display: inline-flex; width: fit-content; }
.brand img { width: 144px; height: auto; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: clamp(24px, 3.2vw, 56px); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.main-nav a, .footer-links a { position: relative; }
.main-nav a::after, .footer-links a::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .4s ease; }
.main-nav a:hover::after, .footer-links a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 24px; }
.language-switch { display: flex; align-items: center; gap: 6px; font-size: 11px; letter-spacing: .12em; }
.language-switch button { border: 0; background: transparent; opacity: .55; cursor: pointer; padding: 3px 0; }
.language-switch button.active { opacity: 1; }
.outline-button { min-width: 142px; padding: 13px 22px 12px; border: 1px solid rgba(255,255,255,.75); text-align: center; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; transition: background .3s, color .3s; }
.outline-button:hover { color: var(--navy); background: white; }
.menu-toggle { display: none; width: 36px; height: 36px; border: 0; background: transparent; padding: 9px 3px; }
.menu-toggle span { display: block; height: 1px; background: white; margin: 6px 0; }

.hero { position: relative; min-height: min(940px, 100svh); color: white; display: flex; align-items: flex-end; }
.hero-image { object-fit: cover; object-position: center 57%; animation: heroZoom 14s ease-out both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,11,34,.8) 0%, rgba(8,13,39,.38) 49%, rgba(8,13,39,.18) 100%), linear-gradient(0deg, rgba(6,11,34,.68), transparent 52%); }
.hero-grain { position: absolute; inset: 0; opacity: .13; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.4'/%3E%3C/svg%3E"); }
.hero-content { position: relative; z-index: 2; width: 100%; padding: 180px clamp(24px, 7.5vw, 120px) 82px; }
.eyebrow, .section-kicker { margin: 0 0 24px; font-size: 10px; line-height: 1.2; letter-spacing: .28em; text-transform: uppercase; }
.hero-eyebrow { display: flex; align-items: center; gap: 15px; animation: riseIn 1s .2s both; }
.hero-eyebrow::before { content: ""; width: 38px; height: 1px; background: currentColor; }
.hero h1 { margin: 0; max-width: 880px; font: 400 clamp(56px, 7.5vw, 116px)/.88 var(--serif); letter-spacing: -.052em; }
.hero h1 span { display: block; animation: riseIn 1s both; }
.hero h1 span:nth-child(1) { animation-delay: .35s; }
.hero h1 span:nth-child(2) { animation-delay: .48s; }
.hero h1 span:nth-child(3) { animation-delay: .61s; font-style: italic; padding-left: .68em; }
.hero-bottom { margin-top: 48px; display: flex; align-items: flex-end; gap: 48px; animation: riseIn 1s .76s both; }
.hero-bottom p { max-width: 520px; margin: 0; font: 400 15px/1.75 var(--sans); color: rgba(255,255,255,.82); }
.round-link { width: 52px; height: 52px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; display: grid; place-items: center; transition: background .3s, color .3s, transform .3s; }
.round-link:hover { background: white; color: var(--navy); transform: translateY(3px); }
.hero-index { position: absolute; z-index: 2; right: clamp(24px, 5vw, 76px); bottom: 84px; display: flex; align-items: center; gap: 12px; font-size: 10px; letter-spacing: .18em; }
.hero-index span { width: 54px; height: 1px; background: rgba(255,255,255,.6); }

.marquee { background: var(--navy); color: white; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); overflow: hidden; }
.marquee-track { width: max-content; display: flex; padding: 17px 0; animation: marquee 45s linear infinite; }
/* İki eş yarım: her biri kendi iç boşluğunu taşır, -%50 kayınca ek yeri görünmez */
.marquee-seq { display: flex; align-items: center; gap: 40px; padding-right: 40px; }
.marquee span { font: 400 12px/1 var(--sans); letter-spacing: .28em; white-space: nowrap; }
.marquee i { font-size: 9px; opacity: .55; font-style: normal; }

.story-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(56px, 10vw, 160px); align-items: center; padding: clamp(100px, 12vw, 190px) clamp(24px, 7.5vw, 120px); }
.story-copy { max-width: 530px; }
.section-kicker { color: #586087; }
.section-kicker.light { color: rgba(255,255,255,.58); }
.story-copy h2, .taste-heading h2, .locations-heading h2, .callout-content h2 { margin: 0; font: 400 clamp(50px, 6vw, 88px)/.96 var(--serif); letter-spacing: -.045em; }
.story-copy h2 { max-width: 490px; }
.lead-copy { margin: 42px 0 36px; font: 400 clamp(16px, 1.35vw, 20px)/1.8 var(--serif); color: #3e4567; }
.micro-copy { padding-top: 20px; border-top: 1px solid var(--line); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; color: #6c728d; }
.story-visual { position: relative; min-height: 670px; }
.story-frame { position: absolute; overflow: hidden; background: #e9e5dc; }
.story-frame img { object-fit: cover; transition: transform 1.1s cubic-bezier(.2,.7,.2,1); }
.story-frame:hover img { transform: scale(1.035); }
.large-photo { inset: 0 0 60px 12%; }
.small-photo { width: 34%; height: 43%; left: 0; bottom: 0; border: 10px solid var(--paper); }
.stamp { position: absolute; right: -44px; top: 42px; width: 116px; height: 116px; border-radius: 50%; color: white; background: var(--navy); display: flex; flex-direction: column; align-items: center; justify-content: center; transform: rotate(7deg); box-shadow: 0 16px 40px rgba(11,18,57,.2); }
.stamp span { font-size: 9px; letter-spacing: .16em; }
.stamp strong { font: 400 31px/1.1 var(--serif); }
.stamp small { font-size: 6px; letter-spacing: .12em; }

.taste-section { background: var(--navy); color: white; padding: clamp(100px, 11vw, 170px) clamp(24px, 7.5vw, 120px); }
.taste-heading { display: grid; grid-template-columns: 1.15fr .55fr; gap: 8vw; align-items: end; }
.taste-heading h2 { max-width: 760px; }
.taste-heading > p { margin: 0 0 8px; color: rgba(255,255,255,.68); line-height: 1.8; font-family: var(--serif); font-size: 17px; }
.dish-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 50px); margin-top: 94px; align-items: start; }
.dish-card { position: relative; }
.dish-2 { margin-top: 86px; }
.dish-image-wrap { position: relative; height: clamp(390px, 42vw, 610px); overflow: hidden; background: #e6e1d7; }
.dish-image-wrap img { object-fit: cover; transition: transform 1s cubic-bezier(.2,.7,.2,1), filter .5s; }
.dish-card:hover img { transform: scale(1.04); }
.dish-image-wrap span { position: absolute; top: 18px; left: 18px; width: 36px; height: 36px; border-radius: 50%; background: white; color: var(--navy); display: grid; place-items: center; font-size: 9px; letter-spacing: .1em; }
.dish-card h3 { margin: 24px 0 8px; font: italic 400 clamp(25px, 2.2vw, 35px)/1.1 var(--serif); }
.dish-card p { margin: 0; color: rgba(255,255,255,.58); font: 400 13px/1.6 var(--sans); }
.text-link { margin-top: 76px; display: inline-flex; gap: 30px; padding-bottom: 9px; border-bottom: 1px solid currentColor; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.text-link span, .location-copy a span, .solid-button span { transition: transform .3s; }
.text-link:hover span, .location-copy a:hover span, .solid-button:hover span { transform: translate(4px, -3px); }

.locations-section { padding: clamp(100px, 11vw, 170px) clamp(24px, 5vw, 76px); }
.locations-heading { max-width: 660px; margin: 0 auto 78px; text-align: center; }
.locations-heading > p:last-child { max-width: 460px; margin: 26px auto 0; color: #69708c; font: 400 17px/1.7 var(--serif); }
.location-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.location-card { padding: 34px; border-right: 1px solid var(--line); }
.location-card:first-child { padding-left: 0; }
.location-card:last-child { border: 0; padding-right: 0; }
.location-image { position: relative; height: clamp(340px, 34vw, 520px); overflow: hidden; }
.location-image img { object-fit: cover; transition: transform 1s cubic-bezier(.2,.7,.2,1); }
.location-card:hover .location-image img { transform: scale(1.04); }
.location-number { position: absolute; top: 15px; right: 15px; color: white; font: 400 10px/1 var(--sans); letter-spacing: .14em; }
.location-copy { padding: 26px 0 8px; }
.location-copy h3 { margin: 0 0 13px; font: 400 34px/1 var(--serif); }
.location-copy p { min-height: 48px; margin: 0 0 24px; color: #686e87; font: 400 14px/1.65 var(--serif); }
.location-copy a { display: inline-flex; gap: 20px; padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }

.reservation-callout { position: relative; min-height: 740px; display: grid; place-items: center; color: white; text-align: center; }
.callout-image { position: absolute; inset: 0; }
.callout-image img { object-fit: cover; }
.callout-shade { position: absolute; inset: 0; background: rgba(4,9,31,.64); }
.callout-content { position: relative; z-index: 1; padding: 90px 24px; }
.callout-content h2 { font-size: clamp(62px, 8vw, 116px); font-style: italic; }
.callout-content > p:not(.section-kicker) { margin: 24px 0 38px; font: 400 17px/1.6 var(--serif); color: rgba(255,255,255,.76); }
.solid-button { display: inline-flex; justify-content: center; gap: 34px; min-width: 230px; background: white; color: var(--navy); padding: 17px 24px; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; transition: transform .3s, background .3s; }
.solid-button:hover { transform: translateY(-3px); background: var(--cream); }

.site-footer { background: var(--navy-deep); color: white; padding: 86px clamp(24px, 5vw, 76px) 28px; }
.footer-top { display: flex; align-items: flex-start; justify-content: space-between; padding-bottom: 76px; border-bottom: 1px solid rgba(255,255,255,.16); }
.footer-top img { width: 190px; height: auto; }
.footer-top p { max-width: 330px; margin: 8px 0 0; color: rgba(255,255,255,.58); font: 400 17px/1.7 var(--serif); }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; padding: 65px 0 76px; }
.footer-links div { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer-links span { margin-bottom: 8px; color: rgba(255,255,255,.4); font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.footer-links a { font: 400 16px/1.2 var(--serif); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.4); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }

[data-reveal] { opacity: 0; transform: translateY(38px); transition: opacity 1s cubic-bezier(.2,.7,.2,1), transform 1s cubic-bezier(.2,.7,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: none; }

@keyframes heroZoom { from { transform: scale(1.08); } to { transform: scale(1); } }
@keyframes riseIn { from { opacity: 0; transform: translateY(25px); } to { opacity: 1; transform: none; } }
@keyframes marquee { to { transform: translateX(-50%); } }

/* Shared inner pages */
.inner-page { min-height: 100vh; background: var(--paper); }
.inner-header { height: 92px; padding: 0 clamp(20px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; color: white; background: var(--navy-deep); }
.inner-header img { width: 130px; height: auto; }
.inner-header-actions { display: flex; align-items: center; gap: 24px; }
.inner-back { font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.inner-hero { padding: 100px clamp(24px, 7.5vw, 120px) 72px; color: white; background: var(--navy); }
.inner-hero .section-kicker { color: rgba(255,255,255,.52); }
.inner-hero h1 { max-width: 920px; margin: 0; font: italic 400 clamp(58px, 8vw, 110px)/.9 var(--serif); letter-spacing: -.04em; }
.inner-hero p:last-child { max-width: 600px; margin: 30px 0 0; color: rgba(255,255,255,.68); font: 400 17px/1.75 var(--serif); }

/* Reservation */
.reservation-layout { display: grid; grid-template-columns: .8fr 1.2fr; max-width: 1280px; margin: 0 auto; padding: 90px 28px 120px; gap: 8vw; }
.reservation-aside h2 { margin: 0 0 24px; font: 400 46px/1 var(--serif); }
.reservation-aside > p { color: #656b84; font: 400 16px/1.75 var(--serif); }
.reservation-steps { margin-top: 48px; display: grid; gap: 24px; }
.reservation-step { display: grid; grid-template-columns: 36px 1fr; gap: 16px; align-items: start; padding-top: 20px; border-top: 1px solid var(--line); }
.reservation-step span { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--navy); border-radius: 50%; font-size: 9px; }
.reservation-step h3 { margin: 3px 0 5px; font: 400 19px/1.2 var(--serif); }
.reservation-step p { margin: 0; color: #72778d; font-size: 12px; line-height: 1.6; }
.reservation-form { background: white; border: 1px solid var(--line); padding: clamp(26px, 4vw, 56px); box-shadow: 0 24px 70px rgba(12,20,61,.08); }
.reservation-form h2 { margin: 0 0 36px; font: 400 38px/1 var(--serif); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.form-field { display: flex; flex-direction: column; gap: 8px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-size: 9px; letter-spacing: .14em; text-transform: uppercase; color: #5f6580; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 0; border-bottom: 1px solid #b7bac8; border-radius: 0; background: transparent; padding: 11px 2px; outline: none; color: var(--ink); }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--navy); }
.form-submit { width: 100%; margin-top: 30px; border: 0; background: var(--navy); color: white; padding: 17px; letter-spacing: .16em; font-size: 10px; text-transform: uppercase; cursor: pointer; transition: transform .3s, background .3s; }
.form-submit:hover { transform: translateY(-2px); background: #1c2865; }
.form-submit:disabled { opacity: .5; }
.form-message { padding: 28px; background: #eef2ea; color: #3d5b35; text-align: center; font-family: var(--serif); }
.form-error { color: #a33a42; font-size: 12px; }

/* Menu */
.menu-controls { position: sticky; top: 0; z-index: 10; display: flex; gap: 9px; overflow-x: auto; padding: 15px clamp(24px, 5vw, 72px); background: rgba(251,250,246,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); scrollbar-width: none; }
.menu-controls a { white-space: nowrap; padding: 8px 13px; border: 1px solid var(--line); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; transition: .3s; }
.menu-controls a:hover { background: var(--navy); color: white; }
.menu-content { max-width: 1220px; margin: 0 auto; padding: 80px 28px 130px; }
.menu-category { display: grid; grid-template-columns: 280px 1fr; gap: 70px; padding: 70px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 70px; }
.menu-category:first-child { padding-top: 0; }
.menu-category h2 { margin: 0; font: italic 400 42px/1 var(--serif); }
.menu-category small { display: block; margin-top: 10px; color: #777c91; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.menu-items { display: grid; grid-template-columns: 1fr 1fr; gap: 34px 48px; }
.menu-item { break-inside: avoid; }
.menu-item-head { display: flex; gap: 12px; align-items: baseline; }
.menu-item h3 { margin: 0; font: 600 14px/1.25 var(--sans); letter-spacing: .02em; text-transform: uppercase; }
.menu-item-head i { flex: 1; border-bottom: 1px dotted #bec0cb; }
.menu-item strong { white-space: nowrap; font: 500 13px/1 var(--sans); }
.menu-item p { margin: 8px 0 0; color: #666c82; font: 400 14px/1.5 var(--serif); }
.menu-notice { padding: 24px; text-align: center; border: 1px solid var(--line); color: #656b82; font: 400 13px/1.7 var(--serif); }

/* Panel */
.panel-page { min-height: 100vh; background: #f2f0eb; color: var(--ink); }
.panel-header { background: var(--navy-deep); color: white; padding: 24px clamp(20px, 4vw, 60px); }
.panel-header-inner { max-width: 1240px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.panel-brand { display: flex; align-items: center; gap: 24px; }
.panel-brand img { width: 110px; height: auto; }
.panel-brand div { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.22); }
.panel-brand h1 { margin: 0; font: 400 18px/1.2 var(--serif); }
.panel-brand p { margin: 4px 0 0; color: rgba(255,255,255,.5); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.panel-logout { border: 1px solid rgba(255,255,255,.35); background: transparent; color: white; padding: 10px 16px; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; cursor: pointer; }
.panel-main { max-width: 1240px; margin: 0 auto; padding: 50px 24px 90px; }
.panel-title-row { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 34px; }
.panel-title-row h2 { margin: 0; font: 400 43px/1 var(--serif); }
.panel-title-row p { margin: 0; color: #72768a; font-size: 12px; }
.panel-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 26px; }
.panel-filter-group { display: flex; gap: 4px; padding: 4px; background: white; border: 1px solid #dedde2; }
.panel-filter { padding: 8px 12px; font-size: 10px; transition: .2s; }
.panel-filter.active { background: var(--navy); color: white; }
.reservation-table { background: white; border: 1px solid #dedde2; }
.reservation-row { display: grid; grid-template-columns: 130px minmax(230px, 1fr) 100px 190px; gap: 24px; align-items: center; padding: 20px 22px; border-bottom: 1px solid #e6e4e1; }
.reservation-row:last-child { border: 0; }
.reservation-row.pending-update { opacity: .45; }
.reservation-date { font-size: 11px; color: #72768a; }
.reservation-date strong { display: block; margin-top: 3px; color: var(--navy); font: 400 23px/1 var(--serif); }
.reservation-guest h3 { margin: 0 0 6px; font: 500 16px/1.2 var(--sans); }
.reservation-guest p { margin: 0; color: #777b8d; font-size: 11px; line-height: 1.6; }
.reservation-note { margin-top: 7px !important; color: #4e546d !important; font-family: var(--serif); font-style: italic; }
.branch-badge { display: inline-block; margin-left: 8px; padding: 3px 6px; background: #eff0f5; color: #5c627d; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.status-badge { width: fit-content; padding: 6px 9px; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.status-pending { background: #f5ecce; color: #715b18; }
.status-confirmed { background: #e1ede0; color: #365b39; }
.status-cancelled { background: #f2e0e0; color: #86434a; }
.row-actions { display: flex; justify-content: flex-end; gap: 6px; }
.row-actions button { border: 1px solid #c9cad2; background: white; padding: 8px 9px; font-size: 9px; cursor: pointer; }
.row-actions button.primary { background: var(--navy); color: white; border-color: var(--navy); }
.panel-empty { padding: 70px 20px; text-align: center; color: #7b7f91; font-family: var(--serif); }
.login-page { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; background: var(--paper); }
.login-visual { position: relative; min-height: 100vh; }
.login-visual img { object-fit: cover; }
.login-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6,11,34,.55), transparent 60%); }
.login-visual-copy { position: absolute; z-index: 1; left: 8%; right: 8%; bottom: 8%; color: white; }
.login-visual-copy h2 { margin: 0; font: italic 400 60px/.95 var(--serif); }
.login-form-wrap { display: grid; place-items: center; padding: 40px; }
.login-form { width: min(420px, 100%); }
.login-form img { width: 150px; height: auto; filter: brightness(0) saturate(100%) invert(10%) sepia(30%) saturate(2831%) hue-rotate(208deg) brightness(86%); }
.login-form h1 { margin: 55px 0 8px; font: 400 42px/1 var(--serif); }
.login-form > p { margin: 0 0 40px; color: #75798b; font-size: 13px; }
.login-form .form-field { margin-bottom: 22px; }

@media (max-width: 960px) {
  .site-header { height: 86px; grid-template-columns: 1fr auto; padding-inline: 22px; }
  .brand img { width: 124px; }
  .main-nav { position: absolute; top: 86px; left: 0; right: 0; padding: 36px 24px; display: none; flex-direction: column; align-items: flex-start; background: var(--navy-deep); }
  .main-nav.is-open { display: flex; }
  .menu-toggle { display: block; }
  .header-reserve { display: none; }
  .hero-content { padding-bottom: 58px; }
  .hero-index { display: none; }
  .story-section { grid-template-columns: 1fr; }
  .story-visual { min-height: 620px; }
  .taste-heading { grid-template-columns: 1fr; }
  .taste-heading > p { max-width: 520px; }
  .location-list { grid-template-columns: 1fr; border: 0; }
  .location-card, .location-card:first-child, .location-card:last-child { padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .menu-category { grid-template-columns: 210px 1fr; gap: 38px; }
  .reservation-layout { grid-template-columns: 1fr; }
  .reservation-aside { max-width: 620px; }
  .reservation-row { grid-template-columns: 110px minmax(200px,1fr) 90px; }
  .row-actions { grid-column: 2 / -1; justify-content: flex-start; }
}

@media (max-width: 700px) {
  .language-switch { gap: 4px; }
  .header-actions { gap: 11px; }
  .hero { min-height: 760px; }
  .hero-content { padding-inline: 24px; }
  .hero h1 { font-size: clamp(47px, 14vw, 68px); }
  .hero h1 span:nth-child(3) { padding-left: 0; }
  .hero-bottom { align-items: center; }
  .hero-bottom p { max-width: 310px; font-size: 13px; }
  .round-link { flex: 0 0 46px; width: 46px; height: 46px; }
  .story-section { padding-inline: 24px; }
  .story-visual { min-height: 480px; }
  .large-photo { left: 0; bottom: 30px; }
  .small-photo { width: 42%; height: 39%; border-width: 7px; }
  .stamp { width: 92px; height: 92px; right: -12px; top: 24px; }
  .stamp strong { font-size: 25px; }
  .dish-grid { grid-template-columns: 1fr; gap: 60px; margin-top: 62px; }
  .dish-2 { margin-top: 0; }
  .dish-image-wrap { height: 520px; }
  .locations-heading { text-align: left; }
  .locations-heading > p:last-child { margin-left: 0; }
  .location-image { height: 460px; }
  .reservation-callout { min-height: 620px; }
  .footer-top { flex-direction: column; gap: 28px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; gap: 12px; }
  .inner-header { height: 76px; }
  .inner-header img { width: 105px; }
  .inner-back { display: none; }
  .inner-hero { padding-top: 75px; }
  .menu-category { grid-template-columns: 1fr; gap: 34px; padding: 55px 0; }
  .menu-items { grid-template-columns: 1fr; }
  .reservation-layout { padding-top: 60px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field.full { grid-column: auto; }
  .panel-title-row { align-items: flex-start; flex-direction: column; gap: 10px; }
  .reservation-table { background: transparent; border: 0; display: grid; gap: 12px; }
  .reservation-row { grid-template-columns: 90px 1fr; gap: 14px; padding: 18px; background: white; border: 1px solid #dedde2; }
  .status-badge { grid-column: 1; }
  .row-actions { grid-column: 2; }
  .login-page { grid-template-columns: 1fr; }
  .login-visual { display: none; }
  .login-form-wrap { min-height: 100vh; padding: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

/* ===== Entegrasyon ekleri (alternatif tasarım sistemine uyumlu) ===== */



/* İç sayfalarda koyu, yapışkan header */
.site-header.is-solid {
  position: sticky;
  top: 0;
  background: var(--navy-deep);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  height: 92px;
}
@media (max-width: 960px) {
  .site-header.is-solid { height: 86px; }
  .site-header.is-solid .main-nav { top: 86px; }
}
.language-switch a { opacity: 0.55; transition: opacity 0.2s; }
.language-switch a.active, .language-switch a:hover { opacity: 1; }

/* Açık zeminde kontur düğme */
.outline-button.on-light { border-color: var(--navy); color: var(--navy); }
.outline-button.on-light:hover { background: var(--navy); color: white; }

/* Galeri ızgarası */
.gallery-grid { column-count: 3; column-gap: 14px; }
.gallery-grid figure { margin: 0 0 14px; overflow: hidden; break-inside: avoid; background: #e9e5dc; }
.gallery-grid img { display: block; width: 100%; height: auto; transition: transform 1s cubic-bezier(0.2, 0.7, 0.2, 1); }
.gallery-grid figure:hover img { transform: scale(1.04); }
@media (max-width: 960px) { .gallery-grid { column-count: 2; } }

/* Şube detay hero */
.branch-hero { position: relative; min-height: 62vh; display: flex; align-items: flex-end; color: white; }
.branch-hero img { object-fit: cover; }
.branch-hero-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6, 11, 34, 0.78), rgba(6, 11, 34, 0.12) 55%); }
.branch-hero-content { position: relative; z-index: 1; width: 100%; padding: 90px clamp(24px, 7.5vw, 120px) 58px; }
.branch-hero-content h1 { margin: 0; font: italic 400 clamp(52px, 7vw, 100px)/0.92 var(--serif); letter-spacing: -0.04em; }

/* Şube detay bilgi bloğu */
.info-list { border-top: 1px solid var(--line); }
.info-list > div { display: grid; grid-template-columns: 130px 1fr; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.info-list dt { font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase; color: #6c728d; padding-top: 4px; }
.info-list dd { margin: 0; font: 400 15px/1.6 var(--serif); color: var(--ink); }

/* Instagram bölümü */
.ig-section { padding: clamp(80px, 10vw, 140px) clamp(24px, 5vw, 76px); }
.ig-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 44px; }
.ig-head h2 { margin: 0; font: 400 clamp(34px, 4vw, 56px)/1 var(--serif); letter-spacing: -0.03em; }
.ig-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.ig-grid a { position: relative; aspect-ratio: 1; overflow: hidden; display: block; background: #e9e5dc; }
.ig-grid img { object-fit: cover; transition: transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1); }
.ig-grid a:hover img { transform: scale(1.05); }
@media (max-width: 700px) { .ig-grid { grid-template-columns: repeat(2, 1fr); } .ig-head { flex-direction: column; align-items: flex-start; } }

/* ===== Sabit rezervasyon sekmesi + çekmece ===== */
.reserve-fab {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 60;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  background: var(--navy);
  color: white;
  border: 0;
  border-radius: 6px 0 0 6px;
  padding: 22px 13px;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: -6px 0 24px rgba(9, 16, 51, 0.28);
  transition: background 0.3s, padding-right 0.3s;
}
.reserve-fab:hover {
  background: #1c2865;
  padding-right: 18px;
}
.reserve-fab i {
  font-style: normal;
  font-size: 12px;
  opacity: 0.7;
}

.reserve-overlay {
  position: fixed;
  inset: 0;
  z-index: 70;
  background: rgba(6, 11, 34, 0.55);
  backdrop-filter: blur(2px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s;
}
.reserve-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.reserve-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  width: min(560px, 100vw);
  background: var(--paper);
  transform: translateX(102%);
  transition: transform 0.45s cubic-bezier(0.2, 0.7, 0.2, 1);
  overflow-y: auto;
  box-shadow: -30px 0 80px rgba(6, 11, 34, 0.35);
}
.reserve-drawer.is-open {
  transform: translateX(0);
}
.reserve-drawer-head {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px clamp(20px, 4vw, 40px);
  background: var(--navy-deep);
  color: white;
}
.reserve-drawer-head h2 {
  margin: 0;
  font: italic 400 26px/1 var(--serif);
}
.reserve-drawer-close {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  color: white;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 15px;
  line-height: 1;
  transition: background 0.3s, color 0.3s;
}
.reserve-drawer-close:hover {
  background: white;
  color: var(--navy);
}
.reserve-drawer-body {
  padding: clamp(20px, 4vw, 36px);
}
.reserve-drawer-body .reservation-form {
  box-shadow: none;
  border: 0;
  padding: 0;
  background: transparent;
}

@media (max-width: 700px) {
  .reserve-fab {
    top: auto;
    bottom: 18px;
    transform: none;
    writing-mode: horizontal-tb;
    right: 16px;
    border-radius: 999px;
    padding: 15px 22px;
    box-shadow: 0 10px 30px rgba(9, 16, 51, 0.35);
  }
}

/* Gömülü harita çerçevesi */
.map-frame {
  border: 1px solid var(--line);
  background: #e9e5dc;
}
.map-frame iframe {
  display: block;
  width: 100%;
  height: clamp(340px, 42vw, 520px);
  border: 0;
  filter: grayscale(0.15) sepia(0.06);
}

/* ===== Anasayfa revizyonları (60/40 hero, menü bölümü, carousel, etkinlik bandı) ===== */

/* Hero: %60 içerik / %40 rezervasyon formu */
.hero-content.hero-split {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: clamp(28px, 4vw, 72px);
  align-items: end;
}
.hero-form-card {
  background: rgba(251, 250, 246, 0.97);
  color: var(--ink);
  padding: clamp(20px, 2vw, 30px);
  box-shadow: 0 30px 80px rgba(4, 9, 31, 0.45);
  max-height: calc(100svh - 150px);
  overflow-y: auto;
  animation: riseIn 1s 0.5s both;
}
.hero-form-card .reservation-form {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}
.hero-form-card .reservation-form h2 {
  font-size: 26px;
  margin-bottom: 20px;
}
.hero-form-card .form-grid {
  gap: 14px;
}
.hero-form-card .form-field input,
.hero-form-card .form-field select,
.hero-form-card .form-field textarea {
  padding: 8px 2px;
}
.hero-form-card .form-submit {
  margin-top: 20px;
  padding: 14px;
}
@media (max-width: 1100px) {
  .hero-content.hero-split {
    grid-template-columns: 1fr;
  }
  .hero-form-card {
    display: none; /* mobil/tablette form sabit düğme + çekmecede */
  }
}

/* Sabit rezervasyon sekmesi: hero formu ekrandayken gizlenir */
.reserve-fab {
  transition: background 0.3s, padding-right 0.3s, transform 0.45s cubic-bezier(0.2, 0.7, 0.2, 1), opacity 0.35s;
}
.reserve-fab.is-tucked {
  transform: translateY(-50%) translateX(110%);
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 700px) {
  .reserve-fab.is-tucked {
    transform: translateX(140%);
  }
}

/* Büyük "Menüyü İncele" bölümü */
.menu-cta-section {
  text-align: center;
  padding: clamp(90px, 11vw, 160px) clamp(24px, 7.5vw, 120px);
  border-bottom: 1px solid var(--line);
}
.menu-cta-section h2 {
  margin: 0;
  font: 400 clamp(54px, 7.5vw, 120px)/0.95 var(--serif);
  letter-spacing: -0.045em;
}
.menu-cta-section h2 em {
  font-style: italic;
}
.menu-cta-section > p {
  max-width: 520px;
  margin: 26px auto 0;
  color: #666c82;
  font: 400 17px/1.75 var(--serif);
}
.menu-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 26px;
  margin-top: 44px;
  background: var(--navy);
  color: white;
  padding: 20px 46px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  transition: transform 0.3s, background 0.3s;
}
.menu-cta-btn:hover {
  transform: translateY(-3px);
  background: #1c2865;
}
.menu-cta-meta {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 4vw, 54px);
  margin-top: 40px;
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #6c728d;
  flex-wrap: wrap;
}

/* Öne çıkan yemekler: mobilde yatay carousel */
@media (max-width: 900px) {
  .dish-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 18px;
    margin-top: 56px;
    padding-bottom: 14px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .dish-grid::-webkit-scrollbar {
    display: none;
  }
  .dish-card {
    flex: 0 0 min(78%, 340px);
    scroll-snap-align: center;
  }
  .dish-2 {
    margin-top: 0;
  }
  .dish-image-wrap {
    height: 420px;
  }
}
.carousel-hint {
  display: none;
  margin-top: 18px;
  text-align: center;
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}
@media (max-width: 900px) {
  .carousel-hint {
    display: block;
  }
}

/* Etkinlik & özel günler bandı */
.events-band {
  background: var(--cream);
  border-top: 1px solid var(--line);
  padding: clamp(64px, 8vw, 110px) clamp(24px, 7.5vw, 120px);
  display: grid;
  grid-template-columns: 1.4fr auto;
  gap: clamp(24px, 4vw, 60px);
  align-items: center;
}
.events-band h2 {
  margin: 0;
  font: 400 clamp(32px, 4vw, 58px)/1.05 var(--serif);
  letter-spacing: -0.035em;
}
.events-band h2 em {
  font-style: italic;
}
.events-band p {
  margin: 16px 0 0;
  max-width: 560px;
  color: #666c82;
  font: 400 15px/1.75 var(--serif);
}
.events-band-link {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  border: 1px solid var(--navy);
  color: var(--navy);
  padding: 18px 36px;
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  transition: background 0.3s, color 0.3s;
  white-space: nowrap;
}
.events-band-link:hover {
  background: var(--navy);
  color: white;
}
@media (max-width: 800px) {
  .events-band {
    grid-template-columns: 1fr;
  }
}

/* ===== Revizyon 2: menü bölümü, masaüstü carousel, etkinlik sayfası ===== */

/* Menü bölümü: solda başlık, sağda eğik menü kartı */
.menu-cta-section {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: center;
  text-align: left;
}
.menu-cta-section h2 {
  font-size: clamp(48px, 6vw, 96px);
}
.menu-cta-section > div > p {
  margin-left: 0;
}
.menu-cta-meta {
  justify-content: flex-start;
}
.menu-preview-card {
  justify-self: center;
  width: min(430px, 100%);
  background: #fdfcf7;
  border: 1px solid var(--navy);
  outline: 3px double var(--navy);
  outline-offset: 4px;
  padding: clamp(28px, 3vw, 44px) clamp(24px, 2.6vw, 38px);
  transform: rotate(2.2deg);
  box-shadow: 0 34px 70px rgba(12, 20, 61, 0.16);
  transition: transform 0.5s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.menu-preview-card:hover {
  transform: rotate(0deg) translateY(-4px);
}
.mp-crest {
  text-align: center;
  color: #a8894a;
  font-size: 19px;
  letter-spacing: 0.4em;
  margin-bottom: 10px;
}
.mp-title {
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--navy);
  padding-bottom: 16px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.mp-item {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin-bottom: 15px;
}
.mp-item b {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.mp-item i {
  flex: 1;
  border-bottom: 1px dotted rgba(17, 27, 77, 0.4);
  transform: translateY(-3px);
}
.mp-item span {
  font: italic 400 15px/1 var(--serif);
  white-space: nowrap;
}
.mp-foot {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  text-align: center;
  font-size: 9px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #6c728d;
}
@media (max-width: 900px) {
  .menu-cta-section {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .menu-cta-meta {
    justify-content: center;
  }
  .menu-preview-card {
    transform: rotate(0);
  }
}

/* Öne çıkan yemekler: her ekranda carousel */
.dish-carousel-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-top: 70px;
  margin-bottom: 34px;
}
.carousel-controls {
  display: flex;
  gap: 12px;
}
.carousel-btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: transparent;
  color: white;
  display: grid;
  place-items: center;
  cursor: pointer;
  font-size: 18px;
  transition: background 0.3s, color 0.3s, opacity 0.3s;
}
.carousel-btn:hover {
  background: white;
  color: var(--navy);
}
.carousel-btn:disabled {
  opacity: 0.25;
  pointer-events: none;
}
.dish-track {
  display: flex;
  gap: clamp(18px, 2.4vw, 34px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
}
.dish-track::-webkit-scrollbar {
  display: none;
}
.dish-track .dish-card {
  flex: 0 0 clamp(250px, 25vw, 360px);
  scroll-snap-align: start;
  margin-top: 0;
}
.dish-track .dish-image-wrap {
  height: clamp(330px, 30vw, 470px);
}
.dish-progress {
  margin-top: 26px;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
  position: relative;
}
.dish-progress span {
  position: absolute;
  inset: -1px auto -1px 0;
  height: 3px;
  background: white;
  width: 20%;
  transition: width 0.25s, left 0.25s;
}
@media (max-width: 700px) {
  .dish-carousel-head {
    margin-top: 52px;
  }
  .carousel-btn {
    width: 46px;
    height: 46px;
  }
}

/* Etkinlik sayfası */
.ev-hero {
  position: relative;
  min-height: 64vh;
  display: flex;
  align-items: flex-end;
  color: white;
}
.ev-hero img {
  object-fit: cover;
}
.ev-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(6, 11, 34, 0.82), rgba(6, 11, 34, 0.18) 60%);
}
.ev-hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 120px clamp(24px, 7.5vw, 120px) 62px;
}
.ev-hero-content h1 {
  margin: 0;
  font: italic 400 clamp(46px, 6.4vw, 100px)/0.92 var(--serif);
  letter-spacing: -0.04em;
  max-width: 800px;
}
.ev-hero-content > p {
  max-width: 560px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font: 400 17px/1.75 var(--serif);
}

.ev-types {
  padding: clamp(80px, 10vw, 140px) clamp(24px, 5vw, 76px) 0;
}
.ev-types-head {
  max-width: 640px;
  margin-bottom: 56px;
}
.ev-types-head h2,
.ev-offers h2 {
  margin: 0;
  font: 400 clamp(36px, 4.4vw, 62px)/1 var(--serif);
  letter-spacing: -0.035em;
}
.ev-types-head p {
  margin: 20px 0 0;
  color: #666c82;
  font: 400 16px/1.75 var(--serif);
}
.ev-type-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(14px, 2vw, 26px);
}
.ev-type-card {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
}
.ev-type-card img {
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.ev-type-card:hover img {
  transform: scale(1.05);
}
.ev-type-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(6, 11, 34, 0.85), transparent 55%);
}
.ev-type-info {
  position: absolute;
  inset: auto 0 0 0;
  padding: 22px;
  color: white;
}
.ev-type-info h3 {
  margin: 0 0 6px;
  font: italic 400 24px/1.05 var(--serif);
}
.ev-type-info p {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
}
@media (max-width: 900px) {
  .ev-type-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.ev-offers {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(40px, 6vw, 110px);
  padding: clamp(80px, 10vw, 140px) clamp(24px, 5vw, 76px);
  align-items: start;
}
.ev-offers > div:first-child p {
  margin: 22px 0 0;
  color: #666c82;
  font: 400 16px/1.8 var(--serif);
  max-width: 440px;
}
.ev-offer-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
}
.ev-offer-item:last-child {
  border-bottom: 1px solid var(--line);
}
.ev-offer-item span {
  font: italic 400 22px/1 var(--serif);
  color: #a8894a;
}
.ev-offer-item h3 {
  margin: 0 0 6px;
  font: 400 21px/1.2 var(--serif);
}
.ev-offer-item p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.65;
  color: #666c82;
}
@media (max-width: 860px) {
  .ev-offers {
    grid-template-columns: 1fr;
  }
}

/* ===== Menü sayfası: yapışkan kategori çubuğu + sabit kategori başlığı ===== */
:root {
  --header-h: 92px;   /* .site-header.is-solid yüksekliği */
  --menu-nav-h: 64px; /* .menu-controls yüksekliği */
}
@media (max-width: 960px) {
  :root { --header-h: 86px; }
}

/* Çubuk header'ın altına yapışsın (önceden header'ın arkasında kalıyordu) */
.menu-controls {
  top: var(--header-h);
}

/* Kategoriye tıklayınca başlık header + çubuk altında kesilmesin */
.menu-category {
  scroll-margin-top: calc(var(--header-h) + var(--menu-nav-h) + 28px);
}

/* Kategori başlığı, o kategorinin yemekleri boyunca ekranda kalsın */
.menu-category > div:first-child {
  position: sticky;
  top: calc(var(--header-h) + var(--menu-nav-h) + 36px);
  align-self: start;
}

/* Okunan kategori çubukta vurgulanır */
.menu-controls a.is-active {
  background: var(--navy);
  color: white;
  border-color: var(--navy);
}

@media (max-width: 700px) {
  /* Tek sütuna düşünce başlık sabitlenmez, yemekleri örtmesin */
  .menu-category > div:first-child { position: static; }
}

/* Menüde beliriş animasyonu içeriği kaydırmasın — yoksa kategoriye tıklayınca
   hedef konum 38px şaşıyor ve başlık çubuğun altında kalıyor */
.menu-content [data-reveal] {
  transform: none;
}

/* Kapalı rezervasyon çekmecesi ekran dışında olsa da gölgesi sağ kenara
   taşıyordu (-30px kaydırma + 80px yumuşama). Kapalıyken tamamen gizle;
   açılırken anında görünür olsun, kapanırken animasyon bitince gizlensin. */
.reserve-drawer {
  visibility: hidden;
  transition: transform 0.45s cubic-bezier(0.2, 0.7, 0.2, 1), visibility 0s 0.45s;
}
.reserve-drawer.is-open {
  visibility: visible;
  transition: transform 0.45s cubic-bezier(0.2, 0.7, 0.2, 1), visibility 0s;
}
.reserve-overlay {
  visibility: hidden;
  transition: opacity 0.35s, visibility 0s 0.35s;
}
.reserve-overlay.is-open {
  visibility: visible;
  transition: opacity 0.35s, visibility 0s;
}

/* ---- Sayfa iskeleti (önceden Tailwind sınıflarıyla yapılıyordu) ---- */
.page-shell { display: flex; flex-direction: column; min-height: 100vh; }
.page-main { flex: 1; }
img { max-width: 100%; }
.img-cover { width: 100%; height: 100%; object-fit: cover; display: block; }
.abs-fill { position: absolute; inset: 0; }
