:root {
  --top-color-background: #ffffff;
  --top-color-surface: #f2f2f2;
  --top-color-surface-strong: #e1e1e1;
  --top-color-text: #333333;
  --top-color-muted: #666666;
  --top-color-accent: #ffcc33;
  --top-color-cta: #fec52e;
  --top-color-dark-zone: #333333;
  --top-color-hover: #e6e6e6;
  --top-color-border: #e9e9e9;
  --top-color-white: #ffffff;
  --top-display-font: "DIN Alternate", "DIN 2014", "Arial Narrow",
    "Helvetica Neue", Arial, sans-serif;
  --top-body-font: Inter, "Helvetica Neue", "Hiragino Sans", "Meiryo",
    sans-serif;
  --top-section-shell: 1500px;
  --top-hero-shell: 1380px;
  --top-page-padding: 30px;
  --top-value-gap: 60px;
}

.page-top,
.page-top * {
  box-sizing: border-box;
}

body.page-top {
  margin: 0;
  background: var(--top-color-background);
  color: var(--top-color-text);
  font-family: var(--top-body-font);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.page-top a {
  color: inherit;
}

.page-top .site-main {
  overflow: hidden;
}

.page-top .page-section {
  padding: var(--top-page-padding);
}

.page-top .section-shell {
  max-width: var(--top-section-shell);
  margin: 0 auto;
}

.page-top .section-shell--narrow {
  max-width: 980px;
}

.page-top .section-heading,
.page-top .value-block__title,
.page-top .gift-card__title,
.page-top .site-footer h2 {
  font-family: var(--top-display-font);
  font-weight: 400;
}

.page-top .section-heading--medium {
  margin: 0 0 24px;
  font-size: clamp(32px, 3.8vw, 52px);
  line-height: 1.12;
  letter-spacing: -0.055em;
  width: 100%;
  max-width: 980px;
}

.page-top .hero__title > span {
  display: block;
}

.page-top .hero__title > span:first-child {
  display: block;
  white-space: nowrap;
}

.page-top .section-heading > span {
  display: block;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
}

.page-top .value-block__title > span {
  display: block;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
}

.page-top .section-copy,
.page-top .value-block__body,
.page-top .gift-card__body {
  margin: 0;
  font-size: 16px;
  line-height: 32px;
  color: var(--top-color-text);
}

.page-top .section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.page-top .text-emphasis {
  color: var(--top-color-accent);
  font-weight: 800;
  font-style: normal;
}

.page-top .text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  color: var(--top-color-text);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.page-top .text-link:hover {
  color: var(--top-color-muted);
}

.page-top .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 999px;
  padding: 10px 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background-color 0.18s ease, border-color 0.18s ease,
    color 0.18s ease;
}

.page-top .button--primary {
  background: var(--top-color-cta);
  color: var(--top-color-text);
}

.page-top .button--primary:hover {
  background: #f4bb22;
}

.page-top .button--disabled {
  color: #667085;
  background: #e5e7eb;
  border-color: #d0d5dd;
  cursor: default;
  pointer-events: none;
  box-shadow: none;
}

.page-top .button--secondary {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.24);
  color: var(--top-color-white);
  padding-inline: 24px;
}

.page-top .button--secondary:hover {
  border-color: rgba(255, 255, 255, 0.4);
  color: var(--top-color-hover);
}

.page-top .button--secondary-dark {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.26);
  color: var(--top-color-white);
  padding-inline: 24px;
}

.page-top .button--secondary-dark:hover {
  color: var(--top-color-hover);
  border-color: rgba(255, 255, 255, 0.42);
}

.page-top .hero {
  padding: 0;
}

.page-top .hero__shell {
  position: relative;
  max-width: none;
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  border-radius: 0;
  overflow: hidden;
  background: var(--top-color-dark-zone);
  color: var(--top-color-white);
}

.page-top .hero__copy {
  grid-column: 1 / -1;
  grid-row: 1;
  position: relative;
  z-index: 3;
  min-height: clamp(700px, calc(100vh - 150px), 860px);
  padding: 88px 42px 132px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  pointer-events: none;
}

.page-top .hero__copy > * {
  width: 100%;
  max-width: min(58%, 920px);
  margin-left: auto;
  margin-right: auto;
  pointer-events: auto;
}

.page-top .hero__title {
  margin: 0 0 30px;
  max-width: none;
  font-family: var(--top-display-font);
  color: rgba(51, 51, 51, 0.84);
  font-size: clamp(60px, 8vw, 90px);
  font-weight: 400;
  line-height: 90px;
  letter-spacing: -7px;
}

.page-top .hero__title > span:first-child {
  margin-bottom: 22px;
  font-size: 0.72em;
}

.page-top .hero__title > span:last-child {
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.page-top .hero__title--brand {
  width: 100%;
  max-width: min(58%, 760px);
  margin: 0 auto 12px;
  font-size: clamp(46px, 5.8vw, 68px);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.04em;
  text-align: center;
}

.page-top .hero__title--brand > span:first-child {
  margin-bottom: 0;
  font-size: 1em;
}

.page-top .hero__title--brand > span:last-child {
  text-shadow: none;
}

.page-top .hero__title em {
  color: var(--top-color-accent);
  font-style: normal;
  font-weight: 800;
}

.page-top .hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.page-top .hero__search {
  width: 100%;
  max-width: min(58%, 760px);
  margin: 0 auto;
}

.page-top .hero__graph {
  width: 100%;
  max-width: min(78%, 1180px);
  margin: 24px auto 0;
}

.page-top .hero__graph-placeholder {
  position: relative;
  min-height: 360px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: 72px;
  padding: 20px;
  border-radius: 24px;
  background: rgba(16, 14, 12, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.18);
}

.page-top .hero__graph-placeholder__panel {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, rgba(225, 225, 225, 0.46) 100%);
  overflow: hidden;
}

.page-top .hero__graph-placeholder__arrow {
  position: absolute;
  top: 52%;
  left: calc(33.333% + 22px);
  z-index: 2;
  width: 52px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.page-top .hero__graph-placeholder__arrow::before {
  content: none;
}

.page-top .hero__graph-placeholder__arrow::after {
  content: "";
  position: absolute;
  width: 34px;
  height: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  filter: blur(1px);
  animation: top-hero-arrow-glow 2.2s ease-in-out infinite;
}

.page-top .hero__graph-placeholder__arrow-core {
  position: relative;
  z-index: 1;
  width: 42px;
  height: 5px;
  border-radius: 999px;
  background: rgba(51, 51, 51, 0.9);
  transform: translateX(-3px);
  animation: top-hero-arrow-nudge 1.7s ease-in-out infinite;
}

.page-top .hero__graph-placeholder__arrow-core::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2px;
  width: 16px;
  height: 16px;
  border-top: 5px solid rgba(51, 51, 51, 0.9);
  border-right: 5px solid rgba(51, 51, 51, 0.9);
  transform: translateY(-50%) rotate(45deg);
}

.page-top .hero__graph-placeholder__arrow-core::before {
  content: "";
  position: absolute;
  inset: -10px -18px -10px -12px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.42) 42%, rgba(255, 255, 255, 0) 100%);
  transform: translateX(-30px);
  animation: top-hero-arrow-flow 1.8s ease-in-out infinite;
}

.page-top .hero__graph-placeholder__label {
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  color: rgba(51, 51, 51, 0.72);
}

.page-top .hero__graph-placeholder__panel--before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.52) 0%, rgba(223, 223, 223, 0.28) 100%);
}

.page-top .hero__graph-placeholder__panel--before img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.page-top .hero__graph-placeholder__panel--after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(231, 231, 231, 0.62) 100%);
  box-shadow: inset 0 0 0 1px rgba(51, 51, 51, 0.06);
}

.page-top .hero__graph-placeholder__list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 20px;
  width: 100%;
  align-content: start;
}

.page-top .hero__graph-placeholder__list li {
  font-size: 42px;
  line-height: 1;
  color: rgba(51, 51, 51, 0.22);
}

.page-top .hero__graph-placeholder__chart {
  position: relative;
  width: 100%;
  min-height: 256px;
  margin-top: 18px;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(51, 51, 51, 0.08), rgba(51, 51, 51, 0.08)) 0 0 / 100% 1px no-repeat,
    linear-gradient(90deg, rgba(51, 51, 51, 0.05), rgba(51, 51, 51, 0.05)) 0 100% / 100% 1px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.38));
  box-shadow: inset 0 0 0 1px rgba(51, 51, 51, 0.05);
}

.page-top .hero__graph-placeholder__point {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(51, 51, 51, 0.4);
}

.page-top .hero__graph-placeholder__point--1 {
  left: 14%;
  top: 68%;
}

.page-top .hero__graph-placeholder__point--2 {
  left: 23%;
  top: 58%;
}

.page-top .hero__graph-placeholder__point--3 {
  left: 32%;
  top: 61%;
}

.page-top .hero__graph-placeholder__point--4 {
  left: 44%;
  top: 46%;
}

.page-top .hero__graph-placeholder__point--5 {
  left: 54%;
  top: 52%;
}

.page-top .hero__graph-placeholder__point--6 {
  left: 64%;
  top: 38%;
}

.page-top .hero__graph-placeholder__point--7 {
  left: 73%;
  top: 41%;
}

.page-top .hero__graph-placeholder__point--8 {
  left: 82%;
  top: 29%;
}

.page-top .hero__graph-placeholder__range {
  position: absolute;
  left: 18%;
  right: 12%;
  bottom: 48px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 204, 51, 0.26);
}

.page-top .hero__graph-placeholder__median {
  position: absolute;
  top: 22px;
  bottom: 32px;
  left: 56%;
  width: 2px;
  background: rgba(255, 204, 51, 0.58);
}

@keyframes top-hero-arrow-flow {
  0% {
    opacity: 0;
    transform: translateX(-26px);
  }

  35% {
    opacity: 0.85;
  }

  100% {
    opacity: 0;
    transform: translateX(24px);
  }
}

@keyframes top-hero-arrow-nudge {
  0% {
    transform: translateX(-3px);
  }

  55% {
    transform: translateX(2px);
  }

  100% {
    transform: translateX(-3px);
  }
}

@keyframes top-hero-arrow-glow {
  0%,
  100% {
    opacity: 0.18;
    transform: scale(0.96);
  }

  50% {
    opacity: 0.34;
    transform: scale(1);
  }
}

.page-top .hero__search-form {
  display: flex;
  align-items: center;
  min-height: 54px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  border: 2px solid rgba(255, 204, 51, 0.76);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
}

.page-top .hero__search-form input[type="search"] {
  flex: 1 1 auto;
  min-width: 0;
  height: 54px;
  border: 0;
  padding: 0 20px;
  background: transparent;
  color: #000000;
  font-family: var(--top-body-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  outline: none;
}

.page-top .hero__search-form input[type="search"]::placeholder {
  color: rgba(0, 0, 0, 0.45);
}

.page-top .hero__search-form button {
  height: 54px;
  border: 0;
  padding: 0 22px;
  background: var(--top-color-cta);
  color: #000000;
  font-family: var(--top-body-font);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  cursor: pointer;
}

.page-top .hero__search-form button:hover {
  background: #f4bb22;
}

.page-top .hero__business-link {
  display: inline-flex;
  margin-top: 14px;
  color: #4b5563;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.page-top .hero__business-link:hover {
  color: #111827;
}

.page-top .hero__visual {
  grid-column: 1 / -1;
  grid-row: 1;
  position: relative;
  z-index: 1;
  min-height: clamp(700px, calc(100vh - 150px), 860px);
  background-image: url("/static/top/hero-road-success-state.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.page-top .hero__season {
  display: none;
  grid-column: 1 / -1;
  grid-row: 1;
  position: relative;
  z-index: 2;
  min-height: clamp(700px, calc(100vh - 150px), 860px);
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  opacity: 0.2;
}

.page-top .hero__season--spring {
  background-image: url("/static/top/seasons/fresh-green-overlay.svg");
}

.page-top .trust-block {
  padding-top: 44px;
  padding-bottom: 52px;
}

.page-top .trust-block__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
  justify-items: center;
  text-align: center;
}

.page-top .trust-block__list li {
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: var(--top-color-text);
}

.page-top .problem-empathy.value-block {
  padding-top: 36px;
}

.page-top .value-block {
  padding-top: 30px;
  padding-bottom: 30px;
}

.page-top .value-block__row {
  max-width: var(--top-section-shell);
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.page-top .value-block__copy,
.page-top .value-block__media {
  flex: 0 0 50%;
  max-width: 50%;
}

.page-top .value-block__copy {
  padding: 35px 60px 35px 0;
}

.page-top .value-block--reverse .value-block__copy {
  order: 2;
  padding: 35px 0 35px 60px;
}

.page-top .value-block--reverse .value-block__media {
  order: 1;
}

.page-top .value-block__title {
  margin: 0 0 40px;
  font-size: clamp(32px, 3.8vw, 52px);
  line-height: 1.12;
  letter-spacing: -5px;
  width: 100%;
  max-width: 630px;
}

.page-top .value-block__body {
  margin: 0 0 22px;
  max-width: 630px;
}

.page-top .value-block__list {
  margin: 0;
  padding-left: 22px;
  max-width: 630px;
  display: grid;
  gap: 10px;
}

.page-top .value-block__list li {
  font-size: 16px;
  line-height: 32px;
  color: var(--top-color-text);
}

.page-top .value-block__media {
  min-height: 620px;
}

.page-top .visual-card {
  width: 100%;
  min-height: 620px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(51, 51, 51, 0.06);
  background: linear-gradient(180deg, #f4f4f4 0%, #dfdfdf 100%);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
  padding: 24px;
}

.page-top .visual-card__toolbar {
  display: flex;
  gap: 10px;
  margin-bottom: 24px;
}

.page-top .visual-card__toolbar span {
  width: 54px;
  height: 10px;
  border-radius: 999px;
  background: rgba(51, 51, 51, 0.15);
}

.page-top .visual-card__rows {
  display: grid;
  gap: 16px;
}

.page-top .visual-card__rows span {
  display: block;
  height: 76px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: inset 0 0 0 1px rgba(51, 51, 51, 0.05);
}

.page-top .visual-card__bars {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: end;
  gap: 14px;
  min-height: 360px;
  margin-top: 34px;
}

.page-top .visual-card__bars span,
.page-top .visual-card__legend span,
.page-top .visual-card__pricing-grid span,
.page-top .visual-card__trust-table span {
  display: block;
}

.page-top .visual-card__bars span {
  border-radius: 16px 16px 8px 8px;
  background: rgba(51, 51, 51, 0.18);
}

.page-top .visual-card__bars span:nth-child(1) {
  height: 34%;
}

.page-top .visual-card__bars span:nth-child(2) {
  height: 56%;
}

.page-top .visual-card__bars span:nth-child(3) {
  height: 42%;
}

.page-top .visual-card__bars span:nth-child(4) {
  height: 70%;
}

.page-top .visual-card__bars span:nth-child(5) {
  height: 48%;
}

.page-top .visual-card__bars span:nth-child(6) {
  height: 62%;
}

.page-top .visual-card__legend {
  display: flex;
  gap: 14px;
  margin-top: 26px;
}

.page-top .visual-card__legend span {
  width: 120px;
  height: 12px;
  border-radius: 999px;
  background: rgba(51, 51, 51, 0.14);
}

.page-top .visual-card__pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.page-top .visual-card__pricing-grid span {
  min-height: 128px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 0 0 1px rgba(51, 51, 51, 0.06);
}

.page-top .visual-card__pricing-band {
  margin-top: 24px;
  height: 180px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(51, 51, 51, 0.18) 0, rgba(51, 51, 51, 0.18) 24%, transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.42));
  box-shadow: inset 0 0 0 1px rgba(51, 51, 51, 0.05);
}

.page-top .visual-card__trust-cards {
  display: grid;
  gap: 16px;
  margin-top: 30px;
}

.page-top .visual-card__trust-cards span {
  display: inline-flex;
  align-items: center;
  min-height: 64px;
  padding: 0 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: inset 0 0 0 1px rgba(51, 51, 51, 0.06);
  font-size: 18px;
  font-weight: 700;
  color: var(--top-color-text);
}

.page-top .visual-card__trust-table {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.page-top .visual-card__trust-table span {
  height: 28px;
  border-radius: 999px;
  background: rgba(51, 51, 51, 0.12);
}

.page-top .gift-entry {
  padding-top: 54px;
  padding-bottom: 54px;
}

.page-top .gift-card {
  max-width: var(--top-section-shell);
  margin: 0 auto;
  padding: 42px 46px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  border-radius: 28px;
  border: none;
  background: #ffffff;
  color: #111827;
  box-shadow: none;
}

.page-top .gift-card__copy {
  width: 100%;
  text-align: center;
}

.page-top .gift-card__title {
  margin: 0;
  width: 100%;
  max-width: 100%;
  font-size: clamp(32px, 3.8vw, 52px);
  line-height: 1.12;
  letter-spacing: -0.055em;
  color: #111827;
}

.page-top .gift-card__body {
  color: #4b5563;
  max-width: 42em;
}

.page-top .gift-card__actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  align-items: center;
}

.page-top .gift-card__actions .button--primary {
  background: var(--top-color-cta);
  color: #111111;
  box-shadow: none;
}

.page-top .gift-card__actions .button--primary:hover {
  background: #f4bb22;
  color: #111111;
}

.page-top .gift-card__actions .button--secondary-dark {
  background: #ffffff;
  border-color: #dddddd;
  color: #444444;
  box-shadow: none;
}

.page-top .gift-card__actions .button--secondary-dark:hover {
  background: #ffffff;
  border-color: #cfcfcf;
  color: #333333;
}

.page-top.page-sonpo {
  background: #f7f8fb;
}

.page-top .sonpo-hero {
  padding: 0;
  background: linear-gradient(135deg, #182033 0%, #111827 52%, #090f1d 100%);
  color: #ffffff;
}

.page-top .sonpo-hero__shell {
  min-height: 392px;
  max-width: 1240px;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(520px, 1.06fr);
  gap: 36px;
  align-items: center;
  padding-top: 60px;
  padding-right: 40px;
  padding-bottom: 60px;
  padding-left: 40px;
}

.page-top .sonpo-hero__copy {
  max-width: 700px;
}

.page-top .sonpo-eyebrow {
  margin: 0 0 18px;
  color: #f8d44d;
  font-size: 14px;
  font-weight: 800;
  line-height: 22px;
  letter-spacing: 0.08em;
}

.page-top .sonpo-hero__title,
.page-top .sonpo-section__title,
.page-top .sonpo-panel h2,
.page-top .sonpo-pricing h2 {
  margin: 0;
  font-family: var(--top-display-font);
  font-weight: 700;
  letter-spacing: 0;
}

.page-top .sonpo-hero__title {
  max-width: 650px;
  font-size: 46px;
  line-height: 1.08;
}

.page-top .sonpo-hero__lead {
  max-width: 650px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  line-height: 32px;
}

.page-top .sonpo-hero__actions,
.page-top .sonpo-pricing__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 24px;
}

.page-top .sonpo-hero__actions .text-link {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
}

.page-top .sonpo-hero__actions .button {
  min-height: 44px;
  padding: 8px 22px;
  font-size: 16px;
  line-height: 22px;
}

.page-top .sonpo-workflow-slideshow {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: #ffffff;
  color: #111827;
  padding: 14px;
  box-shadow:
    0 26px 64px rgba(0, 0, 0, 0.24),
    0 1px 0 rgba(255, 255, 255, 0.72);
  overflow: hidden;
}

.page-top .sonpo-workflow-slideshow h3 {
  margin: 0;
  font-family: var(--top-display-font);
  font-weight: 700;
  letter-spacing: 0;
  color: #111827;
}

.page-top .sonpo-workflow-slideshow__viewport {
  min-width: 0;
}

.page-top .sonpo-workflow-slideshow__slide {
  display: none;
  min-width: 0;
  gap: 12px;
}

.page-top .sonpo-workflow-slideshow__slide.is-active {
  display: grid;
}

.page-top .sonpo-workflow-slideshow__image-frame {
  position: relative;
  width: 100%;
  min-width: 0;
  aspect-ratio: 16 / 10;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  background: #f8fafc;
  padding: 0;
  color: inherit;
  font: inherit;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  cursor: zoom-in;
  text-align: inherit;
}

.page-top .sonpo-workflow-slideshow__image-frame:hover {
  border-color: #b7c4d6;
  box-shadow: inset 0 0 0 1px rgba(35, 69, 111, 0.12);
}

.page-top .sonpo-workflow-slideshow__image-frame:focus-visible {
  outline: 3px solid rgba(248, 212, 77, 0.48);
  outline-offset: 3px;
}

.page-top .sonpo-workflow-slideshow__image-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page-top .sonpo-workflow-slideshow__fallback {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 18px;
  color: #64748b;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

.page-top .sonpo-workflow-slideshow__image-frame.is-image-error img {
  display: none;
}

.page-top .sonpo-workflow-slideshow__image-frame.is-image-error .sonpo-workflow-slideshow__fallback {
  display: flex;
}

.page-top .sonpo-workflow-slideshow__copy {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.page-top .sonpo-workflow-slideshow__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 30px;
  border-radius: 999px;
  background: #eef2f7;
  color: #334155;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.page-top .sonpo-workflow-slideshow h3 {
  font-size: 19px;
  line-height: 26px;
}

.page-top .sonpo-workflow-slideshow__copy p {
  margin: 5px 0 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 24px;
}

.page-top .sonpo-workflow-slideshow__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 12px;
}

.page-top .sonpo-workflow-slideshow__dot {
  width: 10px;
  height: 10px;
  border: 1px solid #94a3b8;
  border-radius: 50%;
  background: #ffffff;
  padding: 0;
  cursor: pointer;
}

.page-top .sonpo-workflow-slideshow__dot.is-active {
  width: 24px;
  border-radius: 999px;
  border-color: #23456f;
  background: #23456f;
}

.page-top .sonpo-workflow-slideshow__dot:focus-visible {
  outline: 3px solid rgba(248, 212, 77, 0.45);
  outline-offset: 3px;
}

body.page-top.sonpo-workflow-modal-open {
  overflow: hidden;
}

.page-top .sonpo-workflow-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  color: #111827;
}

.page-top .sonpo-workflow-modal[hidden] {
  display: none;
}

.page-top .sonpo-workflow-modal__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(5, 10, 20, 0.78);
  padding: 0;
  cursor: zoom-out;
}

.page-top .sonpo-workflow-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(94vw, 1400px);
  max-height: 92vh;
  display: grid;
  min-width: 0;
}

.page-top .sonpo-workflow-modal__close {
  position: fixed;
  top: max(14px, env(safe-area-inset-top));
  right: max(14px, env(safe-area-inset-right));
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.88);
  color: #ffffff;
  padding: 0;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.32);
}

.page-top .sonpo-workflow-modal__close:hover {
  background: rgba(17, 24, 39, 0.98);
}

.page-top .sonpo-workflow-modal__backdrop:focus-visible,
.page-top .sonpo-workflow-modal__close:focus-visible {
  outline: 3px solid rgba(248, 212, 77, 0.58);
  outline-offset: 3px;
}

.page-top .sonpo-workflow-modal__figure {
  display: grid;
  gap: 10px;
  min-width: 0;
  margin: 0;
}

.page-top .sonpo-workflow-modal__image {
  display: block;
  width: 100%;
  max-width: min(94vw, 1400px);
  max-height: 86vh;
  border-radius: 8px;
  background: #ffffff;
  object-fit: contain;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
}

.page-top .sonpo-workflow-modal__fallback {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 240px;
  border: 1px solid rgba(219, 227, 238, 0.92);
  border-radius: 8px;
  background: #ffffff;
  color: #64748b;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.page-top .sonpo-workflow-modal__figure.is-image-error .sonpo-workflow-modal__image {
  display: none;
}

.page-top .sonpo-workflow-modal__figure.is-image-error .sonpo-workflow-modal__fallback {
  display: flex;
}

.page-top .sonpo-workflow-modal__caption {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  max-width: min(94vw, 1400px);
  border: 1px solid rgba(226, 232, 240, 0.86);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  padding: 12px 14px;
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.18);
}

.page-top .sonpo-workflow-modal__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 30px;
  border-radius: 999px;
  background: #eef2f7;
  color: #334155;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.page-top .sonpo-workflow-modal__caption h2 {
  margin: 0;
  color: #111827;
  font-size: 19px;
  line-height: 26px;
  letter-spacing: 0;
}

.page-top .sonpo-workflow-modal__caption p {
  margin: 5px 0 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 24px;
}

@media (prefers-reduced-motion: reduce) {
  .page-top .sonpo-workflow-slideshow *,
  .page-top .sonpo-workflow-slideshow *::before,
  .page-top .sonpo-workflow-slideshow *::after,
  .page-top .sonpo-workflow-modal *,
  .page-top .sonpo-workflow-modal *::before,
  .page-top .sonpo-workflow-modal *::after {
    scroll-behavior: auto;
    transition-duration: 0.01ms;
    animation-duration: 0.01ms;
    animation-iteration-count: 1;
  }
}

.page-top .sonpo-section {
  background: #f7f8fb;
}

.page-top .sonpo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.page-top .sonpo-info-grid {
  align-items: stretch;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.28fr) minmax(0, 1fr);
}

.page-top .sonpo-panel,
.page-top .sonpo-pricing {
  border: 1px solid #e4e7ec;
  border-radius: 8px;
  background: #ffffff;
}

.page-top .sonpo-panel {
  border: 2px solid #e6edf5;
  padding: 28px;
}

.page-top .sonpo-panel--guide {
  display: flex;
  flex-direction: column;
}

.page-top .sonpo-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: auto;
  padding-top: 22px;
}

.page-top .sonpo-panel h2,
.page-top .sonpo-pricing h2 {
  margin: 0;
  font-size: 28px;
  line-height: 36px;
  color: #111827;
}

.page-top .sonpo-panel h2 {
  margin: -28px -28px 0;
  padding: 16px 28px;
  border-bottom: 1px solid #edf0f5;
  border-radius: 8px 8px 0 0;
  background: #e6edf5;
  font-size: 24px;
  line-height: 32px;
}

.page-top .sonpo-panel p,
.page-top .sonpo-pricing p {
  margin: 14px 0 0;
  color: #4b5563;
  font-size: 16px;
  line-height: 30px;
}

.page-top .sonpo-section__title {
  margin-bottom: 22px;
  color: #111827;
  font-size: 34px;
  line-height: 42px;
}

.page-top .sonpo-detail-list,
.page-top .sonpo-detail-list ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.page-top .sonpo-detail-list ul {
  margin-top: 9px;
  gap: 8px;
  padding-left: 2px;
}

.page-top .sonpo-detail-list li {
  position: relative;
  min-height: 24px;
  padding-left: 18px;
  color: #182033;
  font-size: 15px;
  font-weight: 750;
  line-height: 27px;
  letter-spacing: 0;
}

.page-top .sonpo-detail-list li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c9a227;
}

.page-top .sonpo-detail-list ul li {
  min-height: 22px;
  padding-left: 14px;
  color: #566173;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.page-top .sonpo-detail-list ul li::before {
  top: 11px;
  width: 5px;
  height: 1px;
  border-radius: 999px;
  background: #a8b1c0;
}

.page-top .sonpo-pricing {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
  padding: 34px;
}

.page-top .sonpo-pricing__actions {
  justify-content: flex-end;
  margin-top: 0;
}

@media (max-width: 1180px) {
  .page-top .hero__shell,
  .page-top .gift-card {
    grid-template-columns: 1fr;
  }

  .page-top .hero__copy,
  .page-top .hero__season,
  .page-top .hero__visual {
    min-height: auto;
  }

  .page-top .hero__copy {
    padding: 48px 30px 36px;
    padding-bottom: 36px;
  }

  .page-top .hero__copy > * {
    max-width: 100%;
  }

  .page-top .value-block__row {
    flex-direction: column;
  }

  .page-top .value-block__copy,
  .page-top .value-block__media,
  .page-top .value-block--reverse .value-block__copy,
  .page-top .value-block--reverse .value-block__media {
    order: initial;
    flex-basis: 100%;
    max-width: 100%;
  }

  .page-top .value-block__copy,
  .page-top .value-block--reverse .value-block__copy {
    padding: 35px 0 0;
  }

}

@media (max-width: 820px) {
  .page-top .page-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-top .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .page-top .hero__copy,
  .page-top .gift-card {
    padding: 32px 24px;
  }

  .page-top .hero__season {
    background-position: center top;
    opacity: 0.16;
  }

  .page-top .hero__visual {
    padding: 0;
  }

  .page-top .hero__copy {
    padding-top: 48px;
    padding-bottom: 72px;
  }

  .page-top .hero__title {
    font-size: clamp(54px, 16vw, 90px);
    line-height: 0.98;
    letter-spacing: -0.08em;
    max-width: none;
  }

  .page-top .hero__title > span:first-child {
    margin-bottom: 18px;
    font-size: 0.74em;
  }

  .page-top .hero__title--brand {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 10px;
    font-size: clamp(38px, 10vw, 52px);
    font-weight: 600;
    line-height: 0.98;
    letter-spacing: -0.04em;
  }

  .page-top .hero__title--brand > span:first-child {
    margin-bottom: 0;
    font-size: 1em;
  }

  .page-top .hero__search {
    max-width: 100%;
    margin-top: 0;
  }

  .page-top .hero__business-link {
    font-size: 13px;
    line-height: 22px;
  }

  .page-top .hero__graph {
    max-width: 100%;
    margin-top: 20px;
  }

  .page-top .hero__graph-placeholder {
    min-height: 300px;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 16px;
  }

  .page-top .hero__graph-placeholder__arrow {
    position: relative;
    top: auto;
    left: auto;
    width: 68px;
    height: 44px;
    margin: -2px auto;
    transform: none;
  }

  .page-top .hero__graph-placeholder__arrow::after,
  .page-top .hero__graph-placeholder__arrow-core,
  .page-top .hero__graph-placeholder__arrow-core::before {
    animation: none;
  }

  .page-top .hero__graph-placeholder__panel {
    min-height: 110px;
    padding: 14px;
  }

  .page-top .hero__graph-placeholder__chart {
    min-height: 190px;
  }

  .page-top .hero__graph-placeholder__list {
    gap: 14px;
  }

  .page-top .hero__graph-placeholder__list li {
    font-size: 32px;
  }

  .page-top .hero__search-form {
    min-height: 48px;
  }

  .page-top .hero__search-form input[type="search"] {
    height: 48px;
    padding: 0 16px;
    font-size: 14px;
  }

  .page-top .hero__search-form button {
    height: 48px;
    padding: 0 18px;
    font-size: 13px;
  }

  .page-top .section-heading--medium,
  .page-top .gift-card__title {
    font-size: clamp(32px, 10vw, 48px);
    line-height: 1.12;
    width: 100%;
    max-width: 100%;
  }

  .page-top .value-block__title {
    font-size: clamp(32px, 10vw, 48px);
    line-height: 1.12;
    letter-spacing: -0.065em;
    width: 100%;
    max-width: 100%;
  }

  .page-top .visual-card,
  .page-top .value-block__media {
    min-height: 420px;
  }

  .page-top .trust-block {
    padding-top: 34px;
    padding-bottom: 40px;
  }

  .page-top .trust-block__list {
    gap: 12px;
  }

  .page-top .trust-block__list li {
    font-size: 20px;
    line-height: 1.45;
  }

  .page-top .button,
  .page-top .button--secondary,
  .page-top .button--secondary-dark {
    width: 100%;
  }

  .page-top .hero__actions,
  .page-top .gift-card__actions {
    width: 100%;
  }

  .page-top .gift-card {
    gap: 20px;
  }

  .page-top .gift-card__copy {
    text-align: center;
  }

  .page-top .gift-card__actions {
    justify-content: center;
    gap: 16px;
  }

  .page-top .gift-card__actions .button,
  .page-top .gift-card__actions .button--secondary-dark {
    width: auto;
    flex: 0 0 auto;
  }

  .page-top .sonpo-hero__shell {
    grid-template-columns: 1fr;
    gap: 30px;
    min-height: auto;
    padding-top: 52px;
    padding-right: 46px;
    padding-bottom: 52px;
    padding-left: 46px;
  }

  .page-top .sonpo-hero__copy {
    max-width: 760px;
  }

  .page-top .sonpo-workflow-slideshow {
    max-width: 760px;
  }

  .page-top .sonpo-hero__title {
    font-size: 44px;
    line-height: 1.12;
  }

  .page-top .sonpo-hero__lead {
    font-size: 16px;
    line-height: 30px;
  }

  .page-top .sonpo-grid,
  .page-top .sonpo-pricing {
    grid-template-columns: 1fr;
  }

  .page-top .sonpo-hero__actions,
  .page-top .sonpo-pricing__actions {
    width: 100%;
  }

  .page-top .sonpo-pricing__actions {
    justify-content: flex-start;
  }
}

body.page-top {
  background: #f7f8fb;
}

.page-top .top-search-hero {
  padding: 0;
  background: linear-gradient(135deg, #182033 0%, #111827 52%, #090f1d 100%);
  color: #ffffff;
}

.page-top .top-search-hero__shell {
  min-height: 392px;
  max-width: 1180px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 56px;
  align-items: center;
  padding-top: 60px;
  padding-right: 46px;
  padding-bottom: 60px;
  padding-left: 46px;
}

.page-top .top-search-hero__copy {
  max-width: 700px;
}

.page-top .top-search-hero__title,
.page-top .top-search-section__title,
.page-top .top-search-card h3,
.page-top .top-search-hero__search-panel h2 {
  margin: 0;
  font-family: var(--top-display-font);
  font-weight: 700;
  letter-spacing: 0;
}

.page-top .top-search-hero__title {
  max-width: 620px;
  color: #ffffff;
  font-size: 60px;
  line-height: 1.08;
}

.page-top .top-search-hero__lead {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0;
}

.page-top .top-search-hero__search-panel {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: #fffefa;
  color: #111827;
  padding: 28px;
  box-shadow:
    0 26px 64px rgba(0, 0, 0, 0.24),
    0 1px 0 rgba(255, 255, 255, 0.76);
}

.page-top .top-search-hero__search-panel h2 {
  color: #111827;
  font-size: 26px;
  line-height: 34px;
}

.page-top .top-search-form {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.page-top .top-search-form input[type="search"] {
  width: 100%;
  min-width: 0;
  height: 54px;
  border: 1px solid #d8dee8;
  border-radius: 8px;
  background: #ffffff;
  color: #111827;
  font-family: var(--top-body-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  padding: 0 16px;
  outline: none;
}

.page-top .top-search-form input[type="search"]::placeholder {
  color: #7a8494;
}

.page-top .top-search-form input[type="search"]:focus {
  border-color: #c49a31;
  box-shadow: 0 0 0 3px rgba(196, 154, 49, 0.2);
}

.page-top .top-search-form button {
  width: 100%;
  min-height: 54px;
  border: 1px solid #d9aa22;
  border-radius: 8px;
  background: #f6c343;
  color: #111827;
  font-family: var(--top-body-font);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  cursor: pointer;
}

.page-top .top-search-form button:hover,
.page-top .top-search-form button:focus-visible {
  background: #edb72e;
}

.page-top .top-search-form__note {
  margin: 14px 0 0;
  color: #5f6b7a;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0;
}

.page-top .top-search-section {
  background: #f7f8fb;
  padding-top: 38px;
  padding-bottom: 54px;
}

.page-top .top-search-section .section-shell {
  max-width: 1180px;
}

.page-top .top-search-section__title {
  margin-bottom: 22px;
  color: #111827;
  font-size: 34px;
  line-height: 42px;
}

.page-top .top-search-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.page-top .top-search-card {
  min-height: 180px;
  border: 2px solid #e6edf5;
  border-radius: 8px;
  background: #fffefa;
  padding: 26px 24px 24px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.025);
}

.page-top .top-search-card h3 {
  margin: -26px -24px 0;
  padding: 16px 24px 14px;
  border-bottom: 1px solid #edf0f5;
  border-radius: 8px 8px 0 0;
  background: #e6edf5;
  color: #111827;
  font-size: 20px;
  line-height: 28px;
}

.page-top .top-search-card p {
  margin: 14px 0 0;
  color: #4b5563;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0;
}

.page-top .top-search-card-list,
.page-top .top-search-card-list ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.page-top .top-search-card-list ul {
  margin-top: 9px;
  gap: 8px;
  padding-left: 2px;
}

.page-top .top-search-card-list li {
  position: relative;
  min-height: 24px;
  color: #182033;
  font-size: 15px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0;
  padding-left: 18px;
}

.page-top .top-search-card-list li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c99a2e;
}

.page-top .top-search-card-list ul li {
  min-height: 22px;
  color: #566173;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding-left: 14px;
}

.page-top .top-search-card-list ul li::before {
  top: 11px;
  width: 5px;
  height: 1px;
  border-radius: 999px;
  background: #a8b1c0;
}

.page-top .top-news-block {
  margin-top: 18px;
  border: 2px solid #e6edf5;
  border-radius: 8px;
  background: #fffefa;
  padding: 26px 28px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.025);
}

.page-top .top-news-block__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: -26px -28px 0;
  padding: 16px 28px 15px;
  border-bottom: 1px solid #edf0f5;
  border-radius: 8px 8px 0 0;
  background: #e6edf5;
}

.page-top .top-news-block__header h2 {
  margin: 0;
  color: #111827;
  font-family: var(--top-display-font);
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0;
}

.page-top .top-news-block__link {
  color: #334155;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  white-space: nowrap;
}

.page-top .top-news-block__link:hover {
  color: #111827;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.page-top .top-news-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.page-top .top-news-item {
  min-width: 0;
  padding: 18px 22px 0 0;
}

.page-top .top-news-item + .top-news-item {
  padding-left: 22px;
  border-left: 1px solid #edf0f5;
}

.page-top .top-news-item__date {
  display: block;
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0;
}

.page-top .top-news-item h3 {
  margin: 7px 0 0;
  color: #182033;
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0;
}

.page-top .top-news-item__summary {
  margin: 8px 0 0;
  color: #566173;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
}

@media (max-width: 1180px) {
  .page-top .top-search-hero__shell {
    grid-template-columns: 1fr;
    gap: 30px;
    min-height: auto;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .page-top .top-search-hero__copy,
  .page-top .top-search-hero__lead {
    max-width: 760px;
  }

  .page-top .top-search-card-grid {
    grid-template-columns: 1fr;
  }

  .page-top .top-news-list {
    grid-template-columns: 1fr;
  }

  .page-top .top-news-item {
    padding-right: 0;
    padding-bottom: 16px;
  }

  .page-top .top-news-item + .top-news-item {
    padding-top: 16px;
    padding-left: 0;
    border-top: 1px solid #edf0f5;
    border-left: 0;
  }

  .page-top .top-news-item:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 820px) {
  .page-top .top-search-hero__shell {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .page-top .sonpo-hero__shell {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .page-top .top-search-hero__title,
  .page-top .sonpo-hero__title {
    font-size: 40px;
    line-height: 1.12;
  }

  .page-top .top-search-hero__lead,
  .page-top .sonpo-hero__lead {
    font-size: 16px;
    line-height: 30px;
  }

  .page-top .top-search-hero__search-panel {
    padding: 22px;
  }

  .page-top .sonpo-workflow-slideshow {
    padding: 14px;
  }

  .page-top .sonpo-workflow-modal {
    padding: 12px;
  }

  .page-top .sonpo-workflow-modal__dialog {
    width: min(100%, 94vw);
    max-height: 94vh;
  }

  .page-top .sonpo-workflow-modal__close {
    top: max(10px, env(safe-area-inset-top));
    right: max(10px, env(safe-area-inset-right));
    width: 40px;
    height: 40px;
    font-size: 27px;
  }

  .page-top .sonpo-workflow-modal__image {
    max-width: 94vw;
    max-height: 74vh;
    border-radius: 6px;
  }

  .page-top .sonpo-workflow-modal__caption {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 10px 12px;
  }

  .page-top .sonpo-workflow-modal__caption h2 {
    font-size: 18px;
    line-height: 25px;
  }

  .page-top .sonpo-workflow-modal__caption p {
    font-size: 13px;
    line-height: 22px;
  }

  .page-top .sonpo-workflow-slideshow h3 {
    font-size: 18px;
    line-height: 25px;
  }

  .page-top .sonpo-workflow-slideshow__copy p {
    font-size: 13px;
    line-height: 22px;
  }

  .page-top .top-search-section__title {
    font-size: 28px;
    line-height: 36px;
  }

  .page-top .top-search-card {
    min-height: auto;
    padding: 22px;
  }

  .page-top .top-search-card h3 {
    margin: -22px -22px 0;
    padding: 15px 22px 13px;
  }

  .page-top .top-news-block {
    padding: 22px;
  }

  .page-top .top-news-block__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    margin: -22px -22px 0;
    padding: 15px 22px 13px;
  }

  .page-top .top-news-block__header h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
