:root {
  --sand: #F1E8D8;
  --pine: #2E4B3C;
  --pine-deep: #22382C;
  --rust: #C0562F;
  --rust-deep: #A8481F;
  --ink: #2B2118;
  --cream: #FBF6EC;
  --pine-line: rgba(46, 75, 60, 0.4);
  --rust-line: rgba(192, 86, 47, 0.5);
  --sand-line: rgba(241, 232, 216, 0.45);
  --head: 'Zilla Slab', Rockwell, 'Roboto Slab', Georgia, 'Times New Roman', serif;
  --body: 'Nunito Sans', 'Segoe UI', Tahoma, Verdana, Arial, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--body);
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--sand);
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }

a { color: var(--rust); }

.container { width: min(1120px, 92%); margin-inline: auto; }

h1, h2, h3, h4 {
  font-family: var(--head);
  color: var(--pine);
  line-height: 1.15;
  font-weight: 700;
}

.kicker {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rust);
  margin-bottom: 0.6rem;
}

.section { padding: 4.5rem 0; }

.section-head { max-width: 46rem; margin-bottom: 2.5rem; }

.section-head h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); margin-bottom: 0.75rem; }

.section-head--rule { border-bottom: 2px dashed var(--pine-line); padding-bottom: 1.25rem; }

/* ---------- Top bar ---------- */
.topbar {
  background: var(--pine-deep);
  color: var(--sand);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
}

.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 0.5rem 0;
}

.topbar__loc { text-transform: uppercase; font-weight: 600; }

.topbar a { color: var(--sand); text-decoration: none; font-weight: 600; }

.topbar a:hover { color: #ffffff; }

/* ---------- Header ---------- */
.site-header {
  background: var(--cream);
  border-bottom: 3px solid var(--pine);
  position: sticky;
  top: 0;
  z-index: 60;
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 0.85rem 0;
  position: relative;
}

.brand { display: flex; align-items: center; gap: 0.8rem; text-decoration: none; }

.brand-badge {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  background: var(--rust);
  color: var(--cream);
  font-family: var(--head);
  font-weight: 700;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  letter-spacing: 0.02em;
}

.brand-name {
  font-family: var(--head);
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--pine);
}

.nav-wrap { margin-left: auto; }

.nav-menu {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
}

.nav-menu a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.98rem;
  padding: 0.35rem 0;
  border-bottom: 2px solid transparent;
}

.nav-menu a:hover { color: var(--rust); border-bottom-color: var(--rust); }

.nav-menu a.active { color: var(--rust); border-bottom-color: var(--rust); }

.nav-cta {
  display: inline-block;
  padding: 0.55rem 1.2rem;
  border-bottom: 0 !important;
}

.nav-cta:hover { color: var(--cream) !important; border-bottom: 0 !important; }

.nav-toggle {
  display: none;
  margin-left: auto;
  background: none;
  border: 2px solid var(--pine);
  border-radius: 8px;
  padding: 0.55rem 0.6rem;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--pine);
  margin: 4px 0;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  padding: 0.8rem 1.6rem;
  border-radius: 8px;
  font-family: var(--body);
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  letter-spacing: 0.02em;
}

.btn-rust { background: var(--rust); color: var(--cream); }
.btn-rust:hover { background: var(--rust-deep); color: var(--cream); }

.btn-pine { background: var(--pine); color: var(--cream); }
.btn-pine:hover { background: var(--pine-deep); color: var(--cream); }

.btn-cream { background: var(--cream); color: var(--pine); }
.btn-cream:hover { background: var(--cream); color: var(--rust); }

.btn-outline { border-color: var(--pine); color: var(--pine); background: transparent; }
.btn-outline:hover { background: var(--pine); color: var(--cream); }

/* ---------- Hero ---------- */
.hero { padding: 4.5rem 0 5.5rem; }

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3.5rem;
  align-items: center;
}

.hero h1 {
  font-size: clamp(2.2rem, 4.4vw, 3.4rem);
  margin-bottom: 1.25rem;
}

.hero .lede {
  font-size: 1.15rem;
  max-width: 34rem;
  margin-bottom: 1.75rem;
}

.hero-actions { display: flex; gap: 0.9rem; flex-wrap: wrap; }

.hero-figure {
  position: relative;
  border: 3px dashed var(--pine);
  border-radius: 8px;
  padding: 14px;
  background: var(--cream);
}

.hero-figure img { border-radius: 4px; width: 100%; }

.stamp {
  position: absolute;
  left: -26px;
  bottom: -34px;
  width: 138px;
  height: 138px;
  border-radius: 50%;
  background: var(--cream);
  border: 2px solid var(--rust);
  color: var(--rust);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--head);
  font-weight: 700;
  font-size: 0.66rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 20px;
  transform: rotate(-8deg);
  box-shadow: 0 8px 18px rgba(43, 33, 24, 0.18);
}

.stamp::after {
  content: '';
  position: absolute;
  inset: 7px;
  border: 2px dashed var(--rust);
  border-radius: 50%;
}

/* ---------- Ticket stub cards ---------- */
.ticket-stack { display: grid; gap: 1.25rem; max-width: 820px; }

.ticket {
  position: relative;
  display: flex;
  gap: 1.5rem;
  background-color: var(--cream);
  background-image: radial-gradient(circle 9px at 0 26px, var(--sand) 9px, transparent 10px);
  background-size: 100% 52px;
  border-radius: 8px;
  padding: 1.6rem 1.75rem;
  box-shadow: 0 2px 0 rgba(43, 33, 24, 0.12);
}

.ticket-num {
  font-family: var(--head);
  font-weight: 700;
  color: var(--rust);
  font-size: 1.7rem;
  line-height: 1.1;
  border-right: 2px dashed var(--rust-line);
  padding-right: 1.25rem;
  flex: 0 0 auto;
}

.ticket h3 { font-size: 1.25rem; margin-bottom: 0.4rem; }

.ticket p { font-size: 0.98rem; }

/* ---------- Image band ---------- */
.img-band { background: var(--pine); padding: 4rem 0; }

.img-band-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.75rem;
}

.img-band figure {
  border: 3px dashed var(--sand-line);
  border-radius: 8px;
  padding: 10px;
}

.img-band figure img { border-radius: 4px; width: 100%; }

.img-band figcaption {
  color: var(--sand);
  font-size: 0.9rem;
  padding-top: 0.7rem;
  text-align: center;
  letter-spacing: 0.05em;
}

/* ---------- Lanes ---------- */
.lanes {
  background: var(--cream);
  border-top: 3px dashed var(--pine);
  border-bottom: 3px dashed var(--pine);
}

.lane-list { border-top: 2px dashed var(--pine-line); max-width: 820px; }

.lane {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  padding: 1.15rem 0;
  border-bottom: 2px dashed var(--pine-line);
}

.lane-from { font-weight: 600; white-space: nowrap; }

.lane-dots {
  flex: 1;
  border-bottom: 2px dashed var(--rust-line);
  transform: translateY(-6px);
  min-width: 2rem;
}

.lane-to {
  font-family: var(--head);
  font-weight: 600;
  color: var(--pine);
  font-size: 1.1rem;
  white-space: nowrap;
}

.lane-tag {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--rust);
  border: 1.5px solid var(--rust);
  border-radius: 999px;
  padding: 0.15rem 0.65rem;
  white-space: nowrap;
}

.lane-note { margin-top: 1.5rem; font-size: 0.95rem; max-width: 46rem; }

/* ---------- Split section ---------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: center;
}

.photo-card { position: relative; }

.photo-card > img {
  border-radius: 8px;
  border: 3px solid var(--pine);
  width: 100%;
}

.photo-inset {
  position: absolute;
  right: -24px;
  bottom: -30px;
  width: 46%;
  background: var(--cream);
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(43, 33, 24, 0.25);
  transform: rotate(2deg);
}

.photo-inset img { border-radius: 4px; width: 100%; }

.split-copy h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); margin-bottom: 1rem; }

.split-copy p { margin-bottom: 1rem; }

.split-copy .photo-pad { margin-top: 2.5rem; }

/* ---------- Quote band ---------- */
.quote-band {
  position: relative;
  background: url('../img/yard1.jpg') center / cover no-repeat;
  padding: 6.5rem 0;
}

.quote-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(46, 75, 60, 0.82);
}

.quote-band .container { position: relative; }

.quote-band blockquote {
  font-family: var(--head);
  font-size: clamp(1.4rem, 2.6vw, 2.05rem);
  font-weight: 600;
  color: var(--cream);
  max-width: 46rem;
  line-height: 1.4;
}

.quote-band cite {
  display: block;
  margin-top: 1.25rem;
  font-family: var(--body);
  font-style: normal;
  color: var(--sand);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.85rem;
}

/* ---------- CTA band ---------- */
.cta-band { background: var(--rust); color: var(--cream); padding: 4.25rem 0; }

.cta-band .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

.cta-band h2 { color: var(--cream); font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 0.5rem; }

.cta-band p { max-width: 36rem; }

/* ---------- Page head (inner pages) ---------- */
.page-head {
  background: var(--cream);
  border-bottom: 3px solid var(--pine);
  padding: 3.25rem 0;
}

.page-head h1 { font-size: clamp(2rem, 4vw, 2.9rem); margin-bottom: 0.75rem; }

.page-head p { max-width: 44rem; font-size: 1.12rem; }

/* ---------- Prose (policies) ---------- */
.prose { max-width: 46rem; padding: 4rem 0 5rem; }

.prose h2 { font-size: 1.35rem; margin: 2.25rem 0 0.6rem; }

.prose p { margin-bottom: 1rem; }

.prose ul { margin: 0 0 1rem 1.25rem; }

.prose li { margin-bottom: 0.4rem; }

.updated {
  display: inline-block;
  font-weight: 600;
  color: var(--rust);
  border: 2px dashed var(--rust-line);
  border-radius: 8px;
  padding: 0.4rem 0.9rem;
  margin-bottom: 1.5rem;
  font-size: 0.92rem;
}

.cookie-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0 1.5rem;
  font-size: 0.95rem;
  background: var(--cream);
}

.cookie-table th, .cookie-table td {
  border: 2px dashed var(--pine-line);
  padding: 0.65rem 0.8rem;
  text-align: left;
  vertical-align: top;
}

.cookie-table th { font-family: var(--head); color: var(--pine); }

/* ---------- Contact ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 3rem;
  align-items: start;
}

.info-card {
  background: var(--cream);
  border: 2px dashed var(--pine-line);
  border-radius: 8px;
  padding: 2rem;
}

.info-card h2 { font-size: 1.4rem; margin-bottom: 1rem; }

.info-list { list-style: none; }

.info-list li {
  padding: 0.8rem 0;
  border-bottom: 2px dashed var(--pine-line);
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.info-list li:last-child { border-bottom: 0; }

.info-list .label {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  color: var(--rust);
  flex: 0 0 100%;
}

.hours-table { width: 100%; border-collapse: collapse; margin-top: 0.35rem; }

.hours-table td { padding: 0.3rem 0; }

.hours-table td:last-child { text-align: right; font-weight: 600; }

.contact-form label {
  display: block;
  font-weight: 600;
  margin: 1rem 0 0.3rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.75rem 0.9rem;
  border: 2px solid var(--pine-line);
  border-radius: 8px;
  background: var(--cream);
  font-family: var(--body);
  font-size: 1rem;
  color: var(--ink);
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(192, 86, 47, 0.4);
  border-color: var(--rust);
}

.contact-form button { margin-top: 1.25rem; }

.form-note { font-size: 0.88rem; margin-top: 0.9rem; }

.map-wrap { margin-top: 3rem; }

.map-embed { width: 100%; border: 0; min-height: 360px; border-radius: 8px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--pine); color: var(--sand); }

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.85fr 1fr;
  gap: 2.5rem;
  padding: 3.5rem 0 2.5rem;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.footer-brand .brand-badge { width: 40px; height: 40px; font-size: 1.05rem; }

.footer-brand strong {
  font-family: var(--head);
  font-size: 1.35rem;
  color: var(--cream);
}

.site-footer p { margin-bottom: 0.75rem; font-size: 0.95rem; }

.site-footer h4 {
  color: var(--cream);
  font-size: 1.05rem;
  margin-bottom: 1rem;
  letter-spacing: 0.04em;
}

.site-footer ul { list-style: none; }

.site-footer li { margin-bottom: 0.45rem; }

.site-footer a { color: var(--sand); text-decoration: none; }

.site-footer a:hover { color: #ffffff; text-decoration: underline; }

.footer-small {
  border-top: 2px dashed var(--sand-line);
  padding: 1.25rem 0;
  font-size: 0.85rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

/* ---------- Cookie banner ---------- */
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: var(--pine-deep);
  color: var(--sand);
  border-top: 3px solid var(--rust);
  padding: 1.1rem 0;
}

.cookie-banner__inner {
  width: min(1120px, 92%);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.cookie-banner p { font-size: 0.95rem; max-width: 58rem; }

.cookie-banner a { color: var(--cream); text-decoration: underline; }

.cookie-banner__actions { display: flex; gap: 0.75rem; flex: 0 0 auto; }

.cookie-btn {
  font-family: var(--body);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.55rem 1.35rem;
  border-radius: 8px;
  border: 2px solid transparent;
  cursor: pointer;
}

.cookie-btn--accept { background: var(--rust); color: var(--cream); }
.cookie-btn--accept:hover { background: var(--rust-deep); }

.cookie-btn--decline { background: transparent; color: var(--sand); border-color: var(--sand); }
.cookie-btn--decline:hover { background: rgba(241, 232, 216, 0.12); }

/* ---------- Responsive ---------- */
@media (max-width: 940px) {
  .nav-toggle { display: inline-block; }

  .nav-wrap { margin-left: 0; }

  .nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--cream);
    border-bottom: 3px solid var(--pine);
    flex-direction: column;
    align-items: stretch;
    gap: 0.25rem;
    padding: 1rem 4% 1.25rem;
    box-shadow: 0 14px 26px rgba(43, 33, 24, 0.18);
  }

  .nav-menu.open { display: flex; }

  .nav-menu li { width: 100%; }

  .nav-menu a { display: block; padding: 0.7rem 0.4rem; border-bottom: 2px dashed var(--pine-line); }

  .nav-cta { margin-top: 0.6rem; text-align: center; border-bottom: 0 !important; }

  .hero { padding: 3rem 0 4.5rem; }

  .hero-grid,
  .split,
  .contact-grid { grid-template-columns: 1fr; }

  .hero-figure { max-width: 560px; }

  .stamp { left: auto; right: 12px; bottom: -30px; width: 112px; height: 112px; font-size: 0.56rem; padding: 16px; }

  .img-band-grid { grid-template-columns: 1fr; }

  .split .photo-card { margin-bottom: 2.25rem; }

  .photo-inset { right: 8px; bottom: -22px; }

  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }

  .cta-band .container { flex-direction: column; align-items: flex-start; }

  .lane { flex-wrap: wrap; }

  .lane-tag { order: 3; }
}

@media (max-width: 560px) {
  .ticket { flex-direction: column; gap: 0.75rem; padding-left: 1.9rem; }

  .ticket-num { border-right: 0; border-bottom: 2px dashed var(--rust-line); padding: 0 0 0.5rem; width: 3.5rem; }

  .topbar .container { justify-content: center; text-align: center; }
}
