/* style.css — Shane Co. inspired light luxury theme */

:root {
  --gold: #b2925a;
  --text-dark: #333;
  --text-light: #777;
  --bg-light: #fdfdfd;
  --accent: #d7b97f;
  --font-header: "Playfair Display", serif;
  --font-body: "Poppins", sans-serif;
}

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

body {
  font-family: var(--font-body);
  background-color: var(--bg-light);
  color: var(--text-dark);
  line-height: 1.6;
}

header.site-header {
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  z-index: 1000;
}

header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
}

.logo {
  font-family: var(--font-header);
  font-size: 28px;
  color: var(--gold);
}

nav ul {
  list-style: none;
  display: flex;
  gap: 24px;
}

nav a {
  color: var(--text-dark);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

nav a:hover {
  color: var(--gold);
}

/* Hero Section */
.hero-section {
  background: url("placeholder-bg.jpg") center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 140px 20px;
  position: relative;
}

.hero-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-content h2 {
  font-family: var(--font-header);
  font-size: 42px;
  margin-bottom: 10px;
}

.hero-content p {
  font-size: 18px;
  margin-bottom: 30px;
}

.btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: var(--font-body);
}

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

.gold-outline-btn {
  border: 2px solid var(--gold);
  color: var(--gold);
}

.gold-btn:hover,
.gold-outline-btn:hover {
  opacity: 0.85;
}

.contact-info {
  margin-top: 25px;
}

.address-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}

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

.map-pin {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}

/* Product Section */
.products-wrap {
  padding: 80px 20px;
  text-align: center;
}

.section-header h2 {
  font-family: var(--font-header);
  color: var(--gold);
  font-size: 28px;
}

.section-header p {
  color: var(--text-light);
  margin-bottom: 50px;
}

.products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

.product-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.product-gallery {
  position: relative;
  overflow: hidden;
}

.product-gallery img,
.product-gallery video {
  width: 100%;
  display: none;
  border-radius: 10px;
}

.product-gallery img.active,
.product-gallery video.active {
  display: block;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.carousel-btn.prev {
  left: 10px;
}
.carousel-btn.next {
  right: 10px;
}

.product-card h3 {
  font-family: var(--font-header);
  font-size: 20px;
  margin-top: 15px;
  color: var(--text-dark);
}

.product-card p {
  color: var(--gold);
  font-weight: 600;
  margin-top: 6px;
}

/* Footer */
.footer {
  background: #fff;
  padding: 40px 20px;
  border-top: 1px solid #eee;
  text-align: center;
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--text-dark);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

.social-links a:hover {
  color: var(--gold);
}

.social-icon {
  width: 20px;
  height: 20px;
}

.site-header {
  position: sticky;
  top: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e6e2dd;
  z-index: 100;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

/* Additional styles migrated from inline <style> in index.html to preserve layout
   (these complement the base theme above). */

:root {
  --gold: #c5a572;
  --gold-dark: #a68652;
  --ivory: #333;
  --bg-light: #faf8f6;
  --card-bg: #ffffff;
  --border: #e6e2dd;
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: "Lora", serif;
  color: var(--ivory);
  background: url("https://images.unsplash.com/photo-1612336307429-8a4e1dcb647c?auto=format&fit=crop&w=2000&q=80")
    center/cover no-repeat fixed;
  background-color: var(--bg-light);
  line-height: 1.5;
  overflow-x: hidden;
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 50;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}
.brand img {
  height: 56px;
  width: auto;
}
.brand h1 {
  font-family: "Playfair Display", serif;
  margin: 0;
  font-size: 20px;
  color: #222;
  letter-spacing: 0.5px;
}
.brand small {
  font-size: 12px;
  color: #555;
}

.header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
.socials {
  font-size: 14px;
}
.socials a {
  color: #333;
  text-decoration: none;
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}
.socials a img {
  height: 16px;
  width: 16px;
}

.contact-mini {
  display: flex;
  gap: 10px;
  margin-top: 6px;
}
.pill {
  background: linear-gradient(180deg, var(--gold), var(--gold-dark));
  color: #fff;
  padding: 8px 14px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 6px 18px rgba(197, 165, 114, 0.3);
}

.hero {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  background: rgba(255, 255, 255, 0.85)
    url("https://images.unsplash.com/photo-1606313564200-5d2b4aee7ad2?auto=format&fit=crop&w=2000&q=80")
    center/cover no-repeat;
}

.hero .panel {
  max-width: 900px;
}
.eyebrow {
  color: #666;
  letter-spacing: 2px;
  font-size: 13px;
  text-transform: uppercase;
}
.hero h2 {
  font-family: "Playfair Display", serif;
  font-size: 44px;
  margin: 12px 0;
  color: var(--gold);
}
.hero p {
  color: #444;
  font-size: 18px;
  margin-bottom: 22px;
  max-width: 760px;
  margin: auto;
}

.products-wrap {
  background: #fff;
  padding: 0px 24px;
}
.products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 28px;
  max-width: 1100px;
  margin: 0 auto;
}
.card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 18px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}
.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
}
.product-title {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  margin: 8px 0 6px;
  color: #222;
}
.product-desc {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}
.price {
  font-weight: 700;
  color: var(--gold);
  font-size: 16px;
}

.contact-area {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 28px;
  align-items: start;
  max-width: 1100px;
  margin: 48px auto;
  padding: 0 20px;
}
.contact-left {
  padding: 28px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid var(--border);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.contact-left h3 {
  font-family: "Playfair Display", serif;
  color: var(--gold);
  margin-top: 0;
}
.contact-left p {
  color: #444;
}
.contact-meta {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #333;
}
.contact-meta a {
  color: #333;
  text-decoration: none;
  font-weight: 600;
}
.map-cta {
  margin-top: 12px;
  display: inline-block;
  padding: 10px 14px;
  border: 1px solid var(--gold);
  border-radius: 8px;
  color: var(--gold);
  text-decoration: none;
}

.form-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid var(--border);
}
.form-card iframe {
  width: 100%;
  height: 520px;
  border-radius: 8px;
  border: none;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
}

footer {
  padding: 28px 20px;
  text-align: center;
  color: #555;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.9);
  border-top: 1px solid var(--border);
}
footer a {
  color: var(--gold);
  text-decoration: none;
}

.fab-wrap {
  position: fixed;
  right: 18px;
  bottom: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 1000;
}
.fab {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, var(--gold), var(--gold-dark));
  color: #fff;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  transition: transform 0.28s, box-shadow 0.28s;
}
.fab:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}
.fab.small {
  width: 48px;
  height: 48px;
  font-size: 14px;
}
/* ensure any image inside a FAB scales and is centered */
.fab img {
  width: 20px;
  height: 20px;
  display: block;
  object-fit: contain;
}
.products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.product-card {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  padding: 15px;
  text-align: center;
  transition: transform 0.2s ease;
}

.product-card:hover {
  transform: translateY(-5px);
}

.media-gallery {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.media {
  display: none;
  width: 100%;
}

.media.active {
  display: block;
}

.media img,
.media video {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 10px;
}

.gallery-controls {
  position: absolute;
  top: 45%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.gallery-controls button {
  background: rgba(255, 255, 255, 0.7);
  border: none;
  font-size: 20px;
  cursor: pointer;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  transition: background 0.2s;
}

.gallery-controls button:hover {
  background: #c59d5f;
  color: #fff;
}

.product-card h3 {
  margin: 12px 0 5px;
  font-size: 1.1em;
  color: #333;
}

.product-card p {
  color: #777;
  margin: 0 0 10px;
}

@media (max-width: 960px) {
  .contact-area {
    grid-template-columns: 1fr;
  }
  .hero h2 {
    font-size: 36px;
  }
  .hero p {
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  header {
    padding: 12px;
  }
  .brand h1 {
    font-size: 18px;
  }
  .brand img {
    height: 48px;
  }
  .hero {
    padding: 40px 16px;
  }
  .hero h2 {
    font-size: 28px;
  }
  .hero p {
    font-size: 14px;
  }
}

.header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
}

.header-left {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.header-left h1 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  color: #222;
}

.header-left small {
  font-size: 12px;
  color: #555;
}

.header-center img {
  height: 120px; /* reduced default logo size for better layout */
  width: auto;
  display: block;
  margin: 0; /* remove negative margin so it doesn't overflow */
}

.header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

/* Header-specific responsive rules to make the header mobile-centric */
@media (max-width: 720px) {
  .header-flex {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    position: static; /* don't pin header on small screens */
  }

  .header-left {
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 2px;
  }

  .header-left h1 {
    font-size: 18px;
  }

  .header-left small {
    font-size: 12px;
  }

  .header-center img {
    height: 88px; /* compact logo on tablet / large phones */
    margin: 0;
  }

  .header-right {
    align-items: center;
  }

  .socials {
    display: flex;
    gap: 8px;
    font-size: 14px;
  }

  .socials a img {
    height: 16px;
    width: 16px;
  }

  .contact-mini {
    margin-top: 6px;
    gap: 8px;
  }

  .pill {
    padding: 8px 10px;
    font-size: 13px;
  }
}

@media (max-width: 420px) {
  .header-flex {
    padding: 10px 12px;
  }

  .header-center img {
    height: 64px; /* small phones */
  }

  /* Make social links more compact on very small screens */
  .socials {
    font-size: 13px;
    gap: 6px;
  }

  /* Ensure pills remain tappable but compact */
  .pill {
    padding: 8px 8px;
    font-size: 13px;
  }
}
/* Hide FABs by default on small screens and show when Featured Collection is reached */
@media (max-width: 700px) {
  /* Hide FABs by default on small screens and slightly reduce and reposition them */
  .fab-wrap {
    opacity: 0;
    transform: translateY(12px);
    pointer-events: none;
    transition: opacity 280ms ease, transform 280ms ease;
    right: 12px;
    bottom: 12px;
    gap: 10px;
  }

  .fab-wrap.visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .fab {
    width: 44px;
    height: 44px;
  }

  .fab.small {
    width: 40px;
    height: 40px;
  }
}

/* retail / vaak price styles */
.price {
  display: inline-flex;
  flex-direction: column; /* stack retail and vaak on separate lines */
  align-items: center;
  gap: 6px;
  justify-content: center;
}
.retail-price {
  color: #8a8a8a;
  /* removed strike-through per request */
  text-decoration: none;
  font-size: 0.92em;
  display: block;
}
.retail-amount {
  text-decoration: line-through;
  display: inline-block;
}

.vaak-amount {
  display: inline-block;
}
.vaak-price {
  color: var(--gold);
  font-weight: 800;
  font-size: 1.05em;
  display: block;
}

.price-label {
  font-size: 0.8em;
  color: #666;
  font-weight: 700;
  margin-right: 6px;
}

/* Ensure labels stack nicely on very small screens */
@media (max-width: 420px) {
  .price {
    flex-direction: column;
    gap: 4px;
    align-items: center;
  }

  /* keep each label + amount on a single line (Retail: $X) while stacking the two price blocks */
  .retail-price,
  .vaak-price {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .price-label {
    display: inline-block; /* ensure label and amount sit on same row */
    margin-right: 6px;
    font-size: 0.85em;
  }
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  height: 56px;
  width: auto;
}

.header-nav {
  display: flex;
  gap: 12px;
}

.header-nav .pill {
  background: linear-gradient(180deg, #c5a572, #a68652);
  color: #fff;
  padding: 8px 14px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: transform 0.2s ease;
}

.header-nav .pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(197, 165, 114, 0.3);
}

/* JS carousel */
.product-gallery button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  cursor: pointer;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
