:root{--nav-height: 72px;--bg: #f4f1ea;--surface: #fff;--text-primary: #0b0b0d;--text-secondary: #2a2d2f;--text-muted: #5a5e61;--ink: var(--text-primary);--muted: var(--text-muted);--line: #e2ded5;--accent: #6b3f3f;--accent-rgb: 107,63,63;--max:1200px;--project-surface: #e7e2d8;--page-padding: 40px;--section-gap: 96px;--editorial-serif: Georgia, "Times New Roman", serif;--editorial-sans: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial}*{box-sizing:border-box}html{scroll-behavior:smooth}html.homepage-snap{scroll-snap-type:y mandatory;scroll-padding-top:var(--nav-height)}html.homepage-snap.is-wheel-navigating{scroll-snap-type:none}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--editorial-sans);line-height:1.4;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.wrap{width:min(calc(100% - 40px),var(--max));margin:auto;padding:0 var(--page-padding)}nav{position:sticky;top:0;z-index:20;height:var(--nav-height);background:#f4f1eaeb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav{height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{font-size:1rem;font-weight:700;letter-spacing:.24em}.brand small{display:block;font-size:.58rem;letter-spacing:.12em;color:var(--muted);font-weight:500;margin-top:3px}.navlinks{display:flex;align-items:center;gap:26px;font-size:.92rem}.language-switcher{display:inline-flex;align-items:center;gap:2px;margin-left:6px;padding:2px;border:1px solid var(--line);border-radius:5px;background:#ffffff47}.language-switcher .lang{-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:31px;height:28px;padding:0 7px;border:0;border-radius:3px;background:transparent;color:var(--text-muted);font:inherit;font-size:.72rem;font-weight:700;line-height:1;letter-spacing:.08em;cursor:pointer;transition:background-color .18s ease,color .18s ease}.language-switcher .lang[aria-pressed=false]:hover{background:#1013180f;color:var(--text-primary)}.language-switcher .lang[aria-pressed=true]{background:var(--ink);color:var(--bg);cursor:default}.language-switcher .lang:focus{outline:0}.language-switcher .lang:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:10px 20px;border:1px solid var(--ink);font-weight:700;font-size:.95rem;letter-spacing:.02em;background:transparent;color:var(--text-primary);cursor:pointer;border-radius:6px;transition:background-color .18s ease,color .18s ease,transform .12s ease,border-color .18s ease,box-shadow .18s ease;text-decoration:none;line-height:1;white-space:nowrap;box-sizing:border-box}.button:focus{outline:0}.button:focus-visible{box-shadow:0 0 0 4px rgba(var(--accent-rgb),.09);border-color:var(--accent)}.button:hover{transform:translateY(-2px)}.button.dark{background:var(--ink);color:var(--surface);border-color:var(--ink)}.button.dark:hover{filter:brightness(1.04)}.hero{min-height:calc(100vh - var(--nav-height));display:flex;align-items:center;padding:max(60px,6vh) 0}.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.55fr);gap:56px;align-items:center}.kicker{font-size:.82rem;text-transform:uppercase;letter-spacing:.14em;color:var(--accent);font-weight:600}h1{font-family:var(--editorial-serif);font-weight:600;font-size:clamp(3.8rem,9vw,8.5rem);line-height:.9;margin:8px 0 18px}.hero-copy{font-size:1.06rem;color:var(--muted);max-width:680px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}.hero-portrait{align-self:stretch;min-width:0;display:flex;align-items:flex-end;justify-content:center;overflow:visible}.hero-portrait img{display:block;width:min(100%,clamp(280px,30vw,410px));height:auto;max-height:min(64vh,590px);object-fit:contain;object-position:center bottom;will-change:transform,opacity}.title-visual{display:inline}.headline-word{display:inline-block;opacity:0;transform:translateY(6px);will-change:transform,opacity}.headline-word:not(:last-child):after{content:" ";white-space:pre}@media (prefers-reduced-motion: reduce){.headline-word{opacity:1;transform:none}.hero-portrait img{opacity:1!important;transform:none!important}}.sr-only{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap;border:0;padding:0;margin:-1px}.section{padding:84px 0;border-top:1px solid var(--line)}.section,.contact{scroll-margin-top:0}html.homepage-snap main#top>.hero,html.homepage-snap main#top>.section:not(#work),html.homepage-snap main#top>#work,html.homepage-snap main#top>.contact{scroll-snap-align:start;scroll-snap-stop:always}@supports (height: 100svh){.hero,.section,.contact{min-height:calc(100svh - var(--nav-height))}}@supports not (height: 100svh){.hero,.section,.contact{min-height:calc(100vh - var(--nav-height))}}.section-title{display:grid;grid-template-columns:.35fr .65fr;gap:60px;margin-bottom:42px}.section-title h2{font-family:Georgia,Times New Roman,serif;font-size:clamp(2.3rem,5vw,4.3rem);line-height:.95;font-weight:500;letter-spacing:-.045em;margin:0}.section-title p{color:var(--muted);font-size:1.04rem;margin:8px 0 0;max-width:650px}.service-list{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.service{padding:28px 28px 32px 0;border-bottom:1px solid var(--line)}.service:not(:nth-child(3n)){border-right:1px solid var(--line);padding-right:28px;margin-right:28px}.service .n{font-size:.76rem;letter-spacing:.14em;color:var(--muted);margin-bottom:28px}.service h3{font-size:1.15rem;margin:0 0 10px}.service p{margin:0;color:var(--muted)}.feature{background:transparent;color:var(--ink);padding:44px 0;border-radius:0}.feature-head{display:flex;justify-content:space-between;gap:20px;align-items:start}.feature h3{font-family:Georgia,Times New Roman,serif;font-size:clamp(2.2rem,5vw,4rem);font-weight:500;letter-spacing:-.04em;line-height:1;margin:8px 0 18px}.feature p{color:var(--text-secondary);max-width:720px;font-size:1.05rem}.feature .kicker{color:var(--text-muted)!important}.feature .feature-head>div:last-child{color:var(--text-secondary)!important}.feature .button{background:var(--ink);color:var(--surface);border-color:var(--ink)}.feature .button:hover{filter:brightness(1.04)}.feature-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.feature .button{border-color:#fff;color:#fff}.button.light{background:var(--surface);color:var(--text-primary);border-color:var(--line)}.button.light:hover{background:#0000000a}.button:not(.dark):not(.light):hover{background:var(--ink);color:var(--surface);border-color:var(--ink)}@media (prefers-reduced-motion: reduce){.button{transition:none}.button:hover{transform:none}}.reveal{transition:opacity .24s ease-out,transform .24s ease-out;will-change:opacity,transform}.reveal-prep{opacity:0;transform:translateY(20px)}.reveal.is-revealed{opacity:1;transform:none}.reveal-delay-1{transition-delay:.06s}.reveal-delay-2{transition-delay:.12s}.interactive-card{transition:transform .22s ease,box-shadow .22s ease;border-radius:6px}@media (hover: hover) and (pointer: fine){.interactive-card:hover{transform:translateY(-3px);box-shadow:0 10px 20px #1013180a}}.primary-cta:focus-visible,.primary-cta:hover{box-shadow:0 6px 18px rgba(var(--accent-rgb),.1)}.primary-cta:active{transform:translateY(-1px)}.custom-cursor{position:fixed;left:0;top:0;width:10px;height:10px;border-radius:50%;pointer-events:none;z-index:9999;transform:translate3d(-50%,-50%,0);transition:width .12s ease,height .12s ease,background-color .12s ease,opacity .12s ease,transform .08s linear;mix-blend-mode:normal;opacity:0}.custom-cursor.active{opacity:1}.custom-cursor.scale{width:26px;height:26px}.custom-cursor.light{background:#fffffff2;border:1px solid rgba(0,0,0,.08)}.custom-cursor.dark{background:#101318e6}.custom-cursor-target{cursor:none}@media (prefers-reduced-motion: reduce),(pointer: coarse){.reveal,.interactive-card{transition:none}.custom-cursor{display:none}}.mock{margin-top:38px;min-height:420px;padding:24px;display:flex;align-items:center;justify-content:center;overflow:hidden}.browser{width:88%;background:#fff;color:#111;border-radius:12px;box-shadow:0 30px 70px #00000040;overflow:hidden}.browserbar{height:36px;background:#efefef;display:flex;align-items:center;gap:7px;padding:0 13px}.dot{width:8px;height:8px;border-radius:50%;background:#b7b7b7}.lectica-browser-content{background:#fff;line-height:0}.lectica-preview-image{display:block;width:100%;max-width:100%;height:auto;object-fit:contain}.lectica-demo{width:94%;display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,27%);gap:22px;align-items:stretch}.lectica-demo .browser{width:100%;align-self:center}.lectica-mobile-showcase{min-width:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;display:grid;grid-template-rows:1fr auto;gap:14px;overflow:hidden}.lectica-phone-stage{min-height:0;display:flex;align-items:center;justify-content:center;touch-action:pan-y}.lectica-phone-frame{position:relative;width:min(100%,240px);padding:5px;border:1px solid rgba(16,19,24,.22);border-radius:22px;background:#0b0d10;box-shadow:0 16px 34px #10131824;overflow:hidden}.lectica-carousel-viewport{width:100%;aspect-ratio:941/1672;border-radius:17px;overflow:hidden;background:#050709}.lectica-carousel-track{display:flex;width:100%;height:100%;transition:transform .34s cubic-bezier(.22,1,.36,1);will-change:transform}.lectica-carousel-track img{display:block;flex:0 0 100%;width:100%;height:100%;object-fit:contain;-webkit-user-select:none;user-select:none}.lectica-phone-speaker{position:absolute;z-index:1;top:9px;left:50%;width:28%;height:4px;border-radius:999px;background:#ffffff38;transform:translate(-50%)}.lectica-carousel-controls{display:grid;grid-template-columns:32px 1fr 32px;align-items:center;gap:10px}.lectica-carousel-arrow,.lectica-carousel-dots button{border:0;background:transparent;color:var(--text-primary);cursor:pointer}.lectica-carousel-arrow{width:32px;height:32px;padding:0;border:1px solid var(--line);border-radius:50%;font:inherit;line-height:1}.lectica-carousel-arrow:hover,.lectica-carousel-arrow:focus-visible{background:#1013180d}.lectica-carousel-dots{display:flex;align-items:center;justify-content:center;gap:8px}.lectica-carousel-dots button{width:6px;height:6px;padding:0;border-radius:50%;background:#1013183d}.lectica-carousel-dots button.is-active{width:18px;border-radius:999px;background:var(--text-primary)}.lectica-carousel-arrow:focus-visible,.lectica-carousel-dots button:focus-visible{outline:2px solid var(--text-primary);outline-offset:3px}.projects{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line);border:1px solid var(--line)}.project{background:var(--surface);padding:36px 32px;min-height:240px;box-sizing:border-box}.project .kicker{font-size:.76rem;letter-spacing:.14em;color:var(--muted);text-transform:uppercase;margin:0 0 12px;display:block}.project h3{font-family:Georgia,Times New Roman,serif;font-size:2rem;font-weight:500;line-height:1.05;margin:0 0 16px}.project p{color:var(--text-secondary);margin:0 0 20px}.tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.tag{font-size:.78rem;border:1px solid var(--line);padding:8px 12px;background:var(--bg)}.projects .project,.projects .project *{color:inherit}.projects .project{color:var(--text-primary);background:var(--project-surface)}.projects .project p{color:var(--text-secondary)}.projects .project .kicker{color:var(--text-muted)}.projects .project .tag{color:var(--text-primary)}.about{display:grid;grid-template-columns:.45fr .55fr;gap:70px}.years{font-family:Georgia,Times New Roman,serif;font-size:7rem;letter-spacing:-.06em;line-height:.85}.about p{font-size:1.1rem;color:var(--muted);max-width:640px}.stack{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:42px}.stack h4{margin:0 0 10px}.stack p{margin:0;color:var(--muted)}.contact{padding:72px 0;text-align:left}.contact h2{font-family:var(--editorial-serif);font-size:clamp(2.6rem,6vw,5rem);font-weight:600;letter-spacing:-.02em;line-height:1;margin:0 0 20px}.contact p{color:var(--muted);max-width:620px;margin:0 0 30px}.form{max-width:780px;margin:44px 0 0;text-align:left;display:grid;grid-template-columns:1fr 1fr;gap:18px}.form label{font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.contact input,.contact select,.contact textarea,.contact progress,.contact meter{accent-color:#000}.form input:not([type=radio]):not([type=checkbox]),.form select,.form textarea{width:100%;margin-top:7px;border:1px solid var(--line);background:var(--surface);padding:14px;font:inherit;color:var(--ink)}.project-type-field{position:relative;min-width:0}.project-type-label{display:block}.project-type-combobox{position:relative;margin-top:7px}.project-type-trigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;min-height:49px;border:1px solid var(--line);background:var(--surface);padding:14px;font:inherit;color:var(--ink);text-align:left;cursor:pointer}.project-type-trigger:focus{outline:0}.project-type-trigger:focus-visible{outline:2px solid var(--text-primary);outline-offset:2px}.project-type-chevron{flex:0 0 auto;width:8px;height:8px;margin:-4px 3px 0 0;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg)}.project-type-options{position:absolute;z-index:30;top:calc(100% + 1px);left:0;width:100%;max-height:min(240px,40vh);overflow-y:auto;border:1px solid var(--line);background:var(--surface);color:var(--text-primary);overscroll-behavior:contain}.project-type-option{display:flex;align-items:center;min-height:44px;padding:11px 14px;background:var(--surface);color:var(--text-primary);cursor:pointer;transition:background-color .12s ease,color .12s ease}.project-type-option:hover,.project-type-option[data-active=true]{background:var(--text-primary);color:var(--bg)}.form textarea{min-height:180px;resize:vertical}.full{grid-column:1/-1}footer{border-top:1px solid var(--line);padding:28px 0 42px;color:var(--muted);font-size:.88rem}.footer{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}@media (max-width:900px){.navlinks a:not(.button){display:none}.hero-grid,.section-title,.about{grid-template-columns:1fr}.hero-portrait{align-self:auto;margin-top:10px}.hero-portrait img{width:min(46vw,280px);max-height:none}.service-list{grid-template-columns:1fr}.service,.service:not(:nth-child(3n)){border-right:0;margin-right:0;padding-right:0}.projects,.stack{grid-template-columns:1fr}.lectica-demo{width:100%;grid-template-columns:minmax(0,1fr) minmax(200px,30%);gap:16px}}@media (max-width:720px){.lectica-demo{grid-template-columns:1fr}.lectica-mobile-showcase{min-height:480px}.lectica-phone-frame{width:min(100%,72vw,240px)}}@media (max-width:600px){.wrap{width:min(calc(100% - 24px),var(--max))}.hero{padding-top:64px}.feature{padding:26px}.mock{min-height:330px;padding:14px}.browser{width:100%}.hero-portrait{margin-top:4px}.hero-portrait img{width:min(58vw,220px)}.lectica-preview{padding-inline:0}.lectica-mobile-showcase{min-height:440px;padding:0}.lectica-phone-frame{width:min(100%,72vw,240px)}.project{padding:18px 14px;min-height:auto}.tags{margin-top:16px}.tag{padding:6px 8px}.button{min-height:44px;padding:9px 14px;font-size:.94rem}.form{grid-template-columns:1fr}.full{grid-column:auto}.years{font-size:5.4rem}}@media (prefers-reduced-motion:reduce){.lectica-carousel-track{transition:none}}.input-error{border-color:#c23;box-shadow:0 0 0 3px #c223330f}.field-error{color:#c23;font-size:.9rem;margin-top:6px}.char-count{font-size:.9rem;color:var(--muted);margin-top:6px}.form-status{margin-top:12px;font-size:.95rem;color:var(--muted)}.contact .contact-method label{display:flex;align-items:center;gap:8px;margin-bottom:10px}.contact .contact-method input[type=radio]{width:auto;margin:0;padding:0;flex:0 0 auto}.contact .contact-method label span{display:inline-block}
