/* Reference-led service overview and design examples. */
.overview { background: #fdfcf8; }
.overview h2, .details h2 { font-family: 'Noto Serif JP', 'Yu Mincho', serif; font-weight: 600; letter-spacing: -.04em; }
.overview p, .details p { color: var(--muted); }
.overview-works { display: grid; grid-template-columns: 27% 1fr; gap: 24px; padding-top: 38px; padding-bottom: 36px; }
.overview-intro { align-self: center; }
.overview-intro h2 { font-size: clamp(24px, 2.7vw, 39px); line-height: 1.5; white-space: nowrap; margin: 12px 0 18px; }
.overview-intro > p:not(.eyebrow) { font-size: 13px; line-height: 1.85; margin-bottom: 24px; }
.overview .button-outline { font-size: 12px; min-height: 38px; padding: 9px 24px; gap: 20px; }
.overview-examples { display: grid; grid-template-columns: 1.44fr 1fr .94fr; align-items: end; gap: 18px; min-width: 0; }
.overview-examples article { min-width: 0; }
.design-preview { display: block; color: inherit; border-radius: 4px; overflow: hidden; transition: box-shadow .2s, transform .2s; }
.design-preview:hover { box-shadow: 0 8px 28px #102f2b1c; transform: translateY(-2px); }
.design-preview:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.overview-examples h3 { font-size: 14px; margin: 8px 4px 3px; }
.overview-examples p { font-size: 11px; line-height: 1.65; margin: 0 4px; }
.overview-about { background: radial-gradient(ellipse at 50% 60%, #d4dfcf 0, #e1e8db 75%); padding: 34px 0 30px; }
.overview-about-grid { display: grid; grid-template-columns: 27% 44% 1fr; gap: 22px; align-items: center; }
.overview-about h2 { font-size: clamp(22px, 2.2vw, 32px); line-height: 1.55; margin: 10px 0 14px; }
.overview-about-copy > p:not(.eyebrow) { font-size: 12px; line-height: 1.95; margin: 0 0 20px; }
.overview-anatomy { display: grid; grid-template-columns: .39fr 1fr .39fr; gap: 32px; align-items: center; min-width: 0; }
.overview-anatomy .reference-crop { border-radius: 2px; box-shadow: 0 7px 32px #263d2610; }
.anatomy-labels { display: flex; flex-direction: column; gap: 23px; height: 92%; justify-content: space-around; }
.anatomy-labels span { position: relative; z-index: 1; display: block; padding: 6px 9px; border-radius: 5px; background: #ffffffef; font-size: 9px; line-height: 1.6; min-width: 83px; }
.anatomy-labels span::after { content: ''; position: absolute; width: 32px; top: 50%; left: 100%; border-top: 1px dotted #87968a; }
.anatomy-right span::after { left: auto; right: 100%; }
.anatomy-labels span:nth-child(3) { margin-top: 34px; }
.overview-audience h3 { font-size: 14px; margin: 0 0 8px; }
.overview-audience ul { padding: 0; margin: 0; list-style: none; }
.overview-audience li { font-size: 12px; display: flex; gap: 10px; line-height: 1.65; margin: 6px 0; align-items: start; }
.overview-audience li::before { content: '✓'; flex: 0 0 18px; height: 18px; background: #a48e64; color: white; border-radius: 50%; text-align: center; line-height: 18px; font-size: 11px; }
.overview-audience .plus-list li::before { content: '+'; background: var(--ink); font-size: 18px; }
.overview-audience hr { border: 0; border-top: 1px solid #b4c0b1; margin: 22px 0; }
.overview-audience small { display: block; font-size: 10px; color: var(--muted); line-height: 1.6; margin-top: 16px; }
.overview-dual { display: grid; grid-template-columns: 1fr 1fr; margin-top: 10px; padding: 12px 28px; background: linear-gradient(100deg, #f2ebdf, #e6ebe4); }
.overview-dual > div { display: flex; align-items: center; gap: 20px; padding: 14px 0; }
.overview-dual > div + div { border-left: 1px solid #aeb9af; padding-left: 35px; margin-left: 22px; }
.middle-icon { width: 32px; height: 32px; flex: 0 0 32px; }
.overview-dual .middle-icon { width: 44px; height: 44px; flex-basis: 44px; }
.overview-dual h3 { font-size: 16px; flex-shrink: 0; line-height: 1.5; margin: 0; }
.overview-dual h3 small { font-size: 12px; }
.overview-dual p { font-size: 11px; line-height: 1.8; margin: 0; }
.overview-closing { text-align: center; color: var(--ink) !important; font-size: 17px; line-height: 1.65; font-weight: 600; margin: 20px 0 0; padding-bottom: 10px; }
.overview-closing span { display: block; width: 1px; height: 21px; background: #637974; margin: 18px auto 0; }
.details { background: #f8faf6; padding: 35px 0 20px; }
.details-heading { display: flex; align-items: center; gap: 25px; margin: 0 8px 24px; }
.details-heading h2 { font-size: 26px; flex-shrink: 0; margin: 0; line-height: 1.4; }
.details-heading-rule { width: 52px; border-top: 1px solid var(--gold); flex-shrink: 0; }
.details-heading p { font-size: 13px; margin: 0; line-height: 1.65; }
.details-heading .text-link { font-size: 12px; margin-left: auto; flex-shrink: 0; }
.details-gallery { display: grid; grid-template-columns: .95fr 1fr; gap: 26px; margin: 0 8px 22px; }
.details-gallery .design-preview { box-shadow: 0 5px 18px #102f2b0c; border-radius: 7px; }
.details-gallery h3 { font-size: 18px; margin: 14px 3px 6px; }
.details-gallery p { font-size: 14px; line-height: 1.8; margin: 0 3px; }
.gallery-company { display: grid; grid-template-columns: 1.9fr .9fr; gap: 18px; align-items: center; margin-bottom: 18px; }
.gallery-company h3 { font-size: 16px; margin-top: 0; }
.gallery-company p { font-size: 13px; line-height: 1.7; }
.gallery-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.gallery-pair h3 { margin-top: 6px; font-size: 16px; }
.gallery-pair p { font-size: 13px; }
.details-content { background: #eff2eb; padding: 23px 22px 20px; border-radius: 7px; margin-bottom: 14px; }
.details-content .details-heading { margin: 0 7px 20px; }
.details-content .details-heading h2 { font-size: 24px; }
.details-content .details-heading p { font-size: 12px; }
.content-feature-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; }
.content-feature-grid article { display: flex; gap: 16px; background: #ffffffd9; padding: 23px 19px 20px; border-radius: 5px; }
.content-feature-grid .middle-icon { color: #4b5b31; }
.content-feature-grid h3 { font-size: 13px; margin: 0 0 10px; white-space: nowrap; }
.content-feature-grid p { font-size: 11px; line-height: 1.65; margin: 0; }
.details-scope { display: grid; grid-template-columns: 1.12fr 1fr; gap: 12px; }
.scope-panel { padding: 15px 22px 20px; background: #e9f0e6; border-radius: 6px; }
.scope-panel.scope-extra { background: #f3f0e5; }
.scope-title { display: flex; gap: 14px; margin: 0 5px 12px; align-items: start; }
.scope-title > span { width: 32px; height: 32px; flex-shrink: 0; border-radius: 50%; color: white; font-size: 23px; text-align: center; line-height: 32px; background: var(--green); }
.scope-extra .scope-title > span { background: #896124; }
.scope-title h2 { font-size: 21px; margin: 1px 0 4px; }
.scope-title p { font-size: 11px; margin: 0; }
.scope-panel ul { background: #ffffffd9; list-style: none; padding: 0 16px; margin: 0; border-radius: 5px; }
.scope-panel li { display: grid; grid-template-columns: 26px 1.1fr 1.7fr; gap: 15px; align-items: center; padding: 12px 0; }
.scope-panel li + li { border-top: 1px solid #e6e9e2; }
.scope-panel .middle-icon { width: 25px; height: 25px; color: #48603b; }
.scope-extra .middle-icon { color: #896124; }
.scope-panel h3 { font-size: 12px; margin: 0; }
.scope-panel li p { font-size: 10px; line-height: 1.6; margin: 0; }
.roles-heading { margin-top: 24px; margin-bottom: 14px; gap: 24px; }
.roles-heading h2 { font-size: 24px; }
.roles-heading p { font-size: 12px; }
.details-roles { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 0 13px; }
.details-roles article { display: flex; align-items: center; gap: 22px; padding: 18px 25px; background: #e9f0e6; border-radius: 5px; }
.details-roles article + article { background: #f3f0e5; }
.details-roles h3 { font: 600 20px 'Noto Serif JP', 'Yu Mincho', serif; color: #4b5b31; white-space: nowrap; margin: 0; }
.details-roles article + article h3, .details-roles article + article > .middle-icon { color: #896124; }
.details-roles strong { font-size: 11px; }
.details-roles p { font-size: 10px; line-height: 1.65; margin: 6px 0 0; }
@media(min-width:1500px) { .overview-intro h2 { font-size: 39px; } }
@media(max-width:1100px) {
.overview-about-grid { grid-template-columns: 1fr 1.3fr; }
.overview-audience { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; column-gap: 30px; }
.overview-audience hr { display: none; }
.overview-audience h3:nth-of-type(2) { grid-column: 2; grid-row: 1; }
.overview-audience small { grid-column: 1 / -1; }
.overview-dual > div { flex-wrap: wrap; gap: 12px; }
.overview-dual p { flex-basis: 100%; }
.content-feature-grid article { padding: 15px 10px; gap: 8px; }
.content-feature-grid .middle-icon { width: 24px; flex-basis: 24px; }
.content-feature-grid h3 { white-space: normal; }
.details-heading { gap: 15px; }
.details-heading h2, .details-content .details-heading h2, .roles-heading h2 { font-size: 22px; }
.details-heading-rule { width: 30px; }
.details-roles article { gap: 14px; padding: 18px 16px; }
.details-roles h3 { font-size: 17px; }
}
@media(max-width:800px) {
.overview-works { grid-template-columns: 1fr; padding-top: 34px; padding-bottom: 30px; gap: 28px; }
.overview-intro h2 { font-size: 29px; white-space: normal; }
.overview-intro > p:not(.eyebrow) { font-size: 14px; }
.overview-examples { gap: 14px; overflow-x: auto; grid-template-columns: 78% 64% 64%; padding: 3px 0 14px; }
.overview-examples h3 { font-size: 15px; }
.overview-examples p { font-size: 12px; }
.overview-about-grid { grid-template-columns: 1fr; gap: 28px; }
.overview-about h2 { font-size: 28px; }
.overview-about-copy > p:not(.eyebrow) { font-size: 14px; }
.overview-anatomy { max-width: 570px; margin: 0 auto; grid-template-columns: .4fr 1fr .4fr; gap: 14px; }
.anatomy-labels span { font-size: 8px; padding: 5px; min-width: 60px; }
.anatomy-labels span::after { width: 14px; }
.anatomy-labels span:nth-child(3) { margin-top: 15px; }
.overview-audience { display: block; }
.overview-audience h3 { font-size: 16px; }
.overview-audience li { font-size: 14px; }
.overview-audience hr { display: block; }
.overview-dual { grid-template-columns: 1fr; padding: 12px 22px; }
.overview-dual > div + div { border-left: none; border-top: 1px solid #b6c0b4; padding-left: 0; margin-left: 0; }
.overview-dual p { font-size: 13px; }
.overview-closing { font-size: 16px; padding: 0 16px 12px; }
.details { padding-top: 30px; }
.details-heading { flex-wrap: wrap; margin-left: 0; margin-right: 0; gap: 12px; }
.details-heading p { flex-basis: 100%; font-size: 13px; }
.details-heading .text-link { margin-left: 0; }
.details-gallery { grid-template-columns: 1fr; margin-left: 0; margin-right: 0; gap: 25px; }
.gallery-company { grid-template-columns: 1.5fr 1fr; }
.gallery-company p { font-size: 12px; }
.gallery-company h3 { font-size: 14px; }
.gallery-pair h3 { font-size: 14px; }
.gallery-pair p { font-size: 12px; }
.details-content { padding: 20px 14px; }
.content-feature-grid { grid-template-columns: 1fr; gap: 8px; }
.content-feature-grid article { gap: 16px; padding: 16px; }
.content-feature-grid h3 { font-size: 14px; margin-bottom: 4px; }
.content-feature-grid p { font-size: 13px; }
.details-scope { grid-template-columns: 1fr; }
.scope-panel { padding: 18px 14px; }
.scope-title h2 { font-size: 19px; }
.scope-title p { font-size: 12px; line-height: 1.7; }
.scope-panel li { grid-template-columns: 25px 1fr; gap: 8px 12px; }
.scope-panel h3 { font-size: 14px; }
.scope-panel li p { grid-column: 2; font-size: 12px; }
.details-roles { grid-template-columns: 1fr; margin: 0; }
.roles-heading h2 { font-size: 21px; }
.details-roles article { display: grid; grid-template-columns: 32px 1fr; }
.details-roles article > div { grid-column: 2; }
.details-roles strong { font-size: 13px; }
.details-roles p { font-size: 12px; }
}
@media(max-width:800px){.details-heading h2,.roles-heading h2{white-space:normal;min-width:0;max-width:100%}.overview-about-copy h2{white-space:normal}}
.overview-anatomy{width:100%}
@media(max-width:800px){
.overview-anatomy{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px 12px;width:100%;max-width:440px}
.overview-anatomy .reference-crop{grid-column:1 / -1;grid-row:1;width:100%;max-width:340px;justify-self:center}
.anatomy-labels{height:auto;gap:8px;justify-content:flex-start}
.anatomy-labels span{min-width:0;font-size:12px;padding:8px 10px;min-height:54px;display:flex;align-items:center}
.anatomy-labels span::after{display:none}
.anatomy-labels span:nth-child(3){margin-top:0}
}
