.products-hero { position: relative; overflow: hidden; padding: 76px 0 0; color: #F8F6F2; background: #333333; }
.products-hero::before { position: absolute; inset: 0; background: radial-gradient(circle at 76% 10%, rgba(212, 175, 114, .2), transparent 30%), linear-gradient(125deg, rgba(51, 51, 51, .36), transparent 62%); content: ""; }
.products-hero__grid, .product-tabs { position: relative; z-index: 1; }
.products-hero__grid { display: grid; grid-template-columns: minmax(0, .94fr) minmax(360px, .8fr); gap: 72px; align-items: center; padding-bottom: 72px; }
.products-hero__copy { max-width: 690px; }
.products-hero h1 { max-width: 680px; margin-bottom: 24px; font-size: clamp(3.45rem, 5.7vw, 6rem); }
.products-hero__copy > p:not(.eyebrow) { max-width: 630px; color: #E8E4DC; font-size: 1.05rem; }
.products-hero__copy > p + p { margin-top: -4px; }
.products-hero__actions { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; margin-top: 30px; }
.text-link--light { color: #F8F6F2; }
.text-link--light:hover { color: #D4AF72; }
.products-hero__image { position: relative; margin: 0; overflow: hidden; border-radius: var(--radius-large); box-shadow: var(--shadow); }
.products-hero__image picture { display: block; height: 100%; }
.products-hero__image::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(51, 51, 51, .84)); content: ""; }
.products-hero__image img { width: 100%; height: auto; min-height: 0; aspect-ratio: 3 / 2; object-fit: cover; }
.products-hero__image figcaption { position: absolute; z-index: 1; right: 24px; bottom: 20px; left: 24px; color: #F8F6F2; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-tabs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; overflow: hidden; border-top: 1px solid rgba(248, 246, 242, .23); background: rgba(248, 246, 242, .15); }
.product-tabs a { min-height: 112px; padding: 22px 18px; background: rgba(51, 51, 51, .68); transition: background .25s ease, transform .25s ease; }
.product-tabs a:hover { background: rgba(184, 150, 90, .2); transform: translateY(-4px); }
.product-tabs span, .product-tabs strong { display: block; }
.product-tabs span { margin-bottom: 8px; color: #D4AF72; font-size: .72rem; font-weight: 800; letter-spacing: .11em; }
.product-tabs strong { color: #F8F6F2; font-size: .94rem; line-height: 1.35; }

.portfolio__intro, .project-path__heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .45fr); gap: 56px; align-items: end; margin-bottom: 46px; }
.portfolio__intro h2, .project-path__heading h2 { margin-bottom: 0; }
.portfolio__intro > p, .project-path__heading > p { max-width: 490px; margin: 0 0 5px auto; color: var(--color-muted); }
.portfolio__guidance, .project-path__notes { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: -20px; margin-bottom: 34px; }
.portfolio__guidance p, .project-path__notes p { margin: 0; padding: 18px 20px; border-left: 3px solid var(--color-primary); color: var(--color-muted); background: var(--color-soft); }
.portfolio-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.portfolio-card { position: relative; display: flex; overflow: hidden; flex-direction: column; border-radius: var(--radius-medium); color: var(--color-text); background: #fff; box-shadow: 0 10px 28px rgba(91, 71, 38, .09); transition: transform .3s ease, box-shadow .3s ease; }

.portfolio-card:hover, .portfolio-card:focus-visible { box-shadow: 0 20px 40px rgba(91, 71, 38, .18); transform: translateY(-6px); }
.portfolio-card picture { display: block; }
.portfolio-card img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }

.portfolio-card__number { position: absolute; top: 14px; left: 14px; display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255, 255, 255, .55); border-radius: 50%; color: #fff; background: rgba(41, 35, 28, .42); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); font-size: .72rem; font-weight: 800; }
.portfolio-card > div { display: flex; flex: 1; flex-direction: column; padding: 20px 20px 22px; }
.portfolio-card p { margin-bottom: 9px; color: var(--color-primary-dark); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.portfolio-card h3 { min-height: 2.6em; margin-bottom: 10px; color: var(--color-text); font-family: var(--font-family-display); font-size: 1.3rem; font-weight: 600; line-height: 1.3; }
.portfolio-card div > span { display: block; min-height: 0; margin-bottom: 16px; color: var(--color-muted); font-size: .86rem; line-height: 1.55; }
.portfolio-card b { display: flex; gap: 8px; align-items: center; margin-top: auto; color: var(--color-primary-dark); font-size: .83rem; font-weight: 850; }
.portfolio-card b i { font-size: 1.1rem; font-style: normal; transition: transform .25s ease; }
.portfolio-card:hover b i { transform: translateX(4px); }


.portfolio-brief__grid { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1fr); gap: 74px; align-items: center; }
.portfolio-brief__image { position: relative; margin: 0; overflow: hidden; border-radius: var(--radius-large); box-shadow: var(--shadow); }
.portfolio-brief__image picture { display: block; }
.portfolio-brief__image img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; }
.portfolio-brief__image::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(51, 51, 51, .78)); content: ""; }
.portfolio-brief__image figcaption { position: absolute; z-index: 1; right: 21px; bottom: 19px; left: 21px; color: #F8F6F2; font-size: .83rem; font-weight: 700; }
.portfolio-brief__copy h2 { margin-bottom: 19px; }
.portfolio-brief__copy > p:not(.eyebrow) { max-width: 610px; color: var(--color-muted); }
.brief-points { margin: 28px 0; border-top: 1px solid var(--color-line); }
.brief-points article { display: grid; grid-template-columns: 40px minmax(0, 1fr) minmax(180px, .8fr); gap: 14px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--color-line); }
.brief-points span { color: var(--color-primary-dark); font-size: .75rem; font-weight: 800; }
.brief-points h3 { margin: 0; font-size: 1rem; }
.brief-points p { margin: 0; color: var(--color-muted); font-size: .85rem; }

.project-path { color: #F8F6F2; background: #333333; }
.project-path__heading > p { color: #E8E4DC; }
.project-path__notes p { color: #E8E4DC; background: rgba(248, 246, 242, .05); }
.project-path__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.project-path__grid article { display: flex; overflow: hidden; flex-direction: column; border: 1px solid rgba(248, 246, 242, .1); border-radius: var(--radius-medium); background: #2C2925; }
.project-path__grid picture { display: block; }
.project-path__grid img { width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; }
.project-path__grid article > span { display: block; padding: 20px 22px 0; color: #D4AF72; font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.project-path__grid h3 { margin: 8px 0 9px; padding: 0 22px; color: #F8F6F2; font-family: var(--font-family-display); font-size: 1.32rem; font-weight: 600; }
.project-path__grid p { margin: 0; padding: 0 22px 24px; color: #E8E4DC; font-size: .88rem; line-height: 1.6; }

.products-faq { color: #F8F6F2; background: #333333; }
.products-faq__grid { display: grid; grid-template-columns: minmax(280px, .62fr) minmax(0, 1fr); gap: 74px; align-items: center; }
.products-faq figure { position: relative; margin: 0; overflow: hidden; border-radius: var(--radius-large); }
.products-faq figure picture { display: block; }
.products-faq figure::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(51, 51, 51, .8)); content: ""; }
.products-faq figure img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; }
.products-faq figcaption { position: absolute; z-index: 1; right: 20px; bottom: 18px; left: 20px; color: #F8F6F2; font-size: .82rem; font-weight: 700; }
.products-faq h2 { margin-bottom: 23px; }
.products-faq__intro { margin: -7px 0 22px; color: #E8E4DC; }
.faq-list { border-top: 1px solid rgba(248, 246, 242, .27); }
.faq-list article { border-bottom: 1px solid rgba(248, 246, 242, .27); }
.faq-list button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0; border: 0; color: #F8F6F2; background: transparent; font-weight: 800; text-align: left; }
.faq-list button span { color: #D4AF72; font-size: 1.35rem; transition: transform .25s ease; }
.faq-list article > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-list article > div > p { min-height: 0; margin: 0; overflow: hidden; color: #E8E4DC; }
.faq-list article.is-open > div { grid-template-rows: 1fr; }
.faq-list article.is-open > div > p { padding-bottom: 18px; }
.faq-list article.is-open button span { transform: rotate(45deg); }

.products-inquiry { color: #F8F6F2; background: #333333; }
.products-inquiry__grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(360px, .62fr); gap: 74px; align-items: center; }
.products-inquiry h2 { margin-bottom: 18px; }
.products-inquiry__grid > div > p:not(.eyebrow) { max-width: 575px; color: #E8E4DC; }
.products-inquiry__note { font-size: .9rem; }
.products-inquiry__image { display: block; width: min(420px, 100%); margin-top: 25px; }
.products-inquiry__image img { width: 100%; height: auto; aspect-ratio: 16 / 9; border-radius: var(--radius-medium); object-fit: cover; }
.products-inquiry__form { padding: 30px; border-radius: var(--radius-large); color: var(--color-text); background: #F8F6F2; box-shadow: var(--shadow); }
.products-inquiry__form label { display: grid; gap: 7px; margin-bottom: 15px; font-size: .82rem; font-weight: 800; }
.products-inquiry__form input, .products-inquiry__form textarea { width: 100%; padding: 12px 14px; border: 1px solid var(--color-line); border-radius: 11px; color: var(--color-text); background: #F8F6F2; resize: vertical; }
.products-inquiry__form textarea { min-height: 120px; }
.products-inquiry__form .form-status { min-height: 22px; margin: 13px 0 0; color: var(--color-primary-dark); font-size: .85rem; font-weight: 700; }

@media (max-width: 1080px) {
    .portfolio-grid { grid-template-columns: repeat(2, 1fr); }
    .portfolio-card:nth-child(n+5) { grid-column: span 1; }
    .products-hero__grid { gap: 42px; }
    .portfolio-brief__grid, .products-faq__grid { gap: 44px; }
}

@media (max-width: 820px) {
    .products-hero { padding-top: 60px; }
    .products-hero__grid, .portfolio-brief__grid, .products-faq__grid, .products-inquiry__grid { grid-template-columns: 1fr; gap: 38px; }
    .products-hero__grid { padding-bottom: 48px; }
    .products-hero__image img { aspect-ratio: 16 / 10; }
    .product-tabs { grid-template-columns: repeat(2, 1fr); }
    .portfolio__intro, .project-path__heading { grid-template-columns: 1fr; gap: 17px; }
    .portfolio__guidance, .project-path__notes { grid-template-columns: 1fr; }
    .portfolio__intro > p, .project-path__heading > p { margin-left: 0; }
    .project-path__grid { grid-template-columns: 1fr; }
    .project-path__grid article { min-height: 330px; }
    .products-faq figure img { aspect-ratio: 4 / 3; }
}

@media (max-width: 560px) {
    .products-hero h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
    .product-tabs, .portfolio-grid { grid-template-columns: 1fr; }
    .product-tabs a { min-height: 84px; }
    .portfolio-card { min-height: 430px; }
    .brief-points article { grid-template-columns: 34px 1fr; gap: 9px; }
    .brief-points p { grid-column: 2; }
    .products-inquiry__form { padding: 23px; }
}

/* Layout audit 2026-08-23 */
.portfolio-card::after { background: linear-gradient(180deg, rgba(51,51,51,.10) 22%, rgba(51,51,51,.96) 100%); }
