:root{--bg: #fdf8f3;--bg-alt: #fffaf6;--text: #2f2927;--text-muted: #6f6662;--rose: #b94f6f;--rose-soft: #f5d6dd;--rose-pale: #fbecef;--green: #7d8f6a;--card-bg: #ffffff;--border: #ead8d2;--shadow: 0 4px 24px rgba(47, 41, 39, .08);--shadow-lg: 0 8px 40px rgba(47, 41, 39, .12);--radius: 12px;--radius-lg: 20px;--max-w: 1180px;--font-serif: "Cormorant Garamond", Georgia, serif;--font-script: "Dancing Script", cursive;--font-body: "Lato", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg);color:var(--text);line-height:1.7;font-size:16px;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:var(--font-body)}.heading-xl{font-family:var(--font-serif);font-size:clamp(2.6rem,5vw,4rem);font-weight:500;line-height:1.15;color:var(--text);letter-spacing:-.02em}.heading-lg{font-family:var(--font-serif);font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:500;line-height:1.2;color:var(--text)}.heading-md{font-family:var(--font-serif);font-size:clamp(1.4rem,2.5vw,1.9rem);font-weight:500;color:var(--text)}.heading-sm{font-family:var(--font-serif);font-size:1.2rem;font-weight:500;color:var(--text)}.rose{color:var(--rose)}.text-muted{color:var(--text-muted)}.container{max-width:var(--max-w);margin:0 auto;padding:0 2rem}.section{padding:5rem 0}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:var(--rose);color:#fff;padding:.85rem 2rem;border-radius:8px;font-family:var(--font-body);font-size:.95rem;font-weight:400;letter-spacing:.02em;transition:background .2s,transform .2s,box-shadow .2s;box-shadow:0 2px 12px #b94f6f40}.btn-primary:hover{background:#a3435f;transform:translateY(-1px);box-shadow:0 4px 20px #b94f6f59}.btn-outline{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:var(--rose);padding:.85rem 2rem;border-radius:8px;border:1.5px solid var(--rose);font-family:var(--font-body);font-size:.95rem;font-weight:400;letter-spacing:.02em;transition:background .2s,color .2s,transform .2s}.btn-outline:hover{background:var(--rose-pale);transform:translateY(-1px)}.section-heading{text-align:center;margin-bottom:3rem}.section-heading h2{font-family:var(--font-serif);font-size:clamp(1.9rem,3vw,2.6rem);font-weight:500;color:var(--text);margin-bottom:.5rem}.section-heading .underline-rose{display:block;width:60px;height:2px;background:var(--rose);border-radius:2px;margin:.6rem auto 0}.section-heading p{color:var(--text-muted);margin-top:1rem;font-size:1rem;max-width:520px;margin-left:auto;margin-right:auto}.card{background:var(--card-bg);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border);overflow:hidden;transition:transform .25s,box-shadow .25s}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.floral-corner{position:absolute;pointer-events:none;opacity:.55}.footer{background:var(--rose-pale);border-top:1px solid var(--border);position:relative;overflow:hidden}.footer-inner{max-width:var(--max-w);margin:0 auto;padding:2.5rem 2rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem}.footer-brand{display:flex;flex-direction:column;gap:.3rem}.footer-logo{font-family:var(--font-script);font-size:1.5rem;color:var(--text)}.footer-tagline{font-size:.82rem;color:var(--text-muted)}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-link-item{display:flex;align-items:center;gap:.6rem;font-size:.88rem;color:var(--text-muted)}.footer-link-item a{color:var(--text-muted);transition:color .2s}.footer-link-item a:hover{color:var(--rose)}.footer-social{display:flex;gap:.75rem;align-items:center}.social-btn{width:40px;height:40px;border-radius:50%;border:1.5px solid var(--rose);display:flex;align-items:center;justify-content:center;color:var(--rose);transition:background .2s,color .2s}.social-btn:hover{background:var(--rose);color:#fff}.hero-collage{position:relative;width:100%;height:520px}.collage-img{position:absolute;border-radius:var(--radius);box-shadow:0 8px 32px #2f29272e;overflow:hidden;background:#f0e8e4;border:3px solid #fff}.collage-img img{width:100%;height:100%;object-fit:cover}.underline-accent{position:relative;display:inline-block}.underline-accent:after{content:"";position:absolute;bottom:-6px;left:0;width:80px;height:2.5px;background:var(--rose);border-radius:2px}.process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;position:relative}.process-steps:before{content:"";position:absolute;top:2.2rem;left:12%;right:12%;height:1px;background:repeating-linear-gradient(90deg,var(--border) 0,var(--border) 8px,transparent 8px,transparent 16px)}.process-step{text-align:center;position:relative}.step-number{width:44px;height:44px;border-radius:50%;border:1.5px solid var(--rose);display:flex;align-items:center;justify-content:center;font-family:var(--font-serif);font-size:1.1rem;color:var(--rose);margin:0 auto 1rem;background:var(--bg);position:relative;z-index:1}.step-icon{color:var(--rose);margin-bottom:.75rem}.step-title{font-family:var(--font-body);font-size:.95rem;font-weight:700;color:var(--text);margin-bottom:.4rem}.step-desc{font-size:.85rem;color:var(--text-muted);line-height:1.6}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.feature-block{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.feature-icon-wrap{width:52px;height:52px;border-radius:50%;background:var(--rose-pale);display:flex;align-items:center;justify-content:center;color:var(--rose);flex-shrink:0}.feature-title{font-family:var(--font-body);font-size:1rem;font-weight:700;color:var(--text)}.feature-desc{font-size:.9rem;color:var(--text-muted);line-height:1.7}.artwork-card{background:var(--card-bg);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border);overflow:hidden;transition:transform .25s,box-shadow .25s;display:flex;flex-direction:column}.artwork-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.artwork-card img{width:100%;height:220px;object-fit:cover;flex-shrink:0}.featured-work-grid .artwork-card:nth-child(1) img{object-position:center 40%}.featured-work-grid .artwork-card:nth-child(2) img{object-position:center 50%}.featured-work-grid .artwork-card:nth-child(3) img{object-position:center 80%}.featured-work-grid .artwork-card:nth-child(4) img{object-position:center 60%}.artwork-card-body{padding:1.2rem 1.4rem 1.4rem;display:flex;flex-direction:column;flex:1}.artwork-card-icon{color:var(--rose);margin-bottom:.6rem}.artwork-card-title{font-family:var(--font-body);font-size:1rem;font-weight:700;color:var(--text);margin-bottom:.35rem}.artwork-card-desc{font-size:.87rem;color:var(--text-muted);line-height:1.6}.artwork-card-arrow{display:flex;justify-content:flex-end;margin-top:.75rem;color:var(--rose)}.product-card{background:var(--card-bg);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border);overflow:hidden;transition:transform .25s,box-shadow .25s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.product-card img{width:100%;height:200px;object-fit:cover}.product-card-body{padding:1.2rem 1.4rem 1.4rem}.product-card-title{font-family:var(--font-body);font-size:1rem;font-weight:700;color:var(--text);margin-bottom:.4rem}.product-card-desc{font-size:.85rem;color:var(--text-muted);margin-bottom:.6rem;line-height:1.6}.product-card-price{font-size:1rem;font-weight:700;color:var(--rose);margin-bottom:.9rem}.navbar{position:sticky;top:0;z-index:100;background:#fdf8f3f2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.navbar-inner{max-width:var(--max-w);margin:0 auto;padding:0 2rem;height:72px;display:flex;align-items:center;justify-content:space-between}.navbar-brand{display:flex;align-items:center;gap:.5rem;text-decoration:none}.navbar-logo-text{font-family:var(--font-script);font-size:1.6rem;color:var(--text);line-height:1}.navbar-links{display:flex;align-items:center;gap:2rem;list-style:none}.navbar-links a{font-size:.9rem;color:var(--text-muted);transition:color .2s;text-decoration:none;font-weight:400;letter-spacing:.01em}.navbar-links a:hover,.navbar-links a.active{color:var(--rose)}.navbar-links a.active{border-bottom:2px solid var(--rose);padding-bottom:2px}.navbar-instagram{color:var(--text-muted);transition:color .2s}.navbar-instagram:hover{color:var(--rose)}.navbar-menu-btn{display:none;background:none;border:none;cursor:pointer;color:var(--text);padding:6px;border-radius:6px;transition:background .2s}.navbar-menu-btn:hover{background:var(--rose-pale)}.navbar-mobile{display:flex;flex-direction:column;background:var(--bg);border-top:1px solid var(--border);padding:0 2rem;gap:0;box-shadow:0 8px 24px #2f292714;max-height:0;overflow:hidden;opacity:0;transition:max-height .35s ease,opacity .25s ease,padding .3s ease}.navbar-mobile.open{max-height:400px;opacity:1;padding:1rem 2rem 1.5rem}.navbar-mobile a{font-size:1rem;color:var(--text-muted);text-decoration:none;padding:.85rem 0;border-bottom:1px solid var(--border);transition:color .2s;display:block;transform:translateY(0)}.navbar-mobile a:last-child{border-bottom:none}.navbar-mobile a:hover,.navbar-mobile a.active{color:var(--rose)}.why-section{background:var(--rose-pale);position:relative;overflow:hidden}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.why-block{display:flex;align-items:flex-start;gap:1.2rem}.why-icon{width:56px;height:56px;border-radius:50%;background:#b94f6f1f;display:flex;align-items:center;justify-content:center;color:var(--rose);flex-shrink:0}.form-group{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.2rem}.form-group label{font-size:.9rem;font-weight:700;color:var(--text)}.form-group input,.form-group textarea,.form-group select{padding:.75rem 1rem;border:1.5px solid var(--border);border-radius:8px;background:#fff;font-family:var(--font-body);font-size:.9rem;color:var(--text);transition:border-color .2s;outline:none}.form-group input:focus,.form-group textarea:focus{border-color:var(--rose)}.form-group input::placeholder,.form-group textarea::placeholder{color:#bbb}.form-group textarea{resize:vertical;min-height:130px}.success-msg{background:#f0fdf4;border:1px solid #86efac;border-radius:8px;padding:1rem 1.4rem;color:#166534;font-size:.95rem;margin-top:1rem}.quote-card{background:var(--card-bg);border-radius:var(--radius);border:1px solid var(--border);padding:2rem;position:relative;box-shadow:var(--shadow)}.quote-mark{font-family:var(--font-serif);font-size:4rem;color:var(--rose);line-height:.5;display:block;margin-bottom:1rem;font-weight:300}.quote-text{font-family:var(--font-serif);font-size:1.25rem;font-style:italic;color:var(--text);line-height:1.7}.info-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:3rem}.info-col-icon{color:var(--rose);margin-bottom:.75rem}.info-col-title{font-size:1rem;font-weight:700;color:var(--text);margin-bottom:.6rem}.info-col-text{font-size:.9rem;color:var(--text-muted);line-height:1.75}.commission-option-card{background:var(--card-bg);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border);overflow:hidden;transition:transform .25s,box-shadow .25s;text-align:center}.commission-option-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.commission-option-card img{width:100%;height:200px;object-fit:cover}.commission-option-card-body{padding:1.4rem}.commission-option-title{font-family:var(--font-body);font-size:1.05rem;font-weight:700;color:var(--rose);margin-bottom:.5rem}.trust-strip{background:var(--rose-pale);border-radius:var(--radius-lg);padding:2rem;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.trust-item{display:flex;align-items:flex-start;gap:1rem}.trust-icon{width:48px;height:48px;border-radius:50%;background:#b94f6f1a;display:flex;align-items:center;justify-content:center;color:var(--rose);flex-shrink:0}.contact-strip{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem}.contact-strip-item{background:var(--card-bg);border-radius:var(--radius);border:1px solid var(--border);padding:1.8rem;display:flex;align-items:flex-start;gap:1.2rem}.contact-strip-icon{width:48px;height:48px;border-radius:50%;background:var(--rose-pale);display:flex;align-items:center;justify-content:center;color:var(--rose);flex-shrink:0}.portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:start}.portfolio-item{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:transform .25s,box-shadow .25s}.portfolio-item:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.portfolio-item img{width:100%;display:block;object-fit:cover}.portfolio-item.tall img{height:380px}.portfolio-item.medium img{height:260px}.portfolio-item.short img{height:200px}.filter-buttons{display:flex;gap:.75rem;flex-wrap:wrap;margin:1.5rem 0 2rem}.filter-btn{padding:.5rem 1.4rem;border-radius:6px;border:1.5px solid var(--rose);font-size:.9rem;color:var(--rose);background:transparent;cursor:pointer;transition:background .2s,color .2s;font-family:var(--font-body)}.filter-btn.active,.filter-btn:hover{background:var(--rose);color:#fff}.featured-piece-card{background:var(--rose-pale);border-radius:var(--radius);padding:2rem;display:flex;flex-direction:column;gap:1rem;height:100%;border:1px solid var(--border);position:relative;overflow:hidden}.how-it-works{background:var(--rose-pale);border-radius:var(--radius-lg);padding:3rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.how-images{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.how-images img{width:100%;height:130px;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow)}.about-cta{background:var(--rose-pale);border-radius:var(--radius-lg);padding:3rem;display:grid;grid-template-columns:1fr auto 1fr;gap:2rem;align-items:center;border:1px solid var(--border)}.about-cta-divider{width:1px;height:80px;background:var(--border)}.contact-detail-item{display:flex;align-items:flex-start;gap:1rem;padding:1.2rem 0;border-bottom:1px solid var(--border)}.contact-detail-item:last-child{border-bottom:none}.contact-detail-icon{width:44px;height:44px;border-radius:50%;background:var(--rose-pale);display:flex;align-items:center;justify-content:center;color:var(--rose);flex-shrink:0}.contact-detail-label{font-size:.9rem;font-weight:700;color:var(--rose);margin-bottom:.2rem}.contact-detail-value{font-size:.9rem;color:var(--text-muted)}.floral-divider{display:flex;justify-content:center;margin:.5rem 0 1.5rem;opacity:.7}@media (max-width: 900px){.navbar-links{display:none}.navbar-menu-btn{display:flex}.navbar-inner{height:64px}.navbar-logo-text{font-size:1.35rem}.hero-two-col{flex-direction:column!important;gap:2rem!important}.hero-two-col>*:first-child{flex:unset!important;max-width:100%!important;width:100%}.hero-two-col>*:last-child{flex:unset!important;width:100%}.hero-collage{height:360px;width:100%}.process-steps{grid-template-columns:repeat(2,1fr);gap:1.5rem}.process-steps:before{display:none}.feature-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.why-grid{grid-template-columns:1fr;gap:1.5rem}.info-cols{grid-template-columns:1fr;gap:2rem;margin-top:2rem}.portfolio-grid{grid-template-columns:repeat(2,1fr)}.commission-options-grid{grid-template-columns:repeat(2,1fr)!important}.contact-strip{grid-template-columns:1fr}.trust-strip{grid-template-columns:1fr;gap:1.25rem}.how-it-works{grid-template-columns:1fr;gap:2rem;padding:2rem}.about-cta{grid-template-columns:1fr;gap:1.5rem;padding:2rem}.about-cta-divider{display:none}.etsy-products-grid{grid-template-columns:repeat(2,1fr)!important}.footer-inner{flex-direction:column;align-items:flex-start;gap:1.25rem}.contact-form-layout{grid-template-columns:1fr!important}.etsy-footer-grid{grid-template-columns:1fr!important;gap:2rem!important}.featured-work-grid{grid-template-columns:repeat(2,1fr)!important}}@media (max-width: 600px){.container{padding:0 1.1rem}.section{padding:2.5rem 0}.navbar-logo-text{font-size:1.2rem}.navbar-inner{padding:0 1.1rem}.navbar-mobile{padding:1rem 1.1rem}.hero-collage{height:240px}.heading-xl{font-size:2.1rem}.heading-lg{font-size:1.6rem}.process-steps{grid-template-columns:1fr;gap:1.25rem}.feature-grid,.portfolio-grid{grid-template-columns:1fr}.commission-options-grid,.etsy-products-grid{grid-template-columns:1fr!important}.trust-strip,.contact-strip{grid-template-columns:1fr}.how-images{grid-template-columns:repeat(2,1fr)}.featured-work-grid,.etsy-footer-grid{grid-template-columns:1fr!important}.featured-work-grid .artwork-card:nth-child(1) img{object-position:center 12%}.featured-work-grid .artwork-card:nth-child(2) img{object-position:center 50%}.featured-work-grid .artwork-card:nth-child(3) img{object-position:center 50%}.featured-work-grid .artwork-card:nth-child(4) img{object-position:center top}.btn-primary,.btn-outline{width:100%;justify-content:center;font-size:1rem;padding:.9rem 1.5rem}.hero-btn-group{flex-direction:column!important;gap:.75rem!important}.artwork-card img{height:180px}.product-card img{height:170px}.how-it-works,.about-cta{padding:1.5rem}.section-heading{margin-bottom:2rem}.floral-corner{display:none}.contact-form-layout{grid-template-columns:1fr!important}.footer-inner{padding:2rem 1.1rem}}@media (max-width: 400px){.heading-xl{font-size:1.8rem}.navbar-logo-text{font-size:1.1rem}.hero-collage{height:200px}}
