:root {
  --ink: #1a211c;
  --ink-soft: #626b64;
  --ink-deep: #0b110e;
  --forest: #173c2f;
  --forest-light: #285c47;
  --paper: #f5f3ed;
  --paper-strong: #fffdf8;
  --mist: #e7ece8;
  --line: rgba(26, 33, 28, 0.14);
  --gold: #c6a259;
  --gold-light: #eadcb9;
  --orange: #d56a31;
  --danger: #a43c2e;
  --radius: 24px;
  --radius-small: 12px;
  --shadow: 0 24px 70px rgba(28, 37, 30, 0.12);
  --container: 1240px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { max-width: 100%; }
.container { width: min(var(--container), calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 200; padding: 12px 16px; color: #fff; background: var(--ink-deep); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.scroll-progress { position: fixed; inset: 0 0 auto; z-index: 150; height: 3px; pointer-events: none; }
.scroll-progress span { width: 0; height: 100%; display: block; background: linear-gradient(90deg, var(--orange), var(--gold)); box-shadow: 0 0 16px rgba(213, 106, 49, 0.5); }
.page-intro { position: fixed; inset: 0; z-index: 180; display: grid; place-items: center; background: var(--ink-deep); pointer-events: none; animation: intro-away 900ms 420ms cubic-bezier(.76,0,.24,1) forwards; }
.page-intro::after { content: ""; position: absolute; width: 84px; height: 1px; margin-top: 100px; background: var(--gold); animation: intro-line 850ms ease both; }
.page-intro img { width: 230px; opacity: 0; animation: intro-logo 600ms 80ms ease forwards; }
@keyframes intro-logo { to { opacity: 1; transform: translateY(-6px); } }
@keyframes intro-line { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes intro-away { to { opacity: 0; visibility: hidden; transform: translateY(-100%); } }

h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Playfair Display", Georgia, serif; font-weight: 600; letter-spacing: -0.048em; }
.eyebrow { margin: 0 0 16px; color: var(--gold-light); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
.eyebrow-dark { color: #967534; }
.section { padding: 112px 0; }
.section-intro { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.56fr); gap: 72px; align-items: end; margin-bottom: 42px; }
.section-intro h2, .services-copy h2, .faq-copy h2, .contact-copy h2, .areas-copy h2 { max-width: 760px; margin: 0; font-size: clamp(2.55rem, 4.5vw, 4.75rem); line-height: 0.98; }
.section-intro > p, .services-copy > p, .faq-copy > p, .contact-copy > p, .areas-copy > p { margin: 0; color: var(--ink-soft); font-size: 1.04rem; line-height: 1.75; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(11, 17, 14, 0.92); border-bottom: 1px solid rgba(255, 255, 255, 0.08); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; flex: 0 0 auto; }
.brand-logo { width: 174px; height: 42px; object-fit: contain; object-position: left center; }
.site-nav { display: flex; align-items: center; gap: 22px; margin-left: auto; }
.site-nav a, .nav-cta { color: rgba(255, 255, 255, 0.78); font-size: 0.9rem; font-weight: 600; }
.site-nav a { position: relative; padding: 10px 0; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 4px; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform 240ms ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 12px 17px; color: #151814; background: var(--gold); border-radius: 9px; transition: transform 180ms ease, background 180ms ease; }
.nav-cta:hover { background: #d7b66e; transform: translateY(-2px); }
.nav-cta span, .btn span, .text-link span { margin-left: 5px; }
.menu-toggle { display: none; position: relative; width: 46px; height: 44px; padding: 0; margin-left: auto; color: #fff; background: transparent; border: 0; cursor: pointer; }
.menu-toggle span { position: absolute; left: 11px; right: 11px; height: 1.5px; background: currentColor; transition: transform 200ms ease, top 200ms ease, bottom 200ms ease; }
.menu-toggle span:first-child { top: 17px; }
.menu-toggle span:last-child { bottom: 17px; }

.hero { position: relative; min-height: calc(100vh - 82px); overflow: hidden; padding: 72px 0 86px; background: linear-gradient(132deg, #f8f7f2 0%, #e8eee9 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: 0.45; background-image: linear-gradient(rgba(255,255,255,.38) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.38) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to right, #000, transparent 72%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: 0.6; }
.hero-orb-one { width: 420px; height: 420px; left: -180px; top: -190px; background: radial-gradient(circle, rgba(213,106,49,.22), transparent 70%); }
.hero-orb-two { width: 520px; height: 520px; right: -210px; bottom: -260px; background: radial-gradient(circle, rgba(40,92,71,.22), transparent 70%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .88fr) minmax(430px, 1.12fr); align-items: center; gap: clamp(45px, 7vw, 106px); }
.availability-pill { width: fit-content; display: inline-flex; align-items: center; gap: 9px; margin: 0 0 24px; padding: 8px 11px; color: var(--forest); background: rgba(255,255,255,.68); border: 1px solid rgba(23,60,47,.16); border-radius: 999px; font-size: .75rem; }
.availability-pill span { width: 8px; height: 8px; background: #2f9a63; border-radius: 50%; box-shadow: 0 0 0 6px rgba(47,154,99,.12); animation: availability-pulse 2s ease infinite; }
.availability-pill b { font-weight: 700; }
@keyframes availability-pulse { 50% { box-shadow: 0 0 0 10px rgba(47,154,99,0); } }
.hero .eyebrow { color: #94712d; }
.hero h1 { max-width: 680px; margin-bottom: 24px; font-size: clamp(3.35rem, 6.7vw, 6.5rem); line-height: .91; }
.hero h1 em { display: block; color: var(--forest-light); font-weight: 500; }
.hero-text { max-width: 600px; margin-bottom: 30px; color: var(--ink-soft); font-size: 1.12rem; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid transparent; border-radius: 9px; font-weight: 700; font-size: .94rem; cursor: pointer; transition: transform 200ms ease, background 200ms ease, border-color 200ms ease, color 200ms ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #171814; background: var(--gold); box-shadow: 0 14px 30px rgba(154,120,51,.16); }
.btn-primary:hover { background: #d7b66e; }
.btn-secondary { color: var(--ink); border-color: var(--line); background: rgba(255,255,255,.45); }
.btn-secondary:hover { border-color: var(--forest-light); background: rgba(255,255,255,.78); }
.hero-note { margin: 22px 0 0; color: var(--ink-soft); font-size: .9rem; }
.hero-visual { --rx: 0deg; --ry: 0deg; position: relative; padding: 0 40px 44px 0; transform: perspective(1200px) rotateX(var(--rx)) rotateY(var(--ry)); transform-style: preserve-3d; transition: transform 280ms ease-out; }
.hero-image { min-height: min(66vh, 640px); border-radius: 28px; background: url('https://images.unsplash.com/photo-1771371854543-bb274762389e?auto=format&fit=crop&fm=jpg&ixlib=rb-4.1.0&q=85&w=2200') center / cover; box-shadow: var(--shadow); }
.hero-shade { position: absolute; inset: 0 40px 44px 0; border-radius: 28px; background: linear-gradient(180deg, transparent 52%, rgba(9,18,14,.36)); pointer-events: none; }
.hero-card { position: absolute; right: 0; bottom: 0; width: min(275px, 58%); padding: 24px; color: #fff; background: linear-gradient(145deg, var(--forest-light), var(--forest)); border: 1px solid rgba(255,255,255,.13); border-radius: 18px; box-shadow: 0 20px 44px rgba(18,48,37,.25); transform: translateZ(40px); }
.hero-card-mark { display: block; margin-bottom: 20px; color: var(--gold-light); font-size: .68rem; font-weight: 700; letter-spacing: .14em; }
.hero-card p { margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: 1.35rem; line-height: 1.24; }
.hero-service-tag { position: absolute; padding: 9px 12px; color: #fff; background: rgba(11,17,14,.78); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; backdrop-filter: blur(8px); font-size: .72rem; font-weight: 700; transform: translateZ(26px); }
.tag-one { left: 22px; top: 34px; }
.tag-two { right: 58px; top: 52%; }
.tag-three { left: 44px; bottom: 80px; }
.scroll-cue { position: absolute; left: 50%; bottom: 24px; z-index: 2; display: grid; justify-items: center; gap: 8px; color: var(--ink-soft); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transform: translateX(-50%); }
.scroll-cue i { width: 1px; height: 28px; background: var(--ink-soft); animation: scroll-cue 1.7s ease infinite; }
@keyframes scroll-cue { 0%,100% { transform: scaleY(.35); transform-origin: top; } 50% { transform: scaleY(1); transform-origin: top; } }

.quick-links { color: #fff; background: var(--ink-deep); }
.quick-links-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.quick-links a { min-height: 118px; display: flex; flex-direction: column; justify-content: center; padding: 22px 30px; border-right: 1px solid rgba(255,255,255,.12); transition: background 200ms ease, padding 200ms ease; }
.quick-links a:last-child { border-right: 0; }
.quick-links a:hover { padding-left: 36px; background: rgba(255,255,255,.055); }
.quick-links span { margin-bottom: 8px; color: rgba(255,255,255,.52); font-size: .82rem; }
.quick-links strong { font-size: 1rem; }
.quick-links b { margin-left: 6px; color: var(--gold); }

.company-stats { padding: 38px 0; background: var(--paper-strong); border-bottom: 1px solid var(--line); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-grid article { display: grid; gap: 7px; padding: 8px 28px; border-right: 1px solid var(--line); }
.stats-grid article:first-child { padding-left: 0; }
.stats-grid article:last-child { border-right: 0; }
.stats-grid strong { font-family: "Playfair Display", Georgia, serif; color: var(--forest); font-size: clamp(2.3rem, 4vw, 3.9rem); line-height: 1; }
.stats-grid span { color: var(--ink-soft); font-size: .82rem; }

.work-section { background: #fff; }
.project-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.filter-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-chip { padding: 10px 13px; color: var(--ink-soft); background: var(--paper); border: 1px solid var(--line); border-radius: 999px; cursor: pointer; font-size: .82rem; font-weight: 700; transition: all 180ms ease; }
.filter-chip:hover, .filter-chip.is-active { color: #fff; background: var(--forest); border-color: var(--forest); }
.project-toolbar > p { margin: 0; color: var(--ink-soft); font-size: .82rem; white-space: nowrap; }
.project-toolbar > p span { color: var(--ink); font-weight: 700; }
.work-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.project { grid-column: span 4; overflow: hidden; border-radius: var(--radius); background: var(--paper); transition: opacity 220ms ease, transform 320ms ease, box-shadow 220ms ease; }
.project:nth-child(5n + 1) { grid-column: span 7; }
.project:nth-child(5n + 2) { grid-column: span 5; }
.project:hover { box-shadow: var(--shadow); transform: translateY(-5px); }
.project.is-hiding { opacity: 0; transform: scale(.96); }
.project-open { width: 100%; display: block; padding: 0; color: inherit; text-align: left; background: transparent; border: 0; cursor: pointer; }
.project-open:focus-visible { outline: 3px solid var(--gold); outline-offset: -3px; border-radius: var(--radius); }
.project-image { min-height: 350px; display: block; background-color: var(--mist); background-position: center; background-size: cover; transition: transform 650ms cubic-bezier(.2,.7,.2,1); }
.project:nth-child(5n + 1) .project-image { min-height: 500px; }
.project:hover .project-image { transform: scale(1.055); }
.project-caption { display: flex; gap: 15px; padding: 20px 21px 23px; }
.project-caption > span:first-child { flex: 0 0 auto; padding-top: 3px; color: var(--gold); font-size: .72rem; font-weight: 700; }
.project-caption > span:last-child { min-width: 0; display: grid; gap: 6px; }
.project-caption strong { font-size: 1rem; line-height: 1.38; }
.project-caption small { overflow: hidden; color: var(--ink-soft); font-size: .78rem; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }

.services-section { background: #e9efeb; }
.services-layout { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); gap: clamp(52px, 9vw, 140px); align-items: start; }
.services-copy { position: sticky; top: 112px; }
.services-copy > p { margin: 22px 0 28px; }
.text-link { display: inline-block; padding-bottom: 6px; color: var(--forest-light); border-bottom: 1px solid currentColor; font-weight: 700; }
.services-list { display: grid; gap: 12px; }
.service-item { overflow: hidden; background: rgba(255,255,255,.68); border: 1px solid rgba(23,60,47,.11); border-radius: 17px; transition: background 200ms ease, transform 200ms ease, box-shadow 200ms ease; }
.service-item:hover, .service-item.is-open { background: #fff; box-shadow: 0 16px 34px rgba(34,57,45,.08); transform: translateX(5px); }
.service-toggle { width: 100%; display: grid; grid-template-columns: 52px 1fr auto; gap: 17px; align-items: center; padding: 24px; text-align: left; background: transparent; border: 0; cursor: pointer; }
.service-number { color: #9d7b38; font-size: .76rem; font-weight: 700; }
.service-title { display: grid; gap: 5px; }
.service-title strong { font-size: 1.22rem; }
.service-title small { color: var(--ink-soft); font-size: .88rem; font-weight: 400; line-height: 1.5; }
.service-icon { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 1.2rem; transition: transform 200ms ease, background 200ms ease; }
.service-item.is-open .service-icon { color: #fff; background: var(--forest); transform: rotate(45deg); }
.service-details { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 260ms ease; }
.service-details > div { overflow: hidden; }
.service-item.is-open .service-details { grid-template-rows: 1fr; }
.service-details ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 24px; margin: 0 24px 24px 93px; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; }
.service-details li { position: relative; padding-left: 16px; color: var(--ink-soft); font-size: .84rem; }
.service-details li::before { content: ""; position: absolute; left: 0; top: .55em; width: 6px; height: 6px; background: var(--gold); border-radius: 50%; }
.service-detail-link { display: inline-block; margin: 0 24px 24px 93px; padding-bottom: 5px; color: var(--forest-light); border-bottom: 1px solid currentColor; font-size: .84rem; font-weight: 800; }

.about-section { color: #fff; background: var(--forest); }
.about-grid { display: grid; grid-template-columns: minmax(390px, 1fr) minmax(0, 1fr); gap: clamp(48px, 8vw, 120px); align-items: center; }
.about-visual { position: relative; padding: 0 40px 42px 0; }
.about-image { min-height: 650px; border-radius: 26px; background: url('https://images.unsplash.com/photo-1704742950992-9815a104820c?auto=format&fit=crop&fm=jpg&ixlib=rb-4.1.0&q=85&w=1600') center / cover; box-shadow: 0 30px 70px rgba(0,0,0,.24); }
.about-stamp { position: absolute; right: 0; bottom: 0; width: 180px; height: 180px; display: grid; place-content: center; justify-items: center; gap: 7px; color: var(--ink); background: var(--gold); border-radius: 50%; box-shadow: 0 18px 38px rgba(0,0,0,.2); }
.about-stamp span { font-family: "Playfair Display", Georgia, serif; font-size: 2rem; }
.about-stamp small { font-size: .58rem; font-weight: 700; letter-spacing: .16em; }
.about-copy h2 { margin: 0 0 24px; font-size: clamp(2.7rem, 5vw, 5rem); line-height: .98; }
.about-intro { margin-bottom: 34px; color: rgba(255,255,255,.68); font-size: 1.08rem; line-height: 1.75; }
.principles-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.14); }
.principles-grid article { min-height: 165px; padding: 23px; background: var(--forest); }
.principles-grid strong { display: block; margin-bottom: 8px; color: var(--gold-light); }
.principles-grid p { margin: 0; color: rgba(255,255,255,.62); font-size: .86rem; line-height: 1.62; }

.process-section { background: var(--paper-strong); }
.process-steps { position: relative; display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.process-steps article { min-height: 285px; padding: 32px; background: var(--paper-strong); }
.process-steps span { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 54px; color: #fff; background: var(--forest); border-radius: 50%; font-size: .75rem; font-weight: 700; }
.process-steps h3 { margin-bottom: 10px; font-size: 1.18rem; }
.process-steps p { margin: 0; color: var(--ink-soft); line-height: 1.68; }

.areas-section { color: #fff; background: var(--ink-deep); }
.areas-layout { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr); gap: clamp(60px, 10vw, 150px); align-items: center; }
.areas-copy > p { margin: 22px 0 28px; color: rgba(255,255,255,.62); }
.area-cloud { display: flex; flex-wrap: wrap; gap: 12px; align-content: center; }
.area-pill { padding: 16px 20px; color: rgba(255,255,255,.8); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: 999px; transition: color 180ms ease, background 180ms ease, transform 180ms ease; }
.area-pill:hover { color: var(--ink); background: var(--gold); transform: translateY(-3px) rotate(-1deg); }

.reviews-section { color: #fff; background: #244a3a; }
.reviews-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.reviews-head h2 { max-width: 760px; margin: 0; font-size: clamp(2.6rem, 4.8vw, 4.8rem); line-height: .98; }
.reviews-actions { display: flex; gap: 8px; }
.reviews-actions button { width: 48px; height: 48px; color: #fff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 50%; cursor: pointer; transition: background 180ms ease, color 180ms ease; }
.reviews-actions button:hover { color: var(--ink); background: var(--gold); }
.reviews-intro { max-width: 620px; margin: 22px 0 36px; color: rgba(255,255,255,.64); line-height: 1.7; }
.reviews-viewport { overflow: hidden; }
.reviews-track { display: flex; gap: 18px; transition: transform 420ms cubic-bezier(.22,.61,.36,1); }
.review-card { min-width: calc((100% - 36px) / 3); min-height: 310px; display: flex; flex-direction: column; padding: 30px; color: var(--ink); background: #fff; border-radius: var(--radius); }
.review-stars { margin: 0 0 24px; color: var(--gold); letter-spacing: .18em; }
.review-card blockquote { margin: 0 0 30px; font-family: "Playfair Display", Georgia, serif; font-size: 1.22rem; line-height: 1.52; }
.review-card footer { display: grid; gap: 4px; margin-top: auto; }
.review-card footer span { color: var(--ink-soft); font-size: .8rem; }
.google-reviews-link { display: inline-block; margin-top: 28px; padding-bottom: 5px; color: var(--gold-light); border-bottom: 1px solid currentColor; font-weight: 700; }

.cta-section { padding: 34px 0; background: var(--paper); }
.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: clamp(34px, 6vw, 70px); color: #fff; background: linear-gradient(115deg, var(--ink-deep), #183b2f); border-radius: 28px; box-shadow: var(--shadow); }
.cta-panel h2 { max-width: 760px; margin: 0; font-size: clamp(2.3rem, 4.3vw, 4.2rem); line-height: 1; }
.cta-panel .btn { flex: 0 0 auto; }

.faq-section { background: #f1f3ef; }
.faq-layout { display: grid; grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr); gap: clamp(50px, 9vw, 130px); align-items: start; }
.faq-copy { position: sticky; top: 112px; }
.faq-copy > p { margin: 22px 0 26px; }
.faq-search { display: grid; gap: 8px; }
.faq-search span { color: var(--ink-soft); font-size: .78rem; font-weight: 700; }
.faq-search input { width: 100%; padding: 13px 14px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 9px; outline: 0; }
.faq-search input:focus { border-color: var(--forest-light); box-shadow: 0 0 0 3px rgba(40,92,71,.13); }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { padding: 0; border-bottom: 1px solid var(--line); }
.faq-item summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 24px 0; cursor: pointer; font-weight: 700; font-size: 1.04rem; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; flex: 0 0 auto; width: 34px; height: 34px; display: grid; place-items: center; color: var(--forest); border: 1px solid var(--line); border-radius: 50%; font-size: 1.25rem; font-weight: 400; transition: transform 180ms ease, background 180ms ease; }
.faq-item[open] summary::after { color: #fff; background: var(--forest); transform: rotate(45deg); }
.faq-item p { max-width: 66ch; margin: -4px 0 24px; color: var(--ink-soft); line-height: 1.7; }
.faq-empty { padding: 30px 0; color: var(--ink-soft); }

.contact-section { color: #fff; background: #111813; }
.contact-layout { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); gap: clamp(50px, 8vw, 120px); align-items: start; }
.contact-copy { position: sticky; top: 112px; }
.contact-copy h2 { color: #fff; }
.contact-copy > p { margin: 22px 0 30px; color: rgba(255,255,255,.62); }
.contact-options { display: grid; border-top: 1px solid rgba(255,255,255,.14); }
.contact-options a { display: flex; justify-content: space-between; gap: 18px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.14); font-weight: 700; }
.contact-options span { color: rgba(255,255,255,.5); font-weight: 500; }
.contact-options b { color: rgba(255,255,255,.9); font-weight: 700; text-align: right; }

.quote-form { padding: clamp(24px, 4vw, 44px); color: var(--ink); background: var(--paper-strong); border-radius: var(--radius); box-shadow: 0 28px 70px rgba(0,0,0,.22); }
.form-progress { display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; gap: 10px; margin-bottom: 36px; }
.form-progress i { height: 1px; background: var(--line); }
.form-progress-step { display: flex; align-items: center; gap: 8px; padding: 0; color: var(--ink-soft); background: transparent; border: 0; cursor: pointer; }
.form-progress-step span { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: .75rem; }
.form-progress-step b { font-size: .78rem; }
.form-progress-step.is-active { color: var(--forest); }
.form-progress-step.is-active span, .form-progress-step.is-complete span { color: #fff; background: var(--forest); border-color: var(--forest); }
.form-step { animation: form-step-in 300ms ease both; }
@keyframes form-step-in { from { opacity: 0; transform: translateX(14px); } }
.form-step-head { margin-bottom: 24px; }
.form-step-head small { display: block; margin-bottom: 7px; color: #9a7937; font-weight: 700; }
.form-step-head h3 { margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: 2rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.quote-form label { display: grid; gap: 8px; }
.quote-form label > span { color: var(--ink-soft); font-size: .82rem; font-weight: 700; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 8px; outline: 0; }
.quote-form textarea { min-height: 145px; resize: vertical; }
.quote-form input::placeholder, .quote-form textarea::placeholder { color: #9a9f9b; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--forest-light); box-shadow: 0 0 0 3px rgba(40,92,71,.13); }
.quote-form [aria-invalid="true"] { border-color: var(--danger); box-shadow: 0 0 0 3px rgba(164,60,46,.1); }
.full-width { grid-column: 1 / -1; }
.hidden-field { position: absolute; left: -9999px; }
.photo-upload { min-width: 0; margin: 4px 0 0; padding: 20px; border: 1px solid var(--line); border-radius: 12px; }
.photo-upload legend { padding: 0 8px; color: var(--ink); font-weight: 700; }
.photo-upload legend small { margin-left: 5px; color: var(--ink-soft); font-weight: 500; }
.photo-fields { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.quote-form input[type="file"] { min-width: 0; padding: 8px; color: var(--ink-soft); font-size: .76rem; }
.quote-form input[type="file"]::file-selector-button { margin-right: 7px; padding: 9px 10px; color: var(--ink); background: var(--gold-light); border: 0; border-radius: 6px; cursor: pointer; font-weight: 700; }
.photo-preview { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.photo-preview figure { position: relative; width: 74px; height: 60px; margin: 0; overflow: hidden; border-radius: 7px; background: var(--mist); }
.photo-preview img { width: 100%; height: 100%; object-fit: cover; }
.file-status { margin: 12px 0 0; color: var(--ink-soft); font-size: .78rem; line-height: 1.5; }
.file-status.is-error { color: var(--danger); font-weight: 700; }
.consent-field { grid-template-columns: auto 1fr; align-items: start; gap: 11px !important; padding: 14px; background: #f3f4f1; border-radius: 8px; }
.consent-field input { width: 18px; height: 18px; margin: 1px 0 0; }
.consent-field > span { line-height: 1.5; }
.request-summary { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 22px; overflow: hidden; background: var(--line); border: 1px solid var(--line); border-radius: 10px; }
.request-summary div { display: grid; gap: 4px; padding: 13px; background: #fff; }
.request-summary small { color: var(--ink-soft); font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.request-summary strong { font-size: .86rem; }
.form-error { margin: 18px 0 0; padding: 12px 14px; color: var(--danger); background: rgba(164,60,46,.08); border: 1px solid rgba(164,60,46,.18); border-radius: 8px; font-size: .84rem; }
.form-navigation { display: flex; justify-content: space-between; gap: 10px; margin-top: 24px; }
.form-navigation .form-next, .form-navigation .form-submit { margin-left: auto; }
.form-note { margin: 15px 0 0; color: var(--ink-soft); font-size: .78rem; line-height: 1.55; }

.site-footer { padding: 70px 0 24px; color: rgba(255,255,255,.64); background: #070a08; }
.footer-main { display: grid; grid-template-columns: 1.7fr .65fr 1fr; gap: 60px; padding-bottom: 48px; }
.footer-main > div { display: grid; align-content: start; gap: 11px; }
.footer-main > div:first-child p { max-width: 430px; margin: 22px 0 0; line-height: 1.7; }
.footer-main strong { margin-bottom: 5px; color: #fff; font-size: .85rem; }
.footer-main a:not(.brand) { width: fit-content; font-size: .88rem; }
.footer-main a:not(.brand):hover { color: var(--gold-light); }
.footer-logo { width: 154px; height: 38px; object-fit: contain; object-position: left center; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0; font-size: .8rem; }
.footer-bottom div { display: flex; gap: 18px; font-size: .8rem; }

.mobile-cta { display: none; }
.back-to-top { position: fixed; right: 22px; bottom: 22px; z-index: 40; width: 46px; height: 46px; color: #fff; background: var(--forest); border: 0; border-radius: 50%; box-shadow: 0 12px 28px rgba(15,48,36,.24); cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity 180ms ease, transform 180ms ease; }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

.project-modal { position: fixed; inset: 0; z-index: 140; padding: 24px; opacity: 0; transition: opacity 180ms ease; }
.project-modal.is-open { opacity: 1; }
.project-modal-backdrop { position: absolute; inset: 0; background: rgba(5,8,6,.82); backdrop-filter: blur(10px); }
.project-modal-dialog { position: relative; z-index: 1; width: min(1120px, 100%); max-height: calc(100vh - 48px); margin: 0 auto; overflow: auto; background: var(--paper); border-radius: 26px; box-shadow: 0 30px 100px rgba(0,0,0,.42); }
.project-modal-close { position: sticky; top: 16px; z-index: 4; float: right; width: 46px; height: 46px; margin: 16px 16px -62px 0; padding: 0; color: #fff; background: rgba(11,17,14,.9); border: 0; border-radius: 50%; cursor: pointer; font-size: 1.8rem; }
.project-modal-content { padding: clamp(28px, 5vw, 62px); }
.project-modal-copy { max-width: 820px; margin-bottom: 30px; }
.project-modal-copy h2 { margin-bottom: 18px; font-size: clamp(2.4rem, 5vw, 4.8rem); line-height: .96; }
.project-modal-copy > p:last-of-type { margin: 0; color: var(--ink-soft); font-size: 1.04rem; line-height: 1.72; }
.project-scope { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.project-scope span { padding: 8px 10px; color: var(--forest); background: #e6ede8; border-radius: 999px; font-size: .75rem; font-weight: 700; }
.before-after { display: grid; grid-template-columns: 1fr; gap: 14px; }
.compare-slider { --position: 50%; position: relative; height: min(62vh, 620px); overflow: hidden; border-radius: 18px; background: var(--mist); }
.compare-slider img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.compare-slider .compare-before { clip-path: inset(0 calc(100% - var(--position)) 0 0); }
.compare-slider input { position: absolute; inset: 0; z-index: 3; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }
.compare-line { position: absolute; top: 0; bottom: 0; left: var(--position); z-index: 2; width: 2px; background: #fff; transform: translateX(-1px); pointer-events: none; }
.compare-line::after { content: "↔"; position: absolute; left: 50%; top: 50%; width: 48px; height: 48px; display: grid; place-items: center; color: var(--ink); background: #fff; border-radius: 50%; box-shadow: 0 8px 22px rgba(0,0,0,.2); transform: translate(-50%,-50%); }
.compare-label { position: absolute; bottom: 14px; z-index: 2; padding: 8px 11px; color: #fff; background: rgba(11,17,14,.78); border-radius: 7px; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.compare-label.before { left: 14px; }
.compare-label.after { right: 14px; }
.before-after figure { position: relative; margin: 0; overflow: hidden; border-radius: 18px; background: var(--mist); }
.before-after figure img { width: 100%; height: min(60vh, 600px); display: block; object-fit: cover; }
.before-after figcaption { position: absolute; left: 14px; bottom: 14px; padding: 8px 11px; color: #fff; background: rgba(11,17,14,.82); border-radius: 7px; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.project-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 14px; }
.project-gallery img { width: 100%; min-height: 280px; max-height: 540px; display: block; object-fit: cover; border-radius: 16px; background: var(--mist); }
.project-modal-nav { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; margin-top: 28px; }
.project-modal-nav button { padding: 12px 0; background: transparent; border: 0; cursor: pointer; font-weight: 700; }
.project-modal-nav button:last-child { text-align: right; }
.noscript-note { margin: 0; padding: 14px; text-align: center; color: #fff; background: var(--danger); }

.legal-page { background: #f3f3ee; }
.legal-header { padding: 18px 0; color: #fff; background: var(--ink-deep); }
.legal-header .container { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.legal-header img { width: 160px; height: 40px; object-fit: contain; object-position: left; }
.legal-header a:last-child { color: var(--gold-light); font-size: .86rem; font-weight: 700; }
.legal-shell { width: min(860px, calc(100% - 48px)); padding-top: 90px; padding-bottom: 110px; }
.legal-shell > h1 { margin-bottom: 14px; font-size: clamp(3.2rem, 8vw, 6.4rem); line-height: .94; }
.legal-updated { margin-bottom: 54px; color: var(--ink-soft); }
.legal-shell section { padding: 28px 0; border-top: 1px solid var(--line); }
.legal-shell section h2 { margin-bottom: 12px; font-size: 1.55rem; letter-spacing: -.02em; }
.legal-shell section p { margin: 0; color: var(--ink-soft); line-height: 1.78; }
.legal-shell section a { color: var(--forest-light); text-decoration: underline; text-underline-offset: 3px; }
.legal-footer { padding: 24px 0; color: rgba(255,255,255,.55); background: #070a08; }
.legal-footer p { margin: 0; font-size: .8rem; }
.error-page { min-height: 100vh; display: grid; place-items: center; padding: 24px; color: #fff; background: radial-gradient(circle at 70% 15%, rgba(198,162,89,.15), transparent 28%), linear-gradient(135deg, #08100c, #173c2f); }
.error-page main { width: min(720px, 100%); text-align: center; }
.error-page img { width: 210px; margin-bottom: 58px; }
.error-page h1 { margin-bottom: 20px; font-size: clamp(3rem, 8vw, 6rem); line-height: .94; }
.error-page main > p:not(.eyebrow) { max-width: 52ch; margin: 0 auto 30px; color: rgba(255,255,255,.65); line-height: 1.7; }

.reveal { opacity: 0; filter: blur(4px); transform: translateY(28px); transition: opacity 700ms ease, filter 700ms ease, transform 700ms cubic-bezier(.2,.75,.2,1); }
.reveal.is-visible { opacity: 1; filter: blur(0); transform: translateY(0); }
.delay-1 { transition-delay: 100ms; }
.delay-2 { transition-delay: 200ms; }

@media (max-width: 1020px) {
  .hero-grid, .services-layout, .about-grid, .areas-layout, .faq-layout, .contact-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { max-width: 760px; }
  .services-copy, .faq-copy, .contact-copy { position: static; }
  .work-grid { grid-template-columns: repeat(2, 1fr); }
  .project, .project:nth-child(5n + 1), .project:nth-child(5n + 2) { grid-column: span 1; }
  .project:nth-child(5n + 1) .project-image, .project-image { min-height: 390px; }
  .about-grid { gap: 70px; }
  .about-visual { max-width: 760px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 0; }
  .stats-grid article:nth-child(2) { border-right: 0; }
  .stats-grid article:nth-child(3) { padding-left: 0; }
  .review-card { min-width: calc((100% - 18px) / 2); }
  .section-intro { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 760px) {
  body { padding-bottom: 72px; }
  .container { width: min(100% - 32px, var(--container)); }
  .section { padding: 76px 0; }
  .nav-wrap { min-height: 72px; }
  .brand-logo { width: 148px; height: 35px; }
  .menu-toggle { display: inline-block; }
  .nav-cta { display: none; }
  .site-nav { position: fixed; top: 72px; left: 16px; right: 16px; display: grid; gap: 0; margin: 0; padding: 8px; background: #111813; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; box-shadow: 0 18px 36px rgba(0,0,0,.3); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity 200ms ease, transform 200ms ease; }
  .site-nav a { padding: 14px; border-radius: 8px; }
  .site-nav a:hover { background: rgba(255,255,255,.06); }
  .site-nav a::after { display: none; }
  body.menu-open .site-nav { opacity: 1; pointer-events: auto; transform: translateY(0); }
  body.menu-open .menu-toggle span:first-child { top: 21px; transform: rotate(45deg); }
  body.menu-open .menu-toggle span:last-child { bottom: 21px; transform: rotate(-45deg); }
  .hero { min-height: 0; padding: 50px 0 70px; }
  .hero h1 { font-size: clamp(3.3rem, 15vw, 5rem); }
  .hero-text { font-size: 1.02rem; }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .hero-visual { padding: 0 20px 24px 0; transform: none !important; }
  .hero-image { min-height: 430px; }
  .hero-shade { inset: 0 20px 24px 0; }
  .hero-card { width: min(250px, 72%); padding: 18px; }
  .hero-service-tag { display: none; }
  .scroll-cue { display: none; }
  .quick-links-grid { grid-template-columns: 1fr; }
  .quick-links a { min-height: 84px; padding: 16px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .quick-links a:hover { padding-left: 8px; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 0; }
  .stats-grid article { padding: 20px; border-bottom: 1px solid var(--line); }
  .stats-grid article:nth-child(odd) { padding-left: 0; }
  .stats-grid article:nth-child(2n) { border-right: 0; }
  .section-intro h2, .services-copy h2, .faq-copy h2, .contact-copy h2, .areas-copy h2 { font-size: clamp(2.5rem, 12vw, 3.8rem); }
  .project-toolbar { align-items: flex-start; flex-direction: column; }
  .work-grid { grid-template-columns: 1fr; }
  .project:nth-child(5n + 1) .project-image, .project-image { min-height: 345px; }
  .service-toggle { grid-template-columns: 38px 1fr auto; padding: 20px 17px; }
  .service-title strong { font-size: 1.08rem; }
  .service-details ul { grid-template-columns: 1fr; margin: 0 18px 20px 55px; }
  .about-visual { padding: 0 18px 22px 0; }
  .about-image { min-height: 470px; }
  .about-stamp { width: 130px; height: 130px; }
  .about-stamp span { font-size: 1.55rem; }
  .principles-grid { grid-template-columns: 1fr; }
  .principles-grid article { min-height: 0; }
  .process-steps { grid-template-columns: 1fr; }
  .process-steps article { min-height: 0; padding: 26px; }
  .process-steps span { margin-bottom: 30px; }
  .area-pill { padding: 13px 16px; font-size: .85rem; }
  .reviews-head { align-items: flex-start; flex-direction: column; }
  .reviews-actions { align-self: flex-end; }
  .review-card { min-width: 100%; }
  .cta-panel { align-items: flex-start; flex-direction: column; }
  .cta-panel .btn { width: 100%; }
  .form-progress-step b { display: none; }
  .form-grid, .request-summary { grid-template-columns: 1fr; }
  .photo-fields { grid-template-columns: 1fr; }
  .photo-upload legend small { display: block; margin: 4px 0 0; }
  .contact-options a { align-items: flex-start; flex-direction: column; gap: 5px; }
  .contact-options b { text-align: left; }
  .form-navigation { display: grid; grid-template-columns: 1fr 1fr; }
  .form-navigation .form-next, .form-navigation .form-submit { margin: 0; }
  .form-navigation .form-submit:only-child { grid-column: 1 / -1; }
  .footer-main { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .mobile-cta { position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 90; display: grid; grid-template-columns: .72fr 1.28fr; gap: 8px; padding: 7px; color: #fff; background: rgba(11,17,14,.96); border: 1px solid rgba(255,255,255,.12); border-radius: 12px; box-shadow: 0 14px 32px rgba(0,0,0,.26); }
  .mobile-cta a { min-height: 45px; display: inline-flex; align-items: center; justify-content: center; border-radius: 7px; font-size: .9rem; font-weight: 700; }
  .mobile-cta .mobile-primary { color: var(--ink); background: var(--gold); }
  .back-to-top { right: 16px; bottom: 84px; }
  .project-modal { padding: 9px; }
  .project-modal-dialog { max-height: calc(100vh - 18px); }
  .project-modal-content { padding-top: 72px; }
  .project-gallery { grid-template-columns: 1fr; }
  .compare-slider { height: 470px; }
  .project-modal-nav { grid-template-columns: 1fr 1fr; }
  .project-modal-nav .btn { grid-column: 1 / -1; grid-row: 1; }
}

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