:root {
  --bg: #f3efe7;
  --surface: #ffffff;
  --ink: #171717;
  --muted: #69645c;
  --line: #d8d0c3;
  --gold: #c7a25a;
  --gold-dark: #9f7d3d;
  --dark: #111111;
  --dark-2: #1c1c1c;
  --radius: 22px;
  --shadow: 0 22px 60px rgba(0, 0, 0, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
}
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.demo-badge {
  position: fixed;
  left: 14px;
  bottom: 14px;
  z-index: 50;
  background: rgba(17,17,17,.9);
  color: #fff;
  border: 1px solid rgba(255,255,255,.15);
  backdrop-filter: blur(10px);
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 40;
  background: rgba(13,13,13,.74);
  border-bottom: 1px solid rgba(255,255,255,.09);
  backdrop-filter: blur(14px);
}
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; }
.brand-mark {
  width: 40px; height: 40px; border: 1px solid var(--gold); border-radius: 50%;
  display: grid; place-items: center; font-family: 'Bebas Neue', sans-serif; letter-spacing: .08em;
  color: var(--gold); font-size: 20px;
}
.brand-text { font-family: 'Bebas Neue', sans-serif; font-size: 25px; letter-spacing: .08em; }
.main-nav { display: flex; align-items: center; gap: 28px; color: rgba(255,255,255,.84); font-size: 14px; font-weight: 600; }
.main-nav a:hover { color: #fff; }
.nav-cta { border: 1px solid var(--gold); padding: 10px 16px; border-radius: 999px; color: var(--gold) !important; }
.menu-toggle { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 8px; }
.menu-toggle span { display: block; height: 2px; background: #fff; margin: 6px 0; border-radius: 2px; }

.hero {
  min-height: 820px;
  display: grid;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(9,9,9,.96) 0%, rgba(9,9,9,.78) 45%, rgba(9,9,9,.25) 100%),
    url('https://images.unsplash.com/photo-1621605815971-fbc98d665033?auto=format&fit=crop&w=1800&q=85') center 32% / cover no-repeat;
}
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 35%, rgba(199,162,90,.12), transparent 30%);
  pointer-events: none;
}
.hero-content { position: relative; z-index: 2; padding-top: 100px; }
.eyebrow { margin: 0 0 18px; color: var(--gold); font-size: 12px; letter-spacing: .22em; font-weight: 700; }
.eyebrow.dark { color: var(--gold-dark); }
.hero h1, .section h2, .appointment-card h2, .contact-panel h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  letter-spacing: .015em;
  line-height: .94;
  margin: 0;
}
.hero h1 { font-size: clamp(72px, 10vw, 132px); max-width: 820px; }
.hero h1 span { color: var(--gold); }
.hero-copy { max-width: 680px; color: rgba(255,255,255,.76); font-size: 18px; margin: 26px 0 32px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; min-height: 52px;
  padding: 0 24px; border-radius: 999px; font-weight: 700; font-size: 14px;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--gold); color: #111; }
.btn-primary:hover { background: #d6b46d; }
.btn-secondary { border: 1px solid rgba(255,255,255,.28); color: #fff; background: rgba(255,255,255,.05); }
.btn-light { background: #fff; color: #111; min-width: 190px; }
.hero-meta { margin-top: 72px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 730px; border-top: 1px solid rgba(255,255,255,.18); padding-top: 22px; }
.hero-meta div { display: flex; flex-direction: column; gap: 2px; }
.hero-meta strong { font-size: 14px; }
.hero-meta span { font-size: 12px; color: rgba(255,255,255,.55); }

.stats-strip { background: var(--dark); color: #fff; border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-grid div { min-height: 126px; padding: 26px 24px; display: flex; align-items: center; gap: 18px; border-right: 1px solid rgba(255,255,255,.08); }
.stats-grid div:last-child { border-right: 0; }
.stats-grid span { font-family: 'Bebas Neue'; color: var(--gold); font-size: 34px; }
.stats-grid p { margin: 0; font-size: 14px; color: rgba(255,255,255,.7); }

.section { padding: 110px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 46px; }
.section-heading.compact { margin-bottom: 36px; }
.section-heading h2, .section-dark h2, .contact-panel h2 { font-size: clamp(50px, 6vw, 76px); }
.section-heading > p { max-width: 460px; margin: 0; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { position: relative; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; min-height: 310px; display: flex; flex-direction: column; box-shadow: 0 12px 32px rgba(26,23,18,.05); }
.service-card.featured { border-color: var(--gold); transform: translateY(-10px); box-shadow: var(--shadow); }
.service-tag { position: absolute; right: 18px; top: 18px; background: var(--gold); color: #17130d; padding: 6px 9px; border-radius: 999px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.service-icon { font-family: 'Bebas Neue'; font-size: 40px; color: var(--gold-dark); margin-bottom: 30px; }
.service-card h3 { font-family: 'Bebas Neue'; font-size: 34px; margin: 0 0 8px; font-weight: 400; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }
.service-footer { margin-top: auto; padding-top: 28px; border-top: 1px solid #ece7df; display: flex; justify-content: space-between; align-items: end; }
.service-footer span { font-size: 11px; text-transform: uppercase; color: var(--muted); letter-spacing: .08em; }
.service-footer strong { font-family: 'Bebas Neue'; font-size: 28px; font-weight: 400; }

.section-dark { background: var(--dark); color: #fff; }
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 78px; align-items: center; }
.about-media { position: relative; min-height: 560px; }
.photo-main {
  height: 560px;
  border-radius: var(--radius);
  background: url('https://images.unsplash.com/photo-1503951914875-452162b0f3f1?auto=format&fit=crop&w=1200&q=85') center / cover no-repeat;
  box-shadow: var(--shadow);
}
.experience-card { position: absolute; right: -28px; bottom: -28px; width: 220px; padding: 28px; background: var(--gold); color: #13110d; border-radius: 18px; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.experience-card strong, .experience-card span { font-family: 'Bebas Neue'; line-height: .88; font-size: 46px; }
.experience-card span { color: rgba(19,17,13,.65); }
.experience-card small { margin-top: 16px; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.about-copy > p:not(.eyebrow) { color: rgba(255,255,255,.64); }
.check-list { list-style: none; padding: 0; margin: 30px 0 0; display: grid; gap: 14px; }
.check-list li { position: relative; padding-left: 28px; color: rgba(255,255,255,.82); }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--gold); font-weight: 800; }

.gallery-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr 1.2fr; grid-auto-rows: 370px; gap: 14px; }
.gallery-item { position: relative; border-radius: 18px; overflow: hidden; background-size: cover; background-position: center; }
.gallery-item::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.68), transparent 55%); }
.gallery-item span { position: absolute; z-index: 2; left: 22px; bottom: 18px; color: #fff; font-family: 'Bebas Neue'; font-size: 28px; letter-spacing: .04em; }
.g1 { background-image: url('https://images.unsplash.com/photo-1512690459411-b9245aed614b?auto=format&fit=crop&w=1000&q=80'); }
.g2 { background-image: url('https://images.unsplash.com/photo-1599351431202-1e0f0137899a?auto=format&fit=crop&w=1000&q=80'); }
.g3 { background-image: url('https://images.unsplash.com/photo-1532710093739-9470acff878f?auto=format&fit=crop&w=1000&q=80'); }
.g4 { background-image: url('https://images.unsplash.com/photo-1521490683712-35a1cb235d1c?auto=format&fit=crop&w=1000&q=80'); }

.appointment-section { padding-top: 30px; }
.appointment-card { background: var(--gold); color: #17130d; border-radius: 28px; padding: 56px 62px; display: flex; align-items: center; justify-content: space-between; gap: 40px; box-shadow: var(--shadow); }
.appointment-card .eyebrow { color: rgba(23,19,13,.58); }
.appointment-card h2 { font-size: clamp(48px, 6vw, 74px); }
.appointment-card p:not(.eyebrow) { max-width: 700px; margin-bottom: 0; color: rgba(23,19,13,.68); }

.contact-section { padding-top: 70px; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 22px; }
.contact-panel { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 44px; }
.contact-list { margin-top: 36px; display: grid; gap: 0; }
.contact-list div { padding: 18px 0; border-top: 1px solid #e9e2d8; display: flex; flex-direction: column; gap: 3px; }
.contact-list span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.contact-list strong { font-size: 15px; }
.map-placeholder { min-height: 500px; border-radius: var(--radius); display: grid; place-items: center; align-content: center; text-align: center; gap: 8px; background: radial-gradient(circle at center, #d9cfbd 0 4%, transparent 4% 100%), linear-gradient(135deg, #e6ded1, #cfc3af); border: 1px solid var(--line); color: #51493e; padding: 30px; }
.map-pin { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: var(--gold); color: #111; font-size: 22px; box-shadow: 0 0 0 10px rgba(199,162,90,.18); margin-bottom: 12px; }
.map-placeholder strong { font-family: 'Bebas Neue'; font-size: 42px; font-weight: 400; }
.map-placeholder span { max-width: 350px; font-size: 13px; }

.site-footer { background: #0c0c0c; color: #fff; padding: 52px 0 90px; }
.footer-inner { display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.footer-brand { margin-bottom: 14px; }
.site-footer p { margin: 0; color: rgba(255,255,255,.5); font-size: 12px; }
.copyright { text-align: right; }
.back-to-top { position: fixed; right: 18px; bottom: 18px; z-index: 30; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; background: #171717; color: #fff; cursor: pointer; opacity: 0; transform: translateY(10px); transition: .2s ease; pointer-events: none; }
.back-to-top.show { opacity: 1; transform: translateY(0); pointer-events: auto; }

@media (max-width: 980px) {
  .main-nav { position: absolute; top: 78px; left: 20px; right: 20px; background: #151515; border: 1px solid rgba(255,255,255,.09); border-radius: 16px; padding: 18px; display: none; flex-direction: column; align-items: stretch; gap: 4px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 10px; }
  .nav-cta { text-align: center; margin-top: 6px; }
  .menu-toggle { display: block; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; }
  .about-media { width: min(100%, 720px); }
  .experience-card { right: 22px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1160px); }
  .nav-wrap { height: 68px; }
  .brand-mark { width: 36px; height: 36px; }
  .brand-text { font-size: 21px; }
  .main-nav { top: 68px; left: 14px; right: 14px; }
  .hero { min-height: 760px; background-position: 62% center; }
  .hero-content { padding-top: 90px; }
  .hero h1 { font-size: clamp(62px, 20vw, 92px); }
  .hero-copy { font-size: 16px; }
  .hero-meta { grid-template-columns: 1fr; gap: 16px; margin-top: 54px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid div:nth-child(2) { border-right: 0; }
  .stats-grid div { min-height: 100px; padding: 20px 14px; }
  .section { padding: 82px 0; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 18px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card.featured { transform: none; }
  .about-media, .photo-main { min-height: 440px; height: 440px; }
  .experience-card { width: 180px; right: 14px; bottom: -22px; }
  .experience-card strong, .experience-card span { font-size: 37px; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 330px; }
  .appointment-card { padding: 42px 28px; display: block; }
  .appointment-card .btn { margin-top: 28px; width: 100%; }
  .contact-panel { padding: 32px 24px; }
  .map-placeholder { min-height: 360px; }
  .footer-inner { display: block; }
  .copyright { text-align: left; margin-top: 28px !important; }
  .demo-badge { display: none; }
}

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