@import url("/prototype/partnear-design-tokens.css");

:root { --navy: var(--ptn-navy-900); --ink: var(--ptn-text); --muted: var(--ptn-text-muted); --line: var(--ptn-border); --blue: var(--ptn-blue-600); --emerald: var(--ptn-emerald-500); --mist: var(--ptn-surface-subtle); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: var(--ptn-font-sans); }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid rgba(37, 99, 235, .7); outline-offset: 4px; border-radius: 6px; }
h1, h2, h3, p { margin-top: 0; }
.skip-link { position: fixed; z-index: 10; left: 16px; top: -60px; padding: 12px 16px; color: #fff; background: var(--navy); border-radius: 8px; }
.skip-link:focus { top: 16px; }
.site-header { height: 84px; max-width: 1440px; margin: auto; padding: 0 48px; display: flex; align-items: center; gap: 36px; }
.brand-lockup { display: inline-flex; flex: 1; align-items: center; }
.brand-lockup img { width: 180px; height: auto; }
nav { display: flex; align-items: center; gap: 30px; color: #475569; font-size: 14px; font-weight: 700; }
nav a:hover { color: var(--blue); }
.header-action { padding: 11px 14px; display: inline-flex; gap: 10px; border: 1px solid var(--line); border-radius: 10px; color: var(--navy); font-size: 13px; font-weight: 800; }
.header-action:hover { border-color: var(--blue); color: var(--blue); }
.hero { min-height: 692px; max-width: 1440px; margin: auto; padding: 98px 48px 108px; display: grid; grid-template-columns: 1fr 1fr; gap: 86px; align-items: center; }
.eyebrow { margin-bottom: 22px; color: var(--blue); font-size: 11px; font-weight: 850; letter-spacing: .16em; }
h1 { margin-bottom: 30px; color: var(--navy); font-size: clamp(52px, 6.4vw, 94px); line-height: .99; letter-spacing: -.065em; }
h2 { color: var(--navy); font-size: clamp(38px, 4.2vw, 66px); line-height: 1.04; letter-spacing: -.058em; }
.hero-description { max-width: 580px; margin-bottom: 34px; color: #475569; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; padding: 14px 19px; display: inline-flex; justify-content: center; align-items: center; gap: 15px; border: 1px solid transparent; border-radius: 12px; font-size: 14px; font-weight: 800; transition: transform .15s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--blue); }
.button-secondary { border-color: var(--line); color: var(--navy); background: #fff; }
.case-board { padding: 28px; border: 1px solid #d4deea; border-radius: 22px; background: #fff; box-shadow: var(--ptn-shadow-float); }
.board-header, .board-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.board-header span { display: block; margin-bottom: 6px; color: var(--muted); font-size: 12px; }
.board-header strong { color: var(--navy); font-size: 17px; }
.status { margin: 0; padding: 8px 10px; display: inline-flex !important; align-items: center; gap: 7px; border-radius: 999px; color: #047857 !important; background: #ecfdf5; font-size: 11px !important; font-weight: 800; }
.status i { width: 7px; height: 7px; border-radius: 50%; background: var(--emerald); }
.case-steps { margin: 28px 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.case-steps li { min-height: 71px; display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 12px; border-bottom: 1px solid var(--line); }
.case-steps li > span { color: #94a3b8; font-size: 12px; font-weight: 800; }
.case-steps strong { display: block; margin-bottom: 4px; color: var(--navy); font-size: 14px; }
.case-steps small { color: var(--muted); font-size: 12px; }
.case-steps b { padding: 6px 8px; border-radius: 7px; color: #64748b; background: #f1f5f9; font-size: 11px; }
.case-steps .done b { color: #047857; background: #ecfdf5; }
.case-steps .current { margin: 0 -12px; padding: 0 12px; background: #eff6ff; }
.case-steps .current strong { color: var(--blue); }
.case-steps .current b { color: #1d4ed8; background: #dbeafe; }
.board-footer { color: var(--muted); font-size: 12px; }
.board-footer strong { flex: 1; color: var(--navy); font-size: 13px; }
.board-footer a { color: var(--blue); font-weight: 800; }
.principle { padding: 142px max(48px, calc((100vw - 1120px) / 2)); color: #fff; background: var(--navy); }
.principle .eyebrow { color: #9ab6ff; }
.principle h2 { max-width: 720px; margin-bottom: 34px; color: #fff; }
.principle p:last-child { max-width: 590px; margin: 0; color: #cbd5e1; font-size: 18px; line-height: 1.75; }
.solutions { max-width: 1440px; margin: auto; padding: 144px 48px; }
.section-heading { margin-bottom: 68px; display: flex; align-items: end; justify-content: space-between; gap: 56px; }
.section-heading h2 { margin: 0; }
.section-heading > p { max-width: 330px; margin: 0 0 8px; color: var(--muted); line-height: 1.7; }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.solution-grid article { min-height: 364px; padding: 30px 34px 30px 0; border-right: 1px solid var(--line); }
.solution-grid article + article { padding-left: 34px; }
.solution-grid article:last-child { border-right: 0; }
.solution-grid span { color: var(--blue); font-size: 12px; font-weight: 850; letter-spacing: .1em; }
.solution-grid h3 { margin: 62px 0 15px; color: var(--navy); font-size: 24px; letter-spacing: -.04em; }
.solution-grid p { min-height: 76px; color: #64748b; line-height: 1.65; }
.solution-grid ul { margin: 24px 0 0; padding: 0; list-style: none; color: #334155; font-size: 13px; line-height: 2; }
.solution-grid li::before { content: "·"; margin-right: 8px; color: var(--blue); font-weight: 900; }
.flow { padding: 144px max(48px, calc((100vw - 1120px) / 2)); background: var(--mist); }
.flow-heading { max-width: 800px; margin-bottom: 76px; }
.flow-heading h2 { margin: 0; }
.journey { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; border-top: 1px solid var(--line); }
.journey li { min-height: 282px; padding: 27px 26px 20px 0; border-right: 1px solid var(--line); }
.journey li + li { padding-left: 27px; }
.journey li:last-child { border-right: 0; }
.journey span { color: var(--blue); font-size: 13px; font-weight: 850; }
.journey h3 { margin: 62px 0 13px; color: var(--navy); font-size: 20px; letter-spacing: -.035em; }
.journey p { color: var(--muted); font-size: 14px; line-height: 1.65; }
.roles { padding: 142px max(48px, calc((100vw - 1120px) / 2)); display: grid; grid-template-columns: .88fr 1.12fr; gap: 100px; color: #fff; background: var(--navy); }
.roles .eyebrow { color: #9ab6ff; }
.roles h2 { margin: 0; color: #fff; }
.role-list { border-top: 1px solid rgba(255,255,255,.25); }
.role-list article { padding: 22px 0; display: grid; grid-template-columns: 130px 1fr; gap: 18px; border-bottom: 1px solid rgba(255,255,255,.2); align-items: baseline; }
.role-list strong { color: #fff; font-size: 17px; }
.role-list p { grid-column: 2; margin: 0; color: #d5deea; line-height: 1.6; }
.role-list span { grid-column: 2; color: #9ab6ff; font-size: 12px; font-weight: 700; }
.start { padding: 150px max(48px, calc((100vw - 1120px) / 2)); text-align: center; }
.start h2 { margin-bottom: 70px; }
.start ol { max-width: 880px; margin: auto; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); text-align: left; list-style: none; }
.start li { padding: 0 21px; border-right: 1px solid var(--line); }
.start li:first-child { padding-left: 0; }
.start li:last-child { padding-right: 0; border-right: 0; }
.start li > span { width: 32px; height: 32px; margin-bottom: 22px; display: grid; place-items: center; border-radius: 50%; color: var(--blue); background: #eff6ff; font-size: 13px; font-weight: 850; }
.start strong { display: block; margin-bottom: 9px; color: var(--navy); font-size: 16px; }
.start li p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.start-note { margin: 54px auto 0; color: var(--muted); font-size: 14px; }
footer { max-width: 1440px; margin: auto; padding: 32px 48px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
footer img { width: 150px; }
footer span { text-align: center; }
footer a { text-align: right; color: var(--navy); font-weight: 750; }

@media (max-width: 820px) {
  .site-header { height: 72px; padding: 0 22px; gap: 16px; }
  .brand-lockup img { width: 150px; }
  nav { display: none; }
  .header-action { padding: 9px 11px; font-size: 12px; }
  .hero { min-height: auto; padding: 72px 22px 82px; grid-template-columns: 1fr; gap: 52px; }
  h1 { font-size: clamp(50px, 15vw, 76px); }
  .hero-description { font-size: 16px; }
  .case-board { padding: 22px; }
  .principle, .flow, .start { padding: 92px 22px; }
  .solutions { padding: 92px 22px; }
  .section-heading { display: block; margin-bottom: 46px; }
  .section-heading > p { margin-top: 22px; }
  .solution-grid, .journey, .start ol { grid-template-columns: 1fr; }
  .solution-grid article, .solution-grid article + article, .journey li, .journey li + li { min-height: auto; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .solution-grid h3, .journey h3 { margin-top: 35px; }
  .solution-grid p { min-height: auto; }
  .roles { padding: 92px 22px; display: block; }
  .roles h2 { margin-bottom: 44px; }
  .role-list article { grid-template-columns: 1fr; gap: 7px; }
  .role-list p, .role-list span { grid-column: 1; }
  .start h2 { margin-bottom: 48px; }
  .start li, .start li:first-child, .start li:last-child { padding: 22px 0; display: grid; grid-template-columns: 48px 1fr; gap: 14px; border-right: 0; border-bottom: 1px solid var(--line); }
  .start li > span { margin: 0; }
  footer { padding: 28px 22px; grid-template-columns: 1fr; gap: 16px; }
  footer span, footer a { text-align: left; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }
