:root {
  --bg: #140f0a;
  --wood-dark: #21160d;
  --wood-mid: #5a351b;
  --wood-light: #b47a3e;
  --cream: #fff2d8;
  --cream-muted: #d9c5a0;
  --leaf: #5f7f46;
  --chalk: #eee2c7;
  --board: #182015;
  --shadow: 0 28px 80px rgba(0, 0, 0, .45);
  --radius: 32px;
}

* { box-sizing: border-box; }

html { min-height: 100%; }

body {
  min-height: 100vh;
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  color: var(--cream);
  background:
    radial-gradient(circle at 14% 18%, rgba(180, 122, 62, .28), transparent 32%),
    radial-gradient(circle at 82% 12%, rgba(95, 127, 70, .22), transparent 34%),
    linear-gradient(135deg, rgba(20,15,10,.92), rgba(20,15,10,.78)),
    repeating-linear-gradient(90deg, #1b120b 0 42px, #24170d 42px 84px);
  overflow-x: hidden;
}

body::before,
body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body::before {
  background:
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: radial-gradient(circle at center, black, transparent 78%);
}

body::after {
  background: radial-gradient(circle at center, transparent 42%, rgba(0,0,0,.58));
}

.page-shell {
  position: relative;
  z-index: 1;
  min-height: calc(100vh - 62px);
  display: grid;
  place-items: center;
  padding: 42px 18px 24px;
}

.hero-card {
  width: min(1120px, 100%);
  padding: clamp(22px, 4vw, 48px);
  border: 1px solid rgba(255, 242, 216, .18);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(42, 28, 16, .92), rgba(20, 15, 10, .76)),
    linear-gradient(90deg, rgba(180,122,62,.12), transparent);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.12);
  backdrop-filter: blur(14px);
}

.topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: clamp(28px, 5vw, 54px);
}

.brand-mark {
  width: clamp(132px, 19vw, 190px);
  height: auto;
  filter: drop-shadow(0 14px 18px rgba(0,0,0,.38));
}

.badge {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 242, 216, .24);
  border-radius: 999px;
  background: rgba(255, 242, 216, .07);
  color: var(--cream-muted);
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, .82fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: #e0b46f;
  font-size: clamp(14px, 1.4vw, 17px);
  letter-spacing: .16em;
  text-transform: uppercase;
}

h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(38px, 7vw, 82px);
  line-height: .94;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.lead {
  max-width: 670px;
  margin: 24px 0 0;
  color: var(--cream-muted);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: clamp(17px, 1.75vw, 21px);
  line-height: 1.65;
}

.info-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0 0;
}

.info-strip span {
  padding: 10px 14px;
  border: 1px solid rgba(255, 242, 216, .16);
  border-radius: 999px;
  background: rgba(0,0,0,.18);
  color: #f5dcad;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 14px;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 999px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 15px;
  font-weight: 750;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.btn:hover { transform: translateY(-2px); }

.btn.primary {
  color: #201207;
  background: linear-gradient(135deg, #ffe1a3, #b87a38);
  box-shadow: 0 14px 30px rgba(180, 122, 62, .28);
}

.btn.ghost {
  color: var(--cream);
  border: 1px solid rgba(255, 242, 216, .22);
  background: rgba(255, 242, 216, .06);
}

.chalk-panel {
  position: relative;
  min-height: 360px;
  padding: 38px 32px;
  border: 10px solid rgba(119, 72, 34, .86);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(24,32,21,.97), rgba(12,18,11,.97)),
    radial-gradient(circle at 28% 18%, rgba(255,255,255,.10), transparent 24%);
  box-shadow: inset 0 0 26px rgba(0,0,0,.42), 0 22px 46px rgba(0,0,0,.38);
  color: var(--chalk);
}

.chalk-panel::before {
  content: '';
  position: absolute;
  inset: 12px;
  border: 1px dashed rgba(238, 226, 199, .2);
  border-radius: 12px;
  pointer-events: none;
}

.panel-pin {
  position: absolute;
  left: 50%;
  top: -18px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #ffe0a1, #805124 65%);
  box-shadow: 0 8px 18px rgba(0,0,0,.38);
  transform: translateX(-50%);
}

.chalk-panel h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1;
  transform: rotate(-1.4deg);
}

.chalk-panel p {
  margin: 22px 0 0;
  color: rgba(238,226,199,.82);
  font-size: 20px;
  line-height: 1.55;
}

.opening-note {
  margin-top: 32px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.06);
}

.opening-note strong,
.opening-note span {
  display: block;
}

.opening-note strong {
  margin-bottom: 7px;
  color: #f3c980;
  font-size: 20px;
}

.opening-note span {
  color: rgba(238,226,199,.78);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  line-height: 1.5;
}

.site-footer {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  padding: 18px;
  color: rgba(255, 242, 216, .58);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 13px;
}

@media (max-width: 860px) {
  .content-grid { grid-template-columns: 1fr; }
  .chalk-panel { min-height: auto; }
}

@media (max-width: 560px) {
  .page-shell { padding: 18px 12px 12px; }
  .hero-card { border-radius: 24px; padding: 18px; }
  .topline { align-items: flex-start; flex-direction: column; margin-bottom: 28px; }
  .badge { font-size: 12px; }
  h1 { font-size: clamp(34px, 12vw, 52px); }
  .lead { font-size: 16px; line-height: 1.55; }
  .actions, .btn { width: 100%; }
  .chalk-panel { padding: 32px 22px; border-width: 7px; }
  .chalk-panel p { font-size: 17px; }
}
