:root {
    --salon-ivory: #fff9f4;
    --salon-cream: #faefe4;
    --salon-rose: #c78d72;
    --salon-rose-deep: #a86b51;
    --salon-gold: #c7a35a;
    --salon-gold-deep: #9f7938;
    --salon-gold-soft: #f3e5c4;
    --salon-ink: #171210;
    --salon-ink-soft: #2b211c;
    --salon-cocoa: #3f2b23;
    --salon-mocha: #6a4a3a;
    --salon-border: #dfcbbd;
    --salon-success: #5d876a;
    --salon-danger: #b95a54;
    --salon-info: #6f8ea4;
    --bs-body-bg: var(--salon-ivory);
    --bs-body-color: var(--salon-cocoa);
    --bs-primary: var(--salon-rose);
    --bs-primary-rgb: 199, 141, 114;
    --bs-border-color: var(--salon-border);
}

body {
    min-height: 100vh;
    font-family: "Nunito Sans", "Segoe UI", sans-serif;
    background:
        radial-gradient(circle at 78% 18%, rgba(199, 163, 90, 0.16), transparent 24%),
        radial-gradient(circle at 12% 12%, rgba(213, 171, 147, 0.22), transparent 38%),
        radial-gradient(circle at 86% 0%, rgba(181, 123, 94, 0.16), transparent 36%),
        linear-gradient(180deg, #fffaf6 0%, #f8eee4 50%, #f6ebde 100%);
    color: var(--salon-cocoa);
}

html {
    scroll-behavior: smooth;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand,
.page-title {
    font-family: "Cormorant Garamond", "Times New Roman", serif;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.app-main {
    position: relative;
}

.landing-main {
    padding: 0 0 5rem;
}

.app-navbar {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: linear-gradient(180deg, rgba(255, 250, 244, 0.94) 0%, rgba(252, 245, 237, 0.9) 100%);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(199, 163, 90, 0.42);
    box-shadow: 0 0.35rem 1rem rgba(23, 18, 16, 0.12);
}

.app-navbar .container-fluid {
    max-width: 1300px;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
}

.brand-logo {
    width: 4.15rem;
    height: auto;
    display: block;
    flex-shrink: 0;
    filter: drop-shadow(0 0.45rem 0.95rem rgba(23, 18, 16, 0.14));
}

.brand-text-wrap {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    line-height: 1;
}

.brand-kicker {
    font-family: "Nunito Sans", sans-serif;
    font-size: 0.64rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--salon-gold-deep);
    margin-top: 0.12rem;
}

.brand-name {
    font-size: 1.54rem;
    line-height: 1;
    color: var(--salon-ink);
    letter-spacing: 0.24em;
    text-transform: uppercase;
    margin-left: 0;
    margin-right: 0;
}

.app-nav-menu {
    list-style: none;
    margin: 0;
    padding-left: 0;
    gap: 0.3rem;
}

.app-nav-menu .nav-item {
    list-style: none;
}

.app-nav-link {
    display: inline-block;
    color: #4c372c;
    padding: 0.5rem 0.95rem;
    border: 1px solid transparent;
    border-radius: 999px;
    text-decoration: none;
    transition: all 0.18s ease;
}

.app-nav-link:hover,
.app-nav-link:focus {
    color: var(--salon-ink);
    background: rgba(243, 229, 196, 0.32);
    border-color: rgba(199, 163, 90, 0.4);
}

.app-nav-link.active {
    color: var(--salon-ink);
    background: linear-gradient(135deg, #f8e7bc 0%, var(--salon-gold) 58%, var(--salon-gold-deep) 100%);
    border-radius: 0.6rem;
    border-color: rgba(199, 163, 90, 0.5);
    box-shadow: 0 0.3rem 0.9rem rgba(159, 121, 56, 0.18);
}

.navbar-toggler {
    border: 1px solid rgba(199, 163, 90, 0.52);
    color: var(--salon-ink-soft);
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(199, 163, 90, 0.22);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2863,43,35,0.84%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.app-user-menu {
    border-left: 1px solid rgba(199, 163, 90, 0.3);
    padding-left: 1rem;
}

.app-user-name {
    color: var(--salon-ink-soft);
    font-weight: 600;
}

.btn-logout {
    border: 1px solid rgba(199, 163, 90, 0.7);
    border-radius: 999px;
    background: linear-gradient(135deg, #f9ebc7 0%, var(--salon-gold) 62%, var(--salon-gold-deep) 100%);
    color: var(--salon-ink);
    font-weight: 700;
    box-shadow: 0 0.5rem 1rem rgba(159, 121, 56, 0.14);
}

.btn-logout:hover,
.btn-logout:focus {
    background: linear-gradient(135deg, #fff1cc 0%, #d3af63 58%, #b6883f 100%);
    color: var(--salon-ink);
}

.page-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
}

.page-title {
    font-size: clamp(1.95rem, 3.4vw, 2.45rem);
    margin: 0;
}

.page-subtitle {
    margin: 0;
    color: #765a4c;
}

.card {
    position: relative;
    overflow: hidden;
    border: 1px solid #e3d3c6;
    border-radius: 1rem;
    box-shadow: 0 0.75rem 1.6rem rgba(23, 18, 16, 0.08);
    background: rgba(255, 253, 250, 0.95);
}

.card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 2px;
    background: linear-gradient(90deg, rgba(243, 229, 196, 0.2) 0%, rgba(199, 163, 90, 0.82) 55%, rgba(199, 163, 90, 0.35) 100%);
}

.app-card .card-header {
    background: linear-gradient(180deg, #fffdfb, #f9f0e8);
    border-bottom: 1px solid #eadfd6;
}

.dashboard-card {
    border: 1px solid #e6d7cb;
    background: linear-gradient(160deg, #fffaf6 0%, #f7ece2 100%);
}

.dashboard-card .display-6 {
    color: #5e3f31;
    font-weight: 700;
}

.table th,
.table td {
    white-space: nowrap;
}

.table > :not(caption) > * > * {
    padding: 0.88rem 1rem;
    border-bottom-color: #ecdfd4;
}

.table thead th {
    background: #f8eee6;
    color: #5a4336;
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-bottom-width: 1px;
    border-top: 1px solid rgba(199, 163, 90, 0.35);
}

.table-hover tbody tr:hover > * {
    background: #fff5eb;
}

.table-actions {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    border: 1px solid transparent;
    padding: 0.56rem 0.9rem;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0.72rem;
    font-weight: 700;
}

.btn-primary {
    background: linear-gradient(135deg, #fbefcf 0%, var(--salon-gold) 58%, var(--salon-gold-deep) 100%);
    border-color: rgba(199, 163, 90, 0.78);
    color: var(--salon-ink);
    box-shadow: 0 0.8rem 1.4rem rgba(159, 121, 56, 0.12);
}

.btn-primary:hover,
.btn-primary:focus {
    background: linear-gradient(135deg, #fff3d5 0%, #d8b36a 56%, #b88840 100%);
    border-color: rgba(199, 163, 90, 0.88);
    color: var(--salon-ink);
}

.btn-sm {
    padding: 0.38rem 0.62rem;
    font-size: 0.82rem;
}

.btn-soft {
    border: 1px solid rgba(199, 163, 90, 0.65);
    background: rgba(255, 252, 247, 0.95);
    color: var(--salon-ink-soft);
}

.btn-soft:hover,
.btn-soft:focus {
    background: linear-gradient(180deg, rgba(255, 248, 236, 1) 0%, rgba(243, 229, 196, 0.9) 100%);
    color: var(--salon-ink);
}

.btn-action {
    border-radius: 0.6rem;
    font-size: 0.78rem;
    line-height: 1;
    padding: 0.45rem 0.62rem;
    font-weight: 700;
}

.btn-action-view {
    border: 1px solid #c7d4de;
    background: #f6fbff;
    color: #496173;
}

.btn-action-view:hover,
.btn-action-view:focus {
    border-color: #9eb8c9;
    background: #e7f2fa;
    color: #364d5d;
}

.btn-action-edit {
    border: 1px solid #d9b9a3;
    background: #fff7ef;
    color: #7f543d;
}

.btn-action-edit:hover,
.btn-action-edit:focus {
    border-color: #c69373;
    background: #f4e1d3;
    color: #5f3f2d;
}

.btn-action-delete {
    border: 1px solid #e2b1ab;
    background: #fff7f6;
    color: #a2453f;
}

.btn-action-delete:hover,
.btn-action-delete:focus {
    border-color: #cc7a71;
    background: #f9deda;
    color: #7e302b;
}

.form-control,
.form-select {
    display: block;
    width: 100%;
    min-height: 2.75rem;
    border: 1.5px solid #d7c3b4;
    border-radius: 0.68rem;
    background-color: #fff;
    color: #4b352c;
    padding: 0.6rem 0.82rem;
}

.form-select {
    padding-right: 2.4rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 10'%3E%3Cpath d='M1 1l7 7 7-7' fill='none' stroke='%23644a3c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.78rem center;
    background-size: 0.9rem 0.55rem;
    -webkit-appearance: none;
    appearance: none;
}

textarea.form-control {
    min-height: 7rem;
}

.form-control::placeholder {
    color: #aa9282;
}

.form-control:focus,
.form-select:focus {
    border-color: rgba(199, 163, 90, 0.88);
    box-shadow: 0 0 0 0.2rem rgba(199, 163, 90, 0.18);
}

.form-check-input {
    border-color: #c3ab9a;
}

.form-check-input:checked {
    background-color: var(--salon-rose);
    border-color: var(--salon-rose);
}

.form-label {
    font-weight: 700;
    color: #624a3d;
}

.alert {
    border-radius: 0.85rem;
    box-shadow: 0 0.35rem 0.8rem rgba(54, 34, 26, 0.1);
}

.badge {
    padding: 0.45em 0.7em;
    letter-spacing: 0.03em;
}

.landing-hero {
    position: relative;
    overflow: hidden;
    padding: 4.5rem 0 2rem;
}

.landing-hero::before,
.landing-hero::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(10px);
}

.landing-hero::before {
    width: 24rem;
    height: 24rem;
    top: -9rem;
    right: -7rem;
    background: radial-gradient(circle, rgba(199, 141, 114, 0.26) 0%, rgba(199, 141, 114, 0) 72%);
}

.landing-hero::after {
    width: 20rem;
    height: 20rem;
    left: -6rem;
    bottom: -5rem;
    background: radial-gradient(circle, rgba(124, 86, 65, 0.14) 0%, rgba(124, 86, 65, 0) 72%);
}

.landing-kicker,
.landing-section-kicker,
.landing-card-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--salon-gold-deep);
}

.landing-kicker::before,
.landing-section-kicker::before,
.landing-card-kicker::before {
    content: "";
    width: 2.4rem;
    height: 1px;
    background: linear-gradient(90deg, rgba(199, 163, 90, 0), rgba(199, 163, 90, 0.95));
}

.landing-copy-panel {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.6rem;
    max-width: 46rem;
    width: 100%;
    height: 100%;
    padding: 2.2rem 2rem 1.8rem;
    border: 1px solid rgba(223, 203, 189, 0.9);
    border-radius: 1.7rem;
    background:
        linear-gradient(160deg, rgba(255, 252, 248, 0.94) 0%, rgba(249, 239, 229, 0.9) 100%);
    box-shadow: 0 1rem 2.2rem rgba(63, 43, 35, 0.08);
    overflow: hidden;
}

.landing-copy-panel::before {
    content: "";
    position: absolute;
    width: 14rem;
    height: 14rem;
    top: -6rem;
    right: -4rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(199, 141, 114, 0.2) 0%, rgba(199, 141, 114, 0) 72%);
    pointer-events: none;
}

.landing-copy-top {
    position: relative;
    z-index: 1;
}

.landing-copy-bottom {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 1rem;
    margin-top: auto;
}

.landing-title {
    position: relative;
    z-index: 1;
    max-width: 13.6ch;
    margin: 1rem 0 1.2rem;
    font-size: clamp(2.45rem, 4.3vw, 4.1rem);
    line-height: 0.96;
    color: var(--salon-ink);
}

.landing-lead {
    position: relative;
    z-index: 1;
    max-width: 38rem;
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.75;
    color: #654b3c;
}

.landing-proof-list {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 1.4rem;
}

.landing-proof-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0.8rem;
    border: 1px solid rgba(199, 163, 90, 0.46);
    border-radius: 999px;
    background: rgba(255, 248, 242, 0.78);
    color: var(--salon-ink-soft);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    box-shadow: inset 0 0 0 1px rgba(243, 229, 196, 0.55);
}

.landing-hero-actions {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.6rem;
}

.landing-hero-actions .btn {
    min-width: 12.5rem;
}

.landing-stat-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.landing-stat-card,
.landing-info-card,
.landing-service-card,
.landing-team-card,
.landing-empty-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(223, 203, 189, 0.95);
    border-radius: 1.35rem;
    background: rgba(255, 252, 247, 0.9);
    box-shadow: 0 1rem 2.2rem rgba(63, 43, 35, 0.08);
    animation: landing-rise 0.65s ease both;
}

.landing-stat-card::before,
.landing-info-card::before,
.landing-service-card::before,
.landing-team-card::before,
.landing-empty-card::before,
.landing-hero-note::before,
.landing-location-card::before,
.landing-story-copy::before,
.landing-team-mention::before,
.landing-footer-inner::before,
.legal-card::before,
.legal-callout::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 2px;
    background: linear-gradient(90deg, rgba(243, 229, 196, 0.08) 0%, rgba(199, 163, 90, 0.96) 55%, rgba(199, 163, 90, 0.22) 100%);
}

.landing-stat-card {
    padding: 1.15rem 1.2rem;
    background: rgba(255, 252, 247, 0.78);
    backdrop-filter: blur(4px);
}

.landing-stat-card strong {
    display: block;
    font-size: 2rem;
    line-height: 1;
    color: var(--salon-ink);
}

.landing-stat-card span {
    display: block;
    margin-top: 0.35rem;
    color: #75584a;
}

.landing-hero-note {
    position: relative;
    overflow: hidden;
    padding: 1.15rem 1.2rem;
    border: 1px solid rgba(223, 203, 189, 0.92);
    border-radius: 1.35rem;
    background: rgba(255, 250, 244, 0.74);
    box-shadow: 0 1rem 2rem rgba(63, 43, 35, 0.06);
    backdrop-filter: blur(4px);
}

.landing-hero-note .landing-card-kicker {
    margin-bottom: 0.85rem;
}

.landing-hero-note-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
}

.landing-hero-note-grid span {
    display: inline-flex;
    align-items: center;
    min-height: 3rem;
    padding: 0.7rem 0.8rem;
    border-radius: 0.95rem;
    background: rgba(255, 255, 255, 0.74);
    color: #6a4d3f;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.35;
}

.landing-showcase {
    display: grid;
    gap: 1rem;
}

.landing-feature-list {
    display: grid;
    gap: 0.75rem;
    padding-left: 1.15rem;
    margin: 0;
    color: rgba(255, 248, 242, 0.92);
}

.landing-photo-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(223, 203, 189, 0.95);
    border-radius: 1.5rem;
    background: #ead9cd;
    box-shadow: 0 1rem 2.2rem rgba(63, 43, 35, 0.12);
    animation: landing-rise 0.65s ease both;
}

.landing-photo-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.landing-photo-card-primary {
    min-height: 35rem;
}

.landing-photo-card-primary::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(42, 25, 19, 0.08) 8%, rgba(42, 25, 19, 0.18) 48%, rgba(42, 25, 19, 0.78) 100%);
}

.landing-photo-card-secondary {
    min-height: 13rem;
}

.landing-photo-card-detail {
    min-height: 13rem;
}

.landing-photo-caption {
    position: absolute;
    inset: auto 1.35rem 1.35rem 1.35rem;
    z-index: 1;
    padding: 1.35rem;
    border: 1px solid rgba(255, 244, 236, 0.18);
    border-radius: 1.25rem;
    background: rgba(54, 31, 24, 0.42);
    backdrop-filter: blur(8px);
}

.landing-photo-caption .landing-card-kicker {
    color: #f2d69d;
}

.landing-photo-caption .landing-card-kicker::before {
    background: linear-gradient(90deg, rgba(242, 214, 157, 0), rgba(242, 214, 157, 0.95));
}

.landing-photo-caption h2 {
    margin: 0.85rem 0 1rem;
    font-size: clamp(1.9rem, 4vw, 2.65rem);
    line-height: 0.98;
    color: #fff7f2;
}

.landing-location-card {
    position: relative;
    overflow: hidden;
    display: grid;
    gap: 1rem;
    padding: 1.3rem 1.35rem;
    border: 1px solid rgba(223, 203, 189, 0.95);
    border-radius: 1.5rem;
    background:
        linear-gradient(145deg, rgba(255, 250, 244, 0.98) 0%, rgba(244, 232, 221, 0.96) 100%);
    box-shadow: 0 1rem 2.2rem rgba(63, 43, 35, 0.08);
    animation: landing-rise 0.65s ease both;
}

.landing-location-copy h3 {
    margin: 0.8rem 0 0.65rem;
    font-size: clamp(1.5rem, 3vw, 2rem);
    line-height: 1.05;
    color: #3a261d;
}

.landing-location-copy p:last-child {
    margin: 0;
    color: #6a5042;
    line-height: 1.7;
}

.landing-location-map {
    overflow: hidden;
    border: 1px solid rgba(213, 190, 175, 0.92);
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.36);
}

.landing-location-map iframe {
    display: block;
    width: 100%;
    min-height: 280px;
    border: 0;
}

.landing-location-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.landing-location-item {
    padding: 1rem;
    border: 1px solid rgba(213, 190, 175, 0.9);
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.72);
}

.landing-location-item small {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--salon-gold-deep);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.landing-location-item strong {
    display: block;
    color: #4a3228;
    font-size: 1rem;
    line-height: 1.45;
}

.landing-location-item span {
    display: block;
    margin-top: 0.3rem;
    color: #785b4b;
    font-size: 0.88rem;
    line-height: 1.45;
}

.landing-location-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.landing-location-actions .btn {
    flex: 1 1 220px;
}

.landing-section {
    padding: 1.5rem 0 0;
}

.landing-section-heading {
    max-width: 46rem;
    margin-bottom: 1.5rem;
}

.landing-section-heading h2 {
    margin: 0.85rem 0 0;
    font-size: clamp(2.1rem, 4vw, 3.2rem);
    line-height: 1.02;
    color: var(--salon-ink);
}

.landing-story-strip {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 1.25rem;
    align-items: stretch;
    margin-bottom: 1.5rem;
}

.landing-story-copy {
    position: relative;
    overflow: hidden;
    padding: 1.65rem;
    border: 1px solid rgba(223, 203, 189, 0.95);
    border-radius: 1.35rem;
    background: linear-gradient(160deg, rgba(255, 248, 242, 0.98) 0%, rgba(248, 234, 221, 0.96) 100%);
    box-shadow: 0 1rem 2.2rem rgba(63, 43, 35, 0.08);
}

.landing-story-copy h3 {
    margin: 0.85rem 0 0.9rem;
    font-size: clamp(1.8rem, 3vw, 2.45rem);
    line-height: 1.02;
    color: var(--salon-ink);
}

.landing-story-copy p:last-child {
    margin: 0;
    color: #6c5346;
    line-height: 1.75;
}

.landing-story-photo {
    min-height: 19rem;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(223, 203, 189, 0.95);
    border-radius: 1.35rem;
    box-shadow: 0 1rem 2.2rem rgba(63, 43, 35, 0.1);
}

.landing-story-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 28%;
}

.landing-info-card,
.landing-service-card,
.landing-team-card,
.landing-team-mention,
.landing-empty-card {
    height: 100%;
    padding: 1.5rem;
}

.landing-info-card h3,
.landing-service-card h3,
.landing-team-card h3,
.landing-team-mention h3,
.landing-empty-card h3 {
    margin-bottom: 0.75rem;
    font-size: 1.9rem;
    color: var(--salon-ink);
}

.landing-info-card p,
.landing-service-card p,
.landing-team-card p,
.landing-team-mention p,
.landing-empty-card p {
    margin: 0;
    color: #6d5447;
    line-height: 1.7;
}

.landing-service-card {
    background:
        linear-gradient(180deg, rgba(255, 254, 251, 0.98) 0%, rgba(247, 236, 226, 0.95) 100%);
}

.landing-service-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    color: #7a5a49;
    font-size: 0.9rem;
    font-weight: 700;
}

.landing-service-meta strong {
    font-size: 1rem;
    color: var(--salon-gold-deep);
}

.landing-team-card {
    background:
        radial-gradient(circle at top right, rgba(199, 141, 114, 0.16), transparent 34%),
        rgba(255, 252, 247, 0.92);
}

.landing-team-initial {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.1rem;
    height: 3.1rem;
    margin-bottom: 1rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #c78d72 0%, #9b5f44 100%);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 800;
    box-shadow: 0 0.65rem 1.5rem rgba(155, 95, 68, 0.22);
}

.landing-team-mention {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(223, 203, 189, 0.95);
    border-radius: 1.35rem;
    background:
        linear-gradient(160deg, rgba(255, 248, 242, 0.98) 0%, rgba(248, 234, 221, 0.96) 100%);
    box-shadow: 0 1rem 2.2rem rgba(63, 43, 35, 0.08);
}

.landing-team-mention h3 {
    max-width: 30rem;
}

.landing-footer {
    margin-top: 2rem;
    padding: 1.6rem 0 0;
}

.landing-footer-inner {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.3rem 1.5rem;
    border: 1px solid rgba(223, 203, 189, 0.95);
    border-radius: 1.35rem;
    background: rgba(255, 252, 247, 0.9);
    box-shadow: 0 1rem 2.2rem rgba(63, 43, 35, 0.06);
}

.landing-footer-brand {
    margin: 0;
    font-family: "Cormorant Garamond", "Times New Roman", serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--salon-ink);
}

.landing-footer-copy {
    margin: 0.2rem 0 0;
    color: #6d5447;
}

.landing-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.landing-footer-links a {
    color: var(--salon-ink-soft);
    font-weight: 700;
    text-decoration: none;
}

.landing-footer-links a:hover,
.landing-footer-links a:focus {
    color: var(--salon-gold-deep);
    text-decoration: underline;
}

.legal-page {
    padding: 2.25rem 0 0;
}

.legal-page-hero {
    max-width: 52rem;
    margin-bottom: 1.5rem;
}

.legal-page-hero h1 {
    margin: 0.85rem 0 0.9rem;
    font-size: clamp(2.5rem, 4.5vw, 4rem);
    line-height: 0.98;
    color: #32211a;
}

.legal-page-hero p {
    margin: 0;
    color: #6b5143;
    font-size: 1.05rem;
    line-height: 1.75;
}

.legal-callout,
.legal-card {
    border: 1px solid rgba(223, 203, 189, 0.95);
    border-radius: 1.35rem;
    background: rgba(255, 252, 247, 0.92);
    box-shadow: 0 1rem 2.2rem rgba(63, 43, 35, 0.07);
}

.legal-callout {
    position: relative;
    overflow: hidden;
    margin-bottom: 1.5rem;
    padding: 1.2rem 1.3rem;
    background: linear-gradient(145deg, rgba(255, 248, 242, 0.98) 0%, rgba(248, 234, 221, 0.95) 100%);
}

.legal-callout strong {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--salon-ink-soft);
}

.legal-callout p {
    margin: 0;
    color: #6a5143;
    line-height: 1.7;
}

.legal-layout {
    display: grid;
    gap: 1rem;
}

.legal-card {
    position: relative;
    overflow: hidden;
    padding: 1.45rem 1.5rem;
}

.legal-card h2 {
    margin: 0 0 0.85rem;
    font-size: 2rem;
    color: var(--salon-ink);
}

.legal-card p {
    margin: 0;
    color: #6b5143;
    line-height: 1.75;
}

.legal-card p + p {
    margin-top: 0.85rem;
}

.legal-data-list {
    display: grid;
    gap: 0.9rem;
    margin: 1rem 0 0;
}

.legal-data-list div {
    padding: 0.9rem 1rem;
    border: 1px solid rgba(213, 190, 175, 0.9);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.72);
}

.legal-data-list dt {
    margin: 0 0 0.3rem;
    color: var(--salon-gold-deep);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.legal-data-list dd {
    margin: 0;
    color: var(--salon-ink-soft);
    font-weight: 700;
    line-height: 1.5;
}

@keyframes landing-rise {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.status-trigger {
    border: 0;
    cursor: pointer;
    box-shadow: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.status-trigger:hover,
.status-trigger:focus {
    transform: translateY(-1px);
    filter: brightness(0.97);
    box-shadow: 0 0.35rem 0.8rem rgba(63, 43, 35, 0.14);
}

.bg-secondary {
    background-color: #9c8171 !important;
}

.bg-info {
    background-color: var(--salon-info) !important;
}

.bg-success {
    background-color: var(--salon-success) !important;
}

.bg-danger {
    background-color: var(--salon-danger) !important;
}

.auth-wrapper {
    min-height: calc(100vh - 9rem);
}

.auth-card {
    max-width: 32rem;
    margin-inline: auto;
}

.auth-card .card-body {
    background: linear-gradient(180deg, #fffefe 0%, #f9f1ea 100%);
}

.auth-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.auth-logo-image {
    width: min(13rem, 48vw);
    height: auto;
    display: block;
    filter: drop-shadow(0 0.55rem 1rem rgba(63, 43, 35, 0.18));
}

.worker-shell {
    max-width: 1100px;
    margin: 0 auto;
}

.worker-header {
    margin-bottom: 1.4rem;
}

.worker-title {
    font-family: "Cormorant Garamond", "Times New Roman", serif;
    font-size: clamp(2rem, 4vw, 2.7rem);
    margin: 0;
    color: #3d2b21;
}

.worker-subtitle {
    margin: 0.25rem 0 0;
    color: #74584a;
}

.worker-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.24rem 0.58rem;
    border-radius: 999px;
    border: 1px solid #d8bfae;
    background: #f7e7da;
    color: #6f4d3b;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.worker-employee-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.worker-employee-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.35rem;
    min-height: 150px;
    padding: 1.2rem 1.1rem;
    border-radius: 1rem;
    border: 1px solid #dbc6b7;
    background: linear-gradient(140deg, #fffdf9 0%, #f4e7db 100%);
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.worker-employee-card:hover,
.worker-employee-card:focus {
    transform: translateY(-2px);
    border-color: #b9896f;
    box-shadow: 0 0.9rem 1.5rem rgba(63, 43, 35, 0.16);
}

.worker-employee-name {
    font-family: "Cormorant Garamond", "Times New Roman", serif;
    font-size: 1.9rem;
    color: #3f2b23;
    line-height: 1;
}

.worker-employee-meta {
    color: #7b5c4c;
    font-weight: 600;
}

.worker-home-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    width: 100%;
    border-radius: 1rem;
    border: 1px solid #d3b09d;
    background: linear-gradient(135deg, #fff9f2 0%, #f3dfd1 100%);
    color: #4a3126;
    text-decoration: none;
    font-family: "Cormorant Garamond", "Times New Roman", serif;
    font-size: clamp(1.8rem, 3.2vw, 2.35rem);
    font-weight: 700;
    line-height: 1.1;
    padding: 1rem;
}

.worker-home-btn:hover,
.worker-home-btn:focus {
    color: #3a271f;
    background: linear-gradient(135deg, #fff5ea 0%, #ecd3c2 100%);
    border-color: #bc8f76;
    box-shadow: 0 0.9rem 1.5rem rgba(63, 43, 35, 0.18);
    transform: translateY(-1px);
}

.worker-action-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.worker-action-card {
    display: block;
    min-height: 180px;
    padding: 1.3rem;
    border-radius: 1rem;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 0.75rem 1.4rem rgba(55, 35, 28, 0.2);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.worker-action-card:hover,
.worker-action-card:focus {
    transform: translateY(-2px);
    box-shadow: 0 1rem 1.6rem rgba(45, 28, 22, 0.25);
    color: #fff;
}

.worker-action-card h2 {
    margin: 0 0 0.35rem;
    font-size: 2rem;
}

.worker-action-card p {
    margin: 0;
    font-size: 1rem;
}

.worker-action-card-citas {
    background: linear-gradient(135deg, #91614d 0%, #b98566 100%);
}

.worker-action-card-caja {
    background: linear-gradient(135deg, #30526f 0%, #46728f 100%);
}

.quick-client-status {
    border: 1px solid #dbc6b8;
    background: #fff8f1;
    color: #5f4638;
    border-radius: 0.7rem;
    padding: 0.65rem 0.8rem;
    font-weight: 600;
}

.quick-client-status.status-ok {
    border-color: #8dc5a2;
    background: #edf9f0;
    color: #245f39;
}

.quick-client-status.status-new {
    border-color: #d9bc84;
    background: #fff7e8;
    color: #7d5a1f;
}

.quick-client-suggestions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.quick-last-service {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.8rem;
    padding: 0.7rem 0.8rem;
    border: 1px solid #d8c3b3;
    border-radius: 0.7rem;
    background: #fffdf9;
}

.quick-last-service small {
    display: block;
    color: #7d6356;
    font-weight: 600;
}

.quick-last-service p {
    color: #3f2b23;
    font-weight: 700;
}

.quick-cita-preview {
    border: 1px dashed #cfb2a0;
    border-radius: 0.7rem;
    background: #fffaf6;
    padding: 0.75rem 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: #5b4337;
    font-weight: 600;
}

.quick-cita-preview strong {
    color: #3f2b23;
}

.quick-overlap-status {
    border: 1px solid #d8c5b7;
    background: #fff9f3;
    color: #634a3d;
    border-radius: 0.7rem;
    padding: 0.62rem 0.8rem;
    font-weight: 700;
}

.quick-overlap-status.status-ok {
    border-color: #95c9a8;
    background: #eef9f1;
    color: #2a5f39;
}

.quick-overlap-status.status-warn {
    border-color: #deb08f;
    background: #fff3e6;
    color: #8a4f26;
}

.quick-overlap-list {
    margin: 0;
    padding: 0.62rem 0.9rem;
    border: 1px dashed #d3b5a0;
    border-radius: 0.68rem;
    background: #fffaf6;
    color: #5c4336;
    display: grid;
    gap: 0.22rem;
    font-size: 0.87rem;
    list-style: none;
}

.timeline-card {
    overflow: hidden;
}

.timeline-scroll {
    overflow-x: auto;
    padding-bottom: 0.35rem;
}

.timeline-head-grid {
    display: grid;
    min-width: 860px;
    border-bottom: 1px solid #e2d3c8;
    background: #f9efe7;
}

.timeline-corner {
    min-height: 3rem;
    border-right: 1px solid #e2d3c8;
}

.timeline-employee-head {
    min-height: 3rem;
    border-right: 1px solid #e2d3c8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #5f4639;
    padding: 0.45rem;
    text-align: center;
}

.timeline-employee-head.is-current {
    background: #f3ddd0;
    color: #4d3529;
}

.timeline-body-grid {
    display: grid;
    min-width: 860px;
    --slot-height: 64px;
}

.timeline-hours-col {
    border-right: 1px solid #e2d3c8;
    background: #fffaf6;
}

.timeline-hour-label {
    height: var(--slot-height);
    padding-top: 0.15rem;
    text-align: center;
    color: #7a5f50;
    font-size: 0.8rem;
    font-weight: 700;
    border-bottom: 1px solid #efe2d9;
}

.timeline-employee-col {
    position: relative;
    border-right: 1px solid #e2d3c8;
    min-height: calc(var(--slot-height) * var(--slots-count));
    background: #fffcf9;
}

.timeline-hour-slot {
    height: var(--slot-height);
    border-bottom: 1px solid #efe2d9;
}

.calendar-slot-clickable {
    cursor: pointer;
}

.calendar-slot-clickable:hover {
    background: #f3e6db;
}

.timeline-event {
    position: absolute;
    left: 0.45rem;
    right: 0.45rem;
    padding: 0.36rem 0.45rem;
    border-radius: 0.58rem;
    border: 1px solid transparent;
    box-shadow: 0 0.35rem 0.8rem rgba(63, 43, 35, 0.12);
    overflow: hidden;
    z-index: 3;
}

.timeline-event small {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    margin-bottom: 0.08rem;
}

.timeline-event strong {
    display: block;
    font-size: 0.88rem;
    line-height: 1.1;
}

.timeline-event span {
    display: block;
    font-size: 0.76rem;
    line-height: 1.1;
    opacity: 0.95;
}

.calendar-event-color-1 {
    background: #ffe8bf;
    border-color: #f2c779;
    color: #704a16;
}

.calendar-event-color-2 {
    background: #d8eff9;
    border-color: #97c9dd;
    color: #24556b;
}

.calendar-event-color-3 {
    background: #dbf3df;
    border-color: #9ed1a8;
    color: #2f5a38;
}

.calendar-event-color-4 {
    background: #f8dfe0;
    border-color: #e3a9ad;
    color: #7b3137;
}

.calendar-event-color-5 {
    background: #f4e3d5;
    border-color: #ddbca8;
    color: #6b4735;
}

.calendar-event-color-6 {
    background: #efe4d5;
    border-color: #d8c2a9;
    color: #5b4734;
}

.timeline-overlap-zone {
    position: absolute;
    left: 0.35rem;
    right: 0.35rem;
    border-top: 2px dashed rgba(76, 52, 40, 0.55);
    border-bottom: 2px dashed rgba(76, 52, 40, 0.55);
    background: rgba(188, 143, 120, 0.14);
    border-radius: 0.35rem;
    z-index: 2;
    pointer-events: none;
}

.calendar-hour-label {
    cursor: pointer;
}

.calendar-hour-label:hover {
    filter: brightness(0.98);
}

.calendar-hour-label:hover {
    background: #f3e6db;
}

.calendar-clickable-event {
    cursor: pointer;
}

.calendar-clickable-event:hover {
    filter: brightness(0.97);
}

.week-grid-scroll,
.month-grid-scroll {
    overflow-x: auto;
}

.week-grid {
    min-width: 1020px;
    display: grid;
    grid-template-columns: repeat(7, minmax(140px, 1fr));
    gap: 0.75rem;
}

.week-day-card {
    border: 1px solid #e2d3c8;
    border-radius: 0.85rem;
    background: #fffdfb;
    padding: 0.6rem;
}

.week-day-card header {
    border-bottom: 1px solid #f0e3da;
    padding-bottom: 0.35rem;
    margin-bottom: 0.45rem;
}

.week-day-card header small {
    display: block;
    color: #806758;
    font-weight: 700;
}

.week-day-card header strong {
    color: #4f382d;
}

.week-day-events {
    display: grid;
    gap: 0.45rem;
}

.week-event {
    border: 1px solid transparent;
    border-radius: 0.62rem;
    padding: 0.38rem 0.45rem;
    font-size: 0.8rem;
}

.week-event strong {
    display: block;
    line-height: 1.15;
}

.week-event span {
    display: block;
    line-height: 1.15;
}

.week-event em {
    display: block;
    margin-top: 0.12rem;
    font-style: normal;
    font-size: 0.74rem;
    opacity: 0.85;
}

.month-grid-head {
    min-width: 1020px;
    display: grid;
    grid-template-columns: repeat(7, minmax(140px, 1fr));
    border: 1px solid #eaded4;
    border-bottom: 0;
    background: #f8eee6;
}

.month-grid-head span {
    padding: 0.55rem 0.35rem;
    text-align: center;
    font-size: 0.78rem;
    font-weight: 700;
    color: #6f5446;
    border-right: 1px solid #eaded4;
}

.month-grid-head span:last-child {
    border-right: 0;
}

.month-grid {
    min-width: 1020px;
    display: grid;
    grid-template-columns: repeat(7, minmax(140px, 1fr));
}

.month-day-card {
    min-height: 130px;
    border: 1px solid #eaded4;
    border-top: 0;
    border-right: 0;
    background: #fffdfb;
    padding: 0.45rem;
}

.month-day-card:nth-child(7n) {
    border-right: 1px solid #eaded4;
}

.month-day-card header {
    font-weight: 700;
    color: #553d30;
    margin-bottom: 0.25rem;
}

.month-day-card.is-other-month {
    background: #f7f2ed;
    color: #9c8376;
}

.month-day-events {
    display: grid;
    gap: 0.32rem;
}

.month-event {
    border: 1px solid transparent;
    border-radius: 0.45rem;
    padding: 0.2rem 0.32rem;
    font-size: 0.72rem;
    line-height: 1.2;
}

.cash-summary {
    display: grid;
    gap: 0.9rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 1rem;
    border: 1px solid #dcc9bb;
    border-radius: 0.9rem;
    background: #fffaf5;
}

.cash-summary small {
    display: block;
    margin-bottom: 0.15rem;
    color: #7e6354;
    font-weight: 600;
}

.cash-summary strong {
    font-size: 1.12rem;
    color: #3f2b23;
}

.cash-change strong {
    color: #1e5e34;
}

.cash-note {
    color: #5f4b40;
    font-weight: 600;
}

.cash-display {
    width: 100%;
    min-height: 3.3rem;
    border-radius: 0.75rem;
    border: 1px solid #d0b8a9;
    background: #fff;
    padding: 0.8rem 1rem;
    text-align: right;
    font-size: 1.45rem;
    font-weight: 700;
    color: #3f2b23;
}

.cash-keypad {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.5rem;
}

.cash-key {
    border: 1px solid #d2b8a8;
    border-radius: 0.65rem;
    background: #fff8f1;
    color: #3f2b23;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 0.75rem 0.4rem;
}

.cash-key:hover,
.cash-key:focus {
    background: #f5e3d5;
}

.cash-key-action {
    background: #f0dece;
}

.cash-key-wide {
    grid-column: span 3;
}

.cash-input-active {
    border-color: #9b6f58;
    box-shadow: 0 0 0 0.2rem rgba(155, 111, 88, 0.18);
}

@media (max-width: 991.98px) {
    .app-user-menu {
        border-left: 0;
        padding-left: 0;
        margin-top: 0.8rem;
    }

    .app-nav-menu {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 0.8rem;
    }

    .app-nav-link {
        display: block;
        width: 100%;
        border-radius: 0.68rem;
    }

    .timeline-head-grid,
    .timeline-body-grid {
        min-width: 740px;
    }

    .week-grid,
    .month-grid-head,
    .month-grid {
        min-width: 860px;
    }

    .landing-title {
        max-width: none;
    }

    .landing-copy-panel {
        max-width: none;
    }

    .landing-stat-grid {
        grid-template-columns: 1fr;
    }

    .landing-hero-note-grid {
        grid-template-columns: 1fr 1fr;
    }

    .landing-story-strip {
        grid-template-columns: 1fr;
    }

    .landing-footer-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767.98px) {
    .brand-logo {
        width: 3.1rem;
    }

    .brand-kicker {
        font-size: 0.56rem;
    }

    .brand-name {
        font-size: 1.34rem;
    }

    .page-title {
        font-size: 1.9rem;
    }

    .table > :not(caption) > * > * {
        padding: 0.72rem 0.75rem;
    }

    .worker-action-card h2 {
        font-size: 1.65rem;
    }

    .cash-summary {
        grid-template-columns: 1fr;
    }

    .cash-key {
        padding: 0.65rem 0.3rem;
    }

    .landing-main {
        padding-bottom: 3.5rem;
    }

    .landing-copy-panel {
        padding: 1.5rem 1.15rem 1.2rem;
        border-radius: 1.35rem;
        gap: 1.2rem;
    }

    .landing-hero {
        padding-top: 2.9rem;
    }

    .landing-hero-note-grid {
        grid-template-columns: 1fr;
    }

    .landing-photo-card-primary,
    .landing-story-photo {
        min-height: 15rem;
    }

    .landing-location-map iframe {
        min-height: 240px;
    }

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

    .landing-location-actions .btn {
        width: 100%;
        flex-basis: 100%;
    }

    .landing-photo-caption {
        inset: auto 1rem 1rem 1rem;
        padding: 1rem;
    }

    .landing-title {
        font-size: clamp(2.6rem, 12vw, 3.8rem);
    }

    .landing-lead {
        font-size: 1rem;
    }

    .landing-hero-actions .btn {
        width: 100%;
        min-width: 0;
    }

    .landing-section-heading h2,
    .landing-photo-caption h2,
    .landing-story-copy h3,
    .landing-info-card h3,
    .landing-service-card h3,
    .landing-team-card h3,
    .landing-empty-card h3,
    .landing-team-mention h3,
    .legal-card h2 {
        font-size: 1.7rem;
    }

    .landing-footer-inner,
    .legal-card,
    .legal-callout {
        padding: 1.2rem;
    }

    .legal-page-hero h1 {
        font-size: clamp(2.2rem, 10vw, 3rem);
    }
}
