/* Story HP inner pages: bold, joyful, image-first editorial system */
body:not(.home) {
  --wow-black: #11110f;
  --wow-cream: #fff8e8;
  --wow-yellow: #ffd83d;
  --wow-pink: #ff3f88;
  --wow-coral: #ff6b43;
  --wow-blue: #5357f5;
  --wow-cyan: #56d8d0;
  --wow-green: #12a66a;
  --color-main: #11110f;
  --color-main-deep: #11110f;
  --color-bg: #fff8e8;
  --color-paper: #fffdf7;
  --color-accent: #ff3f88;
  --color-gold: #ffd83d;
  --color-mist: #c9f5ef;
  --color-text: #11110f;
  --color-muted: #514b45;
  --color-line: rgba(17,17,15,.34);
  --radius: 4px;
  background: var(--wow-cream);
  color: var(--wow-black);
}

.u-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body:not(.home) .l-container { width: min(1180px,calc(100% - 56px)); }
body:not(.home) .l-section { padding-block: clamp(86px,9vw,138px); }
body:not(.home) .c-heading {
  max-width: 12em;
  margin-top: 16px;
  font-family: var(--font-mincho);
  font-size: clamp(42px,5.1vw,72px);
  font-weight: 800;
  line-height: 1.13;
  letter-spacing: -.04em;
}
body:not(.home) .c-lead { max-width: 43em; color: #4f4943; font-size: 16px; line-height: 1.95; }
body:not(.home) .c-eyebrow {
  gap: 9px;
  padding: 7px 12px;
  border: 2px solid var(--wow-black);
  background: var(--wow-yellow);
  color: var(--wow-black);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  box-shadow: 4px 4px 0 var(--wow-black);
  transform: rotate(-1deg);
}
body:not(.home) .c-eyebrow::before { width: 14px; height: 14px; border: 2px solid var(--wow-black); background: var(--wow-pink); }
body:not(.home) .c-btn {
  min-height: 55px;
  padding: 13px 24px;
  border: 3px solid var(--wow-black);
  border-radius: 2px;
  background: var(--wow-pink);
  color: #fff;
  box-shadow: 6px 6px 0 var(--wow-black);
  font-weight: 900;
  transition: transform .2s,box-shadow .2s,background .2s;
}
body:not(.home) .c-btn:hover { transform: translate(3px,3px); box-shadow: 3px 3px 0 var(--wow-black); }
body:not(.home) .c-btn--ghost { border-color: var(--wow-black); background: #fff; color: var(--wow-black); }

/* Global header and drawer */
body:not(.home) .c-header,
body:not(.home) .c-header.is-solid {
  min-height: 74px;
  border-bottom: 3px solid var(--wow-black);
  background: rgba(17,17,15,.97);
  color: #fff;
  box-shadow: none;
}
body:not(.home) .c-header__inner { width: min(1380px,calc(100% - 48px)); min-height: 74px; }
body:not(.home) .c-header.is-solid .c-header__inner { min-height: 74px; }
body:not(.home) .c-brand__mark { border-radius: 4px; background: var(--wow-yellow); box-shadow: 3px 3px 0 var(--wow-pink); }
body:not(.home) .c-brand__text { color: #fff; font-weight: 800; }
body:not(.home) .c-brand__text small { color: var(--wow-yellow); }
body:not(.home) .c-header__nav > a,
body:not(.home) .c-header__nav .menu-item > a { color: #fff; font-weight: 800; }
body:not(.home) .c-header__nav > a:not(.c-btn)::after,
body:not(.home) .c-header__nav .menu-item > a::after { height: 4px; background: var(--wow-yellow); }
body:not(.home) .c-header__nav .c-btn { min-height: 45px; padding: 9px 17px; box-shadow: 4px 4px 0 #fff; }
body:not(.home) .c-menu-toggle { border: 2px solid #fff; border-radius: 2px; background: linear-gradient(135deg,var(--wow-pink),var(--wow-blue)); }
body:not(.home) .c-drawer { border-left: 4px solid var(--wow-black); background: var(--wow-yellow); box-shadow: -12px 0 0 rgba(255,63,136,.65); }
body:not(.home) .c-drawer__nav a { border-color: rgba(17,17,15,.35); color: var(--wow-black); font-weight: 800; }

/* Generic page hero */
body:not(.home) .c-pagehero {
  min-height: 520px;
  padding: 160px 0 92px;
  border-bottom: 5px solid var(--wow-black);
  background-color: var(--wow-blue);
  background-image: radial-gradient(rgba(255,255,255,.18) 2px,transparent 2px);
  background-size: 20px 20px;
  color: #fff;
}
body:not(.home) .c-pagehero::before {
  inset: 92px -5vw 54px 58%;
  border: 4px solid var(--wow-black);
  background: var(--wow-yellow);
  opacity: 1;
  clip-path: polygon(5% 0,100% 7%,95% 100%,0 92%);
  box-shadow: 14px 14px 0 var(--wow-black);
  transform: rotate(1deg);
}
body:not(.home) .c-pagehero::after {
  content: '';
  position: absolute;
  right: 8vw;
  top: 135px;
  width: 210px;
  aspect-ratio: 1;
  background: var(--wow-pink);
  clip-path: polygon(50% 0,59% 30%,79% 7%,75% 38%,100% 31%,79% 51%,100% 67%,72% 65%,79% 94%,58% 71%,48% 100%,42% 70%,17% 93%,28% 62%,0 68%,22% 49%,0 31%,30% 36%,20% 7%,42% 30%);
}
body:not(.home) .c-pagehero__inner { max-width: 1180px; }
body:not(.home) .c-pagehero__index { display: inline-flex; padding: 7px 11px; border: 2px solid var(--wow-black); background: var(--wow-yellow); color: var(--wow-black); font-weight: 800; box-shadow: 4px 4px 0 var(--wow-black); transform: rotate(-1deg); }
body:not(.home) .c-pagehero h1 { position: relative; z-index: 2; max-width: 8.4em; margin-top: 26px; font-size: clamp(52px,7vw,92px); font-weight: 800; line-height: 1.03; letter-spacing: -.06em; text-shadow: 5px 5px 0 var(--wow-black); }
body:not(.home) .c-pagehero p { position: relative; z-index: 2; max-width: 42em; color: rgba(255,255,255,.96); font-weight: 700; }
body:not(.home) .c-pagehero__actions,
body:not(.home) .c-pagehero__note { position: relative; z-index: 3; }
body:not(.home) .c-pagehero__note { border: 2px solid var(--wow-black); border-radius: 2px; background: var(--wow-cyan); color: var(--wow-black); box-shadow: 4px 4px 0 var(--wow-black); }

/* Service/About image-first heroes */
body:not(.home) .c-visual-pagehero { position: relative; padding-top: 74px; border-bottom: 5px solid var(--wow-black); background: var(--wow-black); }
body:not(.home) .c-visual-pagehero picture { display: block; width: min(1536px,100%); margin-inline: auto; }
body:not(.home) .c-visual-pagehero img { width: 100%; height: auto; }
body:not(.home) .c-visual-pagehero__actions { display: flex; justify-content: center; gap: 14px; padding: 28px 28px 34px; border-top: 4px solid var(--wow-black); background: var(--wow-yellow); }

/* HP diagnosis: generated copy-first visuals */
body:not(.home) .c-diagnosis-visualhero { background: var(--wow-black); }
body:not(.home) .c-diagnosis-visualhero picture {
  display: flex;
  justify-content: center;
  background: var(--wow-black);
}
body:not(.home) .c-diagnosis-visualhero picture img {
  width: auto;
  max-width: 100%;
  max-height: min(840px,calc(100svh - 130px));
  object-fit: contain;
}
body:not(.home) .c-diagnosis-visualhero .c-visual-pagehero__actions { flex-wrap: wrap; }
body:not(.home) .c-diagnosis-visualhero__price {
  display: flex;
  flex-basis: 100%;
  justify-content: center;
  align-items: baseline;
  gap: 14px;
  margin-top: 8px;
  color: var(--wow-black);
  font-size: 20px;
  font-weight: 900;
}
body:not(.home) .c-diagnosis-visualhero__price small { font-size: 13px; font-weight: 800; }
body:not(.home) .c-diagnosis-scope { background: var(--wow-yellow) !important; }
body:not(.home) .c-diagnosis-scope__head { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,.7fr); gap: 22px 56px; align-items: end; }
body:not(.home) .c-diagnosis-scope__head .c-eyebrow { grid-column: 1 / -1; width: fit-content; }
body:not(.home) .c-diagnosis-scope__head .c-heading { grid-column: 1; margin-top: 0; }
body:not(.home) .c-diagnosis-scope__head .c-lead { grid-column: 2; }
body:not(.home) .c-diagnosis-scope__visual {
  overflow: hidden;
  margin: 48px 0 0;
  border: 4px solid var(--wow-black);
  background: var(--wow-black);
  box-shadow: 12px 12px 0 var(--wow-pink);
}
body:not(.home) .c-diagnosis-scope__visual picture,
body:not(.home) .c-diagnosis-scope__visual img { display: block; width: 100%; }
body:not(.home) .c-diagnosis-scope__visual figcaption { padding: 16px 20px; border-top: 3px solid var(--wow-black); background: #fff; color: var(--wow-black); font-weight: 700; }
body:not(.home) .c-diagnosis-scope__details { margin-top: 32px; border: 3px solid var(--wow-black); background: #fff; box-shadow: 7px 7px 0 var(--wow-black); }
body:not(.home) .c-diagnosis-scope__details summary { padding: 18px 22px; cursor: pointer; color: var(--wow-black); font-weight: 900; }
body:not(.home) .c-diagnosis-scope__details[open] summary { border-bottom: 3px solid var(--wow-black); background: var(--wow-cyan); }
body:not(.home) .c-diagnosis-scope__details .c-diagnosis__compare { margin: 0; padding: 24px; }

/* Clickable homepage demo: client-facing sales flow */
body:not(.home) .c-diagnosis-intro-route {
  padding-block: 30px;
  border-bottom: 4px solid var(--wow-black);
  background: var(--wow-black);
  color: #fff;
}
body:not(.home) .c-diagnosis-intro-route__inner {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 24px 42px;
  align-items: center;
}
body:not(.home) .c-diagnosis-intro-route__inner span {
  display: inline-flex;
  padding: 5px 9px;
  border: 2px solid #fff;
  background: var(--wow-pink);
  font-size: 11px;
  font-weight: 900;
}
body:not(.home) .c-diagnosis-intro-route__inner strong {
  display: block;
  margin-top: 12px;
  font-family: var(--font-mincho);
  font-size: clamp(20px,2.2vw,29px);
  line-height: 1.45;
}
body:not(.home) .c-diagnosis-intro-route__inner p {
  max-width: 52em;
  margin: 8px 0 0;
  color: rgba(255,255,255,.8);
  font-size: 14px;
}
body:not(.home) .c-diagnosis-intro-route .c-btn { white-space: nowrap; }

body:not(.home) .c-diagnosis-empathy__head,
body:not(.home) .c-writer-route__head { max-width: 940px; }
body:not(.home) .c-diagnosis-empathy .c-heading,
body:not(.home) .c-diagnosis--deliverable .c-heading,
body:not(.home) .c-diagnosis-design .c-heading,
body:not(.home) .c-writer-route .c-heading,
body:not(.home) .c-diagnosis--case .c-heading,
body:not(.home) .c-process .c-heading {
  max-width: 14em;
  font-size: clamp(38px,4.5vw,64px);
  line-break: strict;
  overflow-wrap: anywhere;
}
body:not(.home) .c-diagnosis-empathy .c-heading span,
body:not(.home) .c-diagnosis--deliverable .c-heading span,
body:not(.home) .c-diagnosis-scope .c-heading span,
body:not(.home) .c-diagnosis-design .c-heading span,
body:not(.home) .c-writer-route .c-heading span,
body:not(.home) .c-diagnosis--case .c-heading span,
body:not(.home) .c-process .c-heading span,
body:not(.home) .c-final h2 span { display: block; }
body:not(.home) .c-diagnosis-empathy__grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 18px;
  margin-top: 48px;
}
body:not(.home) .c-diagnosis-empathy__grid article {
  min-width: 0;
  padding: 26px 22px;
  border: 3px solid var(--wow-black);
  background: #fff;
  box-shadow: 7px 7px 0 var(--wow-black);
}
body:not(.home) .c-diagnosis-empathy__grid article:nth-child(2) { background: var(--wow-yellow); }
body:not(.home) .c-diagnosis-empathy__grid article:nth-child(3) { background: var(--wow-cyan); }
body:not(.home) .c-diagnosis-empathy__grid article:nth-child(4) { background: #ffd7e7; }
body:not(.home) .c-diagnosis-empathy__grid article > span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 2px solid var(--wow-black);
  background: var(--wow-pink);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}
body:not(.home) .c-diagnosis-empathy__grid h3 {
  margin: 18px 0 0;
  font-family: var(--font-mincho);
  font-size: clamp(20px,2vw,27px);
  line-height: 1.35;
}
body:not(.home) .c-diagnosis-empathy__grid p { margin: 10px 0 0; color: #4f4943; font-size: 14px; line-height: 1.75; }
body:not(.home) .c-diagnosis-empathy__answer {
  width: fit-content;
  margin: 46px auto 0;
  padding: 18px 24px;
  border: 3px solid var(--wow-black);
  background: var(--wow-black);
  color: #fff;
  font-size: clamp(16px,2vw,22px);
  text-align: center;
  box-shadow: 7px 7px 0 var(--wow-pink);
}
body:not(.home) .c-diagnosis-empathy__answer strong { color: var(--wow-yellow); }

body:not(.home) .c-diagnosis--deliverable .c-diagnosis__layout { align-items: start; }
body:not(.home) .c-diagnosis--deliverable .c-diagnosis__panel { background: var(--wow-yellow); }
body:not(.home) .c-diagnosis--deliverable .c-diagnosis__badge {
  border: 2px solid var(--wow-black);
  border-radius: 2px;
  background: var(--wow-pink);
  color: #fff;
  font-weight: 900;
}
body:not(.home) .c-diagnosis--deliverable .c-diagnosis__price-main { font-size: clamp(50px,6.2vw,78px); }
body:not(.home) .c-diagnosis--deliverable .c-diagnosis__price-sub { color: var(--wow-black); font-weight: 800; }
body:not(.home) .c-diagnosis--deliverable .c-diagnosis__monitor {
  border: 3px solid var(--wow-black);
  border-radius: 2px;
  background: #fff;
  box-shadow: 5px 5px 0 var(--wow-black);
}
body:not(.home) .c-diagnosis--deliverable .c-diagnosis__monitor-label,
body:not(.home) .c-diagnosis--deliverable .c-diagnosis__note { color: var(--wow-black); }
body:not(.home) .c-diagnosis__assurance {
  margin-top: 24px;
  padding: 16px 18px;
  border: 3px solid var(--wow-black);
  border-left: 10px solid var(--wow-green);
  background: #fff;
  font-weight: 800;
  box-shadow: 5px 5px 0 var(--wow-black);
}

body:not(.home) .c-diagnosis-flow-list {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 12px;
  margin: 0;
  padding: 22px;
  list-style: none;
}
body:not(.home) .c-diagnosis-flow-list li {
  min-width: 0;
  padding: 18px 15px;
  border: 2px solid var(--wow-black);
  background: #fff;
}
body:not(.home) .c-diagnosis-flow-list li:nth-child(even) { background: var(--wow-cyan); }
body:not(.home) .c-diagnosis-flow-list b { display: block; color: var(--wow-pink); font-size: 17px; }
body:not(.home) .c-diagnosis-flow-list span { display: block; margin-top: 8px; font-size: 13px; line-height: 1.6; }

body:not(.home) .c-diagnosis-design { background: #fffdf7 !important; }
body:not(.home) .c-diagnosis-design__head {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(320px,.75fr);
  gap: 36px 64px;
  align-items: end;
}
body:not(.home) .c-diagnosis-design__head .c-lead { margin: 0; }
body:not(.home) .c-diagnosis-design__grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 18px;
  margin-top: 50px;
}
body:not(.home) .c-diagnosis-design__grid a {
  overflow: hidden;
  min-width: 0;
  border: 3px solid var(--wow-black);
  background: #fff;
  color: var(--wow-black);
  box-shadow: 7px 7px 0 var(--wow-black);
  transition: transform .2s,box-shadow .2s;
}
body:not(.home) .c-diagnosis-design__grid a:hover { transform: translate(3px,3px); box-shadow: 4px 4px 0 var(--wow-black); }
body:not(.home) .c-diagnosis-design__grid img { display: block; width: 100%; aspect-ratio: 1200 / 630; object-fit: cover; border-bottom: 3px solid var(--wow-black); }
body:not(.home) .c-diagnosis-design__grid span,
body:not(.home) .c-diagnosis-design__grid strong { display: block; padding-inline: 16px; }
body:not(.home) .c-diagnosis-design__grid span { padding-top: 16px; color: var(--wow-pink); font-size: 11px; font-weight: 900; }
body:not(.home) .c-diagnosis-design__grid strong { padding-top: 5px; padding-bottom: 18px; font-family: var(--font-mincho); font-size: 21px; }
body:not(.home) .c-diagnosis-design__note {
  display: grid;
  grid-template-columns: minmax(180px,.45fr) minmax(0,1fr) auto;
  gap: 18px 28px;
  align-items: center;
  margin-top: 40px;
  padding: 24px;
  border: 3px solid var(--wow-black);
  background: var(--wow-cyan);
  box-shadow: 7px 7px 0 var(--wow-black);
}
body:not(.home) .c-diagnosis-design__note b { font-family: var(--font-mincho); font-size: 22px; line-height: 1.45; }
body:not(.home) .c-diagnosis-design__note p { margin: 0; font-size: 14px; line-height: 1.8; }
body:not(.home) .c-diagnosis-design__note .c-btn { white-space: nowrap; }

body:not(.home) .c-writer-route { background: var(--wow-black) !important; color: #fff; }
body:not(.home) .c-writer-route::after { background: var(--wow-yellow) !important; }
body:not(.home) .c-writer-route .c-heading { color: #fff; }
body:not(.home) .c-writer-route .c-lead { color: rgba(255,255,255,.82); }
body:not(.home) .c-writer-route__grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 24px;
  margin-top: 48px;
}
body:not(.home) .c-writer-route__grid article {
  min-width: 0;
  padding: clamp(26px,4vw,42px);
  border: 3px solid #fff;
  background: #fff;
  color: var(--wow-black);
  box-shadow: 9px 9px 0 var(--wow-pink);
}
body:not(.home) .c-writer-route__grid article:nth-child(2) { background: var(--wow-yellow); box-shadow-color: var(--wow-cyan); }
body:not(.home) .c-writer-route__grid article > span {
  display: inline-block;
  padding: 6px 10px;
  border: 2px solid var(--wow-black);
  background: var(--wow-pink);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}
body:not(.home) .c-writer-route__grid h3 { margin: 20px 0 0; font-family: var(--font-mincho); font-size: clamp(25px,3vw,36px); line-height: 1.35; }
body:not(.home) .c-writer-route__grid p { margin: 14px 0 0; line-height: 1.85; }
body:not(.home) .c-writer-route__grid b { display: block; margin-top: 22px; padding: 12px; border: 2px dashed var(--wow-black); text-align: center; }
body:not(.home) .c-writer-route__grid b span { display: block; }
body:not(.home) .c-writer-route__grid .c-btn { margin-top: 24px; }
body:not(.home) .c-writer-route__message {
  margin: 38px 0 0;
  padding: 22px 24px;
  border: 3px solid #fff;
  background: var(--wow-blue);
  color: #fff;
  font-weight: 800;
  line-height: 1.85;
  box-shadow: 7px 7px 0 var(--wow-yellow);
}
body:not(.home) .c-diagnosis-operation { background: var(--wow-blue) !important; color: #fff; }
body:not(.home) .c-diagnosis-operation::after { background: var(--wow-yellow) !important; }
body:not(.home) .c-diagnosis-operation__head {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(320px,.72fr);
  gap: 34px 58px;
  align-items: end;
}
body:not(.home) .c-diagnosis-operation__head .c-eyebrow { grid-column: 1 / -1; width: fit-content; }
body:not(.home) .c-diagnosis-operation__head .c-heading {
  grid-column: 1;
  max-width: 13em;
  margin-top: 0;
  color: #fff;
  font-size: clamp(38px,4.5vw,64px);
  line-height: 1.13;
  overflow-wrap: anywhere;
}
body:not(.home) .c-diagnosis-operation__head .c-heading span { display: block; }
body:not(.home) .c-diagnosis-operation__head .c-lead { grid-column: 2; margin: 0; color: rgba(255,255,255,.88); }
body:not(.home) .c-diagnosis-operation__grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 22px;
  margin-top: 50px;
}
body:not(.home) .c-diagnosis-operation__grid article {
  min-width: 0;
  padding: clamp(24px,3vw,36px);
  border: 3px solid var(--wow-black);
  background: #fff;
  color: var(--wow-black);
  box-shadow: 8px 8px 0 var(--wow-black);
}
body:not(.home) .c-diagnosis-operation__grid article:nth-child(2) { background: var(--wow-yellow); }
body:not(.home) .c-diagnosis-operation__grid article:nth-child(3) { background: var(--wow-cyan); }
body:not(.home) .c-diagnosis-operation__grid article > span {
  display: inline-flex;
  padding: 6px 9px;
  border: 2px solid var(--wow-black);
  background: var(--wow-pink);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
}
body:not(.home) .c-diagnosis-operation__grid h3 { margin: 20px 0 0; font-family: var(--font-mincho); font-size: clamp(25px,2.6vw,34px); line-height: 1.35; }
body:not(.home) .c-diagnosis-operation__grid p { margin: 13px 0 0; color: #4f4943; font-size: 14px; line-height: 1.85; }
body:not(.home) .c-diagnosis-operation__toolkit {
  display: grid;
  grid-template-columns: minmax(260px,.65fr) minmax(0,1fr);
  gap: 24px 42px;
  align-items: center;
  margin-top: 38px;
  padding: 28px 32px;
  border: 3px solid var(--wow-black);
  background: var(--wow-yellow);
  color: var(--wow-black);
  box-shadow: 9px 9px 0 var(--wow-pink);
}
body:not(.home) .c-diagnosis-operation__toolkit small { display: block; color: var(--wow-pink); font-size: 11px; font-weight: 900; }
body:not(.home) .c-diagnosis-operation__toolkit strong { display: block; margin-top: 8px; font-family: var(--font-mincho); font-size: clamp(22px,2.4vw,31px); line-height: 1.45; }
body:not(.home) .c-diagnosis-operation__toolkit p { margin: 0; font-size: 14px; line-height: 1.85; }
body:not(.home) .c-diagnosis-operation__toolkit-copy .c-btn { margin-top: 16px; background: var(--wow-pink); color: #fff; }
body:not(.home) .c-final__inner h2 { max-width: 11em; }

/* Section rhythm */
body:not(.home) main > .l-section { overflow: hidden; isolation: isolate; border-bottom: 4px solid var(--wow-black); }
body:not(.home) main > .l-section:nth-of-type(4n+1) { background-color: #fffdf7; }
body:not(.home) main > .l-section:nth-of-type(4n+2) { background-color: var(--wow-cyan); }
body:not(.home) main > .l-section:nth-of-type(4n+3) { background-color: var(--wow-yellow); }
body:not(.home) main > .l-section:nth-of-type(4n) { background-color: #ffd7e7; }
body:not(.home) main > .l-section::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: -60px;
  top: -70px;
  width: 240px;
  aspect-ratio: 1;
  border: 4px solid var(--wow-black);
  background: var(--wow-pink);
  opacity: .9;
  transform: rotate(14deg);
}
body:not(.home) main > .l-section:nth-of-type(even)::after { left: -90px; right: auto; top: auto; bottom: -120px; border-radius: 50%; background: var(--wow-blue); }
body:not(.home) .c-section-head,
body:not(.home) .c-works__head,
body:not(.home) .c-demo-index__head,
body:not(.home) .c-demo-choice__head { position: relative; z-index: 2; }
body:not(.home) .c-section-head > .c-eyebrow { grid-column: 1 / -1; width: fit-content; }
body:not(.home) .c-section-head > .c-heading { grid-column: 1; grid-row: 2; }
body:not(.home) .c-section-head > .c-lead { grid-column: 2; grid-row: 2; align-self: end; }

/* Reusable cards, panels and visual assets */
body:not(.home) .c-pricing-intro__note,
body:not(.home) .c-design-reference__panel,
body:not(.home) .c-build-card,
body:not(.home) .c-manga-offer__panel,
body:not(.home) .c-operation__steps,
body:not(.home) .c-plan-card,
body:not(.home) .c-sns-option__card,
body:not(.home) .c-diagnosis__panel,
body:not(.home) .c-diagnosis__box,
body:not(.home) .c-demo-index__card,
body:not(.home) .c-demo-index__next,
body:not(.home) .c-demo-choice__card,
body:not(.home) .c-demo-directory__card,
body:not(.home) .c-demo-directory__coming,
body:not(.home) .c-demo-separate__box,
body:not(.home) .c-demo-next__box,
body:not(.home) .c-demo-worries article,
body:not(.home) .c-demo-feature-grid article,
body:not(.home) .c-faq__item,
body:not(.home) .c-writers__person,
body:not(.home) .c-works__card,
body:not(.home) .c-works-preview__item,
body:not(.home) .c-post-guide__box,
body:not(.home) .c-post-cta__box {
  border: 3px solid var(--wow-black);
  border-radius: 3px;
  background: #fff;
  box-shadow: 9px 9px 0 var(--wow-black);
}
body:not(.home) .c-build-card:nth-child(2),
body:not(.home) .c-plan-card--featured,
body:not(.home) .c-demo-choice__card:nth-child(2),
body:not(.home) .c-demo-feature-grid article:nth-child(3n+2) { background: var(--wow-yellow); }
body:not(.home) .c-build-card__label,
body:not(.home) .c-plan-card__tag,
body:not(.home) .c-sns-option__label,
body:not(.home) .c-manga-offer__label,
body:not(.home) .c-works__tag {
  display: inline-flex;
  width: fit-content;
  padding: 6px 10px;
  border: 2px solid var(--wow-black);
  background: var(--wow-pink);
  color: #fff;
  font-weight: 900;
  transform: rotate(-1deg);
}
body:not(.home) .c-build-card__price,
body:not(.home) .c-plan-card__price,
body:not(.home) .c-diagnosis__price-main { color: var(--wow-pink); font-weight: 900; }
body:not(.home) .c-visual-explainer,
body:not(.home) .c-demo-screen,
body:not(.home) .c-demo-lp-preview > div,
body:not(.home) .c-writers__photo,
body:not(.home) .c-writer-profile__photo,
body:not(.home) .c-message__portrait,
body:not(.home) .c-works__thumb {
  overflow: hidden;
  border: 4px solid var(--wow-black);
  border-radius: 3px;
  background: #fff;
  box-shadow: 10px 10px 0 var(--wow-black);
}
body:not(.home) .c-visual-explainer figcaption,
body:not(.home) .c-demo-screen figcaption,
body:not(.home) .c-demo-lp-preview figcaption { color: var(--wow-black); font-weight: 700; }

/* Service page */
body:not(.home) .c-pricing-intro__note b { color: var(--wow-black); }
body:not(.home) .c-design-reference__panel a { border: 2px solid var(--wow-black); border-radius: 2px; background: var(--wow-yellow); color: var(--wow-black); font-weight: 900; }
body:not(.home) .c-design-reference__caution,
body:not(.home) .c-monthly-plans__notice,
body:not(.home) .c-build-plans__note { border: 3px solid var(--wow-black); border-left-width: 10px; background: #fff; color: var(--wow-black); box-shadow: 5px 5px 0 var(--wow-black); }
body:not(.home) .c-operation__cost { border: 3px solid var(--wow-black); background: var(--wow-pink); color: #fff; box-shadow: 7px 7px 0 var(--wow-black); }
body:not(.home) .c-operation__cost strong,
body:not(.home) .c-operation__cost p { color: #fff; }
body:not(.home) .c-operation__steps { color: var(--wow-black); }
body:not(.home) .c-operation__steps h3 { color: var(--wow-black); }
body:not(.home) .c-operation__steps li { border-bottom: 2px dashed var(--wow-black); background: #f4f8ff; }
body:not(.home) .c-operation__steps li b { color: var(--wow-blue); font-weight: 900; }
body:not(.home) .c-operation__steps li span { color: #4f4943; }
body:not(.home) .c-plan-card--featured { box-shadow: 12px 12px 0 var(--wow-pink); }
body:not(.home) .c-plan-card--featured::before { border: 2px solid var(--wow-black); border-radius: 2px; box-shadow: 3px 3px 0 var(--wow-black); }
body:not(.home) .c-monthly-plans__visual { box-shadow: none; }
body:not(.home) .c-sns-option__points span { border: 2px solid var(--wow-black); border-radius: 2px; background: var(--wow-cyan); color: var(--wow-black); font-weight: 900; }
body:not(.home) .c-manga-offer__case { border: 2px solid var(--wow-black); border-radius: 2px; background: #fff; }
body:not(.home) .c-process { background: var(--wow-blue) !important; color: #fff; }
body:not(.home) .c-process .c-heading,
body:not(.home) .c-process .c-eyebrow { color: var(--wow-black); }
body:not(.home) .c-process__track { border: 4px solid var(--wow-black); border-radius: 3px; box-shadow: 12px 12px 0 var(--wow-black); }
body:not(.home) .c-process__top { border-bottom: 3px solid var(--wow-black); background: var(--wow-yellow); color: var(--wow-black); font-weight: 900; }
body:not(.home) .c-process__rail,
body:not(.home) .c-process__fill { background: var(--wow-pink); }
body:not(.home) .c-process__dot { border-color: var(--wow-black); background: var(--wow-yellow); }
body:not(.home) .c-process__side { border-left: 3px solid var(--wow-black); background: var(--wow-cyan); color: var(--wow-black); }

/* About */
body:not(.home) .c-message__spread { align-items: start; }
body:not(.home) .c-message__portrait { background: var(--wow-yellow); transform: rotate(-2deg); }
body:not(.home) .c-message__meta { margin-top: 20px; padding: 18px; border: 3px solid var(--wow-black); background: #fff; box-shadow: 7px 7px 0 var(--wow-black); }
body:not(.home) .c-message__meta small { color: var(--wow-pink); font-weight: 900; }
body:not(.home) .c-message__body { padding: clamp(28px,5vw,54px); border: 4px solid var(--wow-black); background: #fff; box-shadow: 12px 12px 0 var(--wow-black); transform: rotate(.35deg); }
body:not(.home) .c-message__body p { color: var(--wow-black); }
body:not(.home) .c-message__drop { color: var(--wow-pink); }
body:not(.home) .c-proof { background: var(--wow-black) !important; color: #fff; }
body:not(.home) .c-proof::after { background: var(--wow-yellow) !important; }
body:not(.home) .c-proof .c-heading { color: #fff; }
body:not(.home) .c-proof__field { border: 4px solid #fff; background: var(--wow-blue); box-shadow: 12px 12px 0 var(--wow-yellow); }
body:not(.home) .c-proof__big { color: var(--wow-yellow); }
body:not(.home) .c-proof__copy p { color: rgba(255,255,255,.88); }
body:not(.home) .c-proof__fact { border: 3px solid var(--wow-black); background: var(--wow-cyan); color: var(--wow-black); }
body:not(.home) .c-aboutindex__rows { border-top: 4px solid var(--wow-black); }
body:not(.home) .c-aboutindex__row { border-bottom: 3px solid var(--wow-black); }
body:not(.home) .c-aboutindex__row dt { color: var(--wow-pink); font-weight: 900; }

/* FAQ, writers, works and blog */
body:not(.home) .c-faq__item { margin-bottom: 18px; }
body:not(.home) .c-faq__question { padding: 22px 26px; }
body:not(.home) .c-faq__no,
body:not(.home) .c-faq__icon { color: var(--wow-pink); font-weight: 900; }
body:not(.home) .c-writers__vlabel { color: var(--wow-pink); }
body:not(.home) .c-writers__person { padding: 20px; }
body:not(.home) .c-writers__role,
body:not(.home) .c-writer-profile__role { color: var(--wow-pink); font-weight: 900; }
body:not(.home) .c-writer-profile__hero,
body:not(.home) .c-writer-story__layout { gap: clamp(28px,6vw,72px); }
body:not(.home) .c-writer-profile__tag,
body:not(.home) .c-news__filter { border: 2px solid var(--wow-black); border-radius: 2px; background: var(--wow-yellow); color: var(--wow-black); font-weight: 900; }
body:not(.home) .c-news__row { padding: 22px; border: 3px solid var(--wow-black); background: #fff; box-shadow: 7px 7px 0 var(--wow-black); margin-bottom: 18px; }
body:not(.home) .c-news__row img { border: 3px solid var(--wow-black); border-radius: 2px; }
body:not(.home) .c-prose__body { padding: clamp(28px,5vw,58px); border: 3px solid var(--wow-black); background: #fff; box-shadow: 9px 9px 0 var(--wow-black); }
body:not(.home) .c-prose__body h2 { border-left: 10px solid var(--wow-pink); color: var(--wow-black); }
body:not(.home) .c-post-cta__box { background: var(--wow-yellow); }
body:not(.home) .c-works__card,
body:not(.home) .c-demo-index__card,
body:not(.home) .c-demo-choice__card { transition: transform .22s,box-shadow .22s; }
body:not(.home) .c-works__card:hover,
body:not(.home) .c-demo-index__card:hover,
body:not(.home) .c-demo-choice__card:hover { transform: translate(4px,4px) rotate(-.25deg); box-shadow: 5px 5px 0 var(--wow-black); }

/* Demo directories and demo introductions */
body:not(.home) .c-demo-hero { padding-top: 150px; border-bottom: 4px solid var(--wow-black); background: var(--wow-yellow); }
body:not(.home) .c-demo-hero h1 { color: var(--wow-black); font-size: clamp(48px,6vw,78px); font-weight: 800; line-height: 1.05; letter-spacing: -.05em; }
body:not(.home) .c-demo-hero p { color: var(--wow-black); font-weight: 600; }
body:not(.home) .c-demo-hero__visual img { border: 4px solid var(--wow-black); border-radius: 3px; box-shadow: 12px 12px 0 var(--wow-pink); transform: rotate(1.4deg); }
body:not(.home) .c-demo-hero__links a { border: 2px solid var(--wow-black); border-radius: 2px; background: #fff; color: var(--wow-black); font-weight: 900; }
body:not(.home) .c-demo-live-cta { border-bottom: 4px solid var(--wow-black); background: var(--wow-black); }
body:not(.home) .c-demo-live-cta .c-eyebrow { color: var(--wow-black); }
body:not(.home) .c-demo-live-cta__small { border: 2px solid #fff; border-radius: 2px; }
body:not(.home) .c-demo-directory__thumb,
body:not(.home) .c-demo-choice__visual,
body:not(.home) .c-demo-index__image { border-bottom: 3px solid var(--wow-black); background: var(--wow-cyan); }
body:not(.home) .c-demo-directory__body span,
body:not(.home) .c-demo-choice__type,
body:not(.home) .c-demo-index__body small { color: var(--wow-pink); font-weight: 900; }
body:not(.home) .c-demo-next__chips span { border: 2px solid var(--wow-black); border-radius: 2px; background: var(--wow-yellow); color: var(--wow-black); }

/* Final CTA and footer */
body:not(.home) .c-final { min-height: 660px; border-bottom: 4px solid var(--wow-black); background: var(--wow-black); }
body:not(.home) .c-final__bg { opacity: .26; filter: saturate(1.25) contrast(1.1); }
body:not(.home) .c-final__overlay { background: linear-gradient(135deg,rgba(17,17,15,.88),rgba(83,87,245,.72)); }
body:not(.home) .c-final__glow { background: radial-gradient(circle,rgba(255,63,136,.95),transparent 65%); }
body:not(.home) .c-final h2 { font-size: clamp(48px,7vw,92px); font-weight: 800; line-height: 1.08; letter-spacing: -.05em; text-shadow: 5px 5px 0 var(--wow-black); }
body:not(.home) .c-final p { color: rgba(255,255,255,.95); font-weight: 600; }
body:not(.home) .c-final .c-eyebrow { color: var(--wow-black) !important; }
body:not(.home) .c-final .c-btn--ghost { border-color: #fff; background: transparent; color: #fff; }
body:not(.home) .c-footer { border-top: 5px solid var(--wow-yellow); background: var(--wow-black); color: #fff; }
body:not(.home) .c-footer__top { padding-block: 76px; }
body:not(.home) .c-footer__brand p,
body:not(.home) .c-footer__col a { color: rgba(255,255,255,.82); }
body:not(.home) .c-footer__col h3 { color: var(--wow-yellow); }
body:not(.home) .c-footer__bottom { border-top: 2px solid rgba(255,255,255,.24); background: var(--wow-pink); color: #fff; }

@media (max-width: 980px) {
  body:not(.home) .c-header__nav > a:not(.c-btn),
  body:not(.home) .c-header__nav .menu-item { display: none; }
  body:not(.home) .c-pagehero::before { left: 58%; }
  body:not(.home) .c-pagehero::after { right: 2vw; opacity: .8; }
}

@media (max-width: 760px) {
  body:not(.home) .l-container { width: min(100% - 34px,1180px); }
  body:not(.home) .l-section { padding-block: 74px; }
  body:not(.home) .c-heading { font-size: clamp(36px,11vw,52px); line-height: 1.14; }
  body:not(.home) .c-lead { font-size: 15px; }
  body:not(.home) .c-section-head { display: block; }
  body:not(.home) .c-section-head > .c-lead { margin-top: 18px; }
  body:not(.home) .c-header,
  body:not(.home) .c-header.is-solid,
  body:not(.home) .c-header__inner,
  body:not(.home) .c-header.is-solid .c-header__inner { min-height: 68px; }
  body:not(.home) .c-header__inner { width: calc(100% - 24px); }
  body:not(.home) .c-brand__mark { width: 38px; height: 38px; }
  body:not(.home) .c-brand__text { font-size: 13px; }
  body:not(.home) .c-header__nav .c-btn { display: none; }
  body:not(.home) .c-visual-pagehero { padding-top: 68px; }
  body:not(.home) .c-visual-pagehero picture { width: 100%; }
  body:not(.home) .c-visual-pagehero__actions { display: grid; grid-template-columns: 1fr; padding: 22px 17px 28px; }
  body:not(.home) .c-visual-pagehero__actions .c-btn { width: 100%; }
  body:not(.home) .c-diagnosis-visualhero picture img { max-height: min(720px,calc(100svh - 124px)); }
  body:not(.home) .c-diagnosis-visualhero__price { display: grid; gap: 4px; margin-top: 4px; text-align: center; font-size: 18px; }
  body:not(.home) .c-diagnosis-visualhero__price small { font-size: 12px; }
  body:not(.home) .c-diagnosis-scope__head { display: block; }
  body:not(.home) .c-diagnosis-scope__head .c-heading { margin-top: 18px; }
  body:not(.home) .c-diagnosis-scope__head .c-lead { margin-top: 18px; }
  body:not(.home) .c-diagnosis-scope__visual { margin-top: 30px; border-width: 3px; box-shadow: 7px 7px 0 var(--wow-pink); }
  body:not(.home) .c-diagnosis-scope__visual figcaption { padding: 14px; font-size: 13px; }
  body:not(.home) .c-diagnosis-scope__details .c-diagnosis__compare { padding: 16px; }
  body:not(.home) .c-diagnosis-intro-route { padding-block: 26px; }
  body:not(.home) .c-diagnosis-intro-route__inner { grid-template-columns: 1fr; gap: 20px; }
  body:not(.home) .c-diagnosis-intro-route__inner strong { font-size: 20px; }
  body:not(.home) .c-diagnosis-intro-route .c-btn { width: 100%; }
  body:not(.home) .c-diagnosis-empathy .c-heading,
  body:not(.home) .c-diagnosis--deliverable .c-heading,
  body:not(.home) .c-diagnosis-design .c-heading,
  body:not(.home) .c-writer-route .c-heading,
  body:not(.home) .c-diagnosis--case .c-heading,
  body:not(.home) .c-process .c-heading { font-size: clamp(31px,9vw,43px); line-height: 1.18; letter-spacing: -.025em; }
  body:not(.home) .c-diagnosis-empathy__grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; margin-top: 34px; }
  body:not(.home) .c-diagnosis-empathy__grid article { padding: 20px 16px; box-shadow: 5px 5px 0 var(--wow-black); }
  body:not(.home) .c-diagnosis-empathy__grid h3 { font-size: 20px; }
  body:not(.home) .c-diagnosis-empathy__grid p { font-size: 13px; }
  body:not(.home) .c-diagnosis-empathy__answer { width: 100%; margin-top: 34px; padding: 16px; font-size: 16px; }
  body:not(.home) .c-diagnosis--deliverable .c-diagnosis__layout { gap: 38px; }
  body:not(.home) .c-diagnosis--deliverable .c-diagnosis__panel { padding: 26px 20px; }
  body:not(.home) .c-diagnosis--deliverable .c-diagnosis__price-main { font-size: clamp(46px,15vw,66px); }
  body:not(.home) .c-diagnosis__assurance { padding: 14px 15px; }
  body:not(.home) .c-diagnosis-flow-list { grid-template-columns: 1fr; padding: 16px; }
  body:not(.home) .c-diagnosis-flow-list li { display: grid; grid-template-columns: 7em 1fr; gap: 12px; align-items: center; padding: 14px; }
  body:not(.home) .c-diagnosis-flow-list span { margin-top: 0; }
  body:not(.home) .c-diagnosis-design__head { display: block; }
  body:not(.home) .c-diagnosis-design__head .c-lead { margin-top: 20px; }
  body:not(.home) .c-diagnosis-design__grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; margin-top: 34px; }
  body:not(.home) .c-diagnosis-design__grid a { box-shadow: 5px 5px 0 var(--wow-black); }
  body:not(.home) .c-diagnosis-design__grid span,
  body:not(.home) .c-diagnosis-design__grid strong { padding-inline: 12px; }
  body:not(.home) .c-diagnosis-design__grid span { padding-top: 12px; font-size: 10px; }
  body:not(.home) .c-diagnosis-design__grid strong { padding-bottom: 14px; font-size: 17px; }
  body:not(.home) .c-diagnosis-design__note { grid-template-columns: 1fr; margin-top: 30px; padding: 20px; }
  body:not(.home) .c-diagnosis-design__note .c-btn { width: 100%; }
  body:not(.home) .c-writer-route__grid { grid-template-columns: 1fr; gap: 22px; margin-top: 34px; }
  body:not(.home) .c-writer-route__grid article { padding: 26px 20px; box-shadow: 6px 6px 0 var(--wow-pink); }
  body:not(.home) .c-writer-route__grid article:nth-child(2) { box-shadow-color: var(--wow-cyan); }
  body:not(.home) .c-writer-route__message { padding: 18px; font-size: 14px; }
  body:not(.home) .c-diagnosis-operation__head { display: block; }
  body:not(.home) .c-diagnosis-operation__head .c-heading { margin-top: 18px; font-size: clamp(31px,9vw,43px); line-height: 1.18; letter-spacing: -.025em; }
  body:not(.home) .c-diagnosis-operation__head .c-lead { margin-top: 20px; }
  body:not(.home) .c-diagnosis-operation__grid { grid-template-columns: 1fr; gap: 18px; margin-top: 34px; }
  body:not(.home) .c-diagnosis-operation__grid article { padding: 26px 20px; box-shadow: 6px 6px 0 var(--wow-black); }
  body:not(.home) .c-diagnosis-operation__toolkit { grid-template-columns: 1fr; gap: 18px; margin-top: 28px; padding: 24px 20px; box-shadow: 6px 6px 0 var(--wow-pink); }
  body:not(.home) .c-pagehero { min-height: 480px; padding: 126px 0 72px; }
  body:not(.home) .c-pagehero::before { inset: 82px -28vw 38px 32%; opacity: .7; }
  body:not(.home) .c-pagehero::after { width: 140px; top: 110px; right: -35px; }
  body:not(.home) .c-pagehero h1 { max-width: 7em; font-size: clamp(46px,15vw,68px); }
  body:not(.home) .c-pagehero p { font-size: 15px; }
  body:not(.home) main > .l-section::after { width: 150px; opacity: .6; }
  body:not(.home) .c-message__body { padding: 28px 22px; transform: none; }
  body:not(.home) .c-proof__field { box-shadow: 7px 7px 0 var(--wow-yellow); }
  body:not(.home) .c-news__row { grid-template-columns: 92px 1fr; padding: 14px; }
  body:not(.home) .c-news__row img { width: 92px; height: 72px; }
  body:not(.home) .c-prose__body { padding: 26px 20px; }
  body:not(.home) .c-demo-hero { padding-top: 120px; }
  body:not(.home) .c-demo-hero h1 { font-size: clamp(42px,12vw,58px); }
  body:not(.home) .c-process__side { border-top: 3px solid var(--wow-black); border-left: 0; }
  body:not(.home) .c-final { min-height: 570px; }
  body:not(.home) .c-final h2 { font-size: clamp(42px,13vw,62px); }
  body:not(.home) .c-final__inner h2 { max-width: 100%; font-size: clamp(38px,11vw,52px); line-height: 1.15; letter-spacing: -.025em; }
  body:not(.home) .c-final .c-btn + .c-btn { margin-left: 0; }
  body:not(.home) .c-footer__top { padding-block: 58px; }
}

/* Demo directory and LP directory: purpose-first visual navigation */
body:not(.home) .c-pagehero--demo-hub {
  min-height: 0;
  padding: clamp(132px,10vw,164px) 0 clamp(68px,7vw,88px);
  background-color: var(--wow-blue);
}
body:not(.home) .c-pagehero--demo-hub::before,
body:not(.home) .c-pagehero--demo-hub::after { content: none; }
body:not(.home) .c-pagehero__demo-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(520px,1fr);
  gap: clamp(34px,5vw,70px);
  align-items: center;
}
body:not(.home) .c-pagehero--demo-hub h1 {
  max-width: 8.2em;
  margin-top: 24px;
  font-size: clamp(50px,5vw,70px);
  line-height: 1.04;
  letter-spacing: 0;
}
body:not(.home) .c-pagehero-demo-title { display: grid; gap: .03em; }
body:not(.home) .c-pagehero-demo-title > span { display: block; white-space: nowrap; }
body:not(.home) .c-pagehero--demo-hub p { max-width: 38em; line-height: 1.9; }
body:not(.home) .c-pagehero--demo-hub .c-pagehero__actions .c-btn:not(.c-btn--ghost):first-child {
  background: var(--wow-yellow);
  color: var(--wow-black);
}
body:not(.home) .c-pagehero--demo-hub .c-pagehero__actions .c-btn--ghost {
  border-color: #fff;
  background: #fff;
  color: var(--wow-black);
}
body:not(.home) .c-demo-hero-menu {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 12px;
  align-items: stretch;
}
body:not(.home) .c-demo-hero-menu > a {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  overflow: hidden;
  border: 3px solid var(--wow-black);
  background: #fff;
  color: var(--wow-black);
  text-decoration: none;
  box-shadow: 7px 7px 0 var(--wow-black);
  transition: transform .2s,box-shadow .2s;
}
body:not(.home) .c-demo-hero-menu > a:nth-child(2) { transform: translateY(-10px) rotate(1deg); }
body:not(.home) .c-demo-hero-menu > a:nth-child(3) { transform: translateY(5px) rotate(-1deg); }
body:not(.home) .c-demo-hero-menu > a:hover { transform: translate(3px,3px); box-shadow: 3px 3px 0 var(--wow-black); }
body:not(.home) .c-demo-hero-menu__screen {
  display: block;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  border-bottom: 3px solid var(--wow-black);
  background: #fff;
}
body:not(.home) .c-demo-hero-menu__screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
}
body:not(.home) .c-demo-hero-menu__text { display: grid; align-content: start; padding: 14px 13px 16px; }
body:not(.home) .c-demo-hero-menu__text small { color: var(--wow-pink); font-size: 8px; font-weight: 900; letter-spacing: .08em; }
body:not(.home) .c-demo-hero-menu__text strong { margin-top: 5px; font-size: clamp(20px,2vw,27px); line-height: 1.2; }
body:not(.home) .c-demo-hero-menu__text em { margin-top: 7px; color: #5a5149; font-size: 11px; font-style: normal; font-weight: 800; line-height: 1.45; }
body:not(.home) .c-lp-hero-gallery {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 10px;
  padding: 12px;
  border: 3px solid var(--wow-black);
  background: var(--wow-yellow);
  box-shadow: 10px 10px 0 var(--wow-black);
  transform: rotate(1deg);
}
body:not(.home) .c-lp-hero-gallery > a {
  display: grid;
  min-width: 0;
  padding-bottom: 11px;
  border: 2px solid var(--wow-black);
  background: #fff;
  color: var(--wow-black);
  text-decoration: none;
  transition: transform .2s,box-shadow .2s;
}
body:not(.home) .c-lp-hero-gallery > a:hover { transform: translate(-2px,-2px); box-shadow: 4px 4px 0 var(--wow-pink); }
body:not(.home) .c-lp-hero-gallery > a > span {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-bottom: 2px solid var(--wow-black);
  background: var(--wow-cream);
}
body:not(.home) .c-lp-hero-gallery img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center top; }
body:not(.home) .c-lp-hero-gallery strong,
body:not(.home) .c-lp-hero-gallery small { display: block; margin-inline: 11px; }
body:not(.home) .c-lp-hero-gallery strong { margin-top: 9px; color: var(--wow-pink); font-size: 18px; line-height: 1.2; }
body:not(.home) .c-lp-hero-gallery small { margin-top: 3px; color: #504840; font-size: 10px; font-weight: 800; line-height: 1.4; }
body:not(.home) .c-demo-choice__visual--category {
  aspect-ratio: 1200 / 630;
  padding: 0;
  background: #fff;
}
body:not(.home) .c-demo-choice__visual--category > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #fff;
}
body:not(.home) .c-demo-choice__visual--lp-gallery {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 3px;
  padding: 3px;
  background: var(--wow-black);
}
body:not(.home) .c-demo-choice__visual--lp-gallery > span { display: block; min-width: 0; overflow: hidden; background: #fff; }
body:not(.home) .c-demo-choice__visual--lp-gallery img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center top; }
body:not(.home) .c-demo-choice__visual--lp-gallery b {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 7px 14px;
  border: 2px solid var(--wow-black);
  background: var(--wow-yellow);
  color: var(--wow-black);
  box-shadow: 4px 4px 0 var(--wow-black);
  font-size: 22px;
  line-height: 1;
}
body:not(.home) .c-demo-choice__guide {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 28px;
  align-items: center;
  margin-top: 32px;
  padding: clamp(24px,4vw,38px);
  border: 3px solid var(--wow-black);
  background: var(--wow-cyan);
  box-shadow: 8px 8px 0 var(--wow-black);
}
body:not(.home) .c-demo-choice__guide small { display: block; color: var(--wow-black); font-size: 10px; font-weight: 900; letter-spacing: .15em; }
body:not(.home) .c-demo-choice__guide strong { display: block; margin-top: 8px; font-size: clamp(23px,2.7vw,34px); line-height: 1.35; }
body:not(.home) .c-demo-choice__guide p { max-width: 48em; margin: 10px 0 0; color: #3f3a35; line-height: 1.8; }
body:not(.home) .c-demo-choice__guide .c-btn { min-width: 230px; }
body:not(.home) .c-demo-directory__thumb--lp img { object-fit: contain; background: #fff; }

/* Recruitment demo directory: show the real work before the explanation */
body:not(.home) .c-pagehero--recruit-directory {
  min-height: 0;
  padding: clamp(132px,10vw,158px) 0 clamp(62px,7vw,82px);
  background: #f7f2e9;
  color: var(--wow-black);
}
body:not(.home) .c-pagehero--recruit-directory::before,
body:not(.home) .c-pagehero--recruit-directory::after { content: none; }
body:not(.home) .c-recruit-directory-hero {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(560px,1.1fr);
  gap: clamp(34px,5vw,72px);
  align-items: center;
}
body:not(.home) .c-pagehero--recruit-directory .c-pagehero__index {
  border-color: var(--wow-black);
  background: #ef5b4e;
  color: #fff;
  box-shadow: 5px 5px 0 var(--wow-black);
  transform: none;
}
body:not(.home) .c-pagehero--recruit-directory h1 {
  max-width: none;
  margin-top: 28px;
  color: var(--wow-black);
  font-size: clamp(46px,4vw,58px);
  line-height: 1.08;
  letter-spacing: 0;
  text-shadow: none;
}
body:not(.home) .c-recruit-directory-hero__title > span,
body:not(.home) .c-recruit-heading-lines > span,
body:not(.home) .c-recruit-card-title > span { display: block; }
body:not(.home) .c-pagehero--recruit-directory p.c-recruit-directory-hero__lead {
  max-width: 37em;
  margin-top: 26px;
  color: #413a34;
  font-size: 16px;
  line-height: 1.95;
}
body:not(.home) .c-recruit-directory-hero__proofs {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 9px 18px;
  margin-top: 24px;
}
body:not(.home) .c-recruit-directory-hero__proofs span {
  position: relative;
  padding-left: 20px;
  color: #302c28;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.5;
}
body:not(.home) .c-recruit-directory-hero__proofs span::before {
  content: '';
  position: absolute;
  left: 0;
  top: .3em;
  width: 11px;
  height: 11px;
  border: 2px solid var(--wow-black);
  background: var(--wow-yellow);
}
body:not(.home) .c-pagehero--recruit-directory .c-pagehero__actions { margin-top: 30px; }
body:not(.home) .c-pagehero--recruit-directory .c-btn {
  background: #ef5b4e;
  color: #fff;
  box-shadow: 5px 5px 0 var(--wow-black);
}
body:not(.home) .c-recruit-directory-hero__showcase {
  padding: 16px;
  border: 4px solid var(--wow-black);
  background: var(--wow-black);
  box-shadow: 12px 12px 0 #ef5b4e;
}
body:not(.home) .c-recruit-directory-hero__showcase-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: baseline;
  padding: 2px 2px 14px;
  color: #fff;
}
body:not(.home) .c-recruit-directory-hero__showcase-head span {
  color: var(--wow-yellow);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
}
body:not(.home) .c-recruit-directory-hero__showcase-head strong { font-size: 17px; }
body:not(.home) .c-recruit-directory-hero__showcase-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 10px;
}
body:not(.home) .c-recruit-directory-hero__demo {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  overflow: hidden;
  border: 2px solid #fff;
  background: #fff;
  color: var(--wow-black);
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
}
body:not(.home) .c-recruit-directory-hero__demo:hover {
  transform: translateY(-3px);
  box-shadow: 0 7px 0 var(--wow-yellow);
}
body:not(.home) .c-recruit-directory-hero__demo img {
  display: block;
  width: 100%;
  aspect-ratio: 1200 / 630;
  object-fit: cover;
}
body:not(.home) .c-recruit-directory-hero__demo > span {
  display: grid;
  align-content: center;
  min-height: 62px;
  padding: 9px 11px 10px;
  border-top: 2px solid var(--wow-black);
}
body:not(.home) .c-recruit-directory-hero__demo small {
  color: #d93d32;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
}
body:not(.home) .c-recruit-directory-hero__demo strong {
  margin-top: 3px;
  font-size: 16px;
  line-height: 1.35;
}
body:not(.home) .c-recruit-heading-lines,
body:not(.home) .c-recruit-demo-directory .c-demo-directory__body h2 {
  letter-spacing: 0;
  word-break: auto-phrase;
  overflow-wrap: break-word;
}
body:not(.home) .c-recruit-heading-lines {
  font-size: clamp(38px,4.5vw,60px);
  line-height: 1.24;
}
body:not(.home) .c-recruit-overview { background: #dff3ef; }
body:not(.home) .c-recruit-insight {
  display: grid;
  grid-template-columns: minmax(0,1.1fr) minmax(260px,.9fr);
  gap: 24px;
  align-items: center;
  margin-top: 38px;
  margin-bottom: 30px;
  padding: clamp(24px,4vw,38px);
  border: 3px solid var(--wow-black);
  border-left: 12px solid #ef5b4e;
  background: #fff;
  box-shadow: 8px 8px 0 var(--wow-black);
}
body:not(.home) .c-recruit-insight strong {
  font-size: clamp(23px,2.8vw,35px);
  line-height: 1.45;
}
body:not(.home) .c-recruit-insight p { margin: 0; color: #4b4640; line-height: 1.85; }
body:not(.home) .c-recruit-overview .c-demo-worries article:nth-child(2) { background: #fff4cf; }
body:not(.home) .c-recruit-overview .c-demo-worries article:nth-child(3) { background: #fce9e6; }
body:not(.home) .c-recruit-overview .c-demo-worries article:nth-child(4) { background: #e8eefc; }
body:not(.home) .c-recruit-demo-directory { background: #fffaf2; }
body:not(.home) .c-recruit-demo-directory .c-demo-directory__card { align-items: stretch; }
body:not(.home) .c-recruit-demo-directory .c-demo-directory__thumb { background: #f0ebe3; }
body:not(.home) .c-recruit-demo-directory .c-demo-directory__thumb img {
  width: 100%;
  max-height: none;
  aspect-ratio: 1200 / 630;
  object-fit: contain;
  background: #fff;
}
body:not(.home) .c-recruit-demo-directory .c-demo-directory__body h2 {
  font-size: clamp(31px,3.6vw,46px);
  line-height: 1.22;
}
body:not(.home) .c-recruit-card-points {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 8px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}
body:not(.home) .c-recruit-card-points li {
  position: relative;
  min-height: 100%;
  padding: 11px 10px 11px 30px;
  border: 2px solid var(--wow-black);
  background: #fff7d4;
  color: var(--wow-black);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.55;
}
body:not(.home) .c-recruit-card-points li::before {
  content: '';
  position: absolute;
  left: 11px;
  top: 16px;
  width: 8px;
  height: 8px;
  background: #ef5b4e;
}
body:not(.home) .c-recruit-demo-directory .c-demo-directory__actions .c-btn:first-child {
  background: #ef5b4e;
  color: #fff;
}
body:not(.home) .c-recruit-custom-callout {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 30px;
  align-items: center;
  margin-top: 34px;
  padding: clamp(26px,4vw,42px);
  border: 4px solid var(--wow-black);
  background: #173d46;
  color: #fff;
  box-shadow: 10px 10px 0 var(--wow-yellow);
}
body:not(.home) .c-recruit-custom-callout span {
  color: var(--wow-yellow);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
}
body:not(.home) .c-recruit-custom-callout h3 {
  margin: 9px 0 0;
  color: #fff;
  font-size: clamp(26px,3vw,40px);
  line-height: 1.35;
}
body:not(.home) .c-recruit-custom-callout p { max-width: 55em; margin: 12px 0 0; color: rgba(255,255,255,.86); line-height: 1.8; }
body:not(.home) .c-recruit-custom-callout .c-btn { background: var(--wow-yellow); color: var(--wow-black); }
body:not(.home) .c-recruit-design { background: #fff0c8; }
body:not(.home) .c-recruit-design .c-demo-admin__list li { border: 2px solid var(--wow-black); border-radius: 2px; background: #fff; }
body:not(.home) .c-recruit-design .c-btn { margin-top: 28px; background: #ef5b4e; color: #fff; }
body:not(.home) .c-recruit-final .c-final__overlay { background: rgba(17,17,15,.82); }
body:not(.home) .c-recruit-final .c-final__glow { display: none; }
body:not(.home) .c-recruit-final h2 { letter-spacing: 0; }

@media (max-width: 1120px) {
  body:not(.home) .c-recruit-directory-hero { grid-template-columns: 1fr; }
  body:not(.home) .c-recruit-directory-hero__copy { max-width: 780px; }
  body:not(.home) .c-recruit-directory-hero__showcase { max-width: 900px; }
}

@media (max-width: 980px) {
  body:not(.home) .c-pagehero__demo-layout { grid-template-columns: 1fr; }
  body:not(.home) .c-demo-hero-menu,
  body:not(.home) .c-lp-hero-gallery { max-width: 760px; }
}

@media (max-width: 760px) {
  body:not(.home) .c-pagehero--demo-hub { padding: 112px 0 54px; }
  body:not(.home) .c-pagehero--demo-hub h1 { max-width: 100%; font-size: clamp(38px,11vw,48px); line-height: 1.08; }
  body:not(.home) .c-pagehero--demo-hub p { font-size: 15px; }
  body:not(.home) .c-pagehero--demo-hub .c-pagehero__actions { display: grid; grid-template-columns: 1fr; }
  body:not(.home) .c-pagehero--demo-hub .c-pagehero__actions .c-btn { width: 100%; white-space: normal; text-align: center; }
  body:not(.home) .c-pagehero__demo-layout { gap: 34px; }
  body:not(.home) .c-demo-hero-menu { grid-template-columns: 1fr; gap: 10px; }
  body:not(.home) .c-demo-hero-menu > a,
  body:not(.home) .c-demo-hero-menu > a:nth-child(2),
  body:not(.home) .c-demo-hero-menu > a:nth-child(3) {
    grid-template-columns: 116px minmax(0,1fr);
    grid-template-rows: auto;
    transform: none;
  }
  body:not(.home) .c-demo-hero-menu__screen { aspect-ratio: 4 / 3; border-right: 3px solid var(--wow-black); border-bottom: 0; }
  body:not(.home) .c-demo-hero-menu__text { align-content: center; padding: 12px 14px; }
  body:not(.home) .c-demo-hero-menu__text strong { font-size: 23px; }
  body:not(.home) .c-lp-hero-gallery { gap: 7px; padding: 8px; box-shadow: 7px 7px 0 var(--wow-black); transform: none; }
  body:not(.home) .c-lp-hero-gallery strong { font-size: 16px; }
  body:not(.home) .c-lp-hero-gallery small { font-size: 9px; }
  body:not(.home) .c-demo-choice__visual--category { aspect-ratio: 1200 / 630; }
  body:not(.home) .c-demo-choice__guide { grid-template-columns: 1fr; gap: 22px; padding: 24px 20px; }
  body:not(.home) .c-demo-choice__guide .c-btn { width: 100%; min-width: 0; white-space: normal; text-align: center; }
  body:not(.home) .c-pagehero--recruit-directory { padding: 112px 0 52px; }
  body:not(.home) .c-pagehero--recruit-directory h1 {
    max-width: 100%;
    font-size: clamp(35px,9.7vw,40px);
    line-height: 1.12;
  }
  body:not(.home) .c-pagehero--recruit-directory p.c-recruit-directory-hero__lead { font-size: 15px; line-height: 1.85; }
  body:not(.home) .c-recruit-directory-hero { gap: 34px; }
  body:not(.home) .c-recruit-directory-hero__proofs { gap: 8px 10px; }
  body:not(.home) .c-recruit-directory-hero__proofs span { font-size: 12px; }
  body:not(.home) .c-pagehero--recruit-directory .c-pagehero__actions .c-btn { width: 100%; white-space: normal; text-align: center; }
  body:not(.home) .c-recruit-directory-hero__showcase { padding: 10px; box-shadow: 7px 7px 0 #ef5b4e; }
  body:not(.home) .c-recruit-directory-hero__showcase-head { display: grid; gap: 4px; padding-bottom: 10px; }
  body:not(.home) .c-recruit-directory-hero__showcase-head strong { font-size: 15px; }
  body:not(.home) .c-recruit-directory-hero__showcase-grid { gap: 7px; }
  body:not(.home) .c-recruit-directory-hero__demo > span { min-height: 58px; padding: 8px; }
  body:not(.home) .c-recruit-directory-hero__demo small { font-size: 8px; }
  body:not(.home) .c-recruit-directory-hero__demo strong { font-size: 13px; }
  body:not(.home) .c-recruit-heading-lines { font-size: 31px; line-height: 1.3; }
  body:not(.home) .c-recruit-insight { grid-template-columns: 1fr; gap: 14px; margin-top: 28px; padding: 23px 19px; }
  body:not(.home) .c-recruit-insight strong { font-size: 23px; }
  body:not(.home) .c-recruit-card-points { grid-template-columns: 1fr; }
  body:not(.home) .c-recruit-card-points li { padding-top: 10px; padding-bottom: 10px; }
  body:not(.home) .c-recruit-card-points li::before { top: 15px; }
  body:not(.home) .c-recruit-custom-callout { grid-template-columns: 1fr; gap: 22px; padding: 25px 20px; }
  body:not(.home) .c-recruit-custom-callout .c-btn { width: 100%; white-space: normal; text-align: center; }
  body:not(.home) .c-recruit-final h2 { font-size: 38px; }
}

/* Long-form article titles need more readable measure than short fixed-page headlines. */
body.single-post .c-pagehero { min-height: 0; padding-bottom: 76px; }
body.single-post .c-pagehero::before { left: 62%; }
body.single-post .c-pagehero h1 {
  max-width: min(14em,64%);
  font-size: clamp(42px,3.35vw,56px);
  line-height: 1.14;
  letter-spacing: -.035em;
  overflow-wrap: normal;
  word-break: normal;
  text-shadow: 4px 4px 0 var(--wow-black);
}
body.single-post .c-pagehero .u-no-break { white-space: nowrap; }

@media (max-width: 760px) {
  body.single-post .c-pagehero { min-height: 0; padding: 118px 0 58px; }
  body.single-post .c-pagehero::before { inset: 78px -36vw 30px 44%; opacity: .28; }
  body.single-post .c-pagehero::after { opacity: .48; }
  body.single-post .c-pagehero h1 {
    max-width: 100%;
    font-size: clamp(31px,9.2vw,38px);
    line-height: 1.18;
    letter-spacing: -.025em;
    text-shadow: 3px 3px 0 var(--wow-black);
  }
}

@media (prefers-reduced-motion: reduce) {
  body:not(.home) .c-btn,
  body:not(.home) .c-works__card,
  body:not(.home) .c-demo-index__card,
  body:not(.home) .c-demo-choice__card { transition: none; }
}

/* Homepage trial production */
body:not(.home) .c-trial-visualhero .c-visual-pagehero__actions {
  flex-wrap: wrap;
  align-items: center;
}
body:not(.home) .c-trial-visualhero__price {
  display: inline-grid;
  gap: 3px;
  min-height: 52px;
  align-content: center;
  padding: 8px 14px;
  border: 3px solid var(--wow-black);
  background: #fff;
  color: var(--wow-black);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
  box-shadow: 4px 4px 0 var(--wow-pink);
}
body:not(.home) .c-trial-visualhero__price small {
  display: block;
  color: #d71662;
  font-size: 11px;
  font-weight: 900;
}
body:not(.home) .c-trial-empathy { background: #fffdf7 !important; }
body:not(.home) .c-front-choice { background: #f3f1ff !important; }
body:not(.home) .c-trial-empathy__head {
  display: grid;
  grid-template-columns: minmax(0,1.15fr) minmax(300px,.75fr);
  gap: clamp(30px,6vw,90px);
  align-items: end;
}
body:not(.home) .c-trial-empathy__head .c-eyebrow,
body:not(.home) .c-trial-empathy__head .c-heading { grid-column: 1; }
body:not(.home) .c-trial-empathy__head .c-heading { margin-bottom: 0; }
body:not(.home) .c-trial-empathy__head .c-lead {
  grid-column: 2;
  grid-row: 1 / span 2;
  margin: 0;
}
body:not(.home) .c-trial-empathy__grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 14px;
  margin-top: 48px;
}
body:not(.home) .c-trial-empathy__grid article {
  min-height: 260px;
  padding: 23px 20px;
  border: 3px solid var(--wow-black);
  background: #fff;
  box-shadow: 6px 6px 0 var(--wow-cyan);
}
body:not(.home) .c-trial-empathy__grid article:nth-child(even) { box-shadow-color: var(--wow-pink); }
body:not(.home) .c-trial-empathy__grid article > span {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 2px solid var(--wow-black);
  background: var(--wow-yellow);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 900;
}
body:not(.home) .c-trial-empathy__grid h3 {
  margin: 22px 0 0;
  font-family: var(--font-mincho);
  font-size: 24px;
  line-height: 1.35;
}
body:not(.home) .c-trial-empathy__grid p { margin: 12px 0 0; font-size: 14px; line-height: 1.8; }
body:not(.home) .c-trial-empathy__answer {
  margin: 34px 0 0;
  padding: 23px 28px;
  border: 3px solid var(--wow-black);
  background: var(--wow-black);
  color: #fff;
  font-family: var(--font-mincho);
  font-size: clamp(21px,3vw,34px);
  line-height: 1.45;
  text-align: center;
}
body:not(.home) .c-trial-empathy__answer strong { color: var(--wow-yellow); }
body:not(.home) .c-trial-detail { background: var(--wow-yellow) !important; }
body:not(.home) .c-trial-detail__layout {
  display: grid;
  grid-template-columns: minmax(0,1.2fr) minmax(320px,.62fr);
  gap: clamp(34px,6vw,86px);
  align-items: start;
}
body:not(.home) .c-trial-detail__list {
  display: grid;
  gap: 0;
  margin: 36px 0 0;
  padding: 0;
  border-top: 3px solid var(--wow-black);
  list-style: none;
}
body:not(.home) .c-trial-detail__list li {
  display: grid;
  grid-template-columns: minmax(180px,.68fr) minmax(0,1fr);
  gap: 20px;
  padding: 18px 8px;
  border-bottom: 2px solid var(--wow-black);
}
body:not(.home) .c-trial-detail__list b { font-size: 16px; }
body:not(.home) .c-trial-detail__list span { font-size: 14px; line-height: 1.75; }
body:not(.home) .c-trial-detail__summary {
  position: sticky;
  top: 104px;
  padding: 30px 27px;
  border: 4px solid var(--wow-black);
  background: #fff;
  box-shadow: 10px 10px 0 var(--wow-pink);
}
body:not(.home) .c-trial-detail__summary > span {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
}
body:not(.home) .c-trial-detail__summary h3 {
  margin: 18px 0 0;
  font-family: var(--font-mincho);
  font-size: clamp(28px,3vw,40px);
  line-height: 1.3;
}
body:not(.home) .c-trial-detail__summary p { margin: 14px 0 0; line-height: 1.8; }
body:not(.home) .c-trial-detail__summary-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px;
  margin-top: 25px;
  padding-block: 18px;
  border-top: 3px solid var(--wow-black);
  border-bottom: 3px solid var(--wow-black);
}
body:not(.home) .c-trial-detail__summary-price small { width: 100%; font-weight: 900; }
body:not(.home) .c-trial-detail__summary-price strong {
  color: var(--wow-pink);
  font-family: var(--font-mincho);
  font-size: clamp(38px,4vw,54px);
  line-height: 1;
}
body:not(.home) .c-trial-detail__summary-price span { font-size: 12px; font-weight: 800; }
body:not(.home) .c-trial-detail__summary .c-btn { width: 100%; margin-top: 22px; }
body:not(.home) .c-trial-flow { background: var(--wow-black) !important; color: #fff; }
body:not(.home) .c-trial-flow::after { background: var(--wow-cyan) !important; }
body:not(.home) .c-trial-flow__head {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(300px,.72fr);
  gap: clamp(30px,6vw,80px);
  align-items: end;
}
body:not(.home) .c-trial-flow__head .c-eyebrow,
body:not(.home) .c-trial-flow__head .c-heading { grid-column: 1; color: #fff; }
body:not(.home) .c-trial-flow__head .c-heading { margin-bottom: 0; }
body:not(.home) .c-trial-flow__head .c-lead {
  grid-column: 2;
  grid-row: 1 / span 2;
  margin: 0;
  color: rgba(255,255,255,.82);
}
body:not(.home) .c-trial-flow__visual {
  margin: 48px 0 0;
  padding: 12px;
  border: 4px solid #fff;
  background: #fff;
  box-shadow: 10px 10px 0 var(--wow-pink);
}
body:not(.home) .c-trial-flow__visual picture,
body:not(.home) .c-trial-flow__visual img { display: block; width: 100%; }
body:not(.home) .c-trial-flow__visual figcaption {
  padding: 16px 12px 6px;
  color: var(--wow-black);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.7;
  text-align: center;
}
body:not(.home) .c-trial-inputs { background: #e8fbff !important; }
body:not(.home) .c-trial-inputs__head { max-width: 940px; }
body:not(.home) .c-trial-inputs__grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 14px;
  margin-top: 44px;
}
body:not(.home) .c-trial-inputs__grid article {
  padding: 24px 20px 27px;
  border: 3px solid var(--wow-black);
  background: #fff;
}
body:not(.home) .c-trial-inputs__grid article:nth-child(2) { background: #fff1f6; }
body:not(.home) .c-trial-inputs__grid article:nth-child(3) { background: #fff8c9; }
body:not(.home) .c-trial-inputs__grid article:nth-child(4) { background: #e9eaff; }
body:not(.home) .c-trial-inputs__grid span {
  color: var(--wow-pink);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
}
body:not(.home) .c-trial-inputs__grid h3 {
  margin: 15px 0 0;
  font-family: var(--font-mincho);
  font-size: 24px;
  line-height: 1.35;
}
body:not(.home) .c-trial-inputs__grid p { margin: 12px 0 0; font-size: 14px; line-height: 1.8; }
body:not(.home) .c-trial-price { background: #5f5ff5 !important; color: #fff; }
body:not(.home) .c-trial-price::after { background: var(--wow-yellow) !important; }
body:not(.home) .c-trial-price__layout {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(360px,.72fr);
  gap: clamp(36px,7vw,96px);
  align-items: start;
}
body:not(.home) .c-trial-price .c-heading { color: #fff; }
body:not(.home) .c-trial-price .c-lead { color: rgba(255,255,255,.88); }
body:not(.home) .c-trial-price__included {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 30px;
}
body:not(.home) .c-trial-price__included span {
  padding: 8px 11px;
  border: 2px solid #fff;
  background: rgba(17,17,15,.22);
  font-size: 12px;
  font-weight: 900;
}
body:not(.home) .c-trial-price__panel {
  padding: 29px 26px;
  border: 4px solid var(--wow-black);
  background: #fff;
  color: var(--wow-black);
  box-shadow: 10px 10px 0 var(--wow-yellow);
}
body:not(.home) .c-trial-price__label {
  display: inline-block;
  padding: 7px 10px;
  background: var(--wow-black);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}
body:not(.home) .c-trial-price__main {
  margin-top: 18px;
  color: var(--wow-black);
  font-family: var(--font-mincho);
  font-size: clamp(48px,5vw,68px);
  font-weight: 900;
  line-height: 1;
}
body:not(.home) .c-trial-price__main small { font-family: var(--font-sans); font-size: 13px; }
body:not(.home) .c-trial-price__monitor {
  margin-top: 24px;
  padding: 20px;
  border: 3px solid var(--wow-black);
  background: var(--wow-yellow);
}
body:not(.home) .c-trial-price__monitor > span {
  display: block;
  font-size: 12px;
  font-weight: 900;
}
body:not(.home) .c-trial-price__monitor > strong {
  display: block;
  margin-top: 7px;
  color: var(--wow-pink);
  font-family: var(--font-mincho);
  font-size: clamp(38px,4vw,52px);
  line-height: 1;
}
body:not(.home) .c-trial-price__monitor > strong small { color: var(--wow-black); font-family: var(--font-sans); font-size: 12px; }
body:not(.home) .c-trial-price__monitor p { margin: 15px 0 0; font-size: 13px; font-weight: 800; }
body:not(.home) .c-trial-price__monitor ul { display: grid; gap: 7px; margin: 12px 0 0; padding-left: 22px; }
body:not(.home) .c-trial-price__monitor li { font-size: 13px; line-height: 1.6; }
body:not(.home) .c-trial-price__note { margin: 18px 0 0; color: #5b5b57; font-size: 12px; line-height: 1.75; }
body:not(.home) .c-trial-price__panel .c-btn { width: 100%; margin-top: 22px; }
body:not(.home) .c-trial-faq { background: #fffdf7 !important; }
body:not(.home) .c-trial-final .c-final__note {
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 980px) {
  body:not(.home) .c-trial-empathy__grid,
  body:not(.home) .c-trial-inputs__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  body:not(.home) .c-trial-detail__layout,
  body:not(.home) .c-trial-price__layout { grid-template-columns: 1fr; }
  body:not(.home) .c-trial-detail__summary { position: static; }
}

@media (max-width: 760px) {
  body:not(.home) .c-trial-visualhero__price { width: 100%; text-align: center; }
  body:not(.home) .c-trial-empathy__head,
  body:not(.home) .c-trial-flow__head { display: block; }
  body:not(.home) .c-trial-empathy__head .c-lead,
  body:not(.home) .c-trial-flow__head .c-lead { margin-top: 20px; }
  body:not(.home) .c-trial-empathy__grid,
  body:not(.home) .c-trial-inputs__grid { grid-template-columns: 1fr; gap: 13px; margin-top: 34px; }
  body:not(.home) .c-trial-empathy__grid article { min-height: 0; padding: 21px 18px; }
  body:not(.home) .c-trial-empathy__grid h3,
  body:not(.home) .c-trial-inputs__grid h3 { font-size: 22px; }
  body:not(.home) .c-trial-empathy__answer { padding: 19px 16px; font-size: 21px; }
  body:not(.home) .c-trial-detail__list li { grid-template-columns: 1fr; gap: 6px; padding: 15px 4px; }
  body:not(.home) .c-trial-detail__summary,
  body:not(.home) .c-trial-price__panel { padding: 24px 20px; box-shadow: 7px 7px 0 var(--wow-pink); }
  body:not(.home) .c-trial-flow__visual { margin-top: 34px; padding: 7px; box-shadow: 7px 7px 0 var(--wow-pink); }
  body:not(.home) .c-trial-flow__visual figcaption { padding-inline: 7px; font-size: 12px; text-align: left; }
  body:not(.home) .c-trial-price__panel { box-shadow-color: var(--wow-yellow); }
  body:not(.home) .c-trial-price__main { font-size: 47px; }
  body:not(.home) .c-trial-price__monitor { padding: 18px 15px; }
  body:not(.home) .c-trial-price__monitor > strong { font-size: 39px; }
}
