:root {
    color-scheme: dark;
    --bg: #2a070d;
    --bg-soft: #3a0b13;
    --ink: #fff8f7;
    --muted: #d8bfc1;
    --panel: #4a0d17;
    --panel-soft: #64111e;
    --line: rgba(255, 248, 247, 0.16);
    --gold: #f1c45f;
    --gold-soft: #f1c45f;
    --red: #d92332;
    --wine: #94111d;
    --success: #62d58d;
    --danger: #ff8b7a;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Manrope", sans-serif;
    color: var(--ink);
    background:
        radial-gradient(circle at 12% 10%, rgba(241, 196, 95, 0.18), transparent 30%),
        radial-gradient(circle at 86% 12%, rgba(217, 35, 50, 0.22), transparent 26%),
        radial-gradient(circle at 70% 80%, rgba(148, 17, 29, 0.22), transparent 28%),
        linear-gradient(180deg, #2a070d 0%, #26060c 100%);
    overflow-x: hidden;
}

.skip-link {
    position: fixed;
    left: 12px;
    top: 12px;
    z-index: 1000;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    background: var(--ink);
    color: var(--bg);
    padding: 0.55rem 0.8rem;
    border-radius: 6px;
    font-weight: 800;
}

.skip-link:focus-visible {
    width: auto;
    height: auto;
    overflow: visible;
    clip-path: none;
    outline: 3px solid var(--gold);
    outline-offset: 2px;
}

html {
    overflow-x: hidden;
}

[hidden] {
    display: none !important;
}

h1,
h2,
h3 {
    margin: 0;
    font-family: "Cinzel", serif;
    letter-spacing: 0.02em;
}

a {
    color: var(--gold-soft);
}

.consult-shell {
    width: min(1120px, calc(100% - 1rem));
    margin: 1.1rem auto 3rem;
    display: grid;
    gap: 1rem;
    min-width: 0;
}

.consult-shell > * {
    min-width: 0;
}

.landing-shell {
    gap: 1.5rem;
}

.landing-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.8rem;
    border: 1px solid var(--line);
    background: rgba(58, 10, 17, 0.75);
    backdrop-filter: blur(6px);
    border-radius: 14px;
    padding: 0.8rem 1rem;
}

.brand,
.brand-block {
    margin: 0;
    font-weight: 700;
    color: var(--gold-soft);
}

.brand-block {
    min-width: 0;
    display: grid;
    gap: 0.1rem;
    text-decoration: none;
}

.brand-kicker {
    color: var(--gold-soft);
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.brand-name {
    color: var(--ink);
    font-family: "Cinzel", "Times New Roman", serif;
    font-size: 1rem;
}

.nav-actions {
    display: flex;
    gap: 0.6rem;
}

.nav-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.35rem;
    flex-wrap: wrap;
}

.nav-links a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    padding: 0.48rem 0.66rem;
    border-radius: 8px;
    color: var(--muted);
    font-weight: 800;
    text-decoration: none;
}

.nav-links a:hover,
.nav-links a:focus-visible {
    color: var(--ink);
    background: rgba(255, 248, 247, 0.06);
}

.btn {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0.56rem 1rem;
    font-size: 0.86rem;
    font-weight: 600;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.btn:hover {
    transform: translateY(-1px);
}

.btn-primary {
    border: 1px solid #d6a949;
    color: #2e1300;
    background: linear-gradient(135deg, #e7c579 0%, #c99634 100%);
    box-shadow: 0 8px 20px rgba(201, 155, 61, 0.23);
}

.btn-outline {
    border: 1px solid var(--line);
    color: var(--ink);
    background: rgba(255, 255, 255, 0.03);
}

.landing-hero {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background:
        linear-gradient(120deg, rgba(120, 26, 17, 0.72), rgba(48, 8, 14, 0.86)),
        radial-gradient(circle at 85% 20%, rgba(231, 197, 121, 0.15), transparent 52%);
    padding: 3.2rem 2rem;
    min-height: 62vh;
    display: flex;
    align-items: center;
}

.hero-content {
    width: min(600px, 100%);
    position: relative;
    z-index: 2;
    animation: fadeUp 0.7s ease both;
}

.eyebrow {
    margin: 0 0 0.7rem;
    color: var(--gold-soft);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.74rem;
}

.hero-copy {
    margin: 1rem 0 0;
    color: #f3deca;
    line-height: 1.6;
    font-size: 0.98rem;
}

.hero-content h1 {
    font-size: clamp(1.9rem, 4vw, 3.2rem);
    line-height: 1.15;
}

.hero-cta-row {
    margin-top: 1.3rem;
    display: flex;
    gap: 0.7rem;
    flex-wrap: wrap;
}

.hero-orb {
    position: absolute;
    right: -80px;
    width: 360px;
    height: 360px;
    border-radius: 999px;
    background:
        radial-gradient(circle, rgba(231, 197, 121, 0.45) 0%, rgba(231, 197, 121, 0.03) 55%, transparent 72%);
    filter: blur(0.2px);
    animation: pulseOrb 3.2s ease-in-out infinite;
}

.landing-section {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(32, 12, 10, 0.9), rgba(20, 8, 7, 0.95));
    padding: 1.4rem;
}

.about-section {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 1rem;
    align-items: center;
}

.about-media img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 16px;
    border: 1px solid #6b3327;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.35);
    background: #2a120e;
}

.about-copy h2 {
    margin-top: 0.4rem;
}

.about-copy p {
    margin: 0.7rem 0 0;
    color: var(--muted);
    line-height: 1.6;
}

.about-links {
    margin: 0.95rem 0 1rem;
    display: grid;
    gap: 0.45rem;
}

.about-links a {
    font-size: 0.87rem;
    color: var(--gold-soft);
    text-decoration: none;
    border-bottom: 1px dashed rgba(231, 197, 121, 0.35);
    width: fit-content;
}

.about-links a:hover {
    color: #f9dd9a;
}

.section-kicker {
    margin: 0;
    color: var(--gold-soft);
    letter-spacing: 0.11em;
    text-transform: uppercase;
    font-size: 0.7rem;
}

.landing-section h2 {
    margin-top: 0.4rem;
    font-size: clamp(1.28rem, 2.4vw, 1.95rem);
}

.offer-grid,
.quote-grid,
.faq-grid {
    margin-top: 1rem;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(3, minmax(170px, 1fr));
}

.offer-grid article,
.faq-grid article,
.quote-grid blockquote {
    margin: 0;
    border: 1px solid #6d3326;
    border-radius: 12px;
    padding: 0.9rem;
    background: linear-gradient(180deg, rgba(42, 17, 14, 0.8), rgba(32, 12, 10, 0.85));
}

.offer-grid h3 {
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

.offer-grid p,
.faq-grid p,
.quote-grid blockquote {
    margin: 0;
    color: var(--muted);
    line-height: 1.45;
    font-size: 0.85rem;
}

.quote-grid blockquote {
    font-style: italic;
}

.process-list {
    margin: 1rem 0 1rem 1.2rem;
    color: var(--muted);
    display: grid;
    gap: 0.45rem;
}

.landing-footer {
    text-align: center;
    color: var(--muted);
    font-size: 0.82rem;
}

.footer-strip {
    border-top: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    flex-wrap: wrap;
    padding: 1rem 0 1.5rem;
    text-align: left;
}

.footer-links,
.footer-social {
    display: flex;
    align-items: center;
    gap: 0.45rem 0.7rem;
    flex-wrap: wrap;
}

.footer-strip a {
    color: var(--ink);
    font-weight: 700;
    text-decoration: none;
}

.footer-strip a:hover,
.footer-strip a:focus-visible {
    color: var(--gold);
}

.panel {
    background: linear-gradient(180deg, rgba(34, 13, 10, 0.94), rgba(28, 11, 9, 0.97));
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 1rem;
}

.booking-head h1 {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.booking-head p {
    margin: 0.5rem 0 0;
    color: var(--muted);
}

.consult-layout {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
    min-width: 0;
}

.consult-layout > * {
    min-width: 0;
}

.service-list,
.slot-list {
    display: grid;
    gap: 0.75rem;
    margin-top: 0.75rem;
    min-width: 0;
}

.slot-date-strip {
    display: flex;
    gap: 0.55rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0.2rem 0 0.45rem;
    margin-top: 0.65rem;
    scrollbar-width: thin;
    max-width: 100%;
    min-width: 0;
}

.slot-date-tile {
    min-width: 88px;
    border: 1px solid #6f3528;
    border-radius: 10px;
    background: #2a130f;
    color: var(--ink);
    padding: 0.5rem 0.45rem;
    cursor: pointer;
    text-align: center;
    display: grid;
    gap: 0.12rem;
}

.slot-date-tile .day {
    font-size: 0.73rem;
    color: var(--muted);
}

.slot-date-tile .date {
    font-size: 1rem;
    font-weight: 700;
}

.slot-date-tile .month {
    font-size: 0.72rem;
    color: var(--muted);
}

.slot-date-tile.is-disabled {
    opacity: 0.45;
    cursor: not-allowed;
    filter: grayscale(0.2);
}

.slot-date-tile.is-active {
    border-color: var(--gold);
    background: linear-gradient(180deg, #4f2415, #3b170f);
}

.service-card,
.slot-card {
    width: 100%;
    border: 1px solid #6f3528;
    border-radius: 12px;
    padding: 0.75rem;
    background: #2a130f;
    text-align: left;
    cursor: pointer;
    display: grid;
    gap: 0.25rem;
    color: var(--ink);
}

.service-card.active,
.slot-card.active {
    border-color: var(--gold);
    background: linear-gradient(180deg, #4f2415, #3b170f);
}

.service-card strong,
.slot-card strong {
    font-size: 0.95rem;
}

.service-card span,
.slot-card span,
.service-card small {
    color: var(--muted);
    font-size: 0.82rem;
}

.booking-form {
    margin-top: 0.75rem;
    display: grid;
    gap: 0.65rem;
}

.booking-form label {
    display: grid;
    gap: 0.25rem;
    font-size: 0.82rem;
    color: var(--muted);
}

.booking-form input,
.booking-form textarea,
.booking-form select,
.booking-form button {
    width: 100%;
    border: 1px solid #703729;
    border-radius: 10px;
    padding: 0.65rem 0.75rem;
    font: inherit;
    color: var(--ink);
    background: #2f1410;
}

.booking-form textarea {
    min-height: 90px;
    resize: vertical;
}

.booking-form button {
    border: 1px solid #d6a949;
    color: #2e1300;
    background: linear-gradient(135deg, #e7c579 0%, #c99634 100%);
    font-weight: 700;
    cursor: pointer;
}

.booking-form button:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.status {
    margin: 0.8rem 0 0;
    min-height: 1.25rem;
    font-size: 0.85rem;
    color: var(--muted);
}

.status.is-error {
    color: var(--danger);
}

.status.is-success {
    color: var(--success);
}

.booking-confirmation {
    animation: fadeUp 220ms ease both;
}

.booking-confirmation h2 {
    margin-top: 0.45rem;
    font-size: clamp(1.35rem, 2.7vw, 2rem);
}

.confirm-grid {
    margin-top: 0.9rem;
    display: grid;
    gap: 0.6rem;
}

.confirm-row {
    border: 1px solid #6f3528;
    border-radius: 10px;
    padding: 0.7rem 0.85rem;
    background: #2a130f;
    display: grid;
    gap: 0.25rem;
}

.confirm-row span {
    color: var(--muted);
    font-size: 0.78rem;
}

.confirm-row strong {
    font-size: 0.95rem;
}

.tiny {
    color: var(--muted);
    font-size: 0.82rem;
}

.empty {
    color: var(--muted);
    font-size: 0.85rem;
}

.admin-grid {
    display: grid;
    gap: 1rem;
    min-width: 0;
}

.portal-stage-banner {
    border: 1px solid rgba(241, 196, 95, 0.24);
    border-radius: 12px;
    margin-top: 0.75rem;
    padding: 0.85rem 0.95rem;
    background: rgba(241, 196, 95, 0.06);
    display: grid;
    gap: 0.2rem;
}

.portal-stage-banner strong {
    font-size: 0.84rem;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.portal-stage-banner span {
    color: var(--ink);
    font-weight: 700;
}

.portal-stage-banner small {
    color: var(--muted);
    line-height: 1.45;
}

.portal-card-list {
    display: grid;
    gap: 0.75rem;
    margin-top: 0.75rem;
}

.portal-card {
    border: 1px solid #6b3225;
    border-radius: 12px;
    padding: 0.9rem;
    background: linear-gradient(180deg, rgba(42, 17, 14, 0.8), rgba(32, 12, 10, 0.85));
}

.portal-card-head {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: flex-start;
}

.portal-card-kicker {
    margin: 0;
    color: var(--gold-soft);
    letter-spacing: 0.11em;
    text-transform: uppercase;
    font-size: 0.68rem;
}

.portal-card h3 {
    margin-top: 0.15rem;
    font-size: 1rem;
}

.portal-card-copy {
    margin: 0.6rem 0 0;
    color: var(--muted);
    line-height: 1.5;
}

.portal-meta-grid {
    margin-top: 0.75rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
}

.portal-meta-item {
    border: 1px solid rgba(255, 248, 247, 0.14);
    border-radius: 10px;
    padding: 0.55rem 0.65rem;
    background: rgba(7, 4, 7, 0.28);
    display: grid;
    gap: 0.12rem;
}

.portal-meta-item span {
    color: var(--gold-soft);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.portal-meta-item strong {
    font-size: 0.85rem;
    color: var(--ink);
}

.portal-status-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 248, 247, 0.16);
    border-radius: 999px;
    padding: 0.3rem 0.6rem;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.portal-status-pill.is-success {
    color: var(--success);
}

.portal-status-pill.is-warning {
    color: var(--gold);
}

.portal-status-pill.is-error {
    color: var(--danger);
}

.portal-card-actions {
    margin-top: 0.85rem;
}

.actionable-card-list {
    gap: 0.9rem;
}

.actionable-card {
    padding: 0.95rem;
}

.actionable-card.is-done {
    border-color: rgba(244, 208, 120, 0.45);
    background: linear-gradient(180deg, rgba(53, 36, 8, 0.82), rgba(33, 22, 8, 0.88));
}

.actionable-card-head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.8rem;
    align-items: flex-start;
}

.actionable-checkbox-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 248, 247, 0.24);
    background: rgba(255, 248, 247, 0.05);
    cursor: pointer;
    margin-top: 0.1rem;
}

.actionable-status-checkbox {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
}

.actionable-checkbox-mark {
    width: 0.95rem;
    height: 0.95rem;
    border-radius: 999px;
    border: 2px solid rgba(244, 208, 120, 0.9);
    background: transparent;
    display: inline-block;
}

.actionable-status-checkbox:checked + .actionable-checkbox-mark {
    background: var(--gold);
    box-shadow: 0 0 0 2px rgba(244, 208, 120, 0.25);
}

.actionable-copy-block {
    min-width: 0;
}

.actionable-title {
    margin: 0.1rem 0 0.25rem;
    font-size: 1rem;
    line-height: 1.25;
}

.actionable-copy {
    margin-top: 0.2rem;
}

.actionable-title.is-done,
.actionable-copy.is-done {
    text-decoration: line-through;
    opacity: 0.74;
}

.actionable-card-tools {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.actionable-expander-btn {
    min-width: 2rem;
    min-height: 2rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 248, 247, 0.18);
    background: rgba(255, 248, 247, 0.06);
    color: var(--ink);
    font-size: 1rem;
    line-height: 1;
}

.actionable-details {
    margin-top: 0.85rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(255, 248, 247, 0.1);
}

.actionable-full-details {
    margin: 0.7rem 0 0;
    color: var(--muted);
    line-height: 1.55;
}

.overview-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(120px, 1fr));
    gap: 0.75rem;
    margin-top: 0.7rem;
}

.stat-card {
    border: 1px solid #6b3225;
    border-radius: 10px;
    padding: 0.7rem;
    background: #2a120e;
    display: grid;
    gap: 0.2rem;
}

.stat-card strong {
    font-size: 1.1rem;
    color: var(--gold-soft);
}

.stat-card span {
    color: var(--muted);
    font-size: 0.78rem;
}

.data-table {
    margin-top: 0.8rem;
    overflow: auto;
    max-width: 100%;
}

.panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
}

.admin-add-service-btn {
    width: auto;
    min-width: 150px;
    padding-inline: 1rem;
}

table {
    width: 100%;
    border-collapse: collapse;
    min-width: 720px;
    font-size: 0.82rem;
}

th,
td {
    border-bottom: 1px solid #6b3225;
    text-align: left;
    padding: 0.52rem;
    vertical-align: top;
}

th {
    color: var(--muted);
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

td small {
    color: var(--muted);
}

.booking-status-select {
    margin-bottom: 0.35rem;
}

.status-update-btn {
    border: 1px solid #6b3225;
    border-radius: 8px;
    padding: 0.35rem 0.55rem;
    background: #2a120e;
    color: var(--ink);
    cursor: pointer;
}

.form-actions {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.secondary-btn {
    border: 1px solid #6b3225;
    background: #2a120e;
    color: var(--ink);
}

.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(10, 3, 2, 0.78);
    backdrop-filter: blur(5px);
    display: grid;
    place-items: center;
    z-index: 1000;
    padding: 1rem;
}

.modal-overlay[hidden],
.slot-editor[hidden] {
    display: none !important;
}

.modal-card {
    width: min(620px, calc(100vw - 2rem));
    border: 1px solid #7b3b2d;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(70, 14, 20, 0.98), rgba(48, 8, 14, 0.99));
    padding: 1rem;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.5);
}

.icon-btn {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 1px solid #7b3b2d;
    background: #2b120e;
    color: var(--ink);
    cursor: pointer;
    font-size: 0.95rem;
}

.slot-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
}

.repeat-days {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.repeat-days label {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border: 1px solid #6b3225;
    border-radius: 999px;
    padding: 0.35rem 0.6rem;
    background: #2a120e;
    color: var(--muted);
    font-size: 0.8rem;
}

.compact-form input,
.compact-form select,
.compact-form textarea {
    margin: 0;
}

@keyframes pulseOrb {
    0%,
    100% {
        transform: scale(1);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.08);
        opacity: 1;
    }
}

@keyframes fadeUp {
    from {
        transform: translateY(10px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 980px) {
    .consult-layout {
        grid-template-columns: 1fr;
    }

    .offer-grid,
    .quote-grid,
    .faq-grid {
        grid-template-columns: 1fr;
    }

    .about-section {
        grid-template-columns: 1fr;
    }

    .overview-cards {
        grid-template-columns: 1fr 1fr;
    }

    .landing-hero {
        min-height: auto;
        padding: 2rem 1.2rem;
        align-items: flex-start;
    }

    .hero-orb {
        width: 220px;
        height: 220px;
        right: -60px;
    }

    .landing-nav {
        flex-direction: column;
        align-items: stretch;
    }

    .nav-links {
        width: 100%;
        justify-content: flex-start;
    }

    .nav-links > * {
        width: 100%;
    }

    .nav-group {
        width: 100%;
        display: grid;
        gap: 0.4rem;
    }

    .nav-group-links,
    .nav-group-primary {
        display: flex;
        flex-wrap: wrap;
        gap: 0.35rem;
    }

    .slot-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .consult-shell {
        width: calc(100% - 1rem);
        margin: 0.5rem auto 1.5rem;
    }

    .landing-nav {
        padding: 0.7rem;
        gap: 0.5rem;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .nav-links {
        width: 100%;
        justify-content: flex-start;
        align-items: stretch;
        gap: 0.5rem;
    }

    .nav-links > * {
        width: 100%;
    }

    .nav-group-label {
        display: block;
        margin-bottom: 0.05rem;
    }

    .nav-group-links,
    .nav-group-primary {
        width: 100%;
    }

    .nav-group-links a,
    .nav-group-primary a,
    .nav-links > a {
        width: 100%;
    }

    .nav-links a {
        font-size: 0.84rem;
        padding-inline: 0.54rem;
    }

    .overview-cards {
        grid-template-columns: 1fr;
    }

    .hero-cta-row .btn {
        width: 100%;
    }

    .hero-cta-row {
        width: 100%;
    }

    .portal-card-head {
        flex-direction: column;
    }

    .actionable-card-head {
        grid-template-columns: auto minmax(0, 1fr) auto;
    }

    .actionable-card-tools {
        justify-content: flex-end;
    }

    .portal-meta-grid {
        grid-template-columns: 1fr;
    }

    .portal-card-actions .btn {
        width: 100%;
    }

    .actionable-details .portal-meta-grid {
        margin-top: 0.65rem;
    }

    .landing-hero {
        overflow: visible;
        padding: 1.5rem 1rem;
    }

    .hero-content {
        width: 100%;
    }

    .hero-orb {
        display: none;
    }

    .slot-date-strip {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        overflow: visible;
        padding-bottom: 0;
    }

    .slot-date-tile {
        min-width: 0;
        width: 100%;
    }

    .slot-date-tile .day,
    .slot-date-tile .month {
        font-size: 0.68rem;
    }

    .slot-date-tile .date {
        font-size: 0.92rem;
    }

    .footer-strip {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .footer-links,
    .footer-social {
        width: 100%;
    }

    .admin-add-service-btn {
        width: 100%;
    }

    .admin-shell .data-table {
        overflow: visible;
    }

    .admin-shell .data-table table,
    .admin-shell .data-table thead,
    .admin-shell .data-table tbody,
    .admin-shell .data-table tr,
    .admin-shell .data-table th,
    .admin-shell .data-table td {
        display: block;
        width: 100%;
        min-width: 0;
    }

    .admin-shell .data-table table {
        border-collapse: separate;
        border-spacing: 0;
    }

    .admin-shell .data-table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip-path: inset(50%);
    }

    .admin-shell .data-table tbody {
        display: grid;
        gap: 0.75rem;
    }

    .admin-shell .data-table tr {
        display: grid;
        gap: 0.6rem;
        padding: 0.85rem;
        border: 1px solid var(--line);
        border-radius: 14px;
        background: rgba(255, 248, 247, 0.035);
    }

    .admin-shell .data-table td {
        display: grid;
        grid-template-columns: minmax(72px, 34%) minmax(0, 1fr);
        gap: 0.75rem;
        align-items: start;
        border: 0;
        padding: 0;
        overflow-wrap: anywhere;
    }

    .admin-shell .data-table td::before {
        color: var(--gold);
        content: "";
        font-size: 0.68rem;
        font-weight: 800;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    #admin-services td:nth-child(1)::before { content: "Title"; }
    #admin-services td:nth-child(2)::before { content: "Slug"; }
    #admin-services td:nth-child(3)::before { content: "Duration"; }
    #admin-services td:nth-child(4)::before { content: "Price"; }
    #admin-services td:nth-child(5)::before { content: "Active"; }
    #admin-services td:nth-child(6)::before { content: "Action"; }

    #admin-bookings td:nth-child(1)::before { content: "Client"; }
    #admin-bookings td:nth-child(2)::before { content: "Service"; }
    #admin-bookings td:nth-child(3)::before { content: "Time"; }
    #admin-bookings td:nth-child(4)::before { content: "Payment"; }
    #admin-bookings td:nth-child(5)::before { content: "Status"; }
    #admin-bookings td:nth-child(6)::before { content: "Links"; }
    #admin-bookings td:nth-child(7)::before { content: "Action"; }

    .panel-head {
        flex-direction: column;
        align-items: stretch;
    }
}

/* Unified KP Astro Academy theme overrides */
.landing-nav,
.panel,
.landing-section,
.service-card,
.slot-card,
.slot-date-tile,
.stat-card,
.modal-card,
.checkout-panel,
.booking-confirmation,
.confirm-row {
    border-color: var(--line);
    background: linear-gradient(180deg, rgba(74, 13, 23, 0.96), rgba(42, 7, 13, 0.97));
    color: var(--ink);
    border-radius: 8px;
}

.btn,
.booking-form button,
.status-update-btn,
.secondary-btn,
.icon-btn,
.booking-status-update-btn,
.repeat-days label {
    border-radius: 8px;
}

.booking-form input,
.booking-form select,
.booking-form textarea,
.compact-form input,
.compact-form select,
.compact-form textarea,
.data-table select {
    border-color: rgba(255, 248, 247, 0.2);
    background: rgba(7, 4, 7, 0.72);
    color: var(--ink);
    border-radius: 8px;
}

.booking-form input::placeholder,
.booking-form textarea::placeholder,
.compact-form input::placeholder,
.compact-form textarea::placeholder {
    color: rgba(216, 191, 193, 0.68);
}

.btn-primary,
.booking-form button {
    border: 1px solid rgba(241, 196, 95, 0.45);
    background: linear-gradient(135deg, #ffe5aa 0%, var(--gold) 100%);
    color: #1d0709;
    box-shadow: 0 12px 30px rgba(241, 196, 95, 0.16);
}

.btn-outline,
.secondary-btn,
.status-update-btn,
.booking-status-update-btn,
.icon-btn {
    border-color: var(--line);
    background: rgba(255, 248, 247, 0.06);
    color: var(--ink);
}

.section-kicker,
.eyebrow,
.brand,
.status.is-success,
.tiny strong {
    color: var(--gold);
}

.hero-copy,
.tiny,
.status,
.about-copy p,
.landing-section p,
.service-card small {
    color: var(--muted);
}
