:root {
  --ink: #40384c;
  --cream: #fff9ed;
  --lav: #dcd0ee;
  --pink: #efcbd6;
  --mint: #cde9dc;
  --sky: #cbe6f2;
  --gold: #d4ab5e;
  --red: #8d3744;
  --serif: Georgia, "Times New Roman", serif;
  --sans: ui-rounded, "Avenir Next", system-ui, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  font-family: var(--sans);
  background: var(--cream);
  overflow-x: hidden;
}
button,
input,
textarea {
  font: inherit;
}
button {
  cursor: pointer;
}
.gate {
  position: fixed;
  inset: 0;
  z-index: 100;
  background:
    radial-gradient(circle at 25% 20%, #fff 0 8%, transparent 30%),
    linear-gradient(155deg, var(--sky), var(--lav) 48%, var(--pink));
  display: grid;
  place-items: center;
  overflow: hidden;
}
.gate-card {
  width: min(90vw, 540px);
  padding: 54px 48px 38px;
  text-align: center;
  background: #fffaf2dd;
  border: 1px solid #fff;
  border-radius: 48% 52% 46% 54%/42% 44% 56% 58%;
  box-shadow: 0 30px 80px #6a55763a;
  backdrop-filter: blur(14px);
  position: relative;
}
.gate-card h1 {
  font: clamp(3.5rem, 12vw, 6rem) / 0.8 var(--serif);
  margin: 30px 0;
}
.gate-card h1 i {
  display: block;
  color: #a06b8c;
  font-weight: normal;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.7rem;
}
.gate-card label span {
  display: block;
  font-size: 0.75rem;
  margin-bottom: 8px;
}
.gate-card input {
  border: 1px solid #c7b9cc;
  background: #fff;
  width: 100%;
  padding: 16px 20px;
  border-radius: 40px;
  outline: none;
}
.gate-card form button,
.paper button,
.inline-create button {
  border: 0;
  background: var(--ink);
  color: white;
  padding: 14px 22px;
  border-radius: 30px;
  margin-top: 12px;
}
.gate-card form button {
  width: 100%;
}
.gate-card button small {
  display: block;
  opacity: 0.7;
}
.admin-link {
  border: 0;
  background: none;
  margin-top: 18px;
  font-size: 0.75rem;
  color: #766c7c;
}
.gate-star {
  font-size: 2rem;
  color: var(--gold);
  position: absolute;
  right: 18%;
  top: 8%;
  animation: spark 3s infinite;
}
.gate-cloud {
  position: absolute;
  width: 300px;
  height: 100px;
  border-radius: 50%;
  background: #ffffff55;
  filter: blur(2px);
  animation: drift 13s ease-in-out infinite;
}
.c1 {
  left: -70px;
  top: 14%;
}
.c2 {
  right: -80px;
  bottom: 18%;
  animation-delay: -5s;
}
.topbar {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  height: 72px;
  padding: 10px clamp(18px, 4vw, 64px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff9edcc;
  backdrop-filter: blur(16px);
  border-bottom: 1px solid #fff;
}
.brand {
  font: bold 1.4rem var(--serif);
  border: 0;
  background: none;
}
.brand span {
  color: var(--gold);
}
nav {
  display: flex;
  gap: 28px;
}
nav a {
  text-decoration: none;
  color: inherit;
  font-size: 0.82rem;
}
.tools {
  display: flex;
  gap: 8px;
}
.tools button,
.calendar-toolbar button {
  border: 1px solid #cbbfd3;
  border-radius: 50%;
  background: #fff;
  width: 38px;
  height: 38px;
}
.tools b {
  background: var(--red);
  color: #fff;
  border-radius: 10px;
  font-size: 0.6rem;
  padding: 2px;
  position: absolute;
}
.hero {
  min-height: 100vh;
  padding: 120px clamp(24px, 8vw, 130px) 60px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  position: relative;
  background:
    radial-gradient(circle at 70% 32%, #fff 0 3%, transparent 23%),
    linear-gradient(150deg, #fff9ed, var(--sky) 62%, #d7e9db);
}
.hero-copy {
  z-index: 2;
}
.hero h1 {
  font: clamp(4rem, 9vw, 8.5rem) / 0.75 var(--serif);
  margin: 28px 0;
  color: #51435d;
}
.hero h1 span {
  display: block;
}
.hero h1 em {
  font-size: 0.35em;
  font-weight: normal;
  color: #946f87;
  white-space: nowrap;
}
.hero-copy > p:last-child {
  max-width: 490px;
  font: 1.15rem/1.7 var(--serif);
}
.hero-media {
  width: min(44vw, 600px);
  aspect-ratio: 0.83;
  margin: auto;
  overflow: hidden;
  background: var(--lav);
  transform: rotate(3deg);
  box-shadow:
    30px 40px 0 #ffffff66,
    -20px 30px 60px #5a52602a;
}
.blob {
  border-radius: 49% 51% 60% 40%/38% 55% 45% 62%;
}
.hero-media img,
.hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-placeholder {
  height: 100%;
  display: grid;
  place-items: center;
  font-size: 6rem;
  color: #fff;
}
.age-card {
  position: absolute;
  left: 8%;
  bottom: 8%;
  background: #fff9;
  padding: 14px 22px;
  border-radius: 28px;
  backdrop-filter: blur(10px);
}
.age-card p {
  margin: 0;
  font-size: 0.65rem;
  text-transform: uppercase;
}
.age-card b {
  font: 1.1rem var(--serif);
  margin-right: 7px;
}
.sky-orbit span {
  position: absolute;
  font-size: 2rem;
  animation: float 6s ease-in-out infinite;
}
.sky-orbit span:nth-child(1) {
  left: 48%;
  top: 18%;
  color: var(--gold);
}
.sky-orbit span:nth-child(2) {
  right: 5%;
  top: 20%;
  font-size: 5rem;
  color: #ffffffaa;
}
.sky-orbit span:nth-child(3) {
  right: 8%;
  bottom: 14%;
  color: #b3899c;
  animation-delay: -3s;
}
.scroll-hint {
  position: absolute;
  bottom: 20px;
  left: 50%;
  animation: float 2s infinite;
}
.section-title {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 70px;
}
.section-title small,
.poll small {
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.section-title h2,
.poll h2 {
  font: clamp(2.6rem, 6vw, 5.8rem) / 1 var(--serif);
  margin: 15px;
}
.section-title p {
  line-height: 1.8;
}
.stories {
  padding: 120px 5vw;
  background: linear-gradient(#fdf8ed, #f6e8eb);
}
#islands {
  max-width: 1200px;
  margin: auto;
}
.island {
  min-height: 440px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 7vw;
  margin: 80px 0;
  position: relative;
}
.island:nth-child(even) .island-text {
  order: 2;
}
.island-text {
  padding: 40px;
  z-index: 2;
}
.island h3 {
  font: clamp(2rem, 4vw, 4rem) / 1 var(--serif);
  margin: 0 0 22px;
}
.island p {
  font: 1.08rem/1.85 var(--serif);
}
.island-media {
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--mint);
  box-shadow: 0 28px 50px #5d465526;
}
.island:nth-child(3n) .island-media {
  border-radius: 50%;
}
.island:nth-child(3n + 1) .island-media {
  border-radius: 65% 35% 55% 45%/43% 60% 40% 57%;
}
.island:nth-child(3n + 2) .island-media {
  border-radius: 50% 50% 45% 55%/30% 30% 70% 70%;
}
.island-media img,
.island-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.illustration {
  position: absolute;
  width: 140px;
  max-height: 140px;
  object-fit: contain !important;
  right: -3%;
  bottom: -4%;
  filter: drop-shadow(0 10px 12px #594b5522);
  animation: float 7s ease-in-out infinite;
}
.club,
.forum,
.news,
.calendar {
  padding: 120px max(5vw, 20px);
}
.club {
  background: linear-gradient(160deg, #d7e9df, #fef8ed);
}
.paper {
  max-width: 620px;
  margin: 30px auto;
  padding: 34px;
  background: #fffaf3;
  box-shadow: 4px 8px 25px #655b5130;
  transform: rotate(-1deg);
  border-radius: 5px 18px 6px 14px;
}
.paper input,
.paper textarea,
.inline-create input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #c8bdaf;
  background: transparent;
  padding: 14px;
  outline: none;
}
.paper textarea {
  min-height: 130px;
  resize: vertical;
}
.postcards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: 60px auto;
}
.postcard {
  background: #fff;
  padding: 28px;
  border-radius: 7px 30px 9px 25px;
  box-shadow: 0 15px 30px #65796c25;
  transform: rotate(var(--r));
  position: relative;
}
.postcard h3 {
  font: 1.7rem var(--serif);
}
.postcard p {
  white-space: pre-wrap;
  line-height: 1.6;
}
.postcard small {
  color: #7e7480;
}
.forum {
  background: #d9d0e8;
}
.doors {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  max-width: 1100px;
  margin: auto;
  gap: 26px;
}
.door {
  min-height: 240px;
  padding: 35px 25px;
  background: linear-gradient(140deg, #fff9ed, #efcfda);
  border-radius: 130px 130px 12px 12px;
  border: 6px solid #ffffff88;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: 0.3s;
}
.door:hover {
  transform: translateY(-8px) rotate(1deg);
  box-shadow: 0 25px 40px #594d6b33;
}
.door h3 {
  font: 1.5rem/1.2 var(--serif);
}
.inline-create {
  display: flex;
  max-width: 600px;
  margin: 45px auto;
}
.news {
  background: #fff8ed;
}
.news-list {
  max-width: 900px;
  margin: auto;
}
.news-card {
  border-left: 2px solid var(--gold);
  padding: 15px 30px;
  margin: 30px;
}
.calendar {
  background: #d8ebed;
}
.calendar-toolbar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.month-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  max-width: 1000px;
  margin: 30px auto;
  background: #ffffffaa;
  border-radius: 25px;
  overflow: hidden;
}
.day {
  min-height: 110px;
  padding: 10px;
  border: 1px solid #ffffff;
}
.day b {
  font-family: var(--serif);
}
.day span {
  display: block;
  background: var(--lav);
  font-size: 0.68rem;
  border-radius: 10px;
  padding: 4px;
  margin-top: 5px;
}
.poll {
  padding: 120px 20px;
  background: linear-gradient(#d8ebed, #8b3948);
  text-align: center;
}
.poll-cloud {
  max-width: 820px;
  margin: auto;
  background: #fff9ed;
  padding: 70px 8vw;
  border-radius: 50% 50% 45% 55%/35% 35% 65% 65%;
}
.poll-option {
  margin: 15px 0;
  text-align: left;
}
.poll-option button {
  border: 0;
  background: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 8px;
}
.poll-bar {
  height: 10px;
  background: var(--lav);
  border-radius: 10px;
  overflow: hidden;
}
.poll-bar i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--pink), var(--gold));
  border-radius: 10px;
}
footer {
  padding: 35px;
  background: #432f3b;
  color: #fff;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
footer button {
  background: none;
  border: 1px solid #ffffff55;
  color: #fff;
  border-radius: 20px;
  padding: 8px 14px;
}
.player {
  position: fixed;
  z-index: 60;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: min(92vw, 600px);
  background: #433846e8;
  color: #fff;
  border-radius: 40px;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(14px);
  box-shadow: 0 15px 40px #211a2533;
}
.player button {
  border: 0;
  background: #ffffff15;
  color: #fff;
  border-radius: 50%;
  width: 34px;
  height: 34px;
}
.player > div {
  flex: 1;
}
.player small,
.player strong {
  display: block;
}
.player small {
  opacity: 0.6;
  font-size: 0.6rem;
}
.player input {
  width: 80px;
}
dialog {
  border: 0;
  border-radius: 30px;
  padding: 38px;
  max-width: min(92vw, 850px);
  max-height: 85vh;
  background: #fff9ed;
  color: var(--ink);
  box-shadow: 0 30px 100px #21152b88;
}
dialog::backdrop {
  background: #2b2436aa;
  backdrop-filter: blur(6px);
}
.dialog-close {
  float: right;
  border: 0;
  background: none;
  font-size: 2rem;
}
.admin-edit {
  border-bottom: 1px solid #ddd;
  padding: 20px;
}
.admin-edit input,
.admin-edit textarea {
  width: 100%;
  padding: 8px;
  margin: 3px;
  border: 1px solid #ddd;
}
.admin-edit textarea {
  height: 90px;
}
#panda {
  position: fixed;
  z-index: 10;
  right: -5px;
  bottom: 90px;
  background: #fff;
  border-radius: 50% 0 0 50%;
  padding: 14px;
  font-weight: bold;
  transform: translateX(90%);
  animation: peek 18s infinite;
}
body.reduced * {
  animation: none !important;
  transition: none !important;
}
@keyframes float {
  50% {
    transform: translateY(-14px) rotate(3deg);
  }
}
@keyframes drift {
  50% {
    transform: translateX(90px);
  }
}
@keyframes spark {
  50% {
    opacity: 0.2;
    transform: scale(0.6) rotate(90deg);
  }
}
@keyframes peek {
  0%,
  70%,
  100% {
    transform: translateX(90%);
  }
  75%,
  92% {
    transform: translateX(0);
  }
}
@media (max-width: 760px) {
  nav {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 100px;
    text-align: center;
  }
  .hero-media {
    width: 76vw;
    grid-row: 1;
    margin-bottom: 30px;
  }
  .hero h1 {
    font-size: 4.3rem;
  }
  .hero h1 em {
    white-space: normal;
  }
  .age-card {
    position: static;
    margin: 20px auto;
  }
  .island {
    grid-template-columns: 1fr;
    margin: 30px 0;
  }
  .island:nth-child(even) .island-text {
    order: 0;
  }
  .island-text {
    padding: 20px;
    text-align: center;
  }
  .illustration {
    width: 90px;
  }
  .month-grid {
    font-size: 0.75rem;
  }
  .day {
    min-height: 75px;
    padding: 5px;
  }
  .player {
    gap: 5px;
  }
  .player input {
    display: none;
  }
  .player #previous {
    margin-left: auto;
  }
  .gate-card {
    padding: 45px 28px;
  }
  .topbar {
    height: 62px;
  }
  .section-title {
    margin-bottom: 40px;
  }
  .stories,
  .club,
  .forum,
  .news,
  .calendar {
    padding-top: 80px;
  }
  .poll-cloud {
    border-radius: 35px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
[hidden] {
  display: none !important;
}
[hidden] {
  display: none !important;
}
.family-menu {
  position: fixed;
  z-index: 49;
  right: clamp(16px, 4vw, 64px);
  top: 66px;
  width: min(88vw, 330px);
  padding: 22px;
  background: #fff9edf2;
  border: 1px solid #fff;
  border-radius: 10px 10px 35px 35px;
  box-shadow: 0 22px 55px #40384c33;
  backdrop-filter: blur(16px);
}
.family-menu a,
.family-menu button {
  display: block;
  width: 100%;
  padding: 12px 14px;
  border: 0;
  border-bottom: 1px solid #dcd0ee;
  background: none;
  color: var(--ink);
  text-align: left;
  text-decoration: none;
}
.family-menu button {
  color: #8d3744;
}
.universe-loader {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-content: center;
  justify-items: center;
  background: linear-gradient(155deg, #fff9edf2, #cbe6f2f2, #dcd0eef2);
  backdrop-filter: blur(12px);
}
.loader-ripple {
  width: 120px;
  height: 120px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  animation: ripple 1.8s ease-out infinite;
}
.loader-ripple span {
  font-size: 2.3rem;
  color: #a06b8c;
}
.universe-loader progress {
  width: 220px;
  height: 6px;
  accent-color: #a06b8c;
}
.gallery-section,
.video-section {
  padding: 120px max(5vw, 20px);
}
.gallery-section {
  background: linear-gradient(150deg, #fff8ed, #e8ddef);
}
.video-section {
  background: linear-gradient(160deg, #e8ddef, #cbe6f2);
}
.organic-gallery {
  columns: 4 220px;
  column-gap: 24px;
  max-width: 1200px;
  margin: auto;
}
.gallery-memory {
  break-inside: avoid;
  margin: 0 0 24px;
  position: relative;
  overflow: hidden;
  background: #d9e8de;
  box-shadow: 0 16px 35px #4d405025;
  cursor: zoom-in;
  border: 0;
  padding: 0;
  width: 100%;
  min-height: 150px;
}
.gallery-memory:nth-child(4n) {
  border-radius: 50%;
}
.gallery-memory:nth-child(4n + 1) {
  border-radius: 47% 53% 42% 58%/55% 42% 58% 45%;
}
.gallery-memory:nth-child(4n + 2) {
  border-radius: 28px;
}
.gallery-memory:nth-child(4n + 3) {
  border-radius: 50% 50% 45% 55%/30% 30% 70% 70%;
}
.gallery-memory img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 160px;
  object-fit: cover;
  transition: transform 0.5s;
}
.gallery-memory:hover img {
  transform: scale(1.035);
}
.gallery-memory figcaption {
  position: absolute;
  inset: auto 12px 10px;
  padding: 7px 10px;
  border-radius: 18px;
  background: #fff9eddd;
  color: var(--ink);
  font-size: 0.72rem;
}
.media-skeleton {
  background: linear-gradient(110deg, #d9e8de 20%, #f9f2e8 40%, #d9e8de 60%);
  background-size: 220% 100%;
  animation: shimmer 1.6s linear infinite;
}
.video-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 28px;
  max-width: 1150px;
  margin: auto;
}
.video-memory {
  position: relative;
  border: 0;
  padding: 0;
  overflow: hidden;
  aspect-ratio: 9/12;
  border-radius: 44% 56% 35% 65%/35% 40% 60% 65%;
  background: #59465f;
  box-shadow: 0 20px 45px #453c5438;
  color: #fff;
}
.video-memory img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-memory span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 2.4rem;
  background: linear-gradient(transparent, #342a3b88);
}
.video-memory small {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 22px;
  text-align: center;
}
.media-lightbox {
  width: min(94vw, 1100px);
  padding: 20px;
  background: #302936f2;
  color: #fff;
}
.media-lightbox figure {
  margin: 0;
  display: grid;
  place-items: center;
  min-height: 70vh;
}
.media-lightbox img,
.media-lightbox video {
  max-width: 100%;
  max-height: 75vh;
  border-radius: 24px;
  object-fit: contain;
}
.lightbox-nav {
  position: absolute;
  top: 50%;
  border: 0;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 2rem;
}
.lightbox-nav:first-of-type {
  left: 14px;
}
.lightbox-nav:last-of-type {
  right: 14px;
}
.detail-dialog {
  width: min(92vw, 760px);
}
.detail-dialog article {
  max-height: 62vh;
  overflow: auto;
  line-height: 1.7;
}
.topic-comments {
  border-top: 1px solid #ddd;
  margin-top: 20px;
}
.topic-comment {
  padding: 12px;
  border-bottom: 1px solid #eee;
}
.day span {
  cursor: pointer;
}
.day span:focus-visible,
.gallery-memory:focus-visible,
.video-memory:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}
.file-field {
  display: block;
  margin: 14px 0;
  padding: 14px;
  border: 1px dashed #b9a9bc;
  border-radius: 20px;
}
.file-field input {
  border: 0 !important;
  padding: 8px !important;
}
.upload-preview,
.upload-previews img {
  width: 74px;
  height: 74px;
  object-fit: cover;
  border-radius: 50%;
  margin: 7px;
}
.upload-progress {
  width: 100%;
}
.post-media {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.post-media img,
.post-media video {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 22px;
}
.profile-chip {
  display: flex;
  align-items: center;
  gap: 10px;
}
.profile-chip img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}
.island-media .illustration {
  width: 238px;
  max-height: 238px;
  pointer-events: none;
}
.motion-toast {
  position: fixed;
  z-index: 80;
  right: 24px;
  top: 86px;
  padding: 10px 16px;
  border-radius: 22px;
  background: #40384ce8;
  color: #fff;
}
.animal-peek {
  position: fixed;
  z-index: 9;
  pointer-events: none;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff9ed;
  border: 2px solid #fff;
  filter: drop-shadow(0 8px 12px #40384c33);
  transform: translateX(110%);
}
.animal-peek i {
  position: absolute;
  top: -13px;
  width: 40px;
  height: 30px;
  border-radius: 50%;
  background: #fff9ed;
}
.animal-peek b {
  z-index: 1;
}
#bunny {
  right: 0;
  top: 36%;
  animation: peek-right 27s 7s infinite;
}
#fox {
  left: 0;
  top: 64%;
  transform: translateX(-110%);
  background: #e6b787;
  animation: peek-left 31s 18s infinite;
}
#fox i {
  background: #e6b787;
}
.admin-tabs {
  display: flex;
  overflow: auto;
  gap: 5px;
  margin: 15px 0;
}
.admin-tabs button {
  white-space: nowrap;
  border: 1px solid #d4c5d7;
  background: #fff;
  border-radius: 18px;
  padding: 8px 12px;
}
.admin-media-row {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.admin-media-row img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 18px;
}
.admin-media-row input,
.admin-media-row select {
  width: 100%;
}
.calm-indicator {
  box-shadow: inset 0 0 0 2px var(--gold) !important;
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 #fff8;
  }
  80% {
    box-shadow: 0 0 0 45px #fff0;
  }
}
@keyframes shimmer {
  to {
    background-position: -220% 0;
  }
}
@keyframes peek-right {
  0%,
  72%,
  100% {
    transform: translateX(110%);
  }
  76%,
  91% {
    transform: translateX(12%);
  }
}
@keyframes peek-left {
  0%,
  75%,
  100% {
    transform: translateX(-110%);
  }
  79%,
  93% {
    transform: translateX(-12%);
  }
}
@media (max-width: 760px) {
  .island-media .illustration {
    width: 153px;
    max-height: 153px;
  }
  .organic-gallery {
    columns: 2 135px;
    column-gap: 12px;
  }
  .gallery-memory {
    margin-bottom: 12px;
  }
  .gallery-section,
  .video-section {
    padding-top: 80px;
  }
  .video-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .family-menu {
    top: 58px;
  }
  .media-lightbox {
    padding: 10px;
  }
  .lightbox-nav {
    top: auto;
    bottom: 12px;
  }
}
body.reduced .animal-peek {
  animation: none !important;
  display: none;
}
body.reduced .media-skeleton {
  animation: none;
}
