/*
 * BigDIAMOND — The Silent Curator design tokens.
 * Self-hosted OFL fonts. This file is the only source of global tokens.
 */
@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url("../fonts/manrope-latin-ext-400-700.woff2") format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url("../fonts/manrope-latin-400-700.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 500 700;
    font-display: swap;
    src: url("../fonts/playfair-display-latin-ext-500-700.woff2") format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 500 700;
    font-display: swap;
    src: url("../fonts/playfair-display-latin-500-700.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --bd-surface: #faf9f6;
    --bd-surface-dim: #eeede9;
    --bd-surface-bright: #ffffff;
    --bd-surface-lowest: #ffffff;
    --bd-surface-low: #f4f2ed;
    --bd-surface-container: #eeece6;
    --bd-surface-high: #e9e6de;
    --bd-surface-highest: #e1ded5;
    --bd-surface-panel: #ffffff;
    --bd-primary: #0f2a1d;
    --bd-primary-deep: #00140a;
    --bd-primary-container: #0f2a1d;
    --bd-on-primary: #faf9f6;
    --bd-secondary: #9a7740;
    --bd-gold: #9a7740;
    --bd-gold-ink: #765722;
    --bd-gold-light: #d9c39c;
    --bd-text: #172019;
    --bd-muted: #58625b;
    --bd-outline: #727973;
    --bd-outline-variant: #c7cbc6;
    --bd-border: #e6e6e6;
    --bd-border-soft: rgba(15, 42, 29, 0.12);
    --bd-max: 1504px;
    --bd-content: 1376px;
    --bd-reading: 72ch;
    --bd-gutter: clamp(20px, 4.45vw, 64px);
    --bd-grid-gap: 24px;
    --bd-section-gap: clamp(72px, 8.35vw, 120px);
    --bd-radius: 2px;
    --bd-radius-lg: 4px;
    --bd-serif: "Playfair Display", Georgia, "Times New Roman", serif;
    --bd-font-display: var(--bd-serif);
    --bd-sans: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --bd-ease: cubic-bezier(0.22, 1, 0.36, 1);
    --bd-ease-out: cubic-bezier(0, 0, 0.2, 1);
    --bd-duration-fast: 350ms;
    --bd-duration: 400ms;
    --bd-duration-slow: 500ms;
}

.bd-global-header {
    color: var(--bd-text);
    background: var(--bd-surface);
    font-family: var(--bd-sans);
    font-size: 16px;
    line-height: 1.7;
}

.bd-global-header :where(h1, h2, h3, h4, h5, h6) {
    color: var(--bd-primary);
    font-family: var(--bd-serif);
    font-weight: 600;
    text-wrap: balance;
}

.bd-global-header :where(a, button, input, select, textarea, summary):focus-visible {
    outline: 2px solid var(--bd-gold);
    outline-offset: 3px;
}

.bd-global-header :where(button, input, select, textarea) {
    border-radius: var(--bd-radius);
    font-family: var(--bd-sans);
}

.bd-global-header img {
    box-shadow: none;
}

.bd-global-header:not(.bd-minimalizm-front):not(.bd-commerce):not(.bd-minimalizm-contact) .site-content {
    padding-top: 72px;
}

.bd-display {
    font-family: var(--bd-serif);
    font-size: clamp(42px, 5.7vw, 82px);
    font-weight: 600;
    letter-spacing: -0.035em;
    line-height: 0.98;
}

.bd-headline {
    font-family: var(--bd-serif);
    font-size: clamp(34px, 4vw, 58px);
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 1.06;
}

.bd-body-lg {
    color: var(--bd-muted);
    font-size: clamp(16px, 1.25vw, 18px);
    line-height: 1.75;
}

.bd-glass-nav {
    background: rgba(250, 249, 246, 0.92);
    border-bottom: 1px solid rgba(230, 230, 230, 0.88);
    backdrop-filter: blur(18px);
}

.bd-vertical-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

.bd-section {
    padding-block: var(--bd-section-gap);
}

.bd-tonal {
    background: var(--bd-surface-low);
}

.bd-hairline {
    border: 1px solid var(--bd-border);
}

@media (max-width: 680px) {
    :root {
        --bd-grid-gap: 16px;
        --bd-section-gap: 72px;
    }

    .bd-global-header {
        font-size: 15px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto !important;
    }

    .bd-global-header *,
    .bd-global-header *::before,
    .bd-global-header *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        transition-delay: 0ms !important;
    }

    .bd-will-reveal,
    .bd-revealed,
    .bd-global-header [data-parallax] {
        opacity: 1 !important;
        transform: none !important;
    }
}
