:root{--red:#223847;--cream:#f3e6bd;--ink:#171717;--muted:#706c66}*{box-sizing:border-box}html{scroll-behavior:auto}body{margin:0;background:#f3e6bd;color:var(--ink);font-family:'DM Sans',sans-serif}.site-header{height:76px;position:fixed;top:0;left:0;right:0;z-index:20;display:flex;align-items:center;padding:0 5vw;background:rgba(255,255,255,.96);border-bottom:1px solid #eee}.brand,.footer-brand{font:700 34px/1 'Oswald',sans-serif;text-decoration:none;color:var(--ink)}.brand span,.footer-brand span{color:var(--red)}nav{display:flex;gap:34px;margin:auto}nav a{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;color:var(--ink)}.order-button,.hero-button,.dark-button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-size:12px}.order-button{background:var(--red);color:#fff;padding:14px 22px;border-radius:4px}.hero{height:90vh;min-height:650px;position:relative;display:flex;align-items:flex-end;overflow:hidden}.hero>img{position:absolute;width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.25) 60%,rgba(0,0,0,.05))}.hero-copy{position:relative;color:#fff;padding:0 7vw 9vh;max-width:900px}.kicker,.eyebrow{font-size:12px;letter-spacing:.24em;font-weight:700}.hero h1,.section-head h2,.about-copy h2,.location-info h2{font-family:'Oswald',sans-serif;text-transform:uppercase;margin:14px 0}.hero h1{font-size:clamp(58px,8vw,116px);line-height:.91;letter-spacing:-.035em}.hero h1 em,.about-copy h2 em{font-style:normal;color:#efc05d}.hero-copy p{font-size:18px}.hero-button{margin-top:18px;background:#fff;color:#111;padding:17px 26px;border-radius:3px}.menu-section{padding:110px 5vw 125px;background:#f3e6bd}.section-head{text-align:center;margin-bottom:45px}.section-head .eyebrow{color:var(--red)}.section-head h2{font-size:clamp(46px,6vw,76px);line-height:1}.section-head p{color:var(--muted);font-size:17px}.category-tabs{max-width:1180px;margin:0 auto 54px;display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.category-tab{border:1px solid #cfc7bb;background:transparent;padding:13px 21px;border-radius:100px;font:700 12px 'DM Sans';cursor:pointer}.category-tab.active{background:var(--ink);border-color:var(--ink);color:#fff}.menu-category{display:none;max-width:1180px;margin:auto}.menu-category.active{display:block}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-card{background:#fff;border-radius:7px;overflow:hidden;box-shadow:0 5px 20px rgba(0,0,0,.06);transition:.25s}.product-card:hover{transform:translateY(-5px);box-shadow:0 12px 32px rgba(0,0,0,.11)}.product-image{height:260px;background:#eee;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:.45s}.product-card:hover img{transform:scale(1.035)}.product-image.no-image{display:grid;place-items:center;background:#ebe3d5}.drink-mark{font:700 48px 'Oswald';opacity:.16}.drink-mark span{color:var(--red)}.product-body{padding:23px 23px 20px}.product-body h3{font:600 25px 'Oswald';text-transform:uppercase;margin:0 0 10px}.product-body p{font-size:13px;line-height:1.65;color:var(--muted);min-height:65px}.product-footer{border-top:1px solid #eee;padding-top:17px;margin-top:18px;display:flex;align-items:center;justify-content:space-between;gap:10px}.product-footer strong{font-size:16px}.product-footer span{font-size:11px;text-transform:uppercase;font-weight:700;color:var(--red)}.gallery-section{padding:105px 5vw;background:#191919}.section-head.light{color:#fff}.gallery-grid{max-width:1280px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.gallery-grid img{width:100%;aspect-ratio:1/1;object-fit:cover}.about-section{display:grid;grid-template-columns:1.05fr .95fr;min-height:760px;background:#fff}.about-image img{width:100%;height:100%;object-fit:cover}.about-copy{padding:9vw 8vw;display:flex;flex-direction:column;justify-content:center}.about-copy .eyebrow,.location-info .eyebrow{color:var(--red)}.about-copy h2{font-size:clamp(52px,6vw,88px);line-height:.96}.about-copy p{font-size:16px;line-height:1.8;color:#5f5b56;max-width:590px}.signature{font:600 26px 'Oswald';margin-top:20px}.location-section{display:grid;grid-template-columns:1fr 1.15fr;background:var(--cream);min-height:650px}.location-info{padding:8vw 7vw}.location-info h2{font-size:clamp(52px,6vw,80px)}.location-info h3{font:500 29px/1.4 'Oswald';text-transform:uppercase}.hours{max-width:350px;border-top:1px solid #cfc8bd;border-bottom:1px solid #cfc8bd;margin:28px 0}.hours p{display:flex;justify-content:space-between}.dark-button{background:var(--ink);color:#fff;padding:17px 24px;margin:10px 0 22px}.contact{line-height:1.8;color:var(--muted)}.map iframe{width:100%;height:100%;border:0;filter:grayscale(.25)}footer{background:#111;color:#fff;padding:65px 6vw 35px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.footer-brand{color:#fff;font-size:48px}footer b{display:block;font-size:11px;letter-spacing:.2em;margin-bottom:16px;color:#aaa}footer a{display:block;color:#fff;text-decoration:none;margin:8px 0;font-size:14px}footer small{grid-column:1/-1;border-top:1px solid #333;padding-top:25px;color:#777}
@media(max-width:900px){nav{display:none}.site-header{height:66px}.order-button{margin-left:auto}.hero{min-height:580px}.product-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid{grid-template-columns:repeat(2,1fr)}.about-section,.location-section{grid-template-columns:1fr}.about-image{height:520px}.map{height:500px}footer{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}
@media(max-width:600px){.site-header{padding:0 20px}.order-button{padding:11px 13px;font-size:10px}.hero-copy{padding:0 24px 55px}.hero h1{font-size:56px}.menu-section,.gallery-section{padding:80px 18px}.category-tabs{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:8px}.category-tab{white-space:nowrap}.product-grid{grid-template-columns:1fr}.product-image{height:280px}.gallery-grid{gap:5px}.about-image{height:430px}.about-copy,.location-info{padding:70px 24px}.map{height:390px}footer{grid-template-columns:1fr;padding:50px 24px}footer .footer-brand{grid-column:auto}footer small{grid-column:auto}}

.product-image.image-coming:after{content:'ÜRÜN GÖRSELİ';display:grid;place-items:center;width:100%;height:100%;font:700 13px 'DM Sans';letter-spacing:.16em;color:#9a9286;background:#eee6d8}
/* V3: tum menu kategorileri ayni sayfada, McDonald's benzeri 2 kolon */
.menu-stack{max-width:1250px;margin:0 auto}.menu-group{margin:0 0 72px;scroll-margin-top:95px}.menu-group-title{width:min(395px,100%);height:70px;background:#223847;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 38px;margin-bottom:0;font-size:18px;font-weight:700}.menu-group-title b{font-size:32px;line-height:1;font-weight:400;transform:translateY(-4px)}.menu-group .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px;margin-top:0}.menu-group .product-card{display:grid;grid-template-columns:52% 48%;min-height:315px;border-radius:0;background:linear-gradient(115deg,#f3e6bd 0%,#f7edcf 55%,#fffaf0 100%);box-shadow:none;position:relative}.menu-group .product-card:hover{transform:none;box-shadow:none}.menu-group .product-image{height:100%;min-height:315px;background:transparent;display:flex;align-items:flex-end;justify-content:center;overflow:hidden}.menu-group .product-image img{width:100%;height:100%;object-fit:contain;padding:20px 5px 12px}.menu-group .product-card:hover img{transform:none}.menu-group .product-body{padding:72px 30px 28px 18px;display:flex;flex-direction:column}.menu-group .product-body h3{font-size:27px;line-height:1.08;text-transform:none;margin-bottom:12px}.menu-group .product-body p{font-size:14px;line-height:1.45;color:#2d2a27;min-height:0;margin:0}.menu-group .product-footer{margin-top:auto;border-top:0;padding-top:20px}.menu-group .product-footer strong{display:inline-flex;background:#223847;color:#fff;border-radius:999px;padding:11px 23px;font-size:15px}.menu-group .product-image.image-coming:after{background:transparent;color:#9a8463}.menu-group .product-image.no-image{background:transparent}.menu-group .drink-mark{align-self:center}
@media(max-width:900px){.menu-group .product-grid{grid-template-columns:1fr}.menu-group .product-card{min-height:300px}}
@media(max-width:600px){.menu-group{margin-bottom:50px}.menu-group-title{height:60px;padding:0 22px;font-size:15px}.menu-group .product-card{grid-template-columns:1fr;min-height:0}.menu-group .product-image{height:230px;min-height:230px}.menu-group .product-body{padding:20px 22px 24px}.menu-group .product-body h3{font-size:24px}.menu-group .product-footer{padding-top:15px}}


/* Açılışta sayfa kaymasını engelle */
html{scroll-behavior:auto}
body{animation:none;transition:none}


/* İÇECEKLER — basılı menü görünümü */
.drinks-group{
  max-width:760px;
  margin:20px auto 10px;
  padding:34px 42px 38px;
  background:transparent;
  color:#223847;
  scroll-margin-top:95px;
}
.drinks-group h2{
  margin:0 0 30px;
  text-align:center;
  font-family:'Oswald',sans-serif;
  font-size:42px;
  line-height:1;
  font-weight:700;
  letter-spacing:.01em;
  color:#223847;
}
.drinks-list{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.drink-row{
  display:flex;
  align-items:baseline;
  width:100%;
  min-width:0;
  font-family:'Oswald',sans-serif;
  color:#223847;
  line-height:1.1;
}
.drink-name{
  flex:0 1 auto;
  font-size:22px;
  font-weight:600;
  white-space:nowrap;
}
.drink-name small{
  font-family:'DM Sans',sans-serif;
  font-size:10px;
  font-weight:600;
}
.drink-dots{
  flex:1 1 40px;
  min-width:24px;
  margin:0 8px 3px;
  border-bottom:2px dashed #223847;
}
.drink-row strong{
  flex:0 0 auto;
  font-family:'Oswald',sans-serif;
  font-size:21px;
  font-weight:700;
  white-space:nowrap;
}
@media(max-width:600px){
  .drinks-group{padding:28px 18px 30px;margin-top:10px}
  .drinks-group h2{font-size:34px;margin-bottom:24px}
  .drinks-list{gap:10px}
  .drink-name{font-size:17px;white-space:normal}
  .drink-name small{font-size:9px}
  .drink-dots{min-width:12px;margin-left:5px;margin-right:5px}
  .drink-row strong{font-size:18px}
}

/* V5 — İnga kurumsal renk düzeni */
body,.menu-section{background:#f3e6bd}
.order-button{background:#223847}
.menu-group-title{background:#223847}
.menu-group .product-footer strong{background:#223847}
.menu-group .product-card{
  background:linear-gradient(115deg,#f3e6bd 0%,#f7edcf 55%,#fffaf0 100%);
}
.drinks-group{background:transparent;color:#223847}
.drinks-group h2,.drink-row{color:#223847}
.drink-dots{border-bottom-color:#223847}
