@font-face {
  font-family: "Cormorant Unicase";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/cormorantunicase/v25/HI_ViZUaILtOqhqgDeXoF_n1_fTGX9N_ttco5m0.woff2") format("woff2");
}

:root {
  color-scheme: dark;
  --ink: #e0dcd9;
  --soft-ink: rgba(224, 220, 217, .72);
  --muted: rgba(224, 220, 217, .46);
  --paper: #0d0b0a;
  --surface: #1a1817;
  --surface-raised: #332f2d;
  --line: rgba(224, 220, 217, .16);
  --line-strong: rgba(224, 220, 217, .42);
  --bronze: #b87a65;
  --success: #a9b39f;
  --danger: #d49589;
  --serif: "Cormorant Unicase", "Iowan Old Style", Baskerville, Georgia, serif;
  --sans: "Tenor Sans", "Prompt", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-family: var(--sans);
  font-synthesis: none;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .07;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E");
}
body::after {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 0;
  width: 1px;
  pointer-events: none;
  background: rgba(224, 220, 217, .045);
}

button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, a:focus-visible {
  outline: 1px solid var(--ink);
  outline-offset: 5px;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.site-header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  padding: 26px 40px 0;
}
.site-header::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 40px;
  width: 126px;
  height: 1px;
  background: var(--line);
  transform: translateY(-25px);
}
.wordmark { display: grid; gap: 4px; color: inherit; text-align: center; text-decoration: none; }
.wordmark span, footer span {
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .34em;
  text-transform: uppercase;
}
.wordmark small, .header-note {
  color: var(--soft-ink);
  font-size: 8px;
  font-weight: 400;
  letter-spacing: .28em;
  text-transform: uppercase;
}
.header-note { margin-top: 7px; color: var(--muted); }
.header-action, .inline-action {
  min-height: 44px;
  padding: 0;
  border: 0;
  color: var(--soft-ink);
  background: transparent;
  font-size: 8px;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.header-action:hover, .inline-action:hover { color: var(--ink); }
.header-action:disabled { cursor: wait; opacity: .35; }

main { position: relative; z-index: 1; }
.hero {
  position: relative;
  max-width: 1180px;
  margin: 92px auto 96px;
  padding: 0 40px;
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--soft-ink);
  font-size: 8px;
  font-weight: 400;
  letter-spacing: .36em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 840px;
  margin: 0;
  color: rgba(224, 220, 217, .9);
  font-family: var(--serif);
  font-size: clamp(76px, 11vw, 138px);
  font-weight: 500;
  line-height: .82;
  letter-spacing: .03em;
}
.hero-marker {
  position: absolute;
  top: 18px;
  right: 54px;
  color: rgba(176, 138, 114, .5);
  font-family: "Noto Serif Thai", Georgia, serif;
  font-size: 19px;
  font-weight: 300;
  letter-spacing: .42em;
  writing-mode: vertical-rl;
}

.booking-shell { max-width: 1180px; margin: 0 auto 100px; padding: 0 40px; }
.form-progress {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 70px minmax(0, 1fr) 70px minmax(0, 1fr);
  align-items: center;
  padding: 0 0 30px;
}
.form-progress > i { height: 1px; background: var(--line); }
.form-progress button {
  position: relative;
  display: flex;
  gap: 13px;
  align-items: baseline;
  padding: 10px 0;
  border: 0;
  color: var(--muted);
  background: transparent;
  text-align: left;
}
.form-progress button:disabled { cursor: default; opacity: .42; }
.form-progress button[data-state="active"], .form-progress button[data-state="complete"] { color: var(--ink); opacity: 1; }
.form-progress button > span {
  color: var(--bronze);
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 300;
  line-height: 1;
}
.form-progress button strong { font-size: 8px; font-weight: 400; letter-spacing: .24em; text-transform: uppercase; }
.form-progress button[data-state="active"]::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: var(--ink);
}

#booking-form, .recovery-panel, .success-panel, .status-panel { border-top: 1px solid var(--line-strong); border-bottom: 1px solid var(--line); }
.form-step {
  display: grid;
  grid-template-columns: minmax(160px, 230px) minmax(0, 1fr);
  gap: clamp(42px, 8vw, 110px);
  padding: 76px 0 72px;
}
.section-heading p {
  margin: 0 0 14px;
  color: rgba(176, 138, 114, .46);
  font-family: var(--serif);
  font-size: clamp(66px, 8vw, 104px);
  font-weight: 300;
  line-height: .72;
  letter-spacing: -.03em;
}
.section-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.step-content { min-width: 0; }
.service-summary { display: flex; justify-content: space-between; gap: 24px; padding: 0 0 20px; border-bottom: 1px solid var(--line); }
.service-summary strong { font-family: var(--serif); font-size: 18px; font-weight: 400; letter-spacing: .05em; }

.field-grid { display: grid; gap: 34px; }
.field-grid.three { grid-template-columns: 1.15fr .9fr .9fr; }
.field-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.field { display: grid; gap: 7px; min-width: 0; }
.field > span, .field-label {
  color: var(--soft-ink);
  font-size: 8px;
  font-weight: 400;
  letter-spacing: .25em;
  text-transform: uppercase;
}
.field em { color: var(--muted); font-style: normal; font-weight: 400; letter-spacing: .05em; text-transform: none; }
.field input, .field select, .field textarea {
  width: 100%;
  min-height: 55px;
  padding: 0 26px 0 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  outline: none;
  color: var(--ink);
  background: transparent;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 300;
  letter-spacing: .03em;
  transition: border-color .2s ease, color .2s ease;
}
.field textarea { min-height: 100px; padding-top: 18px; line-height: 1.5; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: rgba(224, 220, 217, .25); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--ink); }
.field input:disabled, .field select:disabled { cursor: wait; opacity: .45; }
.field small { color: var(--muted); font-size: 8px; line-height: 1.5; }
.note-field { margin-top: 36px; }
.note-field small { justify-self: end; margin-top: -3px; }

.availability-status {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 31px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 9px;
  letter-spacing: .08em;
}
.availability-status::before { content: "—"; color: var(--bronze); }
.availability-status[data-state="ready"] { color: var(--success); }
.availability-status[data-state="error"], .availability-status[data-state="empty"] { color: var(--danger); }

.muse-fieldset { margin-top: 38px; padding-top: 25px; border-top: 1px solid var(--line); }
.muse-heading { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-bottom: 18px; }
.muse-heading > div { display: grid; }
.preference-note { color: var(--muted); font-size: 7px; letter-spacing: .22em; text-transform: uppercase; }
.muse-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 1px; background: var(--line); }
.muse-placeholder {
  grid-column: 1 / -1;
  padding: 48px 24px;
  color: var(--muted);
  background: var(--paper);
  font-size: 8px;
  letter-spacing: .22em;
  text-align: center;
  text-transform: uppercase;
}
.muse-card {
  position: relative;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  color: var(--ink);
  background: var(--surface);
  text-align: left;
}
.muse-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 1px solid transparent;
  transition: border-color .2s ease;
}
.muse-card:hover::after { border-color: var(--line-strong); }
.muse-card[aria-checked="true"]::after { border-color: var(--ink); }
.muse-media { position: relative; display: grid; place-items: center; aspect-ratio: 3 / 4; overflow: hidden; background: #17120f; }
.muse-media::after { content: ""; position: absolute; inset: 30% 0 0; background: linear-gradient(transparent, rgba(9, 7, 6, .9)); }
.muse-media img { width: 100%; height: 100%; object-fit: cover; filter: sepia(.11) saturate(.6) contrast(1.02); transition: transform .7s ease, filter .35s ease; }
.muse-card:hover .muse-media img, .muse-card[aria-checked="true"] .muse-media img { transform: scale(1.025); filter: sepia(.06) saturate(.82) contrast(1.02); }
.muse-fallback { display: none; color: rgba(224, 220, 217, .55); font-family: var(--serif); font-size: 62px; font-weight: 300; }
.muse-card.image-failed img { display: none; }
.muse-card.image-failed .muse-fallback { display: block; }
.arrange-card .muse-media { background: radial-gradient(circle at 50% 38%, rgba(176, 138, 114, .16), transparent 44%), #13100e; }
.arrange-card .muse-fallback { display: block; font-size: 86px; }
.muse-copy { position: absolute; right: 0; bottom: 0; left: 0; z-index: 1; display: grid; gap: 3px; padding: 24px 17px 15px; }
.muse-copy strong { font-family: var(--serif); font-size: 18px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.muse-copy small { color: var(--soft-ink); font-size: 7px; letter-spacing: .19em; text-transform: uppercase; }
.muse-check { position: absolute; top: 13px; right: 13px; z-index: 2; display: grid; place-items: center; width: 22px; height: 22px; border: 1px solid rgba(224, 220, 217, .55); border-radius: 50%; color: var(--ink); background: rgba(13, 11, 10, .55); font-size: 10px; opacity: 0; }
.muse-card[aria-checked="true"] .muse-check { opacity: 1; }
.muse-selected {
  position: relative;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) 24px;
  gap: 18px;
  align-items: center;
  min-height: 96px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.muse-selected-media { display: grid; place-items: center; width: 76px; height: 96px; overflow: hidden; background: var(--surface); }
.muse-selected-media img { width: 100%; height: 100%; object-fit: cover; filter: sepia(.08) saturate(.7); }
.muse-selected-media .muse-fallback { display: block; font-size: 35px; }
.muse-selected > strong { font-family: var(--serif); font-size: 24px; font-weight: 400; letter-spacing: .08em; text-transform: uppercase; }
.muse-selected > .muse-check { position: static; opacity: 1; }
.appointment-controls { margin-top: 38px; padding-top: 27px; border-top: 1px solid var(--line); }
.choice-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.date-navigation { display: flex; gap: 20px; }
.date-navigation button { min-width: 44px; font-size: 14px; }
.date-options { display: grid; grid-template-columns: repeat(7, minmax(52px, 1fr)); gap: 1px; margin-top: 14px; background: var(--line); }
.date-options button, .time-options button { min-height: 64px; border: 0; color: var(--soft-ink); background: var(--paper); }
.date-options button { display: grid; place-items: center; align-content: center; gap: 4px; }
.date-options small { color: var(--muted); font-size: 7px; letter-spacing: .16em; text-transform: uppercase; }
.date-options strong { font-family: var(--serif); font-size: 22px; font-weight: 400; }
.date-options button[aria-checked="true"], .time-options button[aria-checked="true"] { color: var(--paper); background: var(--ink); }
.date-options button[aria-checked="true"] small { color: var(--paper); }
.date-options button:disabled { cursor: default; color: rgba(224, 220, 217, .18); }
.choice-label { display: block; margin-top: 32px; }
.time-options { display: grid; grid-template-columns: repeat(auto-fit, minmax(92px, 1fr)); gap: 1px; margin-top: 14px; background: var(--line); }
.time-options button { min-height: 52px; font-family: var(--serif); font-size: 17px; }
.action-summary { flex: 1; color: var(--muted); font-size: 8px; letter-spacing: .08em; }

.step-actions { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-top: 38px; padding-top: 22px; border-top: 1px solid var(--line); }
.step-actions-end { justify-content: flex-end; }
.primary-action, .secondary-action, .text-action { min-height: 48px; font: inherit; }
.primary-action {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-width: 206px;
  padding: 0 18px;
  border: 1px solid var(--line-strong);
  border-radius: 0;
  color: var(--ink);
  background: transparent;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: .24em;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease, border-color .2s ease, opacity .2s ease;
}
.primary-action:hover:not(:disabled) { color: var(--paper); border-color: var(--ink); background: var(--ink); }
.primary-action:disabled { cursor: not-allowed; opacity: .28; }
.text-action { padding: 0; border: 0; color: var(--muted); background: transparent; font-size: 8px; letter-spacing: .2em; text-transform: uppercase; }
.text-action:hover { color: var(--ink); }

.review-summary { display: grid; gap: 32px; }
.review-summary > section { border-top: 1px solid var(--line); }
.review-summary header { display: flex; justify-content: space-between; align-items: center; padding: 5px 0 3px; }
.review-summary header > span { color: var(--soft-ink); font-size: 8px; letter-spacing: .25em; text-transform: uppercase; }
.review-summary > section > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.review-summary > section > div > span { display: grid; gap: 7px; min-width: 0; padding: 16px 0; border-bottom: 1px solid var(--line); }
.review-summary > section > div > span:nth-child(odd) { padding-right: 28px; }
.review-summary > section > div > span:nth-child(even) { padding-left: 28px; border-left: 1px solid var(--line); }
.review-summary small { color: var(--muted); font-size: 7px; letter-spacing: .22em; text-transform: uppercase; }
.review-summary strong { overflow-wrap: anywhere; font-family: var(--serif); font-size: 18px; font-weight: 300; letter-spacing: .04em; }
.notice-copy { margin-top: 24px; padding-left: 16px; border-left: 1px solid var(--bronze); color: var(--muted); font-size: 9px; line-height: 1.7; }
.notice-copy p { margin: 0; }
.consent-row { display: flex; gap: 13px; align-items: flex-start; margin-top: 20px; cursor: pointer; color: var(--soft-ink); font-size: 10px; line-height: 1.65; }
.consent-row input { flex: 0 0 auto; width: 16px; height: 16px; margin: 1px 0 0; accent-color: var(--bronze); }
.submit-zone { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 28px; align-items: end; margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--line); }
.submit-zone > div:not(.form-message) { display: flex; gap: 24px; align-items: center; justify-content: flex-end; }
.submit-zone p { margin: 0; color: var(--muted); font-size: 8px; letter-spacing: .08em; }
.form-message { grid-column: 1 / -1; color: var(--danger); font-size: 10px; }
.form-message:empty { display: none; }
.recovery-panel { max-width: 680px; margin: 0 auto; padding: 72px 0; }
.recovery-panel h2 { margin: 0 0 48px; font-family: var(--serif); font-size: clamp(48px, 7vw, 76px); font-weight: 500; letter-spacing: .04em; }
.recovery-panel .field + .field { margin-top: 28px; }
body:not([data-view="booking"]) .hero { display: none; }
body:not([data-view="booking"]) .booking-shell { margin-top: 92px; }

.success-panel, .status-panel { padding: 104px 40px 96px; text-align: center; }
.success-mark { display: block; margin: 0 auto 17px; color: var(--bronze); font-size: 10px; }
.success-panel h2, .status-panel h2 { margin: 0; font-family: var(--serif); font-size: clamp(48px, 7vw, 84px); font-weight: 500; line-height: .92; letter-spacing: .04em; }
.success-panel > p:not(.eyebrow, .privacy-reminder), .status-panel > p:not(.eyebrow) { max-width: 560px; margin: 19px auto; color: var(--muted); font-size: 10px; line-height: 1.7; }
.reference-card { max-width: 420px; margin: 32px auto 20px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.reference-card small { display: block; color: var(--muted); font-size: 7px; letter-spacing: .24em; text-transform: uppercase; }
.reference-card strong { display: block; margin-top: 8px; color: var(--ink); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: clamp(15px, 3vw, 21px); font-weight: 400; letter-spacing: .08em; }
.status-link-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin: 18px auto; }
.secondary-action { display: inline-flex; align-items: center; justify-content: center; padding: 0 16px; border: 1px solid var(--line); border-radius: 0; color: var(--soft-ink); background: transparent; font-size: 7px; font-weight: 500; letter-spacing: .17em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.secondary-action:hover { color: var(--ink); border-color: var(--line-strong); }
.contact-next-step { max-width: 520px; margin: 22px auto; padding: 20px 0; border-top: 1px solid var(--line); }
.contact-next-step strong, .contact-next-step span { display: block; }
.contact-next-step strong { font-family: var(--serif); font-size: 18px; font-weight: 500; letter-spacing: .08em; }
.contact-next-step span { margin: 5px 0 13px; color: var(--muted); font-size: 9px; line-height: 1.5; }
.contact-next-step a, .contact-next-step button { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 18px; border: 1px solid var(--line-strong); border-radius: 0; color: var(--ink); background: transparent; font: inherit; font-size: 7px; font-weight: 500; letter-spacing: .17em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.response-promise { font-size: 8px !important; letter-spacing: .08em; }
.status-summary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 660px; margin: 30px auto; border-top: 1px solid var(--line); text-align: left; }
.status-summary span { display: grid; gap: 6px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.status-summary span:nth-child(odd) { padding-right: 24px; }
.status-summary span:nth-child(even) { padding-left: 24px; border-left: 1px solid var(--line); }
.status-summary small { color: var(--muted); font-size: 7px; letter-spacing: .18em; text-transform: uppercase; }
.status-summary strong { overflow-wrap: anywhere; font-family: var(--serif); font-size: 17px; font-weight: 300; }
.status-poster { display: grid; justify-items: center; gap: 18px; max-width: 560px; margin: 42px auto 30px; padding: 28px 0 0; border-top: 1px solid var(--line); }
.status-poster[hidden] { display: none; }
.status-poster figcaption { color: var(--muted); font-size: 8px; letter-spacing: .2em; text-transform: uppercase; }
.status-poster-progress { padding: 32px 0; color: var(--muted); font-size: 10px; letter-spacing: .06em; }
.status-poster img { display: block; width: min(100%, 430px); height: auto; border: 1px solid var(--line); box-shadow: 0 24px 70px rgba(0, 0, 0, .32); }
.status-poster .secondary-action { min-height: 46px; }

footer { position: relative; z-index: 1; display: flex; justify-content: space-between; max-width: 1180px; margin: 0 auto; padding: 0 40px 34px; color: var(--muted); }
footer span { font-size: 16px; }
footer p { margin: 0; font-size: 7px; letter-spacing: .18em; text-transform: uppercase; }

@media (max-width: 820px) {
  body::after { opacity: .5; }
  .site-header { padding: 22px 20px 0; }
  .site-header::before { left: 20px; width: 72px; }
  .wordmark span { font-size: 25px; }
  .header-action { min-height: 42px; }
  .hero { margin: 72px auto 64px; padding: 0 20px; }
  .hero h1 { font-size: clamp(72px, 24vw, 96px); line-height: .84; }
  .hero-marker { top: 8px; right: 24px; font-size: 15px; }
  .booking-shell { margin-bottom: 64px; padding: 0 20px; }
  .form-progress { grid-template-columns: repeat(3, 1fr); gap: 8px; padding-bottom: 22px; }
  .form-progress > i { display: none; }
  .form-progress button { display: grid; gap: 4px; padding: 8px 0; }
  .form-progress button > span { font-size: 22px; }
  .form-progress button strong { font-size: 7px; letter-spacing: .13em; }
  .form-step { display: block; padding: 44px 0 48px; }
  .section-heading { display: flex; gap: 16px; align-items: flex-end; margin-bottom: 37px; }
  .section-heading p { margin: 0; font-size: 53px; line-height: .74; }
  .section-heading h2 { padding-bottom: 2px; font-size: 24px; }
  .field-grid.three, .field-grid.two { grid-template-columns: 1fr; gap: 24px; }
  .field input, .field select, .field textarea { font-size: 18px; }
  .muse-fieldset { margin-top: 32px; }
  .muse-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .muse-copy { padding: 22px 11px 12px; }
  .muse-copy strong { font-size: 15px; letter-spacing: .06em; }
  .arrange-card .muse-fallback { font-size: 64px; }
  .date-options { grid-template-columns: repeat(7, minmax(50px, 1fr)); overflow-x: auto; background: transparent; scrollbar-width: none; }
  .date-options::-webkit-scrollbar { display: none; }
  .date-options button { min-width: 50px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .time-options { grid-template-columns: repeat(3, 1fr); }
  .step-actions { align-items: stretch; }
  .step-actions .primary-action { min-width: 0; }
  .step-actions-end .primary-action { width: 100%; }
  .review-summary > section > div, .status-summary { grid-template-columns: 1fr; }
  .review-summary > section > div > span, .review-summary > section > div > span:nth-child(odd), .review-summary > section > div > span:nth-child(even),
  .status-summary span, .status-summary span:nth-child(odd), .status-summary span:nth-child(even) { padding: 14px 0; border-left: 0; }
  .submit-zone { grid-template-columns: 1fr; align-items: stretch; }
  .submit-zone > div:not(.form-message) { display: grid; justify-content: stretch; }
  .submit-zone .text-action { justify-self: start; }
  .submit-zone .primary-action { width: 100%; min-width: 0; }
  .success-panel, .status-panel { padding: 72px 20px 66px; }
  .recovery-panel { padding: 56px 0 48px; }
  .recovery-panel h2 { margin-bottom: 38px; font-size: 50px; }
  body:not([data-view="booking"]) .booking-shell { margin-top: 72px; }
  .success-panel h2, .status-panel h2 { font-size: 50px; }
  footer { padding: 0 20px 28px; }
}

@media (max-width: 420px) {
  .hero { margin-top: 60px; }
  .hero h1 { font-size: 74px; }
  .muse-copy strong { font-size: 13px; }
  .step-actions { flex-wrap: nowrap; }
  .step-actions .primary-action { flex: 1 1 auto; }
  .step-actions-end { position: sticky; z-index: 3; bottom: 0; margin-right: -20px; margin-left: -20px; padding: 14px 20px calc(14px + env(safe-area-inset-bottom)); background: rgba(13, 11, 10, .96); }
  .step-actions-end .action-summary { display: none; }
  .text-action, .secondary-action { min-width: 84px; }
  .submit-zone { position: sticky; z-index: 3; bottom: 0; margin-right: -20px; margin-left: -20px; padding: 14px 20px calc(14px + env(safe-area-inset-bottom)); background: rgba(13, 11, 10, .96); }
  .submit-zone > div:not(.form-message) p { display: none; }
  footer p { max-width: 180px; text-align: right; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* Public Booking V7 — reduced, rounded and aligned to theapirom.com palette. */
body::after { display: none; }
.site-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: end;
  max-width: 720px;
  padding: 30px 24px 0;
}
.site-header::before { display: none; }
.wordmark {
  grid-column: 2;
  justify-self: center;
  display: block;
  width: 180px;
  line-height: 0;
}
.wordmark-logo {
  display: block;
  width: 100%;
  height: auto;
  opacity: .92;
  filter: brightness(1.65) saturate(.4);
}
.header-action {
  justify-self: end;
  align-self: end;
  display: flex;
  align-items: flex-start;
  height: 24px;
  min-height: 24px;
  padding-top: 2px;
  color: var(--ink);
  border-bottom: 1px solid rgba(224, 220, 217, .35);
}
.header-controls {
  grid-column: 3;
  justify-self: end;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: rgba(224, 220, 217, .38);
  font-size: 7px;
  letter-spacing: .15em;
}
.language-switch button {
  min-height: 24px;
  padding: 0;
  border: 0;
  color: var(--muted);
  background: transparent;
  font: inherit;
  letter-spacing: inherit;
  cursor: pointer;
}
.language-switch button[aria-pressed="true"] { color: var(--ink); }
.language-switch button:focus-visible {
  outline: 1px solid var(--bronze);
  outline-offset: 4px;
}
html[lang="zh-Hant"] .field-label,
html[lang="zh-Hant"] .form-progress button strong,
html[lang="zh-Hant"] .booking-mode button,
html[lang="zh-Hant"] .primary-action,
html[lang="zh-Hant"] .secondary-action,
html[lang="zh-Hant"] .text-action {
  letter-spacing: .1em;
}
.booking-shell {
  max-width: 720px;
  margin: 74px auto 92px;
  padding: 0 24px;
}
.availability-preview-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 22px;
  padding: 13px 17px;
  border: 1px solid rgba(184, 122, 101, .28);
  border-radius: 18px;
  background: rgba(51, 47, 45, .5);
}
.availability-preview-note strong,
.availability-preview-note span {
  font-size: 8px;
  font-weight: 400;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.availability-preview-note strong { color: var(--ink); }
.availability-preview-note span { color: var(--muted); text-align: right; }
.form-progress {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 0 0 34px;
}
.form-progress > i { display: none; }
.form-progress button {
  display: flex;
  gap: 7px;
  min-height: 42px;
  padding: 0 0 11px;
}
.form-progress button > span {
  color: var(--muted);
  font-family: var(--sans);
  font-size: 10px;
}
.form-progress button strong {
  font-size: 9px;
  font-weight: 400;
  letter-spacing: .17em;
}
.form-progress button[data-state="active"] > span { color: var(--bronze); }
.form-progress button[data-state="active"]::after { background: var(--bronze); }
#booking-form, .recovery-panel, .success-panel, .status-panel { border: 0; }
.form-step {
  display: block;
  padding: 0 0 48px;
}
.section-heading {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}
.step-content {
  display: flex;
  flex-direction: column;
}
.ritual-field { order: 1; }
.booking-mode { order: 2; }
.appointment-controls { order: 3; }
.muse-fieldset { order: 4; }
.time-controls { order: 5; }
.availability-status { order: 6; }
.step-actions { order: 7; }
#step-1[data-booking-mode="muse"] .muse-fieldset { order: 3; }
#step-1[data-booking-mode="muse"] .appointment-controls { order: 4; }
.ritual-field > .field-label { display: block; margin: 0 0 10px; }
.service-summary {
  align-items: center;
  min-height: 76px;
  padding: 0 22px;
  border: 1px solid rgba(224, 220, 217, .12);
  border-radius: 24px;
  background: linear-gradient(140deg, rgba(51, 47, 45, .62), rgba(26, 24, 23, .82));
  box-shadow: inset 0 1px rgba(255, 255, 255, .04);
}
.service-summary strong {
  font-family: var(--serif);
  font-size: 30px;
  letter-spacing: .03em;
}
.service-summary span {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.booking-mode {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  margin: 24px 0 30px;
  padding: 4px;
  border: 1px solid rgba(224, 220, 217, .12);
  border-radius: 999px;
  background: rgba(26, 24, 23, .72);
}
.booking-mode button {
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.booking-mode button[aria-pressed="true"] {
  color: var(--ink);
  background: rgba(51, 47, 45, .9);
  box-shadow: inset 0 0 0 1px rgba(184, 122, 101, .38), 0 4px 18px rgba(0, 0, 0, .16);
}
.appointment-controls {
  margin: 0;
  padding: 0;
  border: 0;
}
.choice-heading { min-height: 30px; }
.date-navigation { gap: 4px; }
.date-navigation button {
  display: grid;
  place-items: center;
  min-width: 38px;
  min-height: 34px;
  border: 1px solid rgba(224, 220, 217, .12);
  border-radius: 17px;
}
.date-options {
  grid-template-columns: repeat(7, minmax(58px, 1fr));
  gap: 8px;
  margin-top: 12px;
  overflow-x: auto;
  background: transparent;
  scrollbar-width: none;
}
.date-options::-webkit-scrollbar { display: none; }
.date-options button, .time-options button {
  border: 1px solid rgba(224, 220, 217, .1);
  border-radius: 20px;
  background: rgba(26, 24, 23, .76);
}
.date-options button {
  min-width: 58px;
  min-height: 72px;
}
.date-options button[aria-checked="true"], .time-options button[aria-checked="true"] {
  color: var(--ink);
  border-color: rgba(184, 122, 101, .55);
  background: rgba(51, 47, 45, .94);
  box-shadow: inset 0 0 0 1px rgba(184, 122, 101, .18);
}
.date-options button[aria-checked="true"] small { color: var(--soft-ink); }
.time-controls { margin-top: 32px; }
.time-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
  background: transparent;
}
.time-options button {
  position: relative;
  display: grid;
  min-height: 72px;
  padding: 13px 16px;
  align-content: center;
  justify-items: start;
  overflow: hidden;
  border: 1px solid rgba(224, 220, 217, .18);
  border-radius: 18px;
  color: var(--ink);
  background:
    linear-gradient(145deg, rgba(224, 220, 217, .08), rgba(51, 47, 45, .36)),
    rgba(26, 24, 23, .72);
  font-family: var(--sans);
  text-align: left;
  box-shadow: inset 0 1px rgba(255, 255, 255, .045), 0 10px 26px rgba(0, 0, 0, .12);
  transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease;
}
.time-options button[data-availability="available"]:hover {
  border-color: rgba(224, 220, 217, .34);
  transform: translateY(-1px);
}
.time-options .time-value {
  font-family: var(--serif);
  font-size: 20px;
  letter-spacing: .03em;
}
.time-options small {
  margin-top: 5px;
  color: rgba(224, 220, 217, .55);
  font-size: 7px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.time-options .time-check {
  position: absolute;
  top: 12px;
  right: 12px;
  display: none;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: var(--paper);
  background: rgba(13, 11, 10, .88);
  font-size: 9px;
}
.time-options button[data-availability="unavailable"] {
  cursor: not-allowed;
  border-color: rgba(224, 220, 217, .055);
  color: rgba(224, 220, 217, .27);
  background: rgba(35, 33, 32, .38);
  box-shadow: none;
}
.time-options button[data-availability="unavailable"] small {
  color: rgba(224, 220, 217, .2);
}
.time-options button[aria-checked="true"] {
  color: var(--paper);
  border-color: var(--ink);
  background: var(--ink);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
}
.time-options button[aria-checked="true"] small {
  color: rgba(13, 11, 10, .62);
}
.time-options button[aria-checked="true"] .time-check {
  display: grid;
}
.muse-fieldset {
  margin-top: 32px;
  padding: 0;
  border: 0;
}
#step-1[data-booking-mode="muse"] .muse-fieldset { margin-top: 0; margin-bottom: 32px; }
.muse-heading { margin-bottom: 15px; }
.muse-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px 10px;
  background: transparent;
}
.muse-placeholder {
  border-radius: 22px;
  background: var(--surface);
}
.muse-item { position: relative; min-width: 0; text-align: center; }
.muse-card {
  width: 100%;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  text-align: center;
}
.muse-card::after { display: none; }
.muse-media {
  width: 68px;
  max-width: 100%;
  aspect-ratio: 1;
  margin: 0 auto;
  border: 1px solid rgba(224, 220, 217, .12);
  border-radius: 50%;
  background: var(--surface);
  transition: border-color .2s ease, transform .2s ease;
}
.muse-media::after { display: none; }
.muse-media img {
  width: 100%;
  height: 100%;
  filter: saturate(.72) contrast(1.02);
}
.muse-card:hover .muse-media img, .muse-card[aria-checked="true"] .muse-media img {
  transform: none;
  filter: saturate(.82) contrast(1.02);
}
.muse-card[aria-checked="true"] .muse-media {
  border-color: var(--bronze);
  box-shadow: 0 0 0 3px rgba(184, 122, 101, .14);
  transform: translateY(-2px);
}
.muse-copy {
  position: static;
  display: block;
  padding: 9px 0 0;
}
.muse-copy strong {
  display: block;
  overflow: hidden;
  font-family: var(--sans);
  font-size: 8px;
  font-weight: 400;
  letter-spacing: .05em;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: nowrap;
}
.muse-check {
  top: 2px;
  right: calc(50% - 35px);
  width: 19px;
  height: 19px;
  border: 0;
  color: var(--paper);
  background: var(--bronze);
  font-size: 9px;
}
.muse-preview-trigger {
  position: absolute;
  top: 49px;
  left: calc(50% + 20px);
  z-index: 3;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  padding: 0;
  border: 1px solid rgba(224, 220, 217, .22);
  border-radius: 50%;
  color: var(--ink);
  background: rgba(13, 11, 10, .88);
  font-size: 12px;
}
.arrange-item .muse-media {
  background: radial-gradient(circle at 50% 36%, rgba(184, 122, 101, .14), transparent 58%), var(--surface);
}
.arrange-card .muse-fallback {
  display: block;
  font-size: 29px;
}
.muse-fallback { font-size: 25px; }
.muse-selected { display: none; }
.availability-status {
  min-height: 24px;
  margin-top: 16px;
  font-size: 8px;
}
.availability-status:empty::before { display: none; }
.availability-status[data-state="notice"] { color: var(--soft-ink); }
.step-actions {
  margin-top: 22px;
  padding-top: 0;
  border: 0;
}
.primary-action, .secondary-action {
  border-color: rgba(224, 220, 217, .18);
  border-radius: 22px;
  background: rgba(26, 24, 23, .76);
}
.primary-action {
  min-height: 54px;
  padding: 0 22px;
}
.primary-action:hover:not(:disabled) {
  color: var(--paper);
  border-color: var(--ink);
  background: var(--ink);
}
.field-grid { gap: 12px; }
.field-grid.two { grid-template-columns: 1fr; }
.field, .note-field {
  gap: 7px;
  padding: 16px 18px 10px;
  border: 1px solid rgba(224, 220, 217, .1);
  border-radius: 20px;
  background: rgba(26, 24, 23, .65);
}
.field input, .field select, .field textarea {
  min-height: 42px;
  padding: 0;
  border: 0;
  font-family: var(--sans);
  font-size: 15px;
}
.field textarea { min-height: 80px; padding-top: 7px; }
.note-field { margin-top: 12px; }
.review-summary {
  gap: 12px;
}
.review-summary > section {
  padding: 16px 18px 8px;
  border: 1px solid rgba(224, 220, 217, .1);
  border-radius: 22px;
  background: rgba(26, 24, 23, .65);
}
.review-summary > section > div > span,
.review-summary > section > div > span:nth-child(odd),
.review-summary > section > div > span:nth-child(even) {
  padding: 14px 0;
  border: 0;
}
.review-summary strong { font-size: 16px; }
.notice-copy {
  padding: 0;
  border: 0;
}
.consent-row {
  padding: 16px 18px;
  border: 1px solid rgba(224, 220, 217, .1);
  border-radius: 20px;
  background: rgba(26, 24, 23, .65);
}
.submit-zone {
  margin-top: 20px;
  padding-top: 0;
  border: 0;
}
.muse-preview {
  width: min(393px, calc(100vw - 28px));
  max-height: calc(100dvh - 28px);
  padding: 14px;
  overflow: auto;
  border: 1px solid rgba(224, 220, 217, .15);
  border-radius: 30px;
  color: var(--ink);
  background: rgba(13, 11, 10, .97);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .65);
}
.muse-preview::backdrop {
  background: rgba(0, 0, 0, .72);
  backdrop-filter: blur(14px);
}
.muse-preview-close {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(224, 220, 217, .2);
  border-radius: 50%;
  color: var(--ink);
  background: rgba(13, 11, 10, .72);
  font-size: 18px;
}
.muse-preview-media {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 22px;
  background: var(--surface);
}
.muse-preview-media img { width: 100%; height: 100%; object-fit: cover; }
.muse-preview-fallback { font-family: var(--serif); font-size: 80px; color: var(--muted); }
.muse-preview-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 5px 14px;
}
.muse-preview-copy h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 400;
}
.muse-preview-copy p { margin: 4px 0 0; color: var(--muted); font-size: 8px; letter-spacing: .15em; }
.muse-preview-navigation { display: flex; gap: 6px; }
.muse-preview-navigation button {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(224, 220, 217, .14);
  border-radius: 50%;
  color: var(--ink);
  background: var(--surface);
}
.muse-preview > .primary-action { width: 100%; }
.muse-gallery-link {
  display: block;
  padding: 18px 0 8px;
  color: var(--muted);
  font-size: 8px;
  letter-spacing: .17em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.status-refresh-feedback {
  min-height: 15px;
  margin: -7px auto 12px !important;
  color: var(--muted);
  font-size: 8px !important;
  letter-spacing: .08em;
}
.contact-next-step {
  width: min(720px, 100%);
  max-width: none;
  margin: 30px auto;
  padding: 0;
  border: 0;
  text-align: left;
}
.contact-hub {
  overflow: hidden;
  border: 1px solid rgba(224, 220, 217, .12);
  border-radius: 28px;
  background: rgba(26, 24, 23, .68);
}
.contact-hub > header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px 20px;
  padding: 22px 24px 18px;
}
.contact-hub > header small {
  color: var(--muted);
  font-size: 7px;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.contact-hub > header strong {
  grid-row: 1 / 3;
  grid-column: 2;
  align-self: center;
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: .04em;
}
.contact-hub > header span {
  color: var(--soft-ink);
  font-size: 10px;
}
.contact-primary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 128px;
  align-items: center;
  gap: 22px;
  padding: 20px 24px 24px;
  border-top: 1px solid rgba(224, 220, 217, .08);
}
.contact-primary-copy > span {
  display: block;
  margin-bottom: 16px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 20px;
  overflow-wrap: anywhere;
}
.contact-platform-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.contact-platform-actions a,
.contact-platform-actions button,
.contact-qr > a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid rgba(224, 220, 217, .16);
  border-radius: 20px;
  color: var(--soft-ink);
  background: transparent;
  font: inherit;
  font-size: 7px;
  font-weight: 500;
  letter-spacing: .14em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.contact-platform-actions .contact-action-primary {
  color: var(--canvas);
  border-color: var(--ink);
  background: var(--ink);
}
.contact-qr {
  display: grid;
  justify-items: center;
  gap: 7px;
  margin: 0;
}
.contact-qr img {
  width: 116px;
  height: 116px;
  padding: 6px;
  border-radius: 14px;
  background: #fff;
  object-fit: contain;
}
.contact-qr figcaption {
  color: var(--muted);
  font-size: 6px;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}
.contact-qr > a { display: none; }
.contact-alternatives {
  border-top: 1px solid rgba(224, 220, 217, .08);
}
.contact-alternatives summary {
  padding: 18px 24px;
  color: var(--muted);
  font-size: 8px;
  letter-spacing: .15em;
  list-style-position: inside;
  text-transform: uppercase;
  cursor: pointer;
}
.contact-platform-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(224, 220, 217, .08);
}
.contact-platform-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 94px;
  gap: 16px;
  padding: 20px 24px;
}
.contact-platform-card + .contact-platform-card {
  border-left: 1px solid rgba(224, 220, 217, .08);
}
.contact-platform-card small,
.contact-platform-card strong {
  display: block;
}
.contact-platform-card small {
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 7px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.contact-platform-card strong {
  margin-bottom: 15px;
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 400;
  overflow-wrap: anywhere;
}
.contact-platform-card .contact-platform-actions {
  grid-column: 1;
}
.contact-platform-card .contact-qr {
  grid-column: 2;
  grid-row: 1 / 3;
}
.contact-platform-card .contact-qr img {
  width: 82px;
  height: 82px;
  border-radius: 11px;
}

@media (max-width: 820px) {
  .site-header { padding: 25px 20px 0; }
  .header-controls { gap: 6px; }
  .wordmark { width: 164px; }
  .booking-shell { margin-top: 56px; padding: 0 20px; }
  .form-progress { gap: 13px; padding-bottom: 30px; }
  .form-progress button { display: flex; gap: 6px; padding-bottom: 10px; }
  .form-progress button > span { font-size: 9px; }
  .form-progress button strong { font-size: 8px; }
  .form-step { padding: 0 0 44px; }
  .date-options button { border: 1px solid rgba(224, 220, 217, .1); }
  .muse-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .step-actions-end .primary-action { width: auto; }
  .contact-primary { grid-template-columns: minmax(0, 1fr) 112px; }
  .contact-qr img { width: 100px; height: 100px; }
  .contact-platform-grid { grid-template-columns: 1fr; }
  .contact-platform-card + .contact-platform-card { border-top: 1px solid rgba(224, 220, 217, .08); border-left: 0; }
}

@media (max-width: 420px) {
  .booking-shell { margin-bottom: 56px; }
  .form-progress { gap: 8px; }
  .wordmark { width: 164px; }
  .service-summary { min-height: 70px; border-radius: 22px; }
  .service-summary strong { font-size: 27px; }
  .muse-grid { gap: 12px 6px; }
  .muse-media { width: 64px; }
  .muse-check { right: calc(50% - 33px); }
  .muse-preview-trigger { top: 45px; left: calc(50% + 18px); }
  .step-actions-end, .submit-zone {
    margin-right: -20px;
    margin-left: -20px;
    padding: 14px 20px calc(14px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(224, 220, 217, .08);
    background: rgba(13, 11, 10, .9);
    backdrop-filter: blur(18px);
  }
  .step-actions-end {
    position: static;
    margin-top: 24px;
  }
  .step-actions-end .primary-action { width: 100%; }
  .submit-zone {
    position: static;
    margin: 20px 0 0;
    padding: 0;
    border: 0;
    background: transparent;
    backdrop-filter: none;
  }
  .contact-hub { border-radius: 22px; }
  .contact-hub > header {
    grid-template-columns: 1fr;
    padding: 19px 18px 16px;
  }
  .contact-hub > header strong {
    grid-row: auto;
    grid-column: auto;
    font-size: 22px;
  }
  .contact-primary {
    grid-template-columns: 1fr;
    padding: 18px;
  }
  .contact-primary > .contact-qr { display: none; }
  .contact-alternatives summary { padding: 17px 18px; }
  .contact-platform-card {
    grid-template-columns: minmax(0, 1fr) 86px;
    padding: 18px;
  }
  .contact-platform-card .contact-qr img { display: none; }
  .contact-platform-card .contact-qr {
    align-self: center;
  }
  .contact-platform-card .contact-qr figcaption { display: none; }
  .contact-platform-card .contact-qr > a {
    display: inline-flex;
    min-height: 36px;
    padding: 0 12px;
  }
}

@media (max-width: 360px) {
  .wordmark { width: 132px; }
  .header-action {
    font-size: 7px;
    letter-spacing: .14em;
  }
}
