/* ============================================================
   Noodles — Almaty · Landing page
   Palette: #f09301 (orange) · #ffffff (white)   Font: Gotham Book
   ============================================================ */

@font-face {
  font-family: "Gotham Book";
  src: url("../fonts/Gotham-Book.otf") format("opentype");
  font-weight: 400; font-style: normal; font-display: swap;
}

:root {
  --orange: #f09301;
  --white: #ffffff;
  --w80: rgba(255, 255, 255, .8);
  --w60: rgba(255, 255, 255, .6);
  --font: "Gotham Book", "Gotham", system-ui, -apple-system, "Segoe UI", sans-serif;
  --container: 1200px;
  --pad: clamp(20px, 5vw, 56px);
  --sec-y: clamp(72px, 11vh, 140px);
  --radius: 22px;
  --ease: cubic-bezier(.16, 1, .3, 1);
  --shadow: 0 30px 70px -34px rgba(120, 70, 0, .5);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font);
  color: var(--white);
  background: var(--orange);
  line-height: 1.6; font-size: 17px; font-weight: 400;
  overflow-x: hidden; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
::selection { background: var(--white); color: var(--orange); }
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--pad); }

.scroll-progress { position: fixed; top: 0; left: 0; width: 100%; height: 2px; z-index: 200; pointer-events: none; }
.scroll-progress span { display: block; height: 100%; width: 0%; background: var(--white); transition: width .1s linear; }

/* ---------- fixed background video (revealed at Location) ---------- */
.bg-video-wrap { position: fixed; inset: 0; z-index: -1; pointer-events: none; }
#bg-video { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; object-fit: cover; z-index: -1; pointer-events: none; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  padding: 1em 2.1em; font-size: .8rem; font-weight: 400; letter-spacing: .14em; text-transform: uppercase;
  border-radius: 100px; transition: transform .5s var(--ease), background .4s var(--ease), color .4s var(--ease), box-shadow .5s var(--ease), border-color .4s var(--ease);
}
.btn-solid { background: var(--white); color: var(--orange); }
.btn-solid:hover { transform: translateY(-3px); box-shadow: 0 18px 34px -14px rgba(255,255,255,.5); }
.btn-ghost { color: var(--white); border: 1.5px solid var(--w60); }
.btn-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.12); transform: translateY(-3px); }

/* ---------- header ---------- */
.site-header {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 100; padding: 20px 0; color: var(--white);
  transition: background .5s var(--ease), box-shadow .5s var(--ease), padding .5s var(--ease);
}
.site-header.scrolled { background: var(--orange); padding: 12px 0; box-shadow: 0 14px 30px -20px rgba(120,70,0,.6); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--white); }
.brand-mark { display: inline-flex; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-word { font-size: 1.15rem; letter-spacing: .34em; }
.brand-tag { font-size: .52rem; letter-spacing: .2em; text-transform: uppercase; color: var(--w80); margin-top: 4px; }
.brand-logo { height: 46px; width: auto; display: block; }
.header-right { display: flex; align-items: center; gap: clamp(16px, 3vw, 30px); }
.header-phone { font-size: .95rem; letter-spacing: .02em; transition: opacity .3s var(--ease); }
.header-phone:hover { opacity: .75; }
.header-cta { padding: .7em 1.5em; }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 1s var(--ease), transform 1s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

/* ============================================================
   BLOCK 1 · HERO (split: text left, 9:16 video right)
   ============================================================ */
.hero { position: relative; background: var(--orange); min-height: 100svh; display: flex; align-items: center; padding: 120px 0 70px; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: url("../img/pattern.svg"); background-size: 300px; opacity: .16;
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.15fr minmax(240px, 400px); gap: clamp(30px, 5vw, 72px); align-items: center; width: 100%; }
.hero-title { font-size: clamp(4rem, 11vw, 9.5rem); line-height: .92; letter-spacing: -.01em; color: var(--white); }
.hero-sub { margin-top: clamp(18px, 3vh, 30px); font-size: clamp(1.1rem, 2vw, 1.5rem); color: var(--w80); max-width: 20ch; }
.hero-media { justify-self: end; width: 100%; }
.hero-media video { width: 100%; max-height: 80vh; aspect-ratio: 9 / 16; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); display: block; background: rgba(0,0,0,.15); }

/* ============================================================
   SECTION scaffold
   ============================================================ */
.section { position: relative; padding-block: var(--sec-y); }
.section-head { max-width: 720px; margin: 0 auto clamp(38px, 5vh, 64px); text-align: center; }
.section-title { font-size: clamp(2.2rem, 5vw, 3.8rem); line-height: 1.05; letter-spacing: -.01em; color: var(--white); }
.section-desc { margin-top: 18px; font-size: 1.08rem; color: var(--w80); }

/* ============================================================
   BLOCK 2 · PHILOSOPHY (white)
   ============================================================ */
.about { background: var(--white); }
.about-inner { max-width: 820px; margin-inline: auto; text-align: center; }
.about-title { font-size: clamp(2rem, 4.6vw, 3.4rem); line-height: 1.1; letter-spacing: -.01em; color: var(--orange); }
.about-text { margin-top: 26px; font-size: clamp(1.05rem, 1.8vw, 1.3rem); line-height: 1.6; color: var(--orange); }

/* ============================================================
   BLOCK 3 · MENU (orange) + chef
   ============================================================ */
.menu { background: var(--orange); padding-bottom: 0; }
.menu-cards { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(16px, 2vw, 26px); max-width: 860px; margin-inline: auto; }
.mcard { position: relative; display: block; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 5; background: var(--white); box-shadow: var(--shadow); transition: transform .6s var(--ease), box-shadow .6s var(--ease); }
.mcard:hover { transform: translateY(-8px); }
.mcard img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.mcard:hover img { transform: scale(1.05); }
.mcard-shade { position: absolute; inset: 0; background: linear-gradient(160deg, rgba(20,14,0,.6) 0%, rgba(20,14,0,.16) 34%, rgba(20,14,0,0) 62%); pointer-events: none; }
.mcard-label { position: absolute; top: 22px; left: 24px; color: var(--white); font-size: clamp(1.3rem, 2.2vw, 1.7rem); letter-spacing: -.01em; }

.chef { margin-top: clamp(56px, 8vh, 104px); }
.chef-inner { display: flex; flex-direction: column; align-items: center; text-align: center; gap: clamp(30px, 4.5vh, 52px); }
.chef-copy { max-width: 780px; }
.chef-quote { font-size: clamp(1.2rem, 2.1vw, 1.7rem); line-height: 1.5; color: var(--white); }
.chef-name { margin-top: 22px; margin-bottom: 30px; font-size: .82rem; letter-spacing: .2em; text-transform: uppercase; color: var(--w80); }
.chef-photo { display: flex; justify-content: center; align-items: flex-end; }
.chef-photo img { width: 100%; max-width: 405px; height: auto; object-fit: contain; filter: drop-shadow(0 26px 34px rgba(120,70,0,.45)); }

/* ============================================================
   BLOCK 4 · NEWS (same orange bg, no transition)
   ============================================================ */
.news { background: var(--white); padding-block: var(--sec-y); overflow: hidden; }
.news .section-title { color: var(--orange); }
.news-head { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: clamp(28px, 4vh, 48px); }
.news-head .section-title { text-align: left; }
.news-nav { display: flex; gap: 12px; }
.news-arrow { width: 52px; height: 52px; border-radius: 50%; border: 1.5px solid rgba(240,147,1,.4); color: var(--orange); font-size: 1.1rem; display: grid; place-items: center; transition: background .4s var(--ease), color .4s var(--ease), border-color .4s var(--ease), transform .4s var(--ease); }
.news-arrow:hover { background: var(--orange); color: var(--white); border-color: var(--orange); transform: translateY(-2px); }
.news-arrow:disabled { opacity: .35; cursor: default; transform: none; background: none; color: var(--orange); }
.news-track { display: flex; gap: clamp(16px, 1.8vw, 24px); overflow-x: auto; scroll-snap-type: x mandatory; padding-inline: var(--pad); padding-bottom: 8px; max-width: var(--container); margin-inline: auto; scrollbar-width: none; cursor: grab; }
.news-track::-webkit-scrollbar { display: none; }
.news-track.dragging { cursor: grabbing; scroll-snap-type: none; }
.ncard { position: relative; flex: 0 0 clamp(280px, 33%, 380px); scroll-snap-align: start; aspect-ratio: 4 / 5; border-radius: var(--radius); overflow: hidden; background: var(--white); box-shadow: var(--shadow); transition: transform .6s var(--ease); }
.ncard:hover { transform: translateY(-8px); }
.ncard img, .ncard video { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 1.1s var(--ease); }
.ncard:hover img { transform: scale(1.05); }
.ncard-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(20,14,0,.62) 0%, rgba(20,14,0,0) 44%); pointer-events: none; }
.ncard-caption { position: absolute; left: 22px; right: 22px; bottom: 20px; z-index: 1; color: var(--white); font-size: clamp(1.15rem, 1.7vw, 1.45rem); line-height: 1.2; }

/* ============================================================
   BLOCK 5 · LOCATION (fixed video bg, Eden-style)
   ============================================================ */
.location { position: relative; background: transparent; min-height: 100svh; display: flex; align-items: flex-end; }
.location::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(0deg, rgba(20,14,0,.6) 0%, rgba(20,14,0,0) 42%); }
.location-inner { position: relative; z-index: 1; width: 100%; padding-bottom: clamp(48px, 9vh, 110px); }
.location-heading { max-width: 16ch; font-size: clamp(2rem, 5vw, 4rem); line-height: 1.08; letter-spacing: -.01em; color: var(--white); }

/* ============================================================
   BLOCK 6 · BOOKING (orange, Noodles style)
   ============================================================ */
.booking { background: var(--orange); text-align: center; }
.booking-inner { max-width: 620px; margin-inline: auto; }
.booking-mark { color: var(--white); display: inline-flex; margin-bottom: 26px; }
.booking-logo { height: 84px; width: auto; margin: 0 auto 28px; display: block; }
.booking-heading { font-size: clamp(1.6rem, 3.2vw, 2.5rem); line-height: 1.25; color: var(--white); margin-bottom: clamp(34px, 5vh, 56px); }
.booking-form { display: flex; flex-direction: column; gap: 28px; max-width: 440px; margin-inline: auto; }
.field { text-align: left; }
.field input { width: 100%; font-family: inherit; font-size: 1.1rem; color: var(--white); background: transparent; border: none; border-bottom: 1.5px solid var(--w60); padding: 12px 4px; transition: border-color .4s var(--ease); }
.field input::placeholder { color: var(--w60); }
.field input:focus { outline: none; border-color: var(--white); }
.field input.invalid { border-color: #fff; box-shadow: 0 2px 0 #7a1e00; }
.booking-submit { margin-top: 10px; align-self: center; padding-inline: 3em; }
.booking-hint { min-height: 1.2em; font-size: .9rem; color: var(--w80); }
.booking-hint.error { color: #fff; font-weight: 400; }

/* ---------- footer ---------- */
.site-footer { background: var(--orange); color: var(--w80); padding: clamp(46px,7vh,74px) 0 32px; border-top: 1px solid rgba(255,255,255,.18); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; padding-bottom: 26px; border-bottom: 1px solid rgba(255,255,255,.18); }
.footer-word { color: var(--white); font-size: 1.4rem; letter-spacing: .3em; }
.footer-contact { display: flex; align-items: center; gap: clamp(16px, 3vw, 30px); flex-wrap: wrap; }
.footer-contact a:hover { color: var(--white); }
.footer-bottom { padding-top: 22px; font-size: .84rem; color: var(--w60); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-copy { text-align: center; }
  .hero-sub { margin-inline: auto; }
  .hero-media { justify-self: center; max-width: 340px; }
  .hero-media video { max-height: 62vh; }
  .chef-photo img { max-width: 300px; }
}
@media (max-width: 720px) {
  body { font-size: 16px; }
  .brand-tag { display: none; }
  .header-phone { display: none; }
  .brand-logo { height: 36px; }
  .header-cta { padding: .55em 1.05em; font-size: .66rem; letter-spacing: .08em; }
  .site-header { padding: 15px 0; }
  .menu-cards { grid-template-columns: 1fr; max-width: 400px; }
  .news-head { flex-direction: column; align-items: flex-start; gap: 16px; }
  .news-head .section-title { text-align: left; }
  .news-nav { display: none; }
  .ncard { flex-basis: 76%; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
