:root {
  --leather: #6B3F2A;
  --aqua: #7FE7D1;
  --coral: #FF6F61;
  --espresso: #1D1412;
  --lilac: #B8A7FF;
  --foam: #FFD6DC;
  --kelp: #075B5A;
  --vanilla: #FFF3D8;
  --display: "Monoton", "Trebuchet MS", cursive;
  --romance: "Fraunces", Georgia, serif;
  --body: "Nunito Sans", Arial, sans-serif;
  --label: "Rajdhani", "Arial Narrow", sans-serif;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--vanilla);
}

body {
  margin: 0;
  color: var(--espresso);
  font-family: var(--body);
  overflow-x: hidden;
  background:
    radial-gradient(circle at 18% 12%, rgba(127, 231, 209, 0.45), transparent 28rem),
    radial-gradient(circle at 82% 8%, rgba(255, 214, 220, 0.42), transparent 24rem),
    linear-gradient(135deg, #FFF3D8 0%, #eefdf7 48%, #FFF3D8 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.22;
  background-image:
    repeating-radial-gradient(circle at 0 0, rgba(107, 63, 42, 0.12) 0 1px, transparent 1px 5px),
    linear-gradient(110deg, transparent 0 44%, rgba(127, 231, 209, 0.22) 45%, transparent 53%);
  mix-blend-mode: multiply;
}

main, .tide-markers, .ambient { position: relative; z-index: 1; }

.ambient {
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.caustic {
  position: absolute;
  width: 44vw;
  height: 28vw;
  border-radius: 48% 52% 56% 44%;
  filter: blur(18px);
  opacity: 0.2;
  background: repeating-linear-gradient(120deg, transparent 0 18px, rgba(127, 231, 209, 0.7) 19px 22px, transparent 23px 42px);
  animation: causticDrift 18s ease-in-out infinite alternate;
}

.caustic-one { left: -10vw; top: 16vh; }
.caustic-two { right: -8vw; bottom: 8vh; animation-duration: 24s; transform: rotate(28deg); }

.foam-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid rgba(7, 91, 90, 0.28);
  box-shadow: 18px 28px 0 -3px rgba(184, 167, 255, 0.35), 42px -10px 0 -4px rgba(255, 111, 97, 0.35);
  animation: bubbleIdle 9s ease-in-out infinite;
}

.dot-one { left: 13vw; top: 66vh; }
.dot-two { right: 18vw; top: 24vh; animation-delay: -3s; }
.dot-three { left: 48vw; bottom: 10vh; animation-delay: -6s; }

.tide-markers {
  position: fixed;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  gap: 17px;
  z-index: 20;
}

.tide-markers a {
  position: relative;
  width: 18px;
  height: 18px;
  text-decoration: none;
}

.tide-markers span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50% 50% 48% 8%;
  transform: rotate(45deg);
  background: linear-gradient(135deg, var(--aqua), var(--foam));
  border: 1px solid rgba(7, 91, 90, 0.32);
  box-shadow: 0 5px 14px rgba(7, 91, 90, 0.18);
  transition: transform 0.35s ease, background 0.35s ease;
}

.tide-markers a:hover span, .tide-markers a.active span {
  transform: rotate(45deg) translateY(-4px) scale(1.16);
  background: linear-gradient(135deg, var(--coral), var(--lilac));
}

.tide-markers a::after {
  content: attr(data-label);
  position: absolute;
  right: 26px;
  top: -2px;
  width: max-content;
  font-family: var(--label);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--kelp);
  opacity: 0;
  transform: translateX(6px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.tide-markers a:hover::after { opacity: 1; transform: translateX(0); }

.scene {
  min-height: 100vh;
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  padding: clamp(32px, 5vw, 78px);
  isolation: isolate;
}

.scene::after {
  content: "";
  position: absolute;
  inset: 12% 7%;
  z-index: -1;
  background:
    linear-gradient(90deg, transparent 0 49%, rgba(7, 91, 90, 0.08) 49.3% 49.6%, transparent 50%),
    repeating-linear-gradient(0deg, transparent 0 36px, rgba(107, 63, 42, 0.035) 37px 38px);
  border-radius: 42px;
  opacity: 0.68;
}

.low-tide {
  min-height: 100svh;
  background: radial-gradient(circle at 70% 70%, rgba(127, 231, 209, 0.26), transparent 22rem);
}

.horizon-line {
  position: absolute;
  left: 8vw;
  right: 18vw;
  top: 58%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(7, 91, 90, 0.48), transparent);
}

.scene-coordinate {
  margin: 0 0 18px;
  font-family: var(--label);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: var(--kelp);
  text-transform: uppercase;
}

.low-tide > .scene-coordinate {
  grid-column: 2 / 5;
  align-self: start;
  margin-top: 7vh;
}

.tide-pool-sign {
  grid-column: 3 / 9;
  align-self: center;
  min-height: 190px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  opacity: 0.32;
  transform: translateY(12px) scale(0.96);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.tide-pool-sign.revealed {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.reflected-word {
  font-family: var(--display);
  font-size: clamp(38px, 8vw, 108px);
  letter-spacing: 0.045em;
  margin: 0;
  color: rgba(7, 91, 90, 0.9);
  text-shadow: 0 2px 0 #FFF3D8, 0 12px 26px rgba(127, 231, 209, 0.75), 5px -3px 0 rgba(184, 167, 255, 0.25);
  transform: skewX(-5deg);
}

.pool-rings, .pool-rings i {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(127, 231, 209, 0.55);
}

.pool-rings { width: min(58vw, 680px); height: 160px; transform: rotate(-3deg); }
.pool-rings i:nth-child(1) { inset: 18px 44px; }
.pool-rings i:nth-child(2) { inset: 38px 96px; border-color: rgba(255, 111, 97, 0.32); }
.pool-rings i:nth-child(3) { inset: 58px 150px; border-color: rgba(184, 167, 255, 0.38); }

.floating-receipt, .final-receipt {
  background: linear-gradient(180deg, rgba(255, 243, 216, 0.96), rgba(255, 214, 220, 0.72));
  border: 1px solid rgba(107, 63, 42, 0.2);
  box-shadow: 0 24px 60px rgba(7, 91, 90, 0.12);
  color: var(--espresso);
}

.intro-receipt {
  grid-column: 8 / 11;
  align-self: end;
  margin-bottom: 19vh;
  padding: 18px 20px 22px;
  clip-path: polygon(0 0, 100% 0, 100% 91%, 93% 100%, 86% 91%, 79% 100%, 72% 91%, 65% 100%, 58% 91%, 51% 100%, 44% 91%, 37% 100%, 30% 91%, 23% 100%, 16% 91%, 9% 100%, 0 91%);
  transform: rotate(3deg);
}

.intro-receipt span {
  display: block;
  font-family: var(--label);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--coral);
  font-size: 11px;
  margin-bottom: 10px;
}

.intro-receipt strong { font-family: var(--romance); font-weight: 600; font-size: 18px; line-height: 1.18; }

.coral-bell {
  position: absolute;
  right: 8vw;
  bottom: 8vh;
  width: 84px;
  height: 78px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.bell-top, .bell-dome, .bell-base, .bell-note { position: absolute; left: 50%; transform: translateX(-50%); }
.bell-top { top: 0; width: 18px; height: 13px; border-radius: 12px 12px 2px 2px; background: var(--coral); }
.bell-dome { bottom: 18px; width: 68px; height: 48px; border-radius: 48px 48px 14px 14px; background: radial-gradient(circle at 28% 25%, #FFD6DC, var(--coral) 52%, #c54a42); box-shadow: inset -9px -8px 0 rgba(107, 63, 42, 0.14); }
.bell-base { bottom: 10px; width: 82px; height: 15px; border-radius: 50%; background: linear-gradient(90deg, var(--leather), var(--coral), var(--leather)); }
.bell-note { bottom: -14px; font-family: var(--label); color: var(--kelp); letter-spacing: 0.24em; font-size: 11px; }

.bubble-field {
  position: absolute;
  right: calc(8vw + 42px);
  bottom: calc(8vh + 40px);
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.bubble-pop {
  position: absolute;
  width: var(--size);
  height: var(--size);
  border: 1px solid rgba(7, 91, 90, 0.36);
  border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, rgba(255,255,255,0.95), rgba(127,231,209,0.16) 58%, transparent 62%);
  animation: bubblePop 1.55s ease-out forwards;
}

.chapter-copy {
  max-width: 390px;
  align-self: center;
}

.chapter-copy h1, .chapter-copy h2 {
  font-family: var(--romance);
  font-size: clamp(38px, 5vw, 76px);
  line-height: 0.94;
  font-weight: 650;
  margin: 0 0 22px;
  color: var(--espresso);
}

.chapter-copy p:not(.scene-coordinate) {
  margin: 0;
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.7;
  color: rgba(29, 20, 18, 0.72);
}

.left-copy { grid-column: 2 / 6; }
.right-copy { grid-column: 8 / 12; }
.top-copy { grid-column: 3 / 7; align-self: start; margin-top: 8vh; }
.cabinet-copy { grid-column: 8 / 12; align-self: end; margin-bottom: 12vh; }

.artifact {
  position: relative;
  align-self: center;
  justify-self: center;
  transition: transform 0.42s cubic-bezier(.2,.8,.2,1), filter 0.42s ease;
}

.hover-lift:hover, .hover-lift.is-lifted {
  transform: translateY(-12px);
  filter: drop-shadow(0 30px 26px rgba(7, 91, 90, 0.22));
}

.microcopy {
  position: absolute;
  left: 50%;
  bottom: -34px;
  transform: translateX(-50%) translateY(8px);
  opacity: 0;
  white-space: nowrap;
  padding: 6px 12px;
  border: 1px solid rgba(7, 91, 90, 0.25);
  border-radius: 999px;
  background: rgba(255, 243, 216, 0.88);
  font-family: var(--label);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--kelp);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.hover-lift:hover .microcopy, .hover-lift.is-lifted .microcopy { opacity: 1; transform: translateX(-50%) translateY(0); }

.leather-book { grid-column: 7 / 12; width: min(35vw, 440px); height: 430px; }
.book-cover {
  position: absolute;
  inset: 36px 36px 20px 0;
  border-radius: 30px 20px 38px 24px;
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 243, 216, 0.18), transparent 17%),
    radial-gradient(circle at 74% 76%, rgba(7, 91, 90, 0.18), transparent 24%),
    repeating-linear-gradient(45deg, rgba(255,255,255,0.035) 0 2px, transparent 2px 8px),
    linear-gradient(135deg, #8a5738, var(--leather) 62%, #3b2319);
  border: 2px solid rgba(29, 20, 18, 0.22);
  box-shadow: inset 14px 0 0 rgba(29,20,18,0.18), inset -16px -12px 0 rgba(29,20,18,0.12), 0 35px 80px rgba(107, 63, 42, 0.24);
}

.embossed-title {
  position: absolute;
  left: 58px;
  top: 72px;
  font-family: var(--romance);
  color: rgba(255, 243, 216, 0.58);
  font-size: 38px;
  text-shadow: 0 -1px 0 rgba(29,20,18,0.6);
}

.book-tab {
  position: absolute;
  right: 0;
  width: 84px;
  height: 46px;
  border-radius: 0 24px 24px 0;
  background: linear-gradient(90deg, var(--leather), var(--aqua));
  color: var(--vanilla);
  font-family: var(--label);
  letter-spacing: 0.15em;
  font-size: 11px;
  display: grid;
  place-items: center;
  transform-origin: left center;
  transition: transform 0.4s ease;
}
.tab-one { top: 86px; }
.tab-two { top: 160px; background: linear-gradient(90deg, var(--leather), var(--coral)); }
.tab-three { top: 235px; background: linear-gradient(90deg, var(--leather), var(--lilac)); }
.leather-book:hover .book-tab { transform: rotateY(-24deg) translateX(8px); }

.stitched-line { position: absolute; left: 34px; right: 34px; height: 2px; background: repeating-linear-gradient(90deg, rgba(255,243,216,0.7) 0 8px, transparent 8px 14px); }
.line-a { top: 150px; transform: rotate(-4deg); }
.line-b { bottom: 96px; transform: rotate(5deg); }
.water-stain { position: absolute; border: 1px solid rgba(127,231,209,0.44); border-radius: 50%; }
.stain-a { width: 118px; height: 74px; right: 62px; top: 44px; transform: rotate(18deg); }
.stain-b { width: 150px; height: 98px; left: 72px; bottom: 46px; transform: rotate(-12deg); }
.coral-cake { position: absolute; width: 48px; height: 34px; border-radius: 50% 50% 12px 12px; background: linear-gradient(180deg, var(--foam), var(--coral)); box-shadow: inset 0 9px 0 rgba(255,243,216,0.46); }
.mini-cake-a { right: 74px; bottom: 80px; }
.mini-cake-b { left: 104px; top: 206px; transform: scale(0.72) rotate(-8deg); }

.cream-meadow { background: radial-gradient(circle at 24% 50%, rgba(184,167,255,0.18), transparent 28rem); }
.soda-glass { grid-column: 2 / 7; width: 260px; height: 500px; }
.glass-rim { position: absolute; top: 24px; left: 24px; width: 210px; height: 58px; border-radius: 50%; border: 3px solid rgba(7,91,90,0.42); background: rgba(255,255,255,0.3); z-index: 2; }
.soda-body { position: absolute; top: 52px; left: 42px; width: 174px; height: 370px; border-radius: 18px 18px 46px 46px; background: linear-gradient(180deg, rgba(255,243,216,0.52), rgba(127,231,209,0.42) 40%, rgba(255,214,220,0.46)); border: 2px solid rgba(7,91,90,0.32); overflow: hidden; box-shadow: inset 24px 0 22px rgba(255,255,255,0.34), 0 28px 60px rgba(7,91,90,0.18); }
.algae-layer { position: absolute; left: -20px; width: 220px; height: 70px; border-radius: 50%; background: rgba(7,91,90,0.28); animation: waveLayer 7s ease-in-out infinite alternate; }
.layer-one { bottom: 78px; }
.layer-two { bottom: 28px; background: rgba(127,231,209,0.46); animation-delay: -3s; }
.flower { position: absolute; width: 24px; height: 24px; border-radius: 50%; background: radial-gradient(circle, var(--vanilla) 0 24%, var(--coral) 25% 38%, transparent 39%); animation: flowerFloat 8s ease-in-out infinite; }
.flower-a { left: 40px; top: 110px; }.flower-b { right: 32px; top: 180px; animation-delay: -2s; }.flower-c { left: 72px; bottom: 126px; animation-delay: -5s; }
.soda-bubble { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,0.82); animation: bubbleIdle 5s ease-in-out infinite; }
.bubble-a { width: 20px; height: 20px; left: 46px; top: 66px; }.bubble-b { width: 13px; height: 13px; right: 45px; top: 118px; animation-delay: -2s; }.bubble-c { width: 28px; height: 28px; left: 78px; top: 238px; animation-delay: -4s; }
.chrome-spoon { position: absolute; right: 6px; top: 38px; width: 17px; height: 380px; border-radius: 999px; background: linear-gradient(90deg, #ddefff, var(--lilac), #ffffff, #89cbc2); transform: rotate(9deg); box-shadow: 0 10px 24px rgba(7,91,90,0.18); }

.pearl-counter { background: radial-gradient(circle at 72% 52%, rgba(255,111,97,0.14), transparent 26rem); }
.pearl-board { grid-column: 6 / 12; width: min(45vw, 620px); height: 340px; align-self: end; margin-bottom: 12vh; }
.counter-slab { position: absolute; inset: 105px 0 80px; border-radius: 999px; background: linear-gradient(90deg, rgba(255,243,216,0.2), rgba(127,231,209,0.45), rgba(255,214,220,0.24)); border: 1px solid rgba(7,91,90,0.2); box-shadow: inset 0 18px 28px rgba(255,255,255,0.38), 0 30px 70px rgba(7,91,90,0.14); }
.measurement-ticks { position: absolute; inset: 76px 42px auto; height: 46px; display: flex; justify-content: space-between; align-items: end; }
.measurement-ticks i { width: 1px; height: 30px; background: rgba(7,91,90,0.38); }
.measurement-ticks i:nth-child(even) { height: 18px; background: rgba(255,111,97,0.46); }
.pearl { position: absolute; border-radius: 50%; background: radial-gradient(circle at 30% 24%, #fff, var(--foam) 38%, var(--lilac)); box-shadow: 0 12px 22px rgba(184,167,255,0.28); animation: pearlFloat 6s ease-in-out infinite; }
.p1 { width: 28px; height: 28px; left: 56px; top: 126px; }.p2 { width: 42px; height: 42px; left: 145px; top: 102px; animation-delay: -1s; }.p3 { width: 58px; height: 58px; left: 252px; top: 78px; animation-delay: -2s; }.p4 { width: 42px; height: 42px; right: 188px; top: 103px; animation-delay: -3s; }.p5 { width: 29px; height: 29px; right: 106px; top: 128px; animation-delay: -4s; }.p6 { width: 18px; height: 18px; right: 44px; top: 144px; animation-delay: -5s; }

.coral-cabinet { background: radial-gradient(circle at 18% 75%, rgba(127,231,209,0.18), transparent 22rem); }
.cake-cabinet { grid-column: 2 / 7; width: min(42vw, 520px); height: 430px; }
.cabinet-frame { position: absolute; inset: 24px 0 12px; border-radius: 36px; border: 2px solid rgba(7,91,90,0.32); background: linear-gradient(135deg, rgba(255,255,255,0.36), rgba(127,231,209,0.16) 45%, rgba(184,167,255,0.18)); box-shadow: inset 0 0 50px rgba(255,255,255,0.4), 0 30px 80px rgba(7,91,90,0.16); overflow: hidden; }
.cabinet-sheen { position: absolute; inset: -40px auto auto 20px; width: 90px; height: 520px; background: rgba(255,255,255,0.42); transform: rotate(24deg); filter: blur(4px); }
.plinth { position: absolute; left: 95px; right: 95px; bottom: 92px; height: 54px; border-radius: 50%; background: rgba(127,231,209,0.34); border: 1px solid rgba(7,91,90,0.18); }
.roll-cake { position: absolute; left: 135px; right: 135px; bottom: 122px; height: 96px; border-radius: 48px 48px 28px 28px; background: linear-gradient(180deg, var(--foam), var(--coral)); box-shadow: inset 0 18px 0 rgba(255,243,216,0.54), 0 24px 34px rgba(255,111,97,0.22); }
.spiral { position: absolute; left: 24px; top: 28px; width: 42px; height: 42px; border-radius: 50%; border: 8px solid var(--vanilla); border-left-color: var(--coral); transform: rotate(-18deg); }
.syrup-line { position: absolute; top: 8px; width: 4px; height: 0; border-radius: 999px; background: var(--coral); animation: syrupDraw 4s ease-in-out infinite alternate; }
.syrup-a { left: 54%; }.syrup-b { right: 20%; animation-delay: -1.5s; }
.fork { position: absolute; right: 58px; bottom: 102px; width: 12px; height: 178px; border-radius: 999px; background: linear-gradient(90deg, #f9ffff, var(--lilac), #8fded1); transform: rotate(62deg); }
.fork::before { content: ""; position: absolute; left: -16px; top: -6px; width: 44px; height: 22px; border-top: 4px solid #f9ffff; border-bottom: 4px solid #f9ffff; }

.afterglow { min-height: 108vh; display: grid; place-items: center; background: radial-gradient(circle at 50% 50%, rgba(255,214,220,0.28), transparent 30rem); }
.afterglow-mark { position: absolute; bottom: 11vh; left: 50%; transform: translateX(-50%); font-family: var(--display); font-size: clamp(22px, 3vw, 46px); color: rgba(7,91,90,0.78); text-shadow: 0 0 22px rgba(127,231,209,0.75); }
.final-receipt { position: relative; grid-column: 5 / 9; width: min(92vw, 410px); padding: 42px 34px 50px; text-align: center; clip-path: polygon(0 0, 100% 0, 100% 93%, 94% 100%, 88% 93%, 82% 100%, 76% 93%, 70% 100%, 64% 93%, 58% 100%, 52% 93%, 46% 100%, 40% 93%, 34% 100%, 28% 93%, 22% 100%, 16% 93%, 10% 100%, 4% 93%, 0 100%); animation: receiptDrift 7s ease-in-out infinite; }
.final-receipt h2 { font-family: var(--romance); font-size: 38px; line-height: 1; margin: 0 0 18px; color: var(--leather); }
.final-receipt p:not(.scene-coordinate) { line-height: 1.7; margin: 0 0 20px; }
.final-receipt strong { font-family: var(--label); letter-spacing: 0.22em; text-transform: uppercase; color: var(--kelp); }
.receipt-clip { position: absolute; top: -14px; left: 50%; width: 76px; height: 24px; border-radius: 12px; transform: translateX(-50%); background: linear-gradient(90deg, var(--lilac), #f8ffff, var(--aqua)); box-shadow: 0 10px 20px rgba(7,91,90,0.16); }
.stamp { display: block; margin: 28px auto 0; width: fit-content; padding: 9px 14px; border: 2px solid var(--coral); border-radius: 50%; color: var(--coral); font-family: var(--label); letter-spacing: 0.12em; text-transform: uppercase; transform: rotate(-8deg); }

@keyframes causticDrift { from { transform: translate3d(0,0,0) rotate(0deg); } to { transform: translate3d(7vw,-4vh,0) rotate(9deg); } }
@keyframes bubbleIdle { 50% { transform: translateY(-16px) translateX(5px); opacity: 0.58; } }
@keyframes bubblePop { from { transform: translate(-50%, -50%) scale(0.2); opacity: 0.9; } to { transform: translate(calc(var(--x) - 50%), calc(var(--y) - 50%)) scale(1.18); opacity: 0; } }
@keyframes waveLayer { to { transform: translateX(18px) rotate(-3deg); } }
@keyframes flowerFloat { 50% { transform: translateY(-24px) rotate(18deg); } }
@keyframes pearlFloat { 50% { transform: translateY(-18px); } }
@keyframes syrupDraw { to { height: 78px; } }
@keyframes receiptDrift { 50% { transform: translateY(-18px) rotate(1.5deg); } }

@media (max-width: 820px) {
  .scene { grid-template-columns: 1fr; padding: 72px 28px; min-height: 100vh; }
  .tide-markers { right: 12px; }
  .low-tide > .scene-coordinate, .tide-pool-sign, .intro-receipt, .left-copy, .right-copy, .top-copy, .cabinet-copy, .leather-book, .soda-glass, .pearl-board, .cake-cabinet, .final-receipt { grid-column: 1; }
  .reflected-word { font-size: clamp(34px, 12vw, 62px); }
  .intro-receipt { width: 240px; margin: 4vh 0 14vh auto; }
  .chapter-copy { max-width: 82vw; align-self: start; }
  .leather-book, .cake-cabinet { width: 86vw; margin-top: 7vh; }
  .soda-glass { margin: 2vh auto 8vh; }
  .right-copy { grid-row: 1; }
  .pearl-board { width: 88vw; margin-top: 10vh; }
  .cabinet-copy { margin: 0; }
  .coral-bell { right: 18vw; }
}
