.pm-hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line-soft); }
.pm-hero-bg { position: absolute; inset: 0; background: radial-gradient(95% 90% at 84% 0%, rgba(244,234,217,0.20), transparent 56%), radial-gradient(70% 100% at 8% 100%, rgba(156,175,147,0.12), transparent 55%), linear-gradient(120deg, #1f1711 42%, #2b2117 100%); }
.pm-hero-tex { position:absolute; top:0; bottom:0; right:0; width:48%; background-image: repeating-linear-gradient(100deg, rgba(255,238,212,0.05) 0 2px, transparent 2px 22px), repeating-linear-gradient(82deg, rgba(0,0,0,0.16) 0 5px, transparent 5px 24px); -webkit-mask-image: linear-gradient(to left, #000, transparent); mask-image: linear-gradient(to left, #000, transparent); }
.pm-hero .wrap { position: relative; padding: 76px 40px 72px; }
.pm-hero h1 { font-family: var(--serif); font-weight: 500; font-size: 64px; line-height: 1.02; color: #fff6e8; max-width: 800px; letter-spacing: -0.01em; }
.pm-hero h1 em { font-style: italic; color: var(--gold-soft); }
.pm-hero p { font-size: 16px; color: #e3d2b8; margin-top: 20px; max-width: 570px; line-height: 1.7; }
.pm-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.pm-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 48px; max-width: 920px; }
.pm-metric { border: 1px solid rgba(244,234,217,0.32); background: linear-gradient(180deg, rgba(244,234,217,0.96), rgba(234,219,195,0.94)); border-radius: 6px; padding: 18px 20px; box-shadow: 0 18px 45px -30px rgba(0,0,0,0.9); }
.pm-metric b { display: block; font-family: var(--serif); font-size: 34px; color: var(--ink); line-height: 1; }
.pm-metric span { display: block; margin-top: 8px; font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-soft); }
.pm-section { padding: 76px 0; }
.pm-head { display: flex; justify-content: space-between; align-items: end; gap: 28px; margin-bottom: 34px; }
.pm-head h2 { font-family: var(--serif); font-size: 42px; line-height: 1.08; font-weight: 500; color: var(--text); max-width: 620px; }
.pm-head h2 em { font-style: italic; color: var(--gold-soft); }
.pm-head p { color: var(--text-dim); line-height: 1.65; max-width: 420px; font-size: 14px; }
.pm-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pm-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
.pm-card { background: linear-gradient(180deg, var(--paper), var(--paper-2)); border: 1px solid rgba(255,255,255,0.35); border-radius: 7px; padding: 26px 28px; color: var(--ink); box-shadow: 0 20px 54px -34px rgba(0,0,0,0.86); }
.pm-card:hover { border-color: rgba(244,234,217,0.72); transform: translateY(-2px); }
.pm-card .n { font-family: var(--serif); font-style: italic; color: #9a6e38; font-size: 18px; }
.pm-card h3 { font-family: var(--serif); color: var(--ink); font-size: 25px; font-weight: 600; margin: 12px 0 8px; }
.pm-card p, .pm-card li { color: var(--ink-soft); font-size: 13.5px; line-height: 1.65; }
.pm-card ul { list-style: none; display: grid; gap: 9px; margin-top: 14px; }
.pm-card li::before { content: ""; display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); margin-right: 9px; vertical-align: 2px; }
.pm-band { background: linear-gradient(108deg, var(--cream), var(--cream-2)); color: var(--ink); border-top: 1px solid rgba(33,26,18,0.12); border-bottom: 1px solid rgba(33,26,18,0.12); }
.pm-band .pm-head h2, .pm-band .pm-card h3 { color: var(--ink); }
.pm-band .pm-head h2 em { color: #8a5e2b; }
.pm-band .pm-head p, .pm-band .pm-card p, .pm-band .pm-card li { color: var(--ink-soft); }
.pm-band .pm-card { background: rgba(255,250,240,0.46); border-color: rgba(33,26,18,0.14); box-shadow: none; }
.pm-form { background: linear-gradient(180deg, var(--paper), var(--paper-2)); border: 1px solid rgba(255,255,255,0.38); border-radius: 7px; padding: 30px 32px; color: var(--ink); box-shadow: 0 22px 60px -34px rgba(0,0,0,0.9); }
.pm-form .field { margin-bottom: 18px; }
.pm-form label { display: block; font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: #7a664b; margin-bottom: 8px; }
.pm-form input, .pm-form select, .pm-form textarea { width: 100%; background: rgba(255,250,242,0.82); border: 1px solid rgba(110,86,54,0.22); border-radius: 5px; padding: 12px 14px; color: var(--ink); font-family: var(--sans); font-size: 14px; outline: none; }
.pm-form input::placeholder, .pm-form textarea::placeholder { color: rgba(88,70,48,0.58); }
.pm-form textarea { min-height: 92px; resize: vertical; line-height: 1.5; }
.pm-form input:focus, .pm-form select:focus, .pm-form textarea:focus { border-color: #b98c4e; background: #fffaf1; }
.pm-form button[disabled] { cursor: wait; opacity: 0.72; }
.pm-form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.pm-note { color: var(--ink-soft); font-size: 12px; line-height: 1.6; margin-top: 14px; text-align: center; }
.pm-success { display: none; margin-top: 18px; border: 1px solid rgba(47,64,52,0.30); background: rgba(47,64,52,0.10); color: var(--ink); border-radius: 5px; padding: 14px 16px; font-size: 13px; line-height: 1.55; }
.pm-success.show { display: block; }
.pm-success b { display: block; color: var(--jewel); font-weight: 500; margin-bottom: 3px; }
.pm-success[data-tone="error"] { border-color: rgba(132,53,42,0.34); background: rgba(132,53,42,0.10); }
.pm-success[data-tone="error"] b { color: #84352a; }
.pm-help { display: block; color: rgba(88,70,48,0.68); font-size: 11.5px; line-height: 1.45; margin-top: 7px; }
.pm-table { width: 100%; border-collapse: collapse; background: var(--paper); border: 1px solid rgba(33,26,18,0.12); border-radius: 7px; overflow: hidden; }
.pm-table th, .pm-table td { padding: 15px 18px; border-top: 1px solid rgba(33,26,18,0.09); text-align: left; font-size: 13px; color: var(--ink-soft); }
.pm-table th { border-top: none; color: #7a664b; font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 500; }
.pm-table b { color: var(--ink); font-weight: 500; }
.pm-split-art { min-height: 420px; border: 1px solid var(--line); border-radius: 7px; overflow: hidden; position: relative; }
.pm-split-art .swatch { position: absolute; inset: 0; }
.pm-split-art .caption { position: absolute; left: 24px; right: 24px; bottom: 22px; color: #fff; font-family: var(--serif); font-size: 25px; font-style: italic; z-index: 2; }
@media (max-width: 980px) {
  .pm-hero h1 { font-size: 46px; }
  .pm-metrics, .pm-grid-3, .pm-grid-2, .pm-form .row { grid-template-columns: 1fr; }
  .pm-head { display: block; }
  .pm-head p { margin-top: 12px; }
}
