:root{--bg: #f8f6f2;--surface: #ffffff;--text: #2f2923;--muted: #6b6259;--brand: #b7863a;--brand-dark: #926929;--border: #e8dfd2;--radius: 16px}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}a{color:inherit;text-decoration:none}.container{width:min(1120px,92vw);margin:0 auto}.header{position:relative;min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(#221c169e,#221c169e),url(/images/header-bg.jpg) center / cover;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid rgb(255 255 255 / 22%)}.nav{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:1rem;position:relative}.brand{font-size:1rem;font-weight:800;color:#fff}.menu{display:none;gap:1rem;font-size:.93rem}.menu-toggle{width:42px;height:42px;border-radius:10px;border:1px solid rgb(255 255 255 / 45%);background:#ffffff1a;display:inline-flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;cursor:pointer}.menu-toggle span{width:18px;height:2px;background:#fff;border-radius:999px;transition:transform .2s ease,opacity .2s ease}.menu-toggle.is-open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.menu-toggle.is-open span:nth-child(2){opacity:0}.menu-toggle.is-open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.menu.is-open{position:absolute;right:0;top:60px;width:min(240px,82vw);padding:.7rem;border-radius:14px;border:1px solid rgb(255 255 255 / 26%);background:#1a1410eb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;flex-direction:column;gap:.3rem;z-index:50}.menu.is-open a{padding:.55rem .7rem;border-radius:9px}.menu.is-open a:hover{background:#ffffff1a}.menu a{color:#e8e8e8}.menu a:hover{color:#fff}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid transparent;background:var(--brand);color:#fff;font-weight:700;padding:.75rem 1.25rem;transition:.2s ease}.btn:hover{background:var(--brand-dark)}.btn-ghost{background:transparent;color:var(--brand-dark);border-color:var(--brand)}.btn-ghost:hover{background:#f8f0df}.hero .btn-ghost{background:#ffffff24;color:#fff7e8;border-color:#ffffff8c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.hero .btn-ghost:hover{background:#ffffff42;color:#fff;border-color:#ffffffc7}.hero{flex:1;display:flex;align-items:center;padding:2.5rem 0 3rem}.hero-grid{display:grid;gap:1.2rem}.kicker{margin:0 0 .6rem;color:#f4dcc2;font-weight:700;font-size:.92rem}h1{margin:0;font-size:clamp(1.8rem,6vw,3rem);line-height:1.12;color:#fff}.hero-text{color:#efe7dc;font-size:1.05rem;margin-top:1rem}.hero-actions{margin-top:1.25rem;display:flex;flex-wrap:wrap;gap:.7rem}.section{padding:3rem 0}.section-soft{background:#f3efe8}.section-title{margin:0 0 1rem;font-size:clamp(1.35rem,5vw,2rem)}.grid{display:grid;gap:1rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem}.card h3{margin:0 0 .35rem;font-size:1.03rem}.card p{margin:0;color:var(--muted)}.service-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column}.service-card img{width:100%;height:175px;object-fit:cover;display:block}.service-body{padding:.95rem 1rem 1.1rem;display:flex;flex-direction:column;gap:.35rem;flex:1}.service-body h3{margin:0 0 .35rem}.service-body p{margin:0;color:var(--muted)}.testimonials strong{display:block;margin-top:.7rem;color:var(--text)}.testimonials-head{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin-bottom:.9rem}.carousel-controls{display:flex;gap:.5rem}.carousel-controls button{width:34px;height:34px;border-radius:999px;border:1px solid #dccfb9;background:#fffaf1;color:#6b4c1d;cursor:pointer;font-weight:700}.testimonials-carousel{min-height:220px}.testimonials-carousel.is-draggable{cursor:grab;-webkit-user-select:none;user-select:none}.testimonials-carousel.is-draggable:active{cursor:grabbing}.testimonial-card{border-radius:16px;box-shadow:0 8px 20px #3f2c1212;display:flex;flex-direction:column}.stars{display:flex;align-items:center;gap:.18rem;margin-bottom:.55rem}.star{color:#d8d3ca;font-size:.95rem;line-height:1}.star.is-filled{color:#c5923f}.stars small{margin-left:.3rem;color:#776a58;font-weight:700}.testimonial-meta{margin-top:auto;padding-top:.7rem;border-top:1px solid #e5ddd0;display:flex;align-items:center;justify-content:space-between;gap:.6rem}.testimonial-meta span{color:#7f7465;font-size:.85rem}.testimonial-card p{display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;min-height:6em}.carousel-dots{margin-top:.8rem;display:flex;justify-content:center;gap:.4rem}.carousel-dots button{width:8px;height:8px;border-radius:999px;border:0;background:#d4c6af;cursor:pointer}.carousel-dots button.is-active{width:20px;background:linear-gradient(90deg,#d1a054,#b7863a)}.about-showcase{display:grid;gap:1.5rem}.about-content p{color:var(--muted);margin:0 0 .9rem}.about-points{display:grid;gap:.85rem;margin-top:1rem}.about-point{display:flex;align-items:flex-start;gap:.8rem}.about-point h3{margin:0 0 .2rem;color:#3d3428}.about-point p{margin:0;color:var(--muted)}.about-icon{width:40px;height:40px;border-radius:10px;background:linear-gradient(90deg,#d1a054,#b7863a);color:#fff;display:grid;place-items:center;flex-shrink:0;box-shadow:0 8px 16px #b7863a3d}.about-icon svg{width:20px;height:20px}.values{grid-template-columns:repeat(1,minmax(0,1fr));gap:.55rem}.values-section{background:linear-gradient(#1f181294,#1f181294),url(/images/values-bg.jpg) center / cover}.values-showcase{border:1px solid rgb(255 255 255 / 22%);border-radius:20px;padding:1.1rem;background:#f8f4eddb;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.values-header{margin-bottom:1rem}.values-kicker{margin:0 0 .35rem;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;color:var(--brand-dark);font-weight:700}.values-header p{margin:0;color:#5f554b;max-width:64ch}.value-row{display:block;align-items:start;padding:.8rem .1rem .95rem;border-bottom:1px solid #d8ccbb}.value-row h3{margin:0 0 .35rem;font-size:1.04rem;color:#302821}.value-row p{margin:0;color:#655c53}.faq-kicker{margin:0 0 .35rem;font-size:.9rem;letter-spacing:.08em;text-transform:uppercase;color:var(--brand-dark);font-weight:700}.faq-intro{margin:0 0 1.1rem;color:var(--muted);max-width:70ch}.faq-list{display:grid;gap:.8rem}.faq-item{background:linear-gradient(180deg,#fff,#fcfaf6);border:1px solid #e4dacb;border-radius:16px;padding:.95rem 1.05rem;box-shadow:0 8px 20px #422c110f;transition:border-color .2s ease,transform .2s ease}.faq-item[open]{border-color:#d7bf96}.faq-item summary{cursor:pointer;font-weight:700;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:.8rem;color:#2f2923}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"";width:22px;height:22px;border-radius:999px;background:#efe2cc;color:#7f5a22;display:grid;place-items:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 14l5-5 5 5' stroke='%237f5a22' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:14px 14px;flex-shrink:0}.faq-item[open] summary:after{background:#dcc29a;color:#4d3410;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10l5 5 5-5' stroke='%234d3410' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.faq-item p{margin:.65rem 0 0;color:var(--muted);padding-right:.25rem}.cta{padding-top:.5rem}.cta-content{background:linear-gradient(135deg,#2f2923,#3c332a 45%,#201b16);color:#fff;border-radius:22px;padding:1.5rem;border:1px solid rgb(255 255 255 / 12%);box-shadow:0 16px 30px #15100c33}.contact-kicker{color:#d9b277;font-size:.95rem;font-weight:500}.cta-content h2{margin-top:.2rem;margin-bottom:.5rem;font-size:clamp(1.45rem,4.8vw,2rem);letter-spacing:.2px;color:#fff}.cta-content p{color:#ece3d8;max-width:62ch;margin-bottom:1rem}.cta-layout{display:grid;gap:1.1rem}.contact-grid{margin:.15rem 0 0;display:grid;gap:.85rem}.contact-item{display:flex;align-items:flex-start;gap:.8rem}.contact-icon{width:44px;height:44px;border-radius:10px;background:linear-gradient(90deg,#d1a054,#b7863a);color:#fff;display:grid;place-items:center;flex-shrink:0;box-shadow:0 8px 16px #b7863a4d}.contact-icon svg{width:21px;height:21px}.contact-item h3{margin:0;color:#f8e6cb;font-size:1.05rem}.contact-item p{margin:.15rem 0 0;color:#ece3d8}.contact-link{color:#f3dfbe;text-decoration:underline;text-underline-offset:3px}.contact-link:hover{color:#fff3dc}.cta-content .btn{background:linear-gradient(90deg,#d1a054,#b7863a);color:#20180f;font-weight:800;border:0;padding:.78rem 1.35rem}.cta-content .btn:hover{background:linear-gradient(90deg,#d9ae68,#c0934a)}.footer{padding:1.2rem 0 0rem}.footer-content{display:flex;gap:.4rem 1rem;align-items:center;justify-content:center;flex-wrap:wrap;color:var(--muted);text-align:center}@media(min-width:768px){.menu-toggle{display:none}.menu{display:flex;position:static;width:auto;padding:0;border:0;border-radius:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.hero{padding:3.3rem 0}.hero-grid{grid-template-columns:minmax(0,1fr);max-width:740px}.services{grid-template-columns:repeat(2,minmax(0,1fr))}.values{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:1.4rem;row-gap:.4rem}.values-showcase{padding:1.5rem}.testimonials,.testimonials-carousel{grid-template-columns:repeat(2,minmax(0,1fr))}.cta-content{padding:2.1rem}.cta-layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:1.8rem}.contact-grid{margin-top:.4rem}}@media(min-width:1024px){.services{grid-template-columns:repeat(4,minmax(0,1fr))}.values{grid-template-columns:repeat(4,minmax(0,1fr));column-gap:1rem}.testimonials,.testimonials-carousel{grid-template-columns:repeat(3,minmax(0,1fr))}}
