:root {
  --ink: #24211f;
  --muted: #766b61;
  --paper: #fffaf4;
  --cream: #f7ead8;
  --leaf: #315f4b;
  --leaf-deep: #1f4536;
  --berry: #b94f42;
  --gold: #d6a550;
  --mustard: #eabc45;
  --mint: #b9d7bd;
  --line: rgba(36, 33, 31, 0.14);
  --shadow: 0 24px 70px rgba(36, 33, 31, 0.16);
  font-family:
    ui-rounded,
    Pretendard,
    "Apple SD Gothic Neo",
    "Noto Sans KR",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

body.intro-lock {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 18px clamp(18px, 4vw, 54px);
  color: #fff;
  transition:
    background 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease,
    padding 180ms ease;
}

.site-header.is-scrolled {
  padding-block: 12px;
  color: var(--ink);
  background: rgba(255, 250, 244, 0.92);
  box-shadow: 0 12px 34px rgba(36, 33, 31, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 160px;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 50%;
  background: #f2ead9;
}

.site-header.is-scrolled .brand-mark {
  border-color: rgba(36, 33, 31, 0.18);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 43%;
  transform: scale(1.34);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 18px;
  font-weight: 800;
}

.brand small {
  margin-top: 2px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0;
  opacity: 0.72;
}

.nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 15px;
  font-weight: 700;
}

.nav a {
  opacity: 0.86;
}

.nav a:hover {
  opacity: 1;
}

.header-cta,
.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  border-radius: 999px;
  font-weight: 800;
  white-space: nowrap;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.header-cta:hover,
.primary-button:hover,
.secondary-button:hover {
  transform: translateY(-2px);
}

.header-cta {
  padding: 0 18px;
  border: 1px solid currentColor;
  font-size: 14px;
}

.header-cta svg,
.primary-button svg,
.guide-panel svg,
.promise-item svg {
  width: 18px;
  height: 18px;
}

.hero {
  position: relative;
  min-height: 90vh;
  display: grid;
  align-items: end;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(22, 26, 20, 0.72), rgba(22, 26, 20, 0.22) 54%, rgba(22, 26, 20, 0.1)),
    url("https://images.unsplash.com/photo-1747577672081-991640ad50ce?auto=format&fit=crop&w=1800&q=78")
      center 38% / cover;
  transform: scale(1.03);
  animation: heroDrift 18s ease-in-out infinite alternate;
}

.hero-overlay {
  position: absolute;
  inset: auto 0 0;
  height: 18%;
  background: linear-gradient(transparent, rgba(255, 250, 244, 0.78));
}

.hero-play {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
}

.hero-sticker {
  position: absolute;
  right: clamp(28px, 6vw, 88px);
  bottom: clamp(130px, 20vh, 230px);
  display: grid;
  place-items: center;
  width: clamp(118px, 13vw, 178px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 50%;
  background: rgba(255, 250, 244, 0.76);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
  transform: rotate(8deg);
  backdrop-filter: blur(14px);
  animation: stickerBob 7s ease-in-out infinite;
}

.hero-sticker img {
  width: 78%;
  filter: drop-shadow(0 12px 20px rgba(36, 33, 31, 0.14));
}

.hero-sticker span {
  position: absolute;
  bottom: 14px;
  padding: 5px 10px;
  border-radius: 999px;
  color: #fff;
  background: var(--leaf);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.treat-chip {
  position: absolute;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  color: #fff;
  background: rgba(36, 33, 31, 0.22);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
}

.chip-one {
  right: 25%;
  top: 22%;
  transform: rotate(-7deg);
}

.chip-two {
  right: 8%;
  top: 44%;
  transform: rotate(6deg);
}

.chip-three {
  right: 20%;
  bottom: 17%;
  transform: rotate(-3deg);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 36px));
  margin: 0 0 clamp(70px, 10vh, 112px) clamp(18px, 7vw, 96px);
  color: #fff;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--berry);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #ffd992;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(45px, 6.4vw, 86px);
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
  word-break: keep-all;
}

h1 span {
  display: block;
}

.hero-copy {
  max-width: 920px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(17px, 1.55vw, 20px);
  line-height: 1.78;
  word-break: keep-all;
}

.hero-copy span {
  display: block;
  width: fit-content;
}

.hero-copy .mobile-copy {
  display: none;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.primary-button {
  padding: 0 23px;
  border: 1px solid var(--leaf);
  color: #fff;
  background: var(--leaf);
  box-shadow: 0 14px 34px rgba(31, 69, 54, 0.28);
}

.secondary-button {
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.secondary-button.dark {
  width: fit-content;
  border-color: var(--line);
  color: var(--ink);
  background: #fff;
}

.trust-strip {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 36px));
  margin: -42px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 244, 0.94);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.trust-strip div {
  padding: 24px;
  border-right: 1px solid var(--line);
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.trust-strip div:hover {
  background: rgba(255, 255, 255, 0.54);
  transform: translateY(-2px);
}

.trust-strip div:last-child {
  border-right: 0;
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  margin-bottom: 6px;
  font-size: 18px;
}

.trust-strip span {
  color: var(--muted);
  font-size: 14px;
}

.snack-ticker {
  overflow: hidden;
  margin-top: 28px;
  border-block: 1px solid rgba(36, 33, 31, 0.12);
  color: var(--ink);
  background: #fff4df;
}

.snack-ticker div {
  display: flex;
  width: max-content;
  gap: 14px;
  padding: 13px 14px;
  animation: tickerMove 28s linear infinite;
}

.snack-ticker span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 15px;
  border: 1px solid rgba(36, 33, 31, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.section {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(78px, 11vw, 132px) 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading.inline {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

h3 {
  margin-bottom: 9px;
  font-size: 21px;
  line-height: 1.25;
}

.promise-grid,
.guide-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.promise-item,
.guide-panel {
  position: relative;
  min-height: 214px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.promise-label {
  position: absolute;
  top: 22px;
  right: 22px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(36, 33, 31, 0.12);
  border-radius: 50%;
  color: var(--berry);
  background: #fff7e9;
  font-size: 12px;
  font-weight: 900;
}

.promise-item:hover,
.guide-panel:hover {
  transform: translateY(-6px);
  border-color: rgba(49, 95, 75, 0.2);
  box-shadow: 0 22px 46px rgba(36, 33, 31, 0.1);
}

.promise-item svg,
.guide-panel svg {
  width: 30px;
  height: 30px;
  margin-bottom: 34px;
  color: var(--leaf);
}

.promise-item p,
.guide-panel p,
.story-copy p,
.store-cta p,
.footer p {
  color: var(--muted);
  line-height: 1.75;
}

.text-link {
  padding-bottom: 5px;
  border-bottom: 2px solid var(--berry);
  color: var(--berry);
  font-weight: 900;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.product-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--cream);
  box-shadow: 0 18px 50px rgba(36, 33, 31, 0.1);
  transform: translateZ(0);
  transition:
    transform 260ms ease,
    box-shadow 260ms ease;
}

.product-card::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 6px;
  pointer-events: none;
}

.product-stamp {
  position: absolute;
  z-index: 2;
  top: 24px;
  right: 22px;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(36, 33, 31, 0.12);
  border-radius: 999px;
  color: var(--ink);
  background: #fffaf4;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  transform: rotate(5deg);
}

.product-chew .product-stamp {
  background: var(--mint);
  transform: rotate(-5deg);
}

.product-bakery .product-stamp {
  background: #ffdca8;
  transform: rotate(4deg);
}

.product-card img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  transition: transform 700ms ease;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 70px rgba(36, 33, 31, 0.16);
}

.product-card:hover img {
  transform: scale(1.045);
}

.product-card::after {
  content: "";
  position: absolute;
  inset: 42% 0 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.72));
}

.product-card div {
  position: absolute;
  z-index: 1;
  left: 24px;
  right: 24px;
  bottom: 24px;
  color: #fff;
}

.product-card p {
  margin-bottom: 8px;
  color: #ffd992;
  font-size: 12px;
  font-weight: 900;
}

.product-card span {
  color: rgba(255, 255, 255, 0.78);
}

.story-band {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  min-height: 720px;
  background: #f1e7d5;
}

.story-image {
  position: relative;
  display: grid;
  place-items: center;
  padding: clamp(28px, 5vw, 64px);
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0) 54%),
    #efe5d2;
}

.story-ticket {
  position: absolute;
  right: clamp(18px, 4vw, 54px);
  bottom: clamp(18px, 4vw, 48px);
  padding: 14px 16px;
  border: 1px solid rgba(36, 33, 31, 0.14);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 250, 244, 0.78);
  box-shadow: 0 18px 42px rgba(36, 33, 31, 0.12);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
  transform: rotate(-3deg);
  backdrop-filter: blur(12px);
}

.story-image img {
  width: min(78%, 560px);
  filter: drop-shadow(0 26px 45px rgba(36, 33, 31, 0.14));
  animation: logoFloat 6s ease-in-out infinite;
}

.story-copy {
  align-self: center;
  padding: clamp(42px, 7vw, 88px);
}

.story-copy h2 {
  margin-bottom: 24px;
  max-width: 690px;
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.12;
}

.story-copy h2 span {
  display: inline-block;
}

.story-text {
  display: grid;
  gap: 14px;
  max-width: 600px;
  margin-bottom: 30px;
}

.story-copy p {
  margin-bottom: 0;
  font-size: 17px;
}

.guide {
  padding-bottom: clamp(72px, 10vw, 116px);
}

.store-cta {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto clamp(72px, 10vw, 120px);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 30px;
  padding: clamp(34px, 6vw, 58px);
  border-radius: 8px;
  color: #fff;
  background: var(--leaf-deep);
}

.store-cta .eyebrow {
  color: #ffd992;
}

.store-cta h2 {
  margin-bottom: 16px;
  font-size: clamp(30px, 4.5vw, 52px);
}

.store-cta p {
  max-width: 680px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
}

.store-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.primary-button.light {
  border-color: #fff;
  color: var(--leaf-deep);
  background: #fff;
  box-shadow: none;
}

.store-instagram {
  border-color: rgba(255, 255, 255, 0.34);
  color: #fff;
  background: transparent;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes heroDrift {
  from {
    transform: scale(1.03) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.08) translate3d(-1.2%, -0.8%, 0);
  }
}

@keyframes logoFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes stickerBob {
  0%,
  100% {
    transform: translateY(0) rotate(8deg);
  }

  50% {
    transform: translateY(-12px) rotate(4deg);
  }
}

@keyframes tickerMove {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  padding: 42px clamp(18px, 4vw, 54px);
  border-top: 1px solid var(--line);
  background: #fff;
}

.footer strong {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}

.footer p {
  margin-bottom: 4px;
}

.footer a {
  display: block;
  margin-bottom: 10px;
  color: var(--leaf);
  font-weight: 900;
  text-align: right;
}

@media (max-width: 880px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    display: none;
  }

  .hero {
    min-height: 86vh;
  }

  .hero-content {
    margin-left: 18px;
  }

  .trust-strip,
  .promise-grid,
  .product-grid,
  .guide-layout,
  .story-band,
  .store-cta {
    grid-template-columns: 1fr;
  }

  .store-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .trust-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-strip div:last-child {
    border-bottom: 0;
  }

  .section-heading.inline {
    align-items: start;
    flex-direction: column;
  }

  .product-card,
  .product-card img {
    min-height: 420px;
  }

  .story-band {
    min-height: auto;
  }

  .story-image {
    min-height: 430px;
  }

  .footer {
    flex-direction: column;
  }

  .footer a {
    text-align: left;
  }
}

@media (max-width: 560px) {
  .site-header {
    gap: 12px;
    padding: 13px 14px;
    background: linear-gradient(rgba(20, 24, 18, 0.42), rgba(20, 24, 18, 0));
  }

  .brand {
    min-width: auto;
    gap: 9px;
  }

  .brand small {
    display: none;
  }

  .brand strong {
    font-size: 16px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  }

  .header-cta {
    width: 42px;
    min-height: 42px;
    padding: 0;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(16px);
  }

  .header-cta span,
  .header-cta {
    font-size: 0;
  }

  .header-cta svg {
    width: 18px;
    height: 18px;
  }

  .hero {
    min-height: 100svh;
  }

  .hero-media {
    background:
      linear-gradient(180deg, rgba(13, 16, 12, 0.18), rgba(13, 16, 12, 0.28) 34%, rgba(13, 16, 12, 0.82)),
      linear-gradient(90deg, rgba(22, 26, 20, 0.62), rgba(22, 26, 20, 0.08) 72%),
      url("https://images.unsplash.com/photo-1747577672081-991640ad50ce?auto=format&fit=crop&w=1300&q=80")
        67% center / cover;
  }

  .hero-overlay {
    height: 14%;
    background: linear-gradient(transparent, rgba(255, 250, 244, 0.9));
  }

  .hero-play {
    display: block;
  }

  .hero-sticker,
  .chip-three {
    display: none;
  }

  .treat-chip {
    min-height: 32px;
    padding: 0 12px;
    border-color: rgba(255, 255, 255, 0.32);
    font-size: 11px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
  }

  .chip-one {
    top: 392px;
    right: 17px;
    bottom: auto;
    transform: rotate(5deg);
  }

  .chip-two {
    top: 426px;
    right: auto;
    left: 17px;
    bottom: auto;
    transform: rotate(-4deg);
  }

  .hero-content {
    width: calc(100% - 34px);
    margin: 0 17px 88px;
  }

  .eyebrow {
    margin-bottom: 12px;
    font-size: 11px;
  }

  h1 {
    max-width: 330px;
    margin-bottom: 16px;
    font-size: clamp(37px, 11.2vw, 44px);
    line-height: 1.08;
  }

  h1 span {
    display: block;
  }

  .hero-copy {
    max-width: 330px;
    margin-bottom: 22px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 14.5px;
    line-height: 1.68;
  }

  .hero-copy span {
    width: auto;
  }

  .hero-copy .desktop-copy {
    display: none;
  }

  .hero-copy .mobile-copy {
    display: block;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    max-width: 300px;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
    min-height: 50px;
    font-size: 15px;
  }

  .trust-strip {
    width: calc(100% - 24px);
    margin-top: -50px;
    grid-template-columns: repeat(2, 1fr);
    border-color: rgba(214, 165, 80, 0.24);
    background: rgba(255, 250, 244, 0.88);
    box-shadow: 0 22px 54px rgba(36, 33, 31, 0.16);
  }

  .snack-ticker {
    margin-top: 22px;
  }

  .snack-ticker div {
    padding-block: 11px;
    animation-duration: 22s;
  }

  .snack-ticker span {
    min-height: 31px;
    padding-inline: 13px;
    font-size: 12px;
  }

  .trust-strip div {
    min-height: 92px;
    padding: 18px 16px;
  }

  .trust-strip div:nth-child(2) {
    border-bottom: 1px solid var(--line);
  }

  .trust-strip strong {
    font-size: 16px;
    line-height: 1.2;
  }

  .trust-strip span {
    font-size: 12px;
  }

  .section {
    width: calc(100% - 32px);
    padding: 76px 0;
  }

  .section-heading {
    margin-bottom: 24px;
  }

  h2 {
    font-size: 34px;
    line-height: 1.12;
  }

  .promise-item,
  .guide-panel {
    min-height: auto;
    padding: 24px;
    box-shadow: 0 16px 38px rgba(36, 33, 31, 0.07);
  }

  .product-grid {
    gap: 14px;
  }

  .product-card,
  .product-card img {
    min-height: 480px;
  }

  .product-card div {
    left: 22px;
    right: 22px;
    bottom: 22px;
  }

  .product-stamp {
    top: 22px;
    right: 18px;
    min-height: 38px;
    font-size: 11px;
  }

  .story-image {
    min-height: 390px;
    padding: 34px 20px;
  }

  .story-image img {
    width: min(86%, 380px);
  }

  .story-ticket {
    right: 16px;
    bottom: 16px;
    padding: 11px 12px;
    font-size: 10px;
  }

  .story-copy {
    padding: 42px 24px 54px;
  }

  .story-copy h2 {
    font-size: 34px;
  }

  .story-copy h2 span {
    display: inline;
  }

  .story-text {
    gap: 12px;
  }

  .story-copy p {
    font-size: 15px;
  }

  .store-actions {
    flex-direction: column;
  }

  .store-cta {
    width: calc(100% - 32px);
    margin-bottom: 74px;
    padding: 30px 24px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
      var(--leaf-deep);
    box-shadow: 0 28px 60px rgba(31, 69, 54, 0.18);
  }

  .store-cta h2 {
    font-size: 31px;
  }

  .footer {
    padding: 34px 20px;
  }
}

/* Brand book renewal */
.brand-book {
  background:
    linear-gradient(90deg, rgba(36, 33, 31, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(36, 33, 31, 0.045) 1px, transparent 1px),
    #fff8ec;
  background-size: 54px 54px;
}

.brand-book .eyebrow {
  color: var(--leaf-deep);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.poster-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  min-height: 100svh;
  padding: clamp(112px, 12vw, 164px) clamp(18px, 5vw, 74px) clamp(46px, 7vw, 86px);
  overflow: hidden;
  color: var(--ink);
}

.poster-hero::before {
  content: "YONY GANSIK";
  position: absolute;
  top: 88px;
  left: -10px;
  color: rgba(36, 33, 31, 0.055);
  font-size: clamp(72px, 16vw, 230px);
  font-weight: 950;
  line-height: 0.8;
  pointer-events: none;
  white-space: nowrap;
}

.poster-hero::after {
  content: "";
  position: absolute;
  right: clamp(16px, 5vw, 80px);
  bottom: clamp(20px, 5vw, 70px);
  width: min(42vw, 560px);
  height: 22px;
  border-radius: 999px;
  background: rgba(36, 33, 31, 0.09);
  filter: blur(11px);
}

.poster-copy {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.poster-copy h1 {
  max-width: 880px;
  margin: 0 0 26px;
  font-size: clamp(58px, 8.6vw, 148px);
  font-weight: 950;
  line-height: 0.9;
  letter-spacing: 0;
}

.poster-copy h1 span {
  display: block;
}

.poster-copy h1 span:nth-child(2) {
  color: var(--leaf-deep);
}

.poster-copy h1 span:nth-child(3) {
  display: inline-block;
  padding: 0 0.06em 0.08em;
  background: var(--mustard);
  box-shadow: 9px 9px 0 var(--ink);
  transform: rotate(-1.4deg);
}

.poster-copy p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  color: #514840;
  font-size: clamp(18px, 1.5vw, 25px);
  font-weight: 750;
  line-height: 1.75;
}

.hero-line {
  display: block;
  max-width: 100%;
  white-space: normal;
}

.story-line {
  display: block;
}

.poster-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.poster-board {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: clamp(470px, 48vw, 720px);
  border: 3px solid var(--ink);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 42%, rgba(234, 188, 69, 0.55), transparent 33%),
    linear-gradient(135deg, #fff4d7 0%, #f1d48b 100%);
  box-shadow:
    18px 18px 0 var(--ink),
    0 42px 90px rgba(36, 33, 31, 0.2);
  transform: rotate(1.2deg);
}

.poster-board::before,
.poster-board::after {
  content: "";
  position: absolute;
  inset: 22px;
  border: 2px solid rgba(36, 33, 31, 0.15);
  pointer-events: none;
}

.poster-board::after {
  inset: auto 32px 34px auto;
  width: 112px;
  height: 112px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background:
    linear-gradient(transparent 44%, rgba(36, 33, 31, 0.18) 45% 55%, transparent 56%),
    linear-gradient(90deg, transparent 44%, rgba(36, 33, 31, 0.18) 45% 55%, transparent 56%);
  transform: rotate(11deg);
}

.poster-logo {
  width: min(78%, 530px);
  filter: drop-shadow(0 18px 24px rgba(36, 33, 31, 0.15));
  transform: rotate(-1.2deg);
}

.poster-note {
  position: absolute;
  z-index: 2;
  min-height: 42px;
  padding: 10px 16px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: #fffaf4;
  box-shadow: 5px 5px 0 var(--ink);
  font-size: clamp(13px, 1.2vw, 17px);
  font-weight: 950;
  white-space: nowrap;
}

.note-a {
  top: 34px;
  left: 28px;
  transform: rotate(-7deg);
}

.note-b {
  top: 78px;
  right: 18px;
  background: var(--leaf-deep);
  color: #fff;
  transform: rotate(8deg);
}

.note-c {
  left: 34px;
  bottom: 86px;
  background: #f7cfc6;
  transform: rotate(5deg);
}

.poster-bowl {
  position: absolute;
  right: 42px;
  bottom: 38px;
  width: 112px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 950;
  line-height: 0.88;
  text-align: center;
  transform: rotate(-9deg);
}

.moving-menu {
  overflow: hidden;
  border-block: 3px solid var(--ink);
  background: var(--leaf-deep);
  color: #fff8ec;
}

.moving-menu div {
  display: flex;
  width: max-content;
  gap: 14px;
  padding: 15px 0;
  animation: yonyTicker 24s linear infinite;
}

.moving-menu span {
  display: inline-flex;
  align-items: center;
  min-height: 39px;
  padding: 0 18px;
  border: 2px solid rgba(255, 248, 236, 0.72);
  border-radius: 999px;
  color: #fff8ec;
  font-size: clamp(15px, 1.6vw, 21px);
  font-weight: 950;
}

@keyframes yonyTicker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.bento {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr 0.85fr;
  gap: 16px;
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(70px, 9vw, 126px) 0;
}

.bento-card {
  min-height: 235px;
  padding: clamp(24px, 3vw, 38px);
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: #fffaf4;
  box-shadow: 8px 8px 0 rgba(36, 33, 31, 0.16);
}

.bento-card svg {
  width: 34px;
  height: 34px;
  margin-bottom: 22px;
  color: var(--leaf-deep);
}

.bento-card h3,
.bento-card p {
  margin: 0;
}

.bento-card h3 {
  font-size: clamp(24px, 1.85vw, 30px);
  line-height: 1.18;
  word-break: keep-all;
}

.bento-card p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 750;
  line-height: 1.65;
  word-break: keep-all;
}

.bento-large {
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 486px;
  background:
    linear-gradient(135deg, rgba(234, 188, 69, 0.3), transparent 42%),
    var(--ink);
  color: #fff8ec;
  box-shadow: 12px 12px 0 var(--mustard);
}

.bento-large > span {
  color: var(--mustard);
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
}

.bento-large h2 {
  margin: 18px 0 0;
  color: #fff8ec;
  font-size: clamp(38px, 4.55vw, 66px);
  line-height: 1.06;
  word-break: keep-all;
}

.bento-large h2 span,
.menu-poster h3 span,
.zine-copy h2 span,
.new-store h2 span {
  display: block;
}

.bento-large h2 span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-transform: none;
}

.bento-badge {
  display: grid;
  place-items: center;
  background: #f7cfc6;
  text-align: center;
  transform: rotate(1.5deg);
}

.bento-badge strong,
.bento-badge span {
  display: block;
}

.bento-badge strong {
  font-size: clamp(35px, 3.4vw, 52px);
  line-height: 1.05;
  word-break: keep-all;
}

.bento-badge span {
  margin-top: 12px;
  color: #5a3932;
  font-size: 17px;
  font-weight: 900;
}

.menu-posters {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(54px, 7vw, 98px) 0 clamp(80px, 10vw, 132px);
}

.menu-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: end;
  margin-bottom: 26px;
}

.menu-heading .eyebrow {
  grid-column: 1 / -1;
  margin: 0 0 -8px;
}

.menu-heading h2 {
  margin: 0;
  font-size: clamp(46px, 7vw, 102px);
  line-height: 0.9;
}

.menu-poster {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: end;
  min-height: clamp(260px, 29vw, 380px);
  margin-top: 18px;
  padding: clamp(24px, 4vw, 52px);
  overflow: hidden;
  border: 3px solid var(--ink);
  border-radius: 8px;
  box-shadow: 10px 10px 0 rgba(36, 33, 31, 0.16);
}

.menu-poster::before {
  content: "";
  position: absolute;
  inset: auto -10% -45% auto;
  width: min(52vw, 560px);
  aspect-ratio: 1;
  border: 3px solid rgba(36, 33, 31, 0.22);
  border-radius: 50%;
}

.menu-poster h3,
.menu-poster p,
.menu-poster strong,
.poster-index {
  position: relative;
  z-index: 1;
}

.menu-poster h3 {
  max-width: 780px;
  margin: 10px 0 14px;
  font-size: clamp(52px, 6.7vw, 96px);
  font-weight: 950;
  line-height: 0.98;
  letter-spacing: 0;
  word-break: keep-all;
}

.menu-poster p {
  max-width: 620px;
  margin: 0;
  font-size: clamp(17px, 1.45vw, 21px);
  font-weight: 800;
  line-height: 1.55;
  word-break: keep-all;
}

.menu-poster strong {
  writing-mode: vertical-rl;
  color: rgba(36, 33, 31, 0.28);
  font-size: clamp(40px, 5vw, 76px);
  line-height: 0.85;
}

.poster-index {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: #fffaf4;
  font-weight: 950;
}

.poster-one {
  background: #eabc45;
  transform: rotate(-0.6deg);
}

.poster-two {
  background: #b9d7bd;
  transform: rotate(0.5deg);
}

.poster-three {
  background: #f7cfc6;
  transform: rotate(-0.2deg);
}

.story-zine {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto clamp(78px, 10vw, 134px);
  border: 3px solid var(--ink);
  border-radius: 8px;
  overflow: hidden;
  background: #fffaf4;
  box-shadow: 14px 14px 0 var(--leaf-deep);
}

.zine-image {
  display: grid;
  place-items: center;
  min-height: 520px;
  background:
    radial-gradient(circle at center, rgba(234, 188, 69, 0.48), transparent 38%),
    #f8eedb;
  border-right: 3px solid var(--ink);
}

.zine-image img {
  width: min(78%, 470px);
}

.zine-copy {
  padding: clamp(34px, 6vw, 76px);
}

.zine-copy h2 {
  margin: 0 0 24px;
  font-size: clamp(42px, 4.5vw, 68px);
  line-height: 1.05;
  word-break: keep-all;
}

.zine-copy p:not(.eyebrow) {
  margin: 0;
  color: #514840;
  font-size: clamp(18px, 1.45vw, 22px);
  font-weight: 750;
  line-height: 1.75;
  word-break: keep-all;
}

.zine-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.zine-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 15px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--mustard);
  font-weight: 950;
}

.care-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: center;
  padding: clamp(34px, 6vw, 62px) clamp(18px, 5vw, 74px);
  border-block: 3px solid var(--ink);
  background: var(--ink);
  color: #fff8ec;
}

.care-strip h2 {
  justify-self: end;
  width: min(100%, 560px);
  margin: 0;
  color: #fff8ec;
  font-size: clamp(36px, 4.8vw, 70px);
  line-height: 0.95;
  text-align: right;
}

.care-strip h2 span {
  display: block;
}

.care-strip div {
  width: min(100%, 720px);
  display: grid;
  gap: 12px;
}

.care-strip p {
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 248, 236, 0.24);
  color: rgba(255, 248, 236, 0.82);
  font-size: clamp(16px, 1.6vw, 22px);
  line-height: 1.55;
}

.care-strip strong {
  color: var(--mustard);
}

.new-store {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  width: min(1180px, calc(100% - 36px));
  margin: clamp(74px, 10vw, 132px) auto;
  padding: clamp(30px, 6vw, 64px);
  border: 3px solid var(--ink);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent 45%),
    var(--leaf-deep);
  color: #fff8ec;
  box-shadow: 14px 14px 0 var(--mustard);
}

.new-store h2 {
  margin: 0 0 16px;
  color: #fff8ec;
  font-size: clamp(38px, 4.6vw, 66px);
  line-height: 1.05;
  word-break: keep-all;
}

.new-store p:not(.eyebrow) {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 248, 236, 0.82);
  font-size: clamp(17px, 1.35vw, 20px);
  font-weight: 750;
  line-height: 1.6;
  word-break: keep-all;
}

.light {
  background: #fff8ec;
  color: var(--leaf-deep);
}

.store-instagram {
  border-color: rgba(255, 248, 236, 0.56);
  color: #fff8ec;
}

@media (max-width: 980px) {
  .poster-hero {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .poster-board {
    order: -1;
    min-height: 470px;
    transform: rotate(0.7deg);
  }

  .bento {
    grid-template-columns: 1fr 1fr;
  }

  .bento-large {
    grid-column: 1 / -1;
    min-height: 350px;
  }

  .story-zine {
    grid-template-columns: 1fr;
  }

  .zine-image {
    min-height: 430px;
    border-right: 0;
    border-bottom: 3px solid var(--ink);
  }

  .care-strip,
  .new-store {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    color: var(--ink);
    background: rgba(255, 250, 244, 0.9);
    backdrop-filter: blur(16px);
  }

  .brand-mark {
    border-color: rgba(36, 33, 31, 0.16);
  }

  .poster-hero {
    padding: 94px 16px 42px;
  }

  .poster-hero::before {
    top: 100px;
    font-size: 70px;
    white-space: normal;
  }

  .poster-copy h1 {
    max-width: 100%;
    font-size: clamp(42px, 11.5vw, 54px);
    line-height: 0.94;
  }

  .poster-copy h1 span:nth-child(3) {
    box-shadow: 5px 5px 0 var(--ink);
  }

  .poster-copy p:not(.eyebrow) {
    max-width: calc(100vw - 32px);
    font-size: 16px;
    line-height: 1.72;
    overflow-wrap: anywhere;
  }

  .poster-copy,
  .hero-line {
    width: 100%;
    max-width: calc(100vw - 32px);
  }

  .poster-actions {
    flex-direction: column;
  }

  .poster-board {
    min-height: 395px;
    box-shadow: 9px 9px 0 var(--ink);
  }

  .poster-logo {
    width: min(86%, 360px);
  }

  .poster-note {
    min-height: 34px;
    padding: 7px 11px;
    font-size: 12px;
    box-shadow: 3px 3px 0 var(--ink);
  }

  .note-a {
    top: 18px;
    left: 14px;
  }

  .note-b {
    top: 54px;
    right: 10px;
  }

  .note-c {
    left: 13px;
    bottom: 66px;
  }

  .poster-bowl {
    right: 22px;
    bottom: 20px;
    width: 82px;
    font-size: 13px;
  }

  .moving-menu span {
    min-height: 33px;
    padding-inline: 14px;
    font-size: 13px;
  }

  .bento {
    grid-template-columns: 1fr;
    width: calc(100% - 28px);
    gap: 12px;
    padding: 58px 0;
  }

  .bento-card,
  .bento-large {
    min-height: 230px;
    box-shadow: 6px 6px 0 rgba(36, 33, 31, 0.15);
  }

  .bento-large h2 {
    font-size: 39px;
  }

  .menu-posters {
    width: calc(100% - 28px);
    padding-top: 42px;
  }

  .menu-heading {
    grid-template-columns: 1fr;
  }

  .menu-heading h2 {
    font-size: 52px;
  }

  .menu-poster {
    grid-template-columns: 1fr;
    min-height: 330px;
    padding: 24px;
    transform: none;
    box-shadow: 7px 7px 0 rgba(36, 33, 31, 0.18);
  }

  .menu-poster h3 {
    font-size: clamp(48px, 15vw, 72px);
  }

  .menu-poster p {
    font-size: 16px;
  }

  .menu-poster strong {
    writing-mode: horizontal-tb;
    font-size: 36px;
  }

  .story-zine {
    width: calc(100% - 28px);
    margin-bottom: 68px;
    box-shadow: 8px 8px 0 var(--leaf-deep);
  }

  .zine-image {
    min-height: 330px;
  }

  .zine-copy {
    padding: 28px 22px 32px;
  }

  .zine-copy h2 {
    font-size: 38px;
  }

  .zine-copy p:not(.eyebrow) {
    font-size: 16px;
  }

  .care-strip {
    grid-template-columns: 1fr;
    padding: 34px 18px;
  }

  .care-strip h2,
  .care-strip div {
    justify-self: stretch;
    width: 100%;
  }

  .care-strip h2 {
    text-align: left;
  }

  .new-store {
    width: calc(100% - 28px);
    margin: 64px auto;
    padding: 28px 22px;
    box-shadow: 8px 8px 0 var(--mustard);
  }
}

/* Cute kindergarten polish */
:root {
  --kinder-cream: #fff6e8;
  --kinder-paper: #fffdf7;
  --kinder-yellow: #f4c94f;
  --kinder-pink: #ffd9d4;
  --kinder-mint: #cdebd8;
  --kinder-blue: #dceeff;
  --kinder-peach: #ffe2bd;
}

.brand-book {
  background:
    linear-gradient(90deg, rgba(47, 96, 75, 0.055) 1px, transparent 1px),
    linear-gradient(rgba(47, 96, 75, 0.055) 1px, transparent 1px),
    radial-gradient(circle at 12% 10%, rgba(244, 201, 79, 0.23), transparent 28%),
    radial-gradient(circle at 84% 8%, rgba(205, 235, 216, 0.34), transparent 28%),
    #fff9ef;
  background-size: 52px 52px, 52px 52px, auto, auto, auto;
}

.poster-hero::before {
  content: "SNACK TIME";
  top: 92px;
  color: rgba(49, 95, 75, 0.07);
}

.poster-copy h1 {
  max-width: 820px;
  color: var(--leaf-deep);
  text-shadow: 0 10px 0 rgba(244, 201, 79, 0.2);
}

.poster-copy h1 span:nth-child(2) {
  width: fit-content;
  padding: 0 0.08em 0.07em;
  border-radius: 18px;
  background: var(--kinder-mint);
  color: var(--ink);
  box-shadow: 9px 9px 0 rgba(36, 33, 31, 0.16);
  transform: rotate(-1deg);
}

.poster-copy h1 span:nth-child(3) {
  width: fit-content;
  border-radius: 18px;
  background: var(--kinder-yellow);
  box-shadow: 9px 9px 0 var(--leaf-deep);
  transform: rotate(1deg);
}

.poster-copy h1 span:nth-child(4) {
  width: fit-content;
  padding: 0 0.08em 0.07em;
  border-radius: 18px;
  background: var(--kinder-pink);
  color: var(--ink);
  box-shadow: 9px 9px 0 var(--leaf-deep);
  transform: rotate(0.5deg);
}

.poster-copy p:not(.eyebrow) {
  max-width: 640px;
  padding: 20px 24px;
  border: 2px solid rgba(36, 33, 31, 0.14);
  border-radius: 28px;
  background: rgba(255, 253, 247, 0.78);
  box-shadow: 0 18px 50px rgba(36, 33, 31, 0.08);
}

.poster-board {
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.86), transparent 32%),
    linear-gradient(135deg, #fff7df 0%, #ffd9d4 48%, #cdebd8 100%);
  box-shadow:
    14px 14px 0 var(--kinder-yellow),
    0 42px 90px rgba(36, 33, 31, 0.16);
}

.poster-board::before {
  border-radius: 22px;
  border-style: dashed;
}

.poster-board::after {
  border-color: var(--leaf-deep);
  background:
    linear-gradient(transparent 44%, rgba(47, 96, 75, 0.15) 45% 55%, transparent 56%),
    linear-gradient(90deg, transparent 44%, rgba(47, 96, 75, 0.15) 45% 55%, transparent 56%);
}

.poster-note {
  border-radius: 18px;
  background: var(--kinder-paper);
  box-shadow: 4px 4px 0 rgba(36, 33, 31, 0.22);
}

.note-a {
  background: var(--kinder-blue);
}

.note-b {
  background: var(--leaf-deep);
}

.note-c {
  background: var(--kinder-pink);
}

.poster-bowl {
  color: var(--leaf-deep);
}

.moving-menu {
  border-block-color: var(--leaf-deep);
  background: var(--kinder-mint);
  color: var(--leaf-deep);
}

.moving-menu span {
  border-color: var(--leaf-deep);
  color: var(--leaf-deep);
  background: rgba(255, 253, 247, 0.78);
}

.bento-card {
  border-radius: 26px;
  background: rgba(255, 253, 247, 0.92);
  box-shadow: 9px 9px 0 rgba(47, 96, 75, 0.16);
}

.bento-large {
  min-height: 520px;
  justify-content: center;
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 255, 255, 0.74), transparent 34%),
    linear-gradient(135deg, #dceeff 0%, #fff0bd 100%);
  color: var(--leaf-deep);
  box-shadow: 12px 12px 0 var(--kinder-pink);
}

.bento-large > span {
  color: var(--leaf-deep);
}

.bento-large h2 {
  color: var(--leaf-deep);
}

.bento-large p {
  max-width: 560px;
  margin-top: 22px;
  color: #5c5247;
  font-size: clamp(17px, 1.4vw, 21px);
  font-weight: 800;
}

.bento-badge {
  background: var(--kinder-pink);
}

.menu-heading h2 {
  color: var(--leaf-deep);
}

.menu-poster {
  border-radius: 28px;
  box-shadow: 11px 11px 0 rgba(47, 96, 75, 0.2);
}

.poster-one {
  background: var(--kinder-yellow);
}

.poster-two {
  background: var(--kinder-mint);
}

.poster-three {
  background: var(--kinder-pink);
}

.menu-poster::before {
  border-color: rgba(47, 96, 75, 0.23);
}

.poster-index {
  background: var(--kinder-paper);
}

.story-zine {
  border-radius: 30px;
  background: var(--kinder-paper);
  box-shadow: 14px 14px 0 var(--kinder-mint);
}

.zine-image {
  background:
    radial-gradient(circle at center, rgba(244, 201, 79, 0.55), transparent 37%),
    linear-gradient(135deg, #fff5dd, #dceeff);
}

.zine-copy h2 {
  color: var(--leaf-deep);
}

.zine-tags span {
  background: var(--kinder-yellow);
}

.care-strip {
  border-block-color: var(--leaf-deep);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.44), transparent 50%),
    var(--kinder-peach);
  color: var(--ink);
}

.care-strip h2 {
  color: var(--leaf-deep);
}

.care-strip p {
  border-bottom-color: rgba(36, 33, 31, 0.14);
  color: #5b5148;
}

.care-strip strong {
  display: inline-flex;
  margin-right: 8px;
  color: var(--leaf-deep);
}

.new-store {
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 45%),
    var(--leaf-deep);
}

.intro-screen {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 42%, rgba(244, 201, 79, 0.28), transparent 28%),
    linear-gradient(135deg, #fff9ef 0%, #dceeff 58%, #ffd9d4 100%);
  opacity: 1;
  transform: scale(1);
  transition:
    opacity 520ms ease,
    visibility 520ms ease,
    transform 720ms cubic-bezier(0.2, 0.9, 0.16, 1);
}

.intro-screen::before {
  content: "YONY GANSIK";
  position: absolute;
  color: rgba(47, 96, 75, 0.07);
  font-size: clamp(70px, 18vw, 240px);
  font-weight: 950;
  line-height: 0.86;
  white-space: nowrap;
}

.intro-screen img {
  position: relative;
  width: clamp(170px, 22vw, 310px);
  filter: drop-shadow(0 26px 42px rgba(36, 33, 31, 0.18));
  animation: introPop 1320ms cubic-bezier(0.2, 1.34, 0.32, 1) both;
}

.intro-screen.is-hidden {
  visibility: hidden;
  opacity: 0;
  transform: scale(1.04);
  pointer-events: none;
}

@keyframes introPop {
  0% {
    opacity: 0;
    transform: translateY(18px) scale(0.62) rotate(-7deg);
  }

  44% {
    opacity: 1;
    transform: translateY(-16px) scale(1.12) rotate(4deg);
  }

  68% {
    transform: translateY(4px) scale(0.96) rotate(-2deg);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1) rotate(0deg);
  }
}

.primary-button {
  border-color: var(--ink);
  color: var(--leaf-deep);
  background: var(--kinder-yellow);
  box-shadow: 0 14px 34px rgba(244, 201, 79, 0.32);
}

.primary-button.light {
  border-color: var(--ink);
  color: var(--leaf-deep);
  background: #fffdf7;
}

.new-store {
  background:
    radial-gradient(circle at 92% 14%, rgba(255, 255, 255, 0.64), transparent 25%),
    linear-gradient(135deg, #dceeff 0%, #fff0bd 58%, #ffd9d4 100%);
  color: var(--leaf-deep);
  box-shadow: 14px 14px 0 var(--kinder-yellow);
}

.new-store .eyebrow,
.new-store h2,
.new-store p:not(.eyebrow) {
  color: var(--leaf-deep);
}

.new-store p:not(.eyebrow) {
  color: #5c5247;
}

.store-instagram {
  border-color: rgba(36, 33, 31, 0.22);
  color: var(--leaf-deep);
  background: rgba(255, 253, 247, 0.46);
}

.site-header {
  color: var(--leaf-deep);
}

.site-header:not(.is-scrolled) .brand-mark {
  border-color: rgba(47, 96, 75, 0.24);
  box-shadow: 0 12px 28px rgba(47, 96, 75, 0.12);
}

.site-header:not(.is-scrolled) .header-cta {
  background: rgba(255, 253, 247, 0.24);
}

@media (max-width: 980px) {
  .bento-large {
    min-height: 380px;
  }
}

@media (max-width: 640px) {
  .poster-hero {
    padding: 96px 16px 42px;
  }

  .poster-hero::before {
    top: 104px;
    font-size: 64px;
  }

  .poster-board {
    order: 0;
  }

  .poster-copy h1 {
    max-width: 100%;
    font-size: clamp(45px, 13vw, 60px);
    line-height: 0.94;
    text-shadow: 0 6px 0 rgba(244, 201, 79, 0.22);
  }

  .poster-copy h1 span:nth-child(2),
  .poster-copy h1 span:nth-child(3),
  .poster-copy h1 span:nth-child(4) {
    border-radius: 12px;
    box-shadow: 5px 5px 0 rgba(36, 33, 31, 0.22);
  }

  .poster-copy h1 span:nth-child(3),
  .poster-copy h1 span:nth-child(4) {
    box-shadow: 5px 5px 0 var(--leaf-deep);
  }

  .poster-copy p:not(.eyebrow) {
    padding: 16px 17px;
    border-radius: 20px;
    font-size: 15.5px;
  }

  .poster-board {
    min-height: 388px;
    border-radius: 24px;
    box-shadow:
      8px 8px 0 var(--kinder-yellow),
      0 24px 58px rgba(36, 33, 31, 0.14);
  }

  .bento-card,
  .bento-large,
  .menu-poster,
  .story-zine,
  .new-store {
    border-radius: 22px;
  }

  .bento-large {
    min-height: 280px;
  }

  .bento-large h2 {
    font-size: 36px;
  }

  .bento-large p {
    font-size: 15px;
  }

  .menu-heading h2 {
    font-size: 48px;
  }

  .menu-poster h3 {
    font-size: clamp(42px, 13vw, 62px);
  }

  .zine-copy h2 {
    font-size: 34px;
  }

  .care-strip h2 {
    font-size: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
