/* Step By Step Auto — one stylesheet for the site, the booking flow and the admin. */
:root {
  --bg: #111315;             /* graphite, never pure black */
  --panel: #191c1f;
  --panel-2: #212529;
  --line: rgba(238, 241, 243, .11);
  --fg: #eef1f3;
  --mute: #8f979e;
  --accent: #a6dcff;         /* ceramic / ice: the only colour */
  --accent-ink: #0d2230;
  --ok: #8fe3b0;
  --warn: #ffd27a;
  --display: 'Archivo', system-ui, sans-serif;
  --mono: 'IBM Plex Mono', ui-monospace, monospace;
  --pad: clamp(16px, 5vw, 72px);
  --radius: 14px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--fg); font: 16px/1.6 var(--display); font-variation-settings: 'wdth' 100; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
.wide { font-variation-settings: 'wdth' 125; font-weight: 800; letter-spacing: -.01em; text-transform: uppercase; line-height: .92; }
.mono, .label { font-family: var(--mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.label { color: var(--mute); margin: 0 0 18px; display: flex; gap: 12px; align-items: center; }
.label b { color: var(--accent); font-weight: 500; }
.placeholder { outline: 1px dashed var(--warn); outline-offset: 3px; color: var(--warn); }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 16px 26px; border-radius: 99px; border: 1px solid var(--accent); background: var(--accent); color: var(--accent-ink); font: 600 13px var(--mono); letter-spacing: .1em; text-transform: uppercase; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s, color .2s, opacity .2s; }
.btn:hover { transform: translateY(-2px); background: #c6e9ff; }
.btn:disabled { opacity: .35; cursor: not-allowed; transform: none; }
.btn-ghost { background: transparent; color: var(--fg); border-color: rgba(238,241,243,.35); }
.btn-ghost:hover { background: rgba(238,241,243,.08); }
.btn-sm { padding: 10px 18px; font-size: 11px; }

/* Header */
.top { position: fixed; inset: 0 0 auto; z-index: 40; display: flex; align-items: center; gap: 28px; padding: 16px var(--pad); transition: background .3s, padding .3s; }
.top.scrolled { background: rgba(17,19,21,.88); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); padding-block: 10px; }
.logo { display: flex; align-items: baseline; gap: 10px; text-decoration: none; }
.logo b { font-size: 17px; font-variation-settings: 'wdth' 125; font-weight: 800; letter-spacing: .02em; }
.logo span { font: 10px var(--mono); letter-spacing: .18em; color: var(--mute); }
.nav { display: flex; gap: 24px; margin-left: auto; }
.nav a { font: 12px var(--mono); letter-spacing: .12em; text-transform: uppercase; text-decoration: none; color: var(--mute); transition: color .2s; }
.nav a:hover { color: var(--fg); }
.menu { display: none; margin-left: auto; background: none; border: 0; width: 36px; height: 36px; position: relative; cursor: pointer; }
.menu i { position: absolute; left: 7px; right: 7px; height: 1.5px; background: currentColor; transition: transform .3s, top .3s; }
.menu i:first-child { top: 14px; } .menu i:last-child { top: 21px; }
.menu[aria-expanded="true"] i:first-child { top: 17px; transform: rotate(45deg); }
.menu[aria-expanded="true"] i:last-child { top: 17px; transform: rotate(-45deg); }

/* Hero */
.hero { min-height: 100svh; display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(24px, 5vw, 72px); align-items: end; padding: 120px var(--pad) clamp(40px, 8vh, 90px); }
.hero h1 { font-size: clamp(46px, 7vw, 118px); margin: 0; }
.hero h1 span { display: block; color: var(--accent); }
.hero .lead { font-size: clamp(18px, 1.7vw, 22px); color: #c3c9ce; margin: 24px 0 34px; max-width: 30ch; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-media { position: relative; justify-self: end; height: min(76svh, 800px); aspect-ratio: 9 / 16; border-radius: var(--radius); overflow: hidden; background: var(--panel); }
.hero-media video { width: 100%; height: 100%; object-fit: cover; }
.hero-media .tag { position: absolute; left: 14px; bottom: 14px; padding: 6px 10px; border-radius: 99px; background: rgba(17,19,21,.72); backdrop-filter: blur(6px); font: 11px var(--mono); letter-spacing: .12em; }
.hero-steps { grid-column: 1 / -1; display: flex; gap: 8px; flex-wrap: wrap; font: 11px var(--mono); letter-spacing: .14em; color: var(--mute); border-top: 1px solid var(--line); padding-top: 18px; }
.hero-steps span b { color: var(--accent); font-weight: 500; margin-right: 6px; }
.hero-steps span:not(:last-child)::after { content: '→'; margin-left: 8px; opacity: .4; }

/* Sections */
section.block { padding: clamp(80px, 12vh, 150px) var(--pad); border-top: 1px solid var(--line); }
.head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; margin-bottom: clamp(36px, 6vh, 64px); }
.head h2 { font-size: clamp(40px, 6vw, 96px); margin: 0; }
.head p { max-width: 42ch; color: var(--mute); margin: 0; }

/* Services / prices */
.prices { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.price { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(24px, 3vw, 40px); display: flex; flex-direction: column; gap: 12px; }
.price h3 { margin: 0; font-size: clamp(28px, 3vw, 44px); }
.price .amount { font-size: clamp(48px, 6vw, 88px); line-height: 1; font-variation-settings: 'wdth' 125; font-weight: 800; }
.price .amount small { font: 13px var(--mono); letter-spacing: .1em; color: var(--mute); margin-left: 6px; }
.price p { margin: 0; color: var(--mute); }
.price .btn { align-self: flex-start; margin-top: 12px; }
.deposit-note { margin: 18px 0 0; font: 12px var(--mono); letter-spacing: .06em; color: var(--mute); }

/* Process */
.process { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.process li { padding: 28px 24px 34px 0; border-bottom: 1px solid var(--line); }
.process .n { font: 12px var(--mono); color: var(--accent); }
.process h3 { margin: 12px 0 8px; font-size: clamp(28px, 3vw, 44px); }
.process p { margin: 0; color: var(--mute); max-width: 32ch; }

/* Results */
.pairs { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.pair { margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.pair div { position: relative; }
.pair img, .clip video { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 10px; }
.pair span, .clip span { position: absolute; left: 10px; top: 10px; padding: 4px 9px; border-radius: 99px; background: rgba(17,19,21,.75); font: 10px var(--mono); letter-spacing: .14em; }
.pair div:last-child span, .clip.after span { background: var(--accent); color: var(--accent-ink); }
.pair figcaption { grid-column: 1 / -1; font: 12px var(--mono); color: var(--mute); padding-top: 8px; letter-spacing: .06em; }
.clips { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 16px; }
.clip { position: relative; margin: 0; }
.clip video { aspect-ratio: 9 / 16; max-height: 70vh; }

/* Shop */
.cats { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.cats button { background: none; border: 1px solid var(--line); border-radius: 99px; padding: 9px 16px; font: 12px var(--mono); letter-spacing: .08em; cursor: pointer; }
.cats button.on { background: var(--fg); color: var(--bg); border-color: var(--fg); }
.products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.product { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 16px; display: flex; flex-direction: column; gap: 10px; }
.product .ph { aspect-ratio: 1; border-radius: 10px; background: var(--panel-2); display: grid; place-items: center; font: 11px var(--mono); color: var(--mute); letter-spacing: .12em; }
.product h3 { margin: 0; font-size: 17px; }
.product p { margin: 0; font: 12px var(--mono); color: var(--mute); }
.alliance { display: flex; align-items: center; gap: 14px; margin-top: 28px; padding: 16px 18px; border: 1px solid var(--line); border-radius: var(--radius); color: var(--mute); }
.alliance b { color: var(--fg); }

/* About */
.about { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(32px, 6vw, 96px); align-items: center; }
.about img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: var(--radius); }
.about p { color: #c3c9ce; max-width: 46ch; }

/* Final CTA + footer */
.final { text-align: center; }
.final h2 { font-size: clamp(48px, 9vw, 150px); margin: 0 0 32px; }
.foot { border-top: 1px solid var(--line); padding: 48px var(--pad) 110px; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 32px; color: var(--mute); font-size: 14px; }
.foot a { display: block; text-decoration: none; margin-top: 6px; }
.foot a:hover { color: var(--fg); }
.foot .logo b { color: var(--fg); }

/* Persistent mobile CTA */
.sticky { display: none; position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 50; }
.sticky .btn { width: 100%; padding: 17px; box-shadow: 0 12px 40px rgba(0,0,0,.45); }

/* ===== Booking flow ===== */
.book-page { padding: 100px var(--pad) 120px; max-width: 980px; margin: 0 auto; }
.stepper { list-style: none; display: flex; gap: 6px; padding: 0; margin: 0 0 40px; overflow-x: auto; scrollbar-width: none; }
.stepper li { flex: 1 0 auto; min-width: 88px; padding-top: 10px; border-top: 2px solid var(--line); font: 11px var(--mono); letter-spacing: .1em; color: var(--mute); text-transform: uppercase; }
.stepper li b { display: block; font-weight: 500; }
.stepper li.done { border-color: rgba(166,220,255,.45); color: #c3c9ce; }
.stepper li.now { border-color: var(--accent); color: var(--fg); }
.step h1 { font-size: clamp(36px, 5.5vw, 72px); margin: 0 0 8px; }
.step .sub { color: var(--mute); margin: 0 0 28px; }
.choices { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.choice { text-align: left; background: var(--panel); border: 1.5px solid var(--line); border-radius: var(--radius); padding: 22px; cursor: pointer; transition: border-color .2s, background .2s; }
.choice:hover { border-color: rgba(166,220,255,.5); }
.choice[aria-pressed="true"] { border-color: var(--accent); background: #1b2630; box-shadow: 0 0 0 3px rgba(166,220,255,.15); }
.choice b { display: block; font-size: 24px; font-variation-settings: 'wdth' 125; font-weight: 800; text-transform: uppercase; }
.choice .amt { font: 500 20px var(--mono); color: var(--accent); margin: 6px 0; display: block; }
.choice small { color: var(--mute); font-size: 14px; }
.cal { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; max-width: 460px; }
.cal-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.cal-head b { font: 500 14px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.cal-head button { background: none; border: 1px solid var(--line); border-radius: 99px; width: 36px; height: 36px; cursor: pointer; }
.cal-head button:disabled { opacity: .25; cursor: default; }
.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.cal-grid .dow { font: 10px var(--mono); color: var(--mute); text-align: center; padding: 6px 0; letter-spacing: .08em; }
.cal-grid button { aspect-ratio: 1; border-radius: 10px; border: 1px solid transparent; background: none; font: 14px var(--mono); cursor: pointer; position: relative; }
.cal-grid button:disabled { color: rgba(238,241,243,.22); cursor: default; }
.cal-grid button:not(:disabled) { background: var(--panel-2); }
.cal-grid button:not(:disabled):hover { border-color: rgba(166,220,255,.5); }
.cal-grid button[aria-pressed="true"] { background: var(--accent); color: var(--accent-ink); }
.times { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 10px; max-width: 620px; }
.times button { padding: 16px; border-radius: 12px; border: 1.5px solid var(--line); background: var(--panel); font: 500 16px var(--mono); cursor: pointer; }
.times button:hover { border-color: rgba(166,220,255,.5); }
.times button[aria-pressed="true"] { border-color: var(--accent); background: #1b2630; }
.fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 14px; max-width: 700px; }
.fields .full { grid-column: 1 / -1; }
.fields label span { display: block; font: 11px var(--mono); letter-spacing: .1em; text-transform: uppercase; color: var(--mute); margin-bottom: 6px; }
.fields input, .fields textarea { width: 100%; padding: 14px; border-radius: 10px; border: 1px solid var(--line); background: var(--panel); color-scheme: dark; }
.fields input:focus, .fields textarea:focus { outline: none; border-color: var(--accent); }
.fields .bad input { border-color: var(--warn); }
.summary { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 8px 22px; max-width: 620px; }
.summary div { display: flex; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.summary div:last-child { border-bottom: 0; }
.summary dt { color: var(--mute); font: 12px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.summary dd { margin: 0; text-align: right; }
.summary .total dd { font-size: 20px; font-weight: 700; color: var(--accent); }
.nav-row { display: flex; gap: 12px; align-items: center; margin-top: 30px; flex-wrap: wrap; }
.back { background: none; border: 0; color: var(--mute); font: 12px var(--mono); letter-spacing: .1em; text-transform: uppercase; cursor: pointer; padding: 10px 0; }
.msg { margin: 18px 0 0; padding: 14px 16px; border-radius: 10px; background: rgba(255,210,122,.1); color: var(--warn); font-size: 15px; }
.msg.okay { background: rgba(143,227,176,.1); color: var(--ok); }
.loading { color: var(--mute); font: 13px var(--mono); }
.confirm-mark { width: 64px; height: 64px; border-radius: 50%; background: var(--accent); color: var(--accent-ink); display: grid; place-items: center; font-size: 30px; margin-bottom: 22px; }

/* ===== Admin ===== */
.admin { padding: 90px var(--pad) 60px; }
.admin table { width: 100%; border-collapse: collapse; font-size: 14px; }
.admin th, .admin td { text-align: left; padding: 12px 10px; border-bottom: 1px solid var(--line); vertical-align: top; }
.admin th { font: 11px var(--mono); letter-spacing: .1em; text-transform: uppercase; color: var(--mute); }
.admin h2 { font-size: 28px; margin: 36px 0 12px; }
.pill { display: inline-block; padding: 3px 9px; border-radius: 99px; font: 11px var(--mono); background: var(--panel-2); }
.pill.paid, .pill.confirmed, .pill.completed { background: rgba(143,227,176,.15); color: var(--ok); }
.pill.pending { background: rgba(255,210,122,.14); color: var(--warn); }
.acts { display: flex; flex-wrap: wrap; gap: 6px; }
.acts button { padding: 6px 10px; border-radius: 8px; border: 1px solid var(--line); background: none; font: 11px var(--mono); cursor: pointer; }
.acts button:hover { border-color: var(--accent); }

/* Reveal */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .nav { position: fixed; inset: 0; z-index: -1; flex-direction: column; justify-content: center; padding: var(--pad); gap: 24px; background: var(--bg); opacity: 0; pointer-events: none; transition: opacity .3s; }
  .nav a { font: 800 40px var(--display); font-variation-settings: 'wdth' 125; color: var(--fg); }
  .nav.open { opacity: 1; pointer-events: auto; }
  .menu { display: block; }
  .top > .btn { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 0; position: relative; }
  .hero-media { position: absolute; inset: 0; height: auto; aspect-ratio: auto; border-radius: 0; z-index: 0; }
  .hero-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(17,19,21,.5), rgba(17,19,21,.15) 30%, rgba(17,19,21,.75) 58%, #111315 88%); }
  .hero-media .tag { top: 76px; bottom: auto; }
  .hero > *:not(.hero-media) { position: relative; z-index: 1; }
  .prices, .pairs, .about { grid-template-columns: 1fr; }
  .process { grid-template-columns: 1fr 1fr; }
  .products { grid-template-columns: 1fr 1fr; }
  .foot { grid-template-columns: 1fr 1fr; }
  .sticky { display: block; }
}
@media (max-width: 560px) {
  .process, .choices, .fields { grid-template-columns: 1fr; }
  .clips { grid-template-columns: 1fr 1fr; }
  .admin table, .admin thead, .admin tbody, .admin tr, .admin td { display: block; }
  .admin thead { display: none; }
  .admin tr { border-bottom: 1px solid var(--line); padding: 10px 0; }
  .admin td { border: 0; padding: 4px 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
