.catalog-section {
  margin-bottom: clamp(150px, 18vw, 280px);
  scroll-margin-top: 92px;
}

.catalog-section:last-child { margin-bottom: 0; }

.catalog-head {
  display: grid;
  grid-template-columns: .55fr 1.9fr .75fr;
  gap: clamp(24px, 4vw, 64px);
  align-items: end;
  margin-bottom: clamp(72px, 9vw, 140px);
  padding-top: 34px;
  border-top: 1px solid var(--line);
}

.catalog-head p,
.catalog-head small {
  margin: 0;
  color: #74747c;
  font: 600 10px/1.6 ui-monospace, "SFMono-Regular", Menlo, monospace;
  letter-spacing: .1em;
}

.catalog-head h2 {
  margin: 0;
  font-size: clamp(42px, 5vw, 76px);
  line-height: .98;
  letter-spacing: -.058em;
  font-weight: 650;
}

.catalog-head h2 span { color: #5f5f67; }
.catalog-head small { line-height: 1.8; letter-spacing: 0; }
.catalog-memory-link { justify-self: end; display: grid; grid-template-columns: max-content auto; grid-template-rows: auto auto; column-gap: 12px; row-gap: 6px; align-items: center; align-content: center; justify-content: start; width: max-content; min-width: 0; padding: 17px 20px; border: 1px solid var(--line); border-radius: 999px; transition: color .25s, border-color .25s, background .25s; }
.catalog-memory-link span { grid-column: 1; color: #696970; font: 600 8px/1 ui-monospace, monospace; letter-spacing: .12em; text-align: left; }
.catalog-memory-link strong { grid-column: 1; font-size: 12px; text-align: left; }
.catalog-memory-link i { grid-column: 2; grid-row: 1 / span 2; justify-self: end; color: var(--green); font-style: normal; font-size: 18px; transition: transform .25s; }
.catalog-memory-link:hover { color: #08080a; border-color: var(--green); background: var(--green); }
.catalog-memory-link:hover span, .catalog-memory-link:hover i { color: #08080a; }
.catalog-memory-link:hover i { transform: translateX(4px); }
.catalog-section .project:last-child { margin-bottom: 0; }

.experiment-art {
  isolation: isolate;
  display: block;
  padding: clamp(28px, 5vw, 72px);
  background:
    radial-gradient(rgba(38, 32, 26, .15) .8px, transparent .9px),
    #fff4dd;
  background-size: 12px 12px;
  border: 2px solid #26201a;
  border-radius: 14px;
  box-shadow: 7px 7px 0 #26201a;
}

.experiment-art::before {
  content: "";
  position: absolute;
  width: 24%;
  aspect-ratio: 1;
  right: 8%;
  top: 8%;
  border: 2px solid #26201a;
  border-radius: 50%;
  background: #ffb9cc;
  box-shadow: 4px 4px 0 #26201a;
}

.experiment-art::after { display: none; }

.experiment-label {
  position: absolute;
  z-index: 5;
  top: clamp(28px, 5vw, 70px);
  left: clamp(28px, 5vw, 72px);
  color: #26201a;
  font: 800 10px/1 ui-monospace, monospace;
  letter-spacing: .13em;
}

.experiment-sticker {
  position: absolute;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(18px, 3vw, 36px);
  border: 2px solid #26201a;
  border-radius: 14px;
  color: #26201a;
  box-shadow: 6px 6px 0 #26201a;
  transition: transform .35s cubic-bezier(.2,.8,.2,1);
}
.experiment-sticker b { font-size: clamp(44px, 8vw, 118px); line-height: .8; letter-spacing: -.08em; }
.experiment-sticker small { font-weight: 850; font-size: clamp(11px, 1.2vw, 16px); }
.experiment-sticker-food { left: 8%; bottom: 9%; width: 36%; height: 55%; background: #ffd84d; transform: rotate(-6deg); }
.experiment-sticker-mood { right: 9%; bottom: 13%; width: 43%; height: 54%; background: #a5dcff; transform: rotate(4deg); }
.experiment-sticker-mood i { width: 42%; aspect-ratio: 1; border-radius: 48% 52% 61% 39%; background: #ff5c2b; }
.experiment-sticker-mood b { font-size: clamp(32px, 6vw, 78px); }
.experiment-sticker-scale { left: 36%; top: 17%; width: 29%; height: 31%; flex-direction: row; align-items: center; background: #aee7ca; transform: rotate(-2deg); }
.experiment-sticker-scale b { font-size: clamp(24px, 4vw, 48px); }
.experiment-sticker-scale em { width: 32%; height: 5px; background: #26201a; transform: rotate(-7deg); }
.experiment-sticker-scale small { position: absolute; left: 16px; bottom: 12px; }
.experiment-art:hover .experiment-sticker-food { transform: rotate(-8deg) translate(-5px,-4px); }
.experiment-art:hover .experiment-sticker-mood { transform: rotate(6deg) translate(5px,-4px); }
.experiment-art:hover .experiment-sticker-scale { transform: rotate(0) translateY(-5px); }
.experiment-art .open-mark {
  color: #26201a;
  border-color: #26201a;
  background: #fffdf7;
  box-shadow: 3px 3px 0 #26201a;
}

@media (max-width: 1000px) {
  .catalog-head { grid-template-columns: 1fr 2fr; }
  .catalog-head small { grid-column: 2; max-width: 540px; }
  .catalog-memory-link { grid-column: 2; justify-self: start; }
}

@media (max-width: 680px) {
  .catalog-section { margin-bottom: 140px; }
  .catalog-head { grid-template-columns: 1fr; margin-bottom: 64px; }
  .catalog-head small { grid-column: auto; }
  .catalog-head h2 { font-size: 44px; }
  .catalog-memory-link { grid-column: auto; grid-template-columns: minmax(0, 1fr) auto; justify-self: stretch; width: 100%; }
  .experiment-sticker-food { width: 41%; }
  .experiment-sticker-mood { width: 47%; right: 5%; }
  .experiment-sticker-scale { left: 31%; width: 36%; }
}

/* Home Bar · Experiments 03-2 */
.project-homebar .project-visual {
  min-height: clamp(360px, 42vw, 640px);
}

.homebar-art {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 57% 50%, rgba(218, 95, 45, .24), transparent 26%),
    linear-gradient(135deg, #17110d, #070707 72%);
}

.homebar-art::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .52;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(120deg, #000, transparent 82%);
}

.homebar-art::after {
  content: "";
  position: absolute;
  right: 12%;
  bottom: -13%;
  width: 47%;
  aspect-ratio: 1;
  border: 1px solid rgba(232, 120, 69, .18);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(232, 120, 69, .025), 0 0 90px rgba(197, 72, 30, .15);
}

.homebar-label {
  position: absolute;
  z-index: 5;
  top: clamp(24px, 4vw, 52px);
  left: clamp(24px, 4vw, 58px);
  color: #e98a5a;
  font: 700 9px/1 ui-monospace, "SFMono-Regular", Menlo, monospace;
  letter-spacing: .14em;
}

.homebar-bottle {
  position: absolute;
  z-index: 2;
  right: 56%;
  bottom: 14%;
  width: clamp(72px, 9vw, 130px);
  height: clamp(210px, 27vw, 390px);
  border: 2px solid rgba(241, 223, 202, .72);
  border-radius: 18px 18px 29px 29px;
  background: linear-gradient(90deg, rgba(255,255,255,.03), rgba(210,94,43,.22), rgba(255,255,255,.035));
  box-shadow: inset 0 0 40px rgba(232, 120, 69, .09), 0 40px 70px rgba(0,0,0,.34);
  transform: rotate(-5deg);
}

.homebar-bottle::before {
  content: "";
  position: absolute;
  top: -27%;
  left: 28%;
  width: 44%;
  height: 30%;
  border: 2px solid rgba(241, 223, 202, .72);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: #17110d;
}

.homebar-bottle i {
  position: absolute;
  inset: 39% 13% 20%;
  border: 1px solid rgba(238,230,216,.36);
  background: rgba(7,7,7,.48);
}

.homebar-bottle b {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  color: #f0e6d8;
  font: 500 clamp(22px, 3vw, 44px)/1 Georgia, serif;
  transform: translate(-50%, -50%);
}

.homebar-glass {
  position: absolute;
  z-index: 3;
  right: 24%;
  bottom: 12%;
  width: clamp(180px, 24vw, 350px);
  height: clamp(180px, 24vw, 350px);
  border: 2px solid rgba(241, 223, 202, .75);
  border-top-width: 3px;
  border-radius: 10px 10px 38% 38%;
  background: linear-gradient(to top, rgba(173,65,27,.96) 0 53%, rgba(236,127,69,.68) 54% 66%, transparent 67%);
  box-shadow: inset 0 -38px 70px rgba(51,15,7,.34), 0 50px 90px rgba(0,0,0,.52);
  transform: perspective(700px) rotateY(-7deg);
}

.homebar-glass i,
.homebar-glass b {
  position: absolute;
  top: 21%;
  width: 34%;
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 10px;
  background: rgba(247, 225, 198, .1);
  transform: rotate(12deg);
}

.homebar-glass i { left: 13%; }
.homebar-glass b { right: 14%; transform: rotate(-9deg); }

.homebar-citrus {
  position: absolute;
  z-index: 5;
  right: 14%;
  top: 19%;
  width: clamp(88px, 12vw, 170px);
  aspect-ratio: 1;
  border: 5px solid #d77b3e;
  border-radius: 50%;
  background: #d89351;
  box-shadow: inset 0 0 0 7px #f0b46d, 0 20px 44px rgba(0,0,0,.4);
  transform: rotate(14deg);
}

.homebar-citrus::before,
.homebar-citrus::after,
.homebar-citrus i {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76%;
  height: 1px;
  background: rgba(255,235,194,.8);
  transform: translate(-50%, -50%);
}

.homebar-citrus::after { transform: translate(-50%, -50%) rotate(90deg); }
.homebar-citrus i:nth-child(1) { transform: translate(-50%, -50%) rotate(45deg); }
.homebar-citrus i:nth-child(2) { transform: translate(-50%, -50%) rotate(-45deg); }

.homebar-word {
  position: absolute;
  z-index: 2;
  left: clamp(24px, 5vw, 74px);
  bottom: clamp(24px, 5vw, 70px);
  color: rgba(238,230,216,.86);
  font-size: clamp(46px, 8vw, 118px);
  font-weight: 760;
  line-height: .76;
  letter-spacing: -.075em;
}

@media (max-width: 680px) {
  .homebar-word { font-size: clamp(40px, 14vw, 74px); }
  .homebar-bottle { right: 54%; bottom: 10%; }
  .homebar-glass { right: 12%; bottom: 8%; }
  .homebar-citrus { right: 8%; top: 18%; }
}
