/*
Theme Name: KeyTalent Candidate + Japanese
Theme URI: https://keytalent.co.jp/
Author: KeyTalent Inc.
Description: Candidate-focused bilingual English and Japanese theme for KeyTalent.
Version: 1.5.7
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: keytalent
*/

.admin-bar .site-header { top: auto; }

:root {
  --ink: #091521;
  --navy: #0d2639;
  --blue: #28a9e8;
  --blue-dark: #0b7db9;
  --mist: #eef4f7;
  --line: #d7e1e7;
  --paper: #ffffff;
  --muted: #596874;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
.jp-page { font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", Arial, sans-serif; font-size:.94rem; }
.jp-page h1, .jp-page h2, .jp-page h3 { letter-spacing: -.035em; line-height: 1.12; }
.jp-page .hero h1 { font-size:clamp(3rem, 5.2vw, 5.9rem); }
.jp-page .section-intro h2, .jp-page .approach h2, .jp-page .founder h2, .jp-page .contact-inner h2 { font-size:clamp(2.15rem, 3.8vw, 4.05rem); }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header { position: relative; z-index: 50; background: rgba(255,255,255,.98); border-bottom: 1px solid rgba(9,21,33,.08); }
.nav-wrap { width: min(1240px, calc(100% - 48px)); min-height: 84px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; }
.brand-logo { display:block; width:230px; max-width:42vw; height:auto; }
.desktop-nav { display: flex; gap: 30px; font-size: .92rem; font-weight: 600; }
.desktop-nav a { position: relative; padding-block: 8px; }
.desktop-nav a::after { content:""; position:absolute; left:0; right:100%; bottom:0; height:2px; background:var(--blue); transition:.25s ease; }
.desktop-nav a:hover::after { right:0; }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.language-link { font-size: .8rem; font-weight: 700; letter-spacing: .12em; }
.menu-button { display: none; border: 0; background: transparent; padding: 8px; color: var(--ink); }
.mobile-nav { display: none; }
.mobile-nav[hidden] { display:none !important; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 50px; padding: 0 22px; border-radius: 999px; font-size: .88rem; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: white; background: var(--ink); }
.button-dark:hover { background: var(--navy); }
.line-brand-icon { display:block; width:64px; height:64px; object-fit:contain; flex:none; }
.header-line-icon { width:34px; height:34px; margin-left:-10px; }
.button-blue { color: white; background: var(--blue-dark); }
.button-blue:hover { background: #096ca0; }
.button-white { color: var(--ink); background: white; }
.text-link { display:inline-flex; align-items:center; gap:9px; padding: 12px 4px; border-bottom: 1px solid var(--ink); font-size:.92rem; font-weight:700; }

.hero { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 700px; align-items: center; gap: 80px; padding-block: 82px; }
.eyebrow { display:flex; align-items:center; gap:10px; margin:0 0 24px; color:var(--blue-dark); font-size:.75rem; font-weight:800; letter-spacing:.18em; text-transform:uppercase; }
.eyebrow > span { display:block; width:30px; height:2px; background:var(--blue); }
.hero h1 { max-width: 720px; margin:0; font-size:clamp(3.5rem, 6vw, 6.9rem); line-height:.94; letter-spacing:-.065em; font-weight:700; }
.hero-emphasis { color:var(--blue-dark); font-style:italic; font-weight:800; white-space:nowrap; }
.hero-lede { max-width:650px; margin:32px 0 0; color:var(--muted); font-size:1.17rem; line-height:1.7; }
.hero-japanese { margin:14px 0 0; color:var(--blue-dark); font-size:.98rem; font-weight:700; letter-spacing:.02em; }
.hero-actions { display:flex; align-items:center; gap:25px; margin-top:38px; flex-wrap:wrap; }
.signal-panel { position:relative; min-height:540px; padding:25px; overflow:hidden; background:var(--navy); color:white; border-radius:3px; box-shadow: 25px 30px 0 var(--mist); }
.signal-panel::before { content:""; position:absolute; inset:0; background:linear-gradient(135deg, transparent 45%, rgba(40,169,232,.1)), radial-gradient(circle at 85% 12%, rgba(40,169,232,.35), transparent 30%); }
.signal-topline { position:relative; z-index:2; display:flex; justify-content:space-between; gap:20px; color:#b9cbd7; font-size:.68rem; letter-spacing:.13em; text-transform:uppercase; }
.live-label { display:flex; align-items:center; gap:8px; }
.live-label i { width:7px; height:7px; border-radius:50%; background:#58d5a6; box-shadow:0 0 0 5px rgba(88,213,166,.12); }
.signal-orbit { position:absolute; inset:70px 25px 105px; display:grid; place-items:center; }
.orbit { position:absolute; border:1px solid rgba(160,204,229,.28); border-radius:50%; }
.orbit-one { width:170px; height:170px; }
.orbit-two { width:290px; height:290px; }
.orbit-three { width:420px; height:420px; }
.signal-core { display:grid; place-items:center; width:72px; height:72px; border:1px solid var(--blue); border-radius:50%; color:white; background:#102f46; font-size:1rem; font-weight:800; letter-spacing:.1em; box-shadow:0 0 40px rgba(40,169,232,.3); }
.node { position:absolute; width:12px; height:12px; border-radius:50%; background:var(--blue); box-shadow:0 0 0 8px rgba(40,169,232,.12); }
.node-one { top:21%; right:17%; }.node-two { bottom:12%; left:25%; }.node-three { top:45%; left:5%; }
.signal-bottom { position:absolute; left:25px; right:25px; bottom:24px; display:grid; grid-template-columns:repeat(3,1fr); gap:16px; border-top:1px solid rgba(255,255,255,.15); padding-top:18px; }
.signal-bottom div { display:flex; flex-direction:column; gap:6px; }
.signal-bottom span { color:#8ca5b5; font-size:.62rem; letter-spacing:.12em; text-transform:uppercase; }
.signal-bottom strong { font-size:.78rem; }

.credibility-strip { background: var(--mist); border-block:1px solid var(--line); }
.credential-grid { min-height:118px; display:grid; grid-template-columns:1.15fr 1fr 1fr 1fr; align-items:center; }
.credential-grid > div { min-height:54px; display:flex; align-items:center; gap:14px; padding-inline:24px; border-right:1px solid var(--line); color:#344652; }
.credential-grid > div:first-child { padding-left:0; }.credential-grid > div:last-child { border:0; }
.credential-grid strong { font-size:2.4rem; letter-spacing:-.05em; color:var(--ink); }
.credential-grid span { font-size:.78rem; line-height:1.45; font-weight:700; }
.credential-grid svg { width:25px; color:var(--blue-dark); stroke-width:1.7; flex:none; }

.audience, .expertise, .proof, .founder { padding-block:125px; }
.section-intro { max-width:850px; }
.section-intro h2, .approach h2, .founder h2, .final-cta h2, .contact-inner h2 { margin:0; font-size:clamp(2.4rem, 4.4vw, 4.7rem); line-height:1.02; letter-spacing:-.05em; }
.section-lede { max-width:720px; margin:26px 0 0; color:var(--muted); font-size:1.05rem; line-height:1.75; }

.candidate-support { padding-block:125px; }
.candidate-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:58px; }
.candidate-card { min-height:390px; padding:34px; display:flex; flex-direction:column; align-items:flex-start; background:var(--mist); border:1px solid var(--line); }
.candidate-card-featured { color:white; background:linear-gradient(145deg, var(--blue-dark), #07567f); border-color:var(--blue-dark); transform:translateY(-12px); box-shadow:0 18px 45px rgba(11,125,185,.18); }
.candidate-card .card-index { margin-bottom:auto; color:var(--blue-dark); font-size:.7rem; font-weight:800; letter-spacing:.14em; text-transform:uppercase; }
.candidate-card-featured .card-index { color:#82cdec; }
.candidate-card > svg { width:29px; height:29px; margin-top:50px; color:var(--blue-dark); }
.candidate-card-featured > svg { color:var(--blue); }
.candidate-card h3 { margin:24px 0 14px; font-size:1.75rem; line-height:1.12; letter-spacing:-.035em; }
.candidate-card p { margin:0; color:var(--muted); line-height:1.72; }
.candidate-card-featured p { color:#b9c7d1; }
.audience-grid { display:grid; grid-template-columns:1fr 1fr; gap:20px; margin-top:58px; }
.audience-card { min-height:545px; padding:45px; display:flex; flex-direction:column; align-items:flex-start; }
.audience-card .card-index { margin-bottom:55px; font-size:.72rem; font-weight:800; letter-spacing:.16em; text-transform:uppercase; }
.audience-card h3 { max-width:480px; margin:25px 0 15px; font-size:2.05rem; line-height:1.08; letter-spacing:-.035em; }
.audience-card p { margin:0; font-size:1rem; line-height:1.72; }
.audience-card ul { display:grid; gap:11px; margin:28px 0 38px; padding:0; list-style:none; }
.audience-card li { display:flex; align-items:center; gap:9px; font-size:.86rem; font-weight:600; }
.audience-card li svg { width:16px; }
.audience-card > a { display:inline-flex; align-items:center; gap:10px; margin-top:auto; padding-bottom:6px; border-bottom:1px solid currentColor; font-size:.9rem; font-weight:800; }
.audience-card > a svg { width:17px; }
.audience-dark { color:white; background:var(--ink); }
.audience-dark p { color:#b9c7d1; }.audience-dark svg { color:var(--blue); }
.audience-light { color:var(--ink); background:var(--mist); border:1px solid var(--line); }
.audience-light p { color:#53636e; }.audience-light > svg { color:var(--blue-dark); }

.expertise { border-top:1px solid var(--line); }
.split-intro { max-width:none; display:grid; grid-template-columns:1.2fr .8fr; align-items:end; gap:80px; }
.split-intro > p { margin:0 0 6px; color:var(--muted); font-size:1.02rem; line-height:1.75; }
.expertise-grid { display:grid; grid-template-columns:repeat(3,1fr); margin-top:65px; border-top:1px solid var(--line); border-left:1px solid var(--line); }
.expertise-card { position:relative; min-height:255px; padding:32px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); transition:.25s ease; }
.expertise-card:hover { background:var(--navy); color:white; transform:translateY(-4px); }
.expertise-card > span { color:var(--blue-dark); font-size:.72rem; font-weight:800; letter-spacing:.15em; }
.expertise-card h3 { margin:42px 0 12px; font-size:1.25rem; letter-spacing:-.02em; }
.expertise-card p { margin:0; color:var(--muted); font-size:.87rem; line-height:1.65; }
.expertise-card:hover p { color:#bbcad4; }
.expertise-card svg { position:absolute; top:27px; right:25px; width:20px; color:var(--blue); }

.approach { background:linear-gradient(120deg, var(--navy) 0%, #0b4568 60%, var(--blue-dark) 140%); color:white; }
.approach-inner { display:grid; grid-template-columns:.85fr 1.15fr; gap:100px; padding-block:125px; }
.eyebrow-light { color:#82cdec; }.eyebrow-light > span { background:#82cdec; }
.approach-copy > p:not(.eyebrow) { max-width:520px; margin:30px 0 38px; color:#b5c5d0; font-size:1.05rem; line-height:1.75; }
.process-list { margin:0; padding:0; list-style:none; border-top:1px solid rgba(255,255,255,.16); }
.process-list li { display:grid; grid-template-columns:54px 1fr; gap:15px; padding:26px 0; border-bottom:1px solid rgba(255,255,255,.16); }
.process-list > li > span { color:var(--blue); font-size:.75rem; font-weight:800; letter-spacing:.12em; }
.process-list h3 { margin:0 0 8px; font-size:1.25rem; }.process-list p { margin:0; color:#aebfca; font-size:.9rem; line-height:1.6; }

.positions-grid { display:grid; grid-template-columns:repeat(3,1fr); margin-top:65px; border-top:1px solid var(--line); }
.positions-grid div { display:flex; align-items:center; gap:20px; min-height:88px; padding:18px; border-bottom:1px solid var(--line); }
.positions-grid span { color:var(--blue-dark); font-size:.68rem; font-weight:800; }.positions-grid strong { font-size:1.02rem; }
.testimonial-grid { display:grid; grid-template-columns:1fr 1fr; gap:20px; margin-top:68px; }
.testimonial-grid figure { min-height:350px; margin:0; padding:42px; background:var(--mist); display:flex; flex-direction:column; }
.testimonial-grid figure > svg { color:var(--blue); width:34px; height:34px; fill:rgba(40,169,232,.1); }
.testimonial-grid blockquote { margin:38px 0; font-size:1.35rem; line-height:1.55; letter-spacing:-.02em; }
.testimonial-grid figcaption { margin-top:auto; display:flex; flex-direction:column; gap:5px; }.testimonial-grid figcaption strong { font-size:.85rem; }.testimonial-grid figcaption span { color:var(--muted); font-size:.78rem; }
.testimonial-grid-single { grid-template-columns:minmax(0, 760px); }

.founder { display:grid; grid-template-columns:.8fr 1.2fr; gap:100px; align-items:center; border-top:1px solid var(--line); }
.founder-image-wrap { position:relative; width:min(100%,240px); justify-self:center; align-self:start; margin-top:8px; }
.founder-image-wrap::before { content:""; position:absolute; inset:12px -12px -12px 12px; background:linear-gradient(145deg, var(--blue), var(--blue-dark)); z-index:-1; }
.founder-image-wrap img { width:100%; height:300px; object-fit:cover; object-position:center 30%; filter:saturate(.9) contrast(1.01); display:block; }
.founder-image-wrap > span { position:absolute; left:18px; bottom:18px; padding:10px 14px; background:white; font-size:.66rem; font-weight:800; letter-spacing:.14em; text-transform:uppercase; }
.founder-quote { margin:34px 0 24px; font-size:1.35rem; line-height:1.5; letter-spacing:-.02em; }
.founder-copy > p:not(.eyebrow):not(.founder-quote) { max-width:650px; color:var(--muted); line-height:1.75; }
.signature { display:flex; flex-direction:column; gap:5px; margin-top:30px; }.signature strong { font-size:.92rem; }.signature span { color:var(--blue-dark); font-size:.75rem; font-weight:700; }

.final-cta { background:var(--blue-dark); color:white; }
.final-cta-inner { padding-block:105px; }
.final-cta h2 { max-width:1000px; }
.final-cta-inner > div { display:flex; align-items:center; gap:28px; margin-top:40px; flex-wrap:wrap; }.final-cta-inner > div > a:last-child { font-size:.86rem; border-bottom:1px solid rgba(255,255,255,.65); }

.contact-section { color:white; background:linear-gradient(120deg, #075f91, var(--blue-dark) 55%, #149fdc); }
.contact-inner { padding-block:110px; }
.contact-inner h2 { max-width:900px; }
.contact-intro { max-width:720px; margin:27px 0 0; color:#d7edf8; font-size:1.05rem; line-height:1.75; }
.contact-options { display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-top:50px; }
.contact-options-single { grid-template-columns:minmax(0, 620px); }
.contact-card { position:relative; min-height:230px; padding:30px; display:flex; flex-direction:column; align-items:flex-start; color:var(--ink); background:white; transition:transform .2s ease, box-shadow .2s ease; }
.contact-card:hover { transform:translateY(-4px); box-shadow:0 16px 35px rgba(4,38,59,.22); }
.contact-card > svg { width:32px; height:32px; margin:38px 0 20px; color:var(--blue-dark); }
.contact-card strong { font-size:1.5rem; letter-spacing:-.025em; }
.contact-card small { margin-top:8px; color:var(--muted); font-size:.84rem; }
.contact-label { color:var(--blue-dark); font-size:.68rem; font-weight:800; letter-spacing:.16em; text-transform:uppercase; }
.contact-arrow { position:absolute; top:28px; right:28px; }
.contact-arrow svg { width:22px; height:22px; }
.contact-card-line .contact-label, .contact-card-line > svg { color:#06a943; }
.contact-card-line { min-height:230px; display:grid; grid-template-columns:minmax(0, 1fr) 154px; gap:25px; align-items:center; border-top:4px solid #06c755; }
.line-card-copy { display:flex; flex-direction:column; align-items:flex-start; }
.line-card-heading { display:flex; align-items:center; gap:15px; }
.line-card-heading strong { font-size:1.65rem; letter-spacing:-.025em; }
.line-card-description { max-width:340px; margin-top:14px; color:var(--muted); font-size:.88rem; line-height:1.55; }
.line-account { margin-top:16px; padding:10px 15px; color:white; background:#06c755; border-radius:4px; font-size:.86rem; font-weight:800; }
.line-qr-wrap { display:flex; flex-direction:column; align-items:center; gap:7px; color:#435965; font-size:.66rem; font-weight:800; letter-spacing:.06em; text-transform:uppercase; }
.line-qr { display:block; width:145px; height:145px; padding:7px; border:1px solid var(--line); background:white; }
.contact-privacy { display:flex; align-items:center; gap:9px; margin:28px 0 0; color:#d7edf8; font-size:.82rem; }
.contact-privacy svg { width:17px; height:17px; }

.employer-note { background:#e9f0f4; border-bottom:1px solid var(--line); }
.employer-note > div { min-height:164px; display:flex; align-items:center; justify-content:space-between; gap:48px; }
.employer-note > div > div { display:flex; flex-direction:column; gap:11px; }
.employer-note strong { font-size:1.42rem; line-height:1.25; }
.employer-note span { color:var(--muted); font-size:1rem; line-height:1.55; }
.employer-note a { display:inline-flex; align-items:center; gap:10px; padding-bottom:7px; border-bottom:1px solid currentColor; font-size:.96rem; font-weight:800; white-space:nowrap; }
.employer-note a svg { width:17px; }

.site-footer { padding:72px 0 28px; color:white; background:#061019; }
.site-footer .brand { margin-bottom:20px; padding:9px 12px; background:white; }
.site-footer .brand-logo { width:205px; max-width:100%; }
.footer-grid { display:grid; grid-template-columns:1.5fr 1fr .6fr .7fr; gap:55px; }
.footer-grid > div { display:flex; flex-direction:column; align-items:flex-start; gap:10px; }.footer-grid p, .footer-grid a { margin:0; color:#9fb0bb; font-size:.8rem; line-height:1.7; }.footer-grid strong { margin-bottom:7px; font-size:.73rem; letter-spacing:.14em; text-transform:uppercase; }
.footer-grid a:hover { color:white; }
.footer-grid .map-link { color:#82cdec; font-weight:700; }
.footer-bottom { display:flex; justify-content:space-between; gap:30px; margin-top:60px; padding-top:24px; border-top:1px solid rgba(255,255,255,.12); color:#7f929f; font-size:.68rem; }

.legal-page { min-height:100vh; background:linear-gradient(180deg, var(--mist), white 360px); }
.legal-header { width:min(1180px, calc(100% - 48px)); min-height:90px; margin:auto; display:flex; align-items:center; justify-content:space-between; gap:24px; border-bottom:1px solid var(--line); }
.legal-header img { display:block; width:220px; max-width:48vw; height:auto; }
.legal-header > a:last-child { font-size:.82rem; font-weight:700; border-bottom:1px solid currentColor; }
.legal-shell { width:min(860px, calc(100% - 48px)); margin:auto; padding:100px 0 130px; }
.legal-shell h1 { margin:0 0 55px; font-size:clamp(3.1rem, 7vw, 6.5rem); line-height:.96; letter-spacing:-.06em; }
.company-details { margin:0; border-top:1px solid var(--line); }
.company-details > div { display:grid; grid-template-columns:190px 1fr; gap:35px; padding:24px 0; border-bottom:1px solid var(--line); }
.company-details dt { color:var(--blue-dark); font-size:.74rem; font-weight:800; letter-spacing:.11em; text-transform:uppercase; }
.company-details dd { margin:0; line-height:1.65; }
.company-details .map-link { display:inline-block; margin-top:8px; color:var(--blue-dark); font-size:.84rem; font-weight:700; border-bottom:1px solid currentColor; }
.legal-copy > p { color:var(--muted); font-size:1rem; line-height:1.8; }
.legal-copy h2 { margin:42px 0 8px; font-size:1.4rem; letter-spacing:-.025em; }
.legal-copy a { color:var(--blue-dark); border-bottom:1px solid currentColor; }

@media (max-width: 1000px) {
  .desktop-nav, .header-cta { display:none; }.menu-button { display:block; }.mobile-nav { display:grid; gap:0; padding:12px 24px 24px; border-top:1px solid var(--line); }.mobile-nav a { padding:14px 0; border-bottom:1px solid var(--line); font-weight:700; }
  .hero { grid-template-columns:1fr; gap:55px; padding-block:75px; }.hero h1 { max-width:850px; }.signal-panel { min-height:470px; }
  .credential-grid { grid-template-columns:1fr 1fr; padding-block:20px; }.credential-grid > div { border-bottom:1px solid var(--line); }.credential-grid > div:nth-child(2) { border-right:0; }.credential-grid > div:nth-child(3), .credential-grid > div:nth-child(4) { border-bottom:0; }
  .split-intro, .approach-inner, .founder { grid-template-columns:1fr; gap:55px; }.candidate-grid { grid-template-columns:1fr; }.candidate-card { min-height:320px; }.candidate-card-featured { transform:none; }.expertise-grid { grid-template-columns:1fr 1fr; }.approach-inner { padding-block:95px; }.founder-image-wrap { justify-self:center; }
  .footer-grid { grid-template-columns:1.2fr 1fr 1fr; }.footer-grid > div:last-child { grid-column:2; }
}

@media (max-width: 680px) {
  .section-shell, .nav-wrap { width:min(100% - 32px, 1180px); }.nav-wrap { min-height:70px; }.brand-logo { width:190px; max-width:50vw; }
  .hero { min-height:auto; padding-block:55px 75px; }.hero h1 { font-size:clamp(3.2rem, 15vw, 5rem); }.hero-lede { font-size:1rem; }.hero-actions { align-items:flex-start; flex-direction:column; }.button { width:100%; }
  .signal-panel { min-height:410px; margin-right:12px; box-shadow:12px 14px 0 var(--mist); }.orbit-three { width:330px; height:330px; }.orbit-two { width:235px; height:235px; }.orbit-one { width:140px; height:140px; }.signal-topline { flex-direction:column; }.signal-bottom { grid-template-columns:1fr 1fr; }.signal-bottom div:last-child { display:none; }
  .credential-grid { grid-template-columns:1fr; padding-block:10px; }.credential-grid > div { min-height:70px; padding-inline:0; border-right:0; border-bottom:1px solid var(--line) !important; }.credential-grid > div:last-child { border-bottom:0 !important; }
  .audience, .candidate-support, .expertise, .proof, .founder { padding-block:86px; }.section-intro h2, .approach h2, .founder h2, .final-cta h2, .contact-inner h2 { font-size:2.65rem; }.audience-grid, .expertise-grid, .testimonial-grid, .positions-grid, .contact-options { grid-template-columns:1fr; }.audience-card { min-height:540px; padding:32px 26px; }.audience-card .card-index { margin-bottom:38px; }.candidate-card { min-height:300px; padding:28px 25px; }.candidate-card > svg { margin-top:42px; }
  .split-intro { gap:28px; }.expertise-grid { margin-top:45px; }.expertise-card { min-height:220px; }.approach-inner { padding-block:86px; }.process-list li { grid-template-columns:42px 1fr; }
  .testimonial-grid figure { min-height:390px; padding:30px 25px; }.testimonial-grid blockquote { font-size:1.18rem; }.founder { gap:62px; }.founder-image-wrap { width:min(calc(100% - 28px),190px); margin-top:0; }.founder-image-wrap img { height:238px; }.founder-quote { font-size:1.18rem; }
  .final-cta-inner, .contact-inner { padding-block:82px; }.final-cta-inner > div { align-items:flex-start; flex-direction:column; }.contact-card { min-height:215px; }.employer-note > div { min-height:0; padding-block:40px; align-items:flex-start; flex-direction:column; gap:25px; }
  .contact-card-line { grid-template-columns:minmax(0, 1fr) 120px; gap:18px; padding:24px; }.line-brand-icon { width:52px; height:52px; }.line-card-heading { gap:11px; }.line-card-heading strong { font-size:1.35rem; }.line-card-description { font-size:.8rem; }.line-account { padding:9px 11px; font-size:.76rem; }.line-qr { width:116px; height:116px; }
  .footer-grid { grid-template-columns:1fr; gap:36px; }.footer-grid > div:last-child { grid-column:auto; }.footer-bottom { flex-direction:column; margin-top:45px; }
  .legal-header, .legal-shell { width:min(100% - 32px, 860px); }.legal-shell { padding:72px 0 95px; }.legal-shell h1 { margin-bottom:42px; }.company-details > div { grid-template-columns:1fr; gap:8px; }
  .jp-page .hero h1 { font-size:clamp(2.75rem, 12vw, 4.15rem); }
  .jp-page .section-intro h2, .jp-page .approach h2, .jp-page .founder h2, .jp-page .contact-inner h2 { font-size:2.25rem; }
}

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