.props-page { background: var(--bg); }

.props-hero {
    min-height: calc(100vh - 76px);
    display: grid;
    grid-template-columns: minmax(36px, 72px) minmax(0, .95fr) minmax(360px, 1.05fr);
    gap: clamp(24px, 4vw, 72px);
    padding-top: clamp(48px, 7vw, 110px);
    padding-bottom: clamp(56px, 8vw, 130px);
    border-bottom: 1px solid var(--line);
}
.props-hero__number { padding-top: 10px; font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.props-hero__copy { display: flex; flex-direction: column; align-items: flex-start; min-width: 0; }
.props-hero__copy h1 {
    margin: clamp(28px, 4vw, 62px) 0 30px;
    max-width: 10.2ch;
    font-size: clamp(56px, 7.4vw, 132px);
    line-height: .84;
    letter-spacing: -.072em;
    font-weight: 650;
    text-wrap: balance;
}
.props-hero__lead { margin: 0; max-width: 650px; color: #3c3a35; font-size: clamp(17px, 1.35vw, 23px); line-height: 1.5; }
.props-hero__tags { margin-top: auto; padding-top: 80px; display: flex; flex-wrap: wrap; gap: 11px 22px; color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .15em; }
.props-hero__tags span:not(:last-child)::after { content: " /"; margin-left: 22px; color: var(--line-strong); }
.props-hero__visual { min-width: 0; }
.props-hero__figure { position: relative; height: 100%; min-height: 660px; margin: 0; overflow: hidden; background: #d6d2c8; }
.props-hero__figure img { height: 100%; object-fit: cover; filter: saturate(.52) contrast(1.08); transition: transform .9s var(--ease), filter .4s ease; }
.props-hero__figure:hover img { transform: scale(1.018); filter: saturate(.75) contrast(1.08); }
.props-hero__figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.62), transparent 44%); pointer-events: none; }
.props-hero__figure figcaption { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-between; gap: 18px; padding: 16px; color: #fff; font-size: 8px; letter-spacing: .14em; }
.props-hero__placeholder { min-height: 660px; height: 100%; padding: clamp(28px, 4vw, 60px); display: flex; flex-direction: column; justify-content: space-between; background: #dcd8cf; border: 1px solid var(--line); }
.props-hero__placeholder span, .props-hero__placeholder small { font-size: 8px; letter-spacing: .16em; color: var(--muted); }
.props-hero__placeholder strong { max-width: 9ch; font-size: clamp(42px, 5vw, 92px); line-height: .86; letter-spacing: -.06em; font-weight: 600; }
.props-hero__placeholder small { max-width: 320px; line-height: 1.5; }

.props-brief { background: #141412; color: var(--ink-inverse); border-bottom: 1px solid #34342f; }
.props-brief__grid { min-height: 650px; padding-top: clamp(82px, 10vw, 170px); padding-bottom: clamp(82px, 10vw, 170px); display: grid; grid-template-columns: minmax(36px, 72px) minmax(0, 1.1fr) minmax(320px, .9fr); gap: clamp(24px, 4vw, 72px); }
.props-brief__index { padding-top: 8px; color: #8e8c84; font-size: 10px; letter-spacing: .16em; }
.props-brief .section-kicker { color: #8e8c84; }
.props-brief__title h2 { margin: 24px 0 0; max-width: 10ch; font-size: clamp(52px, 6.8vw, 116px); line-height: .86; letter-spacing: -.068em; font-weight: 600; }
.props-brief__copy { align-self: end; }
.props-brief__copy > p { max-width: 610px; margin: 0 0 74px; color: #b7b5ae; font-size: clamp(17px, 1.45vw, 23px); line-height: 1.55; }
.props-brief__copy dl { margin: 0; display: grid; }
.props-brief__copy dl div { display: grid; grid-template-columns: 135px 1fr; gap: 20px; padding: 14px 0; border-top: 1px solid #3c3c37; }
.props-brief__copy dt { color: #7f7e77; font-size: 8px; letter-spacing: .15em; font-weight: 700; }
.props-brief__copy dd { margin: 0; font-size: 10px; letter-spacing: .1em; }

.props-section-head strong { font-weight: 600; color: var(--text); }
.props-services { border-top: 1px solid var(--line); }
.props-service { display: grid; grid-template-columns: minmax(34px, 70px) 60px minmax(260px, .8fr) minmax(280px, 1fr); gap: clamp(18px, 3vw, 54px); align-items: center; padding: clamp(34px, 4.4vw, 72px) var(--gutter); border-bottom: 1px solid var(--line); transition: background .25s ease; }
.props-service:hover { background: var(--bg-clean); }
.props-service__number { color: var(--muted); font-size: 9px; letter-spacing: .12em; }
.props-service__marker { font-size: clamp(24px, 2.4vw, 38px); line-height: 1; filter: grayscale(1); }
.props-service h3 { margin: 0; font-size: clamp(34px, 4.2vw, 76px); line-height: .9; letter-spacing: -.055em; font-weight: 600; }
.props-service p { margin: 0; max-width: 670px; color: var(--muted); font-size: clamp(14px, 1.2vw, 19px); line-height: 1.55; }
.props-empty { padding-top: 50px; padding-bottom: 50px; }
.props-empty span { font-size: 8px; letter-spacing: .16em; color: var(--muted); }
.props-empty p { margin: 10px 0 0; }

.props-trust { background: #d8d4cb; border-bottom: 1px solid var(--line-strong); }
.props-trust__grid { padding-top: clamp(82px, 10vw, 160px); padding-bottom: clamp(82px, 10vw, 160px); display: grid; grid-template-columns: minmax(36px, 72px) minmax(0, 1fr) minmax(300px, .8fr); gap: clamp(24px, 4vw, 72px); }
.props-trust__index { padding-top: 8px; font-size: 10px; letter-spacing: .16em; }
.props-trust__statement h2 { margin: 25px 0 0; font-size: clamp(58px, 7vw, 124px); line-height: .84; letter-spacing: -.07em; font-weight: 600; }
.props-trust__copy { align-self: end; }
.props-trust__copy > p:first-child { margin: 0; font-size: clamp(17px, 1.5vw, 24px); line-height: 1.55; }
.props-trust__note { margin: 50px 0 0; padding-top: 13px; border-top: 1px solid var(--line-strong); color: #6b6861; font-size: 9px; letter-spacing: .08em; }

.props-work { background: var(--bg-clean); }
.props-work__grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(26px, 4vw, 64px); }
.props-work__item { grid-column: span 6; margin-bottom: clamp(28px, 4vw, 70px); }
.props-work__item:nth-child(3n+2) { grid-column: 7 / span 5; margin-top: clamp(50px, 7vw, 120px); }
.props-work__item:nth-child(3n) { grid-column: 2 / span 5; }
.props-work__item figure { margin: 0; aspect-ratio: 4 / 3; overflow: hidden; background: var(--surface); }
.props-work__item img { height: 100%; object-fit: cover; filter: saturate(.55); transition: transform .8s var(--ease), filter .4s ease; }
.props-work__item:hover img { transform: scale(1.018); filter: saturate(.8); }
.props-work__placeholder { height: 100%; display: grid; place-items: center; color: var(--muted); font-size: 9px; letter-spacing: .15em; }
.props-work__meta { margin-top: 12px; padding-top: 11px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 34px 1fr; gap: 12px; }
.props-work__meta > span, .props-work__meta p { color: var(--muted); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.props-work__meta h3 { margin: 0; font-size: 16px; letter-spacing: -.025em; font-weight: 600; }
.props-work__meta p { margin: 4px 0 0; }

.props-contact { border-bottom: 0; }
.props-contact input[type="date"]::-webkit-calendar-picker-indicator { filter: invert(1); opacity: .65; }

@media (max-width: 1100px) {
    .props-hero { grid-template-columns: 42px 1fr; min-height: auto; }
    .props-hero__visual { grid-column: 2; }
    .props-hero__figure, .props-hero__placeholder { min-height: 620px; }
    .props-hero__tags { padding-top: 62px; margin-bottom: 28px; }

    .props-brief__grid, .props-trust__grid { grid-template-columns: 42px 1fr; }
    .props-brief__copy, .props-trust__copy { grid-column: 2; margin-top: 20px; }
    .props-brief__copy > p { margin-bottom: 50px; }

    .props-service { grid-template-columns: 40px 48px 1fr; }
    .props-service p { grid-column: 3; margin-top: 8px; }
}

@media (max-width: 760px) {
    .props-hero { display: block; padding-top: 34px; }
    .props-hero__number { margin-bottom: 50px; }
    .props-hero__copy h1 { font-size: clamp(46px, 13vw, 76px); max-width: 12ch; }
    .props-hero__lead { font-size: 16px; }
    .props-hero__tags { padding-top: 50px; }
    .props-hero__tags span:not(:last-child)::after { display: none; }
    .props-hero__visual { margin-top: 38px; }
    .props-hero__figure, .props-hero__placeholder { min-height: 470px; }

    .props-brief__grid, .props-trust__grid { display: block; }
    .props-brief__index, .props-trust__index { margin-bottom: 48px; display: block; }
    .props-brief__title h2, .props-trust__statement h2 { font-size: clamp(48px, 14.5vw, 78px); }
    .props-brief__copy { margin-top: 58px; }
    .props-brief__copy dl div { grid-template-columns: 1fr; gap: 6px; }
    .props-trust__copy { margin-top: 58px; }

    .props-service { grid-template-columns: 28px 40px 1fr; gap: 12px; padding-block: 34px; }
    .props-service h3 { font-size: clamp(30px, 9.8vw, 48px); }
    .props-service p { grid-column: 3; font-size: 13px; }

    .props-work__grid { grid-template-columns: 1fr; }
    .props-work__item, .props-work__item:nth-child(n) { grid-column: 1; margin-top: 0; }
}

@media (max-width: 430px) {
    .props-service { grid-template-columns: 24px 1fr; }
    .props-service__marker { display: none; }
    .props-service h3, .props-service p { grid-column: 2; }
    .props-hero__figure, .props-hero__placeholder { min-height: 400px; }
}

/* V2.24 · responsive media */
.props-hero__figure picture,
.props-work__item figure picture { display:block; width:100%; height:100%; }
.props-hero__figure picture img,
.props-work__item figure picture img { width:100%; height:100%; object-fit:cover; }

/* V2.25 · Section media, optional and CMS-controlled */
.props-section-media{margin:0 0 34px;aspect-ratio:16/9;overflow:hidden;background:#0d0d0c;border:1px solid #3c3c37}
.props-section-media picture,.props-section-media img{display:block;width:100%;height:100%}
.props-section-media img{object-fit:cover}
@media(max-width:760px){.props-section-media{margin-bottom:24px}}
