:root {
  --orange: #FAA21A;
  --orange-dark: #9A5A00;
  --charcoal: #343434;
  --charcoal-2: #262626;
  --ink: #202020;
  --muted: #5D5D5D;
  --paper: #F7F4EE;
  --white: #FFFFFF;
  --line: #D8D3C9;
  --radius: 22px;
  --shadow: 0 18px 45px rgba(0,0,0,.12);
  --shell: min(1160px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Avenir Next", Avenir, "Century Gothic", Montserrat, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 9999;
  background: var(--white);
  color: var(--ink);
  padding: 12px 18px;
  border-radius: 8px;
  font-weight: 800;
}
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 92px 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(52,52,52,.97);
  border-bottom: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(10px);
}
.nav-shell { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 190px; }
.site-nav { display: flex; align-items: center; gap: 28px; color: var(--white); font-size: .94rem; font-weight: 700; }
.site-nav a { text-decoration: none; }
.site-nav a:not(.button):hover { color: var(--orange); }
.nav-toggle { display: none; width: 48px; height: 48px; background: transparent; border: 1px solid rgba(255,255,255,.3); border-radius: 10px; padding: 12px; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--white); margin: 5px 0; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 23px;
  border: 2px solid var(--orange);
  border-radius: 999px;
  background: var(--orange);
  color: #1D1D1D;
  text-decoration: none;
  font-weight: 900;
  line-height: 1.1;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); background: #FFB13C; border-color: #FFB13C; }
.button-small { min-height: 42px; padding: 10px 18px; }
.button-full { width: 100%; }
.button-outline { background: transparent; color: var(--white); border-color: rgba(255,255,255,.65); }
.button-outline:hover { background: var(--white); color: var(--ink); border-color: var(--white); }
.button-outline-dark { background: transparent; color: var(--ink); border-color: var(--ink); }
.button-outline-dark:hover { color: var(--white); background: var(--ink); border-color: var(--ink); }
.text-link { color: var(--white); font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.text-link span { color: var(--orange); }
.dark-link { color: var(--ink); }

:focus-visible { outline: 4px solid var(--orange); outline-offset: 4px; }

.hero { background: var(--charcoal); color: var(--white); padding: 86px 0 74px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 72px; }
.hero h1, .section-heading h2, .pickle-callout h2, .revenue-callout h2, .axe-callout h2, .quote-section h2 {
  margin: 0;
  font-size: clamp(2.6rem, 6vw, 5.5rem);
  line-height: .98;
  letter-spacing: -.045em;
}
.eyebrow { margin: 0 0 14px; color: var(--orange-dark); font-size: .82rem; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; }
.hero .eyebrow, .axe-callout .eyebrow, .quote-section .eyebrow { color: var(--orange); }
.hero-lede { max-width: 720px; margin: 26px 0 0; font-size: clamp(1.08rem, 2vw, 1.32rem); color: #F2F2F2; }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 32px; flex-wrap: wrap; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 10px 22px; list-style: none; padding: 0; margin: 32px 0 0; color: #E7E7E7; font-weight: 700; font-size: .92rem; }
.hero-facts li::before { content: "✓"; color: var(--orange); margin-right: 8px; }
.hero-logo-wrap { position: relative; }
.hero-logo-wrap::before { content: ""; position: absolute; inset: -12%; border-radius: 50%; background: radial-gradient(circle, rgba(250,162,26,.20), rgba(250,162,26,0) 68%); }
.hero-logo-wrap img { position: relative; width: min(100%, 430px); margin-inline: auto; filter: drop-shadow(0 20px 30px rgba(0,0,0,.35)); }

.event-strip { overflow: hidden; background: var(--orange); border-block: 1px solid rgba(0,0,0,.15); }
.ticker-track { display: flex; width: max-content; animation: ticker 32s linear infinite; }
.ticker-group { display: flex; align-items: center; flex-shrink: 0; }
.ticker-group span { display: inline-flex; align-items: center; min-height: 58px; color: #171717; font-weight: 900; white-space: nowrap; text-transform: uppercase; letter-spacing: .08em; font-size: .82rem; }
.ticker-group span::after { content: "•"; margin: 0 28px; }
@keyframes ticker { to { transform: translateX(-50%); } }

.pickle-callout { background: var(--paper); padding: 62px 0 28px; }
.callout-card { display: grid; grid-template-columns: 86px 1fr; gap: 28px; align-items: start; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 10px 30px rgba(0,0,0,.06); }
.pickle-icon { width: 72px; height: 72px; border-radius: 50%; display: grid; place-items: center; background: var(--orange); color: var(--ink); font-size: 2.2rem; font-weight: 1000; }
.pickle-callout h2 { font-size: clamp(2rem, 4vw, 3.5rem); color: var(--ink); }
.pickle-callout p { max-width: 900px; margin: 16px 0 0; color: #353535; }
.callout-tagline { font-weight: 900; }

.packages-section { background: var(--paper); }
.section-heading { max-width: 780px; }
.section-heading.centered { text-align: center; margin: 0 auto 44px; }
.section-heading h2 { color: var(--ink); font-size: clamp(2.4rem, 5vw, 4.7rem); }
.section-heading > p:last-child { margin: 18px 0 0; color: var(--muted); font-size: 1.08rem; }
.package-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.package-card { display: flex; flex-direction: column; padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 28px rgba(0,0,0,.06); }
.package-card.featured { border: 3px solid var(--orange); transform: translateY(-8px); }
.package-kicker { margin: 0 0 8px; color: var(--orange-dark); font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
.package-card h3 { margin: 0; font-size: 2rem; line-height: 1; }
.price { margin: 22px 0 12px; }
.price span { display: block; color: var(--muted); font-size: .85rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.price strong { display: block; margin-top: 3px; font-size: clamp(2.35rem, 4vw, 3.55rem); line-height: 1; letter-spacing: -.04em; }
.price.custom strong { font-size: 2.5rem; }
.package-summary { min-height: 52px; color: var(--muted); }
.package-card ul { list-style: none; padding: 0; margin: 18px 0 28px; flex: 1; }
.package-card li { position: relative; padding: 10px 0 10px 28px; border-bottom: 1px solid #EAE6DE; }
.package-card li::before { content: "✓"; position: absolute; left: 0; color: var(--orange-dark); font-weight: 1000; }

.comparison-wrap { margin-top: 62px; padding: 32px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.comparison-heading h3 { margin: 0 0 24px; font-size: 2rem; }
.table-scroll { overflow-x: auto; border-radius: 12px; }
table { width: 100%; border-collapse: collapse; min-width: 760px; }
th, td { padding: 15px 16px; text-align: center; border-bottom: 1px solid #E5E0D7; }
th:first-child, td:first-child { text-align: left; }
thead th { background: var(--charcoal); color: var(--white); font-size: .9rem; }
thead th:first-child { border-radius: 10px 0 0 0; }
thead th:last-child { border-radius: 0 10px 0 0; }
tbody th { color: var(--ink); font-weight: 800; }
tbody tr:nth-child(even) { background: #FAF8F3; }

.addons-block { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; align-items: center; margin-top: 30px; padding: 30px 34px; border-radius: var(--radius); background: var(--charcoal); color: var(--white); }
.addons-block h3 { margin: 0; font-size: 2rem; }
.addons-block ul { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; padding: 0; margin: 0; list-style: none; }
.addons-block li { padding: 12px 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; }
.addons-block li::before { content: "+"; color: var(--orange); font-weight: 1000; margin-right: 8px; }

.revenue-callout { padding: 72px 0; background: var(--orange); color: var(--ink); }
.revenue-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
.revenue-callout h2 { font-size: clamp(2.8rem, 5vw, 5rem); }
.revenue-callout p { margin: 0 0 16px; font-size: 1.08rem; }
.eyebrow.dark { color: #5B3600; }

.faq-section { background: var(--paper); }
.faq-shell { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 22px 46px 22px 0; cursor: pointer; list-style: none; font-size: 1.07rem; font-weight: 900; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 10px; top: 18px; font-size: 1.6rem; color: var(--orange-dark); }
details[open] summary::after { content: "–"; }
details p { margin: 0; padding: 0 36px 24px 0; color: #454545; }

.axe-callout { background: var(--charcoal); color: var(--white); }
.axe-grid { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.axe-callout h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
.axe-callout p { max-width: 650px; color: #E5E5E5; }

.quote-section { background: var(--charcoal-2); color: var(--white); }
.quote-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; align-items: start; }
.quote-copy img { width: 180px; margin-top: 40px; opacity: .9; }
.form-card { padding: 30px; background: var(--white); color: var(--ink); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
label { display: grid; gap: 8px; font-size: .9rem; font-weight: 800; }
label span { color: #A24B00; }
label small { display: inline; margin-left: 6px; color: var(--muted); font-weight: 500; }
input, select, textarea { width: 100%; border: 2px solid #8A8A8A; border-radius: 10px; background: var(--white); color: var(--ink); padding: 12px 13px; }
input:focus, select:focus, textarea:focus { border-color: var(--orange-dark); outline: 3px solid rgba(250,162,26,.35); }
.full-field { grid-column: 1 / -1; }
.honeypot { position: absolute; left: -9999px; }
.form-card .button { margin-top: 20px; }
.form-status { min-height: 26px; margin: 12px 0 0; color: #8B2D00; font-weight: 800; }
.form-success { padding: 28px; border-radius: 16px; background: #FFF4DB; border: 2px solid var(--orange); }
.form-success h3 { margin-top: 0; font-size: 2rem; }

.site-footer { padding: 46px 0 24px; background: #1D1D1D; color: #E8E8E8; }
.footer-grid { display: grid; grid-template-columns: auto 1fr auto; gap: 30px; align-items: center; }
.footer-grid img { width: 180px; }
.footer-grid p { margin: 0; }
.footer-grid nav { display: flex; flex-wrap: wrap; gap: 22px; }
.footer-grid a { color: var(--white); text-underline-offset: 4px; }
.footer-bottom { margin-top: 34px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); font-size: .8rem; color: #BCBCBC; }

@media (max-width: 940px) {
  .nav-toggle { display: block; }
  .site-nav { position: absolute; left: 20px; right: 20px; top: 74px; display: none; flex-direction: column; align-items: stretch; padding: 20px; background: var(--charcoal-2); border: 1px solid rgba(255,255,255,.15); border-radius: 14px; }
  .site-nav.open { display: flex; }
  .site-nav .button { width: 100%; }
  .hero-grid, .faq-shell, .quote-grid, .revenue-grid { grid-template-columns: 1fr; }
  .hero-logo-wrap { max-width: 380px; order: -1; }
  .hero-logo-wrap img { width: 300px; }
  .package-cards { grid-template-columns: 1fr; }
  .package-card.featured { transform: none; }
  .addons-block { grid-template-columns: 1fr; }
  .axe-grid { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) {
  :root { --shell: min(100% - 28px, 1160px); }
  .section { padding: 68px 0; }
  .brand img { width: 155px; }
  .nav-shell { min-height: 72px; }
  .hero { padding: 55px 0 58px; }
  .hero-grid { gap: 38px; }
  .hero-logo-wrap img { width: 230px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-facts { display: grid; grid-template-columns: 1fr 1fr; }
  .callout-card { grid-template-columns: 1fr; padding: 26px; }
  .pickle-icon { width: 58px; height: 58px; font-size: 1.8rem; }
  .package-card, .comparison-wrap, .form-card { padding: 24px; }
  .addons-block { padding: 26px; }
  .addons-block ul { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .full-field { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid nav { flex-direction: column; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .ticker-track { animation: none; }
  .ticker-group[aria-hidden="true"] { display: none; }
  .event-strip { overflow-x: auto; }
}


/* v9 package and event-band refinements */
.event-strip {
  background: var(--orange);
  color: var(--ink);
  overflow-x: auto;
  scrollbar-width: thin;
}
.event-strip-line {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  white-space: nowrap;
  font-size: clamp(.76rem, 1.05vw, .9rem);
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.event-strip-line span[aria-hidden="true"] {
  color: rgba(32,32,32,.55);
}

.packages-section .section-heading {
  margin-bottom: 38px;
}
.package-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}
.package-card {
  min-width: 0;
  padding: 24px;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(0,0,0,.055);
}
.package-card.featured {
  transform: none;
  border-width: 2px;
}
.package-card h3 {
  font-size: 1.75rem;
}
.price {
  margin: 16px 0 8px;
}
.price strong {
  font-size: clamp(2.15rem, 3.1vw, 3rem);
}
.price.custom strong {
  font-size: clamp(1.9rem, 2.7vw, 2.45rem);
}
.package-summary {
  min-height: 44px;
  margin: 8px 0 4px;
  font-size: .94rem;
  line-height: 1.45;
}
.package-card ul {
  margin: 12px 0 20px;
}
.package-card li {
  padding: 7px 0 7px 24px;
  font-size: .9rem;
  line-height: 1.35;
}
.package-card .button {
  min-height: 44px;
  padding: 10px 18px;
}

.addons-card {
  margin-top: 24px;
  padding: 28px 30px;
  background: var(--white);
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(0,0,0,.055);
}
.addons-copy {
  display: grid;
  grid-template-columns: minmax(220px, .8fr) minmax(320px, 1.2fr);
  gap: 34px;
  align-items: end;
}
.addons-copy h3 {
  margin: 0;
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
  line-height: 1.12;
}
.addons-copy > p:last-child {
  margin: 0;
  color: var(--muted);
}
.addons-card ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 10px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}
.addons-card li {
  position: relative;
  padding: 11px 12px 11px 32px;
  border: 1px solid #E4DED4;
  border-radius: 11px;
  background: #FBF9F5;
  font-size: .9rem;
  font-weight: 700;
}
.addons-card li::before {
  content: "+";
  position: absolute;
  left: 12px;
  color: var(--orange-dark);
  font-weight: 1000;
}
.addons-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: .88rem;
}

@media (max-width: 900px) {
  .package-cards { grid-template-columns: 1fr; }
  .package-card { max-width: 680px; width: 100%; margin-inline: auto; }
  .addons-copy { grid-template-columns: 1fr; gap: 8px; }
  .addons-card ul { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .event-strip-line { justify-content: flex-start; width: max-content; padding-right: 20px; }
}

@media (max-width: 560px) {
  .package-card { padding: 22px; }
  .addons-card { padding: 24px; }
  .addons-card ul { grid-template-columns: 1fr; }
}
