@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@400;500;600;700&family=Playfair+Display:ital,wght@1,500&display=swap");:root{--cream:#f2ecdf;--cream-2:#e7dfd0;--paper:#faf7f0;--ink:#171511;--muted:#6e675e;--brown:#6e4632;--brown-dark:#2a1d17;--line:rgba(23,21,17,0.14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:DM Sans,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}.shell{width:min(1240px,calc(100% - 48px));margin:0 auto}.navbar{height:90px;display:flex;justify-content:space-between;position:relative;z-index:20}.brand,.navbar{align-items:center}.brand{display:inline-flex}.brand-logo{display:block;width:176px;height:auto}.nav-links{display:flex;gap:34px;font-size:14px}.nav-links a{position:relative}.nav-links a:after{content:"";position:absolute;left:0;bottom:-7px;width:0;height:1px;background:var(--ink);transition:width .25s ease}.nav-links a:hover:after{width:100%}.nav-actions{display:flex;align-items:center;gap:10px}.language,.menu-button{border:1px solid var(--line);background:rgba(250,247,240,.5);border-radius:999px;cursor:pointer}.language{padding:10px 14px;display:flex;gap:7px;align-items:center;font-size:13px;font-weight:600}.menu-button{width:42px;height:42px;display:none;place-items:center}.hero{padding:72px 0 30px;min-height:calc(100vh - 90px);display:flex;flex-direction:column;justify-content:space-between}.hero-grid{display:grid;grid-template-columns:1.14fr .86fr;grid-gap:42px;gap:42px;align-items:center}.eyebrow{display:flex;align-items:center;gap:12px;text-transform:uppercase;letter-spacing:.16em;font-size:11px;font-weight:600;color:var(--muted)}.eyebrow span{width:30px;height:1px;background:currentColor}.hero h1{margin:28px 0;max-width:900px;font-family:Manrope,sans-serif;font-size:clamp(54px,7vw,104px);line-height:.98;letter-spacing:-.065em;font-weight:600}.hero h1 em{font-family:Playfair Display,serif;font-weight:500;color:var(--brown)}.hero-copy>p{max-width:690px;font-size:18px;line-height:1.7;color:var(--muted)}.hero-actions{display:flex;gap:12px;margin-top:36px}.button{min-height:52px;padding:0 20px;display:inline-flex;align-items:center;gap:12px;border-radius:999px;font-weight:600;font-size:14px;transition:transform .25s ease,background .25s ease}.button:hover{transform:translateY(-2px)}.button-dark{background:var(--ink);color:var(--cream)}.button-ghost{border:1px solid var(--line);background:rgba(255,255,255,.22)}.hero-art{height:520px;position:relative;overflow:hidden;border-radius:140px 140px 28px 28px;background:radial-gradient(circle at 70% 20%,#9c745d 0,#503327 38%,#211814 76%);box-shadow:inset 0 0 0 1px rgba(255,255,255,.15)}.orb{position:absolute;border-radius:50%;filter:blur(2px)}.orb-one{width:260px;height:260px;background:rgba(241,220,192,.22);top:-70px;left:-60px}.orb-two{width:190px;height:190px;background:rgba(255,255,255,.08);bottom:-45px;right:-30px}.art-card{position:absolute;color:var(--paper);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.18);box-shadow:0 24px 80px rgba(0,0,0,.22)}.card-code{width:250px;height:170px;top:82px;right:38px;border-radius:22px;padding:24px;display:flex;flex-direction:column;justify-content:space-between}.card-code span{font-size:10px;letter-spacing:.14em}.mini-dots{display:flex;gap:6px}.mini-dots i{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.55)}.card-system{left:28px;bottom:72px;width:280px;padding:24px;border-radius:22px;display:flex;gap:18px;align-items:center}.card-system small,.card-system strong{display:block}.card-system strong{font-size:14px}.card-system small{margin-top:5px;opacity:.65}.art-badge{position:absolute;right:26px;bottom:22px;background:var(--cream);color:var(--ink);padding:12px 15px;border-radius:999px;display:flex;align-items:center;gap:8px;font-size:12px;font-weight:600}.hero-stats{border-top:1px solid var(--line);margin-top:70px;display:grid;grid-template-columns:repeat(3,1fr)}.hero-stats div{padding:24px 0;display:flex;align-items:center;gap:16px;border-right:1px solid var(--line)}.hero-stats div:last-child{border-right:0;padding-left:24px}.hero-stats div:nth-child(2){padding-left:24px}.hero-stats strong{font-family:Manrope;font-size:12px;color:var(--brown)}.hero-stats span{font-size:13px;color:var(--muted)}.section{padding:130px 0}.work-section{background:var(--paper)}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:56px}.section-heading>div{display:flex;gap:20px;align-items:baseline}.section-index{color:var(--brown);font-size:12px;font-weight:600}.about-copy h2,.contact-inner h2,.section-heading h2,.sticky-copy h2{margin:0;font-family:Manrope;font-size:clamp(38px,5vw,68px);letter-spacing:-.05em;line-height:1.05}.section-heading p{max-width:430px;color:var(--muted);line-height:1.6}.projects-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px}.project-card{border:1px solid var(--line);border-radius:28px;overflow:hidden;background:var(--cream);transition:transform .3s ease}.project-card:hover{transform:translateY(-5px)}.project-visual{height:330px;position:relative;overflow:hidden;display:grid;place-items:center}.project-number{position:absolute;top:22px;left:24px;font-size:11px;font-weight:700;letter-spacing:.13em}.project-vodxs .project-visual{background:#231a16;color:#f4ebde}.project-nomadly .project-visual{background:#a97e5f}.project-smoky .project-visual{background:#d8c9b4}.project-tv .project-visual{background:#6d4b39;color:#f4ebde}.project-irl .project-visual{background:#35494a;color:#f4ebde}.project-window{width:70%;border-radius:18px;background:rgba(250,247,240,.88);color:#171511;padding:12px;transform:rotate(-3deg);box-shadow:0 26px 70px rgba(0,0,0,.23)}.window-bar{display:flex;gap:5px;padding-bottom:10px}.window-bar i{width:6px;height:6px;border-radius:50%;background:#9f927f}.window-content{border-radius:12px;min-height:185px;background:#f5efe4;padding:25px;display:grid;grid-gap:10px;gap:10px}.window-content span{display:grid;place-items:center;width:56px;height:56px;border-radius:15px;background:#1f1a16;color:#f4eadc;font-weight:700}.window-content div{height:10px;border-radius:8px;background:#d6c8b6}.window-content div:nth-child(3){width:80%}.window-content div:nth-child(4){width:56%}.project-content{padding:28px}.project-meta{display:flex;justify-content:space-between;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.1em}.project-content h3{font-family:Manrope;font-size:32px;margin:22px 0 12px;letter-spacing:-.03em}.project-content p{color:var(--muted);line-height:1.65;min-height:80px}.services-section{background:var(--ink);color:var(--cream)}.services-layout{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:90px;gap:90px;align-items:start}.sticky-copy{position:-webkit-sticky;position:sticky;top:90px}.eyebrow.light{color:#b9ad9f}.sticky-copy h2{margin-top:28px}.sticky-copy>p{color:#a79c8f;line-height:1.75;max-width:540px;font-size:17px}.services-list{border-top:1px solid rgba(255,255,255,.15)}.service-item{padding:34px 0 38px;border-bottom:1px solid rgba(255,255,255,.15)}.service-top{display:flex;justify-content:space-between;color:#aa917e}.service-item h3{font-family:Manrope;font-size:30px;letter-spacing:-.03em;margin:24px 0 12px}.service-item p{color:#a79c8f;max-width:620px;line-height:1.7}.about-section{background:var(--cream-2)}.about-grid{display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:90px;gap:90px;align-items:center}.about-panel{min-height:540px;border-radius:28px;background:var(--brown-dark);color:var(--cream);position:relative;overflow:hidden;display:grid;place-items:center}.about-panel p{position:relative;z-index:2;font-family:Manrope;font-size:64px;line-height:.85;letter-spacing:-.08em;font-weight:700}.moon{right:40px;top:36px}.moon,.orbit{position:absolute}.orbit{border:1px solid rgba(255,255,255,.15);border-radius:50%}.orbit-a{width:390px;height:390px}.orbit-b{width:620px;height:620px}.about-copy h2{margin:26px 0}.about-copy>p{font-size:18px;line-height:1.75;color:var(--muted)}.about-note{padding-left:24px;border-left:2px solid var(--brown)}.process{display:grid;grid-template-columns:repeat(4,1fr);margin-top:48px;border-top:1px solid var(--line)}.process div{padding-top:18px}.process span,.process strong{display:block}.process span{color:var(--brown);font-size:11px;margin-bottom:7px}.process strong{font-size:13px}.contact-section{background:#211914;color:var(--cream);padding:120px 0 34px}.contact-inner h2{max-width:960px;margin:28px 0 22px;font-size:clamp(48px,7vw,96px)}.contact-inner>p{color:#a99d91;font-size:17px;max-width:620px;line-height:1.7}.contact-link{margin-top:70px;border-bottom:1px solid rgba(255,255,255,.25);padding-bottom:20px;font-family:Manrope;font-size:clamp(30px,5vw,62px);letter-spacing:-.04em}.contact-inner footer,.contact-link{display:flex;justify-content:space-between;align-items:center}.contact-inner footer{margin-top:120px;padding-top:26px;border-top:1px solid rgba(255,255,255,.12);color:#a99d91;font-size:12px}.footer-brand .brand-logo{filter:brightness(0) invert(1)}@media (max-width:900px){.shell{width:min(100% - 32px,720px)}.menu-button{display:grid}.nav-links{position:absolute;left:0;right:0;top:78px;background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:20px;display:none;flex-direction:column;gap:18px}.nav-links.open{display:flex}.hero{padding-top:42px}.about-grid,.hero-grid,.services-layout{grid-template-columns:1fr}.hero-art{height:440px;margin-top:26px}.hero-stats{grid-template-columns:1fr}.hero-stats div,.hero-stats div:last-child,.hero-stats div:nth-child(2){padding:16px 0;border-right:0;border-bottom:1px solid var(--line)}.hero-stats div:last-child{border-bottom:0}.section{padding:90px 0}.section-heading{display:block}.section-heading p{margin-top:20px}.projects-grid{grid-template-columns:1fr}.sticky-copy{position:static}.services-layout{gap:50px}.about-panel{min-height:420px}.process{grid-template-columns:1fr 1fr;gap:20px}.contact-inner footer{align-items:flex-start;gap:24px;flex-direction:column}}@media (max-width:560px){.navbar{height:76px}.brand-logo{width:148px}.language{padding:9px 11px}.hero h1{font-size:49px}.hero-copy>p{font-size:16px}.hero-actions{flex-direction:column;align-items:stretch}.button{justify-content:center}.hero-art{height:380px;border-radius:80px 80px 24px 24px}.card-code{width:210px;right:18px;top:55px}.card-system{width:235px;left:16px;bottom:62px}.art-badge{right:14px;bottom:14px}.project-visual{height:260px}.project-window{width:82%}.window-content{min-height:145px}.project-content p{min-height:0}.about-panel p{font-size:50px}.contact-link{font-size:28px}}