:root { --ink: #22312c; --deep: #29453b; --leaf: #628170; --paper: #fbfaf5; --sand: #e9e1d2; --warm: #e8ad5a; --line: #b7c3b9; --muted: #5c6c64; }
* { box-sizing: border-box; letter-spacing: 0; } html { scroll-behavior: smooth; } body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", Arial, sans-serif; line-height: 1.5; } a { color: inherit; text-decoration: none; } button, input, textarea, select { font: inherit; } button { cursor: pointer; } .wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.demo-note { min-height: 34px; display: flex; justify-content: space-between; align-items: center; padding: 0 max(24px, calc((100vw - 1180px) / 2)); color: #e6efe9; background: #1f342c; font-family: "DM Mono", monospace; font-size: 11px; } .demo-note a { text-decoration: underline; }
.site-header { min-height: 88px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 25px; align-items: center; } .logo { font-size: 17px; font-weight: 700; line-height: .83; } .logo b { color: #bd7540; } .site-header nav { display: flex; gap: 24px; font-size: 13px; font-weight: 700; } .header-cta { justify-self: end; min-height: 40px; display: inline-flex; align-items: center; border: 1px solid var(--deep); border-radius: 3px; padding: 8px 12px; font-size: 13px; font-weight: 700; }
.hero { display: grid; grid-template-columns: .86fr 1.14fr; min-height: 610px; align-items: stretch; } .hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 64px 6vw 64px 0; } .eyebrow { margin: 0 0 14px; color: #60786b; font-family: "DM Mono", monospace; font-size: 11px; font-weight: 500; } .hero h1, .section-intro h2, .how h2, .help h2, .visit h2 { margin: 0; font-family: "Space Grotesk", "DM Sans", Arial, sans-serif; font-size: clamp(45px, 5.2vw, 72px); font-weight: 600; line-height: .92; } .hero h1 span { color: #bd7540; } .hero-copy > p:last-of-type { max-width: 430px; margin: 27px 0; color: var(--muted); font-size: 17px; } .hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; } .button { min-height: 45px; display: inline-flex; width: fit-content; align-items: center; gap: 13px; border: 1px solid var(--deep); border-radius: 3px; padding: 10px 14px; color: #f7f4ea; background: var(--deep); font-size: 13px; font-weight: 700; } .button-warm { color: #2a3f36; background: var(--warm); border-color: var(--warm); } .text-link { border-bottom: 1px solid currentColor; padding-bottom: 3px; font-size: 13px; font-weight: 700; } .hero figure { position: relative; min-height: 480px; margin: 0; overflow: hidden; background: var(--sand); } .hero figure img { width: 100%; height: 100%; object-fit: cover; } .hero figcaption { position: absolute; right: 0; bottom: 0; padding: 10px 12px; color: var(--deep); background: var(--warm); font-family: "DM Mono", monospace; font-size: 10px; font-weight: 500; }
.signals { color: #e8f0eb; background: var(--deep); } .signal-grid { display: grid; grid-template-columns: repeat(3, 1fr); } .signal-grid article { min-height: 138px; display: grid; align-content: space-between; border-right: 1px solid #668477; padding: 23px 24px 23px 0; } .signal-grid article + article { padding-left: 24px; } .signal-grid article:last-child { border: 0; } .signal-grid b { color: #f1cb8d; font-size: 23px; } .signal-grid span { color: #c5d7cd; }
.cats { padding: 116px 0; } .section-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: end; margin-bottom: 34px; } .section-intro h2 { max-width: 550px; font-size: clamp(39px, 4.4vw, 58px); } .section-intro > p { max-width: 490px; margin: 0; color: var(--muted); font-size: 16px; } .profile-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; } .profile-filter { min-height: 38px; border: 1px solid var(--line); border-radius: 3px; padding: 8px 12px; color: #42564c; background: transparent; font-size: 12px; font-weight: 700; } .profile-filter.is-active { color: #f8f6ef; border-color: var(--deep); background: var(--deep); } .filter-message { min-height: 24px; margin: 0 0 20px; color: var(--muted); font-size: 13px; } .cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; } .cat-card { overflow: hidden; border: 1px solid var(--line); background: #fffefa; transition: transform 160ms ease, box-shadow 160ms ease; } .cat-card:hover { transform: translateY(-4px); box-shadow: 0 18px 32px rgba(34, 49, 44, .12); } .cat-card.is-filtered-out { display: none; } .cat-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; } .cat-card-body { display: grid; gap: 13px; padding: 20px; } .cat-card-body > div { display: flex; align-items: end; justify-content: space-between; gap: 12px; } .cat-code { margin: 0 0 4px; color: #71867a; font-family: "DM Mono", monospace; font-size: 10px; } .cat-card h3 { margin: 0; font-family: "Space Grotesk", "DM Sans", Arial, sans-serif; font-size: 31px; line-height: .95; } .cat-card-body > p { margin: 0; color: var(--muted); font-size: 14px; } .cat-card ul { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; list-style: none; } .cat-card li { border: 1px solid #c8d1c9; border-radius: 3px; padding: 4px 7px; color: #4f665a; font-size: 11px; font-weight: 700; } .cat-card a { width: fit-content; border-bottom: 1px solid currentColor; padding-bottom: 3px; color: var(--deep); font-size: 12px; font-weight: 700; }
.how { padding: 105px 0; color: #edf4ed; background: #3f6755; } .how .eyebrow { color: #d0e1d4; } .how-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; } .how ol { display: grid; margin: 0; padding: 0; list-style: none; border-top: 1px solid #9bb5a5; } .how li { display: grid; grid-template-columns: 58px 1fr; gap: 15px; border-bottom: 1px solid #9bb5a5; padding: 18px 0; } .how li > span { color: #f0c47c; font-family: "DM Mono", monospace; font-size: 11px; } .how h3 { margin: 0 0 7px; font-size: 21px; } .how li p { margin: 0; color: #d9e7de; }
.help { display: grid; grid-template-columns: .88fr 1.12fr; gap: 90px; padding: 112px 0; } .help h2, .visit h2 { font-size: clamp(39px, 4.4vw, 58px); } .help-list { border-top: 1px solid var(--line); } .help-list article { display: grid; grid-template-columns: 150px 1fr; gap: 20px; border-bottom: 1px solid var(--line); padding: 20px 0; } .help-list b { color: #bc7644; font-size: 18px; } .help-list span { color: var(--muted); }
.visit { color: #f1f6f1; background: #20372f; } .visit .eyebrow { color: #bdcfbf; } .visit-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; padding: 110px 0; } .visit-layout > div > p:last-child { max-width: 430px; color: #d1ded4; } .visit form { display: grid; gap: 13px; padding: 24px; color: #eaf0ea; border: 1px solid #668477; background: #29453b; } .visit label { display: grid; gap: 6px; font-size: 12px; font-weight: 700; } .visit input, .visit textarea, .visit select { width: 100%; border: 1px solid #7d9789; border-radius: 3px; padding: 10px; color: #edf4ed; background: transparent; } .visit select option { color: var(--ink); background: var(--paper); } .visit .button { width: 100%; justify-content: center; } .form-message { min-height: 20px; margin: 0; color: #d6e3d9; font-size: 12px; }
footer { padding: 26px 0; color: #d4e2d8; background: #1d3129; font-size: 12px; } footer .wrap { display: flex; justify-content: space-between; gap: 16px; }
@media (max-width: 760px) { .wrap { width: min(100% - 32px, 1180px); } .demo-note { padding: 0 16px; } .site-header { grid-template-columns: 1fr auto; } .site-header nav { display: none; } .hero, .section-intro, .cat-grid, .how-layout, .help, .visit-layout { grid-template-columns: 1fr; } .hero-copy { padding: 55px 0 40px; } .hero figure { min-height: 385px; } .signal-grid { grid-template-columns: 1fr; } .signal-grid article, .signal-grid article + article { min-height: auto; gap: 42px; border-right: 0; border-bottom: 1px solid #668477; padding: 23px 0; } .signal-grid article:last-child { border-bottom: 0; } .cats, .help { padding: 75px 0; } .section-intro, .how-layout, .help, .visit-layout { gap: 42px; } .how, .visit-layout { padding-top: 75px; padding-bottom: 75px; } .how-layout { padding-left: 0; padding-right: 0; } .visit-layout { display: grid; } .help-list article { grid-template-columns: 1fr; gap: 6px; } footer .wrap { display: grid; } }
