@-moz-viewport {
  width: device-width;
  scale: 1;
}

@-ms-viewport {
  width: device-width;
  scale: 1;
}

@-o-viewport {
  width: device-width;
  scale: 1;
}

@-webkit-viewport {
  width: device-width;
  scale: 1;
}

@viewport {
  width: device-width;
  scale: 1;
}

html {
  box-sizing: border-box;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

.display {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

img {
  width: 100%;
}

@media screen and (min-width: 60em) {
  html {
    font-size: 110%;
  }

  .nav {
    text-align: right;
    white-space: nowrap;
  }
}

@media screen and (min-width: 90em) {
  html {
    font-size: 180%;
  }

  .nav {
    text-align: right;
    white-space: nowrap;
  }
}

@media screen and (min-width: 120em) {
  html {
    font-size: 130%;
  }

  .nav {
    text-align: right;
    white-space: nowrap;
  }

  .pieces {
    width: auto;
    height: 700px;
    display: block;
    margin: 0 auto;
  }

  .piece-name {
    width: 600px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}

.skip-link {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: none;
}

.skip-link a {
  position: absolute;
  top: -10rem;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  padding: 0.5em 0.75em;
  font-size: 1.25em;
}

.skip-link a:focus {
  top: 0;
}

.wordmark {
  position: relative;
  height: 2rem;
  width: auto;
}

.nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.nav-footer {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  /* color: #212326; */
  color: #CE202F;
}

.nav a {
  color: rgba(0, 0, 0, 0.65);
  display: inline-block;
}

.nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.nav li {
  display: inline-block;
}

.nav-footer a {
  color: #212326;
  display: inline-block;
}

.nav-footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.nav-footer li {
  display: inline-block;
}

.icon {
  min-width: 45px !IMPORTANT;
  width: 8%;
}

.f-icon {
  min-width: 45px !IMPORTANT;
  width: 12%;
}

.box {
  max-width: 44em;
  /* margin: 0 auto; */
}

.p-icon {
  margin: 0 auto;
  display: block;
  height: 6rem;
  width: auto;
}

.p-title {
  margin: 0 auto;
  text-align: center;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}

/* ---------- Scroll reveal ---------- */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ---------- Sticky nav ---------- */
.site-nav-wrap {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(247, 247, 246, 0);
  transition: background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}

.site-nav-wrap.scrolled {
  background: rgba(247, 247, 246, 0.85);
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 rgba(28, 24, 21, 0.10);
}

.site-nav {
  padding: 1.5rem 0;
}

.site-nav .wordmark {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  color: #1C1815;
}

.site-nav .nav-links a {
  margin-left: 2.25rem;
  text-decoration: none;
  color: #1C1815;
  font-size: 0.95rem;
}

.site-nav .nav-links a:hover {
  color: #CE0E2D;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  font-size: 0.4rem;
  color: #6E675E;
  text-decoration: none;
  margin-bottom: 1rem;
}

.back-link:hover {
  color: #CE0E2D;
}

/* ---------- Hero ---------- */
.cs-hero {}

.cs-tag {
  display: inline-block;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #CE0E2D;
  background: #FBE2E5;
  padding: 0.3rem 0.8rem;
  border-radius: 100px;
  margin-bottom: 1rem;
}

.cs-hero h1 {
  font-size: clamp(2rem, 4.2vw, 3.2rem);
  line-height: 1.15;
  margin-bottom: 1.25rem;
  max-width: 20ch;
}

.cs-hero .lede {
  font-size: 0.9rem;
  color: #6E675E;
}

.cs-hero-img {
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  background: #FFF;
  border: 1px solid rgba(28, 24, 21, 0.10);
}

.cs-hero-img img {
  width: 100%;
  display: block;
}

/* ---------- Meta strip ---------- */
.meta-strip {
  border-top: 1px solid rgba(28, 24, 21, 0.10);
  border-bottom: 1px solid rgba(28, 24, 21, 0.10);
  padding: 1.5rem 0;
  margin: 2.5rem 0;
}

.meta-item .label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6E675E;
  margin-bottom: 0.3rem;
}

.meta-item .value {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
}

/* ---------- Section rhythm ---------- */
.section-label {
  font-size: 0.95rem;
  color: #6E675E;
  margin-bottom: 0.5rem;
}

.section-title {
  font-size: 1.9rem;
  margin-bottom: 2rem;
  max-width: 26ch;
}

.body-copy {
  max-width: 70ch;
  font-size: 1.05rem;
}

.body-copy p {
  margin-bottom: 1.1rem;
}

.body-copy ul {
  margin-bottom: 1.1rem;
  padding-left: 1.25rem;
}

.body-copy li {
  margin-bottom: 0.4rem;
}

/* ---------- Process steps ---------- */
.process-steps {
  margin-bottom: 3rem;
}

.process-step {
  border: 5px solid transparent;
  border-radius: 16px;
  padding: 1.75rem;
  background-image:
    linear-gradient(#FFFFFF, #FFFFFF),
    linear-gradient(135deg, #F89B5C, #A25424);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.process-step .step-icon {
  display: inline-block;
}

.process-step h3 {
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}

.process-step h5 {
  color: #6E675E;
  text-transform: uppercase;
}

.process-step p {
  font-size: 0.92rem;
  margin-bottom: 0;
}

@media (max-width:767px) {
  .process-steps {
    grid-template-columns: 1fr;
  }
}

/* ---------- Stats ---------- */
.stat-num {
  font-family: "Bricolage Grotesque", sans-serif;
}

.gradient-stat-3inthekey {
  background-image: linear-gradient(135deg, #F89B5C, #A25424);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.gradient-stat-forkandspoon {
  background-image: linear-gradient(135deg, #AC3830, #76201A);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.gradient-stat-tfl {
  background-image: linear-gradient(135deg, #3172BB, #144071);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ---------- External links row ---------- */
.external-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.pill-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(28,24,21,0.10);
  border-radius: 100px;
  padding: 0.6rem 1.1rem;
  font-size: 0.6rem;
  text-decoration: none;
  color: #1C1815;
}

.pill-link:hover {
  border-color: #CE0E2D;
  color: #CE0E2D;
}

/* ---------- Brief rows ---------- */
.brief-row {
  padding: 2rem 0;
  border-top: 1px solid #e9ecef;
}

.brief-label {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
}

.brief-row .brief-content {
  max-width: 65ch;
  font-size: 0.7rem;
}

.brief-row .brief-content p {
  margin-bottom: 1rem;
}

.brief-row .brief-content ul {
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}

.brief-row .brief-content li {
  margin-bottom: 0.4rem;
}

/***************************** Hero ************************************/
.hero-logo {
  width: 10%;
  padding-bottom: 5px;
}

.hero-logo-2 {
  width: 20%;
}

/***************************** Product Detail ************************************/
.detail-text {
  text-align: center;
}

/***************************** The Process ************************************/
.col-box-img {
  width: 100%;
  height: auto;
  display: block;
  background-color: #FFF !important;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.col-box-img-2 {
  width: 100%;
  height: auto;
  display: block;
  background-color: #FFF !important;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/***************************** Numbers ************************************/
.nbs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.card-body h5 {
  text-align: center;
}

.card-body p {
  text-align: center;
}

/***************************** Bento Box 3inthekey ************************************/
.bento-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
  padding: 15px;
}

.bento-item {
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease;
}

.bento-img {
  margin: 0 auto;
  display: block;
  height: 10rem;
  width: auto;
}

.bento-img-tall {
  margin: 0 auto;
  display: block;
  height: 23rem;
  width: auto;
}

.bento-item-key h3 {
  margin-bottom: 10px;
}

.bento-item-key p {
  margin-bottom: 0;
}

.bento-item-key-1 {
  grid-column: span 2;
  grid-row: span 2;
  background-color: #ffebeb;
}

.bento-item-key-4 {
  grid-column: span 2;
  background-color: #F1FAFD;
}

.bento-item-key-2 {
  grid-column: span 2;
  background-color: #FFF3EB;
}

.bento-item-key-3 {
  background-color: #FFEAE5;
}

.bento-item-key-5 {
  background-color: #FDF9E9;
}

.bento-item-key-7 {
  grid-column: span 4;
  grid-row: span 4;
  background-color: #F7F3FF;
}

@media (max-width: 768px) {
  .bento-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bento-item-key-1,
  .bento-item-key-4,
  .bento-item-key-7 {
    grid-column: span 2;
  }
}

/***************************** Bento Box Fork & Spoon ************************************/
.bento-item-forkandspoon h3 {
  margin-bottom: 10px;
}

.bento-item-forkandspoon p {
  margin-bottom: 0;
}

.bento-item-forkandspoon-1 {
  /* grid-column: span 2; */
  grid-row: span 2;
  background-color: #fbb0a8;
}

.bento-item-forkandspoon-4 {
  grid-column: span 2;
  background-color: #F1FAFD;
}

.bento-item-forkandspoon-2 {
  background-color: #b81200;
  grid-column: span 1;
}

.bento-item-forkandspoon-3 {
  background-color: #F1FAFD;
}

.bento-item-forkandspoon-5 {
  background-color: #FDF9E9;
}

.bento-item-forkandspoon-7 {
  grid-column: span 4;
  grid-row: span 4;
  background-color: #F7F3FF;
}

@media (max-width: 768px) {
  .bento-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bento-item-forkandspoon-1,
  .bento-item-forkandspoon-2,
  .bento-item-forkandspoon-3,
  .bento-item-forkandspoon-4,
  .bento-item-forkandspoon-7 {
    grid-column: span 2;
  }
}

/***************************** Bento Box TFL ************************************/
.bento-item-tfl h3 {
  margin-bottom: 10px;
}

.bento-item-tfl p {
  margin-bottom: 0;
}

.bento-item-tfl-1 {
  /* grid-column: span 2; */
  grid-row: span 2;
  background-color: #EBF4FF;
}

.bento-item-tfl-4 {
  grid-column: span 2;
  background-color: #FAFAFA;
}

.bento-item-tfl-2 {
  background-color: #FFEBEE;
  grid-column: span 1;
}

.bento-item-tfl-3 {
  background-color: #FFFFEB;
}

.bento-item-tfl-5 {
  background-color: #FDF9E9;
}

.bento-item-tfl-7 {
  grid-column: span 4;
  grid-row: span 4;
  background-color: #F7F3FF;
}

@media (max-width: 768px) {
  .bento-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bento-item-tfl-1 {
    grid-column: span 2;
    grid-row: span 5;
  }

  .bento-item-tfl-2,
  .bento-item-tfl-3,
  .bento-item-tfl-4,
  .bento-item-tfl-7 {
    grid-column: span 2;
  }

  .bento-img-tall {
    height: 33rem;
  }
}

/***************************** prototype ************************************/
.prototype-box {
  background-color: #98b9ac;
  margin: 0 auto;
  text-align: center;
}

.prototype {
  height: 676px;
  width: auto;
}

/************ Footer **************************/

footer p {
  text-align: center;
}

/***************************** Screens ************************************/
@media screen and (min-width: 25em) {
  .nav li {
    display: inline-block;
    font-size: 1.0000rem;
    line-height: 1.5000;
  }

  .nav {
    text-align: right;
    white-space: nowrap;
  }

  .nav-footer li {
    display: inline-block;
    font-size: 0.8rem;
    line-height: 1.5000;
  }

  .nav-footer {
    text-align: right;
    white-space: nowrap;
  }

  .bento-item-5 {
    grid-column: span 2;
  }
}

@media screen and (min-width:740px) {
  .f-copy {
    color: white;
    text-align: right;
  }

  footer .navbar {
    display: flex;
  }

  .f-icon-box {
    padding-bottom: 0;
    width: 50%;
  }
}

@media screen and (min-width: 38em) {
  .nav {
    text-align: right;
    white-space: nowrap;
  }

  .nav-footer {
    text-align: right;
    white-space: nowrap;
  }

  .ahmed-avatar {
    width: 11%;
  }

  .card-body h5 {
    text-align: left;
  }

  .card-body p {
    text-align: left;
  }

  .col-box-img-2 {
    width: 80%;
  }

  .bento-img-tall {
    height: 33rem;
  }
  footer p {
    text-align: left;
  }
}

@media screen and (min-width: 60em) {
  .nav {
    text-align: right;
    white-space: nowrap;
  }

  .p-icon {
    margin: 0 auto;
    display: block;
    width: auto;
  }

  .ahmed-avatar {
    width: 10%;
  }

  .bento-item-5 {
    grid-column: span 1;
  }

  .bento-item-forkandspoon-1 {
    grid-column: span 2;
    grid-row: span 2;
  }

  .bento-item-tfl-7 {
    grid-column: span 2;
  }

  .bento-item-tfl-1 {
    grid-column: span 2;
    grid-row: span 6;
  }

  .card-body {
    margin-left: 1.5rem !important;
  }
}
