/* BOOKED — Lotus Valentine Visuals
   Pinned scroll scene. Palette taken from lotusvalentinevisuals.com:
   black, charcoal, bone, magenta, plum. */

:root {
  --black:   #000000;
  --char:    #242323;
  --ink:     #0A0908;
  --bone:    #F8F8F6;
  --bone-2:  #EDEDE9;
  --paper:   #F3F5F1;
  --mag:     #B00057;
  --mag-hot: #D2006A;
  --plum:    #7C0F51;
  --blood:   #830B10;

  --display: "Anton", "Haettenschweiler", "Arial Narrow", sans-serif;
  --label:   "Montserrat", "Futura", "Avenir Next", system-ui, sans-serif;
  --prose:   "Fraunces", Georgia, "Times New Roman", serif;
  --ease:    cubic-bezier(.16,.84,.30,1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--bone);
  color: var(--ink);
  font-family: var(--prose);
  font-size: 19px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
[hidden] { display: none !important; }
::selection { background: var(--mag); color: var(--bone); }
:focus-visible { outline: 3px solid var(--mag-hot); outline-offset: 3px; }

.wrap { width: 100%; max-width: 1280px; margin-inline: auto; padding-inline: 26px; }
.wrap-narrow { width: 100%; max-width: 840px; margin-inline: auto; padding-inline: 26px; }

/* ---------- grounds ---------- */
.on-black { background: var(--black); color: var(--bone); }
.on-bone  { background: var(--bone);  color: var(--ink); }
.on-mag   { background: var(--mag);   color: var(--bone); }
.on-plum  { background: var(--plum);  color: var(--bone); }
.on-char  { background: var(--char);  color: var(--bone); }

.sec { padding-block: clamp(60px, 9vw, 130px); }
.sec-sm { padding-block: clamp(34px, 5vw, 66px); }

/* ---------- type ---------- */
.d { font-family: var(--display); font-weight: 400; text-transform: uppercase;
     line-height: .84; letter-spacing: .004em; margin: 0; }
.d-xl { font-size: clamp(62px, 14vw, 220px); }
.d-lg { font-size: clamp(42px, 8vw, 112px); }
.d-md { font-size: clamp(30px, 5vw, 66px); }
.d-sm { font-size: clamp(21px, 3vw, 38px); }

.lbl { font-family: var(--label); font-weight: 500; font-size: 12px;
       letter-spacing: .3em; text-transform: uppercase; margin: 0; line-height: 1.5; }
.lbl-sm { font-size: 10.5px; letter-spacing: .26em; }

p { margin: 0 0 1em; }
.lede { font-size: clamp(19px, 2vw, 25px); line-height: 1.45; max-width: 42ch; }
.measure { max-width: 58ch; }
.tnum { font-variant-numeric: tabular-nums; }
.mag { color: var(--mag); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--label); font-weight: 600; font-size: 12.5px;
  letter-spacing: .22em; text-transform: uppercase; line-height: 1;
  padding: 16px 32px; border: 2px solid var(--mag); background: var(--mag);
  color: var(--bone); border-radius: 999px; cursor: pointer; text-decoration: none;
  transition: background .2s var(--ease), border-color .2s var(--ease),
              color .2s var(--ease), transform .2s var(--ease);
}
.btn:hover { background: var(--mag-hot); border-color: var(--mag-hot); transform: translateY(-2px); }
.btn:active { transform: none; }
.btn-open { background: transparent; color: currentColor; border-color: currentColor; }
.btn-open:hover { background: var(--mag); border-color: var(--mag); color: var(--bone); }
.btn-bone { background: var(--bone); border-color: var(--bone); color: var(--ink); }
.btn-bone:hover { background: var(--mag); border-color: var(--mag); color: var(--bone); }
.btn-sm { font-size: 11px; padding: 11px 22px; }
.btn:disabled { opacity: .45; cursor: not-allowed; transform: none; }

/* ---------- forms ---------- */
.field {
  width: 100%; padding: 16px 22px; background: transparent;
  border: 2px solid currentColor; color: inherit; border-radius: 999px;
  font-family: var(--label); font-size: 13px; letter-spacing: .14em; text-transform: uppercase;
}
.field::placeholder { color: currentColor; opacity: .45; }
.field:focus { outline: none; border-color: var(--mag-hot); }
textarea.field { border-radius: 16px; min-height: 130px; font-family: var(--prose);
  font-size: 18px; letter-spacing: 0; text-transform: none; line-height: 1.5; }
.form-row { display: flex; gap: 10px; flex-wrap: wrap; }
.form-row .field { flex: 1 1 250px; }

.note { font-family: var(--label); font-size: 11.5px; letter-spacing: .18em;
        text-transform: uppercase; margin-top: 14px; }
.note-ok { color: var(--mag); }
.note-bad { color: var(--blood); }
.on-black .note-ok, .on-mag .note-ok, .on-plum .note-ok { color: var(--bone); }
.on-black .note-bad, .on-mag .note-bad, .on-plum .note-bad { opacity: .8; color: var(--bone); }

/* ---------- fixed nav (inverts against the scene) ---------- */
.nav-fix {
  position: fixed; inset: 0 0 auto 0; z-index: 90; height: 84px;
  display: flex; align-items: center;
  color: var(--bone);
  transition: color .5s var(--ease);
  pointer-events: none;
}
.nav-fix.dark { color: var(--ink); }
.nav-in { display: flex; align-items: center; justify-content: space-between;
          gap: 20px; width: 100%; pointer-events: auto; }
.mark { font-family: var(--display); font-size: 22px; text-transform: uppercase;
        letter-spacing: .06em; text-decoration: none; line-height: 1;
        display: flex; align-items: baseline; gap: 9px; }
.mark em { font-family: var(--label); font-style: normal; font-weight: 500;
           font-size: 9.5px; letter-spacing: .26em; opacity: .7; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { font-family: var(--label); font-weight: 500; font-size: 11.5px;
               letter-spacing: .24em; text-transform: uppercase; text-decoration: none; }
.nav-links a:hover { color: var(--mag-hot); }
.nav-pill { background: var(--mag); color: var(--bone) !important; border-radius: 999px;
            padding: 11px 22px; display: inline-flex; align-items: center; gap: 9px; }
.nav-pill:hover { background: var(--mag-hot); color: var(--bone) !important; }
@media (max-width: 880px) {
  .nav-links { gap: 16px; } .nav-links a.hide-sm { display: none; }
  .mark em { display: none; } .nav-fix { height: 68px; }
}

/* ---------- the bloom mark (our ornament) ---------- */
.bloom { display: block; }
.bloom path { fill: currentColor; }

/* ---------- footer ---------- */
.site-foot { padding-block: 34px; display: flex; justify-content: space-between;
  gap: 16px; flex-wrap: wrap; font-family: var(--label); font-size: 10.5px;
  letter-spacing: .22em; text-transform: uppercase; }
.site-foot a { text-decoration: none; }
.site-foot a:hover { color: var(--mag-hot); }

/* ---------- reveal ---------- */
.rise { opacity: 0; transform: translateY(30px); }
.rise.in { opacity: 1; transform: none; transition: opacity .8s var(--ease), transform .8s var(--ease); }
.rise.d1.in { transition-delay: .09s; }
.rise.d2.in { transition-delay: .18s; }
.rise.d3.in { transition-delay: .27s; }

@media (prefers-reduced-motion: reduce) {
  .rise, .rise.in { opacity: 1; transform: none; transition: none; }
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
