.motto-callout,
.motto-shell,
.motto-contact {
  width: min(1250px, 100% - 48px);
  margin-inline: auto;
}

.motto-callout {
  color: #fff;
  background:
    radial-gradient(circle at 86% 18%, rgba(242, 211, 148, .28), transparent 34%),
    linear-gradient(120deg, #123a4a, #0f5670);
  border-radius: 26px;
  margin-bottom: 70px;
  padding: clamp(30px, 5vw, 54px);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: center;
  box-shadow: 0 18px 48px rgba(18, 58, 74, .18);
}

.motto-callout .eyebrow { color: #dcebbd; }
.motto-callout h2 { color: #fff; margin-bottom: 12px; font-size: clamp(1.8rem, 3vw, 3rem); }
.motto-callout p:not(.eyebrow) { max-width: 770px; margin-bottom: 0; line-height: 1.7; }
.motto-callout .button { color: #123a4a; background: #f2d394; white-space: nowrap; }

.motto-hero {
  color: #fff;
  background:
    linear-gradient(118deg, rgba(18, 58, 74, .97), rgba(15, 86, 112, .80)),
    url("erntefest-2025/15.jpg") center 42% / cover;
  border-radius: 30px;
  width: min(1480px, 100% - 32px);
  min-height: 470px;
  margin: 0 auto;
  padding: clamp(52px, 8vw, 110px);
  display: flex;
  align-items: center;
}

.motto-hero > div { max-width: 880px; }
.motto-hero h1, .motto-hero .eyebrow { color: #fff; }
.motto-hero p:not(.eyebrow) { max-width: 760px; font-size: 1.15rem; line-height: 1.75; }

.motto-shell { margin-top: 76px; }
.motto-intro { max-width: 830px; margin-bottom: 34px; }
.motto-intro h2, .motto-contact h2 { color: #123a4a; font-size: clamp(2rem, 3.5vw, 3.4rem); margin-bottom: 16px; }
.motto-intro p, .motto-contact p { line-height: 1.75; }

.motto-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.motto-card {
  background: #eef7fa;
  border: 1px solid #d6e7eb;
  border-radius: 18px;
  min-height: 138px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform .2s, box-shadow .2s;
}

.motto-card:nth-child(3n + 2) { background: #eff5e8; border-color: #dbe7d1; }
.motto-card:nth-child(3n) { background: #f7f1e3; border-color: #eadfc9; }
.motto-card:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(26, 55, 65, .12); }
.motto-year { color: #6b9b55; letter-spacing: .12em; font-size: .78rem; font-weight: 900; }
.motto-card h3 { color: #123a4a; margin: 8px 0 0; font-size: 1.18rem; line-height: 1.35; }

.motto-contact {
  background: #123a4a;
  color: #fff;
  border-radius: 28px;
  margin-top: 58px;
  margin-bottom: 82px;
  padding: clamp(34px, 6vw, 68px);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 44px;
  align-items: center;
}

.motto-contact h2, .motto-contact .eyebrow { color: #fff; }
.motto-contact .button { color: #123a4a; background: #f2d394; white-space: nowrap; }
.motto-contact-actions { display: flex; flex-direction: column; gap: 12px; align-items: stretch; }
.motto-contact-actions .button { text-align: center; }
.motto-contact-actions .motto-phone { color: #fff; background: transparent; border: 1.5px solid rgba(255, 255, 255, .62); }
.motto-note { color: #d7e5e8; margin-bottom: 0; font-size: .94rem; }

@media (width <= 980px) {
  .motto-callout, .motto-contact { grid-template-columns: 1fr; }
  .motto-callout .button, .motto-contact .button { justify-self: start; }
  .motto-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (width <= 680px) {
  .motto-callout, .motto-shell, .motto-contact { width: min(100% - 28px, 1250px); }
  .motto-callout { border-radius: 20px; margin-bottom: 54px; }
  .motto-hero { border-radius: 20px; width: calc(100% - 16px); min-height: 420px; padding: 44px 24px; }
  .motto-grid { grid-template-columns: 1fr; }
  .motto-card { min-height: 116px; }
  .motto-contact .button, .motto-callout .button { width: 100%; text-align: center; }
}
