.page-ethics {
    background: var(--bg);
}

.eth-hero {
    position: relative;
    overflow: hidden;
    min-height: 850px;
    color: var(--text);
    background: #020a12;
}

.eth-hero-art,
.eth-hero-grid {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.eth-hero-art {
    opacity: .74;
    background:
        linear-gradient(90deg, #020a12 0%, rgba(2, 10, 18, .98) 43%, rgba(2, 10, 18, .62) 74%, rgba(2, 10, 18, .94) 100%),
        url("../img/home-jobs-background.webp") 72% center / cover no-repeat;
}

.eth-hero-grid {
    opacity: .19;
    background-image:
        linear-gradient(rgba(17, 191, 255, .15) 1px, transparent 1px),
        linear-gradient(90deg, rgba(17, 191, 255, .15) 1px, transparent 1px);
    background-size: 68px 68px;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 39%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 39%, #000 100%);
}

.eth-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(430px, .95fr);
    grid-template-rows: auto 1fr;
    gap: 0 clamp(48px, 7vw, 112px);
    min-height: 720px;
    padding-top: 34px;
    padding-bottom: 62px;
}

.eth-hero .breadcrumbs {
    grid-column: 1 / -1;
}

.eth-hero-copy {
    align-self: center;
    max-width: 760px;
    padding: clamp(48px, 7vh, 86px) 0;
}

.eth-kicker {
    display: inline-block;
    margin-bottom: 24px;
    color: var(--cyan);
    font-size: .72rem;
    font-weight: 760;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.eth-hero h1 {
    max-width: 760px;
    margin: 0;
    color: var(--text);
    font-size: clamp(3.5rem, 6vw, 5.75rem);
    font-weight: 680;
    letter-spacing: -.04em;
    line-height: .97;
    text-wrap: balance;
}

.eth-hero-copy > p {
    max-width: 680px;
    margin: 32px 0 0;
    color: #d2dee5;
    font-size: clamp(1rem, 1.22vw, 1.16rem);
    line-height: 1.72;
}

.eth-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 36px;
}

.eth-version {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 26px;
    color: #9fb2bc;
    font-size: .72rem;
}

.eth-version span {
    color: var(--cyan);
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.eth-version strong {
    font-weight: 520;
}

.eth-compass {
    position: relative;
    align-self: center;
    min-width: 0;
}

.eth-compass svg {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
}

.eth-field {
    fill: url("#eth-field");
}

.eth-ring,
.eth-cross,
.eth-diamond {
    fill: none;
}

.eth-ring {
    stroke: rgba(93, 214, 255, .36);
}

.eth-ring-outer {
    stroke-dasharray: 6 11;
    animation: eth-spin 36s linear infinite;
    transform-origin: 300px 300px;
}

.eth-ring-inner {
    stroke: rgba(142, 234, 53, .48);
    stroke-dasharray: 2 8;
    animation: eth-spin-reverse 22s linear infinite;
    transform-origin: 300px 300px;
}

.eth-cross {
    stroke: rgba(128, 181, 205, .2);
    stroke-width: 1;
}

.eth-diamond {
    stroke: url("#eth-axis");
    stroke-width: 2;
    opacity: .72;
}

.eth-node circle:first-child {
    fill: #041522;
    stroke: rgba(17, 191, 255, .72);
    stroke-width: 2;
}

.eth-node circle:last-child {
    fill: var(--green);
}

.eth-node {
    animation: eth-node 3.4s ease-in-out infinite;
}

.eth-node-right { animation-delay: .45s; }
.eth-node-bottom { animation-delay: .9s; }
.eth-node-left { animation-delay: 1.35s; }

.eth-core circle {
    fill: rgba(4, 21, 34, .92);
    stroke: url("#eth-axis");
    stroke-width: 2;
}

.eth-core path:first-of-type {
    fill: rgba(5, 25, 40, .95);
    stroke: var(--cyan);
    stroke-width: 2;
}

.eth-core path:last-of-type {
    fill: none;
    stroke: var(--green);
    stroke-linecap: square;
    stroke-linejoin: miter;
    stroke-width: 7;
}

.eth-compass ol {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin: -12px 0 0;
    padding: 0;
    list-style: none;
}

.eth-compass li {
    display: grid;
    gap: 7px;
    color: #d8e5eb;
    font-size: .67rem;
    font-weight: 660;
    letter-spacing: .05em;
    text-align: center;
    text-transform: uppercase;
}

.eth-compass li span {
    color: var(--cyan);
    font-size: .58rem;
}

@keyframes eth-spin {
    to { transform: rotate(360deg); }
}

@keyframes eth-spin-reverse {
    to { transform: rotate(-360deg); }
}

@keyframes eth-node {
    0%, 100% { opacity: .68; }
    50% { opacity: 1; }
}

.eth-signal-strip {
    position: relative;
    z-index: 3;
    border-top: 1px solid rgba(128, 181, 205, .24);
    border-bottom: 1px solid rgba(128, 181, 205, .2);
    background: rgba(3, 17, 28, .96);
}

.eth-signal-strip .container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.eth-signal-strip .container > div {
    min-height: 116px;
    padding: 25px clamp(18px, 2.15vw, 34px);
    border-right: 1px solid rgba(128, 181, 205, .2);
}

.eth-signal-strip .container > div:last-child {
    border-right: 0;
}

.eth-signal-strip strong,
.eth-signal-strip span {
    display: block;
}

.eth-signal-strip strong {
    margin-bottom: 8px;
    color: var(--text);
    font-size: .8rem;
}

.eth-signal-strip span {
    color: #9fb2bc;
    font-size: .78rem;
    line-height: 1.55;
}

.eth-main {
    color: var(--ink);
    background: var(--paper);
}

.eth-main h2 {
    margin: 0;
    font-size: clamp(2.3rem, 4.7vw, 4.9rem);
    font-weight: 680;
    letter-spacing: -.04em;
    line-height: 1;
}

.eth-main h3 {
    margin: 0;
    font-weight: 680;
    letter-spacing: -.025em;
    line-height: 1.2;
}

.eth-main p {
    color: var(--ink-muted);
    line-height: 1.74;
}

.eth-charter {
    padding: clamp(76px, 9vw, 138px) 0;
    background: #f4f7f8;
}

.eth-charter-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    gap: clamp(54px, 9vw, 150px);
    align-items: start;
}

.eth-charter-copy {
    display: grid;
    grid-template-columns: 112px 1fr;
    gap: clamp(28px, 4vw, 56px);
}

.eth-seal {
    display: grid;
    place-items: center;
    align-self: start;
    width: 112px;
    height: 112px;
    border: 1px solid var(--cyan-deep);
    border-radius: 50%;
    color: var(--cyan-deep);
    font-size: .75rem;
    font-weight: 760;
    letter-spacing: .1em;
    line-height: 1.35;
    text-align: center;
}

.eth-charter-copy p {
    max-width: 650px;
    margin: 30px 0 0;
    font-size: 1.05rem;
}

.eth-charter-scope {
    margin: 0;
    border-top: 1px solid var(--light-line);
}

.eth-charter-scope > div {
    display: grid;
    grid-template-columns: 145px 1fr;
    gap: 28px;
    padding: 28px 0;
    border-bottom: 1px solid var(--light-line);
}

.eth-charter-scope dt {
    color: var(--cyan-deep);
    font-size: .72rem;
    font-weight: 760;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.eth-charter-scope dd {
    margin: 0;
    color: var(--ink);
    line-height: 1.7;
}

.eth-principles {
    padding: clamp(90px, 10vw, 154px) 0;
    color: var(--text);
    background:
        linear-gradient(rgba(17, 191, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(17, 191, 255, .035) 1px, transparent 1px),
        #03101b;
    background-size: 72px 72px;
}

.eth-section-head,
.eth-decision-head,
.eth-framework-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .68fr);
    gap: clamp(48px, 10vw, 170px);
    align-items: end;
    padding-bottom: clamp(50px, 6vw, 82px);
}

.eth-principles h2,
.eth-domain-cyber h2,
.eth-domain-partners h2,
.eth-conflicts h2,
.eth-reporting h2,
.eth-framework h2 {
    color: var(--text);
}

.eth-principles .eth-section-head p,
.eth-domain-cyber p,
.eth-domain-partners .eth-section-head p,
.eth-conflicts .eth-section-head p,
.eth-reporting p,
.eth-framework p {
    color: #b8c8d0;
}

.eth-section-head p,
.eth-decision-head p,
.eth-framework-head p {
    max-width: 680px;
    margin: 0;
    font-size: 1.02rem;
}

.eth-principles-list {
    border-top: 1px solid rgba(128, 181, 205, .3);
}

.eth-principles-list article {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr) minmax(220px, .44fr);
    gap: clamp(28px, 5vw, 82px);
    align-items: start;
    padding: 36px 0;
    border-bottom: 1px solid rgba(128, 181, 205, .24);
}

.eth-principles-list article > span {
    color: var(--cyan);
    font-size: .78rem;
    font-weight: 760;
}

.eth-principles-list h3 {
    color: var(--text);
    font-size: clamp(1.25rem, 1.7vw, 1.62rem);
}

.eth-principles-list p {
    max-width: 730px;
    margin: 11px 0 0;
    color: #adbec7;
}

.eth-principles-list strong {
    color: var(--green);
    font-size: .78rem;
    font-weight: 650;
    line-height: 1.55;
}

.eth-decision {
    padding: clamp(90px, 10vw, 154px) 0;
    background: #eef4f6;
}

.eth-gates {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--light-line);
    border-bottom: 1px solid var(--light-line);
    list-style: none;
}

.eth-gates li {
    position: relative;
    min-height: 315px;
    padding: 34px clamp(20px, 2.3vw, 38px);
    border-right: 1px solid var(--light-line);
}

.eth-gates li:last-child {
    border-right: 0;
}

.eth-gates li:not(:last-child)::after {
    content: "→";
    position: absolute;
    top: 31px;
    right: -10px;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    color: var(--cyan-deep);
    background: #eef4f6;
    font-size: .9rem;
}

.eth-gates span {
    display: block;
    margin-bottom: 52px;
    color: var(--cyan-deep);
    font-size: .72rem;
    font-weight: 760;
}

.eth-gates h3 {
    min-height: 50px;
    font-size: 1.14rem;
}

.eth-gates p {
    margin: 18px 0 0;
    font-size: .9rem;
}

.eth-stop {
    display: grid;
    grid-template-columns: minmax(220px, .34fr) 1fr;
    gap: clamp(30px, 6vw, 92px);
    margin-top: 42px;
    padding: 30px clamp(24px, 3.5vw, 52px);
    border: 1px solid #dfa16d;
    background: rgba(255, 179, 106, .08);
}

.eth-stop strong {
    color: #9f4e17;
    font-size: 1.05rem;
}

.eth-stop p {
    margin: 0;
}

.eth-domain {
    padding: clamp(90px, 10vw, 154px) 0;
}

.eth-domain-cyber {
    color: var(--text);
    background: #020a12;
}

.eth-domain-grid {
    display: grid;
    grid-template-columns: minmax(0, .72fr) minmax(460px, 1.28fr);
    gap: clamp(70px, 12vw, 190px);
}

.eth-domain-head > span {
    display: inline-block;
    margin-bottom: 30px;
    color: var(--cyan);
    font-size: .72rem;
    font-weight: 760;
    letter-spacing: .12em;
}

.eth-domain-head p {
    max-width: 590px;
    margin: 30px 0;
}

.eth-domain-rules {
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(128, 181, 205, .28);
    list-style: none;
    counter-reset: cyber-rule;
}

.eth-domain-rules li {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 20px;
    padding: 25px 0;
    border-bottom: 1px solid rgba(128, 181, 205, .22);
    color: #c7d6dd;
    line-height: 1.68;
    counter-increment: cyber-rule;
}

.eth-domain-rules li::before {
    content: counter(cyber-rule, decimal-leading-zero);
    color: var(--cyan);
    font-size: .72rem;
    font-weight: 760;
}

.eth-domain-ai {
    background: #f4f7f8;
}

.eth-ai-map {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    border-top: 1px solid var(--light-line);
}

.eth-ai-map article {
    grid-column: span 4;
    min-height: 310px;
    padding: 34px clamp(22px, 3vw, 44px);
    border-right: 1px solid var(--light-line);
    border-bottom: 1px solid var(--light-line);
}

.eth-ai-map article:nth-child(3n) {
    border-right: 0;
}

.eth-ai-map article:nth-child(4),
.eth-ai-map article:nth-child(5) {
    grid-column: span 6;
}

.eth-ai-map article:nth-child(5) {
    border-right: 0;
}

.eth-ai-map article > span {
    display: inline-grid;
    place-items: center;
    min-width: 54px;
    min-height: 32px;
    margin-bottom: 62px;
    border: 1px solid var(--cyan-deep);
    color: var(--cyan-deep);
    font-size: .65rem;
    font-weight: 760;
    letter-spacing: .08em;
}

.eth-ai-map h3 {
    font-size: clamp(1.2rem, 1.65vw, 1.55rem);
}

.eth-ai-map p {
    margin: 18px 0 0;
}

.eth-ai-note {
    max-width: 980px;
    margin: 42px 0 0;
    padding-top: 26px;
    border-top: 1px solid var(--light-line);
    font-weight: 620;
}

.eth-domain-youth {
    background: #e8f1f4;
}

.eth-youth-grid {
    display: grid;
    grid-template-columns: minmax(0, .72fr) minmax(470px, 1.28fr);
    gap: clamp(70px, 12vw, 190px);
}

.eth-youth-copy {
    position: sticky;
    top: calc(var(--header-h) + 54px);
    align-self: start;
}

.eth-youth-copy p {
    max-width: 570px;
    margin: 30px 0 0;
    font-size: 1.02rem;
}

.eth-youth-rules {
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--light-line);
    list-style: none;
}

.eth-youth-rules li {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 26px;
    padding: 30px 0;
    border-bottom: 1px solid var(--light-line);
}

.eth-youth-rules li > span {
    color: var(--cyan-deep);
    font-size: .72rem;
    font-weight: 760;
}

.eth-youth-rules h3 {
    font-size: 1.16rem;
}

.eth-youth-rules p {
    margin: 10px 0 0;
}

.eth-domain-partners {
    color: var(--text);
    background:
        radial-gradient(circle at 78% 30%, rgba(17, 191, 255, .1), transparent 30%),
        #03101b;
}

.eth-partner-table {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 40px;
    border-top: 1px solid rgba(128, 181, 205, .28);
}

.eth-partner-table article {
    display: grid;
    grid-template-columns: minmax(170px, .42fr) 1fr;
    gap: 32px;
    min-height: 170px;
    padding: 32px clamp(22px, 3vw, 42px);
    border-right: 1px solid rgba(128, 181, 205, .22);
    border-bottom: 1px solid rgba(128, 181, 205, .22);
}

.eth-partner-table article:nth-child(2n) {
    border-right: 0;
}

.eth-partner-table h3 {
    color: var(--text);
    font-size: 1.12rem;
}

.eth-partner-table p {
    margin: 0;
    color: #adbec7;
}

.eth-publications {
    padding: clamp(90px, 10vw, 154px) 0;
    background: #f4f7f8;
}

.eth-publications-grid {
    display: grid;
    grid-template-columns: minmax(0, .72fr) minmax(460px, 1.28fr);
    gap: clamp(70px, 12vw, 190px);
}

.eth-publications-copy p {
    max-width: 570px;
    margin: 30px 0 0;
}

.eth-publication-standards {
    margin: 0;
    border-top: 1px solid var(--light-line);
}

.eth-publication-standards > div {
    display: grid;
    grid-template-columns: minmax(170px, .38fr) 1fr;
    gap: 34px;
    padding: 30px 0;
    border-bottom: 1px solid var(--light-line);
}

.eth-publication-standards dt {
    color: var(--ink);
    font-weight: 680;
}

.eth-publication-standards dd {
    margin: 0;
    color: var(--ink-muted);
    line-height: 1.7;
}

.eth-conflicts {
    padding: clamp(90px, 10vw, 154px) 0;
    color: var(--text);
    background: #020a12;
}

.eth-conflict-flow {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(128, 181, 205, .28);
    list-style: none;
}

.eth-conflict-flow li {
    min-height: 300px;
    padding: 34px clamp(22px, 3vw, 42px);
    border-right: 1px solid rgba(128, 181, 205, .22);
    border-bottom: 1px solid rgba(128, 181, 205, .22);
}

.eth-conflict-flow li:last-child {
    border-right: 0;
}

.eth-conflict-flow span {
    display: block;
    margin-bottom: 68px;
    color: var(--cyan);
    font-size: .72rem;
    font-weight: 760;
}

.eth-conflict-flow h3 {
    color: var(--text);
    font-size: 1.25rem;
}

.eth-conflict-flow p {
    margin: 16px 0 0;
    color: #adbec7;
}

.eth-reporting {
    padding: clamp(90px, 10vw, 154px) 0;
    color: var(--text);
    background:
        linear-gradient(90deg, rgba(17, 191, 255, .07), transparent 40%),
        #041522;
}

.eth-reporting-grid {
    display: grid;
    grid-template-columns: minmax(0, .75fr) minmax(480px, 1.25fr);
    gap: clamp(70px, 12vw, 190px);
}

.eth-reporting-copy {
    position: sticky;
    top: calc(var(--header-h) + 54px);
    align-self: start;
}

.eth-reporting-copy > p {
    max-width: 580px;
    margin: 30px 0;
}

.eth-email {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px 22px;
    margin-top: 36px;
    padding: 26px 0;
    border-top: 1px solid rgba(17, 191, 255, .55);
    border-bottom: 1px solid rgba(17, 191, 255, .55);
}

.eth-email > span:first-child {
    grid-column: 1 / -1;
    color: #9fb2bc;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.eth-email strong {
    color: var(--cyan);
    font-size: clamp(1.12rem, 1.7vw, 1.48rem);
    overflow-wrap: anywhere;
}

.eth-email > span:last-child {
    color: var(--green);
}

.eth-channel-note {
    margin: 18px 0 0 !important;
    font-size: .84rem;
}

.eth-report-process > ol {
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(128, 181, 205, .28);
    list-style: none;
}

.eth-report-process > ol li {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 26px;
    padding: 30px 0;
    border-bottom: 1px solid rgba(128, 181, 205, .22);
}

.eth-report-process > ol li > span {
    color: var(--cyan);
    font-size: .72rem;
    font-weight: 760;
}

.eth-report-process h3 {
    color: var(--text);
    font-size: 1.14rem;
}

.eth-report-process p {
    margin: 10px 0 0;
}

.eth-response-times {
    margin: 42px 0 0;
    border-top: 1px solid rgba(142, 234, 53, .4);
}

.eth-response-times > div {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 28px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(128, 181, 205, .22);
}

.eth-response-times dt {
    color: #b8c8d0;
}

.eth-response-times dd {
    margin: 0;
    color: var(--green);
    font-weight: 680;
    text-align: right;
}

.eth-accountability {
    padding: clamp(90px, 10vw, 154px) 0;
    background: #eef4f6;
}

.eth-accountability-grid {
    display: grid;
    grid-template-columns: minmax(0, .72fr) minmax(460px, 1.28fr);
    gap: clamp(70px, 12vw, 190px);
}

.eth-accountability-copy p {
    max-width: 580px;
    margin: 30px 0 0;
}

.eth-measures {
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--light-line);
    list-style: none;
    counter-reset: measure;
}

.eth-measures li {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 20px;
    padding: 24px 0;
    border-bottom: 1px solid var(--light-line);
    color: var(--ink);
    counter-increment: measure;
}

.eth-measures li::before {
    content: counter(measure, decimal-leading-zero);
    color: var(--cyan-deep);
    font-size: .72rem;
    font-weight: 760;
}

.eth-review {
    margin: 36px 0 0;
    padding: 26px 0;
    border-top: 1px solid var(--cyan-deep);
    border-bottom: 1px solid var(--cyan-deep);
    font-weight: 620;
}

.eth-framework {
    padding: clamp(90px, 10vw, 154px) 0;
    color: var(--text);
    background:
        radial-gradient(circle at 85% 25%, rgba(142, 234, 53, .07), transparent 30%),
        #03101b;
}

.eth-framework-links {
    border-top: 1px solid rgba(128, 181, 205, .3);
}

.eth-framework-links a {
    display: grid;
    grid-template-columns: minmax(160px, .28fr) 1fr 28px;
    gap: 30px;
    align-items: center;
    padding: 27px 0;
    border-bottom: 1px solid rgba(128, 181, 205, .24);
}

.eth-framework-links a > span:first-child {
    color: var(--cyan);
    font-size: .72rem;
    font-weight: 760;
    letter-spacing: .06em;
}

.eth-framework-links strong {
    color: var(--text);
    font-weight: 620;
}

.eth-framework-links a > span:last-child {
    color: var(--green);
    text-align: right;
}

.eth-framework-links a:hover strong {
    color: var(--cyan-soft);
}

.eth-faq {
    padding: clamp(90px, 10vw, 154px) 0;
    background: #f4f7f8;
}

.eth-faq-grid {
    display: grid;
    grid-template-columns: minmax(0, .68fr) minmax(480px, 1.32fr);
    gap: clamp(70px, 12vw, 190px);
}

.eth-faq-head {
    position: sticky;
    top: calc(var(--header-h) + 54px);
    align-self: start;
}

.eth-faq-head p {
    max-width: 560px;
    margin: 30px 0 0;
}

.eth-faq-list {
    border-top: 1px solid var(--light-line);
}

.eth-faq-list details {
    border-bottom: 1px solid var(--light-line);
}

.eth-faq-list summary {
    display: grid;
    grid-template-columns: 1fr 28px;
    gap: 28px;
    align-items: center;
    padding: 27px 0;
    color: var(--ink);
    font-weight: 680;
    cursor: pointer;
    list-style: none;
}

.eth-faq-list summary::-webkit-details-marker {
    display: none;
}

.eth-faq-list summary::marker {
    content: "";
}

.eth-faq-list summary span {
    color: var(--cyan-deep);
    font-size: 1.35rem;
    font-weight: 400;
    transition: transform .25s var(--ease);
}

.eth-faq-list details[open] summary span {
    transform: rotate(45deg);
}

.eth-faq-list details p {
    max-width: 720px;
    margin: -4px 54px 28px 0;
}

.eth-final {
    padding: clamp(74px, 8vw, 124px) 0;
    border-top: 1px solid rgba(128, 181, 205, .22);
    color: var(--text);
    background: #020a12;
}

.eth-final-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: clamp(54px, 10vw, 160px);
    align-items: end;
}

.eth-final h2 {
    max-width: 850px;
    margin: 0;
    font-size: clamp(2.3rem, 4.6vw, 4.8rem);
    font-weight: 680;
    letter-spacing: -.04em;
    line-height: 1;
}

.eth-final p {
    max-width: 750px;
    margin: 28px 0 0;
    color: #b8c8d0;
    line-height: 1.72;
}

.eth-final nav {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 280px;
}

@media (max-width: 1120px) {
    .eth-hero-inner {
        grid-template-columns: minmax(0, 1fr) minmax(350px, .72fr);
        gap: 0 34px;
    }
    .eth-hero h1 {
        font-size: clamp(3.25rem, 6.8vw, 5.2rem);
    }
    .eth-gates {
        grid-template-columns: repeat(3, 1fr);
    }
    .eth-gates li {
        border-bottom: 1px solid var(--light-line);
    }
    .eth-gates li:nth-child(3) {
        border-right: 0;
    }
    .eth-gates li:nth-child(3)::after,
    .eth-gates li:last-child::after {
        display: none;
    }
    .eth-gates li:nth-child(n+4) {
        border-bottom: 0;
    }
    .eth-gates li:last-child {
        border-right: 1px solid var(--light-line);
    }
    .eth-ai-map article {
        grid-column: span 6;
    }
    .eth-ai-map article:nth-child(3n) {
        border-right: 1px solid var(--light-line);
    }
    .eth-ai-map article:nth-child(2n) {
        border-right: 0;
    }
    .eth-ai-map article:last-child {
        grid-column: 1 / -1;
        border-right: 0;
    }
}

@media (max-width: 860px) {
    .eth-hero {
        min-height: 900px;
    }
    .eth-hero-inner {
        grid-template-columns: 1fr;
        min-height: 770px;
    }
    .eth-hero-copy {
        position: relative;
        z-index: 2;
        padding: 52px 0 150px;
    }
    .eth-compass {
        position: absolute;
        right: -130px;
        bottom: -32px;
        width: 530px;
        opacity: .34;
    }
    .eth-compass ol {
        display: none;
    }
    .eth-signal-strip .container {
        grid-template-columns: 1fr 1fr;
    }
    .eth-signal-strip .container > div:nth-child(2) {
        border-right: 0;
    }
    .eth-signal-strip .container > div:nth-child(-n+2) {
        border-bottom: 1px solid rgba(128, 181, 205, .2);
    }
    .eth-signal-strip .container > div:nth-child(3) {
        padding-left: 0;
    }
    .eth-charter-grid,
    .eth-section-head,
    .eth-decision-head,
    .eth-domain-grid,
    .eth-youth-grid,
    .eth-publications-grid,
    .eth-reporting-grid,
    .eth-accountability-grid,
    .eth-framework-head,
    .eth-faq-grid,
    .eth-final-inner {
        grid-template-columns: 1fr;
        gap: 42px;
    }
    .eth-principles-list article {
        grid-template-columns: 52px 1fr;
        gap: 24px;
    }
    .eth-principles-list strong {
        grid-column: 2;
    }
    .eth-youth-copy,
    .eth-reporting-copy,
    .eth-faq-head {
        position: static;
    }
    .eth-partner-table {
        grid-template-columns: 1fr;
    }
    .eth-partner-table article {
        border-right: 0;
    }
    .eth-conflict-flow {
        grid-template-columns: 1fr 1fr;
    }
    .eth-conflict-flow li:nth-child(2) {
        border-right: 0;
    }
    .eth-conflict-flow li:nth-child(-n+2) {
        border-bottom: 1px solid rgba(128, 181, 205, .22);
    }
    .eth-conflict-flow li:last-child {
        border-right: 0;
    }
    .eth-final nav {
        align-items: flex-start;
    }
}

@media (max-width: 590px) {
    .eth-hero {
        min-height: 940px;
    }
    .eth-hero-inner {
        min-height: 710px;
        padding-top: 22px;
        padding-bottom: 34px;
    }
    .eth-hero h1 {
        font-size: clamp(2.65rem, 12.2vw, 4rem);
        overflow-wrap: anywhere;
        hyphens: manual; /* pas de cesure automatique dans les titres : elle coupait les intitules en capitales (RE-/CONNAITRE) */
    }
    .eth-hero-actions {
        display: grid;
    }
    .eth-compass {
        right: -220px;
        bottom: -46px;
        width: 520px;
    }
    .eth-signal-strip .container {
        grid-template-columns: 1fr;
    }
    .eth-signal-strip .container > div,
    .eth-signal-strip .container > div:nth-child(3) {
        min-height: 0;
        padding: 20px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(128, 181, 205, .2);
    }
    .eth-signal-strip .container > div:last-child {
        border-bottom: 0;
    }
    .eth-main h2,
    .eth-main h3,
    .eth-final h2 {
        overflow-wrap: anywhere;
        hyphens: none;
    }
    .eth-charter-copy {
        grid-template-columns: 1fr;
    }
    .eth-seal {
        width: 88px;
        height: 88px;
    }
    .eth-charter-scope > div {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .eth-principles-list article {
        grid-template-columns: 1fr;
    }
    .eth-principles-list strong {
        grid-column: auto;
    }
    .eth-gates {
        grid-template-columns: 1fr;
    }
    .eth-gates li,
    .eth-gates li:nth-child(n+4),
    .eth-gates li:last-child {
        min-height: 0;
        padding: 26px 0;
        border-right: 0;
        border-bottom: 1px solid var(--light-line);
    }
    .eth-gates li:last-child {
        border-bottom: 0;
    }
    .eth-gates li::after {
        display: none !important;
    }
    .eth-gates span {
        margin-bottom: 18px;
    }
    .eth-gates h3 {
        min-height: 0;
    }
    .eth-stop {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .eth-ai-map {
        grid-template-columns: 1fr;
    }
    .eth-ai-map article,
    .eth-ai-map article:nth-child(4),
    .eth-ai-map article:nth-child(5),
    .eth-ai-map article:last-child {
        grid-column: auto;
        min-height: 0;
        padding: 30px 0;
        border-right: 0;
    }
    .eth-ai-map article > span {
        margin-bottom: 28px;
    }
    .eth-youth-rules li,
    .eth-report-process > ol li {
        grid-template-columns: 38px 1fr;
        gap: 16px;
    }
    .eth-partner-table article {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 28px 0;
    }
    .eth-publication-standards > div {
        grid-template-columns: 1fr;
        gap: 9px;
    }
    .eth-conflict-flow {
        grid-template-columns: 1fr;
    }
    .eth-conflict-flow li,
    .eth-conflict-flow li:nth-child(-n+2),
    .eth-conflict-flow li:last-child {
        min-height: 0;
        padding: 28px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(128, 181, 205, .22);
    }
    .eth-conflict-flow li:last-child {
        border-bottom: 0;
    }
    .eth-conflict-flow span {
        margin-bottom: 24px;
    }
    .eth-response-times > div {
        grid-template-columns: 1fr;
        gap: 4px;
    }
    .eth-response-times dd {
        text-align: left;
    }
    .eth-framework-links a {
        grid-template-columns: 1fr 24px;
        gap: 9px 16px;
    }
    .eth-framework-links a > span:first-child {
        grid-column: 1 / -1;
    }
    .eth-faq-list details p {
        margin-right: 0;
    }
    .eth-final nav {
        display: grid;
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .eth-ring-outer,
    .eth-ring-inner,
    .eth-node {
        animation: none;
    }
    .eth-faq-list summary span {
        transition: none;
    }
}
