:root {
  --bg: #f5f0e8;
  --surface: #fffdf9;
  --ink: #201c1b;
  --muted: #6d6560;
  --wine: #69303a;
  --blue: #2e6670;
  --line: #d8cec3;
  --container: 1240px;
  --page-gutter: clamp(20px, 3vw, 48px);
  --section-space-lg: clamp(76px, 9vw, 124px);
  --section-space-md: clamp(64px, 7vw, 96px);
  --section-space-sm: clamp(48px, 5vw, 68px);
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.68; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(var(--container), calc(100% - (var(--page-gutter) * 2))); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 9px 14px; color: #fff; background: var(--wine); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: absolute; top: 0; z-index: 20; width: 100%; color: #fff; transition: background .3s, box-shadow .3s; }
.site-header.is-scrolled { position: fixed; background: rgba(32, 28, 27, .91); backdrop-filter: blur(12px); box-shadow: 0 4px 22px rgba(0, 0, 0, .14); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 88px; }
.brand, .footer-brand { display: block; flex: 0 0 auto; overflow: hidden; }
.brand { width: 214px; height: 56px; }
.brand img, .footer-brand img { width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.nav-panel { display: flex; align-items: center; gap: clamp(16px, 1.65vw, 28px); font-size: .82rem; font-weight: 500; }
.nav-panel > a:not(.nav-cta) { opacity: .9; }
.nav-panel > a:not(.nav-cta):hover { opacity: 1; }
.nav-cta { padding: 9px 14px; border: 1px solid rgba(255,255,255,.65); border-radius: 99px; }
.menu-toggle { display: none; border: 0; color: inherit; background: none; }

.hero { position: relative; display: grid; min-height: 90svh; overflow: hidden; color: #fff; align-items: center; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; }
.hero-shade { background: linear-gradient(90deg, rgba(17,13,12,.78), rgba(17,13,12,.4) 49%, rgba(17,13,12,.13)); }
.hero-content { position: relative; padding-top: 76px; }
.eyebrow { margin: 0 0 15px; color: var(--wine); font-size: .7rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.hero .eyebrow { color: #d7c5b3; }
.hero h1 { max-width: 780px; margin: 0; font-family: var(--serif); font-size: clamp(3.15rem, 6.2vw, 6.4rem); font-weight: 400; line-height: .98; letter-spacing: -.035em; }
.hero-copy { max-width: 540px; margin: 26px 0 31px; font-size: clamp(1.02rem, 1.45vw, 1.2rem); line-height: 1.58; }
.hero-actions, .visit-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 13px 20px; border-radius: 99px; font-size: .86rem; font-weight: 600; transition: transform .25s, background .25s; }
.social-icon { width: 1.05rem; height: 1.05rem; flex: 0 0 auto; }
.button:hover { transform: translateY(-2px); }
.button-light { color: var(--ink); background: #fff; }
.button-ghost { border: 1px solid rgba(255,255,255,.7); color: #fff; }
.social-whatsapp { color: #fff; background: #25d366; }
.social-instagram { color: #fff; background: linear-gradient(135deg, #833ab4, #e1306c 52%, #f77737); }
.social-tiktok { color: #fff; background: #111; }
.social-whatsapp span { display: none; }
.social-whatsapp:hover { background: #1eb85a; }
.social-instagram:hover { background: linear-gradient(135deg, #6d2c99, #c92c60 52%, #dc6530); }
.social-tiktok:hover { background: #000; }
.scroll-cue { position: absolute; bottom: 26px; left: max(var(--page-gutter), calc((100% - var(--container)) / 2)); display: flex; gap: 10px; align-items: center; font-size: .7rem; letter-spacing: .13em; text-transform: uppercase; }
.scroll-cue span { width: 36px; height: 1px; background: #fff; }

.section { padding-block: var(--section-space-lg); }
.split-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(48px, 8vw, 132px); align-items: center; }
h2 { margin: 0 0 22px; font-family: var(--serif); font-size: clamp(2.45rem, 4.4vw, 4.8rem); font-weight: 400; line-height: 1.02; letter-spacing: -.03em; }
.copy-block > p:not(.eyebrow), .section-intro > p:last-child, .journey-copy > p:not(.eyebrow) { max-width: 520px; margin: 0 0 26px; color: var(--muted); font-size: 1.03rem; }
.text-link { display: inline-flex; gap: 13px; padding-bottom: 4px; border-bottom: 1px solid var(--ink); font-size: .84rem; font-weight: 600; }
.image-frame { position: relative; z-index: 0; margin: 0; padding: 0 0 22px 22px; }
.image-frame::before { position: absolute; z-index: -1; bottom: 0; left: 0; width: 55%; height: 65%; content: ""; background: var(--blue); }
.image-frame img { width: 100%; height: clamp(490px, 43vw, 620px); object-fit: cover; }
.image-frame figcaption { position: absolute; right: 0; bottom: 22px; left: 22px; z-index: 1; margin: 0; padding: 32px 18px 16px; color: #fff; background: linear-gradient(transparent, rgba(20, 15, 14, .78)); font-size: .78rem; font-weight: 500; line-height: 1.5; }

/* Final imagery: use each approved photograph in only one major section. Prioritize coffee, cezve, cups, baklava, lokum and café experience; decor is secondary. Never add generic stock coffee photography without approval. */
.specialties { background: var(--surface); }
.section-intro { max-width: 590px; }
.featured-specialties { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 210px 210px; gap: 14px; margin-top: 42px; }
.featured-item { position: relative; display: grid; min-width: 0; padding: 25px; overflow: hidden; background: #efe4d5; align-content: end; }
.featured-primary { grid-row: span 2; padding: 36px; color: #fff; background: var(--wine); }
.featured-item:nth-child(4) { background: #e0ece9; }
.featured-art { position: absolute; inset: 0; width: 100%; overflow: hidden; background: #38241f; }
.featured-art::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(31,20,18,.88), rgba(58,31,26,.55) 58%, rgba(34,20,17,.28)); }
.featured-art img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.featured-item > div:last-child, .featured-primary > div:last-child { position: relative; max-width: 100%; padding: 0; color: #fff; }
.featured-item .eyebrow, .featured-primary .eyebrow { margin-bottom: 6px; color: #b7d8d8; font-size: .62rem; }
.featured-item h3, .menu-heading h2 { margin: 0 0 6px; font-family: var(--serif); font-size: clamp(1.55rem, 2vw, 2.2rem); font-weight: 400; line-height: 1.05; }
.featured-item p:not(.eyebrow), .featured-primary p:not(.eyebrow) { max-width: 360px; margin: 0; color: rgba(255,255,255,.9); font-size: .84rem; line-height: 1.55; }
.menu-heading { display: flex; gap: 28px; align-items: end; justify-content: space-between; margin-top: var(--section-space-md); padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.menu-heading h2 { font-size: clamp(2rem, 3vw, 3.15rem); }
.menu-filters { display: flex; flex-wrap: wrap; gap: 7px; justify-content: flex-end; }
.menu-filter { padding: 8px 12px; border: 1px solid var(--line); border-radius: 99px; color: var(--ink); background: transparent; cursor: pointer; font-size: .76rem; font-weight: 600; transition: color .2s, background .2s, border-color .2s; }
.menu-filter:hover, .menu-filter.is-active { border-color: var(--wine); color: #fff; background: var(--wine); }
.full-menu { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: clamp(34px, 5vw, 76px); }
.menu-item { display: flex; gap: 20px; justify-content: space-between; padding: 21px 0 20px; border-bottom: 1px solid var(--line); transition: opacity .22s ease, transform .22s ease; }
.menu-item h4 { margin: 0 0 5px; font-family: var(--serif); font-size: 1.25rem; font-weight: 400; line-height: 1.2; }
.menu-item p { max-width: 420px; margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.55; }
.menu-item strong { flex: 0 0 auto; padding-top: 3px; color: var(--wine); font-size: .8rem; white-space: nowrap; }
.menu-item.is-hidden { display: none; }
.menu-item.is-filtering { opacity: 0; transform: translateY(8px); }

.journey { padding-block: var(--section-space-md); color: #fff; background: var(--wine); }
.journey-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(52px, 8vw, 120px); align-items: center; }
.journey-image { position: relative; }
.journey-image::after { position: absolute; inset: -14px 14px 14px -14px; border: 1px solid rgba(255,255,255,.5); content: ""; }
.journey-image img { width: 100%; height: clamp(440px, 39vw, 560px); object-fit: cover; }
.journey .eyebrow { color: #a9d4d7; }
.journey-copy > p:not(.eyebrow) { color: #eadcda; }
.detail-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.detail-tags span { padding: 6px 11px; border: 1px solid rgba(255,255,255,.38); border-radius: 99px; font-size: .72rem; }

.gallery-head { display: flex; gap: 35px; align-items: end; justify-content: space-between; margin-bottom: 34px; }
.gallery-head > p { max-width: 300px; margin: 0 0 8px; color: var(--muted); }
.gallery-grid { display: grid; grid-auto-flow: dense; grid-auto-rows: 236px; grid-template-columns: repeat(12, 1fr); gap: 14px; }
.gallery-item { position: relative; padding: 0; overflow: hidden; border: 0; background: none; cursor: zoom-in; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s, filter .3s; }
.gallery-item:hover img { filter: brightness(.86); transform: scale(1.04); }
.gallery-item:nth-child(1) { grid-row: span 2; grid-column: span 5; }
.gallery-item:nth-child(2) { grid-column: span 7; }
.gallery-item:nth-child(3) { grid-column: span 3; }
.gallery-item:nth-child(4) { grid-column: span 4; }
.gallery-item:nth-child(5) { grid-row: span 2; grid-column: span 5; }
.gallery-item:nth-child(6) { grid-column: span 7; }
.gallery-item:nth-child(7) { grid-column: span 4; }
.gallery-item:nth-child(8) { grid-column: span 3; }
.gallery-item:nth-child(1) img { object-position: 68% center; }
.gallery-item:nth-child(2) img { object-position: 35% center; }
.gallery-item:nth-child(3) img { object-position: 85% center; }
.gallery-item:nth-child(4) img { object-position: 56% center; }

.story { background: #e9dfd0; }
.story-grid { grid-template-columns: 1.05fr .95fr; gap: clamp(52px, 8vw, 120px); }
.story-image { margin: 0; }
.story-image img { width: 100%; height: clamp(460px, 40vw, 580px); object-fit: cover; object-position: 70% center; }
.visit { padding-block: var(--section-space-md); background: var(--surface); }
.visit-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(48px, 7vw, 100px); align-items: center; }
.visit address { margin: 0 0 22px; font-style: normal; line-height: 1.75; }
.visit address strong { font-size: 1.1rem; }
.hours { display: grid; gap: 5px; margin-bottom: 25px; color: var(--muted); font-size: .9rem; }
.hours strong { color: var(--ink); }
.hours > div { display: flex; gap: 18px; justify-content: space-between; max-width: 235px; }
.hours > div > span:first-child { min-width: 77px; color: var(--ink); font-weight: 600; }
.button-dark { color: #fff; background: var(--wine); }
.button-outline { border: 1px solid var(--line); }
.map-embed { display: block; width: 100%; height: clamp(400px, 34vw, 480px); min-height: 400px; border: 0; box-shadow: 0 22px 55px rgba(38,25,20,.12); }

.site-footer { padding: 50px 0 22px; color: #d9d1cb; background: #211d1c; font-size: .82rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1.1fr 1fr 1fr; gap: 38px; }
.footer-brand { width: 190px; height: 62px; margin-bottom: 14px; }
.footer-grid p { margin: 0; }
.footer-grid address { font-style: normal; line-height: 1.7; }
.footer-hours { margin-top: 12px !important; color: #a99e96; font-size: .74rem; line-height: 1.6; }
.footer-label { margin-bottom: 12px !important; color: #a99e96; font-size: .65rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid a:not(.footer-brand) { display: block; margin-bottom: 7px; }
.footer-bottom { display: flex; gap: 10px; justify-content: space-between; margin-top: 38px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.15); color: #968c85; font-size: .72rem; }
.lightbox { width: 100%; height: 100%; max-width: none; max-height: none; padding: 0; border: 0; color: #fff; background: rgba(13,12,12,.96); }
.lightbox::backdrop { background: rgba(13,12,12,.8); }
.lightbox img { position: absolute; inset: 0; width: min(90vw,1200px); height: min(80vh,780px); margin: auto; object-fit: contain; }
.lightbox button { position: absolute; z-index: 2; width: 43px; height: 43px; border: 0; border-radius: 50%; color: #fff; background: rgba(255,255,255,.13); cursor: pointer; font-size: 1.4rem; }
.lightbox-close { top: 25px; right: 25px; }
.lightbox-nav { top: 50%; transform: translateY(-50%); }
.lightbox-nav.previous { left: 25px; }
.lightbox-nav.next { right: 25px; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s, transform .75s; }
.reveal.from-left { transform: translateX(-28px); }
.reveal.from-right { transform: translateX(28px); }
.reveal.is-visible { opacity: 1; transform: none; }
.hero-enter { opacity: 0; transform: translateY(14px); animation: hero-in .8s ease forwards; }
.hero-enter:nth-child(2) { animation-delay: .12s; }
.hero-enter:nth-child(3) { animation-delay: .24s; }
.hero-enter:nth-child(4) { animation-delay: .36s; }
@keyframes hero-in { to { opacity: 1; transform: none; } }
a:focus-visible, button:focus-visible { outline: 3px solid #5bc2c8; outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }
