/* Reference-led editorial system. Existing product behavior is retained. */
:root{color-scheme:light;--bg:#fff;--bg2:#f7f7f9;--panel:#fff;--panel2:#f6f6f8;--accent:#6041df;--accent2:#6041df;--glow:transparent;--line:#e5e5e9;--text:#17171c;--muted:#62626e;--radius:6px}body{margin:0;background:#fff;color:var(--text);font-family:Inter,'Segoe UI',Arial,sans-serif;-webkit-font-smoothing:antialiased}.ambient{display:none}header{height:78px;background:#fff;padding:0 5%;gap:28px;backdrop-filter:none}.brand{font-size:21px;letter-spacing:-.6px;gap:10px;font-weight:650}.brand-sub{display:inline;margin:0 0 0 5px;font-size:21px;letter-spacing:-.6px;color:#777780;font-weight:400}.brandmark{border:0;border-radius:4px;background:#17171c;color:white;font:600 21px/1 monospace;letter-spacing:-3px;width:34px;height:34px;padding:0 3px 0 0}.header-actions{gap:0}nav{gap:25px}nav a{font-size:14px}nav a.active:after{height:2px;background:#17171c;box-shadow:none}.button{background:#fff;border:1px solid #d9d9df;box-shadow:none;border-radius:5px;padding:12px 18px;font-weight:550;color:#23232b}.button:hover{background:#f4f4f7;transform:none}.button.primary{background:var(--accent);color:#fff;border-color:var(--accent);box-shadow:none}.button.primary:hover{background:#4d30c4}#stack-count{background:#efedf8;color:#6041df}main{max-width:1320px;padding:0 5% 70px}.view{padding-top:42px}.market-intro{padding-top:4px}.eyebrow{font:500 12px/1.5 'SFMono-Regular',Consolas,monospace;letter-spacing:1.2px;color:#73737e}.eyebrow .pill{margin-left:8px;color:#6041df;border-color:#e2dcf7;background:#f8f6ff}.intro{margin:21px 0 38px;gap:60px;align-items:center}h1{font-size:clamp(42px,5.4vw,72px);font-weight:550;line-height:1.04;letter-spacing:-3.8px;margin:22px 0}h1 em{color:#858590;font-style:normal}.intro p{font-size:17px;line-height:1.7;margin:23px 0;color:#686873}.hero-actions{display:flex;gap:12px;margin-top:27px}.hero-terminal{width:47%;background:#16161d;color:#e8e8f0;border:1px solid #292933;border-radius:8px;flex-shrink:0;box-shadow:0 15px 35px #16161d0c}.terminal-title{display:flex;justify-content:space-between;color:#aaaab7;border-bottom:1px solid #30303a;padding:16px 21px;font:12px/1.5 monospace;letter-spacing:.5px}.hero-terminal pre{padding:20px 23px;color:#e4e3ee;font:13px/1.75 Consolas,monospace;white-space:pre-wrap}.code-muted{color:#a397ed}.code-string{color:#b8b0e9}.terminal-foot{padding:14px 20px;display:flex;gap:15px;justify-content:space-between;border-top:1px solid #30303a;color:#a5a5b3;font-size:12px}.terminal-foot a{color:#ded9ff;white-space:nowrap}.feature-strip{padding:22px 0;gap:25px}.feature-strip>div{flex:1;gap:17px}.feature-strip>div>span:first-child{font:13px monospace;color:#9b9ba5;align-self:flex-start;margin-top:3px}.feature-strip small{font-size:13px;color:#73737e}.feature-strip>div>span:not(.feature-symbol){font-size:15px}.catalog-heading{margin:38px 0 20px;scroll-margin-top:25px}.catalog-heading h2{font-size:25px;font-weight:550;letter-spacing:-.8px}.catalog-heading h2 span{background:#f2f2f5;color:#777783;border:0;padding:3px 7px;font-size:13px}.catalog-controls{gap:15px}.filters{gap:3px}.filters button{padding:9px 12px;color:#696975;border-radius:5px;font-size:14px}.filters button[aria-pressed=true]{background:#eeebf9;border-color:transparent;color:#583acc}.search,input,textarea,select{background:#fff;color:var(--text);border:1px solid #dedee5;border-radius:5px}.search input{background:transparent;color:var(--text)}input::placeholder,textarea::placeholder{color:#858590}.search span{color:#858590}.catalog-note{font-size:12px;color:#777783;margin:16px 0 20px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border:1px solid var(--line);border-radius:6px;overflow:hidden}.product-card{background:#fff;border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);border-radius:0;padding:23px;min-height:276px;transition:background .15s}.product-card:nth-child(3n){border-right:0}.product-card:hover{transform:none;background:#fafafe}.card-top{margin-bottom:16px}.product-icon,.product-icon.purple,.product-icon.green{background:#f4f3f8;border:1px solid #e7e5ef;color:#686272;width:32px;height:32px;border-radius:5px;font:18px monospace}.product-card h3{font-size:18px;letter-spacing:-.45px;font-weight:600}.product-card p{font-size:14px;line-height:1.6;color:#74747e;min-height:67px}.pill{font:12px/1.5 inherit;background:#fafafa;color:#7a7a85;border:1px solid #e8e8ed;border-radius:4px;padding:3px 7px}.tags{gap:6px;margin-bottom:16px}.tags span{font-family:inherit;font-size:12px;background:#f6f6f8;border:0;color:#70707b;padding:3px 7px}.card-bottom{padding-top:15px;border-color:#eeeef2}.price{font-size:19px;font-weight:550;letter-spacing:-.5px}.price small{font-size:12px;letter-spacing:0;color:#858590}.card-bottom button{font-size:13px;border-color:#dedee5;background:#fff;color:#4d4d58;border-radius:4px}.card-bottom button:hover{background:#f2effb;color:#583acc}.custom-banner{border:1px solid #dedee5;background:#f7f7f9;border-radius:6px;padding:32px;margin-top:28px}.custom-banner h2{font-size:28px;letter-spacing:-1px}.custom-banner p{font-size:15px}.panel,.agent-row{background:#fff;border:1px solid var(--line);border-radius:6px;box-shadow:none}.panel{padding:27px}.panel p{font-size:16px}.panel h2{font-weight:550;letter-spacing:-.7px}.accent-panel{background:#f8f8fa}.process li{color:#777483}.process strong{color:#292932}.step-number{color:#777483;border-radius:4px}.warning{background:#fbf8f0;color:#8b702d;border-color:#ece2c9}label,legend{color:#555560;font-size:14px}.fine{font-size:12px!important;color:#80808b}.lead{color:#73737e;font-size:17px;max-width:740px}.stat-grid strong{letter-spacing:-1px}.agent-row h3{font-weight:550}.connections span{color:#8a7449}.code-header{color:#73737e}pre{color:#5b45ab;font:14px/1.8 Consolas,monospace}.api-reference code{color:#5b45ab}.developer-list p{font-size:15px}.estimate-box{background:#f7f6fa;border-radius:5px}.estimate-output{color:#6041df}.run-log{color:#676773}.page-heading{align-items:flex-start}.page-heading h1{font-size:52px}.page-heading>.pill{margin-top:27px}.text-stat{letter-spacing:-.4px!important}.spec-list li{color:#454550}.spec-list li span{color:#81818b}.stack-row small{font-size:13px}footer{padding:26px 5%;gap:24px;background:#fafafa;color:#81818b;font-size:13px}.footer-brand{font-size:13px;letter-spacing:0;color:#3b3b45}.footer-brand span{color:#81818b}footer p,footer button{font-size:13px}dialog{background:#fff;color:#24242d;border-color:#e0e0e7;border-radius:9px;box-shadow:0 20px 90px #0003}dialog::backdrop{background:#16161d88;backdrop-filter:blur(3px)}dialog h2{letter-spacing:-1px}.toast{background:#24242d;color:white;border:1px solid #444451;border-radius:5px;box-shadow:0 8px 30px #0002}.empty{border-color:#dddde5;border-radius:5px}.table-scroll{overflow-x:auto}table{width:100%;border-collapse:collapse;text-align:left;font-size:14px}th{font-weight:500;font-size:12px;color:#777783;background:#f8f8fa;padding:14px}td{padding:19px 14px;border-bottom:1px solid var(--line);white-space:nowrap}td strong{font-weight:550}td small{display:block;color:#898995;font:12px/1.8 monospace}.estimate-line{display:flex;justify-content:space-between;padding:16px 0;border-top:1px solid var(--line);gap:15px;font-size:15px}.estimate-line strong{font-weight:550}.estimate-line small{font-size:13px;color:#8a8a95;font-weight:400}details{border-top:1px solid var(--line);padding:18px 0}summary{cursor:pointer;font-size:16px;font-weight:500}details p{max-width:800px}.hero-actions .button{font-size:14px}
@media(min-width:1500px){header,footer{padding-left:calc((100vw - 1190px)/2);padding-right:calc((100vw - 1190px)/2)}}
@media(max-width:1100px){header{gap:15px;padding:0 4%}nav{gap:16px}.brand,.brand-sub{font-size:18px}.intro{gap:30px}.hero-terminal{width:46%}.hero-actions{flex-wrap:wrap}.hero-terminal pre{font-size:12px;padding:17px}.terminal-foot{flex-wrap:wrap}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card:nth-child(3n){border-right:1px solid var(--line)}.product-card:nth-child(2n){border-right:0}.catalog-controls{flex-direction:row;flex-wrap:wrap}.search-sort{width:auto;flex:1}.search input{width:100%}}
@media(max-width:760px){header{padding-top:15px;gap:13px}nav{gap:25px}.brand,.brand-sub{font-size:19px}.brandmark{height:30px;width:30px;font-size:18px}main{padding:0 5% 40px}.view{padding-top:28px}.intro{display:block;margin:18px 0 28px}h1{font-size:49px;letter-spacing:-2.6px}.intro p{font-size:16px}.hero-terminal{width:100%;margin-top:30px}.hero-terminal pre{font-size:13px;padding:20px}.terminal-foot{font-size:12px;flex-wrap:nowrap}.feature-strip{gap:16px;flex-wrap:wrap}.feature-strip>div{flex-basis:100%;gap:16px}.feature-strip small{max-width:none;font-size:13px}.feature-strip>div>span:not(.feature-symbol){font-size:14px}.catalog-heading h2{font-size:23px}.catalog-controls{display:flex;flex-direction:column}.filters{width:100%}.filters button{font-size:13px;padding:9px 10px}.search-sort{width:100%}.product-grid{grid-template-columns:1fr}.product-card{min-height:0;padding:23px;border-right:0!important}.product-card p{min-height:0}.card-top .pill{font-size:12px}.card-bottom{flex-direction:row;align-items:center}.card-bottom button{width:auto;margin:0;padding:9px 13px}.price small{display:block;margin:0}.card-top{margin-bottom:13px}.product-card h3{font-size:20px}.custom-banner{padding:25px}.custom-banner h2{font-size:25px}.panel p{font-size:15px}.page-heading h1{font-size:43px}.page-heading>.pill{margin-top:0}.agent-row .pill{font-size:12px}.agent-row p{font-size:13px}footer{gap:15px}.eyebrow{font-size:12px}.hero-actions{gap:10px}.hero-actions .button{padding:12px 14px;font-size:13px}.stat-grid .text-stat{font-size:18px}.connections{overflow-wrap:anywhere}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
/* Structural correction: a persistent workspace rail and comparable catalog rows. */
:root{--accent:#6549de;--text:#22222a;--muted:#72727d;--line:#e7e7ec}body{background:#fcfcfd}header{height:72px;padding:0 30px 0 24px;position:sticky;top:0;z-index:20;gap:28px;border-bottom:1px solid #e6e6ec;background:#fff}header>.brand{width:220px;flex-shrink:0;font-size:19px}header .brand-sub{font-size:19px}.brandmark{background:#24242e;color:#fff}.workspace-name{flex:1;font-size:13px;color:#8c8c97}.workspace-divider{padding:0 12px;color:#b5b5be}#workspace-location{color:#444451}.preview-label{font:12px monospace;color:#888895;margin-right:20px}.sidebar{position:fixed;top:72px;bottom:0;left:0;width:245px;background:#17171e;color:#b5b5c3;padding:29px 17px 20px;display:flex;flex-direction:column;border-right:1px solid #292932}.sidebar-label{font:11px/1.5 Consolas,monospace;letter-spacing:1.5px;color:#777784;margin:0 13px 15px}.sidebar nav{display:flex;flex-direction:column;height:auto;gap:5px;align-items:stretch}.sidebar nav a{display:flex;gap:12px;height:43px;flex-shrink:0;padding:0 13px;border-radius:5px;font-size:14px;color:#aaaaba}.sidebar nav a:hover{background:#ffffff08;color:#e7e7f2}.sidebar nav a.active{background:#ffffff0d;color:#fff}.sidebar nav a.active:after{content:none}.nav-icon{width:19px;text-align:center;font:16px Consolas,monospace;color:#848494}.sidebar nav a.active .nav-icon{color:#b8a8ff}.sidebar-note{margin:38px 13px 0;padding-top:24px;border-top:1px solid #303039}.sidebar-note .sidebar-label{margin:0;font-size:10px}.sidebar-note h3{font-size:18px;line-height:1.4;letter-spacing:-.35px;color:#dddde8;font-weight:500;margin:15px 0 10px}.sidebar-note p{font-size:13px;line-height:1.7;color:#878795}.sidebar-note a{display:inline-block;margin-top:8px;font-size:12px;color:#b6a8f2}.sidebar-bottom{display:flex;align-items:center;gap:11px;margin-top:auto;padding:23px 12px 0;font-size:13px;color:#d0d0dc}.sidebar-bottom small{display:block;font-size:11px;color:#71717f;margin-top:4px}.avatar{display:grid;place-items:center;width:33px;height:33px;background:#31313d;border:1px solid #41414e;border-radius:50%;font-size:11px;color:#c6c6d5}main{max-width:none;margin-left:245px;padding:0 42px 48px}.view{max-width:1350px;margin:0 auto;padding-top:36px}.market-intro{padding:0}.market-intro>.eyebrow{font-size:11px;color:#9696a1}.intro{align-items:center;margin:0 0 28px;gap:20px}.intro h1{font-size:40px;line-height:1.15;letter-spacing:-1.8px;margin:14px 0}.intro h1 em{color:#9999a4}.intro p{font-size:15px;line-height:1.65;margin:14px 0 0}.intro>.button{font-size:13px;padding:11px 15px;align-self:center}.discovery-banners{display:grid;grid-template-columns:1.12fr 1fr;gap:16px;margin:30px 0 34px}.discovery-card{display:flex;justify-content:space-between;gap:20px;align-items:center;min-height:178px;padding:26px 29px;background:#f2f1f6;border:1px solid #e4e2eb;border-radius:7px}.discovery-card .eyebrow{font-size:10px;color:#918b9e;letter-spacing:1.3px}.discovery-card h2{font-size:25px;line-height:1.2;letter-spacing:-.7px;margin:13px 0 12px;font-weight:500}.discovery-card p{font-size:12px;margin:0;color:#8a8496}.discovery-card.dark-feature{background:#22212c;border-color:#22212c;color:#f1effa}.dark-feature .eyebrow{color:#91899e}.dark-feature p{color:#a89fb7}.feature-code{font:44px/1 monospace;letter-spacing:-6px;color:#bab3cd;margin-right:8px;opacity:.75}.dark-feature .feature-code{color:#a899d8}.catalog-heading{margin:0 0 22px}.catalog-heading h2{font-size:22px;letter-spacing:-.7px}.catalog-heading>.mono{font-size:10px;color:#aaaab4;letter-spacing:1px}.catalog-heading h2 span{margin-left:8px}.catalog-controls{flex-wrap:wrap;gap:14px}.filters button{font-size:13px}.search-sort{margin-left:auto;flex:0 1 auto}.search{background:#fff}.search input{width:170px}.search-sort select{width:130px}.catalog-note{color:#9696a1;font-size:11px;margin:15px 0 22px}.catalog-columns{display:grid;grid-template-columns:minmax(0,1fr) 170px 90px;gap:24px;padding:0 23px 13px;color:#9999a5;font:10px/1.5 Consolas,monospace;letter-spacing:1px}.product-grid{display:block;border:1px solid #e6e6ec;background:#fff;border-radius:6px;overflow:hidden}.product-card{display:grid;grid-template-columns:minmax(0,1fr) 170px 90px;gap:24px;align-items:center;border:0!important;border-bottom:1px solid #eeeeF3!important;padding:24px 23px;min-height:0;border-radius:0;background:#fff}.product-card:last-child{border-bottom:0!important}.product-card:hover{background:#faf9fe;transform:none}.product-main{display:flex;gap:16px;align-items:flex-start;min-width:0}.product-icon,.product-icon.purple,.product-icon.green{width:37px;height:37px;flex-shrink:0;background:#f3f1f8;border:1px solid #e8e4f0;font:500 16px/1 monospace;color:#847690;border-radius:6px}.product-copy{min-width:0}.product-title{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:7px}.product-card h3{margin:0;font-size:16px;font-weight:600;letter-spacing:-.3px}.product-title .pill{font-size:10px;padding:2px 5px;line-height:1.4;background:transparent;color:#92929e;border-color:#e5e5eb}.product-card p{min-height:0;font-size:13px;line-height:1.65;margin:0 0 10px;max-width:590px;color:#83838f}.product-card .tags{margin:0;gap:7px}.tags span{font-size:10px;padding:2px 5px;color:#9999a4;background:#f6f6f8}.price{font-size:19px;font-weight:500;letter-spacing:-.6px}.price small{font-size:11px;letter-spacing:0;color:#9c9ca7;line-height:1.7;display:block}.product-action{background:#fff;color:#757581;border:1px solid #e3e3e9;border-radius:5px;padding:9px 12px;font-size:12px;display:flex;justify-content:space-between;gap:10px;align-items:center}.product-action:hover{color:#6549de;border-color:#c6bcea}.custom-banner{margin-top:22px;background:#f6f6f9;border-color:#e6e6ed;padding:25px;border-radius:6px}.custom-banner h2{font-size:23px}.custom-banner p{font-size:13px}.custom-banner .eyebrow{font-size:10px}.custom-banner>.button{font-size:13px}.view>h1{font-size:46px;line-height:1.12;letter-spacing:-2px}.view>.eyebrow{font-size:11px}.lead{font-size:15px}.page-heading h1{font-size:40px;letter-spacing:-1.7px}.two-column{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr)}.panel{min-width:0}.panel h2{font-size:21px}.panel p{font-size:14px}.panel label{font-size:13px}.stat-grid{gap:12px}.stat-grid .panel{padding:18px}.stat-grid .text-stat{font-size:18px}.stat-grid span{font-size:12px}.stat-grid strong{font-size:26px}.agent-row h3{font-size:15px}.agent-row p{font-size:12px}footer{margin-left:245px;background:#fafafa;padding:23px 42px;font-size:12px}footer p,footer button{font-size:12px}footer>span{font-size:11px}.fine{color:#878792}.api-reference>div{font-size:13px}.api-reference code{overflow-wrap:anywhere}summary{font-size:14px}th,td{font-size:13px}.skip:focus{color:#fff}dialog{z-index:30}
@media(min-width:1700px){main{padding-left:70px;padding-right:70px}header{padding-left:24px;padding-right:42px}footer{padding-left:70px;padding-right:70px}}
@media(max-width:1250px){.sidebar{width:215px}header>.brand{width:190px}main,footer{margin-left:215px}main{padding-left:28px;padding-right:28px}.intro h1{font-size:35px}.intro>.button{white-space:normal;max-width:160px}.catalog-controls{align-items:stretch}.search-sort{width:100%;flex:1;margin:0}.search{flex:1}.search input{width:100%}.product-card,.catalog-columns{grid-template-columns:minmax(0,1fr) 140px 80px;gap:17px}.product-main{gap:12px}.product-card{padding:21px 18px}.discovery-card{padding:23px}.discovery-card h2{font-size:23px}.feature-code{font-size:36px}.two-column{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr)}.connections li{flex-wrap:wrap}}
@media(max-width:980px){.workspace-name{display:none}.header-actions{margin-left:auto}.intro{align-items:flex-start;flex-direction:column}.intro>.button{max-width:none}.discovery-banners{grid-template-columns:1fr;gap:12px}.discovery-card{min-height:142px;padding:21px 24px}.discovery-card h2 br{display:none}.discovery-card h2{font-size:23px}.catalog-columns{display:none}.product-card{grid-template-columns:minmax(0,1fr) 100px;gap:15px}.product-main{grid-column:1/-1}.product-card>.price{margin-left:49px}.product-card>.product-action{justify-self:end}.catalog-heading>.mono{display:none}.two-column{grid-template-columns:1fr}.stat-grid{grid-template-columns:repeat(2,1fr)}.sidebar-note h3{font-size:16px}.page-heading h1{font-size:35px}}
@media(max-width:650px){header{position:relative;height:auto;min-height:68px;padding:17px 18px;gap:12px}header>.brand{width:auto;font-size:17px}.brand-sub{font-size:17px!important}.preview-label{display:none}.button.small{font-size:12px;padding:6px 9px}#stack-count{width:19px;height:19px}.sidebar{position:relative;top:auto;left:auto;bottom:auto;width:100%;padding:8px 12px;background:#17171e;display:block}.sidebar>.sidebar-label,.sidebar-note,.sidebar-bottom{display:none}.sidebar nav{flex-direction:row;overflow-x:auto;gap:4px;height:auto;white-space:nowrap}.sidebar nav a{height:37px;padding:0 10px;font-size:12px;width:auto}.nav-icon{display:none}.sidebar nav a.active{background:#ffffff10}.sidebar nav a.active:after{content:none}.sidebar nav{order:initial}.sidebar nav a{flex-shrink:0}main{margin-left:0;padding:0 19px 35px}.view{padding-top:27px}.intro h1{font-size:34px;letter-spacing:-1.4px}.intro p{font-size:14px}.intro p br{display:none}.intro{gap:8px;margin-bottom:20px}.intro>.button{padding:10px 13px;font-size:12px}.discovery-banners{margin:24px 0 28px}.discovery-card{padding:20px;min-height:132px}.discovery-card h2{font-size:22px}.discovery-card h2 br{display:block}.discovery-card p{font-size:11px}.feature-code{font-size:35px}.catalog-heading h2{font-size:22px}.catalog-controls{gap:12px}.filters button{font-size:12px;padding:9px}.filters{width:100%}.search-sort{display:flex;width:100%;gap:7px}.search-sort select{width:115px;font-size:12px}.search input{font-size:13px}.catalog-note{font-size:11px;line-height:1.65}.product-card{grid-template-columns:minmax(0,1fr) 85px;padding:20px 15px;gap:14px}.product-card>.price{margin-left:0;font-size:19px}.product-main{gap:12px}.product-card .product-icon{width:32px;height:32px}.product-card h3{font-size:16px}.product-card p{font-size:13px}.tags span{font-size:10px}.product-title{gap:7px}.price small{font-size:11px}.product-action{font-size:12px}.custom-banner h2{font-size:23px}.custom-banner{padding:23px;gap:15px}.view>h1{font-size:38px}.page-heading h1{font-size:35px}.panel{padding:21px}.agent-row{padding:17px}.agent-row .pill{font-size:10px}.agent-row p{font-size:12px}footer{margin-left:0;padding:20px;gap:13px}footer>span{width:auto}.stat-grid strong{font-size:24px}.stat-grid .text-stat{font-size:16px}.terminal-foot{flex-wrap:wrap}}
/* Readable metadata at compact and enlarged text sizes. */
.sidebar-label,.sidebar-note .sidebar-label,.sidebar-bottom small,.avatar,.market-intro>.eyebrow,.discovery-card .eyebrow,.discovery-card p,.catalog-heading>.mono,.catalog-note,.catalog-columns,.product-title .pill,.tags span,.price small,.custom-banner .eyebrow,footer>span{font-size:12px}.product-card p{font-size:14px}.product-card h3{font-size:17px}.sidebar nav a{font-size:14px}.filters button{font-size:14px}.sidebar-note a{line-height:1.7}.discovery-card{transition:border-color .15s}.discovery-card:hover{border-color:#b2a8d0}.product-card:focus-within{background:#f8f6fe}@media(max-width:650px){.sidebar nav a,.filters button{font-size:13px}.product-card p{font-size:14px}.product-card h3{font-size:17px}.product-title .pill,.tags span,.price small,.catalog-note{font-size:12px}.product-title .pill{line-height:1.5}.intro h1{font-size:34px}}
