:root {
  --ink: #112119;
  --muted: #637168;
  --line: #dfe3dc;
  --cream: #f1eee3;
  --paper: #fbfaf6;
  --green: #0b3b2d;
  --green-deep: #06261d;
  --green-bright: #5ac783;
  --orange: #ff9e35;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }

.hero { min-height: 100svh; position: relative; overflow: hidden; display: grid; place-items: center; color: white; background: #101b16; }
.hero-image { position: absolute; inset: 0; background: url('assets/images/hero-kitchen.webp') center / cover; transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,14,11,.56) 0%, rgba(5,14,11,.1) 26%, rgba(5,14,11,.18) 62%, rgba(5,14,11,.8) 100%); }
.site-header { position: absolute; z-index: 10; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; padding: 22px clamp(22px,4vw,68px); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 700; }
.brand-mark { width: 34px; height: 34px; border-radius: 9px; background: var(--orange); display: grid; align-content: center; gap: 4px; padding: 8px; box-shadow: 0 10px 35px rgba(0,0,0,.22); }
.brand-mark span { height: 2px; border-radius: 2px; background: #13231d; }
.brand-mark span:nth-child(2) { width: 70%; }
.brand-type { font-size: 16px; letter-spacing: -.02em; }
.brand-type strong { color: var(--orange); }
.nav-links { display: flex; align-items: center; gap: clamp(18px,2vw,34px); font-size: 13px; font-weight: 700; }
.nav-links > a:not(.nav-cta) { opacity: .86; transition: opacity .2s ease; }
.nav-links > a:not(.nav-cta):hover { opacity: 1; }
.nav-cta { padding: 11px 17px; color: #16221d; background: var(--orange); border-radius: 999px; box-shadow: 0 8px 24px rgba(0,0,0,.2); }
.menu-toggle { display: none; }
.comparison-line { position: absolute; z-index: 2; top: 0; bottom: 0; left: 50%; width: 1px; background: rgba(255,255,255,.68); }
.comparison-handle { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.78); border-radius: 50%; background: rgba(10,25,19,.52); backdrop-filter: blur(10px); transform: translate(-50%,-50%); font-size: 17px; }
.condition-label { position: absolute; z-index: 3; top: 31%; padding: 7px 10px; border: 1px solid rgba(255,255,255,.36); border-radius: 999px; background: rgba(10,25,19,.3); backdrop-filter: blur(8px); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.condition-label-before { left: calc(50% - 82px); }
.condition-label-after { right: calc(50% - 77px); }
.hero-content { position: relative; z-index: 4; width: min(790px,calc(100% - 42px)); text-align: center; }
.eyebrow { margin: 0 0 14px; color: #567167; font-size: 11px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.hero-eyebrow { color: var(--orange); text-shadow: 0 2px 20px rgba(0,0,0,.5); }
.light-eyebrow { color: #86d7a4; }
h1 { margin-bottom: 16px; font-size: clamp(54px,8vw,106px); line-height: .88; letter-spacing: -.075em; }
h2 { margin-bottom: 18px; font-size: clamp(42px,5vw,70px); line-height: .96; letter-spacing: -.058em; }
h3 { margin-bottom: 12px; font-size: 20px; letter-spacing: -.025em; }
.hero-copy { max-width: 620px; margin: 0 auto; font-size: clamp(15px,1.5vw,18px); line-height: 1.55; color: rgba(255,255,255,.84); text-shadow: 0 2px 16px rgba(0,0,0,.55); }
.hero-actions { display: flex; justify-content: center; gap: 12px; margin-top: 27px; }
.button { display: inline-flex; min-height: 49px; align-items: center; justify-content: center; padding: 0 22px; border: 0; border-radius: 999px; font-size: 13px; font-weight: 800; cursor: pointer; }
.button-primary { background: var(--orange); color: #19251f; box-shadow: 0 12px 30px rgba(0,0,0,.24); }
.button-ghost { border: 1px solid rgba(255,255,255,.55); background: rgba(8,20,16,.25); backdrop-filter: blur(8px); }
.hero-proof { position: absolute; z-index: 4; left: 50%; bottom: 25px; display: flex; gap: 28px; transform: translateX(-50%); white-space: nowrap; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.72); }
.hero-proof span::before { content: '✓'; margin-right: 7px; color: var(--orange); }
.scroll-cue { position: absolute; z-index: 4; right: 40px; bottom: 26px; width: 26px; height: 42px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; }
.scroll-cue span { position: absolute; top: 8px; left: 50%; width: 3px; height: 7px; background: white; border-radius: 99px; transform: translateX(-50%); animation: scroll 1.8s infinite; }
@keyframes scroll { 0% { transform: translate(-50%,0); opacity: 0; } 35% { opacity: 1; } 100% { transform: translate(-50%,15px); opacity: 0; } }

.trust-strip { display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid var(--line); background: var(--paper); }
.trust-strip div { min-height: 116px; display: flex; flex-direction: column; justify-content: center; padding: 24px clamp(18px,3vw,44px); border-right: 1px solid var(--line); }
.trust-strip div:last-child { border-right: 0; }
.trust-strip b { margin-bottom: 6px; font-size: 14px; }
.trust-strip span { color: var(--muted); font-size: 12px; }

.section { padding: clamp(88px,10vw,150px) clamp(22px,6vw,96px); }
.section-heading { max-width: 1160px; margin: 0 auto 56px; }
.section-heading > p, .quote-heading > p:last-child { color: var(--muted); line-height: 1.7; }
.centered-heading { max-width: 800px; text-align: center; }
.centered-heading > p:last-child { max-width: 660px; margin-left: auto; margin-right: auto; }
.split-heading { display: grid; grid-template-columns: minmax(0,1.65fr) minmax(260px,.65fr); align-items: end; gap: 70px; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { margin-bottom: 8px; }

.difference-section { background: var(--paper); }
.difference-grid { max-width: 1220px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.difference-card { min-height: 580px; position: relative; overflow: hidden; display: flex; align-items: flex-end; padding: 28px; border-radius: 22px; color: white; background-image: linear-gradient(180deg,transparent 45%,rgba(4,13,9,.85)), url('assets/images/hero-kitchen.webp'); background-size: 200% auto; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }
.before-card { background-position: left center; }
.after-card { background-position: right center; }
.difference-card > div { position: relative; z-index: 2; max-width: 360px; }
.difference-card b { display: block; margin-bottom: 7px; font-size: 32px; letter-spacing: -.045em; }
.difference-card p { margin-bottom: 0; color: rgba(255,255,255,.75); line-height: 1.55; }
.photo-label { position: absolute; top: 22px; left: 22px; padding: 8px 11px; border-radius: 999px; background: rgba(5,18,12,.52); backdrop-filter: blur(8px); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.outcome-row { max-width: 1040px; margin: 32px auto 0; display: grid; grid-template-columns: repeat(4,1fr); text-align: center; color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.outcome-row span { padding: 12px; }
.outcome-row span::before { content: '✓'; display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 8px; border-radius: 50%; background: #dff2e5; color: var(--green); }

.services-section { border-top: 1px solid var(--line); background: #f5f2e9; }
.service-grid { max-width: 1220px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #d6dad3; border-left: 1px solid #d6dad3; }
.service-card { min-height: 280px; padding: 30px; border-right: 1px solid #d6dad3; border-bottom: 1px solid #d6dad3; transition: background .25s ease, transform .25s ease; }
.service-card:hover { background: white; transform: translateY(-3px); }
.service-number { display: inline-grid; place-items: center; width: 40px; height: 40px; margin-bottom: 48px; border: 1px solid #c6cec6; border-radius: 50%; color: var(--green); font-size: 11px; font-weight: 900; }
.service-card h3 { font-size: 23px; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.standards-section { min-height: 720px; display: grid; grid-template-columns: 1fr 1fr; color: white; background: var(--green-deep); }
.standards-photo { min-height: 620px; background-image: linear-gradient(rgba(4,26,18,.12),rgba(4,26,18,.18)), url('assets/images/hero-kitchen.webp'); background-size: 200% auto; background-position: right center; }
.standards-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(56px,8vw,120px); }
.standards-copy h2 { max-width: 650px; }
.standards-copy > p:not(.eyebrow):not(.standards-note) { max-width: 620px; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.75; }
.standard-links { display: grid; margin: 24px 0; border-top: 1px solid rgba(255,255,255,.18); }
.standard-links a { padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.18); font-size: 13px; font-weight: 800; }
.standards-note { margin: 6px 0 0; color: rgba(255,255,255,.45); font-size: 11px; line-height: 1.65; }

.process-section { background: var(--paper); }
.process-grid { max-width: 1220px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); }
.process-grid article { position: relative; padding: 38px 28px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.process-grid article:last-child { border-right: 0; }
.process-grid article::after { content: ''; position: absolute; top: -4px; left: 28px; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }
.process-grid span { display: block; margin-bottom: 62px; color: #839088; font-size: 11px; font-weight: 800; }
.process-grid p { margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.owner-section { display: grid; grid-template-columns: minmax(0,1.5fr) minmax(320px,.6fr); gap: 16px; padding: 16px; background: var(--cream); }
.owner-card { min-height: 680px; display: grid; grid-template-columns: minmax(240px,.68fr) 1fr; gap: 60px; align-items: center; padding: clamp(44px,6vw,90px); border-radius: 24px; background: white; }
.owner-monogram { aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: var(--orange); font-size: clamp(60px,9vw,130px); font-weight: 900; letter-spacing: -.08em; box-shadow: inset 0 0 0 15px #e8eee8; }
.owner-copy h2 { font-size: clamp(42px,4.3vw,66px); }
.owner-copy > p { max-width: 620px; color: var(--muted); line-height: 1.75; }
.owner-copy .owner-intro { color: var(--ink); font-size: 19px; font-weight: 800; line-height: 1.5; }
.owner-actions { display: flex; align-items: center; gap: 25px; margin-top: 28px; }
.button-dark { background: var(--green); color: white; }
.text-link { font-size: 13px; font-weight: 800; }
.review-card { min-height: 680px; display: flex; flex-direction: column; justify-content: center; padding: clamp(38px,4vw,64px); border-radius: 24px; color: white; background: var(--green); }
.review-source { margin-bottom: 32px; color: #9ddfb4; font-size: 11px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.stars { margin-bottom: 26px; color: var(--orange); font-size: 20px; letter-spacing: .15em; }
.review-card blockquote { margin: 0 0 36px; font-size: clamp(24px,2.3vw,36px); line-height: 1.3; letter-spacing: -.04em; }
.review-card cite { color: rgba(255,255,255,.55); font-size: 12px; font-style: normal; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

.quote-section { padding: clamp(88px,9vw,135px) clamp(18px,5vw,74px); color: white; background: radial-gradient(circle at 50% 20%,#185c42 0%,var(--green) 42%,#05271d 100%); }
.quote-heading { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.quote-heading p:last-child { max-width: 630px; margin-left: auto; margin-right: auto; color: rgba(255,255,255,.63); }
.quote-shell { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: .9fr 1.1fr; gap: 16px; align-items: stretch; }
.service-picker, .quote-form { padding: clamp(28px,4vw,48px); border-radius: 24px; color: var(--ink); background: var(--paper); box-shadow: 0 28px 80px rgba(0,0,0,.24); }
.form-kicker { display: block; margin-bottom: 9px; color: #7c8c83; font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.service-picker h3, .quote-form h3 { margin-bottom: 26px; font-size: 27px; }
.radio-list { display: grid; gap: 8px; }
.radio-card { min-height: 57px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 18px; padding: 12px 14px; border: 1px solid #dde3dc; border-radius: 11px; cursor: pointer; transition: border-color .2s ease, background .2s ease; }
.radio-card input { position: absolute; opacity: 0; pointer-events: none; }
.radio-card span { font-size: 13px; font-weight: 800; }
.radio-card i { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #edf0ec; color: #75827a; font-size: 11px; font-style: normal; }
.radio-card.is-selected { border-color: var(--green); background: #e8f3eb; }
.radio-card.is-selected i { background: var(--green); color: white; }
.picker-note { display: grid; gap: 7px; margin-top: 31px; padding-top: 25px; border-top: 1px solid #dfe3dc; }
.picker-note b { font-size: 13px; }
.picker-note span { color: var(--muted); font-size: 11px; line-height: 1.55; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px 14px; }
.form-grid label { display: grid; gap: 7px; color: #5f6d65; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; border: 0; border-bottom: 1px solid #ced6ce; border-radius: 0; outline: 0; background: transparent; color: var(--ink); font-size: 14px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.form-grid input, .form-grid select { min-height: 43px; }
.form-grid textarea { padding: 12px 0; resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--green); }
.full-field { grid-column: 1 / -1; }
.form-submit { width: 100%; margin-top: 26px; background: var(--green); color: white; }
.quote-ready { margin-top: 14px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px; border-radius: 12px; background: #e3f2e7; }
.quote-ready div { display: grid; gap: 3px; }
.quote-ready b { font-size: 13px; }
.quote-ready span { color: #557063; font-size: 10px; }
.quote-ready a { flex: 0 0 auto; padding: 11px 14px; border-radius: 999px; color: white; background: var(--green); font-size: 11px; font-weight: 900; }

.faq-section { background: var(--paper); }
.faq-grid { max-width: 1220px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.faq-grid article { padding: 33px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.faq-grid p { margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

footer { min-height: 180px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 30px; align-items: center; padding: 42px clamp(22px,6vw,96px); color: white; background: #081710; }
.footer-copy { display: grid; gap: 7px; }
.footer-copy b { font-size: 13px; }
.footer-copy span { color: rgba(255,255,255,.5); font-size: 11px; }
.footer-actions { display: grid; gap: 8px; justify-items: end; font-size: 12px; font-weight: 800; }
.footer-actions a:last-child { color: var(--orange); }

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }

.not-found-page { min-height: 100svh; display: grid; place-items: center; padding: 24px; color: white; background: radial-gradient(circle at 50% 20%,#185c42 0%,var(--green) 45%,#05271d 100%); }
.not-found-shell { width: min(780px,100%); text-align: center; }
.not-found-brand { width: max-content; margin: 0 auto 70px; }
.not-found-shell h1 { margin-bottom: 24px; font-size: clamp(50px,9vw,94px); }
.not-found-shell > p:not(.eyebrow) { max-width: 590px; margin: 0 auto 30px; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.65; }

@media (max-width: 980px) {
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip div:nth-child(2) { border-right: 0; }
  .trust-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .split-heading { grid-template-columns: 1fr; gap: 25px; }
  .split-heading > p { max-width: 680px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid article:nth-child(2) { border-right: 0; }
  .owner-section { grid-template-columns: 1fr; }
  .review-card { min-height: 440px; }
  .quote-shell { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .site-header { padding: 17px 18px; }
  .menu-toggle { z-index: 12; display: grid; gap: 6px; width: 42px; height: 42px; place-content: center; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; background: rgba(10,25,19,.44); }
  .menu-toggle span { width: 17px; height: 1px; background: white; }
  .nav-links { position: absolute; top: 12px; left: 12px; right: 12px; display: none; align-items: stretch; padding: 70px 20px 22px; border: 1px solid rgba(255,255,255,.2); border-radius: 20px; background: rgba(8,24,17,.95); backdrop-filter: blur(18px); }
  .nav-links.is-open { display: grid; gap: 0; }
  .nav-links a { padding: 13px 4px; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .hero-content { padding-top: 6vh; }
  h1 { font-size: clamp(52px,17vw,74px); }
  h2 { font-size: clamp(40px,12vw,58px); }
  .hero-actions { flex-direction: column; align-items: stretch; max-width: 310px; margin-left: auto; margin-right: auto; }
  .hero-proof { bottom: 20px; gap: 10px 18px; flex-wrap: wrap; justify-content: center; width: calc(100% - 50px); white-space: normal; }
  .hero-proof span:last-child, .scroll-cue { display: none; }
  .condition-label { top: 27%; }
  .section { padding-left: 20px; padding-right: 20px; }
  .trust-strip div { min-height: 92px; padding: 18px; }
  .difference-grid { grid-template-columns: 1fr; }
  .difference-card { min-height: 430px; background-size: 210% auto; }
  .outcome-row { grid-template-columns: 1fr 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-number { margin-bottom: 30px; }
  .standards-section { grid-template-columns: 1fr; }
  .standards-photo { min-height: 380px; }
  .standards-copy { padding: 64px 24px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { border-right: 0; }
  .process-grid span { margin-bottom: 35px; }
  .owner-section { padding: 8px; }
  .owner-card { grid-template-columns: 1fr; gap: 38px; padding: 48px 25px; }
  .owner-monogram { width: min(260px,85%); margin: 0 auto; }
  .owner-actions { align-items: flex-start; flex-direction: column; }
  .quote-section { padding-left: 10px; padding-right: 10px; }
  .quote-heading { padding: 0 14px; }
  .service-picker, .quote-form { padding: 28px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .full-field { grid-column: auto; }
  .quote-ready { align-items: flex-start; flex-direction: column; }
  .quote-ready a { width: 100%; text-align: center; }
  .faq-grid { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
  .footer-actions { justify-items: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .scroll-cue span { animation: none; }
  .service-card { transition: none; }
}
