/* Local experience only. Shared V2.3.1 CSS and original logo assets are retained. */
.review-locale{font:700 12px var(--mono);letter-spacing:.06em}
.review-ribbon{border-bottom:1px solid var(--line);background:var(--bg-deep);font-size:11px;color:var(--muted);padding:9px 0}
.review-ribbon .container{display:flex;gap:14px;align-items:center;justify-content:space-between}
.review-ribbon strong{color:var(--text);font-weight:650}
.ops{--warm:#b16b24;--warm-bg:rgba(177,107,36,.1);--blue:#387bba;--blue-bg:rgba(56,123,186,.1);--radius:16px;direction:ltr;font-family:var(--sans);line-height:1.95}
[data-theme="dark"] .ops{--warm:#ecb16c;--warm-bg:rgba(236,177,108,.09);--blue:#8fbde7;--blue-bg:rgba(143,189,231,.08)}
.ops *{min-width:0}
.ops [hidden]{display:none!important}
.ops h1,.ops h2,.ops h3,.ops h4{letter-spacing:0;line-height:1.6;margin:0;color:var(--text)}
.ops p{margin:0;color:var(--muted)}
.ops button,.ops input,.ops select,.ops textarea{font-family:inherit;font-size:13px}
.ops button{cursor:pointer}
.ops button:disabled{cursor:not-allowed;opacity:.48}
.ops a,.ops button{touch-action:manipulation}
.ops .eyebrow{font-size:11px;color:var(--accent);font-weight:700;letter-spacing:0;margin:0 0 18px;display:flex;align-items:center;gap:9px}
.ops .eyebrow:before{content:"";width:22px;height:1px;background:currentColor}
.ops .icon{width:22px;height:22px;display:inline-block;flex:none;stroke:currentColor;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.ops .num{font-family:var(--mono);direction:ltr;unicode-bidi:isolate}
.ops .muted{color:var(--muted)}
.ops .mini{font-size:11px;line-height:1.9;color:var(--muted)}
.ops .micro{font-size:10px;line-height:1.8;color:var(--muted)}
.ops .btn{display:inline-flex;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:10px 17px;border:1px solid var(--line-strong);background:var(--surface);color:var(--text);border-radius:8px;font-size:12px;font-weight:700;line-height:1.8;text-align:center;text-decoration:none;transition:border-color .15s,background .15s}
.ops .btn:hover{border-color:var(--accent);background:var(--accent-tint)}
.ops .btn-primary{background:var(--accent);color:var(--on-accent);border-color:var(--accent)}
.ops .btn-primary:hover{background:var(--accent-hover);color:var(--on-accent)}
.ops .btn-small{font-size:11px;padding:7px 11px;min-height:38px}
.ops .btn-quiet{background:transparent;border-color:transparent;color:var(--muted)}
.ops .btn-danger{color:var(--error)}
.ops .button-row{display:flex;flex-wrap:wrap;align-items:center;gap:9px}
.ops .hero{padding:65px 0 55px;border-bottom:1px solid var(--line);position:relative;overflow:hidden}
.ops .hero-layout{display:grid;grid-template-columns:1.12fr .78fr;gap:72px;align-items:center}
.ops h1{font-size:clamp(33px,3.7vw,53px);font-weight:800;line-height:1.65}
.ops h1 span{color:var(--accent)}
.ops .hero-lead{font-size:15px;max-width:650px;margin:21px 0 25px;line-height:2.15}
.ops .hero-foot{font-size:11px;color:var(--muted);margin-top:18px}
.ops .hero-story{background:var(--surface);border:1px solid var(--line-strong);border-radius:18px;padding:24px;box-shadow:0 18px 60px var(--ambient)}
.ops .story-top{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:11px;color:var(--muted);margin-bottom:21px}
.ops .story-top span:last-child{font:10px var(--mono);letter-spacing:.08em}
.ops .story-route{display:grid;gap:10px}
.ops .route-item{display:flex;align-items:center;gap:14px;background:var(--bg);border:1px solid var(--line);border-radius:11px;padding:14px;position:relative}
.ops .route-item:not(:last-child):after{content:"↓";position:absolute;bottom:-15px;right:28px;z-index:1;color:var(--accent);font-family:var(--mono);font-size:16px;line-height:16px;background:var(--surface)}
.ops .route-item .route-icon{border-radius:9px;background:var(--accent-tint);padding:8px;display:flex;color:var(--accent)}
.ops .route-item strong{font-size:12px;display:block;font-weight:700}
.ops .route-item small{display:block;color:var(--muted);font-size:10px;margin-top:3px}
.ops .route-item:last-child{border-style:dashed}
.ops .story-caption{border-top:1px solid var(--line);padding-top:15px;margin-top:18px;font-size:11px;color:var(--muted)}
.ops .section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:25px}
.ops .section-head h2{font-size:27px}
.ops .section-head p{font-size:13px;max-width:580px;margin-top:9px}
.ops .experience{padding:50px 0 70px;scroll-margin-top:100px}
.ops .mode-tabs{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:22px}
.ops .mode-tab{text-align:start;border:1px solid var(--line-strong);border-radius:14px;padding:22px 24px;display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:start;background:var(--surface);color:var(--text);transition:background .15s,border-color .15s;position:relative}
.ops .mode-tab[aria-selected="true"]{border-color:var(--accent);background:var(--accent-tint);box-shadow:inset 0 -3px 0 var(--accent)}
.ops .mode-tab:hover{border-color:var(--accent)}
.ops .tab-symbol{color:var(--accent);background:var(--surface);border:1px solid var(--line);border-radius:9px;padding:10px;display:flex}
.ops .mode-tab strong{font-size:17px;display:block;line-height:1.9}
.ops .mode-tab small{display:block;font-size:11px;color:var(--muted);margin-top:4px;line-height:1.95}
.ops .tab-index{color:var(--muted);font:11px var(--mono);padding-top:5px}
.ops .workspace-top{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:0 2px 18px;font-size:10px;color:var(--muted)}
.ops .workspace-top details{max-width:560px;position:relative}
.ops .workspace-top summary{cursor:pointer;text-decoration:underline;text-underline-offset:4px;list-style:none}
.ops .workspace-top details p{padding:12px 0 0;line-height:2;font-size:11px}
.ops .scenario{display:grid;grid-template-columns:1fr auto;gap:22px;align-items:center;padding:23px 26px;border:1px solid var(--line);border-radius:14px;background:var(--surface);margin-bottom:20px}
.ops .scenario-label{font-size:10px;color:var(--accent);font-weight:700;margin-bottom:6px;display:flex;align-items:center;gap:8px}
.ops .scenario h3{font-size:16px;margin:0 0 7px}
.ops .scenario p{font-size:12px;max-width:800px;line-height:2}
.ops .journey{display:flex;flex-wrap:wrap;gap:7px;margin-top:16px}
.ops .journey span{display:inline-flex;gap:6px;align-items:center;font-size:10px;padding:3px 9px;border:1px solid var(--line);border-radius:99px;color:var(--muted);background:var(--bg)}
.ops .journey span.done{color:var(--accent);border-color:var(--accent);background:var(--accent-tint)}
.ops .journey span:before{content:"○";font-family:var(--mono)}
.ops .journey span.done:before{content:"✓"}
.ops .metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:18px 0}
.ops .metric{background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:15px 19px}
.ops .metric>span{font-size:10px;color:var(--muted);display:block}
.ops .metric strong{font-size:23px;line-height:1.6;display:block;margin:4px 0;color:var(--text);font-weight:750;font-variant-numeric:tabular-nums}
.ops .metric small{font-size:10px;color:var(--muted);display:block}
.ops .metric.warm strong{color:var(--warm)}
.ops .metric.accent strong{color:var(--accent)}
.ops .funnel{display:grid;grid-template-columns:repeat(5,1fr);gap:9px;margin-bottom:21px}
.ops .funnel button{background:var(--surface);border:1px solid var(--line);border-radius:8px;padding:11px 13px;color:var(--muted);font-size:10px;text-align:start;display:flex;align-items:center;justify-content:space-between;gap:7px;line-height:1.7}
.ops .funnel button strong{font-size:14px;color:var(--text)}
.ops .funnel button[aria-pressed="true"]{border-color:var(--accent);color:var(--accent);background:var(--accent-tint)}
.ops .toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:16px}
.ops .toolbar input{flex:1 1 230px;min-width:160px}
.ops .toolbar select{width:auto;max-width:190px}
.ops input:not([type="checkbox"]),.ops select,.ops textarea{width:100%;border:1px solid var(--control-border);border-radius:7px;background:var(--field-bg);color:var(--text);padding:9px 11px;min-height:43px;line-height:1.7;outline-offset:3px}
.ops input::placeholder,.ops textarea::placeholder{color:var(--muted);opacity:.75}
.ops input[readonly]{opacity:.7}
.ops input[type="date"],.ops input[type="datetime-local"],.ops input[type="number"]{direction:ltr;text-align:start;font-family:var(--sans)}
.ops input[aria-invalid="true"],.ops select[aria-invalid="true"],.ops textarea[aria-invalid="true"]{border-color:var(--error)}
.ops textarea{resize:vertical;min-height:92px}
.ops .workgrid{display:grid;grid-template-columns:325px minmax(0,1fr);gap:19px;align-items:start}
.ops .list-box{border:1px solid var(--line);border-radius:12px;background:var(--surface);overflow:hidden}
.ops .list-title{padding:14px 17px;border-bottom:1px solid var(--line);font-size:11px;color:var(--muted);display:flex;gap:8px;justify-content:space-between}
.ops .record-list{max-height:670px;overflow:auto;overscroll-behavior:contain;padding:9px;scrollbar-width:thin;scrollbar-color:var(--line-strong) transparent}
.ops .record-card{width:100%;border:1px solid transparent;border-radius:9px;padding:16px 13px;text-align:start;background:transparent;color:var(--text);display:block;margin:0 0 7px;transition:background .15s,border-color .15s}
.ops .record-card:hover{background:var(--bg);border-color:var(--line)}
.ops .record-card[aria-current="true"]{background:var(--accent-tint);border-color:var(--accent)}
.ops .record-top{display:flex;justify-content:space-between;gap:12px;align-items:center;font-size:10px;color:var(--muted);margin-bottom:9px}
.ops .record-card h4{font-size:13px;margin-bottom:4px}
.ops .record-card p{font-size:10px;margin-bottom:11px;line-height:1.9}
.ops .record-bottom{display:flex;align-items:center;justify-content:space-between;gap:6px;font-size:10px;color:var(--muted)}
.ops .record-amount{color:var(--text);font-weight:650}
.ops .badge{font-size:9px;border:1px solid var(--line);background:var(--surface);padding:2px 7px;border-radius:5px;line-height:1.8;white-space:normal;display:inline-flex;align-items:center;gap:5px}
.ops .badge.warm{color:var(--warm);border-color:var(--warm);background:var(--warm-bg)}
.ops .badge.accent{color:var(--accent);border-color:var(--accent);background:var(--accent-tint)}
.ops .badge.blue{color:var(--blue);border-color:var(--blue);background:var(--blue-bg)}
.ops .badge.error{color:var(--error);border-color:var(--error);background:var(--error-tint)}
.ops .record-tags{display:flex;flex-wrap:wrap;gap:5px;margin-top:10px}
.ops .list-empty{padding:28px 17px;text-align:center;font-size:12px;color:var(--muted)}
.ops .detail{border:1px solid var(--line-strong);border-radius:12px;background:var(--surface);overflow:hidden;scroll-margin-top:110px}
.ops .detail-head{padding:21px 23px 16px;display:flex;justify-content:space-between;align-items:start;gap:18px}
.ops .detail-head h3{font-size:18px;margin-top:3px;overflow-wrap:anywhere}
.ops .detail-meta{font-size:10px;display:flex;align-items:center;gap:10px;color:var(--muted);flex-wrap:wrap}
.ops .detail-summary{font-size:11px;color:var(--muted);padding:0 23px 16px}
.ops .subtabs{display:flex;gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--bg)}
.ops .subtabs button{flex:1;background:transparent;border:0;border-bottom:2px solid transparent;color:var(--muted);padding:12px 8px;font-size:11px;line-height:1.8}
.ops .subtabs button[aria-selected="true"]{color:var(--accent);border-bottom-color:var(--accent);font-weight:700}
.ops .detail-body{padding:23px}
.ops .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px 17px}
.ops .form-grid .full{grid-column:1/-1}
.ops .field{display:block;margin:0;padding:0}
.ops .field>label,.ops .field>span{display:block;color:var(--text);font-size:11px;font-weight:650;margin:0 0 6px;line-height:1.9}
.ops .field>small{display:block;color:var(--muted);font-size:10px;margin-top:5px;line-height:1.9;font-weight:400}
.ops .check-row{display:flex;align-items:start;gap:9px;padding:10px 0;font-size:11px;line-height:1.9;color:var(--text)}
.ops .check-row input{width:17px;height:17px;margin:3px 0 0;flex:none;accent-color:var(--accent)}
.ops .check-row span small{display:block;color:var(--muted);font-size:10px}
.ops .divider{border:0;border-top:1px solid var(--line);margin:19px 0}
.ops .subhead{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:13px}
.ops .subhead h4{font-size:13px}
.ops .quote-line{display:grid;grid-template-columns:minmax(130px,1fr) 67px 69px 34px;gap:9px;align-items:end;padding:12px 0;border-bottom:1px solid var(--line)}
.ops .quote-line label{font-size:10px;color:var(--muted);display:block;margin-bottom:4px}
.ops .quote-line input,.ops .quote-line select{font-size:11px;padding:8px;min-height:40px}
.ops .quote-remove{height:40px;border:1px solid var(--line);background:transparent;border-radius:6px;color:var(--muted);font-size:18px}
.ops .line-price{grid-column:1/-1;font-size:10px;color:var(--muted)}
.ops .quote-summary{margin:17px 0;padding:15px 18px;background:var(--accent-tint);border:1px solid var(--line);border-radius:9px;display:grid;gap:7px}
.ops .quote-summary>div{display:flex;justify-content:space-between;align-items:baseline;gap:10px;font-size:11px;color:var(--muted)}
.ops .quote-summary strong{font-size:14px;color:var(--text)}
.ops .quote-summary .quote-total{border-top:1px solid var(--line);margin-top:4px;padding-top:9px}
.ops .quote-summary .quote-total strong{color:var(--accent);font-size:19px}
.ops .info-box{background:var(--bg);border:1px solid var(--line);border-inline-start:3px solid var(--accent);border-radius:8px;padding:13px 15px;font-size:11px;color:var(--muted);line-height:2;margin-bottom:17px}
.ops .info-box.warm{border-inline-start-color:var(--warm);background:var(--warm-bg)}
.ops .info-box strong{color:var(--text)}
.ops .detail-actions{border-top:1px solid var(--line);padding:16px 23px;background:var(--bg);display:flex;gap:9px;flex-wrap:wrap;align-items:center}
.ops .detail-actions .action-hint{width:100%;font-size:10px;color:var(--muted);line-height:1.8}
.ops .form-message{font-size:12px;border:1px solid var(--line);border-radius:7px;padding:11px 14px;margin:0 23px 16px;line-height:1.9;color:var(--accent);background:var(--accent-tint)}
.ops .form-message.error{color:var(--error);background:var(--error-tint);border-color:var(--error)}
.ops .activity-list{list-style:none!important;margin:0!important;padding:0!important}
.ops .activity-list li{position:relative;padding:0 0 18px 18px;border-inline-start:1px solid var(--line);margin-inline-start:4px;font-size:11px;color:var(--text);line-height:1.9;overflow-wrap:anywhere}
.ops .activity-list li:before{content:"";width:7px;height:7px;background:var(--accent);border:2px solid var(--surface);box-shadow:0 0 0 1px var(--line-strong);border-radius:50%;position:absolute;inset-inline-start:-4px;top:7px}
.ops .activity-list time{display:block;color:var(--muted);font-size:9px;margin:3px 0}
.ops .record-note{border:1px solid var(--line);background:var(--bg);padding:11px 14px;border-radius:8px;font-size:11px;color:var(--muted);margin-bottom:8px;overflow-wrap:anywhere;white-space:pre-wrap}
.ops .detail details{border:1px solid var(--line);border-radius:8px;padding:12px 15px;margin-top:15px}
.ops .detail summary{font-size:11px;cursor:pointer;color:var(--text)}
.ops .detail details>div{margin-top:16px}
.ops .workspace-end{display:flex;gap:18px;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding:20px 0 0;margin-top:22px;font-size:11px;color:var(--muted)}
.ops .explain{background:var(--surface);border-block:1px solid var(--line);padding:62px 0}
.ops .insight-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:19px}
.ops .insight-card{border:1px solid var(--line);border-radius:12px;padding:24px;background:var(--bg)}
.ops .insight-card>span{font:11px var(--mono);color:var(--accent)}
.ops .insight-card h3{font-size:15px;margin:15px 0 12px}
.ops .insight-card p{font-size:12px;line-height:2.1}
.ops .insight-card strong{color:var(--text)}
.ops .faq{margin-top:26px;display:grid;grid-template-columns:1fr 1fr;gap:12px}
.ops .faq details{border:1px solid var(--line);background:var(--bg);border-radius:9px;padding:17px 20px;align-self:start}
.ops .faq summary{font-size:12px;font-weight:700;color:var(--text);cursor:pointer;line-height:1.95}
.ops .faq p{font-size:12px;margin:13px 0 3px;line-height:2.1}
.ops .brief{padding:65px 0;border-bottom:1px solid var(--line)}
.ops .brief-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.ops .scope-box{border:1px solid var(--line);border-radius:13px;padding:24px;background:var(--surface)}
.ops .scope-box h3{font-size:16px;margin-bottom:8px}
.ops .scope-box p{font-size:12px}
.ops .scope-options{display:grid;grid-template-columns:1fr 1fr;gap:6px 16px;margin-top:15px}
.ops .brief-output{border:1px solid var(--line-strong);border-radius:12px;background:var(--surface);padding:23px;position:relative}
.ops .brief-output .scope-count{color:var(--accent);font:12px var(--mono);margin-bottom:12px}
.ops .brief-output h3{font-size:17px;margin-bottom:10px}
.ops .brief-output p{font-size:12px;margin-bottom:16px}
.ops .brief-output textarea{font-size:12px;line-height:2;min-height:245px;margin:13px 0 16px;padding:15px}
.ops .limit-note{padding:24px 0 45px;font-size:11px;line-height:2.05;color:var(--muted)}
.ops .limit-note strong{color:var(--text)}
.ops .local-message{border:1px solid var(--line);border-radius:10px;padding:14px 18px;background:var(--bg);font-size:11px;line-height:2}
.ops dialog{border:1px solid var(--line-strong);border-radius:16px;background:var(--surface);color:var(--text);padding:0;max-width:640px;width:calc(100% - 32px);max-height:88vh;box-shadow:var(--shadow);direction:ltr;line-height:1.9}
.ops dialog::backdrop{background:rgba(0,0,0,.66);backdrop-filter:blur(4px)}
.ops .dialog-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 24px;border-bottom:1px solid var(--line)}
.ops .dialog-head h3{font-size:18px}
.ops .dialog-close{background:transparent;border:1px solid var(--line);width:38px;height:38px;border-radius:8px;font-size:22px;color:var(--muted)}
.ops .dialog-body{padding:24px}
.ops .dialog-body .button-row{margin-top:20px}
.ops .dialog-body .form-message{margin:14px 0}
.ops .quote-sheet{line-height:2.1;font-size:12px}
.ops .quote-sheet table{width:100%;border-collapse:collapse;margin:18px 0;font-size:11px;min-width:0;background:transparent}
.ops .quote-sheet td,.ops .quote-sheet th{border:1px solid var(--line);padding:10px;text-align:start;overflow-wrap:anywhere}
.ops .quote-sheet th{background:var(--bg);color:var(--muted)}
.ops .toast{position:fixed;bottom:22px;left:50%;transform:translateX(-50%);z-index:999;max-width:min(600px,calc(100% - 30px));width:max-content;background:var(--surface-raised);border:1px solid var(--accent);box-shadow:var(--shadow);border-radius:10px;padding:13px 20px;color:var(--text);font-size:12px;line-height:2;text-align:center;pointer-events:none}
.ops .dirty{font-size:9px;color:var(--warm);margin-inline-start:auto;display:inline-block}
.ops .inline-notice{font-size:10px;color:var(--warm)}
.ops .reset-note{font-size:10px;color:var(--muted)}
@media(max-width:1100px){.ops .hero-layout{gap:36px}.ops .workgrid{grid-template-columns:285px minmax(0,1fr)}.ops .toolbar select{max-width:170px}.ops .form-grid{gap:13px}}
@media(max-width:850px){.ops .hero-layout{grid-template-columns:1fr 0.8fr;gap:23px}.ops .hero-story{padding:18px}.ops h1{font-size:33px}.ops .workgrid{grid-template-columns:1fr}.ops .record-list{display:grid;grid-template-columns:repeat(2,1fr);max-height:275px;gap:5px}.ops .record-card{margin:0}.ops .insight-cards{grid-template-columns:1fr}.ops .insight-card{display:grid;grid-template-columns:30px 1fr;gap:8px 15px}.ops .insight-card h3{margin:0 0 7px}.ops .insight-card p{grid-column:2}.ops .brief-grid{gap:18px}.ops .mode-tab{padding:18px;gap:12px}.ops .mode-tab strong{font-size:15px}.ops .tab-index{display:none}.ops .mode-tab{grid-template-columns:auto 1fr}.ops .metric{padding:13px}.ops .metric strong{font-size:20px}}
@media(max-width:620px){.review-ribbon{font-size:10px}.review-ribbon .container{display:block}.review-ribbon .container>span{display:block;margin-top:3px}.ops .hero{padding:37px 0 35px}.ops .hero-layout{grid-template-columns:1fr;gap:30px}.ops h1{font-size:34px;line-height:1.6}.ops .hero-lead{font-size:13px;margin:17px 0 22px}.ops .hero-story{max-width:none;padding:20px}.ops .story-route{grid-template-columns:1fr 1fr;gap:10px}.ops .route-item{flex-direction:column;align-items:start;gap:8px;padding:13px}.ops .route-item:after{display:none}.ops .route-item strong{font-size:11px}.ops .route-icon .icon{width:18px;height:18px}.ops .story-top{margin-bottom:15px}.ops .route-item small{font-size:10px}.ops .experience{padding:35px 0 45px}.ops .section-head{display:block;margin-bottom:20px}.ops .section-head h2{font-size:23px}.ops .section-head p{font-size:12px}.ops .mode-tabs{gap:9px}.ops .mode-tab{grid-template-columns:1fr;padding:15px 12px;gap:9px}.ops .tab-symbol{width:max-content;padding:7px}.ops .mode-tab strong{font-size:13px}.ops .mode-tab small{font-size:10px}.ops .workspace-top{display:block}.ops .workspace-top>span{display:block;margin-bottom:8px}.ops .scenario{grid-template-columns:1fr;gap:15px;padding:18px}.ops .scenario h3{font-size:15px}.ops .scenario p{font-size:11px}.ops .scenario .btn{width:100%}.ops .journey{gap:6px}.ops .metrics{grid-template-columns:1fr 1fr;gap:9px}.ops .metric strong{font-size:22px}.ops .funnel{display:flex;overflow:auto;padding-bottom:5px;gap:7px;scrollbar-width:thin}.ops .funnel button{flex:0 0 125px;padding:11px;font-size:10px}.ops .toolbar{gap:8px}.ops .toolbar input{flex-basis:100%}.ops .toolbar select{flex:1;max-width:none;font-size:11px}.ops .toolbar .btn{flex:1}.ops .record-list{grid-template-columns:1fr;max-height:310px}.ops .record-card{padding:14px}.ops .detail-head{padding:18px 17px 14px}.ops .detail-head h3{font-size:17px}.ops .detail-summary{padding:0 17px 15px}.ops .detail-body{padding:18px 17px}.ops .detail-actions{padding:15px 17px}.ops .detail-actions .btn-primary{flex:1;min-width:150px}.ops .form-grid{grid-template-columns:1fr;gap:15px}.ops .quote-line{grid-template-columns:minmax(100px,1fr) 55px 55px 29px;gap:6px}.ops .quote-line input,.ops .quote-line select{font-size:10px;padding:7px 5px}.ops .subtabs button{font-size:10px;padding:12px 5px}.ops .workspace-end{align-items:start;flex-direction:column;gap:10px}.ops .explain{padding:40px 0}.ops .insight-card{padding:21px}.ops .faq{grid-template-columns:1fr}.ops .brief{padding:43px 0}.ops .brief-grid{grid-template-columns:1fr}.ops .scope-box{padding:20px}.ops .scope-options{gap:4px 12px}.ops .scope-options .check-row{font-size:11px}.ops .dialog-head,.ops .dialog-body{padding:18px}.ops .dialog-head h3{font-size:16px}.ops .quote-sheet td,.ops .quote-sheet th{padding:6px;font-size:10px}.ops .form-message{margin:0 17px 15px}.ops .hero-foot{font-size:10px}.ops .toast{bottom:14px;font-size:11px;padding:10px 14px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.ops *{transition:none!important;animation:none!important}}
/* Reading and form comfort refinements, scoped to the new local experience. */
.ops .field>label,.ops .field>span{font-size:12px}
.ops .record-card p{font-size:11px}
.ops .record-bottom{font-size:11px}
.ops .detail-summary{font-size:12px}
.ops .subtabs button{font-size:12px}
.ops .record-top{font-size:11px}
.ops .badge{font-size:10px}
.ops .info-box{font-size:12px}
.ops .check-row{font-size:12px}
.ops .activity-list li,.ops .record-note{font-size:12px}
@media(max-width:620px){.ops .subtabs button{font-size:10px}.ops .badge{font-size:9px}.ops .field>label,.ops .field>span{font-size:11px}.ops .record-bottom{font-size:10px}.ops .detail-summary{font-size:11px}.ops .info-box{font-size:11px}.ops .check-row{font-size:11px}}
/* HY localization: LTR flow, Armenian text wrapping, without modifying site.css. */
.ops {line-height:1.75}
.ops .mode-tab strong{font-size:16px;line-height:1.65}
.ops .record-card,.ops .funnel button,.ops .mode-tab{text-align:start}
.ops .record-card p,.ops .detail-summary,.ops .mini,.ops .micro,.ops .info-box{line-height:1.8}
.ops .btn{white-space:normal;line-height:1.55}
.ops .hero h1{font-size:clamp(32px,3.6vw,49px);line-height:1.28}
.ops .hero-lead{font-size:16px;line-height:1.8}
.ops .hero-story h2{line-height:1.55}
.ops .scope-box label{align-items:flex-start}
.ops .contact-next{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-top:18px}
.ops .contact-next>span{font-size:12px;line-height:1.7;max-width:500px}
.ops .activity-list{direction:ltr}
.ops #experience,.ops #brief{scroll-margin-top:100px}
.language .language-note{font-size:11px;line-height:1.6;color:var(--muted);display:block;padding:10px 12px;max-width:240px}
@media(max-width:620px){.ops .hero h1{font-size:32px}.ops .hero-lead{font-size:14px}.ops .mode-tab strong{font-size:14px}.ops .metric strong{font-size:20px}.ops .subtabs button{font-size:11px}}
