@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Jost:wght@300;400;500;600&family=DM+Sans:wght@300;400;500&display=swap";:root{--cream:#f7f2ea;--cream-dark:#ede7da;--green-dark:#2d4a3e;--green-mid:#3d6b52;--green-light:#6b9b7a;--green-muted:#8fa888;--taupe:#b89870;--taupe-light:#d4bfa0;--warm-brown:#7d6b52;--text-dark:#1c1c1c;--text-body:#4a4a4a;--text-muted:#7a7a7a;--white:#fff;--shadow-sm:0 2px 12px #2d4a3e14;--shadow-md:0 8px 32px #2d4a3e1f;--shadow-lg:0 16px 48px #2d4a3e29;--radius-sm:4px;--radius-md:12px;--radius-lg:24px;--radius-full:999px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--cream);color:var(--text-dark);-webkit-font-smoothing:antialiased;font-family:DM Sans,sans-serif;line-height:1.6}h1,h2,h3,h4{font-family:Cormorant Garamond,serif;font-weight:500;line-height:1.2}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:1180px;margin:0 auto;padding:0 24px}.section-label{letter-spacing:.2em;text-transform:uppercase;color:var(--taupe);font-family:Jost,sans-serif;font-size:11px;font-weight:600}.divider-line{background:var(--taupe);width:48px;height:2px;margin:12px 0 24px}.btn-primary{background:var(--green-dark);color:var(--white);letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius-full);cursor:pointer;border:none;align-items:center;gap:8px;padding:14px 32px;font-family:Jost,sans-serif;font-size:13px;font-weight:500;transition:background .25s,transform .2s;display:inline-flex}.btn-primary:hover{background:var(--green-mid);transform:translateY(-1px)}.btn-outline{color:var(--green-dark);letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius-full);border:1.5px solid var(--green-dark);cursor:pointer;background:0 0;align-items:center;gap:8px;padding:13px 32px;font-family:Jost,sans-serif;font-size:13px;font-weight:500;transition:all .25s;display:inline-flex}.btn-outline:hover{background:var(--green-dark);color:var(--white)}@media (width<=768px){.container{padding:0 20px}}#root{min-height:100vh}.navbar{z-index:1000;padding:20px 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.navbar--scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f7f2eaf7;padding:14px 0;box-shadow:0 1px #2d4a3e1a}.navbar__inner{justify-content:space-between;align-items:center;display:flex}.navbar__brand{align-items:center;gap:10px;text-decoration:none;display:flex}.navbar__brand-name{flex-direction:column;gap:1px;display:flex}.brand-name-main{color:var(--green-dark);letter-spacing:.04em;font-family:Cormorant Garamond,serif;font-size:20px;font-weight:600;line-height:1}.brand-name-sub{letter-spacing:.25em;text-transform:uppercase;color:var(--taupe);font-family:Jost,sans-serif;font-size:9px;font-weight:500}.navbar__links{align-items:center;gap:36px;display:flex}.navbar__link{letter-spacing:.08em;color:var(--text-body);font-family:Jost,sans-serif;font-size:13px;font-weight:400;text-decoration:none;transition:color .2s;position:relative}.navbar__link:after{content:"";background:var(--green-dark);width:0;height:1px;transition:width .25s;position:absolute;bottom:-3px;left:0}.navbar__link:hover{color:var(--green-dark)}.navbar__link:hover:after{width:100%}.navbar__cta{padding:11px 24px;font-size:12px}.navbar__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.navbar__hamburger span{background:var(--green-dark);transform-origin:50%;width:24px;height:1.5px;transition:all .3s;display:block}.navbar__hamburger--open span:first-child{transform:translateY(6.5px)rotate(45deg)}.navbar__hamburger--open span:nth-child(2){opacity:0}.navbar__hamburger--open span:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}@media (width<=768px){.navbar__hamburger{display:flex}.navbar__links{background:var(--cream);border-top:1px solid var(--cream-dark);box-shadow:var(--shadow-md);flex-direction:column;align-items:center;gap:0;padding:16px 0 24px;display:none;position:absolute;top:100%;left:0;right:0}.navbar__links--open{display:flex}.navbar__link{text-align:center;border-bottom:1px solid var(--cream-dark);width:100%;padding:14px 0}.navbar__cta{margin-top:12px}}.hero{flex-direction:column;display:flex}.hero__image-block{width:100%;height:92vh;min-height:560px;position:relative;overflow:hidden}.hero__image-bg{background-image:url(/leyya-hero.png);background-position:100%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.hero__image-bg:after{content:"";background:linear-gradient(90deg,#f7f2eaf5 0%,#f7f2eacc 32%,#f7f2ea00 52%);position:absolute;inset:0}.hero__headline-wrap{z-index:1;position:absolute;top:50%;left:max(48px,50vw - 566px);transform:translateY(-50%)}.hero__headline{color:var(--text-dark);letter-spacing:-.01em;font-family:Cormorant Garamond,serif;font-size:clamp(56px,7vw,96px);font-weight:500;line-height:1.03}.hero__headline em{color:var(--green-dark);font-style:italic}.hero__below{background:var(--cream);border-top:1px solid var(--cream-dark);padding:40px 0}.hero__below-inner{justify-content:space-between;align-items:center;gap:48px;display:flex}.hero__below-left{flex-direction:column;gap:14px;max-width:480px;display:flex}.hero__sub{color:var(--text-body);margin:0;font-size:17px;line-height:1.7}.hero__badge{letter-spacing:.08em;color:var(--green-mid);border-radius:var(--radius-full);background:#3d6b5217;align-items:center;gap:8px;width:fit-content;padding:7px 14px;font-family:Jost,sans-serif;font-size:12px;font-weight:500;display:inline-flex}.hero__badge-dot{background:var(--green-mid);border-radius:50%;flex-shrink:0;width:6px;height:6px}.hero__below-right{flex-direction:column;flex-shrink:0;gap:16px;display:flex}.hero__actions{flex-wrap:wrap;gap:12px;display:flex}.hero__credentials{flex-wrap:wrap;justify-content:flex-end;gap:20px;display:flex}.hero__cred-item{color:var(--text-muted);letter-spacing:.04em;align-items:center;gap:6px;font-family:Jost,sans-serif;font-size:12px;font-weight:500;display:flex}.hero__cred-item svg{color:var(--green-light);flex-shrink:0}@media (width<=900px){.hero__below-inner{flex-direction:column;align-items:flex-start;gap:28px}.hero__credentials{justify-content:flex-start}}@media (width<=768px){.hero__image-block{height:75vh}.hero__image-bg{background-position:72%}.hero__image-bg:after{background:linear-gradient(90deg,#f7f2eaf7 0%,#f7f2ead9 40%,#f7f2ea1a 65%)}.hero__headline-wrap{left:20px;right:20px}}@media (width<=480px){.hero__image-block{height:65vh}.hero__actions{flex-direction:column}}.services{background:var(--white);padding:100px 0}.services__header{max-width:600px;margin-bottom:60px}.services__title{color:var(--text-dark);margin-bottom:16px;font-size:clamp(32px,4vw,44px)}.services__subtitle{color:var(--text-body);font-size:17px;line-height:1.7}.services__grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.service-card{background:var(--cream);border-radius:var(--radius-md);cursor:default;border:1px solid #0000;padding:32px 24px;transition:all .3s}.service-card:hover{background:var(--white);box-shadow:var(--shadow-md);border-color:#2d4a3e1f;transform:translateY(-4px)}.service-card__icon{border-radius:var(--radius-sm);width:48px;height:48px;color:var(--green-dark);background:#2d4a3e1a;justify-content:center;align-items:center;margin-bottom:20px;transition:background .3s;display:flex}.service-card__icon svg{width:22px;height:22px}.service-card:hover .service-card__icon{background:var(--green-dark);color:var(--white)}.service-card__title{color:var(--text-dark);margin-bottom:10px;font-family:Cormorant Garamond,serif;font-size:20px;font-weight:600}.service-card__desc{color:var(--text-muted);font-size:14px;line-height:1.65}@media (width<=1100px){.services__grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.services{padding:72px 0}.services__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.services__grid{grid-template-columns:1fr}}.about{background:var(--cream);padding:100px 0}.about__inner{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.about__visual{flex-direction:column;gap:24px;display:flex}.about__card--main{background:var(--green-dark);border-radius:var(--radius-lg);padding:40px;position:relative;overflow:hidden}.about__card-accent{background:#ffffff0f;border-radius:50%;width:160px;height:160px;position:absolute;top:-40px;right:-40px}.about__card-content{z-index:1;position:relative}.about__quote{color:var(--white);margin-bottom:24px;font-family:Cormorant Garamond,serif;font-size:22px;font-style:italic;font-weight:400;line-height:1.6}.about__quote-attr{flex-direction:column;gap:2px;display:flex}.about__quote-name{color:var(--taupe-light);letter-spacing:.04em;font-family:Jost,sans-serif;font-size:14px;font-weight:600}.about__quote-title{color:#ffffff80;letter-spacing:.08em;font-size:12px}.about__badges{gap:16px;display:flex}.about__badge-item{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);flex:1;align-items:center;gap:12px;padding:18px 20px;display:flex}.about__badge-icon{border-radius:var(--radius-sm);width:36px;height:36px;color:var(--green-dark);background:#2d4a3e1a;flex-shrink:0;justify-content:center;align-items:center;display:flex}.about__badge-icon svg{width:18px;height:18px}.about__badge-num{color:var(--green-dark);font-family:Jost,sans-serif;font-size:13px;font-weight:600}.about__badge-sub{color:var(--text-muted);margin-top:1px;font-size:11px}.about__title{color:var(--text-dark);margin-bottom:24px;font-size:clamp(32px,4vw,44px)}.about__text{color:var(--text-body);margin-bottom:16px;font-size:16px;line-height:1.75}.about__highlights{grid-template-columns:1fr 1fr;gap:12px 24px;margin:28px 0 36px;display:grid}.about__highlight-item{color:var(--text-body);align-items:center;gap:10px;font-size:14px;display:flex}.about__highlight-item svg{color:var(--green-mid);flex-shrink:0}.about__cta{align-self:flex-start}@media (width<=960px){.about__inner{grid-template-columns:1fr;gap:48px}}@media (width<=480px){.about{padding:72px 0}.about__highlights{grid-template-columns:1fr}.about__badges{flex-direction:column}}.why-us{background:var(--white);padding:100px 0;position:relative}.why-us__bg-strip{background:var(--cream);z-index:0;height:50%;position:absolute;top:0;left:0;right:0}.why-us .container{z-index:1;position:relative}.why-us__header{max-width:580px;margin-bottom:56px}.why-us__title{color:var(--text-dark);margin-bottom:16px;font-size:clamp(32px,4vw,44px)}.why-us__subtitle{color:var(--text-body);font-size:17px;line-height:1.7}.why-us__grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.why-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid #2d4a3e0f;gap:20px;padding:28px;transition:all .3s;display:flex}.why-card:hover{box-shadow:var(--shadow-md);border-color:#2d4a3e24;transform:translateY(-3px)}.why-card__icon{border-radius:var(--radius-sm);width:44px;height:44px;color:var(--green-dark);background:#2d4a3e14;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex}.why-card__icon svg{width:20px;height:20px}.why-card:hover .why-card__icon{background:var(--green-dark);color:var(--white)}.why-card__title{color:var(--text-dark);margin-bottom:8px;font-family:Cormorant Garamond,serif;font-size:19px;font-weight:600}.why-card__desc{color:var(--text-muted);font-size:14px;line-height:1.65}@media (width<=960px){.why-us__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.why-us{padding:72px 0}.why-us__grid{grid-template-columns:1fr}.why-card{flex-direction:row}}.contact{background:var(--green-dark);color:var(--white);padding:100px 0}.contact__inner{grid-template-columns:1fr 1fr;align-items:start;gap:80px;display:grid}.contact .section-label{color:var(--taupe-light)}.contact .divider-line{background:var(--taupe)}.contact__title{color:var(--white);margin-bottom:16px;font-size:clamp(32px,4vw,44px)}.contact__intro{color:#ffffffb8;margin-bottom:40px;font-size:17px;line-height:1.7}.contact__details{flex-direction:column;gap:20px;margin-bottom:36px;display:flex}.contact__detail{color:inherit;border-radius:var(--radius-md);cursor:default;background:#ffffff12;border:1px solid #ffffff1a;align-items:flex-start;gap:16px;padding:18px 20px;text-decoration:none;transition:all .25s;display:flex}a.contact__detail:hover{cursor:pointer;background:#ffffff1f;border-color:#fff3}.contact__detail-icon{border-radius:var(--radius-sm);width:40px;height:40px;color:var(--taupe-light);background:#ffffff1f;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact__detail-icon svg{width:18px;height:18px}.contact__detail-label{letter-spacing:.12em;text-transform:uppercase;color:#ffffff80;margin-bottom:4px;font-family:Jost,sans-serif;font-size:11px;font-weight:500}.contact__detail-value{color:var(--white);font-size:15px;font-weight:500}.contact__detail-sub{color:#ffffff80;margin-top:2px;font-size:13px}.contact__social{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.contact__social-label{letter-spacing:.1em;color:#ffffff80;font-family:Jost,sans-serif;font-size:12px}.contact__social-links{gap:10px;display:flex}.contact__social-btn{border-radius:var(--radius-full);color:var(--white);background:#ffffff1a;border:1px solid #ffffff26;align-items:center;gap:8px;padding:9px 18px;font-family:Jost,sans-serif;font-size:13px;font-weight:500;text-decoration:none;transition:all .25s;display:flex}.contact__social-btn svg{width:16px;height:16px}.contact__social-btn:hover{background:#ffffff2e;border-color:#ffffff4d}.contact__map-wrap{flex-direction:column;gap:20px;display:flex}.contact__credentials-card{border-radius:var(--radius-md);background:#ffffff0f;border:1px solid #ffffff1a;padding:24px}.contact__cred-title{color:var(--white);margin-bottom:16px;font-family:Cormorant Garamond,serif;font-size:18px;font-weight:600}.contact__cred-items{flex-direction:column;gap:10px;display:flex}.contact__cred-row{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding-bottom:10px;display:flex}.contact__cred-row:last-child{border-bottom:none;padding-bottom:0}.contact__cred-key{color:#ffffff80;font-size:13px}.contact__cred-val{color:var(--taupe-light);letter-spacing:.04em;font-family:Jost,sans-serif;font-size:13px;font-weight:600}.contact__map-container{border-radius:var(--radius-md);overflow:hidden;box-shadow:0 8px 32px #0000004d}.contact__whatsapp{background:#25d366;justify-content:center;width:100%;padding:16px;font-size:15px}.contact__whatsapp:hover{background:#1ebe5d}@media (width<=960px){.contact__inner{grid-template-columns:1fr;gap:48px}}@media (width<=600px){.contact{padding:72px 0}}.footer{color:#ffffffa6;background:#1a2e26}.footer__inner{grid-template-columns:1.4fr 1fr 1fr 1.4fr;gap:48px;padding-top:64px;padding-bottom:56px;display:grid}.footer__brand-name{color:var(--white);letter-spacing:.02em;margin-bottom:2px;font-family:Cormorant Garamond,serif;font-size:24px;font-weight:600;line-height:1}.footer__brand-sub{letter-spacing:.25em;text-transform:uppercase;color:var(--taupe);margin-bottom:16px;font-family:Jost,sans-serif;font-size:10px;font-weight:500}.footer__brand-tag{color:#fff6;max-width:220px;font-family:Cormorant Garamond,serif;font-size:15px;font-style:italic;line-height:1.6}.footer__col-title{letter-spacing:.18em;text-transform:uppercase;color:var(--taupe-light);margin-bottom:16px;font-family:Jost,sans-serif;font-size:11px;font-weight:600}.footer__nav{flex-direction:column;gap:10px;display:flex}.footer__nav-link{color:#ffffff8c;font-size:14px;text-decoration:none;transition:color .2s}.footer__nav-link:hover{color:var(--white)}.footer__contact-list{flex-direction:column;gap:12px;display:flex}.footer__contact-item{color:#ffffff8c;align-items:flex-start;gap:10px;font-size:13px;line-height:1.4;text-decoration:none;transition:color .2s;display:flex}a.footer__contact-item:hover{color:var(--white)}.footer__contact-item svg{width:14px;height:14px;color:var(--taupe);flex-shrink:0;margin-top:2px}.footer__bottom{border-top:1px solid #ffffff12}.footer__bottom-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:20px;padding-bottom:24px;display:flex}.footer__copy{color:#ffffff4d;letter-spacing:.02em;font-size:12px}@media (width<=960px){.footer__inner{grid-template-columns:1fr 1fr;gap:36px}}@media (width<=560px){.footer__inner{grid-template-columns:1fr;gap:32px;padding-top:48px;padding-bottom:40px}.footer__bottom-inner{text-align:center;flex-direction:column}}
