.br-sm {
  display: none;
}
@media screen and (max-width: 767px) {
  .br-sm {
    display: inline;
  }
}

.hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: calc(100vh - 64px);
  min-height: calc(100svh - 64px);
  padding-top: var(--space-6);
  padding-bottom: var(--space-6);
}
@media screen and (max-width: 767px) {
  .hero {
    padding-top: var(--space-5);
    padding-bottom: var(--space-5);
  }
}

.hero-glyph {
  position: absolute;
  top: 50%;
  right: -3vw;
  transform: translateY(-50%);
  z-index: 0;
  color: var(--state-zen);
  opacity: 0.12;
  font-size: clamp(320px, 44vw, 660px);
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
  user-select: none;
  transition: color 0.5s ease, opacity 0.5s ease;
}
@media screen and (max-width: 1023px) {
  .hero-glyph {
    font-size: 54vw;
  }
}
@media screen and (max-width: 767px) {
  .hero-glyph {
    top: 38%;
    right: -12vw;
    font-size: 82vw;
    opacity: 0.09;
  }
}

.hero.is-han .hero-glyph {
  color: var(--state-han);
  font-family: var(--font-latin);
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
}

.hero-label {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--ink-700);
  font-family: var(--font-latin);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.32em;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: clamp(24px, 4vh, 40px);
}
.hero-label::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--gold);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .hero-label {
    font-size: 11px;
  }
}

.hero-title {
  color: var(--ink-900);
  font-size: clamp(56px, 8.4vw, 118px);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: 0.02em;
  margin-bottom: clamp(24px, 4vh, 40px);
}
@media screen and (max-width: 767px) {
  .hero-title {
    font-size: clamp(42px, 11.5vw, 60px);
    line-height: 1.28;
  }
}

.hero-lead {
  font-size: clamp(15px, 1.8vw, 18px);
  line-height: 2.1;
  max-width: 520px;
  margin-bottom: clamp(40px, 6vh, 64px);
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 28px;
}
.hero-cta .cta-note {
  margin-top: 0;
}

.hero-state {
  display: inline-flex;
  align-items: baseline;
  gap: 12px;
  margin-top: clamp(48px, 9vh, 96px);
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.hero-state .hero-state-key {
  color: var(--ink-500);
  font-family: var(--font-latin);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.28em;
  line-height: 1.4;
}
.hero-state .hero-state-val {
  color: var(--state-zen);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  transition: color 0.5s ease;
}

.hero.is-han .hero-state .hero-state-val {
  color: var(--state-han);
}

.empathy .empathy-list li {
  display: flex;
  align-items: baseline;
  gap: clamp(16px, 3vw, 28px);
  color: var(--ink-900);
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.04em;
  padding-top: clamp(24px, 4vw, 40px);
  padding-bottom: clamp(24px, 4vw, 40px);
  border-bottom: 1px solid var(--line);
}
.empathy .empathy-list li:first-child {
  border-top: 1px solid var(--line);
}
.empathy .empathy-list li .e-num {
  color: var(--ink-500);
  font-family: var(--font-latin);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  flex-shrink: 0;
}

.solution {
  background: var(--bg-tint);
}
.solution .section-title {
  margin-bottom: clamp(16px, 2.5vw, 24px);
}
.solution .solution-lead {
  font-size: clamp(16px, 1.8vw, 18px);
  max-width: 560px;
  margin-bottom: clamp(64px, 9vw, 96px);
}
.solution .solution-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(32px, 4vw, 40px);
}
.solution .stat {
  border-top: 1px solid var(--line-navy);
  padding-top: var(--space-3);
}
.solution .stat .stat-num {
  display: flex;
  align-items: flex-end;
  height: clamp(50px, 4.8vw, 68px);
  color: var(--ink-900);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 10px;
}
.solution .stat .stat-num em {
  font-family: var(--font-latin);
  font-size: clamp(44px, 4.4vw, 60px);
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.01em;
  line-height: 0.95;
}
.solution .stat .stat-num small {
  color: var(--ink-500);
  font-size: 15px;
  font-weight: 500;
  margin-left: 4px;
}
.solution .stat .stat-num.stat-num-ja {
  font-size: clamp(36px, 3.6vw, 46px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}
.solution .stat .stat-label {
  color: var(--ink-500);
  font-size: 14px;
  line-height: 1.8;
}

.modes .modes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(20px, 3vw, 32px);
}
.modes .mode-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: clamp(28px, 3.5vw, 40px);
  transition: border-color 0.25s ease;
}
.modes .mode-panel:hover {
  border-color: var(--line-navy);
}
.modes .mode-panel .mode-preview {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
  background: var(--bg-tint);
  border-radius: var(--radius-sm);
  margin-bottom: 32px;
  overflow: hidden;
}
.modes .mode-panel .mp-taskbar {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  height: 1px;
  background: var(--line-navy);
}
.modes .mode-panel .mode-chip {
  background: var(--ink-900);
  border-radius: var(--radius);
  box-shadow: var(--shadow-mock);
}
.modes .mode-panel .mode-chip-text {
  padding: 16px 30px;
  color: var(--state-zen);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  transition: color 0.4s ease;
}
.modes .mode-panel .mode-chip-moon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
}
.modes .mode-panel .moon-cresc {
  display: none;
}
.modes .mode-panel h3 {
  color: var(--ink-900);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}
.modes .mode-panel p {
  color: var(--ink-700);
  font-size: 16px;
  line-height: 2;
}

body.is-han .modes .mode-chip-text {
  color: var(--state-han);
}
body.is-han .modes .moon-full {
  display: none;
}
body.is-han .modes .moon-cresc {
  display: block;
}

.customize {
  background: var(--bg-tint);
}
.customize .customize-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}
.customize .position-frame {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line-navy);
  border-radius: var(--radius);
  aspect-ratio: 16/10;
  margin-bottom: var(--space-3);
  box-shadow: var(--shadow-mock);
}
.customize .pos-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--line-navy);
}
.customize .pos-dot.pos-tl {
  top: 16px;
  left: 16px;
}
.customize .pos-dot.pos-tr {
  top: 16px;
  right: 16px;
}
.customize .pos-dot.pos-bl {
  bottom: 16px;
  left: 16px;
}
.customize .pos-dot.pos-br {
  bottom: 16px;
  right: 16px;
}
.customize .pos-chip {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--ink-900);
  border-radius: var(--radius);
  padding: 10px 18px;
}
.customize .pos-chip .pos-chip-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}
.customize .pos-chip .pos-chip-state {
  color: var(--state-zen);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  transition: color 0.4s ease;
}
.customize .pos-taskbar {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 6px;
  height: 1px;
  background: var(--line);
}
.customize .customize-note {
  color: var(--ink-500);
  font-size: 16px;
  line-height: 2;
}
.customize .control-row {
  display: grid;
  grid-template-columns: 92px 1fr auto;
  gap: 20px;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.customize .control-row:first-child {
  border-top: 1px solid var(--line);
}
.customize .control-row .control-label {
  color: var(--ink-900);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.customize .control-row .control-track {
  position: relative;
  display: block;
  height: 2px;
  background: var(--line-navy);
}
.customize .control-row .control-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: var(--ink-900);
}
.customize .control-row .control-fill::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--ink-900);
  transform: translateY(-50%);
}
.customize .control-row .control-value {
  color: var(--ink-500);
  font-family: var(--font-latin);
  font-size: 13px;
  line-height: 1.5;
}
.customize .customize-list {
  margin-top: clamp(40px, 6vw, 64px);
}
.customize .customize-list li {
  color: var(--ink-700);
  font-size: 16px;
  line-height: 1.9;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}
.customize .customize-list li:first-child {
  border-top: 1px solid var(--line);
}

body.is-han .customize .pos-chip .pos-chip-state {
  color: var(--state-han);
}

.trust .trust-list .trust-item {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  padding-top: clamp(24px, 4vw, 40px);
  padding-bottom: clamp(24px, 4vw, 40px);
  border-bottom: 1px solid var(--line);
}
.trust .trust-list .trust-item:first-child {
  border-top: 1px solid var(--line);
}
.trust .trust-list .trust-item dt {
  flex: 0 0 216px;
  color: var(--ink-900);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.04em;
}
.trust .trust-list .trust-item dd {
  flex: 1 1 320px;
  font-size: 16px;
  line-height: 2;
}

.price {
  background: var(--bg-tint);
  padding-top: clamp(80px, 10vw, 144px);
  padding-bottom: clamp(80px, 10vw, 144px);
}
.price .price-title {
  margin-bottom: clamp(16px, 2.5vw, 24px);
}
.price .price-title em {
  color: var(--gold);
  font-family: var(--font-latin);
  font-style: normal;
  font-size: 1.5em;
  letter-spacing: 0.01em;
  margin-right: 6px;
  vertical-align: -0.04em;
}
.price .price-lead {
  font-size: 17px;
  line-height: 2.2;
}

.faq .faq-item {
  border-bottom: 1px solid var(--line);
}
.faq .faq-item:first-child {
  border-top: 1px solid var(--line);
}
.faq .faq-item .faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  padding-top: 28px;
  padding-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .faq .faq-item .faq-q {
    padding-top: var(--space-3);
    padding-bottom: var(--space-3);
  }
}
.faq .faq-item .faq-q .q-text {
  color: var(--ink-900);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.faq .faq-item .faq-q .q-mark {
  position: relative;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}
.faq .faq-item .faq-q .q-mark::before, .faq .faq-item .faq-q .q-mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 1px;
  background: var(--ink-500);
  transition: transform 0.3s ease;
}
.faq .faq-item .faq-q .q-mark::after {
  transform: rotate(90deg);
}
.faq .faq-item .faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.faq .faq-item .faq-a-inner {
  color: var(--ink-700);
  font-size: 15px;
  line-height: 2;
  padding-bottom: 28px;
  max-width: 640px;
}
.faq .faq-item.open .faq-q .q-mark::after {
  transform: rotate(0deg);
}
.faq .faq-item.open .faq-a {
  max-height: 400px;
}

.final-cta {
  background: var(--ink-900);
  text-align: center;
  padding-top: var(--space-7);
  padding-bottom: var(--space-7);
}
@media screen and (max-width: 767px) {
  .final-cta {
    padding-top: var(--space-6);
    padding-bottom: var(--space-6);
  }
}
.final-cta .final-cta-label {
  color: rgba(255, 255, 255, 0.65);
  font-family: var(--font-latin);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.32em;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: var(--space-3);
}
.final-cta .final-cta-title {
  color: #FFFFFF;
  font-size: clamp(32px, 4.6vw, 54px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-bottom: var(--space-5);
}
@media screen and (max-width: 767px) {
  .final-cta .final-cta-title {
    margin-bottom: var(--space-4);
  }
}
.final-cta .final-cta-meta {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  line-height: 1.9;
  margin-top: var(--space-4);
}
@media screen and (max-width: 767px) {
  .final-cta .final-cta-meta {
    margin-top: var(--space-3);
  }
}
