/* Nelson Turkish Kebab House. A lantern-lit charcoal grill at night: ember, gold and near-black, taken from the shop's own posters. */

@font-face {
  font-family: "Big Shoulders Display";
  src: url("../assets/fonts/BigShouldersDisplay.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("../assets/fonts/Figtree.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --night: #0f0a08;
  --coal: #17100d;
  --cream: #f5e9d3;
  --muted: #c0aa90;
  --gold: #f0b53c;
  --gold-soft: #f7d98a;
  --gold-deep: #b9791d;
  --ember: #e8621a;
  --ember-deep: #b4400e;
  --ribbon: #8f1d14;
  --ribbon-hi: #b32a1a;
  --line: rgba(240, 181, 60, 0.28);
  --f-display: "Big Shoulders Display", "Arial Narrow", "Helvetica Neue", sans-serif;
  --f-body: "Figtree", ui-sans-serif, system-ui, "Helvetica Neue", Arial, sans-serif;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --gutter: 1.25rem;
  color-scheme: dark;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scrollbar-color: var(--gold-deep) var(--night); scrollbar-width: thin; }
body {
  margin: 0; background: var(--night); color: var(--cream);
  font-family: var(--f-body); font-size: 1rem; line-height: 1.55; font-weight: 450;
  font-variant-numeric: tabular-nums; padding-bottom: 5.5rem;
}
::selection { background: var(--gold); color: #1a0f08; }
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--night); }
::-webkit-scrollbar-thumb { background: var(--gold-deep); border-radius: 999px; }

a { color: inherit; text-decoration-thickness: 2px; text-underline-offset: 0.2em; }
a:hover { text-decoration-color: var(--gold); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 6px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }

h1, h2, h3, p, ul, ol, dl, address { margin: 0; padding: 0; }
ul, ol { list-style: none; }
address { font-style: normal; }
h1, h2, h3 { font-family: var(--f-display); text-transform: uppercase; font-weight: 800; }
.gold-h { font-size: clamp(2.1rem, 8vw, 3rem); font-weight: 900; line-height: 1; color: var(--gold); letter-spacing: 0.01em; }

.wrap { max-width: 72rem; margin-inline: auto; padding-inline: var(--gutter); }
.draftbar { margin: 0; padding: 0.4rem var(--gutter); background: var(--gold); color: #1a0f08; text-align: center; font-size: 0.75rem; line-height: 1.4; font-weight: 700; }

/* ---------- buttons ---------- */
.btn {
  display: flex; align-items: center; justify-content: center; text-align: center;
  min-height: 3.4rem; padding: 0.7rem 1.2rem; border: 2px solid transparent; border-radius: 12px;
  font: 800 1.3rem/1 var(--f-display); letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; cursor: pointer;
  transition: transform 180ms var(--ease), background-color 180ms var(--ease), color 180ms var(--ease), box-shadow 180ms var(--ease);
}
.btn:active { transform: translateY(2px); }
.btn--gold { background: var(--gold); border-color: var(--gold); color: #1a0f08; box-shadow: 0 10px 24px -14px rgba(0, 0, 0, 0.9); }
.btn--gold:hover { background: var(--gold-soft); border-color: var(--gold-soft); transform: translateY(-1px); text-decoration: none; }
.btn--line { border-color: var(--gold); color: var(--gold); }
.btn--line:hover { background: rgba(240, 181, 60, 0.14); text-decoration: none; }
.btn--cream { background: var(--cream); border-color: var(--cream); color: #2a1008; }
.btn--cream:hover { background: #fff; border-color: #fff; text-decoration: none; }

/* ---------- hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(120% 50% at 50% 100%, rgba(232, 98, 26, 0.5), rgba(180, 64, 14, 0.16) 50%, transparent 78%),
    radial-gradient(70% 34% at 50% 24%, rgba(240, 150, 40, 0.26), transparent 72%),
    var(--night);
}
.lights { display: block; position: relative; z-index: 2; }
.hero-grid { position: relative; z-index: 1; display: grid; gap: 0.2rem; }
.hero-art { justify-self: center; width: min(50vw, 11rem); margin-top: -2.9rem; }
.lamp { display: block; width: 100%; height: auto; overflow: visible; transform-origin: 50% 0; }
.brandrow { display: flex; align-items: center; gap: 0.8rem; }
.logo { flex: none; display: block; width: 3.4rem; height: 3.4rem; border-radius: 50%; background: #fff; border: 2px solid var(--gold); box-shadow: 0 0 0 5px rgba(240, 181, 60, 0.12); object-fit: cover; }
.status {
  display: inline-flex; align-items: center; gap: 0.6rem; padding: 0.4rem 0.95rem 0.4rem 0.8rem;
  border: 1px solid var(--line); border-radius: 999px; background: rgba(255, 255, 255, 0.06);
  color: var(--cream); font-size: 0.9rem; font-weight: 700; line-height: 1.2;
}
.status .dot { flex: none; width: 0.6rem; height: 0.6rem; border-radius: 50%; background: var(--muted); }
.status[data-state="open"] .dot, .status[data-state="soon"] .dot { background: var(--ember); box-shadow: 0 0 0 4px rgba(232, 98, 26, 0.28); }
.status[data-state="open"], .status[data-state="soon"] { border-color: rgba(232, 98, 26, 0.6); }
h1 {
  margin: 0.9rem 0 0.7rem; font-size: clamp(3.4rem, 18vw, 7rem); font-weight: 900; line-height: 0.88; letter-spacing: 0.005em;
  color: var(--gold);
}
.lede { font-size: 1.1rem; line-height: 1.4; max-width: 30ch; }
.facts { margin: 0.85rem 0 1.2rem; display: grid; gap: 0.1rem; color: var(--muted); font-weight: 600; }
.facts a { display: inline-block; padding-block: 0.7rem; margin-block: -0.7rem; color: var(--cream); text-decoration-color: var(--gold-deep); }
.order { display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem; }
.order .btn--gold { grid-column: 1 / -1; }
.order .btn { font-size: 1.1rem; letter-spacing: 0.04em; padding-inline: 0.5rem; }
.skyline { display: block; position: relative; z-index: 0; width: min(100%, 44rem); height: auto; margin: 1.6rem auto 0; color: rgba(240, 181, 60, 0.5); }

/* ---------- promises row ---------- */
.promises { padding-block: 2rem 0.5rem; }
.promises ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.2rem 0.5rem; }
.promises li { flex: 0 0 calc(33.333% - 0.35rem); text-align: center; }
.ring { display: grid; place-items: center; width: 4rem; height: 4rem; margin: 0 auto 0.5rem; border: 1.5px solid var(--gold); border-radius: 50%; color: var(--gold); }
.ring svg { width: 2.2rem; height: 2.2rem; }
.promises li > span:last-child { display: block; font: 800 1.05rem/1.1 var(--f-display); text-transform: uppercase; letter-spacing: 0.04em; }

/* ---------- sections ---------- */
.sec { padding-block: 3rem 0.5rem; }
.sec-lede { margin-top: 0.9rem; color: var(--muted); max-width: 46ch; }
.ribbon {
  padding: 0.75rem 2.6rem; text-align: center;
  background: linear-gradient(180deg, #a92b1c, #7d170f);
  clip-path: polygon(0 0, 100% 0, 96.5% 50%, 100% 100%, 0 100%, 3.5% 50%);
}
.ribbon h2 { display: flex; align-items: center; justify-content: center; gap: 0.6rem; font-size: clamp(1.7rem, 6.6vw, 2.5rem); font-weight: 900; color: var(--gold-soft); line-height: 1; letter-spacing: 0.02em; }
.ribbon svg { flex: none; width: 1.5rem; height: 1.5rem; color: var(--gold); }

/* charcoal menu, in the order and look of the shop's poster */
.cols { display: none; }
.grill { display: grid; gap: 0.55rem; margin-top: 1.2rem; }
.dish {
  display: grid; grid-template-columns: auto 1fr auto; gap: 0.85rem; align-items: center;
  padding: 0.8rem 0.9rem; border: 1px solid var(--line); border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
}
.no { display: grid; place-items: center; width: 2.4rem; height: 2.4rem; border-radius: 8px; background: var(--ribbon-hi); color: var(--cream); font: 900 1.5rem/1 var(--f-display); }
.dish h3 { font-size: 1.25rem; line-height: 1.05; letter-spacing: 0.02em; color: var(--cream); }
.dish p { margin-top: 0.2rem; font-size: 0.88rem; line-height: 1.35; color: var(--muted); }
.px { display: grid; grid-auto-flow: column; gap: 0.6rem; font: 900 1.6rem/1 var(--f-display); color: var(--gold); }
.px span { min-width: 2.7rem; text-align: right; }
.px span::before { display: block; margin-bottom: 0.2rem; font: 700 0.7rem/1 var(--f-body); letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
.px span:first-child::before { content: "Small"; }
.px span:last-child::before { content: "Large"; }
.px--one span:first-child::before, .px--one span:last-child::before { content: none; }
.px--one span { min-width: 0; font-size: 1.9rem; }
.dish--feature { border-color: rgba(240, 181, 60, 0.6); background: linear-gradient(135deg, rgba(143, 29, 20, 0.6), rgba(232, 98, 26, 0.16)); }

/* everyday menu */
.rows { margin-top: 1.2rem; display: grid; }
.rows li { display: grid; grid-template-columns: 2.8rem 1fr; gap: 0.9rem; align-items: center; padding: 0.8rem 0; border-top: 1px solid var(--line); }
.rows .ring--s { width: 2.8rem; height: 2.8rem; margin: 0; border-width: 1.3px; }
.rows .ring--s svg { width: 1.6rem; height: 1.6rem; }
.rows li:last-child { border-bottom: 1px solid var(--line); }
.rows h3 { font-size: 1.25rem; letter-spacing: 0.02em; color: var(--cream); }
.rows p { margin-top: 0.1rem; color: var(--muted); font-size: 0.92rem; line-height: 1.4; }
.sauce-head { margin-top: 1.6rem; font-weight: 700; color: var(--gold-soft); }
.sauces { margin-top: 0.6rem; display: flex; flex-wrap: wrap; gap: 0.4rem; }
.sauces li { padding: 0.28rem 0.8rem; border: 1px solid var(--line); border-radius: 999px; font-size: 0.88rem; font-weight: 550; }

/* flame divider and delivery band */
.divider { display: flex; align-items: center; gap: 1rem; padding-top: 3rem; color: var(--gold); }
.divider::before, .divider::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.divider svg { width: 1.7rem; height: 1.7rem; }
.sec--ember { padding-top: 2rem; background: radial-gradient(70% 90% at 50% 62%, rgba(232, 98, 26, 0.2), transparent 72%); }
.band { display: grid; gap: 1.2rem; padding: 1.7rem 1.4rem 1.8rem; border: 1px solid rgba(240, 181, 60, 0.45); border-radius: 20px; background: linear-gradient(135deg, #7d170f, #971f14 60%, #ad2f17); }
.band h2 { font-size: clamp(2rem, 8vw, 2.9rem); font-weight: 900; line-height: 1; color: var(--gold-soft); }
.band-text p { margin-top: 0.5rem; max-width: 34ch; }
.band-actions { display: grid; gap: 0.6rem; }

/* find us */
.find { display: grid; gap: 1.8rem; }
.plate {
  display: flex; align-items: center; gap: 0.8rem; margin-top: 1rem; padding: 0.95rem 1.1rem;
  border: 1px solid rgba(240, 181, 60, 0.5); border-radius: 14px; background: linear-gradient(180deg, #a92b1c, #7d170f);
  font: 800 1.55rem/1.1 var(--f-display); text-transform: uppercase; letter-spacing: 0.02em;
}
.plate svg { flex: none; width: 1.5rem; height: 1.75rem; color: var(--gold); }
.find-info .btn { margin-top: 1rem; width: 100%; }
.works { margin-top: 1.2rem; color: var(--muted); max-width: 36ch; }
.phone-line { margin-top: 0.8rem; font-weight: 600; }
.phone-line a { display: inline-block; padding-block: 0.75rem; margin-block: -0.75rem; }
.hours-card { padding: 1.2rem 1.1rem 1.1rem; border: 1px solid var(--line); border-radius: 16px; background: rgba(255, 255, 255, 0.035); }
.hours-card h3 { margin-bottom: 0.6rem; font-size: 1.5rem; font-weight: 900; color: var(--gold); letter-spacing: 0.02em; }
.hours div { display: flex; justify-content: space-between; gap: 1rem; margin-inline: -0.2rem; padding: 0.45rem 0.7rem; border-radius: 10px; }
.hours dt { font-weight: 700; }
.hours dd { margin: 0; color: var(--muted); }
.hours div[aria-current="date"] { background: var(--ember-deep); color: var(--cream); }
.hours div[aria-current="date"] dd { color: var(--cream); }

/* about */
.about { margin-top: 2rem; padding-top: 1.6rem; border-top: 1px solid var(--line); }
.about-h { font-size: 1.9rem; font-weight: 900; line-height: 1; color: var(--gold); }
.about p { margin-top: 0.7rem; max-width: 40ch; }
.about .rating { color: var(--muted); font-weight: 600; }
.about .rating a { color: var(--gold-soft); }

/* footer */
.foot { position: relative; margin-top: 3rem; padding: 0 0 2.2rem; background: linear-gradient(180deg, transparent, rgba(232, 98, 26, 0.18)); }
.foot-sky { display: block; width: min(100%, 40rem); height: auto; margin: 0 auto 1.2rem; color: rgba(240, 181, 60, 0.4); }
.foot-in { display: grid; gap: 0.3rem; color: var(--muted); }
.foot-name { font: 900 2rem/1 var(--f-display); text-transform: uppercase; color: var(--gold); margin-bottom: 0.3rem; }
.foot a { color: var(--cream); text-decoration-color: var(--gold-deep); }

/* ---------- mobile order dock ---------- */
.dock {
  position: fixed; inset: auto 0 0 0; z-index: 10; display: flex; gap: 0.5rem;
  padding: 0.6rem 0.75rem calc(0.6rem + env(safe-area-inset-bottom)); background: rgba(15, 10, 8, 0.96);
  box-shadow: 0 -1px 0 var(--line), 0 -14px 28px -18px rgba(0, 0, 0, 0.8);
  transform: translateY(105%); visibility: hidden; transition: transform 300ms var(--ease), visibility 0s linear 300ms;
}
.dock.is-visible { transform: none; visibility: visible; transition-delay: 0s; }
.dock .btn { min-height: 3rem; padding: 0.6rem 0.8rem; font-size: 1.1rem; }
.dock .btn--gold { flex: 1.7; }
.dock .btn--line { flex: 1; }

/* ---------- motion ---------- */
@media (prefers-reduced-motion: no-preference) {
  .js .lights rect { animation: twinkle 3.4s ease-in-out infinite alternate; }
  .js .lamp { animation: sway 7s ease-in-out infinite alternate; }
  .js .lamp-glow { animation: breathe 4.2s ease-in-out infinite alternate; transform-box: fill-box; transform-origin: center; }
  .js .hero-copy > * { animation: rise 800ms var(--ease) both; }
  .js .hero-copy > :nth-child(2) { animation-delay: 60ms; }
  .js .hero-copy > :nth-child(3) { animation-delay: 120ms; }
  .js .hero-copy > :nth-child(4) { animation-delay: 180ms; }
  .js .hero-copy > :nth-child(5) { animation-delay: 240ms; }
  .js .hero-copy > :nth-child(6) { animation-delay: 300ms; }
  .js .hero-copy > :nth-child(7) { animation-delay: 360ms; }
  .js [data-reveal="pending"] { opacity: 0; transform: translateY(1rem); }
  .js [data-reveal="done"] { transition: opacity 700ms var(--ease), transform 700ms var(--ease); }
  .js .dish { transition: opacity 600ms var(--ease), transform 600ms var(--ease); }
  .js [data-reveal="pending"] .dish { opacity: 0; transform: translateX(-1.2rem); }
  .js [data-reveal="done"] .dish:nth-child(2) { transition-delay: 70ms; }
  .js [data-reveal="done"] .dish:nth-child(3) { transition-delay: 140ms; }
  .js [data-reveal="done"] .dish:nth-child(4) { transition-delay: 210ms; }
  .js [data-reveal="done"] .dish:nth-child(5) { transition-delay: 280ms; }
  .js [data-reveal="done"] .dish:nth-child(6) { transition-delay: 350ms; }
  .js [data-reveal="done"] .dish:nth-child(7) { transition-delay: 420ms; }
}
@keyframes twinkle { from { opacity: 0.72; } to { opacity: 1; } }
@keyframes sway { from { transform: rotate(-1.4deg); } to { transform: rotate(1.4deg); } }
@keyframes breathe { from { opacity: 0.75; transform: scale(0.96); } to { opacity: 1; transform: scale(1.04); } }
@keyframes rise { from { opacity: 0; transform: translateY(0.9rem); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn, .dock { transition: none; }
}

/* ---------- tablet and desktop ---------- */
@media (min-width: 48rem) {
  :root { --gutter: 2rem; }
  body { padding-bottom: 0; }
  .dock { display: none; }
  .hero { background: radial-gradient(120% 50% at 50% 100%, rgba(232, 98, 26, 0.5), rgba(180, 64, 14, 0.16) 50%, transparent 78%), radial-gradient(38% 62% at 77% 40%, rgba(240, 150, 40, 0.3), transparent 72%), radial-gradient(60% 50% at 25% 35%, rgba(240, 150, 40, 0.07), transparent 70%), var(--night); }
  .hero-grid { grid-template-columns: 1.15fr 1fr; align-items: start; gap: 3rem; }
  .hero-copy { padding-top: 1.6rem; }
  .hero-art { order: 2; width: min(100%, 26rem); margin-top: -2.9rem; }
  .brandrow { gap: 1rem; }
  .logo { width: 4.6rem; height: 4.6rem; }
  h1 { font-size: clamp(4.6rem, 8.4vw, 7rem); }
  .lede { font-size: 1.3rem; }
  .order { max-width: 27rem; }
  .skyline { width: min(100%, 52rem); margin-top: 2rem; }
  .promises li { flex: 1 1 0; }
  .ring { width: 4.6rem; height: 4.6rem; }
  .ring svg { width: 2.5rem; height: 2.5rem; }
  .sec { padding-block: 4.2rem 0.5rem; }
  .grill { grid-template-columns: 1fr 1fr; gap: 0.7rem 0.9rem; }
  .dish--feature { grid-column: 1 / -1; padding: 1.1rem 1.3rem; }
  .dish--feature h3 { font-size: 1.6rem; }
  .rows { grid-template-columns: 1fr 1fr; column-gap: 3rem; }
  .rows li:nth-last-child(2) { border-bottom: 1px solid var(--line); }
  .band { grid-template-columns: 1fr auto; align-items: center; gap: 2rem; padding: 2.2rem 2.6rem; }
  .band-actions { min-width: 16rem; }
  .find { grid-template-columns: 1.1fr 1fr; gap: 3rem; align-items: start; }
  .find-info .btn { width: auto; display: inline-flex; padding-inline: 2rem; }
  .foot-sky { margin-bottom: 1.6rem; }
  .foot-in { grid-template-columns: 1.4fr 1fr 1fr 1fr; align-items: start; gap: 1.5rem; }
  .foot-name { margin: 0; }
}
