/* The same typography, spacing and surfaces across the public site. */
.content-page { background: #fff; }
.content-page .container-wide { width: min(calc(100% - 80px), 1200px); }
.content-page .container { width: min(calc(100% - 80px), 1100px); }
.content-page .section { padding-block: 72px; }
.content-page .section-compact { padding-block: 48px; }
.content-page .page-hero { padding-block: 54px; background: #f5f9fa; }
.content-page .grid-texture { background-image: none; }
.content-page .surface-blue { background: #f3f7f9; }
.content-page h1, .content-page h2, .content-page h3, .content-page h4 { text-transform: none; }
.content-page h1.display, .content-page h1.section-title { max-width: 1000px; color: var(--teal); font-size: clamp(2.3rem, 4.5vw, 3.8rem); font-weight: 600; line-height: 1.1; letter-spacing: -.05em; overflow-wrap: break-word; }
.content-page h2.section-title { font-size: clamp(1.85rem, 3.1vw, 2.75rem); line-height: 1.15; font-weight: 600; letter-spacing: -.04em; }
.content-page .eyebrow { margin-bottom: 18px; font: 700 .68rem/1.5 'Inter', sans-serif; letter-spacing: .11em; }
.content-page .eyebrow::before { width: 7px; height: 7px; }
.content-page .lede { max-width: 700px; margin-top: 22px; font-size: 1rem; line-height: 1.8; }
.content-page .section-intro { margin-top: 20px; font-size: .94rem; line-height: 1.8; }
.content-page .meta-line { gap: 12px 25px; margin-top: 23px; font-size: .72rem; font-weight: 500; letter-spacing: 0; text-transform: none; }
.content-page .button { min-height: 50px; border-color: var(--teal); border-radius: 2px; background: var(--teal); font: 600 .82rem/1.35 'Inter', sans-serif; letter-spacing: 0; text-transform: none; }
.content-page .button:hover { border-color: var(--copper); background: var(--copper); color: #fff; transform: none; }
.content-page .button-secondary { color: var(--teal); background: transparent; }
.content-page .button-light, .content-page .button-outline-light { background: #fff; color: var(--teal); border-color: #fff; }
.content-page .button-row { margin-top: 26px; }
.content-page .text-link { color: var(--teal); font: 600 .8rem/1.5 'Inter', sans-serif; letter-spacing: 0; text-transform: none; }
.content-page .surface-dark h1, .content-page .surface-dark h2, .content-page .surface-ink h1, .content-page .surface-ink h2 { color: #fff; }
.content-page .split { gap: 60px; }
.content-page .cta-band { padding-block: 45px; background: var(--teal); }
.content-page .cta-band-inner { gap: 40px; }
.content-page .cta-band h2 { color: #fff; font-size: clamp(1.6rem, 2.6vw, 2.25rem); line-height: 1.2; letter-spacing: -.035em; }
.content-page .cta-band p { max-width: 650px; color: #d1e0e7; font-size: .87rem; line-height: 1.8; }
.content-page .page-contact-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 25px; }
.content-page .page-contact-actions .button { flex: 1; max-width: 230px; min-width: 170px; }
.content-page .cta-band .page-contact-actions { min-width: 380px; margin-top: 0; }
.content-page .cta-band .page-contact-actions .button { background: #fff; border-color: #fff; color: var(--teal); }
.content-page .cta-band .page-contact-actions .button:hover { background: #edf3f6; }
.content-page .page-heading-row { display: grid; grid-template-columns: 1.15fr 1fr; align-items: end; gap: 70px; margin-bottom: 35px; }
.content-page .page-heading-row > p { max-width: 460px; color: var(--grey); font-size: .91rem; line-height: 1.8; }
.content-page .page-intro-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 70px; align-items: center; }
.content-page .page-intro-image { height: 360px; width: 100%; object-fit: contain; }
.content-page .page-intro-caption { margin-top: 14px; color: var(--grey); font-size: .67rem; text-align: center; }
.content-page .page-statements { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 35px; }
.content-page .page-statements article { border-top: 1px solid #cbd9e0; padding-top: 22px; }
.content-page .page-statements span { color: var(--copper); font-size: .7rem; }
.content-page .page-statements h3 { margin-top: 18px; color: var(--teal); font-size: 1.22rem; line-height: 1.3; font-weight: 600; }
.content-page .page-statements p { margin-top: 13px; color: var(--grey); font-size: .86rem; line-height: 1.8; }
.content-page .application-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 55px; }
.content-page .application-item { padding-block: 28px; border-top: 1px solid #cbd9e0; }
.content-page .application-item h2 { font-size: 1.5rem; line-height: 1.3; letter-spacing: -.03em; }
.content-page .application-item > p { margin-top: 16px; font-size: .9rem; color: var(--grey); line-height: 1.8; }
.content-page .application-item dl { display: grid; gap: 14px; margin-top: 22px; }
.content-page .application-item dt { color: var(--teal); font-size: .7rem; font-weight: 650; }
.content-page .application-item dd { margin: 4px 0 0; color: var(--grey); font-size: .8rem; line-height: 1.7; }
.content-page .about-portrait { margin: 0; padding: 25px; background: #e9f0f3; }
.content-page .about-portrait img { width: 100%; max-height: 420px; object-fit: cover; object-position: center 25%; }
.content-page .about-portrait figcaption { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 6px 15px; margin-top: 16px; color: var(--teal); font-size: .76rem; }
.content-page .about-copy p + p { margin-top: 18px; }
.content-page .about-details { align-items: start; }
.content-page .about-details .section-intro:first-child { margin-top: 0; }
.content-page .catalogue-intro { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: center; }
.content-page .catalogue-intro .lede { margin-top: 0; }
.content-page .contact-page-hero .page-intro-grid { grid-template-columns: 1.15fr 1fr; }
.content-page .contact-page-hero .home-founder { margin: 0; }
.content-page .contact-page-hero .home-founder h2 { font-size: 1.35rem; }
.content-page .contact-page-panels .home-contact { padding-top: 35px; }
.content-page .contact-detail-link { margin-top: 24px; font-size: .8rem; }
.content-page .form-layout { gap: 55px; grid-template-columns: .7fr 1.3fr; }
.content-page .form-panel { padding: 30px; border: 1px solid #cbd9e0; border-top: 3px solid var(--copper); background: #fff; box-shadow: none; }
.content-page .form-panel h2, .content-page .form-section h2 { font-size: 1.16rem; font-weight: 600; line-height: 1.3; letter-spacing: -.02em; }
.content-page .field label, .content-page .field > span { color: var(--teal); font: 600 .75rem/1.5 'Inter', sans-serif; letter-spacing: 0; text-transform: none; }
.content-page .field input, .content-page .field textarea, .content-page .field select { min-width: 0; border: 1px solid #c2d1d9; border-radius: 2px; background: #fbfcfd; font-size: .88rem; }
.content-page .field-grid { gap: 20px; }
.content-page .field { min-width: 0; }
.content-page .checkbox { font-size: .75rem; line-height: 1.7; }
.content-page .field-help, .content-page .privacy-note { font-size: .71rem; line-height: 1.7; }
.content-page .form-submit { margin-top: 24px; }
.content-page .numbered-item { padding-block: 22px; }
.content-page .numbered-item h3 { font-size: 1.14rem; line-height: 1.3; }
.content-page .numbered-item p { font-size: .85rem; line-height: 1.8; }
.content-page .upload-panel { width: min(calc(100% - 80px), 850px); margin-inline: auto; padding: 38px; border: 1px solid #cbd9e0; border-top: 3px solid var(--copper); background: #fff; }
.content-page .upload-panel h1 { font-size: clamp(1.9rem, 3.5vw, 3rem); }
.content-page .notice { padding: 20px; background: #f5f9fa; border-left: 3px solid var(--copper); font-size: .83rem; }
.content-page .article-feature { display: grid; grid-template-columns: .6fr 1.4fr; gap: 65px; padding-block: 12px 40px; border-bottom: 1px solid #cbd9e0; text-decoration: none; }
.knowledge-navigation { border-bottom: 1px solid #d3dfe5; background: #fff; }
.knowledge-navigation > div { display: flex; gap: 30px; }
.knowledge-navigation a { padding-block: 15px; border-bottom: 2px solid transparent; color: var(--grey); font-size: .75rem; text-decoration: none; }
.knowledge-navigation a[aria-current] { border-bottom-color: var(--copper); color: var(--teal); }
.article-back-link { display: block; margin-bottom: 20px; color: var(--grey); font-size: .75rem; text-decoration: none; }
.content-page .article-feature h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); }
.content-page .article-feature p { margin-top: 18px; color: var(--grey); font-size: .93rem; line-height: 1.8; }
.content-page .article-feature .text-link { display: inline-block; margin-top: 24px; }
.content-page .article-feature-label { padding: 28px; background: var(--teal); color: #fff; display: flex; flex-direction: column; justify-content: space-between; gap: 40px; min-height: 210px; }
.content-page .article-feature-label strong { font: 550 3rem/1.1 'Space Grotesk', sans-serif; letter-spacing: -.05em; }
.content-page .article-feature-label span { font-size: .75rem; }
.content-page .article-list { gap: 25px; margin-top: 32px; }
.content-page .article-card { min-width: 0; padding: 26px; border: 1px solid #cbd9e0; background: #fff; }
.content-page .article-card h2, .content-page .article-card h3 { font-size: 1.35rem; line-height: 1.3; letter-spacing: -.025em; }
.content-page .article-card p { font-size: .85rem; }
.content-page .article-card small, .content-page .article-card > span { font-size: .7rem; text-transform: none; letter-spacing: 0; }
.content-page .article-shell { grid-template-columns: minmax(0, 740px) 260px; gap: 65px; }
.content-page .article-aside { padding: 23px; border: 1px solid #cbd9e0; border-top: 3px solid var(--copper); background: #f5f9fa; box-shadow: none; }
.content-page .article-aside h2, .content-page .article-aside h3 { font-size: 1.2rem; }
.content-page .article-aside p { font-size: .81rem; }
.content-page .prose { font-size: 1rem; line-height: 1.9; }
.content-page .prose h2 { font-size: 1.9rem; line-height: 1.2; }
.content-page .prose h3 { font-size: 1.3rem; line-height: 1.3; }
.content-page .prose > :first-child { margin-top: 0; }
.content-page .article-guide-end { padding: 26px; margin-top: 35px; background: #f5f9fa; border: 1px solid #cbd9e0; }
.content-page .guide-list { gap: 26px; }
.content-page .guide-card > a { background: #eaf1f5; padding: 25px; }
.content-page .guide-card img { max-width: 210px; box-shadow: 7px 7px 0 #d3e0e7; }
.content-page .guide-card-copy { padding: 26px; }
.content-page .guide-card h2 { font-size: 1.65rem; }
.content-page .guide-card p { font-size: .88rem; line-height: 1.8; }
.content-page .guide-hero { padding-block: 50px; }
.content-page .guide-hero-grid { grid-template-columns: 1.4fr .7fr; gap: 80px; }
.content-page .guide-cover { width: 270px; max-height: 350px; object-fit: contain; transform: none; box-shadow: 9px 9px 0 #d3e0e7; }
.content-page .guide-previews { margin-top: 30px; gap: 25px; }
.content-page .guide-previews img { box-shadow: none; border: 1px solid #cbd9e0; }
.content-page .robot-catalog-grid { gap: 25px; margin-top: 30px; align-items: stretch; }
.content-page .robot-card { display: flex; flex-direction: column; border: 1px solid #cbd9e0; }
.content-page .robot-card-visual, .content-page .robot-card-visual.has-image { min-height: 265px; background: #eaf1f5; color: var(--teal); }
.content-page .robot-card-visual::after { display: none; }
.content-page .robot-card-visual img { height: 225px; filter: none; mix-blend-mode: normal; }
.content-page .robot-card-badges { top: 12px; left: 12px; right: auto; justify-content: start; max-width: calc(100% - 24px); }
.content-page .robot-card-badges span { padding: 4px 7px; font: 600 .6rem/1.4 'Inter', sans-serif; letter-spacing: 0; text-transform: none; }
.content-page .robot-card-body { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.content-page .robot-card h3 { font-size: 1.8rem; }
.content-page .robot-card h3 a { text-decoration: none; }
.content-page .robot-summary { color: var(--grey); font-size: .83rem; line-height: 1.75; }
.content-page .robot-recommendation { font-size: .87rem; line-height: 1.5; }
.content-page .robot-maker { font-size: .62rem; }
.content-page .robot-card-actions { margin-top: auto; padding-top: 22px; }
.content-page .robot-card-actions .button { width: 100%; }
.content-page .robot-price-block { background: #f5f9fa; border-color: #d1dfe6; }
.content-page .robot-price-block > strong { font-size: 1.22rem; }
.content-page .robot-price-heading { font-size: .68rem; text-transform: none; letter-spacing: 0; }
.content-page .robot-price-disclaimer, .content-page .robot-price-note { font-size: .68rem; line-height: 1.65; }
.content-page .robot-detail-hero { padding-block: 45px; background: #f5f9fa; color: var(--teal); }
.content-page .robot-detail-hero-grid { grid-template-columns: 1.25fr 1fr; gap: 70px; }
.content-page .robot-detail-hero .eyebrow { color: var(--copper); }
.content-page .robot-back-link { display: block; margin-bottom: 22px; color: var(--grey); font-size: .73rem; letter-spacing: 0; text-transform: none; }
.content-page .robot-detail-recommendation { color: var(--teal); font: 550 1.35rem/1.4 'Inter', sans-serif; margin-top: 18px; letter-spacing: -.025em; text-transform: none; }
.content-page .robot-detail-meta { color: var(--grey); font-size: .72rem; }
.content-page .robot-detail-meta span { color: var(--grey); border-color: #cbd9e0; font: 500 .7rem/1.5 'Inter', sans-serif; letter-spacing: 0; text-transform: none; }
.content-page .robot-detail-visual, .content-page .robot-detail-visual.has-image { min-height: 360px; background: #eaf1f5; border: 0; }
.content-page .robot-detail-visual img { min-height: 0; max-height: 360px; height: 340px; width: 100%; filter: none; }
.content-page .robot-detail-visual::before, .content-page .robot-detail-visual::after { display: none; }
.content-page .robot-detail-prices { gap: 20px; }
.content-page .robot-fit-column { padding: 27px; background: #fff; border: 1px solid #cbd9e0; }
.content-page .robot-fit-column li { font-size: .85rem; line-height: 1.7; }
.content-page .robot-spec-list { margin-top: 30px; }
.content-page .robot-spec-list dt, .content-page .robot-spec-list dd { font-size: .88rem; }
.content-page .robot-editorial-note p { font-size: .94rem; line-height: 1.8; }
.content-page .legal { max-width: 920px; font-size: .92rem; line-height: 1.85; }
.content-page .legal h1 { font-size: clamp(2.3rem, 4vw, 3.2rem); line-height: 1.1; }
.content-page .legal h2 { font-size: 1.55rem; margin-top: 35px; line-height: 1.3; }
.content-page .legal h3 { font-size: 1.16rem; margin-top: 26px; line-height: 1.4; }
.home-page .footer-column h2 { color: #fff; font-size: .75rem; line-height: 1.4; letter-spacing: .04em; }
@media (max-width: 1100px) {
    .content-page .container, .content-page .container-wide { width: calc(100% - 56px); }
    .content-page .page-intro-grid, .content-page .page-heading-row, .content-page .robot-detail-hero-grid { gap: 38px; }
    .content-page .article-shell { grid-template-columns: minmax(0, 1fr) 230px; gap: 35px; }
    .content-page .form-layout { gap: 30px; }
    .content-page .robot-catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .content-page .cta-band-inner { align-items: start; flex-direction: column; }
}
@media (max-width: 800px) {
    .content-page .catalogue-intro { grid-template-columns: 1fr; gap: 25px; }
    .content-page .section { padding-block: 50px; }
    .content-page .page-intro-grid, .content-page .page-heading-row, .content-page .contact-page-hero .page-intro-grid, .content-page .robot-detail-hero-grid { grid-template-columns: 1fr; gap: 30px; }
    .content-page .page-intro-image { height: 280px; }
    .content-page .page-heading-row > p { max-width: none; }
    .content-page .page-statements { grid-template-columns: 1fr; gap: 28px; }
    .content-page .page-statements h3 { margin-top: 12px; }
    .content-page .about-portrait { max-width: 450px; }
    .content-page .about-portrait img { max-height: 340px; }
    .content-page .form-layout, .content-page .article-shell { grid-template-columns: 1fr; }
    .content-page .article-aside { display: none; }
    .content-page .article-feature { grid-template-columns: .65fr 1fr; gap: 30px; }
    .content-page .guide-hero-grid { grid-template-columns: 1fr .6fr; gap: 35px; }
    .content-page .robot-detail-visual, .content-page .robot-detail-visual.has-image { min-height: 300px; }
    .content-page .robot-detail-visual img { height: 280px; }
    .content-page .upload-panel { width: calc(100% - 56px); }
}
@media (max-width: 600px) {
    .content-page .container, .content-page .container-wide { width: calc(100% - 40px); }
    .content-page .page-hero { padding-block: 34px; }
    .content-page h1.display, .content-page h1.section-title { font-size: clamp(2rem, 8vw, 2.85rem); }
    .content-page .lede { font-size: .93rem; }
    .content-page .section { padding-block: 42px; }
    .content-page .section-compact { padding-block: 32px; }
    .content-page .page-contact-actions { gap: 10px; flex-wrap: nowrap; }
    .content-page .page-contact-actions .button { min-width: 0; padding-inline: 10px; font-size: .73rem; }
    .content-page .cta-band .page-contact-actions { min-width: 0; width: 100%; }
    .content-page .cta-band-inner { gap: 25px; }
    .content-page .application-grid, .content-page .robot-catalog-grid { grid-template-columns: 1fr; }
    .content-page .article-feature, .content-page .guide-hero-grid { grid-template-columns: 1fr; gap: 27px; }
    .content-page .article-feature-label { min-height: 0; flex-direction: row; align-items: center; gap: 15px; padding: 20px; }
    .content-page .article-feature-label strong { font-size: 2rem; }
    .content-page .guide-cover { width: 210px; margin-inline: auto; }
    .content-page .form-panel { padding: 21px; }
    .content-page .upload-panel { width: calc(100% - 40px); padding: 24px 20px; }
    .content-page .field input, .content-page .field select, .content-page .field textarea { font-size: 1rem; }
    .content-page .split { gap: 28px; }
    .content-page .prose { font-size: .93rem; }
    .content-page .prose h2 { font-size: 1.6rem; }
    .content-page .robot-card-visual, .content-page .robot-card-visual.has-image { min-height: 240px; }
    .content-page .robot-card-visual img { height: 210px; }
}
