:root {
  --ink: #151718;
  --ink-soft: #34383a;
  --paper: #4b5052;
  --white: #ffffff;
  --line: rgba(255, 255, 255, 0.18);
  --forest: #53595b;
  --forest-dark: #242729;
  --mint: #c8d0d2;
  --bright: #d9ff62;
  --coral: #ff7058;
  --muted: #c0c6c8;
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  color: #f4f5f5;
  background: #252829;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open,
body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  height: 104px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.header-inner {
  width: min(calc(100% - 64px), var(--max));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand,
.footer-brand { display: block; flex: 0 0 auto; }
.brand-crop {
  display: block;
  width: 170px;
  height: 104px;
}
.brand-crop img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(1) brightness(0) invert(1) drop-shadow(0 2px 12px rgba(0, 0, 0, 0.28));
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
}
.site-nav a { position: relative; padding: 10px 0; }
.site-nav a:not(.nav-quote)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 5px;
  height: 2px;
  background: var(--bright);
  transition: right 180ms ease;
}
.site-nav a:hover::after { right: 0; }
.site-nav .nav-quote {
  padding: 13px 20px;
  color: var(--ink);
  background: var(--bright);
  border-radius: 6px;
}
.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 12px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 6px;
}
.menu-toggle > span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--white);
}

.hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 720px;
  height: calc(100svh - 48px);
  max-height: 900px;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}
.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-image {
  object-fit: cover;
  object-position: center 53%;
  filter: grayscale(0.38) saturate(0.48) contrast(1.08);
}
.hero-shade {
  background:
    linear-gradient(90deg, rgba(13, 15, 16, 0.95) 0%, rgba(13, 15, 16, 0.77) 40%, rgba(13, 15, 16, 0.18) 72%),
    linear-gradient(0deg, rgba(13, 15, 16, 0.74) 0%, transparent 38%);
}
.hero-inner {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 64px), var(--max));
  margin: 0 auto;
  padding: 180px 0 90px;
}
.eyebrow,
.kicker {
  margin: 0 0 18px;
  color: var(--forest);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}
.eyebrow { color: var(--bright); }
.eyebrow::before,
.kicker::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 2px;
  margin: 0 10px 4px 0;
  background: currentColor;
}
.hero h1,
.section h2 {
  margin: 0;
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: 0;
}
.hero h1 {
  max-width: 800px;
  font-size: 78px;
}
.hero-copy {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 19px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 36px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 700;
  line-height: 1.2;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-bright { color: var(--ink); background: var(--bright); }
.button-bright:hover { background: var(--white); }
.button-outline { color: var(--white); border-color: rgba(255, 255, 255, 0.58); }
.button-outline:hover { color: var(--ink); background: var(--white); }
.text-link {
  padding: 10px 0 7px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 600;
}
.text-link span { margin-left: 8px; color: var(--bright); }
.hero-marker {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 62px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  writing-mode: vertical-rl;
}

.proof-band { color: var(--white); background: linear-gradient(90deg, #5c6163 0%, #3f4345 52%, #2d3032 100%); }
.proof-inner {
  width: min(100%, 1440px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.proof-inner > div,
.proof-inner > a {
  min-height: 118px;
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}
.proof-inner > :last-child { border-right: 0; }
.proof-inner strong { font-size: 21px; line-height: 1.25; }
.proof-inner span { color: rgba(255, 255, 255, 0.7); font-size: 13px; }
.proof-stars { color: var(--bright) !important; }

.section { padding: 128px 0; }
.section-inner { width: min(calc(100% - 64px), var(--max)); margin: 0 auto; }
.section h2 { font-size: 64px; }
.section h2 em { color: var(--forest); font-weight: 400; }
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 48px;
  margin-bottom: 64px;
}
.section-heading > p { max-width: 390px; margin: 0 0 8px; color: var(--muted); }

.about {
  color: #f4f5f5;
  background: linear-gradient(135deg, #2a2d2f 0%, #3b3f41 52%, #5a5f61 100%);
}
.about h2 em,
.services h2 em { color: #bfc5c7; }
.about .kicker,
.services .kicker { color: var(--bright); }
.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 96px;
  align-items: center;
}
.about-visual { position: relative; min-height: 690px; }
.about-main {
  width: 82%;
  height: 610px;
  object-fit: cover;
  border-radius: 4px;
}
.about-inset {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48%;
  height: 280px;
  object-fit: cover;
  border: 12px solid #34383a;
  border-radius: 4px;
}
.image-note {
  position: absolute;
  left: 22px;
  bottom: 36px;
  padding: 9px 12px;
  color: var(--ink);
  background: var(--bright);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
}
.about-content .lead { margin: 34px 0 18px; color: #f4f5f5; font-size: 21px; line-height: 1.55; }
.about-content > p:not(.kicker):not(.lead) { color: #c9ced0; }
.quality-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
  border-top: 1px solid var(--line);
}
.quality-list > div {
  position: relative;
  padding: 24px 18px 22px 42px;
  border-bottom: 1px solid var(--line);
}
.quality-list > div:nth-child(odd) { border-right: 1px solid var(--line); padding-left: 0; }
.quality-list span { display: block; color: var(--bright); font-size: 12px; font-weight: 700; }
.quality-list strong { display: block; margin: 4px 0; font-size: 16px; }
.quality-list small { display: block; color: #bdc3c5; font-size: 13px; line-height: 1.45; }

.services {
  color: #f7f8f8;
  background: linear-gradient(135deg, #555a5c 0%, #3f4345 50%, #2f3234 100%);
}
.services-heading { align-items: end; }
.service-index {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.service-index article {
  display: grid;
  grid-template-columns: 44px minmax(150px, 0.9fr) minmax(180px, 1.1fr);
  gap: 18px;
  align-items: start;
  min-height: 150px;
  padding: 30px 28px 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.service-index article:nth-child(odd) { border-right: 1px solid rgba(255, 255, 255, 0.2); }
.service-index article:nth-child(even) { padding-left: 28px; }
.service-index span { color: var(--bright); font-size: 12px; font-weight: 700; }
.service-index h3 { margin: 0; font-size: 20px; line-height: 1.3; }
.service-index p { margin: 0; color: #c6ccce; font-size: 14px; line-height: 1.55; }

.craft {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0;
  color: var(--white);
  background: var(--forest-dark);
}
.craft-image-wrap { min-height: 760px; overflow: hidden; }
.craft-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: grayscale(0.25) saturate(0.62); }
.craft-copy { padding: 108px max(48px, calc((100vw - var(--max)) / 2)) 108px 78px; }
.kicker-light { color: var(--mint); }
.craft h2 em,
.reviews h2 em,
.contact h2 em { color: var(--bright); }
.craft-copy > p:not(.kicker) { max-width: 570px; color: rgba(255, 255, 255, 0.72); font-size: 18px; }
.craft-points { margin: 42px 0; border-top: 1px solid rgba(255, 255, 255, 0.2); }
.craft-points div {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.craft-points span { color: rgba(255, 255, 255, 0.63); font-size: 14px; }

.gallery {
  overflow: hidden;
  color: #f5f6f6;
  background: linear-gradient(160deg, #616668 0%, #464a4c 42%, #292c2e 100%);
}
.gallery h2 em { color: var(--bright); }
.gallery .kicker { color: var(--bright); }
.gallery .section-heading > p { color: #d0d5d6; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 245px;
  gap: 10px;
}
.work-shot {
  position: relative;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  background: #dce3df;
  border: 0;
  border-radius: 4px;
  cursor: zoom-in;
}
.work-shot::after {
  content: "View";
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 7px 10px;
  color: var(--white);
  background: rgba(16, 20, 18, 0.78);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 180ms ease, transform 180ms ease;
}
.work-shot:hover::after { opacity: 1; transform: translateY(0); }
.work-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}
.work-shot:hover img { transform: scale(1.035); }
.work-feature { grid-column: span 2; grid-row: span 2; }
.work-tall { grid-row: span 2; }

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 72px 24px 24px;
  background: rgba(8, 12, 10, 0.94);
}
.lightbox.open { display: flex; }
.lightbox img { max-width: min(1200px, 94vw); max-height: 84vh; object-fit: contain; }
.lightbox-close {
  position: absolute;
  top: 20px;
  right: 24px;
  padding: 10px 15px;
  color: var(--white);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 4px;
  cursor: pointer;
}

.reviews { color: var(--white); background: var(--ink); }
.reviews .section-inner { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 88px; align-items: start; }
.review-intro { position: sticky; top: 36px; }
.review-intro > p:last-child { max-width: 380px; color: rgba(255, 255, 255, 0.62); }
.review-score { display: grid; grid-template-columns: auto 1fr; gap: 0 18px; align-items: center; margin: 40px 0 28px; }
.review-score strong { grid-row: span 2; font-family: "Instrument Serif", Georgia, serif; font-size: 74px; font-weight: 400; line-height: 1; }
.review-score span { color: var(--bright); font-size: 18px; }
.review-score small { color: rgba(255, 255, 255, 0.55); }
.review-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.review-card {
  min-height: 250px;
  padding: 28px;
  color: #f5f6f6;
  background: #3a3e40;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
}
.review-card:nth-child(3n + 2) { background: #454a4c; }
.review-card:nth-child(3n) { background: #555a5c; }
.review-card .stars { color: var(--bright); font-size: 15px; }
.review-card h3 { margin: 18px 0 8px; font-size: 19px; }
.review-card p { margin: 0 0 22px; color: #d1d5d6; font-size: 14px; }
.review-card strong { font-size: 13px; }

.areas {
  color: #f6f7f7;
  background: linear-gradient(120deg, #313436 0%, #525759 55%, #6e7375 100%);
}
.areas h2 em { color: var(--bright); }
.areas .kicker { color: var(--bright); }
.areas-inner { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 96px; align-items: end; }
.area-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
}
.area-list span { padding: 18px 6px; border-bottom: 1px solid rgba(255, 255, 255, 0.22); font-weight: 600; }
.area-list span:nth-child(odd) { border-right: 1px solid rgba(255, 255, 255, 0.22); }
.area-list span::before { content: "+"; margin-right: 12px; color: var(--bright); }

.faq {
  color: #f6f7f7;
  background: linear-gradient(150deg, #595e60 0%, #3e4244 50%, #292c2e 100%);
}
.faq h2 em { color: var(--bright); }
.faq .kicker { color: var(--bright); }
.faq-grid { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 110px; align-items: start; }
.faq-heading > p:last-child { max-width: 330px; color: #c9ced0; }
.faq-list { border-top: 1px solid rgba(255, 255, 255, 0.22); }
.faq-list details { border-bottom: 1px solid rgba(255, 255, 255, 0.22); }
.faq-list summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 26px 0;
  font-size: 19px;
  font-weight: 600;
  cursor: pointer;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--bright); font-size: 24px; font-weight: 400; transition: transform 180ms ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 690px; margin: -4px 0 28px; color: #c9ced0; }

.contact { color: var(--white); background: linear-gradient(120deg, #252829 0%, #3d4143 58%, #555a5c 100%); }
.contact-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 100px; }
.contact-copy > p:not(.kicker) { max-width: 440px; color: rgba(255, 255, 255, 0.7); }
.contact-direct { margin-top: 48px; border-top: 1px solid rgba(255, 255, 255, 0.24); }
.contact-direct a { display: block; padding: 18px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.24); }
.contact-direct small { display: block; color: var(--mint); }
.contact-direct strong { display: block; overflow-wrap: anywhere; font-size: 18px; }
.quote-form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 20px; }
.quote-form label { display: block; }
.quote-form label span { display: block; margin-bottom: 7px; color: rgba(255, 255, 255, 0.72); font-size: 13px; font-weight: 600; }
.quote-form input,
.quote-form textarea {
  width: 100%;
  padding: 14px 0;
  color: var(--white);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 0;
  outline: none;
}
.quote-form textarea { resize: vertical; }
.quote-form input:focus,
.quote-form textarea:focus { border-color: var(--bright); }
.form-wide { grid-column: 1 / -1; }
.quote-form button { width: 100%; margin-top: 14px; cursor: pointer; }
.quote-form button span { margin-left: 10px; }

.site-footer { padding: 42px 0; color: rgba(255, 255, 255, 0.62); background: var(--ink); }
.footer-inner {
  width: min(calc(100% - 64px), var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 48px;
  align-items: center;
}
.footer-brand .brand-crop { width: 142px; height: 96px; }
.site-footer p { margin: 0; font-size: 13px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 600ms ease, transform 600ms ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .site-nav { gap: 18px; }
  .site-nav a:not(.nav-quote) { display: none; }
  .hero h1 { font-size: 66px; }
  .section h2 { font-size: 54px; }
  .about-grid { gap: 54px; }
  .service-index article { grid-template-columns: 36px 1fr; }
  .service-index article p { grid-column: 2; }
  .craft-copy { padding: 84px 44px; }
  .reviews .section-inner { gap: 48px; }
  .faq-grid { gap: 64px; }
  .contact-grid { gap: 60px; }
}

@media (max-width: 780px) {
  .site-header { height: 86px; }
  .header-inner,
  .section-inner,
  .hero-inner,
  .footer-inner { width: min(calc(100% - 36px), var(--max)); }
  .brand-crop { width: 138px; height: 84px; }
  .menu-toggle { display: block; }
  .site-nav {
    position: absolute;
    top: 86px;
    left: 18px;
    right: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 16px;
    color: var(--white);
    background: rgba(16, 20, 18, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 6px;
  }
  .site-nav.open { display: flex; }
  .site-nav a:not(.nav-quote) { display: block; padding: 13px 8px; border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
  .site-nav .nav-quote { margin-top: 10px; text-align: center; }
  .hero { min-height: 660px; height: calc(100svh - 34px); max-height: 820px; }
  .hero-image { object-position: 47% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(8, 13, 11, 0.94) 0%, rgba(8, 13, 11, 0.68) 64%, rgba(8, 13, 11, 0.32) 100%); }
  .hero-inner { padding: 150px 0 62px; }
  .hero h1 { max-width: 580px; font-size: 52px; }
  .hero-copy { font-size: 17px; }
  .hero-marker { display: none; }
  .proof-inner { grid-template-columns: 1fr 1fr; }
  .proof-inner > div,
  .proof-inner > a { min-height: 102px; padding: 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.18); }
  .section { padding: 88px 0; }
  .section h2 { font-size: 48px; }
  .section-heading { align-items: start; flex-direction: column; margin-bottom: 42px; gap: 20px; }
  .about-grid,
  .reviews .section-inner,
  .areas-inner,
  .faq-grid,
  .contact-grid { grid-template-columns: 1fr; gap: 58px; }
  .about-visual { min-height: 560px; }
  .about-main { height: 510px; }
  .about-inset { height: 220px; }
  .service-index { grid-template-columns: 1fr; }
  .service-index article:nth-child(odd) { border-right: 0; }
  .service-index article:nth-child(even) { padding-left: 0; }
  .craft { grid-template-columns: 1fr; }
  .craft-image-wrap { min-height: 520px; }
  .craft-copy { padding: 78px 28px; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 210px; }
  .review-intro { position: static; }
  .review-grid { grid-template-columns: 1fr 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-inner > :last-child { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  body { font-size: 15px; }
  .hero { min-height: 650px; }
  .hero h1 { font-size: 44px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; margin-top: 28px; }
  .button { width: 100%; }
  .proof-inner { grid-template-columns: 1fr; }
  .proof-inner > div,
  .proof-inner > a { min-height: 84px; border-right: 0; }
  .section { padding: 72px 0; }
  .section h2 { font-size: 42px; }
  .about-visual { min-height: 460px; }
  .about-main { width: 88%; height: 420px; }
  .about-inset { width: 50%; height: 180px; border-width: 8px; }
  .quality-list { grid-template-columns: 1fr; }
  .quality-list > div:nth-child(odd) { border-right: 0; padding-left: 42px; }
  .service-index article { grid-template-columns: 32px 1fr; min-height: 0; padding: 22px 0; }
  .service-index article p { grid-column: 2; }
  .craft-image-wrap { min-height: 410px; }
  .craft-copy { padding: 68px 18px; }
  .craft-points div { grid-template-columns: 1fr; gap: 4px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 170px; gap: 7px; }
  .work-feature { grid-column: span 2; grid-row: span 2; }
  .work-tall { grid-row: span 1; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 0; }
  .area-list { grid-template-columns: 1fr; }
  .area-list span:nth-child(odd) { border-right: 0; }
  .quote-form { grid-template-columns: 1fr; }
  .quote-form label,
  .form-wide { grid-column: 1; }
  .footer-inner { grid-template-columns: 1fr; gap: 22px; }
  .footer-inner > :last-child { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
