/* About LP — responsive implementation of the selected reference composition. */

.rk-about {
  overflow: clip;
  background: var(--rk-paper);
  color: var(--rk-ink);
  font-family: var(--rk-font-body);
}

.rk-about *,
.rk-about *::before,
.rk-about *::after {
  box-sizing: border-box;
}

.rk-about img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

.rk-about :focus-visible {
  outline: 3px solid var(--rk-focus-ring);
  outline-offset: 4px;
}

.rk-about-shell {
  width: min(calc(100% - 2 * clamp(28px, 3vw, 48px)), 1320px);
  margin-inline: auto;
}

.rk-about h1,
.rk-about h2,
.rk-about h3 {
  margin: 0;
  color: var(--rk-ink);
  font-family: var(--font-display, var(--rk-font-display));
  font-weight: 800;
  text-wrap: balance;
}

.rk-about h1 {
  max-width: 760px;
  font-size: clamp(50px, 4vw, 58px);
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.rk-about h2 {
  font-size: 30px;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.rk-about h3 {
  font-size: 24px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.rk-about p {
  margin: 0;
  color: var(--rk-ink-soft);
}

.rk-about-kicker {
  display: block;
  margin-bottom: 24px;
  color: var(--rk-emerald-hover);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
}

.rk-about-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.rk-about-button--primary {
  background: var(--rk-emerald);
  color: #fff !important;
  box-shadow: 0 12px 22px -18px rgba(15, 120, 91, 0.72);
}

.rk-about-button--primary:hover {
  background: var(--rk-emerald-hover);
  box-shadow: 0 18px 28px -19px rgba(15, 120, 91, 0.8);
  transform: translateY(-1px);
}

.rk-about-text-link,
.rk-about-closing__secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--rk-emerald-hover) !important;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.rk-about-text-link:hover span,
.rk-about-closing__secondary:hover span {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.rk-about-link-arrow {
  width: 18px;
  height: 18px;
  color: currentColor;
  filter: invert(40%) sepia(45%) saturate(950%) hue-rotate(117deg) brightness(88%);
  transition: transform 180ms ease;
}

.rk-about-text-link:hover .rk-about-link-arrow,
.rk-about-closing__secondary:hover .rk-about-link-arrow {
  transform: translateX(3px);
}

.rk-about-paper-panel {
  border: 1px solid rgba(88, 66, 38, 0.12);
  border-radius: 10px;
  background: var(--rk-paper-2);
  box-shadow: 0 15px 34px -30px rgba(57, 44, 29, 0.48);
}

/* Watercolor botanical accents mirror the quiet framing used in the reference. */
.rk-about-botanical,
.rk-about-heading-sprig {
  position: absolute;
  display: block;
  overflow: hidden;
  pointer-events: none;
}

.rk-about-botanical img,
.rk-about-heading-sprig img {
  position: absolute;
  width: 100%;
  max-width: none;
  height: auto;
}

.rk-about-hero {
  position: relative;
  border-bottom: 1px solid var(--rk-line);
}

.rk-about-hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 550px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 72px 200px 58px;
  text-align: center;
}

.rk-about-hero__intro {
  max-width: 790px;
  margin-top: 28px;
  font-size: 16px;
  line-height: 1.72;
}

.rk-about-hero .rk-about-button {
  min-width: 292px;
  margin-top: 34px;
}

.rk-about-botanical--hero-left,
.rk-about-botanical--hero-right {
  top: 135px;
  width: 142px;
  height: 340px;
}

.rk-about-botanical--hero-left {
  left: clamp(40px, 5vw, 76px);
  transform: rotate(-13deg);
}

.rk-about-botanical--hero-right {
  right: clamp(40px, 5vw, 76px);
  transform: scaleX(-1) rotate(-13deg);
}

.rk-about-botanical--hero-left img,
.rk-about-botanical--hero-right img {
  inset: 0 auto auto 0;
}

.rk-about-section-heading {
  position: relative;
  margin-inline: auto;
  text-align: center;
}

.rk-about-formats {
  padding-block: 48px 64px;
}

.rk-about-section-heading--formats {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 26px;
}

.rk-about-section-heading--formats h2 {
  font-size: 32px;
}

.rk-about-heading-sprig {
  position: relative;
  width: 58px;
  height: 44px;
  transform: rotate(62deg);
}

.rk-about-heading-sprig--right {
  transform: scaleX(-1) rotate(62deg);
}

.rk-about-heading-sprig img {
  top: -1px;
  left: 18px;
  width: 24px;
}

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

.rk-about-format {
  position: relative;
  min-width: 0;
}

.rk-about-format__art {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 0.9;
  border: 1px solid rgba(70, 52, 31, 0.14);
  border-radius: 8px;
  background: var(--rk-paper-2);
  box-shadow: 0 12px 24px -17px rgba(52, 41, 28, 0.46);
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.rk-about-format__art:hover {
  box-shadow: 0 20px 30px -18px rgba(52, 41, 28, 0.54);
  transform: translateY(-2px);
}

.rk-about-format__image {
  position: absolute;
  max-width: none !important;
}

.rk-about-format--picture-book .rk-about-format__image,
.rk-about-format--animation .rk-about-format__image,
.rk-about-format--music-video .rk-about-format__image,
.rk-about-format--comic .rk-about-format__image {
  inset: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.rk-about-format--picture-book .rk-about-format__image {
  object-position: center;
}

.rk-about-format--music-video .rk-about-format__image {
  object-position: 52% center;
}

.rk-about-format--animation .rk-about-format__image {
  object-position: center;
}

.rk-about-format--comic .rk-about-format__image {
  object-position: center;
}

.rk-about-format__copy {
  padding: 24px 18px 0;
}

.rk-about-format h3 {
  font-size: 20px;
}

.rk-about-format p {
  min-height: 72px;
  margin-top: 13px;
  font-size: 15px;
  line-height: 1.55;
}

.rk-about-format .rk-about-text-link {
  margin-top: 18px;
}

.rk-about-format__connector {
  position: absolute;
  z-index: 3;
  top: 31%;
  right: -36px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: var(--rk-emerald);
}

.rk-about-format__connector-icon {
  width: 26px;
  height: 26px;
  filter: invert(50%) sepia(48%) saturate(780%) hue-rotate(117deg) brightness(85%);
}

.rk-about-mission {
  padding-block: 0 30px;
}

.rk-about-mission__layout {
  display: grid;
  grid-template-columns: minmax(360px, 420px) minmax(0, 1fr);
  gap: 64px;
  min-height: 430px;
  align-items: center;
  padding: 32px 72px 32px 52px;
}

.rk-about-mission__figure {
  position: relative;
  height: 362px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(63, 47, 30, 0.14);
  border-radius: 9px;
  background: var(--rk-paper-2);
  box-shadow: 0 16px 26px -20px rgba(35, 29, 23, 0.54);
}

.rk-about-mission__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 334%;
  max-width: none !important;
  transform: translate(-1.28%, -51.63%);
}

.rk-about-mission__copy {
  max-width: 770px;
}

.rk-about-mission-block p {
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.6;
}

.rk-about-mission-block--second {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid var(--rk-line);
}

.rk-about-mission-block h3 {
  font-size: 28px;
}

.rk-about-audience {
  padding-block: 0 30px;
}

.rk-about-audience__layout {
  display: grid;
  min-height: 450px;
  grid-template-columns: minmax(420px, 0.82fr) minmax(0, 1.18fr);
  overflow: hidden;
  border: 1px solid rgba(88, 66, 38, 0.1);
  border-radius: 10px;
  background: var(--rk-paper-2);
}

.rk-about-audience__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px 52px 50px 40px;
}

.rk-about-audience__copy h2 {
  max-width: 390px;
  font-size: 32px;
}

.rk-about-audience__copy > p {
  max-width: 460px;
  margin-top: 22px;
  font-size: 15px;
  line-height: 1.62;
}

.rk-about-audience__list {
  display: grid;
  gap: 13px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.rk-about-audience__list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--rk-ink-soft);
  font-size: 14px;
  font-weight: 700;
}

.rk-about-audience__list img {
  width: 20px;
  height: 20px;
  color: var(--rk-emerald);
  filter: invert(48%) sepia(53%) saturate(720%) hue-rotate(117deg) brightness(86%);
}

.rk-about-audience__copy .rk-about-text-link {
  margin-top: 30px;
}

.rk-about-audience__figure {
  position: relative;
  display: grid;
  grid-template-columns: 54% 46%;
  min-height: 450px;
  margin: 0;
  overflow: hidden;
  background: #272335;
}

.rk-about-audience__pane {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.rk-about-audience__pane--pipes {
  left: 0;
  width: 54.1%;
}

.rk-about-audience__pane--character {
  right: 0;
  width: 46%;
}

.rk-about-audience__image {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none !important;
}

.rk-about-audience__pane--pipes .rk-about-audience__image {
  width: 291.59%;
  transform: translate(-32.85%, -52.39%);
}

.rk-about-audience__pane--character .rk-about-audience__image {
  width: 332.8%;
  transform: translate(-68.99%, -51.63%);
}

.rk-about-trust {
  padding-block: 0 36px;
}

.rk-about-trust__layout {
  display: grid;
  min-height: 255px;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 32px;
  align-items: center;
  padding: 34px 72px;
}

.rk-about-trust__icon {
  display: grid;
  place-items: center;
}

.rk-about-trust__icon img {
  width: 128px;
  height: 128px;
  color: var(--rk-emerald);
  filter: invert(44%) sepia(20%) saturate(960%) hue-rotate(112deg) brightness(84%);
}

.rk-about-trust__copy {
  max-width: 820px;
}

.rk-about-trust__copy p {
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.62;
}

.rk-about-trust__copy .rk-about-text-link {
  margin-top: 20px;
}

.rk-about-faq {
  padding-block: 0 42px;
}

.rk-about-section-heading--faq {
  display: flex;
  align-items: center;
  gap: 28px;
}

.rk-about-section-heading--faq::before,
.rk-about-section-heading--faq::after {
  height: 1px;
  flex: 1;
  background: var(--rk-line);
  content: '';
}

.rk-about-section-heading--faq h2 {
  font-size: 30px;
}

.rk-about-faq__list {
  width: min(100% - 120px, 1180px);
  margin: 24px auto 0;
  border-top: 1px solid var(--rk-line);
}

.rk-about-faq-item {
  border-bottom: 1px solid var(--rk-line);
}

.rk-about-faq-item summary {
  display: flex;
  min-height: 52px;
  cursor: pointer;
  list-style: none;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 3px;
  color: var(--rk-ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}

.rk-about-faq-item summary::-webkit-details-marker {
  display: none;
}

.rk-about-faq-item summary img {
  width: 18px;
  height: 18px;
  opacity: 0.8;
  transition: transform 160ms ease;
}

.rk-about-faq-item[open] summary img {
  transform: rotate(180deg);
}

.rk-about-faq-item p {
  max-width: 900px;
  padding: 0 40px 18px 3px;
  font-size: 14px;
  line-height: 1.65;
}

.rk-about-closing {
  position: relative;
  border-top: 1px solid var(--rk-line);
}

.rk-about-closing__layout {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 170px;
  align-items: center;
  justify-content: center;
  gap: 56px;
  padding-inline: 170px;
}

.rk-about-closing__copy h2 {
  font-size: 30px;
}

.rk-about-closing__copy p {
  margin-top: 8px;
  font-size: 15px;
}

.rk-about-closing__actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 38px;
}

.rk-about-closing .rk-about-button {
  min-height: 48px;
  padding-inline: 24px;
  font-size: 14px;
}

.rk-about-botanical--closing-left,
.rk-about-botanical--closing-right {
  top: 16px;
  width: 74px;
  height: 136px;
}

.rk-about-botanical--closing-left {
  left: clamp(90px, 12vw, 190px);
  transform: rotate(-54deg);
}

.rk-about-botanical--closing-right {
  right: clamp(90px, 12vw, 190px);
  transform: scaleX(-1) rotate(-54deg);
}

.rk-about-botanical--closing-left img,
.rk-about-botanical--closing-right img {
  inset: 0 auto auto 0;
}

@media (max-width: 1100px) {
  .rk-about-hero__copy {
    padding-inline: 150px;
  }

  .rk-about-formats__grid {
    gap: 28px;
  }

  .rk-about-format__connector {
    right: -27px;
  }

  .rk-about-mission__layout {
    grid-template-columns: minmax(320px, 370px) minmax(0, 1fr);
    gap: 44px;
    padding-inline: 36px 48px;
  }

  .rk-about-audience__layout {
    grid-template-columns: minmax(380px, 0.82fr) minmax(0, 1.18fr);
  }

  .rk-about-closing__layout {
    padding-inline: 120px;
  }
}

@media (max-width: 900px) {
  .rk-about-hero__copy {
    min-height: 0;
    padding: 64px 72px 52px;
  }

  .rk-about-formats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 28px;
  }

  .rk-about-format__connector {
    display: none;
  }

  .rk-about-mission__layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    padding: 32px;
  }

  .rk-about-audience__layout {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
  }

  .rk-about-audience__copy {
    padding: 42px;
  }

  .rk-about-audience__figure {
    min-height: 380px;
  }

  .rk-about-trust__layout {
    grid-template-columns: 160px minmax(0, 1fr);
    padding: 34px 42px;
  }

  .rk-about-closing__layout {
    min-height: 0;
    flex-direction: column;
    gap: 24px;
    padding: 44px 96px;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .rk-about-shell {
    width: min(calc(100% - 40px), 1320px);
  }

  .rk-about h1 {
    max-width: none;
    font-size: clamp(38px, 12vw, 46px);
    line-height: 1.02;
  }

  .rk-about h2 {
    font-size: 28px;
  }

  .rk-about h3 {
    font-size: 22px;
  }

  .rk-about-kicker {
    margin-bottom: 18px;
    font-size: 15px;
  }

  .rk-about-hero__copy {
    padding: 54px 0 46px;
  }

  .rk-about-hero__intro {
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.65;
  }

  .rk-about-hero .rk-about-button {
    width: 100%;
    min-width: 0;
    margin-top: 28px;
  }

  .rk-about-botanical--hero-left,
  .rk-about-botanical--hero-right {
    display: none;
  }

  .rk-about-formats {
    padding-block: 36px 46px;
  }

  .rk-about-section-heading--formats {
    gap: 12px;
  }

  .rk-about-section-heading--formats h2 {
    font-size: 28px;
  }

  .rk-about-heading-sprig {
    width: 34px;
  }

  .rk-about-formats__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
    margin-top: 28px;
  }

  .rk-about-format__copy {
    padding: 18px 4px 0;
  }

  .rk-about-format p {
    min-height: 0;
  }

  .rk-about-mission {
    padding-bottom: 22px;
  }

  .rk-about-mission__layout {
    gap: 24px;
    padding: 22px;
  }

  .rk-about-mission__figure {
    height: 260px;
  }

  .rk-about-mission-block--second {
    margin-top: 26px;
    padding-top: 24px;
  }

  .rk-about-audience {
    padding-bottom: 22px;
  }

  .rk-about-audience__copy {
    padding: 30px 22px;
  }

  .rk-about-audience__copy h2,
  .rk-about-audience__copy > p {
    max-width: none;
  }

  .rk-about-audience__copy h2 {
    font-size: 28px;
  }

  .rk-about-audience__figure {
    min-height: 300px;
  }

  .rk-about-trust {
    padding-bottom: 24px;
  }

  .rk-about-trust__layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    padding: 28px 22px;
  }

  .rk-about-trust__icon img {
    width: 92px;
    height: 92px;
  }

  .rk-about-trust__copy {
    max-width: none;
  }

  .rk-about-faq {
    padding-bottom: 32px;
  }

  .rk-about-section-heading--faq {
    gap: 16px;
  }

  .rk-about-faq__list {
    width: 100%;
  }

  .rk-about-faq-item summary {
    min-height: 60px;
    gap: 16px;
  }

  .rk-about-faq-item p {
    padding-right: 3px;
  }

  .rk-about-closing__layout {
    align-items: stretch;
    padding: 48px 0;
  }

  .rk-about-closing__actions {
    width: 100%;
    flex-direction: column;
    gap: 14px;
  }

  .rk-about-closing .rk-about-button {
    width: 100%;
  }

  .rk-about-closing__secondary {
    min-height: 44px;
    justify-content: center;
  }

  .rk-about-botanical--closing-left,
  .rk-about-botanical--closing-right {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rk-about *,
  .rk-about *::before,
  .rk-about *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
