:root { --paper: #f7f5ef; --white: #fffefa; --ink: #292923; --muted: #64645b; --line: #d9d5c9; --gold: #947332; --champagne: #d5bd87; --dark: #282622; --container: 1240px; }
*, *::before, *::after { box-sizing: border-box; }
html { scroll-padding-top: 108px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: system-ui, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; font-size: 16px; line-height: 1.85; -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: 5px; text-decoration-thickness: 1px; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4, p, figure { margin: 0; }
h1, h2, h3, h4 { font-weight: 700; line-height: 1.4; letter-spacing: -.05em; }
h1 { font-size: clamp(35px, 4vw, 58px); }
h2 { font-size: clamp(30px, 3.15vw, 44px); }
h3 { font-size: 23px; }
p, h1, h2, h3, h4, li, td, th, label { word-break: keep-all; overflow-wrap: anywhere; }
svg { display: block; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, [tabindex="0"]:focus-visible { outline: 3px solid #8c6a27; outline-offset: 5px; border-radius: 2px; }
[hidden] { display: none !important; }
.container { width: min(calc(100% - 64px), var(--container)); margin-inline: auto; }
.section { padding-block: 108px; }
.eyebrow { color: #7d642f; font-size: 10px; font-weight: 650; line-height: 1.6; letter-spacing: .14em; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: 10px; z-index: 200; transform: translateY(-180%); padding: 10px 16px; border: 2px solid #977437; background: #fffefa; color: #473e24; font-size: 14px; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }
.button, .btn { display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; min-height: 53px; padding: 13px 22px; border: 1px solid transparent; border-radius: 3px; font-size: 14px; line-height: 1.7; font-weight: 650; text-decoration: none; transition: background .18s, border-color .18s; }
.button > span, .btn > span { font-size: 20px; line-height: 1; font-weight: 400; }
.button-dark, .button.primary, .button-primary, .btn.primary { border-color: #2c2a26; background: #2c2a26; color: #fffdf7; }
.button-dark:hover, .button.primary:hover, .button-primary:hover, .btn.primary:hover { background: #43413d; border-color: #43413d; }
.button-dark:focus-visible, .button.primary:focus-visible, .button-primary:focus-visible, .btn.primary:focus-visible { outline-color: #efd89e; outline-offset: -6px; box-shadow: 0 0 0 3px #2c2a26; }
.button-line, .button-secondary, .button.secondary, .button-outline, .btn.secondary { color: #574828; border-color: #938361; background: transparent; }
.button-line:hover, .button-secondary:hover, .button.secondary:hover, .button-outline:hover { background: #ece6d7; }
.text-link { display: inline-flex; align-items: center; gap: 20px; color: #745820; font-size: 13px; line-height: 1.8; font-weight: 650; text-decoration: none; }
.text-link:hover { text-decoration: underline; }

/* Original logo assets, unchanged, in a calm graphite navigation shell. */
.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid #ffffff1c; background: #282622fa; }
.header-inner { display: flex; align-items: center; gap: 38px; min-height: 86px; }
.site-header .brand { display: inline-flex; align-items: center; flex-shrink: 0; }
.site-header .brand img { width: 194px; height: auto; }
.site-nav { display: flex; flex: 1; align-items: center; justify-content: flex-end; gap: 25px; }
.site-nav a { display: inline-flex; align-items: center; min-height: 42px; color: #d1d1c6; font-size: 12px; font-weight: 550; text-decoration: none; white-space: nowrap; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: #eedcaa; }
.nav-cta { display: inline-flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 43px; padding: 9px 17px; border: 1px solid #a29166; border-radius: 3px; color: #f0e4c6; font-size: 12px; font-weight: 650; text-decoration: none; white-space: nowrap; }
.site-nav .nav-cta { color: #f0e4c6; }
.nav-cta:hover { background: #ffffff09; border-color: #cfb982; }
.site-header a:focus-visible, .site-header button:focus-visible { outline-color: #e0c78e; }
.menu-toggle { display: none; }

/* The homepage opens on paper, with a full-width visual below its central statement. */
.cx-hero { padding-top: 67px; background: linear-gradient(#f3f0e7, #f7f5ef); }
.cx-hero-intro { max-width: 1050px; text-align: center; }
.cx-hero-intro .eyebrow { color: #7b6740; font-size: 10px; letter-spacing: .16em; }
.cx-hero h1 { margin-top: 22px; color: #272521; font-size: clamp(42px, 4.8vw, 64px); line-height: 1.32; letter-spacing: -.06em; font-weight: 700; }
.cx-hero h1 span { font-weight: 450; }
.cx-hero-lead { margin-top: 24px; color: #656558; font-size: 16px; line-height: 1.95; }
.cx-hero-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 11px; margin-top: 28px; }
.cx-hero-small { margin-top: 21px; color: #726d5e; font-size: 11px; letter-spacing: .02em; }
.cx-hero-figure { width: min(calc(100% - 64px), 1140px); margin-top: 42px; }
.cx-hero-photo { overflow: hidden; border-radius: 7px; background: #2d2b27; }
.cx-hero-photo img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: contain; }
.cx-hero-figure figcaption { display: flex; justify-content: space-between; align-items: center; gap: 25px; padding-block: 13px; color: #6f6c5e; font-size: 11px; }
.cx-hero-figure figcaption > span:first-child { color: #756d55; font-size: 9px; letter-spacing: .12em; font-weight: 600; }
.cx-principles { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 25px; margin-top: 28px; padding-block: 23px 31px; border-top: 1px solid #cfc7b4; border-bottom: 1px solid #d6d0c2; }
.cx-principles > div { display: flex; align-items: baseline; gap: 18px; }
.cx-principles span { color: #78653e; font-size: 11px; }
.cx-principles strong { color: #565450; font-size: 13px; font-weight: 550; }

/* Platform: an open, four-column editorial strip rather than stacked promotional cards. */
.cx-section-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 45px; margin-bottom: 49px; }
.cx-section-heading > .eyebrow { padding-top: 11px; }
.cx-section-heading > div > p { max-width: 665px; margin-top: 24px; color: var(--muted); font-size: 15px; line-height: 1.95; }
.cx-platform-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid #cfcabc; border-bottom: 1px solid #cfcabc; }
.cx-platform-grid article { min-width: 0; padding: 33px 28px 30px; border-left: 1px solid #ddd7c9; }
.cx-platform-grid article:first-child { padding-left: 0; border-left: 0; }
.cx-platform-grid article:last-child { padding-right: 0; }
.cx-platform-icon { margin-bottom: 30px; }
.cx-platform-icon svg { stroke: #85703f; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.cx-platform-type { color: #716545; font-size: 9px; font-weight: 650; letter-spacing: .12em; }
.cx-platform-grid h3 { margin-top: 6px; color: #35332f; font-size: 30px; letter-spacing: -.04em; }
.cx-platform-grid p { margin-top: 17px; color: #605e5a; font-size: 15px; line-height: 1.85; }
.cx-platform-check { display: block; margin-top: 22px; color: #73705b; font-size: 11px; line-height: 1.9; }
.cx-section-end { display: flex; justify-content: space-between; align-items: baseline; gap: 35px; margin-top: 23px; }
.cx-section-end p { max-width: 800px; color: #72705f; font-size: 12px; line-height: 1.9; }
.cx-section-end .text-link { flex-shrink: 0; }

/* A dark, sequenced workflow keeps the software story distinct from investment claims. */
.cx-workflow-section { background: #2d2b27; color: #fbf9ee; }
.cx-workflow-heading { display: flex; justify-content: space-between; align-items: end; gap: 70px; margin-bottom: 51px; }
.cx-workflow-heading .eyebrow { color: #ccbb8d; }
.cx-workflow-heading h2 { margin-top: 18px; }
.cx-workflow-heading > p { max-width: 440px; color: #c4c2be; font-size: 15px; line-height: 1.95; }
.cx-workflow-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; padding: 0; list-style: none; }
.cx-workflow-grid li { padding: 24px 26px 25px; border-block: 1px solid #6b6965; border-left: 1px solid #ffffff1c; }
.cx-workflow-grid li:first-child { border-left: 0; padding-left: 0; }
.cx-workflow-grid li:last-child { padding-right: 0; }
.cx-workflow-step { display: flex; justify-content: space-between; gap: 20px; color: #ccb784; font-size: 12px; }
.cx-workflow-step > span:last-child { font-size: 23px; font-weight: 300; line-height: 1; }
.cx-workflow-grid h3 { margin-top: 34px; font-size: 23px; font-weight: 600; }
.cx-workflow-grid p { min-height: 104px; margin-top: 17px; color: #c8c6c2; font-size: 15px; line-height: 1.85; }
.cx-workflow-label { display: block; margin-top: 26px; color: #c4b589; font-size: 9px; letter-spacing: .08em; }
.cx-workflow-note { display: flex; gap: 35px; align-items: baseline; margin-top: 25px; color: #b5b3af; font-size: 11px; line-height: 1.9; }
.cx-workflow-note > span { flex-shrink: 0; color: #d2cbb4; }

/* The three delivery options share a ruled, readable specification layout. */
.cx-model-list { border-top: 1px solid #6c6a66; }
.cx-model-row { display: grid; grid-template-columns: .65fr 1.3fr 1fr; gap: 50px; align-items: start; padding-block: 37px; border-bottom: 1px solid #d6d3c2; }
.cx-model-name > span { color: #716545; font-size: 9px; font-weight: 650; letter-spacing: .1em; }
.cx-model-name h3 { margin-top: 12px; color: #363430; font-size: 31px; font-weight: 600; }
.cx-model-description h4 { color: #42403c; font-size: 20px; font-weight: 600; line-height: 1.65; }
.cx-model-description p { margin-top: 13px; color: #676561; font-size: 15px; line-height: 1.9; }
.cx-model-row ul { display: grid; gap: 11px; margin: 7px 0 0; padding: 0; list-style: none; }
.cx-model-row li { display: flex; gap: 9px; color: #65635f; font-size: 13px; line-height: 1.8; }
.cx-model-row li::before { content: "+"; color: #786135; font-weight: 550; }
.cx-delivery-section { border-block: 1px solid #ddd8c6; background: #eeeada; }
.cx-delivery-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 48px; }
.cx-delivery-heading h2 { margin-top: 17px; }
.cx-delivery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; list-style: none; margin: 0; padding: 0; }
.cx-delivery-grid li { min-width: 0; border-top: 1px solid #958d70; padding-top: 20px; }
.cx-delivery-number { color: #716035; font-size: 12px; font-weight: 600; }
.cx-delivery-grid h3 { margin-top: 34px; color: #3c3a36; font-size: 21px; }
.cx-delivery-grid p { min-height: 89px; margin-top: 15px; color: #615f5b; font-size: 15px; line-height: 1.9; }
.cx-delivery-grid li > div { display: flex; flex-wrap: wrap; gap: 6px 15px; align-items: baseline; margin-top: 24px; }
.cx-delivery-grid li > div span { color: #6b6042; font-size: 9px; letter-spacing: .09em; }
.cx-delivery-grid strong { color: #53514d; font-size: 12px; font-weight: 600; }

/* Evidence, questions and a concrete brief. */
.cx-evidence-section { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.cx-evidence-section h2 { margin-top: 17px; }
.cx-evidence-lead { max-width: 470px; margin-top: 23px; color: var(--muted); font-size: 15px; line-height: 1.95; }
.cx-evidence-section .text-link { margin-top: 28px; }
.cx-evidence-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid #a29d86; }
.cx-evidence-list li { display: grid; grid-template-columns: 28px 1fr; gap: 20px; padding-block: 25px; border-bottom: 1px solid #d6d5c3; }
.cx-evidence-list li > span { padding-top: 6px; color: #75643d; font-size: 11px; }
.cx-evidence-list h3 { color: #42403c; font-size: 18px; font-weight: 650; letter-spacing: -.035em; }
.cx-evidence-list p { margin-top: 9px; color: #686662; font-size: 15px; line-height: 1.85; }
.cx-faq-section { background: #eeeee5; border-block: 1px solid #d9d7d3; }
.cx-faq-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 85px; }
.cx-faq-heading h2 { margin-top: 18px; }
.cx-faq-heading .text-link { margin-top: 28px; }
.faq-list { border-top: 1px solid #6b6965; }
.faq-list details { border-bottom: 1px solid #cdcbc7; }
.faq-list summary { display: flex; align-items: start; justify-content: space-between; gap: 24px; padding: 23px 0; cursor: pointer; list-style: none; color: #464440; font-size: 16px; font-weight: 600; line-height: 1.8; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; flex: 0 0 18px; color: #69665e; font-size: 24px; line-height: 1; font-weight: 350; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details > div { padding: 0 40px 26px 0; color: #63615d; font-size: 15px; line-height: 1.95; }
.faq-list details p + p { margin-top: 15px; }
.cx-contact-section { display: grid; grid-template-columns: 1fr 1fr; gap: 38px 100px; align-items: start; }
.cx-contact-heading h2 { margin-top: 17px; font-size: clamp(34px, 3.8vw, 49px); }
.cx-contact-heading > p:last-child { margin-top: 23px; color: #666460; font-size: 15px; line-height: 1.95; }
.cx-contact-brief { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid #b7b5b1; }
.cx-contact-brief > div { min-width: 0; padding: 20px 0 26px; border-bottom: 1px solid #d2d0cc; }
.cx-contact-brief > div:nth-child(odd) { padding-right: 21px; }
.cx-contact-brief > div:nth-child(even) { padding-left: 25px; border-left: 1px solid #d2d0cc; }
.cx-contact-brief span { display: block; margin-bottom: 18px; color: #6b6455; font-size: 11px; }
.cx-contact-brief strong { display: block; color: #4b4945; font-size: 15px; font-weight: 650; }
.cx-contact-brief p { margin-top: 8px; color: #6b6965; font-size: 14px; line-height: 1.85; }
.cx-contact-actions { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; gap: 18px 28px; padding-top: 30px; border-top: 1px solid #cfcdc9; }
.cx-contact-actions > p { margin-left: auto; color: #706e6a; font-size: 11px; }
.cx-business-note { padding-block: 24px 27px; border-top: 1px solid #d2d0cc; background: #eeeee4; }
.cx-business-note > .container { display: grid; grid-template-columns: 190px 1fr; gap: 32px; }
.cx-business-note strong { padding-top: 4px; color: #6c6a66; font-size: 9px; font-weight: 650; letter-spacing: .08em; }
.cx-business-note p { color: #6d6b67; font-size: 12px; line-height: 1.95; }

/* Shared article, inquiry and legal pages. */
.page-hero { padding-block: 49px 58px; border-bottom: 1px solid #d4d4be; background: #eeedde; }
.breadcrumb { display: flex; align-items: baseline; flex-wrap: wrap; gap: 7px 10px; margin: 0 0 28px; padding: 0; list-style: none; color: #65615a; font-size: 11px; }
.breadcrumb a { text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.page-hero .eyebrow { margin-bottom: 16px; }
.page-hero h1 { max-width: 960px; font-size: clamp(35px, 4.2vw, 55px); color: #3c3a36; }
.page-hero .lead { max-width: 875px; margin-top: 25px; color: #65635f; font-size: 16px; line-height: 1.95; }
.article-meta, .page-meta { margin-top: 17px; color: #696454; font-size: 12px; }
.article-layout { display: grid; grid-template-columns: 205px minmax(0, 1fr); gap: 77px; padding-block: 64px 87px; }
.article-toc { position: sticky; top: 116px; align-self: start; padding: 19px 20px; border-top: 2px solid #9f9664; border-bottom: 1px solid #d5d4b9; background: #f0efdf; color: #686662; font-size: 12px; }
.article-toc h2, .article-toc h3, .article-toc strong { display: block; color: #4d4b47; font-size: 13px; line-height: 1.6; letter-spacing: -.02em; }
.article-toc ul, .article-toc ol { list-style: none; padding: 0; margin: 14px 0 0; }
.article-toc li + li { margin-top: 11px; }
.article-toc a { display: block; color: #64625e; text-decoration: none; }
.article-toc a:hover { color: #42403c; text-decoration: underline; }
.article-body { min-width: 0; max-width: 870px; color: #595753; font-size: 16px; line-height: 1.95; }
.article-body h2 { margin: 50px 0 19px; color: #3c3a36; font-size: 29px; line-height: 1.5; }
.article-body h3 { margin: 30px 0 14px; color: #4a4844; font-size: 22px; }
.article-body > h2:first-child, .article-body > section:first-child > h2:first-child { margin-top: 0; }
.article-body p { margin-bottom: 19px; }
.article-body ul, .article-body ol { margin: 18px 0 26px; padding-left: 25px; }
.article-body li { margin-block: 10px; padding-left: 2px; }
.article-body a:not(.button):not(.btn) { color: #575551; }
.article-body img { border: 1px solid #dad8d4; border-radius: 3px; }
.table-wrap { max-width: 100%; overflow-x: auto; overscroll-behavior-x: contain; }
.article-body .table-wrap { margin-block: 25px; }
.article-body table { width: 100%; border-collapse: collapse; font-size: 14px; line-height: 1.85; }
.article-body th, .article-body td { min-width: 110px; padding: 15px 17px; border: 1px solid #d6d4d0; text-align: left; vertical-align: top; }
.article-body th { background: #eae8e4; color: #4e4c48; font-weight: 650; }
.article-body > table { display: block; max-width: 100%; overflow-x: auto; margin-block: 25px; }
.note, .article-body .note { margin-block: 28px; padding: 23px 25px; border-left: 3px solid #a09454; background: #f0efda; color: #65635f; font-size: 14px; line-height: 1.95; }
.note p:last-child { margin-bottom: 0; }
.article-cta { margin-block: 43px; padding: 33px 36px; background: #35332f; color: #fff; }
.article-cta h2, .article-cta h3 { margin: 0 0 16px; color: #f3f2d9; font-size: 27px; }
.article-cta p { color: #c8c6c2; font-size: 15px; }
.article-cta .button, .article-cta .btn { margin-top: 14px; border-color: #d9c581; background: #d9c581; color: #35332f; }
.article-cta .button:focus-visible, .article-cta .btn:focus-visible { outline-color: #43413d; box-shadow: 0 0 0 3px #d9c581; }
.article-cta a.text-link, .article-body .article-cta a.text-link { margin: 16px 0 0 18px; color: #e6d995; font-size: 13px; }
.article-cta a.text-link:focus-visible { outline-color: #e6d995; }
.related-section { padding-bottom: 59px; }
.related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-block: 29px; }
.related-card { min-width: 0; padding: 25px; border-top: 1px solid #9d9c71; border-bottom: 1px solid #d4d2ce; background: #f1efeb; text-decoration: none; }
.related-card h2, .related-card h3, .related-card strong { display: block; margin: 0 0 12px; color: #484642; font-size: 19px; line-height: 1.6; }
.related-card p { margin: 0; color: #6a6864; font-size: 14px; line-height: 1.9; }
.related-card a { font-size: 13px; font-weight: 600; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: start; gap: 70px; padding-block: 63px 86px; }
.contact-grid h2 { margin-bottom: 22px; color: #464440; font-size: 31px; }
.contact-grid p { color: #696763; font-size: 15px; line-height: 1.95; }
.contact-panel { min-width: 0; padding: 30px; border: 1px solid #d4d2ce; background: #eeece8; }
.contact-panel h2, .contact-panel h3 { color: #45433f; font-size: 24px; }
.contact-panel .button { margin-top: 23px; }
.brief-form { margin-top: 29px; }
.brief-form label { display: block; margin-bottom: 7px; color: #54524e; font-size: 14px; font-weight: 600; }
.brief-form input:not([type="checkbox"]), .brief-form textarea, .brief-form select { display: block; width: 100%; max-width: 100%; margin-bottom: 21px; padding: 11px 14px; border: 1px solid #897c65; border-radius: 3px; background: #fffef7; color: #474541; font-size: 15px; line-height: 1.7; }
.brief-form textarea { min-height: 165px; resize: vertical; }
.brief-form .form-note, .brief-form small { display: block; color: #65615a; font-size: 12px; line-height: 1.8; }
.legal-body { width: min(calc(100% - 64px), 880px); margin: 49px auto 82px; color: #605e5a; font-size: 16px; line-height: 1.95; }
.legal-body h1 { margin-bottom: 29px; color: #3a3834; }
.legal-body h2 { margin: 38px 0 17px; color: #474541; font-size: 26px; }
.legal-body h3 { margin: 24px 0 13px; font-size: 21px; }
.legal-body p { margin-bottom: 17px; }
.legal-body ul, .legal-body ol { padding-left: 25px; }
.legal-body li { margin-bottom: 10px; }
.policy-card { margin-block: 27px; padding: 25px; border: 1px solid #d5d3cf; background: #f0eeea; }
.policy-card h2:first-child, .policy-card h3:first-child { margin-top: 0; }


/* The inquiry composer runs locally; its controls remain readable and usable without scripts. */
.contact-panel > .eyebrow { margin-bottom: 12px; color: #776037; font-size: 10px; }
.contact-panel > h3 { margin-top: 31px; margin-bottom: 11px; font-size: 19px; }
.contact-panel .contact-handle { margin-top: 8px; color: #665e4e; font-size: 12px; }
.contact-panel > p + p { margin-top: 15px; }
.contact-panel .text-link { overflow-wrap: anywhere; }
.contact-panel .note ul { margin: 14px 0 0; padding-left: 19px; }
.contact-panel .note li + li { margin-top: 9px; }
.brief-form .field { min-width: 0; }
.brief-form .field label > span { font-size: 12px; font-weight: 400; }
.brief-form fieldset { min-width: 0; margin: 0 0 24px; padding: 0; border: 0; }
.brief-form legend { margin-bottom: 10px; padding: 0; color: #555044; font-size: 14px; font-weight: 600; }
.checkbox-group { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px 15px; }
.brief-form .checkbox-group label { display: flex; align-items: center; gap: 9px; min-height: 35px; margin: 0; font-size: 13px; font-weight: 450; cursor: pointer; }
.brief-form input[type="checkbox"] { width: 17px; height: 17px; margin: 0; accent-color: #705831; flex-shrink: 0; }
.brief-form input::placeholder, .brief-form textarea::placeholder { color: #686155; opacity: 1; }
.brief-form .form-note { margin-bottom: 15px; color: #645e50; font-size: 12px; }
.brief-form .button { cursor: pointer; }
.brief-output { margin-top: 28px; padding-top: 23px; border-top: 1px solid #ccc4b1; }
.brief-output > label { display: block; margin-bottom: 10px; color: #554c39; font-size: 14px; font-weight: 650; }
.brief-output textarea { display: block; width: 100%; max-width: 100%; padding: 13px 15px; border: 1px solid #897c65; border-radius: 3px; background: #fffefa; color: #4e493f; font-size: 14px; line-height: 1.9; resize: vertical; }
.brief-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 24px; margin-top: 17px; }
.brief-actions .button { margin-top: 0; cursor: pointer; }
.contact-grid .form-status { margin-top: 17px; color: #635437; font-size: 13px; }
.contact-grid .form-status:empty { margin: 0; }
.article-cta > .eyebrow { color: #dfc996; }

/* Keep brand imagery intact and the secondary navigation legible. */
.site-footer { padding-block: 54px 25px; background: #2a2824; color: #c9c7c3; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; }
.site-footer .brand { display: inline-block; }
.site-footer .brand img, .site-footer img[src="/img/logo.webp"], .site-footer img[src="/img/logo_white.webp"] { width: 168px; height: auto; }
.site-footer p { max-width: 580px; margin-top: 21px; color: #b6b4b0; font-size: 12px; line-height: 1.95; }
.footer-links { display: flex; flex-wrap: wrap; align-content: start; justify-content: flex-end; gap: 12px 25px; }
.footer-links a { display: inline-flex; align-items: center; min-height: 29px; color: #cccac6; font-size: 12px; text-decoration: none; }
.footer-links a:hover { color: #f4e5ae; text-decoration: underline; }
.site-footer a:focus-visible { outline-color: #e0ce8c; }
.footer-bottom { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 13px 30px; margin-top: 35px; padding-top: 21px; border-top: 1px solid #ffffff21; color: #b0aeaa; font-size: 11px; }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 9px 17px; }
.footer-bottom nav a { display: inline-flex; align-items: center; min-height: 30px; text-decoration: none; color: #c4c2be; }
.footer-bottom nav a:hover { text-decoration: underline; }
.footer-bottom small { font-size: 11px; }

@media (max-width: 1190px) {
  .header-inner { gap: 25px; }
  .site-header .brand img { width: 174px; }
  .site-nav { gap: 18px; }
  .site-nav a { font-size: 11px; }
  .nav-cta { padding-inline: 14px; font-size: 11px; gap: 14px; }
  .cx-hero h1 { font-size: 56px; }
  .cx-platform-grid article { padding-inline: 22px; }
  .cx-model-row { gap: 35px; }
  .cx-delivery-grid { gap: 23px; }
  .cx-evidence-section { gap: 60px; }
  .cx-faq-layout { gap: 60px; }
  .cx-contact-section { column-gap: 60px; }
  .article-layout { gap: 51px; grid-template-columns: 195px minmax(0, 1fr); }
}
@media (max-width: 979px) {
  .header-inner { position: relative; flex-wrap: wrap; min-height: 75px; padding-block: 13px; gap: 0 22px; }
  .site-header .brand img { width: 168px; }
  .site-nav { order: 4; flex-basis: 100%; justify-content: flex-start; flex-wrap: wrap; gap: 5px 24px; padding-top: 15px; }
  .site-nav a { min-height: 35px; font-size: 12px; }
  .nav-cta { margin-left: auto; }
  .site-nav .nav-cta { margin-left: 0; }
  .js .site-header .header-inner { flex-wrap: nowrap; }
  .js .menu-toggle:not([hidden]) { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-width: 44px; min-height: 41px; margin-left: auto; padding: 6px 11px; border: 1px solid #a49c78; border-radius: 3px; background: transparent; color: #ebe4c8; font-size: 12px; cursor: pointer; }
  .js .site-nav { display: none; position: absolute; top: calc(100% + 1px); inset-inline: -32px; padding: 19px 32px; background: #2e2c28; border-bottom: 1px solid #787672; box-shadow: 0 17px 28px #1a181430; }
  .js .site-nav.is-open, .js .site-header:has(.menu-toggle[aria-expanded="true"]) .site-nav { display: flex; }
  .js .nav-cta { margin-left: 0; }
  .section { padding-block: 84px; }
  .cx-hero { padding-top: 51px; }
  .cx-hero h1 { font-size: 48px; }
  .cx-hero-figure { margin-top: 37px; }
  .cx-principles { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 40px; }
  .cx-section-heading { grid-template-columns: .55fr 1.45fr; gap: 30px; }
  .cx-platform-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cx-platform-grid article { padding: 28px; }
  .cx-platform-grid article:nth-child(-n+2) { border-bottom: 1px solid #ddd7c9; }
  .cx-platform-grid article:nth-child(3) { padding-left: 0; border-left: 0; }
  .cx-platform-grid article:nth-child(2) { padding-right: 0; }
  .cx-platform-icon { margin-bottom: 23px; }
  .cx-section-end { align-items: start; gap: 27px; }
  .cx-workflow-heading { gap: 45px; }
  .cx-workflow-heading > p { max-width: 345px; }
  .cx-workflow-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 28px; }
  .cx-workflow-grid li:nth-child(3) { border-left: 0; padding-left: 0; }
  .cx-workflow-grid li:nth-child(2) { padding-right: 0; }
  .cx-workflow-grid h3 { margin-top: 25px; }
  .cx-workflow-grid p { min-height: 88px; }
  .cx-workflow-note { display: block; }
  .cx-workflow-note p { margin-top: 6px; }
  .cx-model-row { grid-template-columns: .6fr 1.4fr; gap: 21px 35px; }
  .cx-model-row ul { grid-column: 2; margin-top: 0; }
  .cx-model-row li { font-size: 14px; }
  .cx-delivery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 37px; }
  .cx-delivery-grid h3 { margin-top: 23px; }
  .cx-delivery-grid p { min-height: 58px; }
  .cx-evidence-section { grid-template-columns: 1fr; gap: 39px; }
  .cx-evidence-lead { max-width: 650px; }
  .cx-evidence-list li { grid-template-columns: 34px 1fr; }
  .cx-evidence-list h3 { font-size: 20px; }
  .cx-faq-layout { grid-template-columns: .75fr 1.25fr; gap: 43px; }
  .cx-faq-heading h2 { font-size: 31px; }
  .cx-contact-section { gap: 35px 45px; }
  .cx-contact-brief { grid-template-columns: 1fr; }
  .cx-contact-brief > div { padding-block: 13px 18px; }
  .cx-contact-brief > div:nth-child(even), .cx-contact-brief > div:nth-child(odd) { padding-inline: 0; border-left: 0; }
  .cx-contact-brief span { margin-bottom: 8px; }
  .cx-contact-actions > p { flex-basis: 100%; margin-left: 0; }
  .cx-business-note > .container { grid-template-columns: 165px 1fr; gap: 25px; }
  .article-layout { grid-template-columns: 1fr; gap: 34px; }
  .article-toc { position: static; }
  .article-toc ul, .article-toc ol { display: flex; flex-wrap: wrap; gap: 8px 24px; }
  .article-toc li + li { margin: 0; }
  .article-body { max-width: none; }
  .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-grid { gap: 45px; }
}
@media (max-width: 700px) {
  html { scroll-padding-top: 91px; }
  .container { width: calc(100% - 32px); }
  .section { padding-block: 64px; }
  h2 { font-size: 30px; }
  .eyebrow { font-size: 9px; }
  .header-inner { min-height: 69px; padding-block: 12px; }
  .site-header .brand img { width: 152px; }
  .header-inner > .nav-cta { display: none; }
  .site-nav { gap: 6px 21px; }
  .site-nav a { font-size: 12px; }
  .js .site-nav { inset-inline: -16px; padding-inline: 16px; }
  .site-nav .nav-cta { padding-inline: 13px; font-size: 12px; }
  .button, .btn { min-height: 50px; padding: 12px 17px; gap: 18px; font-size: 13px; }
  .button > span, .btn > span { font-size: 18px; }
  .cx-hero { padding-top: 37px; }
  .cx-hero-intro .eyebrow { font-size: 9px; letter-spacing: .09em; }
  .cx-hero h1 { margin-top: 18px; font-size: clamp(32px, 6.7vw, 43px); line-height: 1.42; }
  .cx-hero h1 span { font-weight: 450; }
  .cx-hero-lead { margin-top: 19px; font-size: 14px; line-height: 1.95; }
  .cx-hero-actions { margin-top: 23px; gap: 9px; }
  .cx-hero-actions .button { justify-content: space-between; gap: 13px; padding-inline: 14px; font-size: 12px; }
  .cx-hero-small { max-width: 340px; margin: 18px auto 0; font-size: 11px; }
  .cx-hero-figure { width: calc(100% - 32px); margin-top: 29px; }
  .cx-hero-photo { border-radius: 3px; }
  .cx-hero-photo img { height: auto; aspect-ratio: 3 / 2; object-position: center; }
  .cx-hero-figure figcaption { display: block; padding-block: 10px; font-size: 11px; }
  .cx-hero-figure figcaption span { display: block; }
  .cx-hero-figure figcaption > span:first-child { margin-bottom: 3px; font-size: 9px; }
  .cx-principles { margin-top: 18px; gap: 15px 15px; padding-block: 21px 24px; }
  .cx-principles > div { gap: 11px; }
  .cx-principles span { font-size: 10px; }
  .cx-principles strong { font-size: 12px; }
  .cx-section-heading { grid-template-columns: 1fr; gap: 13px; margin-bottom: 32px; }
  .cx-section-heading > .eyebrow { padding-top: 0; }
  .cx-section-heading > div > p { margin-top: 19px; font-size: 14px; }
  .cx-platform-grid article { padding: 24px 16px; }
  .cx-platform-icon { margin-bottom: 22px; }
  .cx-platform-icon svg { width: 42px; height: 42px; }
  .cx-platform-grid h3 { font-size: 26px; }
  .cx-platform-grid p { margin-top: 14px; font-size: 14px; line-height: 1.85; }
  .cx-platform-check { margin-top: 17px; font-size: 11px; }
  .cx-section-end { flex-direction: column; gap: 16px; margin-top: 20px; }
  .cx-section-end p { font-size: 11px; }
  .text-link { font-size: 13px; }
  .cx-workflow-heading { display: block; margin-bottom: 31px; }
  .cx-workflow-heading h2 { margin-top: 14px; }
  .cx-workflow-heading > p { max-width: none; margin-top: 22px; font-size: 14px; }
  .cx-workflow-heading > p br { display: none; }
  .cx-workflow-grid { row-gap: 25px; }
  .cx-workflow-grid li { padding: 22px 17px; }
  .cx-workflow-step { font-size: 11px; }
  .cx-workflow-grid h3 { margin-top: 21px; font-size: 20px; }
  .cx-workflow-grid p { min-height: 160px; margin-top: 15px; font-size: 14px; }
  .cx-workflow-label { margin-top: 21px; font-size: 9px; line-height: 1.9; }
  .cx-workflow-note { margin-top: 20px; }
  .cx-model-row { grid-template-columns: 1fr; gap: 23px; padding-block: 28px; }
  .cx-model-name { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
  .cx-model-name > span { font-size: 9px; }
  .cx-model-name h3 { margin-top: 0; font-size: 27px; }
  .cx-model-description h4 { font-size: 19px; }
  .cx-model-description p { margin-top: 12px; font-size: 14px; }
  .cx-model-row ul { grid-column: 1; gap: 8px; }
  .cx-model-row li { font-size: 13px; }
  .cx-delivery-heading { display: block; margin-bottom: 32px; }
  .cx-delivery-heading .text-link { margin-top: 20px; }
  .cx-delivery-grid { gap: 29px 24px; }
  .cx-delivery-grid li { padding-top: 16px; }
  .cx-delivery-grid h3 { margin-top: 23px; font-size: 19px; }
  .cx-delivery-grid p { min-height: 132px; margin-top: 13px; font-size: 14px; }
  .cx-delivery-grid li > div { display: grid; gap: 2px; margin-top: 20px; }
  .cx-delivery-grid strong { font-size: 12px; }
  .cx-evidence-section { gap: 29px; }
  .cx-evidence-lead { margin-top: 20px; font-size: 14px; }
  .cx-evidence-list li { grid-template-columns: 24px 1fr; gap: 13px; padding-block: 22px; }
  .cx-evidence-list h3 { font-size: 18px; }
  .cx-evidence-list p { font-size: 14px; }
  .cx-faq-layout { grid-template-columns: 1fr; gap: 30px; }
  .cx-faq-heading h2 { font-size: 30px; }
  .cx-faq-heading .text-link { margin-top: 20px; }
  .faq-list summary { padding-block: 21px; gap: 20px; font-size: 15px; }
  .faq-list details > div { padding-right: 13px; font-size: 14px; }
  .cx-contact-section { grid-template-columns: 1fr; gap: 30px; }
  .cx-contact-heading h2 { font-size: 34px; }
  .cx-contact-heading > p:last-child { margin-top: 20px; font-size: 14px; }
  .cx-contact-brief { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cx-contact-brief > div { padding-block: 18px 21px; }
  .cx-contact-brief > div:nth-child(odd) { padding-right: 15px; }
  .cx-contact-brief > div:nth-child(even) { padding-left: 18px; border-left: 1px solid #d2d0cc; }
  .cx-contact-brief span { margin-bottom: 15px; }
  .cx-contact-brief strong { font-size: 14px; }
  .cx-contact-brief p { font-size: 14px; }
  .cx-contact-actions { display: grid; justify-items: start; gap: 19px; padding-top: 23px; }
  .cx-contact-actions > p { margin: 0; font-size: 11px; }
  .cx-business-note > .container { grid-template-columns: 1fr; gap: 9px; }
  .cx-business-note p { font-size: 11px; }
  .page-hero { padding-block: 33px 40px; }
  .breadcrumb { margin-bottom: 23px; font-size: 11px; }
  .page-hero h1 { font-size: 34px; line-height: 1.42; }
  .page-hero .lead { margin-top: 21px; font-size: 15px; }
  .article-layout { padding-block: 35px 57px; gap: 31px; }
  .article-toc { padding: 19px 20px; font-size: 12px; }
  .article-toc ul, .article-toc ol { gap: 9px 21px; }
  .article-body { font-size: 16px; }
  .article-body h2 { margin-top: 40px; font-size: 26px; }
  .article-body h3 { font-size: 21px; }
  .article-body th, .article-body td { padding: 13px; font-size: 13px; }
  .note, .article-body .note { padding: 21px; font-size: 14px; }
  .article-cta { margin-block: 32px; padding: 28px 23px; }
  .article-cta h2, .article-cta h3 { font-size: 24px; }
  .article-cta p { font-size: 14px; }
  .article-cta .button, .article-cta .btn { max-width: 100%; gap: 19px; padding-inline: 17px; }
  .article-cta a.text-link, .article-body .article-cta a.text-link { margin-left: 0; }
  .related-grid { grid-template-columns: 1fr; gap: 18px; }
  .related-card { padding: 24px; }
  .related-section { padding-bottom: 43px; }
  .contact-grid { grid-template-columns: 1fr; gap: 32px; padding-block: 39px 58px; }
  .contact-grid h2 { font-size: 29px; }
  .contact-panel { padding: 25px; }
  .legal-body { width: calc(100% - 32px); margin-block: 36px 59px; font-size: 15px; }
  .legal-body h2 { font-size: 25px; }
  .policy-card { padding: 22px; }
  .site-footer { padding-block: 38px 25px; }
  .footer-grid { grid-template-columns: 1fr; gap: 29px; }
  .site-footer .brand img, .site-footer img[src="/img/logo.webp"], .site-footer img[src="/img/logo_white.webp"] { width: 152px; }
  .site-footer p { font-size: 11px; }
  .footer-links { justify-content: flex-start; gap: 9px 21px; }
  .footer-links a { font-size: 12px; }
  .footer-bottom { margin-top: 25px; gap: 11px; }
}
@media (max-width: 359px) {
  .cx-hero h1 { font-size: 30px; }
  .cx-hero-actions { gap: 8px; }
  .cx-hero-actions .button { min-height: 47px; padding-inline: 11px; font-size: 11px; gap: 9px; }
  .cx-hero-small { font-size: 11px; }
  .cx-principles { column-gap: 11px; }
  .cx-principles > div { gap: 9px; }
  .cx-principles strong { font-size: 11px; }
  h2, .cx-faq-heading h2 { font-size: 27px; }
  .cx-platform-grid article { padding-inline: 12px; }
  .cx-workflow-grid li { padding-inline: 12px; }
  .cx-workflow-grid h3 { font-size: 18px; }
  .cx-delivery-grid { column-gap: 20px; }
  .cx-delivery-grid h3 { font-size: 17px; }
  .cx-contact-heading h2 { font-size: 31px; }
  .cx-contact-brief > div:nth-child(even) { padding-left: 13px; }
  .page-hero h1 { font-size: 31px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; } }
@media print {
  .site-header, .site-footer, .article-toc, .cx-hero-actions { display: none !important; }
  .container { width: 100%; }
  .section { padding-block: 27px; }
  .article-layout { display: block; }
  .cx-workflow-section, .article-cta { background: #fff; color: #292923; }
}
