:root {
  color-scheme: light;
  --ink: #21170f;
  --muted: #6e5a49;
  --paper: #fff6e8;
  --card: #f7dfb9;
  --wood: #5d321e;
  --night: #18364a;
  --night-deep: #0e2130;
  --rain: rgba(198, 227, 237, 0.72);
  --rasam: #d74a20;
  --rasam-deep: #a82e16;
  --rice: #fff4d9;
  --leaf: #326632;
  --leaf-bright: #69a04a;
  --gold: #f7b943;
  --focus: #0f68a8;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  background:
    radial-gradient(circle at 8% 12%, rgba(247, 185, 67, 0.24), transparent 28rem),
    radial-gradient(circle at 92% 8%, rgba(215, 74, 32, 0.18), transparent 23rem),
    linear-gradient(135deg, #fffaf1 0%, #f2d5aa 100%);
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 10;
  padding: 0.7rem 1rem;
  color: #fff;
  background: var(--ink);
  border-radius: 999px;
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.page-shell {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 4rem 0;
}

.intro {
  display: grid;
  gap: 0.8rem;
  max-width: 800px;
  margin: 0 auto 2rem;
  text-align: center;
  overflow-wrap: anywhere;
}

.eyebrow {
  margin: 0;
  color: #a83b1f;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 0;
  font-size: clamp(2.9rem, 7vw, 6.9rem);
  line-height: 0.86;
  letter-spacing: -0.045em;
}

h1 span {
  display: inline;
}

.intro p:last-child {
  max-width: 620px;
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(1rem, 2.2vw, 1.25rem);
  line-height: 1.55;
}

.art-card {
  padding: clamp(0.65rem, 2vw, 1rem);
  border: 1px solid rgba(60, 28, 12, 0.24);
  border-radius: 28px;
  background: rgba(255, 249, 238, 0.7);
  box-shadow: 0 28px 80px rgba(68, 35, 11, 0.18);
}

.art-card:focus {
  outline: 4px solid var(--focus);
  outline-offset: 6px;
}

.art-frame {
  position: relative;
  min-height: min(70vw, 720px);
  overflow: hidden;
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 33%, rgba(255, 199, 99, 0.26), transparent 20rem),
    linear-gradient(180deg, #f1b56c 0%, #bd7143 48%, #753d2b 100%);
  isolation: isolate;
}

.art-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 28% 75%, rgba(255, 236, 169, 0.58), transparent 12rem),
    radial-gradient(circle at 76% 75%, rgba(94, 45, 28, 0.32), transparent 18rem);
}

.art-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 72%, rgba(255, 225, 151, 0.18), transparent 31%),
    linear-gradient(120deg, transparent 0 42%, rgba(255, 255, 255, 0.08) 43% 45%, transparent 46% 100%);
  mix-blend-mode: screen;
}

.window {
  position: absolute;
  left: 7%;
  top: 7%;
  width: 86%;
  height: 43%;
  overflow: hidden;
  border: clamp(8px, 1.3vw, 16px) solid #6c371f;
  border-radius: 26px 26px 18px 18px;
  background:
    radial-gradient(circle at 72% 22%, rgba(255, 239, 171, 0.88) 0 2.6rem, transparent 2.8rem),
    linear-gradient(180deg, var(--night) 0%, var(--night-deep) 100%);
  box-shadow:
    inset 0 0 0 4px rgba(255, 235, 185, 0.12),
    0 18px 42px rgba(33, 16, 8, 0.28);
}

.window::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 16%, rgba(255, 255, 255, 0.1) 17% 18%, transparent 19% 47%, rgba(255, 255, 255, 0.08) 48% 49%, transparent 50%),
    radial-gradient(ellipse at 69% 28%, rgba(255, 238, 181, 0.2), transparent 16rem);
}

.skyline {
  position: absolute;
  bottom: 0;
  width: 7%;
  background: linear-gradient(180deg, rgba(26, 56, 73, 0.2), rgba(7, 20, 30, 0.72));
  opacity: 0.64;
}

.k1 {
  left: 8%;
  height: 28%;
}

.k2 {
  left: 16%;
  height: 18%;
}

.k3 {
  right: 8%;
  height: 23%;
}

.moon {
  position: absolute;
  right: 19%;
  top: 14%;
  width: 5.2rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #ffeeb5;
  box-shadow: 0 0 38px rgba(255, 238, 181, 0.72);
}

.moon::after {
  content: "";
  position: absolute;
  inset: 0 0 0 1.1rem;
  border-radius: 50%;
  background: rgba(24, 54, 74, 0.24);
  transform: translate(0.8rem, -0.3rem);
}

.moon-reflection {
  position: absolute;
  right: 18%;
  bottom: 12%;
  width: 7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: rgba(255, 239, 171, 0.28);
  filter: blur(7px);
  animation: reflection-pulse 3.8s ease-in-out infinite;
}

.window-cross {
  position: absolute;
  background: rgba(108, 55, 31, 0.9);
  box-shadow: 0 0 0 1px rgba(255, 240, 204, 0.08);
}

.window-cross.vertical {
  left: calc(50% - 0.45rem);
  top: 0;
  width: 0.9rem;
  height: 100%;
}

.window-cross.horizontal {
  left: 0;
  top: calc(55% - 0.45rem);
  width: 100%;
  height: 0.9rem;
}

.rain {
  position: absolute;
  width: 2px;
  height: 4.6rem;
  border-radius: 999px;
  background: linear-gradient(180deg, transparent, var(--rain), transparent);
  transform: rotate(13deg);
  animation: rain-fall 950ms linear infinite;
}

.r1 { left: 8%; top: -18%; animation-delay: -120ms; }
.r2 { left: 18%; top: -35%; animation-delay: -420ms; }
.r3 { left: 29%; top: -22%; animation-delay: -620ms; }
.r4 { left: 41%; top: -40%; animation-delay: -60ms; }
.r5 { left: 53%; top: -16%; animation-delay: -320ms; }
.r6 { left: 63%; top: -33%; animation-delay: -520ms; }
.r7 { left: 74%; top: -24%; animation-delay: -720ms; }
.r8 { left: 83%; top: -39%; animation-delay: -220ms; }
.r9 { left: 91%; top: -20%; animation-delay: -820ms; }
.r10 { left: 35%; top: -50%; animation-delay: -270ms; }
.r11 { left: 14%; top: -48%; animation-delay: -760ms; }
.r12 { left: 47%; top: -54%; animation-delay: -510ms; }
.r13 { left: 69%; top: -49%; animation-delay: -940ms; }
.r14 { left: 96%; top: -44%; animation-delay: -160ms; }

.droplet {
  position: absolute;
  width: 0.55rem;
  height: 1.25rem;
  border-radius: 999px 999px 999px 40%;
  background: rgba(212, 237, 244, 0.62);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  animation: droplet-slide 4.6s ease-in-out infinite;
}

.d1 { left: 16%; top: 18%; }
.d2 { left: 58%; top: 12%; animation-delay: -1.8s; }
.d3 { left: 84%; top: 34%; animation-delay: -2.7s; }
.d4 { left: 37%; top: 8%; animation-delay: -3.4s; transform: scale(0.72); }
.d5 { left: 72%; top: 28%; animation-delay: -0.9s; transform: scale(0.82); }

.table {
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 6rem),
    linear-gradient(180deg, #7a3c23 0%, var(--wood) 100%);
  box-shadow: inset 0 15px 0 rgba(255, 223, 165, 0.08);
}

.kolam {
  position: absolute;
  left: 50%;
  bottom: 2%;
  width: min(26vw, 260px);
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: 0.28;
  transform: translateX(-50%) rotate(45deg) scaleY(0.42);
  background:
    radial-gradient(circle, transparent 0 19%, rgba(255, 241, 205, 0.85) 20% 22%, transparent 23%),
    radial-gradient(circle at 50% 0%, rgba(255, 241, 205, 0.72) 0 6%, transparent 7%),
    radial-gradient(circle at 100% 50%, rgba(255, 241, 205, 0.72) 0 6%, transparent 7%),
    radial-gradient(circle at 50% 100%, rgba(255, 241, 205, 0.72) 0 6%, transparent 7%),
    radial-gradient(circle at 0% 50%, rgba(255, 241, 205, 0.72) 0 6%, transparent 7%);
}

.banana-leaf {
  position: absolute;
  left: 22%;
  bottom: 18%;
  width: 56%;
  height: 23%;
  border-radius: 50% 6% 50% 6% / 80% 20% 80% 20%;
  background:
    linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.22) 50%, transparent 51%),
    repeating-linear-gradient(28deg, transparent 0 1.2rem, rgba(255, 255, 255, 0.12) 1.25rem 1.35rem),
    linear-gradient(135deg, var(--leaf-bright), var(--leaf));
  transform: rotate(-3deg);
  box-shadow: 0 20px 30px rgba(34, 12, 4, 0.24);
}

.bowl-zone {
  position: absolute;
  left: 50%;
  bottom: 16%;
  width: min(38vw, 430px);
  aspect-ratio: 1.25;
  transform: translateX(-50%);
}

.bowl {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 0;
  height: 62%;
  border-radius: 50% 50% 42% 42% / 35% 35% 72% 72%;
  background:
    radial-gradient(ellipse at 50% 10%, rgba(255, 255, 255, 0.9) 0 38%, transparent 39%),
    linear-gradient(145deg, #fff8e6 0%, #e0b879 52%, #9b552e 100%);
  box-shadow:
    inset -22px -28px 28px rgba(93, 50, 30, 0.32),
    0 32px 34px rgba(41, 14, 4, 0.34);
}

.bowl-rim {
  position: absolute;
  left: 4%;
  top: -8%;
  width: 92%;
  height: 45%;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 50% 50%, transparent 0 54%, #fff9e9 55% 69%, #a85c32 70%),
    linear-gradient(180deg, #fff7e1, #d99b58);
  box-shadow: inset 0 -10px 18px rgba(82, 38, 20, 0.24);
}

.rasam {
  position: absolute;
  left: 11%;
  top: 1%;
  width: 78%;
  height: 31%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 35%, rgba(255, 223, 97, 0.7) 0 0.35rem, transparent 0.42rem),
    radial-gradient(circle at 66% 55%, rgba(255, 245, 190, 0.6) 0 0.45rem, transparent 0.5rem),
    radial-gradient(ellipse at 45% 45%, #f68430 0%, var(--rasam) 48%, var(--rasam-deep) 100%);
  box-shadow: inset 0 -9px 15px rgba(94, 23, 9, 0.28);
  animation: rasam-shimmer 3.2s ease-in-out infinite;
}

.rice-grain,
.tomato,
.pepper,
.leaf {
  position: absolute;
  z-index: 2;
}

.rice-grain {
  width: 1.4rem;
  height: 0.45rem;
  border-radius: 999px;
  background: var(--rice);
  box-shadow: 0 1px 0 rgba(97, 45, 20, 0.14);
}

.g1 { left: 30%; top: 10%; transform: rotate(18deg); }
.g2 { left: 49%; top: 14%; transform: rotate(-12deg); }
.g3 { left: 59%; top: 8%; transform: rotate(28deg); }
.g4 { left: 39%; top: 20%; transform: rotate(-24deg); }
.g5 { left: 68%; top: 10%; transform: rotate(42deg) scale(0.82); }
.g6 { left: 24%; top: 17%; transform: rotate(-10deg) scale(0.78); }

.tomato {
  width: 1.35rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #f24522;
  box-shadow: inset -3px -4px 0 rgba(122, 21, 11, 0.24);
}

.t1 { left: 35%; top: 13%; }
.t2 { left: 56%; top: 18%; transform: scale(0.8); }
.t3 { left: 47%; top: 8%; transform: scale(0.62); }

.pepper {
  width: 0.45rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #27160e;
}

.p1 { left: 45%; top: 9%; }
.p2 { left: 64%; top: 15%; }
.p3 { left: 51%; top: 24%; }
.p4 { left: 70%; top: 24%; transform: scale(0.78); }
.p5 { left: 37%; top: 25%; transform: scale(0.7); }

.leaf {
  width: 1.35rem;
  height: 0.62rem;
  border-radius: 100% 0;
  background: #25592a;
}

.l1 { left: 28%; top: 21%; transform: rotate(22deg); }
.l2 { left: 68%; top: 23%; transform: rotate(-18deg); }
.l3 { left: 73%; top: 14%; transform: rotate(-38deg) scale(0.75); }

.tempering {
  position: absolute;
  left: 31%;
  top: 6%;
  z-index: 2;
  width: 42%;
  height: 26%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 11% 45%, #111 0 0.16rem, transparent 0.18rem),
    radial-gradient(circle at 24% 64%, #111 0 0.12rem, transparent 0.14rem),
    radial-gradient(circle at 82% 36%, #111 0 0.14rem, transparent 0.16rem),
    radial-gradient(circle at 91% 68%, #111 0 0.11rem, transparent 0.13rem),
    radial-gradient(circle at 45% 28%, rgba(255, 219, 76, 0.76) 0 0.22rem, transparent 0.24rem);
  filter: drop-shadow(0 0 3px rgba(255, 213, 79, 0.35));
}

.bowl-front {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 6%;
  height: 48%;
  border-radius: 0 0 45% 45% / 0 0 90% 90%;
  background:
    radial-gradient(ellipse at 38% 10%, rgba(255, 255, 255, 0.48), transparent 24%),
    linear-gradient(130deg, rgba(255, 246, 218, 0.9), rgba(201, 123, 63, 0.96) 52%, rgba(104, 52, 31, 0.92));
}

.shine {
  position: absolute;
  left: 24%;
  top: 42%;
  width: 18%;
  height: 9%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
  filter: blur(3px);
}

.steam {
  position: absolute;
  bottom: 60%;
  width: 2rem;
  height: 8rem;
  border-radius: 999px;
  border-left: 0.34rem solid rgba(255, 246, 218, 0.68);
  filter: blur(0.3px);
  animation: steam-rise 4.4s ease-in-out infinite;
}

.s1 { left: 28%; height: 7.5rem; animation-delay: -0.2s; }
.s2 { left: 44%; height: 9rem; animation-delay: -1.3s; transform: scaleX(-1); }
.s3 { left: 58%; height: 7rem; animation-delay: -2.2s; }
.s4 { left: 70%; height: 6.3rem; animation-delay: -3s; transform: scaleX(-1); }

.papad {
  position: absolute;
  right: 17%;
  bottom: 28%;
  width: min(13vw, 130px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 60% 35%, rgba(126, 68, 23, 0.26) 0 0.3rem, transparent 0.35rem),
    radial-gradient(circle at 33% 63%, rgba(126, 68, 23, 0.21) 0 0.24rem, transparent 0.3rem),
    radial-gradient(circle at 50% 50%, #ffe1a8 0%, #e9a94f 100%);
  transform: rotate(13deg);
  box-shadow: 0 12px 18px rgba(37, 13, 4, 0.24);
}

.pickle-cup {
  position: absolute;
  left: 18%;
  bottom: 30%;
  width: min(9vw, 90px);
  aspect-ratio: 1.15;
  border-radius: 50%;
  background: linear-gradient(180deg, #fff0ca, #b86937);
  box-shadow: 0 10px 16px rgba(37, 13, 4, 0.24);
}

.pickle-cup span {
  position: absolute;
  inset: 14% 16% 34%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 48% 45%, #461b13 0 0.34rem, transparent 0.4rem),
    linear-gradient(180deg, #bb2b19, #7b1b11);
}

.pepper-scatter {
  position: absolute;
  width: 0.52rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #21170f;
  box-shadow: 0 2px 4px rgba(32, 12, 3, 0.26);
}

.ps1 { left: 36%; bottom: 16%; }
.ps2 { left: 69%; bottom: 15%; transform: scale(0.82); }
.ps3 { right: 30%; bottom: 32%; transform: scale(0.72); }

.curry-sprig {
  position: absolute;
  left: 29%;
  bottom: 28%;
  width: min(9vw, 86px);
  height: 1rem;
  border-radius: 999px;
  background: #245a2b;
  transform: rotate(18deg);
  box-shadow: 0 8px 12px rgba(32, 12, 3, 0.18);
}

.curry-sprig span {
  position: absolute;
  top: -0.42rem;
  width: 1.2rem;
  height: 0.58rem;
  border-radius: 100% 0;
  background: #4f8f39;
}

.curry-sprig span:nth-child(1) { left: 13%; transform: rotate(-35deg); }
.curry-sprig span:nth-child(2) { left: 42%; transform: rotate(28deg); }
.curry-sprig span:nth-child(3) { right: 6%; transform: rotate(-20deg); }

.spoon {
  position: absolute;
  right: 27%;
  bottom: 20%;
  width: min(18vw, 170px);
  height: 1.1rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #fff4d5, #c7a46f 74%, #755331);
  transform: rotate(-22deg);
  box-shadow: 0 9px 12px rgba(37, 13, 4, 0.22);
}

.spoon::before {
  content: "";
  position: absolute;
  right: -0.7rem;
  top: -1.1rem;
  width: 3.6rem;
  height: 2.7rem;
  border-radius: 50%;
  background: radial-gradient(ellipse at 35% 35%, #fff6d6, #b89158);
}

.lamp {
  position: absolute;
  left: 9%;
  bottom: 34%;
  width: min(12vw, 120px);
  height: min(18vw, 170px);
  filter: drop-shadow(0 13px 15px rgba(32, 11, 4, 0.25));
}

.flame {
  position: absolute;
  left: 42%;
  top: 5%;
  width: 1.7rem;
  height: 3rem;
  border-radius: 65% 35% 65% 35%;
  background:
    radial-gradient(circle at 45% 62%, #fff6ad 0 27%, transparent 28%),
    linear-gradient(180deg, #fff1a4, #ff8f1f 65%, #ca2b16);
  transform: rotate(45deg);
  animation: flame-dance 1.2s ease-in-out infinite;
  box-shadow: 0 0 34px rgba(255, 176, 48, 0.7);
}

.wick {
  position: absolute;
  left: 51%;
  top: 33%;
  width: 0.3rem;
  height: 2.2rem;
  border-radius: 999px;
  background: #3f1d10;
}

.lamp-bowl {
  position: absolute;
  left: 16%;
  bottom: 22%;
  width: 68%;
  height: 34%;
  border-radius: 50% 50% 44% 44%;
  background: linear-gradient(180deg, #ffd46f, #a95f24);
}

.lamp-foot {
  position: absolute;
  left: 29%;
  bottom: 12%;
  width: 42%;
  height: 16%;
  border-radius: 50%;
  background: linear-gradient(180deg, #e5a43a, #743d20);
}

.art-caption {
  width: fit-content;
  max-width: 100%;
  margin: 1rem auto 0;
  padding: 0.55rem 1rem;
  color: var(--ink);
  font-size: clamp(0.8rem, 1.7vw, 1rem);
  font-weight: 900;
  letter-spacing: 0.16em;
  text-align: center;
  text-transform: uppercase;
  background: rgba(255, 246, 232, 0.72);
  border: 1px solid rgba(87, 45, 20, 0.18);
  border-radius: 999px;
}

.notes {
  max-width: 850px;
  margin: 2rem auto 0;
  padding: clamp(1.2rem, 3vw, 2rem);
  border-radius: 22px;
  background: rgba(255, 246, 232, 0.82);
  border: 1px solid rgba(87, 45, 20, 0.18);
}

.notes h2 {
  margin-bottom: 0.7rem;
  font-size: clamp(1.7rem, 4vw, 3rem);
  letter-spacing: -0.035em;
}

.notes ul {
  margin: 0;
  padding-left: 1.25rem;
  color: var(--muted);
  line-height: 1.7;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

@keyframes rain-fall {
  from {
    transform: translate3d(0, -35%, 0) rotate(13deg);
  }
  to {
    transform: translate3d(-1.5rem, 155%, 0) rotate(13deg);
  }
}

@keyframes droplet-slide {
  0%,
  25% {
    transform: translateY(0);
    opacity: 0.85;
  }
  70% {
    opacity: 0.48;
  }
  100% {
    transform: translateY(12rem);
    opacity: 0;
  }
}

@keyframes steam-rise {
  0% {
    opacity: 0;
    transform: translateY(1.3rem) scale(0.78);
  }
  35% {
    opacity: 0.78;
  }
  100% {
    opacity: 0;
    transform: translateY(-3rem) scale(1.18);
  }
}

@keyframes rasam-shimmer {
  0%,
  100% {
    filter: saturate(1);
    transform: scale(1);
  }
  50% {
    filter: saturate(1.16) brightness(1.04);
    transform: scale(1.012);
  }
}

@keyframes reflection-pulse {
  0%,
  100% {
    opacity: 0.2;
    transform: scaleX(0.82);
  }
  50% {
    opacity: 0.46;
    transform: scaleX(1.05);
  }
}

@keyframes flame-dance {
  0%,
  100% {
    transform: rotate(43deg) scale(0.96);
  }
  50% {
    transform: rotate(49deg) scale(1.04);
  }
}

@media (max-width: 720px) {
  .eyebrow {
    max-width: 20rem;
    margin-inline: auto;
    font-size: 0.72rem;
    line-height: 1.35;
    letter-spacing: 0.1em;
  }

  h1 {
    font-size: clamp(2.25rem, 10.8vw, 3.25rem);
    line-height: 0.92;
    letter-spacing: -0.045em;
  }

  h1 span {
    display: block;
  }

  .page-shell {
    width: min(100% - 1rem, 1120px);
    padding-block: 2rem;
  }

  .art-frame {
    min-height: 760px;
  }

  .window {
    left: 5%;
    top: 5%;
    width: 90%;
    height: 39%;
  }

  .bowl-zone {
    width: min(82vw, 380px);
    bottom: 16%;
  }

  .lamp {
    left: 7%;
    bottom: 39%;
    width: 84px;
    height: 126px;
  }

  .papad {
    right: 8%;
    bottom: 31%;
    width: 92px;
  }

  .pickle-cup {
    left: 8%;
    bottom: 28%;
    width: 72px;
  }

  .banana-leaf {
    left: 7%;
    width: 86%;
    height: 18%;
  }

  .spoon {
    right: 18%;
    bottom: 20%;
    width: 128px;
  }

  .art-caption {
    width: auto;
    max-width: calc(100% - 1rem);
    white-space: normal;
  }
}

@media (max-width: 430px) {
  .art-card {
    padding: 0.45rem;
    border-radius: 20px;
  }

  .art-frame {
    border-radius: 16px;
  }

  .intro p:last-child {
    font-size: 1rem;
    max-width: 21rem;
  }
}

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