.about-page {
  background: var(--paper);
}

.about-section-label {
  margin: 0;
  color: rgba(44, 44, 42, 0.62);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.about-intro {
  width: min(100%, var(--content-max));
  margin: 0 auto;
  padding: 92px var(--page-gutter) 128px;
}

.about-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(clamp(340px, 29vw, 410px), 0.62fr);
  gap: clamp(72px, 8vw, 150px);
  align-items: start;
  margin-top: 74px;
}

.about-intro h1 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(74px, 6.2vw, 112px);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.91;
  text-wrap: balance;
}

.about-intro__body {
  max-width: 540px;
  padding-top: 9px;
  color: #4a4946;
  font-size: clamp(22px, 1.55vw, 28px);
  line-height: 1.38;
}

.about-intro__body p {
  margin: 0;
}

.about-intro__body p + p {
  margin-top: 24px;
}

.about-story-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: clamp(70px, 7vw, 128px);
  align-items: start;
  width: min(100%, var(--content-max));
  margin: 0 auto;
  padding: 0 var(--page-gutter) 160px;
}

.about-story {
  min-width: 0;
  border-top: 1px solid var(--hairline);
}

.about-story__section {
  padding: 96px 0 104px;
  border-bottom: 1px solid var(--hairline);
}

.about-story__section h2 {
  max-width: 900px;
  margin: 42px 0 0;
  font-size: clamp(60px, 4.8vw, 86px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.95;
  text-wrap: balance;
}

.about-story__copy {
  max-width: 700px;
  margin-top: 44px;
  margin-left: clamp(110px, 12vw, 230px);
  color: #454440;
  font-size: clamp(24px, 1.72vw, 31px);
  line-height: 1.42;
}

.about-story__copy p {
  margin: 0;
}

.about-story__copy p + p,
.about-story__copy ul + p,
.about-story__copy blockquote + p,
.about-story__copy p + ul,
.about-story__copy p + blockquote {
  margin-top: 24px;
}

.about-lines {
  display: grid;
  gap: 3px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.about-lines--spaced {
  gap: 15px;
}

.about-story__copy blockquote {
  margin: 38px 0 0;
  padding: 28px 0 30px 38px;
  border-left: 1px solid var(--ink);
  color: var(--ink);
  font-size: clamp(34px, 2.55vw, 46px);
  font-style: italic;
  line-height: 1.12;
}

.about-story__copy .about-story__conclusion {
  margin-top: 32px;
  color: var(--ink);
  font-size: 1.14em;
}

.sticky-quote-rail {
  position: sticky;
  top: calc(50vh - 175px);
  min-height: 350px;
  border: 1px solid var(--hairline);
  color: var(--ink);
  transition:
    background-color 240ms ease-out,
    border-color 240ms ease-out,
    box-shadow 240ms ease-out;
}

.sticky-quote-rail--solid {
  background: var(--paper);
}

.sticky-quote-rail--glass {
  border-color: rgba(44, 44, 42, 0.14);
  background: rgba(245, 245, 247, 0.72);
  box-shadow: 0 18px 46px rgba(44, 44, 42, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.sticky-quote-rail__inner {
  display: flex;
  min-height: 350px;
  padding: 36px 31px 29px;
  flex-direction: column;
}

.sticky-quote-rail__step {
  margin: 0;
  opacity: 0.15;
  font-size: 26px;
  line-height: 1.12;
  transform: translateY(10px);
  transition:
    opacity 340ms ease-out,
    transform 340ms ease-out;
}

.sticky-quote-rail__step + .sticky-quote-rail__step {
  margin-top: 22px;
}

.sticky-quote-rail__step.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

.sticky-quote-rail__action {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: auto;
  max-width: 100%;
  min-height: 52px;
  margin-top: auto !important;
  padding: 9px 16px 11px;
  border: 1px solid rgba(44, 44, 42, 0.72);
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 14px;
  line-height: 1.1;
  text-align: start;
  transition:
    opacity 340ms ease-out,
    transform 340ms ease-out,
    background-color 200ms ease-out,
    color 200ms ease-out;
}

.sticky-quote-rail__action span:last-child {
  flex: 0 0 auto;
  font-size: 20px;
  line-height: 1;
}

.sticky-quote-rail__action:hover,
.sticky-quote-rail__action:focus-visible {
  background: var(--ink);
  color: var(--paper);
}

.about-closing {
  background: var(--ink);
  color: var(--paper-on-dark);
}

.about-closing__inner {
  width: min(100%, var(--content-max));
  margin: 0 auto;
  padding: 108px var(--page-gutter) 120px;
}

.about-closing .about-section-label {
  color: rgba(245, 245, 247, 0.58);
}

.about-closing h2 {
  max-width: 1020px;
  margin: 40px 0 0;
  font-size: clamp(82px, 7.2vw, 132px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.88;
}

.about-closing__copy {
  max-width: 780px;
  margin-top: 56px;
  margin-left: clamp(120px, 15vw, 290px);
  color: rgba(245, 245, 247, 0.78);
  font-size: clamp(25px, 1.75vw, 32px);
  line-height: 1.42;
}

.about-closing__copy p,
.about-closing__cadence p {
  margin: 0;
}

.about-closing__copy > p + p {
  margin-top: 32px;
}

.about-closing__cadence {
  display: grid;
  gap: 8px;
  margin-top: 44px;
  color: var(--paper);
}

.about-closing__promise {
  margin: 52px 0 0 clamp(120px, 15vw, 290px);
  color: var(--paper);
  font-size: clamp(31px, 2.3vw, 42px);
  line-height: 1.2;
}

.about-closing__cta {
  min-width: 338px;
  margin-top: 42px;
  margin-left: clamp(120px, 15vw, 290px);
  border-color: rgba(245, 245, 247, 0.74);
  background: transparent;
  color: var(--paper);
  cursor: pointer;
  gap: 19px;
}

.about-closing__cta:hover,
.about-closing__cta:focus-visible {
  background: var(--paper);
  color: var(--ink);
}

.about-closing__trust {
  margin: 22px 0 0 clamp(120px, 15vw, 290px);
  color: rgba(245, 245, 247, 0.62);
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: 0.015em;
}

.floating-cta-bar {
  position: fixed;
  z-index: 60;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  width: 100%;
  height: 56px;
  padding: 0 var(--page-gutter) 2px;
  border: 0;
  border-top: 1px solid rgba(44, 44, 42, 0.17);
  color: var(--ink);
  cursor: pointer;
  font-family: var(--serif);
  font-size: 19px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
  transition:
    opacity 240ms ease-out,
    transform 240ms ease-out,
    background-color 240ms ease-out;
}

.floating-cta-bar.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.floating-cta-bar span:last-child {
  font-size: 25px;
  line-height: 1;
}

.cta-bar--solid {
  background: var(--paper);
}

.cta-bar--glass {
  border-top-color: rgba(44, 44, 42, 0.13);
  background: rgba(245, 245, 247, 0.76);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.floating-cta-bar:hover,
.floating-cta-bar:focus-visible {
  background: var(--ink);
  color: var(--paper);
  outline-offset: -5px;
}

.project-modal {
  width: min(880px, calc(100vw - 112px));
  max-height: calc(100vh - 72px);
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: var(--media-radius);
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 28px 90px rgba(7, 7, 5, 0.34);
}

.project-modal::backdrop {
  background: rgba(7, 7, 5, 0.66);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.project-modal[open] {
  animation: modalEnter 240ms ease-out;
}

@keyframes modalEnter {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.project-modal__shell {
  max-height: calc(100vh - 72px);
  overflow-y: auto;
}

.project-modal__header {
  position: sticky;
  z-index: 2;
  top: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 38px 42px 32px;
  border-bottom: 1px solid var(--hairline);
  background: rgba(245, 245, 247, 0.97);
}

.project-modal__eyebrow {
  margin: 0;
  color: var(--muted-ink);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.project-modal__header h2,
.project-form-success h2 {
  margin: 10px 0 0;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1;
}

.project-modal__close {
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--hairline);
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  place-items: center;
  transition:
    background-color 180ms ease-out,
    color 180ms ease-out;
}

.project-modal__close:hover,
.project-modal__close:focus-visible {
  background: var(--ink);
  color: var(--paper);
}

.project-modal__close svg {
  width: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.5;
}

.project-form__body {
  display: grid;
  gap: 27px;
  padding: 36px 42px 40px;
}

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

.form-field label {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.025em;
}

.form-field label span {
  color: var(--muted-ink);
  font-size: 11px;
  font-weight: 400;
}

.form-field input {
  width: 100%;
  min-height: 54px;
  padding: 0 17px;
  border: 1px solid rgba(44, 44, 42, 0.3);
  border-radius: 0;
  outline: 0;
  background: rgba(255, 255, 255, 0.32);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  transition:
    border-color 180ms ease-out,
    box-shadow 180ms ease-out;
}

.form-field--featured input {
  min-height: 64px;
  border-color: rgba(44, 44, 42, 0.64);
  font-size: 16px;
}

.form-field input:focus {
  border-color: var(--ink);
  box-shadow: 0 0 0 1px var(--ink);
}

.form-field input::placeholder {
  color: rgba(44, 44, 42, 0.46);
}

.project-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 22px;
}

.upload-reveal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--hairline);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-family: var(--sans);
  font-size: 13px;
  text-align: left;
}

.upload-reveal span {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 400;
  transition: transform 180ms ease-out;
}

.upload-reveal[aria-expanded="true"] span {
  transform: rotate(45deg);
}

.upload-panel {
  margin-top: -9px;
}

.upload-dropzone {
  display: grid;
  min-height: 184px;
  padding: 28px;
  border: 1px dashed rgba(44, 44, 42, 0.42);
  cursor: pointer;
  place-content: center;
  text-align: center;
  transition:
    border-color 180ms ease-out,
    background-color 180ms ease-out;
}

.upload-dropzone.is-dragging,
.upload-dropzone:hover {
  border-color: var(--ink);
  background: rgba(44, 44, 42, 0.04);
}

.upload-dropzone input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.upload-dropzone__title {
  font-size: 25px;
}

.upload-dropzone__detail,
.upload-dropzone__limit {
  margin-top: 7px;
  color: var(--muted-ink);
  font-family: var(--sans);
  font-size: 12px;
}

.upload-dropzone__limit {
  margin-top: 18px;
}

.upload-file-list {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.upload-file-list li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 9px 12px;
  background: rgba(44, 44, 42, 0.05);
  font-family: var(--sans);
  font-size: 12px;
}

.upload-file-list span:last-child {
  color: var(--muted-ink);
  white-space: nowrap;
}

.upload-warning {
  margin: 14px 0 0;
  padding: 12px 14px;
  border-left: 2px solid var(--ink);
  background: rgba(44, 44, 42, 0.055);
  font-family: var(--sans);
  font-size: 13px;
}

.project-form__error {
  margin: 0;
  padding: 13px 15px;
  border-left: 2px solid #8e2e2e;
  background: rgba(142, 46, 46, 0.08);
  color: #712323;
  font-family: var(--sans);
  font-size: 13px;
}

.project-consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 11px;
  align-items: start;
  color: #4a4946;
  font-family: var(--sans);
  font-size: 12px;
  line-height: 1.55;
}

.project-consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--ink);
}

.form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.project-form__footer {
  position: sticky;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 94px;
  padding: 20px 42px;
  border-top: 1px solid var(--hairline);
  background: rgba(245, 245, 247, 0.98);
}

.project-form__footer p {
  margin: 0;
  color: var(--muted-ink);
  font-family: var(--sans);
  font-size: 12px;
}

.project-form__submit {
  min-width: 150px;
  min-height: 50px;
  padding: 0 28px 2px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  cursor: pointer;
  transition:
    background-color 180ms ease-out,
    color 180ms ease-out;
}

.project-form__submit:hover,
.project-form__submit:focus-visible {
  background: transparent;
  color: var(--ink);
}

.project-form__submit:disabled {
  cursor: wait;
  opacity: 0.55;
}

.project-form-success {
  min-height: 520px;
  padding: 90px 72px;
}

.project-form-success > p:not(.project-modal__eyebrow) {
  max-width: 600px;
  margin: 42px 0 0;
  color: #4a4946;
  font-size: 28px;
  line-height: 1.38;
}

.project-form-success .primary-nav__cta {
  margin-top: 44px;
  background: transparent;
  cursor: pointer;
}

.project-form-success .primary-nav__cta:hover {
  background: var(--ink);
}

body.is-modal-open {
  overflow: hidden;
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2vw, 34px);
}

.language-switcher {
  display: flex;
  align-items: center;
  direction: ltr;
  color: rgba(44, 44, 42, 0.5);
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  white-space: nowrap;
}

.language-switcher a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  transition: color 180ms ease-out;
}

.language-switcher a + a::before {
  margin: 0 5px;
  color: rgba(44, 44, 42, 0.26);
  content: "·";
}

.language-switcher a:hover,
.language-switcher a:focus-visible,
.language-switcher a.is-active {
  color: var(--ink);
}

[dir="rtl"] body {
  text-align: right;
}

[dir="rtl"] .about-story__copy {
  margin-right: clamp(110px, 12vw, 230px);
  margin-left: 0;
}

[dir="rtl"] .about-story__copy blockquote {
  padding-right: 38px;
  padding-left: 0;
  border-right: 1px solid var(--ink);
  border-left: 0;
}

[dir="rtl"] .about-closing__copy {
  margin-right: clamp(120px, 15vw, 290px);
  margin-left: 0;
}

[dir="rtl"] .about-closing__promise {
  margin-right: clamp(120px, 15vw, 290px);
  margin-left: 0;
}

[dir="rtl"] .about-closing__cta {
  margin-right: clamp(120px, 15vw, 290px);
  margin-left: 0;
}

[dir="rtl"] .about-closing__trust {
  margin-right: clamp(120px, 15vw, 290px);
  margin-left: 0;
}

[dir="rtl"] .upload-warning,
[dir="rtl"] .project-form__error {
  border-right: 2px solid var(--ink);
  border-left: 0;
}

[dir="rtl"] .project-form__error {
  border-right-color: #8e2e2e;
}

[dir="rtl"] .footer-bottom nav {
  justify-self: start;
}

button:focus-visible,
dialog:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 5px;
}

@media (max-width: 1023px) {
  .sticky-quote-rail {
    display: none;
  }
}

@media (max-width: 600px) {
  .project-modal {
    width: calc(100vw - 24px);
    max-height: calc(100dvh - 24px);
  }

  .project-modal__shell {
    max-height: calc(100dvh - 24px);
  }

  .project-modal__header {
    padding: 26px 22px 24px;
  }

  .project-modal__header h2,
  .project-form-success h2 {
    font-size: 42px;
  }

  .project-modal__close {
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
  }

  .project-form__body {
    gap: 22px;
    padding: 28px 22px 32px;
  }

  .project-form__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .upload-reveal span {
    font-size: 22px;
  }

  .project-form__footer {
    gap: 14px;
    min-height: 84px;
    padding: 16px 22px;
  }

  .project-form__footer p {
    max-width: 130px;
    line-height: 1.35;
  }

  .project-form__submit {
    min-width: 132px;
  }

  .project-form-success {
    min-height: 480px;
    padding: 72px 28px;
  }
}
