/* Hotel website theme tokens; generated from validated settings. */
:root {
    --brand-logo-width-desktop: 426px;
    --brand-logo-width-mobile: 364px;
    --footer-logo-width-desktop: 500px;
    --footer-logo-width-mobile: 320px;
    --hero-left-logo-width-desktop: 210px;
    --hero-left-logo-width-mobile: 120px;
    --hero-card-logo-width-desktop: 170px;
    --hero-card-logo-width-mobile: 110px;
    --header-height-desktop: 150px;
    --header-height-mobile: 126.6px;
    --theme-primary: #547A61;
    --theme-primary-rgb: 84 122 97;
    --theme-secondary: #294C38;
    --theme-secondary-rgb: 41 76 56;
    --theme-accent: #A8C5AE;
    --theme-accent-rgb: 168 197 174;
    --theme-background-start: #F6F9F5;
    --theme-background-start-rgb: 246 249 245;
    --theme-background-end: #E2ECE1;
    --theme-background-end-rgb: 226 236 225;
    --theme-surface: #FFFFFF;
    --theme-surface-rgb: 255 255 255;
    --theme-text: #20362A;
    --theme-text-rgb: 32 54 42;
    --theme-muted: #5A6B61;
    --theme-muted-rgb: 90 107 97;
    --theme-on-primary: #FFFFFF;
    --theme-on-secondary: #FFFFFF;
    --theme-on-accent: #10251A;
    --glass-color: #FFFFFF;
    --glass-rgb: 255 255 255;
    --glass-opacity: 51%;
    --glass-alpha: 0.51;
    --glass-alpha-strong: 0.63;
    --glass-blur: 13px;
    --glass-outline-color: #FFFFFF;
    --glass-outline-rgb: 255 255 255;
    --glass-outline-opacity: 55%;
    --glass-outline-alpha: 0.55;
    --glass-shadow-opacity: 14%;
    --glass-shadow-alpha: 0.14;
    --glass-radius: 26px;
    --motion-enabled: 1;
    --motion-intensity: 70;
    --motion-scale: 0.7;
    --motion-fast: 266ms;
    --motion-medium: 568ms;
    --motion-slow: 123ms;
    --reveal-start-opacity: 0;
    --reveal-distance: 26.6px;
    --ambient-shift: 11.3%;
    --ambient-play-state: running;
    --photo-zoom-enabled: 1;
    --photo-zoom-percent: 10%;
    --photo-zoom-scale: 1.1;
    --photo-zoom-duration: 20s;
}

body.theme-urban-singles {
    --heading: "Avenir Next", "Segoe UI Variable Display", "Segoe UI", Arial, sans-serif;
    --body: Inter, "Segoe UI Variable Text", "Segoe UI", Arial, sans-serif;
    --audience-heading-weight: 800;
    --audience-heading-spacing: -0.025em;
    --audience-control-radius: 24px;
    --admin-large-radius: 24px;
    --admin-stat-radius: 24px;
}

body.theme-natur-tourismus {
    --heading: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
    --body: "Avenir Next", "Segoe UI", system-ui, sans-serif;
    --audience-heading-weight: 500;
    --audience-heading-spacing: 0em;
    --audience-control-radius: 8px;
    --admin-large-radius: 8px;
    --admin-stat-radius: 8px;
}

body.theme-business {
    --heading: Inter, "Segoe UI Variable Text", "Segoe UI", Roboto, Arial, sans-serif;
    --body: Inter, "Segoe UI Variable Text", "Segoe UI", Roboto, Arial, sans-serif;
    --audience-heading-weight: 700;
    --audience-heading-spacing: -0.018em;
    --audience-control-radius: 0px;
    --admin-large-radius: 0px;
    --admin-stat-radius: 0px;
}

body.theme-familie {
    --heading: ui-rounded, "Avenir Next Rounded", "Arial Rounded MT Bold", "Trebuchet MS", sans-serif;
    --body: ui-rounded, "Avenir Next Rounded", "Trebuchet MS", system-ui, sans-serif;
    --audience-heading-weight: 700;
    --audience-heading-spacing: -0.012em;
    --audience-control-radius: 16px;
    --admin-large-radius: 16px;
    --admin-stat-radius: 16px;
}
