/* Tempraneros homepage — refinamiento visual 2026-09-15
   Capa de acabado sobre styles.css. Mantiene la identidad existente y reduce ruido visual. */

:root{
  --home-radius:28px;
  --home-shadow:0 24px 70px rgba(35,24,9,.10);
}

body .header{
  transition:background .2s ease,border-color .2s ease,backdrop-filter .2s ease,transform .2s ease;
}

body .header.is-scrolled{
  position:fixed;
  top:0;
  background:rgba(9,9,8,.88);
  border-bottom:1px solid rgba(255,255,255,.10);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}

body .header.is-scrolled .nav{height:68px}
body .navlinks{gap:28px}
body .navlinks>a:not(.order){opacity:.84;transition:opacity .18s ease}
body .navlinks>a:not(.order):hover{opacity:1}
body .order{border-radius:999px;padding-inline:22px}

body .heroPremium{
  min-height:min(860px,100svh);
  max-height:920px;
}

body .heroPremium .heroInner{
  min-height:min(860px,100svh);
  max-height:920px;
}

body .heroPremium .heroFood{
  width:62%;
  object-position:54% center;
  filter:saturate(.88) contrast(1.04) brightness(.88);
}

body .heroPremium .heroShade{
  background:
    linear-gradient(90deg,#080807 0%,#080807 34%,rgba(8,8,7,.95) 44%,rgba(8,8,7,.67) 59%,rgba(8,8,7,.20) 79%,rgba(8,8,7,.05) 100%),
    linear-gradient(0deg,rgba(8,8,7,.66) 0%,transparent 42%);
}

body .heroPremium .heroCopy{
  min-width:0;
  width:48%;
  max-width:620px;
}

body .heroPremium h1{
  font-size:clamp(5.2rem,7.5vw,8.6rem);
  letter-spacing:-.03em;
}

body .heroPremium p{max-width:470px;color:#ded6ca}
body .heroPremium .btn{border-radius:999px}
body .heroMeta{opacity:.86}

body .menuPremium{
  padding:94px 0 82px;
  background:var(--paper);
}

body .menuPremium .menuIntro{
  margin-bottom:28px;
  padding-bottom:28px;
}

body .menuPremium .menuIntro h2{
  font-size:clamp(4rem,5.6vw,6.2rem);
}

body .menuPremium .menuIntroAside{max-width:480px}
body .menuPremium .cat{
  height:328px;
  border-radius:22px;
  box-shadow:none;
}

body .menuPremium .cat:nth-child(1),
body .menuPremium .cat:nth-child(2){height:328px}

body .menuPremium .cat:after{
  inset:38% 0 0;
  background:linear-gradient(transparent,rgba(7,7,6,.94));
}

body .menuPremium .catMeta{left:18px;right:16px;bottom:16px}
body .menuPremium .catMeta strong{font-size:1.12rem}

body .story{
  width:min(calc(100% - 64px),var(--max));
  margin:0 auto 18px;
  min-height:520px;
  grid-template-columns:.86fr 1.16fr 1.08fr;
  border-radius:var(--home-radius);
  overflow:hidden;
  box-shadow:var(--home-shadow);
}

body .storyTexture{
  background:#f5b400;
}

body .storyTexture:before{opacity:.45}
body .storyTexture strong{color:#111;font-size:clamp(3.4rem,4.2vw,5.1rem)}
body .storyCopy{padding:58px 50px}
body .storyCopy p{font-size:.92rem;line-height:1.7;max-width:520px}
body .storyPhoto{min-height:520px}
body .storyPhoto:after{display:none}
body .storyAction .btn{border-radius:999px}

body .utilitySection{padding:18px 0 26px}
body .utility{gap:18px}
body .uCard{
  min-height:360px;
  border-radius:24px;
  border-color:rgba(83,68,48,.18);
  box-shadow:0 16px 48px rgba(35,24,9,.06);
}
body .uCopy{padding:38px 34px}
body .uCopy h3{font-size:clamp(3rem,3.9vw,4.3rem)}
body .uCopy p{font-size:.82rem;line-height:1.65}
body .uActions a,body .apps a{border-radius:999px;padding-inline:16px}
body .deliveryPhoto:after{display:none}

body .social{padding:20px 0 38px}
body .socialBar{
  grid-template-columns:260px 1fr;
  gap:28px;
  padding-top:24px;
  border-top:1px solid var(--line);
}
body .socialCopy h3{font-size:1.05rem}
body .socialGrid{gap:10px}
body .socialTile{height:150px;border-radius:16px}

body .final{
  width:min(calc(100% - 64px),var(--max));
  min-height:330px;
  margin:0 auto 28px;
  border-radius:var(--home-radius);
  box-shadow:var(--home-shadow);
}
body .final>img{width:47%}
body .finalInner{min-height:330px}
body .finalCopy{width:56%}
body .finalCopy h2{font-size:clamp(3.8rem,5vw,5.5rem)}
body .finalCopy .btn{border-radius:999px}
body .finalHand{display:none}

body .footer{padding-top:34px}
body .footerLinks{row-gap:6px}
body .footMeta{color:#91887c}

@media (hover:hover){
  body .menuPremium .cat:hover{transform:translateY(-5px);box-shadow:0 20px 54px rgba(35,24,9,.12)}
  body .uCard{transition:transform .22s ease,box-shadow .22s ease}
  body .uCard:hover{transform:translateY(-3px);box-shadow:0 22px 58px rgba(35,24,9,.10)}
  body .socialTile img{transition:transform .5s cubic-bezier(.2,.7,.2,1)}
  body .socialTile:hover img{transform:scale(1.035)}
}

@media(max-width:980px){
  body .heroPremium,
  body .heroPremium .heroInner{min-height:760px;max-height:none}
  body .heroPremium .heroFood{width:100%;object-position:64% center}
  body .heroPremium .heroCopy{width:100%;max-width:620px}
  body .menuPremium{padding:62px 0 54px}
  body .menuPremium .cat,
  body .menuPremium .cat:nth-child(1),
  body .menuPremium .cat:nth-child(2){height:286px}
  body .story{width:min(calc(100% - 34px),var(--max));grid-template-columns:1fr 1fr}
  body .storyTexture{grid-column:1/-1;min-height:190px}
  body .storyPhoto{min-height:430px}
  body .socialBar{grid-template-columns:1fr}
  body .final{width:min(calc(100% - 34px),var(--max))}
}

@media(max-width:620px){
  body .header.is-scrolled .nav{height:58px}
  body .heroPremium,
  body .heroPremium .heroInner{min-height:690px}
  body .heroPremium .heroInner{padding:88px 0 calc(28px + env(safe-area-inset-bottom))}
  body .heroPremium .heroFood{object-position:60% center}
  body .heroPremium h1{font-size:clamp(4rem,18vw,5.25rem)}
  body .heroPremium p{max-width:340px}
  body .heroPremium .actions{gap:8px}
  body .heroPremium .btn{min-height:50px}
  body .heroMeta{font-size:.58rem;margin-top:14px}

  body .menuPremium{padding:46px 0 38px}
  body .menuPremium .menuIntro{display:block;margin-bottom:18px;padding-bottom:18px}
  body .menuPremium .menuIntro h2{font-size:3.2rem}
  body .menuPremium .menuIntroAside{display:flex;align-items:center;margin-top:14px}
  body .menuPremium .menuIntroAside p{display:none}
  body .menuPremium .menuAllLink{margin-left:auto}
  body .menuPremium .cat,
  body .menuPremium .cat:nth-child(1),
  body .menuPremium .cat:nth-child(2){height:220px;border-radius:18px}

  body .story{width:min(calc(100% - 24px),var(--max));margin-bottom:14px;border-radius:22px;box-shadow:none}
  body .storyCopy{padding:34px 24px}
  body .storyTexture{min-height:145px}
  body .storyTexture strong{font-size:2.8rem}
  body .storyPhoto{min-height:300px}

  body .utilitySection{padding-top:0}
  body .utility{gap:12px}
  body .uCard{border-radius:20px;box-shadow:none}
  body .uCopy{padding:28px 24px}
  body .uCopy h3{font-size:3rem}

  body .social{padding:8px 0 26px}
  body .socialBar{gap:16px;padding-top:22px}
  body .socialGrid{grid-template-columns:repeat(3,1fr);gap:7px}
  body .socialTile{height:auto;aspect-ratio:1/1;border-radius:12px}

  body .final{width:min(calc(100% - 24px),var(--max));min-height:390px;margin-bottom:18px;border-radius:22px;box-shadow:none}
  body .finalInner{min-height:390px}
  body .finalCopy{width:100%}
  body .finalCopy h2{font-size:3.65rem}
}

@media(prefers-reduced-motion:reduce){
  body .uCard,
  body .socialTile img{transition:none!important}
  body .uCard:hover,
  body .socialTile:hover img{transform:none!important}
}
