/* =========================
   Section 1 – Hero
========================= */
.hero_section {
  position: relative;
  height: auto;
  background-color: black;
}
.hero_section .padding-section {
  padding-bottom: 10rem !important;
}
.hero-component {
  position: relative;
  z-index: 2;
}
.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5rem;
}
.top-bar p {
  color: white;
  font-weight: 500;
}
.top-bar .button,
.top-bar p {
  font-size: var(--fs-6);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 8rem;
  row-gap: 2.5rem;
  align-items: flex-start;
}
.hero-grid img {
  width: 100%;
}
.hero-grid .col {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.hero-grid p {
  color: white;
}
.hero-grid p span {
  color: var(--rojo);
}
.hero-grid p:first-child {
  font-size: var(--fs-8);
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.hero-grid p:last-child {
  font-weight: 300;
  font-size: var(--fs-6);
}
@media screen and (max-width: 768px) {
  .hero-grid {
    display: flex;
    flex-direction: column;
    row-gap: 2.5rem;
  }
}
@media screen and (max-width: 500px) {
  .hero-grid {
    row-gap: 2rem;
  }
  .top-bar {
    margin-bottom: 2rem;
  }
  .hero-grid p:first-child {
    margin-bottom: 1rem;
  }
  .top-bar {
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  .top-bar button,
  .top-bar p {
    font-size: var(--fs-4);
  }
}

/* =========================
   Section 1 – Ship
========================= */
.ship_section {
  position: relative;
  height: auto;
  background-color: black;
  position: relative;
  height: auto;
  height: 100vh;
  min-height: 35rem;
}
.ship_section .padding-global,
.ship_section .container-large,
.ship_section .padding-section {
  height: 100%;
}
.ship_section .padding-section {
  padding-top: 0rem !important;
}
.ship-bg {
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ship-component {
  position: relative;
  z-index: 2;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}
.text-wrapp-div {
  text-align: center;
}
.text-wrapp-div p {
  color: black;
  font-weight: 500;
  font-size: var(--fs-6);
  line-height: 2;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-color: white;
  border: 2px solid black;
  padding: 0.2rem 0.9rem;
}
.text-wrapp-div.second p {
  color: var(--rojo);
  font-family: "Coda", system-ui;
  font-weight: 800;
  font-size: var(--fs-85);
  line-height: 1.8;
}
.text-wrapp-div.first {
  max-width: 95%;
  position: relative;
  bottom: 4.5rem;
}
.text-wrapp-div.second {
  max-width: 60rem;
}
.text-wrapp-div.third {
  max-width: 95%;
  top: -12rem;
  left: 2.5%;
  position: absolute;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .text-wrapp-div.first {
    max-width: 100%;
  }
  .text-wrapp-div.second {
    max-width: 95%;
  }
  .text-wrapp-div.second p {
    line-height: 1.9;
  }
  .text-wrapp-div.third {
    max-width: 100%;
    bottom: 2rem;
    left: 0%;
  }
}
@media screen and (max-width: 500px) {
  .text-wrapp-div p {
    font-size: var(--fs-5);
    padding: 0.2rem 0.9rem;
  }
  .text-wrapp-div.second p {
    font-size: var(--fs-85);
  }
}

/* =========================
   Section 3 – Letter
========================= */
.letter_section {
  position: relative;
  background: black;
}

.letter-component {
  position: relative;
  width: 100%;
  min-height: 52rem;
}

/* =========================
   Section 3 – Letter
========================= */
.letter_section {
  position: relative;
  background: black;
}

.letter_section .padding-global {
  padding-right: 0px !important;
}

.letter_section .padding-section {
  padding-top: 0px !important;
}

.letter-component {
  position: relative;
  width: 100%;
  min-height: 52rem;
}

.carta-text-block p {
  color: white;
  font-size: var(--fs-7);
  font-weight: 500;
}
.carta-text-block span {
  color: var(--rojo);
}
.carta-text-block {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  position: relative;
  width: 40%;
  padding-top: 10rem;
  padding-right: 1.5rem !important;
}
.letter-btn {
  display: block;
  margin-top: 3rem;
}
.letter-btn .button {
  font-size: var(--fs-6);
  font-weight: 500;
}
.letter-paper {
  position: absolute;
  right: 0rem;
  top: -10rem;
  width: min(54rem, 80vw);
  transform: rotate(0) skewY(0deg);
  z-index: 2;
}
.paper-img {
  width: 100%;
  display: block;
}
.letter-paper-inner {
  position: absolute;
  inset: 0;
  transform: rotate(14deg);
  padding: 28% 10% 18% 28%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1.5rem;
}
.letter-paper-inner p {
  margin: 0;
  color: black;
  font-family: "DM Mono", monospace;
  font-size: var(--fs-7);
  line-height: 1.28;
  text-align: left;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
  max-width: 92%;
  font-weight: 500;
}
.letter-paper-inner p.highlight {
  color: var(--rojo);
  font-weight: 500;
}
@media screen and (max-width: 1260px) {
  .carta-text-block {
    width: 35%;
    padding-top: 4rem;
  }
  .letter-btn .button {
    font-size: var(--fs-5);
  }
  .carta-text-block p {
    font-size: var(--fs-5);
  }
}
@media screen and (max-width: 1170px) {
  .carta-text-block {
    width: 25%;
    padding-top: 4rem;
  }
  .letter-btn .button {
    font-size: var(--fs-5);
  }
  .carta-text-block p {
    font-size: var(--fs-5);
  }
}

@media screen and (max-width: 1000px) {
  .letter-component {
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    padding-top: 2rem;
  }
  .carta-text-block {
    width: 100%;
    font-size: var(--fs-6);
  }
  .letter-btn {
    margin-top: 0rem;
  }
  .letter-btn .button {
    font-size: var(--fs-5);
  }
  .letter-paper {
    position: relative;
    right: auto;
    top: 0rem;
    width: 100%;
    margin: 0 auto;
    transform: rotate(6deg);
  }
  .letter-paper-inner {
    padding: 15% 16% 18% 26%;
  }
  .letter-paper-inner p {
    font-size: var(--fs-6);
    line-height: 1.25;
  }
}
@media screen and (max-width: 700px) {
  .carta-text-block {
    width: 100%;
    padding-top: 0rem;
    font-size: var(--fs-6);
  }
  .letter-paper-inner p {
    font-size: var(--fs-6);
  }
  .letter-paper-inner {
    padding: 13% 14% 24% 24%;
  }
  .letter-component {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 550px) {
  .letter-paper-inner p {
    font-size: var(--fs-3);
  }
}
/* =========================
   Section 4 – Stickers
========================= */
.sticker_section {
  position: relative;
  height: auto;
  background-color: white;
}
.sticker-component {
  position: relative;
}
.ballena-f {
  position: absolute;
  z-index: 2;
  right: 0;
  top: -12rem;
  width: 55%;
}
.sticker-top-row {
  width: 45%;
}
.sticker-top-row h2 {
  font-family: "Coda", system-ui;
  font-weight: 800;
  font-size: var(--fs-9);
  color: var(--rojo);
  text-transform: uppercase;
}
.sticker-top-row p {
  font-size: var(--fs-7);
  color: black;
  font-weight: 500;
  margin-top: 1.5rem;
  line-height: 1.5;
}
.stickers-row {
  padding: 10rem 5rem 0rem 5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 15rem;
}
.stickers-row .col {
  display: block;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  align-items: center;
  justify-content: flex-start;
}
.stickers-row a img {
  width: 100%;
}
.stickers-row .button {
  font-size: var(--fs-5);
  border: 1px solid white;
}
.stickers-row .button:hover {
  border: 1px solid var(--rojo);
}
@media screen and (max-width: 768px) {
  .stickers-row {
    padding: 4rem 2rem 0rem 2rem;
    display: flex;
    flex-direction: column;
    row-gap: 4rem;
  }
  .ballena-f {
    position: absolute;
    z-index: 2;
    right: 0;
    top: -6rem;
    width: 55%;
  }
}
@media screen and (max-width: 500px) {
  .sticker-top-row p {
    font-size: var(--fs-5);
    margin-top: 0.5rem;
  }
  .sticker-top-row {
    width: 100%;
    padding-top: 2.5rem;
  }
  .sticker-top-row h2 {
    max-width: 50%;
  }
}
