/* BiteTalk About page */

.about-page {
  --about-ink: #18202b;
  --about-muted: #596271;
  --about-soft: #f6f3ee;
  --about-paper: #fffaf3;
  --about-line: #e7ddd2;
  --about-green: #264c3b;
  --about-teal: #0f766e;
  --about-red: #fe3e25;
  background: #fff;
  color: var(--about-ink);
}

.about-page .btn {
  min-height: 46px;
}

.about-page main img {
  max-width: 100%;
}

.about-page .section {
  padding: clamp(54px, 7vw, 88px) 0;
}

.about-page h1,
.about-page h2,
.about-page h3 {
  letter-spacing: 0;
}

.about-kicker {
  margin: 0 0 12px;
  color: #b43a19;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.about-hero {
  position: relative;
  min-height: min(760px, calc(100vh - 90px));
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: #121820;
  color: #fff;
}

.about-hero__image,
.about-cta > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  display: block;
  object-fit: cover;
}

.about-hero__image {
  object-position: center;
}

.about-hero__overlay,
.about-cta__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 12, 18, .9), rgba(8, 12, 18, .58) 48%, rgba(8, 12, 18, .18));
}

.about-hero__content {
  position: relative;
  z-index: 1;
  padding: clamp(46px, 7vw, 92px) 0 clamp(58px, 8vw, 104px);
}

.about-hero h1 {
  max-width: 780px;
  margin: 0 0 18px;
  font-size: clamp(2.5rem, 6vw, 5.35rem);
  line-height: .96;
}

.about-hero__lead {
  max-width: 650px;
  margin: 0 0 24px;
  color: #f2eee9;
  font-size: clamp(1.03rem, 1.9vw, 1.22rem);
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.about-page .btn.ghost.about-hero__ghost {
  border-color: rgba(255, 255, 255, .72);
  color: #fff;
  background: rgba(255, 255, 255, .1);
}

.about-page .btn.ghost.about-hero__ghost:hover {
  background: rgba(255, 255, 255, .18);
}

.about-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 760px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.about-proof li {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-size: .9rem;
  font-weight: 700;
}

.about-intro {
  padding: clamp(34px, 5vw, 58px) 0;
  border-bottom: 1px solid var(--about-line);
  background: var(--about-paper);
}

.about-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(24px, 5vw, 68px);
  align-items: start;
}

.about-intro h2,
.about-section-head h2,
.about-story__copy h2,
.about-services__copy h2,
.about-duo__copy h2,
.about-recipes__copy h2,
.about-cta h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.02;
}

.about-intro__copy {
  display: grid;
  gap: 14px;
  color: #3b4654;
  font-size: 1.04rem;
}

.about-intro__copy p,
.about-story__copy p,
.about-services__copy p,
.about-duo__copy p,
.about-recipes__copy p {
  margin: 0;
}

.about-story__grid,
.about-services__grid,
.about-duo__grid,
.about-recipes__grid {
  display: grid;
  gap: clamp(24px, 5vw, 60px);
  align-items: center;
}

.about-story__grid {
  grid-template-columns: minmax(270px, .86fr) minmax(0, 1.14fr);
}

.about-story__media,
.about-duo__image,
.about-recipes__image {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--about-line);
  background: #f1eee9;
}

.about-story__media img {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

.about-story__copy,
.about-services__copy,
.about-duo__copy,
.about-recipes__copy {
  display: grid;
  gap: 18px;
}

.about-story__copy p,
.about-services__copy p,
.about-duo__copy p,
.about-recipes__copy p {
  color: var(--about-muted);
  font-size: 1.03rem;
}

.about-note {
  display: grid;
  gap: 6px;
  max-width: 620px;
  padding: 18px;
  border: 1px solid #f0c9b7;
  border-radius: 8px;
  background: #fff5ee;
  color: #693018;
}

.about-note strong {
  color: #9a3412;
}

.about-values {
  border-top: 1px solid var(--about-line);
  border-bottom: 1px solid var(--about-line);
}

.about-section-head {
  max-width: 820px;
  margin-bottom: 24px;
}

.about-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.about-value-card,
.about-service-list article,
.about-mini-grid div {
  border: 1px solid var(--about-line);
  border-radius: 8px;
  background: #fff;
}

.about-value-card {
  padding: 20px;
}

.about-value-card span {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--about-teal);
  font-size: .86rem;
  font-weight: 900;
}

.about-value-card h3,
.about-service-list h3 {
  margin: 0 0 8px;
  line-height: 1.18;
}

.about-value-card p,
.about-service-list p,
.about-mini-grid span {
  margin: 0;
  color: var(--about-muted);
}

.about-services__grid {
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
}

.about-service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.about-service-list article {
  padding: 18px;
}

.about-service-list article:nth-child(1) {
  border-top: 4px solid var(--about-red);
}

.about-service-list article:nth-child(2) {
  border-top: 4px solid var(--about-green);
}

.about-service-list article:nth-child(3) {
  border-top: 4px solid var(--about-teal);
}

.about-service-list article:nth-child(4) {
  border-top: 4px solid #c87921;
}

.about-duo__grid,
.about-recipes__grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
}

.about-duo__image img,
.about-recipes__image img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.about-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.about-mini-grid div {
  display: grid;
  gap: 5px;
  padding: 16px;
}

.about-mini-grid strong {
  color: var(--about-ink);
}

.about-recipes {
  background: #fff;
}

.about-recipes__grid {
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
}

.about-cta {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
}

.about-cta > img {
  object-position: center;
}

.about-cta__content {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  padding: clamp(54px, 8vw, 92px) 0;
}

.about-cta h2 {
  max-width: 780px;
  margin-bottom: 24px;
}

.about-cta .about-kicker {
  color: #ffb199;
}

body.about-page .about-cta h2 {
  color: var(--editorial-paper);
}

body.about-page .about-cta .about-kicker {
  color: #ffb199;
}

@media (max-width: 980px) {
  .about-intro__grid,
  .about-story__grid,
  .about-services__grid,
  .about-duo__grid,
  .about-recipes__grid {
    grid-template-columns: 1fr;
  }

  .about-story__media {
    max-width: 620px;
  }

  .about-duo__image {
    order: 2;
  }

  .about-duo__copy {
    order: 1;
  }
}

@media (max-width: 720px) {
  .about-hero {
    min-height: auto;
  }

  .about-hero__overlay,
  .about-cta__overlay {
    background: linear-gradient(180deg, rgba(8, 12, 18, .78), rgba(8, 12, 18, .88));
  }

  .about-hero__content {
    padding-top: 54px;
    padding-bottom: 58px;
  }

  .about-actions .btn,
  .about-proof li {
    width: 100%;
  }

  .about-proof li,
  .about-actions .btn {
    justify-content: center;
  }

  .about-value-grid,
  .about-service-list,
  .about-mini-grid {
    grid-template-columns: 1fr;
  }

  .about-story__media img,
  .about-duo__image img,
  .about-recipes__image img {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 420px) {
  .about-hero h1 {
    font-size: 2.35rem;
  }

  .about-intro h2,
  .about-section-head h2,
  .about-story__copy h2,
  .about-services__copy h2,
  .about-duo__copy h2,
  .about-recipes__copy h2,
  .about-cta h2 {
    font-size: 1.95rem;
  }
}

/* Editorial alignment with the BiteTalk homepage */
.about-page {
  --about-paper: var(--editorial-paper);
  --about-cream: var(--editorial-cream);
  --about-ink: var(--editorial-ink);
  --about-orange: var(--editorial-orange);
  --about-rule: var(--editorial-rule);
  background: var(--editorial-cream);
}

.about-page .section {
  padding: clamp(64px, 8vw, 116px) 0;
}

.about-page h1,
.about-page h2,
.about-page h3 {
  font-family: var(--editorial-display);
  font-weight: 500;
  letter-spacing: -.035em;
}

.about-hero {
  min-height: min(820px, 82vh);
  border-bottom: 1px solid var(--editorial-rule);
}

.about-hero__overlay,
.about-cta__overlay {
  background: linear-gradient(90deg, rgba(32, 34, 31, .92), rgba(32, 34, 31, .65) 52%, rgba(32, 34, 31, .24));
}

.about-hero h1 {
  max-width: 1020px;
  color: #fff;
  font-size: clamp(3.8rem, 7.5vw, 8rem);
  letter-spacing: -.055em;
  line-height: .84;
}

.about-hero .about-kicker,
.about-hero__lead,
.about-hero .about-proof {
  color: #fff;
}

.about-page .btn,
.about-page .btn.ghost.about-hero__ghost {
  min-height: 48px;
  border-radius: 0;
}

.about-proof {
  gap: 0;
  border-block: 1px solid rgba(255, 253, 248, .22);
}

.about-proof li {
  border: 0;
  border-right: 1px solid rgba(255, 253, 248, .22);
  border-radius: 0;
  background: transparent;
}

.about-intro,
.about-values,
.about-recipes {
  border-block: 1px solid var(--editorial-rule);
  background: var(--editorial-paper);
}

.about-story__media,
.about-duo__image,
.about-recipes__image,
.about-value-card,
.about-service-list article,
.about-mini-grid div,
.about-note {
  border-color: var(--editorial-rule);
  border-radius: 0;
  background: var(--editorial-paper);
  box-shadow: none;
}

.about-story__media img,
.about-duo__image img,
.about-recipes__image img {
  filter: saturate(.92) contrast(1.02);
}

.about-value-grid,
.about-service-list,
.about-mini-grid {
  gap: 0;
  border-top: 1px solid var(--editorial-rule);
}

.about-value-card,
.about-service-list article,
.about-mini-grid div {
  border: 0;
  border-right: 1px solid var(--editorial-rule);
  border-bottom: 1px solid var(--editorial-rule);
}

.about-cta {
  border-radius: 0;
}

@media (max-width: 720px) {
  .about-hero__overlay,
  .about-cta__overlay {
    background: linear-gradient(180deg, rgba(32, 34, 31, .78), rgba(32, 34, 31, .9));
  }

  .about-hero h1 {
    font-size: clamp(3.1rem, 17vw, 5.4rem);
  }

  .about-value-card,
  .about-service-list article,
  .about-mini-grid div,
  .about-proof li {
    border-right: 0;
  }
}
