:root {
  color-scheme: light;
  --cp-orange: #f78d10;
  --cp-orange-dark: #c96a00;
  --cp-green: #d2de00;
  --cp-text: #252525;
  --cp-muted: #626262;
  --cp-line: #d9d9d9;
  --cp-soft: #fff8ed;
  --cp-error: #a3261e;
  --cp-error-bg: #fff3f2;
}
* { box-sizing: border-box; }
html { min-height: 100%; font-family: Arial, Helvetica, sans-serif; background: #fff; color: var(--cp-text); }
body { min-height: 100vh; margin: 0; display: grid; grid-template-rows: auto 1fr auto; font-size: 16px; line-height: 1.5; }
a { color: #5d4b3a; text-underline-offset: 3px; }
a:hover { color: var(--cp-orange-dark); }
button, input, textarea { font: inherit; }
button, a, input, textarea { -webkit-tap-highlight-color: rgba(247, 141, 16, .18); }
.cp-skip { position: fixed; left: 18px; top: -80px; z-index: 5; padding: 10px 14px; background: #fff; border: 2px solid var(--cp-orange); }
.cp-skip:focus { top: 14px; }
.cp-header { width: min(1100px, calc(100% - 40px)); margin: 0 auto; padding: 22px 0 19px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-bottom: 1px dashed var(--cp-orange); }
.cp-logo { display: inline-flex; flex-direction: column; color: #111; font-weight: 800; line-height: .92; text-decoration: none; text-transform: uppercase; }
.cp-logo-small { font-size: 20px; letter-spacing: .02em; }
.cp-logo-large { color: var(--cp-green); font-size: 43px; letter-spacing: -.035em; }
.cp-header-contact { text-align: right; color: var(--cp-muted); font-size: 14px; }
.cp-header-contact strong { display: block; color: var(--cp-orange-dark); font-size: 17px; }
.cp-header-contact a { color: inherit; }
.cp-main { width: min(760px, calc(100% - 32px)); margin: 0 auto; padding: 30px 0 64px; }
.cp-breadcrumbs { margin: 0 0 24px; color: var(--cp-muted); font-size: 13px; }
.cp-intro { margin-bottom: 25px; }
.cp-eyebrow { margin: 0 0 8px; color: var(--cp-orange-dark); font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
h1 { margin: 0 0 13px; color: var(--cp-orange); font-family: Verdana, Arial, sans-serif; font-size: clamp(28px, 5vw, 38px); font-weight: 400; line-height: 1.15; letter-spacing: -.025em; text-wrap: balance; }
.cp-intro > p:last-child { max-width: 630px; margin: 0; color: var(--cp-muted); font-size: 17px; text-wrap: pretty; }
.cp-panel { padding: 30px; border: 1px solid var(--cp-line); border-top: 4px solid var(--cp-orange); background: #fff; box-shadow: 0 12px 36px rgba(48, 38, 25, .07); }
.cp-requirements { margin: 0 0 24px; padding: 14px 16px; background: var(--cp-soft); border-left: 3px solid var(--cp-orange); font-size: 14px; }
.cp-requirements strong, .cp-requirements span { display: block; }
.cp-requirements span { margin-top: 3px; color: var(--cp-muted); }
.cp-error-summary { margin: 0 0 22px; padding: 15px 17px; color: #701710; background: var(--cp-error-bg); border: 1px solid #e5aaa5; }
.cp-error-summary:focus { outline: 3px solid var(--cp-error); outline-offset: 2px; }
.cp-error-summary strong { display: block; }
.cp-error-summary p { margin: 4px 0 0; font-size: 14px; }
.cp-field { margin-bottom: 20px; }
.cp-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.cp-field label { display: block; margin: 0 0 7px; color: var(--cp-text); font-weight: 700; }
.cp-optional { color: var(--cp-muted); font-size: 12px; font-weight: 400; }
.cp-required { color: var(--cp-error); }
.cp-field input, .cp-field textarea { display: block; width: 100%; min-height: 48px; padding: 11px 12px; color: var(--cp-text); background: #fff; border: 1px solid #aaa; border-radius: 4px; }
.cp-field textarea { min-height: 140px; resize: vertical; }
.cp-field input:hover, .cp-field textarea:hover { border-color: #777; }
.cp-field.has-error input, .cp-field.has-error textarea { border-color: var(--cp-error); background: #fffafa; }
.cp-help { display: block; margin-top: 6px; color: var(--cp-muted); font-size: 13px; }
.cp-field-error { margin-top: 6px; color: var(--cp-error); font-size: 13px; font-weight: 700; }
.cp-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(1px, 1px, 1px, 1px) !important; white-space: nowrap !important; }
.cp-consent { margin: 24px 0 20px; }
.cp-consent > label { display: flex; align-items: flex-start; gap: 11px; cursor: pointer; font-size: 14px; }
.cp-consent input { flex: 0 0 auto; width: 19px; height: 19px; margin: 2px 0 0; }
.cp-consent-links { margin: 9px 0 0 30px; color: var(--cp-muted); font-size: 13px; }
.cp-submit { display: inline-flex; min-height: 48px; width: 100%; align-items: center; justify-content: center; padding: 12px 20px; color: #202020; background: var(--cp-orange); border: 1px solid #db7400; border-radius: 4px; font-weight: 700; cursor: pointer; }
.cp-submit:hover { background: #ea7e00; }
.cp-submit:disabled, .cp-submit.is-sending { cursor: wait; opacity: .72; }
.cp-footnote { margin: 13px 0 0; color: var(--cp-muted); font-size: 13px; text-align: center; }
.cp-unavailable { padding: 30px; border: 1px solid var(--cp-line); border-top: 4px solid var(--cp-orange); background: var(--cp-soft); }
.cp-unavailable h1 { font-size: 30px; }
.cp-phone-action { display: inline-flex; min-height: 46px; align-items: center; padding: 10px 16px; color: #202020; background: var(--cp-orange); border-radius: 4px; font-weight: 700; text-decoration: none; }
.cp-footer { width: min(1100px, calc(100% - 40px)); margin: 0 auto; padding: 22px 0 30px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; border-top: 1px dashed var(--cp-orange); color: var(--cp-muted); font-size: 13px; }
.cp-footer-links { display: flex; flex-wrap: wrap; gap: 8px 18px; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid #40549c; outline-offset: 3px; }
@media (max-width: 640px) {
  .cp-header { width: min(100% - 28px, 1100px); padding: 17px 0; align-items: flex-start; }
  .cp-logo-small { font-size: 15px; }
  .cp-logo-large { font-size: 32px; }
  .cp-header-contact { max-width: 145px; font-size: 12px; }
  .cp-header-contact strong { font-size: 14px; }
  .cp-main { width: min(100% - 28px, 760px); padding: 23px 0 42px; }
  .cp-breadcrumbs { margin-bottom: 18px; }
  .cp-intro > p:last-child { font-size: 15px; }
  .cp-panel { padding: 22px 17px; }
  .cp-contact-grid { grid-template-columns: 1fr; gap: 0; }
  .cp-footer { width: min(100% - 28px, 1100px); padding-bottom: 24px; }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; } }

