.inner-page { background: var(--paper); }
.inner-page .site-header { background: rgba(9,10,12,.96); }
.inner-hero { position: relative; padding: 174px 0 92px; overflow: hidden; color: #fff; background: linear-gradient(135deg,#0e2a3e,#090a0c 68%); }
.inner-hero::before { content: ""; position: absolute; inset: 0; opacity: .05; background-image: linear-gradient(rgba(255,255,255,.8) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.8) 1px,transparent 1px); background-size: 64px 64px; }
.inner-hero::after { content: ""; position: absolute; width: 560px; height: 560px; right: -180px; top: -260px; border-radius: 50%; background: radial-gradient(circle,rgba(198,161,91,.2),transparent 68%); }
.inner-hero .container { position: relative; z-index: 1; }
.inner-hero h1 { max-width: 890px; margin: 0; font-family: var(--serif); font-size: clamp(50px,6vw,78px); font-weight: 400; line-height: 1; letter-spacing: -.045em; }
.inner-hero h1 em { color: var(--gold-light); font-weight: 400; }
.inner-hero .lead { max-width: 680px; margin: 28px 0 0; color: rgba(255,255,255,.65); font-size: 17px; line-height: 1.75; }
.inner-content { padding: 96px 0 110px; }
.prose-layout { display: grid; grid-template-columns: 260px minmax(0,720px); gap: 86px; align-items: start; }
.prose-index { position: sticky; top: 110px; padding: 24px; border-left: 2px solid var(--gold); background: var(--ivory); }
.prose-index strong { display: block; margin-bottom: 14px; font-family: var(--serif); font-size: 18px; font-weight: 400; }
.prose-index a { display: block; padding: 7px 0; color: var(--muted); font-size: 12px; }
.prose h2 { margin: 58px 0 16px; font-family: var(--serif); font-size: 34px; font-weight: 400; line-height: 1.18; }
.prose h2:first-child { margin-top: 0; }
.prose p,.prose li { color: #52575a; font-size: 16px; line-height: 1.8; }
.prose ul { padding-left: 20px; }
.prose a { color: #77592b; text-decoration: underline; text-underline-offset: 4px; }
.prose .legal-highlight { margin: 34px 0; padding: 25px 28px; border-left: 2px solid var(--gold); background: var(--ivory); }
.prose .legal-highlight p { margin: 0; }
.updated-at { margin-top: 48px; color: #8a8e90; font-size: 12px; }

.about-story { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; }
.about-visual { position: relative; min-height: 560px; margin: 0; overflow: hidden; background: #10202b; }
.about-visual img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center; }
.about-visual::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.28); }
.about-story-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(42px,5vw,62px); font-weight: 400; line-height: 1.05; }
.about-story-copy > p { color: var(--muted); font-size: 16px; line-height: 1.8; }
.about-values { display: grid; gap: 1px; margin-top: 34px; background: var(--line); border: 1px solid var(--line); }
.about-values div { padding: 20px 22px; background: rgba(255,255,255,.75); }
.about-values strong { display: block; margin-bottom: 6px; font-family: var(--serif); font-size: 19px; font-weight: 400; }
.about-values span { color: var(--muted); font-size: 13px; line-height: 1.6; }

.blog-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.article-card { display: flex; flex-direction: column; min-height: 530px; border: 1px solid var(--line); background: #fff; overflow: hidden; }
.article-card figure { height: 230px; margin: 0; overflow: hidden; background: #172630; }
.article-card img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .7s ease; }
.article-card:hover img { transform: scale(1.04); }
.article-card-content { display: flex; flex: 1; flex-direction: column; padding: 26px; }
.article-card small { color: #8a6933; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.article-card h2 { margin: 13px 0; font-family: var(--serif); font-size: 30px; font-weight: 400; line-height: 1.12; }
.article-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.article-card details { margin-top: auto; padding-top: 22px; }
.article-card summary { padding-top: 16px; border-top: 1px solid var(--line); color: #77592b; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.article-card details p { margin-top: 18px; color: #505558; }
.editorial-note { margin-top: 28px; padding: 20px 22px; border-left: 2px solid var(--gold); background: var(--ivory); color: var(--muted); font-size: 13px; line-height: 1.65; }

@media (max-width:980px) {
  .prose-layout { grid-template-columns: 1fr; gap: 36px; }
  .prose-index { position: static; }
  .about-story { grid-template-columns: 1fr; }
  .about-visual { min-height: 480px; }
}
@media (max-width:680px) {
  .inner-hero { padding: 135px 0 72px; }
  .inner-hero h1 { font-size: 47px; }
  .inner-content { padding: 74px 0 82px; }
  .blog-grid { grid-template-columns: 1fr; }
  .article-card { min-height: 0; }
  .about-visual { min-height: 390px; }
  .prose h2 { font-size: 29px; }
}
