.pv2 {
  --pv2-ink: #231815;
  --pv2-paper: #fffdf7;
  --pv2-sand: #f6f1e7;
  --pv2-border: #ded7cc;
  --pv2-muted: #6f6862;
  --pv2-teal: #0f6d73;
  --pv2-orange: #f59e0b;
  --pv2-s: #2fa6d6;
  --pv2-m: #a8ca00;
  --pv2-l: #ec7f9d;
  --pv2-max: 1120px;
  color: var(--pv2-ink);
  background: var(--pv2-paper);
  font-family: "Noto Sans JP", "Yu Gothic UI", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.75;
}

.pv2 *, .pv2 *::before, .pv2 *::after { box-sizing: border-box; }
.pv2 a { color: inherit; }
.pv2 button, .pv2 a { -webkit-tap-highlight-color: transparent; }
.pv2 button:focus-visible, .pv2 a:focus-visible, .pv2 summary:focus-visible { outline: 3px solid var(--pv2-orange); outline-offset: 4px; }
.pv2 [id] { scroll-margin-top: 92px; }

.pv2-hero {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(36px, 6vw, 86px);
  align-items: center;
  min-height: 680px;
  padding: 72px max(24px, calc((100vw - var(--pv2-max)) / 2)) 80px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 18%, rgba(47, 166, 214, .18), transparent 27%),
    radial-gradient(circle at 78% 80%, rgba(236, 127, 157, .14), transparent 28%),
    var(--pv2-paper);
}

.pv2-eyebrow { margin: 0 0 14px; color: var(--pv2-teal); font-size: 13px; font-weight: 800; letter-spacing: .16em; }
.pv2-hero h1 { margin: 0; font-size: clamp(42px, 5.6vw, 72px); line-height: 1.2; letter-spacing: -.035em; }
.pv2-hero__lead { max-width: 640px; margin: 28px 0 0; color: #4c4540; font-size: 18px; }
.pv2-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.pv2-button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 25px; border: 2px solid var(--pv2-ink); border-radius: 999px; font-weight: 800; text-decoration: none; transition: .2s ease; }
.pv2-button--primary { color: #fff !important; background: var(--pv2-ink); }
.pv2-button--primary:hover { border-color: var(--pv2-teal); background: var(--pv2-teal); transform: translateY(-2px); }
.pv2-button--secondary:hover { background: #fff; transform: translateY(-2px); }

.pv2-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 38px 0 0; padding: 0; list-style: none; }
.pv2-facts li { padding: 14px 14px 13px; border-top: 2px solid var(--pv2-ink); }
.pv2-facts strong, .pv2-facts span { display: block; }
.pv2-facts strong { font-size: 17px; }
.pv2-facts span { margin-top: 2px; color: var(--pv2-muted); font-size: 12px; }

.pv2-hero__visual { position: relative; min-height: 520px; border: 1px solid rgba(222, 215, 204, .75); border-radius: 48% 52% 46% 54% / 55% 42% 58% 45%; background: linear-gradient(145deg, #fff 8%, #f1eadc 100%); box-shadow: 0 22px 60px rgba(35, 24, 21, .10); }
.pv2-hero__visual > p { position: absolute; left: 50%; bottom: 46px; width: 80%; margin: 0; transform: translateX(-50%); text-align: center; font-weight: 800; }
.pv2-orbit { position: absolute; display: grid; place-items: center; width: 150px; height: 150px; border-radius: 50%; text-align: center; box-shadow: 0 12px 30px rgba(35, 24, 21, .10); }
.pv2-orbit span { display: block; font-size: 48px; font-weight: 900; line-height: 1; }
.pv2-orbit small { display: block; max-width: 110px; font-size: 11px; font-weight: 700; line-height: 1.5; }
.pv2-orbit--s { top: 48px; left: 34px; color: #176b8a; background: #d9f1fb; }
.pv2-orbit--m { top: 110px; right: 24px; color: #4f6500; background: #edf5c6; }
.pv2-orbit--l { top: 252px; left: 42%; color: #963d5a; background: #fae2e9; }

.pv2-section { padding: 94px max(24px, calc((100vw - var(--pv2-max)) / 2)); }
.pv2-heading { max-width: 760px; margin-bottom: 48px; }
.pv2-heading--compact { margin-bottom: 36px; }
.pv2-heading h2, .pv2-trust h2, .pv2-continue h2, .pv2-final h2 { margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.3; letter-spacing: -.025em; }
.pv2-heading > p:last-child { margin: 18px 0 0; color: var(--pv2-muted); font-size: 17px; }
.pv2-intro { background: var(--pv2-sand); }
.pv2-grid { display: grid; gap: 20px; }
.pv2-grid--three, .pv2-grid--sizes { grid-template-columns: repeat(3, 1fr); }
.pv2-card { min-height: 224px; padding: 28px; background: var(--pv2-paper); border: 1px solid var(--pv2-border); border-radius: 16px; }
.pv2-card > span { color: var(--pv2-teal); font-size: 13px; font-weight: 800; letter-spacing: .14em; }
.pv2-card h3 { margin: 24px 0 10px; font-size: 23px; }
.pv2-card p { margin: 0; color: var(--pv2-muted); }

.pv2-howto { background: #fff; }
.pv2-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 0 0 30px; padding: 0; list-style: none; }
.pv2-steps li { display: flex; align-items: flex-start; gap: 16px; padding: 24px; border: 1px solid var(--pv2-border); border-radius: 16px; }
.pv2-steps li > span { display: grid; place-items: center; flex: 0 0 44px; height: 44px; color: #fff; background: var(--pv2-teal); border-radius: 50%; font-weight: 800; }
.pv2-steps strong { display: block; font-size: 18px; }
.pv2-steps p { margin: 5px 0 0; color: var(--pv2-muted); font-size: 14px; }
.pv2-text-link { color: var(--pv2-teal) !important; font-weight: 800; text-underline-offset: 5px; }

.pv2-size { background: var(--pv2-paper); }
.pv2-quiz { margin: 0 0 48px; padding: 32px; background: #fff; border: 1px solid var(--pv2-border); border-radius: 20px; box-shadow: 0 8px 28px rgba(35, 24, 21, .06); }
.pv2-quiz__label { margin: 0 0 6px; color: var(--pv2-teal); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.pv2-quiz h3 { margin: 0 0 20px; font-size: 23px; }
.pv2-quiz__buttons { display: grid; grid-template-columns: repeat(2, minmax(0, 220px)); gap: 12px; }
.pv2-quiz__buttons--weight { grid-template-columns: repeat(3, minmax(0, 220px)); }
.pv2-quiz__buttons button, .pv2-quiz__reset { min-height: 54px; padding: 9px 18px; color: var(--pv2-ink); background: var(--pv2-paper); border: 2px solid var(--pv2-ink); border-radius: 12px; font: inherit; font-weight: 800; cursor: pointer; }
.pv2-quiz__buttons button:hover { color: #fff; background: var(--pv2-teal); border-color: var(--pv2-teal); }
.pv2-quiz__buttons button.is-selected { color: #fff; background: var(--pv2-teal); border-color: var(--pv2-teal); box-shadow: 0 0 0 4px rgba(15, 109, 115, .16); }
.pv2-quiz__dog { margin-top: 26px; padding-top: 26px; border-top: 1px solid var(--pv2-border); }
.pv2-quiz__result:not(:empty) { margin-top: 24px; padding: 20px; background: #eef8f8; border-left: 4px solid var(--pv2-teal); border-radius: 12px; font-size: 18px; }
.pv2-quiz__result a { display: inline-flex; margin-top: 12px; padding: 9px 16px; color: #fff; background: var(--pv2-teal); border-radius: 999px; font-weight: 800; text-decoration: none; }
.pv2-quiz__reset { min-height: 42px; margin-top: 16px; padding: 5px 14px; border-width: 1px; font-size: 14px; }

.pv2-size-card { position: relative; overflow: hidden; padding: 30px; background: #fff; border: 1px solid var(--pv2-border); border-radius: 18px; }
.pv2-size-card::after { content: ""; position: absolute; top: -48px; right: -48px; width: 160px; height: 160px; border-radius: 50%; opacity: .22; }
.pv2-size-card--s::after { background: var(--pv2-s); }
.pv2-size-card--m::after { background: var(--pv2-m); }
.pv2-size-card--l::after { background: var(--pv2-l); }
.pv2-size-card > p { margin: 0; color: var(--pv2-muted); font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.pv2-size-card > strong { display: block; margin-top: -2px; font-size: 60px; line-height: 1.1; }
.pv2-size-card--s > strong { color: #176b8a; }
.pv2-size-card--m > strong { color: #4f6500; }
.pv2-size-card--l > strong { color: #963d5a; }
.pv2-size-card h3 { min-height: 58px; margin: 20px 0 3px; font-size: 21px; line-height: 1.4; }
.pv2-size-card > span { display: block; margin-bottom: 22px; color: var(--pv2-muted); font-size: 14px; }
.pv2-size-card a { display: inline-flex; align-items: center; min-height: 46px; padding: 0 18px; border: 1px solid currentColor; border-radius: 999px; font-weight: 800; text-decoration: none; }
.pv2-size-card a:hover { color: #fff; background: var(--pv2-ink); border-color: var(--pv2-ink); }
.pv2-boundary { margin: 24px 0 0; padding: 16px 18px; color: #4c4540; background: var(--pv2-sand); border-radius: 12px; font-size: 14px; }

.pv2-trust { display: grid; grid-template-columns: .76fr 1.24fr; gap: 70px; color: #fff; background: var(--pv2-ink); }
.pv2-trust .pv2-eyebrow { color: #8bd3d8; }
.pv2-trust__list { display: grid; gap: 18px; }
.pv2-trust__list article { display: grid; grid-template-columns: 44px 1fr; column-gap: 18px; padding-bottom: 18px; border-bottom: 1px solid rgba(255, 255, 255, .18); }
.pv2-trust__list article > span { color: #8bd3d8; font-weight: 800; }
.pv2-trust__list h3 { margin: 0; font-size: 20px; }
.pv2-trust__list p { margin: 3px 0 0; color: rgba(255, 255, 255, .72); }

.pv2-continue { background: var(--pv2-sand); }
.pv2-continue__card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; padding: clamp(30px, 5vw, 64px); background: var(--pv2-paper); border-radius: 24px; }
.pv2-continue__card > div > p:last-child { color: var(--pv2-muted); }
.pv2-timeline { margin: 0; padding: 0; list-style: none; }
.pv2-timeline li { position: relative; display: grid; grid-template-columns: 120px 1fr; gap: 18px; padding: 0 0 24px 30px; border-left: 2px solid var(--pv2-border); }
.pv2-timeline li::before { content: ""; position: absolute; left: -7px; top: 7px; width: 12px; height: 12px; background: var(--pv2-orange); border-radius: 50%; }
.pv2-timeline strong { font-size: 14px; }
.pv2-timeline span { color: var(--pv2-muted); }

.pv2-faq { background: #fff; }
.pv2-faq__list { max-width: 850px; }
.pv2-faq details { border-top: 1px solid var(--pv2-border); }
.pv2-faq details:last-child { border-bottom: 1px solid var(--pv2-border); }
.pv2-faq summary { position: relative; padding: 22px 52px 22px 4px; font-size: 18px; font-weight: 800; cursor: pointer; list-style: none; }
.pv2-faq summary::-webkit-details-marker { display: none; }
.pv2-faq summary::after { content: "+"; position: absolute; right: 12px; top: 20px; color: var(--pv2-teal); font-size: 24px; }
.pv2-faq details[open] summary::after { content: "\2212"; }
.pv2-faq details p { margin: 0; padding: 0 52px 24px 4px; color: var(--pv2-muted); }

.pv2-final { padding: 92px 24px; text-align: center; background: var(--pv2-paper); }
.pv2-final > p { margin: 0 0 12px; color: var(--pv2-teal); font-weight: 800; }
.pv2-final .pv2-actions { justify-content: center; }
.pv2-mobile-cta { display: none; }

@media (max-width: 900px) {
  .pv2-hero { grid-template-columns: 1fr; min-height: auto; padding-top: 56px; }
  .pv2-hero__visual { min-height: 480px; }
  .pv2-grid--three, .pv2-grid--sizes, .pv2-steps { grid-template-columns: 1fr; }
  .pv2-trust, .pv2-continue__card { grid-template-columns: 1fr; gap: 42px; }
  .pv2-size-card h3 { min-height: 0; }
}

@media (max-width: 600px) {
  .pv2 { padding-bottom: 76px; }
  .pv2 [id] { scroll-margin-top: 74px; }
  .pv2-hero { padding: 42px 20px 64px; }
  .pv2-hero h1 { font-size: 40px; }
  .pv2-hero__lead { margin-top: 20px; font-size: 16px; }
  .pv2-actions { display: grid; grid-template-columns: 1fr; }
  .pv2-button { width: 100%; }
  .pv2-facts { gap: 5px; }
  .pv2-facts li { padding: 10px 5px; }
  .pv2-facts strong { font-size: 14px; }
  .pv2-facts span { font-size: 10px; }
  .pv2-hero__visual { min-height: 390px; }
  .pv2-orbit { width: 120px; height: 120px; }
  .pv2-orbit span { font-size: 38px; }
  .pv2-orbit--s { top: 36px; left: 18px; }
  .pv2-orbit--m { top: 92px; right: 14px; }
  .pv2-orbit--l { top: 205px; left: 34%; }
  .pv2-section { padding: 68px 20px; }
  .pv2-heading { margin-bottom: 34px; }
  .pv2-heading h2, .pv2-trust h2, .pv2-continue h2, .pv2-final h2 { font-size: 34px; }
  .pv2-card { min-height: auto; }
  .pv2-quiz { padding: 24px 18px; }
  .pv2-quiz__buttons, .pv2-quiz__buttons--weight { grid-template-columns: 1fr; }
  .pv2-size-card { padding: 25px; }
  .pv2-continue__card { padding: 26px 20px; }
  .pv2-timeline li { grid-template-columns: 92px 1fr; padding-left: 22px; }
  .pv2-final { padding: 70px 20px; }
  .pv2-mobile-cta { position: fixed; z-index: 30; right: 14px; bottom: 14px; left: 14px; display: flex; align-items: center; justify-content: center; min-height: 52px; color: #fff !important; background: var(--pv2-ink); border-radius: 999px; box-shadow: 0 8px 28px rgba(35, 24, 21, .25); font-weight: 800; text-decoration: none; }
}

@media (max-width: 350px) {
  .pv2-hero h1 { font-size: 34px; }
  .pv2-orbit { width: 106px; height: 106px; }
  .pv2-orbit small { font-size: 10px; }
  .pv2-orbit--l { left: 31%; }
  .pv2-heading h2, .pv2-trust h2, .pv2-continue h2, .pv2-final h2 { font-size: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  .pv2 *, .pv2 *::before, .pv2 *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* HOME v0.4 brand and media layer. Keep every selector below .pv2. */
.pv2 {
  --pv2-ink: #333333;
  --pv2-paper: #fffcdb;
  --pv2-white: #ffffff;
  --pv2-sand: #fffef0;
  --pv2-border: #e6dfb8;
  --pv2-muted: #5f5a51;
  --pv2-teal: #247c9d;
  --pv2-teal-soft: #eef9fc;
  --pv2-orange: #fcc800;
  --pv2-secondary: #f4b3c5;
  --pv2-blue: #a0d8ea;
  --pv2-s: #a0d8ea;
  --pv2-m: #abcd03;
  --pv2-l: #f4b3c5;
  --pv2-max: 1040px;
  --pv2-radius: 24px;
  --pv2-shadow: 0 14px 34px rgba(51, 51, 51, .09);
  color: var(--pv2-ink);
  background: var(--pv2-white);
  font-family: "Reddit Mono", "Noto Sans JP", sans-serif;
}
.pv2 h1, .pv2 h2, .pv2 h3 { font-family: "Kiwi Maru", "Noto Sans JP", serif; font-weight: 500; }
.pv2 img, .pv2 video { display: block; max-width: 100%; }
.pv2 video:focus-visible { outline: 3px solid var(--pv2-orange); outline-offset: 4px; }

.pv2-hero {
  grid-template-columns: minmax(0, 1.04fr) minmax(380px, .96fr);
  gap: clamp(48px, 7vw, 84px);
  min-height: 700px;
  padding: clamp(64px, 8vw, 100px) max(24px, calc((100vw - var(--pv2-max)) / 2));
  background:
    radial-gradient(circle at 84% 18%, rgba(160, 216, 234, .48), transparent 27%),
    radial-gradient(circle at 73% 80%, rgba(244, 179, 197, .42), transparent 29%),
    var(--pv2-paper);
}
.pv2-hero h1 { max-width: 700px; font-size: clamp(37px, 4.2vw, 61px); line-height: 1.35; }
.pv2-hero h1 span { position: relative; z-index: 1; white-space: nowrap; }
.pv2-hero h1 span::after { content: ""; position: absolute; z-index: -1; right: -4px; bottom: 4px; left: -4px; height: .36em; background: rgba(160, 216, 234, .72); border-radius: 999px; }
.pv2-hero__lead { max-width: 660px; margin-top: 26px; color: #4c4540; font-size: 18px; }
.pv2-actions { margin-top: 30px; }
.pv2-button { padding: 9px 25px; transition: transform .18s ease, color .18s ease, background .18s ease, border-color .18s ease; }
.pv2-facts { gap: 18px; }
.pv2-facts li { padding: 13px 0 0; }
.pv2-facts strong { font-size: 16px; }

.pv2-hero__visual {
  position: relative;
  min-height: 540px;
  overflow: visible;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.pv2-hero__photo-wrap { position: absolute; overflow: hidden; box-shadow: var(--pv2-shadow); }
.pv2-hero__dog-photo { inset: 22px 28% 52px 8px; border-radius: 48% 52% 44% 56% / 44% 40% 60% 56%; }
.pv2-hero__cat-photo { z-index: 2; top: 84px; right: 0; width: 43%; height: 47%; border: 8px solid var(--pv2-paper); border-radius: 50% 45% 54% 46% / 48% 52% 46% 54%; }
.pv2-hero__photo { width: 100%; height: 100%; object-fit: cover; object-position: 50% 48%; }
.pv2-hero__cat-photo .pv2-hero__photo { object-position: 50% 44%; }
.pv2-hero__package { position: absolute; z-index: 3; bottom: 0; left: 0; width: min(138px, 29%); padding: 10px; background: rgba(255, 255, 255, .97); border: 2px solid var(--pv2-blue); border-radius: 18px; box-shadow: 0 16px 36px rgba(51, 51, 51, .14); transform: rotate(-3deg); }
.pv2-hero__package img { width: 100%; height: auto; object-fit: contain; }
.pv2-hero__visual > .pv2-hero__message {
  position: absolute;
  right: -12px;
  bottom: 18px;
  left: auto;
  width: min(285px, 66%);
  margin: 0;
  padding: 18px 22px;
  transform: none;
  background: rgba(255, 252, 219, .96);
  border: 1px solid var(--pv2-border);
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(51, 51, 51, .11);
  text-align: left;
}
.pv2-hero__message span, .pv2-hero__message strong { display: block; }
.pv2-hero__message span { color: var(--pv2-muted); font-size: 12px; }
.pv2-hero__message strong { margin-top: 2px; font-size: 16px; }
.pv2-size-dots { position: absolute; top: 0; right: 10px; display: flex; gap: 7px; }
.pv2-size-dots span { display: grid; place-items: center; width: 38px; height: 38px; color: var(--pv2-ink); border: 3px solid var(--pv2-white); border-radius: 50%; box-shadow: 0 4px 14px rgba(35, 24, 21, .1); font-size: 13px; font-weight: 900; }
.pv2-dot--s { background: var(--pv2-s); }
.pv2-dot--m { background: var(--pv2-m); }
.pv2-dot--l { background: var(--pv2-l); }

.pv2-section { padding: 92px max(24px, calc((100vw - var(--pv2-max)) / 2)); }
.pv2-heading { max-width: 700px; margin-bottom: 42px; }
.pv2-heading--wide { max-width: 780px; }
.pv2-heading h2, .pv2-continue h2, .pv2-final h2 { font-size: clamp(30px, 3.7vw, 48px); line-height: 1.45; }
.pv2-heading > p:last-child { font-size: 17px; }

.pv2-product-story { background: var(--pv2-white); }
.pv2-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pv2-feature-grid article { position: relative; min-height: 390px; padding: 24px; overflow: hidden; background: var(--pv2-white); border: 4px solid var(--pv2-blue); border-radius: 30px; }
.pv2-feature-visual { width: 100%; height: 190px; margin: 0 auto 22px; object-fit: contain; object-position: center; }
.pv2-feature-kicker { margin: 0 0 3px; color: var(--pv2-teal); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.pv2-feature-grid h3 { margin: 0 0 9px; font-size: 22px; }
.pv2-feature-grid article > p:last-child { margin: 0; color: var(--pv2-muted); }

.pv2-empathy { background: var(--pv2-paper); }
.pv2-need-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pv2-need-grid article { min-height: 205px; padding: 28px; background: var(--pv2-paper); border-radius: var(--pv2-radius); }
.pv2-need-number { color: var(--pv2-teal); font-size: 12px; font-weight: 800; letter-spacing: .14em; }
.pv2-need-grid h3 { margin: 20px 0 8px; font-size: 21px; }
.pv2-need-grid p { margin: 0; color: var(--pv2-muted); }

.pv2-howto { background: var(--pv2-blue); }
.pv2-video-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.pv2-video-card { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 22px; align-items: start; padding: 24px; background: var(--pv2-white); border: 1px solid rgba(51, 51, 51, .12); border-radius: 24px; box-shadow: 0 8px 24px rgba(51, 51, 51, .08); }
.pv2-video-card video { grid-column: 1; grid-row: 1 / span 2; width: 210px; max-width: 100%; height: auto; max-height: 374px; aspect-ratio: 9 / 16; object-fit: cover; background: var(--pv2-ink); border-radius: 14px; }
.pv2-video-heading { grid-column: 2; display: flex; flex-direction: column; gap: 16px; }
.pv2-video-heading h3, .pv2-video-heading p { margin: 0; }
.pv2-video-heading h3 { font-size: 22px; }
.pv2-video-heading p { color: var(--pv2-muted); font-size: 13px; }
.pv2-animal-mark { display: inline-flex; align-items: center; justify-content: center; width: 66px; min-height: 34px; color: var(--pv2-ink); background: var(--pv2-paper); border: 2px solid var(--pv2-ink); border-radius: 999px; font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.pv2-animal-mark--cat { background: var(--pv2-secondary); }
.pv2-steps { margin-top: 34px; margin-bottom: 0; gap: 16px; }
.pv2-steps li { padding: 22px; background: var(--pv2-white); }
.pv2-steps li > span { flex-basis: 42px; height: 42px; }
.pv2-howto__note { margin: 20px 0 0; color: var(--pv2-muted); font-size: 13px; }

.pv2-reassurance { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; color: var(--pv2-ink); background: var(--pv2-paper); }
.pv2-heading--light .pv2-eyebrow { color: var(--pv2-teal); }
.pv2-heading--light > p:last-child { color: var(--pv2-muted); }
.pv2-reassurance-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 26px; }
.pv2-reassurance-grid article { display: grid; grid-template-columns: 40px 1fr; gap: 0 12px; align-content: start; padding: 24px 0; border-top: 1px solid var(--pv2-border); }
.pv2-reassurance-grid article:nth-child(-n+2) { border-top: 0; }
.pv2-reassurance-grid span { grid-row: 1 / 3; color: var(--pv2-teal); font-size: 12px; font-weight: 900; }
.pv2-reassurance-grid h3 { margin: 0; font-size: 19px; }
.pv2-reassurance-grid p { margin: 5px 0 0; color: var(--pv2-muted); font-size: 14px; }

.pv2-size { background: var(--pv2-paper); }
.pv2-quiz { padding: clamp(26px, 4vw, 40px); border-radius: 24px; box-shadow: var(--pv2-shadow); }
.pv2-quiz__progress { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 26px; }
.pv2-quiz__progress span { height: 5px; background: var(--pv2-border); border-radius: 999px; }
.pv2-quiz__progress span.is-current, .pv2-quiz__progress span.is-complete { background: var(--pv2-teal); }
.pv2-quiz h3 { font-size: clamp(20px, 2.5vw, 27px); }
.pv2-quiz__buttons { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 20px; }
.pv2-quiz__buttons--weight { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pv2-quiz__result:not(:empty) { background: var(--pv2-teal-soft); border-left-width: 5px; }
.pv2-grid--sizes { gap: 18px; }
.pv2-size-card { padding: 28px; border-radius: var(--pv2-radius); }
.pv2-size-card::after { top: 0; right: 0; left: 0; width: auto; height: 8px; border-radius: 0; opacity: 1; }
.pv2-size-card__top { display: flex; align-items: baseline; justify-content: space-between; }
.pv2-size-card__top p { margin: 0; color: var(--pv2-muted); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.pv2-size-card__top strong { font-size: 54px; line-height: 1; }
.pv2-size-card--s .pv2-size-card__top strong { color: #247c9d; }
.pv2-size-card--m .pv2-size-card__top strong { color: #536b00; }
.pv2-size-card--l .pv2-size-card__top strong { color: #9c4963; }
.pv2-size-card__image { display: block; width: min(100%, 210px); height: 250px; margin: 12px auto 18px; object-fit: contain; }
.pv2-size-card h3 { margin: 17px 0 4px; font-size: 20px; line-height: 1.5; }
.pv2-size-card > p { margin: 0 0 22px; color: var(--pv2-muted); font-size: 14px; font-weight: 400; letter-spacing: 0; }
.pv2-size-card a { gap: 8px; border-width: 2px; }

.pv2-continue { background: var(--pv2-secondary); }
.pv2-continue__card { grid-template-columns: .82fr 1.18fr; gap: 60px; padding: clamp(32px, 5vw, 62px); background: var(--pv2-paper); border: 1px solid var(--pv2-border); border-radius: 26px; }
.pv2-continue__intro h2 { margin: 0; font-size: clamp(29px, 3.3vw, 43px); line-height: 1.45; }
.pv2-continue__intro > p:last-child { margin: 18px 0 0; color: var(--pv2-muted); }
.pv2-care-points { display: grid; gap: 0; }
.pv2-care-points article { display: grid; grid-template-columns: 46px 1fr; gap: 16px; padding: 20px 0; border-top: 1px solid var(--pv2-border); }
.pv2-care-points article:first-child { border-top: 0; }
.pv2-care-points span { display: grid; place-items: center; width: 42px; height: 42px; color: var(--pv2-ink); background: var(--pv2-blue); border-radius: 50%; font-weight: 900; }
.pv2-care-points h3, .pv2-care-points p { margin: 0; }
.pv2-care-points h3 { font-size: 18px; }
.pv2-care-points p { margin-top: 3px; color: var(--pv2-muted); font-size: 14px; }
.pv2-continue__footnote { margin: 18px 0 0; color: var(--pv2-muted); text-align: center; font-size: 13px; }

.pv2-final { background: radial-gradient(circle at 50% 0, rgba(160, 216, 234, .72), transparent 38%), var(--pv2-paper); }
.pv2-final h2 { font-size: clamp(30px, 4vw, 48px); line-height: 1.45; }

@media (max-width: 960px) {
  .pv2-hero { grid-template-columns: 1fr; min-height: auto; }
  .pv2-hero__visual { min-height: 540px; max-width: 620px; }
  .pv2-video-card { grid-template-columns: 190px 1fr; }
  .pv2-reassurance { grid-template-columns: 1fr; gap: 20px; }
  .pv2-continue__card { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 760px) {
  .pv2-hero { gap: 42px; padding: 58px 20px 68px; }
  .pv2-hero h1 { font-size: clamp(34px, 10vw, 47px); }
  .pv2-hero__lead { font-size: 16px; }
  .pv2-facts { gap: 10px; }
  .pv2-facts strong { font-size: 14px; }
  .pv2-facts span { font-size: 10px; }
  .pv2-hero__visual { min-height: 440px; }
  .pv2-hero__dog-photo { inset: 16px 27% 42px 0; }
  .pv2-hero__cat-photo { top: 66px; width: 44%; height: 46%; border-width: 6px; }
  .pv2-hero__package { width: 31%; padding: 9px; }
  .pv2-hero__visual > .pv2-hero__message { right: 0; width: 65%; padding: 14px 16px; }
  .pv2-size-dots { right: 0; }
  .pv2-section { padding: 68px 20px; }
  .pv2-heading { margin-bottom: 32px; }
  .pv2-heading h2, .pv2-continue h2, .pv2-final h2 { font-size: clamp(29px, 8vw, 39px); }
  .pv2-heading > p:last-child { font-size: 16px; }
  .pv2-feature-grid, .pv2-need-grid, .pv2-steps, .pv2-grid--sizes { grid-template-columns: 1fr; }
  .pv2-feature-grid article { min-height: auto; }
  .pv2-video-grid { grid-template-columns: 1fr; }
  .pv2-video-card { grid-template-columns: 170px 1fr; }
  .pv2-video-card video { width: 170px; max-height: 303px; }
  .pv2-reassurance-grid { grid-template-columns: 1fr; }
  .pv2-reassurance-grid article:nth-child(2) { border-top: 1px solid var(--pv2-border); }
  .pv2-quiz__buttons--weight { grid-template-columns: 1fr; }
  .pv2-size-card h3 { min-height: auto; }
}

@media (max-width: 430px) {
  .pv2-hero h1 { font-size: 33px; }
  .pv2-actions { display: grid; grid-template-columns: 1fr; }
  .pv2-button { width: 100%; }
  .pv2-facts { grid-template-columns: 1fr; margin-top: 30px; }
  .pv2-hero__visual { min-height: 385px; }
  .pv2-hero__dog-photo { inset: 12px 29% 42px 0; }
  .pv2-hero__cat-photo { top: 58px; width: 46%; height: 44%; }
  .pv2-hero__package { width: 34%; }
  .pv2-hero__visual > .pv2-hero__message { width: 69%; }
  .pv2-hero__message strong { font-size: 14px; }
  .pv2-size-dots span { width: 34px; height: 34px; }
  .pv2-video-card { grid-template-columns: 122px minmax(0, 1fr); gap: 16px; padding: 16px; }
  .pv2-video-card video { grid-column: 1; grid-row: 1; width: 122px; max-height: 217px; margin: 0; }
  .pv2-video-heading { grid-column: 2; grid-row: 1; gap: 12px; align-self: center; }
  .pv2-video-heading h3 { font-size: 19px; }
  .pv2-video-heading p { font-size: 12px; }
  .pv2-quiz { padding: 23px 18px; }
  .pv2-quiz__buttons { grid-template-columns: 1fr; }
  .pv2-continue__card { padding: 28px 20px; }
}

@media (max-width: 340px) {
  .pv2-video-card { grid-template-columns: 110px minmax(0, 1fr); gap: 12px; }
  .pv2-video-card video { width: 110px; max-height: 196px; }
  .pv2-video-heading h3 { font-size: 18px; }
}

/* HOME v0.6 integration layer.
 * Header, footer and font loading remain owned by the current petiora theme.
 * These selectors only restyle content inside #petina-home-v2.
 */
.pv2-hero {
  grid-template-columns: minmax(0, 1.14fr) minmax(390px, .86fr);
  gap: clamp(36px, 4vw, 48px);
  align-items: center;
  min-height: 700px;
  background: var(--pv2-white);
}
.pv2-hero h1 { max-width: 700px; font-size: clamp(37px, 3.8vw, 46px); line-height: 1.42; letter-spacing: -.035em; }
.pv2-hero__visual { min-height: 520px; }
.pv2-hero__product-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(148px, .9fr) minmax(122px, 1.1fr);
  gap: 18px;
  align-items: center;
  min-height: 520px;
  padding: clamp(26px, 3vw, 34px);
  overflow: hidden;
  background: linear-gradient(160deg, #f6fbfd 0 58%, #fffceb 58% 100%);
  border: 1px solid #dfe9ec;
  border-radius: 8px;
}
.pv2-hero__product-stage::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 8px; background: var(--pv2-blue); }
.pv2-hero__product { position: relative; z-index: 1; width: min(100%, 230px); margin: 0 auto; filter: drop-shadow(0 18px 22px rgba(36, 124, 157, .16)); }
.pv2-hero__product-detail { position: relative; z-index: 1; min-width: 0; padding-left: 18px; border-left: 1px solid rgba(36, 124, 157, .25); }
.pv2-hero__product-detail > p { margin: 0 0 10px; color: var(--pv2-teal); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.pv2-hero__product-detail strong, .pv2-hero__product-detail span { display: block; }
.pv2-hero__product-detail strong { font-family: "Kiwi Maru", "Noto Sans JP", serif; font-size: clamp(23px, 2.5vw, 30px); line-height: 1.35; }
.pv2-hero__product-detail span { margin-top: 10px; color: var(--pv2-muted); font-size: 14px; line-height: 1.7; }
.pv2-hero__product-detail ul { display: grid; gap: 7px; margin: 24px 0 0; padding: 0; list-style: none; }
.pv2-hero__product-detail li { padding: 8px 0; border-top: 1px solid rgba(36, 124, 157, .2); font-size: 13px; font-weight: 700; }

.pv2-feature-grid article { min-height: 390px; padding: 25px; background: var(--pv2-white); border: 1px solid #dce8ec; border-top: 7px solid var(--pv2-blue); border-radius: 10px; box-shadow: 0 12px 30px rgba(51, 51, 51, .05); }
.pv2-feature-visual--package { object-fit: contain; }

.pv2-empathy { background: var(--pv2-white); border-top: 1px solid #eef1f2; border-bottom: 1px solid #eef1f2; }
.pv2-empathy__heading { margin-inline: 0; text-align: left; }
.pv2-need-grid article { display: flex; flex-direction: column; align-items: center; min-height: 360px; padding: 30px 28px; background: #fffdf7; border: 1px solid #dcecef; border-radius: 10px; text-align: center; }
.pv2-need-visual { width: 156px; height: 138px; margin: 0 auto 22px; object-fit: contain; }
.pv2-need-grid h3 { margin: 0 0 10px; }

.pv2-routine { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 26px; align-items: start; margin-top: 28px; padding: 30px; background: var(--pv2-white); border-left: 7px solid var(--pv2-blue); border-radius: 10px; }
.pv2-routine .pv2-eyebrow { margin-top: 6px; }
.pv2-routine h3 { margin: 0; font-size: clamp(24px, 3vw, 34px); }
.pv2-routine p { margin: 10px 0 0; color: var(--pv2-muted); }
.pv2-routine .pv2-routine__flow { color: var(--pv2-ink); font-size: 17px; font-weight: 800; }
.pv2-routine__flow span { color: var(--pv2-teal); }

.pv2-reassurance { display: block; color: var(--pv2-ink); background: var(--pv2-white); }
.pv2-reassurance-grid { grid-template-columns: repeat(4, 1fr); gap: 16px; }
.pv2-reassurance-grid article, .pv2-reassurance-grid article:nth-child(-n+2) { display: block; min-height: 205px; padding: 25px 22px; background: var(--pv2-white); border: 1px solid #dfe7e9; border-radius: 10px; }
.pv2-reassurance-grid span { display: block; margin-bottom: 24px; color: var(--pv2-teal); font-size: 31px; font-weight: 800; line-height: 1; letter-spacing: -.04em; }
.pv2-reassurance-grid h3 { margin: 0; }
.pv2-reassurance-grid p { margin: 8px 0 0; }

.pv2-continue { background: var(--pv2-white); border-top: 8px solid var(--pv2-secondary); }
.pv2-continue__intro h2 { margin: 0; }
.pv2-care-points { grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pv2-care-points article, .pv2-care-points article:first-child { align-content: start; min-height: 190px; padding: 25px 22px; background: #fffdf7; border: 1px solid #eee8dc; border-radius: 10px; }

@media (max-width: 960px) {
  .pv2-hero { grid-template-columns: 1fr; }
  .pv2-hero__visual { max-width: none; }
}

@media (max-width: 760px) {
  .pv2-only-desktop { display: none; }
  .pv2-hero__product-stage { grid-template-columns: minmax(125px, .8fr) minmax(132px, 1.2fr); min-height: 440px; }
  .pv2-routine { grid-template-columns: 1fr; gap: 12px; padding: 24px 20px; }
  .pv2-routine .pv2-eyebrow { margin: 0; }
  .pv2-routine__flow { display: flex; flex-wrap: wrap; gap: 5px 8px; }
  .pv2-reassurance-grid, .pv2-care-points { grid-template-columns: 1fr; }
  .pv2-reassurance-grid article, .pv2-reassurance-grid article:nth-child(-n+2), .pv2-care-points article { min-height: auto; }
}

@media (max-width: 430px) {
  .pv2-hero__product-stage { grid-template-columns: 1fr; min-height: auto; padding: 28px 22px; }
  .pv2-hero__product { width: min(68%, 210px); }
  .pv2-hero__product-detail { padding: 18px 0 0; border-top: 1px solid rgba(36, 124, 157, .25); border-left: 0; }
  .pv2-routine .pv2-routine__flow { font-size: 15px; }
}

/* HOME v0.7 visual review fixes.
 * Keep the current theme header/footer, while preventing its global heading
 * treatment from turning HOME headings into square white flex boxes.
 */
.pv2 h2 {
  display: block !important;
  width: auto !important;
  padding: 0 !important;
  color: inherit !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.pv2-heading h2, .pv2-continue h2, .pv2-empathy__heading h2 { text-align: left; }
.pv2-final h2 { text-align: center; }

.pv2-product-story .pv2-heading--wide { max-width: 920px; }
.pv2-product-story #pv2-about-title { font-size: clamp(35px, 3.4vw, 46px); line-height: 1.55; }

/* The approved package must remain pixel-faithful. Crop only the exterior
 * white canvas with the known six-sided box silhouette; printed white panels
 * remain untouched.
 */
.pv2-hero__product, .pv2-feature-visual--package {
  clip-path: polygon(88.9% 0, 100% 4.2%, 100% 95.7%, 29.3% 100%, 21% 95.7%, 21% 4.2%);
}
.pv2-feature-visual--package { width: min(72%, 150px); height: 190px; object-fit: fill; }

.pv2-need-grid h3 {
  text-wrap: balance;
  word-break: keep-all;
  overflow-wrap: normal;
}

.pv2-howto > .pv2-heading, .pv2-size > .pv2-heading {
  max-width: min(820px, 100%);
  padding: clamp(28px, 4vw, 42px);
  background: rgba(255, 255, 255, .93);
  border: 1px solid rgba(36, 124, 157, .14);
  border-radius: 30px;
  box-shadow: 0 16px 38px rgba(51, 51, 51, .08);
}
.pv2-howto > .pv2-heading { border-bottom: 7px solid rgba(244, 179, 197, .72); }
.pv2-size > .pv2-heading { border-bottom: 7px solid rgba(160, 216, 234, .82); }

.pv2-quiz__buttons button[data-size="s"].is-selected { color: #176b8a; background: #e5f7fc; border-color: var(--pv2-s); box-shadow: 0 0 0 4px rgba(160, 216, 234, .30); }
.pv2-quiz__buttons button[data-size="m"].is-selected { color: #4f6500; background: #f2f8d4; border-color: var(--pv2-m); box-shadow: 0 0 0 4px rgba(171, 205, 3, .20); }
.pv2-quiz__buttons button[data-size="l"].is-selected { color: #963d5a; background: #fce8ee; border-color: var(--pv2-l); box-shadow: 0 0 0 4px rgba(244, 179, 197, .28); }
.pv2-quiz__result[data-pv2-result-size="S"] { background: #eef9fc; border-left-color: var(--pv2-s); }
.pv2-quiz__result[data-pv2-result-size="M"] { background: #f5f9df; border-left-color: var(--pv2-m); }
.pv2-quiz__result[data-pv2-result-size="L"] { background: #fff0f4; border-left-color: var(--pv2-l); }
.pv2-quiz__result[data-pv2-result-size="S"] strong { color: #247c9d; }
.pv2-quiz__result[data-pv2-result-size="M"] strong { color: #536b00; }
.pv2-quiz__result[data-pv2-result-size="L"] strong { color: #9c4963; }
.pv2-quiz__result[data-pv2-result-size="S"] a { background: #247c9d; }
.pv2-quiz__result[data-pv2-result-size="M"] a { background: #647d00; }
.pv2-quiz__result[data-pv2-result-size="L"] a { background: #a84f6b; }

/* The legacy theme switches to a fixed 1140px desktop canvas at exactly
 * 768px. Keep the existing header/footer design, but let the staging HOME
 * use the actual tablet viewport instead of introducing horizontal scroll.
 */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home { min-width: 0 !important; overflow-x: hidden !important; }
  .home header { width: 100% !important; min-width: 0 !important; }
  .home .inner { width: calc(100% - 48px) !important; max-width: 1040px; }
}

/* At 320px the balanced Japanese headings have a larger intrinsic width
 * than the empathy cards. Allow only this narrowest layout to wrap freely.
 */
@media (max-width: 340px) {
  .pv2-need-grid { grid-template-columns: minmax(0, 1fr); }
  .pv2-need-grid article { min-width: 0; }
  .pv2-need-grid h3 { word-break: normal; overflow-wrap: anywhere; }
}

.pv2-final {
  padding: 86px max(24px, calc((100vw - var(--pv2-max)) / 2));
  background:
    radial-gradient(circle at 14% 12%, rgba(160, 216, 234, .72), transparent 30%),
    radial-gradient(circle at 88% 84%, rgba(244, 179, 197, .54), transparent 28%),
    var(--pv2-paper);
}
.pv2-final__card {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: clamp(42px, 6vw, 72px) clamp(26px, 7vw, 86px);
  overflow: hidden;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(36, 124, 157, .15);
  border-radius: 34px;
  box-shadow: 0 22px 54px rgba(51, 51, 51, .10);
}
.pv2-final__card::before, .pv2-final__card::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; }
.pv2-final__card::before { top: -70px; left: -54px; width: 170px; height: 170px; background: rgba(160, 216, 234, .27); }
.pv2-final__card::after { right: -48px; bottom: -66px; width: 154px; height: 154px; background: rgba(244, 179, 197, .25); }
.pv2-final__card > * { position: relative; z-index: 1; }
.pv2-final__kicker { margin: 0 0 14px; color: var(--pv2-teal); font-weight: 800; }
.pv2-final__support { max-width: 640px; margin: 20px auto 0; color: var(--pv2-muted); font-size: 17px; }
.pv2-final__facts { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; }
.pv2-final__facts li { padding: 7px 16px; color: #425a60; background: #eef9fc; border-radius: 999px; font-size: 13px; font-weight: 800; }

@media (max-width: 760px) {
  .pv2-howto > .pv2-heading, .pv2-size > .pv2-heading { padding: 28px 22px; border-radius: 24px; }
  .pv2-final { padding: 68px 20px; }
  .pv2-final__card { border-radius: 28px; }
}

/* Product introduction video and durable journey links. */
.pv2-product-video {
  display: grid;
  grid-template-columns: minmax(420px, .9fr) minmax(0, 1.1fr);
  gap: clamp(34px, 5vw, 64px);
  align-items: center;
  background:
    radial-gradient(circle at 10% 12%, rgba(160, 216, 234, .55), transparent 28%),
    radial-gradient(circle at 90% 88%, rgba(244, 179, 197, .34), transparent 25%),
    var(--pv2-paper);
}
.pv2-product-video__copy { min-width: 0; }
.pv2-product-video__copy h2 { margin: 0; }
.pv2 #pv2-product-video-title {
  font-family: "Kiwi Maru", "Noto Sans JP", serif;
  font-size: clamp(35px, 3.4vw, 46px);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: -.025em;
  text-align: left;
}
.pv2-title-line { display: block; font-size: inherit; line-height: inherit; white-space: nowrap; }
/* Keep the line wrappers typographically transparent.  The legacy theme has
 * a span-level weight rule, so relying on normal inheritance makes these two
 * lines render heavier than the accepted ABOUT PETIORA heading. */
.pv2 #pv2-product-video-title > .pv2-title-line {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  font-style: inherit !important;
  font-stretch: inherit !important;
  font-variation-settings: inherit !important;
  font-feature-settings: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
}
.pv2-product-video__copy > p:not(.pv2-eyebrow) { max-width: 500px; margin: 22px 0 0; color: var(--pv2-muted); }
.pv2-product-video__copy .pv2-text-link { display: inline-flex; margin-top: 24px; }
.pv2-product-video__player { padding: clamp(10px, 1.5vw, 18px); background: rgba(255, 255, 255, .96); border: 1px solid rgba(36, 124, 157, .16); border-radius: 28px; box-shadow: 0 20px 48px rgba(51, 51, 51, .12); }
.pv2-product-video__player video { width: 100%; aspect-ratio: 16 / 9; object-fit: contain; background: var(--pv2-white); border-radius: 18px; }
.pv2-inline-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.pv2-inline-actions .pv2-button { margin-top: 0; }

/* Match the accepted ABOUT PETIORA heading. Avoid both shrinking the text to
 * escape a wrap and enlarging it into a separate visual language.
 */
@media (min-width: 1025px) {
  .pv2-product-video { grid-template-columns: minmax(500px, .96fr) minmax(0, 1.04fr); }
  .pv2-product-video__copy > p:not(.pv2-eyebrow) { max-width: 540px; font-size: 18px; line-height: 1.9; }
}

@media (max-width: 1024px) {
  .pv2-product-video { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 760px) {
  .pv2-product-video { grid-template-columns: 1fr; gap: 28px; }
  .pv2-product-video__player { padding: 9px; border-radius: 22px; }
  .pv2-product-video__player video { border-radius: 15px; }
}
