.organization-main {
  overflow: hidden;
}

.org-container {
  width: 100%;
  max-width: var(--container);
  padding-inline: var(--page-gutter);
  margin-inline: auto;
}

.org-container--narrow {
  max-width: 1100px;
}

.org-section,
.org-documents {
  scroll-margin-top: calc(var(--header-height) + 20px);
}

.org-section {
  padding-block: clamp(5.6rem, 8vw, 9rem);
  background: var(--color-white);
}

.org-section--light {
  background: #f8f9fb;
}

.org-heading {
  max-width: 860px;
  margin-bottom: clamp(3.2rem, 5vw, 5rem);
}

.org-heading--center {
  margin-inline: auto;
  text-align: center;
}

.org-kicker,
.org-eyebrow {
  color: var(--color-wire-gold);
  font-family: var(--font-latin), var(--font-sans);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: .16em;
  line-height: 1.7;
}

.org-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1.2rem;
}

.org-heading h2 {
  color: var(--color-blue);
  font-size: clamp(2.7rem, 5vw, 4rem);
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: .02em;
}

.org-heading > p:last-child:not(.org-kicker) {
  margin-top: 1.2rem;
  color: var(--color-gray-dark);
  font-size: clamp(1.5rem, 2vw, 1.7rem);
  line-height: 1.9;
}

.org-heading--inverse h2,
.org-heading--inverse > p:last-child:not(.org-kicker) {
  color: var(--color-white);
}

.org-heading--inverse > p:last-child:not(.org-kicker) {
  color: #dce4ef;
}

.org-nowrap {
  white-space: nowrap;
}

/* First view */
.org-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--color-blue);
  background: #f7fbff;
}

.org-hero__visual,
.org-hero__veil {
  position: absolute;
}

.org-hero__visual {
  top: 0;
  right: max(0px, calc((100vw - 1440px) / 2));
  bottom: 0;
  width: min(54vw, 777.6px);
  z-index: -2;
  overflow: hidden;
  margin: 0;
}

.org-hero__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  transform: translateX(8%) scale(1.32);
  transform-origin: right 58%;
}

.org-hero__veil {
  top: 0;
  bottom: 0;
  left: 50%;
  width: min(100%, 1440px);
  z-index: -1;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #fff 0%, #fff 44%, rgba(255, 255, 255, .9) 48%, rgba(255, 255, 255, .32) 54%, rgba(255, 255, 255, 0) 61%);
}

.org-hero__inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  min-height: min(56.25vw, 810px);
  padding: clamp(4rem, 4.2vw, 6.1rem) min(3.75vw, 54px) clamp(3.6rem, 4vw, 5.8rem);
  margin-inline: auto;
}

.org-hero__copy {
  width: 50%;
}

.org-hero__audience {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(5.4rem, 4vw, 5.8rem);
  padding: 1rem 2rem;
  border: 2px solid var(--color-blue);
  color: var(--color-blue);
  background: #fff;
  font-size: clamp(1.6rem, 1.65vw, 2.4rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .02em;
  text-align: center;
}

.org-hero__opening {
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 1.2vw, 1.8rem);
  margin-top: clamp(1.2rem, 1vw, 1.5rem);
  font-family: var(--font-serif);
  white-space: nowrap;
}

.org-hero__opening > span {
  padding: .45em .7em;
  color: #fff;
  background: var(--color-blue);
  font-family: var(--font-sans);
  font-size: clamp(1.1rem, .95vw, 1.4rem);
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  transform: translateY(.2em);
}

.org-hero__opening strong {
  color: var(--color-blue);
  font-size: clamp(2.5rem, 2.6vw, 3.8rem);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .09em;
  text-shadow: 0 0 .18em #fff, 0 0 .42em rgba(255, 255, 255, .98), 0 0 .8em rgba(255, 255, 255, .88);
}

.org-hero__opening small {
  font-size: .5em;
  letter-spacing: .02em;
  margin-right: .18em;
}

.org-hero__opening em {
  color: var(--color-primary);
  font-size: 1.1em;
  font-style: normal;
}

.org-hero__opening em + small {
  color: var(--color-primary);
}

.org-hero h1 {
  margin-top: clamp(.7rem, .7vw, 1.3rem);
  color: var(--color-blue);
  font-family: var(--font-serif);
  font-size: clamp(5.4rem, 6.2vw, 9rem);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: .04em;
  white-space: nowrap;
  text-shadow: 0 0 .16em #fff, 0 0 .38em rgba(255, 255, 255, .98), 0 0 .72em rgba(255, 255, 255, .88);
}

.org-hero__lead {
  margin-top: clamp(1rem, 1vw, 1.5rem);
  color: var(--color-blue);
  font-size: clamp(1.45rem, 1.5vw, 2.2rem);
  font-weight: 900;
  line-height: 1.75;
  letter-spacing: .01em;
  text-shadow: 0 0 .18em #fff, 0 0 .48em rgba(255, 255, 255, .98), 0 0 .8em rgba(255, 255, 255, .9);
}

.org-hero__application {
  position: relative;
  margin-top: clamp(1.2rem, 1.2vw, 1.8rem);
}

.org-hero__period-label,
.org-hero__period {
  color: var(--color-blue);
  font-family: var(--font-serif);
  font-weight: 900;
  text-shadow: 0 0 .18em #fff, 0 0 .48em rgba(255, 255, 255, .98), 0 0 .8em rgba(255, 255, 255, .9);
}

.org-hero__period-label {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: clamp(1.5rem, 1.5vw, 2.2rem);
  line-height: 1.25;
  letter-spacing: .08em;
}

.org-hero__period-label::after {
  content: "";
  flex: 1;
  height: 2px;
  background: var(--color-blue);
}

.org-hero__period {
  padding-bottom: 0;
  font-size: clamp(2rem, 2.02vw, 2.95rem);
  line-height: 1.32;
  letter-spacing: .045em;
  white-space: nowrap;
}

.org-hero__period-group {
  width: fit-content;
  max-width: 100%;
}

.org-hero__period-group::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: var(--color-blue);
}

.org-hero__postmark {
  display: block;
  position: static;
  padding: 0 clamp(.8rem, .7vw, 1.4rem) clamp(.5rem, .5vw, 1rem) 0;
  margin-top: .15rem;
  color: var(--color-blue);
  font-size: clamp(1rem, .95vw, 1.4rem);
  font-weight: 900;
  line-height: 1.2;
  text-align: right;
  text-shadow: 0 0 .18em #fff, 0 0 .48em rgba(255, 255, 255, .98), 0 0 .8em rgba(255, 255, 255, .9);
}

.org-hero__requirements {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: 100%;
  min-height: clamp(7rem, 6.2vw, 9rem);
  padding: 1rem 2rem;
  margin-top: clamp(1.2rem, 1vw, 1.5rem);
  border: 7px double #fff;
  border-radius: var(--radius);
  color: #fff;
  background: var(--color-primary);
  box-shadow: 0 0 0 2px var(--color-primary);
  font-size: clamp(1.8rem, 1.85vw, 2.7rem);
  font-weight: 700;
  letter-spacing: .07em;
  text-shadow: none;
  transition: color .2s ease, background .2s ease;
}

.org-hero__document-icon {
  width: clamp(3.8rem, 3.3vw, 4.8rem);
  height: auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 2;
}

.org-hero__double-arrow {
  position: relative;
  width: 2.8rem;
  height: 2.8rem;
}

.org-hero__double-arrow span {
  position: absolute;
  top: 50%;
  width: 1.7rem;
  height: 1.7rem;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.org-hero__double-arrow span:first-child {
  left: 0;
}

.org-hero__double-arrow span:last-child {
  left: .9rem;
}

@media (hover: hover) {
  .org-hero__requirements:hover {
    color: var(--color-primary);
    background: #fff;
  }
}

/* Transformation */
.org-thesis {
  color: var(--color-white);
  background: #071a3a;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.org-thesis .org-kicker {
  font-size: clamp(1.3rem, 1.2vw, 1.5rem);
}

.transformation-flow {
  display: grid;
  gap: 1.2rem;
  align-items: stretch;
}

.transformation-card {
  padding: clamp(2.2rem, 4vw, 3.2rem);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .05);
}

.transformation-card--after {
  border-color: rgba(255, 217, 138, .58);
  background: rgba(184, 134, 43, .11);
}

.transformation-card__label {
  margin-bottom: .8rem;
  color: #aab7ca;
  font-family: var(--font-latin), var(--font-sans);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: .16em;
}

.transformation-card--after .transformation-card__label {
  color: var(--color-wire-hero-gold);
}

.transformation-card h3 {
  margin-bottom: 1rem;
  color: var(--color-white);
  font-size: clamp(2rem, 3vw, 2.5rem);
  font-weight: 900;
  line-height: 1.55;
}

.transformation-card--after h3 {
  color: var(--color-wire-hero-gold);
}

.transformation-card p:last-child {
  color: #cdd7e5;
  font-size: 1.5rem;
  line-height: 1.8;
}

.transformation-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  color: var(--color-wire-gold);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  font-family: Arial, sans-serif;
  transform: rotate(90deg);
}

.org-thesis__punch {
  max-width: 900px;
  margin: 3.2rem auto 0;
  color: var(--color-white);
  font-size: clamp(1.7rem, 2.6vw, 2.3rem);
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.org-thesis__punch strong {
  color: var(--color-wire-hero-gold);
}

/* Reasons */
.reason-grid {
  display: grid;
  gap: 1.6rem;
}

.reason-card {
  position: relative;
  padding: 2.6rem 2.4rem;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background: var(--color-white);
  box-shadow: 0 8px 30px rgba(3, 32, 87, .04);
}

.reason-card__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.2rem;
  height: 4.2rem;
  margin-bottom: 1.2rem;
  border: 1px solid var(--color-wire-gold);
  border-radius: 50%;
  color: var(--color-white);
  background: var(--color-wire-gold);
  font-family: var(--font-latin), var(--font-sans);
  font-size: 1.6rem;
  font-weight: 700;
}

.reason-card h3 {
  margin-bottom: .8rem;
  color: var(--color-blue);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
}

.reason-card p {
  color: var(--color-gray-dark);
  font-size: 1.5rem;
  line-height: 1.8;
}

.org-stats {
  display: grid;
  gap: 1.2rem;
  margin-top: 2.4rem;
}

.org-stats > div {
  padding: 2.4rem 1.6rem;
  border: 1px solid #d7c69d;
  border-radius: var(--radius);
  background: var(--color-blue);
  text-align: center;
}

.org-stats strong,
.org-stats span {
  display: block;
}

.org-stats strong {
  color: var(--color-wire-hero-gold);
  font-family: var(--font-latin), var(--font-sans);
  font-size: clamp(3rem, 5vw, 4rem);
  font-weight: 600;
  line-height: 1.3;
}

.org-stats strong small {
  margin-left: .25em;
  color: var(--color-white);
  font-family: var(--font-sans);
  font-size: .44em;
}

.org-stats strong .org-stats__prefix {
  margin-right: .12em;
  margin-left: 0;
}

.org-stats span {
  margin-top: .6rem;
  color: #d6deea;
  font-size: 1.3rem;
}

/* Voice */
.dispatch-proof {
  padding: 2rem 2.2rem;
  margin-bottom: 3rem;
  border-left: 4px solid var(--color-wire-gold);
  border-radius: 0 var(--radius) var(--radius) 0;
  background: var(--color-wire-gold-soft);
}

.dispatch-proof p:first-child {
  color: var(--color-blue);
  line-height: 1.8;
}

.dispatch-proof p:last-child {
  margin-top: .4rem;
  color: var(--color-gray-dark);
  font-size: 1.35rem;
}

.video-voice {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background: var(--color-white);
  box-shadow: 0 12px 40px rgba(3, 32, 87, .07);
}

.video-voice__media {
  position: relative;
  aspect-ratio: 16 / 9;
  background: var(--color-blue);
}

.video-voice__media iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-voice__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.4rem, 5vw, 4.4rem);
  border-top: 4px solid var(--color-wire-gold);
}

.video-voice__label,
.change-card__tag {
  color: var(--color-wire-gold);
  font-family: var(--font-latin), var(--font-sans);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: .12em;
}

.video-voice blockquote {
  margin: 1.4rem 0 2.2rem;
  color: var(--color-blue);
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  font-weight: 900;
  line-height: 1.75;
}

.video-voice__profile {
  display: flex;
  flex-wrap: wrap;
  gap: .15em .4em;
  align-items: baseline;
}

.video-voice__fallback {
  width: fit-content;
  margin-top: 1.6rem;
  color: var(--color-blue);
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: .25em;
}

.video-voice__profile strong {
  color: var(--color-text);
  font-size: 1.6rem;
}

.video-voice__profile span {
  color: var(--color-gray-dark);
  font-size: 1.3rem;
}

.change-heading {
  margin-top: clamp(4rem, 7vw, 6.4rem);
  margin-bottom: 2rem;
}

.change-heading h3 {
  color: var(--color-blue);
  font-size: clamp(2.1rem, 3vw, 2.8rem);
  font-weight: 900;
  line-height: 1.5;
}

.change-heading p {
  margin-top: .5rem;
  color: var(--color-gray-dark);
}

.change-grid {
  display: grid;
  gap: 1.6rem;
}

.change-card {
  display: flex;
  flex-direction: column;
  padding: 2.6rem 2.3rem 2.2rem;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background: var(--color-white);
}

.change-card h3 {
  margin: 1rem 0 1.2rem;
  color: var(--color-blue);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.6;
}

.change-card > p:not(.change-card__tag):not(.change-card__basis) {
  flex: 1;
  color: var(--color-gray-dark);
  font-size: 1.4rem;
  line-height: 1.85;
}

.change-card__basis {
  padding-top: 1.4rem;
  margin-top: 1.8rem;
  border-top: 1px dashed #c9d0da;
  color: var(--color-gray-dark);
  font-size: 1.25rem;
  line-height: 1.7;
}

.change-card__basis::before {
  content: "▸";
  margin-right: .5rem;
  color: var(--color-wire-gold);
}

.change-card__basis strong {
  color: var(--color-blue);
}

/* FAQ */
.org-faq-list {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background: var(--color-white);
}

.org-faq-item {
  border-bottom: 1px solid var(--color-line);
  background: var(--color-white);
}

.org-faq-item:last-child {
  border-bottom: 0;
}

.org-faq-item__question {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.2rem;
  align-items: center;
  width: 100%;
  padding: 1.8rem 2rem;
  color: var(--color-blue);
  background: #f8fafc;
  font-weight: 700;
  line-height: 1.7;
  text-align: left;
}

.org-faq-item__question p {
  margin: 0;
}

.org-faq-item__mark {
  color: var(--color-wire-gold);
  font-family: var(--font-latin), var(--font-sans);
  font-size: 1.8rem;
  font-weight: 600;
}

.org-faq-item__answer {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.2rem;
  padding: 1.8rem 2rem 2.2rem;
  border-top: 1px solid var(--color-line);
  color: var(--color-gray-dark);
  font-size: 1.45rem;
  line-height: 1.9;
}

.org-faq-item__answer-mark {
  color: var(--color-blue);
  font-family: var(--font-latin), var(--font-sans);
  font-size: 1.8rem;
  font-weight: 600;
}

/* Documents */
.org-documents {
  padding-block: clamp(6rem, 9vw, 9rem);
  color: var(--color-white);
  background: #071a3a;
}

.document-actions {
  display: grid;
  gap: 1.2rem;
  max-width: 1100px;
  margin-inline: auto;
}

.document-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  min-height: 64px;
  padding: 1.5rem 2rem;
  border: 2px solid var(--color-wire-gold);
  border-radius: var(--radius);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.document-button--primary {
  color: var(--color-white);
  background: var(--color-wire-gold);
}

.document-button--outline {
  border-color: var(--color-wire-hero-gold);
  color: var(--color-wire-hero-gold);
}

.document-button--subtle {
  border-color: rgba(255, 255, 255, .48);
  color: var(--color-white);
  background: rgba(255, 255, 255, .06);
}

.document-button__arrow {
  width: 11px;
  height: 11px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

/* 8月14日の募集要項公開まで使用 */
body.is-requirements-pending [data-recruitment-link] {
  pointer-events: none;
  position: relative;
}

body.is-requirements-pending [data-recruitment-link]::after {
  content: "第47期の募集要項 8/14公開予定";
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .5em;
  border-radius: inherit;
  color: #fff;
  background: rgba(0, 0, 0, .68);
  font-family: "Noto Sans JP", sans-serif;
  font-size: .8em;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

/* FVの二重線と、資料ボタンの外枠まで覆う */
body.is-requirements-pending .org-hero__requirements[data-recruitment-link]::after {
  inset: -10px;
}

body.is-requirements-pending .document-button[data-recruitment-link]::after {
  inset: -4px;
}

.deadline-card {
  max-width: 820px;
  padding: 2.2rem;
  margin: 3rem auto 0;
  border: 1px solid #dbc18a;
  border-radius: var(--radius);
  color: #5f4818;
  background: #fff7e7;
  font-size: 1.35rem;
  line-height: 1.85;
}

.deadline-card__lead {
  margin-bottom: 1rem;
  color: var(--color-blue);
  font-size: clamp(1.6rem, 2.4vw, 1.9rem);
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}

.deadline-card__lead strong {
  min-width: 0;
  color: #a13d27;
  overflow-wrap: anywhere;
}

.deadline-card__line {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.deadline-card__line + .deadline-card__line {
  margin-top: .5rem;
}

.deadline-card__date-tail {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: .15em;
  max-width: 100%;
}

@media (min-width: 768px) {
  .org-hero__postmark {
    padding-right: .25em;
    margin-top: -.1rem;
  }

  .deadline-card__lead {
    display: grid;
    grid-template-columns: max-content max-content max-content;
    justify-content: center;
    column-gap: .15em;
  }

  .deadline-card__line,
  .deadline-card__date-tail {
    display: contents;
  }

  .deadline-card__line + .deadline-card__line {
    margin-top: 0;
  }

  .deadline-card__line > span:first-child {
    text-align: right;
  }

  .deadline-card__date-tail > span:last-child {
    text-align: left;
  }
}

.deadline-card__note {
  margin-top: .8rem;
  font-size: 1.2rem;
}

.contact-note {
  scroll-margin-top: calc(var(--header-height) + 20px);
  margin-top: 2.4rem;
  color: #c8d2e1;
  font-size: 1.25rem;
  font-style: normal;
  line-height: 1.8;
  text-align: center;
}

.contact-note a {
  color: var(--color-white);
  text-decoration: underline;
  text-underline-offset: .2em;
}

.sp-only {
  display: inline;
}

@media (hover: hover) {
  .document-button--primary:hover {
    border-color: var(--color-wire-hero-gold);
    color: var(--color-blue);
    background: var(--color-wire-hero-gold);
  }

  .document-button--outline:hover,
  .document-button--subtle:hover {
    border-color: var(--color-white);
    color: var(--color-blue);
    background: var(--color-white);
  }
}

@media (max-width: 767px) {
  .org-hero {
    height: auto;
    min-height: clamp(400px, 114vw, 490px);
  }

  .org-hero__visual {
    inset: 0;
    width: auto;
  }

  .org-hero__visual img {
    object-position: 48% top;
    transform: none;
    transform-origin: center top;
  }

  .org-hero__veil {
    inset: 0;
    width: auto;
    transform: none;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .38) 16%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, .94) 78%, #fff 100%);
  }

  .org-hero__inner {
    min-height: inherit;
    padding: 1.4rem 2rem 2.2rem;
  }

  .org-hero__copy {
    width: 100%;
  }

  .org-hero__audience {
    width: 100%;
    max-width: none;
    min-height: 3.2rem;
    padding: .45rem .8rem;
    margin-inline: auto;
    border-width: 1px;
    font-size: clamp(1.2rem, 3.05vw, 1.6rem);
    white-space: nowrap;
  }

  .org-hero__opening {
    gap: .7rem;
    margin-top: clamp(6.6rem, 19vw, 8.2rem);
  }

  .org-hero__opening > span {
    padding: .35em .55em;
    font-size: clamp(.85rem, 2.35vw, 1.05rem);
  }

  .org-hero__opening strong {
    font-size: clamp(1.9rem, 5.45vw, 2.35rem);
    letter-spacing: .08em;
  }

  .org-hero h1 {
    margin-top: .5rem;
    font-size: clamp(3.25rem, 9.3vw, 4.05rem);
    line-height: 1.25;
    letter-spacing: .04em;
    -webkit-text-stroke: 4px #fff;
    paint-order: stroke fill;
    text-shadow: 0 0 .2em #fff, 0 0 .5em rgba(255, 255, 255, .96);
  }

  .org-hero__lead {
    margin-top: .5rem;
    font-size: clamp(1.15rem, 3.4vw, 1.45rem);
    font-weight: 900;
    line-height: 1.55;
    letter-spacing: .02em;
    -webkit-text-stroke: 2px rgba(255, 255, 255, .96);
    paint-order: stroke fill;
    text-shadow: 0 0 .3em #fff, 0 0 .65em rgba(255, 255, 255, .96);
  }

  .org-hero__application {
    margin-top: .6rem;
  }

  .org-hero__period-label {
    font-size: clamp(1.2rem, 3.45vw, 1.48rem);
  }

  .org-hero__period-label::after {
    display: none;
  }

  .org-hero__period {
    padding-bottom: 0;
    border-bottom: 0;
    font-size: min(4.1vw, 1.62rem);
    line-height: 1.28;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .org-hero__postmark {
    padding: 0 .7rem 0 0;
    margin-top: .15rem;
    font-size: clamp(.95rem, 2.7vw, 1.15rem);
  }

  .org-hero__period-group {
    width: fit-content;
  }

  .org-hero__period-group::after {
    display: none;
  }

  .org-hero__requirements {
    gap: 1.2rem;
    width: 100%;
    max-width: none;
    min-height: clamp(4.6rem, 12vw, 5.5rem);
    padding: .6rem 1rem;
    margin-top: .8rem;
    margin-right: auto;
    margin-left: auto;
    border-width: 4px;
    font-size: clamp(1.5rem, 4.15vw, 1.78rem);
  }

  .org-hero__document-icon {
    width: clamp(2.8rem, 8vw, 3.5rem);
  }

  .org-hero__double-arrow {
    width: 2rem;
    height: 2rem;
  }

  .org-hero__double-arrow span {
    width: 1.2rem;
    height: 1.2rem;
    border-width: 2px 2px 0 0;
  }

  .org-hero__double-arrow span:last-child {
    left: .65rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .org-hero__inner {
    min-height: clamp(53rem, 55vw, 66rem);
  }

  .org-hero__copy {
    width: 50%;
  }

  .org-hero__visual {
    right: 0;
    width: 60%;
  }

  .org-hero__veil {
    background: linear-gradient(90deg, #fff 0%, #fff 39%, rgba(255, 255, 255, .9) 44%, rgba(255, 255, 255, .34) 51%, rgba(255, 255, 255, 0) 59%);
  }

  .org-hero__visual img {
    transform: translateX(8%) scale(1.32);
    transform-origin: right 58%;
  }

  .org-hero h1 {
    font-size: clamp(4.6rem, 6.2vw, 7.43rem);
  }

  .org-hero__period {
    font-size: clamp(1.55rem, 2.02vw, 2.42rem);
    letter-spacing: .015em;
    white-space: nowrap;
  }
}

@media (min-width: 768px) and (max-width: 903px) {
  .org-hero__audience {
    width: max-content;
    max-width: calc(200% - 2rem);
    padding-inline: 1.2rem;
  }
}

@media (min-width: 640px) {
  .org-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sp-only {
    display: none;
  }
}

@media (max-width: 640px) {
  .org-hero__period {
    letter-spacing: 0;
  }
}

@media (min-width: 768px) {
  .reason-card__number {
    margin-bottom: 1.6rem;
  }

  .reason-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .org-faq-item__question,
  .org-faq-item__answer {
    padding-inline: 2.8rem;
  }

  .document-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .document-button--subtle {
    grid-column: 1 / -1;
    width: calc(50% - .6rem);
    margin-inline: auto;
  }

}

@media (min-width: 960px) {
  .transformation-flow {
    grid-template-columns: minmax(0, 1fr) 60px minmax(0, 1fr);
    align-items: center;
  }

  .transformation-arrow {
    width: 60px;
    height: 46px;
    font-size: 3.4rem;
    transform: none;
  }

  .video-voice__profile {
    flex-wrap: nowrap;
    white-space: nowrap;
  }

  .change-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .document-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .document-button--subtle {
    grid-column: auto;
    width: auto;
    margin-inline: 0;
  }

  .video-voice {
    grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr);
  }

  .video-voice__body {
    border-top: 0;
    border-left: 4px solid var(--color-wire-gold);
  }
}

@media (max-width: 767px) {
  .org-thesis .org-heading h2 {
    font-size: clamp(1.85rem, 5.8vw, 2.5rem);
    line-height: 1.35;
  }
}

@media (max-width: 420px) {
  .org-faq-item__question,
  .org-faq-item__answer {
    gap: .8rem;
    padding-inline: 1.2rem;
  }
}
