*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}html,body,#root{min-height:100%;width:100%}body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f7f4ef;color:#1f1f1f}img{max-width:100%}button,a{font:inherit}.App{min-height:100vh;background:#f7f4ef;color:#1f1f1f}.navbar{position:sticky;top:0;z-index:100;display:flex;justify-content:center;gap:2rem;padding:1rem 1.5rem;background:#ffffffe0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.08)}.navbar a{position:relative;color:#333;text-decoration:none;font-weight:600;font-size:.95rem;transition:color .2s ease}.navbar a:after{content:"";position:absolute;left:0;bottom:-.35rem;width:0;height:2px;background:#8f6f4e;transition:width .2s ease}.navbar a:hover,.navbar a.active{color:#8f6f4e}.navbar a.active:after,.navbar a:hover:after{width:100%}.hero{min-height:calc(100vh - 64px);display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:3rem;padding:4rem clamp(1.5rem,5vw,5rem);background:radial-gradient(circle at top left,rgba(143,111,78,.25),transparent 35%),linear-gradient(135deg,#f7f4ef,#e8dfd2)}.hero-content{max-width:620px}.eyebrow{margin-bottom:.75rem;color:#8f6f4e;font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.hero h1{margin-bottom:1.25rem;font-size:clamp(2.5rem,6vw,5rem);line-height:.95;letter-spacing:-.05em}.hero-text{max-width:540px;color:#555;font-size:1.12rem;line-height:1.7}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:.8rem 1.25rem;border-radius:999px;text-decoration:none;font-weight:700;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.button:hover{transform:translateY(-2px)}.button.primary{background:#1f1f1f;color:#fff;box-shadow:0 12px 30px #1f1f1f2e}.button.secondary{background:#fff;color:#1f1f1f;border:1px solid rgba(0,0,0,.1)}.carousel-shell{position:relative;width:100%;overflow:hidden;border-radius:2rem;box-shadow:0 24px 60px #0000002e;background:#111}.carousel{width:100%;height:min(680px,72vh);overflow:hidden}.carousel-track{display:flex;height:100%;transition:transform .6s ease}.carousel-slide{flex:0 0 100%;width:100%;height:100%}.carousel-slide img{width:100%;height:100%;display:block;object-fit:cover;object-position:center 40%}.carousel-button{position:absolute;top:50%;z-index:5;width:44px;height:44px;border:none;border-radius:999px;background:#fffc;color:#111;font-size:2rem;line-height:1;cursor:pointer;transform:translateY(-50%);transition:background .2s ease,transform .2s ease}.carousel-button:hover{background:#fff;transform:translateY(-50%) scale(1.05)}.carousel-button.left{left:1rem}.carousel-button.right{right:1rem}.carousel-dots{position:absolute;left:50%;bottom:1rem;z-index:5;display:flex;gap:.5rem;transform:translate(-50%)}.dot{width:10px;height:10px;border:none;border-radius:999px;background:#ffffff8c;cursor:pointer}.active-dot{width:26px;background:#fff}.section{padding:6rem clamp(1.5rem,5vw,5rem)}.alt-section{background:#fff}.section-container{width:min(1120px,100%);margin:0 auto}.two-column{display:grid;grid-template-columns:.8fr 1.2fr;gap:3rem;align-items:start}.about-bottom{margin-top:4rem}.section h2{margin-bottom:1rem;font-size:clamp(2rem,4vw,3.5rem);line-height:1;letter-spacing:-.04em}.text-card,.service-card,.testimonial-card{border:1px solid rgba(0,0,0,.08);border-radius:1.5rem;background:#ffffffc7;box-shadow:0 18px 50px #0000000f}.text-card{padding:2rem}.text-card p,.service-card p,.testimonial-card p,.section-intro{color:#555;font-size:1rem;line-height:1.8}.text-card p+p{margin-top:1.25rem}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:2rem}.service-card{padding:1.5rem}.service-card h3{margin-bottom:.75rem;font-size:1.25rem}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:2rem}.testimonial-card{padding:1.5rem;border-radius:1.5rem;background:#ffffffc7;border:1px solid rgba(0,0,0,.08);box-shadow:0 18px 50px #0000000f}.testimonial-card p{color:#555;font-size:1rem;line-height:1.8}.testimonial-card h4{margin-top:1.25rem;color:#1f1f1f;font-size:1rem;font-weight:800}.testimonial-card span{display:block;margin-top:.25rem;color:#8f6f4e;font-size:.85rem;font-weight:700}.contact-section{background:linear-gradient(#1f1f1fe0,#1f1f1fe0),linear-gradient(135deg,#8f6f4e,#1f1f1f);color:#fff}.contact-section h2,.contact-section .section-intro{color:#fff}.contact-links{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:2rem}.contact-links a{display:flex;align-items:center;justify-content:center;min-height:72px;padding:1rem;border-radius:1rem;background:#ffffff1a;color:#fff;text-decoration:none;font-weight:700;border:1px solid rgba(255,255,255,.16);transition:background .2s ease,transform .2s ease}.contact-links a:hover{background:#ffffff2e;transform:translateY(-3px)}.contact-container{display:grid;gap:2rem}.contact-form,.submitted-card{width:min(720px,100%);padding:2rem;border-radius:1.5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.18);box-shadow:0 20px 60px #0003}.contact-form{display:grid;gap:1.25rem}.form-row{display:grid;gap:.45rem}.form-row label,.label-row label{color:#fff;font-size:.95rem;font-weight:700}.form-row label span,.label-row span{color:#ffffffa6;font-size:.82rem;font-weight:600}.label-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.contact-form input,.contact-form textarea{width:100%;border:1px solid rgba(255,255,255,.18);border-radius:.9rem;padding:.9rem 1rem;background:#ffffffeb;color:#1f1f1f;font-size:1rem;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.contact-form textarea{min-height:150px;resize:vertical;line-height:1.6}.contact-form input:focus,.contact-form textarea:focus{background:#fff;border-color:#c57f4f;box-shadow:0 0 0 4px #c57f4f38}.submit-button{min-height:50px;border:none;border-radius:999px;background:#fff;color:#1f1f1f;font-size:1rem;font-weight:800;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.submit-button:hover{transform:translateY(-2px);background:#f7f4ef;box-shadow:0 14px 30px #0000002e}.submitted-card h3{margin-bottom:.75rem;color:#fff;font-size:2rem}.submitted-card p{color:#ffffffd1;line-height:1.7}.form-error{color:#ffd1d1;font-weight:700}.hidden{display:none}.compact-links{grid-template-columns:repeat(3,1fr);width:min(720px,100%)}.footer{padding:1.5rem;background:#111;color:#ddd;text-align:center;font-size:.9rem}@media(max-width:900px){.hero{grid-template-columns:1fr;padding-top:3rem}.carousel{height:560px}.two-column,.card-grid,.contact-links{grid-template-columns:1fr}.testimonial-grid{grid-template-columns:repeat(2,1fr)}.navbar{gap:1rem;overflow-x:auto;justify-content:flex-start}}@media(max-width:600px){.hero{padding-inline:1rem}.section{padding:4rem 1rem}.carousel{height:460px}.carousel-button{width:38px;height:38px;font-size:1.6rem}.hero-actions{flex-direction:column}.button{width:100%}}@media(max-width:600px){.testimonial-grid{display:flex;overflow-x:auto;gap:1rem;scroll-snap-type:x mandatory;padding-bottom:1rem;scrollbar-width:none}.testimonial-grid::-webkit-scrollbar{display:none}.testimonial-card{min-width:85%;scroll-snap-align:start}}@media(max-width:600px){.contact-form,.submitted-card{padding:1.25rem}.compact-links{grid-template-columns:1fr}.label-row{align-items:flex-start;flex-direction:column;gap:.25rem}}
