:root{--ohm-copper:#C4692C;--ohm-copper-text:#A9531F;--ohm-copper-light:#E58B4C;--ohm-graphite:#23262A;--ohm-deep:#15181B;--ohm-mist:#F4F5F6;--ohm-copper-rgb:196,105,44;--ohm-silver:#C7CBD0;--ohm-line:#E2E4E7;--ohm-text:#2B2F33;--ohm-muted:#6B7178;--ohm-display:"Commissioner",system-ui,-apple-system,sans-serif;--ohm-body:"Inter",system-ui,-apple-system,sans-serif;--ohm-wrap:1180px;--ohm-radius:14px;--ohm-shadow:0 18px 50px -22px rgba(21,24,27,.35)}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ohm-text);font-family:var(--ohm-body);font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--ohm-copper-text);text-decoration:none}h1,h2,h3,h4{font-family:var(--ohm-display);line-height:1.15;letter-spacing:-.02em;margin:0 0 .5em}h1{font-size:clamp(2rem,4vw,3.1rem);font-weight:800}h2{font-size:clamp(1.6rem,2.8vw,2.3rem);font-weight:800}h3{font-size:1.15rem;font-weight:700}p{margin:0 0 1rem}:focus-visible{outline:3px solid var(--ohm-copper);outline-offset:3px;border-radius:4px}.ohm-wrap{max-width:var(--ohm-wrap);margin-inline:auto;padding-inline:20px}.ohm-center{text-align:center}.ohm-skip{position:absolute;left:-9999px}.ohm-skip:focus{left:20px;top:12px;z-index:999;background:#fff;padding:10px 18px;border-radius:8px}.ohm-eyebrow{display:inline-flex;align-items:center;gap:10px;margin:0 0 14px;font-family:var(--ohm-display);font-weight:700;font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;color:var(--ohm-copper-text)}.ohm-eyebrow::before{content:"";width:38px;height:2px;border-radius:2px;background:linear-gradient(90deg,var(--ohm-copper),var(--ohm-copper-light))}.ohm-btn{display:inline-flex;align-items:center;gap:8px;cursor:pointer;font-family:var(--ohm-display);font-weight:700;font-size:.98rem;padding:14px 26px;border-radius:999px;border:2px solid #fff0;color:#fff;background:linear-gradient(135deg,var(--ohm-copper),var(--ohm-copper-light));box-shadow:0 10px 26px -12px rgba(var(--ohm-copper-rgb),.9);transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.ohm-btn:hover{transform:translateY(-2px);box-shadow:0 16px 34px -12px rgba(var(--ohm-copper-rgb),.95);color:#fff}.ohm-btn--dark{background:var(--ohm-graphite);box-shadow:none}.ohm-btn--ghost{background:#fff0;border-color:rgb(255 255 255 / .35);box-shadow:none}.ohm-btn--ghost:hover{background:rgb(255 255 255 / .1)}.ohm-btn--outline{background:#fff0;color:var(--ohm-graphite);border-color:var(--ohm-line);box-shadow:none}.ohm-btn--outline:hover{border-color:var(--ohm-copper);color:var(--ohm-copper-text)}.ohm-btn--block{width:100%;justify-content:center}.ohm-topbar{background:var(--ohm-deep);color:var(--ohm-silver);font-size:.85rem}.ohm-topbar .ohm-wrap{display:flex;flex-wrap:wrap;gap:6px 22px;justify-content:space-between;padding-block:9px}.ohm-topbar a{color:inherit}.ohm-topbar a:hover{color:var(--ohm-copper-light)}.ohm-dot{opacity:.5;margin-inline:4px}.ohm-header{position:sticky;top:0;z-index:60;background:rgb(255 255 255 / .92);backdrop-filter:blur(10px);border-bottom:1px solid var(--ohm-line);transition:box-shadow .2s ease}.ohm-header.is-stuck{box-shadow:0 6px 22px -16px rgb(21 24 27 / .5)}.ohm-header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-block:10px}.ohm-brand{display:flex;align-items:center;gap:12px;color:var(--ohm-graphite)}.ohm-brand__text{font-family:var(--ohm-display);font-weight:800;font-size:1.02rem;line-height:1.2}:root{--ohm-logo-h:48px}.ohm-brand--logo-only{gap:0}.ohm-brand__logo{height:var(--ohm-logo-h);width:auto;max-width:220px;object-fit:contain;border-radius:0}.ohm-nav{display:flex;align-items:center;gap:26px}.ohm-menu{display:flex;align-items:center;gap:24px;list-style:none;margin:0;padding:0}.ohm-menu li{position:relative}.ohm-menu a{color:var(--ohm-graphite);font-weight:500;font-size:.95rem;padding:8px 0;display:inline-block;border-bottom:2px solid #fff0}.ohm-menu a:hover,.ohm-menu .current-menu-item>a{color:var(--ohm-copper-text);border-color:var(--ohm-copper)}.ohm-menu .sub-menu{position:absolute;top:100%;left:-16px;min-width:280px;list-style:none;margin:0;padding:10px;background:#fff;border:1px solid var(--ohm-line);border-radius:12px;box-shadow:var(--ohm-shadow);opacity:0;visibility:hidden;transform:translateY(6px);transition:.18s ease;z-index:70}.ohm-menu li:hover>.sub-menu,.ohm-menu li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:none}.ohm-menu .sub-menu a{display:block;padding:9px 12px;border:0;border-radius:8px;font-size:.92rem}.ohm-menu .sub-menu a:hover{background:var(--ohm-mist)}.ohm-burger{display:none;flex-direction:column;gap:5px;background:none;border:0;padding:10px;cursor:pointer}.ohm-burger span{width:24px;height:2px;background:var(--ohm-graphite);border-radius:2px;transition:.2s}.ohm-burger[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.ohm-burger[aria-expanded="true"] span:nth-child(2){opacity:0}.ohm-burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.ohm-hero{position:relative;overflow:hidden;background:var(--ohm-deep);color:#fff;padding-block:clamp(56px,7vw,100px)}.ohm-hero::after{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(60% 60% at 78% 30%,rgba(var(--ohm-copper-rgb),.32),transparent 62%),radial-gradient(50% 50% at 8% 92%,rgb(199 203 208 / .10),transparent 60%)}.ohm-hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}.ohm-hero__title{color:#fff;font-size:clamp(2.1rem,4.4vw,3.5rem)}.ohm-hero__title span{background:linear-gradient(120deg,var(--ohm-copper-light),#F0AE7C);-webkit-background-clip:text;background-clip:text;color:#fff0}.ohm-hero__text{color:#B9BEC4;font-size:1.1rem;max-width:34em}.ohm-hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:6px}.ohm-hero__media img{border-radius:20px;box-shadow:var(--ohm-shadow)}.ohm-checks{list-style:none;padding:0;margin:24px 0 28px;display:flex;flex-wrap:wrap;gap:10px 22px}.ohm-checks li{display:flex;align-items:center;gap:8px;color:#DDE0E3;font-weight:500;font-size:.95rem}.ohm-checks li::before{content:"";width:18px;height:18px;border-radius:50%;flex:none;background:var(--ohm-copper);box-shadow:inset 0 0 0 2px var(--ohm-deep),0 0 0 1px var(--ohm-copper)}.ohm-mock{background:linear-gradient(160deg,#2B2F33,#1A1D20);border:1px solid rgb(255 255 255 / .09);border-radius:20px;padding:20px;box-shadow:var(--ohm-shadow)}.ohm-mock__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.ohm-mock__live{display:inline-flex;align-items:center;gap:7px;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;font-weight:600;color:#fff}.ohm-mock__live i{width:8px;height:8px;border-radius:50%;background:#4ED07A;animation:ohm-pulse 2s infinite}@keyframes ohm-pulse{0%{box-shadow:0 0 0 0 rgb(78 208 122 / .6)}70%{box-shadow:0 0 0 9px #fff0}100%{box-shadow:0 0 0 0 #fff0}}.ohm-mock__time{color:#8B9096;font-size:.78rem}.ohm-mock__stats{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px}.ohm-mock__stats div{background:rgb(255 255 255 / .05);border:1px solid rgb(255 255 255 / .07);border-radius:12px;padding:14px}.ohm-mock__stats b{display:block;font-family:var(--ohm-display);font-size:1.7rem;color:#fff;line-height:1.1}.ohm-mock__stats span{font-size:.72rem;color:#9AA0A6;letter-spacing:.06em;text-transform:uppercase}.ohm-mock__bars{display:flex;align-items:flex-end;gap:7px;height:96px}.ohm-mock__bars i{flex:1;border-radius:5px 5px 2px 2px;background:linear-gradient(180deg,var(--ohm-copper-light),var(--ohm-copper));opacity:.85}.ohm-mock__foot{display:flex;justify-content:space-between;font-size:.75rem;color:#8B9096;margin-top:12px}.ohm-trust{background:var(--ohm-mist);border-bottom:1px solid var(--ohm-line);padding-block:22px}.ohm-trust p{margin:0;text-align:center;font-family:var(--ohm-display);font-weight:700;font-size:.85rem;letter-spacing:.09em;text-transform:uppercase;color:var(--ohm-muted)}.ohm-pagehero{position:relative;overflow:hidden;background:var(--ohm-deep);color:#fff;padding-block:clamp(48px,6vw,80px)}.ohm-pagehero::after{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(55% 80% at 85% 20%,rgba(var(--ohm-copper-rgb),.28),transparent 65%)}.ohm-pagehero .ohm-wrap{position:relative;z-index:1}.ohm-pagehero__title{color:#fff;margin-bottom:.3em;max-width:20ch}.ohm-pagehero__sub{color:#B9BEC4;max-width:60ch;margin-bottom:14px}.ohm-crumbs{font-size:.82rem;color:#8B9096}.ohm-crumbs a{color:#B9BEC4}.ohm-crumbs a:hover{color:var(--ohm-copper-light)}.ohm-crumbs span{opacity:.5;margin-inline:4px}.ohm-section{padding-block:clamp(52px,6.5vw,88px)}.ohm-section--mist{background:var(--ohm-mist);border-block:1px solid var(--ohm-line)}.ohm-section__title{max-width:22ch}.ohm-section__lead{color:var(--ohm-muted);max-width:62ch;margin-bottom:34px}.ohm-empty{color:var(--ohm-muted);background:var(--ohm-mist);border:1px dashed var(--ohm-line);border-radius:12px;padding:28px;text-align:center}.ohm-grid{display:grid;gap:18px}.ohm-grid--3{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.ohm-card{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid var(--ohm-line);border-radius:var(--ohm-radius);padding:24px 22px;color:var(--ohm-text);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.ohm-card::before{content:"";position:absolute;left:0;top:22px;bottom:22px;width:3px;border-radius:3px;background:var(--ohm-copper);opacity:0;transition:opacity .2s ease}.ohm-card:hover{transform:translateY(-4px);box-shadow:var(--ohm-shadow);border-color:#fff0}.ohm-card:hover::before{opacity:1}.ohm-card__icon{width:44px;height:44px;border-radius:11px;display:grid;place-items:center;background:rgba(var(--ohm-copper-rgb),.12);font-size:1.3rem;margin-bottom:14px}.ohm-card__img{border-radius:10px;overflow:hidden;margin-bottom:14px}.ohm-card__title{margin-bottom:6px}.ohm-card__text{color:var(--ohm-muted);font-size:.93rem;margin-bottom:14px;flex:1}.ohm-card__more{font-family:var(--ohm-display);font-weight:700;font-size:.85rem;color:var(--ohm-copper-text)}.ohm-pcard{display:flex;flex-direction:column;color:var(--ohm-text);background:#fff;border:1px solid var(--ohm-line);border-radius:var(--ohm-radius);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.ohm-pcard:hover{transform:translateY(-4px);box-shadow:var(--ohm-shadow)}.ohm-pcard__img{aspect-ratio:3/2;background:var(--ohm-mist);overflow:hidden}.ohm-pcard__img img{width:100%;height:100%;object-fit:cover}.ohm-pcard__body{padding:20px 22px 24px}.ohm-pcard__body time{font-size:.78rem;color:var(--ohm-copper-text);font-weight:600;letter-spacing:.06em}.ohm-pcard__body h3{margin:6px 0}.ohm-pcard__body p{color:var(--ohm-muted);font-size:.92rem;margin:0}.ohm-review{margin:0;background:#fff;border:1px solid var(--ohm-line);border-radius:var(--ohm-radius);padding:26px}.ohm-review__stars{color:var(--ohm-copper);letter-spacing:2px;margin-bottom:10px}.ohm-review__text p{font-size:.97rem}.ohm-review cite{display:block;font-style:normal;font-family:var(--ohm-display);font-weight:700;font-size:.92rem;margin-top:12px}.ohm-review cite small{display:block;font-weight:500;color:var(--ohm-muted)}.ohm-cta{background:linear-gradient(120deg,var(--ohm-deep),#32241B 70%,#4A2E17);color:#fff;text-align:center;padding-block:clamp(52px,6vw,80px)}.ohm-cta h2{color:#fff}.ohm-cta p{color:#C3C8CD;max-width:52ch;margin-inline:auto}.ohm-cta__actions{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin-top:24px}.ohm-prose{max-width:100%}.ohm-prose--narrow{max-width:760px;margin-inline:auto}.ohm-prose h2{margin-top:1.6em}.ohm-prose h3{margin-top:1.4em}.ohm-prose ul,.ohm-prose ol{padding-left:1.2em}.ohm-prose li{margin-bottom:.5em}.ohm-prose blockquote{margin:1.6em 0;padding:18px 24px;border-left:3px solid var(--ohm-copper);background:var(--ohm-mist);border-radius:0 10px 10px 0}.ohm-featured{margin:0 0 30px}.ohm-featured img{border-radius:16px;box-shadow:var(--ohm-shadow)}.ohm-layout{display:grid;grid-template-columns:1fr 320px;gap:48px;align-items:start}.ohm-side{position:sticky;top:100px;display:grid;gap:18px}.ohm-side__box{background:#fff;border:1px solid var(--ohm-line);border-radius:var(--ohm-radius);padding:24px}.ohm-side__title{font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ohm-muted);margin-bottom:14px;font-weight:800}.ohm-side__box--dark{background:var(--ohm-deep);color:#fff;border-color:#fff0;text-align:center}.ohm-side__box--dark .ohm-side__title{color:var(--ohm-copper-light)}.ohm-side__box--dark p{color:#B9BEC4;font-size:.92rem}.ohm-side__list{list-style:none;margin:0;padding:0}.ohm-side__list li{border-bottom:1px solid var(--ohm-line)}.ohm-side__list li:last-child{border:0}.ohm-side__list a{display:flex;gap:10px;align-items:center;padding:11px 0;color:var(--ohm-text);font-size:.93rem;font-weight:500}.ohm-side__list a:hover{color:var(--ohm-copper-text)}.ohm-side__tel{display:block;margin-top:12px;color:#fff;font-family:var(--ohm-display);font-weight:700}.ohm-widget{background:#fff;border:1px solid var(--ohm-line);border-radius:var(--ohm-radius);padding:24px}.ohm-widget__title{font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ohm-muted)}.ohm-pagination{margin-top:40px;text-align:center}.ohm-pagination .page-numbers{display:inline-grid;place-items:center;min-width:42px;height:42px;padding:0 8px;margin:0 3px;border:1px solid var(--ohm-line);border-radius:10px;color:var(--ohm-text);font-weight:600}.ohm-pagination .current,.ohm-pagination a:hover{background:var(--ohm-copper);border-color:var(--ohm-copper);color:#fff}.ohm-results{list-style:none;padding:0;margin:0}.ohm-results li{padding:16px 0;border-bottom:1px solid var(--ohm-line)}.ohm-results a{font-family:var(--ohm-display);font-weight:700}.ohm-results span{display:block;color:var(--ohm-muted);font-size:.92rem}input[type=text],input[type=email],input[type=tel],input[type=search],textarea,select{width:100%;padding:13px 15px;border:1px solid var(--ohm-line);border-radius:10px;background:#FBFBFC;font:inherit;font-size:.95rem;color:var(--ohm-text)}input:focus,textarea:focus,select:focus{border-color:var(--ohm-copper);background:#fff;outline:none}button,input[type=submit]{font-family:var(--ohm-display);font-weight:700;border:0;border-radius:999px;padding:14px 28px;color:#fff;cursor:pointer;background:linear-gradient(135deg,var(--ohm-copper),var(--ohm-copper-light))}.ohm-footer{background:var(--ohm-deep);color:#A8AEB4;font-size:.93rem;padding-top:60px}.ohm-footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:44px}.ohm-footer__title{color:#fff;font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;margin-bottom:16px;font-weight:800}.ohm-footer a{color:#A8AEB4}.ohm-footer a:hover{color:var(--ohm-copper-light)}.ohm-footer__logo{width:56px;height:56px;border-radius:50%;object-fit:cover;margin-bottom:14px}.ohm-footer__list{list-style:none;margin:0;padding:0}.ohm-footer__list li{margin-bottom:9px}.ohm-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.ohm-badges span{font-size:.7rem;letter-spacing:.07em;text-transform:uppercase;color:#CFD3D7;border:1px solid rgb(255 255 255 / .14);border-radius:999px;padding:5px 11px}.ohm-social{display:flex;gap:8px;margin-top:16px;flex-wrap:wrap}.ohm-social a{font-size:.75rem;border:1px solid rgb(255 255 255 / .14);border-radius:8px;padding:6px 10px}.ohm-social a:hover{border-color:var(--ohm-copper);color:var(--ohm-copper-light)}.ohm-footer__bottom{border-top:1px solid rgb(255 255 255 / .1);margin-top:44px;padding:20px 0;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;align-items:center;font-size:.82rem;color:#7C828A}.ohm-footer__bottom p{margin:0}.ohm-footer__legal{display:flex;gap:16px;list-style:none;margin:0;padding:0}.ohm-404{text-align:center}.ohm-404 .ohm-hero__actions{justify-content:center}.ohm-404 form{max-width:420px;margin:30px auto 0;display:flex;gap:10px}@media (max-width:1024px){.ohm-layout{grid-template-columns:1fr}.ohm-side{position:static}}@media (max-width:900px){.ohm-hero__inner,.ohm-footer__grid{grid-template-columns:1fr;gap:36px}.ohm-burger{display:flex}.ohm-nav{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;padding:12px 20px 20px;background:#fff;border-bottom:1px solid var(--ohm-line);box-shadow:var(--ohm-shadow)}.ohm-nav.is-open{display:flex}.ohm-menu{flex-direction:column;align-items:stretch;gap:0;width:100%}.ohm-menu>li>a{padding:13px 0;border-bottom:1px solid var(--ohm-line);width:100%}.ohm-menu .sub-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;padding:0 0 8px 14px;min-width:0}.ohm-nav__cta{margin-top:14px;justify-content:center}.ohm-header__inner{position:relative}.ohm-topbar .ohm-wrap{justify-content:center;text-align:center}}@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto}}.ohm-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:14px;margin:0 0 34px;padding:0;list-style:none}.ohm-stats li{background:var(--ohm-mist);border:1px solid var(--ohm-line);border-radius:12px;padding:20px 16px;text-align:center}.ohm-stats strong{display:block;font-family:var(--ohm-display);font-weight:800;font-size:1.9rem;color:var(--ohm-copper);line-height:1.1}.ohm-stats span{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:var(--ohm-muted)}.ohm-vs{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:0 0 10px}.ohm-vs__col{border-radius:var(--ohm-radius);padding:26px 24px;border:1px solid var(--ohm-line)}.ohm-vs__col h3{margin-bottom:14px;font-size:1.05rem}.ohm-vs__col ul{list-style:none;margin:0;padding:0}.ohm-vs__col li{position:relative;padding:8px 0 8px 26px;font-size:.95rem}.ohm-vs__col li::before{position:absolute;left:0;top:8px;font-weight:700}.ohm-vs__col--bad{background:#fff}.ohm-vs__col--bad h3{color:var(--ohm-muted)}.ohm-vs__col--bad li{color:var(--ohm-muted)}.ohm-vs__col--bad li::before{content:"✕";color:#B4472F}.ohm-vs__col--good{background:var(--ohm-deep);border-color:#fff0;color:#fff}.ohm-vs__col--good h3{color:var(--ohm-copper-light)}.ohm-vs__col--good li{color:#DDE0E3}.ohm-vs__col--good li::before{content:"✓";color:var(--ohm-copper-light)}.ohm-feats{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;margin:0;padding:0;list-style:none}.ohm-feats li{background:#fff;border:1px solid var(--ohm-line);border-radius:var(--ohm-radius);padding:22px}.ohm-feats strong{display:block;font-family:var(--ohm-display);font-size:1.02rem;margin-bottom:6px}.ohm-feats span{color:var(--ohm-muted);font-size:.92rem}.ohm-steps{list-style:none;counter-reset:ohm;margin:0;padding:0;display:grid;gap:18px}.ohm-steps li{counter-increment:ohm;position:relative;padding:22px 24px 22px 76px;background:#fff;border:1px solid var(--ohm-line);border-radius:var(--ohm-radius)}.ohm-steps li::before{content:counter(ohm);position:absolute;left:22px;top:22px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;font-family:var(--ohm-display);font-weight:800;color:#fff;background:linear-gradient(135deg,var(--ohm-copper),var(--ohm-copper-light))}.ohm-steps strong{display:block;font-family:var(--ohm-display);font-size:1.05rem;margin-bottom:4px}.ohm-steps span{color:var(--ohm-muted);font-size:.94rem}.ohm-table{width:100%;border-collapse:collapse;font-size:.95rem;overflow:hidden;border:1px solid var(--ohm-line);border-radius:var(--ohm-radius)}.ohm-table th,.ohm-table td{padding:14px 18px;text-align:left;border-bottom:1px solid var(--ohm-line)}.ohm-table thead th{background:var(--ohm-deep);color:#fff;font-family:var(--ohm-display);font-size:.82rem;letter-spacing:.08em;text-transform:uppercase}.ohm-table thead th:last-child{background:var(--ohm-copper)}.ohm-table tbody tr:last-child td{border-bottom:0}.ohm-table tbody td:first-child{font-weight:600}.ohm-table td:last-child{color:var(--ohm-copper);font-weight:600}.ohm-faq .wp-block-details{background:#fff;border:1px solid var(--ohm-line);border-radius:12px;padding:0 22px;margin-bottom:12px}.ohm-faq .wp-block-details summary{cursor:pointer;padding:18px 0;font-family:var(--ohm-display);font-weight:700;font-size:1rem;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px}.ohm-faq .wp-block-details summary::-webkit-details-marker{display:none}.ohm-faq .wp-block-details summary::after{content:"+";color:var(--ohm-copper);font-size:1.5rem;font-weight:400;line-height:1;flex:none}.ohm-faq .wp-block-details[open] summary::after{content:"−"}.ohm-faq .wp-block-details[open] summary{border-bottom:1px solid var(--ohm-line)}.ohm-faq .wp-block-details p{padding:16px 0;margin:0;color:var(--ohm-muted);font-size:.95rem}.ohm-note{background:var(--ohm-mist);border:1px solid var(--ohm-line);border-left:3px solid var(--ohm-copper);border-radius:0 12px 12px 0;padding:22px 26px;margin:0}.ohm-note p{margin:0;font-size:1rem}.ohm-note p:first-child{font-family:var(--ohm-display);font-weight:700;margin-bottom:6px}@media (max-width:760px){.ohm-vs{grid-template-columns:1fr}.ohm-table{display:block;overflow-x:auto}}.ohm-timeline{list-style:none;margin:0;padding:0 0 0 28px;border-left:2px solid var(--ohm-line)}.ohm-timeline li{position:relative;padding:0 0 30px 24px}.ohm-timeline li:last-child{padding-bottom:0}.ohm-timeline li::before{content:"";position:absolute;left:-35px;top:6px;width:14px;height:14px;border-radius:50%;background:#fff;border:3px solid var(--ohm-copper)}.ohm-timeline b{display:block;font-family:var(--ohm-display);font-weight:800;color:var(--ohm-copper-text);font-size:.9rem;letter-spacing:.06em;margin-bottom:4px}.ohm-timeline strong{display:block;font-family:var(--ohm-display);font-size:1.05rem;margin-bottom:4px}.ohm-timeline span{color:var(--ohm-muted);font-size:.95rem}.ohm-values{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.ohm-values li{background:#fff;border:1px solid var(--ohm-line);border-top:3px solid var(--ohm-copper);border-radius:0 0 var(--ohm-radius) var(--ohm-radius);padding:24px 22px}.ohm-values strong{display:block;font-family:var(--ohm-display);font-size:1.05rem;margin-bottom:8px}.ohm-values span{color:var(--ohm-muted);font-size:.94rem}.ohm-person{display:grid;grid-template-columns:180px 1fr;gap:28px;align-items:center;background:var(--ohm-mist);border:1px solid var(--ohm-line);border-radius:var(--ohm-radius);padding:28px}.ohm-person img{width:180px;height:180px;border-radius:50%;object-fit:cover}.ohm-person h3{margin-bottom:2px}.ohm-person .ohm-person__role{color:var(--ohm-copper);font-family:var(--ohm-display);font-weight:700;font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px}.ohm-person p{margin:0;color:var(--ohm-muted);font-size:.96rem}.ohm-contact{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;list-style:none;margin:0 0 34px;padding:0}.ohm-contact li{background:#fff;border:1px solid var(--ohm-line);border-radius:var(--ohm-radius);padding:24px 22px;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.ohm-contact li:hover{transform:translateY(-3px);box-shadow:var(--ohm-shadow)}.ohm-contact .ohm-contact__ic{width:46px;height:46px;margin:0 auto 12px;border-radius:12px;display:grid;place-items:center;background:rgba(var(--ohm-copper-rgb),.12);font-size:1.3rem}.ohm-contact strong{display:block;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ohm-muted);margin-bottom:6px}.ohm-contact a,.ohm-contact span{font-family:var(--ohm-display);font-weight:700;font-size:1rem;color:var(--ohm-graphite);display:block;line-height:1.4}.ohm-contact a:hover{color:var(--ohm-copper)}.ohm-contact-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:40px;align-items:start}.ohm-formbox{background:#fff;border:1px solid var(--ohm-line);border-radius:20px;padding:32px;box-shadow:var(--ohm-shadow)}.ohm-formbox h2{font-size:1.5rem;margin-bottom:6px}.ohm-formbox>p{color:var(--ohm-muted);font-size:.95rem;margin-bottom:22px}.ohm-map{border:1px solid var(--ohm-line);border-radius:var(--ohm-radius);overflow:hidden;line-height:0}.ohm-map iframe{width:100%;height:340px;border:0;display:block;filter:grayscale(.35)}.ohm-hours{list-style:none;margin:0;padding:0}.ohm-hours li{display:flex;justify-content:space-between;gap:14px;padding:11px 0;border-bottom:1px solid var(--ohm-line);font-size:.95rem}.ohm-hours li:last-child{border:0}.ohm-hours b{font-weight:600}.ohm-hours span{color:var(--ohm-muted)}@media (max-width:900px){.ohm-contact-grid{grid-template-columns:1fr}.ohm-person{grid-template-columns:1fr;text-align:center;justify-items:center}.ohm-person img{width:150px;height:150px}}.ohm-stats--live strong{font-variant-numeric:tabular-nums}.ohm-filters{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 30px}.ohm-filter{background:#fff;color:var(--ohm-graphite);border:1px solid var(--ohm-line);border-radius:999px;padding:10px 22px;box-shadow:none;font-family:var(--ohm-display);font-weight:700;font-size:.9rem;cursor:pointer;transition:border-color .18s ease,color .18s ease,background .18s ease}.ohm-filter:hover{border-color:var(--ohm-copper);color:var(--ohm-copper-text)}.ohm-filter.is-active{background:linear-gradient(135deg,var(--ohm-copper),var(--ohm-copper-light));border-color:#fff0;color:#fff;box-shadow:0 10px 26px -14px rgba(var(--ohm-copper-rgb),.9)}.ohm-pcard{position:relative}.ohm-pcard--static{cursor:default}.ohm-pcard--static:hover{transform:none;box-shadow:none}.ohm-pcard__img{position:relative}.ohm-pcard__badge{position:absolute;top:12px;left:12px;z-index:1;background:rgb(255 255 255 / .94);color:var(--ohm-graphite);font-family:var(--ohm-display);font-weight:700;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;padding:5px 12px;border-radius:999px}.ohm-pcard__meta{font-size:.85rem;color:var(--ohm-muted);margin:2px 0 14px}.ohm-pcard__result{border-top:1px solid var(--ohm-line);padding-top:14px;margin-bottom:12px}.ohm-pcard__result strong{display:block;font-family:var(--ohm-display);font-weight:800;font-size:2rem;line-height:1.1;color:var(--ohm-copper)}.ohm-pcard__result span{font-size:.88rem;color:var(--ohm-muted)}.ohm-pcard__tags{display:flex;flex-wrap:wrap;gap:6px}.ohm-pcard__tags span{font-size:.72rem;letter-spacing:.03em;padding:4px 10px;border-radius:6px;background:var(--ohm-mist);color:var(--ohm-muted)}.ohm-pcard[hidden]{display:none}.ohm-pcard.is-in{animation:ohm-fade .32s ease both}@keyframes ohm-fade{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.ohm-pcard.is-in{animation:none}}.ohm-case{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:0 0 36px;padding:0;list-style:none}.ohm-case li{background:#fff;border:1px solid var(--ohm-line);border-radius:var(--ohm-radius);padding:24px 22px}.ohm-case b{display:block;font-family:var(--ohm-display);font-weight:800;font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:var(--ohm-copper-text);margin-bottom:10px}.ohm-case p{margin:0;font-size:.95rem;color:var(--ohm-muted)}.ohm-case li:last-child{background:var(--ohm-deep);border-color:#fff0}.ohm-case li:last-child b{color:var(--ohm-copper-light)}.ohm-case li:last-child p{color:#DDE0E3}.ohm-case li:last-child .ohm-case__big{display:block;font-family:var(--ohm-display);font-weight:800;font-size:2.2rem;color:#fff;line-height:1.1;margin-bottom:4px}@media (max-width:760px){.ohm-case{grid-template-columns:1fr}}.ohm-pcard__tag-link{font-size:.85rem;font-weight:600;padding:8px 16px;border-radius:8px;background:var(--ohm-mist);color:var(--ohm-copper-text);border:1px solid var(--ohm-line);transition:border-color .18s ease}.ohm-pcard__tag-link:hover{border-color:var(--ohm-copper)}.ohm-grid--5{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}@media (max-width:1180px){.ohm-grid--5{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:980px){.ohm-grid--5{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:760px){.ohm-grid--5{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.ohm-grid--5{grid-template-columns:1fr}}.ohm-grid--5 .ohm-pcard__img{aspect-ratio:4/3}.ohm-grid--5 .ohm-pcard__body{padding:16px 16px 20px}.ohm-grid--5 .ohm-pcard__body h3{font-size:1rem;line-height:1.3}.ohm-grid--5 .ohm-pcard__meta{font-size:.78rem;margin-bottom:12px}.ohm-grid--5 .ohm-pcard__result strong{font-size:1.65rem}.ohm-grid--5 .ohm-pcard__result span{font-size:.8rem;line-height:1.35;display:block}.ohm-grid--5 .ohm-pcard__badge{font-size:.65rem;padding:4px 9px;top:9px;left:9px}.ohm-grid--5 .ohm-pcard__tags span{font-size:.67rem;padding:3px 8px}.ohm-visit{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px;max-width:760px;margin:44px auto 0;padding:26px 30px;background:var(--ohm-mist);border:1px solid var(--ohm-line);border-left:3px solid var(--ohm-copper);border-radius:0 var(--ohm-radius) var(--ohm-radius) 0}.ohm-visit b{display:block;font-family:var(--ohm-display);font-size:1.05rem;margin-bottom:2px}.ohm-visit p{margin:0;color:var(--ohm-muted);font-size:.92rem}.ohm-visit .ohm-btn{flex:none}@media (max-width:600px){.ohm-visit{flex-direction:column;align-items:flex-start}.ohm-visit .ohm-btn{width:100%;justify-content:center}}.ohm-services-used{margin-top:44px}.ohm-services-used h2{margin-bottom:20px}.ohm-chips{display:flex;flex-wrap:wrap;gap:10px}.ohm-chip{display:inline-flex;align-items:center;gap:7px;font-family:var(--ohm-display);font-weight:700;font-size:.88rem;padding:11px 18px;border-radius:999px;background:var(--ohm-mist);border:1px solid var(--ohm-line);color:var(--ohm-muted)}.ohm-chip--link{background:#fff;color:var(--ohm-graphite);transition:border-color .18s ease,color .18s ease,transform .18s ease}.ohm-chip--link span{color:var(--ohm-copper);transition:transform .18s ease}.ohm-chip--link:hover{border-color:var(--ohm-copper);color:var(--ohm-copper-text);transform:translateY(-2px)}.ohm-chip--link:hover span{transform:translateX(3px)}.ohm-case--2{grid-template-columns:repeat(2,1fr)}@media (max-width:760px){.ohm-case--2{grid-template-columns:1fr}}.ohm-team{list-style:none;margin:34px 0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:18px}.ohm-team li{position:relative;background:#fff;border:1px solid var(--ohm-line);border-radius:var(--ohm-radius);padding:26px 24px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.ohm-team li::before{content:"";position:absolute;left:0;top:26px;bottom:26px;width:3px;border-radius:3px;background:var(--ohm-copper);opacity:0;transition:opacity .2s ease}.ohm-team li:hover{transform:translateY(-4px);box-shadow:var(--ohm-shadow);border-color:#fff0}.ohm-team li:hover::before{opacity:1}.ohm-team__ic{display:grid;place-items:center;width:46px;height:46px;margin-bottom:14px;border-radius:12px;background:rgba(var(--ohm-copper-rgb),.12);font-size:1.35rem}.ohm-team strong{display:block;font-family:var(--ohm-display);font-weight:700;font-size:1.05rem;margin-bottom:6px}.ohm-team li>span:last-child{color:var(--ohm-muted);font-size:.93rem;line-height:1.6}.ohm-team a{font-weight:600}.ohm-popup{position:fixed;inset:0;z-index:200;display:grid;place-items:center;padding:20px;background:rgb(21 24 27 / .72);opacity:0;transition:opacity .25s ease}.ohm-popup[hidden]{display:none}.ohm-popup.is-open{opacity:1}.ohm-popup__box{position:relative;width:100%;max-width:620px;background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 40px 90px -30px rgb(0 0 0 / .6);transform:translateY(16px) scale(.98);transition:transform .3s cubic-bezier(.22,1,.36,1)}.ohm-popup.is-open .ohm-popup__box{transform:none}.ohm-popup__close{position:absolute;top:12px;right:12px;z-index:3;width:38px;height:38px;padding:0;border:0;border-radius:50%;display:grid;place-items:center;background:rgb(21 24 27 / .55);color:#fff;font-size:26px;line-height:1;cursor:pointer;transition:background .18s ease,transform .18s ease}.ohm-popup__close:hover{background:var(--ohm-copper);transform:rotate(90deg)}.ohm-popup__slides{position:relative;aspect-ratio:3/2;background:var(--ohm-mist)}.ohm-popup__slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .5s ease}.ohm-popup__slide.is-active{opacity:1;visibility:visible}.ohm-popup__slide img{width:100%;height:100%;object-fit:cover}a.ohm-popup__slide{cursor:pointer}a.ohm-popup__slide::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgb(21 24 27 / .25));opacity:0;transition:opacity .25s ease}a.ohm-popup__slide:hover::after{opacity:1}.ohm-popup__dots{position:absolute;bottom:14px;left:50%;transform:translateX(-50%);z-index:2;display:flex;gap:8px}.ohm-popup__dot{width:9px;height:9px;padding:0;border:0;border-radius:50%;cursor:pointer;background:rgb(255 255 255 / .55);box-shadow:0 1px 4px rgb(0 0 0 / .3);transition:background .2s ease,width .2s ease}.ohm-popup__dot.is-active{background:var(--ohm-copper);width:22px;border-radius:999px}@media (prefers-reduced-motion:reduce){.ohm-popup,.ohm-popup__box,.ohm-popup__slide,.ohm-popup__close{transition:none}}.ohm-cc{position:fixed;left:0;right:0;bottom:0;z-index:190;padding:16px;animation:ohm-cc-up .35s cubic-bezier(.22,1,.36,1) both}.ohm-cc[hidden]{display:none}@keyframes ohm-cc-up{from{transform:translateY(100%)}to{transform:none}}.ohm-cc__box{max-width:var(--ohm-wrap);margin-inline:auto;background:#fff;border:1px solid var(--ohm-line);border-top:3px solid var(--ohm-copper);border-radius:var(--ohm-radius);padding:22px 26px;box-shadow:0 30px 70px -30px rgb(21 24 27 / .5);display:grid;grid-template-columns:1fr auto;gap:18px 30px;align-items:center}.ohm-cc__main h2{font-size:1.05rem;margin:0 0 4px}.ohm-cc__main p{margin:0;font-size:.9rem;color:var(--ohm-muted);max-width:70ch}.ohm-cc__actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:flex-end}.ohm-cc__actions .ohm-btn{padding:11px 22px;font-size:.9rem;white-space:nowrap}.ohm-cc__link{background:none;border:0;padding:8px 6px;cursor:pointer;box-shadow:none;font-family:var(--ohm-display);font-weight:700;font-size:.88rem;color:var(--ohm-muted);text-decoration:underline;text-underline-offset:3px}.ohm-cc__link:hover{color:var(--ohm-copper-text)}.ohm-cc__prefs{grid-column:1 / -1;display:grid;gap:10px;padding-top:18px;border-top:1px solid var(--ohm-line)}.ohm-cc__prefs[hidden]{display:none}.ohm-cc__row{display:flex;gap:12px;align-items:flex-start;cursor:pointer;padding:12px 14px;border:1px solid var(--ohm-line);border-radius:10px;transition:border-color .18s ease}.ohm-cc__row:hover{border-color:var(--ohm-copper)}.ohm-cc__row--locked{background:var(--ohm-mist);cursor:default}.ohm-cc__row--locked:hover{border-color:var(--ohm-line)}.ohm-cc__row input{width:auto;margin-top:3px;accent-color:var(--ohm-copper)}.ohm-cc__row strong{display:block;font-family:var(--ohm-display);font-size:.95rem}.ohm-cc__row em{font-style:normal;font-size:.85rem;color:var(--ohm-muted)}.ohm-cc__reopen{position:fixed;left:18px;bottom:18px;z-index:180;width:46px;height:46px;padding:0;border-radius:50%;border:1px solid var(--ohm-line);background:#fff;box-shadow:0 8px 24px -10px rgb(21 24 27 / .4);font-size:20px;line-height:1;cursor:pointer;transition:transform .18s ease,border-color .18s ease}.ohm-cc__reopen[hidden]{display:none}.ohm-cc__reopen:hover{transform:scale(1.08);border-color:var(--ohm-copper)}@media (max-width:860px){.ohm-cc__box{grid-template-columns:1fr}.ohm-cc__actions{justify-content:stretch}.ohm-cc__actions .ohm-btn{flex:1;justify-content:center}}@media (prefers-reduced-motion:reduce){.ohm-cc{animation:none}}.ohm-filters{gap:8px;margin-bottom:26px}button.ohm-filter{background:#fff;background-image:none;color:var(--ohm-graphite);border:1px solid var(--ohm-line);padding:9px 18px;font-size:.85rem;line-height:1.2;box-shadow:none}button.ohm-filter.is-active{background-image:linear-gradient(135deg,var(--ohm-copper),var(--ohm-copper-light));border-color:#fff0;color:#fff}@media (max-width:520px){.ohm-filters{gap:6px}button.ohm-filter{padding:8px 14px;font-size:.8rem}}ul.ohm-stats,ul.ohm-feats,ul.ohm-steps,ul.ohm-values,ul.ohm-team,ul.ohm-contact,ul.ohm-checks,ul.ohm-timeline,ul.ohm-hours,ul.ohm-footer__list{list-style:none!important}ul.ohm-stats{padding-left:0}.ohm-feats strong{display:block;margin-bottom:4px}.ohm-feats strong::after{content:":";color:var(--ohm-copper)}.ohm-feats span{display:block}.ohm-steps strong{display:block;margin-bottom:4px}.ohm-steps strong::after{content:":";color:var(--ohm-copper)}.ohm-steps span{display:block}.ohm-team strong::after{content:":";color:var(--ohm-copper)}.ohm-values strong::after{content:":";color:var(--ohm-copper)}.ohm-contact li{text-align:center}.ohm-contact a,.ohm-contact span{display:block;line-height:1.5}.ohm-contact a+a{margin-top:8px;padding-top:8px;border-top:1px solid var(--ohm-line)}.ohm-contact strong{display:block;margin-bottom:8px}@media (max-width:600px){.ohm-contact{gap:12px}.ohm-contact li{padding:18px 16px}}