@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("../fonts/fraunces-normal-500.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("../fonts/fraunces-normal-500-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0;
}
@font-face {
  font-family: "Fraunces";
  font-style: italic;
  font-weight: 500 700;
  font-display: swap;
  src: url("../fonts/fraunces-italic-500.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: "Fraunces";
  font-style: italic;
  font-weight: 500 700;
  font-display: swap;
  src: url("../fonts/fraunces-italic-500-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0;
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/source-sans-normal-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/source-sans-normal-400-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0;
}
@font-face {
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/source-sans-italic-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/source-sans-italic-400-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0;
}

:root {
  --green-950: #0e2418;
  --green-900: #143528;
  --green-800: #1a4734;
  --green-700: #1f5c3a;
  --green-600: #2a7349;
  --gold: #e8c547;
  --gold-2: #f3d56a;
  --gold-deep: #b8901c;
  --cream: #f3eee4;
  --cream-2: #e7dfd0;
  --paper: #fffaf2;
  --ink: #1c1b16;
  --muted: #5c594f;
  --line: rgba(28, 27, 22, 0.12);
  --blue: #2a4a78;
  --terra: #b85c44;
  --ok: #2f7a4a;
  --radius: 1.15rem;
  --radius-sm: 0.75rem;
  --shadow: 0 18px 50px -24px rgba(20, 53, 40, 0.45);
  --font-d: "Fraunces", "Iowan Old Style", "Palatino Linotype", Palatino, serif;
  --font-s: "Source Sans 3", "Source Sans Pro", ui-sans-serif, system-ui, sans-serif;
  --pad: clamp(1rem, 4.2vw, 2rem);
  --max: 72rem;
  --header: 3.65rem;
  --tab: 4.35rem;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html:focus-within { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-s);
  font-size: 1.0625rem;
  line-height: 1.55;
  color: var(--ink);
  background: var(--cream);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  padding-bottom: calc(var(--tab) + env(safe-area-inset-bottom));
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--green-700); }
button { font: inherit; }
h1, h2, h3, .display {
  font-family: var(--font-d);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.12;
  text-wrap: balance;
}
p { text-wrap: pretty; }
:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.skip {
  position: absolute;
  left: 0.75rem;
  top: -4rem;
  z-index: 80;
  background: var(--gold);
  color: var(--ink);
  padding: 0.5rem 0.9rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 0 0 0.5rem 0.5rem;
}
.skip:focus { top: 0; }

/* Header */
.top {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: var(--header);
  padding: 0.4rem var(--pad);
  padding-top: max(0.4rem, env(safe-area-inset-top));
  background: color-mix(in srgb, var(--cream) 82%, transparent);
  backdrop-filter: saturate(1.4) blur(16px);
  -webkit-backdrop-filter: saturate(1.4) blur(16px);
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: inherit;
  min-width: 0;
  flex: 1;
}
.mark {
  width: 2.35rem;
  height: 2.35rem;
  flex-shrink: 0;
}
.brand-txt { min-width: 0; }
.brand-txt strong {
  display: block;
  font-family: var(--font-d);
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
}
.brand-txt span {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  color: var(--muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lang {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  flex-shrink: 0;
}
.lang a {
  text-decoration: none;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0.35rem 0.5rem;
  border-radius: 999px;
}
.lang a[aria-current="true"] {
  background: var(--green-900);
  color: var(--gold);
}
.menu-btn {
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 0.85rem;
  display: grid;
  place-items: center;
  gap: 5px;
  cursor: pointer;
  color: var(--ink);
}
.menu-btn i,
.menu-btn i::before,
.menu-btn i::after {
  display: block;
  width: 1.1rem;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  position: relative;
  transition: transform 0.25s var(--ease);
}
.menu-btn i::before,
.menu-btn i::after {
  content: "";
  position: absolute;
  left: 0;
}
.menu-btn i::before { top: -6px; }
.menu-btn i::after { top: 6px; }
body.nav-open .menu-btn i { background: transparent; }
body.nav-open .menu-btn i::before { top: 0; transform: rotate(45deg); }
body.nav-open .menu-btn i::after { top: 0; transform: rotate(-45deg); }

.nav {
  position: fixed;
  inset: var(--header) 0 auto 0;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  padding: 0.5rem var(--pad) 1.25rem;
  display: none;
  max-height: calc(100dvh - var(--header));
  overflow: auto;
  box-shadow: var(--shadow);
}
body.nav-open .nav { display: block; }
.nav ul { list-style: none; margin: 0; padding: 0; }
.nav a {
  display: block;
  padding: 0.85rem 0.15rem;
  text-decoration: none;
  color: inherit;
  font-weight: 600;
  border-bottom: 1px solid var(--line);
}
.nav a[aria-current="page"] { color: var(--green-700); }
.nav .sub {
  font-weight: 400;
  color: var(--muted);
  padding-left: 0.8rem;
  font-size: 0.95rem;
}

/* Hero */
.hero {
  position: relative;
  min-height: calc(100svh - var(--header) - var(--tab) - 13.25rem);
  min-height: calc(100dvh - var(--header) - var(--tab) - 13.25rem);
  display: grid;
  align-items: end;
  color: var(--paper);
  isolation: isolate;
  overflow: hidden;
}
.hero picture, .hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(14, 36, 24, 0.15) 0%, rgba(14, 36, 24, 0.12) 38%, rgba(14, 36, 24, 0.88) 100%);
}
.hero-copy {
  padding: 2rem var(--pad) 2.1rem;
  padding-bottom: max(2.1rem, env(safe-area-inset-bottom));
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.85rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}
.hero h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(2.35rem, 11vw, 4.4rem);
  font-weight: 600;
  color: #fffaf2;
}
.hero h1 em {
  font-style: italic;
  font-weight: 500;
  color: var(--gold-2);
}
.lead {
  margin: 0 0 1.35rem;
  max-width: 36rem;
  font-size: 1.05rem;
  color: color-mix(in srgb, var(--paper) 88%, var(--gold));
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 3rem;
  padding: 0.7rem 1.15rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  border: 0;
  cursor: pointer;
}
.btn-gold {
  background: var(--gold);
  color: var(--green-950);
}
.btn-ghost {
  background: transparent;
  color: #fffaf2;
  border: 1.5px solid color-mix(in srgb, #fff 55%, transparent);
}
.hero .btn-ghost,
.hero .btn-ghost:link,
.hero .btn-ghost:visited {
  color: #fffaf2;
  background: rgba(255, 250, 242, 0.1);
  border-color: rgba(255, 250, 242, 0.62);
}
.btn-green {
  background: var(--green-700);
  color: #fff;
}
.btn-line {
  background: transparent;
  color: var(--green-800);
  border: 1.5px solid var(--green-700);
}

/* Sections */
.wrap {
  width: min(100% - 2 * var(--pad), var(--max));
  margin-inline: auto;
}
section { padding: 3.25rem 0; }
section[id] { scroll-margin-top: 4.5rem; }
.kicker {
  margin: 0 0 0.4rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--green-600);
}
h2 { font-size: clamp(1.85rem, 6vw, 2.7rem); margin: 0 0 1rem; }
h3 { font-size: 1.35rem; margin: 0 0 0.4rem; }

.quick {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
  margin-top: -1.6rem;
  position: relative;
  z-index: 2;
  padding: 0 var(--pad);
  width: min(100%, var(--max));
  margin-inline: auto;
}
.quick a {
  background: var(--paper);
  border-radius: var(--radius);
  padding: 1rem 0.95rem 0.95rem;
  text-decoration: none;
  color: inherit;
  box-shadow: var(--shadow);
  border: 1px solid color-mix(in srgb, #fff 70%, var(--cream-2));
  min-height: 6.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.quick svg { width: 1.45rem; height: 1.45rem; color: var(--green-700); }
.quick strong { font-size: 1rem; }
.quick span { color: var(--muted); font-size: 0.88rem; }

.news-row {
  display: flex;
  gap: 0.85rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0.15rem var(--pad) 1rem;
  margin: 0 calc(var(--pad) * -1);
  scrollbar-width: none;
}
.news-row::-webkit-scrollbar { display: none; }
.news-card {
  flex: 0 0 min(85vw, 22rem);
  scroll-snap-align: start;
  background: var(--paper);
  border-radius: var(--radius);
  padding: 1.15rem 1.15rem 1.2rem;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  min-height: 15.5rem;
}
.news-card .meta {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--green-600);
  margin-bottom: 0.65rem;
}
.news-card p { margin: 0 0 1rem; color: var(--muted); flex: 1; font-size: 0.98rem; }
.news-card a { font-weight: 700; text-decoration: none; }

.split {
  display: grid;
  gap: 1.4rem;
}
.frame {
  border: 3px solid var(--gold);
  border-radius: 1.4rem;
  overflow: hidden;
  box-shadow: 10px 10px 0 var(--green-800);
  background: var(--green-900);
}
.frame img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3; }
.stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
  margin-top: 1.4rem;
}
.stat {
  background: var(--green-900);
  color: var(--paper);
  border-radius: var(--radius);
  padding: 1rem 1.05rem;
}
.stat b {
  display: block;
  font-family: var(--font-d);
  font-size: 1.85rem;
  font-weight: 600;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 0.25rem;
}
.stat span { font-size: 0.86rem; color: color-mix(in srgb, var(--paper) 78%, var(--gold)); }

.werte { display: grid; gap: 0.85rem; }
.wert {
  background: var(--paper);
  border-radius: var(--radius);
  padding: 1.25rem 1.2rem;
  border-left: 5px solid var(--gold);
}
.wert h3 { font-family: var(--font-d); font-style: italic; }
.wert p { margin: 0; color: var(--muted); }

.bento {
  display: grid;
  gap: 0.75rem;
}
.tile {
  background: var(--paper);
  border-radius: var(--radius);
  padding: 1.2rem 1.15rem 1.25rem;
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--line);
  display: block;
  min-height: 8.5rem;
}
.tile:hover { border-color: var(--green-700); }
.tile p { margin: 0; color: var(--muted); font-size: 0.95rem; }
.tile .go {
  display: inline-block;
  margin-top: 0.8rem;
  font-weight: 700;
  color: var(--green-700);
  font-size: 0.92rem;
}

.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
}
.gallery figure {
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
  background: var(--cream-2);
}
.gallery img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.gallery figure:first-child { grid-column: 1 / -1; }
.gallery figure:first-child img { aspect-ratio: 16/10; }

.contact {
  background: var(--green-900);
  color: var(--paper);
  border-radius: 1.6rem;
  padding: 1.5rem 1.25rem 1.6rem;
}
.contact h2, .contact a { color: var(--paper); }
.contact .kicker { color: var(--gold); }
.hours {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 1rem 0;
  font-weight: 600;
}
.dot {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: #8a8a8a;
  box-shadow: 0 0 0 4px rgba(255,255,255,0.08);
}
.dot.open { background: #7dcc7a; }
.contact-list {
  list-style: none;
  margin: 0 0 1.1rem;
  padding: 0;
}
.contact-list a, .contact-list span {
  display: block;
  padding: 0.7rem 0;
  border-top: 1px solid rgba(255,255,255,0.12);
  text-decoration: none;
  color: inherit;
}
.badge-row { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 0.4rem; }
.chip {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: rgba(232, 197, 71, 0.15);
  color: var(--gold-2);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.help {
  display: grid;
  gap: 0.7rem;
}
.help a {
  display: block;
  padding: 1.1rem 1.15rem;
  background: #efe6d8;
  border-radius: var(--radius);
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--line);
}
.help a strong { display: block; margin-bottom: 0.2rem; }

/* Inner pages */
.page-hero {
  padding: 1.6rem var(--pad) 0.4rem;
}
.page-hero h1 { font-size: clamp(2rem, 8vw, 3.2rem); margin: 0.2rem 0 0.6rem; }
.prose { max-width: 44rem; }
.prose p { margin: 0 0 1rem; }
.prose ul { padding-left: 1.15rem; }
.prose li { margin: 0.35rem 0; }
.prose .table-wrap { max-width: 54rem; }
.prose .frame { max-width: 36rem; }
.prose .btn { margin: 0.4rem 0.4rem 0.4rem 0; }
.dl {
  display: grid;
  gap: 0.55rem;
  margin: 1.1rem 0 0;
}
.dl a {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  background: var(--paper);
  border-radius: var(--radius-sm);
  padding: 0.95rem 1rem;
  text-decoration: none;
  border: 1px solid var(--line);
  font-weight: 600;
}
.dl a small { color: var(--muted); font-weight: 400; }
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
  background: var(--paper);
  border-radius: var(--radius);
  overflow: hidden;
}
th, td {
  text-align: left;
  padding: 0.7rem 0.8rem;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
th { font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
.table-wrap { overflow-x: auto; border-radius: var(--radius); }

/* Footer + tabbar */
.foot {
  padding: 2.4rem var(--pad) 1.4rem;
  background: var(--green-950);
  color: color-mix(in srgb, var(--paper) 80%, var(--gold));
  margin-top: 1rem;
}
.foot a { color: var(--gold-2); text-decoration: none; }
.foot strong { color: var(--paper); display: block; font-family: var(--font-d); font-size: 1.35rem; font-style: italic; margin-bottom: 0.35rem; }
.foot nav { display: flex; flex-wrap: wrap; gap: 0.7rem 1.1rem; margin: 1.1rem 0; }
.foot small { opacity: 0.75; }

.tabbar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: color-mix(in srgb, var(--paper) 90%, transparent);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid var(--line);
  padding-bottom: env(safe-area-inset-bottom);
}
.tabbar a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  min-height: 3.5rem;
  text-decoration: none;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.tabbar a svg { width: 1.35rem; height: 1.35rem; }
.tabbar a.active, .tabbar a:nth-child(3) { color: var(--green-700); }
.tabbar a.call {
  color: var(--green-950);
}
.tabbar a.call svg { color: var(--gold-deep); }

@media (min-width: 720px) {
  body { padding-bottom: 0; }
  .tabbar { display: none; }
  .hero {
    min-height: calc(100svh - var(--header) - 5.5rem);
    min-height: calc(100dvh - var(--header) - 5.5rem);
  }
  .menu-btn { display: none; }
  .nav {
    position: static;
    display: block;
    inset: auto;
    background: none;
    border: 0;
    padding: 0;
    max-height: none;
    overflow: visible;
    box-shadow: none;
    width: auto;
    flex: 1;
  }
  .nav ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.15rem 0.1rem;
  }
  .nav a, .nav .sub {
    border: 0;
    padding: 0.4rem 0.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--ink);
    white-space: nowrap;
  }
  .nav .sub { padding-left: 0.55rem; }
  .top { gap: 1.2rem; }
  .quick { grid-template-columns: repeat(4, 1fr); margin-top: -2rem; }
  .werte { grid-template-columns: repeat(3, 1fr); }
  .bento { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1.05fr 0.95fr; align-items: center; }
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .gallery figure:first-child { grid-column: auto; }
  .gallery figure:first-child img { aspect-ratio: 4/3; }
  .help { grid-template-columns: 1fr 1fr; }
  .news-row { margin: 0; padding-left: 0; padding-right: 0; }
  .news-card { flex-basis: 20rem; }
}

@media (min-width: 1024px) {
  .hero {
    min-height: 0;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: stretch;
    color: var(--ink);
    background: var(--cream);
  }
  .hero picture, .hero img {
    position: relative;
    inset: auto;
    height: auto;
  }
  .hero::after { display: none; }
  .hero-copy {
    padding: 4.5rem 3rem 4.5rem var(--pad);
    display: flex;
    flex-direction: column;
    justify-content: center;
    order: -1;
  }
  .hero h1 { color: var(--green-900); font-size: clamp(3.1rem, 5.4vw, 4.8rem); }
  .hero h1 em { color: var(--green-700); }
  .lead { color: var(--muted); font-size: 1.15rem; }
  .hero .btn-ghost,
  .hero .btn-ghost:link,
  .hero .btn-ghost:visited {
    color: var(--green-800);
    background: var(--paper);
    border-color: var(--green-700);
  }
  .hero .eyebrow { color: var(--green-600); }
  .hero picture {
    clip-path: none;
    outline: none;
    margin: 1.6rem 1.6rem 2.8rem 0;
    border: 3px solid var(--gold);
    border-radius: 1.4rem;
    overflow: hidden;
    box-shadow: 12px 12px 0 var(--green-800);
    align-self: center;
  }
  .hero picture img {
    min-height: 32rem;
    height: 34rem;
    width: 100%;
    object-fit: cover;
    object-position: center 30%;
  }
  code {
    font-size: 0.88em;
    background: var(--cream-2);
    padding: 0.1em 0.35em;
    border-radius: 0.3em;
  }
  .bento { grid-template-columns: repeat(3, 1fr); }
  .contact {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 2rem;
    padding: 2.4rem 2.2rem;
    align-items: center;
  }
}

.post-list, .album-list { display: grid; gap: 0.85rem; }
.post-card, .album-card {
  background: var(--paper);
  border-radius: var(--radius);
  padding: 1.15rem 1.15rem 1.2rem;
  border: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
  display: block;
}
.post-card h3, .album-card h3 { margin: 0 0 0.5rem; }
.post-card h3 a { text-decoration: none; color: inherit; }
.post-card .meta, .album-card .meta {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--green-600);
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  gap: 0.6rem;
}
.post-card .go, .album-card .go { font-weight: 700; color: var(--green-700); }
.album-card { padding: 0; overflow: hidden; }
.album-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; object-position: center 32%; }
.album-card > div { padding: 1rem 1.1rem 1.15rem; }
.album-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  margin: 1.4rem 0 2.5rem;
}
.album-grid figure { margin: 0; }
.album-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 0.9rem; }
.album-grid figcaption { font-size: 0.88rem; color: var(--muted); padding: 0.4rem 0.15rem 0; }
.article { padding-bottom: 3rem; }
.article h1 { font-size: clamp(2rem, 7vw, 3rem); }
.muted { color: var(--muted); }
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(14, 36, 24, 0.92);
  display: grid;
  place-items: center;
  padding: 1rem;
}
.lightbox img { max-width: 100%; max-height: 86dvh; border-radius: 0.6rem; }
.lightbox p { color: var(--gold); text-align: center; margin: 0.6rem 0 0; }
.lightbox[hidden] { display: none; }

@media (min-width: 720px) {
  .lang { order: 2; margin-left: 0.4rem; }
  .post-list { grid-template-columns: 1fr 1fr; }
  .album-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation: none !important; transition: none !important; }
}
