:root {
  --currently-shell: 1120px;
  --currently-paper: #fffdfb;
  --currently-blue: #315f8a;
  --currently-orange: #e66a17;
  --currently-muted: #607184;
}

.currently-shore-page {
  background: var(--currently-paper);
  color: #40566a;
}

.currently-shore-page > .skip-link:not(:focus) {
  visibility: hidden;
}

.currently-shore-page .currently-main {
  width: 100%;
  max-width: none;
  margin: -72px 0 0;
  padding: 0;
  background: var(--currently-paper);
}

.currently-shoreline {
  position: relative;
  display: block;
  width: 100%;
  height: 210px;
  overflow: hidden;
  opacity: .92;
  -webkit-mask-image: linear-gradient(to bottom, #000 0 68%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0 68%, transparent 100%);
}

.currently-shoreline img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 61%;
  filter: saturate(.76) brightness(1.13) contrast(.92);
}

.currently-shore-page .currently-hero {
  position: relative;
  z-index: 1;
  width: min(var(--currently-shell), calc(100% - 64px));
  min-height: 348px;
  margin: -210px auto 0;
  padding: 178px 0 52px;
  border: 0;
}

.currently-shore-page .currently-hero .content-eyebrow {
  margin: 0 0 10px;
  color: var(--currently-blue);
  font-family: var(--content-script);
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  transform: rotate(-1deg);
  transform-origin: left;
}

.currently-shore-page .currently-hero h1 {
  color: var(--currently-blue);
  font-family: ui-rounded, "SF Pro Rounded", "Arial Rounded MT Bold", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: clamp(52px, 6vw, 72px);
  font-weight: 500;
  line-height: 1;
}

.currently-shore-page .currently-hero > p:last-child {
  max-width: 700px;
  margin-top: 18px;
  color: #355b7f;
  font-size: 16px;
  line-height: 1.6;
}

.currently-shore-page .currently-section {
  width: min(var(--currently-shell), calc(100% - 64px));
  margin: 0 auto;
  padding: 48px 0 70px;
  border: 0;
}

.currently-shore-page .currently-hero + .currently-section {
  padding-top: 22px;
}

.currently-shore-page .currently-section__head {
  grid-template-columns: minmax(180px, 1fr) minmax(280px, 1fr);
  align-items: baseline;
}

.currently-shore-page .currently-section__head > div {
  gap: 0;
}

.currently-shore-page .currently-section__number {
  display: none;
}

.currently-shore-page .currently-section h2 {
  color: var(--currently-blue);
  font-size: 24px;
  font-weight: 650;
}

.currently-shore-page .currently-section__head > p {
  color: var(--currently-muted);
  font-size: 13px;
}

.currently-shore-page .currently-bookshelf {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
  min-height: 0;
  margin-top: 24px;
  padding: 0 12px;
}

.currently-shore-page .currently-bookshelf::before,
.currently-shore-page .currently-podcast-grid::before,
.currently-shore-page .currently-podcast-grid::after,
.currently-shore-page .currently-resource-grid::before {
  position: absolute;
  z-index: 0;
  right: -18px;
  left: -18px;
  height: 66px;
  content: "";
}

.currently-shore-page .currently-bookshelf::before,
.currently-shore-page .currently-podcast-grid::before,
.currently-shore-page .currently-podcast-grid::after {
  border: 0;
  background: url("currently/watercolor-shelf-v2.png") center / 100% 100% no-repeat;
}

.currently-shore-page .currently-bookshelf::before {
  top: 189px;
}

.currently-shore-page .current-book {
  position: relative;
  inset: auto;
  z-index: 1;
  display: grid;
  grid-template-rows: 200px auto;
  width: auto;
  min-width: 0;
  transform: none;
}

.currently-shore-page .current-book img {
  align-self: end;
  justify-self: center;
  width: auto;
  max-width: 100%;
  max-height: 194px;
  border-radius: 8px;
  object-fit: contain;
  box-shadow: 0 7px 14px rgba(55, 43, 33, .15);
}

.currently-shore-page .current-book__label {
  margin: 40px 0 0;
  color: var(--currently-blue);
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
}

.currently-shore-page .current-book__label strong,
.currently-shore-page .current-book__label span {
  display: block;
}

.currently-shore-page .current-book__label strong {
  font-weight: 600;
}

.currently-shore-page .current-book__label span {
  margin-top: 2px;
  color: var(--currently-muted);
  font-size: 11px;
}

.currently-shore-page .currently-podcast-grid {
  position: relative;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 76px 54px;
  margin-top: 34px;
  padding: 0 34px;
}

.currently-shore-page .currently-podcast-grid::before {
  top: 157px;
}

.currently-shore-page .currently-podcast-grid::after {
  top: 447px;
}

.currently-shore-page .currently-podcast {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
}

.currently-shore-page .currently-podcast > img {
  width: min(168px, 100%);
  border-radius: 8px;
  box-shadow: 0 7px 14px rgba(55, 43, 33, .13);
}

.currently-shore-page .currently-podcast p {
  margin-top: 32px;
  color: var(--currently-blue);
  font-size: 12px;
  text-align: center;
}

.currently-shore-page .currently-repeat {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin: 58px auto 0;
}

.currently-shore-page .currently-repeat > p {
  margin: 0;
  color: var(--currently-blue);
  font-family: var(--content-script);
  font-size: 17px;
  line-height: 1.1;
  transform: rotate(-2deg);
}

.currently-shore-page .currently-repeat > p span {
  display: block;
  margin: 4px 0 0 34px;
  font-family: var(--content-sans);
  font-size: 22px;
  transform: rotate(11deg);
}

.currently-shore-page .currently-repeat__player {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 370px;
  min-height: 72px;
  padding: 10px 20px;
  border: 1px solid rgba(49, 95, 138, .2);
  border-radius: 16px;
  background: rgba(255, 253, 251, .82);
  box-shadow: 0 7px 16px rgba(55, 43, 33, .06);
  color: var(--currently-blue);
}

.currently-shore-page .currently-repeat__play {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  padding-left: 2px;
  border: 1.5px solid var(--currently-blue);
  border-radius: 50%;
  font-size: 15px;
}

.currently-shore-page .currently-repeat__player strong {
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.currently-shore-page .currently-repeat__speaker {
  margin-left: auto;
  font-size: 13px;
  letter-spacing: -2px;
}

.currently-shore-page .currently-repeat__track {
  position: relative;
  width: 64px;
  height: 2px;
  border-radius: 99px;
  background: rgba(49, 95, 138, .38);
}

.currently-shore-page .currently-repeat__track i {
  position: absolute;
  top: 50%;
  left: 72%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--currently-blue);
  transform: translate(-50%, -50%);
}

.currently-shore-page .currently-resource-grid {
  position: relative;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 42px;
  margin-top: 34px;
  padding: 30px 34px 26px;
  overflow: visible;
  border: 1px solid rgba(49, 95, 138, .12);
  border-radius: 4px;
  background:
    radial-gradient(ellipse at 12% 22%, rgba(255,255,255,.56), transparent 28%),
    radial-gradient(ellipse at 72% 14%, rgba(255,255,255,.5), transparent 24%),
    radial-gradient(ellipse at 88% 76%, rgba(179,214,232,.24), transparent 30%),
    linear-gradient(101deg, rgba(222,240,248,.76), rgba(202,229,242,.54) 48%, rgba(222,240,248,.72));
}

.currently-shore-page .currently-resource-grid::before {
  right: -12px;
  top: 229px;
  bottom: auto;
  left: -12px;
  height: 66px;
  border: 0;
  background: url("currently/watercolor-shelf-v2.png") center / 100% 100% no-repeat;
  filter: sepia(.12) saturate(.62) hue-rotate(151deg) brightness(1.08);
}

.currently-shore-page .currently-resource {
  position: relative;
  z-index: 1;
}

.currently-shore-page .currently-resource a {
  gap: 52px;
  color: var(--currently-blue);
}

.currently-shore-page .currently-resource img {
  width: 100%;
  height: 210px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 7px 14px rgba(55, 43, 33, .12);
}

.currently-shore-page .currently-resource a > span {
  font-size: 12px;
  text-align: center;
}

.currently-shore-page .currently-learning-cat {
  position: absolute;
  z-index: 3;
  top: 190px;
  right: -14px;
  width: 130px;
  height: auto;
  pointer-events: none;
}

.currently-shore-page .work-footer {
  margin-top: 24px;
}

@media (max-width: 820px) {
  .currently-shore-page .currently-main {
    margin-top: -96px;
  }

  .currently-shoreline {
    height: 300px;
    -webkit-mask-image: linear-gradient(to bottom, #000 0 58%, rgba(0,0,0,.7) 74%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 0 58%, rgba(0,0,0,.7) 74%, transparent 100%);
  }

  .currently-shore-page .currently-hero {
    width: calc(100% - 36px);
    min-height: 0;
    margin-top: -300px;
    padding: 164px 0 12px;
  }

  .currently-shore-page .currently-hero .content-eyebrow {
    font-size: 19px;
  }

  .currently-shore-page .currently-hero h1 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .currently-shore-page .currently-hero > p:last-child {
    font-size: 15px;
  }

  .currently-shore-page .currently-section {
    width: calc(100% - 36px);
    padding: 40px 0 54px;
  }

  .currently-shore-page .currently-hero + .currently-section {
    padding-top: 22px;
  }

  .currently-shore-page .currently-section__head {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .currently-shore-page .currently-section__head > p {
    justify-self: start;
    text-align: left;
  }

  .currently-shore-page .currently-bookshelf {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px 14px;
    padding: 0;
  }

  .currently-shore-page .currently-bookshelf::before,
  .currently-shore-page .currently-podcast-grid::before,
  .currently-shore-page .currently-podcast-grid::after {
    display: none;
  }

  .currently-shore-page .current-book {
    grid-template-rows: 142px auto;
  }

  .currently-shore-page .current-book img {
    max-height: 132px;
  }

  .currently-shore-page .current-book__label {
    margin-top: 12px;
    font-size: 11px;
  }

  .currently-shore-page .currently-podcast-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 14px;
    padding: 0;
  }

  .currently-shore-page .currently-podcast p {
    margin-top: 8px;
    font-size: 11px;
  }

  .currently-shore-page .currently-repeat {
    align-items: flex-start;
    gap: 12px;
    margin-top: 38px;
  }

  .currently-shore-page .currently-repeat > p {
    flex: 0 0 auto;
    font-size: 14px;
  }

  .currently-shore-page .currently-repeat__player {
    min-width: 0;
    width: min(100%, 280px);
    min-height: 58px;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 14px;
  }

  .currently-shore-page .currently-repeat__play {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
    font-size: 12px;
  }

  .currently-shore-page .currently-repeat__player strong {
    font-size: 12px;
  }

  .currently-shore-page .currently-repeat__track {
    width: 38px;
  }

  .currently-shore-page .currently-resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 16px;
    padding: 22px 16px;
  }

  .currently-shore-page .currently-resource-grid::before {
    display: none;
  }

  .currently-shore-page .currently-learning-cat {
    display: none;
  }

  .currently-shore-page .currently-resource img {
    height: 164px;
  }

  .currently-shore-page .currently-resource a {
    gap: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .currently-shore-page .currently-resource img {
    transition: none;
  }
}
