.interior-main {
  background: var(--ground);
}

.page-hero {
  padding: 136px 0 80px;
  text-align: center;
}

.page-hero-inner {
  max-width: 1040px;
  margin: 0 auto;
}

.page-hero h1 {
  margin: 0;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "SF Pro Display",
    "PingFang SC",
    sans-serif;
  font-size: clamp(48px, 6vw, 72px);
  font-weight: 600;
  letter-spacing: -0.052em;
  line-height: 1.04;
  text-wrap: balance;
}

.page-hero.is-showcase h1,
.page-hero.is-product h1 {
  font-size: clamp(52px, 7vw, 86px);
}

.page-hero.is-about h1 {
  font-size: clamp(50px, 6.2vw, 72px);
}

.page-hero.is-utility {
  padding: 104px 0 64px;
  text-align: left;
}

.page-hero.is-utility .page-hero-inner {
  max-width: 1000px;
}

.page-hero.is-utility .page-lead,
.page-hero.is-legal .page-lead {
  margin-left: 0;
}

.page-hero.is-utility h1 {
  font-size: clamp(44px, 5.4vw, 64px);
}

.page-hero.is-legal {
  padding: 88px 0 48px;
  text-align: left;
}

.page-hero.is-legal .page-hero-inner {
  max-width: 820px;
}

.page-hero.is-legal h1 {
  font-size: clamp(42px, 4.8vw, 56px);
  letter-spacing: -0.04em;
}

.page-subheadline {
  margin: 24px auto 0;
  color: #424245;
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.25;
  text-wrap: balance;
}

.page-lead {
  max-width: 740px;
  margin: 20px auto 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
  text-wrap: pretty;
}

.page-actions {
  display: flex;
  justify-content: center;
  gap: 26px;
  margin-top: 28px;
}

.mobile-only-break {
  display: none;
}

.detail-visual {
  position: relative;
  height: clamp(430px, 46vw, 620px);
  overflow: visible;
  margin-bottom: 152px;
  background: transparent;
}

.detail-visual img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: center;
}

.product-overviews {
  display: grid;
  gap: 0;
  padding: 24px 0 144px;
}

.product-overview.is-compact,
.product-overview.is-compact .product-overview-visual {
  min-height: 480px;
}

.product-overview.is-compact .product-overview-copy,
.product-overview.is-compact.is-reversed .product-overview-copy {
  padding-block: 52px;
}

.product-overview {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(460px, 1.18fr);
  gap: 64px;
  min-height: 580px;
  padding: 72px 0;
  background: transparent;
}

.product-overview.is-reversed {
  grid-template-columns: minmax(460px, 1.18fr) minmax(320px, 0.82fr);
}

.product-overview-copy {
  align-self: center;
  padding: 0;
}

.product-overview.is-reversed .product-overview-copy {
  order: 2;
  padding: 0;
}

.product-overview-copy h2 {
  margin: 0;
  font-size: clamp(38px, 4.4vw, 60px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.08;
  text-wrap: balance;
}

.product-overview-copy > p:nth-of-type(2) {
  margin: 18px 0 0;
  color: #424245;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.45;
}

.product-overview-copy > p:nth-of-type(3) {
  max-width: 470px;
  margin: 20px 0 28px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.product-overview-visual {
  position: relative;
  min-height: 580px;
  overflow: visible;
  background: transparent;
}

.product-overview-visual img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: center;
}

.product-overview.is-reversed .product-overview-visual {
  order: 1;
}

.detail-section {
  padding: 0 0 152px;
}

.product-page.is-agent .workflow-section {
  background: #fff;
}

.product-page.is-agent .detail-section {
  padding: 136px 0;
  background: var(--surface);
}

.product-page.is-agent .capability-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.product-page.is-agent .capability-row {
  grid-template-columns: 48px minmax(0, 1fr);
  padding: 38px 32px;
}

.product-page.is-agent .capability-row:nth-child(odd) {
  padding-left: 0;
  border-right: 1px solid var(--line);
}

.product-page.is-agent .capability-row:nth-child(even) {
  padding-right: 0;
}

.product-page.is-range .capability-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.product-page.is-range .capability-row {
  grid-template-columns: 1fr;
  min-height: 260px;
  padding: 38px 40px;
}

.product-page.is-range .capability-row:nth-child(odd) {
  padding-left: 0;
  border-right: 1px solid var(--line);
}

.product-page.is-range .capability-row:nth-child(even) {
  padding-right: 0;
}

.product-page.is-range .capability-row > span {
  margin-bottom: 48px;
}

.detail-heading {
  display: grid;
  grid-template-columns: minmax(180px, 0.45fr) minmax(0, 1.55fr);
  gap: 48px;
  padding-bottom: 64px;
}

.detail-heading .eyebrow {
  margin-top: 10px;
}

.detail-heading h2,
.workflow-heading h2,
.simple-heading h2 {
  max-width: 840px;
  margin: 0;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "SF Pro Display",
    "PingFang SC",
    sans-serif;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.08;
  text-wrap: balance;
}

.capability-list {
  border-top: 1px solid var(--line);
}

.capability-row {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 48px;
  padding: 42px 0;
  border-bottom: 1px solid var(--line);
}

.capability-row > span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.capability-row h3 {
  margin: 0;
  font-size: clamp(25px, 2.6vw, 34px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.capability-row p {
  max-width: 720px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
  text-wrap: pretty;
}

.workflow-section {
  padding: 144px 0;
  background: var(--surface);
}

.workflow-heading {
  max-width: 860px;
}

.workflow-heading > p:last-child,
.simple-heading > p:last-child {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
}

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 72px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  list-style: none;
}

.product-page.is-agent .workflow-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.product-page.is-agent .workflow-grid li {
  padding-right: 24px;
  padding-left: 24px;
}

.product-page.is-agent .workflow-grid li:first-child {
  padding-left: 0;
}

.product-page.is-agent .workflow-grid li:last-child {
  padding-right: 0;
  border-right: 0;
}

.product-page.is-agent .workflow-grid h3 {
  font-size: 22px;
}

.workflow-grid li {
  min-height: 280px;
  padding: 40px 36px;
  border-right: 1px solid var(--line);
}

.workflow-grid li:first-child {
  padding-left: 0;
}

.workflow-grid li:last-child {
  padding-right: 0;
  border-right: 0;
}

.workflow-grid span {
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 700;
}

.workflow-grid h3 {
  margin: 58px 0 0;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.workflow-grid p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.compact-cta {
  padding: 144px 0;
  text-align: center;
}

.compact-cta h2 {
  margin: 0;
  font-size: clamp(42px, 5.2vw, 68px);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.06;
  text-wrap: balance;
}

.compact-cta p {
  max-width: 620px;
  margin: 22px auto 28px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.page-solution-list {
  padding: 40px 0 144px;
}

.page-solution-list .solution-stories {
  gap: 72px;
}

.page-solution-list .solution-story,
.page-solution-list .solution-art {
  min-height: 580px;
}

.solution-art-image {
  position: relative;
  overflow: hidden;
}

.solution-art-image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: center;
}

.simple-section {
  padding: 112px 0;
}

.simple-section.is-utility-section {
  padding: 88px 0;
}

.simple-section.is-soft {
  background: var(--surface);
}

.simple-heading {
  max-width: 900px;
  margin-bottom: 64px;
}

.entry-list {
  border-top: 1px solid var(--line);
}

.entry-row {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  min-height: 132px;
  border-bottom: 1px solid var(--line);
}

.entry-row > span:first-child {
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

.entry-row h3 {
  margin: 0;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.entry-row p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.entry-row > a {
  color: var(--brand-dark);
  font-size: 15px;
  font-weight: 500;
}

.faq-list {
  max-width: 920px;
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  padding: 28px 0;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  float: right;
  color: var(--muted);
  content: "+";
  font-size: 24px;
  font-weight: 300;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 760px;
  margin: -8px 0 28px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.about-statement {
  max-width: 1000px;
  margin: 0;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.12;
  text-wrap: balance;
}

.about-statement strong {
  color: var(--brand-dark);
  font-weight: inherit;
}

.scenario-line {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 48px;
}

.scenario-line span {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #424245;
  font-size: 14px;
}

/* Editorial pages use a centered stage for key ideas and left alignment for scan-heavy content. */
.support-page .page-hero-inner,
.support-page .simple-section > .container,
.about-page .page-hero-inner,
.about-page .simple-section > .container,
.about-page .detail-section > .container,
.about-page .compact-cta > .container {
  max-width: 1000px;
}

.support-page .page-hero,
.about-page .page-hero,
.about-page .compact-cta {
  text-align: center;
}

.support-page .page-lead,
.about-page .page-lead,
.about-page .compact-cta p {
  margin-right: auto;
  margin-left: auto;
}

.support-page .page-hero.is-utility .page-lead {
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.support-page .page-hero-inner {
  max-width: 900px;
}

.support-page .simple-heading {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.support-page .simple-heading .eyebrow,
.about-page .detail-heading .eyebrow,
.about-page #scenarios .simple-heading .eyebrow {
  margin-bottom: 18px;
  font-size: 18px;
  letter-spacing: 0;
}

.support-page .entry-list,
.support-page .faq-list {
  margin-right: auto;
  margin-left: auto;
}

.about-page .page-hero {
  padding-bottom: 112px;
}

.about-page .about-statement-section {
  padding: 144px 0;
  background: var(--surface);
}

.about-page .about-statement {
  max-width: 980px;
  margin: 0 auto;
  font-size: clamp(38px, 4.4vw, 56px);
  text-align: center;
}

.about-page .detail-section {
  padding: 144px 0;
}

.about-page .detail-heading {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.about-page .detail-heading h2 {
  font-size: 60px;
  letter-spacing: 0;
  white-space: nowrap;
}

.about-page .detail-heading .eyebrow {
  margin: 0 0 18px;
}

.about-page .capability-list {
  max-width: 920px;
  margin: 0 auto;
}

.about-page .capability-row {
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 32px;
}

.about-page #scenarios .simple-heading {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.about-page #scenarios .simple-heading > p:last-child {
  margin-right: auto;
  margin-left: auto;
}

.about-page .scenario-line {
  justify-content: center;
}

.about-page .compact-cta > .container {
  max-width: 900px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(480px, 1.3fr);
  gap: 96px;
  padding: 32px 0 144px;
}

.contact-details h2 {
  margin: 0 0 30px;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.contact-details a,
.contact-details p {
  display: block;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.contact-details a:hover,
.contact-details a:focus-visible {
  color: var(--brand-dark);
}

.contact-form {
  padding: 48px;
  border-radius: 22px;
  background: var(--surface);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.form-field {
  display: grid;
  gap: 9px;
}

.form-field.is-wide {
  grid-column: 1 / -1;
}

.form-field label {
  color: #424245;
  font-size: 13px;
  font-weight: 600;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 15px;
}

.form-field textarea {
  min-height: 136px;
  resize: vertical;
}

.form-consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 24px 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.form-consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
}

.form-consent a {
  color: var(--brand-dark);
}

.form-submit {
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: var(--brand-action);
  color: var(--ink);
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}

.form-submit:hover,
.form-submit:focus-visible {
  background: var(--brand-action-hover);
}

.form-status {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.form-status:empty {
  display: none;
}

.privacy-content {
  max-width: 820px;
  padding: 16px 0 104px;
}

.privacy-content section {
  padding: 40px 0;
  border-top: 1px solid var(--line);
}

.privacy-content h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.privacy-content p,
.privacy-content li {
  color: #515154;
  font-size: 16px;
  line-height: 1.8;
}

.privacy-content ul {
  padding-left: 1.2em;
}

@media (max-width: 1000px) {
  .product-page.is-agent .workflow-grid {
    grid-template-columns: 1fr;
  }

  .product-page.is-agent .workflow-grid li,
  .product-page.is-agent .workflow-grid li:first-child,
  .product-page.is-agent .workflow-grid li:last-child {
    min-height: 0;
    padding: 32px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .product-page.is-agent .workflow-grid li:last-child {
    border-bottom: 0;
  }

  .product-page.is-agent .workflow-grid h3 {
    margin-top: 28px;
  }

  .about-page .detail-heading h2 {
    white-space: normal;
  }
}

@media (max-width: 760px) {
  .page-hero {
    padding: 96px 0 56px;
    text-align: left;
  }

  .page-hero h1 {
    font-size: clamp(44px, 13vw, 62px);
  }

  .page-hero.is-showcase h1,
  .page-hero.is-product h1,
  .page-hero.is-about h1,
  .page-hero.is-utility h1 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .product-page.is-agent .page-hero h1 {
    font-size: clamp(34px, 10.5vw, 48px);
    white-space: nowrap;
  }

  .product-page.is-agent .page-subheadline,
  .product-page.is-agent .page-lead {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .page-hero.is-utility,
  .page-hero.is-legal {
    padding: 82px 0 44px;
  }

  .page-hero.is-legal h1 {
    font-size: 42px;
  }

  .page-subheadline {
    margin-left: 0;
    font-size: 22px;
  }

  .page-lead {
    margin-left: 0;
    font-size: 16px;
  }

  .page-actions {
    justify-content: flex-start;
  }

  .detail-visual {
    height: 340px;
    margin-bottom: 104px;
  }

  .detail-section,
  .simple-section {
    padding-bottom: 104px;
  }

  .simple-section.is-utility-section {
    padding: 72px 0;
  }

  .detail-heading {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-bottom: 40px;
  }

  .detail-heading h2,
  .workflow-heading h2,
  .simple-heading h2 {
    font-size: 42px;
  }

  .capability-row {
    grid-template-columns: 44px 1fr;
    gap: 12px;
    padding: 32px 0;
  }

  .capability-row p {
    font-size: 15px;
  }

  .workflow-section {
    padding: 104px 0;
  }

  .workflow-grid {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }

  .workflow-grid li,
  .workflow-grid li:first-child,
  .workflow-grid li:last-child {
    min-height: 0;
    padding: 32px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .workflow-grid li:last-child {
    border-bottom: 0;
  }

  .workflow-grid h3 {
    margin-top: 28px;
  }

  .compact-cta {
    padding: 104px 0;
    text-align: left;
  }

  .compact-cta p {
    margin-left: 0;
  }

  .page-solution-list {
    padding-top: 8px;
    padding-bottom: 104px;
  }

  .page-solution-list .solution-story {
    min-height: 0;
  }

  .page-solution-list .solution-art {
    min-height: 370px;
  }

  .product-overviews {
    gap: 0;
    padding-top: 0;
    padding-bottom: 104px;
  }

  .product-overview,
  .product-overview.is-reversed,
  .product-overview.is-compact {
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: 0;
    padding: 48px 0;
  }

  .product-overview-copy,
  .product-overview.is-reversed .product-overview-copy {
    order: 1;
    padding: 0;
  }

  .product-overview-copy h2 {
    font-size: 38px;
  }

  .product-overview-visual,
  .product-overview.is-reversed .product-overview-visual,
  .product-overview.is-compact .product-overview-visual {
    order: 2;
    min-height: 350px;
  }

  .entry-row {
    grid-template-columns: 44px 1fr;
    gap: 12px;
    padding: 28px 0;
  }

  .entry-row > a {
    grid-column: 2;
  }

  .about-statement {
    font-size: 40px;
  }

  .support-page .page-hero,
  .about-page .page-hero,
  .about-page .compact-cta {
    text-align: center;
  }

  .support-page .page-lead,
  .about-page .page-lead,
  .about-page .compact-cta p {
    margin-right: auto;
    margin-left: auto;
  }

  .support-page .simple-heading,
  .about-page .detail-heading,
  .about-page #scenarios .simple-heading {
    text-align: center;
  }

  .about-page .page-hero {
    padding-bottom: 80px;
  }

  .about-page .about-statement-section,
  .about-page .detail-section {
    padding: 104px 0;
  }

  .about-page .about-statement {
    font-size: 36px;
  }

  .mobile-only-break {
    display: block;
  }

  .about-page .page-hero h1 {
    font-size: 40px;
  }

  .about-page .detail-heading {
    padding-bottom: 48px;
  }

  .about-page .detail-heading h2 {
    font-size: 42px;
    white-space: normal;
  }

  .about-page .capability-row {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
  }

  .contact-layout {
    grid-template-columns: 1fr;
    gap: 56px;
    padding-bottom: 104px;
  }

  .product-page.is-agent .capability-list,
  .product-page.is-range .capability-list {
    grid-template-columns: 1fr;
  }

  .product-page.is-agent .detail-section {
    padding: 104px 0;
  }

  .product-page.is-agent .capability-row,
  .product-page.is-agent .capability-row:nth-child(odd),
  .product-page.is-agent .capability-row:nth-child(even),
  .product-page.is-range .capability-row,
  .product-page.is-range .capability-row:nth-child(odd),
  .product-page.is-range .capability-row:nth-child(even) {
    grid-template-columns: 44px 1fr;
    min-height: 0;
    padding: 32px 0;
    border-right: 0;
  }

  .product-page.is-range .capability-row > span {
    margin-bottom: 0;
  }

  .contact-form {
    padding: 28px 20px;
    border-radius: 18px;
  }

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

  .form-field.is-wide {
    grid-column: auto;
  }

  .privacy-content {
    padding-bottom: 104px;
  }
}

@media (pointer: coarse) {
  .entry-row > a,
  .contact-details a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
  }
}
