html {
  min-height: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at top, rgba(70, 95, 160, 0.35), transparent 40%),
    linear-gradient(135deg, #070914, #10172b 50%, #080a12);
  color: #f4efe6;
  font-family: Georgia, "Times New Roman", serif;
}

a,
a:link,
a:visited {
  color: #e8c878;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #fff1b8;
  text-decoration: underline;
  text-decoration-color: #fff1b8;
}

.page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  box-sizing: border-box;
}

.lantern-card {
  width: 100%;
  max-width: 720px;
  padding: 2.5rem;
  box-sizing: border-box;
  border: 1px solid rgba(235, 198, 116, 0.55);
  background: rgba(8, 10, 18, 0.78);
  box-shadow: 0 0 45px rgba(235, 198, 116, 0.14);
  border-radius: 18px;
}

.home-card {
  width: 100%;
  max-width: 960px;
}

.site-header {
  text-align: center;
}

.kicker {
  margin: 0 0 0.75rem;
  color: #e8c878;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.85rem;
}

h1 {
  margin: 0 0 1.5rem;
  color: #fff8dc;
  font-size: 2.15rem;
  line-height: 1.15;
  font-weight: normal;
}

.welcome {
  max-width: 700px;
  margin: 0 auto 1.5rem;
  color: #e9dfc8;
  font-size: 1.18rem;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem 0.7rem;
  padding: 0.85rem 1rem;
  border-top: 1px solid rgba(235, 198, 116, 0.28);
  border-bottom: 1px solid rgba(235, 198, 116, 0.28);
  line-height: 1.5;
}

.site-nav a[aria-current="page"] {
  color: #fff1b8;
}

.hero {
  position: relative;
  margin: 2rem 0;
  overflow: hidden;
  border-radius: 12px;
}

.hero::after {
  content: "";
  position: absolute;
  left: 20.4%;
  top: 72.5%;
  width: 25%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 238, 173, 0.28) 0%,
    rgba(255, 191, 78, 0.14) 30%,
    rgba(232, 142, 44, 0.05) 53%,
    transparent 72%
  );
  filter: blur(7px);
  mix-blend-mode: screen;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.94);
  transform-origin: center;
  opacity: 0.58;
  animation: lantern-breathe 8s ease-in-out infinite;
}

.hero-image {
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 1px solid rgba(235, 198, 116, 0.48);
  border-radius: 12px;
  box-shadow: 0 0 32px rgba(235, 198, 116, 0.12);
}

.room-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 1.75rem 0;
  box-sizing: border-box;
  border: 1px solid rgba(235, 198, 116, 0.38);
  border-radius: 12px;
  box-shadow: 0 0 28px rgba(235, 198, 116, 0.12);
}

@keyframes lantern-breathe {
  0%, 100% {
    opacity: 0.25;
    transform: translate(-50%, -50%) scale(0.85);
  }

  18% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.12);
  }

  39% {
    opacity: 0.35;
    transform: translate(-50%, -50%) scale(0.9);
  }

  63% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.18);
  }

  81% {
    opacity: 0.4;
    transform: translate(-50%, -50%) scale(0.94);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero::after {
    animation: none;
    opacity: 0.54;
  }
}


.home-copy {
  max-width: 790px;
  margin: 0 auto;
}

.latest-note {
  max-width: 720px;
  margin: 2rem auto 0;
  padding: 1.15rem 1.35rem;
  border-left: 2px solid rgba(235, 198, 116, 0.7);
  background: rgba(232, 200, 120, 0.06);
}

.latest-note p {
  margin-top: 0;
}

.latest-note p:last-of-type {
  margin-bottom: 0.6rem;
}

.note-label {
  color: #e8c878;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer {
  margin-top: 2rem;
  color: #bfb59e;
  text-align: center;
  font-size: 0.9rem;
}

p {
  font-size: 1.1rem;
  line-height: 1.7;
}

.soft-note {
  color: #d9c99c;
  font-style: italic;
}

.divider {
  margin: 2rem 0;
  color: #e8c878;
  text-align: center;
  font-size: 1.4rem;
}

.signature {
  color: #fff1b8;
  text-align: center;
  font-size: 1.15rem;
}

.update-list {
  font-size: 1.05rem;
  line-height: 1.7;
  padding-left: 1.4rem;
}

.update-list li {
  margin-bottom: 0.45rem;
}

.house-nav {
  margin: 1.75rem 0 0;
  padding: 0.85rem 1rem;
  border-top: 1px solid rgba(235, 198, 116, 0.28);
  border-bottom: 1px solid rgba(235, 198, 116, 0.28);
  color: #d9c99c;
  font-size: 0.95rem;
  line-height: 1.8;
  text-align: center;
}

.house-nav a[aria-current="page"] {
  color: #fff8dc;
  text-decoration: underline;
  text-decoration-color: rgba(235, 198, 116, 0.7);
  text-underline-offset: 0.3em;
}

.house-footer {
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(235, 198, 116, 0.25);
  color: #d9c99c;
  text-align: center;
}

.house-footer nav,
.house-footer-note {
  text-align: center;
}

.house-footer nav {
  font-size: 0.95rem;
  line-height: 1.8;
}

.house-footer-note {
  margin-bottom: 0;
  font-size: 0.9rem;
  font-style: italic;
}

.house-footer-copyright {
  margin: 0 0 0.6rem;
  font-size: 0.9rem;
  line-height: 1.4;
}

@media (max-width: 640px) {
  .page {
    align-items: flex-start;
    padding: 1rem;
  }

  .lantern-card {
    padding: 1.5rem;
  }

  .home-card {
    padding: 1rem;
  }

  h1 {
    font-size: 1.7rem;
  }

  p {
    font-size: 1rem;
  }

  .welcome {
    font-size: 1.05rem;
  }

  .site-nav {
    gap: 0.35rem 0.55rem;
    padding-right: 0.35rem;
    padding-left: 0.35rem;
  }

  .hero {
    margin: 1.25rem 0;
  }

  .latest-note {
    padding: 0.9rem 1rem;
  }
}
