:root {
    --ink: #253044;
    --ink-deep: #15243a;
    --muted: #657084;
    --paper: #fffdf8;
    --ivory: #f7f1e7;
    --ivory-deep: #eee3d2;
    --gold: #b88a3d;
    --gold-bright: #d5b36d;
    --line: rgba(57, 47, 36, .16);
    --success: #38634e;
    --danger: #874848;
    --warning: #8a682b;
    --shadow: 0 24px 72px rgba(27, 32, 43, .12);
    --shadow-soft: 0 14px 38px rgba(27, 32, 43, .08);
    --serif: Georgia, "Times New Roman", serif;
    --sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    color-scheme: light;
    scroll-behavior: smooth;
}

body.booking-experience {
    min-width: 0;
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
    color: var(--ink);
    background:
        radial-gradient(circle at 13% 8%, rgba(213, 179, 109, .13), transparent 27rem),
        radial-gradient(circle at 86% 28%, rgba(93, 121, 155, .1), transparent 30rem),
        linear-gradient(180deg, #fbf8f2 0%, #f5efe5 60%, #efe5d6 100%);
    font: 400 16px/1.58 var(--sans);
}

body.theme-dj-bob {
    --ink: #203149;
    --ink-deep: #102136;
    --gold: #c29a50;
    --gold-bright: #e0c27d;
    background:
        radial-gradient(circle at 12% 8%, rgba(194, 154, 80, .13), transparent 27rem),
        radial-gradient(circle at 86% 28%, rgba(39, 76, 117, .13), transparent 30rem),
        linear-gradient(180deg, #fbfaf6 0%, #f1f3f4 58%, #e6ebef 100%);
}

button,
input,
select,
textarea {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--gold) 78%, #fff);
    outline-offset: 3px;
}

[hidden] {
    display: none !important;
}

.preview-banner {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 10px 18px;
    padding: 9px 20px;
    color: #fffaf0;
    background: linear-gradient(100deg, #1d2b42, #263b5a);
    border-bottom: 1px solid rgba(224, 194, 125, .5);
    font-size: .76rem;
    letter-spacing: .025em;
    text-align: center;
}

.preview-banner strong {
    color: var(--gold-bright);
    text-transform: uppercase;
    letter-spacing: .11em;
}

.experience-header {
    display: flex;
    min-height: 76px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 12px clamp(18px, 4vw, 60px);
    color: #fff;
    background:
        linear-gradient(105deg, rgba(255, 255, 255, .035), transparent 35%),
        linear-gradient(135deg, var(--ink-deep), #263751);
    border-bottom: 2px solid var(--gold);
    box-shadow: 0 14px 32px rgba(18, 29, 45, .18);
}

.experience-wordmark {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: 13px;
    color: #fff;
    text-decoration: none;
}

.experience-monogram {
    display: grid;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    place-items: center;
    color: var(--ink-deep);
    background: linear-gradient(145deg, #f3dca8, var(--gold));
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    box-shadow: inset 0 1px rgba(255, 255, 255, .7), 0 8px 20px rgba(0, 0, 0, .18);
    font: 700 .86rem/1 var(--serif);
    letter-spacing: .05em;
}

.experience-wordmark strong,
.experience-wordmark small {
    display: block;
}

.experience-wordmark strong {
    font: 700 clamp(1.08rem, 2.3vw, 1.42rem)/1.1 var(--serif);
    letter-spacing: .025em;
}

.experience-wordmark small {
    margin-top: 4px;
    color: #ead7af;
    font-size: .68rem;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.experience-help {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 8px;
    padding: 9px 2px;
    color: #fff;
    border-bottom: 1px solid rgba(213, 179, 109, .8);
    font-size: .9rem;
    font-weight: 750;
    text-decoration: none;
}

.experience-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(250px, 280px);
    gap: clamp(24px, 3vw, 38px);
    width: min(1220px, calc(100% - 32px));
    margin: 0 auto;
    padding: clamp(26px, 3.5vw, 44px) 0 72px;
}

.experience-stage {
    min-width: 0;
}

.stage-overview {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(265px, 300px);
    align-items: start;
    gap: 18px;
    margin: 0 0 clamp(18px, 2.5vw, 26px);
}

.stage-intro {
    max-width: 820px;
    margin: 0;
}

.eyebrow,
.step-kicker,
.enhance-label {
    margin: 0 0 9px;
    color: var(--gold);
    font-size: .73rem;
    font-weight: 850;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.stage-intro h1,
.flow-step h2,
.portal-preview h3,
.additional-services h3 {
    margin: 0;
    color: var(--ink-deep);
    font-family: var(--serif);
    font-weight: 700;
    letter-spacing: -.025em;
}

.stage-intro h1 {
    max-width: 900px;
    font-size: clamp(2.25rem, 3.6vw, 3rem);
    line-height: 1.02;
}

.stage-intro > p:last-child {
    max-width: 730px;
    margin: 12px 0 0;
    color: #4f5b6e;
    font-size: clamp(.92rem, 1.25vw, 1rem);
}

.tutorial-card {
    min-width: 0;
    overflow: hidden;
    background: rgba(255, 253, 248, .9);
    border: 1px solid rgba(184, 138, 61, .3);
    border-radius: 16px;
    box-shadow: var(--shadow-soft);
}

.tutorial-card summary {
    display: grid;
    min-height: 82px;
    grid-template-columns: 96px minmax(0, 1fr) auto;
    align-items: center;
    gap: 11px;
    padding: 9px;
    cursor: pointer;
    list-style: none;
}

.tutorial-card summary::-webkit-details-marker {
    display: none;
}

.tutorial-card summary:focus-visible {
    outline: 3px solid rgba(184, 138, 61, .35);
    outline-offset: -3px;
}

.tutorial-card summary img {
    display: block;
    width: 96px;
    height: 54px;
    object-fit: cover;
    background: var(--ink-deep);
    border-radius: 10px;
}

.tutorial-card-copy,
.tutorial-card-copy > * {
    display: block;
}

.tutorial-card-copy small {
    color: var(--gold);
    font-size: .62rem;
    font-weight: 850;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.tutorial-card-copy strong {
    margin-top: 3px;
    color: var(--ink-deep);
    font: 700 .9rem/1.15 var(--serif);
}

.tutorial-card-copy > span {
    margin-top: 3px;
    color: var(--muted);
    font-size: .67rem;
}

.tutorial-card-action {
    display: grid;
    min-width: 44px;
    min-height: 44px;
    place-items: center;
    padding: 0 8px;
    color: var(--ink-deep);
    background: linear-gradient(145deg, #efd795, var(--gold));
    border: 1px solid #a77831;
    border-radius: 999px;
    font-size: .68rem;
    font-weight: 850;
}

.tutorial-card[open] summary {
    border-bottom: 1px solid var(--line);
}

.tutorial-card[open] {
    grid-column: 1 / -1;
    width: 100%;
}

.tutorial-card[open] .tutorial-card-action {
    color: #fff;
    background: var(--ink-deep);
    border-color: var(--ink-deep);
}

.tutorial-player {
    padding: 11px;
}

.tutorial-player p {
    margin: 0 0 9px;
    color: var(--muted);
    font-size: .72rem;
    line-height: 1.4;
}

.tutorial-player .tutorial-version-note {
    padding: 8px 10px;
    color: #684b1d;
    background: #fff7e5;
    border: 1px solid rgba(184, 138, 61, .35);
    border-radius: 9px;
    font-weight: 700;
}

.tutorial-player video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    background: #0e1723;
    border-radius: 11px;
}

.flow-step {
    min-width: 0;
    padding: clamp(22px, 3vw, 32px);
    overflow: hidden;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .97), rgba(255, 252, 246, .93)),
        var(--paper);
    border: 1px solid rgba(184, 138, 61, .32);
    border-radius: 22px;
    box-shadow: var(--shadow);
}

.flow-step::before {
    display: block;
    width: 58px;
    height: 3px;
    margin: calc(clamp(22px, 3vw, 32px) * -1) 0 21px;
    background: linear-gradient(90deg, var(--gold), var(--gold-bright));
    border-radius: 999px;
    content: "";
}

.flow-step h2 {
    max-width: 760px;
    font-size: clamp(1.75rem, 2.8vw, 2.35rem);
    line-height: 1.08;
}

.step-lede {
    max-width: 740px;
    margin: 10px 0 20px;
    color: var(--muted);
    font-size: .94rem;
}

.service-grid,
.package-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 11px;
}

.service-grid--count-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 88px;
    align-items: flex-start;
    gap: 10px;
    padding: 14px;
    cursor: pointer;
    background: linear-gradient(145deg, #fff, #fbf7ef);
    border: 1px solid rgba(50, 61, 78, .15);
    border-radius: 14px;
    box-shadow: var(--shadow-soft);
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.service-card input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
}

.service-check {
    display: grid;
    flex: 0 0 27px;
    width: 27px;
    height: 27px;
    place-items: center;
    color: transparent;
    background: #fff;
    border: 1px solid #aeb6c1;
    border-radius: 10px;
    font-weight: 900;
}

.service-card strong,
.service-card small,
.enhancement-list strong,
.enhancement-list small,
.add-on-list strong,
.add-on-list small,
.coverage-table strong,
.coverage-table small {
    display: block;
}

.service-card strong {
    color: var(--ink-deep);
    font: 700 1rem/1.2 var(--serif);
}

.service-card small {
    margin-top: 5px;
    color: var(--muted);
    font-size: .76rem;
    line-height: 1.35;
}

.service-card:has(input:checked) {
    background: linear-gradient(145deg, #fffdf7, #f5e7ca);
    border-color: var(--gold);
    box-shadow: 0 16px 36px rgba(124, 90, 34, .15);
}

.service-card:has(input:checked) .service-check {
    color: #fff;
    background: var(--gold);
    border-color: var(--gold);
}

.action-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 22px;
}

.action-row-split {
    justify-content: space-between;
}

.talk-first-action {
    gap: 9px;
    padding-inline: 14px;
    white-space: nowrap;
}

.talk-first-action > span {
    color: var(--muted);
    font-size: .76rem;
    font-weight: 650;
}

.talk-first-action strong {
    color: var(--ink-deep);
    font-size: .8rem;
    font-weight: 850;
}

.button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 12px 21px;
    color: var(--ink-deep);
    border: 1px solid transparent;
    border-radius: 13px;
    box-shadow: 0 10px 22px rgba(33, 43, 58, .1);
    font-size: .9rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
}

.button-primary {
    background: linear-gradient(180deg, #efd48e, #cfaa5d 58%, #b98d42);
    border-color: #a77932;
}

.button-secondary {
    color: #fff;
    background: linear-gradient(160deg, #314765, var(--ink-deep));
    border-color: #1d304a;
}

.button-quiet {
    color: var(--ink-deep);
    background: rgba(255, 255, 255, .78);
    border-color: rgba(26, 43, 65, .32);
    box-shadow: none;
}

.button-disabled {
    color: #6f7781;
    background: #e6e3dc;
    border-color: #d0cbc0;
    box-shadow: none;
    cursor: not-allowed;
}

.button:disabled {
    opacity: .52;
    cursor: not-allowed;
}

.text-link,
.disclosure-button {
    min-height: 44px;
    color: var(--ink-deep);
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--gold);
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}

.restart-link {
    display: block;
    margin: 28px auto 0;
}

.inline-message {
    margin: 16px 0 0;
    padding: 12px 14px;
    color: var(--danger);
    background: #fff4f1;
    border: 1px solid #e5c3bc;
    border-radius: 12px;
    font-size: .88rem;
    font-weight: 700;
}

.selection-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 0 0 22px;
    padding: 14px 17px;
    color: var(--ink-deep);
    background: linear-gradient(130deg, #f8eed9, #fffdf8);
    border: 1px solid rgba(184, 138, 61, .3);
    border-radius: 14px;
}

.selection-strip span {
    color: var(--muted);
    font-size: .78rem;
    font-weight: 750;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.selection-strip strong {
    text-align: right;
}

.field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
}

.field-wide {
    grid-column: 1 / -1;
}

.field {
    display: grid;
    min-width: 0;
    gap: 7px;
    color: var(--ink-deep);
    font-size: .86rem;
    font-weight: 800;
}

.field > small {
    color: var(--muted);
    font-size: .74rem;
    font-weight: 650;
}

.field input,
.field select,
.field textarea,
.coverage-table select {
    width: 100%;
    min-height: 50px;
    margin: 0;
    padding: 12px 14px;
    color: var(--ink);
    background: #fff;
    border: 1px solid #b9bec5;
    border-radius: 12px;
    box-shadow: inset 0 2px 7px rgba(30, 42, 58, .05);
}

.field input[readonly],
.field input:disabled,
.field select:disabled,
.field textarea:disabled {
    color: #586273;
    background: #f4f2ed;
    border-color: #d5d1c9;
    box-shadow: none;
    opacity: 1;
}

.field textarea {
    min-height: 112px;
    resize: vertical;
}

.availability-result,
.workspace-notice,
.workspace-ready,
.agreement-preview,
.workspace-lock-notice {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-top: 20px;
    padding: 18px;
    border-radius: 16px;
}

.availability-result {
    color: var(--ink);
    background: #f2f8f3;
    border: 1px solid #bcd6c4;
}

.availability-result.status-unavailable {
    background: #fff4f1;
    border-color: #e4c0b8;
}

.availability-result.status-needs_review {
    background: #fff8e8;
    border-color: #e2c98b;
}

.availability-icon,
.workspace-notice > span,
.workspace-ready > span,
.agreement-preview > span,
.workspace-lock-notice > span {
    display: grid;
    flex: 0 0 39px;
    width: 39px;
    height: 39px;
    place-items: center;
    color: #fff;
    background: var(--success);
    border-radius: 50%;
    font-weight: 900;
}

.status-unavailable .availability-icon {
    background: var(--danger);
}

.status-needs_review .availability-icon {
    background: var(--warning);
}

.availability-result strong,
.availability-result p,
.availability-result small,
.workspace-notice strong,
.workspace-notice p,
.workspace-ready strong,
.workspace-ready p,
.agreement-preview strong,
.agreement-preview p,
.workspace-lock-notice strong,
.workspace-lock-notice p {
    display: block;
}

.availability-result p,
.workspace-notice p,
.workspace-ready p,
.agreement-preview p,
.workspace-lock-notice p {
    margin: 4px 0 0;
    color: var(--muted);
    font-size: .9rem;
}

.availability-result small {
    margin-top: 9px;
    color: var(--muted);
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .09em;
}

.workspace-notice,
.workspace-ready,
.agreement-preview,
.workspace-lock-notice {
    margin: 0 0 24px;
    background: linear-gradient(145deg, #f7f0df, #fff);
    border: 1px solid rgba(184, 138, 61, .28);
}

.workspace-notice > span,
.workspace-ready > span,
.agreement-preview > span,
.workspace-lock-notice > span {
    color: var(--ink-deep);
    background: #ead4a3;
}

.workspace-lock-notice {
    margin: 0 0 18px;
    color: var(--ink);
    background: #f1f7f2;
    border-color: #bcd6c4;
}

.workspace-lock-notice > span {
    color: #fff;
    background: var(--success);
}

.detail-section {
    padding: 21px 0;
    border-top: 1px solid rgba(36, 50, 71, .12);
}

.detail-section:first-of-type {
    padding-top: 0;
    border-top: 0;
}

.detail-section h3 {
    margin: 0 0 14px;
    color: var(--ink-deep);
    font: 700 1.12rem/1.2 var(--serif);
}

.detail-section .selection-strip {
    margin-bottom: 14px;
}

.privacy-note {
    margin: 14px 0 0;
    color: var(--muted);
    font-size: .8rem;
}

.workspace-ready {
    margin: 0;
    color: var(--ink);
    background: #f1f7f2;
    border: 1px solid #bcd6c4;
}

.workspace-ready > span {
    color: #fff;
    background: var(--success);
}

.field > span small {
    color: var(--muted);
    font-size: .72rem;
    font-weight: 650;
}

.package-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.package-card {
    display: flex;
    min-width: 0;
    min-height: 320px;
    flex-direction: column;
    align-items: stretch;
    padding: 24px 21px 20px;
    color: var(--ink);
    background: linear-gradient(145deg, #fff, #fbf7ee);
    border: 1px solid rgba(36, 50, 71, .16);
    border-top: 3px solid var(--gold);
    border-radius: 19px;
    box-shadow: var(--shadow-soft);
    text-align: left;
    cursor: pointer;
}

.package-card.is-selected {
    background: linear-gradient(145deg, #fffdf8, #f3e4c5);
    border-color: var(--gold);
    box-shadow: 0 18px 38px rgba(126, 90, 34, .16);
}

.package-card:disabled {
    cursor: default;
}

.package-card:disabled:not(.is-selected) {
    opacity: .58;
}

.package-name {
    color: var(--ink-deep);
    font: 700 1.28rem/1.18 var(--serif);
}

.package-price {
    margin: 3px 0 15px;
    color: var(--gold);
    font: 700 2rem/1 var(--serif);
}

.package-price-label {
    margin-top: 10px;
    color: var(--muted);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.package-match {
    display: block;
    margin: -4px 0 13px;
    color: #4e5d70;
    font-size: .74rem;
    font-weight: 800;
    line-height: 1.45;
}

.package-match.is-complete {
    color: var(--success);
}

.package-card ul {
    flex: 1 1 auto;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.package-card li {
    position: relative;
    padding: 6px 0 6px 22px;
    color: #4f5968;
    font-size: .82rem;
}

.package-card li::before {
    position: absolute;
    left: 0;
    color: var(--gold);
    content: "✓";
    font-weight: 900;
}

.package-action {
    display: block;
    min-height: 46px;
    padding: 12px;
    color: #fff;
    background: var(--ink-deep);
    border-radius: 11px;
    font-size: .82rem;
    font-weight: 850;
    text-align: center;
}

.package-card.is-selected .package-action {
    color: var(--ink-deep);
    background: linear-gradient(180deg, #efd48e, #cda653);
}

.package-empty {
    padding: 24px;
    text-align: center;
    background: #fff9eb;
    border: 1px solid #dfc888;
    border-radius: 17px;
}

.package-empty strong {
    display: block;
    color: var(--ink-deep);
    font: 700 1.3rem/1.2 var(--serif);
}

.package-empty p {
    max-width: 650px;
    margin: 8px auto 18px;
    color: var(--muted);
}

.package-fit-choice {
    margin: 22px 0 0;
    padding: 18px;
    background: linear-gradient(145deg, #fffdf8, #f7f0e2);
    border: 1px solid rgba(191, 143, 55, .38);
    border-radius: 16px;
}

.package-fit-choice legend {
    max-width: 720px;
    padding: 0 7px;
    color: var(--ink-deep);
    font: 700 1.08rem/1.35 var(--serif);
}

.package-fit-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 5px;
}

.package-fit-options label {
    display: flex;
    min-height: 68px;
    align-items: flex-start;
    gap: 11px;
    padding: 13px 14px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 13px;
    cursor: pointer;
}

.package-fit-options label:has(input:checked) {
    background: #fff7e5;
    border-color: var(--gold);
    box-shadow: inset 0 0 0 1px rgba(191, 143, 55, .18);
}

.package-fit-options label:has(input:disabled) {
    cursor: default;
    opacity: .52;
}

.package-fit-options input {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin: 2px 0 0;
    accent-color: var(--gold);
}

.package-fit-options strong,
.package-fit-options small {
    display: block;
}

.package-fit-options strong {
    color: var(--ink-deep);
    font-size: .88rem;
}

.package-fit-options small {
    margin-top: 3px;
    color: var(--muted);
    font-size: .73rem;
    line-height: 1.4;
}

.package-fit-note {
    margin: 10px 2px 0;
    color: #7d541a;
    font-size: .76rem;
    font-weight: 750;
    line-height: 1.45;
}

.enhancement-list,
.add-on-list {
    display: grid;
    gap: 11px;
}

.enhancement-list label,
.add-on-list label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 15px 16px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    cursor: pointer;
}

.enhancement-list input,
.add-on-list input,
.review-check input,
.after-party-options input {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin: 2px 0 0;
    accent-color: var(--gold);
}

.enhancement-list small,
.add-on-list small {
    margin-top: 3px;
    color: var(--muted);
    font-size: .78rem;
}

.disclosure-button {
    margin-top: 18px;
    padding: 8px 0;
}

.customization-panel {
    margin-top: 14px;
    padding: 18px;
    background: #f8f4ec;
    border: 1px solid var(--line);
    border-radius: 14px;
}

.customization-options {
    display: grid;
    gap: 18px;
}

.customization-section-label {
    margin: 0 0 8px;
    color: var(--ink-deep);
    font-size: .74rem;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.booking-add-on-list,
.booking-hour-list {
    display: grid;
    gap: 9px;
}

.booking-add-on-card,
.booking-hour-card {
    min-width: 0;
    padding: 13px 14px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
}

.booking-add-on-card.is-unavailable {
    opacity: .58;
}

.booking-add-on-card > label,
.booking-hour-card {
    display: flex;
    align-items: flex-start;
    gap: 11px;
}

.booking-add-on-card input {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin: 2px 0 0;
    accent-color: var(--gold);
}

.booking-add-on-copy,
.booking-hour-card > span {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
}

.booking-add-on-heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
}

.booking-add-on-heading strong,
.booking-hour-card strong {
    color: var(--ink-deep);
    font-size: .88rem;
}

.booking-add-on-heading b {
    flex: 0 0 auto;
    color: var(--ink-deep);
    font-size: .92rem;
}

.booking-add-on-copy small,
.booking-hour-card small {
    display: block;
    margin-top: 3px;
    color: var(--muted);
    font-size: .75rem;
    line-height: 1.4;
}

.booking-add-on-copy em {
    display: block;
    margin-top: 5px;
    color: #78551d;
    font-size: .7rem;
    font-style: normal;
    font-weight: 800;
}

.booking-coverage-choice {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(190px, auto);
    align-items: center;
    gap: 10px;
    margin: 10px 0 0 31px;
    color: var(--muted);
    font-size: .72rem;
    font-weight: 750;
}

.booking-coverage-choice select,
.booking-hour-card select {
    min-width: 0;
    min-height: 42px;
    padding: 8px 34px 8px 10px;
    color: var(--ink-deep);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 9px;
    font: inherit;
}

.booking-hour-card {
    align-items: center;
    justify-content: space-between;
}

.booking-hour-card select {
    flex: 0 1 230px;
}

.customization-empty {
    margin: 0;
    color: var(--muted);
    font-size: .78rem;
}

.customization-estimate {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-top: 18px;
}

.customization-estimate > div {
    min-width: 0;
    padding: 11px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px;
}

.customization-estimate span,
.customization-estimate strong {
    display: block;
}

.customization-estimate span {
    color: var(--muted);
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.customization-estimate strong {
    margin-top: 4px;
    overflow-wrap: anywhere;
    color: var(--ink-deep);
    font-size: .9rem;
}

.customization-estimate > div:nth-child(3) {
    border-color: rgba(183, 136, 48, .55);
    box-shadow: inset 0 2px 0 rgba(183, 136, 48, .16);
}

.second-photographer-notice {
    margin: 14px 0 0;
    padding: 11px 12px;
    color: #63451b;
    background: #fff8e9;
    border: 1px solid #ddc48e;
    border-radius: 10px;
    font-size: .76rem;
    font-weight: 700;
    line-height: 1.45;
}

.customization-notes {
    margin-top: 16px;
}

@media (max-width: 680px) {
    .customization-panel {
        padding: 14px;
    }

    .booking-add-on-heading,
    .booking-hour-card {
        align-items: flex-start;
    }

    .booking-coverage-choice,
    .booking-hour-card {
        grid-template-columns: 1fr;
    }

    .booking-hour-card {
        display: grid;
    }

    .booking-coverage-choice {
        margin-left: 31px;
    }

    .booking-coverage-choice select,
    .booking-hour-card select {
        width: 100%;
        max-width: none;
    }

    .customization-estimate {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.review-grid,
.estimate-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.review-grid > div,
.estimate-grid > div {
    min-width: 0;
    padding: 16px;
    background: linear-gradient(145deg, #fff, #f7f1e6);
    border: 1px solid var(--line);
    border-radius: 14px;
}

.review-grid span,
.estimate-grid span,
.deposit-card span,
.confirmation-card > span {
    display: block;
    margin-bottom: 5px;
    color: var(--muted);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.review-grid strong,
.estimate-grid strong {
    display: block;
    overflow-wrap: anywhere;
    color: var(--ink-deep);
}

.agreement-preview {
    margin-top: 16px;
}

.review-check {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin: 18px 0;
    padding: 15px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    cursor: pointer;
}

.deposit-card {
    display: grid;
    grid-template-columns: minmax(170px, .65fr) minmax(0, 1.35fr);
    gap: 18px;
    padding: 20px;
    color: #fff;
    background: linear-gradient(140deg, #1a2a42, #304763);
    border: 1px solid rgba(213, 179, 109, .45);
    border-radius: 18px;
    box-shadow: var(--shadow-soft);
}

.deposit-card > div:last-child {
    padding-left: 18px;
    border-left: 1px solid rgba(255, 255, 255, .18);
}

.deposit-card strong {
    font-size: 1.14rem;
}

.deposit-card > div:first-child strong {
    color: var(--gold-bright);
    font: 700 2rem/1 var(--serif);
}

.deposit-card small,
.deposit-card p {
    color: #dce3eb;
    font-size: .78rem;
}

.deposit-card p {
    margin: 5px 0 0;
}

.confirmation-mark {
    display: grid;
    width: 70px;
    height: 70px;
    margin: 0 0 22px;
    place-items: center;
    color: #fff;
    background: linear-gradient(145deg, #527c65, #315742);
    border: 4px solid #d9eadf;
    border-radius: 50%;
    box-shadow: 0 15px 35px rgba(49, 87, 66, .24);
    font-size: 1.8rem;
    font-weight: 900;
}

.confirmation-card {
    margin-top: 24px;
    padding: 20px;
    background: #f1f7f2;
    border: 1px solid #bcd6c4;
    border-radius: 17px;
}

.confirmation-card strong {
    display: block;
    color: var(--ink-deep);
    font: 700 1.28rem/1.2 var(--serif);
}

.confirmation-card p {
    margin: 7px 0 0;
    color: var(--muted);
}

.portal-preview,
.conversation-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 18px;
    padding: 22px;
    background: linear-gradient(145deg, #fff, #f5ecdb);
    border: 1px solid rgba(184, 138, 61, .32);
    border-radius: 18px;
}

.portal-preview h3,
.additional-services h3 {
    font-size: clamp(1.55rem, 3.2vw, 2.25rem);
    line-height: 1.08;
}

.portal-preview p,
.conversation-card p,
.additional-services header > p:last-child,
.after-party-card p {
    margin: 7px 0 0;
    color: var(--muted);
    font-size: .9rem;
}

.additional-services {
    margin-top: 18px;
    padding: clamp(20px, 3.5vw, 30px);
    background: linear-gradient(150deg, #fffdf8, #f5eee1);
    border: 1px solid rgba(184, 138, 61, .35);
    border-radius: 20px;
}

.coverage-editor,
.add-on-list,
.after-party-card,
.estimate-grid,
.safeguard-list {
    margin-top: 22px;
}

.coverage-table {
    display: grid;
    gap: 10px;
}

.coverage-table label {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(128px, .45fr) minmax(120px, .45fr);
    align-items: center;
    gap: 12px;
    padding: 14px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
}

.coverage-table small {
    color: var(--muted);
    font-size: .75rem;
}

.coverage-table b {
    color: var(--ink-deep);
    font-size: .82rem;
    text-align: right;
}

.after-party-card {
    padding: 20px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 17px;
}

.after-party-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 16px 0;
}

.after-party-options label {
    display: flex;
    min-height: 44px;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    background: #f8f3ea;
    border: 1px solid var(--line);
    border-radius: 12px;
}

.estimate-grid > p {
    grid-column: 1 / -1;
    margin: 0;
    padding: 13px 15px;
    color: var(--muted);
    background: #fff;
    border-radius: 12px;
    font-size: .82rem;
}

.safeguard-list {
    padding-left: 21px;
    color: #4f5968;
    font-size: .86rem;
}

.safeguard-list li {
    margin: 7px 0;
}

.step-guide {
    position: sticky;
    top: 24px;
    align-self: start;
    min-width: 0;
    padding: 16px;
    background: rgba(255, 253, 248, .88);
    border: 1px solid rgba(184, 138, 61, .3);
    border-radius: 18px;
    box-shadow: var(--shadow-soft);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}

.guide-heading {
    padding: 0 3px 12px;
    border-bottom: 1px solid var(--line);
}

.guide-heading span,
.guide-heading strong {
    display: block;
}

.guide-heading span {
    color: var(--gold);
    font-size: .68rem;
    font-weight: 850;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.guide-heading strong {
    margin-top: 4px;
    color: var(--ink-deep);
    font: 700 1.1rem/1.25 var(--serif);
}

.step-guide ol {
    margin: 0;
    padding: 10px 0;
    list-style: none;
}

.step-guide li {
    position: relative;
}

.step-guide li:not(:last-child)::after {
    position: absolute;
    z-index: 0;
    top: 39px;
    bottom: -4px;
    left: 15px;
    width: 1px;
    background: #d7d5d0;
    content: "";
}

.step-guide button {
    position: relative;
    z-index: 1;
    display: grid;
    width: 100%;
    min-height: 42px;
    grid-template-columns: 31px minmax(0, 1fr);
    align-items: center;
    gap: 9px;
    padding: 5px 3px;
    color: #89909a;
    background: transparent;
    border: 0;
    border-radius: 12px;
    text-align: left;
}

.step-guide button > span {
    display: grid;
    width: 31px;
    height: 31px;
    place-items: center;
    background: #f0eeea;
    border: 1px solid #d9d6d0;
    border-radius: 50%;
    font-size: .77rem;
    font-weight: 850;
}

.step-guide button strong {
    font-size: .74rem;
    line-height: 1.25;
}

.step-guide .is-unlocked button {
    color: var(--ink);
    cursor: pointer;
}

.step-guide .is-unlocked button > span {
    color: var(--ink-deep);
    background: #fff;
    border-color: var(--gold);
}

.step-guide .is-complete button > span {
    color: #fff;
    background: var(--success);
    border-color: var(--success);
}

.step-guide .is-active button {
    color: var(--ink-deep);
    background: linear-gradient(90deg, rgba(222, 198, 141, .28), transparent);
}

.step-guide .is-active button > span {
    color: var(--ink-deep);
    background: linear-gradient(145deg, #efd795, var(--gold));
    border-color: #a77831;
    box-shadow: 0 6px 15px rgba(137, 98, 38, .2);
}

.guide-help {
    padding: 12px;
    background: linear-gradient(145deg, #f6ecd5, #fff);
    border: 1px solid rgba(184, 138, 61, .24);
    border-radius: 15px;
}

.guide-help strong {
    color: var(--ink-deep);
}

.guide-help p {
    margin: 5px 0 10px;
    color: var(--muted);
    font-size: .77rem;
}

.guide-help a {
    color: var(--ink-deep);
    font-size: .75rem;
    font-weight: 850;
}

@media (hover: hover) and (pointer: fine) {
    .service-card:hover,
    .package-card:hover {
        background: linear-gradient(145deg, #fff, #f2e4c7);
        border-color: var(--gold);
        box-shadow: 0 20px 42px rgba(91, 67, 34, .15);
        transform: translateY(-3px);
    }

    .button:not(:disabled):hover {
        box-shadow: 0 15px 30px rgba(31, 42, 58, .17);
        transform: translateY(-2px);
    }

    .button-primary:not(:disabled):hover {
        background: linear-gradient(180deg, #f6e3aa, #d7b460 58%, #bd8f3d);
    }

    .button-secondary:not(:disabled):hover {
        background: linear-gradient(160deg, #456285, #1d304a);
    }

    .step-guide .is-unlocked button:hover {
        color: var(--ink-deep);
        background: rgba(213, 179, 109, .14);
    }
}

@media (max-width: 1160px) {
    .service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1100px) {
    .package-grid {
        grid-template-columns: 1fr;
    }

    .package-card {
        min-height: 0;
    }
}

@media (max-width: 930px) {
    .experience-shell {
        display: flex;
        width: min(100% - 28px, 850px);
        flex-direction: column;
        gap: 16px;
        padding-top: 14px;
    }

    .step-guide {
        position: sticky;
        z-index: 10;
        top: 0;
        order: -1;
        width: 100%;
        padding: 7px 9px;
        overflow: hidden;
        border-radius: 0 0 18px 18px;
        box-shadow: 0 12px 30px rgba(26, 39, 57, .14);
    }

    .guide-heading,
    .guide-help {
        display: none;
    }

    .step-guide ol {
        display: flex;
        gap: 8px;
        margin: 0;
        padding: 0 2px 4px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scrollbar-width: thin;
        scroll-snap-type: inline proximity;
    }

    .step-guide li {
        flex: 0 0 174px;
        scroll-snap-align: start;
    }

    .step-guide li::after {
        display: none;
    }

    .step-guide button {
        min-height: 54px;
        grid-template-columns: 32px minmax(0, 1fr);
        padding: 7px 9px;
        background: #f4f1eb;
        border: 1px solid #dfd9cf;
    }

    .step-guide button > span {
        width: 32px;
        height: 32px;
    }

    .step-guide button strong {
        font-size: .76rem;
    }

    .step-guide .is-active button {
        background: linear-gradient(135deg, #fff7e4, #f0ddad);
        border-color: var(--gold);
    }

    .stage-intro {
        margin-top: 8px;
    }

    .stage-overview {
        margin-bottom: 16px;
    }
}

@media (max-width: 620px) {
    .package-fit-options {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .preview-banner {
        display: block;
        min-height: 0;
        padding: 8px 14px;
        font-size: .67rem;
        line-height: 1.35;
    }

    .preview-banner strong,
    .preview-banner span {
        display: block;
    }

    .preview-banner span {
        margin-top: 2px;
    }

    .experience-header {
        min-height: 66px;
        padding: 10px 14px;
    }

    .experience-monogram {
        flex-basis: 36px;
        width: 36px;
        height: 36px;
        font-size: .76rem;
    }

    .experience-wordmark strong {
        font-size: 1rem;
    }

    .experience-wordmark small {
        font-size: .56rem;
    }

    .experience-help {
        max-width: 116px;
        font-size: .75rem;
        text-align: right;
    }

    .experience-shell {
        width: 100%;
        gap: 12px;
        padding-top: 10px;
        padding-bottom: 60px;
    }

    .experience-stage {
        padding: 0 14px;
    }

    .stage-intro h1 {
        font-size: clamp(1.9rem, 8vw, 2.15rem);
    }

    .stage-overview {
        display: block;
        margin: 4px 0 14px;
    }

    .stage-intro {
        margin: 0 0 11px;
    }

    .stage-intro .eyebrow {
        margin-bottom: 6px;
    }

    .stage-intro > p:last-child {
        margin-top: 8px;
        font-size: .86rem;
        line-height: 1.45;
    }

    .tutorial-card summary {
        min-height: 76px;
        grid-template-columns: 88px minmax(0, 1fr) 44px;
        gap: 9px;
        padding: 8px;
    }

    .tutorial-card summary img {
        width: 88px;
        height: 50px;
    }

    .tutorial-card-copy strong {
        font-size: .84rem;
    }

    .tutorial-card-copy > span {
        display: none;
    }

    .tutorial-card-action {
        min-width: 40px;
        min-height: 40px;
        padding: 0 5px;
        font-size: .62rem;
    }

    .flow-step {
        padding: 18px 14px;
        border-radius: 17px;
    }

    .flow-step::before {
        margin: -18px 0 16px;
    }

    .flow-step h2 {
        font-size: clamp(1.55rem, 7vw, 1.85rem);
    }

    .step-lede {
        margin: 8px 0 16px;
        font-size: .86rem;
        line-height: 1.45;
    }

    .field-grid,
    .review-grid,
    .estimate-grid,
    .deposit-card {
        grid-template-columns: 1fr;
    }

    .field-wide,
    .estimate-grid > p {
        grid-column: auto;
    }

    .service-card {
        min-height: 98px;
        gap: 8px;
        padding: 11px;
    }

    .service-card strong {
        font-size: .91rem;
    }

    .service-card small {
        margin-top: 4px;
        font-size: .69rem;
        line-height: 1.3;
    }

    .service-check {
        flex-basis: 25px;
        width: 25px;
        height: 25px;
    }

    .action-row {
        margin-top: 18px;
        align-items: stretch;
        flex-direction: column-reverse;
    }

    .action-row .button,
    .action-row .text-link {
        width: 100%;
    }

    .action-row .text-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .talk-first-action {
        justify-content: center;
        white-space: normal;
    }

    .selection-strip,
    .portal-preview,
    .conversation-card {
        align-items: flex-start;
        flex-direction: column;
    }

    .selection-strip strong {
        text-align: left;
    }

    .portal-preview .button,
    .conversation-card .button {
        width: 100%;
    }

    .deposit-card > div:last-child {
        padding: 16px 0 0;
        border-top: 1px solid rgba(255, 255, 255, .18);
        border-left: 0;
    }

    .coverage-table label {
        grid-template-columns: 1fr;
    }

    .coverage-table b {
        text-align: left;
    }

    .after-party-options {
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 350px) {
    .service-grid {
        grid-template-columns: 1fr;
    }

    .service-card {
        min-height: 72px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}

@media print {
    .preview-banner,
    .experience-header,
    .tutorial-card,
    .step-guide,
    .action-row,
    .additional-services,
    .conversation-card {
        display: none !important;
    }

    body.booking-experience {
        background: #fff;
    }

    .experience-shell {
        display: block;
        width: 100%;
        padding: 0;
    }

    .flow-step {
        border: 1px solid #aaa;
        box-shadow: none;
    }
}
