@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700;800&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--red-primary: #E30613;--red-dark: #B50510;--red-light: #FF3C47;--black: #000000;--white: #ffffff;--gray-light: #f9f9f9;--gray-medium: #666666;--gray-dark: #1a1a1a;--cream: #FFF8F0;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;font-family:Lora,serif;line-height:1.8;color:var(--gray-dark);background-color:var(--white)}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;font-weight:700;line-height:1.3;color:var(--black)}a{color:inherit;text-decoration:none;transition:all .3s ease}button{font-family:Lora,serif;cursor:pointer;transition:all .3s ease;border:none;outline:none}::selection{background:var(--red-primary);color:var(--white)}.header{position:fixed;top:0;left:0;right:0;background:var(--white);border-bottom:3px solid var(--red-primary);padding:1.5rem 3rem;display:flex;justify-content:space-between;align-items:center;z-index:1000;box-shadow:0 2px 10px #0000000d}.site-logo{font-family:Playfair Display,serif;font-size:2.2rem;font-weight:800;letter-spacing:2px;color:var(--red-primary);text-transform:uppercase}.nav-menu{display:flex;gap:2.5rem;list-style:none}.nav-menu a{font-size:1.1rem;font-weight:600;color:var(--gray-dark);position:relative;padding-bottom:5px}.nav-menu a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--red-primary);transition:width .3s ease}.nav-menu a:hover{color:var(--red-primary)}.nav-menu a:hover:after{width:100%}.hero-banner{margin-top:80px;background:linear-gradient(135deg,var(--red-primary) 0%,var(--red-dark) 100%);color:var(--white);padding:5rem 3rem;text-align:center;position:relative;overflow:hidden}.hero-banner:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><rect width="100" height="100" fill="none"/><path d="M0 50 Q 25 25, 50 50 T 100 50" stroke="rgba(255,255,255,0.1)" stroke-width="2" fill="none"/></svg>');opacity:.3}.hero-content{position:relative;z-index:1}.hero-title{font-size:4rem;margin-bottom:1rem;letter-spacing:-1px;font-weight:800}.hero-subtitle{font-size:1.4rem;font-style:italic;opacity:.95;margin-bottom:.5rem}.hero-tagline{font-size:1.2rem;opacity:.9}.main-content{max-width:1200px;margin:0 auto;padding:4rem 3rem;display:grid;grid-template-columns:1fr 350px;gap:4rem}.blog-section{width:100%}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;padding-bottom:1rem;border-bottom:3px solid var(--red-primary)}.section-title{font-size:2.5rem;color:var(--black)}.view-all{font-size:1.1rem;font-weight:600;color:var(--red-primary);border-bottom:2px solid var(--red-primary);padding-bottom:3px;transition:all .3s ease}.view-all:hover{color:var(--red-dark);border-color:var(--red-dark)}.featured-article{background:linear-gradient(135deg,var(--red-primary) 0%,var(--red-dark) 100%);color:var(--white);padding:3rem;margin-bottom:4rem;position:relative;overflow:hidden}.featured-badge{display:inline-block;background:var(--white);color:var(--red-primary);padding:.5rem 1.2rem;font-size:.85rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:1.5rem}.article-meta{display:flex;gap:1.5rem;margin-bottom:1rem;font-size:.95rem;flex-wrap:wrap}.article-category{font-weight:700;text-transform:uppercase;letter-spacing:1px;font-size:.85rem;color:var(--red-primary);background:var(--white);padding:.3rem .8rem;border-radius:3px}.featured-article .article-category{background:#fff3;color:var(--white)}.article-title{font-size:2.5rem;margin-bottom:1rem;line-height:1.2;transition:opacity .3s ease;cursor:pointer}.article-title:hover{opacity:.8}.featured-article .article-title{color:var(--white);font-size:3rem}.article-excerpt{font-size:1.2rem;line-height:1.8;color:var(--gray-dark);margin-bottom:1.5rem}.featured-article .article-excerpt{color:#fffffff2;font-size:1.3rem}.read-more-btn{display:inline-block;font-size:1.1rem;font-weight:600;color:var(--red-primary);background:var(--white);padding:.8rem 2rem;border:2px solid var(--white);transition:all .3s ease}.read-more-btn:hover{background:transparent;color:var(--white)}.read-more-link{display:inline-block;font-size:1.1rem;font-weight:600;color:var(--red-primary);border-bottom:2px solid var(--red-primary);padding-bottom:3px;transition:all .3s ease}.read-more-link:hover{color:var(--red-dark);border-color:var(--red-dark)}.article-card{margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid #e0e0e0;transition:all .3s ease}.article-card:hover{transform:translate(10px)}.article-card:last-child{border-bottom:none}.sidebar{position:sticky;top:120px;height:fit-content}.sidebar-widget{margin-bottom:3rem;padding:2rem;background:var(--cream);border-left:4px solid var(--red-primary)}.widget-title{font-size:1.6rem;margin-bottom:1.5rem;color:var(--black);padding-bottom:.8rem;border-bottom:2px solid var(--red-primary)}.about-auchan{text-align:center}.brand-logo{font-size:2.5rem;font-weight:800;color:var(--red-primary);margin-bottom:1rem;letter-spacing:2px}.brand-description{font-size:1.1rem;line-height:1.7;color:var(--gray-dark)}.categories-list{list-style:none}.category-item{padding:.9rem 0;font-size:1.1rem;border-bottom:1px solid rgba(227,6,19,.2);cursor:pointer;transition:all .3s ease;display:flex;justify-content:space-between;align-items:center}.category-item:hover{color:var(--red-primary);padding-left:10px}.category-item:last-child{border-bottom:none}.category-count{font-size:.9rem;color:var(--gray-medium);background:var(--white);padding:.2rem .6rem;border-radius:12px;font-weight:600}.newsletter-form{display:flex;flex-direction:column;gap:1rem}.newsletter-input{width:100%;padding:.9rem;border:2px solid var(--red-primary);font-size:1rem;font-family:Lora,serif;background:var(--white)}.newsletter-input:focus{outline:none;border-color:var(--red-dark)}.newsletter-btn{width:100%;padding:.9rem;background:var(--red-primary);color:var(--white);border:2px solid var(--red-primary);font-size:1.1rem;font-weight:600;transition:all .3s ease}.newsletter-btn:hover{background:var(--red-dark);border-color:var(--red-dark)}.popular-post{padding:1rem 0;border-bottom:1px solid rgba(227,6,19,.2);cursor:pointer}.popular-post:last-child{border-bottom:none}.popular-post-title{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:var(--black);transition:color .3s ease}.popular-post:hover .popular-post-title{color:var(--red-primary)}.popular-post-date{font-size:.9rem;color:var(--gray-medium)}.footer{background:var(--black);color:var(--white);padding:4rem 3rem 2rem;margin-top:4rem;border-top:4px solid var(--red-primary)}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:2rem}.footer-section h4{font-size:1.4rem;margin-bottom:1.5rem;color:var(--red-primary)}.footer-links{list-style:none}.footer-links li{margin-bottom:.7rem}.footer-links a{color:var(--gray-light);font-size:1.1rem;transition:color .3s ease}.footer-links a:hover{color:var(--red-primary)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid var(--gray-dark);color:var(--gray-medium);font-size:1rem}@media(max-width:968px){.main-content{grid-template-columns:1fr}.sidebar{position:static}.header{padding:1.5rem 2rem}.nav-menu{gap:1.5rem}.hero-title{font-size:3rem}.article-title{font-size:2rem}.featured-article .article-title{font-size:2.3rem}}@media(max-width:640px){.header{flex-direction:column;gap:1rem}.nav-menu{flex-wrap:wrap;justify-content:center;gap:1rem}.hero-banner{padding:3rem 2rem}.hero-title{font-size:2.5rem}.main-content{padding:3rem 2rem}.article-title{font-size:1.8rem}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}}
