.page-hero{
  position:relative;
  width:100%;
  height:40vh;
  min-height:260px;
  overflow:hidden;
  background:#f7f4eb;
}
.page-hero img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.page-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.18) 100%);
}
.page-hero-copy{
  position:absolute;
  left:50%;
  bottom:9%;
  transform:translateX(-50%);
  z-index:2;
  width:min(1120px, calc(100% - 48px));
  color:#fff;
}
.page-hero-copy .section-en{
  color:#ead7a3;
  margin-bottom:10px;
}
.page-hero-copy h1{
  font-family:"Noto Serif JP",serif;
  font-size:56px;
  line-height:1.28;
  font-weight:500;
  letter-spacing:.04em;
  margin:0;
}

.whygold-heading .section-en-main,
.whygold-heading .section-en-sub{
  color:var(--gold);
}

.story-heading-inline .section-en-main{
  color:#111;
}

.story-heading-inline .section-en-sub{
  color:#8a8a8a;
}

.article-page{
  max-width:1240px;
  margin:0 auto;
  padding:48px 28px 96px;
}
.breadcrumbs{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  font-size:12px;
  color:#7d7d7d;
  margin-bottom:36px;
}
.breadcrumbs span::after{
  content:"/";
  margin-left:8px;
}
.breadcrumbs strong{font-weight:500;color:#333}
.article-intro,
.text-block,
.article-quote,
.page-next{
  width:min(760px, 100%);
  margin-inline:auto;
}
.article-intro{
  text-align:center;
  margin-bottom:56px;
}
.article-intro h2{
  font-family:"Noto Serif JP",serif;
  font-size:38px;
  line-height:1.6;
  font-weight:500;
  margin:0 0 20px;
}
.article-intro .article-lead{
  font-size:15px;
  line-height:2.2;
  color:#444;
}
.text-block{
  margin-bottom:52px;
}
.text-block h3{
  font-family:"Noto Serif JP",serif;
  font-size:28px;
  font-weight:500;
  line-height:1.6;
  margin:0 0 18px;
}
.text-block p{
  font-size:15px;
  line-height:2.2;
  color:#333;
  margin:0 0 16px;
}
.article-visual{
  width:100vw;
  margin:56px calc(50% - 50vw) 64px;
}

.article-visual img{
  width:100%;
  aspect-ratio: 5 / 1;
  object-fit: cover;
}
.article-quote{
  margin-bottom:56px;
  padding:34px 0;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.article-quote p{
  font-family:"Noto Serif JP",serif;
  font-size:32px;
  line-height:1.8;
  color:#1a1a1a;
  margin:0;
}
.page-next{
  margin-top:72px;
  padding-top:24px;
  border-top:1px solid var(--line);
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:24px;
  margin-bottom: 80px;
}
.page-next small{
  display:block;
  font-size:12px;
  letter-spacing:.16em;
  color:var(--gold);
  margin-bottom:8px;
}
.page-next strong{
  display:block;
  font-family:"Noto Serif JP",serif;
  font-size:28px;
  font-weight:500;
}
.page-next a{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:13px;
  letter-spacing:.08em;
}
.page-bottom-area {
  background: #f7f7f7;
  padding-top: 80px;
}
@media (max-width: 980px){
  .page-hero-copy h1{font-size:44px;}
}
@media (max-width: 768px) {
  .article-visual {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .article-visual img {
    width: 100%;
    display: block;
  }
}
@media (max-width: 640px){
  .page-hero{height:34vh; min-height:220px;}
  .page-hero-copy{width:calc(100% - 32px); bottom:8%;}
  .page-hero-copy .section-en{font-size:18px;}
  .page-hero-copy h1{font-size:30px; line-height:1.5;}
  .article-page{padding:32px 16px 72px;}
  .article-intro{margin-bottom:40px;}
  .article-intro h2{font-size:27px;}
  .article-intro .article-lead,.text-block p{font-size:14px; line-height:2.05;}
  .text-block h3{font-size:23px;}
  .article-intro .article-lead{
    text-align: left;
  }
  .article-visual{
    width:100vw;
    margin:44px calc(50% - 50vw) 52px;
  }

  .article-visual img{
    width:100%;
    display:block;
  }

  .article-quote{padding:24px 0;}
  .article-quote p{font-size:20px; line-height:1.75;}
  .page-next{margin-top:56px; align-items:flex-start; flex-direction:column;}
  .page-next strong{font-size:24px;}
}