.navbar{position:sticky;top:0;width:100%;background:linear-gradient(180deg,#fffffffa,#fcf9f6f7);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(201,150,122,.18);z-index:100;isolation:isolate;box-shadow:0 1px 20px #4a37280f}.navbar-header{text-align:center;padding:.7rem 2rem 0}.navbar-title{font-family:Cormorant Garamond,Georgia,serif;font-size:.88rem;font-weight:400;color:#262626;margin:0;letter-spacing:5px;text-transform:uppercase;line-height:1}.navbar-container{max-width:1200px;margin:0 auto;padding:.2rem 2rem .7rem;display:flex;justify-content:center;align-items:center;gap:2.5rem}.navbar-logo{position:absolute;left:2rem;top:50%;transform:translateY(-50%)}.logo-text{font-family:Cormorant Garamond,Georgia,serif;color:#c9967a;font-size:.88rem;letter-spacing:3px;font-weight:400}.logo-image{height:44px;width:auto;object-fit:contain;display:block}.nav-menu{display:flex;list-style:none;gap:1.6rem}.nav-menu a{color:#666;text-decoration:none;font-size:.52rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;transition:color .25s ease;position:relative;padding-bottom:2px}.nav-menu a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background-color:#c9967a;transition:width .3s ease}.nav-menu a:hover{color:#c9967a}.nav-menu a:hover:after{width:100%}.hamburger{display:none;flex-direction:column;background:none;border:none;cursor:pointer;gap:5px;padding:0;position:absolute;right:2rem;top:50%;transform:translateY(-50%)}.hamburger-line{width:22px;height:1.5px;background-color:#262626;transition:all .3s ease;display:block}@media (max-width: 768px){.hamburger{display:flex}.hamburger-line.open:nth-child(1){transform:rotate(45deg) translate(9px,9px)}.hamburger-line.open:nth-child(2){opacity:0}.hamburger-line.open:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.nav-menu{position:absolute;top:100%;left:0;right:0;background-color:#fffffffa;flex-direction:column;gap:0;padding:0;max-height:0;overflow:hidden;transition:max-height .35s ease;border-bottom:1px solid #EDE6DF}.nav-menu.active{max-height:420px;padding:.5rem 0 1rem}.nav-menu li{padding:0 2rem}.nav-menu a{font-size:.72rem;display:block;padding:.75rem 0;border-bottom:1px solid #F5EDE8}.nav-menu a:after{display:none}.navbar{display:flex;align-items:center;min-height:52px}.navbar-header{flex:1;text-align:center;padding:0}.navbar-title{font-size:.72rem;letter-spacing:3px}.navbar-container{height:0;padding:0;overflow:visible}}.hero{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(160deg,#f0e8e0,#e2d4c8 60%,#cfc0af)}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0f0a0838,#0f0a081a 40%,#0f0a0873);z-index:1;pointer-events:none}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 0L14 10L24 12L14 14L12 24L10 14L0 12L10 10Z' fill='%23ffffff'/></svg>"),url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 0L14 10L24 12L14 14L12 24L10 14L0 12L10 10Z' fill='%23ffffff'/></svg>"),url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 0L14 10L24 12L14 14L12 24L10 14L0 12L10 10Z' fill='%23C9967A'/></svg>");background-size:14px,9px,11px;background-position:90% 14%,12% 22%,78% 72%;background-repeat:no-repeat,no-repeat,no-repeat;opacity:.35;z-index:2;pointer-events:none}.hero-background{position:absolute;top:0;right:0;width:60%;height:100%;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 800"><circle cx="400" cy="300" r="200" fill="%23C9967A" opacity="0.07"/><circle cx="300" cy="600" r="150" fill="%239B7585" opacity="0.06"/></svg>') no-repeat center;background-size:cover;z-index:1}.hero-content{position:relative;z-index:2;text-align:center;max-width:92vw;width:100%;margin:0 auto;padding:2rem}.hero-title{font-family:Cormorant Garamond,Georgia,serif;font-size:3.5rem;font-weight:300;color:#fff;margin-bottom:1rem;letter-spacing:8px;text-shadow:0 2px 24px rgba(0,0,0,.12);line-height:1.05;white-space:nowrap}.hero-subtitle{font-size:.75rem;font-weight:600;letter-spacing:5px;color:#ffffffe0;text-transform:uppercase;margin-bottom:3rem;text-shadow:0 1px 6px rgba(0,0,0,.1)}.hero-button{display:inline-block;padding:.95rem 3rem;font-size:.68rem;font-weight:600;letter-spacing:3.5px;text-transform:uppercase;background-color:transparent;color:#fff;border:1px solid rgba(255,255,255,.65);border-radius:0;transition:all .35s ease}.hero-button:hover{background-color:#fff;color:#c9967a;border-color:#fff;box-shadow:0 8px 30px #0000001f}@media (max-width: 768px){.hero{min-height:50vh}.hero-title{font-size:1.8rem;letter-spacing:4px;white-space:normal}.hero-subtitle{font-size:.68rem;letter-spacing:3px;margin-bottom:2.5rem}.hero-background{width:100%;opacity:.5}.hero-content{padding:1rem}.hero-button{padding:.85rem 2.2rem;font-size:.65rem}}.about{padding:1.5rem 2rem;background:linear-gradient(150deg,#fff,#fdfbf9,#faf5f1);position:relative;overflow:hidden}.about:before{content:"";position:absolute;width:320px;height:320px;background:radial-gradient(circle,rgba(201,150,122,.09) 0%,transparent 65%);top:-90px;right:8%;border-radius:50%;pointer-events:none}.about:after{content:"";position:absolute;right:2rem;top:50%;transform:translateY(-50%);width:22px;height:90px;background-image:url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 84'><line x1='12' y1='2' x2='12' y2='54' stroke='%23C9967A' stroke-width='1.5' stroke-linecap='round'/><ellipse cx='12' cy='65' rx='7' ry='11' fill='none' stroke='%23C9967A' stroke-width='1.5'/></svg>");background-repeat:no-repeat;background-size:contain;opacity:.85;pointer-events:none}.about-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:auto 1fr;gap:2.5rem;align-items:center}.about-image{display:flex;justify-content:center;align-items:center;position:relative;padding:10px 10px 0 0}.about-image:before{content:"";position:absolute;top:0;left:10px;width:calc(100% - 10px);height:calc(100% - 10px);border:1px solid rgba(201,150,122,.32);z-index:0;pointer-events:none}.about-photo{width:157px;height:196px;object-fit:cover;border-radius:0;display:block;position:relative;z-index:1;filter:contrast(1.03) saturate(1.05)}.image-placeholder{width:157px;height:196px;background:linear-gradient(160deg,#f0e8e0,#d4c4b0);border-radius:0;display:flex;align-items:center;justify-content:center;color:#aaa;font-size:.65rem;text-align:center;padding:1rem;letter-spacing:1px;position:relative;z-index:1}.about-content{display:flex;flex-direction:column;gap:.4rem;border-left:1px solid rgba(201,150,122,.2);padding-left:1.5rem}.about-title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.25rem;font-weight:400;color:#262626;letter-spacing:.5px;margin:0;line-height:1.35}.about-subtitle{font-family:Cormorant Garamond,Georgia,serif;font-size:.82rem;font-style:italic;font-weight:400;letter-spacing:.5px;text-transform:none;color:#c9967a;margin:.1rem 0 .3rem;padding-bottom:.5rem;border-bottom:1px solid rgba(201,150,122,.18)}.about-text{font-size:.74rem;color:#666;line-height:1.65;text-align:justify;margin:0;max-width:500px}@media (max-width: 768px){.about{padding:1.2rem 1.5rem}.about-container{grid-template-columns:1fr;gap:1.5rem;justify-items:center}.about-image{width:100%;max-width:180px}.about-title{font-size:1.1rem}.about-content{text-align:center;border-left:none;padding-left:0;border-top:1px solid rgba(201,150,122,.18);padding-top:.8rem}.about-text{text-align:center;max-width:100%}}.services{padding:3rem 0;background:linear-gradient(160deg,#f7f1ec,#f0e6de 60%,#ebe0d6);position:relative;overflow:hidden}.services:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 78'><polygon points='14,2 21,20 7,20' fill='none' stroke='%23C9967A' stroke-width='2' stroke-linejoin='round'/><rect x='7' y='20' width='14' height='38' fill='none' stroke='%23C9967A' stroke-width='2' rx='1'/><rect x='5' y='58' width='18' height='8' fill='none' stroke='%23C9967A' stroke-width='2' rx='1'/></svg>"),url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 0L14 10L24 12L14 14L12 24L10 14L0 12L10 10Z' fill='%23C9967A'/></svg>"),url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'><circle cx='10' cy='10' r='3.5' fill='%23C9967A'/><circle cx='30' cy='5' r='2.8' fill='%23C9967A'/><circle cx='50' cy='14' r='3' fill='%23C9967A'/><circle cx='18' cy='35' r='2.5' fill='%23C9967A'/><circle cx='45' cy='42' r='3.2' fill='%23C9967A'/><circle cx='5' cy='50' r='2.6' fill='%23C9967A'/></svg>");background-position:right 1.8rem center,right 1.2rem top 2rem,right 1rem bottom 2rem;background-size:26px 72px,15px 15px,48px 48px;background-repeat:no-repeat;opacity:.85;pointer-events:none}.services:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 50'><ellipse cx='20' cy='18' rx='14' ry='16' fill='none' stroke='%23C9967A' stroke-width='2'/><rect x='16' y='34' width='8' height='12' rx='1' fill='none' stroke='%23C9967A' stroke-width='2'/></svg>"),url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 84'><line x1='12' y1='2' x2='12' y2='54' stroke='%23C9967A' stroke-width='2.5' stroke-linecap='round'/><ellipse cx='12' cy='65' rx='7' ry='11' fill='none' stroke='%23C9967A' stroke-width='2'/></svg>"),url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 0L14 10L24 12L14 14L12 24L10 14L0 12L10 10Z' fill='%23C9967A'/></svg>");background-position:left 1.5rem center,left 2.2rem top 2.5rem,left 1.2rem bottom 2.5rem;background-size:36px 46px,16px 58px,13px 13px;background-repeat:no-repeat;opacity:.82;pointer-events:none}.service-image-wrapper{overflow:hidden;border-radius:0;position:relative;box-shadow:0 6px 24px #4a37281f;transition:box-shadow .35s ease}.carousel-item:hover .service-image-wrapper{box-shadow:0 16px 48px #4a372838}.service-image-wrapper:after{content:"Ver más";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(20,14,10,.65) 0%,rgba(20,14,10,.15) 50%,transparent 100%);display:flex;align-items:flex-end;justify-content:center;padding-bottom:1.2rem;color:#fff;font-size:.65rem;font-weight:700;letter-spacing:3px;text-transform:uppercase;opacity:0;transition:opacity .35s ease}.carousel-item:hover .service-image-wrapper:after{opacity:1}.service-image-placeholder{width:100%;aspect-ratio:3/4}.service-image-uploaded{width:100%;aspect-ratio:3/4;object-fit:cover;display:block;transition:transform .4s ease}.carousel-item:hover .service-image-uploaded{transform:scale(1.04)}.service-1{background:linear-gradient(160deg,#d4b8a8,#b89878)}.service-2{background:linear-gradient(160deg,#c9a882,#a07a5a)}.service-3{background:linear-gradient(160deg,#e8d8cc,#c9b09a)}.service-4{background:linear-gradient(160deg,#bca08a,#8a6e52)}.service-5{background:linear-gradient(160deg,#d4c0b0,#a88c78)}.service-name{text-align:center;font-weight:600;font-size:.68rem;letter-spacing:2.5px;text-transform:uppercase;color:#262626}@media (max-width: 768px){.services{padding:2.2rem 0}.carousel{grid-template-columns:1fr}.carousel-item:not(.hidden)~.carousel-item:not(.hidden){display:none}}.courses{padding:3rem 0;background-color:#fff;background-image:radial-gradient(ellipse at 15% 50%,rgba(201,150,122,.05) 0%,transparent 55%),radial-gradient(ellipse at 85% 50%,rgba(155,117,133,.04) 0%,transparent 55%);position:relative;overflow:hidden}.courses:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 84'><line x1='12' y1='2' x2='12' y2='54' stroke='%23C9967A' stroke-width='2.5' stroke-linecap='round'/><ellipse cx='12' cy='65' rx='7' ry='11' fill='none' stroke='%23C9967A' stroke-width='2'/></svg>"),url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 0L14 10L24 12L14 14L12 24L10 14L0 12L10 10Z' fill='%23C9967A'/></svg>"),url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'><circle cx='10' cy='10' r='3.5' fill='%23C9967A'/><circle cx='30' cy='5' r='2.8' fill='%23C9967A'/><circle cx='50' cy='14' r='3' fill='%23C9967A'/><circle cx='18' cy='35' r='2.5' fill='%23C9967A'/><circle cx='45' cy='42' r='3.2' fill='%23C9967A'/></svg>");background-position:right 2rem center,right 1.2rem top 2rem,right .8rem bottom 2rem;background-size:20px 72px,16px 16px,48px 48px;background-repeat:no-repeat;opacity:.85;pointer-events:none}.courses:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 0L14 10L24 12L14 14L12 24L10 14L0 12L10 10Z' fill='%23C9967A'/></svg>"),url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 78'><polygon points='14,2 21,20 7,20' fill='none' stroke='%23C9967A' stroke-width='2' stroke-linejoin='round'/><rect x='7' y='20' width='14' height='38' fill='none' stroke='%23C9967A' stroke-width='2' rx='1'/><rect x='5' y='58' width='18' height='8' fill='none' stroke='%23C9967A' stroke-width='2' rx='1'/></svg>"),url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 50'><ellipse cx='20' cy='18' rx='14' ry='16' fill='none' stroke='%23C9967A' stroke-width='2'/><rect x='16' y='34' width='8' height='12' rx='1' fill='none' stroke='%23C9967A' stroke-width='2'/></svg>");background-position:left 1.2rem center,left 1.8rem top 2rem,left 1.2rem bottom 2rem;background-size:17px 17px,22px 62px,32px 40px;background-repeat:no-repeat;opacity:.82;pointer-events:none}.carousel-container{display:flex;flex-direction:column;gap:2.5rem;align-items:center;width:100%}.carousel-controls{display:flex;gap:1rem;justify-content:center;order:-1}.carousel{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:100%;max-width:1000px}.carousel-item{display:flex;flex-direction:column;gap:1.1rem;cursor:pointer;transition:transform .35s ease}.carousel-item:hover{transform:translateY(-8px)}.carousel-item.hidden{display:none}.course-image-wrapper{overflow:hidden;border-radius:0;position:relative;box-shadow:0 6px 24px #4a37281f;transition:box-shadow .35s ease}.carousel-item:hover .course-image-wrapper{box-shadow:0 16px 48px #4a372838}.course-image-wrapper:after{content:"Ver más";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(20,14,10,.65) 0%,rgba(20,14,10,.15) 50%,transparent 100%);display:flex;align-items:flex-end;justify-content:center;padding-bottom:1.2rem;color:#fff;font-size:.65rem;font-weight:700;letter-spacing:3px;text-transform:uppercase;opacity:0;transition:opacity .35s ease}.carousel-item:hover .course-image-wrapper:after{opacity:1}.course-image-placeholder{width:100%;aspect-ratio:3/4}.course-image-uploaded{width:100%;aspect-ratio:3/4;object-fit:cover;display:block;transition:transform .4s ease}.carousel-item:hover .course-image-uploaded{transform:scale(1.04)}.course-1{background:linear-gradient(160deg,#a8c4d8,#7a9cb8)}.course-2{background:linear-gradient(160deg,#3a3a3a,#262626)}.course-3{background:linear-gradient(160deg,#d4c0a0,#b09868)}.course-4{background:linear-gradient(160deg,#b09070,#886848)}.course-name{text-align:center;font-weight:600;font-size:.68rem;letter-spacing:2.5px;text-transform:uppercase;color:#262626}.carousel-arrow{width:44px;height:44px;border-radius:50%;background-color:transparent;color:#262626;font-size:1.1rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0;border:1px solid #D4B8A8}.carousel-arrow:hover{background-color:#c9967a;border-color:#c9967a;color:#fff}@media (max-width: 768px){.courses{padding:2.2rem 0}.carousel{grid-template-columns:1fr}.carousel-item:not(.hidden)~.carousel-item:not(.hidden){display:none}}.testimonials{padding:2rem 0;background-color:#fff;background-image:radial-gradient(ellipse at 50% 50%,rgba(201,150,122,.04) 0%,transparent 70%)}.testimonial-wrapper{display:flex;align-items:center;justify-content:center;gap:2rem;max-width:860px;margin:0 auto;position:relative}.testimonial-content{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;flex:1;padding:0 1rem;position:relative}.testimonial-content:before{content:"“";font-family:Cormorant Garamond,Georgia,serif;font-size:7rem;color:#f0e8e2;position:absolute;top:-1rem;left:50%;transform:translate(-50%);line-height:1;pointer-events:none;z-index:0}.testimonial-avatar,.testimonial-avatar-photo,.testimonial-text,.testimonial-name{position:relative;z-index:1}.testimonial-avatar{width:72px;height:72px;border-radius:50%;background-color:#f5ede8;color:#c9967a;display:flex;align-items:center;justify-content:center;font-family:Cormorant Garamond,Georgia,serif;font-size:1.6rem;font-weight:400;border:1px solid #EDE6DF}.testimonial-avatar-photo{width:72px;height:72px;border-radius:50%;object-fit:cover;border:2px solid #EDE6DF}.testimonial-text{font-family:Cormorant Garamond,Georgia,serif;font-size:1rem;font-weight:400;font-style:italic;color:#444;line-height:1.8;max-width:560px}.testimonial-name{font-size:.6rem;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#c9967a}.testimonial-arrow{width:36px;height:36px;border-radius:50%;background-color:transparent;border:1px solid #EDE6DF;color:#888;font-size:.85rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0;cursor:pointer}.testimonial-arrow:hover{background-color:#c9967a;border-color:#c9967a;color:#fff}.testimonial-indicators{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.indicator{width:5px;height:5px;border-radius:50%;background-color:#ede6df;border:none;cursor:pointer;transition:all .3s ease}.indicator.active{background-color:#c9967a;width:20px;border-radius:3px}@media (max-width: 768px){.testimonials{padding:1.5rem 0}.testimonial-wrapper{gap:1rem;padding:0 1rem}.testimonial-arrow{width:32px;height:32px;font-size:.8rem}.testimonial-content{padding:0}.testimonial-text{font-size:.92rem}}.faq{padding:3rem 0;background-color:#fafaf7;position:relative;overflow:hidden}.faq:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 78'><polygon points='14,2 21,20 7,20' fill='none' stroke='%23C9967A' stroke-width='2' stroke-linejoin='round'/><rect x='7' y='20' width='14' height='38' fill='none' stroke='%23C9967A' stroke-width='2' rx='1'/><rect x='5' y='58' width='18' height='8' fill='none' stroke='%23C9967A' stroke-width='2' rx='1'/></svg>"),url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 0L14 10L24 12L14 14L12 24L10 14L0 12L10 10Z' fill='%23C9967A'/></svg>"),url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'><circle cx='10' cy='10' r='3.5' fill='%23C9967A'/><circle cx='30' cy='5' r='2.8' fill='%23C9967A'/><circle cx='50' cy='14' r='3' fill='%23C9967A'/><circle cx='18' cy='38' r='2.5' fill='%23C9967A'/><circle cx='45' cy='45' r='3.2' fill='%23C9967A'/></svg>");background-position:right 1.8rem center,right 1.2rem top 2rem,right .8rem bottom 2rem;background-size:22px 64px,15px 15px,48px 48px;background-repeat:no-repeat;opacity:.82;pointer-events:none}.faq:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'><circle cx='10' cy='10' r='3.5' fill='%23C9967A'/><circle cx='30' cy='5' r='2.8' fill='%23C9967A'/><circle cx='50' cy='14' r='3' fill='%23C9967A'/><circle cx='18' cy='35' r='2.5' fill='%23C9967A'/><circle cx='45' cy='42' r='3.2' fill='%23C9967A'/></svg>"),url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 84'><line x1='12' y1='2' x2='12' y2='54' stroke='%23C9967A' stroke-width='2.5' stroke-linecap='round'/><ellipse cx='12' cy='65' rx='7' ry='11' fill='none' stroke='%23C9967A' stroke-width='2'/></svg>"),url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 50'><ellipse cx='20' cy='18' rx='14' ry='16' fill='none' stroke='%23C9967A' stroke-width='2'/><rect x='16' y='34' width='8' height='12' rx='1' fill='none' stroke='%23C9967A' stroke-width='2'/></svg>");background-position:left 1rem center,left 2rem top 2rem,left 1.2rem bottom 2rem;background-size:48px 48px,14px 52px,30px 38px;background-repeat:no-repeat;opacity:.8;pointer-events:none}.faq-content{max-width:760px;margin:0 auto}.faq-item{margin-bottom:0;border-bottom:1px solid #EDE6DF}.faq-item:first-child{border-top:1px solid #EDE6DF}.faq-question{width:100%;padding:1.4rem 0;display:flex;justify-content:space-between;align-items:center;background-color:transparent;border:none;text-align:left;font-size:.85rem;font-weight:600;letter-spacing:1px;color:#262626;cursor:pointer;transition:color .25s ease}.faq-question:hover{color:#c9967a}.faq-question.open{color:#c9967a;background-color:transparent}.faq-icon{font-size:.7rem;transition:transform .3s ease;color:#c9967a;flex-shrink:0;margin-left:1rem}.faq-question.open .faq-icon{transform:rotate(180deg)}.faq-answer{padding:0 0 1.4rem;background-color:transparent;color:#666;line-height:1.85;font-size:.9rem;animation:slideDown .25s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.faq{padding:2.2rem 0}.faq-question{padding:1.2rem 0;font-size:.82rem}.faq-answer{font-size:.88rem;padding-bottom:1.2rem}}.lightbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#140f0af0;display:flex;align-items:center;justify-content:center;z-index:9999;cursor:pointer}.lightbox-image{max-width:88vw;max-height:88vh;object-fit:contain;border-radius:0;cursor:default;box-shadow:0 20px 80px #0009}.lightbox-close{position:absolute;top:1.5rem;right:1.5rem;background:transparent;border:1px solid rgba(255,255,255,.3);color:#fffc;font-size:1rem;width:38px;height:38px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .25s;font-weight:300;letter-spacing:0}.lightbox-close:hover{background:#ffffff1f;border-color:#fff9;color:#fff}.portfolio{padding:3rem 0;background:linear-gradient(160deg,#ede4dc,#e8ddd4);position:relative;overflow:hidden}.portfolio:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'><circle cx='10' cy='10' r='3.5' fill='%23C9967A'/><circle cx='30' cy='5' r='2.8' fill='%23C9967A'/><circle cx='50' cy='14' r='3' fill='%23C9967A'/><circle cx='18' cy='35' r='2.5' fill='%23C9967A'/><circle cx='45' cy='42' r='3.2' fill='%23C9967A'/><circle cx='5' cy='52' r='2.6' fill='%23C9967A'/></svg>"),url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 84'><line x1='12' y1='2' x2='12' y2='54' stroke='%23C9967A' stroke-width='2.5' stroke-linecap='round'/><ellipse cx='12' cy='65' rx='7' ry='11' fill='none' stroke='%23C9967A' stroke-width='2'/></svg>"),url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 0L14 10L24 12L14 14L12 24L10 14L0 12L10 10Z' fill='%23C9967A'/></svg>");background-position:left 1rem center,left 2.2rem top 2rem,left 1.2rem bottom 2.5rem;background-size:52px 52px,16px 58px,15px 15px;background-repeat:no-repeat;opacity:.85;pointer-events:none}.portfolio:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 0L14 10L24 12L14 14L12 24L10 14L0 12L10 10Z' fill='%23C9967A'/></svg>"),url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 78'><polygon points='14,2 21,20 7,20' fill='none' stroke='%23C9967A' stroke-width='2' stroke-linejoin='round'/><rect x='7' y='20' width='14' height='38' fill='none' stroke='%23C9967A' stroke-width='2' rx='1'/><rect x='5' y='58' width='18' height='8' fill='none' stroke='%23C9967A' stroke-width='2' rx='1'/></svg>"),url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'><circle cx='10' cy='10' r='3' fill='%23C9967A'/><circle cx='30' cy='5' r='2.5' fill='%23C9967A'/><circle cx='50' cy='14' r='3.2' fill='%23C9967A'/><circle cx='18' cy='40' r='2.8' fill='%23C9967A'/></svg>");background-position:right 1.2rem center,right 1.8rem top 2rem,right .8rem bottom 2rem;background-size:17px 17px,22px 62px,44px 44px;background-repeat:no-repeat;opacity:.82;pointer-events:none}.portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:0}.portfolio-item{display:flex;flex-direction:column;gap:0;cursor:pointer;transition:transform .35s ease;overflow:hidden;position:relative}.portfolio-item:hover{transform:translateY(-6px)}.portfolio-image{width:100%;aspect-ratio:3/4;border-radius:0;background-size:cover;background-position:center;transition:transform .5s ease;box-shadow:0 4px 20px #32231924;position:relative;overflow:hidden}.portfolio-item:hover .portfolio-image{transform:scale(1.03)}.portfolio-image:after{content:"Ver imagen";position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;justify-content:center;padding-bottom:1.2rem;color:#fff;font-size:.65rem;font-weight:700;letter-spacing:3px;text-transform:uppercase;background:linear-gradient(to top,rgba(20,12,8,.72) 0%,rgba(20,12,8,.2) 45%,transparent 100%);opacity:0;transition:opacity .4s ease}.portfolio-item:hover .portfolio-image:after{opacity:1}.portfolio-1{background:linear-gradient(160deg,#d4b8a8,#b89878)}.portfolio-2{background:linear-gradient(160deg,#c9a882,#a07a5a)}.portfolio-3{background:linear-gradient(160deg,#e8d8cc,#c9b09a)}.portfolio-4{background:linear-gradient(160deg,#bca08a,#8a6e52)}.portfolio-5{background:linear-gradient(160deg,#d4c0b0,#a88c78)}.portfolio-6{background:linear-gradient(160deg,#c0a898,#987860)}.portfolio-7{background:linear-gradient(160deg,#d4b8a8,#c9a882)}.portfolio-8{background:linear-gradient(160deg,#c9b09a,#a07a5a)}.portfolio-item-title{display:none}@media (max-width: 768px){.portfolio{padding:2.2rem 0}.portfolio-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 480px){.portfolio-grid{grid-template-columns:1fr}}.footer{background:linear-gradient(160deg,#f7f1ec,#ede4da);border-top:1px solid rgba(201,150,122,.2);padding:2.5rem 0}.footer-container{max-width:1100px;margin:0 auto;padding:0 2rem;display:flex;justify-content:center;align-items:center;gap:3.5rem;flex-wrap:wrap}.footer-logo{font-size:1.5rem;font-weight:400;display:flex;align-items:center;justify-content:center}.logo-text{font-family:Cormorant Garamond,Georgia,serif;font-size:1.7rem;color:#c9967a;letter-spacing:4px}.footer-logo-image{height:46px;width:auto;object-fit:contain;display:block}.footer-socials{display:flex;gap:1rem;align-items:center;justify-content:center}.social-link{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background-color:transparent;border:1px solid #D4B8A8;color:#c9967a;transition:all .3s ease;text-decoration:none}.social-link:hover,.admin-link:hover{background-color:#c9967a;border-color:#c9967a;color:#fff}.social-link svg{width:18px;height:18px}.admin-link{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background-color:transparent;border:1px solid #D4B8A8;color:#c9967a;font-size:1.1rem;cursor:pointer;transition:all .3s ease}.footer-name{text-align:center}.footer-text{margin:0;font-size:.65rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#a88c78}@media (max-width: 768px){.footer-container{gap:2rem}.footer-logo{order:2}.footer-socials{order:1}.footer-name{order:3;width:100%}}.service-detail-page{width:100%;min-height:100vh;background-color:#fff}.service-detail-container{max-width:1100px;margin:0 auto;padding:2.5rem 2rem 4rem}.service-detail-hero{margin:0 auto 3.5rem;text-align:center}.service-detail-image-real{max-height:65vh;max-width:82%;width:auto;height:auto;display:block;margin:0 auto;border-radius:0;box-shadow:16px 20px #f5ede8}.service-detail-image-placeholder{width:100%;height:170px;border-radius:0}.service-placeholder-1{background:linear-gradient(160deg,#d4b8a8,#b89878)}.service-placeholder-2{background:linear-gradient(160deg,#c9a882,#a07a5a)}.service-placeholder-3{background:linear-gradient(160deg,#e8d8cc,#c9b09a)}.service-detail-content{padding:0}.service-detail-title{font-family:Cormorant Garamond,Georgia,serif;font-size:3rem;font-weight:300;color:#262626;margin:0 0 .5rem;letter-spacing:3px;text-transform:uppercase;line-height:1.1}.service-detail-meta{display:flex;gap:1.5rem;margin-bottom:2rem;flex-wrap:wrap;align-items:center}.service-detail-description{font-size:.95rem;color:#666;line-height:1.9;margin-bottom:3rem;text-align:justify;max-width:680px}.packages-section{margin-bottom:3.5rem}.packages-title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.6rem;font-weight:300;color:#262626;margin:0 0 2rem;letter-spacing:4px;text-transform:uppercase;position:relative;padding-bottom:1rem}.packages-title:after{content:"";position:absolute;bottom:0;left:0;width:32px;height:1px;background-color:#c9967a}.package-item{background:linear-gradient(135deg,#fafaf7,#f7f1ec);padding:1.75rem 2rem;margin-bottom:1.25rem;border-left:2px solid #C9967A;box-shadow:0 2px 12px #4a37280f;transition:box-shadow .3s ease,transform .3s ease}.package-item:hover{box-shadow:0 6px 24px #4a37281f;transform:translate(4px)}.package-name{font-size:.7rem;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#c9967a;margin:0 0 .6rem}.package-description{font-size:.92rem;color:#666;margin:0;line-height:1.75}.portfolio-image-item{width:100%;min-height:300px;background:linear-gradient(160deg,#c9a882,#8a6e52) center/cover no-repeat;border-radius:0;box-shadow:0 4px 20px #32231924;transition:box-shadow .35s ease,transform .35s ease;overflow:hidden;position:relative;cursor:pointer}@media (max-width: 768px){.service-detail-container{padding:2rem 1.5rem 3rem}.service-detail-hero{margin-bottom:2.5rem}.service-detail-image-real{max-width:90%;box-shadow:8px 10px #f5ede8}.service-detail-title{font-size:2rem;letter-spacing:2px}.portfolio-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 480px){.service-detail-title{font-size:1.7rem}.portfolio-grid{grid-template-columns:1fr}}.course-detail-page{width:100%;min-height:100vh;background-color:#fff}.course-detail-container{max-width:1100px;margin:0 auto;padding:2.5rem 2rem 4rem}.back-button{background-color:transparent;color:#888;border:none;padding:0;font-size:.68rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;cursor:pointer;margin-bottom:3rem;transition:color .25s ease;display:inline-flex;align-items:center;gap:.5rem}.back-button:hover{color:#c9967a;transform:none}.course-detail-hero{margin:0 auto 3.5rem;text-align:center}.course-detail-image-real{max-height:65vh;max-width:82%;width:auto;height:auto;display:block;margin:0 auto;border-radius:0;box-shadow:16px 20px #f5ede8}.course-detail-image-placeholder{width:100%;height:170px;border-radius:0}.course-placeholder-1{background:linear-gradient(160deg,#a8c4d8,#7a9cb8)}.course-placeholder-2{background:linear-gradient(160deg,#3a3a3a,#262626)}.course-placeholder-3{background:linear-gradient(160deg,#d4c0a0,#b09868)}.course-placeholder-4{background:linear-gradient(160deg,#b09070,#886848)}.course-detail-content{padding:0}.course-detail-title{font-family:Cormorant Garamond,Georgia,serif;font-size:3rem;font-weight:300;color:#262626;margin:0 0 .5rem;letter-spacing:3px;text-transform:uppercase;line-height:1.1}.course-detail-meta{display:flex;gap:1.5rem;margin-bottom:2rem;flex-wrap:wrap;align-items:center}.duration{font-size:.72rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#c9967a;display:flex;align-items:center;gap:.5rem}.course-detail-description{font-size:.95rem;color:#666;line-height:1.9;margin-bottom:3rem;text-align:justify;max-width:680px}.objectives-section{margin-bottom:3.5rem}.objectives-title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.6rem;font-weight:300;color:#262626;margin:0 0 2rem;letter-spacing:4px;text-transform:uppercase;position:relative;padding-bottom:1rem}.objectives-title:after{content:"";position:absolute;bottom:0;left:0;width:32px;height:1px;background-color:#c9967a}.objectives-list{list-style:none;padding:0}.objective-item{background:linear-gradient(135deg,#fafaf7,#f7f1ec);padding:1.25rem 1.75rem;margin-bottom:1rem;border-left:2px solid #C9967A;color:#666;line-height:1.75;font-size:.92rem;box-shadow:0 2px 12px #4a37280f;transition:box-shadow .3s ease,transform .3s ease}.objective-item:hover{box-shadow:0 6px 24px #4a37281f;transform:translate(4px)}.objective-item:before{content:"— ";color:#c9967a;font-weight:600}.portfolio-section{margin-top:4rem;padding-top:3rem;border-top:1px solid #EDE6DF}.portfolio-title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.6rem;font-weight:300;color:#262626;margin:0 0 2.5rem;letter-spacing:4px;text-transform:uppercase;position:relative;padding-bottom:1rem}.portfolio-title:after{content:"";position:absolute;bottom:0;left:0;width:32px;height:1px;background-color:#c9967a}.portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.portfolio-image-item{width:100%;min-height:300px;background:linear-gradient(160deg,#a8c4d8,#7a9cb8) center/cover no-repeat;border-radius:0;box-shadow:0 4px 20px #32231924;transition:box-shadow .35s ease,transform .35s ease;overflow:hidden;position:relative;cursor:pointer}.portfolio-image-item:hover{box-shadow:0 12px 36px #32231938;transform:translateY(-3px)}.portfolio-image-item:after{content:"Ver imagen";position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;justify-content:center;padding-bottom:1rem;color:#fff;font-size:.65rem;font-weight:700;letter-spacing:3px;text-transform:uppercase;background:linear-gradient(to top,rgba(20,12,8,.7) 0%,rgba(20,12,8,.15) 45%,transparent 100%);opacity:0;transition:opacity .35s ease}.portfolio-image-item:hover:after{opacity:1}.portfolio-image-item img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width: 768px){.course-detail-container{padding:2rem 1.5rem 3rem}.course-detail-hero{margin-bottom:2.5rem}.course-detail-image-real{max-width:90%;box-shadow:8px 10px #f5ede8}.course-detail-title{font-size:2rem;letter-spacing:2px}.portfolio-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 480px){.course-detail-title{font-size:1.7rem}.portfolio-grid{grid-template-columns:1fr}}.admin-login{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#f5f0e8,#e8dcc8)}.login-container{background-color:#fff;padding:3rem;border-radius:10px;box-shadow:0 10px 40px #0003;max-width:400px;width:90%}.login-title{text-align:center;color:#d4a373;margin-bottom:2rem;font-size:1.5rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#1a1a1a;font-size:.95rem}.form-group input[type=text],.form-group input[type=password],.form-group input[type=file],.form-group textarea{padding:.8rem;border:1px solid #ddd;border-radius:5px;font-family:inherit;font-size:1rem}.form-group input[type=text]:focus,.form-group input[type=password]:focus,.form-group input[type=file]:focus,.form-group textarea:focus{outline:none;border-color:#d4a373;box-shadow:0 0 5px #d4a3734d}.login-error{color:#e74c3c;font-size:.9rem;text-align:center}.login-button{padding:1rem;background-color:#d4a373;color:#fff;border:none;border-radius:5px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.login-button:hover{background-color:#8b7355;transform:translateY(-2px)}.admin-panel{min-height:100vh;background-color:#f5f5f5;position:relative}.admin-header{background-color:#1a1a1a;color:#fff;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center}.admin-header h1{margin:0;font-size:1.5rem}.logout-button{padding:.6rem 1.2rem;background-color:#d4a373;color:#fff;border:none;border-radius:5px;cursor:pointer;font-weight:600;transition:all .3s ease}.logout-button:hover{background-color:#8b7355}.admin-content{display:grid;grid-template-columns:250px 1fr;max-width:1400px;margin:0 auto;gap:0;min-height:calc(100vh - 60px)}.admin-sidebar{background-color:#fff;padding:2rem;border-right:1px solid #e0e0e0;position:sticky;top:0;height:fit-content;max-height:100vh;overflow-y:auto}.admin-sidebar h2{margin-top:0;color:#1a1a1a;font-size:1.2rem}.section-button{width:100%;padding:.8rem;margin-bottom:.5rem;background-color:#f5f5f5;border:1px solid #ddd;border-radius:5px;cursor:pointer;font-weight:500;color:#555;transition:all .3s ease;text-align:left}.section-button:hover{background-color:#efefef;border-color:#d4a373}.section-button.active{background-color:#d4a373;color:#fff;border-color:#d4a373}.admin-main{padding:2rem;background-color:#fff;margin:1rem;border-radius:8px;overflow-y:auto;max-height:calc(100vh - 80px)}.section-editor{max-width:600px}.section-editor h2{color:#1a1a1a;margin-top:0;margin-bottom:2rem}.section-editor h3{color:#1a1a1a;margin-top:2rem;margin-bottom:1rem;font-size:1.1rem}.section-editor .form-group{margin-bottom:1.5rem}.section-editor textarea{resize:vertical;min-height:100px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.preview-image{max-width:200px;max-height:200px;margin-top:1rem;border-radius:5px;display:block}.items-list{display:flex;flex-direction:column;gap:1rem}.item-card{background-color:#f9f9f9;padding:1.5rem;border-radius:5px;border-left:4px solid #d4a373;display:flex;justify-content:space-between;align-items:center}.item-card h3{margin-top:0;margin-bottom:0;color:#1a1a1a;flex:1}.item-card-actions{display:flex;gap:.5rem;flex-shrink:0}.item-card p{margin:.5rem 0;color:#666;font-size:.9rem}.item-editor{background-color:#f9f9f9;padding:1.5rem;border-radius:5px}.sub-item-card{background-color:#e8dcc8;padding:1rem;border-radius:5px;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center}.sub-item-card p{margin:0;flex:1}.sub-item-editor{background-color:#e8dcc8;padding:1rem;border-radius:5px;margin-bottom:1rem}.portfolio-upload{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;margin-bottom:1rem}.portfolio-item{position:relative;border-radius:5px;overflow:hidden;aspect-ratio:3/4;background-color:#f0f0f0}.portfolio-item img{width:100%;height:100%;object-fit:cover}.portfolio-delete{position:absolute;top:4px;right:4px;width:26px;height:26px;padding:0;border-radius:50%;font-size:.85rem;line-height:26px;text-align:center;margin-right:0;opacity:.85}.portfolio-item:hover .portfolio-delete{opacity:1}.upload-label{display:inline-block;background-color:#d4a373;color:#fff;padding:.7rem 1.2rem;border-radius:5px;cursor:pointer;font-weight:600;font-size:.9rem;margin-top:.5rem;transition:background-color .3s ease}.upload-label:hover{background-color:#b8895a}.upload-label input[type=file]{display:none}.no-section{text-align:center;color:#aaa;padding:4rem 2rem}.save-button-floating{position:fixed;bottom:2rem;right:2rem;padding:1rem 2rem;background-color:#27ae60;color:#fff;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;box-shadow:0 5px 20px #0000004d;animation:slideUp .3s ease;z-index:1000;transition:all .3s ease}.save-button-floating:hover{background-color:#229954;transform:translateY(-3px);box-shadow:0 8px 25px #0006}.edit-button,.delete-button,.add-button,.back-button{padding:.6rem 1rem;border:none;border-radius:5px;cursor:pointer;font-weight:600;font-size:.9rem;transition:all .3s ease;margin-right:.5rem}.edit-button{background-color:#3498db;color:#fff}.edit-button:hover{background-color:#2980b9}.delete-button{background-color:#e74c3c;color:#fff}.delete-button:hover{background-color:#c0392b}.add-button{background-color:#27ae60;color:#fff;width:100%;padding:.8rem;margin-bottom:1rem}.add-button:hover{background-color:#229954}.back-button{background-color:#95a5a6;color:#fff;margin-bottom:1rem}.back-button:hover{background-color:#7f8c8d}.uploading-indicator{position:fixed;bottom:2rem;right:2rem;background-color:#d4a373;color:#fff;padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;box-shadow:0 5px 20px #0000004d;z-index:1000;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(100px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 768px){.admin-content{grid-template-columns:1fr}.admin-sidebar{border-right:none;border-bottom:1px solid #e0e0e0;padding:1rem;position:relative;max-height:none}.admin-header{flex-direction:column;gap:1rem;text-align:center}.admin-header h1{font-size:1.2rem}.save-button-floating{bottom:1rem;right:1rem;left:1rem;width:calc(100% - 2rem)}.portfolio-upload{grid-template-columns:repeat(2,1fr)}}.app{width:100%;overflow-x:hidden}section{width:100%}.announcement-strip{background:linear-gradient(90deg,#0c0a08,#1e1814 40%,#1e1814 60%,#0c0a08);padding:.6rem 2rem;text-align:center;width:100%;position:relative;overflow:hidden}.announcement-strip:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 20%,rgba(201,150,122,.06) 50%,transparent 80%);pointer-events:none}.announcement-strip span{font-size:.58rem;font-weight:700;letter-spacing:4px;text-transform:uppercase;color:#fff}.section-title{font-family:Cormorant Garamond,Georgia,serif;font-size:2.2rem;font-weight:300;text-align:center;color:#262626;letter-spacing:6px;text-transform:uppercase;margin-bottom:2.5rem;line-height:1.1;position:relative;padding-bottom:1.2rem}.section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:1px;background:linear-gradient(90deg,transparent,#C9967A 30%,#C9967A 70%,transparent)}@media (max-width: 768px){.section-title{font-size:1.6rem;letter-spacing:4px;margin-bottom:2rem}}.container{max-width:1200px;margin:0 auto;padding:0 2rem}button{font-family:"Raleway",inherit;cursor:pointer;border:none;transition:all .3s ease}:root{--cream: #FAFAF7;--blush: #F5EDE8;--mist: #EDE6DF;--rose-gold: #C9967A;--rose-gold-dark: #A87C62;--mauve: #9B7585;--charcoal: #262626;--warm-mid: #7A6048;--text-muted: #888888;--border: #E8DED6}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Raleway,Segoe UI,sans-serif;color:var(--charcoal);background-color:#fff;line-height:1.75;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}
