/* ================================================================
   BOWER & BIRCH — Design System
   ================================================================ */

:root {
  --ivory:       #F9F5F0;
  --birch-cream: #E5D8C5;
  --copper:      #B07830;
  --copper-dark: #8A5C24;
  --accent: #B07830;
  --sage:        #2E5430;
  --warm-ash:    #524238;
  --bark:        #28251E;

  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'Jost', 'Helvetica Neue', Arial, sans-serif;

  --radius: 6px;
  --shadow: 0 2px 20px rgba(40, 37, 30, 0.09);
  --shadow-lg: 0 8px 40px rgba(40, 37, 30, 0.15);
  --max-w: 1080px;
  --section-v: 64px;
}

/* ── Reset ─────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: transparent; }
body {
  background: var(--ivory);
  color: var(--warm-ash);
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 15px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: var(--bark); text-decoration: none; transition: color .2s; }
a:hover { color: var(--bark); text-decoration: underline; }
button { cursor: pointer; border: none; background: none; font-family: var(--font-body); }
input, textarea, select { font-family: var(--font-body); }
ul { list-style: none; }

/* ── Typography ─────────────────────────────────────────────────── */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--bark);
  font-weight: 300;
  line-height: 1.2;
  overflow-wrap: break-word;
  text-wrap: balance;
}
p { text-wrap: pretty; }
h1 { font-size: clamp(42px, 7vw, 68px); letter-spacing: 0.06em; }
h2 { font-size: clamp(30px, 4.5vw, 42px); letter-spacing: 0.04em; }
h3 { font-size: clamp(20px, 3vw, 26px); font-weight: 400; }
p { color: var(--warm-ash); }

.eyebrow {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--sage);
}

/* ── Layout ─────────────────────────────────────────────────────── */
.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 24px;
}

section { padding: var(--section-v) 0; }
section[id] { scroll-margin-top: 80px; }

/* ── Landing pages ──────────────────────────────────────────────── */
.landing-first { padding-top: 136px; }
.section-header h1 {
  font-size: clamp(30px, 4.5vw, 42px);
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}
.landing-prose {
  max-width: 680px;
  margin: 0 auto;
}
.landing-prose h2 { font-size: clamp(24px, 3.5vw, 32px); margin: 36px 0 14px; }
.landing-prose p { margin-bottom: 16px; }
.landing-prose a { color: var(--copper); text-decoration: underline; text-underline-offset: 3px; }
.landing-prose a:hover { color: var(--copper-dark); }
.landing-cta {
  background: var(--birch-cream);
  text-align: center;
}
.landing-cta h2 { margin-bottom: 12px; }
.landing-cta p { max-width: 560px; margin: 0 auto 28px; }
@media (max-width: 640px) {
  .landing-first { padding-top: 104px; }
}

.section-header {
  text-align: center;
  margin-bottom: 40px;
}
.section-header .eyebrow { margin-bottom: 12px; }
.section-header h2 { margin-bottom: 16px; }
.section-header p { max-width: 560px; margin: 0 auto; }
.collection-pricing-line {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 300;
  color: var(--warm-ash);
  margin-top: 10px;
}
.collection-pricing-line strong { font-weight: 400; color: var(--bark); }

.copper-rule {
  width: 48px;
  height: 1px;
  background: var(--sage);
  margin: 20px auto 0;
}

/* ── Buttons ─────────────────────────────────────────────────────── */
.btn {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: var(--radius);
  transition: all .2s ease;
  white-space: nowrap;
}
.btn-primary {
  background: var(--copper);
  color: var(--ivory);
}
.btn-primary:hover {
  background: var(--copper-dark);
  color: var(--ivory);
}
.btn-outline {
  border: 1px solid var(--copper);
  color: var(--copper);
  background: transparent;
}
.btn-outline:hover {
  background: var(--copper);
  color: var(--ivory);
  text-decoration: none;
}
.btn-full { width: 100%; text-align: center; display: block; }
.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* ── Navigation ─────────────────────────────────────────────────── */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(249, 245, 240, 0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s;
}
.nav.scrolled { border-bottom-color: var(--birch-cream); }
.nav-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 24px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 400;
  color: var(--bark);
  letter-spacing: 0.06em;
}
.nav-logo:hover { color: var(--copper); }
.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav-links a {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--warm-ash);
}
.nav-links a:hover { color: var(--copper); }
.nav-links a.nav-active { color: var(--copper); }
.nav-cta { margin-left: 8px; }

.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
}
.nav-hamburger span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--bark);
  transition: all .3s;
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 64px; left: 0; right: 0;
  background: var(--ivory);
  border-bottom: 1px solid var(--birch-cream);
  padding: 24px;
  z-index: 99;
  flex-direction: column;
  gap: 20px;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--warm-ash);
}

/* ── Hero ───────────────────────────────────────────────────────── */
.hero {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  max-width: var(--max-w);
  margin: 64px auto 0;
  padding: 0;
  min-height: clamp(560px, calc(100vh - 64px), 860px);
}
.hero-content {
  padding: 72px 52px 72px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-eyebrow {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 20px;
  display: block;
}
.hero-title {
  font-family: var(--font-body);
  font-size: 54px;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.04;
  color: var(--bark);
  margin-bottom: 28px;
}
.hero-divider {
  width: 40px;
  height: 1px;
  background: var(--sage);
  margin-bottom: 28px;
}
.hero-tagline {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 300;
  color: var(--warm-ash);
  line-height: 1.4;
  margin-bottom: 10px;
  white-space: nowrap;
}
.hero-sub {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage);
  line-height: 1.9;
  margin-bottom: 36px;
}
.hero-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.hero-visual {
  background: url('/images/denver-wedding-arch-rental-hero.webp') center 42% / cover no-repeat;
  min-height: 400px;
}

/* ── About ──────────────────────────────────────────────────────── */
.about {
  background: var(--birch-cream);
  padding: var(--section-v) 0;
}
.about-inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}
.about h2 { margin-bottom: 24px; }
.about p { margin-bottom: 16px; }
.about p:last-of-type { margin-bottom: 32px; }
.trust-pills {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 8px;
}
.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--warm-ash);
  background: rgba(249, 245, 240, 0.7);
  border: 1px solid rgba(176, 120, 48, 0.25);
  padding: 8px 16px;
  border-radius: 40px;
}
.trust-pill svg { color: var(--copper); }

/* ── Structures ─────────────────────────────────────────────────── */
.structures { padding: var(--section-v) 0; }
/* ── Carousel nav (hidden on desktop) ──────────────────────────── */
.carousel-nav {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
}
.carousel-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--copper);
  color: var(--copper);
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s, color .2s;
  flex-shrink: 0;
}
.carousel-btn:hover { background: var(--copper); color: var(--ivory); }
.carousel-dots { display: flex; gap: 6px; align-items: center; }
.carousel-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--birch-cream);
  transition: all .2s;
}
.carousel-dot.active {
  background: var(--copper);
  width: 18px;
  border-radius: 3px;
}

/* ── Structures toggle (mobile only) ────────────────────────────── */
.structures-toggle {
  display: none;
  border: 1px solid var(--birch-cream);
  border-radius: 40px;
  overflow: hidden;
  margin: 24px auto 0;
  width: fit-content;
  background: var(--ivory);
}
.structures-tab {
  padding: 11px 28px;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--warm-ash);
  background: transparent;
  border: none;
  cursor: pointer;
  transition: background .2s, color .2s;
}
.structures-tab.active {
  background: var(--copper);
  color: var(--ivory);
  border-radius: 40px;
}

.collection-group { margin-top: 40px; }
.collection-group + .collection-group {
  margin-top: 52px;
  padding-top: 40px;
  border-top: 1px solid var(--birch-cream);
}
.collection-group-label {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 20px;
}
.structures-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.structure-card {
  background: var(--ivory);
  border: 1px solid var(--birch-cream);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .25s, box-shadow .25s;
}
.structure-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.card-illustration {
  background: var(--ivory);
  padding: 32px 32px 24px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 200px;
  flex-shrink: 0;
}
.card-illustration svg { max-height: 180px; }
.card-illustration img { width: 100%; height: 100%; object-fit: cover; display: block; }
.card-illustration:has(img),
.card-illustration.has-image { padding: 0; }
.card-body { padding: 24px 22px 22px; display: flex; flex-direction: column; flex: 1; }
.card-style {
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 0;
  line-height: 1.6;
}
.card-body h3 {
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 400;
  color: var(--bark);
  margin-top: 8px;
  margin-bottom: 0;
}
.card-tagline {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 16px;
  color: var(--accent);
  margin-top: 2px;
  margin-bottom: 0;
}
.card-body > p:not([class]) {
  font-size: 13.5px;
  line-height: 1.7;
  margin: 12px 0 0;
  height: 92px;
  overflow: hidden;
  color: var(--warm-ash);
}
.card-material {
  border-top: 1px solid #EEE7DC;
  padding-top: 12px;
  margin-top: 16px;
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #6b5c50;
}
.card-footer {
  margin-top: auto;
  padding-top: 18px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.card-price {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 400;
  color: var(--bark);
  line-height: 1;
}
.card-price sup {
  font-size: 17px;
  vertical-align: 8px;
  margin-right: 1px;
}
.card-pickup-note {
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.06em;
  color: #8a7a6c;
  margin-top: 4px;
}
.delivery-checkbox-label {
  cursor: pointer;
  color: var(--warm-ash);
}
.form-group label.delivery-checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--warm-ash);
}
.delivery-checkbox-label input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--copper);
  cursor: pointer;
  flex-shrink: 0;
}
.delivery-price-tag {
  font-weight: 400;
  color: var(--bark);
  margin-left: 4px;
}
.card-photo-placeholder {
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(
    -45deg,
    #ede6dc,
    #ede6dc 6px,
    #f5f0ea 6px,
    #f5f0ea 18px
  );
}

.card-footer .btn-primary {
  font-size: 11px;
  letter-spacing: 0.14em;
  padding: 12px 20px;
  white-space: nowrap;
}

/* ── How It Works ───────────────────────────────────────────────── */
.how-it-works {
  background: var(--birch-cream);
  padding: var(--section-v) 0;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 40px;
  position: relative;
}
.steps::before {
  content: '';
  position: absolute;
  top: 30px;
  left: calc(16.67% + 24px);
  right: calc(16.67% + 24px);
  height: 1px;
  background: var(--sage);
  opacity: 0.3;
}
.step {
  text-align: center;
  position: relative;
}
.step-number {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid var(--sage);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  font-family: var(--font-display);
  font-size: 24px;
  color: var(--sage);
  background: var(--birch-cream);
  position: relative;
  z-index: 1;
}
.step h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.step p { font-size: 14px; }

/* ── Service Area ───────────────────────────────────────────────── */
.service-area { padding: var(--section-v) 0; }
.service-area-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 44px;
  align-items: center;
}
.service-area h2 { margin-bottom: 16px; }
.service-area p { margin-bottom: 20px; }
.city-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}
.city-tag {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--sage);
  border: 1px solid rgba(46, 84, 48, 0.3);
  padding: 6px 14px;
  border-radius: 40px;
}
.city-tag-muted {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8a7a6c;
  border: 1px solid #d8c9b6;
  padding: 6px 14px;
  border-radius: 40px;
  white-space: nowrap;
}
.service-area-visual {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  background: #e8e0d4;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-placeholder {
  width: 100%;
  height: 320px;
  background: repeating-linear-gradient(
    -45deg,
    #ddd6c8,
    #ddd6c8 6px,
    #e8e0d4 6px,
    #e8e0d4 18px
  );
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.map-circle {
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: 2.5px solid var(--copper);
  background: rgba(176,120,48,.10);
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-pin {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--copper);
  box-shadow: 0 0 0 4px rgba(176,120,48,.25);
}
.map-label {
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--ivory);
  border: 1px solid var(--birch-cream);
  border-radius: 4px;
  padding: 5px 12px;
  font-family: var(--font-body);
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bark);
  white-space: nowrap;
  box-shadow: var(--shadow);
}

/* ── Pricing ────────────────────────────────────────────────────── */
.pricing { background: var(--birch-cream); padding: var(--section-v) 0; }
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.pricing-card {
  background: var(--ivory);
  border-radius: var(--radius);
  padding: 36px 28px;
  text-align: center;
  position: relative;
  box-shadow: var(--shadow);
}
.pricing-card.featured {
  border: 1.5px solid var(--copper);
}
.pricing-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--copper);
  color: var(--ivory);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 20px;
  white-space: nowrap;
}
.pricing-card h3 {
  font-size: 22px;
  margin-bottom: 4px;
}
.pricing-style {
  font-size: 11px;
  color: var(--sage);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.pricing-amount {
  font-family: var(--font-display);
  font-size: 52px;
  font-weight: 300;
  color: var(--bark);
  line-height: 1;
  margin-bottom: 6px;
}
.pricing-amount span {
  font-size: 22px;
  vertical-align: super;
  line-height: 0;
}
.pricing-period {
  font-size: 12px;
  color: var(--warm-ash);
  margin-bottom: 28px;
}
.pricing-includes {
  text-align: left;
  margin-bottom: 28px;
}
.pricing-includes li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  padding: 6px 0;
  border-bottom: 1px solid var(--birch-cream);
  color: var(--warm-ash);
}
.pricing-includes li:last-child { border-bottom: none; }
.pricing-includes svg { color: var(--copper); flex-shrink: 0; }

/* ── Pricing toggle ─────────────────────────────────────────────── */
.pricing-toggle {
  display: flex;
  border: 1px solid var(--birch-cream);
  border-radius: 40px;
  overflow: hidden;
  margin: 0 auto 36px;
  width: fit-content;
  background: var(--ivory);
}
.pricing-tab {
  padding: 11px 28px;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--warm-ash);
  background: transparent;
  border: none;
  cursor: pointer;
  transition: background .2s, color .2s;
}
.pricing-tab.active {
  background: var(--copper);
  color: var(--ivory);
  border-radius: 40px;
}
.pricing-panel[hidden] { display: none !important; }

/* ── FAQ ────────────────────────────────────────────────────────── */
.faq { padding: var(--section-v) 0; }
.faq-list { max-width: 700px; margin: 24px auto 0; }
.faq-item {
  border-bottom: 1px solid var(--birch-cream);
}
.faq-question {
  width: 100%;
  text-align: left;
  padding: 13px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 400;
  color: var(--bark);
  background: none;
  border: none;
  cursor: pointer;
  transition: color .2s;
}
.faq-question:hover { color: var(--copper); }
.faq-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid var(--birch-cream);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s;
  color: var(--copper);
  font-size: 16px;
  line-height: 1;
}
.faq-item.open .faq-icon {
  background: var(--copper);
  color: var(--ivory);
  border-color: var(--copper);
  transform: rotate(45deg);
}
.faq-answer {
  display: none;
  padding: 0 0 22px;
  font-size: 15px;
  color: var(--warm-ash);
  line-height: 1.75;
}
.faq-item.open .faq-answer { display: block; }

/* ── Contact ────────────────────────────────────────────────────── */
.contact { background: var(--birch-cream); padding: var(--section-v) 0; }
.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 64px;
  align-items: start;
}
.contact-info h2 { margin-bottom: 16px; }
.contact-info p { margin-bottom: 28px; }
.contact-details { display: flex; flex-direction: column; gap: 16px; }
.contact-detail {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: var(--warm-ash);
}
.contact-detail svg { color: var(--copper); flex-shrink: 0; }

.contact-form {
  background: var(--ivory);
  border-radius: var(--radius);
  padding: 40px;
  box-shadow: var(--shadow);
}
.contact-form h3 {
  font-size: 22px;
  margin-bottom: 28px;
  color: var(--bark);
}

/* ── Form Elements ──────────────────────────────────────────────── */
.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 8px;
}
.form-group input:not([type="checkbox"]),
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid rgba(82, 66, 56, 0.2);
  border-radius: var(--radius);
  background: var(--ivory);
  color: var(--bark);
  font-size: 15px;
  font-weight: 300;
  outline: none;
  transition: border-color .2s;
  -webkit-appearance: none;
  appearance: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--copper);
}
.form-group textarea { resize: vertical; min-height: 100px; }
.form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23B07830' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.form-grid .form-group { margin-bottom: 16px; }
.form-honeypot { display: none; }

.form-success {
  display: none;
  text-align: center;
  padding: 32px 0;
}
.form-success svg { color: var(--copper); margin: 0 auto 16px; }
.form-success h4 {
  font-family: var(--font-display);
  font-size: 22px;
  margin-bottom: 8px;
  color: var(--bark);
}
.form-error {
  background: rgba(180, 40, 40, 0.08);
  border: 1px solid rgba(180, 40, 40, 0.2);
  color: #8B2020;
  border-radius: var(--radius);
  padding: 12px 16px;
  font-size: 13px;
  margin-bottom: 16px;
  display: none;
}
.form-error.visible { display: block; }

.contact-reply-note {
  text-align: center;
  font-size: 12px;
  color: var(--warm-ash);
  opacity: 0.6;
  margin-top: 12px;
  letter-spacing: 0.04em;
}

/* ── Footer ─────────────────────────────────────────────────────── */
footer {
  background: var(--bark);
  color: rgba(249, 245, 240, 0.7);
  padding: 56px 0 36px;
}
.footer-inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
.footer-brand-name {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 400;
  color: var(--ivory);
  letter-spacing: 0.06em;
  margin-bottom: 12px;
}
.footer-tagline {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 15px;
  color: rgba(249, 245, 240, 0.55);
  margin-bottom: 20px;
}
.footer-nap { font-size: 13px; line-height: 1.9; }
.footer-nap a { color: rgba(249, 245, 240, 0.7); }
.footer-nap a:hover { color: var(--copper); }
.footer-col h4 {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--copper);
  margin-bottom: 16px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col li a {
  font-size: 13px;
  color: rgba(249, 245, 240, 0.7);
  transition: color .2s;
}
.footer-col li a:hover { color: var(--copper); }
.footer-bottom {
  border-top: 1px solid rgba(249, 245, 240, 0.1);
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: rgba(249, 245, 240, 0.4);
}

/* ── Booking Modal ──────────────────────────────────────────────── */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(40, 37, 30, 0.65);
  z-index: 200;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}
.modal-wrapper {
  position: fixed;
  inset: 0;
  z-index: 201;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .3s, transform .3s;
}
.modal-overlay.open,
.modal-wrapper.open {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}
.modal {
  background: var(--ivory);
  border-radius: 8px;
  width: 100%;
  max-width: 520px;
  max-height: 90vh;
  max-height: 90svh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  box-shadow: var(--shadow-lg);
}
.modal-header-band {
  background: var(--birch-cream);
  padding: 28px 32px 24px;
  border-radius: 8px 8px 0 0;
}
.modal-pickup-band {
  background: var(--birch-cream);
  color: var(--bark);
  text-align: left;
  padding: 9px 32px;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  display: block;
  border-bottom: 1px solid #d4c5af;
}

@keyframes fieldFlash {
  0%   { border-color: #c0392b; background: rgba(192,57,43,.07); }
  50%  { border-color: #c0392b; background: rgba(192,57,43,.12); }
  100% { border-color: var(--birch-cream); background: transparent; }
}
.field-error-flash {
  animation: fieldFlash 0.6s ease forwards;
  outline: none;
}
.modal-product-label {
  font-size: 9px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 8px;
}
.modal-product-header {
  display: flex;
  align-items: baseline;
  gap: 14px;
}
.modal-product-name {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 400;
  color: var(--bark);
}
.modal-product-price {
  font-family: var(--font-display);
  font-size: 20px;
  color: var(--copper);
}
.modal-close {
  position: absolute;
  top: 16px;
  right: 20px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--warm-ash);
  font-size: 20px;
  line-height: 1;
  transition: background .2s;
  z-index: 1;
}
.modal-close:hover { background: rgba(82, 66, 56, 0.1); }
.modal-body { padding: 28px 32px 32px; }

/* Step progress */
.modal-steps {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 28px;
}
.modal-step-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(82, 66, 56, 0.45);
  flex: 1;
}
.modal-step-item.active { color: var(--copper); }
.modal-step-item.done { color: var(--sage); }
.step-dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1.5px solid currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  flex-shrink: 0;
}
.modal-step-item.active .step-dot { background: var(--copper); color: var(--ivory); border-color: var(--copper); }
.modal-step-item.done .step-dot { background: var(--sage); color: var(--ivory); border-color: var(--sage); }
.step-connector {
  flex: 1;
  height: 1px;
  background: var(--birch-cream);
  margin: 0 8px;
}

.modal-step { display: none; }
.modal-step.active { display: block; }

.availability-result {
  padding: 12px 16px;
  border-radius: var(--radius);
  font-size: 13px;
  margin-bottom: 20px;
  display: none;
}
.availability-result.available {
  background: rgba(46, 84, 48, 0.08);
  border: 1px solid rgba(46, 84, 48, 0.25);
  color: var(--sage);
  display: block;
}
.availability-result.unavailable {
  background: rgba(180, 40, 40, 0.07);
  border: 1px solid rgba(180, 40, 40, 0.2);
  color: #8B2020;
  display: block;
}

.booking-summary {
  background: var(--birch-cream);
  border-radius: var(--radius);
  padding: 16px 20px;
  margin-bottom: 20px;
  font-size: 14px;
}
.summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}
.summary-row:not(:last-child) {
  border-bottom: 1px solid rgba(176, 120, 48, 0.15);
}
.summary-row-label { color: var(--warm-ash); }
.summary-row-value { font-weight: 400; color: var(--bark); }
.summary-total {
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--bark);
}
.summary-includes {
  font-size: 11px;
  color: var(--warm-ash);
  opacity: 0.7;
  letter-spacing: 0.05em;
  justify-content: center;
  padding-top: 8px;
}
.modal-note {
  text-align: center;
  font-size: 11px;
  color: var(--warm-ash);
  opacity: 0.65;
  margin-top: 12px;
  letter-spacing: 0.05em;
}

/* ── Testimonial Band ──────────────────────────────────────────────────────── */
.testimonial-band {
  background: var(--bark);
  padding: var(--section-v) 0;
}
.testimonial-inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}
.testimonial-content {
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.testimonial-eyebrow {
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #C99458;
  margin-bottom: 24px;
}
.testimonial-quote {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.4;
  color: #F9F5F0;
  margin-bottom: 24px;
}
.testimonial-attribution {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: #E5D8C5;
}
@media (max-width: 900px) {
  .testimonial-content { padding: 16px 0; }
  .testimonial-quote { font-size: 24px; }
}
@media (max-width: 640px) {
  .testimonial-content { padding: 8px 0; }
  .testimonial-quote { font-size: 21px; }
}

/* ── Responsive ─────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .structures-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .steps { grid-template-columns: 1fr; gap: 32px; }
  .steps::before { display: none; }
  .service-area-inner { grid-template-columns: 1fr; }
  .service-area-visual { display: none; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 360px; margin: 52px auto 0; }
  .contact-inner { grid-template-columns: 1fr; gap: 40px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-inner > *:first-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  :root { --section-v: 40px; }

  /* Nav */
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }

  /* Hero — full-bleed photo */
  .hero { grid-template-columns: 1fr; margin-top: 64px; position: relative; min-height: 520px; }
  .hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('/images/denver-wedding-arch-rental-hero-mobile.webp') center center / cover no-repeat;
    z-index: 0;
  }
  .hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to bottom,
      rgba(40,37,30,.30) 0%,
      rgba(40,37,30,.15) 26%,
      rgba(40,37,30,.55) 62%,
      rgba(40,37,30,.92) 100%
    );
    z-index: 1;
  }
  .hero-visual { display: none; }
  .hero-content {
    position: relative;
    z-index: 2;
    padding: 36px 28px 40px;
    align-items: center;
    text-align: center;
    justify-content: flex-end;
    min-height: 520px;
  }
  .hero-title { font-size: 40px; color: #F9F5F0; text-shadow: 0 2px 26px rgba(40,37,30,.6), 0 1px 3px rgba(40,37,30,.55); }
  .hero-eyebrow { color: #F4EEE6; text-shadow: 0 1px 12px rgba(40,37,30,.7); }
  .hero-divider { background: rgba(249,245,240,.4); margin-left: auto; margin-right: auto; }
  .hero-tagline { color: #F4EEE6; text-shadow: 0 1px 12px rgba(40,37,30,.7); }
  .hero-sub { color: #F4EEE6; }
  .hero-ctas { flex-direction: column; width: 100%; gap: 10px; }
  .hero-ctas .btn { width: 100%; text-align: center; }
  .hero-ctas .btn-outline {
    color: #F9F5F0;
    border-color: rgba(249,245,240,.55);
    background: transparent;
  }
  .hero-ctas .btn-outline:hover {
    background: rgba(249,245,240,.15);
    color: #F9F5F0;
  }
  .hero-ctas .btn-primary {
    background: transparent;
    color: #F9F5F0;
    border: 1px solid rgba(249,245,240,.55);
  }
  .hero-ctas .btn-primary:hover {
    background: rgba(249,245,240,.15);
    color: #F9F5F0;
  }

  /* Section headers */
  .section-header h2 { font-size: 26px; }

  /* Structures — carousel */
  .structures-grid {
    display: flex;
    gap: 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    -ms-overflow-style: none;
    max-width: none;
    margin: 0;
  }
  .structures-grid::-webkit-scrollbar { display: none; }
  .structure-card {
    flex: 0 0 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    min-width: 0;
  }
  .card-illustration { height: 180px; padding: 16px 16px 10px; }
  .card-illustration:has(img),
  .card-illustration.has-image { padding: 0; }
  .collection-group { position: relative; }
  .collection-group + .collection-group { margin-top: 40px; padding-top: 0; border-top: none; }
  .structures-toggle { display: flex; }
  .collection-group[data-group="chuppahs"] { display: none; }
  .collection-group[data-group="chuppahs"].active { display: block; }
  .collection-group[data-group="arches"].inactive { display: none; }
  .carousel-nav {
    display: flex;
    position: static;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 0;
    pointer-events: auto;
    margin-top: 20px;
  }
  .carousel-dots { display: flex; }
  .carousel-btn {
    pointer-events: all;
    width: 44px;
    height: 44px;
    background: var(--ivory);
    border: 1px solid var(--copper);
    color: var(--copper);
    box-shadow: none;
  }

  /* Steps */
  .step-number { width: 48px; height: 48px; font-size: 20px; }

  /* Forms */
  .form-grid { grid-template-columns: 1fr; }
  .contact-form { padding: 28px 20px; }

  /* Footer */
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-inner > *:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }

  /* Modal — compact so step 2 fits on one screen without scrolling */
  .modal { max-height: 95vh; max-height: 95svh; }
  .modal-header-band { padding: 16px 20px 12px; }
  .modal-product-name { font-size: 22px; }
  .modal-pickup-band { padding: 7px 20px; font-size: 9px; }
  .modal-body { padding: 18px 20px 20px; }
  .modal-steps { margin-bottom: 16px; }
  #modal-step-2 .form-grid { grid-template-columns: 1fr 1fr; }
  #modal-step-2 .form-grid .form-group:last-child { grid-column: 1 / -1; }
  #modal-step-2 .form-group { margin-bottom: 10px; }
  #modal-step-2 .form-grid .form-group { margin-bottom: 10px; }
  #modal-step-2 .form-group label { margin-bottom: 4px; }
  #modal-step-2 .form-group input,
  #modal-step-2 .form-group textarea { padding: 9px 14px; }
  #modal-step-2 textarea { min-height: 44px; }
  #modal-step-2 .booking-summary { padding: 10px 16px; margin-bottom: 12px; }
  #back-to-step1 { margin-top: 8px; }
}

@media (min-width: 640px) and (max-width: 900px) {
  .structures-grid { grid-template-columns: 1fr 1fr; max-width: none; }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-content { padding: 60px 32px 60px 24px; }
}

/* Six nav links don't fit alongside the logo below ~760px — use the hamburger menu */
@media (max-width: 760px) {
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
}
/* Still snug just above that — tighten spacing up to ~860px */
@media (min-width: 761px) and (max-width: 860px) {
  .nav-links { gap: 16px; }
  .nav-cta { margin-left: 0; }
}

.pricing-period { font-size: 11px; white-space: nowrap; }
