*{margin:0;padding:0;box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background-color:#fff}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}a{font-weight:500;text-decoration:inherit}button{font-family:inherit;cursor:pointer}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}button:focus-visible,a:focus-visible{outline:2px solid #fe6107;outline-offset:2px}*{transition:background-color .3s ease,color .3s ease,transform .3s ease}.app{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%}.header{background:#fff;box-shadow:0 2px 8px #00000014;position:sticky;top:0;z-index:100;padding:1.5rem 0}.header .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.header-logo-wrapper{display:flex;align-items:center;gap:1rem}.header-logo{height:50px;width:auto;object-fit:contain}.logo{font-size:1.75rem;font-weight:700;background:linear-gradient(135deg,#fe6107,#f49a24,#1b5e6d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.nav{display:flex;gap:2rem;flex-wrap:wrap}.nav a{color:#333;text-decoration:none;font-weight:500;transition:color .3s ease;position:relative}.nav a:hover{color:#fe6107}.nav a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:linear-gradient(90deg,#fe6107,#f49a24);transition:width .3s ease}.nav a:hover:after{width:100%}.hero{position:relative;background:linear-gradient(135deg,#ffe8e0,#fff4e6,#e0f0f3);background-size:cover;background-position:center;background-repeat:no-repeat;padding:4rem 0;text-align:center;min-height:400px;display:flex;align-items:center}.hero-overlay{position:absolute;inset:0;background:#ffffffbf;z-index:1}.hero .container{position:relative;z-index:2}.hero-title{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;color:#555;max-width:800px;margin:0 auto;line-height:1.6}.section{padding:5rem 0}.section-title{font-size:2.25rem;font-weight:700;color:#2c3e50;text-align:center;margin-bottom:3rem;position:relative}.section-title:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#fe6107,#f49a24,#1b5e6d);border-radius:2px}.about-section{background:#fff}.about-content{max-width:900px;margin:0 auto 3rem}.about-text{font-size:1.1rem;line-height:1.8;color:#444;margin-bottom:1.5rem}.carousel-section{margin-top:3rem}.products-section{background:linear-gradient(to bottom,#fafafa,#fff)}.product-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.info-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 16px #00000014;transition:transform .3s ease,box-shadow .3s ease}.info-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.info-card h3{font-size:1.5rem;color:#fe6107;margin-bottom:1rem;font-weight:600}.info-card p{color:#555;line-height:1.7;margin-bottom:1rem}.info-card ul{list-style:none;padding:0;margin:1rem 0}.info-card li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:#666;line-height:1.6}.info-card li:before{content:"✓";position:absolute;left:0;color:#1b5e6d;font-weight:700}.note{font-style:italic;color:#888;font-size:.95rem;margin-top:1rem}.inspirational-section{background:linear-gradient(to bottom,#fafafa,#fff)}.samples-section{background:#fff}.samples-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-top:2rem}.sample-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.sample-card:hover .sample-image{transform:scale(1.05)}.sample-content{padding:1.5rem}.sample-name{font-size:1.5rem;color:#2c3e50;margin-bottom:.75rem;font-weight:600}.sample-description{color:#666;line-height:1.7;font-size:1rem}.ordering-section{background:linear-gradient(to bottom,#fafafa,#fff)}.ordering-content{max-width:800px;margin:0 auto}.ordering-card{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 16px #00000014}.ordering-card h3{font-size:1.75rem;color:#fe6107;margin-bottom:1.5rem;font-weight:600}.ordering-card p{color:#555;line-height:1.7;margin-bottom:1rem;font-size:1.05rem}.ordering-card ul{list-style:none;padding:0;margin:1.5rem 0}.ordering-card li{padding:.75rem 0 .75rem 2rem;position:relative;color:#666;line-height:1.7;font-size:1.05rem}.ordering-card li:before{content:"→";position:absolute;left:0;color:#f49a24;font-weight:700;font-size:1.2rem}.contact-info{background:linear-gradient(135deg,#ffe8e0,#fff4e6);padding:1.5rem;border-radius:8px;margin:2rem 0;text-align:center}.contact-info p{margin-bottom:.5rem;color:#2c3e50;font-weight:500}.email-link{color:#fe6107;text-decoration:none;font-size:1.2rem;font-weight:600;transition:color .3s ease}.email-link:hover{color:#f49a24;text-decoration:underline}.ordering-note{margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid #e0e0e0;font-style:italic;color:#888}.about-us-section{background:#fff}.about-us-content{max-width:900px;margin:0 auto}.about-us-content p{font-size:1.1rem;line-height:1.8;color:#444;margin-bottom:1.5rem}.mission-statement{background:linear-gradient(135deg,#ffe8e0,#fff4e6,#e0f0f3);padding:2rem;border-radius:12px;margin-top:2rem;text-align:center;font-size:1.2rem!important;color:#2c3e50!important}.mission-statement strong{color:#fe6107}.footer{background:#2c3e50;color:#fff;padding:2rem 0;margin-top:auto;text-align:center}.footer p{margin:.5rem 0;color:#fffc}.footer-contact a{color:#f49a24;text-decoration:none;transition:color .3s ease}.footer-contact a:hover{color:#fe6107}@media(max-width:768px){.container{padding:0 1.5rem}.header .container{flex-direction:column;text-align:center}.header-logo-wrapper{justify-content:center}.header-logo{height:40px}.logo{font-size:1.5rem}.nav{justify-content:center;gap:1.5rem}.hero{padding:3rem 0}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.section{padding:3rem 0}.section-title{font-size:1.75rem}.product-info-grid{grid-template-columns:1fr;gap:1.5rem}.samples-grid{grid-template-columns:1fr;gap:2rem}.ordering-card{padding:2rem}.about-text,.about-us-content p{font-size:1rem}}@media(max-width:480px){.container{padding:0 1rem}.header-logo{height:35px}.logo{font-size:1.25rem}.nav{gap:1rem;font-size:.9rem}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:1rem}.section-title{font-size:1.5rem}.info-card,.ordering-card{padding:1.5rem}.sample-content{padding:1.25rem}}html{scroll-behavior:smooth}section{scroll-margin-top:80px}.image-carousel-container{width:100%;margin-top:3rem}.topic-bar{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem;padding:0 1rem}.topic-button{background:transparent;border:2px solid #e0e0e0;border-radius:25px;padding:.75rem 1.5rem;cursor:pointer;transition:all .3s ease;font-size:.95rem;font-weight:500;color:#333;white-space:nowrap}.topic-button:hover{border-color:#fe6107;color:#fe6107;transform:translateY(-2px)}.topic-button.active{background:linear-gradient(135deg,#fe6107,#f49a24,#1b5e6d);border-color:transparent;color:#fff;box-shadow:0 4px 12px #fe61074d}.topic-button-text{display:block}.carousel-display{position:relative;max-width:600px;margin:0 auto;display:flex;align-items:center;gap:1rem}.carousel-image-wrapper{flex:1;position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #0000001a;background:#f5f5f5;aspect-ratio:2/3;max-width:500px;margin:0 auto}.carousel-image{width:100%;height:100%;object-fit:contain;display:block}.carousel-counter{position:absolute;bottom:1rem;right:1rem;background:#0009;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:500}.carousel-button{background:#fff;border:2px solid #e0e0e0;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:2rem;color:#333;transition:all .3s ease;flex-shrink:0;box-shadow:0 2px 8px #0000001a}.carousel-button:hover{background:#fe6107;border-color:#fe6107;color:#fff;transform:scale(1.1)}.carousel-button:active{transform:scale(.95)}.carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem;flex-wrap:wrap}.carousel-dot{width:12px;height:12px;border-radius:50%;border:none;background:#d0d0d0;cursor:pointer;transition:all .3s ease;padding:0}.carousel-dot:hover{background:#fe6107;transform:scale(1.2)}.carousel-dot.active{background:#fe6107;width:32px;border-radius:6px}@media(max-width:768px){.topic-bar{gap:.5rem;padding:0}.topic-button{padding:.5rem 1rem;font-size:.85rem}.carousel-display{flex-direction:column;gap:.5rem}.carousel-button{width:40px;height:40px;font-size:1.5rem;position:absolute;z-index:10}.carousel-button-prev{left:.5rem}.carousel-button-next{right:.5rem}.carousel-image-wrapper{width:100%}.carousel-counter{font-size:.75rem;padding:.375rem .75rem}}@media(max-width:480px){.topic-button{padding:.4rem .8rem;font-size:.75rem}.carousel-button{width:36px;height:36px;font-size:1.25rem}}.product-samples-grid-container{width:100%;margin-top:3rem}.category-bar{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem;padding:0 1rem}.category-button{background:transparent;border:2px solid #e0e0e0;border-radius:25px;padding:.75rem 1.5rem;cursor:pointer;transition:all .3s ease;font-size:.95rem;font-weight:500;color:#333;white-space:nowrap}.category-button:hover{border-color:#fe6107;color:#fe6107;transform:translateY(-2px)}.category-button.active{background:linear-gradient(135deg,#fe6107,#f49a24,#1b5e6d);border-color:transparent;color:#fff;box-shadow:0 4px 12px #fe61074d}.category-button-text{display:block}.samples-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;margin-top:2rem}.sample-card{display:flex;flex-direction:column;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #00000014;transition:transform .3s ease,box-shadow .3s ease}.sample-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #00000026}.sample-image-wrapper{width:100%;aspect-ratio:4/5;overflow:hidden;background:#f5f5f5}.sample-media{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.sample-card:hover .sample-media{transform:scale(1.05)}.sample-content{padding:1.25rem}.sample-name{font-size:1.25rem;color:#2c3e50;margin-bottom:.5rem;font-weight:600}.sample-description{color:#666;line-height:1.6;font-size:.95rem}@media(max-width:768px){.category-bar{gap:.5rem;padding:0}.category-button{padding:.5rem 1rem;font-size:.85rem}.samples-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}}@media(max-width:480px){.category-button{padding:.4rem .8rem;font-size:.75rem}.samples-grid{grid-template-columns:1fr;gap:1.5rem}.sample-content{padding:1rem}.sample-name{font-size:1.1rem}.sample-description{font-size:.9rem}}.inspirational-carousel-container{width:100%;margin-top:3rem}.inspirational-carousel-display{position:relative;max-width:1000px;margin:0 auto;display:flex;align-items:center;gap:1rem}.inspirational-content-wrapper{flex:1;display:flex;flex-direction:row;gap:2rem;align-items:flex-start;justify-content:center}.inspirational-image-wrapper{flex:1;position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #0000001a;background:#f5f5f5;height:420px;min-height:420px;max-height:420px;display:flex;align-items:center;justify-content:center}.inspirational-media{width:100%;height:100%;object-fit:contain;display:block}.inspirational-description{flex:0 0 300px;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 4px 16px #00000014;align-self:flex-start}.inspirational-description p{color:#555;line-height:1.7;font-size:1rem;margin:0}.inspirational-carousel-button{background:#fff;border:2px solid #e0e0e0;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:2rem;color:#333;transition:all .3s ease;flex-shrink:0;box-shadow:0 2px 8px #0000001a;position:absolute;top:50%;transform:translateY(-50%);z-index:10}.inspirational-carousel-button:hover{background:#fe6107;border-color:#fe6107;color:#fff;transform:translateY(-50%) scale(1.1)}.inspirational-carousel-button:active{transform:translateY(-50%) scale(.95)}.inspirational-carousel-button-prev{left:-3rem}.inspirational-carousel-button-next{right:-3rem}.inspirational-carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem;flex-wrap:wrap}.inspirational-carousel-dot{width:12px;height:12px;border-radius:50%;border:none;background:#d0d0d0;cursor:pointer;transition:all .3s ease;padding:0}.inspirational-carousel-dot:hover{background:#fe6107;transform:scale(1.2)}.inspirational-carousel-dot.active{background:#fe6107;width:32px;border-radius:6px}.inspirational-carousel-counter{text-align:center;margin-top:1rem;color:#666;font-size:.875rem;font-weight:500}@media(max-width:768px){.inspirational-carousel-display{flex-direction:column;gap:.5rem}.inspirational-carousel-button{width:40px;height:40px;font-size:1.5rem;top:50%;transform:translateY(-50%)}.inspirational-carousel-button-prev{left:.5rem}.inspirational-carousel-button-next{right:.5rem}.inspirational-content-wrapper{flex-direction:column;gap:1.5rem}.inspirational-image-wrapper{width:100%;height:320px;min-height:320px;max-height:320px}.inspirational-description{flex:1;width:100%}}@media(max-width:480px){.inspirational-carousel-button{width:36px;height:36px;font-size:1.25rem}.inspirational-image-wrapper{min-height:240px;height:240px;max-height:240px}.inspirational-description{padding:1rem}.inspirational-description p{font-size:.9rem}}
