html,body,#root{margin:0;padding:0;height:100%;width:100%}*{box-sizing:border-box}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#fffaf3;color:#2b2b2b}.page{min-height:100vh;display:flex;flex-direction:column}.navbar{display:flex;justify-content:space-between;align-items:center;padding:.9rem 1.2rem;background:#f8f4ec;border-bottom:1px solid #e3dcd2;position:sticky;top:0;z-index:50}.brand{font-size:1.2rem;font-weight:700;color:#3a281a;text-decoration:none}.nav-right a{margin-left:1rem;font-size:1rem;text-decoration:none;color:#3a281a;font-weight:600}.nav-right a.active{text-decoration:underline}@media(max-width:768px){.nav-right a{font-size:.95rem}}@media(min-width:769px){.nav-right{display:flex;gap:1.5rem}.nav-right a{display:inline-block}}@media(max-width:768px){.nav-right a:nth-child(n+3){display:none}.navbar{padding:.8rem 1rem}}main{flex:1;display:flex;flex-direction:column}.hero{padding:3rem 1.5rem 2rem;text-align:center;background-image:linear-gradient(135deg,#00000073,#00000059),url(/assets/dryfruit-DOC0gLgk.png);background-size:cover;background-position:center;background-repeat:no-repeat;min-height:calc(100vh - 150px);display:flex;align-items:center;justify-content:center}.hero-text{max-width:640px;margin:0 auto;color:#fff}.hero-text h1{margin-bottom:.75rem;font-size:clamp(2rem,5vw,2.8rem);line-height:1.2}.hero-text p{margin-bottom:1.5rem;max-width:480px;margin-left:auto;margin-right:auto;font-size:.95rem}.hero-button{display:inline-block;padding:.75rem 1.5rem;border-radius:999px;background-color:#f8a92a;color:#2b1808;text-decoration:none;font-weight:600}.hero-button:hover{opacity:.92}.products{padding:2rem 1.5rem}.products h2{text-align:center;margin-bottom:1.5rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;max-width:1000px;margin:0 auto}.product-card{position:relative;width:100%;aspect-ratio:4 / 3;border-radius:14px;overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:flex-end;justify-content:center;text-align:center;box-shadow:0 4px 8px #0000001f;transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 14px #0000002e}.product-overlay{background:linear-gradient(to top,#0009,#0000001a);padding:1rem;width:100%;color:#fff}.product-overlay h3{margin:0;font-size:1.15rem}.product-overlay p{margin:.35rem 0 0;font-size:.9rem;opacity:.9}@media(max-width:600px){.product-card{aspect-ratio:3 / 4}}.order-section{padding:2rem 1.5rem 3rem;background-color:#fff3df;background-image:url(/assets/bg-NmuszeFA.png);background-size:cover;background-position:center;background-repeat:no-repeat}.order-section h2{text-align:center;margin-bottom:.5rem}.order-section p{text-align:center;margin-bottom:1.5rem}.order-form{max-width:500px;margin:0 auto;background-color:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 10px #0000000d}.form-row{margin-bottom:1rem}label{display:block;font-weight:600;margin-bottom:.25rem}input,textarea,select{width:100%;padding:.5rem .6rem;border-radius:8px;border:1px solid #d7c0a4;font:inherit}input:focus,textarea:focus,select:focus{outline:none;border-color:#8b5a2b}.status-message{margin-bottom:1rem;padding:.5rem .75rem;border-radius:8px;font-size:.9rem}.status-message.success{background-color:#e6f6e6;color:#1a6b1a}.status-message.error{background-color:#fde8e8;color:#b42318}.submit-button{width:100%;padding:.75rem;border-radius:999px;border:none;background-color:#8b5a2b;color:#fff;font-weight:600;cursor:pointer}.submit-button:disabled{opacity:.7;cursor:not-allowed}.footer{margin-top:auto;padding:1rem 1.5rem;text-align:center;font-size:.8rem;background-color:#f5e0c3}@media(max-width:600px){.navbar{padding:.6rem 1rem}.hero{padding:2.5rem 1rem 1.5rem}.order-form{padding:1.25rem}}.contact-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1.5fr);gap:1.5rem;margin-top:1rem}.contact-info{background-color:#fff8ec;border-radius:12px;padding:1.25rem;box-shadow:0 1px 4px #0000000a}@media(max-width:768px){.contact-layout{grid-template-columns:1fr}}.products-wide{padding:2.5rem 1.5rem 3rem}.products-wide h2{text-align:center;margin-bottom:2rem}.product-row{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-bottom:2.5rem;flex-wrap:wrap}.product-row-text{flex:1 1 320px;min-width:260px}.product-row-text h3{font-size:1.6rem;margin-bottom:.5rem}.product-row-text p{margin:.35rem 0;font-size:.95rem;line-height:1.6}.product-long-description{margin-top:.5rem}.product-row-image-wrapper{flex:1 1 320px;min-width:260px;max-width:480px}.product-row-image{width:100%;height:100%;max-height:420px;border-radius:16px;object-fit:cover;box-shadow:0 10px 24px #00000026}.product-cta{margin-top:1rem;display:flex;gap:.75rem;flex-wrap:wrap}.small-button,.small-outline-button{display:inline-block;padding:.5rem 1rem;border-radius:999px;font-size:.85rem;text-decoration:none;font-weight:600}.small-button{background-color:#8b5a2b;color:#fff}.small-outline-button{border:1px solid #8b5a2b;color:#8b5a2b;background-color:transparent}@media(max-width:768px){.product-row{flex-direction:column}.product-row-image-wrapper{max-width:100%}.product-row-image{max-height:220px}}.product-detail{display:flex;flex-direction:column;gap:2rem;align-items:center;width:100%;background-image:url(/assets/bg-NmuszeFA.png);background-size:cover;background-position:center;background-repeat:no-repeat;min-height:auto}@media(min-width:768px){.product-detail{flex-direction:row;justify-content:space-between;align-items:center;min-height:100vh}.product-detail-image-wrapper{order:1;flex:1;max-width:480px}.product-detail-content{order:2;flex:1;max-width:520px;padding-left:1.5rem;padding-right:1.5rem}}.product-detail-content{flex:1 1 320px;min-width:260px;padding-left:1.5rem;padding-right:1.5rem}.product-detail-content h1{font-size:2rem;margin-bottom:.5rem}.product-price{font-weight:700;margin-bottom:.75rem;color:#8b5a2b}.product-detail-text{margin-top:.5rem;font-size:.95rem;line-height:1.6}.product-detail-cta{margin-top:1.25rem;display:flex;gap:.75rem;flex-wrap:wrap}.product-detail-image-wrapper{flex:1 1 320px;min-width:260px;max-width:480px}.product-detail-image{width:100%;border-radius:16px;object-fit:contain;background-color:#f7f1e8;padding:1rem;box-shadow:0 10px 24px #00000026}@media(min-width:768px){.product-detail{flex-direction:row;justify-content:space-between;align-items:center;min-height:100vh;padding-left:4rem;padding-right:4rem}.product-detail-image-wrapper{order:1;flex:1;max-width:480px}.product-detail-content{order:2;flex:1;max-width:520px}}.home-use-page{min-height:100vh;padding:1.5rem 1rem 2.5rem;display:flex;flex-direction:column;align-items:center;background:radial-gradient(circle at top,#ffeecb,#ffe5c0 40%,#fde8d1,#fbe3c0);background-image:url(/assets/bg-NmuszeFA.png);background-size:cover;background-position:center;background-repeat:no-repeat}.home-banner{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.75rem 1.25rem;border-radius:999px;background-color:#ffd27a;color:#4b2b09;font-size:.9rem;font-weight:600;box-shadow:0 4px 10px #00000014}.home-banner-icon{font-size:1.1rem}.home-card{width:100%;max-width:430px;background-color:#fff;border-radius:24px;padding:1.8rem 1.5rem;box-shadow:0 14px 40px #0000001f}.home-card-title{text-align:center;margin:0 0 .25rem;font-size:1.5rem}.home-card-subtitle{text-align:center;margin:0 0 1.5rem;font-size:.92rem;color:#6b7280}.home-card .form-row{margin-bottom:1rem}.home-card label{display:block;font-weight:600;font-size:.9rem;margin-bottom:.35rem}.home-card input,.home-card textarea{width:100%;padding:.6rem .75rem;border-radius:10px;border:1px solid #e5e7eb;font-size:.9rem}.home-card input::placeholder,.home-card textarea::placeholder{color:#9ca3af}.home-card input:focus,.home-card textarea:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 1px #f59e0b59}.label-with-space{display:block;font-weight:600;font-size:.9rem;margin-bottom:.5rem}.fruit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem}.fruit-tile{border-radius:12px;border:1px solid #e5e7eb;background-color:#fff;padding:.55rem .4rem;display:flex;flex-direction:column;align-items:center;gap:.25rem;cursor:pointer;font-size:.8rem;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease,transform .1s ease}.fruit-tile-image{width:40px;height:40px;object-fit:contain}.fruit-tile-name{font-weight:600}.fruit-tile-selected{font-size:.7rem;color:#a16207}.fruit-tile.selected{border-color:#f59e0b;background-color:#fff7e5;box-shadow:0 0 0 1px #f59e0b59;transform:translateY(-1px)}.quantity-row{display:inline-flex;align-items:center;border-radius:10px;overflow:hidden;border:1px solid #e5e7eb}.qty-btn{width:40px;height:40px;border:none;background-color:#f9fafb;font-size:1.2rem;cursor:pointer}.qty-value{min-width:50px;text-align:center;font-weight:600;font-size:1rem;display:flex;align-items:center;justify-content:center}.home-submit{margin-top:1rem;width:100%;padding:.9rem;border-radius:999px;border:none;background-color:#a96a2b;color:#fff;font-weight:600;font-size:.98rem;box-shadow:0 8px 20px #a96a2b73}.home-submit:disabled{opacity:.8;box-shadow:none}.status-message.success{background-color:#ecfdf5;color:#166534}.status-message.error{background-color:#fef2f2;color:#b91c1c}@media(max-width:400px){.home-card{padding:1.4rem 1.1rem 1.5rem}.fruit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.nav-icon-link{display:flex;align-items:center;justify-content:center}.nav-icon{width:26px;height:26px;object-fit:contain;opacity:.85;transition:opacity .2s ease}.nav-icon-link.active .nav-icon,.nav-icon-link:hover .nav-icon{opacity:1}@media(max-width:768px){.nav-icon{width:36px;height:36px}}.logo{display:flex}.products-wide{padding:2.5rem 1.5rem 3rem;margin:0 auto;width:100%;background-image:url(/assets/bg-NmuszeFA.png);background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:18px}.ticker-section{width:100%;padding:.75rem 0;background:#fff4dd;border-top:1px solid #f2d9a6;border-bottom:1px solid #f2d9a6;overflow:hidden}.ticker{overflow:hidden;white-space:nowrap}.ticker-inner{display:inline-flex;align-items:center;gap:2.5rem;padding-left:100%;animation:ticker-scroll 18s linear infinite}.ticker-item{font-size:.9rem;font-weight:600;color:#7a4b1a;text-transform:none}.ticker-section:hover .ticker-inner{animation-play-state:paused}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:600px){.ticker-inner{gap:1.5rem;animation-duration:22s}.ticker-item{font-size:.8rem}}.carousel-container{width:100%;margin:0 auto}.carousel-wrapper{position:relative;width:100%;overflow:hidden}.carousel-image{width:100%;height:auto;object-fit:contain}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffd9;border:none;width:36px;height:36px;border-radius:50%;font-size:1.2rem;cursor:pointer;font-weight:700;padding:0}.carousel-btn.left{left:10px}.carousel-btn.right{right:10px}.carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:12px}.carousel-dot{width:10px;height:10px;background:#c9c8c8;border-radius:50%;cursor:pointer}.carousel-dot.active{background:#8b5a2b}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
