/* 零壹通訊｜預購網站第一版品牌 Theme */

:root {
    --font-body: "Noto Sans TC", "Microsoft JhengHei", system-ui, sans-serif;

    --ink: #20373a;
    --ink-soft: #425b5e;
    --muted: #5b7174;
    --canvas: #eef6f6;
    --surface: #ffffff;
    --soft-surface: #f6fafa;
    --line: #d5e4e5;
    --soft-line: #e7efef;
    --line-strong: #b8cfd1;

    --accent: #00807d;
    --accent-dark: #006978;
    --accent-soft: #e5f4f3;
    --accent-border-soft: #b7d9d8;
    --sage: #a7d4d2;

    --header-surface: rgba(255, 255, 255, .96);
    --header-foreground: #006978;
    --header-muted: #5c7779;
    --header-border: rgba(0, 128, 125, .16);
    --header-control-surface: rgba(0, 128, 125, .08);
    --header-control-hover: rgba(0, 128, 125, .14);
    --header-control-border: rgba(0, 128, 125, .22);
    --header-control-hover-border: rgba(0, 128, 125, .42);
    --header-filter-surface: rgba(0, 128, 125, .08);
    --header-filter-border: rgba(0, 128, 125, .22);
    --header-back: #006978;

    --brand-mark-surface: #ffffff;
    --brand-mark-foreground: #006978;
    --brand-name-foreground: #171714;
    --brand-logo-surface: transparent;
    --brand-logo-border: transparent;
    --brand-logo-shadow: none;
    --brand-logo-radius: 0;
    --brand-logo-mobile-radius: 0;
    --brand-logo-mark-size: 42px;
    --brand-logo-mobile-mark-size: 38px;
    --brand-logo-size: 38px;
    --brand-logo-mobile-size: 34px;
    --brand-logo-fit: contain;
    --strong-surface: #006978;
    --strong-foreground: #ffffff;

    --hero-background:
        radial-gradient(circle at 74% 30%, rgba(255, 255, 255, .16), transparent 30%),
        linear-gradient(135deg, #005b67 0%, #006978 52%, #00807d 100%);
    --hero-foreground: #ffffff;

    --focus-ring: rgba(0, 128, 125, .12);
    --focus-ring-strong: rgba(0, 105, 120, .22);
    --focus-ring-accessory: rgba(0, 105, 120, .24);
    --screen-protector-image: url("/images/preorder/brands/01phone/screen-protector.png");
    --rugged-case-image: url("/images/preorder/brands/01phone/rugged-case.png");
    --lens-protector-image: url("/images/preorder/brands/01phone/lens-protector.png");
    --charging-cable-image: url("/images/preorder/brands/01phone/charging-cable.png");
    --screen-protector-icon-opacity: 0;
    --rugged-case-icon-opacity: 0;
    --lens-protector-icon-opacity: 0;
    --charging-cable-icon-opacity: 0;
    --accent-shadow-soft: rgba(0, 105, 120, .10);
    --accent-shadow: rgba(0, 105, 120, .24);
    --accent-decoration: rgba(0, 128, 125, .10);
    --accent-border: rgba(0, 105, 120, .58);
    --accent-selection-surface: #eff9f8;
    --accent-selection-shadow: rgba(0, 105, 120, .12);
    --accent-choice-foreground: #005b67;
    --accent-choice-surface: #e5f4f3;

    --success: #23725b;
    --success-soft: #ebf7f2;
    --warning: #8a6518;
    --warning-soft: #fff7e7;
    --error: #a83f3a;
    --error-soft: #fff0ef;

    --shadow: 0 24px 70px rgba(0, 79, 91, .10);
    --shadow-card: 0 18px 55px rgba(0, 79, 91, .11);
    --shadow-float: 0 26px 90px rgba(0, 79, 91, .22);
}
