.hero{position:relative;height:100svh;min-height:620px;overflow:hidden;border-bottom:1px solid var(--line)}.hero-gl{position:absolute;inset:0;width:100%;height:100%;display:block}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,color-mix(in srgb,var(--void) 55%,transparent) 0%,transparent 32%,color-mix(in srgb,var(--void) 50%,transparent) 74%,color-mix(in srgb,var(--void) 92%,transparent) 100%);pointer-events:none}.hero-inner{position:relative;z-index:2;height:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:1fr auto auto;align-content:end;gap:0 2rem;padding-bottom:1.5rem}.hero-head{grid-column:1 / 9;grid-row:2}.hero-head h1{font-size:clamp(2.8rem,6.8vw,8.2rem);line-height:.96}.hero-aside{grid-column:9 / 13;grid-row:2;align-self:end;display:flex;flex-direction:column;gap:1.75rem;padding-bottom:0}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem}.hero-meta{grid-column:1 / 13;grid-row:3;display:flex;justify-content:space-between;align-items:center;gap:1.5rem;margin-top:2.25rem;padding-top:1.5rem;border-top:1px solid var(--line)}@media(max-width:1000px){.hero-inner{grid-template-columns:1fr;grid-template-rows:1fr auto auto auto;padding-bottom:1.5rem}.hero-head,.hero-aside,.hero-meta{grid-column:1}.hero-head{grid-row:2}.hero-aside{grid-row:3;padding:1.5rem 0 0;gap:1.25rem}.hero-meta{grid-row:4;margin-top:1.75rem;padding-top:1.25rem;flex-direction:column;gap:.4rem}.hero-actions .btn{flex:1 1 100%;justify-content:space-between}}.statement{padding:clamp(7rem,16vh,13rem) 0}.statement .container{display:grid;grid-template-columns:repeat(12,1fr)}.statement-copy{grid-column:4 / 12;max-width:none;font-family:var(--f-body);font-size:clamp(1.65rem,3.1vw,3.4rem);line-height:1.1;letter-spacing:-.022em;text-transform:none;font-weight:300}@media(max-width:1000px){.statement{padding:5rem 0}.statement-copy{grid-column:1 / 13;font-size:clamp(1.6rem,6.5vw,2.4rem)}}.index-list{padding-bottom:clamp(5rem,12vh,9rem)}.index-head{display:flex;flex-direction:column;gap:1rem;padding-bottom:2.5rem}.process{border-top:1px solid var(--line)}.process-pin{padding:clamp(4rem,8vh,7rem) 0;background:var(--void)}.process-inner{display:grid;grid-template-columns:1fr 1.15fr;gap:clamp(3rem,7vw,9rem);align-items:center;max-width:1600px}.process-copy>p{margin-top:1.25rem;max-width:40ch}.process-copy h2{font-size:clamp(2.8rem,6vw,6rem);text-wrap:balance}.process-preview{display:grid;margin-top:2.5rem;border:1px solid var(--line);background:var(--slate);border-radius:var(--r-md);overflow:hidden}.preview-bar,.demo-toolbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.15rem 1.6rem;border-bottom:1px solid var(--line);color:var(--mist);font:.72rem/1.4 var(--f-mono)}.preview-count{font-variant-numeric:tabular-nums}.process-artifact{grid-area:2 / 1;display:flex;flex-direction:column;justify-content:space-between;gap:1.5rem;padding:2rem;min-height:265px;visibility:hidden;opacity:0;transform:translateY(8px);transition:opacity .25s ease,transform .35s var(--ease-out),visibility .25s}.process-artifact.is-live{visibility:visible;opacity:1;transform:none}.artifact-file,.artifact-note,.artifact-code,.scope-map,.handoff-stamp,.stage-number{font:.78rem/1.6 var(--f-mono)}.artifact-file{color:var(--gloss-ink)}.artifact-note{color:var(--mist)}.process-artifact>strong{font-size:clamp(1.2rem,2vw,1.6rem);font-weight:500}.scope-map{display:flex;align-items:center}.scope-map span{padding:.7rem;border:1px solid var(--line-bright)}.scope-map i{height:1px;background:var(--gloss-ink);flex:1}.artifact-components{display:flex;gap:1.5rem;align-items:center}.artifact-components>span:first-child{font-size:3rem;letter-spacing:-.04em}.artifact-components>div{display:flex;flex-direction:column;gap:6px}.artifact-components i{width:22px;height:8px;background:var(--gloss-ink)}.artifact-components i:nth-child(2){opacity:.6}.artifact-components i:nth-child(3){opacity:.3}.component-sample{display:flex;align-items:center;gap:1rem;padding:.8rem;background:var(--gloss);color:#fff;font-size:.85rem}.component-sample svg{width:18px;height:18px}.artifact-code{display:grid;gap:.4rem}.artifact-code b{color:var(--gloss-ink);margin-right:.5rem}.handoff-stamp{display:flex;gap:1.5rem;align-items:center}.handoff-stamp svg{width:70px;height:70px;padding:12px;border:1px solid var(--line-bright);color:var(--gloss-ink)}.process-inner{grid-template-columns:minmax(260px,.85fr) minmax(0,1.9fr);gap:clamp(2rem,4vw,4rem)}.process-visual{display:flex;flex-direction:column;gap:2rem;min-width:0}.process-svg{display:block;width:100%;height:auto;overflow:visible}.pass-track{stroke:var(--line);stroke-width:2}.pass-trail{stroke:var(--gloss);stroke-width:2;stroke-linecap:round}.pad-body{fill:var(--slate)}.pad-ring{stroke:var(--gloss);stroke-width:2}.process-stages{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem;list-style:none}.process-stage{padding-top:1rem;border-top:1px solid var(--line);transition:border-color .32s var(--ease-out)}.process-stage.is-live{border-color:var(--gloss)}.process-stage span{display:block;margin-bottom:.6rem;color:var(--mist);font-size:.75rem}.process-stage.is-live span{color:var(--flake)}.process-stage p{font-size:.9rem;line-height:1.5}@media(min-width:1001px)and (min-height:800px){.process-pin{min-height:100svh;display:flex;align-items:center}}@media(max-width:1000px){.process-inner{grid-template-columns:1fr;gap:2.5rem}.process-preview{max-width:520px}.process-stages{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:480px){.process-stages{grid-template-columns:1fr}}.stats{padding:clamp(5rem,10vw,8rem) 0;border-top:1px solid var(--line);background:var(--void)}.stats-inner{display:flex;flex-direction:column;gap:3.5rem}.stats-head{display:flex;flex-direction:column;gap:1rem;padding-left:clamp(0px,5vw,4rem)}.stats-head h2{max-width:14ch;color:var(--flake)}.stats-head p{max-width:48ch;color:var(--mist)}.stats-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;width:min(100%,48rem);margin-inline:auto;align-items:start}.stats-col{display:flex;min-width:0;flex-direction:column;gap:.9rem}.stats-col-left{padding-top:2.75rem}.stat-card{position:relative;min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--well)}.stat-card h3{position:relative;z-index:1;color:var(--flake);font-size:clamp(2rem,5vw,4rem)}.stat-card .mono{position:relative;z-index:1;font-family:var(--f-mono);font-size:.78rem;line-height:1.5;letter-spacing:var(--mono-track)}.stat-media,.stat-tall{display:flex;flex-direction:column;padding:1.25rem}.stat-media{min-height:18rem;justify-content:flex-end;background:var(--slate)}.stat-tall{aspect-ratio:1 / 1.75;justify-content:space-between;gap:2.5rem;background:var(--surface)}.stat-overlay{position:relative;z-index:1;display:flex;flex-direction:column;gap:1rem}.stat-media h3,.stat-tall h3{max-width:13ch;font-size:clamp(2.5rem,4vw,3.25rem)}.stat-description{max-width:36ch;color:var(--mist);font-size:.95rem;line-height:1.5}.stat-light{display:flex;width:85%;min-height:13rem;align-self:flex-end;flex-direction:column;justify-content:space-between;gap:1rem;padding:1.25rem;background:var(--slate)}.stat-light h3{max-width:8ch;font-size:clamp(2.8rem,5vw,4rem)}.stat-accent{display:flex;min-height:17rem;flex-direction:column;justify-content:space-between;gap:1.5rem;padding:1.25rem;background:color-mix(in srgb,var(--gloss) 68%,black);color:#fff}.stat-accent h3{max-width:11ch;color:#fff;font-size:clamp(2.5rem,4vw,3.25rem)}.stat-accent .stat-description{color:#fff}.stat-process{display:flex;flex-direction:column;gap:1.25rem;list-style:none}.stat-process li{padding-top:1rem;border-top:1px solid var(--line)}.stat-process strong{color:var(--flake);font-size:1rem;font-weight:600}.stat-process p{margin-top:.35rem;color:var(--mist);font-size:.9rem;line-height:1.5}.stat-dark{display:flex;width:88%;min-height:16rem;align-self:flex-start;flex-direction:column;justify-content:space-between;gap:1.5rem;padding:1.25rem;background:var(--well)}.stat-dark h3{font-size:clamp(1.5rem,3vw,2rem)}.stat-list{display:flex;align-self:flex-end;flex-direction:column;gap:.4rem;color:var(--mist);font-size:.9rem;text-align:right;list-style:none}.stat-link{align-self:flex-end;color:var(--gloss-ink);font-size:.8rem;text-decoration:none}.stat-link svg{width:.9rem;height:.9rem;margin-left:.25rem;vertical-align:-.1em;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.stat-link:hover,.stat-link:focus-visible{text-decoration:underline;text-underline-offset:.25em}.tiers{padding:clamp(5rem,12vh,9rem) 0;border-top:1px solid var(--line)}.tiers-head{display:grid;grid-template-columns:repeat(12,1fr);gap:2rem;align-items:end;padding-bottom:3.5rem}.tiers-head h2{grid-column:1 / 8}.tiers-head p{grid-column:9 / 13}.tiers-rack{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:var(--line);border:1px solid var(--line)}.tier{display:flex;min-width:0;flex-direction:column;align-items:flex-start;gap:1.15rem;padding:1.6rem;background:var(--void)}.tier header{display:flex;flex-direction:column;gap:.65rem}.tier-rank{color:var(--gloss-ink);font-variant-numeric:tabular-nums}.tier h3{color:var(--flake);font:var(--f-display-weight) clamp(1.4rem,2.2vw,2rem)/1 var(--f-display);letter-spacing:-.025em;text-transform:var(--f-display-case)}.tier-price{display:flex;flex-wrap:wrap;align-items:baseline;gap:.3rem;color:var(--mist);font:1rem/1.2 var(--f-body)}.tier-price strong{color:var(--flake);font:var(--f-display-weight) clamp(2rem,3.4vw,3rem)/.95 var(--f-display);letter-spacing:-.035em;white-space:nowrap}.tier-price span{white-space:nowrap}.tier-price-custom strong{font-size:clamp(1.6rem,2.5vw,2.2rem)}.tier-summary{color:var(--mist);font-size:.95rem;line-height:1.5}.tier ul{display:flex;flex-direction:column;gap:.65rem;width:100%;margin-top:auto;padding-top:1.1rem;border-top:1px solid var(--line);color:var(--mist);font-size:.88rem;line-height:1.45;list-style:none}.tier li{position:relative;padding-left:1rem}.tier li:before{position:absolute;left:0;color:var(--gloss-ink);content:"—"}.tier .btn{width:100%;margin-top:.25rem;justify-content:center;text-align:center}.pricing-note{max-width:75ch;margin-top:1.25rem;font-size:.85rem;line-height:1.5}.work-grid{padding:clamp(5rem,12vh,9rem) 0;border-top:1px solid var(--line)}.work-head{display:flex;flex-direction:column;gap:1rem;padding-bottom:3rem}.work-more{margin-top:4rem}.home-project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:0;padding:0;list-style:none}.home-project-grid li{min-width:0}.home-project-grid a{position:relative;display:flex;min-height:12rem;align-items:flex-end;justify-content:space-between;gap:1rem;padding:1.5rem;border:1px solid var(--line);border-radius:var(--r-md);background:var(--well);color:var(--flake);text-decoration:none;transition:border-color .18s var(--ease-out),background-color .18s var(--ease-out),transform .18s var(--ease-out)}.home-project-grid a:hover,.home-project-grid a:focus-visible{border-color:var(--gloss-ink);transform:translateY(-3px)}.home-project-grid a:focus-visible{outline:2px solid var(--gloss-ink);outline-offset:3px}.home-project-name{font:var(--f-display-weight) clamp(1.8rem,3vw,3rem)/1 var(--f-display);letter-spacing:-.02em;text-transform:var(--f-display-case)}.home-project-arrow{width:1.35rem;height:1.35rem;flex:0 0 auto;fill:none;stroke:var(--gloss-ink);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;transition:transform .18s var(--ease-out)}.home-project-grid a:hover .home-project-arrow,.home-project-grid a:focus-visible .home-project-arrow{transform:translate(2px,-2px)}@media(max-width:600px){.home-project-grid{grid-template-columns:1fr}.home-project-grid{gap:.75rem}.home-project-grid a{min-height:6.5rem}}@media(max-width:1000px){.stats{padding:5rem 0}.stats-inner{gap:2.5rem}.stats-head{padding-left:0}.stats-grid{width:min(100%,32rem);grid-template-columns:1fr}.stats-col-left{padding-top:0}.stat-light,.stat-dark{width:88%}.stat-accent{min-height:14rem}.stat-tall{aspect-ratio:auto}.tiers-head{grid-template-columns:1fr;gap:1.25rem;padding-bottom:2.5rem}.tiers-head h2,.tiers-head p{grid-column:1}.tiers-rack{grid-template-columns:repeat(2,minmax(0,1fr))}.tier{padding:1.5rem}.work-more{margin-top:2.5rem;width:100%;justify-content:space-between}}@media(max-width:620px){.tiers-rack{grid-template-columns:1fr}}.process-preview svg{fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.principles-sec{padding:clamp(5rem,12vh,9rem) 0;border-top:1px solid var(--line)}.principles-head{display:flex;flex-direction:column;gap:1rem;padding-bottom:1.5rem}.closer{padding:clamp(6rem,15vh,12rem) 0}.closer-inner{display:grid;grid-template-columns:repeat(12,1fr);gap:2rem;align-items:end}.closer-inner h2{grid-column:1 / 8;font-size:clamp(4rem,13vw,15rem)}.closer-side{grid-column:9 / 13;display:flex;flex-direction:column;align-items:flex-start;gap:1.75rem;padding-bottom:1rem}@media(max-width:1000px){.closer{padding:4.5rem 0}.closer-inner{grid-template-columns:1fr}.closer-inner h2,.closer-side{grid-column:1}.closer-side{padding-bottom:0}.closer-side .btn{align-self:stretch;justify-content:space-between}}html[data-theme=light] .closer-inner h2{font-size:clamp(3.5rem,10vw,11rem);line-height:.82;letter-spacing:-.045em}html[data-theme=light] .closer-side:before{content:"PLATE 04  /  BANGALORE / GLOBAL  /  2026";display:block;margin-bottom:.75rem;color:var(--mist);font-family:var(--f-mono);font-size:.68rem;letter-spacing:.12em}html[data-theme=light] .hero:after{background:linear-gradient(180deg,color-mix(in srgb,var(--void) 24%,transparent),color-mix(in srgb,var(--void) 3%,transparent) 26%,color-mix(in srgb,var(--void) 8%,transparent) 62%,color-mix(in srgb,var(--void) 62%,transparent) 84%,color-mix(in srgb,var(--void) 86%,transparent))}
