@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&family=DM+Sans:wght@400;500;700&display=swap";:root{--bg: #f6f8f6;--surface: #ffffff;--ink: #101513;--muted: #4c5a52;--brand: #1e7f6f;--brand-soft: #d5efe8;--edge: #dce5df}*{box-sizing:border-box}body{margin:0;font-family:DM Sans,sans-serif;color:var(--ink);background:radial-gradient(circle at 0 0,#eaf7f2 0,transparent 35%),radial-gradient(circle at 100% 10%,#ddeef6 0,transparent 30%),var(--bg);line-height:1.55}h1,h2,h3,.brand{font-family:Space Grotesk,sans-serif;letter-spacing:-.02em;margin-top:0}.hero,.section,.footer{width:min(1120px,92vw);margin:0 auto}.hero{padding:1.2rem 0 4rem}.nav{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 0}.brand{font-size:1.15rem;font-weight:700}.links{display:flex;flex-wrap:wrap;gap:.8rem}.links a{color:var(--ink);text-decoration:none;font-weight:500;font-size:.95rem}.hero-content{margin-top:2.2rem;display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;align-items:center}.hero-content h1{font-size:clamp(2rem,4.6vw,3.6rem);margin-bottom:1rem;line-height:1.06}.hero-content p{color:var(--muted);max-width:62ch}.hero-content img,.card img,.customization-grid img,.gallery-grid img{width:100%;display:block;border-radius:1.2rem;object-fit:cover}.hero-content img{height:450px;box-shadow:0 22px 46px #122b2030}.hero-carousel{position:relative;height:450px;border-radius:1.2rem;overflow:hidden;box-shadow:0 22px 46px #122b2030}.hero-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero-image-current{animation:fadeInHero .9s ease}.hero-image-prev{animation:fadeOutHero .9s ease forwards}@keyframes fadeInHero{0%{opacity:0}to{opacity:1}}@keyframes fadeOutHero{0%{opacity:1}to{opacity:0}}.eyebrow{font-size:.8rem;text-transform:uppercase;letter-spacing:.15em;color:var(--brand);font-weight:700;margin-bottom:.5rem}.cta-row{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.5rem}.btn{text-decoration:none;border-radius:999px;padding:.78rem 1.25rem;font-weight:700;border:1px solid transparent}.btn-primary{background:var(--brand);color:#fff}.btn-ghost{background:var(--brand-soft);color:#124941;border-color:#b6ddd2}.section{margin-bottom:4.5rem}.section-head{margin-bottom:1.4rem}.section-head h2{font-size:clamp(1.4rem,3vw,2.4rem);margin-bottom:0}.category-grid{display:grid;gap:1.1rem;grid-template-columns:repeat(5,minmax(0,1fr))}.card{background:var(--surface);border:1px solid var(--edge);border-radius:1rem;overflow:hidden}.card img{height:180px}.card-copy{padding:.95rem}.card-copy h3{margin-bottom:.5rem}.card-copy p{color:var(--muted);font-size:.95rem;margin:0}.highlight{background:linear-gradient(135deg,#f3fffb,#eef8ff);border:1px solid #d6eae0;border-radius:1.25rem;padding:1.3rem}.contact-panel{background:linear-gradient(135deg,#f4fff8,#f2fbff);border:1px solid #d6eae0;border-radius:1.25rem;padding:1.4rem}.contact-panel p{color:var(--muted);max-width:72ch;margin:0}.customization-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:1.5rem;align-items:center}.customization-grid h3{margin-bottom:.7rem}.customization-grid ul{margin:0;padding-left:1.2rem;color:var(--muted)}.customization-grid li+li{margin-top:.4rem}.customization-grid img{max-height:320px}.gallery-grid{display:grid;gap:1rem;grid-template-columns:repeat(4,minmax(0,1fr))}.gallery-grid img{aspect-ratio:4 / 5}.gallery-grid.enhanced{grid-template-columns:repeat(3,minmax(0,1fr))}.gallery-tile{border:1px solid var(--edge);background:var(--surface);border-radius:1rem;overflow:hidden;padding:0;cursor:pointer;text-align:left}.gallery-tile img{border-radius:0}.gallery-tile span{display:block;padding:.75rem .9rem .2rem;font-weight:600;color:#1d2a24}.gallery-tile small{display:block;padding:0 .9rem .9rem;color:#436158;font-weight:600}.lightbox-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0c1512cc;display:grid;place-items:center;padding:1rem;z-index:50}.lightbox-panel{width:min(940px,100%);background:#f8fcfa;border:1px solid #d6e9df;border-radius:1rem;padding:.8rem}.lightbox-close{margin-left:auto;display:block;border:1px solid #c8d8d0;background:#f0f7f4;color:#10231b;border-radius:999px;width:2rem;height:2rem;cursor:pointer}.lightbox-image{width:100%;max-height:62vh;object-fit:contain;border-radius:.8rem;background:#e8f2ed}.lightbox-footer{margin-top:.8rem;display:flex;gap:1rem;justify-content:space-between;align-items:center}.lightbox-footer h3{margin:0}.lightbox-footer p{margin:.1rem 0 0;color:var(--muted)}.lightbox-actions{display:flex;gap:.6rem;flex-wrap:wrap}.lightbox-btn{cursor:pointer}.share-status{margin:.7rem 0 .2rem;color:#216d5f;font-weight:600}.footer{margin-bottom:2rem;background:#112720;color:#ecf6f3;border-radius:1.25rem;padding:2rem}.footer p{color:#c8ddd6;max-width:64ch}@media (max-width: 1020px){.category-grid,.gallery-grid,.gallery-grid.enhanced{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 760px){.hero-content,.customization-grid,.category-grid,.gallery-grid{grid-template-columns:1fr}.hero-content img,.hero-carousel{height:320px}.nav,.lightbox-footer{flex-direction:column;align-items:flex-start}}
