@layer properties {
    @supports (((-webkit-hyphens: none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))) {
        *, ::before, ::after, ::backdrop {
            --tw-blur: initial;
            --tw-brightness: initial;
            --tw-contrast: initial;
            --tw-grayscale: initial;
            --tw-hue-rotate: initial;
            --tw-invert: initial;
            --tw-opacity: initial;
            --tw-saturate: initial;
            --tw-sepia: initial;
            --tw-drop-shadow: initial;
            --tw-drop-shadow-color: initial;
            --tw-drop-shadow-alpha: 100%;
            --tw-drop-shadow-size: initial;
        }
    }
}

@layer theme {
    :root, :host {
        --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
        --spacing: .25rem;
        --default-font-family: var(--font-sans);
        --default-mono-font-family: var(--font-mono);
    }
}

@layer base {
    *, ::after, ::before, ::backdrop {
        box-sizing: border-box;
        border: 0px solid;
        margin: 0px;
        padding: 0px;
    }

    ::file-selector-button {
        box-sizing: border-box;
        border: 0px solid;
        margin: 0px;
        padding: 0px;
    }

    html, : host {
        text-size-adjust: 100%;
        tab-size: 4;
        line-height: 1.5;
        font-family: var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
        font-feature-settings: var(--default-font-feature-settings,normal);
        font-variation-settings: var(--default-font-variation-settings,normal);
        -webkit-tap-highlight-color: transparent;
    }

    hr {
        height: 0px;
        color: inherit;
        border-top-width: 1px;
    }

    abbr: where([title]) {
        text-decoration: underline dotted;
    }

    h1, h2, h3, h4, h5, h6 {
        font-size: inherit;
        font-weight: inherit;
    }

    a {
        color: inherit;
        text-decoration: inherit;
    }

    b, strong {
        font-weight: bolder;
    }

    code, kbd, samp, pre {
        font-family: var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
        font-feature-settings: var(--default-mono-font-feature-settings,normal);
        font-variation-settings: var(--default-mono-font-variation-settings,normal);
        font-size: 1em;
    }

    small {
        font-size: 80%;
    }

    sub, sup {
        vertical-align: baseline;
        font-size: 75%;
        line-height: 0;
        position: relative;
    }

    sub {
        bottom: -0.25em;
    }

    sup {
        top: -0.5em;
    }

    table {
        text-indent: 0px;
        border-color: inherit;
        border-collapse: collapse;
    }

    progress {
        vertical-align: baseline;
    }

    summary {
        display: list-item;
    }

    ol, ul, menu {
        list-style: none;
    }

    img, svg, video, canvas, audio, iframe, embed, object {
        vertical-align: middle;
        display: block;
    }

    img, video {
        max-width: 100%;
        height: auto;
    }

    button, input, select, optgroup, textarea {
        font: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: rgba(0, 0, 0, 0);
        border-radius: 0px;
    }

    ::file-selector-button {
        font: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: rgba(0, 0, 0, 0);
        border-radius: 0px;
    }

    :where(select: is([multiple], [size])) optgroup {
        font-weight: bolder;
    }

    :where(select: is([multiple], [size])) optgroup option {
        padding-inline-start: 20px;
    }

    ::file-selector-button {
        margin-inline-end: 4px; }

    ::placeholder {
        opacity: 1;
    }

    @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size:1px) {
        ::placeholder {
            color: currentcolor;
        }

        @supports (color: color-mix(in lab, red, red)) {
            ::placeholder {
                color: color-mix(currentcolor, transparent);
            }
        }
    }

    textarea {
        resize: vertical;
    }

    ::-webkit-search-decoration {
        appearance: none;
    }

    ::-webkit-date-and-time-value {
        min-height: 1lh;
        text-align: inherit;
    }

    ::-webkit-datetime-edit {
        display: inline-flex;
    }

    ::-webkit-datetime-edit-fields-wrapper {
        padding: 0px;
    }

    ::-webkit-datetime-edit {
        padding-block: 0px; }

    ::-webkit-datetime-edit-year-field {
        padding-block: 0px; }

    ::-webkit-datetime-edit-month-field {
        padding-block: 0px; }

    ::-webkit-datetime-edit-day-field {
        padding-block: 0px; }

    ::-webkit-datetime-edit-hour-field {
        padding-block: 0px; }

    ::-webkit-datetime-edit-minute-field {
        padding-block: 0px; }

    ::-webkit-datetime-edit-second-field {
        padding-block: 0px; }

    ::-webkit-datetime-edit-millisecond-field {
        padding-block: 0px; }

    ::-webkit-datetime-edit-meridiem-field {
        padding-block: 0px; }

    ::-webkit-calendar-picker-indicator {
        line-height: 1;
    }

    button, input: where([type="button"], [type="reset"], [type="submit"]) {
        appearance: button;
    }

    ::file-selector-button {
        appearance: button;
    }

    ::-webkit-inner-spin-button {
        height: auto;
    }

    ::-webkit-outer-spin-button {
        height: auto;
    }

    [hidden]: where(:not([hidden="until-found"])) {
        display: none !important;
    }
}

@layer components; @layer utilities {
    .visible {
        visibility: visible;
    }

    .relative {
        position: relative;
    }

    .start {
        inset-inline-start: var(--spacing);
    }

    .table {
        display: table;
    }

    .grow {
        flex-grow: 1;
    }

    .filter {
        filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
    }
}

:root {
    --navy: #062e6f;
    --navy-deep: #03265f;
    --blue: #0756b6;
    --blue-soft: #eaf2ff;
    --gold: #c98932;
    --gold-soft: #fff4e5;
    --ink: #122039;
    --muted: #5c6574;
    --line: #dce3ed;
    --paper: #f7f9fc;
    --white: #fff;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--white);
    color: var(--ink);
    -webkit-font-smoothing: antialiased;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

button, input, textarea, select {
    font: inherit;
}

.site-header {
    z-index: 50;
    backdrop-filter: blur(14px);
    background: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid rgba(6, 46, 111, 0.12);
    grid-template-columns: 220px 1fr 180px;
    align-items: center;
    min-height: 78px;
    padding: 0px clamp(24px, 4vw, 68px);
    display: grid;
    position: sticky;
    top: 0px;
}

.logo-link {
    width: fit-content;
    display: inline-flex;
}

.brand-mark {
    color: var(--navy);
    text-align: center;
    flex-direction: column;
    line-height: 0.82;
    display: inline-flex;
}

.brand-mark strong {
    letter-spacing: 0.035em;
    font-size: 24px;
    font-weight: 900;
}

.brand-mark small {
    letter-spacing: 0.08em;
    margin-top: 6px;
    font-size: 11px;
    font-weight: 900;
}

.brand-mark-inverse {
    color: var(--white);
}

.desktop-nav {
    justify-content: center;
    align-items: center;
    gap: clamp(18px, 2.2vw, 38px);
    display: flex;
}

.desktop-nav a {
    color: rgb(22, 32, 51);
    padding: 30px 0px 27px;
    font-size: 14px;
    position: relative;
}

.desktop-nav a::after {
    background: var(--blue);
    content: "";
    transform-origin: 0px center;
    width: 100%;
    height: 2px;
    transition: transform 0.18s;
    position: absolute;
    bottom: 20px;
    left: 0px;
    transform: scaleX(0);
}

.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after {
    transform: scaleX(1);
}

.platform-label {
    color: var(--navy);
    justify-self: end;
    font-size: 12px;
}

.mobile-menu {
    display: none;
}

.home-hero {
    height: min(680px, -78px + 100svh);
    min-height: 560px;
    position: relative;
    overflow: hidden;
}

.home-hero-image, .home-hero-scrim {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0px;
}

.home-hero-image {
    object-fit: cover;
    object-position: center center;
}

.home-hero-scrim {
    background: radial-gradient(circle, rgba(255, 255, 255, 0.82) 0px, rgba(255, 255, 255, 0.64) 27%, rgba(255, 255, 255, 0.04) 67%), linear-gradient(90deg, rgba(255, 255, 255, 0.12), rgba(0, 0, 0, 0) 26%, rgba(0, 0, 0, 0) 74%, rgba(255, 255, 255, 0.08));
}

.home-hero-copy {
    text-align: center;
    width: 100%;
    max-width: 660px;
    padding: 40px 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.kicker {
    color: var(--blue);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin: 0px 0px 14px;
    font-size: 12px;
    font-weight: 800;
}

.home-hero h1, .trust-copy h2 {
    color: rgb(8, 44, 92);
    font-family: Georgia, "Times New Roman", serif;
}

.home-hero h1 {
    letter-spacing: -0.03em;
    margin: 0px auto 22px;
    font-size: clamp(44px, 4.8vw, 72px);
    font-weight: 600;
    line-height: 1.02;
}

.home-hero-copy > p:not(.kicker) {
    color: rgb(49, 58, 71);
    max-width: 560px;
    margin: 0px auto;
    font-size: 16px;
    line-height: 1.55;
}

.hero-actions {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
    display: flex;
}

.btn {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    min-height: 46px;
    padding: 0px 24px;
    font-size: 13px;
    font-weight: 700;
    transition: transform 0.15s, box-shadow 0.15s;
    display: inline-flex;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: rgba(15, 34, 62, 0.16) 0px 8px 18px;
}

.btn-blue {
    background: var(--blue);
    color: var(--white);
}

.btn-gold {
    background: var(--gold);
    color: var(--white);
}

.btn-outline {
    color: var(--navy);
    background: rgba(255, 255, 255, 0.82);
    border-color: rgb(114, 144, 183);
}

.trust-intro {
    background: linear-gradient(90deg, rgb(247, 250, 255), rgb(255, 255, 255));
    grid-template-columns: 2.15fr repeat(5, 1fr);
    align-items: stretch;
    padding: 42px clamp(24px, 5vw, 78px);
    display: grid;
}

.trust-copy {
    padding-right: 38px;
}

.trust-copy h2 {
    margin: 0px 0px 14px;
    font-size: 26px;
    line-height: 1.15;
}

.trust-copy > p:last-child, .trust-point p {
    color: var(--muted);
    margin: 0px;
    font-size: 12px;
    line-height: 1.5;
}

.trust-point {
    border-left: 1px solid var(--line);
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 4px 18px;
    display: flex;
}

.trust-point > span {
    border: 2px solid var(--navy);
    color: var(--navy);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 11px;
    font-weight: 900;
    display: inline-flex;
}

.trust-point strong {
    color: var(--navy-deep);
    font-size: 13px;
}

.site-footer {
    color: rgba(255, 255, 255, 0.82);
    background: linear-gradient(135deg, rgb(7, 58, 131), rgb(0, 36, 88));
    padding: 48px clamp(24px, 5vw, 78px) 24px;
}

.footer-grid {
    grid-template-columns: 1.7fr repeat(5, 1fr);
    gap: 42px;
    display: grid;
}

.footer-brand p {
    max-width: 320px;
    font-size: 12px;
    line-height: 1.6;
}

.footer-brand > a {
    color: var(--white);
    font-size: 12px;
}

.footer-grid h3 {
    color: var(--white);
    text-transform: uppercase;
    margin: 0px 0px 15px;
    font-size: 12px;
}

.footer-grid > div:not(.footer-brand) {
    flex-direction: column;
    gap: 10px;
    display: flex;
}

.footer-grid > div:not(.footer-brand) a {
    font-size: 12px;
}

.footer-grid a:hover {
    color: var(--white);
    text-decoration: underline;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    justify-content: space-between;
    gap: 20px;
    margin-top: 38px;
    padding-top: 20px;
    font-size: 10px;
    display: flex;
}

@media (width <= 1100px) {
    .site-header {
        grid-template-columns: 180px 1fr 140px;
    }

    .desktop-nav {
        gap: 16px;
    }

    .desktop-nav a {
        font-size: 12px;
    }

    .trust-intro {
        grid-template-columns: repeat(5, 1fr);
    }

    .trust-copy {
        text-align: center;
        grid-column: 1 / -1;
        padding: 0px 0px 30px;
    }

    .footer-grid {
        grid-template-columns: 1.6fr repeat(3, 1fr);
    }
}

@media (width <= 820px) {
    .site-header {
        grid-template-columns: 1fr auto;
        min-height: 68px;
    }

    .brand-mark strong {
        font-size: 20px;
    }

    .desktop-nav, .platform-label {
        display: none;
    }

    .mobile-menu {
        justify-self: end;
        display: block;
        position: relative;
    }

    .mobile-menu summary {
        color: var(--navy);
        cursor: pointer;
        text-transform: uppercase;
        padding: 22px 0px;
        font-size: 13px;
        font-weight: 800;
        list-style: none;
    }

    .mobile-menu nav {
        background: var(--white);
        border: 1px solid var(--line);
        flex-direction: column;
        min-width: 210px;
        padding: 10px;
        display: flex;
        position: absolute;
        top: 58px;
        right: 0px;
        box-shadow: rgba(5, 26, 58, 0.16) 0px 15px 35px;
    }

    .mobile-menu nav a {
        border-bottom: 1px solid var(--line);
        padding: 13px 12px;
        font-size: 14px;
    }

    .home-hero {
        height: auto;
        min-height: 640px;
    }

    .home-hero-image {
        object-position: 43% center;
    }

    .home-hero-scrim {
        background: rgba(255, 255, 255, 0.7);
    }

    .home-hero-copy {
        padding: 34px 20px;
    }

    .home-hero h1 {
        font-size: clamp(40px, 11vw, 56px);
    }

    .trust-intro {
        grid-template-columns: repeat(2, 1fr);
    }

    .trust-point {
        border: 1px solid var(--line);
        min-height: 170px;
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

    .footer-bottom {
        flex-direction: column;
    }
}

@media (width <= 520px) {
    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .trust-intro, .footer-grid {
        grid-template-columns: 1fr;
    }

    .trust-copy, .footer-brand {
        grid-column: auto;
    }
}

.page-pad {
    padding: 82px clamp(24px, 6vw, 96px);
}

.soft-section {
    background: rgb(245, 248, 252);
}

.warm-section {
    background: rgb(255, 248, 239);
}

.gold-kicker {
    color: rgb(170, 107, 29);
}

.inner-hero {
    background: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0) 28%), linear-gradient(135deg, rgb(238, 245, 255), rgb(255, 255, 255) 60%, rgb(255, 247, 236));
    min-height: 390px;
    padding: 100px clamp(24px, 8vw, 130px);
}

.inner-hero h1, .brand-hero h1, .brand-manifesto h2, .section-head h2, .featured-product h2, .catalog-heading h2, .detail-copy h1, .feature-story h2, .performance-table h2, .support-content h2, .about-split h2, .values-band h2, .editorial-story h2, .contact-layout h2, .legal-page h1, .legal-page h2 {
    color: rgb(8, 44, 92);
    font-family: Georgia, "Times New Roman", serif;
}

.inner-hero h1 {
    letter-spacing: -0.035em;
    max-width: 900px;
    margin: 0px 0px 22px;
    font-size: clamp(46px, 5vw, 74px);
    line-height: 1.02;
}

.inner-hero > p:last-child {
    color: var(--muted);
    max-width: 760px;
    margin: 0px;
    font-size: 18px;
    line-height: 1.65;
}

.centered-hero {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
}

.centered-hero h1, .centered-hero > p:last-child {
    margin-left: auto;
    margin-right: auto;
}

.section-head {
    max-width: 720px;
    margin-bottom: 34px;
}

.section-head h2 {
    margin: 0px;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.08;
}

.home-section {
    max-width: 1600px;
    margin: 0px auto;
    padding: 66px clamp(24px, 4vw, 62px) 0px;
}

.compact-top {
    padding-top: 42px;
}

.section-rule-title {
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 20px;
    margin-bottom: 26px;
    display: grid;
}

.section-rule-title span {
    background: rgb(217, 225, 237);
    height: 1px;
}

.section-rule-title h2 {
    color: var(--navy-deep);
    letter-spacing: 0.04em;
    text-align: center;
    text-transform: uppercase;
    margin: 0px;
    font-size: 18px;
}

.home-brand-grid {
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    display: grid;
}

.home-brand-card {
    border-radius: 20px;
    min-height: 390px;
    position: relative;
    overflow: hidden;
}

.home-brand-card > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0px;
}

.home-brand-card > div {
    z-index: 1;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0px, rgba(255, 255, 255, 0.84) 46%, rgba(0, 0, 0, 0) 72%);
    height: 100%;
    padding: 56px 44% 48px 42px;
    position: relative;
}

.home-brand-card h3 {
    color: rgb(8, 44, 92);
    margin: 10px 0px 18px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 36px;
    line-height: 1.05;
}

.home-brand-card p:not(.brand-name) {
    color: rgb(70, 80, 98);
    margin: 0px 0px 24px;
    font-size: 14px;
    line-height: 1.55;
}

.brand-name {
    letter-spacing: 0.05em;
    margin: 0px;
    font-size: 35px;
    font-weight: 500;
}

.mooka-name {
    color: rgb(7, 86, 182);
}

.koios-name {
    color: rgb(177, 109, 32);
}

.family-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    display: grid;
}

.family-card {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(225, 230, 238);
    border-radius: 8px;
    overflow: hidden;
}

.family-image {
    background: rgb(245, 247, 250);
    height: 180px;
    overflow: hidden;
}

.family-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.family-image-1 img, .family-image-3 img {
    object-position: 75% center;
}

.family-image-2 img {
    object-position: 38% center;
}

.family-image-4 img {
    object-position: 75% center;
}

.family-image-5 img {
    object-position: 10% center;
}

.family-image-6 img {
    object-position: 48% center;
}

.family-card > div:last-child {
    text-align: center;
    min-height: 175px;
    padding: 18px 16px 20px;
}

.family-card h3 {
    color: var(--navy-deep);
    margin: 0px 0px 10px;
    font-size: 15px;
}

.family-card p {
    color: var(--muted);
    margin: 0px 0px 16px;
    font-size: 12px;
    line-height: 1.45;
}

.family-card a {
    border: 1px solid var(--blue);
    color: var(--blue);
    border-radius: 3px;
    padding: 8px 15px;
    font-size: 11px;
    font-weight: 700;
    display: inline-flex;
}

.tone-gold a {
    border-color: var(--gold);
    color: rgb(162, 96, 24);
}

.solution-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    display: grid;
}

.solution-card {
    border-radius: 6px;
    height: 190px;
    position: relative;
    overflow: hidden;
}

.solution-card > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.solution-mooka > img {
    object-position: 73% center;
}

.solution-koios > img {
    object-position: 78% center;
}

.solution-img-2 {
    transform: scale(1.12);
}

.solution-img-3 {
    transform: scale(1.08);
    object-position: 92% center !important;
}

.solution-img-5 {
    object-position: 88% center !important;
}

.solution-card > div {
    color: rgb(255, 255, 255);
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(4, 17, 37, 0.88));
    padding: 28px 16px 14px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.solution-card h3 {
    margin: 0px 0px 4px;
    font-size: 16px;
}

.solution-card p {
    margin: 0px;
    font-size: 11px;
    line-height: 1.4;
}

.story-card-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    display: grid;
}

.story-card {
    border: 1px solid rgb(220, 227, 237);
    border-radius: 8px;
    overflow: hidden;
}

.story-image {
    height: 210px;
    overflow: hidden;
}

.story-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.story-image-1 img, .story-image-3 img {
    object-position: 72% center;
}

.story-image-2 img {
    object-position: 80% center;
}

.story-card > div:last-child {
    padding: 20px;
}

.story-card h3 {
    color: var(--navy-deep);
    margin: 0px 0px 9px;
    font-size: 16px;
    line-height: 1.3;
}

.story-card p {
    color: var(--muted);
    font-size: 12px;
    line-height: 1.5;
}

.story-card a, .text-action, .editorial-story a, .catalog-heading > a, .catalog-card a {
    color: var(--blue);
    font-size: 12px;
    font-weight: 800;
}

.support-home {
    padding-bottom: 66px;
}

.support-tile-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    display: grid;
}

.support-tile-grid > a {
    background: rgb(246, 248, 251);
    border-radius: 8px;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 16px;
    min-height: 120px;
    padding: 22px;
    display: grid;
}

.support-tile-grid b {
    border: 2px solid var(--navy);
    color: var(--navy);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    display: flex;
}

.support-tile-grid h3 {
    color: var(--navy-deep);
    margin: 0px 0px 5px;
    font-size: 14px;
}

.support-tile-grid p {
    color: var(--muted);
    margin: 0px;
    font-size: 11px;
    line-height: 1.4;
}

.brand-directory {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    display: grid;
}

.brand-directory article {
    border: 1px solid var(--line);
    border-radius: 14px;
    overflow: hidden;
}

.brand-directory article > img {
    object-fit: cover;
    width: 100%;
    height: 380px;
}

.brand-directory article:first-child > img {
    object-position: 75% center;
}

.brand-directory article:last-child > img {
    object-position: 78% center;
}

.brand-directory article > div {
    padding: 34px;
}

.brand-directory h2 {
    color: var(--navy-deep);
    margin: 8px 0px 14px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 36px;
}

.brand-directory article > div > p:not(.brand-name) {
    color: var(--muted);
    line-height: 1.6;
}

.platform-band, .values-band {
    background: linear-gradient(135deg, rgb(243, 247, 253), rgb(255, 255, 255));
    grid-template-columns: 1fr 1.35fr;
    align-items: start;
    gap: 70px;
    display: grid;
}

.platform-band h2, .values-band h2 {
    color: var(--navy-deep);
    margin: 0px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 42px;
    line-height: 1.08;
}

.platform-points, .value-statements {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    display: grid;
}

.platform-points span, .value-statements span {
    border: 1px solid var(--line);
    color: var(--navy-deep);
    background: rgb(255, 255, 255);
    padding: 22px;
    font-size: 14px;
    font-weight: 700;
}

.brand-hero {
    height: 650px;
    position: relative;
    overflow: hidden;
}

.brand-hero > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.brand-hero-copy {
    max-width: 520px;
    position: absolute;
    top: 50%;
    left: clamp(24px, 8vw, 130px);
    transform: translateY(-50%);
}

.brand-hero h1 {
    margin: 14px 0px 22px;
    font-size: clamp(48px, 5.6vw, 80px);
    line-height: 0.98;
}

.brand-hero-copy > p:not(.brand-name) {
    color: rgb(65, 74, 88);
    font-size: 18px;
    line-height: 1.6;
}

.left-actions {
    justify-content: flex-start;
}

.brand-manifesto {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 80px;
    display: grid;
}

.brand-manifesto h2 {
    margin: 0px;
    font-size: clamp(40px, 4vw, 58px);
    line-height: 1.06;
}

.brand-manifesto > p {
    color: var(--muted);
    margin: 0px;
    font-size: 19px;
    line-height: 1.75;
}

.value-grid, .capability-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    display: grid;
}

.value-grid article, .capability-grid article, .feature-bullet-grid article {
    border: 1px solid var(--line);
    background: rgb(255, 255, 255);
    min-height: 230px;
    padding: 34px;
}

.value-grid b, .capability-grid b, .feature-bullet-grid b, .story-principles b {
    color: var(--blue);
    letter-spacing: 0.16em;
    font-size: 12px;
}

.value-grid h3, .capability-grid h3, .feature-bullet-grid h3 {
    color: var(--navy-deep);
    margin: 26px 0px 12px;
    font-size: 20px;
}

.value-grid p, .capability-grid p, .feature-bullet-grid p {
    color: var(--muted);
    line-height: 1.65;
}

.category-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    display: grid;
}

.category-grid article {
    background: linear-gradient(145deg, rgb(247, 250, 255), rgb(238, 245, 255));
    border-radius: 12px;
    min-height: 250px;
    padding: 32px;
}

.koios-categories article {
    background: linear-gradient(145deg, rgb(255, 250, 244), rgb(255, 240, 220));
}

.category-grid span {
    color: var(--blue);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 800;
}

.koios-categories span {
    color: rgb(170, 107, 29);
}

.category-grid h3 {
    color: var(--navy-deep);
    margin: 34px 0px 12px;
    font-size: 22px;
}

.category-grid p {
    color: var(--muted);
    line-height: 1.6;
}

.featured-product, .product-family-banner {
    background: rgb(243, 247, 251);
    grid-template-columns: 1.1fr 1fr;
    align-items: center;
    gap: 70px;
    display: grid;
}

.featured-product-image {
    border-radius: 14px;
    height: 580px;
    overflow: hidden;
}

.featured-product-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.featured-product h2, .product-family-banner h2 {
    margin: 0px 0px 20px;
    font-size: 50px;
}

.featured-product > div:last-child > p:not(.kicker), .product-family-banner p:not(.kicker) {
    color: var(--muted);
    font-size: 17px;
    line-height: 1.7;
}

.metric-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 30px 0px;
    display: grid;
}

.metric-row span {
    border-left: 3px solid var(--blue);
    color: var(--muted);
    flex-direction: column;
    padding-left: 12px;
    font-size: 11px;
    display: flex;
}

.metric-row strong {
    color: var(--navy-deep);
    margin-bottom: 4px;
    font-size: 20px;
}

.cert-band, .destination-cta, .certification-detail, .support-cta {
    grid-template-columns: 1fr 1.3fr;
    align-items: center;
    gap: 60px;
    display: grid;
}

.cert-band {
    background: var(--navy-deep);
    color: rgb(255, 255, 255);
}

.cert-band .kicker {
    color: rgb(156, 198, 255);
}

.cert-band h2, .destination-cta h2, .certification-detail h2, .support-cta h2 {
    margin: 0px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 42px;
    line-height: 1.08;
}

.cert-band h2 {
    color: rgb(255, 255, 255);
}

.cert-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    display: grid;
}

.cert-grid span {
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.2);
    flex-direction: column;
    padding: 20px;
    font-size: 12px;
    line-height: 1.5;
    display: flex;
}

.cert-grid strong {
    margin-bottom: 4px;
    font-size: 18px;
}

.destination-cta {
    background: rgb(238, 245, 255);
}

.destination-gold {
    background: rgb(255, 245, 231);
}

.product-family-banner {
    background: rgb(255, 247, 236);
}

.product-family-banner img {
    border-radius: 14px;
}

.catalog-section {
    scroll-margin-top: 80px;
}

.catalog-heading {
    justify-content: space-between;
    align-items: end;
    margin-bottom: 30px;
    display: flex;
}

.catalog-heading h2 {
    margin: 4px 0px 0px;
    font-size: 44px;
}

.catalog-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    display: grid;
}

.catalog-card {
    border: 1px solid var(--line);
    border-radius: 10px;
    overflow: hidden;
}

.catalog-image {
    background: rgb(246, 248, 251);
    height: 280px;
    overflow: hidden;
}

.catalog-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.catalog-mooka .catalog-image img {
    object-position: center center;
}

.catalog-koios .catalog-image img {
    object-position: 42% center;
}

.catalog-image-2 img {
    transform: scale(1.12);
}

.catalog-image-3 img {
    object-position: 80% center !important;
}

.catalog-card > div:last-child {
    padding: 26px;
}

.brand-chip {
    letter-spacing: 0.12em;
    font-weight: 900;
    display: inline-flex;
    margin: 0px 0px 14px !important;
    font-size: 10px !important;
}

.brand-chip.mooka {
    color: var(--blue);
}

.brand-chip.koios {
    color: rgb(170, 107, 29);
}

.catalog-card h3 {
    color: var(--navy-deep);
    margin: 0px 0px 10px;
    font-size: 21px;
}

.catalog-card p {
    color: var(--muted);
    min-height: 75px;
    line-height: 1.55;
}

.catalog-intro {
    color: var(--muted);
    max-width: 800px;
    font-size: 18px;
    line-height: 1.7;
}

.breadcrumbs {
    color: var(--muted);
    align-items: center;
    gap: 9px;
    padding: 22px clamp(24px, 6vw, 96px);
    font-size: 12px;
    display: flex;
}

.detail-hero {
    grid-template-columns: 1.15fr 1fr;
    align-items: center;
    gap: 70px;
    padding-top: 30px;
    display: grid;
}

.detail-image {
    background: rgb(244, 247, 250);
    border-radius: 12px;
    overflow: hidden;
}

.detail-image img {
    object-fit: cover;
    object-position: 74% center;
    width: 100%;
    height: 560px;
}

.detail-image small {
    color: var(--muted);
    padding: 12px 16px;
    display: block;
}

.detail-copy h1 {
    margin: 10px 0px 20px;
    font-size: clamp(48px, 5vw, 72px);
    line-height: 1;
}

.detail-lede {
    color: var(--muted);
    font-size: 19px;
    line-height: 1.7;
}

.quick-metrics {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 30px 0px;
    display: grid;
}

.quick-metrics span {
    color: var(--muted);
    background: rgb(244, 247, 251);
    flex-direction: column;
    padding: 16px;
    font-size: 11px;
    display: flex;
}

.quick-metrics strong {
    color: var(--navy-deep);
    margin-bottom: 4px;
    font-size: 20px;
}

.detail-nav {
    border-bottom: 1px solid var(--line);
    border-top: 1px solid var(--line);
    z-index: 20;
    background: rgb(255, 255, 255);
    justify-content: center;
    gap: 38px;
    padding: 18px 24px;
    display: flex;
    position: sticky;
    top: 78px;
}

.detail-nav a {
    color: var(--navy-deep);
    font-size: 12px;
    font-weight: 700;
}

.feature-story > div:first-child, .performance-table > div:first-child, .certification-detail > div:first-child {
    max-width: 760px;
    margin-bottom: 34px;
}

.feature-story h2, .performance-table h2, .certification-detail h2 {
    margin: 0px;
    font-size: 46px;
    line-height: 1.08;
}

.feature-bullet-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    display: grid;
}

.performance-table {
    scroll-margin-top: 145px;
}

.performance-table dl {
    border-top: 1px solid var(--line);
    margin: 0px;
}

.performance-table dl > div {
    border-bottom: 1px solid var(--line);
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 18px 0px;
    display: grid;
}

.performance-table dt {
    color: var(--muted);
}

.performance-table dd {
    color: var(--navy-deep);
    margin: 0px;
    font-weight: 700;
}

.certification-detail {
    background: var(--navy-deep);
    color: rgb(255, 255, 255);
}

.certification-detail h2 {
    color: rgb(255, 255, 255);
}

.support-route-grid {
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    display: grid;
}

.support-route-grid article {
    border: 1px solid var(--line);
    min-height: 280px;
    padding: 42px;
}

.support-route-grid h2 {
    color: var(--navy-deep);
    margin: 10px 0px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
}

.support-route-grid p:not(.brand-name) {
    color: var(--muted);
    line-height: 1.6;
}

.support-route-grid a {
    color: var(--blue);
    font-size: 13px;
    font-weight: 800;
}

.support-content, .about-split {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 70px;
    scroll-margin-top: 78px;
    display: grid;
}

.support-content h2, .about-split h2 {
    margin: 0px;
    font-size: 44px;
    line-height: 1.1;
}

.support-content > div:last-child, .about-split > div:last-child {
    color: var(--muted);
    font-size: 17px;
    line-height: 1.75;
}

.support-content ul {
    padding-left: 20px;
}

.capability-grid {
    grid-template-columns: repeat(3, 1fr);
}

.story-principles {
    grid-template-columns: repeat(4, 1fr);
    gap: 0px;
    display: grid;
}

.story-principles article {
    border-right: 1px solid var(--line);
    padding: 20px 34px;
}

.story-principles h2 {
    color: var(--navy-deep);
    margin: 24px 0px 12px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
}

.story-principles p {
    color: var(--muted);
    line-height: 1.6;
}

.editorial-story {
    grid-template-columns: 1.05fr 1fr;
    align-items: center;
    gap: 70px;
    scroll-margin-top: 78px;
    display: grid;
}

.editorial-story.reverse .editorial-image {
    order: 2;
}

.editorial-image {
    border-radius: 12px;
    height: 450px;
    overflow: hidden;
}

.editorial-image img {
    object-fit: cover;
    object-position: 74% center;
    width: 100%;
    height: 100%;
}

.editorial-story h2 {
    margin: 0px 0px 20px;
    font-size: 44px;
    line-height: 1.08;
}

.editorial-story p:not(.kicker) {
    color: var(--muted);
    font-size: 17px;
    line-height: 1.7;
}

.contact-layout {
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    display: grid;
}

.contact-options {
    flex-direction: column;
    gap: 14px;
    display: flex;
}

.contact-options article {
    border: 1px solid var(--line);
    padding: 26px;
}

.contact-options span {
    color: var(--blue);
    font-size: 11px;
    font-weight: 900;
}

.contact-options h2 {
    margin: 10px 0px;
    font-size: 26px;
}

.contact-options p {
    color: var(--muted);
    line-height: 1.5;
}

.direct-email {
    background: var(--navy-deep);
    color: rgb(255, 255, 255);
    padding: 30px;
}

.direct-email .kicker {
    color: rgb(155, 198, 255);
}

.direct-email a {
    font-size: 22px;
    font-weight: 700;
}

.contact-form {
    background: rgb(244, 247, 251);
    flex-direction: column;
    gap: 18px;
    padding: 38px;
    display: flex;
}

.contact-form h2 {
    margin: 0px 0px 8px;
    font-size: 34px;
}

.contact-form label {
    color: var(--navy-deep);
    flex-direction: column;
    gap: 8px;
    font-size: 12px;
    font-weight: 800;
    display: flex;
}

.contact-form input, .contact-form select, .contact-form textarea {
    color: var(--ink);
    background: rgb(255, 255, 255);
    border: 1px solid rgb(205, 215, 229);
    border-radius: 3px;
    padding: 13px;
}

.contact-form .btn {
    width: fit-content;
}

.contact-form small {
    color: var(--muted);
    line-height: 1.5;
}

.legal-page {
    max-width: 980px;
    margin: 0px auto;
}

.legal-page h1 {
    margin: 0px 0px 10px;
    font-size: 64px;
}

.legal-date {
    color: var(--muted);
    margin-bottom: 60px;
}

.legal-page section {
    border-top: 1px solid var(--line);
}

.legal-page h2 {
    margin: 40px 0px 10px;
    font-size: 26px;
}

.legal-page section p {
    color: var(--muted);
    line-height: 1.75;
}

@media (width <= 1100px) {
    .family-grid, .solution-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .home-brand-card > div {
        padding-right: 34%;
    }

    .story-card-grid, .category-grid, .story-principles, .support-tile-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .brand-hero {
        height: 590px;
    }

    .category-grid {
        gap: 12px;
    }

    .catalog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (width <= 820px) {
    .page-pad {
        padding: 62px 24px;
    }

    .inner-hero {
        min-height: 360px;
        padding: 70px 24px;
    }

    .inner-hero h1 {
        font-size: 46px;
    }

    .home-brand-grid, .brand-directory, .platform-band, .brand-manifesto, .featured-product, .product-family-banner, .cert-band, .destination-cta, .certification-detail, .support-cta, .detail-hero, .support-route-grid, .support-content, .about-split, .editorial-story, .contact-layout {
        grid-template-columns: 1fr;
    }

    .home-brand-card {
        min-height: 460px;
    }

    .home-brand-card > div {
        background: linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.75) 38%, rgba(255, 255, 255, 0.98));
        flex-direction: column;
        justify-content: flex-end;
        padding: 180px 24px 24px;
        display: flex;
    }

    .family-grid, .solution-grid, .value-grid, .capability-grid, .catalog-grid, .feature-bullet-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .brand-directory article > img {
        height: 300px;
    }

    .brand-hero {
        background: rgb(245, 246, 247);
        height: auto;
        padding-bottom: 38px;
    }

    .brand-hero > img {
        object-position: 68% center;
        height: 430px;
    }

    .brand-hero-copy {
        padding: 34px 24px 0px;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }

    .brand-hero h1 {
        font-size: 52px;
    }

    .featured-product-image, .detail-image img {
        height: 430px;
    }

    .featured-product, .product-family-banner {
        gap: 40px;
    }

    .detail-nav {
        justify-content: flex-start;
        top: 68px;
        overflow-x: auto;
    }

    .editorial-story.reverse .editorial-image {
        order: initial;
    }

    .editorial-image {
        height: 360px;
    }
}

@media (width <= 560px) {
    .section-rule-title {
        grid-template-columns: 1fr;
    }

    .section-rule-title span {
        display: none;
    }

    .family-grid, .solution-grid, .story-card-grid, .support-tile-grid, .value-grid, .capability-grid, .category-grid, .catalog-grid, .feature-bullet-grid, .story-principles, .platform-points, .value-statements, .cert-grid, .quick-metrics, .metric-row {
        grid-template-columns: 1fr;
    }

    .brand-directory h2, .featured-product h2, .product-family-banner h2, .catalog-heading h2, .feature-story h2, .performance-table h2, .certification-detail h2, .support-content h2, .about-split h2, .editorial-story h2 {
        font-size: 36px;
    }

    .catalog-heading {
        flex-direction: column;
        align-items: start;
        gap: 16px;
    }

    .performance-table dl > div {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .direct-email a {
        font-size: 16px;
    }

    .contact-form {
        padding: 24px;
    }
}

@property --tw-blur {
    syntax: "*";
    inherits: false;
}

@property --tw-brightness {
    syntax: "*";
    inherits: false;
}

@property --tw-contrast {
    syntax: "*";
    inherits: false;
}

@property --tw-grayscale {
    syntax: "*";
    inherits: false;
}

@property --tw-hue-rotate {
    syntax: "*";
    inherits: false;
}

@property --tw-invert {
    syntax: "*";
    inherits: false;
}

@property --tw-opacity {
    syntax: "*";
    inherits: false;
}

@property --tw-saturate {
    syntax: "*";
    inherits: false;
}

@property --tw-sepia {
    syntax: "*";
    inherits: false;
}

@property --tw-drop-shadow {
    syntax: "*";
    inherits: false;
}

@property --tw-drop-shadow-color {
    syntax: "*";
    inherits: false;
}

@property --tw-drop-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%;
}

@property --tw-drop-shadow-size {
    syntax: "*";
    inherits: false;
}
