
: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; }
}

/* Patch-making detail page */
.patch-detail-page { background: var(--paper); }
.patch-detail-hero { display: grid; min-height: 100svh; grid-template-columns: 1.06fr .94fr; padding: 150px 32px 60px; border-bottom: 1px solid var(--ink); }
.patch-detail-copy { display: flex; flex-direction: column; justify-content: center; padding-right: 7vw; }
.patch-detail-copy h1 { margin: 30px 0 36px; font-family: "Shippori Mincho", serif; font-size: clamp(4rem, 6.8vw, 8rem); font-weight: 600; line-height: 1.18; letter-spacing: -.07em; }
.patch-detail-copy > p:not(.micro,.pro-breadcrumb) { max-width: 620px; margin: 0; font-size: .95rem; line-height: 2.15; }
.patch-detail-price { display: grid; grid-template-columns: 1fr 190px; gap: 28px; align-items: end; margin-top: 60px; padding-top: 22px; border-top: 1px solid var(--ink); }
.patch-detail-price > div { display: flex; align-items: baseline; gap: 12px; }.patch-detail-price small { font-family: "Barlow Condensed", sans-serif; letter-spacing: .12em; }.patch-detail-price strong { margin-left: auto; font-family: "Barlow Condensed", sans-serif; font-size: 3.4rem; line-height: 1; }.patch-detail-price span { font-size: .7rem; }
.patch-detail-price > a { display: flex; justify-content: space-between; padding: 15px 2px; border-bottom: 1px solid var(--ink); font-size: .78rem; font-weight: 700; text-decoration: none; }
.patch-detail-cover { position: relative; display: grid; min-height: 720px; place-items: center; overflow: hidden; background: var(--green); }
.patch-detail-cover::before, .patch-detail-cover::after { content: ""; position: absolute; border: 1px solid rgba(17,17,15,.42); border-radius: 50%; animation: orbitDrift 13s ease-in-out infinite; }.patch-detail-cover::before { width: 78%; height: 62%; transform: rotate(-12deg); }.patch-detail-cover::after { width: 53%; height: 78%; transform: rotate(24deg); animation-direction: reverse; }
.patch-cover-orbit { position: absolute; width: 115%; height: 2px; background: var(--ink); opacity: .16; transform: rotate(-8deg); animation: seamPulse 3s ease-in-out infinite; }
.patch-hero-gallery { position: relative; z-index: 2; width: min(90%, 700px); aspect-ratio: 1/.9; }
.patch-hero-gallery img { position: absolute; height: auto; filter: drop-shadow(0 15px 0 rgba(17,17,15,.12)); will-change: transform; }
.patch-hero-tiger { z-index: 5; left: 35%; top: 28%; width: 30%; animation: patchFloatA 5.2s ease-in-out infinite; }
.patch-hero-corgi { left: 4%; top: 8%; width: 25%; animation: patchFloatB 6.4s ease-in-out infinite -.7s; }
.patch-hero-husky { right: 5%; top: 4%; width: 23%; animation: patchFloatC 5.8s ease-in-out infinite -2.1s; }
.patch-hero-bear { left: 3%; bottom: 8%; width: 29%; animation: patchFloatC 6.8s ease-in-out infinite -1.2s; }
.patch-hero-fish { right: 0; top: 49%; width: 40%; animation: patchFloatB 7.1s ease-in-out infinite -3s; }
.patch-hero-pansy { right: 25%; bottom: 0; width: 31%; animation: patchFloatA 6.1s ease-in-out infinite -2.4s; }

.patch-detail-message { display: grid; grid-template-columns: .34fr 1fr .72fr; gap: 6vw; min-height: 800px; align-items: center; padding: 135px 32px; background: var(--ink); color: var(--white); }
.patch-detail-message h2, .patch-photo-story h2, .patch-steps h2, .patch-materials h2, .patch-for-you h2, .patch-detail-faq h2 { margin: 0; font-family: "Shippori Mincho", serif; font-size: clamp(3.2rem, 5.4vw, 6.3rem); font-weight: 600; line-height: 1.4; letter-spacing: -.055em; }
.patch-detail-message h2 em { color: var(--yellow); font-style: normal; }.patch-detail-message > p:last-child { align-self: end; margin: 0 0 35px; line-height: 2.25; }

.patch-photo-story { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; padding: 135px 32px; background: var(--white); }
.patch-story-head { grid-column: 1 / -1; display: grid; grid-template-columns: .34fr 1fr; gap: 6vw; margin-bottom: 65px; }
.patch-photo-story figure { margin: 0; }.patch-photo-story figure img { display: block; width: 100%; aspect-ratio: 3/2; object-fit: cover; }.patch-story-large { grid-column: 1 / -1; }.patch-story-large img { aspect-ratio: 16/8 !important; }
.patch-photo-story figcaption { display: flex; gap: 24px; padding: 14px 0 25px; border-bottom: 1px solid var(--ink); font-size: .73rem; }.patch-photo-story figcaption span { font-family: "Barlow Condensed", sans-serif; letter-spacing: .14em; }

.patch-steps { display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; padding: 135px 32px; background: var(--yellow); }
.patch-steps-title { position: sticky; top: 130px; align-self: start; }.patch-steps-title h2 { margin-top: 55px; }
.patch-step-list { border-top: 1px solid var(--ink); }.patch-step-list article { display: grid; grid-template-columns: 60px .7fr 1.3fr 30px; gap: 22px; align-items: center; min-height: 160px; border-bottom: 1px solid var(--ink); }.patch-step-list article > span { font-family: "Barlow Condensed", sans-serif; }.patch-step-list h3 { margin: 0; font-family: "Shippori Mincho", serif; font-size: 1.5rem; }.patch-step-list p { margin: 0; font-size: .76rem; line-height: 1.95; }.patch-step-list i { font-style: normal; }

.patch-materials { position: relative; isolation: isolate; display: grid; grid-template-columns: .82fr 1.18fr; min-height: 900px; overflow: hidden; background: var(--paper); }
.patch-materials::before { content: ""; position: absolute; z-index: -1; width: 60%; aspect-ratio: 1; left: -18%; top: -22%; border-radius: 50%; background: radial-gradient(circle, rgba(145,189,98,.48), transparent 68%); filter: blur(20px); animation: waterDrift 14s ease-in-out infinite alternate; }
.patch-materials-type { align-self: stretch; display: flex; flex-direction: column; justify-content: center; gap: 32px; padding: 80px 2vw; overflow: hidden; border-right: 1px solid var(--ink); }
.patch-materials-type span { color: transparent; font-family: "Barlow Condensed", sans-serif; font-size: clamp(5rem, 10vw, 12rem); font-weight: 700; line-height: .78; letter-spacing: -.025em; white-space: nowrap; -webkit-text-stroke: 1px rgba(17,17,15,.34); animation: materialTypeDrift 15s ease-in-out infinite alternate; }
.patch-materials-type span:nth-child(2) { margin-left: -18%; animation-delay: -5s; }.patch-materials-type span:nth-child(3) { margin-left: 8%; animation-delay: -9s; }
@keyframes materialTypeDrift { to { transform: translateX(-8%); } }
.patch-materials-copy { align-self: center; padding: 110px 8vw; }.patch-materials-copy h2 { margin: 40px 0; }.patch-materials-copy > p:not(.pro-section-index) { line-height: 2.2; }
.patch-materials-copy ul { margin: 50px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }.patch-materials-copy li { display: grid; grid-template-columns: 42px 1fr; padding: 17px 0; border-bottom: 1px solid var(--ink); font-size: .78rem; }.patch-materials-copy li span { font-family: "Barlow Condensed", sans-serif; }

.patch-for-you { display: grid; grid-template-columns: .35fr .85fr 1fr; gap: 6vw; padding: 135px 32px; background: var(--orange); }.patch-for-you > div { border-top: 1px solid var(--ink); }.patch-for-you > div p { display: grid; grid-template-columns: 45px 1fr; gap: 14px; margin: 0; padding: 25px 0; border-bottom: 1px solid var(--ink); font-size: .82rem; line-height: 1.9; }.patch-for-you > div span { font-family: "Barlow Condensed", sans-serif; }
.patch-detail-faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; padding: 140px 32px; background: var(--white); }.patch-detail-faq h2 { margin-top: 50px; }

.patch-detail-purchase { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 850px; background: var(--green); }
.patch-purchase-visual { display: grid; place-items: center; overflow: hidden; border-right: 1px solid var(--ink); background: radial-gradient(circle at 50% 50%, rgba(231,228,95,.65), transparent 62%); }.patch-purchase-visual img { width: min(48%, 370px); border: 1px solid var(--ink); box-shadow: 28px 30px 40px rgba(17,17,15,.2); transform: rotate(-3deg); }
.patch-purchase-copy { align-self: center; padding: 100px 9vw; }.patch-purchase-copy h2 { margin: 24px 0 50px; font-family: "Shippori Mincho", serif; font-size: clamp(2.8rem, 4.7vw, 5.6rem); font-weight: 600; line-height: 1.4; letter-spacing: -.055em; }
.patch-purchase-copy dl { margin: 0 0 42px; border-top: 1px solid var(--ink); }.patch-purchase-copy dl div { display: grid; grid-template-columns: 140px 1fr; padding: 15px 0; border-bottom: 1px solid var(--ink); }.patch-purchase-copy dt { font-size: .72rem; }.patch-purchase-copy dd { margin: 0; font-size: .82rem; }.patch-purchase-copy dd strong { font-family: "Barlow Condensed", sans-serif; font-size: 2.2rem; }
.patch-purchase-copy > a { display: flex; justify-content: space-between; align-items: center; padding: 24px 28px; border: 1px solid var(--ink); border-radius: 999px; background: var(--yellow); font-weight: 700; text-decoration: none; }.patch-purchase-copy > a b { font-size: 1.3rem; }.patch-purchase-copy > small { display: block; margin-top: 18px; font-size: .65rem; }

@media (max-width: 900px) {
  .patch-detail-hero { min-height: auto; grid-template-columns: 1fr; padding: 112px 18px 50px; }.patch-detail-copy { padding-right: 0; }.patch-detail-copy h1 { font-size: 13vw; line-height: 1.35; }.patch-detail-copy > p:not(.micro,.pro-breadcrumb) { font-size: .85rem; }.patch-detail-price { grid-template-columns: 1fr; margin-top: 45px; }.patch-detail-price > div { flex-wrap: wrap; }.patch-detail-price small { width: 100%; }.patch-detail-price strong { margin-left: 0; }.patch-detail-cover { min-height: min(110vw, 440px); margin-top: 60px; }.patch-hero-gallery { width: 92%; }
  .patch-detail-message { grid-template-columns: 1fr; gap: 48px; min-height: auto; padding: 95px 18px; }.patch-detail-message h2, .patch-photo-story h2, .patch-steps h2, .patch-materials h2, .patch-for-you h2, .patch-detail-faq h2 { font-size: 13vw; }.patch-detail-message > p:last-child { margin: 0; }
  .patch-photo-story { grid-template-columns: 1fr; padding: 95px 18px; }.patch-story-head { grid-column: auto; grid-template-columns: 1fr; gap: 35px; margin-bottom: 35px; }.patch-story-large { grid-column: auto; }.patch-story-large img, .patch-photo-story figure img { aspect-ratio: 4/3 !important; }
  .patch-steps { grid-template-columns: 1fr; gap: 55px; padding: 95px 18px; }.patch-steps-title { position: static; }.patch-steps-title h2 { margin-top: 35px; }.patch-step-list article { grid-template-columns: 38px 1fr 25px; gap: 10px; padding: 24px 0; }.patch-step-list article p { grid-column: 2 / 4; }.patch-step-list article i { grid-column: 3; grid-row: 1; }
  .patch-materials { grid-template-columns: 1fr; min-height: auto; }.patch-materials-type { min-height: 380px; padding: 55px 0; border-right: 0; border-bottom: 1px solid var(--ink); }.patch-materials-type span { font-size: 24vw; }.patch-materials-copy { padding: 95px 18px; }
  .patch-for-you { grid-template-columns: 1fr; gap: 45px; padding: 95px 18px; }
  .patch-detail-faq { grid-template-columns: 1fr; gap: 60px; padding: 100px 18px; }.patch-detail-faq h2 { margin-top: 35px; }
  .patch-detail-purchase { grid-template-columns: 1fr; min-height: auto; }.patch-purchase-visual { min-height: 560px; border-right: 0; border-bottom: 1px solid var(--ink); }.patch-purchase-visual img { width: 53%; }.patch-purchase-copy { padding: 90px 18px; }.patch-purchase-copy h2 { font-size: 11vw; }.patch-purchase-copy dl div { grid-template-columns: 100px 1fr; }
}

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

/* Embroidery PRO 11 detail page */
.pro-page { background: var(--paper); }
.pro-section-index, .pro-breadcrumb { font-family: "Barlow Condensed", sans-serif; font-size: .7rem; font-weight: 600; letter-spacing: .16em; }
.pro-breadcrumb { display: flex; gap: 12px; margin: 0 0 45px; }.pro-breadcrumb a { text-decoration: none; }
.pro-hero { display: grid; min-height: 100svh; grid-template-columns: 1.08fr .92fr; padding: 150px 32px 60px; overflow: hidden; border-bottom: 1px solid var(--ink); }
.pro-hero-copy { display: flex; flex-direction: column; justify-content: center; padding-right: 6vw; }
.pro-hero h1 { margin: 30px 0 34px; font-family: "Shippori Mincho", serif; font-size: clamp(4.4rem, 7.2vw, 8.5rem); font-weight: 600; line-height: 1.14; letter-spacing: -.07em; }
.pro-lead { max-width: 630px; margin: 0; font-size: .95rem; line-height: 2.15; }
.pro-price-row { display: grid; grid-template-columns: 1fr 190px; gap: 28px; align-items: end; margin-top: 60px; padding-top: 22px; border-top: 1px solid var(--ink); }
.pro-price-row > div { display: flex; align-items: baseline; gap: 12px; }.pro-price-row small { font-family: "Barlow Condensed", sans-serif; letter-spacing: .12em; }.pro-price-row strong { margin-left: auto; font-family: "Barlow Condensed", sans-serif; font-size: 3.4rem; line-height: 1; }.pro-price-row span { font-size: .7rem; }
.pro-price-row > a { display: flex; justify-content: space-between; padding: 15px 2px; border-bottom: 1px solid var(--ink); font-size: .78rem; font-weight: 700; text-decoration: none; }
.pro-hero-visual { position: relative; display: grid; place-items: center; min-height: 720px; overflow: hidden; background: #aaa0ce; }
.pro-cover-halo { position: absolute; width: 85%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(201,235,246,.78), transparent 66%); filter: blur(18px); animation: float 7s ease-in-out infinite; }
.pro-hero-visual::after { content: ""; position: absolute; inset: 0; opacity: .16; background: repeating-linear-gradient(0deg, transparent 0 54px, rgba(255,255,255,.8) 55px 56px); animation: coverStitches 12s ease-in-out infinite alternate; }
.pro-hero-visual img { position: relative; z-index: 2; width: min(49%, 380px); height: auto; border: 1px solid var(--ink); box-shadow: 36px 38px 45px rgba(17,17,15,.22); transform: rotate(-4deg); }

.pro-intro { display: grid; grid-template-columns: .35fr 1fr .9fr; gap: 7vw; min-height: 820px; align-items: center; padding: 130px 32px; background: var(--ink); color: var(--white); }
.pro-intro h2, .pro-samples h2, .pro-chapters h2, .pro-difference h2, .pro-for-you h2, .pro-faq h2 { margin: 0; font-family: "Shippori Mincho", serif; font-size: clamp(3.2rem, 5.4vw, 6.3rem); font-weight: 600; line-height: 1.4; letter-spacing: -.055em; }
.pro-intro h2 em { color: var(--yellow); font-style: normal; }.pro-intro > div > p { max-width: 560px; margin: 50px 0 0 auto; line-height: 2.25; }
.pro-intro ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.4); }.pro-intro li { display: grid; grid-template-columns: 38px 1fr; gap: 15px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.4); font-size: .82rem; line-height: 1.8; }.pro-intro li span { font-family: "Barlow Condensed", sans-serif; color: var(--green); }

.pro-samples { display: grid; grid-template-columns: 1.1fr .9fr; gap: 34px; padding: 135px 32px; background: var(--white); }
.pro-samples-head { grid-column: 1 / -1; display: grid; grid-template-columns: .34fr 1fr .72fr; gap: 5vw; align-items: end; margin-bottom: 70px; }.pro-samples-head > p:last-child { margin: 0; line-height: 2.15; }
.pro-sample { margin: 0; overflow: hidden; }.pro-sample img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.8,.2,1); }.pro-sample:hover img { transform: scale(1.025); }
.pro-sample-wide { height: 560px; }.pro-sample-square { height: 560px; }.pro-sample-square img { object-position: center; }
.pro-sample figcaption { display: flex; gap: 15px; padding: 14px 0; border-bottom: 1px solid var(--ink); font-size: .72rem; }.pro-sample figcaption span { font-family: "Barlow Condensed", sans-serif; }

.pro-chapters { padding: 135px 32px; background: var(--yellow); }
.pro-chapters-title { display: grid; grid-template-columns: .35fr 1fr; gap: 6vw; margin-bottom: 90px; }
.pro-chapter-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.pro-chapter-grid article { min-height: 420px; padding: 28px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.pro-chapter-grid article > div { display: flex; justify-content: space-between; align-items: baseline; }.pro-chapter-grid article > div span { font-family: "Barlow Condensed", sans-serif; font-size: 3.4rem; line-height: 1; }.pro-chapter-grid article > div small { font-family: "Barlow Condensed", sans-serif; letter-spacing: .14em; }
.pro-chapter-grid h3 { margin: 70px 0 22px; font-family: "Shippori Mincho", serif; font-size: 2rem; }.pro-chapter-grid strong { display: block; min-height: 55px; font-size: .85rem; line-height: 1.75; }.pro-chapter-grid p { margin: 25px 0 0; font-size: .76rem; line-height: 2; }
.pro-column-note { display: grid; grid-template-columns: 1fr 2fr; gap: 6vw; padding: 75px 0 0; }.pro-column-note > p { margin: 0; }.pro-column-note > p:last-child { font-size: .82rem; line-height: 2.1; }

.pro-difference { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; padding: 145px 32px; background: var(--paper); }
.pro-difference-copy > p:last-child { max-width: 560px; margin: 50px 0 0 auto; line-height: 2.2; }
.pro-comparison { border-top: 1px solid var(--ink); }.pro-comparison article { display: grid; grid-template-columns: .65fr .65fr 1fr; gap: 30px; align-items: center; min-height: 150px; padding: 24px; border-bottom: 1px solid var(--ink); }.pro-comparison article span { font-family: "Barlow Condensed", sans-serif; font-size: .7rem; letter-spacing: .13em; }.pro-comparison h3 { margin: 0; font-family: "Shippori Mincho", serif; font-size: 1.35rem; }.pro-comparison p { margin: 0; font-size: .76rem; line-height: 1.9; }.pro-comparison .is-featured { background: var(--purple); }

.pro-for-you { display: grid; grid-template-columns: .35fr .85fr 1fr; gap: 6vw; padding: 135px 32px; background: var(--orange); }.pro-for-you > div { border-top: 1px solid var(--ink); }.pro-for-you > div p { display: grid; grid-template-columns: 45px 1fr; gap: 14px; margin: 0; padding: 25px 0; border-bottom: 1px solid var(--ink); font-size: .82rem; line-height: 1.9; }.pro-for-you > div span { font-family: "Barlow Condensed", sans-serif; }

.pro-faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; padding: 140px 32px; background: var(--white); }.pro-faq h2 { margin-top: 50px; }
.pro-faq-list { border-top: 1px solid var(--ink); }.pro-faq-list details { border-bottom: 1px solid var(--ink); }.pro-faq-list summary { display: grid; grid-template-columns: 42px 1fr 22px; gap: 15px; align-items: center; padding: 26px 0; cursor: pointer; font-size: .86rem; font-weight: 600; list-style: none; }.pro-faq-list summary::-webkit-details-marker { display: none; }.pro-faq-list summary span { font-family: "Barlow Condensed", sans-serif; }.pro-faq-list summary b { font-size: 1.1rem; transition: transform .25s ease; }.pro-faq-list details[open] summary b { transform: rotate(45deg); }.pro-faq-list details p { margin: 0; padding: 0 35px 28px 57px; font-size: .8rem; line-height: 2.05; }

.pro-purchase { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 850px; background: var(--purple); }
.pro-purchase-cover { display: grid; place-items: center; overflow: hidden; border-right: 1px solid var(--ink); background: radial-gradient(circle at 50% 50%, rgba(201,235,246,.62), transparent 60%); }.pro-purchase-cover img { width: min(48%, 370px); border: 1px solid var(--ink); box-shadow: 28px 30px 40px rgba(17,17,15,.2); transform: rotate(3deg); }
.pro-purchase-copy { align-self: center; padding: 100px 9vw; }.pro-purchase-copy h2 { margin: 24px 0 50px; font-family: "Shippori Mincho", serif; font-size: clamp(2.8rem, 4.7vw, 5.6rem); font-weight: 600; line-height: 1.4; letter-spacing: -.055em; }
.pro-purchase-copy dl { margin: 0 0 42px; border-top: 1px solid var(--ink); }.pro-purchase-copy dl div { display: grid; grid-template-columns: 140px 1fr; padding: 15px 0; border-bottom: 1px solid var(--ink); }.pro-purchase-copy dt { font-size: .72rem; }.pro-purchase-copy dd { margin: 0; font-size: .82rem; }.pro-purchase-copy dd strong { font-family: "Barlow Condensed", sans-serif; font-size: 2.2rem; }
.pro-purchase-copy > a { display: flex; justify-content: space-between; align-items: center; padding: 24px 28px; border: 1px solid var(--ink); border-radius: 999px; background: var(--yellow); font-weight: 700; text-decoration: none; }.pro-purchase-copy > a b { font-size: 1.3rem; }.pro-purchase-copy > small { display: block; margin-top: 18px; font-size: .65rem; }

@media (max-width: 900px) {
  .pro-hero { min-height: auto; grid-template-columns: 1fr; padding: 112px 18px 50px; }.pro-hero-copy { padding-right: 0; }.pro-breadcrumb { margin-bottom: 36px; }.pro-hero h1 { font-size: 13vw; line-height: 1.35; }.pro-lead { font-size: .85rem; }.pro-price-row { grid-template-columns: 1fr; margin-top: 45px; }.pro-price-row > div { flex-wrap: wrap; }.pro-price-row small { width: 100%; }.pro-price-row strong { margin-left: 0; }.pro-hero-visual { min-height: 520px; margin-top: 60px; }.pro-hero-visual img { width: 56%; }
  .pro-intro { grid-template-columns: 1fr; gap: 50px; min-height: auto; padding: 95px 18px; }.pro-intro h2, .pro-samples h2, .pro-chapters h2, .pro-difference h2, .pro-for-you h2, .pro-faq h2 { font-size: 13vw; }.pro-intro > div > p { margin: 40px 0 0; }.pro-intro ul { margin-top: 10px; }
  .pro-samples { grid-template-columns: 1fr; padding: 95px 18px; }.pro-samples-head { grid-column: auto; grid-template-columns: 1fr; gap: 36px; margin-bottom: 35px; }.pro-sample-wide, .pro-sample-square { height: auto; aspect-ratio: 4/3; }.pro-sample-square { margin-top: 25px; }
  .pro-chapters { padding: 95px 18px 80px; }.pro-chapters-title { grid-template-columns: 1fr; gap: 35px; margin-bottom: 60px; }.pro-chapter-grid { grid-template-columns: 1fr; }.pro-chapter-grid article { min-height: 0; padding: 24px; }.pro-chapter-grid h3 { margin-top: 45px; }.pro-chapter-grid strong { min-height: 0; }.pro-column-note { grid-template-columns: 1fr; gap: 28px; padding-top: 55px; }
  .pro-difference { grid-template-columns: 1fr; gap: 70px; padding: 100px 18px; }.pro-difference-copy > p:last-child { margin: 40px 0 0; }.pro-comparison article { grid-template-columns: 1fr; gap: 12px; padding: 24px 18px; }
  .pro-for-you { grid-template-columns: 1fr; gap: 45px; padding: 95px 18px; }
  .pro-faq { grid-template-columns: 1fr; gap: 60px; padding: 100px 18px; }.pro-faq h2 { margin-top: 35px; }.pro-faq-list summary { grid-template-columns: 32px 1fr 20px; gap: 10px; }.pro-faq-list details p { padding-left: 42px; }
  .pro-purchase { grid-template-columns: 1fr; min-height: auto; }.pro-purchase-cover { min-height: 560px; border-right: 0; border-bottom: 1px solid var(--ink); }.pro-purchase-cover img { width: 53%; }.pro-purchase-copy { padding: 90px 18px; }.pro-purchase-copy h2 { font-size: 11vw; }.pro-purchase-copy dl div { grid-template-columns: 100px 1fr; }
}

/* Text index and comparison */
.text-index-page { background: var(--paper); }
.text-index-hero { position: relative; isolation: isolate; min-height: 820px; padding: 155px 32px 110px; overflow: hidden; background: var(--paper); }
.text-index-hero::before { content: ""; position: absolute; z-index: -1; width: 58vw; aspect-ratio: 1; right: -13vw; top: -22vw; border-radius: 50%; background: radial-gradient(circle at 38% 60%, rgba(184,163,232,.48), rgba(131,201,231,.22) 36%, transparent 69%); filter: blur(20px); animation: waterDrift 15s ease-in-out infinite alternate; }
.text-index-hero h1 { position: relative; z-index: 2; max-width: 1120px; margin: 50px 0 40px; font-family: "Shippori Mincho", serif; font-size: clamp(4.5rem, 8vw, 9rem); font-weight: 600; line-height: 1.17; letter-spacing: -.075em; }
.text-index-hero > p:not(.pro-breadcrumb,.micro) { position: relative; z-index: 2; max-width: 610px; margin: 0 0 0 34vw; line-height: 2.15; }
.text-index-stitch { position: absolute; left: 43%; right: -8%; bottom: 16%; display: flex; gap: 11px; transform: rotate(-7deg); }
.text-index-stitch i { flex: 1; min-width: 22px; height: 3px; background: var(--ink); opacity: 0; animation: stitchIn 3.8s steps(1,end) infinite; }
.text-index-stitch i:nth-child(3n+2) { animation-delay: .22s; }.text-index-stitch i:nth-child(3n) { animation-delay: .44s; }

.text-lineup { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.text-card { min-width: 0; }.text-card + .text-card { border-left: 1px solid var(--ink); }
.text-card-visual { position: relative; isolation: isolate; display: grid; min-height: 650px; place-items: center; overflow: hidden; }
.text-card-visual::before { content: ""; position: absolute; z-index: -1; width: 78%; aspect-ratio: 1; border: 1px solid rgba(17,17,15,.35); border-radius: 50%; animation: orbitDrift 12s ease-in-out infinite; }
.text-card-visual::after { content: ""; position: absolute; z-index: -1; width: 54%; height: 76%; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; transform: rotate(24deg); animation: orbitDrift 9s ease-in-out infinite reverse; }
.text-card-visual > span { position: absolute; left: 24px; top: 20px; font-family: "Barlow Condensed", sans-serif; font-size: .7rem; letter-spacing: .16em; }
.text-card-pro .text-card-visual { background: var(--purple); }.text-card-patch .text-card-visual { background: var(--green); }
.text-card-pro .text-card-visual > img, .text-card-patch-cover { position: relative; z-index: 2; width: min(43%, 335px); border: 1px solid var(--ink); box-shadow: 28px 30px 38px rgba(17,17,15,.2); animation: textCoverFloat 6.5s ease-in-out infinite; }
.text-card-pro .text-card-visual > img { transform: rotate(-4deg); }.text-card-patch-cover { transform: rotate(4deg); animation-delay: -2.4s; }
@keyframes textCoverFloat { 0%,100% { translate: 0 0; rotate: -1deg; } 50% { translate: 0 -15px; rotate: 1.2deg; } }
.text-card-copy { padding: 75px 6vw 85px; }.text-card-copy h2 { margin: 25px 0 34px; font-family: "Shippori Mincho", serif; font-size: clamp(2.8rem, 4.2vw, 5rem); font-weight: 600; line-height: 1.35; letter-spacing: -.055em; }
.text-card-copy > p:not(.micro) { min-height: 92px; margin: 0; line-height: 2.05; }
.text-card-copy > div { display: flex; align-items: baseline; gap: 12px; margin-top: 45px; padding: 20px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }.text-card-copy > div span { font-family: "Barlow Condensed", sans-serif; font-size: .7rem; letter-spacing: .12em; }.text-card-copy > div strong { margin-left: auto; font-family: "Barlow Condensed", sans-serif; font-size: 3rem; line-height: 1; }.text-card-copy > div small { font-size: .65rem; }
.text-card-copy > a { display: flex; justify-content: space-between; margin-top: 22px; padding: 17px 2px; border-bottom: 1px solid var(--ink); font-size: .82rem; font-weight: 700; text-decoration: none; }

.text-compare { position: relative; isolation: isolate; padding: 140px 32px; overflow: hidden; background: var(--yellow); }
.text-compare::before { content: "COMPARE COMPARE COMPARE"; position: absolute; z-index: -1; left: -3%; top: 44%; color: transparent; font-family: "Barlow Condensed", sans-serif; font-size: 13vw; font-weight: 700; line-height: 1; white-space: nowrap; -webkit-text-stroke: 1px rgba(17,17,15,.09); animation: typeRun 30s linear infinite; }
.text-compare-head { display: grid; grid-template-columns: .32fr .9fr .65fr; gap: 6vw; align-items: end; margin-bottom: 90px; }.text-compare-head h2, .text-choice-guide h2 { margin: 0; font-family: "Shippori Mincho", serif; font-size: clamp(3.2rem, 5.4vw, 6.3rem); font-weight: 600; line-height: 1.4; letter-spacing: -.055em; }.text-compare-head > p:last-child { margin: 0; line-height: 2.05; }
.text-compare-table { position: relative; z-index: 1; border: 1px solid var(--ink); border-bottom: 0; background: rgba(255,254,249,.34); box-shadow: 18px 18px 0 rgba(17,17,15,.11); }.text-compare-row { position: relative; display: grid; grid-template-columns: .35fr 1fr 1fr; border-bottom: 1px solid var(--ink); transition: background .25s ease, transform .25s ease; }.text-compare-row:not(.text-compare-labels)::before { content: attr(data-row); position: absolute; left: 9px; top: 7px; font-family: "Barlow Condensed", sans-serif; font-size: .55rem; opacity: .45; }.text-compare-row:not(.text-compare-labels):hover { z-index: 2; background: rgba(255,254,249,.72); transform: translateX(5px); }
.text-compare-row > * { margin: 0; padding: 25px 28px; border-left: 1px solid var(--ink); font-size: .8rem; line-height: 1.85; }.text-compare-row > *:first-child { border-left: 0; }.text-compare-row > span { padding-left: 34px; font-weight: 700; }
.text-compare-labels { min-height: 105px; align-items: stretch; background: var(--ink); color: var(--white); }.text-compare-labels > * { display: flex; flex-direction: column; justify-content: center; font-family: "Barlow Condensed", sans-serif; font-size: .95rem; letter-spacing: .08em; }.text-compare-labels > *:nth-child(2) { background: var(--purple); color: var(--ink); }.text-compare-labels > *:nth-child(3) { background: var(--green); color: var(--ink); }.text-compare-labels small { display: block; margin-bottom: 7px; font-size: .58rem; letter-spacing: .16em; }

.text-choice-guide { display: grid; grid-template-columns: .3fr .75fr 1fr; gap: 6vw; padding: 140px 32px; background: var(--white); }
.text-choice-guide > div { border-top: 1px solid var(--ink); }.text-choice-guide a { display: grid; grid-template-columns: 1fr auto; gap: 25px; align-items: center; padding: 28px 0; border-bottom: 1px solid var(--ink); text-decoration: none; transition: padding .3s ease, background .3s ease; }.text-choice-guide a:hover { padding-inline: 18px; background: rgba(184,163,232,.22); }.text-choice-guide a:nth-child(2):hover { background: rgba(145,189,98,.22); }.text-choice-guide a span { font-size: .83rem; }.text-choice-guide a b { font-size: .76rem; transition: transform .3s ease; }.text-choice-guide a:hover b { transform: translateX(7px); }

@media (max-width: 900px) {
  .text-index-hero { min-height: 720px; padding: 115px 18px 80px; }.text-index-hero h1 { margin-top: 38px; font-size: 13vw; line-height: 1.4; }.text-index-hero > p:not(.pro-breadcrumb,.micro) { margin-left: 0; }.text-index-stitch { left: 10%; right: -35%; bottom: 10%; gap: 7px; }
  .text-lineup { grid-template-columns: 1fr; }.text-card + .text-card { border-left: 0; border-top: 1px solid var(--ink); }.text-card-visual { min-height: min(125vw, 540px); }.text-card-pro .text-card-visual > img, .text-card-patch-cover { width: 50%; }.text-card-copy { padding: 75px 18px 85px; }.text-card-copy h2 { font-size: 12vw; }.text-card-copy > p:not(.micro) { min-height: 0; }.text-card-copy > div { flex-wrap: wrap; }.text-card-copy > div span { width: 100%; }.text-card-copy > div strong { margin-left: 0; }
  .text-compare { padding: 95px 18px 110px; }.text-compare-head { grid-template-columns: 1fr; gap: 35px; margin-bottom: 60px; }.text-compare-head h2, .text-choice-guide h2 { font-size: 13vw; }.text-compare-table { overflow-x: auto; box-shadow: 10px 10px 0 rgba(17,17,15,.11); }.text-compare-row { min-width: 710px; grid-template-columns: 120px 1fr 1fr; }.text-compare-row > * { padding: 18px 16px; }.text-compare-row > span { padding-left: 27px; }
  .text-choice-guide { grid-template-columns: 1fr; gap: 45px; padding: 100px 18px; }.text-choice-guide a { grid-template-columns: 1fr; gap: 10px; }.text-choice-guide a b { font-size: .72rem; }
}

/* About page */
.about-page-hero { position: relative; isolation: isolate; min-height: 920px; padding: 155px 32px 110px; overflow: hidden; background: var(--white); }
.about-page-hero h1 { position: relative; z-index: 2; max-width: 1200px; margin: 60px 0 0; font-family: "Shippori Mincho", serif; font-size: clamp(4rem, 7.4vw, 8.5rem); font-weight: 600; line-height: 1.27; letter-spacing: -.07em; }
.about-water { position: absolute; z-index: -1; inset: 0; overflow: hidden; background: radial-gradient(ellipse at 70% 52%, rgba(131,201,231,.42), transparent 48%); }
.about-water i { position: absolute; width: 65%; height: 30%; right: -8%; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; filter: blur(1px); animation: waterShimmer 12s ease-in-out infinite alternate; }.about-water i:nth-child(1) { top: 22%; }.about-water i:nth-child(2) { top: 43%; right: 8%; animation-delay: -4s; }.about-water i:nth-child(3) { top: 64%; right: -18%; animation-delay: -8s; }
.about-origin { display: grid; grid-template-columns: .34fr 1fr; gap: 7vw; padding: 145px 32px; background: var(--ink); color: var(--white); }.about-origin h2, .about-experience h2, .about-principles h2, .about-note h2, .about-next h2, .faq-page-hero h1, .faq-group h2, .faq-contact h2 { margin: 0; font-family: "Shippori Mincho", serif; font-size: clamp(3.2rem, 5.4vw, 6.3rem); font-weight: 600; line-height: 1.4; letter-spacing: -.055em; }.about-origin p:not(.pro-section-index) { max-width: 650px; margin: 50px 0 0 auto; line-height: 2.25; }.about-origin p + p { margin-top: 28px; }
.about-experience { display: grid; grid-template-columns: .82fr 1.18fr; gap: 8vw; padding: 140px 32px; background: var(--paper); }.about-experience-copy h2 { margin-top: 50px; }.about-experience-copy > p:last-child { max-width: 520px; margin-top: 45px; line-height: 2.15; }.about-experience-list { border-top: 1px solid var(--ink); }.about-experience-list article { display: grid; grid-template-columns: 50px .7fr 1fr; gap: 25px; align-items: center; min-height: 160px; border-bottom: 1px solid var(--ink); }.about-experience-list span { font-family: "Barlow Condensed", sans-serif; }.about-experience-list h3 { margin: 0; font-family: "Shippori Mincho", serif; font-size: 1.45rem; }.about-experience-list p { margin: 0; font-size: .78rem; line-height: 1.95; }
.about-principles { padding: 140px 32px; background: var(--yellow); }.about-principles > h2 { margin: 55px 0 90px 30%; }.about-principles > div { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }.about-principles article { min-height: 400px; padding: 28px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }.about-principles article span { font-family: "Barlow Condensed", sans-serif; font-size: 3.5rem; }.about-principles h3 { margin: 75px 0 35px; font-family: "Shippori Mincho", serif; font-size: 2rem; line-height: 1.55; }.about-principles article p { font-size: .78rem; line-height: 2; }
.about-note { display: grid; grid-template-columns: 1fr .7fr; gap: 8vw; align-items: end; padding: 145px 32px; background: var(--purple); }.about-note h2 { margin-top: 45px; }.about-note > p { margin: 0; line-height: 2.25; }
.about-next { display: grid; min-height: 720px; place-items: center; align-content: center; padding: 120px 32px; background: var(--white); text-align: center; }.about-next h2 { margin: 28px 0 55px; font-size: clamp(4rem, 7vw, 8rem); }.about-next a { display: flex; width: min(560px,90vw); justify-content: space-between; padding: 24px 30px; border: 1px solid var(--ink); border-radius: 999px; background: var(--green); font-weight: 700; text-decoration: none; }

/* FAQ page */
.faq-page-hero { min-height: 700px; padding: 155px 32px 100px; background: var(--orange); }.faq-page-hero h1 { margin: 58px 0 40px; font-size: clamp(4.2rem, 7.2vw, 8.3rem); }.faq-page-hero > p:last-child { max-width: 570px; margin-left: 42%; line-height: 2.15; }
.faq-groups { padding: 0 32px 140px; background: var(--white); }.faq-group { display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; padding: 115px 0; border-bottom: 1px solid var(--ink); }.faq-group-title > span { font-family: "Barlow Condensed", sans-serif; font-size: 4rem; line-height: 1; }.faq-group-title .micro { margin: 35px 0 45px; }.faq-group h2 { font-size: clamp(2.8rem,4.5vw,5.2rem); }
.faq-group-list { border-top: 1px solid var(--ink); }.faq-group-list details { border-bottom: 1px solid var(--ink); }.faq-group-list summary { display: grid; grid-template-columns: 42px 1fr 22px; gap: 15px; align-items: center; padding: 27px 0; cursor: pointer; font-size: .88rem; font-weight: 600; list-style: none; }.faq-group-list summary::-webkit-details-marker { display: none; }.faq-group-list summary span { font-family: "Barlow Condensed", sans-serif; }.faq-group-list summary b { transition: transform .25s ease; }.faq-group-list details[open] summary b { transform: rotate(45deg); }.faq-group-list details p { margin: 0; padding: 0 35px 30px 57px; font-size: .8rem; line-height: 2.1; }
.faq-contact { display: grid; min-height: 650px; place-items: center; align-content: center; padding: 120px 32px; background: var(--green); text-align: center; }.faq-contact h2 { margin: 30px 0 35px; }.faq-contact > p:last-child { margin: 0; font-size: .8rem; }
.faq-contact a { padding: 15px 25px; border: 1px solid var(--ink); border-radius: 999px; background: var(--white); font-size: .8rem; font-weight: 700; text-decoration: none; transition: transform .25s ease; }.faq-contact a:hover { transform: translateY(-3px); }

/* Contact / privacy / legal */
.utility-hero { min-height: 780px; padding: 145px 32px 100px; overflow: hidden; }.utility-hero .micro { margin-top: 95px; }.utility-hero h1 { max-width: 1150px; margin: 35px 0 42px; font-family: "Shippori Mincho", serif; font-size: clamp(4rem,7.2vw,8.3rem); font-weight: 600; line-height: 1.26; letter-spacing: -.07em; }.utility-hero > p:last-child { max-width: 560px; margin-left: auto; line-height: 2.1; }
.utility-hero-contact { position: relative; background: var(--blue); }.utility-hero-contact::before, .utility-hero-contact::after { content: ""; position: absolute; border: 1px solid rgba(17,17,15,.24); border-radius: 50%; animation: utilityOrbit 13s ease-in-out infinite alternate; }.utility-hero-contact::before { width: 420px; height: 420px; right: -100px; top: 120px; }.utility-hero-contact::after { width: 180px; height: 180px; right: 250px; top: 360px; animation-delay: -5s; }
@keyframes utilityOrbit { to { transform: translate(-40px,30px) rotate(16deg); border-radius: 38% 62% 55% 45%; } }
.contact-guide { display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; padding: 140px 32px; background: var(--white); }.contact-guide h2, .contact-scope h2, .contact-action h2, .legal-action h2 { margin: 50px 0 0; font-family: "Shippori Mincho", serif; font-size: clamp(3.1rem,5.2vw,6rem); font-weight: 600; line-height: 1.4; letter-spacing: -.055em; }.contact-guide ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }.contact-guide li { display: grid; grid-template-columns: 52px 1fr; gap: 28px; padding: 35px 0; border-bottom: 1px solid var(--ink); }.contact-guide li > span { font-family: "Barlow Condensed", sans-serif; }.contact-guide h3 { margin: 0 0 15px; font-family: "Shippori Mincho", serif; font-size: 1.4rem; }.contact-guide li p { margin: 0; font-size: .78rem; line-height: 2; }.contact-guide li a { display: inline-block; margin-top: 18px; font-size: .75rem; font-weight: 700; }
.contact-scope { display: grid; grid-template-columns: .65fr 1.35fr; gap: 8vw; padding: 140px 32px; background: var(--yellow); }.contact-scope h2 { margin-top: 40px; }.contact-scope-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }.contact-scope article { min-height: 240px; padding: 25px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }.contact-scope article > span { font-family: "Barlow Condensed", sans-serif; font-size: 2rem; }.contact-scope h3 { margin: 55px 0 12px; font-family: "Shippori Mincho", serif; font-size: 1.3rem; }.contact-scope article p { margin: 0; font-size: .75rem; line-height: 1.9; }.contact-scope .is-muted { background: rgba(255,255,255,.35); }
.contact-action, .legal-action { display: grid; min-height: 700px; place-items: center; align-content: center; padding: 120px 32px; background: var(--purple); text-align: center; }.contact-action h2, .legal-action h2 { margin: 28px 0 28px; }.contact-action > p:not(.micro), .legal-action > p:not(.micro) { max-width: 620px; margin: 0 auto 38px; font-size: .8rem; line-height: 2; }.contact-action > a, .legal-action > a { display: flex; width: min(520px,92vw); align-items: center; justify-content: space-between; padding: 22px 28px; border: 1px solid var(--ink); border-radius: 999px; background: var(--yellow); font-weight: 700; text-decoration: none; transition: transform .25s ease; }.contact-action > a:hover, .legal-action > a:hover { transform: scale(1.025); }
.footer-nav { display: flex; gap: 22px; font-family: "Barlow Condensed", sans-serif; font-size: .7rem; letter-spacing: .12em; }.footer-nav a { text-decoration: none; }

.utility-hero-policy { background: var(--paper); border-bottom: 1px solid var(--ink); }.utility-hero-legal { background: var(--orange); }.policy-intro { display: flex; justify-content: space-between; gap: 50px; padding: 75px 32px; background: var(--ink); color: var(--white); }.policy-intro p { max-width: 750px; margin: 0; line-height: 2.15; }.policy-intro time { flex: 0 0 auto; font-family: "Barlow Condensed", sans-serif; font-size: .72rem; letter-spacing: .12em; }
.policy-list { padding: 0 32px 130px; background: var(--white); }.policy-list article { display: grid; grid-template-columns: 90px .65fr 1.35fr; gap: 40px; padding: 55px 0; border-bottom: 1px solid var(--ink); }.policy-list article > span { font-family: "Barlow Condensed", sans-serif; font-size: 2rem; }.policy-list h2 { margin: 0; font-family: "Shippori Mincho", serif; font-size: 1.5rem; }.policy-list article p { max-width: 760px; margin: 0; font-size: .8rem; line-height: 2.1; }.policy-contact { display: flex; justify-content: space-between; align-items: center; gap: 35px; padding: 45px 32px; background: var(--green); }.policy-contact p { margin: 0; font-weight: 700; }.policy-contact a { padding: 12px 20px; border: 1px solid var(--ink); border-radius: 999px; background: var(--white); font-size: .75rem; font-weight: 700; text-decoration: none; }
.legal-outline { display: grid; grid-template-columns: .38fr 1fr; gap: 7vw; padding: 130px 32px; background: var(--white); }.legal-outline > div { border-top: 1px solid var(--ink); }.legal-outline dl { display: grid; grid-template-columns: .45fr 1fr; gap: 30px; margin: 0; padding: 30px 0; border-bottom: 1px solid var(--ink); }.legal-outline dt { font-weight: 700; }.legal-outline dd { margin: 0; font-size: .8rem; line-height: 2; }.legal-action { background: var(--green); }

@media (max-width: 900px) {
  .about-page-hero { min-height: 760px; padding: 115px 18px 80px; }.about-page-hero h1 { margin-top: 45px; font-size: 13vw; line-height: 1.45; }.about-water i { width: 120%; right: -55%; }
  .about-origin { grid-template-columns: 1fr; gap: 50px; padding: 95px 18px; }.about-origin h2, .about-experience h2, .about-principles h2, .about-note h2, .about-next h2, .faq-page-hero h1, .faq-group h2, .faq-contact h2 { font-size: 13vw; }.about-origin p:not(.pro-section-index) { margin: 40px 0 0; }
  .about-experience { grid-template-columns: 1fr; gap: 70px; padding: 95px 18px; }.about-experience-list article { grid-template-columns: 38px 1fr; gap: 12px; padding: 23px 0; }.about-experience-list article p { grid-column: 2; }.about-principles { padding: 95px 18px; }.about-principles > h2 { margin: 40px 0 60px; }.about-principles > div { grid-template-columns: 1fr; }.about-principles article { min-height: 0; }.about-principles h3 { margin-top: 45px; }
  .about-note { grid-template-columns: 1fr; gap: 55px; padding: 100px 18px; }.about-next { min-height: 650px; padding-inline: 18px; }.about-next h2 { font-size: 13vw; }
  .faq-page-hero { min-height: 650px; padding: 115px 18px 85px; }.faq-page-hero h1 { margin-top: 45px; }.faq-page-hero > p:last-child { margin-left: 0; }.faq-groups { padding: 0 18px 100px; }.faq-group { grid-template-columns: 1fr; gap: 55px; padding: 85px 0; }.faq-group-title > span { font-size: 3rem; }.faq-group-title .micro { margin: 25px 0 35px; }.faq-group-list summary { grid-template-columns: 32px 1fr 20px; gap: 10px; }.faq-group-list details p { padding-left: 42px; }.faq-contact { min-height: 600px; padding-inline: 18px; }
  .utility-hero { min-height: 680px; padding: 115px 18px 80px; }.utility-hero .micro { margin-top: 70px; }.utility-hero h1 { margin-top: 30px; font-size: 13vw; }.utility-hero > p:last-child { margin-left: 0; }.utility-hero-contact::before { width: 260px; height: 260px; right: -110px; top: 190px; }.utility-hero-contact::after { width: 95px; height: 95px; right: 80px; top: 440px; }
  .contact-guide, .contact-scope, .legal-outline { grid-template-columns: 1fr; gap: 65px; padding: 95px 18px; }.contact-guide h2, .contact-scope h2, .contact-action h2, .legal-action h2 { font-size: 13vw; }.contact-guide li { grid-template-columns: 38px 1fr; gap: 15px; }.contact-scope-grid { grid-template-columns: 1fr; }.contact-scope article { min-height: 210px; }.contact-action, .legal-action { min-height: 620px; padding-inline: 18px; }
  .policy-intro { display: grid; padding: 55px 18px; }.policy-list { padding: 0 18px 90px; }.policy-list article { grid-template-columns: 45px 1fr; gap: 20px; padding: 42px 0; }.policy-list article p { grid-column: 2; }.policy-contact { align-items: flex-start; flex-direction: column; padding: 38px 18px; }.legal-outline dl { grid-template-columns: 1fr; gap: 14px; }
}
