/* Readability and the trust/pricing sections added after the first homepage pass. */
.site-header { border-bottom: 0; }

/* Keep pricing readable as part of the light, editorial page system. */
.pricing-band { background: var(--paper); color: var(--ink); border-top: 1px solid var(--line); }
.pricing-intro h2 { color: var(--ink); }
.pricing-list { border-top-color: var(--line); }
.pricing-table-head { color: var(--muted); border-bottom-color: var(--line); }
.pricing-list article { border-bottom-color: var(--line); }
.pricing-type { color: var(--coral); }
.pricing-list p { color: #5e605b; }
.pricing-list strong { color: var(--ink); }
.collaboration .process { padding-bottom: 72px; }
.collaboration .process-head { display: block; }
.collaboration .pricing-band { padding: 72px 0 92px; background: transparent; border-top: 1px solid var(--line); }
.collaboration .pricing-intro { display: block; padding: 0 0 42px; }
.collaboration .pricing-intro h2 { font-size: clamp(34px, 4vw, 54px); }
.collaboration .pricing-band { padding: 42px 0 58px; border-top: 0; }
.collaboration .pricing-intro { display: flex; justify-content: flex-end; padding-bottom: 24px; }
.collaboration .pricing-intro h2 { font-size: clamp(38px, 5vw, 69px); line-height: 1.06; letter-spacing: -.085em; font-weight: 800; }
.collaboration .pricing-intro h2 { width: 52%; }
.collaboration .pricing-list {
  position: relative;
  z-index: 0;
  border: 1px solid var(--line);
  border-radius: 0;
  overflow: visible;
  background: var(--white);
}
.collaboration .pricing-list::before {
  content: '';
  position: absolute;
  z-index: -2;
  inset: 13px -13px -13px 13px;
  background: var(--lime);
}
.collaboration .pricing-list::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: 18px;
  bottom: -13px;
  width: 26%;
  height: 13px;
  background: var(--coral);
}
.collaboration .pricing-table-head,
.collaboration .pricing-list article { grid-template-columns: 180px 150px minmax(0, 1fr) 245px; gap: 22px; }
.collaboration .pricing-table-head { padding: 11px 18px; background: var(--white); }
.collaboration .pricing-list article { padding: 18px; background: var(--white); }
.collaboration .pricing-list article:nth-of-type(1) strong b { color: #769000; }
.collaboration .pricing-list article:nth-of-type(2) strong b { color: var(--coral); }
.collaboration .pricing-list p { font-size: 14px; line-height: 1.55; }
.collaboration .pricing-list h3 { font-size: 26px; line-height: 1.15; }
.collaboration .pricing-list strong { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; font-size: 13px; line-height: 1.5; }
.collaboration .pricing-list strong b { font-size: 26px; line-height: 1.1; letter-spacing: -.04em; }
.collaboration .pricing-list strong span { color: #5e605b; font-weight: 500; }
.eyebrow,
.section-label { font-size: 12px; }
.stage-meta,
.board-label,
.stage-stamp { font-size: 11px; }
.board-status,
.board-heading small,
.metric small,
.work-card small,
.chip { font-size: 10px; }
.board-side { font-size: 11px; line-height: 1.4; }
.board-side .muted { font-size: 10px; }
.metric span,
.activity { font-size: 10px; }
.avatar { font-size: 9px; }
.service-item h3 small { font-size: 12px; }
.service-item p,
.fit-copy li { font-size: 16px; }
.timeline article p { max-width: 175px; font-size: 15px; line-height: 1.65; }
.note-code,
.site-footer { font-size: 11px; }
.button,
.text-link,
.main-nav { font-size: 15px; }
.qr-trigger { cursor: pointer; border: 0; font-family: inherit; }
.site-header { width: 100%; max-width: none; margin: 0; padding-left: max(40px, calc((100vw - 1240px) / 2)); padding-right: max(40px, calc((100vw - 1240px) / 2)); }
.brand { font-weight: 600; line-height: 1; }
.brand-logo { width: 30px; height: 32px; display: block; object-fit: contain; align-self: center; }
.site-footer .brand { font: 600 18px var(--sans); }
.site-footer .brand-logo { width: 26px; height: 28px; }
.qr-popover { position: fixed; z-index: 20; width: 184px; padding: 9px 9px 8px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 18px 48px rgba(23,25,27,.18); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity .22s ease, transform .22s ease; }
.qr-popover.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
.qr-popover img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; }
.qr-popover p { margin: 7px 0 0; text-align: center; color: #555852; font-size: 12px; }

.team { padding: 24px 0 150px; }
.cases { padding: 24px 0 150px; }
.cases-head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; padding: 45px 0 37px; }
.cases-head h2 { margin: 0; font-size: clamp(38px, 5vw, 69px); line-height: 1.06; letter-spacing: -.085em; font-weight: 800; }
.cases-head h2 span { color: var(--coral); }
.cases-head p { max-width: 470px; margin: 8px 0; color: #5e605b; font-size: 17px; line-height: 1.8; }
.cases-head .cases-note { max-width: 590px; margin: 32px 0 0; color: #686a64; font-size: 17px; line-height: 1.8; white-space: normal; overflow-wrap: anywhere; }
.cases-head .cases-note + .cases-note { margin-top: 10px; }
.cases-head ul { list-style: none; padding: 23px 0 0; margin: 22px 0 0; border-top: 1px solid var(--line); }
.cases-head li { padding: 11px 0; border-bottom: 1px solid var(--line); color: #5e605b; font-size: 15px; }
.cases-head li::before { content: '+'; margin-right: 13px; color: var(--coral); font: 500 18px var(--mono); }
.case-filters { display: flex; gap: 8px; padding-bottom: 24px; }
.case-filters button { border: 1px solid var(--line); background: transparent; color: #666861; border-radius: 999px; padding: 9px 15px; cursor: pointer; font-size: 14px; }
.case-filters button:hover, .case-filters button.active { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.case-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 52px 26px; padding-top: 30px; }
.case-card[hidden] { display: none; }
.case-visual { height: 390px; min-height: 390px; padding: 20px; position: relative; overflow: hidden; cursor: pointer; border-radius: 0; }
.case-visual, .case-visual *, .case-visual::before, .case-visual::after, .case-visual *::before, .case-visual *::after { border-radius: 0 !important; }
.case-visual::after { content: ''; position: absolute; inset: 0; z-index: 2; background: rgba(251,250,247,.34); opacity: 0; backdrop-filter: blur(0); transition: opacity .24s ease, backdrop-filter .24s ease; pointer-events: none; }
.case-visual::before { content: '点击查看详情'; position: absolute; z-index: 3; top: 50%; left: 50%; padding: 11px 17px; border: 1px solid rgba(23,25,27,.34); color: var(--ink); background: rgba(251,250,247,.7); font-size: 15px; font-weight: 700; letter-spacing: .02em; opacity: 0; transform: translate(-50%, -42%); transition: opacity .24s ease, transform .24s cubic-bezier(.22,1,.36,1); pointer-events: none; }
.case-visual:hover::after { opacity: 1; backdrop-filter: blur(8px); }
.case-visual:hover::before { opacity: 1; transform: translate(-50%, -50%); }
.case-visual:hover > * { filter: blur(5px); transition: filter .24s ease; }
.case-visual:hover::before, .case-visual:hover::after { filter: none; }
.case-real-image { display: block; width: calc(100% + 40px); height: 390px; margin: -20px; object-fit: cover; object-position: center; }
.case-real-image.product-reference { object-fit: contain; background: #d9f15f; padding: 20px; }
.case-static { padding: 0; cursor: default; border-radius: 0; }
.case-static::before, .case-static::after { display: none; }
.case-visual.case-static:hover::before, .case-visual.case-static:hover::after { display: none; }
.case-static > * { filter: none !important; }
.case-image { display: block; width: 100%; height: 390px; object-fit: contain; background: var(--paper); border-radius: 0; }
.case-image-brand { background: #ebe6dc; }
.case-image-portfolio { background: #4b4851; }
.case-image-data { background: #050505; }
.case-image-commerce { background: #eee9eb; }
.dashboard-demo { background: #eef0ea; color: var(--ink); padding: 0; cursor: pointer; }
.demo-chrome { display: flex; justify-content: space-between; align-items: center; padding: 12px 16px; background: var(--ink); color: var(--paper); font: 10px var(--mono); }
.demo-user { color: var(--lime); }
.demo-layout { display: grid; grid-template-columns: 92px 1fr; height: 260px; }
.demo-sidebar { display: flex; flex-direction: column; gap: 4px; padding: 16px 9px; background: #e3e6df; font-size: 10px; }
.demo-sidebar b { padding: 8px; font-weight: 500; color: #6d7069; }.demo-sidebar .selected { background: var(--ink); color: var(--paper); }
.demo-content { padding: 16px; }.demo-heading { display: flex; justify-content: space-between; align-items: end; }.demo-heading b { font-size: 18px; letter-spacing: -.05em; }.demo-heading small { color: #7b7e76; font: 9px var(--mono); }
.demo-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 14px; }.demo-metrics div { padding: 10px; background: var(--white); }.demo-metrics small, .data-stat-row small { display: block; color: #747870; font-size: 9px; }.demo-metrics strong { display: block; margin-top: 7px; font-size: 16px; letter-spacing: -.06em; }.demo-metrics em { color: #57a36a; font: 9px var(--mono); font-style: normal; }
.demo-panel { margin-top: 9px; padding: 12px; background: var(--white); }.demo-panel-head { display: flex; justify-content: space-between; font-size: 11px; }.demo-panel-head button, .data-toggle { border: 1px solid #d6d9d2; background: transparent; padding: 4px 6px; color: #70746c; font-size: 9px; cursor: pointer; }.demo-bars { display: flex; height: 76px; align-items: end; gap: 8px; margin-top: 10px; border-bottom: 1px solid #d6d9d2; }.demo-bars i { display: block; flex: 1; height: var(--h); background: var(--coral); transform-origin: bottom; transition: transform .65s cubic-bezier(.22,1,.36,1), height .65s ease; }.dashboard-demo.is-animated .demo-bars i:nth-child(odd) { transform: scaleY(.62); }.dashboard-demo.is-animated .demo-bars i:nth-child(even) { transform: scaleY(1.18); }
.department-progress { display: grid; gap: 8px; margin-top: 12px; }.department-progress span { display: grid; grid-template-columns: 58px 1fr 26px; align-items: center; gap: 7px; font-size: 9px; color: #6d7069; }.department-progress i { height: 5px; background: #dce0d7; }.department-progress i b { display: block; width: var(--progress); height: 100%; background: var(--coral); transition: width .7s cubic-bezier(.22,1,.36,1); }.department-progress em { color: #5a9e66; font: 9px var(--mono); font-style: normal; }
.data-demo { padding: 0 16px; background: #202b31; color: var(--paper); }.data-header { display: flex; justify-content: space-between; align-items: end; margin-top: 25px; }.data-header small { display: block; color: #95a59d; font: 9px var(--mono); }.data-header b { display: block; margin-top: 6px; font-size: 21px; letter-spacing: -.06em; }.data-toggle { border-color: #53635e; color: #d1f26a; }.data-stat-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 15px; }.data-stat-row div { padding: 10px; background: #2b383b; }.data-stat-row strong { display: block; margin-top: 5px; font-size: 21px; }.data-stat-row span { color: var(--lime); font: 9px var(--mono); }.line-chart { display: flex; align-items: end; height: 72px; gap: 8px; margin-top: 12px; border-bottom: 1px solid #54605e; }.line-chart i { display: block; flex: 1; height: calc(25% + var(--n, 0%)); border-radius: 4px 4px 0 0; background: #d1f26a; transition: height .75s cubic-bezier(.22,1,.36,1); }.line-chart i:nth-child(1) { height: 30%; }.line-chart i:nth-child(2) { height: 45%; }.line-chart i:nth-child(3) { height: 34%; }.line-chart i:nth-child(4) { height: 58%; }.line-chart i:nth-child(5) { height: 49%; }.line-chart i:nth-child(6) { height: 72%; }.line-chart i:nth-child(7) { height: 64%; }.line-chart i:nth-child(8) { height: 91%; background: var(--coral); }.data-demo.is-animated .line-chart i:nth-child(odd) { height: 86%; }.data-demo.is-animated .line-chart i:nth-child(even) { height: 34%; }.chart-legend { display: flex; gap: 13px; align-items: center; margin-top: 9px; color: #a6b1aa; font: 9px var(--mono); }.chart-legend i { display: inline-block; width: 6px; height: 6px; margin-right: 4px; border-radius: 50%; background: var(--lime); }.chart-legend span:nth-child(2) i { background: var(--coral); }.chart-legend small { margin-left: auto; font-size: 8px; }
.mock-nav { display: flex; justify-content: space-between; font: 500 10px var(--mono); letter-spacing: .06em; }
.mock-nav i { font-style: normal; }
.mock-caption { position: absolute; bottom: 17px; left: 20px; font: 10px var(--mono); letter-spacing: .08em; opacity: .65; }
.case-visual strong { display: block; margin-top: 76px; font-size: 48px; line-height: .98; letter-spacing: -.08em; }
.case-visual em { color: var(--coral); font-style: normal; }
.case-brand { background: #e9f2c1; }
.mock-orbit { position: absolute; width: 230px; height: 230px; right: -38px; top: 78px; border: 1px solid var(--ink); border-radius: 50%; }
.mock-orbit:after { content: ''; position: absolute; inset: 28px; border: 1px solid var(--ink); border-radius: 50%; }
.case-portfolio { background: #f7dcd4; }
.case-portfolio strong { margin-top: 48px; font-size: 43px; }
.mock-images { display: flex; gap: 9px; position: absolute; right: 20px; bottom: 38px; }
.mock-images b { display: block; width: 66px; height: 84px; background: #242729; transform: rotate(7deg); }
.mock-images b:nth-child(2) { background: var(--coral); transform: translateY(-15px) rotate(-4deg); }
.mock-images b:nth-child(3) { background: #e6efbe; transform: rotate(9deg); }
.case-dashboard { background: #dfe4f2; color: var(--ink); }
.dash-title { margin-top: 48px; font-size: 27px; font-weight: 800; letter-spacing: -.06em; }.dash-title small { color: #777970; font-size: 11px; font-weight: 400; margin-left: 8px; }
.dash-metrics { display: flex; gap: 10px; margin-top: 19px; }.dash-metrics b { background: var(--white); padding: 13px; min-width: 145px; font-size: 22px; letter-spacing: -.07em; }.dash-metrics small { display: block; margin-top: 4px; color: #777970; font-size: 10px; font-weight: 400; letter-spacing: 0; }
.dash-chart { display: flex; height: 82px; align-items: end; gap: 9px; margin-top: 18px; padding: 0 15px; border-bottom: 1px solid #aeb6ca; }.dash-chart i { width: 26px; background: var(--ink); height: 35%; }.dash-chart i:nth-child(2) { height: 56%; }.dash-chart i:nth-child(3) { height: 44%; }.dash-chart i:nth-child(4) { height: 74%; }.dash-chart i:nth-child(5) { height: 60%; }.dash-chart i:nth-child(6) { height: 84%; }.dash-chart i:nth-child(7) { height: 96%; background: var(--coral); }
.case-crm { background: #272a2b; color: var(--paper); }.case-crm .mock-nav { color: #c5c7c1; }.crm-list { margin-top: 53px; max-width: 500px; }.crm-list b { display: flex; justify-content: space-between; padding: 18px 0; border-bottom: 1px solid #535650; font-size: 21px; letter-spacing: -.05em; }.crm-list small { color: var(--lime); font-size: 11px; font-weight: 400; letter-spacing: 0; }
.case-booking { background: #f0ede5; }.case-booking strong { margin-top: 48px; }.booking-slots { display: flex; gap: 8px; margin-top: 35px; }.booking-slots i { padding: 9px 13px; border: 1px solid var(--line); font: 11px var(--mono); font-style: normal; }.booking-slots .selected { background: var(--coral); border-color: var(--coral); }
.case-shop { background: #d9f15f; }.shop-product { display: grid; grid-template-columns: 1fr 1.2fr; gap: 17px; align-items: end; margin-top: 58px; }.shop-product span { display: block; height: 145px; background: var(--coral); border-radius: 50% 50% 4px 4px; }.shop-product b { font-size: 30px; line-height: 1; letter-spacing: -.08em; }.shop-product small { grid-column: 2; margin-top: -9px; font-size: 12px; }
.case-meta { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; margin-top: 18px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #686a64; }.case-meta span { min-width: 0; padding: 11px 12px 12px 0; font-size: 13px; line-height: 1.35; }.case-meta span + span { padding-left: 12px; border-left: 1px solid var(--line); }.case-meta b { display: block; margin-bottom: 4px; color: #969890; font: 500 10px var(--mono); letter-spacing: .06em; }.case-meta span:first-child { color: var(--coral); }.case-card h3 { margin: 17px 0 5px; font-size: 25px; letter-spacing: -.05em; }.case-card p { margin: 0; color: #686a64; font-size: 15px; line-height: 1.65; }.case-deliver { margin-top: 16px; padding-top: 13px; border-top: 1px solid var(--line); color: #777970; font-size: 13px; }.case-source { margin: 61px 0 0; color: #777970; font-size: 13px; }.case-source a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.team-intro { display: grid; grid-template-columns: 1.18fr .82fr; gap: 80px; padding: 45px 0 74px; }
.team-intro { display: block; }
.team-intro h2,
.pricing-intro h2 { margin: 0; font-size: clamp(40px, 5vw, 68px); line-height: 1.08; letter-spacing: -.04em; }
.team-proof > p { max-width: 480px; margin: 7px 0 30px; color: #5e605b; font-size: 18px; line-height: 1.75; }
.proof-line { display: grid; grid-template-columns: 120px 1fr; gap: 14px; padding: 14px 0; border-top: 1px solid var(--line); font-size: 15px; }
.proof-line span { color: #686a64; }
.member-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.member-card { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 18px 0 25px; }
.member-avatar { height: 245px; position: relative; display: grid; place-items: center; overflow: hidden; }
.member-avatar:before { content: ''; width: 104px; height: 104px; border-radius: 50%; background: rgba(23,25,27,.13); position: absolute; top: 48px; }
.member-avatar:after { content: ''; width: 192px; height: 142px; border-radius: 50% 50% 10px 10px; background: rgba(23,25,27,.18); position: absolute; bottom: -49px; }
.member-avatar span { position: relative; z-index: 1; margin-top: 17px; color: var(--ink); font-size: 14px; font-weight: 700; }
.member-avatar b { position: absolute; right: 15px; bottom: 13px; z-index: 2; font: 500 11px var(--mono); }
.avatar-one { background: #e6efbe; }.avatar-two { background: #f8d9d1; }.avatar-three { background: #e1dfef; }.avatar-four { background: #d8eee8; }.avatar-five { background: #f3e0b8; }
.member-info { padding-top: 21px; }
.member-role { color: var(--coral); font: 500 11px var(--mono); letter-spacing: .05em; }
.member-info h3 { margin: 12px 0 9px; font-size: 25px; letter-spacing: -.04em; }
.member-info p { min-height: 78px; margin: 0; color: #5f615b; font-size: 15px; line-height: 1.7; }
.member-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 20px; }
.member-tags span { padding: 5px 8px; border: 1px solid var(--line); color: #666861; font-size: 12px; }
.team-note { max-width: 790px; margin: 29px 0 0 auto; color: #5e605b; font-size: 15px; line-height: 1.7; }
.service-item { grid-template-columns: 80px 1fr auto 40px; }
.service-people { display: flex; justify-content: flex-end; align-items: center; gap: 6px; min-width: 78px; }
.person-avatar { width: 34px; height: 34px; border: 2px solid var(--paper); border-radius: 50%; color: var(--ink); font: 700 11px var(--mono); cursor: pointer; box-shadow: 0 0 0 1px var(--line); }
.person-avatar:hover { transform: translateY(-3px); box-shadow: 0 4px 0 var(--coral); }
.person-popover { position: fixed; z-index: 25; display: none; width: 270px; padding: 20px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 18px 48px rgba(23,25,27,.18); }
.person-popover.is-open { display: block; }
.person-popover-role { display: block; color: var(--coral); font: 500 10px var(--mono); letter-spacing: .04em; }
.person-popover h3 { margin: 11px 0 8px; font-size: 22px; letter-spacing: -.04em; }
.person-popover-bio { margin: 0; color: #62645e; font-size: 14px; line-height: 1.65; }
.person-popover-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; }
.person-popover-tags span { padding: 4px 7px; border: 1px solid var(--line); color: #686a64; font-size: 11px; }
.avatar-one { background: #d8f35b; }
.avatar-two { background: #f8d9d1; }
.avatar-three { background: #dcd8f4; }
.avatar-four { background: #d8eee8; }
.avatar-five { background: #f3e0b8; }
.avatar-six { background: #c9e5f5; }
.team-panel-list article > b { background: var(--avatar-color, var(--lime)); }
.team-panel-list article > b.avatar-one { --avatar-color: #d8f35b; }
.team-panel-list article > b.avatar-two { --avatar-color: #f8d9d1; }
.team-panel-list article > b.avatar-three { --avatar-color: #dcd8f4; }
.team-panel-list article > b.avatar-four { --avatar-color: #d8eee8; }
.team-panel-list article > b.avatar-five { --avatar-color: #f3e0b8; }
.team-panel-list article > b.avatar-six { --avatar-color: #c9e5f5; }
.team-panel-open { overflow: hidden; }
.service-arrow { border: 0; background: transparent; color: inherit; cursor: pointer; font: inherit; }
.service-arrow:focus-visible,
.team-panel-close:focus-visible { outline: 2px solid var(--coral); outline-offset: 3px; }
.team-panel { position: fixed; inset: 0; z-index: 30; display: grid; place-items: center; padding: 20px; background: rgba(23,25,27,.28); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); opacity: 0; pointer-events: none; transition: opacity .22s ease; }
.team-panel.is-open { opacity: 1; pointer-events: auto; }
.team-panel-card { position: relative; width: min(760px, 100%); max-height: min(720px, calc(100vh - 40px)); overflow: auto; padding: 34px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 24px 80px rgba(23,25,27,.22); transform: translateY(12px) scale(.98); transition: transform .22s cubic-bezier(.22,1,.36,1); }
.team-panel.is-open .team-panel-card { transform: translateY(0) scale(1); }
.team-panel-close { position: absolute; top: 18px; right: 20px; width: 30px; height: 30px; padding: 0; border: 0; background: transparent; color: var(--ink); cursor: pointer; font-size: 30px; line-height: 1; }
.team-panel h2 { margin: 0; font-size: clamp(38px, 5vw, 62px); line-height: 1.05; letter-spacing: -.07em; }
.team-panel h2 em { color: var(--coral); font-style: normal; }
.team-panel-intro { max-width: 560px; margin: 20px 0 28px; color: #5e605b; font-size: 16px; line-height: 1.75; }
.team-panel-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; border-top: 1px solid var(--line); }
.team-panel-list article { display: grid; grid-template-columns: 42px 1fr; gap: 13px; padding: 18px 0; background: repeating-linear-gradient(to right, var(--line) 0 14px, transparent 14px 22px) bottom / 100% 1px no-repeat; }
.team-panel-list article > b { display: grid; place-items: center; width: 34px; height: 34px; border: 2px solid var(--white); border-radius: 50%; box-shadow: 0 0 0 1px var(--line); color: var(--ink); font: 700 11px var(--mono); }
.team-panel-list strong { display: block; font-size: 16px; }
.team-panel-list span { display: block; margin-top: 2px; color: var(--coral); font: 500 11px var(--mono); }
.team-panel-list p { margin: 6px 0 0; color: #686a64; font-size: 13px; line-height: 1.5; }

.pricing-band { padding: 130px 0 140px; background: var(--ink); color: var(--paper); }
.light-rule { color: #b6b9b1; border-color: #444740; }
.pricing-intro { display: grid; grid-template-columns: 1.12fr .88fr; gap: 80px; padding: 44px 0 74px; }
.pricing-intro h2 { color: var(--paper); }
.pricing-intro p { margin: 8px 0 0; max-width: 480px; color: #c6c8c1; font-size: 18px; line-height: 1.75; }
.pricing-list { border-top: 1px solid #4a4d47; }
.pricing-table-head { display: grid; grid-template-columns: 210px 190px 1fr 280px; gap: 30px; padding: 14px 0; border-bottom: 1px solid #4a4d47; color: #92958d; font: 500 11px var(--mono); letter-spacing: .04em; }
.pricing-list article { display: grid; grid-template-columns: 210px 190px 1fr 280px; gap: 30px; align-items: start; padding: 30px 0; border-bottom: 1px solid #4a4d47; }
.pricing-type { color: var(--lime); font: 500 12px var(--mono); line-height: 1.6; }
.pricing-list h3 { margin: -4px 0 0; font-size: 27px; letter-spacing: -.04em; }
.pricing-list p { margin: 0; color: #c0c2bb; font-size: 15px; line-height: 1.7; }
.pricing-list strong { color: #f5f3ed; font-size: 14px; font-weight: 600; }

@media (max-width: 850px) {
  .service-item { grid-template-columns: 40px 1fr auto 25px; }
  .team-panel { padding: 14px; }
  .team-panel-card { max-height: calc(100vh - 28px); padding: 25px 18px; }
  .team-panel-list { grid-template-columns: 1fr; }
  .site-header { width: 100%; padding-left: 20px; padding-right: 20px; }
  .eyebrow, .section-label { font-size: 11px; }
  .main-nav { font-size: 16px; }
  .qr-popover { width: 174px; }
  .board-side { font-size: 9px; }
  .board-side .muted, .metric small, .work-card small, .chip, .activity { font-size: 9px; }
  .service-item p, .fit-copy li, .timeline article p { font-size: 15px; }
  .team { padding: 10px 0 92px; }
  .cases { padding: 10px 0 92px; }
  .cases-head { display: block; padding: 33px 0 29px; }
  .cases-head h2 { font-size: 39px; }
  .cases-head p, .cases-head .cases-note { margin-top: 28px; font-size: 16px; line-height: 1.7; white-space: normal; }
  .cases-head ul { margin-top: 25px; }
  .case-filters { overflow-x: auto; padding-bottom: 17px; }
  .case-filters button { white-space: nowrap; font-size: 13px; }
  .case-grid { grid-template-columns: 1fr; gap: 42px; }
  .case-visual { height: 330px; min-height: 330px; }
  .case-real-image, .case-image { height: 330px; }
  .case-visual strong { font-size: 42px; }
  .case-meta span { padding-top: 9px; padding-bottom: 10px; font-size: 11px; }
  .case-meta span + span { padding-left: 8px; }
  .case-meta b { font-size: 9px; }
  .case-card h3 { font-size: 23px; }
  .case-source { margin-top: 43px; line-height: 1.7; }
  .team-intro, .pricing-intro { display: block; padding: 33px 0 55px; }
  .team-intro h2, .pricing-intro h2 { font-size: 39px; }
  .team-proof { margin-top: 34px; }
  .team-proof > p, .pricing-intro p { font-size: 16px; }
  .proof-line { grid-template-columns: 95px 1fr; font-size: 14px; }
  .member-grid { grid-template-columns: 1fr; gap: 35px; }
  .member-avatar { height: 220px; }
  .member-info p { min-height: 0; font-size: 14px; }
  .member-info h3 { font-size: 23px; }
  .team-note { font-size: 14px; }
  .pricing-band { padding: 92px 0; }
  .pricing-table-head { display: none; }
  .collaboration .pricing-intro { display: block; }
  .collaboration .pricing-intro h2 { width: auto; }
  .pricing-list article { display: block; padding: 28px 0; }
  .pricing-list h3 { margin: 9px 0 12px; }
  .pricing-list p { font-size: 15px; }
  .pricing-list strong { display: block; margin-top: 15px; }
}

/* Team cards use compact portrait placeholders instead of large role illustrations. */
.member-card { padding: 22px 20px 24px; background: var(--white); border: 1px solid var(--line); }
.member-avatar { width: 104px; height: 104px; margin-bottom: 20px; border-radius: 50%; }
.member-avatar:before { width: 42px; height: 42px; top: 20px; background: rgba(23,25,27,.16); }
.member-avatar:after { width: 76px; height: 57px; bottom: -19px; background: rgba(23,25,27,.2); }
.member-avatar span { position: relative; z-index: 2; display: grid; place-items: center; width: 28px; height: 28px; margin-top: 8px; border: 1px solid rgba(23,25,27,.35); border-radius: 50%; color: var(--ink); font: 700 12px var(--mono); }
.member-avatar b { right: 8px; bottom: 6px; font-size: 9px; }
.member-info { padding-top: 0; }
.member-info p { min-height: 82px; }

/* Keep pricing readable as part of the light, editorial page system. */
.pricing-band { background: var(--paper); color: var(--ink); border-top: 1px solid var(--line); }
.pricing-intro h2 { color: var(--ink); }
.pricing-list { border-top-color: var(--line); }
.pricing-table-head { color: var(--muted); border-bottom-color: var(--line); }
.pricing-list article { border-bottom-color: var(--line); }
.pricing-type { color: var(--coral); }
.pricing-list p { color: #5e605b; }
.pricing-list strong { color: var(--ink); }
.member-tags { margin-top: 16px; }
.closing-note p { font-size: 17px; }
@media (max-width: 850px) {
  .member-card { display: grid; grid-template-columns: 104px 1fr; gap: 20px; padding: 19px; }
  .member-avatar { margin-bottom: 0; }
  .member-info h3 { margin-top: 8px; }
  .member-info p { min-height: 0; }
  .member-tags { grid-column: 1 / -1; margin-top: 0; }
}

/* Keep mobile sections connected without changing the desktop rhythm. */
@media (max-width: 850px) {
  .hero { padding-top: 48px; padding-bottom: 44px; }
  .hero-stage { margin-top: 44px; }
  .intro { padding-top: 52px; padding-bottom: 72px; }
  .intro-grid { padding-top: 28px; padding-bottom: 46px; }

  .cases { padding-bottom: 64px; }
  .cases-head { padding-top: 28px; padding-bottom: 24px; }
  .case-grid { gap: 30px; padding-top: 22px; }

  .process { padding-top: 64px; padding-bottom: 56px; }
  .process-head { padding-top: 28px; padding-bottom: 42px; }
  .pricing-band { padding-top: 64px; padding-bottom: 64px; }
  .collaboration .pricing-intro { padding-bottom: 34px; }
  .pricing-list article { padding-top: 22px; padding-bottom: 22px; }

  .closing { padding-top: 64px; padding-bottom: 64px; }
  .closing-note { padding-top: 44px; }
}
