/* Owner-editable presentation. Only safe variables and visual selectors live here. */
.customer-surface.theme{--accent:var(--theme-accent);--wine-plum:var(--theme-accent);--brand-plum:var(--theme-accent);--brand-mauve:var(--theme-page);--app-background:var(--theme-page);--surface-raised:var(--theme-section)}
.customer-surface.theme .cocoon{background:var(--theme-page)}
.customer-surface.theme .home-section,.customer-surface.theme .feature-card,.customer-surface.theme .panel,.customer-surface.theme .account-card{background-color:var(--theme-section)}
.customer-surface.font-friendly{--font-heading:'Poppins',system-ui,sans-serif;--font-body:'Poppins',system-ui,sans-serif}
.customer-surface.font-classic{--font-heading:Georgia,serif;--font-body:Georgia,serif}
.customer-surface.font-clean{--font-heading:Arial,sans-serif;--font-body:Arial,sans-serif}
.customer-surface.scale-compact{font-size:14px}.customer-surface.scale-large{font-size:18px}
.customer-surface.heading-soft h1,.customer-surface.heading-soft h2,.customer-surface.heading-soft h3{font-weight:600;letter-spacing:0}
.customer-surface.heading-editorial h1,.customer-surface.heading-editorial h2,.customer-surface.heading-editorial h3{font-family:Georgia,serif;font-style:italic}
.customer-surface.heading-uppercase h1,.customer-surface.heading-uppercase h2,.customer-surface.heading-uppercase h3{text-transform:uppercase;letter-spacing:.04em}
.customer-surface.buttons-rounded button,.customer-surface.buttons-rounded .button-link,.customer-surface.buttons-rounded .primary-action{border-radius:12px}
.customer-surface.buttons-square button,.customer-surface.buttons-square .button-link,.customer-surface.buttons-square .primary-action{border-radius:2px}
.customer-surface.radius-small{--radius-xs:4px;--radius-sm:6px;--radius-md:8px;--radius-lg:12px}
.customer-surface.radius-large{--radius-xs:16px;--radius-sm:22px;--radius-md:30px;--radius-lg:42px}
.customer-surface.shadows-none{--shadow-sm:none;--shadow-md:none;--shadow-lg:none;--box-shadow:none}
.customer-surface.shadows-strong{--shadow-sm:0 6px 18px rgba(49,77,90,.2);--shadow-md:0 18px 42px rgba(49,77,90,.28);--shadow-lg:0 28px 70px rgba(49,77,90,.34);--box-shadow:var(--shadow-md)}
.customer-surface.cards-outlined .home-destination-card,.customer-surface.cards-outlined .feature-card{box-shadow:none;border:2px solid var(--theme-accent)}
.customer-surface.cards-elevated .home-destination-card,.customer-surface.cards-elevated .feature-card{box-shadow:var(--shadow-lg)}
.customer-surface.cards-flat .home-destination-card,.customer-surface.cards-flat .feature-card{box-shadow:none;border:0}
.customer-surface.spacing-compact{--space-2:.4rem;--space-3:.7rem;--space-4:1rem;--space-5:1.4rem;--space-6:2rem}
.customer-surface.spacing-airy{--space-2:.85rem;--space-3:1.3rem;--space-4:1.8rem;--space-5:2.7rem;--space-6:4rem}
.customer-surface.season-spring{--theme-highlight:#d99ab5}.customer-surface.season-summer{--theme-highlight:#e7b84b}.customer-surface.season-autumn{--theme-highlight:#bd6b3d}.customer-surface.season-winter{--theme-highlight:#88aebd}
::selection{background:var(--theme-highlight,var(--accent-soft))}
