:root {
  --bg: #faf7f2;
  --surface: #fffdf9;
  --sand: #f0e8dc;
  --ink: #201d1a;
  --muted: #716a62;
  --gold: #bd9637;
  --gold-dark: #916e21;
  --line: #e3dacd;
  --dark: #191714;
  --green: #25d366;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Montserrat", Arial, sans-serif;
  --shadow: 0 14px 32px rgba(61, 46, 28, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5rem; }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--ink); background: var(--bg); font-family: var(--sans); line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--gold-dark); outline-offset: 4px; }
.container { width: min(100% - 2rem, 72rem); margin-inline: auto; }
.icon-definitions { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip-link { position: fixed; z-index: 100; top: .75rem; left: .75rem; padding: .7rem 1rem; transform: translateY(-200%); background: var(--ink); color: #fff; text-decoration: none; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 30; top: 0; border-bottom: 1px solid var(--line); background: rgba(250, 247, 242, .96); backdrop-filter: blur(14px); }
.header-inner { min-height: 5rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand img { width: 8rem; height: auto !important; aspect-ratio: auto; object-fit: contain; }
.main-navigation { display: flex; align-items: center; justify-content: center; gap: clamp(.9rem, 2.2vw, 2rem); }
.main-navigation a { color: #565048; font-size: .75rem; font-weight: 600; text-decoration: none; }
.main-navigation a:hover { color: var(--gold-dark); }
.menu-toggle { display: none; width: 2.75rem; height: 2.75rem; padding: 0; border: 1px solid var(--line); border-radius: .75rem; background: var(--surface); }
.menu-toggle span { display: block; width: 1.1rem; height: 1px; margin: .24rem auto; background: var(--ink); }

.whatsapp-icon { width: 1.15rem; height: 1.15rem; flex: 0 0 auto; fill: currentColor; }
.whatsapp-button {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-height: 3rem;
  padding: .75rem 1.15rem; border: 0; border-radius: .65rem; background: linear-gradient(135deg, #d0ae50, var(--gold));
  box-shadow: 0 8px 18px rgba(170, 126, 34, .22); color: #fff; font-size: .73rem; font-weight: 700;
  letter-spacing: .04em; text-decoration: none; text-transform: uppercase; white-space: nowrap;
  transition: transform .2s ease, box-shadow .2s ease;
}
.whatsapp-button:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 11px 22px rgba(170, 126, 34, .28); }
.header-whatsapp { min-height: 2.65rem; font-size: .68rem; }
.outline-button {
  display: inline-flex; min-height: 3rem; align-items: center; justify-content: center; padding: .75rem 1.15rem;
  border: 1px solid var(--line); border-radius: .65rem; background: transparent; color: var(--ink);
  font-size: .73rem; font-weight: 700; letter-spacing: .04em; text-decoration: none; text-transform: uppercase;
}
.outline-button:hover { border-color: var(--gold); background: rgba(189, 150, 55, .08); }

.hero { padding: clamp(1.8rem, 4vw, 3.4rem) 0 clamp(4.5rem, 8vw, 7rem); }
.hero-strip { width: min(100% - 2rem, 72rem); margin: 0 auto; overflow: hidden; }
.hero-track { --gap: clamp(.55rem, 1.2vw, 1rem); display: flex; flex-flow: row nowrap; gap: var(--gap); transition: transform .55s ease; will-change: transform; }
.hero-slide { flex: 0 0 calc((100% - var(--gap) - var(--gap)) / 3); min-width: 0; margin: 0; overflow: hidden; border-radius: .85rem; background: var(--sand); box-shadow: var(--shadow); }
.hero-slide img { width: 100%; height: 100%; aspect-ratio: 1 / 1; object-fit: contain; object-position: center; background: #ece3d7; }
.hero-content { max-width: 52rem; margin-top: .7rem; text-align: center; }
.carousel-status { display: flex; min-height: 2rem; align-items: center; justify-content: flex-end; gap: 1rem; color: var(--muted); font-size: .68rem; }
.carousel-toggle { padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--gold-dark); font-size: .68rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.eyebrow { margin: 1.1rem 0 .6rem; color: var(--gold-dark); font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, h4 { margin-top: 0; font-family: var(--serif); font-weight: 500; line-height: 1.02; }
h1 { max-width: 48rem; margin: 0 auto 1.2rem; font-size: clamp(3rem, 6.5vw, 5.7rem); letter-spacing: -.025em; }
h1 span, h2 span { color: var(--gold-dark); }
.hero-description { margin: 0 0 .65rem; color: var(--muted); font-size: .94rem; }
.hero-highlight { max-width: 39rem; margin: 0 auto 1.7rem; color: #585149; font-size: .92rem; }
.hero-highlight strong { color: var(--gold-dark); }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: .75rem; }

.section { padding: clamp(4rem, 9vw, 7rem) 0; }
.section-soft { background: var(--sand); }
.section-heading { max-width: 45rem; margin: 0 auto clamp(2.7rem, 5vw, 4.5rem); text-align: center; }
.section-heading .eyebrow { margin-top: 0; }
.section-heading h2 { margin-bottom: .9rem; font-size: clamp(2.8rem, 5vw, 4.5rem); }
.section-heading > p:last-child { margin-bottom: 0; color: var(--muted); font-size: .94rem; }
.service-group + .service-group { margin-top: clamp(3.5rem, 7vw, 6rem); }
.group-title { margin-bottom: 1.5rem; padding-left: 1rem; border-left: 4px solid var(--gold); }
.group-title p { margin: 0 0 .15rem; color: var(--gold-dark); font-size: .68rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.group-title h3 { margin: 0; font-size: clamp(2rem, 3.5vw, 3rem); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.service-card { overflow: hidden; border: 1px solid rgba(128, 96, 35, .12); border-radius: 1rem; background: var(--surface); box-shadow: 0 8px 18px rgba(45, 35, 22, .05); }
.service-card > img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.service-card > div { padding: 1.2rem; }
.service-card h4 { min-height: 3rem; margin-bottom: 1rem; font-size: 1.55rem; }
.service-button { min-height: 2.5rem; padding: .65rem .85rem; font-size: .64rem; }

.gallery-grid { display: grid; grid-template-columns: 1.15fr .92fr .92fr; gap: 1rem; }
.gallery-card { position: relative; min-height: 22rem; padding: 0; overflow: hidden; border: 0; border-radius: 1rem; background: var(--dark); color: #fff; text-align: left; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; opacity: .94; transition: transform .35s ease, opacity .35s ease; }
.gallery-card:hover img { transform: scale(1.04); opacity: .72; }
.gallery-card span { position: absolute; right: 1rem; bottom: 1rem; left: 1rem; font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.gallery-wide { min-height: 29rem; }

.about-layout { display: grid; grid-template-columns: minmax(17rem, .78fr) minmax(0, 1fr); align-items: center; gap: clamp(2.5rem, 8vw, 7rem); }
.about-layout figure { display: grid; max-height: min(65vh, 31rem); margin: 0; place-items: center; border-radius: 1rem; box-shadow: var(--shadow); }
.about-layout figure img { display: block; width: auto; max-width: 100%; height: auto !important; max-height: min(65vh, 31rem); aspect-ratio: auto; border-radius: inherit; object-fit: contain; object-position: center; }
.about-layout h2 { margin-bottom: 1.1rem; font-size: clamp(2.8rem, 5vw, 4.4rem); }
.about-layout p:not(.eyebrow):not(.award) { color: var(--muted); }
.award { display: inline-block; margin: 0 0 1rem; padding: .35rem .65rem; border: 1px solid rgba(189, 150, 55, .4); border-radius: .45rem; color: var(--gold-dark); font-size: .73rem; font-weight: 700; }

.location-grid, .review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.location-card { min-height: 17rem; padding: 1.8rem; border: 1px solid var(--line); border-radius: 1rem; background: var(--surface); }
.location-card strong { color: var(--gold-dark); font-size: .7rem; letter-spacing: .12em; }
.location-card h3 { margin: 1.5rem 0 .8rem; font-size: 2rem; }
.location-card address { min-height: 4.5rem; color: var(--muted); font-size: .88rem; font-style: normal; }
.location-card a { color: var(--gold-dark); font-size: .7rem; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.reviews-section { background: var(--dark); color: #fff; }
.light-heading h2 { color: #fff; }
.light-heading .eyebrow, .light-heading h2 span { color: #d6b45d; }
.review-grid figure { display: flex; flex-direction: column; justify-content: space-between; min-height: 16rem; margin: 0; padding: 1.7rem; border: 1px solid rgba(255, 255, 255, .12); border-radius: 1rem; }
.review-grid blockquote { margin: 0; font-family: var(--serif); font-size: 1.55rem; line-height: 1.18; }
.review-grid figcaption { margin-top: 2rem; color: #d6b45d; font-size: .7rem; font-weight: 700; }
.final-cta { padding: clamp(4rem, 8vw, 6rem) 0; background: radial-gradient(circle at top, rgba(189, 150, 55, .22), transparent 48%), var(--sand); text-align: center; }
.final-cta > div { max-width: 48rem; }
.final-cta h2 { margin: 0 auto 1rem; font-size: clamp(3rem, 5.5vw, 4.8rem); }
.final-cta p:not(.eyebrow) { max-width: 34rem; margin: 0 auto 1.6rem; color: var(--muted); }

.site-footer { padding: 3.3rem 0 2rem; background: #11100e; color: #f5f0e8; text-align: center; }
.footer-inner { display: flex; flex-direction: column; align-items: center; }
.footer-inner img { width: min(12rem, 60vw); height: auto !important; aspect-ratio: auto; object-fit: contain; filter: brightness(0) invert(1); opacity: .9; }
.footer-inner p, .footer-inner small { color: #bdb5aa; font-size: .75rem; }
.footer-inner a, .footer-inner button { margin-top: .5rem; border: 0; background: transparent; color: #d6b45d; font-size: .74rem; font-weight: 700; text-decoration: none; }
.footer-inner small { margin-top: 1.8rem; }
.whatsapp-float { position: fixed; z-index: 25; right: 1.1rem; bottom: 1.1rem; display: grid; width: 3.35rem; height: 3.35rem; place-items: center; border: 0; border-radius: 50%; background: var(--green); color: #fff; box-shadow: 0 10px 22px rgba(17, 128, 55, .34); text-decoration: none; }
.whatsapp-float .whatsapp-icon { width: 1.6rem; height: 1.6rem; }
.privacy-dialog { max-width: min(92vw, 34rem); padding: 2rem; border: 0; border-radius: 1rem; background: var(--surface); color: var(--ink); box-shadow: 0 24px 70px rgba(0,0,0,.4); }
.privacy-dialog::backdrop { background: rgba(0,0,0,.65); }
.privacy-dialog button { position: absolute; top: .65rem; right: .65rem; width: 2.3rem; height: 2.3rem; border: 1px solid var(--line); border-radius: .5rem; background: var(--surface); font-size: 1.25rem; }
.privacy-dialog h2 { font-size: 2.4rem; }
.privacy-dialog img { width: auto; max-width: min(85vw, 42rem); max-height: 72vh; margin: 0 auto; object-fit: contain; }
.privacy-dialog img + p { margin: .9rem 0 0; color: var(--muted); font-size: .85rem; }

@media (max-width: 860px) {
  .header-whatsapp { display: none; }
  .menu-toggle { display: block; }
  .main-navigation { position: absolute; top: 100%; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: .65rem 1rem 1rem; border-bottom: 1px solid var(--line); background: var(--bg); box-shadow: 0 10px 22px rgba(45,35,22,.08); }
  .main-navigation.is-open { display: flex; }
  .main-navigation a { padding: .75rem; }
  .service-grid, .location-grid, .review-grid { grid-template-columns: 1fr; }
  .service-card { display: grid; grid-template-columns: 8.25rem 1fr; }
  .service-card > img { height: 100%; aspect-ratio: auto; }
  .service-card > div { display: flex; flex-direction: column; justify-content: center; }
  .service-card h4 { min-height: 0; }
  .about-layout { grid-template-columns: 1fr; gap: 2rem; text-align: center; }
  .about-layout figure { width: min(100%, 26rem); max-height: min(72vh, 34rem); margin-inline: auto; }
  .about-layout figure img { max-height: min(72vh, 34rem); }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-wide { grid-column: 1 / -1; min-height: 23rem; }
}

@media (max-width: 520px) {
  .container, .hero-strip { width: min(100% - 2rem, 38rem); }
  .header-inner { min-height: 4.7rem; }
  .brand img { width: 7.1rem; }
  .hero { padding-top: 2rem; }
  .hero-track { --gap: .55rem; }
  .hero-slide { flex-basis: calc((100% - var(--gap) - var(--gap)) / 3); border-radius: .65rem; }
  .carousel-status { justify-content: flex-end; font-size: .65rem; }
  .carousel-toggle { font-size: .64rem; }
  h1 { font-size: clamp(3rem, 13vw, 4.25rem); }
  .hero-highlight { font-size: .9rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions a { width: 100%; }
  .section { padding: 3.8rem 0; }
  .service-card { grid-template-columns: 7.25rem 1fr; }
  .service-card > div { padding: 1rem; }
  .service-card h4 { font-size: 1.35rem; }
  .service-button { width: fit-content; padding-inline: .75rem; font-size: .58rem; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-wide { grid-column: auto; min-height: 20rem; }
  .gallery-card { min-height: 20rem; }
  .whatsapp-float { width: 3.15rem; height: 3.15rem; right: .9rem; bottom: .9rem; }
}

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