/* === ABOUT PAGE FIXES === */

/* 1. Hero proof badges — always on one row, no wrap */
.about-hero__proof{display:flex;gap:8px;flex-wrap:nowrap;margin-top:23px;overflow-x:auto}
.about-hero__proof span{padding:8px 10px;border:1px solid rgba(255,255,255,.3);border-radius:9px;background:rgba(255,255,255,.12);color:#e8f4f0;font-size:.63rem;white-space:nowrap;flex-shrink:0}
.about-hero__proof b{display:block;color:#55dfd0;font-size:.9rem}

/* 2. Hero brand name — white on the light hero bg, inherit colour in hero paragraph */
.about-hero__content p strong{color:inherit;font-weight:800}
.about-hero__content p{color:#5e7485}

/* 3. Board cards on dark bg — text must be light */
.about-section--navy .about-board-card{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:22px}
.about-section--navy .about-board-card h4{color:#fff;margin:0 0 4px;font-size:1rem}
.about-section--navy .about-board-card .about-board-card__tag{color:#8dd7ca;font-size:.62rem;font-weight:800;letter-spacing:.06em}
.about-section--navy .about-board-card p{color:#b8c9d3;font-size:.68rem;line-height:1.65;margin:10px 0 0}
.about-section--navy .about-board-card__roles{margin:10px 0 0;padding:0;list-style:none}
.about-section--navy .about-board-card__roles li{color:#d3dfe6;font-size:.65rem;padding:4px 0;border-top:1px solid rgba(255,255,255,.1)}
.about-section--navy .about-board-card__roles li strong{color:#8dd7ca}

/* 4. Annual Reports heading on dark bg */
.about-annual-reports h3{color:#fff;margin:0 0 16px;font-size:1.1rem}

/* 5. Annual report cards on dark navy bg */
.about-annual-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin-top:0}
.about-annual-card{display:flex;flex-direction:column;align-items:flex-start;padding:16px 18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);border-radius:10px;text-decoration:none;transition:background .2s,transform .2s}
.about-annual-card:hover{background:rgba(255,255,255,.15);transform:translateY(-2px)}
.about-annual-card span{font-size:1.6rem;margin-bottom:8px}
.about-annual-card strong{color:#fff;font-size:.85rem;margin-bottom:4px}
.about-annual-card small{color:#8dd7ca;font-size:.72rem;margin-top:auto}

/* 6. Analyst table on dark bg */
.about-analyst-table-wrap{overflow-x:auto;margin-top:24px}
.about-analyst-table{width:100%;border-collapse:collapse}
.about-analyst-table thead th{background:rgba(255,255,255,.1);color:#8dd7ca;font-size:.65rem;letter-spacing:.06em;text-align:left;padding:10px 14px;border-bottom:1px solid rgba(255,255,255,.2)}
.about-analyst-table tbody tr{border-bottom:1px solid rgba(255,255,255,.07)}
.about-analyst-table tbody tr:last-child{border-bottom:none}
.about-analyst-table tbody td{padding:10px 14px;color:#d3dfe6;font-size:.72rem}
.about-analyst-table tbody td strong{color:#fff}
.about-analyst-table tbody td a{color:#8dd7ca;text-decoration:none}
.about-analyst-table tbody td a:hover{color:#fff;text-decoration:underline}

/* 7. Legal disclaimer box on dark bg */
.about-disclaimer-box{margin-top:24px;padding:16px 20px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.15);border-radius:8px}
.about-disclaimer-box p,.about-disclaimer-box p strong{color:#b8c9d3;font-size:.66rem;line-height:1.65}
.about-disclaimer-box p strong{color:#8dd7ca}

/* Base */
.about-corporate{padding:0!important;background:#f3f6f8;color:#29445a}.about-corporate .container{max-width:1160px}.about-hero{padding:64px 16px;background:linear-gradient(135deg,#fff,#edf8f5 62%,#e8f0f7);border-bottom:1px solid #d7e2ea}.about-hero__inner,.about-intro,.about-media-split,.about-customer-layout,.about-hosting__inner,.about-cta__inner{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}.about-eyebrow{display:inline-block;color:#118574;font-size:.66rem;font-weight:900;letter-spacing:.14em}.about-hero h1{max-width:720px;margin:10px 0 17px;color:#15354e;font-size:clamp(2.35rem,4.5vw,4rem);line-height:1.04}.about-hero__content>p{margin:0;color:#5e7485;font-size:1rem;line-height:1.75}.about-hero__actions,.about-network__actions,.about-hosting__inner>div>div,.about-cta__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:23px}.about-hero__proof{display:flex;gap:10px;flex-wrap:wrap;margin-top:23px}.about-hero__proof span{padding:9px 11px;border:1px solid #d2e2e2;border-radius:9px;background:rgba(255,255,255,.75);color:#647989;font-size:.63rem}.about-hero__proof b{display:block;color:#168f7d;font-size:.9rem}.about-hero__visual{position:relative;height:470px;border-radius:22px;overflow:hidden;box-shadow:0 19px 50px rgba(15,42,67,.16)}.about-hero__visual>img{width:100%;height:100%;object-fit:cover}.about-hero__visual:after{content:"";position:absolute;inset:55% 0 0;background:linear-gradient(transparent,rgba(12,37,55,.7))}.about-hero__badge{position:absolute;z-index:2;left:20px;right:20px;bottom:18px;padding:13px 15px;border:1px solid rgba(255,255,255,.32);border-radius:10px;background:rgba(15,48,69,.76);backdrop-filter:blur(8px)}.about-hero__badge strong,.about-hero__badge span{display:block;color:#fff}.about-hero__badge strong{font-size:.82rem}.about-hero__badge span{margin-top:3px;font-size:.61rem;opacity:.78}.about-authority{background:#fff;border-bottom:1px solid #d9e3e9}.about-authority>.container{display:grid;grid-template-columns:repeat(4,1fr)}.about-authority .authority-card{display:flex;justify-content:center;gap:12px;align-items:center;min-height:76px;border-right:1px solid #e2e9ed;padding:12px 16px}.about-authority .authority-card:last-child{border:0}.about-authority .authority-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#168f7d;width:24px;height:24px}.about-authority .authority-icon svg{width:100%;height:100%;display:block}.about-authority .authority-content{display:flex;flex-direction:column;gap:2px}.about-authority b{color:#168f7d;font-size:.65rem;letter-spacing:0.03em;line-height:1}.about-authority span{color:#607687;font-size:.64rem;font-weight:750;line-height:1.2}.about-section{padding:70px 16px}.about-intro-header{max-width:720px;margin-bottom:24px}.about-intro-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:start}.about-intro__visual{border-radius:16px;overflow:hidden;box-shadow:0 12px 35px rgba(15,42,67,0.12);height:320px}.about-intro__visual img{width:100%;height:100%;object-fit:cover;display:block}.about-intro h2,.about-section__header h2,.about-media-split h2,.about-customer-layout h2,.about-hosting h2,.about-cta h2{margin:7px 0 13px;color:#183750;font-size:clamp(1.7rem,3vw,2.4rem);line-height:1.16}.about-intro__copy p,.about-media-split>div>p,.about-customer-layout>div>p{margin:0 0 17px;color:#657a8a;line-height:1.78}.about-intro__links{display:flex;gap:17px;flex-wrap:wrap}.about-intro__links a{color:#168071!important;font-size:.7rem;font-weight:850}.about-section__header{max-width:780px;margin-bottom:34px}.about-section__header.is-center{margin-left:auto;margin-right:auto;text-align:center}.about-section__header p{margin:0;color:#6b7e8d;line-height:1.7}.about-section--navy{background:#173f5c}.about-section--navy .about-section__header h2{color:#fff}.about-section--navy .about-section__header p{color:#b8c9d3}.about-section--navy .about-eyebrow{color:#8dd7ca}.about-divisions{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.about-divisions article{padding:24px;border:1px solid rgba(255,255,255,.14);border-radius:13px;background:rgba(255,255,255,.055)}.about-divisions article>b{float:right;color:rgba(255,255,255,.22);font-size:1.4rem}.about-divisions article>span{color:#8dd7ca;font-size:.6rem;font-weight:900;letter-spacing:.1em}.about-divisions h3{margin:11px 0 8px;color:#fff;font-size:.95rem}.about-divisions p{color:#bdcad3;font-size:.7rem;line-height:1.65}.about-divisions a{color:#8dd7ca!important;font-size:.66rem;font-weight:850}.about-manufacturing{background:#fff}.about-media-split{grid-template-columns:.92fr 1.08fr}.about-media-stack{display:grid;grid-template-columns:1.1fr .9fr;gap:10px;height:520px}.about-media-stack img{width:100%;height:100%;object-fit:cover;border-radius:15px}.about-media-stack img:last-child{margin-top:48px;height:calc(100% - 48px)}.about-production-steps{margin:22px 0 0;padding:0;list-style:none}.about-production-steps li{display:flex;gap:13px;padding:13px 0;border-top:1px solid #e0e8ed}.about-production-steps li>b{color:#168f7d;font-size:.65rem}.about-production-steps strong,.about-production-steps span{display:block}.about-production-steps strong{color:#2b4a5f;font-size:.76rem}.about-production-steps span{margin-top:3px;color:#7b8b97;font-size:.65rem;line-height:1.5}.about-operations{background:#f2f6f8}.about-operation-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.about-operation-grid figure{margin:0;border-radius:15px;background:#fff;overflow:hidden;box-shadow:0 10px 28px rgba(15,42,67,.07)}.about-operation-grid img{width:100%;height:300px;object-fit:cover}.about-operation-grid figcaption{padding:16px}.about-operation-grid b,.about-operation-grid span{display:block}.about-operation-grid b{color:#28485e;font-size:.78rem}.about-operation-grid span{margin-top:3px;color:#7b8c98;font-size:.62rem}.about-network{background:#fff}.about-hubs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.about-hubs article{display:flex;gap:12px;align-items:center;padding:16px;border:1px solid #dce5e9;border-radius:10px;background:#f9fbfc}.about-hubs article>b{width:35px;height:30px;display:grid;place-items:center;flex:0 0 auto;border-radius:7px;background:#e5f3ef;color:#168071;font-size:.62rem}.about-hubs strong,.about-hubs span{display:block}.about-hubs strong{color:#315067;font-size:.71rem}.about-hubs span{margin-top:3px;color:#82909a;font-size:.57rem}.about-customers{background:#edf3f5}.about-customer-layout{align-items:start}.about-customer-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.about-customer-grid article{padding:19px;border:1px solid #d9e3e8;border-radius:11px;background:#fff}.about-customer-grid article>b{color:#168f7d;font-size:.61rem}.about-customer-grid h3{margin:8px 0 6px;color:#29485e;font-size:.82rem}.about-customer-grid p{margin:0;color:#758794;font-size:.65rem;line-height:1.55}.about-hosting{background:#173f5c}.about-hosting__inner>div>span{color:#8dd7ca}.about-hosting h2{color:#fff}.about-hosting__inner>div>p{color:#bdcad3;line-height:1.75}.about-hosting ul{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:20px 0;padding:0;list-style:none}.about-hosting li{color:#d3dee4;font-size:.68rem}.about-hosting li:before{content:"✓";margin-right:7px;color:#8dd7ca}.about-hosting img{width:100%;height:410px;object-fit:cover;border-radius:17px;box-shadow:0 17px 42px rgba(0,0,0,.2)}.about-hosting .btn-outline{border-color:rgba(255,255,255,.5);color:#fff!important}.about-assurance{background:#fff}.about-assurance-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.about-assurance-grid>a{display:flex;align-items:center;gap:12px;padding:17px;border:1px solid #dce5e9;border-radius:10px;background:#f9fbfc;color:#315067!important}.about-assurance-grid>a>b{width:30px;height:30px;display:grid;place-items:center;border-radius:7px;background:#e5f3ef;color:#168071}.about-assurance-grid>a>span{flex:1}.about-assurance-grid strong,.about-assurance-grid small{display:block}.about-assurance-grid strong{font-size:.72rem}.about-assurance-grid small{margin-top:3px;color:#82909a;font-size:.58rem}.about-assurance-grid i{color:#168f7d;font-style:normal}.about-principles{background:#f2f6f8}.about-principle-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:11px}.about-principle-grid article{padding:21px;border-top:3px solid #168f7d;background:#fff}.about-principle-grid article>b{color:#168f7d;font-size:.61rem}.about-principle-grid h3{margin:9px 0 6px;color:#29485e;font-size:.82rem}.about-principle-grid p{margin:0;color:#758794;font-size:.66rem;line-height:1.6}.about-cta{padding:58px 16px;background:linear-gradient(135deg,#0e615d,#173f5c)}.about-cta__inner{grid-template-columns:1fr auto}.about-cta .about-eyebrow{color:#8dd7ca}.about-cta h2{color:#fff}.about-cta p{max-width:700px;margin:0;color:#c5d3db;line-height:1.65}.about-cta__actions{justify-content:flex-end;margin:0}.about-cta .btn-outline{border-color:rgba(255,255,255,.5);color:#fff!important}
@media(max-width:900px){.about-hero__inner,.about-intro-grid,.about-media-split,.about-customer-layout,.about-hosting__inner,.about-cta__inner{grid-template-columns:1fr}.about-intro-grid{gap:24px}.about-divisions,.about-hubs,.about-principle-grid{grid-template-columns:1fr 1fr}.about-hero__visual{height:400px}.about-media-stack{height:430px}.about-operation-grid{grid-template-columns:1fr 1fr}.about-assurance-grid{grid-template-columns:1fr 1fr}.about-cta__actions{justify-content:flex-start}.about-authority>.container{grid-template-columns:1fr 1fr}.about-authority .authority-card{justify-content:flex-start;padding:12px 20px;border-right:1px solid #e2e9ed;border-bottom:1px solid #e2e9ed}.about-authority .authority-card:nth-child(2n){border-right:0}.about-authority .authority-card:nth-child(3),.about-authority .authority-card:nth-child(4){border-bottom:0}}
@media(max-width:600px){.about-hero{padding:42px 14px}.about-hero h1{font-size:2.25rem}.about-hero__actions{display:grid}.about-hero__actions .btn{width:100%;text-align:center}.about-hero__visual{height:330px}.about-authority>.container{grid-template-columns:1fr 1fr}.about-authority .authority-card{justify-content:flex-start;padding:10px}.about-section{padding:48px 14px}.about-divisions,.about-operation-grid,.about-customer-grid,.about-assurance-grid,.about-principle-grid{grid-template-columns:1fr}.about-media-stack{height:360px}.about-hubs{grid-template-columns:1fr}.about-hosting ul{grid-template-columns:1fr}.about-hosting img{height:300px}.about-network__actions,.about-hosting__inner>div>div,.about-cta__actions{display:grid}.about-network__actions .btn,.about-hosting .btn,.about-cta .btn{width:100%;text-align:center}}
@media(max-width:480px){.about-authority>.container{grid-template-columns:1fr}.about-authority .authority-card{border-right:0;border-bottom:1px solid #e2e9ed;padding:14px 16px}.about-authority .authority-card:last-child{border-bottom:0}}
.about-legal-identity{background:linear-gradient(135deg,#eef7f5,#fff);border-bottom:1px solid #d8e5e7}.about-legal-identity__card{padding:24px;border:1px solid #cfe0e2;border-radius:15px;background:#fff;box-shadow:0 10px 30px rgba(15,42,67,.06)}.about-legal-identity .minercore-legal-identity{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 24px;margin:0}.about-legal-identity .minercore-legal-identity>div{padding-bottom:11px;border-bottom:1px solid #e3ebee}.about-legal-identity dt{color:#718493;font-size:.65rem;text-transform:uppercase;letter-spacing:.06em}.about-legal-identity dd{margin:5px 0 0;color:#183750;font-size:.86rem;font-weight:800;overflow-wrap:anywhere}@media(max-width:600px){.about-legal-identity .minercore-legal-identity{grid-template-columns:1fr}.about-legal-identity__card{padding:18px}}

/* About corporate polish: scoped to the current enterprise template. */
.about-corporate-enterprise{--about-ink:#16364e;--about-muted:#61798a;--about-teal:#168574;--about-navy:#102f47;--about-line:#dbe6eb;background:#f6f9fa;overflow:hidden}
.about-corporate-enterprise .container{width:min(1160px,calc(100% - 40px));margin-inline:auto}
.about-corporate-enterprise .about-hero--enterprise{margin:0;padding:clamp(64px,7vw,104px) 0;border-radius:0;background:radial-gradient(circle at 82% 18%,rgba(35,151,135,.28),transparent 28%),linear-gradient(135deg,#0b273b,#123d58 72%,#0e625e)}
.about-corporate-enterprise .about-hero__inner{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);gap:clamp(42px,6vw,78px);align-items:center}
.about-corporate-enterprise .about-hero--enterprise h1{max-width:760px;margin:14px 0 22px;font-size:clamp(2.65rem,4.7vw,4.8rem);line-height:1.01;letter-spacing:-.045em;text-wrap:balance}
.about-corporate-enterprise .about-hero--enterprise p{max-width:760px;margin:0;color:#d3e1e7!important;font-size:1rem;line-height:1.8}
.about-corporate-enterprise .about-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.about-corporate-enterprise .about-hero__actions .btn{min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding-inline:22px}
.about-corporate-enterprise .about-hero__proof{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-top:38px;padding-top:24px}
.about-corporate-enterprise .about-hero__proof span{min-width:0;padding:0 18px;border-left:1px solid rgba(255,255,255,.16);font-size:.68rem;line-height:1.45;white-space:normal}
.about-corporate-enterprise .about-hero__proof span:first-child{padding-left:0;border-left:0}.about-corporate-enterprise .about-hero__proof b{margin-bottom:4px;color:#8dd7ca!important;font-size:1.05rem;line-height:1.2}
.about-corporate-enterprise .about-hero__visual{height:560px;border-radius:24px;box-shadow:0 30px 70px rgba(0,0,0,.3)}
.about-corporate-enterprise .about-hero__visual>img{display:block;width:100%;height:100%;object-fit:cover}.about-corporate-enterprise .about-hero__badge{left:22px;right:22px;bottom:22px}
.about-corporate-enterprise .about-section{padding:clamp(72px,8vw,112px) 0}.about-corporate-enterprise .about-section--navy{margin:0;border-radius:0;background:linear-gradient(145deg,#102f47,#0b1e2f)}
.about-corporate-enterprise .about-section__header{max-width:760px;margin-bottom:44px}.about-corporate-enterprise .about-section__header.is-center{margin-inline:auto;text-align:center}
.about-corporate-enterprise .about-section__header h2,.about-corporate-enterprise .about-media-split h2{margin:10px 0 14px;font-size:clamp(2rem,3.4vw,3.15rem);line-height:1.08;letter-spacing:-.035em;text-wrap:balance}
.about-corporate-enterprise .about-section__header p,.about-corporate-enterprise .about-media-split>div>p{max-width:680px;color:var(--about-muted)!important;font-size:1rem;line-height:1.75}.about-corporate-enterprise .is-center p{margin-inline:auto}
.about-corporate-enterprise .about-leadership-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}
.about-corporate-enterprise .about-leader-card{position:relative;padding:32px;border-radius:18px;border-color:var(--about-line);box-shadow:0 14px 36px rgba(17,55,77,.07)}
.about-corporate-enterprise .about-leader-card:before{content:"";position:absolute;top:0;left:28px;width:58px;height:3px;background:var(--about-teal)}
.about-corporate-enterprise .about-leader-card__role{min-height:40px;color:var(--about-teal)!important}.about-corporate-enterprise .about-leader-card p{font-size:.84rem;line-height:1.75}
.about-corporate-enterprise .about-board-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.about-corporate-enterprise .about-board-card{display:flex;flex-direction:column;padding:28px;border-radius:16px;background:rgba(255,255,255,.055)}.about-corporate-enterprise .about-board-card p{flex:1;font-size:.8rem;line-height:1.7}
.about-corporate-enterprise .about-charters{background:#fff}.about-corporate-enterprise .about-charter-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.about-corporate-enterprise .about-charter-item{min-width:0;padding:20px 22px;border-radius:14px;box-shadow:none;transition:border-color .2s ease,transform .2s ease}.about-corporate-enterprise .about-charter-item:last-child:nth-child(odd){grid-column:1/-1}.about-corporate-enterprise .about-charter-item:hover{transform:translateX(4px);border-color:#9bcfc7}.about-corporate-enterprise .about-charter-item__icon{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;border-radius:12px;background:#e6f3f0}.about-corporate-enterprise .about-charter-item__info{min-width:0;flex:1}
.about-corporate-enterprise .about-annual-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.about-corporate-enterprise .about-annual-card{min-height:116px;padding:18px;border-radius:14px}.about-corporate-enterprise .about-analyst-table-wrap{border-radius:14px}.about-corporate-enterprise .about-analyst-table th,.about-corporate-enterprise .about-analyst-table td{padding:16px 18px}.about-corporate-enterprise .about-analyst-table tbody tr:hover{background:rgba(255,255,255,.055)}
.about-corporate-enterprise .about-media-split{display:grid;grid-template-columns:.92fr 1.08fr;gap:clamp(44px,6vw,76px);align-items:center}.about-corporate-enterprise .about-media-stack{height:560px}.about-corporate-enterprise .about-production-steps li{padding:16px 0}.about-corporate-enterprise .about-production-steps li>b{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:50%;background:#e5f3ef}.about-corporate-enterprise .about-production-steps strong{font-size:.82rem}.about-corporate-enterprise .about-production-steps span{font-size:.69rem}
.about-corporate-enterprise .about-cta{padding:72px 0}.about-corporate-enterprise .about-cta__inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:44px;align-items:center}.about-corporate-enterprise .about-cta__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px;margin:0}
@media(max-width:1020px){.about-corporate-enterprise .about-hero__inner{grid-template-columns:1fr}.about-corporate-enterprise .about-hero__visual{height:440px}.about-corporate-enterprise .about-leadership-grid{grid-template-columns:1fr}.about-corporate-enterprise .about-leader-card__role{min-height:0}.about-corporate-enterprise .about-board-grid{grid-template-columns:1fr 1fr}.about-corporate-enterprise .about-annual-grid{grid-template-columns:repeat(3,1fr)}.about-corporate-enterprise .about-media-split,.about-corporate-enterprise .about-cta__inner{grid-template-columns:1fr}.about-corporate-enterprise .about-cta__actions{justify-content:flex-start}}
@media(max-width:640px){.about-corporate-enterprise .container{width:min(100% - 28px,1160px)}.about-corporate-enterprise .about-hero--enterprise{padding:52px 0 64px}.about-corporate-enterprise .about-hero--enterprise h1{font-size:2.45rem}.about-corporate-enterprise .about-hero__actions{display:grid}.about-corporate-enterprise .about-hero__actions .btn{width:100%}.about-corporate-enterprise .about-hero__proof{grid-template-columns:1fr 1fr;row-gap:20px}.about-corporate-enterprise .about-hero__proof span:nth-child(3){padding-left:0;border-left:0}.about-corporate-enterprise .about-hero__visual{height:340px;border-radius:18px}.about-corporate-enterprise .about-section{padding:64px 0}.about-corporate-enterprise .about-board-grid,.about-corporate-enterprise .about-annual-grid{grid-template-columns:1fr}.about-corporate-enterprise .about-charter-item{align-items:flex-start;flex-wrap:wrap}.about-corporate-enterprise .about-charter-item .btn{width:100%;text-align:center}.about-corporate-enterprise .about-media-stack{height:360px}.about-corporate-enterprise .about-analyst-table{min-width:720px}.about-corporate-enterprise .about-cta{padding:58px 0}.about-corporate-enterprise .about-cta__actions{display:grid}.about-corporate-enterprise .about-cta__actions .btn{width:100%}}
@media(max-width:768px){.about-corporate-enterprise .about-charter-cards{grid-template-columns:1fr}.about-corporate-enterprise .about-charter-item:last-child:nth-child(odd){grid-column:auto}}
@media(prefers-reduced-motion:reduce){.about-corporate-enterprise *{scroll-behavior:auto!important;transition:none!important}}

/* Hero/card sizing correction after live responsive review. */
.about-corporate-enterprise .about-hero--enterprise{padding:72px 0 78px}
.about-corporate-enterprise .about-hero__inner{grid-template-columns:minmax(0,1fr) minmax(420px,.88fr);gap:56px}
.about-corporate-enterprise .about-hero--enterprise h1{max-width:650px;font-size:clamp(2.55rem,3.35vw,3.6rem);line-height:1.08;letter-spacing:-.035em}
.about-corporate-enterprise .about-hero--enterprise p{max-width:650px;font-size:.94rem;line-height:1.72}
.about-corporate-enterprise .about-hero__actions{display:flex;flex-wrap:nowrap;gap:10px}
.about-corporate-enterprise .about-hero__actions .btn{min-width:0;min-height:44px;padding:11px 16px;font-size:.7rem;white-space:nowrap}
.about-corporate-enterprise .about-hero__visual{height:470px;border-radius:18px}
.about-corporate-enterprise .about-hero__proof{margin-top:28px;padding-top:20px}
.about-corporate-enterprise .about-leadership-grid,.about-corporate-enterprise .about-board-grid{align-items:stretch}
.about-corporate-enterprise .about-leader-card{display:flex;flex-direction:column;padding:27px}.about-corporate-enterprise .about-leader-card p{flex:1}
.about-corporate-enterprise .about-board-card{min-height:100%}
.about-corporate-enterprise .about-charter-item__info h3{line-height:1.25}.about-corporate-enterprise .about-charter-item__info p{line-height:1.55}
@media(max-width:1180px){.about-corporate-enterprise .about-hero__inner{grid-template-columns:minmax(0,1fr) minmax(360px,.8fr);gap:36px}.about-corporate-enterprise .about-hero__actions{flex-wrap:wrap}.about-corporate-enterprise .about-hero__visual{height:430px}}
@media(max-width:900px){.about-corporate-enterprise .about-hero__inner{grid-template-columns:1fr}.about-corporate-enterprise .about-hero__content{max-width:720px}.about-corporate-enterprise .about-hero__visual{height:390px}.about-corporate-enterprise .about-hero__actions{flex-wrap:nowrap}.about-corporate-enterprise .about-board-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.about-corporate-enterprise .about-hero--enterprise{padding:42px 0 52px}.about-corporate-enterprise .about-hero--enterprise h1{font-size:2.05rem;line-height:1.1}.about-corporate-enterprise .about-hero--enterprise p{font-size:.86rem;line-height:1.65}.about-corporate-enterprise .about-hero__actions{display:flex;flex-direction:column;gap:9px}.about-corporate-enterprise .about-hero__actions .btn{width:100%;font-size:.72rem}.about-corporate-enterprise .about-hero__proof{grid-template-columns:1fr 1fr}.about-corporate-enterprise .about-hero__visual{height:300px}.about-corporate-enterprise .about-leader-card,.about-corporate-enterprise .about-board-card{padding:22px}.about-corporate-enterprise .about-board-grid{grid-template-columns:1fr}}

/* Corporate technology lifecycle and global operations. */
.about-corporate-enterprise .about-lifecycle{background:#eef4f6}
.about-corporate-enterprise .about-lifecycle__layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);gap:clamp(44px,6vw,76px);align-items:center}
.about-corporate-enterprise .about-lifecycle__content>h2{margin:10px 0 16px;color:var(--about-ink);font-size:clamp(2rem,3.4vw,3.15rem);line-height:1.08;letter-spacing:-.035em;text-wrap:balance}
.about-corporate-enterprise .about-lifecycle__content>p{max-width:670px;margin:0;color:var(--about-muted);font-size:1rem;line-height:1.75}
.about-corporate-enterprise .about-lifecycle__steps{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:28px}
.about-corporate-enterprise .about-lifecycle__steps article{display:flex;gap:13px;min-height:118px;padding:18px;border:1px solid var(--about-line);border-radius:14px;background:#fff;box-shadow:0 10px 26px rgba(17,55,77,.05)}
.about-corporate-enterprise .about-lifecycle__steps article:last-child{grid-column:1/-1;min-height:0}
.about-corporate-enterprise .about-lifecycle__steps b{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:50%;background:#e1f1ed;color:var(--about-teal);font-size:.68rem}
.about-corporate-enterprise .about-lifecycle__steps strong,.about-corporate-enterprise .about-lifecycle__steps span{display:block}
.about-corporate-enterprise .about-lifecycle__steps strong{color:var(--about-ink);font-size:.82rem;line-height:1.35}
.about-corporate-enterprise .about-lifecycle__steps span{margin-top:5px;color:var(--about-muted);font-size:.69rem;line-height:1.55}
.about-corporate-enterprise .about-lifecycle__visual{position:relative;margin:0;min-height:640px;overflow:hidden;border-radius:22px;background:#102f47;box-shadow:0 24px 55px rgba(17,55,77,.18)}
.about-corporate-enterprise .about-lifecycle__visual img{display:block;width:100%;height:640px;object-fit:cover}
.about-corporate-enterprise .about-lifecycle__visual:after{content:"";position:absolute;inset:50% 0 0;background:linear-gradient(transparent,rgba(7,27,42,.88))}
.about-corporate-enterprise .about-lifecycle__visual figcaption{position:absolute;z-index:1;left:24px;right:24px;bottom:24px;padding-top:18px;border-top:1px solid rgba(255,255,255,.25);color:#e6f0f3;font-size:.74rem;line-height:1.55}
.about-corporate-enterprise .about-global-operations__grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.about-corporate-enterprise .about-global-operations__grid figure{margin:0;overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:18px;background:rgba(255,255,255,.055)}
.about-corporate-enterprise .about-global-operations__grid img{display:block;width:100%;height:330px;object-fit:cover}
.about-corporate-enterprise .about-global-operations__grid figcaption{padding:24px}
.about-corporate-enterprise .about-global-operations__grid span,.about-corporate-enterprise .about-global-operations__grid strong{display:block}
.about-corporate-enterprise .about-global-operations__grid span{color:#8dd7ca;font-size:.64rem;font-weight:850;letter-spacing:.09em}
.about-corporate-enterprise .about-global-operations__grid strong{margin-top:8px;color:#fff;font-size:1.1rem}
.about-corporate-enterprise .about-global-operations__grid p{margin:8px 0 0;color:#b8c9d3;font-size:.78rem;line-height:1.65}
.about-corporate-enterprise .about-global-operations__capabilities{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px}
.about-corporate-enterprise .about-global-operations__capabilities article{display:flex;gap:13px;padding:20px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(255,255,255,.035)}
.about-corporate-enterprise .about-global-operations__capabilities b{color:#8dd7ca;font-size:.7rem}
.about-corporate-enterprise .about-global-operations__capabilities strong,.about-corporate-enterprise .about-global-operations__capabilities span{display:block}
.about-corporate-enterprise .about-global-operations__capabilities strong{color:#fff;font-size:.82rem}
.about-corporate-enterprise .about-global-operations__capabilities span{margin-top:5px;color:#aebfc9;font-size:.68rem;line-height:1.55}
@media(max-width:1020px){.about-corporate-enterprise .about-lifecycle__layout{grid-template-columns:1fr}.about-corporate-enterprise .about-lifecycle__visual{min-height:440px}.about-corporate-enterprise .about-lifecycle__visual img{height:440px}}
@media(max-width:720px){.about-corporate-enterprise .about-lifecycle__steps,.about-corporate-enterprise .about-global-operations__grid,.about-corporate-enterprise .about-global-operations__capabilities{grid-template-columns:1fr}.about-corporate-enterprise .about-lifecycle__steps article:last-child{grid-column:auto}.about-corporate-enterprise .about-lifecycle__visual{min-height:340px}.about-corporate-enterprise .about-lifecycle__visual img{height:340px}.about-corporate-enterprise .about-global-operations__grid img{height:250px}}

/* On tablets and phones, lead the About hero with the factory image. */
@media(max-width:900px){
    .about-corporate-enterprise .about-hero__visual{order:-1}
    .about-corporate-enterprise .about-hero__content{order:1}
}

/* On phones, place the lifecycle image immediately below the section title. */
@media(max-width:720px){
    .about-corporate-enterprise .about-lifecycle__layout{row-gap:0}
    .about-corporate-enterprise .about-lifecycle__content{display:contents}
    .about-corporate-enterprise .about-lifecycle__content>.about-eyebrow{order:1}
    .about-corporate-enterprise .about-lifecycle__content>h2{order:2;margin-bottom:20px}
    .about-corporate-enterprise .about-lifecycle__visual{order:3}
    .about-corporate-enterprise .about-lifecycle__content>p{order:4;margin-top:22px}
    .about-corporate-enterprise .about-lifecycle__steps{order:5}
}

/* Official corporate identity sourced from Brand Settings. */
.about-corporate-enterprise .about-legal-identity{margin:0;border-top:1px solid #d8e5e7;border-bottom:1px solid #d8e5e7;background:linear-gradient(135deg,#f5faf9 0%,#eef5f7 55%,#fff 100%)}
.about-corporate-enterprise .about-legal-identity__layout{display:grid;grid-template-columns:minmax(260px,.7fr) minmax(0,1.3fr);gap:clamp(36px,6vw,74px);align-items:center}
.about-corporate-enterprise .about-legal-identity__header{max-width:430px;margin:0}
.about-corporate-enterprise .about-legal-identity__header h2{margin:10px 0 14px;color:var(--about-ink)!important;font-size:clamp(2rem,3.4vw,3.15rem);line-height:1.08;letter-spacing:-.035em}
.about-corporate-enterprise .about-legal-identity__header p{margin:0;color:var(--about-muted)!important;font-size:.94rem;line-height:1.75}
.about-corporate-enterprise .about-legal-identity__card{min-width:0;overflow:hidden;padding:0;border:1px solid #cbdde1;border-radius:18px;background:#fff;box-shadow:0 18px 45px rgba(17,55,77,.09)}
.about-corporate-enterprise .about-legal-identity__status{display:flex;align-items:center;gap:10px;padding:17px 24px;border-bottom:1px solid #dce7ea;background:#eff7f5;color:var(--about-ink)}
.about-corporate-enterprise .about-legal-identity__status span{display:grid;place-items:center;flex:0 0 26px;width:26px;height:26px;border-radius:50%;background:var(--about-teal);color:#fff;font-size:.75rem}
.about-corporate-enterprise .about-legal-identity__status strong{font-size:.78rem;letter-spacing:.025em}
.about-corporate-enterprise .about-legal-identity .minercore-legal-identity{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin:0}
.about-corporate-enterprise .about-legal-identity .minercore-legal-identity>div{min-width:0;padding:23px 24px;border-right:1px solid #e1eaed;border-bottom:1px solid #e1eaed}
.about-corporate-enterprise .about-legal-identity .minercore-legal-identity>div:nth-child(2n){border-right:0}
.about-corporate-enterprise .about-legal-identity .minercore-legal-identity>div:nth-last-child(-n+2){border-bottom:0}
.about-corporate-enterprise .about-legal-identity dt{color:#718493;font-size:.62rem;font-weight:800;line-height:1.35;letter-spacing:.075em;text-transform:uppercase}
.about-corporate-enterprise .about-legal-identity dd{margin:7px 0 0;color:var(--about-ink);font-size:.88rem;font-weight:800;line-height:1.5;overflow-wrap:anywhere}
@media(max-width:820px){.about-corporate-enterprise .about-legal-identity__layout{grid-template-columns:1fr;gap:28px}.about-corporate-enterprise .about-legal-identity__header{max-width:650px}}
@media(max-width:560px){.about-corporate-enterprise .about-legal-identity__card{border-radius:14px}.about-corporate-enterprise .about-legal-identity__status{padding:15px 18px}.about-corporate-enterprise .about-legal-identity .minercore-legal-identity{grid-template-columns:1fr}.about-corporate-enterprise .about-legal-identity .minercore-legal-identity>div{padding:19px 18px;border-right:0;border-bottom:1px solid #e1eaed}.about-corporate-enterprise .about-legal-identity .minercore-legal-identity>div:nth-last-child(-n+2){border-bottom:1px solid #e1eaed}.about-corporate-enterprise .about-legal-identity .minercore-legal-identity>div:last-child{border-bottom:0}}

/* Company profile, story, mission, and core values. */
.about-corporate-enterprise .about-company-profile{background:#fff}
.about-corporate-enterprise .about-company-profile__intro{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);gap:clamp(38px,6vw,76px);align-items:start}
.about-corporate-enterprise .about-company-profile__header h2{margin:10px 0 0;color:var(--about-ink)!important;font-size:clamp(2.15rem,3.6vw,3.35rem);line-height:1.08;letter-spacing:-.04em;text-wrap:balance}
.about-corporate-enterprise .about-company-profile__copy{padding-left:28px;border-left:3px solid var(--about-teal)}
.about-corporate-enterprise .about-company-profile__copy p{margin:0 0 18px;color:var(--about-muted);font-size:.96rem;line-height:1.8}
.about-corporate-enterprise .about-company-profile__copy p:last-child{margin-bottom:0}
.about-corporate-enterprise .about-company-profile__copy strong{color:var(--about-ink);font-weight:800}
.about-corporate-enterprise .about-company-narrative{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:48px}
.about-corporate-enterprise .about-company-narrative article{position:relative;min-width:0;padding:34px;border:1px solid var(--about-line);border-radius:18px;background:#f6f9fa;box-shadow:0 14px 34px rgba(17,55,77,.055)}
.about-corporate-enterprise .about-company-narrative__number{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:#e2f2ee;color:var(--about-teal);font-size:.66rem;font-weight:900}
.about-corporate-enterprise .about-company-narrative h3{margin:18px 0 13px;color:var(--about-ink);font-size:1.35rem;line-height:1.2}
.about-corporate-enterprise .about-company-narrative p{margin:0 0 15px;color:var(--about-muted);font-size:.84rem;line-height:1.75}
.about-corporate-enterprise .about-company-narrative p:last-child{margin-bottom:0}
.about-corporate-enterprise .about-core-values{background:linear-gradient(145deg,#102f47,#0b1e2f)}
.about-corporate-enterprise .about-core-values .about-section__header h2{color:#fff!important}
.about-corporate-enterprise .about-core-values .about-section__header p{color:#b8c9d3!important}
.about-corporate-enterprise .about-core-values__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.about-corporate-enterprise .about-core-values__grid article{min-width:0;padding:27px 25px;border:1px solid rgba(255,255,255,.13);border-radius:16px;background:rgba(255,255,255,.055)}
.about-corporate-enterprise .about-core-values__grid b{color:#8dd7ca;font-size:.68rem;letter-spacing:.08em}
.about-corporate-enterprise .about-core-values__grid h3{margin:16px 0 11px;color:#fff;font-size:1.02rem;line-height:1.3}
.about-corporate-enterprise .about-core-values__grid p{margin:0;color:#b8c9d3;font-size:.75rem;line-height:1.72}
.about-corporate-enterprise .about-core-values__statement{margin:30px 0 0;padding:22px 26px;border:1px solid rgba(141,215,202,.24);border-radius:14px;background:rgba(141,215,202,.075);color:#fff!important;font-size:clamp(1.1rem,2vw,1.45rem);font-weight:850;line-height:1.3;text-align:center;letter-spacing:-.015em}
@media(max-width:1020px){.about-corporate-enterprise .about-company-profile__intro{grid-template-columns:1fr;gap:24px}.about-corporate-enterprise .about-company-profile__copy{padding-left:22px}.about-corporate-enterprise .about-core-values__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.about-corporate-enterprise .about-company-profile__copy{padding-left:18px}.about-corporate-enterprise .about-company-profile__copy p{font-size:.88rem;line-height:1.72}.about-corporate-enterprise .about-company-narrative{grid-template-columns:1fr;margin-top:34px}.about-corporate-enterprise .about-company-narrative article{padding:25px 22px}.about-corporate-enterprise .about-core-values__grid{grid-template-columns:1fr}.about-corporate-enterprise .about-core-values__grid article{padding:24px 22px}.about-corporate-enterprise .about-core-values__statement{padding:19px 18px}}

/* Formal investor-relations context for governance documents. */
.about-corporate-enterprise .about-investor-resources{background:linear-gradient(180deg,#fff,#f4f8fa)}
.about-corporate-enterprise .about-investor-resources__notice{display:flex;align-items:center;gap:18px;margin:-14px 0 28px;padding:18px 22px;border:1px solid #cfe0e4;border-left:4px solid var(--about-teal);border-radius:12px;background:#eef7f5;color:var(--about-ink)}
.about-corporate-enterprise .about-investor-resources__notice strong{flex:0 0 auto;font-size:.76rem;letter-spacing:.025em}
.about-corporate-enterprise .about-investor-resources__notice span{color:var(--about-muted);font-size:.75rem;line-height:1.6}
@media(max-width:640px){.about-corporate-enterprise .about-investor-resources__notice{align-items:flex-start;flex-direction:column;gap:6px;margin-top:-8px;padding:17px 18px}}
