/*
Theme Name: Express Laser Studio
Theme URI: https://expresslaser.ge/
Author: Express Laser
Description: Lightweight editable block theme for Express Laser.
Version: 1.0.0
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: expresslaser-studio
*/

:root {
  --el-shadow: 0 24px 70px rgba(35, 23, 42, 0.12);
}

html { scroll-behavior: smooth; }
body { text-rendering: optimizeLegibility; }

.el-hero {
  background:
    radial-gradient(circle at 85% 18%, rgba(232, 190, 224, .78), transparent 34%),
    radial-gradient(circle at 10% 88%, rgba(197, 151, 191, .30), transparent 38%),
    linear-gradient(145deg, #fffafb 0%, #f7eef5 58%, #efe1eb 100%);
  overflow: hidden;
  position: relative;
}

.el-hero::after {
  border: 1px solid rgba(110, 62, 97, .15);
  border-radius: 999px;
  content: "";
  height: 520px;
  position: absolute;
  right: -150px;
  top: -180px;
  width: 520px;
}

.el-eyebrow {
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.el-card {
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(110, 62, 97, .10);
  border-radius: 22px;
  box-shadow: var(--el-shadow);
}

.el-number {
  align-items: center;
  background: #6e3e61;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-weight: 700;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.el-soft-section {
  background: linear-gradient(180deg, #fff 0%, #fbf5f9 100%);
}

.el-cta {
  background: linear-gradient(135deg, #4a2942 0%, #7d4b70 100%);
  border-radius: 28px;
  box-shadow: var(--el-shadow);
}

.wp-block-button__link { transition: transform .2s ease, box-shadow .2s ease; }
.wp-block-button__link:hover { box-shadow: 0 12px 28px rgba(74, 41, 66, .18); transform: translateY(-2px); }

.el-brand-logo {
  margin: 0 !important;
}

.el-brand-logo img {
  display: block;
  height: 58px !important;
  object-fit: cover;
  object-position: center;
  width: 180px !important;
}

.el-official-gallery {
  background: #fffafb;
}

.el-gallery-image {
  border-radius: 24px;
  box-shadow: var(--el-shadow);
  margin: 0;
  overflow: hidden;
}

.el-gallery-image img {
  aspect-ratio: 4 / 3;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.el-contact-section {
  background: linear-gradient(145deg, #4a2942 0%, #6e3e61 58%, #86577a 100%);
  color: #fff;
}

.el-contact-section h2,
.el-contact-section p,
.el-contact-section a:not(.wp-block-button__link) {
  color: inherit;
}

.el-contact-card {
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 20px;
}

.el-phone-link {
  font-size: clamp(1.18rem, 2.3vw, 1.55rem);
  font-weight: 700;
  margin: 8px 0 !important;
}

.el-phone-link a {
  text-decoration: none;
}

.el-phone-link a:hover {
  text-decoration: underline;
}

.el-contact-actions .is-style-outline .wp-block-button__link {
  border-color: rgba(255, 255, 255, .72);
  color: #fff;
}

.el-map-card {
  background: #fff;
  border: 8px solid rgba(255, 255, 255, .15);
  border-radius: 28px;
  box-shadow: 0 26px 70px rgba(22, 10, 20, .28);
  line-height: 0;
  overflow: hidden;
}

.el-map-frame {
  border: 0;
  height: 520px;
  width: 100%;
}

@media (max-width: 700px) {
  .el-hero { min-height: 620px !important; }
  .el-hero h1 {
    font-size: clamp(2rem, 9vw, 3.2rem) !important;
    line-height: 1.08 !important;
    overflow-wrap: anywhere;
  }
  .el-brand-logo img {
    height: 48px !important;
    width: 148px !important;
  }
  .el-official-gallery {
    padding-bottom: 72px !important;
    padding-top: 72px !important;
  }
  .el-contact-section {
    padding-bottom: 72px !important;
    padding-top: 72px !important;
  }
  .el-map-frame {
    height: 380px;
  }
}
