:root {
  --ink: #151915;
  --muted: #677067;
  --paper: #f6f7f0;
  --paper-deep: #e9ede0;
  --line: rgba(21, 25, 21, .14);
  --acid: #d7f66a;
  --acid-soft: #e7fbb2;
  --sky: #a7e6dc;
  --peach: #f7bc9d;
  --rose: #eb9e9e;
  --violet: #c8b9ec;
  --blue: #abd4f2;
  --dark: #151915;
  --dark-soft: #1d241d;
  --radius: 18px;
  --display: "Arial Narrow", "Aptos Display", Impact, sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 15px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.site-shell { overflow: hidden; }
.section-pad { padding-left: clamp(22px, 5vw, 80px); padding-right: clamp(22px, 5vw, 80px); }

.site-header { align-items: center; display: flex; justify-content: space-between; max-width: 1440px; margin: auto; padding: 27px clamp(22px, 5vw, 80px); position: relative; z-index: 5; }
.brand { align-items: center; display: inline-flex; font-size: 17px; font-weight: 800; letter-spacing: -.05em; gap: 10px; white-space: nowrap; }
.brand i { color: var(--muted); font-size: .78em; font-style: normal; font-weight: 500; letter-spacing: 0; margin: 0 2px; }
.brand-mark { align-items: center; background: var(--ink); border-radius: 8px; display: inline-flex; gap: 2px; height: 25px; justify-content: center; padding: 0 6px; transform: rotate(-4deg); width: 27px; }
.brand-mark span { background: var(--acid); border-radius: 5px; display: block; height: 9px; width: 2px; }
.brand-mark span:nth-child(2) { height: 15px; }.brand-mark span:nth-child(3) { height: 20px; }.brand-mark span:nth-child(4) { height: 12px; }
.site-nav { align-items: center; display: flex; gap: clamp(18px, 2.4vw, 38px); }
.site-nav > a { color: #4e574e; font-size: 13px; font-weight: 700; transition: color .2s ease; }
.site-nav > a:hover { color: var(--ink); }
.site-nav .nav-pill { background: var(--ink); border-radius: 100px; color: white; padding: 11px 16px; }
.site-nav .nav-pill span { color: var(--acid); padding-left: 8px; }
.menu-toggle { background: none; border: 0; display: none; font-size: 13px; font-weight: 700; }
.menu-toggle span { color: var(--muted); font-size: 18px; padding-left: 5px; }

.hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); gap: clamp(28px, 6vw, 100px); margin: auto; max-width: 1440px; min-height: 635px; padding-bottom: 70px; padding-top: 66px; }
.hero-copy { align-self: center; max-width: 635px; padding-bottom: 15px; }
.eyebrow, .section-kicker, .mini-label { color: #5d6b55; font-size: 10px; font-weight: 800; letter-spacing: .14em; margin: 0 0 22px; text-transform: uppercase; }
.eyebrow { align-items: center; display: flex; gap: 9px; }
.eyebrow-dot, .verified-badge span { background: #81bd47; border-radius: 50%; display: inline-block; height: 7px; width: 7px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 900; letter-spacing: -.065em; line-height: .95; }
h1 { font-size: clamp(56px, 7vw, 104px); margin-bottom: 29px; max-width: 720px; }
h1 em { color: #a8c846; font-style: normal; }
.hero-lede { color: #586058; font-size: clamp(16px, 1.55vw, 20px); line-height: 1.45; max-width: 560px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { align-items: center; border: 1px solid var(--ink); border-radius: 100px; display: inline-flex; font-size: 13px; font-weight: 800; gap: 20px; justify-content: space-between; padding: 14px 18px; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: white; min-width: 175px; }.button-primary span { color: var(--acid); }
.button-quiet { border-color: var(--line); color: #424b42; }.button-quiet span { color: #8b968b; }
.hero-note { align-items: center; color: #687268; display: flex; font-size: 11px; gap: 10px; margin-top: 34px; max-width: 410px; }
.note-icon { align-items: center; background: var(--acid); border-radius: 50%; color: var(--ink); display: inline-flex; font-size: 16px; height: 25px; justify-content: center; min-width: 25px; }

.signal-visual { align-self: center; aspect-ratio: 1 / .92; background: #dce8c8; border-radius: 46% 54% 52% 48% / 47% 44% 56% 53%; min-height: 450px; overflow: hidden; position: relative; transform: rotate(2deg); }
.signal-visual::after { background: linear-gradient(130deg, transparent 42%, rgba(255,255,255,.4) 42.2%, transparent 42.5%); content: ""; inset: 0; opacity: .65; position: absolute; }
.visual-grid { background-image: linear-gradient(rgba(23,35,24,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(23,35,24,.13) 1px, transparent 1px); background-size: 42px 42px; inset: -20px; mask-image: radial-gradient(circle at center, black 15%, transparent 73%); opacity: .4; position: absolute; }
.orb { border-radius: 50%; filter: blur(1px); position: absolute; }.orb-one { background: var(--acid); height: 240px; left: -80px; opacity: .55; top: 32px; width: 240px; }.orb-two { background: var(--peach); bottom: -110px; height: 280px; opacity: .7; right: -70px; width: 280px; }
.visual-ring { border: 1px solid rgba(21,25,21,.25); border-radius: 50%; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); }.ring-outer { height: 89%; width: 75%; }.ring-mid { border-color: rgba(21,25,21,.38); height: 66%; width: 56%; }.ring-inner { border-color: rgba(21,25,21,.45); height: 41%; width: 35%; }
.waveform { align-items: center; display: flex; gap: 4px; height: 108px; left: 8%; opacity: .75; position: absolute; top: 43%; transform: rotate(-11deg); width: 84%; z-index: 2; }
.waveform i { background: var(--ink); border-radius: 20px; display: block; height: 18%; width: 4px; }.waveform i:nth-child(2n) { height: 44%; background: #59664e; }.waveform i:nth-child(3n) { height: 74%; background: #292f26; }.waveform i:nth-child(5n) { height: 98%; background: #8ea74f; }.waveform i:nth-child(7n) { height: 32%; }
.visual-core { align-items: center; display: flex; flex-direction: column; left: 50%; position: absolute; text-align: center; top: 50%; transform: translate(-50%, -50%) rotate(-2deg); z-index: 3; width: 220px; }
.core-label, .core-caption { color: #53604f; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.visual-core strong { font-family: var(--display); font-size: clamp(38px, 4.5vw, 64px); letter-spacing: -.08em; line-height: .8; margin: 20px 0 14px; }.visual-core strong em { color: #9eb842; font-style: normal; }.core-caption { color: #77836f; font-size: 8px; }
.visual-tag { background: var(--ink); color: white; font-size: 9px; font-weight: 800; letter-spacing: .11em; padding: 9px 11px; position: absolute; text-transform: uppercase; z-index: 4; }.tag-top { right: 11%; top: 15%; transform: rotate(8deg); }.tag-bottom { bottom: 13%; left: 12%; transform: rotate(-8deg); }.tag-bottom::first-letter { color: var(--acid); }

.signal-strip { align-items: center; background: var(--ink); color: white; display: flex; gap: clamp(20px, 4vw, 68px); justify-content: center; min-height: 128px; }
.strip-item { align-items: baseline; display: flex; gap: 11px; white-space: nowrap; }.strip-item strong { font-family: var(--display); font-size: 38px; letter-spacing: -.06em; line-height: 1; }.strip-item strong span { color: var(--acid); }.strip-item > span { color: #a5afa1; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.strip-wide > span { max-width: 128px; white-space: normal; }.strip-line { background: rgba(255,255,255,.18); height: 31px; width: 1px; }

.section-divider { border-top: 1px solid var(--line); }
.map-section { padding-bottom: 115px; padding-top: 106px; }
.section-intro { align-items: end; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .6fr); gap: 40px; margin: auto auto 48px; max-width: 1280px; }.section-kicker { margin-bottom: 18px; }.section-intro h2, .rights-copy h2, .sources-header h2 { font-size: clamp(40px, 5vw, 72px); margin-bottom: 0; max-width: 720px; }.section-intro > p { color: #697369; font-size: 14px; margin-bottom: 3px; max-width: 390px; }
.map-toolbar { align-items: center; display: flex; justify-content: space-between; margin: auto auto 22px; max-width: 1280px; }.filter-tabs { align-items: center; display: flex; flex-wrap: wrap; gap: 5px; }.filter-tab { background: transparent; border: 1px solid transparent; border-radius: 100px; color: #758075; font-size: 11px; font-weight: 800; padding: 9px 13px; }.filter-tab:hover { color: var(--ink); }.filter-tab.is-active { background: var(--ink); color: white; }.search-box { align-items: center; border-bottom: 1px solid var(--line); color: #788278; display: flex; gap: 8px; max-width: 190px; padding: 6px 0; }.search-box span { font-size: 19px; line-height: 1; }.search-box input { background: transparent; border: 0; color: var(--ink); font-size: 11px; outline: none; width: 100%; }.search-box input::placeholder { color: #94a094; }
.tool-grid { display: grid; gap: 12px; grid-template-columns: repeat(3, 1fr); margin: auto; max-width: 1280px; }.tool-card { background: white; border: 1px solid var(--line); border-radius: var(--radius); display: flex; flex-direction: column; min-height: 247px; padding: 22px; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }.tool-card:hover { border-color: #9aad76; box-shadow: 0 12px 28px rgba(37, 51, 31, .08); transform: translateY(-3px); }.tool-card.is-hidden { display: none; }.card-top, .card-foot { align-items: center; display: flex; justify-content: space-between; }.card-number { color: #98a398; font-size: 10px; font-weight: 900; letter-spacing: .1em; }.status { border-radius: 100px; font-size: 9px; font-weight: 800; letter-spacing: .06em; padding: 5px 8px; text-transform: uppercase; }.status-amber { background: #fae3b8; color: #8c5a14; }.status-green { background: #d9f1b0; color: #4c761e; }.status-rose { background: #f8d9d5; color: #985650; }.status-blue { background: #d7edf9; color: #3f718a; }.status-violet { background: #e6def8; color: #705e99; }.tool-card h3 { font-family: var(--display); font-size: 31px; letter-spacing: -.055em; line-height: .95; margin: 28px 0 6px; }.card-tools { color: #7d8d69; font-size: 11px; font-weight: 800; margin-bottom: 15px; }.tool-card > p:not(.card-tools) { color: #687168; font-size: 12px; line-height: 1.45; margin-bottom: 20px; }.card-foot { border-top: 1px solid var(--line); color: #879187; font-size: 10px; font-weight: 700; margin-top: auto; padding-top: 13px; }.arrow { color: var(--ink); font-size: 16px; }.no-results { color: var(--muted); font-size: 14px; margin: 30px auto; max-width: 1280px; }

.evidence-section { background: #e1ead2; padding-bottom: 105px; padding-top: 100px; }.evidence-grid { display: grid; gap: 12px; grid-template-columns: 1.3fr .7fr .7fr; margin: auto; max-width: 1280px; }.evidence-card { background: white; border: 1px solid rgba(21,25,21,.13); border-radius: var(--radius); margin: 0; overflow: hidden; }.evidence-card a { background: #f2f4eb; display: block; overflow: hidden; }.evidence-card img { display: block; height: 245px; object-fit: cover; transition: transform .4s ease; width: 100%; }.evidence-card:hover img { transform: scale(1.025); }.evidence-feature img { height: 315px; object-position: center; }.evidence-square img { object-position: center; }.evidence-suno img { object-position: center; image-rendering: auto; }.evidence-card figcaption { align-items: baseline; display: flex; gap: 9px; justify-content: space-between; padding: 14px 16px 15px; }.evidence-card figcaption span { font-family: var(--display); font-size: 20px; letter-spacing: -.05em; }.evidence-card figcaption em { color: #7b867c; font-size: 9px; font-style: normal; font-weight: 800; text-align: right; }.asset-note { color: #647063; font-size: 10px; margin: 18px auto 0; max-width: 1280px; }.asset-note span { color: #758b55; font-weight: 900; letter-spacing: .1em; padding-right: 10px; }.asset-note a { border-bottom: 1px solid #9aaa8e; font-weight: 800; }
.workflow-section { background: var(--paper-deep); padding-bottom: 110px; padding-top: 100px; }.workflow-line { display: grid; grid-template-columns: repeat(6, 1fr); margin: auto; max-width: 1280px; position: relative; }.workflow-line::before { background: #bcc7b7; content: ""; height: 1px; left: 7%; position: absolute; right: 7%; top: 44px; }.workflow-step { padding: 0 13px; position: relative; }.step-no { color: #8d998b; font-size: 10px; font-weight: 800; letter-spacing: .1em; }.step-icon { align-items: center; background: var(--paper-deep); border: 1px solid #aebaac; border-radius: 50%; display: flex; font-size: 20px; height: 55px; justify-content: center; margin: 16px 0 25px; position: relative; width: 55px; z-index: 1; }.is-highlighted .step-icon { background: var(--ink); border-color: var(--ink); color: var(--acid); }.workflow-step h3 { font-family: var(--display); font-size: 20px; letter-spacing: -.05em; line-height: 1; margin-bottom: 10px; }.workflow-step p { color: #717d71; font-size: 11px; line-height: 1.45; max-width: 150px; }

.rights-section { background: var(--dark); color: white; padding-bottom: 105px; padding-top: 106px; }.rights-layout { display: grid; gap: clamp(40px, 7vw, 120px); grid-template-columns: minmax(270px, .75fr) minmax(420px, 1fr); margin: auto auto 60px; max-width: 1280px; }.rights-copy .section-kicker { color: var(--acid); }.rights-copy h2 { color: white; margin-bottom: 25px; }.rights-copy > p:not(.section-kicker) { color: #a4afa3; font-size: 15px; max-width: 360px; }.text-link { border-bottom: 1px solid #647160; color: var(--acid); display: inline-flex; font-size: 11px; font-weight: 800; gap: 15px; margin-top: 20px; padding-bottom: 7px; }.rights-cards { display: flex; flex-direction: column; gap: 10px; }.rights-card { align-items: flex-start; background: var(--dark-soft); border: 1px solid rgba(255,255,255,.12); border-radius: 13px; display: grid; gap: 18px; grid-template-columns: 32px 1fr 22px; padding: 20px 22px; }.rights-index { color: var(--acid); font-size: 10px; font-weight: 800; padding-top: 4px; }.rights-card h3 { font-family: var(--display); font-size: 26px; letter-spacing: -.055em; line-height: 1; margin-bottom: 5px; }.rights-card p { color: #9ca99b; font-size: 12px; line-height: 1.45; margin: 0; max-width: 470px; }.rights-mark { color: #879583; font-size: 19px; padding-top: 1px; text-align: right; }.checklist-card { background: var(--acid); border-radius: var(--radius); color: var(--ink); margin: auto; max-width: 1280px; padding: 28px 30px 30px; }.checklist-head { align-items: end; display: flex; justify-content: space-between; margin-bottom: 24px; }.mini-label { color: #5a6d40; font-size: 9px; margin-bottom: 10px; }.checklist-head h3 { font-family: var(--display); font-size: 29px; letter-spacing: -.055em; line-height: 1; margin: 0; }.check-count { font-size: 11px; font-weight: 800; }.check-items { display: grid; gap: 10px 22px; grid-template-columns: repeat(3, 1fr); }.check-items label { align-items: flex-start; cursor: pointer; display: flex; gap: 10px; font-size: 11px; line-height: 1.35; }.check-items input { accent-color: var(--ink); height: 15px; margin: 0; width: 15px; }.check-items label:has(input:checked) span { opacity: .45; text-decoration: line-through; }

.chooser-section { padding-bottom: 115px; padding-top: 106px; }.chooser-layout { display: grid; gap: 11px; grid-template-columns: minmax(220px, .47fr) minmax(0, 1fr); margin: auto; max-width: 1280px; }.chooser-tabs { display: flex; flex-direction: column; gap: 5px; }.chooser-tab { align-items: center; background: transparent; border: 1px solid var(--line); border-radius: 10px; color: #6a756b; display: flex; font-size: 12px; font-weight: 800; justify-content: space-between; padding: 15px 17px; text-align: left; }.chooser-tab span { font-size: 18px; font-weight: 400; }.chooser-tab.is-active, .chooser-tab:hover { background: var(--ink); border-color: var(--ink); color: white; }.chooser-tab.is-active span { color: var(--acid); }.usecase-result { background: white; border: 1px solid var(--line); border-radius: var(--radius); min-height: 280px; padding: clamp(24px, 4vw, 43px); position: relative; }.result-kicker { color: #7c9662; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.usecase-result h3 { font-family: var(--display); font-size: clamp(39px, 5vw, 67px); letter-spacing: -.07em; line-height: .9; margin: 13px 0 18px; max-width: 460px; }.usecase-result p { color: #687268; font-size: 14px; max-width: 530px; }.result-stack { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 25px; }.result-stack span { background: var(--paper-deep); border-radius: 100px; color: #576255; font-size: 10px; font-weight: 800; padding: 7px 10px; }.result-foot { bottom: 30px; color: #8d998e; font-size: 10px; font-weight: 800; position: absolute; right: 34px; }

.frontier-section { background: #ecf1df; padding-bottom: 110px; padding-top: 106px; }.frontier-grid { display: grid; gap: 12px; grid-template-columns: repeat(3, 1fr); margin: auto auto 55px; max-width: 1280px; }.frontier-card { border-radius: var(--radius); min-height: 280px; padding: 26px; }.frontier-now { background: var(--acid); }.frontier-early { background: var(--peach); }.frontier-experimental { background: var(--sky); }.frontier-status { align-items: center; display: flex; font-size: 10px; font-weight: 800; gap: 8px; letter-spacing: .07em; text-transform: uppercase; }.frontier-status span { background: var(--ink); border-radius: 50%; height: 7px; width: 7px; }.frontier-card h3 { font-family: var(--display); font-size: 38px; letter-spacing: -.06em; line-height: .9; margin: 70px 0 15px; max-width: 250px; }.frontier-card p { color: #465348; font-size: 13px; max-width: 280px; }.frontier-trend { border-top: 1px solid rgba(21,25,21,.2); font-size: 10px; font-weight: 800; margin-top: 25px; padding-top: 12px; }.pull-quote { border-top: 1px solid rgba(21,25,21,.22); display: grid; grid-template-columns: 50px 1fr 190px; gap: 20px; margin: auto; max-width: 1280px; padding-top: 23px; }.quote-mark { font-family: Georgia, serif; font-size: 54px; line-height: .7; }.pull-quote p { font-family: var(--display); font-size: clamp(23px, 2.3vw, 35px); letter-spacing: -.05em; line-height: 1.02; max-width: 800px; }.quote-source { align-self: end; color: #687468; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.sources-section { background: var(--paper); padding-bottom: 75px; padding-top: 105px; }.sources-header { align-items: end; display: flex; justify-content: space-between; margin: auto auto 46px; max-width: 1280px; }.sources-header h2 { font-size: clamp(37px, 4.7vw, 65px); max-width: 700px; }.verified-badge { align-items: center; color: #697569; display: flex; font-size: 10px; font-weight: 800; gap: 8px; letter-spacing: .08em; margin-bottom: 4px; text-transform: uppercase; white-space: nowrap; }.source-grid { display: grid; gap: 0 12px; grid-template-columns: repeat(4, 1fr); margin: auto; max-width: 1280px; }.source-link { border-top: 1px solid var(--line); display: flex; flex-direction: column; min-height: 150px; padding: 17px 0; transition: background .2s ease; }.source-link:hover { color: #65803d; }.source-link > span { color: #9ba69a; font-size: 10px; font-weight: 800; margin-bottom: 27px; }.source-link strong { font-family: var(--display); font-size: 22px; letter-spacing: -.05em; line-height: .9; }.source-link em { color: #778177; font-size: 10px; font-style: normal; margin-top: 7px; }.source-footer { align-items: center; border-top: 1px solid var(--line); display: flex; justify-content: space-between; margin: 40px auto 0; max-width: 1280px; padding-top: 18px; }.source-footer p, .source-footer span { color: #829082; font-size: 11px; }.source-footer p { margin: 0; }.source-footer a { border-bottom: 1px solid #9dac93; color: var(--ink); font-weight: 800; }
.site-footer { align-items: end; background: var(--ink); color: white; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; padding-bottom: 47px; padding-top: 47px; }.footer-brand p { color: #909d8e; font-size: 11px; line-height: 1.35; margin: 18px 0 0; }.footer-links { align-items: center; display: flex; gap: 22px; justify-content: center; }.footer-links a { color: #a1ada0; font-size: 11px; font-weight: 700; }.footer-links a:hover { color: var(--acid); }.footer-domain { display: flex; flex-direction: column; justify-self: end; text-align: right; }.footer-domain span, .footer-domain small { color: #788578; font-size: 9px; }.footer-domain strong { color: var(--acid); font-size: 13px; margin: 3px 0; }

@media (max-width: 1040px) {
  .hero { grid-template-columns: 1fr 1fr; gap: 30px; }.signal-visual { min-height: 385px; }
  .strip-item { flex-direction: column; gap: 2px; }.strip-wide { flex-direction: row; }.strip-wide > span { max-width: 115px; }
  .workflow-line { grid-template-columns: repeat(3, 1fr); row-gap: 35px; }.workflow-line::before { display: none; }.workflow-step { border-top: 1px solid #bcc7b7; padding-top: 17px; }.step-icon { margin-top: 10px; }
}
@media (max-width: 760px) {
  .site-header { padding-bottom: 20px; padding-top: 20px; }.menu-toggle { display: block; }.site-nav { background: var(--paper); border-bottom: 1px solid var(--line); display: none; flex-direction: column; gap: 20px; left: 0; padding: 24px; position: absolute; right: 0; top: 70px; }.site-nav.is-open { display: flex; }.site-nav .nav-pill { width: 100%; }
  .hero { display: flex; flex-direction: column; min-height: 0; padding-bottom: 48px; padding-top: 40px; }.hero-copy { max-width: none; }.signal-visual { margin: 6px auto 0; max-width: 520px; min-height: 350px; width: 100%; }.visual-core strong { font-size: 52px; }
  .signal-strip { align-items: flex-start; flex-wrap: wrap; gap: 20px 25px; justify-content: flex-start; padding-bottom: 28px; padding-top: 28px; }.strip-line { display: none; }.strip-item { flex-direction: row; }.strip-item strong { font-size: 31px; }.strip-item > span { font-size: 9px; }.strip-wide { width: 100%; }
  .section-intro { display: block; }.section-intro > p { margin-top: 22px; }.map-section, .evidence-section, .workflow-section, .chooser-section, .frontier-section, .sources-section, .rights-section { padding-bottom: 75px; padding-top: 72px; }.map-toolbar { align-items: flex-start; flex-direction: column; gap: 16px; }.search-box { max-width: none; width: 100%; }.tool-grid, .evidence-grid, .frontier-grid { grid-template-columns: 1fr; }.tool-card { min-height: 218px; }.evidence-feature img, .evidence-card img { height: 245px; }
  .workflow-line { grid-template-columns: repeat(2, 1fr); }.rights-layout { display: block; }.rights-cards { margin-top: 42px; }.check-items { grid-template-columns: 1fr; }.checklist-head { align-items: flex-start; flex-direction: column; gap: 15px; }.chooser-layout { grid-template-columns: 1fr; }.usecase-result { min-height: 310px; }.result-foot { bottom: 22px; left: 25px; right: auto; }.pull-quote { display: block; }.quote-source { display: block; margin-top: 25px; }.sources-header { align-items: flex-start; flex-direction: column; gap: 25px; }.source-grid { grid-template-columns: repeat(2, 1fr); }.source-footer { align-items: flex-start; flex-direction: column; gap: 8px; }.site-footer { display: flex; flex-direction: column; }.footer-links { align-items: flex-start; flex-wrap: wrap; justify-content: flex-start; }.footer-domain { align-self: flex-start; text-align: left; }
}
@media (max-width: 440px) { h1 { font-size: 56px; }.hero-actions { align-items: stretch; flex-direction: column; }.button { justify-content: space-between; }.workflow-line { grid-template-columns: 1fr 1fr; }.rights-card { gap: 10px; grid-template-columns: 25px 1fr; }.rights-mark { display: none; }.source-grid { grid-template-columns: 1fr 1fr; }.source-link strong { font-size: 18px; } }
