/* Reference rebuild: scoped homepage composition; inner pages retain styles.css. */
.hp-refresh { --canvas: #f7f5f0; --red: #d11720; --hp-ease: cubic-bezier(.22,1,.36,1); }
.hp-refresh [hidden] { display: none !important; }
.hp-refresh .hp-icon { display: inline-block; width: 22px; height: 22px; flex: 0 0 22px; vertical-align: middle; }
.hp-refresh .hp-screen { position: relative; min-height: 100svh; padding: 94px 0 104px; display: grid; align-items: center; }
.hp-refresh .hp-heading h2 { font-size: clamp(34px,3.3vw,48px); line-height: 1.18; letter-spacing: -.035em; text-wrap: initial; }
.hp-refresh .hp-heading > p:not(.hp-kicker) { color: var(--ink-soft); font-size: 16px; margin-top: 18px; max-width: 640px; line-height: 1.75; }
.hp-refresh .hp-kicker { color: var(--red); font-size: 15px; font-weight: 650; letter-spacing: .03em; margin-bottom: 16px; }
.hp-refresh .hp-heading-row { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 38px; }
.hp-refresh .hp-heading-row > p { max-width: 380px; }
.hp-refresh .hp-hero { padding: 64px 0 0; background: #faf9f6; overflow: clip; }
.hp-hero-layout { position: relative; display: flex; align-items: center; min-height: calc(100svh - 64px); }
.hp-hero-copy { position: relative; z-index: 2; width: 65%; padding-bottom: 50px; pointer-events: none; }
.hp-hero-copy h1 { font-size: clamp(50px,4.8vw,80px); line-height: 1.16; letter-spacing: -.055em; font-weight: 750; white-space: nowrap; }
.hp-hero-copy .hp-kicker { font-size: clamp(16px,1.55vw,24px); margin-bottom: 24px; }
.hp-hero-summary { font-size: clamp(17px,1.5vw,23px); margin-top: 22px; }
.hp-composer { padding: 15px; margin-top: 38px; border: 1px solid #c9c6c2; border-radius: 18px; background: rgba(255,255,255,.91); box-shadow: 0 24px 40px #51433412; pointer-events: auto; }
.hp-composer-row { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 14px; }
.hp-composer-row input { min-width: 0; height: 64px; padding: 0 20px; border: 1px solid #c9c6c2; border-radius: 8px; background: #fff; }
.hp-composer-row .button { padding: 0 26px; }
.hp-suggestions { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin-top: 14px; }
.hp-suggestions button { min-height: 56px; display: flex; justify-content: center; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 8px; background: #fcfbfa; font-size: 15px; cursor: pointer; transition: background .2s,border-color .2s; }
.hp-suggestions button:hover { border-color: var(--red); background: #fff3f2; }
.hp-hero-art { position: absolute; width: min(61vw,820px); aspect-ratio: 1; right: -110px; top: 50%; transform: translateY(-48%); }
.hp-hero-image { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.hp-hero-art-inner { position: absolute; inset: 0; transform-origin: center; }
.hp-hero-pulse { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.hp-hero-labels { list-style: none; padding: 0; margin: 0; }
.hp-hero-labels li { position: absolute; max-width: 230px; padding: 6px 10px; background: #faf9f6dc; border-radius: 3px; }
.hp-hero-labels b { font-size: clamp(13px,1.15vw,17px); font-weight: 650; }
.hp-hero-labels span { display: block; font-size: clamp(11px,.95vw,14px); color: #5d5954; margin-top: 3px; }
.hp-hero-labels li:nth-child(1) { left: 40%; top: 13%; }
.hp-hero-labels li:nth-child(2) { left: 69%; top: 35%; }
.hp-hero-labels li:nth-child(3) { left: 67%; top: 53%; }
.hp-hero-labels li:nth-child(4) { left: 26%; top: 85%; }
.hp-scroll-cue { position: absolute; bottom: 28px; left: 50%; display: flex; align-items: center; gap: 10px; transform: translateX(-50%); color: #77716b; font-size: 12px; text-decoration: none; }
.hp-refresh .hp-method { background: linear-gradient(180deg,#0d0d0e66,#0d0d0e18 55%,#0d0d0e66),url('rebuild/method-worktable-v3.png') center / cover,#171716; color: #f7f4ee; overflow: clip; }
.hp-method .hp-heading > p:not(.hp-kicker) { color: #b3b0aa; }
.hp-method .hp-kicker { color: #ff777d; }
.hp-method-inner { position: relative; }
.hp-method-tabs { display: grid; grid-template-columns: repeat(5,1fr); margin-top: 28px; border-top: 1px solid #ffffff24; border-bottom: 1px solid #ffffff24; }
.hp-method-tabs button { position: relative; display: flex; align-items: center; gap: 12px; padding: 17px 10px; border: 1px solid transparent; background: transparent; color: #a6a39d; text-align: left; cursor: pointer; border-radius: 8px; }
.hp-method-tabs button > span { display: grid; place-items: center; width: 34px; height: 34px; flex: 0 0 34px; background: #ffffff17; border-radius: 50%; font-size: 19px; }
.hp-method-tabs button strong { display: block; font-size: 18px; }
.hp-method-tabs button small { display: block; font-size: 12px; margin-top: 3px; }
.hp-method-tabs button .hp-icon { width: 18px; flex-basis: 18px; margin-left: auto; filter: invert(45%); }
.hp-method-tabs button:last-child .hp-icon { display: none; }
.hp-method-tabs button[aria-selected=true] { color: #fff; border-color: #ffffff40; border-bottom-color: #e62732; background: #ffffff0c; box-shadow: 0 6px 20px #0005; }
.hp-method-tabs button[aria-selected=true] > span { background: var(--red); }
.hp-method-stage { position: relative; width: 100%; height: 350px; margin: 16px auto 8px; display: grid; grid-template-columns: 1fr 1fr 1.35fr 1fr 1fr; gap: 18px; }
.hp-doc-slot { position: relative; display: grid; place-items: center; min-width: 0; perspective: 1100px; }
.hp-doc-slot::before { content: ''; position: absolute; width: 76%; height: 64%; border-radius: 12%; background: #000; opacity: .24; filter: blur(9px); transform: translate(4px,10px) scale(.94); transition: transform .5s var(--hp-ease),opacity .5s,filter .5s; pointer-events: none; }
.hp-doc-slot:has(.hp-doc-object--workflow)::before { height: 46%; width: 88%; }
.hp-doc-slot.is-active::before { transform: translate(12px,28px) scale(1.02); opacity: .48; filter: blur(19px); }
.hp-doc-slot.is-active { z-index: 2; }
.hp-doc-object { position: relative; width: min(100%,200px); aspect-ratio: .71; pointer-events: none; transform-origin: center; transform: scale(.94); opacity: .93; filter: drop-shadow(2px 5px 3px #0009); transition: transform .5s var(--hp-ease),opacity .3s,filter .5s; }
.hp-doc-object--notebook { width: min(100%,180px); }
.hp-doc-object--workflow { width: min(100%,300px); aspect-ratio: 1.414; }
.hp-doc-object--tablet { aspect-ratio: .73; }
.hp-doc-slot.is-active .hp-doc-object { transform: translateY(-22px) rotateX(3deg) scale(1.16); opacity: 1; filter: drop-shadow(8px 22px 12px #0006); }
.hp-doc-image { display: block; width: 100%; height: 100%; object-fit: contain; }
.hp-doc-object--workflow .hp-doc-image { clip-path: inset(4.4% 3.1%); }
.hp-doc-object--notebook .hp-doc-image { mask: url('rebuild/notebook-silhouette.svg') center / 100% 100% no-repeat; }
.hp-doc-label { position: absolute; inset: 20% 13% 12%; color: #292621; display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; gap: 9px; }
.hp-doc-object--notebook .hp-doc-label { inset: 16% 15% 14% 20%; }
.hp-doc-object--workflow .hp-doc-label { inset: 12% 10%; }
.hp-doc-object--tablet .hp-doc-label { inset: 19% 17%; }
.hp-doc-label span { font-size: 10px; color: #6b635c; }
.hp-doc-label strong { font-size: 15px; white-space: nowrap; }
.hp-doc-preview { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; width: 88%; margin-top: 7px; }
.hp-doc-preview span { border: 1px solid #78685955; padding: 4px 3px; font-size: 10px; color: #55473d; border-radius: 2px; background: #faf7ee40; }
.hp-doc-list { display: grid; gap: 7px; text-align: left; margin-top: 7px; }
.hp-doc-list span { padding-bottom: 6px; border-bottom: 1px solid #78685935; font-size: 10px; color: #62564b; }
.hp-doc-label .hp-icon { width: 30px; height: 30px; opacity: .75; }
.hp-method-detail { display: grid; grid-template-columns: 1.2fr 1fr auto; align-items: center; gap: 25px; padding: 20px 0 0; min-height: 100px; }
.hp-method-detail > div > span { display: block; color: #ff8b91; font-size: 12px; margin-bottom: 5px; }
.hp-method-detail p { color: #c8c4bd; font-size: 14px; line-height: 1.7; }
.hp-method-detail ul { display: flex; justify-content: space-around; gap: 15px; list-style: none; padding: 0; margin: 0; }
.hp-method-detail li { display: flex; flex-direction: column; align-items: center; gap: 9px; color: #e1dcd4; font-size: 13px; }
.hp-method-detail li .hp-icon { filter: invert(1); }
.hp-method-detail > a { display: flex; align-items: center; gap: 8px; color: #ff747b; font-size: 14px; text-decoration: none; margin-right: 64px; }
.hp-method-detail > a .hp-icon { filter: invert(.65); }
.hp-services { background: #f7f5f0; }
.hp-service-stage { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; height: clamp(360px,53svh,530px); padding-top: 36px; }
.hp-service-slot { position: relative; min-width: 0; }
.hp-service-trigger { position: absolute; top: -38px; left: 0; width: 100%; height: 36px; border: 0; background: transparent; text-align: center; color: #77716a; cursor: pointer; }
.hp-service-trigger span { margin-right: 8px; font-size: 11px; }
.hp-service-trigger[aria-pressed=true] { color: var(--red); font-weight: 650; }
.hp-service-panel { position: absolute; width: 100%; height: 94%; top: 3%; left: 0; isolation: isolate; overflow: hidden; border: 1px solid #ffffff40; border-radius: 18px; background: #242422; box-shadow: 0 16px 40px #241f1b15; color: #fff; pointer-events: none; }
.hp-service-slot.is-active { z-index: 3; }
.hp-service-slot.is-active .hp-service-panel { background: #fff; color: #171716; box-shadow: 0 28px 50px #241f1b25; border-color: #d5cfc6; }
.hp-service-visual { position: absolute; inset: 0; opacity: .3; overflow: hidden; transition: opacity .3s; }
.hp-service-slot.is-active .hp-service-visual { opacity: 1; left: 44%; }
.hp-service-copy { position: absolute; z-index: 1; inset: auto 25px 28px; }
.hp-service-copy > span { display: block; font-size: 14px; margin-bottom: 10px; color: #e3babc; }
.hp-service-copy h3 { font-size: clamp(23px,2vw,29px); line-height: 1.24; max-width: 330px; }
.hp-service-copy p { color: #ccc7c0; font-size: 14px; margin-top: 12px; }
.hp-service-copy a { display: flex; align-items: center; gap: 9px; width: fit-content; min-height: 44px; color: var(--red); font-weight: 650; margin-top: 30px; text-decoration: none; opacity: 0; pointer-events: none; }
.hp-service-slot:not(.is-active) .hp-service-visual { opacity: .14; }
.hp-service-slot:not(.is-active) .hp-service-copy { width: 175px; }
.hp-service-slot:not(.is-active).is-after .hp-service-copy { left: auto; right: 25px; }
.hp-service-slot:not(.is-active) .hp-service-copy > span { font-size: 26px; color: #fff; }
.hp-service-slot:not(.is-active) .hp-service-copy h3 { font-size: 18px; }
.hp-service-slot:not(.is-active) .hp-service-copy p { display: none; }
.hp-service-slot.is-active .hp-service-copy { inset: 32px auto 28px 26px; width: 40%; display: flex; flex-direction: column; justify-content: center; }
.hp-service-slot.is-active .hp-service-copy > span { color: var(--red); }
.hp-service-slot.is-active .hp-service-copy p { color: #69625c; }
.hp-service-slot.is-active .hp-service-copy a { opacity: 1; pointer-events: auto; }
.hp-mini-document { width: 78%; margin: 44px auto; border: 1px solid #d4ccc0; padding: 22px; background: #eee9df; color: #37322d; box-shadow: -12px 15px 0 #afaaa024,0 20px 30px #0002; transform: rotate(-6deg); }
.hp-mini-document > span { font-size: 9px; letter-spacing: .08em; }
.hp-mini-document > .hp-icon { display: block; width: 36px; height: 36px; margin: 24px 0 16px; }
.hp-mini-document > b { display: block; font-size: 18px; margin-bottom: 20px; }
.hp-mini-document > div { font-size: 12px; padding: 14px 0; border-top: 1px solid #aaa5; white-space: nowrap; }
.hp-mini-document i { font-style: normal; color: var(--red); }
.hp-flow-preview { position: absolute; inset: 24px 24px; display: flex; flex-direction: column; justify-content: center; gap: 12px; }
.hp-flow-preview > div { position: relative; display: flex; gap: 12px; align-items: center; padding: 9px 14px; border: 1px solid #ddd7ce; border-radius: 10px; background: #fff; color: #1e1c19; box-shadow: 0 10px 18px #3329220d; }
.hp-flow-preview > div:not(:last-child)::after { content: ''; position: absolute; width: 1px; height: 13px; background: #d11720; top: 100%; left: 27px; }
.hp-flow-preview b { display: block; font-size: 14px; }
.hp-flow-preview small { display: block; margin-top: 3px; color: #746d65; font-size: 11px; }
.hp-service-visual--enterprise > img { width: 150%; max-width: none; height: 100%; object-fit: cover; mix-blend-mode: luminosity; opacity: .55; }
.hp-system-layers { position: absolute; inset: 18% 14%; display: flex; flex-direction: column; justify-content: center; gap: 14px; }
.hp-system-layers span { padding: 12px; border: 1px solid #bc8c8b; background: #ffffffd9; color: #543833; text-align: center; font-size: 14px; border-radius: 5px; box-shadow: 0 10px 20px #3115151c; }
.hp-refresh .scene-section { padding: 96px 0 110px; }
.hp-refresh .scene-grid { grid-template-columns: repeat(4,minmax(0,1fr)); grid-template-rows: repeat(3,190px); margin-top: 32px; gap: 14px; }
.hp-refresh .scene-card { isolation: isolate; padding: 22px; }
.hp-refresh .scene-card--feature { grid-area: 1 / 1 / 3 / 3; }
.hp-refresh .scene-card--wide,.hp-refresh .scene-card--photo { grid-column: auto; }
.hp-refresh .scene-card h3 { font-size: clamp(18px,1.55vw,23px); }
.hp-refresh .scene-card--feature h3 { font-size: clamp(26px,2.5vw,36px); max-width: 350px; }
.hp-refresh .scene-card--feature > div > span,.hp-refresh .scene-card--photo > div > span { color: #fff; }
.hp-refresh .section-action { margin-top: 22px; }
.hp-refresh .hp-feedback { background: #181817; color: #f5f1e9; }
.hp-feedback-layout { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 65px; }
.hp-feedback .hp-heading > p:not(.hp-kicker) { color: #b2aea7; margin-bottom: 25px; }
.hp-feedback .hp-kicker { color: #ff7d83; }
.hp-feedback .text-link { font-size: 14px; }
.hp-feedback .text-link .hp-icon { filter: invert(1); }
.hp-feedback-board { border: 1px solid #ffffff29; border-radius: 18px; padding: 24px; background: #242321; }
.hp-feedback-board > header { display: flex; gap: 12px; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid #ffffff24; }
.hp-feedback-board > header strong { font-size: 16px; }
.hp-feedback-board small { color: #aaa59e; font-size: 11px; }
.hp-review-cycle { position: relative; height: 250px; }
.hp-review-cycle > svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.hp-cycle-track,.hp-cycle-progress { fill: none; stroke: #77726b; stroke-width: 1.5; }
.hp-cycle-progress { stroke: #ee4c56; stroke-dasharray: 1; stroke-dashoffset: 1; }
.hp-cycle-node { position: absolute; display: grid; grid-template-columns: 24px 1fr; column-gap: 9px; align-items: center; width: 150px; padding: 12px; border: 1px solid #62564d; border-radius: 9px; background: #272522; }
.hp-cycle-node .hp-icon { grid-row: span 2; filter: invert(.82); width: 21px; }
.hp-cycle-node b { font-size: 14px; }
.hp-cycle-node span { color: #b6b0a7; font-size: 11px; }
.hp-cycle-node:nth-of-type(1) { left: 5%; top: 10%; }
.hp-cycle-node:nth-of-type(2) { right: 5%; top: 10%; }
.hp-cycle-node:nth-of-type(3) { right: 5%; bottom: 10%; }
.hp-cycle-node:nth-of-type(4) { left: 5%; bottom: 10%; }
.hp-cycle-center { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); text-align: center; }
.hp-cycle-center span { display: block; color: #aaa39b; font-size: 11px; }
.hp-cycle-center strong { font-size: 18px; font-weight: 550; }
.hp-review-tabs { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid #ffffff29; border-radius: 8px; overflow: hidden; }
.hp-review-tabs button { min-height: 46px; border: 0; border-left: 1px solid #ffffff29; color: #b8b1a8; background: transparent; font-size: 13px; cursor: pointer; }
.hp-review-tabs button:first-child { border-left: 0; }
.hp-review-tabs button[aria-selected=true] { color: #fff; background: #633032; }
.hp-review-evidence { margin-top: 18px; padding: 18px; border: 1px solid #ffffff1f; border-radius: 8px; background: #ffffff04; min-height: 172px; }
.hp-review-evidence header { display: flex; align-items: center; gap: 8px; }
.hp-review-evidence header .hp-icon { filter: invert(.8); }
.hp-review-evidence header strong { font-size: 15px; }
.hp-review-evidence header span { margin-left: auto; color: #b2aba0; font-size: 11px; }
.hp-review-evidence ul { padding: 0; margin: 14px 0 12px; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; list-style: none; }
.hp-review-evidence li { padding-left: 10px; border-left: 2px solid #e45b63; font-size: 13px; color: #e2dcd2; }
.hp-review-evidence > p { border-top: 1px solid #ffffff1f; padding-top: 10px; font-size: 12px; color: #b6aea3; }
/* Recovered H05/H06 retain their original component rules; fit within the site frame. */
.hp-refresh .hp-cases,.hp-refresh .hp-trust { --surface: #fff; --muted: #756f67; --radius: 16px; --shadow: 0 22px 60px #3d2e2412; --ease: var(--hp-ease); }
.hp-cases .cases-section,.hp-trust .trust-section { padding: 0; min-height: 0; display: block; }
.hp-cases .cases-section__inner,.hp-trust .trust-section__inner { width: var(--page); }
.hp-cases .section-heading { max-width: none; grid-template-columns: 1.6fr .7fr; margin-bottom: 24px; gap: 48px; }
.hp-cases .section-heading h2 { font-size: clamp(34px,3.3vw,48px); line-height: 1.14; }
.hp-cases .section-heading .section-kicker { margin-bottom: 10px; }
.hp-cases .section-intro p { font-size: 14px; margin-bottom: 12px; }
.hp-cases .cases-layout { grid-template-columns: minmax(0,2.55fr) minmax(0,1fr); gap: 20px; }
.hp-cases .case-visual { height: clamp(170px,25svh,285px); }
.hp-cases .case-visual__detail { width: 25%; height: 40%; right: 18px; bottom: 18px; border-width: 4px; }
.hp-cases .case-feature__content { padding: 22px 24px; grid-template-columns: 1fr 1fr; gap: 28px; }
.hp-cases .case-feature h3 { font-size: clamp(22px,2vw,29px); line-height: 1.25; }
.hp-cases .case-company { margin-bottom: 12px; }
.hp-cases .case-feature__detail > p { margin-bottom: 12px; font-size: 13px; line-height: 1.6; }
.hp-cases .case-tags { margin-bottom: 12px; gap: 5px 12px; }
.hp-cases .case-evidence { margin-bottom: 10px; padding-top: 10px; }
.hp-cases .case-link { min-height: 34px; }
.hp-cases .case-selector { padding: 18px; }
.hp-cases .case-option { grid-template-columns: 33% 1fr; min-height: 130px; }
.hp-cases .case-option__copy { padding: 12px; }
.hp-cases .case-option__meta { margin-bottom: 7px; }
.hp-cases .case-option__arrow { padding-top: 3px; }
.hp-cases .case-source-note { font-size: 11px; }
.hp-trust .trust-layout { grid-template-columns: .98fr .95fr 1fr; gap: 18px; }
.hp-trust .support-stack { grid-column: auto; grid-template-columns: 1fr; grid-template-rows: auto 1fr; }
.hp-trust .trust-intro h2 { font-size: clamp(28px,2.45vw,37px); line-height: 1.22; letter-spacing: -.04em; }
.hp-trust .trust-summary { font-size: 14px; margin-top: 20px; }
.hp-trust .trust-kicker { margin-bottom: 18px; }
.hp-trust .principle-tabs { margin-top: auto; padding-top: 34px; }
.hp-trust .principle-tab { min-height: 58px; padding: 9px 6px; grid-template-columns: 38px 1fr; gap: 12px; font-size: 14px; }
.hp-trust .principle-tab::after { right: 0; }
.hp-trust .evidence-card { min-height: 560px; padding: 24px 22px 20px; }
.hp-trust .evidence-card__heading { padding-bottom: 17px; gap: 12px; }
.hp-trust .evidence-mark { width: 40px; height: 40px; }
.hp-trust .evidence-card__heading h3,.hp-trust .support-card__heading h3 { font-size: 21px; }
.hp-trust .evidence-card__lead { margin: 18px 0 10px; font-size: 13px; }
.hp-trust .evidence-table__header,.hp-trust .evidence-table li { grid-template-columns: .88fr 1.12fr; gap: 12px; }
.hp-trust .evidence-table li { padding: 15px 0; }
.hp-trust .evidence-table strong { font-size: 13px; gap: 5px; }
.hp-trust .evidence-table li p { font-size: 13px; }
.hp-trust .process-card,.hp-trust .detail-card { padding: 22px 20px; }
.hp-trust .process-flow { gap: 8px; }
.hp-trust .process-flow strong { font-size: 12px; }
.hp-trust .detail-grid { gap: 10px; }
.hp-trust .detail-grid > div { min-height: 90px; padding: 14px; }
.hp-trust .detail-grid span { font-size: 14px; }
.hp-trust .detail-outcome { padding-top: 17px; font-size: 12px; }
@media (min-width:1100px) {
 .hp-refresh .hp-method { padding-bottom: 60px; }
 .hp-method .hp-heading { display: grid; grid-template-columns: 1.5fr 1fr; align-items: end; gap: 0 40px; }
 .hp-method .hp-heading .hp-kicker { grid-column: 1 / -1; margin-bottom: 8px; }
 .hp-method .hp-heading h2 { font-size: 42px; }
 .hp-method .hp-heading > p:not(.hp-kicker) { max-width: 360px; }
 .hp-refresh main { scroll-padding-top: 0; }
 .hp-refresh main > .hp-screen { scroll-snap-align: start; }
 .hp-refresh main.is-reading { scroll-snap-type: y proximity; }
}
@media (min-width:1100px) and (max-height:780px) {
 .hp-refresh .hp-screen { padding-top: 80px; padding-bottom: 84px; }
 .hp-refresh .hp-hero { padding-top: 64px; padding-bottom: 0; }
 .hp-hero-copy { padding-bottom: 15px; }
 .hp-hero-art { width: min(57vw,710px); right: -72px; }
 .hp-hero-copy h1 { font-size: 58px; }
 .hp-composer { margin-top: 26px; }
 .hp-composer-row input { height: 54px; }
 .hp-suggestions button { min-height: 46px; }
 .hp-method .hp-heading h2 { font-size: 34px; }
 .hp-refresh .hp-method { padding-bottom: 44px; }
 .hp-method .hp-heading { display: grid; grid-template-columns: 1.5fr 1fr; align-items: end; gap: 0 40px; }
 .hp-method .hp-heading .hp-kicker { grid-column: 1 / -1; margin-bottom: 8px; }
 .hp-method .hp-heading > p:not(.hp-kicker) { max-width: 300px; }
 .hp-doc-label { gap: 6px; }
 .hp-doc-label strong { font-size: 12px; }
 .hp-doc-label .hp-icon { width: 22px; height: 22px; }
 .hp-doc-list { gap: 4px; }
 .hp-doc-list span { padding-bottom: 3px; }
 .hp-method .hp-heading > p:not(.hp-kicker) { margin-top: 10px; }
 .hp-method-tabs { margin-top: 20px; }
 .hp-method-tabs button { padding: 12px 8px; gap: 8px; }
 .hp-method-tabs button strong { font-size: 16px; }
 .hp-method-tabs button small { font-size: 11px; }
 .hp-method-stage { height: 270px; margin-top: 12px; }
 .hp-doc-object { width: 160px; }
 .hp-doc-object--notebook { width: 150px; }
 .hp-doc-object--workflow { width: 240px; }
 .hp-method-detail { min-height: 88px; padding-top: 10px; }
 .hp-services .hp-heading-row { margin-bottom: 25px; }
 .hp-service-stage { height: 360px; }
 .hp-feedback-board { padding: 20px; }
 .hp-review-cycle { height: 210px; }
 .hp-review-evidence { min-height: 152px; padding: 14px; }
 .hp-cases .section-heading h2 { font-size: 36px; }
 .hp-refresh .hp-cases { padding-bottom: 76px; }
 .hp-cases .case-feature__content { padding: 16px 20px; gap: 20px; }
 .hp-cases .case-feature h3 { font-size: 24px; }
 .hp-cases .case-feature__detail > p { margin-bottom: 8px; }
 .hp-cases .case-tags { margin-bottom: 8px; }
 .hp-cases .case-option { min-height: 112px; }
 .hp-trust .evidence-card { min-height: 535px; padding: 18px; }
 .hp-trust .evidence-table li { padding: 11px 0; }
 .hp-trust .evidence-card__heading h3,.hp-trust .support-card__heading h3 { font-size: 19px; }
 .hp-trust .process-card,.hp-trust .detail-card { padding: 18px; }
 .hp-trust .detail-grid > div { min-height: 80px; padding: 12px; }
}
@media (max-width:1099px) {
 .hp-refresh .hp-screen { min-height: auto; padding: 90px 0; }
 .hp-refresh .hp-hero { padding-top: 105px; }
 .hp-hero-layout { display: flex; flex-direction: column; min-height: 0; }
 .hp-hero-copy { width: 100%; padding-bottom: 0; }
 .hp-hero-copy h1 { white-space: normal; font-size: clamp(42px,7vw,68px); }
 .hp-hero-art { position: relative; right: auto; top: auto; transform: none; width: min(700px,100%); margin-top: -20px; }
 .hp-hero-labels li { max-width: 190px; }
 .hp-hero-labels b { font-size: 14px; }
 .hp-hero-labels span { font-size: 12px; }
 .hp-hero-labels li:nth-child(2) { left: 63%; }
 .hp-heading-row { flex-direction: column; align-items: start !important; }
 .hp-method-tabs button { flex-direction: column; align-items: start; }
 .hp-method-tabs button .hp-icon { display: none; }
 .hp-method-tabs button strong { font-size: 15px; }
 .hp-method-stage { margin-inline: 0; width: 100%; height: 280px; gap: 12px; }
 .hp-doc-label strong { font-size: 11px; }
 .hp-doc-list span { font-size: 9px; }
 .hp-doc-preview span { font-size: 8px; padding: 5px 1px; }
 .hp-method-detail { grid-template-columns: 1fr 1fr; }
 .hp-method-detail > a { grid-column: 1 / -1; }
 .hp-service-stage { height: 450px; }
 .hp-service-slot.is-active .hp-service-copy { width: 42%; }
 .hp-service-copy h3 { font-size: 22px; }
 .hp-flow-preview { inset: 16px 10px; }
 .hp-flow-preview > div { padding: 10px; gap: 7px; }
 .hp-feedback-layout { grid-template-columns: 1fr; gap: 35px; }
 .hp-feedback .hp-heading { max-width: 640px; }
 .hp-refresh .scene-grid { grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: none; grid-auto-rows: 220px; }
 .hp-refresh .scene-card--feature { grid-area: auto / 1 / auto / 3; }
 .hp-cases .cases-layout { grid-template-columns: 1fr; }
 .hp-cases .case-visual { height: 300px; }
 .hp-cases .case-selector__list { grid-template-columns: 1fr 1fr; }
 .hp-cases .case-source-note { margin-top: 18px; }
 .hp-trust .trust-layout { grid-template-columns: 1fr 1fr; }
 .hp-trust .trust-intro { grid-column: 1 / -1; }
 .hp-trust .trust-intro h2 { font-size: 36px; max-width: 640px; }
 .hp-trust .principle-tabs { display: grid; grid-template-columns: repeat(2,1fr); gap: 0 20px; padding-top: 25px; margin-bottom: 25px; }
 .hp-trust .evidence-card { min-height: 590px; }
}
@media (max-width:650px) {
 .hp-refresh .hp-screen { padding: 74px 0 85px; }
 .hp-refresh .hp-hero { padding-top: 110px; padding-bottom: 50px; }
 .hp-refresh .hp-heading h2 { font-size: 32px; }
 .hp-refresh .hp-heading-row { gap: 10px; margin-bottom: 24px; }
 .hp-refresh .hp-kicker { font-size: 13px; margin-bottom: 13px; }
 .hp-hero-copy h1 { font-size: 40px; max-width: 330px; }
 .hp-hero-summary { font-size: 16px; margin-top: 20px; }
 .hp-composer { padding: 12px; margin-top: 25px; }
 .hp-composer-row { grid-template-columns: 1fr; gap: 10px; }
 .hp-composer-row input { height: 52px; padding-inline: 12px; font-size: 14px; }
 .hp-composer-row .button { min-height: 48px; }
 .hp-suggestions { grid-template-columns: repeat(2,1fr); gap: 8px; margin-top: 10px; }
 .hp-suggestions button { min-height: 44px; font-size: 13px; gap: 6px; }
 .hp-suggestions .hp-icon { width: 18px; height: 18px; flex-basis: 18px; }
 .hp-hero-art { width: calc(100% + 24px); margin-top: 14px; }
 .hp-hero-labels li { padding: 3px 5px; max-width: 152px; }
 .hp-hero-labels b { font-size: 11px; }
 .hp-hero-labels span { font-size: 9px; }
 .hp-hero-labels li:nth-child(2) { left: 61%; top: 33%; }
 .hp-hero-labels li:nth-child(3) { left: 58%; }
 .hp-hero-labels li:nth-child(4) { left: 20%; }
 .hp-scroll-cue { display: none; }
 .hp-method .hp-heading h2 { font-size: 28px; }
 .hp-method-tabs { grid-template-columns: repeat(5,minmax(0,1fr)); gap: 0; }
 .hp-method-tabs button { align-items: center; padding: 12px 2px; text-align: center; gap: 8px; }
 .hp-method-tabs button > span { width: 28px; height: 28px; flex-basis: 28px; font-size: 15px; }
 .hp-method-tabs button strong { font-size: 12px; }
 .hp-method-tabs button small { display: none; }
 .hp-method-stage { width: 100%; height: 320px; margin: 16px 0; grid-template-columns: 1fr; }
 .hp-doc-slot:not(.is-active) { display: none; }
 .hp-doc-object { width: 190px; }
 .hp-doc-object--workflow { width: min(280px,90%); }
 .hp-doc-slot.is-active .hp-doc-object { transform: translateY(-12px) scale(1.08); }
 .hp-doc-label { gap: 9px; }
 .hp-doc-label strong { font-size: 15px; }
 .hp-doc-list span,.hp-doc-preview span { font-size: 10px; }
 .hp-method-detail { grid-template-columns: 1fr; gap: 22px; }
 .hp-method-detail > a { grid-column: auto; }
 .hp-method-detail p { min-height: 72px; }
 .hp-method-detail ul { justify-content: flex-start; gap: 28px; }
 .hp-service-stage { display: flex; flex-direction: column; height: auto; gap: 22px; padding-top: 0; }
 .hp-service-slot { height: 340px; }
 .hp-service-trigger { top: 0; z-index: 5; height: 40px; text-align: left; padding-left: 18px; }
 .hp-service-panel { position: absolute; inset: 0; top: 0; height: 100%; width: 100%; border-color: #d5cfc6; background: #fff; color: #171716; }
 .hp-service-visual,.hp-service-slot.is-active .hp-service-visual { left: 42%; opacity: 1; }
 .hp-service-copy,.hp-service-slot.is-active .hp-service-copy { inset: 55px auto 18px 18px; width: 41%; display: flex; flex-direction: column; justify-content: center; }
 .hp-service-slot:not(.is-active) .hp-service-copy,.hp-service-slot:not(.is-active).is-after .hp-service-copy { width: 41%; left: 18px; right: auto; }
 .hp-service-slot:not(.is-active) .hp-service-copy > span { font-size: 12px; color: var(--red); }
 .hp-service-slot:not(.is-active) .hp-service-copy h3 { font-size: 22px; }
 .hp-service-slot:not(.is-active) .hp-service-copy p { display: block; }
 .hp-service-slot:not(.is-active) .hp-service-visual { opacity: 1; }
 .hp-service-copy h3 { font-size: 22px; }
 .hp-service-copy > span { color: var(--red); font-size: 12px; }
 .hp-service-copy p { color: #69625c; font-size: 13px; }
 .hp-service-copy a { opacity: 1; pointer-events: auto; font-size: 12px; gap: 4px; margin-top: 20px; }
 .hp-mini-document { width: 86%; padding: 14px; }
 .hp-mini-document > b { font-size: 14px; }
 .hp-mini-document > div { font-size: 10px; }
 .hp-flow-preview { inset: 22px 10px; gap: 12px; }
 .hp-flow-preview > div { padding: 10px 8px; gap: 7px; }
 .hp-flow-preview b { font-size: 12px; }
 .hp-flow-preview small { font-size: 9px; }
 .hp-flow-preview .hp-icon { width: 18px; height: 18px; flex-basis: 18px; }
 .hp-flow-preview > div:not(:last-child)::after { height: 13px; }
 .hp-system-layers { inset: 20% 8%; }
 .hp-system-layers span { font-size: 12px; }
 .hp-refresh .scene-section { padding: 74px 0 85px; }
 .hp-refresh .scene-section h2 { font-size: 32px; }
 .hp-refresh .scene-grid { grid-template-columns: 1fr; grid-auto-rows: 215px; }
 .hp-refresh .scene-card--feature { grid-area: auto; }
 .hp-refresh .scene-card h3 { font-size: 24px; }
 .hp-feedback-board { padding: 16px; }
 .hp-feedback-board > header { display: block; }
 .hp-feedback-board > header small { display: block; margin-top: 5px; }
 .hp-review-cycle { height: 240px; }
 .hp-cycle-node { width: 115px; padding: 9px; grid-template-columns: 1fr; }
 .hp-cycle-node > .hp-icon { display: none; }
 .hp-cycle-node:nth-of-type(1),.hp-cycle-node:nth-of-type(4) { left: 0; }
 .hp-cycle-node:nth-of-type(2),.hp-cycle-node:nth-of-type(3) { right: 0; }
 .hp-review-evidence ul { grid-template-columns: 1fr; gap: 10px; }
 .hp-review-evidence { min-height: 218px; }
 .hp-review-tabs button { font-size: 12px; min-height: 46px; }
 .hp-cases .section-heading { display: block; }
 .hp-cases .section-heading h2 { font-size: 32px; }
 .hp-cases .section-intro { margin-top: 20px; }
 .hp-cases .case-visual { height: 220px; }
 .hp-cases .case-feature__content { grid-template-columns: 1fr; gap: 18px; padding: 22px; }
 .hp-cases .case-feature h3 { font-size: 25px; }
 .hp-cases .case-media-disclaimer { padding: 10px 16px; font-size: 10px; }
 .hp-cases .case-selector__list { grid-template-columns: 1fr; }
 .hp-cases .case-feature__detail > p { font-size: 14px; }
 .hp-trust .trust-layout { grid-template-columns: 1fr; }
 .hp-trust .trust-intro { grid-column: auto; }
 .hp-trust .trust-intro h2 { font-size: 32px; }
 .hp-trust .principle-tabs { grid-template-columns: 1fr; }
 .hp-trust .evidence-card { min-height: 0; }
 .hp-trust .evidence-table li { padding: 18px 0; }
 .hp-trust .evidence-card__note { margin-top: 16px; }
 .hp-trust .support-stack { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion:reduce) {
 .hp-refresh *, .hp-refresh *::before,.hp-refresh *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
 .hp-refresh .hp-cycle-progress { stroke-dashoffset: 0; }
}
