.embark-table-story{padding:100px 0;background:var(--story-cream);color:var(--story-ink)}.embark-table-story *{box-sizing:border-box}.embark-table-story__layout{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:70px;align-items:center}.embark-table-story__media{position:relative;min-height:650px;overflow:hidden;border-radius:28px;background:#efe1d8;box-shadow:0 28px 70px rgba(53,23,15,.09)}.embark-table-story__media>img{width:100%;height:650px;object-fit:cover}.embark-table-story__placeholder{display:grid;place-items:center;min-height:650px;padding:30px;background:linear-gradient(135deg,#d58a4e,#6d2418);color:#fff;text-align:center;font-weight:900}.embark-table-story__quote{position:absolute;right:24px;bottom:24px;left:24px;display:grid;grid-template-columns:auto 1fr;gap:12px;padding:22px;border:1px solid rgba(255,255,255,.25);border-radius:18px;background:rgba(53,23,15,.82);color:#fff;backdrop-filter:blur(10px)}.embark-table-story__quote>span{color:var(--story-gold);font-size:45px;line-height:.8}.embark-table-story__quote p{margin:0;font-size:20px;line-height:1.35}.embark-table-story__eyebrow{margin:0 0 13px;color:var(--story-orange);font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.embark-table-story h2{margin:0;font-size:clamp(46px,5.6vw,82px);line-height:.95;letter-spacing:-.055em}.embark-table-story__copy{margin-top:24px;color:#755f56;font-size:17px;line-height:1.75}.embark-table-story__benefits{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:30px}.embark-table-story__benefits article{display:grid;grid-template-columns:44px 1fr;gap:13px;padding:18px;border:1px solid #e0cbbf;border-radius:17px;background:#fff}.embark-table-story__benefits article>span{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--story-gold);color:var(--story-ink);font-size:19px}.embark-table-story__benefits h3{margin:1px 0 5px;font-size:15px}.embark-table-story__benefits p{margin:0;color:#77635b;font-size:12px;line-height:1.5}.embark-table-story__button{display:inline-flex;align-items:center;gap:9px;min-height:54px;margin-top:28px;padding:14px 23px;border-radius:999px;background:var(--story-red);color:#fff;font-weight:900;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.embark-table-story__button:hover{transform:translateY(-2px);box-shadow:0 15px 30px rgba(181,18,27,.25)}.embark-table-story__statement{margin-top:70px;padding:38px;border-radius:22px;background:var(--story-ink);color:#fff;text-align:center}.embark-table-story__statement p{max-width:980px;margin:auto;font-size:clamp(28px,4vw,54px);font-weight:900;line-height:1.05;letter-spacing:-.035em}.embark-table-story [data-story-reveal]{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}.embark-table-story [data-story-reveal].is-visible{opacity:1;transform:none}@media(max-width:950px){.embark-table-story__layout{grid-template-columns:1fr}.embark-table-story__media{min-height:520px}.embark-table-story__media>img,.embark-table-story__placeholder{height:520px;min-height:520px}}@media(max-width:650px){.embark-table-story{padding:70px 0}.embark-table-story__layout{gap:38px}.embark-table-story__media{min-height:420px}.embark-table-story__media>img,.embark-table-story__placeholder{height:420px;min-height:420px}.embark-table-story__quote{right:14px;bottom:14px;left:14px;padding:18px}.embark-table-story__benefits{grid-template-columns:1fr}.embark-table-story__statement{margin-top:45px;padding:28px 20px}}@media(prefers-reduced-motion:reduce){.embark-table-story [data-story-reveal]{opacity:1;transform:none;transition:none}.embark-table-story__button{transition:none}}