/* ============================================================
   YĀTRĀ Spa East — booking site styles
   Recreates the Claude Design prototype (YĀTRĀ Spa.dc.html)
   on the YĀTRĀ design-system tokens. East = Urban tier →
   accent is terracotta (--accent / --clay-500).
   ============================================================ */

/* ---- Motion ---- */
@keyframes ytFade { from { opacity: 0 } to { opacity: 1 } }
@keyframes ytRise { from { opacity: 0; transform: translateY(18px) } to { opacity: 1; transform: none } }
@keyframes ytIn   { from { transform: translateX(100%) } to { transform: none } }
@keyframes ytSpin { to { transform: rotate(360deg) } }

/* ---- App shell ---- */
.yt-app { min-height: 100vh; display: flex; flex-direction: column; background: var(--surface-page); font-family: var(--font-body); color: var(--text-primary); }
main.yt-main { flex: 1 }
.yt-container { max-width: 1200px; margin: 0 auto; }
.yt-pad { padding: var(--space-9) var(--gutter); }
.yt-section-alt { background: var(--stone-50); }
.yt-breadcrumb { font-size: var(--text-sm); color: var(--text-tertiary); margin-bottom: var(--space-6); }
.yt-breadcrumb a { color: var(--text-secondary); font-weight: 600; cursor: pointer; }
.yt-center-head { text-align: center; }
.yt-scroll::-webkit-scrollbar { width: 7px }
.yt-scroll::-webkit-scrollbar-thumb { background: var(--stone-300); border-radius: 9px }
.yt-scroll::-webkit-scrollbar-track { background: transparent }

h1, h2, h3 { text-wrap: balance; }
.yt-h1 { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 2.75rem); line-height: 1.12; margin: 0; }
.yt-h2 { font-family: var(--font-display); font-size: clamp(1.5rem, 2.6vw, 2rem); line-height: 1.14; margin: 0; }

/* ---- Buttons ---- */
.yt-btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border-radius: var(--radius-pill);
  font-family: var(--font-body); font-size: var(--text-xs); font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase;
  cursor: pointer; white-space: nowrap; padding: 13px 28px; border: 1px solid transparent;
  transition: background var(--duration-base) var(--ease-soft), border-color var(--duration-base) var(--ease-soft), filter var(--duration-base) var(--ease-soft); }
.yt-btn--dark { background: var(--ink-900); color: var(--stone-50); border-color: var(--ink-900); }
.yt-btn--dark:hover { background: var(--ink-800); }
.yt-btn--ghost { background: transparent; color: var(--ink-800); border-color: var(--border-strong); }
.yt-btn--ghost:hover { border-color: var(--ink-900); }
.yt-btn--accent { background: var(--accent); color: #fff; }
.yt-btn--accent:hover { filter: brightness(0.93); }
.yt-btn--block { width: 100%; }
.yt-btn--sq { border-radius: var(--radius-sm); letter-spacing: 0.06em; }
.yt-btn:disabled { opacity: 0.5; cursor: default; }

/* ---- Header ---- */
.yt-header { position: sticky; top: 0; z-index: 50; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px;
  padding: 15px var(--gutter); background: rgba(239,240,241,0.82); backdrop-filter: blur(14px) saturate(1.1); -webkit-backdrop-filter: blur(14px) saturate(1.1);
  border-bottom: 1px solid var(--border-soft); }
.yt-header__left { display: flex; align-items: center; justify-self: start; gap: 14px; }
.yt-header__logo { cursor: pointer; display: inline-flex; align-items: center; }
.yt-header__logo img { height: 25px; width: auto; }
.yt-navlinks { display: flex; gap: 26px; justify-self: center; align-items: center; }
.yt-navlink { font-family: var(--font-body); font-size: var(--text-xs); font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  cursor: pointer; white-space: nowrap; color: var(--text-secondary); transition: color var(--duration-base) var(--ease-soft); }
.yt-navlink:hover, .yt-navlink.is-active { color: var(--ink-800); }
.yt-header__actions { display: flex; align-items: center; gap: 16px; justify-self: end; }
.yt-iconbtn { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border: none; background: transparent; color: var(--ink-800); cursor: pointer; position: relative; border-radius: 8px; }
.yt-divider-v { width: 1px; height: 18px; background: var(--border-default); }
.yt-cart-badge { position: absolute; top: -3px; right: -4px; min-width: 16px; height: 16px; padding: 0 4px; border-radius: 999px; background: var(--accent); color: #fff; font-size: 10px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.yt-burger { display: none; width: 38px; height: 38px; border: none; background: transparent; color: var(--ink-800); cursor: pointer; border-radius: 8px; align-items: center; justify-content: center; }
.yt-mobilenav { position: sticky; top: 64px; z-index: 49; background: var(--surface-card); border-bottom: 1px solid var(--border-soft); padding: 12px var(--gutter); display: flex; flex-direction: column; gap: 2px; animation: ytRise .3s var(--ease-enter); }
.yt-mobilenav a { padding: 12px 4px; font-size: var(--text-sm); font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-secondary); cursor: pointer; border-bottom: 1px solid var(--border-soft); }

/* ---- Cards ---- */
.yt-grid { display: grid; gap: 22px; }
.yt-grid--3 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 26px; }
.yt-grid--4 { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.yt-grid--cats { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.yt-card { display: flex; flex-direction: column; background: var(--surface-card); border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border-soft);
  cursor: pointer; box-shadow: var(--shadow-xs); transition: box-shadow var(--duration-base) var(--ease-soft), transform var(--duration-base) var(--ease-soft); }
.yt-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.yt-card__img { aspect-ratio: 4/3; background: var(--stone-200) center/cover no-repeat; }
.yt-card__img--wide { aspect-ratio: 16/10; }
.yt-card__body { padding: var(--space-5); display: flex; flex-direction: column; gap: 8px; flex: 1; }
.yt-card__name { margin: 0; font-family: var(--font-display); font-size: var(--text-md); color: var(--text-primary); }
.yt-card__meta { font-size: var(--text-sm); color: var(--text-secondary); }
.yt-card__desc { margin: 0; font-size: var(--text-sm); color: var(--text-secondary); line-height: 1.6; }
.yt-chip-cat { align-self: flex-start; margin-top: 2px; padding: 4px 12px; border-radius: 999px; background: var(--clay-50); color: var(--clay-600);
  font-size: var(--text-2xs); font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; }
.yt-card__foot { margin-top: auto; padding-top: 14px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--hairline); }
.yt-card__cta { font-size: var(--text-xs); font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-800); }
.yt-card__head { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.yt-card__head .yt-card__name { font-size: var(--text-lg); }
.yt-card__head span { font-size: var(--text-xs); color: var(--text-tertiary); letter-spacing: 0.04em; }

/* ---- Filter chips ---- */
.yt-filters { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.yt-chip { padding: 9px 18px; border-radius: 999px; font-size: var(--text-xs); font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  cursor: pointer; font-family: var(--font-body); white-space: nowrap; background: transparent; color: var(--text-secondary); border: 1px solid var(--border-default);
  transition: all var(--duration-base) var(--ease-soft); }
.yt-chip.is-active { background: var(--ink-900); color: var(--stone-50); border-color: var(--ink-900); }

/* ---- Section title row ---- */
.yt-titlerow { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: var(--space-6); flex-wrap: wrap; }
.yt-link-cta { cursor: pointer; font-size: var(--text-xs); font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-800); }

/* ---- Home hero ---- */
.yt-hero { background: var(--stone-50); padding: var(--space-9) var(--gutter); }
.yt-hero__card { max-width: 640px; margin: 0 auto; background: var(--surface-raised); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-soft); padding: var(--space-8) var(--space-7); text-align: center; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.yt-hero__card h1 { margin: 0; font-family: var(--font-display); font-size: clamp(2rem, 4vw, 2.75rem); line-height: 1.12; }
.yt-hero__card p { margin: 0; color: var(--text-secondary); font-size: var(--text-md); }
.yt-cta-row { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 10px; }
.yt-intro { max-width: 820px; margin: 0 auto; padding: var(--space-9) var(--gutter); text-align: center; display: flex; flex-direction: column; align-items: center; gap: 18px; }
.yt-intro p { margin: 0; color: var(--text-secondary); max-width: 560px; }
.yt-cat-tile { cursor: pointer; display: flex; flex-direction: column; gap: 14px; transition: opacity var(--duration-base) var(--ease-soft); }
.yt-cat-tile:hover { opacity: 0.92; }
.yt-cat-tile__img { aspect-ratio: 5/4; background: var(--stone-200) center/cover no-repeat; border-radius: var(--radius-lg); border: 1px solid var(--border-soft); }
.yt-cat-tile span { text-align: center; font-family: var(--font-display); font-size: var(--text-md); color: var(--text-primary); }

/* ---- Gift band (home) ---- */
.yt-giftband { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 340px 1fr; gap: var(--space-8); align-items: center; }
.yt-giftband__card { justify-self: center; padding: 14px; background: var(--surface-card); box-shadow: var(--shadow-md); border-radius: var(--radius-sm); }
.yt-giftband__inner { width: 230px; height: 320px; background: var(--indigo-600); border-radius: var(--radius-xs); display: flex; align-items: center; justify-content: center; }
.yt-giftband__inner img { width: 70px; opacity: 0.85; }
.yt-giftband__body { display: flex; flex-direction: column; gap: 16px; }

/* ---- Treatments search hero ---- */
.yt-searchhero { position: relative; border-radius: var(--radius-lg); overflow: hidden; background: var(--stone-100); min-height: 340px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 26px; padding: var(--space-8) var(--gutter); border: 1px solid var(--border-soft); }
.yt-searchhero__logo { height: 96px; width: auto; opacity: 0.85; }
.yt-searchbar { display: flex; flex-wrap: wrap; gap: 0; background: var(--surface-card); border-radius: var(--radius-md); box-shadow: var(--shadow-md); padding: 8px; align-items: stretch; max-width: 100%; }
.yt-searchbar__seg { display: flex; align-items: center; gap: 10px; padding: 12px 18px; }
.yt-searchbar__seg select { border: none; background: transparent; font-family: var(--font-body); font-size: var(--text-sm); color: var(--text-secondary); outline: none; cursor: pointer; padding: 4px; }
.yt-searchbar__sep { width: 1px; background: var(--border-soft); margin: 8px 0; }
.yt-searchbar__btn { display: inline-flex; align-items: center; gap: 9px; padding: 12px 24px; border-radius: var(--radius-sm); background: var(--indigo-600); color: #fff; border: none; font-family: var(--font-body); font-size: var(--text-sm); font-weight: 600; letter-spacing: 0.08em; cursor: pointer; }
.yt-searchbar__btn:hover { filter: brightness(0.93); }

/* ---- Treatment detail ---- */
.yt-detail-grid { display: grid; grid-template-columns: 1fr 380px; gap: var(--space-8); align-items: start; }
.yt-detail__media { display: flex; flex-direction: column; gap: var(--space-6); }
.yt-detail__img { aspect-ratio: 16/11; background: var(--stone-200) center/cover no-repeat; border-radius: var(--radius-lg); }
.yt-tagrow { display: flex; gap: 10px; flex-wrap: wrap; }
.yt-tag { padding: 5px 14px; border-radius: 999px; background: var(--stone-100); color: var(--text-secondary); font-size: var(--text-xs); letter-spacing: 0.04em; }
.yt-detail__desc { margin: 0; color: var(--text-secondary); line-height: 1.75; max-width: 640px; }
.yt-features { display: flex; gap: 16px; flex-wrap: wrap; }
.yt-feature { min-width: 96px; min-height: 82px; padding: 16px 20px; border: 1px solid var(--border-default); border-radius: var(--radius-md); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; }
.yt-feature b { font-family: var(--font-display); font-size: var(--text-xl); color: var(--text-primary); font-weight: 400; }
.yt-feature span { font-size: var(--text-sm); color: var(--text-secondary); }
.yt-share { display: flex; align-items: center; gap: 10px; cursor: pointer; color: var(--ink-800); font-size: var(--text-sm); font-weight: 600; letter-spacing: 0.08em; }

/* Booking panel */
.yt-book { position: sticky; top: 96px; background: var(--surface-card); border: 1px solid var(--border-soft); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); padding: var(--space-5); }
.yt-book__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: var(--space-5); }
.yt-book__from { font-size: var(--text-xs); color: var(--text-tertiary); letter-spacing: 0.06em; }
.yt-book__price { font-family: var(--font-display); font-size: var(--text-2xl); color: var(--text-primary); }
.yt-stepper { display: flex; align-items: center; gap: 8px; border: 1px solid var(--border-default); border-radius: 999px; padding: 5px 8px; }
.yt-stepper button { width: 26px; height: 26px; border: none; background: var(--stone-100); border-radius: 999px; cursor: pointer; display: flex; align-items: center; justify-content: center; color: var(--ink-800); }
.yt-stepper__val { display: inline-flex; align-items: center; gap: 6px; font-size: var(--text-sm); color: var(--text-secondary); min-width: 74px; justify-content: center; }

/* Calendar */
.yt-cal__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.yt-cal__month { font-family: var(--font-display); font-size: var(--text-md); color: var(--text-primary); }
.yt-cal__nav { display: flex; gap: 6px; }
.yt-cal__nav button { width: 30px; height: 30px; border: 1px solid var(--border-default); background: transparent; border-radius: 8px; cursor: pointer; display: flex; align-items: center; justify-content: center; color: var(--ink-800); }
.yt-cal__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px; }
.yt-cal__wd { text-align: center; font-size: 11px; font-weight: 600; color: var(--text-tertiary); letter-spacing: 0.04em; padding-bottom: 4px; }
.yt-cal__cell { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1px; padding: 5px 0; min-height: 42px; border-radius: 8px; border: 1px solid transparent; }
.yt-cal__cell.is-open { cursor: pointer; }
.yt-cal__cell.is-open:hover { background: rgba(162,62,41,0.05); }
.yt-cal__cell.is-sel { border-color: var(--accent); background: rgba(162,62,41,0.06); }
.yt-cal__cell.is-closed .yt-cal__num, .yt-cal__cell.is-closed .yt-cal__sub { color: var(--stone-300); }
.yt-cal__num { font-size: 13px; font-weight: 600; color: var(--text-primary); }
.yt-cal__sub { font-size: 9.5px; color: var(--text-tertiary); }
.yt-book__hint { margin: 10px 0 0; text-align: center; font-size: var(--text-xs); color: var(--text-tertiary); }
.yt-divider-grad { height: 2px; background: linear-gradient(90deg, transparent, var(--ink-800), transparent); opacity: 0.35; margin: var(--space-9) 0; }

/* ---- Gift cards ---- */
.yt-gift-card__top { aspect-ratio: 3/2; background: var(--indigo-600) center/cover no-repeat; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; }
.yt-gift-card__top img { width: 44px; opacity: 0.9; }
.yt-gift-card__amt { font-family: var(--font-display); font-size: var(--text-2xl); color: var(--stone-50); }
.yt-gift-card__vlabel { font-size: var(--text-2xs); letter-spacing: 0.24em; text-transform: uppercase; color: var(--text-on-dark-dim); }
.yt-split { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-8); align-items: center; }
.yt-split__img { aspect-ratio: 16/10; background: var(--stone-200) center/cover no-repeat; border-radius: var(--radius-lg); }

/* ---- Checkout ---- */
.yt-checkout-grid { display: grid; grid-template-columns: 1fr 400px; gap: var(--space-8); align-items: start; }
.yt-form { background: var(--surface-raised); border: 1px solid var(--border-soft); border-radius: var(--radius-lg); padding: var(--space-6); display: flex; flex-direction: column; gap: var(--space-5); }
.yt-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-5); }
.yt-label { display: flex; flex-direction: column; gap: 8px; font-size: var(--text-sm); font-weight: 600; color: var(--text-primary); }
.yt-input, .yt-textarea { width: 100%; font-family: var(--font-body); font-size: var(--text-base); color: var(--text-primary); background: var(--surface-card); border: 1px solid var(--border-default); border-radius: var(--radius-sm); padding: 12px 16px; outline: none; }
.yt-input:focus, .yt-textarea:focus { border-color: var(--accent-deep); box-shadow: 0 0 0 3px var(--focus-ring); }
.yt-textarea { resize: vertical; }
.yt-fineprint { margin: 0; font-size: var(--text-xs); color: var(--text-tertiary); }
.yt-fineprint b { color: var(--text-secondary); font-weight: 600; }
.yt-boost { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 18px; }
.yt-boost__item { display: flex; flex-direction: column; gap: 10px; }
.yt-boost__img { aspect-ratio: 4/3; background: var(--stone-200) center/cover no-repeat; border-radius: var(--radius-md); }
.yt-summary { position: sticky; top: 96px; }
.yt-lineitem { border: 1px solid var(--border-soft); border-radius: var(--radius-md); padding: var(--space-4); background: var(--surface-card); }
.yt-lineitem__guest { display: flex; align-items: center; gap: 7px; color: var(--text-tertiary); font-size: var(--text-sm); margin-bottom: 6px; }
.yt-lineitem__row { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.yt-lineitem__row b { font-family: var(--font-display); font-size: var(--text-lg); font-weight: 400; }
.yt-lineitem__meta { display: flex; align-items: center; justify-content: space-between; margin-top: 8px; font-size: var(--text-sm); color: var(--text-tertiary); }
.yt-remove { cursor: pointer; font-weight: 700; color: var(--text-secondary); }
.yt-sumrow { display: flex; justify-content: space-between; margin-top: 8px; font-size: var(--text-sm); }
.yt-sumrow span:first-child { color: var(--text-secondary); }
.yt-sumrow b { font-weight: 700; }
.yt-total { display: flex; justify-content: space-between; font-size: var(--text-md); font-weight: 700; }
.yt-hr { height: 1px; background: var(--border-soft); margin: var(--space-5) 0; }

/* ---- Confirmed ---- */
.yt-confirmed { max-width: 560px; margin: 0 auto; padding: var(--space-11) var(--gutter); text-align: center; display: flex; flex-direction: column; align-items: center; gap: 18px; }
.yt-confirmed img { width: 64px; opacity: 0.85; }

/* ---- Footer ---- */
.yt-footer { background: var(--indigo-600); color: var(--stone-50); padding: var(--space-8) var(--gutter) var(--space-6); margin-top: var(--space-9); }
.yt-footer__grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: var(--space-7); }
.yt-footer__grid img { height: 38px; width: auto; margin-bottom: 12px; }
.yt-footer p { margin: 0; color: var(--text-on-dark-dim); font-size: var(--text-sm); }
.yt-footer__col { display: flex; flex-direction: column; gap: 12px; }
.yt-footer__col a { cursor: pointer; color: var(--stone-50); font-size: var(--text-sm); }
.yt-footer__col--rule { border-left: 1px solid var(--border-on-dark); padding-left: var(--space-6); }
.yt-footer__base { max-width: 1200px; margin: var(--space-7) auto 0; padding-top: var(--space-5); border-top: 1px solid var(--border-on-dark); text-align: center; color: var(--text-on-dark-dim); font-size: var(--text-xs); }

/* ---- Overlays: scrim, drawer, modal ---- */
.yt-scrim { position: fixed; inset: 0; z-index: 900; background: var(--surface-overlay); display: flex; animation: ytFade .3s var(--ease-soft); }
.yt-scrim--right { justify-content: flex-end; }
.yt-scrim--center { align-items: center; justify-content: center; padding: 20px; z-index: 950; }
.yt-drawer { width: min(420px, 100%); height: 100%; background: var(--surface-card); box-shadow: var(--shadow-xl); padding: var(--space-6); display: flex; flex-direction: column; animation: ytIn .34s var(--ease-enter); overflow-y: auto; }
.yt-drawer__head { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 2px; }
.yt-drawer__head h2 { margin: 0; font-family: var(--font-display); font-size: var(--text-xl); }
.yt-drawer__empty { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; text-align: center; padding: var(--space-8) 0; }
.yt-drawer__empty img { width: 52px; opacity: 0.55; }
.yt-modal { width: min(560px, 100%); max-height: 86vh; overflow-y: auto; background: var(--surface-card); border-radius: var(--radius-xl); padding: var(--space-7); position: relative; animation: ytRise .34s var(--ease-enter); }
.yt-modal__close, .yt-drawer__close { position: absolute; top: 16px; right: 16px; width: 34px; height: 34px; border: none; background: transparent; cursor: pointer; color: var(--ink-800); display: flex; align-items: center; justify-content: center; }
.yt-drawer__close { position: static; }
.yt-modal__head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: var(--space-6); }
.yt-modal__head h2 { margin: 0; font-family: var(--font-display); font-size: var(--text-xl); }
.yt-modal__step { font-size: var(--text-sm); font-weight: 700; color: var(--text-tertiary); }
.yt-check-row { display: flex; align-items: center; gap: 14px; padding: 6px 2px; margin-bottom: 14px; }
.yt-check-row.is-click { cursor: pointer; }
.yt-check-box { width: 26px; height: 26px; border-radius: 7px; border: 1px solid var(--border-strong); display: flex; align-items: center; justify-content: center; color: #fff; flex: none; transition: all var(--duration-base) var(--ease-soft); }
.yt-check-box.is-on { border-color: var(--accent); background: var(--accent); }
.yt-check-name { flex: 1; font-family: var(--font-display); font-size: var(--text-lg); color: var(--text-primary); }
.yt-modal__addbtn { width: 100%; padding: 16px; border-radius: var(--radius-md); background: transparent; border: 1px solid var(--border-default); color: var(--ink-800); font-family: var(--font-body); font-size: var(--text-md); cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: var(--space-5); }
.yt-modal__addbtn:hover { border-color: var(--ink-900); }
.yt-modal__continue { width: 100%; padding: 16px; border-radius: var(--radius-md); background: var(--ink-800); color: var(--stone-50); border: none; font-family: var(--font-body); font-size: var(--text-md); cursor: pointer; }
.yt-modal__continue:hover { filter: brightness(1.15); }
.yt-timelist { max-height: 52vh; overflow-y: auto; overflow-x: hidden; }
.yt-timerow { display: flex; align-items: center; justify-content: space-between; padding: 15px 12px; border-bottom: 1px solid var(--border-soft); }
.yt-timerow.is-open { cursor: pointer; }
.yt-timerow.is-sel { background: rgba(162,62,41,0.06); border-radius: 8px; }
.yt-timerow__label { font-family: var(--font-body); font-size: var(--text-md); font-weight: 700; color: var(--text-primary); }
.yt-timerow.is-closed .yt-timerow__label { font-weight: 400; color: var(--stone-300); }
.yt-timerow__sub { font-family: var(--font-body); font-size: var(--text-sm); color: var(--text-tertiary); margin-top: 2px; }
.yt-timerow.is-closed .yt-timerow__sub { color: var(--stone-300); }

/* Cart item (drawer) */
.yt-cartitem { border: 1px solid var(--border-soft); border-radius: var(--radius-md); padding: var(--space-4); }
.yt-cartitem__foot { display: flex; align-items: flex-end; justify-content: space-between; margin-top: 10px; }
.yt-cartitem__facts { display: flex; flex-direction: column; gap: 5px; font-size: var(--text-sm); color: var(--text-tertiary); }
.yt-cartitem__facts span { display: inline-flex; align-items: center; gap: 7px; }
.yt-cartitem__actions { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; font-size: var(--text-sm); }
.yt-edit { cursor: pointer; color: var(--text-tertiary); }

/* Toast + loading */
.yt-toast { position: fixed; left: 50%; bottom: 32px; transform: translateX(-50%); z-index: 1000; background: var(--ink-900); color: var(--stone-50); padding: 14px 24px; border-radius: 999px; box-shadow: var(--shadow-lg); font-size: var(--text-sm); animation: ytRise .3s var(--ease-enter); max-width: 90vw; text-align: center; }
.yt-spinner { width: 26px; height: 26px; border: 2px solid var(--border-default); border-top-color: var(--accent); border-radius: 50%; animation: ytSpin .8s linear infinite; }
.yt-loading { display: flex; align-items: center; justify-content: center; gap: 12px; padding: var(--space-9); color: var(--text-tertiary); }
.yt-empty { text-align: center; color: var(--text-tertiary); padding: var(--space-8) 0; font-family: var(--font-display); font-size: var(--text-lg); }
.yt-anim { animation: ytRise .5s var(--ease-enter); }

/* ---- Responsive ---- */
@media (max-width: 900px) {
  .yt-navlinks { display: none; }
  .yt-burger { display: inline-flex; }
  .yt-detail-grid, .yt-checkout-grid, .yt-split, .yt-giftband { grid-template-columns: 1fr; }
  .yt-footer__grid { grid-template-columns: 1fr 1fr; }
  .yt-book, .yt-summary { position: static; }
}
@media (max-width: 520px) {
  .yt-form__row { grid-template-columns: 1fr; }
  .yt-footer__grid { grid-template-columns: 1fr; }
  .yt-footer__col--rule { border-left: none; padding-left: 0; }
}
