/* Interior pages share the homepage's dark brass palette. */
.nav-actions a { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; }
.nav-links a[aria-current="page"] { color: #e4c58e; }
.page-footer-links { display: flex; flex-wrap: wrap; gap: 13px 25px; padding: 0 max(5vw, 44px) 28px; }
.page-footer-links a, .footer-bottom a { color: #b49c77; font-size: 12px; text-decoration: none; }
.page-footer-links a:hover, .footer-bottom a:hover { color: #f1e8d9; }

.interior-main { overflow: hidden; }
.page-hero { max-width: 1440px; min-height: 720px; margin: 0 auto; padding: 180px max(5vw, 44px) 100px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); align-items: center; gap: clamp(40px, 6vw, 100px); position: relative; }
.page-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 74% 43%, rgba(157, 107, 50, .15), transparent 37%); }
.page-kicker { color: #c8a66a; font: 500 11px var(--mono); letter-spacing: .18em; text-transform: uppercase; }
.page-hero h1 { margin: 27px 0; font-size: clamp(54px, 6.3vw, 91px); line-height: 1.08; letter-spacing: -.065em; color: #f3eadc; word-break: keep-all; }
html[lang="ja"] .page-hero h1, html[lang="ja"] .page-lead { word-break: normal; overflow-wrap: anywhere; }
.page-hero h1 .serif { color: #dfbd82; }
.page-lead { max-width: 620px; color: #b8aa95; font-size: 17px; line-height: 1.9; word-break: keep-all; }
.page-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 25px; margin-top: 42px; }
.page-actions a { text-decoration: none; }
.page-action-primary { display: inline-flex; align-items: center; gap: 30px; padding: 15px 20px; border-radius: 8px; background: #c8a66a; color: #16110c; font-size: 13px; font-weight: 700; }
.page-action-primary:hover { background: #e0c18d; }
.page-action-secondary { color: #d4bb92; font-size: 13px; }
.page-action-secondary:hover { color: #f3e1c2; }
.page-hero-visual { position: relative; min-height: 460px; border: 1px solid rgba(200,166,106,.25); border-radius: 16px; background: radial-gradient(circle at 50% 24%, rgba(164,110,48,.18), transparent 48%), #16120e; box-shadow: 0 30px 90px rgba(0,0,0,.25); overflow: hidden; }
.page-hero-visual::before, .page-hero-visual::after { content: ""; position: absolute; width: 410px; height: 410px; border-radius: 50%; border: 1px solid rgba(200,166,106,.12); left: 50%; top: 50%; transform: translate(-50%,-50%); }
.page-hero-visual::after { width: 275px; height: 275px; }
.visual-caption { position: absolute; top: 25px; left: 28px; color: #b79a6e; font: 500 10px var(--mono); letter-spacing: .12em; z-index: 2; }
.visual-bottom { position: absolute; bottom: 22px; left: 28px; right: 28px; display: flex; justify-content: space-between; color: #927e62; font: 500 9px var(--mono); letter-spacing: .08em; z-index: 2; }
.visual-card { position: absolute; z-index: 1; border: 1px solid rgba(200,166,106,.3); background: #251d15; border-radius: 9px; box-shadow: 0 25px 35px rgba(0,0,0,.25); overflow-wrap: anywhere; }
.visual-card span { display: block; color: #c8a66a; font: 500 9px var(--mono); letter-spacing: .11em; }
.visual-card b { display: block; color: #f0e5d3; font-size: 17px; line-height: 1.35; margin-top: 10px; }
.visual-card small { display: block; color: #a99b86; font-size: 11px; line-height: 1.6; margin-top: 9px; }
.visual-product .visual-card:first-of-type { width: 53%; left: 14%; top: 24%; padding: 25px; transform: rotate(-7deg); }
.visual-product .visual-card:nth-of-type(2) { width: 52%; right: 10%; top: 41%; padding: 25px; transform: rotate(5deg); background: #372918; }
.visual-library .visual-card:first-of-type { width: 66%; left: 15%; top: 20%; padding: 28px; }
.visual-library .visual-card:nth-of-type(2) { width: 43%; right: 8%; bottom: 16%; padding: 22px; background: #3b2c1c; }
.visual-insight .visual-card:first-of-type { width: 58%; left: 12%; top: 19%; padding: 26px; }
.visual-insight .visual-card:nth-of-type(2) { width: 50%; right: 9%; bottom: 17%; padding: 25px; background: #3a2a1a; }
.visual-insight .visual-card b { font-size: clamp(25px, 2.8vw, 34px); letter-spacing: -.06em; }
.visual-about .visual-monogram { position: absolute; inset: 0; display: grid; place-items: center; color: #dbbd88; font: 400 clamp(160px, 18vw, 290px)/1 var(--serif); }
.visual-about .visual-quote { position: absolute; bottom: 68px; right: 30px; width: 55%; color: #e8d7b8; font-size: 18px; line-height: 1.5; text-align: right; }
.visual-contact .visual-card:first-of-type { width: 78%; left: 11%; top: 31%; padding: 30px; }
.visual-contact .visual-card b { font-size: clamp(16px, 1.6vw, 23px); overflow-wrap: anywhere; }

.page-section { max-width: 1440px; margin: 0 auto; padding: 100px max(5vw, 44px); border-top: 1px solid rgba(200,166,106,.14); }
.page-section-heading { max-width: 770px; margin-bottom: 42px; }
.page-section-heading h2 { margin: 17px 0; font-size: clamp(38px, 4.2vw, 60px); line-height: 1.2; letter-spacing: -.055em; word-break: keep-all; }
html[lang="ja"] body[data-page="insights"] .page-section-heading h2, html[lang="ja"] body[data-page="insights"] .page-card h3, html[lang="ja"] body[data-page="insights"] .page-card p, html[lang="ja"] body[data-page="insights"] .page-statement h2 { word-break: normal; overflow-wrap: anywhere; }
.page-section-heading p { color: #ab9d88; font-size: 14px; line-height: 1.8; }
.page-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.page-card { min-height: 250px; padding: 31px; border: 1px solid rgba(200,166,106,.2); border-radius: 12px; background: #17130f; }
.page-card .number { color: #b89965; font: 500 11px var(--mono); letter-spacing: .1em; }
.page-card h3 { color: #eee1cb; margin: 35px 0 12px; font-size: 21px; letter-spacing: -.04em; word-break: keep-all; }
.page-card p { color: #aa9b85; font-size: 13px; line-height: 1.8; margin: 0; word-break: keep-all; }
.page-statement { max-width: 1440px; margin: 0 auto 100px; padding: 55px max(5vw, 44px); display: flex; align-items: center; justify-content: space-between; gap: 32px; background: #211910; border-top: 1px solid rgba(200,166,106,.22); border-bottom: 1px solid rgba(200,166,106,.22); }
.page-statement h2 { margin: 0; font-size: clamp(27px, 3.2vw, 45px); line-height: 1.3; letter-spacing: -.05em; word-break: keep-all; }
.page-statement a { white-space: nowrap; }
.page-list { display: grid; gap: 0; border-top: 1px solid rgba(200,166,106,.2); }
.page-list-row { display: grid; grid-template-columns: 90px 1fr 1.2fr; gap: 25px; padding: 26px 0; border-bottom: 1px solid rgba(200,166,106,.2); align-items: start; }
.page-list-row .number { color: #c8a66a; font: 500 11px var(--mono); }
.page-list-row h3 { font-size: 19px; margin: 0; }
.page-list-row p { color: #a99b86; font-size: 13px; line-height: 1.75; margin: 0; }
.insight-metrics { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.insight-metric { padding: 30px; border: 1px solid rgba(200,166,106,.2); background: #17130f; border-radius: 12px; }
.insight-metric span { color: #ae9a7b; font-size: 12px; }
.insight-metric b { display: block; font-size: clamp(28px, 3.1vw, 44px); color: #e2c38d; letter-spacing: -.07em; line-height: 1.2; margin-top: 20px; overflow-wrap: anywhere; }
.insight-metric small { color: #8c806e; font-size: 10px; }
.company-facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 15px; }
.representative-grid { display: grid; grid-template-columns: minmax(240px,.7fr) minmax(0,1.3fr); align-items: center; gap: clamp(45px,8vw,130px); }
.representative-photo-frame { width: min(100%,430px); padding: 12px; border: 1px solid rgba(200,166,106,.3); border-radius: 12px; background: #1f1810; box-shadow: 0 28px 60px rgba(0,0,0,.24); }
.representative-photo-frame img { display: block; width: 100%; height: auto; border-radius: 5px; }
.page-section[id] { scroll-margin-top: 100px; }
.representative-copy h2 { margin: 20px 0; font-size: clamp(38px,5vw,70px); line-height: 1.2; letter-spacing: -.06em; }
.representative-copy p { max-width: 620px; color: #b8aa95; font-size: 16px; line-height: 1.9; word-break: keep-all; }
.representative-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 35px; }
.representative-tags span { padding: 8px 11px; border: 1px solid rgba(200,166,106,.28); border-radius: 25px; color: #c7aa7b; font-size: 11px; }
.company-facts div { padding: 25px 0; border-top: 1px solid rgba(200,166,106,.25); }
.company-facts span { display: block; color: #9f8e73; font-size: 11px; margin-bottom: 14px; }
.company-facts b { color: #e8d7b8; font-size: 16px; font-weight: 500; }
.company-facts a { color: inherit; text-decoration-color: rgba(232,215,184,.5); overflow-wrap: anywhere; }
.contact-email { display: block; width: fit-content; max-width: 100%; overflow-wrap: anywhere; color: #e8c890; font-size: clamp(22px, 3vw, 39px); text-decoration: none; letter-spacing: -.04em; border-bottom: 1px solid #8e7146; }
.contact-email:hover { color: #fff0d1; }

@media (max-width: 1100px) { .page-hero { grid-template-columns: minmax(0,1fr); padding-top: 165px; min-height: auto; } .page-hero-copy { min-width: 0; } .page-hero-visual { min-height: 390px; } }
@media (max-width: 760px) {
  .page-hero { padding: 130px 20px 75px; gap: 45px; }
  .page-hero h1 { font-size: clamp(42px, 11vw, 62px); }
  .page-lead { font-size: 15px; }
  .page-hero-visual { min-height: 330px; }
  .visual-card b { font-size: 14px; }
  .visual-card small { font-size: 9px; }
  .visual-product .visual-card:first-of-type { left: 8%; width: 60%; padding: 17px; transform: rotate(-3deg); }
  .visual-product .visual-card:nth-of-type(2) { right: 8%; width: 60%; padding: 17px; transform: rotate(3deg); }
  .visual-library .visual-card:first-of-type { padding: 20px; }
  .visual-library .visual-card:nth-of-type(2) { padding: 17px; }
  .visual-insight .visual-card:first-of-type, .visual-insight .visual-card:nth-of-type(2) { padding: 18px; }
  .visual-insight .visual-card b { font-size: 26px; }
  .visual-contact .visual-card:first-of-type { padding: 18px; }
  .page-section { padding: 75px 20px; }
  .page-card-grid, .insight-metrics, .company-facts { grid-template-columns: minmax(0,1fr); }
  .representative-grid { grid-template-columns: 1fr; gap: 35px; }
  .representative-photo-frame { width: min(100%,350px); }
  .page-card { min-width: 0; min-height: 190px; padding: 24px; }
  .page-card h3 { margin-top: 22px; }
  .page-list-row { grid-template-columns: 38px 1fr; gap: 10px 15px; }
  .page-list-row p { grid-column: 2; }
  .page-statement { margin-bottom: 70px; padding: 35px 20px; flex-direction: column; align-items: flex-start; }
  .page-footer-links { padding: 0 20px 25px; }
}
