@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=IBM+Plex+Sans:wght@400;500;600;700&display=swap");

:root {
    --accent: #ff7200;
    --accent-2: #cb4e1b;
    --ink: #f5f5f5;
    --slate: #c7c7c7;
    --paper: #1f1f1f;
    --mist: #292929;
    --card: #292929;
    --shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
}

@font-face {
    font-family: "Aurebesh";
    src: url("../fonts/Aurebesh.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

body {
    font-family: "IBM Plex Sans", sans-serif;
    color: var(--ink);
    background-color: #000;
    background-image: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.alt-font {
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 0.01em;
}

a {
    color: var(--ink);
}

a:hover {
    color: var(--accent);
}

.site-header {
    position: static;
    z-index: 100;
    backdrop-filter: blur(14px);
    background: rgba(31, 31, 31, 0.92);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.brand-mark {
    font-family: "Bebas Neue", sans-serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--ink);
}

.brand-accent {
    color: var(--accent);
    margin-left: 0;
}

.site-nav .nav-link {
    color: var(--ink);
    font-weight: 500;
    margin: 0 12px;
}

.site-nav .nav-link:hover {
    color: var(--accent);
}

.btn-accent {
    background: var(--accent);
    color: #fff;
    padding: 12px 24px;
    border-radius: 999px;
    border: none;
    font-weight: 600;
    box-shadow: 0 12px 30px rgba(255, 114, 0, 0.25);
}

.btn-accent:hover {
    color: #fff;
    transform: translateY(-1px);
}

.btn-ghost {
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    padding: 12px 22px;
    font-weight: 600;
    color: var(--ink);
}

.btn-ghost:hover {
    border-color: var(--accent);
    color: var(--accent);
}

.hero-spotlight {
    padding: 160px 0 120px;
    position: relative;
    overflow: hidden;
    background: transparent;
}

.site-bg-dots {
    position: fixed;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(circle at 50% 30%, rgba(255, 114, 0, 0.18), transparent 55%),
        radial-gradient(circle, rgba(255, 114, 0, 0.16) 0px, transparent 2px);
    background-size: 100% 100%, 28px 28px;
    background-position: center, center;
    filter: blur(0.2px);
    opacity: 0.22;
    pointer-events: none;
}

.aure-marquee {
    position: fixed;
    top: -10%;
    left: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    mix-blend-mode: screen;
    transform: rotate(-30deg);
    transform-origin: center;
}

.aure-bloom {
    opacity: 0;
}

body.aure-ready .aure-marquee {
    opacity: 0.35;
}

body.aure-ready .aure-bloom {
    opacity: 0.6;
}

.aure-bloom {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: radial-gradient(circle at 12% 10%, rgba(255, 114, 0, 0.25), transparent 55%);
    mix-blend-mode: screen;
    opacity: 0.6;
}

.aure-marquee .aure-line {
    display: block;
    width: max-content;
    padding-left: 0;
    font-family: "Aurebesh";
    font-size: clamp(2.6rem, 8vw, 8rem);
    letter-spacing: 0.08em;
    text-transform: lowercase;
    color: #ff9a33;
    animation: aure-marquee 84s linear infinite;
    animation-fill-mode: both;
    line-height: 1.2;
    white-space: nowrap;
}

.aure-marquee .aure-line::after {
    content: " everything you do, do it for mia and willow  •  everything you do, do it for mia and willow  •  everything you do, do it for mia and willow ";
    padding-left: 320px;
}

.aure-marquee .line-a {
    opacity: 0.35;
    font-size: clamp(2.2rem, 6vw, 6rem);
    animation-duration: 96s;
    animation-delay: -18s;
    margin-top: 0;
}

.aure-marquee .line-b {
    opacity: 0.28;
    font-size: clamp(3.2rem, 9vw, 10rem);
    animation-duration: 120s;
    animation-delay: -24s;
    margin-top: 120px;
}

.aure-marquee .line-c {
    opacity: 0.24;
    font-size: clamp(4rem, 12vw, 14rem);
    animation-duration: 132s;
    animation-delay: -28s;
    margin-top: 220px;
}

.aure-marquee .line-d {
    opacity: 0.2;
    font-size: clamp(5rem, 16vw, 18rem);
    animation-duration: 160s;
    animation-delay: -34s;
    margin-top: 320px;
}

.aure-marquee .line-e {
    opacity: 0.18;
    font-size: clamp(3.6rem, 11vw, 13rem);
    animation-duration: 148s;
    animation-delay: -30s;
    margin-top: 440px;
}

.aure-marquee .line-f {
    opacity: 0.16;
    font-size: clamp(5.6rem, 18vw, 20rem);
    animation-duration: 190s;
    animation-delay: -40s;
    margin-top: 560px;
}

@media (max-width: 991px) {
    .aure-marquee .line-e,
    .aure-marquee .line-f {
        display: none;
    }
}

@keyframes aure-marquee {
    0% {
        transform: translateX(5%);
    }
    100% {
        transform: translateX(-260%);
    }
}

.hero-spotlight .container {
    position: relative;
    z-index: 2;
}

.hero-kicker {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.3em;
    color: var(--accent);
    font-weight: 600;
}

.hero-title {
    font-size: clamp(2.8rem, 6vw, 5rem);
    line-height: 0.92;
    margin-top: 16px;
}

.hero-subtitle {
    font-size: 18px;
    color: var(--slate);
    max-width: 520px;
    margin-top: 24px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.hero-metrics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 16px;
    margin-top: 40px;
}

.metric-card {
    background: var(--card);
    border-radius: 18px;
    padding: 18px 20px;
    box-shadow: var(--shadow);
}

.metric-card strong {
    font-size: 22px;
    display: block;
}


.portrait-frame {
    background: var(--card);
    border-radius: 999px;
    padding: 16px;
    display: inline-block;
    box-shadow: var(--shadow);
}

.hero-portrait {
    border-radius: 50%;
    object-fit: cover;
    width: 380px;
    height: 380px;
    animation: floaty 6s ease-in-out infinite;
}

.coin-frame {
    position: relative;
    width: 380px;
    height: 380px;
    perspective: 1200px;
    cursor: pointer;
    animation: floaty 6s ease-in-out infinite;
}

.coin {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    --coin-radius: 110px;
}

.coin-face {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    object-fit: cover;
    backface-visibility: hidden;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
    transform: rotateY(var(--face-rot)) translateZ(var(--coin-radius));
}

.coin-face-1 {
    --face-rot: 0deg;
}

.coin-face-2 {
    --face-rot: 120deg;
}

.coin-face-3 {
    --face-rot: 240deg;
}

.coin-label {
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    font-size: 12px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--accent);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.coin-frame:hover .coin-label {
    opacity: 1;
}

.section-wrap {
    padding: 100px 0;
}

.section-label {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.2em;
    color: var(--accent);
    font-weight: 600;
}

.section-title {
    font-size: clamp(2rem, 4vw, 3.4rem);
    margin-top: 16px;
}

.section-intro {
    font-size: 17px;
    color: var(--slate);
    margin-top: 16px;
}

.grid-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 22px;
    margin-top: 36px;
}

.card-stack {
    background: var(--card);
    border-radius: 20px;
    padding: 24px;
    box-shadow: var(--shadow);
}

.card-stack h4 {
    margin-top: 10px;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    margin-top: 36px;
}

.blog-card {
    background: var(--card);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.blog-card .blog-content {
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.blog-card .blog-meta {
    font-size: 12px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--accent);
    font-weight: 600;
}

.footer-shell {
    padding: 70px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-shell .footer-note {
    font-size: 14px;
    color: var(--slate);
}

.footer-kicker {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.25em;
    color: var(--accent);
    font-weight: 600;
    display: block;
}

.footer-title {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    margin: 12px 0 20px;
}

.policy-content h1,
.policy-content h2,
.policy-content h3 {
    margin-top: 30px;
}

.entry-content,
.post-content {
    font-size: 18px;
    line-height: 1.7;
}

.entry-content pre,
.post-content pre {
    background: #151515;
    color: #f8fafc;
    border-radius: 12px;
    padding: 18px 20px;
    overflow: auto;
}

.entry-content code,
.post-content code {
    background: rgba(21, 21, 21, 0.7);
    color: #f8fafc;
    border-radius: 6px;
    padding: 2px 6px;
}

.entry-content pre code,
.post-content pre code {
    background: transparent;
    padding: 0;
}

@media (max-width: 991px) {
    .hero-spotlight {
        padding: 120px 0 80px;
    }

    .hero-portrait {
        width: 300px;
        height: 300px;
    }

    .coin-frame {
        width: 300px;
        height: 300px;
    }
}

@media (max-width: 575px) {
    .hero-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-portrait {
        width: 260px;
        height: 260px;
    }

    .coin-frame {
        width: 260px;
        height: 260px;
    }
}

@keyframes floaty {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-14px);
    }
    100% {
        transform: translateY(0);
    }
}



.site-bg-canvas {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.site-header,
.hero-spotlight,
.section-wrap,
.footer-shell {
    position: relative;
    z-index: 1;
}
.section-intro mark {
    background: transparent;
    color: var(--accent);
    font-weight: 600;
}
