@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  --bg: #f8f5ef;
  --surface: #ffffff;
  --ink: #1e1a15;
  --muted: #5d5145;
  --brand: #c8a45c;
  --brand-deep: #a9742d;
  --border: #e3d7c7;
  --header: rgba(19, 14, 10, 0.88);
}

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

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Manrope", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 12%, #fffdf9 0%, rgba(255, 253, 249, 0) 38%),
    linear-gradient(155deg, #fdf9f3 0%, var(--bg) 52%, #efe5d8 100%);
  line-height: 1.6;
}

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 40;
  background: var(--header);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.nav-wrap {
  min-height: 5rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 1.2rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  min-width: 0;
}

.brand-mark {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: cover;
  border-radius: 0.6rem;
  border: 1px solid rgba(228, 203, 167, 0.52);
}

.brand-text {
  color: #f8f2e7;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.nav-menu a {
  color: #fbf5ec;
  text-decoration: none;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.btn-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(130deg, #c18742, var(--brand-deep));
  border-radius: 999px;
  padding: 0.65rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  font-size: 0.84rem;
  font-weight: 600;
  white-space: nowrap;
}

.menu-toggle {
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.52);
  background: transparent;
  color: #fff;
  border-radius: 0.45rem;
  padding: 0.45rem 0.75rem;
  font: inherit;
}

.hero,
.catalog-section,
.site-footer {
  scroll-margin-top: 6rem;
}

.hero {
  position: relative;
  margin-top: 5rem;
  min-height: 28rem;
  height: min(68vh, 34rem);
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #000;
}

.hero-media,
.hero-slide,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-slide {
  opacity: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.06);
  transition: opacity 1.2s ease, transform 6s linear;
}

.hero-slide.is-visible {
  opacity: 1;
  transform: scale(1);
}

.hero-overlay {
  background: linear-gradient(108deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.88) 42%, rgba(0, 0, 0, 0.72) 66%, rgba(0, 0, 0, 0.9));
}

.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 60rem;
  padding: 1rem 0;
}

.hero-content p {
  margin: 0;
}

.hero-kicker {
  color: #f3cf9d;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.74rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.92);
}

.hero h1 {
  font-size: clamp(1.4rem, 2.9vw, 2.15rem);
  line-height: 1.22;
  font-weight: 850;
  letter-spacing: 0.02em;
  margin-bottom: 0.55rem;
  text-shadow: 0 7px 24px rgba(0, 0, 0, 0.96);
}

.hero-address {
  font-size: clamp(0.82rem, 1.4vw, 0.95rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #ffd9ad;
  margin-bottom: 0.7rem;
  text-shadow: 0 5px 18px rgba(0, 0, 0, 0.95);
}

.hero-text {
  font-size: clamp(0.84rem, 1.45vw, 0.98rem);
  line-height: 1.62;
  font-weight: 600;
  color: #fffaf2;
  max-width: 54rem;
  text-shadow: 0 5px 18px rgba(0, 0, 0, 0.95);
}

.hero-text-sub {
  margin-top: 0.45rem;
  color: #ffe8c9;
}

.hero-actions {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.btn-primary,
.btn-secondary,
.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  padding: 0.65rem 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.48);
  color: #fff;
  font-size: 0.84rem;
}

.btn-primary {
  background: linear-gradient(135deg, #c78d48, #82501c);
  border-color: transparent;
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.08);
}

.btn-whatsapp {
  background: linear-gradient(135deg, #20bd63, #128c4b);
  border-color: transparent;
}

.catalog-section {
  padding: 2.25rem 0;
}

.catalog-section.alt-bg {
  background: linear-gradient(180deg, #fcf8f2, #f1e7d9);
  border-top: 1px solid #e7d9c6;
  border-bottom: 1px solid #e7d9c6;
}

.section-head {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 1rem;
  padding: 1.25rem;
}

.section-kicker {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--brand-deep);
  margin-bottom: 0.4rem;
}

.section-head h2,
.grid-title {
  font-size: clamp(1.25rem, 2.2vw, 1.8rem);
  margin-bottom: 0.5rem;
}

.section-head p {
  color: var(--muted);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.product-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 0.9rem;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(32, 24, 14, 0.08);
  display: flex;
  flex-direction: column;
}

.product-media {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f2e8db;
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  cursor: zoom-in;
}

.product-card:hover .product-media img {
  transform: scale(1.05);
}

.product-thumbs {
  display: flex;
  gap: 0.35rem;
  padding: 0.55rem 0.8rem 0;
  overflow-x: auto;
  scrollbar-width: thin;
}

.thumb-btn {
  flex: 0 0 3rem;
  height: 3rem;
  border: 1px solid #d7c7b2;
  border-radius: 0.48rem;
  padding: 0;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
}

.thumb-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.thumb-btn.active {
  border-color: var(--brand-deep);
  box-shadow: 0 0 0 2px rgba(122, 75, 23, 0.2);
}

.product-body {
  padding: 0.8rem;
  display: grid;
  gap: 0.45rem;
}

.product-cat {
  color: var(--brand-deep);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.product-body h3 {
  font-size: 1rem;
  line-height: 1.35;
}

.price-line {
  font-size: 0.88rem;
  color: var(--muted);
}

.spec-block {
  display: grid;
  gap: 0.14rem;
  font-size: 0.86rem;
  color: var(--muted);
  line-height: 1.45;
}

.spec-block p {
  margin: 0;
}

.btn-mini {
  margin-top: 0.2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 0.6rem;
  padding: 0.5rem 0.72rem;
  font-size: 0.82rem;
  color: #fff;
  background: linear-gradient(135deg, #bf7f33, #86511e);
}

/* Proprietor lines */
.hero-proprietor {
  margin-top: 0.5rem;
  color: #000000;
  text-shadow: none;
  font-weight: 800;
  font-size: 1.05rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.footer-proprietor {
  margin-top: 0.25rem;
  color: var(--muted);
  font-weight: 700;
  font-size: 0.95rem;
}

/* Subtle badge for proprietor inside hero */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(255,255,255,0.92);
  color: #000;
  padding: 0.45rem 0.7rem;
  border-radius: 0.75rem;
  font-weight: 700;
  font-size: 0.98rem;
  margin-top: 0.6rem;
  box-shadow: 0 8px 20px rgba(18, 17, 16, 0.18);
  border: 1px solid rgba(0,0,0,0.06);
}

@media (max-width: 640px) {
  .hero-badge {
    font-size: 0.86rem;
    padding: 0.36rem 0.55rem;
  }
}

/* Centered trust line under CTA buttons */
.hero-badge.hero-trust {
  /* force full-row under CTAs */
  flex: 0 0 100%;
  order: 1;
  display: block;
  margin: 0.5rem auto 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  border: none;
  color: var(--brand-deep);
  font-weight: 500;
  font-size: 0.95rem;
  text-align: center;
  letter-spacing: 0.01em;
}

/* Make only the proprietor name bold */
.hero-badge .hero-name {
  font-weight: 800;
  color: #000000;
}

/* Force hero title and shimmering H1 to render as solid black */
.hero .shimmer-title,
.hero h1 {
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  -webkit-text-fill-color: #000000 !important;
  color: #000000 !important;
  text-shadow: none !important;
}

body.modal-open {
  overflow: hidden;
}

/* Footer styles */
.site-footer {
  background: linear-gradient(180deg, #201a13 0%, #17120f 100%);
  color: #f6efe4;
  padding: 2.25rem 0 1.25rem;
  margin-top: 2.5rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 1.5rem;
  align-items: start;
  padding-bottom: 1rem;
}

.footer-logo {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 8px;
  margin-right: 0.75rem;
  border: 1px solid rgba(255,255,255,0.06);
}

.footer-brand {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}

.footer-title {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
  color: var(--brand);
}

.footer-line {
  margin: 0 0 0.35rem 0;
  color: #f1e6d8;
  font-size: 0.95rem;
}

.footer-proprietor.small {
  margin: 0.45rem 0 0 0;
  color: var(--brand-deep);
  font-weight: 600;
  font-size: 0.9rem;
}

.footer-phones a { display:block }

/* Footer links and phone numbers use gold accent */
.footer-phones a,
.footer-links nav a,
.footer-contact p a { 
  color: var(--brand);
  text-decoration: none;
  font-weight: 700;
  margin-top: 0.25rem;
}

.footer-links h4,
.footer-contact h4 {
  margin: 0 0 0.5rem 0;
  color: #f3e7d6;
}

.footer-links nav a {
  display: block;
  color: #f1e6d8;
  text-decoration: none;
  margin: 0.18rem 0;
}

.btn-top {
  display: inline-block;
  margin-top: 0.6rem;
  padding: 0.4rem 0.8rem;
  background: transparent;
  color: #f1e6d8;
  border: 1px solid rgba(241,230,216,0.12);
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: 600;
}

.micro-credit { color: rgba(169,112,45,0.85); text-decoration: none; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.04);
  padding-top: 0.9rem;
  margin-top: 1rem;
  text-align: center;
  color: #d8cfc1;
}

.footer-bottom-upgrade p { margin: 0; font-size: 0.92rem; }

@media (max-width: 980px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-content: center; }
  .footer-logo { margin: 0 0.5rem 0 0.5rem; }
  .footer-phones a { display: inline-block; margin: 0 0.5rem 0 0.5rem; }
  .footer-links nav a { display: inline-block; margin: 0 0.5rem; }
}

@media (max-width: 820px) {
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-content: center; }
  .footer-logo { margin: 0 0.5rem 0 0.5rem; }
  .footer-phones a { display: inline-block; margin: 0 0.5rem 0 0.5rem; }
  .footer-links nav a { display: inline-block; margin: 0 0.5rem; }
}

/* Smooth scroll for back-to-top */
html { scroll-behavior: smooth; }

.image-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.8);
}

.image-modal.open {
  display: flex;
}

.image-modal-dialog {
  position: relative;
  max-width: min(92vw, 1040px);
  max-height: 90vh;
}

.image-modal-dialog img {
  display: block;
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 0.6rem;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.48);
  background: #fff;
}

.image-modal-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 2.2rem;
  height: 2.2rem;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.site-footer {
  background: #110d09;
  color: #efe4d5;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: end;
}

.site-footer h2 {
  font-size: 1.05rem;
  letter-spacing: 0.03em;
  margin-bottom: 0.4rem;
}

.site-footer p {
  color: #cfc0ad;
}

.footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.footer-contacts a {
  color: #f5d9af;
  text-decoration: none;
  font-weight: 600;
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 1.35rem;
  padding: 0.95rem 4vw 1.1rem;
  text-align: center;
  font-size: 0.84rem;
  color: #c8b9a7;
}

.copyright a {
  color: #f5d9af;
  font-weight: 600;
  text-decoration: none;
}

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

@media (max-width: 940px) {
  .nav-wrap {
    grid-template-columns: minmax(0, 1fr) auto auto;
  }

  .menu-toggle {
    display: inline-flex;
    order: 2;
  }

  .btn-call {
    order: 3;
  }

  .nav-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
    padding: 1rem 4vw 1.2rem;
    background: rgba(18, 13, 9, 0.96);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .nav-menu.open {
    display: flex;
  }

  .hero {
    min-height: 30rem;
    height: auto;
    padding: 2.5rem 0 2rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .brand-text {
    font-size: 0.75rem;
  }

  .btn-call {
    display: none;
  }

  .hero {
    margin-top: 4.7rem;
    min-height: 31rem;
  }

  .hero h1 {
    font-size: 1.2rem;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .thumb-btn {
    flex-basis: 2.7rem;
    height: 2.7rem;
  }
}

/* Luxury hero refresh */

/* Keyframe animations */
@keyframes shimmer {
  0% { background-position: -200% center; }
  100% { background-position: 200% center; }
}

@keyframes fadeSlideUp {
  0% { opacity: 0; transform: translateY(28px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes floatSlow {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  25% { transform: translate(8px, -12px) rotate(2deg); }
  50% { transform: translate(-4px, -20px) rotate(-1deg); }
  75% { transform: translate(-10px, -8px) rotate(1deg); }
}

@keyframes pulseGlow {
  0%, 100% { box-shadow: 0 18px 40px rgba(112, 76, 33, 0.35); }
  50% { box-shadow: 0 22px 50px rgba(112, 76, 33, 0.5), 0 0 20px rgba(199, 141, 72, 0.25); }
}

.hero {
  min-height: 33rem;
  height: min(74vh, 39rem);
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.hero-overlay {
  background: linear-gradient(
    112deg,
    rgba(255, 255, 255, 0.92) 12%,
    rgba(255, 251, 245, 0.85) 45%,
    rgba(255, 246, 234, 0.75) 72%,
    rgba(245, 232, 214, 0.65) 100%
  );
}

/* Marble texture overlay */
.hero-marble-texture {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 10 Q 30 5, 50 15 T 90 10' stroke='%23d4c4b0' stroke-width='0.5' fill='none' opacity='0.3'/%3E%3Cpath d='M5 50 Q 25 45, 45 55 T 95 50' stroke='%23c9b89a' stroke-width='0.4' fill='none' opacity='0.25'/%3E%3Cpath d='M15 85 Q 35 80, 55 90 T 85 85' stroke='%23decfb8' stroke-width='0.3' fill='none' opacity='0.2'/%3E%3C/svg%3E");
  background-size: 280px 280px;
  opacity: 0.45;
  pointer-events: none;
  z-index: 1;
}

/* Floating accent shapes */
.hero-accents {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.accent {
  position: absolute;
  border-radius: 50%;
  opacity: 0.12;
}

.accent-1 {
  width: 180px;
  height: 180px;
  background: linear-gradient(135deg, #c9a66b, #e8d4b8);
  top: 8%;
  right: 12%;
  animation: floatSlow 18s ease-in-out infinite;
}

.accent-2 {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #a9702d, #dfc9a8);
  bottom: 18%;
  left: 8%;
  animation: floatSlow 22s ease-in-out infinite reverse;
}

.accent-3 {
  width: 60px;
  height: 60px;
  border: 2px solid rgba(169, 112, 45, 0.35);
  background: transparent;
  top: 55%;
  right: 22%;
  animation: floatSlow 15s ease-in-out infinite;
  animation-delay: -5s;
}

.hero-content {
  color: #2a1f15;
  max-width: 52rem;
  padding: 2.35rem 0;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 3;
}

/* Decorative ornament divider */
.hero-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin: 0.85rem auto 1.1rem;
  animation: fadeSlideUp 0.9s ease-out 0.35s both;
}

.divider-line {
  width: min(4rem, 14vw);
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(169, 112, 45, 0.6), rgba(199, 141, 72, 0.8));
}

.divider-line:last-child {
  background: linear-gradient(90deg, rgba(199, 141, 72, 0.8), rgba(169, 112, 45, 0.6), transparent);
}

.divider-diamond {
  color: #a9702d;
  font-size: 0.6rem;
  opacity: 0.85;
}

.hero h1,
.hero .shimmer-title {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(2.3rem, 4.2vw, 3.6rem);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: 0.035em;
  margin-bottom: 0.9rem;
  color: #2f1f12;
  text-shadow: 0 4px 14px rgba(255, 255, 255, 0.62);
  animation: fadeSlideUp 0.85s ease-out both;
  /* Shimmer effect */
  background: linear-gradient(
    105deg,
    #2f1f12 0%,
    #2f1f12 40%,
    #c9a66b 50%,
    #2f1f12 60%,
    #2f1f12 100%
  );
  background-size: 200% auto;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: fadeSlideUp 0.85s ease-out both, shimmer 4s ease-in-out 1.5s infinite;
}

.hero-text {
  font-size: clamp(0.9rem, 1.55vw, 1.05rem);
  line-height: 1.8;
  font-weight: 600;
  color: #3f2c1e;
  max-width: 44rem;
  text-shadow: none;
  animation: fadeSlideUp 0.9s ease-out 0.2s both;
}

.hero-text-sub {
  margin-top: 0.5rem;
  font-weight: 800;
  color: #7a4b17;
  letter-spacing: 0.03em;
  animation: fadeSlideUp 0.9s ease-out 0.3s both;
}

.hero-actions {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
  animation: fadeSlideUp 0.9s ease-out 0.45s both;
}
.hero-cta {
  min-width: 12rem;
  padding: 0.75rem 1.05rem;
  border-radius: 0.95rem;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.08rem;
}

.hero .btn-primary {
  padding: 0.9rem 1.6rem;
  min-width: 13.5rem;
  font-size: 0.95rem;
  box-shadow: 0 18px 40px rgba(112, 76, 33, 0.35);
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
}

.hero .btn-primary:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 24px 50px rgba(112, 76, 33, 0.45), 0 0 25px rgba(199, 141, 72, 0.3);
  filter: brightness(1.08);
}

.hero .btn-whatsapp {
  background: linear-gradient(135deg, #25d366, #128c7e);
  border: 1px solid rgba(18, 140, 126, 0.4);
  color: #fff;
  box-shadow: 0 14px 28px rgba(18, 140, 126, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
}

.hero .btn-whatsapp:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 20px 40px rgba(18, 140, 126, 0.35), 0 0 20px rgba(37, 211, 102, 0.25);
  filter: brightness(1.08);
}

.hero-cta .cta-label {
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-weight: 800;
}

.hero-cta .cta-meta {
  font-size: 0.8rem;
  font-weight: 600;
  opacity: 0.95;
}

.btn-primary,
.btn-whatsapp {
  border: 0;
  color: #fff;
}

.btn-primary {
  background: linear-gradient(135deg, #bf8a4a, #8b5b25);
  box-shadow: 0 10px 22px rgba(115, 72, 27, 0.34);
}

.btn-whatsapp {
  background: linear-gradient(135deg, #22c564, #0f8748);
  box-shadow: 0 10px 22px rgba(11, 116, 58, 0.3);
}

.btn-primary:hover,
.btn-whatsapp:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

@media (max-width: 940px) {
  .hero-content {
    padding: 1.6rem 0;
  }
}

@media (max-width: 620px) {
  .hero {
    min-height: 34rem;
    height: auto;
  }

  .hero-overlay {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(252, 244, 233, 0.78));
  }

  .hero-content {
    padding: 2.2rem 0;
  }

  .hero h1,
  .hero .shimmer-title {
    font-size: clamp(1.85rem, 8.5vw, 2.6rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: 0.02em;
  }

  .hero-text {
    font-size: clamp(0.92rem, 3.8vw, 1.02rem);
    line-height: 1.72;
    padding: 0 0.5rem;
  }

  .hero-divider {
    margin: 0.7rem auto 0.9rem;
  }

  .divider-line {
    width: min(3rem, 12vw);
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.7rem;
  }

  .hero-cta {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .accent-1,
  .accent-3 {
    display: none;
  }

  .accent-2 {
    width: 70px;
    height: 70px;
    bottom: 12%;
    left: 5%;
    opacity: 0.08;
  }
}

/* === Footer upgrade: visual hierarchy, spacing, gold accents === */
.footer-grid-upgrade {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  align-items: start;
  padding-bottom: 1.5rem;
}

.footer-grid-upgrade .col { padding: 0.25rem 1rem; }
.footer-grid-upgrade .col:not(:last-child) { border-right: 1px solid rgba(255,255,255,0.04); }

.footer-title { font-size: 22px; font-weight: 800; color: var(--brand); margin-bottom: 0.35rem; }
.footer-line { font-size: 15px; color: #efe9df; margin: 0 0 0.6rem 0; }
.footer-microtrust { font-size: 14px; color: #d9cdb8; margin: 0 0 0.6rem 0; }

.trust-heading { margin-top: 1.25rem; font-size: 16px; color: #efe9df; font-weight: 600; }
.trust-list { color: #eadfbf; margin-top: calc(0.35rem + 5px); font-size: 14px; }

.col h4 { font-size: 16px; font-weight: 600; color: #efe9df; margin: 0 0 0.6rem 0; }
.col p { font-size: 15px; color: #e9dfd0; margin: 0 0 0.45rem 0; }
.col a { color: var(--brand); text-decoration: none; position: relative; }
.col a::after { content: ""; position: absolute; left:0; bottom:-3px; height:2px; width:0; background: var(--brand); transition: width 220ms ease; }
.col a:hover::after { width:100%; }
.col a:hover { filter: brightness(1.06); }

/* Ensure Products links list one-per-line in footer */
.col-products nav a {
  display: block;
  margin: 0.28rem 0;
  font-size: 15px;
}

.footer-proprietor.small { color: var(--brand-deep); font-size: 13px; margin-top: 0.6rem; }

/* Footer bottom: centered single line */
.footer-bottom { border-top:1px solid rgba(255,255,255,0.04); padding-top:1rem; margin-top:1rem; text-align:center; color:#d7c9b5; }
.footer-bottom .micro-credit { color: rgba(216,183,115,0.85); text-decoration:none; }

/* Minor text muted */
.site-footer p.small, .footer-proprietor.small { color: rgba(255,255,255,0.75); }

/* Responsive adjustments */
.media-queries-placeholder {}

/* Mobile-specific: ensure footer columns stack and contact column is visible */
@media (max-width: 760px) {
  .footer-grid-upgrade {
    grid-template-columns: 1fr !important;
    gap: 1rem;
    padding-bottom: 1rem;
  }
  .footer-grid-upgrade .col {
    border-right: none !important;
    padding: 0.6rem 0.5rem;
    text-align: center;
    width: 100%;
  }
  /* Order columns: brand first, products second, contact last (still visible) */
  .footer-grid-upgrade .col-brand { order: 1; }
  .footer-grid-upgrade .col-products { order: 2; }
  .footer-grid-upgrade .col-contact { order: 3; }

  /* Make contact text clearly visible on dark background */
  .col-contact p, .col-contact a {
    color: #efe9df !important;
    font-weight: 600;
  }

  /* Ensure links wrap and are tappable */
  .footer-grid-upgrade a { display: inline-block; word-break: break-word; padding: 4px 6px; }
}

