/* ===================================================================
   NEWMAN Heritage — 文具メーカー ニューマン特設ページ 共通スタイル
   （デザイナー確定デザイン: 原点/製品/メディア/継承 に準拠）
   =================================================================== */

.hs { color: #4d473f; -webkit-font-smoothing: antialiased; }

/* ---- Hero ---- */
.hs-hero {
    position: relative;
    background: #2a2622 url(../images/hs-hero-bg.jpg) center/cover no-repeat;
    padding: 120px 20px;
    display: flex;
    justify-content: center;
}
.hs-hero::before { content: ""; position: absolute; inset: 0; background: rgba(28, 24, 20, .3); }
.hs-hero-card {
    position: relative;
    background: rgba(255, 255, 255, .9);
    max-width: 640px;
    width: 100%;
    text-align: center;
    padding: 46px 44px;
}
.hs-hero-logo { height: 42px; width: auto; display: block; margin: 0 auto 22px; }
.hs-hero-card h1 { font-size: 30px; line-height: 1.5; color: #2e2a26; margin: 0 0 16px; font-weight: 700; letter-spacing: .02em; }
.hs-hero-card p { font-size: 14px; line-height: 1.9; color: #6a635b; margin: 0; }

/* ---- Breadcrumb ---- */
.hs-crumb { max-width: 1000px; margin: 0 auto; padding: 18px 20px; font-size: 12px; color: #9a938a; }
.hs-crumb .sep { margin: 0 8px; color: #cfc7bd; }

/* ---- Sections ---- */
.hs-sec { padding: 84px 20px; }
.hs-sec.beige { background: #f2efe9; }
.hs-inner { max-width: 1000px; margin: 0 auto; }
.hs-label { display: block; font-size: 12px; letter-spacing: .28em; color: #b08a4f; font-weight: 700; margin: 0 0 14px; }
.hs-h2 { font-size: 26px; line-height: 1.5; color: #2e2a26; margin: 0 0 24px; font-weight: 700; }
.hs-text { font-size: 15px; line-height: 2; color: #4d473f; margin: 0 0 18px; }
.hs-text:last-child { margin-bottom: 0; }
.hs-center { text-align: center; max-width: 760px; margin-left: auto; margin-right: auto; }
.hs-center .hs-h2 { margin-bottom: 18px; }

/* ---- 2-column ---- */
.hs-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.hs-img { width: 100%; height: auto; border-radius: 4px; display: block; box-shadow: 0 8px 26px rgba(0, 0, 0, .1); }
.hs-cap { font-size: 12px; color: #9a938a; margin: 10px 0 0; }

/* ---- Overlapping tilted magazine pair ---- */
.hs-mags { display: flex; justify-content: center; align-items: center; padding: 20px 0; }
.hs-mags img { max-width: 47%; height: auto; box-shadow: 0 12px 30px rgba(0, 0, 0, .16); border-radius: 2px; }
.hs-mags img:first-child { transform: rotate(-3deg); position: relative; z-index: 2; }
.hs-mags img:last-child { transform: rotate(3deg); margin-left: -28px; z-index: 1; }
.hs-mags.circle { position: relative; }
.hs-mags.circle::before {
    content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
    width: 360px; height: 360px; max-width: 92%; border-radius: 50%; background: #f2efe9; z-index: 0;
}
.hs-sec.beige .hs-mags.circle::before { background: #e9e4dc; }

/* ---- Quote card ---- */
.hs-quote { background: #fff; border-radius: 6px; padding: 32px 38px; max-width: 780px; margin: 36px auto 0; font-size: 16px; line-height: 2.1; color: #3a352f; box-shadow: 0 6px 24px rgba(0, 0, 0, .05); }
.hs-quote .mk { color: #c9a96a; font-size: 30px; font-weight: 700; margin-right: 4px; }
.hs-afterquote { text-align: center; font-size: 14px; line-height: 2; color: #6a635b; margin: 24px auto 0; max-width: 780px; }

/* ---- Product showcase ---- */
.hs-plabel { font-size: 11px; letter-spacing: .22em; color: #b08a4f; font-weight: 700; margin: 0 0 6px; }
.hs-pname { font-size: 16px; font-weight: 700; color: #2e2a26; margin: 0 0 16px; }
.hs-prow { margin: 40px 0 0; }

/* ---- Placeholder (client materials pending) ---- */
.hs-ph { background: #e7e2da; border: 1px dashed #cfc6b9; border-radius: 4px; display: flex; align-items: center; justify-content: center; text-align: center; color: #a1988a; font-size: 12px; line-height: 1.8; padding: 24px; }

/* ---- Gallery ---- */
.hs-gallery { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 210px; gap: 18px; }
.hs-gallery img, .hs-gallery .hs-ph { width: 100%; height: 100%; object-fit: cover; border-radius: 4px; box-shadow: 0 6px 20px rgba(0, 0, 0, .08); }
.hs-gallery .tall { grid-row: span 1; }
.hs-credit { text-align: center; font-size: 12px; color: #9a938a; margin: 28px 0 0; }

/* ---- Business cards (page 04) ---- */
.hs-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 44px 0 0; }
.hs-card { background: #fff; border-radius: 14px; padding: 30px 26px; border: 1px solid #f0e7df; box-shadow: 0 10px 28px rgba(0, 0, 0, .05); display: flex; flex-direction: column; }
.hs-card .clogo { height: 40px; width: auto; max-width: 170px; margin: 0 0 20px; object-fit: contain; object-position: left center; }
.hs-card h4 { font-size: 18px; color: #2e2a26; margin: 0 0 12px; font-weight: 700; }
.hs-card p { font-size: 13px; line-height: 1.9; color: #6a635b; margin: 0 0 22px; flex: 1; }
.hs-card a { color: #e26d84; font-weight: 700; font-size: 14px; text-decoration: none; }
.hs-card a:hover { opacity: .75; }

/* ---- Buttons ---- */
.hs-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin: 38px 0 0; }
.hs-btn { display: inline-block; padding: 14px 30px; border-radius: 999px; font-weight: 700; font-size: 14px; text-decoration: none; transition: .2s; }
.hs-btn.solid { background: #b08a4f; color: #fff; }
.hs-btn.solid:hover { background: #9c7940; }
.hs-btn.outline { background: #fff; border: 1px solid #d8cfc4; color: #5E5652; }
.hs-btn.outline:hover { background: #f7f4f1; }

/* ---- Pager ---- */
.hs-pager { max-width: 1000px; margin: 0 auto; padding: 44px 20px 10px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.hs-pager .cell { position: relative; border: 1px solid #ece7df; border-radius: 8px; padding: 24px 30px; overflow: hidden; text-decoration: none; display: block; }
.hs-pager .cell.empty { border: none; }
.hs-pager .num { position: absolute; right: 18px; bottom: -14px; font-size: 64px; font-weight: 800; color: #f2efe9; line-height: 1; z-index: 0; }
.hs-pager small { position: relative; display: block; font-size: 11px; letter-spacing: .2em; color: #b08a4f; margin: 0 0 8px; z-index: 1; }
.hs-pager .t { position: relative; font-size: 16px; font-weight: 700; color: #3a352f; z-index: 1; }
.hs-pager .next { text-align: right; }

/* ---- Bottom tab nav ---- */
.hs-tabnav { display: flex; justify-content: center; gap: 40px; padding: 26px 20px 64px; flex-wrap: wrap; }
.hs-tabnav a { text-align: center; text-decoration: none; color: #b3aa9e; }
.hs-tabnav a .n { display: block; font-size: 17px; font-weight: 800; }
.hs-tabnav a .tt { display: block; font-size: 11px; margin-top: 3px; }
.hs-tabnav a.active { color: #33302c; }
.hs-tabnav a.active .tt { color: #b08a4f; }

/* ---- Responsive ---- */
@media (max-width: 800px) {
    .hs-hero { padding: 70px 16px; }
    .hs-hero-card { padding: 32px 24px; }
    .hs-hero-card h1 { font-size: 22px; }
    .hs-sec { padding: 56px 18px; }
    .hs-h2 { font-size: 21px; }
    .hs-2col { grid-template-columns: 1fr; gap: 30px; }
    .hs-2col .hs-col-img { order: -1; }
    .hs-gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 150px; }
    .hs-cards { grid-template-columns: 1fr; }
    .hs-quote { padding: 24px 22px; font-size: 15px; }
    .hs-pager .num { display: none; }
    .hs-mags.circle::before { width: 240px; height: 240px; }
}
