:root {
  --navy: #063a8c;
  --deep: #032e70;
  --teal: #06a9a5;
  --aqua: #1fcbd0;
  --pink: #f64f7c;
  --orange: #ff8b16;
  --cream: #fffdf7;
  --ink: #12345b;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font:
    16px/1.6 "Nunito",
    sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
.island-nav {
  position: absolute;
  z-index: 10;
  left: 6%;
  right: 6%;
  top: 18px;
  height: 78px;
  padding: 0 18px 0 24px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(5, 55, 112, 0.18);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  display: flex;
  align-items: center;
  gap: 13px;
}
.logo-island {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #dff7ff;
  font-size: 29px;
}
.logo-word {
  font:
    700 clamp(24px, 2.4vw, 38px)/1 "Fredoka",
    sans-serif;
  letter-spacing: -0.055em;
  white-space: nowrap;
}
.logo-word span {
  color: var(--navy);
}
.logo-word b {
  color: var(--teal);
}
.island-nav nav {
  display: flex;
  align-items: center;
  gap: clamp(24px, 4vw, 58px);
  margin-left: auto;
  margin-right: 30px;
}
.island-nav nav a {
  font:
    800 14px "Nunito",
    sans-serif;
  color: var(--deep);
  text-transform: uppercase;
}
.island-nav nav a:hover {
  color: var(--pink);
}
.menu-button {
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: var(--pink);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}
.hero {
  position: relative;
  min-height: 760px;
  height: min(860px, 100vh);
  overflow: hidden;
  background: #11bfe5;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(255, 255, 255, 0.76) 18%,
    rgba(255, 255, 255, 0.44) 34%,
    rgba(255, 255, 255, 0.1) 49%,
    transparent 60%
  );
  pointer-events: none;
}
.hero-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-copy {
  position: absolute;
  z-index: 2;
  left: 7%;
  top: 52%;
  transform: translateY(-50%);
  width: min(620px, 44%);
}
.welcome,
.mini-heading {
  margin: 0;
  color: var(--pink);
  font:
    800 20px "Nunito",
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.045em;
}
.hero .welcome {
  text-shadow: 0 2px 12px rgba(255, 255, 255, 0.95);
}
.hero h1 {
  display: flex;
  align-items: baseline;
  margin: 5px 0 8px;
  font:
    700 clamp(72px, 9.1vw, 148px)/0.86 "Fredoka",
    sans-serif;
  letter-spacing: -0.075em;
  white-space: nowrap;
  text-shadow:
    0 2px 0 rgba(255, 255, 255, 0.72),
    0 10px 28px rgba(0, 63, 117, 0.2);
}
.hero h1 span {
  color: var(--navy);
}
.hero h1 b {
  color: var(--teal);
}
.tagline {
  margin: 22px 0 30px;
  color: var(--deep);
  font:
    900 clamp(18px, 1.7vw, 27px) "Nunito",
    sans-serif;
  text-transform: uppercase;
  text-shadow:
    0 2px 0 rgba(255, 255, 255, 0.75),
    0 5px 18px rgba(0, 63, 117, 0.16);
}
.coral-button {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  padding: 16px 27px;
  border-radius: 40px;
  background: var(--pink);
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 9px 24px rgba(235, 52, 100, 0.28);
  transition: 0.2s;
}
.coral-button:hover {
  transform: translateY(-3px);
}
.coral-button span {
  font-size: 22px;
}
.hero-wave {
  position: absolute;
  z-index: 3;
  left: -2%;
  right: -2%;
  bottom: -1px;
  height: 80px;
  background: var(--cream);
  clip-path: polygon(
    0 52%,
    8% 58%,
    17% 75%,
    27% 67%,
    38% 34%,
    49% 57%,
    60% 71%,
    71% 59%,
    82% 36%,
    91% 54%,
    100% 43%,
    100% 100%,
    0 100%
  );
}
.story {
  padding: 72px 7% 95px;
  text-align: center;
  background: var(--cream);
}
.story-heading {
  position: relative;
  max-width: 980px;
  margin: auto;
}
.story-heading .mini-heading {
  font-size: 13px;
  color: var(--teal);
}
.story h2,
.section-title h2,
.arrivals h2 {
  margin: 6px 0 0;
  color: var(--deep);
  font:
    700 clamp(42px, 5vw, 72px)/1.05 "Fredoka",
    sans-serif;
  letter-spacing: -0.035em;
}
.story h2 em {
  color: var(--teal);
  font-style: normal;
}
.splash {
  position: absolute;
  top: 35px;
  color: var(--teal);
  font: 700 60px "Fredoka";
  transform: rotate(16deg);
}
.splash.left {
  left: -45px;
}
.splash.right {
  right: -45px;
  transform: rotate(-16deg);
}
.story-copy {
  max-width: 820px;
  margin: 32px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  text-align: left;
  color: #49647a;
  font-size: 17px;
}
.story-copy p {
  margin: 0;
}
.island-facts {
  max-width: 1000px;
  margin: 58px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.island-facts > div {
  padding: 26px 18px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(7, 72, 125, 0.08);
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  text-align: left;
  column-gap: 14px;
}
.fact-icon {
  grid-row: 1/3;
  align-self: center;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: #e1fbfb;
  font-size: 27px;
}
.island-facts strong {
  color: var(--navy);
  font: 700 29px "Fredoka";
}
.island-facts small {
  color: #6e8092;
  font-weight: 700;
  text-transform: uppercase;
}
.islanders {
  padding: 90px 7% 115px;
  background: linear-gradient(180deg, #effbff 0, #fff 65%);
}
.section-title {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 48px;
}
.section-title .mini-heading {
  font-size: 13px;
}
.section-title h2 {
  font-size: clamp(45px, 5vw, 68px);
}
.section-title > p:last-child {
  max-width: 640px;
  margin: 15px auto 0;
  color: #61788b;
}
.pen-grid {
  max-width: 1320px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.pen-card {
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 13px 38px rgba(8, 73, 126, 0.12);
  transition: transform 0.22s;
}
.pen-card:hover {
  transform: translateY(-7px);
}
.pen-photo {
  position: relative;
  height: 300px;
  overflow: hidden;
  background: #d9f7ff;
}
.pen-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s;
}
.pen-card:hover .pen-photo img {
  transform: scale(1.035);
}
.type-icon {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--pink);
  color: #fff;
  font-size: 25px;
}
.card-colour-2 .type-icon {
  background: #3089e7;
}
.card-colour-3 .type-icon {
  background: var(--orange);
}
.pen-details {
  padding: 25px 27px 27px;
}
.pen-type {
  color: var(--pink);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}
.card-colour-2 .pen-type,
.card-colour-2 h3 {
  color: #2478d1;
}
.card-colour-3 .pen-type,
.card-colour-3 h3 {
  color: #e76f00;
}
.pen-details h3 {
  margin: 2px 0;
  color: var(--pink);
  font:
    700 32px "Fredoka",
    sans-serif;
}
.pen-subtitle {
  margin: 0 0 12px !important;
  color: var(--pink) !important;
  font:
    600 17px "Fredoka",
    sans-serif;
}
.pen-details > p {
  color: #566f82;
  margin: 9px 0 0;
}
.pen-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 22px;
  padding-top: 17px;
  border-top: 1px solid #e6edf1;
  font-size: 12px;
  font-weight: 800;
}
.pen-meta small {
  display: block;
  color: #8a9ba8;
  font-size: 9px;
  text-transform: uppercase;
}
.empty {
  max-width: 900px;
  margin: auto;
  text-align: center;
  padding: 65px 25px;
  border: 2px dashed #a5dce4;
  border-radius: 26px;
  background: #fff;
}
.empty h3 {
  font: 700 28px "Fredoka";
  margin: 8px;
}
.arrivals {
  min-height: 390px;
  padding: 70px 8%;
  background: linear-gradient(120deg, var(--navy), #0758ba);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  color: #fff;
  overflow: hidden;
}
.arrival-copy {
  max-width: 700px;
}
.arrival-copy .mini-heading {
  color: #65eef0;
  font-size: 13px;
}
.arrivals h2 {
  color: #fff;
  margin: 8px 0 18px;
}
.arrival-copy > p:last-child {
  max-width: 650px;
  font-size: 18px;
  color: #d9edff;
}
.arrival-art {
  display: flex;
  align-items: center;
  gap: 5px;
  transform: rotate(-8deg);
}
.arrival-art span {
  display: grid;
  place-items: center;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background: #fff;
  font-size: 50px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.16);
}
.arrival-art span:nth-child(2) {
  transform: translateY(-35px);
  background: #fff1a9;
}
.arrival-art span:nth-child(3) {
  background: #ffd2e0;
}
footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 35px 6%;
  background: #fff;
  color: #6d8192;
  font-size: 12px;
}
.footer-logo .logo-island {
  width: 40px;
  height: 40px;
  font-size: 22px;
}
.footer-logo .logo-word {
  font-size: 23px;
}
@media (max-width: 1000px) {
  .island-nav {
    left: 3%;
    right: 3%;
  }
  .island-nav nav {
    gap: 18px;
    margin-right: 18px;
  }
  .hero-copy {
    left: 5%;
    width: 50%;
  }
  .hero h1 {
    font-size: clamp(68px, 9vw, 105px);
  }
  .pen-grid {
    gap: 16px;
  }
  .pen-photo {
    height: 240px;
  }
}
@media (max-width: 760px) {
  .island-nav {
    height: 68px;
    top: 12px;
    border-radius: 22px;
    padding: 0 10px 0 14px;
  }
  .logo-island {
    width: 42px;
    height: 42px;
    font-size: 23px;
  }
  .logo-word {
    font-size: 24px;
  }
  .island-nav nav {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 12px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(4, 50, 100, 0.2);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .island-nav nav.open {
    display: flex;
  }
  .island-nav nav a {
    padding: 13px 16px;
  }
  .menu-button {
    width: 43px;
    height: 43px;
  }
  .hero {
    height: 760px;
    min-height: 0;
  }
  .hero-art {
    object-position: 61% center;
  }
  .hero:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.88),
      rgba(255, 255, 255, 0.68) 40%,
      rgba(255, 255, 255, 0) 75%
    );
  }
  .hero-copy {
    z-index: 2;
    left: 6%;
    top: 45%;
    width: 88%;
  }
  .welcome {
    font-size: 16px;
  }
  .hero h1 {
    font-size: clamp(53px, 17vw, 85px);
  }
  .tagline {
    font-size: 16px;
    max-width: 270px;
  }
  .story {
    padding: 60px 6% 75px;
  }
  .story-copy {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .splash {
    display: none;
  }
  .island-facts,
  .pen-grid {
    grid-template-columns: 1fr;
  }
  .island-facts {
    gap: 12px;
  }
  .islanders {
    padding: 70px 5% 80px;
  }
  .pen-grid {
    max-width: 500px;
  }
  .pen-photo {
    height: 330px;
  }
  .arrivals {
    padding: 65px 7%;
    display: block;
  }
  .arrival-art {
    margin: 55px 0 5px;
    justify-content: center;
  }
  .arrival-art span {
    width: 80px;
    height: 80px;
    font-size: 37px;
  }
  footer {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 420px) {
  .logo-island {
    display: none;
  }
  .hero {
    height: 680px;
  }
  .hero-art {
    object-position: 64% center;
  }
  .hero-copy {
    top: 43%;
  }
  .hero h1 {
    font-size: 51px;
  }
  .pen-photo {
    height: 270px;
  }
  .arrival-art span {
    width: 68px;
    height: 68px;
  }
  .story h2,
  .section-title h2,
  .arrivals h2 {
    font-size: 39px;
  }
}
