:root {
  --ink: #11110f;
  --ink-soft: #191917;
  --charcoal: #272622;
  --cream: #f5f1e8;
  --paper: #fbf9f4;
  --stone: #d9d3c7;
  --muted: #716d65;
  --gold: #c69a4b;
  --gold-light: #e3c17f;
  --line: rgba(17, 17, 15, 0.14);
  --display: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: 1240px;
  --header: 92px;
  --radius: 3px;
  --shadow: 0 28px 80px rgba(24, 22, 18, 0.15);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 24px); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.nav-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { color: var(--ink); background: var(--gold-light); }

.container { width: min(calc(100% - 64px), var(--container)); margin-inline: auto; }
.section { padding: clamp(88px, 10vw, 148px) 0; }
.section-dark { color: #fff; background: var(--ink); }
.skip-link {
  position: fixed; top: 8px; left: 8px; z-index: 9999;
  padding: 10px 14px; color: var(--ink); background: #fff;
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }

.button {
  min-height: 52px;
  display: inline-flex; align-items: center; justify-content: center; gap: 14px;
  padding: 0 24px; border: 1px solid transparent; border-radius: var(--radius);
  font-weight: 750; font-size: 0.76rem; line-height: 1;
  letter-spacing: 0.12em; text-transform: uppercase; cursor: pointer;
  transition: color 180ms ease, background 180ms ease, border 180ms ease, transform 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--ink); background: var(--gold-light); }
.button-gold:hover { background: #f1d89f; }
.button-ghost { color: #fff; border-color: rgba(255,255,255,0.42); background: rgba(10,10,9,0.12); backdrop-filter: blur(8px); }
.button-ghost:hover { border-color: #fff; background: rgba(255,255,255,0.1); }
.button-dark { color: #fff; background: var(--ink); }
.button-dark:hover { background: var(--charcoal); }
.button-compact { min-height: 44px; padding: 0 18px; }
.text-link {
  display: inline-flex; gap: 12px; align-items: center;
  padding-bottom: 7px; border-bottom: 1px solid currentColor;
  font-weight: 750; letter-spacing: 0.08em; text-transform: uppercase; font-size: 0.75rem;
}
.text-link span { color: var(--gold); }

.eyebrow {
  display: flex; align-items: center; gap: 13px; margin: 0 0 20px;
  color: rgba(255,255,255,0.76); font-size: 0.7rem; font-weight: 800;
  letter-spacing: 0.2em; text-transform: uppercase;
}
.eyebrow span { width: 28px; height: 1px; background: var(--gold-light); }
.eyebrow-dark { color: #5d594f; }
.eyebrow-dark span { background: var(--gold); }

h1, h2, h3, p { margin-top: 0; }
h1, h2 { margin-bottom: 0; font-family: var(--display); font-weight: 400; letter-spacing: -0.04em; line-height: 0.96; }
h1 { font-size: clamp(3.55rem, 7.3vw, 7.2rem); }
h2 { font-size: clamp(3rem, 5.7vw, 5.7rem); }
h1 em, h2 em { color: var(--gold-light); font-weight: 400; }
.section-heading h2 em, .faq h2 em, .secondary-copy h2 em { color: var(--gold); }
.section-heading.light h2 em, .video-copy h2 em, .about h2 em, .estimate h2 em { color: var(--gold-light); }
h3 { line-height: 1.15; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr); align-items: end; gap: 64px; margin-bottom: clamp(52px, 7vw, 84px); }
.split-heading > p { max-width: 440px; margin: 0 0 7px; color: var(--muted); font-size: 1.06rem; }
.split-heading.light > p { color: rgba(255,255,255,0.65); }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 1000; height: var(--header);
  color: #fff; border-bottom: 1px solid rgba(255,255,255,0.14); background: rgba(16,16,15,0.96);
  transition: background 220ms ease, box-shadow 220ms ease;
}
.site-header.is-scrolled, .site-header.is-open { background: rgba(16,16,15,0.97); box-shadow: 0 12px 36px rgba(0,0,0,0.24); backdrop-filter: blur(14px); }
.header-shell { width: min(calc(100% - 48px), 1440px); height: 100%; margin: auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 44px; }
.brand { width: 150px; height: 100%; display: flex; align-items: center; }
.brand img { width: 145px; height: auto; object-fit: contain; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(22px, 3vw, 44px); }
.desktop-nav a { position: relative; font-size: 0.72rem; font-weight: 750; letter-spacing: 0.12em; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; inset: auto 0 -10px; height: 1px; background: var(--gold-light); transform: scaleX(0); transform-origin: left; transition: transform 180ms ease; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.header-phone { display: flex; flex-direction: column; line-height: 1.22; text-align: right; }
.header-phone span { color: rgba(255,255,255,0.6); font-size: 0.61rem; letter-spacing: 0.13em; text-transform: uppercase; }
.header-phone strong { font-size: 0.95rem; }
.menu-button { width: 46px; height: 46px; display: none; place-content: center; gap: 5px; border: 1px solid rgba(255,255,255,0.26); background: transparent; cursor: pointer; }
.menu-button span { display: block; width: 18px; height: 1px; background: #fff; transition: transform 180ms ease, opacity 180ms ease; }
.site-header.is-open .menu-button span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.site-header.is-open .menu-button span:nth-child(2) { opacity: 0; }
.site-header.is-open .menu-button span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-nav { display: none; }

.hero { position: relative; min-height: min(880px, 100svh); color: #fff; background: var(--ink); overflow: hidden; }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 62% center; filter: saturate(0.88) contrast(1.03); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,8,7,0.88) 0%, rgba(8,8,7,0.66) 38%, rgba(8,8,7,0.18) 70%, rgba(8,8,7,0.05) 100%), linear-gradient(0deg, rgba(8,8,7,0.38), transparent 42%); }
.hero-layout { position: relative; z-index: 1; min-height: min(880px, 100svh); padding-top: calc(var(--header) + 72px); padding-bottom: 70px; display: grid; grid-template-columns: minmax(0, 1fr) 250px; align-items: center; gap: 64px; }
.hero-copy { max-width: 850px; }
.hero-lede { max-width: 690px; margin: 30px 0 34px; color: rgba(255,255,255,0.78); font-size: clamp(1.04rem, 1.55vw, 1.27rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 12px 27px; margin: 36px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,0.68); font-size: 0.71rem; font-weight: 750; letter-spacing: 0.14em; text-transform: uppercase; }
.hero-points li { display: flex; align-items: center; gap: 10px; }
.hero-points li::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--gold-light); }
.hero-proof { align-self: end; margin-bottom: 28px; padding: 28px; border: 1px solid rgba(255,255,255,0.23); background: rgba(13,13,12,0.46); backdrop-filter: blur(14px); }
.hero-proof-number { display: block; color: var(--gold-light); font-family: var(--display); font-size: 4.5rem; line-height: 1; }
.hero-proof p { margin: 9px 0 22px; color: rgba(255,255,255,0.74); line-height: 1.45; }
.hero-proof a { display: flex; align-items: center; justify-content: space-between; padding-top: 15px; border-top: 1px solid rgba(255,255,255,0.2); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.hero-proof a span { color: var(--gold-light); }

.trust-rail { color: #fff; background: var(--ink); border-top: 1px solid rgba(255,255,255,0.1); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid article { min-height: 126px; display: flex; align-items: center; gap: 20px; padding: 24px 32px; border-right: 1px solid rgba(255,255,255,0.12); }
.trust-grid article:first-child { padding-left: 0; }
.trust-grid article:last-child { border-right: 0; }
.trust-grid article > span { color: var(--gold-light); font-family: var(--display); font-size: 1.6rem; }
.trust-grid strong, .trust-grid small { display: block; }
.trust-grid strong { font-size: 0.86rem; letter-spacing: 0.035em; }
.trust-grid small { margin-top: 4px; color: rgba(255,255,255,0.54); font-size: 0.76rem; }

.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; }
.service-card { position: relative; min-height: 490px; grid-column: span 5; color: #fff; background: var(--ink); overflow: hidden; box-shadow: var(--shadow); }
.service-card-featured, .service-card:nth-child(1), .service-card:nth-child(4), .service-card:nth-child(5) { grid-column: span 7; }
.service-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(.2,.7,.2,1); }
.service-card:nth-child(3) img { object-position: center 72%; }
.service-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,10,9,0.88) 0%, rgba(10,10,9,0.14) 66%, rgba(10,10,9,0.02) 100%); }
.service-card:hover img { transform: scale(1.035); }
.service-card-body { position: absolute; z-index: 1; inset: auto 0 0; display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 32px; }
.service-number { width: 42px; height: 42px; display: grid; place-items: center; color: var(--gold-light); border: 1px solid rgba(255,255,255,0.28); font-family: var(--display); }
.service-card h3 { margin: 0 0 10px; font-family: var(--display); font-size: clamp(1.6rem, 2.5vw, 2.35rem); font-weight: 400; }
.service-card p { max-width: 570px; margin: 0; color: rgba(255,255,255,0.68); font-size: 0.92rem; }
.service-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 34px; padding: 28px 0 0; border-top: 1px solid var(--line); }
.service-cta p { margin: 0; font-family: var(--display); font-size: 1.55rem; }

.build-sequence { background: radial-gradient(circle at 80% 20%, rgba(198,154,75,0.12), transparent 30%), var(--ink); }
.sequence-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.sequence-card { position: relative; min-height: 350px; margin: 0; overflow: hidden; background: #262520; }
.sequence-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.82); transition: transform 600ms ease; }
.sequence-card:hover img { transform: scale(1.04); }
.sequence-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,10,9,0.86), transparent 50%); }
.sequence-card figcaption { position: absolute; z-index: 1; inset: auto 24px 22px; display: grid; grid-template-columns: auto 1fr; gap: 4px 12px; align-items: center; }
.sequence-card figcaption span { grid-row: 1 / span 2; color: var(--gold-light); font-family: var(--display); font-size: 1.55rem; }
.sequence-card figcaption strong { font-family: var(--display); font-size: 1.45rem; font-weight: 400; }
.sequence-card figcaption small { color: rgba(255,255,255,0.58); line-height: 1.4; }

.gallery-section { background: var(--cream); }
.gallery-tools { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 34px; }
.gallery-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.gallery-filter { min-height: 40px; padding: 0 15px; border: 1px solid rgba(17,17,15,0.2); border-radius: 100px; background: transparent; font-size: 0.71rem; font-weight: 750; letter-spacing: 0.06em; cursor: pointer; transition: background 160ms ease, color 160ms ease, border 160ms ease; }
.gallery-filter:hover, .gallery-filter.is-active { color: #fff; border-color: var(--ink); background: var(--ink); }
.gallery-count { display: none; }
.project-carousel { max-width: 1120px; margin-inline: auto; }
.carousel-stage { position: relative; overflow: hidden; color: #fff; background: var(--ink); box-shadow: var(--shadow); }
.carousel-main { position: relative; width: 100%; aspect-ratio: 16 / 9; padding: 0; border: 0; overflow: hidden; background: #262520; cursor: zoom-in; touch-action: pan-y; }
.carousel-main img { width: 100%; height: 100%; object-fit: cover; transition: opacity 180ms ease, transform 650ms cubic-bezier(.2,.7,.2,1); }
.carousel-main:hover img { transform: scale(1.018); }
.carousel-main::after { content: ""; position: absolute; inset: 62% 0 0; background: linear-gradient(0deg, rgba(8,8,7,0.52), transparent); }
.carousel-zoom { position: absolute; z-index: 1; right: 22px; bottom: 19px; padding: 8px 11px; color: #fff; background: rgba(10,10,9,0.68); font-size: 0.65rem; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; backdrop-filter: blur(8px); }
.carousel-caption { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 84px 18px 24px; }
.carousel-caption div { display: flex; flex-direction: column; }
.carousel-caption div > span { color: var(--gold-light); font-size: 0.62rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.carousel-caption strong { margin-top: 3px; font-family: var(--display); font-size: 1.3rem; font-weight: 400; }
.carousel-position { color: rgba(255,255,255,0.56); font-size: 0.7rem; font-weight: 750; letter-spacing: 0.1em; }
.carousel-arrow { position: absolute; z-index: 2; top: calc((100% - 86px) / 2); width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,0.45); border-radius: 50%; color: #fff; background: rgba(10,10,9,0.55); cursor: pointer; backdrop-filter: blur(7px); transform: translateY(-50%); transition: background 160ms ease, transform 160ms ease; }
.carousel-arrow:hover { background: var(--gold); transform: translateY(-50%) scale(1.04); }
.carousel-prev { left: 18px; }
.carousel-next { right: 18px; }
.carousel-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 9px; margin-top: 10px; }
.carousel-thumb { position: relative; aspect-ratio: 16 / 10; padding: 0; border: 0; background: var(--stone); overflow: hidden; cursor: pointer; opacity: 0.62; transition: opacity 160ms ease, box-shadow 160ms ease; }
.carousel-thumb img { width: 100%; height: 100%; object-fit: cover; }
.carousel-thumb:hover, .carousel-thumb.is-active { opacity: 1; box-shadow: inset 0 0 0 3px var(--gold); }
.carousel-thumb.is-active::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 3px var(--gold); }

.secondary-services { background: var(--paper); }
.secondary-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr); align-items: center; gap: clamp(54px, 7vw, 96px); }
.secondary-visual { position: relative; aspect-ratio: 3 / 2; overflow: hidden; color: #fff; background: radial-gradient(circle at 50% 45%, #2c2923, #11110f 74%); box-shadow: var(--shadow); }
.secondary-visual img { width: 100%; height: 100%; object-fit: contain; }
.secondary-visual-note { position: absolute; inset: auto 22px 20px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,0.22); }
.secondary-visual-note span { color: var(--gold-light); font-size: 0.62rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.secondary-visual-note strong { font-family: var(--display); font-size: 1.05rem; font-weight: 400; }
.secondary-copy > p:not(.eyebrow) { max-width: 540px; margin: 28px 0 34px; color: var(--muted); font-size: 1.03rem; }
.secondary-list { margin: 0 0 36px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.secondary-list li { display: flex; gap: 18px; align-items: center; padding: 15px 0; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 1.14rem; }
.secondary-list span { color: var(--gold); font-family: var(--sans); font-size: 0.64rem; font-weight: 800; letter-spacing: 0.12em; }

.video-section { background: linear-gradient(120deg, #11110f 0%, #1d1b17 100%); }
.video-layout { display: grid; grid-template-columns: minmax(300px, 0.52fr) minmax(0, 1fr); align-items: center; gap: clamp(52px, 8vw, 108px); }
.video-copy p:not(.eyebrow) { max-width: 450px; margin: 28px 0 34px; color: rgba(255,255,255,0.62); }
.video-frame { position: relative; aspect-ratio: 16/9; overflow: hidden; background: #000; box-shadow: 0 30px 90px rgba(0,0,0,0.42); }
.video-frame video { width: 100%; height: 100%; object-fit: cover; }
.video-play { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: 8px; color: #fff; border: 0; background: rgba(8,8,7,0.44); cursor: pointer; transition: opacity 180ms ease; }
.video-play > span { width: 72px; height: 72px; display: grid; place-items: center; padding-left: 5px; margin-bottom: 10px; color: var(--ink); border-radius: 50%; background: var(--gold-light); font-size: 1.4rem; }
.video-play strong { font-family: var(--display); font-size: 1.65rem; font-weight: 400; }
.video-play small { color: rgba(255,255,255,0.66); }
.video-frame.is-playing .video-play { opacity: 0; pointer-events: none; }
.video-error { position: absolute; inset: auto 14px 14px; padding: 10px 13px; margin: 0; color: #fff; background: rgba(120,25,25,0.9); font-size: 0.8rem; }
.video-error a { text-decoration: underline; }

.process { background: var(--paper); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-grid article { min-height: 250px; padding: 34px; border-right: 1px solid var(--line); }
.process-grid article:first-child { padding-left: 0; }
.process-grid article:last-child { border-right: 0; }
.process-grid span { color: var(--gold); font-family: var(--display); font-size: 1.8rem; }
.process-grid h3 { margin: 44px 0 10px; font-family: var(--display); font-size: 1.6rem; font-weight: 400; }
.process-grid p { max-width: 310px; margin: 0; color: var(--muted); font-size: 0.9rem; }

.about { color: #fff; background: var(--ink); }
.about-layout { display: grid; grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.22fr); align-items: center; gap: clamp(56px, 8vw, 110px); }
.about-lede { max-width: 570px; margin: 30px 0 40px; color: rgba(255,255,255,0.62); font-size: 1.05rem; }
.about-details { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,0.16); }
.about-details div { display: flex; flex-direction: column; }
.about-details span { margin-bottom: 7px; color: var(--gold-light); font-size: 0.63rem; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; }
.about-details a, .about-details strong { font-size: 0.92rem; font-weight: 650; }
.about-photo { position: relative; min-height: 650px; overflow: hidden; }
.about-photo img { width: 100%; height: 100%; object-fit: cover; }
.about-photo::after { content: ""; position: absolute; inset: 58% 0 0; background: linear-gradient(0deg, rgba(8,8,7,0.76), transparent); }
.about-photo > div { position: absolute; z-index: 1; inset: auto 30px 27px; display: flex; flex-direction: column; }
.about-photo strong { font-family: var(--display); font-size: 1.55rem; font-weight: 400; }
.about-photo span { color: rgba(255,255,255,0.6); font-size: 0.8rem; }

.faq { background: var(--cream); }
.faq-layout { display: grid; grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr); gap: clamp(56px, 9vw, 126px); }
.faq-heading { position: sticky; top: calc(var(--header) + 30px); align-self: start; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 26px 0; cursor: pointer; list-style: none; font-family: var(--display); font-size: 1.35rem; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--gold); font-family: var(--sans); font-size: 1.3rem; font-weight: 400; transition: transform 180ms ease; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 670px; margin: -4px 0 26px; color: var(--muted); }

.estimate { padding: clamp(90px, 10vw, 150px) 0; color: #fff; background: radial-gradient(circle at 12% 20%, rgba(198,154,75,0.18), transparent 24%), #161512; }
.estimate-layout { display: grid; grid-template-columns: minmax(300px, 0.66fr) minmax(0, 1fr); align-items: start; gap: clamp(60px, 9vw, 130px); }
.estimate-copy > p:not(.eyebrow) { max-width: 520px; margin: 30px 0; color: rgba(255,255,255,0.63); }
.estimate-copy p a { color: var(--gold-light); font-weight: 750; }
.estimate-copy ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 18px; margin: 0; padding: 0; list-style: none; color: rgba(255,255,255,0.78); font-size: 0.82rem; }
.estimate-copy li::before { content: "—"; margin-right: 9px; color: var(--gold-light); }
.estimate-form { padding: clamp(28px, 4vw, 48px); color: var(--ink); background: var(--paper); box-shadow: 0 32px 90px rgba(0,0,0,0.28); }
.estimate-form label { display: flex; flex-direction: column; gap: 8px; margin-bottom: 17px; }
.estimate-form label > span { color: #59564f; font-size: 0.66rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.estimate-form input, .estimate-form select, .estimate-form textarea { width: 100%; border: 1px solid #d4cec1; border-radius: 0; outline: 0; color: var(--ink); background: #fff; transition: border 160ms ease, box-shadow 160ms ease; }
.estimate-form input, .estimate-form select { min-height: 52px; padding: 0 14px; }
.estimate-form textarea { padding: 13px 14px; resize: vertical; }
.estimate-form input:focus, .estimate-form select:focus, .estimate-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(198,154,75,0.14); }
.file-field { padding: 13px; border: 1px dashed #beb6a7; background: #f7f3eb; }
.file-field input { min-height: auto; padding: 0; border: 0; background: transparent; }
.file-field small { color: var(--muted); }
.form-submit { width: 100%; border: 0; }
.form-submit:disabled { cursor: wait; opacity: 0.72; }
.form-status { margin: 15px 0 0; font-size: 0.83rem; line-height: 1.45; }
.form-status.is-error { color: #a32b23; }
.form-status.is-success { color: #267142; }
.form-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.site-footer { padding: 55px 0 24px; color: #fff; background: #0b0b0a; }
.footer-grid { display: grid; grid-template-columns: 160px repeat(2, 1fr); align-items: center; gap: 34px; }
.footer-brand { width: 150px; display: flex; align-items: center; }
.footer-brand img { width: 145px; height: auto; object-fit: contain; }
.footer-grid > div { display: flex; flex-direction: column; }
.footer-grid span { margin-bottom: 6px; color: var(--gold-light); font-size: 0.62rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.footer-grid a, .footer-grid strong { color: rgba(255,255,255,0.76); font-size: 0.84rem; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 38px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.12); color: rgba(255,255,255,0.45); font-size: 0.72rem; }
.footer-bottom p { margin: 0; }
.mobile-actions { display: none; }

.lightbox { width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; padding: 0; border: 0; color: #fff; background: rgba(8,8,7,0.96); }
.lightbox[open] { display: grid; grid-template-columns: 70px 1fr 70px; align-items: center; }
.lightbox::backdrop { background: rgba(8,8,7,0.9); }
.lightbox figure { max-width: min(1100px, calc(100vw - 180px)); max-height: calc(100vh - 84px); margin: auto; display: grid; grid-template-rows: minmax(0, 1fr) auto; }
.lightbox figure img { width: 100%; height: 100%; max-height: calc(100vh - 130px); object-fit: contain; }
.lightbox figcaption { padding-top: 13px; color: rgba(255,255,255,0.7); font-size: 0.76rem; letter-spacing: 0.08em; text-align: center; text-transform: uppercase; }
.lightbox-close, .lightbox-nav { border: 0; color: #fff; background: transparent; cursor: pointer; }
.lightbox-close { position: fixed; top: 17px; right: 21px; z-index: 1; width: 50px; height: 50px; font-size: 2.2rem; font-weight: 200; }
.lightbox-nav { width: 56px; height: 56px; margin: auto; border: 1px solid rgba(255,255,255,0.25); font-size: 1.4rem; }

.reveal { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  :root { --header: 82px; }
  .desktop-nav { display: none; }
  .header-shell { grid-template-columns: auto 1fr auto; }
  .header-actions { grid-column: 3; }
  .menu-button { display: grid; }
  .mobile-nav { position: fixed; inset: var(--header) 0 auto; display: grid; padding: 12px 28px 24px; color: #fff; background: rgba(16,16,15,0.98); transform: translateY(-120%); opacity: 0; pointer-events: none; transition: transform 220ms ease, opacity 180ms ease; }
  .mobile-nav.is-open { transform: none; opacity: 1; pointer-events: auto; }
  .mobile-nav a { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,0.12); font-family: var(--display); font-size: 1.25rem; }
  .hero-layout { min-height: 800px; }
  .service-card, .service-card-featured, .service-card:nth-child(1), .service-card:nth-child(4), .service-card:nth-child(5) { grid-column: span 6; }
  .sequence-grid { grid-template-columns: repeat(2, 1fr); }
  .sequence-card { min-height: 340px; }
  .secondary-layout { grid-template-columns: 1fr 1fr; gap: 52px; }
  .video-layout { grid-template-columns: 0.55fr 1fr; gap: 48px; }
  .about-layout { grid-template-columns: 0.8fr 1.2fr; gap: 52px; }
  .footer-grid { grid-template-columns: 140px repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 40px), var(--container)); }
  .section { padding: 90px 0; }
  .header-shell { width: calc(100% - 28px); gap: 12px; }
  .brand { width: 126px; }
  .brand img { width: 122px; height: auto; }
  .header-phone { display: none; }
  .header-actions .button { display: none; }
  .hero { min-height: 760px; }
  .hero-media { object-position: 64% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(8,8,7,0.86) 0%, rgba(8,8,7,0.5) 68%, rgba(8,8,7,0.14) 100%), linear-gradient(0deg, rgba(8,8,7,0.58), transparent 58%); }
  .hero-layout { min-height: 760px; grid-template-columns: 1fr; padding-top: calc(var(--header) + 62px); padding-bottom: 52px; }
  .hero-copy { align-self: end; }
  .hero-proof { display: none; }
  .hero-lede { max-width: 580px; }
  .trust-grid { grid-template-columns: 1fr; padding: 14px 0; }
  .trust-grid article, .trust-grid article:first-child { min-height: 94px; padding: 18px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.12); }
  .trust-grid article:last-child { border-bottom: 0; }
  .split-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 50px; }
  .split-heading > p { max-width: 650px; }
  .service-card, .service-card-featured, .service-card:nth-child(1), .service-card:nth-child(4), .service-card:nth-child(5) { min-height: 450px; grid-column: 1 / -1; }
  .service-cta { align-items: flex-start; flex-direction: column; }
  .gallery-tools { align-items: flex-start; flex-direction: column; }
  .gallery-filters { flex-wrap: nowrap; width: 100%; max-width: 100%; margin-right: 0; overflow-x: auto; padding: 0 0 8px; scrollbar-width: none; }
  .gallery-filters::-webkit-scrollbar { display: none; }
  .gallery-filter { flex: 0 0 auto; }
  .secondary-layout, .video-layout, .about-layout, .faq-layout, .estimate-layout { grid-template-columns: 1fr; }
  .secondary-visual { max-width: 720px; }
  .secondary-copy { max-width: 650px; }
  .video-copy { max-width: 600px; }
  .faq-heading { position: static; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article, .process-grid article:first-child { min-height: 0; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-grid article:last-child { border-bottom: 0; }
  .process-grid h3 { margin-top: 20px; }
  .about-photo { min-height: 560px; }
  .footer-grid { grid-template-columns: 130px 1fr; align-items: start; }
  .footer-grid > div { padding-top: 10px; }
  .footer-grid > div:last-child { grid-column: 2; }
  .mobile-actions { position: fixed; z-index: 900; inset: auto 0 0; display: grid; grid-template-columns: 1fr 1fr; min-height: 58px; padding-bottom: env(safe-area-inset-bottom); color: #fff; background: var(--ink); box-shadow: 0 -8px 28px rgba(0,0,0,0.22); }
  .mobile-actions a { display: grid; place-items: center; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
  .mobile-actions a:last-child { color: var(--ink); background: var(--gold-light); }
  .site-footer { padding-bottom: 82px; }
}

@media (max-width: 600px) {
  .container { width: calc(100% - 32px); }
  .section { padding: 76px 0; }
  h1 { font-size: clamp(3.25rem, 15vw, 4.65rem); }
  h2 { font-size: clamp(2.75rem, 12.5vw, 4rem); }
  .hero { min-height: 700px; }
  .hero-layout { min-height: 700px; padding-bottom: 42px; }
  .hero-media { object-position: 58% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(8,8,7,0.82), rgba(8,8,7,0.36)), linear-gradient(0deg, rgba(8,8,7,0.68), transparent 72%); }
  .hero-lede { margin: 22px 0 26px; font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-points { gap: 9px 18px; margin-top: 25px; }
  .hero-points li { font-size: 0.62rem; }
  .service-card { min-height: 420px; }
  .service-card-body { grid-template-columns: 42px 1fr; gap: 12px; padding: 23px 20px; }
  .service-number { width: 36px; height: 36px; }
  .service-card p { font-size: 0.82rem; }
  .sequence-grid { grid-template-columns: 1fr; }
  .sequence-card { min-height: 330px; }
  .carousel-stage { width: calc(100% + 32px); margin-left: -16px; }
  .gallery-tools { margin-bottom: 24px; }
  .gallery-filter { min-height: 44px; }
  .carousel-main { aspect-ratio: 4 / 3; }
  .carousel-caption { min-height: 78px; padding: 15px 18px; }
  .carousel-caption strong { font-size: 1.08rem; line-height: 1.22; }
  .carousel-caption div > span { font-size: 0.57rem; }
  .carousel-position { display: none; }
  .carousel-arrow { top: calc((100% - 78px) / 2); width: 46px; height: 46px; }
  .carousel-prev { left: 10px; }
  .carousel-next { right: 10px; }
  .carousel-zoom { display: none; }
  .carousel-thumbs { grid-template-columns: repeat(3, 1fr); gap: 6px; margin-top: 8px; }
  .carousel-thumb:nth-child(n + 4) { display: none; }
  .secondary-visual-note { inset: auto 15px 14px; }
  .secondary-visual-note strong { display: none; }
  .video-frame { width: calc(100% + 32px); margin-left: -16px; }
  .about-details { grid-template-columns: 1fr; }
  .about-details div:last-child { grid-column: auto; }
  .about-photo { min-height: 500px; }
  .form-row, .estimate-copy ul { grid-template-columns: 1fr; }
  .estimate-form { margin-inline: -8px; padding: 24px 18px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .lightbox[open] { grid-template-columns: 46px 1fr 46px; }
  .lightbox figure { max-width: calc(100vw - 100px); }
  .lightbox-nav { width: 40px; height: 48px; }
}

@media (max-width: 900px) and (orientation: landscape) {
  .hero, .hero-layout { min-height: 620px; }
  .hero-layout { padding-top: calc(var(--header) + 34px); }
  .hero-copy { align-self: center; }
  .hero-points { margin-top: 20px; }
}

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