@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=DM+Sans:wght@300;400;500;600;700;800;900&family=Inter:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Space+Grotesk:wght@300;400;500;600;700&display=swap";.main-menu{position:fixed;top:0;left:0;right:0;z-index:200;height:var(--navbar-h);background-color:var(--bg);transform:translateY(0);transition:transform .35s ease}.main-menu.is-hidden{transform:translateY(-120px)}.menu-inner{height:100%;padding:0 40px}.menu-inner ul{list-style:none;height:100%;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center}.menu-item:nth-child(1){justify-self:start}.menu-item:nth-child(2){justify-self:center}.menu-item:nth-child(3){justify-self:end}.menu-item a{font-family:Space Grotesk,sans-serif;font-size:81px;font-weight:800;text-transform:uppercase;letter-spacing:-4px;color:var(--text);text-decoration:none;transition:opacity .2s ease;-webkit-text-stroke:1px var(--text)}.menu-item a:hover,.menu-item a.active{opacity:.4}.mobile-menu{display:none;position:fixed;top:0;left:0;right:0;z-index:200;transform:translateY(0);transition:transform .35s ease}.mobile-menu.is-hidden{transform:translateY(-120px)}.mobile-menu-bar{height:var(--navbar-h);background-color:var(--bg);padding:0 24px;display:flex;align-items:center;justify-content:space-between}.mobile-logo-link{display:inline-flex;align-items:center}.mobile-logo-link{font-family:Space Grotesk,sans-serif;font-size:56px;font-weight:800;text-transform:uppercase;letter-spacing:-3px;color:var(--text);text-decoration:none}.mobile-menu-toggle{background:none;border:none;cursor:pointer;font-family:Space Grotesk,sans-serif;font-size:56px;font-weight:800;text-transform:uppercase;letter-spacing:-3px;color:var(--text);padding:0}.mobile-menu-panel{background:var(--bg);border-bottom:1px solid var(--border);overflow:hidden;max-height:0;transition:max-height .35s ease}.mobile-menu-panel.is-visible{max-height:400px}.mobile-menu-nav ul{list-style:none;padding:0}.mobile-menu-nav li{border-bottom:1px solid var(--border)}.mobile-menu-nav a{display:block;padding:24px;font-family:Space Grotesk,sans-serif;font-size:clamp(1.6rem,7vw,2.8rem);font-weight:800;text-transform:uppercase;letter-spacing:-1px;color:var(--text);text-decoration:none;transition:opacity .2s ease}.mobile-menu-nav a:hover,.mobile-menu-nav a.active{opacity:.4}@media(max-width:680px){.main-menu{display:none}.mobile-menu{display:block}}.stt-btn{position:fixed;bottom:32px;right:32px;z-index:150;width:44px;height:44px;background:var(--text);color:var(--bg);border:none;border-radius:2px;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(12px);pointer-events:none;transition:opacity .25s ease,transform .25s ease}.stt-btn--visible{opacity:1;transform:translateY(0);pointer-events:auto}.stt-btn:hover{opacity:.75}@media(max-width:600px){.stt-btn{bottom:20px;right:20px;width:40px;height:40px}}.site-footer{border-top:1px solid var(--border)}.footer-columns{padding:40px 60px;display:grid;grid-template-columns:2fr 1fr 1fr 2fr;gap:32px;border-bottom:1px solid var(--border)}.footer-col{font-family:Inter,sans-serif;font-size:.78rem;color:var(--text);line-height:1.7}.footer-col a{color:var(--text);text-decoration:none;display:inline-block;transition:opacity .2s ease}.footer-col a:hover{opacity:.45}.footer-col p,.footer-col--1{color:var(--muted)}.footer-email-display{padding:40px 60px 56px;overflow:hidden}.footer-email-text{display:block;font-family:Inter,sans-serif;font-size:clamp(1.8rem,5.5vw,5.5rem);font-weight:300;letter-spacing:-2px;color:var(--text);text-decoration:none;line-height:1;white-space:nowrap;transition:opacity .25s ease}.footer-email-text:hover{opacity:.35}@media(max-width:1024px){.footer-columns{padding:32px 40px}.footer-email-display{padding:32px 40px 48px}}@media(max-width:900px){.footer-columns{padding:32px 24px;grid-template-columns:1fr 1fr}.footer-email-display{padding:24px 24px 48px}}@media(max-width:600px){.footer-columns{grid-template-columns:1fr;gap:24px;padding:28px 24px}.footer-email-text{letter-spacing:-1px;white-space:normal;word-break:break-all}}.home-wrap{background:var(--bg);padding-top:var(--navbar-h)}.hero{min-height:calc(140vh - var(--navbar-h));display:grid;grid-template-columns:46fr 54fr;border-bottom:1px solid var(--border);overflow:hidden}.hero-content{display:flex;flex-direction:column;justify-content:flex-start;gap:28px;padding:320px 56px 80px 60px}.hero-introduction p{font-family:Inter,sans-serif;font-size:clamp(1.05rem,1.4vw,1.25rem);font-weight:400;color:var(--text);line-height:1.85;max-width:560px}.hero-contact{display:flex;flex-direction:column;gap:10px}.hero-contact-item h3{font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--muted);margin-bottom:2px}.hero-contact-item a,.hero-contact-item p{font-family:Inter,sans-serif;font-size:1rem;color:var(--text);text-decoration:none;line-height:1.75;transition:opacity .2s ease}.hero-contact-item a:hover{opacity:.45}.hero-social-link{font-family:Inter,sans-serif;font-size:.82rem;color:var(--text);text-decoration:none;transition:opacity .2s ease}.hero-social-link:hover{opacity:.45}.hero-slideshow{position:relative;overflow:hidden;background:var(--bg)}.hero-slide{position:absolute;width:calc(100% - 24px);height:auto;max-height:calc(100% - 344px);object-fit:cover;object-position:top left;top:320px;left:0;opacity:0;filter:sepia(25%) saturate(.8) brightness(.97);transition:opacity .08s ease;pointer-events:none}.hero-slide--active{opacity:1}.hero-slide-label{position:absolute;bottom:24px;left:24px;z-index:2;pointer-events:none}.hero-slide-label span{font-family:DM Sans,sans-serif;font-size:.62rem;font-weight:500;letter-spacing:2px;text-transform:uppercase;color:#ffffffd9;background:#00000038;padding:4px 10px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@media(max-width:1024px){.hero{grid-template-columns:52fr 48fr}.hero-content{padding:240px 40px 80px}.footer-columns{padding:32px 40px}.footer-email-display{padding:32px 40px 48px}}@media(max-width:768px){.hero{grid-template-columns:1fr;grid-template-rows:auto 100vw;min-height:unset}.hero-content{padding:60px 24px 40px;gap:28px}.hero-slide{top:12px;left:8px;width:calc(100% - 16px);max-height:calc(100% - 24px);object-fit:cover;object-position:top center}}@media(max-width:600px){.footer-columns{padding:28px 24px;grid-template-columns:1fr;gap:24px}.footer-email-display{padding:24px 24px 48px}.footer-email-text{letter-spacing:-1px;white-space:normal;word-break:break-all}}.proy-wrapper{min-height:100vh;background:var(--bg);padding-top:var(--navbar-h)}.project-grid{display:grid;grid-template-columns:repeat(5,1fr);padding:180px 0 140px}.project-item{display:flex;flex-direction:column;text-decoration:none;background:var(--bg);padding:32px 40px 36px;cursor:pointer}.project-item--static,.project-item--dev{cursor:default}.project-item:nth-child(4n+1){grid-column:span 2}.project-item:nth-child(4n+2){grid-column:span 3}.project-item:nth-child(4n+3){grid-column:span 3}.project-item:nth-child(4n+4){grid-column:span 2}.project-media{overflow:hidden;margin-bottom:18px;flex:none}.project-img{width:100%;height:auto;display:block;filter:sepia(25%) saturate(.8) brightness(.97);transition:transform .8s ease,filter .5s ease}.project-item:not(.project-item--static):hover .project-img{transform:scale(1.02);filter:none}.project-img-placeholder{width:100%;aspect-ratio:3 / 2;background:var(--border)}.project-info{display:flex;justify-content:space-between;align-items:baseline;gap:24px;flex-shrink:0}.project-info-left{display:flex;flex-direction:column;gap:5px}.project-name{font-family:DM Sans,sans-serif;font-size:clamp(.9rem,1.2vw,1.2rem);font-weight:500;letter-spacing:-.2px;color:var(--text);transition:opacity .2s ease}.project-item:not(.project-item--static):hover .project-name{opacity:.4}.project-blurb{font-family:DM Sans,sans-serif;font-size:.75rem;color:var(--muted)}.project-info-right{display:flex;flex-direction:column;align-items:flex-end;gap:8px;flex-shrink:0}.project-deliverables{font-family:DM Sans,sans-serif;font-size:.72rem;color:var(--muted);text-align:right;font-style:italic}.project-badge{font-family:DM Sans,sans-serif;font-size:.58rem;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;color:var(--muted);border:1px solid var(--border);padding:3px 8px}@media(max-width:900px){.project-item{padding:28px 28px 32px}}@media(max-width:600px){.project-grid{grid-template-columns:1fr}.project-item:nth-child(4n+1),.project-item:nth-child(4n+2),.project-item:nth-child(4n+3),.project-item:nth-child(4n+4){grid-column:span 5}.project-item{padding:24px 20px 28px}.project-info{flex-direction:column;gap:6px}.project-info-right{align-items:flex-start}.project-deliverables{text-align:left}}.cont-wrapper{min-height:100vh;background:var(--bg);padding-top:calc(var(--navbar-h) + 120px);display:flex;flex-direction:column}.cont-body{flex:1;display:grid;grid-template-columns:46fr 54fr;border-bottom:1px solid var(--border)}.cont-left{padding:0 56px 80px 60px;border-right:1px solid var(--border);display:flex;flex-direction:column}.cont-statement{font-family:Space Grotesk,sans-serif;font-size:clamp(3.5rem,6vw,7rem);font-weight:800;text-transform:uppercase;letter-spacing:-4px;color:var(--text);line-height:1;margin-bottom:56px}.cont-info{display:flex;flex-direction:column;gap:16px}.cont-group{display:flex;flex-direction:column;gap:2px}.cont-group-label{font-family:Inter,sans-serif;font-size:.65rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--muted)}.cont-link{font-family:Inter,sans-serif;font-size:1rem;font-weight:400;color:var(--text);text-decoration:none;transition:opacity .2s ease;display:block;width:fit-content}.cont-link:hover{opacity:.45}.cont-form-col{padding:56px 60px}.cont-form{display:flex;flex-direction:column;gap:28px;max-width:560px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-field{display:flex;flex-direction:column;gap:8px;position:relative}.form-label{font-family:Inter,sans-serif;font-size:.72rem;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;color:var(--text);cursor:default}.form-hint{display:block;font-size:.72rem;color:var(--muted);letter-spacing:0;text-transform:none;margin-top:2px}.required{color:var(--muted);margin-left:2px}.form-input{background:transparent;border:none;border-bottom:1px solid var(--border);padding:10px 0;font-family:Inter,sans-serif;font-size:.95rem;color:var(--text);outline:none;transition:border-color .2s ease;width:100%;border-radius:0}.form-input::placeholder{color:var(--border)}.form-input:focus{border-color:var(--text)}.form-input:disabled{opacity:.4;cursor:not-allowed}.form-divider{height:1px;background-color:var(--border)}.pill-group{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.pill{padding:8px 16px;border:1px solid var(--border);background:transparent;font-family:Inter,sans-serif;font-size:.82rem;color:var(--muted);cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease;white-space:nowrap}.pill:hover{border-color:var(--text);color:var(--text)}.pill--active{border-color:var(--text);color:var(--bg);background:var(--text)}.cont-submit{margin-top:8px;padding:14px 32px;background:var(--text);color:var(--bg);border:none;font-family:Inter,sans-serif;font-size:.88rem;font-weight:500;cursor:pointer;transition:opacity .2s ease;align-self:flex-start;letter-spacing:.2px}.cont-submit:hover{opacity:.75}.cont-submit:disabled{opacity:.45;cursor:not-allowed}.form-error{font-family:Inter,sans-serif;font-size:.82rem;color:#c0392b;line-height:1.5}.modal-overlay{position:fixed;inset:0;background:#0006;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}.modal-card{background:var(--bg);border:1px solid var(--border);padding:56px 48px;max-width:440px;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px}.modal-icon{width:56px;height:56px;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:var(--text)}.modal-title{font-family:Playfair Display,serif;font-size:2rem;font-weight:400;color:var(--text);letter-spacing:-.5px}.modal-desc{font-family:Inter,sans-serif;font-size:.9rem;color:var(--muted);line-height:1.75}.modal-desc strong{color:var(--text);font-weight:500}.modal-close{margin-top:8px;padding:13px 32px;background:var(--text);color:var(--bg);border:none;font-family:Inter,sans-serif;font-size:.88rem;font-weight:500;cursor:pointer;transition:opacity .2s ease;width:100%}.modal-close:hover{opacity:.78}.modal-link{font-family:Inter,sans-serif;font-size:.82rem;color:var(--muted);text-decoration:none;transition:color .2s ease}.modal-link:hover{color:var(--text)}@media(max-width:900px){.cont-body{grid-template-columns:1fr}.cont-left{border-right:none;border-bottom:1px solid var(--border);padding:0 40px 48px}.cont-statement{font-size:clamp(3rem,10vw,5rem);margin-bottom:40px}.cont-form-col{padding:40px 40px 56px}}@media(max-width:600px){.cont-wrapper{padding-top:calc(var(--navbar-h) + 60px)}.cont-left{padding:0 24px 40px}.cont-statement{font-size:clamp(2.8rem,12vw,4rem);margin-bottom:32px}.cont-form-col{padding:32px 24px 48px}.form-row{grid-template-columns:1fr}.cont-submit{width:100%;text-align:center}}*{margin:0;padding:0;box-sizing:border-box}:root{--bg: #f8f6f2;--text: #0f0f0f;--muted: #888888;--border: #e6e2d8;--navbar-h: 64px}html{scroll-behavior:smooth;scrollbar-width:none}body{background-color:var(--bg);color:var(--text);font-family:DM Sans,system-ui,sans-serif;overflow-x:hidden;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;font-weight:400;color:var(--text)}#root{width:100%;min-height:100vh}
