:root {
  --ink: #171719;
  --ink-soft: #242427;
  --paper: #f4f3ef;
  --white: #fff;
  --gold: #f0c85c;
  --gold-deep: #b78d2b;
  --silver: #d7d8dc;
  --muted: #77777d;
  --line: rgba(23, 23, 25, .14);
  --shell: min(1180px, calc(100% - 40px));
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.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; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 14px; background: var(--gold); color: var(--ink); font-weight: 800; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; transition: background .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(18,18,20,.96); box-shadow: 0 10px 30px rgba(0,0,0,.25); backdrop-filter: blur(12px); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand img { width: 154px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 30px; color: var(--white); font-size: 14px; font-weight: 700; letter-spacing: .02em; }
.site-nav > a:not(.nav-cta) { padding: 12px 0; border-bottom: 1px solid transparent; }
.site-nav > a:not(.nav-cta):hover, .site-nav > a:not(.nav-cta):focus-visible { color: var(--gold); border-color: var(--gold); }
.nav-cta { padding: 11px 18px; border: 1px solid var(--gold); color: var(--gold); }
.nav-cta:hover, .nav-cta:focus-visible { background: var(--gold); color: var(--ink); }
.menu-toggle { display: none; width: 46px; height: 42px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--white); }

.hero { position: relative; min-height: 760px; display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--ink); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,10,11,.96) 0%, rgba(10,10,11,.86) 38%, rgba(10,10,11,.33) 70%, rgba(10,10,11,.12) 100%), linear-gradient(0deg, rgba(10,10,11,.42), transparent 40%); }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 6px; background: linear-gradient(90deg, var(--gold-deep), var(--gold), #fff2b8, var(--gold-deep)); }
.hero-content { position: relative; z-index: 2; padding-top: 96px; }
.eyebrow { margin: 0 0 18px; color: var(--gold); font-size: 13px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 34px; height: 1px; margin: 0 10px 4px; background: currentColor; }
.eyebrow.dark { color: var(--gold-deep); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.035em; line-height: .98; }
h1 { max-width: 760px; margin-bottom: 26px; font-size: clamp(64px, 8vw, 112px); }
.hero-copy { max-width: 610px; margin-bottom: 34px; color: rgba(255,255,255,.82); font-size: 20px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 22px; border: 1px solid transparent; cursor: pointer; font-weight: 800; line-height: 1.2; transition: transform .2s, background .2s, color .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--ink); }
.button-gold:hover, .button-gold:focus-visible { background: #ffe08b; }
.button-ghost { border-color: rgba(255,255,255,.65); color: var(--white); }
.button-ghost:hover, .button-ghost:focus-visible { background: var(--white); color: var(--ink); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover, .button-dark:focus-visible { background: #343438; }
.hero-number { position: absolute; right: 3vw; bottom: -46px; color: rgba(255,255,255,.08); font: 500 clamp(160px, 22vw, 320px)/1 var(--serif); letter-spacing: -.08em; }

.trust-strip { background: var(--ink); color: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { min-height: 122px; display: flex; flex-direction: column; justify-content: center; padding: 24px 42px; border-right: 1px solid rgba(255,255,255,.13); }
.trust-grid > div:first-child { border-left: 1px solid rgba(255,255,255,.13); }
.trust-grid strong { color: var(--gold); font: 500 25px/1.2 var(--serif); }
.trust-grid span { color: rgba(255,255,255,.64); font-size: 13px; }

.section { padding: 118px 0; }
.section-heading { margin-bottom: 54px; }
.section-heading h2, .about h2, .review-section h2, .estimate h2 { margin-bottom: 0; font-size: clamp(44px, 6vw, 76px); }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; }
.split-heading > p { max-width: 520px; margin-bottom: 4px; color: #55555b; font-size: 18px; }
.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 260px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s, transform .2s; }
.service-card:hover { background: var(--white); transform: translateY(-3px); }
.service-card > span { display: block; margin-bottom: 38px; color: var(--gold-deep); font-size: 13px; font-weight: 800; }
.service-card h3 { margin-bottom: 12px; font: 500 26px/1.15 var(--serif); }
.service-card p { margin-bottom: 0; color: #606067; }

.projects { color: var(--white); background: var(--ink); }
.project-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.project-heading > p { color: rgba(255,255,255,.58); }
.project-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 320px 320px; gap: 18px; }
.project-card { position: relative; overflow: hidden; min-height: 0; margin: 0; background: #2b2b2e; }
.project-wide { grid-row: 1 / 3; }
.project-tall { grid-row: 1 / 3; grid-column: 2; }
.project-card:nth-child(3), .project-card:nth-child(4) { display: none; }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.project-card:hover img { transform: scale(1.035); }
.project-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.84)); }
.project-card figcaption { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 24px; }
.project-card figcaption span { display: block; margin-bottom: 4px; color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.project-card figcaption strong { font: 500 27px/1.2 var(--serif); }
.text-link { display: inline-flex; gap: 12px; margin-top: 34px; color: var(--gold); font-weight: 800; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }

.about { background: var(--white); }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 90px; }
.about-photo-wrap { position: relative; min-height: 640px; }
.about-photo-wrap > img { width: 100%; height: 640px; object-fit: cover; object-position: center 35%; }
.experience-badge { position: absolute; right: -34px; bottom: 38px; width: 180px; height: 180px; display: flex; flex-direction: column; justify-content: center; padding: 26px; color: var(--ink); background: var(--gold); }
.experience-badge strong { font: 500 58px/.9 var(--serif); }
.experience-badge span { margin-top: 10px; font-size: 13px; font-weight: 800; line-height: 1.25; text-transform: uppercase; }
.about-copy { max-width: 580px; }
.about-copy .lead { margin: 30px 0 18px; font-size: 21px; line-height: 1.55; }
.about-copy > p:not(.eyebrow):not(.lead) { color: #5c5c62; }
.about-copy .button { margin-top: 18px; }

.gallery { background: var(--paper); }
.split-heading.compact { align-items: center; }
.split-heading.compact h2 { font-size: clamp(40px, 5vw, 64px); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gallery-grid figure { position: relative; aspect-ratio: 4 / 3; overflow: hidden; margin: 0; background: #ddd; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gallery-grid figure:hover img { transform: scale(1.04); }
.gallery-grid figcaption { position: absolute; left: 14px; bottom: 14px; padding: 7px 11px; color: var(--white); background: rgba(18,18,20,.86); font-size: 12px; font-weight: 800; text-transform: uppercase; }

.review-section { padding: 98px 0; color: var(--white); background: linear-gradient(115deg, #171719, #26262a); border-top: 1px solid rgba(240,200,92,.4); }
.review-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 80px; }
.review-copy { max-width: 520px; }
.review-copy p { margin-bottom: 26px; color: rgba(255,255,255,.7); font-size: 19px; }

.estimate { background: var(--white); }
.estimate-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.estimate-intro > p:not(.eyebrow) { max-width: 430px; margin: 28px 0; color: #5d5d63; font-size: 18px; }
.contact-direct { display: grid; gap: 16px; margin-top: 38px; }
.contact-direct a { display: grid; }
.contact-direct span { color: var(--gold-deep); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-direct strong { font-size: 16px; overflow-wrap: anywhere; }
.estimate-form { padding: 42px; background: var(--paper); border-top: 4px solid var(--gold); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.estimate-form label { display: grid; gap: 8px; margin-bottom: 18px; font-size: 13px; font-weight: 800; }
.estimate-form input, .estimate-form select, .estimate-form textarea { width: 100%; border: 1px solid #c8c8cb; border-radius: 0; padding: 12px 13px; color: var(--ink); background: var(--white); font-size: 16px; }
.estimate-form input, .estimate-form select { min-height: 48px; }
.estimate-form textarea { resize: vertical; }
.estimate-form input:focus, .estimate-form select:focus, .estimate-form textarea:focus { outline: 2px solid var(--gold); outline-offset: 2px; border-color: var(--gold-deep); }
.estimate-form .button { width: 100%; border: 0; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: 12px; text-align: center; }

.site-footer { padding: 70px 0 22px; color: var(--white); background: #101012; border-top: 5px solid var(--gold); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr 1fr; gap: 60px; padding-bottom: 54px; }
.footer-brand img { width: 230px; }
.footer-brand p { color: rgba(255,255,255,.55); }
.footer-grid h2 { margin-bottom: 16px; color: var(--gold); font: 800 12px/1.2 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; color: rgba(255,255,255,.68); font-size: 14px; }
.footer-grid a:hover { color: var(--gold); }
.footer-grid span { overflow-wrap: anywhere; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: 12px; }
.mobile-actions { display: none; }

@media (min-width: 900px) {
  .project-grid { grid-template-columns: 1.15fr .85fr .85fr; grid-template-rows: 311px 311px; }
  .project-wide { grid-column: 1 / 2; grid-row: 1 / 3; }
  .project-tall { grid-column: 2 / 3; grid-row: 1 / 3; }
  .project-card:nth-child(3) { display: block; grid-column: 3; grid-row: 1; }
  .project-card:nth-child(4) { display: block; grid-column: 3; grid-row: 2; }
  .project-card:nth-child(3) figcaption strong, .project-card:nth-child(4) figcaption strong { font-size: 20px; }
}

@media (max-width: 860px) {
  :root { --shell: min(100% - 28px, 680px); }
  .site-header { background: rgba(18,18,20,.96); }
  .header-inner { min-height: 74px; }
  .brand img { width: 130px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; inset: 74px 0 auto; display: none; padding: 22px 20px 28px; background: #18181a; border-top: 1px solid rgba(255,255,255,.12); }
  .site-nav.open { display: grid; }
  .site-nav a { text-align: center; }
  .hero { min-height: 680px; align-items: end; }
  .hero-image { object-position: 66% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(10,10,11,.98) 0%, rgba(10,10,11,.9) 42%, rgba(10,10,11,.26) 100%); }
  .hero-content { padding: 140px 0 76px; }
  h1 { font-size: clamp(54px, 15vw, 82px); }
  .hero-copy { font-size: 18px; }
  .hero-number { display: none; }
  .trust-grid { grid-template-columns: 1fr; padding: 10px 0; }
  .trust-grid > div, .trust-grid > div:first-child { min-height: 92px; padding: 18px 8px; border: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .section { padding: 80px 0; }
  .split-heading, .about-grid, .review-grid, .estimate-grid { grid-template-columns: 1fr; gap: 42px; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .about h2, .review-section h2, .estimate h2 { font-size: clamp(42px, 12vw, 62px); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .project-heading { display: block; }
  .project-grid { grid-template-columns: 1fr; grid-template-rows: 470px 470px; }
  .project-wide, .project-tall { grid-column: 1; }
  .project-wide { grid-row: 1; }
  .project-tall { grid-row: 2; }
  .about-photo-wrap, .about-photo-wrap > img { min-height: 0; height: 540px; }
  .experience-badge { right: 18px; bottom: 18px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .estimate-form { padding: 28px 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .mobile-actions { position: fixed; z-index: 45; inset: auto 0 0; display: grid; grid-template-columns: 1fr 1fr; min-height: 54px; box-shadow: 0 -8px 24px rgba(0,0,0,.24); }
  .mobile-actions a { display: flex; align-items: center; justify-content: center; padding: 12px; color: var(--white); background: var(--ink); font-size: 14px; font-weight: 800; }
  .mobile-actions a:last-child { color: var(--ink); background: var(--gold); }
  .site-footer { padding-bottom: 74px; }
}

@media (max-width: 560px) {
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .form-row, .gallery-grid { grid-template-columns: 1fr; }
  .project-grid { grid-template-rows: 390px 440px; }
  .about-photo-wrap, .about-photo-wrap > img { height: 460px; }
  .experience-badge { width: 150px; height: 150px; }
  .estimate-intro h2 { overflow-wrap: anywhere; }
  .footer-bottom { gap: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
