.elementor-63 .elementor-element.elementor-element-4c18e79{--display:flex;--justify-content:center;--padding-top:90px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}.elementor-63 .elementor-element.elementor-element-4c18e79:not(.elementor-motion-effects-element-type-background), .elementor-63 .elementor-element.elementor-element-4c18e79 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.safrion.studio/wp-content/uploads/2026/09/web-banner-Large.jpeg");background-position:top right;background-repeat:no-repeat;background-size:cover;}body.elementor-page-63:not(.elementor-motion-effects-element-type-background), body.elementor-page-63 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS */ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ── Entrance animation ────────────────────────────────── */
@keyframes fade-slide-down {
  from {
    opacity: 0;
    transform: translateY(-26px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ── Cover ─────────────────────────────────────────────── */
.cover {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  aspect-ratio: 2.385;
  min-height: 420px;
  overflow: hidden;

  isolation: isolate;
}
.cover__inner {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: clamp(1.75rem, 5vw, 3.5rem) clamp(1.5rem, 5vw, 5.5rem);
  justify-content: center;
  max-width: 64%;
}
.cover {
  /* Decorative dot fields */
}
.cover__dots {
  position: absolute;
  z-index: 1;
  background-image: radial-gradient(rgba(226, 169, 78, 0.28) 1.1px, transparent 1.6px);
  background-size: 18px 18px;
  pointer-events: none;
}
.cover__dots--tl {
  top: 0;
  left: 0;
  width: 190px;
  height: 320px;
  -webkit-mask-image: linear-gradient(135deg, #000 20%, transparent 75%);
  mask-image: linear-gradient(135deg, #000 20%, transparent 75%);
}
.cover__dots--br {
  right: 0;
  bottom: 0;
  width: 46%;
  height: 42%;
  -webkit-mask-image: linear-gradient(315deg, #000 10%, transparent 60%);
  mask-image: linear-gradient(315deg, #000 10%, transparent 60%);
}
.cover {
  /* Oversized SR monogram */
}
.cover__monogram {
  position: absolute;
  z-index: 2;
  top: 44%;
  right: -7%;
  width: 56%;
  height: auto;
  transform: translateY(-50%);
}
.cover__monogram-path {
  stroke: rgba(226, 169, 78, 0.55);
  stroke-width: 2;
  fill: none;
}
.cover {
  /* Curved wave */
}
.cover__wave {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 48%;
  height: 72%;
}

/* ── Copy ──────────────────────────────────────────────── */
.cover__eyebrow {
  margin: 0 0 0.65rem;
  font-size: clamp(0.7rem, 1.15vw, 0.95rem);
  font-weight: 400;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: #ffffff;
  animation: fade-slide-down 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both;
}

.cover__title {
  margin: 0;
  font-size: clamp(2.2rem, 5.6vw, 4.9rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  background: linear-gradient(100deg, #c98a34 0%, #e2a94e 42%, #f6d488 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: fade-slide-down 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.24s both;
}
@media (min-width: 1025px) {
  .cover__title {
    white-space: nowrap;
  }
}

.cover__lede {
  margin: 1.15rem 0 0;
  font-size: clamp(0.85rem, 1.7vw, 1.5rem);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  animation: fade-slide-down 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.38s both;
}

.cover__rule {
  display: block;
  width: clamp(72px, 8vw, 118px);
  height: 2px;
  margin: clamp(1.1rem, 2.6vw, 2rem) 0 clamp(1.4rem, 3vw, 2.4rem);
  background: linear-gradient(90deg, #e2a94e, rgba(226, 169, 78, 0));
  animation: fade-slide-down 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.5s both;
}

/* ── Services row ──────────────────────────────────────── */
.services {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.services__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
  padding: 0 clamp(0.75rem, 1.5vw, 1.5rem);
  text-align: center;
  animation: fade-slide-down 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0s both;
}
.services__item:nth-child(1) {
  animation-delay: 0.62s;
}
.services__item:nth-child(2) {
  animation-delay: 0.72s;
}
.services__item:nth-child(3) {
  animation-delay: 0.82s;
}
.services__item:nth-child(4) {
  animation-delay: 0.92s;
}
.services__item:nth-child(5) {
  animation-delay: 1.02s;
}
.services__item:nth-child(6) {
  animation-delay: 1.12s;
}
.services__item:first-child {
  padding-left: 0;
}
.services__item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 2px;
  width: 1px;
  background: rgba(226, 169, 78, 0.35);
}
.services__item span {
  font-size: clamp(0.58rem, 0.82vw, 0.74rem);
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #ffffff;
}
@media (min-width: 1025px) {
  .services__item span {
    white-space: nowrap;
  }
}
.services__icon {
  width: clamp(26px, 2.6vw, 34px);
  height: clamp(26px, 2.6vw, 34px);
  fill: none;
  stroke: #e2a94e;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ── Pillars ───────────────────────────────────────────── */
.cover__pillars {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: clamp(1.6rem, 4vw, 3rem) 0 0;
  font-size: clamp(0.72rem, 1.15vw, 0.98rem);
  font-weight: 400;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  animation: fade-slide-down 0.85s cubic-bezier(0.22, 1, 0.36, 1) 1.2s both;
}
.cover__pillars i {
  width: 5px;
  height: 5px;
  margin: 0 clamp(0.7rem, 1.6vw, 1.15rem);
  border-radius: 50%;
  background: #e2a94e;
}

/* ── Responsive ────────────────────────────────────────── */
@media (max-width: 1024px) {
  .services {
    flex-wrap: wrap;
    gap: 1.25rem 0;
  }
}
@media (max-width: 900px) {
  .cover {
    aspect-ratio: auto;
    min-height: 0;
  }
  .cover__inner {
    max-width: 100%;
    padding-block: clamp(2.5rem, 9vw, 4rem);
  }
  .cover__monogram {
    width: 90%;
    right: -20%;
    opacity: 0.4;
  }
  .cover__wave {
    display: none;
  }
  .cover__dots--br {
    width: 70%;
    height: 55%;
  }
  .cover__title {
    font-size: clamp(1.9rem, 8vw, 3rem);
  }
}
@media (max-width: 560px) {
  .services {
    gap: 1.5rem 0;
  }
  .services__item {
    width: 50%;
    padding: 0 0.5rem;
  }
  .services__item:first-child {
    padding-left: 0.5rem;
  }
  .services__item:not(:first-child)::before {
    display: none;
  }
  .cover__pillars {
    letter-spacing: 0.2em;
  }
}
/* ── Reduced motion ────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  .cover__eyebrow,
  .cover__title,
  .cover__lede,
  .cover__rule,
  .services__item,
  .cover__pillars {
    animation: none;
    opacity: 1;
    transform: none;
  }
}/* End custom CSS */