@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap";:root{--font-body:"Poppins",sans-serif;--font-title:"Cormorant Garamond",serif;--primary-color:#e89aa6;--primary-dark:#d97a87;--secondary-color:#f5d5dc;--dark-color:#2f2323;--text-color:#4f3f3f;--light-color:#f9f9f9;--border-color:#e0e0e0;--shadow:0 10px 30px rgba(0,0,0,.1);--shadow-light:0 5px 15px rgba(0,0,0,.08);--radius-lg:24px;--radius-md:16px;--radius-sm:10px;--container:1400px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body);color:var(--text-color);line-height:1.6;background:linear-gradient(180deg,#f2c1ca,#f7d6dc 25%,#fdf0ea 55%,#fffaf5);overflow-x:hidden}img{max-width:100%;display:block}section{padding:40px 20px;max-width:var(--container);margin:0 auto}h1,h2,h3{font-family:var(--font-title);color:var(--dark-color);letter-spacing:.03em;animation:titleFadeUp .7s ease-out both}h1{font-size:clamp(2.2rem,5vw,3.2rem);animation-duration:.9s}h2{font-size:clamp(1.8rem,4vw,2.4rem);animation-duration:.8s;text-align:center;margin-bottom:.6rem}h3{font-size:1.3rem;animation-duration:.65s}p{font-size:1rem}.section-subtitle{text-align:center;color:var(--primary-color);font-weight:600;margin:0 auto 3rem;max-width:900px}.es{display:block;font-size:1em;opacity:.85;margin-top:.1rem;font-style:normal}.muted{opacity:.85}@keyframes titleFadeUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}.hero{position:relative;text-align:center;padding:35px 20px 20px;background:#fff5f8;overflow:hidden;max-width:100%}.hero-bg-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#e89aa68c,#ffffff59 38%,#fff5eed9)}.hero-content{position:relative;z-index:2;max-width:860px;margin:0 auto}.hero-subtitle{font-weight:650;color:var(--primary-dark);margin-bottom:.5rem}.hero p{margin-top:.6rem}.hero-bullets{display:flex;justify-content:center;gap:9px;flex-wrap:wrap;margin:1.6rem 0 1rem}.hero-pill{display:flex;align-items:center;gap:7px;padding:.55rem .9rem;border-radius:999px;background:#ffffffbf;border:1px solid rgba(0,0,0,.06);box-shadow:var(--shadow-light);font-weight:600;color:var(--dark-color)}.hero-pill i{color:var(--primary-dark)}.hero-buttons{display:flex;justify-content:center;gap:1rem;margin-top:1.7rem;flex-wrap:wrap}.hero-note{margin-top:1.3rem;font-size:.95rem;opacity:.85}.hero-kicker{display:inline-block;background:#ffffffbf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#c26073;font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:5px 16px;border-radius:999px;margin-bottom:16px;border:1px solid rgba(232,154,166,.3)}.hero h1{letter-spacing:.02em;color:#3b2a2e}.hero p{margin-top:.6rem;color:#5a3f45}.hero-subtitle{font-weight:650;color:#c26073}.hero .es{color:inherit;opacity:1}.btn-primary,.btn-secondary,.card-btn{padding:.9rem 2.1rem;border-radius:999px;font-weight:700;text-decoration:none;transition:all .22s ease;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:2px solid transparent}.btn-primary{background:var(--primary-color);color:#fff}.btn-primary:hover{background:var(--primary-dark);box-shadow:var(--shadow);transform:translateY(-2px)}.btn-secondary{background:#fff;color:var(--primary-color);border-color:var(--primary-color)}.btn-secondary:hover{background:var(--primary-color);color:#fff;transform:translateY(-2px)}.filter-buttons{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:28px}.filter-btn{padding:.65rem 1.1rem;border-radius:999px;border:1px solid rgba(0,0,0,.1);background:#fff;color:var(--primary-color);border-color:var(--primary-color);font-weight:700;cursor:pointer;transition:all .2s ease}.filter-btn:hover,.filter-btn.active{background:#fff;color:var(--primary-color);border-color:var(--primary-color)}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:22px}.card{background:#fff;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-light);display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease;border:1px solid rgba(0,0,0,.04);border-color:var(--primary-color)}.card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.card-image-wrapper{position:relative;aspect-ratio:3/4;overflow:hidden}.card-image-wrapper img,.card-image-wrapper video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block}.card-image-wrapper img{object-fit:cover;object-position:center center;transform:scale(1.01);transition:transform .35s ease}.card-image-wrapper .card-video{z-index:2;object-fit:cover;opacity:0;transition:opacity .25s ease,transform .35s ease;background:transparent}.card-image-wrapper .card-video.is-ready{opacity:1}.card-image-wrapper .card-fallback{z-index:1}.card-image-wrapper .card-badge{position:absolute;z-index:3}.card:hover .card-image-wrapper img,.card:hover .card-image-wrapper video{transform:scale(1.06)}.card-badge{position:absolute;left:14px;top:14px;padding:.5rem .75rem;border-radius:999px;background:var(--primary-color);border:none;font-weight:800;color:#fff}.card-content{padding:1.4rem 1.4rem 1.2rem;display:flex;flex-direction:column;gap:.7rem;flex-grow:1;align-items:center;text-align:center}.card-content h3{font-size:1.55rem;font-weight:600;letter-spacing:.02em;margin:0;display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.card-content h3 .es{display:inline;font-size:1em;opacity:1;margin:0;font-style:normal}.card-content p{max-width:360px;margin:6px auto 0;opacity:.88;line-height:1.45}.category{color:var(--primary-dark);font-weight:800;font-size:.95rem}.price{margin-top:.3rem;padding:.85rem 1rem;border-radius:14px;background:#e89aa61a;border:.9px solid rgba(232,154,166,.18);font-size:1rem;font-weight:700;color:var(--dark-color);align-items:center}.card-footer{display:flex;gap:10px;margin-top:auto}.card-btn{padding:.75rem 1rem;border-radius:16px;border:2px solid var(--primary-color);color:var(--primary-color);background:#fff;font-weight:900}.card-btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-light);border-color:var(--primary-color)}.card-btn.secondary{background:#fff;color:var(--primary-color);border-color:var(--primary-color)}.card-btn.secondary:hover{background:#fff;color:var(--primary-color);border-color:var(--primary-dark)}.collections-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;max-width:900px;margin:0 auto}.collections-grid .card:last-child{grid-column:1 / -1;max-width:420px;margin:0 auto;width:100%}@media(max-width:700px){.collections-grid{grid-template-columns:1fr;max-width:100%}.collections-grid .card:last-child{grid-column:auto;max-width:100%}}#galleryGrid,.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:16px;align-items:start}@media(max-width:860px){#galleryGrid,.gallery-grid{grid-template-columns:1fr}}.gallery-grid .card-actions.actions-row,#galleryGrid .card-actions.actions-row{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:13.5px;width:100%}@media(max-width:860px){.actions-row,#galleryGrid .card-actions.actions-row,.gallery-grid .card-actions.actions-row{grid-template-columns:1fr;gap:6px}}.gallery-grid .card-actions .btn-action,#galleryGrid .card-actions .btn-action{display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:5.5px;padding:8px;border-radius:10.5px;text-decoration:none;font-size:12px;line-height:1.15;font-weight:550;border:1px solid rgba(0,0,0,.12);background:#ffffffa6;color:#000000bf;transition:transform .3s ease,background .18s ease,border-color .2s ease;font-family:var(--font-body);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;letter-spacing:.01em}.gallery-grid .card-actions .btn-action:hover,#galleryGrid .card-actions .btn-action:hover{transform:translateY(-1px);background:#00000008}.gallery-grid .card-actions .btn-quote,#galleryGrid .card-actions .btn-quote{background:#e89aa62e;border-color:#e89aa673;color:#222}.gallery-grid .card-actions .btn-quote:hover,#galleryGrid .card-actions .btn-quote:hover{background:#e89aa673}.gallery-grid .card-actions .btn-outline,#galleryGrid .card-actions .btn-outline{background:#ffffffbf}.gallery-grid .card-actions .btn-action .es,#galleryGrid .card-actions .btn-action .es{margin-top:0;font-size:11px;opacity:.9;font-style:normal;font-family:var(--font-body)}@media(max-width:480px){.gallery-grid .card-actions.actions-row,#galleryGrid .card-actions.actions-row{gap:10px}.gallery-grid .card-actions .btn-action,#galleryGrid .card-actions .btn-action{padding:9px 8px;border-radius:11px;font-size:10.6px}.gallery-grid .card-actions .btn-action .es,#galleryGrid .card-actions .btn-action .es{font-size:10.6px}}.gallery-tight-top{padding-top:18px;padding-bottom:0}.gallery-tight-top .card-image-wrapper{aspect-ratio:16/9;max-height:420px}.featured-rose-card .card-image-wrapper{aspect-ratio:16/9;max-height:520px;background:transparent}.featured-rose-card .card-video{object-fit:cover;object-position:center 36%;background:transparent}.featured-rose-card .card-fallback{object-fit:cover;object-position:center 36%}@media(max-width:768px){.featured-rose-card .card-image-wrapper{aspect-ratio:2/3;max-height:none}.featured-rose-card .card-video,.featured-rose-card .card-fallback{object-position:center 10%}}.card-link{text-decoration:none;color:inherit}.card-footer-center{justify-content:center}.card-btn-wide{min-width:220px;text-align:center}.hero-buttons-left{justify-content:flex-start}.section-pad-top{padding-top:40px}.card-desc{margin:0}.about{background:linear-gradient(135deg,#fff,#fef5f7);border-radius:28px;padding:34px 22px;border:1px solid rgba(232,154,166,.18);box-shadow:0 14px 38px #0000000f}.about-content{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center}.about-text{max-width:720px}.about-text h3{margin-bottom:10px}.about-text p{margin-top:12px;line-height:1.6}.about-cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}.about-image{border-radius:18px;overflow:hidden;box-shadow:var(--shadow);height:420px}.about-image img{width:100%;height:100%;object-fit:cover}.about-kicker{display:inline-flex;gap:8px;align-items:center;justify-content:center;margin:0 auto 10px;padding:6px 12px;border-radius:999px;background:#ffffffa6;border:1px solid rgba(232,154,166,.25);font-weight:800;color:#000000b3;max-width:fit-content}.about .highlight-p{background:#e89aa61a;border-left:3px solid rgba(232,154,166,.75);padding:12px 14px;border-radius:14px}.about-hero{display:flex;flex-direction:row;align-items:center;gap:40px;max-width:1100px;margin:0 auto;padding:60px 32px}.about-hero-text{flex:1;min-width:0}.about-hero-text .kicker{display:inline-block;font-size:13px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--primary-dark);margin-bottom:12px}.about-hero-text h1{font-size:clamp(2rem,5vw,3.2rem);margin:0 0 16px;line-height:1.15}.about-hero-text p{opacity:.75;line-height:1.75;margin-bottom:12px}.about-hero-text .highlight{background:var(--secondary-color);border-left:3px solid var(--primary-color);padding:12px 16px;border-radius:0 12px 12px 0;font-style:italic;margin:16px 0 24px;opacity:.9}.about-cta{display:flex;gap:12px;flex-wrap:wrap}.about-hero-img{flex:0 0 340px;max-width:340px}.about-hero-img img{width:100%;border-radius:24px;object-fit:cover;max-height:480px;box-shadow:var(--shadow)}.values-section{background:var(--secondary-color);padding:60px 32px;text-align:center}.values-section h2{margin-bottom:32px}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1100px;margin:0 auto}.value-card{background:#fff;border-radius:18px;padding:24px 16px;box-shadow:var(--shadow-light)}.value-icon{font-size:2rem;margin-bottom:10px}.value-card h3{font-size:1rem;margin:0 0 8px}.value-card p{font-size:.88rem;opacity:.7;margin:0}.process-section{max-width:1100px;margin:0 auto;padding:60px 32px}.process-section h2{text-align:center;margin-bottom:8px}.about-cta-section{background:var(--secondary-color);border-radius:24px;padding:48px 32px;text-align:center;max-width:700px;margin:0 auto 60px}.about-cta-section h2{margin-bottom:12px}.about-cta-section p{opacity:.75;margin-bottom:24px}.about-cta-section .cta-buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}@media(max-width:900px){.about-hero{flex-direction:column;padding:40px 20px}.about-hero-img{flex:none;max-width:100%;width:100%}.about-hero-img img{max-height:360px;width:100%;object-position:center top}.values-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.values-grid{grid-template-columns:1fr}.process-section{padding:40px 16px}}.section-head{text-align:center;max-width:900px;margin:0 auto 18px}.process-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.process-card{margin:0;background:#ffffffd9;border:1px solid rgba(232,154,166,.2);border-radius:18px;overflow:hidden;box-shadow:var(--shadow-light);transition:transform .25s ease,box-shadow .25s ease}.process-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.process-card img{width:100%;height:220px;object-fit:cover;display:block}.process-card figcaption{padding:10px 12px 12px;font-weight:700;color:#000000b3;font-size:.95rem;text-align:center}.process-card figcaption .es{display:block;font-weight:600;opacity:.75;margin-top:3px;font-style:normal}@media(max-width:900px){.process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.process-card img{height:200px}}@media(max-width:520px){.process-grid{grid-template-columns:1fr}.process-card img{height:240px}}.contact-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start;margin-top:2rem}.contact-info{display:flex;flex-direction:column;gap:18px}.contact-item{display:flex;align-items:center;gap:14px;padding:18px 20px;border-radius:20px;background:#ffffffd9;border:1px solid rgba(232,154,166,.25);box-shadow:0 8px 20px #0000000f;transition:transform .2s ease,box-shadow .2s ease}.contact-item:hover{transform:translateY(-2px);box-shadow:0 12px 26px #00000014}.contact-item i{font-size:1.5rem;color:var(--primary-dark);flex-shrink:0}.contact-item strong{font-weight:800;color:var(--dark-color)}.contact-item span{display:block;font-size:.9rem;opacity:.7;font-style:normal}.contact-item a{text-decoration:none;color:inherit}.contact-form{background:#ffffffe6;padding:26px;border-radius:26px;border:1px solid rgba(232,154,166,.25);box-shadow:0 14px 34px #00000014;display:flex;flex-direction:column;gap:18px}.contact-form h3{font-family:var(--font-title);font-size:1.4rem;text-align:center;margin-bottom:.2rem}.form-group{display:flex;flex-direction:column;gap:6px}label{font-weight:700;font-size:.9rem;color:var(--dark-color);letter-spacing:.02em}input,textarea{width:100%;padding:14px 16px;border-radius:16px;border:1px solid rgba(0,0,0,.12);font-family:var(--font-body);font-size:.95rem;background:#fffffff2;transition:border-color .2s ease,box-shadow .2s ease}input::placeholder,textarea::placeholder{color:#00000059}textarea{min-height:140px;resize:vertical}input:focus,textarea:focus{outline:none;border-color:#e89aa6bf;box-shadow:0 0 0 4px #e89aa629}.contact-form button[type=submit]{margin-top:10px;background:var(--primary-color);color:#fff;border:none;padding:14px;border-radius:999px;font-weight:800;letter-spacing:.04em;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.contact-form button[type=submit]:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow)}.form-note{text-align:center;font-size:.85rem;opacity:.7;margin-top:6px}@media(max-width:900px){.contact-wrapper{grid-template-columns:1fr}.contact-form{padding:22px}}footer{max-width:100%;background:var(--dark-color);color:#cfcfcf;padding:44px 20px;margin-top:60px}.footer-content{max-width:var(--container);margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;text-align:left}.footer-section h4{color:var(--primary-color);margin-bottom:10px}.footer-section a{display:block;color:#cfcfcf;text-decoration:none;margin-bottom:8px}.footer-section a:hover{color:var(--primary-color)}.social-links{display:flex;justify-content:center;gap:12px;margin:18px 0 10px}.social-links a{width:42px;height:42px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:var(--primary-color);color:#fff;text-decoration:none;transition:all .2s ease}.social-links a:hover{background:var(--primary-dark);transform:translateY(-2px)}.footer-bottom{border-top:1px solid rgba(255,255,255,.18);padding-top:18px;text-align:center;opacity:.95}.heart{color:var(--primary-color)}.whatsapp-button{position:fixed;bottom:1.1rem;right:1.1rem;width:58px;height:58px;border-radius:999px;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.7rem;text-decoration:none;box-shadow:var(--shadow);z-index:2000;transition:transform .2s ease}.whatsapp-button:hover{transform:scale(1.07)}@media(max-width:900px){.about-content{grid-template-columns:1fr;gap:18px;text-align:center}.about-image{height:300px}}@media(max-width:820px){.hamburger{display:flex}.nav-menu{position:fixed;top:66px;left:0;right:0;background:#fff;flex-direction:column;gap:0;padding:10px 0;border-top:1px solid rgba(0,0,0,.06);box-shadow:var(--shadow-light);display:none;z-index:1400}.nav-menu.active{display:flex}.nav-menu a{width:100%;padding:16px 20px;border-radius:0;border-bottom:1px solid rgba(0,0,0,.06)}.contact-wrapper{grid-template-columns:1fr}.hero{padding:32px 16px 20px}}@media(max-width:480px){section{padding:56px 15px}.hero-pill{width:100%;justify-content:center}.btn-primary,.btn-secondary{width:100%}}.gallery-modal{position:fixed;top:0;right:0;bottom:0;left:0;display:none;z-index:2000}.gallery-modal.is-open{display:block}.gallery-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c}.gallery-panel{position:relative;width:min(920px,92vw);margin:6vh auto 0;background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow);max-height:88vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.gallery-close{position:absolute;top:10px;right:14px;width:44px;height:44px;border-radius:999px;border:none;background:#ffffffe6;font-size:26px;cursor:pointer}.gallery-image-wrap{width:100%;max-height:80vh;padding:12px;background:#fafafa;display:flex;align-items:center;justify-content:center}.gallery-image-wrap img{max-width:100%;max-height:76vh;width:auto;height:auto;object-fit:contain}.gallery-meta{padding:16px 18px 20px}.gallery-title{font-family:var(--font-title);font-size:1.45rem;font-weight:500;letter-spacing:.02em;margin-bottom:6px;color:var(--dark-color)}.gallery-price{font-family:var(--font-title);font-weight:600;font-size:1.05rem;color:var(--dark-color);opacity:.9}.gallery-nav{position:absolute;top:45%;transform:translateY(-50%);width:48px;height:48px;border-radius:999px;border:none;background:#ffffffeb;font-size:30px;cursor:pointer}@media(max-width:480px){.gallery-panel{width:94vw;margin:4vh auto}.gallery-image-wrap{max-height:none;padding:10px}.gallery-meta{padding:14px 16px 18px;text-align:center}}.gallery-prev{left:12px}.gallery-next{right:12px}.inline-link{color:var(--primary-dark);font-weight:800;text-decoration:underline;margin-left:6px}.inline-link:hover{opacity:.8}.contact-subtitle{max-width:760px;margin:10px auto 20px;opacity:.8}.contact-cards{display:grid;gap:14px;max-width:720px;margin:0 auto}.contact-card{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:18px;text-decoration:none;border:1px solid rgba(220,150,170,.25);background:#faf0f4d9;color:inherit}.contact-card i{font-size:22px;width:30px;text-align:center;opacity:.9}.contact-card-title{font-weight:800}.contact-card-sub{font-style:italic;opacity:.75;margin-top:2px}.contact-card-arrow{margin-left:auto;font-size:22px;opacity:.6}.contact-card:hover{transform:translateY(-1px)}.price-details{margin-top:12px;text-align:center}.price-summary{cursor:pointer;font-size:.9rem;letter-spacing:.09em;text-transform:uppercase;color:#000000a6;font-weight:600;padding:8px 14px;border-radius:900px;display:inline-flex;align-items:center;justify-content:center;background:#f8e8ec8c;border:1px solid rgba(232,154,166,.35);transition:all .5s ease}.price-summary:hover{background:#e89aa626;transform:translateY(-1px)}.price-summary::marker{display:none}.price-summary::-webkit-details-marker{display:none}.price-summary:after{content:"＋";margin-left:8px;font-weight:600;opacity:.9}.price-details[open] .price-summary:after{content:"−"}.price-box{margin:14px auto 0;padding:14px 16px;border-radius:15px;border:.8px solid rgba(232,154,166,.35);background:#f8e8ec8c;text-align:center;animation:fadePrice .4s ease;font-family:var(--font-title)}@keyframes fadePrice{0%{opacity:0;transform:translateY(-4px)}to{opacity:2;transform:translateY(0)}}.price-line{font-size:1.2rem;font-weight:600;margin:6px 0}.price-units{margin-left:6px;font-size:1rem;font-weight:500;opacity:.9;white-space:nowrap}.price-btns{display:flex;flex-direction:column;gap:8px;margin:12px auto 0;max-width:240px;animation:fadePrice .35s ease}.price-btn{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;padding:9px 16px;border-radius:900px;border:1px solid rgba(232,154,166,.5);background:#f8e8ec8c;cursor:default;font-family:var(--font-title);transition:background .2s;text-align:center}.price-btn:hover{background:#e89aa633}.price-btn-amount{font-size:1.05rem;font-weight:700;color:#7c2d12}.price-btn-label{font-size:.85rem;font-weight:500;color:#0009;margin-left:0}@media(max-width:480px){.gallery-image-wrap{max-height:85vh;padding:8px}.gallery-image-wrap img{max-height:80vh}}.currency-wrap{display:flex;align-items:center;opacity:.55;transition:opacity .2s ease}.currency-wrap:hover{opacity:1}.currency-buttons{display:inline-flex;align-items:center;padding:3px;border-radius:999px;border:1px solid rgba(0,0,0,.1);background:#fff9}.currency-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;padding:5px 9px;border-radius:999px;font-weight:500;font-size:11px;cursor:pointer;color:#0000008c;transition:background .15s ease,color .15s ease}.currency-btn:hover{background:#0000000d;color:#000c}.currency-btn.is-active{background:#000000bf;color:#fff}.currency-btn:focus{outline:none}@media(max-width:900px){.currency-wrap{display:none}}.card-image-wrapper.is-slideshow{position:relative;overflow:hidden;background:#fff}.card-image-wrapper.is-slideshow .card-slide-layer{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .7s ease-in-out,filter .7s ease-in-out;will-change:opacity,filter;transform:translateZ(0);backface-visibility:hidden;filter:blur(1.4px) saturate(1.02)}.card-image-wrapper.is-slideshow img.card-slide-layer{position:absolute;top:0;right:0;bottom:0;left:0}.card-image-wrapper.is-slideshow .card-slide-layer.is-visible{opacity:1;filter:blur(0) saturate(1)}#galleryImage{opacity:1;transition:opacity .55s ease-in-out;will-change:opacity;backface-visibility:hidden;transform:translateZ(0)}.blog-hero .hero-content h1{letter-spacing:.2px}.section-head{max-width:1100px;margin:0 auto 14px;padding:0 16px}.blog-grid{max-width:1100px;margin:0 auto;padding:0 16px 40px;display:grid;gap:18px;grid-template-columns:repeat(1,minmax(0,1fr))}@media(min-width:720px){.blog-grid{gap:22px;grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.blog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.blog-card{display:block;text-decoration:none;color:inherit;border-radius:18px;overflow:hidden;background:#ffffffc7;border:1px solid rgba(0,0,0,.06);box-shadow:0 10px 26px #00000014;transition:transform .18s ease,box-shadow .18s ease}.blog-card:hover{transform:translateY(-2px);box-shadow:0 14px 34px #0000001a}.blog-card-media{height:210px;background:linear-gradient(135deg,#e9c4d273,#ffffffe6)}.blog-card-media img{width:100%;height:100%;object-fit:cover;display:block}.blog-card-placeholder{width:100%;height:100%}.blog-card-body{padding:14px 14px 16px}.blog-card-meta{font-size:12px;opacity:.75;display:flex;align-items:center;gap:8px;margin-bottom:8px}.blog-card-meta .dot{opacity:.6}.blog-card-title{margin:0 0 10px;font-size:18px;line-height:1.2}.blog-card-desc{margin:0 0 12px;opacity:.85;line-height:1.5}.blog-card-cta{display:inline-flex;align-items:center;gap:10px;font-weight:600;font-size:13px;opacity:.9}.blog-read{padding:8px 12px;border-radius:999px;background:#0000000f}.post-wrap{max-width:980px;margin:0 auto;padding:24px 16px 46px}.post-header{margin:10px 0 18px}.post-kicker{opacity:.75;font-size:13px;margin-bottom:10px}.post-title{margin:0 0 10px;font-size:34px;line-height:1.12}@media(min-width:720px){.post-title{font-size:44px}}.post-cover{border-radius:18px;overflow:hidden;border:1px solid rgba(0,0,0,.06);box-shadow:0 12px 30px #0000001a;margin:18px 0 22px}.post-cover img{width:100%;display:block;object-fit:cover}.prose{background:#ffffffc7;border:1px solid rgba(0,0,0,.06);box-shadow:0 10px 26px #00000014;border-radius:18px;padding:18px}@media(min-width:720px){.prose{padding:24px}}.prose h2{margin-top:18px;margin-bottom:10px}.prose p{margin:0 0 14px;line-height:1.75;opacity:.92}.prose .divider{height:1px;background:#00000014;margin:18px 0}.site-header{position:sticky;top:0;z-index:9999;background:#fffafcf0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(232,154,166,.18);box-shadow:0 6px 24px #0000000a}.header-inner{max-width:1200px;margin:0 auto;min-height:72px;padding:10px 20px;display:flex;align-items:center;gap:12px}.brand{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.brand-logo{width:50px;height:50px;object-fit:contain;display:block;transition:transform .25s ease}.brand:hover .brand-logo{transform:scale(1.04)}.nav{margin-left:auto;display:flex;align-items:center;gap:4px}.nav-link{text-decoration:none;color:var(--text-color);font-family:var(--font-body);font-size:.95rem;font-weight:500;padding:9px 13px;border-radius:999px;white-space:nowrap;transition:background .2s ease,color .2s ease;display:inline-flex;align-items:center;gap:4px}.nav-link:hover{background:#e89aa61f;color:var(--primary-dark)}.nav-cta{background:var(--primary-color);color:#fff!important;padding:10px 18px;font-weight:600;box-shadow:0 6px 16px #e89aa640}.nav-cta:hover{background:var(--primary-dark);color:#fff!important;transform:translateY(-1px)}.nav-dropdown{position:relative}.nav-dropdown-btn{background:none;border:none;cursor:pointer;font-family:var(--font-body);font-size:.95rem;font-weight:500;color:var(--text-color);padding:9px 13px;border-radius:999px;display:inline-flex;align-items:center;gap:4px;transition:background .2s ease,color .2s ease}.nav-dropdown-btn:hover{background:#e89aa61f;color:var(--primary-dark)}.nav-caret{font-size:.75rem;opacity:.7}.nav-dropdown-menu{display:none;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);min-width:180px;background:#fff;border:1px solid rgba(232,154,166,.18);border-radius:16px;box-shadow:0 12px 30px #0000001a;padding:8px;z-index:200}@media(min-width:901px){.nav-dropdown:hover .nav-dropdown-menu{display:flex;flex-direction:column}}.nav-dropdown.is-open .nav-dropdown-menu{display:flex;flex-direction:column}.nav-dropdown-menu a{text-decoration:none;color:var(--text-color);padding:9px 12px;border-radius:10px;font-size:.9rem;font-weight:500;transition:background .15s ease;display:block}.nav-dropdown-menu a:hover{background:#e89aa61a}.header-controls{display:flex;align-items:center;gap:8px;margin-left:10px}.lang-buttons{display:inline-flex;align-items:center;gap:2px;padding:3px;background:#0000000d;border-radius:999px}.lang-btn{border:none;background:none;cursor:pointer;padding:7px 14px;border-radius:999px;font-size:13px;font-weight:700;color:var(--text-color);transition:all .2s ease}.lang-btn.active{background:#fff;color:var(--primary-dark);box-shadow:0 1px 6px #00000014}.nav-hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;border:1px solid rgba(232,154,166,.2);border-radius:12px;background:#fff;cursor:pointer;padding:0;box-shadow:0 4px 12px #0000000d;flex-shrink:0}.nav-hamburger span{display:block;width:20px;height:2px;margin:0 auto;background:var(--dark-color);border-radius:2px}@media(max-width:900px){.nav-hamburger{display:flex}.nav{display:none;position:fixed;top:72px;left:10px;right:10px;background:#fffffffa;border:1px solid rgba(232,154,166,.18);border-radius:22px;box-shadow:0 12px 32px #0000001f;padding:12px;flex-direction:column;align-items:stretch;gap:4px;z-index:9998;margin-left:0}.nav.open{display:flex}.nav-link,.nav-dropdown-btn{width:100%;padding:12px 14px;border-radius:12px;font-size:15px;text-align:left;justify-content:flex-start}.nav-cta{margin-top:4px;text-align:center!important;justify-content:center!important;border-radius:999px!important}.nav-dropdown-menu{position:static;transform:none;box-shadow:none;border:none;background:transparent;padding:0;display:none}.nav-dropdown.is-open .nav-dropdown-menu{display:flex;flex-direction:column;padding:4px 0 4px 14px}.nav-dropdown-menu a{font-size:14px;padding:8px 0;border-radius:0}.header-controls{margin-left:auto;gap:6px}}@media(max-width:640px){.header-inner{padding:10px 14px;min-height:66px}.brand-logo{width:44px;height:44px}.lang-btn{padding:4px 9px;font-size:10px}}.carousel-section{max-width:900px;margin:0 auto;padding:40px 20px 20px}.carousel-wrap{position:relative;overflow:hidden;border-radius:24px}.carousel{overflow:hidden;border-radius:24px;box-shadow:0 16px 40px #0000001f;width:100%}.carousel-track{display:flex;transition:transform .4s cubic-bezier(.4,0,.2,1)}.carousel-track img{min-width:100%;width:100%;aspect-ratio:auto;max-height:80vh;object-fit:contain;display:block;background:#f9eeee}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffeb;border:none;border-radius:50%;width:44px;height:44px;font-size:18px;cursor:pointer;box-shadow:0 4px 14px #00000026;display:flex;align-items:center;justify-content:center;z-index:2}.carousel-btn.prev{left:14px}.carousel-btn.next{right:14px}.carousel-dots{display:flex;gap:8px;justify-content:center;margin-top:14px}.carousel-dot{width:8px;height:8px;border-radius:50%;background:var(--border-color);cursor:pointer;transition:background .2s}.install-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;max-width:900px;margin:32px auto 0;padding:0 20px}.install-card{background:#fff;border-radius:16px;padding:22px 18px;text-align:center;box-shadow:0 6px 18px #0000000f;border:1px solid rgba(0,0,0,.05)}.install-card .icon{font-size:1.8rem;margin-bottom:10px}.install-card h3{margin:0 0 6px;font-size:1rem}.install-card p{margin:0;font-size:.85rem;opacity:.7;line-height:1.5}.install-cta{background:linear-gradient(135deg,var(--secondary-color),#fdf0ea);border-radius:24px;padding:48px 32px;text-align:center;max-width:700px;margin:40px auto 60px}.install-cta h2{margin:0 0 12px;font-size:2rem}.install-cta p{opacity:.75;margin:0 0 10px;font-size:1rem;line-height:1.7}.install-tags{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin:16px 0 24px}.install-tag{background:#fff;border:1.5px solid var(--primary-color);color:var(--primary-dark);padding:6px 14px;border-radius:999px;font-size:12px;font-weight:500}.cta-buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.studio-story{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;max-width:900px;margin:40px auto 0;padding:0 20px}@media(max-width:720px){.studio-story{grid-template-columns:1fr}}.studio-story-text h2{margin:0 0 16px}.studio-story-text p{opacity:.78;line-height:1.8;font-size:1rem;margin:0 0 14px}.studio-quote{border-left:3px solid var(--primary-color);padding:14px 18px;background:var(--secondary-color);border-radius:0 12px 12px 0;font-style:italic;font-size:1.05rem;margin:20px 0 28px;line-height:1.7}.studio-story img{width:100%;border-radius:20px;box-shadow:0 16px 40px #e89aa640;aspect-ratio:3/4;object-fit:cover}.studio-cta{background:linear-gradient(135deg,var(--secondary-color),#fdf0ea);border-radius:24px;padding:48px 32px;text-align:center;max-width:700px;margin:40px auto 60px}.studio-cta h2{margin:0 0 12px;font-size:2rem}.studio-cta p{opacity:.75;margin:0 0 28px;font-size:1rem;line-height:1.7}.nav-close-btn{display:none}@media(max-width:900px){.nav-close-btn{display:flex;align-items:center;justify-content:flex-end;width:100%;background:none;border:none;font-size:22px;color:var(--text-color);padding:4px 4px 12px;cursor:pointer;opacity:.6;line-height:1}.nav-close-btn:hover{opacity:1}}.mobile-currency{display:none}.nav.open .mobile-currency{display:flex;align-items:center;gap:12px;padding:10px 16px;border-top:1px solid rgba(0,0,0,.07);margin-top:4px}.mobile-currency-label{font-size:13px;font-weight:600;color:var(--text-color);opacity:.7}[data-lang=es] .en,[data-lang=es] span.en{display:none!important}[data-lang=en] .es,html:not([data-lang=es]) .es{display:none!important}[data-lang=es] .es{display:block!important}[data-lang=es] span.es{display:inline!important}.price-btn{cursor:pointer}.price-btn.is-selected{background:#e89aa657;border-color:#e89aa6f2;box-shadow:0 0 0 2px #e89aa62e}.gallery-grid .card-actions.has-buy,#galleryGrid .card-actions.has-buy{grid-template-columns:1fr 1fr}.gallery-grid .card-actions .btn-buy,#galleryGrid .card-actions .btn-buy{background:#1a1a1a;border-color:#1a1a1a;color:#fff}.gallery-grid .card-actions .btn-buy:hover,#galleryGrid .card-actions .btn-buy:hover{background:#2a2a2a}.gallery-grid .card-actions .btn-buy:disabled,#galleryGrid .card-actions .btn-buy:disabled{opacity:.7;cursor:wait;transform:none}.buy-note{margin-top:10px;text-align:center;font-size:12px;color:#0000009e}.buy-note .es{display:block;margin-top:2px}.checkout-shell{max-width:760px;margin:28px auto 56px;padding:0 18px}.checkout-card{background:#ffffffeb;border:1px solid rgba(232,154,166,.24);border-radius:26px;padding:28px 22px;box-shadow:0 18px 50px #0000000f}.checkout-card h1{margin-top:0;text-align:center}.checkout-status{margin-top:14px;text-align:center;color:#000000b8}.checkout-meta{display:grid;gap:10px;margin-top:18px}.checkout-meta-row{display:flex;justify-content:space-between;gap:12px;padding:10px 14px;border-radius:14px;background:#f8e8ec61}.checkout-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:22px}html{scroll-behavior:smooth}body{margin:0}main{min-height:calc(100vh - 180px)}a{color:inherit}.policy-page{padding:118px 20px 72px;background:radial-gradient(circle at top right,rgba(232,154,166,.16),transparent 28%),radial-gradient(circle at top left,rgba(214,192,165,.12),transparent 22%),linear-gradient(180deg,#fdf5f5,#fcf7f3 46%,#fbf6f2)}.policy-shell{max-width:940px;margin:0 auto}.policy-hero{text-align:center;margin:0 auto 30px;padding:0 12px}.policy-kicker{display:inline-flex;align-items:center;justify-content:center;padding:7px 14px;border-radius:999px;background:#e89aa624;color:#a65d78;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.policy-hero h1{margin:16px 0 12px;color:var(--dark-color)}.policy-intro{max-width:700px;margin:0 auto;color:#322727c7;line-height:1.72}.policy-updated{margin:14px 0 0;font-size:.95rem;color:#32272799}.policy-sections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.policy-sections--single{grid-template-columns:1fr;max-width:820px;margin:0 auto}.policy-section-card{background:#fff9f9c7;border:1px solid rgba(232,154,166,.16);border-radius:24px;padding:24px 24px 22px;box-shadow:0 12px 30px #a46c800f;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.policy-section-card h2{margin:0 0 12px;color:var(--dark-color)}.policy-section-card p,.policy-section-card li{color:#2c2424d1;line-height:1.72}.policy-section-card p{margin:0}.policy-section-card p+p{margin-top:12px}.policy-section-card a{color:#9e5672;text-decoration-thickness:1px;text-underline-offset:2px}.policy-list{margin:0;padding-left:20px}.policy-card{max-width:760px;margin:0 auto;background:#fffafbd1;border-radius:26px;padding:32px;box-shadow:0 18px 48px #0000000d;border:1px solid rgba(232,154,166,.14)}.policy-card h1,.policy-card h2{color:var(--dark-color)}.form-status{margin-top:10px;font-weight:500;text-align:center}.form-status.success{color:#1f7a1f}.form-status.error{color:#b00020}.form-status.info{color:#333}.checkout-inline-message{max-width:1100px;margin:20px auto 0;padding:14px 18px;border-radius:16px;background:#e89aa61a;color:var(--dark-color)}.carousel-dots{display:flex;gap:8px;justify-content:flex-start;margin-top:14px}.carousel-dot{width:10px;height:10px;border-radius:999px;border:none;background:#0000002e;cursor:pointer}.carousel-dot.active{background:var(--primary-color)}.blog-hero{padding:130px 20px 40px;text-align:center}.blog-hero-tag{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:#e89aa61a;margin-bottom:18px}.blog-hero h1{margin:0 0 12px}.blog-hero p{max-width:680px;margin:0 auto;opacity:.78}.blog-filters{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-start;margin:0 0 36px;padding:0 20px}.pill{padding:8px 18px;border-radius:999px;border:1px solid rgba(0,0,0,.12);background:#fff;cursor:pointer}.pill.active{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.blog-section{max-width:1200px;margin:0 auto;padding:0 20px 80px}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:28px}.blog-card{background:#fff;border-radius:20px;overflow:hidden;text-decoration:none;color:inherit;box-shadow:0 8px 24px #00000012;border:1px solid rgba(0,0,0,.05);transition:transform .25s ease,box-shadow .25s ease;display:flex;flex-direction:column}.blog-card:hover{transform:translateY(-5px);box-shadow:0 16px 40px #e89aa640}.blog-card-img{width:100%;aspect-ratio:4/3;object-fit:cover}.blog-card-body{padding:20px;display:flex;flex-direction:column;gap:8px;flex:1}.blog-card-cat{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--primary-dark)}.blog-card-title{font-family:var(--font-title);font-size:1.25rem;line-height:1.3;margin:0}.blog-card-excerpt{opacity:.74;line-height:1.6;margin:0;flex:1}.blog-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:12px;padding-top:12px;border-top:1px solid rgba(0,0,0,.06);font-size:12px;opacity:.7}.blog-read-btn{display:inline-block;padding:8px 18px;background:var(--primary-color);color:#fff;border-radius:999px;font-size:12px;font-weight:600}.blog-card.featured{grid-column:1 / -1;flex-direction:row;max-height:320px}.blog-card.featured .blog-card-img{width:45%;aspect-ratio:auto;flex-shrink:0}.blog-empty{text-align:center;padding:60px 20px;opacity:.6;font-size:1.1rem}@media(max-width:900px){.policy-sections,.policy-sections--single{grid-template-columns:1fr}}@media(max-width:640px){.policy-page{padding:104px 16px 56px}.policy-hero{margin-bottom:22px;padding:0 4px}.policy-section-card,.policy-card{padding:20px 18px;border-radius:20px}.blog-card.featured{flex-direction:column;max-height:none}.blog-card.featured .blog-card-img{width:100%;aspect-ratio:16/9}}.section-heading-row{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.section-eyebrow{display:inline-block;margin-bottom:.45rem;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:#b56a85}.text-link{color:#b56a85;text-decoration:none;font-weight:700}.featured-today-shell,.featured-page-main,.featured-page-secondary,.promo-studio-wrap{width:min(1120px,calc(100% - 2rem));margin:0 auto}.featured-today-shell{margin-bottom:4rem}.featured-page-hero{width:min(960px,calc(100% - 2rem));margin:2rem auto 1.5rem;text-align:center}.featured-page-secondary,.studio-recent-card{margin-bottom:4rem}.featured-promo-card{display:grid;grid-template-columns:minmax(280px,460px) 1fr;gap:1.5rem;background:#fff;border-radius:28px;padding:1rem;box-shadow:0 16px 45px #4a1d3514}.featured-promo-card.is-compact{grid-template-columns:140px 1fr}.featured-promo-media img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:22px;background:#f7eef2}.featured-promo-copy{display:flex;flex-direction:column;justify-content:flex-start;gap:.9rem}.featured-promo-copy h2{margin:0;font-size:clamp(1.8rem,4vw,2.8rem)}.featured-promo-card.is-compact .featured-promo-copy h2{font-size:1.25rem}.featured-promo-description{margin:0;color:#5f4b53;line-height:1.7}.featured-promo-price{font-size:1.25rem;font-weight:800;color:#8f355d}.featured-promo-actions{display:flex;flex-wrap:wrap;gap:.75rem}.featured-promo-grid,.studio-channel-grid,.studio-recent-grid{display:grid;gap:1rem}.featured-promo-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.featured-empty-state,.studio-info,.studio-error,.studio-note{background:#fff7fa;border:1px solid rgba(181,106,133,.14);border-radius:18px;padding:1rem 1.1rem;color:#6c3f4d}.promo-studio-wrap{padding:2rem 0 4rem}.promo-auth-card,.studio-controls-card,.studio-preview-card,.studio-recent-card{background:#fff;border-radius:28px;box-shadow:0 16px 45px #4a1d3514;padding:1.35rem}.promo-auth-card{width:min(520px,100%);margin:1rem auto;display:grid;gap:1rem}.promo-studio-header{display:flex;justify-content:space-between;align-items:start;gap:1rem;margin-bottom:1.5rem}.promo-studio-grid{display:grid;grid-template-columns:320px minmax(0,1fr);gap:1rem;margin-bottom:1rem}.studio-label,.studio-checkbox-group{display:grid;gap:.45rem;margin-bottom:1rem}.studio-label input,.studio-label select,.studio-channel-card textarea{width:100%;border:1px solid rgba(74,29,53,.18);border-radius:14px;padding:.85rem 1rem;font:inherit;background:#fff}.studio-checkbox-group{padding:1rem;border-radius:18px;background:#fbf6f8}.studio-checkline{display:flex;align-items:center;gap:.65rem}.studio-group-title,.studio-kicker{font-weight:700;color:#8f355d}.studio-preview-hero{display:grid;grid-template-columns:220px 1fr;gap:1rem;margin-bottom:1rem}.studio-preview-hero img,.studio-recent-item img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:18px;background:#f7eef2}.studio-channel-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.studio-channel-card{border:1px solid rgba(74,29,53,.1);border-radius:20px;padding:1rem;display:grid;gap:.85rem}.studio-channel-top{display:flex;justify-content:space-between;gap:.75rem}.studio-channel-top h3,.studio-recent-item strong{margin:0}.studio-channel-top p,.studio-recent-item span{margin:.3rem 0 0;color:#6b5560;font-size:.95rem}.studio-hashtags{color:#8f355d;font-weight:600;line-height:1.5}.studio-recent-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.studio-recent-item{display:grid;grid-template-columns:92px 1fr;gap:.85rem;padding:.85rem;border:1px solid rgba(74,29,53,.1);border-radius:18px;background:#fff;text-align:left;cursor:pointer}@media(max-width:900px){.featured-promo-card,.featured-promo-card.is-compact,.promo-studio-grid,.studio-preview-hero{grid-template-columns:1fr}.promo-studio-header,.section-heading-row,.studio-channel-top{flex-direction:column;align-items:start}}.featured-promo-kicker-row,.featured-promo-price-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.featured-promo-badge{display:inline-flex;padding:.38rem .8rem;border-radius:999px;background:#e18ca029;color:#8f355d;font-size:.82rem;font-weight:700}.featured-promo-original,.promo-offer-original{color:#8d7a82;text-decoration:line-through;font-weight:600}.featured-promo-save{display:inline-flex;padding:.35rem .7rem;border-radius:999px;background:#f7eef2;color:#8f355d;font-size:.82rem;font-weight:700}.featured-promo-offers{display:flex;flex-wrap:wrap;gap:.7rem}.featured-promo-offer-chip{display:inline-grid;gap:.18rem;padding:.8rem .95rem;border-radius:18px;background:#fbf6f8;border:1px solid rgba(181,106,133,.16);min-width:130px;text-align:left;cursor:pointer;font:inherit}.featured-promo-offer-chip strong{color:#4a1d35}.featured-promo-offer-chip em{font-style:normal;color:#8f355d;font-weight:800}.featured-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#1e101685;display:grid;place-items:center;padding:1rem}.featured-modal-card{width:min(980px,100%);max-height:min(90vh,920px);overflow:auto;background:#fff;border-radius:30px;box-shadow:0 24px 60px #0000002e;padding:1.25rem;position:relative}.featured-modal-close{position:absolute;top:1rem;right:1rem;width:42px;height:42px;border-radius:999px;border:1px solid rgba(74,29,53,.12);background:#fff;color:#4a1d35;font-size:1.5rem;cursor:pointer}.featured-modal-grid{display:grid;grid-template-columns:minmax(260px,360px) 1fr;gap:1.2rem}.featured-modal-media img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:22px;background:#f7eef2}.featured-modal-copy{display:grid;gap:.95rem}.featured-modal-kicker{color:#b56a85;font-size:.84rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.featured-modal-copy h3{margin:0;font-size:clamp(1.8rem,4vw,2.5rem)}.featured-modal-copy p{margin:0;color:#5f4b53;line-height:1.7}.promo-offer-list{display:grid;gap:.75rem}.promo-offer-card{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;text-align:left;background:#fff;border:1px solid rgba(74,29,53,.12);border-radius:20px;padding:.95rem 1rem;cursor:pointer}.promo-offer-card strong,.youtube-side-card strong{display:block;color:#2f2323}.promo-offer-card span,.youtube-section-copy,.youtube-empty-card p,.youtube-card-copy p,.youtube-side-empty{color:#6b5560}.promo-offer-card.is-selected{border-color:#d57d97;background:#fff7fa;box-shadow:0 10px 30px #d57d971f}.promo-offer-price-wrap{display:grid;justify-items:end;gap:.12rem}.promo-offer-price{font-size:1.1rem;color:#8f355d;font-weight:800}.featured-modal-actions{display:flex;flex-wrap:wrap;gap:.75rem}.featured-modal-status{color:#8f355d;font-weight:600}.youtube-section{width:min(1120px,calc(100% - 2rem));margin:0 auto 4rem}.youtube-heading-row{align-items:start}.youtube-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:1rem}.youtube-lead-card,.youtube-side-card,.youtube-side-empty{background:#fff;border-radius:26px;box-shadow:0 16px 45px #4a1d3514}.youtube-lead-card{overflow:hidden}.youtube-video-frame{position:relative;width:100%;aspect-ratio:16 / 9;background:#120b0e}.youtube-video-frame iframe{border:0;width:100%;height:100%}.youtube-card-copy,.youtube-empty-card{display:grid;gap:.8rem;padding:1.1rem}.youtube-card-copy h3,.youtube-empty-card h3{margin:0}.youtube-date{color:#b56a85;font-size:.8rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.youtube-side-list{display:grid;gap:.9rem}.youtube-side-card{display:grid;grid-template-columns:120px 1fr;gap:.9rem;padding:.85rem;text-decoration:none}.youtube-side-card img{width:100%;aspect-ratio:16 / 9;object-fit:cover;border-radius:16px;background:#f7eef2}.youtube-side-card div{display:grid;gap:.35rem;align-content:center}.youtube-side-empty{padding:1rem 1.1rem}@media(max-width:900px){.featured-modal-grid,.youtube-layout,.youtube-side-card{grid-template-columns:1fr}}.featured-promo-actions .btn-primary,.featured-promo-actions .btn-secondary,.featured-modal-actions .btn-primary,.featured-modal-actions .btn-secondary{font-size:1rem;padding:1rem 2rem}.studio-result-card{margin-top:1rem;border:1px solid rgba(74,29,53,.1);border-radius:20px;padding:1rem;background:#fffafc}.studio-result-head h3,.studio-result-item strong{margin:0}.studio-result-head p,.studio-result-item p{margin:.35rem 0 0;color:#6b5560}.studio-result-list{margin-top:.85rem;display:grid;gap:.75rem}.studio-result-item{border:1px solid rgba(74,29,53,.08);border-radius:16px;background:#fff;padding:.85rem .95rem}.studio-result-top{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.studio-result-badge{display:inline-flex;align-items:center;border-radius:999px;padding:.28rem .7rem;font-size:.82rem;font-weight:700;text-transform:capitalize}.studio-result-badge.is-success{background:#56a27424;color:#2f7a4b}.studio-result-badge.is-error{background:#b94a4a1f;color:#a03b3b}.studio-result-badge.is-warning{background:#c48d3e24;color:#9a6316}.studio-result-badge.is-neutral{background:#8f355d1a;color:#8f355d}.studio-result-link{display:inline-flex;margin-top:.55rem;color:#8f355d;font-weight:700}.dashboard-shell{display:grid;gap:1rem}.dashboard-header-actions,.dashboard-quick-links,.tutorials-sales-actions,.dashboard-board-picker{display:flex;flex-wrap:wrap;gap:.75rem}.dashboard-tab-row{display:flex;flex-wrap:wrap;gap:.65rem}.dashboard-tab-btn{border:1px solid rgba(143,53,93,.14);background:#ffffffd9;color:#8f355d;border-radius:999px;padding:.78rem 1rem;font:inherit;font-weight:700;cursor:pointer}.dashboard-tab-btn.active{background:#8f355d;color:#fff}.dashboard-stat-grid,.dashboard-panel-grid,.dashboard-mini-grid,.tutorial-dashboard-grid{display:grid;gap:1rem}.dashboard-stat-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.dashboard-panel-grid,.tutorials-sales-shell{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.dashboard-mini-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.tutorial-dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.dashboard-stat-card,.dashboard-info-card,.tutorial-dashboard-card,.tutorials-sales-card{background:#fff;border:1px solid rgba(74,29,53,.1);border-radius:20px;padding:1rem}.dashboard-stat-card{display:grid;gap:.6rem}.dashboard-stat-top,.dashboard-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.dashboard-stat-card strong{font-size:1.35rem;color:#3a2731}.dashboard-stat-card p,.dashboard-info-card p,.tutorial-dashboard-card p,.tutorials-sales-card p{margin:0;color:#6b5560}.dashboard-info-card strong,.tutorial-dashboard-card strong{display:block;margin-bottom:.35rem}.dashboard-board-picker{align-items:end;margin-top:1rem}.tutorial-dashboard-card{display:grid;gap:.8rem;text-decoration:none}.tutorial-dashboard-card img{width:100%;aspect-ratio:16 / 9;object-fit:cover;border-radius:16px;background:#f7eef2}.tutorials-sales-shell{width:min(1120px,calc(100% - 2rem));margin:0 auto 4rem}.tutorials-sales-card{display:grid;gap:1rem;align-items:center;box-shadow:0 16px 45px #4a1d3514}@media(max-width:900px){.dashboard-section-head,.dashboard-stat-top,.promo-studio-header{flex-direction:column;align-items:stretch}}.portal-entry-intro{width:min(920px,100%);margin:0 auto;text-align:center}.portal-entry-intro h1{margin:0 0 .6rem}.portal-entry-intro p{max-width:760px;margin:0 auto;color:#6b5560;line-height:1.7}.account-nav{position:relative}.account-btn{display:inline-flex;align-items:center;justify-content:flex-start;gap:.45rem;min-height:40px;padding:.58rem 1rem;border-radius:999px;border:1px solid rgba(181,106,133,.22);background:linear-gradient(180deg,#fffffffa,#fff7fa);color:#8f355d;font-weight:700;text-decoration:none;box-shadow:0 8px 20px #8f355d14;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.account-btn:hover{transform:translateY(-1px);box-shadow:0 12px 24px #8f355d1f;border-color:#b56a8557}.account-btn.is-authenticated{background:linear-gradient(180deg,#fff8fb,#fbeff4)}.account-btn-label{white-space:nowrap}.account-menu{position:absolute;top:calc(100% + .5rem);right:0;min-width:190px;display:none;padding:.4rem;border-radius:18px;background:#fff;border:1px solid rgba(181,106,133,.18);box-shadow:0 16px 36px #4a1d351f;z-index:20}.account-nav.is-open .account-menu{display:grid}.account-menu a,.account-menu button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;text-align:left;padding:.8rem .9rem;border-radius:12px;color:#513540;font:inherit;text-decoration:none;cursor:pointer}.account-menu a:hover,.account-menu button:hover{background:#e89aa61a}.portal-auth-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:1rem;max-width:860px;margin:0 auto}.portal-auth-card,.portal-side-card{align-self:start}.portal-auth-hero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(220px,.85fr);gap:1rem;align-items:center;padding:.35rem;border-radius:24px;background:linear-gradient(135deg,#fff7fafa,#fceff4eb);border:1px solid rgba(181,106,133,.14)}.portal-auth-copy{display:grid;gap:.65rem;padding:.85rem .9rem}.portal-auth-copy h2{margin:0;font-size:clamp(2rem,4vw,3rem);line-height:1;color:#4a1d35}.portal-auth-copy p{margin:0;color:#6b5560;line-height:1.7}.portal-auth-mini-links{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center;color:#8f355d;font-size:.95rem;font-weight:600}.portal-auth-floral{position:relative;min-height:250px;border-radius:22px;overflow:hidden;box-shadow:0 18px 40px #8f355d29}.portal-auth-floral:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#ffffff1a,#4a1d352e)}.portal-auth-floral img{width:100%;height:100%;object-fit:cover;display:block}.portal-auth-floral-badge{position:absolute;left:1rem;right:auto;bottom:1rem;z-index:1;display:inline-flex;align-items:center;padding:.42rem .95rem .5rem;border-radius:14px;background:linear-gradient(135deg,#fff9fbd1,#fff1f6c2);color:#7d3356;text-align:left;box-shadow:0 10px 24px #4a1d351f;border:1px solid rgba(181,106,133,.16);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.portal-auth-floral-badge span{display:block;font-family:Cormorant Garamond,Times New Roman,serif;font-size:1.18rem;font-style:italic;font-weight:600;letter-spacing:.02em;line-height:1}.portal-form-grid{display:grid;gap:.9rem}.portal-inline-actions{display:flex;flex-wrap:wrap;gap:.75rem}.portal-accept-row{display:flex;align-items:flex-start;justify-content:flex-start;gap:.58rem;width:fit-content;max-width:100%;font-size:.95rem;color:#6b5560}.portal-accept-row input[type=checkbox]{width:18px;height:18px;min-width:18px;flex:0 0 18px;margin:.14rem 0 0}.portal-accept-row a,.nav-login,.text-link{color:#8f355d}.portal-feature-list{display:grid;gap:.75rem;padding-left:1.2rem;color:#5d4b55}.client-dashboard-shell{padding-top:2.5rem}@media(max-width:900px){.portal-auth-layout,.portal-auth-hero{grid-template-columns:1fr}.portal-auth-floral{min-height:220px}}.portal-entry-shell{min-height:calc(100vh - 210px);display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:1.25rem;padding-top:.35rem;padding-bottom:1.5rem}.portal-entry-shell .portal-auth-layout{width:100%;align-items:stretch}.portal-entry-shell .portal-auth-card,.portal-entry-shell .portal-side-card{height:100%}@media(min-width:901px){.portal-entry-shell .portal-auth-layout{min-height:min(560px,calc(100vh - 260px))}}@media(max-width:900px){.portal-entry-shell{min-height:auto;display:block;padding-top:1rem}}.portal-entry-shell .portal-auth-layout,.portal-entry-shell .portal-auth-card{width:100%;max-width:860px;margin:0 auto}.linkedin-draft-shell{grid-template-columns:1.35fr 1fr}.linkedin-draft-topline{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-bottom:1rem}.linkedin-draft-topline h3{margin:.25rem 0 .35rem}.linkedin-draft-topline p{margin:0;color:#6b5560}.linkedin-copy-actions{display:flex;flex-wrap:wrap;gap:.6rem}.linkedin-asset-grid,.linkedin-variant-list,.linkedin-checklist{display:grid;gap:1rem}.linkedin-asset-card{display:grid;grid-template-columns:minmax(0,170px) 1fr;gap:1rem;border:1px solid rgba(74,29,53,.1);border-radius:20px;padding:.9rem;background:#fff}.linkedin-asset-card.is-primary{border-color:#8f355d47;background:#fff8fb}.linkedin-asset-media img,.linkedin-asset-media video{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:16px;background:#f7eef2}.linkedin-asset-copy p{margin:.35rem 0 0;color:#6b5560}.linkedin-check-item strong{display:block;margin-bottom:.35rem}.linkedin-meta-grid{margin-top:1rem}@media(max-width:900px){.linkedin-draft-shell,.linkedin-asset-card{grid-template-columns:1fr}.linkedin-draft-topline{flex-direction:column}}@media(max-width:768px){.site-header .header-inner{min-height:60px;padding:8px 12px;gap:8px}.site-header .brand-logo{width:40px;height:40px}.site-header .header-controls{gap:5px;margin-left:auto}.site-header .account-btn{min-height:36px;padding:.45rem .85rem;font-size:.95rem;line-height:1}.site-header .lang-buttons{padding:2px;gap:1px}.site-header .lang-btn{padding:4px 8px;font-size:10px}.site-header .nav-hamburger{width:40px;height:40px;gap:4px;border-radius:12px}.site-header .nav-hamburger span{width:18px}.portal-entry-shell{gap:.85rem;padding-top:.35rem;padding-bottom:1rem}.portal-entry-intro{text-align:left;padding:0 2px}.portal-auth-hero{padding:.4rem;gap:.8rem}.portal-auth-copy{padding:.7rem .7rem .2rem}.portal-auth-copy h2{font-size:clamp(1.8rem,8vw,2.5rem)}.portal-auth-floral{min-height:180px}.portal-entry-intro h1,.portal-auth-card h1{font-size:clamp(2.5rem,10vw,3.35rem);line-height:.98;margin-bottom:.35rem}.portal-entry-intro p,.portal-auth-card p{font-size:.98rem;line-height:1.55}.portal-auth-card{width:100%;margin:.5rem auto 0;padding:1.1rem;gap:.85rem;border-radius:24px}.dashboard-tab-row{gap:.55rem}.dashboard-tab-btn{min-height:48px;padding:.72rem .95rem;font-size:.95rem}.portal-form-grid{gap:.72rem}.studio-label{gap:.35rem;margin-bottom:.7rem}.studio-label span{font-size:.95rem}.studio-label input,.studio-label select,.portal-form-grid .btn-primary,.portal-inline-actions .btn-primary,.portal-inline-actions .btn-secondary{min-height:52px;padding:.78rem .9rem;border-radius:18px;font-size:1rem}.portal-accept-row{display:grid;grid-template-columns:18px 1fr;gap:.55rem;align-items:start;font-size:.9rem;line-height:1.55}.portal-accept-row input[type=checkbox]{width:18px;height:18px;margin:.18rem 0 0}.portal-inline-actions{gap:.6rem}.portal-auth-mini-links{font-size:.9rem}.portal-auth-floral-badge{left:.75rem;bottom:.75rem;padding:.38rem .8rem .45rem}.portal-auth-floral-badge span{font-size:1rem}}@media(max-width:480px){.site-header .brand-logo{width:38px;height:38px}.site-header .account-btn{min-height:34px;padding:.42rem .78rem;font-size:.9rem}.site-header .lang-btn{padding:4px 7px;font-size:9px}.site-header .nav-hamburger{width:38px;height:38px}.portal-auth-card{padding:1rem}.portal-entry-intro h1,.portal-auth-card h1{font-size:clamp(2.2rem,11vw,3rem)}.dashboard-tab-btn{min-height:46px;padding:.68rem .88rem;font-size:.92rem}.studio-label input,.studio-label select,.portal-form-grid .btn-primary,.portal-inline-actions .btn-primary,.portal-inline-actions .btn-secondary{min-height:50px}}.nav-login-pill{text-decoration:none}.site-header .header-controls .account-btn,.site-header .header-controls .nav-login-pill{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:.58rem 1rem;border-radius:999px;border:1px solid rgba(181,106,133,.24);background:linear-gradient(180deg,#fffffffa,#fff7fa);color:#8f355d;font-weight:700;text-decoration:none;box-shadow:0 8px 20px #8f355d14}.portal-entry-shell .portal-auth-layout{max-width:min(1040px,calc(100% - .5rem))}.portal-entry-shell .portal-auth-card{width:min(820px,100%);max-width:100%;padding:1.7rem;gap:1.2rem}.portal-auth-hero{grid-template-columns:minmax(0,1.18fr) minmax(250px,.92fr);gap:1.15rem;padding:.45rem;border-radius:26px}.portal-auth-copy{gap:.75rem;padding:1rem 1.05rem}.portal-auth-copy h2{font-size:clamp(2.15rem,3.8vw,3.15rem)}.portal-auth-floral{min-height:280px}.portal-auth-floral-badge{left:1rem;right:1rem;bottom:.9rem;justify-content:center;padding:.46rem .98rem .54rem;border-radius:999px}.portal-auth-floral-badge span{font-size:1.02rem}.portal-mode-tabs{display:flex;flex-wrap:wrap;gap:.72rem;margin-top:.15rem}.portal-entry-shell .portal-mode-tab,.portal-entry-shell .dashboard-tab-btn.portal-mode-tab{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:1px solid rgba(143,53,93,.14);background:#fffffff5;color:#8f355d;border-radius:999px;padding:.8rem 1.08rem;min-height:46px;font:inherit;font-weight:700;font-size:.97rem;line-height:1;box-shadow:0 8px 20px #8f355d0f}.portal-entry-shell .portal-mode-tab.active,.portal-entry-shell .dashboard-tab-btn.portal-mode-tab.active{background:#8f355d;color:#fff;border-color:#8f355d}.portal-entry-shell .portal-form-grid{gap:1rem}.portal-entry-shell .studio-label{margin-bottom:.82rem}.portal-entry-shell .studio-label input,.portal-entry-shell .portal-inline-actions .btn-primary,.portal-entry-shell .portal-inline-actions .btn-secondary,.portal-entry-shell .portal-form-grid .btn-primary,.portal-entry-shell .portal-form-grid .btn-secondary{min-height:54px}.portal-entry-shell .portal-accept-row{width:100%;gap:.7rem;align-items:center;line-height:1.55}.portal-entry-shell .portal-accept-row input[type=checkbox]{margin-top:0}@media(max-width:900px){.portal-entry-shell .portal-auth-card{width:100%;padding:1.3rem}.portal-auth-hero{grid-template-columns:1fr;gap:.95rem}.portal-auth-floral{min-height:230px}}@media(max-width:768px){.site-header .header-controls .account-btn,.site-header .header-controls .nav-login-pill{min-height:38px;padding:.48rem .9rem;font-size:.95rem}.portal-entry-shell .portal-auth-layout{max-width:100%}.portal-entry-shell .portal-auth-card{padding:1.1rem}.portal-auth-copy{padding:.82rem .86rem}.portal-entry-shell .portal-mode-tab,.portal-entry-shell .dashboard-tab-btn.portal-mode-tab{min-height:44px;padding:.74rem .94rem;font-size:.94rem}.portal-entry-shell .portal-accept-row{display:grid;grid-template-columns:18px 1fr;align-items:start}}@media(min-width:821px)and (max-width:1180px){.portal-entry-shell .portal-auth-card{width:min(860px,100%);padding:1.85rem}.portal-auth-hero{grid-template-columns:minmax(0,1.22fr) minmax(240px,.86fr);align-items:start}.portal-auth-floral{min-height:232px}.portal-auth-floral-badge{bottom:.7rem}}.portal-auth-copy p{max-width:44ch}.portal-auth-floral-badge{background:linear-gradient(135deg,#fffbfce0,#fff3f7d6)}.portal-auth-floral-badge span{letter-spacing:.02em;font-size:.98rem}@media(max-width:640px){.portal-auth-copy p{max-width:none}}
