@font-face {
  font-family: "Big Shoulders";
  src: url("/assets/fonts/big-shoulders-var.woff2?v=2b0f476d92") format("woff2");
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Archivo";
  src: url("/assets/fonts/archivo-var.woff2?v=2b0f476d92") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Archivo";
  src: url("/assets/fonts/archivo-italic-var.woff2?v=2b0f476d92") format("woff2");
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --canvas: #f4f1e8;
  --surface: #ffffff;
  --ink: #14342a;
  --ink-soft: #4f6058;
  --accent: #8f5d18;
  --accent-ink: #14342a;
  --button-fill: #e0a054;
  --line: #c9d3ce;
  --error: #8a2d1c;
  --display: "Big Shoulders", system-ui, sans-serif;
  --text: "Archivo", system-ui, sans-serif;
  --measure: 62ch;
  --s1: 4px;
  --s2: 8px;
  --s3: 12px;
  --s4: 16px;
  --s5: 24px;
  --s6: 32px;
  --s7: 48px;
  --s8: 64px;
  --s9: 96px;
  --s10: 128px;
  --gutter: clamp(20px, 4vw, 48px);
  --section: clamp(48px, 9vw, 128px);
  --maxw: 1180px;
  --ease: cubic-bezier(0.23, 1, 0.32, 1);
  --e1: 0 1px 0 rgba(20, 52, 42, .13);
  --e2: 0 8px 24px rgba(20, 52, 42, .13);
  --e3: 0 14px 40px rgba(20, 52, 42, .18);
}

.ground-light {
  --canvas: #f4f1e8;
  --surface: #ffffff;
  --ink: #14342a;
  --ink-soft: #4f6058;
  --accent: #8f5d18;
  --accent-ink: #14342a;
  color: var(--ink);
  background: var(--canvas);
}

.ground-dark {
  --canvas: #0f3326;
  --surface: #163d2f;
  --ink: #f4efe2;
  --ink-soft: #b8c9bf;
  --accent: #e0a054;
  --accent-ink: #14342a;
  color: var(--ink);
  background: var(--canvas);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-color: #376052 #f4f1e8; scrollbar-width: thin; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: #f4f1e8; color: #14342a; font-family: var(--text); font-size: 17px; line-height: 1.6; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; overflow-x: clip; }
@media (min-width: 900px) { body { font-size: 18px; } }
::selection { color: #f4efe2; background: #14342a; }
.ground-dark ::selection { color: #14342a; background: #e0a054; }
:root { caret-color: #a8701f; accent-color: #a8701f; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { color: inherit; font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
a { color: var(--accent); text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
p { max-width: var(--measure); margin: 0 0 1.2em; text-wrap: pretty; }
h1, h2, h3 { margin: 0; color: var(--ink); font-family: var(--display); font-optical-sizing: auto; font-weight: 750; line-height: 1; letter-spacing: -.012em; text-wrap: balance; }
h1 { font-size: clamp(3rem, 6.2vw, 5rem); letter-spacing: -.02em; }
h2 { font-size: clamp(2rem, 4vw, 3.55rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.9rem); letter-spacing: -.005em; line-height: 1.04; }
:focus-visible { outline: 2px solid #a8701f; outline-offset: 2px; }
.ground-dark :focus-visible { outline-color: #e0a054; }
.shell { width: min(var(--maxw), calc(100% - (var(--gutter) * 2))); margin-inline: auto; }
.section { padding-block: var(--section); }
.eyebrow, .section-label { display: inline-block; margin-bottom: var(--s4); color: var(--accent); font-size: .75rem; font-weight: 700; line-height: 1.25; letter-spacing: .08em; text-transform: uppercase; }

.skip-link { position: fixed; top: var(--s3); left: var(--s3); z-index: 200; padding: var(--s3) var(--s4); background: #f4f1e8; color: #14342a; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 90; min-height: 68px; border-bottom: 1px solid #c9d3ce; background: #f4f1e8; color: #14342a; }
.home-page .site-header { border-color: rgba(244, 239, 226, .18); background: #0f3326; color: #f4efe2; }
.nav-row { display: flex; min-height: 68px; align-items: center; gap: clamp(16px, 2.2vw, 28px); }
.brand { display: inline-flex; min-width: max-content; align-items: center; gap: var(--s3); margin-right: auto; color: inherit; text-decoration: none; }
.brand img { width: 48px; height: 48px; flex: 0 0 48px; }
.brand span { display: grid; line-height: .88; }
.brand strong { font-family: var(--display); font-size: 1.25rem; font-weight: 780; letter-spacing: -.01em; }
.brand small { margin-top: 6px; color: currentColor; font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; opacity: .72; }
.desktop-nav { display: flex; align-items: center; gap: clamp(14px, 1.7vw, 24px); }
.desktop-nav a { color: inherit; font-size: .8125rem; font-weight: 700; text-decoration: none; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { text-decoration: underline; }
.button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; border: 1.5px solid #14342a; border-radius: 4px; padding: 10px 18px; background: #e0a054; color: #14342a; font-size: .9375rem; font-weight: 700; line-height: 1.2; text-decoration: none; white-space: nowrap; transition: background-color 160ms var(--ease), transform 120ms var(--ease); }
.button:hover { background: #d3954c; }
.button:active { transform: translateY(1px); }
.button:disabled { cursor: wait; opacity: .55; transform: none; }
.nav-phone { min-height: 40px; padding: 8px 14px; font-variant-numeric: tabular-nums; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { min-width: 48px; min-height: 44px; cursor: pointer; list-style: none; padding: 11px 0; color: inherit; font-size: .875rem; font-weight: 700; text-align: right; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { position: absolute; top: 51px; right: 0; display: grid; width: min(290px, calc(100vw - 40px)); border: 1px solid #c9d3ce; border-radius: 2px; padding: var(--s3); background: #f4f1e8; box-shadow: var(--e2); }
.mobile-menu nav a { min-height: 44px; padding: 10px 12px; color: #14342a; font-weight: 700; text-decoration: none; }

.lead-form[id] { scroll-margin-top: 92px; }
.lead-form { position: relative; width: 100%; border: 1px solid #c9d3ce; border-radius: 4px; padding: clamp(20px, 3vw, 32px); background: #ffffff; color: #14342a; box-shadow: var(--e3); --accent: #8f5d18; }
.form-heading { padding-bottom: var(--s5); }
.form-heading h2 { color: #14342a; font-size: clamp(1.8rem, 3vw, 2.35rem); line-height: 1; }
.form-heading p { margin: var(--s3) 0 var(--s2); color: #4f6058; font-size: .875rem; line-height: 1.55; }
.form-phone { display: inline-block; color: #8f5d18; font-size: .875rem; font-weight: 700; font-variant-numeric: tabular-nums; }
.form-fields { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s4); }
.seller-fields { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s4); min-width: 0; margin: 0; padding: 0; border: 0; }
.seller-fields legend { padding: 0 0 var(--s4); font-weight: 700; font-size: .875rem; }
.lead-form [hidden] { display: none !important; }
.lead-form .form-note, .non-seller p { margin: 0; font-size: .8125rem; color: #4f6058; }
.lead-form label { display: grid; gap: 6px; color: #14342a; font-size: .8125rem; font-weight: 700; letter-spacing: 0; }
.field-label { display: inline; white-space: nowrap; }
.lead-form label b { color: #8a2d1c; }
.lead-form label em { color: #4f6058; font-size: .75rem; font-weight: 400; }
.field-wide, .consent, .form-submit { grid-column: 1 / -1; }
.lead-form input:not([type="checkbox"]), .lead-form select, .lead-form textarea { width: 100%; min-height: 44px; border: 1px solid #c9d3ce; border-radius: 2px; padding: 9px 11px; background: #ffffff; color: #14342a; font-size: .9375rem; font-weight: 500; }
.lead-form textarea { min-height: 78px; resize: vertical; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: #a8701f; outline: 2px solid #a8701f; outline-offset: 1px; }
.consent { grid-template-columns: 20px 1fr; align-items: start; color: #4f6058 !important; font-size: .72rem !important; font-weight: 400 !important; line-height: 1.5; }
.consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: #a8701f; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.field-error { min-height: 0; color: #8a2d1c; font-size: .75rem; font-weight: 700; }
.form-submit { cursor: pointer; border: 1.5px solid #14342a; }
.form-status { display: none; }
.form-status.is-success, .form-status.is-error { display: block; margin-bottom: var(--s5); border: 1px solid #c9d3ce; border-radius: 2px; padding: var(--s4); background: #f4f1e8; }
.form-status.is-error { border-color: #8a2d1c; }
.form-status h3 { margin-bottom: var(--s2); color: #14342a; font-size: 1.45rem; }
.form-status p { margin: 0; color: #4f6058; }

.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; padding-top: var(--s5); color: #4f6058; font-size: .75rem; font-weight: 700; }
.breadcrumb a { color: #8f5d18; }
.breadcrumb i { color: #4f6058; font-style: normal; }
.inner-hero { padding: clamp(48px, 7vw, 96px) 0 var(--section); border-bottom: 1px solid #c9d3ce; }
.inner-hero-grid { max-width: 900px; }
.inner-hero-grid.has-form { display: grid; max-width: none; grid-template-columns: minmax(0, 1fr) minmax(350px, .72fr); align-items: start; gap: clamp(40px, 7vw, 88px); }
.inner-copy { padding-top: var(--s5); }
.inner-copy h1 { max-width: 15ch; }
.inner-copy > p { margin: var(--s5) 0 0; color: #4f6058; font-size: clamp(1.0625rem, 1.5vw, 1.25rem); }
.inner-phone { display: inline-grid; margin-top: var(--s5); color: #14342a; font-family: var(--display); font-size: 1.85rem; font-weight: 750; line-height: 1; text-decoration: none; font-variant-numeric: tabular-nums; }
.inner-phone small { margin-bottom: 6px; color: #8f5d18; font-family: var(--text); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero-hotline, .hotline { max-width: var(--measure); margin-top: var(--s5); border-top: 1px solid currentColor; padding-top: var(--s3); color: inherit !important; font-size: .875rem !important; }

.article-shell { max-width: 960px; padding-block: var(--section); }
.article-shell:empty { padding: 0; }
.content-section { max-width: 72ch; margin: 0 auto var(--s9); }
.content-section:last-child { margin-bottom: 0; }
.content-section h2 { margin: var(--s8) 0 var(--s4); font-size: clamp(2rem, 4vw, 3.25rem); }
.content-section h2:first-child { margin-top: 0; }
.content-section h3 { margin: var(--s7) 0 var(--s3); font-size: clamp(1.45rem, 2.6vw, 2rem); }
.content-section p, .content-section li { color: #3d554c; }
.content-section a:not(.button) { color: #8f5d18; font-weight: 650; }
.content-section ul, .content-section ol { margin: var(--s5) 0; padding-left: 1.35em; }
.content-section li { margin: var(--s2) 0; padding-left: var(--s1); }
.content-section blockquote { margin: var(--s7) 0; border-top: 1px solid #a8701f; padding: var(--s5) 0 0; color: #14342a; font-family: var(--display); font-size: 1.65rem; font-weight: 700; line-height: 1.15; }
.source-note { display: inline-flex; margin-left: 5px; border-bottom: 1px solid #a8701f; border-radius: 0; padding: 0 3px; font-size: .7rem; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; vertical-align: .1em; }
.source-link-card { display: grid; margin: 0; border-top: 1px solid #c9d3ce; padding: var(--s5) 0; color: #14342a !important; text-decoration: none; }
.source-link-card:last-child { border-bottom: 1px solid #c9d3ce; }
.source-link-card h3 { margin: 0 0 var(--s2); }
.source-link-card p { margin: 0; }
.source-link-card:hover h3 { text-decoration: underline; text-decoration-color: #a8701f; text-underline-offset: 4px; }
.table-wrap { max-width: 100%; margin: var(--s7) 0; overflow-x: auto; border: 1px solid #c9d3ce; }
table { width: 100%; border-collapse: collapse; background: #ffffff; font-size: .875rem; }
th, td { min-width: 145px; border-right: 1px solid #c9d3ce; border-bottom: 1px solid #c9d3ce; padding: var(--s3) var(--s4); text-align: left; vertical-align: top; }
th { background: #e7ece8; color: #14342a; }
.back-to-top { display: block; max-width: 72ch; margin: var(--s8) auto 0; color: #8f5d18; font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-align: right; text-transform: uppercase; }
.company-verification { padding-top: 0; }
.company-verification h2 { margin-bottom: var(--s4); }

.faq-band { border-top: 1px solid #c9d3ce; background: #e7ece8; }
.faq-layout { display: grid; grid-template-columns: .62fr 1fr; gap: clamp(40px, 8vw, 104px); }
.faq-layout h2 { max-width: 9ch; }
.faq-list { border-top: 1px solid #14342a; }
.faq-item { border-bottom: 1px solid #14342a; }
.faq-item summary { display: grid; min-height: 64px; grid-template-columns: 1fr 28px; align-items: center; gap: var(--s5); cursor: pointer; list-style: none; padding: var(--s4) 0; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item h3 { font-family: var(--text); font-size: 1rem; font-weight: 700; letter-spacing: 0; line-height: 1.45; }
.faq-item summary span { color: #8f5d18; font-size: 1.5rem; line-height: 1; transition: transform 180ms var(--ease); }
.faq-item[open] summary span { transform: rotate(45deg); }
.faq-answer { max-width: var(--measure); padding: 0 var(--s7) var(--s5) 0; color: #4f6058; transform-origin: top; }
.js .faq-item[open] .faq-answer { animation: faq-in 220ms var(--ease) both; }
@keyframes faq-in { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }

.closing-call { overflow: hidden; border-top: 1px solid rgba(244, 239, 226, .16); }
.closing-layout { display: grid; min-height: 430px; grid-template-columns: .85fr 1fr; align-items: center; gap: clamp(32px, 7vw, 84px); padding-block: var(--s8); }
.closing-content h2 { max-width: 11ch; }
.closing-content > p { margin: var(--s5) 0; color: #b8c9bf; font-weight: 500; letter-spacing: .01em; line-height: 1.65; }
.closing-actions { display: flex; align-items: center; gap: var(--s5); }
.phone-link { color: #f4efe2; font-family: var(--display); font-size: 1.8rem; font-weight: 750; line-height: 1; text-decoration: none; font-variant-numeric: tabular-nums; }
.closing-emblem { width: 100%; border: 1px solid rgba(244, 239, 226, .18); border-radius: 4px; box-shadow: inset 0 1px rgba(244, 239, 226, .08), 0 8px 24px rgba(10, 34, 25, .32); }
.closing-content .hotline a { color: #e0a054; }

.site-footer { position: relative; padding: var(--s8) 0 var(--s6); border-top: 1px solid rgba(244, 239, 226, .16); }
.site-footer p, .site-footer a { color: #b8c9bf; font-weight: 500; letter-spacing: .01em; line-height: 1.65; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .8fr .9fr .55fr; gap: var(--s7); }
.footer-brand { display: flex; align-items: flex-start; gap: var(--s4); }
.footer-brand img { width: 84px; height: 84px; flex: 0 0 84px; }
.footer-brand strong { display: block; color: #f4efe2; font-family: var(--display); font-size: 1.35rem; font-weight: 750; }
.footer-brand p { max-width: 31ch; margin-top: var(--s2); font-size: .8125rem; }
.site-footer h2 { margin-bottom: var(--s3); color: #e0a054; font-family: var(--text); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.site-footer a { display: block; margin: var(--s2) 0; font-size: .8125rem; }
.site-footer p { font-size: .8125rem; }
.footer-hotline { width: min(var(--maxw), calc(100% - (var(--gutter) * 2))); margin: var(--s6) auto 0; border-top: 1px solid rgba(244, 239, 226, .16); padding-top: var(--s4); }
.footer-hotline a { display: inline; color: #e0a054; }
.footer-bottom { display: grid; grid-template-columns: .7fr 1.3fr; gap: var(--s7); margin-top: var(--s7); border-top: 1px solid rgba(244, 239, 226, .16); padding-top: var(--s5); }
.mobile-action-bar { display: none; }
.js .reveal { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .desktop-nav, .nav-phone { display: none; }
  .mobile-menu { display: block; }
  .inner-hero-grid.has-form { grid-template-columns: 1fr 360px; gap: var(--s7); }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 760px) {
  .inner-hero-grid.has-form, .faq-layout, .closing-layout, .footer-grid, .footer-bottom { grid-template-columns: 1fr; }
  .inner-copy { padding-top: 0; }
  .inner-copy h1 { font-size: clamp(2.6rem, 13vw, 4.2rem); }
  .inner-hero-grid.has-form { gap: var(--s7); }
  .article-shell { width: min(100% - 40px, 680px); }
  .content-section { margin-bottom: var(--s8); }
  .content-section h2 { margin-top: var(--s7); }
  .faq-layout { gap: var(--s6); }
  .closing-layout { min-height: 0; padding-block: var(--s8); }
  .closing-content { order: 1; }
  .closing-emblem { order: 0; }
  .footer-grid > div:last-child { grid-column: 1; }
  .footer-bottom { gap: 0; }
}

@media (max-width: 430px) {
  .form-fields { grid-template-columns: 1fr; }
  .seller-fields { grid-template-columns: 1fr; }
  .field-wide, .consent, .form-submit { grid-column: 1; }
  .lead-form { padding: 20px 18px; }
  .closing-actions { align-items: flex-start; flex-direction: column; }
  .footer-brand { display: grid; }
}

@media (max-width: 899px) {
  body:has(.mobile-action-bar) { padding-bottom: 64px; }
  .mobile-action-bar { position: fixed; right: 0; bottom: 0; left: 0; z-index: 120; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #14342a; background: #f4f1e8; transition: opacity 160ms var(--ease), transform 160ms var(--ease); }
  .mobile-action-bar a { display: grid; min-height: 56px; place-items: center; padding: 8px 10px; background: #e0a054; color: #14342a; font-size: .8125rem; font-weight: 700; line-height: 1.2; text-align: center; text-decoration: none; }
  .mobile-action-bar a + a { border-left: 1px solid #14342a; }
  .mobile-action-bar.is-hidden { pointer-events: none; opacity: 0; transform: translateY(100%); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}

@media print {
  .site-header, .lead-form, .closing-call, .site-footer, .mobile-action-bar { display: none !important; }
  body { padding: 0; background: #fff; color: #000; }
  .article-shell { max-width: none; }
}
