
:root{
  --fg-ink:#070707;
  --fg-muted:#687074;
  --fg-soft:#f2f3f1;
  --fg-soft-2:#f7f8f8;
  --fg-paper:#ffffff;
  --fg-line:#d9ddde;
  --fg-orange:#c77734;
  --fg-orange-dark:#873716;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0;overflow-x:hidden}
body{
  font-family:Inter,Manrope,"Helvetica Neue",Arial,sans-serif;
  color:var(--fg-ink);
  background:#fff;
  -webkit-font-smoothing:antialiased;
  text-rendering:geometricPrecision;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}

.fg-skip-link{
  position:absolute;
  left:-999px;
  top:10px;
  z-index:9999;
  background:#fff;
  color:#000;
  padding:10px 14px;
  border-radius:999px;
}
.fg-skip-link:focus{left:12px}

.fg-site-header{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:999;
  background:rgba(247,248,248,.82);
  border-bottom:1px solid rgba(0,0,0,.08);
  backdrop-filter:blur(18px);
}
body.admin-bar .fg-site-header{top:32px}

.fg-site-header-inner{
  min-height:78px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  gap:30px;
  align-items:center;
  padding:0 clamp(18px,4vw,76px);
}

.fg-site-brand{
  display:inline-flex;
  align-items:center;
  width:max-content;
  font-size:22px;
  line-height:1;
  font-weight:950;
  letter-spacing:-.065em;
  color:#070707;
}

.fg-site-logo img{
  max-height:38px;
  width:auto;
  display:block;
}

.fg-site-menu-list,
.fg-footer-menu-list,
.fg-mobile-menu-list{
  list-style:none;
  margin:0;
  padding:0;
}

.fg-site-menu-list{
  display:flex;
  align-items:center;
  gap:34px;
}

.fg-site-menu-list a{
  color:#111;
  font-size:12px;
  line-height:1;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.025em;
}

.fg-site-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:16px;
}

.fg-site-meta{
  color:#111;
  font-size:10px;
  line-height:1.05;
  font-weight:850;
  text-align:right;
}

.fg-site-cta{
  height:42px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.18);
  background:#fff;
  color:#070707;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 18px;
  font-size:12px;
  line-height:1;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.035em;
}

.fg-site-burger{
  width:42px;
  height:42px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.18);
  background:#fff;
  display:none;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
}
.fg-site-burger span{
  width:17px;
  height:2px;
  background:#070707;
  border-radius:999px;
}

.fg-mobile-menu{
  display:none;
  border-top:1px solid rgba(0,0,0,.08);
  background:rgba(247,248,248,.96);
  padding:14px 18px 20px;
}
.fg-mobile-menu-list{
  display:grid;
  gap:12px;
}
.fg-mobile-menu-list a{
  display:block;
  padding:12px 0;
  font-size:22px;
  line-height:1;
  font-weight:900;
  letter-spacing:-.06em;
}

.fg-site-main{
  min-height:60vh;
  padding-top:78px;
}

.elementor-page .fg-site-main{
  padding-top:78px;
}

/* Evita márgenes raros del tema en páginas Elementor */
.fg-site-main > .elementor,
.fg-site-main > .entry-content{
  width:100%;
}

.fg-site-footer{
  background:#070707;
  color:#fff;
  overflow:hidden;
}

.fg-site-footer-inner{
  width:min(100%,1660px);
  margin:0 auto;
  padding:clamp(70px,8vw,130px) clamp(18px,4vw,76px) 32px;
}

.fg-site-footer-main{
  display:grid;
  grid-template-columns:minmax(0,1fr) 420px;
  gap:clamp(36px,7vw,110px);
  align-items:end;
  padding-bottom:70px;
  border-bottom:1px solid rgba(255,255,255,.12);
}

.fg-footer-label{
  color:#ffd38d;
  background:linear-gradient(110deg,var(--fg-orange),var(--fg-orange-dark));
  min-height:34px;
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  padding:0 14px;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.05em;
  margin-bottom:28px;
}

.fg-site-footer h2{
  max-width:1120px;
  margin:0;
  color:#fff;
  font-size:clamp(48px,7vw,126px);
  line-height:.84;
  letter-spacing:-.10em;
  font-weight:950;
  text-wrap:balance;
}

.fg-footer-copy p{
  margin:0 0 28px;
  color:rgba(255,255,255,.68);
  font-size:17px;
  line-height:1.5;
  letter-spacing:-.025em;
  font-weight:560;
}

.fg-footer-button{
  min-height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#fff;
  color:#070707;
  padding:0 26px;
  font-size:13px;
  line-height:1;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.fg-site-footer-bottom{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  gap:30px;
  align-items:center;
  padding-top:28px;
}

.fg-footer-brand{
  font-size:18px;
  font-weight:950;
  letter-spacing:-.06em;
}

.fg-footer-menu-list{
  display:flex;
  align-items:center;
  gap:22px;
}
.fg-footer-menu-list a{
  color:rgba(255,255,255,.68);
  font-size:12px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.035em;
}

.fg-footer-legal{
  margin:0;
  text-align:right;
  color:rgba(255,255,255,.46);
  font-size:12px;
  font-weight:650;
}

@media(max-width:980px){
  body.admin-bar .fg-site-header{top:46px}
  .fg-site-header-inner{grid-template-columns:1fr auto;min-height:66px}
  .fg-site-menu{display:none}
  .fg-site-meta,.fg-site-cta{display:none}
  .fg-site-burger{display:flex}
  .fg-site-header.is-open .fg-mobile-menu{display:block}
  .fg-site-main,.elementor-page .fg-site-main{padding-top:66px}
  .fg-site-footer-main,
  .fg-site-footer-bottom{grid-template-columns:1fr}
  .fg-footer-menu-list{flex-wrap:wrap}
  .fg-footer-legal{text-align:left}
}
