:root {
  --bg: #f6f1e8;
  --surface: #ffffff;
  --surface-dark: #151515;
  --ink: #171717;
  --muted: #69645d;
  --accent: #d79a2b;
  --accent-2: #f0c86d;
  --line: rgba(23, 23, 23, 0.12);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 36px;
  --shadow: 0 24px 70px rgba(33, 27, 17, 0.12);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -70px;
  z-index: 9999;
  padding: 10px 14px;
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--shadow);
  transition: top .2s ease;
}
.skip-link:focus { top: 16px; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 108px 0; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: #8b6219;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--accent); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; }
h1 { margin-bottom: 24px; font-size: clamp(3rem, 7vw, 6.4rem); letter-spacing: -.055em; }
h1 span { color: var(--accent); }
h2 { margin-bottom: 22px; font-size: clamp(2.25rem, 4vw, 4.25rem); letter-spacing: -.045em; }
h3 { margin-bottom: 14px; font-size: 1.35rem; }
p { color: var(--muted); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  transition: background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}
.site-header.scrolled {
  background: rgba(246, 241, 232, .9);
  box-shadow: 0 12px 40px rgba(20, 17, 10, .08);
  backdrop-filter: blur(18px);
}
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand img { width: 50px; height: 50px; }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-size: 1rem; letter-spacing: .01em; }
.brand-copy small { margin-top: 6px; color: var(--muted); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 28px; }
.primary-nav > a { position: relative; font-size: .91rem; font-weight: 700; }
.primary-nav > a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 2px;
  background: var(--accent);
  transition: right .2s ease;
}
.primary-nav > a:hover::after, .primary-nav > a.active::after { right: 0; }
.nav-cta { padding: 12px 18px; border-radius: 999px; color: #fff; background: var(--surface-dark); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.68); cursor: pointer; }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; min-height: 100svh; padding: 150px 0 80px; display: grid; align-items: center; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; }
.hero-copy > p { max-width: 670px; margin-bottom: 30px; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 34px; }
.btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 20px; height: 20px; fill: currentColor; }
.btn-primary { color: #18130c; background: var(--accent); box-shadow: 0 12px 30px rgba(215,154,43,.28); }
.btn-primary:hover { background: var(--accent-2); }
.btn-secondary { border-color: rgba(23,23,23,.2); background: rgba(255,255,255,.45); }
.btn-secondary:hover { background: #fff; box-shadow: 0 10px 26px rgba(0,0,0,.08); }
.btn-light { color: #18130c; background: #fff; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 28px 44px; }
.hero-meta > div { display: grid; }
.hero-meta strong { font-size: .97rem; }
.hero-meta span { color: var(--muted); font-size: .82rem; }
.hero-visual { position: relative; }
.visual-card { position: relative; padding: 18px; border: 1px solid rgba(255,255,255,.7); border-radius: 42px; background: rgba(255,255,255,.4); box-shadow: var(--shadow); transform: rotate(1.5deg); }
.visual-card > img { width: 100%; border-radius: 30px; }
.floating-note {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 190px;
  padding: 13px 16px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 18px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 18px 48px rgba(17,17,17,.15);
  backdrop-filter: blur(12px);
  transform: rotate(-1.5deg);
}
.floating-note > span { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; color: #19130a; background: var(--accent-2); font-weight: 900; }
.floating-note div { display: grid; line-height: 1.2; }
.floating-note strong { font-size: .88rem; }
.floating-note small { margin-top: 4px; color: var(--muted); font-size: .72rem; }
.note-top { top: 8%; left: -11%; }
.note-bottom { right: -8%; bottom: 8%; }
.hero-shape { position: absolute; z-index: -1; border-radius: 50%; filter: blur(1px); }
.hero-shape-one { width: 480px; height: 480px; right: -170px; top: -130px; background: rgba(215,154,43,.18); }
.hero-shape-two { width: 320px; height: 320px; left: -120px; bottom: -130px; border: 80px solid rgba(23,23,23,.045); }

.trust-strip { color: #fff; background: var(--surface-dark); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { min-height: 130px; display: flex; align-items: center; gap: 16px; padding: 30px 24px; border-right: 1px solid rgba(255,255,255,.1); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid span { color: var(--accent); font-size: .78rem; font-weight: 800; }
.trust-grid p { margin: 0; color: rgba(255,255,255,.78); font-size: .93rem; }

.two-col { display: grid; grid-template-columns: .92fr 1.08fr; gap: 90px; align-items: center; }
.media-frame { overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.media-frame img { width: 100%; }
.section-media { position: relative; }
.experience-badge { position: absolute; right: -24px; bottom: 38px; width: 142px; height: 142px; display: grid; place-items: center; align-content: center; border-radius: 50%; color: #17120a; background: var(--accent); box-shadow: 0 20px 50px rgba(57,39,7,.2); }
.experience-badge strong { font-size: 2.5rem; line-height: 1; }
.experience-badge span { margin-top: 6px; font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.section-copy > p { font-size: 1.02rem; }
.about-points { display: grid; gap: 20px; margin-top: 30px; }
.about-points > div { display: flex; gap: 14px; }
.about-points > div > span { flex: 0 0 34px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #1b150b; background: var(--accent-2); font-weight: 900; }
.about-points p { margin: 0; }
.about-points strong { color: var(--ink); }

.services { color: #fff; background: #1a1a1a; }
.services .eyebrow { color: var(--accent-2); }
.section-heading { display: flex; justify-content: space-between; gap: 50px; align-items: end; margin-bottom: 48px; }
.section-heading > div { max-width: 740px; }
.section-heading > p { max-width: 430px; margin-bottom: 8px; }
.services .section-heading p { color: rgba(255,255,255,.62); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 290px; padding: 30px; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-md); background: rgba(255,255,255,.045); transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.service-card:hover { transform: translateY(-6px); border-color: rgba(215,154,43,.6); background: rgba(255,255,255,.075); }
.service-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 28px; border-radius: 15px; color: #18130b; background: var(--accent); font-size: 1.25rem; font-weight: 900; }
.service-card h3 { color: #fff; }
.service-card p { min-height: 78px; color: rgba(255,255,255,.62); }
.service-card > span { color: var(--accent-2); font-size: .87rem; font-weight: 800; }
.service-cta { margin-top: 24px; padding: 34px 38px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-radius: var(--radius-md); color: #17120a; background: var(--accent); }
.service-cta .eyebrow { color: #5c3d08; }
.service-cta .eyebrow::before { background: #5c3d08; }
.service-cta h3 { margin: 0; font-size: clamp(1.45rem, 3vw, 2.3rem); }

.gallery { background: #efe9df; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 260px; gap: 16px; }
.gallery-item { position: relative; overflow: hidden; padding: 0; border: 0; border-radius: 20px; background: #ddd; cursor: zoom-in; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.75)); }
.gallery-item:hover img { transform: scale(1.045); }
.gallery-item > span { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 20px; display: grid; color: #fff; text-align: left; }
.gallery-item strong { font-size: 1rem; }
.gallery-item small { color: rgba(255,255,255,.72); }

.section-heading.centered { display: grid; justify-items: center; text-align: center; }
.section-heading.centered > p { max-width: 650px; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.review-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,255,255,.6); }
.review-card.featured { transform: translateY(-12px); border-color: rgba(215,154,43,.45); background: #fff; box-shadow: var(--shadow); }
.stars { margin-bottom: 22px; color: var(--accent); letter-spacing: .12em; }
.review-card > p { min-height: 125px; color: #3d3934; font-size: 1.02rem; }
.reviewer { display: flex; align-items: center; gap: 12px; }
.reviewer > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: #17120a; background: var(--accent-2); font-weight: 900; }
.reviewer > div { display: grid; }
.reviewer small { color: var(--muted); }

.location { background: #fff; }
.location-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: center; }
.contact-list { display: grid; gap: 22px; margin: 32px 0; }
.contact-list > div { display: flex; gap: 14px; }
.contact-icon { flex: 0 0 42px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--bg); font-weight: 900; }
.contact-list strong { display: block; margin-bottom: 3px; }
.contact-list p { margin: 0; }
.location-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.map-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--bg); box-shadow: var(--shadow); }
.map-card iframe { width: 100%; min-height: 520px; display: block; border: 0; }
.map-link { display: block; padding: 16px 20px; color: #17120a; background: var(--accent); font-weight: 800; text-align: center; }

.closing-cta { padding: 64px 0; color: #fff; background: var(--surface-dark); }
.closing-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.closing-inner .eyebrow { color: var(--accent-2); }
.closing-inner h2 { max-width: 820px; margin-bottom: 0; font-size: clamp(2rem, 4vw, 4rem); }

.site-footer { padding: 70px 0 24px; color: #fff; background: #0e0e0e; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr .7fr .8fr; gap: 50px; }
.footer-brand .brand-copy small { color: rgba(255,255,255,.48); }
.footer-grid > div:first-child > p { max-width: 320px; margin-top: 24px; color: rgba(255,255,255,.54); }
.footer-grid h3 { margin-bottom: 18px; font-size: .9rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: grid; align-content: start; gap: 10px; }
.footer-grid a, .footer-grid p { color: rgba(255,255,255,.62); }
.footer-grid a:hover { color: var(--accent-2); }
.footer-bottom { margin-top: 60px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.42); }
.footer-bottom a { color: rgba(255,255,255,.7); }

.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 900; width: 60px; height: 60px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #25d366; box-shadow: 0 18px 42px rgba(37,211,102,.36); transition: transform .2s ease; }
.floating-whatsapp:hover { transform: translateY(-4px) scale(1.03); }
.floating-whatsapp svg { width: 31px; height: 31px; fill: currentColor; }

.lightbox { width: min(900px, calc(100% - 30px)); padding: 0; overflow: hidden; border: 0; border-radius: 24px; background: #111; box-shadow: 0 30px 90px rgba(0,0,0,.45); }
.lightbox::backdrop { background: rgba(0,0,0,.74); backdrop-filter: blur(5px); }
.lightbox img { width: 100%; max-height: 76vh; object-fit: contain; background: #0b0b0b; }
.lightbox p { margin: 0; padding: 16px 60px 18px 20px; color: rgba(255,255,255,.78); }
.lightbox-close { position: absolute; right: 13px; top: 13px; z-index: 2; width: 42px; height: 42px; border: 0; border-radius: 50%; color: #fff; background: rgba(0,0,0,.6); font-size: 1.7rem; line-height: 1; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }

@media (max-width: 1020px) {
  .primary-nav { position: fixed; inset: 76px 20px auto; display: grid; gap: 0; padding: 18px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.97); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .2s ease; }
  .primary-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .primary-nav a { padding: 13px 10px; }
  .primary-nav a::after { display: none; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .menu-toggle { display: block; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero { min-height: auto; }
  .hero-grid, .two-col, .location-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 40px; }
  .hero-copy { max-width: 780px; }
  .hero-visual { width: min(680px, 100%); margin-inline: auto; }
  .two-col, .location-grid { gap: 50px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .review-grid { grid-template-columns: 1fr; }
  .review-card.featured { transform: none; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 78px 0; }
  .nav-wrap { min-height: 76px; }
  .brand img { width: 44px; height: 44px; }
  .brand-copy strong { font-size: .9rem; }
  .brand-copy small { font-size: .62rem; }
  .hero { padding-top: 116px; }
  h1 { font-size: clamp(2.75rem, 15vw, 4.6rem); }
  .hero-actions .btn { width: 100%; }
  .hero-meta { display: grid; gap: 14px; }
  .floating-note { min-width: 164px; padding: 10px 12px; }
  .note-top { left: -4%; top: 4%; }
  .note-bottom { right: -4%; bottom: 5%; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div { min-height: 108px; padding: 22px 16px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .trust-grid > div:nth-child(even) { border-right: 0; }
  .experience-badge { right: 12px; bottom: -30px; width: 112px; height: 112px; }
  .experience-badge strong { font-size: 2rem; }
  .section-copy { margin-top: 30px; }
  .section-heading { display: grid; gap: 8px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-card p { min-height: auto; }
  .service-cta, .closing-inner { align-items: stretch; flex-direction: column; }
  .service-cta .btn, .closing-inner .btn { width: 100%; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 210px; }
  .gallery-item.wide { grid-column: span 2; }
  .map-card iframe { min-height: 390px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 480px) {
  .hero-visual { width: calc(100% - 6px); }
  .visual-card { padding: 10px; border-radius: 28px; }
  .visual-card > img { border-radius: 21px; }
  .floating-note { display: none; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { border-right: 0; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 260px; }
  .gallery-item.tall { grid-row: span 1; }
  .gallery-item.wide { grid-column: span 1; }
  .location-actions .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div { grid-column: 1 / -1 !important; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
