.services h2{font-family:Calistoga,cursive;font-size:clamp(1.8rem, 3vw, 2.8rem);color:var(--color-text);margin-bottom:1.6rem}.quote-separator{padding:1rem 0 2rem;text-align:center;margin:3em auto 1rem;max-width:640px}.quote-separator p{position:relative;display:inline-block;padding-left:1rem;margin:0;font-family:'Young Serif',serif;font-style:italic;font-size:1.15rem;color:var(--color-paragraph)}.quote-separator p::before{content:'';position:absolute;left:0;top:0;bottom:0;width:4px;background-color:var(--color-text);border-radius:2px}.services{margin:3rem 0}.services .about h2{text-align:center}.services .features{position:relative;display:flex;flex-wrap:wrap;justify-content:center;gap:7rem}.features-icon{position:absolute;top:50%;left:50%;width:320px;height:320px;z-index:0;pointer-events:none;transform:translate(-50%,-50%)}.features-ring{position:absolute;top:50%;left:50%;width:460px;height:460px;z-index:-1;pointer-events:none;animation:shrink-ring 9s ease-in-out infinite}.features-ring circle{fill:none;stroke:var(--color-text);stroke-width:4;stroke-linecap:round;stroke-dasharray:100;stroke-dashoffset:100;animation:draw-circle 9s ease-in-out infinite}@keyframes draw-circle{0%{stroke-dashoffset:100}33.33%{stroke-dashoffset:0}100%{stroke-dashoffset:0}}@keyframes shrink-ring{0%{transform:translate(-50%,-50%) scale(1)}44%{transform:translate(-50%,-50%) scale(1)}78%{transform:translate(-50%,-50%) scale(0)}100%{transform:translate(-50%,-50%) scale(0)}}.services .feature-card{position:relative;z-index:1;flex:1 1 360px;max-width:420px}.feature-card__link{position:relative;z-index:1;display:inline-block;margin-top:.6rem;font-family:'Young Serif',serif;font-size:.95rem;font-weight:600;color:var(--color-text);text-decoration:underline;text-underline-offset:3px;transition:color .2s ease}.feature-card__link:hover{color:#7f0f23}.cta-section{text-align:center;padding:1rem 0 3rem}.portada-gallery{position:relative;margin:3rem 0 5rem;display:flex;flex-direction:column}.portada-snake{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.portada-snake stop{stop-color:var(--color-text)}.portada-snake path{fill:none;stroke:url(#portada-snake-gradient);stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:100;stroke-dashoffset:100}.portada-gallery.in-view .portada-snake path{animation:portada-snake-draw 15s linear forwards}@keyframes portada-snake-draw{to{stroke-dashoffset:0}}.portada-row{position:relative;z-index:1;display:flex;gap:3rem;min-height:520px;align-items:center}.portada-row:nth-child(2n){flex-direction:row-reverse}.portada-img{width:600px;height:400px;flex-shrink:0;object-fit:cover;object-position:center center;border-radius:var(--radius);box-shadow:0 4px 16px rgba(46,29,16,.12)}.portada-card-wrapper{flex:1;display:flex;align-items:center;justify-content:center;padding:1.5rem 2rem}@keyframes portada-from-left{from{opacity:0;transform:translateX(-100px)}to{opacity:1;transform:translateX(0)}}@keyframes portada-from-right{from{opacity:0;transform:translateX(100px)}to{opacity:1;transform:translateX(0)}}@keyframes portada-from-bottom{from{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}@keyframes portada-flower-pop{from{transform:scale(0);opacity:0}70%{transform:scale(1.2);opacity:1}to{transform:scale(1);opacity:1}}.portada-row:nth-child(odd) .portada-img{animation:portada-from-left .6s ease-out both;animation-play-state:paused}.portada-row:nth-child(odd) .quote-card{animation:portada-from-right .6s ease-out .15s both;animation-play-state:paused}.portada-row:nth-child(2n) .portada-img{animation:portada-from-right .6s ease-out both;animation-play-state:paused}.portada-row:nth-child(2n) .quote-card{animation:portada-from-left .6s ease-out .15s both;animation-play-state:paused}.portada-row .quote-card__flower{animation:portada-flower-pop .45s ease-out .5s both;animation-play-state:paused}.portada-row.in-view .portada-img,.portada-row.in-view .quote-card,.portada-row.in-view .quote-card__flower{animation-play-state:running}.portada-row .quote-card{position:relative;background:var(--color-bg-highlight);border:2.5px solid var(--color-text);padding:1.75rem 2.5rem;text-align:center;box-shadow:18px -18px 0 0 var(--color-box),18px -18px 0 2.5px #924519}.portada-row .quote-card p{font-family:Calistoga,cursive;font-size:clamp(1.1rem, 1.8vw, 1.25rem);color:var(--color-text);line-height:1.5;margin:0}.quote-card__flower{position:absolute;width:52px;height:52px;display:block;pointer-events:none;z-index:1}.quote-card__flower--tr{top:-21px;right:-17px}.quote-card__flower--bl{bottom:-21px;left:-17px}.portada-row:nth-child(2n) .quote-card__flower--tr{right:auto;left:-17px}.portada-row:nth-child(2n) .quote-card__flower--bl{left:auto;right:-17px}@media (max-width:950px){.portada-row{min-height:400px}.portada-row,.portada-row:nth-child(2n){flex-direction:column;gap:2rem;padding:1rem}.portada-img{width:100%;max-width:45rem;height:400px;margin:0 auto}.portada-gallery{margin:3rem 0 0}.portada-card-wrapper{width:90%;padding:1.5rem 1rem}}@media (max-width:450px){.portada-img{height:220px}}