:root {
  --ink: #15130f;
  --paper: #f4f0e8;
  --paper-deep: #eae3d7;
  --sand: #c9ae7b;
  --gold: #d4aa68;
  --red: #b83c28;
  --muted: #786f64;
  --line: rgba(21, 19, 15, .14);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; transform: translateY(-150%); padding: 10px 16px; background: var(--gold); color: var(--ink); font-weight: 700; }
.skip-link:focus { transform: translateY(0); }

.site-header { align-items: center; color: white; display: flex; height: 94px; justify-content: space-between; left: 0; padding: 0 max(32px, calc((100vw - 1180px) / 2)); position: absolute; top: 0; transition: .25s ease; width: 100%; z-index: 10; }
.site-header.is-sticky { background: rgba(21,19,15,.95); box-shadow: 0 3px 20px rgba(0,0,0,.16); height: 76px; position: fixed; }
.brand { align-items: center; display: inline-flex; gap: 9px; letter-spacing: .12em; }
.brand__mark { align-items: center; border: 1px solid currentColor; display: inline-flex; font-size: 12px; font-weight: 700; height: 28px; justify-content: center; letter-spacing: -.05em; width: 28px; }
.brand__name { font-size: 18px; font-weight: 700; }
.site-nav { align-items: center; display: flex; gap: clamp(19px, 2.4vw, 38px); }
.site-nav > a { color: rgba(255,255,255,.85); font-size: 13px; font-weight: 600; letter-spacing: .035em; transition: color .2s ease; }
.site-nav > a:hover { color: var(--gold); }
.site-nav .nav-order { border-bottom: 1px solid var(--gold); color: var(--gold); padding: 7px 0; }
.language-switcher { align-items: center; color: rgba(255,255,255,.4); display: flex; font-size: 11px; gap: 5px; letter-spacing: .08em; }
.language-switcher button { background: transparent; border: 0; color: rgba(255,255,255,.45); cursor: pointer; font: inherit; font-weight: 700; padding: 4px 0; }
.language-switcher button[aria-pressed="true"] { color: var(--gold); }
.language-switcher button:hover { color: white; }
.menu-toggle { background: transparent; border: 0; cursor: pointer; display: none; height: 34px; padding: 8px 0 8px 12px; width: 42px; }
.menu-toggle span:not(.sr-only) { background: currentColor; display: block; height: 1px; margin: 5px 0; transition: transform .2s ease; width: 28px; }

.hero { background: var(--ink); color: white; min-height: min(860px, 100vh); overflow: hidden; position: relative; }
.hero__media { background: url("https://www.nycorner.se/images/pic98.jpg") center/cover no-repeat; bottom: 0; left: 51%; position: absolute; right: 0; top: 0; }
.hero__media::after { background: linear-gradient(90deg, var(--ink) 0%, rgba(21,19,15,.16) 35%, rgba(21,19,15,.12) 100%); content: ""; inset: 0; position: absolute; }
.order__image { background: url("https://www.nycorner.se/images/pic23.jpg") center/cover no-repeat; inset: 0; position: absolute; transform: scale(1.01); }
.hero__shade { background: linear-gradient(0deg, rgba(14,12,10,.42), transparent 44%); inset: 0; position: absolute; }
.hero__grain { 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='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.25'/%3E%3C/svg%3E"); inset: 0; mix-blend-mode: soft-light; opacity: .22; pointer-events: none; position: absolute; }
.hero__content { padding-top: clamp(184px, 24vh, 238px); position: relative; z-index: 1; }
.eyebrow { align-items: center; display: flex; font-size: 10px; font-weight: 700; gap: 10px; letter-spacing: .17em; margin: 0 0 40px; text-transform: uppercase; white-space: nowrap; }
.eyebrow span:first-child { background: var(--red); display: inline-block; height: 8px; width: 8px; }
.eyebrow--light { color: rgba(255,255,255,.72); }
.eyebrow--light span { background: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 700; letter-spacing: -.056em; line-height: .99; }
h1 { font-size: clamp(56px, 7.8vw, 112px); margin-bottom: 26px; max-width: 760px; }
h1 em, h2 em { color: var(--gold); font-weight: 600; }
.hero__lead { color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.65; margin-bottom: 36px; max-width: 465px; }
.hero__actions { align-items: center; display: flex; flex-wrap: wrap; gap: 25px; }
.button { align-items: center; display: inline-flex; font-size: 12px; font-weight: 700; gap: 16px; justify-content: center; letter-spacing: .07em; padding: 15px 20px; text-transform: uppercase; transition: .2s ease; }
.button--gold { background: var(--gold); color: var(--ink); }
.button--gold:hover { background: #e7c181; transform: translateY(-2px); }
.button--text { color: white; padding-left: 0; }
.button--text:hover { color: var(--gold); }
.button--outline { border: 1px solid rgba(255,255,255,.55); color: white; margin-top: 28px; }
.button--outline:hover { background: white; color: var(--ink); }
.hero__scroll { align-items: center; bottom: 38px; color: rgba(255,255,255,.65); display: flex; font-size: 10px; gap: 13px; left: max(32px, calc((100vw - 1180px) / 2)); letter-spacing: .15em; position: absolute; text-transform: uppercase; z-index: 2; }
.hero__scroll i { border: 1px solid rgba(255,255,255,.62); border-radius: 99px; display: block; height: 25px; position: relative; width: 14px; }
.hero__scroll i::after { background: var(--gold); content: ""; height: 5px; left: 5px; position: absolute; top: 5px; width: 2px; }
.hero__stamp { align-items: center; bottom: 35px; display: flex; height: 130px; justify-content: center; position: absolute; right: max(32px, calc((100vw - 1180px) / 2)); width: 130px; z-index: 2; }
.hero__stamp svg { animation: spin 24s linear infinite; fill: white; height: 100%; position: absolute; width: 100%; }
.hero__stamp text { font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: .16em; }
.hero__stamp > span { border: 1px solid rgba(255,255,255,.55); border-radius: 50%; color: var(--gold); display: grid; font-size: 19px; font-weight: 700; height: 43px; place-items: center; width: 43px; }
@keyframes spin { to { transform: rotate(360deg); } }

.intro { display: grid; gap: 30px; grid-template-columns: .9fr 2fr .7fr; padding-bottom: 142px; padding-top: 145px; }
.intro__copy h2, .signature__copy h2, .visit h2 { font-size: clamp(44px, 5.3vw, 72px); margin-bottom: 27px; }
.intro__copy p, .signature__copy > p { color: #524b43; font-size: 17px; line-height: 1.75; max-width: 608px; }
.inline-link { border-bottom: 1px solid var(--ink); display: inline-flex; font-size: 12px; font-weight: 700; gap: 22px; letter-spacing: .06em; margin-top: 18px; padding-bottom: 7px; text-transform: uppercase; transition: .2s ease; }
.inline-link:hover { border-color: var(--red); color: var(--red); gap: 27px; }
.intro__aside { align-self: end; border-left: 1px solid var(--line); padding-left: 21px; }
.intro__aside strong { color: var(--red); display: block; font-family: var(--serif); font-size: 35px; line-height: 1; }
.intro__aside p { color: var(--muted); font-size: 12px; margin: 12px 0 0; }

.moments { background: var(--ink); color: white; overflow: hidden; padding: 111px 0 0; }
.moments__heading h2 { font-size: clamp(50px, 6vw, 82px); margin-bottom: 62px; }
.moments__grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; margin: 0 auto; max-width: 1440px; }
.moment-card { height: 485px; overflow: hidden; position: relative; }
.moment-card--large { height: 555px; }
.moment-card img { filter: saturate(.84); height: 100%; object-fit: cover; transition: transform .6s ease; width: 100%; }
.moment-card__veil { background: linear-gradient(0deg, rgba(0,0,0,.72), transparent 65%); inset: 0; position: absolute; }
.moment-card__copy { bottom: 38px; left: 38px; position: absolute; right: 30px; }
.moment-card__copy span { color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.moment-card__copy h3 { font-family: var(--serif); font-size: clamp(26px, 2.5vw, 36px); letter-spacing: -.04em; line-height: 1.08; margin: 13px 0 21px; }
.moment-card__copy a { border-bottom: 1px solid var(--gold); color: rgba(255,255,255,.9); font-size: 11px; font-weight: 700; padding-bottom: 7px; text-transform: uppercase; }
.moment-card__copy b { color: var(--gold); margin-left: 14px; }
.moment-card:hover img { transform: scale(1.05); }

.signature { align-items: center; display: grid; gap: clamp(50px, 8vw, 130px); grid-template-columns: .95fr 1fr; padding-bottom: 146px; padding-top: 146px; }
.signature__visual { aspect-ratio: .94; overflow: hidden; position: relative; }
.signature__visual::after { border: 1px solid rgba(255,255,255,.45); content: ""; inset: 17px; position: absolute; }
.signature__visual img { filter: sepia(.12) contrast(1.05); height: 100%; object-fit: cover; width: 100%; }
.signature__number { background: var(--red); bottom: 0; color: white; font-family: var(--serif); font-size: 31px; left: 0; letter-spacing: -.05em; padding: 19px 25px; position: absolute; z-index: 1; }
.signature__number span { color: var(--gold); margin: 0 7px; }
.signature__facts { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 37px; padding-top: 21px; }
.signature__facts div { border-right: 1px solid var(--line); padding: 0 15px; }
.signature__facts div:first-child { padding-left: 0; }
.signature__facts div:last-child { border: 0; }
.signature__facts strong { display: block; font-family: var(--serif); font-size: 18px; letter-spacing: -.03em; }
.signature__facts span { color: var(--muted); display: block; font-size: 11px; line-height: 1.3; margin-top: 5px; }

.menu-section { background: var(--paper-deep); padding: 130px 0 112px; }
.menu-section__top { align-items: end; display: flex; justify-content: space-between; margin-bottom: 54px; }
.menu-section__top h2 { font-size: clamp(48px, 5.5vw, 76px); margin-bottom: 0; }
.menu-section__top > p { color: #625a50; font-size: 14px; line-height: 1.65; margin: 0 0 4px; max-width: 335px; }
.menu-tabs { border-bottom: 1px solid var(--line); display: flex; gap: 25px; margin-bottom: 31px; overflow-x: auto; scrollbar-width: none; }
.menu-tabs::-webkit-scrollbar { display: none; }
.menu-tabs button { background: transparent; border: 0; color: #6f665b; cursor: pointer; flex: 0 0 auto; font-size: 11px; font-weight: 700; letter-spacing: .09em; padding: 0 0 14px; position: relative; text-transform: uppercase; }
.menu-tabs button[aria-selected="true"] { color: var(--ink); }
.menu-tabs button[aria-selected="true"]::after { background: var(--red); bottom: -1px; content: ""; height: 2px; left: 0; position: absolute; right: 0; }
.menu-list { display: grid; grid-template-columns: repeat(2, 1fr); }
.menu-item { border-bottom: 1px solid var(--line); display: flex; gap: 16px; justify-content: space-between; min-height: 112px; padding: 22px 0; }
.menu-item:nth-child(odd) { margin-right: 32px; }
.menu-item:nth-child(even) { margin-left: 32px; }
.menu-item__name { font-family: var(--serif); font-size: 19px; letter-spacing: -.028em; line-height: 1.2; margin: 0 0 8px; }
.menu-item__description { color: #71685d; font-size: 12px; line-height: 1.5; margin: 0; max-width: 415px; }
.menu-item__number { color: var(--red); font-size: 11px; font-weight: 700; padding-top: 3px; }
.menu-section__bottom { align-items: center; display: flex; justify-content: space-between; padding-top: 35px; }
.menu-section__bottom p { color: #70665a; font-size: 12px; margin: 0; }
.menu-section__bottom p a { border-bottom: 1px solid currentColor; }

.order { background: var(--ink); color: white; min-height: 685px; overflow: hidden; position: relative; }
.order__overlay { background: linear-gradient(90deg, rgba(18,17,15,.95) 0%, rgba(18,17,15,.76) 45%, rgba(18,17,15,.23) 100%); inset: 0; position: absolute; }
.order__content { padding-bottom: 100px; padding-top: 117px; position: relative; z-index: 1; }
.order h2 { font-size: clamp(49px, 5.8vw, 80px); margin-bottom: 25px; }
.order__content > p:not(.eyebrow) { color: rgba(255,255,255,.74); font-size: 16px; max-width: 450px; }
.order__providers { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 31px; }
.order__providers a { background: rgba(255,255,255,.96); color: var(--ink); display: flex; font-size: 12px; font-weight: 700; gap: 31px; justify-content: space-between; min-width: 126px; padding: 13px 15px; transition: transform .2s ease; }
.order__providers a:hover { transform: translateY(-3px); }
.order__providers span { color: var(--red); }

.visit { display: grid; grid-template-columns: 1fr 1fr; min-height: 650px; }
.visit__copy { padding: 120px clamp(28px, 6vw, 92px) 95px 0; }
.visit h2 { margin-bottom: 42px; }
.visit__details { display: grid; gap: 21px; }
.visit__details div { display: grid; gap: 4px; }
.visit__details span { color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.visit__details a { font-family: var(--serif); font-size: 19px; letter-spacing: -.025em; line-height: 1.25; }
.visit__details a:hover { color: var(--red); }
.visit__details b { color: var(--red); font-family: var(--sans); font-size: 13px; margin-left: 5px; }
.visit__map { background: #d8d1c5; min-height: 100%; overflow: hidden; position: relative; }
.map-grid { background-image: linear-gradient(rgba(73,68,60,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(73,68,60,.1) 1px, transparent 1px); background-size: 26px 26px; inset: 0; opacity: .6; position: absolute; transform: rotate(-7deg) scale(1.2); }
.map-street { background: #f4f0e8; box-shadow: 0 1px 1px rgba(0,0,0,.15); height: 24px; position: absolute; transform: rotate(-35deg); width: 130%; }
.map-street--one { left: -16%; top: 26%; }.map-street--two { height: 15px; left: -11%; top: 55%; transform: rotate(18deg); }.map-street--three { height: 34px; left: -23%; top: 76%; transform: rotate(-9deg); }
.map-pin { align-items: center; background: var(--ink); color: white; display: flex; font-size: 12px; font-weight: 700; gap: 8px; left: 49%; padding: 11px 14px; position: absolute; top: 48%; transform: translate(-50%, -50%); white-space: nowrap; }
.map-pin i { background: var(--red); border-radius: 50%; height: 8px; width: 8px; }
.visit__map small { bottom: 22px; color: #4c463f; font-size: 10px; font-weight: 700; letter-spacing: .09em; position: absolute; right: 24px; text-transform: uppercase; }
.visit__map small b { color: var(--red); font-size: 15px; margin-left: 6px; }

.site-footer { background: var(--ink); color: white; padding: 65px 0 24px; }
.site-footer__top { align-items: start; display: grid; grid-template-columns: 1fr 1fr 1fr; padding-bottom: 65px; }
.brand--footer { color: var(--gold); }
.site-footer__top p { color: rgba(255,255,255,.62); font-family: var(--serif); font-size: 18px; letter-spacing: -.03em; margin: 0; }
.footer-email { border-bottom: 1px solid rgba(255,255,255,.45); color: var(--gold); font-size: 13px; font-weight: 700; justify-self: end; padding-bottom: 7px; }
.footer-email span { margin-left: 14px; }
.site-footer__bottom { border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.48); display: flex; font-size: 10px; gap: 22px; justify-content: space-between; letter-spacing: .05em; padding-top: 21px; text-transform: uppercase; }
.site-footer__bottom a:hover { color: var(--gold); }

/* --- Kendi Yorum Carousel'imiz (YENİ VE HATASIZ) --- */
.reviews { background: var(--ink); color: white; padding: 110px 0; overflow: hidden; position: relative; border-top: 1px solid rgba(255,255,255,.05); }
.reviews__top { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 50px; flex-wrap: wrap; gap: 20px; }
.reviews__top h2 { font-size: clamp(40px, 5vw, 64px); margin: 0; }
.reviews__top h2 em { color: var(--gold); font-family: var(--sans); font-size: 24px; vertical-align: middle; margin-left: 10px; }
.reviews__carousel-wrapper { padding-left: max(32px, calc((100vw - 1180px) / 2)); }
.reviews__carousel { display: flex; gap: 24px; overflow-x: auto; flex-wrap: nowrap; -webkit-overflow-scrolling: touch; scroll-snap-type: x mandatory; padding-right: 32px; padding-bottom: 25px; scrollbar-width: none; }
.reviews__carousel::-webkit-scrollbar { display: none; }
.review-card-item { background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.1); flex: 0 0 auto; width: min(85vw, 420px); padding: 40px 35px; scroll-snap-align: start; display: flex; flex-direction: column; }
.review-card-item__stars { color: var(--gold); font-size: 18px; letter-spacing: 4px; margin-bottom: 20px; }
.review-card-item p { color: rgba(255,255,255,.8); font-size: 15px; line-height: 1.7; flex-grow: 1; margin-bottom: 30px; font-style: italic; }
.review-card-item h3 { font-family: var(--serif); color: var(--gold); font-size: 22px; margin: 0 0 4px; }
.review-card-item span { color: rgba(255,255,255,.4); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; }
.review-card-item a { text-decoration: none; transition: opacity 0.2s; }
.review-card-item a:hover { opacity: 0.7; }

@media (max-width: 760px) {
  .shell { width: min(100% - 40px, 540px); }
  .site-header { height: 74px; padding: 0 20px; }.site-header.is-sticky { height: 65px; }
  .site-nav { background: var(--ink); display: flex; flex-direction: column; gap: 25px; inset: 74px 0 0; justify-content: center; opacity: 0; pointer-events: none; position: fixed; transition: opacity .2s ease; }.site-nav > a { font-family: var(--serif); font-size: 28px; }.site-nav .nav-order { font-family: var(--sans); font-size: 13px; margin-top: 12px; }.language-switcher { font-size: 14px; margin-top: 8px; }.nav-open .site-nav { opacity: 1; pointer-events: auto; }.menu-toggle { display: block; }.nav-open .menu-toggle span:first-of-type { transform: translateY(3px) rotate(45deg); }.nav-open .menu-toggle span:last-of-type { transform: translateY(-3px) rotate(-45deg); }
  .hero { min-height: 720px; }.hero__media { inset: 0; left: 0; opacity: .72; }.hero__media::after { background: linear-gradient(90deg, rgba(14,12,10,.88), rgba(14,12,10,.45)), linear-gradient(0deg, rgba(14,12,10,.64), transparent 48%); }.hero__shade { background: none; }.hero__content { padding-top: 176px; }.hero__lead { font-size: 15px; max-width: 345px; }.hero__scroll { bottom: 28px; left: 20px; }.hero__stamp { bottom: 22px; height: 84px; right: 20px; width: 84px; }.hero__stamp text { font-size: 11px; }.hero__stamp > span { font-size: 14px; height: 33px; width: 33px; }
  .intro { gap: 23px; grid-template-columns: 1fr; padding-bottom: 83px; padding-top: 85px; }.intro__aside { display: none; }
  .moments { padding-top: 75px; }.moments__heading h2 { margin-bottom: 39px; }.moments__grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }.moment-card, .moment-card--large { flex: 0 0 82%; height: 420px; scroll-snap-align: start; }.moment-card__copy { bottom: 28px; left: 25px; }
  .signature { gap: 45px; grid-template-columns: 1fr; padding-bottom: 83px; padding-top: 83px; }.signature__visual { aspect-ratio: 1.06; }.signature__facts { gap: 0; }
  .menu-section { padding: 83px 0 70px; }.menu-section__top { align-items: start; display: block; margin-bottom: 38px; }.menu-section__top > p { margin-top: 23px; }.menu-tabs { gap: 19px; }.menu-list { grid-template-columns: 1fr; }.menu-item:nth-child(odd), .menu-item:nth-child(even) { margin: 0; }.menu-item { min-height: 0; }.menu-item__name { font-size: 18px; }.menu-section__bottom { align-items: start; flex-direction: column; gap: 17px; }
  .order { min-height: 655px; }.order__overlay { background: linear-gradient(90deg, rgba(18,17,15,.93), rgba(18,17,15,.5)); }.order__content { padding-bottom: 75px; padding-top: 84px; }.order__providers { gap: 8px; }.order__providers a { min-width: 108px; }
  .visit { display: flex; flex-direction: column; min-height: auto; }.visit__copy { padding: 85px 0 72px; }.visit__map { min-height: 355px; }.site-footer { padding-top: 46px; }.site-footer__top { gap: 32px; grid-template-columns: 1fr; padding-bottom: 44px; }.footer-email { justify-self: start; }.site-footer__bottom { flex-wrap: wrap; line-height: 1.5; }.site-footer__bottom a { margin-left: auto; }

  /* Mobil Yorum Carousel Ayarları */
  .reviews { padding: 80px 0; }
  .reviews__top { flex-direction: column; align-items: flex-start; }
  .reviews__carousel-wrapper { padding-left: 20px; }
  .review-card-item { padding: 30px 25px; }
}

@media (max-width: 390px) { .hero__actions { align-items: flex-start; flex-direction: column; gap: 13px; }.hero__stamp { display: none; }.signature__facts strong { font-size: 16px; }.order__providers a { flex: 1; min-width: 0; } }
