:root {
  --ink: #20201e;
  --muted: #67655f;
  --cream: #f7f4ed;
  --paper: #fffdf9;
  --wine: #72263a;
  --wine-dark: #501a29;
  --wood: #a86f36;
  --gold: #d5a44e;
  --line: #ded8ca;
  --shadow: 0 18px 50px rgba(40, 31, 23, .12);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow {
  margin: 0 0 10px;
  color: var(--wine);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
h1, h2, h3 {
  margin-top: 0;
  font-family: Georgia, 'Times New Roman', serif;
  line-height: 1.12;
  letter-spacing: -.025em;
}
h1 { font-size: clamp(2.65rem, 6.4vw, 5.8rem); }
h2 { font-size: clamp(2rem, 4vw, 3.45rem); }
h3 { font-size: 1.4rem; }
p { margin: 0 0 1.1rem; }
.lead { max-width: 760px; color: var(--muted); font-size: 1.12rem; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 1000; background: #fff; padding: 10px 14px; }
.skip-link:focus { top: 12px; }

.topbar { background: #191816; color: #fff; }
.topbar-inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 22px; font-size: .88rem; }
.topbar a { color: #fff; text-decoration: none; }
.topbar-contact { display: flex; gap: 20px; flex-wrap: wrap; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 253, 249, .96); border-bottom: 1px solid rgba(65, 49, 37, .09); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 92px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; flex: 0 0 auto; }
.brand img { width: 70px; height: 70px; object-fit: contain; }
.site-nav { margin-left: auto; }
.site-nav ul { list-style: none; display: flex; align-items: center; gap: 7px; padding: 0; margin: 0; }
.site-nav a { display: block; padding: 10px 12px; border-radius: 9px; color: #3c3833; text-decoration: none; font-size: .86rem; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; }
.site-nav a:hover, .site-nav a[aria-current='page'] { color: var(--wine); background: #f2e8e8; }
.call-button, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 19px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--wine), #963f54);
  color: #fff;
  box-shadow: 0 9px 24px rgba(114, 38, 58, .24);
  font-size: .88rem;
  font-weight: 800;
  letter-spacing: .035em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease;
}
.call-button:hover, .button:hover { transform: translateY(-2px); box-shadow: 0 13px 30px rgba(114, 38, 58, .3); }
.button.light { background: #fff; color: var(--wine); box-shadow: none; }
.button.outline { background: transparent; color: var(--ink); border: 1px solid #bcb3a5; box-shadow: none; }
.call-button strong { color: #ffd99c; }
.menu-toggle { display: none; width: 46px; height: 46px; margin-left: auto; border: 1px solid var(--line); border-radius: 12px; background: #fff; font-size: 1.35rem; }

.hero { position: relative; min-height: 680px; display: grid; align-items: end; overflow: hidden; background: #2e2824; color: #fff; }
.hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(22, 19, 17, .84) 0%, rgba(22, 19, 17, .52) 52%, rgba(22, 19, 17, .15) 100%), url('../images/hero-kitchen.jpg') center/cover no-repeat; transform: scale(1.015); }
.hero-content { position: relative; padding: 95px 0 88px; }
.hero .eyebrow { color: #ffd18a; }
.hero h1 { max-width: 850px; margin-bottom: 22px; }
.hero p { max-width: 650px; font-size: clamp(1.05rem, 2vw, 1.25rem); color: rgba(255,255,255,.84); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero .button.outline { border-color: rgba(255,255,255,.5); color: #fff; }

.trust-strip { background: var(--wine); color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-item { padding: 22px 28px; text-align: center; border-right: 1px solid rgba(255,255,255,.2); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; font-family: Georgia, serif; font-size: 1.17rem; }
.trust-item span { color: rgba(255,255,255,.75); font-size: .86rem; }

.section { padding: 96px 0; }
.section.alt { background: var(--cream); }
.section.dark { background: #25221f; color: #fff; }
.section-heading { margin-bottom: 38px; }
.section-heading.center { text-align: center; }
.section-heading.center .lead { margin-inline: auto; }
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(42px, 7vw, 90px); align-items: center; }
.split.reverse > :first-child { order: 2; }
.media-frame { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: #ddd; }
.media-frame::after { content: ''; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.55); border-radius: 11px; pointer-events: none; }
.media-frame img { width: 100%; min-height: 460px; object-fit: cover; }
.accent-note { margin-top: 26px; padding: 18px 20px; border-left: 4px solid var(--gold); background: #f7f0df; color: #4f463a; }

.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 25px rgba(44, 35, 28, .055); }
.card-number { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 50%; background: #f2e5e7; color: var(--wine); font-weight: 900; }
.card p { color: var(--muted); }

.cta { padding: 76px 0; background: linear-gradient(125deg, var(--wine-dark), var(--wine)); color: #fff; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.cta h2 { margin-bottom: 10px; }
.cta p { margin: 0; color: rgba(255,255,255,.77); }
.cta-actions { display: flex; flex-wrap: wrap; gap: 11px; flex: 0 0 auto; }

.page-hero { padding: 92px 0 78px; background: radial-gradient(circle at 82% 18%, rgba(213,164,78,.22), transparent 35%), linear-gradient(135deg, #2b2722, #171614); color: #fff; }
.page-hero h1 { margin-bottom: 14px; font-size: clamp(2.7rem, 6vw, 5.2rem); }
.page-hero p { max-width: 720px; color: rgba(255,255,255,.76); font-size: 1.12rem; }
.breadcrumbs { margin-bottom: 24px; color: #e2be79; font-size: .85rem; text-transform: uppercase; letter-spacing: .11em; }
.breadcrumbs a { text-decoration: none; }

.services-scene { position: relative; padding: 95px 0; background: linear-gradient(rgba(247,244,237,.94), rgba(247,244,237,.94)), url('../images/featured-kitchen.jpg') center/cover fixed; }
.service-list { display: grid; gap: 20px; }
.service-row { display: grid; grid-template-columns: 80px 1fr; gap: 26px; padding: 34px; border: 1px solid rgba(138, 111, 77, .22); border-radius: var(--radius); background: rgba(255,255,255,.9); box-shadow: 0 12px 35px rgba(57, 44, 32, .08); backdrop-filter: blur(6px); }
.service-icon { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 16px; background: var(--wine); color: #fff; font-family: Georgia, serif; font-size: 1.5rem; }
.service-row h2 { margin-bottom: 11px; font-size: 1.85rem; }
.service-row p, .service-row li { color: #625d55; }
.service-row ul { margin: 10px 0 0; padding-left: 20px; columns: 2; }

.gallery { columns: 3 280px; column-gap: 18px; }
.gallery-item { position: relative; width: 100%; margin: 0 0 18px; padding: 0; break-inside: avoid; overflow: hidden; border: 0; border-radius: 15px; background: #eee; cursor: zoom-in; box-shadow: 0 7px 22px rgba(34,27,21,.1); }
.gallery-item img { width: 100%; height: auto; transition: transform .35s ease; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item::after { content: 'View project'; position: absolute; inset: auto 12px 12px; padding: 8px 11px; border-radius: 999px; background: rgba(25,22,19,.78); color: #fff; opacity: 0; transform: translateY(5px); transition: .2s ease; font: 700 .76rem Arial, sans-serif; text-transform: uppercase; letter-spacing: .06em; }
.gallery-item:hover::after { opacity: 1; transform: translateY(0); }
.lightbox { position: fixed; inset: 0; z-index: 100; display: none; place-items: center; padding: 24px; background: rgba(12,11,10,.94); }
.lightbox.open { display: grid; }
.lightbox img { width: auto; height: auto; max-width: min(1500px, calc(100vw - 48px)); max-height: calc(100vh - 48px); border-radius: 12px; box-shadow: 0 20px 80px #000; }
.lightbox-close { position: fixed; right: 22px; top: 18px; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: transparent; color: #fff; font-size: 1.65rem; cursor: pointer; }
body.lightbox-open { overflow: hidden; }
.copy-notice { position: fixed; left: 50%; bottom: 28px; z-index: 200; padding: 11px 18px; border-radius: 999px; background: #171614; color: #fff; box-shadow: 0 12px 35px rgba(0,0,0,.28); font-size: .9rem; font-weight: 800; letter-spacing: .04em; opacity: 0; transform: translate(-50%, 12px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
.copy-notice.show { opacity: 1; transform: translate(-50%, 0); }

.values { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 38px; }
.value { padding: 28px; border-radius: 14px; background: var(--cream); border: 1px solid var(--line); }
.value h3 { color: var(--wine); }
.value p { margin-bottom: 0; color: var(--muted); }
.anniversary { display: inline-flex; align-items: center; gap: 14px; margin-top: 22px; font-weight: 800; }
.anniversary img { width: 110px; padding: 7px; background: #171717; border-radius: 10px; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 24px; }
.contact-panel { padding: 38px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.contact-panel.dark-panel { background: #25221f; color: #fff; border: 0; }
.contact-list { list-style: none; margin: 28px 0 0; padding: 0; }
.contact-list li { padding: 18px 0; border-bottom: 1px solid rgba(128,113,97,.2); }
.contact-list li:last-child { border-bottom: 0; }
.contact-list span { display: block; color: #ad9f8d; font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-list a { font-size: 1.08rem; font-weight: 700; text-decoration: none; }
.contact-list a:hover { color: #ffd18a; }
.map-placeholder { min-height: 100%; display: grid; place-items: center; padding: 55px; border-radius: var(--radius); background: radial-gradient(circle at 70% 20%, rgba(213,164,78,.25), transparent 30%), linear-gradient(140deg,#efe8dc,#d7c8b5); text-align: center; }
.map-placeholder .pin { width: 70px; height: 70px; display: grid; place-items: center; margin: 0 auto 24px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: var(--wine); color: #fff; font-size: 1.5rem; }
.map-placeholder .pin span { transform: rotate(45deg); }

.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.project { position: relative; overflow: hidden; min-height: 360px; border-radius: var(--radius); background: #222; color: #fff; }
.project img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; opacity: .72; }
.project-content { position: absolute; inset: auto 0 0; z-index: 1; padding: 30px; background: linear-gradient(transparent, rgba(0,0,0,.82)); }
.project-content h2 { margin: 0; font-size: 1.85rem; }
.partner-logo { max-width: 360px; margin-bottom: 35px; }

.site-footer { padding: 62px 0 24px; background: #171614; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .9fr; gap: 55px; padding-bottom: 42px; }
.footer-brand { display: flex; gap: 20px; align-items: flex-start; }
.footer-brand img { width: 74px; }
.footer-brand p { color: #aaa49c; }
.footer-title { margin: 0 0 17px; font: 800 .78rem Arial, sans-serif; letter-spacing: .14em; text-transform: uppercase; color: #d9b270; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin: 8px 0; }
.footer-links a { color: #d2cec7; text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #8f8a82; font-size: .82rem; }

@media (max-width: 980px) {
  .topbar { display: none; }
  .nav-wrap { min-height: 76px; }
  .brand img { width: 58px; height: 58px; }
  .menu-toggle { display: block; }
  .nav-wrap > .call-button { display: none; }
  .site-nav { display: none; position: absolute; top: 76px; left: 0; right: 0; padding: 12px 20px 22px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 16px 25px rgba(0,0,0,.08); }
  .site-nav.open { display: block; }
  .site-nav ul { display: block; }
  .site-nav a { padding: 13px 12px; }
  .hero { min-height: 590px; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; }
  .split.reverse > :first-child { order: initial; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 70px 0; }
  .hero { min-height: 610px; }
  .hero-content { padding: 74px 0 58px; }
  .hero::before { background-position: 62% center; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .card-grid, .values, .project-grid { grid-template-columns: 1fr; }
  .service-row { grid-template-columns: 1fr; padding: 25px; }
  .service-row ul { columns: 1; }
  .media-frame img { min-height: 320px; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .contact-panel { padding: 27px; }
  .page-hero { padding: 72px 0 58px; }
}

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