:root {
  color-scheme: dark;
  --led-size: 0.65px;
  --edge-glow-size: 10px;
  --haze-size: 58px;
  --vignette-size: 112px;
  --texture-size: var(--haze-size);
  --frame-size: 28px;
  --scrollbar-inline: 0px;
  --scrollbar-block: 0px;
  --content-x: max(70px, calc(var(--frame-size) + 34px));
  --content-y: max(92px, calc(var(--frame-size) + 46px));
  --black: #020403;
  --evergreen: #071b15;
  --deep-green: #0b2d22;
  --cranberry: #8b1f2d;
  --rose: #d64e73;
  --gold: #e7c973;
  --mint: #75dec1;
  --teal: #3ab7b0;
  --cream: #f4ead2;
  --soft-cream: #dcd0ad;
  --muted: #b8b08f;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--cream);
  background: var(--black);
  font-family: "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
  line-height: 1.65;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.32;
  background:
    radial-gradient(circle at 14% 30%, rgba(255, 238, 188, 0.92) 0 1px, transparent 1.8px),
    radial-gradient(circle at 34% 12%, rgba(244, 234, 210, 0.74) 0 1px, transparent 1.8px),
    radial-gradient(circle at 62% 42%, rgba(255, 238, 188, 0.68) 0 1px, transparent 1.9px),
    radial-gradient(circle at 82% 24%, rgba(244, 234, 210, 0.72) 0 1.1px, transparent 2px),
    radial-gradient(circle at 18% 76%, rgba(255, 238, 188, 0.66) 0 1px, transparent 1.8px),
    radial-gradient(circle at 76% 82%, rgba(244, 234, 210, 0.58) 0 1px, transparent 1.8px);
  background-size: 280px 240px, 360px 320px, 420px 360px, 320px 300px, 460px 380px, 390px 330px;
}

a {
  color: inherit;
}

.frame-wide-green {
  --frame-art: url("assets/frame-wide-green-window.png");
  --inner-top: 38px;
  --inner-x: 48px;
  --inner-bottom: 44px;
  --panel-text: #f8eed1;
  --panel-muted: #ead9ae;
  --panel-label: #f0d38b;
  --window-bg: rgba(2, 6, 4, 0.46);
  --heading-shadow: 0 2px 14px rgba(0, 0, 0, 0.72);
}

.frame-wide-cream {
  --frame-art: url("assets/frame-wide-cream-window.png");
  --inner-top: 38px;
  --inner-x: 48px;
  --inner-bottom: 44px;
  --panel-text: #f8eed1;
  --panel-muted: #ead9ae;
  --panel-label: #f0d38b;
  --window-bg: rgba(2, 6, 4, 0.46);
  --heading-shadow: 0 2px 14px rgba(0, 0, 0, 0.72);
}

.frame-wide-red {
  --frame-art: url("assets/frame-wide-red-window.png");
  --inner-top: 40px;
  --inner-x: 48px;
  --inner-bottom: 46px;
  --panel-text: #f8eed1;
  --panel-muted: #ead9ae;
  --panel-label: #f0d38b;
  --window-bg: rgba(2, 6, 4, 0.46);
  --heading-shadow: 0 2px 14px rgba(0, 0, 0, 0.72);
}

.frame-small-red-vine {
  --frame-art: url("assets/frame-small-red-vine-window.png");
  --panel-text: #f8eed1;
  --panel-muted: #ead9ae;
  --panel-label: #f0d38b;
  --window-bg: rgba(2, 6, 4, 0.48);
  --heading-shadow: 0 2px 12px rgba(0, 0, 0, 0.68);
}

.frame-small-cream-vine {
  --frame-art: url("assets/frame-small-cream-vine-window.png");
  --panel-text: #f8eed1;
  --panel-muted: #ead9ae;
  --panel-label: #f0d38b;
  --window-bg: rgba(2, 6, 4, 0.48);
  --heading-shadow: 0 2px 12px rgba(0, 0, 0, 0.68);
}

.frame-small-green-vine {
  --frame-art: url("assets/frame-small-green-vine-window.png");
  --panel-text: #f8eed1;
  --panel-muted: #ead9ae;
  --panel-label: #f0d38b;
  --window-bg: rgba(2, 6, 4, 0.48);
  --heading-shadow: 0 2px 12px rgba(0, 0, 0, 0.68);
}

.frame-small-black-scroll {
  --frame-art: url("assets/frame-small-black-scroll-window.png");
  --panel-text: #f8eed1;
  --panel-muted: #ead9ae;
  --panel-label: #f0d38b;
  --window-bg: rgba(2, 6, 4, 0.48);
  --heading-shadow: 0 2px 12px rgba(0, 0, 0, 0.68);
}

.frame-small-red-holly {
  --frame-art: url("assets/frame-small-red-holly-window.png");
  --panel-text: #f8eed1;
  --panel-muted: #ead9ae;
  --panel-label: #f0d38b;
  --window-bg: rgba(2, 6, 4, 0.48);
  --heading-shadow: 0 2px 12px rgba(0, 0, 0, 0.68);
}

.frame-small-cream-holly {
  --frame-art: url("assets/frame-small-cream-holly-window.png");
  --panel-text: #f8eed1;
  --panel-muted: #ead9ae;
  --panel-label: #f0d38b;
  --window-bg: rgba(2, 6, 4, 0.48);
  --heading-shadow: 0 2px 12px rgba(0, 0, 0, 0.68);
}

.frame-small-green-gold {
  --frame-art: url("assets/frame-small-green-gold-window.png");
  --panel-text: #f8eed1;
  --panel-muted: #ead9ae;
  --panel-label: #f0d38b;
  --window-bg: rgba(2, 6, 4, 0.48);
  --heading-shadow: 0 2px 12px rgba(0, 0, 0, 0.68);
}

.fixed-scene {
  position: fixed;
  inset: 0;
  z-index: 0;
  background-image: url("assets/goose-christmas.png");
  background-position: 72% center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: none;
}

.fixed-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 48% 68% at 68% 43%, transparent 0%, transparent 43%, rgba(1, 5, 3, 0.18) 72%, rgba(0, 0, 0, 0.62) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), transparent 24%, transparent 72%, rgba(0, 0, 0, 0.46)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.42), transparent 32%, transparent 62%, rgba(0, 0, 0, 0.68));
}

.border-vignette,
.aurora-frame {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100vw - var(--scrollbar-inline));
  height: calc(100vh - var(--scrollbar-block));
  pointer-events: none;
  overflow: hidden;
}

.border-vignette {
  z-index: 30;
  background: none;
}

.border-vignette::before,
.border-vignette::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.border-vignette::before {
  opacity: 0.36;
  filter: blur(0.16px) brightness(2.2) saturate(1.65);
  background:
    linear-gradient(90deg, rgba(245, 59, 47, 0.82) 0%, rgba(255, 138, 32, 0.84) 15%, rgba(255, 216, 90, 0.84) 28%, rgba(50, 217, 102, 0.78) 43%, rgba(42, 143, 255, 0.82) 57%, rgba(50, 217, 102, 0.76) 70%, rgba(255, 180, 60, 0.84) 84%, rgba(245, 59, 47, 0.82) 100%) top left / 100% var(--led-size) no-repeat,
    linear-gradient(90deg, rgba(245, 59, 47, 0.82) 0%, rgba(255, 154, 40, 0.84) 16%, rgba(255, 216, 90, 0.84) 30%, rgba(47, 143, 255, 0.82) 46%, rgba(50, 217, 102, 0.76) 62%, rgba(255, 216, 90, 0.84) 76%, rgba(255, 138, 32, 0.84) 88%, rgba(245, 59, 47, 0.82) 100%) bottom left / 100% var(--led-size) no-repeat,
    linear-gradient(180deg, rgba(245, 59, 47, 0.26) 0%, rgba(255, 138, 32, 0.27) 16%, rgba(255, 216, 90, 0.28) 29%, rgba(50, 217, 102, 0.25) 44%, rgba(42, 143, 255, 0.26) 60%, rgba(50, 217, 102, 0.24) 74%, rgba(255, 138, 32, 0.27) 88%, rgba(245, 59, 47, 0.26) 100%) left top / var(--led-size) 100% no-repeat,
    linear-gradient(180deg, rgba(245, 59, 47, 0.86) 0%, rgba(255, 154, 40, 0.88) 18%, rgba(255, 216, 90, 0.88) 32%, rgba(42, 143, 255, 0.86) 48%, rgba(50, 217, 102, 0.8) 65%, rgba(255, 216, 90, 0.88) 78%, rgba(255, 138, 32, 0.88) 90%, rgba(245, 59, 47, 0.86) 100%) right top / var(--led-size) 100% no-repeat;
}

.border-vignette::after {
  filter: blur(2px) brightness(2.55) saturate(1.8);
  background:
    linear-gradient(90deg, rgba(245, 59, 47, 0.3) 0%, rgba(255, 138, 32, 0.285) 15%, rgba(255, 216, 90, 0.27) 28%, rgba(50, 217, 102, 0.235) 43%, rgba(42, 143, 255, 0.3) 57%, rgba(50, 217, 102, 0.23) 70%, rgba(255, 180, 60, 0.285) 84%, rgba(245, 59, 47, 0.3) 100%) top left / 100% var(--edge-glow-size) no-repeat,
    linear-gradient(90deg, rgba(245, 59, 47, 0.3) 0%, rgba(255, 154, 40, 0.285) 16%, rgba(255, 216, 90, 0.27) 30%, rgba(47, 143, 255, 0.3) 46%, rgba(50, 217, 102, 0.23) 62%, rgba(255, 216, 90, 0.27) 76%, rgba(255, 138, 32, 0.285) 88%, rgba(245, 59, 47, 0.3) 100%) bottom left / 100% var(--edge-glow-size) no-repeat,
    linear-gradient(180deg, rgba(245, 59, 47, 0.055) 0%, rgba(255, 138, 32, 0.052) 16%, rgba(255, 216, 90, 0.048) 29%, rgba(50, 217, 102, 0.045) 44%, rgba(42, 143, 255, 0.055) 60%, rgba(50, 217, 102, 0.041) 74%, rgba(255, 138, 32, 0.052) 88%, rgba(245, 59, 47, 0.055) 100%) left top / var(--edge-glow-size) 100% no-repeat,
    linear-gradient(180deg, rgba(245, 59, 47, 0.34) 0%, rgba(255, 154, 40, 0.32) 18%, rgba(255, 216, 90, 0.3) 32%, rgba(42, 143, 255, 0.34) 48%, rgba(50, 217, 102, 0.26) 65%, rgba(255, 216, 90, 0.3) 78%, rgba(255, 138, 32, 0.32) 90%, rgba(245, 59, 47, 0.34) 100%) right top / var(--edge-glow-size) 100% no-repeat;
  -webkit-mask:
    linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.25) 14%, rgba(0, 0, 0, 0.125) 32%, rgba(0, 0, 0, 0.042) 58%, transparent 100%) top left / 100% var(--edge-glow-size) no-repeat,
    linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.25) 14%, rgba(0, 0, 0, 0.125) 32%, rgba(0, 0, 0, 0.042) 58%, transparent 100%) bottom left / 100% var(--edge-glow-size) no-repeat,
    linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.25) 14%, rgba(0, 0, 0, 0.125) 32%, rgba(0, 0, 0, 0.042) 58%, transparent 100%) left top / var(--edge-glow-size) 100% no-repeat,
    linear-gradient(270deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.25) 14%, rgba(0, 0, 0, 0.125) 32%, rgba(0, 0, 0, 0.042) 58%, transparent 100%) right top / var(--edge-glow-size) 100% no-repeat;
  mask:
    linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.25) 14%, rgba(0, 0, 0, 0.125) 32%, rgba(0, 0, 0, 0.042) 58%, transparent 100%) top left / 100% var(--edge-glow-size) no-repeat,
    linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.25) 14%, rgba(0, 0, 0, 0.125) 32%, rgba(0, 0, 0, 0.042) 58%, transparent 100%) bottom left / 100% var(--edge-glow-size) no-repeat,
    linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.25) 14%, rgba(0, 0, 0, 0.125) 32%, rgba(0, 0, 0, 0.042) 58%, transparent 100%) left top / var(--edge-glow-size) 100% no-repeat,
    linear-gradient(270deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.25) 14%, rgba(0, 0, 0, 0.125) 32%, rgba(0, 0, 0, 0.042) 58%, transparent 100%) right top / var(--edge-glow-size) 100% no-repeat;
}

.aurora-frame {
  display: none;
}

.aurora-frame::before,
.aurora-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.aurora-frame::before {
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.5),
    inset 0 0 8px rgba(255, 255, 255, 0.4);
}

.aurora-frame::after {
  display: none;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: calc(var(--frame-size) + 12px);
  left: var(--content-x);
  right: var(--content-x);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 64px;
  padding: 10px 24px 14px;
  border: 0;
  border-radius: 0;
  background:
    url("assets/frame-wide-green-window.png") center / 100% 100% no-repeat;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.48),
    0 0 28px rgba(232, 202, 112, 0.06);
}

.site-header::before,
.site-header::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.site-header::before {
  inset: 20px 44px 22px;
  z-index: 0;
  border: 0;
  border-radius: 10px;
  background: rgba(2, 6, 4, 0.38);
  box-shadow: 0 0 0 1px rgba(244, 234, 210, 0.05);
}

.site-header::after {
  left: 4px;
  right: 4px;
  bottom: -9px;
  height: 34px;
  z-index: 2;
  opacity: 1;
  background:
    url("assets/snow-cute-small.png") left bottom / 54px auto no-repeat,
    url("assets/snow-cute-low.png") right bottom / 62px auto no-repeat;
  filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.3));
}

.site-header > * {
  position: relative;
  z-index: 3;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--cream);
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  overflow: hidden;
  border: 1px solid rgba(244, 235, 195, 0.5);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.34);
  box-shadow:
    0 0 18px rgba(117, 222, 193, 0.24),
    0 0 0 3px rgba(179, 128, 54, 0.14);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  min-width: 0;
}

.nav a,
.nav summary {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 0 11px 0 9px;
  border: 1px solid rgba(232, 202, 112, 0.16);
  border-radius: 16px 3px 16px 3px;
  color: var(--soft-cream);
  text-decoration: none;
  font-size: 0.95rem;
  letter-spacing: 0;
  cursor: pointer;
  background:
    rgba(2, 6, 4, 0.42);
  box-shadow:
    inset 0 0 0 1px rgba(244, 235, 195, 0.035),
    inset 0 0 14px rgba(232, 202, 112, 0.055);
}

.nav-icon {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  object-fit: contain;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.72));
}

.nav a:hover,
.nav summary:hover,
.nav-menu[open] summary {
  border-color: rgba(232, 202, 112, 0.36);
  color: var(--cream);
  background: rgba(232, 202, 112, 0.1);
}

.nav-menu {
  position: relative;
}

.nav-menu summary {
  list-style: none;
}

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

.dropdown {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  width: min(300px, calc(100vw - 64px));
  padding: 24px 26px 28px;
  border: 0;
  border-radius: 0;
  color: var(--soft-cream);
  background:
    url("assets/frame-small-black-scroll-window.png") center / 100% 100% no-repeat,
    rgba(2, 6, 4, 0.62);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.48);
}

.dropdown a {
  justify-content: flex-start;
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--gold);
  overflow-wrap: anywhere;
}

.dropdown span {
  display: block;
  margin-top: 8px;
  font-size: 0.92rem;
  color: var(--muted);
}

main {
  position: relative;
  z-index: 10;
}

.hero {
  position: relative;
  display: grid;
  align-items: center;
  justify-items: center;
  min-height: 100vh;
  padding: var(--content-y) var(--content-x) 116px;
  overflow: visible;
}

.hero-copy,
.panel {
  --inner-top: 32px;
  --inner-x: 38px;
  --inner-bottom: 36px;
  position: relative;
  isolation: isolate;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background:
    var(--frame-art, url("assets/frame-wide-green-window.png")) center / 100% 100% no-repeat;
  box-shadow:
    0 20px 42px rgba(0, 0, 0, 0.38);
}

.hero-copy::before,
.panel::before {
  content: "";
  position: absolute;
  inset: var(--inner-top) var(--inner-x) var(--inner-bottom);
  z-index: 1;
  pointer-events: none;
  border: 0;
  border-radius: 12px;
  background: var(--window-bg, rgba(2, 6, 4, 0.46));
  box-shadow: 0 0 0 1px rgba(244, 234, 210, 0.06);
}

.hero-copy::after,
.panel::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -8px;
  z-index: 1;
  height: 58px;
  pointer-events: none;
  opacity: 0.86;
  background:
    url("assets/snow-cute-low.png") 7% bottom / 104px auto no-repeat,
    url("assets/snow-cute-small.png") 94% bottom / 82px auto no-repeat;
  filter: drop-shadow(0 7px 8px rgba(0, 0, 0, 0.34));
}

.hero-copy > *,
.panel > * {
  position: relative;
  z-index: 2;
}

.hero-copy {
  z-index: 2;
  width: min(660px, 100%);
  min-height: 342px;
  padding: 68px 64px 72px;
  text-align: center;
}

.winter-village {
  position: absolute;
  left: 50%;
  bottom: 26px;
  z-index: 1;
  width: min(980px, calc(100% - (var(--content-x) * 2)));
  height: clamp(128px, 18vw, 208px);
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 0.82;
  filter:
    drop-shadow(0 14px 18px rgba(0, 0, 0, 0.64))
    drop-shadow(0 0 10px rgba(232, 202, 112, 0.06));
}

.village-buildings {
  position: absolute;
  inset: 0 1% 28px;
}

.village-house {
  position: absolute;
  bottom: 22px;
  display: block;
  width: clamp(50px, 8vw, 126px);
  max-height: clamp(84px, 15vw, 176px);
  object-fit: contain;
  object-position: bottom center;
}

.village-house.mansion {
  left: 0;
  z-index: 2;
  width: clamp(70px, 10vw, 142px);
}

.village-house.victorian {
  left: 11%;
  bottom: 18px;
  z-index: 3;
  width: clamp(60px, 8vw, 112px);
}

.village-house.clocktower {
  left: 23%;
  z-index: 4;
  width: clamp(42px, 5.6vw, 78px);
}

.village-house.conservatory {
  left: 37%;
  bottom: 20px;
  z-index: 2;
  width: clamp(78px, 11vw, 156px);
}

.village-house.lamppost {
  left: 58%;
  bottom: 18px;
  z-index: 5;
  width: clamp(32px, 4.4vw, 62px);
}

.village-house.christmas-tree {
  left: 66%;
  bottom: 18px;
  z-index: 3;
  width: clamp(58px, 8vw, 112px);
}

.village-house.gazebo {
  right: 0;
  bottom: 20px;
  z-index: 2;
  width: clamp(64px, 8.8vw, 122px);
}

.village-fences {
  position: absolute;
  left: 2%;
  right: 2%;
  bottom: 14px;
  z-index: 6;
  display: grid;
  grid-template-columns: 1.08fr 1.16fr 1.05fr 0.78fr 0.84fr;
  align-items: end;
  gap: 0;
}

.village-fences img {
  display: block;
  width: 100%;
  height: clamp(28px, 4.5vw, 58px);
  object-fit: contain;
  object-position: bottom center;
}

.village-snow {
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: 0;
  z-index: 7;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: end;
  gap: clamp(4px, 1.2vw, 16px);
}

.village-snow img {
  display: block;
  width: 100%;
  max-height: clamp(32px, 5vw, 54px);
  object-fit: contain;
  object-position: bottom center;
  opacity: 0.86;
  filter: drop-shadow(0 6px 7px rgba(0, 0, 0, 0.4));
}

.eyebrow,
.section-label {
  margin: 0 0 12px;
  color: var(--panel-label, var(--gold));
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0;
}

.decorated-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.label-icon {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  object-fit: contain;
  margin-left: -4px;
  filter:
    drop-shadow(0 3px 8px rgba(0, 0, 0, 0.72))
    drop-shadow(0 0 10px rgba(232, 202, 112, 0.16));
}

.hero-copy p,
.panel p,
.note-grid p {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.hero h1,
.panel h2,
.panel h3 {
  margin: 0;
  color: var(--panel-text, var(--cream));
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0;
  text-shadow: var(--heading-shadow, 0 2px 16px rgba(0, 0, 0, 0.75));
}

.hero h1 {
  font-size: 4.7rem;
}

.banner-email,
.large-email {
  display: inline-flex;
  justify-content: center;
  max-width: 100%;
  margin-top: 16px;
  color: #ffe6a6;
  font-weight: 700;
  text-decoration-color: rgba(255, 230, 166, 0.48);
  text-underline-offset: 5px;
  overflow-wrap: anywhere;
}

.hero-copy p:last-child {
  max-width: 31rem;
  margin: 24px 0 0;
  color: var(--panel-muted, var(--soft-cream));
  font-size: 1.08rem;
}

.content-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.75fr);
  align-items: start;
  justify-items: center;
  gap: 24px;
  padding: 0 var(--content-x) 56px;
  overflow: visible;
  scroll-margin-top: 150px;
}

.first-section {
  margin-top: -12px;
}

.panel {
  width: 100%;
  max-width: 720px;
  min-height: 286px;
  padding: 58px 62px 72px;
  text-align: center;
}

.panel h2 {
  max-width: 760px;
  font-size: 2.1rem;
}

.panel h3 {
  font-size: 1.35rem;
}

.panel p {
  margin: 18px 0 0;
  color: var(--panel-muted, var(--soft-cream));
}

.accent-panel {
  --inner-top: 30px;
  --inner-x: 32px;
  --inner-bottom: 34px;
  justify-self: stretch;
  max-width: 440px;
  min-height: 286px;
  padding: 56px 52px 70px;
}

.panel-medallion {
  float: right;
  width: 68px;
  height: 68px;
  object-fit: contain;
  margin: -10px -8px 10px 16px;
  opacity: 0.92;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.7));
}

.wide-panel {
  grid-column: 1 / -1;
  --inner-top: 42px;
  --inner-x: 52px;
  --inner-bottom: 54px;
  justify-self: center;
  max-width: 980px;
  padding: 68px 70px 78px;
}

.notes-section {
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
}

.notes-heading {
  justify-self: center;
  max-width: 680px;
  min-height: 260px;
  padding: 62px 64px 70px;
}

.note-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(250px, 360px));
  justify-content: center;
  justify-items: center;
  gap: 22px;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.note-grid article {
  --inner-top: 28px;
  --inner-x: 28px;
  --inner-bottom: 34px;
  position: relative;
  isolation: isolate;
  overflow: visible;
  width: 100%;
  max-width: 360px;
  aspect-ratio: 236 / 165;
  min-width: 0;
  min-height: 0;
  padding: 48px 48px 54px;
  border: 0;
  border-radius: 0;
  background:
    var(--frame-art) center / 100% 100% no-repeat;
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.28);
  text-align: center;
}

.note-grid article::before {
  content: "";
  position: absolute;
  inset: var(--inner-top) var(--inner-x) var(--inner-bottom);
  z-index: 1;
  pointer-events: none;
  border-radius: 10px;
  background: var(--window-bg, rgba(2, 6, 4, 0.48));
  box-shadow: 0 0 0 1px rgba(244, 234, 210, 0.05);
}

.note-grid article::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: -5px;
  z-index: 1;
  height: 34px;
  pointer-events: none;
  background:
    url("assets/snow-cute-small.png") right bottom / 52px auto no-repeat;
  opacity: 0.82;
  filter: drop-shadow(0 5px 6px rgba(0, 0, 0, 0.3));
}

.note-grid article > * {
  position: relative;
  z-index: 2;
}

.note-icon {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin: 0 auto 6px;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.68));
}

.note-grid h3 {
  margin: 0;
  color: var(--panel-text, var(--cream));
  font-size: 1.18rem;
  line-height: 1.08;
  text-shadow: var(--heading-shadow, 0 2px 12px rgba(0, 0, 0, 0.68));
}

.note-grid p {
  margin: 10px 0 0;
  color: var(--panel-muted, var(--soft-cream));
  font-size: 0.98rem;
  line-height: 1.45;
}

.plaque-garland {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(8px, 1.4vw, 18px);
  margin: 34px auto 0;
  padding: 8px 12px 0;
}

.plaque-garland img {
  display: block;
  width: clamp(118px, 15vw, 178px);
  height: auto;
  object-fit: contain;
  filter:
    drop-shadow(0 8px 12px rgba(0, 0, 0, 0.58))
    drop-shadow(0 0 9px rgba(232, 202, 112, 0.08));
}

.contact-section {
  grid-template-columns: minmax(0, 1fr);
  padding-bottom: 100px;
}

.contact-panel {
  justify-self: center;
  max-width: 760px;
  min-height: 390px;
  --inner-top: 44px;
  --inner-x: 54px;
  --inner-bottom: 52px;
  padding-right: min(330px, 42vw);
}

.contact-signpost {
  position: absolute;
  right: 42px;
  bottom: 24px;
  z-index: 3;
  width: min(156px, 24vw);
  height: auto;
  opacity: 0.92;
  filter:
    drop-shadow(0 14px 20px rgba(0, 0, 0, 0.68))
    drop-shadow(0 0 12px rgba(232, 202, 112, 0.14));
}

.contact-geese {
  position: absolute;
  right: min(178px, 25vw);
  bottom: 22px;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  gap: 6px;
  pointer-events: none;
}

.contact-geese img {
  display: block;
  width: min(86px, 12vw);
  height: auto;
  object-fit: contain;
  filter:
    drop-shadow(0 14px 18px rgba(0, 0, 0, 0.68))
    drop-shadow(0 0 10px rgba(232, 202, 112, 0.12));
}

.site-footer {
  position: relative;
  isolation: isolate;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(430px, calc(100% - (var(--content-x) * 2)));
  margin: 0 auto 48px;
  padding: 34px 48px 40px;
  color: var(--panel-text, #25180f);
  font-size: 0.95rem;
  background: var(--frame-art) center / 100% 100% no-repeat;
  filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.36));
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 30px 54px 34px;
  z-index: 1;
  border-radius: 10px;
  background: rgba(2, 6, 4, 0.5);
  box-shadow: 0 0 0 1px rgba(244, 234, 210, 0.05);
}

.site-footer p {
  position: relative;
  z-index: 2;
  margin: 0;
}

.site-footer a {
  position: relative;
  z-index: 2;
  color: var(--panel-label, #681824);
  font-weight: 700;
  text-decoration-color: rgba(104, 24, 36, 0.45);
  text-underline-offset: 4px;
}

@media (max-width: 1180px) {
  .note-grid {
    grid-template-columns: repeat(2, minmax(250px, 360px));
  }

  .plaque-garland img {
    width: clamp(104px, 20vw, 156px);
  }
}

@media (max-width: 980px) {
  :root {
    --led-size: 0.62px;
    --edge-glow-size: 9px;
    --haze-size: 46px;
    --vignette-size: 92px;
    --texture-size: var(--haze-size);
    --frame-size: 28px;
    --content-x: 64px;
    --content-y: 116px;
  }

  .fixed-scene {
    background-position: 72% center;
  }

  .site-header {
    top: 54px;
    left: var(--content-x);
    right: var(--content-x);
  }

  .hero {
    align-items: end;
    padding-bottom: 84px;
  }

  .winter-village {
    bottom: 8px;
    opacity: 0.78;
    height: 150px;
  }

  .hero h1 {
    font-size: 3.6rem;
  }

  .content-section {
    grid-template-columns: 1fr;
  }

  .note-grid {
    grid-template-columns: 1fr;
  }

  .contact-panel {
    max-width: none;
  }
}

@media (max-width: 640px) {
  :root {
    --led-size: 0.56px;
    --edge-glow-size: 8px;
    --haze-size: 34px;
    --vignette-size: 72px;
    --texture-size: var(--haze-size);
    --frame-size: 24px;
    --content-x: 42px;
    --content-y: 164px;
  }

  body {
    line-height: 1.58;
  }

  .fixed-scene {
    background-position: 76% center;
  }

  .site-header {
    top: 48px;
    left: var(--content-x);
    right: var(--content-x);
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    min-height: 104px;
    padding: 16px 14px 18px;
  }

  .site-header::before {
    inset: 24px 20px 24px;
  }

  .site-header::after {
    bottom: -12px;
    height: 42px;
    opacity: 0.94;
    background:
      url("assets/snow-cute-small.png") left bottom / 76px auto no-repeat,
      url("assets/snow-cute-low.png") right bottom / 88px auto no-repeat;
  }

  .brand {
    justify-content: center;
  }

  .nav {
    justify-content: center;
    flex-wrap: nowrap;
    gap: 4px;
  }

  .nav a,
  .nav summary {
    min-height: 32px;
    padding: 0 7px;
    gap: 4px;
    font-size: 0.84rem;
  }

  .nav-icon {
    width: 20px;
    height: 20px;
  }

  .dropdown {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: min(280px, calc(100vw - 72px));
  }

  .hero {
    min-height: 100svh;
    align-items: center;
    padding-bottom: 138px;
  }

  .winter-village {
    left: calc(var(--content-x) - 6px);
    right: calc(var(--content-x) - 6px);
    width: auto;
    bottom: 20px;
    transform: none;
    opacity: 0.72;
    height: 116px;
  }

  .village-buildings {
    inset: 0 0 20px;
  }

  .village-house,
  .village-house.mansion,
  .village-house.conservatory,
  .village-house.clocktower,
  .village-house.lamppost,
  .village-house.christmas-tree {
    max-height: 72px;
  }

  .village-house.mansion { width: 50px; }
  .village-house.victorian { width: 44px; }
  .village-house.clocktower { width: 32px; }
  .village-house.conservatory { width: 58px; }
  .village-house.lamppost { width: 24px; }
  .village-house.christmas-tree { width: 42px; }
  .village-house.gazebo { width: 46px; }

  .village-fences {
    left: 0;
    right: 0;
    bottom: 10px;
  }

  .village-fences img {
    height: 28px;
  }

  .village-snow {
    bottom: 0;
    gap: 4px;
  }

  .village-snow img {
    max-height: 30px;
  }

  .hero-copy,
  .panel {
    --inner-top: 26px;
    --inner-x: 24px;
    --inner-bottom: 32px;
  }

  .hero-copy {
    padding: 58px 38px 64px;
  }

  .hero-copy::after,
  .panel::after {
    left: 4px;
    right: 4px;
    bottom: -7px;
    height: 44px;
    background:
      url("assets/snow-cute-low.png") 10% bottom / 78px auto no-repeat,
      url("assets/snow-cute-small.png") 92% bottom / 58px auto no-repeat;
  }

  .hero h1 {
    font-size: 2.18rem;
  }

  .hero-copy p:last-child {
    font-size: 1rem;
  }

  .content-section {
    gap: 16px;
    padding-bottom: 42px;
  }

  .first-section {
    margin-top: 0;
  }

  .panel {
    padding: 56px 38px 62px;
  }

  .panel h2 {
    font-size: 1.68rem;
  }

  .site-footer {
    display: grid;
    margin-bottom: 42px;
    padding: 30px 34px 36px;
  }

  .note-grid article {
    min-height: auto;
    padding: 52px 48px 54px;
  }

  .note-icon {
    width: 34px;
    height: 34px;
    margin-bottom: 4px;
  }

  .note-grid h3 {
    font-size: 1.08rem;
  }

  .note-grid p {
    font-size: 0.92rem;
    line-height: 1.36;
  }

  .note-grid article::after {
    bottom: -5px;
    height: 32px;
    background:
      url("assets/snow-cute-small.png") right bottom / 48px auto no-repeat;
  }

  .contact-panel {
    min-height: 390px;
    padding-right: 28px;
    padding-bottom: 168px;
  }

  .contact-signpost {
    right: 24px;
    bottom: 16px;
    width: 112px;
  }

  .contact-geese {
    right: auto;
    left: 28px;
    bottom: 18px;
  }

  .contact-geese img {
    width: 62px;
  }
}

/* Clean integrated frame pass: no inner haze, no separate pasted decoration rows. */
.frame-wide-green {
  --box-art: url("assets/box-hero.png");
  --box-ratio: 1185 / 660;
}

.frame-wide-cream {
  --box-art: url("assets/box-about.png");
  --box-ratio: 1227 / 660;
}

.frame-wide-red {
  --box-art: url("assets/box-notes.png");
  --box-ratio: 900 / 660;
}

.frame-small-green-gold {
  --box-art: url("assets/box-design.png");
  --box-ratio: 764 / 660;
}

.frame-small-red-vine {
  --box-art: url("assets/box-note-links.png");
  --box-ratio: 944 / 660;
}

.frame-small-cream-vine {
  --box-art: url("assets/box-note-updates.png");
  --box-ratio: 856 / 660;
}

.frame-small-green-vine {
  --box-art: url("assets/box-note-photos.png");
  --box-ratio: 764 / 660;
}

.frame-small-red-holly {
  --box-art: url("assets/box-note-season.png");
  --box-ratio: 848 / 660;
}

.frame-small-cream-holly {
  --box-art: url("assets/box-footer-wide.png");
  --box-ratio: 1227 / 660;
}

.site-header {
  background: url("assets/box-header-wide.png") center / 100% 100% no-repeat !important;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.44),
    0 0 18px rgba(232, 202, 112, 0.07) !important;
}

.site-header::before,
.site-header::after,
.hero-copy::before,
.hero-copy::after,
.panel::before,
.panel::after,
.note-grid article::before,
.note-grid article::after,
.site-footer::before {
  display: none !important;
}

.hero-copy,
.panel,
.note-grid article,
.site-footer {
  background: var(--box-art) center / 100% 100% no-repeat !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter:
    drop-shadow(0 18px 28px rgba(0, 0, 0, 0.46))
    drop-shadow(0 0 12px rgba(232, 202, 112, 0.045));
}

.hero-copy,
.panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: var(--box-ratio);
  min-height: 0 !important;
  overflow: visible;
}

.hero-copy {
  width: min(760px, 100%);
  max-width: 760px;
  padding: 116px 112px 150px !important;
}

.panel {
  max-width: 780px;
  padding: 112px 118px 126px !important;
}

.accent-panel {
  max-width: 430px;
  padding: 104px 82px 116px !important;
}

.notes-heading {
  max-width: 620px;
  padding: 112px 116px 128px !important;
}

.contact-panel {
  --box-art: url("assets/box-contact.png");
  --box-ratio: 900 / 660;
  max-width: 700px;
  padding: 116px 138px 142px !important;
}

.note-grid {
  grid-template-columns: repeat(2, minmax(280px, 420px));
  gap: 28px;
}

.note-grid article {
  width: 100%;
  max-width: 420px;
  aspect-ratio: var(--box-ratio);
  min-height: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 104px 86px 118px !important;
}

.site-footer {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: min(520px, calc(100% - (var(--content-x) * 2)));
  aspect-ratio: 1227 / 660;
  padding: 96px 108px 108px !important;
  color: var(--cream) !important;
  text-align: center;
}

.site-footer a {
  color: #ffe6a6 !important;
}

.hero-copy > *,
.panel > *,
.note-grid article > *,
.site-footer > * {
  position: relative;
  z-index: 2;
  min-width: 0;
  text-shadow:
    0 2px 7px rgba(0, 0, 0, 0.94),
    0 0 18px rgba(0, 0, 0, 0.88);
}

.hero-copy p,
.panel p,
.note-grid p,
.hero-copy h1,
.panel h2,
.panel h3,
.note-grid h3 {
  width: 100%;
  max-width: 30rem;
  overflow-wrap: break-word;
}

.panel h2 {
  max-width: 32rem;
}

.hero-copy p,
.panel p,
.note-grid p {
  color: #f0e5c4;
}

.hero h1,
.panel h2,
.panel h3,
.note-grid h3 {
  color: #fff0bc;
}

.decorated-label {
  justify-content: center;
}

.label-icon {
  width: 28px;
  height: 28px;
  margin-left: 0;
}

.winter-village,
.plaque-garland,
.panel-medallion,
.note-icon,
.contact-signpost,
.contact-geese {
  display: none !important;
}

@media (max-width: 980px) {
  .hero {
    align-items: center !important;
    padding-bottom: 92px !important;
  }

  .hero-copy {
    max-width: 680px;
    padding: 108px 92px 138px !important;
  }

  .panel {
    max-width: 680px;
    padding: 104px 92px 120px !important;
  }

  .accent-panel {
    max-width: 460px;
    padding: 104px 84px 118px !important;
  }

  .contact-panel {
    max-width: 680px;
    padding: 112px 120px 138px !important;
  }
}

@media (max-width: 640px) {
  .fixed-scene {
    background-position: 72% center;
  }

  .hero-copy,
  .panel,
  .accent-panel,
  .notes-heading,
  .contact-panel,
  .note-grid article,
  .site-footer {
    width: calc(100vw - (var(--content-x) * 2)) !important;
    max-width: calc(100vw - (var(--content-x) * 2)) !important;
  }

  .hero,
  .content-section {
    max-width: 100vw;
    overflow-x: clip;
  }

  .hero {
    padding-top: 176px !important;
    padding-bottom: 64px !important;
  }

  .hero-copy {
    min-height: 430px !important;
    padding: 86px 44px 110px !important;
  }

  .hero h1 {
    font-size: clamp(2rem, 13vw, 2.55rem);
  }

  .banner-email,
  .large-email {
    display: inline-block;
    max-width: 100%;
    font-size: 0.88rem;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .panel,
  .notes-heading,
  .contact-panel {
    min-height: 360px !important;
    padding: 88px 44px 104px !important;
  }

  .accent-panel {
    min-height: 420px !important;
    padding: 96px 50px 112px !important;
  }

  .note-grid {
    grid-template-columns: 1fr;
  }

  .note-grid article {
    max-width: 100%;
    min-height: 330px !important;
    padding: 90px 52px 104px !important;
  }

  .note-grid p {
    font-size: 0.9rem;
  }

  .site-footer {
    min-height: 220px;
    padding: 76px 58px 86px !important;
  }
}
