/* === RESET & BASE === */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Lato',Arial,Helvetica,sans-serif;font-size:18px;line-height:1.6;color:#1e0c05;background:#fff}
a{color:#f39100;text-decoration:none;transition:color .2s}
a:hover{color:#5bc98c}
img{max-width:100%;height:auto;display:block}
ul,ol{list-style:none}

/* === TYPOGRAPHY === */
h1,h2,h3,h4{font-weight:600;line-height:1.25;color:#1e0c05}
h1{font-size:42px;margin-bottom:20px}
h2{font-size:36px;margin-bottom:18px}
h3{font-size:24px;margin-bottom:14px}
h4{font-size:20px;margin-bottom:10px}
p{margin-bottom:16px}

/* === LAYOUT === */
.container{max-width:1300px;margin:0 auto;padding:0 20px}
.row{display:flex;flex-wrap:wrap;gap:30px}
.col-2{flex:1 1 calc(50% - 15px)}
.col-3{flex:1 1 calc(33.333% - 20px)}
.col-4{flex:1 1 calc(25% - 23px)}

/* === TOP BAR === */
.top-bar{background:#1e0c05;color:#fff;font-size:13px;padding:8px 0}
.top-bar .container{display:flex;justify-content:space-between;align-items:center}
.top-bar a{color:#f39100;font-size:13px}
.top-bar a:hover{color:#5bc98c}
.lang-switch{display:flex;gap:12px}
.lang-switch a{color:rgba(255,255,255,.6)}
.lang-switch a.active{color:#f39100}

/* === HEADER === */
.header{background:#1e0c05;padding:14px 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px rgba(0,0,0,.3)}
.header .container{display:flex;justify-content:space-between;align-items:center}
.logo img{height:50px;width:auto}
.nav-menu{display:flex;gap:28px;align-items:center}
.nav-menu a{color:#fff;font-size:16px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;transition:color .2s}
.nav-menu a:hover,.nav-menu a.active{color:#f39100}
.mobile-toggle{display:none;background:none;border:none;color:#fff;font-size:28px;cursor:pointer}

/* === HERO SLIDER === */
.hero-slider{position:relative;overflow:hidden;min-height:500px}
.hero-slide{min-height:500px;display:flex;align-items:center;background-size:cover;background-position:center;position:relative}
.hero-slide::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(30,12,5,.85) 0%,rgba(30,12,5,.4) 100%)}
.hero-slide .container{position:relative;z-index:2}
.hero-content{max-width:600px;color:#fff;padding:60px 0}
.hero-content h1{color:#fff;font-size:48px;line-height:1.15}
.hero-content h1 span{color:#f39100}
.hero-content p{color:rgba(255,255,255,.85);font-size:20px;margin-bottom:28px}

/* === BUTTONS === */
.btn{display:inline-block;padding:14px 36px;border-radius:4px;font-size:16px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:all .25s;border:none}
.btn-primary{background:#f39100;color:#fff}
.btn-primary:hover{background:#5bc98c;color:#fff}
.btn-outline{background:transparent;border:2px solid #f39100;color:#f39100}
.btn-outline:hover{background:#f39100;color:#fff}
.btn-dark{background:#1e0c05;color:#fff}
.btn-dark:hover{background:#f39100}

/* === ALERT BANNER === */
.alert-banner{background:#fff3e0;border-left:4px solid #f39100;padding:14px 20px;margin:20px 0;border-radius:4px;font-size:15px}
.alert-banner strong{color:#f39100}

/* === PRODUCTS GRID === */
.products-section{padding:60px 0;background:#fafafa}
.products-section h2{text-align:center;margin-bottom:40px}
.product-card{background:#fff;border-radius:8px;box-shadow:0 2px 12px rgba(0,0,0,.08);overflow:hidden;transition:transform .2s,box-shadow .2s}
.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}
.product-image{padding:30px;text-align:center;background:#f9f9f9}
.product-image img{max-height:220px;margin:0 auto}
.product-info{padding:24px}
.product-info h3{margin-bottom:8px}
.product-info .product-desc{font-size:15px;color:#555;margin-bottom:16px;line-height:1.5}
.price-table{width:100%;border-collapse:collapse;margin-bottom:16px;font-size:15px}
.price-table th{background:#1e0c05;color:#fff;padding:8px 12px;text-align:left;font-weight:600}
.price-table td{padding:8px 12px;border-bottom:1px solid #eee}
.price-table .member-price{color:#5bc98c;font-weight:600}
.product-badge{display:inline-block;background:#5bc98c;color:#fff;font-size:12px;font-weight:600;padding:4px 10px;border-radius:3px;margin-bottom:12px;text-transform:uppercase}
.add-to-cart{width:100%;padding:12px;background:#f39100;color:#fff;border:none;border-radius:4px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s}
.add-to-cart:hover{background:#5bc98c}

/* === INFO SECTION === */
.info-section{padding:60px 0}
.info-section h2{margin-bottom:20px}
.info-section p{color:#444;font-size:17px}
.info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:30px}
.info-grid img{border-radius:8px;width:100%;height:200px;object-fit:cover}

/* === FEATURES === */
.features-section{padding:60px 0;background:#1e0c05;color:#fff}
.features-section h2{color:#fff;text-align:center;margin-bottom:40px}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.feature-item{text-align:center;padding:24px 16px}
.feature-icon{width:64px;height:64px;margin:0 auto 16px;background:#f39100;border-radius:50%;display:flex;align-items:center;justify-content:center}
.feature-icon svg{width:32px;height:32px;fill:#fff}
.feature-item h4{color:#fff;margin-bottom:8px}
.feature-item p{color:rgba(255,255,255,.7);font-size:15px}

/* === CONTACT SECTION === */
.contact-section{padding:60px 0;background:#fafafa}
.contact-section h2{text-align:center;margin-bottom:40px}
.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.contact-card{background:#fff;padding:24px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.06)}
.contact-card h4{color:#f39100;margin-bottom:8px}
.contact-card p{font-size:15px;margin-bottom:4px}
.contact-card a{font-weight:600}

/* === STORAGE/DELIVERY === */
.delivery-section{padding:60px 0}
.delivery-section h2{margin-bottom:20px}
.delivery-list{font-size:16px}
.delivery-list li{padding:8px 0;padding-left:28px;position:relative}
.delivery-list li::before{content:'\2713';position:absolute;left:0;color:#5bc98c;font-weight:700}

/* === FOOTER === */
.footer{background:#1e0c05;color:rgba(255,255,255,.7);padding:40px 0 20px}
.footer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:30px}
.footer h4{color:#f39100;margin-bottom:16px;font-size:18px}
.footer a{color:rgba(255,255,255,.7)}
.footer a:hover{color:#f39100}
.footer-links li{margin-bottom:8px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:20px;text-align:center;font-size:14px}
.footer-bottom a{color:#f39100}

/* === ORDER FORM MODAL === */
.modal-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:1000;align-items:center;justify-content:center}
.modal-overlay.active{display:flex}
.modal{background:#fff;border-radius:12px;padding:40px;max-width:480px;width:90%;position:relative;box-shadow:0 16px 48px rgba(0,0,0,.2)}
.modal-close{position:absolute;top:12px;right:16px;background:none;border:none;font-size:28px;cursor:pointer;color:#999}
.modal-close:hover{color:#1e0c05}
.modal h3{margin-bottom:20px;text-align:center}
.form-group{margin-bottom:16px}
.form-group label{display:block;font-size:14px;font-weight:600;margin-bottom:6px;color:#333}
.form-group input,.form-group select{width:100%;padding:12px 14px;border:2px solid #e0e0e0;border-radius:6px;font-size:16px;font-family:inherit;transition:border-color .2s}
.form-group input:focus,.form-group select:focus{outline:none;border-color:#f39100}
.form-submit{width:100%;padding:14px;background:#f39100;color:#fff;border:none;border-radius:6px;font-size:18px;font-weight:600;cursor:pointer;transition:background .2s}
.form-submit:hover{background:#5bc98c}
.form-note{text-align:center;font-size:13px;color:#888;margin-top:12px}

/* === BREADCRUMB === */
.breadcrumb{padding:14px 0;font-size:14px;color:#888}
.breadcrumb a{color:#f39100}
.breadcrumb span{margin:0 8px;color:#ccc}

/* === PAGE CONTENT === */
.page-content{padding:40px 0 60px}
.page-content h1{margin-bottom:30px}
.page-content h2{font-size:28px;margin-top:30px}
.page-content p{color:#444}
.page-content ul{margin:16px 0 16px 20px}
.page-content ul li{padding:4px 0;list-style:disc}

/* === THANK YOU PAGE === */
.thankyou-section{padding:80px 0;text-align:center}
.thankyou-section .checkmark{width:80px;height:80px;background:#5bc98c;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}
.thankyou-section .checkmark svg{width:40px;height:40px;fill:#fff}
.thankyou-section h1{color:#5bc98c}

/* === RESPONSIVE === */
@media(max-width:1100px){
  .feature-grid,.info-grid{grid-template-columns:repeat(2,1fr)}
  .contact-grid{grid-template-columns:repeat(2,1fr)}
  .col-4{flex:1 1 calc(50% - 15px)}
}
@media(max-width:830px){
  .nav-menu{display:none;position:absolute;top:100%;left:0;right:0;background:#1e0c05;flex-direction:column;padding:20px;gap:16px}
  .nav-menu.open{display:flex}
  .mobile-toggle{display:block}
  .hero-content h1{font-size:32px}
  .hero-slide{min-height:400px}
  .footer-grid{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr}
  .row{flex-direction:column}
  .col-2,.col-3,.col-4{flex:1 1 100%}
}
@media(max-width:480px){
  body{font-size:16px}
  h1{font-size:28px}
  h2{font-size:26px}
  .hero-content{padding:40px 0}
  .hero-content p{font-size:16px}
  .feature-grid,.info-grid{grid-template-columns:1fr}
  .product-info{padding:16px}
}
