:root {
  --black: #090909;
  --panel: #121212;
  --gold: #e4aa31;
  --gold-light: #f6ce77;
  --white: #f7f7f5;
  --muted: #b8b8b2;
  --line: rgba(255,255,255,.14);
  --max: 920px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: Montserrat, Arial, sans-serif;
  line-height: 1.65;
}
a { color: inherit; }
img { display: block; width: 100%; }
.site-header {
  height: 78px;
  padding: 10px clamp(18px,4vw,42px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(9,9,9,.95);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
}
.brand img { width: 58px; height: 58px; border-radius: 50%; object-fit: cover; }
.header-call { color: var(--gold-light); text-decoration: none; font-size: .83rem; font-weight: 800; letter-spacing: .04em; }
.hero {
  min-height: min(790px, calc(100vh - 78px));
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.35) 44%, rgba(0,0,0,.96)); }
.hero-content { position: relative; width: min(var(--max), calc(100% - 36px)); margin: 0 auto; padding: 100px 0 68px; }
.eyebrow { margin: 0 0 13px; color: var(--gold-light); text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; font-weight: 800; }
h1, h2 { font-family: "Playfair Display", Georgia, serif; line-height: 1.05; margin: 0; }
h1 { font-size: clamp(3rem, 11vw, 6.9rem); max-width: 760px; text-shadow: 0 2px 30px #000; }
h2 { font-size: clamp(2.2rem, 7vw, 4.5rem); max-width: 800px; }
.hero-copy { max-width: 620px; margin: 22px 0 30px; color: #e3e3df; font-size: clamp(1rem,2.4vw,1.25rem); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 22px; border: 1px solid transparent; text-decoration: none; text-transform: uppercase; font-size: .78rem; font-weight: 800; letter-spacing: .08em; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: #070707; }
.button-outline { border-color: rgba(255,255,255,.75); background: rgba(0,0,0,.25); }
.section { width: min(var(--max), calc(100% - 36px)); margin: 0 auto; padding: clamp(72px,10vw,124px) 0; }
.intro p:last-child { margin: 28px 0 0; max-width: 720px; color: var(--muted); font-size: 1.08rem; }
.feature-image { width: min(1120px, calc(100% - 24px)); margin: 0 auto; }
.feature-image img { aspect-ratio: 16 / 9; object-fit: cover; }
.services h2 { margin-bottom: 42px; }
.service-list { border-top: 1px solid var(--line); }
.service-list article { display: grid; grid-template-columns: 48px 1fr; gap: 12px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.service-list span { color: var(--gold); font-weight: 800; }
h3 { margin: 0 0 5px; font-size: 1.15rem; }
.service-list p { margin: 0; color: var(--muted); }
.wide { width: 100%; margin-top: 38px; }
.gallery { width: min(1120px, calc(100% - 24px)); margin: 0 auto; display: grid; gap: 12px; }
.gallery img { min-height: 320px; max-height: 680px; object-fit: cover; }
.gallery img:last-child { object-position: center 42%; }
.visit h2 { margin-bottom: 42px; }
.visit-card { border: 1px solid var(--line); background: var(--panel); }
.visit-block { padding: 28px; border-bottom: 1px solid var(--line); }
.visit-block:last-child { border-bottom: 0; }
.visit-block p { color: var(--muted); }
.visit-block a { color: var(--gold-light); font-weight: 700; }
dl { margin: 12px 0 0; }
dl div { display: flex; justify-content: space-between; gap: 20px; padding: 9px 0; border-bottom: 1px dashed var(--line); }
dl div:last-child { border-bottom: 0; }
dt { color: var(--muted); }
dd { margin: 0; text-align: right; font-weight: 700; }
.phone { font-size: 1.45rem; text-decoration: none; }
.closing { padding: 90px 18px; text-align: center; background: #0d0d0d; border-top: 1px solid var(--line); }
.closing img { width: 130px; height: 130px; margin: 0 auto 24px; border-radius: 50%; object-fit: cover; }
.closing h2 { margin: 0 auto; }
.closing p { color: var(--muted); margin: 18px auto 28px; }
footer { padding: 28px 18px; border-top: 1px solid var(--line); color: #85857f; text-align: center; font-size: .78rem; }
@media (min-width: 760px) {
  .visit-card { display: grid; grid-template-columns: 1.2fr 1fr; }
  .visit-block { border-right: 1px solid var(--line); }
  .visit-block:nth-child(2) { border-right: 0; }
  .visit-block:last-child { grid-column: 1 / -1; border-top: 1px solid var(--line); }
}
@media (max-width: 520px) {
  .header-call { font-size: .72rem; }
  .hero { min-height: 680px; }
  .hero-image { object-position: 48% center; }
  dl div { display: block; }
  dd { text-align: left; }
}

/* Hero layout refinement: preserve the storefront sign and keep copy off the shopfront. */
@media (min-width: 900px) {
  .hero {
    align-items: center;
  }

  .hero-image {
    object-position: center top;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(0,0,0,.05) 0%, rgba(0,0,0,.12) 42%, rgba(0,0,0,.78) 72%, rgba(0,0,0,.94) 100%),
      linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.18) 58%, rgba(0,0,0,.55));
  }

  .hero-content {
    width: min(1180px, calc(100% - 72px));
    margin: 0 auto;
    padding: 82px 0 70px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-content > * {
    width: min(610px, 48%);
    margin-left: auto;
  }

  .hero-content .button-row {
    width: min(610px, 48%);
  }

  h1 {
    font-size: clamp(4.6rem, 7.2vw, 7.25rem);
    max-width: 610px;
  }

  .hero-copy {
    max-width: 610px;
  }
}

/* Desktop hero: compact copy block anchored to the far right. */
@media (min-width: 900px) {
  .hero {
    min-height: min(760px, calc(100vh - 78px));
    align-items: center;
  }

  .hero-image {
    object-position: center 16%;
  }

  .hero-shade {
    background:
      linear-gradient(90deg,
        rgba(0,0,0,.02) 0%,
        rgba(0,0,0,.06) 46%,
        rgba(0,0,0,.50) 66%,
        rgba(0,0,0,.90) 100%),
      linear-gradient(180deg,
        rgba(0,0,0,.03) 0%,
        rgba(0,0,0,.08) 55%,
        rgba(0,0,0,.48) 100%);
  }

  .hero-content {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 118px clamp(56px, 5vw, 100px) 72px;
    display: grid;
    justify-content: end;
    align-content: center;
  }

  .hero-content > * {
    width: min(460px, 34vw);
    margin-left: 0;
  }

  .hero-content .eyebrow {
    margin-bottom: 14px;
  }

  .hero-content h1 {
    width: min(500px, 37vw);
    max-width: 500px;
    font-size: clamp(4rem, 5.3vw, 5.8rem);
    line-height: .98;
    letter-spacing: -.025em;
  }

  .hero-copy {
    max-width: 450px;
    margin: 22px 0 26px;
    font-size: clamp(1rem, 1.3vw, 1.18rem);
    line-height: 1.55;
  }

  .hero-content .button-row {
    width: min(460px, 34vw);
  }
}

@media (min-width: 1400px) {
  .hero-content {
    padding-right: clamp(70px, 7vw, 140px);
  }
}

/* Final walk-in messaging and hero positioning. */
.walk-in-note {
  margin: 20px 0 0;
  color: var(--gold-light);
  font-size: .79rem;
  font-weight: 800;
  letter-spacing: .09em;
  line-height: 1.5;
  text-transform: uppercase;
}
.walk-in-note span { padding: 0 .35em; }
.walk-in-callout {
  margin: 34px 0 18px;
  color: var(--gold-light);
  font-weight: 800;
  letter-spacing: .02em;
}
.service-actions { margin-top: 0; }
.closing-actions { justify-content: center; }

@media (min-width: 900px) {
  .hero-image {
    object-position: 50% 18%;
  }

  .hero-content {
    padding: 105px clamp(42px, 4.5vw, 88px) 68px;
  }

  .hero-content > *,
  .hero-content .button-row {
    width: min(450px, 32vw);
  }

  .hero-content h1 {
    width: min(450px, 32vw);
    max-width: 450px;
    font-size: clamp(3.65rem, 4.65vw, 5.15rem);
    line-height: 1;
  }

  .hero-copy {
    max-width: 445px;
    margin-top: 15px;
  }

  .walk-in-note {
    margin-top: 20px;
  }
}

@media (max-width: 899px) {
  .walk-in-note { max-width: 620px; }
}


/* Pricing section */
.pricing h2 { margin-bottom: 42px; }
.price-list { border-top: 1px solid var(--line); }
.price-list > div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
  padding: 21px 0;
  border-bottom: 1px solid var(--line);
}
.price-list span { font-weight: 600; }
.price-list strong {
  flex: 0 0 auto;
  color: var(--gold-light);
  font-size: 1.12rem;
  letter-spacing: .02em;
}
.pricing-note {
  margin: 28px 0 0;
  color: var(--muted);
  font-size: .9rem;
}


/* Header social link */
.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}
.instagram-link {
  display: inline-flex;
  align-items: center;
  gap: 0;
  color: var(--gold-light);
  text-decoration: none;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .04em;
}
.instagram-icon {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}
.instagram-dot {
  fill: currentColor;
  stroke: none;
}
.instagram-link:hover,
.header-call:hover { color: var(--white); }

@media (max-width: 520px) {
  .header-actions { gap: 12px; }
  .instagram-icon { width: 22px; height: 22px; }
}
