:root{--color-black: #424242;--color-ivory: #FBF1EE;--color-white: #FFFFFF;--color-pink: #E2B5B5;--color-warmgray: #8B6355;--color-brown: #A26A4D;--color-gold: #A26A4D;--font-display: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;--font-body: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;--max-width: 1400px;--edge: clamp(1.25rem, 5vw, 4.5rem)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}}body{background:var(--color-ivory);color:var(--color-black);font-family:var(--font-body);font-weight:400;line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;background:none;border:none;color:inherit}h1,h2,h3,h4{font-family:var(--font-display);font-weight:700;letter-spacing:-.01em}em,.italic{font-style:italic}.container{max-width:var(--max-width);margin:0 auto;padding:0 var(--edge)}.eyebrow{font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;font-weight:600;color:var(--color-brown)}.eyebrow--light{color:var(--color-warmgray)}.hairline{border:none;border-top:1px solid rgba(170,166,158,.35)}.section{padding:clamp(4rem,10vw,8rem) 0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.6em;padding:.95em 1.8em;font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;font-weight:600;border:1px solid currentColor;border-radius:2px;min-height:44px;transition:background-color .25s ease,color .25s ease,border-color .25s ease;white-space:nowrap}.btn--primary{background:var(--color-black);color:var(--color-ivory);border-color:var(--color-black)}.btn--primary:hover{background:transparent;color:var(--color-black)}.btn--outline{background:transparent;color:var(--color-black);border-color:var(--color-black)}.btn--outline:hover{background:var(--color-black);color:var(--color-ivory)}.btn--outline-light{background:transparent;color:var(--color-ivory);border-color:var(--color-ivory)}.btn--outline-light:hover{background:var(--color-ivory);color:var(--color-black)}.btn--gold-line{border-color:var(--color-gold);color:var(--color-gold)}:focus-visible{outline:2px solid var(--color-gold);outline-offset:3px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.aspect-box{position:relative;width:100%;overflow:hidden;background:var(--color-brown)}.aspect-box img,.aspect-box video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;transition:background-color .3s ease,backdrop-filter .3s ease,border-color .3s ease;border-bottom:1px solid transparent}.site-header--scrolled{background:#0b0b0ab8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom-color:#aaa69e33}.site-header__bar{display:flex;align-items:center;justify-content:center;padding-top:1.5rem;padding-bottom:1.5rem}.site-header__logo{display:flex;align-items:center;justify-content:center}.site-header__logo img{height:84px;width:auto}@media (min-width: 768px){.site-header__logo img{height:110px}}.hero{position:relative;min-height:100svh;display:flex;align-items:center;justify-content:center;color:var(--color-ivory);overflow:hidden;text-align:center}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;display:grid;grid-template-columns:repeat(3,1fr)}.hero__video{width:100%;height:100%;object-fit:cover}@media (max-width: 640px){.hero__media{grid-template-columns:1fr;grid-template-rows:repeat(3,1fr)}}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0b0b0aa6,#0b0b0a73 40%,#0b0b0ae0)}.hero__content{position:relative;z-index:1;padding:8rem 1.5rem 5rem;width:100%;max-width:900px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.hero__kicker{color:var(--color-gold);opacity:.9;margin-bottom:1.5rem}.hero__title{font-size:clamp(2.6rem,8vw,5.5rem);line-height:1.02;letter-spacing:-.01em;max-width:16ch}.hero__title em{color:var(--color-gold);font-style:italic}.hero__subtext{margin-top:1.75rem;max-width:46ch;font-size:clamp(1rem,1.6vw,1.15rem);color:var(--color-ivory);opacity:.88;line-height:1.6}.hero__identity{margin-top:2.5rem;display:flex;flex-direction:column;gap:.3rem;font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:var(--color-ivory);opacity:.75}.hero__ctas{margin-top:2.75rem;display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.hero__ctas .btn{display:inline-flex;align-items:center;gap:.6rem}.hero__scroll{position:absolute;bottom:1.75rem;left:50%;transform:translate(-50%);z-index:1;width:26px;height:42px;border:1.5px solid var(--color-ivory);border-radius:13px;opacity:.6;display:flex;justify-content:center;padding-top:8px}.hero__scroll-dot{width:4px;height:4px;border-radius:50%;background:var(--color-ivory);animation:hero-bob 1.8s ease-in-out infinite}@keyframes hero-bob{0%,to{transform:translateY(0);opacity:1}60%{transform:translateY(10px);opacity:.3}to{transform:translateY(10px);opacity:0}}@media (prefers-reduced-motion: reduce){.hero__scroll-dot{animation:none}}.works{background:var(--color-pink);color:var(--color-black)}.works__header{text-align:center;max-width:640px;margin:0 auto}.works__eyebrow{justify-content:center}.works__title{margin-top:1rem;font-size:clamp(2rem,4.5vw,3.2rem);line-height:1.15}.works__title em{color:var(--color-gold);font-style:italic}.works__subtext{margin-top:1rem;color:var(--color-warmgray);font-size:clamp(.95rem,1.4vw,1.05rem);line-height:1.6}.works__grid{margin-top:3.5rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.works__item--wide .works__aspect,.works__item--tall .works__aspect{aspect-ratio:3 / 4}.works__media-btn{display:block;width:100%;text-align:left;border-radius:6px;overflow:hidden}.works__aspect{cursor:pointer;border-radius:6px;box-shadow:0 1.5rem 3rem #00000059;transition:box-shadow .4s ease,transform .4s ease}.works__media-btn:hover .works__aspect{transform:translateY(-4px);box-shadow:0 2rem 3.5rem #00000080}.works__video{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.works__media-btn:hover .works__video{transform:scale(1.04)}.works__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#0b0b0a00;transition:background .3s ease;pointer-events:none}.works__media-btn:hover .works__scrim{background:#0b0b0a26}.works__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.85);width:56px;height:56px;border-radius:50%;border:1px solid var(--color-ivory);display:flex;align-items:center;justify-content:center;color:var(--color-ivory);background:#0b0b0a40;opacity:0;transition:opacity .3s ease,transform .3s ease}.works__play svg{margin-left:3px}.works__media-btn:hover .works__play{opacity:1;transform:translate(-50%,-50%) scale(1)}@media (hover: none){.works__play{opacity:.85}}.works__item--wide,.works__item--tall{grid-column:span 1}@media (min-width: 640px){.works__grid{grid-template-columns:repeat(3,1fr);gap:1.75rem}}@media (min-width: 900px){.works__grid{grid-template-columns:repeat(6,1fr);gap:2rem}.works__item--wide,.works__item--tall{grid-column:span 2}.works__item--wide .works__aspect{aspect-ratio:4 / 3}}.services{background:var(--color-pink);color:var(--color-black);padding-top:7rem;padding-bottom:7rem}.services__header{text-align:center;max-width:640px;margin:0 auto}.services__eyebrow{justify-content:center}.services__title{margin-top:1rem;font-size:clamp(2rem,4.5vw,3.2rem);line-height:1.15}.services__list{margin-top:3.5rem;display:grid;grid-template-columns:1fr;gap:2.5rem;max-width:1400px;margin-left:auto;margin-right:auto;margin-bottom:4.5rem}.services__item-number{font-family:var(--font-display);font-size:.85rem;font-weight:700;color:var(--color-brown);letter-spacing:.08em}.services__item-title{margin-top:.4rem;font-size:clamp(1.15rem,2vw,1.5rem)}.services__item-description{margin-top:.6rem;color:var(--color-black);opacity:.85;font-size:.95rem;line-height:1.6;max-width:60ch}.services__item-extra{margin-top:.4rem;color:var(--color-warmgray);font-size:.85rem;line-height:1.6;max-width:60ch}@media (min-width: 700px){.services__list{grid-template-columns:repeat(2,1fr);gap:3rem 2.5rem}}.services__reels-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem 1.75rem;max-width:1400px;margin:0 auto}.services__reel-item{aspect-ratio:9 / 16;max-width:320px;width:100%;margin:0 auto}.services__reel-btn{position:relative;display:block;width:100%;height:100%;overflow:hidden;border-radius:6px;background:var(--color-brown);cursor:pointer;box-shadow:0 1.5rem 3rem #00000059;transition:box-shadow .4s ease,transform .4s ease}.services__reel-btn:hover{transform:translateY(-4px);box-shadow:0 2rem 3.5rem #00000080}.services__reel-btn:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid rgba(242,239,232,.08);background:#0b0b0a00;transition:background .3s ease;pointer-events:none}.services__reel-btn:hover:after{background:#0b0b0a1f}.services__reel-play{position:absolute;top:50%;left:50%;width:52px;height:52px;transform:translate(-50%,-50%) scale(.85);border-radius:50%;border:1px solid var(--color-ivory);display:flex;align-items:center;justify-content:center;color:var(--color-ivory);background:#0b0b0a40;opacity:0;transition:opacity .3s ease,transform .3s ease;z-index:1;pointer-events:none}.services__reel-play svg{margin-left:2px}.services__reel-btn:hover .services__reel-play{opacity:1;transform:translate(-50%,-50%) scale(1)}@media (hover: none){.services__reel-play{opacity:.85}}.services__reel-video{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.services__reel-btn:hover .services__reel-video{transform:scale(1.04)}@media (min-width: 700px){.services__reels-grid{grid-template-columns:repeat(3,1fr);gap:3rem 2.25rem}.services__reel-item{max-width:340px}}@media (min-width: 1100px){.services__reels-grid{grid-template-columns:repeat(3,1fr);gap:3.5rem 2.75rem}.services__reel-item{max-width:380px}}.about{background:var(--color-pink);color:var(--color-black);padding-top:2.4rem}@media (min-width: 900px){.about{padding-top:clamp(12rem,28vw,22rem)}}.about__grid{display:grid;grid-template-columns:1fr;gap:2.5rem}.about__portrait{aspect-ratio:3 / 4;border-radius:6px;overflow:hidden}.about__media{order:2}.about__text{order:1}@media (min-width: 900px){.about__media,.about__text{order:initial}}.about__eyebrow{color:var(--color-gold)}.about__title{margin-top:1rem;font-size:clamp(1.8rem,3.8vw,2.7rem);line-height:1.18;max-width:22ch;color:var(--color-black)}.about__title em{color:var(--color-gold);font-style:italic}.about__paragraph{margin-top:1.4rem;font-size:1rem;line-height:1.75;color:var(--color-warmgray);max-width:56ch}.about__badges{margin-top:2.25rem;display:grid;grid-template-columns:repeat(2,1fr);gap:.9rem;max-width:44ch}.about__badge{display:flex;align-items:center;gap:.65rem;padding:.8rem 1rem;border:1px solid rgba(66,66,66,.18);border-radius:6px;font-size:.85rem;color:var(--color-black)}.about__badge-icon{display:inline-flex;color:var(--color-gold);width:18px;height:18px;flex-shrink:0}.about__badge-icon svg{width:100%;height:100%}.about__divider{margin-top:2.25rem;margin-bottom:1.5rem;border-color:#4242422e}.about__cta{background:var(--color-gold);color:var(--color-white);border-color:var(--color-gold);animation:about-cta-pulse 2.2s ease-in-out infinite}.about__cta:hover{background:var(--color-white);color:var(--color-gold)}@keyframes about-cta-pulse{0%,to{box-shadow:0 0 #a681598c}50%{box-shadow:0 0 0 10px #a6815900}}.about__signature{display:flex;flex-direction:column;gap:.3rem;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--color-warmgray);margin-bottom:2rem}@media (min-width: 900px){.about__grid{grid-template-columns:45% 1fr;gap:4rem;align-items:start}}.testimonials{background:var(--color-pink);color:var(--color-black)}.testimonials__header{text-align:center;max-width:640px;margin:0 auto}.testimonials__eyebrow{justify-content:center;color:var(--color-gold)}.testimonials__title{margin-top:1rem;font-size:clamp(2rem,4.5vw,3.2rem);line-height:1.15}.testimonials__title em{color:var(--color-gold);font-style:italic}.testimonials__grid{margin-top:3.5rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;max-width:1680px;margin-left:auto;margin-right:auto}.testimonials__card{position:relative;aspect-ratio:3 / 4.4;border-radius:14px;overflow:hidden;transition:transform .4s ease}.testimonials__card:hover{transform:translateY(-6px)}.testimonials__card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;opacity:0;transform:scale(.98);transition:opacity .7s ease,transform .7s ease}.testimonials__card img.is-active{opacity:1;transform:scale(1)}.testimonials__slider{position:relative;margin-top:3.5rem;overflow:hidden}.testimonials__track{display:flex;transition:transform .5s ease}.testimonials__slide{flex:0 0 100%;width:100%}.testimonials__slide .testimonials__card{aspect-ratio:3 / 4.4}@media (min-width: 640px){.testimonials__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1100px){.testimonials__grid{grid-template-columns:repeat(4,1fr);gap:2.25rem}}.final-cta{position:relative;background:var(--color-pink);color:var(--color-black);overflow:hidden;padding:clamp(5rem,14vw,8rem) 0}.final-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,#a26a4d29,#e2b5b500 70%)}.final-cta__content{position:relative;z-index:1;text-align:center;max-width:720px;margin:0 auto}.final-cta__title{font-size:clamp(2rem,5vw,3.2rem);line-height:1.2}.final-cta__title em{color:var(--color-gold);font-style:italic}.final-cta__paragraph{margin:1.5rem auto 0;max-width:46ch;color:var(--color-warmgray);line-height:1.7;font-size:1rem}.final-cta__ctas{margin-top:2.5rem;display:flex;justify-content:center}.btn--whatsapp{background:var(--color-gold);color:var(--color-white);border-color:var(--color-gold);animation:final-cta-pulse 2.2s ease-in-out infinite}.btn--whatsapp:hover{background:transparent;color:var(--color-gold)}@keyframes final-cta-pulse{0%,to{box-shadow:0 0 #a681598c}50%{box-shadow:0 0 0 10px #a6815900}}.site-footer{background:var(--color-black);color:var(--color-ivory);padding-top:clamp(7.5rem,20vw,12.5rem)}.site-footer__grid{display:grid;grid-template-columns:1fr;gap:1rem;padding-bottom:3rem}.site-footer__logo{height:84px;width:auto}@media (min-width: 768px){.site-footer__logo{height:110px}}.site-footer__nav{display:flex;flex-direction:row;flex-wrap:wrap;gap:.9rem 1.5rem;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-pink)}.site-footer__nav a{position:relative;width:fit-content;padding-bottom:.2rem}.site-footer__nav a:after{content:"";position:absolute;left:0;bottom:0;width:0;height:1px;background:var(--color-gold);transition:width .3s ease}.site-footer__nav a:hover{color:var(--color-ivory)}.site-footer__nav a:hover:after{width:100%}.site-footer__bottom-row{padding:1.5rem 0 2.5rem;display:flex;flex-direction:column;gap:.5rem;font-size:.72rem;letter-spacing:.04em;color:var(--color-pink);opacity:.7}@media (min-width: 768px){.site-footer__grid{grid-template-columns:2fr 1fr}.site-footer__bottom-row{flex-direction:row;justify-content:space-between}}.whatsapp-btn{position:fixed;right:max(1.25rem,env(safe-area-inset-right));bottom:max(1.25rem,env(safe-area-inset-bottom));z-index:90;display:flex;align-items:center;gap:.6rem;background:var(--color-black);color:var(--color-white);border:1px solid rgba(255,255,255,.12);padding:.6rem .85rem;min-width:44px;min-height:44px;border-radius:2px;transition:background-color .25s ease;animation:whatsapp-btn-pulse 2.2s ease-in-out infinite}.whatsapp-btn:hover{background:var(--color-brown)}@keyframes whatsapp-btn-pulse{0%,to{box-shadow:0 0 #25d3668c}50%{box-shadow:0 0 0 10px #25d36600}}@media (min-width: 768px){.whatsapp-btn{padding:.7rem}}
