/* ORCACHARTS_NIGHTLIFE_CSS_V1 */

:root {
    --oc-ink: #0a0a0a;
    --oc-paper: #f7f7f4;
    --oc-white: #ffffff;
    --oc-muted: #666661;
    --oc-line: #d8d8d2;
    --oc-darkline: #30302d;
    --oc-max: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--oc-paper);
    color: var(--oc-ink);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.55;
}

a {
    color: inherit;
}

.oc-shell {
    width: min(calc(100% - 40px), var(--oc-max));
    margin: 0 auto;
}

.oc-skip {
    position: absolute;
    left: -9999px;
}

.oc-skip:focus {
    left: 16px;
    top: 16px;
    z-index: 999;
    background: #fff;
    padding: 10px 14px;
    border: 1px solid #111;
}

.oc-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(247, 247, 244, .96);
    border-bottom: 1px solid var(--oc-line);
    backdrop-filter: blur(10px);
}

.oc-header-inner {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.oc-brand {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -.04em;
    text-decoration: none;
}

.oc-nav {
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 14px;
}

.oc-nav a {
    text-decoration: none;
}

.oc-nav a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.oc-hero,
.oc-profile-hero {
    background: var(--oc-ink);
    color: var(--oc-white);
}

.oc-hero {
    padding: 92px 0 74px;
}

.oc-profile-hero {
    padding: 72px 0 60px;
}

.oc-kicker {
    margin: 0 0 18px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #c9c9c2;
}

.oc-hero h1,
.oc-profile-hero h1 {
    margin: 0;
    line-height: .96;
    letter-spacing: -.06em;
    font-weight: 800;
}

.oc-hero h1 {
    max-width: 900px;
    font-size: clamp(44px, 7vw, 92px);
}

.oc-profile-hero h1 {
    font-size: clamp(48px, 7vw, 88px);
}

.oc-lede {
    max-width: 760px;
    margin: 28px 0 0;
    font-size: clamp(18px, 2vw, 24px);
    color: #d7d7d1;
}

.oc-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.oc-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border: 1px solid #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}

.oc-button-light {
    background: #fff;
    color: #111;
}

.oc-button-dark {
    background: #111;
    color: #fff;
    border-color: #111;
}

.oc-button-ghost {
    background: transparent;
    color: #fff;
}

.oc-section {
    padding: 76px 0;
    border-bottom: 1px solid var(--oc-line);
}

.oc-section-dark {
    background: #111;
    color: #fff;
    border-bottom-color: var(--oc-darkline);
}

.oc-section-head {
    display: grid;
    grid-template-columns: 190px 1fr;
    gap: 44px;
    margin-bottom: 42px;
}

.oc-eyebrow {
    margin: 6px 0 0;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--oc-muted);
}

.oc-section-dark .oc-eyebrow {
    color: #aaa;
}

.oc-title {
    max-width: 820px;
    margin: 0;
    font-size: clamp(30px, 4vw, 54px);
    line-height: 1.03;
    letter-spacing: -.045em;
}

.oc-copy {
    max-width: 760px;
    margin: 18px 0 0;
    font-size: 18px;
    color: var(--oc-muted);
}

.oc-section-dark .oc-copy {
    color: #c8c8c2;
}

.oc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--oc-line);
    border: 1px solid var(--oc-line);
}

.oc-card {
    background: var(--oc-white);
    padding: 28px;
    min-height: 220px;
}

.oc-card small {
    display: block;
    margin-bottom: 38px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    color: var(--oc-muted);
}

.oc-card h2,
.oc-card h3 {
    margin: 0 0 12px;
    font-size: 23px;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.oc-card p {
    margin: 0;
    color: var(--oc-muted);
}

.oc-feature {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
    border: 1px solid var(--oc-darkline);
}

.oc-feature-main {
    padding: 40px;
}

.oc-feature-side {
    padding: 40px;
    border-left: 1px solid var(--oc-darkline);
    background: #171715;
}

.oc-feature h2 {
    margin: 0;
    font-size: clamp(34px, 5vw, 62px);
    line-height: 1;
    letter-spacing: -.05em;
}

.oc-feature p {
    max-width: 700px;
    color: #c8c8c2;
}

.oc-disclosure {
    display: inline-block;
    margin-bottom: 22px;
    padding: 6px 9px;
    border: 1px solid #555;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
    color: #ddd;
}

.oc-facts {
    display: grid;
    border-top: 1px solid var(--oc-darkline);
}

.oc-fact {
    padding: 18px 0;
    border-bottom: 1px solid var(--oc-darkline);
}

.oc-fact span {
    display: block;
    margin-bottom: 4px;
    font-size: 11px;
    letter-spacing: .11em;
    text-transform: uppercase;
    color: #92928c;
}

.oc-fact strong {
    font-size: 16px;
}

.oc-stack {
    counter-reset: stack;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    border: 1px solid var(--oc-line);
}

.oc-step {
    min-height: 210px;
    padding: 24px;
    border-right: 1px solid var(--oc-line);
    background: #fff;
}

.oc-step:last-child {
    border-right: 0;
}

.oc-step:before {
    counter-increment: stack;
    content: "0" counter(stack);
    display: block;
    margin-bottom: 48px;
    font-size: 11px;
    font-weight: 800;
    color: #777;
}

.oc-step strong {
    display: block;
    font-size: 18px;
    margin-bottom: 8px;
}

.oc-step p {
    margin: 0;
    font-size: 14px;
    color: var(--oc-muted);
}

.oc-profile-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
    gap: 70px;
    align-items: end;
}

.oc-profile-meta {
    border-top: 1px solid #3a3a37;
}

.oc-meta-row {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 14px;
    padding: 15px 0;
    border-bottom: 1px solid #3a3a37;
    font-size: 14px;
}

.oc-meta-row span {
    color: #969690;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .1em;
    padding-top: 3px;
}

.oc-callout {
    padding: 24px;
    border: 1px solid var(--oc-line);
    background: #fff;
}

.oc-callout strong {
    display: block;
    margin-bottom: 7px;
}

.oc-callout p {
    margin: 0;
    color: var(--oc-muted);
}

.oc-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: var(--oc-line);
    border: 1px solid var(--oc-line);
}

.oc-list-item {
    background: #fff;
    padding: 28px;
}

.oc-list-item h3 {
    margin: 0 0 10px;
    font-size: 22px;
    letter-spacing: -.03em;
}

.oc-list-item p {
    margin: 0;
    color: var(--oc-muted);
}

.oc-faq {
    border-top: 1px solid var(--oc-line);
}

.oc-faq details {
    border-bottom: 1px solid var(--oc-line);
    padding: 22px 0;
}

.oc-faq summary {
    cursor: pointer;
    font-weight: 800;
    font-size: 18px;
}

.oc-faq p {
    max-width: 820px;
    color: var(--oc-muted);
}

.oc-source-note {
    font-size: 13px;
    color: var(--oc-muted);
}

.oc-footer {
    padding: 38px 0 54px;
    background: #111;
    color: #bbb;
}

.oc-footer-inner {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: flex-start;
}

.oc-footer a,
.oc-footer strong {
    color: #fff;
}

@media (max-width: 900px) {
    .oc-section-head,
    .oc-feature,
    .oc-profile-grid {
        grid-template-columns: 1fr;
    }

    .oc-feature-side {
        border-left: 0;
        border-top: 1px solid var(--oc-darkline);
    }

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

    .oc-stack {
        grid-template-columns: repeat(2, 1fr);
    }

    .oc-step {
        border-bottom: 1px solid var(--oc-line);
    }

    .oc-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .oc-shell {
        width: min(calc(100% - 28px), var(--oc-max));
    }

    .oc-header-inner {
        min-height: 64px;
    }

    .oc-nav a:not(:last-child) {
        display: none;
    }

    .oc-hero {
        padding: 68px 0 56px;
    }

    .oc-section {
        padding: 56px 0;
    }

    .oc-section-head {
        gap: 16px;
    }

    .oc-grid,
    .oc-stack {
        grid-template-columns: 1fr;
    }

    .oc-step {
        border-right: 0;
    }

    .oc-footer-inner {
        flex-direction: column;
    }
}


/* ORCACHARTS_PEPPERMINT_BRANDING_V1 */

.oc-peppermint-profile-brand {
    display: flex;
    align-items: center;
    margin: 0 0 24px;
}

.oc-peppermint-profile-logo {
    display: block;
    width: clamp(170px, 21vw, 245px);
    height: auto;
    max-height: 186px;
    object-fit: contain;
}

.oc-peppermint-feature-brand {
    display: flex;
    align-items: center;
    margin: 0 0 18px;
}

.oc-peppermint-feature-logo {
    display: block;
    width: clamp(84px, 10vw, 118px);
    height: auto;
    max-height: 92px;
    object-fit: contain;
}

@media (max-width: 620px) {
    .oc-peppermint-profile-brand {
        margin-bottom: 18px;
    }

    .oc-peppermint-profile-logo {
        width: 168px;
        max-height: 128px;
    }

    .oc-peppermint-feature-brand {
        margin-bottom: 14px;
    }

    .oc-peppermint-feature-logo {
        width: 92px;
        max-height: 72px;
    }
}

/* /ORCACHARTS_PEPPERMINT_BRANDING_V1 */
