:root {
  --ink: #171510;
  --paper: #f4f0e7;
  --white: #fffdf8;
  --red: #d13d27;
  --yellow: #f4b73c;
  --green: #164b3b;
  --line: #d7d0c2;
  --muted: #6c665c;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Archivo, Arial, sans-serif; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.site-header {
  align-items: center; background: var(--white); border-bottom: 1px solid var(--line); display: flex;
  height: 72px; justify-content: space-between; padding: 0 4vw; position: sticky; top: 0; z-index: 20;
}
.brand, .footer-brand { align-items: center; display: flex; font-weight: 700; gap: 10px; }
.brand strong { color: var(--red); }
.brand-mark {
  align-items: center; background: var(--ink); color: var(--yellow); display: inline-flex; font-family: Rye, serif;
  font-size: 14px; height: 38px; justify-content: center; width: 38px;
}
nav { display: flex; gap: 30px; }
nav a { color: #4e493f; font-size: 14px; font-weight: 600; }
.header-cta { border-bottom: 2px solid var(--red); color: var(--red); font-size: 14px; font-weight: 700; padding: 8px 0; }

.hero {
  background-image: url("assets/mechanical-bull-event.webp"); background-position: center; background-size: cover;
  min-height: calc(100vh - 72px); max-height: 850px; position: relative;
}
.hero-overlay { background: linear-gradient(90deg, rgba(12,10,7,.92) 0%, rgba(12,10,7,.64) 43%, rgba(12,10,7,.08) 78%); inset: 0; position: absolute; }
.hero-content { color: white; max-width: 720px; padding: clamp(100px, 14vh, 150px) 5vw 70px; position: relative; z-index: 2; }
.eyebrow { color: var(--yellow); font-size: 12px; font-weight: 800; letter-spacing: 1.5px; margin: 0 0 18px; text-transform: uppercase; }
.eyebrow.dark { color: var(--red); }
h1 { font-family: Rye, Georgia, serif; font-size: clamp(48px, 7vw, 92px); font-weight: 400; letter-spacing: 0; line-height: .98; margin: 0; }
.hero-copy { color: #e5dfd3; font-size: clamp(17px, 2vw, 21px); max-width: 600px; }
.hero-actions { align-items: center; display: flex; gap: 24px; margin-top: 32px; }
.button {
  border: 0; cursor: pointer; display: inline-flex; font-size: 14px; font-weight: 800; justify-content: center;
  padding: 15px 21px; text-transform: uppercase;
}
.button.primary { background: var(--red); color: white; }
.button.secondary { background: var(--ink); color: white; }
.button.light { background: var(--white); color: var(--ink); }
.button.full { width: 100%; }
.button:disabled { cursor: wait; opacity: .7; }
.text-link { border-bottom: 1px solid rgba(255,255,255,.55); font-size: 14px; font-weight: 700; padding: 8px 0; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 52px; }
.hero-proof span { color: #dfd7c8; font-size: 12px; font-weight: 700; text-transform: uppercase; }

.quick-facts { background: var(--ink); color: white; display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 4vw; }
.quick-facts div { border-right: 1px solid #3d3830; display: flex; flex-direction: column; gap: 4px; padding: 25px 20px; }
.quick-facts div:last-child { border-right: 0; }
.quick-facts strong { color: var(--yellow); font-size: 15px; }
.quick-facts span { color: #bcb4a6; font-size: 12px; }

.answer-strip { background: var(--white); border-bottom: 1px solid var(--line); padding: 58px 7vw; }
.answer-strip h2 { font-family: Archivo, Arial, sans-serif; font-size: clamp(24px, 3vw, 38px); font-weight: 800; max-width: 900px; }
.answer-strip > p:not(.eyebrow) { color: var(--muted); font-size: 17px; max-width: 900px; }
.answer-links { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 22px; }
.answer-links a, .inline-link, .evidence-grid a, .source-list a { color: var(--red); font-size: 13px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.inline-link { display: block; margin-top: 20px; }

.quote-section { display: grid; gap: 7vw; grid-template-columns: .85fr 1.15fr; padding: 105px 7vw; }
.section-intro { padding-top: 24px; }
h2 { font-family: Rye, Georgia, serif; font-size: clamp(34px, 4vw, 55px); font-weight: 400; letter-spacing: 0; line-height: 1.08; margin: 0 0 20px; }
.section-intro > p:not(.eyebrow), .pricing-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.check-list { list-style: none; margin: 30px 0 0; padding: 0; }
.check-list li { border-top: 1px solid var(--line); font-weight: 700; padding: 14px 0 14px 28px; position: relative; }
.check-list li::before { color: var(--red); content: "✓"; left: 0; position: absolute; }

.quote-form { background: var(--white); border: 1px solid var(--line); padding: 32px; }
.form-progress { background: #e7e1d6; height: 4px; margin-bottom: 25px; }
.form-progress span { background: var(--red); display: block; height: 100%; width: 100%; }
.form-heading { display: flex; flex-direction: column; margin-bottom: 24px; }
.step-label { color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.form-heading strong { font-size: 24px; }
.field-grid { display: grid; gap: 17px; grid-template-columns: 1fr 1fr; }
label { color: #4d473e; display: flex; flex-direction: column; font-size: 12px; font-weight: 800; gap: 7px; text-transform: uppercase; }
label.wide { grid-column: 1 / -1; }
input, select, textarea { background: white; border: 1px solid #c9c1b4; border-radius: 0; color: var(--ink); min-height: 44px; padding: 10px 12px; text-transform: none; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--red); outline: 2px solid rgba(209,61,39,.15); }
.consent { align-items: flex-start; flex-direction: row; font-size: 10px; font-weight: 500; line-height: 1.45; margin: 18px 0; text-transform: none; }
.consent input { flex: 0 0 auto; min-height: 16px; width: 16px; }
.form-note { color: #777064; font-size: 10px; margin-bottom: 0; }
.form-success { background: #e4f0e9; border-left: 4px solid var(--green); display: none; flex-direction: column; gap: 5px; margin-top: 20px; padding: 18px; }
.form-success.show { display: flex; }

.process-section, .planning-section, .difference-section { background: var(--white); padding: 100px 7vw; }
.section-header { max-width: 700px; }
.steps { display: grid; gap: 1px; grid-template-columns: repeat(3, 1fr); margin-top: 50px; }
.steps article { background: var(--paper); min-height: 245px; padding: 30px; }
.steps span, .price-factors span { color: var(--red); font-size: 12px; font-weight: 800; }
h3 { font-size: 19px; letter-spacing: 0; margin: 35px 0 10px; }
.steps p, .price-factors p { color: var(--muted); font-size: 14px; }

.difference-section { border-top: 1px solid var(--line); }
.difference-grid { display: grid; gap: 1px; grid-template-columns: repeat(3, 1fr); margin-top: 45px; }
.difference-grid article { background: var(--paper); min-height: 190px; padding: 28px; }
.difference-grid strong { font-size: 18px; }
.difference-grid p { color: var(--muted); font-size: 14px; margin: 15px 0 0; }

.pricing-section { display: grid; gap: 8vw; grid-template-columns: .8fr 1.2fr; padding: 105px 7vw; }
.pricing-copy .button { margin-top: 22px; }
.price-factors { border-top: 1px solid var(--line); }
.price-factors article { border-bottom: 1px solid var(--line); display: grid; gap: 20px; grid-template-columns: 35px 1fr; padding: 23px 0; }
.price-factors h3 { margin: 0; }
.price-factors p { margin: 5px 0 0; }

.questions { border-top: 1px solid var(--line); margin-top: 45px; max-width: 950px; }
details { border-bottom: 1px solid var(--line); padding: 22px 0; }
summary { cursor: pointer; font-size: 17px; font-weight: 700; }
details p { color: var(--muted); margin-bottom: 0; max-width: 760px; }

.evidence-section { background: var(--paper); padding: 100px 7vw; }
.evidence-section .section-header > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.evidence-grid { display: grid; gap: 1px; grid-template-columns: repeat(3, 1fr); margin-top: 45px; }
.evidence-grid article { background: var(--white); min-height: 220px; padding: 28px; }
.evidence-grid strong { font-size: 18px; }
.evidence-grid p { color: var(--muted); font-size: 14px; }

.quote-clarity { background: var(--white); padding: 100px 7vw; }
.quote-clarity .section-header > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.comparison-grid { border-left: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 45px; }
.comparison-grid article { border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: 8px; min-height: 145px; padding: 25px; }
.comparison-grid strong { font-size: 16px; }
.comparison-grid span { color: var(--muted); font-size: 13px; }

.venue-fit { background: var(--red); color: white; display: grid; gap: 8vw; grid-template-columns: 1fr 1fr; padding: 100px 7vw; }
.venue-fit > div:first-child p:not(.eyebrow) { color: #f3d8d2; font-size: 17px; }
.fit-facts { border-top: 1px solid rgba(255,255,255,.35); }
.fit-facts article { border-bottom: 1px solid rgba(255,255,255,.35); display: flex; flex-direction: column; gap: 5px; padding: 20px 0; }
.fit-facts span { color: #f3d8d2; font-size: 13px; }

.service-area { align-items: center; background: var(--green); color: white; display: flex; justify-content: space-between; padding: 70px 7vw; }
.service-area div { max-width: 800px; }
.service-area h2 { margin-bottom: 12px; }
.service-area p:not(.eyebrow) { color: #c4d6ce; margin: 0; }

.final-cta { align-items: center; background: var(--red); color: white; display: flex; justify-content: space-between; padding: 70px 7vw; }
.final-cta div { max-width: 800px; }
.final-cta h2 { margin-bottom: 12px; }
.final-cta p:not(.eyebrow) { color: #f3d8d2; margin: 0; }

footer { background: var(--ink); color: white; display: grid; gap: 18px; padding: 48px 7vw; }
footer p, footer small { color: #aaa296; margin: 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-links a { color: var(--yellow); font-size: 13px; font-weight: 700; }
.footer-email { color: var(--white); font-size: 14px; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }

.legal-page { margin: 0 auto; max-width: 880px; min-height: 70vh; padding: 80px 24px; }
.legal-page h1 { font-family: Archivo, sans-serif; font-size: 44px; font-weight: 800; }
.legal-page h2 { font-family: Archivo, sans-serif; font-size: 24px; font-weight: 800; margin-top: 38px; }
.legal-page p, .legal-page li { color: var(--muted); }

.guide-hero { background: var(--ink); color: white; padding: 90px 7vw 75px; }
.guide-hero h1 { font-size: clamp(42px, 6vw, 76px); max-width: 1050px; }
.guide-hero p:not(.eyebrow) { color: #d5cdbf; font-size: 18px; max-width: 850px; }
.guide-layout { display: grid; gap: 7vw; grid-template-columns: minmax(0, 1fr) 300px; padding: 80px 7vw; }
.guide-content { max-width: 850px; }
.guide-content h2 { font-family: Archivo, Arial, sans-serif; font-size: clamp(28px, 3vw, 40px); font-weight: 800; margin-top: 60px; }
.guide-content h2:first-child { margin-top: 0; }
.guide-content h3 { margin: 30px 0 8px; }
.guide-content p, .guide-content li { color: var(--muted); }
.answer-box { background: var(--white); border-left: 5px solid var(--red); margin-bottom: 35px; padding: 25px; }
.answer-box strong { display: block; font-size: 18px; margin-bottom: 8px; }
.answer-box p { margin: 0; }
.data-table { border-collapse: collapse; margin: 25px 0; width: 100%; }
.data-table th, .data-table td { border: 1px solid var(--line); padding: 14px; text-align: left; vertical-align: top; }
.data-table th { background: var(--ink); color: white; font-size: 12px; text-transform: uppercase; }
.data-table td { background: var(--white); color: var(--muted); font-size: 14px; }
.guide-aside { align-self: start; background: var(--white); border-top: 4px solid var(--red); padding: 24px; position: sticky; top: 95px; }
.guide-aside strong { font-size: 18px; }
.guide-aside p { color: var(--muted); font-size: 13px; }
.guide-aside .button { margin-top: 10px; width: 100%; }
.source-list { padding-left: 20px; }
.source-list li { margin-bottom: 12px; }
.review-note { border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; margin-top: 50px; padding-top: 18px; }

@media (max-width: 900px) {
  nav { display: none; }
  .hero { min-height: 720px; }
  .hero-content { padding-top: 110px; }
  .quick-facts { grid-template-columns: 1fr 1fr; }
  .quick-facts div:nth-child(2) { border-right: 0; }
  .quote-section, .pricing-section, .venue-fit { grid-template-columns: 1fr; }
  .steps, .difference-grid, .evidence-grid { grid-template-columns: 1fr; }
  .guide-layout { grid-template-columns: 1fr; }
  .guide-aside { position: static; }
  .comparison-grid { grid-template-columns: 1fr 1fr; }
  .service-area, .final-cta { align-items: flex-start; flex-direction: column; gap: 28px; }
}

@media (max-width: 580px) {
  .site-header { height: 64px; padding: 0 18px; }
  .brand { font-size: 14px; }
  .header-cta { font-size: 11px; }
  .hero { min-height: 680px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(12,10,7,.91), rgba(12,10,7,.58)); }
  .hero-content { padding: 95px 20px 45px; }
  h1 { font-size: 48px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-proof { margin-top: 35px; }
  .quick-facts { grid-template-columns: 1fr; padding: 0 20px; }
  .quick-facts div { border-bottom: 1px solid #3d3830; border-right: 0; padding-left: 0; }
  .quote-section, .process-section, .pricing-section, .planning-section, .difference-section, .quote-clarity, .venue-fit, .evidence-section { padding: 70px 20px; }
  .answer-strip, .guide-hero, .guide-layout { padding-left: 20px; padding-right: 20px; }
  .quote-form { padding: 22px 16px; }
  .field-grid { grid-template-columns: 1fr; }
  label.wide { grid-column: auto; }
  .service-area, .final-cta, footer { padding: 55px 20px; }
  .comparison-grid { grid-template-columns: 1fr; }
}
