@import "https://fonts.googleapis.com/css2?family=Barlow:wght@300;400&family=Barlow+Condensed:wght@700;800;900&display=swap";:root{--color-primary:#507b9c;--color-supporting:#6d8196;--color-action:#f73718;--color-highlight:#cfb53b;--dark:#0d1a26;--darker:#081018;--light:#e8eef4;--sans:"Barlow", system-ui, sans-serif;--condensed:"Barlow Condensed", system-ui, sans-serif}body{background:var(--darker);background-image:linear-gradient(#507b9c0f 1px,#0000 1px),linear-gradient(90deg,#507b9c0f 1px,#0000 1px);background-size:80px 80px;margin:0}.container{max-width:85%;margin:0 auto}.header{font-family:var(--condensed);color:var(--light);letter-spacing:.12em;text-transform:uppercase;justify-content:space-between;align-items:center;margin:2rem 0;font-size:1.1rem;line-height:1.1;display:flex}.header img{object-fit:cover;width:60px;height:60px}.header-brand{color:inherit;align-items:center;gap:1rem;text-decoration:none;display:flex}.header-nav{gap:2rem;display:flex}.header-nav a{color:var(--light);font-family:var(--condensed);letter-spacing:.12em;text-transform:uppercase;font-weight:700;text-decoration:none;transition:color .2s}.header-nav a:hover{color:var(--color-action)}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.bar{background:var(--light);border-radius:2px;width:24px;height:2px;transition:transform .2s,opacity .2s;display:block}@media (width<=768px){.hamburger{display:flex}.header-nav{background:var(--dark);z-index:100;border-top:1px solid #507b9c33;flex-direction:column;gap:1.5rem;padding:1.5rem 2rem;display:none;position:absolute;top:100%;left:0;right:0}.header-nav--open{display:flex}.header{position:relative}}.home-hero{background:url(/hero-bg.jpg) center/cover no-repeat var(--dark);grid-template-columns:1fr 1fr;align-items:center;gap:4rem;min-height:70vh;margin:0 -8%;padding:6rem 8%;display:grid}.home-hero-card{flex-direction:column;gap:1.25rem;display:flex}.home-hero-card h1{color:var(--light);margin:0;font-size:clamp(2.5rem,5vw,4rem);line-height:1}.home-hero-card p{color:var(--light);opacity:.8;font-size:1rem;line-height:1.6}.hero-shape{aspect-ratio:1;justify-content:center;justify-self:center;align-items:center;width:100%;max-width:480px;display:flex;position:relative}.hero-shape-ring{border:1px solid var(--color-primary);border-radius:50%;position:absolute}.hero-shape-ring--1{opacity:.15;width:100%;height:100%}.hero-shape-ring--2{opacity:.25;border-color:var(--color-supporting);width:68%;height:68%}.hero-shape-ring--3{opacity:.4;border-color:var(--color-highlight);width:38%;height:38%}.hero-shape-core{background:var(--color-action);z-index:1;border-radius:50%;width:14%;height:14%;box-shadow:0 0 40px 12px #f7371859}.hero-shape-burst{background:radial-gradient(#f7371814 0%,#507b9c0f 45%,#0000 70%);border-radius:50%;width:100%;height:100%;position:absolute}.btn-outline{border:2px solid var(--color-highlight);color:var(--color-highlight);font-family:var(--condensed);letter-spacing:.1em;text-transform:uppercase;border-radius:6px;align-self:flex-start;padding:.75rem 1.5rem;font-weight:700;text-decoration:none;transition:background .2s,color .2s;display:inline-block}.btn-outline:hover{background:var(--color-highlight);color:var(--darker)}.btn-outline-light{border:2px solid var(--light);color:var(--light);font-family:var(--condensed);letter-spacing:.1em;text-transform:uppercase;border-radius:6px;padding:.75rem 1.5rem;font-weight:700;text-decoration:none;transition:background .2s,color .2s;display:inline-block}.btn-outline-light:hover{background:var(--light);color:var(--darker)}.home-statement{background:var(--dark);text-align:center;flex-direction:column;align-items:center;gap:1.5rem;margin:0 -8%;padding:6rem 8%;display:flex}.home-statement-label{font-family:var(--condensed);letter-spacing:.2em;text-transform:uppercase;color:var(--color-supporting);font-size:.85rem;font-weight:700}.home-statement h2{color:var(--light);font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900;line-height:1.05}.home-statement p{opacity:.75;max-width:600px;line-height:1.7}.home-feature{border-top:1px solid #507b9c33;padding:5rem 0}.home-feature-label{font-family:var(--condensed);letter-spacing:.2em;text-transform:uppercase;color:var(--color-action);margin-bottom:2rem;font-size:.8rem;font-weight:700}.home-feature-content{justify-content:space-between;align-items:flex-start;gap:4rem;display:flex}.home-feature-text{flex-direction:column;gap:1.25rem;max-width:560px;display:flex}.home-feature-text h2{color:var(--light);font-size:clamp(2.5rem,5vw,4rem);font-weight:900;line-height:1}.home-feature-sub{font-family:var(--condensed);letter-spacing:.1em;text-transform:uppercase;color:var(--color-supporting);font-size:1.1rem;font-weight:700}.home-feature-text p:not(.home-feature-sub){opacity:.75;line-height:1.7}.home-feature-tags{flex-direction:column;gap:.75rem;padding-top:.5rem;display:flex}.tag{font-family:var(--condensed);letter-spacing:.1em;text-transform:uppercase;color:var(--color-primary);border:1px solid var(--color-primary);white-space:nowrap;border-radius:4px;padding:.4rem .9rem;font-size:.85rem;font-weight:700}.home-services{padding:5rem 0}.home-services>h2{color:var(--light);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem)}.home-services-desc{opacity:.75;max-width:640px;margin-bottom:3rem;line-height:1.7}.home-services-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.service-card{background:var(--dark);border:1px solid #0000;border-radius:12px;flex-direction:column;gap:1rem;padding:2rem;transition:border-color .2s;display:flex}.service-card:hover{border-color:var(--color-primary)}.service-card-header{justify-content:space-between;align-items:flex-start;display:flex}.service-card-header h3{color:var(--color-primary);font-size:1.4rem;font-weight:700}.service-icon{color:var(--color-supporting);font-size:1.4rem}.service-card p{opacity:.75;flex:1;line-height:1.7}.service-link{color:var(--color-highlight);font-family:var(--condensed);letter-spacing:.08em;font-weight:700;text-decoration:none;transition:color .2s}.service-link:hover{color:var(--color-action)}.work-header{border-bottom:1px solid #507b9c33;margin-bottom:4rem;padding:4rem 0 2rem}.work-header h1{color:var(--light);margin-bottom:.75rem;font-size:clamp(3rem,6vw,5rem)}.work-header p{opacity:.6;font-size:1.1rem}.work-tag{font-family:var(--condensed);letter-spacing:.15em;text-transform:uppercase;border-radius:4px;margin-bottom:1.5rem;padding:.3rem .8rem;font-size:.75rem;font-weight:700;display:inline-block}.work-tag--product{color:var(--color-action);background:#f7371826;border:1px solid #f737184d}.work-tag--client{color:var(--color-primary);background:#507b9c26;border:1px solid #507b9c4d}.work-featured{margin-bottom:5rem}.work-featured-body{grid-template-columns:1fr 340px;align-items:start;gap:4rem;display:grid}.work-featured-text{flex-direction:column;gap:1.25rem;display:flex}.work-featured-text h2{color:var(--light);font-size:clamp(2.5rem,5vw,4rem);font-weight:900;line-height:1}.work-featured-sub{font-family:var(--condensed);letter-spacing:.1em;text-transform:uppercase;color:var(--color-supporting);font-size:1rem;font-weight:700}.work-featured-text p:not(.work-featured-sub){opacity:.75;line-height:1.75}.work-featured-accomplishments{grid-template-columns:1fr 1fr;gap:.75rem;margin-top:.5rem;display:grid}.accomplishment{font-family:var(--sans);color:var(--light);opacity:.7;border-left:2px solid var(--color-primary);padding-left:1rem;font-size:.9rem;font-weight:300;line-height:1.4}.work-featured-meta{background:var(--dark);border:1px solid #507b9c26;border-radius:12px;flex-direction:column;gap:2rem;padding:2rem;display:flex;position:sticky;top:2rem}.work-meta-block{flex-direction:column;gap:.5rem;display:flex}.work-meta-label{font-family:var(--condensed);letter-spacing:.15em;text-transform:uppercase;color:var(--color-supporting);font-size:.75rem;font-weight:700}.work-meta-value{font-family:var(--condensed);color:var(--light);font-size:1rem;font-weight:700}.work-meta-value--active{color:#4ade80}.work-meta-tags{flex-wrap:wrap;gap:.5rem;display:flex}.work-clients h2{color:var(--light);margin-bottom:2rem;font-size:clamp(1.75rem,3vw,2.5rem)}.work-card{background:var(--dark);border:1px solid #507b9c26;border-radius:12px;flex-direction:column;gap:1.5rem;margin-bottom:1.5rem;padding:2.5rem;display:flex}.work-card-header{justify-content:space-between;align-items:flex-start;display:flex}.work-card-header h3{color:var(--light);margin:.5rem 0 .25rem;font-size:1.6rem;font-weight:700}.work-card-client{font-family:var(--condensed);letter-spacing:.1em;text-transform:uppercase;color:var(--color-supporting);font-size:.85rem;font-weight:700}.work-card-body{flex-direction:column;gap:1.5rem;display:flex}.work-card-header-right{flex-direction:column;align-items:flex-end;gap:.75rem;display:flex}.work-card-logo{object-fit:contain;background:#fff;border-radius:8px;width:72px;height:72px;padding:4px}.work-card-category{font-family:var(--condensed);letter-spacing:.1em;text-transform:uppercase;color:var(--color-supporting);opacity:.6;white-space:nowrap;font-size:.8rem;font-weight:700}.work-card>p{opacity:.75;line-height:1.75}.work-card-accomplishments{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.work-card-footer{border-top:1px solid #507b9c26;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1rem;display:flex}.about-header{border-bottom:1px solid #507b9c33;margin-bottom:5rem;padding:4rem 0 2rem}.about-header h1{color:var(--light);margin-bottom:.75rem;font-size:clamp(3rem,6vw,5rem)}.about-header p{opacity:.6;max-width:560px;font-size:1.1rem}.about-label{font-family:var(--condensed);letter-spacing:.2em;text-transform:uppercase;color:var(--color-action);margin-bottom:1rem;font-size:.75rem;font-weight:700;display:block}.about-origin{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;margin-bottom:6rem;display:grid}.about-origin-text{flex-direction:column;gap:1.25rem;display:flex}.about-origin-text h2{color:var(--light);font-size:clamp(2rem,4vw,3rem);font-weight:900;line-height:1.05}.about-origin-text p{opacity:.75;line-height:1.75}.about-origin-shape{aspect-ratio:1;justify-content:center;justify-self:center;align-items:center;width:100%;max-width:360px;display:flex;position:relative}.about-shape-ring{border:1px solid var(--color-primary);border-radius:50%;position:absolute}.about-shape-ring--1{opacity:.12;width:100%;height:100%}.about-shape-ring--2{opacity:.2;border-color:var(--color-supporting);width:68%;height:68%}.about-shape-ring--3{opacity:.35;border-color:var(--color-highlight);width:38%;height:38%}.about-shape-core{background:var(--color-action);z-index:1;border-radius:50%;width:14%;height:14%;box-shadow:0 0 40px 12px #f737184d}.about-values{margin-bottom:6rem}.about-values>h2{color:var(--light);margin-bottom:2.5rem;font-size:clamp(2rem,4vw,3rem)}.about-values-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.about-value-card{background:var(--dark);border:1px solid #507b9c26;border-radius:12px;flex-direction:column;gap:.75rem;padding:2rem;transition:border-color .2s;display:flex}.about-value-card:hover{border-color:var(--color-primary)}.about-value-card h3{color:var(--color-highlight);font-size:1.3rem;font-weight:700}.about-value-card p{opacity:.7;line-height:1.7}.about-founder{background:var(--dark);border:1px solid #507b9c26;border-radius:16px;margin-bottom:5rem;padding:3rem}.about-founder-content{grid-template-columns:1fr 240px;grid-template-areas:"heading image""body image";gap:1.25rem 3rem;display:grid}.about-founder-heading{flex-direction:column;grid-area:heading;gap:.5rem;display:flex}.about-founder-heading h2{color:var(--light);font-size:clamp(2rem,4vw,3rem);font-weight:900}.about-founder-body{flex-direction:column;grid-area:body;gap:1.25rem;display:flex}.about-founder-body p{opacity:.75;line-height:1.75}.about-founder-img{object-fit:cover;border-radius:12px;grid-area:image;width:100%;height:100%}@media (width<=768px){.about-founder-content{grid-template-columns:1fr;grid-template-areas:"heading""image""body"}.about-founder-img{height:280px}}.contact-header{border-bottom:1px solid #507b9c33;margin-bottom:5rem;padding:4rem 0 2rem}.contact-header h1{color:var(--light);margin-bottom:.75rem;font-size:clamp(3rem,6vw,5rem)}.contact-header p{opacity:.6;font-size:1.1rem}.contact-body{grid-template-columns:1fr 1fr;align-items:start;gap:6rem;margin-bottom:6rem;display:grid}.contact-info{flex-direction:column;gap:1.25rem;display:flex}.contact-info h2{color:var(--light);font-size:clamp(2rem,4vw,3rem);font-weight:900;line-height:1.05}.contact-info>p{opacity:.75;line-height:1.75}.contact-details{flex-direction:column;gap:1.5rem;margin-top:1rem;display:flex}.contact-detail{flex-direction:column;gap:.4rem;display:flex}.contact-link{color:var(--color-primary);font-family:var(--condensed);font-size:1rem;font-weight:700;text-decoration:none;transition:color .2s}.contact-link:hover{color:var(--color-highlight)}.contact-form-wrap{background:var(--dark);border:1px solid #507b9c26;border-radius:16px;padding:2.5rem}.contact-form{flex-direction:column;gap:1.25rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-field{flex-direction:column;gap:.5rem;display:flex}.form-field label{font-family:var(--condensed);letter-spacing:.12em;text-transform:uppercase;color:var(--color-supporting);font-size:.8rem;font-weight:700}.form-field input,.form-field textarea{background:var(--darker);font-family:var(--sans);color:var(--light);resize:none;border:1px solid #507b9c40;border-radius:8px;outline:none;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s}.form-field input:focus,.form-field textarea:focus{border-color:var(--color-primary)}.form-field input::placeholder,.form-field textarea::placeholder{color:var(--color-supporting);opacity:.5}.btn-submit{background:var(--color-action);color:var(--light);font-family:var(--condensed);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border:none;border-radius:8px;align-self:flex-start;padding:.9rem 1.75rem;font-size:1rem;font-weight:700;transition:opacity .2s}.btn-submit:hover{opacity:.85}.contact-error{color:var(--color-action);opacity:.9;font-size:.9rem}.contact-success{flex-direction:column;gap:.75rem;padding:2rem 0;display:flex}.contact-success h3{color:#4ade80;font-size:1.75rem}.contact-success p{opacity:.7}@media (width<=768px){.home-hero{grid-template-columns:1fr;margin:0 -5%;padding-inline:5%}.home-statement{margin:0 -5%;padding:4rem 5%}.home-services-grid{grid-template-columns:1fr}.home-feature-content{flex-direction:column;gap:2rem}.about-origin{grid-template-columns:1fr;gap:3rem}.about-values-grid{grid-template-columns:1fr}.contact-body{grid-template-columns:1fr;gap:3rem}.form-row,.work-featured-body,.work-card-accomplishments{grid-template-columns:1fr}}.display{font-family:var(--condensed);font-weight:900}h1,h2,h3{font-family:var(--condensed);margin:0}h1{color:var(--color-primary);font-weight:800}h2{color:var(--color-highlight);font-weight:700}h3{font-weight:600}p{font-family:var(--sans);color:var(--light);font-weight:300}.caption,label{font-family:var(--sans);font-weight:200}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}@media (width<=1024px){#center{gap:18px;padding:32px 20px 24px}}
