/* ==============================
   WORK — SHARED
============================== */
.wk-project {
  padding: 0 20px;
  margin-bottom: 80px;
}

.wk-cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ==============================
   WORK — META ROW
============================== */
.wk-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 12px;
  padding: 6px 0;
}

.wk-meta-left {
  display: flex;
  flex-direction: column;
}

.wk-meta-right {
  display: flex;
  flex-direction: column;
  text-align: right;
}

.wk-client {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
}

.wk-date {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 1.4;
}

.wk-tagline {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.4;
}

.wk-tags {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 1.4;
}

/* ==============================
   TERESA GRINBERG — HERO BLOCK
   Left: 759px main | Right: 625px
   Right top: two images (313+312) | Right bottom: one (625)
============================== */
.wk-teresa-hero {
  display: flex;
  gap: 13px;
  height: 468px;
}

.wk-teresa-main {
  position: relative;
  flex: 0 0 759px;
  border-radius: 20px;
  overflow: hidden;
}

.wk-teresa-name {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  width: 414px;
}

.wk-teresa-name img {
  width: 100%;
  height: auto;
  display: block;
}

.wk-teresa-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.wk-teresa-right-top {
  display: flex;
  gap: 0;
  height: 167px;
  flex-shrink: 0;
}

.wk-teresa-small {
  flex: 1;
  overflow: hidden;
}

.wk-teresa-small:first-child {
  border-radius: 20px 0 0 20px;
}

.wk-teresa-small:last-child {
  border-radius: 0 20px 20px 0;
}

.wk-teresa-right-bottom {
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
}

/* ==============================
   DUO — two equal photos (691px each)
============================== */
.wk-duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  height: 468px;
  margin-top: 14px;
}

.wk-duo-item {
  border-radius: 20px;
  overflow: hidden;
}

/* ==============================
   CASA IKIGAI — 493px + 891px
============================== */
.wk-ikigai-row {
  display: flex;
  gap: 14px;
  height: 468px;
}

.wk-ikigai-photo {
  flex: 0 0 493px;
  border-radius: 20px;
  overflow: hidden;
}

.wk-ikigai-grid {
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
  background: #f0f0f0;
}

/* ==============================
   LL+DM — left 625px (2 stacked) + right 759px
============================== */
.wk-lldm-row {
  display: flex;
  gap: 13px;
  height: 468px;
}

.wk-lldm-left {
  position: relative;
  flex: 0 0 625px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wk-lldm-top {
  flex: 0 0 289px;
  border-radius: 20px;
  overflow: hidden;
}

.wk-lldm-bottom {
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
}

/* LL+DM label centred over the left column */
.wk-lldm-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #d9d9d9;
  width: 375px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.wk-lldm-logo {
  width: 118px;
  height: auto;
}

.wk-lldm-right {
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
}

/* ==============================
   DECÍ — left 890px + right 494px
============================== */
.wk-deci-row {
  display: flex;
  gap: 14px;
  height: 468px;
}

.wk-deci-main {
  flex: 0 0 890px;
  border-radius: 20px;
  overflow: hidden;
}

.wk-deci-side {
  position: relative;
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
}

.wk-deci-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 64px;
  font-weight: 700;
  color: #000;
  letter-spacing: -1.92px;
  line-height: 1;
  background: #d9d9d9;
  width: 375px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
