@import url("https://fonts.googleapis.com/css2?family=Michroma&display=swap");

/* V2.0.1 legibility and brand scale adjustments. */
body { font-size: 17px; }

.v2-nav-wrap { height: 126px; align-items: center; }
.v2-logo img { width: 420px; height: 96px; }
.command-navigation { padding-top: 0; }

.neiklo-menu a.is-current { color: var(--red); }
.neiklo-menu a.is-current::after { right: 0; height: 2px; }
.command-navigation { display: flex; align-items: flex-start; }
.neiklo-session-menu { margin-left: 30px; }
.neiklo-session-control { display: inline-block !important; visibility: visible !important; opacity: 1 !important; border: 0; background: transparent; color: #666 !important; cursor: pointer; font: inherit; font-size: 13px; line-height: 20.8px; padding: 8px 0 !important; text-decoration: none; white-space: nowrap; }
.neiklo-session-control::after { background: #555 !important; }
.neiklo-session-control:hover { color: #aaa !important; }
.global-login-modal .division-modal__dialog { max-width: 440px; }
.global-login-modal .division-modal__dialog h2 { font-family: var(--display) !important; font-size: 30px; }
.global-login-form label { display: grid; gap: 7px; margin: 0 0 14px; color: #999; font-size: 10px; }
.global-login-form input[type="text"], .global-login-form input[type="password"] { width: 100%; border: 1px solid #333; background: #080808; color: #fff; padding: 12px; }
.global-login-form .login-remember label { display: flex; align-items: center; gap: 8px; }
.global-login-form input[type="submit"] { width: 100%; border: 1px solid var(--red); background: var(--red); color: #fff; cursor: pointer; padding: 12px; }

.v2-kicker,
.v2-select,
.division-tile b,
.division-tile em,
.access-form label,
.access-form .login-remember,
.access-help,
.access-form p,
.access-status,
.division-modal__dialog::before,
.newspaper-masthead p,
.news-meta,
.newspaper-masthead div,
.blacklist-row p,
.blacklist-row > i,
.briefing-box > span,
.classified-card span,
.classified-card b { font-size: 11px; }

.v2-intro { font-size: 14px; max-width: 600px; }
.division-tile { min-height: 108px; padding: 16px 14px 13px; }
.division-tile span { font-size: 21px; }
.division-tile small { font-size: 10px; line-height: 1.35; }
.file-header p,
.classified-card p,
.briefing-box p,
.news-card > p:last-child,
.blacklist-row span { font-size: 14px; }

.v2-footer { min-height: 115px; align-items: center; gap: 24px; font-size: 10px; }
.v2-footer img { width: 285px; height: 66px; object-fit: contain; object-position: left center; }

@media (max-width: 900px) {
  .v2-nav-wrap { height: 96px; }
  .v2-logo img { width: 290px; height: 68px; }
  .command-navigation { top: 121px; }
  .command-navigation { display: none; }
  .command-navigation.is-open { display: block; }
  .neiklo-session-menu { margin: 12px 0 0; }
}

@media (max-width: 600px) {
  body { font-size: 15px; }
  .v2-nav-wrap { height: 82px; }
  .v2-logo img { width: 220px; height: 54px; }
  .command-navigation { top: 107px; }
  .v2-footer img { width: 220px; height: 52px; }
}

/* V2.0.2 live layout refinements */
.division-tile em { min-height: 9px; }
.division-tile em strong { color: #fff; font-size: 10px; }
.division-tile em i { font-style: normal; }

@media (min-width: 901px) {
  .v2-classification { padding-left: max(24px, calc((100vw - 1152px) / 2)); padding-right: max(24px, calc((100vw - 1152px) / 2)); }
  .v2-nav-wrap { height: 126px; align-items: flex-start; padding-top: 8px; padding-bottom: 6px; }
  .v2-logo { display: block; flex: 0 0 275px; width: 275px; height: 112px; overflow: hidden; }
  .v2-logo img { display: block; width: 275px; height: 112px; object-fit: contain; object-position: left top; }
  .command-navigation { padding-top: 5px; }
  .v2-home { min-height: auto; padding-top: 46px; padding-bottom: 46px; align-items: start; }
  .v2-operations { align-self: start; }
}

/* V2.1.1 typography system */
:root { --mono: "Michroma", "Arial Black", sans-serif; --display: "Michroma", "Arial Black", sans-serif; }
body, button, input, textarea, select { font-family: var(--mono); font-weight: 400; }
body:not(.wp-admin) :where(#primary-content, .v2-header, .v2-footer) * { font-family: var(--mono) !important; font-weight: 400; }
body:not(.wp-admin) :where(#primary-content, .v2-header, .v2-footer) h1 { font-family: var(--display) !important; font-weight: 400; }
body:not(.wp-admin) :where(#primary-content, .v2-header, .v2-footer) .neiklo-currency-symbol {
  display: inline;
  width: auto;
  color: inherit !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: inherit;
  font-weight: 700 !important;
  line-height: inherit;
}
.division-grid { width: 100%; max-width: 680px; }
.division-tile { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.division-tile span { width: 100%; font-family: var(--display) !important; font-weight: 400; color: #fff !important; font-size: 18px; line-height: 1.12; white-space: normal; overflow-wrap: normal; word-break: normal; }
.division-tile em { line-height: 1.45; }
.access-heading h2 { font-family: var(--display) !important; font-weight: 400; color: #050505; font-size: 24px; line-height: 1.05; margin: 0 0 18px; text-align: center; }
.access-tabs button { font-size: 21px; }
.division-capacity-note { max-width: 620px; margin-top: 18px; border-left: 2px solid var(--red); padding: 12px 15px; color: #999; font-size: 11px; line-height: 1.55; }
.division-capacity-note strong { color: var(--red); }
.access-alert { color: var(--red); font-size: 10px; margin-top: 12px; }
.neiklo-legal-page .entry-content,
.neiklo-legal-page .file-content { font-size: 12px; line-height: 1.6; }
.command-shell { width: 100%; max-width: 1200px; margin-left: auto; margin-right: auto; padding-left: 24px; padding-right: 24px; }
.neiklo-legal-page .hero-band__inner,
.neiklo-legal-page .file-layout { width: 100%; max-width: 1200px; margin-left: auto; margin-right: auto; padding-left: 24px; padding-right: 24px; }
.neiklo-dashboard__toolbar { display: flex; justify-content: flex-end; margin: 0 0 20px; }
.neiklo-dashboard__logout { border: 1px solid var(--red); color: #fff; padding: 9px 14px; text-decoration: none; font-size: 10px; }
.neiklo-dashboard__logout:hover { background: var(--red); }
.neiklo-archive { display: grid; gap: 10px; margin-top: 16px; }
.neiklo-archive__item { border-top: 1px solid #333; padding-top: 12px; }
.neiklo-archive__item a { color: #fff; }
.neiklo-enrollment-panel { margin: 34px 0; padding: 24px; border: 1px solid #333; border-left: 3px solid var(--red); background: #0b0b0b; }
.neiklo-paypal h3 { margin: 6px 0 10px; color: #fff; }
.neiklo-paypal__capacity { color: #b8b8b8; font-size: 12px; letter-spacing: .04em; }
.neiklo-paypal__capacity strong { color: var(--red); font-size: 20px; }
.neiklo-paypal__message { min-height: 20px; color: var(--red); font-size: 11px; }
.neiklo-paypal > div[id^="neiklo-paypal-"] { max-width: 420px; margin-top: 18px; }
.neiklo-dashboard__card form { margin-top: 16px; }
.neiklo-dashboard__card button.neiklo-button { background: transparent; color: #fff; border: 1px solid var(--red); cursor: pointer; }
.neiklo-dashboard__card button.neiklo-button:hover { background: var(--red); }
.v2-footer { max-width: 1200px; min-height: 170px; display: grid; grid-template-columns: 250px 1fr 190px; align-items: start; gap: 28px; }
.v2-footer__brand { display: grid; gap: 8px; }
.v2-footer__brand img { width: 220px; height: 52px; }
.v2-footer__legal { line-height: 1.55; }
.v2-footer__legal p { margin: 0 0 10px; }
.v2-footer a { color: #aaa; text-decoration: none; }
.v2-footer a:hover { color: var(--red); }
.v2-footer__links { display: grid; gap: 10px; text-align: right; }
@media (max-width: 760px) {
  .v2-footer { grid-template-columns: 1fr; min-height: auto; }
  .v2-footer__links { text-align: left; }
}
@media (max-width: 1100px) {
  .v2-home { grid-template-columns: 1fr; gap: 42px; }
  .v2-operations { width: 100%; }
  .access-panel { width: 100%; max-width: 520px; }
}
@media (max-width: 900px) {
  .division-tile span { font-size: 20px; }
}
@media (max-width: 600px) {
  .division-tile span { font-size: 22px; }
}

/* V2.6.0 command-centre redesign */
:root { --paper:#f2f0e9; --signal:#ff1f33; --panel-2:#171818; }
.neiklo-command-centre #primary-content { overflow:hidden; }
.command-hero,.command-section { width:min(1180px,calc(100% - 48px)); margin-inline:auto; }
.command-hero { min-height:650px; display:grid; grid-template-columns:1.08fr .92fr; gap:70px; align-items:center; padding:72px 0 88px; }
.command-eyebrow { margin:0 0 14px; color:var(--red); font-size:10px; line-height:1.5; letter-spacing:.12em; }
.command-hero h1 { margin:0; font-size:clamp(42px,6vw,78px); line-height:1.03; letter-spacing:-.045em; }
.command-hero h1 span { color:var(--red); }
.command-hero__lead { max-width:650px; margin:28px 0; color:#bbb; font-size:15px; line-height:1.75; }
.command-hero__actions { display:flex; flex-wrap:wrap; gap:12px; }
.command-button { display:inline-flex; min-height:46px; align-items:center; justify-content:center; border:1px solid #555; padding:12px 18px; color:#fff; font-size:10px; line-height:1.3; text-decoration:none; transition:.18s ease; }
.command-button:hover { border-color:#fff; background:#fff; color:#050505; }
.command-button--red { border-color:var(--red); background:var(--red); }
.command-button--red:hover { border-color:#fff; }
.command-trust { display:flex; flex-wrap:wrap; gap:10px 22px; margin-top:28px; color:#737676; font-size:8px; }
.command-trust span::before { content:"+"; margin-right:7px; color:var(--red); }
.operation-snapshot { position:relative; border:1px solid #373838; border-top:3px solid var(--red); background:linear-gradient(145deg,#171818,#0c0d0d); padding:34px; box-shadow:20px 20px 0 #080909; }
.operation-snapshot::before { content:""; position:absolute; inset:0; pointer-events:none; opacity:.05; background:repeating-linear-gradient(0deg,#fff 0,#fff 1px,transparent 1px,transparent 5px); }
.operation-snapshot__status { display:flex; justify-content:space-between; border-bottom:1px solid #333; padding-bottom:16px; margin-bottom:28px; color:#888; font-size:9px; }
.operation-snapshot__status b { color:#5cff73; }
.operation-snapshot h2 { margin:14px 0 20px; font-size:26px; line-height:1.35; }
.operation-snapshot>p:not(.command-eyebrow),.operation-snapshot li { color:#aaa; font-size:11px; line-height:1.8; }
.operation-snapshot ul { margin:22px 0 28px; padding:0; list-style:none; }
.operation-snapshot li { border-top:1px solid #2b2c2c; padding:8px 0; }
.operation-snapshot li::before { content:"//"; margin-right:9px; color:var(--red); }
.operation-snapshot__stamp { display:inline-block; transform:rotate(-2deg); border:2px solid var(--red); padding:8px 11px; color:var(--red); font-size:9px; }
.command-section { padding:86px 0; border-top:1px solid #242525; }
.command-section__head { max-width:760px; margin-bottom:44px; }
.command-section__head h2,.command-proof h2,.command-access h2 { margin:0 0 14px; font-size:clamp(30px,4vw,48px); line-height:1.1; }
.command-section__head>p:last-child,.command-access>div>p:last-child { color:#969999; font-size:12px; line-height:1.75; }
.command-steps { display:grid; grid-template-columns:repeat(3,1fr); border:1px solid #303131; }
.command-steps article { min-height:190px; padding:30px; border-right:1px solid #303131; }
.command-steps article:last-child { border:0; }
.command-steps b { color:var(--red); font-size:11px; }
.command-steps h3 { margin:32px 0 10px; font-size:16px; }
.command-steps p { color:#8f9292; font-size:10px; line-height:1.7; }
.clearance-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; align-items:stretch; }
.clearance-card { position:relative; display:flex; flex-direction:column; min-height:570px; border:1px solid #303131; background:#111212; padding:32px; }
.clearance-card--featured { border-color:var(--red); transform:translateY(-10px); }
.clearance-card__flag { position:absolute; top:-12px; right:20px; background:var(--red); padding:6px 9px; font-size:8px; }
.clearance-card h3 { margin:6px 0 20px; font-size:24px; }
.clearance-card__price { border-block:1px solid #303131; padding:18px 0; font-size:31px; }
.clearance-card__price small { margin-left:8px; color:#777; font-size:9px; }
.clearance-card>p:not(.command-eyebrow):not(.clearance-card__intake),.clearance-card li { color:#999; font-size:10px; line-height:1.75; }
.clearance-card ul { margin:10px 0 24px; padding:0; list-style:none; }
.clearance-card li { border-bottom:1px solid #272828; padding:10px 0; }
.clearance-card li::before { content:"+"; margin-right:9px; color:var(--red); }
.clearance-card__intake { margin-top:auto; color:#d6d6d2; font-size:8px; letter-spacing:.06em; }
.clearance-card .command-button { margin-top:14px; }
.ghost-strip { display:grid; grid-template-columns:1fr 1.4fr auto; gap:34px; align-items:center; margin-top:14px; border:1px solid #4b171c; background:linear-gradient(100deg,#18080a,#0d0d0d); padding:25px 30px; }
.ghost-strip h3 { margin:0; font-size:21px; }
.ghost-strip p { color:#999; font-size:10px; line-height:1.7; }
.ghost-strip b { color:var(--red); font-size:10px; }
.command-proof { display:grid; grid-template-columns:.8fr 1.1fr 1.1fr; gap:55px; align-items:start; }
.command-proof>p { margin:0; color:#bbb; font-size:12px; line-height:1.9; }
.command-proof__note { border-left:2px solid var(--red); padding-left:22px; }
.command-access { display:grid; grid-template-columns:1fr 480px; gap:80px; align-items:center; padding-bottom:100px; }
.command-access .access-panel { width:100%; min-height:0; border-radius:0; padding:38px; }
.command-access .access-tabs button { font-size:18px; }
@media(max-width:900px){.command-hero{grid-template-columns:1fr;gap:45px;padding-top:52px}.command-steps,.clearance-grid{grid-template-columns:1fr}.clearance-card{min-height:0}.clearance-card--featured{transform:none}.command-proof{grid-template-columns:1fr}.command-access{grid-template-columns:1fr;gap:30px}.ghost-strip{grid-template-columns:1fr}.operation-snapshot{box-shadow:10px 10px 0 #080909}}
@media(max-width:600px){.command-hero,.command-section{width:calc(100% - 32px)}.command-hero{padding:40px 0 62px}.command-hero h1{font-size:39px}.command-hero__actions{display:grid}.command-button{width:100%}.operation-snapshot{padding:24px}.command-section{padding:62px 0}.command-steps article{border-right:0;border-bottom:1px solid #303131}.clearance-card{padding:25px}.command-access .access-panel{padding:28px 22px}.command-trust{display:grid}}

/* V2.7.0 conversion, dossier hero, and navigation refinements */
.v2-header{position:sticky;top:0;z-index:900;background:rgba(2,3,3,.96);backdrop-filter:blur(14px);box-shadow:0 8px 30px rgba(0,0,0,.3)}
.admin-bar .v2-header{top:32px}
.neiklo-currency-symbol{font-family:Arial,Helvetica,sans-serif!important;font-weight:700!important;font-variant-numeric:normal!important;font-feature-settings:normal!important}
.command-hero--dossier{position:relative;isolation:isolate;display:flex;min-height:690px;align-items:center;padding:86px 0;overflow:hidden}
.command-hero__backdrop{position:absolute;z-index:-2;inset:0;background-image:linear-gradient(90deg,#020303 2%,rgba(2,3,3,.93) 34%,rgba(2,3,3,.35) 69%,rgba(2,3,3,.1)),linear-gradient(0deg,rgba(2,3,3,.6),transparent 50%),url('../img/dossier-command-header-v1.png');background-position:center,right center;background-size:cover,cover,cover;background-repeat:no-repeat}
.command-hero__backdrop:after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 0 100px rgba(0,0,0,.45)}
.command-hero--dossier .command-hero__copy{width:min(650px,58%)}
.command-hero--dossier h1{font-size:clamp(47px,6vw,82px);text-shadow:0 4px 30px #000}
.command-hero__filemark{position:absolute;right:34px;bottom:32px;display:grid;grid-template-columns:auto auto;gap:6px 18px;border:1px solid rgba(255,255,255,.25);background:rgba(0,0,0,.6);padding:14px 16px;color:#aaa;font-size:8px}
.command-hero__filemark b{grid-column:1/-1;color:var(--red);font-size:9px}
.command-value__grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #303131}
.command-value__grid article{min-height:250px;border-right:1px solid #303131;padding:32px}
.command-value__grid article:last-child{border-right:0}
.command-value__grid span{color:var(--red);font-size:8px}
.command-value__grid h3{margin:48px 0 14px;font-size:18px;line-height:1.45}
.command-value__grid p,.command-operation p,.command-assurance p{color:#999;font-size:10px;line-height:1.8}
.command-operation{display:grid;grid-template-columns:1fr .85fr;gap:70px;align-items:center}
.command-operation__intro h2{margin:8px 0 22px;font-size:clamp(34px,5vw,60px);line-height:1.08}
.command-operation__intro>p{max-width:650px;font-size:13px}
.command-operation__facts{display:flex;flex-wrap:wrap;gap:10px 24px;margin-top:28px;color:#777;font-size:8px}
.command-operation__facts span:before{content:"//";margin-right:8px;color:var(--red)}
.command-operation .operation-snapshot{box-shadow:14px 14px 0 #080909}
.command-operation .operation-snapshot h3{font-size:24px;line-height:1.4}
.command-operation .operation-snapshot .command-button{position:relative;width:100%}
.clearance-card__intake{color:#fff!important}
.command-assurance{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:1px;background:#303131;padding:1px}
.command-assurance>div{background:#0b0c0c;padding:30px}
.command-assurance h2{margin:0;font-size:30px;line-height:1.25}
.command-assurance h3{margin:0 0 14px;color:var(--red);font-size:11px}
.v2-footer{width:min(1180px,calc(100% - 48px));max-width:none;min-height:0;margin:0 auto;padding:62px 0 34px;display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:42px;border-top:1px solid #303131;color:#858787;font-size:9px;line-height:1.7}
.v2-footer__brand{display:block}.v2-footer__brand img{width:230px;height:60px;margin-bottom:16px}.v2-footer__brand p{max-width:300px;margin:0 0 18px;color:#aaa}.v2-footer__column{display:flex;flex-direction:column;gap:8px}.v2-footer__column h2{margin:0 0 12px;color:#fff;font-size:10px}.v2-footer__column a{color:#aaa;text-decoration:none}.v2-footer__column a:hover{color:var(--red)}
.v2-footer__disclosure{grid-column:1/-1;border-top:1px solid #242525;padding-top:22px}.v2-footer__disclosure strong{color:var(--red)}
@media(max-width:900px){.admin-bar .v2-header{top:46px}.command-hero--dossier .command-hero__copy{width:72%}.command-value__grid,.command-operation,.command-assurance{grid-template-columns:1fr}.command-value__grid article{border-right:0;border-bottom:1px solid #303131}.v2-footer{grid-template-columns:1fr 1fr}.v2-footer__disclosure{grid-column:1/-1}}
@media(max-width:600px){.command-hero--dossier{min-height:650px;padding:60px 0 100px}.command-hero__backdrop{background-image:linear-gradient(90deg,rgba(2,3,3,.96),rgba(2,3,3,.6)),url('../img/dossier-command-header-v1.png');background-position:center,62% center}.command-hero--dossier .command-hero__copy{width:100%}.command-hero__filemark{right:16px;bottom:20px}.command-operation{gap:35px}.v2-footer{width:calc(100% - 32px);grid-template-columns:1fr}.v2-footer__disclosure{grid-column:auto}}

/* V2.8.0 sales letter, clearance modal, and checkout system */
.command-clearances{padding-top:72px}.command-section__head--split{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;max-width:none;align-items:end}.command-section__head--split>p{margin:0 0 8px}.clearance-card{min-height:535px}.clearance-card>button{font-family:inherit;cursor:pointer}.clearance-modal[hidden]{display:grid;visibility:hidden;opacity:0;pointer-events:none}.clearance-modal{visibility:visible;opacity:1;transition:opacity .2s ease}.clearance-modal__backdrop{background:rgba(0,0,0,.9)}.clearance-modal__dialog{width:min(1060px,calc(100vw - 42px));max-height:calc(100vh - 54px);display:grid;grid-template-columns:1fr 430px;gap:0;overflow:auto;border-color:#3a3b3b;padding:0;background:#090a0a;box-shadow:0 28px 120px rgba(0,0,0,.85)}.clearance-modal__dialog:before{content:"CLEARANCE BRIEFING // SECURE ENROLLMENT";z-index:2;background:var(--red);color:#fff}.clearance-modal__dialog .modal-close{z-index:3;top:17px;right:20px;border-bottom:1px solid #777;padding:4px 0;color:#aaa;font-size:8px}.clearance-modal__dialog .modal-close:hover{color:#fff}.clearance-modal__offer{padding:58px 50px 44px}.clearance-modal__offer h2{font-size:clamp(34px,5vw,58px);margin:12px 0 20px}.clearance-modal__promise{max-width:540px;color:#fff!important;font-size:15px!important;line-height:1.55!important}.clearance-modal__fit{border-left:2px solid var(--red);padding-left:15px;color:#949797!important;font-size:10px!important}.clearance-modal__list{margin:28px 0;padding:0;list-style:none}.clearance-modal__list li{border-top:1px solid #292a2a;padding:10px 0;color:#c3c5c5;font-size:10px}.clearance-modal__list li:before{content:"+";margin-right:10px;color:var(--red)}.clearance-modal__detail{display:inline-block;margin-top:2px;color:#8f9191;font-size:8px;text-underline-offset:5px}.clearance-modal__detail:hover{color:#fff}.clearance-modal__checkout{display:flex;align-items:center;border-left:1px solid #303131;background:linear-gradient(180deg,#121313,#080909);padding:54px 34px 34px}.clearance-modal__checkout>.neiklo-paypal{width:100%}
.neiklo-paypal__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:10px}.neiklo-paypal__heading h3{margin:5px 0 0;font-size:18px}.neiklo-paypal__price{display:flex;align-items:flex-start;font-size:34px;line-height:.9;color:#fff}.neiklo-paypal__price small{display:block;width:55px;margin:3px 0 0 7px;color:#777;font-size:7px;line-height:1.35}.neiklo-paypal__capacity{border-block:1px solid #303131;padding:12px 0;margin:18px 0 22px}.neiklo-paypal__methods{display:grid;gap:12px}.neiklo-paypal__method{position:relative;border:1px solid #303131;background:#0a0b0b;padding:16px}.neiklo-paypal__method--card{border-color:#5d6060;background:#141515}.neiklo-paypal__method--card>div:nth-of-type(1){display:grid;gap:3px;margin-bottom:12px}.neiklo-paypal__method--card b{font-size:10px}.neiklo-paypal__method--card small{color:#8e9090;font-size:8px;line-height:1.5}.neiklo-paypal__preferred{position:absolute;top:-9px;right:11px;background:var(--red);padding:4px 7px;color:#fff;font-size:7px}.neiklo-paypal__separator{position:relative;height:15px;text-align:center;color:#6f7272;font-size:7px}.neiklo-paypal__separator:before{content:"";position:absolute;left:0;right:0;top:7px;border-top:1px solid #2d2e2e}.neiklo-paypal__separator span{position:relative;background:#0d0e0e;padding:0 9px}.neiklo-paypal__security{margin:14px 0 0;color:#777!important;font-size:7px!important;text-align:center}.neiklo-paypal__message{margin-bottom:0}.neiklo-paypal__method[hidden]{display:none}
.command-letter{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:start}.command-letter h2{margin:4px 0;font-size:clamp(34px,4.8vw,58px);line-height:1.08}.command-letter__body>p{color:#a1a3a3;font-size:12px;line-height:1.9}.command-letter blockquote{margin:34px 0 0;border-left:2px solid var(--red);padding:18px 0 18px 24px;color:#fff;font-size:15px;line-height:1.6}.network-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #303131}.network-grid a{min-height:280px;border-right:1px solid #303131;padding:30px;color:inherit;text-decoration:none;transition:.2s ease}.network-grid a:last-child{border:0}.network-grid a:hover{background:#161717;transform:translateY(-4px)}.network-grid span{color:var(--red);font-size:7px}.network-grid h3{margin:56px 0 14px;font-size:17px}.network-grid p{color:#8f9292;font-size:9px;line-height:1.75}.shin-connection{display:grid;grid-template-columns:1fr 1fr;gap:90px;background:linear-gradient(105deg,#080909,#120709);padding-inline:45px}.shin-connection h2{margin:5px 0;font-size:clamp(32px,4.2vw,52px);line-height:1.1}.shin-connection>div:last-child p{color:#a0a2a2;font-size:11px;line-height:1.85}.shin-connection a{display:inline-block;margin-top:12px;color:#fff;font-size:9px;text-underline-offset:6px}.command-access--register{border:1px solid #303131;margin-bottom:90px;padding:48px}.access-form--black{border-left:1px solid #303131;background:#080909;padding:8px 0 8px 45px;color:#fff}.access-form--black label{color:#aaa}.access-form--black input[type=text],.access-form--black input[type=password],.access-form--black input[type=email]{border-color:#444;color:#fff}.access-form--black button{margin-top:8px;background:var(--red);min-height:46px}.access-form--black button:hover{background:#fff;color:#050505}
.division-file{width:min(1180px,calc(100% - 48px));margin:0 auto;padding:68px 0 90px}.division-file__header{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:end;border-bottom:1px solid #303131;padding-bottom:38px}.division-file__header h1{margin:7px 0 12px;font-size:clamp(48px,7vw,88px);line-height:.95}.division-file__header>div:first-child>p:last-child{color:#b3b5b5;font-size:14px}.division-file__stamp{display:grid;min-width:145px;border:1px solid #444;padding:16px;color:#777;font-size:8px}.division-file__stamp b{margin:8px 0;color:var(--red);font-size:42px}.division-file__grid{display:grid;grid-template-columns:1fr 440px;gap:70px;padding:58px 0}.division-file__offer h2{margin:10px 0 16px;font-size:36px}.division-file__brief{max-width:650px;color:#ccc;font-size:14px;line-height:1.75}.division-file__list{display:grid;grid-template-columns:1fr 1fr;margin:32px 0;padding:0;border-top:1px solid #303131;list-style:none}.division-file__list li{border-right:1px solid #303131;border-bottom:1px solid #303131;padding:14px 16px;color:#9b9d9d;font-size:10px;line-height:1.5}.division-file__list li:before{content:"+";margin-right:9px;color:var(--red)}.division-file__outcome{border-left:2px solid var(--red);padding:5px 0 5px 20px}.division-file__outcome span,.division-file__release span{color:var(--red);font-size:7px}.division-file__outcome p,.division-file__release p{color:#a0a2a2;font-size:10px;line-height:1.7}.division-file__release{margin-top:30px;border:1px solid #303131;background:#111212;padding:22px}.division-file__release h3{margin:8px 0;font-size:14px}.division-file__checkout{border:1px solid #3a3b3b;background:linear-gradient(180deg,#151616,#090a0a);padding:34px;align-self:start}.division-file__nav{display:flex;flex-wrap:wrap;border-top:1px solid #303131;padding-top:24px;gap:8px}.division-file__nav a{border:1px solid #303131;padding:10px 13px;color:#777;font-size:8px;text-decoration:none}.division-file__nav a:hover,.division-file__nav .is-current{border-color:var(--red);color:#fff}
@media(max-width:960px){.command-section__head--split,.command-letter,.shin-connection{grid-template-columns:1fr;gap:28px}.network-grid{grid-template-columns:1fr 1fr}.network-grid a:nth-child(2){border-right:0}.network-grid a:nth-child(-n+2){border-bottom:1px solid #303131}.clearance-modal__dialog{grid-template-columns:1fr}.clearance-modal__checkout{border-left:0;border-top:1px solid #303131}.division-file__grid{grid-template-columns:1fr;gap:40px}.division-file__checkout{width:100%;max-width:540px}.command-access--register{padding:36px}}
@media(max-width:600px){.command-clearances{padding-top:52px}.clearance-modal__dialog{width:calc(100vw - 18px);max-height:calc(100vh - 18px)}.clearance-modal__offer{padding:54px 24px 30px}.clearance-modal__checkout{padding:30px 18px}.network-grid{grid-template-columns:1fr}.network-grid a{min-height:230px;border-right:0;border-bottom:1px solid #303131!important}.network-grid a:last-child{border-bottom:0!important}.shin-connection{padding-inline:22px}.command-access--register{padding:28px 20px;margin-bottom:60px}.access-form--black{border-left:0;border-top:1px solid #303131;padding:30px 0 0}.division-file{width:calc(100% - 32px);padding-top:44px}.division-file__header{grid-template-columns:1fr}.division-file__stamp{display:none}.division-file__grid{padding:38px 0}.division-file__list{grid-template-columns:1fr}.division-file__list li{border-right:0}.division-file__checkout{padding:24px 18px}}

/* V2.9.0 narrative hierarchy, division doctrine, navigation, and Shin Seoul */
.command-hero h1.command-hero__quote{max-width:860px;font-size:clamp(38px,5vw,66px);line-height:1.08;letter-spacing:-.045em}.command-clearances>.command-section__head{max-width:none;margin-bottom:35px}.command-clearances>.command-section__head h2{font-size:clamp(34px,4.3vw,53px);white-space:nowrap}.clearance-followup{display:grid;grid-template-columns:.7fr 1.3fr;gap:60px;align-items:start;border:1px solid #303131;border-top:0;padding:28px 30px}.clearance-followup span{color:var(--red);font-size:8px}.clearance-followup p{max-width:720px;margin:0 0 0 auto;color:#a0a2a2;font-size:10px;line-height:1.85}.command-value .command-section__head,.command-ecosystem .command-section__head{max-width:none}.command-value .command-section__head>p:last-child,.command-ecosystem .command-section__head>p:last-child{max-width:980px}.division-doctrine__intro{display:grid;grid-template-columns:1.1fr .9fr;gap:75px;align-items:end;margin-bottom:45px}.division-doctrine__intro h2{margin:5px 0 0;font-size:clamp(34px,4.5vw,56px);line-height:1.1}.division-doctrine__intro>p:last-child{margin:0;color:#a1a3a3;font-size:11px;line-height:1.85}.division-doctrine__grid{display:grid;grid-template-columns:repeat(2,1fr);border:1px solid #303131}.division-doctrine__grid article{position:relative;min-height:330px;border-right:1px solid #303131;border-bottom:1px solid #303131;padding:34px}.division-doctrine__grid article:nth-child(2n){border-right:0}.division-doctrine__grid article:nth-child(n+3){border-bottom:0}.division-doctrine__grid article.is-core{background:linear-gradient(135deg,#170a0b,#101111)}.division-doctrine__grid article.is-core:before{content:"CORE DIVISION";position:absolute;top:0;right:0;background:var(--red);padding:6px 9px;color:#fff;font-size:7px}.division-doctrine__grid article.is-ghost{background:#080909}.division-doctrine__grid article>span{color:var(--red);font-size:8px}.division-doctrine__grid h3{margin:48px 0 14px;font-size:23px}.division-doctrine__grid p{color:#9a9c9c;font-size:10px;line-height:1.8}.division-doctrine__grid b{position:absolute;right:34px;bottom:30px;left:34px;border-top:1px solid #303131;padding-top:13px;color:#d1d2d2;font-size:7px;line-height:1.55}.division-doctrine__why{display:grid;grid-template-columns:.75fr 1.25fr;gap:60px;align-items:center;border:1px solid #303131;border-top:0;padding:32px 34px}.division-doctrine__why h3{margin:4px 0;font-size:19px}.division-doctrine__why>p{margin:0;color:#a2a4a4;font-size:10px;line-height:1.85}.command-motto{width:min(1180px,calc(100% - 48px));margin:0 auto;border-block:1px solid var(--red);padding:30px 0;font-size:clamp(28px,5vw,64px);line-height:1.1;letter-spacing:-.04em}.command-motto span{color:#fff}.command-motto b{margin-left:18px;color:var(--red);font-weight:400}.command-letter__discipline{margin-top:24px;border-top:1px solid #303131;padding-top:22px}.command-assurance{margin-bottom:78px}.command-assurance>div{min-height:300px}.command-assurance>div:not(:first-child){display:flex;flex-direction:column}.command-assurance .assurance-detail{margin-top:auto;border-top:1px solid #292a2a;padding-top:16px;color:#c4c6c6;font-size:8px}.command-access--register{margin-top:0}
.neiklo-divisions-menu{position:relative}.neiklo-divisions-menu>button{position:relative;border:0;background:transparent;color:#fff;cursor:pointer;font-size:13px;padding:8px 0}.neiklo-divisions-menu>button:after{content:"+";margin-left:7px;color:var(--red)}.neiklo-divisions-menu:hover>button,.neiklo-divisions-menu:focus-within>button,.neiklo-divisions-menu.is-open>button{color:var(--red)}.neiklo-divisions-submenu{position:absolute;z-index:950;top:36px;left:-18px;width:250px;display:none;margin:0;padding:8px;border:1px solid #343535;border-top:2px solid var(--red);background:rgba(5,6,6,.98);box-shadow:0 18px 45px rgba(0,0,0,.75);list-style:none}.neiklo-divisions-menu:hover>.neiklo-divisions-submenu,.neiklo-divisions-menu:focus-within>.neiklo-divisions-submenu,.neiklo-divisions-menu.is-open>.neiklo-divisions-submenu{display:block}.neiklo-divisions-submenu li{border-bottom:1px solid #252626}.neiklo-divisions-submenu li:last-child{border:0}.neiklo-divisions-submenu a{display:flex!important;gap:13px;padding:13px 11px!important;color:#bbb!important;font-size:10px!important}.neiklo-divisions-submenu a span{min-width:18px;color:var(--red)}.neiklo-divisions-submenu a:hover{background:#141515;color:#fff!important}.neiklo-session-control{border:1px solid var(--red)!important;background:var(--red)!important;color:#fff!important;padding:8px 14px!important;box-shadow:0 0 0 1px rgba(237,28,43,.15)}.neiklo-session-control:hover{border-color:#fff!important;background:#fff!important;color:#050505!important}.neiklo-session-control:after{display:none!important}
.shin-city{padding-top:64px;padding-bottom:100px}.shin-city h2{margin:5px 0 20px;font-size:clamp(34px,4.6vw,58px);line-height:1.08}.shin-city__introduction{display:grid;grid-template-columns:1fr 330px;gap:80px;align-items:end;padding-bottom:55px}.shin-city__introduction>div>p:not(.command-eyebrow){max-width:760px;color:#a6a8a8;font-size:11px;line-height:1.9}.shin-city__status{border:1px solid #3a3b3b;border-top:2px solid var(--red);background:#101111;padding:24px}.shin-city__status>span{color:var(--red);font-size:8px}.shin-city__status dl{margin:18px 0 0}.shin-city__status dl div{display:grid;grid-template-columns:80px 1fr;gap:15px;border-top:1px solid #2d2e2e;padding:11px 0}.shin-city__status dt{color:#6f7272;font-size:7px}.shin-city__status dd{margin:0;color:#d2d3d3;font-size:8px;line-height:1.45}.shin-city__status dd.is-red{color:var(--red)}.shin-city__visual{width:100%;margin:0;border:1px solid #343535;background:#0a0b0b;overflow:hidden}.shin-city__visual img{display:block;width:100%!important;max-width:100%!important;height:clamp(330px,50vw,620px)!important;object-fit:cover;object-position:center center}.shin-city__visual figcaption{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #343535;padding:12px 15px;color:#777;font-size:7px}.shin-city__section{padding:90px 0 0}.shin-city__section>header{display:grid;grid-template-columns:1fr .8fr;gap:70px;align-items:end;margin-bottom:40px}.shin-city__section>header>p:last-child{margin:0;color:#999;font-size:10px;line-height:1.8}.shin-districts{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #303131}.shin-districts article{min-height:250px;border-right:1px solid #303131;border-bottom:1px solid #303131;padding:28px}.shin-districts article:nth-child(3n){border-right:0}.shin-districts article:nth-child(n+4){border-bottom:0}.shin-districts span{color:var(--red);font-size:9px}.shin-districts h3{margin:42px 0 12px;font-size:16px}.shin-districts p{color:#8f9191;font-size:9px;line-height:1.8}.shin-city__access{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:start;padding:90px 0}.shin-city__access>div>p:last-child{color:#999;font-size:10px;line-height:1.85}.shin-city__access ol{margin:0;padding:0;border-top:1px solid #303131;list-style:none}.shin-city__access li{display:grid;grid-template-columns:130px 1fr;border-bottom:1px solid #303131;padding:17px 10px}.shin-city__access li b{color:#fff;font-size:10px}.shin-city__access li span{color:#8e9090;font-size:9px}.shin-city__access li.is-null{border-color:var(--red);background:#16090a}.shin-city__access li.is-null b{color:var(--red)}.shin-city__story{display:grid;grid-template-columns:1fr .85fr;gap:70px;border-top:1px solid #303131;padding-top:80px}.shin-city__story>div>p:not(.command-eyebrow){max-width:680px;color:#aaa;font-size:11px;line-height:1.9}.shin-city__story aside{border:1px solid #3a3b3b;background:linear-gradient(145deg,#151616,#090a0a);padding:32px}.shin-city__story aside>span{color:var(--red);font-size:8px}.shin-city__story blockquote{margin:32px 0;border-left:2px solid var(--red);padding-left:20px;color:#fff;font-size:18px;line-height:1.55}.shin-city__story aside p{color:#909292;font-size:9px;line-height:1.8}
@media(max-width:1050px){.command-clearances>.command-section__head h2{white-space:normal}.division-doctrine__intro,.shin-city__section>header{grid-template-columns:1fr;gap:20px}.shin-city__introduction{grid-template-columns:1fr 300px;gap:40px}.neiklo-menu{gap:18px}.neiklo-session-menu{margin-left:18px}}
@media(max-width:900px){.clearance-followup,.division-doctrine__why,.shin-city__introduction,.shin-city__access,.shin-city__story{grid-template-columns:1fr;gap:28px}.division-doctrine__grid{grid-template-columns:1fr}.division-doctrine__grid article{border-right:0!important;border-bottom:1px solid #303131!important}.division-doctrine__grid article:last-child{border-bottom:0!important}.command-motto b{display:block;margin:5px 0 0}.command-assurance>div{min-height:0}.neiklo-divisions-menu>button{width:100%;text-align:left}.neiklo-divisions-submenu{position:static;width:100%;margin-top:4px;box-shadow:none}.shin-districts{grid-template-columns:1fr 1fr}.shin-districts article:nth-child(3n){border-right:1px solid #303131}.shin-districts article:nth-child(2n){border-right:0}.shin-districts article:nth-child(n+4){border-bottom:1px solid #303131}.shin-districts article:nth-child(n+5){border-bottom:0}.shin-city__status{max-width:520px}}
@media(max-width:600px){.clearance-followup{padding:24px 20px}.division-doctrine__grid article{min-height:360px;padding:26px}.division-doctrine__grid article b{right:26px;bottom:24px;left:26px}.division-doctrine__why{padding:26px 22px}.command-motto{width:calc(100% - 32px)}.command-assurance{margin-bottom:52px}.shin-city{padding-top:45px;padding-bottom:70px}.shin-city__visual img{height:280px!important}.shin-city__visual figcaption{display:grid}.shin-districts{grid-template-columns:1fr}.shin-districts article{min-height:220px;border-right:0!important;border-bottom:1px solid #303131!important}.shin-districts article:last-child{border-bottom:0!important}.shin-city__section,.shin-city__access{padding-top:65px}.shin-city__story{padding-top:60px}.shin-city__access li{grid-template-columns:100px 1fr;gap:10px}}
/* V2.9.1 — tighter homepage hero typography */
.command-hero--dossier .command-hero__copy{width:min(760px,65%)}
.command-hero h1.command-hero__quote{max-width:760px;font-size:clamp(34px,3.6vw,48px);line-height:1.12;letter-spacing:-.025em}
@media(max-width:900px){.command-hero--dossier .command-hero__copy{width:min(680px,78%)}}
@media(max-width:600px){.command-hero--dossier .command-hero__copy{width:100%}.command-hero h1.command-hero__quote{font-size:clamp(30px,9vw,39px);line-height:1.12}}

/* V2.10 — disciplined type scale, content-width flow, and Shin Seoul rebuild */
@media(min-width:901px){
	.v2-nav-wrap{height:108px;padding-top:6px}
	.v2-logo{flex-basis:230px;width:230px;height:90px}
	.v2-logo img{width:230px;height:90px}
	.command-navigation{align-items:center;padding-top:3px}
	.neiklo-menu{gap:0}
	.neiklo-menu>li{display:flex;align-items:center}
	.neiklo-menu>li+li:before{content:"|";color:#3b3d3d;font-size:10px}
	.neiklo-menu>li>a,.neiklo-divisions-menu>button{box-sizing:border-box;font-size:12px;line-height:20px;padding:8px 12px!important}
	.neiklo-divisions-menu>button:after{margin-left:5px}
	.neiklo-session-menu{margin-left:4px}
	.neiklo-session-menu>li:before{content:"|";margin-right:4px;color:#3b3d3d;font-size:10px}
}
.command-hero--dossier .command-hero__copy{width:min(790px,68%)}
.command-hero h1.command-hero__quote{max-width:790px;font-size:clamp(32px,3.25vw,44px);line-height:1.16;letter-spacing:-.02em}
.command-hero__quote .quote-primary,.command-hero__quote .quote-accent{display:block;color:#fff}
.command-hero__quote .quote-primary b{white-space:nowrap;color:#fff;font-weight:400}
.command-hero__quote .quote-accent{margin-top:5px;color:var(--red)}
.command-clearances>.command-section__head{width:100%;max-width:1180px}
.command-clearances>.command-section__head h2{max-width:100%;font-size:clamp(30px,3.35vw,44px);line-height:1.14;white-space:normal}
.command-value .command-section__head,.command-ecosystem .command-section__head{width:100%;max-width:100%}
.command-value .command-section__head h2,.command-ecosystem .command-section__head h2{max-width:1080px;font-size:clamp(30px,3.55vw,46px);line-height:1.14}
.command-value .command-section__head>p:last-child,.command-ecosystem .command-section__head>p:last-child{width:100%;max-width:1080px;font-size:11px;line-height:1.8}
.command-value__grid article{display:flex;min-width:0;flex-direction:column;justify-content:flex-start}
.command-value__grid h3{margin-top:42px}
.command-value__grid p{max-width:310px}
.division-doctrine__intro{display:block;margin-bottom:38px}
.division-doctrine__intro h2{max-width:1050px;margin:8px 0 22px;font-size:clamp(30px,3.7vw,46px);line-height:1.14}
.division-doctrine__intro>p:last-child{max-width:900px;margin:0;font-size:11px;line-height:1.85}
.command-motto{font-size:clamp(30px,4.1vw,52px);line-height:1.12}
.command-motto b{display:block;margin:8px 0 0}
.command-operation{grid-template-columns:1.15fr .85fr;gap:64px;align-items:start}
.command-operation__intro h2{max-width:720px;font-size:clamp(34px,4.2vw,52px)}
.command-operation__scope{display:grid;grid-template-columns:repeat(3,1fr);margin-top:38px;border:1px solid #303131}
.command-operation__scope article{min-width:0;border-right:1px solid #303131;padding:18px}
.command-operation__scope article:last-child{border-right:0}
.command-operation__scope b{display:block;margin-bottom:10px;color:var(--red);font-size:8px}
.command-operation__scope span{display:block;color:#929494;font-size:8px;line-height:1.7}
.command-operation .operation-snapshot{align-self:start}
.command-letter{grid-template-columns:.9fr 1.1fr;gap:72px}
.command-letter h2{max-width:560px;font-size:clamp(32px,3.7vw,46px);line-height:1.14}
.command-letter__body{padding-top:3px}
.command-letter blockquote{font-size:14px}
.command-assurance>div{min-height:0;align-items:flex-start}
.command-assurance .assurance-detail{margin-top:20px}

.shin-file{padding-top:58px;padding-bottom:100px}
.shin-file h1,.shin-file h2,.shin-file h3{overflow-wrap:normal;word-break:normal}
.shin-file__hero{display:grid;grid-template-columns:.82fr 1.18fr;gap:42px;align-items:stretch;border-bottom:1px solid #303131;padding-bottom:58px}
.shin-file__hero-copy{display:flex;min-width:0;flex-direction:column;justify-content:center;border-left:2px solid var(--red);padding:32px 0 32px 30px}
.shin-file__hero h1{margin:12px 0 20px;font-size:clamp(48px,6vw,76px);line-height:1}
.shin-file__lead{max-width:510px;margin:0;color:#b1b3b3;font-size:12px;line-height:1.85}
.shin-file__meta{display:grid;gap:9px;margin-top:34px;color:#777;font-size:7px}
.shin-file__meta span:before{content:"//";margin-right:8px;color:var(--red)}
.shin-file__image{min-width:0;margin:0;border:1px solid #343535;background:#0a0b0b}
.shin-file__image img{display:block;width:100%!important;max-width:100%!important;height:460px!important;object-fit:cover;object-position:center}
.shin-file__image figcaption{border-top:1px solid #343535;padding:11px 14px;color:#777;font-size:7px}
.shin-file__brief{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;padding:76px 0;border-bottom:1px solid #303131}
.shin-file h2{margin:7px 0 0;font-size:clamp(30px,3.7vw,46px);line-height:1.14}
.shin-file__brief>div p,.shin-file__recognition>div>p:last-child,.shin-file__narrative p{margin:0 0 18px;color:#a1a3a3;font-size:11px;line-height:1.9}
.shin-file__architecture{padding:76px 0}
.shin-file__architecture>header{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:end;margin-bottom:34px}
.shin-file__architecture>header>p{max-width:520px;margin:0;color:#999;font-size:10px;line-height:1.8}
.shin-file__layers{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #303131}
.shin-file__layers article{min-width:0;min-height:220px;border-right:1px solid #303131;border-bottom:1px solid #303131;padding:25px}
.shin-file__layers article:nth-child(3n){border-right:0}.shin-file__layers article:nth-child(n+4){border-bottom:0}
.shin-file__layers span{color:var(--red);font-size:8px}.shin-file__layers h3{margin:34px 0 12px;font-size:14px}.shin-file__layers p{color:#909292;font-size:9px;line-height:1.75}
.shin-file__recognition{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start;border-block:1px solid #303131;padding:76px 0}
.shin-file__recognition ol{margin:0;padding:0;border-top:1px solid #303131;list-style:none}
.shin-file__recognition li{display:grid;grid-template-columns:120px 1fr;gap:20px;border-bottom:1px solid #303131;padding:16px 10px}
.shin-file__recognition li b{font-size:9px}.shin-file__recognition li span{color:#939595;font-size:9px;line-height:1.6}
.shin-file__recognition li.is-null{border-color:var(--red);background:#16090a}.shin-file__recognition li.is-null b{color:var(--red)}
.shin-file__narrative{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:start;padding-top:76px}
.shin-file__narrative>div>p{max-width:650px}.shin-file__narrative .command-button{margin-top:10px}
.shin-file__narrative blockquote{margin:0;border:1px solid #3a3b3b;border-top:2px solid var(--red);background:#101111;padding:34px;color:#fff;font-size:17px;line-height:1.6}
.shin-file__narrative blockquote span{display:block;margin-bottom:30px;color:var(--red);font-size:8px}
@media(max-width:900px){
	.command-hero--dossier .command-hero__copy{width:min(700px,82%)}
	.command-operation__scope{grid-template-columns:1fr}.command-operation__scope article{border-right:0;border-bottom:1px solid #303131}.command-operation__scope article:last-child{border-bottom:0}
	.shin-file__hero,.shin-file__brief,.shin-file__architecture>header,.shin-file__recognition,.shin-file__narrative{grid-template-columns:1fr;gap:30px}
	.shin-file__image img{height:380px!important}.shin-file__layers{grid-template-columns:1fr 1fr}.shin-file__layers article:nth-child(3n){border-right:1px solid #303131}.shin-file__layers article:nth-child(2n){border-right:0}.shin-file__layers article:nth-child(n+4){border-bottom:1px solid #303131}.shin-file__layers article:nth-child(n+5){border-bottom:0}
}
@media(max-width:600px){
	.command-hero__quote .quote-primary b{white-space:normal}
	.command-clearances>.command-section__head h2{font-size:30px}
	.command-motto{font-size:30px}
	.shin-file{padding-top:36px;padding-bottom:70px}.shin-file__hero-copy{padding:24px 0 24px 20px}.shin-file__hero h1{font-size:46px}.shin-file__image img{height:260px!important}.shin-file__brief,.shin-file__architecture,.shin-file__recognition{padding-block:54px}.shin-file__layers{grid-template-columns:1fr}.shin-file__layers article{min-height:190px;border-right:0!important;border-bottom:1px solid #303131!important}.shin-file__layers article:last-child{border-bottom:0!important}.shin-file__recognition li{grid-template-columns:90px 1fr}.shin-file__narrative{padding-top:54px}
}

/* V2.10.1 — visible secondary clearance actions */
.clearance-card>button.command-button:not(.command-button--red){border-color:#676969;background:#0b0c0c;color:#fff}
.clearance-card>button.command-button:not(.command-button--red):hover,.clearance-card>button.command-button:not(.command-button--red):focus-visible{border-color:var(--red);background:var(--red);color:#fff}

/* V2.11 — sales narrative, FAQ, and consent access */
.command-offer-proof{width:min(1180px,calc(100% - 48px));margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #303131;border-top:2px solid var(--red)}
.command-offer-proof>div{min-width:0;min-height:155px;border-right:1px solid #303131;padding:22px}.command-offer-proof>div:last-child{border-right:0}
.command-offer-proof b{display:block;color:var(--red);font-size:8px}.command-offer-proof span{display:block;margin:24px 0 8px;color:#fff;font-size:10px}.command-offer-proof p{margin:0;color:#8f9292;font-size:8px;line-height:1.7}
.command-clearances>.command-section__head>p:last-child{max-width:900px;margin:18px 0 0;color:#a0a2a2;font-size:11px;line-height:1.8}
.command-conversion{display:grid;grid-template-columns:1.05fr .95fr;gap:85px;align-items:start;background:linear-gradient(120deg,#090a0a,#150708);padding-inline:44px}
.command-conversion h2{max-width:650px;margin:8px 0 0;font-size:clamp(32px,3.8vw,48px);line-height:1.14}
.command-conversion__points{border-top:1px solid #444}.command-conversion__points p{display:grid;grid-template-columns:155px 1fr;gap:20px;margin:0;border-bottom:1px solid #303131;padding:18px 0}.command-conversion__points b{color:#fff;font-size:9px}.command-conversion__points span{color:#9b9d9d;font-size:9px;line-height:1.7}.command-conversion__points .command-button{margin-top:24px}
.command-faq-preview{display:grid;grid-template-columns:.8fr 1.2fr;gap:85px;align-items:start}.command-faq-preview header h2{margin:8px 0 18px;font-size:clamp(32px,3.7vw,46px);line-height:1.14}.command-faq-preview header>p:last-child{max-width:440px;color:#999;font-size:10px;line-height:1.8}
.command-faq-preview__questions{border-top:1px solid #404141}.command-faq-preview details,.faq-file details{border-bottom:1px solid #303131}.command-faq-preview summary,.faq-file summary{position:relative;cursor:pointer;list-style:none;color:#fff;font-size:10px;line-height:1.5;padding:18px 42px 18px 0}.command-faq-preview summary::-webkit-details-marker,.faq-file summary::-webkit-details-marker{display:none}.command-faq-preview summary:after,.faq-file summary:after{content:"+";position:absolute;right:8px;color:var(--red)}.command-faq-preview details[open] summary:after,.faq-file details[open] summary:after{content:"−"}.command-faq-preview details p,.faq-file details p{margin:0;padding:0 45px 20px 0;color:#969999;font-size:9px;line-height:1.8}.command-faq-preview__questions>.command-button{margin-top:24px}
.v2-footer__cookie{border:0;background:transparent;color:#aaa;cursor:pointer;padding:0;text-align:left;font-size:9px;line-height:1.7}.v2-footer__cookie:hover,.v2-footer__cookie:focus-visible{color:var(--red)}
.faq-file{padding-top:66px;padding-bottom:100px}.faq-file__hero{max-width:940px;border-left:2px solid var(--red);padding:20px 0 28px 30px}.faq-file__hero h1{margin:12px 0 20px;font-size:clamp(42px,5vw,66px);line-height:1.05}.faq-file__hero>p:last-child{max-width:720px;color:#aaa;font-size:12px;line-height:1.85}
.faq-file__layout{display:grid;grid-template-columns:230px 1fr;gap:75px;margin-top:55px;border-top:1px solid #303131;padding-top:55px}.faq-file__layout nav{position:sticky;top:155px;display:flex;height:max-content;flex-direction:column;gap:12px;border-left:1px solid #303131;padding-left:20px}.faq-file__layout nav span{margin-bottom:10px;color:var(--red);font-size:8px}.faq-file__layout nav a{color:#999;font-size:9px;text-decoration:none}.faq-file__layout nav a:hover{color:#fff}
.faq-file__content{max-width:820px}.faq-file__content>section{scroll-margin-top:160px;border-top:1px solid #303131;padding:52px 0}.faq-file__content>section:first-child{border-top:0;padding-top:0}.faq-file__content h2{margin:7px 0 28px;font-size:clamp(26px,3vw,38px)}.faq-file details p{max-width:720px}.faq-file details p a{color:#fff}
.faq-file__cta{display:flex;align-items:center;justify-content:space-between;gap:40px;margin-top:55px;border:1px solid #3a3b3b;border-top:2px solid var(--red);background:#101111;padding:34px}.faq-file__cta h2{max-width:700px;margin:5px 0;font-size:clamp(24px,3vw,36px);line-height:1.2}.faq-file__cta .command-button{flex:0 0 auto}
@media(max-width:900px){.command-offer-proof{grid-template-columns:1fr 1fr}.command-offer-proof>div:nth-child(2){border-right:0}.command-offer-proof>div:nth-child(-n+2){border-bottom:1px solid #303131}.command-conversion,.command-faq-preview{grid-template-columns:1fr;gap:36px}.faq-file__layout{grid-template-columns:1fr;gap:35px}.faq-file__layout nav{position:static;display:grid;grid-template-columns:1fr 1fr}.faq-file__layout nav span{grid-column:1/-1}}
@media(max-width:600px){.command-offer-proof{width:calc(100% - 32px);grid-template-columns:1fr}.command-offer-proof>div{min-height:0;border-right:0;border-bottom:1px solid #303131!important}.command-offer-proof>div:last-child{border-bottom:0!important}.command-conversion{padding-inline:22px}.command-conversion__points p{grid-template-columns:1fr;gap:8px}.command-faq-preview summary,.faq-file summary{padding-right:32px}.faq-file{padding-top:42px;padding-bottom:70px}.faq-file__hero{padding-left:20px}.faq-file__hero h1{font-size:40px}.faq-file__layout{margin-top:38px;padding-top:38px}.faq-file__layout nav{grid-template-columns:1fr}.faq-file__layout nav span{grid-column:auto}.faq-file__cta{align-items:flex-start;flex-direction:column;padding:26px}.faq-file__cta .command-button{width:100%}}

/* V2.11.1 — action and results disclaimer */
.disclaimer-file{padding-top:66px;padding-bottom:100px}.disclaimer-file__hero{max-width:980px;border-left:2px solid var(--red);padding:18px 0 28px 30px}.disclaimer-file__hero h1{margin:12px 0 20px;font-size:clamp(42px,5vw,64px);line-height:1.07}.disclaimer-file__hero>p:not(.command-eyebrow){max-width:780px;color:#b0b2b2;font-size:12px;line-height:1.85}.disclaimer-file__hero>span{display:block;margin-top:24px;color:#6f7272;font-size:7px}
.disclaimer-file__principle{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px;align-items:start;margin-top:55px;border-block:1px solid #303131;padding:62px 0}.disclaimer-file__principle h2{grid-column:1;margin:8px 0 0;font-size:clamp(30px,3.5vw,44px);line-height:1.15}.disclaimer-file__principle>p:last-child{grid-column:2;grid-row:1/3;margin:26px 0 0;color:#aaa;font-size:11px;line-height:1.95}
.disclaimer-file__sections{display:grid;grid-template-columns:1fr 1fr;border:1px solid #303131;border-top:0}.disclaimer-file__sections section{min-height:300px;border-right:1px solid #303131;border-bottom:1px solid #303131;padding:32px}.disclaimer-file__sections section:nth-child(2n){border-right:0}.disclaimer-file__sections section:nth-child(n+5){border-bottom:0}.disclaimer-file__sections span{color:var(--red);font-size:8px}.disclaimer-file__sections h2{margin:42px 0 16px;font-size:18px;line-height:1.35}.disclaimer-file__sections p{max-width:480px;color:#969999;font-size:9px;line-height:1.85}
.disclaimer-file__rights{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start;border-bottom:1px solid #303131;padding:70px 0}.disclaimer-file__rights h2{margin:8px 0 0;font-size:clamp(28px,3.2vw,40px);line-height:1.15}.disclaimer-file__rights>p{margin:24px 0 0;color:#aaa;font-size:10px;line-height:1.9}.disclaimer-file__closing{display:flex;align-items:center;justify-content:space-between;gap:40px;padding-top:42px}.disclaimer-file__closing p{margin:0;color:#aaa;font-size:10px}
@media(max-width:800px){.disclaimer-file__principle,.disclaimer-file__rights{grid-template-columns:1fr;gap:24px}.disclaimer-file__principle>p:last-child{grid-column:auto;grid-row:auto;margin:0}.disclaimer-file__sections{grid-template-columns:1fr}.disclaimer-file__sections section{min-height:0;border-right:0;border-bottom:1px solid #303131!important}.disclaimer-file__sections section:last-child{border-bottom:0!important}}
@media(max-width:600px){.disclaimer-file{padding-top:42px;padding-bottom:70px}.disclaimer-file__hero{padding-left:20px}.disclaimer-file__hero h1{font-size:38px}.disclaimer-file__principle{margin-top:38px;padding-block:48px}.disclaimer-file__sections section{padding:26px}.disclaimer-file__closing{align-items:flex-start;flex-direction:column}.disclaimer-file__closing .command-button{width:100%}}
