:root {
  --ink: #14110f;
  --ink-soft: #3b342e;
  --paper: #f4efe6;
  --paper-2: #fffdf8;
  --line: #e2d8c8;
  --muted: #6d655c;
  --red: #c8102e;
  --red-deep: #9b0d24;
  --gold: #b38728;
  --green: #1f7a4d;
  --whatsapp: #1fbe5a;
  --shadow: 0 18px 50px rgba(20, 17, 15, .08);
  --radius: 22px;
  --serif: "Fraunces", "Iowan Old Style", Georgia, serif;
  --sans: "Manrope", ui-sans-serif, system-ui, sans-serif;
  --max: 1180px;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16.5px;
  line-height: 1.55;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { font-family: var(--serif); line-height: 1.12; letter-spacing: -.02em; margin: 0; }
p { margin: 0; }

.gp-wrap {
  width: min(var(--max), calc(100% - 32px));
  margin-inline: auto;
}

.gp-mast {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 8px 0;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
}
.gp-mast a { text-decoration: none; }

.gp-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0 14px;
}
.gp-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.gp-logo__mark { color: var(--red); display: grid; place-items: center; flex-shrink: 0; }
.gp-logo__mark img,
.gp-logo__mark .custom-logo {
  width: 44px;
  height: 44px;
  object-fit: contain;
}
.gp-logo__type { display: flex; flex-direction: column; }
.gp-logo__type strong {
  font-family: var(--serif);
  font-size: 1.45rem;
  letter-spacing: -.03em;
}
.gp-logo__type em {
  font-style: normal;
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--muted);
}
.custom-logo-link { display: none; }

.gp-nav__list,
.gp-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.gp-nav a {
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 700;
}
.gp-nav a:hover { color: var(--red); }

.gp-header__tools {
  display: flex;
  align-items: center;
  gap: 10px;
}
.gp-search {
  display: flex;
  border: 1px solid var(--line);
  background: var(--paper-2);
  border-radius: 999px;
  overflow: hidden;
}
.gp-search input {
  border: 0;
  background: transparent;
  padding: 8px 12px;
  width: 150px;
  font: inherit;
}
.gp-search button,
.gp-icon-btn {
  border: 0;
  background: transparent;
  padding: 8px 12px;
  cursor: pointer;
  font: inherit;
}
.gp-burger { display: none; }

.gp-ribbon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 16px;
  margin: 8px 0 22px;
  background: var(--ink);
  color: #f7f1e8;
  border-radius: 16px;
  text-decoration: none;
}
.gp-ribbon__kicker {
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #e0b65a;
}
.gp-ribbon__title { font-family: var(--serif); font-size: 1.15rem; }
.gp-count {
  display: flex;
  gap: 8px;
}
.gp-count__cell {
  min-width: 58px;
  padding: 6px 8px;
  border: 1px solid rgba(247,241,232,.16);
  border-radius: 10px;
  text-align: center;
}
.gp-count__n {
  display: block;
  font-family: var(--serif);
  font-size: 1.25rem;
}
.gp-count__l {
  display: block;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #c9bfb2;
}

.gp-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, .8fr);
  gap: 28px;
  align-items: start;
  margin-bottom: 18px;
}
.gp-hero__main {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.gp-hero__story {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--paper-2);
  border: 1px solid var(--line);
  text-decoration: none;
  box-shadow: var(--shadow);
}
.gp-hero__story img {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  object-position: center top;
  background: #ddd4c6;
}
.gp-hero__copy {
  padding: 18px 20px 20px;
}
.gp-kicker {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--red);
}
.gp-hero__copy h1 { font-size: clamp(1.7rem, 3.4vw, 2.6rem); }
.gp-hero__lede {
  margin-top: 10px;
  max-width: 42rem;
  font-size: 15px;
  line-height: 1.45;
  color: var(--ink-soft);
}
.gp-hero__copy .gp-meta { margin-top: 10px; }
.gp-hero__rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 42px;
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.gp-rail__item {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 14px;
  text-decoration: none;
  border-left: 1px solid var(--line);
}
.gp-rail__item:first-child { border-left: 0; }
.gp-rail__item:hover { background: #faf6ee; }
.gp-rail__media {
  overflow: hidden;
  border-radius: 10px;
  background: #ddd4c6;
  aspect-ratio: 1;
}
.gp-rail__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gp-rail__item h3 { font-size: 1.02rem; }
.gp-rail__item .gp-kicker { color: var(--red); margin-bottom: 4px; }

.gp-kiosk {
  display: flex;
  flex-direction: column;
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
  box-shadow: var(--shadow);
}
.gp-kiosk__top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 12px;
}
.gp-kiosk__top span {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
}
.gp-kiosk__cover {
  display: block;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 14px;
  background: #ddd;
  box-shadow: 0 16px 30px rgba(20,17,15,.14);
}
.gp-kiosk__cover img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: top center;
  flex-shrink: 0;
}
.gp-kiosk h2 { margin: 12px 0 4px; font-size: 1.4rem; }
.gp-kiosk p { color: var(--muted); font-size: 14px; }
.gp-kiosk__actions {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}
.gp-kiosk iframe {
  width: 100%;
  min-height: 540px;
  border: 0;
  border-radius: 14px;
}

.gp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 750;
  font-size: 14px;
  border: 1px solid transparent;
}
.gp-btn--red { background: var(--red); color: #fff; }
.gp-btn--red:hover { background: var(--red-deep); }
.gp-btn--ghost { border-color: var(--line); background: transparent; }
.gp-btn--wa { background: var(--whatsapp); color: #072513; }

.gp-section { margin: 8px 0 48px; }
.gp-section__head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}
.gp-section__head h2 { font-size: 1.8rem; }
.gp-section__head a { color: var(--red); font-weight: 700; text-decoration: none; font-size: 14px; }

.gp-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.gp-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.gp-card__media {
  overflow: hidden;
  border-radius: 16px;
  background: #ddd4c6;
  aspect-ratio: 16 / 10;
}
.gp-card__media img { width: 100%; height: 100%; object-fit: cover; }
.gp-card h3 { margin-top: 10px; font-size: 1.2rem; }
.gp-card .gp-kicker { color: var(--red); }
.gp-meta { font-size: 13px; color: var(--muted); }

.gp-split {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 28px;
}
.gp-discuss {
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
}
.gp-discuss__item {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.gp-discuss__item:last-child { border-bottom: 0; }
.gp-discuss__item strong { display: block; font-size: 14px; }
.gp-discuss__item p { color: var(--ink-soft); }

.gp-article {
  display: grid;
  grid-template-columns: minmax(0, 740px) minmax(0, 320px);
  gap: 40px;
  padding: 12px 0 56px;
}
.gp-article__body { font-size: 1.08rem; }
.gp-article__body h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); margin: 8px 0 14px; }
.gp-article__body .entry-content { margin-top: 22px; }
.gp-article__body .entry-content p + p { margin-top: 1em; }
.gp-article__hero {
  margin: 18px 0 8px;
  border-radius: 18px;
  overflow: hidden;
}
.gp-article__hero img { width: 100%; }

.gp-event-hero {
  padding: 28px;
  margin: 8px 0 28px;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 90% 10%, rgba(195,16,46,.18), transparent 28%),
    var(--ink);
  color: #f7f1e8;
}
.gp-event-hero h1 { font-size: clamp(2.2rem, 5vw, 4rem); margin: 8px 0 10px; }
.gp-event-hero .gp-count { margin-top: 18px; }
.gp-badge {
  display: inline-flex;
  padding: 4px 8px;
  border-radius: 999px;
  background: #e0b65a;
  color: #1a1408;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.gp-badge--live { background: var(--red); color: #fff; }
.gp-badge--past { background: #3d3833; color: #eee; }

.gp-comments { margin-top: 36px; }
.gp-comments h2 { margin-bottom: 12px; }
.comment-list { list-style: none; padding: 0; margin: 0; }
.comment-list .comment {
  padding: 16px 0;
  border-top: 1px solid var(--line);
}
.comment-author { font-weight: 700; }
.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"] {
  width: 100%;
  border: 1px solid var(--line);
  background: var(--paper-2);
  border-radius: 12px;
  padding: 10px 12px;
  font: inherit;
}
.comment-form .form-submit { margin-top: 12px; }
.comment-form input[type="submit"] {
  border: 0;
  background: var(--red);
  color: #fff;
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 700;
  cursor: pointer;
}

.gp-footer {
  margin-top: 20px;
  padding: 36px 0 24px;
  background: var(--ink);
  color: #efe7db;
}
.gp-footer a { color: #efe7db; text-decoration: none; }
.gp-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 24px;
}
.gp-footer h3 { margin-bottom: 10px; }
.gp-footer p, .gp-footer li { color: #cfc4b4; font-size: 14px; }
.gp-footer ul { list-style: none; padding: 0; margin: 0; }
.gp-footer li + li { margin-top: 6px; }
.gp-legal {
  margin-top: 24px;
  padding-top: 14px;
  border-top: 1px solid #2b2622;
  font-size: 12px;
  color: #b4a898;
}

.gp-wa {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 54px;
  padding: 0 16px 0 12px;
  border-radius: 999px;
  background: var(--whatsapp);
  color: #062513;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(31,190,90,.28);
}
.gp-wa svg { width: 26px; height: 26px; }

.gp-empty {
  padding: 28px;
  border: 1px dashed var(--line);
  border-radius: 16px;
  color: var(--muted);
}

@media (max-width: 900px) {
  .gp-hero,
  .gp-hero__rail,
  .gp-grid,
  .gp-split,
  .gp-article,
  .gp-footer__grid { grid-template-columns: 1fr; }
  .gp-rail__item { border-left: 0; border-top: 1px solid var(--line); }
  .gp-rail__item:first-child { border-top: 0; }
  .gp-nav { display: none; }
  .gp-nav.is-open {
    display: block;
    position: absolute;
    inset: 92px 16px auto;
    background: var(--paper-2);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 16px;
    z-index: 20;
  }
  .gp-nav.is-open .gp-nav__list,
  .gp-nav.is-open ul { flex-direction: column; }
  .gp-burger { display: inline-flex; }
  .gp-search input { width: 110px; }
  .gp-ribbon { flex-direction: column; align-items: start; }
  .gp-wa span { display: none; }
  .gp-wa { width: 56px; padding: 0; justify-content: center; }
}
