:root {
  --ink: #12181d;
  --text: #1d262d;
  --muted: #5c6771;
  --paper: #f6f5f2;
  --soft: #ecebe6;
  --white: #fff;
  --steel: #28323b;
  --amber: #f2820d;
  --amber-soft: #ffb15e;
  --concrete: #8a949c;
  --line: rgba(29, 38, 45, .14);
  --shadow: 0 24px 80px rgba(18, 24, 29, .18);
  --radius: 8px;
  --bg-drift: 0px;
  --bg-drift-front: 0px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p, a, span, strong, article, section, div { min-width: 0; }
h1, h2, h3, p { overflow-wrap: break-word; }
.site-header { position: sticky; top: 0; z-index: 50; min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 10px clamp(16px, 4vw, 56px); background: rgba(18, 24, 29, .95); border-bottom: 1px solid rgba(242, 130, 13, .28); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 0; padding: 6px 15px 6px 8px; border-radius: var(--radius); background: #fff; border: 1px solid rgba(242, 130, 13, .34); box-shadow: 0 10px 24px rgba(18, 24, 29, .18); }
.brand-mark { width: 48px; height: 48px; object-fit: contain; flex: 0 0 auto; }
.brand-text { display: grid; gap: 1px; line-height: 1; color: var(--ink); text-transform: uppercase; letter-spacing: .06em; }
.brand-text strong { font-family: "Arial Black", "Helvetica Neue", Arial, sans-serif; font-size: 1.28rem; font-weight: 900; letter-spacing: .04em; }
.brand-text span { color: var(--amber); font-size: .74rem; font-weight: 900; letter-spacing: .22em; }
.brand-text small { color: var(--muted); font-size: .54rem; font-weight: 900; letter-spacing: .16em; }
.nav-links { display: flex; gap: 24px; color: rgba(255,255,255,.78); font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.nav-links a:hover { color: var(--amber-soft); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.phone-link { color: #ffce9a; font-weight: 900; white-space: nowrap; }
.btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; text-align: center; border: 1px solid transparent; border-radius: var(--radius); padding: 0 20px; font-size: 14px; font-weight: 900; text-transform: uppercase; letter-spacing: .035em; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(18, 24, 29, .22); }
.btn.primary, .btn.small { background: var(--amber); color: #fff; border-color: var(--amber); }
.btn.primary:hover, .btn.small:hover { background: #ff8f22; }
.btn.secondary { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.3); }
.btn.light { background: #fff; color: var(--ink); border-color: #fff; }
.btn.ghost { color: #fff; border-color: rgba(255,255,255,.46); background: transparent; }
.btn.dark-outline { color: var(--ink); border-color: rgba(29,38,45,.32); background: transparent; }
.btn.dark-outline:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.btn.small { min-height: 42px; padding: 0 15px; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.22); border-radius: var(--radius); background: transparent; position: relative; }
.menu-toggle span, .menu-toggle:before, .menu-toggle:after { content: ""; position: absolute; left: 12px; right: 12px; height: 2px; border-radius: 999px; background: #fff; }
.menu-toggle span { top: 22px; }
.menu-toggle:before { top: 15px; }
.menu-toggle:after { top: 29px; }
.mobile-menu { display: none; }
.hero { position: relative; isolation: isolate; min-height: calc(100svh - 74px); display: grid; grid-template-columns: minmax(0, .98fr) minmax(360px, 1.02fr); align-items: center; gap: clamp(30px, 5vw, 70px); padding: clamp(42px, 7vw, 90px) clamp(16px, 5vw, 76px); background: radial-gradient(circle at 80% 8%, rgba(242,130,13,.18), transparent 38%), linear-gradient(135deg, #12181d, #1f2830 60%, #33414c); color: #fff; overflow: hidden; }
.hero > *:not(.site-motion) { position: relative; z-index: 1; }
.site-motion { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.blueprint { position: absolute; inset: -20% -10%; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 46px 46px; transform: translate3d(0, var(--bg-drift), 0); transition: transform .2s ease-out; opacity: .8; }
.beam { position: absolute; height: 12px; border-radius: 999px; background: linear-gradient(90deg, rgba(242,130,13,.0), rgba(242,130,13,.5), rgba(242,130,13,0)); }
.beam-back { top: 24%; left: -6%; width: 60%; transform: rotate(-14deg) translate3d(0, var(--bg-drift), 0); opacity: .5; }
.beam-front { top: 62%; right: -8%; width: 55%; transform: rotate(9deg) translate3d(0, var(--bg-drift-front), 0); opacity: .35; }
.skyline { position: absolute; left: 0; right: 0; bottom: 0; height: 230px; transform: translate3d(0, var(--bg-drift-front), 0); }
.bldg { position: absolute; bottom: 0; left: var(--x); width: var(--w); height: var(--h); background: linear-gradient(180deg, rgba(51,65,76,.5), rgba(18,24,29,.9)); border-top: 3px solid rgba(242,130,13,.35); border-radius: 3px 3px 0 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.04); animation: bldgPulse 6s ease-in-out infinite; animation-delay: var(--d); }
.bldg:before { content: ""; position: absolute; inset: 14px 8px auto 8px; height: 60%; background-image: radial-gradient(rgba(255,177,94,.5) 1.4px, transparent 1.6px); background-size: 13px 17px; opacity: .55; }
@keyframes bldgPulse { 0%, 100% { opacity: .8; } 50% { opacity: .96; } }
.crane { position: absolute; bottom: 0; left: 50%; width: 2px; height: 250px; }
.crane-mast { position: absolute; bottom: 0; left: 0; width: 3px; height: 100%; background: rgba(242,130,13,.55); }
.crane-jib { position: absolute; top: 6px; left: -78px; width: 150px; height: 3px; background: rgba(242,130,13,.55); }
.crane-line { position: absolute; top: 9px; left: 56px; width: 2px; height: 60px; background: rgba(255,177,94,.5); animation: craneLift 5s ease-in-out infinite; transform-origin: top; }
@keyframes craneLift { 0%, 100% { height: 60px; } 50% { height: 96px; } }
.hero h1, .subhero h1, .detail-hero h1, .contact-hero h1 { margin: 0; font-size: clamp(3rem, 7vw, 6.6rem); line-height: .95; letter-spacing: -.01em; max-width: 12ch; text-wrap: balance; }
.hero p, .subhero p, .detail-hero p, .contact-hero p { color: rgba(255,255,255,.78); font-size: clamp(1.05rem, 2vw, 1.3rem); max-width: 700px; }
.eyebrow { display: inline-flex; margin-bottom: 16px; color: var(--amber); font-size: .76rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 900; }
.hero .eyebrow, .dark .eyebrow, .cta-band .eyebrow, .subhero .eyebrow, .detail-hero .eyebrow, .contact-hero .eyebrow { color: var(--amber-soft); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.trust-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 34px; max-width: 760px; }
.trust-row span { min-height: 76px; display: flex; align-items: center; padding: 14px; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); background: rgba(255,255,255,.07); color: rgba(255,255,255,.9); font-weight: 800; }
.hero-visual { position: relative; min-height: 600px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.08); }
.hero-visual img { width: 100%; height: 100%; min-height: 600px; object-fit: cover; }
.hero-visual:after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(18,24,29,.82), transparent 55%); }
.hero-badge { position: absolute; left: 22px; right: 22px; bottom: 22px; z-index: 2; padding: 20px; border-radius: var(--radius); background: rgba(255,255,255,.94); color: var(--text); backdrop-filter: blur(14px); border-left: 5px solid var(--amber); }
.hero-badge strong { display: block; font-size: clamp(1.35rem, 3vw, 2.1rem); line-height: 1.02; }
.hero-badge span { display: block; color: var(--muted); margin-top: 8px; }
.service-ribbon { display: flex; flex-wrap: wrap; gap: 10px; padding: 18px clamp(16px, 5vw, 76px); background: var(--ink); border-bottom: 1px solid rgba(242,130,13,.2); }
.service-ribbon span { display: inline-flex; padding: 10px 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(255,255,255,.05); color: #fff; font-weight: 800; font-size: .92rem; }
.pill { display: inline-flex; padding: 11px 15px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--ink); font-weight: 800; }
.pill:hover { border-color: var(--amber); color: var(--amber); }
.section { padding: clamp(64px, 9vw, 118px) clamp(16px, 5vw, 76px); }
.section.soft { background: var(--soft); }
.section.dark { background: var(--ink); color: #fff; }
.section-head { max-width: 900px; margin-bottom: 34px; }
.section h2, .dark h2, .cta-band h2, .estimate-card h2 { margin: 0 0 14px; font-size: clamp(2.1rem, 4.6vw, 4.6rem); line-height: 1.02; letter-spacing: -.01em; text-wrap: balance; }
.section-head p, .two-col p, .service-card p, .area-card p, .process-grid p, .faq-list p, .stacked-list p { color: var(--muted); font-size: 1.03rem; }
.dark p, .dark .stacked-list p { color: rgba(255,255,255,.74); }
.card-grid { display: grid; gap: 16px; }
.card-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-card, .area-card, .process-grid article, .estimate-card { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.service-card:hover, .area-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: rgba(242,130,13,.5); }
.service-card img { width: 100%; height: 230px; object-fit: cover; background: #d9dde0; }
.service-card span, .area-card span { display: block; padding: 20px 20px 0; color: var(--amber); font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 900; }
.service-card h3, .area-card h3 { margin: 8px 20px 0; font-size: clamp(1.35rem, 2.2vw, 1.9rem); line-height: 1.05; }
.service-card p, .area-card p { margin: 10px 20px 22px; }
.projects-section { background: #fff; }
.projects-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.projects-grid figure { position: relative; margin: 0; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); background: #d9dde0; }
.projects-grid img { width: 100%; height: 300px; object-fit: cover; transition: transform .4s ease; }
.projects-grid figure:hover img { transform: scale(1.05); }
.projects-grid figcaption { position: absolute; left: 14px; bottom: 14px; right: 14px; padding: 9px 12px; border-radius: var(--radius); background: rgba(18,24,29,.82); color: #fff; font-weight: 800; font-size: .92rem; backdrop-filter: blur(6px); }
.projects-more { margin-top: 28px; display: flex; justify-content: center; }
.split, .two-col { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: clamp(28px, 6vw, 76px); align-items: start; }
.stacked-list { display: grid; gap: 12px; }
.stacked-list article, .feature-panel, .faq-list details { border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.06); padding: 22px; }
.dark .stacked-list article { border-color: rgba(255,255,255,.12); }
.stacked-list strong { font-size: 1.25rem; }
.feature-layout { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.feature-panel { padding: 0; overflow: hidden; background: #fff; }
.feature-panel img { width: 100%; height: 360px; object-fit: cover; background: #d9dde0; }
.feature-panel div { padding: 24px; }
.feature-panel h3 { margin: 0 0 10px; font-size: clamp(1.7rem, 3vw, 2.5rem); line-height: 1.05; }
.pill-grid { display: flex; flex-wrap: wrap; gap: 12px; }
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.process-grid article { padding: 24px; }
.process-grid span { color: var(--amber); font-weight: 900; font-size: 1.1rem; }
.process-grid h3 { margin: 14px 0 8px; font-size: 1.32rem; }
.faq-list { display: grid; gap: 10px; max-width: 980px; }
.faq-list details { background: #fff; padding: 18px 20px; }
.faq-list summary { cursor: pointer; font-size: 1.08rem; font-weight: 900; }
.faq-list p { margin: 12px 0 0; }
.cta-band { margin: 0 clamp(16px, 5vw, 76px) clamp(64px, 9vw, 96px); padding: clamp(28px, 5vw, 56px); border-radius: var(--radius); background: linear-gradient(135deg, #1f2830, #33414c 55%, #f2820d); color: #fff; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; }
.cta-band p { color: rgba(255,255,255,.82); max-width: 720px; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
.subhero { padding: clamp(82px, 12vw, 148px) clamp(16px, 5vw, 76px) 58px; background: var(--ink); color: #fff; position: relative; }
.subhero:after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 4px; background: linear-gradient(90deg, var(--amber), transparent 60%); }
.subhero h1 { max-width: 15ch; }
.detail-hero, .contact-hero { display: grid; grid-template-columns: minmax(0, .95fr) minmax(320px, .85fr); gap: clamp(28px, 5vw, 62px); align-items: center; padding: clamp(70px, 10vw, 128px) clamp(16px, 5vw, 76px); background: var(--ink); color: #fff; }
.detail-hero h1, .contact-hero h1 { max-width: 13ch; }
.detail-hero img { width: 100%; height: min(66vh, 600px); object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); background: #333e47; }
.check-list { list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 0; margin: 0; }
.check-list li { position: relative; padding: 15px 15px 15px 44px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; color: var(--text); font-weight: 800; }
.check-list li:before { content: ""; position: absolute; left: 16px; top: 19px; width: 14px; height: 14px; border-radius: 3px; background: var(--amber); box-shadow: inset 0 0 0 3px rgba(255,255,255,.85); }
.area-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.area-card { padding: 4px 0 8px; min-height: 220px; }
.gallery-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; padding: clamp(54px, 8vw, 90px) clamp(16px, 5vw, 76px); }
.gallery-grid figure { position: relative; margin: 0; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); background: #d9dde0; }
.gallery-grid img { width: 100%; height: 420px; object-fit: cover; }
.gallery-grid figcaption { position: absolute; left: 14px; bottom: 14px; right: 14px; padding: 9px 12px; border-radius: var(--radius); background: rgba(18,24,29,.82); color: #fff; font-weight: 800; backdrop-filter: blur(6px); }
.estimate-card { padding: clamp(22px, 4vw, 36px); background: #fff; color: var(--text); box-shadow: var(--shadow); }
.estimate-card h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
.contact-lead { color: var(--muted); margin: 0 0 22px; }
.contact-list { list-style: none; padding: 0; margin: 0 0 4px; display: grid; gap: 14px; }
.contact-list li { display: grid; gap: 3px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.contact-list li:last-child { border-bottom: none; padding-bottom: 0; }
.contact-list span:first-child { color: var(--amber); font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 900; }
.contact-list a, .contact-list li > span:last-child { font-size: 1.16rem; font-weight: 800; color: var(--text); }
.contact-list a:hover { color: var(--amber); }
.form-placeholder { border: 2px dashed rgba(242,130,13,.5); border-radius: var(--radius); background: linear-gradient(180deg, #fbf4ea, #fffdfa); padding: clamp(24px, 4vw, 38px); text-align: center; margin: 0 0 24px; }
.form-placeholder-tag { display: inline-flex; margin-bottom: 14px; padding: 6px 12px; border-radius: 999px; background: var(--ink); color: #fff; font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.form-placeholder-title { margin: 0 0 6px; font-size: 1.2rem; font-weight: 900; color: var(--text); }
.form-placeholder-note { margin: 0 0 20px; color: var(--muted); font-size: .98rem; }
.form-placeholder-actions { display: grid; gap: 10px; }
.form-placeholder-actions .btn.dark-btn { background: var(--ink); color: #fff; border-color: var(--ink); }
.footer { display: flex; justify-content: space-between; gap: 30px; padding: 40px clamp(16px, 5vw, 76px); background: #0c1114; color: #fff; }
.footer .brand { width: fit-content; }
.footer p { color: rgba(255,255,255,.66); max-width: 520px; margin-top: 18px; }
.footer-grid { display: grid; grid-template-columns: repeat(2, max-content); gap: 10px 24px; color: rgba(255,255,255,.8); }
.footer-grid a:hover { color: var(--amber-soft); }
.mobile-sticky { display: none; opacity: 0; transform: translateY(18px); pointer-events: none; }
.reveal { opacity: 1; transform: none; }
html.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .5s ease, transform .5s cubic-bezier(.22,1,.36,1); }
html.js .reveal.in { opacity: 1; transform: none; }
.sms-consent { margin-top: 18px; max-width: 640px; font-size: .82rem; line-height: 1.55; color: rgba(255,255,255,.64); }
.sms-consent a { color: var(--amber-soft); text-decoration: underline; }
.legal-section { max-width: 880px; }
.legal-prose { color: var(--text); }
.legal-prose .updated { color: var(--muted); font-size: .95rem; margin: 0 0 28px; }
.legal-prose h2 { font-size: clamp(1.5rem, 3vw, 2rem); line-height: 1.15; margin: 36px 0 12px; }
.legal-prose h2:first-of-type { margin-top: 0; }
.legal-prose p, .legal-prose li { color: var(--text); font-size: 1.02rem; line-height: 1.7; }
.legal-prose ul { padding-left: 22px; margin: 0 0 14px; display: grid; gap: 6px; }
.legal-prose a { color: var(--amber); text-decoration: underline; }
.legal-prose strong { font-weight: 800; }
@media (max-width: 1040px) {
  .nav-links, .nav-actions { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu { position: fixed; inset: 76px 16px auto; z-index: 49; display: grid; gap: 6px; padding: 10px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); transform: translateY(-12px); opacity: 0; visibility: hidden; pointer-events: none; transition: .18s ease; }
  body.menu-open .mobile-menu { transform: translateY(0); opacity: 1; visibility: visible; pointer-events: auto; }
  .mobile-menu a { padding: 14px; border-radius: var(--radius); color: var(--ink); font-weight: 900; }
  .hero, .detail-hero, .contact-hero, .split, .two-col, .cta-band { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-visual, .hero-visual img { min-height: 420px; }
  .card-grid.three, .process-grid, .area-grid, .projects-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cta-actions { justify-content: flex-start; }
}
@media (max-width: 640px) {
  .site-header { min-height: 66px; padding: 9px 12px; }
  .brand { gap: 9px; padding: 6px 12px 6px 6px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-text strong { font-size: 1.04rem; }
  .brand-text span { font-size: .6rem; letter-spacing: .16em; }
  .brand-text small { font-size: .5rem; }
  .hero { padding: 36px 12px 48px; gap: 24px; }
  .hero h1, .subhero h1, .detail-hero h1, .contact-hero h1 { font-size: clamp(2.5rem, 11vw, 3.4rem); max-width: 11ch; }
  .hero p, .subhero p, .detail-hero p, .contact-hero p { font-size: 1rem; line-height: 1.5; }
  .hero-actions, .cta-actions { display: grid; grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .trust-row, .card-grid.three, .process-grid, .area-grid, .feature-layout, .check-list, .gallery-grid, .projects-grid { grid-template-columns: 1fr; }
  .trust-row span { min-height: 62px; }
  .section, .subhero, .detail-hero, .contact-hero { padding-left: 12px; padding-right: 12px; }
  .section h2, .dark h2, .cta-band h2 { font-size: clamp(2rem, 8.5vw, 2.7rem); }
  .service-card img, .feature-panel img, .gallery-grid img, .projects-grid img { height: 250px; }
  .hero-visual, .hero-visual img { min-height: 340px; }
  .cta-band { margin-left: 12px; margin-right: 12px; margin-bottom: 78px; }
  .footer { display: grid; padding-bottom: 92px; }
  .footer-grid { grid-template-columns: 1fr; }
  .mobile-sticky { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 60; display: flex; box-shadow: var(--shadow); transition: opacity .22s ease, transform .22s ease; }
  body.show-mobile-sticky .mobile-sticky { opacity: 1; transform: translateY(0); pointer-events: auto; }
}
@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  html.js .reveal { opacity: 1; transform: none; }
  .site-motion { display: none; }
}