.profile{min-height:calc(100vh - 62px);padding:clamp(40px,5vw,76px) var(--side);display:grid;place-items:center;color:#111;background:#d9d7d0}
.profile-book{width:min(1420px,100%);min-height:min(760px,82vh);display:grid;grid-template-columns:1fr 42px 1fr;position:relative;background:#f5f4f0;box-shadow:0 28px 70px rgba(8,9,11,.18)}
.profile-info{padding:clamp(42px,5vw,78px);display:flex;flex-direction:column;background:linear-gradient(135deg,#fafafa,#efefec)}
.profile-info>span{font-size:10px}.profile-info h2{margin:20px 0 auto;font:800 clamp(54px,6vw,92px)/.9 "Barlow Condensed",sans-serif;text-transform:uppercase}.profile-info dl{margin:50px 0 40px;padding:22px 0;border-top:1px solid;border-bottom:1px solid}.profile-info dl>div{display:grid;grid-template-columns:96px 1fr;gap:20px;padding:8px 0}.profile-info dt{font-size:11px;color:#777}.profile-info dd{margin:0;font:500 16px/1.5 "Noto Sans SC",sans-serif}.profile-info dd a{text-decoration:none}.profile-info dd small{margin-left:12px;color:#777;font-size:10px}.profile-info>p{margin:0;font:700 11px/1.7 "Barlow Condensed",sans-serif}.profile-binding{position:relative;z-index:3;background:linear-gradient(90deg,#e4e3df,#fafafa 48%,#d8d7d2)}.profile-binding i{width:78px;height:34px;position:absolute;left:50%;border:4px solid #111;border-bottom:0;border-radius:50% 50% 0 0;transform:translateX(-50%) rotate(90deg)}.profile-binding i:nth-child(1){top:12%}.profile-binding i:nth-child(2){top:48%}.profile-binding i:nth-child(3){bottom:12%}.profile-photo{margin:0;padding:clamp(28px,3vw,48px);display:grid;grid-template-rows:1fr auto;gap:14px;overflow:hidden;background:#cbcdd0}.profile-photo img{width:100%;height:100%;min-height:0;display:block;object-fit:cover;object-position:center 48%}.profile-photo figcaption{font:700 10px "Barlow Condensed",sans-serif;text-align:right}
@media(max-width:700px){.profile{min-height:auto;padding:50px var(--side)}.profile-book{min-height:0;grid-template-columns:1fr}.profile-info{min-height:590px;padding:38px 26px}.profile-info h2{font-size:62px}.profile-info dl{margin:38px 0 30px}.profile-info dl>div{grid-template-columns:78px 1fr}.profile-binding{height:34px}.profile-binding i{width:52px;height:25px;top:50%!important;bottom:auto!important;transform:translate(-50%,-50%)}.profile-binding i:nth-child(1){left:24%}.profile-binding i:nth-child(2){left:50%}.profile-binding i:nth-child(3){left:76%}.profile-photo{min-height:620px;padding:22px}.profile-photo img{object-position:center}}

@media (min-width: 701px) {
  .profile {
    height: calc(100vh - 62px);
    min-height: 620px;
    padding: clamp(22px, 3vh, 38px) var(--side);
  }

  .profile-book {
    width: min(1180px, 100%);
    height: min(680px, calc(100vh - 118px));
    min-height: 540px;
    grid-template-columns: 1fr 34px 1fr;
    overflow: hidden;
  }

  .profile-info {
    min-height: 0;
    padding: clamp(30px, 3vw, 48px);
    overflow: hidden;
  }

  .profile-info > span { font-size: 9px; }
  .profile-info h2 {
    margin: 14px 0 auto;
    font-size: clamp(48px, 5vw, 72px);
  }

  .profile-info dl {
    margin: 28px 0 24px;
    padding: 14px 0;
  }

  .profile-info dl > div {
    grid-template-columns: 82px 1fr;
    gap: 16px;
    padding: 5px 0;
  }

  .profile-info dt { font-size: 10px; }
  .profile-info dd { font-size: 14px; line-height: 1.45; }
  .profile-info dd small { font-size: 9px; }
  .profile-info > p { font-size: 10px; line-height: 1.5; }

  .profile-photo {
    min-width: 0;
    min-height: 0;
    padding: clamp(18px, 2vw, 28px);
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 10px;
  }

  .profile-photo img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    object-position: center;
  }
}
