:root {
  --green-950: #04130d;
  --green-900: #071b13;
  --green-850: #0b261b;
  --green-800: #103326;
  --green-700: #174735;
  --cream: #f3f0e7;
  --white: #ffffff;
  --mist: #b9c7c0;
  --copper: #d77a42;
  --line: rgba(255,255,255,.14);
  --shadow: 0 32px 90px rgba(0,0,0,.38);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  margin: 0;
  color: var(--white);
  background:
    radial-gradient(circle at 80% 0%, rgba(35,93,68,.34), transparent 36rem),
    linear-gradient(150deg, var(--green-950), #092118 55%, #05150f);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
.site-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 48px 0 30px; }

.business-card {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(330px, .78fr);
  min-height: 670px;
  overflow: hidden;
  background: var(--green-850);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.photo-panel {
  min-width: 0;
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 5vw, 64px);
  display: flex;
  flex-direction: column;
  isolation: isolate;
  background: url("assets/lockrum-waterfront-build.webp") center / cover no-repeat;
}
.photo-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(90deg, rgba(3,18,12,.96), rgba(6,28,20,.84) 58%, rgba(6,28,20,.54));
}
.photo-panel::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto -110px -170px auto;
  width: 360px;
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 50%;
  box-shadow: 0 0 0 54px rgba(255,255,255,.035), 0 0 0 108px rgba(255,255,255,.02);
}

.topbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { display: block; width: clamp(150px, 18vw, 205px); height: auto; filter: drop-shadow(0 8px 18px rgba(0,0,0,.28)); }
.established { padding: 8px 11px; border: 1px solid rgba(255,255,255,.3); color: var(--mist); text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; font-weight: 700; }

.hero-copy { max-width: 700px; margin: auto 0; padding: 70px 0; }
.eyebrow { margin: 0 0 14px; color: #e5a276; text-transform: uppercase; letter-spacing: .15em; font-size: .75rem; font-weight: 700; }
h1, h2 { margin: 0; font-family: "Oswald", Impact, sans-serif; text-transform: uppercase; line-height: .96; }
h1 { display: grid; gap: .03em; max-width: 100%; font-size: clamp(3.5rem, 6.1vw, 6.3rem); letter-spacing: -.035em; }
h1 span { display: block; max-width: 100%; }
.hero-copy > p:last-child { max-width: 610px; margin: 24px 0 0; color: rgba(255,255,255,.72); font-size: clamp(1rem, 1.4vw, 1.13rem); }
.service-line { position: relative; z-index: 1; margin: 0; color: var(--mist); text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; font-weight: 700; }
.service-line span { color: var(--copper); margin: 0 5px; }

.info-panel { min-width: 0; padding: clamp(28px, 4vw, 52px); display: flex; flex-direction: column; background: linear-gradient(160deg, var(--green-800), #0a261b); }
.owner-block { display: flex; align-items: center; gap: 16px; }
.owner-monogram { flex: 0 0 62px; width: 62px; height: 62px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; color: var(--mist); font-family: "Oswald", Impact, sans-serif; letter-spacing: .08em; }
.label, .contact-button span { display: block; color: var(--mist); text-transform: uppercase; letter-spacing: .14em; font-size: .7rem; font-weight: 700; }
.owner-block h2 { margin-top: 5px; font-size: clamp(2.3rem, 4vw, 3.4rem); }
.owner-note { margin: 9px 0 0; color: rgba(255,255,255,.68); font-size: .87rem; line-height: 1.5; }
.divider { height: 1px; margin: 32px 0; background: var(--line); }
.services-block ul { margin: 16px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.services-block li { padding: 8px 11px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.045); font-size: .86rem; font-weight: 600; }

.contact-block { margin-top: auto; padding-top: 42px; display: grid; gap: 10px; }
.contact-button { min-width: 0; padding: 15px 17px; display: block; overflow-wrap: anywhere; border: 1px solid rgba(255,255,255,.17); background: rgba(255,255,255,.045); text-decoration: none; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.contact-button:hover { transform: translateY(-2px); background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.34); }
.contact-button.primary { border-color: var(--copper); background: var(--copper); }
.contact-button.primary span { color: rgba(255,255,255,.74); }
.contact-button strong { display: block; margin-top: 3px; font-size: .96rem; }
.domain { margin-top: 22px; color: rgba(255,255,255,.48); font-size: .78rem; letter-spacing: .05em; }

.gallery { margin-top: 22px; padding: clamp(24px, 4vw, 46px); background: rgba(4,19,13,.88); border: 1px solid var(--line); box-shadow: 0 24px 70px rgba(0,0,0,.24); }
.gallery-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 24px; }
.gallery-heading h2 { font-size: clamp(2.6rem, 5vw, 4.7rem); }
.gallery-heading > p { max-width: 340px; margin: 0 0 4px; color: var(--mist); text-align: right; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }
.project { position: relative; min-width: 0; min-height: 245px; margin: 0; overflow: hidden; background-color: var(--green-700); background-size: cover; background-position: center; }
.project::before { content: ""; position: absolute; inset: 44% 0 0; background: linear-gradient(transparent, rgba(2,11,7,.9)); }
.project figcaption { position: absolute; z-index: 1; left: 15px; right: 15px; bottom: 12px; display: flex; align-items: center; justify-content: space-between; gap: 12px; text-transform: uppercase; letter-spacing: .1em; font-size: .7rem; }
.project figcaption span { color: #ef9a67; }
.project figcaption strong { font-size: .7rem; }
.photo-one { background-image: url("assets/lockrum-waterfront-build.webp"); }
.photo-two { background-image: url("assets/lockrum-concrete-rebar.webp"); background-position: center 38%; }
.photo-three { background-image: url("assets/lockrum-concrete-formwork.webp"); background-position: center 45%; }
.photo-four { background-image: url("assets/lockrum-concrete-driveway.webp"); background-position: center 44%; }
.photo-five { background-image: url("assets/lockrum-waterfront-deck.webp"); }
.photo-six { background-image: url("assets/lockrum-deck-construction.webp"); }

.site-footer { padding: 20px 2px 0; display: flex; justify-content: space-between; gap: 24px; color: rgba(255,255,255,.42); font-size: .72rem; }
.site-footer p { margin: 0; }
.site-footer a { text-decoration-color: rgba(255,255,255,.25); text-underline-offset: 3px; }
.site-footer a:hover { color: rgba(255,255,255,.72); }

@media (max-width: 920px) {
  .site-shell { width: min(760px, calc(100% - 30px)); padding-top: 24px; }
  .business-card { grid-template-columns: 1fr; min-height: 0; }
  .photo-panel { min-height: 630px; }
  h1 { font-size: clamp(3.7rem, 12vw, 6.4rem); }
  .info-panel { min-height: 520px; }
  .contact-block { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .gallery-heading { align-items: start; }
}

@media (max-width: 560px) {
  .site-shell { width: 100%; padding: 0; }
  .business-card, .gallery { border-left: 0; border-right: 0; box-shadow: none; }
  .photo-panel { min-height: 590px; padding: 24px 20px; }
  .topbar { align-items: flex-start; }
  .brand img { width: 142px; }
  .established { max-width: 98px; text-align: center; font-size: .62rem; }
  .hero-copy { padding: 58px 0; }
  h1 { font-size: clamp(3.15rem, 15.7vw, 5rem); line-height: .94; }
  .service-line { line-height: 1.9; }
  .info-panel { min-height: 570px; padding: 34px 20px; }
  .contact-block { grid-template-columns: 1fr; }
  .gallery { margin-top: 0; padding: 40px 16px; }
  .gallery-heading { flex-direction: column; gap: 8px; margin-bottom: 20px; }
  .gallery-heading > p { text-align: left; }
  .gallery-grid { grid-template-columns: 1fr; }
  .project { min-height: 260px; }
  .site-footer { padding: 20px 16px; display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .contact-button { transition: none; }
}
