
:root{
  --cosecha-primary:#1F4E79;
  --cosecha-secondary:#F3E9DD;
  --cosecha-accent:#C7512E;
  --cosecha-surface:#F8F7F4;
  --cosecha-text:#2C2C2C;
  --cosecha-muted:#6E7E90;
}
body.home .wpdevart-top-header,
body.home .wpdevart-main-header,
body.home footer.footer-widget-area,
body.home .footer-bottom,
body.home .wpdevart-search-container,
body.home #wpdevart-back-to-top-button{
  display:none !important;
}
body.home{background:var(--cosecha-surface); color:var(--cosecha-text);}
body.home .wpdevart-main-container{display:none;}
body.home .cosecha-homepage{font-family:Arial,Helvetica,sans-serif; color:var(--cosecha-text); background:var(--cosecha-surface);}
body.home .cosecha-homepage *, body.home .cosecha-footer *{box-sizing:border-box;}
.cosecha-container{width:min(1240px, calc(100% - 48px)); margin:0 auto;}
.cosecha-site-header{position:fixed; top:0; left:0; width:100%; z-index:999; background:rgba(11,11,11,.18); backdrop-filter:blur(12px); border-bottom:1px solid rgba(255,255,255,.10);}
.admin-bar .cosecha-site-header{top:32px;}
.cosecha-header-inner{display:flex; align-items:center; justify-content:space-between; min-height:86px; gap:22px;}
.cosecha-brand{display:flex; align-items:center; gap:12px; text-decoration:none; color:#fff; font-weight:700; font-size:1.2rem;}
.cosecha-brand img{width:58px; height:58px; object-fit:cover; border-radius:999px; box-shadow:0 8px 24px rgba(0,0,0,.28); background:#000;}
.cosecha-nav{display:flex; align-items:center; gap:26px;}
.cosecha-nav a, .cosecha-header-cta{color:#fff; text-decoration:none; font-weight:700; font-size:14px; letter-spacing:.04em;}
.cosecha-nav a:hover{color:var(--cosecha-secondary);}
.cosecha-header-cta{padding:13px 18px; border:1px solid rgba(255,255,255,.65); border-radius:999px;}
.cosecha-mobile-toggle{display:none; width:44px; height:44px; border:1px solid rgba(255,255,255,.35); background:transparent; border-radius:999px; padding:10px; cursor:pointer;}
.cosecha-mobile-toggle span{display:block; height:2px; width:100%; background:#fff; margin:5px 0;}
.cosecha-hero{position:relative; min-height:100vh; background-size:cover; background-position:center; display:flex; align-items:center;}
.cosecha-hero-overlay{position:absolute; inset:0; background:linear-gradient(90deg, rgba(0,0,0,.70) 0%, rgba(0,0,0,.40) 45%, rgba(0,0,0,.20) 100%);}
.cosecha-hero-content{position:relative; z-index:2; padding:140px 0 84px; max-width:760px; color:#fff;}
.cosecha-eyebrow{display:inline-flex; align-items:center; padding:10px 16px; border-radius:999px; background:rgba(255,255,255,.12); color:#fff; text-transform:uppercase; letter-spacing:.12em; font-size:12px; font-weight:800; margin:0 0 18px;}
.cosecha-eyebrow-accent{background:transparent; color:var(--cosecha-accent); padding:0;}
.cosecha-hero h1{font-family:Georgia,'Times New Roman',serif; font-size:clamp(52px, 7vw, 94px); line-height:.94; letter-spacing:-.04em; color:#fff; margin:0 0 16px; max-width:820px;}
.cosecha-hero-text{font-size:22px; line-height:1.65; color:#fff; max-width:760px; margin:0 0 24px;}
.cosecha-hero-actions{display:flex; flex-wrap:wrap; gap:14px;}
.cosecha-btn{display:inline-flex; align-items:center; justify-content:center; min-height:50px; padding:14px 20px; border-radius:999px; text-decoration:none; font-weight:700; transition:.25s ease;}
.cosecha-btn-primary{background:var(--cosecha-primary); color:#fff;}
.cosecha-btn-secondary, .cosecha-btn-outline{border:1px solid rgba(255,255,255,.6); color:#fff; background:transparent;}
.cosecha-btn-light{background:#fff; color:var(--cosecha-text);}
.cosecha-btn:hover{transform:translateY(-2px); box-shadow:0 10px 24px rgba(0,0,0,.18);}
.cosecha-story, .cosecha-menu, .cosecha-gallery, .cosecha-contact{padding:88px 0;}
.cosecha-story-grid{display:grid; grid-template-columns:1.05fr .95fr; gap:38px; align-items:center;}
.cosecha-story-copy{background:#fff; padding:40px; border-radius:26px; box-shadow:0 18px 40px rgba(0,0,0,.08);}
.cosecha-story-copy h2, .cosecha-menu h2, .cosecha-gallery h2, .cosecha-reservation-copy h2, .cosecha-contact h2{font-family:Georgia,'Times New Roman',serif; font-size:clamp(38px,5vw,64px); line-height:1; letter-spacing:-.03em; margin:0 0 16px; color:var(--cosecha-text);}
.cosecha-story-copy p{font-size:18px; line-height:1.75; margin:0 0 18px;}
.cosecha-bullets{padding-left:18px; margin:0;}
.cosecha-bullets li{margin:0 0 10px; line-height:1.7;}
.cosecha-story-image-wrap{overflow:hidden; border-radius:26px; box-shadow:0 18px 40px rgba(0,0,0,.10);}
.cosecha-story-image{width:100%; height:100%; min-height:420px; object-fit:cover; display:block;}
.cosecha-menu{background:#fff;}
.cosecha-menu-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:28px;}
.cosecha-menu-card{background:var(--cosecha-surface); border-radius:24px; overflow:hidden; box-shadow:0 14px 34px rgba(0,0,0,.08);}
.cosecha-menu-card-media{height:280px; overflow:hidden;}
.cosecha-menu-card-media img{width:100%; height:100%; object-fit:cover; display:block;}
.cosecha-menu-card-media.gradient-bg{background:linear-gradient(135deg, color-mix(in srgb, var(--cosecha-primary) 90%, black 10%), color-mix(in srgb, var(--cosecha-accent) 88%, black 12%));}
.cosecha-menu-card-media.gradient-bg.alt{background:linear-gradient(135deg, color-mix(in srgb, var(--cosecha-accent) 65%, black 35%), color-mix(in srgb, var(--cosecha-primary) 65%, white 35%));}
.cosecha-menu-card-body{padding:22px;}
.cosecha-menu-card h3{font-family:Georgia,'Times New Roman',serif; font-size:34px; margin:0 0 10px;}
.cosecha-menu-card p{font-size:17px; line-height:1.7; margin:0;}
.cosecha-gallery-grid{display:grid; grid-template-columns:1.2fr .8fr .8fr; gap:16px; grid-auto-rows:220px; margin-top:28px;}
.cosecha-gallery-grid figure{margin:0; overflow:hidden; border-radius:22px; box-shadow:0 10px 28px rgba(0,0,0,.10);}
.cosecha-gallery-grid img{width:100%; height:100%; object-fit:cover; display:block;}
.cosecha-gallery-grid figure.large{grid-row:span 2;}
.cosecha-reservations{padding:92px 0; background:linear-gradient(135deg, var(--cosecha-primary), var(--cosecha-accent)); color:#fff;}
.cosecha-reservation-grid{display:grid; grid-template-columns:1fr 1fr; gap:34px; align-items:start;}
.cosecha-reservation-copy h2{color:#fff;}
.cosecha-reservation-copy p{font-size:18px; line-height:1.75; margin:0 0 22px; color:#fff;}
.cosecha-reservation-panels{display:grid; gap:14px;}
.cosecha-panel{background:rgba(255,255,255,.14); border-radius:20px; padding:20px;}
.cosecha-panel span{display:block; text-transform:uppercase; letter-spacing:.12em; font-weight:800; font-size:12px; margin:0 0 8px; color:#fff;}
.cosecha-panel p, .cosecha-panel a{font-size:18px; line-height:1.7; margin:0; color:#fff; text-decoration:none;}
.cosecha-contact h2{text-align:center;}
.cosecha-contact-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:26px; margin-top:28px;}
.cosecha-contact-card{background:#fff; border-radius:24px; padding:30px; box-shadow:0 14px 34px rgba(0,0,0,.08);}
.cosecha-contact-card h3{font-family:Georgia,'Times New Roman',serif; font-size:36px; margin:0 0 12px;}
.cosecha-contact-card p{font-size:18px; line-height:1.8; margin:0 0 12px;}
.cosecha-contact-card a{color:var(--cosecha-primary); font-weight:700;}
.cosecha-footer{background:#181514; color:#fff; padding:26px 0;}
.cosecha-footer-inner{display:flex; align-items:center; justify-content:space-between; gap:20px;}
.cosecha-footer-brand{display:flex; align-items:center; gap:12px; font-weight:700;}
.cosecha-footer-brand img{width:46px; height:46px; border-radius:999px; object-fit:cover; background:#000;}
.cosecha-footer-links{display:flex; gap:22px; flex-wrap:wrap;}
.cosecha-footer-links a{color:#fff; text-decoration:none;}
@media (max-width: 1100px){
  .cosecha-nav{gap:18px;}
  .cosecha-menu-grid{grid-template-columns:1fr 1fr;}
  .cosecha-gallery-grid{grid-template-columns:1fr 1fr;}
  .cosecha-gallery-grid figure.large{grid-row:span 1;}
}
@media (max-width: 900px){
  .admin-bar .cosecha-site-header{top:46px;}
  .cosecha-nav, .cosecha-header-cta{display:none;}
  .cosecha-mobile-toggle{display:block;}
  .cosecha-nav.is-open{display:flex; position:absolute; top:84px; left:16px; right:16px; flex-direction:column; padding:18px; border-radius:18px; background:rgba(12,12,12,.96); box-shadow:0 16px 30px rgba(0,0,0,.22);}
  .cosecha-story-grid, .cosecha-reservation-grid, .cosecha-contact-grid{grid-template-columns:1fr;}
  .cosecha-menu-grid{grid-template-columns:1fr;}
}
@media (max-width: 640px){
  .cosecha-container{width:min(1240px, calc(100% - 28px));}
  .cosecha-header-inner{min-height:74px;}
  .cosecha-brand span{font-size:1rem;}
  .cosecha-brand img{width:48px; height:48px;}
  .cosecha-hero-content{padding-top:120px; padding-bottom:70px;}
  .cosecha-hero h1{font-size:clamp(42px,14vw,64px);}
  .cosecha-hero-text{font-size:18px;}
  .cosecha-story, .cosecha-menu, .cosecha-gallery, .cosecha-contact{padding:72px 0;}
  .cosecha-gallery-grid{grid-template-columns:1fr; grid-auto-rows:220px;}
  .cosecha-footer-inner{flex-direction:column; align-items:flex-start;}
}
