.hero {
  position: relative;
  min-height: 100svh;
  padding: 116px 0 32px;
  overflow: hidden;
  background: var(--linen);
}

.hero-grid {
  display: grid;
  min-height: calc(100svh - 148px);
  gap: 24px;
  align-items: end;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding-block: 24px;
}

.hero h1 {
  max-width: 11ch;
  margin-bottom: 24px;
}

.hero h1 .accent {
  color: var(--toffee);
}

.hero-intro {
  max-width: 53ch;
  margin-bottom: 28px;
  color: rgba(23, 23, 23, 0.72);
  font-size: var(--step-1);
}

.hero-visual {
  position: relative;
  min-height: 48svh;
}

.hero-main-image {
  width: calc(100% - 48px);
  height: 100%;
  margin-left: auto;
  border-radius: var(--radius-lg) var(--radius-lg) 120px var(--radius-lg);
  object-fit: cover;
  object-position: center 48%;
  box-shadow: var(--shadow);
}

.hero-side-image {
  position: absolute;
  bottom: 18px;
  left: 0;
  width: min(34vw, 170px);
  aspect-ratio: 0.82;
  border: 7px solid var(--linen);
  border-radius: 80px 80px var(--radius-md) var(--radius-md);
  object-fit: cover;
  object-position: center;
}

.hero-stamp {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  display: grid;
  width: 92px;
  aspect-ratio: 1;
  padding: 12px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--toffee);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.promise-strip {
  overflow: hidden;
  padding-block: 18px;
  color: var(--white);
  background: var(--toffee);
}

.promise-track {
  display: flex;
  width: max-content;
  gap: 28px;
  align-items: center;
  font-family: "Chivo", sans-serif;
  font-size: var(--step-1);
  font-weight: 700;
  white-space: nowrap;
}

.promise-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--linen);
}

.intro-editorial {
  display: grid;
  gap: 40px;
}

.intro-editorial h2 {
  max-width: 13ch;
}

.intro-note {
  align-self: end;
  padding: 24px 0 0 24px;
  border-left: 2px solid var(--toffee);
}

.service-grid {
  display: grid;
  gap: 16px;
}

.service-grid .featured {
  color: var(--white);
  background: var(--toffee);
}

.service-grid .featured .card-index,
.service-grid .featured p,
.service-grid .featured .arrow-link {
  color: var(--white);
}

.story-line {
  position: relative;
  display: grid;
  gap: 48px;
}

.story-line::before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 9px;
  width: 2px;
  content: "";
  background: rgba(194, 144, 104, 0.34);
}

.story-line-progress {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 9px;
  width: 2px;
  height: 0;
  background: var(--camel);
}

.story-step {
  position: relative;
  display: grid;
  padding-left: 42px;
  gap: 12px;
}

.story-step::before {
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 0;
  width: 20px;
  aspect-ratio: 1;
  content: "";
  border: 5px solid var(--onyx);
  border-radius: 50%;
  background: var(--camel);
}

.story-step span {
  color: var(--camel);
  font-size: var(--step--1);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.story-step h3 {
  margin-bottom: 2px;
}

.story-step p {
  max-width: 55ch;
  color: rgba(255, 255, 255, 0.66);
}

.showcase-grid {
  display: grid;
  gap: 16px;
}

.showcase-grid .media-card:nth-child(2) {
  min-height: 430px;
}

.about-portrait {
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: 540px;
  padding: 28px;
  align-items: end;
  border-radius: var(--radius-lg);
  color: var(--white);
  background: var(--toffee);
}

.about-portrait::before {
  position: absolute;
  inset: 0;
  content: "";
  background: radial-gradient(circle at 80% 10%, rgba(255, 255, 255, 0.2), transparent 28%), linear-gradient(145deg, transparent, rgba(91, 36, 27, 0.45));
}

.about-mark {
  position: absolute;
  top: 24px;
  right: 24px;
  width: min(52%, 250px);
  clip-path: circle(47%);
  mix-blend-mode: multiply;
}

.about-portrait blockquote {
  position: relative;
  z-index: 1;
  max-width: 15ch;
  margin-bottom: 14px;
  font-family: "Chivo", sans-serif;
  font-size: var(--step-3);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.about-portrait cite {
  position: relative;
  z-index: 1;
  font-style: normal;
}

.split-section {
  display: grid;
  gap: 40px;
  align-items: center;
}

.cta-panel {
  display: grid;
  overflow: hidden;
  border-radius: var(--radius-lg);
  color: var(--white);
  background: var(--toffee);
}

.cta-panel-copy {
  padding: clamp(32px, 6vw, 72px);
}

.cta-panel-copy h2 {
  max-width: 12ch;
}

.cta-panel-media {
  min-height: 330px;
}

.cta-panel-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero {
  padding: clamp(150px, 19vw, 220px) 0 clamp(72px, 10vw, 120px);
  background: var(--linen);
}

.page-hero-grid {
  display: grid;
  gap: 32px;
  align-items: end;
}

.page-hero h1 {
  max-width: 13ch;
  margin: 0;
}

.page-hero .lead {
  margin: 0;
}

.services-list {
  display: grid;
  gap: 16px;
}

.service-detail {
  display: grid;
  min-height: 100%;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
}

.service-detail ul {
  padding-left: 20px;
  color: rgba(23, 23, 23, 0.68);
}

.service-detail li::marker {
  color: var(--toffee);
}

.poster-frame {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow);
}

.poster-frame img {
  width: 100%;
  object-fit: contain;
}

.project-mosaic {
  display: grid;
  gap: 16px;
}

.project-mosaic .media-card {
  min-height: 420px;
}

.brand-gallery {
  display: grid;
  gap: 16px;
}

.brand-shot {
  display: flex;
  min-height: 100%;
  padding: 16px;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
}

.brand-shot img {
  width: 100%;
  max-height: 660px;
  margin-bottom: 16px;
  flex: 1;
  border-radius: calc(var(--radius-md) - 8px);
  object-fit: contain;
  background: var(--linen);
}

.brand-shot figcaption {
  color: rgba(23, 23, 23, 0.65);
  font-size: 0.92rem;
}

@media (min-width: 700px) {
  .service-grid,
  .services-list,
  .brand-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .showcase-grid,
  .project-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .showcase-grid .media-card:first-child,
  .project-mosaic .media-card:first-child {
    grid-row: span 2;
    min-height: 720px;
  }

  .cta-panel {
    grid-template-columns: 1.05fr 0.95fr;
  }

}

@media (min-width: 920px) {
  .hero-grid {
    grid-template-columns: 0.94fr 1.06fr;
    gap: 64px;
  }

  .hero-copy {
    padding-bottom: 72px;
  }

  .hero-visual {
    height: calc(100svh - 148px);
    min-height: 620px;
  }

  .intro-editorial,
  .split-section,
  .page-hero-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .service-grid .service-card:nth-child(1) {
    grid-column: span 7;
  }

  .service-grid .service-card:nth-child(2) {
    grid-column: span 5;
  }

  .service-grid .service-card:nth-child(3) {
    grid-column: 3 / span 5;
  }

  .service-grid .service-card:nth-child(4) {
    grid-column: span 5;
  }

  .story-line {
    gap: 72px;
  }

  .services-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .brand-gallery {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .brand-gallery .brand-shot:nth-child(1) {
    grid-column: span 7;
  }

  .brand-gallery .brand-shot:nth-child(2) {
    grid-column: span 5;
  }

  .brand-gallery .brand-shot:nth-child(3) {
    grid-column: 3 / span 7;
  }
}

@media (max-width: 699px) {
  .button-row .button {
    width: 100%;
  }

  .page-hero h1 {
    font-size: clamp(2.7rem, 13vw, 4.4rem);
  }

  .project-mosaic .media-card {
    min-height: 380px;
  }
}
