@font-face { font-family: BLCDisplay; src: url('/assets/Display.ttf') format('truetype'); font-weight: 700; font-display: swap; }
@font-face { font-family: BLCBody; src: url('/assets/Body.ttf') format('truetype'); font-weight: 400; font-display: swap; }
.brand-with-crest { display: inline-flex; align-items: center; gap: .75rem; }
.brand-with-crest img { object-fit: contain; flex: 0 0 52px; }
.bar { justify-content: space-between; }
.site-footer { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.site-footer nav a { color: inherit; }
.marketing { background: #2d3340; color: #faf8f2; font-family: BLCBody, system-ui, sans-serif; }
.marketing a { color: #acd2c3; }
.marketing .brand, .marketing nav a { color: #faf8f2; }
.marketing header { border-top-color: #e8333c; }
.marketing-main { max-width: none; padding: 0; }
.hero { max-width: 72rem; margin: auto; padding: 3rem 2rem 4.5rem; display: grid; grid-template-columns: minmax(0,1.6fr) minmax(0,1fr); align-items: center; gap: 4rem; }
.eyebrow { font-size: .85rem; font-weight: 700; letter-spacing: .13em; }
.hero h1 { font: 700 clamp(3.4rem, 6.8vw, 5.9rem)/1.04 BLCDisplay, system-ui, sans-serif; letter-spacing: -.055em; margin: 1.6rem 0; }
.hero h1 span { color: #acd2c3; }
.hero-description { font-size: 1.2rem; max-width: 34rem; line-height: 1.65; }
.hero-values { color: #bec4cd; max-width: 31rem; }
.marketing .light-button { background: #faf8f2; color: #2d3340; margin: 1.3rem 1.3rem .5rem 0; text-decoration: none; }
.quiet-link { display: inline-block; font-size: 1rem; }
.hero-capture { justify-self: center; width: min(100%,16rem); margin: 0; }
.hero-capture img { width: 100%; height: auto; display: block; border: 5px solid #4c5667; border-radius: 1.5rem; box-shadow: 0 24px 70px #14182066; }
.hero-capture figcaption { text-align: center; font-size: .9rem; color: #bec4cd; margin-top: 1rem; }
.features { padding: 4rem max(2rem, calc((100vw - 68rem)/2)); background: #faf8f2; color: #2d3340; }
.features h2, .origin h2 { font-family: BLCDisplay, system-ui, sans-serif; font-size: clamp(2rem,4vw,3rem); line-height: 1.15; letter-spacing: -.04em; margin: .7rem 0 2.3rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 2.3rem; }
.feature-number { color: #007749; font-weight: 700; }
.feature-grid h3 { font-family: BLCDisplay, system-ui, sans-serif; font-size: 1.35rem; margin-top: .8rem; }
.feature-note { color: #586170; font-size: .9rem; margin-top: 2rem; }
.origin { max-width: 72rem; padding: 4.5rem 2rem; margin: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; }
.origin p:not(.eyebrow) { color: #d9dee5; font-size: 1.1rem; }
.marketing .site-footer { border-color: #4b5360; color: #bec4cd; }
.marketing .site-footer a { color: #bec4cd; }
.marketing .skip { color: #2d3340; }
@media (max-width: 760px) { .hero { grid-template-columns: 1fr; gap: 2.8rem; padding-top: 2rem; } .hero h1 { font-size: clamp(3rem,11vw,5.2rem); } .hero-capture { width: min(70%,16rem); } .feature-grid, .origin { grid-template-columns: 1fr; gap: 1.6rem; } .origin h2 { margin-bottom: .4rem; } }
@media (max-width: 480px) { .hero, .features, .origin { padding-left: 1.25rem; padding-right: 1.25rem; } .brand-with-crest img { width: 42px; height: 42px; flex-basis: 42px; } }
@media print { .marketing { color: #2d3340; background: white; } .hero { display: block; padding: 0; } .hero-capture { display: none; } .hero h1 span, .hero-values, .origin p:not(.eyebrow) { color: inherit; } }
