/* ==========================================================================
   Our Story Page — simiansab-theme
   Loaded only on page-our-story.php via wp_enqueue_style.
   ========================================================================== */

/* ── Hero ──────────────────────────────────────────────────────────────── */
.os-hero {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-height: min(100svh, 860px);
    padding-top: 106px;
}

.os-hero--mobile {
    min-height: 90svh;
}

.os-hero__bg,
.os-hero__video {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
}

.os-hero__video {
    object-fit: cover;
}

.os-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(10, 10, 10, 0.72) 0%, rgba(10, 10, 10, 0.44) 45%, rgba(10, 10, 10, 0.78) 100%);
}

.os-hero__content {
    position: relative;
    z-index: 10;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    max-width: 1320px;
    margin-inline: auto;
}

.os-hero__eyebrow {
    margin: 0;
    font-family: Inter, system-ui, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(255 214 0);
    font-size: 11px;
    letter-spacing: 0.22em;
    margin-bottom: 20px;
}

.os-hero__title {
    margin: 0;
    font-family: 'Space Grotesk', system-ui, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    color: rgb(255 255 255);
    font-size: clamp(3.5rem, 9vw, 7.5rem);
    letter-spacing: -0.01em;
    margin-bottom: 6px;
}

.os-hero__title-accent {
    display: block;
    color: rgb(255 214 0);
}

.os-hero__tagline {
    margin: 0;
    font-family: Raleway, Inter, system-ui, sans-serif;
    color: rgba(255, 255, 255, 0.75);
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.5;
    max-width: 520px;
    margin-top: 24px;
    margin-bottom: 40px;
}

.os-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.os-hero__cta {
    display: inline-flex;
    align-items: center;
    font-family: Inter, system-ui, sans-serif;
    font-weight: 950;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 13px;
    letter-spacing: 0.08em;
    padding: 14px 32px;
    border-radius: 2px;
}

.os-hero__cta--primary {
    background-color: rgb(255 214 0);
    color: rgb(16 24 39);
}

.os-hero__cta--primary:hover {
    background-color: rgb(255 255 255);
    color: rgb(16 24 39);
}

.os-hero__cta--ghost {
    color: rgb(255 255 255);
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.os-hero__cta--ghost:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgb(255 255 255);
}

/* ── Welcome Section ───────────────────────────────────────────────────── */
.os-welcome {
    background-color: rgb(251 251 248);
    padding: 80px 24px;
}

.os-welcome__inner {
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    max-width: 1320px;
    gap: 48px;
}

@media (min-width: 900px) {
    .os-welcome__inner {
        grid-template-columns: 1fr 1fr;
        align-items: center;
        gap: 64px;
    }
}

.os-welcome__kicker {
    margin: 0;
    font-family: Inter, system-ui, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(207 38 53);
    font-size: 11px;
    letter-spacing: 0.22em;
    margin-bottom: 16px;
}

.os-welcome__heading {
    margin: 0;
    font-family: 'Space Grotesk', system-ui, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.15;
    color: rgb(16 24 39);
    font-size: clamp(2rem, 5vw, 3rem);
    margin-bottom: 24px;
}

.os-welcome__body {
    font-family: Raleway, Inter, system-ui, sans-serif;
    line-height: 1.7;
    color: rgb(68 76 90);
    font-size: 1rem;
    margin-bottom: 16px;
}

.os-welcome__body:last-of-type {
    margin-bottom: 32px;
}

.os-welcome__cta {
    display: inline-flex;
    align-items: center;
    background-color: rgb(16 24 39);
    font-family: Inter, system-ui, sans-serif;
    font-weight: 950;
    text-transform: uppercase;
    color: rgb(255 255 255);
    text-decoration: none;
    transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 13px;
    letter-spacing: 0.08em;
    padding: 14px 32px;
}

.os-welcome__cta:hover {
    background-color: rgb(207 38 53);
    color: rgb(255 255 255);
}

.os-welcome__media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    border-radius: 12px;
}

.os-welcome__media-img,
.os-welcome__media video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.os-welcome__media-badge {
    position: absolute;
    background-color: rgb(255 214 0);
    font-family: Inter, system-ui, sans-serif;
    font-weight: 950;
    text-transform: uppercase;
    color: rgb(16 24 39);
    bottom: 16px;
    right: 16px;
    font-size: 11px;
    letter-spacing: 0.1em;
    padding: 8px 16px;
}

/* ── Background Section (Ryan's story) ──────────────────────────────────── */
.os-background {
    background-color: rgb(16 24 39);
    padding: 80px 24px;
    position: relative;
    overflow: hidden;
}

.os-background__inner {
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    max-width: 1320px;
    gap: 48px;
}

@media (min-width: 900px) {
    .os-background__inner {
        grid-template-columns: 1fr 1fr;
        align-items: center;
        gap: 64px;
    }
}

.os-background__media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    border-radius: 12px;
}

.os-background__media-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.os-background__media-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(16, 24, 39, 0.92) 0%, transparent 100%);
    padding: 40px 24px 24px;
}

.os-background__media-label p {
    margin: 0;
    font-family: Inter, system-ui, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(255 214 0);
    font-size: 11px;
    letter-spacing: 0.16em;
}

.os-background__kicker {
    margin: 0;
    font-family: Inter, system-ui, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(255 214 0);
    font-size: 11px;
    letter-spacing: 0.22em;
    margin-bottom: 16px;
}

.os-background__heading {
    margin: 0;
    font-family: 'Space Grotesk', system-ui, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.15;
    color: rgb(255 255 255);
    font-size: clamp(2rem, 5vw, 3rem);
    margin-bottom: 28px;
}

.os-background__body {
    font-family: Raleway, Inter, system-ui, sans-serif;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1rem;
    margin-bottom: 16px;
}

.os-background__quote {
    margin: 0;
    margin-top: 32px;
    padding-left: 20px;
    border-left: 3px solid rgb(255 214 0);
}

.os-background__quote-text {
    margin: 0;
    font-family: 'Space Grotesk', system-ui, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(255 255 255);
    font-size: clamp(1.125rem, 2.5vw, 1.5rem);
    letter-spacing: -0.01em;
    line-height: 1.2;
    margin-bottom: 10px;
}

.os-background__quote-attr {
    margin: 0;
    font-family: Inter, system-ui, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(255 214 0);
    font-size: 11px;
    letter-spacing: 0.16em;
}

.os-background__watermark {
    pointer-events: none;
    position: absolute;
    bottom: -40px;
    right: -20px;
    margin: 0;
    user-select: none;
    padding: 0;
    font-family: 'Space Grotesk', system-ui, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    font-size: clamp(8rem, 25vw, 22rem);
    color: rgba(255, 255, 255, 0.025);
}

/* ── Founder Quote ──────────────────────────────────────────────────────── */
.os-founder {
    background-color: rgb(255 214 0);
    padding: 80px 24px;
}

.os-founder__inner {
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    max-width: 1320px;
    gap: 48px;
    align-items: center;
}

@media (min-width: 900px) {
    .os-founder__inner {
        grid-template-columns: 1fr 1fr;
        gap: 64px;
    }
}

.os-founder__label {
    margin: 0;
    font-family: Inter, system-ui, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(207 38 53);
    font-size: 11px;
    letter-spacing: 0.22em;
    margin-bottom: 16px;
}

.os-founder__role {
    margin: 0;
    font-family: 'Space Grotesk', system-ui, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.15;
    color: rgb(16 24 39);
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
    margin-bottom: 24px;
}

.os-founder__quote {
    margin: 0;
    font-family: 'Space Grotesk', system-ui, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(16 24 39);
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin-bottom: 16px;
}

.os-founder__attribution {
    margin: 0;
    font-family: Inter, system-ui, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(16, 24, 39, 0.6);
    font-size: 13px;
    letter-spacing: 0.08em;
}

.os-founder__sub {
    font-family: Raleway, Inter, system-ui, sans-serif;
    color: rgb(68 76 90);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.os-founder__media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    border-radius: 12px;
}

.os-founder__media-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* ── Values Section ──────────────────────────────────────────────────────── */
.os-values {
    background-color: rgb(251 251 248);
    padding: 80px 24px;
}

.os-values__inner {
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    max-width: 1320px;
    gap: 48px;
}

@media (min-width: 900px) {
    .os-values__inner {
        grid-template-columns: 1fr 1fr;
        align-items: center;
        gap: 64px;
    }
}

.os-values__kicker {
    margin: 0;
    font-family: Inter, system-ui, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(207 38 53);
    font-size: 11px;
    letter-spacing: 0.22em;
    margin-bottom: 16px;
}

.os-values__heading {
    margin: 0;
    font-family: 'Space Grotesk', system-ui, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.15;
    color: rgb(16 24 39);
    font-size: clamp(2rem, 5vw, 3rem);
    margin-bottom: 28px;
}

.os-values__body {
    font-family: Raleway, Inter, system-ui, sans-serif;
    line-height: 1.7;
    color: rgb(68 76 90);
    font-size: 1rem;
    margin-bottom: 16px;
}

.os-values__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 8px;
}

.os-values__list-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-family: Raleway, Inter, system-ui, sans-serif;
    color: rgb(68 76 90);
    font-size: 0.9375rem;
    line-height: 1.6;
}

.os-values__list-item::before {
    content: '';
    display: block;
    flex-shrink: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: rgb(207 38 53);
    margin-top: 8px;
}

.os-values__media {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.os-values__media-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3 / 2;
    border-radius: 12px;
}

/* ── Director Quote ──────────────────────────────────────────────────────── */
.os-director {
    background-color: rgb(16 24 39);
    padding: 80px 24px;
    position: relative;
    overflow: hidden;
}

.os-director__inner {
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    max-width: 1320px;
    gap: 48px;
    align-items: center;
}

@media (min-width: 900px) {
    .os-director__inner {
        grid-template-columns: 1fr 1fr;
        gap: 64px;
    }
}

.os-director__media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    border-radius: 12px;
}

.os-director__media-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.os-director__media-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(16, 24, 39, 0.92) 0%, transparent 100%);
    padding: 40px 24px 24px;
}

.os-director__media-label p {
    margin: 0;
    font-family: Inter, system-ui, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(255 214 0);
    font-size: 11px;
    letter-spacing: 0.16em;
}

.os-director__label {
    margin: 0;
    font-family: Inter, system-ui, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(255 214 0);
    font-size: 11px;
    letter-spacing: 0.22em;
    margin-bottom: 16px;
}

.os-director__role {
    margin: 0;
    font-family: 'Space Grotesk', system-ui, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.15;
    color: rgb(255 255 255);
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
    margin-bottom: 24px;
}

.os-director__quote {
    margin: 0;
    font-family: 'Space Grotesk', system-ui, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(255 255 255);
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin-bottom: 16px;
}

.os-director__attribution {
    margin: 0;
    font-family: Inter, system-ui, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    letter-spacing: 0.08em;
}

.os-director__watermark {
    pointer-events: none;
    position: absolute;
    bottom: -40px;
    right: -20px;
    margin: 0;
    user-select: none;
    padding: 0;
    font-family: 'Space Grotesk', system-ui, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    font-size: clamp(8rem, 25vw, 22rem);
    color: rgba(255, 255, 255, 0.025);
}

/* ── Vision Section ──────────────────────────────────────────────────────── */
.os-vision {
    background-color: rgb(251 251 248);
    padding: 80px 24px;
}

.os-vision__inner {
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 1fr;
    max-width: 1280px;
    gap: 48px;
}

@media (min-width: 900px) {
    .os-vision__inner {
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }
}

.os-vision__media {
    aspect-ratio: 3 / 2;
    overflow: hidden;
    border-radius: 12px;
}

.os-vision__media-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.os-vision__copy {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.os-vision__kicker {
    margin: 0;
    font-family: Inter, system-ui, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(207 38 53);
    font-size: 11px;
    letter-spacing: 0.22em;
}

.os-vision__heading {
    margin: 0;
    font-family: 'Space Grotesk', system-ui, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.15;
    color: rgb(16 24 39);
    font-size: clamp(2rem, 5vw, 3.25rem);
    letter-spacing: -0.02em;
}

.os-vision__body {
    font-family: Raleway, Inter, system-ui, sans-serif;
    line-height: 1.7;
    color: rgb(68 76 90);
    font-size: 1.0625rem;
}

/* ── CTA Banner ──────────────────────────────────────────────────────────── */
.os-cta {
    background-color: rgb(16 24 39);
    padding: 80px 24px;
    text-align: center;
}

.os-cta__inner {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 720px;
    gap: 32px;
}

.os-cta__heading {
    margin: 0;
    font-family: 'Space Grotesk', system-ui, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
    color: rgb(255 255 255);
    font-size: clamp(2rem, 5vw, 3rem);
    letter-spacing: -0.02em;
}

.os-cta__heading span {
    color: rgb(255 214 0);
}

.os-cta__sub {
    margin: 0;
    font-family: Raleway, Inter, system-ui, sans-serif;
    color: rgba(255, 255, 255, 0.65);
    font-size: 1.0625rem;
    line-height: 1.6;
}

.os-cta__btn {
    display: inline-flex;
    align-items: center;
    background-color: rgb(255 214 0);
    font-family: Inter, system-ui, sans-serif;
    font-weight: 950;
    text-transform: uppercase;
    color: rgb(16 24 39);
    text-decoration: none;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 13px;
    letter-spacing: 0.08em;
    padding: 16px 40px;
    border-radius: 2px;
}

.os-cta__btn:hover {
    background-color: rgb(255 255 255);
    color: rgb(16 24 39);
}
