/* Shared styles for /workshop and /corporate-workshops (ws-/bk-/cf- kits). */
  /* ---- full-bleed photo hero ---- */
  .ws-hero {
    position: relative; overflow: hidden;
    min-height: clamp(480px, 72vh, 720px);
    display: flex; align-items: center;
  }
  .ws-hero__bg, .ws-hero__bg img {
    position: absolute; inset: 0; width: 100%; height: 100%;
    object-fit: cover; display: block;
  }
  .ws-hero::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(20,17,13,0.46) 0%, rgba(20,17,13,0.62) 100%);
  }
  .ws-hero__inner {
    position: relative; z-index: 1;
    max-width: var(--content-max); margin: 0 auto;
    padding: 96px 24px 64px clamp(48px, 9vw, 150px);
    width: 100%;
  }
  .ws-hero__eyebrow {
    font-family: var(--mono); font-size: 11px; letter-spacing: 0.28em;
    text-transform: uppercase; color: #f0b9a8; display: block; margin-bottom: 16px;
  }
  .ws-hero__title {
    font-family: var(--display); font-style: italic; font-weight: 800;
    font-size: clamp(40px, 6.5vw, 76px); line-height: 1.02; margin: 0 0 18px;
    color: var(--bone, #efe7d6);
  }
  .ws-hero__sub {
    font-family: var(--serif); font-size: clamp(14.5px, 1.6vw, 17px); line-height: 1.6;
    color: rgba(239, 231, 214, 0.92); max-width: 52ch; margin: 0 0 26px;
  }
  .ws-hero__ctas { display: flex; gap: 12px; flex-wrap: wrap; }
  .ws-hero__cta {
    font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.2em; text-transform: uppercase;
    background: var(--akane); color: var(--bone); border: 1.5px solid var(--akane);
    border-radius: 8px; padding: 15px 24px; cursor: pointer; transition: opacity .2s ease;
  }
  .ws-hero__cta:hover { opacity: 0.92; }
  .ws-hero__cta--ghost { background: rgba(20,17,13,0.25); border-color: var(--bone); color: var(--bone); }


  /* ---- corporate band (second hero) ---- */
  .ws-band {
    position: relative; overflow: hidden;
    min-height: clamp(320px, 46vh, 480px);
    display: flex; align-items: center;
  }
  .ws-band__bg, .ws-band__bg img {
    position: absolute; inset: 0; width: 100%; height: 100%;
    object-fit: cover; display: block;
  }
  .ws-band::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(90deg, rgba(20,17,13,0.66) 0%, rgba(20,17,13,0.38) 60%, rgba(20,17,13,0.30) 100%);
  }
  .ws-band__inner {
    position: relative; z-index: 1;
    max-width: var(--content-max); margin: 0 auto;
    padding: 56px 24px 56px clamp(48px, 9vw, 150px);
    width: 100%;
  }
  .ws-band__title {
    font-family: var(--display); font-style: italic; font-weight: 800;
    font-size: clamp(30px, 4.6vw, 52px); line-height: 1.05; margin: 0 0 14px;
    color: var(--bone, #efe7d6);
  }

  /* ---- compact rhythm: less dead space than stock commission spacing ---- */
  .page-workshop .sp-section { padding-top: clamp(44px, 7vw, 72px); padding-bottom: clamp(44px, 7vw, 72px); }
  .page-workshop .sp-shead { margin-bottom: 6px; }
  .page-workshop .sp-q { padding: 26px 0; }
  .page-workshop .sp-q__title { font-size: clamp(21px, 2.6vw, 27px); line-height: 1.15; }
  .page-workshop .sp-q__hint { margin-top: 6px; }
  .page-workshop .sp-contact { margin-top: 8px; }
  .page-workshop .sp-send-btn { margin-top: 18px; }

  /* ---- imagery strip ---- */
  .ws-strip {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
    max-width: var(--content-max); margin: var(--s-32, 32px) auto 0;
  }
  .ws-strip figure { margin: 0; }
  .ws-strip img {
    width: 100%; aspect-ratio: 4 / 5; object-fit: cover; display: block;
    border: 0.5px solid var(--rule-soft); border-radius: 4px;
  }
  .ws-strip figcaption {
    font-family: var(--serif); font-style: italic; font-size: 12px;
    color: var(--sumi-soft); margin-top: 8px;
  }
  .ws-strip--two { grid-template-columns: 1fr 1fr; max-width: 900px; }
  .ws-strip--two img { aspect-ratio: 4 / 3; }
  @media (max-width: 720px) {
    .ws-strip { grid-template-columns: 1fr 1fr; }
    .ws-strip figure:nth-child(3) { display: none; }
  }

  /* ---- offer cards ---- */
  .ws-offers {
    display: grid; grid-template-columns: 1fr 1fr; gap: 18px;
    max-width: var(--content-max); margin: var(--s-32, 32px) auto 0;
  }
  @media (max-width: 820px) { .ws-offers { grid-template-columns: 1fr; } }
  .ws-offer {
    position: relative; overflow: hidden;
    background: var(--paper, #faf4e6);
    border: 0.5px solid var(--rule); border-radius: 10px;
    padding: 0 0 24px;
    display: flex; flex-direction: column; gap: 10px;
  }
  .ws-offer__img { display: block; aspect-ratio: 16 / 8; overflow: hidden; }
  .ws-offer__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .ws-offer > *:not(.ws-offer__img):not(.ws-offer__jp) { margin-left: 26px; margin-right: 26px; }
  .ws-offer__jp {
    position: absolute; top: 4px; right: 8px; z-index: 1; text-shadow: 0 1px 0 rgba(255,255,255,0.3);
    font-family: 'Shippori Mincho B1', serif; font-weight: 800;
    font-size: 96px; line-height: 1; color: rgba(179, 36, 25, 0.07);
    pointer-events: none;
  }
  .ws-offer__name {
    font-family: var(--display); font-style: italic; font-weight: 800;
    font-size: clamp(24px, 3vw, 32px); margin: 0;
  }
  .ws-offer__size {
    font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.18em;
    text-transform: uppercase; color: var(--akane); margin: 0;
  }
  .ws-offer__lede {
    font-family: var(--serif); font-size: 14.5px; line-height: 1.6;
    color: var(--sumi-soft); margin: 2px 0 4px;
  }
  .ws-offer__points { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
  .ws-offer__points li {
    font-family: var(--serif); font-size: 13.5px; line-height: 1.5;
    color: var(--sumi); padding-left: 18px; position: relative;
  }
  .ws-offer__points li::before { content: "—"; position: absolute; left: 0; color: var(--akane); }
  .ws-offer__cta {
    margin-top: auto; padding-top: 14px; align-self: flex-start;
    font-family: var(--mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--akane); text-decoration: none; border-bottom: 1px solid rgba(179,36,25,0.35);
    transition: border-color .2s ease;
  }
  .ws-offer__cta:hover { border-bottom-color: var(--akane); }

  /* ---- steps ---- */
  .ws-steps {
    list-style: none; margin: var(--s-32, 32px) auto 0; padding: 0;
    max-width: var(--content-max);
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
  }
  @media (max-width: 900px) { .ws-steps { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 520px) { .ws-steps { grid-template-columns: 1fr; } }
  .ws-step { border-top: 2px solid var(--akane); padding-top: 14px; }
  .ws-step__n { font-family: var(--mono); font-size: 11px; letter-spacing: 0.2em; color: var(--akane); }
  .ws-step__name { font-family: var(--display); font-style: italic; font-weight: 800; font-size: 20px; margin: 6px 0 8px; }
  .ws-step__text { font-family: var(--serif); font-size: 13.5px; line-height: 1.55; color: var(--sumi-soft); margin: 0; }

  /* ---- FAQ (mk-disc collapsibles, ported from the product pages) ---- */
  .ws-faq { max-width: var(--content-max); margin: var(--s-32, 32px) auto 0; }
  .mk-disc { border-top: 0.5px solid var(--rule); }
  .mk-disc:last-of-type { border-bottom: 0.5px solid var(--rule); }
  .mk-disc__head {
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
    padding: 18px 2px;
    font-family: var(--mono); font-size: 12px; letter-spacing: 0.14em;
    text-transform: uppercase; color: var(--sumi);
    cursor: pointer; list-style: none; user-select: none; transition: color .2s ease;
  }
  .mk-disc__head::-webkit-details-marker { display: none; }
  .mk-disc__head:hover { color: var(--akane); }
  .mk-disc__icon { position: relative; width: 12px; height: 12px; flex: none; }
  .mk-disc__icon::before, .mk-disc__icon::after {
    content: ""; position: absolute; background: var(--akane); transition: opacity .2s ease;
  }
  .mk-disc__icon::before { top: 50%; left: 0; right: 0; height: 1.5px; transform: translateY(-50%); }
  .mk-disc__icon::after  { left: 50%; top: 0; bottom: 0; width: 1.5px; transform: translateX(-50%); }
  .mk-disc[open] .mk-disc__icon::after { opacity: 0; }
  .mk-disc__list { margin: 0; padding: 2px 0 20px; }
  .ws-faq__a { font-family: var(--serif); font-size: 14.5px; line-height: 1.6; color: var(--sumi-soft); margin: 0; max-width: 68ch; }


  /* ---- booking calendar (bk-*) ---- */
/* Booking calendar — /workshop. Sits on the ws-* / sp-* kit; tokens from styles.css :root. */

.bk-card {
  background: var(--paper, #faf4e6);
  border: 0.5px solid var(--rule);
  border-radius: 10px;
  padding: clamp(20px, 3vw, 28px);
  box-shadow: 0 8px 24px rgba(20, 17, 13, 0.05);
  max-width: 880px;
  margin: 0 auto;
}

.bk-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 40px);
}
@media (max-width: 720px) {
  .bk-grid { grid-template-columns: 1fr; }
}

/* ---------- calendar ---------- */

.bk-cal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.bk-cal__month {
  font-family: var(--display);
  font-style: italic;
  font-weight: 800;
  font-size: 20px;
  color: var(--sumi);
  letter-spacing: 0.01em;
}
.bk-cal__month span {
  font-family: var(--mono);
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--sumi-soft);
  margin-left: 6px;
  vertical-align: 2px;
}
.bk-cal__nav {
  width: 32px;
  height: 32px;
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1;
  color: var(--sumi);
  background: transparent;
  border: 0.5px solid var(--rule);
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.bk-cal__nav:hover:not(:disabled) { border-color: var(--akane); color: var(--akane); }
.bk-cal__nav:disabled { opacity: 0.3; cursor: default; }

.bk-cal__dow {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  margin-bottom: 6px;
  padding-bottom: 8px;
  border-bottom: 0.5px solid var(--rule-soft);
}
.bk-cal__dow span {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--pencil, #5f574c);
  text-align: center;
}

.bk-cal__days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}
.bk-day {
  aspect-ratio: 1 / 1;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--mono);
  font-size: 12px;
  color: var(--sumi);
  background: transparent;
  border: 0.5px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.bk-day:hover:not(:disabled):not(.is-selected) {
  background: var(--akane-quiet, rgba(179, 36, 25, 0.1));
  border-color: rgba(179, 36, 25, 0.25);
  color: var(--akane);
}
.bk-day:disabled {
  color: rgba(20, 17, 13, 0.22);
  cursor: default;
}
.bk-day.is-selected {
  background: var(--akane);
  border-color: var(--akane);
  color: #fff;
}
.bk-day--pad { visibility: hidden; pointer-events: none; }

.bk-cal__note {
  font-family: var(--serif);
  font-style: italic;
  font-size: 12px;
  color: var(--sumi-soft);
  margin: 12px 0 0;
}

/* ---------- right column ---------- */

.bk-side {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.bk-field {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.bk-field + .bk-field {
  padding-top: 16px;
  border-top: 0.5px solid var(--rule-soft);
}

.bk-label {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sumi);
}
.bk-label em {
  font-family: var(--serif);
  font-style: italic;
  font-size: 11px;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--sumi-soft);
  margin-left: 4px;
}
.bk-hint {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pencil, #5f574c);
}

/* time slider — 2-hour blocks, 3 PM to 6 PM starts */
.bk-slider { display: grid; gap: 10px; }
.bk-slider.is-disabled { opacity: 0.4; }
.bk-slider__readout {
  font-family: var(--serif);
  font-style: italic;
  font-size: 20px;
  color: var(--sumi);
}
.bk-slider__range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 44px; /* tall hit area — much easier to grab, especially on touch */
  margin: 0;
  background: transparent;
  cursor: grab;
  touch-action: none; /* horizontal drags go to the slider, not page scroll */
}
.bk-slider__range:active { cursor: grabbing; }
.bk-slider__range:disabled { cursor: default; }
.bk-slider__range::-webkit-slider-runnable-track {
  height: 2px;
  background: var(--rule);
}
.bk-slider__range::-moz-range-track {
  height: 2px;
  background: var(--rule);
}
.bk-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 28px;
  height: 28px;
  margin-top: -13px;
  border-radius: 50%;
  border: 1.5px solid var(--akane);
  background: var(--akane-quiet, rgba(179, 36, 25, 0.1));
  box-shadow: inset 0 0 0 5px var(--paper, #efe7d6);
  transition: background-color 0.2s ease;
}
.bk-slider__range::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1.5px solid var(--akane);
  background: var(--akane-quiet, rgba(179, 36, 25, 0.1));
  box-shadow: inset 0 0 0 5px var(--paper, #efe7d6);
}
.bk-slider__range:not(:disabled)::-webkit-slider-thumb:hover { background: var(--akane); }
.bk-slider__scale {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pencil, #5f574c);
}
.bk-slider__scale span:nth-child(2) {
  font-family: var(--serif);
  font-style: italic;
  font-size: 10.5px;
  letter-spacing: 0.02em;
  text-transform: none;
}

/* pax stepper */
.bk-pax {
  display: flex;
  align-items: center;
  gap: 12px;
}
.bk-stepper {
  display: inline-flex;
  align-items: stretch;
  border: 0.5px solid var(--rule);
  border-radius: 8px;
  overflow: hidden;
}
.bk-stepper__btn {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--mono);
  font-size: 15px;
  line-height: 1;
  color: var(--sumi);
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.bk-stepper__btn:hover:not(:disabled) { color: var(--akane); background: var(--akane-quiet, rgba(179, 36, 25, 0.1)); }
.bk-stepper__btn:disabled { opacity: 0.3; cursor: default; }
.bk-stepper__count {
  width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--mono);
  font-size: 13px;
  color: var(--sumi);
  border-left: 0.5px solid var(--rule-soft);
  border-right: 0.5px solid var(--rule-soft);
}

/* notes */
.bk-notes {
  font-family: var(--serif);
  font-size: 14px;
  color: var(--sumi);
  background: transparent;
  border: 0;
  border-bottom: 0.5px solid var(--rule);
  border-radius: 0;
  padding: 8px 2px;
  outline: none;
  transition: border-color 0.2s ease;
}
.bk-notes::placeholder { color: var(--pencil-soft, rgba(20, 17, 13, 0.55)); font-style: italic; }
.bk-notes:focus { border-bottom-color: var(--akane); }

/* price summary */
.bk-summary {
  padding-top: 16px;
  border-top: 0.5px solid var(--rule-soft);
}
.bk-price {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}
.bk-price__line {
  font-family: var(--serif);
  font-size: 14px;
  color: var(--sumi);
}
.bk-price__total {
  font-family: var(--display);
  font-style: italic;
  font-weight: 800;
  font-size: 22px;
  color: var(--sumi);
  white-space: nowrap;
}
.bk-fine {
  font-family: var(--serif);
  font-style: italic;
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--sumi-soft);
  margin: 10px 0 0;
}

/* selection summary line */
.bk-picked {
  font-family: var(--display);
  font-style: italic;
  font-weight: 700;
  font-size: 17px;
  color: var(--sumi);
  margin: 0;
  padding-top: 14px;
  border-top: 0.5px solid var(--rule-soft);
}
.bk-picked--empty {
  font-weight: 400;
  font-size: 14px;
  color: var(--pencil-soft, rgba(20, 17, 13, 0.55));
}

/* error */
.bk-error {
  font-family: var(--serif);
  font-style: italic;
  font-size: 13px;
  line-height: 1.5;
  color: var(--akane);
  margin: 0;
}

/* CTA */
.bk-cta {
  width: 100%;
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background: var(--akane);
  color: var(--bone, #efe7d6);
  border: 1.5px solid var(--akane);
  border-radius: 8px;
  padding: 15px 24px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.bk-cta:hover:not(:disabled) { opacity: 0.92; }
.bk-cta:disabled {
  background: transparent;
  border-color: var(--rule);
  color: var(--pencil-soft, rgba(20, 17, 13, 0.55));
  cursor: default;
}


  /* ---- corporate enquiry card (reformd-style, our skin) ---- */
  .cf-card {
    max-width: 680px; margin: 28px auto 0;
    background: var(--paper, #faf4e6);
    border: 0.5px solid var(--rule); border-radius: 10px;
    padding: clamp(22px, 4vw, 34px);
  }
  .cf-lede { font-family: var(--serif); font-size: 14px; line-height: 1.55; color: var(--sumi-soft); margin: 0 0 20px; }
  .cf-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 18px; }
  @media (max-width: 620px) { .cf-grid { grid-template-columns: 1fr; } }
  .cf-field { display: flex; flex-direction: column; gap: 6px; }
  .cf-field--full { margin-top: 16px; }
  .cf-field span {
    font-family: var(--mono); font-size: 10px; letter-spacing: 0.16em;
    text-transform: uppercase; color: var(--sumi-soft);
  }
  .cf-field span em { color: var(--akane); font-style: normal; }
  .cf-field input, .cf-field select, .cf-field textarea {
    font-family: var(--serif); font-size: 14.5px; color: var(--sumi);
    background: var(--bone, #efe7d6);
    border: 0.5px solid var(--rule); border-radius: 7px;
    padding: 11px 13px; width: 100%; box-sizing: border-box;
    appearance: none; -webkit-appearance: none;
  }
  .cf-field select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='6'%3E%3Cpath d='M1 1l3.5 3.5L8 1' stroke='%23b32419' stroke-width='1.3' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 13px center; padding-right: 32px;
  }
  .cf-field input:focus, .cf-field select:focus, .cf-field textarea:focus { outline: none; border-color: var(--akane); }
  .cf-field textarea { resize: vertical; }
  .cf-err { font-family: var(--serif); font-style: italic; font-size: 13px; color: var(--akane); margin: 14px 0 0; }
  .cf-submit {
    width: 100%; margin-top: 20px;
    font-family: var(--mono); font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase;
    background: var(--akane); color: var(--bone); border: 1.5px solid var(--akane);
    border-radius: 8px; padding: 16px 24px; cursor: pointer; transition: opacity .2s ease;
  }
  .cf-submit:hover { opacity: 0.92; }
  .cf-submit:disabled { opacity: 0.55; cursor: default; }
  .cf-fine { font-family: var(--serif); font-style: italic; font-size: 12px; color: var(--sumi-soft); text-align: center; margin: 12px 0 0; }
  .cf-fine a { color: var(--akane); }
  .cf-card--sent { text-align: center; }
  .cf-sent__jp { font-family: 'Shippori Mincho B1', serif; font-weight: 700; font-size: 28px; color: var(--akane); display: block; margin-bottom: 6px; }
  .cf-sent__title { font-family: var(--display); font-style: italic; font-weight: 800; font-size: 26px; margin: 0 0 8px; }
  .cf-sent__sub { font-family: var(--serif); font-size: 14px; line-height: 1.6; color: var(--sumi-soft); margin: 0; }
  .cf-sent__sub a { color: var(--akane); }

  /* ---- form extras ---- */
  .ws-toggle { display: flex; gap: 10px; flex-wrap: wrap; }
  .ws-toggle__opt {
    display: flex; flex-direction: column; gap: 3px; text-align: left;
    background: var(--paper, #faf4e6);
    border: 0.5px solid var(--rule); border-radius: 8px;
    padding: 14px 20px; cursor: pointer; min-width: 170px;
    transition: border-color .2s ease, box-shadow .2s ease;
  }
  .ws-toggle__opt.is-active { border: 1.5px solid var(--akane); box-shadow: 0 6px 18px rgba(179,36,25,0.1); }
  .ws-toggle__opt strong { font-family: var(--display); font-style: italic; font-weight: 800; font-size: 17px; }
  .ws-toggle__opt span { font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--sumi-soft); }
  .ws-fine {
    font-family: var(--serif); font-style: italic; font-size: 12.5px;
    color: var(--sumi-soft); margin: 14px 0 0; text-align: center;
  }
  .ws-fine a { color: var(--akane); }

/* ---- cross-sell band variant (whole band is a link) ---- */
.ws-band--link { display: flex; text-decoration: none; cursor: pointer; }
.ws-band--link:hover .ws-band__cta { border-bottom-color: var(--bone); }
.ws-band__cta {
  display: inline-block; margin-top: 4px;
  font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--bone, #efe7d6); border-bottom: 1px solid rgba(239, 231, 214, 0.4);
  padding-bottom: 3px; transition: border-color .2s ease;
}

/* ---- session collage: four equal tiles in one row (2x2 on mobile) ---- */
.ws-collage {
  display: grid; grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: clamp(260px, 26vw, 420px); gap: 12px;
  max-width: var(--content-max); margin: var(--s-32, 32px) auto 0;
}
.ws-collage figure {
  margin: 0; overflow: hidden;
  background: #e7dcc4; /* beige mat around each photo */
  padding: 9px;
  border-radius: 6px;
  border: 1px solid rgba(20, 17, 13, 0.10);
  box-shadow: 0 6px 16px -12px rgba(20, 17, 13, 0.35);
}
.ws-collage img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 3px; }
@media (max-width: 720px) {
  .ws-collage { grid-template-columns: 1fr 1fr; grid-auto-rows: clamp(160px, 38vw, 260px); }
}

/* post-payment confirmation (?booked=1 return from checkout) */
.bk-done {
  max-width: var(--content-max);
  margin: 0 auto var(--s-16, 16px);
  padding: 14px 18px;
  border: 0.5px solid var(--akane);
  border-radius: 5px;
  background: var(--akane-quiet, rgba(179, 36, 25, 0.08));
  font-family: var(--serif);
  font-style: italic;
  font-size: 15px;
  color: var(--sumi);
}

/* Sticky bottom "Book now" CTA (both workshop pages, all viewports). Hides
   itself while the booking/enquiry section is on screen so it never covers
   the very form it points to. z-index sits under the nav (100) and its
   drawer, so the mobile menu takeover still owns the screen. */
.ws-stickycta {
  position: fixed;
  left: 50%;
  bottom: calc(18px + env(safe-area-inset-bottom, 0px));
  transform: translateX(-50%);
  z-index: 80;
  background: var(--akane);
  color: #fdf6e9;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 15px 38px;
  border-radius: 999px;
  box-shadow: 0 12px 28px -8px rgba(122, 20, 16, 0.6);
  transition: opacity 0.25s ease, transform 0.25s ease, background-color 0.2s ease;
}
.ws-stickycta:hover { background: var(--akane-deep); }
.ws-stickycta.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(10px);
}

/* Corporate photo collage — 6 session shots as a 3-up grid (2 rows), 2-up on
   mobile. Reuses .ws-collage tile styling. */
.ws-collage--corp {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: clamp(230px, 23vw, 360px);
}
/* Standing builder's face sits high in this frame; bias the crop so it stays in. */
.ws-collage--corp .ws-collage__standing img { object-position: center 45%; }
/* Girl holding the finished board — her face is near the top; bias up to keep it. */
.ws-collage--corp .ws-collage__hold img { object-position: center 20%; }
/* Two-builder shot — pan up to the pair's faces (a filled tile can't truly
   zoom out a tall photo without empty bars). */
.ws-collage--corp .ws-collage__pair img { object-position: center 22%; }
@media (max-width: 720px) {
  .ws-collage--corp { grid-template-columns: 1fr 1fr; grid-auto-rows: clamp(150px, 34vw, 240px); }
}

/* Individual-session collage — show the FULL tall portraits (no crop) and no
   beige box frame. Tile aspect matches the photos so nothing is cut and all
   four align. */
.ws-collage--indiv { grid-auto-rows: auto; }
.ws-collage--indiv figure {
  aspect-ratio: 800 / 1421;
  background: transparent;
  padding: 0;
  border: 0;
  box-shadow: none;
  border-radius: 4px;
}
.ws-collage--indiv img { object-position: center; }
@media (max-width: 720px) {
  .ws-collage--indiv { grid-auto-rows: auto; }
}

/* Right-aligned hero variant (words on the right, over the open-table side of
   the photo). Scoped so the corporate hero keeps its left layout. */
.ws-hero--right .ws-hero__inner {
  text-align: right;
  padding-left: 24px;
  padding-right: clamp(48px, 9vw, 150px);
}
.ws-hero--right .ws-hero__sub { margin-left: auto; margin-right: 0; }
.ws-hero--right .ws-hero__ctas { justify-content: flex-end; }
/* Darken the right side (where the text sits) rather than a flat top-to-bottom wash. */
.ws-hero--right::after {
  background: linear-gradient(to left, rgba(20,17,13,0.64) 0%, rgba(20,17,13,0.40) 42%, rgba(20,17,13,0.12) 100%);
}
@media (max-width: 720px) {
  /* On a narrow screen the right-hand composition doesn't hold — revert to a
     standard left-aligned hero, show the keyboard, and darken the bottom. */
  .ws-hero--right .ws-hero__bg img { object-position: 22% center; }
  .ws-hero--right::after { background: linear-gradient(180deg, rgba(20,17,13,0.40) 0%, rgba(20,17,13,0.64) 100%); }
  .ws-hero--right .ws-hero__inner { text-align: left; padding-left: clamp(24px, 6vw, 48px); padding-right: 24px; }
  .ws-hero--right .ws-hero__sub { margin-left: 0; margin-right: 0; }
  .ws-hero--right .ws-hero__ctas { justify-content: flex-start; }
}

/* Compact FAQ section — collapse the tall heading block and tighten the gap
   between the title and the dropdown list. */
.sp-section--faq .sp-shead {
  min-height: 0;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.sp-section--faq .ws-faq { margin-top: 12px; }
.page-workshop .sp-section--faq,
.page-corporate .sp-section--faq {
  padding-top: clamp(28px, 4vw, 44px);
  padding-bottom: clamp(28px, 4vw, 44px);
}

/* Collage section lost its heading — pull the photos up a touch. */
.page-workshop .sp-section--collage,
.page-corporate .sp-section--collage { padding-top: clamp(28px, 4vw, 48px); }
.sp-section--collage .ws-collage { margin-top: 0; }

/* Booking section — tighter heading spacing: ~50% less above the title,
   ~25% less below it (drop the tall centred min-height, control with padding). */
.page-workshop .sp-section--book,
.page-corporate .sp-section--book { padding-top: 44px; padding-bottom: 54px; }
.sp-section--book .sp-shead { min-height: 0; padding-top: 50px; padding-bottom: 90px; }

/* ============================================================
   Mobile optimisation for the workshop + corporate pages.
   The editorial headings reserve a tall min-height for the desktop
   3-column layout; on a phone that just leaves big empty gaps, so
   collapse it and tighten section rhythm.
   ============================================================ */
@media (max-width: 720px) {
  /* Collapse the tall centred heading block; base padding keeps breathing room. */
  .page-workshop .sp-shead,
  .page-corporate .sp-shead {
    min-height: 0;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }
  /* Booking heading was tuned with fixed desktop padding — trim for mobile. */
  .page-workshop .sp-section--book .sp-shead {
    padding-top: 14px;
    padding-bottom: 32px;
  }
  /* Keep the FAQ heading tight. */
  .page-workshop .sp-section--faq .sp-shead,
  .page-corporate .sp-section--faq .sp-shead {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  /* Tighten overall section rhythm a touch on phones. */
  .page-workshop .sp-section,
  .page-corporate .sp-section {
    padding-top: clamp(30px, 8vw, 48px);
    padding-bottom: clamp(30px, 8vw, 48px);
  }
  /* Faint kanji watermark can overflow a short heading on mobile — hide it. */
  .page-workshop .sp-shead__giant,
  .page-corporate .sp-shead__giant { display: none; }
  /* Collage: don't let the tall portraits dominate the whole screen. */
  .ws-collage--indiv { gap: 8px; }
  /* Hero copy sizing on small screens. */
  .ws-hero__title { font-size: clamp(34px, 10vw, 52px); }
  .ws-hero__sub { font-size: 14px; }
}

/* Mobile: shrink the WhatsApp mascot and lift it above the sticky Book Now
   pill so the pill never covers the bubble (workshop + corporate pages). */
@media (max-width: 720px) {
  .neko { width: 56px; height: 56px; right: 16px; }
  .neko__tip { font-size: 9px; padding: 6px 9px; letter-spacing: 0.12em; }
  .page-workshop .neko,
  .page-corporate .neko { bottom: calc(84px + env(safe-area-inset-bottom, 0px)); }
}

/* Slider readout when the picked time is already booked. */
.bk-slider__readout.is-blocked { color: var(--akane); font-size: 16px; }

/* Mobile: kill sideways scroll on the workshop pages. overflow-x: CLIP, not
   hidden — hidden turns body into a scroll container on iOS Safari, which
   breaks every position:fixed element (nav, mascot, sticky CTA). clip just
   crops overflow with no scroll container. */
@media (max-width: 720px) {
  html:has(body.page-workshop),
  html:has(body.page-corporate) { overflow-x: clip; }
  body.page-workshop,
  body.page-corporate { overflow-x: clip; }
}

/* Mobile: compact calendar — square cells balloon on a full-width card. */
@media (max-width: 720px) {
  .bk-day { aspect-ratio: auto; height: 40px; min-height: 0; }
  .bk-cal__days { gap: 2px; }
  .bk-card { padding: 18px 14px; }
}

/* Mobile polish round 2: breathing room from the screen edges + a roomier
   calendar grid. (Later rules override the earlier compact pass.) */
@media (max-width: 720px) {
  .page-workshop .sp-section,
  .page-corporate .sp-section { padding-left: 22px; padding-right: 22px; }
  .bk-card { padding: 20px 16px; }
  .bk-day { height: 46px; font-size: 13px; }
  .bk-cal__days { gap: 4px; }
}

/* Mobile: the fee amount sits right beside "Session fee" on the same line,
   not floated out to the far edge. */
@media (max-width: 720px) {
  .bk-price { justify-content: flex-start; gap: 14px; }
  .bk-price__total { font-size: 20px; }
}

/* Session slot buttons — three fixed 2-hour sessions. Beige at rest, studio
   red when chosen, dimmed with a "Booked" tag when taken. */
.bk-slots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.bk-slot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  background: #e7dcc4; /* beige */
  border: 1px solid rgba(20, 17, 13, 0.12);
  border-radius: 8px;
  padding: 14px 8px;
  cursor: pointer;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}
.bk-slot__time {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--sumi);
  white-space: nowrap;
}
.bk-slot:hover:not(:disabled):not(.is-checked) { border-color: var(--akane); transform: translateY(-1px); }
.bk-slot.is-checked { background: var(--akane); border-color: var(--akane); }
.bk-slot.is-checked .bk-slot__time { color: #fdf6e9; }
.bk-slot:disabled { cursor: default; }
.bk-slot:disabled:not(.is-taken) { opacity: 0.45; }
.bk-slot.is-taken { opacity: 0.5; background: transparent; }
.bk-slot.is-taken .bk-slot__time { text-decoration: line-through; }
.bk-slot__note {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--akane);
}
@media (max-width: 720px) {
  .bk-slots { gap: 8px; }
  .bk-slot { padding: 13px 4px; }
  .bk-slot__time { font-size: 11px; }
}
