@font-face{font-family:Plex;src:url('assets/fonts/ibm-plex-sans-400.woff2') format('woff2');font-weight:400;font-display:swap}
@font-face{font-family:Plex;src:url('assets/fonts/ibm-plex-sans-500.woff2') format('woff2');font-weight:500;font-display:swap}
@font-face{font-family:Plex;src:url('assets/fonts/ibm-plex-sans-600.woff2') format('woff2');font-weight:600;font-display:swap}
@font-face{font-family:Plex;src:url('assets/fonts/ibm-plex-sans-700.woff2') format('woff2');font-weight:700;font-display:swap}
@font-face{font-family:PlexMono;src:url('assets/fonts/ibm-plex-mono-400.woff2') format('woff2');font-weight:400;font-display:swap}
@font-face{font-family:PlexMono;src:url('assets/fonts/ibm-plex-mono-500.woff2') format('woff2');font-weight:500;font-display:swap}
:root{--paper:#f4f3f1;--white:#fff;--ink:#141414;--muted:#57534e;--rule:#d6d3ce;--grid:#e8e5e1;--orange:#e85c0c;--deep:#b84508;--tint:#fceee3;--sans:Plex,'Arial',sans-serif;--mono:PlexMono,monospace}
*{box-sizing:border-box}html{scroll-padding-top:95px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:17px;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-underline-offset:4px}button{font:inherit;color:inherit;cursor:pointer}button:disabled{cursor:wait}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,model-viewer:focus-visible{outline:2px solid var(--deep);outline-offset:5px}[hidden]{display:none!important}img{max-width:100%;height:auto;display:block}.wrap{max-width:1328px;margin:0 auto;padding:0 48px}.label{font-family:var(--mono);font-size:11px;font-weight:400;letter-spacing:.09em;line-height:1.6;text-transform:uppercase}.muted{color:var(--muted)}.small{font-size:13px;line-height:1.65}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.skip{position:absolute;left:20px;top:-70px;z-index:100;background:var(--ink);color:#fff;padding:12px}.skip:focus{top:10px}h1,h2,h3,p{margin-top:0}h1{font-weight:700;line-height:1;letter-spacing:-.045em;text-transform:uppercase}h2{font-weight:500;font-size:32px;letter-spacing:-.025em;line-height:1.16}h3{font-size:25px;line-height:1.2;font-weight:500;letter-spacing:-.025em}p{margin-bottom:18px}.site .logo{font-family:var(--sans);font-weight:700;font-size:34px;letter-spacing:-.06em;line-height:1;text-decoration:none}.logo span{color:var(--orange)}header.site{background:var(--paper);border-bottom:1px solid var(--rule);position:sticky;top:0;z-index:20}.bar{height:80px;display:flex;align-items:center;justify-content:space-between;gap:36px}nav{display:flex;gap:32px;margin-left:auto;margin-right:auto}nav a,.header-notify{font-family:var(--mono);font-size:12px;text-decoration:none;padding:12px 0}nav a:hover{color:var(--deep)}.header-notify{display:flex;gap:18px;border-bottom:1px solid var(--ink)}.header-notify:hover{color:var(--deep);border-color:var(--deep)}.eyebrow{display:block;color:var(--muted)}.eyebrow::before{content:'';display:inline-block;width:7px;height:7px;margin-right:12px;background:var(--orange)}.hero{display:grid;grid-template-columns:.84fr 1.16fr;gap:24px;padding:70px 0 52px;align-items:center}.hero h1{font-size:clamp(40px,4.2vw,60px);margin:27px 0 25px}.hero h1 span{color:var(--muted)}.hero-lede{font-size:18px;max-width:33ch;color:var(--muted);line-height:1.55}.text-link{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;border-bottom:1px solid var(--ink);padding:9px 0;text-decoration:none;font-size:14px;font-weight:500}.text-link:hover{color:var(--deep);border-color:var(--deep)}.hero-note{display:block;color:var(--muted);font-size:10px;margin-top:46px}.hero-figure{margin:0;min-width:0;align-self:stretch;display:flex;flex-direction:column;justify-content:center}.hero-figure>a{position:relative;display:flex;align-items:center;min-height:490px;background:#ecebea;border:1px solid var(--rule);overflow:hidden}.hero-figure img{width:100%;height:490px;object-fit:cover}.hero-figure-tag{position:absolute;top:23px;left:24px}.hero-figure-link{position:absolute;bottom:22px;right:23px;display:flex;gap:23px}.hero-figure figcaption{padding-top:10px;font-size:11px;color:var(--muted);text-align:right}.intro-rule{border-top:1px solid var(--ink);border-bottom:1px solid var(--rule);display:grid;grid-template-columns:140px 1fr auto;gap:24px;align-items:center;padding:22px 0}.intro-rule p{font-size:15px;max-width:57ch;margin:0;color:var(--muted)}.intro-rule>.label:last-child{font-size:10px}.catalog-section{padding:68px 0 18px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;border-bottom:1px solid var(--rule);padding-bottom:25px;margin-bottom:28px}.section-heading .label{display:block;margin-bottom:13px;color:var(--muted)}.section-heading h2{margin:0;max-width:23ch}.section-heading>p{max-width:35ch;font-size:15px;color:var(--muted);margin:0}.cards{display:grid;grid-template-columns:1fr 1fr;gap:32px}.card{min-width:0}.card-image{position:relative;display:block;background:#ecebea;border:1px solid var(--rule);text-decoration:none;overflow:hidden}.card-image>img{width:100%;aspect-ratio:4/3;object-fit:cover}.image-label{position:absolute;top:17px;left:18px;z-index:2}.image-arrow{position:absolute;right:15px;bottom:15px;background:var(--paper);border:1px solid var(--rule);height:36px;width:36px;display:grid;place-items:center}.card-image:hover .image-arrow{background:var(--ink);color:var(--paper);border-color:var(--ink)}.card-copy{padding:20px 0 23px}.card-meta{display:flex;justify-content:space-between;gap:16px;color:var(--muted);font-size:10px;margin-bottom:10px}.card-meta>span{white-space:nowrap}.card h3{margin-bottom:9px}.card h3 a{text-decoration:none}.card h3 a:hover{color:var(--deep)}.card p{font-size:15px;color:var(--muted);max-width:53ch;margin:0}.unpictured{aspect-ratio:4/3;display:flex;flex-direction:column;justify-content:center;padding:48px;background-color:var(--paper);background-image:linear-gradient(var(--grid) 1px,transparent 1px),linear-gradient(90deg,var(--grid) 1px,transparent 1px);background-size:32px 32px}.unpictured>.label{color:var(--muted);margin-bottom:20px}.unpictured>span:last-child{font-size:30px;line-height:1.2;font-weight:500;letter-spacing:-.03em}.story-section{display:grid;grid-template-columns:1fr 2fr;border-top:1px solid var(--ink);border-bottom:1px solid var(--rule);padding:56px 0;gap:40px;margin-top:42px}.story-section h2{font-size:42px}.story-section p{max-width:52ch;color:var(--muted)}.notify-section{display:grid;grid-template-columns:1.2fr 1fr;gap:80px;padding:66px 0 76px}.notify-section .label{display:block;margin-bottom:16px;color:var(--muted)}.notify-section h2{font-size:42px;margin-bottom:0}.notify-copy{max-width:44ch}.notify-copy>p:first-child{font-size:18px}.button{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:15px 20px;background:var(--orange);color:var(--ink);border:1px solid var(--ink);text-decoration:none;font-family:var(--mono);font-size:13px;font-weight:500;min-height:50px}.button:hover{background:var(--deep);color:white}.notify-copy .small{margin:11px 0 0}footer.site{border-top:1px solid var(--ink);padding:35px 0 42px}.foot{display:grid;grid-template-columns:80px 1fr 1fr auto;align-items:start;gap:35px}.foot p{font-size:14px;margin:0;color:var(--muted)}.foot-links{display:flex;flex-direction:column;align-items:flex-start;gap:6px;font-size:12px}.foot-links a{text-decoration:none}.foot-links a:hover{text-decoration:underline}.location{font-size:10px;text-align:right;color:var(--muted)}.back-link{display:inline-block;text-decoration:none;color:var(--muted);margin-top:30px;padding:8px 0}.product-heading{padding:22px 0 35px}.product-heading .eyebrow{margin-bottom:17px}.product-heading h1{font-size:clamp(38px,4.7vw,64px);margin-bottom:16px;max-width:22ch}.product-heading>p{font-size:19px;max-width:60ch;color:var(--muted);margin:0}.product-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:40px;align-items:start}.gallery{min-width:0}.gallery-stage{position:relative;background:#e9e8e6;border:1px solid var(--rule);aspect-ratio:4/3;overflow:hidden}.still-view,.interactive-view{position:absolute;inset:0}.main-image{width:100%;height:100%;object-fit:contain}.interactive-view model-viewer{width:100%;height:100%;--poster-color:transparent;--progress-bar-color:var(--deep);--progress-bar-height:2px}.view-number{position:absolute;right:18px;top:17px;pointer-events:none}.gallery-stage>.image-label{pointer-events:none}.gallery-tools{display:flex;gap:15px;align-items:center;justify-content:space-between;padding:13px 0}.thumbnails{display:flex;gap:8px}.thumbnail{padding:0;background:#eeedeb;border:1px solid var(--rule);position:relative;width:76px;min-height:58px}.thumbnail>img{width:100%;height:54px;object-fit:cover}.thumbnail>span{display:none}.thumbnail:hover{border-color:var(--muted)}.thumbnail.selected{border:2px solid var(--ink)}.view-3d{background:var(--paper);border:1px solid var(--rule);padding:12px;display:flex;align-items:center;justify-content:center;gap:8px;font-family:var(--mono);font-size:11px;min-height:46px;white-space:nowrap}.view-3d:hover,.view-3d[aria-pressed=true]{border-color:var(--ink);background:var(--white)}.gallery-caption{display:flex;justify-content:space-between;gap:14px;border-top:1px solid var(--rule);padding:12px 0;font-size:11px;color:var(--muted)}.caption-label{font-family:var(--mono)}.viewer-help,.viewer-status{font-size:13px;color:var(--muted);margin:7px 0}.viewer-status:empty{display:none}.reset-view{background:none;border:0;border-bottom:1px solid var(--muted);padding:5px 0;font-size:13px;min-height:38px}.product-summary{border-top:1px solid var(--ink);padding-top:18px}.status{display:flex;align-items:center;gap:8px;color:var(--muted);margin-bottom:27px}.status-dot{width:6px;height:6px;background:var(--orange);border-radius:50%}.product-summary h2{font-size:29px;margin-bottom:15px}.product-summary>p{font-size:15px;color:var(--muted);line-height:1.7}.quick-specs{font-size:13px;margin:25px 0}.quick-specs>div{padding:11px 0;border-top:1px solid var(--rule)}.quick-specs dt{font-family:var(--mono);font-size:10px;text-transform:uppercase;color:var(--muted);margin-bottom:4px}.quick-specs dd{margin:0}.product-summary .button+p{font-size:12px;line-height:1.7;margin-top:12px}.feature-row{display:grid;grid-template-columns:repeat(3,1fr);gap:34px;padding:38px 0;margin-top:40px;border-top:1px solid var(--ink);border-bottom:1px solid var(--rule)}.feature-row .label{display:block;margin-bottom:17px;color:var(--muted)}.feature-row h2{font-size:23px;max-width:22ch;margin-bottom:13px}.feature-row p{font-size:15px;color:var(--muted);max-width:32ch;margin:0}.product-details{display:grid;grid-template-columns:1fr 1fr;gap:75px;padding:65px 0}.product-details>.label,.product-details>div>.label{display:block;color:var(--muted);margin-bottom:16px}.prose{font-size:16px;color:var(--muted);max-width:54ch}.specs{border-collapse:collapse;width:100%;font-size:13px}.specs th,.specs td{padding:11px 0;border-bottom:1px solid var(--rule);text-align:left;vertical-align:top}.specs th{font-family:var(--mono);font-size:11px;font-weight:400;color:var(--muted);width:39%;padding-right:16px}.specs td{font-weight:500}.specs+p{margin-top:14px}.related{border-top:1px solid var(--ink);padding-top:37px}.development-panel{border:1px solid var(--rule);padding:55px 45px;min-height:400px;display:flex;flex-direction:column;justify-content:center;background:var(--white)}.development-panel .label{margin-bottom:30px;color:var(--muted)}.development-panel h2{font-size:40px}.development-panel p{max-width:44ch;color:var(--muted)}.journal-heading{padding:65px 0 45px}.journal-heading h1{font-size:64px;margin:20px 0}.journal-heading p{color:var(--muted)}.journal-card{display:grid;grid-template-columns:1fr 1fr;gap:50px;border-top:1px solid var(--ink);border-bottom:1px solid var(--rule);padding:35px 0;align-items:center}.journal-card h2{margin-top:20px}.journal-card p{max-width:42ch;color:var(--muted)}.narrow{max-width:850px;padding-top:70px;padding-bottom:100px}
@media(min-width:1000px){#ronin-4d .card:first-child{grid-column:1/-1;display:grid;grid-template-columns:1.4fr 1fr;align-items:center;background:var(--white);border:1px solid var(--rule)}#ronin-4d .card:first-child .card-image{border:0;border-right:1px solid var(--rule)}#ronin-4d .card:first-child .card-copy{padding:35px}#ronin-4d .card:first-child h3{font-size:36px;max-width:14ch}#ronin-4d .card:first-child .card-meta{flex-direction:column;gap:8px;margin-bottom:22px}#ronin-4d .card:first-child p{max-width:30ch;font-size:17px}}
@media(max-width:1050px){.wrap{padding:0 30px}.hero{grid-template-columns:1fr 1fr;gap:25px}.hero h1{font-size:44px}.hero-figure>a{min-height:420px}.hero-figure img{height:420px}.hero-figure-tag{font-size:10px}.hero-figure-link{font-size:9px}.product-grid{grid-template-columns:minmax(0,1fr) 275px;gap:25px}.gallery-tools{align-items:stretch;flex-direction:column}.view-3d{align-self:flex-start}.foot{grid-template-columns:65px 1fr 1fr}.location{display:none}.intro-rule{grid-template-columns:120px 1fr}.intro-rule>.label:last-child{display:none}.product-details{gap:38px}}
@media(max-width:760px){.wrap{padding:0 22px}.bar{height:70px;gap:15px}.site .logo{font-size:30px}nav{gap:18px;margin-right:0}nav a{font-size:10px}.header-notify{display:none}.hero{grid-template-columns:1fr;padding:35px 0 29px;gap:29px}.hero h1{font-size:clamp(40px,8vw,58px);margin:20px 0}.hero h1 br:nth-child(2){display:none}.hero h1 span{display:block}.hero-lede{font-size:17px;max-width:40ch}.hero-note{display:none}.hero-figure>a{min-height:0}.hero-figure img{height:auto;aspect-ratio:4/3;object-fit:cover}.hero-figure-tag{top:15px;left:15px}.hero-figure-link{bottom:15px;right:15px}.hero-figure figcaption{font-size:10px}.intro-rule{grid-template-columns:1fr;gap:8px;padding:20px 0}.intro-rule p{font-size:14px}.catalog-section{padding-top:42px}.section-heading{display:block;padding-bottom:19px;margin-bottom:22px}.section-heading h2{font-size:29px;max-width:22ch}.section-heading>p{margin-top:15px;max-width:43ch;font-size:14px}.cards{gap:20px;grid-template-columns:1fr}.card-copy{padding-top:16px;padding-bottom:18px}.card-meta{font-size:9px;gap:10px}.card h3{font-size:25px}.card p{font-size:15px}.story-section{grid-template-columns:1fr;gap:22px;padding:32px 0;margin-top:22px}.story-section h2{font-size:34px}.story-section p{font-size:16px}.notify-section{grid-template-columns:1fr;gap:26px;padding:42px 0}.notify-section h2{font-size:35px}.notify-copy{max-width:none}.notify-copy>p:first-child{font-size:17px}.foot{grid-template-columns:60px 1fr;gap:20px}.foot-links{grid-column:2}.foot p{font-size:13px}.product-heading{padding:18px 0 25px}.product-heading .eyebrow{font-size:10px}.product-heading h1{font-size:41px;max-width:18ch;line-height:1.05}.product-heading>p{font-size:17px}.back-link{margin-top:19px;font-size:10px}.product-grid{grid-template-columns:1fr;gap:30px}.gallery-tools{flex-direction:row;flex-wrap:wrap;gap:12px}.thumbnail{width:65px;min-height:50px}.thumbnail>img{height:46px}.gallery-caption{flex-direction:column;gap:5px;font-size:11px}.product-summary .status{margin-bottom:16px}.product-summary h2{font-size:29px}.quick-specs{display:grid;grid-template-columns:1fr 1fr;gap:0 20px}.quick-specs>div:last-child{display:none}.product-summary>.small br{display:none}.feature-row{grid-template-columns:1fr;gap:25px;margin-top:25px;padding:28px 0}.feature-row>div{display:grid;grid-template-columns:1fr;gap:0}.feature-row .label{margin-bottom:9px}.feature-row h2{margin-bottom:8px;font-size:24px}.feature-row p{max-width:44ch}.product-details{grid-template-columns:1fr;gap:34px;padding:37px 0}.product-details h2{font-size:29px}.specs{font-size:13px}.specs th{font-size:10px;width:38%}.related .section-heading{display:flex;align-items:center;gap:20px}.related .section-heading h2{font-size:25px}.related .text-link{font-size:12px;gap:10px;white-space:nowrap}.development-panel{padding:30px;min-height:330px}.development-panel h2{font-size:32px}.journal-heading{padding:38px 0 20px}.journal-heading h1{font-size:50px}.journal-card{grid-template-columns:1fr;gap:24px}.journal-card h2{font-size:29px}.narrow{padding-top:40px;padding-bottom:60px}}
@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}
