/* ============================================================
   INNER PAGE styles — about, shop, book, gallery, contact
   ============================================================ */

/* ---- Page header (shared) ---- */
.page-header { padding: 84px 0 56px; }
.page-header .eyebrow { display: block; margin-bottom: 16px; }
.page-header h1 { font-size: clamp(46px, 6.5vw, 88px); margin: 0; line-height: 1.04; }
.page-header p { font-size: 18px; color: var(--text-2); max-width: 560px; margin: 22px auto 0; line-height: 1.7; }

/* ============================================================
   ABOUT
   ============================================================ */
.about-founder { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 70px; align-items: center; padding-bottom: 110px; }
.about-founder-art { position: relative; }
.about-founder-tag {
  position: absolute; right: -24px; bottom: 40px; background: var(--paper-2);
  padding: 18px 26px; border-radius: var(--r-md); box-shadow: 0 18px 40px -18px rgba(74,53,40,.4);
  border: 1px solid var(--line); text-align: center;
}
.about-founder-tag strong { display: block; font-size: 34px; font-weight: 500; color: var(--clay); }
.about-founder-copy h2 { font-size: clamp(32px, 3.8vw, 48px); line-height: 1.08; margin: 0 0 30px; }
.about-founder-copy .lead {
  font-family: var(--display); font-style: italic; font-size: 23px; line-height: 1.5;
  color: var(--espresso); margin: 0 0 24px;
}
.about-founder-copy p { font-size: 17px; line-height: 1.78; color: var(--text-2); margin: 0 0 18px; max-width: 560px; }

.about-ritual { background: var(--espresso); padding: 110px 0; position: relative; overflow: hidden; }
.about-ritual::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image:
    repeating-linear-gradient(135deg, rgba(194,154,78,.05) 0 1px, transparent 1px 22px),
    repeating-linear-gradient(45deg, rgba(194,154,78,.05) 0 1px, transparent 1px 22px);
}
.about-ritual-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.about-ritual-card {
  background: rgba(246,238,226,.04); border: 1px solid rgba(217,190,134,.16);
  border-radius: var(--r-lg); padding: 34px 28px; color: var(--gold-soft);
}
.about-ritual-card h4 { font-size: 28px; font-weight: 500; color: var(--paper); margin: 18px 0 12px; }
.about-ritual-card p { font-size: 14.5px; line-height: 1.65; color: rgba(246,238,226,.62); margin: 0; }

.about-values { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 70px; align-items: center; padding: 110px 0; }
.about-values-copy h2 { font-size: clamp(32px, 4vw, 48px); margin: 16px 0 22px; }
.about-values-copy > p { font-size: 17px; line-height: 1.78; color: var(--text-2); max-width: 540px; margin: 0 0 34px; }
.about-values-list { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.about-value { display: flex; gap: 14px; align-items: flex-start; }
.about-value .diamond { margin-top: 7px; flex: none; }
.about-value strong { display: block; font-family: var(--display); font-size: 21px; font-weight: 500; }
.about-value span { font-size: 14.5px; color: var(--text-2); line-height: 1.55; }

/* ---- CTA band (shared) ---- */
.cta-band { background: linear-gradient(150deg, var(--clay), var(--sienna)); padding: 100px 0; position: relative; overflow: hidden; }
.cta-band::before {
  content: ""; position: absolute; inset: 0; opacity: .5; pointer-events: none;
  background-image:
    repeating-linear-gradient(135deg, rgba(246,238,226,.08) 0 1px, transparent 1px 24px),
    repeating-linear-gradient(45deg, rgba(246,238,226,.08) 0 1px, transparent 1px 24px);
}
.cta-band h2 { font-size: clamp(38px, 5vw, 66px); color: var(--paper); margin: 0; line-height: 1.08; }
.cta-band .btn-ghost { border-color: rgba(246,238,226,.5); color: var(--paper); }
.cta-band .btn-ghost:hover { border-color: var(--paper); background: rgba(246,238,226,.1); color: var(--paper); }
.cta-band .eyebrow.gold { color: var(--paper); opacity: .8; }

/* ============================================================
   SHOP
   ============================================================ */
.shop-filter { display: flex; gap: 10px; justify-content: center; margin-bottom: 56px; flex-wrap: wrap; }
.shop-chip {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600; letter-spacing: 0.04em;
  padding: 11px 20px; border-radius: 100px; border: 1px solid var(--line-2);
  background: var(--paper-2); color: var(--text-2); transition: all .3s var(--ease);
}
.shop-chip:hover { border-color: var(--clay); color: var(--clay); }
.shop-chip.on { background: var(--espresso); color: var(--paper); border-color: var(--espresso); }
.shop-chip-n { font-size: 11px; opacity: .6; }
.shop-chip.on .shop-chip-n { opacity: .8; }

.shop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px 30px; }
.shop-card-art { position: relative; overflow: hidden; border-radius: var(--r-md); }
.shop-card-art .ph { transition: transform .6s var(--ease); }
.shop-card:hover .shop-card-art .ph { transform: scale(1.04); }
.shop-quick {
  position: absolute; left: 50%; bottom: 16px; transform: translate(-50%, 14px);
  background: var(--paper); color: var(--espresso); border: none;
  font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase;
  padding: 12px 22px; border-radius: 100px; opacity: 0; transition: all .4s var(--ease);
  box-shadow: 0 10px 24px -10px rgba(28,20,14,.5);
}
.shop-card:hover .shop-quick { opacity: 1; transform: translate(-50%, 0); }
.shop-quick:hover { background: var(--clay); color: var(--paper); }
.shop-cat-badge {
  position: absolute; top: 14px; left: 14px;
  font-size: 10px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase;
  background: rgba(246,238,226,.92); color: var(--clay); padding: 5px 11px; border-radius: 100px;
}
.shop-cat-badge.static { position: static; display: inline-block; background: var(--paper-3); }
.shop-card-body { padding-top: 22px; }
.shop-card-top { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; }
.shop-card-top h3 { font-size: 25px; font-weight: 500; margin: 0; }
.shop-price { font-size: 22px; color: var(--text-2); }
.shop-tagline { display: block; font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--clay); margin: 8px 0 12px; }
.shop-card-body p { font-size: 15px; line-height: 1.65; color: var(--text-2); margin: 0 0 16px; }

.shop-ingredients { background: var(--espresso); padding: 90px 0; }
.shop-ing-inner { display: grid; grid-template-columns: 1fr 1.2fr; gap: 50px; align-items: center; }
.shop-ing-inner h2 { font-size: clamp(30px, 3.6vw, 44px); }
.shop-ing-list { display: flex; flex-wrap: wrap; gap: 12px; }
.shop-ing-pill {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(246,238,226,.05); border: 1px solid rgba(217,190,134,.2);
  color: var(--gold-soft); padding: 12px 18px; border-radius: 100px; font-size: 14.5px; font-weight: 500;
}

/* ---- Quick view drawer ---- */
.qv-overlay {
  position: fixed; inset: 0; z-index: 1000; background: rgba(28,20,14,.55);
  backdrop-filter: blur(6px); display: flex; align-items: center; justify-content: center; padding: 28px;
  animation: fadeIn .3s var(--ease);
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.qv-panel {
  background: var(--paper); border-radius: var(--r-lg); overflow: hidden;
  display: grid; grid-template-columns: 1fr 1fr; max-width: 880px; width: 100%; max-height: 88vh;
  box-shadow: 0 40px 90px -30px rgba(28,20,14,.7); animation: popIn .4s var(--ease);
}
@keyframes popIn { from { transform: translateY(16px) scale(.98); opacity: 0; } to { transform: none; opacity: 1; } }
.qv-art { min-height: 420px; }
.qv-body { padding: 44px 40px; display: flex; flex-direction: column; }
.qv-body h2 { font-size: 38px; font-weight: 500; margin: 14px 0 0; }
.qv-desc { font-size: 16px; line-height: 1.7; color: var(--text-2); margin: 16px 0 24px; }
.qv-ing { margin-bottom: auto; }
.qv-ing-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.qv-ing-chip { font-size: 13px; background: var(--paper-3); color: var(--sienna); padding: 7px 14px; border-radius: 100px; }
.qv-foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 28px; }
.qv-price { font-size: 34px; color: var(--clay); }
.qv-note { font-size: 12px; color: var(--text-3); margin: 14px 0 0; }
.qv-close {
  position: absolute; top: 20px; right: 24px; z-index: 5;
  width: 40px; height: 40px; border-radius: 50%; border: none;
  background: rgba(246,238,226,.92); color: var(--espresso); font-size: 15px;
  display: flex; align-items: center; justify-content: center; transition: all .3s;
}
.qv-close:hover { background: var(--clay); color: var(--paper); transform: rotate(90deg); }

/* ============================================================
   BOOK
   ============================================================ */
.book-wrap { padding-bottom: 120px; }
.book-stepper { display: flex; justify-content: center; gap: 0; margin-bottom: 56px; flex-wrap: wrap; }
.book-stepitem { display: flex; align-items: center; gap: 10px; padding: 0 26px; position: relative; color: var(--text-3); }
.book-stepitem:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 50%; width: 1px; height: 20px; background: var(--line-2); }
.book-stepnum {
  width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 600; background: var(--paper-3); color: var(--text-3); border: 1px solid var(--line-2);
}
.book-steplabel { font-size: 13px; font-weight: 600; letter-spacing: 0.03em; }
.book-stepitem.on .book-stepnum { background: var(--clay); color: var(--paper); border-color: var(--clay); }
.book-stepitem.on { color: var(--clay); }
.book-stepitem.done .book-stepnum { background: var(--sage); color: var(--paper); border-color: var(--sage); }

.book-grid { display: grid; grid-template-columns: 1fr 340px; gap: 44px; align-items: start; }
.book-pane-h { font-size: 28px; font-weight: 500; margin: 0 0 24px; }

.book-services { display: flex; flex-direction: column; gap: 14px; }
.book-service {
  display: flex; align-items: center; gap: 20px; text-align: left;
  background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 18px; transition: all .3s var(--ease); position: relative;
}
.book-service:hover { border-color: var(--line-2); transform: translateX(3px); }
.book-service.on { border-color: var(--clay); background: var(--paper); box-shadow: 0 12px 30px -16px rgba(181,104,60,.4); }
.book-service-info { flex: 1; display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.book-service-top { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.book-service-top h4 { font-size: 21px; font-weight: 500; margin: 0; line-height: 1.14; }
.book-service-price { font-size: 22px; color: var(--clay); white-space: nowrap; }
.book-service-info p { font-size: 14px; line-height: 1.55; color: var(--text-2); margin: 0; }
.book-service-dur { font-size: 11.5px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-3); }
.book-radio { width: 22px; height: 22px; border-radius: 50%; border: 2px solid var(--line-2); flex: none; transition: all .3s; }
.book-service.on .book-radio { border-color: var(--clay); background: radial-gradient(circle at center, var(--clay) 0 5px, transparent 6px); }

.book-days { display: grid; grid-template-columns: repeat(auto-fill, minmax(72px, 1fr)); gap: 12px; }
.book-day {
  display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 16px 8px;
  background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--r-md); transition: all .3s var(--ease);
}
.book-day:hover { border-color: var(--clay); transform: translateY(-2px); }
.book-day.on { background: var(--espresso); border-color: var(--espresso); }
.book-day-dow { font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-3); }
.book-day-num { font-family: var(--display); font-size: 26px; font-weight: 500; color: var(--espresso); }
.book-day-mon { font-size: 11px; color: var(--text-3); }
.book-day.on .book-day-dow, .book-day.on .book-day-num, .book-day.on .book-day-mon { color: var(--paper); }
.book-day.on .book-day-dow { color: var(--gold-soft); }
.book-day.soon { position: relative; }

.book-times { display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 12px; }
.book-time {
  padding: 15px; background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--r-md);
  font-family: var(--display); font-size: 19px; color: var(--espresso); transition: all .3s var(--ease);
}
.book-time:hover:not(:disabled) { border-color: var(--clay); transform: translateY(-2px); }
.book-time.on { background: var(--clay); border-color: var(--clay); color: var(--paper); }
.book-time:disabled { opacity: .4; cursor: not-allowed; }
.book-time-ap { font-family: var(--sans); font-size: 11px; color: var(--text-3); }
.book-time.on .book-time-ap { color: rgba(246,238,226,.8); }
.book-hint { font-size: 13px; color: var(--text-3); margin-top: 16px; font-style: italic; }

.book-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

.book-confirm { text-align: center; max-width: 540px; margin: 0 auto; padding: 20px 0; }
.book-confirm-mark { display: flex; justify-content: center; margin-bottom: 24px; }
.book-confirm h3 { font-size: 42px; font-weight: 500; margin: 0 0 14px; }
.book-confirm > p { font-size: 17px; color: var(--text-2); line-height: 1.7; margin: 0 auto 32px; max-width: 440px; }
.book-confirm-card { background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 14px 26px; text-align: left; }

.book-nav { display: flex; justify-content: space-between; align-items: center; margin-top: 40px; padding-top: 30px; border-top: 1px solid var(--line); }
.book-nav .btn-clay:disabled { opacity: .35; cursor: not-allowed; transform: none; box-shadow: none; }

.book-summary { background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px; position: sticky; top: 100px; }
.book-summary .eyebrow { display: block; margin-bottom: 16px; }
.book-sum-art { margin-bottom: 20px; }
.book-row { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.book-row:last-child { border-bottom: none; }
.book-row span { font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-3); }
.book-row strong { font-size: 15px; font-weight: 600; color: var(--text); text-align: right; }
.book-row.big strong { font-size: 30px; font-weight: 500; color: var(--clay); }
.book-sum-divider { height: 1px; background: var(--line-2); margin: 8px 0; }
.book-sum-note { font-size: 12px; color: var(--text-3); line-height: 1.5; margin: 18px 0 0; }

/* ============================================================
   GALLERY
   ============================================================ */
.gal-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap: 16px; }
.gal-item { position: relative; overflow: hidden; border-radius: var(--r-md); border: none; padding: 0; }
.gal-item.tall { grid-row: span 2; }
.gal-item.wide { grid-column: span 2; }
.gal-item .ph { transition: transform .7s var(--ease); }
.gal-item:hover .ph { transform: scale(1.06); }
.gal-cap {
  position: absolute; left: 16px; bottom: 14px; z-index: 3;
  font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--paper);
  opacity: 0; transform: translateY(8px); transition: all .4s var(--ease); text-shadow: 0 1px 8px rgba(0,0,0,.4);
}
.gal-item:hover .gal-cap { opacity: 1; transform: none; }
.gal-light { width: min(760px, 90vw); height: min(80vh, 760px); position: relative; }

/* ============================================================
   CONTACT
   ============================================================ */
.contact-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 60px; align-items: start; }
.contact-info { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.contact-info-block .eyebrow { display: block; margin-bottom: 10px; }
.contact-info-block p { font-size: 15.5px; line-height: 1.7; color: var(--text-2); margin: 0; }
.contact-map { grid-column: 1 / -1; height: 220px; margin-top: 8px; }
.contact-form-wrap { background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--r-xl); padding: 40px; }
.contact-form { display: flex; flex-direction: column; gap: 20px; }
.contact-form h3 { font-size: 30px; font-weight: 500; margin: 0 0 6px; }
.contact-sent { text-align: center; padding: 30px 10px; }
.contact-sent h3 { font-size: 32px; font-weight: 500; margin: 18px 0 12px; }
.contact-sent p { font-size: 16px; color: var(--text-2); line-height: 1.7; margin: 0 auto 26px; max-width: 360px; }

@media (max-width: 900px) {
  .about-founder, .about-values, .shop-ing-inner, .book-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-ritual-grid, .shop-grid, .feat-grid { grid-template-columns: 1fr 1fr; }
  .gal-grid { grid-template-columns: 1fr 1fr; }
  .qv-panel { grid-template-columns: 1fr; max-height: 92vh; overflow-y: auto; }
  .qv-art { min-height: 240px; }
  .book-summary { position: static; }
  .book-form { grid-template-columns: 1fr; }
  .about-founder-tag { right: 12px; }
}
@media (max-width: 600px) {
  .about-ritual-grid, .shop-grid, .feat-grid, .contact-info, .gal-grid { grid-template-columns: 1fr; }
}

/* Services catalog */
.svc-grid { grid-template-columns: repeat(2, 1fr); gap: 40px 34px; }
.svc-card .shop-card-body { display: flex; flex-direction: column; align-items: flex-start; }
.svc-book { margin-top: 8px; }
@media (max-width: 600px) { .svc-grid { grid-template-columns: 1fr; } }
