
:root {
  --paper: #f4f2eb;
  --ink: #11110f;
  --white: #fffef9;
  --purple: #b8a3e8;
  --yellow: #e7e45f;
  --orange: #ef8a54;
  --green: #91bd62;
  --blue: #83c9e7;
  --line: rgba(17,17,15,.24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
}
a { color: inherit; }
button { font: inherit; }

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 88px;
  padding: 0 32px;
  border-bottom: 1px solid var(--ink);
  background: rgba(244,242,235,.92);
  backdrop-filter: blur(14px);
}
.admin-bar .topbar { top: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; font-size: 1.08rem; font-weight: 800; text-decoration: none; }
.topbar-note { margin: 0; font-size: .67rem; font-weight: 600; letter-spacing: .12em; }
.topbar nav { display: flex; justify-self: end; align-items: center; gap: 28px; font-family: "Barlow Condensed", sans-serif; font-size: .86rem; letter-spacing: .12em; }
.topbar nav a { text-decoration: none; }
.nav-cta { padding: 10px 17px; border: 1px solid var(--ink); border-radius: 999px; background: var(--yellow); font-family: "Noto Sans JP", sans-serif; letter-spacing: 0; }
.menu-toggle { display: grid; width: 46px; height: 46px; padding: 0; place-content: center; gap: 5px; border: 1px solid var(--ink); border-radius: 50%; background: var(--yellow); cursor: pointer; }.menu-toggle i { display: block; width: 18px; height: 1px; background: var(--ink); transition: transform .25s ease; }.menu-toggle:hover i:first-child { transform: translateX(3px); }.menu-toggle:hover i:last-child { transform: translateX(-3px); }
body.menu-open { overflow: hidden; }
.site-menu { position: fixed; z-index: 100; inset: 0; display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: auto 1fr auto; gap: 34px 8vw; padding: 28px 32px 30px; overflow: auto; visibility: hidden; background: var(--ink); color: var(--white); opacity: 0; transform: translateY(-18px); pointer-events: none; transition: opacity .35s ease, transform .35s ease, visibility .35s; }.site-menu.is-open { visibility: visible; opacity: 1; transform: none; pointer-events: auto; }.site-menu-head { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-right: 75px; font-family: "Barlow Condensed", sans-serif; letter-spacing: .16em; }.site-menu-head small { font-size: .65rem; }.menu-close { position: absolute; right: 32px; top: 22px; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: transparent; cursor: pointer; }.menu-close i { position: absolute; left: 14px; top: 23px; width: 19px; height: 1px; background: var(--white); transform: rotate(45deg); }.menu-close i:last-child { transform: rotate(-45deg); }
.site-menu > nav { align-self: start; border-top: 1px solid rgba(255,255,255,.35); }.site-menu > nav a { display: grid; grid-template-columns: 45px 1fr auto; gap: 20px; align-items: center; padding: 15px 4px; border-bottom: 1px solid rgba(255,255,255,.35); color: var(--white); text-decoration: none; transition: padding .25s ease, background .25s ease; }.site-menu > nav a:hover { padding-inline: 14px; background: rgba(255,255,255,.08); }.site-menu > nav span, .site-menu > nav b { font-family: "Barlow Condensed", sans-serif; font-size: .65rem; font-weight: 600; letter-spacing: .13em; }.site-menu > nav strong { font-family: "Shippori Mincho", serif; font-size: clamp(1rem,1.5vw,1.35rem); font-weight: 600; }
.site-menu-buy { align-self: start; padding: 28px; background: var(--purple); color: var(--ink); }.site-menu-buy p { margin: 0 0 24px; font-family: "Barlow Condensed", sans-serif; font-size: .7rem; letter-spacing: .16em; }.site-menu-buy a { display: flex; justify-content: space-between; gap: 20px; padding: 19px 2px; border-top: 1px solid var(--ink); color: var(--ink); font-size: .82rem; font-weight: 700; text-decoration: none; }.site-menu-buy a:last-child { border-bottom: 1px solid var(--ink); }.site-menu-buy b { font-family: "Barlow Condensed", sans-serif; font-size: 1rem; }.site-menu-legal { grid-column: 1 / -1; display: flex; gap: 25px; font-family: "Barlow Condensed", sans-serif; font-size: .65rem; letter-spacing: .14em; }.site-menu-legal a { color: var(--white); }

.hero { position: relative; min-height: 100svh; padding: 150px 32px 58px; overflow: hidden; }
.hero-copy { position: relative; z-index: 2; width: min(71vw, 1040px); }
.kicker, .micro { font-family: "Barlow Condensed", sans-serif; font-size: .78rem; font-weight: 600; letter-spacing: .16em; }
.kicker span { display: inline-grid; width: 27px; height: 27px; margin-right: 9px; place-items: center; border: 1px solid var(--ink); border-radius: 50%; letter-spacing: 0; }
.hero h1 {
  margin: 28px 0 36px;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(4.6rem, 8.15vw, 9.4rem);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -.075em;
}
.hero h1 > span { display: block; }
.hero-accent { position: relative; width: max-content; margin-left: 8vw; font-size: 1em; z-index: 1; }
.hero-accent .no-break { display: inline; white-space: nowrap; }
.hero-accent::after { content: ""; position: absolute; left: -.03em; right: -.13em; bottom: .05em; height: .28em; border-radius: 50%; background: var(--yellow); z-index: -1; transform: rotate(-1.2deg); }
.hero-bottom { display: flex; align-items: end; gap: 65px; margin-left: 11vw; }
.hero-bottom p { margin: 0; font-size: .92rem; line-height: 2; }
.round-link { position: relative; display: grid; width: 146px; height: 146px; place-items: center; border: 1px solid var(--ink); border-radius: 50%; background: var(--orange); font-size: .78rem; font-weight: 700; text-align: center; text-decoration: none; transition: transform .35s ease; }
.round-link:hover { transform: rotate(8deg) scale(1.04); }
.round-link span { display: block; width: 78px; line-height: 1.55; }
.round-link b { position: absolute; right: 18px; bottom: 18px; font-size: 1.3rem; }

.hero-system { position: absolute; width: min(37vw, 570px); aspect-ratio: 1; right: 2vw; top: 17vh; }
.machine-visual { width: 100%; height: 100%; overflow: hidden; border: 1px solid var(--ink); border-radius: 50%; background: var(--purple); animation: float 6s ease-in-out infinite; }
.machine-visual img { display: block; width: 100%; height: 100%; object-fit: cover; }
.color-chip { position: absolute; display: grid; width: 70px; height: 70px; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-size: .68rem; font-weight: 700; }
.chip-purple { left: 2%; top: 4%; background: var(--purple); }.chip-yellow { right: 2%; top: 17%; background: var(--yellow); }.chip-orange { left: -3%; bottom: 19%; background: var(--orange); }.chip-green { right: 9%; bottom: 2%; background: var(--green); }
@keyframes float { 50% { transform: translateY(-13px) rotate(2deg); } }
.hero-thread {
  position: absolute;
  left: -17%;
  bottom: -7%;
  display: flex;
  width: 78%;
  align-items: center;
  gap: 7px;
  transform: rotate(7deg);
}
.hero-thread i {
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: var(--ink);
  opacity: 0;
  animation: stitchIn 3.4s steps(1, end) infinite;
}
.hero-thread i:nth-child(2) { animation-delay: .12s; }.hero-thread i:nth-child(3) { animation-delay: .24s; }.hero-thread i:nth-child(4) { animation-delay: .36s; }
.hero-thread i:nth-child(5) { animation-delay: .48s; }.hero-thread i:nth-child(6) { animation-delay: .6s; }.hero-thread i:nth-child(7) { animation-delay: .72s; }
.hero-thread i:nth-child(8) { animation-delay: .84s; }.hero-thread i:nth-child(9) { animation-delay: .96s; }.hero-thread i:nth-child(10) { animation-delay: 1.08s; }
.hero-thread i:nth-child(11) { animation-delay: 1.2s; }.hero-thread i:nth-child(12) { animation-delay: 1.32s; }.hero-thread i:nth-child(13) { animation-delay: 1.44s; }.hero-thread i:nth-child(14) { animation-delay: 1.56s; }
@keyframes stitchIn { 0%, 8% { opacity: 0; transform: translateY(8px); } 12%, 82% { opacity: 1; transform: none; } 94%, 100% { opacity: 0; } }

.hero-rule { position: absolute; left: 32px; right: 32px; bottom: 24px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; font-family: "Barlow Condensed", sans-serif; font-size: .66rem; letter-spacing: .14em; }
.hero-rule i { height: 1px; background: var(--ink); }

.statement { position: relative; display: grid; min-height: 900px; grid-template-columns: 18% 64% 18%; padding: 125px 32px; overflow: hidden; background: var(--ink); color: var(--white); }
.statement-index { font-family: "Barlow Condensed", sans-serif; font-size: .75rem; letter-spacing: .16em; }
.statement-body { position: relative; z-index: 2; }
.statement-en { color: var(--green); font-family: "Barlow Condensed", sans-serif; font-size: clamp(1.3rem, 2.3vw, 2.3rem); line-height: 1.15; letter-spacing: .03em; }
.statement h2 { margin: 78px 0 54px; font-family: "Shippori Mincho", serif; font-size: clamp(3.1rem, 6vw, 7rem); font-weight: 500; line-height: 1.42; letter-spacing: -.05em; }
.statement h2 em { position: relative; color: var(--yellow); font-style: normal; }
.statement-copy { width: min(570px, 100%); margin-left: auto; font-size: .98rem; line-height: 2.2; }
.statement-thread { position: absolute; right: -100px; top: 0; width: 34%; height: 100%; opacity: .85; }
.statement-thread span { position: absolute; width: 75%; height: 22%; border: 2px solid var(--green); border-left: 0; border-radius: 0 50% 50% 0; }
.statement-thread span:nth-child(1) { top: 5%; right: 15%; }.statement-thread span:nth-child(2) { top: 23%; right: -5%; transform: rotate(10deg); border-color: var(--purple); }.statement-thread span:nth-child(3) { top: 43%; right: 20%; transform: rotate(-8deg); border-color: var(--orange); }.statement-thread span:nth-child(4) { top: 61%; right: 0; border-color: var(--yellow); }.statement-thread span:nth-child(5) { top: 79%; right: 13%; transform: rotate(7deg); }

.product { padding: 0 32px 145px; background: var(--white); }
.section-label { display: flex; justify-content: space-between; padding: 20px 0; border-bottom: 1px solid var(--ink); font-family: "Barlow Condensed", sans-serif; font-size: .72rem; letter-spacing: .15em; }
.product-layout { display: grid; grid-template-columns: 1fr .82fr; gap: 9vw; align-items: center; padding-top: 115px; }
.book-stage { position: relative; isolation: isolate; display: grid; min-height: 690px; place-items: center; background: #aaa0ce; overflow: hidden; }
.book-stage::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: -22%;
  background:
    radial-gradient(ellipse at 70% 32%, rgba(201,235,246,.56) 0 12%, transparent 43%),
    radial-gradient(ellipse at 28% 76%, rgba(223,218,243,.48) 0 15%, transparent 48%),
    linear-gradient(135deg, rgba(255,255,255,.09), transparent 55%);
  filter: blur(30px);
  animation: coverAura 16s ease-in-out infinite alternate;
}
.book-stage::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .18;
  background:
    repeating-linear-gradient(0deg, transparent 0 43px, rgba(255,255,255,.82) 44px 45px, transparent 46px 88px);
  mask-image: linear-gradient(90deg, transparent 4%, #000 28%, #000 72%, transparent 96%);
  animation: coverStitches 11s ease-in-out infinite alternate;
}
.book-shadow { position: absolute; width: 49%; height: 70%; background: rgba(0,0,0,.22); transform: translate(28px, 32px) rotate(4deg); filter: blur(12px); }
.book-cover-image { position: relative; display: block; width: min(48%, 370px); height: auto; border: 1px solid var(--ink); background: #fff; box-shadow: 0 2px 0 rgba(17,17,15,.12); z-index: 2; transform: rotate(-5deg); }
@keyframes coverAura {
  0% { transform: translate3d(-2%, -2%, 0) scale(1); }
  50% { transform: translate3d(3%, 3%, 0) scale(1.05); }
  100% { transform: translate3d(-1%, 6%, 0) scale(1.02); }
}
@keyframes coverStitches {
  0% { transform: translateY(-18px) scaleY(.94); }
  50% { transform: translateY(9px) scaleY(1.04); }
  100% { transform: translateY(22px) scaleY(.97); }
}
.product-copy h2, .patch-copy h2 { margin: 24px 0 36px; font-family: "Shippori Mincho", serif; font-size: clamp(3.2rem, 5.6vw, 6.5rem); font-weight: 600; line-height: 1.28; letter-spacing: -.06em; }
.product-copy h2 em { color: var(--orange); font-style: normal; }
.product-copy > p:not(.micro), .patch-copy > p:not(.micro) { max-width: 520px; line-height: 2.15; }
.price { display: flex; align-items: baseline; gap: 13px; margin: 50px 0 28px; padding: 19px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.price span, .price small { font-size: .7rem; }.price strong { margin-left: auto; font-family: "Barlow Condensed", sans-serif; font-size: 3rem; line-height: 1; }
.product-actions { display: grid; grid-template-columns: 1fr .78fr; border-bottom: 1px solid var(--ink); }.text-link, .buy-direct { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 17px 12px 17px 3px; font-size: .84rem; font-weight: 700; text-decoration: none; }.buy-direct { padding-left: 18px; border-left: 1px solid var(--ink); background: var(--yellow); transition: background .25s ease; }.buy-direct:hover { background: var(--orange); }.buy-direct span { font-family: "Barlow Condensed", sans-serif; font-size: .67rem; letter-spacing: .12em; }

.chapters { display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; padding: 135px 32px; background: var(--yellow); }
.chapters-head { position: sticky; top: 130px; align-self: start; }.chapters-head p { font-family: "Barlow Condensed", sans-serif; letter-spacing: .15em; }.chapters-head h2 { margin-top: 55px; font-family: "Shippori Mincho", serif; font-size: clamp(3rem, 5vw, 6rem); font-weight: 600; line-height: 1.4; letter-spacing: -.05em; }
.chapter-content { min-width: 0; }
.chapter-list { border-top: 1px solid var(--ink); }
.chapter-list article { display: grid; grid-template-columns: 55px 1fr 1.25fr 35px; align-items: center; min-height: 128px; border-bottom: 1px solid var(--ink); }
.chapter-list article > span { font-family: "Barlow Condensed", sans-serif; }.chapter-list h3 { margin: 0; font-family: "Shippori Mincho", serif; font-size: 1.45rem; }.chapter-list p { margin: 0; font-size: .78rem; }.chapter-list i { font-style: normal; font-size: 1.2rem; }
.chapter-columns { display: grid; grid-template-columns: 55px 1fr 1.25fr 35px; padding: 64px 0 8px; }
.chapter-columns > p { margin: 0; }
.chapter-columns > .micro { grid-column: 1 / 3; align-self: start; }
.chapter-columns-copy { grid-column: 3 / 5; font-size: .78rem; line-height: 2.05; text-align: left; }

.patch { display: grid; grid-template-columns: 1fr 1fr; min-height: 850px; background: var(--green); }
.patch-process { position: relative; display: grid; align-content: center; justify-items: center; overflow: hidden; border-right: 1px solid var(--ink); }
.patch-process > p { position: absolute; left: 28px; right: 28px; top: 22px; display: flex; justify-content: space-between; margin: 0; font-family: "Barlow Condensed", sans-serif; font-size: .7rem; letter-spacing: .16em; }
.patch-process > p span + span::before { content: "→"; margin-right: 4.2vw; }
.patch-process > small { position: absolute; right: 28px; bottom: 22px; font-family: "Barlow Condensed", sans-serif; letter-spacing: .16em; }
.patch-gallery { position: relative; width: min(91%, 720px); aspect-ratio: 1/.92; }
.gallery-orbit { position: absolute; border: 1px solid rgba(17,17,15,.55); border-radius: 50%; pointer-events: none; }
.orbit-one { inset: 10% 8%; transform: rotate(-11deg); animation: orbitDrift 14s ease-in-out infinite; }
.orbit-two { inset: 24% 20%; border-color: rgba(255,254,249,.72); transform: rotate(26deg); animation: orbitDrift 11s ease-in-out infinite reverse; }
.patch-item { position: absolute; z-index: 2; height: auto; filter: drop-shadow(0 13px 0 rgba(17,17,15,.13)); will-change: transform; }
.patch-tiger { left: 37%; top: 27%; width: 27%; z-index: 4; animation: patchFloatA 5.2s ease-in-out infinite; }
.patch-corgi { left: 7%; top: 10%; width: 24%; animation: patchFloatB 6.4s ease-in-out infinite -.7s; }
.patch-husky { right: 8%; top: 5%; width: 22%; animation: patchFloatC 5.8s ease-in-out infinite -2.1s; }
.patch-bear { left: 5%; bottom: 10%; width: 28%; animation: patchFloatC 6.8s ease-in-out infinite -1.2s; }
.patch-fish { right: 2%; top: 47%; width: 39%; animation: patchFloatB 7.1s ease-in-out infinite -3s; }
.patch-pansy { right: 24%; bottom: 1%; width: 31%; animation: patchFloatA 6.1s ease-in-out infinite -2.4s; }
@keyframes patchFloatA { 0%, 100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-18px) rotate(2.5deg); } }
@keyframes patchFloatB { 0%, 100% { transform: translate(0,0) rotate(2deg); } 45% { transform: translate(10px,-13px) rotate(-3deg); } }
@keyframes patchFloatC { 0%, 100% { transform: translate(0,0) rotate(-3deg); } 50% { transform: translate(-8px,16px) rotate(3deg); } }
@keyframes orbitDrift { 0%, 100% { border-radius: 48% 52% 47% 53%; scale: 1; } 50% { border-radius: 54% 46% 53% 47%; scale: 1.035; } }
.patch-copy { align-self: center; padding: 100px 9vw 100px 8vw; }

.about { position: relative; isolation: isolate; display: grid; grid-template-columns: 1.15fr .85fr; gap: 10vw; min-height: 720px; align-items: end; padding: 140px 32px; overflow: hidden; background: var(--paper); }
.about::before {
  content: "";
  position: absolute;
  z-index: -2;
  width: 78%;
  height: 115%;
  left: 25%;
  top: -32%;
  border-radius: 42% 58% 54% 46%;
  background:
    radial-gradient(ellipse at 28% 35%, rgba(131,201,231,.34), transparent 43%),
    radial-gradient(ellipse at 73% 61%, rgba(140,211,235,.24), transparent 40%),
    radial-gradient(ellipse at 48% 82%, rgba(196,235,246,.34), transparent 38%);
  filter: blur(35px);
  animation: waterDrift 13s ease-in-out infinite alternate;
}
.about::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 76%;
  height: 72%;
  right: -11%;
  top: 4%;
  opacity: .22;
  background:
    repeating-radial-gradient(ellipse at 50% 50%, transparent 0 24px, rgba(255,255,255,.72) 25px 27px, transparent 28px 52px);
  filter: blur(2px);
  transform: rotate(-8deg) scale(1.12);
  animation: waterShimmer 10s ease-in-out infinite alternate;
}
.about-title, .about-copy { position: relative; z-index: 1; }
.about-title > span { font-family: "Barlow Condensed", sans-serif; font-size: .75rem; letter-spacing: .16em; }.about-title h2 { margin: 48px 0 0; font-family: "Shippori Mincho", serif; font-size: clamp(3rem, 5.3vw, 6.2rem); font-weight: 600; line-height: 1.45; letter-spacing: -.055em; }
.about-copy { padding-bottom: 16px; }.about-copy p { margin: 0; line-height: 2.3; }.about-copy p + p { margin-top: 28px; }
@keyframes waterDrift {
  0% { transform: translate3d(-5%, -2%, 0) rotate(-4deg) scale(1); }
  50% { transform: translate3d(4%, 5%, 0) rotate(3deg) scale(1.08); }
  100% { transform: translate3d(-1%, 9%, 0) rotate(-1deg) scale(1.03); }
}
@keyframes waterShimmer {
  0% { transform: translate3d(-4%, -3%, 0) rotate(-8deg) scale(1.12); opacity: .13; }
  50% { transform: translate3d(3%, 4%, 0) rotate(-4deg) scale(1.2); opacity: .26; }
  100% { transform: translate3d(-1%, 8%, 0) rotate(-10deg) scale(1.15); opacity: .18; }
}

.final-cta { position: relative; display: grid; min-height: 88vh; place-items: center; align-content: center; padding: 120px 32px 40px; overflow: hidden; background: var(--purple); text-align: center; }
.final-cta > p, .final-cta h2, .final-cta > a, .cta-notes { position: relative; z-index: 2; }
.final-cta > p { font-family: "Barlow Condensed", sans-serif; letter-spacing: .18em; }.final-cta h2 { margin: 25px 0 50px; font-family: "Shippori Mincho", serif; font-size: clamp(4.5rem, 8vw, 9rem); font-weight: 600; letter-spacing: -.07em; }
.final-cta > a { display: flex; width: min(560px, 90vw); align-items: center; justify-content: space-between; padding: 24px 30px; border: 1px solid var(--ink); border-radius: 999px; background: var(--yellow); text-decoration: none; transition: transform .25s ease; }.final-cta > a:hover { transform: scale(1.025); }.final-cta > a span { font-weight: 700; }.final-cta > a b { font-family: "Barlow Condensed", sans-serif; letter-spacing: .1em; }
.cta-motion { position: absolute; inset: 0; z-index: 1; overflow: hidden; pointer-events: none; }
.motion-row { position: absolute; left: -10%; width: 120%; overflow: hidden; white-space: nowrap; transform: rotate(-3deg); }
.motion-row span { display: inline-block; color: transparent; font-family: "Barlow Condensed", sans-serif; font-size: clamp(4rem, 9vw, 10rem); font-weight: 700; line-height: 1; letter-spacing: .035em; -webkit-text-stroke: 1px rgba(17,17,15,.28); animation: typeRun 24s linear infinite; }
.row-one { top: 12%; }.row-two { bottom: 10%; transform: rotate(2deg); }
.row-two span { font-size: clamp(2.7rem, 5.5vw, 6rem); opacity: .7; animation-direction: reverse; animation-duration: 19s; }
.precision-seam { position: absolute; left: -4%; right: -4%; top: 53%; display: flex; gap: 12px; transform: rotate(-4deg); }
.precision-seam i { flex: 1; min-width: 24px; height: 2px; background: var(--ink); opacity: .16; animation: seamPulse 2.8s ease-in-out infinite; }
.precision-seam i:nth-child(3n+2) { animation-delay: .3s; }.precision-seam i:nth-child(3n) { animation-delay: .6s; }
@keyframes typeRun { to { transform: translateX(-42%); } }
@keyframes seamPulse { 0%, 100% { opacity: .08; transform: scaleX(.5); } 50% { opacity: .48; transform: scaleX(1); } }
.cta-notes { position: absolute; left: 32px; right: 32px; bottom: 25px; display: flex; justify-content: space-between; font-family: "Barlow Condensed", sans-serif; font-size: .63rem; letter-spacing: .12em; }

footer { display: grid; grid-template-columns: 1fr auto auto; align-items: end; gap: 40px; padding: 55px 32px; border-top: 1px solid var(--ink); background: var(--ink); color: var(--white); } footer p, footer small { margin: 0; font-size: .7rem; }

[data-reveal] { opacity: 0; transform: translateY(34px); transition: opacity .85s cubic-bezier(.2,.8,.2,1), transform .85s cubic-bezier(.2,.8,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: none; }

.hero h1,
.statement h2,
.product-copy h2,
.chapters-head h2,
.patch-copy h2,
.about-title h2,
.final-cta h2 {
  font-size: clamp(3.2rem, 5.6vw, 6.5rem);
}

@media (max-width: 900px) {
  .admin-bar .topbar { top: 46px; }
  .topbar { grid-template-columns: 1fr auto; height: 70px; padding: 0 18px; }.topbar-note, .topbar nav a { display: none; }.brand { font-size: .94rem; }.menu-toggle { width: 42px; height: 42px; }
  .site-menu { grid-template-columns: 1fr; grid-template-rows: auto auto auto auto; gap: 27px; padding: 22px 18px 25px; }.site-menu-head { padding-right: 62px; }.menu-close { right: 18px; top: 14px; }.site-menu > nav a { grid-template-columns: 32px 1fr auto; gap: 12px; padding-block: 12px; }.site-menu > nav strong { font-size: 1rem; }.site-menu-buy { padding: 20px; }.site-menu-legal { grid-column: 1; }
  .hero { min-height: auto; padding: 112px 18px 45px; }.hero-copy { width: 100%; }.kicker { font-size: .65rem; }.hero h1 { margin-top: 36px; line-height: 1.3; }.hero h1 > span:first-child { white-space: nowrap; }.hero-accent { width: auto; margin: .12em 0 0; }.hero-system { position: relative; width: 76%; right: auto; top: auto; margin: 68px auto 48px; }.hero-system .color-chip { width: 48px; height: 48px; font-size: .56rem; }.hero-thread { left: -16%; bottom: -15%; width: 105%; gap: 4px; }.hero-thread i { height: 2px; }.hero-bottom { display: block; margin-left: 0; }.round-link { width: 118px; height: 118px; margin: 28px 0 0 auto; }.round-link span { width: 72px; }.round-link b { right: 13px; bottom: 13px; }.hero-rule { position: static; grid-template-columns: 1fr; margin-top: 20px; }.hero-rule span:last-child { display: none; }
  .hero h1, .statement h2, .product-copy h2, .chapters-head h2, .patch-copy h2, .about-title h2, .final-cta h2 { font-size: 13vw; line-height: 1.42; letter-spacing: -.055em; }
  .statement { min-height: auto; grid-template-columns: 1fr; padding: 90px 18px 110px; }.statement-index { margin-bottom: 55px; }.statement h2 { margin: 45px 0; }.statement-copy { margin-left: 0; }.statement-thread { right: -120px; width: 70%; opacity: .35; }
  .product { padding: 0 18px 100px; }.section-label span:last-child { display: none; }.product-layout { grid-template-columns: 1fr; gap: 72px; padding-top: 70px; }.book-stage { min-height: 0; aspect-ratio: 4/5; }.book-cover-image { width: 58%; }.product-actions { grid-template-columns: 1fr; border-bottom: 0; }.text-link, .buy-direct { border-bottom: 1px solid var(--ink); }.buy-direct { border-left: 0; padding-left: 3px; }
  .chapters { grid-template-columns: 1fr; gap: 55px; padding: 95px 18px 76px; }.chapters-head { position: static; }.chapters-head h2 { margin-top: 35px; }.chapter-list article { grid-template-columns: 38px 1fr 25px; padding: 22px 0; }.chapter-list article p { grid-column: 2; margin-top: 8px; }.chapter-list article i { grid-column: 3; grid-row: 1; }.chapter-columns { grid-template-columns: 38px 1fr 25px; padding-top: 28px; }.chapter-columns > .micro { grid-column: 1 / -1; margin-bottom: 17px; }.chapter-columns-copy { grid-column: 2 / 4; font-size: .78rem; line-height: 2.05; }
  .patch { grid-template-columns: 1fr; min-height: auto; }.patch-process { min-height: 590px; border-right: 0; border-bottom: 1px solid var(--ink); }.patch-process > p { left: 18px; right: 18px; }.patch-process > p span + span::before { margin-right: 3vw; }.patch-process > small { right: 18px; }.patch-gallery { width: 100%; }.patch-tiger { width: 27%; }.patch-corgi { left: 3%; width: 23%; }.patch-husky { right: 3%; width: 21%; }.patch-bear { left: 4%; width: 27%; }.patch-fish { right: 1%; width: 36%; }.patch-pansy { right: 25%; width: 31%; }.patch-copy { padding: 90px 18px; }
  .about { grid-template-columns: 1fr; gap: 70px; min-height: auto; padding: 100px 18px; }.about::before { width: 135%; height: 95%; left: -18%; top: 12%; filter: blur(28px); }.about::after { width: 125%; height: 62%; right: -40%; top: 23%; opacity: .16; }
  .final-cta { min-height: 760px; padding-inline: 18px; }.final-cta h2 { max-width: 100%; }.motion-row { left: -35%; width: 170%; }.motion-row span { font-size: 4.7rem; }.row-one { top: 16%; }.row-two { bottom: 15%; }.row-two span { font-size: 3.1rem; }.precision-seam { left: -20%; right: -20%; gap: 7px; }.cta-notes { left: 18px; right: 18px; }.cta-notes span:nth-child(2) { display: none; }
  footer { grid-template-columns: 1fr; padding: 45px 18px; }.footer-brand { margin-bottom: 30px; }
}

/* Sales proof */
.home-proof { display: grid; grid-template-columns: .78fr 1.22fr; gap: 7vw; padding: 120px 32px 105px; border-block: 1px solid var(--ink); background: var(--blue); }
.home-proof-intro > p { margin: 0 0 36px; font-family: "Barlow Condensed", sans-serif; font-size: .7rem; font-weight: 600; letter-spacing: .17em; }
.home-proof-intro h2 { margin: 0; font-family: "Shippori Mincho", serif; font-size: clamp(2.7rem,4.2vw,5rem); font-weight: 600; line-height: 1.42; letter-spacing: -.055em; }
.home-proof dl { display: grid; grid-template-columns: repeat(3,1fr); align-self: end; margin: 0; border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.home-proof dl > div { min-height: 250px; padding: 24px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.home-proof dt { font-size: .72rem; font-weight: 700; }
.home-proof dd { display: flex; flex-direction: column; justify-content: flex-end; height: 175px; margin: 0; }
.home-proof dd strong { font-family: "Barlow Condensed", sans-serif; font-size: clamp(4.5rem,7vw,8.5rem); line-height: .8; letter-spacing: -.035em; }
.home-proof dd span { margin-top: 18px; font-size: .7rem; font-weight: 700; }
.home-proof > small { grid-column: 2; font-size: .62rem; }
@media (max-width: 900px) {
  .home-proof { grid-template-columns: 1fr; gap: 58px; padding: 90px 18px 75px; }
  .home-proof dl { grid-template-columns: 1fr; }
  .home-proof dl > div { min-height: 155px; }
  .home-proof dd { height: 95px; }
  .home-proof dd strong { font-size: 20vw; }
  .home-proof > small { grid-column: 1; line-height: 1.8; }
}
