    .value-wrap {display:grid;grid-template-columns:1.1fr 0.9fr;gap:28px;align-items:stretch; }    .value-panel,    .editorial-card {background:var(--surface);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow); }    .value-panel {padding:36px; }    .value-panel h2{margin:14px 0 0;font-family:'title',serif;font-size:clamp(2.3rem,4vw,3.8rem);line-height:0.98;font-weight:600;  }    .value-list {display:grid;grid-template-columns:repeat(2, 1fr);gap:18px;margin-top:26px; }    .value-item {padding:20px;border-radius:20px;background:var(--surface-2); }    .value-item h3 {margin:0 0 10px;font-size:1.05rem;font-weight:700;line-height:1.3; }    .value-item p {margin:0;color:var(--muted);font-size:0.95rem; }    .editorial-card {padding:36px;background:linear-gradient(180deg, #163a32 0%, #102720 100%);color:var(--white);position:relative;overflow:hidden; }    .editorial-card .eyebrow{ color:rgba(255,255,255,0.7); }    .editorial-card::after {content:'';position:absolute;right:-60px;bottom:-60px;width:220px;height:220px;border-radius:50%;background:rgba(182, 145, 75, 0.15);filter:blur(2px); }    .editorial-card h3 {margin:14px 0 12px;font-family:'title', serif;font-size:2.35rem;line-height:0.96;font-weight:600; }    .editorial-card p {margin:0 0 16px;color:rgba(255,255,255,0.82); }    .editorial-list {margin:22px 0 0;padding:0;list-style:none;display:grid;gap:14px; }    .editorial-list li {padding:0 0 0 18px;position:relative;color:rgba(255,255,255,0.86); }    .editorial-list li::before {content:'';position:absolute;left:0;top:11px;width:8px;height:8px;border-radius:50%;background:var(--gold); }@media (max-width:800px){ .value-wrap { grid-template-columns:1fr; gap:18px; }    .value-panel,    .editorial-card { border-radius:18px; padding:24px 20px; }    .value-list { grid-template-columns:1fr; gap:16px; }    .value-item {border-radius:18px; }    .editorial-card { padding:24px 20px; }    .editorial-card h3 { font-size:clamp(2rem, 10vw, 3rem); line-height:0.94; }    .editorial-card p { font-size:0.98rem; }}