:root {
  --ep-ink: #102b3f;
  --ep-ink-soft: #47606f;
  --ep-ocean: #006d77;
  --ep-ocean-dark: #004f58;
  --ep-sand: #f2eee1;
  --ep-gold: #d4a94f;
  --ep-paper: #fffdf8;
  --ep-line: rgba(16, 43, 63, .12);
  --ep-shadow: 0 18px 52px rgba(16, 43, 63, .12);
  --ep-radius: 24px;
  --ep-container: min(1180px, calc(100% - 32px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ep-ink);
  background: var(--ep-paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
body.apecury-header-ready { padding-top: 92px; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #f2c75c; outline-offset: 3px; }
[id] { scroll-margin-top: 112px; }

.ep-container { width: var(--ep-container); margin-inline: auto; }
.ep-section { padding: 68px 0; }
.ep-section--sand { background: var(--ep-sand); }
.ep-section--ocean { color: #fff; background: var(--ep-ocean-dark); }
.ep-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: var(--ep-ocean);
  font-size: .74rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.ep-section--ocean .ep-eyebrow { color: #f1cf78; }
.ep-title {
  margin: 0;
  max-width: 760px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 8vw, 4rem);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.02;
}
.ep-lead { max-width: 720px; margin: 18px 0 0; color: var(--ep-ink-soft); font-size: 1.02rem; }
.ep-section--ocean .ep-lead { color: rgba(255,255,255,.78); }

.ep-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 999px;
  padding: 13px 20px;
  cursor: pointer;
  text-decoration: none;
  font-size: .93rem;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.ep-btn:hover { transform: translateY(-2px); }
.ep-btn--primary { color: #fff; background: var(--ep-ocean); box-shadow: 0 12px 28px rgba(0,109,119,.22); }
.ep-btn--gold { color: var(--ep-ink); background: #efc867; box-shadow: 0 12px 28px rgba(212,169,79,.25); }
.ep-btn--ghost { color: var(--ep-ink); border: 1px solid var(--ep-line); background: rgba(255,255,255,.78); }
.ep-btn svg { width: 18px; height: 18px; fill: currentColor; }

.ep-breadcrumb {
  padding: 14px 0;
  color: #637985;
  font-size: .78rem;
  white-space: nowrap;
  overflow-x: auto;
}
.ep-breadcrumb ol { display: flex; gap: 8px; align-items: center; padding: 0; margin: 0; list-style: none; }
.ep-breadcrumb li:not(:last-child)::after { content: "/"; margin-left: 8px; opacity: .48; }
.ep-breadcrumb a { text-decoration: none; }
.ep-breadcrumb--overlay { position: absolute; z-index: 3; top: 92px; right: 0; left: 0; color: rgba(255,255,255,.78); background: linear-gradient(180deg,rgba(4,22,32,.32),transparent); }
.ep-breadcrumb--overlay a { color: #fff; }

.ep-hero { position: relative; min-height: 680px; display: grid; align-items: end; overflow: hidden; color: #fff; background: #0b2634; }
.ep-hero__media, .ep-hero__media::after { position: absolute; inset: 0; }
.ep-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 53% center; }
.ep-hero__media::after { content: ""; background: linear-gradient(180deg, rgba(4,22,32,.04) 10%, rgba(4,22,32,.42) 50%, rgba(4,22,32,.94) 100%); }
.ep-hero__content { position: relative; z-index: 1; width: var(--ep-container); margin: 0 auto; padding: 56px 0 38px; }
.ep-hero__badge { display: inline-flex; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; padding: 7px 12px; background: rgba(4,22,32,.3); backdrop-filter: blur(10px); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ep-hero h1 { max-width: 820px; margin: 16px 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.6rem, 13vw, 5.6rem); font-weight: 500; letter-spacing: -.045em; line-height: .92; text-wrap: balance; }
.ep-hero__summary { max-width: 700px; margin: 0; color: rgba(255,255,255,.86); font-size: 1rem; }
.ep-hero__chips { display: flex; gap: 8px; overflow-x: auto; padding: 18px 0 4px; scrollbar-width: none; }
.ep-hero__chips::-webkit-scrollbar { display: none; }
.ep-chip { flex: 0 0 auto; border-radius: 999px; padding: 8px 12px; background: rgba(255,255,255,.12); color: #fff; font-size: .8rem; font-weight: 750; backdrop-filter: blur(8px); }
.ep-hero__actions { display: grid; gap: 10px; margin-top: 22px; }
.ep-hero__actions .ep-btn--ghost { color: #fff; border-color: rgba(255,255,255,.35); background: rgba(8,31,43,.34); }
.ep-hero__note { margin: 12px 0 0; color: rgba(255,255,255,.62); font-size: .72rem; }

.ep-answer { display: grid; gap: 26px; }
.ep-answer__aside { padding: 22px; border-left: 4px solid var(--ep-gold); border-radius: 0 18px 18px 0; background: #fff; box-shadow: var(--ep-shadow); }
.ep-answer__aside strong { display: block; margin-bottom: 7px; color: var(--ep-ocean-dark); }
.ep-answer__aside p { margin: 0; color: var(--ep-ink-soft); }

.ep-facts { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; margin-top: 28px; }
.ep-fact { min-height: 122px; padding: 18px; border: 1px solid var(--ep-line); border-radius: 20px; background: #fff; }
.ep-fact span { display: block; color: var(--ep-ink-soft); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ep-fact strong { display: block; margin-top: 7px; font-family: Georgia, "Times New Roman", serif; font-size: 1.22rem; line-height: 1.18; }

.ep-section--variants { background: linear-gradient(180deg,#fff 0%,#f4efe5 100%); }
.ep-variants { display: grid; gap: 16px; margin-top: 28px; }
.ep-variant { position: relative; overflow: hidden; padding: 24px; border: 1px solid rgba(14,58,79,.14); border-radius: var(--ep-radius); background: rgba(255,255,255,.88); box-shadow: var(--ep-shadow); }
.ep-variant::after { content: ""; position: absolute; top: -70px; right: -70px; width: 150px; height: 150px; border-radius: 50%; background: radial-gradient(circle,rgba(227,191,82,.26),transparent 70%); pointer-events: none; }
.ep-variant h3 { margin: 5px 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.55rem,4vw,2.15rem); }
.ep-variant > p:not(.ep-eyebrow) { margin: 0; color: var(--ep-ink-soft); }
.ep-variant ul { display: grid; gap: 9px; margin: 18px 0 22px; padding: 0; list-style: none; }
.ep-variant li { position: relative; padding-left: 22px; font-size: .88rem; font-weight: 750; }
.ep-variant li::before { content: "✓"; position: absolute; left: 0; color: #9b7221; font-weight: 900; }
.ep-variant__note { margin: 18px 0 0; padding: 16px 18px; border-left: 3px solid var(--ep-gold); color: var(--ep-ink-soft); background: rgba(255,255,255,.72); font-size: .82rem; }

.ep-section--details { background: linear-gradient(180deg,#f7f4ed 0%,#fff 100%); }
.ep-details-grid { display: grid; gap: 14px; margin-top: 28px; }
.ep-detail-card { position: relative; overflow: hidden; padding: 24px; border: 1px solid var(--ep-line); border-radius: 22px; background: rgba(255,255,255,.9); box-shadow: var(--ep-shadow); }
.ep-detail-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: linear-gradient(var(--ep-gold),#9b7221); }
.ep-detail-card span { color: #9b7221; font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.ep-detail-card h3 { margin: 8px 0 10px; font-family: Georgia,"Times New Roman",serif; font-size: 1.4rem; line-height: 1.15; }
.ep-detail-card p { margin: 0; color: var(--ep-ink-soft); font-size: .9rem; line-height: 1.65; }

.ep-section--prices { background: linear-gradient(180deg,#fffdf8,#edf5f1); }
.ep-price-grid { display: grid; gap: 12px; margin-top: 28px; }
.ep-price-card { padding: 20px; border: 1px solid rgba(18,140,74,.16); border-radius: 20px; background: rgba(255,255,255,.9); box-shadow: 0 14px 34px rgba(16,43,63,.08); }
.ep-price-card > span { display: block; color: var(--ep-ink-soft); font-size: .78rem; font-weight: 800; }
.ep-price-card > strong { display: block; margin: 7px 0 4px; color: #123f2b; font-family: Georgia,"Times New Roman",serif; font-size: clamp(1.35rem,5vw,2rem); line-height: 1.15; }
.ep-price-card > strong small { color: var(--ep-ink-soft); font-family: inherit; font-size: .68em; font-weight: 500; }
.ep-price-card > small { color: var(--ep-ink-soft); font-size: .72rem; }
.ep-price-note { display: grid; gap: 14px; align-items: center; margin-top: 18px; padding: 18px; border-radius: 18px; color: #fff; background: linear-gradient(135deg,#123f2b,#0b5d45); }
.ep-price-note p { margin: 0; color: rgba(255,255,255,.78); font-size: .76rem; }

.ep-conversion-band { padding-top: 0; }
.ep-conversion-card { position: relative; display: grid; gap: 20px; overflow: hidden; padding: clamp(24px,5vw,46px); border: 1px solid rgba(255,255,255,.48); border-radius: 28px; color: #fff; background: radial-gradient(circle at 90% 10%,rgba(227,191,82,.25),transparent 34%),linear-gradient(135deg,rgba(20,69,91,.96),rgba(9,38,54,.94)); box-shadow: 0 22px 60px rgba(10,42,58,.2); }
.ep-conversion-card h2 { max-width: 780px; margin: 7px 0 10px; color: #fff; }
.ep-conversion-card p { max-width: 720px; margin: 0; color: rgba(255,255,255,.8); }
.ep-conversion-card__actions { display: grid; gap: 10px; align-content: center; }
.ep-conversion-card__trust { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 15px; color: rgba(255,255,255,.7); font-size: .76rem; font-weight: 700; }

.ep-gallery { display: grid; grid-auto-flow: column; grid-auto-columns: 86%; gap: 14px; margin: 28px calc((100vw - 100%)/-2) 0; padding: 0 max(16px, calc((100vw - var(--ep-container))/2)); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--ep-gold) transparent; }
.ep-gallery__item { position: relative; min-height: 390px; margin: 0 0 18px; overflow: hidden; border-radius: var(--ep-radius); scroll-snap-align: center; background: #d9e1e1; box-shadow: var(--ep-shadow); }
.ep-gallery__item img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; }
.ep-gallery__item figcaption { position: absolute; right: 12px; bottom: 12px; left: 12px; padding: 10px 12px; border-radius: 14px; color: #fff; background: rgba(4,22,32,.72); backdrop-filter: blur(8px); font-size: .82rem; font-weight: 700; }

.ep-amenities { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; padding: 0; margin: 28px 0 0; list-style: none; }
.ep-amenities li { position: relative; padding: 13px 12px 13px 32px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(255,255,255,.06); font-size: .85rem; font-weight: 700; }
.ep-amenities li::before { content: ""; position: absolute; top: 19px; left: 14px; width: 7px; height: 7px; border-radius: 50%; background: #efc867; box-shadow: 0 0 0 5px rgba(239,200,103,.12); }

.ep-plants { display: grid; gap: 16px; margin-top: 28px; }
.ep-plant { display: grid; overflow: hidden; border: 1px solid var(--ep-line); border-radius: var(--ep-radius); background: #fff; box-shadow: var(--ep-shadow); }
.ep-plant__button { display: block; width: 100%; padding: 0; border: 0; cursor: zoom-in; background: #f7f5ef; }
.ep-plant img { width: 100%; aspect-ratio: 4/3; object-fit: contain; }
.ep-plant__body { padding: 18px; }
.ep-plant__body h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.32rem; }
.ep-plant__body p { margin: 5px 0 0; color: var(--ep-ocean); font-weight: 800; }
.ep-plant__disclaimer { margin: 18px 0 0; color: var(--ep-ink-soft); font-size: .78rem; }

.ep-location { display: grid; gap: 18px; margin-top: 28px; }
.ep-location__card { padding: 24px; border: 1px solid var(--ep-line); border-radius: var(--ep-radius); background: #fff; box-shadow: var(--ep-shadow); }
.ep-location__card h3 { margin: 0 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; }
.ep-location__card address { color: var(--ep-ink-soft); font-style: normal; }
.ep-location__card .ep-btn { margin-top: 18px; }
.ep-location__context { padding: 24px; border-radius: var(--ep-radius); color: #fff; background: linear-gradient(145deg,var(--ep-ocean),var(--ep-ocean-dark)); }
.ep-location__context h3 { margin: 0 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; }
.ep-location__context p { margin: 0; color: rgba(255,255,255,.82); }

.ep-related { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(220px,calc(50% - 8px)); gap: 16px; margin-top: 28px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x proximity; scrollbar-width: thin; }
.ep-related__card { display: grid; overflow: hidden; border: 1px solid var(--ep-line); border-radius: var(--ep-radius); background: #fff; box-shadow: var(--ep-shadow); }
.ep-related__card { scroll-snap-align: start; }
.ep-related__card > a { display: block; min-height: 220px; overflow: hidden; }
.ep-related__card img { width: 100%; height: 100%; min-height: 220px; object-fit: cover; transition: transform .35s ease; }
.ep-related__card > a:hover img { transform: scale(1.025); }
.ep-related__card > div { padding: 20px; }
.ep-related__card h3 { margin: 5px 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; }
.ep-related__card > div > p:not(.ep-eyebrow) { margin: 0 0 18px; color: var(--ep-ink-soft); }

.ep-faq { display: grid; gap: 10px; margin-top: 28px; }
.ep-faq details { border: 1px solid var(--ep-line); border-radius: 18px; background: #fff; overflow: hidden; }
.ep-faq summary { position: relative; padding: 18px 48px 18px 18px; cursor: pointer; font-weight: 800; list-style: none; }
.ep-faq summary::-webkit-details-marker { display: none; }
.ep-faq summary::after { content: "+"; position: absolute; top: 50%; right: 18px; translate: 0 -50%; color: var(--ep-ocean); font-size: 1.5rem; font-weight: 500; }
.ep-faq details[open] summary::after { content: "−"; }
.ep-faq__answer { padding: 0 18px 18px; color: var(--ep-ink-soft); }
.ep-faq__answer p { margin: 0; }

.ep-contact { display: grid; gap: 24px; }
.ep-contact__copy h2 { color: #fff; }
.ep-contact__copy p { color: rgba(255,255,255,.78); }
.ep-form { display: grid; gap: 13px; padding: 22px; border-radius: var(--ep-radius); color: var(--ep-ink); background: #fff; box-shadow: 0 20px 60px rgba(0,0,0,.18); }
.ep-field { display: grid; gap: 6px; }
.ep-field label { font-size: .78rem; font-weight: 800; }
.ep-field input, .ep-field select { width: 100%; min-height: 48px; border: 1px solid var(--ep-line); border-radius: 14px; padding: 11px 13px; color: var(--ep-ink); background: #fff; }
.ep-form__consent { display: flex; gap: 9px; align-items: flex-start; color: var(--ep-ink-soft); font-size: .76rem; }
.ep-form__consent input { margin-top: 4px; }
.ep-form__note { margin: 0; color: var(--ep-ink-soft); font-size: .72rem; }
.ep-form__success { display: none; padding: 20px; border-radius: 18px; background: #eef8f2; }
.ep-form__success h3 { margin: 0 0 6px; }
.ep-form__success p { margin: 0; color: var(--ep-ink-soft); }

.ep-disclosure { padding: 24px 0; color: #637985; background: #f5f3ec; font-size: .75rem; }
.ep-disclosure p { margin: 0; }

.ep-footer { padding: 44px 0 100px; color: rgba(255,255,255,.72); background: #0b2433; }
.ep-footer__grid { display: grid; gap: 28px; }
.ep-footer h2 { margin: 0; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 1.8rem; }
.ep-footer p { margin: 8px 0 0; }
.ep-footer nav { display: flex; flex-wrap: wrap; gap: 12px 20px; }
.ep-footer a { color: #fff; text-decoration-color: rgba(255,255,255,.4); text-underline-offset: 4px; }
.ep-footer__bottom { margin-top: 30px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .76rem; }

.ep-dialog { width: min(940px, calc(100% - 20px)); max-height: calc(100dvh - 20px); padding: 0; border: 0; border-radius: 24px; color: var(--ep-ink); background: #fff; box-shadow: 0 28px 80px rgba(0,0,0,.28); }
.ep-dialog::backdrop { background: rgba(4,22,32,.78); backdrop-filter: blur(7px); }
.ep-dialog__bar { display: flex; justify-content: space-between; gap: 12px; align-items: center; padding: 14px 16px; border-bottom: 1px solid var(--ep-line); }
.ep-dialog__bar strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.18rem; }
.ep-dialog__close { width: 42px; height: 42px; border: 0; border-radius: 50%; cursor: pointer; color: var(--ep-ink); background: #eef1f0; font-size: 1.5rem; }
.ep-dialog img { width: 100%; max-height: calc(100dvh - 92px); object-fit: contain; background: #f7f5ef; }

@media (min-width: 720px) {
  :root { --ep-container: min(1180px, calc(100% - 64px)); }
  .ep-section { padding: 92px 0; }
  .ep-hero { min-height: 760px; }
  .ep-hero__content { padding-bottom: 58px; }
  .ep-hero__actions { display: flex; }
  .ep-answer { grid-template-columns: minmax(0,1.35fr) minmax(280px,.65fr); align-items: end; }
  .ep-details-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .ep-facts { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .ep-variants { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ep-price-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .ep-price-note { grid-template-columns: minmax(0,1fr) auto; }
  .ep-conversion-card { grid-template-columns: minmax(0,1fr) auto; align-items: center; }
  .ep-conversion-card__actions { min-width: 250px; }
  .ep-gallery { grid-auto-columns: min(72%, 820px); }
  .ep-amenities { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .ep-plants { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .ep-location { grid-template-columns: 1fr 1fr; }
  .ep-related { grid-auto-flow: row; grid-template-columns: repeat(2,minmax(0,1fr)); overflow: visible; }
  .ep-contact { grid-template-columns: minmax(0,.8fr) minmax(420px,1.2fr); align-items: center; }
  .ep-form { grid-template-columns: 1fr 1fr; padding: 28px; }
  .ep-field--full, .ep-form .ep-btn, .ep-form__consent, .ep-form__note { grid-column: 1 / -1; }
  .ep-footer { padding-bottom: 44px; }
  .ep-footer__grid { grid-template-columns: 1fr auto; align-items: start; }
}

@media (min-width: 1100px) {
  body.apecury-header-ready { padding-top: 104px; }
  .ep-gallery { grid-auto-columns: min(64%, 850px); }
}

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

/* Componentes premium compartilhados pelas paginas de empreendimentos */
.ep-gallery-shell { position: relative; margin-top: 28px; }
.ep-gallery {
  grid-auto-columns: min(84vw, 820px);
  margin: 0;
  padding: 8px 4px 20px;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scrollbar-width: none;
  touch-action: pan-x pan-y;
}
.ep-gallery::-webkit-scrollbar { display: none; }
.ep-gallery__item { min-height: 0; margin: 0; display: grid; grid-template-rows: auto 1fr; background: #fff; }
.ep-gallery__open { position: relative; display: block; width: 100%; padding: 0; border: 0; cursor: zoom-in; background: #d9e1e1; overflow: hidden; }
.ep-gallery__open picture { display: block; }
.ep-gallery__item img { min-height: 0; height: clamp(310px, 56vw, 560px); transition: transform .5s cubic-bezier(.2,.75,.25,1); }
.ep-gallery__open:hover img { transform: scale(1.025); }
.ep-gallery__item figcaption { position: static; min-height: 84px; padding: 15px 18px 18px; border-radius: 0; color: var(--ep-ink); background: #fff; backdrop-filter: none; font-size: .88rem; line-height: 1.55; }
.ep-gallery__zoom { position: absolute; right: 14px; bottom: 14px; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; padding: 8px 12px; color: #fff; background: rgba(4,22,32,.68); backdrop-filter: blur(10px); font-size: .72rem; font-weight: 800; }
.ep-gallery__controls { display: flex; align-items: center; justify-content: center; gap: 13px; margin-top: 12px; }
.ep-gallery__controls button { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(13,38,69,.14); border-radius: 50%; cursor: pointer; color: var(--ep-ink); background: rgba(255,255,255,.78); box-shadow: 0 10px 24px rgba(13,38,69,.11); backdrop-filter: blur(12px); font-size: 1.2rem; }
.ep-gallery__controls span { min-width: 64px; text-align: center; color: var(--ep-ink-soft); font-size: .82rem; }
.ep-gallery__controls strong { color: var(--ep-ink); }
.ep-gallery__side { position: absolute; z-index: 4; top: calc(50% - 54px); display: grid; width: 52px; height: 52px; translate: 0 -50%; place-items: center; border: 1px solid rgba(255,255,255,.74); border-radius: 50%; cursor: pointer; color: #0d2645; background: rgba(255,255,255,.9); box-shadow: 0 14px 34px rgba(13,38,69,.24); backdrop-filter: blur(12px); font-size: 2rem; line-height: 1; transition: transform .2s ease, background .2s ease; }
.ep-gallery__side:hover { transform: scale(1.07); background: #fff; }
.ep-gallery__side--prev { left: 14px; }
.ep-gallery__side--next { right: 14px; }

.ep-gallery-dialog { width: 100vw; max-width: none; height: 100dvh; max-height: none; margin: 0; padding: 0; border: 0; color: #fff; background: rgba(3,14,22,.97); }
.ep-gallery-dialog[open] { display: grid; place-items: center; }
.ep-gallery-dialog::backdrop { background: rgba(3,14,22,.95); }
.ep-gallery-dialog figure { width: min(1100px, calc(100% - 28px)); margin: 0; display: grid; justify-items: center; gap: 12px; }
.ep-gallery-dialog img { width: 100%; max-height: calc(100dvh - 150px); object-fit: contain; user-select: none; }
.ep-gallery-dialog figcaption { max-width: 800px; color: rgba(255,255,255,.84); text-align: center; font-size: .9rem; line-height: 1.55; }
.ep-gallery-dialog figure span { color: rgba(255,255,255,.56); font-size: .75rem; font-weight: 800; letter-spacing: .1em; }
.ep-gallery-dialog__close, .ep-gallery-dialog__nav { position: fixed; z-index: 2; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; cursor: pointer; color: #fff; background: rgba(255,255,255,.1); backdrop-filter: blur(12px); }
.ep-gallery-dialog__close { top: 14px; right: 14px; width: 46px; height: 46px; font-size: 1.65rem; }
.ep-gallery-dialog__nav { top: 50%; width: 50px; height: 50px; translate: 0 -50%; font-size: 1.3rem; }
.ep-gallery-dialog__nav--prev { left: 14px; }
.ep-gallery-dialog__nav--next { right: 14px; }

.ep-parallax { position: relative; min-height: 430px; display: grid; place-items: center; overflow: hidden; padding: 76px 0; color: #fff; background-image: var(--ep-parallax-image); background-position: center; background-size: cover; }
.ep-parallax__overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(7,29,43,.9), rgba(0,79,88,.64)); }
.ep-parallax__content { position: relative; z-index: 1; text-align: center; display: grid; justify-items: center; }
.ep-parallax .ep-eyebrow { color: #f1cf78; }
.ep-parallax .ep-title { color: #fff; text-wrap: balance; }
.ep-parallax p:not(.ep-eyebrow) { max-width: 720px; margin: 20px auto 26px; color: rgba(255,255,255,.86); font-size: 1.03rem; }

.ep-videos { display: grid; grid-template-columns: repeat(auto-fit,minmax(min(100%,300px),1fr)); gap: 18px; margin-top: 28px; }
.ep-video { overflow: hidden; border: 1px solid var(--ep-line); border-radius: var(--ep-radius); background: #fff; box-shadow: var(--ep-shadow); }
.ep-video button { position: relative; display: block; width: 100%; aspect-ratio: 16/9; padding: 0; border: 0; cursor: pointer; background: #0b2433; }
.ep-video button img, .ep-video button iframe { width: 100%; height: 100%; border: 0; object-fit: cover; }
.ep-video button span { position: absolute; top: 50%; left: 50%; display: grid; width: 62px; height: 62px; translate: -50% -50%; place-items: center; border: 1px solid rgba(255,255,255,.48); border-radius: 50%; color: #fff; background: rgba(18,140,74,.88); box-shadow: 0 12px 32px rgba(0,0,0,.24); backdrop-filter: blur(10px); font-size: 1.3rem; }
.ep-video h3 { margin: 16px 18px 6px; font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; }
.ep-video p { margin: 0 18px 18px; color: var(--ep-ink-soft); font-size: .86rem; }

.ep-amenities { align-items: stretch; }
.ep-amenities li { display: flex; min-height: 118px; align-items: flex-start; gap: 12px; padding: 16px; text-align: left; }
.ep-amenities li::before { display: none; }
.ep-amenity__icon { display: grid; width: 40px; height: 40px; flex: 0 0 40px; place-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(255,255,255,.09); font-size: 1.35rem; }
.ep-amenities strong { display: block; color: #fff; font-size: .86rem; }
.ep-amenities small { display: block; margin-top: 4px; color: rgba(255,255,255,.65); font-size: .72rem; font-weight: 500; line-height: 1.4; }

.ep-section--plants { color: #fff; background: linear-gradient(150deg, #0d2645, #123a54); }
.ep-section--plants .ep-eyebrow { color: #f1cf78; }
.ep-section--plants .ep-lead, .ep-section--plants .ep-plant__disclaimer { color: rgba(255,255,255,.7); }
.ep-plants { grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 290px)); justify-content: center; gap: 18px; }
.ep-plant { border-color: rgba(255,255,255,.14); border-radius: 20px; background: rgba(255,255,255,.075); box-shadow: 0 18px 44px rgba(0,0,0,.18); backdrop-filter: blur(12px); }
.ep-plant__button { position: relative; background: rgba(255,255,255,.94); }
.ep-plant img { height: 176px; aspect-ratio: auto; padding: 6px; }
.ep-plant__view { position: absolute; right: 10px; bottom: 10px; border-radius: 999px; padding: 6px 10px; color: #fff; background: rgba(13,38,69,.78); font-size: .65rem; font-weight: 800; backdrop-filter: blur(8px); }
.ep-plant__body { display: grid; gap: 16px; padding: 16px; }
.ep-plant__body h3 { color: #fff; font-size: 1.08rem; line-height: 1.2; }
.ep-plant__body p { color: #f1cf78; }
.ep-plant__actions { display: grid; gap: 8px; }

.ep-map-wrap { margin-top: 22px; overflow: hidden; border: 1px solid var(--ep-line); border-radius: var(--ep-radius); background: #fff; box-shadow: var(--ep-shadow); }
.ep-map { width: 100%; height: min(62vh, 470px); background: linear-gradient(135deg,#e7ece8,#d7e1dd); }
.ep-map__loading { height: 100%; display: grid; place-items: center; color: var(--ep-ink-soft); font-size: .85rem; font-weight: 700; }
.ep-map__google { display: flex; min-height: 52px; align-items: center; justify-content: center; padding: 12px 18px; color: var(--ep-ocean-dark); text-align: center; font-size: .86rem; font-weight: 800; text-decoration: none; background: rgba(255,255,255,.92); }
.ep-map__google:hover { text-decoration: underline; text-underline-offset: 4px; }
.ep-map .leaflet-popup-content-wrapper { border-radius: 16px; color: var(--ep-ink); font-family: inherit; box-shadow: 0 16px 40px rgba(13,38,69,.2); }
.ep-map .leaflet-control-zoom a { color: var(--ep-ink); }

.ep-footer { padding: 58px 0 100px; background: #0d2645; }
.ep-footer__grid { grid-template-columns: 1fr; gap: 30px; }
.ep-footer__brand img { width: auto; height: 48px; object-fit: contain; margin-bottom: 15px; filter: brightness(1.15); }
.ep-footer__brand p { max-width: 390px; }
.ep-footer__brand strong { display: block; margin-top: 12px; color: #f1cf78; font-size: .82rem; }
.ep-footer__col { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.ep-footer__col h2 { margin-bottom: 5px; color: #f1cf78; font-family: inherit; font-size: .75rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.ep-footer__col a { color: rgba(255,255,255,.76); font-size: .84rem; text-decoration: none; }
.ep-footer__col a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.ep-footer__bottom { display: flex; flex-direction: column; gap: 6px; }

@media (min-width: 720px) {
  .ep-gallery { grid-auto-columns: min(68vw, 850px); }
  .ep-plant__actions { grid-template-columns: 1fr 1fr; }
  .ep-footer__grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .ep-footer__brand { grid-column: 1 / -1; }
  .ep-footer__bottom { flex-direction: row; justify-content: space-between; }
}

@media (min-width: 1000px) {
  .ep-gallery { grid-auto-columns: min(58vw, 820px); }
  .ep-related { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .ep-parallax { min-height: 520px; background-attachment: fixed; }
  .ep-footer { padding-bottom: 58px; }
  .ep-footer__grid { grid-template-columns: 1.7fr 1fr 1fr 1fr; }
  .ep-footer__brand { grid-column: auto; }
}

@media (max-width: 620px) {
  .ep-breadcrumb--overlay { top: 84px; font-size: .7rem; }
  .ep-gallery__side { width: 44px; height: 44px; top: calc(50% - 52px); font-size: 1.65rem; }
  .ep-gallery__side--prev { left: 7px; }
  .ep-gallery__side--next { right: 7px; }
  .ep-gallery-dialog__nav { top: auto; bottom: 18px; translate: 0; }
  .ep-gallery-dialog__nav--prev { left: calc(50% - 62px); }
  .ep-gallery-dialog__nav--next { right: calc(50% - 62px); }
  .ep-gallery-dialog figure { padding-bottom: 72px; }
}

@media (prefers-reduced-motion: reduce) {
  .ep-parallax { background-attachment: scroll; }
}
