/* Backgrounds and material surfaces, independent of component layout. */
.site-header {
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid #fff;
  box-shadow: 0 5px 26px #3e2d2504;
}
.glass-caption {
  background: rgba(247, 244, 239, 0.75);
  border: 1px solid #ffffff9c;
  box-shadow: 0 8px 30px #3e2d2512;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.hero-visual {
  background: #e7ddd1;
}
.project-image {
  background: #b0a499;
}
.services {
  background: #efebe5;
}
.service-card {
  background: #f8f6f2;
}
.glass-icon {
  background: linear-gradient(135deg, #ffffffd9, #a28d7a55);
  border: 1px solid #fff9;
  box-shadow:
    inset 0 0 12px #fff8,
    5px 8px 18px #49301e12;
}
.approach {
  background:
    radial-gradient(ellipse at 95% 5%, #6c5141 0, transparent 40%), #30241e;
  color: var(--milk);
}
.contact {
  background: linear-gradient(120deg, #eee7dd, #e7ddd1);
}
.orbit-mark {
  border: 1px solid #dec6ac65;
  border-radius: 50%;
  box-shadow:
    inset -10px -8px 25px #ae80692b,
    8px 6px 30px #0002;
}
.orbit-mark::before,
.orbit-mark::after {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px solid #dec6ac70;
  border-radius: 50%;
  transform: rotate(-35deg) scaleX(0.45);
}
.orbit-mark::after {
  transform: rotate(35deg) scaleX(0.45);
}
@supports not (backdrop-filter: blur(12px)) {
  .glass-caption {
    background: #eee7dff2;
  }
}
/* Client case covers: abstract typography until actual project media is uploaded. */
.case-cover {
  background: #e7ddd1;
  color: #3e2d25;
}
.case-cover::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 75%;
  aspect-ratio: 1;
  right: -20%;
  top: 5%;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.2;
}
.case-tone-0 {
  background: linear-gradient(125deg, #d3c1ad, #f1e9dd 60%, #c9b39b);
}
.case-tone-1 {
  background: #302a26;
  color: #f7f4ef;
}
.case-tone-1::before {
  border-radius: 20%;
  transform: rotate(-30deg);
  box-shadow:
    0 0 0 35px #f7f4ef12,
    0 0 0 70px #f7f4ef08;
}
.case-tone-2 {
  background: linear-gradient(150deg, #b0aa91, #dad4c2);
}
.case-tone-2::before {
  width: 120%;
  top: 35%;
  right: -35%;
  box-shadow:
    0 0 0 25px #3e2d2510,
    0 0 0 50px #3e2d2508;
}
.case-tone-3 {
  background: radial-gradient(ellipse at 85% 10%, #7d6050, #30241e 65%);
  color: #f7f4ef;
}
.case-tone-4 {
  background: linear-gradient(135deg, #f7f4ef, #dddcd4);
}
.case-tone-4::before {
  border-radius: 0;
  transform: rotate(45deg);
}
.case-tone-5 {
  background: #795a46;
  color: #fff;
}
.case-cover.has-image::before {
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  background: linear-gradient(#0008, #0002 45%, #0008);
  opacity: 1;
  transform: none;
  box-shadow: none;
}
.case-cover.has-image {
  color: #fff;
}
