:root {
  --black: #090909;
  --black-2: #111111;
  --charcoal: #1b1b1b;
  --gold: #d99117;
  --gold-light: #f1c55a;
  --cream: #f7f4ed;
  --white: #ffffff;
  --muted: #6f6f6f;
  --line: #dedbd3;
  --radius: 18px;
  --shadow: 0 16px 50px rgba(0,0,0,.10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; color: #151515; background: #fff; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 100px 0; }
.kicker, .eyebrow { text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 800; color: var(--gold); }
h1,h2,h3 { margin: 0; line-height: 1.08; }
h1,h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 600; }
h1 { font-size: clamp(3rem, 7vw, 6.4rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.3rem, 4vw, 4.25rem); letter-spacing: -.035em; }
h3 { font-size: 1.2rem; }
p { margin: 0; }

.site-header { position: absolute; top: 0; left: 0; right: 0; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.13); }
.nav-wrap { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: 250px; min-width: 210px; }
.brand img { width: 100%; height: 64px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; gap: 28px; color: #fff; font-size: .93rem; font-weight: 650; }
.main-nav a { opacity: .9; transition: .2s ease; }
.main-nav a:hover { color: var(--gold-light); opacity: 1; }
.main-nav .nav-call { border: 1px solid rgba(255,255,255,.28); padding: 11px 16px; border-radius: 999px; }
.menu-toggle { display: none; background: transparent; border: 0; padding: 8px; }
.menu-toggle span { width: 27px; height: 2px; background: #fff; display: block; margin: 5px 0; }

.hero { min-height: 820px; position: relative; display: flex; align-items: center; color: #fff; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: url('assets/images/kitchen-walnut.webp') center 56% / cover no-repeat; transform: scale(1.015); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.62) 45%, rgba(0,0,0,.22) 80%, rgba(0,0,0,.32) 100%); }
.hero-content { position: relative; z-index: 2; padding-top: 140px; padding-bottom: 55px; }
.hero h1 { max-width: 900px; margin-top: 18px; text-shadow: 0 2px 25px rgba(0,0,0,.3); }
.hero > .container p, .hero-content > p { max-width: 720px; color: rgba(255,255,255,.87); font-size: clamp(1.03rem, 1.5vw, 1.25rem); margin-top: 24px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 23px; border-radius: 999px; font-weight: 800; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; cursor: pointer; }
.btn:hover { transform: translateY(-2px); }
.btn-gold { color: #15100a; background: linear-gradient(110deg, #b87008, #f1c55a 48%, #cf810c); box-shadow: 0 10px 28px rgba(217,145,23,.23); }
.btn-outline { color: #fff; border-color: rgba(255,255,255,.45); background: rgba(0,0,0,.16); backdrop-filter: blur(8px); }
.hero-trust { margin-top: 90px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: min(760px, 100%); border-top: 1px solid rgba(255,255,255,.22); padding-top: 24px; }
.hero-trust div { display: flex; align-items: baseline; gap: 12px; padding-right: 24px; }
.hero-trust strong { font-family: Georgia, serif; font-size: 2.15rem; color: var(--gold-light); }
.hero-trust span { font-size: .86rem; color: rgba(255,255,255,.76); line-height: 1.3; }

.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading h2 { margin: 10px 0 18px; }
.section-heading p { color: var(--muted); font-size: 1.05rem; }
.services { background: var(--cream); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #d8d4ca; border-left: 1px solid #d8d4ca; }
.service-card { min-height: 240px; padding: 32px; border-right: 1px solid #d8d4ca; border-bottom: 1px solid #d8d4ca; background: rgba(255,255,255,.3); transition: .2s ease; }
.service-card:hover { background: #fff; box-shadow: var(--shadow); transform: translateY(-3px); }
.service-card > span { display: inline-block; color: var(--gold); font-weight: 800; font-size: .78rem; letter-spacing: .11em; margin-bottom: 34px; }
.service-card h3 { margin-bottom: 12px; }
.service-card p { color: var(--muted); font-size: .95rem; }

.gallery-section { background: #fff; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; }
.split-heading p { padding-bottom: 10px; }
.gallery { display: grid; grid-template-columns: 1.1fr .9fr .9fr; grid-auto-rows: 330px; gap: 16px; }
.gallery-item { margin: 0; position: relative; overflow: hidden; border-radius: 14px; background: #eee; }
.gallery-item-large { grid-row: span 2; }
.gallery-item-wide { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.7)); pointer-events: none; }
.gallery-item figcaption { position: absolute; left: 22px; right: 22px; bottom: 20px; color: #fff; z-index: 2; display: flex; flex-direction: column; gap: 2px; }
.gallery-item figcaption span { color: var(--gold-light); text-transform: uppercase; letter-spacing: .09em; font-size: .72rem; font-weight: 800; }
.gallery-item figcaption strong { font-size: 1rem; }

.about { background: var(--black); color: #fff; }
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: start; }
.about-copy h2 { margin: 12px 0 25px; }
.about-copy p { color: rgba(255,255,255,.7); margin-bottom: 18px; max-width: 650px; }
.about-links { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 34px; }
.about-links a { color: var(--gold-light); font-weight: 800; border-bottom: 1px solid rgba(241,197,90,.45); }
.process-card { background: #151515; border: 1px solid #2a2a2a; border-radius: var(--radius); padding: 36px; }
.process-card ol { list-style: none; padding: 0; margin: 24px 0 0; }
.process-card li { display: grid; grid-template-columns: 44px 1fr; gap: 16px; padding: 22px 0; border-top: 1px solid #2c2c2c; }
.process-card li > span { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid #57421c; border-radius: 50%; color: var(--gold-light); font-weight: 800; }
.process-card strong { display: block; margin-bottom: 5px; }
.process-card p { color: rgba(255,255,255,.62); font-size: .93rem; }

.estimate-section { padding: 105px 0; background: #efe9dd; }
.estimate-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.estimate-copy h2 { margin: 12px 0 20px; }
.estimate-copy > p { color: #67625a; max-width: 480px; }
.contact-stack { display: grid; gap: 14px; margin-top: 40px; }
.contact-stack a, .contact-stack > div { display: flex; flex-direction: column; padding: 16px 0; border-top: 1px solid #cfc7b9; }
.contact-stack small { text-transform: uppercase; letter-spacing: .1em; font-weight: 800; color: #8b7650; }
.contact-stack strong { font-size: 1rem; margin-top: 3px; word-break: break-word; }
.form-card { background: #fff; border-radius: var(--radius); padding: 36px; box-shadow: var(--shadow); }
.form-row { margin-bottom: 18px; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: block; font-size: .86rem; font-weight: 800; color: #3b3934; }
input, select, textarea { width: 100%; border: 1px solid #d7d2c8; border-radius: 10px; background: #fbfaf8; padding: 13px 14px; margin-top: 7px; outline: none; color: #181818; transition: border .2s ease, box-shadow .2s ease; }
input:focus, select:focus, textarea:focus { border-color: #bd841f; box-shadow: 0 0 0 3px rgba(217,145,23,.13); }
textarea { resize: vertical; min-height: 130px; }
.form-submit { width: 100%; border: 0; margin-top: 20px; }
.form-note { font-size: .76rem; color: #817d75; margin-top: 12px; text-align: center; }
.hidden-field { position: absolute; left: -9999px; }
.success-message { padding: 14px 16px; border: 1px solid #a9c8a7; background: #eef7ed; border-radius: 10px; margin-bottom: 22px; color: #31562f; font-weight: 700; }

.footer { background: #050505; color: #fff; padding: 58px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr 1fr; gap: 60px; }
.footer-brand img { width: 310px; max-width: 100%; height: 95px; object-fit: contain; object-position: left; }
.footer-brand p { color: rgba(255,255,255,.5); margin-top: 10px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 8px; }
.footer-grid strong { color: var(--gold-light); margin-bottom: 8px; }
.footer-grid a { color: rgba(255,255,255,.67); font-size: .92rem; }
.footer-bottom { border-top: 1px solid #222; margin-top: 45px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.45); font-size: .83rem; }
.mobile-call { display: none; }

@media (max-width: 920px) {
  .nav-wrap { min-height: 80px; }
  .brand { width: 210px; }
  .menu-toggle { display: block; position: relative; z-index: 31; }
  .main-nav { position: fixed; inset: 0; z-index: 30; background: rgba(4,4,4,.98); display: flex; flex-direction: column; justify-content: center; gap: 28px; font-size: 1.3rem; transform: translateY(-105%); transition: transform .28s ease; }
  .main-nav.open { transform: translateY(0); }
  body.menu-open { overflow: hidden; }
  .hero { min-height: 760px; }
  .hero-trust { margin-top: 64px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 310px; }
  .gallery-item-large { grid-row: span 2; }
  .gallery-item-wide { grid-column: span 2; }
  .about-grid, .estimate-grid { grid-template-columns: 1fr; gap: 50px; }
  .split-heading { grid-template-columns: 1fr; gap: 10px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr; }
  .footer-brand { grid-column: span 2; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 76px 0; }
  .brand { width: 185px; }
  .brand img { height: 54px; }
  .hero { min-height: 740px; align-items: flex-end; }
  .hero-bg { background-position: 58% center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(0,0,0,.91) 0%, rgba(0,0,0,.62) 63%, rgba(0,0,0,.25) 100%); }
  .hero-content { padding-top: 130px; padding-bottom: 52px; }
  h1 { font-size: clamp(2.8rem, 13vw, 4.15rem); }
  h2 { font-size: clamp(2.25rem, 10vw, 3.25rem); }
  .hero-actions .btn { width: 100%; }
  .hero-trust { grid-template-columns: 1fr; gap: 12px; margin-top: 44px; }
  .hero-trust div { border-bottom: 1px solid rgba(255,255,255,.12); padding-bottom: 10px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .gallery { grid-template-columns: 1fr; grid-auto-rows: 360px; }
  .gallery-item-large, .gallery-item-wide { grid-row: auto; grid-column: auto; }
  .about-grid { gap: 36px; }
  .process-card, .form-card { padding: 24px; }
  .two-col { grid-template-columns: 1fr; gap: 16px; }
  .form-row { margin-bottom: 16px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; padding-bottom: 62px; }
  .mobile-call { display: flex; position: fixed; z-index: 50; left: 14px; right: 14px; bottom: 12px; height: 50px; border-radius: 999px; align-items: center; justify-content: center; background: linear-gradient(110deg, #b87008, #f1c55a 48%, #cf810c); color: #15100a; font-weight: 900; box-shadow: 0 8px 30px rgba(0,0,0,.28); }
}
