/*
Theme Name: Exigo Renovations
Theme URI: https://exigo-renovations-private.irek-poplawski.chatgpt.site
Author: Exigo Renovations
Description: Bespoke responsive WordPress theme for Exigo Renovations, including project gallery, reviews, contact enquiry and indicative cost calculator.
Version: 1.1.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: exigo-renovations
*/

:root {
  --ink: #17242a;
  --ink-soft: #415157;
  --cream: #f3f0e9;
  --paper: #faf9f6;
  --white: #fff;
  --copper: #c99a48;
  --copper-dark: #9a6b27;
  --line: rgba(23, 36, 42, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
[hidden] { display: none !important; }
img { max-width: 100%; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.project-card.is-hidden { display: none; }
.wp-default-content { min-height: 60vh; padding: 80px clamp(24px, 7vw, 105px); }
.wp-default-content article { max-width: 900px; margin: 0 auto 50px; }

.site-header {
  height: 88px; padding: 0 clamp(24px, 5vw, 80px); display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: clamp(26px,3.5vw,60px);
  background: rgba(250, 249, 246, .94); border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 20; backdrop-filter: blur(16px);
}
.admin-bar .site-header { top: 32px; }
.brand-image-link { flex: 0 0 auto; display: block; }
.brand-logo { width: 116px; height: 74px; object-fit: contain; display: block; }
.desktop-nav { width: min(100%,830px); justify-self: center; display: flex; align-items: center; justify-content: space-between; gap: clamp(24px,2.4vw,48px); color: #28363b; font: 600 16px Georgia, 'Times New Roman', serif; }
.desktop-nav a { position: relative; white-space: nowrap; }
.desktop-nav a::after { content: ""; height: 2px; left: 0; right: 100%; bottom: -9px; position: absolute; background: var(--copper); transition: .25s; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--ink); }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-cta { min-height: 44px; justify-self: end; background: var(--ink); color: white; padding: 14px 19px; font-size: 12px; font-weight: 700; letter-spacing: .02em; }
.header-cta span { color: #e99668; margin-left: 8px; }

.hero { min-height: calc(100vh - 88px); display: grid; grid-template-columns: minmax(0,1.03fr) minmax(420px,.97fr); background: var(--paper); }
.hero-copy { padding: clamp(70px,9vh,120px) clamp(28px,6vw,92px) 50px; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { color: var(--copper-dark); letter-spacing: .21em; font-size: 10px; font-weight: 800; display: flex; align-items: center; gap: 12px; margin: 0 0 30px; }
.eyebrow span { width: 30px; height: 1px; background: var(--copper); display: inline-block; }
h1 { font: 500 clamp(55px, 6.7vw, 105px)/.88 Georgia, 'Times New Roman', serif; letter-spacing: -.055em; margin: 0; }
h1 em { color: var(--copper); font-weight: 400; }
.hero-lead { max-width: 600px; margin: 34px 0; color: var(--ink-soft); font-size: clamp(16px,1.45vw,20px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-bottom: clamp(45px,8vh,90px); }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 18px 23px; font-size: 13px; font-weight: 750; }
.button-primary { background: var(--copper); color: white; box-shadow: 0 10px 30px rgba(203, 106, 58, .22); }
.button-primary:hover { background: var(--copper-dark); }
.button span { margin-left: 22px; font-size: 17px; }
.text-link { font-size: 12px; font-weight: 750; border-bottom: 1px solid var(--ink); padding: 10px 0 7px; }
.text-link span { color: var(--copper); margin-left: 8px; }
.proof-row { border-top: 1px solid var(--line); padding-top: 26px; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: clamp(16px,2.3vw,38px); }
.proof-row div { display: flex; flex-direction: column; }
.proof-row strong { font: 700 18px Georgia,serif; }
.proof-row span { font-size: 9px; color: #788489; margin-top: 6px; text-transform: uppercase; letter-spacing: .07em; line-height: 1.4; }

.hero-visual { min-height: 620px; padding: 38px 38px 38px 0; background: var(--cream); }
.hero-photo-stage { height: 100%; min-height: 650px; position: relative; overflow: hidden; margin: 0; background: #d7d0c6; box-shadow: 0 24px 50px rgba(18, 29, 34, .18); }
.hero-project-image { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; object-position: left bottom; }
.hero-photo-stage::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(9,17,21,.28), transparent 24%, transparent 72%, rgba(9,17,21,.1)); }
.photo-label { position: absolute; z-index: 2; top: 25px; left: 27px; margin: 0; padding: 11px 14px; background: rgba(15,28,33,.88); color: #e3bd79; font-size: 8px; letter-spacing: .18em; font-weight: 800; backdrop-filter: blur(8px); }
.visual-note-photo { left: auto; right: 0; z-index: 3; }
.room { height: 100%; min-height: 650px; position: relative; overflow: hidden; background: linear-gradient(145deg, #34434a 0%, #18252b 56%, #0d181d 100%); box-shadow: 0 24px 50px rgba(18, 29, 34, .18); }
.room::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 49.7%, rgba(255,255,255,.04) 50%, transparent 50.3%), linear-gradient(rgba(255,255,255,.025) 49.7%, transparent 50%); background-size: 180px 100%, 100% 150px; }
.room-light { position: absolute; top: -20%; left: 2%; width: 80%; height: 70%; background: radial-gradient(ellipse, rgba(242, 188, 132, .23), transparent 66%); transform: rotate(-12deg); }
.cabinet { position: absolute; bottom: 24%; height: 43%; border: 1px solid rgba(255,255,255,.09); background: linear-gradient(90deg, #24343a, #2f4046); box-shadow: inset -2px 0 rgba(0,0,0,.2); }
.cabinet::after { content: ""; position: absolute; width: 3px; height: 25px; background: #b48261; right: 11px; top: 46%; }
.cabinet-a { left: 6%; width: 27%; } .cabinet-b { left: 33%; width: 22%; } .cabinet-c { right: 6%; width: 20%; }
.worktop { position: absolute; left: 4%; right: 4%; bottom: 23%; height: 13px; background: linear-gradient(90deg, #ded7ca, #f3ede2 45%, #cfc6b7); }
.island { position: absolute; width: 62%; height: 23%; left: 26%; bottom: 4%; background: linear-gradient(110deg, #a7522e, #7e351d); box-shadow: -22px 22px 45px rgba(0,0,0,.35); border-top: 12px solid #e1d8cb; transform: skewY(-1deg); }
.island span, .island i, .island b { position: absolute; top: 17%; bottom: 10%; width: 1px; background: rgba(255,255,255,.12); }
.island span { left: 33%; }.island i { left: 66%; }.island b { right: 5%; width: 3px; height: 25px; top: 42%; background: #d6a17f; }
.pendant { position: absolute; top: 0; width: 1px; height: 23%; background: rgba(255,255,255,.35); }
.pendant::after { content: ""; width: 35px; height: 22px; background: #d0a77f; border-radius: 50% 50% 15% 15%; position: absolute; left: -17px; bottom: -4px; box-shadow: 0 12px 25px rgba(255, 190, 120, .3); }
.pendant-a { left: 51%; }.pendant-b { left: 69%; height: 18%; }
.visual-note { position: absolute; left: 0; bottom: 0; background: var(--paper); padding: 18px 25px; display: flex; align-items: center; gap: 17px; }
.visual-note > span { color: var(--copper); font: 500 26px Georgia,serif; }
.visual-note p { margin: 0; letter-spacing: .1em; font-size: 9px; font-weight: 800; }
.visual-note small { font-weight: 400; color: #758187; letter-spacing: .05em; }

.services { padding: 110px clamp(24px, 6vw, 92px) 120px; background: var(--ink); color: white; }
.services .eyebrow { color: #e99569; }
.section-heading h2 { font: 400 clamp(40px, 4.2vw, 65px)/1.03 Georgia, serif; margin: 0 0 62px; letter-spacing: -.035em; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.14); }
.service-card { padding: 34px clamp(22px, 3vw, 45px) 12px; min-height: 470px; border-right: 1px solid rgba(255,255,255,.14); display: flex; flex-direction: column; }
.service-card:first-child { padding-left: 0; }.service-card:last-child { border: 0; }
.service-number { color: #849096; font: 12px var(--font-geist-mono), monospace; }
.service-visual { width: 100%; max-width: 360px; aspect-ratio: 1.65; margin: 25px 0 27px; position: relative; overflow: hidden; border-bottom: 3px solid var(--copper); background: #27363b; }
.service-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 48%,rgba(8,15,18,.7)); pointer-events: none; }
.service-visual img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.9) contrast(1.03); transition: transform .45s ease, filter .45s ease; }
.service-card:hover .service-visual img { transform: scale(1.035); filter: saturate(1.04) contrast(1.04); }
.service-visual > span { position: absolute; z-index: 2; left: 13px; bottom: 11px; color: white; font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.service-card h3 { font: 400 28px Georgia,serif; margin: 0 0 13px; }
.service-card p { color: #aeb7ba; font-size: 14px; line-height: 1.7; max-width: 330px; }
.service-card a { margin-top: auto; color: #e99569; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: 800; }
.service-card a span { margin-left: 8px; }

.mobile-menu { display: none; }
.wren-support { display: grid; grid-template-columns: minmax(260px,.68fr) minmax(0,1.32fr); background: var(--paper); }
.wren-badge { min-height: 520px; padding: 65px clamp(30px,5vw,75px); display: flex; flex-direction: column; justify-content: center; background: var(--copper); color: var(--ink); position: relative; overflow: hidden; }
.wren-badge::before { content: "W"; position: absolute; right: -22px; bottom: -90px; color: rgba(255,255,255,.12); font: 500 390px/.8 Georgia,serif; }
.wren-badge span { position: relative; z-index: 1; width: fit-content; padding-bottom: 13px; border-bottom: 2px solid var(--ink); font: 700 clamp(48px,6vw,86px)/.85 Georgia,serif; letter-spacing: -.06em; }
.wren-badge strong { position: relative; z-index: 1; margin-top: 23px; font-size: 11px; line-height: 1.5; letter-spacing: .2em; text-transform: uppercase; }
.wren-copy { padding: 100px clamp(30px,7vw,110px); align-self: center; }
.wren-copy h2 { max-width: 780px; margin: 0; font: 400 clamp(42px,4.8vw,72px)/.98 Georgia,serif; letter-spacing: -.04em; }
.wren-copy h2 em { color: var(--copper); font-weight: 400; }
.wren-copy > p:not(.eyebrow) { max-width: 780px; margin: 30px 0; color: var(--ink-soft); font-size: 16px; line-height: 1.75; }
.wren-benefits { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 32px; }
.wren-benefits span { padding: 11px 14px; border: 1px solid var(--line); color: var(--ink); background: var(--white); font-size: 10px; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.wren-benefits span::before { content: "✓"; margin-right: 8px; color: var(--copper-dark); }
.wren-actions { display: flex; align-items: center; gap: 27px; }
.wren-actions > p { max-width: 310px; margin: 0; color: #758287; font-size: 10px; line-height: 1.55; }
.process { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(60px, 9vw, 150px); padding: 125px clamp(24px, 7vw, 105px); background: var(--cream); }
.process-intro h2, .local-services h2, .projects h2, .reviews h2, .estimate h2, .contact h2 { font: 400 clamp(42px, 4.8vw, 72px)/.98 Georgia, serif; letter-spacing: -.04em; margin: 0; }
.process-intro h2 em, .local-services h2 em, .projects h2 em, .reviews h2 em, .estimate h2 em, .contact h2 em { color: var(--copper); font-weight: 400; }
.process-intro > p:not(.eyebrow) { max-width: 470px; color: var(--ink-soft); line-height: 1.75; font-size: 16px; margin: 30px 0; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 33px 0; border-bottom: 1px solid var(--line); }
.steps li > span { color: var(--copper); font: 12px var(--font-geist-mono), monospace; padding-top: 6px; }
.steps h3 { font: 400 27px Georgia, serif; margin: 0 0 9px; }
.steps p { color: var(--ink-soft); line-height: 1.65; font-size: 14px; margin: 0; max-width: 500px; }

.local-services { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(55px,8vw,130px); padding: 105px clamp(24px,7vw,105px); background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.local-services h2 { font-size: clamp(39px,4.15vw,65px); }
.local-services-copy { align-self: end; }
.local-services-copy p { max-width: 620px; margin: 0 0 18px; color: var(--ink-soft); font-size: 15px; line-height: 1.75; }
.local-services-copy .text-link { display: inline-block; margin-top: 10px; color: var(--copper-dark); }

.projects { padding: 120px clamp(24px, 6vw, 92px) 110px; background: var(--paper); }
.projects-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 55px; }
.project-filters { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.project-filters button { border: 1px solid var(--line); background: transparent; color: var(--ink-soft); padding: 10px 15px; font: 700 10px Arial,sans-serif; letter-spacing: .06em; cursor: pointer; transition: .2s; }
.project-filters button:hover, .project-filters button:focus-visible, .project-filters button.active { background: var(--ink); border-color: var(--ink); color: white; }
.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 55px 25px; }
.project-card { animation: projectIn .38s ease both; }
@keyframes projectIn { from { opacity: 0; transform: translateY(8px); } }
.project-art { height: clamp(280px, 38vw, 520px); position: relative; overflow: hidden; background: #26373c; isolation: isolate; }
.project-art::before, .project-art::after { content: ""; position: absolute; }
.project-art > span { position: absolute; z-index: 4; top: 20px; left: 20px; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.35); display: grid; place-items: center; color: white; font: 10px var(--font-geist-mono),monospace; }
.project-art i, .project-art b, .project-art u { position: absolute; display: block; text-decoration: none; }
.project-photo::before { display: none; }
.project-photo::after { z-index: 2; inset: 0; background: linear-gradient(180deg, rgba(10,18,22,.28), transparent 28%, transparent 72%, rgba(10,18,22,.12)); pointer-events: none; }
.project-photo > img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .55s ease, filter .55s ease; }
.project-card:hover .project-photo > img { transform: scale(1.025); filter: saturate(1.04) contrast(1.02); }
.project-kitchen { background: linear-gradient(145deg,#ddd6c9,#af9d89); }
.project-kitchen::before { left: 8%; right: 8%; bottom: 8%; height: 35%; background: linear-gradient(90deg,#923d24 0 31%,#b95932 31% 66%,#87351f 66%); border-top: 12px solid #eee7dc; box-shadow: 0 25px 30px rgba(46,32,25,.22); }
.project-kitchen::after { left: 11%; right: 11%; top: 9%; height: 45%; background: repeating-linear-gradient(90deg,#34464b 0 24.5%,#25373d 25% 49.5%); box-shadow: inset 0 -9px #d9cfc0; }
.project-kitchen i { width: 1px; height: 45%; top: 9%; left: 50%; background: rgba(255,255,255,.2); z-index: 2; }
.project-kitchen b { width: 60px; height: 60px; border: 2px solid #c68d60; border-radius: 50%; right: 15%; top: 24%; z-index: 3; }
.project-electric { background: linear-gradient(140deg,#1c2d33 0 64%,#ba5a31 64%); }
.project-electric::before { width: 42%; height: 52%; left: 14%; top: 22%; border: 1px solid rgba(255,255,255,.18); box-shadow: 20px 20px 0 rgba(255,255,255,.035), 40px 40px 0 rgba(255,255,255,.025); }
.project-electric::after { width: 80px; height: 80px; border: 2px solid #e39b6d; border-radius: 50%; left: 35%; top: 39%; box-shadow: 0 0 55px rgba(226,150,102,.32); }
.project-electric i { width: 2px; height: 37%; background: #e39b6d; left: 44%; top: 0; }
.project-electric b { width: 34%; height: 12px; left: 12%; bottom: 10%; background: linear-gradient(90deg,#f3d6aa,#fff1cf); box-shadow: 0 -20px 35px rgba(255,211,150,.25); }
.project-floor { background: linear-gradient(150deg,#c2b6a5,#eee9df); }
.project-floor::before { inset: 18% 7% 0; background: repeating-linear-gradient(105deg,#725b46 0 2px,#aa8e70 2px 58px,#8d7156 58px 60px); transform: perspective(500px) rotateX(45deg); transform-origin: bottom; box-shadow: 0 -70px 0 #33444a; }
.project-floor::after { width: 45%; height: 22%; right: 10%; top: 16%; background: #b95832; box-shadow: -190px 45px 0 #25373d; }
.project-floor i { width: 28%; height: 9px; background: #f4eddf; right: 8%; top: 14%; z-index: 2; }
.project-cabinet { background: linear-gradient(110deg,#d7d0c4 0 33%,#26373c 33%); }
.project-cabinet::before { width: 57%; height: 72%; right: 6%; bottom: 8%; background: repeating-linear-gradient(90deg,#2f4146 0 32.6%,#1e3036 33% 65.6%); border-left: 12px solid #c1633b; }
.project-cabinet::after { width: 19%; height: 52%; left: 8%; bottom: 8%; background: #bf5d35; box-shadow: inset -9px 0 rgba(0,0,0,.12); }
.project-cabinet i { width: 2px; height: 40%; right: 36%; top: 28%; z-index: 3; background: #bd805e; }
.project-card > p { margin: 19px 0 8px; color: var(--copper-dark); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; font-weight: 800; }
.project-card h3 { font: 400 clamp(25px, 2.5vw, 35px) Georgia,serif; margin: 0; }
.project-note { margin: 40px 0 0; color: #798488; font-size: 11px; }

.reviews { padding: 120px clamp(24px, 6vw, 92px) 110px; background: var(--cream); }
.reviews-head { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 55px; margin-bottom: 55px; }
.google-summary { width: 260px; padding: 25px 28px; display: flex; flex-direction: column; background: var(--ink); color: white; box-shadow: 0 18px 44px rgba(23,36,42,.14); }
.google-summary strong { margin: 8px 0 5px; font: 400 27px Georgia,serif; }
.google-summary small { color: #b3bdc0; font-size: 10px; }
.review-stars { color: var(--copper); letter-spacing: .12em; font-size: 14px; }
.review-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.review-card { min-height: 310px; margin: 0; padding: 31px; display: flex; flex-direction: column; background: white; border-top: 3px solid var(--copper); box-shadow: 0 12px 35px rgba(23,36,42,.055); }
.review-card > p { margin: 22px 0 30px; color: var(--ink-soft); font: 400 17px/1.7 Georgia,serif; }
.reviewer { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 13px; }
.reviewer > span { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; font-size: 10px; font-weight: 800; letter-spacing: .05em; }
.reviewer div { display: flex; flex-direction: column; gap: 4px; }
.reviewer strong { font-size: 12px; }
.reviewer small { color: #849094; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.reviews-link { display: inline-block; margin-top: 38px; }

.estimate { padding: 120px clamp(24px, 6vw, 92px); background: var(--ink); color: white; }
.estimate-heading { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: clamp(45px,8vw,120px); margin-bottom: 58px; }
.estimate-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -12px; }
.estimate-heading > p:not(.eyebrow) { max-width: 520px; margin: 0 0 4px; color: #aeb7ba; font-size: 16px; line-height: 1.75; }
.estimate-builder { display: grid; grid-template-columns: minmax(330px,.72fr) minmax(0,1.28fr); gap: 28px; align-items: start; }

.estimate-summary { position: sticky; top: 116px; padding: clamp(28px,3vw,40px); background: #101c21; border: 1px solid rgba(255,255,255,.12); box-shadow: 0 24px 55px rgba(0,0,0,.24); }
.estimate-summary::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: var(--copper); }
.summary-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.14); }
.summary-heading > span, .summary-total > span { color: var(--copper); font-size: 9px; font-weight: 800; letter-spacing: .17em; }
.summary-heading > strong { color: #9aa7ab; font-size: 10px; font-weight: 600; }
.summary-empty { min-height: 230px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 35px 20px; text-align: center; }
.summary-empty > span { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 18px; border: 1px solid rgba(201,154,72,.55); border-radius: 50%; color: var(--copper); font: 25px Georgia,serif; }
.summary-empty p { margin: 0 0 8px; font: 400 20px Georgia,serif; }
.summary-empty small { max-width: 260px; color: #829095; font-size: 10px; line-height: 1.6; }
.summary-groups { padding: 7px 0 2px; }
.summary-group { padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.11); }
.summary-group-heading { display: flex; justify-content: space-between; gap: 18px; margin-bottom: 13px; }
.summary-group-heading strong { font: 400 19px Georgia,serif; }
.summary-group-heading b { color: var(--copper); font-size: 11px; }
.summary-group ul { display: flex; flex-direction: column; gap: 12px; margin: 0; padding: 0; list-style: none; }
.summary-group li { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; color: #dbe0e1; font-size: 11px; line-height: 1.4; }
.summary-group li > span { display: flex; flex-direction: column; gap: 3px; }
.summary-group li small { color: #7f8e93; font-size: 9px; }
.summary-group li > b { flex: 0 0 auto; color: white; font-size: 10px; }
.summary-total { display: flex; flex-direction: column; padding: 27px 0 22px; }
.summary-total > strong { margin: 6px 0 5px; font: 400 clamp(40px,4vw,58px) Georgia,serif; letter-spacing: -.04em; }
.summary-total > small { color: #aab4b7; font-size: 10px; }
.summary-note { margin: 0; color: #75858a; font-size: 9px; line-height: 1.65; }
.summary-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 24px; }
.clear-estimate { padding: 7px 0; border: 0; border-bottom: 1px solid #68777c; background: transparent; color: #aab4b7; font-size: 10px; cursor: pointer; }
.clear-estimate:hover { color: white; border-color: var(--copper); }

.estimate-options { display: grid; gap: 18px; }
.estimate-category { padding: clamp(25px,3.2vw,42px); background: #fbfaf6; color: var(--ink); box-shadow: 0 18px 44px rgba(0,0,0,.14); }
.estimate-category-heading { display: grid; grid-template-columns: 45px minmax(0,1fr) auto; gap: 17px; align-items: start; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.estimate-category-heading > span { padding-top: 5px; color: var(--copper-dark); font: 10px var(--font-geist-mono),monospace; }
.estimate-category-heading h3 { margin: 0 0 8px; font: 400 clamp(25px,2.5vw,34px) Georgia,serif; }
.estimate-category-heading p { max-width: 560px; margin: 0; color: #768388; font-size: 11px; line-height: 1.55; }
.estimate-category-heading > strong { padding-top: 7px; color: var(--copper-dark); font-size: 12px; }
.estimate-items { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; padding-top: 22px; }
.estimate-item { min-height: 132px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px; border: 1px solid var(--line); background: white; transition: border-color .2s, box-shadow .2s, transform .2s; }
.estimate-item.selected { border-color: var(--copper); box-shadow: inset 3px 0 var(--copper), 0 7px 20px rgba(23,36,42,.06); }
.estimate-item-copy { min-width: 0; display: flex; flex-direction: column; }
.estimate-item-copy > strong { font-size: 12px; line-height: 1.35; }
.estimate-item-copy > p { margin: 6px 0 10px; color: #849094; font-size: 9px; line-height: 1.5; }
.estimate-item-copy > small { color: var(--copper-dark); font-size: 9px; font-weight: 700; }
.quantity-control { flex: 0 0 auto; display: grid; grid-template-columns: 34px 34px 34px; align-items: center; border: 1px solid #d5d6d1; background: #f7f5ef; }
.quantity-control button { width: 34px; height: 38px; border: 0; background: transparent; color: var(--ink); font-size: 20px; line-height: 1; cursor: pointer; }
.quantity-control button:hover:not(:disabled) { background: var(--ink); color: white; }
.quantity-control button:disabled { color: #c3c8c8; cursor: default; }
.quantity-control output { display: grid; place-items: center; height: 24px; border-left: 1px solid #d5d6d1; border-right: 1px solid #d5d6d1; font: 700 12px var(--font-geist-mono),monospace; }
.estimate-attached { grid-column: 1 / -1; margin: 0; padding: 13px 15px; border-left: 3px solid var(--copper); background: #f6f0e4; color: #5b4a2f; font-size: 11px; line-height: 1.55; }

.contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 9vw, 140px); padding: 125px clamp(24px, 7vw, 105px); background: var(--cream); }
.contact-copy > p:not(.eyebrow) { color: var(--ink-soft); line-height: 1.75; max-width: 470px; margin: 28px 0; }
.contact-details { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 24px; }
.contact-details a { display: inline-block; overflow-wrap: anywhere; color: var(--copper-dark); font-weight: 700; border-bottom: 1px solid var(--copper); padding-bottom: 5px; }
.contact-details a:hover, .contact-details a:focus-visible { color: var(--ink); border-color: var(--ink); }
.social-links { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 24px; }
.social-links a { padding: 11px 14px; border: 1px solid var(--line); background: rgba(255,255,255,.45); color: var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.social-links a:hover { border-color: var(--copper); color: var(--copper-dark); }
.social-links span { color: var(--copper); margin-left: 5px; }
.area-list { margin-top: 40px; display: flex; flex-direction: column; gap: 9px; font-size: 11px; color: #65757a; }
.area-list span::before { content: "✓"; color: var(--copper); margin-right: 9px; }
.contact-form { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; background: white; padding: clamp(25px,4vw,50px); box-shadow: 0 18px 50px rgba(30,38,40,.08); }
.contact-form label { display: flex; flex-direction: column; gap: 8px; }
.contact-form label:nth-of-type(3), .contact-form label:nth-of-type(4) { grid-column: 1 / -1; }
.contact-form label > span { font-size: 9px; letter-spacing: .12em; text-transform: uppercase; font-weight: 800; color: #56666c; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid #cfd4d3; background: transparent; padding: 12px 2px; border-radius: 0; font: 14px Arial,sans-serif; color: var(--ink); outline: 0; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--copper); box-shadow: 0 1px var(--copper); }
.contact-form textarea { resize: vertical; }
.contact-form .button { border: 0; cursor: pointer; grid-column: 1 / -1; justify-self: start; }
.contact-form > small { color: #839093; font-size: 9px; grid-column: 1 / -1; }
.form-success { grid-column: 1 / -1; margin: 0; padding: 13px; color: #1e6043; background: #edf7f1; font-size: 12px; }

footer { background: #101c21; color: white; padding: 50px clamp(24px,6vw,92px) 28px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 35px; }
.footer-logo { width: 178px; padding: 10px 13px; display: block; background: #f7f5ef; border: 1px solid rgba(255,255,255,.28); }
.footer-logo img { width: 100%; height: auto; display: block; }
footer > p { color: #89969b; font-size: 10px; text-transform: uppercase; letter-spacing: .11em; }
.footer-links { display: flex; gap: 18px; align-items: center; }
.footer-links a { color: #d8a85d; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.footer-links a:hover { color: white; }
.footer-credentials { grid-column: 1 / -1; display: flex; align-items: center; flex-wrap: wrap; gap: 9px; padding-top: 2px; }
.footer-credentials span { padding: 9px 12px; border: 1px solid rgba(255,255,255,.15); color: #c2cbce; font-size: 8px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.footer-credentials span::before { content: "✓"; margin-right: 7px; color: var(--copper); }
footer > small { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.12); padding-top: 24px; color: #647278; font-size: 9px; }

button, input, select, textarea, a { transition: background-color .2s, color .2s, border-color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
:focus-visible { outline: 3px solid rgba(203,106,58,.45); outline-offset: 3px; }

@media (max-width: 1180px) {
  .site-header { padding-inline: 25px; gap: 20px; }
  .desktop-nav { width: min(100%,680px); gap: 18px; font-size: 14.5px; }
  .estimate-items { grid-template-columns: 1fr; }
}
@media (max-width: 980px) {
  .site-header { grid-template-columns: auto 1fr auto; }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; position: relative; z-index: 30; }
  .mobile-menu summary { list-style: none; width: 46px; height: 46px; border: 1px solid var(--line); display: grid; place-content: center; gap: 6px; background: var(--paper); cursor: pointer; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { width: 20px; height: 2px; background: var(--ink); display: block; }
  .mobile-menu[open] summary { border-color: var(--copper); background: white; }
  .mobile-menu div { position: absolute; right: 0; top: calc(100% + 10px); width: min(280px, calc(100vw - 32px)); max-height: calc(100vh - 112px); overflow-y: auto; overscroll-behavior: contain; background: white; box-shadow: 0 18px 40px rgba(0,0,0,.15); padding: 12px; display: flex; flex-direction: column; }
  .mobile-menu div a { min-height: 48px; padding: 13px 14px; display: flex; align-items: center; font-size: 14px; font-weight: 700; border-bottom: 1px solid var(--line); }
  .mobile-menu div a:last-child { border-bottom: 0; }
  .hero { grid-template-columns: 1fr; }
  .hero-visual { padding: 0 24px 24px; min-height: 520px; }
  .hero-photo-stage { min-height: 520px; }
  .process, .local-services, .contact { grid-template-columns: 1fr; }
  .wren-support { grid-template-columns: .65fr 1.35fr; }
  .wren-copy { padding: 75px 45px; }
  .review-grid { grid-template-columns: repeat(2,1fr); }
  .estimate-heading { grid-template-columns: 1fr; gap: 25px; }
  .estimate-heading .eyebrow { grid-column: 1; margin-bottom: 0; }
  .estimate-builder { grid-template-columns: 1fr; }
  .estimate-options { order: 1; }
  .estimate-summary { position: static; order: 2; }
  .estimate-items { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .quantity-control { grid-template-columns: 44px 44px 44px; }
  .quantity-control button { width: 44px; height: 44px; }
  .quantity-control output { height: 44px; }
}
@media (max-width: 680px) {
  .site-header { height: 74px; padding: 0 18px; }
  .brand-logo { width: 89px; height: 62px; }
  .header-cta { display: none; }
  .wren-support { grid-template-columns: 1fr; }
  .wren-badge { min-height: 260px; padding: 50px 26px; }
  .wren-badge::before { font-size: 250px; bottom: -55px; }
  .wren-copy { padding: 75px 24px; }
  .wren-actions { align-items: flex-start; flex-direction: column; }
  .mobile-menu { margin-left: auto; }
  .hero-copy { padding: 64px 22px 40px; }
  .hero { min-height: 0; }
  h1 { font-size: clamp(50px, 16vw, 72px); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; margin-bottom: 45px; }
  .proof-row { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px 18px; }
  .hero-visual { min-height: 420px; padding: 0; }
  .hero-photo-stage { min-height: 420px; }
  .hero-project-image { object-position: left bottom; }
  .photo-label { left: 16px; top: 16px; font-size: 7px; }
  .service-grid { grid-template-columns: 1fr; }.service-card, .service-card:first-child { padding: 32px 0; min-height: 410px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .service-visual { max-width: 100%; }
  .services { padding: 80px 24px; }
  .process, .local-services, .projects, .reviews, .estimate, .contact { padding: 80px 22px; }
  .process { gap: 55px; }.steps li { grid-template-columns: 42px 1fr; }
  .projects-head { align-items: start; flex-direction: column; }.project-filters { justify-content: flex-start; }
  .project-grid { grid-template-columns: 1fr; gap: 42px; }.project-art { height: 330px; }
  .reviews-head { grid-template-columns: 1fr; align-items: start; gap: 32px; }.google-summary { width: 100%; }.review-grid { grid-template-columns: 1fr; }.review-card { min-height: 0; }
  .estimate-heading { margin-bottom: 38px; }
  .estimate-items { grid-template-columns: 1fr; }
  .estimate-category { padding: 24px 18px; }
  .estimate-category-heading { grid-template-columns: 30px minmax(0,1fr); gap: 10px; }
  .estimate-category-heading > strong { grid-column: 2; padding: 0; }
  .estimate-item { min-height: 120px; padding: 16px 13px; }
  .estimate-summary { padding: 28px 23px; }
  .summary-actions { align-items: flex-start; flex-direction: column; }
  .project-filters button { min-height: 44px; padding: 11px 16px; }
  .button { min-height: 48px; }
  .contact-form { grid-template-columns: 1fr; }.contact-form label { grid-column: 1 / -1; }
  .contact-form input, .contact-form select { min-height: 48px; font-size: 16px; }
  .contact-form textarea { min-height: 130px; font-size: 16px; }
  footer { grid-template-columns: 1fr; gap: 20px; } footer > small, .footer-credentials { grid-column: 1; }.footer-links { flex-wrap: wrap; }
}

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

@media (max-width: 420px) {
  .eyebrow { font-size: 8px; line-height: 1.5; letter-spacing: .16em; }
  .hero-copy { padding-inline: 18px; }
  .process, .local-services, .projects, .reviews, .estimate, .contact { padding-inline: 18px; }
  .services { padding-inline: 18px; }
  .estimate-item { align-items: stretch; flex-direction: column; }
  .quantity-control { align-self: flex-start; }
  .google-summary { width: 100%; }
  .contact-details { align-items: flex-start; flex-direction: column; }
}

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