@font-face {
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/-nFnOHM81r4j6k0gjAW3mujVU2B2K_c.ttf") format("truetype");
}
@font-face {
  font-family: "DM Serif Display";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/-nFhOHM81r4j6k0gjAW3mujVU2B2G_Vx1w.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk59E-_F.ttf") format("truetype");
}
.ico {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: -0.15em;
}
@media (max-width: 900px) {
  .mobilenav {
    display: none !important;
  }
  .header.is-open .mobilenav {
    display: grid !important;
  }
  .menubtn {
    display: grid;
    place-items: center;
  }
}
/* Diseño Cuaderno de Club: editorial deportivo contemporáneo; Verde Hoyo 18, papel marfil, serif expresiva y navegación de tarjeta de juego. */

:root {
  --green: #164b3b;
  --deep: #0d3025;
  --ink: #173126;
  --paper: #f5f0e5;
  --cream: #fbf9f2;
  --sand: #d8bc87;
  --coral: #bf695a;
  --muted: #66756a;
  --line: rgba(23, 49, 38, 0.16);
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --ease: cubic-bezier(0.23, 1, 0.32, 1);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.55;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea {
  font: inherit;
}
button {
  cursor: pointer;
}
main {
  min-height: 56vh;
}
.shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}
.block {
  padding: 100px 0;
}
.paper {
  background: var(--paper);
}
.ink {
  background: var(--ink);
  color: var(--cream);
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.035em;
}
h1,
h2 {
  font-family: var(--serif);
}
h1 {
  font-size: clamp(3.45rem, 7vw, 7.2rem);
}
h2 {
  font-size: clamp(2.4rem, 4vw, 4.5rem);
}
h3 {
  font-size: 1.35rem;
}
em {
  font-style: italic;
  color: var(--sand);
}
.eye {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--green);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.eye span {
  height: 1px;
  width: 22px;
  background: currentColor;
}
.ink .eye,
.hero .eye,
.newshero .eye,
.salehero .eye,
.tripshero .eye,
.detailhero .eye,
.playhero .eye {
  color: var(--sand);
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 18px;
  border: 1px solid transparent;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
  transition:
    transform 0.16s var(--ease),
    background 0.18s var(--ease);
}
.btn:hover {
  transform: translateY(-2px);
}
.btn:active {
  transform: scale(0.97);
}
.light {
  background: var(--cream);
  color: var(--green);
}
.green {
  background: var(--green);
  color: var(--cream);
}
.sand {
  background: var(--sand);
  color: var(--deep);
}
.textlink {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
  font-size: 11px;
  font-weight: 800;
  transition: gap 0.18s var(--ease);
}
.textlink:hover {
  gap: 13px;
}
.heading {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: end;
  margin-bottom: 42px;
}
.heading h2 {
  margin-bottom: 0;
}
.heading p {
  max-width: 530px;
  color: var(--muted);
  margin: 14px 0 0;
}
.heading .textlink {
  white-space: nowrap;
}
.ink .heading h2 {
  color: var(--cream);
}
/* Las dos barras tienen roles distintos: la de venta circula con la página; el menú se fija como pidió el usuario. */
.salebar {
  position: relative;
  z-index: 20;
  background: var(--sand);
  color: var(--deep);
  font-size: 10px;
}
.salebar .shell {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.salebar a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  border-bottom: 1px solid currentColor;
  font-weight: 800;
}
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251, 249, 242, 0.98);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 6px 22px rgba(23, 49, 38, 0.05);
}
.headerin {
  height: 71px;
  display: flex;
  align-items: center;
  gap: 25px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--green);
  font-family: var(--serif);
  font-size: 27px;
  line-height: 1;
  letter-spacing: -0.08em;
  white-space: nowrap;
}
.brand img {
  width: 29px;
  height: 29px;
  object-fit: contain;
}
.brand i {
  color: var(--sand);
  font-style: normal;
}
.brand b {
  font-size: 14px;
  color: var(--coral);
  font-weight: 400;
  letter-spacing: -0.04em;
}
.nav {
  display: flex;
  gap: 22px;
  margin-left: auto;
}
.nav a {
  position: relative;
  padding: 27px 0;
  font-size: 11px;
  font-weight: 800;
}
.nav a:after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 18px;
  left: 0;
  right: 0;
  background: var(--sand);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.18s var(--ease);
}
.nav a:hover:after,
.nav a.active:after {
  transform: scaleX(1);
  transform-origin: left;
}
.headright {
  display: flex;
  align-items: center;
  gap: 16px;
}
.headright > a:first-child {
  display: grid;
  place-items: center;
}
.topcta {
  background: var(--green);
  color: var(--cream);
  padding: 10px 12px;
  font-size: 10px;
  font-weight: 800;
}
.menubtn,
.mobilenav {
  display: none;
}
.hero {
  position: relative;
  min-height: min(760px, calc(100vh - 109px));
  background: var(--deep);
  color: var(--cream);
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  overflow: hidden;
}
.hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -2;
}
.shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(
      90deg,
      rgba(9, 34, 25, 0.93),
      rgba(9, 34, 25, 0.68) 45%,
      rgba(9, 34, 25, 0.15)
    ),
    linear-gradient(0deg, rgba(9, 34, 25, 0.52), transparent 45%);
}
.herotxt {
  padding: 115px 0;
}
.hero h1 {
  max-width: 750px;
  margin-bottom: 23px;
}
.hero h1 em {
  color: var(--cream);
}
.herotxt > p {
  max-width: 465px;
  color: rgba(245, 240, 229, 0.82);
  font-size: 17px;
  margin-bottom: 30px;
}
.actions {
  display: flex;
  align-items: center;
  gap: 25px;
}
.whitelink {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 12px;
  font-weight: 800;
}
.score {
  position: absolute;
  right: max(20px, calc((100% - 1180px) / 2));
  bottom: 0;
  width: 194px;
  padding: 22px 20px;
  background: var(--cream);
  color: var(--green);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}
.score span,
.score i {
  font-size: 9px;
  color: var(--muted);
  font-style: normal;
  letter-spacing: 0.11em;
  font-weight: 800;
}
.score strong {
  font: 50px/0.8 var(--serif);
}
.score p {
  grid-column: 1/-1;
  margin: 14px 0 0;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  font-size: 11px;
  line-height: 1.35;
}
.ticker {
  background: var(--green);
  color: var(--cream);
}
.ticker .shell {
  min-height: 58px;
  display: grid;
  grid-template-columns: 145px 1fr auto;
  align-items: center;
  gap: 28px;
  font-size: 11px;
}
.ticker b {
  font-size: 9px;
  letter-spacing: 0.13em;
  display: flex;
  align-items: center;
  gap: 7px;
}
.ticker b i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--coral);
}
.ticker p {
  margin: 0;
  color: rgba(245, 240, 229, 0.76);
}
.ticker a {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  font-weight: 800;
}
.introgrid {
  display: grid;
  grid-template-columns: 1.2fr 0.62fr 1fr;
  gap: 0;
  align-items: stretch;
}
.introgrid > div:first-child {
  padding: 30px 48px 35px 0;
}
.introgrid h2 {
  font-size: clamp(2.3rem, 3.7vw, 4rem);
  margin-bottom: 21px;
}
.introgrid > div:first-child > p {
  max-width: 360px;
  color: var(--muted);
  margin-bottom: 28px;
}
.numcard {
  min-height: 390px;
  position: relative;
  overflow: hidden;
  background: var(--sand);
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.numcard > span,
.radar > b {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.numcard > b {
  font: 140px/1 var(--serif);
  letter-spacing: -0.1em;
}
.numcard p {
  font: 20px/1.08 var(--serif);
  max-width: 140px;
}
.numcard svg {
  position: absolute;
  bottom: -43px;
  right: -13px;
  width: 145px;
  height: 145px;
  color: var(--green);
  opacity: 0.75;
}
.radar {
  border: 1px solid var(--line);
  padding: 22px 24px;
}
.radar > a {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  gap: 9px;
  align-items: center;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}
.radar > a:first-of-type {
  margin-top: 12px;
}
.radar small {
  color: var(--coral);
  font-size: 10px;
  font-weight: 800;
}
.radar strong {
  display: block;
  font: 20px/1.05 var(--serif);
}
.radar i {
  display: block;
  color: var(--muted);
  font-size: 10px;
  font-style: normal;
}
.showcase,
.coursegrid {
  display: grid;
  grid-template-columns: 1.15fr 0.9fr 0.9fr;
  gap: 17px;
}
.coursegrid {
  grid-template-columns: repeat(3, 1fr);
}
.coursecard {
  min-height: 380px;
  padding: 19px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--cream);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition:
    transform 0.22s var(--ease),
    box-shadow 0.22s var(--ease);
}
.coursecard:first-child {
  background: var(--green);
  color: var(--cream);
}
.coursecard:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(23, 49, 38, 0.12);
}
.coursemeta {
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  letter-spacing: 0.11em;
  font-weight: 800;
}
.coursemeta span:last-child,
.coursecard > div:last-child > small {
  color: var(--coral);
}
.coursecard:first-child .coursemeta span:last-child,
.coursecard:first-child > div:last-child > small {
  color: var(--sand);
}
.ghostflag {
  position: absolute;
  right: -28px;
  top: 43px;
  width: 170px;
  height: 170px;
  opacity: 0.1;
}
.coursecard > div:last-child > small {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.coursecard h3 {
  font: 30px/1.05 var(--serif);
  margin: 9px 0 7px;
}
.coursecard p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}
.coursecard:first-child p {
  color: rgba(245, 240, 229, 0.7);
}
.facts {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-top: 1px solid currentColor;
  margin-top: 18px;
  padding-top: 11px;
  font-size: 10px;
  opacity: 0.85;
}
.playstrip {
  display: grid;
  grid-template-columns: 0.9fr 1.4fr;
  gap: 74px;
}
.playstrip h2 {
  margin-bottom: 20px;
}
.playstrip > div > p {
  max-width: 340px;
  color: var(--muted);
}
.steps {
  border-top: 1px solid var(--line);
}
.steps article {
  display: grid;
  grid-template-columns: 64px 1fr 1.2fr;
  gap: 14px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}
.steps b {
  color: var(--coral);
  font-size: 10px;
}
.steps h3 {
  font: 22px/1.05 var(--serif);
  margin: 0;
}
.steps p {
  color: var(--muted);
  font-size: 12px;
  margin: 0;
}
.newsblock {
  display: grid;
  grid-template-columns: 1.55fr 0.75fr;
  gap: 73px;
}
.newsrow {
  display: grid;
  grid-template-columns: 1fr 90px;
  gap: 25px;
  padding: 23px 0;
  border-top: 1px solid rgba(245, 240, 229, 0.2);
}
.newsrow:last-child {
  border-bottom: 1px solid rgba(245, 240, 229, 0.2);
}
.newsrow small {
  font-size: 9px;
  color: var(--sand);
  font-weight: 800;
  letter-spacing: 0.1em;
}
.newsrow h3 {
  font: 27px/1.05 var(--serif);
  margin: 6px 0 8px;
}
.newsrow p {
  font-size: 12px;
  color: rgba(245, 240, 229, 0.67);
  margin: 0;
}
.newsrow time {
  color: rgba(245, 240, 229, 0.48);
  font-size: 9px;
  font-weight: 800;
  text-align: right;
}
.agenda {
  background: var(--sand);
  color: var(--deep);
  padding: 28px;
  align-self: end;
}
.agenda > small {
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: 22px 0 8px;
}
.agenda h3 {
  font: 34px/1 var(--serif);
  margin-bottom: 15px;
}
.agenda p {
  font-size: 12px;
}
.agenda .btn {
  margin-top: 10px;
}
.guides {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 110px;
}
.guides h2 {
  font-size: clamp(2.3rem, 3.6vw, 3.9rem);
}
.guides > div:last-child {
  border-top: 1px solid var(--line);
}
.guiderow {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  gap: 15px;
  padding: 21px 0;
  border-bottom: 1px solid var(--line);
  transition: padding 0.2s var(--ease);
}
.guiderow:hover {
  padding-left: 9px;
}
.guiderow > b {
  color: var(--coral);
  font-size: 10px;
}
.guiderow small {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.08em;
}
.guiderow h3 {
  font: 24px/1.1 var(--serif);
  margin: 5px 0 0;
}
.invite {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
  background: var(--green);
  color: var(--cream);
  padding: 48px 55px;
  margin: 100px auto;
}
.invite > div {
  max-width: 650px;
}
.invite svg {
  color: var(--sand);
  margin-bottom: 13px;
}
.invite h2 {
  font-size: clamp(2.5rem, 4vw, 4rem);
  margin-bottom: 12px;
}
.invite p {
  color: rgba(245, 240, 229, 0.7);
  margin: 0;
}
/* Páginas de sección */
.pagehero {
  position: relative;
  overflow: hidden;
  background: var(--paper);
  padding: 110px 0 84px;
}
.pagehero:after {
  content: "";
  position: absolute;
  right: 9%;
  top: -165px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(22, 75, 59, 0.18);
  border-radius: 50%;
  box-shadow:
    0 0 0 32px rgba(22, 75, 59, 0.035),
    0 0 0 75px rgba(22, 75, 59, 0.025);
}
.pagehero .shell {
  position: relative;
  z-index: 1;
}
.pagehero h1 {
  max-width: 850px;
  margin-bottom: 22px;
}
.pagehero > div > p {
  max-width: 550px;
  color: var(--muted);
  font-size: 16px;
}
.microfacts {
  display: flex;
  gap: 30px;
  margin-top: 40px;
  color: var(--muted);
  font-size: 11px;
}
.microfacts b {
  font: 25px var(--serif);
  color: var(--green);
  margin-right: 5px;
}
.filters {
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
}
.filters > b {
  font-size: 10px;
  margin-right: 14px;
}
.filters span {
  border: 1px solid var(--line);
  padding: 7px 10px;
  font-size: 10px;
}
.filters .chosen {
  background: var(--green);
  color: var(--cream);
  border-color: var(--green);
}
.routefeature,
.tripfeature {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  min-height: 440px;
}
.routefeature img,
.tripfeature img {
  height: 100%;
  min-height: 380px;
  width: 100%;
  object-fit: cover;
}
.routefeature > div {
  padding: 58px;
  background: var(--green);
  color: var(--cream);
}
.routefeature h2,
.tripfeature h2 {
  margin-bottom: 19px;
}
.routefeature p {
  max-width: 325px;
  color: rgba(245, 240, 229, 0.72);
  margin-bottom: 25px;
}
.routefeature .textlink {
  color: var(--cream);
}
.coursegrid .coursecard {
  min-height: 345px;
}
.detailhero {
  background: var(--deep);
  color: var(--cream);
  padding: 30px 0 88px;
}
.back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 57px;
}
.detailgrid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: end;
}
.detailhero h1 {
  margin-bottom: 18px;
}
.detailhero h1 em {
  color: var(--cream);
}
.place {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--sand);
  font-size: 11px;
  font-weight: 800;
}
.detailhero p {
  max-width: 470px;
  color: rgba(245, 240, 229, 0.75);
  font-size: 16px;
  margin: 22px 0 0;
}
.scorecard {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--cream);
  color: var(--green);
}
.scorecard > div {
  min-height: 125px;
  padding: 23px;
  border: 1px solid var(--line);
}
.scorecard small,
.detailnotes small,
.plannext aside small,
.fitting aside small,
.mapnote small,
.saleareas b,
.business aside small {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--coral);
}
.scorecard small {
  display: block;
  color: var(--muted);
}
.scorecard b {
  display: block;
  font: 36px/1.2 var(--serif);
}
.reading {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 110px;
}
.reading > div:last-child {
  max-width: 600px;
}
.reading > div:last-child > p {
  font-size: 17px;
  color: #3d5147;
}
.pills {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 33px;
}
.pills span {
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--line);
  padding: 8px 10px;
  font-size: 10px;
  font-weight: 800;
}
.detailnotes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
.detailnotes article {
  border-top: 2px solid var(--green);
  padding-top: 17px;
}
.detailnotes h3 {
  font: 25px/1.08 var(--serif);
  margin-top: 12px;
}
.plannext {
  display: grid;
  grid-template-columns: 1fr 0.74fr;
  gap: 130px;
  align-items: end;
}
.plannext h2 {
  margin: 0 0 17px;
}
.plannext > div > p {
  color: var(--muted);
  max-width: 510px;
}
.plannext aside {
  border-top: 1px solid var(--line);
  padding-top: 18px;
}
.plannext aside p {
  font: 25px/1.1 var(--serif);
}
.playhero {
  background: var(--green);
  color: var(--cream);
  padding: 98px 0;
}
.playhero:after {
  border-color: rgba(216, 188, 135, 0.35);
  box-shadow:
    0 0 0 32px rgba(216, 188, 135, 0.06),
    0 0 0 75px rgba(216, 188, 135, 0.03);
}
.playhero h1 em {
  color: var(--cream);
}
.playhero > div > p {
  color: rgba(245, 240, 229, 0.75);
}
.playgrid {
  display: grid;
  grid-template-columns: 1.1fr 0.75fr;
  gap: 100px;
  align-items: center;
}
.roundcard {
  background: var(--cream);
  color: var(--green);
  padding: 20px;
  box-shadow: 12px 12px 0 var(--sand);
  transform: rotate(2deg);
}
.roundcard > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding-bottom: 14px;
}
.roundcard small {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.roundcard > p {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 20px 0;
}
.roundcard > p b {
  border: 1px solid var(--line);
  padding: 10px;
  text-align: center;
  font: 22px var(--serif);
}
.roundcard h3 {
  font: 22px/1.1 var(--serif);
  margin: 0;
}
.roundsteps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}
.roundsteps article {
  position: relative;
  background: var(--paper);
  padding: 28px;
}
.roundsteps article > b {
  position: absolute;
  right: 24px;
  top: 22px;
  color: var(--coral);
  font-size: 10px;
}
.roundsteps article > svg {
  color: var(--green);
}
.roundsteps h2 {
  font-size: 34px;
  margin: 35px 0 12px;
}
.roundsteps p {
  min-height: 78px;
  color: var(--muted);
  font-size: 12px;
}
.roundsteps ul {
  list-style: none;
  padding: 14px 0 0;
  margin: 0;
  border-top: 1px solid var(--line);
  font-size: 10px;
  font-weight: 800;
}
.roundsteps li {
  display: flex;
  gap: 6px;
  margin: 7px 0;
}
.management {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 100px;
}
.management h2 {
  margin: 0;
}
.management p {
  color: rgba(245, 240, 229, 0.7);
  font-size: 15px;
}
.management .btn {
  margin-top: 12px;
}
.practicelayout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 85px;
  align-items: center;
}
.notecard {
  background: #efe2bd;
  padding: 42px 40px 34px 56px;
  position: relative;
  transform: rotate(-1.4deg);
  box-shadow: 9px 11px 0 rgba(22, 75, 59, 0.13);
}
.notecard:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 24px;
  border-left: 2px solid var(--coral);
}
.notecard small {
  font-size: 10px;
  font-weight: 800;
  color: var(--coral);
  letter-spacing: 0.12em;
}
.notecard h2 {
  font-size: 44px;
  margin: 10px 0 27px;
}
.notecard h2 em {
  color: var(--coral);
}
.notecard p {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 12px;
  border-top: 1px solid rgba(23, 49, 38, 0.2);
  padding: 12px 0;
  margin: 0;
  font-size: 12px;
}
.notecard p b {
  color: var(--coral);
}
.largecopy {
  max-width: 560px;
  color: var(--muted);
  font-size: 16px;
}
.method {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
  margin-top: 34px;
}
.method article {
  border-top: 1px solid var(--green);
  padding-top: 13px;
}
.method svg {
  color: var(--coral);
}
.method h3 {
  font: 21px var(--serif);
  margin: 12px 0 5px;
}
.method p {
  font-size: 11px;
  color: var(--muted);
}
.guidecards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}
.guidecards article {
  min-height: 275px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  background: var(--cream);
  border: 1px solid var(--line);
}
.guidecards > b {
  color: var(--coral);
  font-size: 11px;
}
.guidecards small {
  margin-top: auto;
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.08em;
}
.guidecards h3 {
  font: 27px/1.08 var(--serif);
  margin: 8px 0 24px;
}
.guidecards a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 800;
}
.newshero {
  background: var(--ink);
  color: var(--cream);
  padding: 104px 0 78px;
}
.newshero .shell {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 100px;
  align-items: end;
}
.newshero h1 {
  margin: 0;
}
.newshero h1 em {
  color: var(--cream);
}
.newshero p {
  max-width: 360px;
  color: rgba(245, 240, 229, 0.68);
  margin: 0;
}
.newsgrid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 17px;
}
.leadstory {
  min-height: 430px;
  display: grid;
  grid-template-columns: 125px 1fr;
  gap: 33px;
  padding: 33px;
  background: var(--sand);
  color: var(--deep);
}
.leadstory > div {
  border-right: 1px solid rgba(23, 49, 38, 0.28);
  display: flex;
  flex-direction: column;
}
.leadstory > div b {
  font: 90px/0.8 var(--serif);
  letter-spacing: -0.1em;
}
.leadstory > div small {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.leadstory > section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: end;
}
.leadstory > section > small {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.leadstory h2 {
  font-size: clamp(2.65rem, 4.2vw, 4.4rem);
  margin: 14px 0 28px;
}
.newsside {
  border: 1px solid var(--line);
}
.newsside a {
  min-height: 215px;
  padding: 27px;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--line);
}
.newsside a:last-child {
  border-bottom: 0;
}
.newsside small {
  color: var(--coral);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.newsside h3 {
  font: 27px/1.08 var(--serif);
  margin: 8px 0 auto;
}
.newsside svg {
  color: var(--green);
}
.journal {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 110px;
}
.journal h2 {
  font-size: clamp(2.45rem, 3.7vw, 4rem);
}
.journal > div:first-child > p {
  color: var(--muted);
}
.journal > div:last-child {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.journal article {
  min-height: 245px;
  padding: 23px;
  display: flex;
  flex-direction: column;
  background: var(--green);
  color: var(--cream);
}
.journal article:last-child {
  background: var(--cream);
  color: var(--green);
  border: 1px solid var(--line);
}
.journal small {
  margin-top: auto;
  color: var(--sand);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.journal article:last-child small {
  color: var(--coral);
}
.journal h3 {
  font: 26px/1.07 var(--serif);
  margin: 8px 0 0;
}
.equipmenthero {
  background: var(--paper);
  padding: 95px 0;
}
.equipmentgrid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
  align-items: center;
}
.equipmenthero h1 {
  margin-bottom: 21px;
}
.equipmenthero p {
  max-width: 430px;
  color: var(--muted);
  margin-bottom: 27px;
}
.equipmenthero img {
  width: 100%;
  max-height: 450px;
  object-fit: cover;
  box-shadow: 16px 16px 0 var(--green);
}
.principles {
  padding-top: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.principles article {
  min-height: 270px;
  padding: 34px;
  border-right: 1px solid var(--line);
}
.principles article:first-child {
  padding-left: 0;
}
.principles article:last-child {
  border: 0;
}
.principles > b {
  display: block;
  color: var(--coral);
  font-size: 10px;
  margin-bottom: 25px;
}
.principles svg {
  color: var(--green);
}
.principles h2 {
  font-size: 31px;
  margin: 17px 0 9px;
}
.principles p {
  max-width: 260px;
  color: var(--muted);
  font-size: 12px;
}
.fitting {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 115px;
}
.fitting h2 {
  font-size: clamp(2.45rem, 3.7vw, 4rem);
}
.fitting > div > p {
  max-width: 530px;
  color: var(--muted);
}
.fitting aside {
  padding: 28px;
  background: var(--green);
  color: var(--cream);
}
.fitting aside small {
  color: var(--sand);
}
.fitting ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 24px;
}
.fitting li {
  border-top: 1px solid rgba(245, 240, 229, 0.24);
  padding: 12px 0;
  font: 20px/1.1 var(--serif);
}
.fitting .textlink {
  color: var(--sand);
}
.tripshero {
  background: var(--green);
  color: var(--cream);
  padding: 120px 0 92px;
}
.tripshero h1 {
  margin-bottom: 20px;
}
.tripshero h1 em {
  color: var(--cream);
}
.tripshero p {
  max-width: 530px;
  color: rgba(245, 240, 229, 0.7);
  font-size: 16px;
}
.tripfeature > div {
  padding: 60px;
  background: var(--paper);
}
.tripfeature p {
  max-width: 310px;
  color: var(--muted);
  margin-bottom: 27px;
}
.tripgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}
.tripgrid article {
  min-height: 305px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  background: var(--cream);
  border: 1px solid var(--line);
}
.tripgrid svg {
  color: var(--green);
}
.tripgrid small {
  margin-top: 36px;
  color: var(--coral);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.tripgrid h3 {
  font: 29px/1.08 var(--serif);
  margin: 9px 0;
}
.tripgrid p {
  color: var(--muted);
  font-size: 12px;
}
.tripgrid a {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 800;
}
.mapnote {
  display: grid;
  grid-template-columns: 65px 1fr;
  gap: 18px;
  max-width: 850px;
  margin: 0 auto 100px;
}
.mapnote > svg {
  color: var(--coral);
}
.mapnote h2 {
  font-size: 35px;
  margin: 8px 0;
}
.mapnote p {
  max-width: 640px;
  color: var(--muted);
}
/* Formato de artículo y página de oportunidad */
.articlehead {
  max-width: 900px;
  padding-top: 62px;
  padding-bottom: 62px;
}
.articlehead .back {
  margin-bottom: 55px;
}
.articlehead h1 {
  font-size: clamp(3.35rem, 6vw, 6.5rem);
  margin-bottom: 23px;
}
.articlehead > .eye + p {
}
.articlehead > p {
  max-width: 660px;
  color: var(--muted);
  font-size: 19px;
}
.articlehead > div {
  display: flex;
  gap: 21px;
  margin-top: 31px;
  padding-top: 17px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
}
.articlehead > div span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.articlebody {
  max-width: 900px;
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 70px;
  padding-bottom: 110px;
}
.articlebody aside {
  position: sticky;
  top: 95px;
  align-self: start;
  border-top: 1px solid var(--green);
  padding-top: 12px;
}
.articlebody aside small {
  color: var(--coral);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.articlebody aside a {
  display: block;
  margin: 9px 0;
  font-size: 10px;
  font-weight: 800;
}
.articlebody > div {
  font-size: 16px;
}
.articlebody .lead {
  color: var(--green);
  font: 29px/1.12 var(--serif);
}
.articlebody h2 {
  font-size: 40px;
  margin: 47px 0 16px;
}
.articlebody blockquote {
  margin: 34px 0;
  padding: 25px;
  border-left: 3px solid var(--sand);
  background: var(--paper);
  font: 25px/1.08 var(--serif);
}
.nextarticle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 55px;
  padding: 20px 0;
  border-top: 1px solid var(--green);
  border-bottom: 1px solid var(--green);
  font-size: 12px;
  font-weight: 800;
}
.salehero {
  padding: 105px 0 94px;
  background: var(--deep);
  color: var(--cream);
}
.salegrid {
  display: grid;
  grid-template-columns: 1.15fr 0.55fr;
  gap: 120px;
  align-items: end;
}
.salehero h1 {
  font-size: clamp(4.2rem, 8vw, 8rem);
  letter-spacing: -0.1em;
  margin: 0;
}
.salehero h1 i {
  font-style: normal;
  color: var(--sand);
}
.salehero h1 b {
  font-size: 0.22em;
  color: var(--coral);
  font-weight: 400;
}
.salehero h2 {
  font-size: clamp(2.2rem, 3.5vw, 3.6rem);
  margin: 17px 0 20px;
}
.salehero p {
  max-width: 600px;
  color: rgba(245, 240, 229, 0.75);
}
.salehero .btn {
  margin-top: 14px;
}
.salehero aside {
  max-width: 320px;
  padding: 27px;
  background: var(--sand);
  color: var(--deep);
}
.salehero aside small {
  display: block;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: 17px 0 5px;
}
.salehero aside > b {
  display: block;
  font: 96px/0.8 var(--serif);
}
.salehero aside p {
  margin: 14px 0 0;
  color: var(--deep);
  font-size: 12px;
}
.salelogic {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 105px;
}
.salelogic h2 {
  font-size: clamp(2.4rem, 3.8vw, 4rem);
}
.salelogic > div:last-child {
  color: var(--muted);
  font-size: 16px;
}
.saleareas {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.saleareas article {
  min-height: 220px;
  padding: 22px;
  border: 1px solid var(--line);
  background: var(--cream);
}
.saleareas h3 {
  font: 27px var(--serif);
  margin: 37px 0 8px;
}
.saleareas p {
  font-size: 11px;
  color: var(--muted);
}
.business {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 115px;
}
.business h2 {
  font-size: clamp(2.4rem, 3.8vw, 4rem);
}
.business ul {
  padding: 0;
  margin: 27px 0 0;
  list-style: none;
}
.business li {
  display: flex;
  gap: 9px;
  padding: 8px 0;
  color: var(--muted);
  font-size: 13px;
}
.business li svg {
  color: var(--coral);
  flex: none;
  margin-top: 2px;
}
.business aside {
  align-self: center;
  padding: 36px;
  border-top: 3px solid var(--green);
  background: var(--paper);
}
.business aside h3 {
  font: 34px/1.08 var(--serif);
  margin: 17px 0;
}
.business aside p {
  font-size: 12px;
  color: var(--muted);
}
.contact {
  background: var(--sand);
  color: var(--deep);
  padding: 100px 0;
}
.contactgrid {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 110px;
}
.contact h2 {
  font-size: clamp(2.6rem, 4vw, 4.2rem);
  margin: 0 0 18px;
}
.contactgrid > div > p {
  max-width: 440px;
}
.contactgrid > div > p a,
.contactgrid > div > span a {
  font-weight: 800;
  border-bottom: 1px solid currentColor;
}
.contactgrid > div > span {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 25px;
}
.contact form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.contact label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.contact .wide {
  grid-column: 1/-1;
}
.contact input,
.contact textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid rgba(23, 49, 38, 0.33);
  border-radius: 0;
  background: rgba(245, 240, 229, 0.76);
  color: var(--deep);
  outline: none;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: normal;
  text-transform: none;
}
.contact textarea {
  height: 100px;
  resize: vertical;
}
.contact form .btn {
  justify-self: start;
  grid-column: 1/-1;
  margin-top: 5px;
}
.contact form > p {
  grid-column: 1/-1;
  margin: 0;
  font-size: 11px;
}
.notfound {
  min-height: 65vh;
  text-align: center;
  padding: 140px 20px;
}
.notfound small {
  color: var(--coral);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.notfound h1 {
  margin: 14px auto 35px;
  max-width: 700px;
}
.notfound em {
  color: var(--green);
}
footer {
  background: var(--deep);
  color: var(--cream);
  padding-top: 65px;
}
.footgrid {
  display: grid;
  grid-template-columns: 1.35fr 0.7fr 0.8fr 1fr;
  gap: 45px;
  padding-bottom: 57px;
}
.footbrand {
  color: var(--cream);
}
.footgrid > div > p {
  max-width: 260px;
  margin: 18px 0 0;
  color: rgba(245, 240, 229, 0.6);
  font-size: 12px;
}
.footgrid strong {
  display: block;
  color: var(--sand);
  font-size: 9px;
  letter-spacing: 0.12em;
}
.footgrid a {
  display: block;
  margin: 9px 0;
  color: rgba(245, 240, 229, 0.75);
  font-size: 11px;
}
.footgrid a:hover {
  color: var(--sand);
}
.footbottom {
  display: flex;
  justify-content: space-between;
  padding: 17px 0;
  border-top: 1px solid rgba(245, 240, 229, 0.15);
  color: rgba(245, 240, 229, 0.48);
  font-size: 10px;
}
.footbottom button {
  border: 0;
  background: transparent;
  color: var(--sand);
  font-size: 10px;
  font-weight: 800;
}
@media (max-width: 900px) {
  .nav,
  .headright {
    display: none;
  }
  .menubtn {
    display: block;
    margin-left: auto;
    border: 0;
    background: transparent;
    color: var(--green);
    padding: 4px;
  }
  .mobilenav {
    display: grid;
    padding: 13px 20px 22px;
    background: var(--cream);
    border-top: 1px solid var(--line);
  }
  .mobilenav a {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 13px 0;
    border-bottom: 1px solid var(--line);
    font: 27px var(--serif);
  }
  .mobilenav a small {
    font: 10px var(--sans);
    font-weight: 800;
    color: var(--coral);
  }
  .mobilenav a:last-child {
    justify-content: space-between;
    font: 12px var(--sans);
    font-weight: 800;
  }
  .introgrid,
  .newsblock,
  .guides,
  .reading,
  .salelogic,
  .business,
  .fitting,
  .journal {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .introgrid > div:first-child {
    padding-right: 0;
  }
  .detailgrid,
  .playgrid,
  .equipmentgrid,
  .tripfeature,
  .routefeature,
  .contactgrid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .detailgrid {
    gap: 45px;
  }
  .routefeature > div,
  .tripfeature > div {
    padding: 45px;
  }
  .salegrid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .coursegrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .newsblock .agenda {
    max-width: 440px;
  }
  .articlebody {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .articlebody aside {
    position: static;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
  }
  .articlebody aside small {
    width: 100%;
  }
  .footgrid {
    grid-template-columns: 1.4fr 1fr 1fr;
  }
  .footgrid > div:last-child {
    grid-column: 1/-1;
  }
  .saleareas {
    grid-template-columns: 1fr 1fr;
  }
  .invite {
    margin: 70px auto;
  }
  .score {
    right: 20px;
  }
}
@media (max-width: 640px) {
  .shell {
    width: min(100% - 30px, 1180px);
  }
  .block {
    padding: 65px 0;
  }
  .salebar .shell {
    min-height: 52px;
    align-items: flex-start;
    padding: 8px 0;
    font-size: 9px;
  }
  .headerin {
    height: 61px;
  }
  .brand {
    font-size: 24px;
  }
  .brand img {
    width: 27px;
    height: 27px;
  }
  .hero {
    min-height: 590px;
  }
  .herotxt {
    padding: 82px 0 137px;
  }
  .hero h1 {
    font-size: 3.35rem;
  }
  .herotxt > p {
    font-size: 15px;
  }
  .actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
  }
  .score {
    left: 15px;
    right: auto;
    width: 175px;
  }
  .ticker .shell {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3px;
    padding: 12px 0;
  }
  .ticker a {
    margin-top: 5px;
  }
  .introgrid {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .numcard {
    min-height: 280px;
  }
  .showcase,
  .coursegrid,
  .roundsteps,
  .guidecards,
  .tripgrid,
  .principles,
  .detailnotes {
    grid-template-columns: 1fr;
  }
  .coursecard,
  .coursegrid .coursecard {
    min-height: 285px;
  }
  .heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 30px;
  }
  .heading h2 {
    font-size: 2.7rem;
  }
  .playstrip {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .steps article {
    grid-template-columns: 40px 1fr;
  }
  .steps p {
    grid-column: 2;
  }
  .newsrow {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .newsrow time {
    text-align: left;
  }
  .guides {
    gap: 30px;
  }
  .invite {
    display: block;
    padding: 35px 26px;
    margin: 60px auto;
  }
  .invite .btn {
    margin-top: 25px;
  }
  .pagehero {
    padding: 72px 0 58px;
  }
  .pagehero h1 {
    font-size: 3.5rem;
  }
  .microfacts {
    flex-direction: column;
    gap: 9px;
    margin-top: 28px;
  }
  .filters {
    align-items: flex-start;
    flex-direction: column;
  }
  .routefeature > div,
  .tripfeature > div {
    padding: 37px 27px;
  }
  .routefeature img,
  .tripfeature img {
    min-height: 310px;
  }
  .coursegrid {
    grid-template-columns: 1fr;
  }
  .detailhero {
    padding-bottom: 60px;
  }
  .detailhero h1 {
    font-size: 3.7rem;
  }
  .scorecard > div {
    min-height: 100px;
    padding: 17px;
  }
  .reading {
    gap: 35px;
  }
  .detailnotes {
    gap: 25px;
  }
  .plannext {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .roundsteps {
    gap: 13px;
  }
  .roundsteps p {
    min-height: 0;
  }
  .management {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .practicelayout {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .notecard {
    padding: 34px 25px 30px 42px;
  }
  .method {
    grid-template-columns: 1fr;
  }
  .newshero {
    padding: 74px 0 60px;
  }
  .newshero .shell {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .newshero h1 {
    font-size: 3.6rem;
  }
  .newsgrid {
    grid-template-columns: 1fr;
  }
  .leadstory {
    min-height: 350px;
    grid-template-columns: 75px 1fr;
    gap: 20px;
    padding: 23px;
  }
  .leadstory > div b {
    font-size: 59px;
  }
  .leadstory h2 {
    font-size: 2.7rem;
  }
  .journal > div:last-child {
    grid-template-columns: 1fr;
  }
  .equipmenthero {
    padding: 70px 0;
  }
  .equipmentgrid {
    gap: 38px;
  }
  .equipmenthero img {
    box-shadow: 8px 8px 0 var(--green);
  }
  .principles {
    padding-top: 10px;
  }
  .principles article,
  .principles article:first-child {
    min-height: 0;
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .principles article:last-child {
    border-bottom: 0;
  }
  .tripshero {
    padding: 80px 0 63px;
  }
  .tripshero h1 {
    font-size: 3.6rem;
  }
  .mapnote {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 65px;
  }
  .articlehead {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .articlehead .back {
    margin-bottom: 35px;
  }
  .articlehead h1 {
    font-size: 3.45rem;
  }
  .articlehead > p {
    font-size: 17px;
  }
  .articlehead > div {
    flex-direction: column;
    gap: 7px;
  }
  .articlebody {
    padding-bottom: 70px;
  }
  .articlebody .lead {
    font-size: 25px;
  }
  .articlebody h2 {
    font-size: 34px;
  }
  .articlebody blockquote {
    font-size: 23px;
  }
  .nextarticle {
    flex-direction: column;
    align-items: flex-start;
  }
  .salehero {
    padding: 75px 0;
  }
  .salehero h1 {
    font-size: 4.4rem;
  }
  .salehero h2 {
    font-size: 2.5rem;
  }
  .saleareas {
    grid-template-columns: 1fr;
  }
  .contact {
    padding: 70px 0;
  }
  .contactgrid {
    gap: 45px;
  }
  .contact form {
    grid-template-columns: 1fr;
  }
  .footgrid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .footgrid > div:first-child,
  .footgrid > div:last-child {
    grid-column: 1/-1;
  }
  .footbottom {
    padding: 16px 0;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .coursecard,
  .guiderow,
  .btn {
    transition-timing-function: var(--ease);
  }
}

/* Cuaderno de Club: el nombre infogolf.es es el principal activo de marca y aprovecha el aire disponible de la cabecera. */
.brand {
  font-size: 41px;
}
.brand img {
  width: 44px;
  height: 44px;
}
.brand b {
  font-size: 21px;
}
@media (max-width: 640px) {
  .brand {
    font-size: 36px;
  }
  .brand img {
    width: 41px;
    height: 41px;
  }
  .brand b {
    font-size: 21px;
  }
  .salebar .saledomain,
  .salebar .salemessage {
    display: none;
  }
  .salebar .shell {
    min-height: 38px;
    align-items: center;
    padding: 0;
    gap: 12px;
    font-size: 9px;
  }
  .salebar .shell > span {
    white-space: nowrap;
  }
  .salebar a {
    flex: none;
  }
}

/* Ajustes de navegación para la versión HTML estática. */
.ghostflag .ico {
  width: 100%;
  height: 100%;
}
@media (max-width: 900px) {
  .mobilenav {
    display: none !important;
  }
  .header.is-open .mobilenav {
    display: grid !important;
  }
}
