:root {
  --ink: #101317;
  --ink-soft: #1a1e23;
  --paper: #f7f5f0;
  --white: #ffffff;
  --warm: #eee9df;
  --gold: #d2a44d;
  --gold-dark: #b88732;
  --text: #272b30;
  --muted: #687078;
  --line: #ddd8ce;
  --shadow: 0 18px 50px rgba(14, 17, 20, .12);
  --radius: 8px;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
#whats-included { scroll-margin-top: 76px; }
body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
svg { width: 1.35rem; height: 1.35rem; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 940px); }

h1, h2, h3 { margin: 0 0 .6em; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.08; }
h1 { font-size: clamp(2.65rem, 6vw, 5.7rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2rem, 4.2vw, 3.65rem); letter-spacing: -.035em; }
h3 { font-size: 1.5rem; }
p { margin: 0 0 1.3rem; }
.eyebrow { margin-bottom: 1rem; color: var(--gold-dark); font-size: .73rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: #e1b760; }
.light, .light h1, .light h2 { color: var(--white); }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: .76rem 1.35rem; border: 1px solid transparent; border-radius: 4px; font-size: .86rem; font-weight: 750; line-height: 1; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: #18140c; background: linear-gradient(135deg, #e6bd6d, #c8953a); box-shadow: 0 10px 25px rgba(210,164,77,.2); }
.button-gold:hover { background: linear-gradient(135deg, #edc97e, #d4a447); }
.button-dark { color: var(--white); background: var(--ink); }
.button-outline-light { color: var(--white); border-color: rgba(255,255,255,.5); background: rgba(0,0,0,.12); backdrop-filter: blur(8px); }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.text-link { display: inline-flex; align-items: center; gap: .5rem; color: var(--gold-dark); font-size: .84rem; font-weight: 800; }
.text-link svg { width: 1rem; transition: transform .2s; }
.text-link:hover svg { transform: translateX(4px); }
.center-action { margin-top: 2.5rem; text-align: center; }

.site-header { position: sticky; z-index: 100; top: 0; color: var(--white); background: rgba(13,16,20,.96); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(16px); }
.header-inner { display: flex; height: 74px; align-items: center; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; flex: 0 0 auto; color: var(--white); }
.brand-mark { display: grid; width: 35px; height: 35px; place-items: center; color: var(--gold); }
.brand-mark svg { width: 100%; height: 100%; stroke-width: 1.8; }
.brand-text { display: flex; flex-direction: column; line-height: 1.18; white-space: nowrap; }
.brand-text strong { font-size: .7rem; font-weight: 700; letter-spacing: .13em; }
.brand-text span { margin-top: .12rem; font-size: .5rem; letter-spacing: .1em; }
.desktop-nav { display: flex; flex: 1; align-items: center; justify-content: center; gap: 1.55rem; font-size: .77rem; font-weight: 650; }
.desktop-nav > a, .nav-dropdown > a { position: relative; display: block; padding: 1.8rem 0; }
.desktop-nav > a::after, .nav-dropdown > a::after { position: absolute; right: 0; bottom: 1.25rem; left: 0; height: 1px; background: var(--gold); content: ""; transform: scaleX(0); transition: transform .2s; }
.desktop-nav > a:hover::after, .desktop-nav > a.active::after, .nav-dropdown > a:hover::after, .nav-dropdown > a.active::after { transform: scaleX(1); }
.nav-dropdown { position: relative; }
.dropdown-panel { position: absolute; top: calc(100% - .5rem); left: -1.2rem; display: grid; width: 265px; padding: .7rem; visibility: hidden; background: #15191e; border: 1px solid rgba(255,255,255,.09); border-radius: 6px; box-shadow: var(--shadow); opacity: 0; transform: translateY(8px); transition: .18s ease; }
.dropdown-panel a { padding: .7rem .8rem; color: #e9e9e8; border-radius: 3px; }
.dropdown-panel a:hover { color: var(--gold); background: rgba(255,255,255,.05); }
.nav-dropdown:hover .dropdown-panel, .nav-dropdown:focus-within .dropdown-panel { visibility: visible; opacity: 1; transform: translateY(0); }
.header-quote { min-height: 42px; }
.menu-button { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; color: white; background: transparent; border: 1px solid rgba(255,255,255,.18); border-radius: 4px; }
.mobile-menu { display: none; border-top: 1px solid rgba(255,255,255,.08); }
.mobile-menu-inner { display: grid; gap: .2rem; padding: .7rem 20px 1.2rem; }
.mobile-menu a:not(.button) { padding: .7rem .2rem; border-bottom: 1px solid rgba(255,255,255,.08); font-size: .9rem; }

.hero { position: relative; min-height: calc(100svh - 74px); overflow: hidden; background: #0c0e10; }
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media img { height: 100%; object-fit: cover; object-position: center; transform: scale(1.02); }
.hero-overlay { background: linear-gradient(90deg, rgba(7,9,11,.94) 0%, rgba(7,9,11,.78) 38%, rgba(7,9,11,.28) 72%, rgba(7,9,11,.35) 100%), linear-gradient(0deg, rgba(6,8,10,.7), transparent 45%); }
.hero-content { position: relative; z-index: 2; display: flex; min-height: calc(100svh - 164px); flex-direction: column; justify-content: center; padding-block: 6rem 9rem; color: var(--white); }
.hero h1 { max-width: 820px; color: white; }
.hero h1 span { color: var(--gold); }
.hero-copy { max-width: 650px; color: #e4e5e5; font-size: clamp(1rem, 2vw, 1.24rem); }
.hero-trust { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; background: rgba(10,13,16,.94); border-top: 1px solid rgba(255,255,255,.1); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid > div { display: flex; min-height: 90px; align-items: center; gap: .85rem; padding: 1.1rem 1.5rem; color: #e7e7e6; border-right: 1px solid rgba(255,255,255,.1); font-size: .76rem; line-height: 1.35; }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid svg { flex: 0 0 auto; color: var(--gold); }
.trust-grid strong { display: block; color: white; }

.section { padding-block: clamp(4.7rem, 8vw, 8rem); }
.section-light { background: var(--paper); }
.section-warm { background: var(--warm); }
.section-heading { max-width: 760px; margin-bottom: 3.2rem; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered > p:last-child { max-width: 650px; margin-inline: auto; color: var(--muted); }
.split-heading { display: grid; max-width: none; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 5rem; }
.split-heading > p { color: var(--muted); }

.service-grid { display: grid; gap: 1.3rem; }
.service-grid.four { grid-template-columns: repeat(4,1fr); }
.service-grid.three { grid-template-columns: repeat(3,1fr); }
.service-card { overflow: hidden; background: white; border: 1px solid #dedbd3; border-radius: var(--radius); box-shadow: 0 10px 30px rgba(20,25,30,.05); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-image { display: block; aspect-ratio: 4/3; overflow: hidden; background: #ddd; }
.service-image img { height: 100%; object-fit: cover; transition: transform .6s ease; }
.service-card:hover .service-image img { transform: scale(1.045); }
.service-card-body { padding: 1.4rem; }
.service-card-body .eyebrow { margin-bottom: .65rem; font-size: .65rem; }
.service-card-body h3 { font-size: 1.42rem; }
.service-card-body p { color: var(--muted); font-size: .91rem; }
.service-card-dark { min-height: 100%; color: white; background: var(--ink); border-color: var(--ink); }
.service-card-dark .service-card-body { display: flex; height: 100%; flex-direction: column; justify-content: center; padding: 2.3rem; }
.service-card-dark h3 { color: white; font-size: 2rem; }
.service-card-dark p { color: #c8cbcd; }
.service-card-dark .button { align-self: flex-start; }

.split-feature { background: #ece7dd; }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(3rem, 7vw, 7rem); }
.split-grid.reverse .split-image { order: 2; }
.split-image { position: relative; }
.split-image img { min-height: 520px; object-fit: cover; border-radius: 8px; box-shadow: var(--shadow); }
.image-badge { position: absolute; right: -25px; bottom: -25px; display: flex; width: 175px; height: 175px; flex-direction: column; align-items: center; justify-content: center; padding: 1rem; color: white; background: var(--ink); border: 1px solid rgba(255,255,255,.1); border-radius: 50%; text-align: center; box-shadow: var(--shadow); }
.image-badge strong { color: var(--gold); font-family: Georgia,serif; font-size: 2rem; font-weight: 500; }
.image-badge span { max-width: 110px; font-size: .72rem; line-height: 1.3; }
.split-copy > p:not(.eyebrow) { color: #596168; }
.check-list { display: grid; gap: .78rem; margin: 1.6rem 0 2rem; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: .75rem; }
.check-list svg { width: 1.05rem; height: 1.05rem; flex: 0 0 auto; margin-top: .28rem; color: var(--gold-dark); stroke-width: 2.2; }

.pricing-preview { color: white; background: var(--ink); }
.pricing-preview h2 { color: white; }
.pricing-preview .section-heading > p:last-child { color: #b9bec2; }
.price-strip { overflow: hidden; max-width: 940px; margin-inline: auto; background: #171b20; border: 1px solid rgba(255,255,255,.11); border-radius: 7px; }
.price-strip a { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 1rem; padding: 1.15rem 1.35rem; border-bottom: 1px solid rgba(255,255,255,.09); transition: background .2s; }
.price-strip a:last-child { border-bottom: 0; }
.price-strip a:hover { background: rgba(255,255,255,.04); }
.price-strip span { color: #e7e8e8; }
.price-strip strong { min-width: 150px; color: var(--gold); font-family: Georgia,serif; font-size: 1.6rem; font-weight: 500; text-align: right; }
.price-strip small { color: #9fa4a8; font-family: Inter,sans-serif; font-size: .72rem; font-weight: 500; }

.process-cards { display: grid; grid-template-columns: repeat(5,1fr); gap: 1rem; counter-reset: process; }
.process-cards article { position: relative; padding: 1.6rem 1.2rem; background: white; border: 1px solid var(--line); border-radius: 6px; }
.process-cards article:not(:last-child)::after { position: absolute; z-index: 2; top: 2.2rem; right: -.75rem; width: 1.5rem; border-top: 1px solid var(--gold); content: ""; }
.process-cards span { display: block; margin-bottom: 1.5rem; color: var(--gold-dark); font-size: .75rem; font-weight: 800; }
.process-cards h3 { font-size: 1.25rem; }
.process-cards p { margin: 0; color: var(--muted); font-size: .85rem; }

.project-banner { position: relative; min-height: 630px; display: flex; align-items: center; color: white; }
.project-banner-bg, .project-banner-overlay { position: absolute; inset: 0; }
.project-banner-bg img { height: 100%; object-fit: cover; }
.project-banner-overlay { background: linear-gradient(90deg, rgba(8,11,14,.92), rgba(8,11,14,.55) 55%, rgba(8,11,14,.22)); }
.project-banner-copy { position: relative; max-width: var(--container); }
.project-banner-copy h2 { max-width: 720px; color: white; }
.project-banner-copy p:not(.eyebrow) { max-width: 620px; color: #d7d9da; }

.page-hero { padding-block: clamp(5.2rem, 9vw, 9rem); color: white; background: radial-gradient(circle at 75% 20%, rgba(210,164,77,.16), transparent 30%), linear-gradient(135deg,#0c0f12,#1b2025); }
.page-hero.compact { padding-block: clamp(4.5rem, 7vw, 7rem); }
.page-hero h1 { max-width: 960px; color: white; font-size: clamp(2.8rem, 6vw, 5rem); }
.page-hero p:not(.eyebrow) { max-width: 720px; color: #c6c9cc; font-size: 1.08rem; }
.process-hero { background: radial-gradient(circle at 75% 20%, rgba(210,164,77,.19), transparent 32%), linear-gradient(135deg,#0c0f12,#1b2025); }

.service-hero { position: relative; min-height: 650px; display: flex; align-items: center; overflow: hidden; }
.service-hero-image, .service-hero-overlay { position: absolute; inset: 0; }
.service-hero-image img { height: 100%; object-fit: cover; }
.service-hero-overlay { background: linear-gradient(90deg, rgba(6,8,10,.93), rgba(6,8,10,.72) 48%, rgba(6,8,10,.2)); }
.service-hero-copy { position: relative; z-index: 2; color: white; }
.service-hero-copy h1 { max-width: 850px; color: white; font-size: clamp(2.8rem,6vw,5.4rem); }
.service-hero-copy > p:not(.eyebrow) { max-width: 650px; color: #e0e1e1; font-size: 1.12rem; }
.service-intro-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 5rem; align-items: start; }
.service-intro-grid > div > p:not(.eyebrow) { max-width: 720px; color: var(--muted); }
.price-card { padding: 2rem; background: white; border: 1px solid var(--line); border-radius: 7px; box-shadow: var(--shadow); }
.price-card > span { color: var(--muted); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.price-card > strong { display: block; margin: .6rem 0 1rem; color: var(--ink); font-family: Georgia,serif; font-size: clamp(2.4rem,5vw,4rem); font-weight: 500; line-height: 1; }
.price-card p { color: var(--muted); font-size: .88rem; }
.feature-list-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.feature-list-grid article { padding: 1.5rem; background: rgba(255,255,255,.62); border: 1px solid #d8d1c4; border-radius: 5px; }
.feature-list-grid span { color: var(--gold-dark); font-size: .7rem; font-weight: 800; }
.feature-list-grid h3 { margin-top: 1.3rem; font-size: 1.23rem; }
.two-column-content { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; }
.portfolio-placeholder { background: #e9e3d8; }
.placeholder-gallery { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.placeholder-gallery > div { position: relative; overflow: hidden; min-height: 360px; border-radius: 6px; }
.placeholder-gallery img { height: 100%; object-fit: cover; }
.placeholder-gallery span { position: absolute; right: .8rem; bottom: .8rem; left: .8rem; padding: .7rem .8rem; color: white; background: rgba(8,11,14,.75); border: 1px solid rgba(255,255,255,.15); border-radius: 3px; font-size: .8rem; font-weight: 700; backdrop-filter: blur(7px); }

.cta-section { padding-block: 4.2rem; color: white; background: var(--ink); }
.cta-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 3rem; }
.cta-inner h2 { max-width: 800px; color: white; font-size: clamp(2rem,4vw,3.3rem); }
.cta-inner p:not(.eyebrow) { max-width: 720px; margin-bottom: 0; color: #c1c5c8; }

.process-timeline { display: grid; gap: 0; }
.timeline-step { display: grid; grid-template-columns: 80px .88fr 1.12fr; align-items: center; gap: 2.5rem; padding: 3rem 0; border-bottom: 1px solid var(--line); }
.timeline-step:last-child { border-bottom: 0; }
.timeline-number { color: var(--gold-dark); font-family: Georgia,serif; font-size: 2rem; }
.timeline-image { overflow: hidden; height: 360px; border-radius: 6px; box-shadow: var(--shadow); }
.timeline-image img { height: 100%; object-fit: cover; }
.timeline-copy p:not(.eyebrow) { color: var(--muted); }
.upload-section { background: var(--warm); }
.upload-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 5rem; }
.upload-card { padding: 2rem; background: white; border: 1px solid var(--line); border-radius: 6px; box-shadow: var(--shadow); }
.upload-card > span { color: var(--gold-dark); font-size: .73rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.upload-card .check-list { margin-bottom: 0; }

.filter-bar { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 2.5rem; }
.filter-bar button { padding: .6rem 1rem; color: var(--text); background: transparent; border: 1px solid #cfc9be; border-radius: 99px; font-size: .8rem; font-weight: 700; }
.filter-bar button.active, .filter-bar button:hover { color: white; background: var(--ink); border-color: var(--ink); }
.project-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.4rem; }
.project-grid article { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 7px; transition: opacity .25s, transform .25s; }
.project-grid article.is-hidden { display: none; }
.project-grid img { height: 360px; object-fit: cover; }
.project-grid article > div { padding: 1.5rem; }
.project-grid span { color: var(--gold-dark); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.project-grid h2 { margin-top: .65rem; font-size: 1.8rem; }
.project-grid p { margin-bottom: 0; color: var(--muted); }

.pricing-table { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 7px; box-shadow: var(--shadow); }
.pricing-row { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 3rem; padding: 1.6rem 1.8rem; border-bottom: 1px solid var(--line); }
.pricing-row:last-child { border-bottom: 0; }
.pricing-row h2 { margin-bottom: .35rem; font-size: 1.4rem; }
.pricing-row p { margin-bottom: 0; color: var(--muted); font-size: .88rem; }
.pricing-row strong { min-width: 185px; color: var(--ink); font-family: Georgia,serif; font-size: 2rem; font-weight: 500; text-align: right; }
.pricing-row strong span { color: var(--muted); font-family: Inter,sans-serif; font-size: .72rem; }
.price-notice { margin-top: 2rem; padding: 2rem; background: #e8e2d7; border: 1px solid #d7d0c4; border-radius: 7px; }
.price-notice h2 { font-size: 1.7rem; }
.notice-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: .6rem; margin-top: 1.3rem; }
.notice-grid span { padding: .7rem .8rem; background: rgba(255,255,255,.55); border: 1px solid #d8d0c3; border-radius: 4px; font-size: .82rem; font-weight: 700; }

.values-section { color: white; background: var(--ink); }
.values-section h2 { color: white; }
.values-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
.values-grid article { padding: 1.7rem; background: #171b20; border: 1px solid rgba(255,255,255,.09); border-radius: 6px; }
.values-grid svg { width: 1.8rem; height: 1.8rem; color: var(--gold); }
.values-grid h3 { margin-top: 1.5rem; color: white; }
.values-grid p { margin-bottom: 0; color: #b9bec1; font-size: .9rem; }
.warranty-panel { display: grid; grid-template-columns: 1fr 280px; align-items: center; gap: 5rem; }
.warranty-panel > div:first-child p:not(.eyebrow) { max-width: 760px; color: var(--muted); }
.warranty-seal { display: flex; aspect-ratio: 1; flex-direction: column; align-items: center; justify-content: center; padding: 2rem; color: white; background: var(--ink); border: 5px double var(--gold); border-radius: 50%; text-align: center; }
.warranty-seal svg { color: var(--gold); }
.warranty-seal strong { color: var(--gold); font-family: Georgia,serif; font-size: 4rem; font-weight: 500; line-height: 1; }
.warranty-seal span { max-width: 140px; font-size: .8rem; font-weight: 700; line-height: 1.25; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 5rem; align-items: start; }
.contact-copy > p:not(.eyebrow) { color: var(--muted); }
.contact-methods { display: grid; gap: .8rem; margin: 2rem 0; }
.contact-methods a { display: flex; align-items: center; gap: 1rem; padding: 1rem; background: white; border: 1px solid var(--line); border-radius: 5px; }
.contact-methods svg { color: var(--gold-dark); }
.contact-methods span { font-weight: 750; }
.contact-methods small { display: block; color: var(--muted); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.contact-note { padding: 1.4rem; background: var(--warm); border: 1px solid #d8d1c4; border-radius: 5px; }
.contact-note .check-list { margin-bottom: 0; }
.quote-form { display: grid; gap: 1rem; padding: 2rem; background: white; border: 1px solid var(--line); border-radius: 7px; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.quote-form label { display: grid; gap: .45rem; color: #31363b; font-size: .8rem; font-weight: 750; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; padding: .78rem .85rem; color: var(--text); background: #fbfaf7; border: 1px solid #d5d0c7; border-radius: 4px; outline: none; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--gold-dark); box-shadow: 0 0 0 3px rgba(210,164,77,.15); }
.quote-form [aria-invalid="true"] { border-color: #a93d3d; }
.file-label input { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.file-label span { padding: .9rem; color: var(--muted); background: #fbfaf7; border: 1px dashed #bbb3a7; border-radius: 4px; text-align: center; }
.consent { display: flex !important; grid-template-columns: auto 1fr; align-items: flex-start; gap: .7rem !important; font-weight: 500 !important; }
.consent input { width: auto; margin-top: .25rem; }
.quote-form .button { justify-self: start; }
.form-status { margin: 0; font-size: .85rem; font-weight: 700; }
.form-status.success { color: #2f6d46; }
.form-status.error { color: #a43c3c; }

.site-footer { padding-top: 4.5rem; color: #c6c9cb; background: #0b0e11; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .8fr .7fr 1fr; gap: 3.5rem; padding-bottom: 3.5rem; }
.footer-about p { max-width: 390px; margin-top: 1.5rem; color: #9ea4a8; font-size: .9rem; }
.site-footer h3 { color: white; font-family: Inter,sans-serif; font-size: .8rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.site-footer ul { display: grid; gap: .55rem; margin: 1.2rem 0 0; padding: 0; list-style: none; }
.site-footer li, .site-footer a { font-size: .84rem; }
.site-footer a:hover { color: var(--gold); }
.contact-list a { display: flex; align-items: center; gap: .5rem; }
.contact-list svg { width: 1rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-block: 1.2rem; color: #7f868b; border-top: 1px solid rgba(255,255,255,.08); font-size: .72rem; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .desktop-nav { gap: 1rem; }
  .header-inner { gap: 1.2rem; }
  .service-grid.four { grid-template-columns: repeat(2,1fr); }
  .service-grid.three { grid-template-columns: repeat(2,1fr); }
  .process-cards { grid-template-columns: repeat(3,1fr); }
  .process-cards article::after { display: none; }
  .feature-list-grid { grid-template-columns: repeat(2,1fr); }
  .values-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 900px) {
  .desktop-nav, .header-quote { display: none; }
  .menu-button { display: inline-flex; margin-left: auto; }
  .mobile-menu.is-open { display: block; }
  .hero { min-height: 760px; }
  .hero-content { min-height: 650px; padding-block: 5rem 11rem; }
  .hero-trust { position: absolute; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid > div { min-height: 78px; }
  .split-grid, .service-intro-grid, .two-column-content, .contact-grid, .upload-grid { grid-template-columns: 1fr; gap: 3rem; }
  .split-grid.reverse .split-image { order: 0; }
  .split-heading { grid-template-columns: 1fr; gap: 1rem; }
  .timeline-step { grid-template-columns: 60px 1fr; }
  .timeline-image { grid-column: 2; }
  .timeline-copy { grid-column: 2; }
  .placeholder-gallery { grid-template-columns: 1fr 1fr; }
  .cta-inner { grid-template-columns: 1fr; }
  .project-grid { grid-template-columns: 1fr; }
  .warranty-panel { grid-template-columns: 1fr; }
  .warranty-seal { width: 260px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 650px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { height: 66px; }
  .brand-mark { width: 31px; height: 31px; }
  .hero { min-height: 820px; }
  .hero-content { min-height: 590px; padding-block: 4rem 15rem; }
  .hero-overlay { background: linear-gradient(90deg, rgba(7,9,11,.92), rgba(7,9,11,.67)), linear-gradient(0deg, rgba(6,8,10,.75), transparent); }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div { padding: .85rem; font-size: .68rem; }
  .trust-grid svg { width: 1.05rem; }
  .service-grid.four, .service-grid.three, .feature-list-grid, .values-grid { grid-template-columns: 1fr; }
  .split-image img { min-height: 400px; }
  .image-badge { right: 10px; bottom: 10px; width: 140px; height: 140px; }
  .price-strip a { grid-template-columns: 1fr; }
  .price-strip strong { text-align: left; }
  .process-cards { grid-template-columns: 1fr; }
  .service-hero { min-height: 600px; }
  .placeholder-gallery { grid-template-columns: 1fr; }
  .timeline-step { grid-template-columns: 1fr; gap: 1rem; }
  .timeline-number, .timeline-image, .timeline-copy { grid-column: 1; }
  .timeline-image { height: 300px; }
  .pricing-row { grid-template-columns: 1fr; gap: 1rem; }
  .pricing-row strong { min-width: 0; text-align: left; }
  .notice-grid { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .quote-form { padding: 1.25rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; gap: .6rem; }
}

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


/* Real portfolio and selected Complete Finish branding */
.brand-mark { width: 50px; height: 44px; overflow: visible; border-radius: 0; background: transparent; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; object-position: center; transform: none; }
.footer-about .brand-mark { width: 59px; height: 52px; }
.portfolio-section { background: #e9e3d8; }
.portfolio-section.home-projects { background: var(--paper); }
.portfolio-gallery { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; }
.portfolio-card { margin: 0; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 7px; box-shadow: 0 10px 28px rgba(20,25,30,.06); }
.portfolio-image, .project-image-button { display: block; width: 100%; padding: 0; overflow: hidden; background: #d8d4cc; border: 0; }
.portfolio-image { aspect-ratio: 4/3; }
.portfolio-image img, .project-image-button img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.portfolio-card:hover img, .project-grid article:hover .project-image-button img { transform: scale(1.035); }
.portfolio-card figcaption { min-height: 67px; padding: 1rem 1.05rem; color: #42484e; font-size: .84rem; font-weight: 700; line-height: 1.4; }
.project-image-button { height: 360px; }
.project-image-button img { height: 100%; }
.lightbox { position: fixed; z-index: 1000; inset: 0; display: none; align-items: center; justify-content: center; padding: 24px; background: rgba(3,5,7,.94); }
.lightbox.is-open { display: flex; }
.lightbox-inner { position: relative; width: min(1100px,100%); max-height: 92vh; }
.lightbox img { width: 100%; max-height: 82vh; object-fit: contain; }
.lightbox p { margin: .8rem 3.5rem 0 0; color: #f2f2f0; font-size: .88rem; }
.lightbox-close { position: absolute; top: -8px; right: -8px; display: grid; width: 44px; height: 44px; place-items: center; color: #fff; background: rgba(10,12,15,.86); border: 1px solid rgba(255,255,255,.28); border-radius: 50%; font-size: 1.5rem; }
body.lightbox-open { overflow: hidden; }
@media (max-width: 900px) { .portfolio-gallery { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 650px) { .brand-mark { width: 46px; height: 41px; } .portfolio-gallery { grid-template-columns: 1fr; } .portfolio-image { aspect-ratio: 5/4; } .project-image-button { height: 300px; } }
