:root{--primary:#1a1a1d;--secondary:#d4af37;--background:#fafafa;--text-main:#2c2c2c;--text-light:#7a7a7a;--accent-gold:#c9a84c;--accent-copper:#b87333;--accent-bronze:#cd7f32;--accent-deep-brown:#5c4033;--accent-warm-amber:#d4943a;--font-heading:"Outfit", sans-serif;--font-body:"Inter", sans-serif}.dark{--primary:#e8e8e8;--secondary:#d4af37;--background:#0f0f12;--text-main:#e8e8e8;--text-light:#9a9a9a;--accent-gold:#c9a84c;--accent-copper:#b87333;--accent-bronze:#cd7f32;--accent-deep-brown:#d4c4a8;--accent-warm-amber:#d4943a}*{box-sizing:border-box}body{background-color:var(--background);color:var(--text-main);font-family:var(--font-body);margin:0;padding:0;transition:background-color .4s,color .4s}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--primary);margin-top:0;font-weight:300;transition:color .4s}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.btn-primary{color:#0a0a0c;font-family:var(--font-heading);text-transform:uppercase;letter-spacing:3px;cursor:pointer;background:linear-gradient(135deg,#c9a84c,#d4943a);border:none;border-radius:2px;padding:1.25rem 3rem;font-size:1rem;font-weight:600;transition:all .4s cubic-bezier(.25,.46,.45,.94);display:inline-block;box-shadow:0 4px 16px #c9a84c40}.btn-primary:hover{color:#0a0a0c;background:linear-gradient(135deg,#d4943a,#b87333);transform:translateY(-2px);box-shadow:0 8px 28px #d4943a59}.btn-secondary{color:#fff;font-family:var(--font-heading);text-transform:uppercase;letter-spacing:2.5px;border:1px solid #ffffff8c;border-radius:2px;padding:1.2rem 2.5rem;font-size:1rem;transition:background-color .45s,transform .45s,border-color .45s;display:inline-block}.btn-secondary:hover{background-color:#ffffff1f;border-color:#ffffffe6;transform:translateY(-2px)scale(1.015)}nav{border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;padding:2.5rem 0;transition:border-color .4s;display:flex}.dark nav{border-bottom-color:#ffffff14}.nav-links{align-items:center;gap:3rem;display:flex}.nav-links a{text-transform:uppercase;letter-spacing:2px;color:var(--text-main);font-size:1rem;font-weight:500;transition:color .35s;position:relative}.dark .nav-links a{color:#e8e8e8}.nav-links a:after{content:"";background-color:var(--secondary);transform-origin:0;width:100%;height:1px;transition:transform .42s;position:absolute;bottom:-7px;left:0;transform:scaleX(0)}.nav-links a:hover{color:var(--secondary)}.dark .nav-links a:hover{color:#e8d4a0}.nav-links a:hover:after{transform:scaleX(1)}.logo{font-family:var(--font-heading);letter-spacing:4px;font-size:2rem;font-weight:400;position:relative}.logo-link{color:inherit;text-decoration:none;transition:transform .3s,filter .3s;display:inline-block}.logo-link:hover{filter:brightness(1.1);transform:scale(1.03)}.logo-svg{filter:drop-shadow(0 4px 12px #00000040);width:240px;height:110px}.logo-icon{transform-origin:30px 30px;animation:25s linear infinite iconSpin}@keyframes iconSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero{align-items:center;min-height:90vh;display:flex;position:relative;overflow:hidden}.hero:before{content:"";filter:brightness(.75)saturate(.85)blur(.5px);z-index:1;background-image:url(https://images.unsplash.com/photo-1618221195710-dd6b41faaea6?auto=format&fit=crop&q=80&w=2400);background-position:50%;background-size:cover;animation:25s ease-in-out infinite alternate heroImageZoom;position:absolute;inset:-2%}.hero:after{content:"";z-index:2;background:linear-gradient(135deg,#08080aa6 0%,#08080a73 50%,#08080a59 100%);position:absolute;inset:0}.hero-gradient-base,.hero-gradient-orb-1,.hero-gradient-orb-2,.hero-gradient-orb-3,.hero-light-diffusion{display:none}.hero-grain-texture{opacity:.03;z-index:3;pointer-events:none;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='grain'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23grain)'/%3E%3C/svg%3E");background-size:200px;position:absolute;inset:0}.hero-vignette{z-index:4;pointer-events:none;background:radial-gradient(#0000 45%,#05050780 100%);position:absolute;inset:0}.hero-watermark{z-index:2;pointer-events:none;opacity:.07;filter:blur(1.5px);animation:30s ease-in-out infinite alternate watermarkDrift;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-15deg)}.watermark-text{white-space:nowrap;background:linear-gradient(135deg,#ff6b6b4d 0%,#ffa5004d 14%,#ffd7004d 28%,#7ed3214d 42%,#4ecdc44d 57%,#45b7d14d 71%,#9b59b64d 100%);-webkit-text-fill-color:transparent;text-shadow:none;letter-spacing:8px;-webkit-user-select:none;user-select:none;-webkit-background-clip:text;background-clip:text;font-family:Georgia,Times New Roman,serif;font-size:12rem;font-style:italic;font-weight:400}@keyframes watermarkDrift{0%{transform:translate(-50%,-50%)rotate(-15deg)scale(1)}50%{transform:translate(-48%,-52%)rotate(-12deg)scale(1.02)}to{transform:translate(-52%,-48%)rotate(-18deg)scale(.98)}}.hero-content{z-index:10;color:#fff;opacity:0;max-width:900px;padding:3rem 0;transition:opacity 1.2s cubic-bezier(.25,.46,.45,.94),transform 1.2s cubic-bezier(.25,.46,.45,.94);position:relative;transform:translateY(20px)}.hero-content.is-visible{opacity:1;transform:translateY(0)}.hero-heading{color:#fff;letter-spacing:-.015em;margin-bottom:1.25rem;font-size:clamp(3.5rem,6vw,5rem);font-weight:300;line-height:1.05}.hero-highlight{color:#d4943a;text-shadow:0 0 50px #d4943a40;font-weight:500;transition:color .4s}.hero-description{color:#ffffffe0;letter-spacing:.01em;max-width:550px;margin-bottom:2.5rem;font-size:1.35rem;font-weight:300;line-height:1.65}.hero-cta-group{flex-wrap:wrap;gap:1rem;display:flex}@keyframes heroImageZoom{0%{transform:scale(1)}to{transform:scale(1.08)}}@keyframes gradientBaseShift{0%{opacity:.8;transform:scale(1)translate(0)}to{opacity:1;transform:scale(1.05)translate(-2%,1%)}}@keyframes orbDrift1{0%{transform:translate(0,0)scale(1)}50%{transform:translate(-3%,2%)scale(1.03)}to{transform:translate(-5%,3%)scale(1.06)}}@keyframes orbDrift2{0%{transform:translate(0,0)scale(1)}50%{transform:translate(2%,-2%)scale(1.02)}to{transform:translate(4%,-3%)scale(1.05)}}@keyframes orbDrift3{0%{transform:translate(0,0)scale(1)}50%{transform:translate(-2%,-3%)scale(1.04)}to{transform:translate(-4%,-2%)scale(1.07)}}@keyframes lightPulse{0%{opacity:.6;transform:scale(1)}to{opacity:.85;transform:scale(1.08)}}.project-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-top:3rem;display:grid}.project-card{background-color:#eaeaea;height:400px;transition:transform .4s;position:relative;overflow:hidden}.project-card:hover{transform:translateY(-5px)}.project-card img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.project-card:hover img{transform:scale(1.05)}.project-info{color:#fff;opacity:0;background:linear-gradient(#0000,#000c);padding:2rem;transition:opacity .4s;position:absolute;bottom:0;left:0;right:0}.project-card:hover .project-info{opacity:1}.project-info h3{color:#fff;margin-bottom:.5rem;font-size:1.5rem}.section-padding{padding:6rem 0}.section-title{text-align:center;letter-spacing:1px;color:var(--accent-deep-brown);margin-bottom:1.5rem;font-size:3.25rem;transition:color .4s;position:relative}.dark .section-title{color:#e8d4a0}.section-title:after{content:"";background:linear-gradient(90deg,#c9a84c,#d4943a,#b87333);border-radius:2px;width:80px;height:3px;margin:1.25rem auto 0;display:block}.section-subtitle{text-align:center;color:#5a4a42;margin-bottom:4rem;font-size:1.35rem;font-weight:300;transition:color .4s}.dark .section-subtitle{color:#b8b8b8}.philosophy-link{color:#c9a84c;text-transform:uppercase;letter-spacing:1.75px;border-bottom:2px solid #c9a84c80;padding-bottom:4px;font-size:1.1rem;font-weight:600;transition:all .35s;display:inline-block}.dark .philosophy-link{color:#e8d4a0;border-bottom-color:#e8d4a080}.dark .philosophy-link:hover{color:#d4943a;border-bottom-color:#e8d4a0}.philosophy-link:hover{color:#b87333;border-bottom-color:#c9a84c;transform:translateY(-2px)}.theme-toggle{cursor:pointer;color:var(--text-main);background:0 0;border:1px solid #00000026;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:.5rem;transition:all .3s;display:flex}.theme-toggle:hover{border-color:var(--accent-gold);color:var(--accent-gold);transform:scale(1.1)}.dark .theme-toggle{border-color:#ffffff26}.dark .theme-toggle:hover{border-color:var(--accent-gold)}.creative-direction-section{background:linear-gradient(#f8f8f6 0%,#f2f1ee 100%);padding:7rem 0;transition:background .4s;position:relative;overflow:hidden}.dark .creative-direction-section{background:linear-gradient(#1a1a1f 0%,#151519 100%)}.creative-direction-section:before{content:"";filter:blur(1px)saturate(.75);opacity:.34;background-image:linear-gradient(#ffffffc7,#ffffffd1),url(https://images.unsplash.com/photo-1617098474202-0d0d7f60e3af?auto=format&fit=crop&q=80&w=1800);background-position:50%;background-size:cover;position:absolute;inset:0;transform:scale(1.03)}.creative-direction-light{pointer-events:none;background:radial-gradient(circle,#c9a84c47,#0000 62%);border-radius:50%;width:52vw;height:52vw;animation:12s ease-in-out infinite alternate driftLight;position:absolute;top:-18%;right:-10%}.creative-direction-accent{pointer-events:none;background:radial-gradient(circle,#b8733338,#0000 58%);border-radius:50%;width:45vw;height:45vw;animation:14s ease-in-out infinite alternate accentDrift;position:absolute;bottom:-20%;left:-8%}.creative-direction-inner{z-index:2;grid-template-columns:minmax(300px,.95fr) minmax(420px,1.05fr);align-items:start;gap:3rem;display:grid;position:relative}.creative-direction-copy{padding-right:1rem}.creative-direction-kicker{text-transform:uppercase;letter-spacing:3.5px;color:#c9a84c;opacity:0;margin-bottom:.95rem;font-size:.95rem;font-weight:600;transition:color .4s;transform:translateY(12px)}.dark .creative-direction-kicker{color:#e8d4a0}.creative-direction-quote{color:#17171a;text-wrap:balance;opacity:0;margin-bottom:.95rem;font-size:clamp(2.5rem,4.5vw,3.75rem);line-height:1.12;transition:color .4s;position:relative;transform:translateY(14px)}.dark .creative-direction-quote{color:#e8e8e8}.creative-direction-quote:before{content:"\"";color:#c9a84c59;font-family:Georgia,serif;font-size:4rem;line-height:1;transition:color .4s;position:absolute;top:-.5rem;left:-1.5rem}.dark .creative-direction-quote:before{color:#e8d4a066}.creative-direction-description{color:#4f4f56;opacity:0;max-width:42ch;font-size:1.2rem;line-height:1.65;transition:color .4s;transform:translateY(14px)}.dark .creative-direction-description{color:#b8b8b8}.creative-process{gap:1rem;padding-left:1.2rem;display:grid;position:relative}.creative-process:before{content:"";background:linear-gradient(#c9a84c,#d4943a,#d4943a33);width:3px;transition:background .4s;position:absolute;top:.7rem;bottom:.7rem;left:.2rem}.dark .creative-process:before{background:linear-gradient(#e8d4a0,#d4943a,#d4943a33)}.process-step{opacity:0;background:#ffffff9e;border:1px solid #917c4038;border-radius:12px;padding:1rem 1.15rem 1rem 1.25rem;transition:transform .45s,box-shadow .45s,border-color .45s,background-color .45s;position:relative;overflow:hidden;transform:translateY(16px);box-shadow:0 12px 28px #00000014}.dark .process-step{background:#1e1e239e;border-color:#c9a84c38;box-shadow:0 12px 28px #0000004d}.process-step:before{content:"";background:#c9a84c;border-radius:2px;width:.7rem;height:3px;transition:background .4s;position:absolute;top:1.25rem;left:-.98rem}.dark .process-step:before{background:#e8d4a0}.process-step:after{content:"";background:radial-gradient(circle at var(--cursor-x,15%) var(--cursor-y,25%), #c9a84c52, #d4943a26 45%, transparent 65%);opacity:0;pointer-events:none;transition:opacity .45s;position:absolute;inset:0}.process-step:hover,.process-step:focus-visible{background:#fffaf0d9;border-color:#c9a84c99;transform:translateY(-5px)scale(1.01);box-shadow:0 20px 42px #b873332e}.process-step:hover:after,.process-step:focus-visible:after{opacity:1}.process-step-number{font-family:var(--font-heading);color:#d4943a;letter-spacing:1px;text-shadow:0 2px 8px #d4943a33;margin-bottom:.2rem;font-size:1.45rem;font-weight:700;transition:color .4s;display:block}.dark .process-step-number{color:#e8d4a0;text-shadow:0 2px 8px #e8d4a033}.process-step-title{color:#222228;margin:0;font-size:1.25rem;transition:color .4s}.dark .process-step-title{color:#e8e8e8}.process-step-description{color:#595963;opacity:0;max-height:0;margin:.45rem 0 0;font-size:1.13rem;line-height:1.6;transition:max-height .45s,opacity .45s,color .4s;overflow:hidden}.dark .process-step-description{color:#b8b8b8}.process-step:hover .process-step-description,.process-step:focus-visible .process-step-description{opacity:1;max-height:140px}.creative-direction-inner.is-visible .creative-direction-kicker{animation:.9s forwards revealUp}.creative-direction-inner.is-visible .creative-direction-quote{animation:.9s .14s forwards revealUp}.creative-direction-inner.is-visible .creative-direction-description{animation:.9s .26s forwards revealUp}.creative-direction-inner.is-visible .process-step:first-child{animation:.8s .35s forwards revealUp}.creative-direction-inner.is-visible .process-step:nth-child(2){animation:.8s .45s forwards revealUp}.creative-direction-inner.is-visible .process-step:nth-child(3){animation:.8s .55s forwards revealUp}.creative-direction-inner.is-visible .process-step:nth-child(4){animation:.8s .65s forwards revealUp}@keyframes revealUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes driftLight{0%{transform:translate(0,0)scale(1)}to{transform:translate(-3%,2%)scale(1.08)}}@keyframes accentDrift{0%{transform:translate(0,0)scale(1)}to{transform:translate(4%,-2%)scale(1.12)}}.dashboard-sidebar{background-color:#fff;border:1px solid #eee;border-radius:10px;padding:1.2rem;transition:all .4s;box-shadow:0 6px 18px #0000000a}.dark .dashboard-sidebar{background-color:#1a1a1f;border-color:#ffffff1a;box-shadow:0 6px 18px #0000004d}.dashboard-label{color:var(--text-light);letter-spacing:1px;text-transform:uppercase;margin:0;font-size:.82rem;transition:color .4s}.dark .dashboard-label{color:#9a9a9a}.dashboard-title{margin:.5rem 0 1.2rem;font-size:1.3rem;transition:color .4s}.dark .dashboard-title{color:#e8e8e8}.dashboard-nav{flex-direction:column;gap:.65rem;display:flex}.dashboard-nav-link{color:var(--text-main);border-radius:6px;padding:.55rem .7rem;text-decoration:none;transition:all .3s}.dashboard-nav-link:hover{color:var(--accent-gold);background-color:#c9a84c1a}.dashboard-nav-link.active{background-color:#f7f7f7}.dark .dashboard-nav-link.active{background-color:#ffffff14}.dashboard-nav-link.admin-link{color:#fff;background-color:#1a1a1d}.dark .dashboard-nav-link.admin-link,.dashboard-nav-link.admin-link:hover{color:#0a0a0c;background-color:#c9a84c}.dark .dashboard-nav-link.admin-link:hover{background-color:#e8d4a0}.dashboard-main{background-color:#fff;border:1px solid #eee;border-radius:10px;padding:1.5rem 1.7rem;transition:all .4s;box-shadow:0 6px 18px #0000000a}.dark .dashboard-main{background-color:#1a1a1f;border-color:#ffffff1a;box-shadow:0 6px 18px #0000004d}.dashboard-signed-label{color:var(--text-light);margin:0;font-size:.9rem;transition:color .4s}.dark .dashboard-signed-label{color:#9a9a9a}.dashboard-email{margin:.4rem 0 .9rem;font-size:2rem;transition:color .4s}.dark .dashboard-email{color:#e8e8e8}.dashboard-role{color:var(--text-main);margin:0;line-height:1.7;transition:color .4s}.dark .dashboard-role{color:#e8e8e8}@media (max-width:768px){.container{padding:0 1rem}nav{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;gap:1rem;padding:1.25rem 0;overflow-x:auto}nav::-webkit-scrollbar{display:none}.nav-links{flex-shrink:0;gap:1.25rem}.nav-links a{letter-spacing:1px;white-space:nowrap;font-size:.85rem}.logo-svg{flex-shrink:0;width:170px;height:78px}.btn-primary,.btn-secondary{min-height:48px;padding:1rem 2rem}.project-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem;margin-top:2rem}.project-card{height:320px}.section-padding{padding:3rem 0}.section-title{margin-bottom:1rem;font-size:2rem}.section-subtitle{margin-bottom:2.5rem;font-size:1.1rem}.creative-direction-inner{grid-template-columns:1fr;gap:2rem}.creative-direction-section{padding:4rem 0}.dashboard-sidebar,.dashboard-main{width:100%}.admin-cards{grid-template-columns:1fr}footer{margin-top:2.5rem!important;padding:2.5rem 0!important}}.admin-heading{color:var(--primary);margin-bottom:1rem;font-size:1.8rem;transition:color .4s}.dark .admin-heading{color:#e8e8e8}.admin-description{color:var(--text-light);margin-bottom:2rem;transition:color .4s}.dark .admin-description{color:#9a9a9a}.admin-cards{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;display:grid}.admin-card{background-color:#fff;border:1px solid #eee;border-radius:8px;flex-direction:column;gap:1rem;padding:1.5rem;transition:all .4s;display:flex}.dark .admin-card{background-color:#1a1a1f;border-color:#ffffff1a}.admin-card-title{margin:0;font-size:1.2rem;transition:color .4s}.dark .admin-card-title{color:#e8e8e8}.admin-card-desc{color:var(--text-light);margin:0;transition:color .4s}.dark .admin-card-desc{color:#9a9a9a}.admin-btn{text-align:center;border-radius:4px;margin-top:auto;padding:.5rem 1rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.admin-btn.secondary{color:#333;background-color:#eee}.dark .admin-btn.secondary{color:#e8e8e8;background-color:#ffffff1a}.admin-btn.secondary:hover{background-color:#ddd}.dark .admin-btn.secondary:hover{background-color:#ffffff26}.admin-btn.primary{background-color:var(--primary);color:#fff}.dark .admin-btn.primary{color:#0a0a0c;background-color:#c9a84c}.admin-btn.primary:hover{background-color:#000}.dark .admin-btn.primary:hover{background-color:#e8d4a0}
