:root {
  --background: #fff; --foreground: #172d40; --card: #fff; --card-foreground: #172d40; --popover: #fff; --popover-foreground: #172d40;
  --primary: #b9212c; --primary-foreground: #fff; --secondary: #edf2f4; --secondary-foreground: #172d40; --muted: #f3f6f7; --muted-foreground: #51616d;
  --accent: #b9212c; --accent-foreground: #fff; --destructive: #b9212c; --border: #d9e1e5; --input: #d9e1e5; --ring: #b9212c; --radius: .45rem;
  --navy: #172f46; --red: #b9212c; --ink: #263d4b; --body: #4d5d69; --pale: #f1f5f6; color-scheme: light;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 106px; }
body { margin: 0; background: var(--background); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
::selection { background: #f5ccd0; color: #172f46; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--red); outline-offset: 5px; border-radius: 2px; }
img { max-width: 100%; display: block; }
svg { flex-shrink: 0; }
h1, h2, h3, p { margin: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.043em; color: var(--navy); }
h1 { font-size: clamp(2.7rem, 4.05vw, 4.7rem); line-height: 1.11; }
h2 { font-size: clamp(2.3rem, 3.15vw, 3.65rem); line-height: 1.14; }
h1 em, h2 em { font-weight: 400; color: var(--red); font-style: normal; }
h3 { color: var(--navy); font-size: 1.25rem; font-weight: 650; line-height: 1.35; letter-spacing: -.02em; }
p { color: var(--body); }
p + p { margin-top: 1rem; }
.shell { width: min(1320px, calc(100% - 112px)); margin-inline: auto; }
.section { padding-block: 100px; }
.eyebrow { display: flex; gap: 10px; align-items: center; color: var(--red); font-size: .78rem; font-weight: 700; letter-spacing: .13em; margin-bottom: 24px; }
.short-rule { width: 27px; height: 2px; background: var(--red); }
.lead { font-size: 1.4rem; color: var(--navy); line-height: 1.55; margin-bottom: 25px; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; padding: 12px 20px; color: white; background: var(--navy); }
.skip-link:focus { top: 12px; }
.site-header { background: rgba(255,255,255,.97); border-bottom: 1px solid #e9eef0; position: sticky; z-index: 30; top: 0; }
.nav-inner { display: flex; align-items: center; gap: 30px; min-height: 100px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--navy); font-size: 1.6rem; font-weight: 700; line-height: 1.1; letter-spacing: -.04em; margin-right: auto; }
.brand-sub { display: block; font-size: .75rem; letter-spacing: .005em; font-weight: 400; margin-top: 7px; }
.brand-mark { width: 44px; height: 40px; background: url('herzgemeinde-logo.jpeg') no-repeat center -10px / 78px; flex-shrink: 0; }
.desktop-nav { display: flex; gap: 26px; align-items: center; font-size: .91rem; font-weight: 600; }
.desktop-nav a { padding-block: 12px; position: relative; }
.desktop-nav a::after { content: ''; position: absolute; left: 0; bottom: 7px; width: 0; height: 2px; background: var(--red); transition: width .2s; }
.desktop-nav a:hover::after { width: 100%; }
.nav-cta { color: var(--red); border: 1px solid #dfb0b5; padding: 10px 18px; border-radius: 3px; font-weight: 600; font-size: .9rem; display: flex; gap: 12px; align-items: center; }
.nav-cta:hover { background: #fff1f2; }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--navy); padding: 12px; cursor: pointer; }
.mobile-nav[hidden] { display: none; }
.mobile-nav { border-top: 1px solid var(--border); padding: 12px 25px 22px; background: white; max-height: calc(100svh - 85px); overflow-y: auto; }
.mobile-nav a { display: flex; justify-content: space-between; padding: 13px 0; font-weight: 600; border-bottom: 1px solid #edf1f3; }
.hero { display: grid; grid-template-columns: 1.04fr 1fr; align-items: center; gap: 48px; padding-block: 68px 64px; }
.hero-copy { padding-block: 16px; }
.hero .eyebrow { margin-bottom: 23px; }
.hero-lead { max-width: 540px; margin-top: 29px; font-size: 1.15rem; line-height: 1.65; }
.hero-actions { display: flex; gap: 30px; align-items: center; flex-wrap: wrap; margin-top: 33px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; border-radius: 3px; padding: 13px 23px; font-weight: 600; font-size: .95rem; min-height: 50px; }
.primary { color: white; background: var(--red); box-shadow: 0 5px 15px #b9212c14; transition: background .2s, transform .2s; }
.primary:hover { background: #9c1520; transform: translateY(-2px); }
.text-link { font-size: .96rem; font-weight: 600; display: inline-flex; align-items: center; gap: 9px; border-bottom: 1px solid #b9c3ca; padding-block: 9px; }
.hero-status { display: flex; align-items: flex-start; gap: 11px; margin-top: 35px; padding-top: 23px; border-top: 1px solid var(--border); max-width: 465px; font-size: .875rem; line-height: 1.6; }
.hero-status svg { margin-top: 3px; color: var(--red); }
.hero-status strong { font-weight: 600; }
.hero-status span { display: block; color: var(--body); }
.hero-art { margin: 0; align-self: stretch; display: flex; flex-direction: column; min-height: 440px; }
.hero-art img { width: 100%; flex: 1; height: 100%; min-height: 400px; object-fit: cover; object-position: center; border-radius: 120px 5px 5px 5px; background: #edf3f0; }
.hero-art figcaption { display: flex; justify-content: space-between; gap: 12px; padding-top: 12px; font-size: .8rem; color: #65737d; }
.art-note { font-size: .75rem; }
.purpose-band { background: var(--navy); color: white; }
.purpose-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-block: 31px; }
.purpose-inner p { font-family: Georgia, serif; font-size: 1.4rem; line-height: 1.35; color: white; }
.purpose-inner strong { font-weight: 400; }
.purpose-inner > div { display: flex; gap: clamp(28px, 5vw, 78px); font-size: 1rem; }
.purpose-inner span { display: flex; align-items: center; gap: 12px; }
.purpose-inner svg { color: #fda2a5; stroke-width: 1.5; }
.intro-grid { display: grid; grid-template-columns: 1fr 1.18fr; gap: 110px; }
.intro-text { max-width: 660px; }
.principle { border-left: 3px solid var(--red); background: #fcf5f5; display: flex; gap: 18px; padding: 23px 25px; margin-top: 28px; }
.principle svg { margin-top: 3px; color: var(--red); }
.principle p { font-size: .97rem; }
.principle strong { color: var(--navy); }
.pillars { background: var(--pale); }
.section-heading { display: flex; justify-content: space-between; gap: 90px; align-items: end; margin-bottom: 45px; }
.section-heading > p { max-width: 420px; margin-bottom: 5px; }
.pillar-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.pillar { background: white; border-top: 3px solid var(--navy); padding: 29px 24px 23px; display: flex; flex-direction: column; }
.pillar:nth-child(even) { border-color: var(--red); }
.pillar-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; color: var(--red); }
.pillar-top span { color: #81919b; font-family: Georgia, serif; font-size: 1.4rem; }
.pillar-label { font-size: .875rem; color: #5b6e79; line-height: 1.5; margin-bottom: 13px; }
.pillar h3 { font-size: 1.4rem; margin-bottom: 18px; }
.pillar > p:not(.pillar-label) { font-size: 1rem; line-height: 1.65; margin-bottom: 24px; }
.pillar-bottom { margin-top: auto; border-top: 1px solid var(--border); padding-top: 19px; font-size: .875rem; color: var(--navy); line-height: 1.55; }
.section-note { font-size: .88rem; max-width: 860px; margin-top: 25px; }
.together { display: grid; grid-template-columns: 1fr 1fr; gap: 120px; }
.together-intro h2 { margin-bottom: 28px; }
.together-intro p:not(.eyebrow) { max-width: 490px; }
.together-list { padding-top: 30px; }
.together-list article { display: flex; gap: 25px; padding-block: 29px; border-bottom: 1px solid var(--border); }
.together-list article:first-child { padding-top: 0; }
.together-list article > span { font-family: Georgia, serif; font-size: 1.4rem; color: var(--red); }
.together-list h3 { margin-bottom: 9px; }
.origin { background: #f6f8f9; }
.origin-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 120px; }
.origin-heading { position: sticky; top: 137px; align-self: start; }
.origin-mark { width: 165px; margin-top: 40px; mix-blend-mode: multiply; }
.origin-story article { border-bottom: 1px solid #d6e0e5; padding-bottom: 32px; margin-bottom: 34px; }
.origin-story article:last-child { border: 0; padding-bottom: 0; margin-bottom: 0; }
.story-kicker { display: flex; gap: 12px; align-items: center; color: var(--red); font-weight: 700; font-size: .78rem; letter-spacing: .08em; margin-bottom: 12px; }
.origin-story h3 { margin-bottom: 16px; font-size: 1.42rem; }
.origin-story p { font-size: 1rem; }
.format-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.format-grid article { border-bottom: 1px solid var(--border); border-right: 1px solid var(--border); padding: 34px 31px; }
.format-tag { display: block; color: var(--red); font-size: .78rem; letter-spacing: .07em; font-weight: 700; margin-bottom: 19px; }
.format-grid h3 { margin-bottom: 15px; }
.format-grid p { font-size: 1rem; }
.format-feature { background: var(--navy); }
.format-feature .format-tag { color: #ffabad; }
.format-feature h3 { color: white; }
.format-feature p { color: #d5e0e7; }
.region { background: #eaf0f2; }
.region-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 120px; align-items: center; }
.region h2 { font-size: clamp(2.3rem, 3vw, 3.5rem); }
.place-list { display: flex; gap: 10px; flex-wrap: wrap; margin-block: 30px; }
.place-list span { padding: 7px 14px; border: 1px solid #bbcbd3; border-radius: 3px; font-size: .89rem; background: #ffffff80; }
.place-list span:first-child { background: var(--navy); border-color: var(--navy); color: white; }
.region-note { font-size: .875rem; }
.roadmap-grid { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; padding: 0; margin: 50px 0 35px; }
.roadmap-grid li { position: relative; border-top: 2px solid #d6e0e5; padding: 26px 0 0; }
.roadmap-grid li:first-child { border-color: var(--red); }
.roadmap-date { display: block; margin-bottom: 16px; font-size: .875rem; font-weight: 700; letter-spacing: .03em; color: var(--red); }
.roadmap-grid h3 { margin-bottom: 14px; }
.roadmap-grid p { font-size: 1rem; }
.status-note { display: flex; gap: 17px; align-items: start; background: var(--pale); padding: 23px 26px; }
.status-note p { font-size: .9rem; }
.status-note svg { margin-top: 3px; color: var(--navy); }
.status-note strong { color: var(--navy); }
.participate { background: var(--navy); }
.participate-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 110px; }
.participate .eyebrow { color: #ffb1b4; }
.participate h2 { color: white; margin-bottom: 26px; }
.participate h2 em { color: #ffb1b4; }
.participate p { color: #d5e0e7; }
.contributions { padding-top: 30px; }
.contributions h3 { color: white; }
.contributions ul { list-style: none; padding: 0; margin: 24px 0 28px; }
.contributions li { display: flex; align-items: start; gap: 12px; margin-bottom: 12px; color: #e2eaf0; }
.contributions li svg { margin-top: 5px; color: #ffb1b4; }
.contact-notice { border-top: 1px solid #ffffff30; padding-top: 22px; }
.contact-notice strong { color: white; font-size: .95rem; }
.contact-notice p { font-size: .875rem; margin-top: 7px; color: #bccdd8; }
.contact-notice address { font-style: normal; margin-top: 12px; line-height: 1.8; color: #e2eaf0; }
.contact-notice a { color: white; text-decoration: underline; text-underline-offset: 4px; overflow-wrap: anywhere; }
.contact-notice a:hover { color: #ffb1b4; }
.safety { display: flex; gap: 23px; padding-block: 43px; }
.safety > svg { margin-top: 3px; color: var(--red); }
.safety h2 { font: 600 1.1rem/1.4 Arial, sans-serif; letter-spacing: 0; margin-bottom: 5px; }
.safety p { font-size: .91rem; }
.safety p a { font-weight: 700; color: var(--red); text-decoration: underline; text-underline-offset: 3px; }
.source-link { font-size: .875rem; margin-top: 11px; color: var(--navy); display: inline-flex; align-items: center; gap: 6px; text-decoration: underline; text-underline-offset: 3px; }
.site-footer { background: #f3f6f7; border-top: 1px solid var(--border); padding-top: 45px; }
.footer-top { display: flex; align-items: start; justify-content: space-between; gap: 40px; padding-bottom: 39px; }
.footer-brand { color: var(--navy); font-size: 1.4rem; font-weight: 700; letter-spacing: -.025em; }
.footer-brand span { display: block; font-size: .875rem; font-weight: 400; letter-spacing: 0; margin-top: 2px; }
.footer-top p { font-size: .875rem; margin-top: 17px; }
.footer-top nav { display: grid; grid-template-columns: 1fr 1.5fr; column-gap: 50px; row-gap: 13px; font-size: .875rem; padding-top: 7px; }
.footer-top nav a:hover { text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; font-size: .8rem; padding-block: 20px; border-top: 1px solid var(--border); color: #5e707c; }
.legal { max-width: 820px; padding-block: 70px 100px; }
.legal h1 { margin-bottom: 25px; }
.legal h2 { font: 600 1.35rem/1.4 Arial, sans-serif; letter-spacing: -.02em; margin-top: 34px; margin-bottom: 14px; }
.legal p, .legal li { line-height: 1.75; color: var(--body); }
.legal ul { padding-left: 20px; }
.legal a:not(.button) { text-decoration: underline; text-underline-offset: 4px; }
.legal a { overflow-wrap: anywhere; }
.legal-address { font-style: normal; color: var(--body); line-height: 1.8; margin-bottom: 18px; }
.legal-address strong { color: var(--navy); }
.legal-notice { padding: 22px 25px; margin-block: 30px; border-left: 3px solid var(--red); background: #fcf1f2; }
.legal-notice strong { color: var(--navy); }
.legal .button { margin-top: 30px; }
@media (min-width: 1600px) { .hero { gap: 65px; } }
@media (max-width: 1190px) { .shell { width: calc(100% - 64px); } .desktop-nav { gap: 18px; } .nav-inner { gap: 23px; } .brand { font-size: 1.4rem; } .hero { gap: 32px; } .hero-actions { gap: 20px; } .intro-grid, .together, .origin-grid, .region-grid, .participate-grid { gap: 65px; } .pillar-grid { gap: 14px; } .pillar { padding: 23px 18px; } .pillar h3 { font-size: 1.24rem; } .section-heading { gap: 55px; } }
@media (max-width: 1020px) { .desktop-nav { display: none; } .menu-toggle { display: inline-flex; } .nav-cta { margin-left: auto; } .brand { margin-right: 0; } .pillar-grid { grid-template-columns: repeat(2, 1fr); gap: 22px; } .pillar { padding: 28px; } .pillar h3 { font-size: 1.4rem; } .hero-art img { min-height: 410px; } .hero h1 { font-size: 3rem; } .hero-actions { gap: 12px; } .hero-lead { font-size: 1.05rem; } .purpose-inner > div { gap: 25px; font-size: .9rem; } .section-heading { align-items: start; gap: 45px; } .section-heading > p { max-width: 350px; } .format-grid article { padding: 28px 23px; } .section { padding-block: 80px; } .origin-heading { position: static; } }
@media (max-width: 760px) { html { scroll-padding-top: 87px; } .shell { width: calc(100% - 40px); } .nav-inner { min-height: 80px; gap: 15px; } .brand { font-size: 1.3rem; gap: 9px; } .brand-sub { font-size: .75rem; } .brand-mark { width: 35px; height: 37px; background-size: 67px; background-position: center -9px; } .nav-cta { display: none; } .menu-toggle { margin-left: auto; padding: 10px; } .hero { grid-template-columns: 1fr; gap: 31px; padding-block: 37px 34px; } .hero-copy { padding: 0; } .hero h1 { font-size: clamp(2.6rem, 8.8vw, 3.6rem); } .hero-lead { max-width: 570px; font-size: 1.08rem; margin-top: 22px; } .hero-actions { gap: 25px; margin-top: 25px; } .hero-status { margin-top: 25px; padding-top: 19px; max-width: none; } .hero-art { min-height: 0; } .hero-art img { aspect-ratio: 1.4; height: auto; min-height: 0; border-top-left-radius: 80px; } .hero-art figcaption { font-size: .75rem; } .purpose-inner { flex-direction: column; gap: 23px; align-items: start; padding-block: 26px; } .purpose-inner p br { display: none; } .purpose-inner p { font-size: 1.35rem; } .purpose-inner p strong::before { content: ' '; } .purpose-inner > div { flex-wrap: wrap; gap: 18px 28px; font-size: .875rem; } .purpose-inner span { gap: 9px; } .purpose-inner svg { width: 20px; } .section { padding-block: 63px; } .eyebrow { margin-bottom: 19px; font-size: .75rem; } h2 { font-size: 2.5rem; } .intro-grid, .together, .origin-grid, .region-grid, .participate-grid { grid-template-columns: 1fr; gap: 31px; } .lead { font-size: 1.22rem; } .principle { padding: 20px; } .section-heading { display: block; margin-bottom: 32px; } .section-heading > p { margin-top: 23px; max-width: 100%; } .together-list { padding-top: 0; } .together-list article { padding-block: 25px; } .origin-mark { display: none; } .origin-story article { padding-bottom: 27px; margin-bottom: 27px; } .format-grid { grid-template-columns: 1fr 1fr; } .format-grid article { padding: 27px 22px; } .region h2 { font-size: 2.5rem; } .region h2 br:nth-of-type(3) { display: none; } .roadmap-grid { grid-template-columns: 1fr; gap: 25px; margin-top: 35px; } .roadmap-grid li { padding-top: 23px; } .roadmap-date { margin-bottom: 12px; } .roadmap-grid h3 { margin-bottom: 9px; } .status-note { padding: 20px; gap: 12px; } .contributions { padding-top: 0; } .safety { padding-block: 32px; gap: 16px; } .footer-top { flex-direction: column; gap: 25px; } .footer-top nav { column-gap: 30px; grid-template-columns: 1fr; row-gap: 12px; } .footer-bottom { flex-wrap: wrap; column-gap: 30px; row-gap: 8px; } .footer-bottom span:nth-child(2) { order: 3; width: 100%; } .legal { padding-block: 45px 65px; } }
@media (max-width: 470px) { .pillar-grid, .format-grid { grid-template-columns: 1fr; } .pillar { padding: 26px; } .pillar-top { margin-bottom: 20px; } .pillar > p:not(.pillar-label) { margin-bottom: 21px; } .format-grid article { padding: 27px; } .hero-actions { gap: 14px 24px; } .hero-actions .button { padding-inline: 18px; } .hero h1 { font-size: 2.55rem; } .purpose-inner > div { gap: 13px 20px; } .principle { gap: 13px; } .source-link { display: inline; } .source-link svg { display: inline; vertical-align: middle; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
@media (max-width: 760px) { .brand-mark { height: 34px; } }
@media print { .site-header { position: static; } .desktop-nav, .nav-cta, .menu-toggle, .hero-actions, .skip-link { display: none; } .shell { width: 100%; } .section { padding-block: 28px; } .origin-heading { position: static; } h2, h3 { break-after: avoid; } article { break-inside: avoid; } a { text-decoration: none; } }

button { border-style: solid; }
svg { display: inline-block; vertical-align: middle; }
html { -webkit-text-size-adjust: 100%; }
body.admin-bar .site-header { top: 32px; }
.legal h3 { margin-block: 25px 12px; }
.legal p + ul, .legal ul + p { margin-top: 14px; }
.legal .entry-content > * + * { margin-top: 16px; }
.legal .entry-content h2 { margin-top: 34px; }
.menu-toggle[aria-expanded="true"] svg { transform: rotate(90deg); }
@media (max-width: 1020px) { html:not(.hg-js) .menu-toggle { display: none; } html:not(.hg-js) .mobile-nav[hidden] { display: block; } }
@media (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }
@media (max-width: 600px) { body.admin-bar .site-header { top: 0; } }
