* { box-sizing: border-box; }
html { background: #120b06; scrollbar-width: none; }
html::-webkit-scrollbar { display: none; }
body { margin: 0; }
main { position: relative; z-index: 1; }
#animation { height: 100svh; }
.animation-viewport { position: relative; height: 100%; }
.stage { position: fixed; inset: 0; z-index: 0; overflow: hidden; background: #120b06; pointer-events: none; }
.stage img, .stage video { position: absolute; width: 100%; height: 100%; inset: 0; object-fit: cover; object-position: center; }
.stage video { opacity: 0; }
.stage video.ready { opacity: 1; }
@media (prefers-reduced-motion: reduce) { #animation { height: 100svh; } }

:root { --red: #d52b36; --rose: #ffadb0; --paper: #fff5ed; --wine: #42080e; }
a.nav-label { pointer-events: auto; color: inherit; text-decoration: none; }
a.nav-label:hover { color: var(--rose); }
.hero-overlay { position: absolute; inset: 0; z-index: 2; color: var(--paper); pointer-events: none; background: linear-gradient(180deg, rgb(19 3 4 / .84), transparent 33%, transparent 76%, rgb(25 2 4 / .4)); }
.hero-header { padding: 30px 7vw; }
.navigation { max-width: 1250px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr) 1.25fr repeat(3, 1fr); gap: 26px; align-items: center; text-align: center; }
.nav-label { position: relative; font: 600 17px/1.7 Tahoma, Arial, sans-serif; white-space: nowrap; text-shadow: 0 2px 10px #200000; padding: 16px 0; }
.nav-label.selected::after { content: ''; position: absolute; height: 2px; background: var(--red); bottom: 4px; left: 0; right: 0; }
.brand { pointer-events: auto; color: var(--rose); text-decoration: none; display: grid; justify-items: center; }
.brand span { font: italic 700 52px/1.2 Georgia, serif; }
.brand small { font: italic 15px/1.5 Georgia, serif; color: var(--paper); }
.hero-emblem { position: absolute; top: 53%; left: 50%; width: min(33vw, 430px); aspect-ratio: 1; transform: translate(-50%, -50%); display: grid; place-items: center; }
.emblem-square { position: absolute; width: 96%; height: 69%; border: 1px solid var(--rose); }
.emblem-diamond { position: absolute; inset: -7%; border: 2px solid var(--red); background: linear-gradient(145deg, rgb(72 6 13 / .85), rgb(22 3 5 / .91)); box-shadow: 0 0 0 5px rgb(78 10 15 / .23), inset 0 0 65px rgb(166 21 31 / .15); }
.emblem-copy { position: relative; text-align: center; width: 127%; text-shadow: 0 2px 20px rgb(0 0 0 / .4); }
.emblem-signature { display: block; color: var(--rose); font: italic 38px/1.3 Georgia, serif; margin-bottom: 16px; }
.eyebrow { margin: 0 0 5px; font: 15px/1.6 Georgia, serif; letter-spacing: .35em; }
h1 { font: 500 clamp(46px, 6vw, 88px)/1.1 Georgia, 'Times New Roman', serif; letter-spacing: -.035em; margin: 0; }
.cuisine { font: italic clamp(19px, 2.4vw, 30px)/1.4 Georgia, serif; color: var(--rose); margin: 12px 0; }
.tagline { font: 600 11px/1.6 Georgia, serif; letter-spacing: .3em; margin: 0; }
.emblem-footer { display: block; margin-top: 18px; font: italic 700 35px/1 Georgia, serif; color: var(--rose); }
.emblem-footer small { display: block; font: italic 12px/1.6 Georgia, serif; }
.scene-dots { position: absolute; left: 24px; top: 50%; transform: translateY(-50%); display: grid; pointer-events: auto; }
.scene-dots button { border: 0; background: transparent; width: 44px; height: 34px; display: grid; place-items: center; cursor: pointer; padding: 0; }
.scene-dots button::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--paper); box-shadow: 0 0 0 1px rgb(0 0 0 / .25); transition: background .2s, box-shadow .2s; }
.scene-dots button[aria-current]::before { background: var(--red); box-shadow: 0 0 0 4px rgb(213 43 54 / .25); }
.scene-arrows { position: absolute; bottom: 8%; right: 4%; display: flex; gap: 14px; pointer-events: auto; }
.scene-arrows button { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: rgb(59 4 10 / .82); border: 1px solid rgb(213 43 54 / .35); color: var(--paper); cursor: pointer; transition: background .2s; }
.scene-arrows button:hover { background: var(--red); }
.scene-arrows svg { width: 20px; height: 20px; stroke: currentColor; stroke-width: 1.7; }
button:focus-visible, a:focus-visible { outline: 2px solid var(--rose); outline-offset: 5px; }
@media (max-width: 800px) {
  .hero-header { padding: 22px 24px; }
  .navigation { gap: 12px; grid-template-columns: repeat(3, 1fr); }
  .brand { grid-column: 1 / -1; grid-row: 1; margin-bottom: 8px; }
  .brand span { font-size: 37px; }
  .nav-label { font-size: 14px; padding: 6px 0; }
  .hero-emblem { width: min(54vw, 330px); top: 56%; }
  .emblem-signature { font-size: 26px; margin-bottom: 10px; }
  .eyebrow { font-size: 11px; letter-spacing: .24em; }
  h1 { font-size: clamp(39px, 9vw, 64px); }
  .cuisine { font-size: 20px; margin: 7px 0; }
  .tagline { font-size: 9px; letter-spacing: .15em; }
  .emblem-footer { font-size: 26px; margin-top: 12px; }
  .scene-dots { left: 2px; }
  .scene-arrows { bottom: max(26px, env(safe-area-inset-bottom)); right: 24px; gap: 10px; }
  .scene-arrows button { width: 48px; height: 48px; }
}
@media (max-height: 600px) and (min-width: 801px) {
  .hero-header { padding-top: 12px; }
  .hero-emblem { width: 250px; top: 58%; }
  .emblem-signature { display: none; }
  h1 { font-size: 58px; }
}
@media (prefers-reduced-motion: reduce) {
  .scene-arrows, .scene-dots { display: none; }
  *, *::before { transition: none !important; }
}

.continuation { position: relative; background: rgb(24 10 12 / .62); color: var(--paper); font: 16px/1.8 Tahoma, Arial, sans-serif; text-shadow: 0 2px 12px rgb(0 0 0 / .65); }
.continuation a { color: inherit; text-decoration: none; }
.content-width { width: min(1200px, calc(100% - 12vw)); margin-inline: auto; }
.section-navigation { display: flex; align-items: center; justify-content: space-between; padding: 22px 6vw; border-block: 1px solid #76313a; background: rgb(66 8 14 / .42); }
.section-navigation .small-brand { font: italic 30px/1.3 Georgia, serif; color: var(--rose); }
.section-navigation > div { display: flex; gap: 36px; }
.section-navigation > div a { display: inline-flex; min-height: 44px; align-items: center; font-size: 14px; }
.section-navigation a:hover { color: var(--rose); }
.story-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 8vw, 120px); align-items: center; padding-block: 130px; }
.story-image { position: relative; margin: 0 16px 0 0; }
.story-image::before { content: ''; position: absolute; inset: 22px -20px -22px 20px; border: 1px solid var(--red); pointer-events: none; }
.story-image img { position: relative; display: block; width: 100%; height: auto; aspect-ratio: 4/5; object-fit: cover; object-position: 43%; }
.story-image figcaption { position: absolute; bottom: 24px; left: 24px; font: italic 25px/1.5 Georgia, serif; text-shadow: 0 2px 8px #000; }
.section-label { color: var(--rose); font: italic 19px/1.5 Georgia, serif; margin: 0 0 22px; }
.continuation h2 { font: 400 clamp(36px, 4.5vw, 64px)/1.12 Georgia, 'Times New Roman', serif; letter-spacing: -.035em; margin: 0 0 28px; }
.story-copy > p:not(.section-label), .menu-intro > p:not(.section-label) { color: #d3bcbf; max-width: 42ch; margin: 0 0 18px; }
.continuation .text-link { display: inline-flex; gap: 36px; align-items: center; min-height: 48px; border-bottom: 1px solid var(--red); margin-top: 18px; font-size: 14px; }
.text-link span { color: var(--rose); font-size: 22px; }
.menu-section { background: rgb(66 8 14 / .28); padding-block: 100px; border-block: 1px solid #76313a; }
.menu-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9%; align-items: start; }
.menu-signature { color: var(--rose); font: italic 48px/1.4 Georgia, serif; margin-top: 38px; }
.menu-item { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; padding: 28px 0; border-bottom: 1px solid #89414a; }
.menu-item:first-child { padding-top: 0; }
.menu-item h3 { font: 400 28px/1.25 Georgia, serif; margin: 0 0 12px; }
.menu-item p { color: #e2c2c5; font-size: 15px; max-width: 37ch; margin: 0; }
.menu-note { color: var(--rose); font: italic 15px/1.5 Georgia, serif; white-space: nowrap; }
.gallery-section { padding-block: 120px 100px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 42px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { color: #d3bcbf; max-width: 29ch; margin: 0; }
.gallery-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 24px; align-items: start; }
.gallery-grid figure { margin: 0; }
.gallery-grid figure:nth-child(2) { padding-top: 58px; }
.gallery-grid figure:nth-child(3) { padding-top: 115px; }
.gallery-open { position: relative; display: block; border: 0; padding: 0; background: var(--wine); width: 100%; cursor: zoom-in; overflow: hidden; }
.gallery-open img { width: 100%; height: auto; aspect-ratio: 3/4; object-fit: cover; display: block; transition: transform .5s ease; }
.gallery-open:hover img { transform: scale(1.035); }
.gallery-open span { position: absolute; right: 14px; bottom: 14px; background: var(--wine); color: var(--paper); width: 40px; height: 40px; display: grid; place-items: center; font-size: 24px; }
.gallery-grid figcaption { font: italic 20px/1.5 Georgia, serif; color: var(--rose); padding-top: 18px; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 44px; border-top: 1px solid #76313a; }
.site-footer .footer-brand { font: italic 46px/1.3 Georgia, serif; color: var(--rose); }
.site-footer > p { font: 12px/1.7 Georgia, serif; letter-spacing: .25em; }
.site-footer .text-link { margin-top: 0; }
.gallery-dialog { border: 1px solid #76313a; padding: 0; background: #180a0c; width: min(1200px, 94vw); max-width: 94vw; overflow: visible; }
.gallery-dialog::backdrop { background: rgb(10 0 2 / .92); }
.gallery-dialog > img { display: block; width: 100%; max-height: 85dvh; object-fit: contain; }
.gallery-close { position: absolute; top: 12px; right: 12px; width: 44px; height: 44px; border: 1px solid var(--rose); background: var(--wine); color: var(--paper); font: 30px/1 Arial, sans-serif; cursor: pointer; }
.continuation section { scroll-margin-top: 24px; }
@media (max-width: 800px) {
  .content-width { width: calc(100% - 48px); }
  .section-navigation { padding-inline: 24px; }
  .section-navigation > div { gap: 18px; }
  .story-section { grid-template-columns: 1fr; gap: 66px; padding-block: 70px; }
  .story-image img { aspect-ratio: 5/4; }
  .menu-section { padding-block: 65px; }
  .menu-layout { grid-template-columns: 1fr; gap: 40px; }
  .menu-signature { display: none; }
  .menu-item h3 { font-size: 26px; }
  .menu-note { white-space: normal; text-align: right; }
  .gallery-section { padding-block: 70px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 22px; max-width: none; }
  .gallery-grid { grid-template-columns: 1fr; gap: 32px; }
  .gallery-grid figure:nth-child(n) { padding-top: 0; }
  .gallery-open img { aspect-ratio: 4/3; }
  .site-footer { flex-wrap: wrap; padding-block: 32px; gap: 16px 24px; }
  .site-footer > p { order: 3; width: 100%; margin: 0; }
}
@media (prefers-reduced-motion: reduce) { .gallery-open:hover img { transform: none; } }

/* The original layout and palette, with the supplied Turkish brand content. */
 .instagram-section { padding-block: 88px 60px; max-width: 1000px; }
.instagram-profile { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 0 4px 30px; }
.profile-identity { display: flex; align-items: center; gap: 24px; min-width: 0; }
.profile-avatar { position: relative; flex: 0 0 82px; width: 82px; aspect-ratio: 1; overflow: hidden; border-radius: 50%; }
.instagram-profile h2 { font: 400 clamp(22px, 3vw, 34px)/1.2 Georgia, serif; margin: 0 0 10px; letter-spacing: -.02em; }
.instagram-profile p { margin: 0; font-size: 14px; color: var(--paper); }
.instagram-profile p span { color: #d3bcbf; }
.continuation .profile-visit { display: inline-flex; align-items: center; gap: 18px; min-height: 44px; padding: 8px 18px; border: 1px solid #ffc087; border-radius: 5px; background: #ffc087; color: #790b05; font: italic 700 22px/1.4 Georgia, serif; text-shadow: none; white-space: nowrap; transition: background .2s, border-color .2s; }
.continuation .profile-visit:hover { background: #ffd0a5; border-color: #ffd0a5; }
.profile-arrow { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid rgb(121 11 5 / .35); border-radius: 50%; background: transparent; transition: border-color .25s, background .25s; }
.profile-arrow svg { width: 16px; height: 16px; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; transition: transform .25s; }
.profile-visit:hover .profile-arrow, .profile-visit:focus-visible .profile-arrow { border-color: #790b05; background: rgb(121 11 5 / .08); }
.profile-visit:hover .profile-arrow svg { transform: translate(1px, -1px); }
.profile-instagram { display: grid; place-items: center; width: 30px; height: 30px; color: #790b05; }
.profile-instagram svg { width: 23px; height: 23px; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.instagram-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.instagram-post { position: relative; aspect-ratio: 3/4; min-width: 0; overflow: hidden; background: rgb(255 245 237 / .025); border-radius: 2px; }
.post-preview { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.post-preview iframe { position: absolute; top: 0; left: 50%; width: 400px; height: 850px; border: 0; transform-origin: top left; transform: scale(var(--preview-scale, .8)) translate(-50%, calc(-1 * var(--embed-offset, 56px))); }
.instagram-post .post-open { position: absolute; inset: 0; z-index: 1; display: block; color: white; background: linear-gradient(transparent 65%, rgb(0 0 0 / .12)); }
.post-kind { position: absolute; right: 13px; top: 13px; width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; filter: drop-shadow(0 1px 3px #000); }
.post-open:focus-visible { outline-offset: -4px; }
.instagram-dialog { padding: 0; border: 1px solid rgb(255 173 176 / .35); border-radius: 8px; width: min(460px, 94vw); max-height: 92dvh; background: #180a0c; color: var(--paper); }
.instagram-dialog::backdrop { background: rgb(10 0 2 / .85); backdrop-filter: blur(6px); }
.instagram-dialog-bar { display: flex; align-items: center; justify-content: space-between; padding: 5px 12px 5px 20px; }
.instagram-original { color: var(--paper); font: 14px/1.5 Tahoma, sans-serif; text-decoration: none; }
.instagram-close { width: 44px; height: 44px; background: transparent; border: 0; color: var(--paper); font-size: 30px; cursor: pointer; }
.instagram-dialog iframe { display: block; width: 100%; height: min(760px, 80dvh); border: 0; }
@media (max-width: 700px) {
 .instagram-section { padding-block: 60px 30px; width: calc(100% - 24px); }
 .instagram-profile { gap: 10px; padding: 0 4px 24px; flex-wrap: wrap; }
 .profile-identity { gap: 14px; }
 .profile-avatar { width: 56px; flex-basis: 56px; }
 .instagram-profile h2 { font-size: 24px; }
 .instagram-profile p { font-size: 12px; }
 .instagram-profile p span { display: block; }
 .continuation .profile-visit { font-size: 19px; padding-inline: 12px; }
 .instagram-grid { gap: 4px; }
 .post-kind { width: 17px; height: 17px; top: 8px; right: 8px; }
}
.navigation.brand-only { display: flex; justify-content: center; }
.navigation.brand-only .brand { margin: 0; }
.brand-wordmark img { display: block; width: clamp(220px, 28vw, 340px); max-width: 75vw; height: auto; }
.brand-wordmark small { margin-top: 8px; }
.navigation .brand-neon { padding: 6px 0 12px; background: none; border: 0; text-decoration: none; filter: drop-shadow(0 0 1px rgb(255 248 233 / .8)) drop-shadow(0 0 5px rgb(255 191 133 / .75)) drop-shadow(0 0 13px rgb(255 127 77 / .6)) drop-shadow(0 0 28px rgb(221 47 26 / .4)); }
.neon-wordmark { display: block; width: clamp(250px, 33vw, 440px); max-width: 80vw; height: auto; overflow: hidden; }
.hero-emblem.hero-logo { width: clamp(240px, 31vw, 400px); height: clamp(240px, 31vw, 400px); transform: translate(-50%, -50%) scale(.7); }
.hero-logo .emblem-copy { position: absolute; bottom: 20px; width: 100%; }
.hero-logo .round-logo { position: relative; left: 50%; transform: translateX(-50%); width: min(110%, 46svh); aspect-ratio: 1; margin: 0 0 12px; overflow: hidden; border-radius: 50%; }
.round-logo img { position: absolute; display: block; width: 123.333%; max-width: none; height: 118%; left: -12.667%; top: -9.333%; }
.navigation { gap: clamp(10px, 1.5vw, 26px); grid-template-columns: repeat(3, 1fr) 1.8fr repeat(3, 1fr); }
.brand span { font-size: clamp(24px, 2.8vw, 40px); white-space: nowrap; }
.brand small { font-size: 13px; }
.emblem-signature { font-size: clamp(24px, 2.7vw, 35px); margin-bottom: 10px; }
.emblem-copy h1 { font-size: clamp(46px, 5.5vw, 74px); line-height: .98; }
.hero-menu-link { display: inline-flex; align-items: center; min-height: 44px; margin-top: 12px; color: var(--paper); text-decoration: none; border-bottom: 1px solid var(--red); font: 14px/1.5 Tahoma, Arial, sans-serif; pointer-events: auto; }
.hero-menu-link:hover { color: var(--rose); }
.supplied-brand-image { align-self: center; }
.supplied-brand-image img { aspect-ratio: auto; height: auto; object-fit: contain; }
.supplied-brand-image figcaption { position: relative; left: auto; bottom: auto; margin-top: 20px; }
.menu-item > h3 { margin: 0; }
.menu-item .menu-note { font-size: 24px; }
.drinks-layout { padding-top: 72px; scroll-margin-top: 32px; }
.drinks-list { list-style: none; padding: 0; margin: 0; }
.drinks-list li { padding: 13px 0; border-bottom: 1px solid #89414a; font: 23px/1.5 Georgia, serif; }
.drinks-list span { display: block; font: 14px/1.6 Tahoma, Arial, sans-serif; color: #e2c2c5; }
.supplied-gallery .gallery-open img { aspect-ratio: auto; object-fit: contain; }
.location-section { padding-block: 45px 95px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 9%; }
.location-section address { font: 21px/1.8 Georgia, serif; }
.location-links { display: flex; flex-wrap: wrap; gap: 8px 28px; }
.section-navigation { gap: 20px; flex-wrap: wrap; }
.section-navigation > div { flex-wrap: wrap; }
.site-footer .footer-brand { font-size: clamp(30px, 4vw, 46px); }
@media (max-width: 800px) {
  .navigation { grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .brand span { font-size: 35px; }
  .emblem-copy h1 { font-size: clamp(42px, 9vw, 64px); }
  .emblem-signature { font-size: 22px; }
  .emblem-copy .cuisine { font-size: 20px; }
  .emblem-copy .tagline { font-size: 9px; letter-spacing: .06em; }
  .hero-menu-link { margin-top: 6px; }
  .drinks-layout { padding-top: 45px; }
  .location-section { grid-template-columns: 1fr; gap: 16px; padding-bottom: 60px; }
}

/* Display the high-resolution mark at the existing logo size. */
.hero-logo .round-logo img { width: 139.04%; height: 155.57%; left: -18.76%; top: -11.02%; }
.hero-logo .tagline { transform: scale(1.4); transform-origin: center; }
