:root {
  --ink: #101010;
  --ink-soft: #1a1a1a;
  --gold: #d7a22a;
  --gold-light: #f0c45a;
  --paper: #f6f5f1;
  --white: #fff;
  --muted: #aaa;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, Arial, sans-serif; font-size: 16px; line-height: 1.6; }
img { display: block; width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; background: var(--gold); color: var(--ink); font-weight: 700; }
.skip-link:focus { top: 1rem; }
.site-header { min-height: 84px; padding: 0 max(24px, calc((100vw - var(--max)) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 28px; background: rgba(16,16,16,.97); color: var(--white); position: relative; z-index: 10; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; line-height: 1; }
.brand-mark { display: grid; place-items: center; width: 40px; height: 40px; border: 2px solid var(--gold); color: var(--gold); font: 800 1.6rem/1 "Barlow Condensed", sans-serif; transform: skew(-8deg); }
.brand strong { display: block; color: var(--gold); font: 800 1.55rem/1 "Barlow Condensed", sans-serif; letter-spacing: .07em; }
.brand small { display: block; margin-top: 5px; font-size: .63rem; letter-spacing: .13em; }
nav { display: flex; gap: 28px; }
nav a { text-decoration: none; color: #ddd; font-weight: 600; }
nav a:hover, nav a:focus { color: var(--gold-light); }
.header-call { color: var(--gold-light); font-weight: 700; text-decoration: none; white-space: nowrap; }

.hero { min-height: 650px; position: relative; display: grid; align-items: center; overflow: hidden; background: var(--ink); color: var(--white); }
.hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: 58% center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,8,8,.97) 0%, rgba(8,8,8,.84) 42%, rgba(8,8,8,.25) 75%, rgba(8,8,8,.1) 100%); }
.hero-content { position: relative; width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 90px 0; }
.eyebrow { margin: 0 0 15px; color: var(--gold-light); font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.dark { color: #8a6411; }
h1, h2, h3 { font-family: "Barlow Condensed", Impact, sans-serif; line-height: .98; margin-top: 0; }
h1 { max-width: 700px; margin-bottom: 24px; font-size: clamp(4rem, 9vw, 7.5rem); letter-spacing: -.025em; text-transform: uppercase; }
h1 span { color: var(--gold); }
.hero-copy { max-width: 650px; margin: 0 0 8px; font-size: clamp(1.05rem, 2vw, 1.24rem); color: #eee; }
.hero-copy.spanish { color: #bbb; font-size: 1rem; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 13px 21px; border: 1px solid var(--gold); text-decoration: none; font-weight: 800; transition: transform .18s ease, background .18s ease; }
.button:hover, .button:focus { transform: translateY(-2px); }
.button.primary { background: var(--gold); color: var(--ink); }
.button.primary:hover, .button.primary:focus { background: var(--gold-light); }
.button.secondary { background: rgba(16,16,16,.45); color: var(--white); }
.financing { margin-top: 18px; color: #d5d5d5; font-size: .9rem; }

.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--gold); }
.trust-strip div { padding: 25px 30px; text-align: center; border-right: 1px solid rgba(16,16,16,.22); }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { font: 800 1.45rem/1.1 "Barlow Condensed", sans-serif; text-transform: uppercase; letter-spacing: .04em; }
.trust-strip span { margin-top: 4px; font-size: .84rem; }
.section { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 105px 0; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; margin-bottom: 45px; }
h2 { margin-bottom: 0; font-size: clamp(2.8rem, 6vw, 5.3rem); letter-spacing: -.02em; text-transform: uppercase; }
.section-heading > p:last-child { margin: 0 0 5px; color: #5d5d5d; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #c9c7c1; }
.service-grid article { padding: 30px 22px 20px 0; border-right: 1px solid #d8d6d0; }
.service-grid article + article { padding-left: 22px; }
.service-grid article:last-child { border-right: 0; }
.service-grid span { color: #906a14; font-weight: 800; font-size: .78rem; }
.service-grid h3 { margin: 48px 0 15px; font-size: 2rem; text-transform: uppercase; }
.service-grid p { color: #606060; font-size: .94rem; }

.projects { background: var(--ink); color: var(--white); }
.projects-heading { display: grid; grid-template-columns: 1.1fr .7fr; gap: 60px; align-items: end; padding-bottom: 50px; }
.projects-heading > p { margin: 0 0 8px; color: #bbb; }
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 260px; gap: 4px; padding: 0 4px 4px; }
.gallery figure { position: relative; margin: 0; overflow: hidden; background: #282828; }
.gallery figure.wide { grid-column: span 2; }
.gallery figure.tall { grid-row: span 2; }
.gallery img { height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery video { display: block; width: 100%; height: 100%; object-fit: cover; background: #050505; }
.gallery figure:hover img { transform: scale(1.035); }
.gallery figcaption { position: absolute; left: 14px; bottom: 14px; padding: 6px 10px; background: rgba(12,12,12,.82); color: #fff; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.gallery .video-project figcaption { top: 14px; bottom: auto; pointer-events: none; }
.service-area { padding: 95px max(24px, calc((100vw - 900px) / 2)); text-align: center; background: var(--gold); }
.service-area h2 { max-width: 850px; margin: 0 auto 20px; }
.service-area > p:last-child { max-width: 850px; margin: 0 auto; font-weight: 600; }
.contact { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; padding: 105px max(24px, calc((100vw - var(--max)) / 2)); background: #191919; color: var(--white); }
.contact > div:first-child > p:last-child { max-width: 650px; color: #bbb; }
.contact-card { padding: 35px; border: 1px solid #3b3b3b; background: #111; }
.contact-card a { display: block; color: var(--gold-light); font: 700 2rem/1.15 "Barlow Condensed", sans-serif; text-decoration: none; overflow-wrap: anywhere; }
.contact-card a.email { margin-top: 10px; color: #ddd; font: 600 .95rem/1.4 Inter, sans-serif; }
.contact-card .button { display: inline-flex; font: 800 1rem/1 Inter, sans-serif; }
.contact-name { margin: 0 0 15px; color: #aaa; font-weight: 700; }
footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 35px; padding: 35px max(24px, calc((100vw - var(--max)) / 2)); background: #0b0b0b; color: #999; font-size: .78rem; }
.footer-brand { color: var(--white); }
.mobile-call { display: none; }

@media (max-width: 900px) {
  nav { display: none; }
  .section-heading, .projects-heading, .contact { grid-template-columns: 1fr; gap: 28px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid article:nth-child(2) { border-right: 0; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .contact { padding-top: 80px; padding-bottom: 80px; }
  footer { grid-template-columns: 1fr; gap: 14px; }
}

@media (max-width: 620px) {
  body { padding-bottom: 62px; }
  .site-header { min-height: 72px; padding: 0 18px; }
  .header-call { display: none; }
  .brand strong { font-size: 1.3rem; }
  .hero { min-height: 650px; align-items: end; }
  .hero > img { object-position: 65% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(8,8,8,.98) 12%, rgba(8,8,8,.76) 70%, rgba(8,8,8,.3)); }
  .hero-content { width: calc(100% - 36px); padding: 105px 0 55px; }
  h1 { font-size: clamp(3.7rem, 19vw, 5.8rem); }
  .hero-actions .button { width: 100%; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip div { padding: 17px; border-right: 0; border-bottom: 1px solid rgba(16,16,16,.2); }
  .section { width: calc(100% - 36px); padding: 75px 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article, .service-grid article + article { padding: 25px 0; border-right: 0; border-bottom: 1px solid #d8d6d0; }
  .service-grid h3 { margin-top: 28px; }
  .gallery { display: block; padding: 0 4px 4px; }
  .gallery figure { height: 280px; margin-bottom: 4px; }
  .service-area { padding-top: 70px; padding-bottom: 70px; }
  .contact { padding: 75px 18px; }
  .contact-card { padding: 25px 20px; }
  .contact-card a { font-size: 1.7rem; }
  footer { padding: 32px 18px; }
  .mobile-call { display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; min-height: 62px; align-items: center; justify-content: center; background: var(--gold); color: var(--ink); font-weight: 800; text-decoration: none; box-shadow: 0 -4px 22px rgba(0,0,0,.28); }
}

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