@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500&family=DM+Sans:wght@300;400;500;600&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--beige:#f6f6fb;--nude:#eef0c4;--arena:#a4aac8;--gris:#8b90ad;--terra:#7f86aa;--terra-dark:#5d6386;--text:#25242b;--text-light:#5f6172;--white:#fff}html{scroll-behavior:smooth}body{background:var(--beige);color:var(--text);font-family:DM Sans,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f6f6fbeb;border-bottom:1px solid #7f86aa2e;justify-content:space-between;align-items:center;padding:1.2rem 5%;transition:box-shadow .3s;display:flex;position:fixed;top:0;left:0;right:0}nav.scrolled{box-shadow:0 2px 24px #00000012}.nav-logo{color:var(--terra);letter-spacing:.02em;align-items:center;gap:.75rem;font-family:Playfair Display,serif;font-size:1.1rem;font-weight:500;display:inline-flex}.brand-mark{background:var(--terra);width:2.6rem;height:2.6rem;color:var(--nude);border:1px solid #eef0c4e6;border-radius:50%;justify-content:center;align-items:center;font-family:Playfair Display,serif;font-size:1rem;line-height:1;display:inline-flex;box-shadow:0 8px 22px #5d638624}.brand-text{flex-direction:column;gap:.1rem;line-height:1.05;display:flex}.brand-text small{color:var(--text-light);letter-spacing:.04em;font-family:DM Sans,sans-serif;font-size:.68rem;font-weight:500}.nav-links{align-items:center;gap:2rem;list-style:none;display:flex}.nav-links a{letter-spacing:.08em;text-transform:uppercase;color:var(--text-light);font-size:.82rem;font-weight:500;transition:color .25s}.nav-links a:hover{color:var(--terra)}.nav-cta{background:var(--terra);border-radius:2rem;padding:.5rem 1.2rem;color:var(--white)!important;font-weight:500!important;transition:background .25s!important}.nav-cta:hover{background:var(--terra-dark)!important}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.hamburger span{background:var(--terra);border-radius:2px;width:22px;height:2px;transition:all .3s;display:block}#hero{grid-template-columns:1fr 1fr;min-height:100vh;padding-top:80px;display:grid}.hero-left{flex-direction:column;justify-content:center;padding:6rem 6% 6rem 8%;display:flex;position:relative}.hero-left:after{content:"";background:linear-gradient(to bottom, transparent, var(--arena), transparent);width:1px;position:absolute;top:15%;bottom:15%;right:0}.hero-eyebrow,.section-tag{letter-spacing:.18em;text-transform:uppercase;color:var(--terra);align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:.75rem;font-weight:500;display:flex}.hero-eyebrow:before,.section-tag:before{content:"";background:var(--terra);width:2rem;height:1px;display:inline-block}.hero-title{color:var(--text);margin-bottom:1.8rem;font-family:Playfair Display,serif;font-size:clamp(2.8rem,5vw,4.5rem);font-weight:400;line-height:1.12}.hero-title em{color:var(--terra);font-style:italic}.hero-sub{color:var(--text-light);max-width:460px;margin-bottom:3rem;font-size:1.05rem;font-weight:300;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.btn-primary,.btn-outline{letter-spacing:.03em;border-radius:3rem;align-items:center;gap:.6rem;padding:.85rem 2rem;font-size:.9rem;transition:background .25s,transform .2s,border-color .25s,color .25s;display:inline-flex}.btn-primary{background:var(--terra);color:var(--white);font-weight:500}.btn-primary:hover{background:var(--terra-dark);transform:translateY(-2px)}.btn-outline{border:1.5px solid var(--arena);color:var(--text);font-weight:400}.btn-outline:hover{border-color:var(--terra);color:var(--terra);transform:translateY(-2px)}.hero-right{background:0 0;position:relative;overflow:hidden}.hero-img{object-fit:cover;object-position:center;filter:saturate(.92);width:100%;height:100%;position:absolute;inset:0}.hero-deco{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-left:3px solid var(--terra);background:#f6f6fbe6;border-radius:0 .5rem .5rem 0;padding:1rem 1.5rem;position:absolute;bottom:2rem;left:2rem}.hero-deco p{color:var(--text-light);letter-spacing:.05em;font-size:.75rem}.hero-deco strong{color:var(--text);font-size:.85rem}section{padding:6rem 8%}.section-title{color:var(--text);margin-bottom:1rem;font-family:Playfair Display,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:400;line-height:1.2}#sobre{background:var(--white);max-width:1120px;margin:0 auto;padding:6rem 8%}.sobre-content{max-width:900px}.sobre-content .section-tag:not(:first-child){margin-top:2.4rem}.sobre-text{color:var(--text-light);margin-bottom:1.2rem;font-size:1rem;font-weight:300;line-height:1.8}.sobre-pillars{flex-direction:column;gap:1.2rem;margin-top:2.2rem;display:flex}.pillar{background:var(--beige);border-left:3px solid var(--terra);border-radius:.75rem;align-items:flex-start;gap:1rem;padding:1.2rem 1.5rem;display:flex}.pillar-mark{width:2.2rem;min-width:2.2rem;color:var(--terra);letter-spacing:.04em;flex-shrink:0;padding-top:.1rem;font-family:Playfair Display,serif;font-size:1.1rem;font-weight:500}.pillar-body h4{color:var(--text);margin-bottom:.2rem;font-size:.9rem;font-weight:500}.pillar-body p{color:var(--text-light);font-size:.82rem;font-weight:300;line-height:1.5}#servicios{background:#fcfaf7}.servicios-header{grid-template-columns:1fr 1fr;align-items:end;gap:2rem;margin-bottom:3.5rem;display:grid}.servicios-intro{color:var(--text-light);align-self:end;font-size:1rem;font-weight:300;line-height:1.7}.servicios-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.servicio-card{background:var(--white);cursor:default;border:1px solid var(--nude);border-radius:1rem;padding:2rem 1.8rem;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 2px 12px #5d638614}.servicio-card:before{content:"";background:var(--terra);transform-origin:0;height:3px;transition:transform .35s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.servicio-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #5d63861f}.servicio-card:hover:before{transform:scaleX(1)}.servicio-icon{background:var(--beige);width:3rem;height:3rem;color:var(--terra);border-radius:.75rem;justify-content:center;align-items:center;margin-bottom:1.2rem;display:flex}.servicio-icon svg{width:1.4rem;height:1.4rem}.servicio-card:nth-child(2) .servicio-icon,.servicio-card:nth-child(4) .servicio-icon,.servicio-card:nth-child(7) .servicio-icon{background:var(--nude)}.servicio-card:nth-child(3) .servicio-icon,.servicio-card:nth-child(6) .servicio-icon,.servicio-card:nth-child(9) .servicio-icon{background:var(--arena);opacity:.85}.servicio-card h3{color:var(--text);margin-bottom:.6rem;font-family:Playfair Display,serif;font-size:1rem;font-weight:500;line-height:1.3}.servicio-card p{color:var(--text-light);font-size:.82rem;font-weight:300;line-height:1.6}#resenas{background:var(--white)}.resenas-head{justify-content:space-between;align-items:end;gap:2rem;margin-bottom:2.5rem;display:flex}.resenas-summary{color:var(--text);white-space:nowrap;align-items:center;gap:.8rem;display:flex}.resenas-score{font-family:Playfair Display,serif;font-size:2rem;line-height:1}.resenas-stars{color:#d6b84c;letter-spacing:.08em;font-size:.95rem}.resenas-count{color:var(--text-light);margin-top:.15rem;font-size:.76rem;display:block}.resenas-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;display:grid}.resena-card{border:1px solid var(--nude);background:var(--beige);border-radius:.5rem;margin:0;padding:1.8rem}.resena-card blockquote{color:var(--text);margin:0;font-family:Playfair Display,serif;font-size:1.08rem;line-height:1.6}.resena-card-stars{margin-bottom:1rem;font-size:1.05rem}.resena-card figcaption{color:var(--terra);letter-spacing:.12em;text-transform:uppercase;margin-top:1.25rem;font-size:.72rem;font-weight:600}.resenas-link{color:var(--terra);border-bottom:1px solid;align-items:center;gap:.45rem;margin-top:1.8rem;padding-bottom:.2rem;font-size:.85rem;font-weight:600;display:inline-flex}#contacto{background:var(--terra);text-align:center}#contacto .section-tag{color:var(--white);justify-content:center;margin-bottom:1rem}#contacto .section-tag:before{display:none}#contacto .section-title{color:var(--white)}.contacto-sub{color:#ffffffd9;max-width:520px;margin:0 auto 3rem;font-size:1rem;font-weight:300;line-height:1.7}.contacto-cards{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:1rem;display:flex}.contacto-card{background:var(--white);border:1px solid #0000;border-radius:1rem;flex-direction:column;align-items:center;gap:.75rem;min-width:210px;padding:2rem 2.5rem;transition:transform .25s,box-shadow .25s;display:flex}.contacto-card:hover{border-color:var(--arena);transform:translateY(-4px);box-shadow:0 12px 32px #5c3f302e}.contacto-card-icon{background:var(--beige);width:3rem;height:3rem;color:var(--terra);border-radius:50%;justify-content:center;align-items:center;display:flex}.contacto-card-icon svg{width:1.3rem;height:1.3rem}.contacto-card span{letter-spacing:.1em;text-transform:uppercase;color:var(--text-light);font-size:.75rem;font-weight:500}.contacto-card strong{color:var(--text);font-size:.95rem;font-weight:400}#formulario{background:var(--beige);text-align:center}#formulario .section-tag{justify-content:center;margin-bottom:1rem}#formulario .section-tag:before{display:none}.form-sub{color:var(--text-light);margin-bottom:2.5rem;font-weight:300}.form-wrap{background:var(--white);text-align:left;border-radius:1rem;max-width:820px;margin:0 auto;padding:2.5rem;box-shadow:0 18px 44px #5d63861f}.form-row{grid-template-columns:1fr 1fr;gap:1.2rem;display:grid}.form-group{margin-bottom:1.2rem}label{color:var(--text);margin-bottom:.45rem;font-size:.82rem;font-weight:500;display:block}input,select,textarea{border:1px solid var(--nude);width:100%;color:var(--text);background:#fff;border-radius:.75rem;outline:none;padding:.9rem 1rem;font-family:DM Sans,sans-serif;font-size:.92rem;transition:border-color .2s,box-shadow .2s}input:focus,select:focus,textarea:focus{border-color:var(--terra);box-shadow:0 0 0 3px #5d63861f}textarea{resize:vertical;min-height:140px}.form-submit{cursor:pointer;background:var(--terra);color:var(--white);border:none;border-radius:3rem;justify-content:center;align-items:center;gap:.6rem;padding:.9rem 2rem;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:500;transition:background .25s,transform .2s;display:inline-flex}.form-submit:hover{background:var(--terra-dark);transform:translateY(-2px)}footer{color:#fff9;background:#2e2a27;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:3rem 8%;display:flex}.footer-brand{color:var(--white);margin-bottom:.3rem;font-family:Playfair Display,serif;font-size:1.1rem}footer p{font-size:.8rem}.footer-links{gap:1.5rem;display:flex}.footer-links a{color:#ffffff80;font-size:.8rem;transition:color .25s}.footer-links a:hover{color:var(--nude)}@media (max-width:900px){nav{padding:1rem 5%}.nav-links{display:none}.hamburger{display:flex}nav.menu-open .nav-links{border-top:1px solid var(--nude);z-index:200;background:#f5efe7fa;flex-direction:column;gap:1.2rem;padding:1.5rem 6%;display:flex;position:absolute;top:100%;left:0;right:0}#hero{grid-template-rows:auto auto;grid-template-columns:1fr;min-height:auto;padding-top:64px}.hero-right{order:-1;height:70vw;max-height:460px}.hero-left{text-align:center;align-items:center;padding:2.5rem 6% 3rem}.hero-left:after,.hero-eyebrow:before{display:none}.hero-eyebrow{justify-content:center}.hero-sub{max-width:100%}.hero-actions{justify-content:center}.hero-deco{display:none}.servicios-header{grid-template-columns:1fr;gap:1rem}.servicios-grid{grid-template-columns:repeat(2,1fr)}.resenas-head{flex-direction:column;align-items:flex-start}.resenas-grid,.form-row{grid-template-columns:1fr}.form-wrap{padding:2rem 1.5rem}}@media (max-width:600px){section{padding:3.5rem 5%}.hero-right{height:80vw;max-height:380px}.hero-title{font-size:2.2rem}.hero-actions{flex-direction:column;align-items:stretch}.btn-primary,.btn-outline{justify-content:center}#sobre{padding:3.5rem 5%}.servicios-grid{grid-template-columns:1fr}.contacto-cards{flex-direction:column;align-items:stretch}.contacto-card{padding:1.5rem}footer{text-align:center;flex-direction:column;gap:1.2rem}}
