:root {
  --ink: #171717;
  --black: #0d0d0d;
  --paper: #f1eee8;
  --muted: #b7b1a8;
  --red: #a51f27;
  --line: rgba(255,255,255,.16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; color: var(--paper); background: var(--ink); font-family: Arial, Helvetica, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.disclosure { padding: 8px 5vw; background: var(--red); color: white; font-size: 11px; line-height: 1.35; letter-spacing: .055em; text-align: center; }
.site-header { height: 82px; padding: 0 5vw; display: flex; align-items: center; gap: 38px; background: var(--black); border-bottom: 1px solid var(--line); }
.logo-link { margin-right: auto; }
.logo-link img, footer img { width: 118px; height: auto; filter: grayscale(1) brightness(4); }
nav { display: flex; gap: 30px; font-family: var(--sans); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
nav a, .header-call { transition: color .2s ease; }
nav a:hover, nav a:focus, .header-call:hover, .header-call:focus { color: #db5a60; }
.header-call { padding: 12px 18px; border: 1px solid #8f8b85; font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.hero { min-height: calc(100svh - 112px); height: 780px; max-height: 900px; position: relative; display: flex; align-items: flex-end; padding: 8vw 7vw; isolation: isolate; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; z-index: -2; }
.hero-shade { background: linear-gradient(90deg, rgba(8,8,8,.9) 0%, rgba(8,8,8,.42) 62%, rgba(8,8,8,.13)), linear-gradient(0deg, rgba(8,8,8,.5), transparent 65%); z-index: -1; }
.hero-content { max-width: 800px; }
.eyebrow { margin: 0 0 22px; color: #e36c73; font: 700 11px/1 var(--sans); letter-spacing: .2em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.04em; }
h1 { max-width: 760px; font-size: clamp(52px, 6.8vw, 102px); line-height: .91; text-wrap: balance; }
.hero-copy { max-width: 610px; margin: 28px 0 34px; color: #ddd9d2; font-size: 17px; line-height: 1.55; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 0 24px; font: 700 11px/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; border: 1px solid transparent; }
.button-primary { background: var(--red); color: white; }
.button-primary:hover, .button-primary:focus { background: #c12c35; }
.button-ghost { border-color: rgba(255,255,255,.55); }
.button-ghost:hover, .button-ghost:focus { background: white; color: var(--black); }
.hero-address { position: absolute; right: 5vw; bottom: 4vw; padding-left: 22px; border-left: 2px solid var(--red); font: 13px/1.5 var(--sans); letter-spacing: .04em; }
.hero-address span { display: block; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.section { padding: 120px 7vw; }
.section-heading { display: grid; grid-template-columns: 1fr 1.4fr 1fr; gap: 5vw; align-items: end; margin-bottom: 72px; }
.section-heading .eyebrow { align-self: start; }
h2 { font-size: clamp(43px, 5vw, 76px); line-height: .98; text-wrap: balance; }
.section-heading > p:last-child, .services-intro > p, .history-copy > p, .contact-lead > p { color: #a9a49c; font-size: 15px; line-height: 1.65; }
.brand-section { background: var(--paper); color: var(--black); }
.brand-section .eyebrow { color: var(--red); }
.brand-section .section-heading > p:last-child { color: #5f5b56; }
.brand-list { border-top: 1px solid #b8b2aa; }
.brand { min-height: 138px; display: grid; grid-template-columns: 90px 1fr auto; gap: 30px; align-items: center; border-bottom: 1px solid #b8b2aa; transition: padding .25s ease, color .25s ease; }
.brand:hover, .brand:focus { padding: 0 16px; color: var(--red); }
.brand-number { font: 11px/1 var(--sans); color: #66615b; letter-spacing: .1em; }
.brand strong { font: 400 clamp(38px, 5.3vw, 72px)/1 var(--serif); letter-spacing: -.035em; }
.brand > span:last-child { font: 700 10px/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.brand b { margin-left: 12px; color: var(--red); }
.services { display: grid; grid-template-columns: minmax(280px, .8fr) 1.2fr; gap: 9vw; background: #151515; }
.services-intro { position: relative; }
.services-intro > p { max-width: 430px; }
.services-intro img { width: 100%; aspect-ratio: 4/3; margin-top: 52px; object-fit: cover; filter: saturate(.62) contrast(1.05); }
.service-list { border-top: 1px solid var(--line); }
.service-list article { display: grid; grid-template-columns: 65px 1fr; gap: 18px; padding: 36px 0; border-bottom: 1px solid var(--line); }
.service-list article > span { color: #e36c73; font: 11px/1 var(--sans); letter-spacing: .12em; }
h3 { margin: 0 0 12px; font: 400 26px/1.1 var(--serif); }
.service-list p { margin: 0; color: #9f9a93; font-size: 14px; line-height: 1.55; }
.history { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 680px; background: #262422; }
.history-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.68); }
.history-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 8vw; }
.history-copy h2 { max-width: 620px; }
.history-copy > p { max-width: 490px; margin: 30px 0; }
.text-link { padding-bottom: 8px; border-bottom: 1px solid #9a9690; font: 700 11px/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.text-link span { padding-left: 20px; color: #e36c73; }
.contact { display: grid; grid-template-columns: 1fr 1.2fr; gap: 10vw; background: var(--paper); color: var(--black); }
.contact .eyebrow { color: var(--red); }
.contact-lead > p { max-width: 460px; margin: 28px 0; color: #66615b; }
.contact-details { border-top: 1px solid #aaa49b; }
.contact-details article { display: grid; grid-template-columns: 1fr 1.5fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid #aaa49b; }
.contact-details .label { margin: 0; color: #66615b; font: 700 10px/1.4 var(--sans); letter-spacing: .13em; text-transform: uppercase; }
.phone { font: 400 24px/1.1 var(--serif); }
.contact-details article > p:last-child, address { grid-column: 2; margin: 0; color: #5c5751; font-size: 13px; line-height: 1.6; font-style: normal; }
.email { grid-column: 2; color: var(--red); font-size: 13px; text-decoration: underline; text-underline-offset: 4px; }
.closing { min-height: 220px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 50px 7vw; background: var(--red); }
.closing p { margin: 0; font: 400 clamp(30px, 4.5vw, 64px)/1 var(--serif); }
.closing a { padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.6); font: 700 11px/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.closing a span { margin-left: 20px; }
footer { display: grid; grid-template-columns: 1fr 1.4fr 1fr; gap: 30px; align-items: center; padding: 42px 5vw; background: var(--black); color: #8d8881; font-size: 11px; line-height: 1.5; }
footer p { margin: 0; }
footer p:last-child { text-align: right; text-transform: uppercase; letter-spacing: .08em; }

@media (max-width: 900px) {
  .site-header { height: 72px; }
  .header-call { display: none; }
  .hero { min-height: 720px; height: calc(100svh - 102px); }
  .hero-address { display: none; }
  .section { padding: 90px 6vw; }
  .section-heading { grid-template-columns: 1fr 2fr; }
  .section-heading > p:last-child { grid-column: 2; }
  .services { grid-template-columns: 1fr; }
  .services-intro img { max-height: 440px; }
  .history { grid-template-columns: 1fr; }
  .history-image { height: 520px; }
  .history-copy { padding: 90px 7vw; }
  .contact { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr 2fr; }
  footer p:last-child { grid-column: 2; text-align: left; }
}

@media (max-width: 560px) {
  .disclosure { padding: 7px 14px; font-size: 9px; }
  .site-header { padding: 0 18px; }
  .logo-link img { width: 94px; }
  nav { gap: 14px; }
  nav a { font-size: 9px; letter-spacing: .08em; }
  nav a:nth-child(3) { display: none; }
  .hero { height: 690px; min-height: 0; padding: 72px 20px 54px; align-items: flex-end; }
  .hero-image { object-position: 58% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(8,8,8,.92) 0%, rgba(8,8,8,.44) 75%); }
  h1 { font-size: clamp(46px, 15vw, 66px); }
  .hero-copy { margin: 22px 0 28px; font-size: 14px; }
  .actions { flex-direction: column; align-items: stretch; }
  .section { padding: 76px 20px; }
  .section-heading { display: block; margin-bottom: 46px; }
  .section-heading > p:last-child { margin-top: 24px; }
  .brand { min-height: 112px; grid-template-columns: 36px 1fr; gap: 8px; }
  .brand strong { font-size: 38px; }
  .brand > span:last-child { display: none; }
  .services { padding-left: 20px; padding-right: 20px; }
  .services-intro img { margin-top: 36px; }
  .service-list article { grid-template-columns: 38px 1fr; }
  .history-image { height: 360px; }
  .history-copy { padding: 76px 20px; }
  .contact-details article { grid-template-columns: 1fr; }
  .contact-details article > p:last-child, address, .email { grid-column: 1; }
  .phone { font-size: 23px; }
  .closing { min-height: 260px; padding: 55px 20px; align-items: flex-start; flex-direction: column; justify-content: center; }
  footer { display: block; padding: 40px 20px; }
  footer p { margin-top: 24px; }
  footer p:last-child { text-align: left; }
}

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