/*
Theme Name:        Ostsee7
Theme URI:         https://webagent38.de/themes/ostsee7
Author:            Webagent38.de
Author URI:        https://webagent38.de
Description:       Modernes One-Page WordPress-Theme für Ferienwohnungsvermietung. Maritimes Design, optimiert für Ostsee7 Boltenhagen. Fullscreen-Hero, Apartment-Cards, Bewertungsslider, Aktivitäten-Sektionen und Kontaktbereich.
Version:           1.0.0
Requires at least: 6.0
Tested up to:      6.7
Requires PHP:      8.0
License:           Commercial
License URI:       https://webagent38.de/licenses/commercial
Text Domain:       ostsee7
Tags:              one-page, full-width-template, custom-header, custom-logo, custom-menu, featured-images, responsive-layout, rtl-language-support, translation-ready

Support: service@webagent38.de
*/

/* ============================================================
   THEME VARIABLES
   ============================================================ */
:root {
  --color-primary: #0d4f6e; /* Ostsee-Dunkelblau */
  --color-primary-light: #1a7a9a; /* Mittelblau */
  --color-primary-dark: #072e41; /* Tiefblau */
  --color-accent: #e8a400; /* Sandgold */
  --color-accent-hover: #c8900a;
  --color-white: #ffffff;
  --color-black: #0a0a0a;
  --color-text: #2d3748;
  --color-text-light: #718096;
  --color-bg: #f7fafc;
  --color-bg-dark: #1a2535;
  --color-section-alt: #eef4f8;
  --color-border: #e2e8f0;
  --color-star: #f6ad55;
  --color-success: #48bb78;

  --font-heading: "Cormorant Garamond", Georgia, serif;
  --font-body: "Nunito Sans", system-ui, -apple-system, sans-serif;

  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-full: 9999px;

  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.12);
  --shadow-lg: 0 10px 40px rgba(0, 0, 0, 0.16);
  --shadow-card: 0 2px 12px rgba(13, 79, 110, 0.1);
  --shadow-card-hover: 0 8px 32px rgba(13, 79, 110, 0.2);

  --transition: 0.28s ease;
  --max-width: 1200px;
  --nav-height: 76px;
}
