.dark-mode{--bg-color: #1a1a1f;--text-color: #f8fafc;--hero-grad-1: #1a1a1f;--hero-grad-2: #1a1a1f;--school-color: #94a3b8;--card-bg: #222228;--card-border: #2e2e35;--card-hover-border: #3e3e48;--nav-bg: rgba(26, 26, 31, .85);--btn-border: #2e2e35;--btn-icon-color: #94a3b8}.light-mode{--bg-color: #f8fafc;--text-color: #0f172a;--hero-grad-1: #f8fafc;--hero-grad-2: #f8fafc;--school-color: #475569;--card-bg: #ffffff;--card-border: #e2e8f0;--card-hover-border: #94a3b8;--nav-bg: rgba(248, 250, 252, .85);--btn-border: #e2e8f0;--btn-icon-color: #475569}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}html,body{background-color:var(--bg-color)!important;color:var(--text-color);font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica,Arial,sans-serif;min-height:100vh;width:100%;margin:0;padding:0;overflow-x:hidden;font-size:1.15rem;transition:background-color .3s ease,color .3s ease}.hero{position:relative;min-height:100vh;width:100%;display:flex;align-items:center;background:var(--bg-color);padding:140px 80px 120px;gap:60px}.hero-text{flex:1;display:flex;flex-direction:column;align-items:flex-start;text-align:left}.hero-title{position:relative;display:inline-block;max-width:26ch;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,4.2vw,3.5rem);font-weight:500;line-height:1.3;letter-spacing:0;color:var(--text-color);--hero-accent: #60a5fa}.light-mode .hero-title{--hero-accent: #2563eb}.hero-phrase{display:inline;opacity:0;animation:hero-phrase-in .5s cubic-bezier(.16,1,.3,1) both}.hero-phrase--1{animation-delay:.12s}.hero-phrase--2{animation-delay:.58s}.hero-phrase--3{animation-delay:1.04s}.hero-phrase--4{animation-name:hero-engineers-in;animation-duration:1.05s;animation-delay:1.55s;animation-timing-function:cubic-bezier(.16,1,.3,1);animation-fill-mode:both}@keyframes hero-phrase-in{0%{opacity:0}to{opacity:1}}@keyframes hero-engineers-in{0%{opacity:0;color:transparent;-webkit-text-fill-color:transparent;-webkit-text-stroke:1.4px var(--hero-accent)}38%{opacity:1;color:transparent;-webkit-text-fill-color:transparent;-webkit-text-stroke:1.4px var(--hero-accent)}62%{opacity:1;color:transparent;-webkit-text-fill-color:transparent;-webkit-text-stroke:1.4px var(--hero-accent)}to{opacity:1;color:var(--hero-accent);-webkit-text-fill-color:var(--hero-accent);-webkit-text-stroke:0 transparent}}.hero-title-accent{font-family:Georgia,Times New Roman,serif;font-style:italic;font-weight:500;color:var(--hero-accent);-webkit-text-fill-color:var(--hero-accent)}@media(prefers-reduced-motion:reduce){.hero-phrase,.hero-phrase--4{animation:none;opacity:1;color:inherit;-webkit-text-fill-color:currentColor;-webkit-text-stroke:0}.hero-title-accent{color:var(--hero-accent);-webkit-text-fill-color:var(--hero-accent)}}.hero-title-accent-neutral{font-family:Georgia,Times New Roman,serif;font-style:italic;font-weight:500;color:#000}.hero-meta{display:flex;flex-direction:column;gap:8px;margin-top:24px;width:100%;max-width:640px}.edu-line{font-size:clamp(.95rem,1.6vw,1.05rem)}.edu-muted{color:var(--school-color);font-weight:400;margin-left:6px}.intern-card{margin-top:6px;width:fit-content;border:1px solid var(--card-border);border-radius:10px;padding:10px 16px;display:flex;flex-direction:row;align-items:center;gap:16px}.intern-info{display:flex;flex-direction:column;gap:2px}.intern-logo{width:38px;height:38px;object-fit:contain;flex-shrink:0;border-radius:4px}.intern-top{display:flex;align-items:baseline;gap:24px}.intern-company{font-size:clamp(.8rem,1.4vw,.9rem);font-weight:400;color:var(--text-color)}.intern-year{margin-left:auto;flex-shrink:0;font-size:clamp(.75rem,1.3vw,.85rem);font-weight:400;color:var(--school-color)}.intern-role{font-size:clamp(.75rem,1.3vw,.85rem);font-style:italic;font-weight:400;color:var(--school-color)}.school-link{position:relative;display:inline-block;color:var(--text-color)}.inline-highlight{position:relative;display:inline-block;z-index:0;color:inherit;text-decoration:none}.inline-highlight:before{content:"";position:absolute;inset:-.22em -.08em;border-radius:.2em;z-index:-1;transition:background-color .2s ease,transform .2s ease}.inline-highlight:hover:before{transform:scale(1.05)}.inline-highlight--yellow:before{background:#facc1559}.inline-highlight--yellow:hover:before{background:#facc158c}.inline-highlight--blue:before{background:#60a5fa59}.inline-highlight--blue:hover:before{background:#60a5fa8c}.inline-highlight--dark:before{background:#33415529}.inline-highlight--dark:hover:before{background:#33415547}.inline-highlight--purple:before{background:#a855f759}.inline-highlight--purple:hover:before{background:#a855f78c}.inline-highlight-icon{display:inline-block;width:1.5em;height:1.5em;margin-left:.3em;vertical-align:-.34em;object-fit:contain;border-radius:3px}.hover-preview{position:absolute;bottom:130%;left:50%;width:210px;height:120px;background:var(--card-bg);border:1px solid var(--card-border);border-radius:10px;overflow:hidden;box-shadow:0 8px 20px #0003;pointer-events:none;z-index:2000;padding:0;opacity:0;visibility:hidden;transform:translate(-50%);transform-origin:bottom center;will-change:transform,opacity;transition:opacity .15s ease,visibility .15s}.hover-preview.active{opacity:1!important;visibility:visible!important}.hover-preview img{width:100%;height:100%;object-fit:cover}.hero-bullets{list-style:none;margin-top:4px;display:flex;flex-direction:column;gap:10px}.hero-bullets li{font-size:clamp(.72rem,1.2vw,.85rem);color:var(--school-color);line-height:1.6}.bullet-section{font-size:.55em;font-weight:600;color:var(--text-color);margin-top:2px}.hero-bullets li.bullet-section:first-child{margin-top:0}.bullet-section+li{margin-top:-8px}.bullet-arrow{color:var(--school-color);font-weight:600;font-size:1.1em;opacity:.5;margin-right:6px}.bullet-tag{position:relative;display:inline-block;padding:2px 6px;font-size:.9em;font-weight:500}.bullet-tag.orange{color:#fb923c}.bullet-tag.blue{color:#60a5fa}.light-mode .bullet-tag.orange{color:#ea580c}.light-mode .bullet-tag.blue{color:#2563eb}.tag-circle{position:absolute;top:50%;left:50%;width:130%;height:190%;transform:translate(-50%,-50%);overflow:visible;pointer-events:none}.tag-circle path{fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;opacity:.85;stroke-dasharray:1000;stroke-dashoffset:1000;animation:tag-circle-draw 3.6s linear forwards}@keyframes tag-circle-draw{0%{stroke-dashoffset:1000}12%{stroke-dashoffset:840}20%{stroke-dashoffset:800}38%{stroke-dashoffset:560}47%{stroke-dashoffset:530}68%{stroke-dashoffset:240}78%{stroke-dashoffset:210}to{stroke-dashoffset:0}}.site-header{position:fixed;top:0;left:0;width:100%;z-index:1000;display:flex;align-items:center;justify-content:space-between;gap:32px;padding:18px 40px;border-bottom:1px solid var(--card-border);background:var(--nav-bg);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.site-name{font-weight:400;font-size:.95rem;letter-spacing:.3px;color:var(--text-color);text-decoration:none}.site-nav{position:relative;display:flex;align-items:center;gap:28px}.site-nav-link{position:relative;padding-left:14px;font-size:.85rem;font-weight:400;letter-spacing:.3px;color:#9ca3af;text-decoration:none;transition:color .2s ease}.site-nav-link:hover,.site-nav-link.active{color:#000}.nav-dot{position:absolute;top:50%;left:0;width:5px;height:5px;border-radius:50%;background:#60a5fa;transform:translateY(-50%);transition:left .25s ease;pointer-events:none}@media(max-width:767px){.site-header{padding:14px 20px}.site-nav{gap:16px}}section:not(.hero){padding:120px 24px;max-width:960px;margin:0 auto}h2{font-size:2.6rem;margin-bottom:36px;border-bottom:2px solid var(--card-border);padding-bottom:12px;letter-spacing:1px}.scroll-indicator{position:absolute;left:50%;bottom:48px;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:14px}.scroll-text{font-family:Georgia,Times New Roman,serif;font-style:italic;font-size:1rem;letter-spacing:1px;color:var(--school-color)}.scroll-chevron{width:20px;height:20px;color:var(--school-color);animation:scroll-bounce 1.8s ease-in-out infinite}@keyframes scroll-bounce{0%,to{transform:translateY(0);opacity:.6}50%{transform:translateY(8px);opacity:1}}.section-status{position:absolute;top:140px;left:clamp(32px,6vw,96px);display:flex;align-items:center;gap:10px}.status-blob{width:14px;height:14px;flex-shrink:0;border-radius:42% 58% 63% 37%/41% 44% 56% 59%;background:#60a5fa;animation:status-blob-breathe 3.6s ease-in-out infinite}@keyframes status-blob-breathe{0%,to{transform:scale(.85);opacity:.75;border-radius:42% 58% 63% 37%/41% 44% 56% 59%}50%{transform:scale(1.2);opacity:1;border-radius:58% 42% 37% 63%/55% 40% 60% 45%}}.status-ticker{font-size:clamp(.85rem,1.4vw,1.02rem);font-weight:300;color:var(--text-color);letter-spacing:.3px;display:inline-block;min-width:170px;height:1.3em;line-height:1.3em;white-space:nowrap;overflow:hidden;text-align:left;vertical-align:top;animation:status-ticker-pulse 3.2s ease-in-out infinite}@keyframes status-ticker-pulse{0%,to{opacity:1}50%{opacity:.8}}.card:hover{transform:translateY(-6px);border-color:var(--card-hover-border)}.card h3{margin-bottom:14px;font-size:1.5rem}.card p{color:var(--school-color);line-height:1.6}.card a{color:#6ea8fe;text-decoration:none;font-weight:600}.light-mode .card a{color:#0284c7}.link-buttons{display:flex;gap:16px;flex-wrap:wrap}.link-buttons a{background:var(--card-bg);border:1px solid var(--card-border);color:var(--text-color);padding:16px 32px;border-radius:8px;text-decoration:none;font-weight:600;transition:all .2s}.link-buttons a:hover{background:var(--card-border)}section:not(.hero){padding:60px 24px;max-width:960px;margin:0 auto}section.about-hero{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:3rem;max-width:72rem;margin:0 auto;padding:6rem 1.5rem 2.5rem;font-family:Inter,system-ui,-apple-system,sans-serif}.about-hero-text{display:flex;flex-direction:column;align-items:flex-start;gap:1.25rem;flex:0 1 28rem;min-width:0;max-width:28rem}.about-hero-title{font-family:Playfair Display,Georgia,serif;font-weight:500;font-size:1.75rem;line-height:1.25;color:var(--text-color)}.about-hero-title-accent{font-style:italic;color:#60a5fa}.about-hero-paragraph{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:.8125rem;font-weight:400;line-height:1.7;letter-spacing:-.005em;word-spacing:-.02em;color:var(--school-color)}.about-hero-link{font-weight:600;color:var(--text-color);text-decoration:none}.about-hero-rotator{display:inline-block;transition:opacity .25s ease}.about-hero-rotator.is-fading{opacity:0}.about-hero-email-btn{background:none;border:none;padding:0;margin:0;cursor:pointer;font-family:inherit;font-size:inherit;vertical-align:baseline}.about-hero-contact-row{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem;margin-top:.25rem}.footer-email-btn.about-hero-email-feature{margin-top:0;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica,Arial,sans-serif;color:var(--school-color);border-color:var(--btn-border);text-decoration:none}.footer-email-btn.about-hero-email-feature:hover{color:var(--text-color);border-color:#60a5fa}.about-hero-image-wrap{display:flex;justify-content:center;flex:0 1 24rem;min-width:0}.about-hero-image{display:block;width:100%;max-width:22rem;aspect-ratio:4 / 4.4;object-fit:cover;object-position:25% 30%;border-radius:.375rem;box-shadow:none;border:none}@media(min-width:640px){.about-hero-title{font-size:2.25rem}.about-hero-paragraph{font-size:.875rem}}@media(min-width:1024px){.about-hero-image{max-width:24rem}}@media(max-width:767px){section.about-hero{padding:7rem 1.5rem 2rem;gap:2.5rem;min-height:0}}.about-hero .social-link{position:relative;color:var(--text-color);text-decoration-color:currentColor;z-index:0}.about-hero .social-link:before{content:"";position:absolute;inset:-.1em -.3em;background:#60a5fa59;border-radius:.2em;opacity:0;transform:scaleY(.7);transition:opacity .2s ease,transform .2s ease;z-index:-1}.about-hero .social-link:hover:before,.about-hero .social-link:focus-visible:before{opacity:1;transform:scaleY(1)}h2{font-size:1.4rem;margin-bottom:36px;border-bottom:2px solid var(--card-border);padding-bottom:12px;letter-spacing:2px;font-weight:400;text-transform:lowercase;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica,Arial,sans-serif}section.projects{position:relative;max-width:clamp(1780px,92vw,2400px);margin:0 auto;padding:140px clamp(32px,6vw,96px) 180px}.bento-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:24px;margin-top:36px}.bento-card{display:flex;flex-direction:column;min-width:0;transition:transform .4s cubic-bezier(.25,1,.5,1)}.bento-card:hover{transform:translateY(-5px)}.bento-card--retermina{grid-column:span 8;grid-row:span 2}.bento-card--baam{grid-column:span 4;grid-row:span 2}.bento-card--plotboard,.bento-card--nutriai{grid-column:span 6;grid-row:span 1}.bento-card--faceray{grid-column:1 / 5;grid-row:span 1}.bento-card--marrymap{grid-column:5 / 13;grid-row:span 1}.bento-card--clickable{cursor:pointer}.bento-card--clickable .bento-visual:after{content:"";position:absolute;inset:0;background:#ffffff24;opacity:0;transition:opacity .3s ease;pointer-events:none}.bento-card--clickable:hover .bento-visual:after{opacity:1}.bento-visual{position:relative;flex:1;min-height:190px;border-radius:16px;overflow:hidden;border:1px solid var(--card-border);background:var(--card-bg);transition:border-color .3s ease}.bento-card:hover .bento-visual{border-color:var(--card-hover-border)}.bento-card--retermina .bento-visual{aspect-ratio:16 / 10;min-height:420px}.bento-card--baam .bento-visual{aspect-ratio:4 / 5;min-height:420px}.bento-card--plotboard .bento-visual,.bento-card--nutriai .bento-visual{aspect-ratio:16 / 9;min-height:340px}.bento-card--faceray .bento-visual{aspect-ratio:4 / 3;min-height:220px}.bento-card--marrymap .bento-visual{aspect-ratio:21 / 8;min-height:260px}.thumb-img,.thumb-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top center}.thumb-img{transition:transform .6s cubic-bezier(.25,1,.5,1)}.bento-card:hover .thumb-img{transform:scale(1.04)}.thumb-video{opacity:0;transition:opacity .3s ease}.thumb-video.playing{opacity:1}.bento-visual--mockup{display:flex;flex-direction:column}.mockup-chrome{display:flex;align-items:center;gap:6px;flex-shrink:0;padding:11px 14px;background:color-mix(in srgb,var(--card-bg) 82%,var(--text-color) 18%);border-bottom:1px solid var(--card-border)}.chrome-dot{width:8px;height:8px;border-radius:50%}.chrome-dot--red{background:#f56565}.chrome-dot--yellow{background:#f6ad55}.chrome-dot--green{background:#68d391}.chrome-tab{margin-left:8px;font-size:.68rem;letter-spacing:.3px;color:var(--school-color)}.mockup-body{position:relative;display:flex;flex:1;min-height:0}.mockup-sidebar{flex-shrink:0;width:32px;display:flex;flex-direction:column;align-items:center;gap:10px;padding-top:14px;background:var(--card-bg);border-right:1px solid var(--card-border)}.mockup-sidebar span{width:13px;height:13px;border-radius:4px;background:var(--card-border)}.mockup-pane{position:relative;flex:1;overflow:hidden}.bento-visual--phone{background:linear-gradient(160deg,#ffe1ea,#dfe7ff)}.phone-frame{position:absolute;top:2%;bottom:2%;left:50%;transform:translate(-50%);width:auto;aspect-ratio:9 / 19.5;background:#0c0c0e;border-radius:30px;padding:7px;box-shadow:0 24px 44px -16px #0f172a66}.phone-island{position:absolute;top:13px;left:50%;transform:translate(-50%);width:36%;height:15px;border-radius:12px;background:#0c0c0e;z-index:2}.phone-screen{position:relative;width:100%;height:100%;border-radius:23px;overflow:hidden;background:#000}.bento-visual--gradient{display:flex;align-items:center;justify-content:center;background:#a855f7}.bento-visual--field{display:flex;align-items:center;justify-content:center;background:#15803d}.bento-visual--marrymap{display:flex;align-items:center;justify-content:center;background:#db2777}.bento-visual--nutriai{display:flex;align-items:center;justify-content:center;background:#fb7185}.gradient-glyph{width:64px;height:64px;opacity:.95}.status-badge{position:absolute;top:16px;left:16px;z-index:2;font-size:.62rem;font-weight:500;letter-spacing:1.6px;text-transform:uppercase;color:#fff;background:#ffffff29;border:1px solid rgba(255,255,255,.35);padding:5px 11px;border-radius:999px;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.project-meta{position:relative;margin-top:20px;padding-right:88px;display:flex;flex-direction:column;gap:7px}.project-links{position:absolute;top:4px;right:0;display:flex;gap:14px}.project-links a{color:var(--btn-icon-color);display:inline-flex;align-items:center;transition:color .2s ease,transform .2s ease}.project-links a svg{width:19px;height:19px;display:block}.project-links a:hover{color:var(--text-color);transform:translateY(-2px)}.project-eyebrow{font-size:.62rem;font-weight:300;letter-spacing:2.2px;text-transform:uppercase;color:var(--school-color)}.project-title{font-family:Georgia,Times New Roman,serif;font-size:clamp(1.25rem,1.6vw,1.6rem);font-weight:500;line-height:1.15;letter-spacing:.2px;color:var(--text-color)}.project-desc{font-size:.82rem;font-weight:400;color:var(--school-color);line-height:1.55}@media(max-width:1024px){.bento-grid{grid-template-columns:repeat(2,1fr)}.bento-card--retermina,.bento-card--plotboard,.bento-card--nutriai{grid-column:span 2;grid-row:span 1}.bento-card--baam{grid-column:span 1;grid-row:span 1}.bento-card--faceray{grid-column:1 / 2;grid-row:span 1}.bento-card--marrymap{grid-column:2 / 3;grid-row:span 1}.bento-card--marrymap .bento-visual{aspect-ratio:16 / 9}.bento-visual{min-height:260px}}@media(max-width:640px){.bento-grid{grid-template-columns:1fr;gap:18px}.bento-card--retermina,.bento-card--baam,.bento-card--faceray,.bento-card--plotboard,.bento-card--marrymap,.bento-card--nutriai{grid-column:span 1;grid-row:span 1}.bento-card--marrymap .bento-visual{aspect-ratio:16 / 9}.bento-visual{min-height:220px}.phone-frame{max-width:220px}.project-meta{padding-right:72px}}.site-footer{position:relative;overflow:hidden;background:#19191b;color:#d4d4d8}.footer-inner{max-width:none;margin:0 auto;padding:14.4px clamp(18px,3.15vw,50.4px) 65.7px clamp(12.6px,1.62vw,21.6px);min-height:199.8px;position:relative;z-index:1;pointer-events:none}.footer-inner a,.footer-inner button{pointer-events:auto}.footer-scene{position:absolute;left:0;right:0;bottom:0;height:135px;z-index:0;pointer-events:none}.footer-top{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:36px;margin-top:12.6px}.footer-sign-off{margin-left:.45rem}.footer-heading{border-bottom:none;padding-bottom:0;margin-bottom:0;text-transform:none;letter-spacing:.2px;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.36rem,2.1vw,1.86rem);font-weight:400;color:#e4e4e7;opacity:.92}.footer-heading-accent{font-style:italic;font-weight:400}.footer-subtext{margin-top:7.2px;font-size:.84rem;color:#71717a;letter-spacing:.2px}.footer-subtext-divider{margin:0 7.2px;color:#454549}.footer-actions{display:flex;flex-wrap:wrap;align-items:center;gap:21.6px}.footer-nav{display:flex;flex-wrap:wrap;gap:19.8px}.footer-nav a{color:#8b8b93;text-decoration:none;font-size:.86rem;letter-spacing:.3px;transition:color .2s ease}.footer-nav a:hover{color:#e4e4e7}.footer-email-btn{display:inline-flex;align-items:center;gap:7.2px;background:transparent;border:1px solid #333338;border-radius:5.4px;padding:5.4px 10.8px;color:#a1a1aa;font-size:.86rem;font-family:inherit;cursor:pointer;transition:border-color .2s ease,color .2s ease}.footer-email-btn:hover{border-color:#4b4b54;color:#e4e4e7}.footer-email-icon{width:10.8px;height:10.8px;flex-shrink:0}.footer-email-btn .icon-check{display:none}.cursor-tooltip{position:fixed;top:0;left:0;transform:translate(-9999px,-9999px);background:#e4e4e7;color:#19191b;font-size:.62rem;font-weight:600;letter-spacing:.6px;text-transform:uppercase;padding:6px 10px;border-radius:6px;white-space:nowrap;pointer-events:none;z-index:3000;opacity:0;visibility:hidden;transition:opacity .15s ease,visibility .15s ease;will-change:transform}.cursor-tooltip.active{opacity:1;visibility:visible}.cursor-tooltip.copied{background:#4ade80}@media(max-width:767px){.footer-inner{padding:21.6px 18px 65.7px clamp(12.6px,3.6vw,18px);min-height:0}.footer-top{flex-direction:column;align-items:flex-start;gap:28.8px}.footer-actions{align-items:flex-start}}section.gallery-section{position:relative;display:flex;flex-direction:column;height:115vh;max-width:none;padding:0;margin:0;overflow:hidden}.gallery-intro{flex:0 0 auto;padding:3.5rem 40px 1.25rem;text-align:left}.gallery-intro-text{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:500;font-size:clamp(1.1rem,2.4vw,1.6rem);color:var(--text-color);letter-spacing:-.01em;max-width:34ch;margin:0;line-height:1.4;text-wrap:balance}.gallery-canvas-mount{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.gallery-canvas{position:relative;flex:1 1 auto;min-height:0;width:100%;overflow:hidden;cursor:grab;touch-action:none;background:var(--bg-color)}.gallery-canvas:active{cursor:grabbing}.gallery-world{position:absolute;top:0;left:0;width:0;height:0;will-change:transform}.gallery-tile{position:absolute;top:0;left:0}.gallery-card{position:absolute;display:flex;flex-direction:column;gap:10px;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.gallery-card-frame{width:100%;overflow:hidden;border-radius:0;border:1px solid var(--card-border);background:var(--card-bg);pointer-events:auto;cursor:zoom-in}.gallery-card-frame img{width:100%;height:100%;object-fit:cover;display:block;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;will-change:transform;transition:transform .5s cubic-bezier(.25,1,.5,1)}.gallery-card-frame.is-zoomed img{transform:scale(1.08)}.gallery-card-caption{display:flex;flex-direction:column;gap:2px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace}.gallery-card-title{font-size:.58rem;font-weight:500;letter-spacing:.02em;color:#4a4a4a}.gallery-indicator{flex:0 0 auto;padding:16px 0;text-align:center;color:var(--school-color);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace;font-size:.62rem;letter-spacing:1.4px;-webkit-user-select:none;user-select:none}@media(max-width:767px){section.gallery-section{height:105vh}.gallery-intro{padding:2.5rem 1.25rem 1rem}}.gallery-lightbox{position:fixed;inset:0;z-index:1000;display:grid;grid-template-columns:88px 1fr 88px;align-items:center;background:#0a0a0ed1;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);cursor:zoom-out}.gallery-lightbox-frame{grid-column:2;justify-self:center;display:flex;flex-direction:column;align-items:center;gap:16px;max-width:min(760px,86vw);max-height:88vh;cursor:default}.gallery-lightbox-image-wrap{line-height:0;background:#000;border:1px solid rgba(255,255,255,.14);box-shadow:0 30px 80px #0000008c}.gallery-lightbox-frame img{display:block;max-width:100%;max-height:74vh;width:auto;height:auto;object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.gallery-lightbox-caption{display:flex;align-items:baseline;gap:14px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace}.gallery-lightbox-count{font-size:.68rem;font-weight:500;letter-spacing:.06em;color:#f8fafc66}.gallery-lightbox-title{font-size:.82rem;font-weight:500;letter-spacing:.02em;color:#f8fafceb}.gallery-lightbox-arrow{justify-self:center;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:#ffffff14;color:#f8fafc;font-size:1.6rem;line-height:1;cursor:pointer;transition:background .2s ease,transform .2s ease}.gallery-lightbox-arrow:hover{background:#ffffff2e;transform:scale(1.06)}.gallery-lightbox-arrow-prev{grid-column:1}.gallery-lightbox-arrow-next{grid-column:3}.gallery-lightbox-close{position:fixed;top:24px;right:28px;z-index:1001;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:#ffffff14;color:#f8fafc;font-size:1.4rem;line-height:1;cursor:pointer;transition:background .2s ease}.gallery-lightbox-close:hover{background:#ffffff2e}@media(max-width:767px){.gallery-lightbox{grid-template-columns:44px 1fr 44px}.gallery-lightbox-arrow{width:36px;height:36px;font-size:1.3rem}.gallery-lightbox-frame{max-width:90vw;gap:12px}}
