@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;1,400&family=DM+Sans:wght@400;500&display=swap";body{margin:0}:root{--dusty-pink:#e8c4c0;--warm-cream:#f5ede0;--sage-green:#b2c9a8;--soft-lavender:#c4b0d8;--warm-gray:#c8c0bc;--off-white:#fdfaf7;--text-dark:#5a4a4a;--text-medium:#8b7070}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--off-white);color:var(--text-dark);font-family:DM Sans,sans-serif}.navbar{background-color:var(--warm-cream);border-bottom:1px solid var(--dusty-pink);justify-content:space-between;align-items:center;padding:20px 48px;display:flex}@media (width<=600px){.navbar{flex-direction:column;gap:16px;padding:20px 24px}}.nav-brand h1{color:var(--text-dark);letter-spacing:1px;font-family:Playfair Display,serif;font-size:24px}.nav-links{gap:32px;list-style:none;display:flex}@media (width<=600px){.nav-links{flex-wrap:wrap;justify-content:center;gap:20px}}.nav-links a{color:var(--text-medium);font-family:DM Sans,sans-serif;font-size:15px;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--text-dark)}.hero{background-color:var(--off-white);text-align:center;justify-content:center;align-items:center;padding:100px 48px;display:flex}@media (width<=600px){.hero{padding:60px 24px}}.hero-content h2{color:var(--text-dark);margin-bottom:16px;font-family:Playfair Display,serif;font-size:48px}@media (width<=600px){.hero-content h2{font-size:32px}}.hero-content p{color:var(--text-medium);max-width:500px;margin-bottom:32px;font-family:DM Sans,sans-serif;font-size:18px}.hero-button{background-color:var(--dusty-pink);color:var(--text-dark);border-radius:30px;padding:14px 32px;font-family:DM Sans,sans-serif;font-size:15px;font-weight:500;text-decoration:none;transition:background-color .2s;display:inline-block}.hero-button:hover{background-color:var(--soft-lavender)}.products{background-color:var(--warm-cream);text-align:center;padding:48px}@media (width<=600px){.products{padding:32px 24px}}.section-title{color:var(--text-dark);margin-bottom:12px;font-family:Playfair Display,serif;font-size:36px}.section-description{color:var(--text-medium);max-width:600px;margin:0 auto 40px;font-family:DM Sans,sans-serif;font-size:1rem;line-height:1.6}.products-grid{grid-template-columns:repeat(3,1fr);gap:32px;max-width:1000px;margin:0 auto;display:grid}@media (width<=768px){.products-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (width<=480px){.products-grid{grid-template-columns:1fr}}.product-card{background-color:var(--off-white);text-align:center;color:inherit;border-radius:16px;padding:24px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:block}.product-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px #00000014}.product-image{object-fit:cover;border-radius:12px;width:100%;height:200px;margin-bottom:16px}.product-card h3{color:var(--text-dark);margin-bottom:8px;font-family:Playfair Display,serif;font-size:18px}.product-card p{color:var(--text-medium);font-family:DM Sans,sans-serif;font-size:15px}.ideas{background-color:var(--soft-lavender);text-align:center;padding:80px 48px}@media (width<=600px){.ideas{padding:48px 24px}}.ideas-content h2{color:var(--text-dark);margin-bottom:16px;font-family:Playfair Display,serif;font-size:36px}.ideas-content p{color:var(--text-dark);max-width:500px;margin-bottom:32px;margin-left:auto;margin-right:auto;font-family:DM Sans,sans-serif;font-size:18px}.ideas-button{background-color:var(--off-white);color:var(--text-dark);border-radius:30px;padding:14px 32px;font-family:DM Sans,sans-serif;font-size:15px;font-weight:500;text-decoration:none;transition:background-color .2s;display:inline-block}.ideas-button:hover{background-color:var(--warm-cream)}.footer{background-color:var(--text-dark);justify-content:space-between;align-items:center;padding:48px;display:flex}@media (width<=600px){.footer{text-align:center;flex-direction:column;gap:32px;padding:40px 24px}}.footer-brand h3{color:var(--off-white);margin-bottom:8px;font-family:Playfair Display,serif;font-size:20px}.footer-brand p{color:var(--warm-gray);font-family:DM Sans,sans-serif;font-size:14px}.footer-links{gap:32px;list-style:none;display:flex}@media (width<=600px){.footer-links{flex-wrap:wrap;justify-content:center;gap:20px}}.footer-links a{color:var(--warm-gray);font-family:DM Sans,sans-serif;font-size:14px;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--off-white)}.footer-credit{color:var(--warm-gray);font-family:DM Sans,sans-serif;font-size:12px}.footer-credit a{color:var(--warm-gray);text-decoration:underline}.footer-credit a:hover{color:var(--off-white)}.page-hero{background-color:var(--warm-cream);text-align:center;padding:60px 48px}@media (width<=600px){.page-hero{padding:40px 24px}}.page-hero h2{color:var(--text-dark);margin-bottom:12px;font-family:Playfair Display,serif;font-size:42px}@media (width<=600px){.page-hero h2{font-size:28px}}.page-hero p{color:var(--text-medium);font-family:DM Sans,sans-serif;font-size:18px}.about-content{align-items:center;gap:48px;max-width:1000px;margin:0 auto;padding:80px 48px;display:flex}@media (width<=768px){.about-content{flex-direction:column;gap:32px;padding:48px 24px}}.about-image{object-fit:cover;border-radius:16px;width:300px;min-width:300px;height:300px}@media (width<=768px){.about-image{width:100%;min-width:unset;height:260px}}.about-text h3{color:var(--text-dark);margin-bottom:16px;font-family:Playfair Display,serif;font-size:28px}.about-text p{color:var(--text-medium);margin-bottom:16px;font-family:DM Sans,sans-serif;font-size:16px;line-height:1.7}.idea-theme-card{background-color:var(--off-white);text-align:center;border-radius:16px;padding:24px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:block}.idea-theme-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px #00000014}.idea-theme-image{background-color:var(--dusty-pink);border-radius:12px;width:100%;height:200px;margin-bottom:16px}.idea-theme-card h3{color:var(--text-dark);margin-bottom:8px;font-family:Playfair Display,serif;font-size:18px}.idea-theme-card p{color:var(--text-medium);font-family:DM Sans,sans-serif;font-size:15px}.ideas-coming-soon{color:var(--text-medium);text-align:center;margin-top:48px;font-family:DM Sans,sans-serif;font-size:15px}.coming-soon{text-align:center;color:var(--text-medium);max-width:600px;margin:0 auto;padding:80px 48px;font-family:DM Sans,sans-serif;font-size:18px;line-height:1.7}@media (width<=600px){.coming-soon{padding:48px 24px}}.ideas-grid-section{max-width:1100px;margin:0 auto;padding:4rem 2rem}.ideas-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}@media (width<=768px){.ideas-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.ideas-grid{grid-template-columns:1fr}}.idea-card{background-color:#fff;border-radius:12px;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 2px 12px #00000012}.idea-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px #0000001f}.idea-image{background-color:#e8e0d5;width:100%;height:180px}.idea-card h3{text-align:left;padding:1rem 1.25rem .5rem;font-size:1.1rem}.idea-card p{color:#6b6160;text-align:left;padding:0 1.25rem 1.25rem;font-size:.95rem}.product-page-breadcrumb{color:var(--text-medium);background-color:var(--warm-cream);padding:20px 48px;font-family:DM Sans,sans-serif;font-size:14px}@media (width<=600px){.product-page-breadcrumb{padding:16px 24px}}.product-page-breadcrumb a{color:var(--text-medium);text-decoration:none}.product-page-breadcrumb a:hover{color:var(--text-dark)}.product-page{align-items:flex-start;gap:64px;max-width:1000px;margin:0 auto;padding:64px 48px;display:flex}@media (width<=768px){.product-page{flex-direction:column;gap:32px;padding:40px 24px}}.product-page-images{flex-direction:column;gap:12px;width:420px;min-width:420px;display:flex}@media (width<=768px){.product-page-images{width:100%;min-width:unset}}.product-page-image{object-fit:cover;border-radius:20px;width:100%;height:420px}@media (width<=768px){.product-page-image{height:260px}}.product-page-thumbnails{gap:10px;display:flex}.product-thumbnail{object-fit:cover;cursor:pointer;opacity:.6;border:2px solid #0000;border-radius:10px;width:72px;height:72px;transition:opacity .2s}.product-thumbnail:hover,.product-thumbnail.active{opacity:1;border-color:var(--dusty-pink)}.product-page-info{flex-direction:column;gap:20px;display:flex}.product-page-info h2{color:var(--text-dark);font-family:Playfair Display,serif;font-size:36px}.product-page-price{color:var(--text-dark);font-family:DM Sans,sans-serif;font-size:24px;font-weight:500}.product-page-description{color:var(--text-medium);font-family:DM Sans,sans-serif;font-size:16px;line-height:1.7}.product-page-details{flex-direction:column;gap:8px;list-style:none;display:flex}.product-page-details li{color:var(--text-medium);padding-left:16px;font-family:DM Sans,sans-serif;font-size:14px;position:relative}.product-page-details li:before{content:"✓";color:var(--sage-green);font-weight:600;position:absolute;left:0}.buy-button{background-color:var(--dusty-pink);color:var(--text-dark);text-align:center;border-radius:30px;padding:16px 40px;font-family:DM Sans,sans-serif;font-size:16px;font-weight:500;text-decoration:none;transition:background-color .2s;display:inline-block}.buy-button:hover{background-color:var(--soft-lavender)}.product-page-note{color:var(--text-medium);font-family:DM Sans,sans-serif;font-size:13px}.product-not-found{text-align:center;flex-direction:column;align-items:center;gap:24px;padding:80px 48px;display:flex}.back-link{color:var(--text-medium);font-family:DM Sans,sans-serif;font-size:15px;text-decoration:none}.back-link:hover{color:var(--text-dark)}.contact-content{justify-content:center;padding:80px 48px;display:flex}@media (width<=600px){.contact-content{padding:48px 24px}}.contact-card{background-color:var(--warm-cream);border-radius:20px;flex-direction:column;gap:32px;min-width:400px;padding:48px 64px;display:flex}@media (width<=600px){.contact-card{min-width:unset;width:100%;padding:32px 24px}}.contact-item{flex-direction:column;gap:6px;display:flex}.contact-label{text-transform:uppercase;letter-spacing:1px;color:var(--text-medium);font-family:DM Sans,sans-serif;font-size:12px;font-weight:500}.contact-link{color:var(--text-dark);font-family:Playfair Display,serif;font-size:22px;text-decoration:none;transition:color .2s}.contact-link:hover{color:var(--soft-lavender)}.contact-note{color:var(--text-medium);font-family:DM Sans,sans-serif;font-size:14px}.idea-card-link{color:inherit;text-decoration:none;display:block}.idea-card-body{padding:1rem 1.25rem 1.25rem}.idea-card-body h3{margin-bottom:.5rem;font-size:1.05rem;line-height:1.4}.idea-card-body p{color:var(--text-medium);margin-bottom:.75rem;font-size:.9rem;line-height:1.5}.idea-card-category{text-transform:uppercase;letter-spacing:.06em;color:var(--soft-lavender);margin-bottom:.4rem;font-family:DM Sans,sans-serif;font-size:.75rem;font-weight:600;display:inline-block}.idea-card-read-more{color:var(--soft-lavender);font-family:DM Sans,sans-serif;font-size:.875rem;font-weight:600}.idea-post-breadcrumb{color:var(--text-medium);background-color:var(--warm-cream);padding:20px 48px;font-family:DM Sans,sans-serif;font-size:14px}@media (width<=600px){.idea-post-breadcrumb{padding:16px 24px}}.idea-post-breadcrumb a{color:var(--soft-lavender);text-decoration:none}.idea-post-breadcrumb a:hover{text-decoration:underline}.idea-post{max-width:720px;margin:0 auto;padding:3rem 2rem 2rem}@media (width<=600px){.idea-post{padding:2rem 1.25rem}}.idea-post-header{margin-bottom:2rem}.idea-post-category{text-transform:uppercase;letter-spacing:.08em;color:var(--soft-lavender);margin-bottom:.75rem;font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:600;display:inline-block}.idea-post-title{color:var(--text-dark);margin-bottom:1rem;font-family:Playfair Display,serif;font-size:clamp(1.6rem,4vw,2.4rem);line-height:1.25}.idea-post-byline{color:var(--text-medium);font-family:DM Sans,sans-serif;font-size:.875rem;font-style:italic}.idea-post-intro{color:var(--text-dark);border-left:3px solid var(--soft-lavender);margin-bottom:2.5rem;padding-left:1.25rem;font-size:1.15rem;line-height:1.7}.idea-post-section{margin-bottom:2rem}.idea-post-section-heading{color:var(--text-dark);margin-bottom:.75rem;font-family:Playfair Display,serif;font-size:1.35rem}.idea-post-section p{color:var(--text-dark);margin-bottom:1rem;font-family:DM Sans,sans-serif;font-size:1rem;line-height:1.75}.idea-post-faqs{border-top:1px solid #e8e0d5;margin-top:3rem;padding-top:2rem}.idea-post-faqs h2{margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:1.5rem}.faq-list{flex-direction:column;gap:1.5rem;display:flex}.faq-item{background-color:var(--warm-cream);border-radius:10px;padding:1.25rem 1.5rem}.faq-question{color:var(--text-dark);margin-bottom:.5rem;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:700}.faq-answer{color:var(--text-medium);margin:0;font-family:DM Sans,sans-serif;font-size:.95rem;line-height:1.65}.idea-post-products{background-color:var(--warm-cream);margin-top:1rem;padding:3rem 2rem}.idea-post-footer{max-width:720px;margin:0 auto;padding:1.5rem 2rem 3rem}.back-link{color:var(--soft-lavender);font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none}.back-link:hover{text-decoration:underline}
