.ozzky-page {
    background: #ffffff;
    color: #07152e;
    padding: clamp(2rem, 4vw, 3.5rem) 0 4rem;
}

.ozzky-container {
    width: min(1120px, calc(100% - 2rem));
    margin: 0 auto;
}

.ozzky-hero {
    margin-bottom: clamp(2rem, 4vw, 3rem);
}

.ozzky-hero__inner {
    display: grid;
    grid-template-columns: minmax(220px, 0.36fr) minmax(0, 1fr);
    gap: clamp(1.25rem, 3vw, 2.5rem);
    align-items: center;
    border: 1px solid rgba(240, 125, 0, 0.18);
    border-radius: 2rem;
    background:
        radial-gradient(circle at 8% 18%, rgba(240, 125, 0, 0.14), transparent 14rem),
        linear-gradient(135deg, #ffffff 0%, #fff8ef 100%);
    padding: clamp(1.25rem, 3vw, 2rem);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.ozzky-hero__logo {
    display: grid;
    min-height: 150px;
    place-items: center;
    border: 2px dashed rgba(240, 125, 0, 0.35);
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.78);
    color: #f07d00;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.ozzky-eyebrow {
    display: inline-flex;
    color: #f07d00;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.ozzky-hero h1 {
    margin: 0.45rem 0 0;
    font-family: "League Spartan", system-ui, sans-serif;
    font-size: clamp(2.6rem, 6vw, 5rem);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 0.9;
}

.ozzky-hero p {
    max-width: 620px;
    margin: 0.9rem 0 0;
    color: #475569;
    font-size: clamp(1rem, 1.8vw, 1.2rem);
    line-height: 1.5;
}

.ozzky-section-header {
    margin-bottom: 1.2rem;
}

.ozzky-section-header h2 {
    margin: 0.35rem 0 0;
    font-family: "League Spartan", system-ui, sans-serif;
    font-size: clamp(2rem, 3vw, 2.7rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 0.95;
}

.ozzky-featured {
    margin-bottom: clamp(2.25rem, 4vw, 3.5rem);
}

.ozzky-featured-layout {
    display: grid;
    grid-template-columns: minmax(220px, 0.34fr) minmax(0, 0.66fr);
    gap: clamp(1.25rem, 3vw, 2rem);
    align-items: start;
}

.ozzky-profile {
    border: 1px solid rgba(240, 125, 0, 0.18);
    border-radius: 1.5rem;
    background: linear-gradient(135deg, #ffffff 0%, #fff8ef 100%);
    padding: clamp(1.15rem, 2.4vw, 1.6rem);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.ozzky-profile h2,
.ozzky-profile h3 {
    margin: 0.4rem 0 0.8rem;
    font-family: "League Spartan", system-ui, sans-serif;
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 0.95;
}

.ozzky-profile p {
    margin: 0.8rem 0 0;
    color: #475569;
    font-size: 0.98rem;
    line-height: 1.55;
}

.ozzky-profile a {
    display: inline-flex;
    margin-top: 1.1rem;
    border-radius: 999px;
    background: #f07d00;
    color: #ffffff;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    padding: 0.75rem 1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.ozzky-profile a:hover {
    background: #d96f00;
}

.ozzky-featured-card,
.ozzky-charge-card,
.ozzky-empty {
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 1.5rem;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.ozzky-featured-card__image,
.ozzky-charge-card__image {
    display: block;
    background: #f8fafc;
}

.ozzky-featured-card__image {
    max-height: 768px;
    padding: clamp(0.75rem, 2vw, 1.25rem);
}

.ozzky-charge-card__image {
    padding: 0.85rem;
}

.ozzky-charge-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.ozzky-charge-image--featured {
    height: calc(768px - clamp(1.5rem, 4vw, 2.5rem));
    max-height: calc(768px - clamp(1.5rem, 4vw, 2.5rem));
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.ozzky-featured-card__body,
.ozzky-charge-card__body {
    border-top: 1px solid #f1f5f9;
    padding: 1rem 1.15rem 1.15rem;
}

.ozzky-featured-card__body time,
.ozzky-charge-card__body time {
    display: block;
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.ozzky-featured-card__body h3,
.ozzky-charge-card__body h3 {
    margin: 0.45rem 0 0;
    font-family: "League Spartan", system-ui, sans-serif;
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.05;
}

.ozzky-featured-card__body h3 {
    font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.ozzky-charge-card__body h3 {
    font-size: 1.35rem;
}

.ozzky-featured-card__body a,
.ozzky-charge-card__body a {
    color: inherit;
    text-decoration: none;
}

.ozzky-featured-card__body a:hover,
.ozzky-charge-card__body a:hover {
    color: #04548c;
}

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

.ozzky-charge-card__placeholder {
    display: grid;
    min-height: 220px;
    place-items: center;
    color: #94a3b8;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.ozzky-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    justify-content: center;
    margin-top: 2rem;
}

.ozzky-pagination .page-numbers {
    display: inline-flex;
    min-width: 2.5rem;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #ffffff;
    color: #07152e;
    font-size: 0.82rem;
    font-weight: 800;
    padding: 0.65rem 0.9rem;
    text-decoration: none;
}

.ozzky-pagination .page-numbers.current,
.ozzky-pagination .page-numbers:hover {
    border-color: #f07d00;
    background: #f07d00;
    color: #ffffff;
}

.ozzky-empty {
    padding: clamp(1.5rem, 3vw, 2.2rem);
}

.ozzky-empty h2 {
    margin: 0.35rem 0 0;
    font-family: "League Spartan", system-ui, sans-serif;
    font-size: clamp(2rem, 3vw, 2.7rem);
    font-weight: 800;
    letter-spacing: -0.04em;
}

.ozzky-empty p {
    max-width: 620px;
    margin: 0.75rem 0 0;
    color: #475569;
    line-height: 1.55;
}

.ozzky-single-page {
    padding-top: clamp(1.5rem, 3vw, 2.5rem);
}

.ozzky-single__header {
    max-width: 920px;
    margin-bottom: clamp(1.25rem, 3vw, 2rem);
}

.ozzky-back-link {
    display: inline-flex;
    margin-bottom: 1rem;
    color: #04548c;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-decoration: none;
    text-transform: uppercase;
}

.ozzky-back-link:hover {
    color: #f07d00;
}

.ozzky-single__header h1 {
    margin: 0.4rem 0 0.55rem;
    font-family: "League Spartan", system-ui, sans-serif;
    font-size: clamp(2.4rem, 5vw, 4.4rem);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 0.92;
}

.ozzky-single__header time {
    display: block;
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.ozzky-single__layout {
    display: grid;
    grid-template-columns: minmax(220px, 0.28fr) minmax(0, 0.72fr);
    gap: clamp(1.25rem, 3vw, 2rem);
    align-items: start;
}

.ozzky-single__profile {
    position: sticky;
    top: 1.25rem;
}

.ozzky-single__charge {
    display: grid;
    min-height: 320px;
    margin: 0;
    place-items: center;
    border: 1px solid #e5e7eb;
    border-radius: 1.5rem;
    background: #f8fafc;
    padding: clamp(0.75rem, 2vw, 1.25rem);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.ozzky-single__image {
    width: 100%;
    height: min(78vh, 900px);
    object-fit: contain;
}

.ozzky-single-related {
    margin-top: clamp(2.25rem, 4vw, 3.5rem);
}

@media (max-width: 900px) {
    .ozzky-hero__inner,
    .ozzky-featured-layout,
    .ozzky-single__layout,
    .ozzky-archive-grid {
        grid-template-columns: 1fr;
    }

    .ozzky-hero__logo {
        min-height: 120px;
    }

    .ozzky-single__profile {
        position: static;
    }
}

.ozzky-page {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 8%, rgba(0, 174, 239, 0.18), transparent 18rem),
        radial-gradient(circle at 92% 12%, rgba(236, 0, 140, 0.16), transparent 17rem),
        radial-gradient(circle at 78% 84%, rgba(255, 222, 0, 0.22), transparent 19rem),
        linear-gradient(180deg, #fbf3dd 0%, #fffaf0 46%, #f6ead2 100%);
    color: #090909;
}

.ozzky-page::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(9, 9, 9, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(9, 9, 9, 0.028) 1px, transparent 1px);
    background-size: 26px 26px;
    mix-blend-mode: multiply;
}

.ozzky-page > * {
    position: relative;
    z-index: 1;
}

.ozzky-hero__inner {
    position: relative;
    grid-template-columns: minmax(260px, 0.38fr) minmax(0, 0.62fr);
    overflow: hidden;
    border: 4px solid #090909;
    border-radius: 0;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(255, 245, 214, 0.92)),
        #fbf3dd;
    box-shadow:
        12px 12px 0 #090909,
        20px 20px 0 rgba(0, 174, 239, 0.55),
        28px 28px 0 rgba(236, 0, 140, 0.42);
}

.ozzky-hero__inner::after {
    content: "";
    position: absolute;
    right: -4rem;
    bottom: -6rem;
    width: 20rem;
    height: 20rem;
    border: 22px solid rgba(255, 222, 0, 0.65);
    border-radius: 999px;
    pointer-events: none;
}

.ozzky-hero__photo {
    position: relative;
    align-self: stretch;
    min-height: 420px;
    margin: 0;
    overflow: hidden;
    border: 4px solid #090909;
    background: #090909;
    box-shadow:
        8px 8px 0 rgba(255, 222, 0, 0.9),
        14px 14px 0 rgba(236, 0, 140, 0.7);
}

.ozzky-hero__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.15) contrast(1.08);
}

.ozzky-brand {
    display: block;
    width: min(520px, 100%);
    height: auto;
    margin: -1rem 0 0.65rem;
    mix-blend-mode: multiply;
}

.ozzky-hero__profile-link {
    display: inline-flex;
    margin-top: 1.25rem;
    border: 3px solid #090909;
    background: #ffde00;
    color: #090909;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    padding: 0.75rem 1rem;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 5px 5px 0 #090909;
}

.ozzky-hero__profile-link:hover {
    background: #00aeef;
}

.ozzky-eyebrow {
    color: #090909;
    text-shadow:
        2px 2px 0 #ffde00,
        4px 4px 0 rgba(0, 174, 239, 0.7);
}

.ozzky-hero h1 {
    color: #090909;
    text-shadow:
        3px 3px 0 #00aeef,
        6px 6px 0 #ec008c,
        9px 9px 0 #ffde00;
}

.ozzky-hero p,
.ozzky-profile p,
.ozzky-empty p {
    color: #1f1f1f;
}

.ozzky-section-header h2 {
    color: #090909;
    text-shadow: 3px 3px 0 rgba(255, 222, 0, 0.95);
}

.ozzky-profile,
.ozzky-featured-card,
.ozzky-charge-card,
.ozzky-empty,
.ozzky-single__charge {
    border: 4px solid #090909;
    border-radius: 0;
    background: rgba(255, 250, 240, 0.94);
    box-shadow: 9px 9px 0 #090909;
}

.ozzky-profile {
    background:
        linear-gradient(180deg, rgba(255, 250, 240, 0.96), rgba(255, 241, 194, 0.9)),
        #fffaf0;
}

.ozzky-profile__brand {
    display: block;
    width: min(250px, 100%);
    height: auto;
    margin: -0.6rem auto 0.85rem;
    mix-blend-mode: multiply;
}

.ozzky-profile__photo {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    height: auto;
    margin-bottom: 1rem;
    border: 3px solid #090909;
    object-fit: cover;
    filter: saturate(1.08) contrast(1.05);
    box-shadow: 6px 6px 0 rgba(0, 174, 239, 0.72);
}

.ozzky-profile h2,
.ozzky-profile h3 {
    color: #090909;
    text-shadow: 2px 2px 0 rgba(236, 0, 140, 0.35);
}

.ozzky-profile a,
.ozzky-pagination .page-numbers.current,
.ozzky-pagination .page-numbers:hover {
    border: 3px solid #090909;
    border-radius: 0;
    background: #ffde00;
    color: #090909;
    box-shadow: 5px 5px 0 #090909;
}

.ozzky-profile a:hover {
    background: #00aeef;
}

.ozzky-featured-card__image,
.ozzky-charge-card__image,
.ozzky-single__charge {
    background:
        linear-gradient(45deg, rgba(9, 9, 9, 0.035) 25%, transparent 25% 50%, rgba(9, 9, 9, 0.035) 50% 75%, transparent 75%),
        #fffaf0;
    background-size: 18px 18px;
}

.ozzky-featured-card__body,
.ozzky-charge-card__body {
    border-top: 4px solid #090909;
    background: #fffaf0;
}

.ozzky-featured-card__body time,
.ozzky-charge-card__body time,
.ozzky-single__header time {
    color: #090909;
}

.ozzky-featured-card__body a:hover,
.ozzky-charge-card__body a:hover,
.ozzky-back-link:hover {
    color: #ec008c;
}

.ozzky-pagination .page-numbers {
    border: 3px solid #090909;
    border-radius: 0;
    background: #fffaf0;
    box-shadow: 4px 4px 0 #090909;
}

.ozzky-single__header h1 {
    color: #090909;
    text-shadow:
        3px 3px 0 #00aeef,
        6px 6px 0 #ec008c;
}

.ozzky-back-link {
    color: #090909;
    text-shadow: 2px 2px 0 #ffde00;
}

.ozzky-full-profile {
    display: grid;
    grid-template-columns: minmax(240px, 0.34fr) minmax(0, 0.66fr);
    gap: clamp(1.25rem, 3vw, 2rem);
    align-items: start;
    margin-top: clamp(2.5rem, 5vw, 4rem);
    scroll-margin-top: 2rem;
}

.ozzky-full-profile__media,
.ozzky-full-profile__content {
    border: 4px solid #090909;
    background: rgba(255, 250, 240, 0.94);
    box-shadow: 9px 9px 0 #090909;
}

.ozzky-full-profile__media {
    padding: clamp(1rem, 2vw, 1.4rem);
}

.ozzky-full-profile__brand {
    display: block;
    width: min(280px, 100%);
    height: auto;
    margin: 0 auto 1rem;
    mix-blend-mode: multiply;
}

.ozzky-full-profile__photo {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    height: auto;
    border: 3px solid #090909;
    object-fit: cover;
    box-shadow:
        6px 6px 0 rgba(255, 222, 0, 0.9),
        11px 11px 0 rgba(236, 0, 140, 0.58);
}

.ozzky-full-profile__content {
    padding: clamp(1.25rem, 3vw, 2rem);
}

.ozzky-full-profile__content h2 {
    margin: 0.45rem 0 1rem;
    color: #090909;
    font-family: "League Spartan", system-ui, sans-serif;
    font-size: clamp(2.2rem, 4vw, 3.8rem);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 0.92;
    text-shadow:
        3px 3px 0 #00aeef,
        6px 6px 0 rgba(236, 0, 140, 0.8);
}

.ozzky-full-profile__content p {
    margin: 1rem 0 0;
    color: #1f1f1f;
    font-size: 1.02rem;
    line-height: 1.72;
}

.ozzky-full-profile__instagram {
    display: inline-flex;
    margin-top: 1.35rem;
    border: 3px solid #090909;
    background: #ffde00;
    color: #090909;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    padding: 0.78rem 1rem;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 5px 5px 0 #090909;
}

.ozzky-full-profile__instagram:hover {
    background: #ec008c;
    color: #ffffff;
}

@media (max-width: 900px) {
    .ozzky-hero__inner {
        grid-template-columns: 1fr;
        box-shadow:
            7px 7px 0 #090909,
            12px 12px 0 rgba(0, 174, 239, 0.48);
    }

    .ozzky-hero__photo {
        min-height: 280px;
    }

    .ozzky-brand {
        margin-top: 0;
    }

    .ozzky-full-profile {
        grid-template-columns: 1fr;
    }
}
