:root{
--bg:#F4F0E9;
--paper:#FBF8F3;
--ink:#101010;
--muted:#6E675F;
--line:#DDD6CE;
--mint:#B9DEC8;
--mint-soft:#E7F2EA;
--yellow:#F6D85B;
--yellow-soft:#FCF2C4;
--lavender:#B9B1E3;
--lavender-soft:#EEEAF8;
--coral:#F46762;
--coral-soft:#F8DAD7;
--green:#15935E;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
html,body{margin:0;padding:0}
body{background:var(--bg);color:var(--ink);font-family:"Inter",sans-serif}
a{text-decoration:none;color:inherit}
img{display:block}
button,input{font:inherit}
.page-width{width:calc(100% - 88px);margin:0 auto}

/* HEADER */
.site-header{height:88px;background:rgba(251,248,243,.98);border-bottom:1px solid #E7E1DA}
.header-inner{height:88px;display:grid;grid-template-columns:290px 1fr 160px;align-items:center}
.brand{display:flex;flex-direction:column;line-height:.82;width:max-content}
.brand>span{font-family:"Archivo Black";font-size:28px;letter-spacing:-.055em}
.brand small{margin-top:7px;font-size:7px;font-weight:800}
.brand-dot{color:var(--yellow)}
.main-nav{display:flex;justify-content:center;align-items:center;gap:30px;height:100%;font-size:12px;font-weight:700;white-space:nowrap}
.main-nav a{height:100%;display:flex;align-items:center;position:relative}
.main-nav .active:after{content:"";position:absolute;left:0;right:0;bottom:16px;height:3px;background:var(--yellow)}
.header-actions{display:flex;justify-content:flex-end;align-items:center;gap:14px}
.search-btn{font-size:20px}
.subscribe-btn{background:var(--yellow);padding:13px 18px;border-radius:10px;font-size:11px;font-weight:800}

/* MOVING MARKET ROWS */
.market-wrap{padding:5px 0;background:rgba(251,248,243,.55)}
.global-wrap{border-bottom:1px solid #E4E0EA}
.india-wrap{border-bottom:1px solid #F0D5D0}
.market-card{min-height:72px;display:grid;grid-template-columns:170px minmax(0,1fr) 255px;align-items:center;border:1px solid #DBD8EA;border-radius:14px;padding:0 14px;background:rgba(255,255,255,.28)}
.india-card-row{grid-template-columns:170px minmax(0,1fr) 160px;border-color:#F0CFCB}
.region-block{display:flex;align-items:center;gap:11px}
.region-block strong{font-family:"Archivo Black";font-size:17px}
.map-mark{width:52px;height:44px;display:grid;place-items:center;color:#C9C3BB}
.map-mark svg{width:100%;height:100%;fill:currentColor}
.india-map-mark{width:42px;height:48px}
.ticker-window{overflow:hidden;min-width:0}
.ticker-track{display:flex;align-items:center;width:max-content;will-change:transform}
.ticker-global{animation:moveLeft 46s linear infinite}
.ticker-india{animation:moveRight 52s linear infinite}
.ticker-window:hover .ticker-track{animation-play-state:paused}
@keyframes moveLeft{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@keyframes moveRight{from{transform:translateX(-45%)}to{transform:translateX(0)}}
.company-cell{min-width:137px;display:grid;grid-template-columns:36px 1fr;align-items:center;gap:8px;padding:0 13px;border-left:1px solid var(--line)}
.company-cell img{width:31px;height:31px;object-fit:contain}
.company-cell b,.company-cell em,.company-cell small{display:block}
.company-cell b{font-size:9px;font-weight:800}
.company-cell em{font-size:9px;color:var(--green);font-weight:800;font-style:normal;margin-top:2px}
.company-cell small{font-size:8px;margin-top:2px}
.word-logo{width:40px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:10px;color:#174A91}
.india-logo{font-size:10px}
.market-controls{display:flex;justify-content:flex-end;gap:6px}
.control-pill{display:flex;align-items:center;gap:6px;padding:9px 11px;background:#F8F5F1;border:1px solid var(--line);border-radius:10px;font-size:9px;font-weight:700}
.control-pill.live i{font-size:6px;color:#17A36A}
.india-link{justify-self:end;font-size:9px;font-weight:800}

/* HERO */
.main-page{padding-top:26px}
.hero-grid{display:grid;grid-template-columns:41.5% 58.5%;align-items:center}
.hero-copy{padding-left:40px}
.eyebrow{display:inline-flex;align-items:center;gap:7px;border:1px solid #DDD6CE;border-radius:999px;background:#FAF8F5;padding:8px 13px;font-size:9px;font-weight:800}
.eyebrow i{color:#E5B51B}
.hero-copy h1{font-family:"Archivo Black";font-size:67px;line-height:.93;letter-spacing:-.058em;margin:27px 0 17px}
.hero-copy h1 span{color:var(--yellow)}
.hero-copy p{max-width:540px;font-size:14px;line-height:1.65;margin:0}
.hero-actions{display:flex;gap:13px;margin-top:23px}
.primary-btn,.secondary-btn{display:flex;align-items:center;gap:9px;padding:13px 17px;border-radius:9px;font-size:10px;font-weight:800}
.primary-btn{background:var(--yellow)}
.secondary-btn{background:#FAF8F5;border:1px solid #DDD7CF}

.hero-right{display:grid;grid-template-columns:50% 37%;justify-content:end;gap:20px;padding-right:10px}
.signal-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.signal-card{position:relative;min-height:164px;border-radius:16px;padding:16px;border:1px solid rgba(30,20,10,.06);overflow:hidden;display:flex;flex-direction:column}
.signal-card.mint{background:linear-gradient(145deg,#E8F3EC,#DDEFE4)}
.signal-card.yellow{background:linear-gradient(145deg,#FCF3C9,#F8EAA7)}
.signal-card.lavender{background:linear-gradient(145deg,#F0EDF9,#E6E1F5)}
.signal-card.coral{background:linear-gradient(145deg,#F9E1DE,#F5D1CD)}
.signal-icon{width:43px;height:43px;display:grid;place-items:center;border-radius:11px;background:rgba(255,255,255,.72);font-size:19px}
.signal-label{font-size:8px;font-weight:800;letter-spacing:.1em;margin-top:15px}
.signal-card strong{font-family:"Archivo Black";font-size:18px;margin-top:9px;position:relative;z-index:2}
.signal-card small{font-size:9px;margin-top:6px;position:relative;z-index:2}
.watermark{position:absolute;right:4px;bottom:-4px;font-size:78px;color:rgba(0,0,0,.07)}

.daily-card{height:359px;border:1px solid #DDD7CF;border-radius:17px;background:#F5F0E9;padding:31px;position:relative;box-shadow:0 16px 34px rgba(70,55,40,.06)}
.daily-card:before{content:"";position:absolute;inset:-3px;border-radius:19px;padding:3px;background:linear-gradient(90deg,var(--mint) 0 25%,var(--yellow) 25% 50%,var(--lavender) 50% 75%,var(--coral) 75% 100%);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude}
.daily-kicker{font-size:9px;font-weight:700}
.daily-card h2{font-family:"Archivo Black";font-size:42px;line-height:.82;letter-spacing:-.06em;margin:49px 0 26px}
.daily-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;font-size:7px}
.daily-tabs span:nth-child(1){border-bottom:4px solid var(--mint)}
.daily-tabs span:nth-child(2){border-bottom:4px solid var(--yellow)}
.daily-tabs span:nth-child(3){border-bottom:4px solid var(--lavender)}
.daily-tabs span:nth-child(4){border-bottom:4px solid var(--coral)}
.daily-rule{height:1px;background:#D8D1C8;margin:18px 0}
.daily-footer{display:flex;justify-content:space-between;align-items:end}
.daily-footer strong{display:block;font-family:"Archivo Black";font-size:26px}
.daily-footer small{display:block;font-size:8px;margin-top:2px}
.updated{font-size:8px;font-weight:800;color:var(--green)}
.updated i{font-size:6px}

/* SNAPSHOT */
.snapshot{margin:18px 40px 0;display:grid;grid-template-columns:260px repeat(5,1fr);align-items:center;border:1px solid #DDD7CF;border-radius:14px;background:#F8F5F0;min-height:94px;overflow:hidden}
.snapshot-title{padding:15px 20px}
.snapshot-title span{font-size:8px;color:var(--coral);font-weight:800;letter-spacing:.08em}
.snapshot-title h2{font-family:"Archivo Black";font-size:16px;line-height:1.15;margin:7px 0 0}
.snapshot-item{height:64px;display:flex;align-items:center;gap:12px;padding:0 17px;border-left:1px solid var(--line)}
.snapshot-icon{width:46px;height:46px;flex:0 0 46px;border-radius:50%;display:grid;place-items:center;font-size:18px}
.mint-bg{background:var(--mint)}.yellow-bg{background:var(--yellow)}.lavender-bg{background:var(--lavender)}.coral-bg{background:var(--coral)}
.snapshot-item strong{display:block;font-family:"Archivo Black";font-size:21px}
.snapshot-item b{display:block;font-size:8px}
.snapshot-item small{display:block;font-size:7px;color:var(--muted);margin-top:3px}

/* FEATURE CARDS */
.feature-grid{margin:15px 40px 24px;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.feature-card{min-height:130px;border-radius:14px;padding:20px;display:grid;grid-template-columns:58px minmax(0,1fr) 40px;align-items:center;gap:13px}
.feature-card>i{font-size:39px}
.feature-card strong{font-family:"Archivo Black";font-size:15px}
.feature-card small{display:block;font-size:10px;line-height:1.55;margin-top:8px}
.arrow{width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.82);display:grid;place-items:center;font-size:17px}

/* BELOW FOLD */
.content-row{margin:34px 40px 0;display:grid;grid-template-columns:.78fr 1.42fr .9fr;gap:18px}
.breaking-card,.executive-card{background:#F8F5F0;border:1px solid var(--line);border-radius:15px;padding:20px}
.section-head{display:flex;align-items:center;justify-content:space-between}
.section-head>div{display:flex;align-items:center;gap:10px}
.section-head h2{font-family:"Archivo Black";font-size:15px;margin:0}
.section-head>a,.section-head>span{font-size:9px;color:var(--muted)}
.section-chip{width:34px;height:34px;display:grid;place-items:center;border-radius:9px}
.coral-chip{background:var(--coral-soft);color:var(--coral)}
.lavender-chip{background:var(--lavender-soft);color:#7867C7}
.breaking-list{margin-top:12px}
.breaking-item{display:grid;grid-template-columns:86px 1fr;gap:12px;padding:11px 0;border-top:1px solid var(--line)}
.breaking-item:first-child{border-top:0}
.breaking-thumb{height:64px;border-radius:10px;overflow:hidden;background:#141A39;display:grid;place-items:center;color:white}
.breaking-thumb img{width:100%;height:100%;object-fit:cover}
.breaking-item small{font-size:8px;color:var(--coral);font-weight:700}
.breaking-item strong{display:block;font-size:12px;line-height:1.35;margin-top:4px}
.breaking-item span{display:block;font-size:8px;color:var(--muted);margin-top:4px}

.top-story{min-height:370px}
.story-image{height:100%;min-height:370px;position:relative;border-radius:15px;overflow:hidden;background:#11172E}
.story-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.story-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,10,25,.88),rgba(7,10,25,.20))}
.story-badge{position:absolute;top:20px;left:20px;background:var(--coral);color:white;padding:7px 10px;border-radius:999px;font-size:8px;font-weight:800}
.story-copy{position:absolute;left:25px;bottom:25px;width:62%;color:white}
.story-copy h2{font-family:"Archivo Black";font-size:30px;line-height:1.05;margin:0 0 12px}
.story-copy p{font-size:11px;line-height:1.55;color:#EEE}
.story-copy a{display:inline-flex;align-items:center;gap:8px;background:white;color:#111;padding:10px 13px;border-radius:8px;font-size:9px;font-weight:800;margin-top:10px}

.executive-list{margin-top:10px}
.executive-item{display:grid;grid-template-columns:48px 1fr;gap:12px;padding:11px 0;border-top:1px solid var(--line)}
.executive-item:first-child{border-top:0}
.exec-icon{width:48px;height:48px;border-radius:9px;display:grid;place-items:center;font-size:20px}
.exec-1 .exec-icon{background:var(--mint)}
.exec-2 .exec-icon{background:var(--yellow)}
.exec-3 .exec-icon{background:var(--lavender)}
.exec-4 .exec-icon{background:var(--coral)}
.executive-item strong{font-size:11px;line-height:1.35}
.executive-item p{font-size:9px;line-height:1.5;color:var(--muted);margin:4px 0 0}

.latest-section,.ecosystem-section{margin:34px 40px 0}
.section-title-row{display:flex;justify-content:space-between;align-items:end}
.eyebrow-small{font-size:8px;font-weight:800;letter-spacing:.1em;color:var(--coral)}
.section-title-row h2{font-family:"Archivo Black";font-size:26px;margin:6px 0 0}
.section-title-row>a{font-size:9px;font-weight:800}
.latest-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:16px}
.latest-card{background:#F8F5F0;border:1px solid var(--line);border-radius:14px;overflow:hidden}
.latest-image{height:180px;background:#D9D4CC;display:grid;place-items:center;font-size:30px}
.latest-image img{width:100%;height:100%;object-fit:cover}
.latest-body{padding:16px}
.latest-body>small{font-size:8px;color:var(--coral);font-weight:800}
.latest-body h3{font-size:14px;line-height:1.4;margin:7px 0}
.latest-body p{font-size:10px;line-height:1.55;color:var(--muted)}
.latest-body>span{font-size:8px;color:#8A837B}

.ecosystem-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:16px}
.ecosystem-card{min-height:120px;border:1px solid var(--line);border-radius:14px;padding:18px;display:grid;grid-template-columns:48px 1fr;gap:13px;align-items:center}
.mint-soft-card{background:var(--mint-soft)}
.yellow-soft-card{background:var(--yellow-soft)}
.lavender-soft-card{background:var(--lavender-soft)}
.coral-soft-card{background:var(--coral-soft)}
.eco-icon{width:48px;height:48px;border-radius:12px;background:rgba(255,255,255,.72);display:grid;place-items:center;font-size:20px}
.ecosystem-card strong{font-family:"Archivo Black";font-size:13px}
.ecosystem-card small{display:block;font-size:9px;line-height:1.5;margin-top:6px;color:var(--muted)}

.newsletter{margin:34px 40px 50px;padding:32px 36px;border-radius:17px;background:linear-gradient(110deg,var(--mint),var(--yellow) 35%,var(--lavender) 68%,var(--coral));display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:30px}
.newsletter>div>span{font-size:8px;font-weight:800;letter-spacing:.11em}
.newsletter h2{font-family:"Archivo Black";font-size:28px;margin:6px 0}
.newsletter p{font-size:10px;margin:0}
.newsletter form{display:flex;background:white;border-radius:9px;padding:4px}
.newsletter input{flex:1;border:0;outline:0;padding:0 12px;font-size:10px}
.newsletter button{border:0;background:#111;color:white;border-radius:7px;padding:12px 14px;font-size:9px;font-weight:800}

/* FOOTER */
.site-footer{background:#15130F;color:white;padding:42px 0}
.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:45px}
.footer-brand{font-family:"Archivo Black";font-size:20px}
.footer-grid p{max-width:440px;font-size:9px;line-height:1.6;color:#AFA79F}
.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:9px}
.footer-grid strong{font-size:10px}
.footer-grid a{font-size:9px;color:#BFB8AF}

@media(max-width:1200px){
.page-width{width:calc(100% - 40px)}
.header-inner{grid-template-columns:230px 1fr 145px}
.main-nav{gap:20px;font-size:10px}
.hero-copy{padding-left:20px}
.snapshot,.feature-grid,.content-row,.latest-section,.ecosystem-section,.newsletter{margin-left:20px;margin-right:20px}
}
@media(max-width:980px){
.main-nav{display:none}
.header-inner{grid-template-columns:1fr auto}
.market-card,.india-card-row{grid-template-columns:135px 1fr}
.market-controls,.india-link{display:none}
.hero-grid{grid-template-columns:1fr}
.hero-copy{padding:25px}
.hero-right{padding:0 25px;grid-template-columns:1fr 300px}
.snapshot{grid-template-columns:repeat(2,1fr)}
.snapshot-title{grid-column:1/-1}
.feature-grid{grid-template-columns:repeat(2,1fr)}
.content-row{grid-template-columns:1fr}
.latest-grid{grid-template-columns:repeat(2,1fr)}
.ecosystem-grid{grid-template-columns:repeat(2,1fr)}
.newsletter{grid-template-columns:1fr}
}
