:root {
  --ink: #111827;
  --ink-soft: #273244;
  --paper: #f6f5f1;
  --white: #ffffff;
  --accent: #dcae42;
  --accent-dark: #b88722;
  --line: rgba(17, 24, 39, 0.13);
  --shadow: 0 22px 70px rgba(17, 24, 39, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  line-height: 1.65;
}
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(17, 24, 39, 0.93);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: white; }
.brand-mark {
  font: 600 30px/1 "Oswald", sans-serif;
  letter-spacing: -1px;
  color: var(--accent);
}
.brand-text { font-size: 12px; font-weight: 800; letter-spacing: 3px; }
.main-nav { display: flex; align-items: center; gap: 30px; color: rgba(255,255,255,.84); font-size: 14px; }
.main-nav a:hover { color: white; }
.nav-cta { border: 1px solid rgba(255,255,255,.3); padding: 10px 16px; }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px 0; background: white; }

.hero {
  min-height: 810px;
  position: relative;
  display: flex;
  align-items: center;
  color: white;
  background:
    linear-gradient(90deg, rgba(10,17,28,.9), rgba(10,17,28,.48)),
    url("https://images.unsplash.com/photo-1487958449943-2429e8be8625?auto=format&fit=crop&w=1900&q=90") center/cover;
}
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(17,24,39,.25), transparent 50%); }
.hero-content { position: relative; z-index: 1; padding-top: 70px; }
.eyebrow, .section-label {
  margin: 0 0 22px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 900px;
  margin: 0;
  font: 600 clamp(58px, 8vw, 108px)/.95 "Oswald", sans-serif;
  letter-spacing: -2px;
  text-transform: uppercase;
}
.hero h1 span { color: var(--accent); }
.hero-copy { max-width: 620px; margin: 30px 0; font-size: 20px; color: rgba(255,255,255,.82); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 23px;
  border: 0;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--accent); color: var(--ink); }
.button-primary:hover { background: #edc25b; }
.button-secondary { border: 1px solid rgba(255,255,255,.4); color: white; }
.button-light { background: white; color: var(--ink); }
.hero-stats { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; background: rgba(17,24,39,.9); border-top: 1px solid rgba(255,255,255,.1); }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.stats-grid div { padding: 24px 30px; border-right: 1px solid rgba(255,255,255,.1); }
.stats-grid strong, .stats-grid span { display: block; }
.stats-grid strong { color: var(--accent); text-transform: uppercase; letter-spacing: 1.5px; }
.stats-grid span { color: rgba(255,255,255,.65); font-size: 13px; }

.section { padding: 120px 0; }
.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
h2 { margin: 0; font: 600 clamp(40px, 5vw, 66px)/1.08 "Oswald", sans-serif; text-transform: uppercase; letter-spacing: -1px; }
.about-copy { font-size: 17px; color: var(--ink-soft); }
.about-copy p:first-child { margin-top: 0; font-weight: 700; color: var(--ink); }
.value-row { margin-top: 35px; display: flex; flex-wrap: wrap; gap: 10px; }
.value-row span { padding: 9px 15px; border: 1px solid var(--line); font-size: 12px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }

.services { background: var(--ink); color: white; }
.section-heading-row { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 70px; margin-bottom: 60px; }
.section-heading-row p { margin: 0; color: rgba(255,255,255,.58); }
.gallery .section-heading-row p { color: var(--ink-soft); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.13); border-left: 1px solid rgba(255,255,255,.13); }
.service-card { min-height: 350px; padding: 35px 28px; border-right: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); transition: background .25s ease; }
.service-card:hover { background: rgba(255,255,255,.04); }
.service-number { color: var(--accent); font: 500 18px "Oswald", sans-serif; }
.service-card h3 { margin: 90px 0 20px; font: 500 28px "Oswald", sans-serif; text-transform: uppercase; }
.service-card p { color: rgba(255,255,255,.6); font-size: 14px; }

.gallery-grid { display: grid; grid-template-columns: 1.45fr 1fr; grid-template-rows: 280px 280px; gap: 18px; }
.gallery-large { grid-row: 1 / 3; }
.gallery-item { position: relative; margin: 0; overflow: hidden; background: #ddd; }
.gallery-item img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item figcaption { position: absolute; left: 18px; bottom: 18px; padding: 8px 12px; color: white; background: rgba(17,24,39,.84); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.1px; }

.cta-band { padding: 65px 0; background: var(--accent); }
.cta-content { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-content h2 { max-width: 750px; font-size: clamp(38px, 5vw, 62px); }
.section-label.light { color: var(--ink); opacity: .7; }

.contact { background: white; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.contact-intro { max-width: 520px; color: var(--ink-soft); font-size: 17px; }
.contact-details { margin-top: 35px; }
.contact-details a { font-size: clamp(20px, 3vw, 30px); font-weight: 800; }
.contact-details p { margin: 8px 0; color: var(--ink-soft); }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 36px; background: var(--paper); box-shadow: var(--shadow); }
.contact-form label { display: grid; gap: 8px; font-size: 12px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.contact-form label:nth-child(4) { grid-column: 1 / -1; }
input, textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: white;
  padding: 14px;
  font: inherit;
  outline: none;
}
input:focus, textarea:focus { border-color: var(--accent-dark); }
.contact-form .button { justify-self: start; }
.form-note { grid-column: 1 / -1; margin: 0; color: #687386; font-size: 12px; }

footer { padding: 28px 0; background: var(--ink); color: rgba(255,255,255,.62); }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; font-size: 12px; }
.footer-grid > a:last-child { justify-self: end; }
.footer-brand .brand-mark { font-size: 24px; }

@media (max-width: 900px) {
  .main-nav {
    display: none;
    position: absolute;
    top: 78px; left: 0; right: 0;
    padding: 24px 20px;
    background: var(--ink);
    flex-direction: column;
    align-items: flex-start;
  }
  .main-nav.open { display: flex; }
  .menu-toggle { display: block; }
  .hero { min-height: 760px; }
  .hero h1 { font-size: clamp(52px, 12vw, 86px); }
  .two-column, .section-heading-row, .contact-grid { grid-template-columns: 1fr; gap: 35px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card h3 { margin-top: 50px; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: repeat(3, 340px); }
  .gallery-large { grid-row: auto; }
  .cta-content { align-items: flex-start; flex-direction: column; }
  .contact-grid { gap: 55px; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1160px); }
  .site-header .brand-text { display: none; }
  .hero { min-height: 800px; padding-bottom: 150px; }
  .hero-content { padding-top: 90px; }
  .hero h1 { font-size: 52px; }
  .hero-copy { font-size: 17px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .stats-grid div { padding: 18px 10px; }
  .stats-grid span { display: none; }
  .section { padding: 80px 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .gallery-grid { grid-template-rows: repeat(3, 270px); }
  .contact-form { grid-template-columns: 1fr; padding: 24px; }
  .contact-form label:nth-child(4), .form-note { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-grid > a:last-child { justify-self: center; }
  .footer-brand { justify-content: center; }
}
