:root {
  --ink: #f1eee8;
  --muted: #c2baad;
  --gold: #dfac62;
  --bg: #151210;
  --panel: #110f0d;
  --line: rgba(232, 217, 194, 0.15);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: 110px; }

.site-header {
  position: absolute; inset: 0 0 auto; z-index: 20; height: 76px; padding: 0 max(24px, calc((100vw - 1180px) / 2));
  display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(24,19,16,.86); backdrop-filter: blur(10px);
}
.brand { display: inline-flex; align-items: center; gap: 14px; font: 600 15px/1 var(--serif); letter-spacing: .3em; white-space: nowrap; }
.brand-mark { display: block; width: 38px; height: 38px; object-fit: cover; border: 1px solid rgba(222,172,98,.32); border-radius: 50%; }
nav { display: flex; gap: 39px; }
nav a, .eyebrow, .button, .hero-actions span { text-transform: uppercase; letter-spacing: .27em; }
nav a { color: #c8c0b7; font-size: 11px; transition: color .2s ease; }
nav a:hover, nav a:focus-visible { color: var(--gold); }

.hero { position: relative; min-height: 880px; display: flex; align-items: flex-end; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(13,10,8,.82) 0%, rgba(14,11,9,.46) 50%, rgba(13,10,8,.30) 100%), linear-gradient(0deg, rgba(13,10,8,.95) 0%, transparent 52%, rgba(13,10,8,.35) 100%); }
.hero-content { position: relative; z-index: 2; padding-bottom: 94px; }
.eyebrow { margin: 0 0 27px; color: #dcc8a7; font-size: 10px; line-height: 1.6; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 400; }
h1 { max-width: 760px; font-size: clamp(54px, 5.4vw, 82px); line-height: .96; letter-spacing: -.035em; }
h1 em, h2 em { color: var(--gold); font-weight: 400; }
.hero-copy { max-width: 590px; margin: 40px 0 0; color: #d4cdc3; font: 15px/1.8 var(--sans); }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 28px; font-size: 10px; }
.button-solid { background: #e0ae65; color: #17120e; transition: background .2s ease; }
.button-solid:hover { background: #edc487; }
.hero-actions span { color: #d8c4a5; font-size: 9px; }

.approach { display: grid; grid-template-columns: 34% 1fr; gap: 72px; }
.approach h2, .section-heading h2 { font-size: clamp(43px, 4vw, 62px); line-height: 1.05; letter-spacing: -.03em; }
.approach-intro > p:last-child { color: var(--muted); font-size: 14px; line-height: 1.75; }
.short-line { width: 145px; height: 1px; margin: 38px 0; background: var(--line); }
.approach-grid { display: grid; grid-template-columns: 1fr 1fr; background: var(--panel); border: 1px solid rgba(255,255,255,.025); }
.approach-grid article { min-height: 190px; padding: 40px 38px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.approach-grid article:nth-child(2) { border-right: 0; }
.approach-grid article:last-child { grid-column: 1 / -1; border-bottom: 0; border-right: 0; }
.approach-grid span { color: var(--gold); font: 22px/1 var(--serif); }
.approach-grid h3 { margin-top: 24px; font-size: 18px; }
.approach-grid p { margin: 14px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.project { background: #100e0c; border-block: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: 1fr 360px; align-items: end; gap: 80px; margin-bottom: 55px; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.gallery figure { position: relative; height: 400px; margin: 0; overflow: hidden; background: #080706; }
.gallery figure.wide { grid-column: 1 / -1; height: 610px; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.gallery figure:hover img { transform: scale(1.025); }
.gallery figcaption { position: absolute; inset: auto 0 0; display: flex; gap: 16px; padding: 42px 28px 24px; background: linear-gradient(transparent, rgba(0,0,0,.7)); font: 17px/1 var(--serif); }
.gallery figcaption span { color: var(--gold); font: 9px/1.5 var(--sans); letter-spacing: .2em; }
.project-divider { height: 1px; margin-block: 110px; background: var(--line); }
.secondary-heading { margin-bottom: 55px; }

.pricing-image-section { background: #0e0c0a; }
.pricing-image-wrap { overflow: hidden; border: 1px solid var(--line); background: #0b0908; }
.pricing-image { width: 100%; height: auto; }
.pricing-image-wrap:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }

.contact { position: relative; min-height: 550px; display: grid; place-items: center; overflow: hidden; border-top: 1px solid var(--line); text-align: center; }
.contact > img, .contact-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.contact > img { object-fit: cover; object-position: center 50%; }
.contact-shade { background: rgba(10,8,7,.62); }
.contact-copy { position: relative; z-index: 2; width: min(720px, calc(100% - 40px)); }
.contact h2 { font-size: clamp(42px, 4.5vw, 64px); }
.contact-copy > p:not(.eyebrow) { max-width: 660px; margin: 26px auto 34px; color: #d2cbc1; font-size: 14px; line-height: 1.8; }
.button-outline { min-width: 280px; border: 1px solid var(--gold); color: #efbd72; background: rgba(35,21,12,.25); }
.button-outline:hover { background: rgba(223,172,98,.12); }

footer { min-height: 130px; display: flex; align-items: center; justify-content: space-between; gap: 30px; width: min(1180px, calc(100% - 48px)); margin: auto; color: #8e867d; font-size: 11px; }
footer .brand { color: var(--ink); }

@media (max-width: 800px) {
  .shell { width: min(100% - 32px, 620px); }
  .section { padding-block: 76px; }
  .site-header { height: 68px; padding-inline: 16px; }
  .brand { font-size: 12px; letter-spacing: .22em; }
  .brand-mark { width: 34px; height: 34px; }
  nav { gap: 16px; }
  nav a { display: none; }
  nav a:nth-child(2) { display: block; }
  .hero { min-height: 760px; }
  .hero-image { object-position: 43% center; }
  .hero-content { padding-bottom: 62px; }
  h1 { font-size: clamp(45px, 13vw, 64px); }
  .hero-copy { font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .approach { grid-template-columns: 1fr; gap: 50px; }
  .approach-grid { grid-template-columns: 1fr; }
  .approach-grid article, .approach-grid article:nth-child(2) { min-height: 0; border-right: 0; }
  .approach-grid article:last-child { grid-column: auto; }
  .section-heading { grid-template-columns: 1fr; gap: 26px; margin-bottom: 38px; }
  .gallery { grid-template-columns: 1fr; }
  .gallery figure, .gallery figure.wide { grid-column: auto; height: 330px; }
  .project-divider { margin-block: 76px; }
  .pricing-image-wrap { width: calc(100% - 32px); overflow: hidden; }
  .pricing-image { width: 100%; max-width: 100%; }
  .contact { min-height: 610px; }
  footer { min-height: 180px; flex-direction: column; justify-content: center; text-align: center; }
}

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