:root {
  --fs-shell-height: 88px;
  --fs-shell-gold: #c5a15a;
  --fs-shell-ivory: #f4f1e9;
  --fs-shell-line: rgba(197, 161, 90, .38);
  --fs-shell-serif: "Cormorant Garamond", Georgia, serif;
  --fs-shell-sans: Inter, Arial, sans-serif;
}

.fs-global-header {
  position: fixed;
  z-index: 1000;
  inset: 0 0 auto;
  height: var(--fs-shell-height);
  padding: 0 clamp(22px, 3.2vw, 62px);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  column-gap: clamp(24px, 3vw, 56px);
  align-items: center;
  background: linear-gradient(180deg, #000 0%, rgba(0,0,0,.96) 72%, rgba(0,0,0,.72) 100%);
  border-bottom: 1px solid rgba(197,161,90,.08);
  font-family: var(--fs-shell-sans);
}
.fs-global-header a { text-decoration: none; }
.fs-global-wordmark {
  grid-column: 1;
  justify-self: start;
  display: inline-flex;
  align-items: baseline;
  gap: 12px;
  color: var(--fs-shell-gold);
  white-space: nowrap;
}
.fs-global-wordmark strong { font-family: var(--fs-shell-serif); font-size: 41px; font-weight: 400; line-height: 1; letter-spacing: .055em; }
.fs-global-wordmark span { font-size: clamp(13px, 1vw, 17px); font-weight: 600; letter-spacing: .24em; }
.fs-global-actions { grid-column: 3; justify-self: end; display: flex; align-items: center; gap: clamp(18px, 2.2vw, 38px); }
.fs-global-buy,.fs-global-selection,.fs-global-assistance {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: rgba(244,241,233,.78);
  font-size: clamp(13px, .95vw, 16px);
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  white-space: nowrap;
}
.fs-global-buy:hover,.fs-global-selection:hover,.fs-global-assistance:hover,
.fs-global-buy:focus-visible,.fs-global-selection:focus-visible,.fs-global-assistance:focus-visible { color: var(--fs-shell-gold); }
.fs-global-buy[aria-current="page"],.fs-global-selection[aria-current="page"] { color: var(--fs-shell-gold); border-bottom: 1px solid var(--fs-shell-line); }
body.fs-global-has-header { --header: var(--fs-shell-height); }
body.fs-global-has-header > main:first-of-type { scroll-margin-top: var(--fs-shell-height); }
body.fs-global-home .fs-home { padding-top: var(--fs-shell-height); }

/* Regla editorial global: toda frase dorada que introduce un título debe
   leerse con más presencia que la navegación fija, también en móvil. */
html body :is(.chapter,.eyebrow,.kicker,.fs-kicker,.letter-kicker) {
  color: #d4aa57 !important;
  font-size: clamp(15px, 1.15vw, 18px) !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  letter-spacing: clamp(.12em, .45vw, .2em) !important;
  text-wrap: balance;
}

.fs-global-footer {
  position: relative;
  z-index: 20;
  min-height: 132px;
  padding: 32px clamp(24px, 4vw, 72px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  border-top: 1px solid rgba(197,161,90,.24);
  background: #000;
  color: rgba(244,241,233,.72);
  font-family: var(--fs-shell-sans);
}
.fs-global-footer-brand { color: var(--fs-shell-gold); font-family: var(--fs-shell-serif); font-size: 23px; letter-spacing: .12em; text-transform: uppercase; text-decoration: none; }
.fs-global-footer-nav,.fs-global-footer-actions { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 38px); }
.fs-global-footer-actions { justify-self: end; }
.fs-global-footer a,.fs-global-footer button {
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  color: rgba(244,241,233,.78);
  font-family: var(--fs-shell-sans);
  font-size: clamp(13px, .95vw, 16px);
  font-weight: 600;
  line-height: normal;
  letter-spacing: .18em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.fs-global-footer .fs-global-footer-brand {
  font-family: var(--fs-shell-serif);
  font-size: clamp(23px, 1.7vw, 28px);
  font-weight: 400;
  line-height: 1.1;
}
.fs-global-footer a:hover,.fs-global-footer button:hover,.fs-global-footer a:focus-visible,.fs-global-footer button:focus-visible { color: var(--fs-shell-gold); border-bottom-color: var(--fs-shell-line); outline: none; }

@media (max-width: 760px) {
  :root { --fs-shell-height: 76px; }
  .fs-global-header { padding: 0 14px; grid-template-columns: auto minmax(0, 1fr) auto; column-gap: 12px; }
  .fs-global-wordmark { gap: 6px; }
  .fs-global-wordmark strong { font-size: 25px; }
  .fs-global-wordmark span { display: inline; font-size: 8px; letter-spacing: .16em; }
  .fs-global-actions { gap: 9px; min-width: 0; }
  .fs-global-buy,.fs-global-selection,.fs-global-assistance { min-height: 44px; padding-inline: 0; font-size: 10px; line-height: 1.15; letter-spacing: .075em; }
  .fs-global-footer { min-height: 0; grid-template-columns: 1fr; padding: 34px 23px 42px; }
  .fs-global-footer-nav,.fs-global-footer-actions { justify-self: start; flex-wrap: wrap; }
}
@media (max-width: 400px) {
  .fs-global-header { padding-inline: 10px; column-gap: 8px; }
  .fs-global-wordmark { gap: 5px; }
  .fs-global-wordmark strong { font-size: 22px; }
  .fs-global-wordmark span { display: inline; font-size: 7px; letter-spacing: .12em; }
  .fs-global-actions { gap: 7px; }
  .fs-global-buy,.fs-global-selection,.fs-global-assistance { font-size: 10px; letter-spacing: .02em; }
}
