:root {
  --forest: #183c31;
  --forest-soft: #2a5547;
  --terracotta: #c96c52;
  --terracotta-dark: #9f4d39;
  --paper: #fbf7ed;
  --cream: #f2ead8;
  --ink: #18332b;
  --muted: #65746d;
  --white: #fffef9;
  --line: rgba(24, 60, 49, 0.16);
  --shadow: 0 24px 70px rgba(24, 60, 49, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.announcement {
  padding: 0.55rem 1rem;
  background: var(--forest);
  color: #fff;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.site-header,
.legal-header {
  min-height: 86px;
  padding: 1rem clamp(1.2rem, 5vw, 5.5rem);
  display: flex;
  align-items: center;
  gap: 2rem;
  border-bottom: 1px solid var(--line);
  background: rgba(251, 247, 237, 0.94);
  backdrop-filter: blur(14px);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  white-space: nowrap;
}
.brand-icon {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border-radius: 14px 14px 14px 4px;
  background:
    radial-gradient(circle at 73% 25%, var(--terracotta) 0 18%, transparent 19%),
    var(--forest);
  color: white;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  box-shadow: 0 10px 24px rgba(24, 60, 49, 0.18);
}
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-family: Georgia, serif; font-size: 1.08rem; letter-spacing: 0.04em; }
.brand-copy small { margin-top: 0.25rem; color: var(--muted); font-size: 0.7rem; letter-spacing: 0.09em; text-transform: uppercase; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2.2rem); }
.main-nav a,
.language-link,
.legal-back {
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.main-nav a:hover, .legal-back:hover { color: var(--terracotta-dark); }
.language-link {
  min-width: 42px;
  padding: 0.55rem 0.7rem;
  border: 1px solid var(--forest);
  border-radius: 999px;
  text-align: center;
}
.menu-button { display: none; }

main { overflow: hidden; }
.hero {
  min-height: 700px;
  padding: clamp(3.5rem, 8vw, 8rem) clamp(1.2rem, 7vw, 7.5rem);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.75fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: center;
  background:
    radial-gradient(circle at 75% 30%, rgba(201, 108, 82, 0.13), transparent 30%),
    linear-gradient(135deg, var(--paper), #f7f0df);
}
.eyebrow {
  margin: 0 0 1rem;
  color: var(--terracotta-dark);
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.hero h1 { margin-bottom: 1.5rem; font-size: clamp(3.2rem, 7vw, 7.5rem); letter-spacing: -0.055em; }
.hero h1 em { color: var(--terracotta); font-weight: 400; }
.hero-intro { max-width: 680px; color: var(--forest-soft); font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.85rem; margin: 2rem 0 1.2rem; }
.button {
  min-height: 50px;
  padding: 0.9rem 1.25rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 800;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--forest); color: #fff; }
.button.primary:hover { background: var(--terracotta-dark); }
.button.secondary { border-color: var(--forest); background: transparent; color: var(--forest); }
.hero-note { max-width: 540px; color: var(--muted); font-size: 0.84rem; }
.hero-visual { position: relative; }
.hero-visual > img {
  aspect-ratio: 0.88;
  border-radius: 180px 180px 16px 16px;
  object-fit: cover;
  box-shadow: var(--shadow);
}
.hero-card {
  position: absolute;
  right: -1.4rem;
  bottom: 2.5rem;
  min-width: 230px;
  padding: 1.25rem 1.4rem;
  display: grid;
  gap: 0.25rem;
  border-left: 5px solid var(--terracotta);
  background: var(--white);
  box-shadow: var(--shadow);
}
.hero-card span, .hero-card small { color: var(--muted); font-size: 0.65rem; font-weight: 800; letter-spacing: 0.1em; }
.hero-card strong { font-family: Georgia, serif; font-size: 1.15rem; }

.section { padding: clamp(4rem, 8vw, 8rem) clamp(1.2rem, 7vw, 7.5rem); }
.section-heading { max-width: 900px; margin-bottom: 3rem; }
.section-heading h2, .process h2, .contact h2, .legal-main h1 { font-size: clamp(2.4rem, 5vw, 5.2rem); letter-spacing: -0.045em; }
.section-heading > p:last-child { max-width: 680px; color: var(--muted); }
.services { background: var(--forest); color: white; }
.services .eyebrow { color: #e6a18c; }
.services .section-heading > p:last-child { color: rgba(255, 255, 255, 0.72); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255, 255, 255, 0.24); }
.service-card { min-height: 280px; padding: 2rem clamp(1.1rem, 2vw, 2rem); border-right: 1px solid rgba(255, 255, 255, 0.2); }
.service-card:last-child { border-right: 0; }
.service-card > span { color: #e6a18c; font-size: 0.73rem; font-weight: 900; }
.service-card h3 { margin: 3.5rem 0 1rem; font-family: Georgia, serif; font-size: 1.55rem; }
.service-card p { color: rgba(255, 255, 255, 0.7); font-size: 0.92rem; }

.animals { background: var(--cream); }
.section-heading.split {
  max-width: none;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 3rem;
  align-items: end;
}
.section-heading.split img { aspect-ratio: 1.5; border-radius: 6px; object-fit: cover; }
.animal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.animal-card { overflow: hidden; background: var(--white); box-shadow: 0 10px 36px rgba(24, 60, 49, 0.08); }
.animal-card img { aspect-ratio: 1.18; object-fit: cover; }
.animal-card div { padding: 1.4rem; }
.animal-card h3 { margin-bottom: 0.55rem; font-family: Georgia, serif; font-size: 1.45rem; }
.animal-card p { margin: 0; color: var(--muted); font-size: 0.9rem; }

.process {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
}
.process-photo img { aspect-ratio: 0.82; object-fit: cover; border-radius: 8px 180px 8px 8px; }
.step-list { margin: 2rem 0 0; padding: 0; list-style: none; }
.step-list li { padding: 1.25rem 0; display: grid; grid-template-columns: 60px 1fr; border-top: 1px solid var(--line); }
.step-list li > span { color: var(--terracotta-dark); font-size: 0.75rem; font-weight: 900; }
.step-list h3 { margin-bottom: 0.35rem; font-family: Georgia, serif; font-size: 1.3rem; }
.step-list p { margin: 0; color: var(--muted); }
.emergency {
  margin: 0 clamp(1.2rem, 7vw, 7.5rem);
  padding: 2rem;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 1.3rem;
  align-items: center;
  background: #f2dfd6;
  border-left: 6px solid var(--terracotta);
}
.emergency > span { width: 50px; height: 50px; display: grid; place-items: center; border: 2px solid var(--terracotta-dark); border-radius: 50%; font-weight: 900; }
.emergency h2 { margin-bottom: 0.4rem; font-family: Georgia, serif; font-size: 1.5rem; }
.emergency p { margin: 0; }

.contact {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.15fr);
  gap: clamp(3rem, 8vw, 8rem);
  background: var(--white);
}
.contact-copy > p { color: var(--muted); }
.contact-details { margin-top: 2.5rem; display: grid; gap: 0.35rem; }
.contact-details > span { margin-top: 1rem; color: var(--terracotta-dark); font-size: 0.7rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.contact-details a { font-size: 1.2rem; font-weight: 800; }
address { font-style: normal; }
.contact-form { padding: clamp(1.3rem, 4vw, 3rem); background: var(--cream); border-top: 5px solid var(--forest); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form label { margin-bottom: 1rem; display: grid; gap: 0.4rem; color: var(--forest); font-size: 0.78rem; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%;
  border: 1px solid rgba(24, 60, 49, 0.25);
  border-radius: 3px;
  background: white;
  color: var(--ink);
  outline: none;
}
.contact-form input, .contact-form select { min-height: 48px; padding: 0 0.8rem; }
.contact-form textarea { padding: 0.8rem; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--terracotta); box-shadow: 0 0 0 3px rgba(201, 108, 82, 0.15); }
.privacy-check { grid-template-columns: 20px 1fr !important; align-items: start; font-weight: 500 !important; line-height: 1.45; }
.privacy-check input { min-height: auto; margin-top: 0.2rem; }
.honeypot { position: absolute !important; left: -10000px !important; }
.form-status { padding: 0.9rem 1rem; border-left: 4px solid; background: white; }
.form-status.success { border-color: #3b7b62; }
.form-status.error { border-color: var(--terracotta-dark); }

.site-footer {
  padding: 3.5rem clamp(1.2rem, 7vw, 7.5rem);
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 3rem;
  background: #102e26;
  color: white;
}
.footer-brand { margin-bottom: 1.2rem; }
.footer-brand .brand-copy small { color: rgba(255, 255, 255, 0.6); }
.site-footer p, .site-footer small { color: rgba(255, 255, 255, 0.62); font-size: 0.82rem; }
.site-footer nav, .footer-contact { display: grid; align-content: start; gap: 0.7rem; }
.site-footer nav a, .footer-contact a { color: white; text-decoration: none; }
.footer-contact > span { color: #e6a18c; font-size: 0.7rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.footer-contact small { margin-top: 1rem; }
.cookie-notice {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 40;
  width: min(420px, calc(100vw - 2rem));
  padding: 1rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.6rem 1rem;
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.cookie-notice[hidden] { display: none; }
.cookie-notice p { grid-column: 1 / -1; margin: 0; font-size: 0.84rem; }
.cookie-notice a { font-size: 0.8rem; font-weight: 800; }
.cookie-notice button { padding: 0.5rem 0.8rem; border: 0; background: var(--forest); color: white; cursor: pointer; }

.legal-header { justify-content: space-between; }
.legal-main { max-width: 980px; margin: 0 auto; padding: clamp(4rem, 8vw, 7rem) 1.2rem; overflow: visible; }
.legal-main h1 { margin-bottom: 0.6rem; }
.legal-updated { color: var(--muted); }
.legal-body { margin-top: 3rem; }
.legal-body section { padding: 1.8rem 0; border-top: 1px solid var(--line); }
.legal-body h2 { font-family: Georgia, serif; font-size: 1.55rem; }
.legal-body p, .legal-body li { color: #43574f; }
.legal-body a { color: var(--terracotta-dark); }
.legal-data { margin: 0; }
.legal-data div { padding: 0.8rem 0; display: grid; grid-template-columns: 210px 1fr; gap: 1rem; border-bottom: 1px solid var(--line); }
.legal-data dt { font-weight: 800; }
.legal-data dd { margin: 0; }
.legal-table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 0.8rem; border: 1px solid var(--line); text-align: left; vertical-align: top; }
th { background: var(--cream); }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr 0.72fr; padding-left: 2rem; padding-right: 2rem; }
  .section, .contact, .site-footer { padding-left: 2rem; padding-right: 2rem; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:nth-child(2) { border-right: 0; }
  .service-card { border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
}

@media (max-width: 760px) {
  .site-header { min-height: 74px; padding: 0.8rem 1rem; gap: 0.7rem; }
  .brand-copy small { display: none; }
  .menu-button {
    margin-left: auto;
    display: inline-flex;
    border: 0;
    background: transparent;
    color: var(--forest);
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
  }
  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 1rem;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
  }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 0.85rem 0; border-bottom: 1px solid var(--line); }
  .language-link { min-width: 38px; }
  .hero { min-height: auto; padding: 4rem 1.2rem; grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(3rem, 16vw, 5rem); }
  .hero-visual { max-width: 520px; }
  .hero-card { right: -0.2rem; bottom: 1.2rem; min-width: 190px; }
  .section, .contact { padding: 4.5rem 1.2rem; }
  .section-heading.split, .process, .contact { grid-template-columns: 1fr; }
  .section-heading.split img { display: none; }
  .service-grid, .animal-grid, .form-grid, .site-footer { grid-template-columns: 1fr; }
  .service-card { min-height: 220px; border-right: 0; }
  .service-card h3 { margin-top: 2.5rem; }
  .animal-grid { gap: 1rem; }
  .process-photo { order: 2; }
  .emergency { margin: 0 1.2rem; grid-template-columns: 46px 1fr; padding: 1.2rem; }
  .site-footer { padding: 3rem 1.2rem; gap: 2rem; }
  .legal-header { padding: 1rem; }
  .legal-back { font-size: 0.68rem; }
  .legal-data div { grid-template-columns: 1fr; gap: 0.2rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}

