:root{--ink:#0a0a0f;--paper:#f5f3ee;--gold:#c8a96e;--gold-light:#e8d4a8;--deep:#1a1a2e;--accent:#2d6a8f;--muted:#6b6b7a;--rule:rgba(10, 10, 15, 0.12);--success:#2d7a5f}*{margin:0;padding:0;box-sizing:border-box}body{background:var(--paper);color:var(--ink);font-family:dm sans,sans-serif;font-weight:300;line-height:1.6;overflow-x:hidden;min-height:100vh;display:flex;flex-direction:column}.hero-header{min-height:100vh;display:grid;grid-template-rows:auto 1fr auto;padding:0;position:relative;overflow:hidden;background:var(--deep);color:var(--paper)}.header-bg{position:absolute;inset:0;background:radial-gradient( ellipse 80% 60% at 70% 20%,rgba(45,106,143,.35) 0%,transparent 60% ),radial-gradient( ellipse 50% 50% at 20% 80%,rgba(200,169,110,.2) 0%,transparent 50% ),var(--deep)}.header-lines{position:absolute;inset:0;background-image:repeating-linear-gradient( 90deg,rgba(255,255,255,.025) 0,rgba(255,255,255,.025) 1px,transparent 1px,transparent 80px )}.hero-content{position:relative;z-index:10;display:flex;flex-direction:column;justify-content:center;padding:5%;max-width:900px}.hero-eyebrow{font-size:.7rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin-bottom:2rem;display:flex;align-items:center;gap:1rem}.hero-eyebrow::before{content:"";width:40px;height:1px;background:var(--gold)}h1{font-family:playfair display,serif;font-size:clamp(3rem,7vw,6.5rem);font-weight:900;line-height:1;letter-spacing:-.02em;margin-bottom:2rem}h1 em{font-style:italic;color:var(--gold)}.hero-sub{font-size:clamp(1rem,1.5vw,1.2rem);color:rgba(245,243,238,.65);max-width:520px;line-height:1.7;margin-bottom:3rem}.hero-cta{display:inline-flex;align-items:center;gap:.8rem;background:var(--gold);color:var(--ink);padding:1rem 2rem;font-size:.85rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;border-radius:2px;width:fit-content;transition:all .3s}.hero-cta:hover{background:var(--gold-light);transform:translateX(4px)}.hero-stat-bar{position:relative;z-index:10;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.1)}.stat-item{padding:2.5rem 5%;border-right:1px solid rgba(255,255,255,8%)}.stat-item:last-child{border-right:none}.stat-num{font-family:playfair display,serif;font-size:2.8rem;font-weight:700;color:var(--gold);line-height:1;margin-bottom:.4rem}.stat-label{font-size:.75rem;color:rgba(245,243,238,.45);letter-spacing:.1em;text-transform:uppercase}.intro{padding:8rem 5%;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center;border-bottom:1px solid var(--rule)}.intro-label{font-size:.7rem;letter-spacing:.3em;text-transform:uppercase;color:var(--muted);margin-bottom:1.5rem}.intro h2{font-family:playfair display,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.15;margin-bottom:2rem}.intro h2 em{font-style:italic;color:var(--accent)}.intro p{font-size:1.05rem;color:var(--muted);line-height:1.8;margin-bottom:1.5rem}.intro-visual{position:relative}.intro-card{background:var(--deep);color:var(--paper);padding:3rem;border-radius:4px;position:relative;overflow:hidden}.intro-card::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold),var(--accent))}.intro-card-title{font-family:playfair display,serif;font-size:1.4rem;font-weight:700;margin-bottom:1.5rem;color:var(--gold)}.pillars{list-style:none;display:flex;flex-direction:column;gap:1rem}.pillars li{display:flex;align-items:center;gap:1rem;font-size:.9rem;color:rgba(245,243,238,.8)}.pillars li::before{content:"";width:6px;height:6px;background:var(--gold);border-radius:50%;flex-shrink:0}.services{padding:8rem 5%;border-bottom:1px solid var(--rule)}.section-header{text-align:center;margin-bottom:6rem}.section-header .label{font-size:.7rem;letter-spacing:.3em;text-transform:uppercase;color:var(--muted);margin-bottom:1rem;display:block}.section-header h2{font-family:playfair display,serif;font-size:clamp(2rem,4vw,3.2rem);font-weight:700;line-height:1.15;max-width:600px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2px;background:var(--rule)}.service-card{background:var(--paper);padding:4rem 3.5rem;position:relative;overflow:hidden;transition:background .4s}.service-card:hover{background:#fff}.service-card::after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--gold);transition:width .5s ease}.service-card:hover::after{width:100%}.service-number{font-family:playfair display,serif;font-size:5rem;font-weight:900;color:rgba(10,10,15,5%);position:absolute;top:1.5rem;right:2rem;line-height:1;user-select:none}.service-icon{width:48px;height:48px;background:var(--deep);border-radius:2px;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;flex-shrink:0}.service-icon svg{width:22px;height:22px;stroke:var(--gold);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.service-title{font-family:playfair display,serif;font-size:1.5rem;font-weight:700;margin-bottom:.5rem;line-height:1.2}.service-tagline{font-size:.8rem;color:var(--accent);letter-spacing:.05em;margin-bottom:1.5rem;font-style:italic}.service-items{list-style:none;display:flex;flex-direction:column;gap:.9rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--rule)}.service-item{display:flex;gap:.8rem;align-items:flex-start}.item-dot{width:5px;height:5px;background:var(--gold);border-radius:50%;margin-top:.55rem;flex-shrink:0}.item-name{font-size:.9rem;font-weight:500;margin-bottom:.2rem}.item-desc{font-size:.8rem;color:var(--muted);line-height:1.5}.process{background:var(--deep);color:var(--paper);padding:8rem 5%;position:relative;overflow:hidden}.process::before{content:"";position:absolute;inset:0;background:repeating-linear-gradient( 0,rgba(255,255,255,.015) 0,rgba(255,255,255,.015) 1px,transparent 1px,transparent 60px )}.process .section-header h2{color:var(--paper)}.process .section-header .label{color:rgba(245,243,238,.4)}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative;z-index:1}.steps::before{content:"";position:absolute;top:2rem;left:12%;right:12%;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent)}.step{padding:0 2rem;position:relative}.step-circle{width:4rem;height:4rem;border:1px solid var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:playfair display,serif;font-size:1.2rem;color:var(--gold);margin-bottom:2rem;background:var(--deep);position:relative;z-index:1}.step h3{font-family:playfair display,serif;font-size:1.1rem;font-weight:700;margin-bottom:.8rem;color:var(--paper)}.step p{font-size:.85rem;color:rgba(245,243,238,.5);line-height:1.7}.why{padding:8rem 5%;display:grid;grid-template-columns:5fr 7fr;gap:6rem;align-items:start;border-bottom:1px solid var(--rule)}.why h2{font-family:playfair display,serif;font-size:clamp(2rem,3vw,2.8rem);font-weight:700;line-height:1.15;position:sticky;top:4rem}.why h2 em{font-style:italic;color:var(--accent)}.reasons{display:flex;flex-direction:column;gap:2.5rem}.reason{display:grid;grid-template-columns:auto 1fr;gap:1.5rem;padding-bottom:2.5rem;border-bottom:1px solid var(--rule)}.reason:last-child{border-bottom:none;padding-bottom:0}.reason-num{font-family:playfair display,serif;font-size:2rem;font-weight:700;color:var(--gold-light);line-height:1;padding-top:.2rem}.reason h3{font-size:1rem;font-weight:500;margin-bottom:.5rem}.reason p{font-size:.9rem;color:var(--muted);line-height:1.7}.featured-projects{padding:8rem 5%;margin-bottom:0}.featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem;max-width:1400px;margin-left:auto;margin-right:auto}.featured-card{background:var(--deep);color:var(--paper);padding:3rem;border-radius:4px;position:relative;overflow:hidden;display:flex;flex-direction:column}.featured-card::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold),var(--accent))}.featured-header{margin-bottom:1rem}.featured-category{font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gold)}.featured-client{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:rgba(245,243,238,.4);margin-top:.3rem}.featured-card h3{font-family:playfair display,serif;font-size:1.3rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.featured-excerpt{font-size:.9rem;color:rgba(245,243,238,.6);line-height:1.7;margin-bottom:1.5rem;flex:1}.featured-link{display:inline-flex;align-items:center;gap:.5rem;background:0 0;color:var(--gold);font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;border:1px solid var(--gold);padding:.6rem 1.2rem;border-radius:2px;cursor:pointer;transition:all .3s;width:fit-content}.featured-link:hover{background:var(--gold);color:var(--ink)}.featured-cta{text-align:center}.cta-section{background:var(--deep);color:var(--paper);padding:8rem 5%;text-align:center;border-top:1px solid rgba(255,255,255,.1)}.cta-section h2{font-family:playfair display,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.15;margin-bottom:1.5rem}.cta-section p{font-size:1.05rem;color:rgba(245,243,238,.65);margin-bottom:2.5rem;max-width:500px;margin-left:auto;margin-right:auto}.btn{display:inline-flex;align-items:center;gap:.8rem;padding:1rem 2rem;font-size:.85rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;border-radius:2px;transition:all .3s;cursor:pointer;border:none}.btn-primary{background:var(--gold);color:var(--ink)}.btn-primary:hover{background:var(--gold-light);transform:translateX(4px)}.btn-secondary{background:0 0;color:var(--gold);border:1px solid var(--gold)}.btn-secondary:hover{background:var(--gold);color:var(--ink)}.header-nav{background:var(--deep);color:var(--paper);position:relative;overflow:hidden;border-bottom:1px solid rgba(255,255,255,8%);display:flex;justify-content:space-between;align-items:center;padding:2.5rem 5%;z-index:10;margin:0 auto;width:100%}.logo{font-family:playfair display,serif;font-size:1.6rem;font-weight:700;letter-spacing:.02em;color:var(--paper);text-decoration:none}.logo span{color:var(--gold)}.nav-menu nav ul{list-style:none;display:flex;gap:2.5rem;align-items:center}.nav-menu nav a{font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:rgba(245,243,238,.45);text-decoration:none;transition:color .2s}.nav-menu nav a:hover,.nav-menu nav a.active{color:var(--gold)}.language-switcher{display:flex;gap:.8rem;align-items:center;border-left:1px solid rgba(255,255,255,.15);padding-left:1.5rem;margin-left:1.5rem}.lang-active{font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);font-weight:500}.lang-option{font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;color:rgba(245,243,238,.45);text-decoration:none;transition:color .2s}.lang-option:hover{color:var(--gold)}.main-content{flex:1}.footer{background:var(--ink);color:var(--paper);position:relative;z-index:10}.footer::before{content:"";position:absolute;top:0;left:5%;right:5%;height:1px;background:linear-gradient( 90deg,transparent,rgba(200,169,110,.4),transparent )}.footer-cta{padding:4rem 5%;text-align:center;max-width:1400px;margin:0 auto;position:relative;z-index:1}.footer-cta h2{font-family:playfair display,serif;font-size:2.5rem;font-weight:700;margin-bottom:2rem;color:var(--paper)}.footer-cta h2 em{font-style:italic;color:var(--gold)}.cta-actions{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.cta-actions .btn-primary,.cta-actions .btn-secondary{padding:.9rem 2rem;font-size:.95rem;cursor:pointer;border:none;border-radius:2px;transition:all .3s ease;font-family:dm sans,sans-serif;font-weight:500}.cta-actions .btn-primary{background:var(--accent);color:#fff}.cta-actions .btn-primary:hover{background:var(--gold)}.cta-actions .btn-secondary{background:0 0;color:var(--paper);border:1px solid var(--paper)}.cta-actions .btn-secondary:hover{background:var(--gold);border-color:var(--gold);color:var(--ink)}.footer-bottom{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;padding:3rem 5%;max-width:1400px;margin:0 auto;position:relative;z-index:1;border-top:1px solid rgba(255,255,255,.1)}.footer-col{padding:0}.footer-col h4{font-family:playfair display,serif;font-size:1.1rem;font-weight:700;margin-bottom:1rem;color:var(--paper)}.footer-col p{font-size:.9rem;color:rgba(245,243,238,.6);line-height:1.7;margin-bottom:.8rem}.footer-col a{display:block;color:rgba(245,243,238,.6);text-decoration:none;font-size:.9rem;margin-bottom:.8rem;transition:color .2s}.footer-col a:hover{color:var(--gold)}.footer-logo{font-family:playfair display,serif;font-size:1.3rem;font-weight:700;margin-bottom:1rem;color:var(--paper)}.footer-logo span{color:var(--gold);font-style:italic}.projects-hero{background:linear-gradient(135deg,var(--deep) 0%,var(--ink) 100%);color:var(--paper)}.contact-hero{background:var(--deep);color:var(--paper)}.projects-hero .header-bg,.projects-hero .header-lines,.contact-hero .header-bg,.contact-hero .header-lines{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.projects-section{padding:5rem 5%;background:var(--paper);min-height:100vh}.projects-container{max-width:1200px;margin:0 auto}.projects-section .section-header{margin-bottom:3rem}.projects-section .section-header h1{font-family:playfair display,serif;font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:var(--ink)}.projects-section .section-label{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-weight:500;margin-bottom:2rem}.projects-section>.projects-container>h2{font-family:playfair display,serif;font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--ink)}.projects-section>.projects-container>p{font-size:1rem;line-height:1.7;color:var(--muted);margin-bottom:3rem;max-width:700px}.filter-controls{display:flex;gap:1rem;margin:3rem 0;flex-wrap:wrap}.filter-btn{background:0 0;border:1px solid var(--rule);color:var(--muted);padding:.7rem 1.5rem;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border-radius:2px;transition:all .3s}.filter-btn:hover{color:var(--ink);border-color:var(--ink)}.filter-btn.active{background:var(--deep);color:var(--paper);border-color:var(--deep)}.featured-case-study{margin-bottom:4rem}.case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--rule)}.case-card{background:var(--paper);padding:3rem 2.5rem;display:flex;flex-direction:column;min-width:0;transition:background .3s;position:relative}.case-card:hover{background:#fff}.case-card::after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--gold);transition:width .5s ease}.case-card:hover::after{width:100%}.case-card.featured{background:var(--deep);color:var(--paper);grid-column:1/-1;padding:4rem}.case-card.featured::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold),var(--accent))}.case-card h2,.case-card h3{font-family:playfair display,serif;font-weight:700;margin-bottom:.5rem}.case-card h2{font-size:2rem}.case-card h3{font-size:1.25rem}.case-card.featured h2{color:var(--paper)}.case-card .client{font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:var(--muted);margin-bottom:1rem}.case-card.featured .client{color:rgba(245,243,238,.5)}.case-card .description{flex:1;margin-bottom:2rem;font-size:.95rem;line-height:1.8;color:var(--muted);display:flex;flex-direction:column;justify-content:flex-start}.case-card .description>*:first-child{margin-top:0}.case-card .description img{max-width:100%;height:auto;display:block;border-radius:4px;margin-bottom:10px}.case-card.featured .description{color:rgba(245,243,238,.6)}.case-card .btn{display:inline-flex;align-items:center;gap:.5rem;background:0 0;color:var(--accent);font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;border:1px solid var(--accent);padding:.6rem 1.2rem;border-radius:2px;cursor:pointer;transition:all .3s;margin-top:auto;width:fit-content}.case-card.featured .btn{color:var(--gold);border-color:var(--gold)}.case-card .btn:hover{background:var(--accent);color:#fff}.case-card.featured .btn:hover{background:var(--gold);color:var(--ink)}.case-card.hidden{display:none}.filter-section{margin:3rem 0 2rem;padding:2rem 0;border-bottom:1px solid var(--rule)}.filter-label{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:1.5rem;font-weight:500}.category-badge{display:inline-block;font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);font-weight:600;margin-right:1rem}.case-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.case-card-header h3{flex:1}.featured-content{display:flex;flex-direction:column}.featured-content h2{margin-bottom:1.5rem}.featured-content .client{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(245,243,238,.4);margin-bottom:.8rem;font-weight:500}.featured-content .category-label{margin-bottom:2rem}.featured-content .category{display:inline-flex;align-items:center;background:rgba(200,169,110,.12);border:1px solid rgba(200,169,110,.3);color:var(--gold);padding:.4rem 1rem;font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;border-radius:2px;font-weight:600}.featured-content .description{margin-bottom:2.5rem;font-size:1rem;line-height:1.8;color:rgba(245,243,238,.7)}.empty-state{text-align:center;padding:4rem 2rem;color:var(--muted);font-size:1rem;line-height:1.8}.empty-state.hidden{display:none}.contact-main{display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding:5rem;background:var(--paper);max-width:1400px;margin:0 auto}.contact-info{padding:2rem;background:var(--paper)}.info-label{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:2rem;display:block}.info-block{margin-bottom:2.5rem}.info-block h3{font-family:playfair display;font-size:1rem;font-weight:700;margin-bottom:.5rem;color:var(--ink)}.info-block a,.info-block p{color:var(--muted);line-height:1.6;margin:.3rem 0}.info-block a{text-decoration:none;color:var(--accent);transition:color .3s ease}.info-block a:hover{color:var(--gold)}.info-divider{width:100%;height:1px;background:var(--rule);margin:2rem 0}.response-promise{padding:1.5rem;background:rgba(212,175,55,8%);border-left:3px solid var(--gold);border-radius:2px;margin-bottom:2rem}.response-promise p{font-size:.9rem;line-height:1.6;color:var(--ink);margin:0}.service-tags{display:flex;flex-wrap:wrap;gap:.75rem}.tag{display:inline-block;padding:.5rem 1rem;background:var(--deep);color:var(--paper);font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;border-radius:2px}.contact-form-wrap{position:relative}.contact-form-wrap.submitted #contactForm{display:none}.contact-form-wrap.submitted #successOverlay{display:flex}.form-label-top{font-family:playfair display;font-size:1.5rem;font-weight:700;margin-bottom:2rem;color:var(--ink)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-row:last-child{margin-bottom:0}.field{display:flex;flex-direction:column}.field label{font-size:.85rem;font-weight:500;margin-bottom:.5rem;color:var(--ink)}.field label .req{color:#d63031}.field input,.field textarea,.field select{flex:1;padding:.8rem .75rem .5rem 0;border:none;border-bottom:1px solid var(--rule);background:0 0;font-family:dm sans,sans-serif;font-size:.95rem;color:var(--ink);outline:none;transition:border-color .3s ease,background .3s ease}.field input::placeholder,.field textarea::placeholder{color:var(--muted)}.field input:focus,.field textarea:focus,.field select:focus{border-bottom-color:var(--accent);background:rgba(212,175,55,2%)}.field select{appearance:none;background-image:url(data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJjdXJyZW50Y29sb3IiIHN0cm9rZS13aWR0aD0iMiI+PHBvbHlsaW5lIHBvaW50cz0iNiA5IDEyIDE1IDE4IDkiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:right bottom .4rem;background-size:1.2em;padding-right:1.5rem}.form-row>.field{margin-bottom:0}.form-row:has(+.field){margin-bottom:2rem}.checkboxes-label,.radio-label{display:block;font-size:.85rem;font-weight:500;margin-bottom:1rem;color:var(--ink)}.checkboxes-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2rem}.checkbox-item{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.5rem}.checkbox-item input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:var(--accent);border:none;padding:0}.checkbox-item span{font-size:.9rem;color:var(--ink)}.radio-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem}.radio-item{display:flex;align-items:center;gap:.75rem}.radio-item input[type=radio]{width:18px;height:18px;cursor:pointer;accent-color:var(--accent);border:none;padding:0}.radio-item label{font-size:.9rem;color:var(--ink);cursor:pointer;margin:0}.form-footer{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--rule);display:flex;justify-content:space-between;align-items:center}.form-note{font-size:.85rem;color:var(--muted);margin:0;flex:1}.btn-submit{display:inline-flex;align-items:center;gap:.75rem;padding:.9rem 2rem;background:var(--accent);color:#fff;border:none;font-family:dm sans,sans-serif;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;border-radius:2px}.btn-submit:hover:not(:disabled){background:var(--gold);transform:translateX(2px)}.btn-submit:disabled{opacity:.7;cursor:not-allowed}.btn-submit svg{width:16px;height:16px;stroke:currentColor;stroke-width:2;fill:none}.success-overlay{display:none;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:300px;animation:fadeIn .6s ease-in-out}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.success-icon{width:80px;height:80px;margin-bottom:1.5rem;background:rgba(52,211,153,.1);border-radius:50%;display:flex;align-items:center;justify-content:center}.success-icon svg{width:50px;height:50px;stroke:#34d399;stroke-width:2;fill:none}.success-title{font-family:playfair display;font-size:1.8rem;font-weight:700;margin-bottom:1rem;color:var(--ink)}.success-text{font-size:.95rem;color:var(--muted);line-height:1.6;max-width:400px;margin-bottom:2rem}.btn-back{padding:.8rem 2rem;background:var(--deep);color:var(--paper);border:none;font-family:dm sans,sans-serif;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;border-radius:2px}.btn-back:hover{background:var(--accent);transform:translateY(-2px)}@keyframes fadeUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-content>*{animation:fadeUp .8s ease both}.hero-content>*:nth-child(1){animation-delay:.1s}.hero-content>*:nth-child(2){animation-delay:.25s}.hero-content>*:nth-child(3){animation-delay:.4s}.hero-content>*:nth-child(4){animation-delay:.55s}@media(max-width:768px){.intro,.why{grid-template-columns:1fr;gap:3rem}.services-grid{grid-template-columns:1fr}.steps{grid-template-columns:repeat(2,1fr);gap:3rem}.steps::before{display:none}.featured-grid{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr}.hero-stat-bar{grid-template-columns:1fr}.stat-item{border-right:none;border-bottom:1px solid rgba(255,255,255,8%)}.cta-section{padding:4rem 5%}.case-grid{grid-template-columns:1fr}.case-card.featured{grid-column:auto}.contact-main{grid-template-columns:1fr;gap:2rem;padding:2rem}.form-row{grid-template-columns:1fr}.checkboxes-grid{grid-template-columns:1fr}.radio-grid{grid-template-columns:1fr}.form-footer{flex-direction:column;gap:1.5rem;align-items:flex-start}}.scroll-top-btn{position:fixed;bottom:2rem;right:2rem;width:3.5rem;height:3.5rem;border-radius:50%;background:var(--gold);color:var(--ink);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1001;opacity:0;visibility:hidden;transform:translateY(2rem);transition:all .4s cubic-bezier(.23,1,.32,1);box-shadow:0 4px 12px rgba(0,0,0,.15);font-size:0;padding:0;pointer-events:auto}.scroll-top-btn:hover{background:var(--gold-light);box-shadow:0 6px 16px rgba(0,0,0,.25)}.scroll-top-btn.show{opacity:1;visibility:visible;transform:translateY(0)}.scroll-top-btn svg{width:1.2rem;height:1.2rem}@media(max-width:768px){.scroll-top-btn{bottom:1.5rem;right:1.5rem;width:3rem;height:3rem}}.project-hero{min-height:60vh;display:flex;flex-direction:column;justify-content:center;padding:0;position:relative;overflow:hidden;background:var(--deep);color:var(--paper)}.project-hero-content{position:relative;z-index:10;padding:8rem 5% 6rem;max-width:1200px;margin:0 auto;width:100%}.project-hero-content .hero-eyebrow{font-size:.7rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin-bottom:2rem;display:flex;align-items:center;gap:1rem}.project-hero-content .category-badge{display:inline-flex;align-items:center;background:rgba(200,169,110,.15);border:1px solid rgba(200,169,110,.3);color:var(--gold);font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;padding:.5rem 1.2rem;border-radius:2px}.project-hero-content h1{font-family:playfair display,serif;font-size:clamp(2.5rem,6vw,5rem);font-weight:900;line-height:1.05;letter-spacing:-.02em;margin-bottom:2rem;color:var(--paper)}.project-hero-content h1 em{font-style:italic;color:var(--gold)}.project-client{font-size:1.1rem;color:rgba(245,243,238,.6);letter-spacing:.05em;margin:0}.project-client strong{color:var(--gold);font-weight:500}.project-page{background:var(--paper);position:relative}.project-container{max-width:900px;margin:0 auto;padding:0 5%}.project-intro{padding:6rem 0 4rem;display:grid;grid-template-columns:4px 1fr;gap:3rem;border-bottom:1px solid var(--rule)}.intro-bar{background:linear-gradient( 180deg,var(--gold) 0%,var(--accent) 100% );height:100%;width:4px;border-radius:2px}.intro-content{font-size:1.15rem;line-height:1.8;color:var(--muted)}.intro-content p{margin-bottom:1.5rem}.intro-content p:last-child{margin-bottom:0}.project-content{padding:4rem 0;font-size:1.05rem;line-height:1.8;color:var(--ink)}.project-content h2{font-family:playfair display,serif;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;line-height:1.2;margin:3rem 0 1.5rem;color:var(--ink)}.project-content h3{font-family:playfair display,serif;font-size:1.4rem;font-weight:700;margin:2rem 0 1rem;color:var(--ink)}.project-content p{margin-bottom:1.5rem;color:var(--muted)}.project-content ul,.project-content ol{margin:1.5rem 0;padding-left:2rem;color:var(--muted)}.project-content li{margin-bottom:.8rem;line-height:1.7}.project-content em{font-family:playfair display,serif;font-style:italic;color:var(--accent)}.project-content strong{font-weight:500;color:var(--ink)}.project-content img{max-width:100%;height:auto;border-radius:4px;margin:2rem 0;display:block}.project-content iframe.embed-responsive-item{display:block;width:100%;max-width:100%;aspect-ratio:16/9;height:auto;border:0;margin-bottom:1.5rem}.project-content figure{margin:2rem 0}.project-content figcaption{text-align:center;font-size:.9rem;color:var(--muted);margin-top:.5rem;font-style:italic}.project-section{padding:4rem 0;border-top:1px solid var(--rule)}.project-section:first-of-type{border-top:none}.section-divider{width:100px;height:3px;background:linear-gradient( 90deg,var(--gold) 0%,var(--accent) 50%,var(--gold) 100% );margin-bottom:2rem;border-radius:2px}.project-section h2{font-family:playfair display,serif;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:var(--ink)}.section-content{font-size:1.05rem;line-height:1.8;color:var(--muted)}.section-content p{margin-bottom:1.5rem}.section-content p:last-child{margin-bottom:0}.challenge-section .section-divider{background:linear-gradient( 90deg,var(--accent) 0%,var(--gold) 100% )}.solution-section .section-divider{background:linear-gradient( 90deg,var(--gold) 0%,var(--accent) 100% )}.results-section .section-divider{background:linear-gradient( 90deg,var(--success) 0%,var(--gold) 100% )}.project-nav{padding:4rem 0 6rem;border-top:1px solid var(--rule)}.back-button{display:inline-flex;align-items:center;gap:.8rem;color:var(--muted);font-size:.9rem;font-weight:400;letter-spacing:.05em;text-decoration:none;transition:all .3s ease;padding:.8rem 1.5rem;border:1px solid var(--rule);border-radius:2px;background:0 0}.back-button svg{width:16px;height:16px;transition:transform .3s ease}.back-button:hover{color:var(--ink);border-color:var(--gold);background:rgba(200,169,110,5%)}.back-button:hover svg{transform:translateX(-4px)}@media(max-width:1024px){.project-hero-content{padding:6rem 5% 4rem}.project-intro{padding:4rem 0 3rem;gap:2rem}}@media(max-width:768px){.project-hero{min-height:50vh}.project-hero-content{padding:4rem 5% 3rem}.project-hero-content h1{font-size:clamp(2rem,8vw,3rem)}.project-intro{padding:3rem 0 2rem;grid-template-columns:3px 1fr;gap:1.5rem}.intro-bar{width:3px}.intro-content{font-size:1rem}.project-content,.project-section{padding:3rem 0}.project-nav{padding:3rem 0 4rem}.section-divider{width:80px;height:2px}}