:root {
  --bg: #f8f2e9;
  --surface: rgba(255, 251, 246, 0.96);
  --surface-soft: rgba(250, 242, 232, 0.98);
  --ink: #3d342f;
  --muted: #71655f;
  --line: rgba(177, 145, 115, 0.22);
  --accent: #a77652;
  --accent-deep: #82583b;
  --blush: #d9b7a0;
  --sage: #98ab8e;
  --gold: #e8c879;
  --ok: #7ea46a;
  --shadow: 0 14px 28px rgba(76, 55, 39, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(255, 250, 240, 0.95), transparent 30%),
    radial-gradient(circle at top right, rgba(232, 200, 121, 0.14), transparent 24%),
    linear-gradient(180deg, #fbf7f1 0%, var(--bg) 100%);
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.6;
}

.wrap {
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 16px;
}

.site-header {
  padding: 16px 0 14px;
}

.header-inner {
  display: grid;
  gap: 18px;
  align-items: center;
  background: linear-gradient(135deg, rgba(255, 250, 245, 0.96), rgba(245, 231, 214, 0.98));
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
  padding: 18px;
  position: relative;
  overflow: hidden;
}

.compact-header {
  grid-template-columns: 1fr;
}

.hero-copy,
.hero-art {
  position: relative;
  z-index: 1;
}

.eyebrow,
.section-label {
  color: var(--accent);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

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

h1,
h2 {
  line-height: 1.12;
  font-weight: 500;
}

h1 {
  font-size: 1.9rem;
  margin-bottom: 10px;
}

h2 {
  font-size: 1.35rem;
  margin-bottom: 10px;
}

.intro,
.panel p,
.notice-list,
.quick-link-card span:last-child,
.status-strip p,
.accordion-body p {
  color: var(--muted);
}

.intro {
  margin-bottom: 14px;
}

.status-strip {
  display: flex;
  gap: 12px;
  align-items: center;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 12px 14px;
}

.status-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--ok);
  flex: 0 0 auto;
  box-shadow: 0 0 0 6px rgba(126, 164, 106, 0.14);
}

.status-strip strong {
  display: block;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.98rem;
}

.status-strip p {
  margin: 2px 0 0;
  font-size: 0.95rem;
}

.hero-art {
  display: flex;
  justify-content: center;
}

.art-card {
  width: min(100%, 280px);
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  position: relative;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(252, 239, 217, 0.98) 0%, rgba(248, 230, 202, 0.96) 48%, rgba(225, 208, 180, 0.92) 100%);
  box-shadow: inset 0 0 0 1px rgba(177, 145, 115, 0.16), 0 16px 28px rgba(85, 65, 49, 0.1);
  overflow: hidden;
}

.sun {
  position: absolute;
  width: 54px;
  height: 54px;
  top: 30px;
  right: 40px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fff4bf 0%, var(--gold) 62%, rgba(232, 200, 121, 0.4) 100%);
}

.hill {
  position: absolute;
  left: -6%;
  width: 112%;
  border-radius: 50% 50% 0 0;
}

.hill-one {
  height: 92px;
  bottom: 82px;
  background: #c9d6ba;
}

.hill-two {
  height: 114px;
  bottom: 28px;
  background: #a8bc9a;
}

.path {
  position: absolute;
  width: 96px;
  height: 150px;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #ead7b0;
  border-radius: 55% 55% 0 0;
  clip-path: polygon(38% 0%, 62% 0%, 80% 100%, 20% 100%);
}

.church {
  position: absolute;
  left: 50%;
  bottom: 94px;
  width: 68px;
  height: 52px;
  transform: translateX(-50%);
  background: #f5f0e8;
  border-radius: 6px;
}

.church::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -31px;
  transform: translateX(-50%);
  border-left: 38px solid transparent;
  border-right: 38px solid transparent;
  border-bottom: 34px solid #d3a082;
}

.church::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 14px;
  height: 24px;
  transform: translateX(-50%);
  background: #b68360;
  border-radius: 10px 10px 0 0;
}

.tree {
  position: absolute;
  bottom: 88px;
  width: 18px;
  height: 38px;
  background: #8aa07c;
  border-radius: 50% 50% 40% 40%;
}

.tree::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: 4px;
  height: 14px;
  transform: translateX(-50%);
  background: #8f6b4d;
  border-radius: 4px;
}

.tree-one {
  left: 76px;
}

.tree-two {
  right: 76px;
}

.compact-main {
  padding-bottom: 48px;
}

.quick-links {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
  margin-bottom: 14px;
}

.quick-link-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
  color: inherit;
  display: block;
  padding: 14px 16px;
  text-decoration: none;
}

.quick-link-card strong {
  display: block;
  font-size: 1.06rem;
  margin-bottom: 2px;
}

.top-grid,
.grid {
  display: grid;
  gap: 14px;
  margin-top: 14px;
}

.two-up {
  grid-template-columns: 1fr;
}

.panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
  padding: 18px;
}

.verse-panel {
  background: linear-gradient(180deg, rgba(255, 251, 246, 0.98) 0%, rgba(248, 240, 227, 0.98) 100%);
}

.compact-verse blockquote {
  margin-bottom: 8px;
}

blockquote {
  color: var(--ink);
  font-size: 1.05rem;
  line-height: 1.55;
  margin: 0 0 10px;
  padding-left: 14px;
  border-left: 4px solid rgba(216, 183, 160, 0.88);
}

.verse-ref {
  color: var(--accent-deep);
  font-style: italic;
  margin-bottom: 0;
}

.stack {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.accordion {
  background: var(--surface-soft);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.accordion summary {
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 600;
  list-style: none;
  padding: 16px 18px;
  position: relative;
}

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

.accordion summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--accent);
  font-size: 1.3rem;
}

.accordion[open] summary::after {
  content: "–";
}

.accordion-body {
  padding: 0 18px 16px;
}

.accordion-body p:last-child,
.notice-list {
  margin-bottom: 0;
}

.notice-list {
  padding-left: 18px;
}

.compact-list li + li {
  margin-top: 6px;
}

.subpage {
  padding: 20px 0 48px;
}

.subpage-title {
  font-size: 1.8rem;
}

.back-link {
  color: var(--accent-deep);
  display: inline-block;
  margin: 0 0 14px;
  text-decoration-thickness: 1px;
}

.site-footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.88rem;
  padding: 18px 0 28px;
}

.site-footer p {
  margin: 0;
}

@media (min-width: 720px) {
  body {
    font-size: 18px;
  }

  .wrap {
    padding: 0 24px;
  }

  .site-header {
    padding: 32px 0 24px;
  }

  .header-inner {
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
    padding: 28px;
  }

  h1 {
    font-size: clamp(2.2rem, 5vw, 4.2rem);
  }

  .quick-links,
  .two-up {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: 1.65rem;
    white-space: nowrap;
  }

  .hero-art {
    justify-content: center;
  }
}
