@import url('/assets/fonts/fonts.css');

:root {
  color-scheme: dark;
  --ink: #141414;
  --paper: #e9e8e3;
  --background: #101010;
  --foreground: #efeee9;
  --muted: #a5a5a0;
  --line: #343431;
  --accent: #f26a3e;
  --sans: 'IBM Plex Sans', Arial, sans-serif;
  --mono: 'IBM Plex Mono', monospace;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 36px; }
body { margin: 0; background: var(--background); color: var(--foreground); font: 400 16px/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
::selection { background: var(--accent); color: var(--ink); }
a { color: inherit; text-decoration: none; text-underline-offset: 5px; }
button { font: inherit; }
a, button { touch-action: manipulation; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 400; line-height: 1.08; letter-spacing: -.045em; }
h2 { font-size: clamp(38px, 4.2vw, 60px); }
p { color: var(--muted); }
strong { font-weight: 500; }
img, svg { display: block; max-width: 100%; }
address { font-style: normal; }
.wrap { width: min(1320px, calc(100% - 128px)); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; transform: translateY(-160%); background: var(--foreground); color: var(--ink); padding: 12px 20px; }
.skip-link:focus { transform: translateY(0); }
.site-header { position: relative; z-index: 10; }
.header-inner { min-height: 108px; display: flex; align-items: center; justify-content: space-between; gap: 40px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; flex-shrink: 0; }
.brand-name { position: relative; display: block; font-size: 41px; line-height: .85; font-weight: 600; letter-spacing: -.065em; padding-top: 11px; }
.brand-name small { position: absolute; top: -2px; left: 2px; font: 9px/1 var(--mono); letter-spacing: .18em; }
.brand-period { color: var(--accent); }
.site-nav { display: flex; align-items: center; gap: 34px; font-size: 13px; }
.site-nav a { padding-block: 10px; transition: color 150ms; }
.site-nav a:hover { color: var(--accent); }
.nav-contact { display: inline-flex; gap: 26px; align-items: center; }
.arrow { font-family: Arial, sans-serif; font-size: 20px; line-height: 1; }
.menu-toggle { display: none; }
.masthead { padding-top: 29px; }
.masthead-top { display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.masthead-top p { font: 10px/1.6 var(--mono); letter-spacing: .045em; color: #c0c0ba; }
.masthead-top p:last-child { text-align: right; }
.masthead-top span { padding-inline: 11px; color: var(--accent); }
.masthead h1 { font-size: clamp(64px, 7.9vw, 118px); font-weight: 400; line-height: 1.04; letter-spacing: -.065em; margin: 71px 0 51px; }
.masthead h1 span { color: #979892; }
.masthead-bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; padding-bottom: 67px; }
.masthead-bottom > p { max-width: 550px; color: #c4c4be; font-size: 17px; line-height: 1.7; }
.index-link { width: fit-content; display: inline-flex; align-items: center; gap: 20px; font-size: 13px; }
.index-link-symbol { width: 40px; height: 40px; border: 1px solid #676760; display: grid; place-items: center; font: 21px/1 Arial, sans-serif; transition: background 180ms, color 180ms, border-color 180ms; }
.index-link:hover .index-link-symbol { background: var(--accent); border-color: var(--accent); color: var(--ink); }
.facts { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; border-top: 1px solid var(--line); padding: 30px 0 36px; gap: 30px; }
.facts dt { color: var(--muted); font: 9px/1.6 var(--mono); margin-bottom: 10px; }
.facts dd { margin: 0; font-size: 24px; line-height: 1.2; letter-spacing: -.035em; }
.light-section { color-scheme: light; background: var(--paper); color: var(--ink); }
.light-section p { color: #52534e; }
.commerce { padding: 58px 0 61px; }
.section-intro { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.section-label { font: 10px/1.7 var(--mono); color: inherit; letter-spacing: .015em; }
.section-caption { font: 9px/1.7 var(--mono); }
.commerce-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 60px; margin: 59px 0 60px; }
.commerce-heading h2 { font-size: clamp(40px, 4.1vw, 59px); }
.commerce-heading > div > p { font-size: 16px; line-height: 1.75; max-width: 560px; }
.commerce-heading .commerce-note { font-size: 13px; margin-top: 20px; color: #62635d; max-width: 390px; }
.product-lines { display: grid; grid-template-columns: 1fr 1fr; border-block: 1px solid #bbbbb3; gap: 60px; }
.product-lines article { display: flex; align-items: flex-start; gap: 25px; padding: 28px 0 31px; }
.product-lines .product-number { font: 10px var(--mono); padding-top: 6px; color: #696a63; }
.product-lines h3 { font-size: 23px; line-height: 1.2; letter-spacing: -.025em; }
.product-lines article > div > p { font-size: 13px; line-height: 1.7; margin-top: 10px; max-width: 390px; }
.samsung-note { display: flex; align-items: center; gap: 12px; margin: 23px 0 67px; }
.square { width: 6px; height: 6px; background: #b34723; flex-shrink: 0; }
.samsung-note p { color: #31322d; font-size: 11px; }
.samsung-note p span { color: #61625b; padding-left: 16px; }
.channels h3 { font: 9px/1.6 var(--mono); letter-spacing: .045em; margin-bottom: 23px; color: #5d5e56; }
.channels ul { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr; gap: 25px; list-style: none; padding: 0; margin: 0; }
.channels li { font-size: 25px; line-height: 1.3; font-weight: 500; letter-spacing: -.035em; }
.technology { padding-top: 58px; padding-bottom: 92px; }
.technology-layout { display: grid; grid-template-columns: .76fr 1.24fr; gap: 75px; margin-top: 72px; }
.platform-identity { padding-top: 4px; }
.platform-name { font-size: 76px; letter-spacing: -.065em; line-height: .96; color: var(--foreground); }
.platform-name span { color: var(--accent); }
.platform-kind { font-size: 12px; line-height: 1.65; margin-top: 24px; }
.plain-link { display: inline-flex; justify-content: space-between; align-items: center; gap: 44px; padding: 0 0 9px; margin-top: 44px; font-size: 12px; border-bottom: 1px solid #5b5c56; }
.plain-link span { font: 21px Arial, sans-serif; }
.plain-link:hover { color: var(--accent); border-color: var(--accent); }
.technology-content h2 { font-size: clamp(35px, 3.8vw, 54px); }
.technology-lead { max-width: 590px; font-size: 15px; line-height: 1.8; margin-top: 26px; }
.capabilities { margin: 38px 0 0; }
.capabilities > div { display: grid; grid-template-columns: 150px 1fr; gap: 26px; padding: 24px 0; border-top: 1px solid var(--line); }
.capabilities dt { font-size: 13px; font-weight: 500; }
.capabilities dd { margin: 0; font-size: 13px; line-height: 1.75; color: #b0b1a9; }
.commitments { padding-top: 43px; padding-bottom: 88px; border-top: 1px solid var(--line); }
.commitments-heading { display: grid; grid-template-columns: .76fr 1.24fr; gap: 75px; align-items: start; }
.commitments-heading h2 { font-size: 43px; }
.commitments-heading .section-label { padding-top: 6px; }
.commitments-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 38px; margin-top: 53px; }
.commitments-list article { padding-top: 18px; border-top: 1px solid #58594f; }
.commitments-list h3 { font-size: 17px; letter-spacing: -.025em; line-height: 1.3; font-weight: 500; }
.commitments-list p { font-size: 13px; line-height: 1.7; margin-top: 14px; }
.commitments-list a { text-decoration: underline; }
.commitments-list a:hover { color: var(--foreground); }
.company { background: #1b1b19; padding: 75px 0 81px; }
.company-layout { display: grid; grid-template-columns: .76fr 1.24fr; gap: 75px; }
.company-copy h2 { margin: 43px 0 24px; font-size: 48px; }
.company-copy > p:not(.section-label) { font-size: 14px; line-height: 1.8; max-width: 385px; }
.company-copy > p + p { margin-top: 18px; }
.company-copy .company-place { font: 9px/1.6 var(--mono); margin-top: 31px; color: #c0c1b9; }
.company-data { margin: 0; }
.company-data > div { display: grid; grid-template-columns: 155px 1fr; gap: 30px; border-top: 1px solid #464740; padding: 23px 0; }
.company-data > div:last-child { padding-bottom: 0; }
.company-data dt { font: 9px/1.8 var(--mono); color: #adafa3; padding-top: 3px; }
.company-data dd { margin: 0; font-size: 14px; line-height: 1.75; overflow-wrap: anywhere; }
.company-data a:hover { text-decoration: underline; }
.contact { padding: 51px 0 55px; }
.contact-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; }
.contact-top h2 { font: 11px/1.6 var(--mono); letter-spacing: 0; }
.contact-top p { font-size: 12px; line-height: 1.6; width: 195px; }
.contact-email { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-top: 33px; padding: 18px 0 22px; border-bottom: 1px solid #9e9f94; font-size: clamp(32px, 5.65vw, 81px); letter-spacing: -.06em; line-height: 1.2; }
.contact-arrow { font: 1.15em/1 Arial, sans-serif; flex-shrink: 0; transition: transform 150ms; }
.contact-email:hover .contact-arrow { transform: translate(4px, -4px); }
.site-footer { padding: 40px 0 26px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-top .brand-name { font-size: 34px; }
.footer-top .brand-name small { font-size: 7px; }
.footer-nav { display: flex; gap: 33px; font-size: 12px; }
.footer-nav a:hover { color: var(--accent); }
.footer-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 35px; margin-top: 35px; }
.footer-bottom p { font: 9px/1.9 var(--mono); }
.footer-bottom p:last-child { text-align: right; }
.document { max-width: 790px; margin: 0 auto; padding: 60px 0 95px; }
.back-link { display: inline-flex; font: 11px var(--mono); margin-bottom: 48px; }
.back-link:hover { color: var(--accent); }
.document .section-label { color: #b1b2a9; margin-bottom: 26px; }
.document h1 { font-size: clamp(40px, 5vw, 65px); line-height: 1.1; margin-bottom: 25px; }
.document-meta { font: 10px/1.9 var(--mono); padding-bottom: 30px; margin-bottom: 35px; border-bottom: 1px solid var(--line); }
.document h2 { font-size: 25px; margin: 38px 0 16px; letter-spacing: -.025em; }
.document p, .document li { color: #b6b7ad; font-size: 15px; line-height: 1.9; }
.document p + p { margin-top: 16px; }
.document .document-meta { font: 10px/1.9 var(--mono); }
.document strong { color: var(--foreground); }
.document ul { padding-left: 22px; }
.document li + li { margin-top: 12px; }
.document a:not(.back-link) { text-decoration: underline; overflow-wrap: anywhere; }
.document a:hover { color: var(--foreground); }
.document-contact { margin-top: 40px; padding: 10px 0 0; border-top: 1px solid var(--line); }
.document-contact h2 { margin-top: 27px; }
.not-found { min-height: 60vh; }
.button { display: inline-flex; align-items: center; gap: 30px; padding: 12px 0; border-bottom: 1px solid #77796e; margin-top: 25px; }
@media(min-width:1600px) {
  .masthead h1 { margin-top: 85px; margin-bottom: 65px; }
  .masthead-bottom { padding-bottom: 82px; }
}
@media(max-width:1100px) {
  .wrap { width: calc(100% - 80px); }
  .site-nav { gap: 26px; }
  .masthead h1 { font-size: 8vw; }
  .masthead-bottom, .commerce-heading, .product-lines { gap: 40px; }
  .masthead-bottom > p { font-size: 16px; }
  .facts dd { font-size: 21px; }
  .technology-layout, .commitments-heading, .company-layout { gap: 50px; grid-template-columns: .8fr 1.2fr; }
  .platform-name { font-size: 67px; }
  .capabilities > div { grid-template-columns: 115px 1fr; gap: 20px; }
  .company-data > div { grid-template-columns: 122px 1fr; gap: 22px; }
  .company-data dd { font-size: 13px; }
  .channels li { font-size: 21px; }
  .commitments-list { gap: 28px; }
}
@media(max-width:850px) {
  .wrap { width: calc(100% - 56px); }
  .header-inner { min-height: 96px; gap: 25px; }
  .site-nav { gap: 22px; font-size: 12px; }
  .nav-contact { gap: 13px; }
  .masthead h1 { margin-top: 58px; margin-bottom: 45px; font-size: 8.9vw; }
  .masthead-bottom { gap: 30px; grid-template-columns: .75fr 1.25fr; padding-bottom: 49px; }
  .masthead-bottom > p { font-size: 15px; }
  .facts { gap: 20px; padding-bottom: 31px; }
  .facts dd { font-size: 19px; }
  .commerce { padding: 42px 0 48px; }
  .commerce-heading { gap: 30px; margin-top: 45px; margin-bottom: 39px; }
  .commerce-heading h2 { font-size: 36px; }
  .commerce-heading > div > p { font-size: 14px; }
  .commerce-heading .commerce-note { font-size: 12px; }
  .product-lines { gap: 30px; }
  .product-lines article { gap: 17px; }
  .product-lines h3 { font-size: 20px; }
  .product-lines article > div > p { font-size: 12px; }
  .channels ul { gap: 20px; }
  .channels li { font-size: 18px; }
  .samsung-note { margin-bottom: 46px; }
  .technology { padding-top: 44px; padding-bottom: 62px; }
  .technology-layout { grid-template-columns: .7fr 1.3fr; gap: 36px; margin-top: 54px; }
  .platform-name { font-size: 56px; }
  .platform-kind { font-size: 11px; }
  .plain-link { gap: 22px; font-size: 11px; }
  .technology-content h2 { font-size: 35px; }
  .technology-lead { font-size: 14px; }
  .capabilities > div { grid-template-columns: 1fr; gap: 9px; padding: 20px 0; }
  .capabilities dt { font-size: 13px; }
  .capabilities dd { font-size: 12px; }
  .commitments { padding-bottom: 61px; }
  .commitments-heading { grid-template-columns: .7fr 1.3fr; gap: 36px; }
  .commitments-heading h2 { font-size: 37px; }
  .commitments-list { grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 39px; }
  .company { padding: 56px 0 58px; }
  .company-layout { grid-template-columns: .85fr 1.15fr; gap: 36px; }
  .company-copy h2 { font-size: 36px; margin-top: 33px; }
  .company-copy > p:not(.section-label) { font-size: 13px; }
  .company-data > div { grid-template-columns: 1fr; gap: 8px; padding: 18px 0; }
  .company-data > div:first-child { padding-top: 14px; }
  .contact { padding: 39px 0 41px; }
  .contact-email { font-size: 5.9vw; }
}
@media(max-width:620px) {
  .wrap { width: calc(100% - 40px); }
  .header-inner { min-height: 84px; padding: 20px 0; flex-wrap: wrap; gap: 0; }
  .brand-name { font-size: 35px; }
  .brand-name small { font-size: 7px; }
  .site-nav { width: 100%; flex-wrap: wrap; gap: 9px 24px; padding-top: 20px; font-size: 12px; }
  .site-nav a { padding-block: 7px; }
  .nav-ready .menu-toggle { display: flex; align-items: center; gap: 16px; padding: 8px 0 8px 12px; min-height: 44px; background: transparent; border: 0; color: var(--foreground); font: 11px var(--mono); }
  .menu-toggle span { font: 23px/1 Arial, sans-serif; }
  .nav-ready .site-nav { display: none; }
  .nav-ready .site-nav.is-open { display: flex; padding-bottom: 5px; }
  .masthead { padding-top: 21px; }
  .masthead-top { align-items: flex-start; gap: 22px; }
  .masthead-top p { font-size: 9px; letter-spacing: 0; }
  .masthead-top p:last-child { max-width: 132px; }
  .masthead-top span { padding-inline: 5px; }
  .masthead h1 { font-size: clamp(32px, 9.6vw, 59px); line-height: 1.1; margin-top: 47px; margin-bottom: 30px; letter-spacing: -.057em; }
  .masthead-bottom { display: flex; flex-direction: column-reverse; align-items: flex-start; gap: 27px; padding-bottom: 34px; }
  .masthead-bottom > p { font-size: 14px; line-height: 1.8; max-width: 410px; }
  .index-link { font-size: 11px; gap: 15px; }
  .index-link-symbol { width: 34px; height: 34px; font-size: 19px; }
  .facts { grid-template-columns: 1fr 1fr; gap: 26px 20px; padding: 25px 0 32px; }
  .facts dt { font-size: 9px; margin-bottom: 7px; }
  .facts dd { font-size: 20px; }
  .commerce { padding: 30px 0 37px; }
  .section-label { font-size: 9px; }
  .section-caption { font-size: 9px; }
  .section-intro { gap: 20px; align-items: flex-start; }
  .commerce-heading { grid-template-columns: 1fr; gap: 24px; margin: 36px 0 30px; }
  .commerce-heading h2 { font-size: 38px; }
  .commerce-heading > div > p { font-size: 14px; max-width: 440px; }
  .commerce-heading .commerce-note { margin-top: 16px; }
  .product-lines { grid-template-columns: 1fr; gap: 0; }
  .product-lines article { padding: 23px 0; gap: 19px; }
  .product-lines article + article { border-top: 1px solid #bbbbb3; }
  .product-lines h3 { font-size: 22px; }
  .product-lines article > div > p { font-size: 12px; }
  .product-lines .product-number { font-size: 9px; }
  .samsung-note { gap: 11px; align-items: flex-start; margin: 20px 0 37px; }
  .samsung-note .square { margin-top: 6px; }
  .samsung-note p { font-size: 11px; }
  .samsung-note p span { display: block; padding: 2px 0 0; font-size: 10px; }
  .channels h3 { font-size: 9px; margin-bottom: 18px; }
  .channels ul { grid-template-columns: 1fr 1fr; gap: 13px 20px; }
  .channels li { font-size: 21px; font-weight: 400; }
  .technology { padding: 32px 0 47px; }
  .technology-layout { grid-template-columns: 1fr; gap: 33px; margin-top: 35px; }
  .platform-identity { display: grid; grid-template-columns: 1fr 1fr; column-gap: 25px; border-bottom: 1px solid var(--line); padding-bottom: 30px; }
  .platform-name { font-size: 53px; grid-row: 1/3; }
  .platform-kind { font-size: 10px; margin-top: 3px; }
  .plain-link { margin-top: 19px; font-size: 10px; gap: 8px; padding-bottom: 5px; width: fit-content; }
  .plain-link span { font-size: 17px; }
  .technology-content h2 { font-size: 35px; }
  .technology-lead { margin-top: 22px; font-size: 14px; }
  .capabilities { margin-top: 26px; }
  .capabilities > div { grid-template-columns: 110px 1fr; gap: 17px; padding: 20px 0; }
  .capabilities dt { font-size: 12px; line-height: 1.5; }
  .capabilities dd { font-size: 12px; line-height: 1.7; }
  .commitments { padding-top: 30px; padding-bottom: 45px; }
  .commitments-heading { grid-template-columns: 1fr; gap: 28px; }
  .commitments-heading h2 { font-size: 36px; }
  .commitments-list { gap: 28px 22px; margin-top: 30px; }
  .commitments-list article { padding-top: 14px; }
  .commitments-list h3 { font-size: 16px; line-height: 1.35; }
  .commitments-list p { font-size: 12px; margin-top: 12px; }
  .company { padding: 34px 0 42px; }
  .company-layout { grid-template-columns: 1fr; gap: 31px; }
  .company-copy h2 { font-size: 39px; margin: 27px 0 20px; }
  .company-copy > p:not(.section-label) { font-size: 14px; max-width: 430px; }
  .company-copy .company-place { font-size: 9px; margin-top: 23px; }
  .company-data > div { grid-template-columns: 100px 1fr; gap: 18px; }
  .company-data dt { font-size: 9px; line-height: 1.8; }
  .company-data dd { font-size: 12px; }
  .contact { padding: 28px 0 35px; }
  .contact-top { gap: 25px; }
  .contact-top h2 { font-size: 10px; }
  .contact-top p { font-size: 11px; width: auto; }
  .contact-email { font-size: clamp(21px, 6.1vw, 38px); gap: 13px; margin-top: 22px; padding: 18px 0; letter-spacing: -.045em; }
  .contact-arrow { font-size: 1.3em; }
  .site-footer { padding: 30px 0 23px; }
  .footer-top { align-items: flex-end; gap: 24px; }
  .footer-top .brand-name { font-size: 31px; }
  .footer-nav { font-size: 10px; gap: 16px; flex-wrap: wrap; justify-content: flex-end; }
  .footer-bottom { margin-top: 27px; flex-direction: column; gap: 17px; align-items: flex-start; }
  .footer-bottom p { font-size: 7px; }
  .footer-bottom p:last-child { text-align: left; }
  .document { padding: 36px 0 60px; }
  .back-link { margin-bottom: 36px; font-size: 10px; }
  .document h1 { font-size: 40px; }
  .document h2 { font-size: 24px; }
  .document p, .document li { font-size: 14px; }
  .document .document-meta { font-size: 9px; }
}
@media(max-width:360px) {
  .wrap { width: calc(100% - 32px); }
  .commerce-heading h2 { font-size: 35px; }
  .platform-identity { gap: 17px; }
  .platform-name { font-size: 48px; }
  .technology-content h2 { font-size: 31px; }
  .capabilities > div { grid-template-columns: 96px 1fr; gap: 16px; }
  .company-data > div { grid-template-columns: 90px 1fr; gap: 14px; }
  .contact-email { font-size: 21px; }
  .footer-nav { gap: 12px; }
}
@media(prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media print {
  body { background: white; color: black; }
  .site-header, .site-footer, .index-link, .contact, .back-link { display: none; }
  .wrap { width: 100%; }
  .masthead, .commerce, .technology, .company, .commitments { padding-block: 22px; }
  .masthead h1 { font-size: 48px; margin: 22px 0; }
  .masthead h1 span, p, .platform-name, .capabilities dd, .company-data dt, .document p, .document li, .document strong { color: black; }
  .light-section, .company { background: white; }
  .company-data > div, .capabilities > div { break-inside: avoid; }
  .masthead-bottom { padding-bottom: 25px; }
}
