/* =========================
   SPEC SHOP THEME
   ========================= */

:root {
  --spec-black: #050505;
  --spec-gold: #c6a66a;
  --spec-gold-soft: #e1ca8b;
  --spec-text: #f5f5f5;
  --spec-muted: #aaaaaa;
  --spec-radius: 18px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  background-color: var(--spec-black);
  color: var(--spec-text);
  font-family: 'Montserrat', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

/* NAVBAR */

.spec-navbar {
  background: rgba(5, 5, 5, 0.96);
  border-bottom: 1px solid rgba(198, 166, 106, 0.25);
}

.navbar-dark .navbar-nav .nav-link {
  color: var(--spec-muted);
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: var(--spec-gold);
}

.spec-logo {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.brand-text {
  font-weight: 600;
  letter-spacing: 0.18em;
  font-size: 0.82rem;
  text-transform: uppercase;
  color:var(--spec-gold);
}

/* BUTTONS */

.btn-spec-gold {
  background-color: var(--spec-gold);
  color: #000;
  border-radius: 30px;
  border: none;
  padding: 0.55rem 1.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.btn-spec-gold:hover {
  background-color: var(--spec-gold-soft);
  color: #000;
  box-shadow: 0 0 20px rgba(198, 166, 106, 0.55);
}

.btn-outline-spec-gold {
  background: transparent;
  color: var(--spec-gold);
  border-radius: 30px;
  border: 1px solid var(--spec-gold);
  padding: 0.55rem 1.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.btn-outline-spec-gold:hover {
  background-color: rgba(198, 166, 106, 0.12);
  color: var(--spec-gold-soft);
}

/* HERO SECTION */

.hero-spec {
  min-height: 80vh;
  background: radial-gradient(circle at top, #151515 0, #050505 50%, #000 100%);
  padding: 4rem 0 3rem 0;
}

.hero-kicker {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--spec-muted);
  font-size: 0.7rem;
  margin-bottom: 0.7rem;
}

.hero-title {
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 500;
  margin-bottom: 1rem;
}

.hero-title span {
  color: var(--spec-gold);
}

.hero-subtitle {
  color: #d8d8d8;
  max-width: 32rem;
  margin-bottom: 1.8rem;
}

.hero-card {
  background: linear-gradient(135deg, #111 0, #070707 40%, #151515 100%);
  border-radius: 22px;
  border: 1px solid rgba(198, 166, 106, 0.4);
  padding: 1.8rem;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.6);
}

.hero-badge {
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  color: var(--spec-gold-soft);
  margin-bottom: 0.6rem;
}

.hero-card-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
}

.hero-card-text {
  color: #d0d0d0;
  font-size: 0.9rem;
}

.hero-link {
  color: var(--spec-gold);
  font-size: 0.9rem;
  text-decoration: none;
}

.hero-link:hover {
  text-decoration: underline;
}

/* GENERIC SECTIONS */

.spec-section {
  background: #050505;
}

.spec-section-alt {
  background: #0b0b0b;
}

.section-header .section-title {
  font-size: 1.6rem;
  font-weight: 600;
}

.section-header .section-subtitle {
  color: var(--spec-muted);
  font-size: 0.95rem;
}

/* CARDS */

.spec-card {
  background: radial-gradient(circle at top left, #131313 0, #050505 60%);
  border-radius: var(--spec-radius);
  border: 1px solid rgba(198, 166, 106, 0.25);
  padding: 1.4rem 1.5rem;
}

.spec-card h3 {
  font-size: 1rem;
  margin-bottom: 0.75rem;
  color: var(--spec-gold-soft);
}

.spec-card p {
  font-size: 0.9rem;
  color: #dcdcdc;
}

/* CTA BOX */

.cta-box {
  border-radius: 24px;
  border: 1px solid rgba(198, 166, 106, 0.3);
  padding: 2.2rem 1.6rem;
  background: radial-gradient(circle at top, #181818 0, #060606 55%, #000 100%);
}

/* FOOTER */

.spec-footer {
  background: #040404;
  border-top: 1px solid rgba(198, 166, 106, 0.25);
}

.footer-brand {
  font-weight: 500;
  color: var(--spec-gold);
}

.footer-text {
  color: var(--spec-muted);
  font-size: 0.86rem;
}

.footer-text a {
  color: var(--spec-gold);
  text-decoration: none;
}

.footer-text a:hover {
  text-decoration: underline;
}

/* FLOATING WHATSAPP – you can add later if you want
.floating-wa {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--spec-gold);
  color: #000;
  font-weight: 700;
  font-size: 0.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.8);
  z-index: 1000;
}
.floating-wa:hover {
  background: var(--spec-gold-soft);
}
*/

/* RESPONSIVE */

@media (max-width: 991.98px) {
  .hero-spec {
    padding-top: 5rem;
  }
}

.tagline {
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: var(--spec-gold);
  letter-spacing: 0.5px;
}

.hero-image-wrapper {
  max-width: 480px;
  margin: auto;
}

.hero-image {
  border-radius: 18px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.6);
}

.premium-border {
  border: 1px solid rgba(198,166,106,0.45); /* subtle gold */
}

@media (max-width: 991.98px) {
  .hero-image-wrapper {
    max-width: 100%;
  }
}

/* Product Card Styling */
.product-card {
  background: radial-gradient(circle at top left, #131313 0, #050505 60%);
  border-radius: 18px;
  padding: 1.8rem 1.6rem;
  border: 1px solid rgba(198, 166, 106, 0.25);
  min-height: 100%;
}

.product-img {
  width: 100%;
  max-width: 600px;
  aspect-ratio: 1 / 1;   /* forces 600x600 square crop */
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.6);
  object-fit: cover;
  cursor: zoom-in;
}

.product-title {
  color: var(--spec-gold-soft);
  font-size: 1.05rem;
  font-weight: 600;
  margin-top: 1rem;
}

.product-text {
  color: #d8d8d8;
  font-size: 0.92rem;
  margin-top: 0.5rem;
  line-height: 1.4;
}

.product-modal-img {
  width: 100%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 12px;
}

.product-modal-caption {
  color: #e0e0e0;
}

/* Ensure product modal sits above festive overlays */
.modal {
  z-index: 3000;
}

.modal-backdrop {
  z-index: 2990;
}

.product-modal-close {
  width: 44px;
  height: 44px;
  padding: 0.75rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(4px);
  z-index: 1;
}

/* CUSTOMER REVIEWS */

.review-card {
  background: radial-gradient(circle at top left, #171717 0, #050505 60%);
  border-radius: 18px;
  border: 1px solid rgba(198, 166, 106, 0.35);
  padding: 1.6rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.review-source {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--spec-gold-soft);
  margin-bottom: 0.4rem;
}

.review-stars {
  font-size: 1rem;
  color: var(--spec-gold-soft);
  margin-bottom: 0.8rem;
}

.review-text {
  font-size: 0.9rem;
  color: #e0e0e0;
  margin-bottom: 0.9rem;
}

.review-name {
  font-size: 0.85rem;
  color: var(--spec-muted);
  margin: 0;
}
/* FOOTER – Sleek Minimal Version */

/* Minimal Footer – centered, clean, modern */
.spec-footer {
  background: #050505;
  border-top: 1px solid rgba(198, 166, 106, 0.25);
}

.footer-text {
  color: var(--spec-muted);
  font-size: 0.85rem;
  letter-spacing: 0.04em;
}
#lens-brands .brand-card {
  padding-top: 1.4rem;
}
/* Improve spacing between major sections for desktop/laptop view */
@media (min-width: 992px) {
  .spec-section,
  .spec-section-alt,
  section.py-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .page-hero {
    padding-top: 5.5rem;
    padding-bottom: 4.5rem;
  }

  /* Increase spacing under each "section-header" block */
  .section-header {
    margin-bottom: 3.2rem;
  }

  /* Add breathing space under major titles */
  .section-title {
    margin-bottom: 1rem;
  }

  /* Add space between CTA/button rows */
  .hero-actions,
  .d-flex.flex-wrap.gap-3 {
    margin-top: 1.5rem;
  }
}
.spec-section {
  border-bottom: 1px solid rgba(198,166,106,0.08);
}
/* Eye Check – Cards */
.check-card {
  background: radial-gradient(circle at top left, #131313 0, #050505 60%);
  border-radius: 18px;
  border: 1px solid rgba(198, 166, 106, 0.25);
  padding: 1.4rem 1.5rem;
}

.check-card h3 {
  font-size: 1rem;
  margin-bottom: 0.7rem;
  color: var(--spec-gold-soft);
}

.check-card p {
  font-size: 0.9rem;
  color: #dcdcdc;
}

/* Eye Check – Lists */
.check-list-block {
  background: radial-gradient(circle at top left, #111 0, #050505 60%);
  border-radius: 18px;
  border: 1px solid rgba(198, 166, 106, 0.25);
  padding: 1.5rem 1.6rem;
  height: 100%;
}

.check-heading {
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--spec-gold-soft);
  margin-bottom: 0.8rem;
}

.check-list {
  list-style: disc;
  padding-left: 1.2rem;
  margin-bottom: 0;
}

.check-list li {
  font-size: 0.9rem;
  color: #e0e0e0;
  margin-bottom: 0.4rem;
}

/* Steps Section */
.step-card {
  position: relative;
  background: radial-gradient(circle at top left, #141414 0, #050505 60%);
  border-radius: 18px;
  border: 1px solid rgba(198, 166, 106, 0.28);
  padding: 1.6rem 1.5rem 1.4rem;
}

.step-number {
  position: absolute;
  top: 1rem;
  right: 1.2rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: rgba(198, 166, 106, 0.55);
}

.step-card h3 {
  font-size: 1rem;
  margin-bottom: 0.7rem;
  color: var(--spec-gold-soft);
}

.step-card p {
  font-size: 0.9rem;
  color: #dddddd;
}
/* Contact Page Cards */

.contact-card {
  background: radial-gradient(circle at top left, #131313 0, #050505 60%);
  border-radius: 20px;
  border: 1px solid rgba(198, 166, 106, 0.32);
  padding: 1.8rem 1.6rem;
}

.contact-heading {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--spec-gold-soft);
  margin-bottom: 0.4rem;
}

.contact-text {
  font-size: 0.9rem;
  color: #e0e0e0;
}

.contact-text a {
  color: var(--spec-gold-soft);
  text-decoration: none;
}

.contact-text a:hover {
  text-decoration: underline;
}

.contact-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.contact-list li {
  font-size: 0.9rem;
  color: #dcdcdc;
  margin-bottom: 0.4rem;
}

/* Map wrapper (if not already added) */

.map-wrapper {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(198, 166, 106, 0.35);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.7);
  background: #050505;
  min-height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.map-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  display: block;
}


.map-frame {
  width: 100%;
  height: 100%;
  min-height: 320px;
}
/* Festive bar – only shows when body has festive-xmas class */
.festive-xmas .festive-bar {
  background: linear-gradient(90deg, #403015, #050505 30%, #403015 100%);
  border-bottom: 1px solid rgba(198, 166, 106, 0.5);
  padding: 0.5rem 0;
}

.festive-xmas .festive-text {
  color: var(--spec-gold-soft);
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
/* Snow effect – subtle, only when festive-xmas is active */
.festive-xmas .snow-layer {
  pointer-events: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
  z-index: 999; /* above content but below nav hover states if needed */
}

/* Each snowflake */
.snowflake {
  position: absolute;
  top: -10%;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.7);
  opacity: 0.7;
  animation-name: fall;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

/* Falling keyframes */
@keyframes fall {
  0% {
    transform: translate3d(0, -10%, 0);
  }
  100% {
    transform: translate3d(0, 120vh, 0);
  }
}
/* Brand Image Styling */
.brand-img {
  width: 100%;
  max-width: 300px;        /* Limits size on desktop */
  height: auto;
  aspect-ratio: 1 / 1;     /* Keeps square layout (600x600 style) */
  object-fit: cover;       /* Avoids stretching or squashing */
  border-radius: 14px;
  margin: 0 auto;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.7);
  display: block;
}

/* Keep layout consistent inside card */
.brand-card {
  padding: 1.5rem 1.3rem;
  background: radial-gradient(circle at top left, #131313 0, #050505 60%);
  border: 1px solid rgba(198, 166, 106, 0.3);
  border-radius: 18px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.brand-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.55);
}
@media (min-width: 992px) {
  .brand-card {
    padding: 2rem 1.8rem;
  }
}

/* Make columns in contact sections equal height on desktop */
.contact-row > [class^="col-"],
.contact-row > [class*=" col-"] {
  display: flex;
}

.contact-row .contact-card,
.contact-row .map-wrapper {
  flex: 1 1 auto;
}

/* Promotions section */

.promo-kicker {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  color: var(--spec-gold-soft);
  margin-bottom: 0.4rem;
}

.promo-row > [class^="col-"],
.promo-row > [class*=" col-"] {
  display: flex;
}

.promo-card {
  background: radial-gradient(circle at top left, #151515 0, #050505 60%);
  border-radius: 20px;
  border: 1px solid rgba(198, 166, 106, 0.35);
  padding: 1.8rem 1.6rem 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.promo-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--spec-gold-soft);
  margin-bottom: 0.6rem;
}

.promo-title {
  font-size: 1.4rem;
  margin-bottom: 0.9rem;
  color: #ffffff;
}

.promo-text {
  font-size: 0.95rem;
  color: #e0e0e0;
  margin-bottom: 0.6rem;
}

.promo-text.small {
  font-size: 0.85rem;
  color: var(--spec-muted);
}

.promo-valid {
  font-size: 0.85rem;
  color: var(--spec-muted);
  margin-top: 0.4rem;
  margin-bottom: 1rem;
}

.promo-link {
  font-size: 0.9rem;
  color: #4da3ff;
  text-decoration: none;
  margin-top: auto;
}

.promo-link:hover {
  text-decoration: underline;
}
/* WhatsApp booking form */
.wa-form .form-control,
.wa-form .form-select {
  background-color: #050505;
  border-radius: 12px;
  border: 1px solid rgba(198, 166, 106, 0.35);
  color: #f3f3f3;
}

.wa-form .form-control::placeholder {
  color: #777;
}

.wa-form .form-label {
  font-size: 0.9rem;
  color: var(--spec-gold-soft);
}

.wa-form .form-text {
  font-size: 0.8rem;
  color: var(--spec-muted);
}
.form-control, .form-select {
  background-color: #0a0a0a;
  border: 1px solid rgba(198,166,106,0.35);
  color: var(--spec-text);
  border-radius: 12px;
}

.form-control:focus, .form-select:focus {
  border-color: var(--spec-gold);
  box-shadow: 0 0 8px rgba(198,166,106,0.4);
}
