:root{--ink:#0A0A0A;--mid:#6B6B66;--stone:#ECEAE4;--paper:#FAFAF7;--saffron:#F97316;--green:#00B871;--muted:rgba(10,10,10,.62);--line:rgba(10,10,10,.1);--sans:"Plus Jakarta Sans",system-ui,-apple-system,sans-serif;--mono:"IBM Plex Mono",ui-monospace,monospace;--r:8px;--ctl:52px;--gutter:16px;--max:1120px;--accent:var(--green)}
#one-india{--accent:var(--saffron)}
*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:17px;line-height:1.55;-webkit-font-smoothing:antialiased;text-wrap:pretty;overflow-x:hidden}
a{color:var(--ink);text-decoration:underline;text-decoration-color:var(--accent);text-decoration-thickness:2px;text-underline-offset:4px}
a:hover{text-decoration-color:var(--ink)}
a:focus-visible,button:focus-visible{outline:3px solid var(--accent);outline-offset:3px;border-radius:var(--r)}
h1,h2,h3,p{margin:0}
.wrap{max-width:var(--max);margin:0 auto;padding:0 var(--gutter)}
@media(min-width:768px){:root{--gutter:32px}}
@media(min-width:1200px){:root{--gutter:40px}}
.num{font-family:var(--mono);font-variant-numeric:tabular-nums;font-weight:500}
.label{font-family:var(--mono);font-size:11px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}
/* The logo: the stacked-layers mark from the InstaStack logo + the name set in the One India face. */
.wm{display:inline-flex;align-items:center;gap:.32em;font-weight:800;letter-spacing:-.045em;line-height:.88;color:var(--ink);text-decoration:none;white-space:nowrap;font-size:22px;min-height:44px}
.wm img{width:1.18em;height:auto;display:block}
header{padding:20px 0}
header .wrap{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:44px}
header nav{display:flex;gap:22px;font-size:14px;font-weight:600}
header nav a{text-decoration:none;padding:10px 0;min-height:44px;display:inline-flex;align-items:center}
header nav a:hover{text-decoration:underline;text-decoration-color:var(--accent)}
@media(max-width:479px){header nav{display:none}}
section{padding:56px 0;border-top:1px solid var(--line)}
@media(min-width:768px){section{padding:80px 0}}
.hero{border-top:0;padding-top:40px}
.hero .wrap{display:grid;gap:40px;align-items:center}
@media(min-width:900px){.hero .wrap{grid-template-columns:minmax(0,7fr) minmax(0,5fr);gap:64px}}
.hero h1{font-size:clamp(38px,7vw,68px);font-weight:800;letter-spacing:-.03em;line-height:1.02;max-width:14ch}
.hero .sub{margin-top:24px;font-size:clamp(17px,2vw,21px);color:var(--muted);max-width:40ch;line-height:1.5}
.cta{display:flex;flex-wrap:wrap;gap:12px 28px;align-items:center;margin-top:36px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:var(--ctl);padding:0 24px;border-radius:var(--r);background:var(--ink);color:var(--paper);font-weight:700;font-size:16px;text-decoration:none;border:0;cursor:pointer;white-space:nowrap}
.btn:hover{opacity:.9}
.btn svg{width:14px;height:13px;flex:none}
.link{font-weight:700;font-size:16px;min-height:44px;display:inline-flex;align-items:center;gap:8px}
.link svg{width:14px;height:14px}
.shot{margin:0;position:relative;border-radius:28px;overflow:hidden;background:var(--stone);border:1px solid var(--line);aspect-ratio:577/700;max-width:400px;justify-self:center;width:100%}
.shot img{display:block;width:100%;height:100%;object-fit:cover;object-position:top}
.shot::after{content:"";position:absolute;left:0;right:0;bottom:0;height:120px;background:linear-gradient(to top,var(--paper),transparent)}
.sec-head{display:grid;gap:12px;margin-bottom:36px;max-width:48ch}
.sec-head p:not(.label){color:var(--muted);font-size:clamp(17px,1.8vw,19px)}
h2{font-size:clamp(28px,4vw,44px);font-weight:800;letter-spacing:-.025em;line-height:1.08}
.tiles{display:grid;gap:16px;list-style:none;margin:0;padding:0}
@media(min-width:640px){.tiles{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}}
@media(min-width:1024px){.tiles.four{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(min-width:768px){.tiles.three{grid-template-columns:repeat(3,minmax(0,1fr))}}
.tile{display:flex;flex-direction:column;gap:12px;background:var(--stone);border-radius:var(--r);padding:24px;min-height:100%}
.tile h3{font-size:19px;font-weight:800;letter-spacing:-.02em;line-height:1.2}
.tile p{color:var(--muted);font-size:15.5px;flex:1}
.tile .act{margin-top:6px;font-weight:700;font-size:15px;min-height:44px;display:inline-flex;align-items:center;gap:8px;align-self:flex-start}
.tile .act svg{width:14px;height:14px}
.tile .soon{color:var(--muted);font-weight:600}
.case{margin-top:40px;padding-top:32px;border-top:1px solid var(--line);display:grid;gap:16px;max-width:64ch}
.case-line{font-size:clamp(18px,2.2vw,24px);line-height:1.4;font-weight:600;letter-spacing:-.01em}
.case-line .num{font-weight:500}
.after{margin-top:28px;display:flex;flex-wrap:wrap;gap:12px 32px;align-items:center;justify-content:space-between}
.after p{color:var(--muted);font-size:15.5px}
.facts{margin:0;display:grid;border-top:1px solid var(--line)}
.facts div{display:grid;gap:8px;padding:22px 0;border-bottom:1px solid var(--line)}
.facts dt{font-family:var(--mono);font-size:11px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}
.facts dd{margin:0;font-size:clamp(17px,2vw,20px);line-height:1.45;max-width:56ch}
@media(min-width:768px){.facts div{grid-template-columns:200px minmax(0,1fr);gap:24px;padding:26px 0;align-items:baseline}}
.contact{padding:40px 0}
.contact .wrap{display:grid;gap:10px}
.contact-line{font-size:15.5px;color:var(--muted)}
.contact-line .addr{color:var(--ink);font-weight:600}
.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
footer{border-top:1px solid var(--line);padding:32px 0 48px;font-size:13.5px;color:var(--muted)}
footer .wrap{display:flex;flex-wrap:wrap;gap:12px 24px;align-items:center;justify-content:space-between}
footer nav{display:flex;flex-wrap:wrap;gap:6px 22px}
footer a{color:var(--ink);text-decoration:none;min-height:44px;display:inline-flex;align-items:center}
footer a:hover{text-decoration:underline;text-decoration-color:var(--accent)}
[hidden]{display:none!important}
