:root {
  --ink: #080a0e;
  --navy: #0b1728;
  --panel: #10141b;
  --panel-soft: #151a22;
  --gold: #d4af37;
  --gold-bright: #f0cf69;
  --paper: #f7f4ed;
  --muted: #b7bcc6;
  --line: rgba(212, 175, 55, 0.24);
  --max: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; }

a { color: inherit; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  background: var(--gold-bright);
  color: #080808;
  padding: 10px 14px;
  border-radius: 4px;
  font-weight: 800;
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--line);
  background: rgba(8, 10, 14, 0.96);
  backdrop-filter: blur(14px);
}

.header-inner {
  width: min(100% - 32px, var(--max));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  flex: 0 0 auto;
  text-decoration: none;
  line-height: 1;
}

.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  letter-spacing: 0.08em;
}

.brand strong span { color: var(--gold); }

.brand small {
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.desktop-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 4px;
}

.desktop-nav a {
  padding: 10px 9px;
  color: #dde0e6;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible,
.desktop-nav a[aria-current="page"] { color: var(--gold-bright); }

.phone-link,
.button {
  min-height: 50px;
  padding: 0 21px;
  border: 1px solid var(--gold);
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  color: #080808;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.phone-link { flex: 0 0 auto; }

.button:hover,
.button:focus-visible,
.phone-link:hover,
.phone-link:focus-visible { filter: brightness(1.08); }

.button.secondary {
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(8, 10, 14, 0.68);
  color: #fff;
}

.menu-button {
  display: none;
  width: 48px;
  height: 48px;
  margin-left: auto;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: #11151c;
  color: var(--gold-bright);
  font: inherit;
  font-size: 1.35rem;
  cursor: pointer;
}

.mobile-nav { display: none; }

.hero {
  position: relative;
  min-height: 680px;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background: url("luxury-nyc-kitchen.webp") center / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 10, 14, 0.96) 0%, rgba(8, 10, 14, 0.75) 56%, rgba(8, 10, 14, 0.22) 100%),
    linear-gradient(0deg, var(--ink) 0%, transparent 24%);
}

.hero-inner,
.page-hero-inner,
.section-inner {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
}

.hero-copy { max-width: 750px; padding: 74px 0 100px; }

.eyebrow {
  margin: 0 0 17px;
  color: var(--gold-bright);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
}

h1 { max-width: 820px; font-size: clamp(2.6rem, 6.2vw, 5.6rem); letter-spacing: -0.035em; }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); letter-spacing: -0.025em; }
h3 { font-size: 1.48rem; }

.gold { color: var(--gold-bright); }

.lead {
  max-width: 720px;
  margin: 24px 0 0;
  color: #e0e3e8;
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.hero-actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 13px; }

.trust-row {
  margin: 34px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  color: #d5d8dd;
  list-style: none;
  font-size: 0.92rem;
}

.trust-row li::before { content: "✓"; margin-right: 8px; color: var(--gold-bright); font-weight: 900; }

.section { padding: 92px 0; }
.section.compact { padding: 68px 0; }
.section.navy { background: var(--navy); }
.section.soft { background: #0d1015; }

.section-heading { max-width: 760px; margin-bottom: 38px; }
.section-heading p { margin: 18px 0 0; color: var(--muted); font-size: 1.08rem; }

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 19px;
}

.service-card {
  min-height: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--panel);
}

.service-card img { width: 100%; height: 240px; object-fit: cover; }
.service-card-body { padding: 25px; }
.service-card p { margin: 13px 0 20px; color: var(--muted); }
.text-link { color: var(--gold-bright); font-weight: 800; text-underline-offset: 4px; }

.feature-grid {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 48px;
  align-items: start;
}

.feature-copy p { color: var(--muted); }

.check-list {
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  list-style: none;
}

.check-list li {
  padding: 15px 16px 15px 42px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.025);
}

.check-list li::before { content: "✓"; position: absolute; left: 15px; color: var(--gold-bright); font-weight: 900; }

.contact-card {
  padding: 33px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--gold);
  border-radius: 8px;
  background: linear-gradient(145deg, #151a22, #0d1118);
}

.contact-card p { color: var(--muted); }
.contact-card .button { width: 100%; margin-top: 12px; }

.page-hero {
  padding: 102px 0 76px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 82% 28%, rgba(212, 175, 55, 0.13), transparent 24rem),
    linear-gradient(140deg, #0b1728, #080a0e 58%);
}

.page-hero h1 { font-size: clamp(2.55rem, 5.5vw, 5rem); }

.page-hero .lead { max-width: 760px; }

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 54px;
  align-items: start;
}

.prose h2 { margin: 44px 0 16px; font-size: clamp(1.8rem, 3vw, 2.55rem); }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 30px 0 10px; }
.prose p, .prose li { color: #c9cdd4; }
.prose ul { padding-left: 21px; }
.prose a { color: var(--gold-bright); }

.sidebar { position: sticky; top: 104px; }

.area-list,
.model-list {
  margin: 22px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  list-style: none;
}

.area-list li,
.model-list li {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  color: #d4d7dc;
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.9rem;
}

.review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }

.video-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.video-wrap { position: relative; aspect-ratio: 16 / 9; background: #000; }
.video-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-body { padding: 24px; }
.stars { color: var(--gold-bright); letter-spacing: 0.12em; }

.cta-band {
  padding: 50px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(110deg, #182439, #0c1119);
}

.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.cta-inner p { margin: 9px 0 0; color: var(--muted); }

.site-footer { padding: 58px 0 28px; background: #05070a; }

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.75fr 1.2fr;
  gap: 42px;
}

.footer-title { margin: 0 0 15px; color: var(--gold-bright); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; }
.footer-copy { margin: 14px 0 0; color: #999faa; font-size: 0.92rem; }
.footer-links { margin: 0; padding: 0; display: grid; gap: 8px; list-style: none; }
.footer-links a { color: #c4c8cf; text-decoration: none; }
.footer-links a:hover { color: var(--gold-bright); }
.network { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.network a { padding: 9px 11px; border: 1px solid rgba(255, 255, 255, 0.09); color: #adb2bb; font-size: 0.84rem; text-decoration: none; }
.network a:hover { border-color: var(--line); color: var(--gold-bright); }

.copyright {
  margin-top: 42px;
  padding-top: 21px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  color: #7e8590;
  font-size: 0.82rem;
}

.error-page { min-height: 70vh; display: grid; place-items: center; text-align: center; }
.error-code { color: var(--gold-bright); font: 800 clamp(5rem, 17vw, 10rem)/0.8 Georgia, serif; }
.error-page p { max-width: 560px; margin: 24px auto; color: var(--muted); }

:focus-visible { outline: 3px solid var(--gold-bright); outline-offset: 3px; }

@media (max-width: 1040px) {
  .desktop-nav { display: none; }
  .menu-button { display: inline-grid; place-items: center; }
  .header-inner > .phone-link { display: none; }
  .mobile-nav.open {
    display: grid;
    position: fixed;
    top: 76px;
    left: 0;
    right: 0;
    max-height: calc(100vh - 76px);
    padding: 14px 16px 24px;
    overflow-y: auto;
    border-bottom: 1px solid var(--line);
    background: #080a0e;
  }
  .mobile-nav a { padding: 14px 10px; border-bottom: 1px solid rgba(255,255,255,.08); color: #fff; text-decoration: none; font-weight: 700; }
  .mobile-nav .phone-link { margin-top: 14px; }
  .feature-grid, .content-grid { grid-template-columns: 1fr; }
  .review-grid { grid-template-columns: 1fr 1fr; }
  .sidebar { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .hero { min-height: 650px; }
  .hero::after { background: linear-gradient(90deg, rgba(8,10,14,.94), rgba(8,10,14,.66)), linear-gradient(0deg,var(--ink),transparent 30%); }
  .hero-copy { padding: 62px 0 88px; }
  .hero-actions { display: grid; }
  .service-grid, .review-grid, .footer-grid, .check-list { grid-template-columns: 1fr; }
  .footer-grid > :first-child { grid-column: auto; }
  .section { padding: 70px 0; }
  .section.compact { padding: 54px 0; }
  .cta-inner { align-items: stretch; flex-direction: column; }
  .cta-inner .button { width: 100%; }
  .network { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
