/*
 * Pfotentreff Lüneburg — Hundesalon
 * Aesthetic: Warm Magazine, freundlich-redaktionell.
 * Cream-Hintergrund, Schokoladen-Tinte, warmes Orange als Akzent.
 * Display: DM Serif Display. Body: DM Sans.
 * Motive: editorial-friendly, große Initiale, drei-spaltige Service-Grid.
 */

:root {
  --paper:    #fdfaf3;
  --paper-d:  #f4ecd9;
  --paper-w:  #f7f1e2;
  --ink:      #3a2419;
  --ink-s:    #5e4435;
  --accent:   #d97842;
  --accent-d: #b85d2a;
  --soft:     #c79b6e;
  --muted:    #978572;
  --line:     #e8dcc4;

  --font-display: 'DM Serif Display', Georgia, serif;
  --font-body:    'DM Sans', system-ui, sans-serif;
  --container:    1180px;
  --radius:       4px;
}

body { background: var(--paper); }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--ink);
  letter-spacing: -0.015em;
  line-height: 1.08;
  font-weight: 400;
}
.eyebrow {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: var(--accent-d);
  display: inline-block;
  margin-bottom: 1.1rem;
}

/* — Masthead — */
.masthead .brand {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.5rem;
}

/* — Hero — */
.hero {
  max-width: var(--container);
  margin: 0 auto;
  padding: clamp(4rem, 9vw, 8rem) var(--pad-x) clamp(3rem, 5vw, 4rem);
}
.hero h1 {
  font-size: clamp(3rem, 8.5vw, 6.4rem);
  max-width: 16ch;
}
.hero h1 .ital {
  font-style: italic;
  color: var(--accent-d);
}
.hero .lead {
  margin-top: 1.5rem;
  max-width: 42rem;
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  color: var(--ink-s);
  line-height: 1.6;
}
.hero .hero-tags {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.hero .hero-tags span {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  background: var(--paper-w);
  border: 1px solid var(--line);
  border-radius: 99px;
  font-size: 0.85rem;
  color: var(--ink-s);
  letter-spacing: 0.02em;
}

/* — Story — */
.story {
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 6rem) var(--pad-x);
}
.story h2 {
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  margin-bottom: 1.8rem;
  max-width: 18ch;
}
.story p {
  font-size: clamp(1.05rem, 1.4vw, 1.18rem);
  line-height: 1.75;
  color: var(--ink-s);
  margin-bottom: 1.4rem;
}
.story p strong { color: var(--ink); font-weight: 600; }
.story p:first-of-type::first-letter {
  font-family: var(--font-display);
  font-size: 4.5rem;
  font-weight: 400;
  float: left;
  line-height: 0.9;
  padding-right: 0.65rem;
  padding-top: 0.4rem;
  color: var(--accent-d);
}

/* — Service-Grid — */
.services {
  max-width: var(--container);
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 4rem) var(--pad-x);
}
.services .section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid var(--line);
  padding-bottom: 1.25rem;
}
.services .section-head h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}
.services .section-head .small {
  font-size: 0.85rem;
  color: var(--muted);
  letter-spacing: 0.02em;
}
.services .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
}
.services .card {
  padding: 1.75rem 1.5rem;
  background: var(--paper-w);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.services .card:hover {
  background: var(--paper-d);
  border-color: var(--accent);
  transform: translateY(-2px);
}
.services .card .num {
  display: block;
  font-family: var(--font-body);
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-d);
  margin-bottom: 0.8rem;
  font-weight: 500;
}
.services .card h3 {
  font-size: 1.5rem;
  margin-bottom: 0.6rem;
}
.services .card p {
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--ink-s);
}

/* — Pricing-Hint — */
.pricing {
  max-width: var(--container);
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 4rem) var(--pad-x);
}
.pricing .pill {
  display: inline-block;
  background: var(--accent);
  color: var(--paper);
  padding: 1.5rem 1.75rem;
  border-radius: var(--radius);
  max-width: 32rem;
}
.pricing .pill h3 {
  color: var(--paper);
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
}
.pricing .pill p {
  color: var(--paper);
  font-size: 0.95rem;
  line-height: 1.55;
  opacity: 0.95;
}

/* — Kontakt-Anker (am Seitenende, mit Karte) — */
.contact-anchor {
  max-width: var(--container);
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 5rem) var(--pad-x);
  border-top: 1px solid var(--line);
}
.contact-anchor .wrap {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 2.5rem 3rem;
  align-items: start;
}
@media (max-width: 800px) {
  .contact-anchor .wrap { grid-template-columns: 1fr; gap: 1.8rem; }
}
.contact-anchor h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 1rem;
}
.contact-anchor h2 .ital { font-style: italic; color: var(--accent-d); }
.contact-anchor p {
  font-size: 1.05rem;
  color: var(--ink-s);
  line-height: 1.65;
  max-width: 32rem;
}
.contact-anchor dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem 1.5rem;
  margin-bottom: 1.5rem;
}
.contact-anchor dt {
  font-family: var(--font-body);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--muted);
  align-self: baseline;
}
.contact-anchor dd {
  font-size: 1rem;
  color: var(--ink);
  margin: 0;
}
.contact-anchor dd a:hover { color: var(--accent-d); }
.contact-anchor .more {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 1rem;
  color: var(--accent-d);
  border-bottom: 1px solid var(--accent);
  padding: 0.4rem 0;
  transition: color 0.15s ease, border-color 0.15s ease;
}
.contact-anchor .more:hover { color: var(--ink); border-color: var(--ink); }

/* — Kontakt-Seite — */
.contact-row {
  max-width: var(--container);
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 5rem) var(--pad-x);
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 3rem;
  align-items: start;
}
@media (max-width: 800px) {
  .contact-row { grid-template-columns: 1fr; gap: 2rem; }
}
.contact-info dl { display: grid; gap: 0.4rem; }
.contact-info dt {
  font-family: var(--font-body);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--muted);
  margin-bottom: 0.2rem;
}
.contact-info dd {
  font-size: 1.05rem;
  color: var(--ink-s);
  margin-bottom: 1.25rem;
}
.contact-info dd a:hover { color: var(--accent-d); }

/* — Karte (Google Maps Two-Click, DSGVO) — */
.map-consent {
  width: 100%;
  aspect-ratio: 4 / 3;
  background: var(--paper-w);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  text-align: center;
}
.map-consent > .consent {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  max-width: 28rem;
}
.map-consent .consent p {
  font-family: var(--font-display);
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--ink-s);
  margin: 0;
}
.map-consent .consent p a { color: var(--accent-d); border-bottom: 1px solid var(--accent); }
.map-consent button {
  display: inline-block;
  padding: 0.85rem 1.5rem;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--paper);
  font-family: var(--font-display);
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.map-consent button:hover { background: var(--accent); border-color: var(--accent); }
.map-consent iframe { width: 100%; height: 100%; border: 0; border-radius: var(--radius); }

/* — Tap-Targets — */
@media (max-width: 480px) {
  .masthead {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
    padding: 1rem var(--pad-x);
  }
  .masthead nav { gap: 1.1rem; font-size: 0.95rem; flex-wrap: wrap; }
}
.masthead nav a {
  padding: 0.6rem 0;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}
.footer nav a,
.footer a,
.demo-banner a {
  padding: 0.45rem 0;
  display: inline-block;
  min-height: 40px;
  line-height: 1.6;
}
.contact-info dd a {
  padding: 0.3rem 0;
  display: inline-block;
  min-height: 40px;
  line-height: 1.6;
}
@media (max-width: 600px) {
  .footer nav a, .footer a, .demo-banner a {
    padding: 0.6rem 0;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
}

/* — Reduced motion — */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    transition: none !important;
    animation: none !important;
  }
  html { scroll-behavior: auto; }
}
