/* Deliberately scoped: theme typography is inherited; no remote assets. */
.spb {
	--spb-ink: #243c30;
	--spb-muted: #536055;
	--spb-green: #335744;
	--spb-green-hover: #254333;
	--spb-cream: #faf8f1;
	--spb-paper: #fffefa;
	--spb-soft: #eef0e6;
	--spb-line: #d5d9cb;
	--spb-input-border: #808c7c;
	--spb-error: #843c2b;
	--spb-text-sm: .875rem;
	--spb-text-base: 1rem;
	--spb-text-lg: 1.125rem;
	--spb-text-title: clamp(1.375rem, 1.2rem + .7vw, 1.75rem);
	--spb-space-1: .25rem;
	--spb-space-2: .5rem;
	--spb-space-3: .75rem;
	--spb-space-4: 1rem;
	--spb-space-5: 1.25rem;
	--spb-space-6: 1.5rem;
	--spb-space-8: 2rem;
	box-sizing: border-box;
	width: 100%;
	max-width: 1040px;
	margin: var(--spb-space-6) auto;
	padding: clamp(var(--spb-space-4), 3vw, var(--spb-space-8));
	border: 1px solid var(--spb-line);
	border-radius: 12px;
	background: var(--spb-cream);
	color: var(--spb-ink);
	font-family: inherit;
	font-size: var(--spb-text-base);
	line-height: 1.6;
	text-align: start;
	color-scheme: light;
	isolation: isolate;
}
.spb *, .spb *::before, .spb *::after { box-sizing: border-box; }
.spb [hidden] { display: none !important; }
.spb h2, .spb h3, .spb h4, .spb p, .spb dl, .spb dt, .spb dd { margin: 0; padding: 0; font-family: inherit; color: inherit; }
.spb h2 { font-size: var(--spb-text-title); line-height: 1.3; font-weight: 600; letter-spacing: -.02em; }
.spb h3 { font-size: var(--spb-text-lg); line-height: 1.4; font-weight: 600; }
.spb h4 { font-size: var(--spb-text-sm); line-height: 1.5; font-weight: 600; margin-top: var(--spb-space-5); }
.spb p { overflow-wrap: anywhere; }
.spb .spb-muted, .spb .spb-fine { color: var(--spb-muted); }
.spb .spb-fine { font-size: var(--spb-text-sm); line-height: 1.6; }
.spb .spb-eyebrow { font-size: var(--spb-text-sm); color: var(--spb-green); font-weight: 600; letter-spacing: .07em; margin-bottom: var(--spb-space-2); }
.spb .spb-header { padding-bottom: var(--spb-space-6); border-bottom: 1px solid var(--spb-line); margin-bottom: var(--spb-space-6); }
.spb .spb-header > .spb-muted { margin-top: var(--spb-space-3); max-width: 62ch; }
.spb .spb-badge { display: inline-block; margin-top: var(--spb-space-4); padding: var(--spb-space-1) var(--spb-space-3); background: #eee4ce; color: #674c1f; border: 1px solid #b9a580; border-radius: 4px; font-size: var(--spb-text-sm); font-weight: 600; }
.spb .spb-form { margin: 0; padding: 0; }
.spb .spb-layout { display: flex; flex-wrap: wrap; align-items: flex-start; gap: var(--spb-space-8); }
.spb .spb-fields { flex: 1 1 340px; min-width: 0; }
.spb .spb-step { margin: 0 0 var(--spb-space-8); padding: 0; border: 0; min-width: 0; }
.spb .spb-step:last-child { margin-bottom: 0; }
.spb legend { display: block; float: none; width: 100%; margin: 0 0 var(--spb-space-4); padding: 0; color: var(--spb-ink); font: inherit; font-size: var(--spb-text-lg); font-weight: 600; }
.spb legend span { margin-inline-end: var(--spb-space-2); font-size: var(--spb-text-sm); font-weight: 500; color: var(--spb-muted); font-variant-numeric: tabular-nums; }
.spb label, .spb .spb-label { display: block; font-size: var(--spb-text-sm); font-weight: 600; color: var(--spb-ink); }
.spb input:not([type="checkbox"]), .spb select, .spb textarea {
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	min-height: 48px;
	height: auto;
	margin: var(--spb-space-2) 0 var(--spb-space-4);
	padding: var(--spb-space-3);
	border: 1px solid var(--spb-input-border);
	border-radius: 5px;
	background: var(--spb-paper);
	color: var(--spb-ink);
	font: inherit;
	font-size: var(--spb-text-base);
	line-height: 1.4;
	box-shadow: none;
}
.spb select { appearance: auto; padding-inline-end: var(--spb-space-6); text-overflow: ellipsis; }
.spb textarea { resize: vertical; }
.spb select:disabled { opacity: .75; cursor: not-allowed; }
.spb input[type="date"] { appearance: auto; }
.spb .spb-description:empty { display: none; }
.spb .spb-description { font-size: var(--spb-text-sm); }
.spb .spb-slot-heading { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: var(--spb-space-2); margin-top: var(--spb-space-4); }
.spb .spb-slots { display: grid; grid-template-columns: repeat(auto-fill, minmax(76px, 1fr)); gap: var(--spb-space-2); margin: var(--spb-space-3) 0 var(--spb-space-4); }
.spb .spb-button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-height: 44px;
	max-width: 100%;
	margin: 0;
	padding: var(--spb-space-2) var(--spb-space-4);
	border: 1px solid var(--spb-green);
	border-radius: 5px;
	background: var(--spb-paper);
	color: var(--spb-green);
	font-family: inherit;
	font-size: var(--spb-text-sm);
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	letter-spacing: normal;
	white-space: normal;
	cursor: pointer;
	box-shadow: none;
	transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease;
}
.spb .spb-button:not(:disabled):hover { background: var(--spb-soft); color: var(--spb-green-hover); border-color: var(--spb-green-hover); }
.spb .spb-primary { width: 100%; min-height: 52px; background: var(--spb-green); color: var(--spb-paper); }
.spb .spb-primary:not(:disabled):hover { background: var(--spb-green-hover); color: var(--spb-paper); }
.spb .spb-text-button { border-color: transparent; background: transparent; padding-inline: var(--spb-space-2); text-decoration: underline; text-underline-offset: 3px; }
.spb .spb-slot { font-size: var(--spb-text-base); font-variant-numeric: tabular-nums; border-color: var(--spb-input-border); }
.spb .spb-slot[aria-pressed="true"], .spb .spb-slot[aria-pressed="true"]:hover { background: var(--spb-green); border-color: var(--spb-green); color: var(--spb-paper); box-shadow: inset 0 0 0 2px var(--spb-cream); }
.spb .spb-button:disabled { opacity: .58; cursor: not-allowed; }
.spb :is(input, select, textarea, button, a):focus-visible { outline: 3px solid var(--spb-green); outline-offset: 3px; }
.spb [tabindex="-1"]:focus { outline: none; }
.spb .spb-summary { flex: 1 1 260px; min-width: 0; padding: var(--spb-space-5); border-radius: 8px; background: var(--spb-soft); }
.spb .spb-summary dl { margin: var(--spb-space-5) 0; }
.spb dl > div { display: flex; flex-wrap: wrap; justify-content: space-between; gap: var(--spb-space-2) var(--spb-space-4); padding-block: var(--spb-space-2); }
.spb dt { color: var(--spb-muted); font-size: var(--spb-text-sm); }
.spb dd { text-align: end; margin-inline-start: auto; overflow-wrap: anywhere; max-width: 100%; font-size: var(--spb-text-sm); font-weight: 600; }
.spb .spb-total { margin-top: var(--spb-space-3); padding-top: var(--spb-space-4); border-top: 1px solid var(--spb-line); }
.spb .spb-total dt, .spb .spb-total dd { color: var(--spb-ink); font-size: var(--spb-text-lg); font-weight: 600; }
.spb .spb-policy { white-space: pre-wrap; margin-top: var(--spb-space-2); }
.spb .spb-consent { display: flex; align-items: flex-start; gap: var(--spb-space-3); margin-block: var(--spb-space-5); min-height: 44px; font-size: var(--spb-text-sm); font-weight: 400; cursor: pointer; }
.spb input[type="checkbox"] { appearance: auto; flex: 0 0 20px; width: 20px; height: 20px; margin: var(--spb-space-1) 0 0; accent-color: var(--spb-green); cursor: pointer; }
.spb .spb-payment-note { text-align: center; margin-top: var(--spb-space-3); }
.spb .spb-message { margin-block: var(--spb-space-4); padding: var(--spb-space-4); border: 1px solid var(--spb-line); border-radius: 5px; background: var(--spb-paper); font-size: var(--spb-text-sm); }
.spb .spb-setup a { color: var(--spb-green); text-decoration: underline; text-underline-offset: 3px; }
.spb [data-spb="config-retry"] { margin-bottom: var(--spb-space-5); }
.spb [data-spb="book-message"] { color: var(--spb-error); }
.spb .spb-result { padding: var(--spb-space-6); border: 1px solid var(--spb-line); border-radius: 8px; background: var(--spb-paper); }
.spb .spb-result h3 { margin-bottom: var(--spb-space-3); font-size: var(--spb-text-title); }
.spb .spb-result[data-tone="success"] { background: var(--spb-soft); }
.spb .spb-result[data-tone="review"] { background: #f4efdf; }
.spb .spb-result[data-tone="error"] h3 { color: var(--spb-error); }
.spb .spb-receipt { margin-top: var(--spb-space-5); padding-top: var(--spb-space-3); border-top: 1px solid var(--spb-line); }
.spb .spb-result .spb-button { margin-top: var(--spb-space-4); }
.spb .spb-honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); clip-path: inset(50%); white-space: nowrap; }
@media (max-width: 480px) {
	.spb .spb-layout { gap: var(--spb-space-6); }
	.spb .spb-fields, .spb .spb-summary { flex-basis: 100%; }
	.spb .spb-summary, .spb .spb-result { padding: var(--spb-space-4); }
	.spb .spb-slot-heading { align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
	.spb *, .spb *::before, .spb *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}
