/*
Theme Name: Sabrina's Tiertherapie Nordheide
Theme URI: https://sabrinas-tiertherapie.de
Author: Sabrina's Tiertherapie Nordheide
Description: Schlankes, responsives WordPress-Theme für Sabrina's Tiertherapie Nordheide.
Version: 1.0.0
Text Domain: sabrinas-tiertherapie
*/

:root {
  --stn-petrol: #0C7688;
  --stn-petrol-dark: #075766;
  --stn-ink: #07121B;
  --stn-text: #263238;
  --stn-muted: #66757b;
  --stn-line: #dce5e7;
  --stn-soft: #f3f7f7;
  --stn-warm: #fbf7f2;
  --stn-white: #ffffff;
  --stn-red: #ec1c24;
  --stn-radius: 22px;
  --stn-shadow: 0 14px 40px rgba(7, 18, 27, .11);
  --stn-container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--stn-text);
  background: var(--stn-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: var(--stn-petrol); text-decoration-thickness: .08em; text-underline-offset: .17em; }
a:hover { color: var(--stn-petrol-dark); }
h1,h2,h3,h4 { color: var(--stn-ink); line-height: 1.14; margin: 0 0 .65em; letter-spacing: -.025em; }
h1 { font-size: clamp(2.45rem, 5vw, 4.8rem); }
h2 { font-size: clamp(2rem, 3.5vw, 3.25rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); }
p { margin: 0 0 1.15rem; }
ul { padding-left: 1.25rem; }

.stn-container { width: min(calc(100% - 36px), var(--stn-container)); margin-inline: auto; }
.stn-narrow { width: min(calc(100% - 36px), 820px); margin-inline: auto; }
.stn-section { padding: clamp(64px, 8vw, 112px) 0; }
.stn-section--soft { background: var(--stn-soft); }
.stn-section--warm { background: var(--stn-warm); }
.stn-section--dark { background: var(--stn-ink); color: rgba(255,255,255,.86); }
.stn-section--dark h2, .stn-section--dark h3 { color: var(--stn-white); }
.stn-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  text-transform: uppercase; letter-spacing: .13em; font-size: .78rem; font-weight: 800;
  color: var(--stn-petrol); margin-bottom: 1rem;
}
.stn-eyebrow:before { content:""; width: 26px; height: 3px; border-radius: 9px; background: var(--stn-red); }
.stn-lead { font-size: clamp(1.08rem, 1.6vw, 1.25rem); color: var(--stn-muted); max-width: 760px; }
.stn-section--dark .stn-lead { color: rgba(255,255,255,.72); }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(7,18,27,.96); backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.header-inner {
  min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px;
}
.site-branding { display:flex; align-items:center; min-width:0; }
.custom-logo-link { display:flex; align-items:center; }
.custom-logo { width: auto; max-height: 70px; max-width: 300px; }
.site-title-fallback { color:#fff; text-decoration:none; font-weight:800; font-size:1.25rem; }
.primary-nav ul { display:flex; align-items:center; gap: 22px; margin:0; padding:0; list-style:none; }
.primary-nav a { color:rgba(255,255,255,.88); text-decoration:none; font-weight:650; font-size:.96rem; }
.primary-nav a:hover, .primary-nav .current-menu-item > a { color:#fff; }
.menu-toggle {
  display:none; border:1px solid rgba(255,255,255,.22); border-radius:12px; background:transparent; color:#fff;
  padding:10px 12px; font-size:1rem;
}

.stn-hero {
  position:relative; overflow:hidden; color:#fff;
  background:
    radial-gradient(circle at 18% 18%, rgba(12,118,136,.35), transparent 34%),
    linear-gradient(130deg, #07121b 0%, #0a2631 62%, #0c7688 130%);
  padding: clamp(70px, 9vw, 128px) 0;
}
.stn-hero:after {
  content:""; position:absolute; width:330px; height:330px; right:-120px; top:-80px;
  border:1px solid rgba(255,255,255,.12); border-radius:50%;
  box-shadow: 0 0 0 54px rgba(255,255,255,.03), 0 0 0 108px rgba(255,255,255,.02);
}
.stn-hero-grid { position:relative; z-index:1; display:grid; grid-template-columns:1.05fr .95fr; gap:clamp(36px,6vw,80px); align-items:center; }
.stn-hero h1 { color:#fff; max-width:760px; }
.stn-hero .stn-lead { color:rgba(255,255,255,.78); font-size:clamp(1.1rem,1.7vw,1.3rem); }
.stn-hero-media { position:relative; }
.stn-hero-media img { width:100%; aspect-ratio:4/3; object-fit:cover; object-position:center; border-radius:32px; box-shadow:0 24px 70px rgba(0,0,0,.34); }
.stn-hero-badge {
  position:absolute; left:-22px; bottom:24px; padding:16px 18px; border-radius:18px;
  background:#fff; color:var(--stn-ink); box-shadow:var(--stn-shadow); max-width:250px; font-weight:700;
}
.stn-actions { display:flex; flex-wrap:wrap; gap:14px; margin-top:30px; }
.stn-btn {
  display:inline-flex; align-items:center; justify-content:center; gap:9px;
  border-radius:999px; padding:14px 22px; border:1px solid transparent;
  background:var(--stn-petrol); color:#fff; text-decoration:none; font-weight:800; line-height:1.1;
  transition:.2s ease; box-shadow:0 8px 24px rgba(12,118,136,.24);
}
.stn-btn:hover { transform:translateY(-1px); color:#fff; background:var(--stn-petrol-dark); }
.stn-btn--light { background:#fff; color:var(--stn-ink); box-shadow:none; }
.stn-btn--light:hover { color:var(--stn-ink); background:#edf4f5; }
.stn-btn--outline { border-color:rgba(255,255,255,.35); background:transparent; box-shadow:none; }
.stn-btn--outline:hover { background:rgba(255,255,255,.08); }

.stn-grid-3 { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.stn-grid-2 { display:grid; grid-template-columns:repeat(2,1fr); gap:clamp(28px,5vw,64px); align-items:center; }
.stn-card {
  background:#fff; border:1px solid var(--stn-line); border-radius:var(--stn-radius); overflow:hidden;
  box-shadow:0 8px 26px rgba(7,18,27,.055);
}
.stn-card__body { padding:26px; }
.stn-card__media img { width:100%; aspect-ratio:16/10; object-fit:cover; display:block; }
.stn-card__icon {
  width:48px; height:48px; display:grid; place-items:center; border-radius:15px;
  background:rgba(12,118,136,.1); color:var(--stn-petrol); font-weight:900; margin-bottom:18px;
}
.stn-checks { list-style:none; padding:0; margin:26px 0 0; display:grid; gap:12px; }
.stn-checks li { position:relative; padding-left:32px; }
.stn-checks li:before {
  content:"✓"; position:absolute; left:0; top:0; width:22px; height:22px; display:grid; place-items:center;
  border-radius:50%; background:rgba(12,118,136,.12); color:var(--stn-petrol); font-weight:900; font-size:.82rem;
}
.stn-photo { border-radius:28px; overflow:hidden; box-shadow:var(--stn-shadow); }
.stn-photo img { display:block; width:100%; aspect-ratio:4/3; object-fit:cover; }
.stn-kicker {
  display:inline-flex; gap:10px; flex-wrap:wrap; margin-top:22px;
}
.stn-pill { padding:8px 12px; border-radius:999px; background:var(--stn-soft); color:var(--stn-petrol-dark); font-weight:750; font-size:.9rem; }

.stn-price-table { width:100%; border-collapse:collapse; overflow:hidden; border-radius:18px; background:#fff; box-shadow:var(--stn-shadow); }
.stn-price-table th, .stn-price-table td { padding:16px 18px; text-align:left; border-bottom:1px solid var(--stn-line); }
.stn-price-table th { background:var(--stn-petrol); color:#fff; }
.stn-price-table tr:last-child td { border-bottom:0; }
.stn-note { padding:18px 20px; border-left:4px solid var(--stn-red); background:#fff4f4; border-radius:0 14px 14px 0; }

.stn-faq { display:grid; gap:14px; }
.stn-faq details { border:1px solid var(--stn-line); border-radius:16px; padding:18px 20px; background:#fff; }
.stn-faq summary { cursor:pointer; font-weight:800; color:var(--stn-ink); }
.stn-faq details p { margin:14px 0 0; }

.stn-contact-wrap { display:grid; grid-template-columns:.85fr 1.15fr; gap:clamp(28px,5vw,64px); align-items:start; }
.stn-contact-card { padding:28px; background:var(--stn-ink); color:rgba(255,255,255,.82); border-radius:24px; }
.stn-contact-card h3 { color:#fff; }
.stn-form { display:grid; gap:16px; }
.stn-form-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.stn-form label { font-weight:750; color:var(--stn-ink); }
.stn-form input, .stn-form textarea, .stn-form select {
  width:100%; margin-top:7px; border:1px solid #cdd9dc; border-radius:13px; padding:13px 14px;
  font:inherit; color:var(--stn-text); background:#fff;
}
.stn-form textarea { min-height:160px; resize:vertical; }
.stn-form input:focus, .stn-form textarea:focus, .stn-form select:focus { outline:3px solid rgba(12,118,136,.15); border-color:var(--stn-petrol); }
.stn-form-msg { padding:14px 16px; border-radius:12px; margin-bottom:16px; }
.stn-form-msg--success { background:#e8f7f2; color:#145f4b; }
.stn-form-msg--error { background:#fff0f0; color:#8d2323; }

.entry-header { padding:64px 0 38px; background:var(--stn-soft); }
.entry-header h1 { font-size:clamp(2.25rem,4vw,3.7rem); }
.entry-content { padding:64px 0 96px; }
.entry-content > *:first-child { margin-top:0; }

.site-footer { background:var(--stn-ink); color:rgba(255,255,255,.72); padding:56px 0 26px; }
.site-footer h3 { color:#fff; font-size:1.15rem; }
.footer-grid { display:grid; grid-template-columns:1.25fr .8fr .8fr; gap:34px; }
.site-footer a { color:rgba(255,255,255,.82); text-decoration:none; }
.site-footer a:hover { color:#fff; }
.footer-menu { list-style:none; padding:0; margin:0; display:grid; gap:8px; }
.footer-bottom { margin-top:38px; padding-top:22px; border-top:1px solid rgba(255,255,255,.1); font-size:.9rem; display:flex; justify-content:space-between; gap:18px; flex-wrap:wrap; }

.admin-review-note {
  padding:14px 18px; background:#fff5cc; color:#624c00; border:1px solid #ead787; border-radius:14px; margin-bottom:26px;
}

@media (max-width: 960px) {
  .menu-toggle { display:block; }
  .primary-nav { position:absolute; left:18px; right:18px; top:84px; background:var(--stn-ink); border:1px solid rgba(255,255,255,.12); border-radius:16px; padding:14px; display:none; }
  .primary-nav.is-open { display:block; }
  .primary-nav ul { flex-direction:column; align-items:stretch; gap:0; }
  .primary-nav a { display:block; padding:12px; }
  .stn-hero-grid, .stn-grid-2, .stn-contact-wrap { grid-template-columns:1fr; }
  .stn-hero-media { max-width:760px; }
  .stn-grid-3 { grid-template-columns:1fr 1fr; }
  .footer-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width: 640px) {
  .header-inner { min-height:78px; }
  .custom-logo { max-height:58px; max-width:220px; }
  .primary-nav { top:72px; }
  .stn-grid-3, .stn-grid-2, .stn-form-row, .footer-grid { grid-template-columns:1fr; }
  .stn-hero { padding-top:56px; }
  .stn-hero-badge { position:static; margin-top:14px; max-width:none; }
  .stn-actions .stn-btn { width:100%; }
}
