*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;font-family:'Jost',sans-serif;overflow-x:hidden;font-weight:400;font-size:1rem;line-height:1.65;color:var(--text);background:#fff;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}p{margin:0 0 1rem}p:last-child{margin-bottom:0}ul{margin:0;padding:0;list-style:none}:root{--navy:#12223A;--navy-deep:#0A1628;--navy-soft:#1B2D4A;--gold:#B89739;--gold-light:#D4B85A;--cream:#E8DCC4;--cream-bg:#F8F6F2;--text:#2C3E50;--text-soft:#6B7B8C;--slate:#6B7B8C;--border:#E0DCD0;--white:#FFFFFF;--header-h:60px}*:focus-visible{outline:2px solid var(--gold);outline-offset:4px}.skip-link{position:absolute;left:-9999px;top:0;background:var(--navy);color:#fff;padding:1rem;z-index:1000}.skip-link:focus{left:0}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(10,22,40,0.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(184,151,57,0.25);transition:background 0.3s}.site-header__inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;max-width:1280px;margin:0 auto}.site-header__logo{font-family:'Cormorant Garamond',serif;font-size:1.05rem;font-weight:500;letter-spacing:0.22em;color:var(--gold);text-transform:uppercase}.site-header__nav{display:none;gap:1rem}.site-header__nav a{font-size:0.72rem;font-weight:400;color:rgba(255,255,255,0.88);letter-spacing:0.12em;text-transform:uppercase;position:relative;transition:color 0.3s}.site-header__nav a::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--gold);transition:width 0.3s}.site-header__nav a:hover,.site-header__nav a.is-active{color:var(--gold)}.site-header__nav a:hover::after,.site-header__nav a.is-active::after{width:100%}.nav-item{position:relative}.nav-trigger{display:flex;align-items:center;gap:0.3em;cursor:pointer}.nav-trigger__arrow{font-size:0.55rem;opacity:0.65;transition:transform 0.22s,opacity 0.22s;display:inline-block;line-height:1}.nav-item--dropdown:hover .nav-trigger__arrow,.nav-item--dropdown.is-open .nav-trigger__arrow{transform:rotate(180deg);opacity:1}.nav-item--dropdown:hover .nav-trigger,.nav-item--dropdown.is-open .nav-trigger{color:var(--gold)}.nav-item--dropdown:hover .nav-trigger::after,.nav-item--dropdown.is-open .nav-trigger::after{width:100%}.nav-item--dropdown::after{content:'';position:absolute;bottom:-8px;left:0;right:0;height:8px}.nav-dropdown{position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%) translateY(-6px);width:240px;background:var(--navy-deep);border:1px solid rgba(184,151,57,0.22);border-top:2px solid var(--gold);box-shadow:0 12px 36px rgba(0,0,0,0.35);z-index:200;visibility:hidden;opacity:0;pointer-events:none;transition:opacity 0.18s ease,transform 0.18s ease,visibility 0s linear 0.18s}.nav-item--dropdown:hover .nav-dropdown,.nav-item--dropdown.is-open .nav-dropdown{visibility:visible;opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(0);transition:opacity 0.18s ease,transform 0.18s ease,visibility 0s linear 0s}.nav-dropdown::before{content:'';position:absolute;top:-6px;left:50%;transform:translateX(-50%);width:10px;height:10px;background:var(--gold);clip-path:polygon(50% 0%,0% 100%,100% 100%)}.nav-dropdown__link{display:block;padding:0.7rem 1rem;border-bottom:1px solid rgba(184,151,57,0.1);text-transform:none;letter-spacing:0;font-size:0.82rem;color:rgba(255,255,255,0.82);transition:background 0.15s,color 0.15s}.nav-dropdown__link::after{display:none}.nav-dropdown__link:last-child{border-bottom:none}.nav-dropdown__link:hover{background:rgba(184,151,57,0.1);color:var(--gold-light)}.nav-dropdown__link--all{border-bottom:1px solid rgba(184,151,57,0.25);margin-bottom:0}.nav-dropdown__title{display:block;font-size:0.78rem;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:inherit;margin-bottom:0.2rem}.nav-dropdown__link--all .nav-dropdown__title{color:var(--gold)}.nav-dropdown__desc{display:block;font-size:0.75rem;font-weight:400;letter-spacing:0.02em;color:rgba(255,255,255,0.5);line-height:1.3}.mobile-sub{padding-left:2.5rem!important;font-size:0.875rem!important;color:rgba(255,255,255,0.65)!important;letter-spacing:0.08em!important}.mobile-sub:hover{color:var(--gold)!important}html.theme-dark .nav-dropdown{border-color:rgba(184,151,57,0.3)}.site-header__lang{display:flex;gap:0.25rem;align-items:center;font-size:0.72rem;font-weight:500;letter-spacing:0.1em}.site-header__lang a{color:rgba(255,255,255,0.65);padding:0.4rem;transition:color 0.3s}.site-header__lang a.is-active{color:var(--gold)}.site-header__lang .sep{color:rgba(255,255,255,0.32)}.site-header__burger{display:flex;flex-direction:column;gap:5px;width:32px;height:32px;justify-content:center;align-items:center;background:none;border:none;cursor:pointer;padding:0}.site-header__burger span{display:block;width:24px;height:1.5px;background:#fff;transition:all 0.3s}.site-header__burger.is-open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.site-header__burger.is-open span:nth-child(2){opacity:0}.site-header__burger.is-open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.site-header.menu-is-open .site-header__logo,.site-header.menu-is-open .site-header__lang{opacity:0;pointer-events:none;transition:opacity 0.2s}.site-mobile-menu{position:fixed;inset:0;background:var(--navy-deep);z-index:101;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;opacity:0;visibility:hidden;transition:all 0.3s}.site-mobile-menu.is-open{opacity:1;visibility:visible}.site-mobile-menu a{font-family:'Cormorant Garamond',serif;font-size:2rem;font-weight:300;color:#fff;transition:color 0.3s}.site-mobile-menu a.is-active,.site-mobile-menu a:hover{color:var(--gold)}.section{padding:5rem 1.5rem}.section--cream{background:var(--cream-bg)}.section--white{background:#fff}.section--dark{background:var(--navy)}.section--dark .cta-heading{color:#fff}.container{max-width:1200px;margin:0 auto}.container--narrow{max-width:780px;margin:0 auto}.eyebrow{display:inline-block;font-size:0.74rem;font-weight:500;letter-spacing:0.28em;text-transform:uppercase;color:var(--gold);margin-bottom:0.75rem}.eyebrow--light{color:rgba(232,220,196,0.85)}.section-heading{font-family:'Cormorant Garamond',serif;font-size:clamp(1.6rem,2.8vw,2.4rem);font-weight:300;color:var(--navy);margin:0 0 1rem;line-height:1.2}.section-heading strong{font-weight:500;font-style:italic;color:var(--gold)}.section-heading--white{color:#fff}.section-heading--center{text-align:center}.section-lead{font-size:1rem;line-height:1.75;color:var(--text-soft)}.page-hero{background:var(--navy-deep);padding-top:calc(var(--header-h) + 4rem);padding-right:1.5rem;padding-bottom:4rem;padding-left:1.5rem;border-bottom:2px solid var(--gold);text-align:center}.page-hero__eyebrow{display:inline-block;font-size:0.74rem;font-weight:500;letter-spacing:0.28em;text-transform:uppercase;color:rgba(232,220,196,0.85);margin-bottom:1rem}.page-hero__title{font-family:'Cormorant Garamond',serif;font-size:clamp(2rem,4vw,3.25rem);font-weight:300;color:#fff;margin:0 0 1.25rem;line-height:1.15}.page-hero__title em{font-style:italic;color:var(--gold-light)}.page-hero__lead{font-size:0.95rem;color:rgba(232,220,196,0.85);max-width:560px;margin:0 auto;line-height:1.75}@media (max-width:360px){.page-hero__title{font-size:1.6rem}.section-heading{font-size:1.4rem}.page-hero__lead{font-size:0.88rem;line-height:1.65}}.hero{position:relative;width:100%;margin-top:var(--header-h);background:var(--navy-deep)}.hero__image{width:100%;height:auto;display:block}.hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,22,40,0) 30%,rgba(10,22,40,0.78) 100%);z-index:2}.hero__content{position:absolute;bottom:0;left:0;right:0;z-index:3;padding:2.5rem 2rem}.hero__inner{max-width:1200px;margin:0 auto}.hero__tagline{font-family:'Cormorant Garamond',serif;font-size:clamp(0.95rem,1.7vw,1.25rem);font-weight:400;font-style:italic;color:rgba(255,255,255,0.94);max-width:540px;margin:0 0 0.75rem;text-shadow:0 1px 12px rgba(0,0,0,0.4)}.hero__subtitle{font-family:'Jost',sans-serif;font-size:clamp(0.72rem,0.9vw,0.8rem);font-weight:500;letter-spacing:0.25em;text-transform:uppercase;color:var(--gold);margin:0;text-shadow:0 1px 8px rgba(0,0,0,0.5)}.signature-band{background:var(--navy);padding:1.1rem 1.5rem;text-align:center;border-top:2px solid var(--gold)}.signature-band__text{font-size:clamp(0.72rem,1vw,0.78rem);font-weight:500;letter-spacing:0.35em;text-transform:uppercase;color:var(--cream)}.signature-band__sep{color:var(--gold);margin:0 1rem}.pitch__lead{font-family:'Cormorant Garamond',serif;font-size:clamp(1.2rem,2.1vw,1.55rem);font-weight:400;line-height:1.65;color:var(--navy);text-align:center;max-width:720px;margin:0 auto}.pitch__lead strong{font-weight:600;font-family:'Cormorant Garamond',serif}.cards{display:grid;grid-template-columns:1fr;gap:1.25rem}.card{background:#fff;border:1px solid var(--border);padding:2rem 1.75rem;border-top:3px solid var(--gold);transition:box-shadow 0.3s,transform 0.3s}.card:hover{box-shadow:0 8px 28px rgba(18,34,58,0.1)}.card h3{font-size:0.875rem;font-weight:600;letter-spacing:0.18em;text-transform:uppercase;color:var(--navy);margin:0 0 0.75rem}.card p{font-size:0.9375rem;color:var(--text-soft);line-height:1.7}.card--featured{border-top-color:var(--navy)}.card--resource{display:block}.card--resource h3{font-family:'Cormorant Garamond',serif;font-size:clamp(1.05rem,1.8vw,1.15rem);font-weight:400;text-transform:none;letter-spacing:0;color:var(--navy);margin:0 0 0.6rem;line-height:1.3}.card--resource .card__cta{margin-top:1rem;font-size:0.74rem;font-weight:600;letter-spacing:0.16em;text-transform:uppercase;color:var(--gold);display:block}.split{display:grid;grid-template-columns:1fr;gap:3rem;align-items:start}.modes-list{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-top:2rem}.mode-item{border-left:3px solid var(--gold);padding-left:1.25rem}.mode-item strong{display:block;font-weight:600;font-size:0.9375rem;color:var(--navy);margin-bottom:0.25rem}.mode-item span{font-size:0.875rem;color:var(--text-soft);line-height:1.6}.when-panel{background:#fff;border:1px solid var(--border);border-top:3px solid var(--gold);padding:2.5rem 2.25rem;max-width:880px;margin:0 auto;box-shadow:0 8px 28px rgba(18,34,58,0.06)}.when-panel h3{font-size:0.875rem;font-weight:600;letter-spacing:0.18em;text-transform:uppercase;color:var(--navy);margin:0 0 1.5rem;text-align:center}.when-panel ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:0.85rem}.when-panel li{position:relative;padding-left:1.5rem;font-size:0.9375rem;line-height:1.65;color:var(--text-soft)}.when-panel li::before{content:'›';position:absolute;left:0;top:0;color:var(--gold);font-weight:600;font-size:1.1rem;line-height:1.5}@media (min-width:768px){.when-panel ul{grid-template-columns:1fr 1fr;gap:0.85rem 2rem}}html.theme-dark .when-panel{background:var(--navy-deep);border-color:rgba(184,151,57,0.25);box-shadow:0 8px 28px rgba(0,0,0,0.3)}html.theme-dark .when-panel h3{color:var(--gold-light)}html.theme-dark .when-panel li{color:rgba(255,255,255,0.78)}.page-breadcrumb{background:var(--navy-deep);border-bottom:1px solid rgba(184,151,57,0.15);padding:0.6rem 0}.page-breadcrumb__inner{max-width:1280px;margin:0 auto;padding:0 1.5rem;font-size:0.74rem;letter-spacing:0.12em;text-transform:uppercase;color:rgba(255,255,255,0.45);display:flex;align-items:center;gap:0.5rem;flex-wrap:wrap}.page-breadcrumb a{color:rgba(255,255,255,0.55);text-decoration:none;transition:color 0.2s}.page-breadcrumb a:hover{color:var(--gold)}.page-breadcrumb__sep{color:rgba(184,151,57,0.68)}.mandate-steps{background:var(--navy);border-top:2px solid var(--gold);margin-top:3rem;padding:2rem 2.5rem 2.5rem}.mandate-steps__heading{font-family:'Jost',sans-serif;font-size:0.74rem;font-weight:500;color:rgba(232,220,196,0.6);margin:0 0 1.5rem;letter-spacing:0.26em;text-transform:uppercase}.mandate-steps__list{display:grid;grid-template-columns:1fr;gap:0;list-style:none;padding:0;margin:0}.mandate-steps__item{display:flex;gap:1.25rem;align-items:baseline;padding:0.9rem 0;border-top:1px solid rgba(184,151,57,0.18)}.mandate-steps__item:first-child{border-top:none}.mandate-steps__num{font-family:'Cormorant Garamond',serif;font-size:1.55rem;font-weight:600;color:var(--gold);line-height:1;flex-shrink:0;min-width:2.2rem;opacity:0.65}.mandate-steps__text{font-size:0.875rem;color:rgba(232,220,196,0.88);line-height:1.6}.principles-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.principle{padding:2rem 1.75rem;background:#fff;border-left:3px solid var(--gold);transition:box-shadow 0.3s,transform 0.3s}.principle:hover{box-shadow:0 8px 28px rgba(18,34,58,0.09)}.principle__num{font-family:'Cormorant Garamond',serif;font-size:2.5rem;font-weight:300;color:var(--gold);opacity:0.55;line-height:1;margin-bottom:0.75rem}.principle__title{font-size:0.825rem;font-weight:600;color:var(--navy);letter-spacing:0.12em;text-transform:uppercase;margin-bottom:0.75rem}.principle__text{font-size:0.9375rem;line-height:1.75;color:var(--text)}.profile-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}.profile-portrait{position:relative;width:min(260px,80%);margin:0 auto;overflow:visible}.profile-portrait img{width:100%;border-radius:50%;object-fit:cover;aspect-ratio:1/1;border:3px solid var(--gold);box-shadow:0 12px 40px rgba(18,34,58,0.18);position:relative;z-index:1}.profile-portrait::before{content:'';position:absolute;inset:-10px;border:1px solid var(--gold);border-radius:50%;opacity:0.22;z-index:0}.profile-content h2{font-family:'Cormorant Garamond',serif;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:400;color:var(--navy);margin:0.5rem 0 1.25rem}.profile-content p{font-size:0.9375rem;line-height:1.8;color:var(--text)}.profile-content strong{font-weight:600;color:var(--navy)}.profile-clients{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border)}.profile-clients__label{font-size:0.74rem;font-weight:500;letter-spacing:0.25em;text-transform:uppercase;color:var(--gold);margin-bottom:0.75rem}.profile-clients__list{font-size:0.85rem;font-weight:400;color:var(--navy-soft);line-height:1.9;letter-spacing:0.04em}.profile-clients__list .sep{color:var(--gold);margin:0 0.4rem}.pillars{background:var(--navy);position:relative;overflow:hidden}.pillars::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 20% 50%,rgba(184,151,57,0.06) 0%,transparent 60%);pointer-events:none}.pillars__inner{position:relative;z-index:1}.pillars__header{text-align:center;margin-bottom:3.5rem}.pillars__header p{color:var(--cream);opacity:0.85;max-width:580px;margin:0.75rem auto 0}.pillars-grid{display:grid;grid-template-columns:1fr;gap:0}.pillar{border-bottom:1px solid rgba(184,151,57,0.20)}.pillar:last-child{border-bottom:none}.pillar{padding:2.25rem 2rem;background:var(--navy);text-align:center;transition:background 0.3s;position:relative}.pillar::after{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:36px;height:2px;background:var(--gold);transition:width 0.35s ease,left 0.35s ease,transform 0.35s ease}.pillar:hover{background:rgba(255,255,255,0.07)}.pillar:hover::after{width:100%;left:0;transform:none}.pillar__name{font-size:0.72rem;font-weight:600;letter-spacing:0.35em;text-transform:uppercase;color:#fff;margin-bottom:0.75rem;transition:color 0.25s}.pillar:hover .pillar__name{color:var(--gold)}.pillar__desc{font-size:0.875rem;line-height:1.65;color:var(--cream);opacity:0.85}.pillars__cta{text-align:center;margin-top:3.5rem}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.stat-card{background:var(--cream-bg);border-left:3px solid var(--gold);padding:1.5rem}.stat-card__number{font-family:'Cormorant Garamond',serif;font-size:1.5rem;font-weight:500;color:var(--gold);margin:0 0 0.5rem}.stat-card p{font-size:0.85rem;color:var(--text-soft);line-height:1.55}@media (max-width:580px){.stat-card__number{font-size:1.25rem}.stats-grid{grid-template-columns:repeat(2,1fr)}}.sectors-intro{text-align:center;margin-bottom:2.5rem}.sectors-grid{display:flex;flex-wrap:wrap;gap:0.65rem;justify-content:center;max-width:860px;margin:0 auto}.sector-tag{display:inline-flex;align-items:center;gap:0.5rem;padding:0.65rem 1.25rem;border:1px solid rgba(184,151,57,0.35);background:#fff;color:var(--navy);font-family:'Jost',sans-serif;font-size:0.74rem;font-weight:500;letter-spacing:0.14em;text-transform:uppercase;transition:background 0.25s,color 0.25s,border-color 0.25s,transform 0.25s;cursor:default}.sector-tag::before{content:'';display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--gold);flex-shrink:0}.sector-tag:hover{background:var(--navy);color:var(--cream);border-color:var(--navy);transform:translateY(-2px)}@media (max-width:640px){.sectors-grid{gap:0.8rem;padding:0 0.75rem}.sector-tag{justify-content:center;text-align:center;line-height:1.75;letter-spacing:0.16em;max-width:min(100%,360px)}}.contact-box{background:linear-gradient(135deg,var(--navy-deep),var(--navy-soft));padding:3rem 2.5rem;color:#fff;display:grid;grid-template-columns:1fr;gap:2rem;box-shadow:0 18px 45px rgba(7,24,39,0.15)}.contact-box h2{font-family:'Cormorant Garamond',serif;font-size:clamp(1.7rem,3vw,2.5rem);font-weight:300;color:#fff;margin:0.5rem 0 1rem}.contact-box p{font-size:0.9375rem;color:rgba(232,220,196,0.9);max-width:480px}.contact-actions{display:flex;flex-direction:column;gap:0.75rem}.contact-link{display:inline-block;text-align:center;padding:0.9rem 2rem;font-size:0.78rem;font-weight:500;letter-spacing:0.16em;text-transform:uppercase;transition:all 0.3s}.contact-link--primary{background:var(--gold);color:var(--navy-deep)}.contact-link--primary:hover{background:var(--gold-light)}.contact-link--outline{background:transparent;color:rgba(255,255,255,0.9);border:1px solid rgba(255,255,255,0.5)}.contact-link--outline:hover{border-color:var(--gold);color:var(--gold)}.contact-grid{display:grid;grid-template-columns:1fr;gap:3.5rem;align-items:start}.contact-info-panel h2{font-family:'Cormorant Garamond',serif;font-size:clamp(1.6rem,2.5vw,2.1rem);font-weight:300;color:var(--navy);margin:0 0 0.5rem;line-height:1.2}.contact-info-panel>p{font-size:0.9375rem;line-height:1.75;color:var(--text-soft);margin-bottom:2.5rem}.contact-detail-list{display:flex;flex-direction:column;gap:1.25rem}.contact-detail-item{display:flex;align-items:flex-start;gap:1rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border)}.contact-detail-item:last-child{border-bottom:none}.contact-detail-icon{width:38px;height:38px;flex-shrink:0;background:var(--navy);display:flex;align-items:center;justify-content:center}.contact-detail-icon svg{width:16px;height:16px;stroke:var(--gold);fill:none;stroke-width:1.5}.contact-detail-label{font-size:0.74rem;font-weight:600;letter-spacing:0.22em;text-transform:uppercase;color:var(--gold);display:block;margin-bottom:0.25rem}.contact-detail-value{font-size:0.875rem;color:var(--navy)}.contact-detail-value a:hover{color:var(--gold)}.availability-note{margin-top:2rem;padding:1.25rem 1.5rem;border-left:3px solid var(--gold);background:var(--cream-bg)}.availability-note p{font-size:0.85rem;line-height:1.65;color:var(--text);font-style:italic;margin:0}.contact-form-wrap{background:#fff;border:1px solid var(--border);padding:2.5rem 2rem;border-top:3px solid var(--gold)}.form-title{font-family:'Cormorant Garamond',serif;font-size:1.4rem;font-weight:400;color:var(--navy);margin:0 0 0.35rem}.form-subtitle{font-size:0.85rem;color:var(--text-soft);margin:0 0 2rem}.form-row{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-bottom:1.25rem}.form-group{display:flex;flex-direction:column;gap:0.4rem}.form-label{font-size:0.75rem;font-weight:600;letter-spacing:0.2em;text-transform:uppercase;color:var(--text-soft)}.form-label span{color:var(--gold);margin-left:2px}.form-control{padding:0.75rem 1rem;border:1px solid var(--border);background:#fff;color:var(--text);font-family:'Jost',sans-serif;font-size:0.875rem;font-weight:400;transition:border-color 0.3s,box-shadow 0.3s;outline:none;border-radius:0;appearance:none;-webkit-appearance:none}.form-control::placeholder{color:var(--text-soft)}.form-control:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(184,151,57,0.12)}textarea.form-control{resize:vertical;min-height:140px}select.form-control{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23B89739' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.form-check{display:flex;align-items:flex-start;gap:0.75rem;margin-bottom:1.75rem}.form-check input[type="checkbox"]{margin-top:3px;flex-shrink:0;accent-color:var(--gold)}.form-check label{font-size:0.875rem;color:var(--text-soft);line-height:1.55}.btn-submit{display:inline-flex;align-items:center;gap:0.75rem;justify-content:center;width:100%;padding:0.95rem 2.5rem;background:var(--gold);color:var(--navy-deep);font-family:'Jost',sans-serif;font-size:0.78rem;font-weight:600;letter-spacing:0.2em;text-transform:uppercase;border:none;cursor:pointer;transition:all 0.3s}.btn-submit:hover{background:var(--gold-light);box-shadow:0 6px 20px rgba(184,151,57,0.35)}.btn-submit svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.5}.form-success{display:none;text-align:center;padding:2rem}.form-success.is-visible{display:block}.form-success__icon{width:56px;height:56px;background:var(--navy);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.form-success__icon svg{width:24px;height:24px;stroke:var(--gold);fill:none;stroke-width:1.5}.form-success__title{font-family:'Cormorant Garamond',serif;font-size:1.5rem;font-weight:400;color:var(--navy);margin:0 0 0.5rem}.form-success p{font-size:0.875rem;color:var(--text-soft)}.btn{display:inline-block;padding:0.9rem 2.5rem;font-family:'Jost',sans-serif;font-weight:500;font-size:0.78rem;letter-spacing:0.18em;text-transform:uppercase;transition:all 0.3s;border:1px solid transparent}.btn--primary{background:var(--gold);color:var(--navy-deep)}.btn--primary:hover{background:var(--gold-light);color:var(--navy-deep);box-shadow:0 6px 20px rgba(184,151,57,0.35)}.btn--outline-light{background:transparent;color:var(--cream);border-color:rgba(184,151,57,0.6)}.btn--outline-light:hover{background:var(--gold);color:var(--navy-deep);border-color:var(--gold)}.btn--outline{background:transparent;color:var(--navy);border-color:rgba(18,34,58,0.35)}.btn--outline:hover{background:var(--navy);color:var(--cream);border-color:var(--navy)}.site-footer{background:var(--navy-deep);color:var(--cream);padding:4rem 1.5rem 2rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(184,151,57,0.2)}.footer-logo{font-family:'Cormorant Garamond',serif;font-size:1.15rem;font-weight:500;letter-spacing:0.2em;color:var(--gold);display:block;margin-bottom:1rem}.footer-brand p{font-size:0.85rem;line-height:1.65;color:rgba(232,220,196,0.8);max-width:300px}.footer-sig{font-size:0.74rem;letter-spacing:0.3em;text-transform:uppercase;color:rgba(255,255,255,0.70);margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(184,151,57,0.2)}.footer-title{font-size:0.74rem;font-weight:600;letter-spacing:0.25em;text-transform:uppercase;color:var(--gold);margin-bottom:1.25rem}.footer-nav li,.footer-contact li{margin-bottom:0.5rem;font-size:0.85rem;color:rgba(232,220,196,0.8)}.footer-nav a:hover,.footer-contact a:hover{color:var(--gold)}.footer-contact .lbl{display:inline-block;width:18px;color:var(--gold);margin-right:0.4rem}.footer-bottom{padding-top:1.5rem;display:flex;flex-direction:column;gap:0.75rem;font-size:0.78rem;color:rgba(232,220,196,0.6);text-align:center}.footer-bottom a{color:rgba(232,220,196,0.6);transition:color 0.3s}.footer-bottom a:hover{color:var(--gold)}@keyframes fadeUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cards .fade-in:nth-child(2),.profiles-grid .fade-in:nth-child(2),.who-grid .fade-in:nth-child(2),.principles-grid .fade-in:nth-child(2),.stats-grid .fade-in:nth-child(2){animation-delay:0.08s}.cards .fade-in:nth-child(3),.profiles-grid .fade-in:nth-child(3),.who-grid .fade-in:nth-child(3),.principles-grid .fade-in:nth-child(3),.stats-grid .fade-in:nth-child(3){animation-delay:0.16s}.cards .fade-in:nth-child(4),.profiles-grid .fade-in:nth-child(4),.who-grid .fade-in:nth-child(4),.stats-grid .fade-in:nth-child(4){animation-delay:0.24s}.cards .fade-in:nth-child(5),.profiles-grid .fade-in:nth-child(5),.who-grid .fade-in:nth-child(5){animation-delay:0.32s}.cards .fade-in:nth-child(6),.profiles-grid .fade-in:nth-child(6),.who-grid .fade-in:nth-child(6){animation-delay:0.40s}@media (min-width:580px){.cards{grid-template-columns:repeat(2,1fr)}.modes-list{grid-template-columns:repeat(2,1fr)}.principles-grid{grid-template-columns:repeat(3,1fr)}.form-row--2{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:row;justify-content:space-between;text-align:left}.profiles-grid{grid-template-columns:repeat(2,1fr)}.who-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.split{grid-template-columns:1.1fr 0.9fr;gap:4rem}.pillars-grid{grid-template-columns:repeat(5,1fr);gap:1px;background:rgba(184,151,57,0.15)}.pillar{border-bottom:none}.profile-grid{grid-template-columns:260px 1fr;gap:5rem}.profile-portrait{width:260px;margin:0}.footer-grid{grid-template-columns:2fr 1fr 1.5fr}.contact-box{grid-template-columns:1fr auto;align-items:center}.contact-actions{min-width:220px}.stats-grid{grid-template-columns:repeat(4,1fr)}.contact-grid{grid-template-columns:380px 1fr;gap:3rem}}@media (min-width:1024px){.site-header__nav{display:flex;font-size:0.72rem;gap:0.62rem}.site-header__burger{display:none}.theme-toggle{width:32px;height:32px;flex-shrink:0}.hero{height:auto}.hero__image{position:static;width:100%;height:auto;display:block}.cards{grid-template-columns:repeat(3,1fr)}.profiles-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1100px){.who-grid{grid-template-columns:repeat(4,1fr)}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms!important;transition-duration:0.01ms!important}}.profiles-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:2.5rem}.profile-card,.who-card{background:#fff;border-top:3px solid var(--gold);padding:2rem 1.75rem;transition:box-shadow 0.3s,transform 0.3s;box-shadow:0 2px 12px rgba(18,34,58,0.06)}.profile-card:hover,.who-card:hover{box-shadow:0 8px 28px rgba(18,34,58,0.09)}.profile-card__tag,.who-card__tag{display:inline-block;font-size:0.74rem;font-weight:600;letter-spacing:0.28em;text-transform:uppercase;color:var(--gold);margin-bottom:0.75rem}.profile-card__title{font-family:'Cormorant Garamond',serif;font-size:clamp(1.1rem,1.8vw,1.4rem);font-weight:400;color:var(--navy);margin:0 0 0.75rem;line-height:1.25}.profile-card__body{font-size:0.9rem;line-height:1.75;color:var(--text-soft)}.profile-card__signals{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:0.4rem}.profile-card__signal{font-size:0.78rem;color:var(--navy);padding-left:1rem;position:relative;line-height:1.5}.profile-card__signal::before{content:'→';position:absolute;left:0;color:var(--gold)}.who-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.who-card h3{font-family:'Cormorant Garamond',serif;font-size:clamp(1.15rem,1.8vw,1.4rem);font-weight:400;color:var(--navy);margin:0 0 0.85rem;line-height:1.3}.who-card p{font-size:0.9rem;color:var(--text-soft);line-height:1.75;margin:0 0 1rem}.who-card__needs{display:flex;flex-direction:column;gap:0.4rem;margin-top:0.5rem}.who-card__need{font-size:0.875rem;color:var(--navy);padding-left:1rem;position:relative;line-height:1.5}.who-card__need::before{content:'→';position:absolute;left:0;color:var(--gold);font-size:0.72rem;top:2px}.comparison-wrap{overflow-x:auto;margin-top:2.5rem;position:relative}.comparison-wrap::after{content:'scroll →';display:block;text-align:right;font-size:0.69rem;font-weight:500;letter-spacing:0.1em;text-transform:uppercase;color:var(--gold);padding-top:6px;opacity:0.75}@media (min-width:700px){.comparison-wrap::after{display:none}}.comparison-table{width:100%;border-collapse:collapse;font-size:0.875rem;min-width:560px}.comparison-table th{padding:1rem 1.25rem;text-align:left;font-size:0.74rem;font-weight:600;letter-spacing:0.22em;text-transform:uppercase;border-bottom:2px solid var(--gold)}.comparison-table th:first-child{color:var(--text-soft);font-weight:400}.comparison-table th.col-dl{background:var(--navy);color:var(--gold);border-left:2px solid var(--gold);border-right:2px solid var(--gold);box-shadow:inset 0 3px 0 0 var(--gold)}.comparison-table th.col-cab{color:var(--text-soft);opacity:0.72}.comparison-table th.col-pf{color:var(--text-soft);opacity:0.72}.comparison-table td{padding:0.85rem 1.25rem;border-bottom:1px solid var(--border);vertical-align:top;line-height:1.55}.comparison-table td:first-child{font-size:0.74rem;font-weight:600;letter-spacing:0.14em;text-transform:uppercase;color:var(--text-soft);white-space:nowrap}.comparison-table .col-dl{background:rgba(184,151,57,0.07);border-left:2px solid rgba(184,151,57,0.45);border-right:2px solid rgba(184,151,57,0.45);font-weight:500;color:var(--navy)}.comparison-table tr:last-child .col-dl{box-shadow:inset 0 -2px 0 0 rgba(184,151,57,0.45)}.comparison-table .col-cab,.comparison-table .col-pf{color:var(--text-soft);opacity:0.82}.comparison-table tr:last-child td{border-bottom:none}.comparison-table .check{color:var(--gold);font-weight:600}.comparison-table .cross{color:var(--text-soft)}.compare-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;position:relative}.compare-wrap::after{content:'scroll →';display:block;text-align:right;font-size:0.69rem;font-weight:500;letter-spacing:0.1em;text-transform:uppercase;color:var(--gold);padding-top:6px;opacity:0.75}@media (min-width:700px){.compare-wrap::after{display:none}}.compare-table{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0;min-width:640px;border:1px solid var(--border)}.compare-col{display:flex;flex-direction:column}.compare-col--highlight{background:var(--navy);position:relative}.compare-col--highlight::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--gold)}.compare-header{padding:1.5rem 1.25rem 1.25rem;border-bottom:1px solid var(--border);background:var(--cream-bg)}.compare-col--highlight .compare-header{background:var(--navy-soft);border-bottom-color:rgba(184,151,57,0.25)}.compare-header__label{font-size:0.74rem;font-weight:600;letter-spacing:0.25em;text-transform:uppercase;color:var(--gold);display:block;margin-bottom:0.5rem}.compare-header__title{font-family:'Cormorant Garamond',serif;font-size:1.1rem;font-weight:400;color:var(--navy);line-height:1.2}.compare-col--highlight .compare-header__title{color:#fff}.compare-item{padding:0.9rem 1.25rem;border-bottom:1px solid var(--border);font-size:0.875rem;line-height:1.55;color:var(--text);display:flex;align-items:flex-start;gap:0.6rem}.compare-col--highlight .compare-item{border-bottom-color:rgba(184,151,57,0.15);color:rgba(232,220,196,0.9)}.compare-item:last-child{border-bottom:none}.ci-icon{flex-shrink:0;font-size:0.75rem;margin-top:1px}.ci-icon--no{color:var(--text-soft)}.ci-icon--yes{color:var(--gold);font-weight:600}@media (max-width:767px){.hero__image{width:100%;max-width:100%;height:auto}.signature-band__text{white-space:normal;letter-spacing:0.15em;line-height:1.8}.signature-band__sep{margin:0 0.4rem}.hero__tagline{max-width:calc(100vw - 3rem);font-size:0.9rem}}.cta-heading{font-family:'Cormorant Garamond',serif;font-size:clamp(1.6rem,2.8vw,2.4rem);font-weight:300;color:var(--navy);margin:0 0 1rem;line-height:1.2}.section{position:relative}.section + .section{border-top:1px solid rgba(184,151,57,0.18)}.card,.profile-card,.who-card,.contact-form-wrap,.legal-block,.legal-intro,.authority-box,.key-takeaways,.callout{box-shadow:0 10px 30px rgba(18,34,58,0.035)}.card:hover,.profile-card:hover,.who-card:hover,.legal-block:hover{box-shadow:0 14px 38px rgba(18,34,58,0.09)}.hero-statement{background:var(--navy-deep);padding:2.75rem 1.5rem;text-align:center;border-top:2px solid var(--gold)}.hero-statement__inner{max-width:980px;margin:0 auto}.hero-statement__tagline{font-family:'Cormorant Garamond',serif;text-align:center;font-size:clamp(1.18rem,2.15vw,1.72rem);font-weight:300;font-style:italic;line-height:1.42;color:rgba(255,255,255,0.92);margin:0 0 0.85rem}.hero-statement__tagline span,.hero-statement__line{display:block;text-align:center}.hero-statement__tagline .hero-statement__line--mobile{display:none}.hero-statement__quote-author{font-size:clamp(0.68rem,0.9vw,0.76rem);font-weight:500;letter-spacing:0.2em;text-transform:uppercase;color:rgba(255,255,255,0.68);margin:-0.1rem 0 1.05rem}.hero-statement__subtitle{font-size:clamp(0.72rem,1vw,0.8rem);font-weight:500;letter-spacing:0.24em;text-transform:uppercase;color:var(--gold);margin:0}.faq-section{max-width:840px;margin:0 auto}.faq-category{font-family:'Jost',sans-serif;font-size:0.74rem;font-weight:600;letter-spacing:0.2em;text-transform:uppercase;color:var(--gold);margin:3rem 0 1rem}.faq-category:first-child{margin-top:0}.faq-item{border-bottom:1px solid rgba(184,151,57,0.22);padding:0 1.75rem}.faq-item:first-child{border-top:1px solid rgba(184,151,57,0.22)}details summary{list-style:none;cursor:pointer;padding:1.55rem 0;display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem}details summary::-webkit-details-marker{display:none}details summary .faq-q{font-family:'Cormorant Garamond',serif;font-size:clamp(1.08rem,2vw,1.25rem);font-weight:400;color:#fff;line-height:1.4;flex:1}details[open] summary .faq-q{color:var(--gold-light)}details summary .faq-icon{font-size:1.2rem;color:var(--gold);flex-shrink:0;margin-top:0.1rem;transition:transform 0.25s}details[open] summary .faq-icon{transform:rotate(45deg)}.faq-answer{padding:0 0 1.55rem}.faq-answer p,.faq-answer li{font-family:'Jost',sans-serif;font-weight:400;font-size:0.94rem;line-height:1.82;color:rgba(234,240,247,0.82)}.faq-answer p{margin:0 0 0.85rem}.faq-answer p:last-child{margin-bottom:0}.faq-answer strong{font-weight:500;color:rgba(255,255,255,0.94)}.faq-answer a{color:var(--gold-light);border-bottom:1px solid rgba(184,151,57,0.5)}.faq-answer a:hover{color:#fff}.faq-answer ul{margin:0.5rem 0 0.85rem;padding-left:0;list-style:none}.faq-answer ul li{padding-left:1.2rem;position:relative}.faq-answer ul li::before{content:'—';position:absolute;left:0;color:var(--gold);font-size:0.75rem;top:0.45rem;line-height:1}.guide{background:#fff;border:1px solid var(--border);border-top:3px solid var(--gold);padding:clamp(2rem,4vw,3rem)}.guide-lead{font-family:'Cormorant Garamond',serif;font-size:clamp(1.15rem,2vw,1.45rem);line-height:1.55;color:var(--navy);margin-bottom:2rem}.guide h2{font-family:'Cormorant Garamond',serif;font-size:clamp(1.35rem,2.4vw,1.85rem);font-weight:400;color:var(--navy);margin:2.35rem 0 0.85rem;line-height:1.25}.guide h2:first-child{margin-top:0}.guide h3{font-size:0.825rem;font-weight:600;letter-spacing:0.16em;text-transform:uppercase;color:var(--gold);margin:1.6rem 0 0.5rem}.guide p{font-size:0.95rem;line-height:1.82;color:var(--text)}.guide strong{color:var(--navy);font-weight:600}.guide a{color:var(--navy);border-bottom:1px solid var(--gold);transition:color 0.25s}.guide a:hover{color:var(--gold)}.glist{margin:1rem 0 1.5rem;padding:0;list-style:none}.glist li{position:relative;padding-left:1.25rem;margin-bottom:0.72rem;font-size:0.94rem;line-height:1.72;color:var(--text)}.glist li::before{content:'—';position:absolute;left:0;color:var(--gold)}.callout,.key-takeaways,.guide-note{margin:2rem 0;padding:1.5rem 1.65rem;background:var(--cream-bg);border-left:3px solid var(--gold)}.callout p,.guide-note p{margin:0;font-style:italic;color:var(--navy)}.key-takeaways{border:1px solid rgba(184,151,57,0.25);border-left:3px solid var(--gold)}.kt-label{display:block;font-size:0.74rem;font-weight:600;letter-spacing:0.2em;text-transform:uppercase;color:var(--gold);margin-bottom:0.75rem}.key-takeaways ul{margin:0;padding:0;list-style:none}.key-takeaways li{position:relative;padding-left:1.1rem;margin-bottom:0.55rem;line-height:1.65}.key-takeaways li::before{content:'→';position:absolute;left:0;color:var(--gold)}.inline{color:var(--navy);border-bottom:1px solid var(--gold)}.legal-intro{background:#fff;border:1px solid var(--border);border-left:3px solid var(--gold);padding:1.6rem 1.85rem;margin-bottom:3rem}.legal-intro p{font-size:0.9rem;font-style:italic;line-height:1.75;color:var(--text-soft);margin:0}.framework-badges{display:flex;flex-wrap:wrap;gap:0.65rem;margin-bottom:2.5rem}.framework-badge{font-size:0.74rem;font-weight:600;letter-spacing:0.18em;text-transform:uppercase;padding:0.42rem 0.9rem;border:1px solid rgba(184,151,57,0.65);color:var(--navy);background:rgba(184,151,57,0.08)}.legal-block{background:#fff;border:1px solid var(--border);border-top:3px solid var(--gold);padding:clamp(2rem,3vw,2.5rem) clamp(1.75rem,3vw,2.25rem);margin-bottom:1.5rem;transition:box-shadow 0.3s,transform 0.3s}.legal-block:hover{transform:translateY(-1px)}.legal-block__header{display:flex;align-items:baseline;gap:1rem;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.legal-block__number{font-family:'Cormorant Garamond',serif;font-size:1.5rem;font-weight:400;font-style:italic;color:var(--gold);flex-shrink:0;letter-spacing:0.05em}.legal-block__title{font-family:'Cormorant Garamond',serif;font-size:clamp(1.25rem,2.2vw,1.6rem);font-weight:400;color:var(--navy);margin:0;line-height:1.3}.legal-block__body{font-size:0.95rem;line-height:1.82;color:var(--text)}.legal-block__body p{margin-bottom:1rem}.legal-block__body p:last-child{margin-bottom:0}.legal-block__body strong{font-weight:600;color:var(--navy)}.legal-block__body a{color:var(--navy);border-bottom:1px solid var(--gold);transition:color 0.25s}.legal-block__body a:hover{color:var(--gold)}.legal-info-list{list-style:none;padding:0;margin:0 0 1rem}.legal-info-list li{display:flex;flex-direction:column;gap:0.2rem;padding:0.7rem 0;border-bottom:1px dashed rgba(184,151,57,0.2);font-size:0.9rem}.legal-info-list li:last-child{border-bottom:none}.legal-info-list .lbl{font-size:0.75rem;font-weight:600;letter-spacing:0.18em;text-transform:uppercase;color:var(--gold)}.legal-info-list .val{color:var(--text);line-height:1.55}.legal-info-list .val em{font-size:0.825rem;color:var(--text-soft);font-style:normal;display:block;margin-top:0.1rem}.rights-grid{display:grid;grid-template-columns:1fr;gap:0.75rem;margin:1rem 0}.right-item{display:flex;align-items:flex-start;gap:0.75rem;padding:0.75rem 0}.right-item__icon{color:var(--gold);font-weight:600;flex-shrink:0}.right-item__text{font-size:0.9rem;line-height:1.65}.authority-box{margin-top:1.25rem;padding:1.15rem 1.45rem;background:rgba(184,151,57,0.06);border:1px solid rgba(184,151,57,0.3);font-size:0.9rem;line-height:1.65}.authority-box strong{color:var(--navy);font-weight:600}.authority-box a{color:var(--navy);border-bottom:1px solid var(--gold)}.legal-meta{margin-top:3rem;padding:1.5rem 1.75rem;background:var(--navy);color:rgba(232,220,196,0.86);border-left:3px solid var(--gold);font-size:0.85rem;line-height:1.7}.legal-meta strong{color:var(--gold-light);font-weight:500}.legal-meta a{color:#fff;border-bottom:1px solid var(--gold)}.muted{color:var(--text-soft)}.contact-detail-content{min-width:0}.contact-form-wrap{box-shadow:0 14px 36px rgba(18,34,58,0.06)}.form-control{min-height:46px}select.form-control{line-height:1.4}.error-page{background:var(--navy-deep);color:#fff;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}.error-page .code{font-family:'Cormorant Garamond',serif;font-size:clamp(5rem,15vw,10rem);font-weight:300;font-style:italic;color:var(--gold);line-height:1;margin:0 0 0.5rem}.error-page h1{font-family:'Cormorant Garamond',serif;font-size:clamp(1.4rem,3vw,2rem);font-weight:300;margin:0 0 1.25rem;color:rgba(255,255,255,0.92)}.error-page p{font-size:0.92rem;color:rgba(232,220,196,0.72);max-width:420px;line-height:1.7;margin:0 0 2.5rem}.error-page .divider{width:40px;height:1px;background:var(--gold);margin:1rem auto 1.5rem}.error-page .btn{background:var(--gold);color:var(--navy-deep)}.error-page .btn:hover{background:var(--gold-light)}@media (min-width:768px){.rights-grid{grid-template-columns:repeat(2,1fr)}.legal-info-list li{flex-direction:row;gap:0}.legal-info-list .lbl{min-width:160px;flex-shrink:0;padding-top:2px}}@media (max-width:767px){.hero-statement{padding:1.9rem 1.15rem}.hero-statement__tagline{font-size:clamp(1.06rem,5.1vw,1.28rem);line-height:1.42;max-width:21.5rem;margin-left:auto;margin-right:auto}.hero-statement__tagline .hero-statement__line--desktop{display:none}.hero-statement__tagline .hero-statement__line--mobile{display:block}.guide{padding:1.75rem 1.35rem}.legal-block__header{gap:0.75rem}.contact-form-wrap{padding:2rem 1.35rem}.page-hero{padding-top:calc(var(--header-h) + 3rem);padding-bottom:3.2rem}}h2.faq-category{font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin:4.75rem 0 1.35rem;padding-top:0.35rem}.faq-section>h2.faq-category:first-of-type{margin-top:0;padding-top:0}.faq-category + .faq-item{border-top:1px solid rgba(184,151,57,0.24)}.faq-section>.faq-item + h2.faq-category{border-top:1px solid rgba(184,151,57,0.14)}.guide .section-title{margin-top:2rem;margin-bottom:1.25rem}#responsible-sourcing-title em{color:#ffffff}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;margin-left:0.45rem;border:1px solid rgba(184,151,57,0.55);border-radius:999px;background:rgba(255,255,255,0.04);color:var(--gold-light);font-size:1rem;line-height:1;cursor:pointer;transition:background 0.25s,border-color 0.25s,color 0.25s,transform 0.25s}.theme-toggle:hover,.theme-toggle:focus-visible{background:rgba(184,151,57,0.14);border-color:var(--gold-light);color:#fff}.theme-toggle:active{transform:scale(0.96)}.site-header.menu-is-open .theme-toggle{opacity:0;pointer-events:none;transition:opacity 0.2s}html.theme-dark{color-scheme:dark}html.theme-dark body{background:#0A1628;color:#EAF0F7}html.theme-dark .site-header{background:rgba(5,13,25,0.97);border-bottom-color:rgba(212,184,90,0.35)}html.theme-dark .site-mobile-menu{background:#050D19}html.theme-dark .theme-toggle{background:rgba(212,184,90,0.12);border-color:rgba(212,184,90,0.75);color:#fff}html.theme-dark .section--white,html.theme-dark .section--cream,html.theme-dark .contact-form-wrap,html.theme-dark .error-page{background:#0A1628}html.theme-dark .section--dark,html.theme-dark .signature-band,html.theme-dark .page-hero,html.theme-dark .site-footer{background:#050D19}html.theme-dark .section-heading,html.theme-dark .section-title,html.theme-dark .cta-heading,html.theme-dark .form-title,html.theme-dark .legal-block__title,html.theme-dark .pillar__name,html.theme-dark .principle__title,html.theme-dark .right-item__text,html.theme-dark .guide h2,html.theme-dark .guide h3,html.theme-dark .faq-q,html.theme-dark .contact-detail-value,html.theme-dark .profile-card__tag{color:#F5F1E8}html.theme-dark .section-lead,html.theme-dark .pitch__lead,html.theme-dark .card p,html.theme-dark .pillar__desc,html.theme-dark .principle__text,html.theme-dark .guide p,html.theme-dark .guide li,html.theme-dark .faq-answer,html.theme-dark .contact-detail-label,html.theme-dark .legal-block__body,html.theme-dark .legal-intro,html.theme-dark .legal-meta,html.theme-dark .muted,html.theme-dark .profile-content,html.theme-dark .who-card__need,html.theme-dark .compare-item,html.theme-dark .comparison-table,html.theme-dark .compare-table{color:rgba(234,240,247,0.82)}html.theme-dark .card,html.theme-dark .profile-card,html.theme-dark .who-card,html.theme-dark .stat-card,html.theme-dark .principle,html.theme-dark .pillar,html.theme-dark .right-item,html.theme-dark .legal-block,html.theme-dark .contact-box,html.theme-dark .contact-info-panel,html.theme-dark .form-success,html.theme-dark .authority-box,html.theme-dark .callout,html.theme-dark .key-takeaways,html.theme-dark .guide-note,html.theme-dark .when-panel,html.theme-dark .compare-col,html.theme-dark .comparison-wrap,html.theme-dark .compare-wrap{background:#101F36;border-color:rgba(212,184,90,0.22);box-shadow:0 14px 38px rgba(0,0,0,0.28)}html.theme-dark .compare-col--highlight,html.theme-dark .col-dl,html.theme-dark .framework-badge,html.theme-dark .sector-tag{background:rgba(184,151,57,0.10);border-color:rgba(212,184,90,0.55);color:#F5F1E8;box-shadow:0 10px 26px rgba(0,0,0,0.18);-webkit-user-select:none;user-select:none}html.theme-dark .sector-tag:hover{background:rgba(184,151,57,0.18);border-color:rgba(212,184,90,0.62);color:#FFFFFF}html.theme-dark .btn--primary,html.theme-dark .btn-submit,html.theme-dark .contact-link--primary{background:var(--gold);color:#0A1628}html.theme-dark .btn--outline,html.theme-dark .contact-link--outline,html.theme-dark .btn--outline-light{border-color:rgba(212,184,90,0.55);color:#F5F1E8;background:transparent}html.theme-dark .form-control,html.theme-dark input,html.theme-dark textarea,html.theme-dark select{background:#0B182B;color:#F5F1E8;border-color:rgba(212,184,90,0.28)}html.theme-dark .form-control::placeholder,html.theme-dark input::placeholder,html.theme-dark textarea::placeholder{color:rgba(234,240,247,0.48)}html.theme-dark .form-label,html.theme-dark .form-check{color:rgba(234,240,247,0.86)}html.theme-dark .divider,html.theme-dark .footer-bottom,html.theme-dark .legal-block__header,html.theme-dark .faq-item + .faq-item{border-color:rgba(212,184,90,0.22)}html.theme-dark .faq-item{background:transparent;border-color:rgba(212,184,90,0.22);box-shadow:none}html.theme-dark .hero__overlay{background:linear-gradient(180deg,rgba(5,13,25,0.12) 20%,rgba(5,13,25,0.88) 100%)}.mobile-theme-toggle{display:none}@media (max-width:1023px){.site-header__inner{gap:0.65rem}.site-header>.site-header__inner>.theme-toggle{width:30px;height:30px;margin-left:0.2rem;margin-right:0.15rem;flex:0 0 30px;position:relative;z-index:99}.site-header.menu-is-open>.site-header__inner>.theme-toggle{opacity:0;visibility:hidden;pointer-events:none;transform:scale(0.92)}.site-mobile-menu{padding:calc(var(--header-h) + 2rem) 1.5rem 2.5rem;justify-content:flex-start;gap:1.45rem}.site-mobile-menu .mobile-theme-toggle{display:inline-flex;margin:0.35rem auto 0;width:42px;height:42px;font-size:1.05rem;border-color:rgba(212,184,90,0.75);background:rgba(184,151,57,0.10)}}@media (min-width:1024px){.site-mobile-menu .mobile-theme-toggle{display:none!important}}.education-note{margin-top:1.5rem;color:var(--slate);font-size:0.9rem}html.theme-dark .profile-content h2,html.theme-dark .profile-content strong,html.theme-dark .mode-item strong,html.theme-dark .profile-clients__list,html.theme-dark .stat-card__number{color:var(--gold)}html.theme-dark .profile-content p,html.theme-dark .mode-item span,html.theme-dark .stat-card p,html.theme-dark .education-note{color:rgba(234,240,247,0.84)}html.theme-dark .profile-clients{border-top-color:rgba(212,184,90,0.24)}html.theme-dark .profile-portrait img{box-shadow:0 14px 42px rgba(0,0,0,0.42)}html.theme-dark .mode-item{border-left-color:var(--gold-light)}@media (max-width:767px){.site-mobile-menu{padding:calc(var(--header-h) + 1.25rem) 1.25rem 2rem;justify-content:flex-start;align-items:center;gap:clamp(1rem,3.8vh,1.55rem);overflow-y:auto}.site-mobile-menu a{display:block;width:min(100%,330px);margin:0 auto;text-align:center;font-size:clamp(1.55rem,7.1vw,2.05rem);line-height:1.12;letter-spacing:0.035em;overflow-wrap:normal;hyphens:none}.site-mobile-menu a[href*="responsible-sourcing"]{width:min(100%,360px);font-size:clamp(1.38rem,6.2vw,1.78rem);line-height:1.18}.site-mobile-menu .mobile-theme-toggle{margin-top:0.25rem}}@media (max-width:380px){.site-mobile-menu{gap:0.95rem}.site-mobile-menu a{font-size:1.45rem}.site-mobile-menu a[href*="responsible-sourcing"]{font-size:1.32rem}}a,button,summary,.theme-toggle,.site-header__burger{-webkit-tap-highlight-color:rgba(184,151,57,0.18)}@media (min-width:1024px) and (max-width:1179px){.site-header__nav{display:none!important}.site-header__burger{display:flex!important}.site-header__inner{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1180px){.site-header__nav{display:flex}.site-header__burger{display:none}}@media (max-width:1023px){.site-header__inner{min-height:var(--header-h)}.site-header__logo{line-height:1.55}.section{padding-top:clamp(3.6rem,7vw,5rem);padding-bottom:clamp(3.6rem,7vw,5rem)}.section-lead,.pitch__lead,.card p,.who-card p,.profile-card__body,.guide p,.guide li,.legal-block__body,.faq-answer,.contact-info-panel>p,.form-subtitle{line-height:1.78}.card,.profile-card,.who-card,.pillar,.principle,.right-item,.stat-card,.legal-block,.faq-item,.contact-info-panel,.contact-form-wrap,.guide,.guide-note,.callout,.key-takeaways,.authority-box{max-width:100%}}@media (max-width:767px){.site-header__inner{padding:0.9rem 1.05rem}.site-header__logo{font-size:0.98rem;letter-spacing:0.20em}.site-header__lang{font-size:0.72rem}.theme-toggle{width:30px;height:30px}.hero-statement{padding:1.65rem 1.05rem 1.85rem}.hero-statement__tagline{font-size:clamp(1rem,4.75vw,1.18rem);line-height:1.46;max-width:20.5rem;margin-bottom:0.75rem}.hero-statement__quote-author{font-size:0.72rem;letter-spacing:0.18em;margin-bottom:0.95rem}.hero-statement__subtitle{font-size:0.72rem;letter-spacing:0.20em;line-height:1.75;max-width:22rem;margin-left:auto;margin-right:auto}.signature-band__text{font-size:0.72rem;letter-spacing:0.16em}.section-heading{line-height:1.16;max-width:100%}.cards,.profiles-grid,.who-grid,.rights-grid,.resources-grid,.services-grid,.stats-grid,.modes-list{gap:1.15rem}.card,.profile-card,.who-card,.stat-card,.pillar,.principle,.right-item{padding-left:1.35rem;padding-right:1.35rem}.sector-tag{width:min(100%,34rem);margin-left:auto;margin-right:auto;line-height:1.55}.site-mobile-menu{min-height:100dvh;padding-bottom:max(2rem,env(safe-area-inset-bottom))}}@media (max-width:380px){.site-header__logo{font-size:0.92rem;letter-spacing:0.18em}.site-header__lang{gap:0.15rem}.site-header__lang a{padding:0.25rem}.hero-statement__tagline{font-size:1rem;max-width:18.5rem}.hero-statement__subtitle{font-size:0.73rem;letter-spacing:0.17em}.page-hero__title{font-size:1.75rem}}html.theme-dark .card h3,html.theme-dark .card h4,html.theme-dark .profile-card__title,html.theme-dark .profile-card__signal,html.theme-dark .who-card h3,html.theme-dark .contact-info-panel h2,html.theme-dark .availability-note p,html.theme-dark .form-success__title,html.theme-dark .comparison-table th,html.theme-dark .comparison-table .col-dl,html.theme-dark .compare-header__title,html.theme-dark .guide strong,html.theme-dark .guide a,html.theme-dark .guide-note p,html.theme-dark .inline,html.theme-dark .legal-block__body strong,html.theme-dark .legal-block__body a,html.theme-dark .legal-info-list .val,html.theme-dark .authority-box strong,html.theme-dark .authority-box a,html.theme-dark .faq-category,html.theme-dark .resource-card__title,html.theme-dark .service-card__title,html.theme-dark .profile-clients__title{color:#F5F1E8}html.theme-dark .form-subtitle,html.theme-dark .form-check label,html.theme-dark .contact-info-panel>p,html.theme-dark .availability-note,html.theme-dark .profile-card__body,html.theme-dark .profile-card__signals,html.theme-dark .who-card p,html.theme-dark .comparison-table th:first-child,html.theme-dark .comparison-table .col-cab,html.theme-dark .comparison-table .col-pf,html.theme-dark .comparison-table td,html.theme-dark .legal-info-list .val em,html.theme-dark .resource-card__desc,html.theme-dark .service-card__desc{color:rgba(234,240,247,0.86)}html.theme-dark .section--white .eyebrow,html.theme-dark .section--cream .eyebrow,html.theme-dark .eyebrow{color:#D4B85A}html.theme-dark .sector-tag,html.theme-dark .profile-card__tag,html.theme-dark .who-card__tag{color:#F5F1E8}html.theme-dark .sector-tag::before,html.theme-dark .profile-card__signal::before,html.theme-dark .who-card__need::before{color:#D4B85A}html.theme-dark .comparison-table,html.theme-dark .comparison-wrap,html.theme-dark .compare-wrap{border-color:rgba(212,184,90,0.26)}html.theme-dark .comparison-table th,html.theme-dark .comparison-table td{border-color:rgba(212,184,90,0.20)}html.theme-dark .comparison-table .cross{color:rgba(232,220,196,0.55)}.form-label,.form-check label,.profile-card__body,.who-card p,.card p,.guide p,.legal-block__body,.faq-answer{color:var(--text-soft)}.section-lead,.form-subtitle,.contact-info-panel>p,.legal-intro p,.legal-meta,.muted{color:var(--text-soft)}.page-hero__title,.section-heading,.hero-statement__tagline,.hero-statement__subtitle,.card h3,.profile-card__title,.who-card h3,.guide h2,.guide h3,.legal-block__title{overflow-wrap:break-word}html.theme-dark .guide{background:#101F36!important;border-color:rgba(212,184,90,0.28)!important;border-top-color:var(--gold)!important;box-shadow:0 18px 48px rgba(0,0,0,0.32)!important}html.theme-dark .guide-lead,html.theme-dark .guide p,html.theme-dark .guide li,html.theme-dark .guide .glist li{color:rgba(245,241,232,0.88)!important}html.theme-dark .guide h2,html.theme-dark .guide strong,html.theme-dark .guide a,html.theme-dark .guide .inline{color:#F5F1E8!important}html.theme-dark .guide h3,html.theme-dark .kt-label{color:var(--gold-light)!important}html.theme-dark .guide a{border-bottom-color:rgba(212,184,90,0.65)!important}html.theme-dark .guide a:hover{color:#ffffff!important}html.theme-dark .guide .callout,html.theme-dark .guide .key-takeaways,html.theme-dark .guide .guide-note{background:#071222!important;border-color:rgba(212,184,90,0.35)!important;border-left-color:var(--gold)!important;box-shadow:0 14px 34px rgba(0,0,0,0.26)!important}html.theme-dark .guide .callout p,html.theme-dark .guide .guide-note p,html.theme-dark .guide .key-takeaways li{color:rgba(245,241,232,0.9)!important}html.theme-dark .guide .glist li::before,html.theme-dark .guide .key-takeaways li::before{color:var(--gold-light)!important}@media (max-width:767px){html.theme-dark .guide{border-left-color:rgba(212,184,90,0.28)!important;border-right-color:rgba(212,184,90,0.28)!important}}@media (max-width:1179px){.site-mobile-menu a[href$="#guides"]{font-size:clamp(1.35rem,7vw,2rem);opacity:0.92}}html.theme-dark .section--cream .guide,html.theme-dark main .guide,html.theme-dark .container--narrow>.guide{background:#101F36!important;background-color:#101F36!important;color:rgba(245,241,232,0.9)!important;border-color:rgba(212,184,90,0.32)!important;border-top-color:#B89739!important;box-shadow:0 18px 48px rgba(0,0,0,0.34)!important}html.theme-dark .section--cream .guide *,html.theme-dark main .guide *{color:inherit}html.theme-dark .guide .guide-lead,html.theme-dark .guide p,html.theme-dark .guide li,html.theme-dark .guide .glist li{color:rgba(245,241,232,0.9)!important}html.theme-dark .guide h2,html.theme-dark .guide h3,html.theme-dark .guide strong,html.theme-dark .guide a{color:#F5F1E8!important}html.theme-dark .guide .profile-card__tag,html.theme-dark .guide .kt-label{color:#D4B85A!important}html.theme-dark .guide .card,html.theme-dark .guide .card--resource{background:#0B1729!important;background-color:#0B1729!important;border-color:rgba(212,184,90,0.28)!important;color:rgba(245,241,232,0.9)!important}html.theme-dark .guide .card h3,html.theme-dark .guide .card p,html.theme-dark .guide .card__cta{color:#F5F1E8!important}html.theme-dark .compare-table{border-color:rgba(212,184,90,0.32);background:#0B182B}html.theme-dark .compare-col{background:#0D1B30;border-color:rgba(212,184,90,0.22)}html.theme-dark .compare-col--highlight{background:#142642}html.theme-dark .compare-header,html.theme-dark .compare-col--highlight .compare-header{background:#101F36;border-bottom-color:rgba(212,184,90,0.38)}html.theme-dark .compare-header__label{color:#D4B85A;opacity:1}html.theme-dark .compare-header__title,html.theme-dark .compare-col--highlight .compare-header__title{color:#F5F1E8;opacity:1}html.theme-dark .compare-item{color:rgba(245,241,232,0.88);border-bottom-color:rgba(212,184,90,0.22)}html.theme-dark .compare-col--highlight .compare-item{color:rgba(245,241,232,0.92);border-bottom-color:rgba(212,184,90,0.24)}html.theme-dark .ci-icon--no{color:rgba(245,241,232,0.62)}html.theme-dark .ci-icon--yes{color:#D4B85A}html.theme-dark .availability-note{background:#0F1D33!important;border-left-color:#D4B85A!important;border-top:1px solid rgba(212,184,90,0.24);border-right:1px solid rgba(212,184,90,0.18);border-bottom:1px solid rgba(212,184,90,0.18);box-shadow:0 12px 30px rgba(0,0,0,0.22)}html.theme-dark .availability-note p,html.theme-dark .availability-note span{color:rgba(245,241,232,0.90)!important}html.theme-dark .contact-detail-item{border-bottom-color:rgba(212,184,90,0.24)}html.theme-dark .contact-detail-icon{background:rgba(212,184,90,0.10)}.contact-grid>*,.form-row,.form-group{min-width:0}.form-control,select.form-control,textarea.form-control,input.form-control{display:block;width:100%;max-width:100%}@media (min-width:768px) and (max-width:1099px){.contact-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:2.5rem}}@media (min-width:768px) and (max-width:920px){.contact-grid{grid-template-columns:1fr;gap:2rem}.form-row--2{grid-template-columns:1fr}}html{font-size:16.5px}body{line-height:1.72}p,li,.section-lead,.card p,.mode-item span,.principle__text,.profile-content p,.profile-card__body,.who-card p,.pillar__desc,.stat-card p,.contact-box p,.contact-info-panel>p,.availability-note p,.form-subtitle,.form-check label,.form-success p,.faq-answer,.faq-answer p,.faq-answer li,.guide p,.guide li,.legal-intro p,.legal-block__body,.right-item__text,.footer-brand p,.footer-nav li,.footer-contact li{font-size:1rem;line-height:1.76}.card p,.who-card p,.profile-card__body,.guide-card p,.resource-card p{line-height:1.72}.form-input,.form-select,.form-textarea,.contact-detail-value{font-size:0.95rem;line-height:1.55}.compare-table,.comparison-table,.process-card p,.context-card p,.value-card p,.legal-info-list .val,.legal-info-list .right-item__text{font-size:0.95rem;line-height:1.65}.section-kicker,.page-hero__kicker,.form-label,.card__label,.footer-heading,.compare-label,.guide-card__label,.resource-card__label{line-height:1.45}@media (max-width:767px){html{font-size:16px}body{line-height:1.7}p,li,.section-lead,.card p,.mode-item span,.principle__text,.profile-content p,.profile-card__body,.who-card p,.pillar__desc,.stat-card p,.contact-box p,.contact-info-panel>p,.availability-note p,.form-subtitle,.form-check label,.form-success p,.faq-answer,.faq-answer p,.faq-answer li,.guide p,.guide li,.legal-intro p,.legal-block__body,.right-item__text,.footer-brand p,.footer-nav li,.footer-contact li{font-size:1rem;line-height:1.68}.form-input,.form-select,.form-textarea,.contact-detail-value{font-size:1rem}}.faq-section>h2.faq-category{margin-top:4.75rem;margin-bottom:1.35rem}.faq-section>h2.faq-category:first-of-type{margin-top:0}.faq-section>.faq-item + h2.faq-category{padding-top:2.35rem}@media (max-width:767px){.faq-section>h2.faq-category{margin-top:3.4rem;margin-bottom:1rem}.faq-section>.faq-item + h2.faq-category{padding-top:1.75rem}.faq-item{padding:0 1rem}details summary{padding:1.35rem 0}.faq-answer{padding-bottom:1.45rem}}@media (max-width:767px){body:has(#responsible-sourcing-title) .section{padding-top:3rem;padding-bottom:3rem}body:has(#responsible-sourcing-title) .section + .section{padding-top:3rem}body:has(#responsible-sourcing-title) .cards{gap:1rem}body:has(#responsible-sourcing-title) .card{padding-top:1.45rem;padding-bottom:1.45rem}body:has(#responsible-sourcing-title) .fade-in[style*="margin:0 auto 2.5rem"],body:has(#responsible-sourcing-title) .fade-in[style*="margin: 0 auto 2.5rem"]{margin-bottom:1.6rem!important}body:has(#responsible-sourcing-title) .section-heading{margin-bottom:1rem}}@media (max-width:380px){body:has(#responsible-sourcing-title) .section{padding-top:2.55rem;padding-bottom:2.55rem}}.privacy-inline-link{color:var(--gold);text-decoration:underline;text-underline-offset:0.18em;text-decoration-thickness:1px}.privacy-inline-link:hover,.privacy-inline-link:focus{color:var(--navy)}html.theme-dark .privacy-inline-link{color:#D4B85A}html.theme-dark .privacy-inline-link:hover,html.theme-dark .privacy-inline-link:focus{color:#F5F1E8}.card.card--structured .card-intro{margin-bottom:1.05rem;color:var(--text);font-weight:400}.card.card--structured .card-list{list-style:none;margin:0;padding:0;display:grid;gap:.7rem}.card.card--structured .card-list li{position:relative;padding-left:1.05rem;color:var(--text-soft);font-family:'Jost',sans-serif;font-size:1rem;line-height:1.62;letter-spacing:.015em}.card.card--structured .card-list li::before{content:'•';position:absolute;left:0;top:0;color:var(--gold);font-weight:600}html.theme-dark .card.card--structured .card-intro{color:rgba(246,242,234,.92)}html.theme-dark .card.card--structured .card-list li{color:rgba(246,242,234,.78)}@media (max-width:767px){.card.card--structured .card-intro{margin-bottom:.9rem;font-size:1rem;line-height:1.62}.card.card--structured .card-list{gap:.62rem}.card.card--structured .card-list li{font-size:.98rem;line-height:1.55;padding-left:1rem}}.section--compact{padding-top:clamp(2rem,4vw,3.2rem);padding-bottom:clamp(2rem,4vw,3.2rem)}.card-visual{display:inline-flex;align-items:center;justify-content:center;width:2.15rem;height:2.15rem;margin-bottom:1.15rem;border:1px solid rgba(184,151,57,0.48);border-radius:999px;color:var(--gold);font-family:'Cormorant Garamond',serif;font-size:1.12rem;line-height:1;background:rgba(184,151,57,0.055)}.card--structured .card-visual{margin-bottom:1rem;width:2.6rem;height:2.6rem;font-size:1.3rem}.trust-strip{border-top:1px solid rgba(184,151,57,0.18);border-bottom:1px solid rgba(184,151,57,0.18)}.trust-strip__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:rgba(184,151,57,0.26);border:1px solid rgba(184,151,57,0.22)}.trust-strip__item{background:rgba(255,255,255,0.78);padding:1.15rem 1.1rem;min-height:104px;display:flex;flex-direction:column;justify-content:center;gap:0.35rem}.trust-strip__num{display:block;font-family:'Cormorant Garamond',serif;font-size:1.55rem;font-weight:400;line-height:1;color:var(--gold);letter-spacing:0.04em}.trust-strip__item span:last-child{font-size:0.74rem;line-height:1.55;letter-spacing:0.12em;text-transform:uppercase;color:var(--text-soft)}.process-diagram{display:flex;align-items:center;gap:0;margin:2rem 0 2.2rem;background:#0D1B2E;border:1px solid rgba(184,151,57,0.32);padding:0 1rem;border-radius:2px;overflow:hidden}.process-diagram__step{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1.6rem 0.75rem;min-height:130px;border-right:1px solid rgba(184,151,57,0.22);transition:background 0.25s}.process-diagram__step:last-child{border-right:none}.process-diagram__step:hover{background:rgba(184,151,57,0.05)}.process-diagram__step:hover .process-diagram__num{transform:scale(1.05)}.process-diagram__num{font-family:'Cormorant Garamond',serif;font-size:2.6rem;font-weight:600;line-height:1;color:var(--gold);margin-bottom:0.55rem;letter-spacing:0.02em;transition:transform 0.25s ease;display:block}.process-diagram__body strong{display:block;font-family:'Cormorant Garamond',serif;font-size:1.15rem;font-weight:500;color:#F5F1E8;line-height:1.2;margin-bottom:0.35rem}.process-diagram__body em{display:block;font-style:normal;font-size:0.84rem;color:rgba(232,220,196,0.78);line-height:1.45;letter-spacing:0.01em}.process-diagram__arrow{flex:0 0 auto;font-size:1.4rem;color:var(--gold);opacity:0.7;padding:0 0.1rem;line-height:1}.ux-note{margin:0 0 2.25rem;padding:1.4rem 1.55rem;border:1px solid rgba(184,151,57,0.32);border-left:3px solid var(--gold);background:rgba(184,151,57,0.07)}.ux-note__label{display:block;margin-bottom:0.6rem;font-size:0.73rem;font-weight:600;letter-spacing:0.2em;text-transform:uppercase;color:var(--gold)}.ux-note p{margin:0;color:var(--text);line-height:1.72}html.theme-dark .card-visual{border-color:rgba(212,184,90,0.55);color:#D4B85A;background:rgba(212,184,90,0.08)}html.theme-dark .trust-strip{border-color:rgba(212,184,90,0.24)}html.theme-dark .trust-strip__grid{background:rgba(212,184,90,0.22);border-color:rgba(212,184,90,0.28)}html.theme-dark .trust-strip__item{background:rgba(17,31,52,0.92)}html.theme-dark .trust-strip__num{color:var(--gold)}html.theme-dark .trust-strip__item span:last-child{color:rgba(232,220,196,0.78)}html.theme-dark .ux-note{background:rgba(17,31,52,0.92);border-color:rgba(212,184,90,0.34);border-left-color:#D4B85A}html.theme-dark .ux-note p{color:rgba(232,220,196,0.86)}@media (max-width:1023px){.trust-strip__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.process-diagram{flex-wrap:wrap;padding:0 0.5rem}.process-diagram__step{flex:1 1 40%;min-height:110px;border-right:none}.process-diagram__step:nth-child(n+3){border-top:1px solid rgba(184,151,57,0.32)}.process-diagram__arrow{display:none}}@media (max-width:767px){.card-visual{width:2rem;height:2rem;margin-bottom:0.95rem}.trust-strip__grid{grid-template-columns:1fr}.trust-strip__item{min-height:auto;padding:1rem 1.1rem;text-align:center}.trust-strip__item span:last-child{letter-spacing:0.07em;max-width:26rem;margin-left:auto;margin-right:auto;display:block}.process-diagram{flex-direction:column;padding:0.5rem}.process-diagram__step{flex:none;width:100%;min-height:auto;padding:1.1rem 1rem;border-right:none;border-top:none}.process-diagram__step:nth-child(n+2){border-top:1px solid rgba(184,151,57,0.18)}.ux-note{padding:1.2rem 1.25rem;margin-bottom:1.8rem}}.card,.profile-card,.who-card,.guide .card,.card--resource{overflow-wrap:normal;word-break:normal;hyphens:none}.card h3,.card--resource h3,.guide .card h3{text-wrap:balance;overflow-wrap:normal;word-break:normal;hyphens:none}.guide .cards{grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));align-items:stretch}.guide .card,.card--resource{padding:clamp(1.8rem,2.3vw,2.25rem);min-height:0}.guide .card h3,.card--resource h3{font-size:clamp(0.88rem,1.05vw,1rem);line-height:1.35;letter-spacing:0.14em;margin-bottom:1rem}.guide .card p,.card--resource p{font-family:'Jost',sans-serif;font-size:clamp(0.92rem,1.02vw,0.98rem);font-weight:400;line-height:1.72;letter-spacing:0.01em}.guide .card__cta,.card--resource .card__cta{font-size:0.72rem;line-height:1.45;letter-spacing:0.18em}.service-card p,.service-card li,.card.service-card p,.card.service-card li{font-size:clamp(0.94rem,1vw,1rem);line-height:1.72;font-weight:400}.service-card h3,.card.service-card h3{letter-spacing:0.14em;line-height:1.35}@media (min-width:768px) and (max-width:1180px){.guide .cards{grid-template-columns:repeat(2,minmax(280px,1fr))}}@media (max-width:767px){.guide .card,.card--resource{padding:1.55rem 1.35rem}.guide .card h3,.card--resource h3,.service-card h3,.card.service-card h3{font-size:0.84rem;line-height:1.38;letter-spacing:0.12em}.guide .card p,.card--resource p,.service-card p,.service-card li,.card.service-card p,.card.service-card li{font-size:0.98rem;line-height:1.68}}@media (min-width:1100px){.contact-grid{grid-template-columns:minmax(560px,1.38fr) minmax(360px,1fr);gap:clamp(3rem,4vw,4.5rem);align-items:start}.contact-form-wrap{padding:2.7rem 2.35rem}textarea.form-control{min-height:165px}.contact-info-panel{max-width:100%}}@media (min-width:768px) and (max-width:1099px){.contact-grid{grid-template-columns:1fr;gap:2.5rem}}.page-hero__eyebrow{animation:fadeUp 0.6s ease-out 0.1s both}.page-hero__title{animation:fadeUp 0.7s ease-out 0.22s both}.page-hero__lead{animation:fadeUp 0.7s ease-out 0.38s both}.hero__tagline{animation:fadeUp 0.7s ease-out 0.15s both}.hero__subtitle{animation:fadeUp 0.6s ease-out 0.32s both}.hero__content .btn{animation:fadeUp 0.6s ease-out 0.48s both}.hero-statement__tagline{animation:fadeUp 0.7s ease-out 0.1s both}.hero-statement__subtitle{animation:fadeUp 0.6s ease-out 0.3s both}.fade-in.is-visible{animation:fadeUp 0.5s cubic-bezier(0.22,1,0.36,1) both}.card:hover{box-shadow:0 12px 32px rgba(18,34,58,0.10)}.profile-card:hover,.who-card:hover{box-shadow:0 12px 32px rgba(18,34,58,0.10)}.faq-item{transition:border-color 0.2s ease}.faq-item:hover{border-color:rgba(184,151,57,0.45)}.btn{transition:all 0.25s ease}.contact-link--primary{transition:background-color 0.25s ease,transform 0.25s ease,box-shadow 0.25s ease}.faq-answer{animation:none;overflow:hidden}details[open] .faq-answer{animation:faqReveal 0.32s cubic-bezier(0.22,1,0.36,1) both}@keyframes faqReveal{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}details summary .faq-icon{transition:transform 0.28s cubic-bezier(0.22,1,0.36,1),color 0.2s ease}@media (prefers-reduced-motion:reduce){.page-hero__eyebrow,.page-hero__title,.page-hero__lead,.hero__tagline,.hero__subtitle,.hero__content .btn,.hero-statement__tagline,.hero-statement__subtitle,.fade-in.is-visible,details[open] .faq-answer{animation:none}.btn,.card,.profile-card,.who-card,.contact-link--primary,.faq-item{transition:none}}@media (max-width:767px){.section{padding-top:2.8rem;padding-bottom:2.8rem}.section--compact{padding-top:2rem;padding-bottom:2rem}}@media (max-width:699px){.compare-wrap{position:relative}.compare-wrap::after{content:'';position:sticky;right:0;top:0;display:block;width:48px;height:100%;margin-left:-48px;background:linear-gradient(to left,var(--cream-bg,#F5F1E8) 0%,transparent 100%);pointer-events:none;float:right;shape-outside:none}}@media (max-width:767px){.contact-actions .contact-link{width:100%;display:block;text-align:center;box-sizing:border-box}}@media (max-width:767px){.page-hero{padding-top:calc(var(--header-h) + 2.5rem);padding-bottom:2.8rem}}@media (hover:hover) and (pointer:fine){.card:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(18,34,58,0.10)}.profile-card:hover,.who-card:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(18,34,58,0.10)}.principle:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(18,34,58,0.09)}.pillar:hover{background:rgba(255,255,255,0.07)}.pillar:hover::after{width:100%;left:0;transform:none}.pillar:hover .pillar__name{color:var(--gold)}.sector-tag:hover{background:var(--navy);color:var(--cream);border-color:var(--navy);transform:translateY(-2px)}.btn:hover{transform:translateY(-2px)}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(184,151,57,0.35)}.btn-submit:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(184,151,57,0.35)}.contact-link--primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(184,151,57,0.30)}.legal-block:hover{transform:translateY(-1px)}.profile-card:hover,.who-card:hover{box-shadow:0 8px 28px rgba(18,34,58,0.09);transform:translateY(-2px)}}@media (hover:none){.card,.profile-card,.who-card,.principle,.btn,.btn--primary,.btn-submit,.contact-link--primary,.legal-block,.sector-tag,.pillar{transform:none!important}}@media (max-width:767px){.cards .fade-in:nth-child(n),.profiles-grid .fade-in:nth-child(n),.who-grid .fade-in:nth-child(n),.principles-grid .fade-in:nth-child(n),.stats-grid .fade-in:nth-child(n){animation-delay:0s}.cards .fade-in:nth-child(2),.profiles-grid .fade-in:nth-child(2),.who-grid .fade-in:nth-child(2),.principles-grid .fade-in:nth-child(2),.stats-grid .fade-in:nth-child(2){animation-delay:0.08s}.cards .fade-in:nth-child(3),.profiles-grid .fade-in:nth-child(3),.who-grid .fade-in:nth-child(3),.principles-grid .fade-in:nth-child(3),.stats-grid .fade-in:nth-child(3){animation-delay:0.16s}.cards .fade-in:nth-child(n+4),.profiles-grid .fade-in:nth-child(n+4),.who-grid .fade-in:nth-child(n+4),.stats-grid .fade-in:nth-child(n+4){animation-delay:0.24s}}@media (max-width:380px){.section,.page-hero{padding-left:1.1rem;padding-right:1.1rem}}details summary .faq-icon{min-width:44px;display:inline-flex;align-items:center;justify-content:center}@media (max-width:767px){.footer-nav,.footer-contact{border-top:1px solid rgba(184,151,57,0.18);padding-top:2rem}}@media (max-width:767px){.principle{padding:1.5rem 1.35rem 1.5rem 1.5rem}}@media (min-width:768px){.mandate-steps{padding:2rem 2.5rem 2.5rem}.mandate-steps__list{grid-template-columns:repeat(5,1fr)}.mandate-steps__item{flex-direction:column;gap:0.6rem;padding:0 1.5rem 0 1.5rem;border-top:none;border-left:1px solid rgba(184,151,57,0.2)}.mandate-steps__item:first-child{border-left:none;padding-left:0}.mandate-steps__num{font-size:2rem;opacity:0.55}}html.theme-dark .mandate-steps{background:#050D19;border-top-color:var(--gold)}