/* Main homepage: editorial Method rows and three interactive project objects. */
.home-objects .object-section__header{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:44px}
.home-objects .object-section__header h2{font-size:clamp(38px,4.5vw,66px);line-height:1;letter-spacing:-.045em}
.home-objects .object-section__header p{max-width:360px;color:#909090;font-size:16px;line-height:1.45}
.home-objects .object-eyebrow{display:block;font:10px/1.4 var(--font-mono);letter-spacing:.07em;color:#707070;margin-bottom:18px;text-transform:uppercase}
/* A quiet title rail on the left, one continuous editorial column on the right. */
.method-editorial{display:grid;grid-template-columns:minmax(180px,1fr) minmax(0,2fr);column-gap:64px;align-items:start}
.method-editorial__header{padding-top:32px}
.method-editorial__header h2{font-size:clamp(38px,4.5vw,66px);line-height:1;letter-spacing:-.045em}
.method-sequence{list-style:none;margin:0;padding:0;min-width:0}
.method-row{display:grid;grid-template-columns:88px minmax(0,1fr);column-gap:32px;row-gap:12px;grid-template-rows:1fr 1fr;min-height:200px;padding:32px 0;border-top:1px solid #252528}
.method-row:last-child{border-bottom:1px solid #252528}
.method-row__heading{display:contents}
.method-symbol{grid-column:1;grid-row:1/3;align-self:center;width:88px;height:88px;color:#dfdfda}
.method-row h3{grid-column:2;grid-row:1;align-self:end;font-size:clamp(25px,2.25vw,32px);line-height:1.16;letter-spacing:-.025em}
.method-row>p{grid-column:2;grid-row:2;align-self:start;max-width:520px;font-size:17px;line-height:1.5;color:#939398}

/* Motion is a quiet explanation, not an interactive control. Start only in view. */
.method-optical__volume{transform-origin:60px 60px;transform:rotate(-24deg)}
.method-optical__slices{transform-origin:60px 60px;animation:method-optics 10s ease-in-out infinite}
.method-optical__trace{animation:method-scan 12s linear infinite}
.method-shape__lift{animation:method-lift 4.8s cubic-bezier(.45,0,.2,1) infinite}
.method-shape__section{transform-origin:60px 72px;animation:method-contour 4.8s ease-in-out infinite}
.method-shape__section--outer{animation-name:method-contour-outer}
.method-shape__riser{animation:method-risers 4.8s cubic-bezier(.45,0,.2,1) infinite}
.method-change__tile{transform-origin:0 0;animation:method-assemble 4.8s cubic-bezier(.45,0,.2,1) var(--tile-delay) infinite both}
.method-row :is([class^="method-optical__"],[class^="method-shape__"],.method-change__tile){animation-play-state:paused}
.method-row.is-in-view :is([class^="method-optical__"],[class^="method-shape__"],.method-change__tile){animation-play-state:running}
/* A stable axis, one slow meridian breath, and a single orbiting signal. */
@keyframes method-optics{0%,100%{transform:scaleX(1)}50%{transform:scaleX(.76)}}
@keyframes method-scan{to{stroke-dashoffset:-100}}
@keyframes method-contour{0%,5%,100%{transform:scale(.53);opacity:0}22%,88%{transform:scale(1);opacity:.65}}
@keyframes method-contour-outer{0%,14%,100%{transform:scale(.36);opacity:0}32%,88%{transform:scale(1);opacity:1}}
@keyframes method-lift{0%,34%,100%{transform:translateY(0)}57%,80%{transform:translateY(-30px)}}
@keyframes method-risers{0%,34%,100%{transform:scaleY(0);opacity:0}57%,80%{transform:scaleY(1);opacity:.4}}
@keyframes method-assemble{0%,8%,100%{transform:translate(var(--tile-x),var(--tile-y)) rotate(var(--tile-angle));opacity:.4}36%,72%{transform:translate(0,0) rotate(0);opacity:1}}
.objects-gallery{position:relative;isolation:isolate;overflow:visible;padding-bottom:32px}
.objects-gallery .object-section__header{position:relative;z-index:1;margin-bottom:32px}
.objects-gallery__glow{position:absolute;top:-100px;bottom:-120px;left:calc((100% - 100vw) / 2);width:100vw;z-index:-1;pointer-events:none;opacity:0;transition:opacity .65s ease;background:radial-gradient(ellipse at var(--glow-x) 61%,rgb(var(--glow) / .6) 0%,rgb(var(--glow) / .24) 37%,rgb(var(--glow) / .08) 58%,transparent 78%);mask-image:linear-gradient(transparent,black 20%,black 75%,transparent)}
.objects-gallery[data-active="fintellect"] .objects-gallery__glow--fintellect,.objects-gallery[data-active="branchline"] .objects-gallery__glow--branchline,.objects-gallery[data-active="hypershadow"] .objects-gallery__glow--hypershadow{opacity:1}
.objects-gallery[data-active="hypershadow"] .objects-gallery__glow--hypershadow{opacity:.42}
.objects-gallery__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border-top:1px solid #262626;border-bottom:1px solid #262626}
.object-work{min-width:0;position:relative}
.object-work+.object-work{border-left:1px solid #262626}
.object-work__link{display:flex;flex-direction:column;height:100%;position:relative;padding:26px 24px 32px}
.object-work__index{display:flex;justify-content:space-between;align-items:center;font:10px/1.4 var(--font-mono);letter-spacing:.035em;color:#777}
.object-work__media{position:relative;aspect-ratio:1;isolation:isolate;margin:4px -20px 8px;pointer-events:none}
.object-work__object{position:absolute;inset:0;transform:scale(1);transform-origin:50% 68%;transition:transform .7s cubic-bezier(.2,.7,.2,1)}
.object-work__object>img,.object-work__object>iframe{width:100%;height:100%;position:absolute;inset:0;object-fit:contain;border:0;background:transparent}
.object-work__object>iframe{opacity:0;transition:opacity .45s}
.object-work__object.is-live>iframe{opacity:1}
.object-work__object.is-live>img{opacity:0}
.object-work--fintellect .object-work__object{inset:0}
.object-work__copy{margin-top:auto}
.object-work__heading{display:flex;align-items:center;justify-content:space-between;gap:12px}
.object-work__heading h3{font-size:clamp(25px,2.4vw,34px);line-height:1.05;letter-spacing:-.035em}
.object-work__heading span{font-size:22px;color:#666;transition:color .3s,transform .3s}
.object-work__copy p{font-size:15px;line-height:1.5;color:#909090;margin-top:13px;max-width:310px}
.object-work.is-active .object-work__object{transform:scale(1.065)}
.object-work.is-active .object-work__heading span{color:#fff;transform:translate(3px,-3px)}
.object-work__link:focus-visible{outline:2px solid #ddd;outline-offset:-2px}
@media(max-width:1023px){
 .method-editorial{column-gap:40px;grid-template-columns:minmax(160px,.8fr) minmax(0,2fr)}
 .method-row{grid-template-columns:72px minmax(0,1fr);column-gap:24px}
 .method-symbol{width:72px;height:72px}
 .hero__alumni .alumni__logo{height:20px}
 .method-row>p{font-size:16px}
 .object-work__link{padding:22px 16px 28px}
 .object-work__index{font-size:8px}
 .object-work__media{margin:10px -12px}
 .object-work__copy p{font-size:14px}
}
@media(max-width:880px){
 .method-editorial{display:block}
 .method-editorial__header{padding-top:0;margin-bottom:32px}
 .method-row{min-height:192px}
}
@media(max-width:700px){
 .method-editorial__header{display:block;margin-bottom:32px}
 .method-row{grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto;gap:16px;padding:32px 0;min-height:0}
 .method-row__heading{display:flex;grid-column:1;grid-row:1;gap:24px;align-items:center}
 .method-symbol{width:56px;height:56px;flex:none}
 .method-row h3{align-self:center;font-size:25px;max-width:230px}
 .method-row>p{grid-column:1;grid-row:2;font-size:16px;max-width:380px}
 .home-objects .object-section__header{display:block;margin-bottom:28px}
 .home-objects .object-section__header p{margin-top:20px;max-width:100%}
 .objects-gallery__grid{grid-template-columns:1fr}
 .object-work+.object-work{border-left:0;border-top:1px solid #262626}
 .object-work__link{padding:24px 12px 32px}
 .object-work__media{aspect-ratio:1.2;max-height:420px}
 .object-work__heading h3{font-size:32px}
 .object-work__copy p{max-width:380px}
 .object-work__index{font-size:10px}
}
@media(prefers-reduced-motion:reduce){
 .home-objects *, .home-objects *::before,.home-objects *::after{scroll-behavior:auto!important}
 .object-work__object,.objects-gallery__glow,.object-work__heading span{transition:none}
 .object-work.is-active .object-work__object{transform:none}
}

/* Alumni takes the former hero-navigation position. The page index floats later. */
.hero__alumni{padding-bottom:4px;gap:16px}
.hero__alumni .alumni__label{font:10px/1.4 var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:#838389}
.hero__alumni .alumni__row{gap:16px}
/* Portfolio rhythm uses an 8px grid; 4px is reserved for optical micro-spacing.
   Avoid a fixed-height Bio creating an unaccounted blank section below the CV. */
.home-objects .about{min-height:0}
.home-objects :is(#bio,#method,#work){scroll-margin-top:100px}
@media(max-width:767px){
 .home-objects .hero{display:grid}
 .home-objects .hero__col{display:contents}
 .home-objects .hero__intro{grid-row:1}
 .home-objects .hero__media{grid-row:2}
 .hero__alumni{grid-row:3}
 .hero__alumni .alumni__row{display:grid;grid-template-columns:1fr 1.1fr;gap:24px;align-items:center}
 .hero__alumni .alumni__logo{height:auto;width:100%;max-width:184px}
 .hero__alumni .alumni__logo--google{max-width:200px}
 .hero__alumni .bullet{display:none}
}
@media(prefers-reduced-motion:reduce){
 .method-row :is([class^="method-optical__"],[class^="method-shape__"],.method-change__tile){animation:none;transform:none}
 .method-shape__lift{transform:translateY(-30px)!important}
}
