/* The about page follows one fine line, from an idea to our original symbol. */
.about-story {
  --about-stroke: 1.5px;
}
.about-hero {
  text-align: center;
  padding-top: clamp(36px, 5.5vh, 66px);
  padding-bottom: 28px;
}
.about-kicker,
.about-section-label {
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
}
.about-hero h1 {
  font-size: clamp(44px, 4.7vw, 64px);
  line-height: 1.2;
  letter-spacing: -0.055em;
  margin-top: 19px;
}
.about-hero-lead {
  max-width: 700px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}
.about-film {
  margin: 26px auto 0;
  width: 100%;
}
.about-film-stage {
  position: relative;
  height: clamp(210px, 30vh, 320px);
  overflow: hidden;
}
.about-film-art {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.about-film-ink {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5px;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  opacity: 0;
}
.about-film-final-lines path {
  stroke-width: 1.25px;
  vector-effect: non-scaling-stroke;
}
.about-film-symbol {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 65%;
  width: auto;
  transform: translate(-50%, -50%);
}
.about-film-footer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  margin-top: 3px;
}
.about-film-caption {
  font-size: 13px;
  color: var(--muted);
}
.about-motion-control {
  position: absolute;
  right: 0;
  display: inline-flex;
  gap: 7px;
  align-items: center;
  padding: 10px 11px;
  min-height: 44px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: var(--muted);
  font-size: 12px;
}
.about-motion-control:hover {
  color: var(--ink);
  background: var(--soft);
}
.about-motion-control svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.about-scroll-link {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  font-size: 13px;
  min-height: 44px;
  margin-top: 3px;
}
.about-scroll-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.about-body {
  max-width: 1360px;
}
.about-chapter {
  padding-block: clamp(68px, 7.8vw, 112px);
  border-top: 1px solid var(--line);
  scroll-margin-top: 28px;
}
.about-section-label {
  display: flex;
  gap: 18px;
  margin-bottom: 37px;
}
.about-section-label span {
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}
.about-story h2 {
  font-size: clamp(30px, 3.3vw, 44px);
  line-height: 1.4;
  letter-spacing: -0.05em;
}
.about-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(36px, 6.2vw, 96px);
}
.about-prose {
  font-size: 17px;
  line-height: 1.95;
  max-width: 600px;
  color: var(--muted);
}
.about-prose p + p {
  margin-top: 22px;
}
.about-section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
}
.about-section-heading .text-link {
  margin-bottom: 9px;
  flex-shrink: 0;
}
.about-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 34px;
  margin-top: 40px;
}
.about-product-grid article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.about-drawing {
  width: 100%;
  overflow: hidden;
}
.about-line-art {
  width: 100%;
  height: auto;
}
.about-line-art path,
.about-line-art circle {
  vector-effect: non-scaling-stroke;
  stroke-width: var(--about-stroke);
}
.about-drawing figcaption {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.7;
  margin-top: 3px;
}
.about-product-grid .about-drawing {
  margin-bottom: 33px;
}
.about-product-name {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 13px;
}
.about-product-grid h3 {
  font-size: 23px;
  line-height: 1.5;
  letter-spacing: -0.03em;
  max-width: 340px;
  margin-bottom: 17px;
}
.about-product-grid h3 + p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 26px;
}
.about-product-grid .text-link {
  font-size: 14px;
  margin-top: auto;
}
.about-principle-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.about-principle-list li {
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}
.about-principle-list li:first-child {
  padding-top: 5px;
}
.about-principle-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.about-principle-list h3 {
  font-size: 21px;
  letter-spacing: -0.025em;
  margin-bottom: 9px;
}
.about-principle-list p {
  font-size: 16px;
  line-height: 1.9;
  color: var(--muted);
}
.about-book {
  max-width: 470px;
  margin-top: 60px;
}
.about-workshop {
  margin-top: 57px;
}
.about-workshop figcaption {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  font-size: 12px;
  margin-top: 16px;
}
.about-workshop figcaption span {
  font-size: 11px;
}
.about-symbol-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(36px, 6.2vw, 96px);
}
.about-symbol-grid .about-prose {
  margin-top: 25px;
}
.about-symbol-art {
  position: relative;
}
.about-symbol-art img {
  position: absolute;
  height: 62%;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-connect {
  padding-bottom: 54px;
}
.about-connect .actions {
  gap: 25px;
}
.about-company {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 1.3fr 1.1fr;
  gap: 25px;
  border-top: 1px solid var(--line);
  margin: 75px 0 0;
  padding-top: 30px;
}
.about-company dt {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 9px;
}
.about-company dd {
  font-size: 13px;
  margin: 0;
  overflow-wrap: anywhere;
}
.about-company a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (min-width: 1500px) {
  .about-film-stage {
    height: clamp(260px, 30vh, 360px);
  }
}
@media (max-width: 900px) {
  .about-product-grid {
    column-gap: 23px;
  }
  .about-product-grid h3 {
    font-size: 20px;
  }
  .about-product-grid .about-drawing figcaption {
    display: none;
  }
  .about-split,
  .about-symbol-grid {
    gap: 34px;
  }
  .about-company {
    grid-template-columns: 1fr 1fr;
    row-gap: 25px;
  }
}
@media (max-width: 640px) {
  .about-story {
    --about-stroke: 1.25px;
  }
  .about-hero {
    padding-top: 40px;
    padding-bottom: 25px;
  }
  .about-hero h1 {
    font-size: clamp(39px, 11.4vw, 50px);
    line-height: 1.25;
    margin-top: 17px;
  }
  .about-hero-lead {
    font-size: 14px;
    line-height: 1.9;
    margin-top: 22px;
    max-width: 390px;
  }
  .about-desktop-break {
    display: none;
  }
  .about-film {
    margin-top: 12px;
  }
  .about-film-stage {
    height: 214px;
    margin-inline: calc(-1 * var(--gutter));
  }
  .about-film-art {
    width: 756px;
    max-width: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .about-film-symbol {
    height: 173px;
  }
  .about-film-footer {
    justify-content: space-between;
    gap: 9px;
    min-height: 44px;
  }
  .about-film-caption {
    text-align: left;
    font-size: 11px;
  }
  .about-motion-control {
    position: static;
    flex-shrink: 0;
    font-size: 11px;
    padding: 8px 0 8px 6px;
  }
  .about-motion-control svg {
    width: 15px;
  }
  .about-scroll-link {
    margin-top: 4px;
    font-size: 12px;
  }
  .about-chapter {
    padding-block: 58px;
  }
  .about-section-label {
    font-size: 12px;
    margin-bottom: 27px;
  }
  .about-story h2 {
    font-size: clamp(27px, 7.5vw, 34px);
    line-height: 1.45;
  }
  .about-split,
  .about-symbol-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .about-prose {
    font-size: 15px;
    line-height: 1.95;
  }
  .about-prose p + p {
    margin-top: 19px;
  }
  .about-section-heading {
    display: block;
  }
  .about-section-heading .text-link {
    font-size: 13px;
    margin: 24px 0 0;
  }
  .about-product-grid {
    grid-template-columns: 1fr;
    gap: 46px;
    margin-top: 27px;
  }
  .about-product-grid .about-drawing {
    margin-bottom: 20px;
  }
  .about-product-grid .about-drawing figcaption {
    display: block;
  }
  .about-product-grid h3 {
    font-size: 22px;
    max-width: 100%;
  }
  .about-product-grid h3 + p {
    margin-bottom: 18px;
  }
  .about-product-name {
    margin-bottom: 8px;
  }
  .about-principle-list h3 {
    font-size: 20px;
  }
  .about-principle-list p {
    font-size: 15px;
  }
  .about-book {
    max-width: 320px;
    margin: 24px auto 0;
  }
  .about-workshop {
    margin-top: 30px;
  }
  .about-workshop .about-line-art {
    width: 150%;
    max-width: none;
    margin-left: -25%;
  }
  .about-workshop figcaption {
    font-size: 10px;
    gap: 10px;
  }
  .about-workshop figcaption span {
    font-size: 10px;
    white-space: nowrap;
  }
  .about-symbol-art {
    max-width: 430px;
    margin-inline: auto;
  }
  .about-symbol-grid .about-prose {
    margin-top: 20px;
  }
  .about-connect .actions {
    gap: 20px;
  }
  .about-connect .actions .text-link {
    font-size: 13px;
  }
  .about-company {
    grid-template-columns: 1fr;
    margin-top: 50px;
    gap: 20px;
  }
  .about-company dt {
    margin-bottom: 4px;
  }
}
