/* Authentic brand marks, framed without changing their proportions or colours. */
.bnd-logo{display:block;position:relative;width:100%;aspect-ratio:3/1;background:#fff;border-radius:10px;overflow:hidden}
.bnd-logo img{display:block;width:100%;height:100%;object-fit:contain;max-width:none}
.bnd-logo-india img,.bnd-logo-recycle img{object-fit:cover;object-position:center 46%}
.bnd-logo-global img{padding:10px}

.bnd-ecosystem{padding:100px 0 76px;background:linear-gradient(145deg,#f7f9ff 10%,#edf4ff 58%,#f0fbf5);border-block:1px solid #e3ebf8;position:relative;isolation:isolate;overflow:hidden}
.bnd-ecosystem:before{content:"";position:absolute;z-index:-1;width:500px;height:500px;border:1px solid #d3e1fa;border-radius:50%;top:-310px;right:-120px;box-shadow:0 0 0 70px #e6eefb66,0 0 0 140px #edf3fc77;pointer-events:none}
.bnd-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:55px;margin-bottom:42px}
.bnd-heading .eyebrow{font-size:12px;color:#365a96;margin-bottom:17px;letter-spacing:.15em}
.bnd-heading h2{font-size:clamp(36px,3.5vw,49px);font-weight:600;line-height:1.12;letter-spacing:-.045em;color:#173963;margin:0}
.bnd-heading h2 span{color:#3466c5}
.bnd-heading>p{font-size:16px;line-height:1.85;color:#536986;max-width:390px;margin:0 0 2px}
.bnd-connection{display:flex;align-items:center;gap:16px;padding:0 30px;margin:0 0 20px;color:#61728c;font-size:10px;letter-spacing:.14em;font-weight:650}
.bnd-connection span{flex-shrink:0;white-space:nowrap}
.bnd-connection i{height:1px;flex:1;background:linear-gradient(90deg,#d4bccc,#aebfe3,#b9dcc9);position:relative}
.bnd-connection i:before,.bnd-connection i:after{content:"";position:absolute;top:-3px;width:7px;height:7px;border-radius:50%;background:#c0cfeb}
.bnd-connection i:before{left:0}.bnd-connection i:after{right:0}
.bnd-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.bnd-card{--bnd-accent:#b92349;position:relative;display:flex;flex-direction:column;min-width:0;padding:26px 27px 25px;background:#fff;border:1px solid #dfe7f2;border-radius:20px;box-shadow:0 12px 26px #28477207;transition:transform .25s,box-shadow .25s,border-color .25s;overflow:hidden}
.bnd-card:before{content:"";height:4px;position:absolute;top:0;left:0;right:0;background:var(--bnd-accent)}
.bnd-card:hover,.bnd-card:focus-within{transform:translateY(-5px);box-shadow:0 18px 38px #15386c14;border-color:var(--bnd-accent)}
.bnd-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:28px;min-height:28px}
.bnd-marker{font-size:10px;letter-spacing:.13em;font-weight:700;color:var(--bnd-accent)}
.bnd-card-symbol{font-size:24px;line-height:1;color:var(--bnd-accent)}
.bnd-current{font-size:8px;font-weight:700;letter-spacing:.09em;padding:6px 8px;border:1px solid #90cfda77;color:#bffff1;border-radius:20px;white-space:nowrap}
.bnd-identity{display:block;margin:0 0 25px;padding:0;font-size:inherit;line-height:1}
.bnd-promise{font-family:var(--heading);font-size:27px;line-height:1.22;font-weight:600;letter-spacing:-.035em;color:#283e62;margin:0 0 18px}
.bnd-description{font-size:14px;line-height:1.85;color:#5b6b80;margin:0 0 24px;flex:1}
.bnd-tags{display:flex;gap:7px;flex-wrap:wrap;list-style:none;padding:0;margin:0 0 28px}
.bnd-tags li{font-size:10px;line-height:1.5;padding:6px 9px;border-radius:7px;color:#7f3850;background:#fcf0f3;border:1px solid #f5e1e8}
.bnd-link{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-top:22px;border-top:1px solid #e7eaf1;font-size:14px;font-weight:650;line-height:1.5;color:var(--bnd-accent);text-decoration:none}
.bnd-link small{display:block;font-size:11px;line-height:1.6;font-weight:450;margin-top:3px;color:#748198}
.bnd-link-arrow{display:grid;place-items:center;border-radius:50%;width:38px;height:38px;flex-shrink:0;font-size:22px;background:#fcf0f3;transition:transform .2s}
.bnd-link:hover .bnd-link-arrow{transform:rotate(45deg)}
.bnd-link:focus-visible,.bnd-bottom a:focus-visible{outline:3px solid #29a28c;outline-offset:5px;border-radius:3px}
.bnd-global{--bnd-accent:#275bcd;background:linear-gradient(145deg,#255cd4,#153b99);border-color:#275bcd;box-shadow:0 15px 35px #1c50b323}
.bnd-global:before{background:#9cebd2}
.bnd-global .bnd-marker{color:#d8e6ff}
.bnd-global .bnd-promise{color:#fff}
.bnd-global .bnd-description{color:#e0e9ff}
.bnd-global .bnd-tags li{color:#e1fff5;background:#ffffff13;border-color:#ffffff26}
.bnd-global .bnd-link{border-color:#ffffff35;color:#fff}
.bnd-global .bnd-link small{color:#c2d7ff}
.bnd-global .bnd-link-arrow{background:#b2f2dd;color:#173f88}
.bnd-global .bnd-logo{border:8px solid #fff}
.bnd-recycle{--bnd-accent:#247953;background:linear-gradient(160deg,#fff,#f2fbf5)}
.bnd-recycle .bnd-tags li{color:#356b50;background:#e8f5ec;border-color:#d8ebdf}
.bnd-recycle .bnd-link-arrow{background:#e0f1e6}
.bnd-bottom{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:31px;padding-top:24px;border-top:1px solid #dbe5f3}
.bnd-bottom p{display:flex;align-items:center;gap:12px;font-size:13px;line-height:1.7;color:#5e708a;margin:0}
.bnd-bottom p>span{font-size:24px;line-height:1;color:#497bbd}
.bnd-bottom>a{font-size:13px;font-weight:600;line-height:1.7;color:#2859a9;display:flex;align-items:center;gap:17px;text-decoration:none;flex-shrink:0}
.bnd-bottom>a:hover{text-decoration:underline;text-underline-offset:4px}

/* About uses the same real marks and readable descriptions. */
main.about-page .ab-brand-top{margin-bottom:24px}
main.about-page .ab-brand-tag{font-size:9px;max-width:none;text-align:left}
main.about-page .ab-brand-number{font-family:var(--heading);font-size:23px;color:#7795bf;line-height:1}
main.about-page .ab-brand-global .ab-brand-number{color:#b9dcff}
main.about-page .ab-brand-recycle .ab-brand-number{color:#79a48a}
main.about-page .ab-brand-card h3.ab-brand-logo{margin:0 0 26px;font-size:inherit;line-height:1;letter-spacing:normal}
main.about-page .ab-brand-card h3.ab-brand-logo>span:before{content:none}
main.about-page .ab-brand-global .bnd-logo{border:8px solid #fff}
main.about-page .ab-brand-scope{font-size:10px;line-height:1.7;min-height:34px;margin-bottom:17px}
main.about-page .ab-brand-card>p:not(.ab-brand-scope){font-size:14px;line-height:1.85}
main.about-page .ab-brand-card>a{font-size:13px;line-height:1.65}
main.about-page .ab-brand-recycle>a{color:#286347;border-color:#c5dfd0}

@media(max-width:1050px){
  .bnd-ecosystem{padding:78px 0 65px}.bnd-heading{gap:35px}.bnd-heading>p{max-width:330px;font-size:14px}.bnd-grid{gap:17px}.bnd-card{padding:25px 21px}.bnd-promise{font-size:24px}.bnd-card-top{margin-bottom:22px}.bnd-description{font-size:13px}.bnd-tags li{font-size:9px}.bnd-marker{font-size:9px}.bnd-current{font-size:7px;padding:5px 6px}.bnd-link{font-size:12px}.bnd-link small{font-size:10px}.bnd-bottom p,.bnd-bottom>a{font-size:11px}
}
@media(max-width:800px){
  .bnd-heading{display:block;margin-bottom:31px}.bnd-heading>p{max-width:550px;font-size:15px;margin-top:22px}.bnd-connection{font-size:8px;gap:12px;padding:0 12px}.bnd-grid{grid-template-columns:1fr}.bnd-card{padding:26px 28px;display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:0 30px}.bnd-card-top{grid-column:1/-1;margin-bottom:22px}.bnd-identity{grid-column:1;grid-row:2;margin:0 0 19px;align-self:start}.bnd-promise{grid-column:1;grid-row:3/5;align-self:start;font-size:27px;margin:0}.bnd-description{grid-column:2;grid-row:2;font-size:14px;margin-bottom:18px}.bnd-tags{grid-column:2;grid-row:3;margin-bottom:23px}.bnd-link{grid-column:2;grid-row:4;font-size:14px}.bnd-marker{font-size:10px}.bnd-current{font-size:8px}.bnd-link small{font-size:11px}.bnd-tags li{font-size:10px}.bnd-bottom{align-items:flex-start;gap:22px}.bnd-bottom p{max-width:280px;font-size:12px}.bnd-bottom>a{font-size:12px}.bnd-bottom p>span{flex-shrink:0}
  main.about-page .ab-brand-card{padding:25px 20px}main.about-page .ab-brand-top{gap:9px}main.about-page .ab-brand-tag{font-size:8px}main.about-page .ab-brand-number{font-size:19px}main.about-page .ab-brand-card>p:not(.ab-brand-scope){font-size:13px}main.about-page .ab-brand-card>a{font-size:12px}
}
@media(max-width:550px){
  .bnd-ecosystem{padding:62px 0 47px}.bnd-heading h2{font-size:34px}.bnd-heading .eyebrow{font-size:10px}.bnd-heading>p{font-size:14px;line-height:1.8}.bnd-connection{display:none}.bnd-grid{gap:20px}.bnd-card{display:flex;padding:25px 26px}.bnd-card-top{margin-bottom:23px}.bnd-identity{width:100%;max-width:350px;margin-bottom:25px}.bnd-promise{font-size:28px;margin-bottom:17px}.bnd-description{font-size:14px;margin-bottom:21px}.bnd-tags{margin-bottom:24px}.bnd-link{font-size:14px}.bnd-link small{font-size:11px}.bnd-marker{font-size:10px}.bnd-current{font-size:8px}.bnd-bottom{display:block;margin-top:25px;padding-top:20px}.bnd-bottom p{max-width:none;font-size:12px}.bnd-bottom>a{margin-top:21px;font-size:13px;justify-content:space-between}
  main.about-page .ab-brand-card{padding:27px}main.about-page .ab-brand-top{margin-bottom:23px}main.about-page .ab-brand-tag{font-size:9px}main.about-page .ab-brand-card h3.ab-brand-logo{margin-bottom:24px}main.about-page .ab-brand-scope{min-height:0;font-size:10px;margin-bottom:16px}main.about-page .ab-brand-card>p:not(.ab-brand-scope){font-size:14px}main.about-page .ab-brand-card>a{font-size:13px}
}
@media(prefers-reduced-motion:reduce){.bnd-card,.bnd-link-arrow{transition:none}.bnd-card:hover,.bnd-card:focus-within,.bnd-link:hover .bnd-link-arrow{transform:none}}
