:root{--orange:#f46b45;--orange-dark:#e05a35;--dark:#1a1a2e;--gray:#888;--light-bg:#f8f9fa;}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;line-height:1.6;color:#333;background:#fff}
.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}
.site-header{background:#fff;border-bottom:1px solid #eee;position:sticky;top:0;z-index:100}
.nav{display:flex;align-items:center;justify-content:space-between;height:64px}
.logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--dark);font-weight:800;font-size:1.3rem}
.logo-mark{font-size:1.6rem}
.logo span span{color:var(--orange)}
.logo small{font-size:.7rem;color:var(--gray);margin-left:2px}
.eyebrow .num { color:#000000; font-weight:800; }
.main-menu{display:flex;align-items:center;gap:1.5rem}
.main-menu a{text-decoration:none;color:#555;font-weight:500;font-size:.95rem;transition:color .2s}
.main-menu a:hover{color:var(--orange)}
.nav-cta{background:var(--orange);color:#fff!important;padding:.5rem 1rem;border-radius:8px}
.nav-cta:hover{background:var(--orange-dark)}
.menu-toggle{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer}
@media(max-width:768px){.menu-toggle{display:block}.main-menu{display:none;position:absolute;top:64px;left:0;right:0;background:#fff;flex-direction:column;padding:1rem;border-bottom:1px solid #eee;box-shadow:0 4px 12px rgba(0,0,0,.06)}.main-menu.open{display:flex}}
.hero{background:linear-gradient(135deg,#fff5f0 0%,#fff 100%);padding:4rem 0}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.eyebrow{display:inline-block;color:var(--orange);font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:.75rem}
.hero-copy h1{font-size:3rem;line-height:1.1;margin-bottom:1rem;color:var(--dark)}
.hero-copy h1 em{color:var(--orange);font-style:normal}
.hero-copy p{font-size:1.1rem;color:#555;margin-bottom:1.5rem;max-width:480px}
.hero-actions{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.85rem 1.5rem;border-radius:10px;font-weight:600;text-decoration:none;border:none;cursor:pointer;font-size:1rem;transition:all .15s}
.btn-primary{background:var(--orange);color:#fff}
.btn-primary:hover{background:var(--orange-dark)}
.btn-ghost{background:transparent;color:#333;border:1.5px solid #ddd}
.btn-ghost:hover{border-color:var(--orange);color:var(--orange)}
.btn-dark{background:var(--dark);color:#fff}
.trust-row{display:flex;gap:1.5rem;font-size:.85rem;color:#666;flex-wrap:wrap}
.hero-photo{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 20px 60px rgba(0,0,0,.08);text-align:center;min-height:280px;display:flex;align-items:center;justify-content:center;position:relative}
.plate{font-size:6rem}
.floating-tag{position:absolute;background:#fff;padding:.4rem .8rem;border-radius:20px;font-size:.8rem;font-weight:600;box-shadow:0 4px 12px rgba(0,0,0,.08)}
.tag-one{top:1rem;right:1rem}
.tag-two{bottom:1rem;left:1rem}
@media(max-width:768px){.hero-grid{grid-template-columns:1fr}.hero-copy h1{font-size:2.2rem}}
.section{padding:4rem 0}
.section-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}
.section-heading h2{font-size:1.8rem;color:var(--dark)}
.text-link{color:var(--orange);text-decoration:none;font-weight:600}
.text-link:hover{text-decoration:underline}
.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}
.category-card{background:#fff;border:1.5px solid #eee;border-radius:16px;padding:1.5rem;text-decoration:none;color:inherit;transition:all .2s;display:block}
.category-card:hover{border-color:var(--orange);transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.06)}
.category-icon{font-size:2rem;display:block;margin-bottom:.5rem}
.category-card h3{margin-bottom:.25rem;color:var(--dark)}
.category-card p{font-size:.9rem;color:#666;margin-bottom:.75rem}
.arrow{color:var(--orange);font-weight:700}
.recipe-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}
.recipe-card{background:#fff;border-radius:16px;overflow:hidden;border:1px solid #eee;transition:all .2s;text-decoration:none;color:inherit;display:block}
.recipe-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.08)}
.recipe-image{height:160px;background:linear-gradient(135deg,#fff5f0,#fff);display:flex;align-items:center;justify-content:center;font-size:3rem;position:relative}
.recipe-image small{position:absolute;top:.75rem;left:.75rem;background:rgba(255,255,255,.9);padding:.2rem .6rem;border-radius:12px;font-size:.7rem;font-weight:600;text-transform:uppercase}
.recipe-body{padding:1.25rem}
.recipe-body h3{font-size:1.1rem;margin-bottom:.5rem;color:var(--dark)}
.recipe-meta{display:flex;gap:.5rem;font-size:.85rem;color:#888;margin-bottom:.75rem}
.recipe-link{color:var(--orange);font-weight:600;font-size:.9rem;text-decoration:none}
.recipe-link:hover{text-decoration:underline}
.about{background:var(--light-bg);padding:4rem 0}
.about-grid{display:grid;grid-template-columns:auto 1fr;gap:3rem;align-items:center}
.about-art{display:grid;grid-template-columns:1fr 1fr;gap:1rem;font-size:3rem}
.about h2{font-size:1.8rem;margin-bottom:1rem}
.about p{color:#555;margin-bottom:1.5rem}
.stats{display:flex;gap:2rem}
.stats div{text-align:center}
.stats strong{display:block;font-size:1.4rem;color:var(--orange)}
.stats span{font-size:.85rem;color:#888}
@media(max-width:768px){.about-grid{grid-template-columns:1fr}.stats{justify-content:center}}
.newsletter{padding:4rem 0}
.newsletter-box{background:var(--dark);color:#fff;border-radius:20px;padding:3rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.newsletter-box h2{font-size:1.8rem;margin-bottom:.5rem}
.newsletter-box p{color:#aaa;margin-bottom:1.5rem}
.newsletter-form{display:flex;gap:.5rem}
.newsletter-form input{flex:1;padding:.85rem 1rem;border-radius:10px;border:none;font-size:1rem}
.success{background:rgba(255,255,255,.1);padding:1rem;border-radius:10px}
@media(max-width:768px){.newsletter-box{grid-template-columns:1fr;padding:2rem}.newsletter-form{flex-direction:column}}
.footer{background:var(--dark);color:#fff;padding:3rem 0 1.5rem}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;margin-bottom:2rem}
.footer-logo{color:#fff!important;margin-bottom:.5rem}
.footer h3{font-size:1rem;margin-bottom:1rem;color:#aaa;text-transform:uppercase;letter-spacing:1px}
.footer a{display:block;color:#aaa;text-decoration:none;margin-bottom:.5rem;font-size:.9rem}
.footer a:hover{color:#fff}
.socials{display:flex;gap:1rem}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;display:flex;justify-content:space-between;color:#888;font-size:.85rem}
.footer-bottom a{color:#888;display:inline}
@media(max-width:768px){.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:.5rem}}
.logo-img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: .5rem;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
/* ===== VIDEO RICETTA ANIMATO ===== */
.video-ricetta-section {
    margin: 3rem 0;
    padding: 2rem;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border-radius: 20px;
    color: #fff;
}
.video-ricetta-header {
    text-align: center;
    margin-bottom: 2rem;
}
.video-ricetta-header .video-badge {
    display: inline-block;
    background: #f46b45;
    color: #fff;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: .85rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.video-ricetta-header h2 {
    font-size: 2rem;
    margin: 0 0 .5rem 0;
    color: #fff;
}
.video-ricetta-header p {
    color: rgba(255,255,255,0.7);
    margin: 0;
}

.video-player {
    max-width: 800px;
    margin: 0 auto;
    background: #000;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
    position: relative;
}
.video-screen {
    position: relative;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 2rem;
    background: linear-gradient(135deg, #0f0f23 0%, #1a1a3e 100%);
}
.video-slide {
    display: none;
    text-align: center;
    animation: slideIn 0.6s ease;
    max-width: 600px;
}
.video-slide.active {
    display: block;
}
@keyframes slideIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
.slide-number {
    display: inline-block;
    background: #f46b45;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 20px rgba(244,107,69,0.5);
}
.slide-text {
    font-size: 1.3rem;
    line-height: 1.7;
    color: #fff;
    font-weight: 400;
}

.video-progress {
    height: 4px;
    background: rgba(255,255,255,0.1);
    position: relative;
}
.video-progress-bar {
    height: 100%;
    background: #f46b45;
    width: 0%;
    transition: width 0.3s ease;
}

.video-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1rem;
    background: rgba(0,0,0,0.5);
}
.vc-btn {
    background: rgba(255,255,255,0.1);
    color: #fff;
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 1.2rem;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vc-btn:hover {
    background: #f46b45;
    transform: scale(1.1);
}
.vc-btn-play {
    width: 54px;
    height: 54px;
    font-size: 1.4rem;
    background: #f46b45;
}
.video-counter {
    margin-left: 1rem;
    font-size: .9rem;
    color: rgba(255,255,255,0.7);
    font-weight: 600;
}

@media (max-width: 600px) {
    .video-screen { min-height: 240px; padding: 2rem 1rem; }
    .slide-text { font-size: 1.1rem; }
    .slide-number { width: 40px; height: 40px; line-height: 40px; font-size: 1.2rem; }
}