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

:root {
  --color-primary: #0f1f3b;
  --color-primary-dark: #0a1629;
  --color-accent: #d4a017;
  --color-text: #1a1a1a;
  --color-text-light: #555555;
  --color-bg: #f5f5f5;
  --color-white: #ffffff;
  --color-border: #e0e0e0;
  --color-error: #c0392b;
  --color-success: #27ae60;
  --font-sans: "Segoe UI", system-ui, -apple-system, sans-serif;
  --max-width: 1100px;
  --radius: 8px;
  --shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-sans);
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.6;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* Header */
.site-header {
  background: var(--color-white);
  border-bottom: 1px solid var(--color-border);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: var(--shadow);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}

.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  line-height: 0;
}

.logo:hover {
  text-decoration: none;
  opacity: 0.92;
}

.logo-img {
  height: 56px;
  width: auto;
  display: block;
  object-fit: contain;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-text);
  margin: 5px 0;
  transition: transform 0.3s;
}

.site-nav ul {
  display: flex;
  list-style: none;
  gap: 1.5rem;
}

.site-nav a {
  color: var(--color-text);
  font-weight: 500;
  padding: 0.25rem 0;
  border-bottom: 2px solid transparent;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--color-primary);
  border-bottom-color: var(--color-primary);
  text-decoration: none;
}

/* Main content */
main {
  flex: 1;
}

.section {
  padding: 3rem 0;
}

.section-title {
  font-size: 2rem;
  color: var(--color-primary);
  margin-bottom: 1rem;
}

.section-subtitle {
  color: var(--color-text-light);
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

/* Hero */
.hero {
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
  color: var(--color-white);
  padding: 0;
  text-align: left;
}

/* Final modern refresh overrides */
:root {
  --color-primary: #111827;
  --color-primary-dark: #070b14;
  --color-accent: #ffb000;
  --color-accent-2: #00d1ff;
  --color-accent-3: #ff4d8d;
  --color-text: #15151f;
  --color-text-light: #626476;
  --color-bg: #f7f4ef;
  --color-border: rgba(21, 21, 31, 0.12);
  --radius: 18px;
  --shadow: 0 18px 45px rgba(17, 24, 39, 0.12);
}

body {
  background:
    linear-gradient(135deg, rgba(0, 209, 255, 0.1), transparent 28%),
    linear-gradient(315deg, rgba(255, 77, 141, 0.09), transparent 30%),
    var(--color-bg);
}

.site-header {
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.08);
}

.header-inner {
  padding: 0.85rem 0;
}

.site-nav ul {
  gap: 0.45rem;
}

.site-nav a {
  border: 0;
  border-radius: 999px;
  color: #2b2d3a;
  padding: 0.55rem 0.9rem;
}

.site-nav a:hover,
.site-nav a.active {
  background: #111827;
  border-bottom-color: transparent;
  color: #ffffff;
}

.section {
  padding: 4.25rem 0;
}

.section-title {
  color: var(--color-primary);
  font-size: clamp(2rem, 4vw, 3.2rem);
  letter-spacing: 0;
  line-height: 1;
}

.section-subtitle {
  color: var(--color-text-light);
  max-width: 720px;
}

.hero {
  background:
    linear-gradient(120deg, rgba(255, 176, 0, 0.16), transparent 34%),
    linear-gradient(300deg, rgba(0, 209, 255, 0.18), transparent 38%),
    #0b1020;
}

.hero-slide-inner {
  min-height: 560px;
  padding-top: 5rem;
  padding-bottom: 5.75rem;
}

.hero-kicker {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #ffe08a;
  padding: 0.45rem 0.75rem;
}

.hero h1,
.hero h2 {
  font-size: clamp(3rem, 7vw, 5.9rem);
  line-height: 0.95;
  max-width: 760px;
}

.hero p {
  color: rgba(255, 255, 255, 0.78);
  max-width: 650px;
}

.hero-product {
  position: relative;
}

.hero-product::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(78vw, 360px);
  aspect-ratio: 1;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(255, 176, 0, 0.82), rgba(255, 77, 141, 0.6));
  box-shadow: 0 30px 70px rgba(255, 176, 0, 0.28);
  transform: translate(-50%, -50%) rotate(10deg);
}

.hero-product img {
  max-height: 390px;
  position: relative;
  width: min(100%, 385px);
}

.btn {
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.12);
}

.btn-primary {
  background: linear-gradient(135deg, #ffb000, #ff4d8d);
  color: #111827;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #ffd36b, #ff6fa3);
}

.slider-control {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.15);
}

.vibe-strip {
  background: #111827;
  color: #ffffff;
}

.vibe-strip-inner {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 0;
  padding-top: 0;
}

.vibe-strip-inner div {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  padding: 1.4rem 1.25rem;
}

.vibe-strip-inner strong,
.vibe-strip-inner span {
  display: block;
}

.vibe-strip-inner strong {
  color: #ffcf54;
}

.vibe-strip-inner span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.card,
.service-card,
.product-item,
.about-content,
.contact-info,
.contact-form {
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.09);
}

.card,
.service-card,
.product-item {
  overflow: hidden;
  position: relative;
}

.card::before,
.service-card::before,
.product-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 209, 255, 0.12), transparent 42%, rgba(255, 77, 141, 0.1));
  opacity: 0;
  transition: opacity 0.25s ease;
}

.card:hover::before,
.service-card:hover::before,
.product-item:hover::before {
  opacity: 1;
}

.card > *,
.service-card > *,
.product-item > * {
  position: relative;
}

.card-icon,
.service-icon-box {
  background: linear-gradient(135deg, #111827, #26324d 54%, #00d1ff);
  border-radius: 24px;
}

.card:hover .card-icon,
.service-card:hover .service-icon-box {
  background: linear-gradient(135deg, #ffb000, #ff4d8d);
}

.service-number {
  background: #111827;
  border: 3px solid #ffffff;
  color: #ffcf54;
}

.products-section {
  background:
    linear-gradient(135deg, rgba(255, 176, 0, 0.12), transparent 36%),
    #ffffff;
}

.home-cta {
  background: #111827;
  color: #ffffff;
  padding: 4rem 0;
}

.home-cta-inner {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}

.home-cta h2 {
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1;
  margin: 0.75rem 0;
}

.home-cta p {
  color: rgba(255, 255, 255, 0.72);
  max-width: 640px;
}

.services-banner {
  background:
    linear-gradient(120deg, rgba(255, 176, 0, 0.25), transparent 35%),
    linear-gradient(300deg, rgba(0, 209, 255, 0.18), transparent 38%),
    #897558;
}

.services-banner-copy {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.services-banner-copy .btn {
  margin-top: 1rem;
}

.about-content {
  background: rgba(255, 255, 255, 0.88);
  display: grid;
  gap: 1rem;
}

.about-content h3 {
  color: var(--color-primary);
  font-size: 1.25rem;
}

.about-content ul {
  background: #f7f4ef;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 18px;
  padding: 1.25rem 1.25rem 1.25rem 2.3rem;
}

.contact-info,
.contact-form {
  background: rgba(255, 255, 255, 0.9);
}

.form-group input,
.form-group select,
.form-group textarea {
  background: #fbfaf7;
  border-radius: 14px;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #00a9d6;
  box-shadow: 0 0 0 4px rgba(0, 209, 255, 0.16);
}

.site-footer {
  background:
    linear-gradient(135deg, rgba(255, 176, 0, 0.08), transparent 30%),
    #070b14;
}

@media (max-width: 768px) {
  .site-nav a:hover,
  .site-nav a.active {
    border-radius: 12px;
  }

  .hero-slide-inner {
    min-height: 620px;
    padding-top: 3.75rem;
  }

  .hero h1,
  .hero h2 {
    font-size: clamp(2.35rem, 13vw, 3.5rem);
  }

  .vibe-strip-inner {
    grid-template-columns: 1fr;
  }

  .home-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* ===== Services page — visual refresh ===== */
.services-banner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(300px, 1fr) minmax(360px, 1.2fr);
  gap: 1rem;
  align-items: center;
  min-height: 420px;
  padding: 3rem 0;
  color: var(--color-white);
  overflow: hidden;
  border-radius: 14px;
}

.services-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../assets/Banner3.png");
  background-size: cover;
  background-position: center center;
  filter: brightness(0.55) saturate(0.9) contrast(0.98);
  z-index: 0;
}

.services-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(17, 24, 39, 0.48), rgba(17, 24, 39, 0.18));
  z-index: 1;
}

.services-banner-gift,
.services-banner-products,
.services-banner-copy {
  position: relative;
  z-index: 2;
}

.services-banner-copy {
  padding: 1.75rem 2rem;
}

.services-banner-copy h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 5vw, 4.75rem);
  line-height: 0.95;
  margin: 0 0 0.6rem 0;
  color: #ffffff;
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}

.services-banner-copy p {
  font-size: 1.15rem;
  margin: 0 0 1.1rem 0;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 700;
}

.services-banner-copy .btn-primary {
  padding: 0.85rem 1.4rem;
  border-radius: 999px;
  box-shadow: 0 14px 36px rgba(255, 77, 141, 0.12);
}

.services-banner-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
  padding: 1rem;
}

.banner-product-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 0.9rem;
}

.banner-product-cell img {
  width: min(60%, 72px);
  max-height: 72px;
  background: #ffffff;
  padding: 8px;
  border-radius: 10px;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.18));
}

.gift-box {
  width: min(52vw, 220px);
  aspect-ratio: 1;
  background: linear-gradient(135deg, rgba(17, 24, 39, 0.98), rgba(34, 42, 58, 0.95));
  border-radius: 16px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffd77b;
  font-weight: 700;
  font-size: 1.1rem;
}

/* Improve services grid cards */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}

.service-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(250,250,250,0.96));
  border-radius: 14px;
  padding: 1.75rem;
  box-shadow: 0 12px 32px rgba(17, 24, 39, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 26px 64px rgba(17, 24, 39, 0.12);
}

.service-icon-box {
  width: 84px;
  height: 84px;
  margin: 0 auto 1.25rem;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--color-primary), #1a2e4d);
  color: #fff;
  font-size: 2rem;
}

@media (max-width: 900px) {
  .services-banner {
    grid-template-columns: 1fr;
    min-height: 360px;
    padding: 2rem 0;
    border-radius: 0;
  }

  .services-banner-products {
    grid-template-columns: repeat(3, 1fr);
    order: 2;
  }

  .services-banner-copy {
    order: 1;
    text-align: center;
    padding: 1rem;
  }

  .gift-box {
    margin: 0 auto;
  }
}

/* make sure section header spacing aligns */
.section-header { margin-top: 2rem; margin-bottom: 2.5rem; }

/* Home banner image slider */
.banner-slider {
  background: #111827;
}

.banner-slider .hero-slides {
  min-height: clamp(260px, 31vw, 440px);
}

.banner-slider .hero-slide {
  align-items: stretch;
  justify-content: center;
}

.banner-slider .hero-slide.active {
  display: flex;
}

.banner-slide-img {
  display: block;
  width: 100%;
  height: clamp(260px, 31vw, 440px);
  object-fit: cover;
  object-position: center;
}

.banner-slider .slider-control {
  background: rgba(17, 24, 39, 0.28);
  border-color: rgba(255, 255, 255, 0.32);
}

.banner-slider .slider-dots {
  bottom: 1rem;
}

@media (max-width: 768px) {
  .banner-slider .hero-slides,
  .banner-slide-img {
    min-height: 220px;
    height: 220px;
  }

  .banner-slider .slider-control {
    width: 34px;
    height: 34px;
  }
}

/* Home banner image slider */
.banner-slider {
  background: #111827;
}

.banner-slider .hero-slides {
  min-height: clamp(260px, 31vw, 440px);
}

.banner-slider .hero-slide {
  align-items: stretch;
  justify-content: center;
}

.banner-slider .hero-slide.active {
  display: flex;
}

.banner-slide-img {
  display: block;
  width: 100%;
  height: clamp(260px, 31vw, 440px);
  object-fit: cover;
  object-position: center;
}

.banner-slider .slider-control {
  background: rgba(17, 24, 39, 0.28);
  border-color: rgba(255, 255, 255, 0.32);
}

.banner-slider .slider-dots {
  bottom: 1rem;
}

@media (max-width: 768px) {
  .banner-slider .hero-slides,
  .banner-slide-img {
    min-height: 220px;
    height: 220px;
  }

  .banner-slider .slider-control {
    width: 34px;
    height: 34px;
  }
}

/* Modern brand refresh */
:root {
  --color-primary: #111827;
  --color-primary-dark: #070b14;
  --color-accent: #ffb000;
  --color-accent-2: #00d1ff;
  --color-accent-3: #ff4d8d;
  --color-text: #15151f;
  --color-text-light: #626476;
  --color-bg: #f7f4ef;
  --color-white: #ffffff;
  --color-border: rgba(21, 21, 31, 0.12);
  --radius: 18px;
  --shadow: 0 18px 45px rgba(17, 24, 39, 0.12);
}

body {
  background:
    linear-gradient(135deg, rgba(0, 209, 255, 0.1), transparent 28%),
    linear-gradient(315deg, rgba(255, 77, 141, 0.09), transparent 30%),
    var(--color-bg);
}

.site-header {
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.08);
}

.header-inner {
  padding: 0.85rem 0;
}

.site-nav ul {
  gap: 0.45rem;
}

.site-nav a {
  border: 0;
  border-radius: 999px;
  padding: 0.55rem 0.9rem;
  color: #2b2d3a;
}

.site-nav a:hover,
.site-nav a.active {
  background: #111827;
  color: #ffffff;
  border-bottom-color: transparent;
}

.section {
  padding: 4.25rem 0;
}

.section-title {
  color: var(--color-primary);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
  letter-spacing: 0;
}

.section-subtitle {
  max-width: 720px;
  color: var(--color-text-light);
}

.hero {
  background:
    linear-gradient(120deg, rgba(255, 176, 0, 0.16), transparent 34%),
    linear-gradient(300deg, rgba(0, 209, 255, 0.18), transparent 38%),
    #0b1020;
}

.hero-slide-inner {
  min-height: 560px;
  padding-top: 5rem;
  padding-bottom: 5.75rem;
}

.hero-kicker {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #ffe08a;
  padding: 0.45rem 0.75rem;
}

.hero h1,
.hero h2 {
  font-size: clamp(3rem, 7vw, 5.9rem);
  max-width: 760px;
}

.hero p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.78);
}

.hero-product {
  position: relative;
}

.hero-product::before {
  content: "";
  position: absolute;
  width: min(78vw, 360px);
  aspect-ratio: 1;
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(255, 176, 0, 0.82), rgba(255, 77, 141, 0.6)),
    #ffb000;
  transform: rotate(10deg);
  box-shadow: 0 30px 70px rgba(255, 176, 0, 0.28);
}

.hero-product img {
  position: relative;
  width: min(100%, 385px);
  max-height: 390px;
}

.btn {
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.12);
}

.btn-primary {
  background: linear-gradient(135deg, #ffb000, #ff4d8d);
  color: #111827;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #ffd36b, #ff6fa3);
}

.slider-control {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
}

.vibe-strip {
  background: #111827;
  color: #ffffff;
}

.vibe-strip-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding-top: 0;
  padding-bottom: 0;
}

.vibe-strip-inner div {
  padding: 1.4rem 1.25rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.vibe-strip-inner strong,
.vibe-strip-inner span {
  display: block;
}

.vibe-strip-inner strong {
  color: #ffcf54;
  font-size: 1rem;
}

.vibe-strip-inner span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.card-grid,
.services-grid {
  align-items: stretch;
}

.card,
.service-card,
.product-item,
.about-content,
.contact-info,
.contact-form {
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.09);
}

.card,
.service-card,
.product-item {
  position: relative;
  overflow: hidden;
}

.card::before,
.service-card::before,
.product-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 209, 255, 0.12), transparent 42%, rgba(255, 77, 141, 0.1));
  opacity: 0;
  transition: opacity 0.25s ease;
}

.card:hover::before,
.service-card:hover::before,
.product-item:hover::before {
  opacity: 1;
}

.card > *,
.service-card > *,
.product-item > * {
  position: relative;
}

.card-icon,
.service-icon-box {
  background:
    linear-gradient(135deg, #111827, #26324d 54%, #00d1ff);
  border-radius: 24px;
}

.card:hover .card-icon,
.service-card:hover .service-icon-box {
  background: linear-gradient(135deg, #ffb000, #ff4d8d);
}

.service-number {
  background: #111827;
  color: #ffcf54;
  border: 3px solid #ffffff;
}

.products-section {
  background:
    linear-gradient(135deg, rgba(255, 176, 0, 0.12), transparent 36%),
    #ffffff;
}

.home-cta {
  padding: 4rem 0;
  background: #111827;
  color: #ffffff;
}

.home-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.home-cta h2 {
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1;
  margin: 0.75rem 0;
}

.home-cta p {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.72);
}

.services-banner {
  background:
    linear-gradient(120deg, rgba(255, 176, 0, 0.25), transparent 35%),
    linear-gradient(300deg, rgba(0, 209, 255, 0.18), transparent 38%),
    #897558;
}

.services-banner-copy {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.services-banner-copy .btn {
  margin-top: 1rem;
}

.about-content {
  display: grid;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.88);
}

.about-content h3 {
  color: var(--color-primary);
  font-size: 1.25rem;
}

.about-content ul {
  background: #f7f4ef;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 18px;
  padding: 1.25rem 1.25rem 1.25rem 2.3rem;
}

.contact-wrapper {
  gap: 1.5rem;
}

.contact-info,
.contact-form {
  background: rgba(255, 255, 255, 0.9);
}

.form-group input,
.form-group select,
.form-group textarea {
  border-radius: 14px;
  background: #fbfaf7;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #00a9d6;
  box-shadow: 0 0 0 4px rgba(0, 209, 255, 0.16);
}

.site-footer {
  background:
    linear-gradient(135deg, rgba(255, 176, 0, 0.08), transparent 30%),
    #070b14;
}

@media (max-width: 768px) {
  .site-nav a:hover,
  .site-nav a.active {
    border-radius: 12px;
  }

  .hero-slide-inner {
    min-height: 620px;
    padding-top: 3.75rem;
  }

  .hero h1,
  .hero h2 {
    font-size: clamp(2.35rem, 13vw, 3.5rem);
  }

  .vibe-strip-inner {
    grid-template-columns: 1fr;
  }

  .home-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

.hero-slider {
  position: relative;
  overflow: hidden;
}

.hero-slides {
  position: relative;
  min-height: 460px;
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.55s ease, visibility 0.55s ease;
}

.hero-slide.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.hero-slide-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  gap: 2rem;
  align-items: center;
  min-height: 460px;
  padding-top: 4rem;
  padding-bottom: 4.5rem;
}

.hero-copy {
  max-width: 620px;
}

.hero-kicker {
  display: inline-block;
  color: var(--color-accent);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0.85rem;
  text-transform: uppercase;
}

.hero h1,
.hero h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  line-height: 1.15;
}

.hero p {
  font-size: 1.2rem;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 0 2rem;
}

.hero-product {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 280px;
}

.hero-product img {
  width: min(100%, 340px);
  max-height: 330px;
  object-fit: contain;
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.28));
}

.slider-control {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: var(--color-white);
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.slider-control:hover,
.slider-control:focus {
  background: rgba(212, 160, 23, 0.9);
  border-color: var(--color-accent);
  outline: none;
  transform: translateY(-50%) scale(1.04);
}

.slider-prev {
  left: max(1rem, calc((100vw - var(--max-width)) / 2 - 3.5rem));
}

.slider-next {
  right: max(1rem, calc((100vw - var(--max-width)) / 2 - 3.5rem));
}

.slider-dots {
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  z-index: 6;
  display: flex;
  gap: 0.65rem;
  transform: translateX(-50%);
}

.slider-dot {
  width: 11px;
  height: 11px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s, transform 0.2s, width 0.2s;
}

.slider-dot.active {
  width: 28px;
  border-radius: 999px;
  background: var(--color-accent);
  border-color: var(--color-accent);
}

.btn {
  display: inline-block;
  padding: 0.75rem 1.75rem;
  border-radius: var(--radius);
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, transform 0.1s;
  cursor: pointer;
  border: none;
  font-size: 1rem;
}

.btn-primary {
  background: var(--color-accent);
  color: var(--color-white);
}

.btn-primary:hover {
  background: #c39d0a;
  text-decoration: none;
  transform: translateY(-1px);
}

.btn-primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

/* Cards */
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.card {
  background: var(--color-white);
  border-radius: var(--radius);
  padding: 1.75rem;
  box-shadow: var(--shadow);
  text-align: center;
}

/* Hover/interactive effect for cards (used by services grid) */
.card {
  transition: box-shadow 0.32s cubic-bezier(.2,.8,.2,1), transform 0.32s cubic-bezier(.2,.8,.2,1), border-top 0.3s ease;
  border-top: 3px solid transparent;
}

.card:hover {
  box-shadow: 0 10px 30px rgba(212, 160, 23, 0.15);
  transform: translateY(-8px);
  border-top-color: var(--color-accent);
}

.card h3 {
  color: var(--color-primary);
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
}

.card-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--color-primary), #1a2e4d);
  border-radius: 50%;
  opacity: 0.95;
  transition: transform 0.3s, background 0.3s;
}

.card-icon svg {
  width: 60px;
  height: 60px;
}

.card:hover .card-icon {
  transform: scale(1.1) rotateY(0deg);
  background: linear-gradient(135deg, var(--color-accent), #c39d0a);
}

/* About */
.about-content {
  background: var(--color-white);
  border-radius: var(--radius);
  padding: 2rem;
  box-shadow: var(--shadow);
}

.about-content p {
  margin-bottom: 1rem;
  color: var(--color-text-light);
}

.about-content p:last-child {
  margin-bottom: 0;
}

/* Contact form */
.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 2rem;
  align-items: start;
}

.contact-info {
  background: var(--color-white);
  border-radius: var(--radius);
  padding: 2rem;
  box-shadow: var(--shadow);
}

.contact-info h3 {
  color: var(--color-primary);
  margin-bottom: 1rem;
}

.contact-info p {
  color: var(--color-text-light);
  margin-bottom: 0.75rem;
}

.contact-form {
  background: var(--color-white);
  border-radius: var(--radius);
  padding: 2rem;
  box-shadow: var(--shadow);
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-group label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.4rem;
  color: var(--color-text);
}

.form-group label .required {
  color: var(--color-error);
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.65rem 0.85rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  font-family: inherit;
  font-size: 1rem;
  transition: border-color 0.2s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--color-primary);
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.form-group input.invalid,
.form-group select.invalid,
.form-group textarea.invalid {
  border-color: var(--color-error);
}

.form-status {
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  border-radius: var(--radius);
  font-weight: 500;
  display: none;
}

.form-status.show {
  display: block;
}

.form-status.success {
  background: #d5f5e3;
  color: var(--color-success);
}

.form-status.error {
  background: #fadbd8;
  color: var(--color-error);
}

.hp-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}

/* Footer */
.site-footer {
  background: var(--color-primary-dark);
  color: rgba(255, 255, 255, 0.85);
  padding: 3rem 0 2rem;
  margin-top: auto;
}

.site-footer .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  text-align: left;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-section h4 {
  color: var(--color-accent);
  margin-bottom: 1rem;
  font-size: 1rem;
}

.footer-section p {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.footer-section a {
  color: var(--color-accent);
}

.footer-bottom {
  text-align: center;
  padding-top: 1.5rem;
  font-size: 0.85rem;
}

.footer-bottom p {
  margin: 0;
}

/* Contact Info Section */
.contact-details {
  background: linear-gradient(135deg, var(--color-primary) 0%, #1a2e4d 100%);
  color: var(--color-white);
  padding: 2rem 0;
  margin: 3rem 0;
  border-radius: 0;
}

.contact-details .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  text-align: center;
}

.contact-details h4 {
  color: var(--color-accent);
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-details p {
  margin: 0.25rem 0;
  font-size: 0.95rem;
}

/* Section Header */
.section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.section-header .section-title {
  position: relative;
  display: inline-block;
  padding-bottom: 1rem;
}

.section-header .section-title::before,
.section-header .section-title::after {
  content: "✦";
  color: var(--color-accent);
  margin: 0 1rem;
  font-size: 1.2rem;
}

/* Services Grid */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.service-card {
  background: var(--color-white);
  border-radius: var(--radius);
  padding: 2rem 1.5rem;
  box-shadow: var(--shadow);
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
  border-top: 3px solid transparent;
}

.service-card:hover {
  box-shadow: 0 15px 40px rgba(212, 160, 23, 0.2);
  transform: translateY(-8px);
  border-top-color: var(--color-accent);
}

.service-number {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 45px;
  height: 45px;
  background: var(--color-accent);
  color: var(--color-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2rem;
  box-shadow: 0 4px 12px rgba(212, 160, 23, 0.3);
}

.service-image {
  margin: 1.5rem 0 1.5rem 0;
}

.service-icon-box {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background: linear-gradient(135deg, var(--color-primary), #1a2e4d);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
}

.service-card:hover .service-icon-box {
  background: linear-gradient(135deg, var(--color-accent), #c39d0a);
}

.service-card h3 {
  color: var(--color-primary);
  margin-bottom: 0.75rem;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.service-card p {
  color: var(--color-text-light);
  font-size: 0.9rem;
  line-height: 1.5;
}

/* Products Section */
.products-section {
  background: #f8f9fa;
  padding: 3rem 0;
}

/* Services Banner */
.services-banner {
  position: relative;
  min-height: 355px;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(330px, 1.05fr) minmax(360px, 1.35fr);
  color: var(--color-white);
  overflow: hidden;
  /* background image (Banner3) is placed via pseudo-element */
}

.services-banner-gift,
.services-banner-copy {
  min-height: 355px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-banner-gift {
  background: radial-gradient(circle at 42% 48%, rgba(255, 255, 255, 0.22), rgba(112, 99, 75, 0.1) 34%, rgba(67, 58, 43, 0.28) 100%);
}

.gift-box {
  position: relative;
  width: min(50vw, 205px);
  aspect-ratio: 1;
  background: #111824;
  box-shadow: 0 24px 38px rgba(0, 0, 0, 0.26);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e4c16e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  line-height: 0.95;
  text-align: center;
  text-transform: uppercase;
}

.gift-ribbon-horizontal,
.gift-ribbon-vertical {
  position: absolute;
  background: linear-gradient(90deg, #c89f41, #f0d485, #a97821);
}

.gift-ribbon-horizontal {
  top: 18%;
  left: 0;
  width: 100%;
  height: 11%;
}

.gift-ribbon-vertical {
  top: 0;
  left: 18%;
  width: 11%;
  height: 100%;
}

.gift-bow {
  position: absolute;
  top: -2%;
  left: 8%;
  width: 56px;
  height: 42px;
  background: radial-gradient(ellipse at 28% 50%, #f1d489 0 38%, transparent 40%),
    radial-gradient(ellipse at 72% 50%, #c99b37 0 38%, transparent 40%);
  filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.22));
}

.gift-bow::before,
.gift-bow::after {
  content: "";
  position: absolute;
  top: 16px;
  width: 32px;
  height: 6px;
  background: #dcb65c;
  transform-origin: center;
}

.gift-bow::before {
  left: 2px;
  transform: rotate(36deg);
}

.gift-bow::after {
  right: 2px;
  transform: rotate(-36deg);
}

.services-banner-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(90px, 1fr));
  grid-auto-rows: 1fr;
  min-height: 355px;
}

.banner-product-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 46px rgba(52, 43, 31, 0.18);
}

.banner-product-cell.muted {
  background: #7e8f7c;
}

.banner-product-cell.warm {
  background: #b5aa86;
}

.banner-product-cell.light {
  background: #c4b898;
}

.banner-product-cell img {
  width: min(58%, 72px);
  max-height: 78px;
  object-fit: contain;
  filter: drop-shadow(0 9px 12px rgba(0, 0, 0, 0.18));
}

.services-banner-copy {
  background: #9d8b68;
  padding: 3rem 2rem;
  align-items: center;
  justify-content: flex-start;
}

/* Background image layer for services banner */
.services-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../assets/Banner3.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: saturate(0.95) contrast(0.98);
  z-index: 0;
  opacity: 1;
}

/* Color/gradient overlay to preserve contrast */
.services-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 176, 0, 0.25), transparent 35%),
    linear-gradient(300deg, rgba(0, 209, 255, 0.18), transparent 38%),
    rgba(57, 49, 40, 0.45);
  z-index: 1;
}

/* Ensure content sits above background layers */
.services-banner-gift,
.services-banner-products,
.services-banner-copy {
  position: relative;
  z-index: 2;
}

/* When services banner is a slider, hide the old pseudo background (we use per-slide images)
   and position each slide image behind the content with the overlay left in place. */
.services-banner.banner-slider::before {
  display: none;
}

.services-banner.banner-slider .banner-slide-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  pointer-events: none;
}

.services-banner.banner-slider .hero-slides {
  min-height: 355px;
}

.services-banner.banner-slider .hero-slide-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(330px, 1.05fr) minmax(360px, 1.35fr);
  gap: 0;
  align-items: center;
  min-height: 355px;
  padding: 0;
}

@media (max-width: 768px) {
  .services-banner.banner-slider .hero-slide-inner {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.services-banner-copy h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 7vw, 5.2rem);
  line-height: 0.9;
  font-weight: 700;
  margin-bottom: 0.55rem;
}

.services-banner-copy p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1;
}

.products-showcase {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.product-item {
  background: var(--color-white);
  border-radius: var(--radius);
  padding: 1.5rem 1rem;
  text-align: center;
  box-shadow: var(--shadow);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.product-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(212, 160, 23, 0.15);
  border-color: var(--color-accent);
}

.product-image {
  font-size: 3rem;
  margin-bottom: 0.75rem;
}

.product-item p {
  color: var(--color-primary);
  font-size: 0.9rem;
  font-weight: 500;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--color-white);
    border-bottom: 1px solid var(--color-border);
    display: none;
    box-shadow: var(--shadow);
  }

  .site-nav.open {
    display: block;
  }

  .site-nav ul {
    flex-direction: column;
    padding: 1rem 1.25rem;
    gap: 0;
  }

  .site-nav li {
    border-bottom: 1px solid var(--color-border);
  }

  .site-nav li:last-child {
    border-bottom: none;
  }

  .site-nav a {
    display: block;
    padding: 0.75rem 0;
  }

  .hero-slides {
    min-height: 560px;
  }

  .hero-slide-inner {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    min-height: 560px;
    padding-top: 3rem;
    padding-bottom: 4.25rem;
    text-align: center;
  }

  .hero-copy {
    margin: 0 auto;
  }

  .hero h1,
  .hero h2 {
    font-size: 1.8rem;
  }

  .logo-img {
    height: 44px;
  }

  .hero p {
    font-size: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-product {
    min-height: 190px;
  }

  .hero-product img {
    width: min(72vw, 230px);
    max-height: 230px;
  }

  .slider-control {
    width: 38px;
    height: 38px;
    font-size: 1.6rem;
  }

  .slider-prev {
    left: 0.75rem;
  }

  .slider-next {
    right: 0.75rem;
  }

  .contact-wrapper {
    grid-template-columns: 1fr;
  }

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

  .site-footer .container {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    text-align: center;
  }

  .services-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.5rem;
  }

  .service-card {
    padding: 1.5rem 1rem;
  }

  .service-card h3 {
    font-size: 0.9rem;
  }

  .service-card p {
    font-size: 0.85rem;
  }

  .products-showcase {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 1rem;
  }

  .services-banner {
    grid-template-columns: 1fr;
  }

  .services-banner-gift,
  .services-banner-products,
  .services-banner-copy {
    min-height: auto;
  }

  .services-banner-gift {
    padding: 2.25rem 1rem;
  }

  .gift-box {
    width: min(58vw, 175px);
  }

  .services-banner-products {
    grid-template-columns: repeat(3, 1fr);
    min-height: 270px;
  }

  .banner-product-cell img {
    width: min(48%, 58px);
    max-height: 60px;
  }

  .services-banner-copy {
    justify-content: center;
    text-align: center;
    padding: 2.25rem 1.25rem 2.5rem;
  }

  .product-item {
    padding: 1rem 0.75rem;
  }

  .product-image {
    font-size: 2rem;
  }

  .product-item p {
    font-size: 0.8rem;
  }

  .section-header .section-title::before,
  .section-header .section-title::after {
    margin: 0 0.5rem;
    font-size: 1rem;
  }
}

/* Modern refresh cascade lock */
:root {
  --color-primary: #111827;
  --color-primary-dark: #070b14;
  --color-accent: #ffb000;
  --color-accent-2: #00d1ff;
  --color-accent-3: #ff4d8d;
  --color-text: #15151f;
  --color-text-light: #626476;
  --color-bg: #f7f4ef;
  --color-border: rgba(21, 21, 31, 0.12);
  --radius: 18px;
  --shadow: 0 18px 45px rgba(17, 24, 39, 0.12);
}

body {
  background:
    linear-gradient(135deg, rgba(0, 209, 255, 0.1), transparent 28%),
    linear-gradient(315deg, rgba(255, 77, 141, 0.09), transparent 30%),
    var(--color-bg);
}

.site-header {
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.08);
}

.site-nav a {
  border: 0;
  border-radius: 999px;
  color: #2b2d3a;
  padding: 0.55rem 0.9rem;
}

.site-nav a:hover,
.site-nav a.active {
  background: #111827;
  border-bottom-color: transparent;
  color: #ffffff;
}

.section {
  padding: 4.25rem 0;
}

.section-title {
  color: var(--color-primary);
  font-size: clamp(2rem, 4vw, 3.2rem);
  letter-spacing: 0;
  line-height: 1;
}

.hero {
  background:
    linear-gradient(120deg, rgba(255, 176, 0, 0.16), transparent 34%),
    linear-gradient(300deg, rgba(0, 209, 255, 0.18), transparent 38%),
    #0b1020;
}

.hero-slide-inner {
  min-height: 560px;
  padding-top: 5rem;
  padding-bottom: 5.75rem;
}

.hero-kicker {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #ffe08a;
  padding: 0.45rem 0.75rem;
}

.hero h1,
.hero h2 {
  font-size: clamp(3rem, 7vw, 5.9rem);
  line-height: 0.95;
  max-width: 760px;
}

.hero p {
  color: rgba(255, 255, 255, 0.78);
  max-width: 650px;
}

.hero-product {
  position: relative;
}

.hero-product::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(78vw, 360px);
  aspect-ratio: 1;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(255, 176, 0, 0.82), rgba(255, 77, 141, 0.6));
  box-shadow: 0 30px 70px rgba(255, 176, 0, 0.28);
  transform: translate(-50%, -50%) rotate(10deg);
}

.hero-product img {
  max-height: 390px;
  position: relative;
  width: min(100%, 385px);
}

.btn {
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.12);
}

.btn-primary {
  background: linear-gradient(135deg, #ffb000, #ff4d8d);
  color: #111827;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #ffd36b, #ff6fa3);
}

.vibe-strip {
  background: #111827;
  color: #ffffff;
}

.vibe-strip-inner {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 0;
  padding-top: 0;
}

.vibe-strip-inner div {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  padding: 1.4rem 1.25rem;
}

.vibe-strip-inner strong,
.vibe-strip-inner span {
  display: block;
}

.vibe-strip-inner strong {
  color: #ffcf54;
}

.vibe-strip-inner span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.card,
.service-card,
.product-item,
.about-content,
.contact-info,
.contact-form {
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.09);
}

.card-icon,
.service-icon-box {
  background: linear-gradient(135deg, #111827, #26324d 54%, #00d1ff);
  border-radius: 24px;
}

.card:hover .card-icon,
.service-card:hover .service-icon-box {
  background: linear-gradient(135deg, #ffb000, #ff4d8d);
}

.service-number {
  background: #111827;
  border: 3px solid #ffffff;
  color: #ffcf54;
}

.products-section {
  background:
    linear-gradient(135deg, rgba(255, 176, 0, 0.12), transparent 36%),
    #ffffff;
}

.home-cta {
  background: #111827;
  color: #ffffff;
  padding: 4rem 0;
}

.home-cta-inner {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}

.home-cta h2 {
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1;
  margin: 0.75rem 0;
}

.home-cta p {
  color: rgba(255, 255, 255, 0.72);
  max-width: 640px;
}

.services-banner {
  background:
    linear-gradient(120deg, rgba(255, 176, 0, 0.25), transparent 35%),
    linear-gradient(300deg, rgba(0, 209, 255, 0.18), transparent 38%),
    #897558;
}

.services-banner-copy {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.services-banner-copy .btn {
  margin-top: 1rem;
}

.about-content,
.contact-info,
.contact-form {
  background: rgba(255, 255, 255, 0.9);
}

.about-content {
  display: grid;
  gap: 1rem;
}

.about-content h3 {
  color: var(--color-primary);
  font-size: 1.25rem;
}

.about-content ul {
  background: #f7f4ef;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 18px;
  padding: 1.25rem 1.25rem 1.25rem 2.3rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  background: #fbfaf7;
  border-radius: 14px;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #00a9d6;
  box-shadow: 0 0 0 4px rgba(0, 209, 255, 0.16);
}

.site-footer {
  background:
    linear-gradient(135deg, rgba(255, 176, 0, 0.08), transparent 30%),
    #070b14;
}

@media (max-width: 768px) {
  .hero-slide-inner {
    min-height: 620px;
    padding-top: 3.75rem;
  }

  .hero h1,
  .hero h2 {
    font-size: clamp(2.35rem, 13vw, 3.5rem);
  }

  .vibe-strip-inner {
    grid-template-columns: 1fr;
  }

  .home-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Home banner image slider - final override */
.banner-slider {
  background: #111827;
}

.banner-slider .hero-slides {
  min-height: clamp(260px, 35vw, 470px);
  /* allow slides and images to stretch to this container */
  height: auto;
}

.banner-slider .hero-slide {
  align-items: stretch;
  justify-content: center;
}

.banner-slider .hero-slide.active {
  display: flex;
}

.banner-slider .hero-slide {
  /* ensure each positioned slide fills the slides container */
  height: 100%;
}

.banner-slide-img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center;
}

.banner-slider .slider-control {
  background: rgba(17, 24, 39, 0.28);
  border-color: rgba(255, 255, 255, 0.32);
}

.banner-slider .slider-dots {
  bottom: 1rem;
}

@media (max-width: 768px) {
  .banner-slider .hero-slides,
  .banner-slide-img {
    min-height: 220px;
    height: 220px;
  }

  .banner-slider .slider-control {
    width: 34px;
    height: 34px;
  }
}
