:root {
  --navy: #171b20;
  --blue: #316788;
  --sky: #e8f0f4;
  --cream: #f7f8f9;
  --white: #ffffff;
  --ink: #171b20;
  --gold: #d49b00;
  --yellow: #f2c94c;
  --pale-yellow: #fff0a6;
}

body {
  background: var(--cream);
  color: var(--ink);
  font-family: "Inter", sans-serif;
}

.announcement-bar {
  padding: 9px 20px;
  background: var(--yellow);
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .07em;
  text-align: center;
}

.site-header {
  background: var(--white);
  border-bottom-color: #171b201f;
}

.site-header nav {
  font-weight: 600;
}

.nav-cta {
  border-color: var(--yellow);
  background: var(--yellow);
  color: var(--ink);
  font-weight: 800;
}

.brand,
.hero h1,
.section h2,
.contact h2,
.rental-grid h3,
.tent-size h4,
.values strong,
.process li > span,
.faq-list summary,
.review-card > p,
.photo-grid figcaption strong {
  font-family: "Inter", sans-serif;
}

.hero {
  background: var(--white);
  color: var(--ink);
}

.hero-copy {
  align-self: center;
  overflow: hidden;
  padding-top: clamp(150px, 13vw, 190px);
  position: relative;
}

.hero-copy::before {
  background: url("images/garden-floral-border.webp") top center / 118% auto no-repeat;
  content: "";
  height: clamp(140px, 13vw, 185px);
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.hero-copy > :not(.hero-location) {
  position: relative;
  z-index: 1;
}

.hero-location {
  font-size: clamp(15px, 1.25vw, 18px);
  left: clamp(34px, 6vw, 90px);
  letter-spacing: .11em;
  margin: 0;
  position: absolute;
  right: clamp(34px, 6vw, 90px);
  text-align: center;
  top: clamp(68px, 5.7vw, 86px);
}

.hero-script {
  margin: 0 0 2px;
  color: var(--gold);
  font-family: "Sacramento", cursive;
  font-size: clamp(42px, 5vw, 62px);
  line-height: .95;
}

.hero h1 {
  color: var(--ink);
  font-size: clamp(42px, 4.2vw, 64px);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: 1.02;
  max-width: 660px;
}

.hero h1 em {
  color: var(--ink);
  font-style: normal;
  background: linear-gradient(transparent 69%, var(--pale-yellow) 69% 94%, transparent 94%);
}

.hero-tagline {
  color: var(--blue);
  font-family: "Inter", sans-serif;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 700;
  letter-spacing: -.025em;
}

.hero .intro {
  color: #4c5963;
}

.primary {
  background: var(--yellow);
  color: var(--ink);
}

.secondary {
  border-color: var(--blue);
  color: var(--blue);
}

.included {
  color: #59656e;
  font-weight: 600;
}

.note {
  background: var(--yellow);
  color: var(--ink);
  font-family: "Inter", sans-serif;
  font-weight: 800;
  letter-spacing: -.02em;
}

.eyebrow {
  color: #9b7000;
  font-weight: 800;
}

.section h2,
.contact h2 {
  color: var(--ink);
  font-weight: 800;
  letter-spacing: -.045em;
}

.rental-grid h3,
.tent-size h4,
.values strong,
.process h3,
.faq-list summary {
  color: var(--ink);
  font-weight: 800;
  letter-spacing: -.025em;
}

.rental-grid article,
.rental-grid article:nth-child(3n) {
  border-color: #c5cdd2;
}

.rental-grid .accent {
  background: var(--pale-yellow);
}

.rental-grid article > span {
  color: var(--blue);
  font-weight: 800;
}

.rental-grid figure {
  border-color: #d7dde1;
}

.rental-grid figcaption {
  color: var(--ink);
}

.pricing,
.story-card {
  background: var(--ink);
}

.pricing h2,
.story-card h2,
.contact h2 {
  color: var(--white);
}

.price-list strong {
  color: var(--yellow);
}

.story {
  background-color: var(--sky);
  background-image: url("images/garden-floral-border.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.signature {
  color: var(--yellow) !important;
  font-family: "Sacramento", cursive;
  font-size: 38px;
}

.process li > span {
  color: var(--gold);
  font-weight: 800;
}

.reservation-note {
  background: var(--pale-yellow);
  color: var(--ink);
}

.faq {
  background: var(--sky);
}

.review-card {
  border-top-color: var(--yellow);
}

.reviews {
  background-color: var(--cream);
  background-image: url("images/garden-floral-border.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.review-mark {
  color: var(--gold);
  font-family: "Inter", sans-serif;
}

.review-card > p {
  color: var(--ink);
  font-weight: 700;
}

.contact {
  background: var(--blue);
}

.contact .eyebrow {
  color: var(--yellow);
}

.contact-card {
  background: var(--pale-yellow);
}

.contact-button {
  background: var(--ink);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--blue);
  outline-color: #f2c94c99;
}

footer {
  background: var(--ink);
}

@media (max-width: 850px) {
  .site-header nav {
    background: var(--white);
  }

  .story,
  .reviews {
    position: relative;
    overflow: hidden;
    background-image: none;
  }

  .story::before,
  .reviews::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    height: 190px;
    background: url("images/garden-floral-border.webp") top center / 100% auto no-repeat;
    pointer-events: none;
  }

  .story > *,
  .reviews > * {
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 520px) {
  .announcement-bar {
    padding: 8px 12px;
    font-size: 10px;
    letter-spacing: .045em;
  }

  .hero-script {
    font-size: 45px;
  }

  .hero-copy {
    padding-top: 128px;
  }

  .hero-copy::before {
    background-size: 165% auto;
    height: 126px;
  }

  .hero-location {
    font-size: 15px;
    left: 38px;
    letter-spacing: .075em;
    line-height: 1.35;
    right: 38px;
    top: 49px;
  }

  .hero h1 {
    font-size: clamp(40px, 12vw, 52px);
  }
}
