/* Omayer Auto Spa — one-page site  :)*/

:root {
  --bg: #0a0a0a;
  --bg-panel: #141414;
  --bg-panel-2: #1a1a1a;
  --bg-panel-3: #000000;
  --border: rgba(212, 175, 55, 0.25);
  --gold: #d4af37;
  --gold-soft: #e8c766;
  --silver: #d8dce0;
  --text: #f2f0ec;
  --text-muted: #a8a49b;
  --radius: 14px;
  --serif: Georgia, "Times New Roman", Times, serif;
  --sans:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

h1,
h2,
h3,
h4 {
  font-family: var(--serif);
  font-weight: 700;
  margin: 0 0 16px;
  color: var(--silver);
  letter-spacing: 0.01em;
}

.gold {
  color: var(--gold);
}

.eyebrow {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 1.75rem;
  color: var(--gold);
  margin: 20px 0 10px;
  font-weight: 600;
}

.center {
  text-align: center;
}
.tier-eyebrow {
  margin-top: 72px;
  padding-top: 56px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.section {
  padding: 90px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.section-title {
  font-size: clamp(1.6rem, 3vw, 2.3rem);
}

.section-lead {
  color: var(--text-muted);
  max-width: 640px;
  margin: 0 auto 50px;
}
.section-lead.gold {
  color: var(--gold);
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.2s ease;
  border: 1px solid transparent;
  white-space: nowrap;
}
.btn-primary {
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  color: #171410;
}
.btn-primary:hover {
  filter: brightness(1.08);
}
.btn-outline {
  border-color: var(--border);
  color: var(--text);
}
.btn-outline:hover {
  border-color: var(--gold);
  color: var(--gold);
}
.btn-ghost {
  border: 1px solid var(--border);
  color: var(--gold-soft);
  padding: 10px 20px;
  font-size: 0.9rem;
}
.btn-ghost:hover {
  background: rgba(212, 175, 55, 0.08);
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10, 10, 10, 0.85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.logo img {
  height: 66px;
  width: auto;
  border-radius: 6px;
}
.main-nav {
  display: flex;
  gap: 32px;
  font-size: 0.92rem;
}
.main-nav a {
  color: var(--text-muted);
  transition: color 0.2s;
}
.main-nav a:hover {
  color: var(--gold);
}

/* Hero */
.hero {
  padding: 70px 0 90px;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}
.hero-lead {
  color: var(--text-muted);
  font-size: 1.05rem;
  max-width: 46ch;
}
.hero h1 {
  font-size: clamp(2rem, 4vw, 2.9rem);
  line-height: 1.15;
}
.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.hero-media img {
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.7);
}

/* USP bar */
.usp {
  padding: 36px 0;
  background: var(--bg-panel);
}
.usp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.usp-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  color: var(--text-muted);
  font-size: 0.9rem;
  font-weight: 600;
}
.usp-icon {
  width: 30px;
  height: 30px;
  fill: var(--gold);
  color: var(--gold);
}

/* About */
.about-inner {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 56px;
  align-items: start;
}
.about-media img {
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.7);
  position: sticky;
  top: 100px;
}
.about-text p:not(.eyebrow),
.about-more p:not(.eyebrow) {
  color: var(--text-muted);
  margin: 0 0 16px;
}
.about-text h3,
.about-more h3 {
  margin-top: 36px;
  margin-bottom: 14px;
  color: var(--gold-soft);
  font-size: 1.15rem;
}
.about-text p.about-closing,
.about-more p.about-closing {
  color: var(--text);
  font-family: var(--serif);
  font-size: 1.1rem;
  border-left: 2px solid var(--gold);
  padding-left: 16px;
  margin-top: 24px;
}
.about-more {
  max-width: 860px;
  margin: 56px auto 0;
}
.about-more h3:first-child {
  margin-top: 0;
}

/* Services */
.services-intro {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 56px;
  align-items: center;
  margin-bottom: 72px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.services-intro-media img {
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.7);
}
.services-intro-text .hero-lead {
  max-width: 48ch;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.service-card {
  background: var(--bg-panel);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
}
.service-card.featured {
  background: linear-gradient(
    180deg,
    rgba(212, 175, 55, 0.09),
    var(--bg-panel) 40%
  );
  border-color: var(--gold);
}
.service-card h3 {
  font-size: 1.3rem;
  line-height: 1.3;
}
.service-desc {
  color: var(--text-muted);
  font-size: 0.92rem;
  margin-bottom: 14px;
}
.badge {
  display: inline-block;
  align-self: flex-start;
  background: var(--gold);
  color: #171410;
  font-weight: 700;
  font-size: 0.75rem;
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.check-list {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  flex-grow: 1;
}
.check-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  color: var(--text-muted);
  font-size: 0.94rem;
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1.5px solid var(--gold);
  background: linear-gradient(135deg, transparent 45%, var(--gold) 46%)
    no-repeat;
  background-size: 6px 6px;
  background-position: center;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: auto;
}
.price-table th,
.price-table td {
  text-align: center;
  padding: 10px 6px;
  font-size: 0.85rem;
}
.price-table th {
  color: var(--text-muted);
  font-weight: 500;
  border-bottom: 1px solid var(--border);
}
.price-table td {
  color: var(--gold-soft);
  font-weight: 700;
  font-size: 1.05rem;
  padding-top: 14px;
}

.surcharge-row {
  margin-top: 40px;
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 20px 32px;
  align-items: center;
  padding: 24px 28px;
  background: var(--bg-panel);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}
.surcharge {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.surcharge-label {
  color: var(--text-muted);
  font-size: 0.85rem;
}
.surcharge-price {
  color: var(--gold);
  font-weight: 700;
  font-size: 1.1rem;
}
.surcharge-note {
  color: var(--text-muted);
  font-size: 0.85rem;
  margin: 0;
  grid-column: 3;
}

.fine-print {
  margin-top: 24px;
  color: var(--text-muted);
  font-size: 0.85rem;
  border-left: 2px solid var(--gold);
  padding-left: 14px;
}

/* Full package */
.package-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 48px;
}
.package-col {
  background: var(--bg-panel);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 28px;
}
.package-col-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.package-icon {
  width: 26px;
  height: 26px;
  fill: var(--gold);
  color: var(--gold);
  flex-shrink: 0;
}
.package-col-head h3 {
  margin: 0;
  font-size: 1.15rem;
}
.package-col .check-list {
  margin: 0;
}

.package-banner {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 32px;
  padding: 24px 28px;
  background: var(--bg-panel);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}
.package-banner-icon {
  width: 36px;
  height: 36px;
  fill: var(--gold);
  color: var(--gold);
  flex-shrink: 0;
}
.package-banner p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
}
.package-banner strong {
  color: var(--gold-soft);
}

.package-price-table {
  max-width: 560px;
  margin: 20px auto 0;
}
.package-price-table td {
  font-size: 1.15rem;
}

/* Ozone */
.ozone-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: start;
}
.ozone-media img {
  border-radius: var(--radius);
  border: 1px solid var(--border);
  position: sticky;
  top: 100px;
}
.ozone-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin: 30px 0;
}
.ozone-columns h4 {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--gold-soft);
}
.ozone-columns .check-list li {
  font-size: 0.88rem;
}
.ozone-climate {
  color: var(--text-muted);
  font-size: 0.94rem;
  background: var(--bg-panel);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 18px 22px;
}
.ozone-price {
  margin-top: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--bg-panel-2);
  border: 1px solid var(--gold);
  border-radius: var(--radius);
  padding: 20px 26px;
}
.ozone-price span {
  color: var(--text-muted);
  font-size: 0.9rem;
}
.ozone-price strong {
  color: var(--gold);
  font-size: 1.6rem;
}

/* Works / before-after */
.works-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.work-card {
  margin: 0;
  background: var(--bg-panel);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}
.work-card a {
  display: block;
  position: relative;
}
.work-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.3s ease;
}
.work-card img.is-loaded {
  opacity: 1;
}
.work-card a:hover img {
  transform: scale(1.04);
}
.work-spinner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-panel);
  transition: opacity 0.3s ease;
}
.work-spinner::before {
  content: "";
  width: 32px;
  height: 32px;
  border: 3px solid rgba(212, 175, 55, 0.25);
  border-top-color: var(--gold);
  border-radius: 50%;
  animation: work-spin 0.8s linear infinite;
}
.work-card img.is-loaded ~ .work-spinner {
  opacity: 0;
  pointer-events: none;
}
@keyframes work-spin {
  to {
    transform: rotate(360deg);
  }
}
.work-card figcaption {
  display: flex;
  justify-content: space-between;
  padding: 12px 18px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
}
.work-card figcaption span:last-child {
  color: var(--gold-soft);
}

/* Technology */
.tech-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 50px;
}
.tech-card {
  background: var(--bg-panel);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}
.tech-card-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}
.tech-card-body {
  padding: 28px 32px 32px;
}
.tech-card h3 {
  margin-bottom: 12px;
}
.tech-card p {
  color: var(--text-muted);
  margin: 0;
}
.tech-usp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* Contact */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.contact-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  background: var(--bg-panel);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 16px;
  font-weight: 600;
  transition:
    border-color 0.2s,
    transform 0.2s;
}
a.contact-card:hover {
  border-color: var(--gold);
  transform: translateY(-3px);
}
.contact-icon {
  width: 26px;
  height: 26px;
  fill: var(--gold);
  color: var(--gold);
}

/* Footer */
.site-footer {
  padding: 40px 0;
  background: var(--bg-panel-3);
}
.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.footer-logo {
  height: 64px;
  width: auto;
  opacity: 0.85;
}
.footer-inner p {
  color: var(--text-muted);
  font-size: 0.82rem;
  margin: 0;
}

.credit-link {
  position: relative;
  display: inline-block;
  color: var(--gold-soft);
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.01em;
  transition:
    color 0.3s ease,
    transform 0.3s ease,
    letter-spacing 0.3s ease;
}
.credit-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.35s ease;
}
.credit-link:hover,
.credit-link:focus-visible {
  color: var(--gold);
  transform: scale(1.18);
  letter-spacing: 0.04em;
}
.credit-link:hover::after,
.credit-link:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(6, 6, 6, 0.92);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease;
}
.lightbox.is-open {
  opacity: 1;
  visibility: visible;
}
.lightbox-figure {
  margin: 0;
  max-width: 90vw;
  max-height: 88vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.lightbox-img {
  max-width: 90vw;
  max-height: 80vh;
  width: auto;
  height: auto;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: 0 30px 80px -20px rgba(0, 0, 0, 0.75);
  opacity: 0;
  transform: scale(0.97);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}
.lightbox-img.is-loaded {
  opacity: 1;
  transform: scale(1);
}
.lightbox-counter {
  color: var(--text-muted);
  font-size: 0.85rem;
  letter-spacing: 0.05em;
}
.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-panel);
  border: 1px solid var(--border);
  color: var(--gold-soft);
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}
.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
  border-color: var(--gold);
  color: var(--gold);
}
.lightbox-close {
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 1;
}
.lightbox-prev,
.lightbox-next {
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-size: 1.1rem;
}
.lightbox-prev:hover,
.lightbox-next:hover {
  transform: translateY(-50%) scale(1.08);
}
.lightbox-prev {
  left: 20px;
}
.lightbox-next {
  right: 20px;
}

@media (max-width: 640px) {
  .lightbox-prev,
  .lightbox-next {
    width: 42px;
    height: 42px;
  }
  .lightbox-prev {
    left: 8px;
  }
  .lightbox-next {
    right: 8px;
  }
  .lightbox-close {
    top: 10px;
    right: 10px;
  }
}

/* Responsive */
@media (max-width: 900px) {
  .main-nav {
    display: none;
  }
  .hero-inner {
    grid-template-columns: 1fr;
  }
  .hero-media {
    order: -1;
  }
  .about-inner {
    grid-template-columns: 1fr;
  }
  .about-media img {
    position: static;
  }
  .services-intro {
    grid-template-columns: 1fr;
    margin-bottom: 48px;
    padding-bottom: 40px;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .package-columns {
    grid-template-columns: 1fr;
  }
  .package-banner {
    flex-direction: column;
    text-align: center;
  }
  .ozone-inner {
    grid-template-columns: 1fr;
  }
  .ozone-media img {
    position: static;
  }
  .ozone-columns {
    grid-template-columns: 1fr;
  }
  .tech-grid {
    grid-template-columns: 1fr;
  }
  .tech-usp-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .works-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .usp-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .surcharge-row {
    grid-template-columns: 1fr 1fr;
  }
  .surcharge-note {
    grid-column: span 2;
  }
}

@media (max-width: 520px) {
  .section {
    padding: 60px 0;
  }
  .works-grid {
    grid-template-columns: 1fr;
  }
  .hero-actions {
    flex-direction: column;
  }
  .hero-actions .btn {
    text-align: center;
  }
  .header-phone span {
    display: none;
  }
}
