.designer-profile-hero {
  padding: 6.8rem 0 4rem;
  color: #fff;
  text-align: center;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 242, 0, 0.22), rgba(255, 242, 0, 0) 28%),
    linear-gradient(160deg, #0d3a17, #194621 62%, #0f2f19);
}

.designer-profile-hero h1 {
  margin: 0 0 0.55rem;
  font-size: clamp(2rem, 6vw, 3.4rem);
  letter-spacing: -0.015em;
}

.designer-profile-hero p {
  margin: 0 auto;
  max-width: 64ch;
  color: rgba(244, 252, 246, 0.92);
  font-size: clamp(1rem, 2vw, 1.2rem);
}

.designer-profile-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
  gap: 1.15rem;
}

.designer-profile-card {
  background: #fff;
  border: 1px solid #dbe6dd;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(13, 58, 23, 0.1);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.designer-profile-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(13, 58, 23, 0.16);
}

.designer-profile-image {
  display: block;
  background: linear-gradient(160deg, #e6efe8, #d5e4d8);
}

.designer-profile-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.designer-profile-content {
  padding: 1.35rem 1.35rem 1.5rem;
}

.designer-profile-label {
  margin: 0 0 0.45rem;
  color: #5a7462;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.designer-profile-content h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.2rem, 2.6vw, 1.7rem);
  color: #123b20;
}

.designer-profile-content p {
  margin: 0;
  color: #355141;
  line-height: 1.7;
}

.designer-profile-cta {
  margin-top: 1.1rem;
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.designer-profile-cta .btn:not(.btn-primary) {
  border: 1px solid #194621;
  color: #194621;
}

.designer-profile-cta .btn:not(.btn-primary):hover {
  background: #194621;
  color: #fff;
}

.designer-story {
  background:
    linear-gradient(115deg, rgba(9, 13, 11, 0.96), rgba(9, 13, 11, 0.88)),
    url("../img/designer-bg-1.webp") center / cover no-repeat;
  color: #e8e8e8;
}

.designer-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(1rem, 2.3vw, 2rem);
  align-items: center;
}

.designer-story-text p {
  margin: 0;
  color: #d9ddd9;
  line-height: 1.82;
  font-size: clamp(0.98rem, 1.6vw, 1.2rem);
}

.designer-story-media {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.5),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  background:
    radial-gradient(ellipse at 50% 55%, rgba(240, 243, 240, 0.06), transparent 70%),
    linear-gradient(170deg, #e8ebe8, #d6d9d6);
}

.designer-story-media iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  border: 0;
}

.designer-story-media img {
  width: 82%;
  margin: 0 auto;
  padding: 2rem 0;
  aspect-ratio: auto;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.18));
}

.designer-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.designer-highlight-card {
  background: #fff;
  border: 1px solid #d9e3db;
  border-top: 4px solid #194621;
  border-radius: 14px;
  padding: 1.4rem;
  box-shadow: 0 10px 24px rgba(13, 58, 23, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.designer-highlight-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(13, 58, 23, 0.14);
}

.designer-highlight-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.06rem;
  color: #0f3a1f;
}

.designer-highlight-card p {
  margin: 0;
  color: #385244;
}

.designer-join {
  position: relative;
  padding: 5.5rem 0;
  text-align: center;
  color: #1a2b1f;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(135, 206, 235, 0.35), transparent 55%),
    radial-gradient(ellipse at 80% 40%, rgba(255, 248, 220, 0.5), transparent 50%),
    linear-gradient(175deg, #c9e6f0 0%, #e4f0f6 30%, #f7f3e8 65%, #dceef5 100%);
  overflow: hidden;
}

.designer-join h2 {
  font-size: clamp(1.6rem, 4vw, 2.6rem);
  color: #0d3a17;
}

.designer-join h2 span {
  font-weight: 800;
}

.designer-join p {
  margin: 0 0 1.2rem;
  color: #2d4a35;
  font-size: 1.05rem;
}

.designer-join .btn-join {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #fdb913;
  color: #1a2b1f;
  border: none;
  padding: 0.9rem 2rem;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(253, 185, 19, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.designer-join .btn-join:hover {
  background: #e5a710;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(253, 185, 19, 0.45);
}

.designer-join .btn-join svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

@media (max-width: 980px) {
  .designer-profile-grid,
  .designer-story-grid,
  .designer-highlights {
    grid-template-columns: 1fr;
  }

  .designer-profile-image img {
    min-height: 260px;
  }
}
