@font-face {
  font-family: "Arsenica";
  src: url("../fonts/Arsenica-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("../fonts/HelveticaNeueLTPro-Roman.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #ffffff;
  --ink: #171419;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Helvetica Neue LT Pro", "Helvetica Neue", Arial, sans-serif;
}

.hero-banner {
  min-height: 340px;
  background: url("../hero.webp") center 32% / cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.magazine-area {
  padding: clamp(2.5rem, 6vw, 4.4rem) 0 clamp(5.3rem, 8vw, 7rem);
}

.masthead {
  margin-bottom: clamp(2.2rem, 5vw, 3.8rem);
}

.hero-issue-badge-image {
  width: min(128px, 28.8vw);
  height: auto;
}

.brand-logo {
  width: min(560px, 74vw);
  height: auto;
}

.edition-row {
  gap: 0.85rem;
  margin-bottom: clamp(2rem, 4vw, 2.8rem);
}

.cover-card {
  width: 215px;
  border: 1px solid #9a9da2;
  background: #f2f2f2;
  padding: 0;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.09);
}

.edition-links {
  gap: 0.7rem;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.edition-links a {
  width: 100%;
  max-width: 240px;
  padding: 0.42rem 0.75rem;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.cta-button {
  width: 100%;
  max-width: 240px;
  padding: 0.42rem 0.75rem;
  letter-spacing: 0.01em;
  font-size: 0.9rem;
}

.edition-links a:hover {
  text-decoration: underline;
}

.instagram-link {
  margin-bottom: clamp(2rem, 4vw, 2.8rem);
  gap: 0.45rem;
  color: #161616;
  text-decoration: none;
  font-family: "Arsenica", Georgia, serif;
  font-size: clamp(1.9rem, 2.5vw, 2.6rem);
  line-height: 1;
}

.ig-icon {
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid #161616;
  border-radius: 5px;
  position: relative;
}

.ig-icon::before {
  content: "";
  position: absolute;
  width: 0.56rem;
  height: 0.56rem;
  border: 2px solid #161616;
  border-radius: 50%;
  inset: 0;
  margin: auto;
}

.ig-icon::after {
  content: "";
  position: absolute;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  background: #161616;
  right: 0.18rem;
  top: 0.18rem;
}

.info-columns h3 {
  margin: 0 0 0.55rem;
  font-family: "Arsenica", Georgia, serif;
  font-size: clamp(2.4rem, 2.7vw, 3.45rem);
  line-height: 0.9;
}

.info-card {
  background: #fff;
  border: 0;
  box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.08);
  padding: 1.35rem 1rem 1.5rem;
}

.info-columns {
  row-gap: 1rem;
  column-gap: 1.6rem;
  align-items: stretch;
}

.info-col {
  display: flex;
}

.info-col .info-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 100%;
}

.info-columns p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.25;
}

.card-actions {
  margin-top: auto;
  width: 100%;
  padding-top: 0.9rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stay-collapse {
  width: 100%;
}

.stay-form {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background: #f0f0f0;
  padding: 0.65rem;
}

.hp-wrap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.stay-form .form-label,
.stay-form .form-check-label {
  font-size: 0.78rem;
}

.stay-form .form-control,
.stay-form .form-select {
  font-size: 0.9rem;
  min-height: 38px;
  padding: 0.45rem 0.55rem;
  border: 1px solid #1d1d1d;
  background: #fff;
  color: #111;
}

.stay-form .form-control::placeholder {
  color: #b6b6b6;
  opacity: 1;
}

.stay-form .form-select:invalid {
  color: #b6b6b6;
}

.stay-form .form-select option {
  color: #111;
}

.stay-form .form-control:focus,
.stay-form .form-select:focus {
  border-color: #1d1d1d;
  box-shadow: none;
  background: #fff;
  color: #111;
}

.stay-form .form-check-input {
  border-color: #1d1d1d;
}

.stay-form .form-check-input:focus {
  border-color: #1d1d1d;
  box-shadow: none;
}

.stay-form .form-check-input:checked {
  background-color: #1d1d1d;
  border-color: #1d1d1d;
}

.stay-form button[type="submit"].cta-button {
  width: 100%;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.stay-form-message {
  font-size: 0.75rem;
  text-align: center;
  padding: 0.45rem 0.55rem;
  border: 0;
  border-left: 4px solid transparent;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
}

.stay-collapse.show + .stay-share-whatsapp,
.stay-collapse.collapsing + .stay-share-whatsapp {
  display: none !important;
}

.stay-form-message:empty {
  display: none;
}

.stay-form-message.is-error {
  color: #7d1019;
  background: #ffe8eb;
  border-left-color: #c53b48;
}

.stay-form-message.is-success {
  color: #135f2a;
  background: #e9f8ee;
  border-left-color: #2f9c52;
}

.qr-code {
  width: 92px;
  height: 92px;
  margin-top: 0.8rem;
  background: #fff;
  image-rendering: crisp-edges;
}

.footer-nav {
  border-top: 1px solid #1d1d1d;
  padding: 1.8rem 0 3.2rem;
}

.footer-nav a,
.footer-nav span {
  color: #1d1d1d;
  text-decoration: none;
  font-size: 1.15rem;
}

.footer-nav .footer-single {
  margin: 0;
}

@media (max-width: 767.98px) {
  .hero-banner {
    min-height: 240px;
  }

  .edition-links {
    text-align: center;
    width: 100%;
    align-items: center;
  }

  .info-columns p {
    font-size: 0.98rem;
  }

  .cta-button {
    max-width: 280px;
  }

  .edition-links a {
    max-width: 280px;
  }

  .stay-form,
  .stay-form-message {
    max-width: 100%;
  }

  .footer-nav a,
  .footer-nav span {
    font-size: 0.95rem;
  }
}

@media (min-width: 768px) {
  .info-col .info-card {
    min-height: 305px;
  }
}

