/*
Theme Name: Imexa Emporio Gourmet - Próxima Apertura
Theme URI: https://imexaemporio.cl
Author: IMEXA
Description: Portada temporal para Imexa Emporio Gourmet en Curauma.
Version: 1.0.0
Text Domain: imexa-emporio
*/

:root {
  --cream: #f5ecdf;
  --paper: #fffaf3;
  --forest: #3a2418;
  --forest-2: #6b432c;
  --gold: #c79154;
  --ink: #2b211b;
  --muted: #75675d;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; }

.site-shell { min-height: 100vh; overflow: hidden; }
.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  color: white;
  background:
    radial-gradient(circle at 88% 18%, rgba(216,166,104,.24), transparent 28%),
    radial-gradient(circle at 10% 80%, rgba(154,105,69,.25), transparent 34%),
    linear-gradient(135deg, #26150e 0%, #4a2d1d 52%, #301b12 100%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .14;
  background-image: radial-gradient(rgba(255,255,255,.65) .65px, transparent .65px);
  background-size: 14px 14px;
}
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; position: relative; z-index: 1; }
.nav { position: absolute; inset: 28px 0 auto; z-index: 2; }
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.brand-mark {
  display: grid; place-items: center; width: 48px; height: 48px;
  border: 1px solid rgba(255,255,255,.35); border-radius: 50%;
  font-family: Georgia, serif; font-size: 17px; letter-spacing: .08em;
}
.brand-text strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 19px; letter-spacing: .04em; }
.brand-text span { display: block; margin-top: 2px; color: #e6d5b3; font-size: 10px; letter-spacing: .22em; text-transform: uppercase; }
.nav-link { color: rgba(255,255,255,.8); text-decoration: none; font-size: 14px; }
.hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 80px; padding: 150px 0 90px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: #e8c98f; font-size: 12px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 1px; background: #e8c98f; }
h1 { margin: 0; max-width: 760px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(56px, 7vw, 98px); font-weight: 400; line-height: .92; letter-spacing: -.045em; }
h1 em { display: block; color: #e7c785; font-weight: 400; }
.lead { max-width: 620px; margin: 30px 0 36px; color: rgba(255,255,255,.79); font-size: clamp(17px, 2vw, 20px); line-height: 1.7; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 24px; border: 1px solid rgba(255,255,255,.26); border-radius: 999px; color: white; font-weight: 700; text-decoration: none; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.55); }
.button-primary { border-color: #d5a05f; background: #d5a05f; color: #2b1a11; }
.button-primary:hover { background: #e6b978; border-color: #e6b978; }
.button svg { width: 20px; height: 20px; fill: currentColor; }
.info-card { padding: 42px; border: 1px solid rgba(255,255,255,.16); border-radius: 28px; background: rgba(255,248,237,.08); box-shadow: 0 28px 70px rgba(28,13,7,.3); backdrop-filter: blur(14px); }
.info-card .kicker { color: #e7c785; font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.info-card h2 { margin: 14px 0 24px; font-family: Georgia, serif; font-size: 35px; font-weight: 400; line-height: 1.1; }
.detail { display: grid; grid-template-columns: 38px 1fr; gap: 14px; align-items: start; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.12); }
.detail-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: rgba(231,199,133,.12); color: #e7c785; font-size: 17px; }
.detail strong { display: block; margin-bottom: 5px; font-size: 14px; }
.detail span, .detail a { color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.5; text-decoration: none; }
.promise { padding: 96px 0; background: var(--paper); }
.section-head { text-align: center; max-width: 740px; margin: 0 auto 52px; }
.section-head small { color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.section-head h2 { margin: 14px 0 18px; color: var(--forest); font-family: Georgia, serif; font-size: clamp(38px, 5vw, 58px); font-weight: 400; line-height: 1.05; }
.section-head p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature { padding: 32px; border: 1px solid #e9e0d2; border-radius: 22px; background: white; }
.feature-number { color: var(--gold); font-family: Georgia, serif; font-size: 16px; }
.feature h3 { margin: 40px 0 10px; color: var(--forest); font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.feature p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.footer { padding: 28px 0; color: rgba(255,255,255,.68); background: #24140d; font-size: 13px; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.footer a { color: #e7c785; text-decoration: none; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 10; display: grid; place-items: center; width: 60px; height: 60px; border-radius: 50%; color: white; background: #25d366; box-shadow: 0 10px 34px rgba(45,26,17,.32); transition: transform .2s; }
.whatsapp-float:hover { transform: scale(1.06); }
.whatsapp-float svg { width: 30px; height: 30px; fill: currentColor; }

@media (max-width: 820px) {
  .nav-link { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 38px; padding-top: 140px; }
  .info-card { padding: 28px; }
  .features { grid-template-columns: 1fr; }
  .feature h3 { margin-top: 24px; }
}
@media (max-width: 520px) {
  .container { width: min(100% - 28px, 1120px); }
  .nav { top: 18px; }
  .brand-mark { width: 43px; height: 43px; }
  .brand-text strong { font-size: 16px; }
  h1 { font-size: 53px; }
  .lead { margin-top: 24px; }
  .button { width: 100%; }
  .promise { padding: 72px 0; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}
