:root {
  --ink: #211b17;
  --ink-soft: #40342c;
  --cream: #f6f0e7;
  --paper: #fffdf9;
  --sand: #d8c5ab;
  --rust: #b44f20;
  --rust-dark: #8d3717;
  --line: rgba(33, 27, 23, 0.14);
  --shadow: 0 22px 60px rgba(35, 23, 15, 0.13);
  --radius: 4px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
body.menu-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.wrap { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 14px; background: white; transform: translateY(-140%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 84px; transition: background .25s, box-shadow .25s, height .25s; }
.site-header.scrolled { height: 72px; background: rgba(27, 22, 18, .96); box-shadow: 0 8px 30px rgba(0,0,0,.18); backdrop-filter: blur(12px); }
.nav-shell { width: min(1220px, calc(100% - 40px)); height: 100%; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 11px; color: white; text-decoration: none; letter-spacing: .04em; }
.brand img { width: 58px; height: 58px; object-fit: cover; object-position: 50% 44%; border-radius: 50%; background: #f6f0e7; border: 2px solid rgba(255,255,255,.65); }
.brand span { display: grid; line-height: 1; }
.brand strong { font: 900 21px/1 "Arial Narrow", Impact, sans-serif; letter-spacing: .09em; }
.brand small { margin-top: 5px; color: #d7c3aa; font-size: 9px; font-weight: 800; letter-spacing: .28em; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav > a { color: rgba(255,255,255,.84); text-decoration: none; font-size: 14px; font-weight: 750; }
.site-nav > a:not(.nav-phone):hover { color: white; }
.nav-phone { display: flex; gap: 9px; align-items: center; padding: 11px 16px; border: 1px solid rgba(255,255,255,.35); border-radius: 2px; }
.nav-phone:hover { background: white; color: var(--ink); }
.nav-phone svg { width: 17px; fill: currentColor; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px 8px; background: transparent; border: 0; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: white; transition: .2s; }

.hero { position: relative; min-height: 760px; height: 100svh; max-height: 940px; display: grid; align-items: center; overflow: hidden; background: var(--ink); color: white; }
.hero-media { position: absolute; inset: 0; background: url("assets/post-construction-hero.webp") center/cover no-repeat; transform: scale(1.02); animation: heroIn 1.2s ease-out both; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,16,13,.96) 0%, rgba(20,16,13,.83) 35%, rgba(20,16,13,.29) 67%, rgba(20,16,13,.07) 100%), linear-gradient(0deg, rgba(20,16,13,.45), transparent 45%); }
.hero-content { position: relative; z-index: 2; padding-top: 55px; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: #e5cbb0; font-size: 12px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 38px; height: 2px; background: var(--rust); }
.hero h1 { max-width: 750px; margin: 24px 0 22px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(52px, 6.2vw, 88px); line-height: .98; letter-spacing: -.045em; }
.hero h1 em { color: #d57a4c; font-weight: 400; }
.hero-content > p { max-width: 635px; margin: 0; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; gap: 13px; margin-top: 34px; }
.button { min-height: 52px; padding: 14px 21px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 0; border-radius: 2px; font-weight: 850; font-size: 14px; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--rust); box-shadow: 0 12px 28px rgba(133, 48, 15, .3); }
.button-primary:hover { background: #c85b29; }
.button-ghost { color: white; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.35); }
.button-ghost:hover { background: rgba(255,255,255,.12); border-color: white; }
.proof-row { display: flex; gap: 0; max-width: 720px; margin: 48px 0 0; padding: 0; list-style: none; }
.proof-row li { min-width: 0; padding: 0 32px; border-left: 1px solid rgba(255,255,255,.24); display: grid; }
.proof-row li:first-child { padding-left: 0; border-left: 0; }
.proof-row strong { font-size: 14px; }
.proof-row span { margin-top: 3px; color: rgba(255,255,255,.55); font-size: 12px; }
.scroll-cue { position: absolute; z-index: 2; right: 32px; bottom: 40px; display: flex; align-items: center; gap: 11px; color: rgba(255,255,255,.66); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; transform: rotate(90deg) translateX(100%); transform-origin: right bottom; }
.scroll-cue span { width: 34px; height: 1px; background: currentColor; }

.services-section { position: relative; padding: 110px 0 120px; overflow: hidden; background: var(--cream); }
.services-section::before { content: "OUTBACK"; position: absolute; right: -32px; top: 20px; color: rgba(42,31,23,.025); font: 900 180px/1 Impact, sans-serif; letter-spacing: -.02em; }
.section-heading { position: relative; display: grid; grid-template-columns: 1.5fr 1fr; gap: 70px; align-items: end; }
.kicker { margin: 0 0 14px; color: var(--rust); font-size: 12px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.section-heading h2, .quote-intro h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(40px, 4.8vw, 64px); line-height: 1.06; letter-spacing: -.04em; }
.section-heading > p { margin: 0 0 8px; color: #6d625a; font-size: 16px; line-height: 1.75; }
.service-filters { position: relative; display: flex; gap: 8px; margin: 38px 0 28px; overflow-x: auto; scrollbar-width: none; }
.service-filters::-webkit-scrollbar { display: none; }
.filter { flex: 0 0 auto; padding: 10px 16px; color: #62564e; background: transparent; border: 1px solid rgba(57,43,33,.18); border-radius: 100px; font-size: 13px; font-weight: 800; cursor: pointer; }
.filter:hover, .filter.active { color: white; background: var(--ink); border-color: var(--ink); }
.service-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 420px; padding: 34px 32px; background: rgba(255,255,255,.55); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: transform .25s, background .25s, box-shadow .25s, opacity .2s; }
.service-card:hover { z-index: 2; transform: translateY(-5px); background: var(--paper); box-shadow: var(--shadow); }
.service-card[hidden] { display: none; }
.service-card.featured { color: white; background: var(--ink); }
.card-number { position: absolute; top: 22px; right: 24px; color: rgba(74,52,37,.23); font: 900 52px/1 Impact, sans-serif; }
.featured .card-number { color: rgba(255,255,255,.1); }
.service-icon { width: 50px; height: 50px; display: grid; place-items: center; color: var(--rust); background: rgba(180,79,32,.09); border-radius: 50%; }
.service-icon svg { width: 26px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.service-card h3 { margin: 26px 0 12px; font: 800 23px/1.15 Georgia, serif; }
.service-card p { min-height: 68px; margin: 0; color: #6c6158; font-size: 14px; line-height: 1.65; }
.featured p { color: rgba(255,255,255,.65); }
.service-card ul { margin: 22px 0 26px; padding: 0; list-style: none; color: #4f453d; font-size: 13px; }
.featured ul { color: rgba(255,255,255,.75); }
.service-card li { position: relative; padding: 5px 0 5px 18px; }
.service-card li::before { content: ""; position: absolute; left: 0; top: 12px; width: 7px; height: 3px; border-left: 2px solid var(--rust); border-bottom: 2px solid var(--rust); transform: rotate(-45deg); }
.text-link { padding: 0; color: var(--rust); background: none; border: 0; font-size: 13px; font-weight: 900; cursor: pointer; }
.text-link span { display: inline-block; margin-left: 5px; transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

.utah-seo { margin-top: 74px; padding-top: 58px; display: grid; grid-template-columns: .85fr 1.45fr; gap: 70px; border-top: 1px solid var(--line); }
.utah-seo-heading h2 { margin: 0; font: 800 clamp(32px, 3.4vw, 48px)/1.1 Georgia, serif; letter-spacing: -.035em; }
.utah-seo-body > p { margin: 0; color: #62564d; font-size: 16px; line-height: 1.8; }
.seo-facts { margin-top: 30px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.seo-facts article { padding-top: 20px; border-top: 3px solid var(--rust); }
.seo-facts h3 { margin: 0 0 10px; font: 800 17px/1.3 Georgia, serif; }
.seo-facts p { margin: 0; color: #71665d; font-size: 13px; line-height: 1.65; }

.quote-section { position: relative; padding: 110px 0; overflow: hidden; color: white; background: #201b17; }
.quote-section::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(135deg, transparent 48%, rgba(255,255,255,.07) 49%, transparent 51%); background-size: 16px 16px; }
.quote-texture { position: absolute; inset: 0 auto 0 0; width: 46%; opacity: .28; background: radial-gradient(circle at 15% 20%, #ac4c23 0, transparent 38%), radial-gradient(circle at 50% 70%, #7c351d 0, transparent 38%); }
.quote-layout { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.kicker.light { color: #da7849; }
.quote-intro h2 em { color: #d57649; font-weight: 400; }
.quote-intro > p:not(.kicker) { max-width: 500px; margin: 24px 0 0; color: rgba(255,255,255,.66); line-height: 1.75; }
.direct-contact { display: grid; gap: 13px; margin-top: 36px; }
.direct-contact a { display: flex; gap: 14px; align-items: center; text-decoration: none; }
.contact-icon { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; color: #efaa82; border: 1px solid rgba(255,255,255,.19); }
.direct-contact a > span:last-child { display: grid; min-width: 0; }
.direct-contact small { color: rgba(255,255,255,.48); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.direct-contact strong { margin-top: 2px; overflow-wrap: anywhere; font-size: 15px; }
.service-area { display: flex; align-items: center; gap: 9px; margin-top: 34px; color: rgba(255,255,255,.55); font-size: 12px; }
.service-area span { color: #63a069; font-size: 10px; }
.quote-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; padding: 34px; color: var(--ink); background: #faf7f1; border-top: 4px solid var(--rust); box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.form-topline { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-bottom: 12px; border-bottom: 1px solid var(--line); color: #8b7f75; font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.field { display: grid; gap: 7px; min-width: 0; }
.field.full, .full { grid-column: 1 / -1; }
.field label, .add-ons legend { color: #4c4139; font-size: 12px; font-weight: 850; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 11px 12px; color: var(--ink); background: white; border: 1px solid #d9d1c7; border-radius: 2px; outline: none; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--rust); box-shadow: 0 0 0 3px rgba(180,79,32,.12); }
.add-ons { margin: 0; padding: 0; border: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.add-ons legend { margin-bottom: 7px; }
.add-ons legend span { color: #8b8179; font-weight: 500; }
.add-ons label { position: relative; min-height: 45px; }
.add-ons input { position: absolute; opacity: 0; }
.add-ons label span { height: 100%; padding: 8px 7px; display: grid; place-items: center; text-align: center; color: #73675e; background: white; border: 1px solid #d9d1c7; border-radius: 2px; font-size: 11px; font-weight: 750; cursor: pointer; }
.add-ons input:checked + span { color: var(--rust-dark); background: #f8e8de; border-color: var(--rust); }
.add-ons input:focus-visible + span { outline: 3px solid rgba(180,79,32,.22); }
.form-actions { display: flex; align-items: center; gap: 18px; margin-top: 3px; }
.form-submit { flex: 1; }
.copy-button { color: #6d625a; background: none; border: 0; border-bottom: 1px solid #a9a098; font-size: 12px; font-weight: 800; cursor: pointer; }
.form-note { margin: -7px 0 0; color: #82776f; font-size: 10px; text-align: center; }
.form-status { min-height: 0; color: #547b58; font-size: 12px; font-weight: 750; text-align: center; }
.form-status:not(:empty) { min-height: 24px; padding: 5px; background: #e9f3e8; }

.site-footer { padding: 30px 0 98px; color: rgba(255,255,255,.6); background: #15110f; font-size: 12px; }
.footer-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 26px; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 50px; height: 50px; object-fit: cover; border-radius: 50%; background: white; }
.footer-brand span { display: grid; }
.footer-brand strong { color: white; font-family: Georgia, serif; font-size: 16px; }
.footer-brand small { margin-top: 2px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: white; }
.footer-inner > p { grid-column: 1 / -1; margin: 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); }
.mobile-bar { display: none; }

@keyframes heroIn { from { opacity: .15; transform: scale(1.08); } to { opacity: 1; transform: scale(1.02); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }

@media (max-width: 980px) {
  .hero { min-height: 720px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(20,16,13,.94), rgba(20,16,13,.55) 70%, rgba(20,16,13,.24)); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .quote-layout { grid-template-columns: 1fr; gap: 48px; }
  .quote-intro { display: grid; grid-template-columns: 1fr 1fr; column-gap: 35px; }
  .quote-intro h2, .quote-intro .kicker { grid-column: 1 / -1; }
  .quote-texture { width: 100%; height: 40%; }
  .utah-seo { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 720px) {
  html { scroll-padding-top: 68px; }
  body { padding-bottom: 64px; }
  .wrap { width: min(100% - 32px, 600px); }
  .site-header, .site-header.scrolled { height: 66px; background: rgba(26,21,18,.94); }
  .nav-shell { width: calc(100% - 28px); }
  .brand img { width: 46px; height: 46px; }
  .brand strong { font-size: 17px; }
  .brand small { font-size: 7px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 66px 0 auto; padding: 28px 24px 34px; display: grid; gap: 6px; background: #211b17; border-top: 1px solid rgba(255,255,255,.1); transform: translateY(-130%); transition: transform .25s; }
  .site-nav.open { transform: none; }
  .site-nav > a { padding: 14px; font-size: 16px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .nav-phone { margin-top: 10px; justify-content: center; border: 1px solid rgba(255,255,255,.28) !important; }
  .hero { min-height: 760px; height: auto; padding: 150px 0 80px; }
  .hero-media { background-position: 64% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(20,16,13,.94), rgba(20,16,13,.66)), linear-gradient(0deg, rgba(20,16,13,.8), transparent 60%); }
  .hero-content { padding-top: 0; }
  .hero h1 { margin-top: 20px; font-size: clamp(46px, 13.5vw, 66px); }
  .hero-content > p { font-size: 16px; }
  .hero-actions { display: grid; }
  .proof-row { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 36px; }
  .proof-row li { padding: 0 12px; }
  .proof-row li:first-child { padding-left: 0; }
  .proof-row strong { font-size: 12px; }
  .proof-row span { font-size: 10px; }
  .scroll-cue { display: none; }
  .services-section, .quote-section { padding: 78px 0; }
  .services-section::before { top: 30px; font-size: 95px; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .section-heading h2, .quote-intro h2 { font-size: 43px; }
  .service-filters { margin-top: 28px; width: calc(100vw - 16px); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; padding: 30px 28px; }
  .service-card p { min-height: 0; }
  .utah-seo { margin-top: 54px; padding-top: 44px; }
  .utah-seo-heading h2 { font-size: 36px; }
  .seo-facts { grid-template-columns: 1fr; gap: 22px; }
  .quote-intro { display: block; }
  .direct-contact { margin-top: 30px; }
  .quote-form { grid-template-columns: 1fr; padding: 26px 20px; gap: 16px; }
  .field.full, .full, .form-topline { grid-column: 1; }
  .add-ons { grid-template-columns: repeat(2, 1fr); }
  .form-actions { display: grid; gap: 13px; }
  .form-submit { width: 100%; }
  .copy-button { justify-self: center; padding: 8px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .footer-inner > p { grid-column: 1; }
  .mobile-bar { position: fixed; z-index: 45; inset: auto 0 0; height: 64px; display: grid; grid-template-columns: 1fr 1.3fr; background: #17120f; box-shadow: 0 -6px 22px rgba(0,0,0,.2); }
  .mobile-bar a { display: flex; align-items: center; justify-content: center; gap: 8px; color: white; text-decoration: none; font-size: 14px; font-weight: 850; }
  .mobile-bar a:last-child { background: var(--rust); }
}

@media (max-width: 390px) {
  .brand span { display: none; }
  .hero h1 { font-size: 45px; }
  .proof-row { grid-template-columns: 1fr; gap: 12px; }
  .proof-row li, .proof-row li:first-child { padding: 0 0 0 14px; border-left: 1px solid rgba(255,255,255,.24); }
}
