:root {
  --ink: #0b0b0c;
  --ink-soft: #151516;
  --paper: #f4f1ea;
  --paper-soft: #e9e4da;
  --gold: #d8a84e;
  --gold-bright: #f0c76d;
  --line-dark: rgba(255, 255, 255, 0.12);
  --line-light: rgba(16, 16, 17, 0.14);
  --muted: #b9b5ae;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5rem; }
body {
  margin: 0;
  background: var(--ink);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(1160px, calc(100% - 2.5rem)); margin-inline: auto; }

.skip-link {
  position: fixed; z-index: 1000; top: .75rem; left: .75rem;
  padding: .75rem 1rem; border-radius: .5rem; background: var(--gold-bright);
  color: var(--ink); font-weight: 800; transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed; z-index: 100; inset: 0 0 auto;
  border-bottom: 1px solid var(--line-dark);
  background: rgba(8, 8, 9, .9); backdrop-filter: blur(14px);
}
.header-inner { display: flex; min-height: 4.75rem; align-items: center; gap: 2rem; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: .7rem; line-height: 1; }
.brand-mark {
  display: grid; width: 2.65rem; aspect-ratio: 1; place-items: center;
  border: 1px solid rgba(216, 168, 78, .55); background: var(--gold);
  color: var(--ink); font-size: .82rem; font-weight: 900; transform: rotate(45deg);
}
.brand-mark b { transform: rotate(-45deg); }
.brand > span:last-child { display: grid; gap: .2rem; }
.brand strong { font-size: .97rem; letter-spacing: .16em; }
.brand small { color: var(--gold-bright); font-size: .66rem; font-weight: 800; letter-spacing: .45em; }
.desktop-nav { display: flex; flex: 1; align-items: center; justify-content: center; gap: 1.35rem; }
.desktop-nav a { color: #d6d2cb; font-size: .87rem; font-weight: 700; transition: color 160ms ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--gold-bright); }

.button {
  display: inline-flex; min-height: 3.35rem; align-items: center; justify-content: center; gap: .6rem;
  padding: .82rem 1.2rem; border: 1px solid var(--gold); border-radius: .35rem;
  background: var(--gold); color: var(--ink); font-size: .94rem; font-weight: 850; line-height: 1.2;
  box-shadow: 0 12px 35px rgba(216, 168, 78, .18);
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}
.button:hover { border-color: var(--gold-bright); background: var(--gold-bright); transform: translateY(-2px); }
.button svg, .contact-link svg { width: 1.2rem; height: 1.2rem; }
.button-small { min-height: 2.7rem; padding: .65rem 1rem; font-size: .84rem; }
.menu-button {
  display: none; width: 2.75rem; height: 2.75rem; align-items: center; justify-content: center;
  border: 1px solid var(--line-dark); border-radius: .4rem; background: transparent; color: #fff; cursor: pointer;
}
.mobile-nav { display: none; }

.hero {
  position: relative; display: grid; min-height: min(860px, 100svh); align-items: center;
  overflow: hidden; padding: 8rem 0 4.5rem; isolation: isolate;
}
.hero-image, .hero-shade { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: 58% center; }
.hero-shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(4,4,5,.97) 0%, rgba(4,4,5,.84) 38%, rgba(4,4,5,.16) 78%),
              linear-gradient(0deg, rgba(4,4,5,.72) 0%, transparent 45%);
}
.hero-content { padding-top: 2rem; }
.eyebrow { margin: 0 0 1rem; color: var(--gold-bright); font-size: .78rem; font-weight: 900; letter-spacing: .23em; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { text-wrap: balance; }
h1 {
  max-width: 730px; margin-bottom: 1.35rem; font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.3rem, 8vw, 6.8rem); font-weight: 700; letter-spacing: -.055em; line-height: .92;
}
h2 {
  margin-bottom: 1rem; font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 5vw, 4rem); letter-spacing: -.035em; line-height: 1.02;
}
h3 { margin-bottom: .55rem; font-size: 1.3rem; }
.hero-copy { max-width: 590px; margin-bottom: 2rem; color: #d2cec6; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.4rem; }
.text-link { padding: .7rem 0; border-bottom: 1px solid rgba(255,255,255,.45); font-weight: 800; }
.text-link:hover { color: var(--gold-bright); border-color: var(--gold-bright); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 1.7rem; margin-top: 3.1rem; color: #c1bdb5; font-size: .9rem; font-weight: 700; }
.hero-meta span { display: inline-flex; align-items: center; gap: .5rem; }
.hero-meta svg { width: 1rem; color: var(--gold-bright); }

.section { padding: 7rem 0; background: var(--paper); color: var(--ink); }
.section-heading {
  display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  align-items: end; gap: 3rem; margin-bottom: 3.2rem;
}
.section-heading h2, .section-heading p { margin-bottom: 0; }
.section-heading > p { max-width: 450px; color: #5c5954; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.service-card {
  position: relative; min-height: 275px; padding: 1.5rem; overflow: hidden;
  border: 1px solid var(--line-light); background: #fff;
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}
.service-card:hover { border-color: var(--gold); box-shadow: 0 18px 50px rgba(35,28,17,.1); transform: translateY(-5px); }
.service-icon {
  display: grid; width: 3.2rem; height: 3.2rem; margin-bottom: 3.4rem; place-items: center;
  border-radius: 50%; background: var(--ink); color: var(--gold-bright);
}
.service-icon svg { width: 1.45rem; }
.service-number { position: absolute; top: 1rem; right: 1rem; color: #d6d0c4; font: 700 2.2rem Georgia, serif; }
.service-card p { margin-bottom: 0; color: #64605a; font-size: .94rem; }

.price-section { background: var(--ink-soft); color: #fff; }
.price-layout {
  display: grid; grid-template-columns: minmax(280px, .75fr) minmax(420px, 1.25fr);
  gap: clamp(3rem, 8vw, 8rem); align-items: center;
}
.price-intro > p:not(.eyebrow) { color: var(--muted); }
.button-outline { margin-top: 1rem; background: transparent; color: var(--gold-bright); box-shadow: none; }
.price-list { border-top: 1px solid var(--line-dark); }
.price-row {
  display: flex; min-height: 5.6rem; align-items: center; justify-content: space-between;
  gap: 1rem; padding: 1rem 1.2rem; border-bottom: 1px solid var(--line-dark);
}
.price-row > div { display: flex; align-items: center; gap: .75rem; }
.price-row span { font-size: 1.13rem; font-weight: 750; }
.price-row strong { color: var(--gold-bright); font: 700 1.55rem Georgia, serif; }
.price-row small { padding: .24rem .45rem; border-radius: 2rem; background: var(--gold); color: var(--ink); font-size: .64rem; font-weight: 900; letter-spacing: .08em; }
.price-row.featured { background: rgba(216,168,78,.07); }

.about-section { background: var(--paper-soft); }
.about-layout {
  display: grid; grid-template-columns: minmax(280px, .85fr) minmax(380px, 1.15fr);
  gap: clamp(3rem, 8vw, 8rem); align-items: center;
}
.about-panel {
  position: relative; display: grid; min-height: 485px; place-items: center;
  border: 1px solid rgba(216,168,78,.38);
  background: repeating-linear-gradient(135deg, transparent 0 24px, rgba(216,168,78,.045) 24px 25px), var(--ink);
  color: var(--gold-bright);
}
.about-panel::before, .about-panel::after { position: absolute; width: 4rem; height: 4rem; border-color: var(--gold); content: ""; }
.about-panel::before { top: 1.2rem; left: 1.2rem; border-top: 1px solid; border-left: 1px solid; }
.about-panel::after { right: 1.2rem; bottom: 1.2rem; border-right: 1px solid; border-bottom: 1px solid; }
.about-panel svg { position: absolute; bottom: 3.5rem; width: 2.4rem; height: 2.4rem; }
.about-monogram { font: 700 clamp(6rem, 16vw, 11rem) Georgia, serif; letter-spacing: -.12em; }
.about-copy > p:not(.eyebrow) { color: #57534d; }
.about-points { display: grid; gap: .7rem; margin-top: 1.7rem; font-size: .94rem; font-weight: 750; }
.about-points span { display: flex; align-items: center; gap: .55rem; }
.about-points svg { width: 1.15rem; color: #a87620; }

.hours-section { background: var(--paper); }
.hours-layout {
  display: grid; grid-template-columns: minmax(280px, 1fr) minmax(400px, 1fr);
  gap: clamp(3rem, 8vw, 8rem); align-items: center;
}
.muted-copy { max-width: 500px; color: #625f59; }
.schedule-card { padding: .65rem 2rem; border: 1px solid var(--line-light); background: #fff; box-shadow: 0 25px 70px rgba(35,28,17,.08); }
.schedule-card > div { display: flex; min-height: 5rem; align-items: center; justify-content: space-between; gap: 1.2rem; border-bottom: 1px solid var(--line-light); }
.schedule-card > div:last-child { border-bottom: 0; }
.schedule-card strong { font-size: 1.05rem; }
.schedule-card .closed { color: #a33b2f; }

.location-section { background: var(--ink-soft); color: #fff; }
.address-block { display: flex; align-items: flex-start; gap: .8rem; color: #d0cbc3; }
.address-block svg { flex: 0 0 auto; color: var(--gold-bright); }
.address-block p { margin-bottom: 0; }
.address-block small { color: #8f8b85; }
.map-frame { height: 410px; padding: .55rem; border: 1px solid rgba(216,168,78,.35); background: #232324; }
.map-frame iframe { width: 100%; height: 100%; border: 0; filter: grayscale(1) invert(.9) contrast(.82); }

.reviews-section { background: var(--paper-soft); }
.centered-heading { display: block; text-align: center; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.review-card { margin: 0; padding: 2rem; border: 1px solid var(--line-light); background: #fff; }
.stars { display: flex; gap: .22rem; margin-bottom: 1.3rem; color: #b67d1f; }
.stars svg { width: 1rem; height: 1rem; }
.review-card blockquote { min-height: 7rem; margin: 0; color: #363330; font: 1.15rem/1.55 Georgia, serif; }
.review-card figcaption { margin-top: 1.3rem; font-size: .88rem; font-weight: 850; }
.demo-note { margin: 1.4rem 0 0; color: #77716a; font-size: .8rem; text-align: center; }

.contact-section { padding: 6rem 0; border-top: 1px solid var(--line-dark); background: var(--ink); }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.contact-layout > div:first-child > p:last-child { max-width: 520px; margin-bottom: 0; color: var(--muted); }
.contact-actions { display: grid; gap: .85rem; }
.contact-link {
  display: flex; min-height: 3.3rem; align-items: center; justify-content: center; gap: .65rem;
  border: 1px solid var(--line-dark); color: #d1cdc6; font-size: .92rem; font-weight: 750;
  transition: border-color 160ms ease, color 160ms ease;
}
.contact-link:hover { border-color: var(--gold); color: var(--gold-bright); }

footer { padding: 2.3rem 0; border-top: 1px solid var(--line-dark); background: #070708; color: #85817a; font-size: .8rem; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.footer-inner p { margin: 0; text-align: center; }
.footer-inner > a:last-child:hover { color: var(--gold-bright); }
.footer-brand { color: #fff; }

.floating-whatsapp {
  position: fixed; z-index: 90; right: 1.25rem; bottom: 1.25rem;
  display: grid; width: 3.7rem; height: 3.7rem; place-items: center;
  border: 2px solid rgba(255,255,255,.75); border-radius: 50%; background: #25d366; color: #071d0d;
  box-shadow: 0 12px 35px rgba(0,0,0,.34); transition: transform 160ms ease;
}
.floating-whatsapp:hover { transform: translateY(-4px) scale(1.03); }
.floating-whatsapp svg { width: 1.65rem; height: 1.65rem; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--gold-bright); outline-offset: 4px; }

@media (max-width: 940px) {
  .desktop-nav, .header-cta { display: none; }
  .header-inner { justify-content: space-between; }
  .menu-button { display: inline-flex; }
  .mobile-nav { border-top: 1px solid var(--line-dark); background: #0b0b0c; }
  .mobile-nav.is-open { display: block; }
  .mobile-nav .shell { display: grid; padding: .8rem 0 1.2rem; }
  .mobile-nav a:not(.button) { padding: .72rem 0; border-bottom: 1px solid var(--line-dark); color: #d7d2ca; font-weight: 700; }
  .mobile-nav .button { margin-top: 1rem; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .review-card blockquote { min-height: 9rem; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 1.5rem, 1160px); }
  .section { padding: 5rem 0; }
  .hero { min-height: 760px; padding-top: 7rem; }
  .hero-image { object-position: 68% center; }
  .hero-shade {
    background: linear-gradient(90deg, rgba(4,4,5,.95) 0%, rgba(4,4,5,.75) 70%, rgba(4,4,5,.45) 100%),
                linear-gradient(0deg, rgba(4,4,5,.9) 0%, transparent 65%);
  }
  h1 { font-size: clamp(3.2rem, 16vw, 5rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .text-link { align-self: flex-start; }
  .hero-meta { display: grid; gap: .7rem; margin-top: 2.2rem; }
  .section-heading, .price-layout, .about-layout, .hours-layout, .contact-layout { grid-template-columns: 1fr; }
  .section-heading, .contact-layout { gap: 1.8rem; }
  .service-grid, .review-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-icon { margin-bottom: 2.2rem; }
  .price-layout, .about-layout, .hours-layout { gap: 3rem; }
  .price-row { padding-inline: .55rem; }
  .price-row > div { align-items: flex-start; flex-direction: column; gap: .3rem; }
  .about-panel { min-height: 350px; }
  .schedule-card { padding-inline: 1rem; }
  .schedule-card > div { align-items: flex-start; flex-direction: column; gap: .25rem; justify-content: center; }
  .map-frame { height: 330px; }
  .review-card blockquote { min-height: auto; }
  .footer-inner { flex-direction: column; text-align: center; }
}

@media (max-width: 380px) {
  .brand strong { font-size: .85rem; }
  .brand small { font-size: .58rem; }
  .floating-whatsapp { right: .8rem; bottom: .8rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
