:root {
  --ink: #151a17;
  --ink-soft: #46504a;
  --cream: #f6f2e9;
  --paper: #fffdf8;
  --line: #ded8cc;
  --orange: #ed6a2c;
  --orange-dark: #c94c15;
  --sage: #dce6d9;
  --green: #215f43;
  --yellow: #f5c858;
  --shadow: 0 24px 70px rgba(25, 32, 27, .12);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; }
button, input, select, textarea { font: inherit; }
select {
  padding-right: 44px !important;
  appearance: none;
  -webkit-appearance: none;
  color: var(--ink);
  background-color: #fff;
  background-image: linear-gradient(45deg, transparent 50%, var(--green) 50%), linear-gradient(135deg, var(--green) 50%, transparent 50%), linear-gradient(to right, var(--line), var(--line)) !important;
  background-position: calc(100% - 16px) 50%, calc(100% - 11px) 50%, calc(100% - 34px) 50% !important;
  background-size: 5px 5px, 5px 5px, 1px 55% !important;
  background-repeat: no-repeat !important;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}
select:hover { border-color: #aeb9b1; background-color: #fffdf8; }
select:focus { outline: none; border-color: var(--orange); box-shadow: 0 0 0 3px rgba(237,106,44,.12); }
select:disabled { opacity: .55; cursor: not-allowed; }
select option { color: var(--ink); background: #fff; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }

.announcement { min-height: 36px; padding: 7px 5vw; display: flex; justify-content: center; gap: 18px; align-items: center; color: #fff; background: var(--ink); font-size: 12px; letter-spacing: .04em; }
.announcement button { border: 0; color: var(--yellow); background: transparent; font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 30; min-height: 76px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(222, 216, 204, .8); background: rgba(255, 253, 248, .93); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 10px; font: 800 20px/1 "Manrope", sans-serif; letter-spacing: .16em; }
.brand-mark { width: 29px; height: 27px; display: flex; gap: 3px; align-items: end; transform: skewY(-8deg); }
.brand-mark span { flex: 1; background: var(--orange); border-radius: 1px; }
.brand-mark span:nth-child(1) { height: 58%; }.brand-mark span:nth-child(2) { height: 100%; }.brand-mark span:nth-child(3) { height: 76%; }
.desktop-nav { display: flex; gap: 34px; font-size: 14px; font-weight: 600; }
.desktop-nav a { transition: color .2s ease; }.desktop-nav a:hover { color: var(--orange); }
.header-actions { display: flex; gap: 8px; align-items: center; }
.button { min-height: 44px; padding: 0 20px; border: 1px solid transparent; border-radius: 8px; display: inline-flex; justify-content: center; align-items: center; gap: 12px; font-weight: 700; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }.button:active { transform: translateY(0); }
.button-dark { color: #fff; background: var(--ink); }.button-dark:hover { background: #303832; }
.button-orange { color: #fff; background: var(--orange); }.button-orange:hover { background: var(--orange-dark); }
.button-light { color: var(--ink); background: var(--paper); }.button-light:hover { background: #fff; }
.button-outline { border-color: var(--line); color: var(--ink); background: transparent; }.button-outline:hover { border-color: var(--ink); }
.button-ghost { color: var(--ink); background: transparent; }.button-full { width: 100%; }
.menu-button { width: 42px; height: 42px; padding: 10px; display: none; border: 0; background: transparent; }
.menu-button span { display: block; height: 2px; margin: 5px 0; background: var(--ink); }
.mobile-nav { display: none; }

.hero { position: relative; min-height: 690px; padding: 95px 7vw 86px; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .7fr); gap: 8vw; align-items: center; color: #fff; background: #17231d; }
.hero-grid { position: absolute; inset: 0; opacity: .09; background-image: linear-gradient(rgba(255,255,255,.4) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.4) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to right, #000, transparent 78%); }
.hero-glow { position: absolute; border-radius: 999px; filter: blur(1px); opacity: .17; }.hero-glow-one { width: 440px; height: 440px; right: 18%; top: -250px; background: var(--orange); }.hero-glow-two { width: 360px; height: 360px; right: -180px; bottom: -170px; background: #76a887; }
.hero-content, .hero-card { position: relative; z-index: 2; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--orange-dark); font-size: 11px; line-height: 1; letter-spacing: .14em; text-transform: uppercase; font-weight: 800; }
.eyebrow { color: #f6b28e; }.eyebrow span { width: 24px; height: 2px; background: var(--orange); }
h1, h2 { margin: 0; font-family: "Manrope", sans-serif; letter-spacing: -.045em; }
h1 { max-width: 760px; margin-top: 20px; font-size: clamp(48px, 6.4vw, 86px); line-height: .99; }
h1 em { color: #f6b28e; font-style: normal; }
.hero-content > p { max-width: 650px; margin: 25px 0 28px; color: #c2cdc6; font-size: 18px; line-height: 1.7; }
.role-switcher { max-width: 650px; margin-bottom: 14px; padding: 5px; display: grid; grid-template-columns: 1fr 1fr; gap: 5px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: rgba(255,255,255,.05); }
.role-option { padding: 12px 14px; display: flex; gap: 10px; align-items: center; border: 0; border-radius: 8px; color: #d6ddd8; background: transparent; text-align: left; }
.role-option.active { color: var(--ink); background: var(--paper); }.role-option strong, .role-option small { display: block; }.role-option strong { font-size: 13px; }.role-option small { margin-top: 3px; opacity: .66; font-size: 10px; }.role-icon { font-size: 18px; }
.hero-search { max-width: 650px; padding: 7px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 4px; border-radius: 12px; background: var(--paper); box-shadow: 0 20px 60px rgba(0,0,0,.26); }
.hero-search label { padding: 7px 12px; border-right: 1px solid var(--line); }.hero-search label span, .filter-bar label span { display: block; margin-bottom: 4px; color: #7a827d; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; font-weight: 800; }.hero-search select { width: 100%; border: 0; color: var(--ink); background-color: transparent; outline: none; font-size: 13px; font-weight: 700; }.hero-search .button { min-height: 54px; padding-inline: 16px; }
.hero-proof { margin-top: 26px; display: flex; gap: 13px; align-items: center; }.hero-proof p { margin: 0; color: #aebbb3; font-size: 11px; line-height: 1.5; }.hero-proof strong { color: #fff; font-size: 12px; }.avatar-stack { display: flex; }.avatar-stack span { width: 29px; height: 29px; margin-left: -6px; display: grid; place-items: center; border: 2px solid #17231d; border-radius: 50%; color: var(--ink); background: #f4c6aa; font-size: 8px; font-weight: 800; }.avatar-stack span:first-child { margin-left: 0; }.avatar-stack span:nth-child(2) { background: #b9d2bd; }.avatar-stack span:nth-child(3) { background: #e7d087; }.avatar-stack span:nth-child(4) { color: #fff; background: #38473e; }
.hero-card { align-self: center; padding: 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; color: var(--ink); background: var(--paper); box-shadow: 0 36px 90px rgba(0,0,0,.32); transform: rotate(1.7deg); }
.hero-card-top { display: flex; gap: 10px; align-items: center; }.profile-monogram { width: 42px; height: 42px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 9px; color: #fff; background: var(--green); font: 800 13px "Manrope", sans-serif; }.hero-card-top div { min-width: 0; flex: 1; }.hero-card-top strong, .hero-card-top small { display: block; }.hero-card-top strong { font-size: 13px; }.hero-card-top small { margin-top: 3px; color: #7b847e; font-size: 10px; }.badge { padding: 5px 7px; border-radius: 999px; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }.badge-green { color: var(--green); background: var(--sage); }
.profile-rating { margin: 16px 0 12px; display: flex; gap: 7px; align-items: center; font-size: 10px; color: #758078; }.profile-rating strong { color: var(--ink); font-size: 17px; }.stars { color: #e2a421; letter-spacing: 1px; }
.project-photo { position: relative; min-height: 210px; overflow: hidden; border-radius: 12px; background: linear-gradient(155deg, #c7d0c6 0 46%, #8d9b91 46% 50%, #e6d1ad 50% 100%); }.project-photo:before, .project-photo:after { content: ""; position: absolute; background: #6b4c31; box-shadow: 48px 0 #6b4c31, 96px 0 #6b4c31, 144px 0 #6b4c31, 192px 0 #6b4c31, 240px 0 #6b4c31; }.project-photo:before { width: 7px; height: 145px; left: 25px; bottom: 0; }.project-photo:after { width: 300px; height: 7px; left: 18px; bottom: 70px; transform: rotate(-22deg); box-shadow: none; }.frame-lines { position: absolute; inset: 48px 22px 22px; border: 7px solid #765435; border-bottom: 0; transform: skewY(-5deg); }.frame-lines:before { content: ""; position: absolute; left: 50%; top: 0; bottom: 0; width: 7px; background: #765435; }.project-photo > span { position: absolute; right: 10px; bottom: 10px; padding: 5px 7px; border-radius: 4px; color: #fff; background: rgba(21,26,23,.72); font-size: 8px; font-weight: 700; }
.profile-facts { margin: 14px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; }.profile-facts span { padding: 8px 4px; border-radius: 6px; background: var(--cream); color: #6e7871; text-align: center; font-size: 8px; }.profile-facts strong { display: block; color: var(--ink); font-size: 11px; }
.verified-row { padding: 10px; display: flex; gap: 9px; align-items: center; border: 1px solid #cae0d0; border-radius: 8px; background: #f0f7f1; }.verified-icon { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green); font-size: 10px; }.verified-row strong, .verified-row small { display: block; }.verified-row strong { font-size: 9px; }.verified-row small { margin-top: 2px; color: #6c7b71; font-size: 8px; }

.market-strip { padding: 20px 7vw; display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); background: var(--cream); }.market-strip div { padding: 12px 25px; border-right: 1px solid var(--line); text-align: center; }.market-strip div:last-child { border-right: 0; }.market-strip strong, .market-strip span { display: block; }.market-strip strong { font: 800 20px "Manrope", sans-serif; }.market-strip span { margin-top: 3px; color: #6b746e; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.section { padding: 100px 7vw; }.section-heading h2, .dark-section h2, .cta-section h2 { margin-top: 12px; font-size: clamp(36px, 5vw, 60px); line-height: 1.06; }.section-heading p, .dark-intro p, .trust-copy > p { max-width: 620px; color: #69736c; line-height: 1.7; }.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }.centered-heading { max-width: 760px; margin: 0 auto 45px; text-align: center; }.centered-heading .kicker { justify-content: center; }
.jobs-section { background: #fbf8f1; }.filter-bar { margin: 44px 0 24px; padding: 10px; display: grid; grid-template-columns: 1fr 1fr 1fr auto; gap: 6px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); }.filter-bar label { padding: 4px 14px; border-right: 1px solid var(--line); }.filter-bar select { width: 100%; padding: 4px 44px 4px 0!important; border: 0; outline: none; color: var(--ink); background-color: transparent; font-weight: 700; font-size: 13px; }.result-count { min-width: 90px; display: grid; place-items: center; align-content: center; }.result-count strong { font-size: 19px; }.result-count span { color: #778079; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.jobs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }.job-card { position: relative; padding: 22px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }.job-card:hover { transform: translateY(-5px); border-color: #b8b0a3; box-shadow: var(--shadow); }.job-topline, .job-meta, .job-company { display: flex; align-items: center; }.job-topline { justify-content: space-between; gap: 10px; }.trade-pill { padding: 6px 9px; border-radius: 5px; color: var(--green); background: var(--sage); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }.job-age { color: #858e88; font-size: 10px; }.job-card h3 { min-height: 48px; margin: 18px 0 11px; font: 800 18px/1.35 "Manrope", sans-serif; }.job-card > p { min-height: 58px; margin: 0; color: #677169; font-size: 12px; line-height: 1.6; }.job-meta { margin: 18px 0; padding: 13px 0; border-block: 1px solid #ece7de; gap: 18px; }.job-meta span { color: #747d76; font-size: 10px; }.job-meta strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: 12px; }.job-company { gap: 9px; }.company-mark { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 7px; color: #fff; background: var(--ink); font-size: 9px; font-weight: 800; }.job-company div { min-width: 0; flex: 1; }.job-company strong, .job-company small { display: block; }.job-company strong { font-size: 10px; }.job-company small { margin-top: 2px; color: #7d867f; font-size: 9px; }.job-card .text-link { margin-top: 18px; }.text-link { padding: 0; border: 0; color: var(--orange-dark); background: transparent; font-weight: 800; font-size: 11px; letter-spacing: .02em; }.empty-state { padding: 50px; border: 1px dashed var(--line); border-radius: var(--radius); text-align: center; }.empty-state strong, .empty-state span { display: block; }.empty-state span { margin: 8px 0 20px; color: #6e7871; }
.trade-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }.trade-card { min-height: 145px; padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); transition: background .2s ease, color .2s ease, transform .2s ease; }.trade-card:hover { transform: translateY(-3px); color: #fff; background: var(--ink); }.trade-card span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 7px; color: var(--orange-dark); background: #f9e0d3; font-size: 14px; }.trade-card strong, .trade-card small { display: block; }.trade-card strong { margin-top: 28px; font: 800 13px "Manrope", sans-serif; }.trade-card small { margin-top: 4px; color: #7c857e; font-size: 9px; }.trade-card:hover small { color: #b9c3bc; }.trade-section > .text-link { margin: 28px auto 0; display: block; }
.dark-section { padding: 105px 7vw; display: grid; grid-template-columns: .85fr 1.15fr; gap: 10vw; color: #fff; background: var(--ink); }.kicker-light { color: #f2a57c; }.dark-intro { position: sticky; top: 130px; align-self: start; }.dark-intro p { color: #adb9b1; }.dark-intro .button { margin-top: 18px; }.steps { margin: 0; padding: 0; list-style: none; }.steps li { padding: 27px 0; display: grid; grid-template-columns: 60px 1fr; gap: 20px; border-top: 1px solid rgba(255,255,255,.13); }.steps > li > span { color: var(--orange); font: 800 13px "Manrope", sans-serif; }.steps strong { font: 800 19px "Manrope", sans-serif; }.steps p { max-width: 520px; margin: 9px 0 0; color: #aeb9b1; font-size: 13px; line-height: 1.7; }
.trust-section { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: center; }.trust-visual { position: relative; min-height: 500px; display: grid; place-items: center; border-radius: 24px; background: var(--cream); }.texas-shape { width: 250px; height: 240px; display: grid; place-items: center; clip-path: polygon(13% 3%, 54% 11%, 83% 5%, 82% 38%, 100% 49%, 75% 63%, 66% 96%, 44% 78%, 26% 64%, 3% 57%, 15% 34%); color: rgba(255,255,255,.7); background: #d7b68d; font: 800 70px "Manrope", sans-serif; }.credential-card { position: absolute; min-width: 210px; padding: 12px; display: flex; gap: 10px; align-items: center; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); box-shadow: 0 16px 40px rgba(25,32,27,.12); }.credential-card > span { width: 25px; height: 25px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #fff; background: var(--green); font-size: 11px; }.credential-card strong, .credential-card small { display: block; }.credential-card strong { font-size: 10px; }.credential-card small { margin-top: 3px; color: #7c857e; font-size: 8px; }.credential-one { top: 65px; left: 30px; }.credential-two { right: 20px; top: 220px; }.credential-three { left: 50px; bottom: 55px; }.trust-copy h2 { margin: 13px 0 20px; font-size: clamp(40px, 5vw, 64px); }.trust-copy ul { margin: 26px 0; padding: 0; list-style: none; }.trust-copy li { margin: 13px 0; display: flex; gap: 10px; color: #4e5851; font-size: 13px; }.trust-copy li span { color: var(--green); font-weight: 800; }
.cta-section { margin: 0 4vw 70px; padding: 65px 5vw; display: flex; align-items: end; justify-content: space-between; gap: 50px; border-radius: 24px; color: #fff; background: var(--orange-dark); }.cta-section h2 { max-width: 750px; }.cta-section p { color: #f9d4c0; }.cta-actions { display: grid; gap: 10px; flex: 0 0 auto; }
footer { padding: 45px 7vw; display: grid; grid-template-columns: auto 1fr auto auto; gap: 35px; align-items: center; color: #b8c2bb; background: #111713; font-size: 11px; }.brand-light { color: #fff; }.brand-light .brand-mark span { background: #f09161; }footer p { margin: 0; }footer div { display: flex; gap: 20px; }footer a:hover { color: #fff; }footer small { color: #778179; }

.modal-backdrop { position: fixed; inset: 0; z-index: 90; background: rgba(10,14,11,.62); backdrop-filter: blur(4px); }.modal { width: min(680px, calc(100% - 28px)); max-height: calc(100vh - 32px); padding: 34px; overflow: auto; border: 0; border-radius: 18px; color: var(--ink); background: var(--paper); box-shadow: var(--shadow); }.modal::backdrop { background: transparent; }.modal-small { width: min(470px, calc(100% - 28px)); }.modal-close { position: absolute; right: 15px; top: 12px; width: 34px; height: 34px; border: 0; border-radius: 50%; color: #667069; background: var(--cream); font-size: 23px; }.modal-heading { margin-bottom: 24px; }.modal-heading h2 { margin: 9px 0; font-size: 34px; }.modal-heading p { margin: 0; color: #707a73; line-height: 1.5; }.modal form { display: grid; gap: 15px; }.modal label { display: grid; gap: 7px; }.modal label > span { font-size: 11px; font-weight: 800; }.modal input, .modal select, .modal textarea { width: 100%; padding: 12px 13px; border: 1px solid var(--line); border-radius: 7px; color: var(--ink); background: #fff; outline: none; }.modal input:focus, .modal select:focus, .modal textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(237,106,44,.12); }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.detail-header h2 { margin: 13px 0 8px; font-size: 34px; }.detail-header p { color: #707a73; line-height: 1.6; }.detail-stats { margin: 24px 0; padding: 18px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; border-radius: 10px; background: var(--cream); }.detail-stats span { color: #737d76; font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }.detail-stats strong { display: block; margin-top: 5px; font-size: 12px; }.detail-scope { padding: 20px 0; border-top: 1px solid var(--line); }.detail-scope h3 { font: 800 15px "Manrope", sans-serif; }.detail-scope p { color: #667169; font-size: 12px; line-height: 1.7; }.toast { position: fixed; z-index: 120; right: 22px; bottom: 22px; max-width: 340px; padding: 13px 16px; border-radius: 8px; color: #fff; background: var(--green); box-shadow: var(--shadow); font-size: 12px; font-weight: 700; opacity: 0; transform: translateY(20px); pointer-events: none; transition: opacity .25s ease, transform .25s ease; }.toast.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }.menu-button { display: block; }.mobile-nav.open { position: fixed; z-index: 29; top: 112px; left: 0; right: 0; padding: 18px 5vw 24px; display: grid; gap: 17px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); }.mobile-nav button { padding: 0; border: 0; background: transparent; text-align: left; font-weight: 700; }
  .hero { grid-template-columns: 1fr; }.hero-content { max-width: 800px; }.hero-card { display: none; }.jobs-grid { grid-template-columns: repeat(2, 1fr); }.trade-grid { grid-template-columns: repeat(3, 1fr); }.dark-section { gap: 5vw; }.trust-section { gap: 5vw; }footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .announcement { justify-content: space-between; }.announcement span { display: none; }.site-header { min-height: 66px; }.desktop-only { display: none; }.brand { font-size: 16px; }.brand-mark { width: 24px; height: 22px; }.button { padding-inline: 14px; }.header-actions .button-dark { min-height: 39px; font-size: 11px; }
  .hero { min-height: auto; padding: 65px 5vw; }.hero-content > p { font-size: 15px; }.role-switcher { grid-template-columns: 1fr; }.hero-search { display: grid; grid-template-columns: 1fr; }.hero-search label { border-right: 0; border-bottom: 1px solid var(--line); }.hero-search .button { width: 100%; }.market-strip { grid-template-columns: repeat(2, 1fr); }.market-strip div:nth-child(2) { border-right: 0; }
  .section { padding: 70px 5vw; }.split-heading { align-items: start; flex-direction: column; gap: 12px; }.filter-bar { grid-template-columns: 1fr; }.filter-bar label { padding: 7px 9px; border-right: 0; border-bottom: 1px solid var(--line); }.result-count { min-height: 48px; }.jobs-grid { grid-template-columns: 1fr; }.trade-grid { grid-template-columns: repeat(2, 1fr); }.trade-card { min-height: 125px; }.dark-section { padding: 75px 5vw; grid-template-columns: 1fr; }.dark-intro { position: static; }.steps { margin-top: 35px; }.trust-section { grid-template-columns: 1fr; }.trust-visual { min-height: 400px; }.credential-one { left: 8px; }.credential-two { right: 5px; }.credential-three { left: 20px; }.cta-section { margin: 0 3vw 35px; padding: 45px 6vw; align-items: stretch; flex-direction: column; }.cta-actions { width: 100%; }footer { padding: 38px 5vw; grid-template-columns: 1fr; gap: 18px; }.form-row, .detail-stats { grid-template-columns: 1fr; }.modal { padding: 28px 20px; }
}
