:root {
  --cx34-ink: #17191b;
  --cx34-graphite: #25292d;
  --cx34-steel: #6f777e;
  --cx34-line: #d6d8d7;
  --cx34-paper: #f3f2ee;
  --cx34-white: #ffffff;
  --cx34-signal: #bd5c36;
  --cx34-signal-dark: #934325;
  --cx34-shadow: 0 24px 60px rgba(23, 25, 27, .12);
  --cx34-display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --cx34-body: "Outfit", Arial, sans-serif;
}

html { scroll-behavior: smooth; }
body { background: var(--cx34-paper); color: var(--cx34-ink); font-family: var(--cx34-body); }
body, button, input, select, textarea { font-family: var(--cx34-body); }
button, a { -webkit-tap-highlight-color: transparent; }
button:active, .cx-button:active { transform: translateY(1px); }
.cx-shell { width: min(1240px, calc(100% - 48px)); }
.cx34-skip-link { position: fixed; top: 12px; left: 12px; z-index: 99999; padding: 10px 14px; background: var(--cx34-white); color: var(--cx34-ink); transform: translateY(-160%); }
.cx34-skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--cx34-signal); outline-offset: 3px; }
.cx-button { min-height: 48px; border: 1px solid var(--cx34-signal); border-radius: 4px; background: var(--cx34-signal); color: var(--cx34-white); box-shadow: none; font-weight: 800; letter-spacing: .01em; transition: transform .25s cubic-bezier(.16, 1, .3, 1), background .25s ease; }
.cx-button:hover { background: var(--cx34-signal-dark); border-color: var(--cx34-signal-dark); transform: translateY(-2px); }
.cx34-eyebrow, .cx34-product-kicker, .cx34-finder-label { color: var(--cx34-signal); font-family: var(--cx34-display); font-size: 14px; font-weight: 700; letter-spacing: .12em; line-height: 1; text-transform: uppercase; }

/* Header */
.cx34-header { position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid rgba(255, 255, 255, .12); background: rgba(23, 25, 27, .97); backdrop-filter: blur(16px); }
.cx34-announcement { border-bottom: 1px solid rgba(255, 255, 255, .1); background: #202326; color: #d7d9da; font-size: 12px; }
.cx34-announcement .cx-shell { display: flex; min-height: 30px; align-items: center; justify-content: space-between; }
.cx34-announcement a { color: #fff; font-weight: 700; text-decoration: none; }
.cx34-header .cx-header-inner { min-height: 70px; }
.cx34-header .cx-brand img { width: 154px; height: auto; }
.cx34-nav { gap: 28px; }
.cx34-nav > a, .cx34-nav > .cx-nav-item > a { font-size: 14px; letter-spacing: .01em; }
.cx34-nav-fit { color: #f2b295 !important; }
.cx34-mega-menu { grid-template-columns: .75fr 1.25fr; min-width: 650px; }
.cx34-mega-intro { display: grid; align-content: start; gap: 12px; padding: 18px; border-right: 1px solid #e1e3e2; }
.cx34-mega-intro span { color: var(--cx34-signal); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cx34-mega-intro strong { max-width: 20ch; font-family: var(--cx34-display); font-size: 25px; line-height: 1.05; }
.cx34-mega-intro a { width: fit-content; color: var(--cx34-ink); font-size: 13px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.cx34-search-panel { position: relative; }
.cx34-search-panel > summary { list-style: none; cursor: pointer; }
.cx34-search-panel > summary::-webkit-details-marker { display: none; }
.cx34-search-panel form { position: absolute; top: calc(100% + 20px); right: 0; display: grid; width: min(440px, calc(100vw - 32px)); gap: 10px; padding: 22px; border: 1px solid #dadcdb; border-radius: 6px; background: #fff; box-shadow: var(--cx34-shadow); color: var(--cx34-ink); }
.cx34-search-panel form label { font-size: 13px; font-weight: 800; }
.cx34-search-panel form div { display: grid; grid-template-columns: 1fr auto; }
.cx34-search-panel input { min-width: 0; min-height: 46px; border: 1px solid #aeb3b5; border-right: 0; border-radius: 4px 0 0 4px; padding: 0 13px; }
.cx34-search-panel button { border: 0; border-radius: 0 4px 4px 0; padding: 0 18px; background: var(--cx34-signal); color: #fff; font-weight: 800; }
.cx34-mobile-nav-label { margin-top: 12px; color: #91989d; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.cx34-mobile-search { display: grid; gap: 7px; margin-bottom: 10px; }
.cx34-mobile-search label { font-size: 12px; font-weight: 800; }
.cx34-mobile-search div { display: grid; grid-template-columns: 1fr auto; }
.cx34-mobile-search input { min-width: 0; min-height: 44px; border: 1px solid #5c6368; border-radius: 4px 0 0 4px; padding: 0 10px; background: #fff; color: var(--cx34-ink); }
.cx34-mobile-search button { border: 0; border-radius: 0 4px 4px 0; padding: 0 14px; background: var(--cx34-signal); color: #fff; font-weight: 800; }

/* Homepage */
.cx-home-v34 { overflow: hidden; background: var(--cx34-paper); }
.cx34-hero { position: relative; padding: 62px 0 48px; background: var(--cx34-ink); color: #fff; }
.cx34-hero::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 64px 64px; content: ""; pointer-events: none; }
.cx34-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); align-items: stretch; gap: 54px; }
.cx34-hero-copy { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 28px 0; }
.cx34-hero h1 { max-width: 780px; margin: 18px 0 24px; color: #fff; font-family: var(--cx34-display); font-size: clamp(54px, 6vw, 86px); font-weight: 700; letter-spacing: -.035em; line-height: .84; text-transform: uppercase; }
.cx34-hero h1 span { color: #e49a76; }
.cx34-hero-copy > p { max-width: 58ch; margin: 0; color: #c7cbcd; font-size: 17px; line-height: 1.65; }
.cx34-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; align-items: center; }
.cx34-button-ghost { display: inline-flex; min-height: 48px; gap: 8px; align-items: center; padding: 0 6px; color: #fff; font-weight: 800; text-decoration: none; }
.cx34-button-ghost svg, .cx34-section-head a svg, .cx34-projects strong svg, .cx34-product-action a svg, .cx34-product-secondary a svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.cx34-hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 42px 0 0; border-top: 1px solid #45494c; }
.cx34-hero-facts div { padding: 18px 15px 0 0; border-right: 1px solid #45494c; }
.cx34-hero-facts div + div { padding-left: 15px; }
.cx34-hero-facts div:last-child { border-right: 0; }
.cx34-hero-facts dt { color: #878f94; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cx34-hero-facts dd { margin: 6px 0 0; color: #f2f3f3; font-size: 12px; line-height: 1.4; }
.cx34-hero-media { position: relative; min-height: 610px; overflow: hidden; border-radius: 6px; background: #2a2d30; box-shadow: var(--cx34-shadow); }
.cx34-hero-media::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(23,25,27,.3), transparent 40%), linear-gradient(0deg, rgba(23,25,27,.25), transparent 35%); content: ""; pointer-events: none; }
.cx34-hero-media > picture { display: block; width: 100%; height: 100%; }
.cx34-hero-media > picture > img { width: 100%; height: 100%; object-fit: cover; object-position: 66% center; }
.cx34-hero-annotation { position: absolute; z-index: 2; display: flex; max-width: 190px; gap: 8px; align-items: center; padding: 9px 11px; border: 1px solid rgba(255,255,255,.32); border-radius: 3px; background: rgba(23,25,27,.72); backdrop-filter: blur(8px); font-size: 11px; }
.cx34-hero-annotation span { color: #e6a383; font-family: var(--cx34-display); font-size: 16px; }
.cx34-hero-annotation-a { top: 19%; left: 8%; }
.cx34-hero-annotation-b { top: 58%; right: 5%; }
.cx34-hero-annotation-c { bottom: 6%; left: 22%; }

.cx34-product-section, .cx34-projects, .cx34-trust { padding: 104px 0; }
.cx34-section-head { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; margin-bottom: 42px; }
.cx34-section-head h2, .cx34-fit-intro h2, .cx34-trust-copy h2 { max-width: 770px; margin: 12px 0 0; font-family: var(--cx34-display); font-size: clamp(42px, 5vw, 68px); font-weight: 700; letter-spacing: -.025em; line-height: .95; text-transform: uppercase; }
.cx34-section-head > a, .cx34-trust-copy > a { display: inline-flex; gap: 8px; align-items: center; color: var(--cx34-ink); font-weight: 800; text-decoration: none; }
.cx34-product-system { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr); gap: 18px; }
.cx34-product-primary { display: grid; min-height: 650px; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr); overflow: hidden; border: 1px solid var(--cx34-line); border-radius: 6px; background: #e9e9e5; }
.cx34-product-primary > img { width: 100%; height: 100%; object-fit: contain; padding: 70px 22px; filter: drop-shadow(0 24px 25px rgba(15,16,17,.22)); }
.cx34-product-copy { display: flex; flex-direction: column; padding: 50px; background: #fff; }
.cx34-product-copy h3, .cx34-product-secondary h3 { margin: 12px 0 8px; font-family: var(--cx34-display); font-size: 42px; font-weight: 700; letter-spacing: -.02em; line-height: .95; text-transform: uppercase; }
.cx34-product-copy > p { max-width: 52ch; margin: 24px 0; color: #555c61; line-height: 1.6; }
.cx34-product-copy dl { margin: auto 0 0; border-top: 1px solid var(--cx34-line); }
.cx34-product-copy dl div { display: grid; grid-template-columns: 80px 1fr; padding: 12px 0; border-bottom: 1px solid var(--cx34-line); }
.cx34-product-copy dt { color: #70777c; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.cx34-product-copy dd { margin: 0; font-weight: 700; }
.cx34-product-review { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; color: #5b6267; font-size: 12px; }
.cx34-product-review > span { color: var(--cx34-signal); letter-spacing: .04em; }
.cx34-product-review em { font-style: normal; text-decoration: underline; text-decoration-color: #b8bcbe; text-underline-offset: 3px; }
.cx34-product-action { display: flex; justify-content: space-between; gap: 15px; align-items: center; margin-top: 24px; }
.cx34-product-action > strong, .cx34-product-secondary article > div > strong { font-size: 18px; }
.cx34-product-action a, .cx34-product-secondary a { display: inline-flex; gap: 6px; align-items: center; color: var(--cx34-ink); font-weight: 800; text-decoration: none; }
.cx34-product-secondary { display: grid; grid-template-rows: repeat(2, 1fr); gap: 18px; }
.cx34-product-secondary article { display: grid; grid-template-columns: minmax(130px, .8fr) minmax(0, 1.2fr); align-items: center; overflow: hidden; border: 1px solid var(--cx34-line); border-radius: 6px; background: #fff; }
.cx34-product-secondary img { width: 100%; height: 100%; object-fit: contain; padding: 26px; background: #e9e9e5; }
.cx34-product-secondary article > div { display: grid; align-content: center; gap: 10px; padding: 28px; }
.cx34-product-secondary h3 { font-size: 30px; }
.cx34-product-secondary p { margin: 4px 0; color: #596065; font-size: 13px; line-height: 1.5; }

.cx34-fit-system { padding: 100px 0; background: #fff; }
.cx34-fit-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; }
.cx34-fit-intro { position: sticky; top: 150px; align-self: start; }
.cx34-fit-intro p { max-width: 52ch; margin: 24px 0; color: #596065; line-height: 1.65; }
.cx34-fit-rail { display: flex; align-items: center; margin-top: 38px; color: #6e757a; font-family: var(--cx34-display); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.cx34-fit-rail i { flex: 1; height: 1px; margin: 0 8px; background: #c8ccce; }
.cx34-finder { border-top: 4px solid var(--cx34-ink); }
.cx34-finder-label { margin: 24px 0 14px; color: var(--cx34-ink); }
.cx34-finder-options { border-bottom: 1px solid var(--cx34-line); }
.cx34-finder-options button { display: grid; width: 100%; grid-template-columns: 42px 1fr; gap: 18px; align-items: center; border: 0; border-top: 1px solid var(--cx34-line); padding: 21px 12px; background: transparent; color: var(--cx34-ink); text-align: left; cursor: pointer; transition: background .25s ease, transform .25s ease; }
.cx34-finder-options button:hover, .cx34-finder-options button.is-active { background: #efeee9; }
.cx34-finder-options button.is-active { box-shadow: inset 4px 0 0 var(--cx34-signal); }
.cx34-finder-options svg { width: 32px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.cx34-finder-options span { display: grid; gap: 4px; }
.cx34-finder-options strong { font-size: 17px; }
.cx34-finder-options small { color: #6d7479; font-size: 13px; }
.cx34-finder-result { margin-top: 28px; padding: 34px; border-radius: 5px; background: var(--cx34-ink); color: #fff; }
.cx34-finder-result > span { color: #e49a76; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.cx34-finder-result h3 { margin: 10px 0; color: #fff; font-family: var(--cx34-display); font-size: 36px; line-height: 1; text-transform: uppercase; }
.cx34-finder-result p { max-width: 58ch; margin: 0; color: #c4c9cb; line-height: 1.55; }
.cx34-finder-result > div { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; margin-top: 24px; }
.cx34-finder-result > div > a:not(.cx-button) { color: #fff; font-weight: 700; }

.cx34-projects { background: var(--cx34-graphite); color: #fff; }
.cx34-section-head-light h2 { color: #fff; }
.cx34-section-head-light > a { color: #fff; }
.cx34-project-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 18px; }
.cx34-project-main, .cx34-project-stack a { position: relative; display: block; overflow: hidden; border-radius: 6px; color: #fff; text-decoration: none; }
.cx34-project-main { min-height: 720px; }
.cx34-project-stack { display: grid; grid-template-rows: repeat(2, 1fr); gap: 18px; }
.cx34-project-stack a { min-height: 350px; }
.cx34-project-main img, .cx34-project-stack img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.16, 1, .3, 1); }
.cx34-project-main:hover img, .cx34-project-stack a:hover img { transform: scale(1.025); }
.cx34-project-main::after, .cx34-project-stack a::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(18,20,22,.92), rgba(18,20,22,.02) 68%); content: ""; }
.cx34-project-main > div, .cx34-project-stack a > div { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; padding: 36px; }
.cx34-project-main span, .cx34-project-stack span { color: #e6a17f; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cx34-project-main h3, .cx34-project-stack h3 { max-width: 17ch; margin: 10px 0; color: #fff; font-family: var(--cx34-display); font-size: 44px; line-height: .95; text-transform: uppercase; }
.cx34-project-stack h3 { font-size: 29px; }
.cx34-project-main p { max-width: 55ch; color: #d0d4d5; }
.cx34-project-main strong, .cx34-project-stack strong { display: inline-flex; gap: 8px; align-items: center; margin-top: 8px; font-size: 13px; }

.cx34-trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.cx34-trust-copy p { max-width: 58ch; color: #555c61; line-height: 1.65; }
.cx34-trust-facts { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; border-top: 1px solid #bfc3c4; border-left: 1px solid #bfc3c4; }
.cx34-trust-facts div { min-height: 190px; padding: 26px; border-right: 1px solid #bfc3c4; border-bottom: 1px solid #bfc3c4; }
.cx34-trust-facts svg { width: 27px; margin-bottom: 24px; fill: none; stroke: var(--cx34-signal); stroke-width: 1.7; }
.cx34-trust-facts dt { font-family: var(--cx34-display); font-size: 36px; font-weight: 700; line-height: 1; text-transform: uppercase; }
.cx34-trust-facts dd { margin: 10px 0 0; color: #62696e; font-size: 13px; line-height: 1.45; }
.cx34-final-cta { grid-column: 1 / -1; display: grid; grid-template-columns: .45fr 1fr .45fr; gap: 30px; align-items: center; padding: 40px; border-radius: 6px; background: var(--cx34-ink); color: #fff; }
.cx34-final-cta > span { color: #e6a17f; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cx34-final-cta h3 { margin: 0; color: #fff; font-family: var(--cx34-display); font-size: 38px; line-height: 1; text-transform: uppercase; }
.cx34-final-cta p { margin: 0; color: #c7cbcd; line-height: 1.55; }
.cx34-final-cta .cx-button { justify-self: end; }

/* Content hubs and forms */
.cx34-page { padding-bottom: 100px; }
.cx-page.cx-full-width-page { padding: 0; }
.cx34-page-hero { padding: 72px 0; background: var(--cx34-ink); color: #fff; }
.cx34-page-hero-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: end; }
.cx34-page-hero h1 { max-width: 780px; margin: 12px 0 0; color: #fff; font-family: var(--cx34-display); font-size: clamp(52px, 6vw, 82px); line-height: .88; text-transform: uppercase; }
.cx34-page-hero p { max-width: 58ch; margin: 0; color: #c8ccce; font-size: 17px; line-height: 1.65; }
.cx34-page-intro { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; padding: 78px 0; border-bottom: 1px solid var(--cx34-line); }
.cx34-page-intro h2 { margin: 10px 0; font-family: var(--cx34-display); font-size: 48px; line-height: .95; text-transform: uppercase; }
.cx34-page-intro p { color: #586065; line-height: 1.7; }
.cx34-application-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; padding-top: 72px; }
.cx34-application-grid article { position: relative; min-height: 380px; overflow: hidden; border-radius: 6px; background: #222; }
.cx34-application-grid article:first-child { grid-row: span 2; min-height: 778px; }
.cx34-application-grid img { width: 100%; height: 100%; object-fit: cover; }
.cx34-application-grid article::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(18,20,22,.94), transparent 65%); content: ""; }
.cx34-application-card-copy { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; padding: 32px; color: #fff; }
.cx34-application-card-copy span { color: #e4a180; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cx34-application-card-copy h2 { margin: 10px 0; color: #fff; font-family: var(--cx34-display); font-size: 38px; line-height: .95; text-transform: uppercase; }
.cx34-application-grid article:first-child h2 { font-size: 52px; }
.cx34-application-card-copy p { color: #d3d6d7; line-height: 1.5; }
.cx34-application-card-copy dl { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; margin: 20px 0; border-top: 1px solid rgba(255,255,255,.3); }
.cx34-application-card-copy dl div { padding: 12px 10px 0 0; }
.cx34-application-card-copy dt { color: #aeb4b7; font-size: 10px; text-transform: uppercase; }
.cx34-application-card-copy dd { margin: 4px 0 0; font-size: 13px; font-weight: 700; }
.cx34-application-card-copy a { display: inline-flex; gap: 8px; align-items: center; color: #fff; font-weight: 800; text-decoration: none; }

.cx34-request-workspace { padding: 72px 0 100px; }
.cx34-request-workspace > * { width: min(1240px, calc(100% - 48px)); margin-right: auto; margin-left: auto; }
.cx34-contact-routes { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 1px; margin-bottom: 40px; background: #aeb3b5; border: 1px solid #aeb3b5; }
.cx34-contact-routes button { display: grid; gap: 8px; min-height: 170px; border: 0; padding: 24px; background: #fff; color: var(--cx34-ink); text-align: left; cursor: pointer; }
.cx34-contact-routes button:hover { background: #ecebe7; }
.cx34-contact-routes span { color: var(--cx34-signal); font-family: var(--cx34-display); font-size: 20px; }
.cx34-contact-routes strong { font-size: 17px; }
.cx34-contact-routes small { color: #62696e; line-height: 1.45; }
.cx34-request-grid { display: grid; grid-template-columns: .62fr 1.38fr; gap: 64px; }
.cx34-request-aside { align-self: start; padding: 34px; border-top: 4px solid var(--cx34-ink); background: #e8e7e2; }
.cx34-request-aside h2 { margin: 10px 0 22px; font-family: var(--cx34-display); font-size: 40px; line-height: .95; text-transform: uppercase; }
.cx34-request-aside ol { margin: 0; padding: 0; list-style: none; }
.cx34-request-aside li { display: grid; gap: 4px; padding: 16px 0; border-top: 1px solid #c5c8c8; }
.cx34-request-aside li span, .cx34-request-aside p, .cx34-request-aside dd { color: #5f666b; font-size: 13px; line-height: 1.5; }
.cx34-request-aside dl { margin: 24px 0 0; }
.cx34-request-aside dl div { padding: 14px 0; border-top: 1px solid #c5c8c8; }
.cx34-request-aside dt { font-size: 12px; font-weight: 800; text-transform: uppercase; }
.cx34-request-aside dd { margin: 5px 0 0; }
.cx34-request-form { display: grid; gap: 22px; }
.cx34-form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.cx34-request-form label { display: grid; gap: 8px; color: var(--cx34-ink); font-size: 13px; font-weight: 800; }
.cx34-request-form input, .cx34-request-form select, .cx34-request-form textarea { width: 100%; min-height: 48px; border: 1px solid #abb0b2; border-radius: 4px; padding: 12px 13px; background: #fff; color: var(--cx34-ink); font-size: 15px; }
.cx34-request-form textarea { resize: vertical; line-height: 1.5; }
.cx34-request-form input:focus, .cx34-request-form select:focus, .cx34-request-form textarea:focus { border-color: var(--cx34-signal); box-shadow: 0 0 0 3px rgba(189,92,54,.12); outline: 0; }
.cx34-request-form label small { color: #6c7378; font-size: 11px; font-weight: 500; }
.cx34-form-submit { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; padding-top: 18px; border-top: 1px solid var(--cx34-line); }
.cx34-form-submit p { max-width: 64ch; margin: 0; color: #6b7277; font-size: 11px; line-height: 1.5; }
.cx34-honeypot { position: absolute !important; left: -9999px !important; }
.cx34-form-status { margin-bottom: 24px; padding: 15px 18px; border-left: 4px solid; background: #fff; font-weight: 700; }
.cx34-form-status.is-success { border-color: #39735a; color: #235741; }
.cx34-form-status.is-error { border-color: #a34436; color: #833227; }

.cx34-about-proof { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; padding: 72px 0; }
.cx34-about-proof figure { min-height: 560px; margin: 0; overflow: hidden; border-radius: 6px; }
.cx34-about-proof img { width: 100%; height: 100%; object-fit: cover; }
.cx34-about-proof-copy { display: flex; flex-direction: column; justify-content: center; padding: 52px; background: #fff; }
.cx34-about-proof-copy h2 { margin: 12px 0 20px; font-family: var(--cx34-display); font-size: 48px; line-height: .95; text-transform: uppercase; }
.cx34-about-proof-copy p { color: #596065; line-height: 1.65; }
.cx34-about-lines { margin-top: 20px; }
.cx34-about-lines div { display: grid; grid-template-columns: 135px 1fr; gap: 20px; padding: 14px 0; border-top: 1px solid var(--cx34-line); }
.cx34-about-lines dt { color: #70777c; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.cx34-about-lines dd { margin: 0; font-weight: 700; }
.cx34-about-boundary { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; padding: 72px 0; border-top: 1px solid var(--cx34-line); }
.cx34-about-boundary h2 { margin: 10px 0; font-family: var(--cx34-display); font-size: 48px; line-height: .95; text-transform: uppercase; }
.cx34-about-boundary-list { border-top: 4px solid var(--cx34-ink); }
.cx34-about-boundary-list div { display: grid; grid-template-columns: 45px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--cx34-line); }
.cx34-about-boundary-list span { color: var(--cx34-signal); font-family: var(--cx34-display); font-size: 22px; }
.cx34-about-boundary-list p { margin: 6px 0 0; color: #5d6469; }
.cx34-resource-list { margin: 0 0 72px; border-top: 4px solid var(--cx34-ink); }
.cx34-resource-list article { display: grid; grid-template-columns: 170px 1fr; gap: 42px; padding: 34px 0; border-bottom: 1px solid var(--cx34-line); }
.cx34-resource-list article > span { color: var(--cx34-signal); font-family: var(--cx34-display); font-size: 17px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.cx34-resource-list h2 { margin: 0 0 8px; font-family: var(--cx34-display); font-size: 36px; line-height: 1; text-transform: uppercase; }
.cx34-resource-list p { max-width: 68ch; color: #596065; }
.cx34-resource-list nav { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 18px; }
.cx34-resource-list a { color: var(--cx34-ink); font-size: 13px; font-weight: 800; text-decoration-color: #aeb3b5; text-underline-offset: 4px; }

/* Shop */
.cx-shop-archive { background: var(--cx34-paper); }
.cx-archive-hero { padding-top: 66px; }
.cx-archive-hero h1 { font-family: var(--cx34-display); font-size: clamp(48px, 6vw, 76px); line-height: .9; text-transform: uppercase; }
.cx-archive-hero-panel { border-radius: 4px; background: var(--cx34-ink); box-shadow: none; }
.cx-archive-hero-panel strong { color: #fff; }
.cx-archive-hero-panel span, .cx-archive-hero-panel p { color: #d7dbdd; }
.cx-archive-cats { display: flex; overflow-x: auto; gap: 8px; padding: 4px 0 14px; scrollbar-width: thin; }
.cx-archive-cat { min-width: 225px; grid-template-columns: 44px 1fr auto; border-radius: 4px; box-shadow: none; }
.cx-cat-thumb { width: 44px; height: 44px; }
.cx34-archive-layout { display: block; }
.cx34-archive-layout .cx-archive-results { width: 100%; }
.cx-archive-card { grid-template-columns: 280px minmax(0, 1fr); border-radius: 5px; box-shadow: none; }
.cx-archive-card:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(23,25,27,.08); }
.cx34-archive-actions { display: flex; gap: 16px; align-items: center; }
.cx34-compare-link { color: var(--cx34-ink); font-size: 12px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.cx34-comparison { margin: 72px 0 24px; padding: 38px; border-top: 4px solid var(--cx34-ink); background: #fff; scroll-margin-top: 120px; }
.cx34-comparison-head { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; margin-bottom: 28px; }
.cx34-comparison-head h2 { margin: 8px 0 0; font-family: var(--cx34-display); font-size: 42px; line-height: .95; text-transform: uppercase; }
.cx34-comparison-head a { color: var(--cx34-ink); font-weight: 800; }
.cx34-comparison-scroll { overflow-x: auto; }
.cx34-comparison table { width: 100%; min-width: 920px; border-collapse: collapse; }
.cx34-comparison th, .cx34-comparison td { padding: 17px 14px; border-top: 1px solid var(--cx34-line); text-align: left; vertical-align: top; }
.cx34-comparison thead th { color: #70777c; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.cx34-comparison tbody th { font-size: 14px; }
.cx34-comparison td { color: #596065; font-size: 13px; }
.cx34-comparison td a { color: var(--cx34-signal-dark); font-weight: 800; }

/* Product page */
.single-product .product { background: var(--cx34-paper); }
.single-product .summary > h1 { font-family: var(--cx34-display); font-size: clamp(38px, 4vw, 57px); line-height: .92; text-transform: uppercase; }
.cx-buy-panel { border-radius: 5px; box-shadow: 0 18px 42px rgba(23,25,27,.1); }
.cx-pdp-guides, .cx-size-panel, .cx-decision-section { border-radius: 5px; box-shadow: none; }
.cx34-size-table-wrap { overflow-x: auto; border: 1px solid var(--cx34-line); border-radius: 4px; }
.cx34-size-table { width: 100%; min-width: 650px; border-collapse: collapse; background: #fff; }
.cx34-size-table th, .cx34-size-table td { padding: 14px 16px; border-bottom: 1px solid var(--cx34-line); text-align: left; }
.cx34-size-table thead th { background: #ecebe7; color: #555c61; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.cx34-size-table tbody th { color: var(--cx34-ink); font-size: 13px; }
.cx34-size-table tbody td { color: #5f666b; font-size: 13px; }
.cx34-size-notes { display: grid; gap: 8px; margin: 18px 0 0; padding-left: 18px; color: #5e656a; font-size: 13px; }
.cx34-original-chart { margin-top: 18px; border-top: 1px solid var(--cx34-line); padding-top: 16px; }
.cx34-original-chart summary { color: var(--cx34-ink); font-weight: 800; cursor: pointer; }
.cx34-original-chart .cx-size-chart { margin-top: 16px; }
.cx-sticky-buy { border-color: #3b4044; background: rgba(23,25,27,.97); color: #f7f7f5; }
.cx-sticky-buy .cx-sticky-product-copy strong,
.cx-sticky-buy .cx-sticky-product [data-coreax-sticky-price],
.cx-sticky-buy .cx-sticky-product [data-coreax-sticky-price] .price,
.cx-sticky-buy .cx-sticky-product [data-coreax-sticky-price] span,
.cx-sticky-buy .cx-sticky-product [data-coreax-sticky-price] bdi { color: #f7f7f5; }
.cx-sticky-buy .cx-sticky-field > span { color: #c9ced2; }
.cx-sticky-buy .cx-sales-proof-sticky {
  border-color: rgba(239, 113, 72, .38);
  background: rgba(207, 79, 42, .18);
  color: #ffd8cc;
}
.cx-sticky-buy .cx-sales-proof-sticky .cx-sales-proof-signal { background: #ef7148; }
.cx-sticky-buy .cx-sticky-add { color: #fff; }

/* Cart and checkout */
.cx-checkout-flow-hero { padding-top: 44px; }
.cx-checkout-flow-hero h1 { font-family: var(--cx34-display); font-size: clamp(42px, 5vw, 64px); line-height: .92; text-transform: uppercase; }
.cx34-payment-readiness { margin: 14px 0 0; padding: 12px 14px; border-left: 3px solid #a06b2d; background: #fff6e9; color: #725022; font-size: 12px; font-weight: 700; line-height: 1.45; }
.cx34-payment-readiness.is-ready { border-color: #39735a; background: #eff8f2; color: #285a43; }
.woocommerce-checkout #payment, .woocommerce-checkout .wc_payment_methods { overflow: visible !important; }
.woocommerce-checkout #payment iframe { min-height: 44px; }
.woocommerce-checkout #place_order:not(.ppcp-hidden) { display: block !important; width: 100%; min-height: 52px; }
.woocommerce-checkout .ppcp-button-apm, .woocommerce-checkout .ppc-button-wrapper { min-height: 48px; }

/* Footer */
.cx34-footer { padding-top: 0; background: #1b1e20; }
.cx34-footer-lead { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; padding: 54px 0; border-bottom: 1px solid #41464a; }
.cx34-footer-lead span { color: #dd9574; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.cx34-footer-lead h2 { max-width: 760px; margin: 8px 0 0; color: #fff; font-family: var(--cx34-display); font-size: 46px; line-height: .92; text-transform: uppercase; }
.cx34-footer-lead > a { display: inline-flex; min-height: 48px; align-items: center; padding: 0 20px; border-radius: 4px; background: var(--cx34-signal); color: #fff; font-weight: 800; text-decoration: none; }
.cx34-footer .cx-footer-grid { padding-top: 54px; }
.cx34-footer-brand a { color: #fff; font-weight: 700; }
.cx34-footer .cx-footer-bottom { display: flex; justify-content: space-between; }

@media (max-width: 980px) {
  .cx34-nav { gap: 16px; }
  .cx34-nav > a, .cx34-nav > .cx-nav-item > a { font-size: 12px; }
  .cx34-hero-grid, .cx34-product-system, .cx34-fit-grid, .cx34-project-grid, .cx34-trust-grid, .cx34-page-hero-grid, .cx34-page-intro, .cx34-request-grid, .cx34-about-proof, .cx34-about-boundary { grid-template-columns: 1fr; }
  .cx34-hero-media { min-height: 520px; }
  .cx34-product-primary { min-height: 560px; }
  .cx34-fit-intro { position: static; }
  .cx34-project-main { min-height: 560px; }
  .cx34-final-cta { grid-template-columns: 1fr; }
  .cx34-final-cta .cx-button { justify-self: start; }
  .cx34-page-hero-grid { gap: 28px; }
  .cx34-application-grid { grid-template-columns: 1fr; }
  .cx34-application-grid article:first-child { grid-row: auto; min-height: 520px; }
  .cx34-contact-routes { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  .cx-shell, .cx34-request-workspace > * { width: min(100% - 32px, 1240px); }
  .cx34-announcement .cx-shell { justify-content: center; min-height: 28px; }
  .cx34-announcement span { display: none; }
  .cx34-header .cx-header-inner { min-height: 62px; }
  .cx34-header .cx-brand img { width: 128px; }
  .cx34-hero { padding: 34px 0 24px; }
  .cx34-hero-grid { gap: 24px; }
  .cx34-hero-copy { padding: 0; }
  .cx34-hero h1 { margin: 14px 0 18px; font-size: clamp(47px, 14vw, 66px); }
  .cx34-hero-copy > p { font-size: 15px; }
  .cx34-actions { display: grid; grid-template-columns: 1fr; margin-top: 22px; }
  .cx34-actions .cx-button { justify-content: center; }
  .cx34-button-ghost { justify-content: center; border: 1px solid #565c60; border-radius: 4px; }
  .cx34-hero-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 26px; overflow: visible; }
  .cx34-hero-facts div { min-width: 0; padding: 14px 12px 0 0; }
  .cx34-hero-facts div + div { padding-left: 12px; }
  .cx34-hero-facts div:nth-child(2) { border-right: 0; }
  .cx34-hero-facts div:last-child { grid-column: 1 / -1; padding-left: 0; border-top: 1px solid #45494c; }
  .cx34-hero-media { min-height: 330px; }
  .cx34-hero-annotation { display: none; }
  .cx34-product-section, .cx34-projects, .cx34-trust { padding: 66px 0; }
  .cx34-section-head { grid-template-columns: 1fr; gap: 18px; margin-bottom: 28px; }
  .cx34-section-head h2, .cx34-fit-intro h2, .cx34-trust-copy h2 { font-size: 43px; }
  .cx34-product-system { grid-template-columns: 1fr; }
  .cx34-product-primary { min-height: 0; grid-template-columns: 1fr; }
  .cx34-product-primary > img { order: -1; height: 330px; padding: 38px; }
  .cx34-product-copy { padding: 28px 22px; }
  .cx34-product-copy h3 { font-size: 35px; }
  .cx34-product-secondary { grid-template-rows: none; }
  .cx34-product-secondary article { grid-template-columns: 120px 1fr; }
  .cx34-product-secondary img { min-height: 230px; padding: 16px; }
  .cx34-product-secondary article > div { padding: 20px 18px; }
  .cx34-product-secondary h3 { font-size: 27px; }
  .cx34-fit-system { padding: 66px 0; }
  .cx34-fit-grid { gap: 35px; }
  .cx34-fit-rail { overflow-x: auto; }
  .cx34-finder-result { padding: 26px 20px; }
  .cx34-project-main { min-height: 500px; }
  .cx34-project-stack { grid-template-rows: none; }
  .cx34-project-stack a { min-height: 340px; }
  .cx34-project-main > div, .cx34-project-stack a > div { padding: 24px 20px; }
  .cx34-project-main h3 { font-size: 38px; }
  .cx34-trust-grid { gap: 36px; }
  .cx34-trust-facts { grid-template-columns: 1fr 1fr; }
  .cx34-trust-facts div { min-height: 155px; padding: 20px; }
  .cx34-trust-facts dt { font-size: 29px; }
  .cx34-final-cta { padding: 28px 22px; }
  .cx34-page { padding-bottom: 66px; }
  .cx34-page-hero { padding: 48px 0; }
  .cx34-page-hero h1 { font-size: 50px; }
  .cx34-page-intro, .cx34-application-grid, .cx34-about-proof, .cx34-about-boundary { padding-top: 48px; padding-bottom: 48px; }
  .cx34-application-grid article, .cx34-application-grid article:first-child { min-height: 430px; }
  .cx34-application-card-copy { padding: 22px 20px; }
  .cx34-application-grid article:first-child h2 { font-size: 40px; }
  .cx34-request-workspace { padding: 48px 0 66px; }
  .cx34-request-grid { gap: 28px; }
  .cx34-request-aside { padding: 24px 20px; }
  .cx34-form-row, .cx34-form-submit { grid-template-columns: 1fr; }
  .cx34-form-submit .cx-button { width: 100%; justify-content: center; }
  .cx34-about-proof figure { min-height: 360px; }
  .cx34-about-proof-copy { padding: 30px 22px; }
  .cx34-about-lines div { grid-template-columns: 1fr; gap: 5px; }
  .cx34-resource-list article { grid-template-columns: 1fr; gap: 10px; padding: 28px 0; }
  .cx-archive-hero { padding-top: 40px; }
  .cx-archive-cat { min-width: 195px; }
  .cx-archive-toolbar { position: sticky; top: 90px; z-index: 10; padding: 12px; background: rgba(243,242,238,.97); backdrop-filter: blur(12px); }
  .cx-archive-search { grid-template-columns: 1fr auto; }
  .cx-archive-search label:last-of-type { display: none; }
  .cx-archive-card { grid-template-columns: 1fr; }
  .cx-archive-media { min-height: 300px; }
  .cx34-comparison { margin-top: 48px; padding: 24px 18px; }
  .cx34-comparison-head { grid-template-columns: 1fr; }
  .single-product .product { display: flex !important; flex-direction: column; }
  .single-product .cx-pdp-thumbs { width: 100%; max-width: 100%; order: 1; }
  .single-product .cx-product-visual { order: 2; max-height: 390px; }
  .single-product .summary { display: block; order: 3; }
  .single-product .cx-buy-panel { width: 100%; margin: 18px 0 20px; box-shadow: none; }
  .single-product .woocommerce-product-details__short-description { margin-top: 22px; }
  .single-product .cx-pdp-guides { order: 4; }
  .single-product .cx-size-panel { order: 5; }
  .single-product .cx-decision-section { order: 6; }
  .single-product .cx-customer-reviews, .single-product .coreax-reviews { order: 7; }
  .cx-product-visual img { max-height: 350px; object-fit: contain; }
  .cx-pdp-guides, .cx-size-panel, .cx-decision-section { margin-top: 28px; }
  .cx-sticky-buy { padding-bottom: calc(10px + env(safe-area-inset-bottom)); }
  .cx-checkout-flow-hero { padding-top: 26px; }
  .cx-flow-steps { display: none; }
  .cx-flow-assurance { grid-template-columns: 1fr; }
  .woocommerce-checkout .cx-flow-assurance { display: none; }
  .woocommerce-checkout #order_review { position: static; }
  .cx34-footer-lead { grid-template-columns: 1fr; padding: 42px 0; }
  .cx34-footer-lead h2 { font-size: 38px; }
  .cx34-footer-lead > a { justify-content: center; }
  .cx34-footer .cx-footer-bottom { gap: 8px; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
