:root {
  --ink: #0d1b2a;
  --navy: #0a2342;
  --blue: #155eef;
  --blue-dark: #0f4ed8;
  --blue-soft: #eaf1ff;
  --paper: #f7f6f2;
  --white: #ffffff;
  --muted: #667085;
  --line: #d0d5dd;
  --sand: #e7d5b5;
  --shadow: 0 26px 70px rgba(13, 27, 42, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a, select, input, textarea { outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header {
  height: 88px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 4.5vw;
  background: rgba(255,255,255,.96);
  border-top: 3px solid var(--blue);
  border-bottom: 1px solid rgba(208,213,221,.75);
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; width: max-content; }
.brand-logo { width: 154px; height: 72px; object-fit: contain; object-position: left center; background: transparent; }
.nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 38px); font-size: 13px; font-weight: 650; }
.nav a { position: relative; padding: 34px 0; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 24px; height: 2px; background: var(--blue); transition: right .25s ease; }
.nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 12px; }
.language-select select { border: 0; background: transparent; color: var(--navy); font-weight: 800; font-size: 12px; cursor: pointer; }
.menu-button { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 13px; }
.menu-button span { display: block; height: 2px; background: var(--ink); margin: 5px 0; }

.button { min-height: 54px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; border: 1px solid transparent; background: var(--navy); color: white; font-weight: 750; letter-spacing: .02em; font-size: 13px; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary, .button.bright { background: var(--blue); color: white; box-shadow: 0 10px 24px rgba(21,94,239,.18); }
.button.primary:hover, .button.bright:hover { background: var(--blue-dark); box-shadow: 0 14px 30px rgba(21,94,239,.25); }
.button.secondary { background: transparent; color: var(--navy); border-color: var(--line); }
.button.secondary:hover { background: white; border-color: var(--navy); }
.button.small { min-height: 44px; padding: 0 18px; font-size: 12px; }
.header-whatsapp span { width: 8px; height: 8px; color: #35b76f; font-size: 12px; line-height: 1; }
.text-link { display: inline-flex; gap: 20px; align-items: center; font-weight: 800; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.light { color: white; }
.eyebrow { margin: 0 0 22px; color: var(--blue); text-transform: uppercase; letter-spacing: .2em; font-size: 11px; font-weight: 850; }
.eyebrow.light { color: #9ec4ff; }

.hero {
  min-height: calc(100vh - 88px);
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  grid-template-rows: 1fr auto;
  column-gap: clamp(36px, 5vw, 76px);
  padding: clamp(34px, 5vw, 72px) 4.5vw 0;
  background: var(--paper);
  position: relative;
  overflow: hidden;
}
.hero::before { content: ""; position: absolute; width: 300px; height: 300px; border: 1px solid rgba(21,94,239,.12); border-radius: 50%; left: -160px; top: 28%; }
.hero-content { padding: 34px 0 28px; align-self: center; position: relative; z-index: 2; }
.hero h1 { max-width: 760px; margin: 0; color: var(--navy); font-size: clamp(50px, 5.1vw, 80px); line-height: .98; letter-spacing: -.055em; font-weight: 600; }
.hero-copy { max-width: 620px; font-size: clamp(17px, 1.35vw, 20px); color: var(--muted); line-height: 1.65; margin: 30px 0 34px; }
.hero-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.hero-trust { width: 100%; max-width: 650px; display: flex; align-items: flex-start; gap: 10px; margin: 30px 0 22px; color: var(--navy); font-size: 12px; font-weight: 650; line-height: 1.5; }
.hero-trust-icon { flex: 0 0 21px; width: 21px; height: 21px; border-radius: 50%; display: grid; place-items: center; background: var(--blue-soft); color: var(--blue); line-height: 1; }
.hero-trust-copy { display: block; flex: 1 1 auto; min-width: 0; padding-top: 1px; }
.hero-stats { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); max-width: 650px; }
.hero-stats div { min-height: 86px; padding: 20px 18px 0 0; border-right: 1px solid var(--line); }
.hero-stats div + div { padding-left: 18px; }
.hero-stats div:last-child { border-right: 0; }
.hero-stats strong, .hero-stats span { display: block; }
.hero-stats strong { color: var(--blue); font-size: clamp(25px,2.3vw,36px); line-height: 1; letter-spacing: -.04em; }
.hero-stats span { margin-top: 8px; max-width: 130px; color: var(--muted); font-size: 10px; line-height: 1.4; text-transform: uppercase; letter-spacing: .06em; }
.hero-visual { min-height: 640px; position: relative; align-self: stretch; overflow: visible; }
.hero-visual::after { content: ""; position: absolute; inset: 16px -16px -16px 16px; background: var(--blue-soft); z-index: 0; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; position: relative; z-index: 1; }
.image-note { position: absolute; top: 20px; right: 20px; z-index: 3; color: white; background: rgba(10,35,66,.78); padding: 9px 12px; font-size: 9px; letter-spacing: .14em; }
.visit-card { width: min(370px, calc(100% - 36px)); position: absolute; z-index: 4; left: -44px; bottom: 28px; padding: 26px; background: white; box-shadow: var(--shadow); }
.visit-card > p { margin: 0 0 12px; color: var(--blue); font-size: 10px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.visit-card h2 { margin: 0 0 10px; color: var(--navy); font-size: 26px; letter-spacing: -.035em; }
.visit-card > span { display: block; color: var(--muted); font-size: 12px; line-height: 1.55; margin-bottom: 18px; }
.visit-card .button { width: 100%; min-height: 48px; font-size: 12px; }
.hero-service-strip { grid-column: 1 / -1; margin-top: 44px; display: grid; grid-template-columns: repeat(3,1fr); background: white; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.hero-service-strip span { min-height: 78px; display: flex; align-items: center; gap: 15px; padding: 0 26px; border-right: 1px solid var(--line); color: var(--navy); font-size: 13px; font-weight: 700; }
.hero-service-strip b { color: var(--blue); font: 700 10px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.hero-service-strip em { font-style: normal; }

.specialist-section { padding: clamp(86px, 9vw, 138px) 5vw; background: var(--navy); color: white; }
.specialist-intro { display: grid; grid-template-columns: 1.08fr .92fr; gap: 10vw; align-items: end; margin-bottom: 58px; }
.specialist-intro h2 { max-width: 760px; margin: 0; font-size: clamp(42px, 5.4vw, 78px); line-height: 1; letter-spacing: -.055em; font-weight: 600; }
.specialist-intro > p { max-width: 580px; margin: 0; color: #b9c7d5; font-size: 16px; line-height: 1.8; }
.specialist-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(22px, 2.4vw, 36px); }
.specialist-card { min-width: 0; background: white; color: var(--ink); box-shadow: 0 22px 60px rgba(2, 13, 27, .26); transition: transform .25s ease, box-shadow .25s ease; display: grid; grid-template-rows: auto 1fr; }
.specialist-card:hover { transform: translateY(-5px); box-shadow: 0 30px 76px rgba(2, 13, 27, .34); }
.specialist-image { min-height: 360px; height: 30vw; max-height: 470px; position: relative; overflow: hidden; background: #d9e0e7; }
.specialist-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(8, 35, 65, .42)); pointer-events: none; }
.specialist-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.specialist-card:hover .specialist-image img { transform: scale(1.018); }
.specialist-image > span { position: absolute; z-index: 2; left: 24px; bottom: 22px; padding: 10px 13px; color: white; background: rgba(10, 35, 66,.84); font: 750 10px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; letter-spacing: .15em; }
.specialist-content { padding: clamp(28px, 3.2vw, 48px); display: flex; flex-direction: column; }
.specialist-content h3 { margin: 0; color: var(--navy); font-size: clamp(29px, 3vw, 43px); line-height: 1.06; letter-spacing: -.045em; }
.specialist-content > p { margin: 20px 0 26px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.specialist-content ul { list-style: none; margin: 0 0 30px; padding: 0; border-top: 1px solid var(--line); }
.specialist-content li { display: flex; gap: 12px; align-items: flex-start; padding: 14px 0; border-bottom: 1px solid var(--line); color: #344054; font-size: 12px; line-height: 1.45; }
.specialist-content li span { flex: 0 0 auto; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-soft); color: var(--blue); font-size: 10px; font-weight: 850; }
.specialist-content li b { font-weight: 500; }
.specialist-link { width: max-content; max-width: 100%; margin-top: auto; display: inline-flex; align-items: center; justify-content: space-between; gap: 36px; color: var(--blue); border-bottom: 2px solid var(--blue); padding: 0 0 8px; font-size: 12px; font-weight: 800; }
.specialist-link:hover { color: var(--blue-dark); border-color: var(--blue-dark); }

.finishes-aligned-section { padding-top: clamp(70px, 7vw, 110px); border-top: 1px solid rgba(255,255,255,.14); }

.finishes-section { padding: clamp(86px, 9vw, 140px) 5vw; background: var(--paper); }
.finishes-intro { display: grid; grid-template-columns: 1.15fr .85fr; gap: 9vw; align-items: end; margin-bottom: 58px; }
.finishes-intro h2 { max-width: 820px; margin: 0; color: var(--navy); font-size: clamp(42px, 5.2vw, 76px); line-height: 1; letter-spacing: -.055em; font-weight: 600; }
.finishes-intro > p { max-width: 580px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.finishes-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(20px, 2.2vw, 32px); }
.finish-card { min-width: 0; background: white; border: 1px solid var(--line); box-shadow: 0 12px 32px rgba(10, 35, 66, .06); transition: transform .25s ease, box-shadow .25s ease; overflow: hidden; }
.finish-card:hover { transform: translateY(-4px); box-shadow: 0 22px 48px rgba(10, 35, 66, .12); }
.finish-image { height: clamp(290px, 25vw, 390px); position: relative; overflow: hidden; background: #e4e6e8; }
.finish-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(10, 35, 66, .35)); pointer-events: none; }
.finish-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.finish-card:hover .finish-image img { transform: scale(1.018); }
.finish-image > span { position: absolute; z-index: 2; left: 22px; bottom: 20px; padding: 9px 12px; background: rgba(10, 35, 66, .84); color: white; font: 750 10px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; letter-spacing: .14em; }
.finish-content { padding: clamp(27px, 3vw, 42px); }
.finish-content h3 { margin: 0; color: var(--navy); font-size: clamp(27px, 2.7vw, 39px); line-height: 1.08; letter-spacing: -.04em; }
.finish-content > p { margin: 16px 0 22px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.finish-content ul { list-style: none; margin: 0 0 26px; padding: 0; border-top: 1px solid var(--line); }
.finish-content li { display: flex; gap: 11px; align-items: flex-start; padding: 12px 0; border-bottom: 1px solid var(--line); color: #344054; font-size: 12px; line-height: 1.45; }
.finish-content li span { flex: 0 0 auto; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-soft); color: var(--blue); font-size: 10px; font-weight: 850; }
.finish-content > a { display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; color: var(--blue); border-bottom: 2px solid var(--blue); padding-bottom: 8px; font-size: 12px; font-weight: 800; }
.finish-content > a:hover { color: var(--blue-dark); border-color: var(--blue-dark); }

.section { padding: clamp(80px, 10vw, 150px) 5vw; }
.section-intro { display: grid; grid-template-columns: 1.25fr .75fr; gap: 9vw; align-items: end; margin-bottom: 70px; }
.section-intro h2, .process-heading h2, .company-panel h2, .contact-copy h2 { margin: 0; font-size: clamp(38px, 5vw, 74px); line-height: 1.02; letter-spacing: -.055em; font-weight: 600; }
.section-intro > p { margin: 0; color: var(--muted); line-height: 1.8; font-size: 15px; max-width: 520px; }
.services-section { background: white; }
.service-list { border-top: 1px solid var(--line); }
.service-card { display: grid; grid-template-columns: 75px .85fr 1.25fr .8fr; gap: 30px; align-items: center; padding: 34px 0; border-bottom: 1px solid var(--line); transition: padding .25s ease, background .25s ease, box-shadow .25s ease; }
.service-card:hover { padding-left: 18px; padding-right: 18px; background: var(--paper); box-shadow: inset 3px 0 var(--blue); }
.service-no { color: var(--blue); font: 700 11px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.service-card h3 { margin: 0; color: var(--navy); font-size: clamp(20px, 2vw, 30px); letter-spacing: -.03em; }
.service-card p { margin: 0; line-height: 1.65; color: var(--muted); font-size: 14px; }
.tags { display: flex; gap: 7px; flex-wrap: wrap; justify-content: flex-end; }
.tags span { border: 1px solid var(--line); padding: 7px 10px; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; background: white; }

.projects-section { background: var(--blue-soft); color: var(--navy); }
.section-intro.inverse > p { color: var(--muted); }
.project-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 18px; }
.project-card { background: white; min-height: 420px; display: grid; grid-template-rows: 1fr auto; overflow: hidden; box-shadow: 0 14px 34px rgba(10,35,66,.07); transition: transform .2s ease, box-shadow .2s ease; }
.project-card:hover { transform: translateY(-4px); box-shadow: 0 20px 42px rgba(10,35,66,.12); }
.project-card:nth-child(1), .project-card:nth-child(4) { grid-column: span 7; }
.project-card:nth-child(2), .project-card:nth-child(3) { grid-column: span 5; }
.project-card:nth-child(5), .project-card:nth-child(6) { grid-column: span 6; }
.project-image { min-height: 250px; position: relative; overflow: hidden; background: #cfd8e3; }
.project-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,23,44,.08), transparent 52%, rgba(6,23,44,.5)); pointer-events: none; }
.project-image img { width: 100%; height: 100%; min-height: 250px; display: block; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.project-card:hover .project-image img { transform: scale(1.035); }
.project-code { position: absolute; z-index: 2; top: 20px; left: 20px; padding: 8px 10px; color: white; background: rgba(6,23,44,.78); backdrop-filter: blur(5px); font: 700 10px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.project-visual-label { position: absolute; z-index: 2; right: 18px; bottom: 16px; padding: 7px 9px; color: white; background: rgba(6,23,44,.72); backdrop-filter: blur(5px); font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.project-info { padding: 28px; border-top: 1px solid var(--line); }
.project-info > span { color: var(--blue); text-transform: uppercase; letter-spacing: .16em; font-size: 9px; }
.project-info h3 { margin: 8px 0 5px; font-size: 25px; }
.project-info p { margin: 0; color: var(--muted); font-size: 12px; }
.project-info dl { margin: 25px 0 0; padding-top: 18px; border-top: 1px solid var(--line); display: flex; gap: 40px; }
.project-info dl div { display: flex; gap: 9px; }
.project-info dt { color: var(--muted); font-size: 10px; }
.project-info dd { margin: 0; font-size: 10px; font-weight: 800; }
.project-cta { margin-top: 35px; }

.process-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; background: var(--paper); }
.process-heading { position: sticky; top: 140px; align-self: start; }
.process-list { border-top: 1px solid var(--line); }
.process-list article { display: grid; grid-template-columns: 60px .7fr 1fr; gap: 25px; padding: 35px 0; border-bottom: 1px solid var(--line); }
.process-list article > span { color: var(--blue); font: 700 11px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.process-list h3 { margin: 0; font-size: 20px; }
.process-list p { margin: 0; color: var(--muted); line-height: 1.65; font-size: 13px; }

.company-section { display: grid; grid-template-columns: 1.25fr .75fr; min-height: 700px; }
.company-panel { padding: clamp(70px, 8vw, 130px) 7vw; background: var(--navy); color: white; }
.company-copy { color: #cbd5e1; line-height: 1.85; max-width: 760px; margin: 38px 0; }
.company-panel ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.company-panel li { border-top: 1px solid rgba(255,255,255,.2); padding: 17px 0; display: flex; gap: 12px; font-size: 12px; }
.company-panel li span { color: #9ec4ff; }
.company-panel li b { font-weight: 500; }
.materials-panel { background: var(--sand); display: flex; flex-direction: column; justify-content: space-between; padding: clamp(50px,7vw,100px) 5vw; }
.material-symbol { width: min(100%, 300px); padding: 0; background: transparent; box-shadow: none; }
.material-symbol img { width: 100%; aspect-ratio: 1.15; object-fit: contain; background: transparent; }
.materials-panel > p { font-size: 11px; text-transform: uppercase; letter-spacing: .15em; font-weight: 900; }
.material-logos { display: flex; flex-wrap: wrap; gap: 25px; align-items: center; color: var(--navy); }
.material-logos strong { font-size: 16px; }

.contact-section { background: var(--navy); color: white; padding: clamp(80px, 9vw, 140px) 5vw; display: grid; grid-template-columns: .78fr 1.22fr; gap: 8vw; }
.contact-copy > p:not(.eyebrow) { color: #b9c7d5; line-height: 1.8; max-width: 600px; }
.contact-lines { margin-top: 55px; display: flex; flex-direction: column; gap: 11px; }
.contact-lines > span { color: #9ec4ff; text-transform: uppercase; letter-spacing: .17em; font-size: 9px; margin-bottom: 6px; }
.contact-lines a { font-size: clamp(18px,2vw,27px); font-weight: 700; }
.contact-lines a:hover { color: #9ec4ff; }
.contact-lines address { margin-top: 15px; color: #d2dce6; font-style: normal; line-height: 1.6; }
.contact-lines small { margin-top: 10px; color: #93a6b8; line-height: 1.7; }
.quote-form { background: white; color: var(--ink); padding: clamp(30px,4vw,60px); display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-self: start; box-shadow: var(--shadow); }
.field { display: flex; flex-direction: column; gap: 8px; }
.field.wide { grid-column: 1 / -1; }
.field label { font-size: 10px; text-transform: uppercase; letter-spacing: .11em; font-weight: 850; color: var(--blue); }
.field input, .field select, .field textarea { width: 100%; border: 0; border-bottom: 1px solid #b9c9d2; border-radius: 0; background: transparent; min-height: 46px; color: var(--ink); padding: 9px 0; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); }
.file-field { border: 1px dashed #9bb5c3; padding: 17px; }
.file-picker { display: flex; align-items: center; gap: 12px; min-width: 0; }
.file-input { position: absolute; width: 1px !important; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0 !important; padding: 0 !important; }
.file-pick-button { flex: 0 0 auto; display: inline-flex; min-height: 42px; align-items: center; justify-content: center; padding: 10px 16px; color: white !important; background: var(--blue); cursor: pointer; font-size: 10px !important; font-weight: 850; letter-spacing: .08em !important; text-transform: uppercase; transition: background .2s ease, transform .2s ease; }
.file-pick-button:hover { background: var(--navy); transform: translateY(-1px); }
.file-input:focus-visible + .file-pick-button { outline: 3px solid rgba(21,94,239,.28); outline-offset: 3px; }
.file-selection { min-width: 0; color: var(--muted); font-size: 11px; line-height: 1.45; overflow-wrap: anywhere; }
.file-field small { color: var(--muted); }
.submit { grid-column: 1 / -1; margin-top: 10px; min-height: 60px; }
.consent { grid-column: 1 / -1; text-align: center; color: var(--muted); }

footer { min-height: 150px; padding: 25px 5vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; background: #eef3f8; color: var(--navy); border-top: 1px solid var(--line); }
.footer-brand { width: max-content; display: flex; align-items: center; gap: 18px; }
.footer-brand img { width: 138px; height: 66px; object-fit: contain; padding: 0; background: transparent; }
.footer-brand small { max-width: 180px; color: #667085; font-size: 9px; line-height: 1.5; letter-spacing: .13em; text-transform: uppercase; }
footer > p { color: #667085; font-size: 10px; text-align: center; }
.back-top { justify-self: end; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid #a9b7c8; }
.wp-content-section { min-height: 60vh; background: white; }
.wp-content-wrap { width: min(860px, 100%); margin: 0 auto; }
.entry-content { color: var(--muted); line-height: 1.8; }
.admin-bar .site-header { top: 32px; }

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

@media (max-width: 1120px) {
  .site-header { grid-template-columns: 1fr auto auto; }
  .menu-button { display: block; order: 2; }
  .header-actions { order: 3; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 85px; padding: 25px 5vw; background: white; border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; }
  .nav.open { display: flex; }
  .nav a { padding: 8px 0; }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: clamp(48px,5.7vw,67px); }
  .hero-visual { min-height: 600px; }
  .visit-card { left: -24px; }
  .specialist-intro { grid-template-columns: 1fr; gap: 26px; }
  .finishes-intro { grid-template-columns: 1fr; gap: 26px; }
  .service-card { grid-template-columns: 55px 1fr 1.2fr; }
  .tags { grid-column: 2 / -1; justify-content: flex-start; }
  .section-intro, .process-section { grid-template-columns: 1fr; }
  .process-heading { position: static; }
  .company-section { grid-template-columns: 1fr; }
  .materials-panel { min-height: 500px; }
  .contact-section { grid-template-columns: 1fr; }
  .contact-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
  .contact-copy .eyebrow, .contact-copy h2 { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .hero { min-height: auto; grid-template-columns: 1fr; padding-left: 22px; padding-right: 22px; }
  .hero-content { padding: 48px 0 34px; }
  .hero h1 { font-size: clamp(48px,10vw,70px); }
  .hero-visual { min-height: 570px; }
  .hero-visual::after { inset: 12px -10px -10px 12px; }
  .visit-card { left: 18px; }
  .hero-service-strip { grid-column: 1; margin-top: 34px; }
  .specialist-grid { grid-template-columns: 1fr; }
  .specialist-image { height: 62vw; min-height: 360px; max-height: 520px; }
  .finishes-grid { grid-template-columns: 1fr; }
  .finish-image { height: 56vw; min-height: 340px; max-height: 520px; }
}

@media (max-width: 720px) {
  .site-header { height: 74px; padding: 0 18px; }
  .brand-logo { width: 122px; height: 60px; }
  .header-actions .button { display: none; }
  .nav { top: 71px; }
  .menu-button { order: 3; }
  .hero { padding-top: 22px; }
  .hero-content { padding-top: 38px; }
  .hero h1 { font-size: clamp(46px,13vw,64px); }
  .hero-copy { margin: 24px 0 28px; }
  .hero-actions .button { width: 100%; }
  .hero-trust { line-height: 1.5; }
  .hero-stats { grid-template-columns: 1fr; }
  .hero-stats div, .hero-stats div + div { min-height: 72px; padding: 16px 0; display: grid; grid-template-columns: 90px 1fr; align-items: center; border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-stats span { margin-top: 0; max-width: 180px; }
  .hero-visual { min-height: 500px; }
  .visit-card { left: 12px; bottom: 16px; padding: 22px; }
  .visit-card h2 { font-size: 23px; }
  .hero-service-strip { grid-template-columns: 1fr; border-bottom: 1px solid var(--line); }
  .hero-service-strip span { min-height: 60px; }
  .specialist-section { padding: 78px 22px; }
  .specialist-intro { margin-bottom: 38px; }
  .specialist-intro h2 { font-size: 44px; }
  .specialist-image { height: 74vw; min-height: 310px; }
  .specialist-content { padding: 28px 22px 34px; }
  .finishes-section { padding: 78px 22px; }
  .finishes-intro { margin-bottom: 38px; }
  .finishes-intro h2 { font-size: 44px; }
  .finish-image { height: 72vw; min-height: 300px; }
  .finish-content { padding: 28px 22px 34px; }
  .section { padding: 80px 22px; }
  .section-intro { gap: 25px; margin-bottom: 45px; }
  .section-intro h2, .process-heading h2, .company-panel h2, .contact-copy h2 { font-size: 43px; }
  .service-card { grid-template-columns: 42px 1fr; gap: 14px; }
  .service-card p, .service-card .tags { grid-column: 2; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card:nth-child(n) { grid-column: auto; min-height: 380px; }
  .process-list article { grid-template-columns: 42px 1fr; }
  .process-list p { grid-column: 2; }
  .company-panel { padding: 75px 22px; }
  .company-panel ul { grid-template-columns: 1fr; }
  .materials-panel { min-height: 430px; padding: 55px 22px; }
  .contact-section { padding: 80px 22px; }
  .contact-copy { display: block; }
  .quote-form { grid-template-columns: 1fr; padding: 28px 20px; }
  .field.wide, .submit, .consent { grid-column: 1; }
  footer { grid-template-columns: 1fr auto; padding: 30px 22px; }
  .footer-brand { gap: 12px; }
  .footer-brand img { width: 116px; height: 58px; }
  .footer-brand small { display: none; }
  footer > p { grid-column: 1 / -1; text-align: left; order: 3; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
