:root {
  --ink: #182c41;
  --muted: #626d70;
  --paper: #fcfbf8;
  --cream: #f8edda;
  --line: #dcded7;
  --sage: #eef1eb;
  --accent: #a54939;
  --body: Arial, Helvetica, sans-serif;
  --serif: Georgia, 'Times New Roman', serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 128px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.65 var(--body); }
a { color: inherit; text-underline-offset: 5px; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img { display: block; max-width: 100%; height: auto; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
.container { width: min(1200px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 50; padding: 12px; background: #fff; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.site-header { position: sticky; top: 0; z-index: 10; background: #fff; border-bottom: 1px solid var(--line); }
.header-inner { height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.header-brand { display: block; flex: 0 0 auto; line-height: 0; }
.header-logo { display: block; width: 144px; height: auto; object-fit: contain; mix-blend-mode: multiply; }
nav { display: flex; gap: 32px; align-items: center; }
nav a { font-size: 13px; text-decoration: none; }
nav a:hover { color: var(--accent); }
.header-actions { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.portal-button { display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; min-height: 52px; padding: 9px 18px; border: 1px solid var(--ink); border-radius: 4px; background: var(--ink); color: #fff; line-height: 1.3; white-space: nowrap; transition: background .2s, transform .2s; }
.portal-button { text-decoration: none; }
.portal-button strong { font-size: 14px; font-weight: 600; }
.portal-button > span { font-size: 12px; }
.portal-button:hover { background: #29445d; transform: translateY(-1px); }
.portal-button-footer { background: #fcfbf8; border-color: #fcfbf8; color: var(--ink); }
.portal-button-footer:hover { background: #e6edf2; }
.header-phone { border-left: 1px solid var(--line); padding-left: 32px; font-weight: 600; }
.menu-button { display: none; }
.hero { position: relative; isolation: isolate; overflow: hidden; background: #f5f5ef; }
.hero-landscape { position: absolute; z-index: -2; inset: 0 0 0 28%; pointer-events: none; }
.hero-landscape video { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 54% center; filter: saturate(.62) contrast(.88) brightness(1.08); }
/* One continuous surface: solid reading area, sunlit footage, then a soft ground fade. */
.hero::before { content: ''; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(90deg, #f5f5ef 0%, #f5f5ef 30%, rgba(245,245,239,.97) 37%, rgba(245,245,239,.78) 46%, rgba(245,245,239,.15) 66%, rgba(245,245,239,.05)), linear-gradient(0deg, #f5f5ef 0%, rgba(245,245,239,.72) 10%, transparent 33%, rgba(245,245,239,.12) 75%, rgba(245,245,239,.5) 100%); }
.hero::after { content: ''; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: radial-gradient(ellipse at 88% 0%, rgba(255,241,199,.36), transparent 55%); }
.hero-layout { display: flex; align-items: center; min-height: 620px; padding-block: 86px 72px; }
.hero-copy { width: 560px; max-width: 49%; }
.hero h1 { font-size: clamp(38px, 3.8vw, 56px); }
.eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 1.8px; text-transform: uppercase; color: #69695e; margin: 0 0 24px; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -1.7px; margin: 0; line-height: 1.14; text-wrap: balance; }
h1 { font-size: clamp(38px, 3.8vw, 56px); }
h2 { font-size: clamp(32px, 3.1vw, 44px); }
.intro { max-width: 400px; color: #586064; font-size: 17px; line-height: 1.8; margin: 26px 0 30px; }
.actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 50px; padding: 13px 21px; background: var(--ink); color: #fff; border: 1px solid var(--ink); border-radius: 3px; text-decoration: none; font-size: 13px; font-weight: 600; transition: background .2s, transform .2s; }
.button:hover { background: #29445d; transform: translateY(-2px); }
.button span { font-size: 18px; line-height: 1; transition: transform .2s; }
.button:hover span { transform: translate(2px, -2px); }
.button-text { min-height: 48px; gap: 10px; padding: 11px 18px; background: #eef1f2; color: var(--ink); border-color: #9ba8b2; font-size: 14px; }
.button-text:hover { background: var(--ink); color: #fff; transform: none; }
.button-text svg { width: 20px; height: 20px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.quiet-link { font-size: 13px; font-weight: 500; }
.hero-caption { margin: 32px 0 0; font-size: 11px; color: #686e6b; letter-spacing: .3px; }
.hero-footnote { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid #ddd4c3; padding-block: 21px; font-size: 12px; color: #656b65; }
.section { padding-block: 100px; }
.services { display: grid; grid-template-columns: 1fr 1.25fr; gap: 110px; }
.section-intro > p:last-child { color: var(--muted); font-size: 15px; margin-top: 24px; }
.service-list { border-top: 1px solid var(--line); }
.service { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; border: 0; border-bottom: 1px solid var(--line); background: none; color: var(--ink); text-align: left; }
.service strong { display: block; font-size: 18px; font-weight: 500; line-height: 1.4; }
.service { text-decoration: none; }
.service small { display: block; margin-top: 5px; font-size: 13px; line-height: 1.5; color: var(--muted); }
.service-arrow { font-size: 22px; color: #738579; transition: transform .2s; }
.service:hover .service-arrow { transform: translate(3px, -3px); }
.service:hover strong { color: var(--accent); }
.service-note { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 18px; font-size: 14px; color: var(--muted); margin: 22px 0 0; }
.about { background: var(--sage); padding-block: 76px; }
.about-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.waco-drawing { margin: 0; min-width: 0; }
.waco-drawing img { display: block; width: 100%; height: auto; border-radius: 5px; }
.waco-drawing figcaption { font: italic 14px var(--serif); text-align: center; color: #647970; margin-top: 18px; }
.about-copy p:not(.eyebrow) { font-size: 15px; color: var(--muted); max-width: 460px; }
.about-copy h2 { margin-bottom: 26px; }
.about-copy .quiet-link { display: inline-block; margin-top: 12px; }
.request { display: grid; grid-template-columns: .85fr 1.15fr; gap: 120px; }
.request-form { min-width: 0; }
.request-note, .request-fallback { font-size: 14px; color: var(--muted); line-height: 1.6; }
.request-note { margin: 0 0 20px; }
.request-fallback { margin: 24px 0 12px; }
.jobber-embed-shell { position: relative; min-height: 220px; }
.jobber-embed-shell > div { position: relative; min-height: 220px; width: 100%; }
.request-copy > p:not(.eyebrow) { font-size: 15px; color: var(--muted); max-width: 335px; margin: 24px 0; }
.contact-number { display: block; width: fit-content; font-size: 21px; text-decoration: none; margin: 30px 0 9px; }
.request-copy > .button-text { margin-top: 10px; }
.demo-note { font-size: 11px; color: #696b66; margin: 0 0 25px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.form-grid label { font-size: 12px; font-weight: 600; }
.wide { grid-column: 1 / -1; }
input, select, textarea { display: block; width: 100%; min-width: 0; margin-top: 8px; padding: 11px 12px; border: 1px solid #cbd0ca; background: #fff; border-radius: 3px; color: var(--ink); font-size: 15px; min-height: 46px; }
textarea { resize: vertical; min-height: 100px; }
.request-form > .button { margin-top: 24px; }
.form-status { font-size: 13px; color: #405f4e; line-height: 1.6; margin: 16px 0 0; }
.form-status:empty { display: none; }
.site-footer { background: var(--ink); color: #f4f4ec; padding-top: 45px; }
.footer-main { display: flex; justify-content: space-between; align-items: center; gap: 32px; padding-bottom: 35px; }
.footer-brand { display: block; flex: 0 0 auto; }
.footer-logo { width: 176px; height: auto; object-fit: contain; mix-blend-mode: lighten; }
.footer-main p { font-size: 13px; color: #bbc5cd; line-height: 1.65; margin: 0; }
.footer-main > a:last-child { font-size: 14px; text-decoration: none; }
.footer-bottom { border-top: 1px solid #3b4c5b; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-block: 23px; color: #bbc5cd; font-size: 11px; }
.portal-dialog { width: min(480px, calc(100% - 36px)); border: 0; border-radius: 6px; padding: 40px; color: var(--ink); background: var(--paper); }
.portal-dialog::backdrop { background: rgba(17,32,45,.48); }
.portal-dialog h2 { font-size: 32px; }
.portal-dialog > p:not(.eyebrow) { font-size: 14px; color: var(--muted); }
.portal-dialog .demo-note { font-size: 12px !important; }
.dialog-close { position: absolute; top: 8px; right: 10px; width: 40px; height: 40px; background: none; border: 0; font-size: 28px; color: var(--ink); }
@media (prefers-reduced-motion: no-preference) {
  .hero-copy { animation: arrive .65s ease both; }
  .header-actions .portal-button { animation: portal-glow 1.6s ease-in-out 3; }
  @keyframes portal-glow { 0%, 100% { box-shadow: 0 0 0 0 rgba(24,44,65,0); } 50% { box-shadow: 0 0 0 4px rgba(24,44,65,.14); } }
  @keyframes arrive { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
}
@media (min-width: 1600px) {
  .hero-landscape { left: calc(50% - 320px); max-width: 1280px; -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 80%, transparent); mask-image: linear-gradient(90deg, transparent, #000 10%, #000 80%, transparent); }
}
@media (max-width: 1050px) {
  .container { width: calc(100% - 64px); }
  .hero-layout { padding-block: 70px; min-height: 590px; }
  .hero-copy { max-width: 55%; }
  .hero h1 { font-size: 42px; }
  h1 { font-size: 42px; }
  .services { gap: 60px; }
  .about-layout { gap: 45px; }
  .request { gap: 65px; }
  nav { gap: 22px; }
  .header-phone { padding-left: 22px; }
  /* Readable controls on phones and tablets without changing the desktop design. */
  .button { font-size: .9375rem; }
  nav a { display: inline-flex; align-items: center; min-height: 44px; }
  .quiet-link, .footer-main > a:last-child { display: inline-flex; align-items: center; min-height: 44px; }
  input, select, textarea { font-size: 1rem; min-height: 48px; }
  .dialog-close { width: 48px; height: 48px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 108px; }
  .container { width: calc(100% - 40px); }
  .header-inner { height: 94px; gap: 12px; }
  .header-actions { gap: 8px; }
  .header-actions .portal-button { padding-inline: 10px; }
  .header-logo { width: 118px; }
  .footer-logo { width: 150px; }
  .menu-button { display: inline-flex; align-items: center; justify-content: center; width: 44px; min-height: 48px; padding: 8px; background: none; border: 0; color: var(--ink); font-size: 22px; }
  nav { display: none; position: absolute; top: 94px; left: 0; right: 0; padding: 20px; max-height: calc(100dvh - 94px); overflow-y: auto; background: var(--paper); border-bottom: 1px solid var(--line); }
  nav.is-open { display: flex; align-items: stretch; flex-direction: column; gap: 0; }
  nav a { padding: 13px 0; text-align: left; font-size: .9375rem; }
  .header-phone { border-left: 0; border-top: 1px solid var(--line); margin-top: 10px; }
  .hero-layout { display: block; min-height: 690px; padding-block: 34px 255px; }
  .hero-copy { width: 100%; max-width: 100%; }
  .hero-landscape { inset: auto 0 0; height: 340px; -webkit-mask-image: linear-gradient(180deg, transparent, #000 28%); mask-image: linear-gradient(180deg, transparent, #000 28%); }
  .hero-landscape video { object-fit: cover; object-position: 32% center; }
  .hero::before { background: linear-gradient(180deg, #f5f5ef 0%, #f5f5ef 33%, rgba(245,245,239,.97) 41%, rgba(245,245,239,.7) 53%, rgba(245,245,239,.12) 70%, rgba(245,245,239,.2) 85%, #f5f5ef 100%); }
  .hero::after { background: linear-gradient(90deg, rgba(245,245,239,.32), transparent 45%, rgba(245,245,239,.1)); }
  .hero h1 { font-size: 38px; }
  h1 { font-size: 38px; max-width: 520px; letter-spacing: -1.3px; }
  .hero-copy .eyebrow { margin-bottom: 15px; }
  .eyebrow { font-size: .75rem; }
  .intro { font-size: 16px; margin: 20px 0 25px; max-width: 420px; }
  .quiet-link { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; }
  .service small, .about-copy p:not(.eyebrow), .request-copy > p:not(.eyebrow) { font-size: 16px; }
  .service-note { font-size: 14px; }
  .form-grid { grid-template-columns: 1fr; gap: 20px; }
  .wide { grid-column: auto; }
  .form-grid label { font-size: 14px; }
  input, select, textarea { font-size: 16px; min-height: 48px; }
  .request-form > .button { width: 100%; min-height: 52px; font-size: 15px; }
  .contact-number { min-height: 44px; }
  .hero-caption { margin-top: 24px; font-size: .8125rem; }
  .hero-footnote { display: none; }
  .section { padding-block: 65px; }
  .services, .request { grid-template-columns: 1fr; gap: 30px; }
  .section-intro > p:last-child { margin: 17px 0 0; }
  .service { padding-block: 20px; }
  .about { padding-block: 55px; }
  .about-layout { grid-template-columns: 1fr; gap: 35px; }
  .about-copy { order: 1; }
  .waco-drawing { order: 2; max-width: 460px; width: 100%; margin-inline: auto; }
  .waco-drawing figcaption { font-size: 13px; margin-top: 4px; }
  .request-copy > p:not(.eyebrow) { max-width: 450px; }
  .request-copy h2 br { display: none; }
  .contact-number { margin-top: 20px; }
  .footer-main { flex-wrap: wrap; gap: 25px; }
  .footer-main p { font-size: .875rem; }
  .footer-main > a:last-child { display: inline-flex; align-items: center; min-height: 44px; }
  .footer-bottom { flex-wrap: wrap; font-size: .75rem; }
  .demo-note, .form-status { font-size: .875rem; }
  .portal-dialog { padding: 32px 25px; }
  .portal-dialog > p:not(.eyebrow) { font-size: 1rem; }
  .portal-dialog .demo-note { font-size: .875rem !important; }
}
@media (max-width: 370px) {
  .header-logo { width: 88px; }
  h1, .hero h1 { font-size: 30px; letter-spacing: -1px; }
  .hero-layout { padding-top: 26px; min-height: 650px; }
  .actions { gap: 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .wide { grid-column: auto; }
  .button { padding-inline: 17px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
