@font-face {
  font-family: Epilogue;
  src: url('/assets/fonts/epilogue-variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --rd-ink: #151a52;
  --rd-muted: #555875;
  --rd-paper: #fff;
  --rd-white: #fff;
  --rd-blue: #151a52;
  --rd-red: #ce242b;
  --rd-orange: #ce242b;
  --rd-line: #e3e3ee;
  --rd-soft: #f3f3f9;
}
.rd-site { margin: 0; background: var(--rd-paper); color: var(--rd-ink); font-family: Epilogue, 'Microsoft YaHei', 'PingFang SC', sans-serif; line-height: 1.7; -webkit-font-smoothing: antialiased; }
.rd-site * { box-sizing: border-box; }
.rd-site a { color: inherit; text-decoration: none; }
.rd-site img { max-width: 100%; }
.rd-site button, .rd-site input, .rd-site select, .rd-site textarea { font: inherit; }
.rd-site button, .rd-site summary { cursor: pointer; }
.rd-site [hidden] { display: none !important; }
.rd-site :focus-visible { outline: 3px solid #e98a11; outline-offset: 5px; }
.rd-site h1, .rd-site h2, .rd-site h3, .rd-site p { margin-top: 0; }
.rd-site h1, .rd-site h2, .rd-site h3 { font-weight: 750; }
.rd-site p { color: var(--rd-muted); }
.rd-wrap { width: calc(100% - 96px); max-width: 1240px; margin-inline: auto; }
.rd-skip { position: fixed; top: -100px; left: 24px; z-index: 1000; background: white; padding: 12px; }
.rd-skip:focus { top: 8px; }
.rd-header { position: sticky !important; top: 0 !important; z-index: 50 !important; background: #fff !important; width: 100%; box-shadow: 0 1px 12px #151a5205 !important; border: 0; }
.rd-header-inner { display: flex; justify-content: space-between; align-items: center; min-height: 105px; gap: 25px; }
.rd-brand { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.rd-brand-mark { position: relative; width: 60px; height: 60px; border-radius: 50%; background: var(--rd-ink); color: #fff; display: grid; place-items: center; font-size: 19px; font-weight: 800; letter-spacing: -.06em; border-bottom: 6px solid var(--rd-red); }
.rd-brand-mark > span { position: absolute; right: -6px; top: 1px; border-radius: 50%; background: var(--rd-red); width: 25px; height: 25px; font-size: 14px; display: grid; place-items: center; }
.rd-brand strong { display: block; font-size: 17px; line-height: 1.5; font-weight: 800; }
.rd-brand small { display: block; font-size: 8px; letter-spacing: .16em; margin-top: 3px; }
.rd-navigation { display: flex; align-items: center; gap: 25px; font-size: 13px; font-weight: 700; }
.rd-navigation > a:not(.rd-button) { padding: 10px 0; white-space: nowrap; }
.rd-navigation a:hover, .rd-navigation a[aria-current] { color: var(--rd-red); }
.rd-language { border-left: 1px solid var(--rd-line); padding-left: 20px !important; }
.rd-menu-button { display: none; border: 0; color: white; background: var(--rd-red); border-radius: 8px; padding: 8px 12px; font-size: 14px; }
.rd-button { display: inline-flex; justify-content: space-between; align-items: center; gap: 22px; min-height: 55px; padding: 9px 10px 9px 25px; background: var(--rd-ink); color: #fff !important; border: 0; border-radius: 99px; font-size: 14px; font-weight: 700; line-height: 1.4; transition: background .2s, transform .2s; text-align: left; }
.rd-button:hover { background: var(--rd-red); transform: translateY(-2px); }
.rd-button > span, .rd-circle-arrow { width: 36px; height: 36px; border-radius: 50%; display: inline-grid; place-items: center; background: #fff; color: var(--rd-ink); font-size: 25px; line-height: 1; font-weight: 500; flex: 0 0 auto; }
.rd-button-small { min-height: 48px; padding: 7px 8px 7px 20px; font-size: 12px; gap: 15px; }
.rd-button-small > span { width: 32px; height: 32px; font-size: 22px; }
.rd-navigation > .rd-button, .rd-button-red { background: var(--rd-red); }
.rd-navigation > .rd-button:hover, .rd-button-red:hover { background: var(--rd-ink); }
.rd-button-light { background: #fff; color: var(--rd-ink) !important; }
.rd-button-light > span { background: var(--rd-red); color: #fff; }
.rd-button-light:hover { background: #ececf7; }
.rd-text-link { display: inline-flex; gap: 15px; align-items: center; font-size: 14px; font-weight: 700; padding-block: 8px; border-bottom: 1px solid var(--rd-line); }
.rd-text-link:hover { color: var(--rd-red); }
.rd-eyebrow { display: block; font-size: 10px; font-weight: 700; letter-spacing: .14em; margin-bottom: 18px; color: var(--rd-red); }
.rd-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }

/* American agency language: centered type, star field and staggered image cards. */
.rd-home-intro { position: relative; overflow: hidden; isolation: isolate; padding-bottom: 90px; background: linear-gradient(#fff 25%, #f7f7fa 50%, #ddddE8); }
.rd-starfield { position: absolute; z-index: -1; top: 390px; bottom: -130px; left: -5%; width: 110%; display: grid; grid-template-columns: repeat(6, 1fr); align-content: space-around; gap: 20px 35px; color: #ffffff70; pointer-events: none; overflow: hidden; }
.rd-starfield span { font-size: clamp(75px, 11vw, 170px); line-height: 1.2; text-align: center; transform: rotate(-18deg); }
.rd-starfield span:nth-child(3n) { transform: rotate(18deg); }
.rd-hero { text-align: center; padding-block: 83px 68px; }
.rd-hero-brand { font-size: 34px; line-height: 1.3; font-weight: 700; letter-spacing: -.045em; margin-bottom: 24px; }
.rd-hero h1 { font-size: clamp(45px, 5.25vw, 76px); line-height: 1.2; letter-spacing: -.055em; max-width: 1160px; margin: 0 auto 33px; }
:lang(zh-CN) .rd-hero h1 { line-height: 1.35; letter-spacing: -.045em; font-weight: 800; }
.rd-hero-copy > p { font-size: 23px; line-height: 1.6; color: var(--rd-ink); margin: 0 auto 35px; }
.rd-hero .rd-actions { justify-content: center; }
.rd-feature-collage { display: grid; grid-template-columns: 1fr 1.12fr 1fr; grid-template-rows: 155px 175px; align-items: start; gap: 23px; max-width: 1110px; }
.rd-feature { position: relative; display: flex; background: #fff; border-radius: 25px; padding: 18px; box-shadow: 0 9px 35px #151a5216; transition: transform .25s, box-shadow .25s; min-width: 0; }
.rd-feature:hover { transform: translateY(-5px); box-shadow: 0 15px 40px #151a5226; }
.rd-feature-art { position: relative; min-width: 0; }
.rd-feature-art img { display: block; width: 100%; height: 160px; object-fit: cover; border-radius: 20px; }
.rd-feature-art .rd-circle-arrow { position: absolute; right: 14px; bottom: -15px; color: #fff; background: var(--rd-red); width: 42px; height: 42px; }
.rd-feature h2 { font-size: 22px; letter-spacing: -.04em; line-height: 1.4; margin-bottom: 9px; }
.rd-feature p { font-size: 12px; line-height: 1.75; color: var(--rd-ink); margin: 0; }
.rd-feature-records { grid-column: 1; grid-row: 1 / 3; margin-top: 34px; flex-direction: column; }
.rd-feature-records .rd-feature-copy { padding: 27px 2px 7px; }
.rd-feature-buyers { grid-column: 2; grid-row: 1; gap: 17px; align-items: center; }
.rd-feature-buyers .rd-feature-art { width: 95px; flex: 0 0 auto; }
.rd-feature-buyers .rd-feature-art img { height: 116px; object-fit: cover; }
.rd-feature-buyers .rd-circle-arrow { width: 32px; height: 32px; right: 7px; bottom: 7px; font-size: 23px; }
.rd-feature-buyers h2 { font-size: 20px; }
.rd-feature-sample { grid-column: 3; grid-row: 1 / 3; flex-direction: column; }
.rd-feature-sample .rd-feature-art { order: 2; margin-top: 17px; }
.rd-feature-sample .rd-feature-art .rd-circle-arrow { bottom: 12px; }
.rd-feature-sample .rd-feature-copy { padding: 2px 3px 0; }
.rd-feature-industries { grid-column: 2; grid-row: 2; gap: 20px; align-items: center; min-height: 160px; margin-left: -23px; margin-right: -20px; z-index: 1; padding: 20px; }
.rd-industry-orbit { display: grid; place-items: center; border-radius: 50%; background: #20c6bc; color: #ffffff90; font-size: 72px; width: 106px; height: 106px; flex: 0 0 auto; line-height: 1; }
.rd-feature-industries > .rd-circle-arrow { position: absolute; left: 86px; bottom: 18px; background: var(--rd-red); color: #fff; width: 34px; height: 34px; }
.rd-feature-industries h2 { font-size: 21px; }
.rd-mission { padding-top: 80px; }
.rd-mission-inner { background: var(--rd-red); color: white; padding: 54px 55px; border-radius: 38px; text-align: center; }
.rd-mission h2 { font-size: clamp(30px, 3.6vw, 48px); line-height: 1.35; letter-spacing: -.045em; margin-bottom: 23px; }
.rd-mission h2 br { display: block; }
.rd-mission p { color: #fff; max-width: 740px; margin: 0 auto 28px; font-size: 19px; line-height: 1.7; }
.rd-mission .rd-button { background: var(--rd-ink); }
.rd-mission .rd-button:hover { background: #303572; }
.rd-section { padding-block: 95px; }
.rd-section-heading { display: flex; justify-content: space-between; gap: 40px; align-items: flex-end; margin-bottom: 46px; }
.rd-section-heading h2, .rd-faq-section h2, .rd-cta h2, .rd-data-explain h2 { font-size: clamp(30px, 3.3vw, 46px); line-height: 1.3; letter-spacing: -.045em; margin-bottom: 0; }
.rd-section-heading > p { max-width: 400px; font-size: 16px; margin-bottom: 0; }
.rd-heading-center { display: block; text-align: center; }
.rd-heading-center .rd-eyebrow { margin-bottom: 13px; }
.rd-heading-center > p { max-width: 680px; margin: 22px auto 0; font-size: 20px; color: var(--rd-ink); }
.rd-service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; max-width: 1110px; margin-inline: auto; }
.rd-service-card { display: flex; flex-direction: column; min-height: 310px; padding: 35px 40px; border: 2px solid var(--rd-line); border-radius: 28px; background: #fff; transition: border-color .2s, transform .2s; }
.rd-service-card:hover { border-color: var(--rd-red); transform: translateY(-3px); }
.rd-card-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.rd-service-number { color: var(--rd-red); font-size: 32px; line-height: 1; font-weight: 600; letter-spacing: -.05em; }
.rd-card-top > span:last-child { font-size: 10px; letter-spacing: .1em; color: var(--rd-muted); font-weight: 600; }
.rd-service-card h3 { font-size: 29px; line-height: 1.35; letter-spacing: -.035em; margin-bottom: 15px; }
.rd-service-card p { font-size: 14px; line-height: 1.85; margin-bottom: 23px; }
.rd-service-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: auto; font-size: 12px; font-weight: 700; }
.rd-service-bottom .rd-circle-arrow { background: var(--rd-ink); color: white; }
.rd-home-sample { background: var(--rd-soft); padding-block: 75px; }
.rd-data-explain { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; padding-top: 60px; }
.rd-home-sample .rd-data-explain { padding-top: 0; }
.rd-data-explain h2 { margin-bottom: 25px; }
.rd-data-explain > div > p { font-size: 16px; line-height: 1.9; margin-bottom: 25px; }
.rd-data-explain .rd-small-note { font-size: 11px; margin: 20px 0 0; }
.rd-data-window { background: var(--rd-ink); color: white; border-radius: 24px; box-shadow: 0 14px 35px #151a5217; border: 1px solid #393d70; overflow: hidden; min-width: 0; }
.rd-window-top { display: flex; align-items: center; justify-content: space-between; padding: 17px 26px; border-bottom: 1px solid #393d70; font-size: 9px; color: #c2c4de; letter-spacing: .12em; }
.rd-window-top > span:first-child { display: flex; gap: 6px; }
.rd-window-top i { width: 6px; height: 6px; border: 1px solid #a1a4c8; border-radius: 50%; }
.rd-window-body { padding: 27px 26px 20px; }
.rd-window-title { display: flex; gap: 10px; justify-content: space-between; align-items: flex-start; }
.rd-window-title .rd-eyebrow { color: #b7bbdf; font-size: 9px; margin-bottom: 6px; }
.rd-window-title h2 { color: #fff; font-size: 22px; line-height: 1.4; margin-bottom: 24px; }
.rd-example { font-size: 8px; border: 1px solid #787ca7; border-radius: 20px; padding: 4px 9px; white-space: nowrap; }
.rd-data-tabs { display: flex; gap: 19px; border-bottom: 1px solid #3d4175; margin-bottom: 6px; }
.rd-data-tabs button { color: #bcc0e2; background: none; border: 0; padding: 10px 0; font-size: 10px; white-space: nowrap; border-bottom: 2px solid transparent; }
.rd-data-tabs button[aria-selected=true] { color: #fff; border-color: #ffad35; }
.rd-data-window [role=tabpanel] { min-height: 244px; }
.rd-field { padding: 17px 0; border-bottom: 1px solid #34396b; display: flex; flex-direction: column; gap: 4px; }
.rd-field > span { font-size: 8px; letter-spacing: .12em; color: #a7acd5; }
.rd-field strong { font-size: 13px; font-weight: 500; }
.rd-field small { font-size: 10px; color: #b9bfdf; }
.rd-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.rd-window-foot { display: flex; align-items: center; gap: 7px; font-size: 9px; color: #bdc3df; padding-top: 15px; }
.rd-status-dot { width: 5px; height: 5px; background: #20c6bc; border-radius: 50%; display: inline-block; }
.rd-process-section { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 70px; }
.rd-process-section > .rd-heading-center { text-align: left; position: sticky; top: 145px; margin: 0; }
.rd-process-section > .rd-heading-center p { font-size: 18px; line-height: 1.9; margin: 25px 0; }
.rd-process-rows { display: flex; flex-direction: column; gap: 28px; }
.rd-process-row { position: sticky; top: 125px; padding: 22px; background: #fff; border: 2px solid var(--rd-line); border-radius: 28px; box-shadow: 0 -7px 0 #fff; }
.rd-process-row:nth-child(2) { top: 148px; }
.rd-process-row:nth-child(3) { top: 171px; }
.rd-process-art { position: relative; }
.rd-process-art img { width: 100%; height: 245px; object-fit: cover; display: block; border-radius: 20px; }
.rd-process-number { position: absolute; bottom: -19px; right: 24px; width: 49px; height: 49px; border-radius: 50%; background: var(--rd-red); display: grid; place-items: center; font-size: 21px; font-weight: 700; color: #fff; }
.rd-process-copy { padding: 30px 16px 8px; }
.rd-process-copy .rd-eyebrow { margin-bottom: 12px; }
.rd-process-copy h3 { font-size: 34px; line-height: 1.35; letter-spacing: -.04em; margin-bottom: 22px; }
.rd-process-copy p { font-size: 16px; line-height: 1.85; margin-bottom: 28px; }
.rd-industries-section { background: var(--rd-soft); padding-block: 85px; }
.rd-industry-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.rd-industry-grid > a { position: relative; background: #fff; border-radius: 25px; padding: 28px; min-height: 235px; box-shadow: 0 5px 22px #151a5208; transition: transform .2s; }
.rd-industry-grid > a:hover { transform: translateY(-4px); }
.rd-industry-grid .rd-eyebrow { font-size: 9px; color: var(--rd-muted); }
.rd-industry-grid h3 { font-size: 23px; line-height: 1.4; letter-spacing: -.04em; margin-bottom: 35px; }
.rd-industry-grid .rd-circle-arrow { position: absolute; right: 23px; bottom: 23px; color: #fff; background: var(--rd-red); }
.rd-faq-section { padding-block: 95px; }
.rd-faq-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.rd-faq-layout h2 { margin-bottom: 25px; }
.rd-faq-layout details { border-bottom: 1px solid var(--rd-line); padding: 22px 0; }
.rd-faq-layout summary { list-style: none; font-size: 16px; font-weight: 600; display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.rd-faq-layout summary::-webkit-details-marker { display: none; }
.rd-faq-layout summary > span { font-size: 24px; color: var(--rd-red); line-height: 1; }
.rd-faq-layout details[open] summary > span { transform: rotate(45deg); }
.rd-faq-layout details p { font-size: 14px; line-height: 1.9; margin: 17px 0 0; padding-right: 25px; }
.rd-cta { color: #fff; padding: 0 0 75px; }
.rd-cta-inner { position: relative; isolation: isolate; overflow: hidden; background: var(--rd-ink); border-radius: 38px; padding: 60px 120px; display: flex; flex-direction: column; text-align: center; align-items: center; gap: 32px; }
.rd-cta-inner::before, .rd-cta-inner::after { content: '★　★\A\A★　★\A\A★　★'; white-space: pre; position: absolute; top: 35px; font-size: 28px; line-height: 1; color: #ffffff38; pointer-events: none; z-index: -1; }
.rd-cta-inner::before { left: 30px; transform: rotate(-10deg); }
.rd-cta-inner::after { right: 30px; transform: rotate(10deg); }
.rd-cta .rd-eyebrow { color: #cbd0ed; }
.rd-cta h2 { font-size: 43px; }
.rd-cta p { color: #dbddef; font-size: 15px; margin: 18px auto 0; max-width: 650px; }
.rd-cta .rd-button:hover { background: #ac1920; }
.rd-cta .rd-button { position: relative; z-index: 1; flex-shrink: 0; }
.rd-footer { color: var(--rd-ink); background: #fff; border-top: 1px solid var(--rd-line); padding: 55px 0 25px; }
.rd-footer-top { display: grid; grid-template-columns: 1fr 1.3fr .8fr; gap: 55px; align-items: center; }
.rd-footer h2 { font-size: 25px; line-height: 1.45; letter-spacing: -.035em; }
.rd-footer p { font-size: 12px; }
.rd-footer-brand { text-align: center; }
.rd-footer-brand .rd-brand-mark { width: 112px; height: 112px; font-size: 37px; border-bottom-width: 10px; margin: 0 auto 25px; }
.rd-footer-brand .rd-brand-mark > span { width: 43px; height: 43px; font-size: 24px; }
.rd-footer-brand strong { display: block; font-size: clamp(23px, 2.25vw, 32px); letter-spacing: -.045em; }
.rd-footer-brand p { font-size: 20px; line-height: 1.65; color: var(--rd-ink); margin: 19px 0 15px; }
.rd-footer-brand small { font-size: 9px; color: var(--rd-muted); }
.rd-footer-intro .rd-button { font-size: 12px; margin-top: 14px; }
.rd-footer-links { display: flex; flex-direction: column; align-items: flex-end; gap: 17px; font-size: 12px; font-weight: 700; }
.rd-footer a:hover { color: var(--rd-red); }
.rd-footer-bottom { margin-top: 45px; padding-top: 25px; border-top: 1px solid var(--rd-line); font-size: 10px; color: var(--rd-muted); display: flex; justify-content: space-between; gap: 20px; }
.rd-footer-bottom > div { display: flex; gap: 22px; }

/* Core routes share the same typography, generous spacing and rounded surfaces. */
.rd-page-hero { padding-block: 68px 50px; text-align: center; border-bottom: 1px solid var(--rd-line); }
.rd-page-hero h1 { font-size: clamp(38px, 4.7vw, 65px); line-height: 1.25; letter-spacing: -.05em; max-width: 1000px; margin: 0 auto 26px; }
:lang(zh-CN) .rd-page-hero h1 { line-height: 1.4; }
.rd-page-hero > p { max-width: 760px; font-size: 18px; line-height: 1.9; margin: 0 auto; }
.rd-section-compact { padding-top: 45px; }
.rd-link-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.rd-link-card { position: relative; padding: 30px; border: 2px solid var(--rd-line); border-radius: 26px; background: #fff; min-height: 260px; display: flex; flex-direction: column; transition: border-color .2s, transform .2s; }
.rd-link-card:hover { border-color: var(--rd-red); transform: translateY(-3px); }
.rd-link-card h3 { font-size: 25px; line-height: 1.4; letter-spacing: -.04em; margin-bottom: 16px; }
.rd-link-card .rd-eyebrow { font-size: 9px; }
.rd-link-card p { font-size: 13px; margin-bottom: 20px; }
.rd-link-card > span:last-child { align-self: flex-end; margin-top: auto; font-size: 23px; width: 36px; height: 36px; border-radius: 50%; color: #fff; background: var(--rd-red); display: grid; place-items: center; }
.rd-scope-note { background: var(--rd-soft); border-left: 3px solid var(--rd-red); border-radius: 0 20px 20px 0; padding: 25px 28px; margin-top: 36px; }
.rd-scope-note strong { font-size: 13px; }
.rd-scope-note p { font-size: 12px; line-height: 1.9; margin: 9px 0 0; }
.rd-catalog-search { padding: 28px; background: var(--rd-soft); border-radius: 24px; }
.rd-catalog-search > label { font-size: 12px; font-weight: 700; display: block; margin-bottom: 15px; }
.rd-catalog-search > div { display: flex; gap: 14px; }
.rd-catalog-search input { min-width: 0; flex: 1; font-size: 16px; border: 1px solid #c9cadc; border-radius: 99px; padding: 12px 22px; color: var(--rd-ink); background: #fff; }
.rd-clear { border: 0; background: transparent; font-size: 13px; text-decoration: underline; color: var(--rd-muted); padding-inline: 12px; }
.rd-filter-status { font-size: 12px; margin-block: 25px; }
.rd-empty-state { padding: 60px; text-align: center; border: 1px dashed var(--rd-line); border-radius: 25px; }
.rd-inquiry-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 85px; padding-top: 55px; align-items: start; }
.rd-inquiry-intro { padding-top: 25px; }
.rd-inquiry-intro h2 { font-size: 31px; line-height: 1.4; letter-spacing: -.04em; }
.rd-brief-list { list-style: none; padding: 0; counter-reset: brief; }
.rd-brief-list li { counter-increment: brief; padding: 22px 0 20px 42px; position: relative; border-bottom: 1px solid var(--rd-line); }
.rd-brief-list li::before { content: '0' counter(brief); position: absolute; left: 0; top: 25px; font-size: 12px; color: var(--rd-red); font-weight: 700; }
.rd-brief-list strong { font-size: 15px; }
.rd-brief-list p { font-size: 13px; margin: 9px 0 0; }
.rd-site gt-lead-form { display: block; min-width: 0; width: 100%; }
.rd-full { grid-column: 1 / -1; }
.rd-sample-request { max-width: 1020px; }

@media (max-width: 1150px) {
  .rd-wrap { width: calc(100% - 64px); }
  .rd-navigation { gap: 16px; font-size: 11px; }
  .rd-brand strong { font-size: 15px; }
  .rd-brand-mark { width: 49px; height: 49px; font-size: 19px; }
  .rd-header-inner { gap: 18px; min-height: 92px; }
  .rd-navigation > .rd-button { font-size: 11px; gap: 10px; }
  .rd-feature h2 { font-size: 19px; }
  .rd-feature-buyers .rd-feature-art { width: 77px; }
  .rd-feature-industries { gap: 14px; }
  .rd-industry-orbit { width: 83px; height: 83px; font-size: 60px; }
  .rd-feature-industries > .rd-circle-arrow { left: 67px; }
  .rd-data-explain, .rd-process-section { gap: 50px; }
  .rd-industry-grid { grid-template-columns: repeat(2, 1fr); }
  .rd-industry-grid > a { min-height: 205px; }
}
@media (max-width: 960px) {
  .rd-menu-button { display: block; }
  .rd-navigation { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; border-bottom: 1px solid var(--rd-line); padding: 20px 32px; gap: 5px; max-height: calc(100dvh - 110px); overflow: auto; box-shadow: 0 16px 20px #151a5210; }
  .rd-navigation.is-open { display: flex; flex-direction: column; align-items: stretch; }
  .rd-navigation > a { padding: 12px 0 !important; font-size: 14px; }
  .rd-navigation > .rd-button { padding: 10px 15px 10px 22px !important; font-size: 14px; margin-top: 8px; }
  .rd-language { border: 0; }
  .rd-hero { padding-block: 65px 55px; }
  .rd-hero h1 { font-size: 54px; }
  .rd-hero-copy > p { font-size: 20px; }
  .rd-feature-collage { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; gap: 20px; }
  .rd-feature-records { grid-column: 1; grid-row: 1; margin-top: 0; }
  .rd-feature-sample { grid-column: 2; grid-row: 1; }
  .rd-feature-buyers { grid-column: 1; grid-row: 2; height: 100%; }
  .rd-feature-industries { grid-column: 2; grid-row: 2; margin: 0; height: 100%; min-height: 152px; }
  .rd-feature-buyers .rd-feature-art { width: 78px; }
  .rd-feature p { font-size: 12px; }
  .rd-service-card { padding: 29px; }
  .rd-service-card h3 { font-size: 26px; }
  .rd-data-explain, .rd-faq-layout { gap: 35px; }
  .rd-window-body { padding: 24px 19px 18px; }
  .rd-window-title h2 { font-size: 20px; }
  .rd-example { display: none; }
  .rd-data-tabs { gap: 13px; }
  .rd-process-section { gap: 35px; grid-template-columns: .75fr 1.25fr; }
  .rd-process-row { padding: 18px; }
  .rd-process-copy h3 { font-size: 28px; }
  .rd-process-art img { height: 210px; }
  .rd-process-copy p { font-size: 14px; }
  .rd-inquiry-layout { gap: 35px; grid-template-columns: .85fr 1.15fr; }
  .rd-link-grid { grid-template-columns: repeat(2, 1fr); }
  .rd-cta-inner { padding: 45px; flex-direction: column; text-align: center; gap: 28px; }
  .rd-footer-top { gap: 28px; }
  .rd-footer h2 { font-size: 22px; }
  .rd-footer-brand p { font-size: 17px; }
}
@media (max-width: 700px) {
  .rd-wrap { width: calc(100% - 40px); }
  .rd-header-inner { min-height: 78px; gap: 12px; }
  .rd-brand { gap: 10px; }
  .rd-brand-mark { width: 44px; height: 44px; font-size: 17px; border-bottom-width: 4px; }
  .rd-brand-mark > span { width: 19px; height: 19px; font-size: 11px; }
  .rd-brand strong { font-size: 14px; }
  .rd-brand small { font-size: 7px; }
  .rd-menu-button { font-size: 12px; padding: 8px 9px; flex-shrink: 0; }
  .rd-hero { padding-block: 46px 45px; }
  .rd-hero-brand { font-size: 26px; margin-bottom: 22px; }
  .rd-hero h1 { font-size: clamp(32px, 8.7vw, 50px); line-height: 1.2; letter-spacing: -.05em; margin-bottom: 25px; }
  .rd-hero-copy > p { font-size: 16px; line-height: 1.8; margin-bottom: 29px; }
  .rd-home-intro { padding-bottom: 45px; background: linear-gradient(#fff 14%, #f5f5fa 55%, #e0e0e9); }
  .rd-starfield { top: 320px; grid-template-columns: repeat(3, 1fr); width: 130%; left: -15%; gap: 35px; }
  .rd-starfield span { font-size: 100px; }
  .rd-feature-collage { grid-template-columns: 1fr; grid-template-rows: auto; gap: 18px; max-width: 450px; }
  .rd-feature { grid-column: auto; grid-row: auto; margin: 0; padding: 18px; border-radius: 23px; height: auto; }
  .rd-feature-art img { height: auto; aspect-ratio: 2 / 1; border-radius: 17px; }
  .rd-feature h2 { font-size: 23px; }
  .rd-feature p { font-size: 13px; }
  .rd-feature-records .rd-feature-copy { padding-top: 25px; }
  .rd-feature-buyers .rd-feature-art { width: 92px; }
  .rd-feature-buyers .rd-feature-art img { height: 122px; aspect-ratio: auto; }
  .rd-feature-buyers h2, .rd-feature-industries h2 { font-size: 20px; }
  .rd-feature-industries { min-height: 140px; gap: 18px; }
  .rd-industry-orbit { width: 88px; height: 88px; }
  .rd-feature-industries > .rd-circle-arrow { left: 70px; bottom: 18px; }
  .rd-mission { padding-top: 45px; }
  .rd-mission-inner { padding: 35px 24px; border-radius: 27px; }
  .rd-mission h2 { font-size: 30px; }
  .rd-mission h2 br { display: initial; }
  .rd-mission p { font-size: 15px; }
  .rd-section { padding-block: 58px; }
  .rd-section-heading { display: block; margin-bottom: 30px; }
  .rd-section-heading h2, .rd-faq-section h2, .rd-data-explain h2 { font-size: 32px; line-height: 1.35; }
  .rd-section-heading > p, .rd-heading-center > p { font-size: 16px; margin-top: 20px; }
  .rd-section-heading > .rd-button { margin-top: 25px; }
  .rd-service-grid { grid-template-columns: 1fr; gap: 18px; }
  .rd-service-card { padding: 28px; min-height: 280px; border-radius: 24px; }
  .rd-service-card h3 { font-size: 27px; }
  .rd-service-card p { font-size: 14px; }
  .rd-home-sample { padding-block: 50px; }
  .rd-data-explain { grid-template-columns: 1fr; gap: 35px; padding-top: 38px; }
  .rd-data-explain > div > p { font-size: 15px; }
  .rd-window-title h2 { font-size: 22px; }
  .rd-data-tabs { gap: 19px; }
  .rd-process-section { display: block; }
  .rd-process-section > .rd-heading-center { position: static; text-align: center; }
  .rd-process-section > .rd-heading-center p { font-size: 16px; }
  .rd-process-rows { gap: 22px; margin-top: 35px; }
  .rd-process-row { position: static; padding: 16px; border-radius: 25px; }
  .rd-process-copy { padding: 29px 8px 8px; }
  .rd-process-art img { height: auto; aspect-ratio: 2 / 1; border-radius: 18px; }
  .rd-process-copy h3 { font-size: 29px; margin-bottom: 15px; }
  .rd-process-copy p { font-size: 15px; margin-bottom: 23px; }
  .rd-process-number { width: 42px; height: 42px; right: 14px; bottom: -16px; font-size: 18px; }
  .rd-industries-section { padding-block: 50px; }
  .rd-industry-grid { gap: 14px; }
  .rd-industry-grid > a { padding: 22px 18px; min-height: 200px; border-radius: 21px; }
  .rd-industry-grid h3 { font-size: 19px; }
  .rd-industry-grid .rd-circle-arrow { right: 18px; bottom: 18px; width: 31px; height: 31px; }
  .rd-faq-section { padding-block: 55px; }
  .rd-faq-layout { grid-template-columns: 1fr; gap: 20px; }
  .rd-faq-layout summary { font-size: 15px; }
  .rd-cta { padding-bottom: 45px; }
  .rd-cta-inner { padding: 35px 25px; border-radius: 28px; }
  .rd-cta h2 { font-size: 31px; }
  .rd-cta p { font-size: 14px; }
  .rd-cta .rd-button { max-width: 100%; font-size: 13px; }
  .rd-footer { padding-top: 38px; }
  .rd-footer-top { display: flex; flex-direction: column; align-items: stretch; text-align: center; gap: 38px; }
  .rd-footer-brand { order: -1; }
  .rd-footer h2 { font-size: 28px; }
  .rd-footer-links { align-items: center; gap: 16px; }
  .rd-footer-brand strong { font-size: 29px; }
  .rd-footer-brand p { font-size: 19px; }
  .rd-footer-bottom { flex-direction: column; margin-top: 35px; gap: 14px; font-size: 9px; }
  .rd-page-hero { padding-block: 40px 35px; }
  .rd-page-hero h1 { font-size: 36px; }
  .rd-page-hero > p { font-size: 15px; }
  .rd-section-compact { padding-top: 32px; }
  .rd-link-grid { grid-template-columns: 1fr; gap: 18px; }
  .rd-link-card { min-height: 230px; padding: 26px; }
  .rd-inquiry-layout { grid-template-columns: 1fr; gap: 30px; padding-top: 20px; }
  .rd-inquiry-intro h2 { font-size: 28px; }
  .rd-catalog-search { padding: 22px; }
  .rd-catalog-search > div { flex-wrap: wrap; gap: 12px; }
  .rd-catalog-search input { flex-basis: 100%; }
  .rd-catalog-search .rd-button { flex: 1; padding-right: 22px; }
  .rd-empty-state { padding: 35px 22px; }
  .rd-empty-state h2 { font-size: 24px; }
  .rd-scope-note { padding: 22px; }
  .rd-legacy > .hero, .rd-legacy .hero-section { padding-top: 40px !important; }
  .rd-legacy .container { width: calc(100% - 40px); padding-inline: 0 !important; }
}
@media (max-width: 380px) {
  .rd-wrap { width: calc(100% - 30px); }
  .rd-brand strong { font-size: 12px; }
  .rd-hero h1 { font-size: 31px; }
  .rd-hero-copy > p { font-size: 14px; }
  .rd-data-tabs { gap: 12px; }
  .rd-data-tabs button { font-size: 9px; }
  .rd-window-title h2 { font-size: 20px; }
  .rd-industry-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .rd-site *, .rd-site *::before, .rd-site *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
@media (max-height: 820px) and (min-width: 701px) {
  .rd-process-row { position: static; }
}