:root {
  --navy: #071426;
  --navy-deep: #030a14;
  --navy-soft: #0c2038;
  --gold: #c99a55;
  --gold-light: #ebcf9c;
  --ivory: #f2eadc;
  --muted: #aab3bf;
  --line: rgba(235, 207, 156, .22);
  --sans: "Manrope", sans-serif;
  --serif: "Cormorant Garamond", Georgia, serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-height: 100svh;
  color: var(--ivory);
  background: var(--navy-deep);
  font-family: var(--sans);
  overflow-x: hidden;
}

body.modal-open { overflow: hidden; }

button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.ambient {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 15%, rgba(20, 56, 87, .55), transparent 35%),
    radial-gradient(circle at 16% 90%, rgba(14, 38, 64, .46), transparent 38%),
    linear-gradient(135deg, #08172a 0%, #030a14 64%, #071426 100%);
}

.grain {
  position: absolute;
  inset: 0;
  opacity: .055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

.orb { position: absolute; border-radius: 50%; filter: blur(70px); }
.orb-one { width: 26rem; height: 26rem; right: -10rem; top: -8rem; background: rgba(170, 111, 43, .12); }
.orb-two { width: 28rem; height: 28rem; left: -16rem; bottom: -12rem; background: rgba(32, 82, 120, .14); }

.arc {
  position: absolute;
  width: min(84vw, 76rem);
  aspect-ratio: 1;
  right: -37vw;
  bottom: -46vw;
  border: 1px solid rgba(213, 163, 88, .38);
  border-radius: 50%;
  transform: rotate(-24deg);
  box-shadow: 0 0 12px rgba(201, 154, 85, .08), inset 0 0 8px rgba(201, 154, 85, .04);
}
.arc-two { width: min(73vw, 65rem); right: -32vw; bottom: -39vw; border-color: rgba(235, 207, 156, .2); }
.arc-three { width: min(96vw, 86rem); right: -42vw; bottom: -52vw; border-color: rgba(201, 154, 85, .16); }

.site-header {
  width: min(100% - 8vw, 1440px);
  height: 148px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.brand-signature { display: flex; align-items: center; }
.brand-signature > span {
  width: clamp(2.5rem, 5vw, 5rem);
  height: 1px;
  background: linear-gradient(90deg, rgba(201,154,85,.72), rgba(201,154,85,0));
  box-shadow: 0 0 8px rgba(201,154,85,.2);
}
.brand {
  position: relative;
  display: block;
  width: 226px;
  height: 92px;
  overflow: hidden;
  border: 1px solid rgba(201,154,85,.38);
  background: #071426;
  box-shadow: 0 12px 42px rgba(0,0,0,.24), 0 0 28px rgba(201,154,85,.07), inset 0 0 22px rgba(255,255,255,.018);
}
.brand::after {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(235,207,156,.1);
  pointer-events: none;
}
.brand img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.08); transition: transform .45s ease; }
.brand:hover img { transform: scale(1.12); }

.header-contact {
  border: 0;
  border-bottom: 1px solid var(--gold);
  background: transparent;
  color: var(--ivory);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .7rem;
  padding: .85rem 0;
  cursor: pointer;
  transition: color .25s ease;
}
.header-contact:hover { color: var(--gold-light); }

.hero {
  width: min(100% - 8vw, 1440px);
  min-height: calc(100svh - 220px);
  margin: 0 auto;
  padding: clamp(4rem, 9vh, 8rem) 0 4rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 4rem;
}

.hero-content { max-width: 920px; animation: rise .9s cubic-bezier(.2,.8,.2,1) both; }

.eyebrow {
  margin: 0 0 1.6rem;
  color: var(--gold-light);
  font-size: .67rem;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: .8rem;
}
.eyebrow span { width: 2rem; height: 1px; background: var(--gold); box-shadow: 0 0 8px var(--gold); }

h1 {
  margin: 0;
  max-width: 980px;
  font-family: var(--serif);
  font-size: clamp(3.4rem, 7.4vw, 7.8rem);
  font-weight: 400;
  line-height: .86;
  letter-spacing: -.035em;
}
h1 em { color: var(--gold-light); font-weight: 400; }

h1.coming-soon {
  color: var(--ivory);
  font-size: clamp(3.8rem, 7.8vw, 8.2rem);
  line-height: .84;
  text-transform: uppercase;
  letter-spacing: .005em;
  background: linear-gradient(105deg, #f4ecdf 5%, #e6c98f 52%, #f4ecdf 96%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 38px rgba(235, 207, 156, .055);
}

.coming-soon-wrap { display: inline-block; }
.coming-soon-wrap > span {
  display: block;
  width: 28%;
  height: 1px;
  margin-top: 1.5rem;
  background: linear-gradient(90deg, var(--gold), rgba(201, 154, 85, 0));
  box-shadow: 0 0 8px rgba(201, 154, 85, .3);
}

.hero-promise {
  margin: 2rem 0 0;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(2rem, 3.5vw, 3.8rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.02em;
}
.hero-promise em { color: var(--gold-light); font-weight: 400; }

.intro {
  max-width: 630px;
  margin: 2.2rem 0 0;
  color: var(--muted);
  font-size: clamp(.92rem, 1.3vw, 1.08rem);
  font-weight: 300;
  line-height: 1.85;
}

.actions { margin-top: 2.7rem; display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }

.primary-button, .submit-button {
  border: 1px solid var(--gold);
  background: linear-gradient(110deg, #b8843f, #e1bd7b);
  color: #08111e;
  min-height: 58px;
  padding: 0 1.5rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.8rem;
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: .68rem;
  font-weight: 600;
  transition: transform .25s ease, box-shadow .25s ease;
}
.primary-button:hover, .submit-button:hover { transform: translateY(-2px); box-shadow: 0 12px 34px rgba(201,154,85,.18); }
.primary-button svg, .submit-button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.5; }

.email-link { color: var(--muted); font-size: .75rem; text-decoration: none; border-bottom: 1px solid rgba(170,179,191,.25); padding-bottom: .35rem; }
.email-link:hover { color: var(--ivory); }

.status-card {
  min-width: 228px;
  padding: 1.2rem 0 1.2rem 1.5rem;
  border-left: 1px solid var(--gold);
  display: flex;
  gap: 1rem;
  align-items: center;
  animation: rise .9s .15s cubic-bezier(.2,.8,.2,1) both;
}
.status-number { color: rgba(235,207,156,.45); font-family: var(--serif); font-size: 2rem; }
.status-card p { margin: 0 0 .35rem; font-family: var(--serif); font-size: 1.35rem; color: var(--gold-light); }
.status-card div span { color: var(--muted); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; }

footer {
  width: min(100% - 8vw, 1440px);
  min-height: 90px;
  margin: 0 auto;
  border-top: 1px solid rgba(255,255,255,.08);
  color: #b7bec6;
  font-size: .62rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
footer p { margin: 0; }
.footer-copyright {
  color: #c4c9cf;
  text-shadow: 0 1px 12px rgba(255,255,255,.05);
}
.footer-links { display: flex; align-items: center; gap: 1.5rem; }
.footer-links button {
  border: 0;
  border-bottom: 1px solid rgba(201,154,85,.75);
  padding: .25rem 0;
  background: transparent;
  color: var(--gold-light);
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  cursor: pointer;
  text-shadow: 0 0 12px rgba(201,154,85,.12);
}
.footer-links button:hover { color: #fff4df; border-color: #fff4df; }
.footer-tagline {
  position: relative;
  padding-left: 1.5rem;
  color: #c4c9cf;
}
.footer-tagline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: .8rem;
  height: 1px;
  background: var(--gold);
  box-shadow: 0 0 7px rgba(201,154,85,.45);
}

.cookie-banner[hidden], .cookie-modal[hidden] { display: none; }
.cookie-banner {
  position: relative;
  z-index: 2;
  width: min(100% - 8vw, 1440px);
  margin: 0 auto;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(235,207,156,.2);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  animation: cookieIn .45s cubic-bezier(.2,.8,.2,1) both;
}
.cookie-copy { max-width: 720px; display: flex; align-items: center; gap: 1.25rem; }
.cookie-kicker { color: var(--gold); font-size: .58rem; letter-spacing: .2em; text-transform: uppercase; }
.cookie-copy h2 { margin: 0 0 .2rem; font: 400 1.35rem/1 var(--serif); }
.cookie-copy p { margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.6; }
.cookie-actions, .cookie-modal-actions { display: flex; align-items: center; gap: .65rem; flex-shrink: 0; }
.cookie-button {
  min-height: 44px;
  border: 1px solid rgba(235,207,156,.3);
  padding: .65rem 1rem;
  color: var(--ivory);
  background: transparent;
  font-size: .6rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}
.cookie-button:hover { border-color: var(--gold); }
.cookie-button.primary { border-color: var(--gold); background: linear-gradient(110deg,#b8843f,#e1bd7b); color: #08111e; }

.cookie-modal { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; padding: 1rem; }
.cookie-modal-backdrop { position: absolute; inset: 0; background: rgba(1,6,12,.84); backdrop-filter: blur(8px); }
.cookie-modal-panel {
  position: relative;
  width: min(100%, 680px);
  max-height: calc(100svh - 2rem);
  overflow-y: auto;
  padding: clamp(2rem,5vw,3.5rem);
  border: 1px solid rgba(235,207,156,.25);
  background: linear-gradient(145deg,#0c2038,#030a14);
  box-shadow: 0 28px 100px rgba(0,0,0,.6);
  animation: modalIn .3s ease both;
}
.cookie-modal-panel > h2 { margin: 0; font: 400 clamp(2.3rem,5vw,3.5rem)/.95 var(--serif); }
.cookie-intro { margin: 1rem 0 1.8rem; color: var(--muted); font-size: .78rem; line-height: 1.7; }
.cookie-category {
  padding: 1.15rem 0;
  border-top: 1px solid rgba(255,255,255,.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.cookie-category h3 { margin: 0 0 .35rem; font: 500 1.2rem/1 var(--serif); color: var(--ivory); }
.cookie-category p { margin: 0; color: var(--muted); font-size: .68rem; line-height: 1.55; }
.always-active { flex-shrink: 0; color: var(--gold-light); font-size: .58rem; letter-spacing: .08em; text-transform: uppercase; }
.cookie-toggle-row { cursor: pointer; }
.toggle { position: relative; width: 44px; height: 24px; flex: 0 0 44px; }
.toggle input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.toggle > span:nth-child(2) { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.25); border-radius: 20px; background: rgba(255,255,255,.08); transition: .2s; }
.toggle > span:nth-child(2)::after { content: ""; position: absolute; width: 16px; height: 16px; left: 3px; top: 3px; border-radius: 50%; background: var(--muted); transition: .2s; }
.toggle input:checked + span { background: var(--gold); border-color: var(--gold); }
.toggle input:checked + span::after { transform: translateX(20px); background: #071426; }
.toggle input:focus-visible + span { outline: 2px solid var(--gold-light); outline-offset: 3px; }
.cookie-modal-actions { margin-top: 1.3rem; justify-content: flex-end; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

.modal[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 20; display: grid; place-items: center; padding: 1rem; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(1,6,12,.82); backdrop-filter: blur(8px); animation: fade .25s ease both; }
.modal-panel {
  position: relative;
  width: min(100%, 760px);
  max-height: calc(100svh - 2rem);
  overflow-y: auto;
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(235,207,156,.25);
  background: linear-gradient(145deg, rgba(12,32,56,.98), rgba(3,10,20,.99));
  box-shadow: 0 28px 100px rgba(0,0,0,.55);
  animation: modalIn .35s cubic-bezier(.2,.8,.2,1) both;
}
.close-button { position: absolute; top: 1.2rem; right: 1.2rem; width: 42px; height: 42px; border: 0; background: transparent; color: var(--ivory); cursor: pointer; }
.close-button svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.form-heading { margin-bottom: 2rem; }
.form-heading h2 { margin: 0; font: 400 clamp(2.4rem,5vw,4rem)/.95 var(--serif); }
.form-heading > p:last-child { color: var(--muted); max-width: 540px; line-height: 1.7; font-size: .86rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 1.25rem; }
form label { display: block; }
form label > span { display: block; color: #c7cdd3; font-size: .66rem; letter-spacing: .09em; text-transform: uppercase; margin-bottom: .5rem; }
input, textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 0;
  outline: 0;
  background: rgba(255,255,255,.035);
  color: var(--ivory);
  padding: .85rem 1rem;
  transition: border-color .2s, background .2s;
}
input { min-height: 48px; }
textarea { resize: vertical; min-height: 105px; }
input:focus, textarea:focus { border-color: var(--gold); background: rgba(255,255,255,.055); }
form > label { margin-top: 1rem; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.consent { margin: 1.2rem 0 !important; display: flex !important; gap: .7rem; align-items: flex-start; }
.consent input { width: 16px; min-height: 16px; margin-top: 1px; accent-color: var(--gold); }
.consent span { margin: 0; color: var(--muted); font-size: .62rem; line-height: 1.5; text-transform: none; letter-spacing: .02em; }
.submit-button { width: 100%; }
.submit-button:disabled { opacity: .6; cursor: wait; }
.form-status { min-height: 1.3rem; margin: .8rem 0 0; font-size: .76rem; color: var(--gold-light); text-align: center; }
.form-status.error { color: #f1a6a6; }

@keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes modalIn { from { opacity: 0; transform: translateY(18px) scale(.985); } to { opacity: 1; transform: none; } }
@keyframes cookieIn { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

@media (max-width: 800px) {
  .site-header { height: 124px; }
  .brand { width: 176px; height: 74px; }
  .brand-signature > span { width: 2.5rem; }
  .hero { min-height: calc(100svh - 175px); grid-template-columns: 1fr; align-items: center; padding: 4rem 0 3rem; gap: 3rem; }
  h1 { font-size: clamp(3.1rem, 14vw, 5.4rem); line-height: .9; }
  .status-card { display: none; }
  footer { min-height: 70px; flex-direction: column; justify-content: center; align-items: flex-start; gap: .4rem; }
  footer p { margin: 0; }
  .footer-links { width: 100%; justify-content: space-between; gap: .75rem; }
  .cookie-banner { align-items: stretch; flex-direction: column; gap: .85rem; padding: 1rem 0; }
  .cookie-copy { max-width: none; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-actions .primary { grid-column: 1 / -1; grid-row: 1; }
  .arc { width: 120vw; right: -70vw; bottom: -45vw; }
}

@media (max-width: 560px) {
  .site-header, .hero, footer { width: calc(100% - 2.5rem); }
  .brand { width: 160px; height: 68px; }
  .brand-signature > span { display: none; }
  .header-contact { font-size: .6rem; }
  .hero { padding-top: 3rem; }
  h1.coming-soon { font-size: clamp(2.75rem, 12vw, 4.25rem); letter-spacing: 0; }
  .coming-soon-wrap > span { margin-top: 1rem; width: 38%; }
  .hero-promise { font-size: clamp(1.8rem, 9vw, 2.8rem); }
  .actions { align-items: stretch; flex-direction: column; gap: 1.2rem; }
  .primary-button { width: 100%; }
  .email-link { align-self: center; font-size: .67rem; }
  .form-grid { grid-template-columns: 1fr; }
  .modal-panel { padding: 3.5rem 1.25rem 1.5rem; }
  .cookie-banner { width: calc(100% - 2.5rem); padding: 1rem 0; }
  .cookie-copy { align-items: flex-start; flex-direction: column; gap: .35rem; }
  .cookie-copy h2 { font-size: 1.55rem; }
  .cookie-modal-panel { padding: 3.5rem 1.25rem 1.5rem; }
  .cookie-modal-actions { align-items: stretch; flex-direction: column-reverse; }
  .cookie-modal-actions .cookie-button { width: 100%; }
  .footer-links { align-items: flex-start; flex-direction: column; }
  .footer-tagline { padding-left: 1.25rem; }
}

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

/* Variante centrada */
.site-header {
  height: 190px;
  flex-direction: column;
  justify-content: center;
  gap: .65rem;
}
.brand-signature { width: 100%; justify-content: center; }
.brand-signature::before {
  content: "";
  width: clamp(2.5rem, 5vw, 5rem);
  height: 1px;
  background: linear-gradient(270deg, rgba(201,154,85,.72), rgba(201,154,85,0));
  box-shadow: 0 0 8px rgba(201,154,85,.2);
}
.header-contact { padding: .45rem 0; }

.brand {
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  text-decoration: none;
}
.brand::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 15% 8%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(201,154,85,.16), rgba(201,154,85,0) 70%);
  filter: blur(12px);
}
.brand::after { display: none; }
.brand-mark {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  font-family: var(--serif);
  line-height: 1;
  filter: drop-shadow(0 0 11px rgba(201,154,85,.2));
}
.brand-mark strong {
  color: var(--gold-light);
  font-size: 3.25rem;
  font-weight: 500;
  letter-spacing: -.04em;
}
.brand-mark i {
  width: 1px;
  height: 2.75rem;
  background: linear-gradient(180deg, transparent, var(--ivory) 18%, var(--ivory) 82%, transparent);
  box-shadow: 0 0 8px rgba(255,255,255,.18);
}
.brand-mark span {
  color: var(--ivory);
  font-size: 2.25rem;
  letter-spacing: .065em;
}

.cookie-banner { justify-content: center; text-align: center; }
.cookie-copy { justify-content: center; }

.hero {
  min-height: calc(100svh - 280px);
  grid-template-columns: 1fr;
  justify-items: center;
  align-content: center;
  gap: 2.5rem;
  padding: clamp(3.5rem, 7vh, 6rem) 0 3.5rem;
  text-align: center;
}
.hero-content { max-width: 1080px; display: flex; flex-direction: column; align-items: center; }
.eyebrow { justify-content: center; }
.coming-soon-wrap > span { margin-left: auto; margin-right: auto; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.intro { max-width: 690px; }
.actions { justify-content: center; }
.status-card {
  min-width: auto;
  padding: 1.2rem 2rem 0;
  border-left: 0;
  border-top: 1px solid var(--gold);
  justify-content: center;
  text-align: left;
}

footer { min-height: auto; flex-direction: column; justify-content: center; gap: .7rem; text-align: center; padding: 1.2rem 0 0; }
.footer-links { justify-content: center; }
footer .cookie-banner {
  width: 100%;
  margin-top: .6rem;
  padding: 1.1rem 0;
  border-top: 1px solid rgba(235,207,156,.18);
  border-bottom: 0;
  justify-content: center;
}

@media (max-width: 800px) {
  .site-header { height: 160px; }
  .brand-signature::before { width: 2.5rem; }
  .hero { min-height: auto; padding-top: 4rem; }
  .status-card { display: flex; }
  .cookie-copy { align-items: center; flex-direction: column; gap: .35rem; }
  .footer-links { width: auto; }
}

@media (max-width: 560px) {
  .site-header { height: 145px; }
  .brand-signature::before, .brand-signature > span { display: none; }
  .brand-mark strong { font-size: 2.65rem; }
  .brand-mark i { height: 2.2rem; }
  .brand-mark span { font-size: 1.8rem; }
  .hero { padding-top: 3.5rem; }
  .actions { width: 100%; }
  .status-card { padding-left: 1rem; padding-right: 1rem; }
  .footer-links { align-items: center; }
}
