:root {
  --st-navy: #0b1b2e;
  --st-navy-2: #132940;
  --st-navy-dark: #071421;
  --st-gold: #c9a55c;
  --st-gold-light: #e4cb91;
  --st-ivory: #f7f3e9;
  --st-paper: #fffdf8;
  --st-white: #fff;
  --st-ink: #17202a;
  --st-muted: #7e8791;
  --st-line: rgba(201,165,92,.22);
  --st-admin-offset: 0px;
  --st-topbar-height: 36px;
  --st-header-height: 94px;
  --st-shell-height: calc(var(--st-topbar-height) + var(--st-header-height));
}

body.admin-bar { --st-admin-offset: 32px; }

body.st-shell-active #header,
body.st-shell-active .header-wrapper,
body.st-shell-active #footer,
body.st-shell-active .footer-wrapper { display: none !important; }

body.st-shell-active.st-shell-internal #main { padding-top: var(--st-shell-height); }
body.st-shell-active.st-shell-front #main { padding-top: 0; }
body.st-menu-open { overflow: hidden; }

.st-shell, .st-site-footer, .st-whatsapp-float { font-family: "Montserrat", sans-serif; }
.st-shell *, .st-site-footer *, .st-whatsapp-float * { box-sizing: border-box; }
.st-site-footer, .st-site-footer * { transform-origin: initial; }
.st-site-footer { font-size: 16px !important; line-height: 1.6 !important; float: none !important; }
body.st-shell-active .st-site-footer .container, body.st-shell-active .st-site-footer .row { max-width: none !important; width: auto !important; margin: 0 !important; padding: 0 !important; }
.st-shell a, .st-site-footer a, .st-whatsapp-float { text-decoration: none !important; }
.st-shell svg, .st-site-footer svg, .st-whatsapp-float svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.st-skip-link { position: fixed; z-index: 999999; top: -100px; left: 18px; padding: 11px 16px; background: var(--st-gold); color: var(--st-navy); transition: top .2s; }
.st-skip-link:focus { top: calc(var(--st-admin-offset) + 8px); }

.st-topbar {
  position: fixed; z-index: 10020; top: var(--st-admin-offset); inset-inline: 0; height: var(--st-topbar-height);
  background: var(--st-navy-dark); color: rgba(255,255,255,.68); border-bottom: 1px solid rgba(255,255,255,.06);
}
.st-topbar__inner { width: min(1540px, 100%); height: 100%; margin: auto; padding: 0 clamp(22px,4vw,72px) 0 clamp(205px,15vw,250px); display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.st-topbar__message, .st-topbar__contact, .st-topbar__contact a { display: flex; align-items: center; }
.st-topbar__message { gap: 13px; font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.st-topbar__message i { color: var(--st-gold); font-style: normal; }
.st-topbar__hours { display: flex; align-items: center; gap: 7px; letter-spacing: .08em; }
.st-topbar__hours svg { width: 13px; height: 13px; color: var(--st-gold-light); }
.st-topbar__contact { gap: 20px; }
.st-topbar__contact a { gap: 7px; color: rgba(255,255,255,.72); font-size: 10px; transition: color .2s; }
.st-topbar__contact a:hover { color: var(--st-gold-light); }
.st-topbar__contact svg { width: 14px; height: 14px; color: var(--st-gold); }
.st-topbar__contact .st-social { width: 25px; height: 25px; justify-content: center; border-left: 1px solid rgba(255,255,255,.12); }

.st-brand-logo {
  position: fixed; z-index: 10040; top: var(--st-admin-offset); left: clamp(22px,3.4vw,58px); width: clamp(122px,9.7vw,148px);
  filter: drop-shadow(0 20px 27px rgba(0,0,0,.35)); transform-origin: top center;
  transition: width .4s cubic-bezier(.2,.75,.2,1), transform .35s ease, filter .3s ease;
}
.st-brand-logo img { display: block; width: 100%; height: auto; }
.st-shell.is-scrolled .st-brand-logo { width: clamp(96px,7.2vw,112px); filter: drop-shadow(0 12px 20px rgba(0,0,0,.28)); }
.st-brand-logo:hover { transform: translateY(2px); }

.st-site-header {
  position: fixed; z-index: 10010; top: calc(var(--st-admin-offset) + var(--st-topbar-height)); inset-inline: 0; height: var(--st-header-height);
  color: var(--st-white); border-bottom: 1px solid rgba(255,255,255,.16);
  background: linear-gradient(180deg, rgba(7,20,33,.62), rgba(7,20,33,.18));
  transition: background .35s ease, box-shadow .35s ease, border-color .35s ease, height .35s ease;
}
body.st-shell-internal .st-site-header,
.st-shell.is-scrolled .st-site-header { background: rgba(7,20,33,.96); border-color: rgba(201,165,92,.16); box-shadow: 0 13px 35px rgba(0,0,0,.18); backdrop-filter: blur(16px); }
.st-header__inner { width: min(1580px,100%); height: 100%; margin: auto; padding: 0 clamp(24px,3.8vw,66px); display: grid; grid-template-columns: clamp(175px,14vw,225px) minmax(0,1fr) auto; align-items: center; gap: 24px; }
.st-desktop-nav { justify-self: center; height: 100%; display: flex; align-items: center; gap: clamp(15px,1.45vw,25px); }
.st-nav-item { position: relative; height: 100%; display: flex; align-items: center; }
.st-nav-link {
  position: relative; height: 100%; padding: 0 1px; display: inline-flex; align-items: center; gap: 5px;
  border: 0; background: none; color: rgba(255,255,255,.86) !important; cursor: pointer; white-space: nowrap;
  font: 600 clamp(10px,.76vw,11.5px)/1 "Montserrat",sans-serif; letter-spacing: .075em; text-transform: uppercase;
}
.st-nav-link::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 1px; background: var(--st-gold); transition: right .25s ease; }
.st-nav-link:hover, .st-nav-link.is-active { color: var(--st-gold-light) !important; }
.st-nav-link:hover::after, .st-nav-link.is-active::after, .st-has-dropdown.is-open > .st-nav-link::after { right: 0; }
.st-dropdown-trigger svg { width: 13px; height: 13px; transition: transform .25s ease; }
.st-has-dropdown.is-open > .st-dropdown-trigger svg { transform: rotate(180deg); }

.st-dropdown {
  position: absolute; top: calc(100% - 2px); left: 50%; width: 320px; padding: 22px;
  display: grid; gap: 7px; background: var(--st-paper); color: var(--st-navy); border: 1px solid rgba(201,165,92,.22);
  box-shadow: 0 25px 65px rgba(0,0,0,.24); opacity: 0; visibility: hidden; transform: translate(-50%,12px);
  transition: opacity .2s ease, transform .25s ease, visibility .2s; pointer-events: none;
}
.st-dropdown::before { content: ""; position: absolute; top: -6px; left: 50%; width: 12px; height: 12px; background: var(--st-paper); border-left: 1px solid rgba(201,165,92,.22); border-top: 1px solid rgba(201,165,92,.22); transform: translateX(-50%) rotate(45deg); }
.st-has-dropdown:hover > .st-dropdown, .st-has-dropdown:focus-within > .st-dropdown, .st-has-dropdown.is-open > .st-dropdown { opacity: 1; visibility: visible; transform: translate(-50%,0); pointer-events: auto; }
.st-dropdown__eyebrow { margin-bottom: 3px; color: #9b793d; font-size: 8px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.st-dropdown > a { position: relative; padding: 12px 13px; display: flex; flex-direction: column; gap: 4px; color: var(--st-navy) !important; border: 1px solid transparent; transition: .2s; }
.st-dropdown > a::after { content: "→"; position: absolute; right: 13px; top: 14px; color: var(--st-gold); opacity: 0; transform: translateX(-5px); transition: .2s; }
.st-dropdown > a:hover { background: #f6f0e4; border-color: rgba(201,165,92,.25); }
.st-dropdown > a:hover::after { opacity: 1; transform: none; }
.st-dropdown b { padding-right: 20px; font-family: "Playfair Display",serif; font-size: 17px; font-weight: 600; }
.st-dropdown small { color: #7c7d78; font-size: 9px; line-height: 1.5; }
.st-dropdown--compact { width: 260px; }

.st-header__actions { justify-self: end; display: flex; align-items: center; gap: 12px; }
.st-advisor-button {
  min-height: 42px; padding: 0 13px 0 16px; display: inline-flex; align-items: center; gap: 10px;
  background: var(--st-gold); color: var(--st-navy) !important; border: 1px solid var(--st-gold); transition: .25s;
}
.st-advisor-button > span { display: grid; place-items: center; }
.st-advisor-button b { font-size: 9.5px; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.st-advisor-button > svg { width: 15px; transition: transform .25s; }
.st-advisor-button:hover { background: var(--st-gold-light); transform: translateY(-2px); box-shadow: 0 10px 25px rgba(0,0,0,.18); }
.st-advisor-button:hover > svg { transform: translateX(3px); }
.st-menu-toggle { display: none; width: 43px; height: 43px; padding: 10px; border: 1px solid rgba(255,255,255,.3); background: transparent; color: #fff; cursor: pointer; }
.st-menu-toggle span { display: block; height: 1px; margin: 5px 0; background: currentColor; transition: .3s; }
.st-menu-toggle.is-active span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.st-menu-toggle.is-active span:nth-child(2) { opacity: 0; }
.st-menu-toggle.is-active span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.st-mobile-backdrop { position: fixed; z-index: 10100; inset: 0; background: rgba(3,10,18,.72); backdrop-filter: blur(5px); opacity: 0; visibility: hidden; transition: .3s; }
.st-mobile-menu { position: fixed; z-index: 10110; top: 0; right: 0; bottom: 0; width: min(430px,92vw); display: grid; grid-template-rows: auto 1fr auto; background: var(--st-paper); color: var(--st-navy); transform: translateX(103%); transition: transform .38s cubic-bezier(.7,0,.2,1); box-shadow: -25px 0 70px rgba(0,0,0,.25); }
.st-mobile-backdrop.is-open { opacity: 1; visibility: visible; }
.st-mobile-menu.is-open { transform: translateX(0); }
.st-mobile-menu__head { min-height: 76px; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; background: var(--st-navy); color: var(--st-gold-light); }
.st-mobile-menu__head span { font-family: "Playfair Display",serif; font-size: 26px; }
.st-mobile-menu__head button { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: none; color: #fff; cursor: pointer; font-size: 27px; font-weight: 300; }
.st-mobile-menu__body { overflow-y: auto; padding: 14px 24px; }
.st-mobile-menu__body > a, .st-mobile-group > button { width: 100%; min-height: 55px; padding: 0; display: flex; align-items: center; justify-content: space-between; border: 0; border-bottom: 1px solid rgba(11,27,46,.12); background: none; color: var(--st-navy) !important; cursor: pointer; text-align: left; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.st-mobile-group > button svg { transition: transform .25s; }
.st-mobile-group.is-open > button svg { transform: rotate(180deg); }
.st-mobile-group > div { display: grid; max-height: 0; overflow: hidden; transition: max-height .35s ease; background: #f3eee3; }
.st-mobile-group > div a { padding: 12px 16px; color: #60665f !important; font-size: 10px; border-bottom: 1px solid rgba(11,27,46,.07); }
.st-mobile-menu__foot { padding: 20px 24px 26px; display: grid; gap: 10px; background: #f3eee3; border-top: 1px solid rgba(11,27,46,.1); }
.st-mobile-menu__foot a { min-height: 45px; padding: 0 15px; display: flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid rgba(11,27,46,.16); color: var(--st-navy) !important; font-size: 10px; font-weight: 600; }
.st-mobile-menu__foot .st-mobile-whatsapp { background: #168849; border-color: #168849; color: #fff !important; }

.st-site-footer { position: relative; z-index: 5; width: 100vw !important; max-width: none !important; margin: 0 0 0 calc(50% - 50vw) !important; background: var(--st-navy-dark); color: #fff; overflow: hidden; clear: both; }
.st-site-footer::before { content: ""; position: absolute; right: -120px; top: 250px; width: 430px; height: 430px; border: 1px solid rgba(201,165,92,.07); transform: rotate(45deg); }
.st-footer-cta { position: relative; z-index: 2; width: min(1380px,calc(100% - 64px)); margin: auto; padding: 62px clamp(30px,5vw,78px); display: flex; align-items: center; justify-content: space-between; gap: 40px; background: var(--st-navy); border: 1px solid rgba(201,165,92,.21); transform: translateY(-1px); }
.st-footer-kicker { display: block; margin-bottom: 8px; color: var(--st-gold-light); font-size: 8px; font-weight: 700; letter-spacing: .23em; text-transform: uppercase; }
.st-footer-cta h2 { margin: 0 0 8px !important; color: #fff !important; font-family: "Playfair Display",serif !important; font-size: clamp(34px,4vw,54px) !important; font-weight: 500 !important; line-height: 1 !important; letter-spacing: -.02em !important; }
.st-footer-cta p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.75; }
.st-footer-cta > a { min-height: 54px; padding: 0 20px; display: flex; align-items: center; gap: 15px; border: 1px solid var(--st-gold); color: var(--st-gold-light) !important; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: .25s; white-space: nowrap; }
.st-footer-cta > a svg:last-child { transition: transform .25s; }
.st-footer-cta > a:hover { background: var(--st-gold); color: var(--st-navy) !important; }
.st-footer-cta > a:hover svg:last-child { transform: translateX(4px); }
.st-footer-main { position: relative; z-index: 2; padding: 82px clamp(30px,6vw,105px) 32px; }
.st-footer-grid { width: min(1380px,100%); margin: auto; display: grid; grid-template-columns: 1.65fr .85fr .85fr 1.3fr; gap: clamp(42px,5vw,82px); }
.st-footer-brand img { width: 104px; height: auto; margin-bottom: 24px; }
.st-footer-brand p { max-width: 370px; margin: 0 0 20px; color: rgba(255,255,255,.56); font-size: 12px; line-height: 1.9; }
.st-footer-readmore { display: inline-flex; align-items: center; gap: 10px; color: var(--st-gold-light) !important; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.st-footer-readmore svg { width: 14px; transition: transform .2s; }
.st-footer-readmore:hover svg { transform: translateX(4px); }
.st-footer-socials { margin-top: 25px; display: flex; gap: 9px; }
.st-footer-socials a { width: 37px; height: 37px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.65) !important; transition: .2s; }
.st-footer-socials a:hover { border-color: var(--st-gold); color: var(--st-gold-light) !important; transform: translateY(-2px); }
.st-footer-col { display: flex; flex-direction: column; gap: 11px; }
.st-footer-col > b { margin-bottom: 13px; color: var(--st-gold-light); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.st-footer-col > a, .st-footer-col > p { margin: 0; color: rgba(255,255,255,.56) !important; font-size: 11px; line-height: 1.85; transition: color .2s; }
.st-footer-col > a:hover { color: var(--st-gold-light) !important; }
.st-footer-contact > a, .st-footer-contact > p { display: flex; align-items: flex-start; gap: 11px; }
.st-footer-contact svg { flex: 0 0 15px; width: 15px; height: 15px; margin-top: 2px; color: var(--st-gold); }
.st-footer-bottom { width: min(1380px,100%); margin: 66px auto 0; padding-top: 25px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.34); font-size: 8.5px; letter-spacing: .11em; text-transform: uppercase; }

.st-whatsapp-float {
  position: fixed; z-index: 10005; right: 22px;
  bottom: calc(104px + env(safe-area-inset-bottom, 0px));
  min-height: 56px; padding: 6px 7px 6px 19px;
  display: flex; align-items: center; gap: 15px;
  border: 1px solid rgba(11,27,46,.10); border-radius: 999px;
  background: rgba(255,253,248,.97); color: var(--st-navy) !important;
  box-shadow: 0 18px 45px rgba(7,20,33,.23), 0 4px 13px rgba(7,20,33,.10);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  font-size: 8.5px; font-weight: 700; letter-spacing: .085em; text-transform: uppercase;
  animation: st-wa-float 3.2s ease-in-out infinite;
  transition: box-shadow .28s ease, background .28s ease, color .28s ease;
}
.st-whatsapp-float:hover {
  animation-play-state: paused;
  background: #fff; color: var(--st-navy) !important;
  box-shadow: 0 24px 55px rgba(7,20,33,.30), 0 0 0 1px rgba(37,211,102,.14);
}
.st-whatsapp-float b {
  position: relative; isolation: isolate;
  width: 43px; height: 43px; flex: 0 0 43px;
  display: grid; place-items: center; border-radius: 50%;
  background: linear-gradient(145deg,#2ee06f 0%,#25d366 48%,#128c7e 100%);
  color: #fff; box-shadow: 0 9px 22px rgba(18,140,126,.34), inset 0 1px 0 rgba(255,255,255,.28);
}
.st-whatsapp-float b::before,
.st-whatsapp-float b::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  border-radius: 50%; border: 1px solid rgba(37,211,102,.58);
  animation: st-wa-pulse 2.35s ease-out infinite;
}
.st-whatsapp-float b::after { animation-delay: 1.15s; }
.st-whatsapp-float svg {
  width: 21px; height: 21px; stroke: #fff; stroke-width: 1.95;
  filter: drop-shadow(0 2px 2px rgba(0,0,0,.13));
  animation: st-wa-icon 3.6s ease-in-out infinite;
}
@keyframes st-wa-float {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}
@keyframes st-wa-pulse {
  0% { transform: scale(.88); opacity: .68; }
  72%,100% { transform: scale(1.72); opacity: 0; }
}
@keyframes st-wa-icon {
  0%,68%,100% { transform: rotate(0) scale(1); }
  73% { transform: rotate(-11deg) scale(1.10); }
  79% { transform: rotate(10deg) scale(1.16); }
  85% { transform: rotate(-6deg) scale(1.08); }
  91% { transform: rotate(0) scale(1); }
}

@media (max-width: 1260px) {
  .st-desktop-nav { gap: 13px; }
  .st-advisor-button b { display: none; }
  .st-advisor-button { width: 43px; padding: 0; justify-content: center; }
  .st-advisor-button > svg:last-child { display: none; }
}

@media (max-width: 1080px) {
  :root { --st-header-height: 82px; }
  .st-desktop-nav { display: none; }
  .st-header__inner { grid-template-columns: 145px 1fr auto; }
  .st-header__actions { grid-column: 3; }
  .st-menu-toggle { display: block; }
  .st-advisor-button { width: auto; padding: 0 14px; }
  .st-advisor-button b { display: block; }
  .st-footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .st-footer-contact { grid-column: 2 / 4; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .st-footer-contact > b { grid-column: 1/-1; }
}

@media (max-width: 782px) {
  body.admin-bar { --st-admin-offset: 46px; }
}

@media (max-width: 760px) {
  :root { --st-topbar-height: 30px; --st-header-height: 72px; }
  .st-topbar__inner { padding: 0 14px; justify-content: flex-end; }
  .st-topbar__message { margin-right: auto; font-size: 6px; letter-spacing: .09em; }
  .st-topbar__message i, .st-topbar__hours, .st-topbar__contact a:first-child, .st-topbar__contact .st-social { display: none; }
  .st-topbar__contact { gap: 0; }
  .st-topbar__contact a { font-size: 8px; }
  .st-brand-logo { left: 12px; width: 82px; }
  .st-shell.is-scrolled .st-brand-logo { width: 68px; }
  .st-header__inner { padding: 0 13px; grid-template-columns: 92px 1fr auto; gap: 8px; }
  .st-advisor-button { min-height: 39px; padding: 0 11px; }
  .st-advisor-button b { display: none; }
  .st-menu-toggle { width: 39px; height: 39px; }
  .st-footer-cta { width: calc(100% - 26px); padding: 38px 24px; flex-direction: column; align-items: flex-start; }
  .st-footer-cta > a { width: 100%; justify-content: space-between; }
  .st-footer-main { padding: 60px 23px 24px; }
  .st-footer-grid { grid-template-columns: 1fr 1fr; gap: 45px 28px; }
  .st-footer-brand { grid-column: 1/-1; }
  .st-footer-contact { grid-column: 1/-1; grid-template-columns: 1fr; }
  .st-footer-bottom { margin-top: 45px; flex-direction: column; }
  .st-whatsapp-float { right: 13px; bottom: calc(90px + env(safe-area-inset-bottom, 0px)); min-height: 53px; padding: 5px; }
  .st-whatsapp-float b { width: 43px; height: 43px; flex-basis: 43px; }
  .st-whatsapp-float > span { display: none; }
}

@media (max-width: 420px) {
  .st-footer-grid { grid-template-columns: 1fr; }
  .st-footer-brand, .st-footer-contact { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .st-shell *, .st-site-footer *, .st-whatsapp-float, .st-whatsapp-float * { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
