:root {
  --ohm-green: #3D9970;
  --ohm-green-dark: #2d7354;
  --ohm-pink: #E8B4BC;
  --ohm-cream: #FDF8F6;
  --ohm-text: #2C3E36;
  --ohm-muted: #5c6b63;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Nunito Sans', system-ui, sans-serif; color: var(--ohm-text); background: var(--ohm-cream); line-height: 1.6; }
h1, h2, h3 { font-family: 'Playfair Display', Georgia, serif; font-weight: 600; }
a { color: var(--ohm-green); }
img { max-width: 100%; height: auto; display: block; }

.ohm-nav { position: sticky; top: 0; z-index: 50; background: rgba(253,248,246,.95); backdrop-filter: blur(8px); border-bottom: 1px solid rgba(61,153,112,.12); }
.ohm-nav-inner { max-width: 1100px; margin: 0 auto; padding: .65rem 1rem; display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.ohm-brand { display: flex; align-items: center; gap: .65rem; text-decoration: none; color: var(--ohm-text); font-weight: 700; }
.ohm-brand img { border-radius: 50%; }
.ohm-links { display: none; gap: 1.1rem; flex: 1; font-size: .92rem; }
.ohm-links a { text-decoration: none; color: var(--ohm-muted); }
.ohm-links a:hover { color: var(--ohm-green); }
.ohm-cta { margin-left: auto; background: var(--ohm-green); color: #fff; padding: .55rem 1.1rem; border-radius: 999px; text-decoration: none; font-weight: 600; font-size: .9rem; white-space: nowrap; }
.ohm-cta:hover { background: var(--ohm-green-dark); color: #fff; }

.ohm-menu-btn { display: block; margin-left: auto; background: none; border: 1px solid rgba(61,153,112,.3); border-radius: .5rem; padding: .35rem .65rem; font-size: 1.2rem; cursor: pointer; }
@media (min-width: 900px) { .ohm-menu-btn { display: none; } }
body.ohm-menu-open .ohm-links { display: flex; flex-direction: column; width: 100%; padding: .5rem 0; }
body.ohm-menu-open .ohm-nav-inner { flex-direction: column; align-items: stretch; }

.ohm-hero {
  background: linear-gradient(105deg, rgba(253,248,246,.94) 0%, rgba(253,248,246,.78) 50%, rgba(253,248,246,.55) 100%),
    url('../images/Ohm-Thai-Massagestudio-Hintergrund-Bild.jpg') center/cover no-repeat;
  min-height: 420px; display: flex; align-items: center; padding: 3rem 1.25rem;
}
.ohm-hero-sm { min-height: 220px; }
.ohm-hero-inner { max-width: 1100px; margin: 0 auto; width: 100%; }
.ohm-hero h1 { font-size: clamp(1.9rem, 4vw, 2.8rem); margin: 0 0 .75rem; line-height: 1.15; }
.ohm-hero p { font-size: 1.05rem; color: var(--ohm-muted); max-width: 38rem; }

.ohm-page { max-width: 1100px; margin: 0 auto; }
.ohm-section { padding: 2.5rem 1.25rem; }
.ohm-section h2 { font-size: 1.75rem; margin-bottom: 1rem; }
.ohm-muted { color: var(--ohm-muted); }

.ohm-grid-2 { display: grid; gap: 1.5rem; }
.ohm-grid-3 { display: grid; gap: 1.25rem; }
@media (min-width: 768px) { .ohm-grid-2 { grid-template-columns: 1fr 1fr; } .ohm-grid-3 { grid-template-columns: repeat(3, 1fr); } }

.ohm-card { background: #fff; border-radius: 1rem; overflow: hidden; box-shadow: 0 4px 24px rgba(44,62,54,.06); border: 1px solid rgba(61,153,112,.1); }
.ohm-card img { aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.ohm-card-body { padding: 1.25rem; }
.ohm-card h3 { margin: 0 0 .5rem; font-size: 1.2rem; }

.ohm-grid-services { display: grid; gap: 1.25rem; }
@media (min-width: 640px) { .ohm-grid-services { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .ohm-grid-services { grid-template-columns: repeat(3, 1fr); } }
.ohm-service-card { background: #fff; border-radius: 1rem; overflow: hidden; border: 1px solid rgba(61,153,112,.12); }
.ohm-service-card img { aspect-ratio: 16/10; object-fit: cover; width: 100%; }
.ohm-service-card > div { padding: 1rem 1.15rem 1.25rem; }
.ohm-service-card h3 { margin: 0 0 .35rem; font-size: 1.1rem; }
.ohm-prices { font-size: .85rem; color: var(--ohm-muted); margin: 0 0 .75rem; line-height: 1.5; }
.ohm-link { font-weight: 600; text-decoration: none; }

.ohm-badge { display: inline-block; background: var(--ohm-pink); color: #5c3d42; padding: .25rem .75rem; border-radius: 999px; font-size: .75rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; margin-bottom: .75rem; }

.ohm-reviews { display: grid; gap: 1rem; }
@media (min-width: 768px) { .ohm-reviews { grid-template-columns: repeat(2, 1fr); } }
.ohm-review { background: #fff; border-radius: 1rem; padding: 1.25rem; border: 1px solid rgba(61,153,112,.1); }
.ohm-stars { color: #f59e0b; letter-spacing: .1em; margin-bottom: .35rem; }

.ohm-booking-wrap { background: #fff; border-radius: 1.25rem; margin: 0 1.25rem 2.5rem; padding: 1.5rem; border: 1px solid rgba(61,153,112,.15); box-shadow: 0 8px 32px rgba(44,62,54,.06); }
.ohm-booking-card { max-width: 520px; }
.ohm-booking-card label { display: block; font-size: .85rem; color: var(--ohm-muted); margin-bottom: .25rem; }
.ohm-booking-card input, .ohm-booking-card select { width: 100%; padding: .65rem .85rem; border: 1px solid #ddd; border-radius: .65rem; margin-bottom: .85rem; font: inherit; }
.ohm-booking-card button[type=submit], .ohm-btn { background: var(--ohm-green); color: #fff; border: none; padding: .85rem 1.5rem; border-radius: 999px; font-weight: 600; cursor: pointer; width: 100%; font-size: 1rem; }
.ohm-booking-card button[type=submit]:hover, .ohm-btn:hover { background: var(--ohm-green-dark); }
#book-slots { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1rem; min-height: 2.5rem; align-items: center; }
.book-slot { padding: .45rem .9rem; border-radius: 999px; border: 2px solid rgba(61,153,112,.35); background: #fff; cursor: pointer; font: inherit; }
.book-slot.active, .book-slot.bg-sage { background: var(--ohm-green); color: #fff; border-color: var(--ohm-green); }
.consent-box label { display: flex; gap: .65rem; align-items: flex-start; margin-bottom: .65rem; font-size: .88rem; }
#book-payment-options label { display: flex; gap: .65rem; align-items: flex-start; margin-bottom: .5rem; padding: .75rem; border: 1px solid #eee; border-radius: .75rem; cursor: pointer; }

.ohm-footer { background: var(--ohm-text); color: #cbd5d0; text-align: center; padding: 2rem 1.25rem; font-size: .9rem; margin-top: 2rem; }
.ohm-footer a { color: #a7d4bc; }
.ohm-footer-links { margin-top: .75rem; }

.ohm-faq details { background: #fff; border-radius: .75rem; padding: 1rem 1.15rem; margin-bottom: .65rem; border: 1px solid rgba(61,153,112,.1); }
.ohm-faq summary { cursor: pointer; font-weight: 600; }

.ohm-prose { max-width: 42rem; }
.ohm-prose p { margin-bottom: 1rem; }

.ohm-women-note { background: linear-gradient(135deg, #fce7f3, #eef4ef); border-radius: 1rem; padding: 1.25rem; border: 1px solid rgba(61,153,112,.2); margin: 1.5rem 0; }
