.project-visual > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.project-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, .74));
  pointer-events: none;
}

.project-visual > p {
  z-index: 1;
  color: #e9e6df;
}

.project-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin: 0 0 30px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .12);
}

.project-features span {
  padding: 10px 12px;
  background: #151513;
  color: #aaa79f;
  font-size: 9px;
  line-height: 1.4;
  letter-spacing: .06em;
  text-transform: uppercase;
}

@media (max-width: 420px) {
  .project-features {
    grid-template-columns: 1fr;
  }
}

.arietta-gallery { padding: 110px 8%; background: #0d0d0c; border-bottom: 1px solid rgba(255,255,255,.14); }
.gallery-heading { display: grid; grid-template-columns: 22% 1fr 36%; gap: 40px; align-items: end; margin-bottom: 55px; }
.gallery-heading h2 { margin: 0; font-family: 'Italiana',serif; font-size: clamp(42px,5vw,70px); line-height: 1.04; font-weight: 400; }
.gallery-heading > p:last-child { margin: 0; color: #aaa79f; font-size: 13px; line-height: 1.8; }
.gallery-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.gallery-grid figure { margin: 0; overflow: hidden; background: #151513; }
.gallery-grid img { display: block; width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.gallery-grid figcaption { display: grid; grid-template-columns: 32px 1fr auto; gap: 12px; align-items: center; padding: 16px 18px; border-top: 1px solid rgba(255,255,255,.12); }
.gallery-grid figcaption span, .gallery-grid figcaption small { color: #b89a5d; font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.gallery-grid figcaption strong { font-size: 11px; font-weight: 400; letter-spacing: .08em; text-transform: uppercase; }
.gallery-grid .service-view { grid-column: 1 / -1; }
.gallery-grid .service-view img { aspect-ratio: 21 / 9; object-position: center 64%; }
.gallery-grid .concept-study { grid-column: 1 / -1; }
.gallery-grid .concept-study img { aspect-ratio: 21 / 9; object-position: center 55%; }

@media (max-width: 800px) {
  .arietta-gallery { padding: 70px 24px; }
  .gallery-heading { display: block; }
  .gallery-heading h2 { margin-bottom: 28px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid .service-view { grid-column: auto; }
  .gallery-grid .service-view img { aspect-ratio: 16 / 10; }
  .gallery-grid .concept-study { grid-column: auto; }
  .gallery-grid .concept-study img { aspect-ratio: 16 / 10; }
}

@media (max-width: 520px) {
  .gallery-grid figcaption { grid-template-columns: 24px 1fr; }
  .gallery-grid figcaption small { grid-column: 2; }
}

.contact-links { display: flex; justify-content: center; gap: 42px; flex-wrap: wrap; margin-top: 48px; }
.contact .contact-links a { margin-top: 0; }
.whatsapp-link { align-items: center; gap: 9px !important; }
.wa-icon { width: 18px; height: 18px; flex: 0 0 18px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.wa-icon path:last-child { fill: currentColor; stroke: none; }
.email-link { align-items: center; gap: 9px !important; }
.mail-icon { width: 18px; height: 18px; flex: 0 0 18px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.whatsapp-float { position: fixed; z-index: 30; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 18px; padding: 13px 16px; background: #b89a5d; color: #090909; box-shadow: 0 10px 35px rgba(0,0,0,.38); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.whatsapp-float b { font-weight: 400; }

@media (max-width: 520px) {
  .contact-links { flex-direction: column; align-items: center; gap: 18px; }
  .whatsapp-float span { display: none; }
  .whatsapp-float { width: 46px; height: 46px; justify-content: center; padding: 0; }
}
