@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--color-bg: #faf8f5;--color-surface: #f3efe9;--color-border: #e0d8ce;--color-text: #2c2420;--color-text-secondary: #78706a;--color-accent: #c47a4a;--color-accent-hover: #a8633a;--color-accent-light: #fdf3eb;--color-error: #c0453a;--color-error-bg: #fdf0ef;--color-white: #ffffff;--font: "Inter", ui-sans-serif, system-ui, -apple-system, sans-serif;--radius: .5rem;--radius-lg: .75rem;--shadow-sm: 0 1px 3px rgba(44, 36, 32, .04);--shadow-md: 0 8px 24px rgba(44, 36, 32, .08);--shadow-lg: 0 20px 60px rgba(44, 36, 32, .1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html,body,#root{min-height:100vh;background:var(--color-bg);color:var(--color-text);font-family:var(--font);line-height:1.6;-webkit-font-smoothing:antialiased}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1)}.reveal.revealed{opacity:1;transform:translateY(0)}.nav{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;max-width:1120px;margin:0 auto;padding:1.25rem 2rem;transition:padding .3s,background .3s}.nav--scrolled{background:#faf8f5eb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);padding:.9rem 2rem;border-bottom:1px solid var(--color-border)}.nav-logo{font-weight:800;font-size:1.15rem;letter-spacing:-.03em;color:var(--color-text);text-decoration:none}.nav-links{display:flex;gap:.25rem;list-style:none}.nav-links a{font-size:.85rem;font-weight:500;color:var(--color-text-secondary);text-decoration:none;padding:.45rem .85rem;border-radius:var(--radius);transition:color .2s,background .2s}.nav-links a:hover{color:var(--color-accent);background:var(--color-accent-light)}.nav-burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;z-index:110}.nav-burger span{display:block;width:22px;height:2px;background:var(--color-text);border-radius:2px;transition:transform .3s,opacity .3s}.nav-burger--open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-burger--open span:nth-child(2){opacity:0}.nav-burger--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero{max-width:1120px;margin:0 auto;padding:6rem 2rem 5rem;display:grid;grid-template-columns:1.1fr .9fr;gap:4rem;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:.45rem;padding:.35rem .9rem;background:var(--color-accent-light);color:var(--color-accent);font-size:.75rem;font-weight:600;border-radius:100px;margin-bottom:1.5rem;letter-spacing:.02em}.hero-badge:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--color-accent);animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero-text h1{font-size:3.5rem;font-weight:800;letter-spacing:-.04em;line-height:1.1;margin-bottom:1.25rem}.hero-text h1 span{color:var(--color-accent);position:relative}.hero-text h1 span:after{content:"";position:absolute;bottom:2px;left:0;width:100%;height:8px;background:var(--color-accent);opacity:.15;border-radius:4px}.hero-text p{font-size:1.1rem;color:var(--color-text-secondary);max-width:28rem;margin-bottom:2rem;line-height:1.7}.hero-actions{display:flex;gap:1rem;align-items:center}.hero-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;background:var(--color-accent);color:var(--color-white);font-size:.9rem;font-weight:600;border:none;border-radius:var(--radius);cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s;text-decoration:none}.hero-cta:hover{background:var(--color-accent-hover);transform:translateY(-1px);box-shadow:0 6px 20px #c47a4a4d}.hero-cta-secondary{display:inline-flex;align-items:center;padding:.85rem 2rem;background:transparent;color:var(--color-text);font-size:.9rem;font-weight:600;border:1.5px solid var(--color-border);border-radius:var(--radius);text-decoration:none;transition:border-color .2s,color .2s}.hero-cta-secondary:hover{border-color:var(--color-accent);color:var(--color-accent)}.hero-image{display:flex;justify-content:center;position:relative}.hero-avatar{width:320px;height:400px;border-radius:var(--radius-lg);background:linear-gradient(145deg,#e8ddd3,#d4c5b5,#c4b5a3);display:grid;place-items:center;font-size:5rem;color:var(--color-text-secondary);box-shadow:var(--shadow-lg)}.hero-float-card{position:absolute;background:var(--color-white);padding:.65rem 1rem;border-radius:var(--radius);box-shadow:var(--shadow-md);font-size:.78rem;font-weight:600;white-space:nowrap;animation:float 4s ease-in-out infinite}.hero-float-1{top:40px;right:-10px;animation-delay:0s}.hero-float-2{bottom:50px;left:-20px;animation-delay:2s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.float-icon{margin-right:.3rem}.section-title{text-align:center;margin-bottom:3.5rem}.section-label{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--color-accent);margin-bottom:.6rem}.section-title h2{font-size:2.2rem;font-weight:800;letter-spacing:-.035em;margin-bottom:.5rem}.section-title p{color:var(--color-text-secondary);font-size:1rem}.case-studies{max-width:1120px;margin:0 auto;padding:5rem 2rem}.case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}.case-card{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.case-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.case-thumb{height:200px;display:grid;place-items:center;font-size:2.5rem}.case-thumb-1{background:linear-gradient(135deg,#f5e6d8,#e8d0bc)}.case-thumb-2{background:linear-gradient(135deg,#e0ddd8,#cec9c0)}.case-thumb-3{background:linear-gradient(135deg,#e8ddd3,#d4c5b5)}.case-body{padding:1.5rem}.case-tag{display:inline-block;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent);margin-bottom:.5rem}.case-body h3{font-size:1.15rem;font-weight:700;letter-spacing:-.01em;margin-bottom:.5rem;transition:color .2s}.case-body>p{font-size:.85rem;color:var(--color-text-secondary);line-height:1.65;margin-bottom:1.25rem}.case-card:hover .case-body h3{color:var(--color-accent)}.case-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;padding-top:1.1rem;border-top:1px solid var(--color-border)}.case-stat{text-align:center}.case-stat strong{display:block;font-size:1.05rem;font-weight:700;color:var(--color-text);letter-spacing:-.02em}.case-stat span{display:block;font-size:.6rem;font-weight:500;color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-top:.15rem}.skills{max-width:1120px;margin:0 auto;padding:5rem 2rem;background:var(--color-surface);border-radius:1.5rem;margin-bottom:2rem}.skills-tabs{display:flex;justify-content:center;gap:.5rem;margin-bottom:2.5rem;flex-wrap:wrap}.skills-tab{padding:.5rem 1.25rem;font-size:.82rem;font-weight:600;font-family:var(--font);color:var(--color-text-secondary);background:var(--color-white);border:1px solid var(--color-border);border-radius:100px;cursor:pointer;transition:all .2s}.skills-tab:hover{border-color:var(--color-accent);color:var(--color-accent)}.skills-tab--active{background:var(--color-accent);color:var(--color-white);border-color:var(--color-accent)}.skills-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;max-width:700px;margin:0 auto}.skill-card{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius);padding:1.1rem 1.25rem;transition:box-shadow .2s,transform .2s}.skill-card:hover{box-shadow:var(--shadow-sm);transform:translateY(-2px)}.skill-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.6rem}.skill-name{font-size:.85rem;font-weight:600}.skill-level{font-size:.72rem;font-weight:600;color:var(--color-accent)}.skill-bar{height:6px;background:var(--color-surface);border-radius:3px;overflow:hidden}.skill-bar-fill{height:100%;background:linear-gradient(90deg,var(--color-accent),#d49a6e);border-radius:3px;transition:width 1s cubic-bezier(.22,1,.36,1)}.gallery{max-width:1120px;margin:0 auto;padding:5rem 2rem}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:180px;gap:1rem}.gallery-item{border-radius:var(--radius-lg);overflow:hidden;position:relative;cursor:pointer;transition:transform .3s ease}.gallery-item:hover{transform:scale(1.02)}.gallery-item:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(44,36,32,.55),transparent 60%);opacity:0;transition:opacity .3s}.gallery-item:hover:after{opacity:1}.gallery-item-label{position:absolute;bottom:1rem;left:1rem;z-index:2;color:var(--color-white);font-size:.85rem;font-weight:600;opacity:0;transform:translateY(8px);transition:opacity .3s,transform .3s}.gallery-item:hover .gallery-item-label{opacity:1;transform:translateY(0)}.gallery-item:nth-child(1){grid-column:span 2;grid-row:span 2}.gallery-item:nth-child(2){grid-column:span 2}.gallery-item:nth-child(5){grid-column:span 2}.g1{background:linear-gradient(135deg,#e8d0bc,#d4b89e)}.g2{background:linear-gradient(135deg,#cec9c0,#b8b2a8)}.g3{background:linear-gradient(135deg,#d4c5b5,#c0b0a0)}.g4{background:linear-gradient(135deg,#f0e2d4,#e0cebc)}.g5{background:linear-gradient(135deg,#d8cfc5,#c8beb2)}.g6{background:linear-gradient(135deg,#e5d8ca,#d0c0ae)}.testimonials{max-width:1120px;margin:0 auto;padding:5rem 2rem}.testimonial-carousel{max-width:640px;margin:0 auto;text-align:center}.testimonial-card{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:2.5rem 2rem;margin-bottom:1.5rem;position:relative}.testimonial-quote{font-size:4rem;font-weight:800;color:var(--color-accent);opacity:.25;line-height:1;margin-bottom:-.5rem}.testimonial-text{font-size:1.05rem;line-height:1.75;color:var(--color-text);margin-bottom:1.5rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:.75rem;justify-content:center}.testimonial-avatar{width:42px;height:42px;border-radius:50%;background:var(--color-accent-light);color:var(--color-accent);font-weight:700;font-size:.85rem;display:grid;place-items:center}.testimonial-author div{text-align:left}.testimonial-author strong{display:block;font-size:.88rem;font-weight:700}.testimonial-author span{display:block;font-size:.75rem;color:var(--color-text-secondary)}.testimonial-dots{display:flex;justify-content:center;gap:.5rem}.testimonial-dot{width:8px;height:8px;border-radius:50%;border:none;background:var(--color-border);cursor:pointer;transition:background .2s,transform .2s;padding:0}.testimonial-dot--active{background:var(--color-accent);transform:scale(1.3)}.contact{max-width:1120px;margin:0 auto;padding:5rem 2rem 6rem}.contact-inner{max-width:580px;margin:0 auto;background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:2.5rem;box-shadow:var(--shadow-sm)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.78rem;font-weight:600;margin-bottom:.4rem;color:var(--color-text)}.form-group input,.form-group textarea{width:100%;padding:.75rem 1rem;font-family:var(--font);font-size:.88rem;border:1.5px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg);color:var(--color-text);transition:border-color .2s,box-shadow .2s,background .2s;outline:none}.form-group input:focus,.form-group textarea:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px #c47a4a1f;background:var(--color-white)}.form-group textarea{resize:vertical;min-height:120px}.form-group input.error,.form-group textarea.error{border-color:var(--color-error);background:var(--color-error-bg)}.form-group input.error:focus,.form-group textarea.error:focus{box-shadow:0 0 0 3px #c0453a1a}.field-error{display:block;font-size:.72rem;color:var(--color-error);margin-top:.35rem}.form-submit{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2.5rem;background:var(--color-accent);color:var(--color-white);font-size:.9rem;font-weight:600;font-family:var(--font);border:none;border-radius:var(--radius);cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s;margin-top:.5rem}.form-submit:hover:not(:disabled){background:var(--color-accent-hover);transform:translateY(-1px);box-shadow:0 4px 16px #c47a4a40}.form-submit:disabled{opacity:.7;cursor:not-allowed}.form-success{text-align:center;padding:2rem 1rem}.form-success-icon{width:56px;height:56px;border-radius:50%;background:#e6f4e6;color:#3a8a3a;font-size:1.5rem;font-weight:700;display:grid;place-items:center;margin:0 auto 1.25rem}.form-success h3{font-size:1.4rem;font-weight:700;margin-bottom:.5rem}.form-success p{color:var(--color-text-secondary)}.stay-intouch{max-width:1120px;margin:0 auto;padding:0 2rem 5rem}.stay-intouch-card{background:linear-gradient(135deg,#2c2420,#3d3330);border-radius:1.25rem;padding:3.5rem 3rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;color:var(--color-white)}.stay-intouch-content h2{font-size:2rem;font-weight:800;letter-spacing:-.035em;margin:.5rem 0 .75rem;color:var(--color-white)}.stay-intouch-content p{color:#ffffffa6;font-size:.95rem;line-height:1.65}.stay-intouch-form{width:100%}.stay-intouch-row{display:flex;gap:.6rem}.stay-intouch-field{flex:1}.stay-intouch-field input{width:100%;padding:.8rem 1rem;font-family:var(--font);font-size:.88rem;border:1.5px solid rgba(255,255,255,.15);border-radius:var(--radius);background:#ffffff14;color:var(--color-white);outline:none;transition:border-color .2s,background .2s}.stay-intouch-field input::placeholder{color:#fff6}.stay-intouch-field input:focus{border-color:var(--color-accent);background:#ffffff1f}.stay-intouch-field input.error{border-color:var(--color-error);background:#c0453a26}.stay-intouch-btn{padding:.8rem 1.5rem;font-family:var(--font);font-size:.85rem;font-weight:600;background:var(--color-accent);color:var(--color-white);border:none;border-radius:var(--radius);cursor:pointer;white-space:nowrap;transition:background .2s,transform .15s}.stay-intouch-btn:hover:not(:disabled){background:var(--color-accent-hover);transform:translateY(-1px)}.stay-intouch-btn:disabled{opacity:.7;cursor:not-allowed}.stay-intouch .field-error{margin-top:.5rem;display:block;font-size:.75rem;color:#ff8a80}.stay-intouch-success{text-align:center;padding:1rem 0}.stay-intouch-success-icon{font-size:2.5rem;margin-bottom:.75rem}.stay-intouch-success h3{font-size:1.3rem;font-weight:700;margin-bottom:.35rem;color:var(--color-white)}.stay-intouch-success p{color:#fff9;font-size:.9rem}@media(max-width:768px){.stay-intouch-card{grid-template-columns:1fr;padding:2.5rem 1.5rem;text-align:center;gap:2rem}.stay-intouch-row{flex-direction:column}}.footer{border-top:1px solid var(--color-border);padding:2.5rem 2rem}.footer-inner{max-width:1120px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-brand strong{display:block;font-size:.95rem;font-weight:700}.footer-brand span{font-size:.78rem;color:var(--color-text-secondary)}.footer-links{display:flex;gap:1.5rem}.footer-links a{font-size:.82rem;font-weight:500;color:var(--color-text-secondary);text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--color-accent)}.footer-copy{font-size:.75rem;color:var(--color-text-secondary)}.back-to-top{position:fixed;bottom:2rem;right:2rem;width:44px;height:44px;border-radius:50%;background:var(--color-accent);color:var(--color-white);font-size:1.1rem;font-weight:700;border:none;cursor:pointer;box-shadow:var(--shadow-md);opacity:0;pointer-events:none;transform:translateY(12px);transition:opacity .3s,transform .3s;z-index:90}.back-to-top--visible{opacity:1;pointer-events:auto;transform:translateY(0)}.back-to-top:hover{background:var(--color-accent-hover)}@media(max-width:900px){.case-grid{grid-template-columns:1fr 1fr}.case-stats{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.hero{grid-template-columns:1fr;text-align:center;padding:4rem 1.5rem 3rem;gap:2rem}.hero-text h1{font-size:2.4rem}.hero-text p{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-avatar{width:220px;height:280px}.hero-float-card{display:none}.nav-links{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:var(--color-bg);flex-direction:column;align-items:center;justify-content:center;gap:1rem;z-index:105}.nav-links--open{display:flex}.nav-links a{font-size:1.2rem;padding:.6rem 1rem}.nav-burger{display:flex}.case-grid,.skills-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:150px}.gallery-item:nth-child(1){grid-column:span 2;grid-row:span 1}.gallery-item:nth-child(5){grid-column:span 1}.form-row{grid-template-columns:1fr}.footer-inner{flex-direction:column;text-align:center}.section-title h2{font-size:1.8rem}}
