*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--cream: #F9F4EE;--cream2: #F2EAE0;--beige: #E8DDD0;--sand: #D4C4B0;--gold: #B89A6A;--gold-dark: #8A6E44;--brown: #5C4330;--text: #3A2E24;--text-muted: #8A7A6A;--white: #FDFAF7;--font-serif: "Cormorant Garamond", Georgia, serif;--font-sans: "DM Sans", sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--cream);color:var(--text);overflow-x:hidden;font-size:16px;line-height:1.7}nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:.85rem 3rem;background:#f9f4eeed;backdrop-filter:blur(14px);border-bottom:1px solid var(--beige)}.nav-left{display:flex;align-items:center;gap:1rem}.nav-avatar{width:38px;height:38px;border-radius:50%;background:var(--beige);border:1.5px solid var(--sand);overflow:hidden;display:flex;align-items:center;justify-content:center;font-size:.65rem;color:var(--text-muted);font-style:italic;flex-shrink:0}.nav-avatar img{width:100%;height:100%;object-fit:cover}.nav-name{font-family:var(--font-serif);font-size:1.05rem;font-weight:500;color:var(--text);text-decoration:none;letter-spacing:.01em;white-space:nowrap}.nav-socials{display:flex;align-items:center;gap:.6rem;margin-left:.5rem}.nav-socials a{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;border:1px solid var(--sand);color:var(--text-muted);text-decoration:none;transition:all .2s;font-size:.75rem}.nav-socials a:hover{background:var(--gold);border-color:var(--gold);color:var(--white)}.nav-right{display:flex;gap:1.8rem;list-style:none;align-items:center}.nav-right a{text-decoration:none;color:var(--text-muted);font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;font-weight:400;transition:color .2s}.nav-right a:hover{color:var(--gold)}.hero{min-height:100vh;display:grid;grid-template-columns:55fr 45fr;align-items:center;gap:2.5rem;padding:8rem 4rem 4rem;background:linear-gradient(150deg,var(--white) 0%,var(--cream) 60%,var(--cream2) 100%);position:relative}.hero-left{display:flex;flex-direction:column;justify-content:center;gap:0}.hero-top-labels{margin-bottom:2rem}.hero-title-block{display:flex;flex-direction:column}.hero-eyebrow{font-size:.7rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem;font-weight:400}.hero-subname{font-family:var(--font-serif);font-size:1.1rem;font-weight:300;color:var(--text-muted);margin-top:.3rem;margin-bottom:2rem;letter-spacing:.04em}.hero h1{font-family:var(--font-serif);font-size:clamp(1.9rem,3.2vw,3.1rem);font-weight:300;line-height:1.2;color:var(--text);margin-bottom:.3rem;letter-spacing:-.01em}.hero h1 em{font-style:italic;color:var(--gold)}.hero-tagline{font-size:1rem;color:var(--text-muted);font-weight:300;line-height:1.85;margin-bottom:1.5rem;max-width:460px}.hero-tags{display:flex;gap:.6rem;flex-wrap:wrap;margin-bottom:2rem}.tag{padding:.35rem 1rem;border:1px solid var(--sand);border-radius:100px;font-size:.7rem;letter-spacing:.06em;text-transform:uppercase;color:var(--brown);background:transparent;font-weight:400}.btn-primary{display:inline-block;padding:.85rem 2.4rem;background:var(--gold);color:var(--white);text-decoration:none;border-radius:100px;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;font-weight:500;transition:background .2s,transform .2s;align-self:flex-start}.btn-primary:hover{background:var(--gold-dark);transform:translateY(-2px)}.hero-right{display:flex;align-items:center;justify-content:center;position:relative}.hero-photo{width:100%;max-width:420px;aspect-ratio:3/4;background:var(--beige);border-radius:6px;overflow:hidden;display:flex;align-items:center;justify-content:center;font-family:var(--font-serif);font-size:.95rem;color:var(--text-muted);font-style:italic;text-align:center;line-height:2}.hero-photo img{width:100%;height:100%;object-fit:cover}.hero-photo-deco{position:absolute;bottom:-1.5rem;left:-1.5rem;width:55%;aspect-ratio:1;background:var(--cream2);border-radius:6px;z-index:-1}.hero-scroll-line{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);width:1px;height:50px;background:var(--sand);animation:scrollLine 1.5s ease-in-out infinite}@keyframes scrollLine{0%,to{opacity:.3;transform:translate(-50%) scaleY(.5)}50%{opacity:1;transform:translate(-50%) scaleY(1)}}section{padding:5rem 2rem}.container{max-width:1100px;margin:0 auto}.section-label{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.9rem;font-weight:400}.section-title{font-family:var(--font-serif);font-size:clamp(2rem,4vw,3.2rem);font-weight:300;line-height:1.15;color:var(--text);margin-bottom:1.4rem}.section-title em{font-style:italic;color:var(--gold)}.divider{width:40px;height:1px;background:var(--gold);margin-bottom:2.5rem}.fade-up{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}.fade-up.visible{opacity:1;transform:none}.about{background:var(--white)}.about-stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--beige);border:1px solid var(--beige);border-radius:4px;overflow:hidden;margin-bottom:3.5rem}.stat-cell{background:var(--cream);padding:2rem 1.5rem;text-align:center}.stat-cell .num{font-family:var(--font-serif);font-size:2.6rem;font-weight:300;color:var(--gold);display:block;line-height:1}.stat-cell .lbl{font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-top:.5rem;display:block}.about-offer-header{margin-bottom:3rem}.offer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.offer-card{background:var(--cream2);padding:2.5rem 2rem;border-radius:4px;border:1px solid var(--beige);transition:transform .25s,box-shadow .25s}.offer-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #5a3c1e14}.offer-icon{font-size:2rem;margin-bottom:1.2rem;display:block}.offer-card h3{font-family:var(--font-serif);font-size:1.3rem;font-weight:400;margin-bottom:.75rem;color:var(--text)}.offer-card p{font-size:.875rem;color:var(--text-muted);font-weight:300;line-height:1.8}.brands{background:var(--cream2);overflow:hidden;padding:4rem 0}.brands-header{padding:0 2rem;max-width:1100px;margin:0 auto 2.5rem}.marquee-wrapper{position:relative;overflow:hidden}.marquee-track{display:flex;align-items:center;gap:0;width:max-content;animation:marquee 32s linear infinite}.marquee-wrapper:hover .marquee-track{animation-play-state:paused}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.brand-pill{display:flex;align-items:center;justify-content:center;padding:0 3rem;height:72px;font-family:var(--font-serif);font-size:1.15rem;color:var(--text-muted);font-style:italic;letter-spacing:.04em;white-space:nowrap;background:var(--white);transition:color .2s;min-width:180px;position:relative}.brand-pill:after{content:"·";position:absolute;right:0;font-size:1.4rem;color:var(--sand);font-style:normal}.brand-pill:hover{color:var(--gold)}.marquee-fade-l,.marquee-fade-r{position:absolute;top:0;width:120px;height:100%;z-index:2;pointer-events:none}.marquee-fade-l{left:0;background:linear-gradient(to right,var(--cream2),transparent)}.marquee-fade-r{right:0;background:linear-gradient(to left,var(--cream2),transparent)}.ugc{background:var(--cream)}.ugc-category{margin-bottom:3rem}.ugc-category:last-child{margin-bottom:0}.ugc-cat-label{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.ugc-cat-label h3{font-family:var(--font-serif);font-size:1.4rem;font-weight:400;color:var(--text);white-space:nowrap}.ugc-cat-line{flex:1;height:1px;background:var(--beige)}.ugc-grid-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:1.25rem}.ugc-card{border-radius:4px;overflow:hidden;background:var(--beige);border:1px solid var(--sand)}.ugc-card a{display:block;text-decoration:none}.ugc-thumb{aspect-ratio:9/16;background:var(--beige);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.ugc-thumb-bg{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:var(--font-serif);font-size:.85rem;color:var(--text-muted);font-style:italic;text-align:center;padding:1.5rem;line-height:2}.ugc-thumb img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.play-btn{position:absolute;width:48px;height:48px;background:#b89a6ae6;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:2;transition:transform .2s,background .2s}.ugc-card:hover .play-btn{transform:scale(1.1);background:var(--gold-dark)}.play-btn:after{content:"";width:0;height:0;border-top:9px solid transparent;border-bottom:9px solid transparent;border-left:15px solid white;margin-left:4px}.ugc-expand{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.7rem 1.5rem;background:transparent;border:1px solid var(--sand);border-radius:100px;font-family:var(--font-sans);font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);cursor:pointer;transition:all .2s;margin-top:.25rem}.ugc-expand:hover{border-color:var(--gold);color:var(--gold);background:var(--white)}.ugc-expand svg{transition:transform .3s}.ugc-expand.open svg{transform:rotate(180deg)}.video-types{background:var(--cream2)}.types-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:3rem}.types-col h3{font-family:var(--font-serif);font-size:1.2rem;font-weight:400;color:var(--text);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--beige)}.type-list{list-style:none}.type-list li{display:flex;align-items:center;gap:.75rem;padding:.55rem 0;font-size:.88rem;color:var(--text-muted);border-bottom:1px solid var(--cream);font-weight:300}.type-list li:before{content:"";width:4px;height:4px;border-radius:50%;background:var(--gold);flex-shrink:0}.lang-tags{display:flex;gap:.75rem;margin-top:1.5rem;flex-wrap:wrap}.lang-tag{padding:.5rem 1.25rem;background:var(--gold);color:var(--white);border-radius:100px;font-size:.73rem;letter-spacing:.08em;text-transform:uppercase;font-weight:500}.collabs{background:var(--white)}.collabs-intro{color:var(--text-muted);font-weight:300;max-width:540px;margin-bottom:2.5rem}.collab-photos-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.collab-photo{aspect-ratio:9/16;background:var(--beige);border-radius:6px;overflow:hidden;display:flex;align-items:center;justify-content:center;font-family:var(--font-serif);font-size:.85rem;color:var(--text-muted);font-style:italic;text-align:center}.collab-photo img{width:100%;height:100%;object-fit:cover;border-radius:6px}.process{background:var(--cream)}.process-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:3.5rem;position:relative}.process-steps:before{content:"";position:absolute;top:28px;left:16.6%;right:16.6%;height:1px;background:var(--sand)}.step{text-align:center;padding:0 1.5rem}.step-num{width:56px;height:56px;border:1px solid var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-serif);font-size:1.2rem;color:var(--gold);margin:0 auto 1.5rem;background:var(--cream);position:relative;z-index:1}.step h3{font-family:var(--font-serif);font-size:1.1rem;font-weight:400;color:var(--text);margin-bottom:.75rem}.step p{font-size:.83rem;color:var(--text-muted);font-weight:300;line-height:1.8}.testimonials{background:var(--cream2)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3.5rem}.testimonial-card{background:var(--white);padding:2rem;border-radius:4px;border:1px solid var(--beige);position:relative}.quote-mark{font-family:var(--font-serif);font-size:4rem;color:var(--beige);line-height:1;position:absolute;top:1rem;left:1.5rem;font-weight:300}.testimonial-text{font-size:.88rem;color:var(--text-muted);font-weight:300;line-height:1.8;margin-top:1.5rem;margin-bottom:1.5rem;position:relative;z-index:1;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:.75rem}.author-avatar{width:36px;height:36px;border-radius:50%;background:var(--beige);display:flex;align-items:center;justify-content:center;font-size:.72rem;color:var(--gold-dark);font-weight:500}.author-name{font-size:.85rem;font-weight:500;color:var(--text)}.author-brand{font-size:.73rem;color:var(--gold)}.stars{color:var(--gold);font-size:.8rem;letter-spacing:2px;margin-bottom:.25rem}.pricing{background:var(--white)}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3.5rem}.pricing-card{border:1px solid var(--beige);border-radius:4px;overflow:hidden;background:var(--cream);transition:transform .25s,box-shadow .25s;position:relative}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 16px 50px #5a3c1e1a}.pricing-card.featured{background:var(--text);border-color:var(--text)}.pricing-badge{position:absolute;top:1rem;right:1rem;background:var(--gold);color:var(--white);font-size:.62rem;letter-spacing:.1em;text-transform:uppercase;padding:.25rem .65rem;border-radius:100px;font-weight:500}.pricing-header{padding:2rem 2rem 1.5rem;border-bottom:1px solid var(--beige)}.pricing-card.featured .pricing-header{border-bottom-color:#4a3a2a}.pricing-icon{font-size:1.8rem;margin-bottom:1rem;display:block}.pricing-name{font-family:var(--font-serif);font-size:1.25rem;font-weight:400;color:var(--text);margin-bottom:.3rem}.pricing-card.featured .pricing-name{color:var(--white)}.pricing-subtitle{font-size:.78rem;color:var(--text-muted);font-weight:300}.pricing-card.featured .pricing-subtitle{color:var(--sand)}.pricing-body{padding:1.5rem 2rem 2rem}.pricing-price{font-family:var(--font-serif);font-size:2.2rem;font-weight:300;color:var(--gold);line-height:1;margin-bottom:.3rem}.pricing-from{font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1.5rem;display:block}.pricing-card.featured .pricing-from{color:var(--sand)}.pricing-features{list-style:none}.pricing-features li{display:flex;align-items:flex-start;gap:.6rem;font-size:.84rem;color:var(--text-muted);font-weight:300;padding:.4rem 0;border-bottom:1px solid var(--beige);line-height:1.5}.pricing-card.featured .pricing-features li{color:var(--sand);border-bottom-color:#4a3a2a}.pricing-features li:before{content:"✓";color:var(--gold);font-size:.8rem;margin-top:.1rem;flex-shrink:0;font-weight:500}.pricing-cta{display:block;text-align:center;margin-top:1.5rem;padding:.75rem;border:1px solid var(--gold);border-radius:100px;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);text-decoration:none;font-weight:500;transition:all .2s}.pricing-cta:hover{background:var(--gold);color:var(--white)}.pricing-card.featured .pricing-cta{background:var(--gold);color:var(--white);border-color:var(--gold)}.pricing-card.featured .pricing-cta:hover{background:var(--gold-dark);border-color:var(--gold-dark)}.contact{background:var(--text);color:var(--cream);text-align:center;padding:5rem 2rem}.contact .section-label{color:var(--sand)}.contact .section-title{color:var(--white)}.contact .section-title em{color:var(--gold)}.contact-sub{color:var(--sand);max-width:440px;margin:0 auto 2.5rem;font-weight:300;font-size:1rem}.contact-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:4rem}.btn-outline{display:inline-block;padding:.85rem 2.5rem;border:1px solid var(--gold);color:var(--gold);text-decoration:none;border-radius:100px;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;font-weight:500;transition:all .2s}.btn-outline:hover{background:var(--gold);color:var(--white)}.socials{display:flex;gap:1.5rem;justify-content:center;list-style:none;margin-bottom:4rem}.socials a{color:var(--sand);text-decoration:none;font-size:.73rem;letter-spacing:.1em;text-transform:uppercase;transition:color .2s}.socials a:hover{color:var(--gold)}.footer-sig{color:var(--text-muted);font-size:.73rem;letter-spacing:.06em;border-top:1px solid #4A3A2A;padding-top:2rem}@media(max-width:900px){nav{padding:.85rem 1.5rem}.nav-right{display:none}.hero{grid-template-columns:1fr;padding:7rem 2rem 4rem;text-align:center}.hero-left{align-items:center}.hero-tagline{text-align:center}.hero-right{order:-1}.hero-photo{max-width:280px}.hero-photo-deco{display:none}.about-stats-row{grid-template-columns:repeat(2,1fr)}.offer-grid,.pricing-grid,.testimonials-grid,.collab-grid,.ugc-grid-row,.types-grid{grid-template-columns:1fr}.process-steps{grid-template-columns:1fr;gap:2rem}.process-steps:before{display:none}}@media(max-width:600px){section{padding:4rem 1.25rem}.about-stats-row{grid-template-columns:1fr 1fr}}
