/* PACO field tools — scoped to avoid changing equipment / hero layouts. */
.paco-calculator-page{background:#f3f6f8;color:#0a2337;padding:140px 0 64px}
.calc-shell{max-width:1280px;margin:auto;padding:0 28px}
.paco-calculator-page [hidden]{display:none!important}
.paco-calculator-page a{color:#075ccc;text-decoration:none}
.paco-calculator-page a:hover{text-decoration:underline}
.calc-breadcrumb{display:flex;gap:14px;font-size:13px;color:#546a7a;margin:0 0 35px}
.calc-heading{display:flex;justify-content:space-between;align-items:center;gap:30px;margin-bottom:30px}
.calc-eyebrow{font-size:11px;letter-spacing:.16em;font-weight:800;color:#075cdb;margin:0 0 14px}
.calc-eyebrow span{color:#647b8c;margin-left:12px}
.calc-heading h1{font-family:Impact,'Arial Narrow',sans-serif;font-weight:400;font-size:clamp(44px,5.5vw,78px);line-height:.96;text-transform:uppercase;margin:0 0 18px;letter-spacing:-.02em}
.calc-heading h1 span{display:block;color:#075ce5}
.calc-heading p:last-child{color:#4d6577;line-height:1.6;margin:0;font-size:16px}
.calc-heading-badge{border-left:3px solid #0960ed;padding:10px 22px;font-size:11px;letter-spacing:.1em;color:#647b8c}
.calc-heading-badge strong{display:block;margin-top:6px;font-size:17px;color:#102b40;letter-spacing:0}
.calc-tabs{display:flex;gap:2px;background:#d1dce5;padding:2px;margin-bottom:26px;border-radius:5px;max-width:600px}
.calc-tabs a{display:flex;align-items:center;gap:12px;flex:1;padding:17px 18px;font-size:13px;font-weight:700;color:#456277;background:#eaf0f5;border-radius:3px}
.calc-tabs a span{flex:1}.calc-tabs a[aria-current]{background:#075ce5;color:#fff}.calc-tabs a:hover{background:#0b427b;color:white;text-decoration:none}
.calc-workspace{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:26px;align-items:start}
.calc-jump{display:none}
.calc-input-panel{margin:0;background:white;border:1px solid #cedce5;border-top:4px solid #0960ed;border-radius:6px;box-shadow:0 8px 30px #16395908;padding:26px 28px}
.calc-panel-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}
.calc-panel-top h2{font-family:inherit;text-transform:none;letter-spacing:-.03em;font-size:25px;margin:0}
.calc-units{font-size:11px;font-weight:700;color:#456277;display:flex;align-items:center;gap:8px}
.paco-calculator-page select,.paco-calculator-page input{font:inherit;color:#102b40;border:1px solid #a7bdce;background:#fff;box-shadow:none;border-radius:4px;min-height:46px;width:100%;padding:10px 12px;line-height:1.3}
.paco-calculator-page select{appearance:auto;padding-right:8px}
.calc-units select{font-size:13px;max-width:164px;background:#f1f6fb}
.paco-calculator-page :is(input,select,button,a):focus-visible{outline:3px solid #0e69f3;outline-offset:3px}
.paco-calculator-page input[readonly]{background:#ecf3fa;border-style:dashed;color:#45657c}
.calc-example,.calc-small{font-size:12px;line-height:1.6;color:#536c7f}
.calc-example{margin:0 0 22px;padding-bottom:18px;border-bottom:1px solid #dce5ec}
.calc-input-panel fieldset{border:0;border-bottom:1px solid #dce5ec;padding:0 0 24px;margin:0 0 24px;min-width:0}
.calc-input-panel fieldset:last-of-type{margin-bottom:18px}
.calc-input-panel legend{padding:0;margin:0 0 17px;font-size:16px;font-weight:800;color:#163a55}
.calc-input-panel legend b{display:inline-flex;align-items:center;justify-content:center;border:1px solid #b4cfea;width:27px;height:27px;border-radius:50%;color:#075ce5;font-size:11px;margin-right:9px}
.calc-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 16px}
.calc-field{display:flex;flex-direction:column;gap:7px;font-size:14px;font-weight:700;min-width:0}
.calc-field>span{line-height:1.4}.calc-field small{font-size:12px;line-height:1.5;font-weight:400;color:#536c7f}.calc-field>span small{white-space:nowrap}
.calc-wide{grid-column:1/-1}
.calc-product-guidance{padding:12px 14px;border-left:3px solid #0875ec;background:#edf5fc;color:#264b68;font-size:13px;line-height:1.6;margin:0}
.calc-actions{display:flex;gap:12px;justify-content:space-between}
.calc-actions button{font:inherit;font-weight:700;font-size:13px;border-radius:4px;min-height:46px;background:#edf4fa;border:1px solid #bacedd;color:#264b68;padding:10px 14px;cursor:pointer}
.calc-actions button[data-print]{background:#075ce5;color:#fff;border-color:#075ce5}
.calc-actions button:disabled{opacity:.5;cursor:not-allowed}
.calc-results{background:#071e32;color:white;border-radius:6px;border-top:4px solid #0960ed;overflow:hidden;box-shadow:0 12px 30px #071e3215;position:sticky;top:20px}
.calc-result-heading{display:flex;justify-content:space-between;padding:22px 24px 0;font-size:11px;letter-spacing:.13em;font-weight:800;color:#aac9e0}
.calc-live{color:#80c7ff;font-size:10px}
.calc-diagram{background:linear-gradient(135deg,#0c2a43,#071e32);margin-top:12px;text-align:center;border-bottom:1px solid #254259;padding:10px 20px 20px}
.calc-diagram svg{width:100%;max-width:340px;height:180px}.calc-diagram>span{display:block;color:#92b0c7;font-size:9px;letter-spacing:.16em}
.calc-live-results{padding:22px 24px}.calc-total{padding-bottom:18px;border-bottom:1px solid #28475e;margin-bottom:8px}.calc-total>span{font-size:14px;color:#cee0ef}
.calc-total>strong{display:block;font-family:inherit;font-weight:800;font-size:clamp(34px,3.7vw,54px);line-height:1.1;letter-spacing:-.045em;margin:12px 0;color:#fff;overflow-wrap:anywhere}
.calc-total>strong>small{font-size:18px;margin-left:9px;color:#81c4ff;letter-spacing:0}
.calc-total .calc-small{color:#8fc5ef;margin:0}
.calc-result-row{display:flex;justify-content:space-between;gap:18px;padding:12px 0;border-bottom:1px solid #254259;font-size:13px;line-height:1.5}
.calc-result-row>span{color:#b9cfdf}.calc-result-row>strong{color:white;text-align:right;flex-shrink:0;max-width:55%;overflow-wrap:anywhere}
.calc-live-results .calc-small{color:#b9cfdf;margin-top:18px}.calc-result-note{background:#0e2b43;padding:18px 24px;margin:0;color:#b6ccdc;font-size:12px;line-height:1.65}
.calc-error,.calc-warning{background:#fff1e5;color:#743200;border-left:3px solid #e2924b;padding:14px;font-size:14px;line-height:1.5}
.calc-mix-prompt{padding:14px;border:1px solid #3f6887;color:#c9e4fa;font-size:13px;line-height:1.6}
.calc-method{display:grid;grid-template-columns:1fr 2.1fr;gap:40px;padding-top:40px;margin-top:42px;border-top:1px solid #cddce6}
.calc-method h2{font-family:inherit;text-transform:none;letter-spacing:-.035em;font-size:28px;line-height:1.2;margin:0;color:#0d2b40}
.calc-method>div>p:not(.calc-eyebrow){font-size:14px;line-height:1.7;color:#4f6576;margin:0 0 16px}
.calc-method a{text-decoration:underline}.calc-method .calc-small{font-size:12px!important}
@media(max-width:900px){.calc-workspace{grid-template-columns:minmax(0,1fr) minmax(290px,.85fr);gap:16px}.calc-input-panel{padding:20px}.calc-panel-top{align-items:flex-start;flex-direction:column}.calc-heading-badge{display:none}.calc-fields{gap:16px 12px}}
@media(max-width:680px){.paco-calculator-page{padding-top:20px}.calc-shell{padding:0 16px}.calc-breadcrumb{margin-bottom:25px}.calc-heading h1{font-size:48px}.calc-heading p:last-child{font-size:15px}.calc-tabs a{padding:13px 10px;font-size:12px;gap:7px;min-height:52px}.calc-workspace{display:flex;flex-direction:column}.calc-input-panel,.calc-results{width:100%;box-sizing:border-box}.calc-results{position:static}.calc-panel-top{flex-direction:row;align-items:center}.calc-panel-top h2{font-size:22px}.calc-units{font-size:0}.calc-units select{font-size:14px;max-width:153px}.calc-field{font-size:14px}.paco-calculator-page :is(input,select){font-size:16px;min-height:48px}.calc-field small{font-size:12px}.calc-input-panel{padding:20px 16px}.calc-fields{gap:20px 12px}.calc-total>strong{font-size:48px}.calc-result-row{font-size:15px}.calc-small,.calc-result-note{font-size:13px}.calc-method{grid-template-columns:1fr;gap:20px;margin-top:26px;padding-top:26px}.calc-method h2 br{display:none}.calc-method h2{font-size:26px}}
@media(max-width:370px){.calc-fields{grid-template-columns:1fr}.calc-panel-top{flex-direction:column;align-items:flex-start}.calc-actions{flex-wrap:wrap}}
@media(max-width:760px){.paco-calculator-page{padding-top:112px}}
@media(max-width:680px){.calc-jump{display:block;margin:-6px 0 20px;font-size:14px;font-weight:700;padding:12px 0}.calc-results{scroll-margin-top:16px}}
/* Compact desktop tool, retaining readable inputs and touch targets. */
.calc-shell{max-width:1160px}
.calc-breadcrumb{margin-bottom:16px}
.calc-heading{margin-bottom:18px}
.calc-heading h1{font-size:clamp(30px,3.4vw,44px);line-height:1.04;margin-bottom:9px}
.calc-heading h1 span{display:inline}
.calc-heading p:last-child{font-size:14px}
.calc-eyebrow{margin-bottom:8px}
.calc-tabs{max-width:none;margin-bottom:18px}
.calc-tabs a{padding:12px 16px;min-height:46px}
.calc-workspace{grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);gap:20px}
.calc-input-panel{padding:18px 20px}
.calc-example{margin-bottom:14px;padding-bottom:12px;font-size:11px}
.calc-input-panel fieldset{margin-bottom:14px;padding-bottom:14px}
.calc-input-panel legend{margin-bottom:12px}
.calc-fields{gap:12px 14px}
.calc-field{gap:5px}
.calc-field>small{font-size:11px;line-height:1.45}
.calc-dimension-help{font-size:12px;line-height:1.5;margin:0;color:#42647c}
.paco-calculator-page input.calc-derived{border:2px dotted #0867df;background:#edf5ff;color:#075ac5;cursor:text}
.calc-result-heading{padding:16px 20px 0}
.calc-diagram{margin-top:8px;padding:0 16px 9px}
.calc-diagram svg{height:104px}
.calc-live-results{padding:16px 20px}
.calc-total{padding-bottom:12px}
.calc-total>strong{font-size:40px;margin:7px 0}
.calc-result-row{padding:8px 0;gap:12px}
.calc-hammer{margin-top:16px;padding-top:14px;border-top:2px solid #096cf3}
.calc-live-results .calc-hammer p{font-size:11px;line-height:1.5;margin:7px 0;color:#c3d9eb}
.calc-live-results .calc-hammer-eyebrow{font-size:11px;letter-spacing:.08em;font-weight:800;color:#82c4ff}
.calc-live-results .calc-hammer-rule{font-size:12px;color:#fff;font-weight:700}
.paco-calculator-page .calc-hammer-tag{display:flex;gap:14px;align-items:center;background:#123854;border:1px solid #487da8;border-radius:5px;padding:12px;margin:12px 0;color:white;text-decoration:none}
.paco-calculator-page .calc-hammer-tag:hover{background:#075ce5;border-color:#79baff}
.calc-hammer-brand{margin:20px 0 8px;font-weight:800;color:#b9ddff}
.calc-hammer-tag img{width:40px;height:80px;object-fit:contain;background:linear-gradient(135deg,#fff,#e1ebf4);padding:4px;border-radius:3px;flex-shrink:0;box-sizing:content-box}
.calc-hammer-tag>span{display:grid;gap:7px;min-width:0}
.calc-hammer-tag strong{font-size:18px;line-height:1.2}
.calc-hammer-tag span span{font-size:12px;line-height:1.5;color:#e0edfa}
.calc-hammer-tag small{font-size:11px;color:#98d1ff;font-weight:700}
.calc-result-note{padding:12px 20px;font-size:11px}
@media(min-width:901px){
  .paco-calculator-page{padding-top:128px}
  .calc-breadcrumb{margin-bottom:10px}.calc-heading{margin-bottom:12px}.calc-tabs{margin-bottom:14px}
  .calc-input-panel{padding:16px 20px}.calc-example{padding-bottom:8px;margin-bottom:10px}
  .calc-input-panel fieldset{padding-bottom:10px;margin-bottom:10px}.calc-input-panel fieldset:last-of-type{margin-bottom:12px}
  .calc-input-panel legend{margin-bottom:8px}.calc-fields{gap:9px 14px}
  .paco-calculator-page input,.paco-calculator-page select{min-height:42px;padding:8px 12px}
}
@media(max-width:900px) and (min-width:681px){.calc-shell{padding:0 18px}.calc-workspace{grid-template-columns:minmax(0,1fr) minmax(290px,.9fr);gap:14px}.calc-input-panel{padding:16px}.calc-live-results{padding:16px}}
@media(max-width:680px){.calc-heading h1{font-size:32px}.calc-heading h1 span{display:block}.calc-tabs{flex-direction:column}.calc-tabs a{font-size:14px;padding:12px}.calc-fields{gap:16px 12px}.calc-field>small{font-size:12px}.calc-input-panel{padding:18px 16px}.calc-hammer-tag strong{font-size:19px}.calc-live-results .calc-hammer p,.calc-hammer-tag span span,.calc-result-note{font-size:13px}.calc-hammer-tag small{font-size:12px}.calc-results{position:static}.calc-total>strong{font-size:40px}}
/* Give the pile illustration the full right-hand half of the summary. */
.calc-pile-summary{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.08fr);gap:16px;align-items:stretch}
.calc-pile-numbers{min-width:0}
.paco-calculator-page .calc-diagram{display:flex;flex-direction:column;justify-content:center;align-items:center;position:static;width:auto;margin:0;padding:10px 0;border:0;border-left:1px solid #28475e;background:none;min-width:0}
.paco-calculator-page .calc-diagram svg{height:220px;max-width:none;width:100%}
.paco-calculator-page .calc-diagram>span{font-size:8px;letter-spacing:.06em;line-height:1.5;padding:0 8px}
.calc-pile-summary .calc-total{padding-right:0}
.calc-pile-summary .calc-total>strong{font-size:clamp(28px,2.7vw,38px)}
.calc-pile-summary .calc-result-row{display:block}
.calc-pile-summary .calc-result-row>strong{display:block;text-align:left;max-width:none;margin-top:4px}
@media(min-width:681px) and (max-width:1099px){.calc-pile-summary{grid-template-columns:1fr}.calc-pile-summary .calc-diagram{border-left:0;border-top:1px solid #28475e}.calc-pile-summary .calc-diagram svg{height:180px}.calc-pile-summary .calc-total>strong{font-size:36px}}
@media(max-width:680px){.calc-pile-summary{gap:8px;grid-template-columns:minmax(0,1fr) minmax(0,.9fr)}.calc-pile-summary .calc-total>strong{font-size:30px}.calc-pile-summary .calc-total>strong>small{font-size:15px;margin-left:4px}.calc-pile-summary .calc-result-row{font-size:13px}.calc-pile-summary .calc-diagram svg{height:180px}.calc-pile-summary .calc-total>span{font-size:13px}}
@media(max-width:370px){.calc-pile-summary{grid-template-columns:1fr}.calc-pile-summary .calc-diagram{border-left:0;border-top:1px solid #28475e}.calc-pile-summary .calc-diagram svg{height:190px}}
@media print{
  .calc-pile-summary{display:block}.paco-calculator-page .calc-diagram{display:none}
  @page{margin:14mm}
  .site-header,.site-footer,.skip-link,.calc-breadcrumb,.calc-tabs,.calc-heading-badge,.calc-actions,.calc-jump{display:none!important}
  html,body,.paco-calculator-page{background:white!important;color:black!important;min-width:0!important}
  .calc-shell{max-width:none;padding:0}.paco-calculator-page{padding:0}.calc-heading{margin-bottom:14px}.calc-heading h1{font-size:32px}.calc-heading h1 span{display:inline;margin-left:8px;color:#111}.calc-heading p:last-child{font-size:11px}
  .calc-workspace{display:block}.calc-input-panel{box-shadow:none;border:1px solid #999;padding:14px;margin-bottom:18px}.calc-panel-top,.calc-example{margin-bottom:10px}.calc-input-panel fieldset{padding-bottom:10px;margin-bottom:10px;break-inside:avoid}.calc-fields{gap:9px 16px}.calc-field{font-size:11px}.calc-field small,.calc-small{font-size:10px}.paco-calculator-page input,.paco-calculator-page select{min-height:28px;padding:4px;font-size:11px}.calc-results{position:static;box-shadow:none;background:#fff!important;border:1px solid #999;color:#111;break-inside:avoid}.calc-result-heading,.calc-live-results{padding:12px}.calc-diagram{display:none}.calc-total>strong{font-size:30px}.calc-results *{color:#111!important;background:transparent!important}.calc-result-row{padding:6px 0;font-size:11px}.calc-result-note{padding:12px}.calc-method{display:block;margin-top:15px;padding-top:15px}.calc-method h2{font-size:20px;margin-bottom:10px}.calc-method p{font-size:10px!important}.calc-live{display:none}
}
.calc-vibro-choice{display:flex;gap:14px;align-items:center;padding:14px;border:1px solid #4d7896;background:#0d3047;color:#ddecf7;text-decoration:none;margin:14px 0}
.calc-vibro-choice img{width:72px;height:76px;object-fit:contain;background:#eef3f6;padding:5px;border-radius:3px;flex-shrink:0}
.calc-vibro-choice{position:relative;padding-right:38px;border-radius:5px}
.calc-vibro-choice>span:not(.calc-status-light){min-width:0}
.calc-status-light{position:absolute;right:13px;top:13px;width:12px;height:12px;border:2px solid #d3ecdf;border-radius:50%;box-shadow:0 0 0 4px #ffffff08}
.calc-status-light.is-green{background:#4ce38b;box-shadow:0 0 9px #4ce38b55}
.calc-status-light.is-yellow{background:#ffd15b;border-color:#fff0bc;box-shadow:0 0 9px #ffd15b44}
.calc-live-results .calc-hammer .calc-selected-setup,.calc-hammer-tag .calc-selected-setup{font-size:12px;line-height:1.45;color:#b9d3e5;margin-top:6px}
.calc-live-results .calc-hammer .calc-selection-review,.calc-hammer-tag .calc-selection-review{color:#ffe1a0;font-size:11px}
@media(max-width:420px){.calc-vibro-choice{gap:10px;padding:12px 30px 12px 12px}.calc-vibro-choice img{width:52px;height:66px}.calc-status-light{right:10px;top:10px}.calc-live-results .calc-hammer .calc-selected-setup{font-size:12px}}
.calc-vibro-choice strong{font-size:19px;color:#fff;line-height:1.3}.calc-vibro-choice p{margin:3px 0}.calc-amplitude{color:#8acaff;font-weight:750}
.calc-vibro-comparison{margin:16px 0;border:1px solid #4d7896}.calc-vibro-comparison summary{cursor:pointer;padding:14px;font-size:14px;font-weight:700;line-height:1.5}
.calc-vibro-model{display:grid;grid-template-columns:1fr auto;gap:8px;padding:14px;border-top:1px solid #34576e}.calc-vibro-model>a{font-size:15px;color:#8acaff;font-weight:750}.calc-vibro-model p{grid-column:1/-1;margin:0;font-size:12px;line-height:1.5}
.calc-vibro-status{font-size:11px;line-height:1.5;font-weight:800;border-radius:3px;padding:4px 6px;align-self:start;background:#263f50;color:#e3ecf3}.calc-vibro-status.go{color:#c5f7d7;background:#154936}.calc-vibro-status.maybe{color:#ffe6a4;background:#55421e}.calc-vibro-status.no-go{color:#ffd2cf;background:#59292a}
@media(max-width:420px){.calc-vibro-model{grid-template-columns:1fr}.calc-vibro-status{justify-self:start}}
.paco-calculator-page .calc-diagram svg{height:auto;aspect-ratio:280/310;min-height:230px;max-height:330px}
.calc-results{position:static}
.paco-calculator-page .calc-diagram svg text{font-size:15px}
@media(max-width:680px){.calc-pile-summary{grid-template-columns:1fr}.calc-pile-summary .calc-diagram{border-left:0;border-top:1px solid #28475e;padding:16px 0}.paco-calculator-page .calc-diagram svg{width:100%;max-width:300px;min-height:310px}.calc-pile-summary .calc-total>strong{font-size:38px}.calc-pile-summary .calc-result-row{display:flex}.calc-pile-summary .calc-result-row>strong{margin:0}}
@media print{.calc-results{break-inside:auto}.calc-hammer,.calc-vibro-model{break-inside:avoid}.calc-vibro-comparison{display:none}}
/* Distinct input cards keep each step readable without changing the calculation flow. */
[data-calculator="pile"] .calc-input-panel fieldset{background:#edf2f7;border:1px solid #d3dfe9;border-left:3px solid #8eafc9;border-radius:8px;padding:14px;margin:0 0 14px}
[data-calculator="pile"] .calc-input-panel legend{float:left;width:100%;margin:0 0 12px;padding:0;font-size:16px}
[data-calculator="pile"] .calc-input-panel legend b{background:#fff;border-color:#9ebfdc}
[data-calculator="pile"] .calc-input-panel fieldset .calc-fields{clear:both}
.calc-clamp-toggle{align-self:flex-start;cursor:pointer;font:700 12px/1.3 Arial,sans-serif;color:#165077;background:#fff;border:1px solid #9bb7cb;border-radius:5px;padding:9px 12px;margin-top:3px;min-height:36px}
.calc-clamp-toggle:hover,.calc-clamp-toggle[aria-expanded="true"]{background:#dceafa;border-color:#477ba9}
.calc-soil-basis{font-size:11px;line-height:1.6;color:#405e75;border-top:1px solid #ccdbe7;padding-top:11px;margin:3px 0 0}
.calc-soil-basis a{color:#075baf;text-decoration:underline;text-underline-offset:2px}
@media(max-width:460px){[data-calculator="pile"] .calc-input-panel fieldset{padding:12px 10px}}
@media print{[data-calculator="pile"] .calc-input-panel fieldset{background:#f3f5f7;padding:10px}.calc-clamp-toggle{display:none}}
