*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: #F5F1EA;--surface: #FDFAF5;--text: #262320;--text-muted: #6B6560;--brand: #7C8B74;--brand-dark: #677560;--accent: #B07A67;--border: #E2DDD5;--border-light: #EDE9E2}body{font-family:Space Grotesk,system-ui,sans-serif;line-height:1.6;color:var(--text);background-color:var(--bg);padding:0 24px}main{max-width:860px;margin:0 auto;padding:64px 0 100px}h1{font-size:clamp(2.5rem,5.5vw,3.6rem);font-weight:700;line-height:1.12;letter-spacing:-1.2px;color:var(--text)}h2{font-size:1.65rem;font-weight:600;letter-spacing:-.3px;color:var(--text)}h3{font-size:.975rem;font-weight:600;color:var(--text)}p{color:var(--text-muted);max-width:580px}a{color:var(--brand);text-decoration:none}a:hover{color:var(--accent)}section{margin-bottom:96px}.section-label{font-family:Courier New,Courier,monospace;font-size:.75rem;font-weight:400;letter-spacing:.02em;text-transform:none;color:var(--text-muted);margin-bottom:32px;max-width:none;opacity:.7}.btn{display:inline-flex;align-items:center;padding:8px 18px;border-radius:5px;font-size:.85rem;font-weight:500;text-decoration:none;transition:background .15s ease,color .15s ease,border-color .15s ease;cursor:pointer}.btn-primary{background:var(--brand);color:#fff;border:1px solid var(--brand)}.btn-primary:hover{background:var(--brand-dark);border-color:var(--brand-dark);color:#fff}.btn-ghost{background:transparent;color:var(--text);border:1px solid var(--border)}.btn-ghost:hover{border-color:var(--accent);color:var(--accent)}#hero{position:relative;overflow:hidden;padding-top:80px;padding-bottom:64px;margin-bottom:88px;border-bottom:1px solid var(--border)}.hero-shape{position:absolute;pointer-events:none}.hero-shape--1{width:76px;height:26px;border-radius:100px;border:1.5px solid rgba(124,139,116,.28);top:18%;right:6%;animation:float-a 7s ease-in-out infinite}.hero-shape--2{width:34px;height:34px;border-radius:50%;border:1.5px solid rgba(176,122,103,.22);top:42%;right:22%;animation:float-b 9s ease-in-out infinite 1s}.hero-shape--3{width:20px;height:20px;border:1.5px solid rgba(38,35,32,.1);top:62%;right:8%;animation:float-c 8s ease-in-out infinite 2s}.hero-shape--4{width:52px;height:16px;border-radius:100px;background:#7c8b7417;border:1px solid rgba(124,139,116,.18);top:76%;right:28%;animation:float-b 10s ease-in-out infinite .5s}@keyframes float-a{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes float-b{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-8px) rotate(6deg)}}@keyframes float-c{0%,to{transform:translateY(0) rotate(18deg)}50%{transform:translateY(-10px) rotate(24deg)}}.eyebrow{font-size:.875rem;color:var(--text-muted);margin-bottom:22px;max-width:none}#hero h1{margin-bottom:22px}.br-desktop{display:inline}.hero-sub{font-size:1rem;line-height:1.72;color:var(--text-muted);margin-bottom:44px;max-width:440px}.hero-actions{display:flex;gap:32px;flex-wrap:wrap;align-items:baseline;margin-bottom:48px}.hero-cta-primary{font-size:.95rem;font-weight:600;color:var(--text);text-decoration:none;border-bottom:1.5px solid var(--text);padding-bottom:2px;transition:color .15s ease,border-color .15s ease;letter-spacing:.01em}.hero-cta-primary:hover{color:var(--accent);border-color:var(--accent)}.hero-cta-secondary{font-size:.95rem;font-weight:400;color:var(--text-muted);text-decoration:none;border-bottom:1px solid transparent;padding-bottom:2px;transition:color .15s ease,border-color .15s ease}.hero-cta-secondary:hover{color:var(--text);border-color:var(--border)}.hero-tags{font-family:Courier New,Courier,monospace;font-size:.72rem;color:var(--text-muted);letter-spacing:.04em;opacity:.65;max-width:none}#featured{margin-bottom:96px}.featured-header{margin-bottom:28px}.featured-header h2{margin-bottom:10px}.featured-header p{font-size:1rem;line-height:1.6}.featured-image{margin-bottom:20px}.img-placeholder{width:100%;aspect-ratio:16 / 9;background:var(--border-light);border:1px solid var(--border);border-radius:10px}.featured-img{width:100%;max-height:480px;display:block;border-radius:10px;border:1px solid var(--border);object-fit:cover;object-position:top}.featured-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;padding-top:4px}.tech-stack{display:flex;flex-wrap:wrap;gap:6px}.tech-stack span{font-size:.77rem;font-weight:500;padding:4px 10px;background:var(--surface);border:1px solid var(--border);border-radius:4px;color:var(--text-muted)}.featured-links{display:flex;gap:10px;flex-wrap:wrap}#projects{margin-bottom:88px}.projects-featured{margin-bottom:16px}.project-card--featured{display:grid;grid-template-columns:3fr 2fr}.project-card--featured .project-img-wrap{aspect-ratio:unset;min-height:280px;border-bottom:none;border-right:1px solid rgba(38,35,32,.08)}.project-card--featured .project-body{padding:32px;justify-content:space-between}.projects-header{margin-bottom:36px}.projects-header .section-label{margin-bottom:6px}.projects-subtitle{font-size:.9rem;color:var(--text-muted);max-width:none}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.project-card{background:var(--surface);border:1px solid rgba(38,35,32,.08);border-radius:12px;overflow:hidden;transition:border-color .2s ease}.project-card:hover{border-color:#26232038}.project-img-wrap{width:100%;aspect-ratio:16 / 9;overflow:hidden;border-bottom:1px solid rgba(38,35,32,.08)}.project-img-placeholder{width:100%;height:100%;background:var(--border-light)}.project-img-wrap img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:opacity .25s ease}.project-card:hover .project-img-wrap img{opacity:.72}.project-body{padding:20px 22px 22px;display:flex;flex-direction:column;gap:10px}.project-tags{display:flex;flex-wrap:wrap;gap:4px}.project-tags span{font-size:.67rem;font-weight:400;padding:2px 7px;background:var(--border-light);border-radius:2px;color:var(--text-muted);opacity:.85}.project-desc{font-size:.875rem;line-height:1.55;max-width:none}.project-link{font-size:.82rem;font-weight:500;color:var(--text-muted);margin-top:2px;align-self:flex-start;text-decoration:underline;text-decoration-color:transparent;text-underline-offset:3px;transition:color .15s ease,text-decoration-color .15s ease}.project-link:hover,.project-card:hover .project-link{color:var(--brand);text-decoration-color:var(--brand)}.projects-show-more{display:none}@media(max-width:680px){.projects-grid{grid-template-columns:1fr;gap:16px}.project-card--extra{display:none}.project-card--extra.project-card--visible{display:block}.projects-show-more{display:block;margin-top:16px;background:none;border:1px solid var(--border);border-radius:6px;padding:9px 18px;font-size:.85rem;font-weight:500;color:var(--text-muted);cursor:pointer;transition:border-color .15s ease,color .15s ease}.projects-show-more:hover{border-color:var(--brand);color:var(--brand)}}#work{margin-bottom:0}.work-header{margin-bottom:36px}.work-header .section-label{margin-bottom:6px}.work-subtitle{font-size:.9rem;color:var(--text-muted);max-width:none}.work-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.work-card{border:1px solid rgba(38,35,32,.1);border-radius:12px;overflow:hidden;background:var(--surface);transition:border-color .2s ease}.work-card:hover{border-color:#26232038}.work-img-wrap{width:100%;aspect-ratio:16 / 7;overflow:hidden;background:var(--border-light);display:flex;align-items:flex-start}.work-img-wrap a{display:block;width:100%;height:100%}.work-img-wrap img{width:100%;height:100%;object-fit:cover;object-position:top;display:block;transition:opacity .25s ease}.work-card:hover .work-img-wrap img{opacity:.72}.work-img-placeholder{width:100%;height:100%;background:var(--border-light)}.work-card-body{padding:20px 22px 22px;display:flex;flex-direction:column;gap:10px}.work-agency{font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--brand);max-width:none;margin:0}.work-card-body h3{font-size:.975rem;line-height:1.3}.work-card-desc{font-size:.875rem;line-height:1.55;max-width:none}.work-card-tags{display:flex;flex-wrap:wrap;gap:4px}.work-card-tags span{font-size:.67rem;font-weight:400;padding:2px 7px;background:var(--border-light);border-radius:2px;color:var(--text-muted);opacity:.85}.work-visit-link{display:inline-flex;align-items:center;font-size:.8rem;font-weight:500;color:var(--text-muted);margin-top:4px;align-self:flex-start;transition:color .15s ease}.work-visit-link:hover{color:var(--brand)}@media(max-width:680px){.work-grid{grid-template-columns:1fr;gap:16px}}#contact{padding-top:56px;padding-bottom:16px;margin-bottom:0}.contact-heading{font-size:clamp(1.55rem,3vw,2.1rem);font-weight:600;letter-spacing:-.4px;line-height:1.22;color:var(--text);margin-top:20px;margin-bottom:14px;max-width:none}.contact-sub{font-size:.925rem;line-height:1.7;color:var(--text-muted);max-width:480px;margin-bottom:36px}.contact-links-row{display:flex;gap:24px;flex-wrap:wrap;align-items:center}.contact-link-item{font-size:.9rem;font-weight:500;color:var(--text);text-decoration:none;letter-spacing:.01em;border-bottom:1px solid var(--border);padding-bottom:1px;transition:color .15s ease,border-color .15s ease}.contact-link-item:hover{color:var(--brand);border-color:var(--brand)}@media(max-width:680px){body{padding:0 20px}main{padding:28px 0 56px}section{margin-bottom:64px}#hero{padding-top:40px;padding-bottom:40px;margin-bottom:56px}.eyebrow{margin-bottom:16px}.hero-shape{display:none}h1{font-size:2rem;line-height:1.15;letter-spacing:-.5px;margin-bottom:18px}#hero h1{margin-bottom:18px}.br-desktop{display:none}.hero-sub{font-size:.9375rem;line-height:1.65;margin-bottom:28px;max-width:100%}.hero-actions{gap:24px;margin-bottom:32px}.projects-featured{margin-bottom:12px}.project-card--featured{grid-template-columns:1fr}.project-card--featured .project-img-wrap{aspect-ratio:16 / 9;min-height:unset;border-right:none;border-bottom:1px solid rgba(38,35,32,.08)}.project-card--featured .project-body{padding:16px 18px 18px;gap:8px}.projects-grid{grid-template-columns:1fr;gap:10px}.project-img-wrap{aspect-ratio:16 / 9}.project-body{padding:14px 16px 16px;gap:8px}.work-grid{grid-template-columns:1fr;gap:12px}.work-img-wrap{aspect-ratio:16 / 8;overflow:hidden}.work-img-wrap a{width:100%;height:100%;display:block}.work-card-body{padding:14px 16px 16px;gap:8px}.featured-footer{flex-direction:column;align-items:flex-start}.featured-links{width:100%}h2,.contact-heading{font-size:1.35rem}#contact{padding-top:40px;padding-bottom:8px}.contact-links-row{flex-direction:row;flex-wrap:wrap;gap:20px}}@media(max-width:480px){.hero-actions{flex-direction:column;align-items:flex-start;gap:16px}}
