/* Hallmark - editorial documentary catalogue - grounded print-shop tone. */
/* Pre-emit critique: P5 H5 E5 S5 R5 V5. */
:root {
  --lp-blue: #0876bd;
  --lp-deep: #004e92;
  --lp-sky: #e6f7ff;
  --lp-orange: #ff5a1f;
  --lp-yellow: #ffe23b;
  --lp-cream: #fafaf6;
  --lp-cream-2: #f3f3eb;
  --lp-ink: #111118;
  --lp-muted: #6c6c7e;
  --lp-font-display: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  --lp-font-body: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  --lp-max-w: 1120px;
}

body {
  background: var(--lp-cream);
  color: var(--lp-ink);
  font-family: var(--lp-font-body);
}

html {
  scroll-behavior: smooth;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

svg {
  display: block;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  width: min(100%, var(--lp-max-w));
  min-height: 64px;
  margin: 0 auto;
  padding: 10px clamp(24px, 4vw, 48px);
  border-bottom: 1px solid rgba(17, 17, 24, 0.09);
  background: rgba(250, 250, 246, 0.96);
  box-shadow: 0 12px 28px rgba(17, 17, 24, 0.06);
  backdrop-filter: blur(14px);
}

.site-logo {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--lp-ink);
  font-family: var(--lp-font-display);
  font-size: 12px;
  line-height: 1.15;
}

.site-logo img {
  width: 28px;
  height: 38px;
  object-fit: contain;
  flex: 0 0 auto;
}

.site-logo .brand-copy {
  display: grid;
  gap: 1px;
}

.site-logo strong {
  font-size: 18px;
  letter-spacing: 0;
}

.site-logo .brand-copy span {
  color: var(--lp-muted);
  font-size: 10px;
}

.site-nav {
  display: flex;
  gap: 34px;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.site-nav a {
  color: var(--lp-ink);
  font-family: var(--lp-font-display);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.18s ease;
}

.site-nav a:hover {
  color: var(--lp-orange);
}

.header-cta,
.main-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 999px;
  color: #fff;
  font-family: var(--lp-font-display);
  font-weight: 900;
  text-decoration: none;
  letter-spacing: 0;
  box-shadow: 0 4px 0 rgba(188, 52, 12, 0.28);
}

.header-cta {
  min-height: 40px;
  padding: 9px 20px;
  background: var(--lp-orange);
  font-size: 13px;
  box-shadow: 0 5px 14px rgba(255, 90, 31, 0.24);
}

.header-cta span,
.main-cta span {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  color: var(--lp-orange);
  font-size: 10px;
  line-height: 1;
}

.header-cta span {
  width: 22px;
  height: 22px;
  color: #10b923;
  font-size: 8px;
}

.lp-page {
  width: min(100%, var(--lp-max-w));
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 22px 70px rgba(17, 17, 24, 0.09);
}

.section-confetti {
  position: relative;
}

.section-confetti::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 5% 22%, #10b981 0 3px, transparent 4px),
    radial-gradient(circle at 24% 8%, #ffb72b 0 3px, transparent 4px),
    radial-gradient(circle at 41% 28%, #ff6f61 0 3px, transparent 4px),
    radial-gradient(circle at 67% 12%, #00a6d6 0 3px, transparent 4px),
    radial-gradient(circle at 91% 30%, #20c06b 0 3px, transparent 4px);
  opacity: 0.75;
}

.hero {
  display: grid;
  grid-template-columns: 50% 50%;
  min-height: 560px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.99) 0 42%, rgba(255, 255, 255, 0.66) 54%, rgba(255, 255, 255, 0) 74%),
    linear-gradient(180deg, #ffffff 0%, #ecf9ff 100%);
}

.hero::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  height: 72px;
  pointer-events: none;
  background:
    linear-gradient(135deg, transparent 0 42%, #ff75a2 43% 58%, transparent 59%) 6% 10px / 44px 30px repeat-x,
    linear-gradient(135deg, transparent 0 42%, #ffd34e 43% 58%, transparent 59%) 13% 4px / 52px 30px repeat-x,
    linear-gradient(135deg, transparent 0 42%, #2bd6e4 43% 58%, transparent 59%) 20% 13px / 48px 28px repeat-x;
  opacity: 0.82;
}

.hero-copy,
.hero-visual,
.lp-section > *,
.solution-band > *,
.final-cta-section > * {
  position: relative;
  z-index: 1;
}

.hero-copy {
  padding: 78px 24px 44px 52px;
}

.hero-kicker {
  margin: 0 0 12px;
  color: var(--lp-deep);
  font-family: var(--lp-font-display);
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 900;
  line-height: 1.45;
}

.hero h1 {
  margin: 0 0 20px;
  color: #00447c;
  font-family: var(--lp-font-display);
  font-size: clamp(42px, 3.9vw, 52px);
  line-height: 1.16;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 2px 2px 0 #f9f3a5;
}

.hero h1 span {
  color: #f45a17;
}

.hero-points {
  display: grid;
  gap: 9px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  color: var(--lp-ink);
  font-size: clamp(13px, 1.25vw, 15px);
  font-weight: 700;
}

.hero-points li {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  line-height: 1.55;
}

.hero-points li::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 16px;
  height: 16px;
  margin-top: 3px;
  border-radius: 50%;
  background: #19bd31;
  color: #fff;
  font-size: 11px;
  line-height: 1;
}

.main-cta {
  min-height: 48px;
  padding: 13px 28px 14px;
  background: linear-gradient(180deg, #ff7b28, var(--lp-orange));
  font-size: clamp(14px, 1.45vw, 16px);
  line-height: 1.25;
  white-space: nowrap;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.main-cta:hover,
.header-cta:hover,
.to-top:hover {
  transform: translateY(-2px);
}

.main-cta::after {
  content: "›";
  margin-left: 10px;
  font-size: 25px;
  line-height: 1;
}

.hero .main-cta {
  width: min(100%, 410px);
  padding-inline: 20px;
}

.design-simulator-banner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 410px);
  min-height: 48px;
  margin-top: 14px;
  padding: 12px 20px;
  border: 2px solid #008f88;
  border-radius: 8px;
  background: linear-gradient(180deg, #19bbb3, #009d95);
  color: #fff;
  font-size: clamp(14px, 1.45vw, 16px);
  font-weight: 900;
  line-height: 1.25;
  text-decoration: none;
  box-shadow: 0 5px 14px rgba(0, 157, 149, 0.2);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.design-simulator-banner::after {
  content: "›";
  margin-left: 12px;
  font-size: 25px;
  line-height: 1;
}

.design-simulator-banner:hover {
  transform: translateY(-2px);
  box-shadow: 0 7px 16px rgba(0, 157, 149, 0.26);
}

.compact-cta {
  min-height: 42px;
  padding: 8px 20px;
  font-size: 14px;
}

.sub-note {
  margin: 13px 0 0 96px;
  color: var(--lp-blue);
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
}

.hero-visual {
  margin: 0;
  height: 560px;
  min-height: 0;
  overflow: hidden;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% center;
}

.lp-section {
  padding: 42px clamp(32px, 4vw, 52px) 48px;
}

.section-title {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  margin: 0 0 24px;
  color: var(--lp-blue);
}

.section-title span {
  display: inline-grid;
  place-items: center;
  min-width: 58px;
  height: 36px;
  border: 2px solid #7bc8f2;
  border-radius: 999px;
  background: #fff;
  color: var(--lp-blue);
  font-size: 20px;
  font-weight: 950;
  line-height: 1;
}

.section-title h2 {
  margin: 0;
  color: var(--lp-blue);
  font-family: var(--lp-font-display);
  font-size: clamp(24px, 2.7vw, 34px);
  font-weight: 900;
  line-height: 1.28;
}

.section-title em {
  color: #fff134;
  font-style: normal;
}

.worry {
  background: #fff;
}

.worry-grid,
.reason-grid,
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.photo-card,
.reason-card,
.step-card {
  position: relative;
  min-width: 0;
  border: 2px solid #a9d9f5;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(17, 17, 24, 0.07);
}

.photo-card {
  padding: 18px 16px 16px;
}

.photo-card h3,
.reason-card h3,
.step-card h3 {
  margin: 0 0 9px;
  color: var(--lp-blue);
  font-family: var(--lp-font-display);
  font-size: clamp(14px, 1.35vw, 16px);
  font-weight: 900;
  line-height: 1.42;
}

.photo-card p,
.reason-card p,
.step-card p {
  margin: 0 0 14px;
  color: var(--lp-muted);
  font-size: clamp(12px, 1.1vw, 14px);
  font-weight: 500;
  line-height: 1.72;
}

.photo-card img,
.reason-card img,
.step-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  object-fit: cover;
}

.card-icon {
  position: absolute;
  right: 13px;
  bottom: 13px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 3px solid #9ddbf5;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.97);
  color: var(--lp-blue);
}

.card-icon svg,
.flow-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.solution-band {
  padding: 50px clamp(32px, 4vw, 52px);
  background: linear-gradient(90deg, rgba(0, 168, 224, 0.93), rgba(10, 163, 218, 0.68)), #16a9df;
  color: #fff;
}

.band-title {
  justify-content: flex-start;
  margin-bottom: 12px;
  color: #fff;
}

.band-title h2,
.band-title span {
  color: #fff;
}

.solution-body {
  display: grid;
  grid-template-columns: 43% 57%;
  gap: 32px;
  align-items: center;
}

.solution-body p {
  margin: 0;
  color: #fff;
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: 700;
  line-height: 2;
}

.solution-body img {
  width: 100%;
  height: 284px;
  border-radius: 18px;
  object-fit: cover;
  object-position: center;
}

.reasons {
  background: linear-gradient(180deg, #fff 0%, #effaff 100%);
}

.reason-card {
  padding: 18px 16px 16px;
}

.reason-card b {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 26px;
  margin-bottom: 8px;
  border-radius: 6px;
  background: var(--lp-blue);
  color: #fff;
  font-size: 12px;
}

.service {
  background: #fff;
}

.service-grid {
  align-items: stretch;
}

.step-card {
  padding: 20px 16px 16px;
  text-align: center;
}

.step-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  z-index: 2;
  width: 22px;
  height: 2px;
  background: var(--lp-blue);
  transform: translateY(-50%);
}

.step-card:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -19px;
  z-index: 3;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--lp-blue);
  border-right: 2px solid var(--lp-blue);
  transform: translateY(-50%) rotate(45deg);
}

.price {
  background: #fff;
}

.price-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 28px;
  align-items: center;
}

.price-conditions {
  margin: 0 0 12px;
  padding: 12px 14px;
  border-left: 4px solid var(--lp-blue);
  background: #f1f8fc;
  color: #173f59;
  font-size: 12px;
  line-height: 1.55;
}

.price-conditions strong {
  display: block;
  margin-bottom: 7px;
  color: #005f99;
  font-size: 13px;
  font-weight: 900;
}

.price-conditions ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.price-conditions li {
  padding: 3px 8px;
  border: 1px solid #a9d4e9;
  border-radius: 4px;
  background: #fff;
  font-weight: 700;
}

.price-conditions p {
  margin: 7px 0 0;
  font-weight: 700;
}

.price-table {
  overflow: hidden;
  border: 1px solid #68bde6;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(17, 17, 24, 0.07);
}

.price-table > div {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.price-table b {
  padding: 14px 6px;
  background: linear-gradient(180deg, #16a6d7, #0475b9);
  border-right: 1px solid rgba(255, 255, 255, 0.42);
  color: #fff;
  font-family: var(--lp-font-display);
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}

.price-table p {
  min-height: 92px;
  margin: 0;
  padding: 18px 6px 10px;
  border-right: 1px solid #b7def2;
  background: #fff;
  color: #006ab0;
  font-family: var(--lp-font-display);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.32;
  text-align: center;
}

.price-table p span {
  display: block;
  margin-top: 4px;
  color: #34566d;
  font-family: var(--lp-font-body);
  font-size: 11px;
  font-weight: 700;
}

.price-note {
  margin: 16px 0 0;
  color: var(--lp-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.75;
}

.section-cta {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  padding: 14px 16px;
  border: 2px solid #bce4f6;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #ecfaff 100%);
}

.section-cta p {
  margin: 0;
  color: #15577d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}

.price-layout img {
  width: 100%;
  height: 230px;
  border-radius: 18px;
  object-fit: cover;
}

.order-flow {
  background: linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
}

.order-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  position: relative;
  margin: 0;
  padding: 18px 10px 4px;
  list-style: none;
}

.order-list::before {
  content: "";
  position: absolute;
  top: 39px;
  left: calc(10% + 16px);
  right: calc(10% + 16px);
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #bde9fb 0%, #0876bd 50%, #bde9fb 100%);
}

.order-list li {
  position: relative;
  min-height: 0;
  padding: 0 14px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.order-list li:not(:last-child)::after {
  display: none;
}

.order-list li:not(:last-child)::before {
  display: none;
}

.order-list b {
  display: inline-grid;
  place-items: center;
  position: relative;
  z-index: 2;
  width: 42px;
  height: 42px;
  margin: 0 auto 16px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: linear-gradient(180deg, #0794d2 0%, #006ab0 100%);
  color: #fff;
  font-size: 14px;
  box-shadow: 0 8px 18px rgba(0, 118, 189, 0.24);
}

.order-list h3 {
  min-height: 0;
  margin: 0 0 8px;
  color: var(--lp-blue);
  font-family: var(--lp-font-display);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.45;
}

.order-list p {
  max-width: 150px;
  margin: 0 auto;
  color: var(--lp-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
}

.order-list .flow-icon {
  display: none;
  place-items: center;
  width: 38px;
  height: 38px;
  margin: 14px auto 0;
  border: 1px solid #bde9fb;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.86);
  color: var(--lp-blue);
}

.faq {
  background: #fff;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 18px;
  align-items: stretch;
}

.faq dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 18px;
  margin: 0;
  padding: 18px;
  border: 1px solid #bfe2f4;
  border-radius: 14px;
  background: #fff;
}

.faq dt,
.faq dd {
  position: relative;
  margin: 0;
  padding-left: 24px;
  color: #0c609e;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.68;
}

.faq dd {
  margin-top: 5px;
  color: var(--lp-muted);
  font-size: 13px;
}

.faq dt::before,
.faq dd::before {
  position: absolute;
  left: 0;
  top: 1px;
  display: inline-grid;
  place-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--lp-blue);
  color: #fff;
  font-size: 10px;
  line-height: 1;
}

.faq dt::before {
  content: "Q";
}

.faq dd::before {
  content: "A";
}

.faq-layout img {
  width: 100%;
  height: 100%;
  min-height: 120px;
  border: 2px solid #bfe2f4;
  border-radius: 18px;
  object-fit: cover;
}

.final-cta-section {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr) 110px;
  gap: 22px;
  align-items: center;
  padding: 50px clamp(32px, 4vw, 52px) 56px;
  background: #fff;
}

.final-photo {
  width: 100%;
  height: 164px;
  border: 2px solid #bfe2f4;
  border-radius: 18px;
  object-fit: cover;
  transform: rotate(-4deg);
}

.final-copy {
  text-align: center;
}

.final-copy .section-title {
  margin-bottom: 8px;
}

.final-copy .section-title h2 {
  color: var(--lp-blue);
  font-size: clamp(24px, 2.8vw, 34px);
}

.final-copy .section-title em {
  color: var(--lp-orange);
}

.final-copy p {
  margin: 0 0 16px;
  color: var(--lp-muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.phone-mock {
  position: relative;
  width: 82px;
  height: 145px;
  margin-inline: auto;
  padding: 12px 6px;
  border: 5px solid #26445c;
  border-radius: 14px;
  background: #e9f0f5;
  transform: rotate(-8deg);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.17);
}

.phone-mock div {
  display: grid;
  gap: 7px;
}

.phone-mock p {
  margin: 0;
  padding: 5px;
  border-radius: 7px;
  background: #e5f6ff;
  color: #244356;
  font-size: 6px;
  font-weight: 800;
  line-height: 1.35;
}

.phone-mock p:nth-child(2) {
  background: #fff;
}

.hand-note {
  position: absolute;
  right: 22px;
  bottom: 52px;
  margin: 0;
  color: #ff4b66;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.4;
  transform: rotate(-10deg);
}

.to-top {
  position: fixed;
  right: calc((100vw - min(100vw, var(--lp-max-w))) / 2 - 76px);
  bottom: 20px;
  z-index: 30;
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  background: linear-gradient(180deg, #0876bd, #004e92);
  color: #fff;
  font-family: var(--lp-font-display);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(0, 78, 146, 0.24);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.to-top::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-bottom: -3px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(45deg);
}

@media (min-width: 761px) and (max-width: 1279px) {
  body {
    box-sizing: border-box;
    padding-right: 86px;
  }

  .to-top {
    right: 14px;
  }
}

@media (max-width: 760px) {
  .site-header {
    align-items: center;
    flex-direction: row;
    gap: 10px;
    padding: 8px 12px;
  }

  .site-nav {
    display: none;
  }

  .header-cta {
    width: auto;
    min-height: 34px;
    padding-inline: 13px;
    font-size: 11px;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding: 48px 20px 24px;
  }

  .hero h1 {
    font-size: 37px;
    line-height: 1.18;
  }

  .hero-visual {
    height: 260px;
    min-height: 0;
  }

  .lp-section {
    padding: 38px 20px 42px;
  }

  .section-title {
    gap: 10px;
    margin-bottom: 20px;
  }

  .worry-grid,
  .reason-grid,
  .service-grid {
    grid-template-columns: 1fr 1fr;
  }

  .solution-body,
  .price-layout,
  .faq-layout,
  .final-cta-section {
    grid-template-columns: 1fr;
  }

  .section-cta {
    align-items: stretch;
    flex-direction: column;
    text-align: center;
  }

  .section-cta .main-cta {
    width: 100%;
  }

  .order-list {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 4px 0 0;
  }

  .order-list::before {
    top: 12px;
    bottom: 12px;
    left: 25px;
    right: auto;
    width: 3px;
    height: auto;
    background: linear-gradient(180deg, #bde9fb 0%, #0876bd 50%, #bde9fb 100%);
  }

  .order-list li {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 12px 0;
    text-align: left;
  }

  .order-list b {
    position: relative;
    top: auto;
    left: auto;
    grid-row: 1 / span 2;
    width: 36px;
    height: 36px;
    margin: 0;
    font-size: 13px;
  }

  .order-list h3 {
    grid-column: 2;
    margin: 0 0 3px;
  }

  .order-list p {
    grid-column: 2;
    max-width: none;
    margin: 0;
    font-size: 12px;
    line-height: 1.55;
  }

  .order-list li:not(:last-child)::after,
  .order-list li:not(:last-child)::before,
  .step-card:not(:last-child)::before,
  .step-card:not(:last-child)::after {
    display: none;
  }

  .faq dl {
    grid-template-columns: 1fr;
  }

  .final-photo {
    transform: none;
  }

  .final-cta-section {
    gap: 12px;
    padding: 42px 20px 48px;
  }

  .phone-mock {
    width: 74px;
    height: 126px;
    padding: 10px 5px;
  }

  .hand-note {
    position: static;
    text-align: center;
  }

  .to-top {
    right: 14px;
    bottom: 14px;
    width: 52px;
    height: 52px;
    font-size: 11px;
  }
}

@media (max-width: 430px) {
  .site-logo {
    gap: 7px;
  }

  .site-logo img {
    width: 22px;
    height: 30px;
  }

  .site-logo strong {
    font-size: 13px;
  }

  .site-logo .brand-copy span {
    font-size: 8px;
  }

  .hero h1 {
    font-size: 33px;
  }

  .hero-kicker {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.45;
  }

  .main-cta {
    width: 100%;
    min-height: 50px;
    padding-inline: 14px;
    font-size: 13px;
  }

  .design-simulator-banner {
    width: 100%;
    min-height: 50px;
    padding-inline: 14px;
    font-size: 13px;
  }

  .worry-grid,
  .reason-grid,
  .service-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .photo-card,
  .reason-card,
  .step-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 40%;
    gap: 12px;
    align-items: center;
    min-height: 0;
    padding: 12px;
  }

  .photo-card h3,
  .reason-card h3,
  .step-card h3,
  .photo-card p,
  .reason-card p,
  .step-card p,
  .reason-card b {
    grid-column: 1;
  }

  .photo-card h3,
  .reason-card h3,
  .step-card h3 {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.35;
  }

  .photo-card p,
  .reason-card p,
  .step-card p {
    margin-bottom: 0;
    font-size: 11px;
    line-height: 1.6;
  }

  .photo-card img,
  .reason-card img,
  .step-card img {
    grid-column: 2;
    grid-row: 1 / span 3;
    height: 100%;
    min-height: 104px;
    aspect-ratio: auto;
  }

  .card-icon {
    right: 8px;
    bottom: 8px;
    width: 34px;
    height: 34px;
  }

  .card-icon svg {
    width: 18px;
    height: 18px;
  }

  .price-table {
    overflow: visible;
    border: 0;
    border-radius: 0;
  }

  .price-table > div {
    min-width: 0;
  }

  .price-table > div:first-child {
    display: none;
  }

  .price-table > div:nth-child(2) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .price-table p {
    min-height: 0;
    padding: 10px 8px;
    border: 2px solid #b7def2;
    border-radius: 9px;
    font-size: 18px;
  }

  .price-table p::before {
    content: attr(data-label);
    display: block;
    margin: -10px -8px 8px;
    padding: 7px 4px;
    border-radius: 7px 7px 0 0;
    background: linear-gradient(180deg, #16a6d7, #0475b9);
    color: #fff;
    font-size: 11px;
    font-weight: 950;
  }

  .price-table p:last-child {
    grid-column: auto;
  }

  .price-layout img {
    max-height: 310px;
    object-fit: cover;
    object-position: center;
  }

  .final-copy .section-title {
    gap: 8px;
  }

  .final-copy .section-title h2 {
    font-size: 20px;
    line-height: 1.35;
  }
}

/* Match the compact navigation used by the Canva/AI landing page. */
.compact-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(7, 26, 51, 0.08);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
}

.compact-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(100%, var(--lp-max-w));
  min-height: 68px;
  margin: 0 auto;
  padding: 10px 18px;
}

.compact-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  color: #071a33;
  text-decoration: none;
  font-weight: 900;
  line-height: 1.1;
}

.compact-brand img {
  width: auto;
  height: 44px;
}

.compact-brand__text {
  font-size: 18px;
  font-weight: 900;
}

.compact-header__nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #31465f;
  font-size: 14px;
  font-weight: 800;
}

.compact-header__nav a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.compact-header__nav a:hover {
  color: #0867e8;
}

.compact-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 8px;
  background: #ff7a00;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  box-shadow: 0 4px 0 #d95400;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .compact-header__inner {
    min-height: 62px;
    padding: 9px 14px;
  }

  .compact-header__nav,
  .compact-header__cta {
    display: none;
  }

  .compact-brand img {
    height: 38px;
  }

  .compact-brand__text {
    font-size: 16px;
  }
}

/* 2026-09-14: Align the first view with the paid-search offer. */
.hero {
  min-height: 600px;
}

.hero-copy {
  padding-top: 46px;
  padding-bottom: 32px;
}

.hero h1 {
  margin-bottom: 12px;
  color: var(--lp-deep);
  font-size: clamp(25px, 2.35vw, 32px);
  line-height: 1.3;
  text-shadow: none;
}

.hero-price-line {
  display: block;
  margin-top: 3px;
  color: var(--lp-deep);
  font-size: clamp(29px, 3.05vw, 41px);
  line-height: 1.24;
}

.hero-price-line strong {
  color: var(--lp-orange);
  font-size: 1.04em;
}

.hero-price-line small {
  margin-left: 6px;
  color: #496273;
  font-family: var(--lp-font-body);
  font-size: 13px;
  font-weight: 700;
}

.hero-price-detail {
  width: min(100%, 410px);
  margin: 0 0 15px;
  padding: 9px 12px;
  border-left: 4px solid var(--lp-blue);
  background: #eef8fd;
  color: #23465d;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}

.hero-points {
  gap: 5px;
  margin-bottom: 14px;
}

.hero-actions {
  display: grid;
  gap: 9px;
  width: min(100%, 410px);
}

.hero-actions .main-cta,
.hero-actions .design-simulator-banner {
  width: 100%;
}

.hero-shipping {
  width: min(100%, 410px);
  margin: 11px 0 0;
  padding: 8px 10px;
  border: 1px solid #b7dfc9;
  border-radius: 4px;
  background: #f1fbf5;
  color: #165d38;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
}

.hero-shipping small {
  display: block;
  color: #557064;
  font-size: 10px;
  font-weight: 500;
}

.hero-visual {
  height: 600px;
}

.final-actions {
  display: grid;
  gap: 10px;
  width: min(100%, 410px);
  margin-inline: auto;
}

.final-actions .main-cta,
.final-actions .design-simulator-banner {
  width: 100%;
}

@media (max-width: 760px) {
  .hero {
    min-height: 0;
  }

  .hero-copy {
    padding: 26px 20px 16px;
  }

  .hero-kicker {
    font-size: 18px;
  }

  .hero h1 {
    font-size: 23px;
  }

  .hero-price-line {
    font-size: clamp(26px, 8vw, 32px);
  }

  .hero-price-detail {
    margin-bottom: 10px;
    padding-block: 7px;
  }

  .hero-points {
    grid-template-columns: 1fr 1fr;
  }

  .hero-points li:last-child {
    grid-column: 1 / -1;
  }

  .hero-visual {
    height: 200px;
  }

  .hero-actions {
    gap: 7px;
  }

  .hero-actions .main-cta,
  .hero-actions .design-simulator-banner {
    min-height: 46px;
    padding-block: 10px;
  }

  .hero-shipping {
    margin-top: 8px;
    padding-block: 6px;
  }

  .final-actions {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .hero h1 {
    font-size: 22px;
  }

  .hero-price-line {
    font-size: 27px;
  }

  .hero-price-line small {
    display: inline-block;
    margin-left: 4px;
    font-size: 11px;
  }
}

/* 2026-09-14: Replace generated-looking visuals with real customer work. */
.hero {
  grid-template-columns: 44% 56%;
}

.hero::after {
  display: none;
}

.hero-visual {
  position: relative;
  background: #dfe8ec;
}

.hero-visual img.real-photo--hero {
  object-position: center center;
}

.hero-visual figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  background: rgba(0, 38, 65, 0.8);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.real-photo {
  background: #e8eef1;
}

.real-photo--design {
  object-position: center 44%;
}

.real-photo--proposal {
  object-position: center 56%;
}

.real-photo--quality {
  object-position: center 48%;
}

.real-photo--solution,
.real-photo--deadline,
.real-photo--delivery,
.real-photo--small-lot,
.real-photo--faq,
.real-photo--final {
  object-position: center center;
}

@media (min-width: 761px) {
  .hero-price-line {
    white-space: nowrap;
    font-size: clamp(28px, 2.65vw, 37px);
  }
}

@media (max-width: 760px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-visual img.real-photo--hero {
    object-position: center 58%;
  }

  .hero-visual figcaption {
    right: 10px;
    bottom: 10px;
    font-size: 10px;
  }

  .photo-card img.real-photo--design,
  .reason-card img.real-photo--quality,
  .reason-card img.real-photo--proposal {
    object-position: center center;
  }
}

@media (max-width: 430px) {
  .hero-price-line {
    white-space: nowrap;
    font-size: 24px;
  }

  .hero-price-line small {
    margin-left: 2px;
    font-size: 10px;
  }
}

/* 2026-09-14: Human-design pass. Real work, restrained colour, editorial rules. */
body.human-design-v2 {
  --lp-blue: #164c68;
  --lp-deep: #0a2b3e;
  --lp-sky: #edf3f5;
  --lp-orange: #c7461a;
  --lp-orange-dark: #a93614;
  --lp-cream: #ffffff;
  --lp-cream-2: #f1f4f5;
  --lp-ink: #111820;
  --lp-muted: #4f5e66;
  --lp-rule: #cbd5da;
  --lp-rule-dark: #94a4ac;
  --lp-paper: #ffffff;
  --lp-paper-2: #f1f4f5;
  --lp-focus: #f3a51f;
  --lp-success: #147447;
  --lp-font-display: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  --lp-font-body: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  --lp-max-w: 1180px;
  padding-right: 0;
  background: var(--lp-paper);
  color: var(--lp-ink);
}

html,
body.human-design-v2 {
  overflow-x: clip;
}

body.human-design-v2 h1,
body.human-design-v2 h2,
body.human-design-v2 h3 {
  min-width: 0;
  overflow-wrap: anywhere;
  font-style: normal;
  letter-spacing: 0;
}

body.human-design-v2 a:focus-visible {
  outline: 3px solid var(--lp-focus);
  outline-offset: 3px;
}

body.human-design-v2 .lp-page {
  overflow: clip;
  background: var(--lp-paper);
  box-shadow: none;
}

body.human-design-v2 .section-confetti::before,
body.human-design-v2 .card-icon,
body.human-design-v2 .flow-icon,
body.human-design-v2 .phone-mock,
body.human-design-v2 .hand-note {
  display: none;
}

body.human-design-v2 .compact-header {
  border-bottom: 1px solid var(--lp-rule);
  background: var(--lp-paper);
  backdrop-filter: none;
}

body.human-design-v2 .compact-header__inner {
  min-height: 72px;
  padding-inline: 28px;
}

body.human-design-v2 .compact-brand,
body.human-design-v2 .compact-header__nav {
  color: var(--lp-deep);
}

body.human-design-v2 .compact-header__nav {
  gap: 26px;
  font-size: 13px;
  font-weight: 700;
}

body.human-design-v2 .compact-header__nav a:hover {
  color: var(--lp-orange);
}

body.human-design-v2 .compact-header__cta,
body.human-design-v2 .main-cta,
body.human-design-v2 .design-simulator-banner {
  border-radius: 3px;
  box-shadow: none;
  white-space: nowrap;
  transition: background-color 160ms ease-out, border-color 160ms ease-out, color 160ms ease-out, transform 160ms ease-out;
}

body.human-design-v2 .compact-header__cta,
body.human-design-v2 .main-cta {
  background: var(--lp-orange);
  color: var(--lp-paper);
}

body.human-design-v2 .compact-header__cta:hover,
body.human-design-v2 .main-cta:hover {
  background: var(--lp-orange-dark);
  box-shadow: none;
  transform: none;
}

body.human-design-v2 .compact-header__cta:active,
body.human-design-v2 .main-cta:active,
body.human-design-v2 .design-simulator-banner:active {
  transform: translateY(1px);
}

body.human-design-v2 .hero {
  grid-template-columns: minmax(0, 46%) minmax(0, 54%);
  min-height: 596px;
  border-bottom: 1px solid var(--lp-rule);
  background: var(--lp-paper);
}

body.human-design-v2 .hero-copy {
  padding: 62px 42px 48px 52px;
}

body.human-design-v2 .hero-kicker {
  margin-bottom: 14px;
  color: var(--lp-deep);
  font-size: clamp(17px, 1.65vw, 21px);
  font-weight: 700;
  line-height: 1.5;
}

body.human-design-v2 .hero h1 {
  margin-bottom: 16px;
  color: var(--lp-deep);
  font-size: clamp(29px, 2.7vw, 37px);
  font-weight: 900;
  line-height: 1.22;
}

body.human-design-v2 .hero-price-line {
  margin-top: 8px;
  color: var(--lp-deep);
  font-size: clamp(31px, 3vw, 41px);
  line-height: 1.18;
}

body.human-design-v2 .hero-price-line strong {
  color: var(--lp-orange);
}

body.human-design-v2 .hero-price-detail {
  width: min(100%, 440px);
  margin-bottom: 18px;
  padding: 4px 0 4px 14px;
  border: 0;
  border-left: 2px solid var(--lp-deep);
  background: transparent;
  color: var(--lp-muted);
}

body.human-design-v2 .hero-points {
  gap: 8px;
  margin-bottom: 20px;
}

body.human-design-v2 .hero-points li {
  color: var(--lp-ink);
  font-family: var(--lp-font-body);
  font-weight: 700;
}

body.human-design-v2 .hero-points li::before {
  content: "✓";
  display: inline;
  width: auto;
  height: auto;
  margin-right: 8px;
  border-radius: 0;
  background: transparent;
  color: var(--lp-success);
  font-size: 15px;
}

body.human-design-v2 .hero-actions {
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
  gap: 10px;
  width: min(100%, 460px);
}

body.human-design-v2 .hero-actions .main-cta,
body.human-design-v2 .hero-actions .design-simulator-banner,
body.human-design-v2 .final-actions .main-cta,
body.human-design-v2 .final-actions .design-simulator-banner {
  min-height: 52px;
  padding: 12px 16px;
  font-family: var(--lp-font-body);
  font-size: 13px;
  font-weight: 900;
}

body.human-design-v2 .design-simulator-banner {
  border: 1px solid var(--lp-deep);
  background: transparent;
  color: var(--lp-deep);
}

body.human-design-v2 .design-simulator-banner:hover {
  border-color: var(--lp-deep);
  background: var(--lp-deep);
  color: var(--lp-paper);
  box-shadow: none;
  transform: none;
}

body.human-design-v2 .hero-shipping {
  width: min(100%, 460px);
  margin-top: 14px;
  padding: 4px 0 4px 12px;
  border: 0;
  border-left: 2px solid var(--lp-success);
  border-radius: 0;
  background: transparent;
  color: var(--lp-success);
  text-align: left;
}

body.human-design-v2 .hero-shipping small {
  color: var(--lp-muted);
}

body.human-design-v2 .hero-visual {
  height: 596px;
  background: var(--lp-paper-2);
}

body.human-design-v2 .hero-visual figcaption {
  right: 16px;
  bottom: 16px;
  padding: 6px 9px;
  border: 0;
  border-radius: 2px;
  background: rgba(10, 43, 62, 0.88);
  font-family: var(--lp-font-body);
  font-weight: 700;
}

body.human-design-v2 .lp-section,
body.human-design-v2 .solution-band {
  padding: 72px clamp(32px, 4.5vw, 56px) 78px;
  border-bottom: 1px solid var(--lp-rule);
}

body.human-design-v2 .section-title {
  display: block;
  margin: 0 0 34px;
  padding: 0 0 18px;
  border-bottom: 1px solid var(--lp-rule-dark);
  text-align: left;
}

body.human-design-v2 .section-title > span {
  display: none;
}

body.human-design-v2 .section-title h2,
body.human-design-v2 .final-copy .section-title h2 {
  color: var(--lp-deep);
  font-size: clamp(25px, 2.7vw, 34px);
  font-weight: 900;
  line-height: 1.3;
}

body.human-design-v2 .section-title em,
body.human-design-v2 .final-copy .section-title em {
  color: inherit;
  font-style: normal;
}

body.human-design-v2 .worry {
  background: var(--lp-paper);
}

body.human-design-v2 .worry-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--lp-rule);
  border-left: 1px solid var(--lp-rule);
}

body.human-design-v2 .photo-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 44%);
  grid-template-rows: auto 1fr;
  min-height: 224px;
  padding: 0;
  border: 0;
  border-right: 1px solid var(--lp-rule);
  border-bottom: 1px solid var(--lp-rule);
  border-radius: 0;
  background: var(--lp-paper);
  box-shadow: none;
}

body.human-design-v2 .photo-card h3 {
  grid-column: 1;
  margin: 0;
  padding: 28px 24px 8px;
  color: var(--lp-deep);
  font-size: 17px;
  line-height: 1.45;
}

body.human-design-v2 .photo-card p {
  grid-column: 1;
  margin: 0;
  padding: 0 24px 26px;
  color: var(--lp-muted);
  font-size: 13px;
}

body.human-design-v2 .photo-card img {
  grid-column: 2;
  grid-row: 1 / span 2;
  width: 100%;
  height: 100%;
  min-height: 224px;
  aspect-ratio: auto;
  border-radius: 0;
  object-fit: cover;
}

body.human-design-v2 .solution-band {
  background: var(--lp-deep);
  color: var(--lp-paper);
}

body.human-design-v2 .solution-band .section-title {
  border-bottom-color: rgba(255, 255, 255, 0.32);
}

body.human-design-v2 .solution-band .section-title h2,
body.human-design-v2 .solution-body p {
  color: var(--lp-paper);
}

body.human-design-v2 .solution-body {
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 48px;
}

body.human-design-v2 .solution-body p {
  max-width: 36ch;
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: 500;
  line-height: 1.9;
}

body.human-design-v2 .solution-body p br {
  display: none;
}

body.human-design-v2 .solution-body img {
  height: 320px;
  border-radius: 0;
}

body.human-design-v2 .reasons {
  background: var(--lp-paper-2);
}

body.human-design-v2 .reason-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--lp-rule-dark);
  border-left: 1px solid var(--lp-rule-dark);
}

body.human-design-v2 .reason-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  grid-template-rows: auto auto 230px;
  padding: 0;
  border: 0;
  border-right: 1px solid var(--lp-rule-dark);
  border-bottom: 1px solid var(--lp-rule-dark);
  border-radius: 0;
  background: var(--lp-paper);
  box-shadow: none;
}

body.human-design-v2 .reason-card > b {
  grid-column: 1;
  grid-row: 1 / span 2;
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 28px 0 0;
  border-radius: 0;
  background: transparent;
  color: var(--lp-orange);
  font-size: 15px;
  font-weight: 900;
  text-align: center;
}

body.human-design-v2 .reason-card h3 {
  grid-column: 2;
  margin: 0;
  padding: 26px 24px 8px 0;
  color: var(--lp-deep);
  font-size: 18px;
}

body.human-design-v2 .reason-card p {
  grid-column: 2;
  margin: 0;
  padding: 0 24px 26px 0;
  color: var(--lp-muted);
  font-size: 13px;
}

body.human-design-v2 .reason-card img {
  grid-column: 1 / -1;
  grid-row: 3;
  width: 100%;
  height: 230px;
  border-radius: 0;
  object-fit: cover;
}

body.human-design-v2 .price {
  background: var(--lp-paper);
}

body.human-design-v2 .price-layout {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 32%);
  gap: 36px;
  align-items: stretch;
}

body.human-design-v2 .price-conditions {
  padding: 14px 16px;
  border-left: 2px solid var(--lp-deep);
  background: var(--lp-paper-2);
  color: var(--lp-muted);
}

body.human-design-v2 .price-conditions strong {
  color: var(--lp-deep);
}

body.human-design-v2 .price-conditions ul {
  gap: 0;
}

body.human-design-v2 .price-conditions li {
  padding: 1px 10px;
  border: 0;
  border-right: 1px solid var(--lp-rule-dark);
  border-radius: 0;
  background: transparent;
}

body.human-design-v2 .price-table {
  border: 1px solid var(--lp-rule-dark);
  border-radius: 0;
  box-shadow: none;
}

body.human-design-v2 .price-table b {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  background: var(--lp-deep);
  font-family: var(--lp-font-body);
}

body.human-design-v2 .price-table p {
  border-right-color: var(--lp-rule);
  color: var(--lp-deep);
  font-family: var(--lp-font-body);
}

body.human-design-v2 .section-cta {
  margin-top: 20px;
  padding: 18px 0 0;
  border: 0;
  border-top: 1px solid var(--lp-rule);
  border-radius: 0;
  background: transparent;
}

body.human-design-v2 .section-cta p {
  color: var(--lp-muted);
}

body.human-design-v2 .price-layout > img {
  height: 100%;
  min-height: 420px;
  border-radius: 0;
}

body.human-design-v2 .order-flow {
  background: var(--lp-paper);
}

body.human-design-v2 .order-list {
  grid-template-columns: 1fr;
  gap: 0;
  padding: 0;
  border-top: 1px solid var(--lp-rule-dark);
}

body.human-design-v2 .order-list::before {
  display: none;
}

body.human-design-v2 .order-list li {
  display: grid;
  grid-template-columns: 58px minmax(190px, 0.7fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid var(--lp-rule);
  text-align: left;
}

body.human-design-v2 .order-list b {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--lp-orange);
  font-size: 14px;
  box-shadow: none;
  text-align: center;
}

body.human-design-v2 .order-list h3 {
  margin: 0;
  color: var(--lp-deep);
  font-size: 15px;
}

body.human-design-v2 .order-list p {
  max-width: none;
  margin: 0;
  color: var(--lp-muted);
  font-size: 13px;
}

body.human-design-v2 .faq {
  background: var(--lp-paper-2);
}

body.human-design-v2 .faq-layout {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 34%);
  gap: 36px;
}

body.human-design-v2 .faq dl {
  display: block;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

body.human-design-v2 .faq dl > div {
  padding: 18px 0 20px;
  border-top: 1px solid var(--lp-rule-dark);
}

body.human-design-v2 .faq dl > div:last-child {
  border-bottom: 1px solid var(--lp-rule-dark);
}

body.human-design-v2 .faq dt,
body.human-design-v2 .faq dd {
  padding-left: 28px;
  color: var(--lp-deep);
}

body.human-design-v2 .faq dd {
  color: var(--lp-muted);
}

body.human-design-v2 .faq dt::before,
body.human-design-v2 .faq dd::before {
  top: 1px;
  width: 18px;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: var(--lp-orange);
  font-size: 12px;
  font-weight: 900;
}

body.human-design-v2 .faq-layout img {
  min-height: 100%;
  border: 0;
  border-radius: 0;
}

body.human-design-v2 .final-cta-section {
  grid-template-columns: minmax(0, 46%) minmax(0, 54%);
  gap: 0;
  padding: 0;
  background: var(--lp-deep);
}

body.human-design-v2 .final-photo {
  grid-column: 1;
  width: 100%;
  height: 460px;
  border: 0;
  border-radius: 0;
  transform: none;
  object-fit: cover;
}

body.human-design-v2 .final-copy {
  grid-column: 2;
  padding: 62px 54px;
  color: var(--lp-paper);
  text-align: left;
}

body.human-design-v2 .final-copy .section-title {
  margin-bottom: 22px;
  border-bottom-color: rgba(255, 255, 255, 0.32);
}

body.human-design-v2 .final-copy .section-title h2,
body.human-design-v2 .final-copy p {
  color: var(--lp-paper);
}

body.human-design-v2 .final-actions {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 10px;
  width: 100%;
  margin: 26px 0 0;
}

body.human-design-v2 .final-actions .design-simulator-banner {
  border-color: var(--lp-paper);
  color: var(--lp-paper);
}

body.human-design-v2 .final-actions .design-simulator-banner:hover {
  background: var(--lp-paper);
  color: var(--lp-deep);
}

body.human-design-v2 .lp-footer {
  border-top: 0;
  background: var(--lp-paper);
  color: var(--lp-muted);
}

body.human-design-v2 .to-top {
  right: 18px;
  bottom: 18px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 2px;
  background: var(--lp-deep);
  font-size: 0;
  box-shadow: none;
}

body.human-design-v2 .to-top::before {
  width: 9px;
  height: 9px;
  margin: 4px 0 0;
}

@media (max-width: 900px) {
  body.human-design-v2 .compact-header__inner {
    min-height: 62px;
    padding-inline: 14px;
  }

  body.human-design-v2 .compact-header__nav,
  body.human-design-v2 .compact-header__cta {
    display: none;
  }

  body.human-design-v2 .hero {
    grid-template-columns: minmax(0, 1fr);
  }

  body.human-design-v2 .hero-copy {
    padding: 32px 20px 26px;
  }

  body.human-design-v2 .hero-kicker {
    font-size: 17px;
  }

  body.human-design-v2 .hero h1 {
    font-size: 23px;
  }

  body.human-design-v2 .hero-price-line {
    font-size: 24px;
  }

  body.human-design-v2 .hero-actions {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    width: 100%;
  }

  body.human-design-v2 .hero-points {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  body.human-design-v2 .hero-points li:last-child {
    grid-column: 1 / -1;
  }

  body.human-design-v2 .hero-visual {
    height: 230px;
  }

  body.human-design-v2 .lp-section,
  body.human-design-v2 .solution-band {
    padding: 52px 20px 56px;
  }

  body.human-design-v2 .section-title {
    margin-bottom: 26px;
    padding-bottom: 14px;
  }

  body.human-design-v2 .section-title h2,
  body.human-design-v2 .final-copy .section-title h2 {
    font-size: 25px;
  }

  body.human-design-v2 .worry-grid,
  body.human-design-v2 .reason-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.human-design-v2 .photo-card {
    grid-template-columns: minmax(0, 60%) minmax(0, 40%);
    min-height: 156px;
  }

  body.human-design-v2 .photo-card h3 {
    padding: 20px 16px 5px;
    font-size: 15px;
  }

  body.human-design-v2 .photo-card p {
    padding: 0 16px 18px;
    font-size: 11px;
    line-height: 1.55;
  }

  body.human-design-v2 .photo-card img {
    min-height: 156px;
  }

  body.human-design-v2 .solution-body,
  body.human-design-v2 .price-layout,
  body.human-design-v2 .faq-layout,
  body.human-design-v2 .final-cta-section {
    grid-template-columns: minmax(0, 1fr);
  }

  body.human-design-v2 .solution-body {
    gap: 28px;
  }

  body.human-design-v2 .solution-body p {
    max-width: 100%;
  }

  body.human-design-v2 .solution-body img {
    height: 230px;
  }

  body.human-design-v2 .reason-card {
    grid-template-columns: 48px minmax(0, 1fr);
    grid-template-rows: auto auto 210px;
  }

  body.human-design-v2 .reason-card > b {
    grid-column: 1;
    grid-row: 1 / span 2;
    padding-top: 24px;
  }

  body.human-design-v2 .reason-card h3 {
    grid-column: 2;
    padding: 22px 16px 6px 0;
    font-size: 16px;
  }

  body.human-design-v2 .reason-card p {
    grid-column: 2;
    padding: 0 16px 20px 0;
    font-size: 12px;
  }

  body.human-design-v2 .reason-card img {
    grid-column: 1 / -1;
    grid-row: 3;
    height: 210px;
    min-height: 0;
  }

  body.human-design-v2 .price-layout {
    gap: 26px;
  }

  body.human-design-v2 .price-layout > img {
    min-height: 230px;
    max-height: 280px;
  }

  body.human-design-v2 .section-cta {
    align-items: stretch;
    padding-top: 16px;
    text-align: left;
  }

  body.human-design-v2 .order-list li {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 4px 12px;
    padding: 16px 0;
  }

  body.human-design-v2 .order-list b {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  body.human-design-v2 .order-list h3,
  body.human-design-v2 .order-list p {
    grid-column: 2;
  }

  body.human-design-v2 .faq-layout {
    gap: 28px;
  }

  body.human-design-v2 .faq-layout img {
    height: 230px;
    min-height: 0;
  }

  body.human-design-v2 .final-photo,
  body.human-design-v2 .final-copy {
    grid-column: 1;
  }

  body.human-design-v2 .final-photo {
    height: 230px;
  }

  body.human-design-v2 .final-copy {
    padding: 44px 20px 48px;
  }

  body.human-design-v2 .final-actions {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 760px) {
  body.human-design-v2 .hero-copy {
    padding: 24px 20px 18px;
  }

  body.human-design-v2 .hero-price-detail {
    margin-bottom: 12px;
  }

  body.human-design-v2 .hero-points {
    gap: 4px;
    margin-bottom: 12px;
  }

  body.human-design-v2 .hero-actions .main-cta,
  body.human-design-v2 .hero-actions .design-simulator-banner {
    min-height: 46px;
    padding-block: 10px;
  }

  body.human-design-v2 .hero-shipping {
    margin-top: 8px;
  }

  body.human-design-v2 .hero-visual {
    height: 160px;
  }

  body.human-design-v2 .worry {
    padding-top: 26px;
  }
}

@media (max-width: 430px) {
  body.human-design-v2 .price-table {
    overflow: visible;
    border: 0;
    border-top: 1px solid var(--lp-rule-dark);
  }

  body.human-design-v2 .price-table > div:nth-child(2) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }

  body.human-design-v2 .price-table p {
    padding: 12px 8px;
    border: 0;
    border-right: 1px solid var(--lp-rule);
    border-bottom: 1px solid var(--lp-rule);
    border-radius: 0;
    color: var(--lp-deep);
    font-size: 17px;
  }

  body.human-design-v2 .price-table p:nth-child(even) {
    border-right: 0;
  }

  body.human-design-v2 .price-table p::before {
    margin: -12px -8px 8px;
    padding: 7px 8px;
    border-radius: 0;
    background: var(--lp-paper-2);
    color: var(--lp-muted);
    font-size: 11px;
  }

  body.human-design-v2 .hero-price-line {
    white-space: nowrap;
    font-size: 24px;
  }
}

@media (max-width: 340px) {
  body.human-design-v2 .hero-price-line {
    font-size: 21px;
  }

  body.human-design-v2 .hero-price-line small {
    font-size: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  body.human-design-v2 .compact-header__cta,
  body.human-design-v2 .main-cta,
  body.human-design-v2 .design-simulator-banner,
  body.human-design-v2 .to-top {
    transition-duration: 0ms;
  }
}
