/* REDISCOVER SIGNATURE EXPERIENCE v1.5.13 */
.story-signature { padding: clamp(58px, 7vw, 108px) 0; background: linear-gradient(180deg, #f7f5ef 0%, #eef4e9 100%); }
.story-signature-card { position: relative; display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: clamp(24px, 3vw, 48px); align-items: start; overflow: hidden; padding: clamp(30px, 4vw, 58px); border: 1px solid rgba(45,73,63,.12); border-radius: 34px; background: rgba(255,255,255,.86); box-shadow: 0 24px 70px rgba(37,57,50,.09); }
.story-signature-card::after { content:""; position:absolute; right:-80px; top:-110px; width:320px; height:320px; border-radius:50%; background:radial-gradient(circle, rgba(155,207,61,.19), rgba(155,207,61,0) 68%); pointer-events:none; }
.story-signature-mark { position:relative; z-index:1; width:70px; height:70px; display:grid; place-items:center; border-radius:22px; color:#5f7f2e; background:#eef5e5; border:1px solid rgba(95,127,46,.17); }
.story-signature-mark svg { width:42px; height:42px; fill:none; stroke:currentColor; stroke-width:1.5; }
.story-signature-copy { position:relative; z-index:1; max-width:980px; }
.story-signature-copy h2 { max-width:900px; margin:10px 0 18px; font-family:Avenir Next,Avenir,Inter,Segoe UI,system-ui,Arial,sans-serif; font-size:clamp(1.9rem,2.6vw,2.85rem); font-weight:500; letter-spacing:-.04em; line-height:1.02; color:#243a34; }
.story-signature-copy > p { max-width:820px; margin:0; font-size:clamp(1.05rem,1.35vw,1.3rem); line-height:1.68; color:#5b6b66; }
.story-signature-tip { display:grid; grid-template-columns:150px minmax(0,1fr); gap:20px; margin-top:30px; padding-top:24px; border-top:1px solid rgba(45,73,63,.12); }
.story-signature-tip span { font-size:.78rem; font-weight:600; letter-spacing:.12em; text-transform:uppercase; color:#5f7f2e; }
.story-signature-tip p { margin:0; font-size:1rem; line-height:1.62; color:#344a43; }
@media(max-width:720px){.story-signature-card{grid-template-columns:1fr;border-radius:26px;padding:26px}.story-signature-mark{width:58px;height:58px;border-radius:18px}.story-signature-mark svg{width:34px;height:34px}.story-signature-copy h2{font-size:clamp(1.75rem,8vw,2.6rem)}.story-signature-tip{grid-template-columns:1fr;gap:8px}}
