.sample-notice {
  position: relative;
  z-index: 30;
  padding: 8px 20px;
  background: var(--accent);
  color: #171717;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
}

.sample-listing-page,
.media-top-listing {
  margin-top: 0;
  padding-top: 58px;
}

.voice-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  width: 100%;
  min-height: clamp(380px, 42vh, 430px);
  margin: 0;
  overflow: hidden;
  background: #171717;
  color: #ffffff;
}

.voice-hero::before,
.voice-hero::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.voice-hero::before {
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(90deg, #000000 0%, transparent 76%);
}

.voice-hero::after {
  display: none;
}

.hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px clamp(34px, 4.5vw, 64px);
  padding-left: max(46px, calc((100vw - 1440px) / 2 + 46px));
}

.hero-kicker {
  margin-bottom: 10px;
  color: var(--accent);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.hero-kicker sup {
  font-size: 0.62em;
}

.voice-hero h1 {
  color: #ffffff;
  font-size: clamp(2.05rem, 3.35vw, 3.45rem);
  line-height: 1.25;
  letter-spacing: -0.035em;
}

.voice-hero h1 span {
  color: var(--accent);
}

.sp-title-break {
  display: none;
}

.hero-lead {
  max-width: 610px;
  margin-top: 24px;
  color: #d9d9d9;
  font-size: 0.92rem;
  line-height: 1.9;
}

.hero-about-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  min-height: 0;
  margin-top: 24px;
  padding: 0 0 5px;
  border: 0;
  border-bottom: 1px solid rgba(174, 255, 0, 0.55);
  background: transparent;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
}

.hero-about-link:hover {
  border-bottom-color: var(--accent);
  background: transparent;
  color: var(--accent);
}

.hero-visual {
  position: relative;
  z-index: 1;
  min-height: 0;
  overflow: hidden;
  border-left: 0;
  background: radial-gradient(circle at 52% 50%, rgba(174, 255, 0, 0.07), transparent 58%);
}

.hero-bubble {
  position: absolute;
  border: 1px solid currentColor;
  border-radius: 30px;
  color: rgba(255, 255, 255, 0.3);
}

.hero-bubble::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 18px 0 currentColor, -18px 0 currentColor;
  content: "";
  transform: translate(-50%, -50%);
}

.hero-bubble::after {
  position: absolute;
  bottom: -11px;
  left: 34px;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid currentColor;
  border-left: 1px solid currentColor;
  background: #171717;
  content: "";
  transform: rotate(-45deg);
}

.hero-bubble-large {
  top: 18%;
  left: 5%;
  width: min(30vw, 360px);
  height: 180px;
  color: rgba(174, 255, 0, 0.62);
}

.hero-bubble-medium {
  top: 45%;
  right: 7%;
  width: min(24vw, 285px);
  height: 145px;
}

.hero-bubble-small {
  right: 33%;
  bottom: 12%;
  width: min(17vw, 205px);
  height: 104px;
  color: rgba(174, 255, 0, 0.34);
}

.sample-section-heading,
.media-top-heading {
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 120px;
}

.sample-section-heading h1,
.media-top-heading h1,
.media-top-heading h2 {
  font-size: 2rem;
}

/* About sample */
.about-page {
  width: 100%;
  margin: 0;
  padding: 0 0 42px;
  background: transparent;
}

.about-hero {
  position: relative;
  width: 100%;
  min-height: 0;
  overflow: hidden;
  background: #171717;
  color: #ffffff;
}

.about-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  width: min(1440px, 100%);
  min-height: inherit;
  margin-inline: auto;
}

.about-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 54px 54px;
  content: "";
}

.about-hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(820px, calc(100% - 48px));
  min-height: 0;
  padding: clamp(32px, 4vw, 48px);
  text-align: center;
}

.about-hero-copy .eyebrow {
  color: var(--accent);
}

.about-hero h1 {
  margin-top: 16px;
  color: #ffffff;
  font-size: clamp(1.9rem, 3vw, 2.85rem);
  line-height: 1.3;
  letter-spacing: -0.035em;
}

.about-hero h1 span {
  color: var(--accent);
}

.about-hero-lead {
  max-width: 680px;
  margin-top: 18px;
  margin-inline: auto;
  color: #d7d7d7;
  font-size: 0.92rem;
  line-height: 1.9;
}

.about-section {
  display: block;
  margin: 0 auto;
  padding: 50px 0;
  border-top: 0;
  background: transparent;
}

.about-section + .about-section {
  border-top: 1px solid #cbd6be;
}

.about-section-narrow {
  width: min(900px, calc(100% - 48px));
  max-width: 900px;
}

.about-section-header {
  display: block;
  margin-bottom: 34px;
  padding: 0;
  border: 0;
  background: transparent;
}

.about-section-header h2 {
  position: relative;
  margin: 0;
  padding-left: 22px;
  padding-bottom: 0;
  border-bottom: 0;
  font-size: clamp(1.55rem, 2vw, 1.9rem);
  line-height: 1.45;
}

.about-section-header h2::before {
  position: absolute;
  top: 0.18em;
  bottom: 0.18em;
  left: 0;
  width: 6px;
  background: var(--accent);
  content: "";
}

.about-section-lead {
  margin-top: 12px;
  color: var(--accent-strong);
  font-size: clamp(1.05rem, 1.3vw, 1.2rem);
  font-weight: 700;
  line-height: 1.65;
}

.about-media-section {
  background: transparent;
}

.about-media-section .about-section-header {
  background: transparent;
}

.about-copy {
  color: #465043;
  font-size: 1.05rem;
  line-height: 2.05;
}

.about-copy + .about-copy {
  margin-top: 18px;
}

.about-statement {
  margin: 32px 0;
  padding: 28px 32px;
  border: 0;
  background: #20291d;
  color: #ffffff;
}

.about-statement-label {
  display: inline;
  color: #ffffff;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
}

.about-statement strong {
  display: inline;
  margin-top: 0;
  color: #ffffff;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.8;
}

.about-statement-detail {
  display: block;
  margin-top: 4px;
  padding-top: 0;
  border-top: 0;
  color: #ffffff;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.8;
}

.about-note {
  margin-top: 34px;
  padding: 24px;
  border: 1px solid var(--line);
  background: #f4f4f4;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.9;
}

.about-representative {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
}

.about-representative img {
  width: 190px;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
}

.about-representative h3 {
  font-size: 1.15rem;
  line-height: 1.6;
}

.about-representative p {
  margin-top: 12px;
  color: #465043;
  font-size: 1rem;
  line-height: 1.9;
}

.about-bottom {
  width: min(1120px, calc(100% - 32px));
  margin: 70px auto 0;
  padding: 40px;
  background: var(--accent);
  text-align: center;
}

.about-bottom h2 {
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1.5;
}

.about-bottom p {
  margin-top: 14px;
  line-height: 1.8;
}

.about-bottom .button {
  margin-top: 24px;
  border-color: #171717;
  background: #171717;
  color: #ffffff;
}

.about-breadcrumbs {
  width: min(1120px, calc(100% - 32px));
  margin: 18px auto;
  color: var(--muted);
  font-size: 0.8rem;
}

.about-breadcrumbs a {
  color: var(--accent-strong);
  font-weight: 800;
}

@media (max-width: 860px) {
  .sp-title-break {
    display: inline;
  }

  .sample-listing-page,
  .media-top-listing {
    padding-top: 18px;
  }

  .voice-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    margin-bottom: 42px;
  }

  .hero-copy {
    min-height: 390px;
    padding: 46px 34px;
  }

  .hero-visual {
    display: none;
  }


  .about-hero-copy {
    width: 100%;
    min-height: 0;
  }

  .about-section-header {
    display: block;
  }

  .about-representative {
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 24px;
  }

  .about-representative img {
    width: 150px;
  }

  .about-section {
    display: block;
    width: calc(100% - 48px);
    padding: 46px 0;
  }

  .about-section-header h2 {
    margin: 0;
  }

}

@media (max-width: 560px) {
  .sample-notice {
    padding-inline: 12px;
    font-size: 0.56rem;
  }

  .sample-listing-page,
  .media-top-listing {
    padding-top: 14px;
  }

  .hero-copy {
    min-height: 360px;
    padding: 38px 22px;
  }

  .voice-hero h1 {
    font-size: clamp(2rem, 10vw, 2.6rem);
  }

  .hero-kicker {
    font-size: 1.08rem;
  }

  .hero-lead {
    font-size: 1rem;
    line-height: 1.8;
  }

  .hero-about-link {
    font-size: 0.92rem;
  }

  .hero-lead br {
    display: none;
  }


  .sample-section-heading h1,
  .media-top-heading h1,
  .media-top-heading h2 {
    font-size: 1.5rem;
  }

  .about-hero-copy {
    min-height: 0;
    padding: 30px 22px;
  }

  .about-hero h1 {
    font-size: 1.85rem;
  }

  .about-section {
    width: calc(100% - 36px);
    padding: 40px 0;
  }

  .about-section-header h2 {
    padding-bottom: 0;
    font-size: 1.4rem;
  }

  .about-section-header {
    padding: 0;
  }

  .about-statement {
    padding: 24px 22px;
  }

  .about-representative {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .about-representative img {
    margin-inline: auto;
  }

  .about-representative p {
    text-align: left;
  }

  .about-representative-section .about-section-header {
    text-align: center;
  }

  .about-representative-section .about-section-header h2 {
    padding-left: 0;
  }

  .about-representative-section .about-section-header h2::before {
    display: none;
  }

  .about-bottom {
    padding: 36px 22px;
  }
}
