@font-face {
  font-family: 'MANOCA Signature';
  src: url('fonts/yuji-syuku-signature.woff2') format('woff2');
  font-style: normal; font-weight: 400; font-display: swap;
}
.signature strong, .portrait-title strong, .article-signature strong {
  font-family: 'MANOCA Signature', 'Yu Mincho', serif;
  font-size: 27px; font-weight: 400; line-height: 1.6; letter-spacing: .06em;
}
@media (max-width: 800px) {
  .signature strong, .portrait-title strong, .article-signature strong { font-size: 20px; letter-spacing: .05em; }
  #contact-title { font-size: clamp(14px, 5vw, 24px); letter-spacing: .01em; white-space: nowrap; }
}

/* A single campaign image, with readable copy and the supplied portrait. */
.recruitment-hero { margin: 0; }
.recruitment-hero-stage {
  overflow: hidden;
  background: linear-gradient(120deg, #eee9de 0%, #e8e1d3 48%, #d6c9b1 100%);
}
.recruitment-hero-inner {
  position: relative; isolation: isolate; width: 88%; max-width: 1320px;
  min-height: 650px; margin: 0 auto; display: flex; align-items: center;
}
.recruitment-hero-copy { position: relative; z-index: 1; padding: 62px 0 64px; }
.recruitment-hero-response { display: contents; }
.recruitment-hero-audience { font-size: 20px; font-weight: 700; line-height: 1.7; margin-bottom: 20px; }
.recruitment-hero h1 {
  color: #233332; font-size: clamp(48px, 4.9vw, 72px); font-weight: 700;
  line-height: 1.43; letter-spacing: -.035em; white-space: nowrap;
}
.recruitment-hero-description { margin-top: 24px; font-size: 17px; font-weight: 500; line-height: 2; color: #35433f; }
.recruitment-hero-actions { margin-top: 30px; display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.recruitment-hero-contact {
  display: flex; align-items: center; justify-content: space-between; gap: 44px;
  min-width: 335px; padding: 20px 28px; background: #183d42; color: #fff;
  font-size: 18px; font-weight: 700; line-height: 1.5; transition: background .2s;
}
.recruitment-hero-contact:hover { background: #285359; }
.recruitment-hero-service { display: inline-flex; align-items: center; gap: 20px; font-size: 14px; font-weight: 700; line-height: 1.7; }
.recruitment-hero-service:hover { text-decoration: underline; text-underline-offset: 5px; }
.recruitment-hero-service-mobile { display: none; }
/* Preserve the user's PNG. CSS accounts for its transparent left/top margins. */
.recruitment-hero-portrait { position: absolute; z-index: 0; width: 100%; height: 100%; inset: 0; pointer-events: none; }
.recruitment-hero-portrait img { position: absolute; max-width: none; width: auto; height: 620px; bottom: 0; right: -148px; }
.recruitment-hero-bottom {
  width: 88%; max-width: 1320px; margin: 0 auto; padding: 26px 0;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  border-bottom: 1px solid #dfe4e1;
}
.recruitment-hero-bottom p { font-size: 14px; letter-spacing: .1em; color: #62706c; }
.recruitment-hero-bottom a { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 700; }
.recruitment-hero-bottom a:hover { color: #327898; }
@media (min-width: 1650px) {
  .recruitment-hero-inner { min-height: 700px; }
  .recruitment-hero-portrait img { height: 680px; right: -150px; }
  .recruitment-hero h1 { font-size: 76px; }
  .recruitment-hero-audience { font-size: 22px; }
}
@media (max-width: 1200px) {
  .recruitment-hero-inner { min-height: 590px; width: 90%; }
  .recruitment-hero h1 { font-size: 5vw; }
  .recruitment-hero-audience { font-size: 17px; }
  .recruitment-hero-description { font-size: 15px; }
  .recruitment-hero-copy { padding: 45px 0; }
  .recruitment-hero-portrait img { height: 560px; right: -155px; }
  .recruitment-hero-contact { min-width: 300px; font-size: 16px; padding: 18px 24px; }
}
@media (max-width: 950px) and (min-width: 701px) {
  .recruitment-hero-inner { min-height: 525px; }
  .recruitment-hero h1 { font-size: 4.9vw; }
  .recruitment-hero-audience { font-size: 14px; }
  .recruitment-hero-description { font-size: 13px; }
  .recruitment-hero-portrait img { height: 460px; right: -135px; }
  .recruitment-hero-contact { min-width: 270px; font-size: 15px; padding: 17px 20px; }
}
@media (max-width: 700px) {
  .recruitment-hero-stage {
    --hero-heading-size: clamp(26px, 8vw, 42px);
    --hero-portrait-height: clamp(172px, 54vw, 280px);
    --hero-portrait-top: calc(56px + var(--hero-heading-size) * .35);
    --hero-panel-height: calc(var(--hero-portrait-top) + var(--hero-portrait-height) - 20px);
    background:
      linear-gradient(to bottom, transparent calc(var(--hero-panel-height) + 32px), #fff 0),
      linear-gradient(120deg, #eee9de 0%, #e8e1d3 48%, #d6c9b1 100%);
  }
  .recruitment-hero-inner {
    width: 88%; min-height: 0; display: block; padding: var(--hero-panel-height) 0 26px;
  }
  .recruitment-hero-copy { display: contents; }
  .recruitment-hero-audience {
    position: absolute; top: 22px; left: 0; z-index: 1; font-size: clamp(11px, 3vw, 14px);
    line-height: 20px; letter-spacing: -.025em; margin-bottom: 0; white-space: nowrap;
  }
  .recruitment-hero-audience span { display: inline; }
  .recruitment-hero h1 {
    position: absolute; top: 60px; left: 0; z-index: 1; height: auto;
    font-size: var(--hero-heading-size); line-height: 1.45; letter-spacing: -.055em;
  }
  .recruitment-hero-response {
    display: block; position: relative; z-index: 2; padding: 20px 18px;
    background: #fff; border-radius: 4px;
    box-shadow: 0 6px 22px rgba(35, 51, 50, .1);
  }
  .recruitment-hero-description {
    position: static; width: auto;
    font-size: 13px; line-height: 1.9; margin-top: 0; letter-spacing: -.025em;
  }
  .recruitment-hero-description br { display: none; }
  .recruitment-hero-actions {
    margin-top: 18px; gap: 0;
  }
  .recruitment-hero-actions > .recruitment-hero-service { display: none; }
  .recruitment-hero-contact {
    min-width: 0; width: 100%; max-width: none; padding: 16px;
    font-size: clamp(14px, 4vw, 17px); gap: 12px;
  }
  .recruitment-hero-service { font-size: 12px; gap: 18px; }
  .recruitment-hero-service-mobile {
    display: inline-flex; position: absolute; z-index: 1; left: 0;
    top: calc(80px + var(--hero-heading-size) * 2.9); gap: 12px;
  }
  .recruitment-hero-portrait {
    position: absolute; inset: auto 0 auto auto;
    top: var(--hero-portrait-top);
    width: 100%; height: var(--hero-portrait-height);
  }
  .recruitment-hero-portrait img {
    height: var(--hero-portrait-height);
    /* Keep the original cutout; account for its transparent right margin. */
    right: calc(var(--hero-portrait-height) * -.1853);
  }
  .recruitment-hero-bottom { padding: 20px 0; gap: 14px; flex-wrap: wrap; }
  .recruitment-hero-bottom p { font-size: 11px; }
  .recruitment-hero-bottom a { font-size: 12px; gap: 15px; }
}
@media (max-width: 360px) {
  .recruitment-hero-description { font-size: 12px; }
}

/* Keep the 600px source portrait close to its native size on large screens. */
.message-section {
  width: 88%; max-width: 1240px; margin: 100px auto 110px; padding: 0; min-height: 0;
  display: grid; grid-template-columns: 1.1fr 1fr; align-items: start;
}
.message-section .message-image {
  position: relative; top: auto; left: auto; width: 100%; max-width: 660px;
  height: auto; aspect-ratio: 5 / 3;
}
.message-section .message-image img { object-position: center; }
.message-section .message-card {
  top: auto; width: auto; margin: 50px 0 0 -50px; padding: 40px 0 12px 50px;
}
@media (max-width: 1100px) and (min-width: 801px) {
  .message-section .message-card { margin: 35px 0 0 -30px; padding: 30px 0 8px 30px; }
  .message-section .message-card h2 { font-size: 29px; }
}
@media (max-width: 800px) {
  .message-section { display: block; margin: 65px auto 80px; }
  .message-section .message-card { width: 95%; margin: -22px 0 0 5%; padding: 29px 0 10px 25px; }
  .message-section .message-card .eyebrow { margin-bottom: 16px; }
  .message-section .message-card h2 {
    font-size: clamp(15px, 4.8vw, 22px); font-weight: 600;
    line-height: 1.55; letter-spacing: -.025em; margin-bottom: 18px;
    white-space: nowrap;
  }
  .message-section .message-card h2 br { display: none; }
  .message-section .message-card > p:not(.eyebrow) {
    font-size: 14px; font-weight: 400; line-height: 2;
  }
}

/* Existing service photography remains shared by the home and service pages. */
.service-section .service-panel {
  grid-template-columns: 44% minmax(0, 56%); box-shadow: none; border: 0;
  gap: 0; align-items: center;
}
.service-visual { min-width: 0; background: #fff; }
.service-identity { background: #fff; padding: 20px 0 32px; }
.service-identity p { font-size: 12px; letter-spacing: .1em; color: #697573; margin: 0 0 18px; }
.service-identity img { width: 250px; max-width: 80%; height: auto; }
.service-work-scene { margin: 0; }
.service-team-scenes { position: relative; aspect-ratio: 1.15; }
.service-team-scenes img { width: 100%; height: 100%; object-fit: cover; }
.service-team-main { width: 80%; height: 66%; }
.service-team-main img { object-position: 40% center; }
.service-team-consultation {
  position: absolute; top: 21%; right: 0; width: 35%; height: 48%;
  border: 8px solid #fff; background: #fff;
}
.service-team-consultation img { object-position: 12% center; }
.service-team-phone {
  position: absolute; bottom: 0; left: 6%; width: 67%; aspect-ratio: 1.5;
  border: 8px solid #fff; background: #fff;
  box-shadow: 0 14px 28px -24px #253f3b66;
}
.service-team-phone img { object-position: center; }
.service-work-scene figcaption {
  display: flex; align-items: center; gap: 15px; padding: 24px 0 0;
  font-size: 13px; line-height: 1.8; color: #435a59;
}
.service-work-scene figcaption span { width: 25px; height: 1px; background: #9d916d; flex: none; }
.service-section .service-detail { padding: 25px 0 20px 65px; }
.service-section .service-detail h3 { font-size: 28px; line-height: 1.85; }
.service-section .service-detail>p { max-width: none; }
.service-section .service-detail .primary-link { margin-top: 30px; }
.service-banner { grid-template-columns: 44% minmax(0, 56%); align-items: center; }
.service-banner .service-banner-copy { border: 0; padding: 35px 0 25px 65px; }
@media (min-width: 1280px) {
  .service-section .service-panel { grid-template-columns: 38% minmax(0, 62%); }
  .service-section .service-detail { padding-left: 24px; }
  .service-section .service-detail>p { white-space: nowrap; }
}
@media (max-width: 1200px) {
  .service-section .service-detail, .service-banner .service-banner-copy { padding-left: 40px; }
  .service-section .service-detail h3 { font-size: 24px; }
}
@media (max-width: 800px) {
  .service-section .service-panel, .service-banner { grid-template-columns: 1fr; }
  #service-title { font-size: clamp(17px, 5.2vw, 23px); letter-spacing: -.02em; white-space: nowrap; }
  .service-identity { padding: 10px 0 28px; }
  .service-identity img { width: 235px; }
  .service-team-consultation, .service-team-phone { border-width: 6px; }
  .service-work-scene figcaption { padding: 20px 0 0; font-size: 12px; }
  .service-section .service-detail, .service-banner .service-banner-copy { padding: 35px 0 0; }
  .service-section .service-detail h3 { font-size: 25px; }
}

/* Keep short headings and controls readable on narrow screens. */
.form-layout>* , .inquiry-form, .form-field { min-width: 0; }
@media (max-width: 900px) {
  main h1, main h2, main h3, main h4, main summary, main .solid-button, main .primary-link { text-wrap-style: auto; }
  .content-section>h2 {
    font-size: clamp(18px, 5.5vw, 26px); font-weight: 700;
    line-height: 1.65; letter-spacing: 0;
  }
  .form-aside h2 { font-size: clamp(17px, 5vw, 24px); line-height: 1.65; font-weight: 700; letter-spacing: 0; }
  .form-aside h2 br { display: none; }
  .support-rows h3 { font-size: clamp(17px, 4.8vw, 21px); }
  .role-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .role-list span { padding: 10px 4px; font-size: 14px; text-align: center; white-space: nowrap; }
  .policy h2 { font-size: clamp(16px, 4.8vw, 21px); }
  .job { padding-left: 18px; padding-right: 18px; }
  .job details summary { font-size: clamp(14px, 4vw, 16px); }
  .faq-list summary {
    position: relative; display: block; padding: 22px 32px 22px 0;
    font-size: clamp(14px, 3.85vw, 16px); line-height: 1.8; letter-spacing: 0;
  }
  .faq-list summary::after {
    position: absolute; right: 0; top: 50%; translate: 0 -50%;
    width: 24px; text-align: center; line-height: 1;
  }
  .faq-list .text-tail { display: inline-block; white-space: nowrap; }
  .faq-list details p { padding-right: 0; }
  .form-layout { grid-template-columns: minmax(0, 1fr); }
  .form-field input[type="file"] { width: 100%; min-width: 0; }
}
@media (max-width: 800px) {
  .section-heading h2, .split-intro h2 { font-size: clamp(21px, 5.6vw, 27px); }
  .service-banner-copy h2, .service-section .service-detail h3 { font-size: clamp(20px, 5.6vw, 25px); }
  .contact-links>a { position: relative; display: block; }
  .contact-links>a>svg { position: absolute; right: 22px; top: 25px; }
  .contact-links h3 { font-size: clamp(17px, 4.65vw, 20px); }
  .primary-link { gap: 12px; padding-left: 14px; padding-right: 14px; }
}
@media (max-width: 600px) {
  .career-hero h2 {
    font-size: clamp(22px, 6.15vw, 24px); line-height: 1.65; margin-bottom: 20px;
  }
}
@media (max-width: 540px) {
  .solid-button, .outline-button { padding-left: 18px; padding-right: 18px; gap: 12px; }
}
@media (max-width: 360px) {
  .page-head h1 { font-size: clamp(22px, 6.875vw, 25px); letter-spacing: 0; }
}

/* Editorial headings wrap at phrases, not at arbitrary character counts. */
/* Desktop line breaks in running copy must not leave gaps on smaller screens.
   Heading, quotation, address, and structured job-detail breaks remain semantic. */
@media (max-width: 900px) {
  .desktop-break,
  .page-lead br,
  .section-lead br,
  .recruitment-hero-description br,
  .intro-body br,
  .message-card>p br,
  .service-heading>p br,
  .recruit-copy>p br,
  .contact-heading>p br,
  .career-hero>div>p br,
  .form-aside>p br,
  .field-hint br,
  .form-success>p br { display: none; }
}

.editorial .phrase { display: inline-block; white-space: nowrap; }
.editorial h2, .editorial .opening, .editorial blockquote {
  text-wrap: wrap; word-break: normal; overflow-wrap: normal;
}
.editorial h2 { font-weight: 700; line-height: 1.65; letter-spacing: 0; }
.editorial .opening {
  font-size: 28px; font-weight: 700; line-height: 1.75;
  letter-spacing: 0; color: var(--ink); margin-bottom: 36px;
}
.editorial blockquote { font-size: 22px; font-weight: 600; line-height: 1.9; letter-spacing: 0; }
@media (max-width: 900px) {
  .editorial p { font-size: 16px; font-weight: 400; line-height: 2; }
  .editorial h2 { font-size: clamp(17.5px, 5.2vw, 26px); margin: 52px 0 22px; }
  .editorial .opening { font-size: clamp(20px, 6.15vw, 26px); margin-bottom: 30px; }
  .editorial blockquote {
    font-size: clamp(17px, 4.6vw, 20px); padding: 5px 0 5px 16px; margin: 30px 0;
  }
}

/* Give the mobile home page a clear photographic, process, and company rhythm. */
.intro-visual { display: none; }
.intro-body strong { font-weight: inherit; }
@media (max-width: 800px) {
  .intro { padding: 64px 0 72px; }
  .intro .eyebrow, .belief .eyebrow, .company-section .eyebrow,
  .message-card .eyebrow, .service-heading .eyebrow, .recruit-copy .eyebrow {
    display: flex; align-items: center; gap: 12px;
    font-size: 11px; letter-spacing: .16em; margin-bottom: 18px;
  }
  .intro .eyebrow::before, .belief .eyebrow::before, .company-section .eyebrow::before,
  .message-card .eyebrow::before, .service-heading .eyebrow::before, .recruit-copy .eyebrow::before {
    content: ''; width: 24px; height: 1px; background: currentColor;
  }
  .intro .section-heading h2, .belief .section-heading h2, .company-section .section-heading h2,
  .message-card h2, .service-heading h2, .recruit-copy h2 {
    font-size: clamp(20px, 5.5vw, 23px); font-weight: 600;
    line-height: 1.55; letter-spacing: 0; text-wrap: wrap;
  }
  .intro-visual {
    display: block; position: relative; isolation: isolate;
    width: 88%; max-width: 440px; height: auto; aspect-ratio: 8 / 5;
    margin: 30px auto 38px;
  }
  .intro-visual::before {
    content: ''; position: absolute; z-index: -1; inset: 10px -10px -10px 10px;
    background: #edf1ec; border-radius: 22px 2px;
  }
  .intro-visual::after {
    content: ''; position: absolute; left: -10px; bottom: -10px;
    width: 42px; height: 1px; background: #b39a6b;
  }
  .intro-visual img {
    display: block; width: 100%; height: 100%; object-fit: cover; object-position: center;
    border-radius: 22px 2px;
  }
  .intro-body { padding-top: 0; }
  .intro-body>p { font-size: 14px; font-weight: 400; line-height: 2; margin-bottom: 22px; }
  .intro-body strong { display: block; font-size: 16px; font-weight: 600; line-height: 1.85; margin-bottom: 14px; }
  .intro-body strong+br { display: none; }
  .intro .underlined-link { max-width: none; margin-top: 28px; padding: 17px 0; }
  .intro .underlined-link svg, .company-links>a>svg {
    box-sizing: content-box; padding: 10px; border: 1px solid #b6c3be; border-radius: 50%;
  }
  .belief { padding: 64px 0 68px; background: #eff3f1; }
  .belief .section-lead { font-size: 14px; line-height: 2; margin-top: 20px; color: #526360; }
  .belief-list { display: grid; gap: 16px; margin-top: 30px; }
  .belief-list article, .belief-list article:first-child, .belief-list article:last-child {
    display: grid; grid-template-columns: 40px minmax(0, 1fr);
    gap: 16px 14px; align-items: center; padding: 26px 24px; border: 0;
    background: #fff; box-shadow: 0 6px 20px #183d4208;
  }
  .belief-list article>div { display: contents; }
  .belief-list .index-number {
    display: block; grid-column: 1; grid-row: 1; font: 32px/1.1 Georgia, serif;
    color: #937445; margin: 0;
  }
  .belief-list h3 { grid-column: 2; grid-row: 1; font-size: clamp(17px, 4.8vw, 20px); font-weight: 600; line-height: 1.6; letter-spacing: 0; text-wrap: wrap; margin: 0; }
  .belief-list .phrase, .support-rows h3 .phrase { display: inline-block; white-space: nowrap; }
  .belief-list p { grid-column: 1 / -1; font-size: 14px; font-weight: 400; line-height: 2; color: #526360; }
  .company-section { padding: 64px 0 68px; background: #183d42; color: #fff; }
  .company-section .eyebrow { color: #d1bd94; }
  .company-section .section-lead { font-size: 14px; font-weight: 400; line-height: 1.95; margin-top: 24px; color: #c4d3d2; }
  .company-links { margin-top: 32px; }
  .company-links>a, .company-links>a:first-child {
    padding: 25px 0; border-color: #ffffff33; gap: 16px;
  }
  .company-links span { font-size: 10px; letter-spacing: .12em; color: #d1bd94; }
  .company-links h3 { font-size: clamp(17px, 4.8vw, 20px); font-weight: 600; margin: 5px 0; }
  .company-links p { color: #c4d3d2; font-size: 13px; }
  .company-links>a>svg { width: 18px; height: 18px; border-color: #ffffff66; }
  .home .service-section .service-detail h3 {
    font-size: clamp(17px, 4.8vw, 20px); font-weight: 600; line-height: 1.6;
  }
  .home .service-heading > p, .home .service-detail > p,
  .home .recruit-copy > p:not(.eyebrow) {
    font-size: 14px; font-weight: 400; line-height: 2;
  }
  .home .contact-heading h2 {
    font-size: clamp(18px, 4.8vw, 21px); line-height: 1.6; letter-spacing: 0; text-wrap: balance;
  }
  .home .contact-links h3 { font-size: clamp(17px, 4.6vw, 19px); line-height: 1.6; }
}

/* Carry the mobile type scale through every corporate page. */
@media (max-width: 900px) {
  .breadcrumbs { justify-content: flex-end; text-align: right; }
  nav.breadcrumbs > a, nav.breadcrumbs > a:nth-child(3) { display: inline; }
}
@media (max-width: 800px) {
  body:not(.home) #main { --page-title-size: clamp(22px, 6vw, 26px); --section-title-size: clamp(18px, 5vw, 21px); }
  body:not(.home) #main h1 { font-size: var(--page-title-size); font-weight: 600; line-height: 1.45; letter-spacing: .01em; text-wrap: balance; }
  body:not(.home) #main h2 { font-size: var(--section-title-size); font-weight: 600; line-height: 1.6; letter-spacing: 0; text-wrap: balance; }
  body:not(.home) #main h3 { font-size: clamp(16px, 4.5vw, 18px); font-weight: 600; line-height: 1.65; letter-spacing: 0; text-wrap: balance; }
  body:not(.home) #main h4 { font-size: 15px; font-weight: 600; line-height: 1.7; }
  body:not(.home) #main p:not(:where(.eyebrow, .small-note, .field-hint, .role, .career)) { font-size: 14px; font-weight: 400; line-height: 2; }
  body:not(.home) #main .eyebrow { font-size: 10px; margin-bottom: 14px; }
  body:not(.home) #main .breadcrumbs { font-size: 10px; line-height: 1.7; padding: 14px 0 24px; }
  body:not(.home) #main .page-head { padding-bottom: 26px; }
  body:not(.home) #main .page-head .eyebrow { margin-bottom: 12px; }
  body:not(.home) #main .page-lead { margin-top: 16px; }
  body:not(.home) #main .content-section { padding-top: 42px; padding-bottom: 42px; }
  body:not(.home) #main .section-title { margin-bottom: 24px; }
  body:not(.home) #main .split-intro > div + div { margin-top: 22px; }
  body:not(.home) #main .detail-table > div { font-size: 14px; line-height: 1.95; padding-top: 18px; padding-bottom: 18px; }
  body:not(.home) #main .access-address { padding: 24px; }
  body:not(.home) #main .access-address strong { font-size: 18px; margin-bottom: 12px; }
  body:not(.home) #main .portrait-hero { margin-top: 28px; padding-bottom: 28px; }
  body:not(.home) #main .portrait-hero > img { height: auto; aspect-ratio: 5 / 3; }
  body:not(.home) #main .portrait-title { width: 96%; margin-top: -22px; padding: 20px 14px 12px 0; }
  body:not(.home) #main .portrait-title h2 { font-size: clamp(16px, 4.8vw, 20px); line-height: 1.6; letter-spacing: -.025em; margin-bottom: 16px; white-space: nowrap; }
  body:not(.home) #main .portrait-title h2 br { display: none; }
  body:not(.home) #main .portrait-title p { font-size: 12px; }
  body:not(.home) #main .portrait-title strong { font-size: 18px; letter-spacing: .06em; margin-top: 5px; }
  body:not(.home) #main .editorial-layout { padding-top: 4px; padding-bottom: 48px; }
  body:not(.home) #main .article-nav { margin-bottom: 30px; }
  body:not(.home) #main .article-nav a { padding: 11px 0; }
  body:not(.home) #main .editorial h2 { margin: 36px 0 16px; }
  body:not(.home) #main .editorial h2:first-child { margin-top: 0; }
  body:not(.home) #main .editorial p { margin-bottom: 20px; }
  body:not(.home) #main .editorial .opening { font-size: clamp(17px, 4.6vw, 20px); font-weight: 600; line-height: 1.7; margin-bottom: 24px; }
  body:not(.home) #main .editorial blockquote { font-size: 16px; font-weight: 500; line-height: 1.9; padding-left: 14px; margin: 24px 0; }
  body:not(.home) #main .article-signature { font-size: 12px; margin-top: 32px; padding-top: 20px; }
  body:not(.home) #main .article-signature strong { font-size: 18px; }
  body:not(.home) #main .service-banner { margin-top: 30px; margin-bottom: 44px; }
  body:not(.home) #main .career-hero { padding-top: 32px; padding-bottom: 44px; gap: 30px; }
  body:not(.home) #main .career-hero h2 { margin-bottom: 18px; }
  body:not(.home) #main .career-hero p { margin-bottom: 20px; }
  body:not(.home) #main .members { margin-top: 30px; gap: 34px; }
  body:not(.home) #main .members h3 { margin: 6px 0 8px; }
  body:not(.home) #main .policy h2 { margin: 30px 0 14px; }
  body:not(.home) #main .policy li { font-size: 14px; line-height: 2; }
  body:not(.home) #main .form-field > label, body:not(.home) #main .form-field legend,
  body:not(.home) #main .radio-group label, body:not(.home) #main .consent { font-size: 14px; }
  body:not(.home) #main .form-aside .phone { font-size: 22px; }
  body:not(.home) #main .solid-button, body:not(.home) #main .outline-button { font-size: 14px; min-height: 52px; }
  body:not(.home) #main .link-button { font-size: 14px; }
  body:not(.home) .bottom-contact h2 { font-size: clamp(18px, 5vw, 21px); line-height: 1.6; }
  body:not(.home) .bottom-contact p:not(.eyebrow) { font-size: 14px; line-height: 2; }
  .home .recruit-copy { text-align: center; }
  .home .recruit-copy .eyebrow { justify-content: center; }
  .home .recruit-copy .text-link { justify-content: center; }
}
@media (max-width: 360px) {
  body:not(.home) #main .form-layout.content-section .form-aside h2 br { display: initial; }
}
