/* Canal House — токены Rivaelis */
:root {
    --ink: #121416;
    --ink-soft: #2A2E33;
    --graphite-deep: #1E2228;
    --cta: #3D5A73;
    --cta-hover: #2F475C;
    --accent-line: #8FA3B5;
    --highlight-soft: #E8EEF2;
    --porcelain: #FAFAF8;
    --surface: #FFFFFF;
    --surface-muted: #F0EFEC;
    --text-primary: #121416;
    --text-on-dark: #FAFAF8;
    --text-secondary: #5E666F;
    --border: #D8D6D1;
    --border-strong: #B4B1AA;
    --error: #B42318;
    --success: #2F6B4F;
    --sponsored-bg: #F0EFEC;
    --sponsored-text: #4A525A;
    --price: #121416;

    --font-display: "Fraunces", Georgia, "Times New Roman", serif;
    --font-ui: "Sora", "Segoe UI", sans-serif;

    --radius: 6px;
    --radius-md: 8px;
    --header-h: 64px;
    --container: 1040px;
    --container-fees: 800px;
    --container-form: 600px;

    --space-section: 56px;
    --pad-x: 16px;

    --shadow-soft: 0 1px 0 rgba(18, 20, 22, 0.04);
    --transition: 0.22s ease;
}

@media (min-width: 375px) {
    :root {
        --pad-x: 20px;
    }
}

@media (min-width: 768px) {
    :root {
        --pad-x: 28px;
        --space-section: 72px;
    }
}

@media (min-width: 1024px) {
    :root {
        --space-section: 88px;
    }
}

@media (min-width: 1280px) {
    :root {
        --pad-x: 48px;
    }
}
