.about-page {
  background: #fffdf9;
}

.about-main {
  color: var(--kitto-ink);
  background: #fffdf9;
}

.about-shell {
  width: min(1120px, calc(100% - 56px));
  margin: 0 auto;
}

.about-breadcrumb {
  width: min(1120px, calc(100% - 56px));
  margin: 0 auto;
  padding: 104px 0 18px;
}

.about-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--kitto-muted);
  font-size: 12px;
}

.about-breadcrumb li + li::before {
  content: ">";
  margin-right: 9px;
  color: rgba(38, 50, 47, .38);
}

.about-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.about-progress {
  position: fixed;
  top: 50%;
  right: 26px;
  z-index: 20;
  display: grid;
  gap: 10px;
  transform: translateY(-50%);
}

.about-progress a {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 174px;
  color: rgba(38, 50, 47, .52);
  font-size: 11px;
  line-height: 1.35;
  text-decoration: none;
}

.about-progress span {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(0, 177, 160, .28);
  border-radius: 999px;
  color: var(--kitto-teal);
  font-size: 10px;
  background: rgba(255, 253, 249, .72);
}

.about-progress a.is-active {
  color: var(--kitto-ink);
  font-weight: 700;
}

.about-progress a.is-active span {
  border-color: var(--kitto-teal);
  color: #fffdf9;
  background: var(--kitto-teal);
}

.about-hero {
  position: relative;
  min-height: calc(100vh - 94px);
  overflow: hidden;
}

.about-hero__image {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 253, 249, .96) 0%, rgba(255, 253, 249, .82) 34%, rgba(255, 253, 249, .12) 62%, rgba(255, 253, 249, .04) 100%),
    url("../../img/kitto-one/images/kitto-one-about-hero-voice-watercolor-v1.png") center center / cover no-repeat;
}

.about-hero__inner {
  position: relative;
  display: flex;
  align-items: center;
  min-height: calc(100vh - 94px);
  padding: 82px 0 112px;
}

.about-hero__copy {
  max-width: 650px;
}

.about-kicker {
  margin: 0 0 18px;
  color: var(--kitto-teal);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}

.about-page-title {
  margin: 0 0 18px;
  color: var(--kitto-teal);
  font-family: var(--kitto-font-serif);
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 500;
  line-height: 1.4;
}

.about-title {
  margin: 0 0 30px;
  color: var(--kitto-deep);
  font-family: var(--kitto-font-serif);
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 500;
  line-height: 1.3;
}

.copy-line--nowrap {
  white-space: nowrap;
  word-break: keep-all;
}

.about-lead {
  max-width: 560px;
  margin: 0;
  color: rgba(38, 50, 47, .74);
  font-size: 15px;
  line-height: 2.05;
}

.about-section {
  position: relative;
  padding: clamp(92px, 11vw, 148px) 0;
}

.about-section--soft {
  background: #f8f2e7;
}

.about-section--quiet {
  background:
    linear-gradient(180deg, #fffdf9 0%, #f7faf7 100%);
}

.about-two-column {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(300px, .58fr);
  gap: clamp(44px, 7vw, 94px);
  align-items: center;
}

.about-two-column--reverse {
  grid-template-columns: minmax(300px, .58fr) minmax(0, .9fr);
}

.about-heading {
  margin: 0 0 28px;
  color: var(--kitto-deep);
  font-family: var(--kitto-font-serif);
  font-size: clamp(31px, 4.1vw, 54px);
  font-weight: 500;
  line-height: 1.55;
}

.about-heading--member {
  font-size: clamp(27px, 3.25vw, 45px);
}

.about-heading--unnamed,
.about-heading--message {
  font-size: clamp(28px, 3.55vw, 47px);
}

.about-heading--okinawa {
  font-size: clamp(27px, 3.35vw, 44px);
  line-height: 1.5;
}

.about-text {
  margin: 0 0 18px;
  color: var(--kitto-muted);
  font-size: 15px;
  line-height: 2.05;
}

.about-text:last-child {
  margin-bottom: 0;
}

.about-text-line {
  display: block;
}

@media (min-width: 861px) {
  .about-text-line--nowrap {
    white-space: nowrap;
    font-size: 13.5px;
    letter-spacing: 0;
  }

  .about-text-line--message {
    white-space: nowrap;
    font-size: 13.5px;
    letter-spacing: 0;
  }

  .about-text-line--short {
    white-space: nowrap;
  }

  .about-text-line--wide,
  .about-text-line--long {
    white-space: nowrap;
    font-size: 13.5px;
    letter-spacing: 0;
  }

  .about-text-line--closing {
    white-space: nowrap;
    font-size: 14px;
    letter-spacing: 0;
  }
}

.about-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #efe7da;
  box-shadow: 0 28px 56px rgba(32, 45, 41, .11);
}

.about-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.about-photo--busy img {
  height: auto;
  min-height: 0;
  object-fit: contain;
  object-position: center center;
}

.about-photo--message img {
  object-position: center 44%;
}

.about-photo--busy {
  align-self: start;
  height: auto;
  margin-top: 66px;
  background: #fffdf9;
}

.about-photo--question {
  align-self: end;
  height: 340px;
}

.about-photo--message {
  height: 500px;
}

.about-photo--more-sara {
  height: 520px;
}

.about-photo--more-sara img {
  object-position: center 78%;
}

.about-quote {
  margin: 40px 0 0;
  padding: clamp(26px, 4vw, 42px);
  border-left: 2px solid var(--kitto-teal);
  background: rgba(255, 253, 249, .72);
}

.about-quote__label {
  margin: 0 0 18px;
  color: var(--kitto-teal);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}

.about-quote blockquote {
  margin: 0;
  color: var(--kitto-deep);
  font-family: var(--kitto-font-serif);
  font-size: clamp(20px, 2.2vw, 29px);
  line-height: 1.8;
}

.about-quote--compact {
  margin-top: 30px;
  padding: clamp(22px, 3vw, 32px);
}

.about-quote--compact blockquote {
  font-size: clamp(18px, 1.65vw, 24px);
  line-height: 1.75;
}

.about-quote .copy-line--nowrap {
  display: block;
}

.about-quote figcaption {
  margin-top: 20px;
  color: var(--kitto-muted);
  font-size: 12px;
}

.about-life-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 44px;
}

.about-life-card {
  min-height: 178px;
  padding: 24px;
  border: 1px solid rgba(0, 177, 160, .18);
  border-radius: 6px;
  background: rgba(255, 253, 249, .78);
}

.about-life-card span {
  display: block;
  margin-bottom: 18px;
  color: var(--kitto-teal);
  font-size: 12px;
  font-weight: 700;
}

.about-life-card b {
  display: block;
  margin-bottom: 10px;
  color: var(--kitto-deep);
  font-family: var(--kitto-font-serif);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.55;
}

.about-life-card p {
  margin: 0;
  color: var(--kitto-muted);
  font-size: 13px;
  line-height: 1.85;
}

.about-life-card .about-life-line {
  display: block;
  margin: 0;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
}

@media (min-width: 861px) {
  .about-life-card .about-life-line--nowrap {
    white-space: nowrap;
    font-size: 12.5px;
    letter-spacing: 0;
  }
}

.about-principles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.about-principle {
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(38, 50, 47, .08);
  border-radius: 6px;
  background: rgba(255, 253, 249, .82);
}

.about-principle span {
  display: block;
  margin-bottom: 18px;
  color: var(--kitto-teal);
  font-size: 12px;
  font-weight: 700;
}

.about-principle h3 {
  margin: 0 0 12px;
  color: var(--kitto-deep);
  font-family: var(--kitto-font-serif);
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 500;
  line-height: 1.55;
}

.about-principle p {
  margin: 0;
  color: var(--kitto-muted);
  font-size: 13px;
  line-height: 1.9;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.about-product-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 3vw, 32px);
  min-height: 360px;
  padding: 34px;
  border-radius: 6px;
  background:
    radial-gradient(circle at 28% 22%, rgba(0, 177, 160, .14), transparent 38%),
    linear-gradient(135deg, #fffdf9 0%, #f4eee2 100%);
}

.about-product-visual img {
  width: min(38%, 148px);
  height: auto;
  filter: drop-shadow(0 22px 34px rgba(32, 45, 41, .16));
}

.about-closing {
  padding: clamp(98px, 13vw, 168px) 0;
  text-align: left;
  color: #fffdf9;
  background:
    linear-gradient(90deg, rgba(18, 42, 48, .54) 0%, rgba(18, 42, 48, .34) 42%, rgba(18, 42, 48, .08) 70%),
    linear-gradient(180deg, rgba(18, 42, 48, .06), rgba(18, 42, 48, .36)),
    url("../../img/kitto-one/images/about-closing-unnamed-v1.png") center center / cover no-repeat;
}

.about-closing .about-shell {
  max-width: 1120px;
}

.about-closing .about-heading {
  color: #fffdf9;
}

.about-closing .about-text {
  max-width: 860px;
  margin-left: 0;
  margin-right: 0;
  color: rgba(255, 253, 249, .88);
}

.about-actions--closing {
  justify-content: flex-start;
}

@media (max-width: 1180px) {
  .about-progress {
    display: none;
  }
}

@media (max-width: 860px) {
  .about-shell,
  .about-breadcrumb {
    width: min(100% - 32px, 620px);
  }

  .about-breadcrumb {
    padding-top: 88px;
  }

  .about-hero,
  .about-hero__inner {
    min-height: 720px;
  }

  .about-hero__image {
    background:
      linear-gradient(180deg, rgba(255, 253, 249, .96) 0%, rgba(255, 253, 249, .82) 45%, rgba(255, 253, 249, .4) 100%),
      url("../../img/kitto-one/images/kitto-one-about-hero-voice-watercolor-v1.png") 68% center / cover no-repeat;
  }

  .about-title {
    font-size: clamp(27px, 6.8vw, 36px);
  }

  .about-heading .copy-line--nowrap {
    font-size: .92em;
  }

  .about-heading--member {
    font-size: clamp(21px, 5.2vw, 30px);
  }

  .about-heading--unnamed,
  .about-heading--message {
    font-size: clamp(23px, 6vw, 32px);
  }

  .about-heading--okinawa {
    font-size: clamp(20px, 5vw, 28px);
  }

  .about-quote .copy-line--nowrap {
    font-size: 15px;
  }

  .about-quote--compact blockquote {
    font-size: 16px;
  }

  .about-two-column,
  .about-two-column--reverse {
    grid-template-columns: 1fr;
  }

  .about-two-column--reverse .about-photo {
    order: 2;
  }

  .about-life-grid,
  .about-principles {
    grid-template-columns: 1fr;
  }

  .about-photo img {
    min-height: 260px;
  }

  .about-photo--busy,
  .about-photo--question,
  .about-photo--message,
  .about-photo--more-sara {
    height: auto;
    margin-top: 0;
  }

  .about-photo--busy img {
    max-height: none;
    object-position: center center;
  }

  .about-photo--message img {
    max-height: 460px;
  }

  .about-photo--more-sara img {
    max-height: 520px;
    object-position: center 78%;
  }

  .about-closing {
    background:
      linear-gradient(180deg, rgba(18, 42, 48, .46), rgba(18, 42, 48, .4)),
      url("../../img/kitto-one/images/about-closing-unnamed-v1.png") 62% center / cover no-repeat;
  }

  .about-product-visual {
    min-height: 260px;
  }
}
