*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--surface)}
body{margin:0;background:var(--surface);color:var(--text);font-family:Inter,"Segoe UI",Arial,sans-serif;font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body.nav-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
button:disabled{cursor:not-allowed;opacity:.6}
:focus-visible{outline:3px solid rgba(123,95,27,.5);outline-offset:3px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;left:18px;top:14px;background:var(--surface-strong);color:var(--text);padding:10px 14px;z-index:1000;transform:translateY(-170%);border:1px solid var(--gold-text);box-shadow:0 8px 30px rgba(0,0,0,.18)}
.skip-link:focus{transform:translateY(0)}
.shell{width:min(1220px,calc(100% - 72px));margin-inline:auto}
.narrow{width:min(850px,calc(100% - 72px));margin-inline:auto}
.eyebrow{margin:0 0 18px;color:var(--gold-text);text-transform:uppercase;letter-spacing:.22em;font-size:.7rem;font-weight:750}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;font-weight:400;line-height:1.08;color:var(--text)}
h1{font-size:clamp(3rem,6.2vw,6.35rem);max-width:1040px;margin-bottom:30px;letter-spacing:-.035em}
h2{font-size:clamp(2.1rem,4vw,4.05rem);margin-bottom:24px;letter-spacing:-.025em}
h3{font-size:1.55rem;margin-bottom:14px}
p{margin-bottom:20px}
.lede{font-size:clamp(1.08rem,1.65vw,1.36rem);line-height:1.66;max-width:860px}
.large-copy{font-size:clamp(1.12rem,1.7vw,1.44rem);line-height:1.62}
.prose{font-size:1.07rem;max-width:760px}
.button-row,.form-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:13px 22px;border:1px solid var(--gold);text-transform:uppercase;letter-spacing:.13em;font-size:.68rem;font-weight:750;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}
.button:hover{background:var(--gold-soft);border-color:var(--gold-soft);color:var(--dark-deep);transform:translateY(-1px)}
.button.primary{background:var(--gold);color:var(--dark-deep)}
.button.secondary{background:transparent;color:var(--cream);border-color:rgba(243,238,221,.44)}
.button.secondary:hover{border-color:var(--gold-soft)}
.button.light{background:var(--surface-strong);color:var(--text);border-color:var(--line)}
.button.light:hover{border-color:var(--gold-text);background:#f7f4ec}
.text-link{display:inline-flex;gap:8px;align-items:center;color:var(--text);border-bottom:1px solid var(--gold-text);padding-bottom:2px;font-weight:680}
.text-link:hover{color:var(--gold-text)}
.site-header{position:sticky;top:0;z-index:100;background:rgba(28,28,26,.97);backdrop-filter:blur(14px);border-bottom:1px solid var(--line-dark);box-shadow:0 5px 26px rgba(0,0,0,.08)}
.header-inner{min-height:96px;display:flex;align-items:center;gap:24px}
.brand{display:block;width:315px;min-width:245px;margin-right:auto}
.brand img{width:100%;height:auto}
.primary-nav{display:flex;align-items:center;gap:23px}
.primary-nav a,.language-link{color:#aaa79f;font-size:.65rem;letter-spacing:.155em;text-transform:uppercase;white-space:nowrap}
.primary-nav a{padding:37px 0 33px;border-bottom:2px solid transparent}
.primary-nav a:hover,.primary-nav a[aria-current=page]{color:var(--cream);border-bottom-color:var(--gold)}
.language-link{border-left:1px solid var(--line-dark);padding-left:18px;color:var(--gold)}
.nav-toggle{display:none;background:none;border:0;padding:8px;width:44px;height:44px}
.nav-toggle span{display:block;width:24px;height:1px;background:var(--cream);margin:6px auto;transition:transform .2s ease,opacity .2s ease}
.nav-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-toggle[aria-expanded=true] span:nth-child(2){opacity:0}
.nav-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.hero{min-height:690px;display:flex;align-items:center;padding:92px 0;background:linear-gradient(118deg,var(--dark-deep),var(--dark) 58%,#22211d);border-bottom:1px solid var(--line-dark);overflow:hidden;color:var(--cream)}
.hero h1,.hero h2,.hero h3,.page-hero h1,.profile-hero h1{color:var(--cream)}
.hero .lede,.page-hero .lede,.profile-hero .lede{color:var(--cream-muted)}
.hero .eyebrow,.page-hero .eyebrow,.profile-hero .eyebrow,.counterparty-band .eyebrow,.feature.reverse .eyebrow,.muted-card .eyebrow{color:var(--gold)}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(330px,.65fr);gap:72px;align-items:center}
.hero-art{height:490px;position:relative;border:1px solid rgba(201,162,77,.38);background:linear-gradient(155deg,#22211e,#161614);overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,.28)}
.hero-art:before{content:"";position:absolute;inset:22px;border:1px solid rgba(218,182,119,.22)}
.hero-art:after{content:"";position:absolute;width:280px;height:280px;right:-100px;top:-80px;border:1px solid rgba(201,162,77,.24);border-radius:50%}
.hero-monogram{position:absolute;right:38px;top:30px;font-family:Georgia,"Times New Roman",serif;font-size:2.3rem;color:var(--gold)}
.ridge{position:absolute;left:-12%;width:135%;height:210px;border:1px solid rgba(201,162,77,.45);transform:skewX(-16deg) rotate(-8deg)}
.r1{bottom:34px}.r2{bottom:106px;opacity:.62}.r3{bottom:178px;opacity:.3}
.fact-band{background:var(--surface-strong);border-bottom:1px solid var(--line);box-shadow:0 12px 34px rgba(20,24,28,.05)}
.fact-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.fact-grid div{padding:27px 28px;border-right:1px solid var(--line)}
.fact-grid div:first-child{border-left:1px solid var(--line)}
.fact-grid span,.profile-facts span{display:block;color:var(--text-muted);text-transform:uppercase;letter-spacing:.13em;font-size:.63rem;font-weight:750;margin-bottom:8px}
.fact-grid strong,.profile-facts strong{font-size:.94rem;font-weight:680;color:var(--text)}
.section{padding:104px 0;background:var(--surface);border-bottom:1px solid var(--line)}
.section.alt{background:var(--surface-alt)}
.section-heading{max-width:900px;margin-bottom:50px}
.section-heading>p:last-child{font-size:1.1rem;color:var(--text-muted)}
.split-heading{display:grid;grid-template-columns:.9fr 1.1fr;gap:88px;align-items:start}
.split-heading>p,.split-heading>div:last-child p{color:var(--text-muted)}
.card-grid{display:grid;gap:18px}
.card-grid.three{grid-template-columns:repeat(3,1fr)}
.card-grid.four{grid-template-columns:repeat(4,1fr)}
.card-grid article{background:var(--surface-strong);padding:36px;min-height:270px;border:1px solid var(--line);box-shadow:0 14px 35px rgba(20,24,28,.045);transition:transform .2s ease,box-shadow .2s ease}
.card-grid article:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(20,24,28,.08)}
.card-grid article>span{display:block;color:var(--gold-text);letter-spacing:.16em;font-size:.72rem;font-weight:750;margin-bottom:50px}
.card-grid p{color:var(--text-muted);margin-bottom:0}
.card-grid.compact article{min-height:230px;padding:30px}
.section-action{margin-top:34px}
.feature{display:grid;grid-template-columns:1fr 1fr;min-height:600px;border-bottom:1px solid var(--line);background:var(--surface-strong)}
.feature.reverse .feature-media{order:2}
.feature-media{background:var(--dark-deep);min-height:520px}
.feature-media img{width:100%;height:100%;object-fit:cover}
.feature-copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(54px,7.5vw,110px);background:var(--surface-strong)}
.feature-copy p{font-size:1.12rem;max-width:650px;color:var(--text-muted)}
.feature.first{border-top:1px solid var(--line)}
.feature.reverse .feature-copy{background:var(--dark-alt);color:var(--cream)}
.feature.reverse .feature-copy h2,.feature.reverse .feature-copy h3{color:var(--cream)}
.feature.reverse .feature-copy p{color:var(--cream-muted)}
.feature.reverse .feature-copy .text-link{color:var(--cream);border-bottom-color:var(--gold)}
.counterparty-band{padding:82px 0;background:linear-gradient(118deg,var(--dark-deep),var(--dark-alt));border-top:1px solid var(--line-dark);border-bottom:1px solid var(--line-dark);color:var(--cream)}
.counterparty-band h2{color:var(--cream)}
.counterparty-band p{color:var(--cream-muted)}
.counterparty-inner{display:flex;align-items:center;justify-content:space-between;gap:70px}
.counterparty-inner>div{max-width:810px}
.page-hero,.profile-hero{padding:126px 0 104px;background:linear-gradient(118deg,var(--dark-deep),var(--dark));border-bottom:1px solid var(--line-dark);color:var(--cream)}
.page-hero h1,.profile-hero h1{font-size:clamp(3rem,5.6vw,6rem)}
.group-diagram{padding:50px;border:1px solid var(--line);background:var(--surface-strong);box-shadow:0 18px 44px rgba(20,24,28,.055)}
.diagram-owner,.diagram-parent{width:min(100%,590px);margin:auto;text-align:center;padding:21px;border:1px solid var(--line);background:var(--surface)}
.diagram-owner{text-transform:uppercase;letter-spacing:.17em;font-size:.66rem;color:var(--text-muted);font-weight:750}
.diagram-line{height:42px;width:1px;background:var(--gold-text);margin:auto}
.diagram-parent{border-color:var(--gold);background:var(--dark);color:var(--cream)}
.diagram-parent strong,.diagram-parent span,.diagram-branches strong,.diagram-branches span{display:block}
.diagram-parent span{color:var(--cream-muted)}
.diagram-parent span,.diagram-branches span{font-size:.82rem;margin-top:7px}
.diagram-branches{position:relative;display:grid;grid-template-columns:1.45fr 1fr;gap:28px;margin-top:66px}
.diagram-branches:before{content:"";position:absolute;top:-34px;left:22%;right:22%;height:1px;background:var(--gold-text)}
.diagram-branches:after{content:"";position:absolute;top:-34px;left:50%;height:34px;width:1px;background:var(--gold-text)}
.diagram-branches article{position:relative;padding:30px;background:var(--surface);border:1px solid var(--line)}
.diagram-branches article:before{content:"";position:absolute;top:-34px;left:50%;height:34px;width:1px;background:var(--gold-text)}
.diagram-branches article span{color:var(--text-muted)}
.diagram-branches .asset-branch{border-color:rgba(123,95,27,.55);background:#f5f0e5}
.diagram-note{max-width:830px;margin:28px auto 0;text-align:center;font-size:.9rem;color:var(--text-muted)}
.callout{display:flex;align-items:flex-start;justify-content:space-between;gap:70px}
.callout>div{max-width:850px}
.legal-notice,.privacy-note{border-left:4px solid var(--gold-text);padding:28px 32px;background:var(--surface-strong);box-shadow:0 12px 32px rgba(20,24,28,.045)}
.legal-notice p,.privacy-note{margin:0}
.timeline{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--gold-text)}
.timeline article{position:relative;padding:34px 24px 0;border-right:1px solid var(--line)}
.timeline article:last-child{border-right:0}
.timeline article:before{content:"";position:absolute;top:-6px;left:24px;width:11px;height:11px;border-radius:50%;background:var(--gold-text)}
.timeline span{display:block;color:var(--gold-text);font-size:.7rem;font-weight:750;letter-spacing:.16em;margin-bottom:32px}
.timeline p{color:var(--text-muted)}
.identity-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.identity-panel{border:1px solid var(--line);padding:38px;background:var(--surface-strong);box-shadow:0 14px 35px rgba(20,24,28,.045)}
.identity-panel h3{font-size:2rem}
.identity-panel dl{margin:28px 0 0}
.identity-panel dl div{display:grid;grid-template-columns:150px 1fr;gap:24px;padding:15px 0;border-top:1px solid var(--line)}
.identity-panel dt{text-transform:uppercase;letter-spacing:.12em;font-size:.63rem;color:var(--text-muted);font-weight:750}
.identity-panel dd{margin:0;color:var(--text);font-weight:650}
.record-list ul,.profile-columns ul{list-style:none;padding:0;margin:0 0 28px}
.record-list li,.profile-columns li{padding:13px 0;border-bottom:1px solid var(--line)}
.record-list li:before,.profile-columns li:before{content:"—";color:var(--gold-text);margin-right:12px;font-weight:750}
.faq-list{border-top:1px solid var(--line)}
.faq-list details{border-bottom:1px solid var(--line);background:var(--surface-strong)}
.faq-list summary{list-style:none;padding:24px 62px 24px 24px;font-family:Georgia,"Times New Roman",serif;font-size:1.35rem;position:relative;cursor:pointer}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary:after{content:"+";position:absolute;right:24px;top:20px;font-family:Arial,sans-serif;color:var(--gold-text);font-size:1.5rem}
.faq-list details[open] summary:after{content:"−"}
.faq-list p{padding:0 24px 24px;max-width:850px;color:var(--text-muted);margin:0}
.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.contact-card{padding:34px;border:1px solid var(--line);background:var(--surface-strong);display:flex;flex-direction:column;min-height:330px;box-shadow:0 14px 35px rgba(20,24,28,.045)}
.contact-card h2{font-size:2rem}
.contact-card p:not(.eyebrow){color:var(--text-muted)}
.contact-card a{color:var(--text);font-weight:680;margin-top:8px;word-break:break-word}
.contact-card a:hover{color:var(--gold-text)}
.contact-card.muted-card{background:var(--dark-alt);border-color:var(--line-dark)}
.contact-card.muted-card h2{color:var(--cream)}
.contact-card.muted-card p{color:var(--cream-muted)}
.inquiry-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:76px;align-items:start}
.inquiry-form{border:1px solid var(--line);padding:38px;display:grid;gap:22px;background:var(--surface-strong);box-shadow:0 18px 44px rgba(20,24,28,.055)}
.inquiry-form label{display:grid;gap:8px;text-transform:uppercase;letter-spacing:.1em;font-size:.64rem;color:var(--text-muted);font-weight:750}
.inquiry-form input,.inquiry-form select,.inquiry-form textarea{width:100%;border:1px solid var(--line);background:#f8f9f9;padding:13px 14px;color:var(--text);text-transform:none;letter-spacing:0;font-size:1rem}
.inquiry-form input:focus,.inquiry-form select:focus,.inquiry-form textarea:focus{outline:2px solid rgba(123,95,27,.28);border-color:var(--gold-text)}
.inquiry-form [aria-invalid=true]{border-color:var(--danger);background:#fff8f8}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.form-actions{margin-top:0}
.form-status{min-height:1.6em;margin:0;color:var(--success);font-weight:650}
.form-privacy{font-size:.9rem}
.form-privacy a{border-bottom:1px solid var(--gold-text)}
.legal-layout{max-width:920px}
.legal-layout article{padding-bottom:52px;margin-bottom:52px;border-bottom:1px solid var(--line)}
.legal-layout article h2{font-size:2.4rem}
.updated{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.12em}
.error-page{min-height:72vh;display:flex;align-items:center;padding:100px 0;background:var(--surface)}
.profile-hero-inner{display:flex;align-items:flex-end;justify-content:space-between;gap:60px}
.profile-hero-inner>div{max-width:900px}
.profile-sheet{padding:84px 0;background:#f7f7f5}
.profile-sheet>.shell{background:#fff;border:1px solid var(--line);padding:70px;box-shadow:0 22px 60px rgba(20,24,28,.08)}
.profile-sheet section{padding:48px 0;border-bottom:1px solid var(--line)}
.profile-masthead{display:grid;grid-template-columns:1fr auto;gap:5px 40px;padding-bottom:38px;border-bottom:3px solid var(--gold-text)}
.profile-masthead p{margin:0}
.profile-masthead p:nth-child(2){grid-column:1;grid-row:2;color:var(--gold-text);text-transform:uppercase;letter-spacing:.13em;font-size:.69rem;font-weight:750}
.profile-masthead p:nth-child(3){grid-column:2;grid-row:1/3;align-self:center;color:var(--text-muted)}
.profile-brand{font-family:Georgia,"Times New Roman",serif;font-size:2.8rem;letter-spacing:.08em}
.profile-facts{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--line)}
.profile-facts div{padding:22px;border-right:1px solid var(--line)}
.profile-facts div:last-child{border-right:0}
.profile-columns{display:grid;grid-template-columns:1fr 1fr;gap:70px}
.profile-contact{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}
.profile-contact a,.profile-contact div:last-child p{display:block;margin-bottom:8px}
.profile-updated{margin:32px 0 0;color:var(--text-muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.1em}
.site-footer{background:var(--dark-deep);padding-top:74px;border-top:1px solid var(--line-dark);color:var(--cream-muted)}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.25fr;gap:50px;padding-bottom:60px}
.footer-grid>div:not(.footer-identity){display:flex;flex-direction:column;gap:9px}
.footer-brand{font-family:Georgia,"Times New Roman",serif;font-size:2rem;letter-spacing:.08em;margin-bottom:4px;color:var(--cream)}
.footer-identity>p:nth-child(2){color:var(--gold);text-transform:uppercase;font-size:.66rem;letter-spacing:.14em}
.footer-muted{max-width:340px;color:#aaa79f;font-size:.88rem}
.footer-heading{text-transform:uppercase;letter-spacing:.15em;font-size:.64rem;color:var(--gold);margin-bottom:10px}
.footer-grid a{font-size:.86rem;color:#aaa79f}
.footer-grid a:hover{color:var(--cream)}
.footer-bottom{border-top:1px solid var(--line-dark);padding:22px 0;display:flex;justify-content:space-between;color:#8f8b83;font-size:.74rem}
.footer-bottom p{margin:0}
@media(max-width:1160px){
 .header-inner{min-height:80px}.brand{width:260px;min-width:220px}.nav-toggle{display:block}
 .js .primary-nav{position:fixed;inset:80px 0 auto;background:var(--dark);padding:20px 28px 32px;display:none;flex-direction:column;align-items:stretch;border-bottom:1px solid var(--line-dark);max-height:calc(100vh - 80px);overflow:auto;box-shadow:0 16px 30px rgba(0,0,0,.2)}
 .js .primary-nav.is-open{display:flex}.primary-nav a{padding:13px 0;border-bottom:1px solid var(--line-dark)}
 .no-js .primary-nav{flex-wrap:wrap;gap:10px 18px;padding-block:15px}.no-js .header-inner{align-items:flex-start;flex-wrap:wrap}.no-js .nav-toggle{display:none}
 .card-grid.four{grid-template-columns:repeat(2,1fr)}.timeline{grid-template-columns:repeat(2,1fr)}.timeline article:nth-child(2){border-right:0}.timeline article:nth-child(n+3){border-top:1px solid var(--line);padding-top:34px}.profile-facts{grid-template-columns:repeat(3,1fr)}.profile-facts div:nth-child(3){border-right:0}.profile-facts div:nth-child(n+4){border-top:1px solid var(--line)}
 .footer-grid{grid-template-columns:1.3fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/4}
}
@media(max-width:800px){
 .shell,.narrow{width:min(100% - 34px,1220px)}h1{font-size:clamp(2.7rem,12.5vw,4.8rem)}h2{font-size:clamp(2rem,9vw,3.2rem)}.section{padding:74px 0}.brand{width:220px;min-width:180px}.hero{min-height:auto;padding:80px 0}.hero-grid{grid-template-columns:1fr}.hero-art{height:285px}.fact-grid{grid-template-columns:1fr}.fact-grid div,.fact-grid div:first-child{border-left:0;border-right:0;border-bottom:1px solid var(--line)}.split-heading,.feature,.inquiry-layout,.profile-contact{grid-template-columns:1fr}.split-heading{gap:28px}.card-grid.three,.card-grid.four{grid-template-columns:1fr}.feature.reverse .feature-media{order:0}.feature-media{min-height:330px}.feature-copy{padding:58px 28px}.counterparty-inner,.callout,.profile-hero-inner{align-items:flex-start;flex-direction:column}.diagram-branches{grid-template-columns:1fr}.diagram-branches:before,.diagram-branches:after,.diagram-branches article:before{display:none}.group-diagram{padding:24px}.identity-grid,.contact-grid{grid-template-columns:1fr}.identity-panel dl div{grid-template-columns:1fr;gap:4px}.form-row{grid-template-columns:1fr}.timeline{grid-template-columns:1fr;border-top:0}.timeline article,.timeline article:nth-child(n+3){border-right:0;border-top:1px solid var(--line);padding:32px 18px}.timeline article:before{top:-6px;left:18px}.profile-sheet{padding:35px 0}.profile-sheet>.shell{padding:36px 24px}.profile-masthead{grid-template-columns:1fr}.profile-masthead p:nth-child(3){grid-column:1;grid-row:auto}.profile-facts{grid-template-columns:1fr 1fr}.profile-facts div,.profile-facts div:nth-child(3){border-right:1px solid var(--line)}.profile-facts div:nth-child(even){border-right:0}.profile-facts div:nth-child(n+3){border-top:1px solid var(--line)}.profile-columns{grid-template-columns:1fr;gap:20px}
 .footer-grid{grid-template-columns:1fr 1fr}.footer-identity,.footer-grid>div:last-child{grid-column:1/3}.footer-bottom{flex-direction:column;gap:8px}
}
@media(max-width:480px){
 .brand{width:180px;min-width:155px}.button{width:100%}.button-row,.form-actions{display:grid}.profile-facts{grid-template-columns:1fr}.profile-facts div{border-right:0!important}.profile-facts div:nth-child(n+2){border-top:1px solid var(--line)}.footer-grid{grid-template-columns:1fr}.footer-identity,.footer-grid>div:last-child{grid-column:auto}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
@media print{
 @page{size:letter;margin:.55in}
 html,body{background:#fff!important;color:#111;font-size:10.5pt;line-height:1.45}
 .site-header,.site-footer,.profile-hero,.no-print,.skip-link{display:none!important}
 .profile-sheet{padding:0;background:#fff}.profile-sheet>.shell{width:100%;padding:0;border:0;box-shadow:none}.profile-sheet section{padding:22px 0}.profile-masthead{padding-bottom:20px}.profile-brand{font-size:26pt}.profile-sheet h2{font-size:22pt}.card-grid.three{grid-template-columns:repeat(3,1fr)}.card-grid article{box-shadow:none;min-height:0;padding:18px}.profile-facts{grid-template-columns:repeat(5,1fr)}.profile-columns{gap:30px}.privacy-note{box-shadow:none}.profile-facts,.profile-columns,.privacy-note,.profile-contact,.card-grid article{break-inside:avoid;page-break-inside:avoid}
}
