.placeholder-page { min-height: 100vh; padding: clamp(24px,5vw,72px); background: var(--ink); color: #fff; }
.placeholder-brand { display: inline-block; color: var(--brass); font-size: 13px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.placeholder-page section { display: flex; min-height: calc(100vh - 160px); flex-direction: column; justify-content: center; margin-top: 36px; padding: clamp(34px,7vw,100px); border: 3px solid var(--review); background: var(--review-soft); color: var(--review); }
.placeholder-page section p { margin: 0 0 24px; font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.placeholder-page section h1 { max-width: 1000px; margin: 0; font-family: "Arial Narrow", Impact, sans-serif; font-size: clamp(58px,10vw,150px); letter-spacing: -.04em; line-height: .87; text-transform: uppercase; }
.placeholder-page section strong { max-width: 720px; margin-top: 34px; font-size: 17px; line-height: 1.6; }
.placeholder-page section a { width: max-content; margin-top: 44px; padding-bottom: 6px; border-bottom: 2px solid currentColor; font-size: 13px; font-weight: 900; text-transform: uppercase; }
