/* Portada — atlas editorial limpio. La identidad base permanece en style.css. */
.home-page {
  --atlas-ink: #242424;
  --atlas-ink-deep: #191919;
  --atlas-paper: #faf7f2;
  --atlas-paper-muted: #f1ede6;
  --atlas-champagne: #d4c4a8;
  --atlas-bronze: #a08c5b;
  --atlas-bronze-text: #715f3a;
  --atlas-line-dark: rgba(36, 36, 36, .17);
  --atlas-line-light: rgba(212, 196, 168, .24);
  --atlas-muted-dark: #625d54;
  --atlas-muted-light: rgba(250, 247, 242, .68);
  --atlas-max: 1380px;
  background: var(--atlas-paper);
}

.home-page ::selection { background: var(--atlas-champagne); color: var(--atlas-ink); }
.home-page::-webkit-scrollbar { width: 9px; }
.home-page::-webkit-scrollbar-track { background: var(--atlas-ink-deep); }
.home-page::-webkit-scrollbar-thumb { background: var(--atlas-bronze); border: 3px solid var(--atlas-ink-deep); }
.home-page :where(a, button, summary):focus-visible { outline: 2px solid var(--atlas-bronze); outline-offset: 5px; }
.home-page a { text-underline-offset: .22em; }
.home-page main { overflow: clip; }
.home-page [id] { scroll-margin-top: 88px; }

.atlas-shell {
  margin: 0 auto;
  max-width: var(--atlas-max);
  padding-inline: clamp(24px, 4vw, 58px);
  width: 100%;
}

.arrow-icon { flex: 0 0 auto; transition: transform .32s cubic-bezier(.22, 1, .36, 1); }
.arrow-icon path { vector-effect: non-scaling-stroke; }

/* Navigation */
.home-page .nav { background: rgba(36, 36, 36, .96); backdrop-filter: blur(14px) saturate(110%); }
.home-page .nav-in {
  max-width: var(--atlas-max);
  min-height: 76px;
  padding: 14px clamp(24px, 4vw, 58px);
}
.home-page .brandmark { gap: 13px; }
.home-page .brandmark svg { height: 29px; width: 29px; }
.home-page .brandmark span { letter-spacing: .18em; }
.home-page .nav-links { gap: 28px; }
.home-page .nav-links a {
  border: 0;
  color: rgba(250, 247, 242, .72);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .17em;
  position: relative;
}
.home-page .nav-links a:not(.nav-cta)::after {
  background: var(--atlas-champagne);
  bottom: -8px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .35s cubic-bezier(.22, 1, .36, 1);
  width: 100%;
}
.home-page .nav-links a:not(.nav-cta):hover::after,
.home-page .nav-links a:not(.nav-cta):focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}
.home-page .nav-links .nav-cta {
  align-items: center;
  background: var(--atlas-champagne);
  clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 9px, 100% 100%, 9px 100%, 0 calc(100% - 9px));
  color: var(--atlas-ink) !important;
  display: flex;
  min-height: 40px;
  padding: 0 18px;
}
.home-page .nav-links .nav-cta:hover { background: var(--atlas-paper); }
.home-page .nav-toggle { height: 42px; width: 42px; }
.home-page .nav-toggle path {
  transform-box: fill-box;
  transform-origin: center;
  transition: transform .35s cubic-bezier(.22, 1, .36, 1);
}
.home-page .nav-toggle[aria-expanded="true"] .nav-toggle-line-a { transform: translateY(4px) rotate(45deg); }
.home-page .nav-toggle[aria-expanded="true"] .nav-toggle-line-b { transform: translateY(-4px) rotate(-45deg); }

/* Hero */
.atlas-hero {
  background: var(--atlas-ink);
  color: var(--atlas-paper);
  min-height: calc(100svh - 76px);
  position: relative;
}
.atlas-hero::before {
  background: linear-gradient(90deg, transparent 0, var(--atlas-line-light) 50%, transparent 100%);
  content: "";
  height: 1px;
  inset: auto 0 0;
  opacity: .7;
  position: absolute;
}
.hero-layout {
  align-items: start;
  display: grid;
  gap: clamp(56px, 8vw, 118px);
  grid-template-columns: minmax(0, 7fr) minmax(350px, 5fr);
  min-height: calc(100svh - 76px);
  padding-block: clamp(52px, 4vw, 64px);
}
.hero-copy { max-width: 710px; }
.hero-kicker,
.section-kicker {
  color: var(--atlas-bronze-text);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.hero-kicker { color: var(--atlas-champagne); margin-bottom: 30px; }
.section-kicker-light { color: var(--atlas-champagne); }
.hero-copy h1 {
  font-family: var(--display);
  font-size: clamp(4.4rem, 6.7vw, 6.7rem);
  font-weight: 300;
  letter-spacing: -.045em;
  line-height: 1.08;
  max-width: 8.8ch;
}
.hero-lede {
  color: var(--atlas-muted-light);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  font-weight: 300;
  line-height: 1.72;
  margin-top: 36px;
  max-width: 52ch;
}
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 24px; margin-top: 34px; }
.action {
  align-items: center;
  border: 0;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  gap: 30px;
  justify-content: space-between;
  letter-spacing: .16em;
  min-height: 52px;
  padding: 0 22px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .3s ease, color .3s ease;
}
.action:hover .arrow-icon,
.publication-link:hover .arrow-icon,
.map-note-list a:hover .arrow-icon { transform: translateX(4px); }
.action-primary {
  background: var(--atlas-champagne);
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  color: var(--atlas-ink);
  min-width: 210px;
}
.action-primary:hover { background: var(--atlas-paper); }
.action-secondary {
  border-bottom: 1px solid rgba(212, 196, 168, .42);
  color: var(--atlas-paper);
  min-height: 0;
  padding: 12px 0 9px;
}
.action-secondary:hover { border-bottom-color: var(--atlas-champagne); color: var(--atlas-champagne); }

/* Argentina editorial map */
.editorial-map { justify-self: end; margin: 0; max-width: 440px; width: 100%; }
.map-heading {
  align-items: baseline;
  border-bottom: 1px solid var(--atlas-line-light);
  display: flex;
  justify-content: space-between;
  padding-bottom: 13px;
}
.map-heading span,
.map-heading strong {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.map-heading span { color: var(--atlas-champagne); }
.map-heading strong { color: rgba(250, 247, 242, .6); }
.map-stage {
  background: radial-gradient(circle at 51% 19%, rgba(212, 196, 168, .08), transparent 34%);
  margin: 22px auto 10px;
  max-width: 390px;
  position: relative;
}
.map-stage svg { display: block; height: auto; overflow: visible; width: 100%; }
.map-province {
  fill: rgba(212, 196, 168, .025);
  stroke: rgba(212, 196, 168, .49);
  stroke-linejoin: round;
  stroke-width: .85;
  transition: fill .35s ease, stroke .35s ease;
}
.map-province.has-note { fill: rgba(212, 196, 168, .22); stroke: var(--atlas-champagne); stroke-width: 1.2; }
.map-point-hit { fill: transparent; }
.map-point-pulse { fill: none; stroke: var(--atlas-champagne); stroke-width: 1; transform-box: fill-box; transform-origin: center; }
.map-point { fill: var(--atlas-paper); stroke: var(--atlas-ink); stroke-width: 2; transform-box: fill-box; transform-origin: center; transition: transform .3s cubic-bezier(.22, 1, .36, 1); }
.map-point-link { cursor: pointer; }
.map-point-link:hover .map-point,
.map-point-link:focus .map-point { transform: scale(1.45); }
.map-point-link:focus { outline: none; }
.map-point-link:focus .map-point-pulse { stroke-width: 3; }
.map-note-list { border-bottom: 1px solid var(--atlas-line-light); border-top: 1px solid var(--atlas-line-light); list-style: none; }
.map-note-list a {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: 8px 1fr 18px;
  padding: 17px 0;
  text-decoration: none;
}
.map-note-list i { background: var(--atlas-champagne); border-radius: 50%; height: 7px; width: 7px; }
.map-note-list span { display: flex; flex-direction: column; gap: 4px; }
.map-note-list small { color: var(--atlas-champagne); font-size: 8px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }
.map-note-list strong { font-family: var(--display); font-size: 1.25rem; font-weight: 300; line-height: 1; }
.editorial-map figcaption {
  color: rgba(250, 247, 242, .42);
  font-size: 8px;
  letter-spacing: .08em;
  line-height: 1.55;
  margin-top: 12px;
}
.editorial-map figcaption a { color: inherit; }

/* El inventario reserva su alto aunque no haya una campaña activa. */
.home-page .ad-band { background: var(--atlas-paper-muted); border-color: var(--atlas-line-dark); padding: 34px 0; }
.home-page .ad-band-dark { background: var(--atlas-ink-deep); border-top: 1px solid rgba(212, 196, 168, .14); }
.home-page .ad-lbl { letter-spacing: .22em; }
.home-page .ad-slot { background: #e9e4da; border-color: rgba(36, 36, 36, .17); }
.home-page .ad-band-dark .ad-slot { background: #222; border-color: rgba(212, 196, 168, .22); }

/* Notes */
.atlas-section { padding: clamp(82px, 8.5vw, 116px) 0; }
.section-body { width: 100%; }
.section-opening {
  align-items: end;
  display: grid;
  gap: 24px clamp(40px, 8vw, 110px);
  grid-template-columns: minmax(0, 1fr) minmax(260px, .65fr);
  margin-bottom: clamp(48px, 5vw, 66px);
}
.section-opening .section-kicker { grid-column: 1 / -1; }
.section-opening h2 {
  font-family: var(--display);
  font-size: clamp(3.4rem, 6vw, 6rem);
  font-weight: 300;
  letter-spacing: -.04em;
  line-height: .88;
  max-width: 9ch;
}
.published-section { background: var(--atlas-paper); }
.publication-list { border-bottom: 1px solid var(--atlas-line-dark); }
.publication { border-top: 1px solid var(--atlas-line-dark); padding: 22px 0 clamp(64px, 8vw, 100px); position: relative; }
.publication::before {
  background: var(--atlas-bronze);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: -1px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .65s cubic-bezier(.22, 1, .36, 1);
  width: 100%;
}
.publication:hover::before { transform: scaleX(1); transform-origin: left; }
.publication-meta {
  color: var(--atlas-muted-dark);
  display: flex;
  font-size: 9px;
  font-weight: 500;
  justify-content: space-between;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.publication-main {
  align-items: stretch;
  display: grid;
  gap: clamp(54px, 9vw, 128px);
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, .72fr);
  margin-top: clamp(58px, 8vw, 96px);
}
.publication-copy { display: flex; flex-direction: column; }
.publication-copy .rotulo { align-self: flex-start; margin-bottom: 20px; }
.publication-copy h3 {
  font-family: var(--display);
  font-size: clamp(3.8rem, 7vw, 7.2rem);
  font-weight: 300;
  letter-spacing: -.045em;
  line-height: .82;
  max-width: 7ch;
}
.publication-copy > p {
  color: var(--atlas-muted-dark);
  font-size: clamp(.98rem, 1.4vw, 1.1rem);
  font-weight: 300;
  line-height: 1.72;
  margin-top: 38px;
  max-width: 54ch;
}
.publication-facts { display: flex; gap: 46px; margin-top: 34px; padding-top: 24px; position: relative; }
.publication-facts::before { background: var(--atlas-line-dark); content: ""; height: 1px; left: 0; position: absolute; top: 0; width: min(100%, 520px); }
.publication-facts dt { color: var(--atlas-bronze-text); font-size: 8px; font-weight: 600; letter-spacing: .18em; margin-bottom: 7px; text-transform: uppercase; }
.publication-facts dd { font-size: .9rem; font-weight: 400; }
.publication-link {
  align-items: center;
  align-self: flex-start;
  border-bottom: 1px solid var(--atlas-ink);
  display: flex;
  font-size: 10px;
  font-weight: 600;
  gap: 46px;
  letter-spacing: .17em;
  margin-top: 48px;
  padding: 0 0 12px;
  text-decoration: none;
  text-transform: uppercase;
}
.inside-decision {
  background: var(--atlas-ink);
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 22px 100%, 0 calc(100% - 22px));
  color: var(--atlas-paper);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 380px;
  padding: clamp(30px, 4vw, 52px);
  position: relative;
}
.inside-decision::before {
  background: linear-gradient(90deg, transparent 49.8%, rgba(212, 196, 168, .08) 50%, transparent 50.2%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.inside-decision > span { color: var(--atlas-champagne); font-size: 9px; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; }
.inside-decision p { align-self: center; font-family: var(--display); font-size: clamp(1.75rem, 3vw, 2.65rem); font-style: italic; font-weight: 300; line-height: 1.08; max-width: 13ch; position: relative; text-align: center; }
.inside-decision i { background: var(--atlas-champagne); height: 1px; opacity: .82; transform: scaleX(.25); transform-origin: left; transition: transform .65s cubic-bezier(.22, 1, .36, 1); width: 100%; }
.publication:hover .inside-decision i { transform: scaleX(1); }
.home-page .publication > .commission-disclosure {
  border-color: var(--atlas-line-dark);
  border-left-color: var(--atlas-bronze);
  display: grid;
  gap: 18px;
  grid-template-columns: 190px 1fr;
  margin-top: 54px;
}
.home-page .publication > .commission-disclosure .commission-label { margin: 0; }

/* Hotels appear only after their first publication */
.hotel-section { background: #fff; border-top: 1px solid var(--atlas-line-dark); }
.hotel-ledger { border-top: 1px solid var(--atlas-line-dark); }
.hotel-row { align-items: start; border-bottom: 1px solid var(--atlas-line-dark); display: grid; gap: 24px 42px; grid-template-columns: .75fr 1.25fr auto; padding: 30px 0; }
.hotel-identity h3 { font-family: var(--display); font-size: 1.9rem; font-weight: 300; line-height: 1.05; }
.hotel-identity h3 a { text-decoration: none; }
.hotel-identity p a { text-underline-offset: .25em; }
.hotel-identity p,
.hotel-status { color: var(--atlas-muted-dark); font-size: 9px; letter-spacing: .14em; margin-top: 8px; text-transform: uppercase; }
.hotel-description { color: var(--atlas-muted-dark); font-size: .94rem; font-weight: 300; }
.hotel-status { align-items: flex-end; display: flex; flex-direction: column; gap: 14px; margin-top: 0; text-align: right; }
.hotel-row .commission-disclosure { grid-column: 2 / -1; margin-top: 0; }
.hotel-detail-link { border-bottom: 1px solid currentColor; font-size: 9px; font-weight: 600; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }

/* Institutional support appears only when active */
.home-page .apoyo { background: var(--atlas-paper-muted); border-color: var(--atlas-line-dark); padding: 48px 0; }
.home-page .apoyo .lbl { color: var(--atlas-muted-dark); }
.home-page .apoyo-row .marca { border-color: var(--atlas-line-dark); color: var(--atlas-muted-dark); }

/* Commercial close */
.commercial-section { background: var(--atlas-ink); color: var(--atlas-paper); padding: clamp(100px, 12vw, 164px) 0; }
.commercial-layout { align-items: start; display: grid; gap: clamp(64px, 10vw, 150px); grid-template-columns: minmax(300px, .8fr) minmax(440px, 1.2fr); }
.commercial-intro h2 {
  font-family: var(--display);
  font-size: clamp(3.5rem, 6vw, 6rem);
  font-weight: 300;
  letter-spacing: -.04em;
  line-height: .87;
  margin-top: 28px;
  max-width: 8ch;
}
.commercial-intro > p:not(.section-kicker) { color: var(--atlas-muted-light); font-size: 1rem; font-weight: 300; line-height: 1.72; margin-top: 34px; max-width: 48ch; }
.commercial-intro .action { margin-top: 38px; }
.action-light {
  background: var(--atlas-champagne);
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  color: var(--atlas-ink);
}
.action-light:hover { background: var(--atlas-paper); }
.service-list { border-top: 1px solid var(--atlas-line-light); }
.service-list > article {
  border-bottom: 1px solid var(--atlas-line-light);
  display: grid;
  gap: 12px 28px;
  grid-template-columns: 100px 1fr;
  padding: 28px 0 30px;
}
.service-list article > span { color: var(--atlas-champagne); font-size: 8px; font-weight: 500; letter-spacing: .17em; padding-top: 8px; text-transform: uppercase; }
.service-list h3 { font-family: var(--display); font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 300; line-height: 1; }
.service-list article p { color: var(--atlas-muted-light); font-size: .88rem; font-weight: 300; grid-column: 2; line-height: 1.65; max-width: 48ch; }
.house-rules { border-bottom: 1px solid var(--atlas-line-light); color: var(--atlas-champagne); }
.house-rules summary { align-items: center; cursor: pointer; display: flex; font-size: 9px; font-weight: 500; justify-content: space-between; letter-spacing: .16em; list-style: none; padding: 24px 0; text-transform: uppercase; }
.house-rules summary::-webkit-details-marker { display: none; }
.house-rules summary .arrow-icon { transition: transform .35s cubic-bezier(.22, 1, .36, 1); }
.house-rules[open] summary .arrow-icon { transform: rotate(90deg); }
.house-rules ul { display: grid; gap: 12px; list-style: none; padding: 2px 0 30px; }
.house-rules li { color: var(--atlas-muted-light); font-size: .82rem; font-weight: 300; line-height: 1.6; padding-left: 18px; position: relative; }
.house-rules li::before { color: var(--atlas-champagne); content: "—"; left: 0; position: absolute; }

/* Footer */
.home-page .footer { background: var(--atlas-ink-deep); border-top: 1px solid var(--atlas-line-light); padding: 58px 0 50px; }
.home-page .footer-in { max-width: var(--atlas-max); padding-inline: clamp(24px, 4vw, 58px); }
.home-page .footer .cred { color: rgba(250, 247, 242, .56); }
.home-page .footer a:hover { color: var(--atlas-champagne); }

/* One restrained opening */
@media (prefers-reduced-motion: no-preference) {
  .hero-copy { animation: hero-copy-in .85s .05s both cubic-bezier(.22, 1, .36, 1); }
  .editorial-map { animation: map-in .95s .14s both cubic-bezier(.22, 1, .36, 1); }
  .map-point-pulse { animation: map-pulse 1.8s 1.05s ease-out 2; }
}
@keyframes hero-copy-in { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes map-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes map-pulse { 0% { opacity: .9; transform: scale(.45); } 100% { opacity: 0; transform: scale(2.2); } }

@media (max-width: 1080px) {
  .hero-layout { gap: 54px; grid-template-columns: minmax(0, 1.2fr) minmax(330px, .8fr); }
  .publication-main { gap: 62px; }
  .commercial-layout { gap: 70px; }
}

@media (max-width: 960px) {
  .home-page .nav-links {
    background: var(--atlas-ink-deep);
    border: 1px solid var(--atlas-line-light);
    left: auto;
    padding: 10px;
    right: 18px;
    top: calc(100% + 8px);
    width: min(280px, calc(100vw - 36px));
  }
  .home-page .nav-links a { padding: 15px 14px; }
  .home-page .nav-links .nav-cta { display: flex; margin-top: 4px; min-height: 46px; padding: 0 14px; }
  .hero-layout { grid-template-columns: minmax(0, 1fr) minmax(310px, .72fr); }
  .hero-copy h1 { font-size: clamp(4rem, 8.3vw, 5.5rem); }
  .publication-main { grid-template-columns: 1fr; }
  .inside-decision { min-height: 330px; }
  .commercial-layout { grid-template-columns: 1fr; }
  .commercial-intro h2 { max-width: 10ch; }
}

@media (max-width: 760px) {
  .atlas-shell { padding-inline: 24px; }
  .atlas-hero { min-height: auto; }
  .hero-layout { display: block; min-height: auto; padding-block: 44px 58px; }
  .hero-copy { max-width: none; }
  .hero-copy h1 { font-size: clamp(3.75rem, 17vw, 5.25rem); line-height: 1.08; max-width: 8.9ch; }
  .hero-lede { margin-top: 28px; max-width: 40ch; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; margin-top: 30px; }
  .action-primary { width: 100%; }
  .action-secondary { align-self: flex-start; }
  .editorial-map { margin-top: 58px; max-width: none; }
  .map-stage { max-width: 360px; }
  .map-note-list strong { font-size: 1.15rem; }
  .editorial-map figcaption { max-width: 44ch; }
  .atlas-section { padding: 88px 0; }
  .section-opening { display: block; margin-bottom: 50px; }
  .section-opening h2 { font-size: clamp(3.2rem, 15vw, 4.7rem); margin-top: 24px; max-width: 8ch; }
  .publication { padding-bottom: 72px; }
  .publication-main { margin-top: 52px; }
  .publication-copy h3 { font-size: clamp(3.8rem, 17vw, 5.6rem); }
  .inside-decision { min-height: 300px; padding: 30px; }
  .inside-decision p { font-size: clamp(1.8rem, 8vw, 2.4rem); }
  .home-page .publication > .commission-disclosure { display: block; }
  .home-page .publication > .commission-disclosure .commission-label { margin-bottom: 10px; }
  .hotel-row { grid-template-columns: 1fr; }
  .hotel-status { text-align: left; }
  .hotel-status { align-items: flex-start; }
  .hotel-row .commission-disclosure { grid-column: 1; }
  .commercial-section { padding: 90px 0; }
  .commercial-intro h2 { font-size: clamp(3.4rem, 15vw, 4.8rem); }
}

@media (max-width: 520px) {
  .home-page .brandmark span { font-size: 9px; letter-spacing: .15em; }
  .home-page .brandmark small { font-size: 7px; }
  .hero-copy h1 { font-size: clamp(3.45rem, 16.8vw, 4.45rem); }
  .map-heading { align-items: flex-start; flex-direction: column; gap: 6px; }
  .map-stage { max-width: 310px; }
  .publication-meta { gap: 18px; justify-content: flex-start; }
  .publication-facts { gap: 28px; }
  .publication-link { gap: 34px; }
  .inside-decision { min-height: 280px; }
  .service-list > article { grid-template-columns: 1fr; }
  .service-list article > span { padding-top: 0; }
  .service-list article p { grid-column: 1; }
}

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