:root {
  --black: #101010;
  --black-soft: #171717;
  --ink: #202020;
  --muted: #6f6a63;
  --cream: #f6f2ea;
  --paper: #fcfaf6;
  --gold: #c7aa78;
  --gold-light: #e8dcc5;
  --line: rgba(16,16,16,.14);
  --radius: 22px;
  --shadow: 0 22px 60px rgba(20,16,10,.14);
  --container: min(1180px, calc(100% - 40px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
svg { width: 1.15em; fill: currentColor; }
.whatsapp-logo {
  width: 1.3em;
  height: 1.3em;
  flex: 0 0 auto;
  object-fit: contain;
  display: block;
}
.button--whatsapp .whatsapp-logo,
.whatsapp-widget__toggle .whatsapp-logo,
.whatsapp-widget__panel .whatsapp-logo,
.mobile-actions__whatsapp .whatsapp-logo {
  background: transparent;
  padding: 0;
}
.button--whatsapp-outline .whatsapp-logo,
.whatsapp-secondary .whatsapp-logo {
  background: #1fa855;
  border-radius: 50%;
  padding: 3px;
}
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; transform: translateY(-150%); background: #fff; color: #000; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { transform: none; }
.topbar { background: var(--black); color: #fff; font-size: .79rem; letter-spacing: .09em; text-transform: uppercase; }
.topbar__inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.topbar a { color: var(--gold-light); font-weight: 700; }
.header { position: sticky; top: 0; z-index: 50; background: rgba(252,250,246,.9); backdrop-filter: blur(14px); border-bottom: 1px solid transparent; transition: border-color .2s, box-shadow .2s; }
.header.scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(0,0,0,.06); }
.header__inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: max-content; }
.brand img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; }
.brand span { display: grid; line-height: 1.15; }
.brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.05rem; letter-spacing: .04em; }
.brand small { margin-top: 5px; color: var(--muted); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 28px; font-size: .93rem; font-weight: 600; }
.nav > a:not(.button) { position: relative; }
.nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--gold); transition: right .25s; }
.nav > a:not(.button):hover::after { right: 0; }
.menu-button { display: none; width: 44px; height: 44px; background: none; border: 1px solid var(--line); border-radius: 50%; padding: 0; align-items: center; justify-content: center; flex-direction: column; gap: 4px; }
.menu-button span { width: 18px; height: 1.5px; background: currentColor; transition: transform .25s, opacity .25s; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 22px; border: 1px solid var(--black); border-radius: 999px; background: var(--black); color: #fff; font-weight: 750; line-height: 1; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); background: #2a2a2a; }
.button--small { min-height: 42px; padding: 10px 18px; font-size: .85rem; }
.button--ghost { background: transparent; color: var(--ink); }
.button--ghost:hover { color: #fff; }
.button--light { border-color: #fff; background: #fff; color: var(--black); }
.button--light:hover { background: var(--gold-light); border-color: var(--gold-light); }
.button--ghost-dark { background: transparent; color: var(--black); }
.button--ghost-dark:hover { color: #fff; }
.button--whatsapp { border-color: #1fa855; background: #1fa855; color: #fff; }
.button--whatsapp:hover { border-color: #188d47; background: #188d47; }
.button--whatsapp-outline { border-color: #1fa855; background: transparent; color: #167a3d; }
.button--whatsapp-outline:hover { border-color: #188d47; background: #188d47; color: #fff; }
.hero__instagram { display: inline-flex; align-items: center; min-height: 52px; padding: 0 8px; color: var(--muted); font-size: .88rem; font-weight: 800; }
.hero__instagram:hover { color: var(--ink); }
.whatsapp-secondary { border-color: #1fa855; color: #167a3d; }
.whatsapp-secondary:hover { border-color: #188d47; background: #188d47; color: #fff; }
.hero { position: relative; overflow: hidden; padding: 82px 0 88px; background: radial-gradient(circle at 13% 16%, #fff 0, transparent 30%), linear-gradient(135deg, #f8f5ee, #f1eadf); }
.hero::before { content: ""; position: absolute; width: 470px; height: 470px; border: 1px solid rgba(199,170,120,.35); border-radius: 50%; right: -140px; top: 20px; }
.hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(45px, 7vw, 100px); }
.eyebrow { margin: 0 0 16px; color: #8f6f3c; font-size: .77rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.hero h1, .section h2, .contact h2, .difference-copy h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.hero h1 { max-width: 700px; font-size: clamp(3.25rem, 6vw, 5.9rem); }
.hero h1 em { color: #98794b; font-weight: 400; }
.hero__lead { max-width: 600px; margin: 28px 0 0; color: var(--muted); font-size: clamp(1.03rem, 1.4vw, 1.2rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero__proof { display: flex; gap: 0; margin-top: 46px; border-top: 1px solid var(--line); padding-top: 24px; }
.hero__proof > div { display: grid; gap: 2px; padding-right: 28px; margin-right: 28px; border-right: 1px solid var(--line); }
.hero__proof > div:last-child { border: 0; margin: 0; padding: 0; }
.hero__proof strong { font-size: 1.02rem; }
.hero__proof span { color: var(--muted); font-size: .75rem; }
.hero__visual { position: relative; min-height: 640px; }
.hero__image-wrap { position: absolute; inset: 0 55px 0 30px; border-radius: 240px 240px 24px 24px; overflow: hidden; box-shadow: var(--shadow); background: #ddd; }
.hero__image-wrap::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 -130px 100px -80px rgba(0,0,0,.75); pointer-events: none; }
.hero__image-wrap > img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.hero__image-label { position: absolute; z-index: 1; left: 32px; bottom: 28px; color: white; font-family: Georgia, "Times New Roman", serif; font-size: 1.12rem; }
.hero__mini { position: absolute; overflow: hidden; border: 6px solid var(--paper); box-shadow: var(--shadow); background: #ddd; }
.hero__mini img { width: 100%; height: 100%; object-fit: cover; }
.hero__mini--one { width: 145px; height: 185px; left: -20px; bottom: 48px; border-radius: 80px 80px 16px 16px; }
.hero__mini--two { width: 128px; height: 128px; right: -10px; top: 76px; border-radius: 50%; }
.hero__mini--two img { object-position: center; }
.trust-strip { background: var(--black); color: #f7f3eb; }
.trust-strip__grid { min-height: 78px; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.trust-strip i { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }
.section { padding: 110px 0; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: end; margin-bottom: 52px; }
.section-heading h2, .contact h2, .difference-copy h2 { font-size: clamp(2.7rem, 4.6vw, 4.8rem); }
.section-heading > p { max-width: 460px; justify-self: end; margin: 0; color: var(--muted); }
.collection-grid { display: grid; grid-template-columns: 1.12fr .88fr; grid-template-rows: 310px 310px; gap: 20px; }
.collection-card { position: relative; min-height: 0; border-radius: var(--radius); overflow: hidden; background: #ddd; isolation: isolate; }
.collection-card--tall { grid-row: 1 / 3; }
.collection-card > img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.collection-card--tall > img { object-position: center 32%; }
.collection-card:nth-child(2) > img { object-position: center 30%; }
.collection-card:hover > img { transform: scale(1.035); }
.collection-card::after { content: ""; position: absolute; inset: 0; z-index: 0; background: linear-gradient(to top, rgba(0,0,0,.82), transparent 63%); }
.collection-card__overlay { position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; padding: 28px; color: white; }
.collection-card__overlay span { color: var(--gold-light); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.collection-card__overlay h3 { margin: 6px 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.6rem, 2.4vw, 2.3rem); font-weight: 400; }
.collection-card__overlay a { font-size: .83rem; font-weight: 750; }
.collection-card__overlay b { margin-left: 6px; }
.section--dark { background: var(--black-soft); color: #f9f7f2; }
.difference-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.difference-copy { position: sticky; top: 140px; align-self: start; }
.difference-copy > p:not(.eyebrow) { max-width: 490px; color: #b9b4ab; margin: 28px 0; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--gold-light); font-weight: 800; border-bottom: 1px solid rgba(232,220,197,.4); padding-bottom: 5px; }
.text-link span { font-size: 1.2em; }
.text-link--dark { color: var(--ink); border-color: var(--line); }
.benefit-list { border-top: 1px solid rgba(255,255,255,.15); }
.benefit-list article { display: grid; grid-template-columns: 52px 1fr; gap: 24px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.benefit-list article > span { color: var(--gold); font-size: .75rem; font-weight: 800; }
.benefit-list h3 { margin: 0 0 7px; font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; font-weight: 400; }
.benefit-list p { margin: 0; color: #aaa59c; }
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 320px; gap: 16px; }
.gallery__item { position: relative; padding: 0; border: 0; border-radius: 18px; overflow: hidden; background: #ddd; cursor: zoom-in; }
.gallery__item--wide { grid-column: span 2; }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, filter .55s ease; }
.gallery__item:hover img { transform: scale(1.045); filter: brightness(.92); }
.rating-section { padding: 28px 0 88px; }
.rating-card { display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 48px; padding: 42px 48px; border-radius: var(--radius); color: white; background: linear-gradient(115deg, #171717, #2d261d); box-shadow: var(--shadow); }
.rating-card__score { display: grid; border-right: 1px solid rgba(255,255,255,.16); }
.rating-card__score > span { font-family: Georgia, "Times New Roman", serif; font-size: 3.8rem; line-height: 1; }
.rating-card__score > div { color: var(--gold); letter-spacing: .15em; }
.rating-card__score small { color: #aaa49a; margin-top: 5px; }
.rating-card__copy p { margin: 0 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.4rem, 2.3vw, 2rem); line-height: 1.25; }
.rating-card__copy span { color: #b8b1a8; font-size: .82rem; }
.contact { background: var(--cream); }
.contact__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 75px; align-items: stretch; }
.contact__info > p:not(.eyebrow) { color: var(--muted); margin: 26px 0 34px; max-width: 560px; }
dl { margin: 0; }
dl > div { display: grid; grid-template-columns: 110px 1fr; gap: 15px; padding: 18px 0; border-top: 1px solid var(--line); }
dl > div:last-child { border-bottom: 1px solid var(--line); }
dt { color: var(--muted); font-size: .78rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
dd { margin: 0; font-weight: 650; }
dd small { color: var(--muted); font-weight: 400; }
.contact-whatsapps { display: grid; gap: 7px; }
.contact-whatsapps a { width: fit-content; }
.contact-whatsapps a:hover { color: #167a3d; }
.contact__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.map-card { display: grid; grid-template-rows: 1fr auto; min-height: 600px; border-radius: var(--radius); overflow: hidden; background: #fff; box-shadow: var(--shadow); }
.map-card iframe { width: 100%; height: 100%; border: 0; filter: grayscale(.35) contrast(.95); }
.map-card__footer { display: flex; justify-content: space-between; gap: 20px; padding: 18px 22px; font-size: .84rem; }
.map-card__footer a { font-weight: 800; }
.footer { padding: 70px 0 100px; background: var(--black); color: white; }
.footer__grid { display: grid; grid-template-columns: 1.5fr .7fr .8fr; gap: 70px; }
.footer__brand { display: flex; align-items: center; gap: 18px; }
.footer__brand img { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; }
.footer__brand p { max-width: 320px; color: #aaa; }
.footer__grid > div:not(.footer__brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; color: #aaa; }
.footer__grid strong { color: white; margin-bottom: 6px; }
.footer__grid a:hover { color: var(--gold-light); }
.footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); color: #777; font-size: .78rem; }
.whatsapp-widget { position: fixed; z-index: 54; right: 24px; bottom: 24px; display: grid; justify-items: end; gap: 12px; }
.whatsapp-widget__toggle { min-height: 56px; display: inline-flex; align-items: center; gap: 10px; padding: 0 20px; border: 0; border-radius: 999px; background: #1fa855; color: #fff; box-shadow: 0 16px 44px rgba(17, 105, 53, .34); cursor: pointer; font-weight: 800; transition: transform .2s, background .2s; }
.whatsapp-widget__toggle:hover { transform: translateY(-2px); background: #188d47; }
.whatsapp-widget__toggle .whatsapp-logo { width: 26px; height: 26px; }
.whatsapp-widget__panel { width: min(330px, calc(100vw - 32px)); padding: 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; background: rgba(18,18,18,.96); color: #fff; box-shadow: 0 24px 70px rgba(0,0,0,.28); backdrop-filter: blur(16px); }
.whatsapp-widget__panel p { margin: 4px 8px 10px; color: #bcb7ae; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.whatsapp-widget__panel a { display: flex; align-items: center; gap: 12px; padding: 13px 12px; border-radius: 13px; }
.whatsapp-widget__panel a:hover { background: rgba(255,255,255,.08); }
.whatsapp-widget__panel .whatsapp-logo { width: 26px; height: 26px; }
.whatsapp-widget__panel span { display: grid; line-height: 1.2; }
.whatsapp-widget__panel strong { font-size: .9rem; }
.whatsapp-widget__panel small { margin-top: 4px; color: #aaa59c; font-size: .76rem; }
.mobile-actions { display: none; }
.lightbox { width: min(720px, calc(100% - 28px)); max-height: 92vh; padding: 0; border: 0; border-radius: 18px; overflow: hidden; background: transparent; box-shadow: 0 35px 120px rgba(0,0,0,.7); }
.lightbox::backdrop { background: rgba(0,0,0,.84); backdrop-filter: blur(6px); }
.lightbox img { width: 100%; max-height: 92vh; object-fit: contain; background: #111; }
.lightbox button { position: fixed; top: 20px; right: 24px; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(0,0,0,.45); color: white; font-size: 2rem; line-height: 1; cursor: pointer; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }
@media (max-width: 1000px) {
  .nav { gap: 18px; }
  .hero__grid { gap: 45px; }
  .hero__visual { min-height: 560px; }
  .hero__proof > div { padding-right: 16px; margin-right: 16px; }
  .difference-grid { gap: 55px; }
  .contact__grid { gap: 45px; }
  .rating-card { grid-template-columns: 170px 1fr; }
  .rating-card .button { grid-column: 1 / -1; justify-self: start; }
}
@media (max-width: 820px) {
  :root { --container: min(100% - 28px, 680px); }
  .topbar__inner span { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
  .header__inner { min-height: 72px; }
  .brand img { width: 48px; height: 48px; }
  .menu-button { display: flex; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }
  .nav { position: fixed; z-index: 49; inset: 106px 0 auto; min-height: calc(100vh - 106px); padding: 38px 28px; background: var(--paper); flex-direction: column; align-items: stretch; gap: 4px; transform: translateX(105%); transition: transform .3s ease; }
  .nav.open { transform: none; }
  .nav > a { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 1.15rem; }
  .nav .button { margin-top: 18px; }
  .hero { padding: 62px 0 70px; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__content { text-align: center; }
  .hero__lead { margin-inline: auto; }
  .hero__actions, .hero__proof { justify-content: center; }
  .hero__visual { width: min(100%, 520px); margin-inline: auto; min-height: 620px; }
  .trust-strip__grid { justify-content: center; flex-wrap: wrap; padding: 20px 0; }
  .section { padding: 82px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .section-heading > p { justify-self: start; }
  .collection-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 540px 330px; }
  .collection-card--tall { grid-column: 1 / -1; grid-row: auto; }
  .difference-grid { grid-template-columns: 1fr; }
  .difference-copy { position: static; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .contact__grid { grid-template-columns: 1fr; }
  .map-card { min-height: 480px; }
  .footer__grid { grid-template-columns: 1.3fr .7fr; }
  .footer__grid > div:last-child { grid-column: 2; }
}
@media (max-width: 560px) {
  body { padding-bottom: 68px; }
  .topbar { display: none; }
  .nav { inset: 72px 0 auto; min-height: calc(100vh - 72px); }
  .brand small { display: none; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.35rem); }
  .hero__actions { display: grid; }
  .hero__actions .button { width: 100%; }
  .hero__proof { display: grid; grid-template-columns: repeat(3, 1fr); }
  .hero__proof > div { margin: 0; padding: 0 8px; }
  .hero__proof span { font-size: .65rem; }
  .hero__visual { min-height: 510px; margin-top: 10px; }
  .hero__image-wrap { inset: 0 28px 0 28px; }
  .hero__mini--one { width: 105px; height: 136px; left: 0; bottom: 30px; }
  .hero__mini--two { width: 92px; height: 92px; right: 0; top: 55px; }
  .hero__image-label { left: 22px; bottom: 20px; font-size: .95rem; }
  .trust-strip__grid { font-size: .68rem; gap: 10px; }
  .trust-strip__grid span:nth-of-type(3), .trust-strip__grid span:nth-of-type(4), .trust-strip__grid i:nth-of-type(3) { display: none; }
  .section-heading h2, .contact h2, .difference-copy h2 { font-size: 2.7rem; }
  .collection-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: 470px 350px 350px; }
  .collection-card--tall { grid-column: auto; }
  .gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 240px; gap: 10px; }
  .gallery__item--wide { grid-column: span 2; }
  .rating-card { grid-template-columns: 1fr; gap: 26px; padding: 34px 28px; }
  .rating-card__score { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); padding-bottom: 22px; }
  .rating-card .button { grid-column: auto; width: 100%; }
  dl > div { grid-template-columns: 1fr; gap: 4px; }
  .contact__actions { display: grid; }
  .map-card { min-height: 420px; }
  .map-card__footer { flex-direction: column; gap: 4px; }
  .footer { padding-bottom: 54px; }
  .footer__grid { grid-template-columns: 1fr; gap: 36px; }
  .footer__grid > div:last-child { grid-column: auto; }
  .footer__bottom { flex-direction: column; }
  .whatsapp-widget { display: none; }
  .mobile-actions { position: fixed; z-index: 55; left: 0; right: 0; bottom: 0; height: 68px; display: grid; grid-template-columns: repeat(4, 1fr); background: rgba(16,16,16,.96); backdrop-filter: blur(14px); border-top: 1px solid rgba(255,255,255,.12); color: white; }
  .mobile-actions a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; padding: 3px 2px; font-size: .62rem; line-height: 1.1; text-align: center; }
  .mobile-actions svg { width: 20px; height: 20px; }
  .mobile-actions__whatsapp { color: #6cf09d; }
}
