:root {
  --coal: #11100e;
  --iron: #2a2926;
  --iron-light: #c6c0b6;
  --ash: #ebe4d8;
  --muted: #a79d91;
  --copper: #b56d3a;
  --ember: #e08a42;
  --line: rgba(235, 228, 216, 0.16);
  --shadow: rgba(0, 0, 0, 0.42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ash);
  background: radial-gradient(circle at 16% 12%, rgba(181, 109, 58, 0.18), transparent 26rem), linear-gradient(145deg, #0b0a09, #171512 48%, #24211d);
  font-family: Georgia, "Times New Roman", serif;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: 0.35;
}
a { color: inherit; }
img { max-width: 100%; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem clamp(1rem, 4vw, 4rem);
  border-bottom: 1px solid var(--line);
  background: rgba(17, 16, 14, 0.9);
  backdrop-filter: blur(14px);
}
.brand img { display: block; width: clamp(92px, 12vw, 150px); height: auto; }
nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.55rem 1rem;
  color: var(--iron-light);
  font-family: Arial, sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
nav a { text-decoration: none; }
.hero {
  min-height: calc(100svh - 84px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.64fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
  padding: clamp(3rem, 8vw, 7rem) clamp(1rem, 6vw, 6rem);
}
.hero-copy { max-width: 48rem; }
.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--ember);
  font-family: Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 12ch;
  margin-bottom: 1.25rem;
  color: #f2eee7;
  font-size: clamp(3rem, 8vw, 7.4rem);
  line-height: 0.9;
  font-weight: 700;
}
h2 { max-width: 16ch; margin-bottom: 1rem; font-size: clamp(2rem, 4vw, 4.1rem); line-height: 1; }
h3 { margin-bottom: 0.55rem; color: #f2eee7; font-size: 1.35rem; }
.hero-copy > p:not(.eyebrow), .intro p, .contact p { color: var(--iron-light); font-size: clamp(1.1rem, 2vw, 1.35rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 2rem; }
.button {
  min-height: 3.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.15rem;
  border: 1px solid var(--copper);
  font-family: Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}
.button.primary { color: #130d09; background: var(--ember); }
.button.secondary { color: var(--ash); background: rgba(255, 255, 255, 0.04); }
.hero-photos {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  grid-template-rows: 1fr 1fr;
  gap: 0.85rem;
  min-height: 34rem;
}
.hero-photos img, .work-card img, .photo-gallery img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border: 1px solid var(--line);
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.28);
}
.hero-main-photo { grid-row: span 2; }
.intro, .section, .services, .process, .contact { padding: clamp(3.5rem, 8vw, 7rem) clamp(1rem, 6vw, 6rem); }
.intro { border-block: 1px solid var(--line); background: rgba(255, 255, 255, 0.035); }
.intro p { max-width: 54rem; margin-bottom: 0; color: #f0e9df; font-size: clamp(1.45rem, 3.3vw, 3rem); line-height: 1.18; }
.section-heading { margin-bottom: 2rem; }
.work-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.work-card, .service-list article, .process li, .contact-panel {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.18);
}
.work-card { padding: 0.7rem 0.7rem 1rem; }
.work-card img { aspect-ratio: 4 / 5; margin-bottom: 1rem; }
.work-card h3, .work-card p { padding-inline: 0.3rem; }
.work-card p, .service-list p, .process p, .photo-gallery figcaption { color: var(--muted); font-family: Arial, sans-serif; line-height: 1.55; }
.photo-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}
.photo-gallery figure { margin: 0; }
.photo-gallery img { aspect-ratio: 3 / 4; }
.photo-gallery figcaption { padding-top: 0.65rem; font-size: 0.92rem; }
.services { background: rgba(0, 0, 0, 0.18); }
.service-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.service-list article { padding: 1.25rem; }
.process ol { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; padding: 0; margin: 0; list-style: none; }
.process li { padding: 1.25rem; }
.process span { display: block; margin-bottom: 2.5rem; color: var(--ember); font-family: Arial, sans-serif; font-weight: 700; }
.process strong { display: block; margin-bottom: 0.5rem; color: #f2eee7; font-size: 1.35rem; }
.contact { display: grid; grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.55fr); gap: clamp(2rem, 6vw, 5rem); align-items: start; border-top: 1px solid var(--line); }
.contact-panel { padding: 1.35rem; }
.contact-panel p { margin-bottom: 1rem; color: var(--iron-light); font-family: Arial, sans-serif; font-size: 1rem; }
.contact-panel p:last-child { margin-bottom: 0; }
.contact-panel strong { color: var(--ember); letter-spacing: 0.06em; text-transform: uppercase; }
footer { padding: 1.5rem clamp(1rem, 6vw, 6rem); border-top: 1px solid var(--line); color: var(--muted); font-family: Arial, sans-serif; }
footer p { margin: 0; }
@media (max-width: 980px) {
  .service-list, .photo-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
  .site-header { align-items: flex-start; flex-direction: column; }
  nav { justify-content: flex-start; }
  .hero, .contact { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-photos { min-height: 28rem; }
  .work-grid, .process ol { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  h1 { font-size: 3.1rem; }
  .button { width: 100%; }
  .hero-photos, .photo-gallery, .service-list { grid-template-columns: 1fr; }
  .hero-main-photo { grid-row: auto; }
  .hero-photos { min-height: auto; }
  .hero-photos img { aspect-ratio: 4 / 5; }
}

.display-section {
  padding: clamp(3.5rem, 8vw, 7rem) clamp(1rem, 6vw, 6rem);
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.025);
}
.display-heading h2 {
  max-width: 18ch;
}
.display-wall {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 1rem;
}
.display-wall figure {
  min-height: 18rem;
  margin: 0;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.2);
}
.display-wall figure.display-feature {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 37rem;
}
.display-wall img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.display-wall figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.8rem 0.9rem;
  color: #f2eee7;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.78));
  font-family: Arial, sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
}
@media (max-width: 980px) {
  .display-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .display-wall figure.display-feature {
    min-height: 30rem;
  }
}
@media (max-width: 560px) {
  .display-wall {
    grid-template-columns: 1fr;
  }
  .display-wall figure,
  .display-wall figure.display-feature {
    grid-column: auto;
    grid-row: auto;
    min-height: 22rem;
  }
}

.about-hero {
  min-height: calc(100svh - 84px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.62fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
  padding: clamp(3rem, 8vw, 7rem) clamp(1rem, 6vw, 6rem);
}
.about-hero h1 {
  max-width: 11ch;
}
.about-hero figure {
  margin: 0;
}
.about-hero img {
  width: 100%;
  min-height: 32rem;
  display: block;
  object-fit: cover;
  border: 1px solid var(--line);
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.28);
}
.about-hero figcaption {
  padding-top: 0.7rem;
  color: var(--muted);
  font-family: Arial, sans-serif;
}
.about-story {
  padding: clamp(3.5rem, 8vw, 7rem) clamp(1rem, 6vw, 6rem);
  border-top: 1px solid var(--line);
}
.about-story article {
  max-width: 54rem;
  margin: 0 auto clamp(3rem, 7vw, 5rem);
}
.about-story article:last-child {
  margin-bottom: 0;
}
.about-story p {
  color: var(--iron-light);
  font-size: clamp(1.05rem, 1.8vw, 1.22rem);
  line-height: 1.75;
}
.about-story .lead {
  color: #f2eee7;
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  line-height: 1.35;
}
.about-story h2 {
  max-width: 18ch;
  margin-bottom: 1.4rem;
}
.about-story blockquote {
  margin: 2rem 0;
  padding: 1.2rem 1.4rem;
  border-left: 0.35rem solid var(--ember);
  color: #f2eee7;
  background: rgba(255, 255, 255, 0.045);
  font-size: clamp(1.35rem, 2.8vw, 2.3rem);
  line-height: 1.15;
}
.about-cta {
  padding: clamp(3.5rem, 8vw, 7rem) clamp(1rem, 6vw, 6rem);
  border-top: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.18);
}
.about-cta h2 {
  max-width: 15ch;
}
.about-cta .button {
  margin-top: 1rem;
}
nav a[aria-current="page"] {
  color: var(--ember);
}
@media (max-width: 860px) {
  .about-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .about-hero img {
    min-height: 24rem;
  }
}
