:root {
  --ink: #0a0710;
  --ink-2: #130d1c;
  --paper: #f7f5ef;
  --white: #fffdf7;
  --yellow: #edff00;
  --yellow-2: #ffd600;
  --purple: #7b19ff;
  --purple-2: #b30dff;
  --muted: #b7b0c1;
  --line: rgba(255, 255, 255, 0.16);
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.38);
  --wrap: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--white);
  background: var(--ink);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: .16;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
}
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 900; letter-spacing: -.055em; line-height: 1.08; }
.wrap { width: var(--wrap); margin-inline: auto; }
.section { padding: clamp(88px, 10vw, 150px) 0; position: relative; }
.section-label { display: flex; align-items: center; gap: 12px; color: var(--yellow); font: 900 .78rem/1 Arial, sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.section-label::after { content: ""; width: 68px; height: 2px; background: currentColor; }
.section-label span { display: grid; place-items: center; width: 35px; height: 35px; color: var(--ink); background: var(--yellow); border-radius: 50%; letter-spacing: 0; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; margin-bottom: 54px; }
.section-heading h2, .empathy h2, .taste h2 { margin: 0; font-size: clamp(2.55rem, 6vw, 5.5rem); }
.section-heading em, .taste h2 em { color: var(--yellow); font-style: normal; }
.section-heading--center { flex-direction: column; align-items: center; text-align: center; }
.kicker { color: var(--yellow); font-weight: 900; letter-spacing: .08em; }
.button {
  min-height: 58px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  color: var(--ink);
  background: var(--yellow);
  border: 2px solid var(--yellow);
  font-weight: 900;
  text-decoration: none;
  transform: skewX(-5deg);
  box-shadow: 7px 7px 0 var(--purple);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button > * { transform: skewX(5deg); }
.button:hover { transform: skewX(-5deg) translate(-2px, -2px); box-shadow: 11px 11px 0 var(--purple); }
.button:focus-visible, a:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
.button--ghost { color: var(--white); background: rgba(10,7,16,.6); border-color: var(--white); box-shadow: none; }
.button--ghost:hover { background: var(--purple); box-shadow: none; }
.button--mini { min-height: 44px; padding: 0 20px; box-shadow: 4px 4px 0 var(--purple); font-size: .9rem; }
.button--wide { width: 100%; }

.title-call {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  background: var(--ink);
  animation: title-overlay 1.1s ease-in-out forwards;
  pointer-events: none;
}
.title-call img { width: min(760px, 78vw); position: relative; z-index: 2; animation: title-logo 1.1s cubic-bezier(.2,.7,.2,1) forwards; }
.title-call__flash { position: absolute; inset: 0; background: linear-gradient(115deg, transparent 40%, rgba(237,255,0,.35) 49%, transparent 58%); transform: translateX(-100%); animation: title-flash 1.1s ease-in-out forwards; }
@keyframes title-overlay { 0%, 70% { opacity: 1; visibility: visible; } 100% { opacity: 0; visibility: hidden; } }
@keyframes title-logo { 0% { opacity: 0; transform: translateY(14px) scale(.96); } 24%, 66% { opacity: 1; transform: none; } 100% { opacity: 0; transform: translateY(-10px) scale(1.02); } }
@keyframes title-flash { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  height: 76px;
  padding: 0 clamp(20px, 4vw, 56px);
  display: flex;
  align-items: center;
  gap: 34px;
  background: linear-gradient(to bottom, rgba(7,5,10,.95), rgba(7,5,10,.62));
  border-bottom: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(16px);
}
.brand { width: 165px; margin-right: auto; }
.site-header nav { display: flex; gap: 30px; }
.site-header nav a { color: #e9e3ed; font-weight: 800; font-size: .86rem; text-decoration: none; }
.site-header nav a:hover { color: var(--yellow); }

.hero { position: relative; min-height: 810px; height: 100svh; max-height: 1040px; display: flex; align-items: center; overflow: hidden; isolation: isolate; }
.hero__photo, .hero__shade { position: absolute; inset: 0; }
.hero__photo { z-index: -3; background: url("assets/hero-food.webp") center center / cover no-repeat; transform: scale(1.035); animation: hero-breathe 9s ease-in-out infinite alternate; }
.hero__shade { z-index: -2; background: linear-gradient(90deg, rgba(8,5,12,.98) 0%, rgba(8,5,12,.9) 37%, rgba(8,5,12,.35) 62%, rgba(8,5,12,.08) 100%), linear-gradient(0deg, rgba(10,7,16,.7), transparent 40%); }
.hero::before { content: ""; position: absolute; z-index: -1; width: 55vw; height: 180%; left: -30vw; top: -40%; background: var(--purple); opacity: .17; transform: rotate(22deg); filter: blur(30px); }
.hero__content { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .45fr); align-items: center; gap: 54px; padding-top: 66px; }
.eyebrow { display: flex; align-items: center; gap: 12px; font-weight: 800; font-size: .88rem; letter-spacing: .04em; }
.eyebrow span { padding: 4px 10px; color: var(--ink); background: var(--yellow); }
.hero__logo { width: min(610px, 90%); margin: 26px 0 22px; filter: drop-shadow(0 12px 16px rgba(0,0,0,.55)); transform: rotate(-2deg); }
.hero h1 { margin-bottom: 18px; font-size: clamp(2.8rem, 5.4vw, 5.8rem); }
.hero h1 em { color: var(--yellow); font-style: normal; text-shadow: 4px 4px 0 var(--purple); }
.hero__sub { font-weight: 800; color: #e9e5ea; }
.hero__sub b { margin: 0 7px; color: var(--yellow); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 36px; }
.hero__product { align-self: end; position: relative; display: flex; justify-content: center; margin-bottom: 72px; }
.hero__product > img { width: min(340px, 100%); transform: rotate(7deg); filter: drop-shadow(0 28px 24px rgba(0,0,0,.55)); transition: transform .35s ease; }
.hero__product:hover > img { transform: rotate(3deg) translateY(-8px); }
.hero__scroll { position: absolute; right: 22px; bottom: 70px; font: 800 .68rem/1 Arial, sans-serif; letter-spacing: .18em; writing-mode: vertical-rl; }
.hero__scroll::after { content: ""; display: block; width: 1px; height: 52px; margin: 13px auto 0; background: var(--yellow); }
@keyframes hero-breathe { to { transform: scale(1.07); } }

.ticker { overflow: hidden; color: var(--ink); background: var(--yellow); transform: rotate(-1deg) scale(1.02); box-shadow: 0 8px 0 var(--purple); }
.ticker div { width: max-content; padding: 12px 0; font: 900 1rem/1 Arial, sans-serif; letter-spacing: .05em; animation: ticker 22s linear infinite; }
@keyframes ticker { to { transform: translateX(-50%); } }

.empathy { background: radial-gradient(circle at 78% 40%, rgba(123,25,255,.18), transparent 32%); }
.empathy__grid { display: grid; grid-template-columns: .55fr 1.4fr .75fr; gap: 52px; align-items: start; }
.empathy h2 { margin: 20px 0 38px; }
.empathy h2 mark { color: var(--yellow); background: none; }
.empathy__copy > p:last-child { color: #ddd6e0; font-size: 1.13rem; }
.empathy__copy strong { color: #fff; }
.empathy__note { margin-top: 100px; padding: 28px; background: var(--purple); border: 2px solid var(--yellow); box-shadow: 10px 10px 0 rgba(237,255,0,.85); transform: rotate(2deg); }
.empathy__note span { color: var(--yellow); font: 900 2.3rem/1 Arial, sans-serif; }
.empathy__note p { margin: 22px 0; color: #e8dcff; }

.ingredients { background: #0e0a14; }
.ingredient-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ingredient-card { position: relative; min-height: 590px; overflow: hidden; background: #24152e; border: 1px solid rgba(255,255,255,.15); box-shadow: var(--shadow); }
.ingredient-card::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(-45deg, transparent 0 18px, rgba(255,255,255,.035) 18px 20px); }
.ingredient-card--purple { background: #3b1170; }
.ingredient-card--yellow { color: var(--ink); background: var(--yellow); }
.ingredient-card__number { position: absolute; top: 20px; right: 20px; z-index: 2; color: rgba(255,255,255,.13); font: 900 5rem/.8 Arial, sans-serif; }
.ingredient-card--yellow .ingredient-card__number { color: rgba(0,0,0,.12); }
.ingredient-card__image { position: relative; height: 340px; display: grid; place-items: center; padding: 24px; }
.ingredient-card__image::after { content: ""; position: absolute; left: 10%; right: 10%; bottom: 26px; height: 26px; border-radius: 50%; background: rgba(0,0,0,.45); filter: blur(13px); }
.ingredient-card__image img { position: relative; z-index: 1; width: 82%; max-height: 285px; object-fit: contain; filter: drop-shadow(0 20px 12px rgba(0,0,0,.4)); transition: transform .35s ease; }
.ingredient-card:hover img { transform: translateY(-8px) rotate(-2deg); }
.ingredient-card__copy { position: relative; z-index: 2; padding: 28px 30px 34px; border-top: 1px solid rgba(255,255,255,.16); }
.ingredient-card__copy p { margin-bottom: 8px; color: var(--yellow); font: 800 .72rem/1 Arial, sans-serif; letter-spacing: .13em; }
.ingredient-card--yellow .ingredient-card__copy p { color: var(--purple); }
.ingredient-card__copy h3 { margin: 0 0 16px; font-size: clamp(2rem, 3.1vw, 3rem); }
.ingredient-card__copy span { font-weight: 700; }
.mix-copy { margin: 58px 0 0; text-align: center; color: #c9c2ce; font-size: 1.15rem; }
.mix-copy strong { color: var(--yellow); font-size: 1.65rem; }

.benefits { background: var(--paper); color: var(--ink); }
.benefits .section-label { color: var(--purple); }
.benefits .section-label span { color: #fff; background: var(--purple); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 3px solid var(--ink); }
.benefit { position: relative; min-height: 370px; padding: 42px 34px; border-right: 3px solid var(--ink); }
.benefit:last-child { border-right: 0; }
.benefit > span { position: absolute; top: 18px; right: 24px; color: rgba(10,7,16,.18); font: 900 3rem/1 Arial, sans-serif; }
.benefit__icon { width: 86px; height: 86px; margin-bottom: 35px; display: grid; place-items: center; color: var(--ink); background: var(--yellow); border: 3px solid var(--ink); border-radius: 50%; box-shadow: 6px 6px 0 var(--purple); }
.benefit__icon svg { width: 48px; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.benefit h3 { font-size: 2rem; }
.benefit p { margin: 0; font-weight: 700; }

.arrange { background: linear-gradient(140deg, #1b0e28, #09070d 60%); }
.arrange__headline { width: min(680px, 90%); margin: -15px auto 30px; }
.recipe-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.recipe-card { overflow: hidden; background: #17121d; border: 1px solid var(--line); box-shadow: var(--shadow); }
.recipe-card__image { position: relative; height: 380px; overflow: hidden; }
.recipe-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.recipe-card:hover .recipe-card__image img { transform: scale(1.045); }
.recipe-card__image span { position: absolute; left: 0; bottom: 0; padding: 8px 16px; color: var(--ink); background: var(--yellow); font: 900 .78rem/1 Arial, sans-serif; letter-spacing: .1em; }
.recipe-card__body { padding: 30px; }
.recipe-card__body > div { margin-bottom: 28px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.recipe-card__body p { margin-bottom: 8px; color: var(--yellow); font-size: .78rem; font-weight: 900; }
.recipe-card h3 { margin: 0; font-size: 2.3rem; }
.recipe-card ol { margin: 0; padding: 0; list-style: none; }
.recipe-card li { display: grid; grid-template-columns: 34px 1fr; gap: 10px; margin: 12px 0; color: #d5cfd8; }
.recipe-card li b { color: var(--yellow); font-family: Arial, sans-serif; }

.scenes { background: var(--yellow); color: var(--ink); }
.scenes .section-label { color: var(--purple); }
.scenes .section-label span { color: #fff; background: var(--purple); }
.scenes .section-heading em { color: var(--purple); }
.scene-list { border-top: 4px solid var(--ink); }
.scene { display: grid; grid-template-columns: 110px 1.2fr 1fr; gap: 30px; align-items: center; padding: 30px 10px; border-bottom: 2px solid var(--ink); transition: padding .2s ease, background .2s ease; }
.scene:hover { padding-inline: 22px; background: rgba(255,255,255,.35); }
.scene > span { color: var(--purple); font: 900 1.9rem/1 Arial, sans-serif; }
.scene b { font-size: 1.25rem; }
.scene small { font-size: .92rem; font-weight: 700; }

.taste { background: #0f0b14; }
.taste__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 78px; align-items: center; }
.taste__photo { position: relative; }
.taste__photo::before { content: ""; position: absolute; inset: -14px 14px 14px -14px; border: 3px solid var(--yellow); }
.taste__photo img { position: relative; width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.taste__photo span { position: absolute; left: -26px; bottom: 24px; padding: 10px 18px; color: var(--ink); background: var(--yellow); font-weight: 900; transform: rotate(-3deg); }
.taste h2 { margin: 26px 0 42px; font-size: clamp(2.5rem, 4.8vw, 4.8rem); }
.taste ul { margin: 0; padding: 0; list-style: none; }
.taste li { display: grid; grid-template-columns: 44px 1fr; gap: 20px; padding: 20px 0; border-top: 1px solid var(--line); }
.taste li:last-child { border-bottom: 1px solid var(--line); }
.taste li > b { color: var(--yellow); font: 900 1rem/1.5 Arial, sans-serif; }
.taste li span { color: #cfc8d2; }
.taste li strong { display: block; color: #fff; font-size: 1.2rem; }

.character { overflow: hidden; background: radial-gradient(circle at 22% 50%, rgba(237,255,0,.16), transparent 28%), var(--purple); }
.character::before { content: "GUILCCHI"; position: absolute; left: -1vw; bottom: -4vw; color: rgba(255,255,255,.075); font: 900 clamp(5rem, 16vw, 15rem)/.8 Arial, sans-serif; letter-spacing: -.06em; }
.character__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; position: relative; }
.character__visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.character__visual img { width: min(500px, 95%); filter: drop-shadow(0 28px 22px rgba(0,0,0,.35)); }
.speech { position: absolute; top: 0; left: 0; z-index: 2; padding: 18px 24px; color: var(--ink); background: var(--yellow); border: 4px solid var(--ink); border-radius: 50%; font-weight: 900; line-height: 1.35; transform: rotate(-8deg); }
.character__profile { padding: 55px; color: var(--ink); background: var(--paper); border: 4px solid var(--ink); box-shadow: 14px 14px 0 var(--yellow); }
.character__profile .section-label { color: var(--purple); }
.character__profile .section-label span { color: #fff; background: var(--purple); }
.character__role { margin: 36px 0 0; color: var(--purple); font-weight: 900; }
.character__profile h2 { margin: 0 0 30px; font-size: clamp(4rem, 8vw, 7rem); }
.character__profile dl { margin: 0; }
.character__profile dl > div { display: grid; grid-template-columns: 120px 1fr; gap: 24px; padding: 17px 0; border-top: 2px solid var(--ink); }
.character__profile dt { font-weight: 900; }.character__profile dd { margin: 0; font-weight: 700; }

.purchase { background: linear-gradient(155deg, #100a18, #241038); }
.purchase__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.purchase__product { position: relative; min-height: 660px; display: grid; place-items: center; }
.purchase__product::before { content: ""; position: absolute; width: 75%; aspect-ratio: 1; border-radius: 50%; background: var(--yellow); filter: blur(2px); opacity: .88; }
.purchase__product img { position: relative; width: min(430px, 86%); transform: rotate(-5deg); filter: drop-shadow(0 28px 25px rgba(0,0,0,.55)); }
.purchase__copy > img { width: min(570px, 95%); margin: 28px 0; }
.product-spec { margin: 0 0 28px; border-top: 1px solid var(--line); }
.product-spec > div { display: grid; grid-template-columns: 110px 1fr; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.product-spec dt { color: var(--yellow); font-weight: 900; }.product-spec dd { margin: 0; font-weight: 700; }
.product-spec dd strong { color: var(--yellow); font-size: 1.75rem; }
.product-spec small { color: var(--muted); }
.store-note { margin: 13px 0 0; color: var(--muted); font-size: .82rem; text-align: center; }

.notice { padding-block: 85px; color: var(--ink); background: var(--paper); }
.notice .section-label { color: var(--purple); }.notice .section-label span { color: #fff; background: var(--purple); }
.notice__heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 36px; }
.notice__heading h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.6rem); }
.notice__grid { display: grid; grid-template-columns: 1fr 1fr; border: 2px solid var(--ink); }
.notice__grid > div { padding: 28px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.notice__grid > div:nth-child(2n) { border-right: 0; }.notice__grid > div:nth-last-child(-n+2) { border-bottom: 0; }
.notice__grid h3 { margin-bottom: 12px; font-size: 1.2rem; }.notice__grid p { margin: 0; font-size: .9rem; line-height: 1.8; }
.notice__caution { margin: 20px 0 0; font-size: .82rem; color: #4d4653; }

footer { padding: 60px 0 24px; background: #060408; }
.footer__inner { display: grid; grid-template-columns: 190px 1fr auto; gap: 40px; align-items: center; }
.footer__inner p { margin: 0; text-align: center; font-weight: 800; }.footer__inner a { color: var(--yellow); font-weight: 900; text-decoration: none; }
.footer__copy { margin: 50px 0 0; color: #716c75; text-align: center; font-size: .75rem; }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal--delay { transition-delay: .12s; }.reveal--delay-2 { transition-delay: .24s; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 960px) {
  :root { --wrap: min(100% - 36px, 760px); }
  .site-header nav { display: none; }
  .hero { height: auto; min-height: 900px; align-items: end; }
  .hero__photo { background-position: 62% center; }
  .hero__shade { background: linear-gradient(0deg, rgba(8,5,12,.98) 0%, rgba(8,5,12,.9) 52%, rgba(8,5,12,.22) 100%); }
  .hero__content { grid-template-columns: 1fr; gap: 12px; padding-top: 140px; padding-bottom: 70px; }
  .hero__copy { max-width: 680px; }
  .hero__product { position: absolute; right: 3vw; top: 110px; width: 230px; opacity: .97; }
  .empathy__grid { grid-template-columns: 1fr 2fr; }.empathy__note { grid-column: 2; margin-top: 0; max-width: 400px; }
  .ingredient-grid { grid-template-columns: 1fr 1fr; }.ingredient-card:last-child { grid-column: 1 / -1; }.ingredient-card:last-child .ingredient-card__image img { width: 45%; }
  .benefit-grid { grid-template-columns: 1fr; }.benefit { min-height: 240px; border-right: 0; border-bottom: 3px solid var(--ink); }.benefit:last-child { border-bottom: 0; }
  .recipe-card__image { height: 300px; }
  .taste__grid, .character__grid, .purchase__grid { gap: 40px; }
  .character__profile { padding: 35px; }
}

@media (max-width: 700px) {
  :root { --wrap: min(100% - 28px, 560px); }
  body { padding-bottom: 74px; }
  .section { padding: 82px 0; }
  .site-header { height: 62px; padding-inline: 16px; }.brand { width: 135px; }.site-header .button { display: none; }
  .hero { min-height: 860px; }
  .hero__content { display: block; padding-top: 280px; padding-bottom: 74px; }
  .hero__product { top: 78px; right: -15px; width: 190px; margin: 0; }
  .hero__logo { width: 100%; margin-top: 20px; }.hero h1 { font-size: clamp(2.55rem, 12vw, 4rem); }.hero__sub { max-width: 310px; font-size: .82rem; }
  .hero__actions { display: grid; }.hero__actions .button { width: 100%; min-height: 56px; }.hero__scroll { display: none; }
  .eyebrow { font-size: .72rem; }.eyebrow span { flex: 0 0 auto; }
  .section-heading { display: block; }.section-heading .section-label { margin-bottom: 28px; }.section-heading h2, .empathy h2 { font-size: clamp(2.45rem, 12vw, 4rem); }
  .empathy__grid { display: block; }.empathy__grid > .section-label { margin-bottom: 30px; }.empathy__note { margin: 44px 6px 0; }
  .ingredient-grid { grid-template-columns: 1fr; }.ingredient-card, .ingredient-card:last-child { grid-column: auto; min-height: 535px; }.ingredient-card:last-child .ingredient-card__image img { width: 82%; }.ingredient-card__image { height: 300px; }
  .mix-copy strong { font-size: 1.3rem; }
  .benefit { padding: 34px 28px; }.benefit__icon { margin-bottom: 25px; }
  .arrange__headline { width: 100%; margin-top: 10px; }
  .recipe-grid { grid-template-columns: 1fr; }.recipe-card__image { height: 260px; }.recipe-card h3 { font-size: 2rem; }
  .scene { grid-template-columns: 82px 1fr; gap: 16px; }.scene small { grid-column: 2; margin-top: -16px; }.scene > span { font-size: 1.45rem; }.scene b { font-size: 1.05rem; }
  .taste__grid, .character__grid, .purchase__grid { grid-template-columns: 1fr; }
  .taste__photo { width: calc(100% - 14px); margin-left: 14px; }.taste__photo img { aspect-ratio: 4/4.6; }.taste__photo span { left: -10px; max-width: 80%; }
  .character__visual { min-height: 390px; }.speech { left: 2px; top: -10px; padding: 13px 18px; font-size: .85rem; }.character__profile { padding: 28px 22px; box-shadow: 9px 9px 0 var(--yellow); }.character__profile dl > div { grid-template-columns: 100px 1fr; gap: 14px; font-size: .9rem; }
  .purchase__product { min-height: 500px; }.purchase__copy > img { margin-block: 22px; }
  .notice__heading { display: block; }.notice__heading .section-label { margin-bottom: 22px; }.notice__grid { grid-template-columns: 1fr; }.notice__grid > div, .notice__grid > div:nth-child(2n), .notice__grid > div:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid var(--ink); }.notice__grid > div:last-child { border-bottom: 0; }
  .footer__inner { grid-template-columns: 1fr; justify-items: center; gap: 22px; }.footer__inner p { font-size: .9rem; }
  .mobile-cta { position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 45; min-height: 56px; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; color: var(--ink); background: var(--yellow); border: 2px solid var(--ink); box-shadow: 0 0 0 2px var(--yellow), 6px 6px 0 var(--purple); font-weight: 900; text-decoration: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .title-call { display: none; }
  .reveal { opacity: 1; transform: none; }
}
