:root{
  --hy2-ink:#121416;
  --hy2-paper:#f7f4ef;
  --hy2-ivory:#fffaf6;
  --hy2-smoke:#ece7e2;
  --hy2-blush:#e7c9c5;
  --hy2-rose:#a75f65;
  --hy2-plum:#3d2c34;
  --hy2-dark:#18191a;
  --hy2-line:rgba(18,20,22,.11);
  --hy2-muted:#73706d;
}

.hitoyomi-site{
  background:var(--hy2-paper);
  color:var(--hy2-ink);
}

.hitoyomi-site .shared-site-header{
  background:rgba(247,244,239,.82);
  border-bottom:1px solid rgba(18,20,22,.07);
  backdrop-filter:blur(22px) saturate(1.15);
  -webkit-backdrop-filter:blur(22px) saturate(1.15);
}

.hitoyomi-site .shared-site-header__inner{
  width:calc(100% - 36px);
  min-height:64px;
}

.hitoyomi-site .shared-site-header__brand{
  font-family:var(--hy-sans)!important;
  font-size:1.06rem;
  font-weight:520;
  letter-spacing:-.035em;
}

.hy-site{
  background:var(--hy2-paper);
}

.hy-site-shell{
  width:calc(100% - 36px);
  max-width:1180px;
}

.hy-site h1,
.hy-site h2,
.hy-site h3{
  font-family:var(--hy-sans);
  color:inherit;
}

.hy-site-kicker{
  font-family:var(--hy-sans);
  font-size:.58rem;
  font-weight:700;
  letter-spacing:.18em;
  color:var(--hy2-rose);
}

.hy-site-hero{
  min-height:calc(100svh - 64px);
  padding:48px 0 44px;
  border-bottom:0;
  display:flex;
  align-items:center;
  background:
    radial-gradient(120% 90% at 98% 6%,rgba(231,201,197,.58),transparent 48%),
    radial-gradient(90% 78% at 8% 88%,rgba(255,255,255,.74),transparent 54%),
    linear-gradient(180deg,#fbf8f4 0%,#f4efea 100%);
}

.hy-site-hero::before{
  background:none;
}

.hy-site-hero__grid{
  position:relative;
  gap:28px;
}

.hy-site-hero__copy{
  position:relative;
  z-index:3;
}

.hy-site-hero__copy h1{
  font-family:var(--hy-sans);
  font-size:clamp(3.55rem,16.8vw,5.65rem);
  line-height:.96;
  font-weight:520;
  letter-spacing:-.085em;
  margin:0 0 1.5rem;
  max-width:8ch;
}

.hy-site-hero__copy h1 em{
  font-family:var(--hy-serif);
  font-weight:400;
  letter-spacing:-.065em;
  color:var(--hy2-rose);
}

.hy-site-lead{
  max-width:31rem;
  font-family:var(--hy-sans);
  font-size:.98rem;
  line-height:1.85;
  letter-spacing:.01em;
  color:#4a4948;
  margin:0 0 1.5rem;
}

.hy-site-actions{
  gap:12px;
}

.hy-site-button{
  min-height:58px;
  border-radius:18px;
  font-size:.9rem;
  letter-spacing:.01em;
  transition:transform .22s ease,box-shadow .22s ease,background .22s ease;
}

.hitoyomi-site .hy-site-button--primary{
  color:#fff!important;
  background:
    linear-gradient(120deg,#17191a 0%,#272124 64%,#3d2c34 100%);
  box-shadow:0 18px 38px rgba(35,27,31,.18),inset 0 1px 0 rgba(255,255,255,.08);
}

.hitoyomi-site .hy-site-button--light{
  color:var(--hy2-ink)!important;
  background:linear-gradient(135deg,#fffaf6,#f1e8e2);
  box-shadow:0 16px 35px rgba(0,0,0,.11),inset 0 1px 0 rgba(255,255,255,.8);
}

.hy-site-button:active{
  transform:scale(.985);
}

.hy-site-text-link{
  width:max-content;
  font-size:.78rem;
  border-bottom-color:rgba(18,20,22,.18);
}

.hy-site-meta{
  font-size:.64rem;
  letter-spacing:.04em;
  color:#817d78;
}

.hy-site-hero__glow{
  width:250px;
  height:420px;
  right:-120px;
  top:8%;
  border-radius:48% 52% 46% 54% / 62% 42% 58% 38%;
  background:
    radial-gradient(circle at 42% 28%,rgba(255,255,255,.9),transparent 20%),
    radial-gradient(circle at 56% 52%,rgba(216,158,160,.55),rgba(167,95,101,.08) 56%,transparent 72%);
  filter:blur(2px);
  opacity:.88;
  transform:rotate(15deg);
  animation:hy2-breathe 8s ease-in-out infinite alternate;
}

.hy-site-orbit{
  width:min(82vw,340px);
  margin:4px auto -10px;
  opacity:.96;
  filter:drop-shadow(0 28px 35px rgba(59,43,49,.1));
}

.hy-site-orbit::before{
  inset:12%;
  background:
    radial-gradient(circle at 36% 28%,rgba(255,255,255,.94) 0 8%,transparent 26%),
    radial-gradient(circle at 56% 62%,rgba(229,195,192,.82),rgba(245,236,229,.92) 48%,rgba(190,159,158,.46) 100%);
  border-radius:46% 54% 58% 42% / 54% 44% 56% 46%;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.46),0 30px 70px rgba(52,38,44,.12);
  animation:hy2-orb 12s ease-in-out infinite alternate;
}

.hy-site-orbit__ring{
  border-color:rgba(65,47,55,.16);
  opacity:.65;
}

.hy-site-orbit__ring--a{animation:hy2-ring-a 25s linear infinite}
.hy-site-orbit__ring--b{animation:hy2-ring-b 32s linear infinite reverse}
.hy-site-orbit__ring--c{animation:hy2-ring-c 38s linear infinite}

.hy-site-orbit__core{
  width:92px;
  height:92px;
  background:linear-gradient(145deg,#171819,#2a2025);
  box-shadow:0 20px 42px rgba(28,21,24,.22),inset 0 1px 0 rgba(255,255,255,.1);
}

.hy-site-orbit__core span{
  font-size:2.35rem;
}

.hy-site-orbit__label{
  font-family:var(--hy-sans);
  font-size:.68rem;
  border:1px solid rgba(67,51,57,.09);
  background:rgba(255,250,246,.74);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  box-shadow:0 8px 24px rgba(45,32,37,.06);
}

.hy-site-intro,
.hy-site-reports,
.hy-site-depth,
.hy-site-process,
.hy-site-faq{
  padding:76px 0;
}

.hy-site-intro{
  background:var(--hy2-ivory);
}

.hy-site h2{
  font-size:clamp(2.35rem,10.7vw,4rem);
  line-height:1.06;
  font-weight:520;
  letter-spacing:-.07em;
}

.hy-site-intro__body,
.hy-site-section-head>p,
.hy-site-report-card>p,
.hy-site-points p,
.hy-site-process__list p,
.hy-site-faq summary,
.hy-site-faq details p,
.hy-site-final p:not(.hy-site-kicker){
  font-family:var(--hy-sans);
}

.hy-site-intro__body{
  font-size:.96rem;
  line-height:1.9;
  color:#565352;
}

.hy-site-section-head{
  margin-bottom:30px;
}

.hy-site-section-head>p{
  font-size:.92rem;
  line-height:1.8;
}

.hy-site-reports{
  background:
    linear-gradient(180deg,#f7f4ef 0%,#eee9e4 100%);
}

.hy-site-report-grid{
  gap:18px;
}

.hy-site-report-card{
  position:sticky;
  top:82px;
  min-height:500px;
  padding:28px;
  border-radius:24px;
  border:1px solid rgba(18,20,22,.08);
  background:
    radial-gradient(110% 75% at 100% 0%,rgba(231,201,197,.34),transparent 44%),
    linear-gradient(155deg,#fffaf6 0%,#f4efea 100%);
  box-shadow:0 24px 54px rgba(44,35,39,.09),inset 0 1px 0 rgba(255,255,255,.75);
  overflow:hidden;
  transform:translateZ(0);
}

.hy-site-report-card:nth-child(1){z-index:1}
.hy-site-report-card:nth-child(2){z-index:2;top:92px}
.hy-site-report-card:nth-child(3){z-index:3;top:102px}

.hy-site-report-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(110deg,rgba(255,255,255,.3),transparent 34%,transparent 72%,rgba(255,255,255,.12));
  pointer-events:none;
}

.hy-site-report-card::after{
  width:190px;
  height:260px;
  right:-95px;
  top:-115px;
  border-color:rgba(167,95,101,.18);
  border-radius:48% 52% 58% 42% / 60% 42% 58% 40%;
}

.hy-site-report-card--dark{
  color:#f7f2ee;
  background:
    radial-gradient(80% 65% at 100% 0%,rgba(167,95,101,.27),transparent 58%),
    linear-gradient(145deg,#171819 0%,#211b1e 68%,#35252d 100%);
  border-color:rgba(255,255,255,.06);
  box-shadow:0 30px 64px rgba(26,19,22,.2),inset 0 1px 0 rgba(255,255,255,.08);
}

.hy-site-report-card__no{
  font-family:var(--hy-sans);
  font-size:.58rem;
}

.hy-site-report-card__glyph{
  width:68px;
  height:68px;
  margin:34px 0 28px;
  border-radius:24px;
  font-family:var(--hy-serif);
  font-size:1.9rem;
  border-color:rgba(18,20,22,.24);
  background:rgba(255,255,255,.25);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}

.hy-site-report-card--dark .hy-site-report-card__glyph{
  border-color:rgba(255,255,255,.28);
  background:rgba(255,255,255,.04);
}

.hy-site-report-card h3{
  font-family:var(--hy-sans);
  font-size:clamp(2.25rem,10vw,3.25rem);
  line-height:1.06;
  font-weight:520;
  letter-spacing:-.07em;
}

.hy-site-report-card>p{
  font-size:.92rem;
  line-height:1.82;
  opacity:.72;
}

.hy-site-report-card__foot{
  padding-top:22px;
  border-top-color:rgba(127,119,106,.22);
}

.hy-site-report-card__foot strong,
.hy-site-report-card__foot a{
  font-size:.82rem;
}

.hy-site-report-card__foot a{
  border-bottom:1px solid currentColor;
}

.hy-site-depth{
  background:
    radial-gradient(90% 60% at 85% 8%,rgba(231,201,197,.45),transparent 55%),
    linear-gradient(180deg,#e9e4df,#dfd8d4);
}

.hy-site-depth__sheet{
  border-radius:20px;
  box-shadow:0 34px 72px rgba(56,42,48,.15);
}

.hy-site-depth__sheet--3{background:#cdb9b8}
.hy-site-depth__sheet--2{background:#ece1dc}
.hy-site-depth__sheet--1{
  border-radius:20px;
  background:linear-gradient(145deg,#fffaf6,#eee4e0);
}

.hy-site-depth__sheet--1::before{
  border-radius:14px;
  border-color:rgba(18,20,22,.1);
}

.hy-site-depth__sheet--1 b{
  font-family:var(--hy-sans);
  font-weight:520;
  letter-spacing:-.07em;
}

.hy-site-points{
  border-top-color:rgba(18,20,22,.12);
}

.hy-site-points>div{
  grid-template-columns:30px 1fr;
  border-bottom-color:rgba(18,20,22,.12);
  padding:20px 0;
}

.hy-site-points p{
  font-size:.92rem;
  line-height:1.82;
}

.hy-site-points strong{
  font-size:.9rem;
}

.hy-site-process{
  background:#fbf8f5;
}

.hy-site-process__list{
  border-color:var(--hy2-line);
}

.hy-site-process__list li{
  min-height:150px;
  border-color:var(--hy2-line);
}

.hy-site-process__list strong{
  font-family:var(--hy-sans);
  font-size:1.15rem;
  font-weight:600;
  letter-spacing:-.03em;
}

.hy-site-faq summary{
  font-size:.96rem;
  font-weight:540;
  letter-spacing:-.02em;
}

.hy-site-final{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(85% 55% at 70% 0%,rgba(167,95,101,.24),transparent 56%),
    linear-gradient(160deg,#171819 0%,#241d21 68%,#34262d 100%);
}

.hy-site-final::before{
  content:"";
  position:absolute;
  width:260px;
  height:400px;
  right:-100px;
  top:-90px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(224,180,178,.18),transparent 70%);
  filter:blur(4px);
}

.hy-site-final h2{
  font-family:var(--hy-sans);
  font-size:clamp(3.45rem,16vw,5.7rem);
  line-height:.96;
  font-weight:510;
  letter-spacing:-.08em;
}

.hy-site-final p:not(.hy-site-kicker){
  font-size:.92rem;
}

.hitoyomi-site .shared-site-footer{
  background:#141516;
}

/* Purchase surface: same contemporary, tactile language. */
.hitoyomi-site .hy-purchase{
  width:calc(100% - 32px);
  padding-top:44px;
}

.hitoyomi-site .hy-purchase__eyebrow{
  color:var(--hy2-rose);
}

.hitoyomi-site .hy-purchase__hero h1{
  font-family:var(--hy-sans);
  font-size:clamp(3rem,14vw,5rem);
  font-weight:520;
  letter-spacing:-.08em;
  line-height:.96;
}

.hitoyomi-site .hy-purchase__hero p{
  font-family:var(--hy-sans);
  font-size:.95rem;
  line-height:1.8;
}

.hitoyomi-site .hy-purchase__section{
  border-radius:20px;
  background:rgba(255,250,246,.82);
  border-color:rgba(18,20,22,.08);
  box-shadow:0 16px 38px rgba(45,35,39,.05);
}

.hitoyomi-site .hy-purchase__section legend,
.hitoyomi-site .hy-purchase__commercial h2{
  font-family:var(--hy-sans);
  font-weight:600;
  letter-spacing:-.035em;
}

.hitoyomi-site .hy-purchase__product-body{
  border-radius:16px;
  background:linear-gradient(145deg,#fffaf7,#f4efeb);
  min-height:138px;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}

.hitoyomi-site .hy-purchase__product input:checked+.hy-purchase__product-body{
  border-color:var(--hy2-rose);
  box-shadow:0 14px 30px rgba(167,95,101,.11),inset 0 0 0 1px var(--hy2-rose);
  background:linear-gradient(145deg,#fffaf8,#f7eeec);
  transform:translateY(-1px);
}

.hitoyomi-site .hy-purchase__product-body strong{
  font-family:var(--hy-sans);
  font-weight:600;
  letter-spacing:-.03em;
}

.hitoyomi-site .hy-purchase__price{
  color:var(--hy2-rose);
}

.hitoyomi-site .hy-purchase input[type=text],
.hitoyomi-site .hy-purchase input[type=email],
.hitoyomi-site .hy-purchase input[type=date],
.hitoyomi-site .hy-purchase input[type=time],
.hitoyomi-site .hy-purchase select,
.hitoyomi-site .hy-purchase textarea{
  border-radius:14px;
  background:#fffdfb;
  border-color:rgba(18,20,22,.11);
}

/* Reveal motion: quiet, bodily, never decorative spectacle. */
.hy-motion-ready .hy-reveal{
  opacity:0;
  transform:translate3d(0,18px,0);
  transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .8s cubic-bezier(.2,.7,.2,1);
}

.hy-motion-ready .hy-reveal.is-visible{
  opacity:1;
  transform:none;
}

.hy-motion-ready .hy-site-report-card.hy-reveal{
  transform:translate3d(0,28px,0) scale(.985);
}

.hy-motion-ready .hy-site-report-card.hy-reveal.is-visible{
  transform:translate3d(0,0,0) scale(1);
}

.hy-site-report-card.is-touched{
  box-shadow:0 32px 72px rgba(44,35,39,.14),inset 0 1px 0 rgba(255,255,255,.78);
}

.hy-site-report-card--dark.is-touched{
  box-shadow:0 36px 80px rgba(26,19,22,.28),inset 0 1px 0 rgba(255,255,255,.09);
}

@keyframes hy2-breathe{
  from{transform:rotate(13deg) scale(.96);opacity:.7}
  to{transform:rotate(18deg) scale(1.05);opacity:.95}
}

@keyframes hy2-orb{
  from{transform:rotate(-2deg) scale(.98)}
  to{transform:rotate(4deg) scale(1.025)}
}

@keyframes hy2-ring-a{to{transform:rotate(371deg) scaleX(.78)}}
@keyframes hy2-ring-b{to{transform:rotate(423deg) scaleX(.72)}}
@keyframes hy2-ring-c{to{transform:rotate(482deg) scaleX(.8)}}

@media (prefers-reduced-motion:reduce){
  .hy-site-hero__glow,
  .hy-site-orbit::before,
  .hy-site-orbit__ring{animation:none!important}
  .hy-motion-ready .hy-reveal{opacity:1;transform:none;transition:none}
  .hy-site-button,.hy-site-report-card{transition:none}
}

@media (min-width:700px){
  .hitoyomi-site .shared-site-header__inner,
  .hy-site-shell{width:calc(100% - 64px)}
  .hy-site-hero{min-height:auto;padding:96px 0}
  .hy-site-hero__grid{grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);align-items:center}
  .hy-site-hero__copy h1{font-size:clamp(4.8rem,9vw,7.7rem)}
  .hy-site-report-card{position:relative;top:auto!important;min-height:520px}
  .hy-site-report-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media (min-width:1000px){
  .hy-site-intro,.hy-site-reports,.hy-site-depth,.hy-site-process,.hy-site-faq{padding:110px 0}
  .hy-site-report-card{border-radius:28px;padding:32px}
}
