@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";:root{--bg:#070b12;--bg-elevated:#0f1520;--bg-card:#141c2b;--bg-card-hover:#1a2438;--text:#e8eef7;--text-muted:#8b9cb3;--accent:#22d3ee;--accent-soft:#22d3ee1f;--accent-glow:#22d3ee40;--border:#8b9cb324;--border-strong:#22d3ee59;--font-sans:"Inter", system-ui, sans-serif;--font-mono:"JetBrains Mono", monospace;--transition:.25s ease;--max-width:1140px;--header-height:72px;--radius:10px;--radius-sm:6px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:var(--header-height)}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.65}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.content--transitioning{opacity:.4;transition:opacity .15s,transform .15s;transform:translateY(4px)}.btn{font-family:var(--font-mono);letter-spacing:.02em;border-radius:var(--radius-sm);transition:var(--transition);cursor:pointer;border:1.5px solid #0000;justify-content:center;align-items:center;padding:.85rem 1.75rem;font-size:.8125rem;font-weight:500;display:inline-flex}.btn--sm{padding:.65rem 1.25rem;font-size:.75rem}.btn--primary{background:var(--accent);color:var(--bg);border-color:var(--accent)}.btn--primary:hover{color:var(--accent);box-shadow:0 0 24px var(--accent-glow);background:0 0}.btn--outline{color:var(--accent);border-color:var(--border-strong);background:0 0}.btn--outline:hover{background:var(--accent-soft);border-color:var(--accent)}.section{padding:6.5rem 0}.section--compact{padding:5rem 0}.section__title{white-space:nowrap;letter-spacing:-.02em;align-items:center;gap:.75rem;margin-bottom:3.5rem;font-size:clamp(1.5rem,4vw,2rem);font-weight:700;display:flex}.section__title:after{content:"";background:linear-gradient(to right, var(--border), transparent);width:100%;max-width:320px;height:1px;display:block}.section__title--center{justify-content:center}.section__title--center:after{display:none}.section__number{font-family:var(--font-mono);color:var(--accent);font-size:clamp(.95rem,3vw,1.15rem);font-weight:400}.lang-switcher{font-family:var(--font-mono);align-items:center;font-size:.75rem;display:flex}.lang-switcher__item{align-items:center;display:flex}.lang-switcher__sep{color:var(--border);-webkit-user-select:none;user-select:none;margin:0 .35rem}.lang-switcher__btn{color:var(--text-muted);cursor:pointer;transition:var(--transition);font-family:inherit;font-size:inherit;background:0 0;border:none;padding:.25rem .15rem}.lang-switcher__btn:hover{color:var(--text)}.lang-switcher__btn--active{color:var(--accent);font-weight:500}.header{z-index:100;height:var(--header-height);transition:var(--transition);position:fixed;top:0;left:0;right:0}.header--scrolled{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);background:#070b12e0}.header__inner{justify-content:space-between;align-items:center;gap:1rem;height:100%;display:flex}.header__logo{font-family:var(--font-mono);color:var(--accent);flex-shrink:0;font-size:1.15rem;font-weight:600}.header__logo-bracket{color:var(--text-muted)}.header__nav{align-items:center;gap:2.5rem;display:flex}.header__links{gap:2rem;display:flex}.header__links a{font-family:var(--font-mono);color:var(--text-muted);transition:var(--transition);font-size:.78rem}.header__links a:hover{color:var(--accent)}.header__actions{align-items:center;gap:1.25rem;display:flex}.header__menu-btn{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.header__menu-btn span{background:var(--accent);width:22px;height:2px;transition:var(--transition);display:block}.header__menu-btn--open span:first-child{transform:translateY(7px)rotate(45deg)}.header__menu-btn--open span:nth-child(2){opacity:0}.header__menu-btn--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.hero{min-height:100vh;padding-top:var(--header-height);flex-direction:column;justify-content:center;display:flex;position:relative;overflow:hidden}.hero__bg{pointer-events:none;position:absolute;inset:0}.hero__glow{filter:blur(80px);opacity:.35;border-radius:50%;position:absolute}.hero__glow--1{background:var(--accent);opacity:.12;width:480px;height:480px;top:-120px;right:-80px}.hero__glow--2{opacity:.08;background:#6366f1;width:320px;height:320px;bottom:10%;left:-60px}.hero__grid{background-image:linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);opacity:.4;background-size:64px 64px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 60% at 50% 40%,#000 20%,#0000 70%);mask-image:radial-gradient(70% 60% at 50% 40%,#000 20%,#0000 70%)}.hero__inner{z-index:1;transition:opacity .15s,transform .15s;animation:.8s both fadeUp;position:relative}.hero__greeting{font-family:var(--font-mono);color:var(--accent);margin-bottom:.75rem;font-size:.95rem}.hero__name{letter-spacing:-.03em;margin-bottom:.5rem;font-size:clamp(2.25rem,7vw,4.25rem);font-weight:700;line-height:1.08}.hero__title{color:var(--text-muted);letter-spacing:-.02em;margin-bottom:1.25rem;font-size:clamp(1.5rem,4.5vw,2.75rem);font-weight:600;line-height:1.15}.hero__tagline{max-width:620px;color:var(--text-muted);margin-bottom:2rem;font-size:clamp(1rem,2vw,1.125rem);line-height:1.75}.hero__badges{flex-wrap:wrap;gap:.5rem;margin-bottom:2.5rem;display:flex}.hero__badges li{font-family:var(--font-mono);color:var(--text-muted);background:var(--bg-card);border:1px solid var(--border);transition:var(--transition);border-radius:999px;padding:.4rem .75rem;font-size:.7rem}.hero__badges li:hover{border-color:var(--border-strong);color:var(--accent)}.hero__actions{flex-wrap:wrap;gap:1rem;display:flex}.hero__scroll{color:var(--text-muted);font-family:var(--font-mono);flex-direction:column;align-items:center;gap:.5rem;font-size:.7rem;animation:.8s .4s both fadeUp;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero__scroll-line{background:linear-gradient(to bottom, var(--accent), transparent);width:1px;height:40px;animation:2s infinite scrollLine}.about__grid{grid-template-columns:1.4fr 1fr;align-items:start;gap:3.5rem;display:grid}.about__text p{color:var(--text-muted);margin-bottom:1.15rem;font-size:1.02rem;line-height:1.75}.about__highlights{grid-template-columns:1fr 1fr;gap:.65rem 1.25rem;margin-top:1.5rem;display:grid}.about__highlights li{font-family:var(--font-mono);color:var(--text-muted);padding-left:1.25rem;font-size:.82rem;position:relative}.about__highlights li:before{content:"▹";color:var(--accent);position:absolute;left:0}.positioning-strip{margin-top:-2.5rem;padding:0 0 3rem}.positioning-strip__inner{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);flex-wrap:wrap;align-items:center;gap:1rem 1.5rem;padding:1.25rem 1.5rem;display:flex}.positioning-strip__headline{font-family:var(--font-mono);color:var(--accent);white-space:nowrap;font-size:.78rem}.positioning-strip__items{flex-wrap:wrap;gap:.5rem;display:flex}.positioning-strip__items li{font-family:var(--font-mono);color:var(--text-muted);background:var(--bg-elevated);border:1px solid var(--border);transition:var(--transition);border-radius:999px;padding:.4rem .75rem;font-size:.72rem}.positioning-strip__items li:hover{border-color:var(--border-strong);color:var(--text)}.profile-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);transition:var(--transition);overflow:hidden}.profile-card:hover{border-color:var(--border-strong);box-shadow:0 20px 50px -20px #00000080}.profile-card__header{background:var(--bg-elevated);border-bottom:1px solid var(--border);align-items:center;gap:.5rem;padding:.85rem 1.15rem;display:flex}.profile-card__dot{background:#22c55e;border-radius:50%;width:8px;height:8px;box-shadow:0 0 8px #22c55e80}.profile-card__status{font-family:var(--font-mono);color:var(--text-muted);font-size:.72rem}.profile-card__body{padding:1.75rem 1.5rem}.profile-card__icon{color:var(--accent);opacity:.85;margin-bottom:1.25rem}.profile-card__location{margin-bottom:.35rem;font-size:1.1rem;font-weight:600}.profile-card__focus{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}.profile-card__stack{flex-wrap:wrap;gap:.45rem;display:flex}.profile-card__stack span{font-family:var(--font-mono);color:var(--accent);background:var(--accent-soft);border-radius:var(--radius-sm);padding:.3rem .6rem;font-size:.68rem}.projects__grid{flex-direction:column;gap:3.5rem;display:flex}.project-card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);transition:var(--transition);grid-template-columns:1.15fr 1fr;align-items:center;gap:2.5rem;padding:1.75rem;display:grid}.project-card:hover{border-color:var(--border-strong);background:var(--bg-card-hover)}.project-card__visual{border-radius:var(--radius-sm);overflow:hidden}.project-card__screenshot{aspect-ratio:16/10;object-fit:cover;object-position:top center;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);width:100%;display:block}.project-card__type{font-family:var(--font-mono);color:var(--accent);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.65rem;font-size:.72rem;display:inline-block}.project-card__title{letter-spacing:-.02em;margin-bottom:.85rem;font-size:clamp(1.25rem,2.5vw,1.6rem);font-weight:700;line-height:1.25}.project-card__description{color:var(--text-muted);margin-bottom:1rem;font-size:.95rem;line-height:1.7}.project-card__note{font-family:var(--font-mono);color:var(--text-muted);background:var(--bg-card);border-left:2px solid var(--accent);margin-bottom:1rem;padding:.65rem .85rem;font-size:.72rem;line-height:1.5}.project-card__tags{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.project-card__tags li{font-family:var(--font-mono);color:var(--text-muted);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.3rem .6rem;font-size:.68rem}.project-card__actions{flex-wrap:wrap;gap:.75rem;display:flex}.project-preview{aspect-ratio:16/10;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);position:relative;overflow:hidden}.project-preview__chrome{background:var(--bg-elevated);border-bottom:1px solid var(--border);gap:5px;padding:.6rem .75rem;display:flex}.project-preview__chrome span{background:var(--border);border-radius:50%;width:8px;height:8px}.project-preview__chrome span:first-child{opacity:.7;background:#ef4444}.project-preview__chrome span:nth-child(2){opacity:.7;background:#eab308}.project-preview__chrome span:nth-child(3){opacity:.7;background:#22c55e}.project-preview__body{gap:.5rem;height:calc(100% - 32px);padding:.75rem;display:flex}.project-preview--manufacturing .project-preview__sidebar{background:var(--bg-elevated);border:1px solid var(--border);border-radius:4px;width:22%}.project-preview--manufacturing .project-preview__main{flex-direction:column;flex:1;gap:.5rem;display:flex}.project-preview__stats{gap:.4rem;height:28%;display:flex}.project-preview__stats div{background:var(--accent-soft);border:1px solid var(--border);border-radius:4px;flex:1}.project-preview__pipeline{flex:1;align-items:stretch;gap:.35rem;display:flex}.project-preview__pipeline div{background:var(--bg-elevated);border:1px solid var(--border);border-radius:4px;flex:1}.project-preview__pipeline div:nth-child(2){border-color:var(--border-strong);background:var(--accent-soft)}.project-preview--events .project-preview__body{flex-direction:column}.project-preview__toolbar{background:var(--bg-elevated);border:1px solid var(--border);border-radius:4px;height:18%}.project-preview__cards{flex:1;grid-template-columns:1fr 1fr;gap:.4rem;display:grid}.project-preview__cards div{background:var(--bg-elevated);border:1px solid var(--border);border-radius:4px}.project-preview__cards div:first-child{border-color:var(--border-strong);background:var(--accent-soft)}.project-preview--medical .project-preview__body{flex-direction:column}.project-preview__calendar{background:var(--bg-elevated);border:1px solid var(--border);border-radius:4px;height:45%}.project-preview__panel{flex-direction:column;flex:1;gap:.35rem;display:flex}.project-preview__panel div{background:var(--bg-elevated);border:1px solid var(--border);border-radius:4px;flex:1}.project-preview__label{font-family:var(--font-mono);color:var(--text-muted);opacity:.7;white-space:nowrap;text-overflow:ellipsis;max-width:80%;font-size:.6rem;position:absolute;bottom:.65rem;left:.75rem;overflow:hidden}.skills__grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;display:grid}.skills__group{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);transition:var(--transition);padding:1.75rem}.skills__group:hover{border-color:var(--border-strong);transform:translateY(-3px)}.skills__category{font-family:var(--font-mono);color:var(--accent);margin-bottom:1.15rem;font-size:.8rem}.skills__list{flex-wrap:wrap;gap:.5rem;display:flex}.skills__item{color:var(--text-muted);background:var(--bg-elevated);border-radius:var(--radius-sm);border:1px solid var(--border);padding:.35rem .7rem;font-size:.82rem}.how-i-build__list{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;display:grid}.how-i-build__item{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-muted);transition:var(--transition);padding:1.25rem 1.5rem 1.25rem 2.25rem;font-size:.95rem;line-height:1.65;position:relative}.how-i-build__item:before{content:"▹";color:var(--accent);font-family:var(--font-mono);position:absolute;top:1.25rem;left:1.25rem}.how-i-build__item:hover{border-color:var(--border-strong);transform:translateY(-2px)}.section--contact{text-align:center;padding-bottom:5rem}.contact__inner{max-width:640px}.contact__text{color:var(--text-muted);margin-bottom:2.25rem;font-size:1.05rem;line-height:1.75}.contact__actions{flex-wrap:wrap;justify-content:center;gap:.85rem;display:flex}.contact__email{font-family:var(--font-mono);margin-top:2rem;font-size:.82rem}.contact__email a{color:var(--text-muted);transition:var(--transition)}.contact__email a:hover{color:var(--accent)}.footer{border-top:1px solid var(--border);padding:2rem 0}.footer__inner{text-align:center}.footer p{font-family:var(--font-mono);color:var(--text-muted);font-size:.72rem}.case-study{padding-top:calc(var(--header-height) + 3rem);padding-bottom:5rem}.case-study__header{margin-bottom:3.5rem}.case-study__back{font-family:var(--font-mono);color:var(--text-muted);transition:var(--transition);margin-bottom:1.5rem;font-size:.78rem;display:inline-block}.case-study__back:hover{color:var(--accent)}.case-study__type{font-family:var(--font-mono);color:var(--accent);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.75rem;font-size:.72rem;display:inline-block}.case-study__title{letter-spacing:-.03em;margin-bottom:.5rem;font-size:clamp(2rem,5vw,3rem);font-weight:700}.case-study__subtitle{color:var(--text-muted);max-width:640px;font-size:1.1rem;line-height:1.6}.case-study__actions{margin-top:1.5rem}.case-study__content{max-width:820px}.case-study__section{margin-bottom:3rem}.case-study__section h2{color:var(--text);letter-spacing:-.01em;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.case-study__section p{color:var(--text-muted);font-size:1rem;line-height:1.75}.case-study__features{flex-direction:column;gap:1.25rem;display:flex}.case-study__features li{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1.25rem 1.35rem}.case-study__features h3{color:var(--text);margin-bottom:.4rem;font-size:.95rem;font-weight:600}.case-study__features p{font-size:.92rem}.case-study__list{flex-direction:column;gap:.65rem;display:flex}.case-study__list li{font-family:var(--font-mono);color:var(--text-muted);padding-left:1.25rem;font-size:.82rem;line-height:1.6;position:relative}.case-study__list li:before{content:"▹";color:var(--accent);position:absolute;left:0}.case-study__detail-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;display:grid}.case-study__detail-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1.25rem}.case-study__detail-card h3{color:var(--accent);margin-bottom:.5rem;font-size:.92rem;font-weight:600}.case-study__detail-card p{font-size:.88rem}.case-study__screenshots{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.case-study__section--highlight{background:var(--accent-soft);border:1px solid var(--border-strong);border-radius:var(--radius);padding:1.75rem}.case-study__section--privacy{background:var(--bg-card);border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:var(--radius-sm);padding:1.5rem}.screenshot{margin:0}.screenshot__frame{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);transition:var(--transition);overflow:hidden}.screenshot:hover .screenshot__frame{border-color:var(--border-strong)}.screenshot__chrome{background:var(--bg-elevated);border-bottom:1px solid var(--border);gap:5px;padding:.5rem .65rem;display:flex}.screenshot__chrome span{background:var(--border);border-radius:50%;width:7px;height:7px}.screenshot__body{aspect-ratio:16/10;padding:.65rem;position:relative}.screenshot__grid{gap:.4rem;height:100%;display:flex}.screenshot__sidebar{background:var(--bg-elevated);border:1px solid var(--border);border-radius:3px;width:24%}.screenshot__content{flex-direction:column;flex:1;gap:.4rem;display:flex}.screenshot__bar{background:var(--bg-elevated);border:1px solid var(--border);border-radius:3px;height:18%}.screenshot__cards{flex:1;grid-template-columns:repeat(3,1fr);gap:.35rem;display:grid}.screenshot__cards div{background:var(--bg-elevated);border:1px solid var(--border);border-radius:3px}.screenshot--manufacturing .screenshot__cards div:first-child,.screenshot--events .screenshot__cards div:first-child,.screenshot--medical .screenshot__cards div:nth-child(2){background:var(--accent-soft);border-color:var(--border-strong)}.screenshot__label{font-family:var(--font-mono);color:var(--text);background:#070b12d9;border-radius:3px;padding:.25rem .5rem;font-size:.62rem;position:absolute;bottom:.55rem;left:.65rem}.screenshot__hint{font-family:var(--font-mono);color:var(--text-muted);opacity:.7;font-size:.58rem;position:absolute;bottom:.55rem;right:.65rem}.screenshot__caption{color:var(--text-muted);margin-top:.65rem;font-size:.82rem;line-height:1.5}.modal-overlay{z-index:200;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#04070ce0;justify-content:center;align-items:center;padding:1.25rem;animation:.2s modalFadeIn;display:flex;position:fixed;inset:0}.modal{background:var(--bg-elevated);border:1px solid var(--border-strong);border-radius:var(--radius);outline:none;flex-direction:column;width:100%;max-width:920px;max-height:min(92vh,960px);animation:.25s modalSlideUp;display:flex;position:relative;box-shadow:0 32px 80px -24px #000000bf}.modal--clinic-gallery{max-width:1040px}.modal__header{border-bottom:1px solid var(--border);background:var(--bg-card);border-radius:var(--radius) var(--radius) 0 0;flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.35rem 1.5rem;display:flex}.modal__header-text{min-width:0}.modal__title{letter-spacing:-.02em;font-size:clamp(1.15rem,2.5vw,1.5rem);font-weight:700;line-height:1.25}.modal__subtitle{color:var(--text-muted);margin-top:.35rem;font-size:.88rem}.modal__close{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-sm);width:2.25rem;height:2.25rem;color:var(--text-muted);cursor:pointer;transition:var(--transition);flex-shrink:0;justify-content:center;align-items:center;font-size:1.35rem;line-height:1;display:flex}.modal__close:hover{color:var(--accent);border-color:var(--border-strong);background:var(--accent-soft)}.modal__body{overscroll-behavior:contain;padding:1.5rem;overflow-y:auto}.clinic-modal__badge{font-family:var(--font-mono);color:var(--accent);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.45rem;font-size:.68rem;display:inline-block}.clinic-modal__intro{color:var(--text-muted);margin-bottom:1rem;font-size:1rem;line-height:1.7}.clinic-modal__privacy{background:var(--bg-card);border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:var(--radius-sm);margin-bottom:1.5rem;padding:.9rem 1rem}.clinic-modal__privacy p{font-family:var(--font-mono);color:var(--text-muted);font-size:.75rem;line-height:1.6}.clinic-modal__hero{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);margin-bottom:2rem;overflow:hidden}.clinic-modal__hero img{width:100%;height:auto}.clinic-modal__feature{border-bottom:1px solid var(--border);margin-bottom:2.25rem;padding-bottom:2.25rem}.clinic-modal__feature:last-of-type{border-bottom:none;padding-bottom:0}.clinic-modal__feature-title,.clinic-modal__section-title{color:var(--accent);letter-spacing:-.01em;margin-bottom:.65rem;font-size:1.05rem;font-weight:600}.clinic-modal__feature-desc{color:var(--text-muted);margin-bottom:.85rem;font-size:.95rem;line-height:1.7}.clinic-modal__bullets{flex-direction:column;gap:.45rem;margin-bottom:1.15rem;display:flex}.clinic-modal__bullets li{font-family:var(--font-mono);color:var(--text-muted);padding-left:1.15rem;font-size:.78rem;line-height:1.55;position:relative}.clinic-modal__bullets li:before{content:"▹";color:var(--accent);position:absolute;left:0}.clinic-modal__shots{gap:.85rem;display:grid}.clinic-modal__shots--3{grid-template-columns:repeat(3,1fr)}.clinic-modal__shots--4{grid-template-columns:repeat(2,1fr)}.clinic-modal__shot{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);transition:var(--transition);margin:0;overflow:hidden}.clinic-modal__shot:hover{border-color:var(--border-strong)}.clinic-modal__shot img{width:100%;height:auto}.clinic-modal__demonstrates{border-top:1px solid var(--border);margin-top:2rem;padding-top:2rem}.clinic-modal__demonstrates-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.65rem;display:grid}.clinic-modal__demonstrates-grid li{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-muted);transition:var(--transition);padding:.75rem .9rem;font-size:.82rem;line-height:1.5}.clinic-modal__demonstrates-grid li:hover{border-color:var(--border-strong);color:var(--text)}.clinic-modal__tech{margin-top:1.75rem}.clinic-modal__tech-tags{flex-wrap:wrap;gap:.5rem;display:flex}.clinic-modal__tech-tags li{font-family:var(--font-mono);color:var(--text-muted);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.35rem .65rem;font-size:.68rem}.clinic-gallery__body{padding:1.25rem 1.5rem 1.5rem}.clinic-gallery__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;display:grid}.clinic-gallery__item{margin:0}.clinic-gallery__frame{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);transition:var(--transition);overflow:hidden}.clinic-gallery__frame:hover{border-color:var(--border-strong);box-shadow:0 12px 32px -16px #00000080}.clinic-gallery__frame img{width:100%;height:auto}.clinic-gallery__caption{color:var(--text-muted);margin-top:.6rem;font-size:.82rem;line-height:1.5}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(16px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scrollLine{0%{transform-origin:top;transform:scaleY(0)}50%{transform-origin:top;transform:scaleY(1)}50.1%{transform-origin:bottom;transform:scaleY(1)}to{transform-origin:bottom;transform:scaleY(0)}}@media (width<=900px){.project-card,.about__grid{grid-template-columns:1fr}.about__card{order:-1}}@media (width<=768px){.header__nav{inset:0;top:var(--header-height);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:var(--transition);background:#070b12f7;flex-direction:column;justify-content:center;position:fixed;transform:translate(100%)}.header__nav--open{transform:translate(0)}.header__links{flex-direction:column;align-items:center;gap:2rem}.header__links a{font-size:1rem}.header__menu-btn{display:flex}.about__highlights{grid-template-columns:1fr}.positioning-strip__inner{flex-direction:column;align-items:flex-start}.how-i-build__list{grid-template-columns:1fr}.hero__scroll{display:none}.section{padding:5rem 0}.case-study__screenshots{grid-template-columns:1fr}.modal-overlay{align-items:flex-end;padding:.75rem}.modal{border-radius:var(--radius) var(--radius) 0 0;max-height:94vh}.modal__header{padding:1rem 1.15rem}.modal__body,.clinic-gallery__body{padding:1rem 1.15rem 1.25rem}.clinic-modal__shots--3,.clinic-modal__shots--4,.clinic-gallery__grid,.clinic-modal__demonstrates-grid{grid-template-columns:1fr}}
