:root {
  --ivory: #f7f3ee;
  --paper: #fbf9f6;
  --sand: #e8ddd2;
  --nude: #c8b3a1;
  --taupe: #ad9682;
  --brown: #58483d;
  --ink: #302720;
  --muted: #756255;
  --line: rgb(88 72 61 / 18%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--ivory); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
[hidden] { display: none !important; }
.skip-link { position: fixed; z-index: 99; left: 16px; top: 12px; transform: translateY(-180%); border-radius: 999px; padding: 12px 16px; background: var(--brown); color: #fff; text-decoration: none; }
.skip-link:focus { transform: translateY(0); }
body::selection { background: var(--nude); color: var(--ink); }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 3px solid #8d725e; outline-offset: 4px; }

.hero { min-height: 100svh; position: relative; overflow: hidden; display: flex; flex-direction: column; padding: 20px clamp(20px, 5vw, 72px) 28px; background: radial-gradient(circle at 78% 12%, #fff 0, transparent 30%), var(--ivory); }
.topbar { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.topbar img, footer img { width: 154px; height: 62px; object-fit: cover; mix-blend-mode: multiply; }
.topbar a { min-height: 44px; display: inline-flex; align-items: center; gap: 10px; color: var(--muted); font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.hero-inner { position: relative; z-index: 1; width: min(100%, 830px); margin: auto; padding: 64px 0 56px; text-align: center; animation: rise .8s ease both; }
.eyebrow, .section-index { margin: 0 0 25px; color: var(--muted); font-size: .7rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
h1 { margin: 0; font-size: clamp(3rem, 8vw, 6.9rem); line-height: .94; letter-spacing: -.045em; }
.hero-copy { max-width: 570px; margin: 30px auto; color: #66564b; font-size: clamp(1rem, 2vw, 1.16rem); line-height: 1.7; }
.primary-button { display: inline-flex; min-height: 58px; align-items: center; justify-content: center; gap: 18px; border-radius: 999px; padding: 16px 25px; background: var(--brown); color: #fff; font-weight: 700; line-height: 1.25; text-decoration: none; box-shadow: 0 14px 30px rgb(72 56 45 / 14%); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.primary-button:hover { transform: translateY(-2px); background: #44372f; box-shadow: 0 18px 36px rgb(72 56 45 / 20%); }
.hero-footer { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.hero-footer p { max-width: 390px; margin: 0; color: var(--muted); font-family: Georgia, serif; font-size: .95rem; font-style: italic; line-height: 1.55; }
.hero-footer a { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid var(--line); border-radius: 50%; text-decoration: none; }
.hero-mark { position: absolute; right: -.05em; bottom: -.28em; color: rgb(173 150 130 / 9%); font-family: Georgia, serif; font-size: min(52vw, 520px); line-height: 1; }

.story { max-width: 1240px; margin: 0 auto; padding: clamp(90px, 12vw, 170px) clamp(22px, 6vw, 86px); }
.story-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: clamp(48px, 9vw, 140px); align-items: end; }
.story h2, .visit h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 5rem); line-height: 1.02; letter-spacing: -.035em; }
.story-grid p { margin: 0; color: var(--muted); line-height: 1.75; }
.story-grid .lead { margin-bottom: 24px; color: var(--ink); font-family: Georgia, serif; font-size: clamp(1.35rem, 2.5vw, 1.8rem); line-height: 1.4; }

.curadoria { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); min-height: 760px; background: var(--sand); }
.portrait-wrap { position: relative; min-height: 620px; overflow: hidden; }
.portrait-wrap picture, .portrait-wrap img { display: block; width: 100%; height: 100%; }
.portrait-wrap img { object-fit: cover; object-position: center 30%; filter: sepia(.08) contrast(1.02); }
.portrait-caption { position: absolute; right: 24px; bottom: 24px; border-radius: 999px; padding: 10px 14px; background: rgb(247 243 238 / 88%); color: var(--brown); font-size: .67rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; backdrop-filter: blur(8px); }
.curadoria-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(60px, 9vw, 128px); }
.curadoria-copy h2 { max-width: 500px; margin: 0 0 30px; font-size: clamp(2.8rem, 5vw, 5.2rem); line-height: .98; letter-spacing: -.04em; }
.curadoria-copy > p:not(.section-index) { max-width: 510px; margin: 0 0 36px; color: #5f5046; font-size: 1.05rem; line-height: 1.8; }
.text-link { display: inline-flex; min-height: 46px; align-items: center; gap: 22px; border-bottom: 1px solid currentColor; color: var(--brown); font-size: .83rem; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; transition: gap .2s ease; }
.text-link:hover { gap: 28px; }

.visit { max-width: 1240px; margin: 0 auto; padding: clamp(90px, 12vw, 170px) clamp(22px, 6vw, 86px); }
.visit-heading { max-width: 780px; margin-bottom: clamp(48px, 7vw, 90px); }
.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.info-card { min-height: 400px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid var(--line); border-radius: 22px; padding: clamp(30px, 5vw, 58px); background: var(--paper); box-shadow: 0 18px 55px rgb(88 72 61 / 5%); }
.info-card.soft { background: #ede5dc; }
.card-icon { display: grid; width: 46px; height: 46px; place-items: center; margin-bottom: auto; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); font-size: 1.25rem; }
.info-card h3 { margin: 44px 0 18px; font-size: clamp(1.8rem, 3vw, 2.5rem); }
.info-card address, .hours { margin: 0 0 28px; color: var(--muted); font-style: normal; line-height: 1.7; }
.hours { width: 100%; }
.hours div { display: flex; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--line); padding: 10px 0; }
.hours dt, .hours dd { margin: 0; }
.hours dd { color: var(--ink); font-weight: 700; }

footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; border-top: 1px solid var(--line); padding: 38px clamp(22px, 5vw, 72px) 80px; }
footer p { margin: 0; color: var(--muted); font-family: Georgia, serif; font-size: .95rem; text-align: center; }
footer nav { display: flex; justify-content: flex-end; gap: 22px; }
footer nav a { min-height: 44px; display: inline-flex; align-items: center; color: var(--muted); font-size: .73rem; font-weight: 700; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }

.mobile-whatsapp { position: fixed; z-index: 20; right: 16px; bottom: 15px; display: none; min-height: 52px; align-items: center; justify-content: center; gap: 16px; border-radius: 999px; padding: 13px 20px; background: var(--brown); color: white; font-size: .88rem; font-weight: 700; text-decoration: none; box-shadow: 0 14px 38px rgb(48 39 32 / 26%); }
.privacy-control { position: fixed; z-index: 19; left: 14px; bottom: 14px; min-height: 38px; border: 1px solid var(--line); border-radius: 999px; padding: 8px 13px; background: rgb(251 249 246 / 90%); color: var(--muted); font: inherit; font-size: .7rem; backdrop-filter: blur(8px); cursor: pointer; }
.consent { position: fixed; z-index: 30; right: 20px; bottom: 20px; width: min(440px, calc(100% - 40px)); border: 1px solid var(--line); border-radius: 18px; padding: 22px; background: var(--paper); box-shadow: 0 22px 70px rgb(48 39 32 / 22%); }
.consent p { margin: 0 0 18px; color: var(--muted); font-size: .85rem; line-height: 1.55; }
.consent strong { color: var(--ink); }
.consent-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.consent button { min-height: 43px; border: 1px solid var(--brown); border-radius: 999px; padding: 10px 15px; background: var(--brown); color: #fff; font: inherit; font-size: .78rem; font-weight: 700; cursor: pointer; }
.consent button.secondary { background: transparent; color: var(--brown); }

@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 820px) {
  .story-grid, .curadoria, .info-grid { grid-template-columns: 1fr; }
  .curadoria { min-height: 0; }
  .portrait-wrap { min-height: 580px; }
  .curadoria-copy { min-height: 540px; }
  footer { grid-template-columns: 1fr; justify-items: center; padding-bottom: 94px; }
  footer nav { justify-content: center; flex-wrap: wrap; }
  .mobile-whatsapp { display: inline-flex; }
}

@media (max-width: 560px) {
  .hero { padding-inline: 18px; }
  .topbar img { width: 126px; }
  .topbar a { font-size: .63rem; }
  .hero-inner { padding-block: 64px 40px; }
  h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .primary-button { width: 100%; }
  .hero-footer { align-items: center; }
  .hero-footer p { max-width: 290px; font-size: .82rem; }
  .story { padding-block: 95px; }
  .story-grid { gap: 40px; }
  .portrait-wrap { min-height: 500px; }
  .curadoria-copy { min-height: 500px; padding: 64px 24px; }
  .info-card { min-height: 380px; }
  .hours div { display: block; }
  .hours dd { margin-top: 3px; }
  .privacy-control { bottom: 74px; }
  .consent { right: 12px; bottom: 12px; width: calc(100% - 24px); }
  .consent-actions { display: grid; }
}

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