.wwd {
  background-color: #faf9f7;
}

.wwd-intro {
  padding: 7rem 0 5rem;
}
.wwd-intro__grid {
  display: flex;
  align-items: center;
  gap: 3rem;
  flex-wrap: wrap;
}
.wwd-intro__content {
  flex: 1 1 420px;
  min-width: 0;
}
.wwd-intro__label {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.wwd-intro__label-line {
  display: inline-block;
  width: 2rem;
  height: 1px;
  background-color: #b5001e;
}
.wwd-intro__label-text {
  font-family: "Inter 28pt", sans-serif;
  font-size: 0.78rem;
  font-weight: 400;
  color: #b5001e;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.wwd-intro__title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 500;
  color: #0d0d0d;
  line-height: 1.2;
  max-width: 580px;
  margin-bottom: 2rem;
}
.wwd-intro__body-lead {
  font-family: "Inter 28pt", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #2a2a2a;
  line-height: 1.9;
  margin-bottom: 1.25rem;
}
.wwd-intro__body-text {
  font-family: "Inter 28pt", sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  color: #5a5a5a;
  line-height: 1.9;
  margin-bottom: 1rem;
}
.wwd-intro__body-text:last-child {
  margin-bottom: 0;
}
.wwd-intro__visual {
  flex: 1 1 380px;
  min-width: 0;
  position: relative;
}
.wwd-intro__frame {
  position: absolute;
  top: -16px;
  right: -16px;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  border: 1px solid rgba(181, 0, 30, 0.25);
  pointer-events: none;
  z-index: 0;
}
.wwd-intro__image-wrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 440px;
}
.wwd-intro__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.wwd-intro__image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to top, rgba(181, 0, 30, 0.15) 0%, transparent 100%);
}

.wwd__divider-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}

.wwd__divider {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.07);
}

.wwd-caps {
  padding: 5rem 0;
}
.wwd-caps__heading {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #0d0d0d;
  margin-bottom: 3rem;
  letter-spacing: 0.01em;
}
.wwd-caps__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 1rem;
}

.wwd-cap-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 1.5rem 1.25rem;
  height: 100%;
  box-sizing: border-box;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s, transform 0.3s;
  cursor: default;
}
.wwd-cap-card:hover {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}
.wwd-cap-card__icon {
  color: #b5001e;
  margin-bottom: 1rem;
  opacity: 0.85;
}
.wwd-cap-card__title {
  font-family: "Inter 28pt", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #0d0d0d;
  margin-bottom: 0.75rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.wwd-cap-card__desc {
  font-family: "Inter 28pt", sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  color: #6a6a6a;
  line-height: 1.75;
  margin: 0;
}
.wwd-cap-card__toggle {
  display: inline;
  margin-left: 0.35rem;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: "Inter 28pt", sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  color: #b5001e;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s;
}
.wwd-cap-card__toggle:hover {
  color: rgb(130, 0, 21.546961326);
}

.wwd-mvp {
  background-color: #0d0d0d;
  padding: 6rem 0;
}
.wwd-mvp__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: start;
}
.wwd-mvp__label {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  color: #b5001e;
}
.wwd-mvp__label-text {
  font-family: "Inter 28pt", sans-serif;
  font-size: 0.78rem;
  font-weight: 400;
  color: #b5001e;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.wwd-mvp__title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.wwd-mvp__body {
  font-family: "Inter 28pt", sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.9;
  margin-bottom: 0;
}
.wwd-mvp__body--lead {
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 1.25rem;
}
.wwd-mvp__list-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.04em;
  margin-bottom: 2rem;
  font-style: italic;
}
.wwd-mvp__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wwd-mvp__list-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-family: "Inter 28pt", sans-serif;
  font-size: 0.85rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
}
.wwd-mvp__dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #b5001e;
  margin-top: 6px;
  flex-shrink: 0;
}

.wwd-app {
  background-color: #fff;
  padding: 6rem 0;
}
.wwd-app__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: start;
}
.wwd-app__list-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.1rem;
  font-weight: 400;
  color: #8c8880;
  letter-spacing: 0.04em;
  margin-bottom: 2rem;
  font-style: italic;
}
.wwd-app__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wwd-app__list-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  font-family: "Inter 28pt", sans-serif;
  font-size: 0.85rem;
  font-weight: 300;
  color: #5a5a5a;
  line-height: 1.6;
}
.wwd-app__dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #b5001e;
  margin-top: 6px;
  flex-shrink: 0;
}
.wwd-app__label {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  color: #b5001e;
}
.wwd-app__label-text {
  font-family: "Inter 28pt", sans-serif;
  font-size: 0.78rem;
  font-weight: 400;
  color: #b5001e;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.wwd-app__title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 500;
  color: #0d0d0d;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.wwd-app__body {
  font-family: "Inter 28pt", sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  color: #6a6a6a;
  line-height: 1.9;
  margin-bottom: 0;
}
.wwd-app__body--lead {
  color: #4a4a4a;
  margin-bottom: 1.25rem;
}

.wwd-ops {
  background-color: #faf9f7;
  padding: 4rem 0 4.5rem;
}
.wwd-ops__top-divider {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  margin-bottom: 3rem;
}
.wwd-ops__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
.wwd-ops__col {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.wwd-ops__col--bordered {
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  padding-left: 3rem;
}
.wwd-ops__col-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
.wwd-ops__num {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.8rem;
  font-weight: 500;
  color: #b5001e;
  letter-spacing: 0.08em;
}
.wwd-ops__meta-line {
  display: inline-block;
  height: 1px;
  width: 24px;
  background-color: #b5001e;
  opacity: 0.5;
}
.wwd-ops__label-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #b5001e;
}
.wwd-ops__label-text {
  font-family: "Inter 28pt", sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  color: #b5001e;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.wwd-ops__col-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #0d0d0d;
  line-height: 1.2;
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
}
.wwd-ops__col-divider {
  width: 2rem;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
  margin-bottom: 1rem;
}
.wwd-ops__col-body {
  font-family: "Inter 28pt", sans-serif;
  font-size: 0.82rem;
  font-weight: 300;
  color: #5a5a5a;
  line-height: 1.85;
  margin-bottom: 0.75rem;
}
.wwd-ops__col-body:last-child {
  margin-bottom: 0;
}
.wwd-ops__col-body--muted {
  color: #7a7a7a;
}
.wwd-ops__caps-label {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 2rem;
}
.wwd-ops__caps-label-line {
  height: 1px;
  flex: 1;
  background-color: rgba(0, 0, 0, 0.08);
}
@media (max-width: 576px) {
  .wwd-ops__caps-label-line {
    display: none;
  }
}
.wwd-ops__caps-label-text {
  font-family: "Inter 28pt", sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  color: #8c8880;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 1.8;
  margin: 0;
}
.wwd-ops__caps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border: 1px solid rgba(0, 0, 0, 0.09);
  background-color: rgba(0, 0, 0, 0.09);
}
.wwd-ops__cap {
  background-color: #fff;
  padding: 1.4rem 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition: background-color 0.25s;
  cursor: default;
  position: relative;
}
.wwd-ops__cap:hover {
  background-color: #faf9f7;
}
.wwd-ops__cap-num {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: rgba(181, 0, 30, 0.15);
  line-height: 1;
  letter-spacing: -0.02em;
}
.wwd-ops__cap-line {
  width: 1.25rem;
  height: 1.5px;
  background-color: #b5001e;
  opacity: 0.5;
}
.wwd-ops__cap-text {
  font-family: "Inter 28pt", sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  color: #3a3a3a;
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 768px) {
  .wwd-intro__grid {
    flex-direction: column;
    gap: 2rem;
  }
  .wwd-intro__content, .wwd-intro__visual {
    flex: 1 1 100%;
  }
  .wwd-mvp__grid,
  .wwd-app__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .wwd-ops__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .wwd-ops__col--bordered {
    border-left: none;
    padding-left: 0;
  }
  .wwd-ops__caps {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 400px) {
  .wwd-ops__caps {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=what-we-do.css.map */
