*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}:root{--primary:#3d2b1f;--cream:#fdf6ee;--accent:#c2703e;--stone-gray:#6e665e;--white:#fff;--text-dark:#2c2318;--border-light:#e8dfd3;--font-serif:"Playfair Display", serif;--font-sans:"Source Sans 3", sans-serif;--ease:cubic-bezier(.16, 1, .3, 1);--duration-short:.4s;--duration-mid:.5s;--duration-long:.6s}body{font-family:var(--font-sans);color:var(--text-dark);background-color:var(--cream);max-width:100vw;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);color:var(--primary);line-height:1.1}h1{font-size:clamp(2.5rem,8vw,4rem);font-weight:800}h2{font-size:clamp(2rem,6vw,3rem);font-weight:700}h3{font-size:clamp(1.25rem,3vw,1.5rem);font-weight:700}h4{font-size:clamp(1rem,2.5vw,1.25rem);font-weight:700}p{font-size:1rem;font-weight:400;line-height:1.8}a{color:var(--accent);transition:color var(--duration-short) var(--ease);text-decoration:none}a:hover{color:var(--primary)}.skip-link{background-color:var(--accent);color:#fff;z-index:10001;border-radius:0 0 4px;width:1px;height:1px;padding:8px 12px;text-decoration:none;position:absolute;top:auto;left:-9999px;overflow:hidden}.skip-link:focus{width:auto;height:auto;position:fixed;top:0;left:0;overflow:visible}.container{width:min(90%,1200px);margin-left:auto;margin-right:auto}section{padding:clamp(3rem,8vw,6rem) 0}header{z-index:1000;background-color:var(--white);border-bottom:1px solid var(--border-light);transition:box-shadow var(--duration-short) var(--ease);position:sticky;top:0}header.scrolled{box-shadow:0 2px 8px #00000014}nav{justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.logo{object-fit:contain;border-radius:8px;width:auto;max-height:55px;display:block}.logo-link{cursor:pointer}.nav-menu{align-items:center;gap:clamp(1.5rem,4vw,3rem);list-style:none;display:flex}.nav-menu a{color:var(--primary);cursor:pointer;font-size:.95rem;font-weight:500;position:relative}.nav-menu a:after{content:"";background-color:var(--accent);width:0;height:2px;transition:width var(--duration-short) var(--ease);position:absolute;bottom:-4px;left:0}.nav-menu a:hover:after{width:100%}.nav-menu a:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;min-width:44px;min-height:44px;padding:10px;display:none}.hamburger:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}.hamburger span{background-color:var(--primary);width:22px;height:2px;transition:all var(--duration-short) var(--ease);border-radius:2px;display:block}.hamburger.active span:first-child{transform:rotate(45deg)translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.btn{text-align:center;cursor:pointer;transition:all var(--duration-short) var(--ease);font-size:1rem;font-weight:600;font-family:var(--font-sans);border:2px solid #0000;border-radius:4px;padding:.75rem 2rem;text-decoration:none;display:inline-block}.btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.btn-primary{background-color:var(--accent);color:var(--white);border-color:var(--accent)}.btn-primary:hover{background-color:var(--primary);border-color:var(--primary);color:var(--white)}.btn-secondary{color:var(--white);border-color:var(--white);background-color:#0000}.btn-secondary:hover{background-color:var(--white);color:var(--primary);border-color:var(--white)}.hero{text-align:center;height:100dvh;min-height:500px;color:var(--white);justify-content:center;align-items:center;padding:0;display:flex;position:relative;overflow:hidden}.hero:before{content:"";z-index:-1;background:linear-gradient(135deg,#3d2b1f8c 0%,#3d2b1f80 100%),url(/images/hero.jpg) 50%/cover no-repeat;position:absolute;inset:0}.hero-content{z-index:1;max-width:800px;padding:2rem}.hero h1{color:var(--white);margin-bottom:1.5rem;font-size:clamp(2.5rem,8vw,4rem)}.hero-headline{display:inline-block;overflow:hidden}.hero-word{opacity:0;animation:slideUpWord var(--duration-mid) var(--ease) forwards;margin:0 .3em 0 0;display:inline-block}.hero-word:first-child{animation-delay:0s}.hero-word:nth-child(2){animation-delay:.1s}.hero-word:nth-child(3){animation-delay:.2s}.hero-word:nth-child(4){animation-delay:.3s}.hero-word:nth-child(5){animation-delay:.4s}.hero-word:nth-child(6){animation-delay:.5s}.hero-word:nth-child(7){animation-delay:.6s}@keyframes slideUpWord{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.hero-subtitle{animation:fadeIn var(--duration-mid) var(--ease) .4s forwards;opacity:0;margin-bottom:2rem;font-size:clamp(1rem,3vw,1.25rem);font-weight:400}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.hero-cta{animation:fadeIn var(--duration-mid) var(--ease) .6s forwards;opacity:0;flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.hero .btn{min-width:240px}.hero-phone{justify-content:center;align-items:center;gap:.75rem;font-size:1.1rem;font-weight:500;display:flex}.divider{z-index:10;height:80px;position:absolute;bottom:0;left:0;right:0}.about{background-color:var(--cream)}.about-content{text-align:center;max-width:700px;margin:0 auto 3rem}.about-content h2{margin-bottom:1.5rem}.about-content p{color:var(--text-dark);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.9}.trust-badges{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;margin-top:3rem;display:grid}.badge{background-color:var(--white);border:1px solid var(--border-light);text-align:center;transition:border-color var(--duration-short) var(--ease), box-shadow var(--duration-short) var(--ease);border-radius:8px;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem;display:flex}@media (hover:hover){.badge:hover{border-color:var(--accent);box-shadow:0 4px 12px #c2703e1a}}.badge-icon{background-color:#c2703e1a;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.badge-icon svg{width:28px;height:28px;fill:var(--accent)}.badge h3{margin-bottom:.25rem;font-size:1rem}.badge p{color:#5c564f;font-size:.9rem}.our-work{background-color:var(--white)}.section-title{text-align:center;margin-bottom:clamp(2rem,5vw,4rem)}.gallery-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:280px;gap:.75rem;display:grid}.gallery-item{opacity:0;border-radius:8px;transition:opacity,transform;overflow:hidden;transform:translateY(30px)}.gallery-item.visible{opacity:1;transition:opacity var(--duration-long) var(--ease), transform var(--duration-long) var(--ease);transform:translateY(0)}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform var(--duration-mid) var(--ease);display:block}@media (hover:hover){.gallery-item:hover img{transform:scale(1.05)}}.gallery-tall{grid-row:span 2}.gallery-wide{grid-column:span 2}@media (width<=768px){.gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:220px;gap:.5rem}.gallery-wide{grid-column:span 1}.gallery-tall{grid-row:span 1}}@media (width<=480px){.gallery-grid{grid-template-columns:1fr 1fr;grid-auto-rows:180px;gap:.4rem}}.faq{background-color:var(--cream)}.faq-container{max-width:800px;margin:0 auto}.faq-item{border:1px solid var(--border-light);transition:border-color var(--duration-short) var(--ease);border-radius:8px;margin-bottom:1.5rem;overflow:hidden}.faq-item:hover{border-color:var(--accent)}.faq-summary{cursor:pointer;-webkit-user-select:none;user-select:none;background-color:var(--white);color:var(--primary);transition:background-color var(--duration-short) var(--ease);justify-content:space-between;align-items:center;padding:1.5rem;font-weight:600;list-style:none;display:flex}.faq-summary::-webkit-details-marker{display:none}.faq-summary:after{content:"+";color:var(--accent);transition:transform var(--duration-short) var(--ease);flex-shrink:0;margin-left:1rem;font-size:1.5rem;font-weight:400}.faq-item[open] .faq-summary:after{transform:rotate(45deg)}.faq-summary:hover{background-color:#c2703e0d}.faq-summary:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.faq-item[open] .faq-summary{background-color:#c2703e1a}.faq-detail{color:var(--stone-gray);padding:0 1.5rem 1.5rem;line-height:1.8}.contact{background-color:var(--cream)}.contact-grid{grid-template-columns:1fr 1.2fr;align-items:start;gap:clamp(2rem,5vw,3.5rem);display:grid}.contact-info{flex-direction:column;gap:1rem;display:flex}.contact-card{background-color:var(--white);border:1px solid var(--border-light);color:var(--text-dark);transition:border-color var(--duration-short) var(--ease), box-shadow var(--duration-short) var(--ease);border-radius:10px;align-items:flex-start;gap:1rem;padding:1.25rem;text-decoration:none;display:flex}a.contact-card:hover{border-color:var(--accent);color:var(--text-dark);box-shadow:0 4px 16px #c2703e1a}a.contact-card:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:10px}.contact-card--phone{background-color:var(--primary);border-color:var(--primary);color:var(--white)}.contact-card--phone .contact-card__icon{color:var(--white);background-color:#ffffff26}.contact-card--phone .contact-card__label{color:#ffffffb3}.contact-card--phone .contact-card__value{color:var(--white)}a.contact-card--phone:hover{background-color:var(--accent);border-color:var(--accent);color:var(--white);box-shadow:0 4px 16px #c2703e40}.contact-card--static{cursor:default}.contact-card__icon{width:44px;min-width:44px;height:44px;color:var(--accent);background-color:#c2703e1a;border-radius:10px;justify-content:center;align-items:center;display:flex}.contact-card__body{flex-direction:column;gap:.15rem;min-width:0;display:flex}.contact-card__label{text-transform:uppercase;letter-spacing:.06em;color:var(--stone-gray);font-size:.8rem;font-weight:600}.contact-card__value{color:var(--primary);word-break:break-all;font-size:1.05rem;font-weight:600}.contact-card__sub{color:var(--stone-gray);margin-top:.1rem;font-size:.82rem}.contact-card--phone .contact-card__sub{color:#fff9}.contact-form{background-color:var(--white);border:1px solid var(--border-light);border-radius:12px;flex-direction:column;gap:1.25rem;padding:clamp(1.5rem,4vw,2.5rem);display:flex}.contact-form__header{margin-bottom:.25rem}.contact-form__header h3{margin-bottom:.35rem;font-size:1.3rem}.contact-form__header p{color:var(--stone-gray);font-size:.9rem;line-height:1.5}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{color:var(--primary);font-size:.88rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{border:1.5px solid var(--border-light);font-family:var(--font-sans);color:var(--text-dark);transition:border-color var(--duration-short) var(--ease), box-shadow var(--duration-short) var(--ease);background-color:var(--cream);border-radius:8px;padding:.7rem .85rem;font-size:.95rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--accent);background-color:var(--white);outline:none;box-shadow:0 0 0 3px #c2703e14}.form-group textarea{resize:vertical;min-height:100px}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--stone-gray)}.form-submit{background-color:var(--accent);color:var(--white);border:2px solid var(--accent);cursor:pointer;font-size:1rem;font-weight:600;font-family:var(--font-sans);transition:all var(--duration-short) var(--ease);touch-action:manipulation;border-radius:4px;min-height:50px;padding:.9rem 2rem}.form-submit:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.form-submit:disabled{opacity:.7;cursor:not-allowed}.form-submit:hover:not(:disabled){background-color:var(--primary);border-color:var(--primary)}.form-submit:active{transform:scale(.98)}.form-submit--sent{background-color:var(--stone-gray);border-color:var(--stone-gray)}footer{background-color:var(--primary);color:var(--white);padding:clamp(2rem,5vw,3rem) 0}footer .container{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;display:grid}footer h4{color:var(--white);margin-bottom:1rem;font-size:1rem}footer p{opacity:.9;margin-bottom:.75rem;font-size:.9rem}footer a{color:#fffc;transition:color var(--duration-short) var(--ease);word-break:break-all}footer a:hover{color:var(--cream)}footer a:focus-visible{outline:2px solid var(--cream);outline-offset:2px;border-radius:2px}.footer-copyright{text-align:center;opacity:.8;border-top:1px solid #fff3;grid-column:1/-1;padding-top:2rem;font-size:.85rem}@media (width<=768px){.nav-menu{background-color:var(--white);border-bottom:1px solid var(--border-light);z-index:999;flex-direction:column;gap:0;padding:.5rem 5% 1rem;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 8px 24px #00000014}.nav-menu.active{display:flex}.nav-menu li{border-bottom:1px solid var(--border-light)}.nav-menu li:last-child{border-bottom:none}.nav-menu a:after{display:none}.nav-menu a{align-items:center;min-height:48px;padding:1rem 0;font-size:1rem;font-weight:600;display:flex}.hamburger{display:flex}.hero-cta{flex-direction:column}.hero .btn{min-width:unset;white-space:normal;width:100%;max-width:280px}.hero-phone{flex-direction:column;font-size:1rem}.contact-grid,.form-row{grid-template-columns:1fr}.trust-badges{grid-template-columns:repeat(2,1fr);gap:1rem}.badge{padding:1rem}.badge h3{font-size:.9rem}.badge p{font-size:.8rem}}@media (width<=480px){h1{font-size:clamp(1.8rem,6vw,2.5rem)}h2{font-size:clamp(1.5rem,5vw,2rem)}.hero-content{padding:1.5rem}.trust-badges{grid-template-columns:1fr}.faq-summary{padding:1rem;font-size:.95rem}.faq-detail{padding:0 1rem 1rem}.contact-form{padding:1.25rem}.contact-card{padding:1rem}.form-group input,.form-group select,.form-group textarea{font-size:16px}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}html{scroll-behavior:auto}.hero-word{opacity:1;transform:none}.hero-subtitle,.hero-cta{opacity:1}.gallery-item{opacity:1;transform:none}}
