/* ============================================
   WikiConnect — Galería Digital
   Estilo: Museo / Arts & Culture
   ============================================ */

/* --- Variables --- */
:root {
  --cream: #faf8f5;
  --cream-dark: #f0ece6;
  --white: #ffffff;
  --charcoal: #1a1a1a;
  --charcoal-light: #3d3d3d;
  --text-muted: #6b6b6b;
  --terracotta: #c17a3e;
  --terracotta-light: #d4955a;
  --terracotta-bg: rgba(193,122,62,0.08);
  --terracotta-dark: #a4652f;
  --blue: #2c5f8a;
  --blue-light: #3d7eb5;
  --blue-bg: rgba(44,95,138,0.06);
  --copper: #b87333;
  --copper-bg: rgba(184,115,51,0.07);
  --copper-border: rgba(184,115,51,0.2);
  --border: #e8e4dc;
  --shadow: 0 2px 20px rgba(0,0,0,0.06);
  --shadow-lg: 0 8px 40px rgba(0,0,0,0.08);
  --font-display: 'Plus Jakarta Sans', system-ui, sans-serif;
  --font-body: 'Work Sans', system-ui, sans-serif;
  --radius: 4px;
  --radius-lg: 8px;
  --ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --max: 1280px;
}

/* --- Reset --- */
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}
body{font-family:var(--font-body);background:var(--cream);color:var(--charcoal);line-height:1.6;overflow-x:hidden;font-weight:400}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button{border:none;background:none;cursor:pointer;font-family:inherit}
em{font-style:italic}

/* --- Navbar --- */
.navbar{
  position:fixed;top:0;left:0;right:0;z-index:100;
  padding:16px 0;transition:all .4s var(--ease);
}
.navbar.scrolled{
  background:rgba(250,248,245,.92);backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);box-shadow:0 1px 0 var(--border);
}
.nav-inner{
  max-width:var(--max);margin:0 auto;padding:0 48px;
  display:flex;align-items:center;justify-content:space-between;
}
.logo-img{height:32px;transition:height .3s}
.navbar.scrolled .logo-img{height:26px}
.nav-links{display:flex;list-style:none;gap:40px}
.nav-link{font-size:.88rem;font-weight:500;color:var(--charcoal);opacity:.7;transition:opacity .25s;letter-spacing:-.01em}
.nav-link:hover{opacity:1}
.menu-btn{display:none;flex-direction:column;align-items:center;justify-content:center;gap:5px;width:44px;height:44px;padding:0;border-radius:12px}
.menu-btn span{width:22px;height:1.5px;background:var(--charcoal);transition:all .3s;border-radius:1px}

/* --- Mobile Menu --- */
.mobile-menu{
  position:fixed;inset:0;background:var(--cream);z-index:200;
  display:flex;align-items:center;justify-content:center;
  opacity:0;pointer-events:none;transition:opacity .4s;
}
.mobile-menu.active{opacity:1;pointer-events:auto}
.mobile-close{position:absolute;top:24px;right:32px;font-size:2rem;color:var(--charcoal)}
.mobile-menu nav{display:flex;flex-direction:column;align-items:center;gap:36px}
.mobile-menu a{font-family:var(--font-display);font-size:2rem;font-weight:500;transition:color .25s}
.mobile-menu a:hover{color:var(--terracotta)}

/* --- Hero --- */
.hero{
  min-height:100vh;display:flex;align-items:center;justify-content:center;
  position:relative;overflow:hidden;
}
.hero-bg{position:absolute;inset:0;z-index:0}
.hero-img{width:100%;height:100%;object-fit:cover}
.hero-overlay{
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(250,248,245,.3) 0%,rgba(250,248,245,.6) 50%,var(--cream) 100%);
}
.hero-content{position:relative;z-index:2;text-align:center;max-width:780px;padding:0 32px}
.hero-eyebrow{
  font-size:.75rem;text-transform:uppercase;letter-spacing:4px;
  color:var(--terracotta);margin-bottom:28px;font-weight:500;
}
.hero-title{font-family:var(--font-display);margin-bottom:32px}
.title-line{
  display:block;font-size:clamp(2.5rem,7vw,5.5rem);
  font-weight:700;line-height:1.08;letter-spacing:-.03em;
}
.title-line em{color:var(--terracotta);font-weight:700;font-style:normal}
.hero-desc{
  font-size:1.15rem;color:var(--charcoal-light);max-width:480px;
  margin:0 auto 44px;line-height:1.7;font-weight:400;
}
.hero-actions{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.scroll-hint{
  position:absolute;bottom:44px;left:50%;transform:translateX(-50%);
  z-index:2;display:flex;flex-direction:column;align-items:center;gap:6px;
  opacity:.45;font-size:.7rem;text-transform:uppercase;letter-spacing:2px;
  animation:float 2.5s ease-in-out infinite;
}
@keyframes float{0%,100%{transform:translateX(-50%)translateY(0)}50%{transform:translateX(-50%)translateY(6px)}}

/* --- Manifesto --- */
.manifesto{padding:100px 48px;text-align:center}
.manifesto-inner{max-width:720px;margin:0 auto}
.manifesto-text{
  font-family:var(--font-display);font-size:clamp(1.4rem,2.9vw,2.1rem);
  font-weight:600;line-height:1.45;color:var(--charcoal);
  letter-spacing:-.01em;
}
.manifesto-text em{color:var(--terracotta);font-style:normal;font-weight:700}

/* --- Exhibition (Wiki Connect / SafeTag) --- */
.exhibition{padding:120px 48px}
.exhibition-alt{background:var(--white)}
.exhibition-header{text-align:center;margin-bottom:64px}
.exhibition-header h2{
  font-family:var(--font-display);font-size:clamp(2.2rem,5vw,3.5rem);
  font-weight:700;margin-bottom:12px;letter-spacing:-.03em;
}
.exhibition-header p{color:var(--text-muted);font-size:1.05rem}
.tag{
  display:inline-block;font-size:.72rem;text-transform:uppercase;
  letter-spacing:3px;font-weight:700;color:var(--terracotta);margin-bottom:16px;
}
.tag-blue{color:var(--blue)}
.exhibition-hero{
  position:relative;margin-bottom:72px;border-radius:var(--radius-lg);
  overflow:hidden;box-shadow:var(--shadow-lg);
}
.exhibition-img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}
.exhibition-caption{
  position:absolute;bottom:0;left:0;right:0;
  padding:24px 36px;background:linear-gradient(transparent,rgba(0,0,0,.55));
  color:white;font-family:var(--font-body);font-size:1rem;font-weight:500;
}

/* --- Exhibit Cards --- */
.exhibition-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:var(--max);margin:0 auto;
}
.exhibit-card{
  background:var(--white);padding:44px 36px;border-radius:var(--radius-lg);
  box-shadow:var(--shadow);transition:transform .4s var(--ease),box-shadow .4s var(--ease);
}
.exhibit-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}
.exhibit-number{
  display:inline-flex;align-items:center;justify-content:center;
  width:44px;height:44px;border-radius:50%;
  border:1px solid var(--border);background:var(--cream);
  font-size:.82rem;font-weight:700;color:var(--terracotta);
  letter-spacing:.5px;margin-bottom:20px;
}
.exhibit-card h3{font-family:var(--font-display);font-size:1.25rem;font-weight:700;margin-bottom:12px;letter-spacing:-.01em}
.exhibit-card h3 em{color:var(--terracotta);font-style:normal}
.exhibit-card p{color:var(--text-muted);font-size:.95rem;line-height:1.7}

/* --- Figures (Stats) --- */
.figures{position:relative;overflow:hidden;padding:140px 48px}
.figures-bg{position:absolute;inset:0;z-index:0}
.figures-img{width:100%;height:100%;object-fit:cover;filter:saturate(.8)}
.figures-overlay{
  position:absolute;inset:0;
  background:linear-gradient(135deg,rgba(26,26,26,.82) 0%,rgba(26,26,26,.6) 100%);
}
.figures-inner{
  position:relative;z-index:1;max-width:800px;margin:0 auto;
  display:flex;align-items:center;justify-content:center;gap:64px;
}
.figure-item{text-align:center;color:var(--white)}
.figure-num{
  font-family:var(--font-display);font-size:clamp(3.5rem,8vw,6rem);
  font-weight:600;line-height:1;
}
.figure-suf{
  font-family:var(--font-display);font-size:clamp(1.8rem,4vw,3rem);
  font-weight:500;color:var(--terracotta-light);
}
.figure-item p{font-size:.9rem;opacity:.7;margin-top:6px;font-weight:300;letter-spacing:.02em}
.figure-divider{width:1px;height:50px;background:rgba(255,255,255,.2)}

/* --- SafeTag Detail --- */
.safetag-detail{max-width:var(--max);margin:0 auto}
.safetag-intro{
  max-width:640px;margin:0 auto 64px;text-align:center;
  font-size:1.1rem;color:var(--text-muted);line-height:1.8;
}

/* --- Plans --- */
.plans-row{display:flex;gap:28px;max-width:680px;margin:0 auto}
.plan{
  flex:1;background:var(--cream);padding:48px 36px;text-align:center;
  border-radius:var(--radius-lg);position:relative;
  box-shadow:var(--shadow);transition:all .4s var(--ease);
  display:flex;flex-direction:column;gap:18px;
}
.plan:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.plan-featured{background:var(--white);border:2px solid var(--terracotta)}
.plan-star{
  position:absolute;top:-14px;left:50%;transform:translateX(-50%);
  width:28px;height:28px;background:var(--terracotta);color:white;
  border-radius:50%;display:flex;align-items:center;justify-content:center;
  font-size:.7rem;box-shadow:0 2px 12px rgba(193,122,62,.3);
}
.plan-icon{display:flex;justify-content:center;color:var(--terracotta)}
.plan h3{font-family:var(--font-display);font-size:1.25rem;font-weight:600}
.plan-count{
  font-family:var(--font-display);font-size:2.8rem;font-weight:600;
  color:var(--terracotta);line-height:1;
}
.plan-count span{font-size:.9rem;font-weight:400;color:var(--text-muted)}
.plan ul{list-style:none;text-align:left;display:flex;flex-direction:column;gap:10px}
.plan ul li{color:var(--text-muted);font-size:.85rem;padding-left:18px;position:relative}
.plan ul li::before{
  content:'';position:absolute;left:0;top:7px;
  width:5px;height:5px;border-radius:50%;background:var(--terracotta);opacity:.4;
}

/* --- Transparency (Pricing) --- */
.transparency{padding:140px 48px;background:var(--white)}
.transparency-inner{max-width:640px;margin:0 auto;text-align:center}
.transparency-text{margin-bottom:52px}
.transparency-text h2{
  font-family:var(--font-display);font-size:clamp(2rem,4.5vw,3rem);
  font-weight:500;margin-bottom:16px;letter-spacing:-.02em;
}
.transparency-text h2 em{color:var(--terracotta)}
.transparency-lead{color:var(--text-muted);font-size:1.05rem;line-height:1.7}
.transparency-card{padding:56px 48px;background:var(--cream);border-radius:var(--radius-lg)}
.price-block{display:flex;align-items:baseline;justify-content:center;gap:8px;margin-bottom:36px}
.price-symbol{font-family:var(--font-display);font-size:2rem;color:var(--terracotta)}
.price-value{font-family:var(--font-display);font-size:6rem;font-weight:600;color:var(--terracotta);line-height:1}
.price-label{font-family:var(--font-display);font-size:1.2rem;color:var(--text-muted)}
.price-perks{list-style:none;display:flex;flex-direction:column;gap:16px;text-align:left;padding:0 20px}
.price-perks li{display:flex;align-items:center;gap:14px;color:var(--charcoal-light);font-size:.95rem}

/* --- CTA Final --- */
.cta-final{padding:120px 48px;text-align:center}
.cta-final-inner{max-width:640px;margin:0 auto}
.cta-final h2{
  font-family:var(--font-display);font-size:clamp(1.8rem,4vw,2.8rem);
  font-weight:500;margin-bottom:16px;letter-spacing:-.02em;
}
.cta-final h2 em{color:var(--terracotta)}
.cta-final p{color:var(--text-muted);font-size:1.05rem;margin-bottom:40px}
.cta-final-btns{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}

/* --- Buttons --- */
.btn{
  display:inline-flex;align-items:center;gap:8px;
  padding:14px 32px;font-size:.92rem;font-weight:500;
  border-radius:var(--radius);transition:all .35s var(--ease);
  letter-spacing:-.01em;
}
.btn-primary{
  background:var(--charcoal);color:var(--white);
}
.btn-primary:hover{
  background:var(--terracotta);transform:translateY(-2px);
  box-shadow:0 8px 28px rgba(193,122,62,.25);
}
.btn-ghost{
  color:var(--charcoal);border-bottom:1.5px solid transparent;
  padding:14px 4px;font-weight:500;
}
.btn-ghost:hover{border-bottom-color:var(--terracotta);color:var(--terracotta)}
.btn-ghost span{transition:transform .3s}
.btn-ghost:hover span{transform:translateX(4px)}
.btn-outline-dark{
  border:1.5px solid var(--border);color:var(--charcoal);justify-content:center;
}
.btn-outline-dark:hover{border-color:var(--charcoal);transform:translateY(-2px)}

/* --- Footer --- */
.footer{padding:80px 48px 36px;background:var(--charcoal);color:var(--white)}
.footer-inner{max-width:var(--max);margin:0 auto}
.footer-top{display:flex;justify-content:space-between;gap:60px;margin-bottom:60px}
.footer-logo{
  display:block;
  width:112px;
  height:auto;
  max-width:100%;
  filter:brightness(0) invert(1);
  margin-bottom:18px;
}
.footer-brand p{color:rgba(255,255,255,.5);font-size:.85rem;max-width:240px}
.footer-nav{display:flex;gap:80px}
.footer-col h4{font-size:.8rem;text-transform:uppercase;letter-spacing:2px;margin-bottom:18px;opacity:.5}
.footer-col{display:flex;flex-direction:column;gap:10px}
.footer-col a{color:rgba(255,255,255,.7);font-size:.9rem;transition:color .25s}
.footer-col a:hover{color:var(--terracotta-light)}
.footer-bottom{padding-top:30px;border-top:1px solid rgba(255,255,255,.1);text-align:center}
.footer-bottom p{font-size:.8rem;opacity:.4}

/* --- Reveal Animations --- */
.reveal{
  opacity:0;transform:translateY(36px);
  transition:opacity .8s var(--ease),transform .8s var(--ease);
}
.reveal.visible{opacity:1;transform:translateY(0)}
.delay-1{transition-delay:.12s}
.delay-2{transition-delay:.24s}
.delay-3{transition-delay:.36s}

/* --- Aura --- */
.tag-aura{color:var(--copper);border-color:var(--copper-border)}
.aura-detail{max-width:var(--max);margin:0 auto}
.aura-intro{max-width:680px;margin:0 auto 64px;text-align:center;font-size:1.1rem;color:var(--text-muted);line-height:1.8}
.aura-kit{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-bottom:72px}
.aura-kit-image img{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);width:100%;aspect-ratio:4/3;object-fit:cover}
.aura-kit-info h3{font-family:var(--font-display);font-size:1.8rem;font-weight:500;margin-bottom:16px;letter-spacing:-.01em}
.aura-price{font-family:var(--font-display);font-size:2.8rem;font-weight:700;color:var(--copper);line-height:1;margin-bottom:24px}
.aura-price span{font-size:1.1rem;font-weight:400;color:var(--text-muted);margin-left:4px}
.aura-kit-info > p{color:var(--text-muted);margin-bottom:28px}
.aura-list{list-style:none;display:flex;flex-direction:column;gap:18px}
.aura-list li{display:flex;align-items:flex-start;gap:14px;color:var(--charcoal-light);font-size:.95rem;line-height:1.6}
.aura-list li svg{flex-shrink:0;margin-top:2px}
.aura-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.aura-feature-card{background:var(--white);padding:40px 32px;border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow);transition:all .4s var(--ease);border-top:3px solid transparent}
.aura-feature-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-top-color:var(--copper)}
.aura-feature-card svg{margin-bottom:20px}
.aura-feature-card h4{font-family:var(--font-display);font-size:1.15rem;font-weight:600;margin-bottom:10px}
.aura-feature-card p{color:var(--text-muted);font-size:.9rem;line-height:1.6}
.aura-gallery{margin-top:56px;text-align:center}
.aura-gallery img{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);max-width:100%;height:auto}

/* ============================================
   Página de Producto — Aura
   ============================================ */
.product-hero{
  min-height:92vh;display:flex;align-items:center;
  padding:120px 48px 60px;position:relative;overflow:hidden;
  background:var(--white);
}
.product-hero-inner{
  max-width:var(--max);margin:0 auto;width:100%;
  display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center;
}
.product-hero-text .tag{margin-bottom:24px}
.product-hero-text h1{
  font-family:var(--font-display);font-size:clamp(3rem,7vw,5.5rem);
  font-weight:500;line-height:1.02;letter-spacing:-.02em;margin-bottom:20px;
}
.product-hero-desc{color:var(--charcoal-light);font-size:1.15rem;line-height:1.7;max-width:480px;margin-bottom:28px}
.product-hero-price{display:flex;align-items:baseline;gap:8px;margin-bottom:32px}
.product-hero-price .price-value{font-size:3.4rem}
.product-hero-image{position:relative}
.product-hero-image img{
  border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);
  width:100%;aspect-ratio:4/5;object-fit:cover;
}
.product-hero-badge{
  position:absolute;bottom:-20px;left:-20px;background:var(--copper);color:white;
  padding:18px 22px;border-radius:var(--radius-lg);box-shadow:0 8px 28px rgba(184,115,51,.3);
  font-family:var(--font-display);font-size:1.1rem;line-height:1.3;
}
.product-hero-badge small{display:block;font-family:var(--font-body);font-size:.72rem;opacity:.85;margin-top:4px}

.product-section{padding:110px 48px}
.product-section-alt{background:var(--white)}
.section-head{text-align:center;max-width:640px;margin:0 auto 60px}
.section-head h2{
  font-family:var(--font-display);font-size:clamp(2rem,4.5vw,3rem);
  font-weight:500;letter-spacing:-.02em;margin-bottom:14px;
}
.section-head p{color:var(--text-muted);font-size:1.05rem;line-height:1.7}

/* Galería */
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:var(--max);margin:0 auto}
.gallery-grid img{border-radius:var(--radius-lg);box-shadow:var(--shadow);width:100%;aspect-ratio:3/2;object-fit:cover;transition:transform .5s var(--ease),box-shadow .5s var(--ease)}
.gallery-grid img:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}
.gallery-grid .gallery-tall{grid-row:span 1}

/* Fotografías del producto físico. Conservan el mismo lenguaje visual sin
   forzar productos verticales dentro de una composición horizontal. */
.real-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;max-width:var(--max);margin:0 auto}
.real-gallery-grid figure{margin:0;min-width:0}
.real-gallery-grid img{display:block;width:100%;height:auto;border-radius:var(--radius-lg);box-shadow:var(--shadow);object-fit:cover;transition:transform .5s var(--ease),box-shadow .5s var(--ease)}
.real-gallery-grid img:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}
.real-gallery-grid figcaption{margin-top:12px;color:var(--text-muted);font-size:.86rem;line-height:1.45;text-align:center}
.real-gallery-grid--cards{grid-template-columns:repeat(2,minmax(0,1fr));max-width:880px}
.real-gallery-grid--cards img{aspect-ratio:3/2}
.real-gallery-grid--display img{aspect-ratio:3/4}

/* Kit */
.aura-kit--page{display:grid;grid-template-columns:1.1fr .9fr;gap:64px;align-items:center;max-width:var(--max);margin:0 auto}
.aura-kit--page .aura-kit-info h3{font-size:2.2rem}

/* Especificaciones */
.specs-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:var(--max);margin:0 auto}
.spec-card{
  background:var(--cream);padding:36px 28px;border-radius:var(--radius-lg);
  text-align:center;border:1px solid var(--border);transition:all .4s var(--ease);
}
.spec-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:var(--copper-border)}
.spec-card .spec-icon{margin-bottom:18px;color:var(--copper)}
.spec-card h4{font-family:var(--font-display);font-size:1.1rem;font-weight:600;margin-bottom:8px}
.spec-card p{color:var(--text-muted);font-size:.86rem;line-height:1.6}

/* Testimonios */
.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;max-width:var(--max);margin:0 auto}
.testimonial-card{
  background:var(--white);padding:40px 32px;border-radius:var(--radius-lg);
  box-shadow:var(--shadow);position:relative;
}
.testimonial-card .quote-mark{
  font-family:var(--font-display);font-size:4rem;line-height:1;color:var(--copper);opacity:.25;
  position:absolute;top:20px;left:28px;
}
.testimonial-card p{color:var(--charcoal-light);font-size:.95rem;line-height:1.75;margin:28px 0 24px;position:relative;z-index:1}
.testimonial-author{display:flex;align-items:center;gap:12px}
.testimonial-author .avatar{
  width:44px;height:44px;border-radius:50%;background:var(--copper-bg);
  display:flex;align-items:center;justify-content:center;color:var(--copper);
  font-family:var(--font-display);font-weight:600;
}
.testimonial-author strong{display:block;font-size:.9rem}
.testimonial-author span{font-size:.78rem;color:var(--text-muted)}

/* FAQ */
.faq{max-width:760px;margin:0 auto}
.faq-item{border-bottom:1px solid var(--border)}
.faq-question{
  width:100%;display:flex;align-items:center;justify-content:space-between;gap:24px;
  padding:24px 4px;text-align:left;font-family:var(--font-display);
  font-size:1.15rem;font-weight:500;color:var(--charcoal);transition:color .3s;
}
.faq-question:hover{color:var(--copper)}
.faq-icon{flex-shrink:0;font-size:1.6rem;color:var(--copper);transition:transform .3s;line-height:1}
.faq-item.open .faq-icon{transform:rotate(45deg)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s var(--ease)}
.faq-answer-inner{padding:0 4px 24px;color:var(--text-muted);font-size:.95rem;line-height:1.75}

/* CTA compra */
.buy-cta{padding:110px 48px;background:var(--charcoal);color:var(--white);text-align:center}
.buy-cta-inner{max-width:640px;margin:0 auto}
.buy-cta h2{font-family:var(--font-display);font-size:clamp(2rem,4.5vw,3rem);font-weight:500;margin-bottom:16px;letter-spacing:-.02em}
.buy-cta h2 em{color:var(--terracotta-light)}
.buy-cta p{color:rgba(255,255,255,.65);font-size:1.05rem;margin-bottom:24px}
.buy-cta .aura-price{font-size:3.4rem;color:var(--terracotta-light);margin-bottom:32px}
.buy-cta .aura-price span{color:rgba(255,255,255,.5)}
.buy-cta .hero-actions{gap:20px}
.buy-cta .btn-primary{background:var(--terracotta)}
.buy-cta .btn-primary:hover{background:var(--terracotta-light)}
.buy-cta .btn-outline-dark{border-color:rgba(255,255,255,.3);color:var(--white)}
.buy-cta .btn-outline-dark:hover{border-color:var(--white)}
.buy-note{font-size:.8rem;color:rgba(255,255,255,.45);margin-top:24px}
.buy-pay{margin-top:28px}
.buy-pay-label{display:block;font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.5);margin-bottom:12px}
.buy-pay-options{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}
.buy-pay-btn{display:inline-flex;align-items:center;gap:8px;padding:11px 20px;border:1px solid rgba(255,255,255,.22);border-radius:999px;color:var(--white);font-size:.92rem;font-weight:600;text-decoration:none;transition:border-color .25s var(--ease),background .25s var(--ease),transform .25s var(--ease)}
.buy-pay-btn:hover{border-color:var(--pc);background:var(--pc);color:var(--white);transform:translateY(-2px)}
.buy-pay-mp{--pc:#009ee3}
.buy-pay-clip{--pc:#fc4c02}
.buy-pay-openpay{--pc:#004481}

/* --- Responsive --- */
@media(max-width:1024px){
  .product-hero-inner{grid-template-columns:1fr;gap:48px;text-align:center}
  .product-hero-text h1,.product-hero-desc{margin-left:auto;margin-right:auto}
  .product-hero-price{justify-content:center}
  .product-hero .hero-actions{justify-content:center}
  .product-hero-image{max-width:520px;margin:0 auto}
  .product-hero-badge{left:0}
  .gallery-grid{grid-template-columns:1fr;max-width:520px}
  .aura-kit--page{grid-template-columns:1fr;gap:40px}
  .specs-grid{grid-template-columns:repeat(2,1fr)}
  .testimonial-grid{grid-template-columns:1fr;max-width:520px}
}
@media(max-width:768px){
  .product-hero{padding:100px 24px 48px}
  .product-section{padding:72px 24px}
  .specs-grid{grid-template-columns:1fr;gap:16px}
  .buy-cta{padding:80px 24px}
  .real-gallery-grid,.real-gallery-grid--cards{grid-template-columns:1fr;max-width:420px;gap:18px}
}
@media(max-width:1024px){
  .nav-inner{padding:0 32px}
  .exhibition-grid{grid-template-columns:1fr;max-width:540px}
  .aura-features-grid{grid-template-columns:1fr;max-width:540px}
  .figures-inner{gap:40px}
  .figure-divider{height:1px;width:50px}
}
@media(max-width:768px){
  .nav-links{display:none}
  .menu-btn{display:flex}
  .nav-inner{padding:0 24px}
  .hero-content{padding:0 20px}
  .hero-actions{flex-direction:column;align-items:center}
  .manifesto{padding:64px 24px}
  .exhibition{padding:72px 24px}
  .exhibition-hero{margin-bottom:48px}
  .exhibition-caption{padding:16px 20px;font-size:1rem}
  .figures{padding:80px 24px}
  .figures-inner{flex-direction:column;gap:32px}
  .figure-divider{display:none}
  .plans-row{flex-direction:column}
  .aura-kit{grid-template-columns:1fr;gap:32px}
  .aura-features-grid{grid-template-columns:1fr;gap:20px}
  .transparency{padding:80px 24px}
  .transparency-card{padding:36px 24px}
  .price-value{font-size:4rem}
  .cta-final{padding:80px 24px}
  .footer{padding:60px 24px 30px}
  .footer-top{flex-direction:column;gap:40px}
  .footer-nav{display:grid;grid-template-columns:repeat(2,1fr);gap:32px 40px}
}

/* ============================================
   Ecosistema Wiki Connect — Componentes extra
   (tablas, rutas de código, flujos, checklist)
   ============================================ */

/* Tablas de datos (resumen de ecosistema) */
.table-wrap{max-width:var(--max);margin:0 auto;overflow-x:auto;box-shadow:var(--shadow);border-radius:var(--radius-lg)}
.data-table{width:100%;border-collapse:collapse;background:var(--white);min-width:640px}
.data-table th,.data-table td{padding:18px 22px;text-align:left;font-size:.92rem;border-bottom:1px solid var(--border);vertical-align:top}
.data-table th{
  background:var(--charcoal);color:var(--white);font-family:var(--font-display);
  font-weight:600;font-size:.78rem;text-transform:uppercase;letter-spacing:1.5px;white-space:nowrap;
}
.data-table tr:last-child td{border-bottom:none}
.data-table td{color:var(--charcoal-light);line-height:1.55}
.data-table td strong{color:var(--charcoal);font-family:var(--font-display);font-weight:600}
.data-table .mono{font-family:'SFMono-Regular',Consolas,'Liberation Mono',monospace;color:var(--terracotta);font-size:.85rem;white-space:nowrap}

/* Rutas / código en línea y bloque */
.code{
  font-family:'SFMono-Regular',Consolas,'Liberation Mono',monospace;
  background:var(--cream-dark);padding:2px 8px;border-radius:4px;
  font-size:.84rem;color:var(--terracotta);white-space:nowrap;
}
.code-block{
  font-family:'SFMono-Regular',Consolas,'Liberation Mono',monospace;
  background:var(--charcoal);color:#e8e4dc;padding:22px 26px;border-radius:var(--radius-lg);
  overflow-x:auto;font-size:.92rem;line-height:1.9;box-shadow:var(--shadow);
}
.code-block .c{color:#7d7d7d}
.code-block .k{color:var(--terracotta-light)}

/* Callout / nota destacada */
.note{
  border-left:3px solid var(--terracotta);background:var(--terracotta-bg);
  padding:22px 26px;border-radius:0 var(--radius-lg) var(--radius-lg) 0;margin:24px 0;
}
.note p{color:var(--charcoal-light);font-size:.96rem;line-height:1.7}
.note strong{color:var(--charcoal)}

/* Flujo numerado vertical (pasos) */
.steps{max-width:820px;margin:0 auto;display:flex;flex-direction:column}
.step{display:flex;gap:22px;padding:22px 0;border-bottom:1px solid var(--border)}
.step:last-child{border-bottom:none}
.step-num{
  flex-shrink:0;width:46px;height:46px;border-radius:50%;border:1px solid var(--border);
  background:var(--white);display:flex;align-items:center;justify-content:center;
  font-family:var(--font-display);font-weight:700;color:var(--terracotta);font-size:.9rem;
}
.step-body h4{font-family:var(--font-display);font-size:1.05rem;font-weight:600;margin-bottom:4px}
.step-body p{color:var(--text-muted);font-size:.9rem;line-height:1.6}

/* Checklist en cuadrícula (listas largas) */
.check-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;max-width:var(--max);margin:0 auto}
.check-item{
  display:flex;align-items:flex-start;gap:11px;background:var(--white);
  padding:16px 18px;border-radius:var(--radius);box-shadow:var(--shadow);
  font-size:.9rem;color:var(--charcoal-light);line-height:1.5;
}
.check-item svg{flex-shrink:0;margin-top:2px}
.check-item strong{color:var(--charcoal);font-family:var(--font-display);font-weight:600}

/* Grid genérico de tarjetas de 4 columnas */
.role-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;max-width:var(--max);margin:0 auto}
.role-card{
  background:var(--white);padding:40px 32px;border-radius:var(--radius-lg);
  box-shadow:var(--shadow);border-top:3px solid transparent;transition:all .4s var(--ease);
}
.role-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-top-color:var(--terracotta)}
.role-card .role-tag{display:inline-block;font-size:.68rem;text-transform:uppercase;letter-spacing:2px;font-weight:700;color:var(--terracotta);margin-bottom:16px}
.role-card h3{font-family:var(--font-display);font-size:1.3rem;font-weight:600;margin-bottom:12px}
.role-card p{color:var(--text-muted);font-size:.92rem;line-height:1.7;margin-bottom:16px}
.role-card ul{list-style:none;display:flex;flex-direction:column;gap:9px}
.role-card ul li{color:var(--charcoal-light);font-size:.87rem;padding-left:16px;position:relative}
.role-card ul li::before{content:'';position:absolute;left:0;top:7px;width:5px;height:5px;border-radius:50%;background:var(--terracotta);opacity:.45}

@media(max-width:1024px){
  .check-grid{grid-template-columns:repeat(2,1fr)}
  .role-grid{grid-template-columns:1fr;max-width:540px}
}
@media(max-width:768px){
  .check-grid{grid-template-columns:1fr}
  .step{gap:16px}
  .data-table th,.data-table td{padding:14px 16px;font-size:.85rem}
}

/* Promesa comercial (tagline destacado en hero) */
.promise{
  font-family:var(--font-display);font-size:1.12rem;font-weight:500;
  color:var(--charcoal);margin-top:20px;line-height:1.5;font-style:italic;
}
.promise::before{content:'';display:block;width:48px;height:2px;background:var(--terracotta);margin-bottom:14px}

/* Badge de estado (ej. Google Wallet próximamente) */
.status-badge{
  display:inline-flex;align-items:center;gap:8px;background:var(--terracotta-bg);
  color:var(--terracotta-dark);border:1px solid var(--terracotta);border-radius:100px;
  padding:7px 16px;font-size:.8rem;font-weight:600;margin:18px 0;
}
.status-badge::before{content:'';width:8px;height:8px;border-radius:50%;background:var(--terracotta);flex-shrink:0}

/* ============================================
   Mejoras UI/UX — navegación, accesibilidad, conversión
   ============================================ */

/* Accesibilidad: foco visible */
a:focus-visible, button:focus-visible {
  outline: 2px solid var(--terracotta);
  outline-offset: 3px;
  border-radius: 4px;
}

/* --- Dropdown de navegación --- */
.nav-links .has-dropdown { position: relative; }
.dropdown-btn { display: inline-flex; align-items: center; gap: 6px; color: var(--charcoal); }
.caret { font-size: .65rem; transition: transform .25s var(--ease); }
.has-dropdown.open .caret { transform: rotate(180deg); }
.dropdown {
  position: absolute; top: calc(100% + 14px); left: 50%;
  transform: translateX(-50%) translateY(-8px);
  min-width: 240px; background: var(--white);
  border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);
  border: 1px solid var(--border); padding: 10px;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .25s var(--ease), transform .25s var(--ease), visibility .25s;
}
.has-dropdown.open .dropdown {
  opacity: 1; visibility: visible; pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.dropdown-label {
  display: block; font-size: .64rem; text-transform: uppercase; letter-spacing: 2px;
  font-weight: 700; color: var(--text-muted); padding: 12px 14px 6px;
}
.dropdown-label:first-child { padding-top: 4px; }
.dropdown-link {
  display: block; padding: 9px 14px; font-size: .9rem; color: var(--charcoal);
  border-radius: var(--radius); transition: background .2s, color .2s;
}
.dropdown-link:hover { background: var(--terracotta-bg); color: var(--terracotta); }

/* CTA del nav */
.nav-cta { padding: 10px 22px; font-size: .86rem; }
.nav-links + .nav-cta { margin-left: 6px; }

/* --- Botón flotante de WhatsApp --- */
.whatsapp-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 150;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25D366; color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 28px rgba(37, 211, 102, .4);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.whatsapp-float:hover { transform: translateY(-3px) scale(1.04); box-shadow: 0 12px 34px rgba(37, 211, 102, .5); }

/* --- Hub de productos (home) --- */
.hub { padding: 110px 48px; }
.hub-head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.hub-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; max-width: var(--max); margin: 0 auto; }
.hub-card {
  background: var(--white); border-radius: var(--radius-lg); padding: 32px 26px;
  box-shadow: var(--shadow); border-top: 3px solid var(--terracotta);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
  display: flex; flex-direction: column; gap: 10px;
}
.hub-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.hub-icon { color: var(--terracotta); margin-bottom: 6px; }
.hub-card h3 { font-family: var(--font-display); font-size: 1.15rem; font-weight: 700; line-height: 1.3; }
.hub-card p { color: var(--text-muted); font-size: .88rem; line-height: 1.6; flex: 1; }
.hub-link { font-size: .86rem; font-weight: 600; color: var(--terracotta); }
.hub-link:hover { text-decoration: underline; }

.hub-card.accent-blue { border-top-color: var(--blue); }
.hub-card.accent-blue .hub-icon, .hub-card.accent-blue .hub-link { color: var(--blue); }
.hub-card.accent-copper { border-top-color: var(--copper); }
.hub-card.accent-copper .hub-icon, .hub-card.accent-copper .hub-link { color: var(--copper); }

/* --- Menú móvil agrupado --- */
.mobile-menu { overflow-y: auto; }
.mobile-menu nav { gap: 12px; padding: 96px 24px 56px; text-align: center; }
.mobile-menu .mobile-group {
  font-family: var(--font-body); font-size: .7rem; text-transform: uppercase;
  letter-spacing: 2px; color: var(--terracotta); font-weight: 700; margin-top: 18px;
}
.mobile-menu nav a { font-size: 1.35rem; font-weight: 500; }
.mobile-menu .mobile-wa { color: var(--terracotta); font-weight: 600; margin-top: 10px; }

/* --- Páginas legales --- */
.legal { padding: 150px 48px 80px; }
.legal-inner { max-width: 820px; margin: 0 auto; }
.legal-inner h1 {
  font-family: var(--font-display); font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 700; letter-spacing: -.02em; margin-bottom: 10px;
}
.legal-updated { color: var(--text-muted); font-size: .9rem; margin-bottom: 44px; }
.legal-inner h2 {
  font-family: var(--font-display); font-size: 1.3rem; font-weight: 600;
  margin: 38px 0 14px; letter-spacing: -.01em;
}
.legal-inner p { color: var(--charcoal-light); font-size: .96rem; line-height: 1.8; margin-bottom: 16px; }
.legal-inner ul, .legal-inner ol { margin: 0 0 18px 22px; color: var(--charcoal-light); }
.legal-inner li { font-size: .96rem; line-height: 1.75; margin-bottom: 8px; }
.legal-inner a { color: var(--terracotta); text-decoration: underline; }

@media (max-width: 768px) {
  .legal { padding: 120px 24px 60px; }
}

/* --- Sección de contacto --- */
.contact-section { padding: 100px 48px; }
.contact-inner { max-width: var(--max); margin: 0 auto; text-align: center; }
.contact-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-top: 32px; }

@media (max-width: 1024px) {
  .hub-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .nav-cta { display: none; }
  .hub { padding: 72px 24px; }
  .contact-section { padding: 72px 24px; }
  .hub-grid { gap: 16px; }
}
@media (max-width: 520px) {
  .hub-grid { grid-template-columns: 1fr; }
}

/* ============================================
   Renovación 2026 — producto real, conversión
   y comportamiento responsivo robusto
   ============================================ */

:root {
  --cream: #f7f3eb;
  --cream-dark: #eee7dc;
  --charcoal: #14251d;
  --charcoal-light: #33483e;
  --text-muted: #66746d;
  --terracotta: #b76b3f;
  --terracotta-light: #d39167;
  --border: rgba(20,37,29,.12);
  --shadow: 0 12px 34px rgba(20,37,29,.08);
  --shadow-lg: 0 24px 70px rgba(20,37,29,.14);
  --radius: 12px;
  --radius-lg: 24px;
}

html { scroll-padding-top: 88px; }
body { background: var(--cream); }

.navbar {
  padding: 14px 0;
  background: rgba(247,243,235,.82);
  border-bottom: 1px solid rgba(20,37,29,.06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.nav-inner { max-width: 1380px; }
.logo-img { height: 30px; width: auto; }
.nav-links { align-items: center; gap: 34px; }
.nav-link { opacity: .82; }
.dropdown { max-height: calc(100vh - 100px); overflow-y: auto; }
.btn { min-height: 48px; justify-content: center; border-radius: 999px; }
.nav-cta { min-height: 44px; }

/* La portada explica el producto en el primer pantallazo. */
.hero {
  min-height: min(900px, 100svh);
  padding: 128px max(48px, calc((100vw - 1320px) / 2)) 82px;
  display: grid;
  grid-template-columns: minmax(360px,.82fr) minmax(520px,1.18fr);
  align-items: center;
  gap: clamp(44px,6vw,92px);
  background:
    radial-gradient(circle at 8% 20%, rgba(183,107,63,.12), transparent 32%),
    linear-gradient(145deg,#fbf8f2 0%,#f2ece2 100%);
}
.hero-bg {
  position: relative;
  inset: auto;
  z-index: 1;
  grid-column: 2;
  grid-row: 1;
  aspect-ratio: 16/10;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.hero-img { width: 100%; height: 100%; object-fit: cover; transform: none !important; }
.hero-overlay {
  background: linear-gradient(90deg,rgba(20,37,29,.04),transparent 38%,rgba(20,37,29,.05));
}
.hero-content {
  grid-column: 1;
  grid-row: 1;
  text-align: left;
  max-width: 620px;
  padding: 0;
}
.hero-eyebrow { margin-bottom: 20px; }
.title-line { font-size: clamp(2.8rem,4.2vw,4rem); }
.hero-desc { margin: 0 0 34px; max-width: 560px; }
.hero-actions { justify-content: flex-start; }
.scroll-hint { display: none; }

.manifesto { padding: 86px 48px; }
.hub { padding-top: 96px; }
.hub-card {
  overflow: hidden;
  padding-top: 0;
  border-top: 0;
  border: 1px solid var(--border);
  gap: 11px;
}
.hub-card::before {
  content: '';
  display: block;
  height: 158px;
  margin: 0 -26px 20px;
  background-size: cover;
  background-position: center;
  transition: transform .55s var(--ease);
}
.hub-card:hover::before { transform: scale(1.035); }
.hub-card.product-landyn::before,
.hub-card.product-connect::before { background-image: url('../img/products/profesionales-wiki-connect.webp'); }
.hub-card.product-qr::before { background-image: url('../img/products/qr-negocios-display.webp'); background-position: center 48%; }
.hub-card.product-lealtad::before { background-image: url('../img/products/omega-lealtad.webp'); background-position: center; }
.hub-card.product-omega-card::before { background-image: url('../img/products/omega-card.webp'); background-position: center; }
.hub-card.product-safetag::before,
.hub-card.product-id::before { background-image: url('../img/products/safetag-id-wiki.webp'); }
.hub-card.product-aura::before { background-image: url('../img/products/aura-card.webp'); }
.hub-icon { margin-top: -2px; }

/* La portada guía primero por necesidad y después muestra el catálogo. */
.route-selector {
  position: relative;
  padding: 112px 48px 92px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 12% 0%, rgba(211,145,103,.2), transparent 32%),
    radial-gradient(circle at 92% 100%, rgba(79,125,106,.18), transparent 34%),
    var(--charcoal);
}
.route-selector::before {
  content: '';
  position: absolute;
  width: 420px;
  height: 420px;
  right: -190px;
  top: -220px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018);
  pointer-events: none;
}
.route-inner { position: relative; z-index: 1; max-width: var(--max); margin: 0 auto; }
.route-intro { max-width: 780px; margin-bottom: 48px; }
.route-intro .tag { color: var(--terracotta-light); }
.route-intro h2 {
  margin: 14px 0 18px;
  font-family: var(--font-display);
  font-size: clamp(2.45rem,5vw,4.35rem);
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: 1.02;
}
.route-intro h2 em { color: var(--terracotta-light); }
.route-intro p { max-width: 670px; color: rgba(255,255,255,.68); font-size: 1.06rem; line-height: 1.75; }
.route-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.route-card {
  min-height: 292px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  color: var(--white);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  background: rgba(255,255,255,.055);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform .35s var(--ease), background .35s var(--ease), border-color .35s var(--ease), box-shadow .35s var(--ease);
}
.route-card:hover {
  color: var(--white);
  transform: translateY(-7px);
  background: rgba(255,255,255,.105);
  border-color: rgba(211,145,103,.55);
  box-shadow: 0 24px 50px rgba(0,0,0,.2);
}
.route-card:focus-visible { outline-color: var(--terracotta-light); border-radius: 22px; }
.route-top, .route-foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.route-icon {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--terracotta-light);
  border-radius: 15px;
  background: rgba(211,145,103,.14);
}
.route-number { color: rgba(255,255,255,.33); font-family: var(--font-display); font-size: .78rem; letter-spacing: .14em; }
.route-copy { display: flex; flex: 1; flex-direction: column; justify-content: flex-end; padding: 30px 0 24px; }
.route-copy strong { display: block; max-width: 210px; font-family: var(--font-display); font-size: 1.28rem; font-weight: 600; line-height: 1.25; }
.route-copy small { display: block; margin-top: 10px; color: rgba(255,255,255,.58); font-size: .84rem; line-height: 1.55; }
.route-foot { padding-top: 17px; color: rgba(255,255,255,.48); border-top: 1px solid rgba(255,255,255,.09); font-size: .74rem; letter-spacing: .04em; }
.route-arrow { color: var(--terracotta-light); font-size: 1.25rem; transition: transform .3s var(--ease); }
.route-card:hover .route-arrow { transform: translateX(5px); }
.route-assurance {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px 34px;
  margin-top: 38px;
  color: rgba(255,255,255,.62);
  font-size: .82rem;
}
.route-assurance span { display: inline-flex; align-items: center; gap: 8px; }
.route-assurance svg { color: var(--terracotta-light); }

.solution-catalog { padding: 112px 48px 120px; background: linear-gradient(180deg,#f7f3eb 0%,#fbf9f5 48%,#f2ece3 100%); }
.solution-group { max-width: var(--max); margin: 0 auto; padding: 0 0 104px; scroll-margin-top: 96px; }
.solution-group + .solution-group { padding-top: 104px; border-top: 1px solid var(--border); }
.solution-group-last { padding-bottom: 0; }
.solution-heading {
  display: grid;
  grid-template-columns: minmax(300px,.9fr) minmax(280px,.7fr);
  align-items: end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 42px;
}
.solution-kicker {
  display: block;
  margin-bottom: 12px;
  color: var(--terracotta);
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .18em;
}
.solution-heading h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem,4vw,3.25rem);
  font-weight: 600;
  line-height: 1.07;
  letter-spacing: -.03em;
}
.solution-heading h2 em { color: var(--terracotta); }
.solution-heading > p { max-width: 540px; color: var(--text-muted); font-size: .98rem; line-height: 1.72; justify-self: end; }
.solution-catalog .hub-grid { max-width: none; }
.hub-grid-three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.hub-grid-two { grid-template-columns: repeat(2,minmax(0,1fr)); max-width: 920px !important; margin-left: 0; }
.hub-grid-single { grid-template-columns: minmax(0,1fr); max-width: 960px !important; margin-left: 0; }
.solution-catalog .hub-card { min-height: 430px; padding-bottom: 28px; }
.solution-catalog .hub-card h3 { font-size: 1.3rem; }
.solution-catalog .hub-card p { font-size: .92rem; }
.solution-catalog .hub-link { display: flex; align-items: center; justify-content: space-between; padding-top: 12px; border-top: 1px solid var(--border); }
.hub-grid-single .hub-card {
  min-height: 328px;
  display: grid;
  grid-template-columns: minmax(300px,.95fr) minmax(280px,1.05fr);
  grid-template-rows: auto auto 1fr auto;
  column-gap: 40px;
  padding: 32px;
}
.hub-grid-single .hub-card::before {
  grid-column: 1;
  grid-row: 1 / -1;
  height: auto;
  min-height: 328px;
  margin: -32px 0 -32px -32px;
  border-radius: 22px 0 0 22px;
}
.hub-grid-single .hub-card > :not(.hub-icon):not(h3):not(p):not(.hub-link) { grid-column: 2; }
.hub-grid-single .hub-icon,
.hub-grid-single h3,
.hub-grid-single p,
.hub-grid-single .hub-link { grid-column: 2; }
.hub-grid-single .hub-icon { align-self: end; }

.product-hero { min-height: auto; padding-top: 138px; padding-bottom: 86px; }
.product-hero-inner { gap: clamp(48px,6vw,84px); }
.product-hero-text h1 { font-size: clamp(3rem,6vw,5.1rem); font-weight: 700; }
.product-hero-image { aspect-ratio: 4/3; overflow: visible; }
.product-hero-image img { width: 100%; height: 100%; aspect-ratio: auto; object-fit: cover; object-position: center; }
.product-hero-image img[src*="qr-negocios-display"] { object-fit: contain; background: #ebe5dc; }
.product-hero-image img.focus-card { object-position: 80% 70%; }
.product-hero-image img.focus-wallet { object-position: 86% center; }
.product-hero-image img.focus-screen { object-position: center 70%; }
.product-hero-badge { left: -12px; bottom: -18px; }
.gallery-grid { gap: 18px; }
.gallery-grid img { border-radius: 18px; height: auto; aspect-ratio: 3 / 2; }
.gallery-grid img:nth-child(1) { object-position: 20% center; }
.gallery-grid img:nth-child(2) { object-position: center; }
.gallery-grid img:nth-child(3) { object-position: 80% center; }
.gallery-grid img:nth-child(n+4) { object-position: 56% center; }
.gallery-grid img.focus-card { object-position: 84% 72%; }
.gallery-grid img.focus-wallet { object-position: 90% center; }

/* Ejemplos Landyn: cada giro conserva identidad visual propia. */
.landyn-gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.landyn-sample {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: var(--ink);
  box-shadow: var(--shadow);
  aspect-ratio: 3 / 2;
  isolation: isolate;
}
.landyn-sample::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 38%, rgba(9, 20, 15, .08) 52%, rgba(9, 20, 15, .82) 100%);
}
.landyn-gallery .landyn-sample img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  border-radius: 0;
  object-fit: cover;
  object-position: center;
  transition: transform .6s var(--ease), filter .6s var(--ease);
}
.landyn-sample figcaption {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 18px;
  left: 20px;
  display: grid;
  gap: 3px;
  color: #fff;
  text-shadow: 0 1px 12px rgba(0, 0, 0, .4);
}
.landyn-sample figcaption strong { font-family: var(--font-display); font-size: 1.35rem; font-weight: 600; letter-spacing: -.02em; }
.landyn-sample figcaption span { color: rgba(255,255,255,.84); font-size: .84rem; }
.landyn-sample:hover img { transform: scale(1.045); filter: saturate(1.05); }

.figures { min-height: 420px; }
.figures-img { filter: saturate(.82) contrast(.92); }
.figures-overlay { background: linear-gradient(135deg,rgba(20,37,29,.93),rgba(20,37,29,.68)); }
.whatsapp-float { right: max(18px, env(safe-area-inset-right)); bottom: max(18px, env(safe-area-inset-bottom)); }
.footer-nav { min-width: 0; gap: clamp(32px,5vw,72px); }
.footer-col { min-width: 0; }
.footer-col a { overflow-wrap: anywhere; }
.footer-col-shops .shop-link { display: flex; align-items: center; opacity: .85; transition: opacity .25s; }
.footer-col-shops .shop-link:hover { opacity: 1; }
.footer-col-shops .shop-link img { height: 15px; width: auto; }
.footer-credit { display: none; }
.social-links { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 14px; }
.social-links a { display: inline-flex; align-items: center; justify-content: center; opacity: .55; transition: opacity .25s, transform .25s; }
.social-links a:hover { opacity: 1; transform: translateY(-2px); }
.social-links img { width: 18px; height: 18px; display: block; }

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: minmax(320px,.9fr) minmax(430px,1.1fr);
    padding-left: 40px;
    padding-right: 40px;
    gap: 42px;
  }
  .footer-top { flex-direction: column; }
  .footer-nav { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); width: 100%; }
}

@media (max-width: 960px) {
  .nav-links, .nav-cta { display: none; }
  .menu-btn { display: flex; }
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 124px 32px 72px;
  }
  .hero-content { grid-column: 1; grid-row: 1; max-width: 720px; text-align: center; margin: 0 auto; }
  .hero-bg { grid-column: 1; grid-row: 2; width: min(760px,100%); margin: 10px auto 0; }
  .hero-desc { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .footer-nav { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .exhibition-grid, .gallery-grid { grid-template-columns: 1fr !important; }
  .landyn-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; max-width: 920px; }
}

@media (max-width: 600px) {
  .navbar { padding: 12px 0; }
  .nav-inner { padding: 0 18px; }
  .logo-img { height: 27px; }
  .hero { padding: 108px 20px 56px; gap: 34px; }
  .hero-content { text-align: left; }
  .title-line { font-size: clamp(2.38rem,12vw,3.25rem); line-height: 1.03; }
  .hero-desc { font-size: 1rem; line-height: 1.65; margin: 0 0 26px; }
  .hero-actions { align-items: stretch; width: 100%; }
  .hero-actions .btn { width: 100%; }
  .hero-bg { aspect-ratio: 4/3; border-radius: 22px; }
  .hero-img { object-position: 66% center; }
  .manifesto { padding: 58px 20px; }
  .hub { padding: 64px 20px; }
  .hub-head, .exhibition-header { margin-bottom: 40px; }
  .hub-card { padding-left: 22px; padding-right: 22px; }
  .hub-card::before { margin-left: -22px; margin-right: -22px; height: 184px; }
  .product-hero { padding: 106px 20px 64px; }
  .product-hero-inner { gap: 34px; }
  .product-hero-text h1 { font-size: clamp(2.65rem,13vw,3.8rem); }
  .product-hero-desc { font-size: 1rem; }
  .product-hero-image { aspect-ratio: 1/1; }
  .product-hero-badge { left: 10px; right: 10px; bottom: -24px; text-align: center; }
  .product-section, .contact-section { padding-left: 20px; padding-right: 20px; }
  .section-head { margin-bottom: 40px; }
  .gallery-grid { gap: 14px; }
  .gallery-grid img { height: auto; aspect-ratio: 3 / 2; }
  .landyn-gallery { grid-template-columns: 1fr !important; }
  .landyn-gallery .landyn-sample { aspect-ratio: 3 / 2; }
  .landyn-gallery .landyn-sample img { height: 100%; }
  .footer { padding: 56px 20px 28px; }
  .footer-top { gap: 34px; }
  .footer-nav { grid-template-columns: 1fr; gap: 30px; }
  .footer-col h4 { margin-bottom: 8px; }
  .footer-credit { line-height: 1.6; }
  .whatsapp-float { width: 54px; height: 54px; }
  .mobile-menu nav { width: 100%; align-items: stretch; text-align: left; padding-left: 32px; padding-right: 32px; }
  .mobile-menu nav a { min-height: 44px; display: flex; align-items: center; }
}

@media (max-width: 1100px) {
  .route-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .route-card { min-height: 258px; }
  .hub-grid-three { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hub-grid-three .hub-card:last-child { grid-column: 1 / -1; max-width: calc(50% - 12px); }
}

@media (max-width: 800px) {
  .route-selector { padding: 88px 24px 76px; }
  .route-intro { margin-bottom: 38px; }
  .solution-catalog { padding: 82px 24px 90px; }
  .solution-group { padding-bottom: 78px; }
  .solution-group + .solution-group { padding-top: 78px; }
  .solution-heading { grid-template-columns: 1fr; align-items: start; gap: 18px; margin-bottom: 34px; }
  .solution-heading > p { justify-self: start; }
  .hub-grid-single .hub-card {
    display: flex;
    min-height: 430px;
    padding: 0 26px 28px;
  }
  .hub-grid-single .hub-card::before {
    width: auto;
    height: 210px;
    min-height: 0;
    margin: 0 -26px 20px;
    border-radius: 0;
  }
}

@media (max-width: 600px) {
  .route-selector { padding: 74px 20px 62px; }
  .route-intro h2 { font-size: clamp(2.35rem,12vw,3.2rem); }
  .route-intro p { font-size: .98rem; }
  .route-grid { grid-template-columns: 1fr; gap: 13px; }
  .route-card { min-height: 0; padding: 22px; }
  .route-copy { padding: 25px 0 20px; }
  .route-copy strong { max-width: none; font-size: 1.22rem; }
  .route-assurance { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: 12px; margin-top: 30px; }
  .solution-catalog { padding: 68px 20px 76px; }
  .solution-group { padding-bottom: 68px; }
  .solution-group + .solution-group { padding-top: 68px; }
  .solution-heading { margin-bottom: 30px; }
  .solution-heading h2 { font-size: clamp(2rem,10vw,2.7rem); }
  .solution-heading > p { font-size: .92rem; }
  .hub-grid-three,
  .hub-grid-two,
  .hub-grid-single { grid-template-columns: 1fr; }
  .hub-grid-three .hub-card:last-child { grid-column: auto; max-width: none; }
  .solution-catalog .hub-card { min-height: 410px; }
  .hub-grid-single .hub-card { min-height: 410px; padding-left: 22px; padding-right: 22px; }
  .hub-grid-single .hub-card::before { margin-left: -22px; margin-right: -22px; height: 184px; }
}

/* ============================================
   Formas de pago — flujo seguro para pedidos
   personalizados y checkout redireccionado
   ============================================ */
.payments {
  position: relative;
  padding: 118px 48px;
  background:
    radial-gradient(circle at 0% 20%, rgba(183,107,63,.1), transparent 28%),
    linear-gradient(180deg,#f2ece3 0%,#f8f5ef 100%);
  border-top: 1px solid var(--border);
  scroll-margin-top: 86px;
}
.payments-inner { max-width: var(--max); margin: 0 auto; }
.payments-head {
  display: grid;
  grid-template-columns: minmax(340px,1fr) minmax(300px,.72fr);
  align-items: end;
  gap: 64px;
  margin-bottom: 48px;
}
.payments-head h2 {
  max-width: 760px;
  margin-top: 14px;
  font-family: var(--font-display);
  font-size: clamp(2.35rem,4.8vw,4rem);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -.035em;
}
.payments-head h2 em { color: var(--terracotta); }
.payments-head > p { color: var(--text-muted); font-size: 1rem; line-height: 1.75; }
.payment-steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 1px;
  margin: 0 0 24px;
  padding: 0;
  overflow: hidden;
  color: var(--white);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px;
  background: rgba(255,255,255,.08);
  box-shadow: var(--shadow);
}
.payment-steps li {
  min-height: 112px;
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 24px 26px;
  background: var(--charcoal);
}
.payment-steps li > span {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--terracotta-light);
  border: 1px solid rgba(211,145,103,.35);
  border-radius: 50%;
  font-family: var(--font-display);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
}
.payment-steps strong { display: block; margin-bottom: 5px; font-family: var(--font-display); font-size: .93rem; }
.payment-steps small { display: block; color: rgba(255,255,255,.55); font-size: .76rem; line-height: 1.45; }
.payment-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.payment-provider {
  --provider: var(--terracotta);
  position: relative;
  min-height: 370px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  overflow: hidden;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(20,37,29,.1);
  border-radius: 22px;
  box-shadow: 0 12px 38px rgba(20,37,29,.07);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
}
.payment-provider::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: var(--provider);
}
.payment-provider:hover { transform: translateY(-6px); border-color: color-mix(in srgb,var(--provider) 38%,transparent); box-shadow: var(--shadow-lg); }
.payment-provider-mp { --provider: #009ee3; }
.payment-provider-clip { --provider: #fc4c02; }
.payment-provider-openpay { --provider: #004481; }
.payment-provider-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 30px; }
.payment-brand { min-width: 0; min-height: 58px; flex: 1 1 auto; display: flex; align-items: center; }
.payment-brand-logo { display: block; max-width: 100%; height: auto; object-fit: contain; object-position: left center; }
.payment-brand-logo-mp { width: 160px; }
.payment-brand-logo-clip { width: 56px; height: 56px; }
.payment-brand-logo-openpay { width: 176px; }
.payment-status {
  flex: 0 0 auto;
  padding: 7px 10px;
  color: var(--provider);
  border: 1px solid color-mix(in srgb,var(--provider) 24%,transparent);
  border-radius: 999px;
  background: color-mix(in srgb,var(--provider) 7%,white);
  font-size: .63rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.payment-provider > p { color: var(--charcoal-light); font-size: .93rem; line-height: 1.68; }
.payment-provider ul { list-style: none; display: flex; flex: 1; flex-direction: column; gap: 9px; margin: 22px 0 26px; padding: 0; }
.payment-provider li { position: relative; padding-left: 18px; color: var(--text-muted); font-size: .8rem; line-height: 1.45; }
.payment-provider li::before { content: ''; position: absolute; left: 0; top: .5em; width: 6px; height: 6px; border-radius: 50%; background: var(--provider); }
.payment-action {
  min-height: 47px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 17px;
  color: var(--charcoal);
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--cream);
  font-size: .8rem;
  font-weight: 700;
  transition: color .25s, border-color .25s, background .25s;
}
.payment-action span { color: var(--provider); font-size: 1.1rem; transition: transform .25s var(--ease); }
.payment-action:hover { color: var(--white); border-color: var(--charcoal); background: var(--charcoal); }
.payment-action:hover span { transform: translateX(4px); }
.payment-security {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 24px;
  padding: 24px 28px;
  color: var(--white);
  border-radius: 20px;
  background: var(--charcoal);
  box-shadow: var(--shadow);
}
.payment-security-icon {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--terracotta-light);
  border: 1px solid rgba(211,145,103,.3);
  border-radius: 16px;
  background: rgba(211,145,103,.09);
}
.payment-security strong { display: block; margin-bottom: 5px; font-family: var(--font-display); font-size: .98rem; }
.payment-security p { max-width: 890px; color: rgba(255,255,255,.6); font-size: .8rem; line-height: 1.55; }
.buy-note a { color: var(--terracotta-light); text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 1050px) {
  .payment-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .payment-provider-openpay { grid-column: 1 / -1; width: calc(50% - 10px); justify-self: center; }
}

@media (max-width: 800px) {
  .payments { padding: 88px 24px; }
  .payments-head { grid-template-columns: 1fr; align-items: start; gap: 20px; margin-bottom: 38px; }
  .payment-steps { grid-template-columns: 1fr; gap: 0; }
  .payment-steps li { min-height: 94px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .payment-steps li:last-child { border-bottom: 0; }
  .payment-grid { grid-template-columns: 1fr; }
  .payment-provider-openpay { grid-column: auto; width: auto; }
}

@media (max-width: 600px) {
  .payments { padding: 70px 20px; }
  .payments-head h2 { font-size: clamp(2.15rem,10.5vw,2.85rem); }
  .payments-head > p { font-size: .93rem; }
  .payment-steps li { padding: 21px 20px; }
  .payment-provider { min-height: 350px; padding: 25px 22px 22px; }
  .payment-provider-top { flex-direction: column; margin-bottom: 24px; }
  .payment-status { align-self: flex-start; }
  .payment-security { align-items: flex-start; gap: 15px; padding: 22px 20px; }
  .payment-security-icon { width: 44px; height: 44px; border-radius: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ============================================
   Colecciones grabadas — madera y acero
   ============================================ */

@media (min-width: 1101px) {
  .route-grid { grid-template-columns: repeat(5,minmax(0,1fr)); }
  .route-card { min-height: 310px; padding: 24px; }
}

.hub-card.product-wood::before {
  background-image: url('../img/madera-acero/coleccion-mascotas.webp');
  background-position: center 48%;
}

.hub-card.product-steel::before {
  background:
    radial-gradient(circle at 68% 24%, rgba(255,255,255,.86), transparent 20%),
    linear-gradient(145deg,#26332d 0%,#8e9994 46%,#e7ece9 52%,#75817c 58%,#1b2721 100%);
}

.hub-status {
  align-self: flex-start;
  margin: -2px 0 2px;
  padding: 5px 10px;
  color: var(--terracotta-dark);
  border: 1px solid rgba(183,107,63,.24);
  border-radius: 999px;
  background: rgba(183,107,63,.08);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.collection-hero {
  background:
    radial-gradient(circle at 12% 20%, rgba(184,115,51,.13), transparent 34%),
    linear-gradient(145deg,#fbf8f1 0%,#eee3d3 100%);
}

.collection-hero-image img {
  object-fit: contain;
  padding: 18px;
  background: #f7f3eb;
}

.collection-badge { background: #80532f; }

.material-choice-banner { padding: 0 48px 90px; background: var(--cream); }
.material-choice-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 34px 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border: 1px solid rgba(128,83,47,.16);
  border-radius: 24px;
  background: linear-gradient(135deg,#fff 0%,#eee3d3 100%);
  box-shadow: var(--shadow);
}
.material-choice-inner .tag { display: block; margin-bottom: 8px; }
.material-choice-inner h2 { margin-bottom: 7px; font-family: var(--font-display); font-size: clamp(1.5rem,3vw,2.15rem); }
.material-choice-inner p { color: var(--text-muted); }
.material-choice-inner .btn { flex: 0 0 auto; }

.collection-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -4px 0 30px;
}

.collection-facts span {
  padding: 7px 12px;
  color: #684526;
  border: 1px solid rgba(128,83,47,.2);
  border-radius: 999px;
  background: rgba(255,255,255,.5);
  font-size: .75rem;
  font-weight: 600;
}

.material-showcase {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr);
  gap: clamp(42px,7vw,90px);
  align-items: center;
}

.material-visual { margin: 0; min-width: 0; }
.material-visual img {
  width: 100%;
  height: auto;
  border-radius: 26px;
  box-shadow: var(--shadow-lg);
}
.material-visual figcaption {
  margin-top: 12px;
  color: var(--text-muted);
  font-size: .78rem;
  line-height: 1.55;
  text-align: center;
}

.material-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--terracotta-dark);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.material-copy h3 {
  margin-bottom: 18px;
  font-family: var(--font-display);
  font-size: clamp(2rem,4vw,3.2rem);
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: 1.08;
}

.material-copy > p { color: var(--text-muted); font-size: 1.02rem; line-height: 1.75; }
.material-copy .btn { margin-top: 28px; }

.collection-checks {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.collection-checks li {
  position: relative;
  padding-left: 29px;
  color: var(--charcoal-light);
  font-size: .93rem;
  line-height: 1.55;
}

.collection-checks li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: #80532f;
  font-size: .68rem;
  font-weight: 700;
}

.collection-use-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 18px;
}

.collection-use-card {
  min-height: 270px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(128,83,47,.15);
  border-radius: 22px;
  background: linear-gradient(160deg,rgba(255,255,255,.92),rgba(238,227,211,.72));
  box-shadow: var(--shadow);
}

.collection-use-card > span {
  margin-bottom: auto;
  color: var(--terracotta-dark);
  font-family: var(--font-display);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .15em;
}

.collection-use-card h3 {
  margin: 46px 0 10px;
  font-family: var(--font-display);
  font-size: 1.25rem;
  line-height: 1.25;
}

.collection-use-card p { color: var(--text-muted); font-size: .88rem; line-height: 1.6; }

.wood-design-grid {
  max-width: 1060px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 24px;
}

.wood-design-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(128,83,47,.13);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow);
}

.wood-design-card img { width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; background: #f7f3eb; }
.wood-design-card figcaption { display: grid; gap: 4px; padding: 20px 22px 23px; }
.wood-design-card figcaption strong { font-family: var(--font-display); font-size: 1rem; }
.wood-design-card figcaption span { color: var(--text-muted); font-size: .82rem; }

.steel-launch {
  padding: 120px 48px;
  color: #fff;
  background:
    radial-gradient(circle at 18% 20%, rgba(255,255,255,.12), transparent 28%),
    linear-gradient(135deg,#101b16 0%,#31463d 100%);
}

.steel-launch-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px,.72fr) minmax(0,1.28fr);
  gap: clamp(48px,8vw,100px);
  align-items: center;
}

.steel-art {
  min-height: 500px;
  display: grid;
  place-items: center;
  color: rgba(255,255,255,.82);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 36px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.02)),
    repeating-linear-gradient(115deg,transparent 0 10px,rgba(255,255,255,.025) 10px 11px);
  box-shadow: 0 30px 80px rgba(0,0,0,.28);
}

.steel-art svg { width: min(72%,300px); height: auto; filter: drop-shadow(0 16px 28px rgba(0,0,0,.3)); }
.steel-status {
  display: inline-block;
  margin-bottom: 18px;
  padding: 7px 12px;
  color: #f4d1b9;
  border: 1px solid rgba(244,209,185,.25);
  border-radius: 999px;
  background: rgba(183,107,63,.13);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.steel-copy h2 {
  margin-bottom: 20px;
  font-family: var(--font-display);
  font-size: clamp(2.5rem,5vw,4.6rem);
  font-weight: 600;
  letter-spacing: -.04em;
  line-height: 1.02;
}

.steel-copy > p { max-width: 650px; margin-bottom: 18px; color: rgba(255,255,255,.7); line-height: 1.75; }
.steel-copy .steel-honesty { margin: 28px 0 30px; padding-left: 20px; border-left: 2px solid var(--terracotta-light); }
.steel-copy .steel-honesty strong { color: #fff; }

@media (max-width: 1000px) {
  .material-showcase, .steel-launch-inner { grid-template-columns: 1fr; }
  .material-visual { max-width: 680px; margin: 0 auto; }
  .collection-use-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .steel-art { min-height: 410px; max-width: 620px; width: 100%; margin: 0 auto; }
  .steel-copy { text-align: center; }
  .steel-copy > p { margin-left: auto; margin-right: auto; }
  .steel-copy .steel-honesty { padding: 20px; border-left: 0; border-radius: 18px; background: rgba(255,255,255,.06); }
}

@media (max-width: 700px) {
  .material-choice-banner { padding: 0 20px 64px; }
  .material-choice-inner { padding: 28px 24px; flex-direction: column; align-items: stretch; }
  .material-choice-inner .btn { width: 100%; }
  .collection-facts { justify-content: flex-start; }
  .collection-use-grid, .wood-design-grid { grid-template-columns: 1fr; }
  .collection-use-card { min-height: 225px; }
  .collection-use-card h3 { margin-top: 34px; }
  .steel-launch { padding: 82px 20px; }
  .steel-art { min-height: 340px; border-radius: 24px; }
  .steel-copy h2 { font-size: clamp(2.35rem,12vw,3.4rem); }
}
