:root {
  color-scheme: light;
  font-family: "Bahnschrift Condensed", "Arial Narrow", Arial, sans-serif;
  --forest-deep: #1f3a2e;
  --forest: #365442;
  --wood: #7a5033;
  --ember: #d86b2a;
  --cream: #f1e6d2;
  --paper: #fffaf0;
  --line: color-mix(in srgb, var(--forest-deep) 22%, transparent);
  background: var(--cream);
  color: var(--forest-deep);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 20rem;
  margin: 0;
  background: radial-gradient(circle at 90% 0%, rgb(216 107 42 / 12%), transparent 28rem),
    linear-gradient(145deg, var(--cream), #fbf6ec 70%);
}
a { color: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 0.2rem solid var(--ember);
  outline-offset: 0.22rem;
}

.wrap { width: min(100% - 2.5rem, 72rem); margin-inline: auto; }

.site-header { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 5.25rem; }
.wordmark { display: grid; gap: .05rem; font-weight: 800; letter-spacing: .035em; text-decoration: none; text-transform: uppercase; }
.wordmark span { font-size: clamp(1.15rem, 2.8vw, 1.55rem); line-height: 1; }
.wordmark small { color: var(--wood); font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-transform: none; }
.site-header nav { display: flex; flex-wrap: wrap; align-items: center; gap: .55rem 1rem; }
.site-header nav a { font-weight: 700; text-underline-offset: .26rem; }
.header-cta { flex-shrink: 0; white-space: nowrap; }

.eyebrow { margin: 0 0 .75rem; color: var(--wood); font-size: .94rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { max-width: 20ch; color: var(--forest-deep); font-weight: 800; letter-spacing: .012em; line-height: 1; text-wrap: balance; }
h1 { font-size: clamp(2.4rem, 7vw, 4.4rem); }
h2 { font-size: clamp(1.9rem, 4.5vw, 2.8rem); }
.lead { max-width: 42rem; color: color-mix(in srgb, var(--forest-deep) 82%, var(--wood)); font-family: Arial, sans-serif; font-size: clamp(1rem, 1.6vw, 1.1rem); line-height: 1.65; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 2.8rem; padding: .72rem 1.1rem; border: 1px solid transparent; border-radius: .25rem; font-weight: 800; letter-spacing: .025em; text-align: center; text-decoration: none; cursor: pointer; font: inherit; }
.button-primary { background: var(--forest-deep); color: var(--paper); }
.button-primary:hover { background: var(--forest); }
.button-secondary { border-color: var(--wood); color: var(--wood); background: none; }
.button-secondary:hover { border-color: var(--ember); color: var(--ember); }

.hero { padding-block: clamp(2.5rem, 7vw, 5rem); border-bottom: 1px solid var(--line); }
.hero .eyebrow { margin-top: 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }

section.block { padding-block: clamp(3rem, 7vw, 5.5rem); border-bottom: 1px solid var(--line); }

.room-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-top: 2rem; }
.room-card { display: grid; align-content: start; gap: .5rem; padding: 1.3rem; border: 1px solid var(--line); background: rgb(255 250 240 / 65%); }
.room-card h3 { font-size: clamp(1.4rem, 2.6vw, 1.8rem); }
.room-card p { margin: 0; font-family: Arial, sans-serif; line-height: 1.5; }

.zone-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin: 2rem 0; background: var(--line); border: 1px solid var(--line); }
.zone-facts div { display: grid; gap: .4rem; padding: 1rem; background: var(--paper); font-family: Arial, sans-serif; }
.zone-facts .eyebrow { margin: 0; }

.checkout-form { display: grid; gap: 1.25rem; max-width: 56rem; margin-top: 2rem; }
.checkout-form fieldset { display: grid; gap: 1rem; margin: 0; padding: 1.25rem; border: 1px solid var(--line); background: var(--paper); }
.checkout-form legend { padding: 0 .3rem; color: var(--forest-deep); font-size: 1.3rem; font-weight: 800; }
.checkout-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.checkout-form label { display: grid; gap: .4rem; font-weight: 800; }
.checkout-form small { font-family: Arial, sans-serif; font-size: .8rem; font-weight: 400; }
.checkout-form input, .checkout-form select, .checkout-form textarea { width: 100%; min-height: 2.8rem; border: 1px solid var(--line); border-radius: .25rem; padding: .5rem; font: inherit; background: #fff; }
.checkout-form textarea { min-height: 6rem; resize: vertical; }
.form-message { padding: 1rem 0; color: var(--wood); font-family: Arial, sans-serif; line-height: 1.6; margin: 0; }
.form-message[role="alert"] { color: #9d2d20; }

.payment-note { display: grid; gap: .75rem; max-width: 40rem; padding: 1.25rem; margin-top: 2rem; border-left: .2rem solid var(--ember); background: color-mix(in srgb, var(--cream) 65%, transparent); font-family: Arial, sans-serif; line-height: 1.6; }

.contact-block address { display: grid; gap: .55rem; margin-top: 1.5rem; font-family: Arial, sans-serif; font-size: 1rem; font-style: normal; line-height: 1.55; }
.contact-block address a { width: fit-content; text-underline-offset: .26rem; }

.site-footer { padding-block: 1.5rem 2.75rem; color: var(--wood); font-weight: 700; }
.site-footer p { margin: 0; font-size: .9rem; }

@media (max-width: 45rem) {
  .site-header { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 1.1rem; gap: .75rem; }
  .room-grid, .zone-facts, .checkout-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
