/*
Theme Name: SpeedDating Harz
Template: blocksy
Author: Mighty Websites
Description: Child Theme fuer Speeddating im Harz.
Version: 1.0.0
Text Domain: speeddating-harz
*/

:root {
  --sd-ink: #241820;
  --sd-muted: #665c62;
  --sd-line: #e4dde0;
  --sd-rose: #ba1120;
  --sd-rose-dark: #7f0c16;
  --sd-coral: #ef6a8a;
  --sd-cream: #ffffff;
  --sd-mint: #dbe7df;
  --sd-violet: #4a4a4d;
  --sd-gold: #8aa08d;
  --theme-font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --theme-button-border-radius: 999px;
  --theme-form-field-border-radius: 12px;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  color: var(--sd-ink);
  background:
    linear-gradient(180deg, #ffffff 0%, #fafafa 42%, #f4f2f3 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.68;
  overflow-x: hidden;
}

.sd-page,
.sd-page * {
  box-sizing: border-box;
}

img,
iframe,
video {
  max-width: 100%;
}

body.home,
body.page {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.ct-menu-link,
button,
input,
select,
textarea {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

[data-prefix="single_page"] .hero-section {
  display: none;
}

[data-header*="type-1"] .ct-header [data-id="logo"] img {
  max-height: 54px;
  width: auto;
}

[data-header*="type-1"] {
  --header-height: 76px !important;
}

[data-header*="type-1"] .ct-header [data-row*="middle"] {
  --height: 76px !important;
  border-bottom: 1px solid rgba(234, 221, 228, 0.95);
  background: rgba(255, 253, 251, 0.96) !important;
}

[data-header*="type-1"] .ct-header .ct-container {
  max-width: 1180px;
  min-height: 76px;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

[data-header*="type-1"] .ct-header [data-row*="middle"] > div {
  min-height: 76px;
  align-items: center !important;
}

[data-header*="type-1"] .ct-header [data-column] {
  display: flex !important;
  align-items: center !important;
}

[data-header*="type-1"] .ct-header [data-column="end"] {
  justify-content: flex-end !important;
}

[data-header*="type-1"] .ct-header [data-id="logo"] .site-title {
  --theme-font-size: 22px;
  --theme-font-weight: 900;
  --theme-link-initial-color: var(--sd-ink);
}

[data-header*="type-1"] .ct-header [data-id="logo"] .site-title-container {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li > a {
  --theme-font-size: 14px;
  --theme-font-weight: 800;
  --theme-text-transform: none;
  --theme-link-initial-color: #3b2b34;
  --theme-link-hover-color: var(--sd-rose);
}

[data-header*="type-1"] .ct-header [data-id="trigger"] {
  --theme-icon-color: var(--sd-ink);
}

.ct-container-full,
.entry-content.is-layout-constrained {
  max-width: none;
  padding-inline: 0;
}

a {
  text-underline-offset: 0.18em;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #111827;
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 9999;
  transform: translateY(-140%);
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  transition: transform 0.15s ease;
}

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

.sd-accessibility-tools {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 9999;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.4rem;
  max-width: min(100% - 2rem, 520px);
}

.sd-accessibility-tools button {
  min-height: 40px;
  padding: 0.5rem 0.7rem;
  border: 1px solid rgba(36, 24, 32, 0.22);
  border-radius: 999px;
  background: #fff;
  color: var(--sd-ink);
  font-size: 0.86rem;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(36, 24, 32, 0.14);
  cursor: pointer;
}

.sd-accessibility-tools button:hover,
.sd-accessibility-tools button:focus-visible {
  background: var(--sd-rose);
  color: #fff;
}

.sd-large-text body {
  font-size: 20px;
}

.sd-large-text .sd-section-intro,
.sd-large-text .sd-lead {
  font-size: 1.25rem;
}

.sd-high-contrast body {
  --sd-ink: #000;
  --sd-muted: #202020;
  --sd-line: #111;
  --sd-rose: #ba1120;
  --sd-rose-dark: #7f0c16;
  background: #fff;
  color: #000;
}

.sd-high-contrast a {
  color: #7f0c16;
}

.sd-high-contrast .sd-card,
.sd-high-contrast .sd-event-card,
.sd-high-contrast .sd-form,
.sd-high-contrast .sd-consent-panel,
.sd-high-contrast .sd-online-app {
  border-color: #111;
  box-shadow: none;
}

.sd-high-contrast .sd-kicker,
.sd-high-contrast .sd-button,
.sd-high-contrast .wp-block-button__link {
  background: #000;
  border-color: #000;
  color: #fff;
}

.entry-content {
  max-width: 1160px;
  margin-inline: auto;
}

.home .entry-content,
.page-id-28 .entry-content,
.page-id-15 .entry-content,
.page-id-12 .entry-content,
.page-id-10 .entry-content,
.page-id-11 .entry-content,
.page-id-13 .entry-content,
.page-id-14 .entry-content {
  max-width: none;
}

.entry-content > * {
  margin-bottom: 1.15em;
}

.sd-hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 690px;
  padding: clamp(5rem, 9vw, 8rem) clamp(1.25rem, 6vw, 5rem);
  overflow: hidden;
  border-radius: 0 0 36px 36px;
  background:
    linear-gradient(90deg, rgba(36, 24, 32, 0.88) 0%, rgba(100, 16, 43, 0.66) 48%, rgba(36, 24, 32, 0.1) 100%),
    url("/wp-content/uploads/2026/07/coffee-talk.jpg") center / cover no-repeat;
  color: #fff;
  width: 100%;
}

.sd-hero > div {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.sd-kicker {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  width: fit-content;
  padding: 0.35rem 0.75rem;
  border: 1px solid rgba(184, 50, 95, 0.25);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--sd-rose), #8aa08d);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0;
}

.sd-hero h1 {
  max-width: 760px;
  margin: 1rem 0 1.25rem;
  max-width: 720px;
  font-size: 76px;
  font-size: clamp(2.8rem, 5.7vw, 5.6rem);
  line-height: 1.02;
  letter-spacing: 0;
  color: #fff;
}

.sd-hero h1,
.sd-section h1,
.sd-section h2,
.sd-card h2,
.sd-card h3,
.sd-event-card h2,
.sd-event-card h3 {
  color: inherit;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-weight: 900;
  letter-spacing: 0;
}

.sd-lead {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.sd-hero .sd-actions {
  max-width: 760px;
}

.sd-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.sd-button,
.entry-content .sd-button,
.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.78rem 1.1rem;
  border: 2px solid var(--sd-rose);
  border-radius: 999px;
  background: var(--sd-rose);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: none;
  text-align: center;
  white-space: normal;
}

.sd-button:hover,
.sd-button:focus-visible,
.wp-block-button__link:hover,
.wp-block-button__link:focus-visible {
  border-color: var(--sd-rose-dark);
  background: var(--sd-rose-dark);
  color: #fff;
}

.sd-button.secondary {
  background: #fff;
  color: var(--sd-rose-dark);
}

.sd-button.secondary:hover,
.sd-button.secondary:focus-visible {
  background: #fff3f6;
  color: var(--sd-rose-dark);
}

.sd-hero-photo {
  display: none;
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border-radius: 32px;
  box-shadow: 0 30px 70px rgba(71, 35, 55, 0.18);
  isolation: isolate;
}

.sd-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.4rem;
  padding: 0;
  list-style: none;
}

.sd-hero-meta li {
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.92rem;
  font-weight: 800;
}

.sd-hero-credit {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
  max-width: calc(100% - 2rem);
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #3b2b34;
  font-size: 0.75rem;
}

.sd-hero-photo img,
.sd-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sd-hero-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 42%, rgba(36, 24, 32, 0.72));
  z-index: 1;
}

.sd-photo-caption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  padding: 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--sd-ink);
}

.sd-photo-caption strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1.1rem;
}

.sd-credit {
  display: block;
  margin-top: 0.45rem;
  color: var(--sd-muted);
  font-size: 0.78rem;
}

.sd-credit a {
  color: inherit;
}

.sd-photo {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: 24px;
}

.sd-photo .sd-credit {
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  max-width: calc(100% - 1.6rem);
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
}

.sd-hero-card h2 {
  margin-top: 0;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.sd-event-list {
  display: grid;
  gap: 0.8rem;
  margin: 1.3rem 0;
  padding: 0;
  list-style: none;
}

.sd-event-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--sd-line);
}

.sd-section {
  padding: clamp(3rem, 7vw, 6rem) clamp(1.25rem, 5vw, 4rem);
}

.sd-section > * {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.sd-section.alt {
  background:
    radial-gradient(circle at 8% 12%, rgba(138, 160, 141, 0.18), transparent 28%),
    linear-gradient(180deg, #f7f7f7 0%, #ffffff 100%);
}

.sd-section h2 {
  max-width: 760px;
  margin-top: 0;
  font-size: 46px;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.sd-section h1 {
  max-width: 840px;
  margin-top: 0;
  font-size: 54px;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 1.04;
}

.sd-section-intro {
  max-width: 760px;
  color: var(--sd-muted);
  font-size: 1.1rem;
}

.sd-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.entry-content .sd-grid,
.entry-content .sd-event-cards,
.entry-content .sd-steps,
.entry-content .sd-community-band {
  display: grid !important;
}

.sd-card {
  padding: 1.35rem;
  border: 1px solid rgba(186, 17, 32, 0.16);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(36, 24, 32, 0.06);
}

.sd-legal {
  max-width: 900px;
  padding-top: 0.5rem;
}

.sd-legal-page h1 {
  max-width: 900px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
}

.sd-legal-page .sd-section {
  padding-top: clamp(2.4rem, 5vw, 4rem);
}

.sd-legal-page .sd-section-intro {
  font-size: 1rem;
}

.sd-legal h2 {
  margin: 1.45rem 0 0.4rem;
  padding-top: 1rem;
  border-top: 1px solid var(--sd-line);
  color: var(--sd-rose-dark);
  font-size: 1.08rem;
  line-height: 1.2;
}

.sd-legal h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.sd-legal p {
  max-width: 860px;
}

.sd-split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
}

.sd-proof-list {
  display: grid;
  gap: 1rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.sd-proof-list li {
  padding: 1rem 0;
  border-bottom: 1px solid var(--sd-line);
}

.sd-proof-list strong {
  display: block;
  color: var(--sd-rose-dark);
}

.sd-card h3 {
  margin-top: 0;
  font-size: 1.28rem;
}

.sd-card p:last-child {
  margin-bottom: 0;
}

.sd-event-cards {
  display: flex !important;
  flex-wrap: wrap;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1rem;
  margin-top: 2rem;
}

.sd-event-cards > * {
  flex: 1 1 300px;
}

.sd-event-card {
  width: auto !important;
  max-width: none !important;
  position: relative;
  overflow: hidden;
  padding: 1.45rem;
  border: 1px solid rgba(186, 17, 32, 0.16);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 247, 247, 0.98) 100%);
  box-shadow: 0 18px 42px rgba(36, 24, 32, 0.08);
}

.sd-event-card > * {
  position: relative;
  z-index: 1;
}

.sd-event-card::after {
  position: absolute;
  top: -38px;
  right: -38px;
  width: 110px;
  height: 110px;
  border-radius: 999px;
  background: rgba(138, 160, 141, 0.18);
  content: "";
}

.sd-event-card h3 {
  margin-top: 0.75rem;
  font-size: 1.45rem;
}

.sd-date {
  display: inline-grid !important;
  place-items: center;
  min-width: 4.4rem;
  min-height: 4.4rem;
  padding: 0.4rem;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--sd-rose), #4a4a4d);
  color: #fff;
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
}

.sd-date span {
  display: block;
  font-size: 0.76rem;
  text-transform: uppercase;
}

.sd-ribbon {
  display: inline-flex;
  width: fit-content;
  padding: 0.28rem 0.62rem;
  border-radius: 999px;
  background: #eef4ef;
  color: #344c39;
  font-size: 0.78rem;
  font-weight: 900;
}

.sd-muted {
  color: var(--sd-muted);
}

.sd-steps {
  counter-reset: steps;
  display: flex;
  flex-wrap: wrap;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.sd-steps > * {
  flex: 1 1 220px;
}

.sd-step {
  position: relative;
  padding: 1.35rem;
  border: 1px solid var(--sd-line);
  border-radius: 18px;
  background: #fff;
}

.sd-step::before {
  counter-increment: steps;
  content: counter(steps);
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.9rem;
  border-radius: 999px;
  background: var(--sd-mint);
  color: #143d2d;
  font-weight: 900;
}

.sd-note {
  padding: 1.2rem 1.35rem;
  border-left: 5px solid var(--sd-coral);
  border-radius: 14px;
  background: #f7f7f7;
}

.sd-form {
  max-width: 900px;
  margin-top: 1.4rem;
  margin-left: auto;
  margin-right: auto;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid var(--sd-line);
  border-radius: 22px;
  background: #fff;
}

.sd-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.sd-field {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 0.8rem;
}

.sd-field label,
.sd-check {
  color: #3a2933;
  font-weight: 800;
}

.sd-field input,
.sd-field select,
.sd-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 0.75rem 0.9rem;
  border: 1px solid #cdbec6;
  border-radius: 12px;
  background: #fff;
  color: var(--sd-ink);
  font: inherit;
}

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

.sd-wide {
  grid-column: 1 / -1;
}

.sd-check {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  margin: 1rem 0;
  font-size: 0.95rem;
  line-height: 1.45;
}

.sd-check input {
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.2rem;
  flex: 0 0 auto;
}

.sd-form-success,
.sd-form-errors {
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 14px;
}

.sd-form-success {
  background: #e4f7ec;
  color: #123d2a;
}

.sd-consent-banner {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  align-items: end;
  padding: 1rem;
  background: rgba(36, 24, 32, 0.38);
}

.sd-consent-banner[hidden] {
  display: none;
}

.sd-consent-panel {
  width: min(760px, 100%);
  margin-left: auto;
  padding: clamp(1rem, 3vw, 1.45rem);
  border: 1px solid rgba(186, 17, 32, 0.18);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(36, 24, 32, 0.22);
}

.sd-consent-panel h2 {
  margin: 0.65rem 0;
  font-size: 1.45rem;
  line-height: 1.15;
}

.sd-consent-options {
  display: grid;
  gap: 0.45rem;
  margin-top: 1rem;
}

.sd-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.sd-consent-small {
  margin: 0.85rem 0 0;
  color: var(--sd-muted);
  font-size: 0.9rem;
}

.sd-consent-link {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 0.18em;
  cursor: pointer;
}

.sd-form-errors {
  background: #fff1f1;
  color: #621d1d;
}

.is-hidden {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.sd-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
  padding: clamp(1.6rem, 4vw, 2.2rem);
  border-radius: 24px;
  background:
    linear-gradient(135deg, #241820 0%, var(--sd-rose) 62%, #4a4a4d 100%);
  color: #fff;
}

.sd-story {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(280px, 0.3fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.sd-story aside {
  padding: 1.2rem;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(71, 35, 55, 0.08);
}

.sd-story ul {
  padding-left: 1.2rem;
}

.sd-history {
  display: grid;
  grid-template-columns: minmax(0, 0.45fr) minmax(0, 0.55fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

.sd-timeline {
  display: grid;
  gap: 0.9rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.sd-timeline li {
  padding: 1rem;
  border-left: 4px solid var(--sd-rose);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(36, 24, 32, 0.06);
}

.sd-timeline strong {
  display: block;
  color: var(--sd-rose-dark);
}

.sd-community-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(186, 17, 32, 0.15);
  border-radius: 24px;
  background: rgba(186, 17, 32, 0.1);
  box-shadow: 0 20px 55px rgba(36, 24, 32, 0.08);
}

.sd-community-band > div {
  padding: clamp(1.2rem, 3vw, 1.8rem);
  background: #fff;
}

.sd-community-band strong {
  display: block;
  color: var(--sd-rose-dark);
  font-size: 1.35rem;
}

.sd-band p {
  color: rgba(255, 255, 255, 0.78);
}

.sd-band .sd-button {
  border-color: #fff;
  background: #fff;
  color: #241820;
}

.sd-band .sd-button:hover,
.sd-band .sd-button:focus-visible {
  background: #ffe8ef;
  color: #241820;
}

.sd-faq details {
  padding: 1rem 0;
  border-bottom: 1px solid var(--sd-line);
}

.sd-faq summary {
  cursor: pointer;
  font-weight: 800;
}

.site-footer,
[data-footer] {
  border-top: 1px solid var(--sd-line);
}

@media (max-width: 900px) {
  body {
    font-size: 17px;
  }

  .sd-hero,
  .sd-band,
  .sd-split,
  .sd-story,
  .sd-history {
    grid-template-columns: 1fr;
  }

  .sd-grid,
  .sd-steps {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 16px;
  }

  .sd-accessibility-tools {
    right: 0.65rem;
    bottom: 0.65rem;
  }

  .sd-accessibility-tools button {
    min-height: 38px;
    padding: 0.45rem 0.58rem;
    font-size: 0.8rem;
  }

  .sd-hero {
    min-height: 640px;
    padding: 2.2rem 1rem;
    border-radius: 0 0 24px 24px;
    background:
      linear-gradient(180deg, rgba(36, 24, 32, 0.82) 0%, rgba(36, 24, 32, 0.68) 50%, rgba(36, 24, 32, 0.32) 100%),
      url("/wp-content/uploads/2026/07/coffee-talk.jpg") center / cover no-repeat;
  }

  .sd-hero h1 {
    max-width: 100%;
    font-size: 3rem;
    line-height: 1.02;
    overflow-wrap: normal;
    word-break: normal;
  }

  .sd-lead {
    font-size: 1.05rem;
    line-height: 1.42;
  }

  .sd-hero-photo,
  .sd-photo {
    min-height: 320px;
    border-radius: 22px;
  }

  .sd-section h1 {
    font-size: 2.55rem;
    line-height: 1.04;
  }

  .sd-section h2 {
    font-size: 2.25rem;
    line-height: 1.05;
  }

  .sd-form {
    padding: 1rem;
    border-radius: 18px;
  }

  .sd-grid,
  .sd-steps,
  .sd-event-cards,
  .sd-community-band,
  .sd-form-grid {
    grid-template-columns: 1fr;
  }

  .sd-event-list li {
    display: block;
  }

  .sd-actions,
  .sd-button,
  .entry-content .sd-button {
    width: 100%;
  }

  .sd-hero-meta {
    gap: 0.45rem;
  }

  .sd-hero-meta li {
    font-size: 0.86rem;
  }

  .sd-hero-credit {
    position: static;
    display: inline-block;
    margin-top: 1rem;
  }
}

@media (max-width: 380px) {
  .sd-hero h1 {
    font-size: 2.65rem;
  }

  .sd-section h1 {
    font-size: 2.25rem;
  }

  .sd-section h2 {
    font-size: 2rem;
  }
}

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