:root {
  --page-bg: #d9cfbc;
  --paper: #f7f1e6;
  --paper-soft: #fbf8f2;
  --ink: #2f2418;
  --muted: #594633;
  --line: #c6b296;
  --accent: #8a5e36;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, #efe6d7 0%, transparent 24%),
    radial-gradient(circle at 86% 92%, #eadfcd 0%, transparent 24%),
    linear-gradient(160deg, #cabca5 0%, var(--page-bg) 48%, #c2b397 100%);
  font-family: "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  line-height: 1.45;
}

.poster {
  width: min(1400px, 100%);
  margin: 0 auto;
  padding: clamp(0.65rem, 1.5vw, 1.1rem);
  background: var(--paper);
  border: 1px solid #bda989;
  box-shadow: 0 14px 28px rgba(47, 36, 24, 0.16);
}

.top-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
  align-items: stretch;
}

.panel {
  background: linear-gradient(180deg, var(--paper-soft) 0%, var(--paper) 100%);
  border: 1px solid var(--line);
  padding: 0.7rem;
  margin: 0;
}

h1,
h2,
h3,
p,
dl {
  margin: 0;
}

h1,
h2,
h3,
.free,
.refreshments,
figcaption {
  font-family: "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  letter-spacing: 0.01em;
}

h1 {
  color: #2b2116;
}

h2 {
  color: #332617;
}

h3 {
  color: #4f3d2a;
}

address {
  font-style: normal;
}

a {
  color: #5b3e23;
  text-decoration-color: #8a5e36;
  text-decoration-thickness: 1px;
}

.intro h1 {
  font-size: clamp(2.2rem, 3vw, 3.2rem);
  line-height: 0.98;
  margin-bottom: 0.7rem;
  padding-bottom: 0.45rem;
}

.intro h1::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 2px solid var(--line);
  margin-top: 0.45rem;
}

.intro p {
  color: var(--muted);
  font-size: clamp(1.1rem, 1.1vw, 1.28rem);
  line-height: 1.35;
}

.intro p + p {
  margin-top: 0.58rem;
}

.image-only {
  padding: 0.45rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.image-only img,
.profile img,
.row-mini img,
.tile img {
  display: block;
  width: 100%;
  height: auto;
}

.image-only img {
  width: 88%;
  max-width: 460px;
  margin: 0;
}

.opening h2,
.visitor h2,
.profile h2 {
  font-size: clamp(1.78rem, 2.2vw, 2.55rem);
  line-height: 1.05;
  margin-bottom: 0.33rem;
}

.profile h2 {
  margin-bottom: 0.8rem;
}

.opening h3 {
  font-size: clamp(1.12rem, 1.15vw, 1.32rem);
  line-height: 1.22;
  margin-bottom: 0.55rem;
}

.opening dl,
.visitor dl {
  font-size: clamp(1.08rem, 1.12vw, 1.24rem);
  line-height: 1.33;
}

.opening dl div,
.visitor dl div {
  display: grid;
  grid-template-columns: minmax(6.9rem, 8.1rem) 1fr;
  column-gap: 0.42rem;
  align-items: baseline;
}

.opening dt,
.visitor dt {
  font-weight: 700;
  color: #302415;
}

.opening dd,
.visitor dd {
  margin: 0;
  color: #443423;
}

.opening .free {
  margin-top: 1.6rem;
  font-size: clamp(2rem, 2.3vw, 2.6rem);
  color: var(--accent);
  font-weight: 700;
  line-height: 1.05;
}

.visitor .refreshments {
  margin-top: 0.55rem;
  text-align: left;
  color: var(--accent);
  font-size: clamp(2rem, 2.3vw, 2.6rem);
  font-weight: 700;
  line-height: 1.05;
}

.profile {
  display: grid;
  grid-template-columns: clamp(112px, 25%, 190px) 1fr;
  gap: 0.6rem;
  align-items: stretch;
}

.profile img,
.tile img,
.row-mini img {
  border: 1px solid #bca88a;
  background: #f3ebdd;
}

.profile img {
  align-self: start;
}

.profile > div {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-height: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}

.profile p {
  color: #443423;
  font-size: clamp(1.06rem, 1.08vw, 1.22rem);
  line-height: 1.28;
}

.row-mini {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.62rem;
  align-items: start;
}

.row-mini figure {
  margin: 0;
}

.row-mini figure:not(.lodge-banner) img {
  width: 80%;
  margin: 0 auto;
}

.row-mini .lodge-banner img {
  width: 64%;
  margin: 0 auto;
}

.row-mini figcaption {
  margin-top: 0.3rem;
  text-align: center;
  color: #382a1b;
  font-size: clamp(0.98rem, 1vw, 1.14rem);
  line-height: 1.22;
  font-weight: 700;
}

.bottom-grid {
  margin-top: 0.58rem;
  display: grid;
  grid-template-columns: 1fr 1.45fr 1fr;
  gap: 0.62rem;
  align-items: start;
}

.tile {
  margin: 0;
}

.tile figcaption {
  margin-top: 0.3rem;
  text-align: center;
  color: #352819;
  font-size: clamp(0.98rem, 0.98vw, 1.12rem);
  line-height: 1.23;
  font-weight: 700;
}

@media (max-width: 1160px) {
  .poster {
    border-left: 0;
    border-right: 0;
  }
}

@media (max-width: 960px) {
  .top-grid,
  .bottom-grid {
    grid-template-columns: 1fr;
  }

  .profile {
    grid-template-columns: clamp(95px, 30vw, 190px) 1fr;
  }
}
