@font-face {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/hanken-grotesk-variable.woff2") format("woff2");
}

@font-face {
  font-family: "Spectral";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/spectral-400.woff2") format("woff2");
}

@font-face {
  font-family: "Spectral";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/spectral-500.woff2") format("woff2");
}

@font-face {
  font-family: "Spectral";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/spectral-600.woff2") format("woff2");
}

@font-face {
  font-family: "Spectral";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/spectral-400-italic.woff2") format("woff2");
}

:root {
  --ink: #17332b;
  --ink-soft: #465d55;
  --muted: #62736d;
  --forest: #124f40;
  --forest-deep: #0c3a2f;
  --green: #1f6e5c;
  --green-light: #dcebe5;
  --mint: #edf5f1;
  --cream: #faf8f2;
  --paper: #fffefb;
  --sand: #eee6d7;
  --coral: #dc6f63;
  --coral-dark: #a9463e;
  --gold: #a17423;
  --line: #dfe5df;
  --line-strong: #cad4cd;
  --white: #ffffff;
  --shadow-sm: 0 12px 32px rgba(15, 55, 44, 0.08);
  --shadow-lg: 0 28px 80px rgba(12, 58, 47, 0.17);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 32px;
  --sans: "Hanken Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: "Spectral", Georgia, serif;
  --container: 1180px;
  --header-height: 76px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 24px);
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: var(--green);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--forest-deep);
}

:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 3px;
  border-radius: 6px;
}

::selection {
  background: var(--green-light);
  color: var(--forest-deep);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  overflow-wrap: anywhere;
  text-wrap: balance;
}

h1,
h2 {
  font-family: var(--serif);
  color: var(--ink);
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(2.65rem, 7vw, 5.5rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(2.15rem, 5vw, 3.7rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
  font-weight: 750;
  line-height: 1.3;
}

p:last-child {
  margin-bottom: 0;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.container--narrow {
  max-width: 820px;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  padding: 11px 16px;
  transform: translateY(-160%);
  border-radius: 10px;
  background: var(--white);
  color: var(--forest-deep);
  font-weight: 750;
}

.skip-link:focus {
  transform: translateY(0);
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: var(--header-height);
  border-bottom: 1px solid rgba(202, 212, 205, 0.74);
  background: rgba(250, 248, 242, 0.92);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 32px), var(--container));
  height: 100%;
  margin-inline: auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  text-decoration: none;
}

.brand__mark {
  width: 48px;
  height: 35px;
  object-fit: contain;
}

.brand__word {
  width: 76px;
  height: 29px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-links > a:not(.button) {
  position: relative;
  padding-block: 8px;
  color: var(--ink-soft);
  font-size: 0.94rem;
  font-weight: 680;
  text-decoration: none;
}

.nav-links > a:not(.button)::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: right;
  background: var(--green);
  content: "";
  transition: transform 180ms ease;
}

.nav-links > a:not(.button):hover::after,
.nav-links > a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.menu-button {
  display: none;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--line-strong);
  border-radius: 13px;
  background: var(--paper);
  color: var(--ink);
  cursor: pointer;
}

.menu-button__icon,
.menu-button__icon::before,
.menu-button__icon::after {
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-button__icon {
  position: relative;
}

.menu-button__icon::before,
.menu-button__icon::after {
  position: absolute;
  left: 0;
  content: "";
}

.menu-button__icon::before {
  top: -6px;
}

.menu-button__icon::after {
  top: 6px;
}

.menu-button[aria-expanded="true"] .menu-button__icon {
  background: transparent;
}

.menu-button[aria-expanded="true"] .menu-button__icon::before {
  top: 0;
  transform: rotate(45deg);
}

.menu-button[aria-expanded="true"] .menu-button__icon::after {
  top: 0;
  transform: rotate(-45deg);
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 14px;
  background: var(--green);
  box-shadow: 0 10px 24px rgba(31, 110, 92, 0.18);
  color: var(--white);
  font-weight: 760;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  background: var(--forest-deep);
  box-shadow: 0 14px 30px rgba(18, 79, 64, 0.24);
  color: var(--white);
}

.button--small {
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 12px;
  font-size: 0.92rem;
}

.button--secondary {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: none;
  color: var(--forest-deep);
}

.button--secondary:hover {
  border-color: var(--green);
  background: var(--white);
  color: var(--forest-deep);
}

.button--light {
  background: var(--white);
  box-shadow: none;
  color: var(--forest-deep);
}

.button--light:hover {
  background: var(--cream);
  color: var(--forest-deep);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 820;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 9vw, 116px) 0 56px;
}

.hero::before {
  position: absolute;
  z-index: -1;
  top: -160px;
  right: -160px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(220, 235, 229, 0.72);
  filter: blur(2px);
  content: "";
}

.hero__grid {
  display: grid;
  align-items: center;
  gap: clamp(48px, 7vw, 90px);
}

.hero__copy {
  max-width: 680px;
}

.hero__lead {
  max-width: 650px;
  margin-bottom: 30px;
  color: var(--ink-soft);
  font-size: clamp(1.08rem, 2.5vw, 1.3rem);
  line-height: 1.55;
}

.hero__actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero__status {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 18px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 0.9rem;
}

.hero__status span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero__status span::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--coral);
  content: "";
}

.match-stage {
  position: relative;
  min-height: 530px;
  border: 1px solid rgba(202, 212, 205, 0.74);
  border-radius: 44px;
  background: linear-gradient(145deg, #dcebe5, #f2eadd 68%, #f6eee8);
  box-shadow: var(--shadow-lg);
}

.match-stage::after {
  position: absolute;
  right: 24px;
  bottom: 22px;
  left: 24px;
  color: rgba(23, 51, 43, 0.65);
  content: "Beispielprofile · keine echten Vermittlungsanzeigen";
  font-size: 0.76rem;
  font-weight: 650;
  text-align: center;
}

.pet-card {
  position: absolute;
  overflow: hidden;
  width: min(70%, 330px);
  border: 8px solid var(--paper);
  border-radius: 26px;
  background: var(--paper);
  box-shadow: 0 22px 55px rgba(12, 58, 47, 0.22);
}

.pet-card img {
  width: 100%;
  aspect-ratio: 0.82;
  object-fit: cover;
  border-radius: 18px 18px 10px 10px;
}

.pet-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 10px 9px;
}

.pet-card__meta strong {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 600;
}

.pet-card__meta span {
  color: var(--muted);
  font-size: 0.78rem;
}

.pet-card--one {
  z-index: 3;
  top: 42px;
  left: 50%;
  transform: translateX(-50%) rotate(-1.5deg);
}

.pet-card--two {
  z-index: 2;
  top: 85px;
  left: 3%;
  transform: rotate(-9deg) scale(0.87);
}

.pet-card--three {
  z-index: 1;
  top: 90px;
  right: 3%;
  transform: rotate(9deg) scale(0.87);
}

.trust-strip {
  padding: 16px 0 24px;
}

.trust-grid {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 254, 251, 0.72);
}

.trust-item {
  display: flex;
  min-height: 82px;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.92rem;
  font-weight: 650;
}

.trust-item:last-child {
  border-bottom: 0;
}

.trust-item::before {
  display: grid;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--green-light);
  color: var(--forest);
  content: "✓";
  font-weight: 850;
}

.section {
  padding: clamp(76px, 10vw, 132px) 0;
}

.section--compact {
  padding: 64px 0;
}

.section--paper {
  border-block: 1px solid var(--line);
  background: var(--paper);
}

.section--mint {
  background: var(--mint);
}

.section-intro {
  max-width: 760px;
  margin-bottom: clamp(36px, 6vw, 64px);
}

.section-intro p {
  max-width: 690px;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 1.1rem;
}

.section-intro--center {
  margin-inline: auto;
  text-align: center;
}

.section-intro--center p {
  margin-inline: auto;
}

.steps-grid,
.card-grid,
.partner-grid {
  display: grid;
  gap: 18px;
}

.step-card,
.info-card,
.partner-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper);
  box-shadow: var(--shadow-sm);
}

.step-card {
  padding: 28px;
}

.step-card__number {
  display: grid;
  width: 40px;
  height: 40px;
  margin-bottom: 36px;
  place-items: center;
  border-radius: 50%;
  background: var(--forest);
  color: var(--white);
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 600;
}

.step-card p,
.info-card p,
.partner-card p {
  color: var(--ink-soft);
}

.feature-layout {
  display: grid;
  align-items: start;
  gap: clamp(44px, 8vw, 96px);
}

.feature-copy {
  max-width: 590px;
}

.feature-list,
.check-list,
.plain-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list li,
.check-list li {
  position: relative;
  padding-left: 38px;
}

.feature-list li + li,
.check-list li + li {
  margin-top: 22px;
}

.feature-list li::before,
.check-list li::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  background: var(--green-light);
  color: var(--forest);
  content: "✓";
  font-size: 0.82rem;
  font-weight: 900;
}

.feature-list strong,
.check-list strong {
  display: block;
  margin-bottom: 3px;
  color: var(--ink);
}

.feature-list span,
.check-list span {
  color: var(--ink-soft);
}

.photo-panel {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  border-radius: var(--radius-lg);
  background: var(--sand);
  box-shadow: var(--shadow-lg);
}

.photo-panel img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
}

.photo-panel__note {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  background: rgba(12, 58, 47, 0.88);
  backdrop-filter: blur(10px);
  color: var(--white);
  font-size: 0.9rem;
}

.ethics {
  position: relative;
  overflow: hidden;
  background: var(--forest-deep);
  color: rgba(255, 255, 255, 0.82);
}

.ethics::before {
  position: absolute;
  top: -160px;
  right: -120px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
}

.ethics h2,
.ethics h3 {
  color: var(--white);
}

.ethics .eyebrow {
  color: #a9d9c7;
}

.ethics .section-intro p {
  color: rgba(255, 255, 255, 0.74);
}

.promise-grid {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.12);
}

.promise {
  min-height: 220px;
  padding: 28px;
  background: var(--forest-deep);
}

.promise__icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 34px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #bce3d4;
  font-family: var(--serif);
  font-weight: 600;
}

.promise p {
  color: rgba(255, 255, 255, 0.7);
}

.partner-card {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  padding: clamp(28px, 5vw, 46px);
}

.partner-card--green {
  border-color: transparent;
  background: var(--forest);
  color: rgba(255, 255, 255, 0.8);
}

.partner-card--green h3,
.partner-card--green .partner-card__label {
  color: var(--white);
}

.partner-card--green p,
.partner-card--green li {
  color: rgba(255, 255, 255, 0.78);
}

.partner-card--sand {
  background: var(--sand);
}

.partner-card__label {
  margin-bottom: 42px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 820;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.partner-card h3 {
  max-width: 440px;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 500;
  letter-spacing: -0.03em;
}

.partner-card .button {
  align-self: flex-start;
  margin-top: auto;
}

.plain-list {
  margin-bottom: 32px;
}

.plain-list li {
  position: relative;
  padding-left: 22px;
}

.plain-list li + li {
  margin-top: 10px;
}

.plain-list li::before {
  position: absolute;
  top: 0.66em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--coral);
  content: "";
}

.faq-list {
  border-top: 1px solid var(--line-strong);
}

.faq-list details {
  border-bottom: 1px solid var(--line-strong);
}

.faq-list summary {
  position: relative;
  padding: 24px 52px 24px 0;
  color: var(--ink);
  font-size: 1.06rem;
  font-weight: 740;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::before,
.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--green);
  content: "";
  transition: transform 180ms ease;
}

.faq-list summary::after {
  transform: rotate(90deg);
}

.faq-list details[open] summary::after {
  transform: rotate(0);
}

.faq-list details > div {
  max-width: 760px;
  padding: 0 46px 26px 0;
  color: var(--ink-soft);
}

.cta-panel {
  position: relative;
  overflow: hidden;
  min-width: 0;
  padding: clamp(36px, 7vw, 72px);
  border-radius: var(--radius-lg);
  background: linear-gradient(140deg, var(--sand), #f6eee7 55%, var(--green-light));
}

.cta-panel::after {
  position: absolute;
  right: -70px;
  bottom: -130px;
  width: 330px;
  height: 330px;
  border: 58px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  content: "";
}

.cta-panel > * {
  position: relative;
  z-index: 1;
}

.cta-panel h2 {
  max-width: 760px;
}

.cta-panel p {
  max-width: 680px;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.microcopy {
  margin-top: 15px;
  color: var(--muted);
  font-size: 0.84rem;
}

.site-footer {
  border-top: 1px solid var(--line-strong);
  background: #e8e3d8;
}

.footer-grid {
  display: grid;
  gap: 34px;
  padding: 58px 0 42px;
}

.footer-brand p {
  max-width: 420px;
  margin-top: 18px;
  color: var(--ink-soft);
  font-size: 0.94rem;
}

.footer-nav {
  display: grid;
  gap: 28px;
}

.footer-nav h2 {
  margin-bottom: 12px;
  font-family: var(--sans);
  font-size: 0.8rem;
  font-weight: 820;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-nav li + li {
  margin-top: 8px;
}

.footer-nav a {
  color: var(--ink-soft);
  font-size: 0.92rem;
  text-decoration: none;
}

.footer-nav a:hover {
  color: var(--forest-deep);
  text-decoration: underline;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 24px;
  padding: 18px 0 24px;
  border-top: 1px solid rgba(98, 115, 109, 0.25);
  color: var(--muted);
  font-size: 0.82rem;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(62px, 9vw, 112px) 0 clamp(70px, 10vw, 124px);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.page-hero__grid {
  display: grid;
  align-items: center;
  gap: clamp(42px, 8vw, 96px);
}

.page-hero h1 {
  max-width: 780px;
  font-size: clamp(2.7rem, 7vw, 5rem);
}

.page-hero__lead {
  max-width: 680px;
  color: var(--ink-soft);
  font-size: 1.14rem;
}

.page-hero__aside {
  padding: clamp(26px, 5vw, 42px);
  border-radius: var(--radius-lg);
  background: var(--mint);
}

.page-hero__aside h2 {
  font-size: clamp(1.7rem, 4vw, 2.4rem);
}

.page-hero__aside .check-list {
  margin-top: 26px;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  border: 1px solid #d5c58f;
  border-radius: 999px;
  background: #fff9e8;
  color: #765a18;
  font-size: 0.78rem;
  font-weight: 760;
}

.info-card {
  padding: 28px;
}

.info-card__kicker {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 820;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.timeline {
  position: relative;
  max-width: 880px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline::before {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  width: 2px;
  background: var(--line-strong);
  content: "";
}

.timeline li {
  position: relative;
  padding: 0 0 36px 66px;
}

.timeline li:last-child {
  padding-bottom: 0;
}

.timeline__number {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 4px solid var(--cream);
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  font-family: var(--serif);
  font-weight: 600;
}

.timeline p {
  color: var(--ink-soft);
}

.contact-layout {
  display: grid;
  gap: clamp(32px, 7vw, 80px);
}

.contact-card {
  padding: clamp(26px, 5vw, 42px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--paper);
  box-shadow: var(--shadow-sm);
}

.form-grid {
  display: grid;
  gap: 18px;
}

.form-field {
  display: grid;
  gap: 7px;
}

.form-field label {
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 720;
}

.form-field input,
.form-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  background: var(--white);
  color: var(--ink);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.form-field textarea {
  min-height: 130px;
  resize: vertical;
}

.form-field input:hover,
.form-field textarea:hover {
  border-color: var(--green);
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: var(--green);
  outline: 0;
  box-shadow: 0 0 0 4px rgba(31, 110, 92, 0.14);
}

.field-hint,
.form-note,
.form-status {
  color: var(--muted);
  font-size: 0.84rem;
}

.form-note {
  margin: 18px 0;
}

.form-status {
  min-height: 1.4em;
  margin-top: 14px;
}

.choice-grid {
  display: grid;
  gap: 20px;
}

.choice-card {
  display: flex;
  min-width: 0;
  min-height: 420px;
  flex-direction: column;
  padding: clamp(30px, 6vw, 50px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--paper);
  box-shadow: var(--shadow-sm);
}

.choice-card:nth-child(2) {
  background: var(--mint);
}

.choice-card__number {
  margin-bottom: 54px;
  color: var(--coral-dark);
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 600;
}

.choice-card h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.choice-card p {
  color: var(--ink-soft);
}

.choice-card .button {
  max-width: 100%;
  align-self: flex-start;
  margin-top: auto;
  white-space: normal;
}

.legal-shell {
  padding: 66px 0 110px;
}

.legal-intro {
  margin-bottom: 38px;
}

.legal-intro h1 {
  font-size: clamp(2.6rem, 7vw, 4.5rem);
}

.legal-intro p {
  color: var(--muted);
}

.legal-card {
  padding: clamp(24px, 5vw, 38px);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper);
}

.legal-card + .legal-card {
  margin-top: 18px;
}

.legal-card h2 {
  font-family: var(--sans);
  font-size: 1.3rem;
  font-weight: 760;
  letter-spacing: -0.015em;
}

.legal-card p,
.legal-card li {
  color: var(--ink-soft);
}

.legal-card ul {
  padding-left: 22px;
}

.notice {
  padding: 18px 20px;
  border-left: 4px solid var(--gold);
  border-radius: 0 12px 12px 0;
  background: #fff8e4;
  color: #5c481e;
  font-size: 0.92rem;
}

.not-found {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 28px 20px;
  background: radial-gradient(circle at 70% 15%, var(--green-light), transparent 34%), var(--cream);
  text-align: center;
}

.not-found__box {
  max-width: 580px;
}

.not-found__logo {
  width: 150px;
  margin: 0 auto 28px;
}

.not-found h1 {
  font-size: clamp(2.7rem, 8vw, 4.7rem);
}

.not-found p {
  margin-bottom: 26px;
  color: var(--ink-soft);
}

.js .reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 700px) {
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-item:nth-child(odd) {
    border-right: 1px solid var(--line);
  }

  .trust-item:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .steps-grid,
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .promise-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-nav,
  .form-grid--two {
    grid-template-columns: repeat(2, 1fr);
  }

  .choice-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 920px) {
  .hero__grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  }

  .trust-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .trust-item,
  .trust-item:nth-child(odd) {
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .trust-item:last-child {
    border-right: 0;
  }

  .steps-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .feature-layout,
  .page-hero__grid,
  .contact-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-layout--reverse .feature-copy {
    order: 2;
  }

  .feature-layout--reverse .photo-panel {
    order: 1;
  }

  .promise-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .partner-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .card-grid--three {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1.2fr 1fr;
  }
}

@media (max-width: 919px) {
  .js .menu-button {
    display: inline-flex;
  }

  .js .nav-links {
    position: fixed;
    z-index: 99;
    top: var(--header-height);
    right: 0;
    left: 0;
    display: grid;
    gap: 4px;
    padding: 16px 20px 24px;
    transform: translateY(-120%);
    border-bottom: 1px solid var(--line-strong);
    background: var(--cream);
    box-shadow: 0 24px 40px rgba(12, 58, 47, 0.12);
    opacity: 0;
    pointer-events: none;
    transition: transform 220ms ease, opacity 180ms ease;
  }

  .js .nav-links.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .js .nav-links > a:not(.button) {
    min-height: 46px;
    padding: 11px 4px;
  }

  .js .nav-links > a:not(.button)::after {
    display: none;
  }

  .js .nav-links .button {
    margin-top: 8px;
  }

  html:not(.js) .site-header {
    position: static;
    height: auto;
  }

  html:not(.js) .nav-shell {
    min-height: var(--header-height);
    flex-wrap: wrap;
    padding-block: 10px;
  }

  html:not(.js) .nav-links {
    width: 100%;
    flex-wrap: wrap;
    gap: 4px 18px;
    padding: 8px 0 4px;
  }

  .match-stage {
    min-height: 500px;
  }
}

@media (max-width: 560px) {
  :root {
    --header-height: 70px;
  }

  body {
    font-size: 16px;
  }

  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .brand__mark {
    width: 42px;
  }

  .brand__word {
    width: 69px;
  }

  .hero {
    padding-top: 54px;
  }

  .hero__actions,
  .cta-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero__actions .button,
  .cta-actions .button {
    width: 100%;
  }

  .match-stage {
    min-height: 430px;
    border-radius: 28px;
  }

  .pet-card {
    width: min(76%, 280px);
    border-width: 6px;
  }

  .pet-card--one {
    top: 28px;
  }

  .pet-card--two,
  .pet-card--three {
    top: 66px;
  }

  .match-stage::after {
    right: 12px;
    bottom: 14px;
    left: 12px;
  }

  .step-card,
  .info-card {
    padding: 24px;
  }

  .step-card__number,
  .promise__icon {
    margin-bottom: 24px;
  }

  .partner-card,
  .choice-card {
    min-height: 360px;
  }

  .partner-card__label,
  .choice-card__number {
    margin-bottom: 30px;
  }

  .photo-panel,
  .photo-panel img {
    min-height: 420px;
  }

  .cta-panel {
    border-radius: 24px;
  }

  .footer-bottom {
    display: block;
  }

  .footer-bottom span {
    display: block;
    margin-top: 6px;
  }

  .timeline li {
    padding-left: 58px;
  }
}

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

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}
