
:root {
  --bg: #0a0a0a;
  --ink: #f3f3f3;
  --muted: #9a9a9a;
  --line: #2a2a2a;
  --max: 1040px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Segoe UI", Inter, ui-sans-serif, system-ui, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.5;
  font-size: 18px;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.wrap { width: min(var(--max), calc(100% - 2.4rem)); margin: 0 auto; }

.nav {
  position: sticky; top: 0; z-index: 20;
  background: rgba(10,10,10,.92);
  backdrop-filter: blur(12px);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 1rem 0; }
.brand {
  display: flex; align-items: center; gap: .65rem;
  font-weight: 650; letter-spacing: -.04em; font-size: 1.35rem;
}
.brand .mark { height: 34px; width: auto; }
.brand .word {
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-6px);
  animation: rollIn 1.15s cubic-bezier(.22,1,.36,1) .2s forwards;
}
html.splash .brand .word { animation: none; max-width: 12rem; opacity: 1; }
@keyframes rollIn {
  to { opacity: 1; transform: none; }
}

.splash-screen {
  position: fixed; inset: 0; z-index: 90;
  background: #050505;
  display: grid; place-items: center;
  animation: splashOut .55s ease 2.15s forwards;
}
.splash-lock {
  display: flex; align-items: center; gap: .9rem;
}
.splash-lock img {
  height: clamp(72px, 14vw, 110px); width: auto;
  animation: markPop .8s cubic-bezier(.16,1,.3,1) both;
}
.splash-lock span {
  font-size: clamp(2rem, 7vw, 3.6rem);
  font-weight: 650; letter-spacing: -.05em;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-8px);
  animation: splashWord 1.25s cubic-bezier(.22,1,.36,1) .85s forwards;
}
@keyframes splashWord {
  to { opacity: 1; transform: none; }
}
html.seen .splash-screen { display: none; }
html.splash .page { visibility: hidden; }
@keyframes markPop {
  from { opacity: 0; transform: scale(.82); }
  to { opacity: 1; transform: none; }
}
@keyframes splashOut {
  to { opacity: 0; visibility: hidden; }
}

.btn {
  display: inline-block; background: transparent; color: #fff;
  padding: .8rem 1.2rem; border-radius: 999px; border: 1px solid #5a5a5a;
  font-weight: 650; font: inherit; cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.btn:hover { background: #fff; color: #111; border-color: #fff; }
.btn-small { padding: .45rem .95rem; font-size: .95rem; }
.btn-ghost { background: transparent; color: #fff; border: 1px solid #3a3a3a; }
.btn-ghost:hover { background: #fff; color: #111; border-color: #fff; }

.hero { padding: 4.4rem 0 3rem; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 2rem; align-items: center; }
h1 { font-size: clamp(2.25rem, 5vw, 3.3rem); line-height: 1.06; letter-spacing: -.04em; margin: 0 0 .9rem; font-weight: 650; }
h2 { font-size: 1.4rem; margin: 0 0 .5rem; }
.lead { color: var(--muted); max-width: 28rem; }
.actions { display: flex; gap: .7rem; flex-wrap: wrap; margin-top: 1.5rem; }
.hero-art { display: grid; place-items: center; }
.hero-art img { height: 120px; width: auto; }

.block { padding: 2.4rem 0 2.8rem; }
.amount { font-size: 2.4rem; font-weight: 700; margin: .15rem 0 .4rem; letter-spacing: -.04em; }
.muted { color: var(--muted); }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer; font-weight: 650; list-style: none;
  display: flex; justify-content: space-between; align-items: center;
  padding: 1rem 0;
}
.faq summary::after { content: '+'; color: var(--muted); font-weight: 400; }
.faq details[open] summary::after { content: '–'; }
.faq summary::-webkit-details-marker { display: none; }
.faq p { margin: 0 0 1rem; color: var(--muted); max-width: 32rem; }
form { display: grid; gap: .85rem; max-width: 34rem; margin-top: 1rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
label { display: grid; gap: .35rem; font-weight: 650; font-size: .95rem; }
input, textarea, select {
  font: inherit; padding: .75rem .85rem; border: 1px solid var(--line);
  border-radius: 10px; background: #111; color: #fff;
}
.contact-split { display: grid; gap: 2rem; }
footer { padding: 1.5rem 0 2.2rem; color: var(--muted); font-size: .95rem; }

@media (max-width: 800px) {
  .hero-grid, .form-row { grid-template-columns: 1fr; }
  .hero { padding: 2.6rem 0 2rem; }
  .hero-art img { height: 72px; }
}

.fake { cursor: default; }

.pizza { background: #1a1a1a; color: #1b140e; }
.pizza .top {
  background: #1a1a1a; color: #fff;
  display: flex; justify-content: space-between; align-items: center;
  padding: .85rem 5vw; font-size: .9rem; letter-spacing: .06em;
  position: sticky; top: 0; z-index: 30;
}
.pizza .cta { background: #e11d2e; color: #fff; border-radius: 999px; padding: .5rem 1rem; font-weight: 650; }
.pizza .hero {
  position: relative; min-height: 52vh;
  background: #f5a623 center/cover no-repeat;
}
.pizza .hero img { width: 100%; height: 52vh; object-fit: cover; min-height: 280px; }
.pizza .hero .copy {
  position: absolute; inset: 0;
  display: grid; place-items: center; text-align: center;
  background: linear-gradient(180deg, rgba(0,0,0,.15), rgba(0,0,0,.45));
  color: #fff; padding: 2rem 1rem;
}
.pizza .hero h1 { font-size: clamp(1.8rem, 4.5vw, 2.8rem); margin: 0 0 .4rem; line-height: 1.15; }
.pizza .hero p { margin: 0 0 1rem; font-size: 1.1rem; }
.pizza main { background: #fff; width: min(860px, 100%); margin: -2.2rem auto 0; position: relative; padding: 2rem 1.4rem 3rem; border-radius: 16px 16px 0 0; }
.pizza h2 { font-family: Georgia, serif; letter-spacing: .04em; border-bottom: 1px solid #e8ddd0; padding-bottom: .4rem; }
.pizza .cols { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem 2.4rem; }
.pizza .item { padding: .55rem 0; }
.pizza .item b { display: flex; justify-content: space-between; gap: .6rem; font-style: normal; }
.pizza .item b i { font-style: normal; color: #6b5c50; }
.pizza .item small { color: #6b5c50; }
.pizza .meta { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1rem; background: #fff7ea; border-radius: 12px; padding: 1rem; margin-top: 1.6rem; }
@media (max-width: 720px) {
  .pizza .cols, .pizza .meta { grid-template-columns: 1fr; }
}

.salon { background: #8d8a7f; color: #f4f1ea; }
.salon .stop {
  background: #6f6c62; color: #f4f1ea;
  display: flex; justify-content: space-between; align-items: center;
  padding: 1rem 6vw; letter-spacing: .12em; font-size: .78rem; text-transform: uppercase;
  position: sticky; top: 0; z-index: 30;
}
.salon .cta { border: 1px solid #f4f1ea; padding: .4rem .8rem; }
.salon .banner { position: relative; }
.salon .banner img { width: 100%; height: 48vh; min-height: 240px; object-fit: cover; filter: brightness(.72); }
.salon .banner h1 {
  position: absolute; inset: 0; display: grid; place-items: center;
  margin: 0; font-weight: 400; letter-spacing: .18em;
  font-size: clamp(1.6rem, 5vw, 3.2rem); text-align: center;
}
.salon .place { text-align: center; padding: 2.6rem 1.2rem 3rem; }
.salon .place h2 { font-weight: 400; letter-spacing: .16em; font-size: 1.15rem; margin: 0 0 .8rem; }
.salon .place p { margin: .25rem 0; letter-spacing: .04em; }
.salon .prices { width: min(640px, calc(100% - 2rem)); margin: 0 auto 2.4rem; }
.salon .row { display: flex; justify-content: space-between; gap: 1rem; padding: .55rem 0; border-bottom: 1px solid rgba(244,241,234,.25); }
.salon .foot { text-align: center; padding: 0 1rem 2.4rem; font-size: .9rem; opacity: .8; }
