﻿/* ====================================================
   AGUA BLANCA -- Elegant & Professional Theme
   ==================================================== */

:root {
  --brand:        #7ab317;
  --brand-dark:   #5d8a0e;
  --brand-light:  #a5ce45;
  --gold:         #c9a84c;
  --gold-light:   #e8cb7a;
  --dark:         #111419;
  --dark-2:       #1c2128;
  --dark-3:       #252d38;
  --text:         #3d4451;
  --text-light:   #6b7280;
  --text-muted:   #9ca3af;
  --white:        #ffffff;
  --off-white:    #f8fafc;
  --border:       rgba(0,0,0,0.08);
  --shadow-sm:    0 2px 8px rgba(0,0,0,0.07);
  --shadow-md:    0 6px 24px rgba(0,0,0,0.10);
  --shadow-lg:    0 16px 48px rgba(0,0,0,0.14);
  --shadow-xl:    0 28px 64px rgba(0,0,0,0.18);
  --radius:       12px;
  --radius-lg:    20px;
  --transition:   0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

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

body, html {
  font-family: 'Raleway', 'Open Sans', sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: var(--text);
  background: var(--white);
  scroll-behavior: smooth;
}

h1,h2,h3,h4,h5,h6 { font-family: 'Raleway', sans-serif; color: var(--dark); line-height: 1.25; }
h2 { margin: 0 0 20px; font-weight: 700; font-size: 36px; text-transform: uppercase; letter-spacing: 0.04em; }
h3 { font-size: 22px; font-weight: 600; color: var(--dark); }
p { font-size: 16px; line-height: 1.75; color: var(--text-light); }
a { color: var(--brand); transition: color var(--transition); }
a:hover, a:focus { text-decoration: none; color: var(--brand-dark); }
ul, ol { list-style: none; padding: 0; margin: 0; }
hr { height: 3px; width: 60px; background: linear-gradient(90deg, var(--brand), var(--brand-light)); border: 0; border-radius: 3px; margin: 0 0 40px; }

.skip-link { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.skip-link:focus { left: 12px; top: 12px; width: auto; height: auto; background: var(--dark); color: #fff; padding: 10px 16px; border-radius: 6px; z-index: 9999; }

/* BUTTONS */
.btn:active, .btn.active { background-image: none; outline: 0; box-shadow: none; }
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus { outline: none; }
.btn-custom {
  display: inline-flex; align-items: center; gap: 8px;
  text-transform: uppercase; color: #fff;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);
  border: 0; padding: 14px 32px;
  font-size: 13px; font-weight: 700; letter-spacing: 1.5px;
  border-radius: 50px; margin-top: 20px;
  transition: all var(--transition);
  box-shadow: 0 4px 20px rgba(122,179,23,0.35);
}
.btn-custom:hover, .btn-custom:focus, .btn-custom:active {
  color: #fff;
  background: linear-gradient(135deg, var(--brand-dark) 0%, var(--brand) 100%);
  box-shadow: 0 8px 28px rgba(122,179,23,0.5);
  transform: translateY(-2px);
}

/* NAVIGATION */
#menu { padding: 18px 0; transition: all 0.5s cubic-bezier(0.4,0,0.2,1); }
#menu.navbar-default { background-color: transparent; border: none; box-shadow: none; }
#menu.on {
  background: rgba(17,20,25,0.97) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  backdrop-filter: blur(20px) !important;
  padding: 8px 0 !important;
  box-shadow: 0 4px 32px rgba(0,0,0,0.3) !important;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
#menu a.navbar-brand {
  font-family: 'Dancing Script', cursive; font-size: 34px;
  color: var(--brand-light); font-weight: 700; letter-spacing: 1px;
  text-shadow: 0 2px 12px rgba(122,179,23,0.4); transition: all var(--transition);
}
#menu a.navbar-brand:hover { color: #fff; text-shadow: none; }
#menu.navbar-default .navbar-nav > li > a {
  text-transform: uppercase; color: rgba(255,255,255,0.85);
  font-weight: 600; font-size: 12px; letter-spacing: 1.5px;
  padding: 8px 0; margin: 8px 16px 0;
  border-bottom: 2px solid transparent; transition: all var(--transition);
}
#menu.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
  color: var(--brand-light) !important; background: transparent; border-bottom-color: var(--brand-light);
}
.navbar-toggle { border-radius: 6px; border-color: rgba(255,255,255,0.3); }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: var(--brand); border-color: var(--brand); }
.navbar-default .navbar-toggle .icon-bar { background-color: rgba(255,255,255,0.8); }

/* SECTION TITLES */
.section-title { margin-bottom: 70px; }
.section-title .overlay { padding: 90px 0; background: linear-gradient(135deg, rgba(17,20,25,0.82) 0%, rgba(30,42,20,0.75) 100%); }
.section-title p { font-size: 20px; color: rgba(255,255,255,0.8); }
.section-title hr { margin: 0 auto 40px; background: linear-gradient(90deg, var(--brand-light), var(--gold)); }
.section-title h2 { color: #fff; }

/* HERO */
.intro { display: table; width: 100%; padding: 0; background: url(../img/intro-bg1.png) no-repeat center center; background-color: var(--dark); background-size: cover; position: relative; }
.intro .overlay { background: linear-gradient(160deg, rgba(0,0,0,0.45) 0%, rgba(10,25,10,0.50) 50%, rgba(0,0,0,0.40) 100%); }
.intro span { color: var(--brand-light); }
.intro p { color: rgba(255,255,255,0.92); font-size: clamp(18px,2.5vw,28px); font-weight: 300; letter-spacing: 0.5px; margin: 10px 0 40px; }
header .intro-text { padding-top: 260px; padding-bottom: 200px; text-align: center; }

/* ABOUT */
#about { padding: 110px 0; background: var(--off-white); position: relative; overflow: hidden; }
#about::before { content: ''; position: absolute; top: -60px; right: -60px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(122,179,23,0.06) 0%, transparent 70%); border-radius: 50%; pointer-events: none; }
#about h2 { color: var(--dark); font-size: 30px; text-transform: uppercase; letter-spacing: 0.06em; }
#about h3 { font-size: 17px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--brand); margin: 28px 0 8px; }
#about .about-text { margin-left: 24px; }
#about .about-img { display: inline-block; position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-xl); }
#about .about-img img { border-radius: var(--radius); display: block; }
#about p { line-height: 1.85; margin: 12px 0 20px; color: var(--text-light); font-size: 15px; }

/* PORTFOLIO */
#portfolio { padding: 0 0 120px; }
#portfolio .section-title { background: url(../img/gallery-bg.jpg) center center no-repeat fixed; background-size: cover; margin-bottom: 50px; }
#portfolio .section-title h2 { color: #fff; }

.categories { padding-bottom: 36px; text-align: center; }
ul.cat li { display: inline-block; }
ol.type li { display: inline-block; margin: 4px 6px; padding: 12px 0; }
ol.type li a { color: var(--text-light); font-weight: 600; font-size: 12px; padding: 10px 22px; background: var(--off-white); border: 1.5px solid var(--border); border-radius: 50px; text-transform: uppercase; letter-spacing: 1px; transition: all var(--transition); box-shadow: var(--shadow-sm); }
ol.type li a.active, ol.type li a:hover { color: #fff; background: linear-gradient(135deg, var(--brand), var(--brand-dark)); border-color: transparent; box-shadow: 0 4px 16px rgba(122,179,23,0.35); }

.portfolio-items > div:not(.lacteos) { display: none; }
.portfolio-items.isotope-initialized > div:not(.lacteos) { display: block; }
.portfolio-item { margin: 12px 0; }

/* TEAM */
#team.team-process { padding: 80px 20px; background: linear-gradient(135deg, var(--off-white) 0%, #eef4e8 100%); color: var(--text); }
#team .team-container { max-width: 1200px; margin: 0 auto; }
#team .process-title { margin-bottom: 48px; text-align: center; }
#team .process-title-h2 { font-size: 34px; font-weight: 700; color: var(--dark); text-transform: uppercase; letter-spacing: 0.05em; margin: 0 0 16px; }
#team .process-hr { width: 64px; height: 3px; background: linear-gradient(90deg, var(--brand), var(--brand-light)); border: 0; border-radius: 3px; margin: 10px auto 16px; }
#team .process-subtitle { font-size: 18px; color: var(--text-light); max-width: 640px; margin: 0 auto; }
.video-gallery { display: flex; flex-wrap: wrap; gap: 28px; align-items: flex-start; }
.video-main { flex: 2 1 600px; min-width: 300px; }
.video-frame-wrap { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow-xl); }
.video-iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: var(--radius-lg); }
.video-list { flex: 1 1 270px; max-height: 500px; overflow-y: auto; }
.video-list-ul { list-style: none; padding: 0; margin: 0; }
.video-card { margin-bottom: 14px; cursor: pointer; border-radius: var(--radius); overflow: hidden; background: var(--white); box-shadow: var(--shadow-sm); transition: transform var(--transition), box-shadow var(--transition); border: 1px solid var(--border); }
.video-card:hover { transform: scale(1.025); box-shadow: var(--shadow-md); }
.video-thumb { width: 100%; height: auto; display: block; }
.video-caption { padding: 10px 12px; }
.video-caption-text { font-size: 0.88rem; color: var(--text-light); font-weight: 500; }

/* FAQ */
#faq { max-width: 820px; margin: 0 auto; padding: 80px 24px; }
#faq h2 { text-align: center; font-size: 34px; font-weight: 700; color: var(--dark); margin-bottom: 12px; }
#faq > p { text-align: center; color: var(--text-muted); margin-bottom: 40px; font-size: 17px; }
.accordion { display: flex; flex-direction: column; gap: 12px; }
.accordion-item { border: 1.5px solid var(--border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: box-shadow var(--transition); }
.accordion-item:hover { box-shadow: var(--shadow-md); }
.accordion-item.active { border-color: rgba(122,179,23,0.35); box-shadow: 0 4px 20px rgba(122,179,23,0.12); }
.accordion-button { background: var(--white); color: var(--dark); padding: 18px 24px; width: 100%; text-align: left; border: none; outline: none; font-size: 15px; font-weight: 600; display: flex; align-items: center; cursor: pointer; transition: background var(--transition); position: relative; }
.accordion-button::after { content: '+'; position: absolute; right: 24px; top: 50%; transform: translateY(-50%); font-size: 20px; font-weight: 300; color: var(--text-muted); transition: transform 0.3s ease, color 0.25s ease; line-height: 1; }
.accordion-item.active .accordion-button::after { transform: translateY(-50%) rotate(45deg); color: var(--gold); }
.accordion-button i { margin-right: 12px; color: var(--brand); font-size: 16px; }
.accordion-button:hover { background: #f0f8e8; }
.accordion-item.active .accordion-button { background: #f0f8e8; color: var(--brand-dark); border-left: 3px solid var(--gold); }
.accordion-body { padding: 18px 24px; display: none; background: var(--off-white); border-top: 1px solid rgba(122,179,23,0.15); font-size: 15px; line-height: 1.8; color: var(--text-light); animation: fadeSlide 0.3s ease; }
.accordion-item.active .accordion-body { display: block; }
@keyframes fadeSlide { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }

/* CONTACT */
#contact { padding: 100px 0 70px; background: linear-gradient(160deg, #f8fafc 0%, #eef4e8 100%); }
#contact .section-title p { color: var(--text-light); }
#contact h2 { color: var(--dark); }
#contact .form-control { display: block; width: 100%; padding: 14px 18px; font-size: 15px; color: var(--text); background: var(--white); border: 1.5px solid #e2e8f0; border-radius: var(--radius); box-shadow: var(--shadow-sm); transition: border-color var(--transition), box-shadow var(--transition); margin-bottom: 16px; }
#contact .form-control:focus { border-color: var(--brand); box-shadow: 0 0 0 4px rgba(122,179,23,0.12); outline: 0; }
.form-control::placeholder { color: var(--text-muted); }
.security-alert { background: linear-gradient(135deg, #fffbeb, #fef3c7); border: 1px solid #fcd34d; border-radius: var(--radius); padding: 14px 18px; font-size: 14px; color: #78350f; margin-top: 12px; margin-bottom: 8px; }

/* FOOTER */
#footer { background: var(--dark-2); padding: 64px 0 0; position: relative; overflow: hidden; }
#footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--brand) 0%, var(--gold) 50%, var(--brand-light) 100%); }
#footer h3 { color: var(--brand-light); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 20px; }
#footer p { font-size: 14px; color: rgba(255,255,255,0.65); line-height: 1.8; }
#footer a { color: rgba(255,255,255,0.7); transition: color var(--transition); }
#footer a:hover { color: var(--brand-light); }
.contact-link { text-decoration: none; color: inherit; }
#contact .contact-item { margin: 20px 0 40px; }
.footer-social-wrap { background: var(--dark); padding: 28px 16px 24px; text-align: center; width: 100%; margin-top: 48px; border-top: 1px solid rgba(255,255,255,0.06); }
.footer-social-list { display: flex; justify-content: center; gap: 18px; padding: 0; margin: 0 0 16px; flex-wrap: wrap; }
.footer-social-link { width: 46px; height: 46px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.1); color: #fff; font-size: 18px; transition: transform var(--transition), background var(--transition), box-shadow var(--transition); text-decoration: none; }
.footer-social-link:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0,0,0,0.3); background: rgba(255,255,255,0.14); color: #fff; }
#footer .footer-social-list li:nth-child(1) .footer-social-link:hover { background: #1d9bf0; border-color: #1d9bf0; }
#footer .footer-social-list li:nth-child(2) .footer-social-link:hover { background: #1877f2; border-color: #1877f2; }
#footer .footer-social-list li:nth-child(3) .footer-social-link:hover { background: #25d366; border-color: #25d366; }
#footer .footer-social-list li:nth-child(4) .footer-social-link:hover { background: #111; border-color: #fff; }
#footer .footer-social-list li:nth-child(5) .footer-social-link:hover { background: #e1306c; border-color: #e1306c; }
#footer .footer-social-list li:nth-child(6) .footer-social-link:hover { background: #ff0000; border-color: #ff0000; }
.footer-credits { font-size: 13px; color: rgba(255,255,255,0.45); margin: 0; }
.footer-author-link { color: var(--brand-light); font-weight: 600; }
.footer-author-link:hover { color: var(--gold-light); }

/* FLOATING BUTTONS */
.floating-contact-buttons { position: fixed; right: 20px; bottom: 24px; display: flex; flex-direction: column; gap: 12px; z-index: 9999; }
.floating-btn { width: 56px; height: 56px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 24px; color: #fff; text-decoration: none; box-shadow: 0 6px 24px rgba(0,0,0,0.28); transition: transform var(--transition), box-shadow var(--transition); }
.floating-btn:hover, .floating-btn:focus { transform: translateY(-3px) scale(1.05); box-shadow: 0 12px 28px rgba(0,0,0,0.35); color: #fff; }
.floating-btn-call     { background: linear-gradient(135deg, #1d9bf0, #0d84d6); }
.floating-btn-whatsapp { background: linear-gradient(135deg, #25d366, #128c7e); }

/* ANIMATIONS */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-left { opacity: 0; transform: translateX(-30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal-left.visible { opacity: 1; transform: translateX(0); }
.reveal-right { opacity: 0; transform: translateX(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal-right.visible { opacity: 1; transform: translateX(0); }

/* RESPONSIVE */
@media (max-width: 991px) {
  h2 { font-size: 28px; }
  #about .about-text { margin-left: 0; margin-top: 32px; }
}
@media (max-width: 767px) {
  #menu .navbar-collapse { background: rgba(17,20,25,0.98); border-radius: 0 0 12px 12px; padding: 12px 0 20px; }
  #menu.navbar-default .navbar-nav > li > a { margin: 4px 20px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
  header .intro-text { padding-top: 160px; padding-bottom: 120px; }
  .floating-btn { width: 50px; height: 50px; font-size: 21px; }
  .floating-contact-buttons { right: 12px; bottom: 16px; gap: 10px; }
  #faq { padding: 48px 16px; }
  #contact { padding: 60px 0 40px; }
}
@media (max-width: 480px) {
  .intro h1 { font-size: 18vw; }
  .btn-custom { padding: 12px 24px; font-size: 12px; }
}

/* ====================================================
   PRODUCT CARDS -- Luxury Exotic Edition
   ==================================================== */

/* Grid */
.product-grid { display: flex; flex-wrap: wrap; margin: 0 -7px; }
.portfolio-item-col { padding: 7px !important; display: flex; float: none !important; }

/* Card shell */
.product-card {
  position: relative; background: #fff; border-radius: 3px; overflow: hidden;
  box-shadow: 0 3px 16px rgba(0,0,0,0.09);
  transition: transform 0.42s cubic-bezier(0.4,0,0.2,1), box-shadow 0.42s cubic-bezier(0.4,0,0.2,1);
  display: flex; flex-direction: column; width: 100%; height: 100%;
  border: 1px solid rgba(180,165,145,0.20);
}
.product-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 48px rgba(0,0,0,0.14), 0 0 0 1.5px rgba(122,179,23,0.55), 0 0 24px rgba(122,179,23,0.08);
}

/* Image area */
.product-card__img-wrap {
  position: relative; overflow: hidden; background: linear-gradient(160deg, #faf8f4 0%, #ede8df 100%);
  aspect-ratio: 4 / 3; display: flex; align-items: center; justify-content: center;
  padding: 12px; flex-shrink: 0;
}
.product-card__img-wrap::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 100%, rgba(0,0,0,0.05) 0%, transparent 65%);
  z-index: 1; pointer-events: none; transition: opacity 0.4s ease;
}
.product-card:hover .product-card__img-wrap::before { opacity: 0.55; }

.product-card__img {
  max-width: 100%; max-height: 100%; width: auto; height: auto; display: block;
  object-fit: contain; position: relative; z-index: 0;
  transition: transform 0.7s cubic-bezier(0.4,0,0.2,1), filter 0.4s ease;
  filter: none;
}
.product-card:hover .product-card__img { transform: scale(1.08); filter: brightness(1.02) saturate(1.06); }

/* Hover overlay */
.product-card__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(30,40,20,0.60) 0%, rgba(20,30,12,0.20) 55%, transparent 100%);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity 0.45s ease; z-index: 2;
}
.product-card:hover .product-card__overlay { opacity: 1; }

.product-card__link { display: block; width: 100%; height: 100%; position: absolute; inset: 0; z-index: 4; }

/* Zoom button */
.product-card__zoom-btn {
  position: absolute; bottom: 16px; left: 50%;
  transform: translateX(-50%) translateY(12px); opacity: 0;
  width: 44px; height: 44px; border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.70); background: rgba(20,28,15,0.55);
  color: rgba(255,255,255,0.9); display: inline-flex; align-items: center; justify-content: center;
  font-size: 15px; transition: all 0.38s cubic-bezier(0.4,0,0.2,1); z-index: 5;
  -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
}
.product-card:hover .product-card__zoom-btn {
  opacity: 1; transform: translateX(-50%) translateY(0);
  border-color: var(--gold-light); color: var(--gold-light);
  box-shadow: 0 0 18px rgba(201,168,76,0.45);
}

/* Gold divider */
.product-card__body::before {
  content: ''; display: block; width: 0; height: 1.5px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 0 auto 10px; transition: width 0.45s ease;
}
.product-card:hover .product-card__body::before { width: 70%; }

/* Card body */
.product-card__body { padding: 12px 14px 14px; display: flex; flex-direction: column; align-items: center; gap: 6px; flex: 1; background: #fff; }

.product-card__name {
  font-family: 'Raleway', sans-serif; font-size: 11.5px; font-weight: 700; color: #1a1a1a;
  line-height: 1.45; margin: 0; text-align: center; text-transform: uppercase; letter-spacing: 0.09em;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}

/* Badge */
.product-card__badge {
  display: inline-flex; align-items: center; gap: 4px; font-size: 9px; font-weight: 700;
  letter-spacing: 1.4px; text-transform: uppercase; padding: 2px 9px; border-radius: 1px;
  white-space: nowrap; border: 1px solid rgba(201,168,76,0.40); color: #a07825;
  background: rgba(201,168,76,0.06); transition: background 0.3s ease, border-color 0.3s ease;
}
.product-card:hover .product-card__badge { background: rgba(201,168,76,0.12); border-color: rgba(201,168,76,0.70); color: #8a6310; }
.product-card__badge--lacteos, .product-card__badge--pan, .product-card__badge--conservas,
.product-card__badge--cafe, .product-card__badge--licor { border: 1px solid rgba(201,168,76,0.40); color: #a07825; background: rgba(201,168,76,0.06); }

.product-card .hover-bg { display: none; }
.product-card.portfolio-item { margin: 0; }

/* Portfolio section */
#portfolio { padding: 0 0 100px; background: #f7f4ef; }
#portfolio .section-title { background: url(../img/gallery-bg.jpg) center center no-repeat fixed; background-size: cover; margin-bottom: 0; }
#portfolio .section-title .overlay { padding: 86px 0 96px; background: linear-gradient(180deg, rgba(5,10,4,0.72) 0%, rgba(8,14,6,0.80) 60%, rgba(20,26,18,0.92) 100%); }
#portfolio .section-title h2 { font-family: 'Dancing Script', cursive; font-size: clamp(36px,5vw,58px); text-transform: none; font-weight: 700; color: #fff; letter-spacing: 0.02em; text-shadow: 0 2px 24px rgba(0,0,0,0.5), 0 0 60px rgba(201,168,76,0.18); }
#portfolio .section-title hr { background: linear-gradient(90deg, transparent, var(--gold), transparent); height: 1.5px; width: 100px; margin: 0 auto 24px; }
#portfolio .section-title p { font-size: 16px; color: rgba(255,255,255,0.72); letter-spacing: 0.5px; font-weight: 300; }

/* Filter tabs */
.categories { padding: 36px 0 28px; text-align: center; background: transparent; }
ol.type { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; padding: 0; }
ol.type li { display: inline-block; margin: 0; padding: 0; }
ol.type li a {
  display: inline-flex; align-items: center; gap: 5px; color: #6b7280;
  font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 10px;
  padding: 9px 22px; background: #fff; border: 1px solid #e5e7eb; border-radius: 2px;
  text-transform: uppercase; letter-spacing: 1.8px; transition: all 0.32s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
ol.type li a.active, ol.type li a:hover {
  color: #f5f0e0;
  background: linear-gradient(135deg, #1c2228 0%, #252f3a 100%);
  border-color: transparent; letter-spacing: 2.2px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.22), inset 0 1px 0 rgba(201,168,76,0.35), inset 0 -1px 0 rgba(201,168,76,0.15);
}

/* Count bar */
.portfolio-count-bar { text-align: center; padding: 0 0 28px; }
.portfolio-count-bar::before { content: ''; display: block; width: 48px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); margin: 0 auto 14px; }
.portfolio-count-bar p { font-size: 10px; color: #b0b8c0; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; margin: 0; }

/* Responsive */
.portfolio-item-col { width: 25%; }
@media (max-width: 1199px) { .portfolio-item-col { width: 25%; } }
@media (max-width: 991px)  { .portfolio-item-col { width: 33.3333%; padding: 5px !important; } }
@media (max-width: 767px)  {
  .portfolio-item-col { width: 50%; padding: 4px !important; }
  .product-grid { margin: 0 -4px; }
  .product-card__img-wrap { padding: 10px; }
  .product-card__name { font-size: 10.5px; letter-spacing: 0.06em; }
  .product-card__body { padding: 8px 10px 10px; gap: 4px; }
}
@media (max-width: 480px) {
  .product-card__badge { display: none; }
  .product-card__name { font-size: 10px; }
  .product-card__zoom-btn { width: 36px; height: 36px; font-size: 13px; }
}

/* ====================================================
   SECCIONES -- Diseno elegante y profesional
   ==================================================== */

/* HERO */
header#header { position: relative; overflow: hidden; }

.intro-text::before {
  content: 'Artesanal - Cajamarca - Peru';
  display: block; font-family: 'Raleway', sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase;
  color: var(--gold-light); margin-bottom: 18px; opacity: 0.82;
}

header .intro h1 {
  font-family: 'Dancing Script', cursive; color: #fff;
  font-size: clamp(64px, 11vw, 160px); font-weight: 700; margin: 0 0 8px;
  text-shadow: 0 4px 32px rgba(0,0,0,0.55), 0 0 90px rgba(201,168,76,0.18);
  line-height: 1; letter-spacing: -0.01em;
}

.intro .intro-text > p {
  position: relative; display: inline-block; color: rgba(255,255,255,0.88);
  font-size: clamp(16px, 2.2vw, 24px); font-weight: 300; letter-spacing: 0.6px;
  margin: 0 0 38px; padding: 0 52px;
}
.intro .intro-text > p::before,
.intro .intro-text > p::after { content: ''; position: absolute; top: 50%; width: 36px; height: 1px; background: var(--gold-light); opacity: 0.6; }
.intro .intro-text > p::before { left: 0; }
.intro .intro-text > p::after  { right: 0; }

header .btn-custom { font-size: 12px; letter-spacing: 2.5px; padding: 16px 40px; box-shadow: 0 6px 28px rgba(122,179,23,0.40), 0 0 0 1px rgba(255,255,255,0.12); }
header .btn-custom:hover { box-shadow: 0 10px 36px rgba(122,179,23,0.55), 0 0 0 1px rgba(255,255,255,0.20); letter-spacing: 3px; }

/* ABOUT */
#about { padding: 110px 0; background: #fff; position: relative; overflow: hidden; }
#about::after { content: 'AB'; position: absolute; right: -20px; top: 50%; transform: translateY(-50%); font-family: 'Dancing Script', cursive; font-size: 280px; font-weight: 700; color: rgba(122,179,23,0.04); line-height: 1; pointer-events: none; user-select: none; z-index: 0; }
#about .container { position: relative; z-index: 1; }
#about .about-img { border-radius: 0; box-shadow: 0 28px 72px rgba(0,0,0,0.18), 0 4px 20px rgba(0,0,0,0.12); position: relative; overflow: visible !important; }
#about .about-img::before { content: ''; position: absolute; inset: -10px; border: 2px solid rgba(201,168,76,0.35); z-index: 3; pointer-events: none; transition: border-color 0.4s ease; }
#about .about-img:hover::before { border-color: rgba(201,168,76,0.70); }
#about .about-img img { border-radius: 0; display: block; width: 100%; }
#about .about-text { margin-left: 40px; }
#about h2 { font-size: 22px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; color: var(--dark); margin-bottom: 4px; }
#about hr { width: 48px; height: 2px; background: linear-gradient(90deg, var(--gold), var(--brand-light)); margin: 12px 0 28px; }
#about h3 { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 3px; color: var(--gold); margin: 28px 0 10px; padding-left: 14px; border-left: 2px solid var(--gold); }
#about p { font-size: 14.5px; line-height: 1.9; color: #5a6272; margin: 0 0 8px; }

/* PROCESOS */
#team.team-process { padding: 100px 0; background: var(--dark); position: relative; overflow: hidden; }
#team.team-process::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 20% 50%, rgba(122,179,23,0.06) 0%, transparent 60%), radial-gradient(ellipse at 80% 50%, rgba(201,168,76,0.04) 0%, transparent 60%); pointer-events: none; }
#team .team-container { position: relative; z-index: 1; }
#team .process-title { margin-bottom: 56px; text-align: center; }
#team .process-title-h2 { font-size: clamp(28px,4vw,44px); font-weight: 800; color: #fff; text-transform: uppercase; letter-spacing: 0.08em; margin: 0 0 18px; }
#team .process-hr { width: 64px; height: 2px; background: linear-gradient(90deg, transparent, var(--gold), transparent); border: 0; margin: 0 auto 20px; }
#team .process-subtitle { font-size: 16px; color: rgba(255,255,255,0.55); max-width: 560px; margin: 0 auto; font-weight: 300; }
.video-gallery { display: flex; flex-wrap: wrap; gap: 24px; align-items: flex-start; }
.video-main { flex: 2 1 580px; min-width: 280px; }
.video-frame-wrap { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 4px; box-shadow: 0 32px 80px rgba(0,0,0,0.55), 0 0 0 1px rgba(201,168,76,0.20); }
.video-iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 4px; }
.video-list { flex: 1 1 240px; max-height: 490px; overflow-y: auto; scrollbar-width: thin; scrollbar-color: rgba(201,168,76,0.3) transparent; }
.video-list::-webkit-scrollbar { width: 4px; }
.video-list::-webkit-scrollbar-thumb { background: rgba(201,168,76,0.3); border-radius: 4px; }
.video-list-ul { display: flex; flex-direction: column; gap: 10px; }
.video-card { cursor: pointer; border-radius: 3px; overflow: hidden; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07); transition: transform 0.3s ease, border-color 0.3s ease; }
.video-card:hover { transform: translateX(4px); border-color: rgba(201,168,76,0.35); }
.video-thumb { width: 100%; height: auto; display: block; }
.video-caption { padding: 8px 12px; }
.video-caption-text { font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.60); letter-spacing: 0.5px; text-transform: uppercase; }

/* FAQ */
#faq { max-width: 860px; margin: 0 auto; padding: 100px 24px; }
#faq h2 { text-align: center; font-size: clamp(26px,4vw,38px); font-weight: 800; color: var(--dark); margin: 0 0 8px; letter-spacing: 0.04em; }
#faq > p { text-align: center; color: var(--text-muted); margin: 0 0 48px; font-size: 16px; font-weight: 300; }
.accordion { display: flex; flex-direction: column; border: 1px solid #e8ecf0; border-radius: 6px; overflow: hidden; }
.accordion-item { border: 0; border-bottom: 1px solid #e8ecf0; border-radius: 0; box-shadow: none; }
.accordion-item:last-child { border-bottom: 0; }
.accordion-button { background: #fff; color: var(--dark); padding: 20px 28px; width: 100%; text-align: left; border: none; outline: none; font-size: 14.5px; font-weight: 600; display: flex; align-items: center; cursor: pointer; position: relative; }
.accordion-button::after { content: '+'; position: absolute; right: 24px; top: 50%; transform: translateY(-50%); font-size: 20px; font-weight: 300; color: var(--text-muted); transition: transform 0.3s ease, color 0.25s ease; line-height: 1; }
.accordion-item.active .accordion-button::after { transform: translateY(-50%) rotate(45deg); color: var(--gold); }
.accordion-button i { margin-right: 14px; color: var(--gold); font-size: 15px; min-width: 20px; text-align: center; }
.accordion-button:hover { background: #fafbf7; }
.accordion-item.active .accordion-button { background: #fafbf7; border-left: 3px solid var(--gold); }
.accordion-body { padding: 0 28px 22px 57px; display: none; background: #fafbf7; font-size: 14.5px; line-height: 1.85; color: #5a6272; animation: fadeSlide 0.3s ease; }
.accordion-item.active .accordion-body { display: block; }

/* CONTACTO */
#contact { padding: 110px 0 80px; background: var(--dark); position: relative; overflow: hidden; }
#contact::before { content: ''; position: absolute; top: -100px; left: 50%; transform: translateX(-50%); width: 700px; height: 500px; background: radial-gradient(ellipse, rgba(122,179,23,0.08) 0%, transparent 65%); pointer-events: none; }
#contact .section-title p { color: rgba(255,255,255,0.55); font-size: 16px; }
#contact .section-title h2 { color: #fff; font-size: clamp(22px,3.5vw,34px); font-weight: 800; }
#contact .section-title hr { background: linear-gradient(90deg, transparent, var(--gold), transparent); height: 1.5px; width: 80px; }
#contact form { background: rgba(255,255,255,0.035); border: 1px solid rgba(255,255,255,0.07); border-radius: 8px; padding: 40px 36px 36px; position: relative; z-index: 1; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
#contact .form-control { display: block; width: 100%; padding: 15px 18px; font-size: 14px; color: rgba(255,255,255,0.88); background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.10); border-radius: 3px; box-shadow: none; transition: border-color 0.3s ease, background 0.3s ease; margin-bottom: 16px; font-family: 'Raleway', sans-serif; }
#contact .form-control:focus { border-color: rgba(201,168,76,0.55); box-shadow: 0 0 0 3px rgba(201,168,76,0.10); background: rgba(255,255,255,0.09); outline: 0; color: #fff; }
#contact .form-control::placeholder { color: rgba(255,255,255,0.32); font-size: 13px; letter-spacing: 0.5px; }
#contact textarea.form-control { resize: vertical; min-height: 120px; }
#contact .security-alert { background: rgba(253,212,77,0.07); border: 1px solid rgba(253,212,77,0.22); border-radius: 4px; padding: 14px 18px; font-size: 12.5px; color: rgba(253,212,77,0.80); margin-bottom: 20px; }
#contact .security-alert strong { color: rgba(253,212,77,0.95); }
#contact .btn-custom { width: 100%; justify-content: center; padding: 16px 32px; font-size: 12px; letter-spacing: 2.5px; border-radius: 3px; }

/* FOOTER */
#footer { background: #0b0e11; padding: 80px 0 0; position: relative; overflow: hidden; }
#footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent 0%, var(--brand) 20%, var(--gold) 50%, var(--brand-light) 80%, transparent 100%); }
#footer::after { content: ''; position: absolute; top: -80px; left: 50%; transform: translateX(-50%); width: 600px; height: 300px; background: radial-gradient(ellipse, rgba(201,168,76,0.04) 0%, transparent 70%); pointer-events: none; }
#footer .container { position: relative; z-index: 1; }
#footer h3 { color: var(--gold-light); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 3px; margin-bottom: 22px; padding-bottom: 10px; border-bottom: 1px solid rgba(201,168,76,0.18); display: inline-block; }
#footer p { font-size: 13.5px; color: rgba(255,255,255,0.50); line-height: 2; }
#footer a { color: rgba(255,255,255,0.55); text-decoration: none; transition: color 0.3s ease; }
#footer a:hover { color: var(--gold-light); }
.contact-link { text-decoration: none; }
.footer-social-wrap { background: rgba(0,0,0,0.35); padding: 32px 20px 28px; text-align: center; border-top: 1px solid rgba(255,255,255,0.04); margin-top: 56px; }
.footer-social-list { display: flex; justify-content: center; gap: 14px; padding: 0; margin: 0 0 20px; flex-wrap: wrap; }
.footer-social-link { width: 44px; height: 44px; border-radius: 3px; display: inline-flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); color: rgba(255,255,255,0.65); font-size: 16px; transition: all 0.32s ease; text-decoration: none; }
.footer-social-link:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0,0,0,0.4); color: #fff; }
#footer .footer-social-list li:nth-child(1) .footer-social-link:hover { background: #1d9bf0; border-color: #1d9bf0; }
#footer .footer-social-list li:nth-child(2) .footer-social-link:hover { background: #1877f2; border-color: #1877f2; }
#footer .footer-social-list li:nth-child(3) .footer-social-link:hover { background: #25d366; border-color: #25d366; }
#footer .footer-social-list li:nth-child(4) .footer-social-link:hover { background: #111; border-color: rgba(255,255,255,0.5); }
#footer .footer-social-list li:nth-child(5) .footer-social-link:hover { background: #e1306c; border-color: #e1306c; }
#footer .footer-social-list li:nth-child(6) .footer-social-link:hover { background: #ff0000; border-color: #ff0000; }
.footer-credits { font-size: 11.5px; color: rgba(255,255,255,0.28); letter-spacing: 1px; text-transform: uppercase; margin: 0; }
.footer-author-link { color: var(--gold); font-weight: 600; }
.footer-author-link:hover { color: var(--gold-light); }

/* Responsive sections */
@media (max-width: 991px) {
  #about .about-text { margin-left: 0; margin-top: 40px; }
  #about::after { display: none; }
  #faq { padding: 72px 20px; }
}
@media (max-width: 767px) {
  #about { padding: 72px 0; }
  #team.team-process { padding: 64px 20px; }
  .video-list { max-height: 280px; }
  #faq { padding: 56px 16px; }
  .accordion-body { padding-left: 28px; }
  #contact { padding: 64px 0 48px; }
  #contact form { padding: 24px 16px; }
  #footer { padding: 60px 0 0; }
  .footer-social-wrap { padding: 28px 12px 22px; }
  .footer-social-link { width: 40px; height: 40px; font-size: 15px; }
}