/* Alize Jewellery — Homepage */

body.alize-theme .alize-home section {
  padding: 110px 0;
}

/* Hero */
body.alize-theme .hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 82% 18%, rgba(198, 166, 100, 0.18), transparent 45%),
    linear-gradient(120deg, var(--navy-deep) 0%, var(--navy) 46%, var(--navy-soft) 100%);
  overflow: hidden;
}

body.alize-theme .hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(1.5px 1.5px at 20% 30%, rgba(198, 166, 100, 0.5) 0, transparent 60%),
    radial-gradient(1.5px 1.5px at 70% 60%, rgba(198, 166, 100, 0.4) 0, transparent 60%),
    radial-gradient(1.5px 1.5px at 40% 80%, rgba(198, 166, 100, 0.35) 0, transparent 60%),
    radial-gradient(1.5px 1.5px at 90% 20%, rgba(198, 166, 100, 0.4) 0, transparent 60%);
  pointer-events: none;
}

body.alize-theme .hero-ring {
  position: absolute;
  border: 1px solid rgba(198, 166, 100, 0.28);
  border-radius: 50%;
}

body.alize-theme .hero-ring.r1 {
  width: 520px;
  height: 520px;
  right: -140px;
  top: -120px;
}

body.alize-theme .hero-ring.r2 {
  width: 340px;
  height: 340px;
  right: 60px;
  bottom: -100px;
  border-color: rgba(198, 166, 100, 0.18);
}

body.alize-theme .hero .container {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 60px;
  position: relative;
  z-index: 2;
  width: 100%;
}

body.alize-theme .hero-copy .eyebrow {
  color: var(--gold-light);
}

body.alize-theme .hero-copy .eyebrow::before {
  background: var(--gold-light);
}

body.alize-theme .hero-copy h1 {
  color: var(--cream);
  font-size: clamp(42px, 5.4vw, 74px);
  font-weight: 600;
  line-height: 1.08;
  margin-bottom: 26px;
}

body.alize-theme .hero-copy h1 em {
  font-style: italic;
  color: var(--gold-light);
}

body.alize-theme .hero-copy p {
  color: rgba(244, 239, 228, 0.75);
  font-size: 16px;
  line-height: 1.8;
  max-width: 460px;
  margin-bottom: 38px;
  font-weight: 300;
}

body.alize-theme .hero-actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

body.alize-theme .hero-stats {
  display: flex;
  gap: 44px;
  margin-top: 64px;
}

body.alize-theme .hero-stats div strong {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  color: var(--gold-light);
}

body.alize-theme .hero-stats div span {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(244, 239, 228, 0.6);
}

body.alize-theme .hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.alize-theme .hero-frame {
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: 6px;
  position: relative;
  background: linear-gradient(155deg, #2a3d63 0%, #1a2846 55%, #0c1626 100%);
  border: 1px solid rgba(198, 166, 100, 0.35);
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

body.alize-theme .hero-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 40%, rgba(198, 166, 100, 0.12) 50%, transparent 60%);
}

body.alize-theme .hero-frame svg {
  width: 46%;
  opacity: 0.92;
}

body.alize-theme .hero-badge {
  position: absolute;
  bottom: -22px;
  left: -22px;
  background: var(--cream);
  color: var(--navy);
  border-radius: 6px;
  padding: 18px 24px;
  box-shadow: var(--shadow);
  display: flex;
  gap: 14px;
  align-items: center;
}

body.alize-theme .hero-badge .ic {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
}

body.alize-theme .hero-badge .ic svg {
  width: 20px;
  height: 20px;
  stroke: var(--gold-light);
}

body.alize-theme .hero-badge strong {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
}

body.alize-theme .hero-badge span {
  font-size: 11px;
  color: #6b6558;
}

body.alize-theme .scroll-cue {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(244, 239, 228, 0.55);
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

body.alize-theme .scroll-cue .line {
  width: 1px;
  height: 40px;
  background: linear-gradient(var(--gold), transparent);
  animation: alize-scrollmove 1.8s infinite;
}

@keyframes alize-scrollmove {
  0% { transform: scaleY(0.3); transform-origin: top; }
  50% { transform: scaleY(1); transform-origin: top; }
  100% { transform: scaleY(0.3); transform-origin: bottom; }
}

/* USP strip */
body.alize-theme .usp-strip {
  background: var(--cream-2);
  border-bottom: 1px solid rgba(20, 33, 61, 0.08);
}

body.alize-theme .usp-strip .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 30px 40px;
}

body.alize-theme .usp-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

body.alize-theme .usp-item svg {
  width: 26px;
  height: 26px;
  stroke: var(--gold-dark);
  flex-shrink: 0;
}

body.alize-theme .usp-item strong {
  display: block;
  font-size: 13px;
  letter-spacing: 0.5px;
}

body.alize-theme .usp-item span {
  font-size: 12px;
  color: #6b6558;
}

/* Section headers */
body.alize-theme .sec-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 64px;
}

body.alize-theme .sec-head .eyebrow {
  justify-content: center;
}

body.alize-theme .sec-head .eyebrow::before {
  display: none;
}

body.alize-theme .sec-head .eyebrow::after {
  content: '';
  width: 34px;
  height: 1px;
  background: var(--gold-dark);
}

body.alize-theme .sec-head h2 {
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 600;
  color: var(--navy);
}

body.alize-theme .sec-head p {
  color: #6b6558;
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.7;
}

/* Categories */
body.alize-theme .cat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

body.alize-theme .cat-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 3/4;
  cursor: pointer;
  background: linear-gradient(160deg, var(--navy-soft), var(--navy-deep));
  display: flex;
  align-items: flex-end;
  box-shadow: 0 12px 30px rgba(20, 33, 61, 0.12);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

body.alize-theme .cat-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 44px rgba(20, 33, 61, 0.22);
}

body.alize-theme .cat-card .cat-card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.alize-theme .cat-card .cat-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  width: 34%;
  opacity: 0.85;
}

body.alize-theme .cat-card .cat-icon svg {
  width: 100%;
  stroke: var(--gold-light);
}

body.alize-theme .cat-card .cat-label {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 24px;
  background: linear-gradient(0deg, rgba(12, 22, 38, 0.85), transparent);
  color: var(--cream);
}

body.alize-theme .cat-card .cat-label strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  display: block;
}

body.alize-theme .cat-card .cat-label span {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold-light);
}

/* Products */
body.alize-theme .prod-section {
  background: var(--cream-2);
}

body.alize-theme .prod-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

body.alize-theme .prod-tabs button {
  background: none;
  border: 1px solid rgba(20, 33, 61, 0.2);
  padding: 10px 26px;
  border-radius: 30px;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  color: var(--navy);
}

body.alize-theme .prod-tabs button.active,
body.alize-theme .prod-tabs button:hover {
  background: var(--navy);
  color: var(--cream);
  border-color: var(--navy);
}

body.alize-theme .prod-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

body.alize-theme .home-products-grid .pcard {
  border-radius: 8px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 8px 24px rgba(20, 33, 61, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

body.alize-theme .home-products-grid .pcard:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(20, 33, 61, 0.14);
}

body.alize-theme .home-empty-msg {
  grid-column: 1 / -1;
  text-align: center;
  color: #6b6558;
  padding: 24px 0;
}

body.alize-theme .prod-card {
  background: var(--white);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(20, 33, 61, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

body.alize-theme .prod-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(20, 33, 61, 0.16);
}

body.alize-theme .prod-media {
  position: relative;
  aspect-ratio: 1/1;
  background: linear-gradient(150deg, #ece2d0, #d9cbb0);
  display: flex;
  align-items: center;
  justify-content: center;
}

body.alize-theme .prod-media svg {
  width: 42%;
  stroke: var(--navy-soft);
  opacity: 0.75;
}

body.alize-theme .prod-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--navy);
  color: var(--gold-light);
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 20px;
}

body.alize-theme .prod-wish {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
}

body.alize-theme .prod-wish svg {
  width: 16px;
  height: 16px;
  stroke: var(--navy);
}

body.alize-theme .prod-quick {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--navy);
  color: var(--cream);
  text-align: center;
  padding: 12px;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  cursor: pointer;
}

body.alize-theme .prod-card:hover .prod-quick {
  transform: translateY(0);
}

body.alize-theme .prod-info {
  padding: 20px 22px 24px;
}

body.alize-theme .prod-info .cat {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 6px;
  display: block;
}

body.alize-theme .prod-info h3 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 8px;
}

body.alize-theme .prod-price {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

body.alize-theme .prod-price .now {
  font-family: 'Cormorant Garamond', serif;
  font-size: 21px;
  font-weight: 700;
  color: var(--navy);
}

body.alize-theme .prod-price .old {
  font-size: 13px;
  color: #a39a89;
  text-decoration: line-through;
}

body.alize-theme .prod-info .add-btn {
  width: 100%;
  padding: 12px;
  background: var(--cream-2);
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  color: var(--navy);
  font-family: 'Jost', sans-serif;
  font-weight: 500;
}

body.alize-theme .prod-info .add-btn:hover {
  background: var(--navy);
  color: var(--gold-light);
}

body.alize-theme .view-all-wrap {
  text-align: center;
  margin-top: 56px;
}

/* Story */
body.alize-theme .story {
  background: var(--navy);
  color: var(--cream);
  position: relative;
  overflow: hidden;
}

body.alize-theme .story::before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  border: 1px solid rgba(198, 166, 100, 0.15);
  top: -260px;
  left: -200px;
}

body.alize-theme .story .container {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: center;
  position: relative;
  z-index: 2;
}

body.alize-theme .story-visual {
  aspect-ratio: 1/1.05;
  border-radius: 8px;
  background: linear-gradient(150deg, #2a3d63, #0c1626);
  border: 1px solid rgba(198, 166, 100, 0.3);
  overflow: hidden;
  box-shadow: var(--shadow);
}

body.alize-theme .story-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.alize-theme .story-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

body.alize-theme .story-copy .eyebrow {
  color: var(--gold-light);
}

body.alize-theme .story-copy .eyebrow::before {
  background: var(--gold-light);
}

body.alize-theme .story-copy h2 {
  font-size: clamp(30px, 3.6vw, 42px);
  font-weight: 600;
  margin-bottom: 22px;
  line-height: 1.2;
}

body.alize-theme .story-copy p {
  color: rgba(244, 239, 228, 0.72);
  line-height: 1.85;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 15px;
}

body.alize-theme .story-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 36px;
}

body.alize-theme .story-grid div strong {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px;
  color: var(--gold-light);
}

body.alize-theme .story-grid div span {
  font-size: 11px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: rgba(244, 239, 228, 0.6);
}

/* Custom banner */
body.alize-theme .custom-banner {
  background: linear-gradient(120deg, var(--gold-light), var(--gold) 60%, var(--gold-dark));
  color: var(--navy-deep);
}

body.alize-theme .custom-banner .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  padding: 56px 40px;
}

body.alize-theme .custom-banner h3 {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  max-width: 560px;
}

body.alize-theme .custom-banner p {
  font-size: 14px;
  margin-top: 10px;
  max-width: 520px;
  font-weight: 400;
}

body.alize-theme .custom-banner .btn {
  background: var(--navy);
  color: var(--cream);
}

body.alize-theme .custom-banner .btn:hover {
  background: var(--navy-deep);
  transform: translateY(-2px);
}

/* Testimonials */
body.alize-theme .testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

body.alize-theme .testi-card {
  background: var(--white);
  padding: 34px 30px;
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(20, 33, 61, 0.07);
  border-top: 3px solid var(--gold);
}

body.alize-theme .stars {
  color: var(--gold);
  font-size: 15px;
  margin-bottom: 16px;
  letter-spacing: 2px;
}

body.alize-theme .testi-card p {
  font-size: 14.5px;
  line-height: 1.8;
  color: #4a463d;
  margin-bottom: 22px;
  font-style: italic;
}

body.alize-theme .testi-who {
  display: flex;
  align-items: center;
  gap: 12px;
}

body.alize-theme .testi-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(150deg, var(--navy-soft), var(--navy-deep));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-light);
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
}

body.alize-theme .testi-who strong {
  display: block;
  font-size: 14px;
}

body.alize-theme .testi-who span {
  font-size: 12px;
  color: #8a8375;
}

/* Instagram */
body.alize-theme .insta-section {
  padding-top: 0;
}

body.alize-theme .insta-section .sec-head {
  margin-bottom: 36px;
}

body.alize-theme .insta-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 6px;
}

body.alize-theme .insta-item {
  aspect-ratio: 1/1;
  background: linear-gradient(150deg, #ece2d0, #d9cbb0);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

body.alize-theme .insta-item svg {
  width: 30%;
  stroke: var(--navy-soft);
  opacity: 0.6;
  transition: transform 0.4s ease;
}

body.alize-theme .insta-item:hover svg {
  transform: scale(1.15);
}

body.alize-theme .insta-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(20, 33, 61, 0);
  transition: background 0.3s ease;
}

body.alize-theme .insta-item:hover::after {
  background: rgba(20, 33, 61, 0.25);
}

/* Newsletter */
body.alize-theme .newsletter {
  background: var(--navy-deep);
  color: var(--cream);
  text-align: center;
}

body.alize-theme .newsletter h2 {
  font-size: clamp(26px, 3.4vw, 36px);
  margin-bottom: 14px;
  font-weight: 600;
}

body.alize-theme .newsletter p {
  color: rgba(244, 239, 228, 0.65);
  max-width: 480px;
  margin: 0 auto 34px;
  font-size: 14.5px;
  font-weight: 300;
}

body.alize-theme .news-form {
  display: flex;
  max-width: 460px;
  margin: 0 auto;
  gap: 0;
}

body.alize-theme .news-form input {
  flex: 1;
  padding: 16px 20px;
  border: 1px solid rgba(198, 166, 100, 0.4);
  background: transparent;
  color: var(--cream);
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  border-radius: 2px 0 0 2px;
  outline: none;
}

body.alize-theme .news-form input::placeholder {
  color: rgba(244, 239, 228, 0.45);
}

body.alize-theme .news-form button {
  border-radius: 0 2px 2px 0;
}

body.alize-theme .news-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

body.alize-theme .news-form-msg {
  margin-top: 14px;
  font-size: 14px;
  text-align: center;
}

body.alize-theme .news-form-msg--success {
  color: var(--gold-light);
}

body.alize-theme .news-form-msg--error,
body.alize-theme .news-form-msg--info {
  color: rgba(244, 239, 228, 0.85);
}

/* Homepage responsive */
@media (max-width: 1080px) {
  body.alize-theme .cat-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  body.alize-theme .prod-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  body.alize-theme .story .container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  body.alize-theme .story-actions {
    justify-content: center;
  }

  body.alize-theme .story-copy p {
    margin-left: auto;
    margin-right: auto;
  }

  body.alize-theme .story::before {
    display: none;
  }

  body.alize-theme .usp-strip .container {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }

  body.alize-theme .testi-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }
}

@media (max-width: 820px) {
  body.alize-theme .hero .container {
    grid-template-columns: 1fr;
  }

  body.alize-theme .hero-visual {
    order: -1;
    max-width: 340px;
    margin: 0 auto 20px;
  }

  body.alize-theme .hero-copy {
    text-align: center;
  }

  body.alize-theme .hero-copy p {
    margin-left: auto;
    margin-right: auto;
  }

  body.alize-theme .hero-actions {
    justify-content: center;
  }

  body.alize-theme .hero-stats {
    justify-content: center;
  }

  body.alize-theme .hero-copy .eyebrow {
    justify-content: center;
  }

  body.alize-theme .hero-badge {
    display: none;
  }
}

@media (max-width: 768px) {
  body.alize-theme .alize-home section {
    padding: 70px 0;
  }

  body.alize-theme .cat-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  body.alize-theme .prod-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  body.alize-theme .insta-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  body.alize-theme .news-form {
    flex-direction: column;
    gap: 12px;
  }

  body.alize-theme .news-form input,
  body.alize-theme .news-form button {
    border-radius: 2px;
  }

  body.alize-theme .custom-banner .container {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 480px) {
  body.alize-theme .hero-stats {
    gap: 26px;
  }

  body.alize-theme .prod-info h3 {
    font-size: 16px;
  }
}
