:root {
  --ink: #0b0c0d;
  --ink-soft: #151719;
  --steel: #25282b;
  --concrete: #d9d7d1;
  --paper: #f5f4f0;
  --white: #ffffff;
  --orange: #ff5a14;
  --orange-dark: #d94308;
  --line: rgba(11, 12, 13, 0.14);
  --shell: min(1160px, calc(100% - 40px));
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; background: var(--orange); color: var(--ink); padding: 10px 16px; font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.14); }
.header-inner { width: var(--shell); min-height: 98px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand img { width: 182px; height: 78px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 34px; color: var(--white); font-size: .92rem; font-weight: 700; }
.site-nav > a:not(.nav-cta) { position: relative; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--orange); transition: right .2s ease; }
.site-nav > a:hover::after, .site-nav > a:focus-visible::after { right: 0; }
.nav-cta { border: 1px solid rgba(255,255,255,.65); padding: 12px 18px; text-transform: uppercase; letter-spacing: .06em; font-family: var(--display); }
.nav-cta:hover, .nav-cta:focus-visible { color: var(--ink); background: var(--white); }
.nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.5); background: transparent; padding: 11px; }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; background: white; margin: 5px 0; transition: transform .2s, opacity .2s; }

.hero { min-height: 780px; height: 94vh; max-height: 940px; position: relative; display: grid; align-items: center; overflow: hidden; color: var(--white); background: var(--ink); }
.hero-media { position: absolute; inset: 0; background: url("concrete-driveway-hero.png") center 60% / cover no-repeat; transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,8,9,.96) 0%, rgba(7,8,9,.87) 31%, rgba(7,8,9,.35) 60%, rgba(7,8,9,.18) 100%), linear-gradient(0deg, rgba(7,8,9,.55), transparent 45%); }
.hero-content { position: relative; z-index: 2; padding-top: 80px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: #ecebe7; text-transform: uppercase; letter-spacing: .17em; font-size: .78rem; font-weight: 800; }
.eyebrow span { display: inline-block; width: 34px; height: 3px; background: var(--orange); }
.eyebrow.dark { color: #5f6264; }
h1, h2, h3 { font-family: var(--display); line-height: .98; text-transform: uppercase; margin: 0; }
h1 { max-width: 720px; font-size: clamp(4.4rem, 9vw, 8.4rem); letter-spacing: -.025em; }
h1 em { color: var(--orange); font-style: normal; }
.hero-copy { max-width: 600px; margin: 28px 0 0; color: rgba(255,255,255,.78); font-size: 1.1rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 13px 22px; border: 1px solid transparent; font-family: var(--display); font-size: 1rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; transition: transform .2s, background .2s, border .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--orange); }
.button-primary:hover, .button-primary:focus-visible { background: var(--orange-dark); }
.button-secondary { color: var(--white); border-color: rgba(255,255,255,.58); background: rgba(0,0,0,.12); }
.button-secondary:hover, .button-secondary:focus-visible { border-color: var(--white); background: rgba(255,255,255,.08); }
.service-area { margin-top: 38px; color: rgba(255,255,255,.66); font-size: .8rem; font-weight: 600; letter-spacing: .04em; }
.service-area span { color: var(--orange); margin-right: 8px; }
.scroll-cue { position: absolute; z-index: 2; bottom: 0; right: max(24px, calc((100vw - 1160px)/2)); width: 62px; height: 82px; background: var(--orange); display: grid; place-items: center; }
.scroll-cue span { width: 11px; height: 11px; border-right: 2px solid white; border-bottom: 2px solid white; transform: rotate(45deg) translate(-2px,-2px); }

.trust-strip { background: var(--ink); color: var(--white); border-top: 1px solid rgba(255,255,255,.1); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { padding: 29px 28px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.12); }
.trust-grid > div:first-child { border-left: 1px solid rgba(255,255,255,.12); }
.trust-grid strong { font-family: var(--display); font-size: 1.45rem; line-height: 1; text-transform: uppercase; letter-spacing: .03em; }
.trust-grid span { margin-top: 7px; color: rgba(255,255,255,.56); font-size: .78rem; }

.section { padding: 112px 0; }
.section-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 60px; align-items: end; margin-bottom: 52px; }
.section-heading h2, .about h2, .contact h2, .process h2 { font-size: clamp(3rem, 5.4vw, 5.2rem); }
.section-heading > p { margin: 0 0 7px; color: #66696b; max-width: 440px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 355px; padding: 34px; position: relative; background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; }
.service-card.featured { background: #edece7; }
.service-number { position: absolute; top: 22px; right: 24px; color: rgba(11,12,13,.32); font-family: var(--display); font-weight: 700; }
.service-icon { width: 58px; height: 58px; position: relative; margin-bottom: 52px; border: 2px solid var(--ink); transform: skewY(-8deg); }
.service-icon span { position: absolute; background: var(--orange); }
.service-icon span:nth-child(1) { height: 2px; left: 8px; right: 8px; top: 15px; }
.service-icon span:nth-child(2) { height: 2px; left: 8px; right: 8px; top: 28px; }
.service-icon span:nth-child(3) { height: 2px; left: 8px; right: 8px; top: 41px; }
.patio-icon { transform: rotate(45deg); }
.patio-icon span { transform: rotate(-45deg); }
.walk-icon { width: 72px; border-left-width: 9px; border-right-width: 9px; transform: perspective(50px) rotateX(18deg); }
.slab-icon { height: 42px; margin-top: 16px; }
.repair-icon::after { content: ""; position: absolute; left: 24px; top: -7px; width: 3px; height: 68px; background: var(--orange); transform: rotate(26deg); }
.service-card h3 { font-size: 2.05rem; letter-spacing: .01em; }
.service-card p { color: #696b6d; margin: 16px 0 26px; font-size: .94rem; }
.service-card > a:not(.button) { position: absolute; left: 34px; bottom: 28px; color: var(--ink); font-weight: 800; font-size: .78rem; text-transform: uppercase; letter-spacing: .05em; }
.service-card > a:not(.button) span { color: var(--orange); margin-left: 7px; }
.service-card.cta-card { display: flex; flex-direction: column; justify-content: center; background: var(--ink-soft); color: var(--white); }
.service-card.cta-card .eyebrow { margin-bottom: 22px; }
.service-card.cta-card h3 { max-width: 300px; }
.service-card.cta-card p:not(.eyebrow) { color: rgba(255,255,255,.64); margin-bottom: 24px; }
.service-card.cta-card .button { align-self: flex-start; }

.process { background: var(--ink); color: var(--white); }
.process-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: 100px; }
.process-intro { align-self: start; position: sticky; top: 40px; }
.process-intro > p:not(.eyebrow) { max-width: 430px; color: rgba(255,255,255,.62); }
.text-link { display: inline-flex; gap: 12px; color: var(--orange); margin-top: 22px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; font-size: .8rem; }
.process-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(255,255,255,.18); }
.process-list li { display: grid; grid-template-columns: 74px 1fr; gap: 20px; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.process-list li > span { color: var(--orange); font-family: var(--display); font-size: 1.1rem; font-weight: 700; }
.process-list h3 { font-size: 1.8rem; }
.process-list p { color: rgba(255,255,255,.58); margin: 10px 0 0; }

.about { position: relative; overflow: hidden; }
.about::after { content: "NE"; position: absolute; right: -20px; bottom: -102px; color: rgba(11,12,13,.035); font-family: var(--display); font-size: 26rem; line-height: .8; font-weight: 800; pointer-events: none; }
.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; position: relative; z-index: 1; }
.about-mark { min-height: 540px; display: grid; place-items: center; background: var(--ink); padding: 50px; }
.about-mark img { width: min(100%, 520px); }
.about-copy { align-self: center; }
.about-copy .lead { font-size: 1.18rem; color: #343638; }
.about-copy > p:not(.eyebrow) { color: #66696b; }
.about-values { margin-top: 34px; border-top: 1px solid var(--line); }
.about-values > div { display: grid; grid-template-columns: 180px 1fr; gap: 24px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.about-values strong { font-family: var(--display); text-transform: uppercase; letter-spacing: .04em; }
.about-values span { color: #696b6d; font-size: .9rem; }

.contact { background: var(--steel); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 96px; }
.contact-intro > p:not(.eyebrow) { max-width: 480px; color: rgba(255,255,255,.62); }
.direct-contact { margin-top: 42px; display: flex; flex-direction: column; gap: 4px; }
.direct-contact span { color: rgba(255,255,255,.46); font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.direct-contact a { color: var(--orange); font-weight: 700; word-break: break-word; }
.location-note { margin-top: 30px; color: rgba(255,255,255,.54); font-size: .9rem; }
.estimate-form { padding: 42px; background: var(--white); color: var(--ink); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.estimate-form label { display: flex; flex-direction: column; gap: 7px; margin-bottom: 18px; font-size: .77rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.estimate-form input, .estimate-form select, .estimate-form textarea { width: 100%; color: var(--ink); background: #f3f2ee; border: 1px solid transparent; border-radius: 0; padding: 13px 14px; font-size: 1rem; text-transform: none; letter-spacing: 0; outline: none; }
.estimate-form input:focus, .estimate-form select:focus, .estimate-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,90,20,.15); }
.estimate-form textarea { resize: vertical; min-height: 130px; }
.submit-button { width: 100%; border: 0; }
.submit-button:disabled { opacity: .68; cursor: wait; transform: none; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { display: none; margin: 14px 0 0; padding: 13px 14px; font-size: .88rem; font-weight: 700; line-height: 1.45; text-align: left; }
.form-status.success { display: block; color: #155d37; background: #e8f6ee; border-left: 4px solid #24965c; }
.form-status.error { display: block; color: #8a241b; background: #fff0ed; border-left: 4px solid #d54b3d; }
.form-status a { text-decoration: underline; }
.form-note { margin: 12px 0 0; color: #7b7d7f; text-align: center; font-size: .77rem; }

.site-footer { background: var(--ink); color: var(--white); border-top: 1px solid rgba(255,255,255,.12); }
.footer-grid { min-height: 190px; display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; }
.footer-logo img { width: 190px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 28px; font-size: .86rem; font-weight: 700; }
.footer-links a:hover { color: var(--orange); }
.footer-meta { grid-column: 1 / -1; padding: 20px 0 26px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.42); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }

@media (max-width: 900px) {
  .site-header { position: absolute; }
  .header-inner { min-height: 82px; }
  .brand img { width: 150px; height: 64px; }
  .nav-toggle { display: block; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 82px; padding: 24px 20px 30px; background: rgba(11,12,13,.98); flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px 0; }
  .site-nav .nav-cta { margin-top: 10px; padding: 12px 16px; text-align: center; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 740px; height: auto; padding: 150px 0 100px; }
  .hero-media { background-position: 67% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(7,8,9,.94), rgba(7,8,9,.62)), linear-gradient(0deg, rgba(7,8,9,.68), transparent); }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div { border-bottom: 1px solid rgba(255,255,255,.12); }
  .section { padding: 82px 0; }
  .section-heading, .process-layout, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .process-intro { position: static; }
  .about-mark { min-height: 400px; }
}

@media (max-width: 620px) {
  :root { --shell: min(100% - 28px, 1160px); }
  h1 { font-size: clamp(3.8rem, 18vw, 5.4rem); }
  .hero-copy { font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .scroll-cue { display: none; }
  .service-area { line-height: 1.5; }
  .trust-grid { width: 100%; }
  .trust-grid > div { padding: 21px 18px; }
  .section-heading { gap: 20px; }
  .section-heading h2, .about h2, .contact h2, .process h2 { font-size: 3.35rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 330px; padding: 30px; }
  .service-card > a:not(.button) { left: 30px; }
  .process-list li { grid-template-columns: 48px 1fr; }
  .about-mark { min-height: 310px; padding: 30px; }
  .about-values > div { grid-template-columns: 1fr; gap: 5px; }
  .estimate-form { padding: 24px 18px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; padding-top: 42px; }
  .footer-links { justify-content: flex-start; gap: 20px; }
  .footer-meta { flex-direction: column; gap: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
