/* Booking reminders: after Waida's Aureva. Espresso-to-brown gradient hero with an orange glow,
   serif headline with one orange Instrument Serif italic word, white box CTA with an orange
   square arrow, glassy stat cards, a big photo panel with a thumbnail rail; cream body with
   a flat accordion ("Services. Know more"). */
.demo--booking-reminders {
  --paper: #f5f1ec; --paper-2: #ece5dc; --card: #fbf9f6; --ink: #1d1410; --muted: #6a5d54; --line: #e0d6cb;
  --terra: #e8560f; --terra-2: #b8430a; --sage: #5f7a4e; --gold: #f0a868; --red: #a4372a; --esp: #24160f;
  background: var(--paper); color: var(--ink); font: 400 16px/1.6 Inter, system-ui, sans-serif;
}
.demo--booking-reminders .wrap { max-width: 1280px; margin: 0 auto; padding: 0 clamp(16px, 3vw, 32px); }
.demo--booking-reminders :focus-visible { outline: 2px solid var(--terra); outline-offset: 3px; }
.demo--booking-reminders em { font-family: 'Instrument Serif', serif; font-style: italic; font-weight: 400; color: var(--terra); }
.demo--booking-reminders a { color: inherit; }

/* ---- hero ---- */
.wh-hero { color: #fff; padding: 26px 0 clamp(48px, 6vw, 80px); overflow: hidden;
  background:
    radial-gradient(38% 42% at 72% 0%, rgba(214,120,40,.75) 0%, rgba(214,120,40,0) 100%),
    radial-gradient(60% 50% at 10% 0%, rgba(110,45,30,.9) 0%, rgba(110,45,30,0) 100%),
    linear-gradient(180deg, #4d2419 0%, #33190f 45%, #170d09 100%); }
.wh-nav { display: flex; align-items: center; gap: 24px; }
.wh-logo { display: flex; align-items: center; gap: 10px; font: 400 28px/1 'DM Serif Display', serif; text-decoration: none; letter-spacing: -.01em; }
.wh-logo svg { width: 26px; height: 26px; fill: none; stroke: #fff; stroke-width: 1.6; stroke-linecap: round; }
.wh-nav__links { display: flex; gap: 28px; margin-left: auto; font-size: 15px; }
.wh-nav__links a { text-decoration: none; color: rgba(255,255,255,.78); }
.wh-nav__links a:hover { color: #fff; }
@media (max-width: 760px) { .wh-nav__links { display: none; } .wh-nav { justify-content: space-between; } }

.wh-cta { display: inline-flex; align-items: center; gap: 16px; background: #fff; color: var(--ink) !important; border: 0; border-radius: 3px; padding: 7px 7px 7px 20px; font-size: 17px; font-weight: 400; text-decoration: none; box-shadow: 0 16px 36px -18px rgba(0,0,0,.6); white-space: nowrap; }
.wh-cta > span { display: grid; place-items: center; width: 48px; height: 48px; background: var(--terra); border-radius: 2px; transition: background .2s; }
.wh-cta svg { width: 18px; height: 18px; fill: none; stroke: #fff; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.wh-cta:hover > span { background: #ff6a1f; }
.wh-cta--sm { font-size: 14.5px; gap: 12px; padding: 5px 5px 5px 14px; }
.wh-cta--sm > span { width: 34px; height: 34px; }
.wh-cta--dark { background: var(--ink); color: #fff !important; }
.wh-cta:disabled { opacity: .45; cursor: default; }

.wh-hero__grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 32px clamp(32px, 6vw, 96px); margin-top: clamp(56px, 7vw, 92px); align-items: start; }
.wh-hero__l { padding-right: clamp(0px, 3vw, 40px); border-right: 1px solid rgba(255,255,255,.12); }
.wh-eyebrow { font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.6); }
.wh-hero h1 { margin: 16px 0 34px; font: 400 clamp(2.7rem, 5vw, 4.4rem)/1.06 'DM Serif Display', Georgia, serif; letter-spacing: -.02em; max-width: 12em; }
.wh-hero h1 em { font-size: 1.1em; letter-spacing: -.01em; }
.wh-stats { margin: 0; display: grid; grid-template-columns: 1fr 1fr; border-radius: 6px; overflow: hidden; background: linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,0)); border: 1px solid rgba(255,255,255,.14); border-bottom: 0; }
.wh-stats div { padding: 14px 22px 26px; display: flex; flex-direction: row-reverse; justify-content: flex-end; align-items: baseline; gap: 10px; }
.wh-stats div + div { border-left: 1px solid rgba(255,255,255,.14); }
.wh-stats dt { font-size: 13.5px; color: rgba(255,255,255,.6); }
.wh-stats dd { margin: 0; font-size: 22px; }
.wh-hero__p { margin-top: 28px; color: rgba(255,255,255,.78); font-size: 16.5px; max-width: 48ch; }
.wh-rate { margin-top: 28px; border-left: 2px solid rgba(255,255,255,.85); padding-left: 14px; display: flex; flex-direction: column; }
.wh-rate b { font-weight: 400; font-size: 17px; }
.wh-rate span { font-size: 13.5px; color: rgba(255,255,255,.55); }
@media (max-width: 860px) { .wh-hero__grid { grid-template-columns: 1fr; } .wh-hero__l { border-right: 0; padding-right: 0; } }

.wh-gallery { position: relative; margin-top: clamp(40px, 5vw, 64px); display: grid; grid-template-columns: minmax(0, 1fr) 100px; gap: 0; }
.wh-gallery::before { content: ""; position: absolute; left: -16px; top: -16px; right: 84px; bottom: 30%; border: 1px solid rgba(255,255,255,.14); pointer-events: none; }
.wh-gallery__main { position: relative; height: clamp(320px, 42vw, 560px); overflow: hidden; background: #2a1811; }
.wh-gallery__main img { width: 100%; height: 100%; object-fit: cover; max-width: none; }
.wh-gallery__main::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(180deg, rgba(20,11,7,0), rgba(20,11,7,.85)); pointer-events: none; }
.wh-gallery__bar { position: absolute; z-index: 1; left: 20px; right: 28px; bottom: 22px; display: flex; align-items: center; gap: 22px; font-size: 18px; }
.wh-gallery__bar i { flex: 1; height: 1px; background: rgba(255,255,255,.28); }
.wh-tag { font-size: 15px; background: rgba(0,0,0,.35); border: 1px solid rgba(255,255,255,.18); border-radius: 6px; padding: 4px 11px; backdrop-filter: blur(6px); }
.wh-gallery__y { font-size: 14px; color: rgba(255,255,255,.6); }
.wh-note { position: absolute; z-index: 1; right: 24px; top: 24px; max-width: 290px; background: rgba(255,255,255,.95); color: var(--ink); padding: 16px 18px; font-size: 14.5px; line-height: 1.45; border-radius: 3px; box-shadow: 0 20px 40px -20px rgba(0,0,0,.6); }
.wh-note a { display: inline-block; margin-top: 6px; color: var(--terra-2); font-weight: 600; text-decoration: none; }
.wh-rail { background: #0f0906; padding: 18px 20px; display: flex; flex-direction: column; gap: 10px; align-self: center; }
.wh-rail button { border: 1px solid transparent; padding: 0; background: none; opacity: .55; transition: opacity .2s; }
.wh-rail button[aria-pressed="true"] { opacity: 1; border-color: var(--terra); }
.wh-rail button:hover { opacity: 1; }
.wh-rail img { width: 60px; height: 60px; object-fit: cover; }
@media (max-width: 760px) {
  .wh-gallery { grid-template-columns: 1fr; }
  .wh-gallery::before { display: none; }
  .wh-gallery__main { height: 380px; }
  .wh-rail { flex-direction: row; justify-content: center; padding: 10px; }
  .wh-rail img { width: 56px; height: 56px; }
  .wh-note { position: static; max-width: none; margin: 0; }
  .wh-gallery__main { display: flex; flex-direction: column; height: auto; }
  .wh-gallery__main img { height: 320px; }
  .wh-gallery__main::after { display: none; }
  .wh-gallery__bar { top: 270px; bottom: auto; left: 14px; right: 14px; gap: 12px; font-size: 15px; }
  .wh-gallery__bar i, .wh-gallery__y { display: none; }
}

/* ---- demo ---- */
.wh-demo { padding: clamp(64px, 8vw, 110px) 0; }
.wh-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 16px 48px; align-items: end; margin-bottom: 36px; }
.wh-head h2, .wh-services h2 { font: 400 clamp(2.4rem, 5vw, 4.4rem)/1 Inter, sans-serif; letter-spacing: -.055em; }
.wh-head h2 span, .wh-services h2 span { color: var(--terra); }
.wh-head p { color: var(--muted); font-size: 16px; max-width: 54ch; }
@media (max-width: 860px) { .wh-head { grid-template-columns: 1fr; } }

.btn { display: inline-flex; align-items: center; gap: 10px; border: 0; border-radius: 3px; font-weight: 500; font-size: 15px; padding: 14px 26px; transition: background .2s; }
.btn--line { background: none; border: 1px solid var(--ink); color: var(--ink); padding: 8px 16px; font-size: 13px; }
.btn--line:hover:not(:disabled) { background: var(--ink); color: var(--paper); }
.btn:disabled { opacity: .4; cursor: default; }

.controls { display: flex; flex-wrap: wrap; gap: 18px; align-items: stretch; justify-content: space-between; background: var(--card); border: 1px solid var(--line); border-radius: 6px; padding: 20px 22px; margin-bottom: 22px; }
.toggles { border: 0; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 26px; }
.toggles legend { float: left; width: 100%; font: 500 13px/1 Inter, sans-serif; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.toggle { display: flex; align-items: center; gap: 12px; cursor: pointer; }
.toggle input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.toggle__ui { flex: none; width: 42px; height: 24px; border-radius: 999px; background: var(--paper-2); border: 1px solid var(--line); position: relative; transition: background .2s; }
.toggle__ui::after { content: ""; position: absolute; top: 2px; left: 2px; width: 18px; height: 18px; border-radius: 50%; background: var(--card); box-shadow: 0 1px 3px rgba(0,0,0,.2); transition: transform .2s; }
.toggle input:checked + .toggle__ui { background: var(--terra); border-color: var(--terra); }
.toggle input:checked + .toggle__ui::after { transform: translateX(18px); }
.toggle input:focus-visible + .toggle__ui { outline: 2px solid var(--terra); outline-offset: 3px; }
.toggle input:disabled ~ * { opacity: .6; cursor: default; }
.toggle b { display: block; font-weight: 600; font-size: 14.5px; }
.toggle small { display: block; color: var(--muted); font-size: 12.5px; }
.controls__go { display: flex; flex-direction: column; align-items: flex-end; justify-content: flex-end; gap: 8px; }
@media (max-width: 640px) { .controls__go { align-items: stretch; width: 100%; } .controls__go .btn { justify-content: center; } }
.phase { font: 400 italic 20px 'Instrument Serif', serif; color: var(--terra-2); min-height: 1.4em; }
.toggle input:checked + .toggle__ui { background: var(--terra); }

.stage__grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 22px; align-items: start; }
@media (max-width: 980px) { .stage__grid { grid-template-columns: 1fr; } }

.cal { background: var(--card); border: 1px solid var(--line); border-radius: 6px; padding: 18px; min-width: 0; }
.cal__scroll { overflow-x: auto; }
.cal__top { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 12px; }
.cal__title { font: 400 26px/1 'DM Serif Display', serif; }
.cal__sub { font-size: 13px; color: var(--muted); }
.cal__row { display: grid; grid-template-columns: 56px repeat(5, minmax(96px, 1fr)); gap: 8px; min-width: 560px; }
.cal__row + .cal__row { margin-top: 8px; }
.cal__row--head span { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); padding: 6px 8px; }
.cal__row--head b { display: block; font: 400 28px/1 'DM Serif Display', serif; letter-spacing: 0; color: var(--ink); margin-top: 2px; }
.cal__time { font: 500 12px 'JetBrains Mono', monospace; color: var(--muted); padding-top: 12px; }
.slot { position: relative; min-height: 118px; border-radius: 4px; padding: 10px 11px; border: 1px dashed var(--line); font-size: 13px; transition: background .35s, border-color .35s, transform .35s; }
.slot--empty { color: var(--muted); display: grid; place-items: center; font-size: 12px; }
.slot__name { font-weight: 600; font-size: 14px; line-height: 1.25; }
.slot__what { color: var(--muted); font-size: 12px; margin-top: 2px; }
.slot__state { position: absolute; left: 10px; bottom: 9px; right: 10px; font-size: 11px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.slot.is-booked { background: #fff; border: 1px solid var(--line); }
.slot.is-confirmed { background: #e5ead9; border: 1px solid #c3cfae; }
.slot.is-confirmed .slot__state { color: var(--sage); }
.slot.is-moved { background: #f4e2c5; border: 1px solid #e3c793; }
.slot.is-moved .slot__state { color: #8a6420; }
.slot.is-refilled { background: #fbd9c4; border: 1px solid #f2ac80; }
.slot.is-refilled .slot__state { color: var(--terra-2); }
.slot.is-noshow { background: repeating-linear-gradient(135deg, #f6e1dc 0 8px, #f1d4cd 8px 16px); border: 1px solid #dfb1a8; }
.slot.is-noshow .slot__state { color: var(--red); }
.slot.is-done .slot__state::before { content: "✓ "; }
.slot.is-flash { transform: scale(1.03); }
.cal__foot { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 20px; margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--line); min-width: 560px; }
.cal__wait { font-size: 13.5px; color: var(--muted); }
.cal__wait b { color: var(--ink); margin-right: 6px; }
.legend { display: flex; flex-wrap: wrap; gap: 12px; font-size: 12px; color: var(--muted); }
.legend li { display: flex; align-items: center; gap: 6px; }
.legend li::before { content: ""; width: 12px; height: 12px; border-radius: 4px; border: 1px solid var(--line); background: var(--paper); }
.legend .is-confirmed::before { background: #e5ead9; } .legend .is-moved::before { background: #f4e2c5; }
.legend .is-refilled::before { background: #fbd9c4; } .legend .is-noshow::before { background: #f1d4cd; }

.wh-phonewrap { border-radius: 6px; padding: 22px 22px 26px; color: #fff; display: flex; flex-direction: column; align-items: center;
  background: radial-gradient(70% 45% at 70% 0%, rgba(214,120,40,.6), rgba(214,120,40,0)), linear-gradient(180deg, #4a2317, #1d110b); }
.wh-phonewrap figcaption { font: 400 22px/1 'DM Serif Display', serif; margin-bottom: 16px; }
.wh-phonewrap figcaption span { font: 400 italic 18px 'Instrument Serif', serif; color: rgba(255,255,255,.65); }
.phone { width: 100%; max-width: 300px; background: #0d0d0f; border-radius: 46px; padding: 9px; box-shadow: 0 0 0 1.5px #3a3a40, 0 30px 60px -20px rgba(0,0,0,.7); }
.phone__screen { background: #fff; color: var(--ink); border-radius: 38px; height: 540px; display: flex; flex-direction: column; overflow: hidden; }
.phone__status { display: flex; justify-content: space-between; align-items: center; padding: 12px 24px 4px; font-size: 12.5px; font-weight: 600; }
.phone__status i { width: 84px; height: 24px; border-radius: 999px; background: #0d0d0f; }
.phone__top { display: flex; flex-direction: column; align-items: center; padding: 6px 12px 10px; border-bottom: 1px solid #eee; background: #f8f8f8; }
.phone__av { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(180deg, #c05a2a, #7a3419); color: #fff; display: grid; place-items: center; font: 400 18px 'DM Serif Display', serif; }
.phone__top b { font-size: 13px; font-weight: 600; margin-top: 3px; }
.phone__top small { font-size: 11px; color: #8a8a8e; }
.thread { flex: 1; overflow-y: auto; padding: 12px; display: flex; flex-direction: column; gap: 7px; }
.thread__empty { margin: auto; color: #8a8a8e; font-size: 13.5px; text-align: center; }
.bub { max-width: 84%; padding: 8px 12px; border-radius: 18px; font-size: 13.5px; line-height: 1.4; animation: up .3s ease both; }
.bub--in { align-self: flex-start; background: #e9e9eb; }
.bub--email { align-self: stretch; max-width: none; background: #fbf7f2; border: 1px solid var(--line); border-radius: 12px; }
.bub--email b { display: block; font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--terra-2); margin-bottom: 4px; }
.bub--out { align-self: flex-end; background: #0b84ff; color: #fff; }
.bub--day { align-self: center; font-size: 10.5px; color: #8a8a8e; letter-spacing: .04em; padding: 4px; }
@keyframes up { from { opacity: 0; transform: translateY(6px); } }
.chips { display: flex; flex-wrap: wrap; gap: 6px; padding: 10px 12px 16px; border-top: 1px solid #eee; }
.chips:empty { display: none; }
.chip { border: 1px solid #0b84ff; background: #fff; color: #0a6ed6; border-radius: 999px; padding: 7px 12px; font-size: 13px; font-weight: 500; }
.chip:hover { background: #0b84ff; color: #fff; }

.bottom { margin-top: 22px; display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: 22px; align-items: start; }
@media (max-width: 900px) { .bottom { grid-template-columns: 1fr; } }
.log { background: var(--card); border: 1px solid var(--line); border-radius: 6px; padding: 18px 20px; }
.log__head { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.log__head h3 { font: 400 26px/1 'DM Serif Display', serif; }
.log__body { margin-top: 8px; max-height: 320px; overflow-y: auto; }
.rf-log__empty { color: var(--muted); font-size: 14px; padding: 8px 0; }
.rf-log__item { display: grid; grid-template-columns: 92px 1fr; gap: 12px; padding: 9px 0; border-top: 1px solid var(--line); font-size: 14px; opacity: 0; transition: opacity .3s; }
.rf-log__item.is-in { opacity: 1; }
.rf-log__time { font: 400 italic 15px 'Instrument Serif', serif; color: var(--terra-2); }
.rf-log__tag { grid-column: 2; justify-self: start; font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--sage); }
.rf-log__item.is-hot .rf-log__text { color: var(--red); font-weight: 600; }
.stats { margin: 0; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); background: var(--card); border-radius: 6px; overflow: hidden; }
.stats div { padding: 18px 20px; border-bottom: 1px solid var(--line); }
.stats div:nth-child(odd) { border-right: 1px solid var(--line); }
.stats div:nth-last-child(-n+2) { border-bottom: 0; }
.stats dt { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.stats dd { margin: 6px 0 0; font: 400 38px/1 'DM Serif Display', serif; }
.stats div:last-child dd { color: var(--terra); }

/* ---- services accordion ---- */
.wh-services { padding: 0 0 clamp(64px, 8vw, 110px); }
.wh-services__p { margin-top: 16px; color: var(--muted); font-size: 16.5px; }
.acc { margin-top: 36px; display: flex; flex-direction: column; gap: 12px; }
.acc details { background: #efe9e3; }
.acc summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2.4fr) 28px; grid-template-areas: ". n i" ". t i"; padding: 26px 26px 26px 0; }
.acc summary::-webkit-details-marker { display: none; }
.acc__n { grid-area: n; font-size: 18px; color: var(--muted); }
.acc__t { grid-area: t; font-size: clamp(20px, 2vw, 25px); letter-spacing: -.02em; }
.acc__i { grid-area: i; position: relative; width: 22px; height: 22px; }
.acc__i::before, .acc__i::after { content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 1.5px; background: var(--ink); transition: transform .25s; }
.acc__i::after { transform: rotate(90deg); }
details[open] .acc__i::after { transform: rotate(0); }
.acc summary:hover .acc__t { color: var(--terra-2); }
.acc__body { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2.4fr) 28px; padding: 0 26px 28px 0; gap: 0; }
.acc__body img { grid-column: 1; width: calc(100% - 28px); margin-left: 28px; aspect-ratio: 4 / 3; height: auto; object-fit: cover; }
.acc__body > div { grid-column: 2; padding-left: 0; max-width: 58ch; color: var(--muted); display: flex; flex-direction: column; gap: 14px; padding-right: 20px; }
.acc__body img + div { padding-left: 28px; }
.acc__price { color: var(--ink); font-weight: 500; }
.acc__price::before { content: ""; display: inline-block; width: 8px; height: 8px; background: var(--terra); margin-right: 10px; vertical-align: 1px; }
@media (max-width: 700px) {
  .acc summary { grid-template-columns: 1fr 24px; grid-template-areas: "n i" "t i"; padding: 20px 18px; }
  .acc__body { grid-template-columns: 1fr; padding: 0 18px 22px; gap: 14px; }
  .acc__body img { width: 100%; margin: 0; }
  .acc__body > div, .acc__body img + div { grid-column: 1; padding: 0; }
}

/* ---- how ---- */
.how { color: #fff; padding: clamp(64px, 8vw, 110px) 0; background: radial-gradient(40% 60% at 85% 0%, rgba(214,120,40,.45), rgba(214,120,40,0)), linear-gradient(180deg, #2a160e, #140b07); }
.how h2 { font: 400 clamp(2.4rem, 5vw, 4.2rem)/1 'DM Serif Display', serif; letter-spacing: -.01em; }
.how h2 em { font-size: 1.08em; }
.how__grid { margin-top: 40px; display: grid; gap: 14px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.how__grid li { padding: 24px 24px 28px; border: 1px solid rgba(255,255,255,.14); border-radius: 6px; background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,0)); }
.how__grid span { font: 400 italic 30px 'Instrument Serif', serif; color: var(--terra); }
.how__grid h3 { margin-top: 10px; font: 400 25px/1.15 'DM Serif Display', serif; }
.how__grid p { margin-top: 8px; color: rgba(255,255,255,.7); font-size: 15px; }
@media (max-width: 860px) { .how__grid { grid-template-columns: 1fr; } }

@media (prefers-reduced-motion: reduce) { .demo--booking-reminders * { animation: none !important; transition: none !important; } }
.slot:not(.slot--empty) { display: flex; flex-direction: column; }
.slot__state { position: static; margin-top: auto; padding-top: 8px; }
.wh-tag, .wh-gallery__t { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; min-width: 0; }
@media (max-width: 760px) { .wh-gallery__t { font-size: 14px; text-shadow: 0 1px 8px rgba(0,0,0,.6); } .wh-tag { flex: none; font-size: 13px; } }
