/* HERO */
.hero__pill{position:relative;z-index:3;margin:0;width:100%;height:fit-content;background:rgba(255,255,255,.06);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.12);border-radius:var(--r-pill);display:flex;align-items:center;justify-content:space-between;overflow:hidden}
@keyframes pillPulse {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}
.hero__pill-item{flex:1;display:flex;justify-content:center;padding:0 32px;min-height:64px;align-items:center;gap:8px;font-size:var(--text-sm);font-weight:600;color:var(--white);cursor:pointer;position:relative;z-index:1}
.hero__pill-item::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg, transparent 0%, rgba(208, 20, 27, 0.85) 50%, transparent 100%);opacity:0;pointer-events:none;z-index:-1}
.hero__pill-item.is-glowing::before{animation:pillPulse 3s ease forwards}
.hero__pill-item .plus{color:var(--red);font-size:1.1rem;line-height:1;transition:transform 1.5s ease}
.hero__pill-item.is-glowing .plus{transform:scale(1.2)}
.hero__pill-div{width:1px;height:34px;background:rgba(255,255,255,.18);flex-shrink:0}
@media(max-width:600px){
  .hero__pill-item{padding:0 8px;min-height:48px;font-size:0.75rem;gap:4px}
  .hero__pill-div{height:22px}
}

/* BRAND STATEMENT */
.statement__card {
  background: var(--white) !important;
  border: none !important;
}


/* THE CRAFT */
.craft__card {
  background: var(--off-white) !important;
}
.craft__inner {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.craft__head {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
@media (max-width: 900px) {
  .craft__head {
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .craft__head {
    margin-bottom: 20px;
  }
}
.craft .eyebrow {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}
.craft__title {
  width: 100%;
  height: auto;
  font-size: var(--text-h1);
  margin-bottom: 0;
}
.craft__title .muted {
  color: var(--grey);
}

.craft__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  width: 100%;
  height: auto;
}

.craft__item {
  width: 100%;
  height: auto;
  padding: 48px;
  background: var(--white);
  border-radius: var(--r-card);
  border: 1px solid var(--grey-lt);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), background var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.craft__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
  background: var(--red);
  border-color: var(--red);
}
.craft__num-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  width: 100%;
  height: auto;
}
.craft__num {
  font-size: var(--text-h1);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--red);
  display: inline-flex;
  align-items: center;
  transition: color var(--dur) var(--ease);
}
.craft__num-row svg {
  width: var(--text-h1);
  height: var(--text-h1);
  color: var(--red);
  stroke-width: 1.5;
  flex-shrink: 0;
  transition: color var(--dur) var(--ease);
}
.craft__item h3 {
  font-size: var(--text-h3);
  margin-bottom: 16px;
  width: 100%;
  height: auto;
  transition: color var(--dur) var(--ease);
}
.craft__item p {
  font-size: var(--text-lead);
  color: var(--grey);
  line-height: 1.65;
  margin-bottom: 0;
  width: 100%;
  height: auto;
  transition: color var(--dur) var(--ease);
}
.craft__item:hover .craft__num,
.craft__item:hover .craft__num-row svg,
.craft__item:hover h3 {
  color: var(--white);
}
.craft__item:hover p {
  color: rgba(255, 255, 255, 0.9);
}
@media(max-width:900px) and (min-width:601px){
  .craft__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .craft__item {
    width: calc(50% - 16px);
    min-width: 320px;
    padding: 32px;
  }
  .craft__item:nth-child(1) {
    justify-self: start;
  }
  .craft__item:nth-child(2) {
    justify-self: center;
  }
  .craft__item:nth-child(3) {
    justify-self: end;
  }
}
@media(max-width:600px){
  .craft__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .craft__item {
    width: calc(100% - 40px);
    padding: 24px;
  }
  .craft__item:nth-child(1) {
    justify-self: start;
    margin-right: 40px;
    margin-left: 0;
  }
  .craft__item:nth-child(2) {
    justify-self: center;
    margin-left: auto;
    margin-right: auto;
  }
  .craft__item:nth-child(3) {
    justify-self: end;
    margin-left: 40px;
    margin-right: 0;
  }
}

/* PRODUCTS PREVIEW */
.preview__card {
  background: var(--white) !important;
  border: none !important;
}
.preview__inner {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.preview__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
  flex-wrap: wrap;
  gap: 50px;
  width: 100%;
}
.preview__head > div {
  flex: 1;
  min-width: 280px;
  width: 100%;
  height: auto;
}
.preview__head .eyebrow {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}
.preview__head h2 {
  width: 100%;
  height: auto;
  font-size: var(--text-h1);
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin-bottom: 0;
}
.preview__head h2 .muted {
  color: var(--grey);
}
.preview__head .btn {
  width: fit-content;
  height: fit-content;
  margin: 0;
  border-radius: var(--r-btn);
  flex-shrink: 0;
}
@media (max-width: 900px) {
  .preview__head {
    margin-bottom: 30px;
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .preview__head {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    justify-content: flex-start;
    margin-bottom: 20px;
    gap: 20px;
  }
  .preview__head > div {
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .preview__head .eyebrow {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: auto;
    text-align: left;
  }
  .preview__head h2 {
    text-align: left;
  }
  .preview__head .btn {
    width: fit-content;
    height: fit-content;
    display: inline-flex;
    margin-left: auto;
    margin-right: 0;
    align-self: flex-end;
  }
}

.preview__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) and (min-width: 601px) {
  .preview__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .preview__grid .pcard:nth-child(4) {
    display: none;
  }
}
@media (max-width: 600px) {
  .preview__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.preview__grid .pcard {
  background: var(--white);
}
.preview__grid .pcard .pcard__info {
  flex: 1;
}













/* MANIFESTO */
.manifesto__card {
  position: relative;
  overflow: hidden;
  background: var(--dark) !important;
  color: var(--white);
  text-align: center;
  border: none !important;
}
.manifesto__bg {
  position: absolute;
  inset: -15px;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  object-fit: cover;
  opacity: 1;
  filter: blur(5px);
  transform: scale(1.04);
  z-index: 1;
}
.manifesto__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1500px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 auto;
}
.manifesto h2 {
  font-size: var(--text-h1);
  margin-bottom: 20px;
  width: 100%;
  max-width: 100%;
}
.manifesto h2 .muted, .manifesto h2 .grey {
  color: rgba(255, 255, 255, 0.45);
}
.manifesto h2 .red {
  color: var(--red);
}
.manifesto p {
  font-size: var(--text-lead);
  color: rgba(255, 255, 255, 0.7);
  max-width: 600px;
  margin: 0 auto;
}

/* STATS */
.stats__inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.stats__head {
  width: 100%;
  height: auto;
  margin-bottom: 48px;
}
@media (max-width: 900px) {
  .stats__head {
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .stats__head {
    margin-bottom: 20px;
  }
}
.stats .eyebrow {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}
.stats h2 {
  width: 100%;
  height: auto;
  font-size: var(--text-h1);
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin-bottom: 0;
}
.stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  border-top: 1.5px dotted var(--grey-lt);
  padding-top: 50px;
  width: 100%;
}
.stats__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 48px 24px;
}
.stats__val {
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 8px;
}
.stats__label {
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--red);
  margin-bottom: 8px;
}
.stats__desc {
  font-size: var(--text-sm);
  color: var(--grey);
  line-height: 1.5;
  max-width: 220px;
}
@media (min-width: 901px) {
  .stats__item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -25px;
    top: 0;
    bottom: 0;
    border-right: 1.5px dotted var(--grey-lt);
  }
}
@media (max-width: 900px) and (min-width: 601px) {
  .stats__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding-top: 30px;
  }
  .stats__item {
    padding: 32px 16px;
  }
  .stats__item:nth-child(odd)::after {
    content: '';
    position: absolute;
    right: -15px;
    top: 0;
    bottom: 0;
    border-right: 1.5px dotted var(--grey-lt);
  }
  .stats__item:nth-child(1)::before,
  .stats__item:nth-child(2)::before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 10px;
    right: 10px;
    border-bottom: 1.5px dotted var(--grey-lt);
  }
}
@media (max-width: 600px) {
  .stats__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding-top: 20px;
  }
  .stats__item {
    padding: 24px 8px;
  }
  .stats__item:nth-child(odd)::after {
    content: '';
    position: absolute;
    right: -5px;
    top: 0;
    bottom: 0;
    border-right: 1.5px dotted var(--grey-lt);
  }
  .stats__item:nth-child(1)::before,
  .stats__item:nth-child(2)::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 5px;
    right: 5px;
    border-bottom: 1.5px dotted var(--grey-lt);
  }
}

/* STATS CARD */
.stats__card {
  background: var(--white) !important;
  border: none !important;
}







