html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}



/* Lumina Interiors — hero banner
   Drop into wwwroot/css/hero.css and link from _Layout.cshtml */

:root {
    --li-ivory: #f6f3ee;
    --li-linen: #ece6dc;
    --li-sand: #d9cfc0;
    --li-ink: #1b1a18;
    --li-ink-soft: #3c3a36;
    --li-muted: #6d6962;
    --li-sage: #4f5d4c;
    --li-sage-deep: #3a4638;
    --li-gold: #b8925a;
    --li-white: #fffcf8;
    --li-shadow: 0 24px 60px rgba(27, 26, 24, 0.14);
    --li-radius: 22px;
    --li-max: 1180px;
}

.li-hero {
    position: relative;
    isolation: isolate;
    background: var(--li-ivory);
    color: var(--li-ink);
    overflow: hidden;
}

    .li-hero::before {
        content: "";
        position: absolute;
        inset: auto -8% -18% auto;
        width: min(48vw, 560px);
        height: min(48vw, 560px);
        background: radial-gradient(circle, rgba(79, 93, 76, 0.08), transparent 68%);
        pointer-events: none;
        z-index: 0;
    }

.li-hero__inner {
    position: relative;
    z-index: 1;
    width: min(100% - 2.5rem, var(--li-max));
    margin: 0 auto;
    padding: 2.25rem 0 3.5rem;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 3.25rem;
    align-items: center;
    min-height: calc(100svh - 88px);
}

.li-hero__copy {
    max-width: 36rem;
}

.li-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    margin: 0 0 1.15rem;
    font-family: "Source Sans 3", system-ui, sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--li-sage);
}

    .li-kicker::before {
        content: "";
        width: 1.75rem;
        height: 1px;
        background: var(--li-gold);
    }

.li-hero h1 {
    margin: 0 0 1.1rem;
    font-family: "Cormorant Garamond", "Times New Roman", serif;
    font-weight: 500;
    font-size: clamp(2.6rem, 5.4vw, 4.35rem);
    line-height: 1.06;
    letter-spacing: -0.025em;
    color: var(--li-ink);
}

    .li-hero h1 em {
        font-style: italic;
        font-weight: 500;
        color: var(--li-sage-deep);
    }

.li-lede {
    margin: 0 0 1.85rem;
    max-width: 33rem;
    font-family: "Source Sans 3", system-ui, sans-serif;
    font-size: 1.08rem;
    line-height: 1.65;
    color: var(--li-ink-soft);
}

.li-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 2rem;
}

.li-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 3.05rem;
    padding: 0.7rem 1.35rem;
    border-radius: 999px;
    border: 1px solid transparent;
    font-family: "Source Sans 3", system-ui, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-decoration: none;
    transition: background 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

    .li-btn:focus-visible {
        outline: 2px solid var(--li-sage);
        outline-offset: 3px;
    }

.li-btn--primary {
    background: var(--li-sage-deep);
    color: var(--li-white);
}

    .li-btn--primary:hover {
        background: var(--li-sage);
        color: var(--li-white);
        transform: translateY(-1px);
    }

.li-btn--ghost {
    background: transparent;
    color: var(--li-ink);
    border-color: rgba(27, 26, 24, 0.18);
}

    .li-btn--ghost:hover {
        border-color: var(--li-ink);
        background: rgba(255, 252, 248, 0.7);
    }

.li-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 1.35rem;
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: "Source Sans 3", system-ui, sans-serif;
    font-size: 0.86rem;
    color: var(--li-muted);
}

    .li-trust li {
        display: inline-flex;
        align-items: center;
        gap: 0.45rem;
    }

    .li-trust svg {
        width: 16px;
        height: 16px;
        flex: none;
        color: var(--li-sage);
    }

.li-hero__media {
    position: relative;
    min-height: 420px;
}

.li-frame {
    position: relative;
    border-radius: var(--li-radius);
    overflow: hidden;
    box-shadow: var(--li-shadow);
    aspect-ratio: 4 / 5;
    max-height: 640px;
    background: var(--li-linen);
}

    .li-frame img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transform: scale(1.02);
    }

.li-badge {
    position: absolute;
    top: 1.1rem;
    left: 1.1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 252, 248, 0.92);
    backdrop-filter: blur(10px);
    font-family: "Source Sans 3", system-ui, sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--li-ink);
    box-shadow: 0 8px 24px rgba(27, 26, 24, 0.08);
}

    .li-badge span {
        color: var(--li-gold);
        letter-spacing: 0.04em;
    }

.li-inset {
    position: absolute;
    right: -1.15rem;
    bottom: 1.6rem;
    width: min(46%, 240px);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(27, 26, 24, 0.2);
    border: 4px solid var(--li-ivory);
    aspect-ratio: 5 / 4;
    background: var(--li-linen);
}

    .li-inset img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.li-caption {
    position: absolute;
    left: 1.15rem;
    bottom: 1.15rem;
    max-width: 14rem;
    padding: 0.7rem 0.85rem;
    border-radius: 14px;
    background: rgba(27, 26, 24, 0.62);
    color: var(--li-white);
    font-family: "Source Sans 3", system-ui, sans-serif;
    font-size: 0.78rem;
    line-height: 1.4;
    backdrop-filter: blur(8px);
}

@media (max-width: 960px) {
    .li-hero__inner {
        grid-template-columns: 1fr;
        gap: 2.25rem;
        padding-top: 1.6rem;
        min-height: unset;
    }

    .li-hero__copy {
        max-width: 40rem;
    }

    .li-hero__media {
        min-height: unset;
        order: -1;
    }

    .li-frame {
        aspect-ratio: 16 / 11;
        max-height: 420px;
    }

    .li-inset {
        width: min(42%, 200px);
        right: 0.85rem;
        bottom: 1rem;
    }
}

@media (max-width: 560px) {
    .li-hero__inner {
        width: min(100% - 1.5rem, var(--li-max));
        padding-bottom: 2.4rem;
    }

    .li-btn {
        width: 100%;
    }

    .li-inset {
        display: none;
    }

    .li-caption {
        max-width: calc(100% - 2rem);
    }
}

@media (prefers-reduced-motion: reduce) {
    .li-btn {
        transition: none;
    }
}

/* Optional slim header styles if you use the included _Layout snippet */
.li-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(246, 243, 238, 0.88);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(27, 26, 24, 0.06);
}

.li-header__inner {
    width: min(100% - 2.5rem, var(--li-max));
    margin: 0 auto;
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.li-logo {
    display: inline-flex;
    align-items: baseline;
    gap: 0.4rem;
    text-decoration: none;
    color: var(--li-ink);
    font-family: "Cormorant Garamond", serif;
    font-size: 1.55rem;
    font-weight: 600;
    letter-spacing: -0.02em;
}

    .li-logo small {
        font-family: "Source Sans 3", sans-serif;
        font-size: 0.68rem;
        font-weight: 600;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        color: var(--li-sage);
    }

.li-nav {
    display: flex;
    align-items: center;
    gap: 1.4rem;
}

    .li-nav a {
        font-family: "Source Sans 3", sans-serif;
        font-size: 0.92rem;
        color: var(--li-ink-soft);
        text-decoration: none;
    }

        .li-nav a:hover,
        .li-nav a[aria-current="page"] {
            color: var(--li-ink);
        }

.li-nav__cta {
    padding: 0.45rem 0.95rem;
    border-radius: 999px;
    background: var(--li-ink);
    color: var(--li-white) !important;
}

@media (max-width: 720px) {
    .li-nav a:not(.li-nav__cta) {
        display: none;
    }
}


.hero {
    position: relative;
    min-height: 72vh;
    display: flex;
    align-items: center;
    color: #f4f1ec;
    overflow: hidden;
    background: #1a1c1f;
}

.hero__media {
    position: absolute;
    inset: 0;
    background: url("/img/hero-interior.jpg") center / cover no-repeat;
}

.hero__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient( 90deg, rgba(14, 15, 17, 0.88) 0%, rgba(14, 15, 17, 0.62) 46%, rgba(14, 15, 17, 0.28) 100% );
}

.hero__content {
    position: relative;
    z-index: 1;
    width: min(100% - 2.5rem, 1120px);
    margin: 0 auto;
    padding: 4.5rem 0;
    max-width: 36rem;
}

.hero__kicker {
    margin: 0 0 0.75rem;
    font-family: "Source Sans 3", system-ui, sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #c4a574;
}

.hero h1 {
    margin: 0 0 0.9rem;
    font-family: "Source Sans 3", system-ui, sans-serif;
    font-size: clamp(2.1rem, 4.4vw, 3.15rem);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.hero__lede {
    margin: 0 0 1.5rem;
    font-family: "Source Sans 3", system-ui, sans-serif;
    font-size: 1.05rem;
    line-height: 1.6;
    color: #d5d1cb;
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.hero .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.85rem;
    padding: 0.55rem 1.2rem;
    border-radius: 4px;
    font-family: "Source Sans 3", system-ui, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
}

.hero .btn-primary {
    background: #c4a574;
    color: #1a1c1f;
}

    .hero .btn-primary:hover {
        background: #d2b78a;
        color: #1a1c1f;
    }

.hero .btn-ghost {
    background: transparent;
    color: #f4f1ec;
    border: 1px solid rgba(244, 241, 236, 0.35);
}

    .hero .btn-ghost:hover {
        border-color: #f4f1ec;
    }

.hero__meta {
    margin: 1.35rem 0 0;
    font-family: "Source Sans 3", system-ui, sans-serif;
    font-size: 0.82rem;
    letter-spacing: 0.02em;
    color: #a8a39b;
}

@media (max-width: 640px) {
    .hero {
        min-height: 78vh;
    }

    .hero__shade {
        background: linear-gradient( 180deg, rgba(14, 15, 17, 0.55) 0%, rgba(14, 15, 17, 0.88) 100% );
    }

    .hero .btn {
        width: 100%;
    }
}


:root {
    --rr-black: #0c0d0f;
    --rr-ink: #16181c;
    --rr-white: #fbfbfb;
    --rr-muted: #9aa0a8;
    --rr-line: #2a2e34;
    --rr-blue: #59b6fc;
}

body {
    font-family: "Source Sans 3", system-ui, sans-serif;
    background: var(--rr-black);
    color: var(--rr-white);
}

.wrap {
    width: min(100% - 2.5rem, 1080px);
    margin: 0 auto;
}

.hero {
    position: relative;
    min-height: 78vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--rr-black);
}

.hero__media {
    position: absolute;
    inset: 0;
    background: url("/img/hero-interior.jpg") center / cover no-repeat;
}

.hero__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient( 90deg, rgba(12, 13, 15, 0.92) 0%, rgba(12, 13, 15, 0.72) 48%, rgba(12, 13, 15, 0.35) 100% );
}

.hero__content {
    position: relative;
    z-index: 1;
    width: min(100% - 2.5rem, 1080px);
    margin: 0 auto;
    padding: 5rem 0 6rem;
    max-width: 36rem;
}

.hero__logo {
    display: block;
    width: 96px;
    height: auto;
    margin: 0 0 1.25rem;
}

.hero__kicker,
.section-kicker {
    margin: 0 0 0.7rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--rr-blue);
}

.hero h1,
.plans h2,
.book-cta h2 {
    margin: 0 0 0.9rem;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.hero__lede,
.section-lede {
    margin: 0 0 1.6rem;
    max-width: 34rem;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #c5c9ce;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.9rem;
    padding: 0.55rem 1.25rem;
    border-radius: 4px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
}

.btn-primary {
    background: var(--rr-blue);
    color: var(--rr-black);
}

    .btn-primary:hover {
        background: #7cc5fd;
        color: var(--rr-black);
    }

.plans {
    background: #111317;
    padding: 7rem 0 8rem;
}

.plan-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-top: 2.75rem;
}

.plan {
    padding: 1.6rem 1.4rem 1.7rem;
    border: 1px solid var(--rr-line);
    border-radius: 10px;
    background: var(--rr-ink);
}

.plan--featured {
    border-color: var(--rr-blue);
}

.plan__tag {
    margin: 0 0 0.7rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--rr-blue);
}

.plan__name {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 700;
}

.plan__price {
    margin: 0.35rem 0 0.85rem;
    color: var(--rr-blue);
    font-weight: 600;
}

.plan__text {
    margin: 0 0 1.1rem;
    color: #c5c9ce;
    line-height: 1.6;
}

.plan ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.plan li {
    padding: 0.45rem 0;
    border-top: 1px solid var(--rr-line);
    color: #d7dbdf;
    font-size: 0.95rem;
}

.book-cta {
    padding: 7rem 0 8rem;
    background: var(--rr-black);
    border-top: 1px solid var(--rr-line);
}

.book-cta__inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
}

.book-cta .section-lede {
    margin-bottom: 0;
}

@media (max-width: 860px) {
    .plan-grid,
    .book-cta__inner {
        grid-template-columns: 1fr;
        display: grid;
    }

    .hero,
    .plans,
    .book-cta {
        min-height: unset;
    }

    .hero__content,
    .plans,
    .book-cta {
        padding-top: 4.5rem;
        padding-bottom: 5rem;
    }
}

.team {
    position: relative;
    min-height: 68vh;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: #111317;
}

.team__photo {
    position: absolute;
    inset: 0;
    background: url("/img/team.jpg") center / cover no-repeat;
}

.team__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient( 180deg, rgba(12, 13, 15, 0.15) 0%, rgba(12, 13, 15, 0.35) 45%, rgba(12, 13, 15, 0.88) 100% );
}

.team__content {
    position: relative;
    z-index: 1;
    padding: 8rem 0 4.5rem;
    max-width: 38rem;
}

.team h2 {
    margin: 0 0 0.9rem;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    letter-spacing: -0.03em;
}

.team__lede {
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.75;
    color: #d7dbdf;
}

@media (max-width: 860px) {
    .team {
        min-height: 60vh;
    }

    .team__content {
        padding: 6rem 0 3.5rem;
    }
}

.services {
    padding: 7rem 0 8rem;
    background: #111317;
    border-top: 1px solid var(--rr-line);
}

    .services h2 {
        margin: 0 0 0.9rem;
        font-size: clamp(2rem, 4vw, 3rem);
        font-weight: 700;
        letter-spacing: -0.03em;
    }

.service-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    margin-top: 2.75rem;
}

.service-group {
    padding: 1.8rem 1.6rem 1.4rem;
    border: 1px solid var(--rr-line);
    border-radius: 10px;
    background: var(--rr-ink);
}

    .service-group h3 {
        margin: 0 0 1.1rem;
        font-size: 0.78rem;
        font-weight: 700;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        color: var(--rr-blue);
    }

    .service-group ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .service-group li {
        padding: 1rem 0;
        border-top: 1px solid var(--rr-line);
    }

        .service-group li:first-child {
            border-top: 0;
            padding-top: 0;
        }

    .service-group strong {
        display: block;
        margin-bottom: 0.25rem;
        font-size: 1.15rem;
    }

    .service-group span {
        display: block;
        color: #c5c9ce;
        line-height: 1.55;
    }

@media (max-width: 860px) {
    .service-split {
        grid-template-columns: 1fr;
    }
}

.book-cta {
    padding: 7rem 0 8rem;
    background: var(--rr-black);
    border-top: 1px solid var(--rr-line);
}

.book-cta__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}

.book-card {
    padding: 2rem 1.7rem 1.8rem;
    border: 1px solid var(--rr-line);
    border-radius: 10px;
    background: var(--rr-ink);
}

.book-card--alt {
    border-color: rgba(89, 182, 252, 0.45);
}

.book-card h2 {
    margin: 0 0 0.9rem;
    font-size: clamp(1.7rem, 3vw, 2.2rem);
    font-weight: 700;
    letter-spacing: -0.03em;
}

.book-card .section-lede {
    margin-bottom: 1.4rem;
}

.btn-ghost {
    background: transparent;
    color: var(--rr-white);
    border: 1px solid rgba(251, 251, 251, 0.35);
}

    .btn-ghost:hover {
        border-color: var(--rr-blue);
        color: var(--rr-blue);
    }

@media (max-width: 860px) {
    .book-cta__grid {
        grid-template-columns: 1fr;
    }
}

.book-page {
    padding: 4.5rem 0 7rem;
    background: var(--rr-black);
    min-height: 80vh;
}

    .book-page h1 {
        margin: 0 0 0.9rem;
        font-size: clamp(2rem, 4vw, 3rem);
        font-weight: 700;
        letter-spacing: -0.03em;
    }

.week-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin: 2rem 0 1.5rem;
}

.week-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.7rem;
}

.day-col {
    min-height: 12rem;
    padding: 0.85rem 0.7rem;
    border: 1px solid var(--rr-line);
    border-radius: 10px;
    background: var(--rr-ink);
}

    .day-col h3 {
        margin: 0 0 0.7rem;
        font-size: 0.78rem;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: var(--rr-blue);
    }

.slot,
.admin-slot {
    display: block;
    width: 100%;
    margin: 0 0 0.45rem;
    padding: 0.45rem 0.5rem;
    border-radius: 6px;
    border: 1px solid var(--rr-line);
    background: transparent;
    color: var(--rr-white);
    font: inherit;
    text-align: left;
}

.slot--free {
    cursor: pointer;
}

    .slot--free:hover,
    .slot--free.is-on {
        border-color: var(--rr-blue);
        color: var(--rr-blue);
    }

.slot--busy,
.admin-slot.slot--busy {
    opacity: 0.55;
}

.admin-slot small {
    display: block;
    color: #c5c9ce;
    font-size: 0.75rem;
}

.muted {
    color: var(--rr-muted);
    font-size: 0.88rem;
}

.book-form {
    margin-top: 2.5rem;
    padding: 1.6rem;
    border: 1px solid var(--rr-line);
    border-radius: 10px;
    background: var(--rr-ink);
}

.picked {
    color: var(--rr-blue);
    font-weight: 600;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.9rem;
}

    .form-grid label,
    .book-form label {
        display: flex;
        flex-direction: column;
        gap: 0.35rem;
        font-size: 0.9rem;
    }

    .form-grid .wide {
        grid-column: 1 / -1;
    }

    .form-grid input,
    .form-grid select,
    .form-grid textarea,
    .book-form input {
        padding: 0.55rem 0.65rem;
        border-radius: 6px;
        border: 1px solid var(--rr-line);
        background: var(--rr-black);
        color: var(--rr-white);
    }

.form-errors {
    color: #f3a7a7;
    margin-bottom: 1rem;
}

.linkish {
    background: none;
    border: 0;
    color: var(--rr-blue);
    padding: 0;
    cursor: pointer;
    font: inherit;
}

.admin-tools {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    margin-top: 2rem;
}

@media (max-width: 900px) {
    .week-grid,
    .form-grid,
    .admin-tools {
        grid-template-columns: 1fr;
    }
}
a.admin-slot {
    text-decoration: none;
    color: inherit;
}

    a.admin-slot:hover {
        border-color: var(--rr-blue);
    }

.detail-list {
    display: grid;
    gap: 0.85rem;
    margin: 1.5rem 0 2rem;
    padding: 1.4rem;
    border: 1px solid var(--rr-line);
    border-radius: 10px;
    background: var(--rr-ink);
}

    .detail-list div {
        margin: 0;
    }

    .detail-list dt {
        margin: 0;
        font-size: 0.75rem;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: var(--rr-blue);
    }

    .detail-list dd {
        margin: 0.2rem 0 0;
        font-size: 1.05rem;
    }

.shift-list {
    list-style: none;
    margin: 1.5rem 0 0;
    padding: 0;
}

.shift {
    margin: 0 0 0.9rem;
    padding: 1.2rem 1.3rem;
    border: 1px solid var(--rr-line);
    border-radius: 10px;
    background: var(--rr-ink);
}

    .shift p {
        margin: 0.2rem 0;
    }

.shift__when {
    color: var(--rr-blue);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.shift__car {
    font-size: 1.2rem;
    font-weight: 700;
}
.desk {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 1.5rem;
    align-items: start;
}

.job-list {
    margin-top: 1.6rem;
}

.job {
    margin: 0 0 1rem;
    border: 1px solid var(--rr-line);
    border-radius: 10px;
    background: var(--rr-ink);
    overflow: hidden;
}

.job__top {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem 1.2rem;
    border-bottom: 1px solid var(--rr-line);
    background: #0c0d0f;
}

    .job__top strong {
        color: var(--rr-blue);
        font-size: 1.15rem;
    }

.job__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem 1.2rem;
    margin: 0;
    padding: 1.1rem 1.2rem 1.2rem;
}

    .job__grid dt {
        margin: 0;
        font-size: 0.72rem;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: var(--rr-blue);
    }

    .job__grid dd {
        margin: 0.2rem 0 0;
    }

.chat {
    position: sticky;
    top: 5rem;
    display: flex;
    flex-direction: column;
    height: min(72vh, 640px);
    border: 1px solid var(--rr-line);
    border-radius: 10px;
    background: var(--rr-ink);
}

    .chat h2 {
        margin: 0;
        padding: 0.9rem 1rem;
        border-bottom: 1px solid var(--rr-line);
        font-size: 0.85rem;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: var(--rr-blue);
    }

.chat__log {
    flex: 1;
    overflow: auto;
    padding: 0.9rem 1rem;
}

.chat__msg {
    margin: 0 0 0.85rem;
}

    .chat__msg strong {
        display: block;
    }

    .chat__msg time {
        display: block;
        color: var(--rr-muted);
        font-size: 0.75rem;
    }

    .chat__msg span {
        display: block;
        margin-top: 0.2rem;
    }

.chat__form {
    display: flex;
    gap: 0.5rem;
    padding: 0.75rem;
    border-top: 1px solid var(--rr-line);
}

    .chat__form input {
        flex: 1;
        min-width: 0;
        padding: 0.5rem 0.65rem;
        border-radius: 6px;
        border: 1px solid var(--rr-line);
        background: var(--rr-black);
        color: var(--rr-white);
    }

@media (max-width: 900px) {
    .desk,
    .job__grid {
        grid-template-columns: 1fr;
    }

    .chat {
        position: static;
        height: 420px;
    }
}
.crew-pick {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
}

    .crew-pick li {
        margin: 0 0 0.45rem;
    }

    .crew-pick label {
        display: flex;
        align-items: center;
        gap: 0.55rem;
        cursor: pointer;
    }

.top-banner {
    display: block;
    background: #0c0d0f;
    border-bottom: 1px solid #2a2e34;
}

.top-banner img {
    display: block;
    width: min(980px, 100%);
    max-height: 88px;
    object-fit: contain;
    margin: 0 auto;
    padding: 0.35rem 0;
}

@media (max-width: 640px) {
    .top-banner img {
        width: 100%;
    }
}
.site-head {
    background: #0c0d0f;
    border-bottom: 1px solid #2a2e34;
}

.brand-bar {
    display: flex;
    align-items: center;
    gap: 1.1rem;
    width: min(100% - 2.5rem, 1120px);
    margin: 0 auto;
    padding: 0.85rem 0 0.7rem;
    text-decoration: none;
    color: #fbfbfb;
}

.brand-mark {
    width: 42px;
    height: 56px;
    flex: none;
    border-left: 3px solid #59b6fc;
    border-radius: 28px 0 0 28px;
    position: relative;
}

    .brand-mark::before,
    .brand-mark::after {
        content: "";
        position: absolute;
        background: #59b6fc;
        clip-path: polygon(50% 0, 61% 35%, 100% 50%, 61% 65%, 50% 100%, 39% 65%, 0 50%, 39% 35%);
    }

    .brand-mark::before {
        width: 8px;
        height: 8px;
        top: 8px;
        left: 10px;
    }

    .brand-mark::after {
        width: 6px;
        height: 6px;
        bottom: 10px;
        left: 6px;
    }

.brand-name {
    display: block;
    font-size: clamp(1.6rem, 3vw, 2.15rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1;
}

    .brand-name span {
        color: #59b6fc;
    }

.brand-tag {
    display: block;
    margin-top: 0.4rem;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #9aa0a8;
}

.site-nav {
    display: flex;
    gap: 1.4rem;
    width: min(100% - 2.5rem, 1120px);
    margin: 0 auto;
    padding: 0 0 0.85rem;
}

    .site-nav a {
        color: #c5c9ce;
        text-decoration: none;
        font-size: 0.92rem;
    }

        .site-nav a:hover {
            color: #59b6fc;
        }
        html, body {
  margin: 0;
  background: #0c0d0f;
  color: #fbfbfb;
  font-family: "Source Sans 3", system-ui, sans-serif;
}

.site-head {
  background: #0c0d0f;
  border-bottom: 1px solid #2a2e34;
}

.brand-bar {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  width: min(100% - 2.5rem, 1120px);
  margin: 0 auto;
  padding: 0.85rem 0 0.7rem;
  text-decoration: none;
  color: #fbfbfb;
}

.brand-mark {
  width: 42px;
  height: 56px;
  flex: none;
  border-left: 3px solid #59b6fc;
  border-radius: 28px 0 0 28px;
  position: relative;
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  background: #59b6fc;
  clip-path: polygon(50% 0, 61% 35%, 100% 50%, 61% 65%, 50% 100%, 39% 65%, 0 50%, 39% 35%);
}

.brand-mark::before { width: 8px; height: 8px; top: 8px; left: 10px; }
.brand-mark::after  { width: 6px; height: 6px; bottom: 10px; left: 6px; }

.brand-name {
  display: block;
  font-size: clamp(1.6rem, 3vw, 2.15rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
}

.brand-name span { color: #59b6fc; }

.brand-tag {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9aa0a8;
}

.site-nav {
  display: flex;
  gap: 1.4rem;
  width: min(100% - 2.5rem, 1120px);
  margin: 0 auto;
  padding: 0 0 0.85rem;
}

.site-nav a {
  color: #c5c9ce;
  text-decoration: none;
  font-size: 0.92rem;
}

.site-nav a:hover { color: #59b6fc; }

.site-foot {
  border-top: 1px solid #2a2e34;
  padding: 1.4rem 0 2rem;
  color: #9aa0a8;
  font-size: 0.88rem;
}

.site-foot .wrap {
  width: min(100% - 2.5rem, 1120px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.site-foot a { color: #9aa0a8; }

.hero__media {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background: #0c0d0f;
}

    .hero__media video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center 40%;
        pointer-events: none;
    }