
/* =========================================================
   ARDA Spezie - Design System Premium v2
   Mood: dark luxury food, catalogo visuale, mobile-first.
   ========================================================= */
:root{
  color-scheme:dark;
  --arda-black-950:#070403;
  --arda-black-900:#100b08;
  --arda-black-850:#17100c;
  --arda-black-800:#1d130d;
  --arda-card:#241711;
  --arda-card-2:#2e1b12;
  --arda-cream:#fff7ed;
  --arda-cream-2:#f7e6cf;
  --arda-muted:#d9c2a9;
  --arda-muted-2:#ae8f75;
  --arda-gold:#d6a35d;
  --arda-gold-2:#f1c070;
  --arda-red:#9f2d1f;
  --arda-red-2:#d65432;
  --arda-green:#1f9d57;
  --arda-border:rgba(255,255,255,.12);
  --arda-border-gold:rgba(214,163,93,.32);
  --arda-radius-xs:10px;
  --arda-radius-sm:16px;
  --arda-radius:24px;
  --arda-radius-lg:36px;
  --arda-shadow-soft:0 16px 46px rgba(0,0,0,.28);
  --arda-shadow:0 28px 80px rgba(0,0,0,.44);
  --arda-transition:220ms ease;
  --arda-transition-slow:420ms cubic-bezier(.2,.8,.2,1);
  --arda-section-y:104px;
  --arda-container:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;text-rendering:optimizeLegibility}
body{margin:0;background:radial-gradient(circle at 12% 0%,rgba(159,45,31,.18),transparent 34%),linear-gradient(180deg,var(--arda-black-900),var(--arda-black-950));color:var(--arda-cream);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65;font-size:16px;overflow-x:hidden}
body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;background:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.014) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.7),transparent 85%)}
img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.arda-container{width:min(var(--arda-container),calc(100% - 40px));margin-inline:auto}.arda-container-wide{width:min(1380px,calc(100% - 40px));margin-inline:auto}
/* Typography */
.arda-eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--arda-gold-2);text-transform:uppercase;letter-spacing:.18em;font-weight:900;font-size:12px;margin-bottom:16px}.arda-eyebrow:before{content:"";width:34px;height:1px;background:currentColor}.arda-display,.arda-hero h1,.arda-section-head h2,.arda-story-content h2,.arda-professionals h2,.arda-catalog-cta h2,.arda-contact-cta h2,.arda-page-header h1{font-family:Georgia,"Times New Roman",serif;font-weight:700;letter-spacing:-.045em;line-height:.98}.arda-section-head h2,.arda-story-content h2,.arda-professionals h2,.arda-catalog-cta h2,.arda-contact-cta h2,.arda-page-header h1{font-size:clamp(36px,4.4vw,64px);margin:0 0 18px}.arda-lead,.arda-hero p,.arda-section-head p,.arda-story-content p,.arda-professionals p,.arda-catalog-cta p{font-size:clamp(17px,1.7vw,21px);color:var(--arda-muted);max-width:720px}.arda-text-muted{color:var(--arda-muted)}.arda-gold{color:var(--arda-gold)}
/* Buttons */
.arda-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:14px 24px;font-weight:900;border:1px solid transparent;transition:transform var(--arda-transition),box-shadow var(--arda-transition),background var(--arda-transition),border-color var(--arda-transition);cursor:pointer;min-height:48px}.arda-btn:hover{transform:translateY(-2px)}.arda-btn:focus-visible{outline:3px solid rgba(241,192,112,.38);outline-offset:3px}.arda-btn-small{padding:10px 17px;min-height:40px;font-size:14px}.arda-btn-primary{background:linear-gradient(135deg,var(--arda-red),var(--arda-red-2));color:#fff;box-shadow:0 14px 34px rgba(159,45,31,.32)}.arda-btn-primary:hover{box-shadow:0 20px 44px rgba(159,45,31,.42)}.arda-btn-outline{border-color:var(--arda-border-gold);color:#ffe0ae;background:rgba(214,163,93,.07)}.arda-btn-outline:hover{background:rgba(214,163,93,.13);border-color:rgba(214,163,93,.55)}.arda-btn-glass{background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.18);color:#fff;backdrop-filter:blur(10px)}.arda-btn-full{width:100%}.arda-link{display:inline-flex;align-items:center;gap:8px;color:var(--arda-gold-2);font-weight:900}.arda-link:after{content:"→";transition:transform var(--arda-transition)}.arda-link:hover:after{transform:translateX(4px)}
/* Header */
.arda-topbar{background:#060302;border-bottom:1px solid var(--arda-border);font-size:13px;color:var(--arda-muted)}.arda-topbar-inner{display:flex;justify-content:space-between;gap:20px;padding:8px 0}.arda-site-header{position:sticky;top:0;z-index:50;background:rgba(16,11,8,.72);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.08);transition:background var(--arda-transition),box-shadow var(--arda-transition)}.arda-site-header.is-scrolled{background:rgba(7,4,3,.92);box-shadow:0 18px 55px rgba(0,0,0,.34)}.arda-navbar-inner{height:86px;display:flex;align-items:center;justify-content:space-between;gap:28px}.arda-brand img,.custom-logo{max-height:58px;width:auto}.arda-main-nav{flex:1;display:flex;justify-content:center}.arda-menu{display:flex;align-items:center;gap:30px;list-style:none;margin:0;padding:0}.arda-menu a{font-weight:800;color:#fff2e3;font-size:15px;position:relative}.arda-menu a:after{content:"";position:absolute;left:0;right:0;bottom:-9px;height:2px;background:linear-gradient(90deg,var(--arda-gold),transparent);transform:scaleX(0);transform-origin:left;transition:transform var(--arda-transition)}.arda-menu a:hover:after,.arda-menu .current-menu-item>a:after{transform:scaleX(1)}.arda-header-actions{display:flex;align-items:center;gap:12px}.arda-icon-link{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#1f9d57,#2dc873);color:white;font-weight:900;font-size:12px;box-shadow:0 10px 28px rgba(31,157,87,.25)}.arda-menu-toggle{display:none;background:transparent;border:0;gap:5px;flex-direction:column;padding:10px}.arda-menu-toggle span{display:block;width:26px;height:2px;background:#fff;border-radius:2px}.arda-mobile-panel{position:fixed;inset:0;background:radial-gradient(circle at top right,rgba(159,45,31,.25),transparent 35%),rgba(9,6,4,.98);z-index:100;display:none;padding:24px}.arda-mobile-panel.is-open{display:block}.arda-mobile-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:34px}.arda-menu-close{font-size:42px;background:transparent;border:0;color:#fff}.arda-mobile-menu{list-style:none;margin:0 0 30px;padding:0;display:grid;gap:18px}.arda-mobile-menu a{font-size:32px;font-weight:900;line-height:1.05}.arda-mobile-actions{display:grid;gap:12px}
/* Hero */
.arda-hero{min-height:760px;position:relative;display:flex;align-items:center;overflow:hidden;isolation:isolate}.arda-hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:190px;background:linear-gradient(to bottom,transparent,var(--arda-black-900));z-index:1}.arda-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;transform:scale(1.04);filter:saturate(1.08) contrast(1.04)}.arda-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,4,3,.94),rgba(16,7,3,.68) 52%,rgba(16,7,3,.24)),radial-gradient(circle at 78% 30%,rgba(214,163,93,.16),transparent 30%)}.arda-hero-content{position:relative;z-index:2;padding:130px 0}.arda-hero h1{font-size:clamp(48px,8vw,100px);max-width:850px;margin:0 0 26px;text-wrap:balance}.arda-hero p{margin:0 0 36px}.arda-hero-actions{display:flex;gap:14px;flex-wrap:wrap}.arda-hero-badge{display:inline-flex;margin-top:28px;padding:10px 15px;border:1px solid var(--arda-border-gold);border-radius:999px;background:rgba(214,163,93,.08);color:var(--arda-cream-2);font-weight:800;font-size:13px}
/* Sections */
.arda-section{padding:var(--arda-section-y) 0}.arda-section-head{text-align:center;max-width:790px;margin:0 auto 48px}.arda-section-head p{margin-inline:auto}.arda-section-head-row{display:flex;align-items:end;justify-content:space-between;text-align:left;max-width:none;gap:30px}.arda-section-head-row p{margin-inline:0}.arda-dark-panel{background:linear-gradient(160deg,rgba(255,255,255,.055),rgba(255,255,255,.018));border:1px solid var(--arda-border);border-radius:var(--arda-radius-lg);box-shadow:var(--arda-shadow)}
/* Category Cards */
.arda-category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.arda-category-card{min-height:164px;position:relative;overflow:hidden;background:linear-gradient(160deg,#331b10,#140d09);border:1px solid var(--arda-border);border-radius:var(--arda-radius);padding:22px;display:flex;align-items:end;box-shadow:var(--arda-shadow-soft);transition:transform var(--arda-transition-slow),border-color var(--arda-transition),box-shadow var(--arda-transition)}.arda-category-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 75% 20%,rgba(214,163,93,.28),transparent 36%),linear-gradient(to top,rgba(0,0,0,.35),transparent);opacity:.75;transition:opacity var(--arda-transition)}.arda-category-card span{position:relative;font-size:21px;line-height:1.1;font-weight:950;z-index:1}.arda-category-card:hover{transform:translateY(-7px);border-color:var(--arda-border-gold);box-shadow:0 30px 70px rgba(0,0,0,.45)}.arda-category-card:hover:before{opacity:1}
/* Product Cards */
.arda-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.arda-product-card{position:relative;background:linear-gradient(180deg,var(--arda-card),#160e0a);border:1px solid var(--arda-border);border-radius:var(--arda-radius);overflow:hidden;box-shadow:var(--arda-shadow-soft);transition:transform var(--arda-transition-slow),border-color var(--arda-transition),box-shadow var(--arda-transition)}.arda-product-card:hover{transform:translateY(-8px);border-color:var(--arda-border-gold);box-shadow:0 34px 80px rgba(0,0,0,.48)}.arda-product-card-media{height:272px;background:#f6eee1;display:grid;place-items:center;overflow:hidden;position:relative}.arda-product-card-media:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,transparent 58%,rgba(0,0,0,.18));opacity:0;transition:opacity var(--arda-transition)}.arda-product-card-media img{width:100%;height:100%;object-fit:cover;transition:transform var(--arda-transition-slow),filter var(--arda-transition-slow)}.arda-product-card:hover img{transform:scale(1.07);filter:saturate(1.08)}.arda-product-card:hover .arda-product-card-media:after{opacity:1}.arda-product-card-body{padding:24px}.arda-product-card-body span{color:var(--arda-gold-2);font-size:11px;text-transform:uppercase;font-weight:950;letter-spacing:.12em}.arda-product-card-body h3{font-size:23px;line-height:1.12;margin:10px 0 9px;letter-spacing:-.025em}.arda-product-card-body p{color:var(--arda-muted);font-size:14px;margin:0 0 16px}.arda-product-card-body a{color:var(--arda-gold-2);font-weight:950}.arda-product-card-featured{grid-column:span 2}.arda-product-card-featured .arda-product-card-media{height:360px}
/* Split Story */
.arda-split{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.arda-story-image{position:relative}.arda-story-image:before{content:"";position:absolute;inset:24px -20px -20px 24px;border:1px solid var(--arda-border-gold);border-radius:32px;z-index:-1}.arda-story-image img{border-radius:32px;box-shadow:var(--arda-shadow);height:560px;object-fit:cover;width:100%}.arda-story-content p{margin:0 0 20px}.arda-story-badges{display:flex;gap:10px;flex-wrap:wrap;margin:24px 0}.arda-chip{display:inline-flex;align-items:center;border:1px solid var(--arda-border-gold);background:rgba(214,163,93,.08);color:#ffe4b8;border-radius:999px;padding:9px 14px;font-weight:850;font-size:13px}
/* Quality */
.arda-quality{background:linear-gradient(180deg,rgba(255,255,255,.025),rgba(0,0,0,.18))}.arda-quality-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.arda-quality-card{padding:30px;border:1px solid var(--arda-border);border-radius:var(--arda-radius);background:linear-gradient(160deg,rgba(255,255,255,.06),rgba(255,255,255,.018));transition:transform var(--arda-transition),border-color var(--arda-transition),background var(--arda-transition)}.arda-quality-card:hover{transform:translateY(-5px);border-color:var(--arda-border-gold);background:linear-gradient(160deg,rgba(214,163,93,.10),rgba(255,255,255,.025))}.arda-quality-card strong{display:block;font-size:21px;margin-bottom:10px}.arda-quality-card p{color:var(--arda-muted);margin:0}
/* CTA Panels */
.arda-professionals-box,.arda-catalog-cta .arda-container,.arda-contact-cta .arda-container{position:relative;overflow:hidden;background:radial-gradient(circle at 88% 12%,rgba(214,163,93,.20),transparent 32%),linear-gradient(135deg,#2b130d,#100b08);border:1px solid rgba(214,163,93,.24);border-radius:36px;padding:74px;box-shadow:var(--arda-shadow)}.arda-professionals-box:after,.arda-catalog-cta .arda-container:after{content:"";position:absolute;right:-80px;bottom:-120px;width:320px;height:320px;border-radius:50%;background:rgba(159,45,31,.18);filter:blur(30px)}.arda-professionals p,.arda-catalog-cta p{max-width:740px;margin:0 0 28px}.arda-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:42px;border-top:1px solid var(--arda-border);padding-top:52px}.arda-contact-item{display:flex;gap:14px;align-items:flex-start}.arda-contact-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:rgba(214,163,93,.10);color:var(--arda-gold)}
/* Content pages */
.arda-page-space{padding:96px 0}.arda-page-header{margin-bottom:40px}.arda-content{color:#f8e7d2}.arda-content a{text-decoration:underline;color:var(--arda-gold-2)}.arda-content :where(h2,h3){color:#fff;line-height:1.15}.arda-content p{color:var(--arda-muted)}.arda-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.arda-card{background:linear-gradient(180deg,var(--arda-card),#160e0a);border:1px solid var(--arda-border);border-radius:var(--arda-radius);padding:26px;box-shadow:var(--arda-shadow-soft)}.arda-single-image{border-radius:var(--arda-radius);margin-bottom:32px;box-shadow:var(--arda-shadow-soft)}
/* Footer */
.arda-footer{background:#070403;border-top:1px solid var(--arda-border);padding-top:76px;color:var(--arda-muted)}.arda-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1.2fr 1.2fr;gap:38px}.arda-footer h3{color:#fff;margin-top:0;font-size:18px}.arda-footer-logo{max-width:190px;margin-bottom:18px}.arda-footer-menu{list-style:none;margin:0;padding:0;display:grid;gap:9px}.arda-footer-menu a:hover{color:var(--arda-gold-2)}.arda-footer-bottom{border-top:1px solid var(--arda-border);margin-top:46px;padding:22px 0;font-size:14px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.arda-whatsapp-float{position:fixed;right:24px;bottom:24px;z-index:90;background:linear-gradient(135deg,#1f9d57,#2dc873);color:#fff;border-radius:999px;padding:14px 20px;font-weight:950;box-shadow:0 16px 40px rgba(0,0,0,.35);transition:transform var(--arda-transition),box-shadow var(--arda-transition)}.arda-whatsapp-float:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 22px 52px rgba(31,157,87,.28)}
/* Motion */
[data-arda-reveal]{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}[data-arda-reveal].is-visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}[data-arda-reveal]{opacity:1;transform:none}}


/* =========================================================
   FASE 3 - Header & Footer premium
   ========================================================= */
.arda-topbar-left,.arda-topbar-right{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.arda-topbar-item{display:inline-flex;align-items:center;gap:8px}.arda-topbar-item:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--arda-gold);box-shadow:0 0 0 4px rgba(214,163,93,.08)}.arda-topbar a:hover{color:#fff}.arda-navbar{position:relative}.arda-navbar:after{content:"";position:absolute;left:50%;bottom:0;width:min(1180px,calc(100% - 40px));height:1px;background:linear-gradient(90deg,transparent,rgba(214,163,93,.28),transparent);transform:translateX(-50%);opacity:.65}.arda-brand a{display:inline-flex;align-items:center}.arda-main-nav .sub-menu{position:absolute;top:calc(100% + 18px);left:0;min-width:220px;background:rgba(16,11,8,.96);border:1px solid var(--arda-border-gold);border-radius:18px;box-shadow:var(--arda-shadow);padding:14px;list-style:none;margin:0;display:grid;gap:8px;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity var(--arda-transition),transform var(--arda-transition),visibility var(--arda-transition);backdrop-filter:blur(18px)}.arda-main-nav li{position:relative}.arda-main-nav li:hover>.sub-menu,.arda-main-nav li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:none}.arda-main-nav .sub-menu a{display:block;padding:9px 12px;border-radius:12px;color:var(--arda-cream)}.arda-main-nav .sub-menu a:hover{background:rgba(214,163,93,.10)}.arda-main-nav .sub-menu a:after{display:none}.arda-header-phone{display:grid;line-height:1.05;text-align:right;color:var(--arda-muted);font-size:11px;text-transform:uppercase;letter-spacing:.08em}.arda-header-phone strong{color:#fff;font-size:14px;letter-spacing:0;text-transform:none;margin-top:3px}.arda-header-phone:hover strong{color:var(--arda-gold-2)}.arda-site-header.is-menu-open{z-index:120}.arda-mobile-panel{overflow-y:auto}.arda-mobile-logo img,.arda-mobile-logo .custom-logo{max-height:58px}.arda-mobile-panel.is-open .arda-mobile-menu li{animation:ardaMobileItem .38s ease both}.arda-mobile-panel.is-open .arda-mobile-menu li:nth-child(2){animation-delay:.04s}.arda-mobile-panel.is-open .arda-mobile-menu li:nth-child(3){animation-delay:.08s}.arda-mobile-panel.is-open .arda-mobile-menu li:nth-child(4){animation-delay:.12s}.arda-mobile-panel.is-open .arda-mobile-menu li:nth-child(5){animation-delay:.16s}.arda-mobile-panel.is-open .arda-mobile-menu li:nth-child(6){animation-delay:.20s}@keyframes ardaMobileItem{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.arda-mobile-menu .sub-menu{list-style:none;margin:12px 0 0;padding:0 0 0 18px;display:grid;gap:10px;border-left:1px solid rgba(214,163,93,.28)}.arda-mobile-menu .sub-menu a{font-size:18px;color:var(--arda-muted);font-weight:800}.arda-mobile-contact-card{border:1px solid var(--arda-border);border-radius:22px;background:rgba(255,255,255,.05);padding:20px;display:grid;gap:7px;color:var(--arda-muted)}.arda-mobile-contact-card span{text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:950;color:var(--arda-gold-2)}.arda-mobile-contact-card a{font-weight:850;color:#fff}.arda-footer-top{padding:0 0 58px}.arda-footer-cta{display:flex;align-items:center;justify-content:space-between;gap:36px;background:radial-gradient(circle at 82% 18%,rgba(214,163,93,.18),transparent 28%),linear-gradient(135deg,#29140e,#0c0705);border:1px solid rgba(214,163,93,.24);border-radius:36px;padding:44px 50px;box-shadow:var(--arda-shadow)}.arda-footer-cta h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(30px,3vw,48px);line-height:1.02;letter-spacing:-.04em;margin:0;max-width:720px}.arda-footer-cta-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}.arda-footer-brand-col p{max-width:360px}.arda-footer-badges{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.arda-footer-badges span{border:1px solid rgba(214,163,93,.24);border-radius:999px;padding:7px 11px;color:#ffe0ae;background:rgba(214,163,93,.06);font-weight:850;font-size:12px}.arda-footer-address{font-style:normal;line-height:1.8}.arda-footer-address a:hover,.arda-footer-company strong{color:#fff}.arda-footer-company{margin-top:18px;padding-top:18px;border-top:1px solid var(--arda-border);font-size:14px}.arda-footer-bottom-inner{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap}.arda-menu-toggle.is-active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.arda-menu-toggle.is-active span:nth-child(2){opacity:0}.arda-menu-toggle.is-active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.arda-menu-toggle span{transition:transform var(--arda-transition),opacity var(--arda-transition)}


/* =========================================================
   FASE 4 - Homepage Premium reale
   ========================================================= */
.arda-homepage{overflow:hidden}.arda-home-hero{min-height:calc(100vh - 40px)}.arda-hero-ornament{position:absolute;right:8vw;bottom:95px;width:210px;height:210px;border-radius:50%;border:1px solid rgba(214,163,93,.24);z-index:1}.arda-hero-ornament:before,.arda-hero-ornament:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(214,163,93,.18)}.arda-hero-ornament:before{inset:24px}.arda-hero-ornament:after{inset:54px;background:rgba(214,163,93,.045)}.arda-hero-proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:42px;max-width:860px}.arda-hero-proof div{padding:18px 20px;border:1px solid rgba(255,255,255,.13);border-radius:20px;background:rgba(255,255,255,.055);backdrop-filter:blur(12px)}.arda-hero-proof strong{display:block;color:#fff;font-size:18px;line-height:1.1}.arda-hero-proof span{display:block;color:var(--arda-muted);font-size:13px;margin-top:6px}.arda-home-categories{padding-top:84px}.arda-category-grid-large{grid-template-columns:repeat(3,1fr)}.arda-category-card{min-height:360px}.arda-category-card a{height:100%;min-height:360px}.arda-category-card-featured{grid-row:span 2;min-height:744px}.arda-category-card-featured a{min-height:744px}.arda-category-card small{display:inline-block;color:var(--arda-gold-2);text-transform:uppercase;letter-spacing:.16em;font-size:11px;font-weight:950;margin-bottom:10px}.arda-category-card p{color:var(--arda-muted);margin:8px 0 0;font-size:14px;max-width:330px}.arda-category-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,0,0,.82));z-index:1}.arda-featured-products{background:radial-gradient(circle at 15% 10%,rgba(159,45,31,.16),transparent 34%)}.arda-product-grid-home{grid-template-columns:repeat(3,1fr)}.arda-product-grid-home .arda-product-card-featured{grid-column:span 2}.arda-product-grid-home .arda-product-card-featured .arda-product-card-media{height:430px}.arda-story{background:linear-gradient(180deg,rgba(255,255,255,.015),rgba(214,163,93,.035))}.arda-quality-number{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:rgba(214,163,93,.12);color:var(--arda-gold-2);font-size:28px;margin-bottom:18px}.arda-professionals-box{display:grid;grid-template-columns:1.1fr .72fr;gap:42px;align-items:center}.arda-professionals-tags{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 28px}.arda-professionals-tags span{border:1px solid rgba(214,163,93,.28);border-radius:999px;padding:8px 12px;background:rgba(214,163,93,.07);font-weight:850;color:#ffe2b4}.arda-professionals-visual{position:relative;z-index:2}.arda-professionals-visual img{height:420px;width:100%;object-fit:cover;border-radius:30px;box-shadow:var(--arda-shadow);border:1px solid rgba(255,255,255,.13)}.arda-contact-grid-home{background:linear-gradient(160deg,rgba(255,255,255,.04),rgba(255,255,255,.015));border:1px solid var(--arda-border);border-radius:32px;padding:34px}.arda-contact-grid-home .arda-contact-item{background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.08);border-radius:22px;padding:22px}.arda-contact-grid-home strong{display:block;color:#fff;font-size:18px;margin-bottom:4px}.arda-contact-grid-home a,.arda-contact-grid-home span{color:var(--arda-muted)}@media (max-width: 980px){.arda-home-hero{min-height:760px}.arda-hero-proof{grid-template-columns:1fr}.arda-category-grid-large,.arda-product-grid-home{grid-template-columns:1fr 1fr}.arda-category-card-featured{grid-row:auto;grid-column:span 2;min-height:430px}.arda-category-card-featured a{min-height:430px}.arda-product-grid-home .arda-product-card-featured{grid-column:span 2}.arda-professionals-box{grid-template-columns:1fr}.arda-professionals-visual img{height:340px}}@media (max-width: 640px){.arda-home-hero{min-height:720px}.arda-hero h1{font-size:clamp(42px,13vw,66px)}.arda-hero-proof{margin-top:30px}.arda-category-grid-large,.arda-product-grid-home{grid-template-columns:1fr}.arda-category-card,.arda-category-card a,.arda-category-card-featured,.arda-category-card-featured a{min-height:360px;grid-column:auto}.arda-product-grid-home .arda-product-card-featured{grid-column:auto}.arda-product-grid-home .arda-product-card-featured .arda-product-card-media{height:300px}.arda-professionals-box,.arda-catalog-cta .arda-container,.arda-contact-cta .arda-container{padding:34px 22px}.arda-contact-grid-home{grid-template-columns:1fr;padding:18px}.arda-hero-ornament{display:none}}


/* =========================================================
   FASE 5 - Catalogo Prodotti visuale premium
   ========================================================= */
.arda-catalog-page{background:radial-gradient(circle at 80% 0%,rgba(214,163,93,.12),transparent 26%)}
.arda-catalog-hero{position:relative;min-height:520px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,rgba(7,4,3,.88),rgba(38,17,10,.78)),url('../images/hero/hero-spices-2.png') center/cover no-repeat;border-bottom:1px solid var(--arda-border)}
.arda-catalog-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 35%,rgba(214,163,93,.18),transparent 30%),linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.12));pointer-events:none}
.arda-catalog-hero .arda-container{position:relative;z-index:1}.arda-catalog-hero h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(42px,6vw,82px);line-height:.98;letter-spacing:-.055em;margin:0 0 22px;max-width:880px}.arda-catalog-hero p{font-size:clamp(17px,1.7vw,22px);color:var(--arda-muted);max-width:760px;margin:0 0 30px}.arda-section-head-row{display:grid;grid-template-columns:1fr .75fr;gap:42px;align-items:end}.arda-section-head-row p{margin:0 0 22px}.arda-catalog-filterbar{display:flex;gap:10px;flex-wrap:wrap;margin:34px 0 28px}.arda-filter-btn{border:1px solid var(--arda-border);background:rgba(255,255,255,.045);color:#fff;border-radius:999px;padding:11px 16px;font-weight:900;cursor:pointer;transition:background var(--arda-transition),border-color var(--arda-transition),transform var(--arda-transition)}.arda-filter-btn:hover,.arda-filter-btn.is-active{background:linear-gradient(135deg,var(--arda-red),var(--arda-red-2));border-color:rgba(255,255,255,.2);transform:translateY(-2px)}.arda-filter-btn small{display:inline-grid;place-items:center;min-width:24px;height:24px;margin-left:8px;border-radius:50%;background:rgba(255,255,255,.12);font-size:12px}.arda-catalog-category-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.arda-catalog-mini-category{border:1px solid var(--arda-border);background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));border-radius:22px;padding:22px;transition:transform var(--arda-transition),border-color var(--arda-transition)}.arda-catalog-mini-category:hover{transform:translateY(-4px);border-color:var(--arda-border-gold)}.arda-catalog-mini-category strong{display:block;color:#fff;font-size:19px;margin-bottom:8px}.arda-catalog-mini-category span{color:var(--arda-muted);font-size:14px}.arda-catalog-products-section{padding-top:40px}.arda-catalog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.arda-catalog-card{border:1px solid var(--arda-border);border-radius:28px;overflow:hidden;background:linear-gradient(180deg,var(--arda-card),#130c08);box-shadow:var(--arda-shadow-soft);transition:transform var(--arda-transition-slow),border-color var(--arda-transition),opacity var(--arda-transition)}.arda-catalog-card[hidden]{display:none!important}.arda-catalog-card:hover{transform:translateY(-9px);border-color:var(--arda-border-gold)}.arda-catalog-card a{display:block;height:100%}.arda-catalog-card-media{position:relative;overflow:hidden;background:#f5ecde;height:285px}.arda-catalog-card-media img{width:100%;height:100%;object-fit:cover;transition:transform var(--arda-transition-slow)}.arda-catalog-card:hover .arda-catalog-card-media img{transform:scale(1.07)}.arda-catalog-card-media span{position:absolute;left:16px;bottom:16px;z-index:2;background:rgba(9,6,4,.72);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:7px 11px;color:#ffe2b4;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.arda-catalog-card-body{padding:24px}.arda-catalog-card-body h3{font-size:24px;line-height:1.1;margin:0 0 10px;color:#fff}.arda-catalog-card-body p{color:var(--arda-muted);margin:0 0 18px;font-size:15px}.arda-catalog-card-body em{font-style:normal;color:var(--arda-gold-2);font-weight:950}.arda-catalog-card-featured{grid-column:span 2}.arda-catalog-card-featured .arda-catalog-card-media{height:420px}.arda-catalog-card-featured .arda-catalog-card-body h3{font-size:34px}.arda-catalog-empty{margin-top:24px;text-align:center;border:1px dashed var(--arda-border-gold);border-radius:24px;padding:34px;background:rgba(214,163,93,.055)}.arda-catalog-empty h3{margin:0 0 8px;color:#fff}.arda-catalog-empty p{margin:0;color:var(--arda-muted)}.arda-catalog-request{padding-top:40px}.arda-catalog-request-box{position:relative;overflow:hidden;border-radius:36px;border:1px solid rgba(214,163,93,.28);background:radial-gradient(circle at 88% 18%,rgba(214,163,93,.2),transparent 30%),linear-gradient(135deg,#2c160e,#090504);padding:58px;box-shadow:var(--arda-shadow)}.arda-catalog-request-box h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(36px,5vw,70px);line-height:1;letter-spacing:-.05em;margin:0 0 18px}.arda-catalog-request-box p{max-width:760px;color:var(--arda-muted);font-size:19px}.arda-shop-toolbar{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:28px;padding:18px 20px;border:1px solid var(--arda-border);border-radius:22px;background:rgba(255,255,255,.04)}.arda-wc-card-link{height:100%;display:block}.arda-wc-card-media{position:relative;overflow:hidden;background:#f6eee1}.arda-wc-card-media img{height:286px!important;object-fit:cover;width:100%}.arda-wc-card-category{position:absolute;left:16px;bottom:16px;z-index:2;background:rgba(9,6,4,.72);border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:7px 11px;color:#ffe2b4;font-size:12px;font-weight:950}.arda-wc-card-body{padding:22px}.arda-wc-card-body h2{padding:0!important;margin:0 0 10px!important}.arda-wc-card-body p{color:var(--arda-muted);margin:0 0 18px}.arda-wc-card-body em{font-style:normal;color:var(--arda-gold-2);font-weight:950}@media (max-width:1100px){.arda-catalog-grid{grid-template-columns:repeat(3,1fr)}.arda-catalog-card-featured{grid-column:span 2}.arda-catalog-category-strip{grid-template-columns:repeat(2,1fr)}}@media (max-width:820px){.arda-catalog-hero{min-height:480px}.arda-section-head-row{grid-template-columns:1fr}.arda-catalog-grid{grid-template-columns:repeat(2,1fr)}.arda-catalog-card-featured{grid-column:span 2}.arda-catalog-request-box{padding:40px 28px}}@media (max-width:580px){.arda-catalog-grid,.arda-catalog-category-strip{grid-template-columns:1fr}.arda-catalog-card-featured{grid-column:auto}.arda-catalog-card-featured .arda-catalog-card-media,.arda-catalog-card-media{height:320px}.arda-shop-toolbar{display:block}.arda-catalog-filterbar{gap:8px}.arda-filter-btn{width:100%;justify-content:space-between;display:flex}.arda-catalog-hero h1{font-size:42px}}

/* Phase 6 - Premium Single Product */
.arda-product-page{background:radial-gradient(circle at 80% 0%,rgba(214,163,93,.12),transparent 25%),linear-gradient(180deg,#090604,#140c08 44%,#0b0705)}
.arda-single-product{overflow:hidden}.arda-product-hero{position:relative;min-height:calc(100vh - 78px);display:flex;align-items:center;overflow:hidden;border-bottom:1px solid var(--arda-border)}
.arda-product-hero-bg{position:absolute;inset:0;opacity:.17;filter:blur(22px) saturate(1.12);transform:scale(1.08);pointer-events:none}.arda-product-hero-bg img{width:100%;height:100%;object-fit:cover}.arda-product-hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 72% 25%,rgba(214,163,93,.18),transparent 28%),linear-gradient(90deg,rgba(7,4,3,.96),rgba(20,10,6,.68) 52%,rgba(7,4,3,.96));pointer-events:none}.arda-product-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.94fr) minmax(0,1fr);gap:70px;align-items:center;padding-top:74px;padding-bottom:74px}.arda-product-visual{position:relative}.arda-product-main-image{position:relative;border:1px solid rgba(214,163,93,.24);border-radius:42px;overflow:hidden;background:#f5ecde;box-shadow:0 44px 110px rgba(0,0,0,.52)}.arda-product-main-image:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.12),transparent 34%,rgba(0,0,0,.13));z-index:1;pointer-events:none}.arda-single-product-image{display:block;width:100%;height:min(70vh,650px);object-fit:cover;transition:opacity .25s ease,transform .55s ease}.arda-product-main-image:hover .arda-single-product-image{transform:scale(1.025)}.arda-product-thumbs{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}.arda-product-thumb{width:82px;height:82px;border:1px solid rgba(255,255,255,.15);border-radius:18px;overflow:hidden;padding:0;background:#f5ecde;cursor:pointer;opacity:.72;transition:opacity .2s ease,transform .2s ease,border-color .2s ease}.arda-product-thumb:hover,.arda-product-thumb.is-active{opacity:1;transform:translateY(-2px);border-color:var(--arda-gold)}.arda-product-thumb img{width:100%;height:100%;object-fit:cover;display:block}.arda-product-summary{max-width:760px}.arda-product-breadcrumb{font-size:13px;margin-bottom:22px;color:var(--arda-muted)}.arda-product-breadcrumb a{color:var(--arda-gold-2)}.arda-product-summary h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(48px,6.6vw,104px);line-height:.91;letter-spacing:-.065em;margin:0 0 24px;color:#fff}.arda-product-intro{font-size:clamp(18px,1.6vw,23px);line-height:1.62;color:var(--arda-muted);max-width:680px}.arda-product-actions{display:flex;gap:14px;flex-wrap:wrap;margin:34px 0 30px}.arda-product-meta-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.arda-product-meta-cards div{border:1px solid rgba(255,255,255,.12);border-radius:22px;background:rgba(255,255,255,.045);padding:20px;backdrop-filter:blur(12px)}.arda-product-meta-cards strong{display:block;color:#fff;font-size:16px;margin-bottom:7px}.arda-product-meta-cards span{display:block;color:var(--arda-muted);font-size:14px;line-height:1.5}.arda-product-content-section{background:linear-gradient(180deg,rgba(255,255,255,.018),rgba(214,163,93,.04))}.arda-product-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:42px;align-items:start}.arda-product-description-panel{border:1px solid var(--arda-border);border-radius:36px;padding:54px;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.024));box-shadow:var(--arda-shadow-soft)}.arda-product-description-panel h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(36px,4.2vw,68px);line-height:1;letter-spacing:-.05em;margin:0 0 22px;color:#fff}.arda-product-description{font-size:18px;line-height:1.78;color:var(--arda-muted)}.arda-product-description p:last-child{margin-bottom:0}.arda-product-contact-card{position:sticky;top:110px;border:1px solid rgba(214,163,93,.28);border-radius:32px;padding:34px;background:radial-gradient(circle at 90% 0%,rgba(214,163,93,.2),transparent 32%),linear-gradient(160deg,#2b130d,#100907);box-shadow:var(--arda-shadow-soft)}.arda-product-contact-card h3{font-size:28px;line-height:1.1;margin:0 0 12px;color:#fff}.arda-product-contact-card p{color:var(--arda-muted);margin:0 0 22px}.arda-product-contact-card .arda-btn{width:100%;justify-content:center;margin-bottom:16px}.arda-contact-inline{display:block;color:var(--arda-gold-2);font-weight:900;margin-top:10px}.arda-related-products{background:radial-gradient(circle at 12% 12%,rgba(159,45,31,.13),transparent 28%)}.arda-related-grid{grid-template-columns:repeat(4,1fr)}
.single-product .summary,.single-product .woocommerce-product-gallery,.single-product .price,.single-product form.cart,.single-product .product_meta,.single-product .woocommerce-tabs{display:none!important}
@media (max-width:1100px){.arda-product-hero-grid{grid-template-columns:1fr;gap:42px}.arda-product-content-grid{grid-template-columns:1fr}.arda-product-contact-card{position:relative;top:auto}.arda-related-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:680px){.arda-product-hero{min-height:auto}.arda-product-hero-grid{padding-top:44px;padding-bottom:48px;gap:28px}.arda-product-main-image{border-radius:28px}.arda-single-product-image{height:430px}.arda-product-summary h1{font-size:clamp(42px,14vw,68px)}.arda-product-actions{display:grid}.arda-product-meta-cards{grid-template-columns:1fr}.arda-product-description-panel,.arda-product-contact-card{padding:28px;border-radius:26px}.arda-product-content-grid{gap:22px}.arda-related-grid{grid-template-columns:1fr}.arda-product-thumb{width:68px;height:68px}}


/* Phase 7 - Internal pages */
.arda-inner-page{background:radial-gradient(circle at 20% 0%, rgba(196,155,61,.12), transparent 36%), #111;color:var(--arda-cream,#f4efe7);}
.arda-container{width:min(1180px, calc(100% - 40px));margin-inline:auto;}
.arda-section{padding:92px 0;}
.arda-page-hero{padding:150px 0 90px;position:relative;overflow:hidden;background:linear-gradient(135deg,#120d0b 0%,#1b1110 45%,#090909 100%);}
.arda-page-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 20%,rgba(140,29,24,.38),transparent 30%),radial-gradient(circle at 20% 80%,rgba(196,155,61,.22),transparent 28%);pointer-events:none;}
.arda-page-hero__grid{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center;}
.arda-page-hero__content h1{font-size:clamp(42px,6vw,82px);line-height:.95;letter-spacing:-.05em;margin:16px 0 20px;max-width:820px;}
.arda-page-hero__content p{font-size:clamp(17px,2vw,21px);line-height:1.7;color:rgba(244,239,231,.78);max-width:680px;}
.arda-eyebrow,.arda-kicker{display:inline-flex;align-items:center;gap:10px;color:var(--arda-gold,#c49b3d);text-transform:uppercase;font-weight:800;letter-spacing:.16em;font-size:12px;}
.arda-page-hero__media{margin:0;border-radius:32px;overflow:hidden;border:1px solid rgba(196,155,61,.28);box-shadow:0 30px 90px rgba(0,0,0,.45);background:#211;}
.arda-page-hero__media img{display:block;width:100%;aspect-ratio:4/5;object-fit:cover;transform:scale(1.02);}
.arda-editorial-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;}
.arda-editorial-card,.arda-contact-box,.arda-form-panel,.arda-legal-content{border:1px solid rgba(196,155,61,.2);background:rgba(255,255,255,.045);border-radius:30px;padding:42px;box-shadow:0 20px 70px rgba(0,0,0,.26);}
.arda-editorial-card--dark{background:linear-gradient(135deg,rgba(140,29,24,.28),rgba(255,255,255,.045));}
.arda-editorial-card h2,.arda-section-heading h2,.arda-cta-panel h2,.arda-form-panel h2,.arda-legal-content h1{font-size:clamp(32px,4vw,54px);line-height:1;margin:14px 0 20px;letter-spacing:-.04em;}
.arda-editorial-card p,.arda-value-card p,.arda-target-card p,.arda-contact-method p,.arda-recipe-card p,.arda-legal-content p{color:rgba(244,239,231,.74);line-height:1.75;font-size:16px;}
.arda-values-grid,.arda-target-grid,.arda-contact-grid,.arda-recipe-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;}
.arda-value-card,.arda-target-card,.arda-contact-method,.arda-recipe-card{border:1px solid rgba(196,155,61,.18);background:rgba(255,255,255,.04);border-radius:26px;padding:28px;transition:transform .35s ease,border-color .35s ease,background .35s ease;}
.arda-value-card:hover,.arda-target-card:hover,.arda-contact-method:hover,.arda-recipe-card:hover{transform:translateY(-6px);border-color:rgba(196,155,61,.45);background:rgba(255,255,255,.065);}
.arda-value-card span{display:block;width:38px;height:4px;border-radius:99px;background:linear-gradient(90deg,var(--arda-red,#8c1d18),var(--arda-gold,#c49b3d));margin-bottom:22px;}
.arda-value-card h3,.arda-target-card h3,.arda-contact-method h3,.arda-recipe-card h3{font-size:22px;margin:0 0 12px;color:#fff;}
.arda-section-heading{max-width:780px;margin-bottom:34px;}
.arda-hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px;}
.arda-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;text-decoration:none;font-weight:800;transition:transform .25s ease,box-shadow .25s ease;background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.16);}
.arda-btn:hover{transform:translateY(-2px);}
.arda-btn--primary{background:linear-gradient(135deg,var(--arda-red,#8c1d18),#b33a2f);border-color:rgba(255,255,255,.1);box-shadow:0 14px 34px rgba(140,29,24,.28);}
.arda-btn--ghost{background:rgba(255,255,255,.06);}
.arda-btn--whatsapp{background:#1fa855;border-color:#1fa855;}
.arda-cta-panel{border:1px solid rgba(196,155,61,.28);background:linear-gradient(135deg,rgba(140,29,24,.34),rgba(196,155,61,.14));border-radius:36px;padding:56px;position:relative;overflow:hidden;}
.arda-contact-box ul{list-style:none;margin:24px 0 0;padding:0;display:grid;gap:14px;}
.arda-contact-box a,.arda-contact-method a{color:var(--arda-gold,#c49b3d);font-weight:800;text-decoration:none;}
.arda-contact-grid{grid-template-columns:repeat(3,1fr);}
.arda-form-panel{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center;}
.arda-form-placeholder{border:1px dashed rgba(196,155,61,.35);border-radius:24px;padding:34px;background:rgba(0,0,0,.16);color:rgba(244,239,231,.72);}
.arda-recipe-grid{grid-template-columns:repeat(3,1fr);}
.arda-recipe-card{padding:0;overflow:hidden;}
.arda-recipe-card img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;}
.arda-recipe-card div{padding:26px;}
.arda-legal-content{max-width:880px;}
.arda-legal-content h2{font-size:28px;margin-top:34px;color:#fff;}

@media (max-width: 900px){
 .arda-section{padding:68px 0}.arda-page-hero{padding:120px 0 70px}.arda-page-hero__grid,.arda-editorial-grid,.arda-form-panel{grid-template-columns:1fr;gap:28px}.arda-values-grid,.arda-target-grid{grid-template-columns:repeat(2,1fr)}.arda-contact-grid,.arda-recipe-grid{grid-template-columns:1fr}.arda-page-hero__media img{aspect-ratio:16/11}.arda-cta-panel,.arda-editorial-card,.arda-contact-box,.arda-form-panel,.arda-legal-content{padding:30px;border-radius:24px}
}
@media (max-width: 560px){
 .arda-container{width:min(100% - 24px,1180px)}.arda-values-grid,.arda-target-grid{grid-template-columns:1fr}.arda-page-hero__content h1{font-size:42px}.arda-page-hero__content p{font-size:16px}.arda-hero-actions .arda-btn{width:100%}.arda-section-heading h2,.arda-editorial-card h2,.arda-cta-panel h2,.arda-form-panel h2{font-size:34px}
}

/* Phase 9 accessibility and rendering refinements */
.screen-reader-text,
.skip-link{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link:focus{top:12px;left:12px;width:auto;height:auto;margin:0;padding:12px 18px;clip:auto;z-index:99999;border-radius:999px;background:#f4efe7;color:#111;text-decoration:none}.arda-card,.arda-product-card,.arda-category-card{content-visibility:auto;contain-intrinsic-size:420px}.arda-main img{max-width:100%;height:auto}

/* Phase 12 - Premium Hero Slider */
.arda-hero-slider{min-height:min(860px,calc(100vh - 32px));background:#080504;}
.arda-hero-slider:after{height:170px;background:linear-gradient(to bottom,transparent,rgba(8,5,4,.82) 64%,var(--arda-black-900));}
.arda-hero-slides{position:absolute;inset:0;z-index:0;overflow:hidden;}
.arda-hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transform:scale(1.04);transition:opacity 1300ms ease,transform 7600ms linear;will-change:opacity,transform;}
.arda-hero-slide.is-active{opacity:1;transform:scale(1.1);}
.arda-hero-slider .arda-hero-overlay{z-index:1;background:linear-gradient(90deg,rgba(7,4,3,.88) 0%,rgba(9,5,4,.72) 32%,rgba(12,7,5,.30) 62%,rgba(7,4,3,.18) 100%),linear-gradient(180deg,rgba(0,0,0,.20),rgba(0,0,0,.34) 70%,rgba(0,0,0,.58));}
.arda-hero-slider .arda-hero-content{z-index:2;max-width:1180px;padding-top:clamp(110px,11vh,170px);padding-bottom:clamp(80px,10vh,130px);}
.arda-hero-copy{position:relative;max-width:760px;min-height:clamp(265px,32vw,430px);}
.arda-hero-copy-slide{position:absolute;inset:0 auto auto 0;opacity:0;transform:translateY(18px);pointer-events:none;transition:opacity 720ms ease,transform 720ms ease;max-width:760px;}
.arda-hero-copy-slide.is-active{opacity:1;transform:translateY(0);pointer-events:auto;}
.arda-hero-slider .arda-eyebrow{margin-bottom:20px;color:#e6ba62;text-shadow:0 2px 18px rgba(0,0,0,.35);}
.arda-hero-slider h1{font-size:clamp(46px,6.5vw,92px);max-width:760px;line-height:.96;margin-bottom:24px;text-shadow:0 20px 60px rgba(0,0,0,.52);}
.arda-hero-slider p{font-size:clamp(17px,1.35vw,21px);max-width:610px;color:rgba(255,247,235,.86);text-shadow:0 8px 28px rgba(0,0,0,.48);}
.arda-hero-slider .arda-hero-actions{margin-top:10px;position:relative;z-index:3;}
.arda-hero-dots{display:flex;gap:10px;margin-top:30px;align-items:center;}
.arda-hero-dot{width:38px;height:4px;border:0;border-radius:999px;background:rgba(255,255,255,.28);padding:0;cursor:pointer;transition:width .25s ease,background .25s ease,opacity .25s ease;opacity:.9;}
.arda-hero-dot:hover,.arda-hero-dot.is-active{width:58px;background:linear-gradient(90deg,var(--arda-gold),var(--arda-gold-2));opacity:1;}
.arda-hero-slider .arda-hero-proof{display:none;}
@media (max-width: 980px){
  .arda-hero-slider{min-height:760px;}
  .arda-hero-slider .arda-hero-overlay{background:linear-gradient(90deg,rgba(7,4,3,.92),rgba(7,4,3,.58)),linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.62));}
  .arda-hero-slide{background-position:center right;}
  .arda-hero-copy{min-height:390px;}
}
@media (max-width: 640px){
  .arda-hero-slider{min-height:720px;}
  .arda-hero-slider .arda-hero-content{padding-top:96px;padding-bottom:70px;}
  .arda-hero-slider h1{font-size:clamp(40px,12.5vw,58px);max-width:94vw;}
  .arda-hero-slider p{font-size:16px;max-width:92vw;}
  .arda-hero-copy{min-height:385px;}
  .arda-hero-dots{margin-top:24px;}
  .arda-hero-dot{width:30px;}.arda-hero-dot.is-active{width:46px;}
}

/* === FASE R1 - Hero Premium Globale === */
.arda-global-hero{
  min-height:clamp(560px,78vh,820px);
  background:#120c08;
}
.arda-global-hero .arda-hero-slide{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  opacity:0;
  transform:scale(1.045);
  transition:opacity 1.45s ease, transform 7.5s ease;
  filter:saturate(1.04) contrast(1.02) brightness(.94);
}
.arda-global-hero .arda-hero-slide.is-active{
  opacity:1;
  transform:scale(1.005);
}
.arda-global-hero .arda-hero-overlay{
  background:
    linear-gradient(90deg,rgba(10,6,4,.82) 0%,rgba(10,6,4,.62) 43%,rgba(10,6,4,.18) 100%),
    linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.20));
}
.arda-global-hero:after{
  height:120px;
  background:linear-gradient(to bottom,transparent,rgba(17,17,17,.74));
}
.arda-global-hero .arda-hero-content{
  padding-top:clamp(120px,15vh,180px);
  padding-bottom:clamp(92px,12vh,150px);
}
.arda-global-hero .arda-hero-copy{
  min-height:clamp(265px,35vh,380px);
  max-width:820px;
  position:relative;
}
.arda-global-hero .arda-hero-copy-slide{
  position:absolute;
  inset:0 auto auto 0;
  max-width:820px;
  opacity:0;
  pointer-events:none;
  transform:translateY(18px);
  transition:opacity .75s ease, transform .75s ease;
}
.arda-global-hero .arda-hero-copy-slide.is-active{
  opacity:1;
  pointer-events:auto;
  transform:translateY(0);
}
.arda-global-hero .arda-eyebrow{
  margin-bottom:18px;
  color:#e8c077;
  text-shadow:0 2px 24px rgba(0,0,0,.35);
}
.arda-global-hero h1{
  font-size:clamp(42px,6.5vw,88px);
  max-width:820px;
  margin-bottom:22px;
  text-shadow:0 18px 50px rgba(0,0,0,.35);
}
.arda-global-hero p{
  max-width:620px;
  color:rgba(255,249,239,.84);
  font-size:clamp(16px,1.45vw,20px);
  line-height:1.65;
  margin-bottom:0;
}
.arda-global-hero .arda-hero-actions{
  margin-top:30px;
  gap:12px;
}
.arda-global-hero .arda-btn{
  min-height:48px;
  padding:14px 24px;
  border-radius:999px;
}
.arda-global-hero .arda-btn-glass{
  border:1px solid rgba(255,255,255,.26);
  background:rgba(255,255,255,.08);
  color:#fff9ef;
  backdrop-filter:blur(12px);
}
.arda-global-hero .arda-hero-dots{
  display:flex;
  gap:10px;
  margin-top:34px;
  align-items:center;
}
.arda-global-hero .arda-hero-dot{
  width:34px;
  height:4px;
  border:0;
  border-radius:999px;
  background:rgba(255,255,255,.32);
  cursor:pointer;
  transition:width .25s ease, background .25s ease;
}
.arda-global-hero .arda-hero-dot.is-active{
  width:56px;
  background:#d6a35d;
}
.arda-hero-context-about + .arda-section,
.arda-hero-context-catalog + .arda-section,
.arda-hero-context-professionals + .arda-section,
.arda-hero-context-recipes + .arda-section,
.arda-hero-context-contact + .arda-section{
  margin-top:0;
}
.arda-contact-overview-section{
  background:#f7f1e8;
  color:#1b120c;
}
.arda-contact-overview-section .arda-contact-box{
  max-width:980px;
  margin:-74px auto 0;
  position:relative;
  z-index:4;
  background:#fff9ef;
  color:#1b120c;
  border:1px solid rgba(80,50,28,.10);
  box-shadow:0 28px 80px rgba(25,14,8,.18);
}
@media (max-width: 782px){
  .arda-global-hero{
    min-height:650px;
  }
  .arda-global-hero .arda-hero-overlay{
    background:linear-gradient(180deg,rgba(8,5,4,.68) 0%,rgba(8,5,4,.54) 42%,rgba(8,5,4,.78) 100%);
  }
  .arda-global-hero .arda-hero-content{
    padding-top:118px;
    padding-bottom:72px;
  }
  .arda-global-hero .arda-hero-copy{
    min-height:330px;
  }
  .arda-global-hero h1{
    font-size:clamp(38px,12vw,56px);
  }
  .arda-global-hero p{
    font-size:16px;
  }
  .arda-global-hero .arda-hero-actions{
    flex-direction:column;
    align-items:stretch;
    max-width:320px;
  }
  .arda-global-hero .arda-hero-dots{
    margin-top:28px;
  }
  .arda-contact-overview-section .arda-contact-box{
    margin-top:-36px;
  }
}


/* =========================================================
   FASE R4 - Homepage Luxury Refinement
   Direzione: alternanza dark/light, immagini più pulite,
   meno effetto WooCommerce, più respiro editoriale.
   ========================================================= */
:root{
  --arda-light:#f8efe2;
  --arda-light-2:#fff8ed;
  --arda-light-3:#ead8bf;
  --arda-ink:#1c100b;
  --arda-ink-soft:#5f4a3d;
}
.arda-homepage{
  background:linear-gradient(180deg,#090504 0%,#130b07 18%,#f8efe2 18%,#f8efe2 100%);
}
.arda-section-light{
  background:
    radial-gradient(circle at 14% 4%,rgba(214,163,93,.20),transparent 28%),
    linear-gradient(180deg,var(--arda-light-2),var(--arda-light));
  color:var(--arda-ink);
  position:relative;
}
.arda-section-light .arda-eyebrow{color:#9f2d1f;}
.arda-section-light .arda-section-head h2,
.arda-section-light h2,
.arda-section-light h3,
.arda-section-light strong{color:var(--arda-ink);}
.arda-section-light .arda-section-head p,
.arda-section-light p{color:var(--arda-ink-soft);}
.arda-section-light .arda-btn-outline{
  color:#7d2119;
  border-color:rgba(159,45,31,.26);
  background:rgba(159,45,31,.06);
}
.arda-section-dark{
  background:
    radial-gradient(circle at 80% 20%,rgba(159,45,31,.20),transparent 30%),
    linear-gradient(180deg,#120a06,#080504);
  position:relative;
}
.arda-homepage .arda-section{padding:clamp(72px,8vw,124px) 0;}
.arda-homepage .arda-section-head{margin-bottom:clamp(34px,4vw,58px);}
.arda-homepage .arda-section-head h2{
  max-width:920px;
  margin-left:auto;
  margin-right:auto;
  text-wrap:balance;
}
/* Sezione categorie: cards più editoriali e meno pesanti */
.arda-home-categories .arda-category-grid,
.arda-home-categories .arda-category-grid-large{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}
.arda-home-categories .arda-category-card,
.arda-home-categories .arda-category-card-featured{
  min-height:auto;
  border-radius:28px;
  background:#fffaf1;
  border:1px solid rgba(90,53,30,.12);
  box-shadow:0 24px 70px rgba(48,28,14,.10);
  padding:0;
  overflow:hidden;
}
.arda-home-categories .arda-category-card a{
  display:grid;
  grid-template-rows:auto 1fr;
  color:var(--arda-ink);
  min-height:100%;
}
.arda-home-categories .arda-category-card img{
  position:relative;
  width:100%;
  height:190px;
  object-fit:cover;
  opacity:1;
  transform:none;
  filter:saturate(1.04) contrast(1.02);
  transition:transform .55s ease,filter .55s ease;
}
.arda-home-categories .arda-category-card:hover img{transform:scale(1.055);filter:saturate(1.12) contrast(1.04);}
.arda-home-categories .arda-category-overlay{display:none;}
.arda-home-categories .arda-category-card div{
  position:relative;
  inset:auto;
  padding:22px 24px 26px;
  background:#fffaf1;
}
.arda-home-categories .arda-category-card small{
  color:#9f2d1f;
  letter-spacing:.14em;
  font-weight:900;
}
.arda-home-categories .arda-category-card h3{
  font-size:clamp(22px,2.2vw,32px);
  margin:7px 0 8px;
  color:var(--arda-ink);
}
.arda-home-categories .arda-category-card p{
  opacity:1;
  transform:none;
  color:var(--arda-ink-soft);
  font-size:15px;
  line-height:1.55;
  margin:0;
}
/* Prodotti in evidenza: più respiro e meno griglia e-commerce */
.arda-featured-products .arda-section-head-row{align-items:center;}
.arda-product-grid-home{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px;
}
.arda-product-grid-home .arda-product-card,
.arda-product-grid-home .arda-product-card-featured{
  grid-column:auto;
  display:flex;
  flex-direction:column;
  min-height:100%;
  border-radius:30px;
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));
  border:1px solid rgba(255,255,255,.11);
  box-shadow:0 24px 70px rgba(0,0,0,.23);
}
.arda-product-grid-home .arda-product-card-media{
  height:230px;
  background:linear-gradient(180deg,#fff4e3,#e7caa4);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
  overflow:hidden;
}
.arda-product-grid-home .arda-product-card-media img{
  width:100%;
  height:100%;
  object-fit:contain;
  transform:none;
  filter:drop-shadow(0 18px 26px rgba(0,0,0,.22));
  transition:transform .45s ease;
}
.arda-product-grid-home .arda-product-card:hover .arda-product-card-media img{transform:scale(1.045) rotate(-1deg);}
.arda-product-grid-home .arda-product-card-body{padding:24px;}
.arda-product-grid-home .arda-product-card-body span{color:var(--arda-gold-2);}
.arda-product-grid-home .arda-product-card-body h3{font-size:24px;margin:7px 0 9px;}
.arda-product-grid-home .arda-product-card-body p{font-size:15px;line-height:1.58;color:rgba(255,247,237,.72);}
/* Qualità: light e leggibile */
.arda-quality-editorial .arda-quality-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;}
.arda-quality-editorial .arda-quality-card{
  background:#fffaf1;
  color:var(--arda-ink);
  border:1px solid rgba(90,53,30,.12);
  box-shadow:0 18px 48px rgba(48,28,14,.08);
}
.arda-quality-editorial .arda-quality-card strong{color:var(--arda-ink);}
.arda-quality-editorial .arda-quality-card p{color:var(--arda-ink-soft);}
.arda-quality-editorial .arda-quality-number{color:#9f2d1f;}
/* Professionisti: blocco B2B più cinematografico */
.arda-professionals-box{
  border-radius:42px;
  overflow:hidden;
  background:linear-gradient(135deg,rgba(159,45,31,.24),rgba(255,255,255,.045));
  border:1px solid rgba(214,163,93,.22);
  box-shadow:0 30px 95px rgba(0,0,0,.34);
}
.arda-professionals-content{padding:clamp(34px,5vw,72px);}
.arda-professionals-visual img{min-height:100%;object-fit:cover;filter:saturate(1.02) contrast(1.04);}
/* CTA catalogo: pulita, chiara, non pesante */
.arda-catalog-cta-clean{text-align:center;}
.arda-catalog-cta-clean .arda-container{
  background:#fffaf1;
  border:1px solid rgba(90,53,30,.12);
  border-radius:38px;
  padding:clamp(42px,6vw,78px) clamp(24px,5vw,64px);
  box-shadow:0 26px 80px rgba(48,28,14,.10);
}
.arda-catalog-cta-clean h2{
  max-width:760px;
  margin-left:auto;
  margin-right:auto;
  color:var(--arda-ink);
}
.arda-catalog-cta-clean p{
  max-width:660px;
  margin-left:auto;
  margin-right:auto;
  color:var(--arda-ink-soft);
}
.arda-catalog-cta-clean .arda-hero-actions{justify-content:center;}
/* Contatti finale: compatto e pulito */
.arda-contact-cta .arda-contact-grid-home{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.arda-contact-cta .arda-contact-item{
  border-radius:24px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.10);
}
/* Nascondiamo la storia dalla home: resta disponibile per la pagina Azienda */
.arda-homepage .arda-story{display:none!important;}
@media (max-width:1024px){
  .arda-home-categories .arda-category-grid,
  .arda-home-categories .arda-category-grid-large,
  .arda-product-grid-home{grid-template-columns:repeat(2,minmax(0,1fr));}
  .arda-quality-editorial .arda-quality-grid,
  .arda-contact-cta .arda-contact-grid-home{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:640px){
  .arda-homepage .arda-section{padding:62px 0;}
  .arda-home-categories .arda-category-grid,
  .arda-home-categories .arda-category-grid-large,
  .arda-product-grid-home,
  .arda-quality-editorial .arda-quality-grid,
  .arda-contact-cta .arda-contact-grid-home{grid-template-columns:1fr;}
  .arda-home-categories .arda-category-card img{height:170px;}
  .arda-product-grid-home .arda-product-card-media{height:210px;}
  .arda-featured-products .arda-section-head-row{display:block;text-align:center;}
  .arda-featured-products .arda-section-head-row .arda-btn{margin-top:18px;}
  .arda-catalog-cta-clean .arda-hero-actions .arda-btn{width:100%;}
}

/* ==========================================================
   FASE R5 - Catalogo premium editoriale
   ========================================================== */
.arda-r5-catalog{background:#f7f0e5;color:#24150f}.arda-catalog-intro-r5{background:#f7f0e5;color:#24150f;padding:86px 0 48px}.arda-catalog-intro-grid-r5{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.75fr);gap:56px;align-items:end}.arda-catalog-intro-grid-r5 h2,.arda-section-head-r5 h2{font-family:Georgia,"Times New Roman",serif;color:#24150f;letter-spacing:-.045em;line-height:1.02;margin:0}.arda-catalog-intro-grid-r5 h2{font-size:clamp(38px,5vw,72px);max-width:840px}.arda-catalog-intro-grid-r5 p{color:#6d5949;font-size:18px;line-height:1.75;margin:0}.arda-r5-catalog .arda-eyebrow{color:#9a6d2b}.arda-catalog-filterbar-r5{margin-top:42px;display:flex;flex-wrap:wrap;gap:10px}.arda-filter-btn-r5{appearance:none;border:1px solid rgba(36,21,15,.14);background:#fffaf2;color:#2a1710;border-radius:999px;padding:11px 17px;font-size:13px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:transform .28s ease,background .28s ease,border-color .28s ease,color .28s ease,box-shadow .28s ease}.arda-filter-btn-r5:hover,.arda-filter-btn-r5.is-active{transform:translateY(-2px);background:#24150f;color:#fff5e7;border-color:#24150f;box-shadow:0 16px 38px rgba(36,21,15,.16)}.arda-catalog-products-section-r5{background:#fffaf2;padding:92px 0}.arda-section-head-r5{max-width:820px;margin-bottom:42px}.arda-section-head-r5 h2{font-size:clamp(34px,4.5vw,62px);margin:8px 0 14px}.arda-section-head-r5 p{color:#6d5949;font-size:17px;line-height:1.75;margin:0}.arda-catalog-grid-r5{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.arda-catalog-card-r5{background:#fff;border:1px solid rgba(36,21,15,.08);border-radius:26px;overflow:hidden;box-shadow:0 22px 60px rgba(36,21,15,.07);transition:transform .45s ease,box-shadow .45s ease,border-color .45s ease}.arda-catalog-card-r5[hidden]{display:none!important}.arda-catalog-card-r5:hover{transform:translateY(-8px);border-color:rgba(196,145,64,.45);box-shadow:0 30px 75px rgba(36,21,15,.13)}.arda-catalog-card-r5 a{display:flex;flex-direction:column;height:100%;color:inherit;text-decoration:none}.arda-catalog-card-media-r5{margin:0;min-height:220px;height:220px;background:linear-gradient(180deg,#f5eadb,#fff9ef);display:grid;place-items:center;overflow:hidden}.arda-catalog-card-media-r5 img{width:100%;height:100%;object-fit:contain;padding:22px;transition:transform .65s ease,filter .65s ease}.arda-catalog-card-r5:hover .arda-catalog-card-media-r5 img{transform:scale(1.045);filter:saturate(1.04) contrast(1.04)}.arda-catalog-card-body-r5{padding:23px 24px 25px;display:flex;flex-direction:column;flex:1}.arda-catalog-card-body-r5 span,.arda-wc-card-body-r5 span{display:block;color:#9a6d2b;font-size:11px;line-height:1.3;font-weight:950;letter-spacing:.11em;text-transform:uppercase;margin-bottom:9px}.arda-catalog-card-body-r5 h3{font-size:22px;line-height:1.12;color:#24150f;margin:0 0 10px;letter-spacing:-.025em}.arda-catalog-card-body-r5 p{color:#6d5949;font-size:14px;line-height:1.62;margin:0 0 18px}.arda-catalog-card-body-r5 em,.arda-wc-card-body-r5 em{margin-top:auto;font-style:normal;color:#8c1d18;font-weight:950;font-size:13px;letter-spacing:.04em}.arda-catalog-card-body-r5 em:after,.arda-wc-card-body-r5 em:after{content:" →"}.arda-catalog-empty-r5{border-color:rgba(36,21,15,.22);background:#fff;color:#24150f}.arda-catalog-request-r5{background:#24150f;color:#fff5e7;padding:86px 0}.arda-catalog-request-box-r5{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:34px;align-items:center;border:1px solid rgba(255,255,255,.12);background:radial-gradient(circle at 100% 0,rgba(196,145,64,.22),transparent 34%),linear-gradient(135deg,#2b1810,#120907);border-radius:34px;padding:48px;box-shadow:0 32px 90px rgba(0,0,0,.24)}.arda-catalog-request-box-r5 h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(34px,4.6vw,60px);line-height:1;letter-spacing:-.045em;margin:0 0 14px;color:#fff5e7}.arda-catalog-request-box-r5 p{font-size:17px;line-height:1.75;color:rgba(255,245,231,.76);max-width:760px;margin:0}.arda-catalog-request-actions-r5{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}.arda-shop-products-r5{background:#fffaf2;color:#24150f;padding:90px 0}.arda-shop-products-r5 ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px!important;margin:0!important;padding:0!important}.arda-shop-products-r5 ul.products li.product{width:auto!important;margin:0!important;float:none!important}.arda-shop-toolbar-r5{margin-bottom:34px;padding:18px 20px;border:1px solid rgba(36,21,15,.10);border-radius:20px;background:#fff;color:#24150f}.arda-wc-product-card-r5{background:#fff!important;border:1px solid rgba(36,21,15,.08)!important;border-radius:26px!important;overflow:hidden!important;box-shadow:0 22px 60px rgba(36,21,15,.07)!important;transition:transform .45s ease,box-shadow .45s ease,border-color .45s ease}.arda-wc-product-card-r5:hover{transform:translateY(-8px);border-color:rgba(196,145,64,.45)!important;box-shadow:0 30px 75px rgba(36,21,15,.13)!important}.arda-wc-card-link-r5{height:100%;display:flex!important;flex-direction:column;color:inherit;text-decoration:none}.arda-wc-card-media-r5{margin:0;height:220px;background:linear-gradient(180deg,#f5eadb,#fff9ef);display:grid;place-items:center;overflow:hidden}.arda-wc-card-media-r5 img{width:100%!important;height:100%!important;object-fit:contain!important;padding:22px!important;transition:transform .65s ease,filter .65s ease}.arda-wc-product-card-r5:hover .arda-wc-card-media-r5 img{transform:scale(1.045);filter:saturate(1.04) contrast(1.04)}.arda-wc-card-body-r5{padding:23px 24px 25px;display:flex;flex-direction:column;flex:1}.arda-wc-card-body-r5 h2{font-size:22px!important;line-height:1.12!important;color:#24150f!important;margin:0 0 10px!important;padding:0!important;letter-spacing:-.025em}.arda-wc-card-body-r5 p{color:#6d5949;font-size:14px;line-height:1.62;margin:0 0 18px}.arda-r5-catalog .woocommerce-result-count,.arda-r5-catalog .woocommerce-ordering{color:#6d5949}.arda-r5-catalog .woocommerce-ordering select{border:1px solid rgba(36,21,15,.13);background:#fff;border-radius:999px;padding:10px 14px;color:#24150f}
@media (max-width:1180px){.arda-catalog-grid-r5,.arda-shop-products-r5 ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.arda-catalog-intro-grid-r5,.arda-catalog-request-box-r5{grid-template-columns:1fr}.arda-catalog-request-actions-r5{justify-content:flex-start}.arda-catalog-grid-r5,.arda-shop-products-r5 ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}.arda-catalog-intro-r5{padding-top:68px}.arda-catalog-products-section-r5,.arda-shop-products-r5{padding:72px 0}}@media (max-width:560px){.arda-catalog-grid-r5,.arda-shop-products-r5 ul.products{grid-template-columns:1fr}.arda-catalog-card-media-r5,.arda-wc-card-media-r5{height:210px}.arda-catalog-card-body-r5,.arda-wc-card-body-r5{padding:21px}.arda-catalog-filterbar-r5{display:grid;grid-template-columns:1fr;gap:8px}.arda-filter-btn-r5{width:100%;text-align:left}.arda-catalog-request-box-r5{padding:32px 24px;border-radius:26px}.arda-catalog-request-actions-r5 .arda-btn{width:100%;justify-content:center}.arda-catalog-intro-grid-r5 h2,.arda-section-head-r5 h2{letter-spacing:-.035em}}

/* Phase R6 — Pagina Azienda Premium */
.arda-company-premium .arda-section-light{background:linear-gradient(180deg,#fff9ef,#f4eadc);color:#1f130d}.arda-company-premium .arda-section-light .arda-kicker{color:#9b6d2e}.arda-company-premium .arda-section-light h2,.arda-company-premium .arda-section-light h3{color:#1a100b}.arda-company-premium .arda-section-light p{color:#5f4c3f}.arda-company-intro-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:70px;align-items:center}.arda-company-copy h2,.arda-company-quote blockquote,.arda-company-timeline-head h2,.arda-company-final-box h2{font-family:Georgia,"Times New Roman",serif;letter-spacing:-.045em;line-height:1.02}.arda-company-copy h2{font-size:clamp(40px,4.7vw,74px);margin:0 0 24px}.arda-company-copy p{font-size:18px;line-height:1.78;margin:0 0 18px}.arda-company-actions,.arda-company-final-actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap;margin-top:30px}.arda-link-arrow{display:inline-flex;gap:10px;align-items:center;font-weight:900;color:#8c1d18;text-decoration:none}.arda-link-arrow:after{content:"→";transition:transform .25s ease}.arda-link-arrow:hover:after{transform:translateX(5px)}.arda-company-image{position:relative;margin:0}.arda-company-image:before{content:"";position:absolute;inset:24px -22px -22px 24px;border:1px solid rgba(140,29,24,.18);border-radius:36px}.arda-company-image img{position:relative;display:block;width:100%;height:620px;object-fit:cover;border-radius:36px;box-shadow:0 28px 80px rgba(45,22,9,.22)}.arda-company-image figcaption{position:absolute;left:26px;bottom:24px;background:rgba(255,249,239,.88);color:#25150e;border:1px solid rgba(156,111,49,.18);border-radius:999px;padding:10px 15px;font-weight:900;font-size:12px;text-transform:uppercase;letter-spacing:.12em;backdrop-filter:blur(12px)}.arda-company-signature{background:radial-gradient(circle at 80% 15%,rgba(214,163,93,.14),transparent 34%),linear-gradient(135deg,#140c08,#27120c);color:#fff}.arda-company-signature-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:64px;align-items:center}.arda-company-quote blockquote{font-size:clamp(34px,4vw,66px);margin:0;color:#fff}.arda-company-note{border-left:1px solid rgba(214,163,93,.35);padding-left:38px}.arda-company-note p{font-size:18px;line-height:1.8;color:rgba(255,249,239,.78);margin:0 0 18px}.arda-company-values .arda-section-head{max-width:860px;margin-bottom:44px}.arda-company-values-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.arda-company-value-card{background:rgba(255,255,255,.72);border:1px solid rgba(137,91,35,.14);border-radius:28px;padding:30px;box-shadow:0 18px 50px rgba(46,24,12,.08)}.arda-company-value-card span{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#8c1d18;color:#fff;font-weight:950;margin-bottom:22px}.arda-company-value-card h3{font-size:22px;margin:0 0 12px}.arda-company-value-card p{font-size:15px;line-height:1.65;margin:0}.arda-company-timeline{background:#120b08;color:#fff}.arda-company-timeline-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px}.arda-company-timeline-head h2{font-size:clamp(38px,4.5vw,72px);margin:0;color:#fff}.arda-company-steps{display:grid;gap:18px}.arda-company-step{display:grid;grid-template-columns:64px 1fr;gap:22px;padding:26px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.045);border-radius:28px}.arda-company-step>span{width:52px;height:52px;display:grid;place-items:center;border-radius:50%;background:rgba(214,163,93,.13);color:#f1c47a;font-weight:950}.arda-company-step h3{font-size:22px;color:#fff;margin:0 0 8px}.arda-company-step p{color:rgba(255,249,239,.72);margin:0;line-height:1.65}.arda-company-gallery-grid{display:grid;grid-template-columns:1.1fr .85fr 1fr;gap:18px;align-items:stretch}.arda-company-gallery figure{margin:0;border-radius:32px;overflow:hidden;background:#fff;box-shadow:0 18px 50px rgba(46,24,12,.08)}.arda-company-gallery img{width:100%;height:360px;display:block;object-fit:contain;padding:28px}.arda-company-gallery figure:first-child img{height:430px}.arda-company-final-cta{background:linear-gradient(180deg,#160d09,#0b0604);color:#fff}.arda-company-final-box{text-align:center;border:1px solid rgba(214,163,93,.24);background:radial-gradient(circle at 50% 0,rgba(214,163,93,.15),transparent 35%),rgba(255,255,255,.035);border-radius:38px;padding:64px 34px;box-shadow:var(--arda-shadow)}.arda-company-final-box h2{font-size:clamp(38px,4vw,66px);color:#fff;margin:0 0 18px}.arda-company-final-box p{max-width:760px;margin:0 auto;color:rgba(255,249,239,.74);font-size:18px;line-height:1.75}.arda-company-final-actions{justify-content:center}@media (max-width: 980px){.arda-company-intro-grid,.arda-company-signature-grid,.arda-company-timeline-grid{grid-template-columns:1fr;gap:38px}.arda-company-image img{height:460px}.arda-company-values-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.arda-company-gallery-grid{grid-template-columns:1fr 1fr}.arda-company-gallery figure:first-child{grid-column:span 2}.arda-company-note{border-left:0;border-top:1px solid rgba(214,163,93,.35);padding:28px 0 0}}@media (max-width: 640px){.arda-company-copy h2,.arda-company-quote blockquote,.arda-company-timeline-head h2,.arda-company-final-box h2{font-size:38px}.arda-company-image img{height:360px;border-radius:26px}.arda-company-image:before{display:none}.arda-company-values-grid,.arda-company-gallery-grid{grid-template-columns:1fr}.arda-company-gallery figure:first-child{grid-column:auto}.arda-company-gallery img,.arda-company-gallery figure:first-child img{height:300px}.arda-company-step{grid-template-columns:1fr;padding:22px}.arda-company-signature-grid,.arda-company-timeline-grid,.arda-company-intro-grid{gap:28px}.arda-company-final-box{padding:42px 22px;border-radius:28px}}

/* ==========================================================
   FASE R7 - Professionisti / Horeca Premium
   ========================================================== */
.arda-pro-premium{background:#120b08;color:#fff9ef}.arda-pro-premium .arda-section-light{background:linear-gradient(180deg,#fff9ef,#f3e7d7);color:#24150f}.arda-pro-premium .arda-kicker{display:inline-flex;align-items:center;gap:10px;margin-bottom:16px;color:#b98a3d;font-size:12px;letter-spacing:.18em;text-transform:uppercase;font-weight:950}.arda-pro-premium .arda-kicker:before{content:"";width:34px;height:1px;background:currentColor;opacity:.8}.arda-pro-premium h2{font-family:Georgia,"Times New Roman",serif;letter-spacing:-.045em;line-height:1.02}.arda-pro-intro{padding:clamp(72px,8vw,124px) 0}.arda-pro-intro-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.82fr);gap:clamp(38px,6vw,78px);align-items:center}.arda-pro-copy h2{font-size:clamp(40px,5.3vw,82px);margin:0 0 24px;color:#24150f}.arda-pro-copy p{font-size:18px;line-height:1.78;color:#604b3d;margin:0;max-width:760px}.arda-pro-mini-points{display:flex;gap:10px;flex-wrap:wrap;margin-top:30px}.arda-pro-mini-points span{border:1px solid rgba(140,29,24,.18);background:#fff;border-radius:999px;padding:10px 14px;color:#8c1d18;font-weight:900;font-size:13px}.arda-pro-image-card{position:relative;margin:0}.arda-pro-image-card:before{content:"";position:absolute;inset:24px -20px -20px 24px;border:1px solid rgba(140,29,24,.18);border-radius:34px}.arda-pro-image-card img{position:relative;display:block;width:100%;height:540px;object-fit:contain;background:linear-gradient(180deg,#fff2df,#e8c39a);border-radius:34px;padding:38px;box-shadow:0 28px 80px rgba(45,22,9,.18)}.arda-pro-image-card figcaption{position:absolute;left:22px;right:22px;bottom:22px;background:rgba(255,249,239,.88);color:#24150f;border:1px solid rgba(156,111,49,.18);border-radius:999px;padding:12px 16px;text-align:center;font-weight:900;font-size:12px;text-transform:uppercase;letter-spacing:.1em;backdrop-filter:blur(12px)}.arda-pro-channels{padding:clamp(76px,8vw,128px) 0;background:radial-gradient(circle at 100% 0,rgba(196,145,64,.18),transparent 30%),linear-gradient(135deg,#160d09,#090504)}.arda-pro-channels .arda-section-head{max-width:880px;margin-bottom:44px}.arda-pro-channels .arda-section-head h2{font-size:clamp(38px,4.8vw,76px);color:#fff;margin:0 0 18px}.arda-pro-channels .arda-section-head p{color:rgba(255,249,239,.72);font-size:17px;line-height:1.75;margin:0}.arda-pro-channel-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.arda-pro-channel-card{background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.10);border-radius:30px;overflow:hidden;box-shadow:0 26px 72px rgba(0,0,0,.22);transition:transform .45s ease,border-color .45s ease,background .45s ease}.arda-pro-channel-card:hover{transform:translateY(-8px);border-color:rgba(196,145,64,.42);background:rgba(255,255,255,.075)}.arda-pro-channel-media{height:210px;background:linear-gradient(180deg,#fff2df,#d7b083);display:grid;place-items:center;overflow:hidden}.arda-pro-channel-media img{width:100%;height:100%;object-fit:contain;padding:24px;filter:drop-shadow(0 20px 26px rgba(0,0,0,.22));transition:transform .6s ease}.arda-pro-channel-card:hover .arda-pro-channel-media img{transform:scale(1.05) rotate(-1deg)}.arda-pro-channel-body{padding:24px}.arda-pro-channel-body h3{font-size:24px;color:#fff;margin:0 0 10px}.arda-pro-channel-body p{margin:0;color:rgba(255,249,239,.70);font-size:15px;line-height:1.65}.arda-pro-process{padding:clamp(76px,8vw,120px) 0}.arda-pro-process-grid{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);gap:clamp(36px,6vw,76px);align-items:start}.arda-pro-process-head h2{font-size:clamp(38px,4.6vw,72px);color:#24150f;margin:0}.arda-pro-steps{display:grid;gap:16px}.arda-pro-step{display:grid;grid-template-columns:70px 1fr;gap:22px;background:#fff;border:1px solid rgba(36,21,15,.09);border-radius:28px;padding:28px;box-shadow:0 18px 52px rgba(36,21,15,.07)}.arda-pro-step>span{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#8c1d18;color:#fff;font-weight:950}.arda-pro-step h3{font-size:23px;color:#24150f;margin:0 0 8px}.arda-pro-step p{margin:0;color:#6a5648;line-height:1.65}.arda-pro-showcase{padding:clamp(76px,8vw,128px) 0;background:#120b08;color:#fff9ef}.arda-pro-showcase-grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:clamp(38px,6vw,78px);align-items:center}.arda-pro-showcase-text h2{font-size:clamp(38px,4.7vw,74px);margin:0 0 20px;color:#fff9ef}.arda-pro-showcase-text p{font-size:18px;line-height:1.78;color:rgba(255,249,239,.74);margin:0 0 30px;max-width:660px}.arda-pro-showcase-products{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;align-items:stretch}.arda-pro-showcase-products figure{margin:0;border-radius:30px;background:linear-gradient(180deg,#fff1de,#dfb787);overflow:hidden;box-shadow:0 24px 74px rgba(0,0,0,.24);position:relative}.arda-pro-showcase-products figure:first-child{grid-row:span 2}.arda-pro-showcase-products img{width:100%;height:100%;min-height:230px;object-fit:contain;padding:34px;display:block}.arda-pro-showcase-products figcaption{position:absolute;left:16px;bottom:16px;background:rgba(20,12,8,.78);border:1px solid rgba(255,255,255,.10);color:#fff;border-radius:999px;padding:9px 13px;font-weight:900;font-size:12px;letter-spacing:.04em;backdrop-filter:blur(10px)}.arda-pro-final{padding:clamp(72px,8vw,118px) 0}.arda-pro-final-box{text-align:center;background:#fff;border:1px solid rgba(36,21,15,.09);border-radius:38px;padding:clamp(42px,6vw,72px) clamp(22px,5vw,64px);box-shadow:0 28px 84px rgba(36,21,15,.10)}.arda-pro-final-box h2{font-size:clamp(36px,4.4vw,70px);color:#24150f;margin:0 0 18px}.arda-pro-final-box p{max-width:720px;margin:0 auto 28px;color:#6a5648;font-size:18px;line-height:1.75}.arda-pro-contact-list{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.arda-pro-contact-list a{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:13px 18px;background:#24150f;color:#fff9ef;text-decoration:none;font-weight:900;transition:transform .25s ease,background .25s ease}.arda-pro-contact-list a:hover{transform:translateY(-2px);background:#8c1d18}@media (max-width:1100px){.arda-pro-channel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.arda-pro-intro-grid,.arda-pro-process-grid,.arda-pro-showcase-grid{grid-template-columns:1fr}.arda-pro-showcase-products{max-width:760px}}@media (max-width:640px){.arda-pro-intro,.arda-pro-channels,.arda-pro-process,.arda-pro-showcase,.arda-pro-final{padding:64px 0}.arda-pro-copy h2,.arda-pro-channels .arda-section-head h2,.arda-pro-process-head h2,.arda-pro-showcase-text h2,.arda-pro-final-box h2{font-size:38px;letter-spacing:-.035em}.arda-pro-image-card:before{display:none}.arda-pro-image-card img{height:360px;border-radius:26px;padding:28px}.arda-pro-image-card figcaption{position:relative;left:auto;right:auto;bottom:auto;margin-top:12px;border-radius:18px}.arda-pro-channel-grid,.arda-pro-showcase-products{grid-template-columns:1fr}.arda-pro-channel-media{height:200px}.arda-pro-step{grid-template-columns:1fr;padding:22px}.arda-pro-contact-list a{width:100%}.arda-pro-mini-points span{width:100%;text-align:center}.arda-pro-final-box{border-radius:28px}.arda-pro-showcase-products figure:first-child{grid-row:auto}}


/* =========================================================
   Phase R8 - Ricette & Idee Premium
   ========================================================= */
.arda-recipes-page{
  background:
    radial-gradient(circle at 12% 4%, rgba(159,45,31,.10), transparent 34%),
    linear-gradient(180deg, var(--arda-black-950) 0%, var(--arda-black-900) 48%, var(--arda-black-950) 100%);
}
.arda-recipes-intro{
  background:var(--arda-cream);
  color:#1a120d;
}
.arda-recipes-intro .arda-eyebrow,
.arda-recipes-magazine .arda-eyebrow,
.arda-recipes-usecases .arda-eyebrow{
  color:var(--arda-red);
}
.arda-recipes-intro .arda-section-head h2,
.arda-recipes-magazine .arda-section-head h2{
  color:#1a120d;
}
.arda-recipes-intro .arda-section-head p,
.arda-recipes-magazine .arda-section-head p{
  color:rgba(26,18,13,.72);
}
.arda-recipes-intro-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:52px;
  align-items:center;
}
.arda-recipe-featured{
  display:grid;
  grid-template-columns:1fr .92fr;
  min-height:420px;
  border-radius:34px;
  overflow:hidden;
  background:#fffaf2;
  border:1px solid rgba(26,18,13,.08);
  box-shadow:0 24px 70px rgba(36,20,8,.14);
}
.arda-recipe-featured-media{
  min-height:420px;
  background:#1a120d;
}
.arda-recipe-featured-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.arda-recipe-featured-content{
  padding:44px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.arda-recipe-featured-content span,
.arda-recipe-premium-body span{
  display:inline-flex;
  width:max-content;
  margin-bottom:14px;
  color:var(--arda-red);
  font-size:12px;
  letter-spacing:.15em;
  text-transform:uppercase;
  font-weight:800;
}
.arda-recipe-featured-content h3{
  color:#1a120d;
  font-size:clamp(30px,3vw,48px);
  line-height:1;
  letter-spacing:-.045em;
  margin:0 0 18px;
}
.arda-recipe-featured-content p{
  color:rgba(26,18,13,.72);
  margin:0 0 26px;
}
.arda-link-arrow{
  display:inline-flex;
  width:max-content;
  align-items:center;
  gap:10px;
  color:#1a120d;
  font-weight:800;
}
.arda-link-arrow:after{
  content:"→";
  color:var(--arda-red);
  transition:transform .25s ease;
}
.arda-link-arrow:hover:after{
  transform:translateX(6px);
}
.arda-recipes-magazine{
  background:#fff9ef;
  color:#1a120d;
  padding-top:calc(var(--arda-section-y) + 12px);
}
.arda-recipes-grid-premium{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
}
.arda-recipe-premium-card{
  background:#fff;
  border:1px solid rgba(26,18,13,.08);
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 20px 54px rgba(36,20,8,.10);
  transition:transform .35s ease, box-shadow .35s ease;
}
.arda-recipe-premium-card:hover{
  transform:translateY(-8px);
  box-shadow:0 28px 80px rgba(36,20,8,.16);
}
.arda-recipe-premium-card figure{
  margin:0;
  height:245px;
  background:#f3e6d6;
  overflow:hidden;
}
.arda-recipe-premium-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .7s ease;
}
.arda-recipe-premium-card:hover img{
  transform:scale(1.055);
}
.arda-recipe-premium-body{
  padding:26px;
}
.arda-recipe-premium-body h3{
  color:#1a120d;
  margin:0 0 10px;
  font-size:23px;
  line-height:1.08;
  letter-spacing:-.025em;
}
.arda-recipe-premium-body p{
  color:rgba(26,18,13,.68);
  margin:0;
  font-size:15px;
}
.arda-recipes-usecases{
  background:linear-gradient(180deg,var(--arda-black-900),var(--arda-black-950));
}
.arda-usecase-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}
.arda-usecase-card{
  border:1px solid rgba(214,163,93,.22);
  background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.035));
  border-radius:28px;
  padding:30px;
  min-height:240px;
}
.arda-usecase-card span{
  display:block;
  color:var(--arda-gold-2);
  font-size:13px;
  letter-spacing:.16em;
  font-weight:900;
  margin-bottom:28px;
}
.arda-usecase-card h3{
  margin:0 0 12px;
  color:#fff;
  font-size:24px;
  line-height:1.1;
}
.arda-usecase-card p{
  margin:0;
  color:rgba(244,239,231,.74);
}
.arda-recipes-cta{
  background:var(--arda-cream);
  color:#1a120d;
}
.arda-recipes-cta-box{
  border-radius:36px;
  background:
    radial-gradient(circle at 12% 0%, rgba(214,163,93,.22), transparent 32%),
    linear-gradient(135deg,#fffaf2,#f4dfc5);
  border:1px solid rgba(26,18,13,.08);
  padding:64px;
  text-align:center;
  box-shadow:0 28px 90px rgba(36,20,8,.14);
}
.arda-recipes-cta-box h2{
  max-width:820px;
  margin:12px auto 18px;
  color:#1a120d;
  font-size:clamp(34px,5vw,66px);
  line-height:.98;
  letter-spacing:-.055em;
}
.arda-recipes-cta-box p{
  max-width:660px;
  margin:0 auto 30px;
  color:rgba(26,18,13,.72);
}
.arda-recipes-cta-box .arda-hero-actions{
  justify-content:center;
}

@media (max-width: 960px){
  .arda-recipes-intro-grid,
  .arda-recipe-featured{
    grid-template-columns:1fr;
  }
  .arda-recipe-featured-media{
    min-height:320px;
  }
  .arda-recipes-grid-premium{
    grid-template-columns:repeat(2,1fr);
  }
  .arda-usecase-grid{
    grid-template-columns:repeat(2,1fr);
  }
}
@media (max-width: 680px){
  .arda-recipe-featured-content,
  .arda-recipes-cta-box{
    padding:32px 24px;
  }
  .arda-recipes-grid-premium,
  .arda-usecase-grid{
    grid-template-columns:1fr;
  }
  .arda-recipe-premium-card figure{
    height:230px;
  }
  .arda-usecase-card{
    min-height:unset;
  }
}


/* =========================================================
 * FASE R10 — FINAL POLISH
 * Rifinitura premium: footer luxury, credits Orbistech,
 * microinterazioni, hover morbidi, dettagli editoriali.
 * ========================================================= */
:root{
  --arda-polish-cream:#fff7eb;
  --arda-polish-cream-2:#f7ead8;
  --arda-polish-ink:#1a100b;
  --arda-polish-gold:#d6a35d;
  --arda-polish-red:#9f211c;
}

.arda-site-header.is-scrolled{
  box-shadow:0 18px 58px rgba(0,0,0,.24);
}

.arda-main-nav a,
.arda-btn,
.arda-product-card,
.arda-category-card,
.arda-quality-card,
.arda-contact-item,
.arda-footer-menu a{
  -webkit-tap-highlight-color:transparent;
}

.arda-btn{
  position:relative;
  overflow:hidden;
}
.arda-btn:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(115deg,transparent 0%,rgba(255,255,255,.22) 45%,transparent 70%);
  transform:translateX(-120%);
  transition:transform .75s ease;
  pointer-events:none;
}
.arda-btn:hover:after{
  transform:translateX(120%);
}

.arda-product-card,
.arda-category-card,
.arda-quality-card,
.arda-contact-item{
  transition:transform .42s cubic-bezier(.2,.8,.2,1),box-shadow .42s cubic-bezier(.2,.8,.2,1),border-color .42s ease,background .42s ease;
}
.arda-product-card:hover,
.arda-quality-card:hover,
.arda-contact-item:hover{
  transform:translateY(-7px);
}
.arda-product-card:hover{
  box-shadow:0 28px 78px rgba(36,20,8,.16);
}
.arda-category-card:hover{
  transform:translateY(-6px) scale(1.01);
}

.arda-section-head .arda-eyebrow,
.arda-eyebrow{
  text-shadow:none;
}

.arda-footer{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% -10%,rgba(214,163,93,.16),transparent 34%),
    radial-gradient(circle at 88% 0%,rgba(159,33,28,.18),transparent 28%),
    linear-gradient(180deg,#100905 0%,#070403 70%,#050302 100%);
}
.arda-footer:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.28;
  background-image:linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);
  background-size:58px 58px;
  mask-image:linear-gradient(180deg,transparent,black 18%,black 76%,transparent);
}
.arda-footer > *{
  position:relative;
}
.arda-footer-cta{
  background:
    radial-gradient(circle at 86% 16%,rgba(214,163,93,.22),transparent 30%),
    linear-gradient(135deg,#351911 0%,#130b07 58%,#080403 100%);
  border-color:rgba(214,163,93,.30);
}
.arda-footer-cta h2{
  color:#fff7eb;
  text-wrap:balance;
}
.arda-footer-grid{
  align-items:start;
}
.arda-footer h3{
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.16em;
  color:var(--arda-polish-gold);
  margin-bottom:18px;
}
.arda-footer-logo{
  filter:drop-shadow(0 12px 32px rgba(0,0,0,.28));
}
.arda-footer-polish-brand p{
  color:rgba(255,247,235,.70);
  line-height:1.75;
}
.arda-footer-menu a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:rgba(255,247,235,.72);
  transition:color .24s ease,transform .24s ease;
}
.arda-footer-menu a:before{
  content:"";
  width:0;
  height:1px;
  background:var(--arda-polish-gold);
  transition:width .24s ease;
}
.arda-footer-menu a:hover{
  color:#fff7eb;
  transform:translateX(3px);
}
.arda-footer-menu a:hover:before{
  width:16px;
}
.arda-footer-address,
.arda-footer-company{
  color:rgba(255,247,235,.68);
}
.arda-footer-address a{
  color:#fff7eb;
}
.arda-footer-bottom{
  background:rgba(0,0,0,.16);
}
.arda-footer-bottom-inner{
  align-items:center;
}
.arda-orbistech-credit{
  color:rgba(255,247,235,.62);
}
.arda-orbistech-credit a{
  color:#f2c778;
  font-weight:900;
  text-decoration:none;
  border-bottom:1px solid rgba(242,199,120,.36);
  transition:color .24s ease,border-color .24s ease;
}
.arda-orbistech-credit a:hover{
  color:#fff3d2;
  border-color:#fff3d2;
}

.arda-whatsapp-float{
  backdrop-filter:blur(14px);
}
.arda-whatsapp-float:focus-visible,
.arda-btn:focus-visible,
.arda-main-nav a:focus-visible,
.arda-footer-menu a:focus-visible{
  outline:2px solid rgba(214,163,93,.85);
  outline-offset:4px;
}

[data-arda-reveal]{
  will-change:opacity,transform;
}
[data-arda-reveal].is-visible{
  animation:ardaPolishReveal .68s cubic-bezier(.2,.8,.2,1) both;
}
@keyframes ardaPolishReveal{
  from{opacity:0;transform:translateY(24px)}
  to{opacity:1;transform:translateY(0)}
}

.arda-footer-badges span{
  transition:background .25s ease,transform .25s ease,border-color .25s ease;
}
.arda-footer-badges span:hover{
  transform:translateY(-2px);
  background:rgba(214,163,93,.12);
  border-color:rgba(214,163,93,.42);
}


/* R11 — final QA polish */
.arda-orbistech-credit a{color:var(--arda-gold,#c49b3d);text-decoration:none;font-weight:700;}
.arda-orbistech-credit a:hover,.arda-orbistech-credit a:focus{text-decoration:underline;text-underline-offset:4px;}
.arda-footer-bottom-inner{gap:16px;}
.arda-footer-address a,.arda-footer-menu a{transition:color .22s ease,opacity .22s ease;}
.arda-footer-address a:hover,.arda-footer-menu a:hover{color:var(--arda-gold,#c49b3d);}
.arda-btn:focus-visible,.arda-link-arrow:focus-visible,.arda-site-nav a:focus-visible{outline:2px solid var(--arda-gold,#c49b3d);outline-offset:4px;border-radius:10px;}
img{max-width:100%;height:auto;}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important;}}
@media (max-width:640px){.arda-footer-bottom-inner{align-items:flex-start;text-align:left}.arda-orbistech-credit{display:block;margin-top:8px}}

/* =========================================================
   FASE R13 - Hero readability refinement
   ========================================================= */
.arda-global-hero,
.arda-hero-slider{
  min-height:clamp(610px,82vh,790px);
}
.arda-global-hero .arda-hero-slide,
.arda-hero-slider .arda-hero-slide{
  filter:saturate(1.08) contrast(1.04) brightness(1.08);
  background-position:center center;
}
.arda-global-hero .arda-hero-slide.is-active,
.arda-hero-slider .arda-hero-slide.is-active{
  transform:scale(1.035);
}
.arda-global-hero .arda-hero-overlay,
.arda-hero-slider .arda-hero-overlay{
  background:
    linear-gradient(90deg,rgba(8,4,3,.76) 0%,rgba(8,4,3,.58) 30%,rgba(8,4,3,.26) 58%,rgba(8,4,3,.08) 100%),
    linear-gradient(180deg,rgba(0,0,0,.08) 0%,rgba(0,0,0,.18) 60%,rgba(0,0,0,.34) 100%);
}
.arda-global-hero:after,
.arda-hero-slider:after{
  height:95px;
  background:linear-gradient(to bottom,transparent,rgba(17,17,17,.38));
}
.arda-global-hero .arda-hero-content,
.arda-hero-slider .arda-hero-content{
  padding-top:clamp(96px,12vh,145px);
  padding-bottom:clamp(68px,9vh,105px);
}
.arda-global-hero .arda-hero-copy,
.arda-hero-slider .arda-hero-copy{
  max-width:680px;
  min-height:clamp(225px,28vh,330px);
}
.arda-global-hero .arda-hero-copy-slide,
.arda-hero-slider .arda-hero-copy-slide{
  max-width:680px;
}
.arda-global-hero h1,
.arda-hero-slider h1{
  font-size:clamp(42px,5.45vw,78px);
  line-height:1;
  letter-spacing:-.055em;
  max-width:680px;
  margin-bottom:18px;
  text-shadow:0 12px 42px rgba(0,0,0,.48);
}
.arda-global-hero p,
.arda-hero-slider p{
  max-width:560px;
  font-size:clamp(16px,1.18vw,19px);
  line-height:1.55;
  color:rgba(255,249,239,.91);
  text-shadow:0 8px 26px rgba(0,0,0,.42);
}
.arda-global-hero .arda-eyebrow,
.arda-hero-slider .arda-eyebrow{
  margin-bottom:14px;
  letter-spacing:.16em;
  color:#eac272;
}
.arda-global-hero .arda-hero-actions,
.arda-hero-slider .arda-hero-actions{
  margin-top:22px;
  gap:12px;
}
.arda-global-hero .arda-btn,
.arda-hero-slider .arda-btn{
  min-height:44px;
  padding:12px 22px;
  font-size:13px;
}
.arda-global-hero .arda-hero-dots,
.arda-hero-slider .arda-hero-dots{
  margin-top:24px;
  gap:9px;
}
.arda-global-hero .arda-hero-dot,
.arda-hero-slider .arda-hero-dot{
  width:34px;
  height:3px;
  background:rgba(255,255,255,.34);
}
.arda-global-hero .arda-hero-dot.is-active,
.arda-hero-slider .arda-hero-dot.is-active{
  width:54px;
  background:linear-gradient(90deg,#c8943d,#f0ca79);
}

@media (max-width: 980px){
  .arda-global-hero,
  .arda-hero-slider{
    min-height:690px;
  }
  .arda-global-hero .arda-hero-overlay,
  .arda-hero-slider .arda-hero-overlay{
    background:
      linear-gradient(180deg,rgba(8,4,3,.18) 0%,rgba(8,4,3,.28) 28%,rgba(8,4,3,.78) 82%,rgba(8,4,3,.88) 100%),
      linear-gradient(90deg,rgba(8,4,3,.45),rgba(8,4,3,.12));
  }
  .arda-global-hero .arda-hero-slide,
  .arda-hero-slider .arda-hero-slide{
    background-position:center center;
    filter:saturate(1.06) contrast(1.03) brightness(1.03);
  }
  .arda-global-hero .arda-hero-content,
  .arda-hero-slider .arda-hero-content{
    padding-top:90px;
    padding-bottom:48px;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
  }
  .arda-global-hero .arda-hero-copy,
  .arda-hero-slider .arda-hero-copy{
    min-height:250px;
  }
  .arda-global-hero h1,
  .arda-hero-slider h1{
    font-size:clamp(36px,10.5vw,54px);
    max-width:94vw;
    margin-bottom:14px;
  }
  .arda-global-hero p,
  .arda-hero-slider p{
    font-size:15.5px;
    max-width:92vw;
  }
  .arda-global-hero .arda-hero-actions,
  .arda-hero-slider .arda-hero-actions{
    margin-top:18px;
    max-width:340px;
  }
  .arda-global-hero .arda-hero-dots,
  .arda-hero-slider .arda-hero-dots{
    margin-top:20px;
  }
}

@media (max-width: 560px){
  .arda-global-hero,
  .arda-hero-slider{
    min-height:620px;
  }
  .arda-global-hero .arda-hero-slide,
  .arda-hero-slider .arda-hero-slide{
    background-position:center top;
  }
  .arda-global-hero .arda-hero-content,
  .arda-hero-slider .arda-hero-content{
    padding-top:78px;
    padding-bottom:36px;
  }
  .arda-global-hero .arda-hero-copy,
  .arda-hero-slider .arda-hero-copy{
    min-height:238px;
  }
  .arda-global-hero h1,
  .arda-hero-slider h1{
    font-size:clamp(34px,11.2vw,46px);
  }
  .arda-global-hero .arda-hero-actions,
  .arda-hero-slider .arda-hero-actions{
    display:grid;
    grid-template-columns:1fr;
    width:100%;
    max-width:310px;
  }
}


/* =========================================================
   FASE R14 - Hero visual fix reale: immagine più visibile,
   testo più leggero, autoplay confermato e layout più pulito
   ========================================================= */
.arda-global-hero,
.arda-hero-slider{
  min-height:clamp(620px,78vh,760px) !important;
  background:#090503 !important;
}
.arda-global-hero .arda-hero-slide,
.arda-hero-slider .arda-hero-slide{
  background-position:center right !important;
  background-size:cover !important;
  filter:saturate(1.12) contrast(1.05) brightness(1.16) !important;
  transform:scale(1.015) !important;
  transition:opacity 1200ms ease,transform 7200ms ease !important;
}
.arda-global-hero .arda-hero-slide.is-active,
.arda-hero-slider .arda-hero-slide.is-active{
  transform:scale(1.055) !important;
}
.arda-global-hero .arda-hero-overlay,
.arda-hero-slider .arda-hero-overlay{
  background:
    linear-gradient(90deg,rgba(6,3,2,.70) 0%,rgba(6,3,2,.48) 33%,rgba(6,3,2,.16) 66%,rgba(6,3,2,.03) 100%),
    linear-gradient(180deg,rgba(0,0,0,.04) 0%,rgba(0,0,0,.10) 56%,rgba(0,0,0,.22) 100%) !important;
}
.arda-global-hero:after,
.arda-hero-slider:after{
  height:72px !important;
  background:linear-gradient(to bottom,transparent,rgba(8,5,3,.24)) !important;
}
.arda-global-hero .arda-hero-content,
.arda-hero-slider .arda-hero-content{
  padding-top:clamp(86px,10vh,128px) !important;
  padding-bottom:clamp(56px,7vh,86px) !important;
}
.arda-global-hero .arda-hero-copy,
.arda-hero-slider .arda-hero-copy{
  max-width:610px !important;
  min-height:clamp(205px,23vh,285px) !important;
}
.arda-global-hero .arda-hero-copy-slide,
.arda-hero-slider .arda-hero-copy-slide{
  max-width:610px !important;
}
.arda-global-hero .arda-eyebrow,
.arda-hero-slider .arda-eyebrow{
  margin-bottom:12px !important;
  font-size:11px !important;
  letter-spacing:.16em !important;
  color:#e8bf68 !important;
}
.arda-global-hero h1,
.arda-hero-slider h1{
  font-size:clamp(38px,4.7vw,66px) !important;
  line-height:1.02 !important;
  max-width:610px !important;
  margin:0 0 16px !important;
  letter-spacing:-.045em !important;
  text-shadow:0 10px 36px rgba(0,0,0,.44) !important;
}
.arda-global-hero p,
.arda-hero-slider p{
  max-width:500px !important;
  font-size:clamp(15px,1.05vw,18px) !important;
  line-height:1.55 !important;
  color:rgba(255,249,239,.94) !important;
  text-shadow:0 6px 22px rgba(0,0,0,.38) !important;
}
.arda-global-hero .arda-hero-actions,
.arda-hero-slider .arda-hero-actions{
  margin-top:18px !important;
  gap:12px !important;
  align-items:center !important;
}
.arda-global-hero .arda-btn,
.arda-hero-slider .arda-btn{
  min-height:42px !important;
  padding:11px 20px !important;
  font-size:13px !important;
  border-radius:999px !important;
}
.arda-global-hero .arda-hero-dots,
.arda-hero-slider .arda-hero-dots{
  margin-top:22px !important;
  gap:8px !important;
  align-items:center !important;
}
.arda-global-hero .arda-hero-dot,
.arda-hero-slider .arda-hero-dot{
  width:28px !important;
  height:3px !important;
  border-radius:99px !important;
  background:rgba(255,255,255,.34) !important;
}
.arda-global-hero .arda-hero-dot.is-active,
.arda-hero-slider .arda-hero-dot.is-active{
  width:46px !important;
  background:#d6a35d !important;
}

@media (max-width:980px){
  .arda-global-hero,
  .arda-hero-slider{min-height:640px !important;}
  .arda-global-hero .arda-hero-slide,
  .arda-hero-slider .arda-hero-slide{
    background-position:center center !important;
    filter:saturate(1.08) contrast(1.02) brightness(1.08) !important;
  }
  .arda-global-hero .arda-hero-overlay,
  .arda-hero-slider .arda-hero-overlay{
    background:
      linear-gradient(180deg,rgba(6,3,2,.10) 0%,rgba(6,3,2,.22) 38%,rgba(6,3,2,.70) 100%),
      linear-gradient(90deg,rgba(6,3,2,.42),rgba(6,3,2,.10)) !important;
  }
  .arda-global-hero .arda-hero-content,
  .arda-hero-slider .arda-hero-content{
    padding-top:82px !important;
    padding-bottom:34px !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:flex-end !important;
  }
  .arda-global-hero .arda-hero-copy,
  .arda-hero-slider .arda-hero-copy{
    max-width:94vw !important;
    min-height:235px !important;
  }
  .arda-global-hero h1,
  .arda-hero-slider h1{
    font-size:clamp(33px,9.5vw,48px) !important;
    max-width:92vw !important;
  }
  .arda-global-hero p,
  .arda-hero-slider p{
    max-width:90vw !important;
    font-size:15px !important;
  }
}
@media (max-width:560px){
  .arda-global-hero,
  .arda-hero-slider{min-height:590px !important;}
  .arda-global-hero .arda-hero-content,
  .arda-hero-slider .arda-hero-content{padding-top:72px !important;padding-bottom:28px !important;}
  .arda-global-hero .arda-hero-copy,
  .arda-hero-slider .arda-hero-copy{min-height:228px !important;}
  .arda-global-hero .arda-hero-actions,
  .arda-hero-slider .arda-hero-actions{display:grid !important;grid-template-columns:1fr !important;max-width:300px !important;width:100% !important;}
  .arda-global-hero .arda-btn,
  .arda-hero-slider .arda-btn{width:100% !important;justify-content:center !important;}
}

/* =========================================================
   FASE R15 - Fix reale layout hero + sezioni catalogo
   Obiettivo: rimuovere conflitti CSS vecchi, rendere la hero
   leggibile e sistemare le CTA/catalog preview con griglie premium.
   ========================================================= */

/* HERO: struttura stabile, testo grande ma non sovrapposto */
.arda-global-hero,
.arda-hero-slider{
  min-height:clamp(690px,84vh,860px) !important;
  background:#080403 !important;
}
.arda-global-hero .arda-hero-slides,
.arda-hero-slider .arda-hero-slides{
  position:absolute !important;
  inset:0 !important;
  z-index:0 !important;
}
.arda-global-hero .arda-hero-slide,
.arda-hero-slider .arda-hero-slide{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  opacity:0 !important;
  background-size:cover !important;
  background-position:center right !important;
  filter:saturate(1.12) contrast(1.06) brightness(1.18) !important;
  transform:scale(1.01) !important;
  transition:opacity 1250ms ease, transform 7600ms ease !important;
}
.arda-global-hero .arda-hero-slide.is-active,
.arda-hero-slider .arda-hero-slide.is-active{
  opacity:1 !important;
  transform:scale(1.055) !important;
}
.arda-global-hero .arda-hero-overlay,
.arda-hero-slider .arda-hero-overlay{
  position:absolute !important;
  inset:0 !important;
  z-index:1 !important;
  background:
    linear-gradient(90deg,rgba(6,3,2,.82) 0%,rgba(6,3,2,.64) 31%,rgba(6,3,2,.22) 58%,rgba(6,3,2,.05) 100%),
    linear-gradient(180deg,rgba(0,0,0,.05) 0%,rgba(0,0,0,.08) 56%,rgba(0,0,0,.20) 100%) !important;
}
.arda-global-hero:after,
.arda-hero-slider:after{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:0 !important;
  height:68px !important;
  z-index:1 !important;
  background:linear-gradient(to bottom,transparent,rgba(12,8,5,.28)) !important;
}
.arda-global-hero .arda-hero-content,
.arda-hero-slider .arda-hero-content{
  position:relative !important;
  z-index:2 !important;
  display:block !important;
  width:min(100% - 48px,1240px) !important;
  padding-top:clamp(118px,13vh,172px) !important;
  padding-bottom:clamp(76px,9vh,118px) !important;
}
.arda-global-hero .arda-hero-copy,
.arda-hero-slider .arda-hero-copy{
  position:relative !important;
  width:min(100%,720px) !important;
  max-width:720px !important;
  min-height:clamp(350px,35vh,430px) !important;
}
.arda-global-hero .arda-hero-copy-slide,
.arda-hero-slider .arda-hero-copy-slide{
  position:absolute !important;
  left:0 !important;
  top:0 !important;
  right:auto !important;
  max-width:720px !important;
  opacity:0 !important;
  transform:translateY(18px) !important;
  pointer-events:none !important;
  transition:opacity .75s ease,transform .75s ease !important;
}
.arda-global-hero .arda-hero-copy-slide.is-active,
.arda-hero-slider .arda-hero-copy-slide.is-active{
  opacity:1 !important;
  transform:translateY(0) !important;
  pointer-events:auto !important;
}
.arda-global-hero .arda-eyebrow,
.arda-hero-slider .arda-eyebrow{
  margin-bottom:18px !important;
  font-size:13px !important;
  letter-spacing:.18em !important;
  color:#e9bf67 !important;
  text-shadow:0 8px 28px rgba(0,0,0,.50) !important;
}
.arda-global-hero h1,
.arda-hero-slider h1{
  max-width:720px !important;
  font-size:clamp(58px,6.7vw,100px) !important;
  line-height:.94 !important;
  letter-spacing:-.06em !important;
  margin:0 0 24px !important;
  color:#fff8ec !important;
  text-shadow:0 18px 54px rgba(0,0,0,.55) !important;
}
.arda-global-hero p,
.arda-hero-slider p{
  max-width:610px !important;
  font-size:clamp(20px,1.55vw,25px) !important;
  line-height:1.45 !important;
  color:rgba(255,249,239,.94) !important;
  margin:0 !important;
  text-shadow:0 10px 30px rgba(0,0,0,.48) !important;
}
.arda-global-hero .arda-hero-actions,
.arda-hero-slider .arda-hero-actions{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:16px !important;
  align-items:center !important;
  margin-top:26px !important;
  max-width:720px !important;
  position:relative !important;
  z-index:5 !important;
}
.arda-global-hero .arda-btn,
.arda-hero-slider .arda-btn{
  min-height:50px !important;
  padding:14px 28px !important;
  border-radius:999px !important;
  font-size:15px !important;
  line-height:1 !important;
}
.arda-global-hero .arda-hero-dots,
.arda-hero-slider .arda-hero-dots{
  display:flex !important;
  gap:10px !important;
  align-items:center !important;
  margin-top:34px !important;
  position:relative !important;
  z-index:5 !important;
}
.arda-global-hero .arda-hero-dot,
.arda-hero-slider .arda-hero-dot{
  width:42px !important;
  height:4px !important;
  border:0 !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.36) !important;
  opacity:1 !important;
}
.arda-global-hero .arda-hero-dot.is-active,
.arda-hero-slider .arda-hero-dot.is-active{
  width:66px !important;
  background:linear-gradient(90deg,#d6a35d,#f1cb7c) !important;
}

/* HOME CATEGORIE: niente masonry, card tutte uguali */
.arda-home-categories{
  background:#fff6e9 !important;
  color:#20120d !important;
  padding:92px 0 104px !important;
}
.arda-home-categories .arda-section-head{
  max-width:760px !important;
  margin:0 auto 42px !important;
  text-align:center !important;
}
.arda-home-categories .arda-section-head h2{
  color:#20120d !important;
  font-size:clamp(40px,4.2vw,64px) !important;
  line-height:1 !important;
  margin-bottom:14px !important;
}
.arda-home-categories .arda-section-head p{
  color:#6d5949 !important;
  margin-left:auto !important;
  margin-right:auto !important;
  font-size:17px !important;
  line-height:1.65 !important;
}
.arda-home-categories .arda-category-grid-large{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:24px !important;
  max-width:980px !important;
  margin:0 auto !important;
}
.arda-home-categories .arda-category-card,
.arda-home-categories .arda-category-card-featured{
  min-height:0 !important;
  height:100% !important;
  grid-row:auto !important;
  grid-column:auto !important;
  padding:0 !important;
  background:#fffdf8 !important;
  border:1px solid rgba(35,20,13,.10) !important;
  border-radius:20px !important;
  overflow:hidden !important;
  box-shadow:0 24px 62px rgba(41,24,13,.08) !important;
}
.arda-home-categories .arda-category-card:before,
.arda-home-categories .arda-category-overlay{
  display:none !important;
}
.arda-home-categories .arda-category-card a,
.arda-home-categories .arda-category-card-featured a{
  min-height:0 !important;
  height:100% !important;
  display:flex !important;
  flex-direction:column !important;
  color:#20120d !important;
  text-decoration:none !important;
}
.arda-home-categories .arda-category-card img{
  display:block !important;
  width:100% !important;
  height:210px !important;
  object-fit:contain !important;
  padding:24px !important;
  background:linear-gradient(180deg,#f4e5cf,#fff8ec) !important;
  transition:transform .55s ease,filter .55s ease !important;
}
.arda-home-categories .arda-category-card:hover img{
  transform:scale(1.045) !important;
  filter:saturate(1.05) contrast(1.02) !important;
}
.arda-home-categories .arda-category-card div{
  position:static !important;
  padding:22px 24px 26px !important;
  min-height:174px !important;
  display:flex !important;
  flex-direction:column !important;
}
.arda-home-categories .arda-category-card small{
  color:#9a251d !important;
  font-size:10px !important;
  letter-spacing:.15em !important;
  margin-bottom:10px !important;
}
.arda-home-categories .arda-category-card h3{
  color:#20120d !important;
  font-size:24px !important;
  line-height:1.08 !important;
  margin:0 0 10px !important;
  letter-spacing:-.03em !important;
}
.arda-home-categories .arda-category-card p{
  color:#6d5949 !important;
  font-size:14px !important;
  line-height:1.55 !important;
  margin:0 !important;
  max-width:none !important;
  display:-webkit-box !important;
  -webkit-line-clamp:3 !important;
  -webkit-box-orient:vertical !important;
  overflow:hidden !important;
}

/* LE NOSTRE SELEZIONI: sezione compatta, dark e cinematica */
.arda-featured-products{
  background:
    linear-gradient(180deg,rgba(8,4,3,.92),rgba(15,7,4,.96)),
    radial-gradient(circle at 30% 20%,rgba(159,45,31,.22),transparent 35%) !important;
  color:#fff8ec !important;
  padding:82px 0 88px !important;
}
.arda-featured-head-r15{
  text-align:center !important;
  max-width:720px !important;
  margin:0 auto 36px !important;
}
.arda-featured-head-r15 h2{
  font-size:clamp(34px,3.8vw,54px) !important;
  line-height:1 !important;
  margin-bottom:12px !important;
}
.arda-featured-head-r15 p{
  margin-left:auto !important;
  margin-right:auto !important;
  color:rgba(255,245,231,.72) !important;
  font-size:16px !important;
  line-height:1.62 !important;
}
.arda-featured-grid-r15,
.arda-product-grid-home{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:22px !important;
  align-items:stretch !important;
}
.arda-featured-products .arda-product-card,
.arda-featured-products .arda-product-card-featured{
  grid-column:auto !important;
  min-height:0 !important;
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025)) !important;
  border:1px solid rgba(255,255,255,.13) !important;
  border-radius:22px !important;
  overflow:hidden !important;
  box-shadow:0 26px 70px rgba(0,0,0,.28) !important;
}
.arda-featured-products .arda-product-card:nth-child(n+5){
  display:none !important;
}
.arda-featured-products .arda-product-card-media,
.arda-featured-products .arda-product-card-featured .arda-product-card-media{
  height:210px !important;
  background:#f4e6d2 !important;
  display:grid !important;
  place-items:center !important;
}
.arda-featured-products .arda-product-card-media img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  padding:20px !important;
}
.arda-featured-products .arda-product-card-body{
  padding:22px 22px 24px !important;
  min-height:170px !important;
  display:flex !important;
  flex-direction:column !important;
}
.arda-featured-products .arda-product-card-body span{
  color:#e2b462 !important;
  font-size:10px !important;
  letter-spacing:.15em !important;
  margin-bottom:8px !important;
}
.arda-featured-products .arda-product-card-body h3{
  color:#fff8ec !important;
  font-size:21px !important;
  line-height:1.12 !important;
  margin:0 0 9px !important;
}
.arda-featured-products .arda-product-card-body p{
  color:rgba(255,245,231,.70) !important;
  font-size:13px !important;
  line-height:1.48 !important;
  margin:0 0 15px !important;
  display:-webkit-box !important;
  -webkit-line-clamp:2 !important;
  -webkit-box-orient:vertical !important;
  overflow:hidden !important;
}
.arda-featured-products .arda-product-card-body a{
  margin-top:auto !important;
  color:#e2b462 !important;
  font-size:13px !important;
  font-weight:900 !important;
}
.arda-featured-bottom-r15{
  display:flex !important;
  justify-content:center !important;
  margin-top:34px !important;
}

@media (max-width:1100px){
  .arda-featured-grid-r15,
  .arda-product-grid-home{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
  .arda-home-categories .arda-category-grid-large{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media (max-width:760px){
  .arda-global-hero,
  .arda-hero-slider{min-height:680px !important;}
  .arda-global-hero .arda-hero-slide,
  .arda-hero-slider .arda-hero-slide{
    background-position:center center !important;
    filter:saturate(1.08) contrast(1.03) brightness(1.05) !important;
  }
  .arda-global-hero .arda-hero-overlay,
  .arda-hero-slider .arda-hero-overlay{
    background:
      linear-gradient(180deg,rgba(6,3,2,.10) 0%,rgba(6,3,2,.24) 38%,rgba(6,3,2,.76) 100%),
      linear-gradient(90deg,rgba(6,3,2,.48),rgba(6,3,2,.16)) !important;
  }
  .arda-global-hero .arda-hero-content,
  .arda-hero-slider .arda-hero-content{
    width:min(100% - 28px,1240px) !important;
    min-height:680px !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:flex-end !important;
    padding-top:84px !important;
    padding-bottom:36px !important;
  }
  .arda-global-hero .arda-hero-copy,
  .arda-hero-slider .arda-hero-copy{
    width:100% !important;
    max-width:100% !important;
    min-height:300px !important;
  }
  .arda-global-hero h1,
  .arda-hero-slider h1{
    font-size:clamp(42px,13vw,62px) !important;
    max-width:96vw !important;
    line-height:.98 !important;
  }
  .arda-global-hero p,
  .arda-hero-slider p{
    max-width:94vw !important;
    font-size:17px !important;
    line-height:1.45 !important;
  }
  .arda-global-hero .arda-hero-actions,
  .arda-hero-slider .arda-hero-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    width:100% !important;
    max-width:330px !important;
    gap:12px !important;
    margin-top:22px !important;
  }
  .arda-global-hero .arda-btn,
  .arda-hero-slider .arda-btn{
    width:100% !important;
    justify-content:center !important;
  }
  .arda-home-categories .arda-category-grid-large,
  .arda-featured-grid-r15,
  .arda-product-grid-home{
    grid-template-columns:1fr !important;
    max-width:430px !important;
  }
  .arda-featured-products .arda-product-card:nth-child(n+5){display:block !important;}
  .arda-home-categories{padding:70px 0 78px !important;}
}


/* =========================================================
   FASE R16 - Fix tecnico hero e autoplay reale
   - testo spostato a sinistra
   - CTA sotto al testo senza sovrapposizione
   - overlay più leggibile
   - slider automatico non bloccato dal mouse
   ========================================================= */
.arda-global-hero,
.arda-hero-slider{
  min-height:clamp(650px,76vh,790px) !important;
  overflow:hidden !important;
}
.arda-global-hero .arda-hero-slide,
.arda-hero-slider .arda-hero-slide{
  background-position:center right !important;
  filter:saturate(1.10) contrast(1.05) brightness(1.16) !important;
  transition:opacity 1100ms ease, transform 6800ms ease !important;
}
.arda-global-hero .arda-hero-slide.is-active,
.arda-hero-slider .arda-hero-slide.is-active{
  transform:scale(1.045) !important;
}
.arda-global-hero .arda-hero-overlay,
.arda-hero-slider .arda-hero-overlay{
  background:
    linear-gradient(90deg,rgba(5,3,2,.80) 0%,rgba(5,3,2,.66) 25%,rgba(5,3,2,.34) 46%,rgba(5,3,2,.10) 72%,rgba(5,3,2,.06) 100%),
    linear-gradient(180deg,rgba(0,0,0,.05) 0%,rgba(0,0,0,.10) 62%,rgba(0,0,0,.24) 100%) !important;
}
.arda-global-hero .arda-hero-content,
.arda-hero-slider .arda-hero-content{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding-left:clamp(34px,8.8vw,148px) !important;
  padding-right:clamp(24px,4vw,70px) !important;
  padding-top:clamp(92px,10vh,128px) !important;
  padding-bottom:clamp(54px,7vh,92px) !important;
  min-height:inherit !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  align-items:flex-start !important;
}
.arda-global-hero .arda-hero-copy,
.arda-hero-slider .arda-hero-copy{
  width:min(44vw,620px) !important;
  max-width:620px !important;
  min-height:clamp(360px,42vh,470px) !important;
  margin:0 !important;
}
.arda-global-hero .arda-hero-copy-slide,
.arda-hero-slider .arda-hero-copy-slide{
  max-width:620px !important;
}
.arda-global-hero .arda-eyebrow,
.arda-hero-slider .arda-eyebrow{
  display:block !important;
  margin-bottom:16px !important;
  font-size:clamp(11px,.9vw,14px) !important;
  letter-spacing:.19em !important;
}
.arda-global-hero h1,
.arda-hero-slider h1{
  max-width:620px !important;
  font-size:clamp(52px,5.15vw,86px) !important;
  line-height:.95 !important;
  letter-spacing:-.055em !important;
  margin:0 0 22px !important;
}
.arda-global-hero p,
.arda-hero-slider p{
  max-width:560px !important;
  font-size:clamp(18px,1.25vw,22px) !important;
  line-height:1.48 !important;
  margin:0 !important;
}
.arda-global-hero .arda-hero-actions,
.arda-hero-slider .arda-hero-actions{
  clear:both !important;
  margin-top:28px !important;
  gap:14px !important;
  max-width:620px !important;
  position:relative !important;
  z-index:10 !important;
  transform:none !important;
}
.arda-global-hero .arda-btn,
.arda-hero-slider .arda-btn{
  min-height:48px !important;
  padding:14px 27px !important;
  font-size:15px !important;
  white-space:nowrap !important;
}
.arda-global-hero .arda-hero-dots,
.arda-hero-slider .arda-hero-dots{
  margin-top:30px !important;
  margin-left:0 !important;
  align-self:flex-start !important;
}

@media (min-width:1500px){
  .arda-global-hero .arda-hero-content,
  .arda-hero-slider .arda-hero-content{padding-left:170px !important;}
  .arda-global-hero .arda-hero-copy,
  .arda-hero-slider .arda-hero-copy{width:590px !important;}
}
@media (max-width:1180px){
  .arda-global-hero .arda-hero-copy,
  .arda-hero-slider .arda-hero-copy{width:min(52vw,600px) !important;}
  .arda-global-hero h1,
  .arda-hero-slider h1{font-size:clamp(48px,6.2vw,74px) !important;}
}
@media (max-width:860px){
  .arda-global-hero,
  .arda-hero-slider{min-height:680px !important;}
  .arda-global-hero .arda-hero-slide,
  .arda-hero-slider .arda-hero-slide{background-position:center center !important;filter:saturate(1.08) contrast(1.03) brightness(1.04) !important;}
  .arda-global-hero .arda-hero-overlay,
  .arda-hero-slider .arda-hero-overlay{
    background:
      linear-gradient(180deg,rgba(5,3,2,.12) 0%,rgba(5,3,2,.30) 36%,rgba(5,3,2,.84) 100%),
      linear-gradient(90deg,rgba(5,3,2,.52),rgba(5,3,2,.08)) !important;
  }
  .arda-global-hero .arda-hero-content,
  .arda-hero-slider .arda-hero-content{
    justify-content:flex-end !important;
    padding-left:22px !important;
    padding-right:22px !important;
    padding-top:82px !important;
    padding-bottom:34px !important;
  }
  .arda-global-hero .arda-hero-copy,
  .arda-hero-slider .arda-hero-copy{
    width:100% !important;
    max-width:100% !important;
    min-height:310px !important;
  }
  .arda-global-hero h1,
  .arda-hero-slider h1{
    max-width:96vw !important;
    font-size:clamp(41px,11.8vw,60px) !important;
    line-height:.98 !important;
  }
  .arda-global-hero p,
  .arda-hero-slider p{font-size:16px !important;max-width:94vw !important;}
  .arda-global-hero .arda-hero-actions,
  .arda-hero-slider .arda-hero-actions{display:grid !important;grid-template-columns:1fr !important;width:100% !important;max-width:330px !important;gap:12px !important;}
  .arda-global-hero .arda-btn,
  .arda-hero-slider .arda-btn{width:100% !important;justify-content:center !important;}
}
@media (max-width:480px){
  .arda-global-hero,
  .arda-hero-slider{min-height:650px !important;}
  .arda-global-hero .arda-hero-copy,
  .arda-hero-slider .arda-hero-copy{min-height:292px !important;}
  .arda-global-hero h1,
  .arda-hero-slider h1{font-size:42px !important;}
}

/* =========================================================
   FASE R17 - Hero CTA positioning + autoplay stability
   Sposta il blocco CTA/testo più a sinistra e più in alto,
   evita sovrapposizioni fra titolo, descrizione e bottoni.
   ========================================================= */
.arda-global-hero,
.arda-hero-slider{
  min-height:clamp(650px,80vh,820px) !important;
}
.arda-global-hero .arda-hero-content,
.arda-hero-slider .arda-hero-content{
  width:min(100% - 64px,1500px) !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-top:clamp(72px,8vh,118px) !important;
  padding-bottom:clamp(68px,8vh,104px) !important;
}
.arda-global-hero .arda-hero-copy,
.arda-hero-slider .arda-hero-copy{
  width:min(100%,620px) !important;
  max-width:620px !important;
  min-height:clamp(395px,38vh,470px) !important;
}
.arda-global-hero .arda-hero-copy-slide,
.arda-hero-slider .arda-hero-copy-slide{
  max-width:620px !important;
}
.arda-global-hero h1,
.arda-hero-slider h1{
  max-width:620px !important;
  font-size:clamp(54px,5.6vw,86px) !important;
  line-height:.94 !important;
  margin-bottom:22px !important;
}
.arda-global-hero p,
.arda-hero-slider p{
  max-width:560px !important;
  font-size:clamp(18px,1.35vw,22px) !important;
  line-height:1.48 !important;
}
.arda-global-hero .arda-hero-actions,
.arda-hero-slider .arda-hero-actions{
  margin-top:8px !important;
  gap:16px !important;
  transform:translateX(0) !important;
  clear:both !important;
}
.arda-global-hero .arda-hero-dots,
.arda-hero-slider .arda-hero-dots{
  margin-top:26px !important;
}
.arda-global-hero .arda-hero-overlay,
.arda-hero-slider .arda-hero-overlay{
  background:
    linear-gradient(90deg,rgba(6,3,2,.78) 0%,rgba(6,3,2,.56) 28%,rgba(6,3,2,.18) 57%,rgba(6,3,2,.03) 100%),
    linear-gradient(180deg,rgba(0,0,0,.04) 0%,rgba(0,0,0,.10) 56%,rgba(0,0,0,.22) 100%) !important;
}
.arda-global-hero .arda-hero-slide,
.arda-hero-slider .arda-hero-slide{
  background-position:center right !important;
}

@media (min-width: 1440px){
  .arda-global-hero .arda-hero-content,
  .arda-hero-slider .arda-hero-content{
    width:min(100% - 96px,1560px) !important;
  }
}

@media (max-width: 1180px){
  .arda-global-hero .arda-hero-content,
  .arda-hero-slider .arda-hero-content{
    width:min(100% - 40px,1180px) !important;
    padding-top:80px !important;
  }
  .arda-global-hero .arda-hero-copy,
  .arda-hero-slider .arda-hero-copy{
    min-height:390px !important;
  }
  .arda-global-hero h1,
  .arda-hero-slider h1{
    font-size:clamp(48px,6.4vw,76px) !important;
  }
}

@media (max-width: 782px){
  .arda-global-hero,
  .arda-hero-slider{
    min-height:670px !important;
  }
  .arda-global-hero .arda-hero-content,
  .arda-hero-slider .arda-hero-content{
    width:min(100% - 28px,720px) !important;
    padding-top:78px !important;
    padding-bottom:42px !important;
    justify-content:flex-end !important;
  }
  .arda-global-hero .arda-hero-copy,
  .arda-hero-slider .arda-hero-copy{
    max-width:94vw !important;
    min-height:330px !important;
  }
  .arda-global-hero h1,
  .arda-hero-slider h1{
    font-size:clamp(38px,10vw,58px) !important;
    max-width:92vw !important;
    margin-bottom:16px !important;
  }
  .arda-global-hero p,
  .arda-hero-slider p{
    max-width:90vw !important;
    font-size:16px !important;
  }
  .arda-global-hero .arda-hero-actions,
  .arda-hero-slider .arda-hero-actions{
    margin-top:4px !important;
    display:flex !important;
    flex-direction:row !important;
    max-width:none !important;
  }
  .arda-global-hero .arda-btn,
  .arda-hero-slider .arda-btn{
    width:auto !important;
    min-height:42px !important;
    padding:12px 18px !important;
    font-size:13px !important;
  }
}

@media (max-width: 560px){
  .arda-global-hero,
  .arda-hero-slider{
    min-height:640px !important;
  }
  .arda-global-hero .arda-hero-content,
  .arda-hero-slider .arda-hero-content{
    padding-top:64px !important;
    padding-bottom:34px !important;
  }
  .arda-global-hero .arda-hero-copy,
  .arda-hero-slider .arda-hero-copy{
    min-height:315px !important;
  }
  .arda-global-hero h1,
  .arda-hero-slider h1{
    font-size:clamp(34px,10.2vw,48px) !important;
  }
  .arda-global-hero .arda-hero-actions,
  .arda-hero-slider .arda-hero-actions{
    flex-direction:column !important;
    align-items:stretch !important;
    max-width:300px !important;
    width:100% !important;
  }
  .arda-global-hero .arda-btn,
  .arda-hero-slider .arda-btn{
    width:100% !important;
    justify-content:center !important;
  }
}
