/* AXIONA R87 — Keeper product preview and product page. */
.keeper-preview{
  background:var(--navy);
  color:var(--white);
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);
  gap:clamp(54px,6vw,96px);
  align-items:center;
  position:relative;
}
.keeper-preview:before{
  content:"AX / PRODUCT 01";
  position:absolute;
  top:28px;
  right:max(32px,calc((100vw - var(--max))/2));
  color:#8ea4a6;
  font:800 9px/1 monospace;
  letter-spacing:.16em;
}
.keeper-preview-copy{max-width:720px}
.keeper-status-line{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  margin-bottom:24px;
}
.keeper-status-badge{
  background:var(--acid);
  color:var(--ink);
  border:1px solid #b9ca4f;
  padding:8px 10px;
  font:850 10px/1 monospace;
  letter-spacing:.12em;
}
.keeper-status-line .micro{color:#4d6264}
.keeper-preview .keeper-status-line .micro{color:#a8c3c4}
.keeper-preview h2,
.keeper-page-hero h1,
.keeper-section-title{
  letter-spacing:-.052em;
  margin:0;
  font-weight:740;
}
.keeper-preview h2{font-size:clamp(46px,5vw,78px);line-height:.95}
.keeper-preview h2 span{display:block;color:var(--cyan)}
.keeper-preview-lead{
  color:#c7d4d3;
  max-width:690px;
  margin:30px 0 0;
  font-size:17px;
  line-height:1.72;
}
.keeper-preview-points{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:28px 0 0;
}
.keeper-preview-points span{
  border:1px solid #476369;
  background:#ffffff08;
  padding:9px 11px;
  font-size:11px;
  font-weight:760;
}
.keeper-preview .actions{margin:32px 0 0}
.keeper-preview .button-dark{
  background:var(--white);
  border-color:var(--white);
  color:var(--ink);
}
.keeper-preview .button-dark:hover,
.keeper-preview .button-dark:focus-visible{
  background:var(--acid);
  border-color:var(--acid);
  color:var(--ink);
}
.keeper-preview .text-link{border-color:#a8c3c4;color:var(--white)}

.keeper-case-card{
  background:var(--white);
  color:var(--ink);
  border:1px solid #9badaf;
  box-shadow:18px 18px #08181b;
}
.keeper-case-head{
  min-height:52px;
  padding:0 20px;
  border-bottom:1px solid var(--line);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.keeper-case-head span{
  font:850 9px/1 monospace;
  letter-spacing:.15em;
  color:var(--muted);
}
.keeper-case-head b{
  background:var(--orange);
  color:var(--ink);
  padding:7px 9px;
  font:850 9px/1 monospace;
  letter-spacing:.08em;
}
.keeper-case-title{
  padding:26px 24px 22px;
  border-bottom:1px solid var(--line);
}
.keeper-case-title small{
  display:block;
  color:var(--muted);
  font:800 9px/1 monospace;
  letter-spacing:.15em;
  margin-bottom:9px;
}
.keeper-case-title strong{
  display:block;
  font-size:clamp(28px,2.8vw,44px);
  letter-spacing:-.035em;
  line-height:1;
}
.keeper-case-list{padding:10px 20px 14px}
.keeper-case-row{
  display:grid;
  grid-template-columns:28px minmax(0,1fr) auto;
  gap:10px;
  align-items:center;
  min-height:47px;
  border-bottom:1px solid #ddd4c8;
  font-size:13px;
}
.keeper-case-row:last-child{border-bottom:0}
.keeper-case-row span:first-child{
  color:#a94220;
  font:900 12px/1 monospace;
}
.keeper-case-row small{
  color:var(--muted);
  font:750 9px/1 monospace;
  letter-spacing:.05em;
}
.keeper-case-foot{
  background:#eef0df;
  border-top:1px solid #cbd09f;
  padding:18px 20px;
  display:grid;
  gap:6px;
}
.keeper-case-foot span{
  color:#61693e;
  font:850 9px/1 monospace;
  letter-spacing:.14em;
}
.keeper-case-foot strong{font-size:15px;line-height:1.4}

.keeper-page-hero{
  display:grid;
  grid-template-columns:minmax(0,1.03fr) minmax(390px,.97fr);
  gap:clamp(58px,7vw,108px);
  align-items:center;
  min-height:calc(88vh - 82px);
  padding-top:74px;
  padding-bottom:78px;
}
.keeper-page-hero h1{
  font-size:clamp(54px,5.9vw,96px);
  line-height:.93;
  max-width:900px;
}
.keeper-page-hero h1 em{
  color:#a94220;
  font-style:normal;
}
.keeper-hero-lead{
  max-width:760px;
  margin:34px 0 0;
  color:#4f5752;
  font-size:18px;
  line-height:1.72;
}
.keeper-hero-note{
  margin:25px 0 0;
  max-width:710px;
  padding:17px 19px;
  border-left:4px solid var(--orange);
  background:#efe1d2;
  color:#50473f;
  font-size:13px;
  line-height:1.6;
}
.keeper-page-hero .actions{margin-left:0}
.keeper-product-lockup{
  display:flex;
  align-items:center;
  gap:13px;
  margin-bottom:28px;
}
.keeper-product-lockup img{width:42px;height:42px;border-radius:8px}
.keeper-product-lockup div{display:grid;gap:4px}
.keeper-product-lockup strong{
  font-size:15px;
  letter-spacing:.11em;
}
.keeper-product-lockup span{
  color:var(--muted);
  font:800 9px/1 monospace;
  letter-spacing:.16em;
}

.keeper-intro{
  background:var(--paper-2);
}
.keeper-intro-grid{
  display:grid;
  grid-template-columns:.78fr 1.22fr;
  gap:clamp(48px,7vw,110px);
  align-items:start;
}
.keeper-section-kicker{
  margin:0 0 20px;
  color:#5b5f59;
  font:850 10px/1.4 monospace;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.keeper-section-title{
  font-size:clamp(40px,4.2vw,68px);
  line-height:1;
}
.keeper-intro-copy p{
  margin:0 0 22px;
  color:#4b514d;
  font-size:17px;
  line-height:1.78;
}
.keeper-intro-copy p:last-child{margin-bottom:0}
.keeper-plain-callout{
  margin-top:32px;
  border:1px solid #b7aa9b;
  background:var(--white);
  padding:24px;
  box-shadow:10px 10px #d8ccbd;
}
.keeper-plain-callout strong{
  display:block;
  margin-bottom:8px;
  font-size:15px;
}
.keeper-plain-callout p{
  margin:0;
  font-size:14px;
  line-height:1.65;
}

.keeper-flow{background:var(--paper)}
.keeper-flow-header{max-width:880px;margin-bottom:46px}
.keeper-flow-header p:last-child{
  max-width:760px;
  color:var(--muted);
  font-size:16px;
  line-height:1.7;
}
.keeper-flow-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border-top:1px solid #8f948e;
  border-bottom:1px solid #8f948e;
}
.keeper-flow-step{
  min-height:300px;
  padding:28px 25px 30px;
  border-right:1px solid #aeb0aa;
}
.keeper-flow-step:last-child{border-right:0}
.keeper-flow-step>span{
  color:#a94220;
  font:900 11px/1 monospace;
}
.keeper-flow-step h3{
  margin:30px 0 14px;
  font-size:24px;
  letter-spacing:-.03em;
  line-height:1.05;
}
.keeper-flow-step p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.65;
}
.keeper-planned-note{
  margin-top:34px;
  background:var(--navy);
  color:var(--white);
  display:grid;
  grid-template-columns:190px 1fr;
  gap:28px;
  padding:26px 28px;
}
.keeper-planned-note span{
  color:var(--acid);
  font:850 10px/1.4 monospace;
  letter-spacing:.14em;
}
.keeper-planned-note p{
  margin:0;
  color:#d3dddc;
  font-size:15px;
  line-height:1.65;
}

.keeper-examples{background:#efe4d6}
.keeper-examples-head{max-width:900px;margin-bottom:48px}
.keeper-example-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.keeper-example-card{
  background:rgba(255,250,243,.78);
  border:1px solid #bcae9d;
  padding:28px 28px 30px;
  min-height:290px;
}
.keeper-example-card .micro{color:#6e655c}
.keeper-example-card h3{
  margin:18px 0 12px;
  font-size:30px;
  letter-spacing:-.035em;
}
.keeper-example-card>p{
  margin:0;
  color:#5b554f;
  font-size:15px;
  line-height:1.66;
}
.keeper-example-list{
  margin:22px 0 0;
  padding:18px 0 0;
  border-top:1px solid #c7bbaa;
  display:grid;
  gap:9px;
  list-style:none;
}
.keeper-example-list li{
  position:relative;
  padding-left:17px;
  font-size:13px;
  line-height:1.45;
}
.keeper-example-list li:before{
  content:"↳";
  position:absolute;
  left:0;
  color:#a94220;
}

.keeper-folder-section{
  background:var(--navy);
  color:var(--white);
}
.keeper-folder-grid{
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(440px,1.2fr);
  gap:clamp(50px,7vw,110px);
  align-items:center;
}
.keeper-folder-copy p{
  color:#c4d2d1;
  font-size:16px;
  line-height:1.75;
}
.keeper-folder-tree{
  border:1px solid #49676d;
  background:#0f282c;
  box-shadow:18px 18px #071619;
}
.keeper-folder-tree-head{
  min-height:52px;
  padding:0 19px;
  border-bottom:1px solid #3d595f;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  font:800 9px/1 monospace;
  letter-spacing:.14em;
  color:#a8bec0;
}
.keeper-folder-tree-head b{
  color:var(--ink);
  background:var(--acid);
  padding:7px 9px;
}
.keeper-tree-lines{
  padding:26px 26px 28px;
  display:grid;
  gap:10px;
  font:750 12px/1.45 monospace;
}
.keeper-tree-lines strong{color:var(--white)}
.keeper-tree-lines span{color:#aac0c1}
.keeper-tree-lines i{color:var(--cyan);font-style:normal}
.keeper-folder-rule{
  border-top:1px solid #3d595f;
  padding:18px 22px 21px;
  color:#b8c8c8;
  font-size:12px;
  line-height:1.6;
}
.keeper-folder-rule strong{color:var(--white)}

.keeper-ask{
  background:var(--paper);
}
.keeper-ask-layout{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:clamp(48px,7vw,110px);
  align-items:start;
}
.keeper-question-list{
  border-top:1px solid #9da09a;
}
.keeper-question{
  border-bottom:1px solid #b8b9b3;
  padding:19px 6px;
  display:grid;
  grid-template-columns:34px 1fr;
  gap:12px;
  align-items:start;
}
.keeper-question span{
  color:#a94220;
  font:900 10px/1.5 monospace;
}
.keeper-question p{
  margin:0;
  font-size:17px;
  line-height:1.45;
}
.keeper-answer-note{
  margin-top:28px;
  background:var(--white);
  border:1px solid var(--line);
  padding:23px 24px;
}
.keeper-answer-note strong{
  display:block;
  margin-bottom:8px;
  font-size:14px;
}
.keeper-answer-note p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.65;
}

.keeper-trust{
  background:#e5ded3;
}
.keeper-trust-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  margin-top:46px;
  border-top:1px solid #99958c;
  border-bottom:1px solid #99958c;
}
.keeper-trust-card{
  min-height:250px;
  padding:26px 23px 28px;
  border-right:1px solid #b1aaa0;
}
.keeper-trust-card:last-child{border-right:0}
.keeper-trust-card span{
  color:#a94220;
  font:900 10px/1 monospace;
}
.keeper-trust-card h3{
  margin:26px 0 12px;
  font-size:22px;
  line-height:1.08;
  letter-spacing:-.025em;
}
.keeper-trust-card p{
  margin:0;
  color:#5b5852;
  font-size:13px;
  line-height:1.6;
}

.keeper-profiles{background:var(--white)}
.keeper-profile-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:44px;
}
.keeper-profile-card{
  border:1px solid var(--line);
  background:var(--paper);
  padding:28px;
}
.keeper-profile-card span{
  font:850 10px/1 monospace;
  color:#a94220;
}
.keeper-profile-card h3{
  margin:22px 0 12px;
  font-size:27px;
  letter-spacing:-.03em;
}
.keeper-profile-card p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.65;
}

.keeper-dev-status{
  background:var(--navy);
  color:var(--white);
}
.keeper-dev-layout{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:clamp(50px,7vw,110px);
  align-items:start;
}
.keeper-dev-copy p{
  color:#c3d1d0;
  font-size:16px;
  line-height:1.72;
}
.keeper-status-panel{
  background:var(--white);
  color:var(--ink);
  border:1px solid #647b7f;
}
.keeper-status-panel-head{
  min-height:54px;
  padding:0 20px;
  border-bottom:1px solid var(--line);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  font:850 9px/1 monospace;
  letter-spacing:.14em;
}
.keeper-status-panel-head b{
  background:var(--acid);
  padding:7px 9px;
}
.keeper-status-item{
  display:grid;
  grid-template-columns:36px 1fr;
  gap:13px;
  border-bottom:1px solid var(--line);
  padding:18px 20px;
}
.keeper-status-item:last-child{border-bottom:0}
.keeper-status-item span{
  color:#a94220;
  font:900 10px/1.5 monospace;
}
.keeper-status-item p{
  margin:0;
  font-size:13px;
  line-height:1.58;
}

.keeper-solutions-card{
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(420px,1.15fr);
  gap:clamp(50px,7vw,96px);
  align-items:center;
  background:rgba(255,250,243,.52);
  border:1px solid #b7aa9a;
  padding:clamp(28px,4vw,54px);
}
.keeper-solutions-card h3{
  margin:18px 0 16px;
  font-size:clamp(40px,4.4vw,68px);
  line-height:.98;
  letter-spacing:-.05em;
}
.keeper-solutions-card p{
  color:#5c554e;
  font-size:16px;
  line-height:1.7;
}
.keeper-solutions-card .text-link{margin-top:12px}

@media(max-width:1100px){
  .keeper-preview{grid-template-columns:1fr 1fr;gap:44px}
  .keeper-flow-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .keeper-flow-step:nth-child(2){border-right:0}
  .keeper-flow-step:nth-child(-n+2){border-bottom:1px solid #aeb0aa}
  .keeper-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .keeper-trust-card:nth-child(2){border-right:0}
  .keeper-trust-card:nth-child(-n+2){border-bottom:1px solid #b1aaa0}
}
@media(max-width:920px){
  .keeper-preview,
  .keeper-page-hero,
  .keeper-intro-grid,
  .keeper-folder-grid,
  .keeper-ask-layout,
  .keeper-dev-layout,
  .keeper-solutions-card{
    grid-template-columns:1fr;
    gap:36px;
  }
  .keeper-preview:before{display:none}
  .keeper-preview h2{font-size:clamp(42px,10vw,58px)}
  .keeper-preview .actions{margin-left:0}
  .keeper-case-card,.keeper-folder-tree{box-shadow:0 12px 28px rgba(0,0,0,.14)}
  .keeper-page-hero{min-height:auto;padding-top:52px;padding-bottom:58px}
  .keeper-page-hero h1{font-size:clamp(42px,10vw,62px);line-height:.97}
  .keeper-hero-lead{font-size:17px}
  .keeper-flow-grid{grid-template-columns:1fr}
  .keeper-flow-step{min-height:auto;border-right:0;border-bottom:1px solid #aeb0aa}
  .keeper-flow-step:last-child{border-bottom:0}
  .keeper-planned-note{grid-template-columns:1fr;gap:12px}
  .keeper-example-grid{grid-template-columns:1fr}
  .keeper-trust-grid{grid-template-columns:1fr}
  .keeper-trust-card{min-height:auto;border-right:0;border-bottom:1px solid #b1aaa0}
  .keeper-trust-card:last-child{border-bottom:0}
  .keeper-profile-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
  .keeper-status-line{align-items:flex-start;flex-direction:column}
  .keeper-preview-lead,.keeper-hero-lead{font-size:16px}
  .keeper-case-head{align-items:flex-start;flex-direction:column;justify-content:center;padding-top:13px;padding-bottom:13px}
  .keeper-case-row{grid-template-columns:24px minmax(0,1fr)}
  .keeper-case-row small{grid-column:2}
  .keeper-intro-copy p{font-size:16px}
  .keeper-plain-callout{box-shadow:none}
  .keeper-example-card,.keeper-profile-card{padding:22px}
  .keeper-tree-lines{padding:22px 18px;font-size:11px;overflow-wrap:anywhere}
  .keeper-folder-tree-head{align-items:flex-start;flex-direction:column;justify-content:center;padding-top:13px;padding-bottom:13px}
}
