:root{--clr-cream:#faf6f1;--clr-warm-white:#fffdfb;--clr-sand:#e8ddd3;--clr-terracotta:#c4603a;--clr-rust:#a84520;--clr-deep:#2b1f1a;--clr-charcoal:#3d322d;--clr-muted:#8a7b72;--clr-gold:#d4a745;--clr-sage:#8b9e7e;--ff-display:"Playfair Display",Georgia,serif;--ff-body:"DM Sans","Segoe UI",sans-serif;--space-xs:.5rem;--space-sm:1rem;--space-md:2rem;--space-lg:4rem;--space-xl:6rem;--radius:12px;--radius-lg:20px;--shadow:0 4px 24px #2b1f1a14;--shadow-lg:0 12px 48px #2b1f1a1f}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}.hero{background:var(--clr-deep);justify-content:center;align-items:center;min-height:92vh;display:flex;position:relative;overflow:hidden}.hero-bg{object-fit:cover;opacity:.55;filter:saturate(.7);width:100%;height:100%;position:absolute;inset:0}.hero-overlay{z-index:1;background:linear-gradient(#2b1f1a59 0%,#2b1f1ab3 100%);position:absolute;inset:0}.hero-content{z-index:2;text-align:center;max-width:780px;padding:var(--space-md);animation:.9s ease-out both fadeUp;position:relative}@keyframes fadeUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}.hero-tagline{font-family:var(--ff-body);text-transform:uppercase;letter-spacing:.22em;color:var(--clr-gold);margin-bottom:var(--space-sm);font-size:.85rem;font-weight:500}.hero-title{font-family:var(--ff-display);color:#fff;margin-bottom:var(--space-md);font-size:clamp(2.8rem,6vw,5rem);line-height:1.1}.highlight{color:var(--clr-gold);font-style:italic}.hero-subtitle{font-family:var(--ff-body);color:#ffffffd9;margin-bottom:var(--space-md);max-width:600px;margin-inline:auto;font-size:1.15rem;line-height:1.7}.btn{font-family:var(--ff-body);cursor:pointer;border-radius:50px;margin:.4rem;padding:.9rem 2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary{background:var(--clr-terracotta);color:#fff}.btn-primary:hover{background:var(--clr-rust);transform:translateY(-2px);box-shadow:0 8px 28px #c4603a59}.btn-ghost{color:#fff;background:0 0;border:2px solid #ffffff80}.btn-ghost:hover{background:#ffffff1a;border-color:#fff}.btn-lg{padding:1.1rem 2.8rem;font-size:1.05rem}.trust-bar{justify-content:center;align-items:center;gap:var(--space-md);padding:var(--space-md)var(--space-sm);background:var(--clr-deep);border-bottom:1px solid #ffffff14;flex-wrap:wrap;display:flex}.trust-item{text-align:center}.trust-number{font-family:var(--ff-display);color:var(--clr-gold);font-size:2rem;font-weight:700;display:block}.trust-label{font-family:var(--ff-body);text-transform:uppercase;letter-spacing:.12em;color:#ffffff80;font-size:.8rem}.trust-divider{background:#ffffff26;width:1px;height:40px}.section{padding:var(--space-xl)var(--space-sm);background:var(--clr-cream)}.container{max-width:1120px;margin:0 auto}.center{text-align:center}.section-label{font-family:var(--ff-body);text-transform:uppercase;letter-spacing:.2em;color:var(--clr-terracotta);margin-bottom:var(--space-xs);font-size:.78rem;font-weight:600}.section-title{font-family:var(--ff-display);color:var(--clr-deep);margin-bottom:var(--space-md);font-size:clamp(1.8rem,4vw,2.8rem);line-height:1.2}.body-text{font-family:var(--ff-body);color:var(--clr-charcoal);margin-bottom:var(--space-sm);font-size:1.05rem;line-height:1.8}.intro-text{max-width:640px;margin-inline:auto;margin-bottom:var(--space-lg)}.about{background:var(--clr-warm-white)}.two-col{gap:var(--space-lg);grid-template-columns:1fr 1fr;align-items:center;display:grid}.col-img{position:relative}.portrait{border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-lg);object-fit:cover;aspect-ratio:3/4}.gif-badge{object-fit:cover;border:4px solid var(--clr-warm-white);width:120px;height:120px;box-shadow:var(--shadow);border-radius:50%;position:absolute;bottom:-20px;right:-20px}.credential-list{margin-top:var(--space-sm);padding:0;list-style:none}.credential-list li{font-family:var(--ff-body);color:var(--clr-charcoal);border-bottom:1px solid var(--clr-sand);padding:.55rem 0 .55rem 1.6rem;font-size:.95rem;position:relative}.credential-list li:before{content:"✦";color:var(--clr-gold);position:absolute;left:0}.col-text--full{grid-column:1/-1}.bio-content h1,.bio-content h2,.bio-content h3,.bio-content h4,.bio-content h5,.bio-content h6{font-family:var(--ff-display);color:var(--clr-deep);margin-bottom:var(--space-md);font-size:clamp(1.8rem,4vw,2.8rem);line-height:1.2}.bio-content p{font-family:var(--ff-body);color:var(--clr-charcoal);margin-bottom:var(--space-sm);font-size:1.05rem;line-height:1.8}.bio-content ul{margin-top:var(--space-sm);padding:0;list-style:none}.bio-content ul li{font-family:var(--ff-body);color:var(--clr-charcoal);border-bottom:1px solid var(--clr-sand);padding:.55rem 0 .55rem 1.6rem;font-size:.95rem;position:relative}.bio-content ul li:before{content:"✦";color:var(--clr-gold);position:absolute;left:0}.services{background:var(--clr-cream)}.card-grid{gap:var(--space-md);margin-top:var(--space-md);grid-template-columns:repeat(auto-fit,minmax(300px,1fr));display:grid}.card{border-radius:var(--radius-lg);box-shadow:var(--shadow);cursor:pointer;color:inherit;background:#fff;flex-direction:column;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.card.featured{border:2px solid var(--clr-terracotta)}.card-badge{background:var(--clr-terracotta);color:#fff;font-family:var(--ff-body);text-transform:uppercase;letter-spacing:.1em;z-index:2;border-radius:50px;padding:.35rem .85rem;font-size:.72rem;font-weight:700;position:absolute;top:16px;right:16px}.card-img{object-fit:cover;width:100%;height:220px}.card-img-placeholder{background:var(--clr-sand);justify-content:center;align-items:center;width:100%;height:220px;display:flex;overflow:hidden}.card-img-placeholder svg{width:100%;height:100%;display:block}.card-logo{aspect-ratio:1;object-fit:cover;height:100%}.card-logo-fallback{aspect-ratio:1;height:100%;display:block}.card-body{padding:var(--space-md);flex-direction:column;flex:1;display:flex}.card-body .card-price{margin-top:auto}.card-title{font-family:var(--ff-display);color:var(--clr-deep);margin-bottom:var(--space-xs);font-size:1.35rem}.card-text{font-family:var(--ff-body);color:var(--clr-muted);margin-bottom:var(--space-sm);font-size:.95rem;line-height:1.7}.card-text--clamped{-webkit-line-clamp:7;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.card-show-more{font-family:var(--ff-body);color:var(--clr-terracotta);cursor:pointer;margin-bottom:var(--space-sm);background:0 0;border:none;padding:0;font-size:.9rem}.card-show-more:hover{text-decoration:underline}.card-price{font-family:var(--ff-body);color:var(--clr-terracotta);font-size:1.1rem;font-weight:700}.videos{background:var(--clr-deep)}.videos .section-label{color:var(--clr-gold)}.videos .section-title{color:#fff}.videos .body-text{color:#ffffffb3}.video-grid{gap:var(--space-md);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));display:grid}.video-card{border-radius:var(--radius);background:#ffffff0f;border:1px solid #ffffff14;transition:border-color .3s;overflow:hidden}.video-card:hover{border-color:var(--clr-gold)}.video-wrap{height:0;padding-bottom:56.25%;position:relative}.video-wrap iframe{width:100%;height:100%;position:absolute;top:0;left:0}.video-title{font-family:var(--ff-body);color:#ffffffd9;padding:var(--space-sm);font-size:.95rem;font-weight:500}.testimonials{background:var(--clr-warm-white)}.testimonial-grid{gap:var(--space-md);grid-template-columns:repeat(3,1fr);display:grid}.testimonial{padding:var(--space-md);border-radius:var(--radius-lg);border-left:4px solid var(--clr-gold);box-shadow:var(--shadow);background:#fff;position:relative}.testimonial-avatar{object-fit:cover;width:100px;height:100px;margin-bottom:var(--space-sm);border:2px solid var(--clr-sand);border-radius:50%}.testimonial-text{font-family:var(--ff-body);color:var(--clr-charcoal);margin-bottom:var(--space-sm);font-size:1rem;font-style:italic;line-height:1.75}.testimonial-cite{font-family:var(--ff-body);color:var(--clr-terracotta);font-size:.85rem;font-style:normal;font-weight:700}.gallery{background:var(--clr-cream)}.gallery-grid{gap:var(--space-sm);grid-template-columns:repeat(3,1fr);grid-auto-rows:220px;display:grid}.gallery-img{object-fit:cover;border-radius:var(--radius);width:100%;height:100%;transition:transform .4s}.gallery-img:hover{transform:scale(1.04)}.gallery-img.tall{grid-row:span 2}.gallery-img.wide{grid-column:span 2}.gif-gallery{border:3px solid var(--clr-gold)}.process{background:var(--clr-warm-white)}.steps{margin-top:var(--space-md);flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:0;display:flex}.step{text-align:center;min-width:200px;max-width:250px;padding:var(--space-sm);flex:1}.step-number{font-family:var(--ff-display);color:var(--clr-terracotta);opacity:.3;margin-bottom:var(--space-xs);font-size:2.5rem;font-weight:700}.step-title{font-family:var(--ff-display);color:var(--clr-deep);margin-bottom:var(--space-xs);font-size:1.2rem}.step-text{font-family:var(--ff-body);color:var(--clr-muted);font-size:.9rem;line-height:1.7}.step-connector{background:var(--clr-sand);align-self:center;width:40px;height:2px;margin-top:1.2rem}.freebie{background:linear-gradient(135deg,var(--clr-deep)0%,#3a2820 100%)}.freebie-inner{gap:var(--space-lg);grid-template-columns:280px 1fr;align-items:center;display:grid}.freebie .section-label{color:var(--clr-gold)}.freebie .section-title{color:#fff}.freebie .body-text{color:#ffffffbf}.freebie-img{border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-lg);aspect-ratio:3/4;object-fit:cover}.fake-form{gap:var(--space-xs);margin-top:var(--space-sm);flex-wrap:wrap;display:flex}.input{color:#fff;min-width:200px;font-family:var(--ff-body);background:#ffffff14;border:1px solid #fff3;border-radius:50px;flex:1;padding:.85rem 1.2rem;font-size:.95rem}.input::placeholder{color:#fff6}.fine-print{font-family:var(--ff-body);color:#ffffff59;margin-top:var(--space-xs);font-size:.78rem}.cta{background:var(--clr-terracotta);text-align:center}.cta .section-label{color:#fff9}.cta-title{font-family:var(--ff-display);color:#fff;max-width:700px;margin:0 auto var(--space-sm);font-size:clamp(2rem,4.5vw,3rem);line-height:1.15}.cta-subtitle{font-family:var(--ff-body);color:#ffffffd9;margin-bottom:var(--space-md);font-size:1.1rem}.cta .btn-primary{color:var(--clr-terracotta);background:#fff}.cta .btn-primary:hover{background:var(--clr-cream);box-shadow:0 8px 28px #0003}.cta-note{font-family:var(--ff-body);color:#ffffff80;margin-top:var(--space-sm);font-size:.82rem}.footer{background:var(--clr-deep);padding:var(--space-lg)var(--space-sm)0}.footer-inner{justify-content:space-between;align-items:start;gap:var(--space-md);padding-bottom:var(--space-md);border-bottom:1px solid #ffffff14;flex-wrap:wrap;display:flex}.footer-logo{font-family:var(--ff-display);color:#fff;font-size:1.4rem}.footer-tagline{font-family:var(--ff-body);color:var(--clr-muted);margin-top:.3rem;font-size:.85rem}.footer-links{gap:var(--space-md);display:flex}.footer-links a{font-family:var(--ff-body);color:#fff9;font-size:.9rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--clr-gold)}.footer-social{gap:var(--space-sm);flex-wrap:wrap;justify-content:center;display:flex}.footer-social--grid{justify-content:center;gap:var(--space-sm);grid-template-columns:repeat(3,auto);display:grid}.social-link{font-family:var(--ff-body);color:#ffffff80;border:1px solid #ffffff1f;border-radius:50px;align-items:center;gap:.4rem;padding:.4rem .8rem;font-size:.85rem;text-decoration:none;transition:all .2s;display:inline-flex}.social-link svg{flex-shrink:0}.social-link:hover{color:var(--clr-gold);border-color:var(--clr-gold)}.footer-bottom{padding:var(--space-sm);text-align:center}.footer-bottom p{font-family:var(--ff-body);color:#ffffff4d;font-size:.78rem}@media (max-width:768px){.two-col{grid-template-columns:1fr}.freebie-inner{text-align:center;grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr 1fr;grid-auto-rows:180px}.gallery-img.tall{grid-row:span 1}.gallery-img.wide{grid-column:span 1}.card-grid,.video-grid,.testimonial-grid{grid-template-columns:1fr}.steps{flex-direction:column;align-items:center}.step-connector{width:2px;height:30px}.footer-inner{text-align:center;flex-direction:column;align-items:center}.footer-links{flex-wrap:wrap;justify-content:center}.trust-divider{display:none}}
