:root{--green:#175c54;--ink:#233832;--muted:#63766d;--line:#dde6e1}*{box-sizing:border-box}body{margin:0;background:#eef3f0;color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;font-size:16px;line-height:1.9}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid #b78b39;outline-offset:5px}h1,h2,p{margin:0}.page{width:min(1000px,calc(100% - 56px));margin:55px auto 25px}.page-label{font-size:12px;letter-spacing:.18em;color:var(--muted);margin-bottom:17px}.card{background:white;border-radius:6px;border-top:5px solid var(--green);box-shadow:0 14px 45px #183c2810;overflow:hidden}.card-main{display:grid;grid-template-columns:.85fr 1.15fr;padding:50px 54px;gap:54px}.identity{border-right:1px solid var(--line);padding-right:25px}.monogram{display:grid;place-items:center;background:var(--green);color:white;width:42px;height:46px;border-radius:3px 13px 3px 3px;font-family:Georgia,serif;font-size:29px;margin-bottom:35px}.role{font-size:14px;color:var(--green);font-weight:550;line-height:1.85;margin-bottom:20px}h1{font-size:43px;font-weight:600;letter-spacing:.10em;line-height:1.5}.english{font-size:13px;letter-spacing:.19em;color:var(--muted);margin-top:9px}.rule{height:2px;width:36px;background:var(--green);margin:34px 0 22px}.email{font-size:14px;overflow-wrap:anywhere}.email:hover{text-decoration:underline;text-underline-offset:4px}.label{font-size:12px;font-weight:600;letter-spacing:.12em;color:var(--green);margin-bottom:11px}.profile h2{font-size:24px;font-weight:600;line-height:1.8;margin-bottom:20px}.bio{font-size:15px;color:var(--muted);line-height:2;margin-top:13px}.services{margin-top:25px;padding-top:20px;border-top:1px solid var(--line)}.services .label{font-size:13px;margin-bottom:8px}.services ul{list-style:none;margin:0;padding:0;font-size:14px;line-height:2}.services li:before{content:'・';color:var(--green);margin-right:3px}.card-footer{background:#f8faf9;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:25px;padding:23px 54px}.card-footer p{font-size:14px;color:var(--muted)}.button{display:inline-flex;align-items:center;justify-content:center;gap:25px;background:var(--green);color:white;padding:11px 19px;border-radius:4px;font-size:14px;white-space:nowrap;min-height:48px}.button:hover{background:#10483f}.work{display:grid;grid-template-columns:108px 1fr auto;gap:23px;align-items:center;margin-top:24px;background:white;border:1px solid var(--line);border-radius:6px;padding:20px 24px;transition:box-shadow .15s}.work:hover{box-shadow:0 6px 25px #183c2810}.work img{display:block;width:108px;height:93px;object-fit:cover;border-radius:3px}.work .label{font-size:11px;margin-bottom:3px}.work h2{font-size:17px;font-weight:600;line-height:1.7}.work div>p:not(.label){font-size:13px;color:var(--muted);margin-top:3px}.work small{font-size:12px;color:var(--muted)}.work-link{font-size:14px;color:var(--green);white-space:nowrap}.work-link span{margin-left:12px}.copyright{font-size:12px;color:var(--muted);text-align:right;margin-top:22px}.mobile{display:none}@media(max-width:800px){.card-main{padding:35px;gap:30px}.card-footer{padding:22px 35px}.profile h2{font-size:21px}h1{font-size:36px}.work{grid-template-columns:90px 1fr}.work img{width:90px;height:90px}.work-link{grid-column:2}}@media(max-width:600px){.page{width:calc(100% - 32px);margin:25px auto}.page-label{font-size:11px;margin-bottom:12px}.card-main{display:block;padding:30px 25px}.identity{border:0;border-bottom:1px solid var(--line);padding:0 0 28px;position:relative}.monogram{position:absolute;right:0;top:0;width:36px;height:40px;font-size:26px}.role{font-size:13px;margin-bottom:18px;padding-right:45px}h1{font-size:36px}.english{font-size:12px}.rule{display:none}.email{display:inline-block;margin-top:20px;font-size:14px}.profile{padding-top:26px}.profile h2{font-size:21px;line-height:1.8}.bio{font-size:16px}.services li{font-size:14px}.card-footer{padding:22px 25px;display:block}.card-footer p{font-size:13px;margin-bottom:15px}.button{width:100%;font-size:15px}.mobile{display:block}.work{padding:18px 16px;gap:14px;grid-template-columns:65px 1fr}.work img{width:65px;height:80px}.work h2{font-size:15px}.work .label{font-size:11px}.work div>p:not(.label){font-size:13px}.work-link{font-size:14px}.copyright{text-align:center}.profile h2 br{display:none}}@media(prefers-reduced-motion:reduce){*{transition:none!important}}

/* Contact form and scannable business-card QR. */
.card-footer{display:grid;grid-template-columns:minmax(0,1fr) 148px;gap:28px}
.contact-main{min-width:0}
.contact-actions{display:flex;align-items:center;flex-wrap:wrap;gap:14px 22px;margin-top:16px}
.contact-actions .button{white-space:normal;text-align:center}
.contact-email{display:inline-flex;align-items:center;min-height:44px;color:var(--green);font-size:.875rem;text-decoration:underline;text-underline-offset:4px}
.form-qr{display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center;color:var(--green)}
.form-qr img{display:block;width:148px;height:148px;max-width:100%;background:#fff}
.form-qr span{font-size:.875rem;line-height:1.6;overflow-wrap:anywhere}
@media(max-width:600px){
  .card-footer{grid-template-columns:minmax(0,1fr);gap:22px}
  .card-footer p{font-size:.875rem;margin-bottom:0}
  .contact-actions{flex-direction:column;align-items:stretch;gap:8px}
  .contact-email{justify-content:center}
  .form-qr{justify-self:center;width:148px}
}
