:root{
  --ink:#111315;
  --ink-2:#191c1f;
  --paper:#f4f1ec;
  --white:#fff;
  --muted:#77736d;
  --line:#ded9d1;
  --orange:#f47a1f;
  --orange-2:#ff943f;
  --radius:22px;
  --shadow:0 18px 55px rgba(0,0,0,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);line-height:1.55}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(17,19,21,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.08)}
.nav-wrap{height:82px;display:flex;align-items:center;gap:24px}
.brand{width:240px;flex:0 0 auto}.brand img{width:100%;height:60px;object-fit:contain}
.main-nav{display:flex;gap:26px;margin-left:auto}.main-nav a{color:#d9d9d9;font-size:.95rem;font-weight:700}.main-nav a:hover{color:#fff}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border-radius:999px;background:var(--orange);color:#111;font-weight:900;border:2px solid var(--orange);transition:.2s ease;cursor:pointer}.btn:hover{transform:translateY(-2px);background:var(--orange-2);border-color:var(--orange-2)}
.btn-small{min-height:42px;padding:0 18px;font-size:.88rem}.desktop-call{gap:7px}.btn-ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.5)}.btn-ghost:hover{background:#fff;color:var(--ink);border-color:#fff}
.menu-toggle{display:none;background:none;border:0;padding:8px}.menu-toggle span{display:block;width:27px;height:2px;background:#fff;margin:6px 0}
.hero{min-height:760px;position:relative;display:grid;align-items:center;overflow:hidden;background:#111}.hero-image{position:absolute;inset:0;background:url('assets/hero-kitchen.webp') center/cover no-repeat;transform:scale(1.02)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,11,12,.93) 0%,rgba(10,11,12,.78) 42%,rgba(10,11,12,.22) 78%,rgba(10,11,12,.12) 100%)}
.hero-content{position:relative;z-index:2;color:#fff;padding:110px 0 90px}.eyebrow{margin:0 0 18px;font-size:.78rem;font-weight:900;letter-spacing:.17em;color:var(--orange);text-transform:uppercase}.eyebrow.dark{color:#a84a06}.hero h1{font-size:clamp(3.6rem,7vw,6.4rem);line-height:.93;letter-spacing:-.055em;margin:0 0 26px;max-width:820px}.hero h1 span{color:var(--orange)}.hero-copy{font-size:1.2rem;max-width:700px;color:#e7e7e7;margin:0 0 34px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.hero-badges{display:flex;flex-wrap:wrap;gap:12px;margin-top:44px}.hero-badges span{font-size:.82rem;font-weight:800;padding:10px 14px;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:rgba(255,255,255,.07)}
.trust-strip{background:var(--orange);color:#111}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-grid div{padding:24px 18px;border-right:1px solid rgba(0,0,0,.18);display:flex;flex-direction:column}.trust-grid div:last-child{border-right:0}.trust-grid strong{font-size:1.02rem}.trust-grid span{font-size:.84rem;opacity:.8}
.section{padding:105px 0}.section-heading{display:grid;grid-template-columns:1.2fr .8fr;gap:60px;align-items:end;margin-bottom:48px}.section-heading h2{font-size:clamp(2.6rem,5vw,4.25rem);letter-spacing:-.045em;line-height:1;margin:0}.section-heading>p{margin:0;color:var(--muted);font-size:1.08rem;max-width:500px}.section-heading.light h2,.section-heading.light>p{color:#fff}.section-heading.light>p{color:#c8c8c8}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.service-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;min-height:260px;transition:.22s ease}.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.service-card .icon{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;background:#111;color:var(--orange);font-size:1.6rem;font-weight:900;margin-bottom:28px}.service-card h3{font-size:1.35rem;margin:0 0 10px}.service-card p{color:var(--muted);margin:0}
.section-dark{background:var(--ink);color:#fff}.gallery{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:240px;gap:12px}.gallery-item{position:relative;overflow:hidden;border-radius:18px;margin:0;cursor:zoom-in;background:#222}.gallery-item.wide{grid-column:span 2}.gallery-item.tall{grid-row:span 2}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease,filter .35s ease}.gallery-item:hover img{transform:scale(1.045);filter:brightness(.88)}.gallery-item figcaption{position:absolute;left:14px;bottom:14px;background:rgba(17,19,21,.78);backdrop-filter:blur(8px);color:#fff;padding:8px 12px;border-radius:999px;font-size:.78rem;font-weight:800;border:1px solid rgba(255,255,255,.12)}
.before-after-section{background:#ede8e0}.project-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.project-card{background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:0 7px 24px rgba(0,0,0,.07)}.project-card img{width:100%;aspect-ratio:1/1;object-fit:cover}.project-card div{padding:22px}.project-card span{font-size:.74rem;color:#a84a06;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.project-card h3{margin:4px 0 0;font-size:1.2rem}
.about-section{background:#fff}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.about-photo-wrap{position:relative}.about-photo-wrap img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:28px}.about-accent{position:absolute;right:-22px;bottom:28px;background:var(--ink);color:#fff;padding:19px 24px;border-radius:18px;font-size:1.2rem;line-height:1.05;box-shadow:var(--shadow)}.about-accent strong{color:var(--orange);font-size:1.55rem}.about-copy h2{font-size:clamp(2.6rem,4.7vw,4.1rem);line-height:1;letter-spacing:-.045em;margin:0 0 24px}.about-copy>p{color:#625f5a;font-size:1.06rem}.about-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:26px 0}.about-list span{font-weight:700}.text-link{font-weight:900;color:#b04a00;border-bottom:2px solid #b04a00;padding-bottom:3px;display:inline-block}
.quote-section{background:var(--ink);color:#fff;padding:110px 0}.quote-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}.quote-copy h2{font-size:clamp(3rem,5vw,4.8rem);margin:0 0 20px;letter-spacing:-.05em;line-height:.95}.quote-copy>p{color:#c7c7c7;font-size:1.1rem}.contact-card{margin-top:40px;padding:26px;border:1px solid rgba(255,255,255,.14);border-radius:20px;background:rgba(255,255,255,.04);display:flex;flex-direction:column;align-items:flex-start}.contact-card span{color:#aaa}.contact-card>a:first-of-type{font-size:1.8rem;font-weight:900;color:var(--orange);margin:4px 0}.light-link{color:#fff;border-bottom-color:#fff}
.quote-form{background:#fff;color:var(--ink);border-radius:26px;padding:30px;box-shadow:var(--shadow)}.quote-form label{display:flex;flex-direction:column;gap:8px;font-weight:800;font-size:.88rem;margin-bottom:18px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.quote-form input,.quote-form select,.quote-form textarea{width:100%;border:1px solid #d7d2cb;background:#faf9f7;border-radius:13px;padding:14px 15px;outline:none;color:#111}.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(244,122,31,.13)}.quote-form textarea{resize:vertical}.form-submit{width:100%;border-radius:14px}.form-note{font-size:.78rem;color:#777;text-align:center;margin:12px 0 0}.form-status{margin-top:14px;font-size:.86rem;font-weight:700;color:#a84a06;min-height:1.3em}
footer{background:#090a0b;color:#ddd;padding:65px 0 26px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px}.footer-brand img{width:260px}.footer-brand p{color:#999}.footer-grid h3{color:#fff;margin:0 0 14px}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:8px}.footer-grid a:hover{color:var(--orange)}.footer-grid span{color:#888;font-size:.9rem}.footer-bottom{border-top:1px solid #26282b;margin-top:42px;padding-top:22px;display:flex;justify-content:space-between;color:#777;font-size:.84rem}.footer-bottom a{color:#aaa}
.mobile-cta{display:none}.lightbox{max-width:min(1000px,92vw);border:0;border-radius:20px;padding:0;background:#111;color:#fff;box-shadow:0 30px 120px rgba(0,0,0,.6)}.lightbox::backdrop{background:rgba(0,0,0,.8)}.lightbox img{max-height:78vh;width:100%;object-fit:contain}.lightbox p{padding:0 20px 16px;margin:0;font-weight:800}.lightbox-close{position:absolute;right:12px;top:10px;width:40px;height:40px;border:0;border-radius:50%;background:rgba(0,0,0,.7);color:#fff;font-size:1.6rem;cursor:pointer}
@media(max-width:960px){.desktop-call{display:none}.services-grid{grid-template-columns:repeat(2,1fr)}.gallery{grid-template-columns:repeat(2,1fr)}.project-cards{grid-template-columns:1fr}.about-grid,.quote-grid{grid-template-columns:1fr}.about-photo-wrap{max-width:650px}.about-accent{right:18px}.section-heading{grid-template-columns:1fr;gap:18px}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-grid div:nth-child(2){border-right:0}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}
@media(max-width:720px){body{padding-bottom:64px}.container{width:min(100% - 28px,1180px)}.nav-wrap{height:70px}.brand{width:190px}.brand img{height:52px}.menu-toggle{display:block;margin-left:auto}.main-nav{display:none;position:absolute;top:70px;left:0;right:0;background:#111;padding:18px 20px 24px;flex-direction:column;border-top:1px solid #2a2a2a}.main-nav.open{display:flex}.hero{min-height:690px}.hero-overlay{background:linear-gradient(180deg,rgba(10,11,12,.8),rgba(10,11,12,.9))}.hero-content{padding:95px 0 70px}.hero h1{font-size:clamp(3.2rem,15vw,5rem)}.hero-copy{font-size:1.05rem}.hero-actions .btn{width:100%}.hero-badges{gap:8px}.hero-badges span{font-size:.72rem}.trust-grid{grid-template-columns:1fr 1fr}.trust-grid div{padding:18px 12px}.section,.quote-section{padding:78px 0}.services-grid{grid-template-columns:1fr}.gallery{grid-template-columns:1fr;grid-auto-rows:280px}.gallery-item.wide{grid-column:span 1}.gallery-item.tall{grid-row:span 1}.form-row{grid-template-columns:1fr}.about-list{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column;gap:8px}.mobile-cta{display:grid;grid-template-columns:1fr 1fr;position:fixed;left:0;right:0;bottom:0;z-index:70;height:64px;background:#111;border-top:1px solid #333}.mobile-cta a{display:grid;place-items:center;color:#fff;font-weight:900}.mobile-cta a:last-child{background:var(--orange);color:#111}.about-accent{right:12px;bottom:12px}}
