:root {
  --khaki: #e7dcc5;
  --khaki-soft: #f3ecd9;
  --green: #647b5d;
  --green-dark: #4d6346;
  --brown: #a37f5c;
  --brown-dark: #6f5138;
  --charcoal: #343330;
  --black: #111111;
  --paper: #fffaf0;
  --line: rgba(111, 81, 56, 0.28);
  --shadow: 0 18px 40px rgba(52, 51, 48, 0.14);
  --radius: 22px;
  --frame: var(--brown);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Nunito", Arial, sans-serif;
  color: var(--black);
  background:
    radial-gradient(circle at top left, rgba(255, 250, 240, 0.76), transparent 32rem),
    radial-gradient(circle at 24px 24px, rgba(100, 123, 93, 0.18) 0 3px, transparent 4px),
    radial-gradient(circle at 72px 72px, rgba(163, 127, 92, 0.16) 0 3px, transparent 4px),
    linear-gradient(45deg, transparent 47%, rgba(255, 250, 240, 0.24) 48% 52%, transparent 53%),
    var(--khaki);
  background-size: auto, 96px 96px, 96px 96px, 48px 48px, auto;
  line-height: 1.6;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(231, 220, 197, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.nav {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--charcoal);
  font-weight: 900;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 4px solid transparent;
  border-radius: 50%;
  color: #fffaf0;
  background: linear-gradient(var(--green), var(--green)) padding-box, var(--frame) border-box;
  font-size: 0.84rem;
  letter-spacing: 0;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--black);
  font-size: 0.96rem;
  font-weight: 800;
}

.nav-links a {
  text-decoration: none;
}

.nav-button {
  background: var(--khaki-soft);
  border: 1px solid var(--line);
  padding: 10px 14px;
  border-radius: 999px;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--khaki-soft);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--charcoal);
}

.hero {
  width: min(1120px, calc(100% - 32px));
  min-height: calc(100vh - 72px);
  margin: 0 auto;
  padding: 70px 0 46px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 48px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--brown);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--charcoal);
}

h1 {
  margin-bottom: 16px;
  font-size: clamp(2.85rem, 8vw, 6rem);
  font-weight: 900;
  line-height: 0.98;
}

h2 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 4vw, 3.15rem);
  font-weight: 900;
  line-height: 1.08;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.26rem;
  font-weight: 900;
}

.tagline {
  max-width: 700px;
  margin-bottom: 18px;
  color: var(--brown);
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  font-weight: 900;
}

.hero-copy,
.section-heading p,
.business-copy p,
.benefits-list span,
.faq-list p,
.modal-details dd {
  color: var(--black);
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 30px;
  font-size: 1.07rem;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 20px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover,
.business-card:hover {
  transform: translateY(-2px);
}

.primary {
  color: #fffaf0;
  background: var(--green);
  border-color: var(--brown);
  box-shadow: 0 10px 24px rgba(100, 122, 80, 0.22);
}

.secondary {
  color: var(--charcoal);
  background: var(--khaki-soft);
  border-color: var(--brown);
}

.pass-preview {
  display: flex;
  justify-content: center;
}

.pass-card {
  width: min(100%, 390px);
  aspect-ratio: 1.58 / 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 10px solid transparent;
  border-radius: var(--radius);
  color: var(--charcoal);
  background:
    linear-gradient(135deg, rgba(255, 250, 240, 0.18), transparent 44%),
    linear-gradient(145deg, #7f936f, var(--green)) padding-box,
    var(--frame) border-box;
  box-shadow: var(--shadow);
}

.pass-card span {
  color: var(--brown-dark);
  font-size: 0.92rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pass-card strong {
  color: #fffaf0;
  font-size: clamp(2rem, 5vw, 3.3rem);
  font-weight: 900;
  line-height: 0.95;
}

.pass-card small {
  color: #fffaf0;
  font-weight: 800;
}

.notice {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto 36px;
  padding: 16px 18px;
  background: var(--khaki-soft);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.notice p {
  margin: 0;
}

.section,
.contact-section {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 74px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 30px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.business-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.step-card,
.benefits-list div,
.faq-list details {
  background: var(--khaki-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 24px rgba(52, 51, 48, 0.08);
}

.step-card {
  padding: 24px;
}

.step-number {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  color: #fffaf0;
  background: var(--green);
  border: 3px solid var(--brown);
  border-radius: 50%;
  font-weight: 900;
}

.warm-band {
  width: 100%;
  max-width: none;
  padding: 74px max(16px, calc((100% - 1120px) / 2));
  background:
    radial-gradient(circle at 16px 16px, rgba(100, 123, 93, 0.12) 0 3px, transparent 4px),
    radial-gradient(circle at 56px 56px, rgba(163, 127, 92, 0.12) 0 3px, transparent 4px),
    rgba(243, 236, 217, 0.78);
  background-size: 72px 72px, 72px 72px, auto;
}

.business-card {
  min-height: 285px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  text-align: left;
  cursor: pointer;
  border: 10px solid transparent;
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, var(--card-tint), var(--khaki-soft)) padding-box,
    var(--frame) border-box;
  box-shadow: var(--shadow);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.business-card:hover,
.business-card:focus-visible {
  box-shadow: 0 20px 48px rgba(52, 51, 48, 0.18);
}

.theme-pets {
  --card-tint: #d7e8ca;
}

.theme-books {
  --card-tint: #eadbb8;
}

.theme-games {
  --card-tint: #dce5c0;
}

.theme-parties {
  --card-tint: #e3d2b5;
}

.business-card .category {
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 12px;
  color: var(--black);
  background: rgba(231, 220, 197, 0.8);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.business-card .perk {
  margin: 14px 0 24px;
  color: var(--brown);
  font-size: 1.15rem;
  font-weight: 900;
}

.details-button {
  width: 100%;
  margin-top: auto;
  border: 2px solid var(--brown);
  color: #fffaf0;
  background: var(--green);
  border-radius: 999px;
  padding: 13px 14px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.business-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 36px;
  align-items: start;
}

.benefits-list {
  display: grid;
  gap: 14px;
}

.benefits-list div {
  padding: 20px;
}

.benefits-list div:first-child,
.benefits-list div:nth-child(3) {
  border: 8px solid transparent;
  background: linear-gradient(var(--green), var(--green)) padding-box, var(--frame) border-box;
}

.benefits-list strong,
.benefits-list span {
  display: block;
}

.benefits-list strong {
  color: var(--charcoal);
  font-size: 1.08rem;
  font-weight: 900;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  padding: 18px 20px;
}

.faq-list summary {
  color: var(--charcoal);
  font-weight: 900;
  cursor: pointer;
}

.faq-list p {
  margin: 10px 0 0;
}

.contact-section {
  margin-bottom: 48px;
  padding: 48px;
  border: 10px solid transparent;
  border-radius: var(--radius);
  background: linear-gradient(145deg, #7f936f, var(--green)) padding-box, var(--frame) border-box;
  box-shadow: var(--shadow);
}

.contact-section .eyebrow,
.contact-section p {
  color: var(--brown-dark);
}

.site-footer {
  padding: 28px 16px;
  text-align: center;
  border-top: 1px solid var(--line);
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.modal.is-open {
  display: flex;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(52, 51, 48, 0.58);
}

.modal-panel {
  position: relative;
  width: min(100%, 560px);
  max-height: 90vh;
  overflow: auto;
  padding: 30px;
  border: 10px solid transparent;
  border-radius: var(--radius);
  background: linear-gradient(var(--paper), var(--paper)) padding-box, var(--frame) border-box;
  box-shadow: var(--shadow);
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--khaki-soft);
  color: var(--charcoal);
  font-size: 1.5rem;
  cursor: pointer;
}

.modal-details {
  display: grid;
  gap: 16px;
  margin: 0;
}

.modal-details div {
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.modal-details dt {
  color: var(--brown);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.modal-details dd {
  margin: 4px 0 0;
}

.modal-details a {
  color: var(--brown-dark);
  font-weight: 900;
}

body.modal-open {
  overflow: hidden;
}

@media (max-width: 860px) {
  .nav {
    min-height: 64px;
  }

  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: 64px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    background: var(--khaki-soft);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    padding: 10px;
  }

  .hero {
    min-height: auto;
    padding-top: 46px;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .pass-preview {
    justify-content: flex-start;
  }

  .steps,
  .business-grid,
  .business-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .brand span:last-child {
    max-width: 170px;
    line-height: 1.1;
  }

  .hero-actions,
  .contact-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .notice {
    border-radius: var(--radius);
  }

  .section,
  .contact-section {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .contact-section {
    width: calc(100% - 32px);
    padding-left: 22px;
    padding-right: 22px;
  }

  .business-card {
    min-height: 245px;
  }
}
