.concept-page {
  --concept-ink: #2d3a60;
  --concept-coral: #eb5b6a;
  --concept-yellow: #fccc85;
  --concept-blue: #92a8c5;
  --concept-paper: #f2f5f8;
  --concept-white: #ffffff;
  overflow-x: hidden;
  background: var(--concept-white);
}

.concept-page .page-content > .section {
  display: none !important;
}

.concept-page .page-content,
.concept-page #page {
  margin: 0;
  padding: 0;
}

.concept-home,
.concept-home * {
  box-sizing: border-box;
}

.concept-home {
  color: var(--concept-ink);
  font-family: "Poppins", sans-serif;
}

.concept-home img {
  display: block;
  max-width: 100%;
}

.concept-home a {
  color: inherit;
  text-decoration: none;
}

.concept-shell {
  width: min(100% - 64px, 1440px);
  margin-inline: auto;
}

.concept-kicker,
.concept-section-head > p,
.concept-projects-head > p,
.concept-stories-head > p,
.concept-team-copy > p:first-child,
.concept-newsletter-grid > div > p,
.concept-manifesto-label {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.concept-hero {
  position: relative;
  min-height: 100svh;
  padding: clamp(170px, 15vw, 230px) 0 64px;
  overflow: hidden;
  background: var(--concept-paper);
}

.concept-hero::before {
  position: absolute;
  top: 12%;
  right: -8vw;
  width: clamp(250px, 30vw, 520px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--concept-yellow);
  content: "";
}

.concept-hero::after {
  content: none;
}

.concept-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: calc(100svh - clamp(234px, 20vw, 294px));
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.34fr);
  grid-template-rows: auto 1fr auto;
  gap: 24px 48px;
}

.concept-kicker {
  grid-column: 1 / -1;
}

.concept-hero-title {
  grid-column: 1;
  grid-row: 2;
  align-self: center;
  margin: 0;
  font-size: clamp(76px, 12.2vw, 190px);
  font-weight: 800;
  line-height: 0.76;
  letter-spacing: -0.085em;
}

.concept-hero-title > span {
  display: block;
}

.concept-hero-title .concept-hero-shift {
  padding-left: 10vw;
}

.concept-hero-title em {
  color: var(--concept-coral);
  font-weight: 600;
}

.concept-hero-title.concept-hero-original {
  align-self: center;
  max-width: 1080px;
  font-size: clamp(47px, 5.8vw, 90px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -0.065em;
}

.concept-hero-original .concept-hero-yellow {
  color: var(--concept-yellow);
}

.concept-hero-original .concept-hero-coral {
  color: var(--concept-coral);
}

.concept-hero-note {
  grid-column: 2;
  grid-row: 3;
  align-self: end;
  max-width: 420px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--concept-ink);
}

.concept-hero-note p {
  margin: 0 0 32px;
  font-size: clamp(17px, 1.3vw, 21px);
  font-weight: 500;
  line-height: 1.45;
}

.concept-hero-note a,
.concept-projects-head > a,
.concept-stories-head > a,
.concept-team-copy > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 15px;
  font-weight: 700;
}

.concept-hero-note a,
.concept-projects-head > a,
.concept-stories-head > a,
.concept-team-copy > a {
  width: fit-content;
  min-width: 190px;
  padding: 12px 18px;
  border: 1px solid currentColor;
  border-radius: 999px;
}

.concept-hero-seal {
  position: absolute;
  top: 2%;
  right: 0;
  display: grid;
  width: 136px;
  aspect-ratio: 1;
  place-content: center;
  border: 1px solid var(--concept-ink);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

.concept-expertises {
  position: relative;
  padding: clamp(100px, 11vw, 180px) 0;
  background: var(--concept-white);
}

.concept-section-head {
  display: grid;
  margin-bottom: clamp(70px, 8vw, 120px);
  grid-template-columns: 0.45fr 1fr;
  align-items: end;
}

.concept-section-head h2 {
  grid-column: 2;
}

.concept-section-head h2,
.concept-projects-head h2,
.concept-stories-head h2,
.concept-team-copy h2,
.concept-newsletter-grid h2 {
  margin: 0;
  font-size: clamp(48px, 7vw, 110px);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.07em;
}

.concept-expertise-list {
  display: block;
  border-top: 1px solid var(--concept-ink);
}

.concept-expertise {
  position: relative;
  display: grid;
  min-height: 132px;
  padding: 26px 8px;
  grid-template-columns: 90px minmax(260px, 1fr) minmax(250px, 0.65fr) 60px;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid var(--concept-ink);
  overflow: hidden;
  transition: color 450ms cubic-bezier(0.22, 1, 0.36, 1);
}

.concept-expertise::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--concept-yellow);
  content: "";
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.concept-expertise:nth-child(2)::before {
  background: var(--concept-blue);
}

.concept-expertise:nth-child(3)::before {
  background: var(--concept-ink);
}

.concept-expertise:nth-child(4)::before {
  background: var(--concept-coral);
}

.concept-expertise:nth-child(3):hover {
  color: var(--concept-white);
}

.concept-expertise:hover::before,
.concept-expertise:focus-visible::before {
  transform: scaleY(1);
}

.concept-expertise-index {
  font-size: 13px;
  font-weight: 700;
}

.concept-expertise-name {
  font-size: clamp(31px, 3.4vw, 54px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.055em;
}

.concept-expertise-copy {
  font-size: clamp(15px, 1.2vw, 19px);
  font-weight: 500;
  line-height: 1.35;
}

.concept-expertise-arrow {
  font-size: 36px;
  text-align: right;
  transition: transform 450ms cubic-bezier(0.22, 1, 0.36, 1);
}

.concept-expertise:hover .concept-expertise-arrow {
  transform: translate(5px, -5px);
}

.concept-projects {
  position: relative;
  padding: clamp(100px, 12vw, 190px) 0;
  background: var(--concept-paper);
}

.concept-projects-head {
  display: grid;
  margin-bottom: clamp(70px, 8vw, 120px);
  grid-template-columns: 0.35fr 1fr 0.35fr;
  gap: 30px;
  align-items: end;
}

.concept-projects-head h2,
.concept-stories-head h2 {
  grid-column: 2;
}

.concept-projects-head > a,
.concept-stories-head > a {
  grid-column: 3;
}

.concept-projects-head h2 em {
  color: var(--concept-coral);
  font-weight: 600;
}

.concept-projects-head > a,
.concept-stories-head > a {
  padding-bottom: 10px;
  border-bottom: 1px solid currentColor;
}

.concept-project-grid {
  position: relative;
  display: grid;
  left: 50%;
  width: calc(100vw - clamp(36px, 5vw, 90px));
  height: clamp(520px, 48vw, 760px);
  margin-left: -50vw;
  transform: translateX(clamp(18px, 2.5vw, 45px));
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 1.5vw, 22px);
}

.concept-project {
  min-width: 0;
  min-height: 0;
  width: 100%;
}

.concept-project:nth-child(1) {
  grid-column: 1;
  grid-row: 1 / 3;
}

.concept-project:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

.concept-project:nth-child(3) {
  grid-column: 3;
  grid-row: 1 / 3;
}

.concept-project:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}

.concept-project figure {
  position: relative;
  display: flex;
  height: 100%;
  margin: 0;
  flex-direction: column;
}

.concept-project img {
  display: block;
  min-height: 0;
  width: 100%;
  height: 100%;
  flex: 1 1 auto;
  aspect-ratio: auto;
  border-radius: 5px;
  object-fit: cover;
  transition: transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
}

.concept-project-tall img {
  aspect-ratio: auto;
}

.concept-project figcaption {
  display: block;
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin-top: 12px;
  padding: 0 2px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--concept-ink);
}

.concept-project figcaption span {
  display: inline-flex;
  min-height: 38px;
  margin-bottom: 6px;
  padding: 7px 13px 8px;
  border: 1px solid var(--concept-ink);
  border-radius: 5px;
  font-size: clamp(19px, 1.5vw, 26px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.045em;
  align-items: center;
}

.concept-project figcaption small {
  display: block;
  color: var(--concept-blue);
  padding-left: 2px;
  font-size: 11px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.concept-project:hover img {
  transform: scale(0.985);
}

.concept-manifesto {
  padding: clamp(110px, 12vw, 190px) 0;
  overflow: hidden;
  background: var(--concept-paper);
  color: var(--concept-ink);
}

.concept-manifesto-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) 1fr;
  grid-template-rows: auto auto 1fr auto;
  gap: 18px clamp(50px, 8vw, 130px);
  align-items: start;
}

.concept-manifesto-label {
  grid-column: 2;
  grid-row: 1;
}

.concept-manifesto-grid > h2 {
  grid-column: 2;
  grid-row: 2;
  max-width: 1050px;
  margin: 0 0 34px;
  font-size: clamp(48px, 6vw, 95px);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.07em;
}

.concept-manifesto-portrait {
  position: relative;
  grid-column: 1;
  grid-row: 1 / 4;
  align-self: start;
}

.concept-manifesto-portrait::before {
  content: none;
}

.concept-portrait-frame {
  position: relative;
  width: min(100%, 390px);
  aspect-ratio: 1;
  margin-inline: auto;
}

.concept-manifesto-portrait .concept-portrait-frame {
  width: min(100%, 390px);
  aspect-ratio: 4 / 5;
  margin-inline: auto;
}

.concept-manifesto-portrait .concept-portrait-frame::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  border: 1px solid var(--concept-ink);
  border-radius: 50% 50% 8px 8px;
  content: "";
  transform: translate(22px, 18px);
}

.concept-team-image .concept-portrait-frame {
  width: min(100%, 390px);
  aspect-ratio: 4 / 5;
}

.concept-team-image .concept-portrait-frame::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  border: 1px solid var(--concept-ink);
  border-radius: 50% 50% 8px 8px;
  content: "";
  transform: translate(22px, 18px);
}

.concept-portrait-frame img,
.concept-manifesto-portrait img,
.concept-team-image img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
  border-radius: 50%;
  object-fit: cover !important;
  object-position: center;
}

.concept-team-image .concept-portrait-frame img {
  height: 80% !important;
  border-radius: 50%;
}

.concept-manifesto-portrait .concept-portrait-frame img {
  height: 80% !important;
  border-radius: 50%;
}

.concept-manifesto-portrait span {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 390px);
  margin: calc(-25% + 14px) auto 0;
  color: var(--concept-ink);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.concept-manifesto-copy {
  grid-column: 2;
  grid-row: 3;
  max-width: 850px;
}

.concept-manifesto-copy p {
  margin: 0 0 24px;
  font-size: clamp(18px, 1.45vw, 23px);
  font-weight: 500;
  line-height: 1.5;
}

.concept-manifesto-grid blockquote {
  grid-column: 1 / -1;
  grid-row: 4;
  max-width: 1250px;
  margin: clamp(60px, 8vw, 130px) 0 0 auto;
  color: var(--concept-coral);
  font-size: clamp(52px, 8vw, 125px);
  font-style: italic;
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.065em;
  text-align: right;
}

.concept-team {
  padding: clamp(90px, 10vw, 160px) 0;
  background: var(--concept-yellow);
}

.concept-team-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.65fr);
  gap: clamp(45px, 6vw, 100px);
  align-items: center;
}

.concept-team-image {
  position: relative;
  grid-column: 2;
  grid-row: 1;
}

.concept-team-image::before {
  content: none;
}

.concept-team-image img {
  background: var(--concept-ink);
}

.concept-team-copy {
  grid-column: 1;
  grid-row: 1;
}

.concept-team-label {
  margin: 0 0 18px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.concept-team-copy h2 {
  margin: 0 0 42px;
  font-size: clamp(48px, 5vw, 76px);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.07em;
}

.concept-team-copy h2 span {
  display: block;
}

.concept-team-copy h2 span:first-child {
  white-space: nowrap;
}

.concept-team-copy > p:not(.concept-team-label) {
  max-width: 840px;
  margin: 0 0 42px;
  font-size: clamp(18px, 1.45vw, 23px);
  font-weight: 500;
  line-height: 1.5;
}

.concept-team-copy > a {
  width: min(100%, 300px);
  padding-bottom: 10px;
  border-bottom: 1px solid currentColor;
}

.concept-stories {
  position: relative;
  padding: clamp(100px, 12vw, 190px) 0;
  background: var(--concept-white);
}

.concept-stories-head {
  display: grid;
  margin-bottom: clamp(60px, 7vw, 110px);
  grid-template-columns: 0.35fr 1fr 0.35fr;
  align-items: end;
  gap: 30px;
}

.concept-story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 42px);
}

.concept-stories-intro {
  max-width: 980px;
  margin: calc(clamp(60px, 7vw, 110px) * -0.55) 0 clamp(50px, 6vw, 90px);
  font-size: clamp(18px, 1.45vw, 23px);
  font-weight: 500;
  line-height: 1.5;
}

.concept-story img {
  width: 100%;
  aspect-ratio: 4 / 3;
  margin-bottom: 20px;
  border-radius: 5px;
  object-fit: cover;
  filter: saturate(0.85);
  transition: filter 500ms ease, transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.concept-story > span {
  color: var(--concept-coral);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.concept-story h3 {
  margin: 9px 0 0;
  font-size: clamp(25px, 2.3vw, 38px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.concept-story:hover img {
  filter: saturate(1);
  transform: translateY(-5px);
}

.concept-newsletter {
  position: relative;
  padding: clamp(80px, 9vw, 140px) 0;
  background: var(--concept-paper);
}

.concept-newsletter-grid {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 70px;
  align-items: end;
}

.concept-newsletter-grid h2 {
  margin-top: 18px;
  font-size: clamp(44px, 6vw, 90px);
}

.concept-newsletter-grid h4 {
  max-width: 760px;
  margin: 24px 0 16px;
  color: var(--concept-ink);
  font-size: clamp(18px, 1.45vw, 22px);
  font-weight: 600;
  line-height: 1.5;
}

.concept-newsletter-grid > div > p {
  max-width: 760px;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: normal;
}

.concept-newsletter-grid > div > p a {
  text-decoration: underline;
}

.concept-newsletter-form label {
  display: block;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.concept-newsletter-form > div {
  display: flex;
  width: 100%;
  gap: 12px;
  align-items: stretch;
}

.concept-newsletter-form input[type="email"] {
  display: block !important;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  height: 58px;
  min-height: 58px;
  margin: 0 !important;
  padding: 14px 18px;
  border: 1px solid rgba(45, 58, 96, 0.35);
  border-radius: 12px;
  outline: 0;
  background: var(--concept-white);
  color: var(--concept-ink);
  font: inherit;
  font-size: 18px;
  line-height: 1.2;
  opacity: 1 !important;
  appearance: none;
  transform: none !important;
  box-sizing: border-box;
}

.concept-newsletter-form button {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 58px;
  padding: 14px 22px;
  border: 1px solid var(--concept-ink);
  border-radius: 999px;
  background: var(--concept-ink);
  color: var(--concept-white);
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  cursor: pointer;
  appearance: none;
  box-sizing: border-box;
}

.concept-newsletter-message {
  min-height: 1.4em;
  margin: 14px 0 0;
  color: var(--concept-ink);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.concept-contact {
  background: var(--concept-yellow);
}

.concept-contact > a {
  display: grid;
  min-height: 330px;
  padding: clamp(55px, 6vw, 90px) max(32px, calc((100vw - 1440px) / 2));
  grid-template-columns: 0.4fr 1fr auto;
  gap: 40px;
  align-items: center;
  color: var(--concept-ink);
}

.concept-contact > a > span:first-child {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.concept-contact h2 {
  grid-column: 2;
  margin: 0;
  font-size: clamp(48px, 6.5vw, 100px);
  font-weight: 800;
  line-height: 0.86;
  letter-spacing: -0.075em;
}

.concept-contact > a > span:last-child {
  grid-column: 3;
  font-size: clamp(50px, 6vw, 90px);
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.concept-contact > a:hover > span:last-child {
  transform: translate(8px, -8px);
}

.concept-reveal {
  opacity: 1;
  transform: none;
}

.concept-motion-ready .concept-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 850ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 850ms cubic-bezier(0.22, 1, 0.36, 1);
}

.concept-motion-ready .concept-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media only screen and (max-width: 1100px) {
  .concept-shell {
    width: min(100% - 48px, 940px);
  }

  .concept-hero-grid {
    grid-template-columns: 1fr 0.42fr;
  }

  .concept-hero-title {
    grid-column: 1;
    grid-row: 2;
    font-size: clamp(72px, 13.5vw, 140px);
  }

  .concept-expertise {
    grid-template-columns: 60px minmax(220px, 1fr) minmax(190px, 0.65fr) 50px;
  }

  .concept-projects-head,
  .concept-stories-head {
    grid-template-columns: 0.28fr 1fr;
  }

  .concept-projects-head > a,
  .concept-stories-head > a {
    grid-column: 2;
    width: 230px;
    margin-top: 20px;
  }

  .concept-project-grid {
    left: auto;
    width: 100%;
    height: auto;
    margin-left: 0;
    transform: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .concept-project,
  .concept-project:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }

  .concept-project figure {
    height: auto;
  }

  .concept-project img,
  .concept-project-tall img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .concept-manifesto-grid {
    grid-template-columns: 0.3fr 0.7fr;
    gap: 45px;
  }

  .concept-contact > a {
    padding-inline: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .concept-shell {
    width: min(100% - 36px, 560px);
  }

  .concept-hero {
    min-height: 100svh;
    padding: 145px 0 42px;
  }

  .concept-hero::before {
    top: 17%;
    right: -30%;
    width: 70vw;
  }

  .concept-hero::after {
    right: -22%;
    bottom: -10%;
    width: 55vw;
    border-width: 32px;
  }

  .concept-hero-grid {
    min-height: calc(100svh - 187px);
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
    gap: 28px;
  }

  .concept-kicker {
    max-width: 230px;
    font-size: 10px;
  }

  .concept-hero-title {
    align-self: center;
    font-size: clamp(60px, 21vw, 92px);
    line-height: 0.82;
  }

  .concept-hero-title.concept-hero-original {
    max-width: 100%;
    font-size: clamp(37px, 10.2vw, 46px);
    line-height: 1.12;
    letter-spacing: -0.055em;
  }

  .concept-hero-title .concept-hero-shift {
    padding-left: 9vw;
  }

  .concept-hero-note {
    grid-column: 1;
    grid-row: 3;
    max-width: 290px;
  }

  .concept-hero-note p {
    margin-bottom: 22px;
    font-size: 16px;
  }

  .concept-hero-seal {
    top: 4%;
    width: 92px;
    font-size: 8px;
  }

  .concept-expertises,
  .concept-projects,
  .concept-manifesto,
  .concept-team,
  .concept-stories,
  .concept-newsletter {
    padding: 84px 0;
  }

  .concept-expertises::before,
  .concept-projects::before,
  .concept-stories::before,
  .concept-newsletter::before {
    height: 54px;
    background-size: 150% 54px;
  }

  .concept-section-head,
  .concept-projects-head,
  .concept-stories-head {
    display: block;
    margin-bottom: 55px;
  }

  .concept-section-head > p,
  .concept-projects-head > p,
  .concept-stories-head > p {
    margin-bottom: 24px;
  }

  .concept-section-head h2,
  .concept-projects-head h2,
  .concept-stories-head h2,
  .concept-team-copy h2,
  .concept-newsletter-grid h2 {
    font-size: clamp(43px, 13vw, 62px);
    line-height: 0.94;
  }

  .concept-projects-head > a,
  .concept-stories-head > a {
    width: 100%;
    margin-top: 32px;
  }

  .concept-expertise {
    min-height: 0;
    padding: 24px 0;
    grid-template-columns: 34px 1fr 35px;
    gap: 10px;
  }

  .concept-expertise-copy {
    grid-column: 2 / 4;
    padding-right: 35px;
    font-size: 14px;
  }

  .concept-expertise-name {
    font-size: clamp(25px, 7.4vw, 34px);
  }

  .concept-expertise-arrow {
    font-size: 27px;
  }

  .concept-project-grid {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 0;
  }

  .concept-project,
  .concept-project:nth-child(n) {
    display: block;
    width: 100%;
    margin: 0;
  }

  .concept-project img,
  .concept-project-tall img {
    aspect-ratio: 4 / 3;
  }

  .concept-project figcaption {
    display: block;
    padding-top: 13px;
  }

  .concept-project figcaption span {
    display: block;
    margin-bottom: 4px;
    font-size: 24px;
  }

  .concept-project figcaption small {
    display: block;
    margin-top: 6px;
    text-align: left;
  }

  .concept-manifesto-grid {
    display: block;
  }

  .concept-manifesto-label {
    margin-bottom: 25px;
  }

  .concept-manifesto-grid > h2 {
    margin-bottom: 50px;
    font-size: clamp(43px, 13vw, 62px);
  }

  .concept-manifesto-portrait {
    display: block;
    width: 82%;
    margin: 0 auto 70px;
  }

  .concept-manifesto-portrait img {
    width: 100% !important;
    height: 80% !important;
  }

  .concept-team-image .concept-portrait-frame img {
    height: 80% !important;
  }

  .concept-manifesto-copy p,
  .concept-team-copy > p:not(:first-child) {
    font-size: 17px;
    line-height: 1.48;
  }

  .concept-manifesto-grid blockquote {
    margin-top: 70px;
    font-size: clamp(44px, 13vw, 66px);
  }

  .concept-newsletter-grid {
    display: block;
  }

  .concept-team-grid {
    display: flex;
    flex-direction: column;
  }

  .concept-team-copy {
    order: 1;
  }

  .concept-team-image {
    order: 2;
    width: 82%;
    margin: 70px auto 0;
  }

  .concept-team-copy h2 {
    margin-bottom: 32px;
    font-size: clamp(36px, 10vw, 44px);
    line-height: 0.98;
  }

  .concept-team-copy h2 span:first-child {
    white-space: nowrap;
  }

  .concept-story-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .concept-story:first-child {
    grid-column: auto;
  }

  .concept-story img {
    aspect-ratio: 4 / 3;
  }

  .concept-story h3 {
    font-size: 22px;
  }

  .concept-newsletter-form {
    margin-top: 52px;
  }

  .concept-newsletter-form > div {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .concept-newsletter-form input[type="email"] {
    width: 100% !important;
    margin: 0 !important;
  }

  .concept-newsletter-form button {
    width: 100%;
    padding: 15px 18px;
    border-radius: 5px;
    background: var(--concept-coral);
    color: var(--concept-white);
  }

  .concept-contact > a {
    display: block;
    min-height: 320px;
    padding: 58px 18px;
  }

  .concept-contact h2 {
    margin: 42px 0;
    font-size: clamp(45px, 13vw, 64px);
  }

  .concept-contact > a > span:last-child {
    display: block;
    font-size: 58px;
    text-align: right;
  }
}

@media (prefers-reduced-motion: reduce) {
  .concept-motion-ready .concept-reveal,
  .concept-reveal,
  .concept-home img,
  .concept-expertise::before,
  .concept-expertise-arrow,
  .concept-contact > a > span:last-child {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
