:root{
  --profile-ink:#1d1a16;
  --profile-muted:#746b5d;
  --profile-line:#e5ded2;
  --profile-yellow:#f7c114;
  --profile-cream:#fffaf0;
  --profile-white:#fff;
}
*{box-sizing:border-box}
body{margin:0;background:#f7f6f2;color:var(--profile-ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Hiragino Sans","Noto Sans JP",sans-serif;line-height:1.85}
.profile-header{background:rgba(255,255,255,.94);border-bottom:1px solid var(--profile-line)}
.profile-header__inner{display:flex;align-items:center;justify-content:space-between;max-width:1040px;margin:auto;padding:18px 24px}
.profile-brand{display:flex;align-items:center;gap:10px;color:var(--profile-ink);font-size:22px;font-weight:900;text-decoration:none}
.profile-brand img{width:34px;height:34px;border-radius:8px}
.profile-header__back{color:#5f574c;font-size:14px;font-weight:800;text-decoration:none}
.profile-main{max-width:1040px;margin:auto;padding:52px 24px 80px}
.profile-hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);gap:40px;align-items:center;padding:52px;border:1px solid var(--profile-line);border-radius:28px;background:var(--profile-white);box-shadow:0 18px 50px rgba(49,39,22,.07)}
.profile-eyebrow{margin:0 0 12px;color:#a97800;font-size:13px;font-weight:900;letter-spacing:.14em}
.profile-hero h1{margin:0;font-size:clamp(36px,6vw,64px);line-height:1.24;letter-spacing:-.035em}
.profile-hero__lead{max-width:680px;margin:20px 0 0;color:#554d42;font-size:18px;font-weight:600}
.profile-hero__mark{display:grid;place-items:center;min-height:260px;border-radius:22px;background:linear-gradient(145deg,#ffd33c,#f3b900);color:#17130d;font-size:72px;font-weight:950;letter-spacing:-.08em}
.profile-hero__mark--person{border-radius:50%;aspect-ratio:1;min-height:0;max-width:300px;margin:auto;font-size:84px;letter-spacing:0}
.profile-hero__visual{display:grid;place-items:center;min-height:300px;margin:0;overflow:hidden;border-radius:22px;background:#f7f6f2}
.profile-hero__visual--logo{background:#fff}
.profile-hero__visual img{display:block;width:100%;height:100%;object-fit:contain}
.profile-hero__visual--logo img{width:min(72%,240px);height:auto}
.profile-hero__visual--person{align-self:stretch;background:#fff}
.profile-hero__visual--person img{object-fit:contain;object-position:center bottom}
.profile-section{margin-top:28px;padding:38px 42px;border:1px solid var(--profile-line);border-radius:24px;background:var(--profile-white)}
.profile-section h2{margin:0 0 16px;font-size:26px;line-height:1.4}
.profile-section p{margin:0 0 14px}
.profile-section p:last-child{margin-bottom:0}
.profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
.profile-grid .profile-section{margin-top:28px}
.profile-facts{margin:0}
.profile-facts__row{display:grid;grid-template-columns:150px 1fr;gap:22px;padding:14px 0;border-bottom:1px solid #eee9e0}
.profile-facts__row:last-child{border-bottom:0}
.profile-facts dt{color:var(--profile-muted);font-weight:800}
.profile-facts dd{margin:0;font-weight:650}
.profile-link{color:#5c4700;font-weight:800;text-underline-offset:3px}
.profile-cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
.profile-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:10px 20px;border-radius:999px;background:var(--profile-ink);color:#fff;font-weight:900;text-decoration:none}
.profile-button--secondary{border:1px solid #d9cda9;background:var(--profile-cream);color:var(--profile-ink)}
.profile-note{color:var(--profile-muted);font-size:13px}
.profile-footer{padding:30px 20px;border-top:1px solid var(--profile-line);background:#fff;text-align:center;color:var(--profile-muted);font-size:13px}
@media(max-width:720px){
  .profile-header__inner{padding:14px 16px}.profile-main{padding:24px 12px 56px}
  .profile-hero{grid-template-columns:1fr;gap:24px;padding:30px 22px;border-radius:22px}
  .profile-hero h1{font-size:36px}.profile-hero__lead{font-size:16px}
  .profile-hero__mark{min-height:170px;font-size:52px}.profile-hero__mark--person{width:180px;min-height:0;font-size:56px}
  .profile-hero__visual{min-height:220px}.profile-hero__visual--person{height:300px}
  .profile-grid{grid-template-columns:1fr;gap:0}.profile-section{padding:28px 22px;border-radius:20px}
  .profile-facts__row{grid-template-columns:1fr;gap:3px}.profile-button{width:100%}
}
