.site-nav .nav-current {
  color: var(--red);
  background: rgba(239, 47, 53, 0.08);
}

.story-main {
  margin-top: 24px;
}

.inspiration-band {
  width: 100%;
  padding: 76px max(3vw, calc((100vw - 1180px) / 2));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(239, 47, 53, 0.055), transparent 28%),
    linear-gradient(315deg, rgba(8, 118, 216, 0.065), transparent 34%),
    rgba(255, 253, 248, 0.94);
}

.story-shell {
  width: min(100%, 1180px);
  margin: 0 auto;
}

.story-heading {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}

.story-heading h1 {
  font-size: clamp(2.3rem, 4.4vw, 4rem);
  line-height: 1;
  text-transform: uppercase;
}

.story-heading p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--muted);
  line-height: 1.65;
}

.story-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1.14fr);
  align-items: center;
  gap: clamp(32px, 6vw, 78px);
  padding: 34px 0 64px;
}

.story-intro-copy {
  display: grid;
  gap: 12px;
}

.story-kicker,
.story-overline {
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.story-opening {
  margin: 8px 0 0;
  color: #4a474c;
  font-family: var(--display);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 800;
}

.story-intro h2 {
  max-width: 540px;
  font-size: clamp(2.35rem, 5vw, 4.2rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.story-visual,
.story-gallery figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--stroke);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--soft-shadow);
}

.story-visual {
  aspect-ratio: 1.35 / 1;
}

.story-visual img,
.story-gallery img {
  object-fit: cover !important;
  min-width: 129% !important;
  width: 100%;
  height: 100%;
  transition: transform 0.45s ease;
}

.story-visual img,
.story-gallery img {
  object-fit: cover !important;
  width: 100%;
  height: 100%;
  transition: transform 0.45s ease;
}

.story-visual-family img {
  object-position: left 12%;
}

.story-visual-family-first img {
  min-width: 100% !important;
  object-position: center;
}

.story-visual:hover img,
.story-gallery figure:hover img {
  transform: scale(1.025);
}

.story-visual figcaption,
.story-gallery figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 6px;
  color: var(--black);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 20px rgba(24, 28, 38, 0.1);
  font-size: 0.76rem;
  font-weight: 900;
  text-align: center;
  backdrop-filter: blur(12px);
}

.story-flow {
  border-bottom: 1px solid var(--line);
}

.story-chapter {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: clamp(22px, 4vw, 52px);
  padding: 58px 0;
  border-top: 1px solid var(--line);
}

.story-chapter-wide {
  margin-right: calc(-1 * max(3vw, calc((100vw - 1180px) / 2)));
  margin-left: calc(-1 * max(3vw, calc((100vw - 1180px) / 2)));
  padding-right: max(3vw, calc((100vw - 1180px) / 2));
  padding-left: max(3vw, calc((100vw - 1180px) / 2));
  background: linear-gradient(90deg, rgba(8, 118, 216, 0.06), rgba(255, 255, 255, 0.28), rgba(239, 47, 53, 0.045));
}

.story-card {
  display: grid;
  place-items: center;
  width: 58px;
  height: 78px;
  border: 3px solid var(--white);
  border-radius: 8px;
  color: var(--white);
  box-shadow: 0 10px 24px rgba(24, 28, 38, 0.13);
  font-family: var(--display);
  font-size: 1.1rem;
  font-weight: 950;
  transform: rotate(-3deg);
}

.story-card-red {
  background: var(--red);
}

.story-card-blue {
  background: var(--blue);
  transform: rotate(3deg);
}

.story-card-yellow {
  color: var(--black);
  background: var(--yellow);
}

.story-card-green {
  background: var(--green);
  transform: rotate(3deg);
}

.story-copy {
  display: grid;
  gap: 14px;
  max-width: 900px;
}

.story-copy h2,
.story-creation-copy h2 {
  max-width: 780px;
  font-size: clamp(1.75rem, 3.4vw, 2.8rem);
  line-height: 1.02;
}

.story-copy p,
.story-creation-copy p,
.story-closing p {
  max-width: 860px;
  margin: 0;
  color: #4f4b52;
  font-size: 1rem;
  line-height: 1.78;
}

.story-copy em {
  color: var(--black);
  font-weight: 750;
}

.story-copy blockquote {
  margin: 6px 0;
  padding: 4px 0 4px 20px;
  border-left: 4px solid var(--red);
  color: var(--black);
  font-family: var(--display);
  font-size: clamp(1.35rem, 2.8vw, 2.1rem);
  font-weight: 950;
  line-height: 1.08;
}

.story-chapter-wide blockquote {
  border-color: var(--blue);
  color: var(--red);
}

.story-chapter-dream blockquote {
  border-color: var(--green);
}

.story-questions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  color: var(--blue);
  font-family: var(--display);
  font-size: 1.18rem;
  font-weight: 900;
}

.story-missed {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 12px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.story-missed strong {
  padding-top: 11px;
  border-top: 3px solid var(--red);
  font-family: var(--display);
  font-size: 1.05rem;
  line-height: 1.2;
}

.story-missed strong:nth-child(2) {
  border-color: var(--blue);
}

.story-missed strong:nth-child(3) {
  border-color: var(--green);
}

.story-creation {
  padding: 72px 0 62px;
}

.story-creation-copy {
  display: grid;
  gap: 15px;
  max-width: 920px;
  margin-bottom: 34px;
}

.story-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.story-gallery figure,
.story-gallery figure:nth-child(2),
.story-gallery figure:nth-child(3) {
  height: 320px;
  margin-top: 0;
}

.story-gallery img {
  object-position: center 12%;
}

.story-moments {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.story-moments p {
  margin: 0;
  padding: 25px 22px;
  border-right: 1px solid var(--line);
  color: #555159;
  font-size: 0.92rem;
  line-height: 1.55;
}

.story-moments p:nth-child(1) {
  border-top: 4px solid var(--red);
}

.story-moments p:nth-child(2) {
  border-top: 4px solid var(--blue);
}

.story-moments p:nth-child(3) {
  border-top: 4px solid var(--green);
  border-right: 0;
}

.story-moments>strong {
  grid-column: 1 / -1;
  padding: 24px;
  border-top: 1px solid var(--line);
  font-family: var(--display);
  font-size: clamp(1.2rem, 2.5vw, 1.7rem);
  text-align: center;
}

.story-closing {
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: 64px 0 6px;
  text-align: center;
}

.story-closing p {
  max-width: 780px;
}

.story-closing h2 {
  max-width: 820px;
  color: var(--red);
  font-size: clamp(2.2rem, 5vw, 4.1rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.story-closing .primary-action {
  margin-top: 4px;
}

.about-band {
  width: 100%;
  padding: 76px max(3vw, calc((100vw - 1180px) / 2));
  scroll-margin-top: calc(var(--promo-height) + 96px);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(120deg, rgba(255, 210, 31, 0.08), transparent 32%),
    linear-gradient(300deg, rgba(57, 168, 69, 0.06), transparent 36%),
    rgba(255, 255, 255, 0.84);
}

.about-shell {
  width: min(100%, 1180px);
  margin: 0 auto;
}

.about-heading {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.about-origin {
  display: grid;
  grid-template-columns: minmax(0, 900px);
  justify-content: center;
  align-items: center;
  gap: clamp(34px, 6vw, 76px);
  padding: 44px 0 68px;
  border-bottom: 1px solid var(--line);
}

.about-origin-copy {
  display: grid;
  gap: 15px;
}

.about-origin-copy blockquote {
  margin: 0;
  color: var(--red);
  font-family: var(--display);
  font-size: clamp(1.65rem, 3.3vw, 2.75rem);
  font-weight: 950;
  line-height: 1.04;
}

.about-origin-copy h3,
.about-welcome h3,
.team-heading h3 {
  font-size: clamp(1.75rem, 3.4vw, 2.8rem);
  line-height: 1.02;
}

.about-origin-copy p,
.about-welcome p,
.team-heading p,
.team-member p {
  margin: 0;
  color: #504c53;
  font-size: 1rem;
  line-height: 1.75;
}

.about-visual {
  position: relative;
  height: 430px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--stroke);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--soft-shadow);
}

.about-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 12%;
  transition: transform 0.45s ease;
}

.about-visual:hover img {
  transform: scale(1.025);
}

.about-visual figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 6px;
  color: var(--black);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 20px rgba(24, 28, 38, 0.1);
  font-size: 0.78rem;
  font-weight: 900;
  text-align: center;
  backdrop-filter: blur(12px);
}

.about-welcome {
  display: grid;
  gap: 15px;
  max-width: 920px;
  padding: 70px 0;
}

.about-welcome h3 {
  max-width: 720px;
}

.team-section {
  padding: 62px 0 8px;
  border-top: 1px solid var(--line);
}

.team-heading {
  display: grid;
  gap: 10px;
  max-width: 720px;
  margin-bottom: 32px;
}

.team-heading>span {
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.team-member {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 350px;
  padding: 22px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--red);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 14px 34px rgba(24, 28, 38, 0.08);
}

.team-member-blue {
  border-top-color: var(--blue);
}

.team-member-green {
  border-top-color: var(--green);
}

.team-initials {
  display: grid;
  place-items: center;
  width: 52px;
  height: 68px;
  margin-bottom: 6px;
  border: 3px solid var(--white);
  border-radius: 8px;
  color: var(--white);
  background: var(--red);
  box-shadow: 0 9px 20px rgba(24, 28, 38, 0.12);
  font-family: var(--display);
  font-size: 1rem;
  font-weight: 950;
  transform: rotate(-3deg);
}

.team-member-blue .team-initials {
  background: var(--blue);
  transform: rotate(3deg);
}

.team-member-green .team-initials {
  background: var(--green);
}

.team-member>span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.team-member h4 {
  margin: 0;
  font-family: var(--display);
  font-size: 1.45rem;
  line-height: 1.05;
}

@media (max-width: 760px) {
  .story-main {
    margin-top: 12px;
  }

  .inspiration-band {
    padding: 46px 16px;
  }

  .story-heading {
    margin-bottom: 20px;
  }

  .story-heading h1 {
    font-size: 2.08rem;
  }

  .story-intro {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 12px 0 42px;
  }

  .story-opening {
    font-size: 1.05rem;
  }

  .story-intro h2 {
    font-size: 2.08rem;
  }

  .story-visual {
    aspect-ratio: 1.08 / 1;
  }

  .story-chapter {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    padding: 36px 0;
  }

  .story-chapter-wide {
    margin-right: -16px;
    margin-left: -16px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .story-card {
    width: 44px;
    height: 58px;
    border-width: 2px;
    font-size: 0.88rem;
  }

  .story-copy {
    gap: 11px;
  }

  .story-copy h2,
  .story-creation-copy h2 {
    font-size: 1.62rem;
    line-height: 1.05;
  }

  .story-copy p,
  .story-creation-copy p,
  .story-closing p {
    font-size: 0.92rem;
    line-height: 1.65;
  }

  .story-copy blockquote {
    padding-left: 14px;
    font-size: 1.32rem;
  }

  .story-questions {
    display: grid;
    gap: 7px;
    font-size: 1rem;
  }

  .story-missed {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-top: 16px;
  }

  .story-missed strong {
    padding-top: 8px;
    font-size: 0.94rem;
  }

  .story-creation {
    padding: 46px 0 40px;
  }

  .story-creation-copy {
    margin-bottom: 24px;
  }

  .story-gallery {
    display: flex;
    gap: 12px;
    margin-right: -16px;
    padding-right: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .story-gallery figure,
  .story-gallery figure:nth-child(2),
  .story-gallery figure:nth-child(3) {
    width: min(76vw, 280px);
    height: 300px;
    flex: 0 0 min(76vw, 280px);
    margin-top: 0;
    scroll-snap-align: start;
  }

  .story-moments {
    grid-template-columns: 1fr;
  }

  .story-moments p {
    padding: 18px 14px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    font-size: 0.88rem;
  }

  .story-moments>strong {
    grid-column: auto;
    padding: 20px 14px;
    font-size: 1.18rem;
  }

  .story-closing {
    padding-top: 44px;
  }

  .story-closing h2 {
    font-size: 2.15rem;
  }

  .about-band {
    padding: 46px 16px;
    scroll-margin-top: calc(var(--promo-height) + 78px);
  }

  .about-origin {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 24px 0 44px;
  }

  .about-origin-copy blockquote {
    font-size: 1.75rem;
  }

  .about-origin-copy h3,
  .about-welcome h3,
  .team-heading h3 {
    font-size: 1.62rem;
  }

  .about-origin-copy p,
  .about-welcome p,
  .team-heading p,
  .team-member p {
    font-size: 0.92rem;
    line-height: 1.65;
  }

  .about-visual {
    height: 320px;
  }

  .about-welcome {
    padding: 46px 0;
  }

  .team-section {
    padding-top: 42px;
  }

  .team-heading {
    margin-bottom: 22px;
  }

  .team-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .team-member {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 6px 12px;
    min-height: 0;
    padding: 16px;
  }

  .team-initials {
    grid-row: 1 / 3;
    width: 46px;
    height: 58px;
    margin-bottom: 0;
    border-width: 2px;
    font-size: 0.88rem;
  }

  .team-member>span,
  .team-member h4 {
    grid-column: 2;
  }

  .team-member p {
    grid-column: 1 / -1;
    margin-top: 8px;
  }
}