/*
Theme Name: Halvard Henry's Corner
Theme URI: https://halvardhenry.no
Author: Kronvega
Author URI: https://Kronvega.no
Description: A custom WordPress theme for Halvard Henry's Corner - a curated archive of essays and observations about music, football, and local culture.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: halvard-henrys-corner
Tags: blog, custom-colors, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, post-formats, responsive-layout, translation-ready
*/

html.dark {
    --color-secondary-fixed: #ffdea0;
    --color-surface-tint: #ffb4a8;
    --color-secondary: #eec05c;
    --color-on-background: #e5e2e1;
    --color-surface-container-lowest: #0e0e0e;
    --color-inverse-primary: #ab3326;
    --color-error: #ffb4ab;
    --color-surface-bright: #393939;
    --color-background: #1a1a1a;
    --color-tertiary-fixed-dim: #c8c6c6;
    --color-surface-dim: #131313;
    --color-tertiary-fixed: #e4e2e1;
    --color-surface: #1a1a1a;
    --color-on-primary-container: #fff3f1;
    --color-tertiary: #c8c6c6;
    --color-surface-container-low: #242424;
    --color-surface-container-high: #2a2a2a;
    --color-on-error-container: #ffdad6;
    --color-inverse-surface: #e5e2e1;
    --color-on-surface-variant: #e0bfba;
    --color-on-secondary-container: #ffeac4;
    --color-on-secondary-fixed-variant: #5c4300;
    --color-surface-container-highest: #353535;
    --color-on-tertiary-fixed: #1b1c1c;
    --color-surface-container: #20201f;
    --color-secondary-fixed-dim: #eec05c;
    --color-on-primary: #690001;
    --color-tertiary-container: #717070;
    --color-primary-container: #c44536;
    --color-error-container: #93000a;
    --color-outline-variant: #58413e;
    --color-primary-fixed-dim: #ffb4a8;
    --color-on-secondary: #402d00;
    --color-on-tertiary: #303030;
    --color-on-primary-fixed: #410000;
    --color-outline: #a78a86;
    --color-on-tertiary-container: #f8f5f4;
    --color-on-primary-fixed-variant: #8a1b12;
    --color-inverse-on-surface: #313030;
    --color-primary: #ffb4a8;
    --color-on-secondary-fixed: #261a00;
    --color-on-error: #690005;
    --color-surface-variant: #353535;
    --color-on-tertiary-fixed-variant: #474747;
    --color-primary-fixed: #ffdad5;
    --color-on-surface: #f5f5f5;
    --color-secondary-container: #896500;
}

body {
    background-color: #1a1a1a;
    color: #f5f5f5;
    position: relative;
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-image: url(https://lh3.googleusercontent.com/aida-public/AB6AXuADgpJeCTJBG6SrUapZ5ihfLrx0v7Kn98bJ6G88o8fzXqUYzmIVUsqusj8TMsCNeR5yZ6IWGEjyvaYScT4h0HCLIUSwtoch32eOm8I5UGacjKsxjpQhUpH8RSdOBWzKvV6pwdgZCw0fxbeqJeDUegByS2rhB8W_CZ3IuamGDfJTo8ysCvEKhJ0CBogrp4GC58ocIw3nWMahUg2k8wbJJ4hoSBtiY8iXVB8-hqM8QcOK1ZjVFEo2YEBVT-ERwir0veCj43pHkuzdPgI);
    opacity: 0.05;
    z-index: 50;
}

.material-symbols-outlined {
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.bebas {
    font-family: "Bebas Neue", cursive;
}

.serif {
    font-family: "Newsreader", serif;
}

.grotesk {
    font-family: "Space Grotesk", sans-serif;
}

.border-primary-container {
    border-color: var(--color-primary-container);
}

.text-primary-container {
    color: var(--color-primary-container);
}

.bg-primary-container {
    background-color: var(--color-primary-container);
}

.text-secondary {
    color: var(--color-secondary);
}

.text-on-primary-container {
    color: var(--color-on-primary-container);
}

.text-on-surface {
    color: var(--color-on-surface);
}

.text-stone-300 {
    color: #d6d3d3;
}

.text-stone-400 {
    color: #a8a29e;
}

.text-stone-500 {
    color: #78716c;
}

.text-stone-600 {
    color: #57534e;
}

.text-stone-800 {
    color: #292524;
}

.text-stone-900 {
    color: #1c1917;
}

.text-white {
    color: #ffffff;
}

.bg-white\/5 {
    background-color: rgba(255, 255, 255, 0.05);
}

.bg-\[\#1a1a1a\] {
    background-color: #1a1a1a;
}

.bg-\[\#141414\] {
    background-color: #141414;
}

.border-white\/5 {
    border-color: rgba(255, 255, 255, 0.05);
}

.border-white\/10 {
    border-color: rgba(255, 255, 255, 0.1);
}

.border-white\/20 {
    border-color: rgba(255, 255, 255, 0.2);
}

.bg-stone-900 {
    background-color: #1c1917;
}

.text-black {
    color: #000000;
}

.hover\:text-white:hover {
    color: #ffffff;
}

.hover\:text-primary-container:hover {
    color: var(--color-primary-container);
}

.hover\:border-white:hover {
    border-color: #ffffff;
}

.hover\:bg-secondary:hover {
    background-color: var(--color-secondary);
}

.border-primary-container {
    border-color: var(--color-primary-container);
}

a {
    text-decoration: none;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.group:hover .group-hover\:scale-105 {
    transform: scale(1.05);
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 700ms;
}

.transition-colors {
    transition-property: color, background-color, border-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.grayscale {
    filter: grayscale(100%);
}

.contrast-125 {
    filter: contrast(1.25);
}

.brightness-90 {
    filter: brightness(0.9);
}

.shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.aspect-\[4\/5\] {
    aspect-ratio: 4 / 5;
}

.backdrop-blur-md {
    backdrop-filter: blur(12px);
}

.z-50 {
    z-index: 50;
}

.pointer-events-none {
    pointer-events: none;
}

.select-none {
    user-select: none;
}

.opacity-\[0\.03\] {
    opacity: 0.03;
}

.overflow-hidden {
    overflow: hidden;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}

.relative {
    position: relative;
}

.-top-6 {
    top: -1.5rem;
}

.-left-6 {
    left: -1.5rem;
}

.top-0 {
    top: 0;
}

.left-0 {
    left: 0;
}

.right-0 {
    right: 0;
}

.bottom-4 {
    bottom: 1rem;
}

.top-4 {
    top: 1rem;
}

.left-4 {
    left: 1rem;
}

.right-4 {
    right: 1rem;
}

.z-10 {
    z-index: 10;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.h-1 {
    height: 0.25rem;
}

.w-24 {
    width: 6rem;
}

.-z-10 {
    z-index: -10;
}

.border {
    border-width: 1px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-b-2 {
    border-bottom-width: 2px;
}

.p-16 {
    padding: 4rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.pb-1 {
    padding-bottom: 0.25rem;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.pb-8 {
    padding-bottom: 2rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mt-8 {
    margin-top: 2rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mb-16 {
    margin-bottom: 4rem;
}

.ml-2 {
    margin-left: 0.5rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-8 {
    gap: 2rem;
}

.gap-12 {
    gap: 3rem;
}

.gap-y-20 {
    row-gap: 5rem;
}

.gap-x-12 {
    column-gap: 3rem;
}

.grid {
    display: grid;
}

.flex {
    display: flex;
}

.hidden {
    display: none;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.items-end {
    align-items: flex-end;
}

.items-center {
    align-items: center;
}

.items-start {
    align-items: flex-start;
}

.justify-between {
    justify-content: space-between;
}

.flex-col {
    flex-direction: column;
}

.flex-grow {
    flex-grow: 1;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.text-5xl {
    font-size: 3rem;
    line-height: 1;
}

.text-6xl {
    font-size: 3.75rem;
    line-height: 1;
}

.text-7xl {
    font-size: 4.5rem;
    line-height: 1;
}

.text-\[200px\] {
    font-size: 200px;
}

.font-normal {
    font-weight: 400;
}

.font-bold {
    font-weight: 700;
}

.uppercase {
    text-transform: uppercase;
}

.italic {
    font-style: italic;
}

.tracking-tighter {
    letter-spacing: -0.05em;
}

.tracking-widest {
    letter-spacing: 0.1em;
}

.tracking-\[0\.2em\] {
    letter-spacing: 0.2em;
}

.tracking-\[0\.3em\] {
    letter-spacing: 0.3em;
}

.leading-none {
    line-height: 1;
}

.leading-tight {
    line-height: 1.25;
}

.text-center {
    text-align: center;
}

.placeholder-stone-600::placeholder {
    color: #57534e;
}

.placeholder-stone-500::placeholder {
    color: #78716c;
}

.placeholder-stone-600 {
    color: #57534e;
}

.border-none {
    border: none;
}

.focus\:ring-0:focus {
    box-shadow: 0 0 0 0 transparent;
}

.outline-none {
    outline: none;
}

.object-cover {
    object-fit: cover;
}

.w-48 {
    width: 12rem;
}

.max-w-7xl {
    max-width: 80rem;
}

.max-w-xl {
    max-width: 36rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.pt-\[240px\] {
    padding-top: 240px;
}

.pb-32 {
    padding-bottom: 8rem;
}

.md\:col-span-5 {
    grid-column: span 5 / span 5;
}

.md\:col-span-7 {
    grid-column: span 7 / span 7;
}

.md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.md\:flex-row {
    flex-direction: row;
}

.md\:items-start {
    align-items: flex-start;
}

.md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
}

@media (min-width: 768px) {
    .md\:col-span-5 {
        grid-column: span 5 / span 5;
    }

    .md\:col-span-7 {
        grid-column: span 7 / span 7;
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .md\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    .md\:flex-row {
        flex-direction: row;
    }

    .md\:items-start {
        align-items: flex-start;
    }

    .md\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }
}

@media (min-width: 1024px) {
    .lg\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }
}

@media (max-width: 767px) {
    .md\:col-span-5 {
        grid-column: span 5 / span 5;
    }

    .md\:col-span-7 {
        grid-column: span 7 / span 7;
    }

    .grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .gap-y-20 {
        row-gap: 3rem;
    }

    .gap-x-12 {
        column-gap: 1rem;
    }

    .p-16 {
        padding: 2rem;
    }

    .px-12 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .py-16 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .header-mobile {
        height: auto;
        padding: 1rem 1.5rem;
    }

    .header-mobile h1 {
        font-size: 2.5rem;
    }

    .header-mobile nav {
        flex-wrap: wrap;
        gap: 1rem;
        margin-top: 1rem;
    }

    .hero-mobile {
        flex-direction: column;
    }

    .hero-mobile .md\:col-span-7,
    .hero-mobile .md\:col-span-5 {
        grid-column: span 1 / span 1;
    }

    .footer-mobile {
        flex-direction: column;
        text-align: center;
    }

    .footer-mobile .flex {
        justify-content: center;
    }
}
