.machine-actions{display:flex;flex-direction:column;align-items:flex-start;gap:13px;margin-top:24px}
.machine-copy .machine-actions .text-link{margin-top:0}
.technical-sheet{margin-top:60px;color:var(--ink);border:1px solid #c7b58e;box-shadow:0 12px 30px #07100d33}
.technical-sheet>summary{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:28px 36px;cursor:pointer;list-style:none}
.technical-sheet>summary::-webkit-details-marker{display:none}
.technical-sheet>summary:hover{background:#caa2631a}
.technical-sheet>summary:focus-visible{outline:3px solid var(--rust);outline-offset:-7px}
.technical-summary-title{display:block;min-width:0}
.technical-kicker{display:block;font:600 12px/1.6 var(--label);letter-spacing:.12em;color:var(--rust)}
.technical-model{display:block;margin-top:8px;font:400 clamp(22px,2.4vw,32px)/1.4 var(--display)}
.technical-model>span{color:var(--rust)}
.technical-toggle{display:flex;align-items:center;gap:20px;font:600 13px/1.4 var(--label);letter-spacing:.07em;flex-shrink:0}
.technical-toggle-icon{display:grid;place-items:center;width:42px;height:42px;border:1px solid #a99572;font:400 29px/1 var(--label);color:var(--rust);transition:transform .2s}
.technical-close-label{display:none}
.technical-sheet[open] .technical-open-label{display:none}
.technical-sheet[open] .technical-close-label{display:inline}
.technical-sheet[open] .technical-toggle-icon{transform:rotate(45deg)}
.technical-sheet[open]>summary{border-bottom:1px solid var(--line)}
.technical-body{padding:34px 36px 28px}
.technical-intro{display:grid;grid-template-columns:minmax(0,1fr) 150px;gap:40px;align-items:center;margin-bottom:38px}
.technical-intro p{font-size:14px;line-height:1.9}
.technical-intro .technical-motto{font-size:21px;line-height:1.6;font-style:italic;color:var(--rust)}
.technical-seal{border:3px double var(--rust);color:var(--rust);padding:18px 10px;text-align:center;transform:rotate(3deg);font:600 10px/1.6 var(--label);letter-spacing:.08em}
.technical-seal strong{display:block;margin-block:4px;font:400 32px/1.3 var(--display)}
.technical-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:44px}
.technical-group+.technical-group{margin-top:28px}
.technical-group h3{display:flex;align-items:center;gap:12px;padding:10px 0;border-top:2px solid var(--ink);border-bottom:1px solid var(--line);font:600 19px/1.4 var(--label);letter-spacing:.06em}
.technical-group h3>span{font-size:13px;color:var(--rust)}
.technical-group dl{margin:0}
.technical-group dl>div{display:grid;grid-template-columns:120px minmax(0,1fr);gap:18px;padding:12px 0;border-bottom:1px solid #c8bda680}
.technical-group dt{font:600 15px/1.6 var(--label)}
.technical-group dd{margin:0;font-size:14px;line-height:1.7;overflow-wrap:anywhere}
.technical-note{font-style:italic;color:#754238}
.technical-warranty{margin-top:36px;padding:24px 20px;border-top:1px solid #bda67d;border-bottom:1px solid #bda67d;background:#caa26314;text-align:center}
.technical-warranty p{margin-top:10px;font-size:21px;line-height:1.6;font-style:italic}
.technical-colophon{margin-top:22px;text-align:center;font:400 13px/1.8 var(--label);letter-spacing:.025em}
@media(max-width:1150px){
 .technical-sheet>summary{padding:25px 28px}
 .technical-toggle{gap:13px}
 .technical-body{padding:30px 28px 26px}
 .technical-grid{gap:30px}
 .technical-group dl>div{grid-template-columns:100px minmax(0,1fr);gap:12px}
}
@media(max-width:960px){
 .technical-sheet{margin-top:42px}
 .technical-grid{grid-template-columns:1fr;gap:28px}
 .technical-group dl>div{grid-template-columns:140px minmax(0,1fr);gap:24px}
 .technical-intro{gap:25px;grid-template-columns:minmax(0,1fr) 130px}
 .technical-toggle{font-size:12px}
 .technical-model{font-size:26px}
}
@media(max-width:640px){
 .machine-actions .button{font-size:15px;gap:18px;padding-inline:17px}
 .technical-sheet{margin-top:34px}
 .technical-sheet>summary{padding:23px 20px;align-items:flex-start;flex-direction:column;gap:18px}
 .technical-kicker{font-size:10px;letter-spacing:.08em}
 .technical-model{font-size:24px}
 .technical-model>span{display:block}
 .technical-toggle{width:100%;justify-content:space-between}
 .technical-toggle-icon{width:36px;height:36px}
 .technical-body{padding:24px 20px}
 .technical-intro{grid-template-columns:1fr;gap:24px;margin-bottom:30px}
 .technical-intro .technical-motto{font-size:19px}
 .technical-seal{width:150px;justify-self:center}
 .technical-group h3{font-size:17px;letter-spacing:.025em;gap:9px}
 .technical-group dl>div{grid-template-columns:1fr;gap:4px;padding:12px 0}
 .technical-group dt{font-size:14px}
 .technical-warranty{padding:22px 12px}
 .technical-warranty p{font-size:18px}
 .technical-colophon{font-size:12px}
}
@media(prefers-reduced-motion:reduce){.technical-toggle-icon{transition:none}}
