:root {
  --ink: #1c2025;
  --paper: #f6f3ed;
  --white: #ffffff;
  --tan: #b88955;
  --tan-light: #e8dccb;
  --line: #c9c5bd;
  --muted: #5d6063;
  --max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }

.skip-link { position: absolute; left: 12px; top: -60px; z-index: 100; padding: 10px 14px; color: white; background: var(--ink); }
.skip-link:focus { top: 12px; }
.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }

.service-bar { color: #fff; background: var(--ink); }
.service-bar-inner { min-height: 34px; display: flex; align-items: center; justify-content: flex-end; gap: 28px; font-size: .69rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.service-bar-inner span + span::before { content: "/"; margin-right: 28px; color: var(--tan); }

.site-header { border-bottom: 1px solid var(--line); background: #fff; }
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.brand { width: 235px; flex: 0 0 235px; }
.brand img { width: 100%; height: auto; }
nav { display: flex; align-items: center; gap: 27px; }
nav a { font-size: .76rem; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.nav-cta { padding: 11px 16px; color: #fff; background: var(--ink); }

.hero { padding: 90px 0 96px; background: var(--paper); border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(310px, .72fr); gap: 95px; align-items: center; }
.kicker { margin: 0 0 15px; color: #76512d; font-size: .73rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.12; }
h1 { max-width: 680px; margin-bottom: 24px; font-size: clamp(3rem, 5.6vw, 5rem); letter-spacing: -.05em; }
.hero-text { max-width: 660px; margin: 0; font-size: 1.12rem; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 49px; border: 1px solid var(--ink); border-radius: 0; padding: 12px 20px; font-size: .77rem; font-weight: 800; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.button.primary { color: #fff; background: var(--ink); }
.button.primary:hover { background: #3b3f43; }
.plain-link { font-size: .86rem; font-weight: 700; text-underline-offset: 5px; }

.hero-summary { padding: 32px; border-top: 5px solid var(--tan); background: #fff; box-shadow: 0 8px 24px rgba(28,32,37,.08); }
.hero-summary h2 { margin-bottom: 20px; font-size: 1.45rem; }
.hero-summary ul { margin: 0; padding: 0; list-style: none; }
.hero-summary li { position: relative; padding: 12px 0 12px 23px; border-top: 1px solid var(--line); }
.hero-summary li::before { content: ""; position: absolute; left: 0; top: 22px; width: 8px; height: 8px; background: var(--tan); }
.hero-summary p { margin: 21px 0 0; color: var(--muted); font-size: .86rem; }

.intro-section { padding: 67px 0; color: #fff; background: var(--ink); }
.intro-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 90px; align-items: start; }
.intro-grid h2 { margin: 0; font-size: clamp(2rem, 3.8vw, 3.3rem); letter-spacing: -.035em; }
.intro-grid p { margin: 3px 0 0; color: #d8d8d5; line-height: 1.75; }

.section { padding: 92px 0; border-bottom: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: 1fr .72fr; gap: 90px; align-items: end; margin-bottom: 45px; }
.section-heading h2 { margin: 0; font-size: clamp(2.3rem, 4.2vw, 3.8rem); letter-spacing: -.045em; }
.section-heading > p { margin: 0 0 3px; color: var(--muted); }

.service-table { border-top: 2px solid var(--ink); }
.service-table article { display: grid; grid-template-columns: .72fr 1.28fr; gap: 55px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.service-table h3 { margin: 0; font-size: 1.25rem; }
.service-table p { margin: 0; color: var(--muted); }

.fit-section { background: var(--paper); }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; }
.fit-column { padding: 30px 32px; border: 1px solid var(--line); background: #fff; }
.fit-column h3 { margin-bottom: 18px; padding-bottom: 15px; border-bottom: 3px solid var(--tan); font-size: 1.35rem; }
.fit-column.not-accepted h3 { border-bottom-color: var(--ink); }
.fit-column ul { margin: 0; padding: 0; list-style: none; }
.fit-column li { position: relative; padding: 11px 0 11px 25px; border-bottom: 1px solid #e3e0da; }
.fit-column li:last-child { border-bottom: 0; }
.fit-column li::before { content: "✓"; position: absolute; left: 0; color: #76512d; font-weight: 800; }
.fit-column.not-accepted li::before { content: "×"; color: var(--ink); }

.process-list { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-top: 2px solid var(--ink); list-style: none; }
.process-list li { padding: 25px 28px 5px 0; }
.process-list li + li { padding-left: 28px; border-left: 1px solid var(--line); }
.process-list span { display: block; margin-bottom: 26px; color: #76512d; font-size: 1.7rem; font-weight: 800; }
.process-list h3 { margin-bottom: 10px; font-size: 1.08rem; }
.process-list p { margin: 0; color: var(--muted); font-size: .92rem; }

.request-section { padding: 92px 0; background: var(--paper); }
.request-grid { display: grid; grid-template-columns: minmax(270px, .72fr) minmax(0, 1.28fr); gap: 78px; align-items: start; }
.request-copy { position: sticky; top: 25px; }
.request-copy h2 { margin-bottom: 22px; font-size: clamp(2.3rem, 4.2vw, 3.8rem); letter-spacing: -.045em; }
.request-copy > p:not(.kicker) { color: var(--muted); }
.request-copy ul { margin: 28px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; }
.request-copy li { position: relative; padding: 7px 0 7px 22px; }
.request-copy li::before { content: ""; position: absolute; left: 0; top: 16px; width: 7px; height: 7px; background: var(--tan); }

.job-form { padding: 34px; border: 1px solid var(--line); background: #fff; }
.job-form fieldset { margin: 0 0 32px; padding: 0 0 28px; border: 0; border-bottom: 1px solid var(--line); }
.job-form legend { width: 100%; margin-bottom: 20px; padding: 0; font-size: 1.2rem; font-weight: 800; }
.job-form label { display: grid; gap: 7px; margin-bottom: 17px; font-size: .75rem; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; }
.job-form label > span { color: #77736c; font-size: .67rem; font-weight: 500; }
.field-grid { display: grid; gap: 17px; }
.field-grid.two { grid-template-columns: 1fr 1fr; }
.field-grid.three { grid-template-columns: repeat(3, 1fr); }
input, select, textarea { width: 100%; border: 1px solid #99958e; border-radius: 0; padding: 12px 13px; color: var(--ink); background: #fff; font-size: 1rem; font-weight: 400; letter-spacing: normal; text-transform: none; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 3px solid var(--tan-light); border-color: var(--ink); }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 22px; }
.check-grid label, .agreement { display: flex; align-items: flex-start; gap: 10px; padding: 11px 0; border-bottom: 1px solid #e5e2dc; font-size: .84rem; letter-spacing: 0; text-transform: none; }
.check-grid input, .agreement input { width: 18px; height: 18px; flex: 0 0 18px; margin: 2px 0 0; accent-color: var(--ink); }
.agreement span { color: var(--ink) !important; font-size: .84rem !important; font-weight: 700 !important; }
.form-submit { margin-top: 7px; }
.form-help { margin: 11px 0 0; color: #77736c; font-size: .77rem; }
.form-result { margin-top: 22px; padding: 18px; border: 1px solid var(--ink); }
.form-result p { margin: 5px 0 14px; }
.copy-button { border: 1px solid var(--ink); border-radius: 0; padding: 9px 14px; color: var(--ink); background: #fff; font-weight: 800; cursor: pointer; }

.site-footer { border-top: 6px solid var(--tan); background: #fff; }
.footer-inner { min-height: 138px; display: grid; grid-template-columns: 230px 1fr auto; align-items: center; gap: 38px; }
.footer-inner img { width: 220px; }
.footer-inner p { color: var(--muted); }
.footer-inner a { font-size: .77rem; font-weight: 800; text-transform: uppercase; }

@media (max-width: 880px) {
  .service-bar-inner { justify-content: center; }
  .service-bar-inner span:nth-child(2) { display: none; }
  nav a:not(.nav-cta) { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 50px; }
  .hero-summary { max-width: 620px; }
  .intro-grid, .section-heading { grid-template-columns: 1fr; gap: 28px; }
  .fit-grid { gap: 25px; }
  .process-list { grid-template-columns: 1fr 1fr; }
  .process-list li:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .process-list li:nth-child(4) { border-top: 1px solid var(--line); }
  .request-grid { grid-template-columns: 1fr; gap: 45px; }
  .request-copy { position: static; }
  .footer-inner { grid-template-columns: 210px 1fr; padding: 30px 0; }
  .footer-inner a { grid-column: 2; }
}

@media (max-width: 620px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .service-bar-inner { justify-content: flex-start; gap: 0; }
  .service-bar-inner span:not(:first-child) { display: none; }
  .header-inner { min-height: 78px; }
  .brand { width: 185px; flex-basis: 185px; }
  .nav-cta { padding: 9px 11px; font-size: .66rem; }
  .hero { padding: 65px 0 70px; }
  h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-summary { padding: 25px 22px; }
  .intro-section, .section, .request-section { padding: 68px 0; }
  .service-table article { grid-template-columns: 1fr; gap: 8px; }
  .fit-grid { grid-template-columns: 1fr; }
  .fit-column { padding: 25px 21px; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li, .process-list li + li { padding: 22px 0; border-left: 0; border-top: 1px solid var(--line); }
  .process-list li:first-child { border-top: 0; }
  .process-list span { margin-bottom: 10px; }
  .job-form { padding: 25px 18px; }
  .field-grid.two, .field-grid.three, .check-grid { grid-template-columns: 1fr; gap: 0; }
  .footer-inner { grid-template-columns: 1fr; gap: 10px; }
  .footer-inner a { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
